Changeset 16190
- Timestamp:
- Jan 22, 2008, 5:30:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r16186 r16190 257 257 258 258 // Custom floating-point 259 const char *floatName = psMetadataLookupStr( NULL, scheme, "FLOAT"); // Name of custom float260 if ( floatName) {259 const char *floatName = psMetadataLookupStr(&mdok, scheme, "FLOAT"); // Name of custom float 260 if (mdok && floatName) { 261 261 psString fullName = NULL; // Full name of custom floating-point 262 262 psStringAppend(&fullName, "FLOAT_%s", floatName); … … 308 308 309 309 // Compression options 310 const char *compressString = psMetadataLookupStr( NULL, scheme, "COMPRESSION"); // Compression type311 if ( compressString) {310 const char *compressString = psMetadataLookupStr(&mdok, scheme, "COMPRESSION"); // Compression type 311 if (mdok && compressString) { 312 312 psFitsCompressionType type = psFitsCompressionTypeFromString(compressString); // Compression 313 313 psVector *tile = psVectorAlloc(3, PS_TYPE_S32); // Tile sizes
Note:
See TracChangeset
for help on using the changeset viewer.
