Skip to content

Commit

Permalink
Merge pull request #118 from SNflows/devel
Browse files Browse the repository at this point in the history
V0.10.10 Release: Make NOTCAM more robust
  • Loading branch information
emirkmo authored Sep 25, 2022
2 parents 9d3a193 + aac001a commit f20ca6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ Text coming soon...
[database]
username =
password =
# Making a release
Bump sem-version when Devel is ready to merge.
Merge Devel into Master, and ensure tests are passing.
Create tag on Master corresponding to right semversion.
Merge Master into devel to propagate tag.
Create release on GH releases tab if all tests passing.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-v0.10.8
master-v0.10.10
2 changes: 1 addition & 1 deletion flows/instruments/instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class NOTCAM(Instrument):
siteid = 5
telescope = "NOT"
instrument = "NOTCAM"
unique_headers = {"OBS_MODE": 'IMAGING'}
# unique_headers = {"OBS_MODE": 'IMAGING'} # not needed.

def get_obstime(self):
return Time(self.image.header['DATE-AVG'], format='isot', scale='utc',
Expand Down

0 comments on commit f20ca6b

Please sign in to comment.