Changeset 6771 for trunk/stac/src/sum.c
- Timestamp:
- Apr 4, 2006, 12:06:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/sum.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/sum.c
r5745 r6771 22 22 psFits *fits = psFitsOpen(inputNames->data[i], "r"); // FITS file 23 23 psRegion readRegion = {0, 0, 0, 0}; // Region to read 24 psImage *image = psFitsReadImage( NULL,fits, readRegion, 0);24 psImage *image = psFitsReadImage(fits, readRegion, 0); 25 25 if (numCols == 0 && numRows == 0) { 26 26 // First run through --- set the size, initialise the output, read the header … … 75 75 76 76 psFits *fits = psFitsOpen(outputName, "w"); 77 (void)psFitsWriteImage(fits, header, output, 0 );77 (void)psFitsWriteImage(fits, header, output, 0, NULL); 78 78 psFitsClose(fits); 79 79 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
