Changeset 38986 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/include/dvo.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libdvo/include/dvo.h
r38649 r38986 171 171 ID_PROPER = 0x00000010, // star with large proper motion 172 172 ID_TRANSIENT = 0x00000020, // identified as a non-periodic (stationary) transient 173 ID_VARIABLE = 0x00000040, // identified as a period variable173 ID_VARIABLE = 0x00000040, // identified as a periodic variable 174 174 ID_ASTEROID = 0x00000080, // identified with a known solar-system object (asteroid or other) 175 // bits 0x00000100 - 0x00008000 are currently unused 175 ID_STACK_ASTROM = 0x00000100, // stack position used for astrometry 176 177 // bits 0x00000200 - 0x00008000 are currently unused 176 178 ID_STAR_FIT_AVE = 0x00010000, // average position fitted 177 179 ID_STAR_FIT_PM = 0x00020000, // proper motion fitted … … 813 815 int sorted; /* is measure table average-sorted? (NOTE this is an int only because gfits_scan %t requires it) */ 814 816 815 816 817 /* pointers for data manipulation */ 817 818 off_t *found_t; … … 819 820 820 821 char *measureRank; 821 // off_t *image_t;822 // off_t *mosaic_t;823 // float *X_t;824 // float *Y_t;825 822 int *nOwn_t; // relastro uses this to count owned detections per object 826 823 … … 840 837 int gfits_db_free PROTO((FITS_DB *db)); 841 838 839 int gfits_fread_uncompressed (Catalog *catalog, FTable *ftable, char *nativeOrder, char VERBOSE); 840 842 841 char *libdvo_version (void); 843 842 … … 903 902 float PhotZeroPoint (Measure *measure, Average *average, SecFilt *secfilt); 904 903 904 int PhotSecfiltFlags (PhotCode *code, Average *average, SecFilt *secfilt); 905 int PhotNcode (PhotCode *code, Average *average, SecFilt *secfilt); 905 906 int PhotNphot (PhotCode *code, Average *average, SecFilt *secfilt, dvoMagClassType class, dvoMagSourceType source); 906 907 float PhotMstdev (PhotCode *code, Average *average, SecFilt *secfilt, dvoMagClassType class, dvoMagSourceType source); … … 969 970 void dvo_catalog_test (Catalog *catalog, int halt); 970 971 971 int dvo_catalog_backup (Catalog *catalog, int primary);972 int dvo_catalog_unlink_backup (Catalog *catalog, int primary);972 int dvo_catalog_backup (Catalog *catalog, char *suffix, int primary); 973 int dvo_catalog_unlink_backup (Catalog *catalog, char *suffix, int primary); 973 974 974 975 /* catmode-specific APIs */
Note:
See TracChangeset
for help on using the changeset viewer.
