IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2015, 2:43:11 PM (11 years ago)
Author:
eugene
Message:

three major memory-saving modifications: load the disk version of the AstromOffset table in small chunks (these are converted to the AstromOffsetMap entries anyway); convert AstromOffsetMap to use (float *) not (float ); do not make a subset image array if -use-all-images is selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/include/relastro.h

    r38675 r38695  
    276276int    USE_ICRF_SHFIT;
    277277int    USE_ICRF_POLE;
     278
     279int    USE_ALL_IMAGES;
    278280
    279281int    RESET;
     
    413415int           liststats_pos       PROTO((double *value, double *dvalue, int N, StatType *stats, int XVERB));
    414416Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath, char *syncfile));
    415 int           load_images         PROTO((FITS_DB *db, SkyList *skylist, int UseFullOverlap));
     417int           load_images         PROTO((FITS_DB *db, SkyList *skylist, int UseFullOverlap, int UseAllImages));
    416418Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap));
    417419
Note: See TracChangeset for help on using the changeset viewer.