IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2008, 6:07:54 PM (18 years ago)
Author:
eugene
Message:

adding additional image fields to imextract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/dvo/imextract.c

    r20873 r20908  
    163163    gprint (GP_ERR, "  RA : right ascension of field center (J2000)\n");
    164164    gprint (GP_ERR, "  DEC : declination of field center\n");
    165     gprint (GP_ERR, "  Xm : chisq of photometry calibration\n");
    166     gprint (GP_ERR, "  airmass : mean airmass of exposure\n");
    167     gprint (GP_ERR, "  Mcal : photometry calibration (mags)\n");
    168     gprint (GP_ERR, "  dMcal : photometry calibration error (mags)\n");
    169     gprint (GP_ERR, "  photcode : numeric photcode value for image\n");
    170     gprint (GP_ERR, "  time : time of exposure\n");
    171     gprint (GP_ERR, "  FWHM : mean fwhm of exposure\n");
    172     gprint (GP_ERR, "  exptime : exposure duration (seconds)\n");
    173     gprint (GP_ERR, "  nstar : number of stars detected in exposure\n");
    174     gprint (GP_ERR, "  ncal : number of stars used for photometry calibration\n");
    175     gprint (GP_ERR, "  sky : mean background flux\n");
    176     gprint (GP_ERR, "  flag : processing bit flags\n");
    177     gprint (GP_ERR, "  NX : image dimensions\n");
    178     gprint (GP_ERR, "  NY : image dimensions\n");
     165    gprint (GP_ERR, "  GLON : galactic longitude of field center (J2000)\n");
     166    gprint (GP_ERR, "  GLAT : galactic latitude of field center (J2000)\n");
     167    gprint (GP_ERR, "  ELON : ecliptic longitude of field center (J2000)\n");
     168    gprint (GP_ERR, "  ELAT : ecliptic latitude of field center (J2000)\n");
     169
    179170    gprint (GP_ERR, "  theta : position angle of image\n");
    180171    gprint (GP_ERR, "  skew : distortion from rectangle\n");
    181172    gprint (GP_ERR, "  scale : pixel scale\n");
    182173    gprint (GP_ERR, "  dscale : pixel-scale error (or variation?)\n");
    183     gprint (GP_ERR, "  imageID : unique image identifier\n");
     174
     175    gprint (GP_ERR, "  time : time of exposure\n");
     176    gprint (GP_ERR, "  nstar : number of stars detected in exposure\n");
     177    gprint (GP_ERR, "  airmass : mean airmass of exposure\n");
     178    gprint (GP_ERR, "  NX : image dimensions\n");
     179    gprint (GP_ERR, "  NY : image dimensions\n");
     180
     181    gprint (GP_ERR, "  apresid : aperture - fit magnitude\n");
     182    gprint (GP_ERR, "  dapresid : aperture - fit magnitude scatter\n");
     183
     184    gprint (GP_ERR, "  Mcal : photometry calibration (mags)\n");
     185    gprint (GP_ERR, "  dMcal : photometry calibration error (mags)\n");
     186    gprint (GP_ERR, "  Xm : chisq of photometry calibration\n");
     187    gprint (GP_ERR, "  photcode : numeric photcode value for image\n");
     188    gprint (GP_ERR, "  exptime : exposure duration (seconds)\n");
     189    gprint (GP_ERR, "  sidtime : sidereal time of exposure\n");
     190
     191    gprint (GP_ERR, "  latitude : observatory latitude\n");
     192
     193    gprint (GP_ERR, "  detlimit : detection limit of exposure\n");
     194    gprint (GP_ERR, "  satlimit : saturation limit of exposure\n");
     195    gprint (GP_ERR, "  cerror : astrometric scatter\n");
     196
     197    gprint (GP_ERR, "  FWHM : mean fwhm of exposure\n");
     198    gprint (GP_ERR, "  FWHM_MAJ : fwhm of major axis\n");
     199    gprint (GP_ERR, "  FWHM_MIN : fwhm of minor axis\n");
     200    gprint (GP_ERR, "  trate : tracking rate for TDI images\n");
     201
     202    gprint (GP_ERR, "  ncal : number of stars used for photometry calibration\n");
     203    gprint (GP_ERR, "  sky : mean background flux\n");
     204
     205    gprint (GP_ERR, "  flag : processing bit flags\n");
     206    gprint (GP_ERR, "  ccdnum : identifier for CCD\n");
     207
     208    gprint (GP_ERR, "  imageID  : unique image identifier\n");
     209    gprint (GP_ERR, "  externID : external image identifier\n");
     210    gprint (GP_ERR, "  sourceID : external db reference\n");
     211
    184212    gprint (GP_ERR, "  X_LL_CHIP : chip x-pixel coordinate of lower left corner\n");
    185213    gprint (GP_ERR, "  X_LR_CHIP : chip x-pixel coordinate of lower right corner\n");
Note: See TracChangeset for help on using the changeset viewer.