Changeset 11475
- Timestamp:
- Jan 30, 2007, 6:31:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r11448 r11475 833 833 options->filter = psMetadataLookupPtr (&status, input->concepts, concept); 834 834 if (!status) 835 psAbort ("psModules", "failed to find filter ");835 psAbort ("psModules", "failed to find filter (concept %s)", concept); 836 836 837 837 } … … 839 839 options->exptime = psMetadataLookupF32 (&status, input->concepts, concept); 840 840 if (!status) 841 psAbort ("psModules", "exptime not found ");841 psAbort ("psModules", "exptime not found (concept %s)", concept); 842 842 } 843 843 if (!strcasecmp (option, "airmass")) { 844 844 options->airmass = psMetadataLookupF32 (&status, input->concepts, concept); 845 845 if (!status) 846 psAbort ("psModules", "airmass not found ");846 psAbort ("psModules", "airmass not found (concept %s)", concept); 847 847 } 848 848 # if (0) … … 850 850 options->dettemp = psMetadataLookupF32 (&status, input->concepts, concept); 851 851 if (!status) 852 psAbort ("psModules", "dettemp not found ");852 psAbort ("psModules", "dettemp not found (concept %s)", concept); 853 853 } 854 854 if (!strcasecmp (option, "version")) { … … 856 856 options->version = psMetadataLookupF32 (&status, input->concepts, concept); 857 857 if (!status) 858 psAbort ("psModules", "version not found ");858 psAbort ("psModules", "version not found (concept %s)", concept); 859 859 } 860 860 if (!strcasecmp (option, "twilight")) { … … 863 863 options->twilight = psMetadataLookupF32 (&status, input->concepts, concept); 864 864 if (!status) 865 psAbort ("psModules", "twilight not found ");865 psAbort ("psModules", "twilight not found (concept %s)", concept); 866 866 } 867 867 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
