Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Feb 19, 2024
1 parent ad4c9e1 commit 0be5623
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/COREMOD_memory/scripts/milk-streamFITSlog
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ cd ${milkFITSloggerdir}


MSextdescr="
Log stream to disk as FITS cubes.
Logging processes are running in tmux session ${TMUXNAME}.
User can connect to tmux session to control logging processes.
List of actions:
pstart start log process
rstop stop log RUN process
Expand All @@ -39,10 +44,13 @@ List of actions:
set set parameters, no other action
Logs stream to filesystem as FITS cubes.
Example use:
Start logging process, 1000-deep cubes :
$> $(basename $0) -d \"/mnt/log\" -z 1000 sname pstart
====== EXAMPLE USE ============
Start logging process for stream sname, 1000-deep cubes :
$> $(basename $0) -d \"/mnt/log\" -z 1000 sname pstart
Files will appear in: /mnt/log/YYYYMMDD/sname
where TTTMMDD is the current UT day (${daystring}) and sname is the stream name.
Expand Down Expand Up @@ -329,7 +337,7 @@ EOF
echo "echo \"setval streamFITSlog-${STREAMNAME}.procinfo.cset ${cset}\" >> ${fifoname}"
echo "setval streamFITSlog-${STREAMNAME}.procinfo.cset ${cset}" >> ${fifoname}

ecoh "echo \"confwupdate streamFITSlog-${STREAMNAME}\" >> ${fifoname}"
echo "echo \"confwupdate streamFITSlog-${STREAMNAME}\" >> ${fifoname}"
echo "confwupdate streamFITSlog-${STREAMNAME}" >> ${fifoname}

echo "echo \"runstart streamFITSlog-${STREAMNAME}\" >> ${fifoname}"
Expand Down

0 comments on commit 0be5623

Please sign in to comment.