Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readded DM setup for sim mode
Browse files Browse the repository at this point in the history
jw-lin committed Oct 12, 2023
1 parent 4a3d271 commit 2d9776d
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AOloopControl/examples/scexao-NIRPL-conf/cacaovars.bash
Original file line number Diff line number Diff line change
@@ -50,8 +50,8 @@ export CACAO_LOOPDATALOGDIR="$(pwd)/datalogdir"
# DM combination
# Manages mutipe DM channels
#
# export CACAO_FPSPROC_DMCH2DISP="ON"
# export CACAO_FPSPROC_DMCH2DISPSIM="ON"
export CACAO_FPSPROC_DMCH2DISP="ON"
export CACAO_FPSPROC_DMCH2DISPSIM="ON"


# Delay stream: emulates time lag in hardware
2 changes: 1 addition & 1 deletion AOloopControl_IOtools/pl_trace_renorm.c
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ static char *output_shm_name; // output shared memory
static long fpi_outputshmname;

static int64_t *compWFSnormalize; // spec norm toggle (lifted this from acquireWFSim.c heh)
static long fpi_compWFSnormalize;
static long fpi_compWFSnormalize;

static CLICMDARGDEF farg[] =
{

0 comments on commit 2d9776d

Please sign in to comment.