Skip to content

Commit 3508d82

Browse files
minor docstring fixes
1 parent 81e3c28 commit 3508d82

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

mccd/dataset_generation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ class to generate an atmospheric realisation. We use the same Von Karman
8383
e2_path=e2_path,
8484
size_path=fwhm_path,
8585
output_path=output_path,
86-
catalog_id=cat_id)
86+
catalog_id=cat_id
87+
)
8788
sim_dataset_gen.generate_train_data()
8889
sim_dataset_gen.generate_test_data()
8990

mccd/mccd_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ class MccdInputs(object):
478478
coordinate system to the global one.
479479
The expected files are in fits format.
480480
An filename example would be: ``star_selection-1234567-04.fits``
481-
Where the exposure ID is: ``1234567``
482-
Where the CCD ID is: ``04``
481+
Where the exposure ID is: ``1234567``
482+
Where the CCD ID is: ``04``
483483
484484
Parameters
485485
----------

0 commit comments

Comments
 (0)