Changeset 6683 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Mar 26, 2006, 10:46:32 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/include/addstar.h
r6675 r6683 69 69 double SNLIMIT; 70 70 int ACCEPT_ASTROM; // accept even bad astrometry solutions (NASTRO == 0) 71 int ACCEPT_MOTION; // accept reference proper motion measurements 71 72 int TEXTMODE; // force input file to be loaded as RAW 72 73 int SUBPIX; // apply a subpix correction … … 125 126 double get_subpix PROTO((double x, double y)); 126 127 Stars *getgsc PROTO((SkyRegion *patch, int *NSTARS)); 127 Stars *gettycho PROTO((SkyRegion *catstats, int photcode, double epoch,int *Nstars));128 Stars *gettycho PROTO((SkyRegion *catstats, int photcode, int *Nstars)); 128 129 Stars *getusno PROTO((SkyRegion *catstats, int photcode, int *Nstars)); 129 Stars *getusnob PROTO((SkyRegion *catstats, int photcode, double epoch,int *Nstars));130 Stars *getusnob PROTO((SkyRegion *catstats, int photcode, int *Nstars)); 130 131 Image *gimages PROTO((FITS_DB *db, Image *image, Coords *mosaic, int *Npimage)); 131 132 Stars *grefcat PROTO((char *Refcat, SkyRegion *catstats, int photcode, int *nstars)); … … 188 189 189 190 /** 190 there is an inconsistency to be resolved: fixed structures (like Image)191 need a fixed bit-length time (e_time), but these functions all use the192 UNIX time_t types, which may be 32 or 64 bits, depending on the machine.193 This can be resolved by using time_t with these functions, but casting194 between e_time and time_t when necessary (ie, cannot return data to an195 e_time pointer from one of these functions)191 there is an inconsistency to be resolved: fixed structures (like Image) 192 need a fixed bit-length time (e_time), but these functions all use the 193 UNIX time_t types, which may be 32 or 64 bits, depending on the machine. 194 This can be resolved by using time_t with these functions, but casting 195 between e_time and time_t when necessary (ie, cannot return data to an 196 e_time pointer from one of these functions) 196 197 **/ 197 198
Note:
See TracChangeset
for help on using the changeset viewer.
