- Timestamp:
- Sep 1, 2014, 4:08:42 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140813/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140813/Ohana
- Property svn:mergeinfo changed
/tags/ipp-pv3-20140717/Ohana (added) merged: 37082,37304,37328-37331,37343
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140813/Ohana/src/addstar/include/addstar.h
r37116 r37344 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.
