casa
$Rev:20696$
|
#include <SIImageStore.h>
Definition at line 45 of file SIImageStore.h.
Default constructor.
casa::SIImageStore::SIImageStore | ( | String | imagename | ) |
casa::SIImageStore::SIImageStore | ( | String | imagename, |
CoordinateSystem & | imcoordsys, | ||
IPosition | imshape | ||
) |
void casa::SIImageStore::addImages | ( | CountedPtr< SIImageStore > | imagestoadd, |
Bool | addpsf, | ||
Bool | addresidual, | ||
Bool | addweight | ||
) |
void casa::SIImageStore::divideModelByWeight | ( | Float | weightlimit | ) |
void casa::SIImageStore::divideResidualByWeight | ( | Float | weightlimit | ) |
Bool casa::SIImageStore::doesImageExist | ( | String | imagename | ) |
Bool casa::SIImageStore::hasWeight | ( | ) | [inline] |
Definition at line 70 of file SIImageStore.h.
References itsWeightExists.
Bool casa::SIImageStore::isValid | ( | ) | [inline] |
Definition at line 84 of file SIImageStore.h.
References itsValidity.
void casa::SIImageStore::resetImages | ( | Bool | resetpsf, |
Bool | resetresidual, | ||
Bool | resetweight | ||
) |
void casa::SIImageStore::setModelImage | ( | String | modelname | ) |
CountedPtr<PagedImage<Float> > casa::SIImageStore::itsImage [protected] |
Definition at line 92 of file SIImageStore.h.
String casa::SIImageStore::itsImageName [protected] |
Definition at line 91 of file SIImageStore.h.
* IPosition casa::SIImageStore::itsImageShape [protected] |
Definition at line 90 of file SIImageStore.h.
CountedPtr<PagedImage<Float> > casa::SIImageStore::itsModel [protected] |
Definition at line 92 of file SIImageStore.h.
CountedPtr<PagedImage<Float> > casa::SIImageStore::itsPsf [protected] |
Definition at line 92 of file SIImageStore.h.
CountedPtr<PagedImage<Float> > casa::SIImageStore::itsResidual [protected] |
Definition at line 92 of file SIImageStore.h.
Bool casa::SIImageStore::itsValidity [protected] |
Definition at line 95 of file SIImageStore.h.
Referenced by isValid().
CountedPtr<PagedImage<Float> > casa::SIImageStore::itsWeight [protected] |
Definition at line 92 of file SIImageStore.h.
Bool casa::SIImageStore::itsWeightExists [protected] |
Definition at line 93 of file SIImageStore.h.
Referenced by hasWeight().