Changeset 38986 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/include/addstar.h (modified) (4 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/addstar/include/addstar.h
r38636 r38986 49 49 int extnum_xrad; 50 50 } HeaderSet; 51 52 # if (0)53 typedef struct {54 Average average;55 Measure measure;56 Lensing *lensing; // optionally carry out the lensing measurements57 int found;58 } Stars;59 60 typedef struct {61 unsigned int Nstars;62 Stars *stars;63 off_t Nimages;64 Image *images;65 Coords *mosaic;66 SkyRegion *patch;67 AddstarClientOptions *options;68 char *refcat;69 } DVO_DATA;70 # endif71 51 72 52 # define IDTYPE int … … 222 202 int find_matches PROTO((SkyRegion *region, Catalog *newcat, Catalog *catalog, AddstarClientOptions options)); 223 203 224 # if (0) 225 int find_matches_refstars PROTO((SkyRegion *region, Stars **stars, unsigned int Nstars, Catalog *catalog, AddstarClientOptions options)); 226 int find_matches_closest_refstars PROTO((SkyRegion *region, Stars **stars, unsigned int Nstars, Catalog *catalog, AddstarClientOptions options)); 227 228 int dump_rawstars PROTO((Stars *stars, unsigned int Nstars)); 229 230 Stars **find_subset PROTO((SkyRegion *region, Stars *stars, unsigned int Nstars, unsigned int *NSTARS)); 204 int find_matches_refstars PROTO((SkyRegion *region, Catalog *srccat, Catalog *tgtcat, AddstarClientOptions options)); 205 int find_matches_closest_refstars PROTO((SkyRegion *region, Catalog *srccat, Catalog *tgtcat, AddstarClientOptions options)); 206 207 Catalog *greference PROTO((char *Refcat, SkyRegion *catstats, int photcode)); 208 231 209 int gcatalog PROTO((Catalog *catalog)); 232 Stars *get2mass PROTO((SkyRegion *patch, int photcode, int mode, unsigned int *NSTARS)); 233 234 Stars *greference PROTO((char *Refcat, SkyRegion *catstats, int photcode, unsigned int *nstars)); 235 Stars *getgsc PROTO((SkyRegion *patch, unsigned int *NSTARS)); 236 Stars *getusno PROTO((SkyRegion *catstats, int photcode, unsigned int *Nstars)); 237 Stars *getusnob PROTO((SkyRegion *catstats, int photcode, unsigned int *Nstars)); 210 Catalog *getgsc PROTO((SkyRegion *patch)); 211 Catalog *getusno PROTO((SkyRegion *catstats)); 212 Catalog *getusnob PROTO((SkyRegion *catstats)); 238 213 239 214 // load text-based stars (REF only in the sense of REF photcodes) 240 Stars *grefstars PROTO((char *file, int photcode, unsigned int *Nstars)); 241 242 Stars *rd_gsc PROTO((char *filename, unsigned int *nstars)); 243 244 int replace_match PROTO((Average *average, Measure *measure, Stars *star)); 245 # endif 215 Catalog *grefstars PROTO((char *file, int photcode)); 216 217 Catalog *rd_gsc PROTO((char *filename)); 218 219 int replace_match PROTO((Average *average, Measure *measure, Measure *newmeas, off_t *found)); 246 220 247 221 Catalog *LoadStars PROTO((char *file, Image **images, off_t *Nimages, AddstarClientOptions *options)); … … 297 271 298 272 SkyList *SkyListExistingSubset PROTO((SkyList *input, char *path)); 273 SkyList *SkyListForStars PROTO((SkyTable *table, int depth, Catalog *catalog)); 299 274 300 275 // these are all for the addstar client/server which has not been maintained … … 311 286 int UpdateDatabase_Reflist PROTO((AddstarClientOptions *options, Stars *stars, unsigned int Nstars)); 312 287 int UpdateDatabase_Refcat PROTO((AddstarClientOptions *options, SkyRegion *UserPatch, char *refcat)); 313 SkyList *SkyListForStars PROTO((SkyTable *table, int depth, Stars *stars, unsigned int Nstars));314 288 int SkyListSetPath PROTO((SkyList *list, char *path)); 315 289 int InitDataset PROTO((void));
Note:
See TracChangeset
for help on using the changeset viewer.
