Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/build_PRD_file.html
Дата изменения: Fri Apr 8 12:46:14 2016 Дата индексирования: Mon Apr 11 03:24:02 2016 Кодировка: Поисковые слова: movie |
build_PRD_file (version 4/15/04) | index build_PRD_file.py |
PURPOSE --
Builds a PRD file from the PRDUVM libraries
Notes on changes from 09/11/03 by R.Kantor follow.
The program is being modified so that a file can be built for a
specific PRD version, and also for an input tag. Files built using
an input tag will not have FD records.
[The database relation that stores the file building information may
end up being prd_version, which has fields prd_version, file_type,
uvm_library, and tag_id.]
Currently the tag ids come from the prdcm collection relation.
The program builds a list, where the first element is a string
representing the filename of the fd record, and the other elements are
tuples, each of which contains a list of files for a particular
subsystem, and a string that represents the associated tag. The data
structure for the list of tuples is called element_list.
DEVELOPER --
K. Clark
MODIFICATION HISTORY --
o Initial implementation 12/18/02
o Updated 8/14/03 KWC - Reorganized prd_file_tree to include prd_dir_tree.
o Updated 1/28/04 RSK - Enhanced to use prd version (collection id) and
tag id.
o Updated 2/ 3/04 KWC - PRDUVM change directory can be in separate area
from config directory.
o Updated 3/12/04 RSK - Added processing for differencing output with
operational files
o Updated 3/30/04 KWC - Changed module name to build_prd_files.
o Updated 4/15/04 KWC - Use new prd_file_data object.
Modules | ||||||
|
Classes | ||||||||
|
Functions | ||
|
Data | ||
__version__ = ' 4/15/04' |