Changeset 3666 for trunk/stac/src/stacRead.c
- Timestamp:
- Apr 5, 2005, 11:51:26 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacRead.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacRead.c
r3610 r3666 6 6 #define BUFFER 100 // Size of buffer for incrementally reading coordinates 7 7 8 psArray *stacReadImages(stacConfig *config) 8 psArray *stacReadImages(psArray *filenames // The file names of the images 9 ) 9 10 { 10 psArray *filenames = config->inputs;// The file names11 11 int nFiles = filenames->n; // The number of input files 12 12 psArray *images = psArrayAlloc(nFiles); // The input files, to be returned … … 162 162 163 163 164 psArray *stacReadMaps(stacConfig *config) 164 psArray *stacReadMaps(psArray *filenames // The file names of the images whose maps are to be read 165 ) 165 166 { 166 psArray *filenames = config->inputs;// The file names167 167 int nFiles = filenames->n; // The number of input files 168 168 psArray *maps = psArrayAlloc(nFiles); // The maps, to be returned
Note:
See TracChangeset
for help on using the changeset viewer.
