SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
TestImage.cpp File Reference
#include "ElementsKernel/ProgramHeaders.h"
#include <iostream>
#include <fstream>
#include <tuple>
#include <vector>
#include <valarray>
#include <numeric>
#include <cstdlib>
#include <ctime>
#include <boost/any.hpp>
#include <boost/random.hpp>
#include <CCfits/CCfits>
#include "AlexandriaKernel/memory_tools.h"
#include "SEFramework/CoordinateSystem/WCS.h"
#include "SEFramework/FITS/FitsImageSource.h"
#include "SEFramework/Image/ProcessedImage.h"
#include "SEFramework/Image/VectorImage.h"
#include "SEFramework/Image/WriteableBufferedImage.h"
#include "SEImplementation/Image/ImagePsf.h"
#include "SEImplementation/Image/WriteableImageInterfaceTraits.h"
#include "SEImplementation/Plugin/Psf/PsfPluginConfig.h"
#include "ModelFitting/Parameters/ManualParameter.h"
#include "ModelFitting/Models/OnlySmooth.h"
#include "ModelFitting/Models/OldSharp.h"
#include "ModelFitting/Models/AutoSharp.h"
#include "ModelFitting/Models/CircularlySymmetricModelComponent.h"
#include "ModelFitting/Models/ScaledModelComponent.h"
#include "ModelFitting/Models/RotatedModelComponent.h"
#include "ModelFitting/Models/PointModel.h"
#include "ModelFitting/Models/ExtendedModel.h"
#include "ModelFitting/Models/TransformedModel.h"
#include "ModelFitting/Models/FrameModel.h"
#include "ModelFitting/Image/NullPsf.h"
Include dependency graph for TestImage.cpp:

Go to the source code of this file.

Classes

struct  TestImageSource
class  DummyWCS
class  DummyPsf< ImageType >
class  TestImage

Functions

std::unique_ptr< T > make_unique (Args &&... args)

Variables

const double pixel_scale = 1.0
const double gal_exp_min_i0 = 100000
const double gal_exp_max_i0 = 100001
const double gal_dev_min_i0 = 100000
const double gal_dev_max_i0 = 100001

Function Documentation

◆ make_unique()

std::unique_ptr< T > Euclid::make_unique ( Args &&... args)

Variable Documentation

◆ gal_dev_max_i0

const double gal_dev_max_i0 = 100001

Definition at line 79 of file TestImage.cpp.

Referenced by TestImage::generateRandomSources().

◆ gal_dev_min_i0

const double gal_dev_min_i0 = 100000

Definition at line 78 of file TestImage.cpp.

Referenced by TestImage::generateRandomSources().

◆ gal_exp_max_i0

const double gal_exp_max_i0 = 100001

Definition at line 77 of file TestImage.cpp.

Referenced by TestImage::generateRandomSources().

◆ gal_exp_min_i0

const double gal_exp_min_i0 = 100000

Definition at line 76 of file TestImage.cpp.

Referenced by TestImage::generateRandomSources().

◆ pixel_scale

const double pixel_scale = 1.0

Definition at line 74 of file TestImage.cpp.

Referenced by ModelFitting::_impl::addExtendedModels(), ModelFitting::_impl::addPointModels(), ModelFitting::_impl::addSharp(), ModelFitting::_impl::addSmooth(), SourceXtractor::FlexibleModelFittingIterativeTask::computeChiSquared(), SourceXtractor::FlexibleModelFittingTask::computeChiSquared(), SourceXtractor::FlexibleModelFittingTask::computeProperties(), SourceXtractor::MoffatModelFittingTask::computeProperties(), SourceXtractor::FlexibleModelFittingIterativeTask::createDeblendImage(), SourceXtractor::FlexibleModelFittingIterativeTask::createFrameModel(), SourceXtractor::FlexibleModelFittingTask::createFrameModel(), SourceXtractor::FlexibleModelFittingTask::createParameters(), SourceXtractor::DownSampledImagePsf::DownSampledImagePsf(), ModelFitting::ExtendedModel< std::shared_ptr< ImageInterfaceType > >::ExtendedModel(), SourceXtractor::FlexibleModelFittingIterativeTask::fitSourceComputeChiSquared(), SourceXtractor::FlexibleModelFittingIterativeTask::fitSourcePrepareModels(), ModelFitting::FrameModel< PsfType, ImageType >::FrameModel(), ModelFitting::FrameModel< PsfType, ImageType >::FrameModel(), ModelFitting::CompactModelBase< ImageType >::getCombinedTransform(), DummyExpModel< ImageType >::getRasterizedImage(), DummyFillModel< ImageType >::getRasterizedImage(), DummyModel< ImageType >::getRasterizedImage(), DummySersicModel< ImageType >::getRasterizedImage(), ModelFitting::CompactExponentialModel< ImageType >::getRasterizedImage(), ModelFitting::CompactSersicModel< ImageType >::getRasterizedImage(), ModelFitting::ExtendedModel< ImageType >::getRasterizedImage(), ModelFitting::ExtendedModel< std::shared_ptr< ImageInterfaceType > >::getRasterizedImage(), ModelFitting::OnnxCompactModel< ImageType >::getRasterizedImage(), SourceXtractor::ImagePsf::ImagePsf(), TestImage::mainMethod(), BenchRendering::makeCompactSersicFrameModel(), BenchRendering::makeDummyFrameModel(), BenchRendering::makeEmptyFrameModel(), BenchRendering::makeSersicFrameModel(), SourceXtractor::FlexibleModelFittingIterativeTask::updateCheckImages(), SourceXtractor::FlexibleModelFittingTask::updateCheckImages(), ModelFitting::CompactExponentialModel< ImageType >::~CompactExponentialModel(), ModelFitting::CompactModelBase< ImageType >::~CompactModelBase(), ModelFitting::CompactSersicModel< ImageType >::~CompactSersicModel(), and ModelFitting::ExtendedModel< ImageType >::~ExtendedModel().