Browse Source

README.md : Update plots.

master
kevin 3 years ago
parent
commit
ff42600bda
1 changed files with 54 additions and 12 deletions
  1. 54
    12
      README.md

+ 54
- 12
README.md View File

@@ -24,36 +24,78 @@ Capture note 60 and 61 using the full_pulseL[] and holdDutyPctD{} from the p_ac.
24 24
 `c 60 61` 
25 25
 
26 26
 
27
-
27
+## Plot Cheat Sheet
28 28
 
29 29
 
30 30
 ![Plot Seq 1](doc/do_td_plot.png)
31
-`python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10`
32
-`do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )`
31
+
32
+````
33
+    python plot_seq.py ~/temp/p_ac_3_od p_ac.yml 60 10
34
+    
35
+    do_td_plot(inDir,cfg.analysisArgs, pitch, take_id )
36
+````
37
+
38
+---
39
+
40
+![Multi Usec dB](doc/us_db.png)
41
+
42
+````
43
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84
44
+````
45
+
46
+
47
+---
33 48
 
34 49
 ![Multi Plot 1](doc/multi_plot.png)
35
-`python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5`
36
-plot_seq.py `do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )`
50
+
51
+````
52
+python plot_seq.py p_ac.yml ~/temp/p_ac_3_od td_multi_plot 60 3 60 4 60 5
53
+
54
+plot_seq.py `do_td_multi_plot(inDir,cfg.analysisArgs,[(36,4), (48,2)] )
55
+````
56
+---
37 57
 
38 58
 ![Spectral Ranges](doc/plot_spectral_ranges.png)
39
-`python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges 60 3 60 4`
40 59
 
60
+````
61
+#                                                                 pitch0 takeId0 pitch1 takeId1
62
+python plot_seq.py p_ac.yml ~/temp/p_ac_3_od plot_spectral_ranges   60      3       60      4
63
+
64
+````
41 65
 
42
-![Multi Usec dB](doc/us_db.png)
43
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db 84`
66
+---
44 67
 
45 68
 ![Usec dB Spread](doc/us_db_map.png)
46
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72`
69
+
70
+````
71
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od us_db_map 84 72
72
+````
73
+
74
+---
47 75
 
48 76
 ![Min Max](doc/min_max_db.png)
49
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84`
50 77
 
78
+````
79
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max 36 48 60 72 84
80
+````
81
+
82
+---
51 83
 
52 84
 ![Min Max 2](doc/min_max_db_2.png)
85
+
53 86
 The last number in the list is the 'takeId'
54
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2 36 48 60 72 84 2`
55 87
 
56
-`python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db`
88
+````
89
+#                                                        pitch0 pitch1 pitch2 pitch3 pitch4 takeId
90
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od min_max_2   36     48      60     72     84     2
91
+````
92
+
93
+---
94
+![Manual dB](doc/manua_db.png)
95
+
96
+````
97
+python plot_seq_1.py p_ac.yml ~/temp/p_ac_3_od manual_db
98
+````
57 99
 
58 100
 Interpolate across the min and max db values to form the min/max curves for the complete
59 101
 set of keys.  The anchor points for the curves are taken from cfg record

Loading…
Cancel
Save