Generate lists for FITS directories.
|
|
__init__(self,
sysc=SystemConstants("WSA"),
prefix='')
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
createFitsDateDict(self,
disklist=None,
ingestDirectory='ingest/fits',
trafoLog=None,
beginDateStr='19990101',
endDateStr='99991231',
versionStr=None,
forceLists=False)
Create a dictionary listing all dates for every fits directory in
disklist. |
source code
|
|
|
str
|
getVersion(self,
datumVersStr)
Get the version number from the date directory name, exclude test
directories (ending in *_v.comment). |
source code
|
|
|
dict
|
|
|
|
allFiles(self,
pattern,
searchPath,
pathSep=':')
Get all file names matching the given string pattern. |
source code
|
|
|
|
getFileCount(self,
pattern,
searchPath,
pathSep=':')
Get the number of files matching the given string pattern. |
source code
|
|
|
int, int, int
|
|
|
|
createDailyFileLists(self,
workDir,
startDate=10000101,
endDate=99991231,
versionStr='1',
trafoLog=None)
List all files in one date directory into one filelist. |
source code
|
|
|
|
writeFileLists(self,
outDir,
datumStr,
fitsList)
Write filelists into a working directory for further processing. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|