-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
63 additions
and
174 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
AOloopControl/examples/scexao-NIRPL-conf/scripts/normspectra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/env bash | ||
|
||
# add column_sum function to fpsCTRL | ||
|
||
source ./scripts/fps-utility | ||
|
||
# name of function to setup | ||
fname="norm_spectra" | ||
|
||
# add to fpsCTRL, start tmux, start conf, turn on procinfo | ||
setupfps "${fname}" | ||
|
||
# procinfo specific stuff | ||
sendFPScmd "setval ${fname}-${CACAO_LOOPNUMBER}.procinfo.triggermode 3" | ||
sendFPScmd "setval ${fname}-${CACAO_LOOPNUMBER}.procinfo.loopcntMax -1" | ||
sendFPScmd "setval ${fname}-${CACAO_LOOPNUMBER}.procinfo.triggersname aol${CACAO_LOOPNUMBER}_imWFS2" | ||
|
||
# setting input and output streams | ||
sendFPScmd "setval ${fname}-${CACAO_LOOPNUMBER}.wfsin aol${CACAO_LOOPNUMBER}_imWFS2" | ||
sendFPScmd "setval ${fname}-${CACAO_LOOPNUMBER}.wfsout aol6_imWFS2_norm" | ||
|
||
sendFPScmd "confwupdate ${fname}-${CACAO_LOOPNUMBER}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef AOLOOPCONTROL_IOTOOLS_NORMSPECTRA_H | ||
#define AOLOOPCONTROL_IOTOOLS_NORMSPECTRA_H | ||
|
||
errno_t CLIADDCMD_AOloopControl_IOtools__normspectra(); | ||
|
||
#endif |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.