|
SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
|
Functions | |
| _compat_doc_helper (copy_doc_from) | |
| add_aperture_photometry (target, apertures) | |
| print_measurement_images (file=sys.stderr) | |
| load_fits_image (image, psf=None, weight=None, **kwargs) | |
| load_fits_images (images, psfs=None, weights=None, **kwargs) | |
| load_fits_data_cube (image, psf=None, weight=None, image_cube_hdu=-1, weight_cube_hdu=-1, **kwargs) | |
| print_output_columns (file=sys.stderr) | |
| add_output_column (name, params) | |
| add_prior (param, value, sigma) | |
| add_model (group, model) | |
| set_engine (engine) | |
| set_max_iterations (max_iter) | |
| set_meta_iterations (max_iter) | |
| set_meta_iteration_stop (stop) | |
| set_deblend_factor (factor) | |
| set_modified_chi_squared_scale (scale) | |
| use_iterative_fitting (use) | |
Variables | |
| Aperture = cpp.Aperture | |
|
protected |
| sourcextractor.config.compat.add_aperture_photometry | ( | target, | |
| apertures | |||
| ) |
| sourcextractor.config.compat.add_model | ( | group, | |
| model | |||
| ) |
Definition at line 84 of file compat.py.
Referenced by sourcextractor.config.model_fitting.get_world_parameters().
| sourcextractor.config.compat.add_output_column | ( | name, | |
| params | |||
| ) |
Definition at line 74 of file compat.py.
Referenced by sourcextractor.config.model_fitting.get_world_parameters(), and sourcextractor.config.model_fitting.get_world_position_parameters().
| sourcextractor.config.compat.add_prior | ( | param, | |
| value, | |||
| sigma | |||
| ) |
| sourcextractor.config.compat.load_fits_data_cube | ( | image, | |
psf = None, |
|||
weight = None, |
|||
image_cube_hdu = -1, |
|||
weight_cube_hdu = -1, |
|||
| ** | kwargs | ||
| ) |
| sourcextractor.config.compat.load_fits_image | ( | image, | |
psf = None, |
|||
weight = None, |
|||
| ** | kwargs | ||
| ) |
| sourcextractor.config.compat.load_fits_images | ( | images, | |
psfs = None, |
|||
weights = None, |
|||
| ** | kwargs | ||
| ) |
| sourcextractor.config.compat.print_measurement_images | ( | file = sys.stderr | ) |
| sourcextractor.config.compat.print_output_columns | ( | file = sys.stderr | ) |
| sourcextractor.config.compat.set_max_iterations | ( | max_iter | ) |
| sourcextractor.config.compat.set_meta_iteration_stop | ( | stop | ) |
| sourcextractor.config.compat.set_meta_iterations | ( | max_iter | ) |
| sourcextractor.config.compat.set_modified_chi_squared_scale | ( | scale | ) |