Update 'README.md'
This commit is contained in:
parent
5b4def68e9
commit
db9025bdcc
21
README.md
21
README.md
|
@ -12,21 +12,36 @@ The FSUDAQ is a GUI, supports 1 CAEN x725 and x730 digitizer with either DPP-PHA
|
||||||
|
|
||||||
## Folder Structure
|
## Folder Structure
|
||||||
|
|
||||||
FSUDAQ
|
FSUDAQ
|
||||||
├── Analysis
|
|
||||||
|
├── Analysis
|
||||||
|
|
||||||
├── DAQ
|
├── DAQ
|
||||||
|
|
||||||
├── elogText.txt
|
├── elogText.txt
|
||||||
|
|
||||||
├── expDir
|
├── expDir
|
||||||
|
|
||||||
│ ├── data
|
│ ├── data
|
||||||
|
|
||||||
│ │ └── *.fsu
|
│ │ └── *.fsu
|
||||||
|
|
||||||
│ ├── FSUDAQ.sh
|
│ ├── FSUDAQ.sh
|
||||||
|
|
||||||
│ └── settings
|
│ └── settings
|
||||||
|
|
||||||
├── FSUDAQ
|
├── FSUDAQ
|
||||||
|
|
||||||
├── FSUDAQDict_rdict.pcm -> DAQ/FSUDAQDict_rdict.pcm
|
├── FSUDAQDict_rdict.pcm -> DAQ/FSUDAQDict_rdict.pcm
|
||||||
|
|
||||||
├── FSUDAQ.sh
|
├── FSUDAQ.sh
|
||||||
|
|
||||||
├── README.md
|
├── README.md
|
||||||
|
|
||||||
├── tempDB.txt
|
├── tempDB.txt
|
||||||
|
|
||||||
├── test
|
├── test
|
||||||
|
|
||||||
└── test_indep
|
└── test_indep
|
||||||
|
|
||||||
The parent folder FSUDAQ should be placed on the Home directory. The source code for the DAQ is inside the DAQ folder.
|
The parent folder FSUDAQ should be placed on the Home directory. The source code for the DAQ is inside the DAQ folder.
|
||||||
|
@ -54,7 +69,9 @@ The FSUDAQ.sh will be created when running the FSUDAQ for the 1st time. It store
|
||||||
Go to the DAQ folder:
|
Go to the DAQ folder:
|
||||||
|
|
||||||
> ~>cd FSUDAQ
|
> ~>cd FSUDAQ
|
||||||
|
|
||||||
> FSUDAQ>cd DAQ
|
> FSUDAQ>cd DAQ
|
||||||
|
|
||||||
> DAQ>make FSUDAQ
|
> DAQ>make FSUDAQ
|
||||||
|
|
||||||
It will produce an executable FSUDAQ under the FSUDAQ, and FSUDAQDict_rdict.pcm.
|
It will produce an executable FSUDAQ under the FSUDAQ, and FSUDAQDict_rdict.pcm.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user