From c36f04e3b0c51294ea4ea88f49112e49f5da0b19 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Tue, 1 Dec 2020 10:32:45 +0000 Subject: [PATCH] docs all nice I think --- islatu/background.py | 3 ++- islatu/runner.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/islatu/background.py b/islatu/background.py index 8f1a7d8..36e8c2e 100644 --- a/islatu/background.py +++ b/islatu/background.py @@ -35,7 +35,8 @@ def bivariate_normal(data, mu_1, mu_2, sigma_1, sigma_2, offset, factor): distribution. Returns: - :py:attr:`array_like`: Flattened ordinate data for bivariate normal distribution. + :py:attr:`array_like`: Flattened ordinate data for bivariate normal + distribution. """ # Setting the data up in the correct format pos = np.empty(data[0].shape + (2,)) diff --git a/islatu/runner.py b/islatu/runner.py index 4756cda..ef75868 100644 --- a/islatu/runner.py +++ b/islatu/runner.py @@ -275,7 +275,7 @@ def setup(self, recipe): def i07reduce(run_numbers, yaml_file, directory='/dls/{}/data/{}/{}/', - title='Unknown'): + title='Unknown'): """ The runner that parses the yaml file and performs the data reduction.