Changeset 37357 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Sep 4, 2014, 7:55:12 AM (12 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
r37116 r37357 35 35 char *exthead; 36 36 char *extdata; 37 char *extxrad; 37 38 char *exttype; 38 39 int extnum_head; 39 40 int extnum_data; 41 int extnum_xrad; 40 42 } HeaderSet; 41 43 … … 146 148 147 149 int OLD_RESORT; 150 int READ_XRAD_DATA; 148 151 149 152 int PARALLEL; … … 250 253 Stars *FilterStars PROTO((Stars *instars, Image *image, unsigned int imageID, const AddstarClientOptions *options)); 251 254 Stars *MergeStars PROTO((Stars *stars, unsigned int *Nstars, Stars *instars, unsigned int Ninstars)); 255 256 int ReadXradFITS PROTO((FILE *f, Header *theader, Stars *stars, unsigned int Nstars)); 257 252 258 double scat_subpix PROTO((double x, double y)); 253 259 void update_coords PROTO((Average *average, Measure *measure, off_t *next));
Note:
See TracChangeset
for help on using the changeset viewer.
