- Add support for V34 files.
- SJI data is now stored using a gWCS.
- All keywords have to passed by name into to all functions now.
- Dropped Python 3.8 support.
- Templated to remove setup.py and setup.cfg
- Tweaks to documentation.
- Fixed Windows path issue for wobble movie
- Added a timestamp to each frame of the wobble movie.
You will need to set the
timestamp
keyword to be True. - Added a
wobble_cadence
keyword to override the default wobble cadence of 180 seconds.
- Added V5 and V6 support for
get_iris_response
. It also does not download the files anymore.
- API of
get_iris_response
has changed:pre_launch
has gone, useresponse_version=2
instead.response_file
keyword has been removed, it will use files provided by the package instead.force_download
was removed as the function now does not download any files.
- Tweaked
irispy.utils.wobble_movie
to remove limits on the metadata. - Pin
sunraster
version due to Python version incompatibilities.
- Added a
irispy.utils.wobble_movie
to create a wobble movie. It does need FFMPEG to be installed.
First formal release of irispy-lmsal
.
Please note there are parts of this library that are still under going development and will be updated as time
goes on.
There is also a lot of work to be done on the documentation and some of the functions in the utils
module
do not function.