Changeset 27435 for trunk/Ohana/src/imregister/photreg/output.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/photreg/output.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/photreg/output.c
r14590 r27435 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.
