IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2012, 4:30:08 PM (14 years ago)
Author:
eugene
Message:

fix selection of images, especially at 0,360 boundary; catch failures to write image table; add ApplyOffsets mode [-apply-offsets]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/relphot/include/relphot.h

    r33874 r33885  
    145145int    PLOTDELAY;
    146146int    UpdateAverages;
     147int    ApplyOffsets;
    147148
    148149char  *PhotcodeList;
     
    250251
    251252SkyList      *load_images         PROTO((FITS_DB *db, char *regionName, SkyRegion *region));
    252 Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, char *inSubset, off_t **LineNumber, off_t *Nimage));
     253Image        *select_images       PROTO((SkyList *skylist, Image *timage, off_t Ntimage, char *inSubset, off_t **LineNumber, off_t *Nimage, SkyRegion *region));
    253254
    254255int           main                PROTO((int argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.