-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
53 lines (52 loc) · 2.86 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
__pycache__
.DS_Store
/FIGURES/
/LOGFILES/
/NPZTXTFILES/
/PLOTFILES/
/PKLFILES/
/BLPEAKFILES/
/Baseline_Comparison/png/*.png
/Baseline_Comparison/Correlation/
/Baseline_Comparison/DevolatilizedBL/
/Baseline_Comparison/ND70Spec/
/Baseline_Comparison/ND70_Merge.pdf
/Baseline_Comparison/Comparison_Standards.csv
/Baseline_Comparison/BLChem.pdf
/Baseline_Comparison/BLChem_lim.pdf
/docs/examples/transmission_ftir/LOGFILES/RESULTS/AC4_OL49_021920_30x30_H2O_a.log
/docs/examples/transmission_ftir/LOGFILES/RESULTS/AC4_OL53_101220_256s_30x30_a.log
/docs/examples/transmission_ftir/LOGFILES/RESULTS/STD_D1010_012821_256s_100x100_a.log
/docs/examples/transmission_ftir/NPZTXTFILES/RESULTS/AC4_OL49_021920_30x30_H2O_a.npz
/docs/examples/transmission_ftir/NPZTXTFILES/RESULTS/AC4_OL53_101220_256s_30x30_a.npz
/docs/examples/transmission_ftir/NPZTXTFILES/RESULTS/STD_D1010_012821_256s_100x100_a.npz
/docs/examples/transmission_ftir/NPZTXTFILES/RESULTS/AC4_OL49_021920_30x30_H2O_a_statistics.txt
/docs/examples/transmission_ftir/NPZTXTFILES/RESULTS/AC4_OL53_101220_256s_30x30_a_statistics.txt
/docs/examples/transmission_ftir/NPZTXTFILES/RESULTS/STD_D1010_012821_256s_100x100_a_statistics.txt
/docs/examples/transmission_ftir/PKLFILES/RESULTS/AC4_OL49_021920_30x30_H2O_a.pkl
/docs/examples/transmission_ftir/PKLFILES/RESULTS/STD_D1010_012821_256s_100x100_a.pkl
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/HISTOGRAM/AC4_OL53_101220_256s_30x30_a_histogram.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/HISTOGRAM/STD_D1010_012821_256s_100x100_a_histogram.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/MODELFIT/AC4_OL53_101220_256s_30x30_a_modelfit.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/MODELFIT/STD_D1010_012821_256s_100x100_a_modelfit.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/PAIRWISE/AC4_OL53_101220_256s_30x30_a_pairwise.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/PAIRWISE/STD_D1010_012821_256s_100x100_a_pairwise.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/TRACE/AC4_OL53_101220_256s_30x30_a_trace.pdf
/docs/examples/transmission_ftir/PLOTFILES/RESULTS/TRACE/STD_D1010_012821_256s_100x100_a_trace.pdf
/docs/examples/transmission_ftir/LOGFILES/RESULTS/AC4_OL49_021920_30x30_H2O_a.log
/docs/examples/transmission_ftir/LOGFILES/RESULTS/AC4_OL53_101220_256s_30x30_a.log
/docs/examples/transmission_ftir/LOGFILES/RESULTS/STD_D1010_012821_256s_100x100_a.log
/Epsilon_Inversion/OldEpsilonRegressions/
/Inputs/TransmissionSpectra/BadSpectra/
/Thickness/FuegoOlMicrometer.csv
/Thickness/FuegoOlThickness.csv
/Thickness/ND70_Micrometer.csv
/Thickness/ND70_Thickness_HighQuality.csv
/Thickness/ND70_Thickness_LowQuality.csv
/Thickness/ThicknessFunction_Old.py
/Thickness/ThicknessFunction_Plotting.py
/Volatiles_Speciation/Old/
/Volatiles_Speciation/AC4_OL49_pairwise.pdf
/Volatiles_Speciation/AC4_OL49_trace.pdf
/Volatiles_Speciation/AC4_OL49_histogram.pdf
pyproject.toml