IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2013, 12:41:02 PM (13 years ago)
Author:
eugene
Message:

add option to include bad images when applying offsets (needed for a general reset); add some test options and count the number of modified detections; when doing UpdateObjectOffsets, do not require images to completely overlap a region (want to update all detections in the region); allow relastro clients to run on only the needed hosts

File:
1 edited

Legend:

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

    r35669 r35671  
    161161
    162162int    RESET;
     163int    RESET_BAD_IMAGES;
    163164int    NLOOP;
    164165int    NTHREADS;
     
    278279int           liststats_pos       PROTO((double *value, double *dvalue, int N, StatType *stats, int XVERB));
    279280Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int subselect, int hostID, char *hostpath));
    280 int           load_images         PROTO((FITS_DB *db, SkyList *skylist));
    281 Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage));
     281int           load_images         PROTO((FITS_DB *db, SkyList *skylist, int UseFullOverlap));
     282Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, off_t **LineNumber, off_t *Nimage, int UseFullOverlap));
    282283
    283284void check_permissions (char *basefile);
Note: See TracChangeset for help on using the changeset viewer.