RadFil is a radial density profile building and fitting tool for interstellar filaments. All you need to build and fit a radial density profile for your own filaments is an image array and (in most cases) a boolean mask array delineating the boundary of your filament. RadFil can do the rest! Please see the tutorial (housed in RadFil_Tutorial.ipynb) for a complete working example of the code.
For more details on the method, see the RadFil software paper (Zucker & Chen 2018). If you use RadFil in your own publication, please cite Zucker & Chen 2018.
arXiv link: https://arxiv.org/abs/1807.06567 ApJ link: http://iopscience.iop.org/article/10.3847/1538-4357/aad3b5/meta
RadFil can be installed via pip:
pip install radfil
To upgrade:
pip install --upgrade radfil
To install from the repository, download the zip file from github and run the following in the top level of the directory:
python setup.py install
Requires:
Optional:
descartes -- only required if you do not input a filament mask, and you still want to shift the profile along each cut to the pixel with the peak column density. If you have conda, you can install descartes using the command "conda install -c conda-forge descartes"
The RadFil package has been developed by Catherine Zucker (czucker@stsci.edu) and Hope Chen. If you find a bug, have questions, or would like to request a new feature, please feel free to send us an email or raise an issue in the github repository. We'd love to hear from you!