Make JPEGS of pixel data. This will make compressed images for all
pixel data in the input transfer log.
|
|
__init__(self,
curator='rsc',
database='WSA',
beginDate=False,
endDate=False,
subDir=False,
versionStr=False,
xferLog=False,
jpgPath=False,
forceMosaic=False,
reDo=False,
numThreads=False,
deprecation=False,
isTrialRun=False,
comment='A useful comment')
Initialises data members for all database state flags and details for
this curation session. |
source code
|
|
|
|
_initFromDB(self)
initialize constants from the DB |
source code
|
|
|
|
|
|
|
|
|
|
cleanUp(self,
datumVersStr)
Cleanup the cu2 directory for the given datumVersStr. |
source code
|
|
|
|
|
|
|
|
|
|
makeJPEGs(self)
Create the JPEGs from given pixlist* files. |
source code
|
|
|
|
readDeprecationLog(self,
deprLog)
Read the transfer log containing pairs of 'old FITS filename, new
FITS filename' and create a dictionary {old: new} from it. |
source code
|
|
|
|
deprecateJpgs(self,
fitsFileDict,
deprMode='mv')
Deprecate files in fitsFileDict to the directory for deprecated
files. |
source code
|
|
|
Inherited from wsatools.DbConnect.IngCuSession.IngCuSession:
__del__,
attributesFromArguments,
createFileList,
createLogFileName,
createMonthlyDetSchema,
createWorkingDir,
getDetTable,
getErrorFileName,
getMultiframeIDs,
getProcessOrder,
getProgramIDs,
makeSysCmd,
removeWorkingDir,
run,
runSysCmd,
setupDetectionTable,
testForProgs,
translateProgID,
writeErrorFiles,
writeIngestList
Inherited from wsatools.DbConnect.IngCuSession.IngCuSession (private):
_connectToDb,
_createProgrammeTranslation,
_disconnectFromDb,
_getNextCuEventID,
_getNextID,
_historyCommentPrefix,
_onException,
_prepareDbLock,
_updateACHComment,
_updateArchiveCurationHistory,
_updateProgrammeCurationHistory
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|