- Timestamp:
- Apr 11, 2013, 2:35:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/libdvo/include/dvo.h
r35316 r35393 129 129 ID_MEAS_BLEND_MEAS_X = 0x00001000, // detection is within radius of multiple objects across catalogs 130 130 ID_MEAS_ARTIFACT = 0x00002000, // detection is thought to be non-astronomical 131 ID_MEAS_ UNDEF_5 = 0x00004000, // unused131 ID_MEAS_SYNTH_MAG = 0x00004000, // magnitude is synthetic 132 132 ID_MEAS_PHOTOM_UBERCAL = 0x00008000, // externally-supplied zero point from ubercal analysis 133 133 ID_MEAS_STACK_PRIMARY = 0x00010000, // this stack measurement is in the primary skycell … … 720 720 721 721 void dvo_average_init (Average *average); 722 void dvo_averageT_init (AverageTiny *average); 722 723 void dvo_secfilt_init (SecFilt *secfilt); 723 724 void dvo_measure_init (Measure *measure); 725 void dvo_measureT_init (MeasureTiny *measure); 724 726 725 727 # endif // DVO_H
Note:
See TracChangeset
for help on using the changeset viewer.
