Changeset 27587 for trunk/Ohana/src/opihi/dvo/avextract.c
- Timestamp:
- Apr 2, 2010, 4:01:44 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avextract.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avextract.c
r27435 r27587 185 185 gprint (GP_ERR, " RA : right ascension (J2000) [degrees]\n"); 186 186 gprint (GP_ERR, " DEC : declination [degrees]\n"); 187 gprint (GP_ERR, " GLON : galactic longitude [degrees]\n"); 188 gprint (GP_ERR, " GLAT : galactic latitude [degrees]\n"); 189 gprint (GP_ERR, " ELON : ecliptic longitude [degrees]\n"); 190 gprint (GP_ERR, " ELAT : ecliptic latitude [degrees]\n"); 187 191 gprint (GP_ERR, " dRA : ra scatter [degrees]\n"); 188 192 gprint (GP_ERR, " dDEC : dec scatter [degrees]\n"); … … 193 197 gprint (GP_ERR, " PAR : parallax\n"); 194 198 gprint (GP_ERR, " dPAR : parallax error \n"); 195 gprint (GP_ERR, " nmeas : number of measurements\n"); 196 gprint (GP_ERR, " nmiss : number of non-detections\n"); 197 gprint (GP_ERR, " xp : positional raw chi-square\n"); 198 gprint (GP_ERR, " flag : object flags\n"); 199 200 gprint (GP_ERR, " ChiSqPos : chi square of position fit \n"); 201 gprint (GP_ERR, " ChiSqPM : chi square of proper-motion fit \n"); 202 gprint (GP_ERR, " ChiSqPar : chi square of parallax fit \n"); 203 204 gprint (GP_ERR, " Tmean : mean epoch (reference for proper motion)\n"); 205 gprint (GP_ERR, " Trange : range of times used for proper motion/parallax fit\n"); 206 207 gprint (GP_ERR, " Nmeas : number of measurements\n"); 208 gprint (GP_ERR, " Nmiss : number of non-detections\n"); 209 gprint (GP_ERR, " Npos : number of measurments used for astrometry\n"); 210 gprint (GP_ERR, " Nastrom : number of measurments used for astrometry (= Npos)\n"); 211 212 gprint (GP_ERR, " flags : object flags\n"); 213 gprint (GP_ERR, " objflags : object flags\n"); 214 gprint (GP_ERR, " obj_flags : object flags\n"); 215 216 gprint (GP_ERR, " objID : object ID (32 bit, unique in catalog)\n"); 217 gprint (GP_ERR, " catID : catalog ID (32 bit)\n"); 218 gprint (GP_ERR, " extID_hi : external ID (upper 32 of 64 bit) -- eg, PSPS ID\n"); 219 gprint (GP_ERR, " extID_lo : external ID (lower 32 of 64 bit) -- eg, PSPS ID\n"); 220 199 221 gprint (GP_ERR, " <photcode>:ave : average magnitude for <photcode>\n"); 200 222 gprint (GP_ERR, " <photcode>:ref : reference magnitude system for <photcode>\n"); … … 206 228 gprint (GP_ERR, " <photcode>:err : magnitude error for photcode\n"); 207 229 gprint (GP_ERR, " <photcode>:chisq : raw chi-square of magnitude fit\n"); 208 gprint (GP_ERR, " type : dophot type (unused)\n"); 209 gprint (GP_ERR, " typefrac : dophot type fraction (unused)\n"); 210 gprint (GP_ERR, " <photcode>:ncode : number of measurements in photcode \n"); 211 gprint (GP_ERR, " <photcode>:nphot : number of measurements used for photcode average\n"); 230 gprint (GP_ERR, " <photcode>:ncode : number of measurements matching photcode \n"); 231 gprint (GP_ERR, " <photcode>:nphot : number of measurements used for average magnitude in this photcode\n"); 232 233 // gprint (GP_ERR, " Xp : NOT VALID\n"); 234 // gprint (GP_ERR, " type : dophot type (unused)\n"); 235 // gprint (GP_ERR, " typefrac : dophot type fraction (unused)\n"); 212 236 return (FALSE); 213 237 }
Note:
See TracChangeset
for help on using the changeset viewer.
