From b63c870363638495ce39c25b046c7b2523948774 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Fri, 11 Oct 2024 14:20:37 +0200 Subject: [PATCH] Add changelog --- docs/changes/8.feature.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changes/8.feature.rst diff --git a/docs/changes/8.feature.rst b/docs/changes/8.feature.rst new file mode 100644 index 0000000..68bf6aa --- /dev/null +++ b/docs/changes/8.feature.rst @@ -0,0 +1,5 @@ +- Add analysis submodule + - Add ``radiotools.analysis.get_source_rms`` function + - Add ``radiotools.analysis.dynamic_range`` function that calculates the dynamic range as a function of the maximum pixel value of an image and the RMS of the source + +- Add ``rms`` function to ``radiotools.utils``