Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolson committed Jan 17, 2019
1 parent 685363c commit 05e1a20
Show file tree
Hide file tree
Showing 21 changed files with 693,969 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Phys 411/.DS_Store
Binary file not shown.
Binary file modified Phys 411/Final Project/.DS_Store
Binary file not shown.
Binary file modified Phys 499/.DS_Store
Binary file not shown.
776 changes: 776 additions & 0 deletions Phys 499/.ipynb_checkpoints/Data_Analysis_v2-checkpoint.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Phys 499/Data_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.6"
}
},
"nbformat": 4,
Expand Down
500 changes: 500 additions & 0 deletions Phys 499/Data_Analysis_v2.ipynb

Large diffs are not rendered by default.

Binary file modified Phys 499/datafiles/.DS_Store
Binary file not shown.
1,008 changes: 1,008 additions & 0 deletions Phys 499/datafiles/jan_15_2019/jan15_run1.txt

Large diffs are not rendered by default.

75,420 changes: 75,420 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data1.csv

Large diffs are not rendered by default.

77,261 changes: 77,261 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data2.csv

Large diffs are not rendered by default.

77,352 changes: 77,352 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data3.csv

Large diffs are not rendered by default.

77,413 changes: 77,413 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data4.csv

Large diffs are not rendered by default.

77,425 changes: 77,425 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data5.csv

Large diffs are not rendered by default.

77,515 changes: 77,515 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data6.csv

Large diffs are not rendered by default.

76,370 changes: 76,370 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data7.csv

Large diffs are not rendered by default.

75,386 changes: 75,386 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data8.csv

Large diffs are not rendered by default.

77,538 changes: 77,538 additions & 0 deletions Phys 499/datafiles/jan_15_2019/run1data9.csv

Large diffs are not rendered by default.

Binary file modified Phys 499/plots/.DS_Store
Binary file not shown.
Binary file modified Phys 499/plots/sample_final_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Phys 499/raw_to_csv.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

//Threshhold and number of runs that evening. The date as well
TString threshhold = "40";
int NUM_RUNS = 10;
TString date = "jan_14_2019";
TString run_num = "3";
int NUM_RUNS = 9;
TString date = "jan_15_2019";
TString run_num = "1";



//MAC

TString READ_PATH = "/Users/lukepolson/Desktop/Jan_Test_Data/test6_alpha_data";
TString READ_PATH = "/Users/lukepolson/Desktop/Jan_Test_Data/jan15_run1_alpha_data";
TString WRITE_PATH = "/Users/lukepolson/Documents/GitHub/School/Phys 499/datafiles/"+date+"/run"+run_num+"data";


Expand Down

0 comments on commit 05e1a20

Please sign in to comment.