- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/addstar/include/addstar.h
r29541 r30118 125 125 float ZPT_ERR_PHU; 126 126 127 int OLD_RESORT; 128 127 129 // carries the mosaic into gstars 128 130 … … 135 137 double MIN_FWHM_X; 136 138 double MIN_FWHM_Y; 139 int NTHREADS; 137 140 138 141 /* modify server behavior (make this an addstar cleanup mode?) */ … … 207 210 Stars *rd_gsc PROTO((char *filename, unsigned int *nstars)); 208 211 int replace_match PROTO((Average *average, Measure *measure, Stars *star)); 212 int resort_threaded PROTO((AddstarClientOptions *options, SkyTable *sky)); 213 int resort_unthreaded PROTO((AddstarClientOptions *options, SkyTable *sky)); 209 214 void resort_catalog PROTO((Catalog *catalog)); 215 void resort_catalog_old PROTO((Catalog *catalog)); 210 216 Stars *ReadStarsFITS PROTO((FILE *f, Header *header, Header *in_theader, unsigned int *nstars)); 211 217 Stars *ReadStarsTEXT PROTO((FILE *f, unsigned int *nstars));
Note:
See TracChangeset
for help on using the changeset viewer.
