Using spaxelsleuth with LZIFU - hzovaro/spaxelsleuth GitHub Wiki
spaxelsleuth works directly with data output by LZIFU. Simply modify your configuration file to point to your LZIFU data products as follows:
{
"lzifu": {
"output_path": "/some/path/spaxelsleuth_outputs/",
"input_path": "/some/path/lzifu_data_products/"
},
...
}
Usage
A python script demonstrating how to get up and running with spaxelsleuth using LZIFU data products is provided in scripts/basic_lzifu_script.py. There is also a Jupyter notebook provided in examples/Examples - LZIFU.ipynb which shows you how to create the necessary DataFrames and how to create plots. I highly recommend you start here.