Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
added personality for HLSP legacysurvey
Browse files Browse the repository at this point in the history
  • Loading branch information
S Poth committed Jul 1, 2020
1 parent 3614531 commit feaaa9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pers/personalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@

# [(persName, dict(calchdr=[hdrfunc,...], options=dict(), params=dict())), ...]
personalities = [
('legacysurvey',
{'options': {'DTINSTRU': 'whirc',
'DTTELESC': 'wiyn',
'DTSITE': 'kp',
'PROCTYPE': 'raw',
'DTACQNAM': 'NONE',
'DATE-OBS': '1900-01-31',
'DTCALDAT': '1900-01-31',
},
'params': {}}),
('bok23m-90prime', # PersName, Test?=yes
{'calchdr': [hf.IMAGTYPEtoOBSTYPE,
hf.addTimeToDATEOBS,
Expand Down

0 comments on commit feaaa9b

Please sign in to comment.