Changeset 6683 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Mar 26, 2006, 10:46:32 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r6643 r6683 6 6 # define DVO_H 7 7 8 # define ELIXIR 1 9 # define PANSTARRS 0 10 # define LONEOS 0 8 /* 9 # define ELIXIR 1 10 # define PANSTARRS 0 11 # define LONEOS 0 12 */ 11 13 12 14 /*** named data values (convert all to enums?) ***/ … … 16 18 17 19 /* DVO table formats */ 18 enum {DVO_FORMAT_UNDEF, DVO_FORMAT_INTERNAL, DVO_FORMAT_ELIXIR, DVO_FORMAT_LONEOS, DVO_FORMAT_PANSTARRS } DVOTableFormat;20 enum {DVO_FORMAT_UNDEF, DVO_FORMAT_INTERNAL, DVO_FORMAT_ELIXIR, DVO_FORMAT_LONEOS, DVO_FORMAT_PANSTARRS, DVO_FORMAT_PMTEST} DVOTableFormat; 19 21 20 22 /* image data modes in RegImage */ … … 63 65 /* some subtle distinctions between the blend flags: 64 66 BLEND_IMAGE: the star on an image is matched with more 65 than one star in the catalog (image has worse seeing than catalog)67 than one star in the catalog (image has worse seeing than catalog) 66 68 BLEND_CATALOG: the star in the catalog is matched with more 67 than one star on the image (image has better seeing than catalog)69 than one star on the image (image has better seeing than catalog) 68 70 CALIBRATED: relative photometry has been performed on this measurement 69 71 BLEND_IMAGE_NEIGHBOR: the star on an image is matched with more 70 than one star in the catalog, but not in the same catalog file.72 than one star in the catalog, but not in the same catalog file. 71 73 */ 72 74 … … 285 287 Average *AverageElixirToInternal (AverageElixir *in, int Nvalues); 286 288 Average *AveragePanstarrsToInternal (AveragePanstarrs *in, int Nvalues); 289 Average *AveragePMtestToInternal (AveragePMtest *in, int Nvalues); 287 290 AverageLoneos *AverageInternalToLoneos (Average *in, int Nvalues); 288 291 AverageElixir *AverageInternalToElixir (Average *in, int Nvalues); 289 292 AveragePanstarrs *AverageInternalToPanstarrs (Average *in, int Nvalues); 293 AveragePMtest *AverageInternalToPMtest (Average *in, int Nvalues); 290 294 291 295 Measure *FtableToMeasure (FTable *ftable, int *Nmeasure, int *format);
Note:
See TracChangeset
for help on using the changeset viewer.
