GRASIAN ASACUSA PBARA POSITRON-LAB HD-BEAM ADV-INST DEPRECATED-ELOG
ASACUSA-MAIN ASACUSA-SPECTROSCOPY ASACUSA-BEAM-PRODUCTION ASACUSA-ARCHIVE ASACUSA-HOW-TO
HBAR-HFS ARCHIVED
MAIN PLASMA CUSP PBAR POSITRON PROTON DETECTOR SLOWEXT ARCHIVE HOW-TO
  ARCHIVE  Not logged in ELOG logo
Message ID: 939     Entry time: Mon Mar 13 08:20:34 2023
Author: Cusp Trap 
Type: images 
Category: Andreas 
Subject: Mar 13-19 
Attachment 1: front_panel_1.PNG  92 kB  Uploaded Mon Mar 13 09:20:47 2023  | Hide | Hide all | Show all
front_panel_1.PNG
Attachment 2: 10_stacks_-_1200V_paddle_1.png  41 kB  Uploaded Mon Mar 13 10:33:00 2023  | Hide | Hide all | Show all
10_stacks_-_1200V_paddle_1.png
Attachment 3: 5_stacks_-_1200V_paddle.png  43 kB  Uploaded Mon Mar 13 10:42:41 2023  | Show | Hide all | Show all
Attachment 4: rw_1V_1.png  15 kB  Uploaded Mon Mar 13 11:01:21 2023  | Hide | Hide all | Show all
rw_1V_1.png
Attachment 5: moderator_over_lunch_1.PNG  44 kB  Uploaded Mon Mar 13 14:24:12 2023  | Hide | Hide all | Show all
moderator_over_lunch_1.PNG
Attachment 6: fill_curve_1.JPG  26 kB  Uploaded Mon Mar 13 15:14:59 2023  | Hide | Hide all | Show all
fill_curve_1.JPG
Attachment 7: paddle_MCP.jpg  1.137 MB  Uploaded Mon Mar 13 15:36:50 2023  | Hide | Hide all | Show all
paddle_MCP.jpg
Attachment 8: paddle_stacker_exit_1.jpg  1.233 MB  Uploaded Mon Mar 13 15:36:56 2023  | Show | Hide all | Show all
Attachment 9: paddle_FPS_exit_1.jpg  986 kB  Uploaded Mon Mar 13 15:37:00 2023  | Hide | Hide all | Show all
paddle_FPS_exit_1.jpg
Attachment 10: 20230313-Stacking-Stack_Scan.jpg  65 kB  Uploaded Mon Mar 13 15:53:51 2023  | Hide | Hide all | Show all
20230313-Stacking-Stack_Scan.jpg
Attachment 11: 20230313-Stacking-Stack_Scan-Normalized.jpg  82 kB  Uploaded Mon Mar 13 15:53:51 2023  | Hide | Hide all | Show all
20230313-Stacking-Stack_Scan-Normalized.jpg
Attachment 12: 20230313_Plot_stacking_data_1.py  1 kB  Uploaded Mon Mar 13 15:58:25 2023  | Hide | Hide all | Show all
# -*- coding: utf-8 -*-
"""
Created on Monday Mar 13, 2023

@author: martin singer
"""

import matplotlib.pyplot as plt
import numpy as np
from numpy import sqrt, exp

'stacking curve within the stacker'

'1. I_1 = I_2'
I_1_2           = np.array([1, 5, 10, 20, 60, 30])
signal_1        = np.array([4, 17, 29, 50, 86, 62])
signal_1_std    = np.array([1, 2, 2, 2, 2, 2])

plt.figure(num=0, clear=True)
plt.errorbar(I_1_2, signal_1, yerr=signal_1_std, fmt='.', markersize=10)
plt.xlabel('stacks [#]', size=10)
plt.ylabel('paddle signal [nVs]', size=10)
# plt.legend()
ax = plt.gca()
ax.tick_params(direction="in", top=True, right=True)
# plt.yscale('log')
plt.savefig('20230313-Stacking-Stack_Scan.jpg', dpi=300, bbox_inches='tight')
#%%
plt.figure(num=1, clear=True)
plt.errorbar(I_1_2, (signal_1/signal_1[0]), yerr=(signal_1_std/signal_1_std[0]), fmt='.', markersize=10)
plt.xlabel('stacks [#]', size=10)
plt.ylabel('signal / one stack', size=10)
plt.xlim([0,62])
plt.ylim([0,62])
ax = plt.gca()
ax.tick_params(direction="in", top=True, right=True)
# plt.yscale('log')
plt.savefig('20230313-Stacking-Stack_Scan-Normalized.jpg', dpi=300, bbox_inches='tight')
Attachment 13: cusp_charge_amp_1.png  75 kB  Uploaded Mon Mar 13 16:31:27 2023  | Hide | Hide all | Show all
cusp_charge_amp_1.png
Attachment 14: cusp_charge_amp_closer_to_MCP_1.png  86 kB  Uploaded Mon Mar 13 16:41:19 2023  | Hide | Hide all | Show all
cusp_charge_amp_closer_to_MCP_1.png
Attachment 15: 5s_RW_in_stacker_before_dump_1.png  38 kB  Uploaded Mon Mar 13 17:59:16 2023  | Hide | Hide all | Show all
5s_RW_in_stacker_before_dump_1.png
Attachment 16: 5s_RW_in_stacker_before_dump_1.png  38 kB  Uploaded Mon Mar 13 17:59:35 2023  | Hide | Hide all | Show all
5s_RW_in_stacker_before_dump_1.png
Attachment 17: 20s_RW_in_stacker_before_dump_1.png  38 kB  Uploaded Mon Mar 13 17:59:37 2023  | Hide | Hide all | Show all
20s_RW_in_stacker_before_dump_1.png
Attachment 18: 40s_RW_in_stacker_before_dump_1.png  39 kB  Uploaded Mon Mar 13 18:01:03 2023  | Hide | Hide all | Show all
40s_RW_in_stacker_before_dump_1.png
Attachment 19: 60s_RW_in_stacker_before_dump.png  37 kB  Uploaded Mon Mar 13 18:06:04 2023  | Hide | Hide all | Show all
60s_RW_in_stacker_before_dump.png
Attachment 20: ICU3_new_PS_1.png  71 kB  Uploaded Tue Mar 14 11:50:35 2023  | Hide | Hide all | Show all
ICU3_new_PS_1.png
Attachment 21: Front_panel_after_intervention_1.PNG  93 kB  Uploaded Tue Mar 14 11:56:20 2023  | Hide | Hide all | Show all
Front_panel_after_intervention_1.PNG
Attachment 22: moderator_parameters_1.PNG  67 kB  Uploaded Tue Mar 14 14:40:06 2023  | Hide | Hide all | Show all
moderator_parameters_1.PNG
Attachment 23: moderator_growth_1.PNG  32 kB  Uploaded Tue Mar 14 14:40:09 2023  | Hide | Hide all | Show all
moderator_growth_1.PNG
Attachment 24: 30stacks-4s-DS.png  38 kB  Uploaded Tue Mar 14 15:23:22 2023  | Hide | Hide all | Show all
30stacks-4s-DS.png
Attachment 25: 30stacks-4s-DS-mcpcoils_working_again_1.png  41 kB  Uploaded Tue Mar 14 15:46:46 2023  | Hide | Hide all | Show all
30stacks-4s-DS-mcpcoils_working_again_1.png
Attachment 26: image_60stacks_1s.PNG  68 kB  Uploaded Tue Mar 14 15:54:16 2023  | Hide | Hide all | Show all
image_60stacks_1s.PNG
Attachment 27: Front_panel_1.PNG  92 kB  Uploaded Wed Mar 15 09:07:36 2023  | Hide | Hide all | Show all
Front_panel_1.PNG
Attachment 28: 1catch_in_stacker_initial_1.png  36 kB  Uploaded Wed Mar 15 09:55:53 2023  | Hide | Hide all | Show all
1catch_in_stacker_initial_1.png
Attachment 29: NaI_single_particle_cosmics_1.png  69 kB  Uploaded Wed Mar 15 13:45:31 2023  | Hide | Hide all | Show all
NaI_single_particle_cosmics_1.png
Attachment 30: NaI_single_particle_cosmics_changed_threshold_1.png  79 kB  Uploaded Wed Mar 15 13:46:42 2023  | Hide | Hide all | Show all
NaI_single_particle_cosmics_changed_threshold_1.png
Attachment 31: close_BT_GV_different_threshold_1.png  55 kB  Uploaded Wed Mar 15 13:59:17 2023  | Hide | Hide all | Show all
close_BT_GV_different_threshold_1.png
Attachment 32: open_BT_GV_different_threshold_1.png  55 kB  Uploaded Wed Mar 15 13:59:18 2023  | Hide | Hide all | Show all
open_BT_GV_different_threshold_1.png
Attachment 33: scope_trace_for_sd_-_BT_GV_closed_1.png  32 kB  Uploaded Wed Mar 15 14:06:14 2023  | Hide | Hide all | Show all
scope_trace_for_sd_-_BT_GV_closed_1.png
Attachment 34: scope_trace_for_sd_1.png  33 kB  Uploaded Wed Mar 15 14:06:25 2023  | Hide | Hide all | Show all
scope_trace_for_sd_1.png
Attachment 35: scope_trace_for_sd_2_1.png  38 kB  Uploaded Wed Mar 15 14:06:28 2023  | Hide | Hide all | Show all
scope_trace_for_sd_2_1.png
Attachment 36: scope_trace_for_sd_-_BT_GV_closed_1.png  32 kB  Uploaded Wed Mar 15 14:06:30 2023  | Hide | Hide all | Show all
scope_trace_for_sd_-_BT_GV_closed_1.png
Attachment 37: scope_trace_for_sd_2_-_BT_GV_closed_1.png  32 kB  Uploaded Wed Mar 15 14:09:19 2023  | Hide | Hide all | Show all
scope_trace_for_sd_2_-_BT_GV_closed_1.png
Attachment 38: front_panel_1.PNG  91 kB  Uploaded Thu Mar 16 10:08:34 2023  | Hide | Hide all | Show all
front_panel_1.PNG
ELOG V3.1.5-fc6679b