Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/scisim/release/latest/help/changes/since-v2.0.9.html
Дата изменения: Thu Jan 13 19:12:52 2005
Дата индексирования: Sat Dec 22 15:35:55 2007
Кодировка:
SciSim v2.1 development

Changed since v2.0.9


So, what has globally changed? Can I still use my old source files? Great, but what about my personalized configuration files?
Well, again we a tool for that:
convert-cfg < old.cfg > new.cfg
Life could not be easier...


How do I run the pipeline?

The "old" way of running the SciSim pipeline up to the ODF converters was something like:


Because of the introduction of the spacecraft modeler -spsim, this becomes:


Generally speaking: if a tool used to get a source file on standard input, it now expects the output of spsim. The sources are passed by the keyword sources.
 

How do I change the file names produced by 'oodf' and 'hodf'?
The aim is that SciSim produces odf data, following the ODF ICD file name convention. In order to reach that goal, we had to introduce a single point of information global input (observation identifier, schedule flag etc...). This is done in spsim:
spsim --orbit 0 --proposal 0 --observation 0 --schedule S --exposure 1 > spsim.out
whereas (see XMM-SOC-ICD-0004-SSD, Issue 2.1,chapter 5):
orbit orbit (revolution number) [0,9999]
proposal proposal which contained the observation [0,999999]
observation observation within the proposal [0,9999]
schedule scheduled (S) or unscheduled (U) exposure
exposure exposure number within the observation [1,999]

All the other parts of the filename are set by the ODF converters themselves and/or passed by simulators (e.g. OSIM sets the type of data in the file, and the instrument identifier).

At this stage, rodf, modf and podf do not use this mechanism.
 

What else is new?