DOpimager.h
Classes
- pimager -- Parallel version of imager (full description)
Interface
- Public Members
- pimager(MeasurementSet &thems)
- Bool tryparread(const String& thems, const Int& numloops)
- virtual Vector<String> methods() const
- virtual MethodResult runMethod(uInt which, ParameterSet &inputRecord, Bool runMethod)
- Protected Members
- virtual void setWFCleanImageSkyModel()
- virtual void setClarkCleanImageSkyModel()
- virtual void setSkyEquation()
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
Etymology
DO interface to the pimager application
Synopsis
This class is a parallelized version of imager.
Example
Motivation
Thrown Exceptions
To Do
Member Description
Construct a pimager from a MeasurementSet
Bool tryparread(const String& thems, const Int& numloops)
Trial parallel read test function
Methods required for the AIPS++ DO tasking system. Specialized
by pimager to support additional DO methods.
Virtual methods to set the ImageSkyModel and SkyEquation.
Class pimager sets parallelized specializations.