What's Changed
- Modified the code so that the extra images that were being generate are no longer being generated.
- Modified the way we were computing
integ_groupsfor different functions, so that it is now consistent throughout the code.- In the
make_lexi_imagesfunction, the final images were not being produced correctly. The units were counts instead of counts/second. Fixed this issue.- In the
make_lexi_imagesfunction, while doing background subtraction, the background was in counts/second however, LEXI counts were just counts. Fixed it now so that they both are in counts/second.- The
array_to_imagefunction, based on the type of input, makes plots with different kinds ofcmap. For example, if it is makinglexiimage, unless a different value ofcmapis provided, it will always useplasma, whereas for sky backgrounds, it will useinferno. If any other key is provided, the function will default to usingviridis.make_lexi_imagesfunction now also returns the values of background arrays, as well as exposure maps.calc_sky_backgroundsfunction now also return the value of exposure maps.- Bumped up code version from 0.4.1 to 0.5.0
- 88 multiple images for a single integration time by @qudsiramiz in #89
- version bump from 0.4.1 to 0.5.0 by @qudsiramiz in #90
Full Changelog: v0.4.1...v0.5.0