Closed willclarkson closed 3 years ago
Some progress made: see new methods ebv3d.getDistanceAtMag(), ebv3d.showMollview() and testDeltamags(). Next up: updating the notebook 2021-04-06_tryExtinction3D.ipynb to use the refactored version (and also to load the map once and use it twice).
Implemented. See "Example 1.1" in 2021-04-06_tryExtinction3d.ipynb for example usage.
Currently the method that determines the closest distance to a particular delta-mag loads the extinction map each time it is run. This method should probably be refactored into the ebv3d object.