casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
casa::subms Namespace Reference

Functions

double wtToSigma (casacore::Double wt)
 Returns wt**-0.5 or -1, depending on whether wt is positive. More...
 
double sigToWeight (casacore::Double sig)
 

Function Documentation

double casa::subms::sigToWeight ( casacore::Double  sig)
double casa::subms::wtToSigma ( casacore::Double  wt)

Returns wt**-0.5 or -1, depending on whether wt is positive.

NOT a member function, so it can be easily passed to other functions (i.e. arrayTransformInPlace).