Changeset 18554 for trunk/psModules/src/camera/pmFPAfileFitsIO.c
- Timestamp:
- Jul 15, 2008, 10:25:00 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.c
r18330 r18554 7 7 8 8 #include "pmConfig.h" 9 #include "pmConfigMask.h" 9 10 #include "pmDetrendDB.h" 10 11 … … 496 497 } 497 498 499 // whenever we write out a mask image, we should define the bits which represent mask concepts 500 if (file->type == PM_FPA_FILE_MASK) { 501 assert (phu->header); 502 if (!pmConfigMaskWriteHeader (config, phu->header)) { 503 psError(PS_ERR_UNKNOWN, false, "failed to set the bitmask names in the PHU header for Image %s (%s)\n", file->filename, file->name); 504 return false; 505 } 506 } 507 498 508 switch (file->fileLevel) { 499 509 case PM_FPA_LEVEL_FPA:
Note:
See TracChangeset
for help on using the changeset viewer.
