I was wondering if the only way to get cutouts is through API?
Is there some way to access the cutouts from the JupyterLab straight away?
Thanks
Dylan Nelson
29 Nov
Yes you can load a "cutout" directly from the snapshot data. This is what the snapshot.loadSubhalo() and snapshot.loadHalo() functions do. Please see the example tutorial notebook.
Hi,
I was wondering if the only way to get cutouts is through API?
Is there some way to access the cutouts from the JupyterLab straight away?
Thanks
Yes you can load a "cutout" directly from the snapshot data. This is what the
snapshot.loadSubhalo()
andsnapshot.loadHalo()
functions do. Please see the example tutorial notebook.Thank you very much!