I’m working on running processCcd.py on ISR removed DECam data under the ‘setup obs_decam’ using PanSTARRS reference catalog for astrometry and photometry.
To do that,
- used Docker container ‘lsstsqre/centos:7-stack-lsst_distrib-v20_0_0’
- ‘setup obs_decam’,
- retargeted ISR following 6th item on https://github.com/lsst/obs_decam
- I put ‘dqmask’, ‘instcal’, and ‘wtmap’ files under three directories each,
- ingested by running ‘ingestImagesDecam.py DATA --filetype instcal --mode=link r/instcal/*.fits.fz’
- downloaded PanSTARRS1 catalog fits files that cover our data, ‘config.py’, and ‘master_schema.fits’ from http://tigress-web.princeton.edu/~HSC/refcats/ps1_pv3_3pi_20170110/, and saved in ‘DATA/ref_cats/ps1_pv3_3pi_20170110/’
But the ‘ra’ and ‘dec’ in ‘src’, ‘forcedSrc’ neither the Butler-read ‘deepCoadd_forced_src’ was right (e.g., original data centered at ra=359, dec= -11, but resulted ra=6.2, dec=-0.18).
I checked with the data from ‘https://github.com/lsst/testdata_decam/tree/master/cpData’ and found a similar result.
Any comments? Thank you for reading!