Changeset 22677
- Timestamp:
- Feb 25, 2009, 6:11:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r21183 r22677 116 116 if (!isfinite(gain)) { 117 117 psWarning("CELL.READNOISE is supposed to be in ADU, but CELL.GAIN isn't set -- forcing to 1.0"); 118 gain = 1.0;118 gain = 1.0; 119 119 } 120 120 rn /= gain; … … 876 876 return NULL; 877 877 } 878 879 time->type = timeSys; 878 880 879 881 psMetadataItem *item = psMetadataItemAllocPtr(pattern->name, PS_DATA_TIME, pattern->comment, time);
Note:
See TracChangeset
for help on using the changeset viewer.
