Query the CASU directories.
|
|
getCasuDataFile(command,
casuDataFilePath,
copyDict,
UKLight=True)
Execute the given command to create a file at CASU and copy the file
into the sys dir. |
source code
|
|
|
|
getCasuFileListing(commands,
casuDataFile,
copyDict,
UKLight=True)
Execute the given command to create a file at CASU and copy the file
into the sys dir. |
source code
|
|
|
|
getCasuStagingDirs(UKLight=True,
casuSubDirPath='processed')
Get a list of all main dirs at CASU. |
source code
|
|
|
|
getCasuDateDirs(dirList=None,
UKLight=True,
mode='STR',
presuf='')
Get a dictionary of all dateDirs and their paths. |
source code
|
|
|
|
getDirListing(casuDisk,
UKLight=True,
lsFlags='',
longStyle=True)
Get a listing of the given directory. |
source code
|
|
|
|
getDirSizes(casuDisk,
UKLight=True,
returnList=False,
dateRE='20*')
Dict of directory sizes. |
source code
|
|
|
|
getDirVersions(casuDisk,
reproVersion=None,
forceTransfer=False,
UKLight=True,
returnList=False,
dateStr='')
Dict of directory version numbers (dv). |
source code
|
|
|
|
getOTCDirs(startDate,
endDate,
srDirs,
dirVersions,
casuDisk,
reproMode=None,
reproVersion=None,
forceTransfer=False,
checkSR=True,
UKLight=True,
returnList=False)
List of ok_to_copy (otc) directories. |
source code
|
|
|
|
getSRDirs(casuDisk,
UKLight=True,
returnList=False,
dateStr='')
List of successfully_read (sr) directories. |
source code
|
|
|
|
copyFile(fileName,
destDir='/disk01/wsa/sys',
UKLight=True)
copy single File from CASU to local 'sys_dir' |
source code
|
|
|
|
|
|
|
|