SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
Public Member Functions | |
def | __init__ (self, x_coord, y_coord, flux) |
def | to_string (self, show_params=False) |
Additional Inherited Members | |
![]() | |
x_coord | |
y_coord | |
flux | |
Models a source as a point, spread by the PSF. Parameters ---------- x_coord : ParameterBase or float X coordinate (in the detection image) y_coord : ParameterBase or float Y coordinate (in the detection image) flux : ParameterBase or float Total flux
Definition at line 556 of file model_fitting.py.
def sourcextractor.config.model_fitting.PointSourceModel.__init__ | ( | self, | |
x_coord, | |||
y_coord, | |||
flux | |||
) |
Constructor.
Reimplemented from sourcextractor.config.model_fitting.CoordinateModelBase.
Definition at line 570 of file model_fitting.py.
References std::locale::id.id(), std::thread::id.id(), and SourceXtractor::PyId.id.
def sourcextractor.config.model_fitting.PointSourceModel.to_string | ( | self, | |
show_params = False |
|||
) |
Return a human readable representation of the model. Parameters ---------- show_params: bool If True, include information about the parameters. Returns ------- str
Definition at line 578 of file model_fitting.py.
References Euclid::SourceCatalog::FluxErrorPair.flux, sourcextractor.config.model_fitting.CoordinateModelBase.flux, sourcextractor.config.model_fitting.CoordinateModelBase.x_coord, and sourcextractor.config.model_fitting.CoordinateModelBase.y_coord.