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/imphot/dumpfits.c

    r14590 r27435  
    33
    44/* write out complete binary FITS table in format of db */
    5 int DumpFitsBintable (char *filename, Image *image, int *match, int Nmatch) {
     5int DumpFitsBintable (char *filename, Image *image, off_t *match, off_t Nmatch) {
    66
    7   int i, j;
     7  off_t i, j;
    88  FILE *f;
    99  Header header;
     
    4444}
    4545
    46 int DumpFitsTable (char *filename, Image *image, int *match, int Nmatch) {
     46int DumpFitsTable (char *filename, Image *image, off_t *match, off_t Nmatch) {
    4747 
    4848  Header header;
     
    5353  FILE *f;
    5454  char *startstr, *filtstr, *datestr, *line;
    55   int i;
     55  off_t i;
    5656  double zp, dzp, ra, dec, airmass, sky;
    5757  time_t tsecond;
Note: See TracChangeset for help on using the changeset viewer.