Create/update merged tile-pawprint catalogue for a given
programme.
|
|
|
|
|
_ingestMergeLogOnly(self,
ingester,
newTileSets)
Write the updated merge log of new (plus updated) frame sets (new
frame sets flagged using the merge log attribute "new") to
a CSV file) |
source code
|
|
|
list(tuple)
|
|
|
|
|
|
|
|
|
|
_insertDefaultRows(self)
Inserts default row into TileSet and TilePawPrints table. |
source code
|
|
|
Inherited from SourceMerger:
deprecateOldFrameSets,
mergeSources,
reseamSources
Inherited from SourceMerger (private):
_addSeamingIndices,
_analyseSeams,
_createEpochDict,
_createPixScaleDict,
_getCameoPassbandData,
_getExistingFrameSets,
_getFrameSetSources,
_getMedianImageExtent,
_getNextID,
_getPositionColumnData,
_getProgFilters,
_getSrcPositionColumnData,
_isQualityFlaggingComplete,
_pickBestDuplicate,
_removeDeprecatedSources,
_updateAebvCSVFile
Inherited from DbConnect.CuSession.CuSession:
__del__,
__init__,
logBrokenFile,
run
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
commencementMessage = 'Tile-pawprint source merging...'
Message to log at the commencement of source merging.
|
|
|
pairingCriterion = 0.8
Tight merging criterion because sources should not move in short
space of time.
|
|
|
_useExtNum = False
Override useExtNum selection
|
|
|
cuNum = 26
Curation task number.
|
|
|
frameSetChunkSize = 150
|
|
|
_isVerbose = False
Turns off logging for certain sub-classes only.
|
|
|
deepOnly = False
Match deep tile and pawprint data only
|
|
|
prepareOnly = False
Only prepare the tile sets and update mergelog, without source
merging?
|
|
|
skipQualityCheck = False
Override quality bit flag check?
|
|
|
recreate = False
Recreate tables
|
|
|
addDefaults = False
Add defaults only
|
|
|
newTileList = None
Create table for these multiframes only
|
|
Inherited from SourceMerger:
continueCompleteReseam,
dateRange,
doCompleteReseam,
freeCacheInterval,
minEpochSep,
seamErrorBitMask,
seamingPairCriterion,
swVersion
Inherited from SourceMerger (private):
_autoCommit,
_extractor,
_filterPasses,
_frameSetIDName,
_idxInfo,
_isPersistent,
_mergeLog,
_mfidIndices,
_newFrameSetIdx,
_numFilterCol,
_numHeaderCol,
_outgester,
_passbands,
_progSchema,
_sourceIDName,
_sourceTable,
_useWorkDir
Inherited from DbConnect.CuSession.CuSession:
archive,
comment,
cuEventID,
curator,
eTypes,
isDayStampedLog,
onlyNonSurveys,
onlySurveys,
programme,
programmeID,
resultsFilePathName,
shareFileID,
sysc
|