Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
13 changes: 13 additions & 0 deletions coherent_edge_nudges/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This repo has the code that is currently being used for my portion of the AIOP project at Jefferson Lab. The AIOP_CoherentEdgePosition.pdf document has a more detailed summary of current results.

The following outlines the steps to use the code.

1) The .txt files in myGetCommands are the commands I use to access the archived EPICS data for the Spring 2020 run period. These must be run on one of the gluon machines. gluons150-155 are for general use. Instructions on accessing the gluons is given in Appendix C of the pdf.

2) cleanAndConvertData_txt_to_csv.py converts the resulting .txt files to csv files. It creates a .csv file with two variables, the new setpoint of the variable of interest, as well as the Date-Time when the new value was set.

3) merge_all_csv.ipynb is used to merge the resulting csv files for all the variables. This is where the majority of the data manipulation occurs, including fixing the run numbers and defining the nudge sequences.

4) add_beam_up_time_combined.ipynb adds a variable for the amount of time since the last beam drop occurred. This is for use in nonudge-study_combined.ipynb, so information about nudges are removed to save space.

The remaining notebooks are used to visualize the output of the .csv files produced by the steps above.
7,343 changes: 7,343 additions & 0 deletions coherent_edge_nudges/add_beam_up_time_combined.ipynb

Large diffs are not rendered by default.

Loading