- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/imregister/photreg/output.c
r14590 r27838 6 6 7 7 /* given a subset list, write out the selected images, if desired */ 8 void OutputSubset (PhotPars *photdata, int Nphotdata, int *match, int Nmatch) {8 void OutputSubset (PhotPars *photdata, off_t Nphotdata, off_t *match, off_t Nmatch) { 9 9 10 10 if (output.table != (char *) NULL) { … … 23 23 24 24 /* 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;25 void DumpFitsBintable (char *filename, PhotPars *photdata, off_t *match, off_t Nmatch) { 26 27 off_t i, j; 28 28 FILE *f; 29 29 Header header; … … 71 71 72 72 /** add ASCII table to autocode? **/ 73 void DumpFitsTable (char *filename, PhotPars *photdata, int *index, int Nkeep) {73 void DumpFitsTable (char *filename, PhotPars *photdata, off_t *index, off_t Nkeep) { 74 74 75 75 Header header, theader; … … 80 80 char *startstr, *stopstr, *datestr, *line; 81 81 char *c1, *c2, *code, *photsys, *extname; 82 int i;82 off_t i; 83 83 time_t tsecond; 84 84 … … 196 196 197 197 /* Select, TimeMode are global */ 198 int PrintSubset (PhotPars *photdata, int *match, int Nmatch) {199 200 int i, j;198 int PrintSubset (PhotPars *photdata, off_t *match, off_t Nmatch) { 199 200 off_t i, j; 201 201 char *photstr, *timestr, *c1, *c2, *refcode; 202 202
Note:
See TracChangeset
for help on using the changeset viewer.
