SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestImage Member List

This is the complete list of members for TestImage, including all inherited members.

addBackgroundNoise(std::shared_ptr< WriteableImage< SeFloat >> image, double background_level, double background_sigma)TestImageinline
addBadColumns(std::shared_ptr< WriteableImage< SeFloat >> weight_map, double probability)TestImageinline
addBadPixels(std::shared_ptr< WriteableImage< SeFloat >> weight_map, double probability)TestImageinline
addPointSource(std::vector< PointModel > &point_models, double x, double y, double flux)TestImageinline
addPoissonNoise(std::shared_ptr< WriteableImage< SeFloat >> image, double gain)TestImageinline
addSource(std::vector< PointModel > &point_models, std::vector< std::shared_ptr< ModelFitting::ExtendedModel< WriteableInterfaceTypePtr >>> &extended_models, double size, const TestImageSource &source, std::tuple< double, double, double, double > jacobian)TestImageinline
defineProgramArguments()Elements::Programvirtual
defineSpecificProgramOptions() overrideTestImageinlinevirtual
generateRandomSources(int number_of_sources, double x_min, double y_min, double x_max, double y_max)TestImageinline
loadSourcesFromCatalog(const std::string &filename)TestImageinline
loadSourcesFromFile(const std::string &filename)TestImageinline
m_exp_timeTestImageprivate
m_rngTestImageprivate
m_zero_pointTestImageprivate
mainMethod(std::map< std::string, po::variable_value > &args) overrideTestImageinline
Elements::Program::mainMethod(std::map< std::string, boost::program_options::variable_value > &args)=0Elements::Programpure virtual
Program()=defaultElements::Program
saturate(std::shared_ptr< WriteableImage< SeFloat >> image, double saturation_level)TestImageinline
saveSources(const std::vector< TestImageSource > &sources, const std::string &filename)TestImageinline
transformSources(std::vector< TestImageSource > &sources, int image_size, double rot_angle, double scale, double shift_x, double shift_y)TestImageinline
~Program()Elements::Programvirtual