ListModelPointSrcFromCatalog

class ListModelPointSrcFromCatalog(o_dpix, use_irf=True)[source]

Bases: object

Manage list of point source

Constructor o_dpix used to define dpix channel

Methods Summary

init_with_cat_astro(astro_cat) return a list of ShadowModelPointSrcSinElev from a catalog
init_with_cat_fov(cat_fov) Initialize catalog with sources in FOV.
init_with_cat_swift_2012() return a list of ShadowModelPointSrcSinElev from the SWIFT/BAT catalog
init_with_custom_cat(path_cat) return a list of ShadowModelPointSrcSinElev from a custom catalog.
set_use_irf(use_irf)

Methods Documentation

init_with_cat_astro(astro_cat)[source]

return a list of ShadowModelPointSrcSinElev from a catalog attitude used to define fov

init_with_cat_fov(cat_fov)[source]

Initialize catalog with sources in FOV.

Parameters:cat_fov (CatalogFovEclairs object) – source catalog.
Returns:sources infos
Return type:dict
init_with_cat_swift_2012()[source]

return a list of ShadowModelPointSrcSinElev from the SWIFT/BAT catalog attitude used to define fov

init_with_custom_cat(path_cat)[source]

return a list of ShadowModelPointSrcSinElev from a custom catalog.

Parameters:path_cat (str) – path to custom source catalog.
Returns:sources infos
Return type:dict
set_use_irf(use_irf)[source]