Changeset 35416 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Apr 19, 2013, 4:31:05 PM (13 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/libdvo/include/dvo.h
r35102 r35416 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 … … 288 288 CMF_PS1_SV1 *gfits_table_get_CMF_PS1_SV1_Alt (FTable *ftable, off_t *Ndata, char *swapped); 289 289 290 // another special case : does not match byte-boundaries 291 # include "cmf-ps1-dv3.h" 292 290 293 typedef struct { 291 294 int Ncode; // number of photcodes … … 717 720 718 721 void dvo_average_init (Average *average); 722 void dvo_averageT_init (AverageTiny *average); 719 723 void dvo_secfilt_init (SecFilt *secfilt); 720 724 void dvo_measure_init (Measure *measure); 725 void dvo_measureT_init (MeasureTiny *measure); 721 726 722 727 # endif // DVO_H
Note:
See TracChangeset
for help on using the changeset viewer.
