Changeset 21086 for trunk/Ohana/src/opihi/dvo/mextract.c
- Timestamp:
- Jan 6, 2009, 7:02:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/mextract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/mextract.c
r20936 r21086 202 202 if ((argc > N + 1) && !strcasecmp (argv[N+1], "fields")) { 203 203 gprint (GP_ERR, " USAGE: avextract field[,field,field...] where (expression)\n"); 204 gprint (GP_ERR, " RA : right ascension (J2000) for detection \n");205 gprint (GP_ERR, " DEC : declination for detection \n");206 gprint (GP_ERR, " RA:ave : average right ascension (J2000) for object \n");207 gprint (GP_ERR, " DEC:ave : average declination for object \n");208 gprint (GP_ERR, " RA:err : ra scatter \n");209 gprint (GP_ERR, " DEC:err : dec scatter \n");210 gprint (GP_ERR, " uRA : proper motion in ra \n");211 gprint (GP_ERR, " uDEC : proper motion in dec \n");212 gprint (GP_ERR, " duRA : proper motion error in ra \n");213 gprint (GP_ERR, " duDEC : proper motion error in dec \n");204 gprint (GP_ERR, " RA : right ascension (J2000) for detection [degrees]\n"); 205 gprint (GP_ERR, " DEC : declination for detection [degrees]\n"); 206 gprint (GP_ERR, " RA:ave : average right ascension (J2000) for object [degrees]\n"); 207 gprint (GP_ERR, " DEC:ave : average declination for object [degrees]\n"); 208 gprint (GP_ERR, " RA:err : ra scatter [degrees] \n"); 209 gprint (GP_ERR, " DEC:err : dec scatter [degrees]\n"); 210 gprint (GP_ERR, " uRA : proper motion in ra [mas/yr]\n"); 211 gprint (GP_ERR, " uDEC : proper motion in dec [mas/yr]\n"); 212 gprint (GP_ERR, " duRA : proper motion error in ra [mas/yr]\n"); 213 gprint (GP_ERR, " duDEC : proper motion error in dec [mas/yr]\n"); 214 214 gprint (GP_ERR, " PAR : parallax\n"); 215 215 gprint (GP_ERR, " dPAR : parallax error \n"); 216 216 gprint (GP_ERR, " nmeas : number of measurements\n"); 217 217 gprint (GP_ERR, " nmiss : number of non-detections\n"); 218 gprint (GP_ERR, " xp : positional chi-square\n");218 gprint (GP_ERR, " xp : positional raw chi-square\n"); 219 219 gprint (GP_ERR, " objflag : object flags\n"); 220 gprint (GP_ERR, " photcode:ave : average magnitude for photcode (or equivalent)\n");221 gprint (GP_ERR, " photcode:ref : reference magnitude system for photcode (or equivalent)\n");222 gprint (GP_ERR, " photcode:inst : instrumental magnitude for photcode\n");223 gprint (GP_ERR, " photcode:cat : catalog magnitude for photcode\n");224 gprint (GP_ERR, " photcode:sys : system magnitude for photcode\n");225 gprint (GP_ERR, " photcode:rel : relative magnitude for photcode\n");226 gprint (GP_ERR, " photcode:cal : calibrated magnitude for photcode \n");227 gprint (GP_ERR, " photcode:err : magnitude error for photcode\n");228 gprint (GP_ERR, " photcode:chisq : chi-square of magnitude fit\n");229 gprint (GP_ERR, " photcode:ncode : number of measurements in photcode\n");230 gprint (GP_ERR, " photcode:nphot : number of measurements used for average magnitude\n");220 gprint (GP_ERR, " <photcode>:ave : average magnitude for photcode (or equivalent)\n"); 221 gprint (GP_ERR, " <photcode>:ref : reference magnitude system for photcode (or equivalent)\n"); 222 gprint (GP_ERR, " <photcode>:inst : instrumental magnitude for photcode\n"); 223 gprint (GP_ERR, " <photcode>:cat : catalog magnitude for photcode\n"); 224 gprint (GP_ERR, " <photcode>:sys : system magnitude for photcode\n"); 225 gprint (GP_ERR, " <photcode>:rel : relative magnitude for photcode\n"); 226 gprint (GP_ERR, " <photcode>:cal : calibrated magnitude for photcode \n"); 227 gprint (GP_ERR, " <photcode>:err : magnitude error for photcode\n"); 228 gprint (GP_ERR, " <photcode>:chisq : chi-square of magnitude fit\n"); 229 gprint (GP_ERR, " <photcode>:ncode : number of measurements in photcode\n"); 230 gprint (GP_ERR, " <photcode>:nphot : number of measurements used for average magnitude\n"); 231 231 gprint (GP_ERR, " airmass : airmass of detection\n"); 232 gprint (GP_ERR, " exptime : exposure time \n");232 gprint (GP_ERR, " exptime : exposure time [s]\n"); 233 233 gprint (GP_ERR, " photcode : photcode \n"); 234 gprint (GP_ERR, " time : time of exposure \n");235 gprint (GP_ERR, " dR : ra offset \n");236 gprint (GP_ERR, " dD : dec offset \n");237 gprint (GP_ERR, " fwhm : fwhm (average) \n");238 gprint (GP_ERR, " fwhm_maj : fwhm (major axis) \n");239 gprint (GP_ERR, " fwhm_min : fwhm (minor axis) \n");234 gprint (GP_ERR, " time : time of exposure [Seconds since Jan 1, 1970/\n"); 235 gprint (GP_ERR, " dR : ra offset [arcseconds]\n"); 236 gprint (GP_ERR, " dD : dec offset [arcseconds]\n"); 237 gprint (GP_ERR, " fwhm : fwhm (average) [pixels]\n"); 238 gprint (GP_ERR, " fwhm_maj : fwhm (major axis) [pixels]\n"); 239 gprint (GP_ERR, " fwhm_min : fwhm (minor axis) [pixels]\n"); 240 240 gprint (GP_ERR, " theta : position angle\n"); 241 241 gprint (GP_ERR, " flags : detection flags\n");
Note:
See TracChangeset
for help on using the changeset viewer.
