Changeset 39457 for trunk/Ohana/src/relastro/include/relastro.h
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro/include/relastro.h (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/relastro/include/relastro.h
r39396 r39457 88 88 off_t *NMEASURE; // allocated Measures per catalog 89 89 int *index; // lookup table catID -> catalog[i] 90 int*catIDs; // lookup table catID <- catalog[i]91 int maxID;// max catID value to date90 unsigned int *catIDs; // lookup table catID <- catalog[i] 91 unsigned int maxID; // max catID value to date 92 92 } CatalogSplitter; 93 93 … … 259 259 int REGION_HOST_ID; 260 260 int PARALLEL_REGIONS_MANUAL; 261 char *MANUAL_UNIQUER; 261 262 262 263 int HOST_ID; … … 416 417 int SetSignals (void); 417 418 418 void relastro_client_free (); 419 void relastro_free (SkyTable *sky, SkyList *skylist); 420 void relastro_client_free (SkyTable *sky, SkyList *skylist); 419 421 420 422 GSCRegion *find_regions PROTO((Image *image, off_t Nimage, int *Nregions, GSCRegion *fullregion)); … … 438 440 void initImageBins PROTO((Catalog *catalog, int Ncatalog, int FULLINIT)); 439 441 void initImages PROTO((Image *input, off_t *line_number, off_t N)); 442 void freeImages PROTO(()); 440 443 void initMosaicBins PROTO((Catalog *catalog, int Ncatalog)); 441 444 void initMosaicGrid PROTO((Image *image, off_t Nimage)); … … 528 531 int UpdateSimple (Catalog *catalog, int Ncatalog); 529 532 int UpdateChips (Catalog *catalog, int Ncatalog, int Nloop); 533 int UpdateStacks (Catalog *catalog, int Ncatalog); 530 534 int UpdateMosaic (Catalog *catalog, int Ncatalog); 531 535 int UpdateMeasures (Catalog *catalog, int Ncatalog); … … 552 556 Mosaic *getmosaics (off_t *N); 553 557 void initMosaics (Image *image, off_t Nimage); 558 void freeMosaics (); 554 559 StarData *getMosaicRaw (Catalog *catalog, int Ncatalog, off_t mos, off_t *Nstars); 555 560 StarData *getMosaicRef (Catalog *catalog, int Ncatalog, off_t mos, off_t *Nstars); … … 588 593 589 594 int initStarMaps (); 595 void freeStarMaps (); 590 596 int updateStarMaps(Catalog *catalog); 591 597 int createStarMapPoints(); … … 653 659 654 660 int indexCatalogs (Catalog *catalog, int Ncatalog); 655 int catID_and_objID_to_seq (int catID, int objID, int *catSeq, off_t *objSeq); 661 int catID_and_objID_to_seq (unsigned int catID, unsigned int objID, int *catSeq, off_t *objSeq); 662 void freeCatalogIndexes (int Ncatalog); 656 663 657 664 int markObjects (Catalog *catalog, int Ncatalog); … … 682 689 AstromOffsetTable *get_astrom_table (); 683 690 void put_astrom_table (AstromOffsetTable *myTable); 691 void free_astrom_table (); 684 692 685 693 int fit_map (AstromOffsetMap *map, StarData *raw, StarData *ref, int Npts);
Note:
See TracChangeset
for help on using the changeset viewer.
