Releases: soar-telescope/goodman_focus
Releases · soar-telescope/goodman_focus
v2.0.4
What's Changed
- Add package specifically instead of using packages find by @simontorres in #49
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- update documentation theme by @simontorres in #43
- Improve background subtraction for low-snr data by @simontorres in #45
- rename variables by @simontorres in #46
- Update github actions, and readthedocs config. by @simontorres in #47
- Update publish action by @simontorres in #48
Full Changelog: v2.0.2...v2.0.3
Release V2.0.2
What's Changed
- Update python-package.yml by @simontorres in #42
- Fix focus when data is not good by @simontorres in #41
Full Changelog: v2.0.1...v2.0.2
Release V2.0.1
- Changed method of getting the best focus to scipy.optimize.brent
- Fixed bug regarding results report on terminal entry point
What's Changed
- Fix method for calculating best focus by @simontorres in #40
Full Changelog: v2.0.0...v2.0.1
Release V2.0.0
- Added FWHM, Best image and data to results.
- Bumped version one major step due to the change on the format of the results.
- Returned result is a list of dictionaries now.
- Added Date and ISO timestamp as part of the json results.
- Focus and FWHM are rounded to 10 decimals.
What's Changed
- Add FWHM information to report by @simontorres in #38
- modify result format by @simontorres in #39
Full Changelog: v1.0.0...v2.0.0
Release V2.0.0.dev1
- Changed the format of the reported information adding to best focus. FWHM, Best image, best image focus, Best image fwhm and raw focus and fwhm data
Release V1.0.0
Release V0.3.6
- Added python 3.7 and 3.8 to Travis CI
- Removed astroconda from environment.yml and specified python 3.8 to avoid 3.9
Release V0.3.0
- Created dedicated documentation for readthedocs.
- Fixed bug where return was missing,
- GoodmanFocus need to be instantiated only once [#19]
- Calling instance of GoodmanFocus can receive a list of files as input [#19]
- Argument --file-pattern is now actually used in file selection [#18]
- Eliminated some warnings.
- Included plots in documentation.
Release V0.2.0
- Added messages when no file matches the
--obstype
value, by default is
FOCUS
[#9] - Replaced
parser.error
bylog.error
andsys.exit
when the directory does
not exist and when exists but is empty. - Added test for cases when the directory does not exist, when is empty and when
no file matches the selection on--obstype
which by default isFOCUS
. - Replaced
logging.config.dictConfig
bylogging.basicConfig
which fixed
several issues. For instance--debug
was unusable, and also there were
duplicated log entries for the file handler when used as a library in other
application. [#10] - Replaced the use of the function
get_args
by using arguments on class
instantiation instead - Created name for modes [#11]