Changeset 786 in ETALON


Ignore:
Timestamp:
Jul 27, 2018, 11:14:14 AM (6 years ago)
Author:
moutardier
Message:

save before huge change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BPM/print_datas.py

    r785 r786  
    111111    plt.ylabel("tension in mV")
    112112    plt.gca().yaxis.set_tick_params(labelsize = 8)
     113    #plt.show(block = False)
    113114       
    114115
     
    141142    plt.ylabel("tension in mV")
    142143    plt.gca().yaxis.set_tick_params(labelsize = 8)
    143 #    plt.show()
     144    #plt.show(block = False)
     145
     146    #    plt.show()
    144147
    145148def residu_position_Va_Vb_Vc_Vd(L): # program to do graph of residu of data give in a list with [[position][Va][Vb][Vc][Vd]]
     
    171174    plt.xlabel("length in million motor step")
    172175    plt.ylabel("tension in mV")
     176    #plt.show(block = False)
     177
    173178#    plt.show()
    174179   
     
    206211    plt.ylabel("tension in mV")
    207212    plt.gca().yaxis.set_tick_params(labelsize = 8)
    208 #    plt.s
     213    #plt.show(block = False)
     214
     215    #    plt.s
    209216
    210217
     
    270277            data[bpm_index][0] = convertion_step_mm(data[bpm_index][0], (begin_mm - end_mm)/2, (-begin_mm +  end_mm)/2)
    271278    print_graph_xmotor_ymotor_Va_Vb_Vc_Vd_sum_x_y(data,lin_reg)
    272 
     279   
    273280def print_residu_xmotor_ymotor_Va_Vb_Vc_Vd_sum_x_y(fichier, minx = None, maxx = None, miny = None, maxy = None):
    274281    data = read_data_xmotor_ymotor_Va_Vb_Vc_Vd_sum_x_y(fichier)
     
    295302#print_data_position_Va_Vb_Vc_Vd("data/position_vs_tension_ch1-3_bpm_ref_ch2-4_bpm_impr_vertical_acquisition_20180612_0.txt")
    296303#print_data_position_Va_Vb_Vc_Vd("data/position_vs_tension_ch1-3_bpm_ref_ch2-4_bpm_impr_vertical_acquisition_20180612_0.txt")
     304#plt.show(block = False)
    297305plt.show()
    298306
Note: See TracChangeset for help on using the changeset viewer.