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/photreg.h

    r12332 r27435  
    2929int regargs (int argc, char **argv, PhotPars *);
    3030
    31 void DeleteSubset (FITS_DB *db, PhotPars *photpars, int Nphotpars, int *match, int Nmatch);
    32 int *match_criteria (PhotPars *photpars, int Nphotpars, int *Nmatch);
     31void DeleteSubset (FITS_DB *db, PhotPars *photpars, off_t Nphotpars, off_t *match, off_t Nmatch);
     32off_t *match_criteria (PhotPars *photpars, off_t Nphotpars, off_t *Nmatch);
    3333
    34 void OutputSubset (PhotPars *photpars, int Nphotpars, int *match, int Nmatch);
     34void OutputSubset (PhotPars *photpars, off_t Nphotpars, off_t *match, off_t Nmatch);
    3535
    36 void DumpFitsBintable (char *filename, PhotPars *image, int *match, int Nmatch);
    37 void DumpFitsTable (char *filename, PhotPars *image, int *match, int Nmatch);
    38 int PrintSubset (PhotPars *image, int *match, int Nmatch);
     36void DumpFitsBintable (char *filename, PhotPars *image, off_t *match, off_t Nmatch);
     37void DumpFitsTable (char *filename, PhotPars *image, off_t *match, off_t Nmatch);
     38int PrintSubset (PhotPars *image, off_t *match, off_t Nmatch);
    3939
    4040void set_timezone (double dt);
     
    4242int escape (int mode, char *message);
    4343
    44 PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, int Nphotpars);
     44PhotPars *PhotParsOld_to_PhotPars (PhotParsOld *input, off_t Nphotpars);
    4545
Note: See TracChangeset for help on using the changeset viewer.