Collapse to a Rough SEDΒΆ

Starting from a 3D ModelOutput it might be interesting at some steps in the pipeline to collapse the 3D val of a SyntheticCube (see SyntheticCube) and extract a rough SED with fluxcompensator.cube.SyntheticCube.get_rough_sed().

Note

This will not replace the 1D ModelOutput but it might help to see if the pipeline is working.

To do so, at any time (as long the FC_object is still a SyntheticCube) you can collapse it to a SED, with:

# collapse 3D cube to rough SED
rough = FC_object.get_rough_sed()

See Section Outputs to create plots.