Changeset 13893
- Timestamp:
- Jun 19, 2007, 4:15:14 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r13772 r13893 125 125 // The region represents the maximum bounds of the full image 126 126 127 psImage *readoutReadComponent(psImage *image, // Image into which to read128 psFits *fits, // FITS file from which to read129 const psRegion *fullImage, // full image region, read a subset130 int readdir, // Read direction (1=rows, 2=cols)131 int min, // Minimum row/col number to read132 int max, // Maximum row/col number to read133 int z, // Image plane to read134 float bad // Bad value135 )127 static psImage *readoutReadComponent(psImage *image, // Image into which to read 128 psFits *fits, // FITS file from which to read 129 const psRegion *fullImage, // full image region, read a subset 130 int readdir, // Read direction (1=rows, 2=cols) 131 int min, // Minimum row/col number to read 132 int max, // Maximum row/col number to read 133 int z, // Image plane to read 134 float bad // Bad value 135 ) 136 136 { 137 137 assert(fits);
Note:
See TracChangeset
for help on using the changeset viewer.
