Kraysent / OMTool

Modeling N-Body problem in galactic evolution application.
https://omtool.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Create from_fits_conditional method to open the specific snapshot of FITS file #93

Open Kraysent opened 2 years ago

Kraysent commented 2 years ago

In the io_service there should be a method which takes condition (arbitrary method with signature [Snapshot] -> bool) and filename and returns the first snapshot from this file that returns true on given condition.