Using spaxelsleuth with S7 - hzovaro/spaxelsleuth GitHub Wiki

spaxelsleuth also works with data from the Siding Spring Southern Seyfert Spectroscopic Snapshot Survey (S7). Simply modify your configuration file to point to your S7 data products as follows:

{
    "s7": {
        "output_path": "/some/path/spaxelsleuth_outputs/",
        "input_path": "/some/path/s7_data_products/",
        "data_cube_path": "/some/path/s7_data_cubes/",
    },
    ...
}

Usage

A python script demonstrating how to get up and running with spaxelsleuth using S7 data is provided in scripts/basic_s7_script.py. There is also a Jupyter notebook provided in examples/Examples - S7.ipynb which shows you how to create the necessary DataFrames and how to create plots. I highly recommend you start here.