SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
sourcextractor.config.compat Namespace Reference

Functions

def _compat_doc_helper
 
def add_aperture_photometry
 
def print_measurement_images
 
def load_fits_image
 
def load_fits_images
 
def load_fits_data_cube
 
def print_output_columns
 
def add_output_column
 
def add_prior
 
def add_model
 
def set_engine
 
def set_max_iterations
 
def set_meta_iterations
 
def set_meta_iteration_stop
 
def set_deblend_factor
 
def set_modified_chi_squared_scale
 
def use_iterative_fitting
 

Variables

 Aperture = cpp.Aperture
 

Function Documentation

def sourcextractor.config.compat._compat_doc_helper (   copy_doc_from)
private
def sourcextractor.config.compat.add_aperture_photometry (   target,
  apertures 
)

Definition at line 41 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.add_model (   group,
  model 
)

Definition at line 84 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.add_output_column (   name,
  params 
)

Definition at line 74 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.add_prior (   param,
  value,
  sigma 
)

Definition at line 79 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.load_fits_data_cube (   image,
  psf = None,
  weight = None,
  image_cube_hdu = -1,
  weight_cube_hdu = -1,
  kwargs 
)

Definition at line 63 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Referenced by sourcextractor.config.compat.load_fits_images().

Here is the call graph for this function:

def sourcextractor.config.compat.load_fits_image (   image,
  psf = None,
  weight = None,
  kwargs 
)

Definition at line 52 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.load_fits_images (   images,
  psfs = None,
  weights = None,
  kwargs 
)

Definition at line 57 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper(), and sourcextractor.config.compat.load_fits_data_cube().

Here is the call graph for this function:

def sourcextractor.config.compat.print_measurement_images (   file = sys.stderr)

Definition at line 47 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.print_output_columns (   file = sys.stderr)

Definition at line 69 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.set_deblend_factor (   factor)

Definition at line 110 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.set_engine (   engine)

Definition at line 90 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.set_max_iterations (   max_iter)

Definition at line 95 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.set_meta_iteration_stop (   stop)

Definition at line 105 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.set_meta_iterations (   max_iter)

Definition at line 100 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.set_modified_chi_squared_scale (   scale)

Definition at line 115 of file compat.py.

References sourcextractor.config.compat._compat_doc_helper().

Here is the call graph for this function:

def sourcextractor.config.compat.use_iterative_fitting (   use)

Definition at line 120 of file compat.py.

Variable Documentation

sourcextractor.config.compat.Aperture = cpp.Aperture

Definition at line 25 of file compat.py.