Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.0.0/doc/cifbuild/node19.html
Дата изменения: Wed Jun 28 23:50:01 2006 Дата индексирования: Sat Dec 22 10:47:07 2007 Кодировка: Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html |
if(not withmasterindexfile) { foreach(directory is SAS_CCFPATH or in ccfpath) { foreach(file matching glob pattern) { if(is_a_ccf_file) { extract CCF attributes add to list organized by scope-type } } foreach(scope-type) { select constituent with: VALDATE <= observationdate SUBDATE <= analysisdate EVALDATE >= observationdate highest ISSUE write selected constituet to CIF } } else { // use masterindexfile foreach(scope-type in MIF) { select constituent with: VALDATE <= observationdate SUBDATE <= analysisdate highest ISSUE } }