trilegaldiagnostics

UNKNOWN


License
Other
Install
pip install trilegaldiagnostics==0.11

Documentation

trilegaldiagnostics

An ongoing repo to aide in displaying trilegal catalogs

##Install

pip install trilegaldiagnostics

##Basic usage

$ color_by_arg trilegalfile xcolumn ycolumn ccolumn

For example, if you want a CMD colored in 8 bins by stage:

$ color_by_arg trilegalfile -b 8 F606W-F814W F814W stage

If you want it colored by C/O but only values from 0.5-2 and you want a pdf instead of a png:

$ color_by_arg trilegalfile -v 0.5,2 -e pdf -b 8 F606W-F814W F814W C/O

You can also make my default 3x2 grid of plots using -a flag.

For other options (like setting the xlim, ylim, and colorbar limits) see

color_by_arg -h