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/photreg/output.c

    r14590 r27435  
    66
    77/* given a subset list, write out the selected images, if desired */
    8 void OutputSubset (PhotPars *photdata, int Nphotdata, int *match, int Nmatch) {
     8void OutputSubset (PhotPars *photdata, off_t Nphotdata, off_t *match, off_t Nmatch) {
    99
    1010  if (output.table != (char *) NULL) {
     
    2323
    2424/* write out complete binary FITS table in format of db */
    25 void DumpFitsBintable (char *filename, PhotPars *photdata, int *match, int Nmatch) {
    26 
    27   int i, j;
     25void DumpFitsBintable (char *filename, PhotPars *photdata, off_t *match, off_t Nmatch) {
     26
     27  off_t i, j;
    2828  FILE *f;
    2929  Header header;
     
    7171
    7272/** add ASCII table to autocode? **/
    73 void DumpFitsTable (char *filename, PhotPars *photdata, int *index, int Nkeep) {
     73void DumpFitsTable (char *filename, PhotPars *photdata, off_t *index, off_t Nkeep) {
    7474 
    7575  Header header, theader;
     
    8080  char *startstr, *stopstr, *datestr, *line;
    8181  char *c1, *c2, *code, *photsys, *extname;
    82   int i;
     82  off_t i;
    8383  time_t tsecond;
    8484
     
    196196
    197197/* Select, TimeMode are global */
    198 int PrintSubset (PhotPars *photdata, int *match, int Nmatch) {
    199  
    200   int i, j;
     198int PrintSubset (PhotPars *photdata, off_t *match, off_t Nmatch) {
     199 
     200  off_t i, j;
    201201  char *photstr, *timestr, *c1, *c2, *refcode;
    202202 
Note: See TracChangeset for help on using the changeset viewer.