Skip to content

Commit

Permalink
Merge branch 'release/3.1.x' into test/bokeh
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Jan 29, 2024
2 parents 460f5af + 3b64b3b commit f775563
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sphinx:
python:
install:
- requirements: requirements.txt
# - requirements: docs/requirements.txt
- requirements: doc/requirements.txt
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# requirements only used for building documentation
sphinx-rtd-theme
2 changes: 1 addition & 1 deletion geminidr/core/parameters_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class separateSkyConfig(config.Config):
suffix = config.Field("Filename suffix", str, "_skySeparated", optional=True)
ref_obj = config.Field("Manually-assigned object files", str, None, optional=True)
ref_sky = config.Field("Manually-assigned sky files", str, None, optional=True)
frac_FOV = config.RangeField("Field of view scaling for coaddition", float, 0.9, min=0.5, max=1)
frac_FOV = config.RangeField("Field of view scaling for coaddition", float, 0.9, min=0.3, max=1)


class makeSkyConfig(associateSkyConfig, separateSkyConfig):
Expand Down
2 changes: 1 addition & 1 deletion geminidr/gsaoi/recipes/sq/recipes_IMAGE.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def reduce_nostack(p):
p.clearStream(stream='skysub')
p.associateSky()
p.skyCorrect(mask_objects=True)
p.storeProcessedScience(suffix="_image")
p.detectSources()
return


Expand Down

0 comments on commit f775563

Please sign in to comment.