v0.5.0
This ipyaladin's release is packed with new features, included the most demanded of all times: an export of the current view as FITS or as PNG!
We're approaching our goal of closing all the feature requests for the version 1.0
Have fun with version 0.5.0 🌠
What's Changed
Added
- Reading WCS and FOV from
wcs
andfov_xy
properties (#96) - FITS images can be added to the view with
ipyaladin.Aladin.add_fits
.
The method acceptsastropy.io.fits.HDUList
,pathlib.Path
, orstring
representing
paths (#86) - New
selection
method replacesrectangular selection
and also has a circular
selection option (#100) - Selected sources are exported as an
astropy.Table
list in the property
selected_objects
(#100) - new
get_view_as_fits
exports the view as aastropy.io.fits.HDUList
(#98) - new
save_view_as_image
saves the view as an image file (#108) - Support planetary objects for ipyaladin targets (#103)
- new method
add_marker
to add marker(s) to the view (#111)
Deprecated
- Deprecated
rectangular_selection
method in favor ofselection
(#100)
Changed
- Upgrade Aladin Lite version to 3.5.1-beta
- instantiation options are now directly mirroring those of Aladin-Lite instead of being
hand-picked for the widget. Any option in
https://cds-astro.github.io/aladin-lite/global.html#AladinOptions will be accepted.
Full Changelog: v0.4.0...v0.5.0