Reference/API

odhin Package

Functions

deblendGroup(group, outfile, conf, imLabel, ...)

Deblend a given group.

doGrouping(imHR, segmap, imMUSE, cat, ...[, ...])

Compute groups of connected (at the MUSE resolution) sources.

extractHST(imHST, imMUSE[, rot, integer_mode])

Extract HST image corresponding to MUSE image.

generateMoffatIm([center, shape, alpha, ...])

Generate Moffat FSF image By default alpha is supposed to be given in arsec, if not it is given in MUSE pixel.

generatePSF_HST(alphaHST, betaHST[, shape, ...])

Generate PSF HST at MUSE resolution with Moffat model.

load_settings(settings_file)

Load the YAML settings, and substitute keys from the 'vars' block.

Classes

Deblending(group, conf, imLabel)

Main class for deblending process

ODHIN(settings_file, output_dir[, idname, ...])

Main class for the deblending process.

Params(**kwargs)

Provides access to parameters.

RegionAttr(area, centroid, sy, sx)

Get region attributes from skimage region properties

SourceGroup(ID, listSources, listHST_ID, ...)

Class Inheritance Diagram

digraph inheritancef3990ce756 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Deblending" [URL="../api/odhin.Deblending.html#odhin.Deblending",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Main class for deblending process"]; "ODHIN" [URL="../api/odhin.ODHIN.html#odhin.ODHIN",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Main class for the deblending process."]; "Params" [URL="../api/odhin.Params.html#odhin.Params",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Provides access to parameters."]; "RegionAttr" [URL="../api/odhin.RegionAttr.html#odhin.RegionAttr",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Get region attributes from skimage region properties"]; "SourceGroup" [URL="../api/odhin.SourceGroup.html#odhin.SourceGroup",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }