IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39162 for trunk


Ignore:
Timestamp:
Nov 18, 2015, 4:09:59 PM (11 years ago)
Author:
eugene
Message:

use the stars, not the image boundary, to identify the ra,dec range

File:
1 edited

Legend:

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

    r39051 r39162  
    225225HeaderSet *MatchHeaders           PROTO((off_t **extsize, off_t *nimage, int mode, Header **headers, int Nheaders));
    226226void       HeaderSetFree          PROTO((HeaderSet *headerSets, off_t NheaderSets));
    227 Catalog   *LoadData               PROTO((FILE *f, AddstarFile *file, Image **images, off_t *nvalid, Header **headers, off_t *extsize, HeaderSet *headerSets, int NheaderSets, AddstarClientOptions *options));
     227Catalog   *LoadData               PROTO((FILE *f, AddstarFile *file, Image **images, off_t *nvalid, Header **headers, off_t *extsize, HeaderSet *headerSets, int NheaderSets, SkyRegion *region, AddstarClientOptions *options));
    228228int        GetZeroPointExposure   PROTO((Header **headers, HeaderSet *headerSets, off_t Nimages));
    229229
     
    247247
    248248Catalog   *ReadStarsFITS          PROTO((FILE *f, Header *header, Header *in_theader));
    249 Catalog   *FilterStars            PROTO((Catalog *newcat, Image *image, unsigned int imageID, const AddstarClientOptions *options));
     249Catalog   *FilterStars            PROTO((Catalog *newcat, Image *image, unsigned int imageID, SkyRegion *region, const AddstarClientOptions *options));
    250250int        ReadXradFITS           PROTO((FILE *f, Header *theader, Catalog *catalog));
    251251
Note: See TracChangeset for help on using the changeset viewer.