Changeset 27838 for branches/tap_branches/Ohana/src/addstar/src/LoadStars.c
- 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/addstar/src/LoadStars.c
r21508 r27838 1 1 # include "addstar.h" 2 2 3 Stars *LoadStars (char *filename, int *Nstars, Image **images, int *Nimages, AddstarClientOptions *options) {3 Stars *LoadStars (char *filename, unsigned int *Nstars, Image **images, off_t *Nimages, AddstarClientOptions *options) { 4 4 5 int i, Nfile, NFILE, Nheaders, NheaderSets, mode, *extsize; 5 off_t *extsize, NheaderSets; 6 int i, Nfile, NFILE, Nheaders, mode; 6 7 char **file, line[1024]; 7 8 FILE *f; … … 80 81 continue; 81 82 } 82 if (VERBOSE) fprintf (stderr, "file %s has %d headers, including % d images\n", file[i], Nheaders,NheaderSets);83 if (VERBOSE) fprintf (stderr, "file %s has %d headers, including %lld images\n", file[i], Nheaders, (long long) NheaderSets); 83 84 84 85 /* supplied photcode is incompatible with multi-chip images */ … … 94 95 } 95 96 96 LoadData (f, file[i], images, Nimages, &stars, Nstars, headers, extsize, headerSets, NheaderSets );97 LoadData (f, file[i], images, Nimages, &stars, Nstars, headers, extsize, headerSets, NheaderSets, options); 97 98 98 99 // XXX add a function to (optionally) load the extended source measurements
Note:
See TracChangeset
for help on using the changeset viewer.
