IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 11:22:25 AM (16 years ago)
Author:
eugene
Message:

large update merging in changes for Ohana to support large files

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/imregister/include/imphot.h

    r12332 r27435  
    2020int db_load (FITS_DB *db);
    2121int args (int argc, char **argv);
    22 int DumpFitsBintable (char *filename, Image *image, int *match, int Nmatch);
    23 int DumpFitsTable (char *filename, Image *image, int *match, int Nmatch);
    24 void ModifySubset (FITS_DB *db, Image *image, int Nimage, int *match, int Nmatch);
    25 int PrintSubset (Image *image, int *match, int Nmatch);
    26 int output (Image *image, int *match, int Nmatch);
     22int DumpFitsBintable (char *filename, Image *image, off_t *match, off_t Nmatch);
     23int DumpFitsTable (char *filename, Image *image, off_t *match, off_t Nmatch);
     24void ModifySubset (FITS_DB *db, Image *image, off_t Nimage, off_t *match, off_t Nmatch);
     25int PrintSubset (Image *image, off_t *match, off_t Nmatch);
     26int output (Image *image, off_t *match, off_t Nmatch);
    2727int rfits (FITS_DB *db);
    2828int rtext (FITS_DB *db);
    29 int *subset (Image *image, int Nimage, int *nsubset);
     29off_t *subset (Image *image, off_t Nimage, off_t *nsubset);
Note: See TracChangeset for help on using the changeset viewer.