| 71 | | python ./fitsExtract.py /data/ipp009.0/heather/footprint-g-not-matched-psphot.fits columns=ra_psf,dec_psf,x_psf,y_psf,skycell,idet,flags,flags2,cal_psf_mag > populate.g.sql |
| 72 | | python ./fitsExtract.py /data/ipp009.0/heather/footprint-r-not-matched-psphot.fits columns=ra_psf,dec_psf,x_psf,y_psf,skycell,idet,flags,flags2,cal_psf_mag > populate.r.sql |
| 73 | | python ./fitsExtract.py /data/ipp009.0/heather/footprint-i-not-matched-psphot.fits columns=ra_psf,dec_psf,x_psf,y_psf,skycell,idet,flags,flags2,cal_psf_mag > populate.i.sql |
| 74 | | python ./fitsExtract.py /data/ipp009.0/heather/footprint-y-not-matched-psphot.fits columns=ra_psf,dec_psf,x_psf,y_psf,skycell,idet,flags,flags2,cal_psf_mag > populate.y.sql |
| 75 | | python ./fitsExtract.py /data/ipp009.0/heather/footprint-z-not-matched-psphot.fits columns=ra_psf,dec_psf,x_psf,y_psf,skycell,idet,flags,flags2,cal_psf_mag > populate.z.sql |
| | 71 | python fitsExtract.py /data/ipp009.0/heather/footprint-r-not-matched-psphot.fits > data/populate.r.sql |
| | 72 | python fitsExtract.py /data/ipp009.0/heather/footprint-g-not-matched-psphot.fits > data/populate.g.sql |
| | 73 | python fitsExtract.py /data/ipp009.0/heather/footprint-i-not-matched-psphot.fits > data/populate.i.sql |
| | 74 | python fitsExtract.py /data/ipp009.0/heather/footprint-z-not-matched-psphot.fits > data/populate.z.sql |
| | 75 | python fitsExtract.py /data/ipp009.0/heather/footprint-y-not-matched-psphot.fits > data/populate.y.sql |