-
Notifications
You must be signed in to change notification settings - Fork 2
Tools
Alexey edited this page Aug 29, 2019
·
1 revision
Allows to plot PDFs of fitted values for a given star (with id value ID). For this star, unidam_runner.py
should be run with -d
and --id=ID
switches. This will produce model data in the dump
folder. The plot_parts.py -i ID
can be started.
Each output plot contains a histogram showing real PDF and solid lines for fits produced by UniDAM.
Allows to plot predicted and observed SEDs for a given star (with id value ID). For this star, unidam_runner.py
should be run with -d
and --id=ID
switches. This will produce model data in the dump
folder. The plot_sed.py -i ID
can be started.
Functionality of this tool can be moved to configuration file in the future