Published July 23, 2023
| Version v0.18.0
Software
Open
mshumko/aurora-asi-lib: Added asilib.Imagers
Description
[0.18.0] - 2023-07-22
Added
asilib.Imagers()class to make mosaics and synchronize plotting multiple imagers. The first two methods implemented are:asilib.Imagers.plot_fisheye()to plot fisheye lens images from multiple imagers, andasilib.Imagers.plot_map()to project images from multiple imagers onto a map. This method has anoverlapkwarg that by default masks out the (lat, lon) skymaps that map to pixels that overlap with a neighboring imager. This is a surprisingly efficient method that needs to be run just once (tested for up to five imagers; I'm unsure how a 10 or a 20 imager array will fare).
- Added plot tests for the two
Imagersmethods. - Added an
Imagers()description in the Get Started and API pages. ### Changed - Refactored the Donovan+2008 auroral arc example to use
asilib.Imagers.plot_map(). - Added a check to allow custom
matplotlib.colors.Normalizationobject to be passed forcolor_norm.
Files
mshumko/aurora-asi-lib-v0.18.0.zip
Files
(61.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:83c59c6d7b430904df9857dcc3824267
|
61.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mshumko/aurora-asi-lib/tree/v0.18.0 (URL)