Skip to content

Commit

Permalink
Updated changelog and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomassa committed Apr 29, 2024
1 parent f931791 commit 9c5bbdb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/98.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Merged `stixpy.calibration.get_visibility_info_giordano` and `stixpy.calibration.get_visibility_info` into `stixpy.calibration.get_uv_points_data` and removed `stixpy.calibration.correct_phase_projection`.
22 changes: 22 additions & 0 deletions docs/reference/calibration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. _ calibration:

Calibration ('stixpy.calibration')
**************************************

The ``calibration`` submodule contains functions for calibrating STIX data.

.. automodapi:: stixpy.calibration

.. automodapi:: stixpy.calibration.compression

.. automodapi:: stixpy.calibration.detector

.. automodapi:: stixpy.calibration.energy

.. automodapi:: stixpy.calibration.grid

.. automodapi:: stixpy.calibration.livetime

.. automodapi:: stixpy.calibration.transmission

.. automodapi:: stixpy.calibration.visibility

0 comments on commit 9c5bbdb

Please sign in to comment.