Asilib

Latest version: v0.25.3

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 9

0.23.2

Added
- Added a kwarg to `asilib.asi.rego()`, `asilib.asi.trex_rgb()`, and `asilib.asi.trex_nir()`: acknowledge, which prints the acknowledgement everytime a new imager is loaded rather than once a month.
- Removed acknowledge.py
- Changed tests for acknowledgements

0.23.1

Added
- The `asilib.acknowledge.acknowledge()` function. It should be called by each loader to print that ASI's acknowledgment statement either when 1) the first time the user calls the function, or 2) when it has been a month since it was last called.
- Tests for `asilib.acknowledge.acknowledge()`.
- Added the call to `asilib.acknowledge.acknowledge()` in `asilib.asi.rego()`, `asilib.asi.trex_rgb()`, and `asilib.asi.trex_nir()`.

0.23.0

Added
- `Imagers.animate_map()` and `Imagers.animate_map_gen()` methods to animate mosaics.
- `Imagers.__iter__()` to iterate over every imager synchronously. This won't work perfectly when you mix multiple imager arrays such as REGO and THEMIS, as their cadences are 6- and 3-seconds, respectively.
- `Imagers.__str__()` to print details regarding each ASI imager.
- Tests for the above methods.
- A warning in the Calgary downloader function if there was no image data locally or online.
- A mosaic animation example in the documentation.

Fixed
- A bug when no data from an hour exists and `asilib.Downloader()` crashed when it did not find the folder.

Changed
- Incremented the dependencies in `requirements.txt`.

0.22.0

Changed
- Renamed `aurora-asi-lib` to `asilib` in PyPI. Now the package can be installed via `python3 -m pip install asilib`.

0.21.0

Changed
- Edited the Acknowledgments section and clarified the source of skymap files.

Added
- Animate mosaics via `asilib.Imagers.animate_map()`. This method relies on synchronous iteration of all `asilib.Imager` objects passed into `asilib.Imagers`.
- Loop over images of all `asilib.Imager` objects passed into `asilib.Imagers` as a function of time via `asilib.Imagers__iter__()`. This method returns a valid time stamp and image for all time synchronized `asilib.Imager` images, and returns a placeholder `None` if an `asilib.Imager` is off, or the imager is not synchorized (closest time stamp is more than a cadence away in time).

0.20.7

Fixed
- Auroral intensities resulted in an index error is the satellite was at the horizon.

Page 2 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.