lephare.filter

Classes

Filter

The specific arguments to the Filter class are

Module Contents

class Filter(config_file=None, config_keymap=None, **kwargs)[source]

Bases: lephare.runner.Runner

The specific arguments to the Filter class are

verbose

increase onscreen verbosity

FILTER_REP

path to repository where filter files are searched

FILTER_LIST

list of filter files, to be searched in FILTER_REP if relative

TRANS_TYPE

Transmission curve type: 0[def] for energy, 1 for photon nb

FILTER_CALIB
calibration system for the filter:

0[def]: fnu=cst 1: nu.fnu=cst 2: fnu=nu 3: fnu=Black Body @ T=10000K 4: for MIPS (leff with nu fnu=ctt and flux with BB @ 10000K

FILTER_FILE

output filter filename, will be saved in $LEPHAREWORK/filt/

update_help()[source]

Add specific help information

run(**kwargs)[source]

Update keymap and verbosity based on call arguments.

This is only when the code is called from python session.