casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
casa::SIImageStore Class Reference

#include <SIImageStore.h>

List of all members.

Public Member Functions

 SIImageStore ()
 Default constructor.
 SIImageStore (String imagename)
 SIImageStore (String imagename, CoordinateSystem &imcoordsys, IPosition imshape)
 ~SIImageStore ()
IPosition getShape ()
String getName ()
CountedPtr< PagedImage< Float > > psf ()
CountedPtr< PagedImage< Float > > residual ()
CountedPtr< PagedImage< Float > > weight ()
CountedPtr< PagedImage< Float > > model ()
CountedPtr< PagedImage< Float > > image ()
void setModelImage (String modelname)
Bool hasWeight ()
Bool doImagesExist ()
Bool doesImageExist (String imagename)
void allocateRestoredImage ()
void resetImages (Bool resetpsf, Bool resetresidual, Bool resetweight)
void addImages (CountedPtr< SIImageStore > imagestoadd, Bool addpsf, Bool addresidual, Bool addweight)
void divideResidualByWeight (Float weightlimit)
void divideModelByWeight (Float weightlimit)
Bool isValid ()

Protected Attributes

*IPosition itsImageShape
String itsImageName
CountedPtr< PagedImage< Float > > itsPsf
CountedPtr< PagedImage< Float > > itsModel
CountedPtr< PagedImage< Float > > itsResidual
CountedPtr< PagedImage< Float > > itsWeight
CountedPtr< PagedImage< Float > > itsImage
Bool itsWeightExists
Bool itsValidity

Detailed Description

Definition at line 45 of file SIImageStore.h.


Constructor & Destructor Documentation

Default constructor.

casa::SIImageStore::SIImageStore ( String  imagename,
CoordinateSystem imcoordsys,
IPosition  imshape 
)

Member Function Documentation

void casa::SIImageStore::addImages ( CountedPtr< SIImageStore imagestoadd,
Bool  addpsf,
Bool  addresidual,
Bool  addweight 
)

Definition at line 70 of file SIImageStore.h.

References itsWeightExists.

Definition at line 84 of file SIImageStore.h.

References itsValidity.

void casa::SIImageStore::resetImages ( Bool  resetpsf,
Bool  resetresidual,
Bool  resetweight 
)

Member Data Documentation

Definition at line 92 of file SIImageStore.h.

Definition at line 91 of file SIImageStore.h.

Definition at line 90 of file SIImageStore.h.

Definition at line 92 of file SIImageStore.h.

Definition at line 92 of file SIImageStore.h.

Definition at line 92 of file SIImageStore.h.

Definition at line 95 of file SIImageStore.h.

Referenced by isValid().

Definition at line 92 of file SIImageStore.h.

Definition at line 93 of file SIImageStore.h.

Referenced by hasWeight().


The documentation for this class was generated from the following file: