Package helpers :: Module CalcMagLmt :: Class CalcMagLim
[hide private]

Class CalcMagLim

source code


Tests maglim code for set of created products

Nested Classes [hide private]

Inherited from invocations.cu13.cu13.Cu13: Pointing, ProductDetails

    Nested Errors and Exceptions

Inherited from wsatools.DbConnect.CuSession.CuSession: CuError

Instance Methods [hide private]
 
_onRun(self)
Calculate magnitude limits
source code

Inherited from invocations.cu13.cu13.Cu13: areMalformedProducts, arePotDodgyDeeps, calcDiskSpaceRequired, calcProcessLayers, calcZP, checkProductStatus, checkQBFlags, classifyCat, compressProd, convertMosaic, createCatalogue, createMosaic, createMosaics, createProductDir, createProducts, createSoftLinks, createStacks, createTiles, extractCat, filterImages, findContents, finishOffProducts, fitWCS, fixBadExtensions, getArchivePhotometry, getCataloguePhotometry, getDualImageData, getExpectedOrder, getFitsCatData, getImageHeader, getImageList, getInitImageHeader, getOBLevel, getOBList, getPrimaryHeader, getProdMfID, getRequiredMemory, getSoftVersion, getTiles, groutCat, hasProcessBeenRun, modifyExternalMosaic, organiseProducts, productProcessing, runCasuExtractor, runInitialCasuExtraction, runThreads, setComponentOrder, setUpProductsInfo, stackImages, testFits, testProduct, testProv, tidyUp, tileImages, wcsfit

Inherited from wsatools.DbConnect.CuSession.CuSession: __del__, __init__, logBrokenFile, run

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from invocations.cu13.cu13.Cu13: getUsefulNumCPUs

Inherited from wsatools.DbConnect.CuSession.CuSession: logException

Class Variables [hide private]
  cuNum = -9999
Curation Unit number
  releaseNum = 0
Release number of stacks to create.
  reprocess = False
Reprocess existing products of the current type?
  useDeep = False
Use previous stack as part of this stack?
  numStack = None
Number of intermediate stacks to be used.
  notDepOnly = False
Use non-deprecated stacks only
  existingProducts = None
List of details of products already ingested in the database.
  dateRange = CuSession.sysc.obsCal.dateRange()
Nights to stack.
  dirDate = time.strftime("%Y%m%d", time.gmtime())
Output dir date.
  newProductsOfType = None
Dictionary of ProductDetails for each type of product successfully created.
  _tmpWorkDir = None
Common temporary working directory for all threads.
  imageProductDict = None
hash(x)
  idImageProductDict = None
hash(x)
  deepProdMfIDDict = None
hash(x)

Inherited from invocations.cu13.cu13.Cu13: airmass, aperture, bitWiseProcessingDict, breakIntoParts, casuSoftDir, deepProductTable, deepProductTableDict, doQFlagCheck, externalZPAccuracy, extinct, extractIgnoreMsgs, extractor, fileListForType, filterer, isCompressed, isDetTableTooBig, largeDetTableLimit, maxProdID, memoryLimit, minProdID, missExtensionErrorMsgs, numCPUs, numObjsBin, numParts, obNonTiles, pType, pptTileDict, prodDirectory, prodInfo, prodMfIDDict, redoHeader, reprocessTypes, reqProdIDs, reqProdsOfType, restartDir, stackOnly, stacker, startedProductsOfType, tileOBDict, tiler

Inherited from wsatools.DbConnect.CuSession.CuSession: archive, comment, cuEventID, curator, eTypes, isDayStampedLog, onlyNonSurveys, onlySurveys, programme, programmeID, resultsFilePathName, shareFileID, sysc

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_onRun(self)

source code 

Calculate magnitude limits

Overrides: wsatools.DbConnect.CuSession.CuSession._onRun