22 if(method ==
single)
return "single";
23 else if(method ==
list)
return "list";
24 else return "unknown";
29 if(method ==
"single")
return single;
30 else if(method ==
"list")
return list;
35 template class ADIobservation<float, ADIDerotator<float>>;
36 template 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.