From 5b4def68e9a0b8f5b29b006bd4ca0d769f4d8fa3 Mon Sep 17 00:00:00 2001 From: Ryan Tang Date: Mon, 31 Oct 2022 21:56:10 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1943135..0db3144 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,22 @@ The FSUDAQ is a GUI, supports 1 CAEN x725 and x730 digitizer with either DPP-PHA ## Folder Structure ----FSUDAQ-+-DAQ - +-Analysis - +-(Symbolic link to data)-+-settings - +-FSUDAQ +-data - +-FSUDAQ.sh +-copy of FSUDAQ.sh +FSUDAQ +├── Analysis +├── DAQ +├── elogText.txt +├── expDir +│   ├── data +│   │   └── *.fsu +│   ├── FSUDAQ.sh +│   └── settings +├── FSUDAQ +├── FSUDAQDict_rdict.pcm -> DAQ/FSUDAQDict_rdict.pcm +├── FSUDAQ.sh +├── README.md +├── tempDB.txt +├── test +└── test_indep The parent folder FSUDAQ should be placed on the Home directory. The source code for the DAQ is inside the DAQ folder.