Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BearBearCodes authored Jan 2, 2024
1 parent be821a8 commit 327d769
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,28 @@
See [semantic versioning](https://semver.org/spec/v2.0.0.html) for the rationale behind
the version numbers.

## [1.3.1](https://github.com/CASTOR-telescope/ETC/tree/v1.3.0) (2024-01-02)

- Added an `_encircled_energies` attribute to the `Photometry` object. This is needed for
the v1.1.1 of the [ETC frontend](https://github.com/CASTOR-telescope/ETC_frontend)
([#26](https://github.com/CASTOR-telescope/ETC/pull/26)).

## [1.3.0](https://github.com/CASTOR-telescope/ETC/tree/v1.3.0) (2023-11-13)

- Change `MP` and `READ_NOISE` parameters in parameters.py to 930 and 3.0, respectively.
Also add some comments about parameters
([#22](https://github.com/CASTOR-telescope/ETC/pull/22))
- Introduced a new feature of Grism spectroscopy. This is very much still in development and currently only supports Sersic galaxy sources. Available results are: 2D dispersed spectrum and 1D SNR dispersed spectrum.
- Adapted transit numerical simulation from the POET mission. Using CASTOR tools, the light curve simulation calculation has been reduced from ~ 4 minutes to 1 second.
- Added a new feature that allows users to query GaiaDR2 database on the basis of (ra,dec), and threshold Gaia G magnitude, and select an appropriate normalized spectrum. This is achievable by selecting `Gaia` from the Predefined Spectra drop-down menu for a Point Source. To do transit simulation, one has to choose a Gaia Point Source.
- Added a new function `show_slit_image` in the uvmos_spectroscopy.py file to display a cropped view of the source on the detector.
- Introduced a new feature of Grism spectroscopy. This is very much still in development
and currently only supports Sersic galaxy sources. Available results are: 2D dispersed
spectrum and 1D SNR dispersed spectrum.
- Adapted transit numerical simulation from the POET mission. Using CASTOR tools, the
light curve simulation calculation has been reduced from ~ 4 minutes to 1 second.
- Added a new feature that allows users to query GaiaDR2 database on the basis of
(ra,dec), and threshold Gaia G magnitude, and select an appropriate normalized spectrum.
This is achievable by selecting `Gaia` from the Predefined Spectra drop-down menu for a
Point Source. To do transit simulation, one has to choose a Gaia Point Source.
- Added a new function `show_slit_image` in the uvmos_spectroscopy.py file to display a
cropped view of the source on the detector.

## [1.2.1](https://github.com/CASTOR-telescope/ETC/tree/v1.2.1) (2023-09-18)

Expand Down

0 comments on commit 327d769

Please sign in to comment.