SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#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/Image/ProcessedImage.h"
#include "SEFramework/Image/VectorImage.h"
#include "SEImplementation/Image/WriteableImageInterfaceTraits.h"
#include "SEFramework/FITS/FitsImageSource.h"
#include "SEFramework/Image/WriteableBufferedImage.h"
#include "SEImplementation/Plugin/Psf/PsfPluginConfig.h"
#include "SEImplementation/Image/ImagePsf.h"
#include "SEFramework/CoordinateSystem/WCS.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"
Go to the source code of this file.
Classes | |
struct | TestImageSource |
class | DummyWCS |
class | DummyPsf< ImageType > |
class | TestImage |
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 |
const double gal_dev_max_i0 = 100001 |
Definition at line 80 of file TestImage.cpp.
Referenced by TestImage::generateRandomSources().
const double gal_dev_min_i0 = 100000 |
Definition at line 79 of file TestImage.cpp.
Referenced by TestImage::generateRandomSources().
const double gal_exp_max_i0 = 100001 |
Definition at line 78 of file TestImage.cpp.
Referenced by TestImage::generateRandomSources().
const double gal_exp_min_i0 = 100000 |
Definition at line 77 of file TestImage.cpp.
Referenced by TestImage::generateRandomSources().
const double pixel_scale = 1.0 |
Definition at line 75 of file TestImage.cpp.
Referenced by ModelFitting::_impl::addExtendedModels(), ModelFitting::_impl::addPointModels(), ModelFitting::_impl::addSmooth(), SourceXtractor::MoffatModelFittingTask::computeProperties(), SourceXtractor::FlexibleModelFittingTask::computeProperties(), ModelFitting::CompactModelBase< ImageType >::getCombinedTransform(), TestImage::mainMethod(), BenchRendering::makeCompactSersicFrameModel(), BenchRendering::makeDummyFrameModel(), BenchRendering::makeEmptyFrameModel(), and BenchRendering::makeSersicFrameModel().