|
| SIMapperCollection () |
| Default constructor. More...
|
|
| ~SIMapperCollection () |
|
void | addMapper (casacore::CountedPtr< SIMapper > map) |
|
casacore::Int | nMappers () |
|
casacore::Vector
< casacore::String > | getImageNames () |
|
void | addMapper (casacore::Int mapperId, casacore::String mapperType, casacore::uInt nTaylorTerms, casacore::CountedPtr< FTMachine > ftm, casacore::CountedPtr< FTMachine > iftm, casacore::String imageName, casacore::CoordinateSystem &cSys, casacore::IPosition imShape, const casacore::Bool overwrite) |
|
*void | initializeGrid (vi::VisBuffer2 &vb, casacore::Bool dopsf=false, const casacore::Int mapperid=-1) |
|
void | initializeGrid (vi::VisibilityIterator2 &vi, casacore::Bool dopsf=false, const casacore::Int mapperid=-1) |
| This version is for initializing BriggsCubeWeightor. More...
|
|
void | grid (vi::VisBuffer2 &vb, casacore::Bool dopsf=false, refim::FTMachine::Type col=refim::FTMachine::CORRECTED, const casacore::Int mapperid=-1) |
|
void | finalizeGrid (vi::VisBuffer2 &vb, casacore::Bool dopsf=false, const casacore::Int mapperid=-1) |
|
void | initializeDegrid (vi::VisBuffer2 &vb, const casacore::Int mapperid=-1) |
|
void | degrid (vi::VisBuffer2 &vb, casacore::Bool saveVirtualMod=false, const casacore::Int mapperid=-1) |
|
void | saveVirtualModel (vi::VisBuffer2 &vb) |
|
void | finalizeDegrid (vi::VisBuffer2 &vb, const casacore::Int mapperid=-1) |
|
void | addPB (vi::VisBuffer2 &vb, PBMath &pbMath, const casacore::MDirection &altDir=casacore::MDirection(), const casacore::Bool useAltDir=False) |
|
void | initializeGrid (VisBuffer &vb, casacore::Bool dopsf=false, const casacore::Int mapperid=-1) |
|
void | grid (VisBuffer &vb, casacore::Bool dopsf=false, FTMachine::Type col=FTMachine::CORRECTED, const casacore::Int mapperid=-1) |
|
void | finalizeGrid (VisBuffer &vb, casacore::Bool dopsf=false, const casacore::Int mapperid=-1) |
|
void | initializeDegrid (VisBuffer &vb, const casacore::Int mapperid=-1) |
|
void | degrid (VisBuffer &vb, casacore::Bool saveVirtualMod=false, const casacore::Int mapperid=-1) |
|
void | saveVirtualModel (VisBuffer &vb) |
|
void | finalizeDegrid (VisBuffer &vb, const casacore::Int mapperid=-1) |
|
void | addPB (VisBuffer &vb, PBMath &pbMath) |
|
casacore::Record | getFTMRecord (casacore::Int mapperid) |
|
casacore::CountedPtr
< SIImageStore > | imageStore (const casacore::Int id=0) |
|
casacore::Bool | releaseImageLocks () |
|
void | checkOverlappingModels (casacore::String action) |
|
casacore::Bool | anyNonZeroModels () |
|
const casacore::CountedPtr
< FTMachine > | getFTM (casacore::Int which, const casacore::Bool ift=true) |
|
const casacore::CountedPtr
< refim::FTMachine > & | getFTM2 (casacore::Int which, const casacore::Bool ift=true) |
|
void | initPB () |
|
const casacore::CountedPtr
< SIMapper > | getMapper (casacore::Int which) |
|
virtual casacore::Long | estimateRAM () |
|
Definition at line 43 of file SIMapperCollection.h.