Skip to content

Commit

Permalink
renamed keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Feb 17, 2021
1 parent 996ae82 commit bb9458e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IRIS_telemetry_and_FITS_metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"204","","ESEN","ESEN Publisher Assembly","dew-points","","","","","","","1","1","",""
"205","","ESEN","ESEN Publisher Assembly","pressures","","","","","","","1","1","",""
"206","","TCS","cmNFIRAOS","atmDispersion","","","","","","","","1","",""
"207","","TCS","cmNFIRAOS","ngsPos","","","","","","","","1","",""
"207","","TCS","cmNFIRAOS","vnwPos","","","","","","","","1","",""
"208","","TCS","cmIRIS","oiwfs1AtmDispersion","","","","","","","","1","",""
"209","","TCS","cmIRIS","oiwfs2AtmDispersion","","","","","","","","1","",""
"210","","TCS","cmIRIS","oiwfs3AtmDispersion","","","","","","","","1","",""
Expand Down
16 changes: 16 additions & 0 deletions generate-subscribe-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,22 @@
"with open(\"generated-subscribe-model.conf\", \"w\") as f:\n",
" f.write(HOCONConverter().to_hocon(generated_config))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!cp generated-subscribe-model.conf IRIS-Model-Files/drs/drs-assembly/subscribe-model.conf"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion generated-subscribe-model.conf
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ IRIS, TCS, ESW, NFIRASO, AOESW and NSCU to be associated with science data
{
subsystem = "TCS"
component = "cmNFIRAOS"
name = "ngsPos"
name = "vnwPos"
}
{
subsystem = "TCS"
Expand Down

0 comments on commit bb9458e

Please sign in to comment.