IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2016, 11:46:14 AM (10 years ago)
Author:
eugene
Message:

add option to use all images rather than generating a subset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r39641 r39642  
    355355char *UserCatalog;
    356356
     357int USE_ALL_IMAGES;
    357358int USE_BASIC_CHECK;
    358359int USE_FULL_OVERLAP;
     
    437438Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile));
    438439
    439 int           load_images         PROTO((FITS_DB *db, SkyList *skylist, SkyRegion *region, int unlockImages));
     440int           load_images         PROTO((FITS_DB *db, SkyList *skylist, SkyRegion *region, int unlockImages, int UseAllImages));
    440441Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, char *inSubset, off_t **LineNumber, off_t *Nimage, SkyRegion *region));
    441442
Note: See TracChangeset for help on using the changeset viewer.