Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/pipermail/sas-uploads/2001-January/000125.html
Дата изменения: Tue Jan 30 21:22:06 2001 Дата индексирования: Sat Dec 22 05:46:43 2007 Кодировка: |
Package odfingest-1.0.8.tgz (44 kB) Uploaded by Giuseppe Vacanti <gvacanti@cosine.nl> [SAS development] The most recent entry in ChangeLog is: odfingest/ChangeLog ChangeLog for odfingest ======================= Version 1.0.8 - 2001-01-29 (GV) ------------- + SOC-SPR-1907: - (src/IppvExtractorImplementation.cc) check if required HK file exists. If not issue a warning, set all HK parameters to unknown, and continue. + SOC-SPR-1908: - (src/IppvExtractor*): add _label data member. In OdfObject.cc the label is set to instrument/exposure, so that warning messages from the HK extraction process can be made clearer. - (src/IppvImplementation.cc) HK file and table name, sought time entry, and available time range are given in the warning messages. + SOC-SPR-1909: - (src/IppvImplementation.*) warning about new parameter value changed into an exception throw. - (src/Ippv.h) add exception ParameterChange. + SOC-SPR-1910: - (src/OdfObject.*) introduce _tpad; - (src/OdfObject.*) introduce _no_ippv_modes, a list of data modes that are not considered when extracting IPPVs. For instance: Discarded Lines Images. + (doc/odfingest_description.tex) updates required by the changes above. + SOC-SPR-1915: - (src/OdfObject.cc) use cmodes.clear() and not cmodes.empty() (same for dmodes. Former erases all elements, latter checks if there are any elements. This prevented odfingest from correctly writing MODE = UNDEFINED when data files of more than one type where found in one exposure.