IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2018, 4:28:33 PM (8 years ago)
Author:
eugene
Message:

small fixes to the UKIRT addstar code to make it work

File:
1 edited

Legend:

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

    r39162 r40520  
    327327void saveMosaicCoords (Coords *input);
    328328
    329 Catalog *ReadStarsUKIRT (FILE *f, char *name, Header *header, Image *images, off_t *nimages);
    330 Catalog *LoadDataUKIRT (FILE *f, char *file, Image **images, off_t *nimages, Header **headers, off_t *extsize, HeaderSet *headerSets, off_t NheaderSets);
     329Catalog *ReadStarsUKIRT (FILE *f, char *name, Header *header, Image *images, off_t *nimages, SkyRegion *region);
     330Catalog *LoadDataUKIRT (FILE *f, char *file, Image **images, off_t *nimages, Header **headers, off_t *extsize, HeaderSet *headerSets, off_t NheaderSets, SkyRegion *region);
    331331
    332332AddstarFile *LoadFilenames (int *nfile, char *filename, AddstarClientOptions *options);
Note: See TracChangeset for help on using the changeset viewer.