Go to the source code of this file.
Classes | |
struct | casa::refim::IChangeDetector |
class | casa::refim::ParAngleChangeDetector |
////////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
namespace | casa |
----------------------------------------------------------------------------- Start of casa namespace ----------------------------------------------------------------------------- | |
namespace | casa::refim |
Class that contains functions needed for imager. | |
namespace | casa::refim::SynthesisUtils |
Functions | |
Int | casa::refim::getPhaseCenter (MeasurementSet &ms, MDirection &dir0, Int whichField=-1) |
Bool | casa::refim::findMaxAbsLattice (const ImageInterface< Float > &lattice, Float &maxAbs, IPosition &posMaxAbs) |
Bool | casa::refim::findMaxAbsLattice (const ImageInterface< Float > &masklat, const Lattice< Float > &lattice, Float &maxAbs, IPosition &posMaxAbs, Bool flip=False) |
Double | casa::refim::getCurrentTimeStamp (const VisBuffer2 &vb) |
void | casa::refim::makeStokesAxis (Int npol_p, Vector< String > &polType, Vector< Int > &whichStokes) |
Double | casa::refim::getPA (const vi::VisBuffer2 &vb) |
void | casa::refim::storeImg (String fileName, ImageInterface< Complex > &theImg, Bool writeReIm=False) |
void | casa::refim::storeImg (String fileName, ImageInterface< Float > &theImg) |
void | casa::refim::storeArrayAsImage (String fileName, const CoordinateSystem &coords, const Array< Complex > &cf) |
void | casa::refim::storeArrayAsImage (String fileName, const CoordinateSystem &coords, const Array< DComplex > &cf) |
void | casa::refim::storeArrayAsImage (String fileName, const CoordinateSystem &coords, const Array< Float > &cf) |
Bool | casa::refim::isVBNaN (const VisBuffer2 &vb, String &mesg) |
void | casa::refim::SynthesisUtils::rotateComplexArray (LogIO &logIO, Array< Complex > &inArray, CoordinateSystem &inCS, Array< Complex > &outArray, Double dAngleRad, String interpMathod=String("CUBIC"), Bool modifyInCS=True) |
using namespace vi; | |
void | casa::refim::SynthesisUtils::findLatticeMax (const Array< Complex > &lattice, Vector< Float > &maxAbs, Vector< IPosition > &posMaxAbs) |
void | casa::refim::SynthesisUtils::findLatticeMax (const ImageInterface< Complex > &lattice, Vector< Float > &maxAbs, Vector< IPosition > &posMaxAbs) |
void | casa::refim::SynthesisUtils::findLatticeMax (const ImageInterface< Float > &lattice, Vector< Float > &maxAbs, Vector< IPosition > &posMaxAbs) |
Int | casa::refim::SynthesisUtils::nint (const Double &v) |
Int | casa::refim::SynthesisUtils::nint (const Float &v) |
Bool | casa::refim::SynthesisUtils::near (const Double &d1, const Double &d2, const Double EPS=1E-6) |
template<class T > | |
void | casa::refim::SynthesisUtils::SETVEC (Vector< T > &lhs, const Vector< T > &rhs) |
template<class T > | |
void | casa::refim::SynthesisUtils::SETVEC (Array< T > &lhs, const Array< T > &rhs) |
template<class T > | |
T | casa::refim::SynthesisUtils::getenv (const char *name, const T defaultVal) |
Float | casa::refim::SynthesisUtils::libreSpheroidal (Float nu) |
Double | casa::refim::SynthesisUtils::getRefFreq (const VisBuffer2 &vb) |
void | casa::refim::SynthesisUtils::makeFTCoordSys (const CoordinateSystem &coords, const Int &convSize, const Vector< Double > &ftRef, CoordinateSystem &ftCoords) |
void | casa::refim::SynthesisUtils::expandFreqSelection (const Matrix< Double > &freqSelection, Matrix< Double > &expandedFreqList, Matrix< Double > &expandedConjFreqList) |
template<class T > | |
void | casa::refim::SynthesisUtils::libreConvolver (Array< T > &c1, const Array< T > &c2) |
Double | casa::refim::SynthesisUtils::conjFreq (const Double &freq, const Double &refFreq) |
Double | casa::refim::SynthesisUtils::nearestValue (const Vector< Double > &list, const Double &val, Int &index) |
template<class T > | |
T | casa::refim::SynthesisUtils::stdNearestValue (const vector< T > &list, const T &val, Int &index) |
CoordinateSystem | casa::refim::SynthesisUtils::makeUVCoords (CoordinateSystem &imageCoordSys, IPosition &shape) |
Vector< Int > | casa::refim::SynthesisUtils::mapSpwIDToDDID (const VisBuffer2 &vb, const Int &spwID) |
Vector< Int > | casa::refim::SynthesisUtils::mapSpwIDToPolID (const VisBuffer2 &vb, const Int &spwID) |
void | casa::refim::SynthesisUtils::calcIntersection (const Int blc1[2], const Int trc1[2], const Float blc2[2], const Float trc2[2], Float blc[2], Float trc[2]) |
Bool | casa::refim::SynthesisUtils::checkIntersection (const Int blc1[2], const Int trc1[2], const Float blc2[2], const Float trc2[2]) |
String | casa::refim::SynthesisUtils::mjdToString (casa::Time &mjd) |
template<class Iterator > | |
Iterator | casa::refim::SynthesisUtils::Unique (Iterator first, Iterator last) |
void | casa::refim::SynthesisUtils::showCS (const CoordinateSystem &cs, ostream &os, const String &msg=String()) |
void | casa::refim::getHADec (MeasurementSet &ms, const VisBuffer2 &vb, Double &HA, Double &RA, Double &Dec) |