Skip to content

dannyridel/qn-crmd-data-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

qn-crmd-data-processor

wip for QuarkNet's Cosmic Ray Muon Detector data processing

Steps for processing data:

I: Extracting data from DAQ file

  1. Install Cygwin, XLaunch, and Octave on computer.
  2. Get three files: extractDAQ.c, extractDAQ.sh, and ShowerXX.txt
  3. Using Cygwin, navigate to data folder.
  4. Run the command "./extractDAQ.sh [folder/filename]",
  5. The new file [filename].dmp is now created in the folder as determined.

II: Processing Lifetime AND Magnetic Moment graph

  1. In Cygwin, navigate to the correct folder.
  2. Run command "bash Moment.sh [filename.txt]"
  3. The file [filename].mgm should now be created.
  4. Run Octave as before.
  5. Concatanate all .mgm files that you want to process together. You can use cat [file1].mgm [file2].mgm [file3].mgm [filen].mgm > [allFiles].mgm
  6. In file plotmoment.m, change the parameter DAQfileList to [allFiles].mgm.
  7. Run command "run("plotmoment.m")

About

wip for QuarkNet's Cosmic Ray Muon Detector data processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages