This repository contains code for the experiments in our Density Deconvolution with Normalizing Flows adapted to astronomical data sets.
The deconv
package can be installed using pip install .
, or with pip install -e .
if you wish to modify it.
For now you will need to use our fork of the nflows
package until we can merge our changes upstream.
Experiments used in the paper are available under experiments/flows.
- Get this code up & running
- Run test cases
- Create jupyter notebooks with different 2D data sets
- Two moons
- Multiple donuts
- Test how uncertainties need to be processed, answer following questions:
- What are the data point specific uncertainties that
nflows
processes? - How can the Gaia specific uncertainty matrices be included into
nflows
? - Do we trust the output?
- What are the data point specific uncertainties that