• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT

    User name Danagoulian

    Log entry time 06:44:27 on December 1,2001

    Entry number 43818

    keyword=BCM1 to BCM2 in Charge_replay template

    I have modified the gstats.template replacing BCM1 by BCM2. The following have
    been changed:

    I_BCM1 (nA) :{gbcm1_charge/(g_run_time+.00001):%7.2f}
    Q_BCM1 (nC) :{(gbcm1_charge):%10.2f}
    Q_BCM1+ (nC) :{(g_helicityscaler(3)-(gbcm1_offset/1000000)*g_helicityscaler(1))*gbcm1_gain:%10.2f}
    Q_BCM1- (nC) :{(g_helicityscaler(35)-(gbcm1_offset/1000000)*g_helicityscaler(33))*gbcm1_gain:%10.2f}

    to

    I_BCM2 (nA) :{gbcm2_charge/(g_run_time+.00001):%7.2f}
    Q_BCM2 (nC) :{(gbcm2_charge):%10.2f}
    Q_BCM2+ (nC) :{(g_helicityscaler(4)-(gbcm2_offset/1000000)*g_helicityscaler(1))*gbcm2_gain:%10.2f}
    Q_BCM2- (nC) :{(g_helicityscaler(36)-(gbcm2_offset/1000000)*g_helicityscaler(33))*gbcm2_gain:%10.2f}
    One needs to charge_replay all runs after the day when the BCM1 was damaged.