24 else if( method ==
list )
36 if( method ==
"single" )
40 else if( method ==
"list" )
51template class ADIobservation<float, ADIDerotator<float>>;
52template class ADIobservation<double, ADIDerotator<double>>;
Defines a generic ADI derotator class.
Defines the ADI high contrast imaging data type.
@ single
A single PSF is used.
@ list
A list of PSF files, one per input image, is used.
int fakeMethodFmStr(const std::string &method)
Get the fake injection method from its string name.
std::string fakeMethodsStr(int method)
Get the string name of a fake injection method.