54 if( method ==
"none" )
58 else if( method ==
"meanImage" )
62 else if( method ==
"medianImage" )
66 else if( method ==
"imageMean" )
70 else if( method ==
"imageMedian" )
74 else if( method ==
"imageMode" )
96 return "rmsSigmaClipped";
106 if( method ==
"none" )
110 else if( method ==
"rms" )
114 else if( method ==
"rmsSigmaClipped" )
129 return "medianCombine";
131 return "meanCombine";
133 return "sigmaMeanCombine";
140 if( method ==
"noCombine" )
142 else if( method ==
"medianCombine" )
144 else if( method ==
"meanCombine" )
146 else if( method ==
"sigmaMeanCombine" )
153template class HCIobservation<float>;
154template class HCIobservation<double>;
Defines the basic high contrast imaging data type.
meanSubMethod
Mean subtraction methods.
@ sigmaMeanCombine
Combine with the sigma clipped mean.
@ noCombine
Do not combine the images.
@ meanCombine
Combine with the mean.
@ medianCombine
Combine with the median.
@ none
No mean subtraction.
@ medianImage
The median image of the data is subtracted from each image.
@ meanImage
The mean image of the data is subtracted from each image.
@ unknown
unknown value, an error
int combineMethodFmStr(const std::string &method)
Get the combineMethod from the corresponding string name.
std::string combineMethodStr(int method)
Get the string name of the combineMethod integer.
@ rmsSigmaClipped
the sigma clipped rms of the pixel time series
@ none
no pixel time series norm
@ unknown
unknown value, an error
@ rms
the rms of the pixel time series