|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.1.0/doc/cifbuild/node19.html
Дата изменения: Mon Jul 9 03:13:00 2007 Дата индексирования: Sat Dec 22 11:07:36 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
}
}