| ID |
Date |
Author |
Subject |
|
381
|
Mon Oct 18 13:01:04 2021 |
OH | Proxy config | Proxy for firefox and anydesk |
| Attachment 1: proxy.png
|
|
| Attachment 2: proxy2.png
|
|
|
513
|
Thu Sep 8 12:37:18 2022 |
NH | Proxy Port Changed | The proxy in Firefox, Yum and AnyDesk has been changed as the old wasn't working
proxy.gsi.de port 3128 is now in use |
|
286
|
Wed Apr 28 17:39:35 2021 |
TD | Preparations for setup of aida13-aida16 |
Updated /etc/dhcpd.conf
cd /etc
cp dhcpd.conf dhcpd.conf.BAK-280421
Add MAC addresses https://elog.ph.ed.ac.uk/DESPEC/285
aida13 xilinx_lltemac 81c00000.ethernet: MAC address is now d8:80:39:42: d:15
aida14 xilinx_lltemac 81c00000.ethernet: MAC address is now d8:80:39:42: d: b
aida15 xilinx_lltemac 81c00000.ethernet: MAC address is now d8:80:39:41:ee:10
aida16 xilinx_lltemac 81c00000.ethernet: MAC address is now d8:80:39:41:f6:ed
New version of dhcpd.conf (and backup) - attachments 1 & 2
Cannot find dhcpd (and therefore re-read config and restart) in System - Administration -> Services
- has the dhcpd service been re-named or amalgamated with another service?
Updated /MIDAS/config/TclHttpd/aidas-gsi@8015/startup.tcl
New version of startup.tcl (and backup) - attachments 3 & 4
Created rfs filesytems for aida13-aida24
[root@aidas-gsi]# cd /home/Embedded/XilinxLinux/ppc_4xx/rfs
[root@aidas-gsi rfs]# cd aida01
[root@aidas-gsi rfs]# tar cvf ../rfs.tar .
Create directories aida13-aida24, uid=10101, gid=npg, mode 777
[root@aidas-gsi rfs]# cd aida13; tar xvf ../rfs.tar .
:
:
etc
[root@aidas-gsi rfs]# ls -l
total 1491880
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida01
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida02
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida03
drwxrwxrwx. 19 10101 npg 4096 Apr 24 03:51 aida04
drwxrwxrwx. 19 10101 npg 4096 Apr 24 03:51 aida05
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida06
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida07
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida08
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:35 aida09
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida10
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:34 aida11
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida12
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida13
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida14
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida15
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida16
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida17
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida18
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida19
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida20
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida21
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida22
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida23
drwxrwxrwx. 19 10101 npg 4096 Apr 28 16:32 aida24
-rw-r--r--. 1 root root 1527582720 Apr 28 18:26 rfs.tar
Once dhcpd has been restarted it should be possible to power cycle all FEE64s, start system
and update firmware of newly installed FEE64s. |
| Attachment 1: dhcpd.conf
|
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
# Date of last update Jan 12 2015
#
authoritative;
ddns-update-style none; ddns-updates off;
# 2 days
#default-lease-time 172800;
# 4 days
default-lease-time 345600;
# 8 days
max-lease-time 691200;
option domain-search code 119 = string;
option domain-name "dl.ac.uk";
option domain-name-servers 193.62.115.16, 148.79.80.78;
option netbios-name-servers 148.79.160.89;
option netbios-node-type 8;
option nis-domain "nuclear.physics";
option nis-servers 193.62.115.77;
subnet 192.168.11.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.11.255;
pool {
range 192.168.11.118 192.168.11.199;
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "192.168.11.99";
next-server 192.168.11.99;
host nnrpi1 {
hardware ethernet b8:27:eb:bb:46:7b;
fixed-address 192.168.11.251;
}
host nnrpi2 {
hardware ethernet b8:27:eb:40:53:e8;
fixed-address 192.168.11.117;
}
host aida01 {
hardware ethernet d8:80:39:41:ba:8a;
fixed-address 192.168.11.1;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida01";
}
host aida02 {
hardware ethernet d8:80:39:41:ba:22;
fixed-address 192.168.11.2;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida02";
}
host aida03 {
hardware ethernet d8:80:39:41:d8:21;
fixed-address 192.168.11.3;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida03";
}
host aida04 {
hardware ethernet d8:80:39:41:f6:b7;
fixed-address 192.168.11.4;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida04";
}
host aida05 {
hardware ethernet d8:80:39:41:d7:cc;
fixed-address 192.168.11.5;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida05";
}
host aida06 {
hardware ethernet d8:80:39:41:ee:72;
fixed-address 192.168.11.6;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida06";
}
host aida07 {
hardware ethernet d8:80:39:41:b4:0c;
fixed-address 192.168.11.7;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida07";
}
host aida08 {
hardware ethernet d8:80:39:41:ba:2b;
fixed-address 192.168.11.8;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida08";
}
host aida09 {
hardware ethernet d8:80:39:41:f6:ee;
fixed-address 192.168.11.9;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida09";
}
host aida10 {
hardware ethernet d8:80:39:41:ba:89;
fixed-address 192.168.11.10;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida10";
}
host aida11 {
hardware ethernet d8:80:39:41:f6:5a;
fixed-address 192.168.11.11;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida11";
}
host aida12 {
hardware ethernet d8:80:39:41:cf:ac;
fixed-address 192.168.11.12;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida12";
}
host aida13 {
hardware ethernet d8:80:39:42:d:15;
fixed-address 192.168.11.13;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida13";
}
host aida14 {
hardware ethernet d8:80:39:42:d:b;
fixed-address 192.168.11.14;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida14";
}
host aida15 {
hardware ethernet d8:80:39:41:ee:10;
fixed-address 192.168.11.15
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida15";
}
host aida16 {
hardware ethernet d8:80:39:41:f6:ed;
fixed-address 192.168.11.16;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida16";
}
}
subnet 192.168.12.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.12.255;
pool {
range 192.168.12.100 192.168.12.199;
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "192.168.12.99";
next-server 192.168.12.99;
host aida21 {
hardware ethernet d8:80:39:41:d8:2a;
fixed-address 192.168.12.1;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida21";
}
host aida22 {
hardware ethernet 00:04:a3:2a:d0:26;
fixed-address 192.168.12.2;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida22";
}
host aida23 {
hardware ethernet 00:04:a3:2b:09:ce;
fixed-address 192.168.12.3;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida23";
}
host aida24 {
hardware ethernet 00:04:a3:2b:09:e8;
fixed-address 192.168.12.4;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida24";
}
}
|
| Attachment 2: dhcpd.conf.BAK-280421
|
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
# Date of last update Jan 12 2015
#
authoritative;
ddns-update-style none; ddns-updates off;
# 2 days
#default-lease-time 172800;
# 4 days
default-lease-time 345600;
# 8 days
max-lease-time 691200;
option domain-search code 119 = string;
option domain-name "dl.ac.uk";
option domain-name-servers 193.62.115.16, 148.79.80.78;
option netbios-name-servers 148.79.160.89;
option netbios-node-type 8;
option nis-domain "nuclear.physics";
option nis-servers 193.62.115.77;
subnet 192.168.11.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.11.255;
pool {
range 192.168.11.118 192.168.11.199;
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "192.168.11.99";
next-server 192.168.11.99;
host nnrpi1 {
hardware ethernet b8:27:eb:bb:46:7b;
fixed-address 192.168.11.251;
}
host nnrpi2 {
hardware ethernet b8:27:eb:40:53:e8;
fixed-address 192.168.11.117;
}
host aida01 {
hardware ethernet d8:80:39:41:ba:8a;
fixed-address 192.168.11.1;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida01";
}
host aida02 {
hardware ethernet d8:80:39:41:ba:22;
fixed-address 192.168.11.2;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida02";
}
host aida03 {
hardware ethernet d8:80:39:41:d8:21;
fixed-address 192.168.11.3;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida03";
}
host aida04 {
hardware ethernet d8:80:39:41:f6:b7;
fixed-address 192.168.11.4;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida04";
}
host aida05 {
hardware ethernet d8:80:39:41:d7:cc;
fixed-address 192.168.11.5;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida05";
}
host aida06 {
hardware ethernet d8:80:39:41:ee:72;
fixed-address 192.168.11.6;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida06";
}
host aida07 {
hardware ethernet d8:80:39:41:b4:0c;
fixed-address 192.168.11.7;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida07";
}
host aida08 {
hardware ethernet d8:80:39:41:ba:2b;
fixed-address 192.168.11.8;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida08";
}
host aida09 {
hardware ethernet d8:80:39:41:f6:ee;
fixed-address 192.168.11.9;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida09";
}
host aida10 {
hardware ethernet d8:80:39:41:ba:89;
fixed-address 192.168.11.10;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida10";
}
host aida11 {
hardware ethernet d8:80:39:41:f6:5a;
fixed-address 192.168.11.11;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida11";
}
host aida12 {
hardware ethernet d8:80:39:41:cf:ac;
fixed-address 192.168.11.12;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida12";
}
}
subnet 192.168.12.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.12.255;
pool {
range 192.168.12.100 192.168.12.199;
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "192.168.12.99";
next-server 192.168.12.99;
host aida21 {
hardware ethernet d8:80:39:41:d8:2a;
fixed-address 192.168.12.1;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida21";
}
host aida22 {
hardware ethernet 00:04:a3:2a:d0:26;
fixed-address 192.168.12.2;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida22";
}
host aida23 {
hardware ethernet 00:04:a3:2b:09:ce;
fixed-address 192.168.12.3;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida23";
}
host aida24 {
hardware ethernet 00:04:a3:2b:09:e8;
fixed-address 192.168.12.4;
option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida24";
}
}
|
| Attachment 3: startup.tcl
|
Setting BGColor "BlanchedAlmond"
Setting TextColor "red"
Setting ProjectName AIDA
Setting ProjectImage AIDA.gif
Setting ProjectURL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option1Name STFC
Setting Option1URL "stfc.ac.uk"
Setting Option1Image stfc.jpg
# global MessageLoggerServerHost
# set MessageLoggerServerHost nndhcp077.dl.ac.uk
# package require MessageLoggerClient
# Setting Option3Name "Elog Server"
# Setting Option3URL "http://nndhcp077.dl.ac.uk:8080/DataAcq/"
# Install required services
if {![namespace exists ::AIDA]} {namespace eval ::AIDA {puts "created namespace ::AIDA"}}
# set ::AIDA::TestMode 1
global SpectrumServerHost
set SpectrumServerHost aidas
package require XAIDAAccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAIDAAccessClient_Exists (SOAP)
package require XAD9252AccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAD9252AccessClient_Exists (SOAP)
namespace eval DataAcquisition {
variable PROJECT AIDA
variable ACQSERVERS
set ACQSERVERS [list aida01 aida02 aida03 aida04 aida05 aida06 aida07 aida08 aida09 aida10 aida11 aida12 aida13 aida14 aida15 aida16]
# set ACQSERVERS [list aida01 aida02 aida03 aida04]
# set ACQSERVERS [list aida01 aida02 aida03 aida04 aida05 aida06 aida07 aida08 aida09 aida10 aida11 aida12]
# set ACQSERVERS [list aida01 aida02 aida03 aida04]
variable ACQSERVER [first $ACQSERVERS]
variable DataTransferStreams; set DataTransferStreams 2
# set ::DataAcquisition::EnableMerger 1
# set ::DataAcquisition::EnableTape 1
variable RDOGo 0
}
namespace eval AIDA {
variable ModuleMenu; set ModuleMenu $::DataAcquisition::ACQSERVERS
variable TSMaster; set TSMaster aida01
variable FEE64 [first $ModuleMenu]
variable ConfigBase; set ConfigBase [file join $env(MIDASBASE) config TclHttpd]
}
Setting DataBaseRoot "/MIDAS/DB"
package require DataBaseAccessServer
package require NetVarsServer 1.1
package require SigTaskServer
# package require MemSasServer
# Install services for Run Control
namespace eval $::DataAcquisition::PROJECT {
variable DBRootName [file join EXPERIMENTS AIDA]
variable DBNodeBase 2012
}
package require AIDARunControl
# package require TapeServer
# package require MergerControl
# package require MERGERunControl
Setting Option7Name "Project Home Page"
Setting Option7URL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option8Name "Server Software Home Page"
Setting Option8URL "http://npg.dl.ac.uk/MIDAS/download/WebServices.html"
|
| Attachment 4: startup.tcl.BAK-280421
|
Setting BGColor "BlanchedAlmond"
Setting TextColor "red"
Setting ProjectName AIDA
Setting ProjectImage AIDA.gif
Setting ProjectURL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option1Name STFC
Setting Option1URL "stfc.ac.uk"
Setting Option1Image stfc.jpg
# global MessageLoggerServerHost
# set MessageLoggerServerHost nndhcp077.dl.ac.uk
# package require MessageLoggerClient
# Setting Option3Name "Elog Server"
# Setting Option3URL "http://nndhcp077.dl.ac.uk:8080/DataAcq/"
# Install required services
if {![namespace exists ::AIDA]} {namespace eval ::AIDA {puts "created namespace ::AIDA"}}
# set ::AIDA::TestMode 1
global SpectrumServerHost
set SpectrumServerHost aidas
package require XAIDAAccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAIDAAccessClient_Exists (SOAP)
package require XAD9252AccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAD9252AccessClient_Exists (SOAP)
namespace eval DataAcquisition {
variable PROJECT AIDA
variable ACQSERVERS
# set ACQSERVERS [list aida01 aida02 aida03 aida04 aida05 aida06 aida07 aida08 aida09 aida10 aida11 aida12 aida13 aida14 aida15 aida16]
# set ACQSERVERS [list aida01 aida02 aida03 aida04]
set ACQSERVERS [list aida01 aida02 aida03 aida04 aida05 aida06 aida07 aida08 aida09 aida10 aida11 aida12]
# set ACQSERVERS [list aida01 aida02 aida03 aida04]
variable ACQSERVER [first $ACQSERVERS]
variable DataTransferStreams; set DataTransferStreams 2
# set ::DataAcquisition::EnableMerger 1
# set ::DataAcquisition::EnableTape 1
variable RDOGo 0
}
namespace eval AIDA {
variable ModuleMenu; set ModuleMenu $::DataAcquisition::ACQSERVERS
variable TSMaster; set TSMaster aida01
variable FEE64 [first $ModuleMenu]
variable ConfigBase; set ConfigBase [file join $env(MIDASBASE) config TclHttpd]
}
Setting DataBaseRoot "/MIDAS/DB"
package require DataBaseAccessServer
package require NetVarsServer 1.1
package require SigTaskServer
# package require MemSasServer
# Install services for Run Control
namespace eval $::DataAcquisition::PROJECT {
variable DBRootName [file join EXPERIMENTS AIDA]
variable DBNodeBase 2012
}
package require AIDARunControl
# package require TapeServer
# package require MergerControl
# package require MERGERunControl
Setting Option7Name "Project Home Page"
Setting Option7URL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option8Name "Server Software Home Page"
Setting Option8URL "http://npg.dl.ac.uk/MIDAS/download/WebServices.html"
|
|
540
|
Mon Mar 18 18:04:43 2024 |
NH | Preparation for pre-s100 dry run (and test beam???) | In preparation for the dry run the following *temporary* changes to the FEE numbering have been prepared
These should be reverted after the dry run to ensure cable->fee agreement again
AIDA09 => AIDA06
AIDA11 => AIDA07
AIDA12 => AIDA08
This will allow the merger to run with 8 FEEs for 1 DSSD
dhcpd.conf updated
The 2023Oct19-13.46.30 should work with this numbering (check tomorrow)
As should layout GSI_triple_test_renumber
AFTER dry run:
Revert DHCP and prepare for full 16 FEEs
Make new ASIC settings key for 16 FEEs and prepare the aidaXX folders
Prepare a new Layout.mlf set |
|
159
|
Tue Jul 7 08:04:57 2020 |
NH | Power failure in Messhuette | Last week there was a power failure in Messhuette (FRS control room) - AIDA-3 and MBS were affected.
AIDA itself and S4 equipment is on UPS and was not shut down.
AIDA-3 has been restarted and MIDAS restarted. All seems OK
S4 conditions: 24.2 C / 33.5% RH / Td = 7.1 C |
|
519
|
Mon Aug 28 12:47:56 2023 |
NH | Power Failure 24.08.2023 | There was a power failure in the morning of 24.08.2023 in the Rhein-Main area affecting GSI
The Aida workstation (aida-3) has been restarted, it is unknown if the Pis in S4 rebooted as well (there is a UPS)
29.8.23 TD Both RPi systems rebooted four days ago. |
|
524
|
Wed Jan 31 15:27:07 2024 |
TD | Photos of water flow & dew point sensor interlock box | Attachment 1 - 4 socket input connectors ( from sensor to interlock box )
Attachment 2 & 2 - 24V dc relays and internal wiring
Attachment 4 - 3 socket input connector ( from interlock box to USB-controlled ac mains relay ) |
| Attachment 1: 20240131_160205.jpg
|
|
| Attachment 2: 20240131_145249.jpg
|
|
| Attachment 3: 20240131_145340.jpg
|
|
| Attachment 4: 20240131_160341.jpg
|
|
|
147
|
Thu Mar 12 23:44:48 2020 |
DK | PID Plots | Labelled PID plots. Note that the A/Q calibration is shifted by +0.02 units, and Z calibration is offset by about +5.
There was an error in the printouts for Cd isotopes, but the below attachments are corrected.
The Z-depth (color, not nuclear charge) is log scale. |
| Attachment 1: pid.png
|
|
| Attachment 2: pid.png
|
|
| Attachment 3: pid.pdf
|
|
|
607
|
Thu Apr 25 22:45:30 2024 |
Tom, Muneerah, Norah | Over night shift AIDA 26 Fri |
01:02
Aida04 was zero not reading had to call Tom to fix it.
02:00 checked all good and attached.
Its been running good after that till 7:30 again the same problem happened and Tom fixed it.
|
| Attachment 1: Screenshot_from_2024-04-25_23-42-15.png
|
|
| Attachment 2: Screenshot_from_2024-04-26_00-05-47.png
|
|
| Attachment 3: Screenshot_from_2024-04-26_00-05-15.png
|
|
| Attachment 4: Screenshot_from_2024-04-26_00-04-22.png
|
|
| Attachment 5: Screenshot_from_2024-04-26_02-00-17.png
|
|
| Attachment 6: Screenshot_from_2024-04-26_01-58-39.png
|
|
| Attachment 7: Screenshot_from_2024-04-26_01-58-39.png
|
|
| Attachment 8: Screenshot_from_2024-04-26_01-57-38.png
|
|
| Attachment 9: Screenshot_from_2024-04-26_01-57-01.png
|
|
|
515
|
Thu Oct 6 16:51:49 2022 |
NH | Oscilloscope analysis | Investigating AIDA noise with a TA041 differential probe and oscilloscope
AC Mains (DESPEC platform AC, L-N)
Probe attentuation = 1:100
Fig 1: Main AC waveform [X: 5ms/div, Y: 100 V/div]
Fig 2: Zoomed in at peak (20 V FSR, any less and the waveform clipped) [X: 10us/div, Y: 20V/div]
Fig 3: Longer time base and FFT of 0-5 MHz. No significant frequency harmonics noticed [X: 5ms/div, Y:20 V, FFT X: 500 kHz/div, Y: 10 dBm/div]
No significant noise or distortion present, fully within any AC specification.
Note that at the moment there is almost no load on AC
Equipment on on DESPEC rack: AIDA NIM, AIDA Raspberry Pis, bPlas PC (+ WR) + 2x DESPEC NIM crates
No autofill, VME crate or detectors
All big machines at GSI (SIS, FRS) off (suspect pumps are on)
Ion catcher not on (I think under repair)
-
FEE PSU studies
Probe connected to 5V exposed power pin on FEE64 (+v) and to grounding crimp on FEE64 (-v)
No adapter board connected
Attentuation = 1:10
Fig 4: FFT when FEEs are *off* - essentially probe+scope noise [X: 5ms/div, Y: 100 mV/div, FFT: X: 500 kHz/div, Y: 10 dBm/div]
Fig 5: FFT when FEEs are *on* - notice 1.4 MHz peak in FFT, also seen on ADC waveform readout before (fig 6) [X: 5ms/div, Y: 100 mV/div, FFT: X: 500 kHz/div, Y: 10 dBm/div]
Fig 7: 500 ns/div 5V output on FEE, single FEE on the PSU [X: 500 ns/div, Y: 100 mV/div]
Note average max voltage is 5.31 V (power on) and ~ 70 mV "peak to peak" -might be from probe/scope?
Also see voltage changes with FEE power draw:
Power on : 5.45 V (different scale to above)
SETUP ran : 5.51 V
FADCs off : 5.86 V
ACQ Go: : Unchanged; ASIC threshold 0xa: Unchanged
Also check situation on a fully loaded PSU (8 fees connected and powered on)
Power on: 5.29 V (fig 8)
SETUP ran: 5.36 V (fig 9)
FADCs off: 5.64 V (fig 10)
All X: 500 ns/div, Y: 100 mV/div
Both cases observe voltage rises as current draw drops (as expected for voltage drop along a cable)
Noise on 'scope seems to get slightly worse with reduced current (and higher voltage)
No sign of strong 100 kHz noise as seen in ADC traces beforehand
Todo:
- Check -6V and 7V rails
- Check 5V and noise when front-end card is added and pulser/HV connected
- Check between two FEE64 grounds
- Check direct out of PSU vs ground to see if 1.4 MHz appears on PSU side or FEE64 side
-
11.10.22 Updates
Attachement 11 - 5V PSU on upper PSU with no FEEs attached whatsoever. No 1.4 MHz (on FFT) but clear low frequency beats from switching - presumably low/no load behaviour
Attachement 12 - 5V PSU on aida12 with 8 FEEs on PSU. Longer time base to allow lower frequencies in FFT. 1.4 MHz switching spikes visible but nothing around 100 kHz region
Attachments 13-16: 5V PSU on aida12 at 20 mV/div vertical and 1, 0.5, 2, 5 us/div horizontal respectively
12.10.22 Updates
Attachment 17: -6V PSU on aida12 with 8 FEEs on PSU. 2 us/div timebase. 20 mV/div amplitude
Attachment 18: 10 ms timebase and FFT
Average voltage: -6.21 V
Attachment 19: 7V PSU on aida12 with 8 FEEs on PSU. 2 us/div timebase. 20 mV/div amplitude
Attachment 18: 10 ms timebase and FFT
Average voltage: 7.46V
Measurement between AIDA12 ground and Reference ground/copper bar
+ve (red probe) attached to copper bar at ground point (not strong connection at present)
-ve (black probe) attached to ground crimp on aida12 (connected to cooling plate)
aida12 no adapter board connected: connections are PSU, Ethernet, HDMI and TTY only
Attachment 21: 5 us/div 100 mv/div waveform, big oscillations present. Not seen before FEEs turned on (8 FEES, 1-7+12)
Attachment 22: 10 ms/div for FFT, sharp peak at exactly 100 kHz observed...
Attachment 23: Between 5V PSU (+ve) and 19" rack (-ve) with no FEEs connected to PSU
See strong 100 kHz oscillations too, note that voltage isn't 5V as PSU is floating w.r.t. ground
Looks to be common mode noise (on both 5V and Return of PSU)
Attachment 24: Same as 21 but using thick crocodile clips on probe to ground and aida12. Noise is attenuated but still present |
| Attachment 1: SCRN0086.PNG
|
|
| Attachment 2: SCRN0090.jpg
|
|
| Attachment 3: SCRN0113.jpg
|
|
| Attachment 4: SCRN0107.jpg
|
|
| Attachment 5: SCRN0108.jpg
|
|
| Attachment 6: Image_Pasted_at_2022-10-6_15-51.jpg
|
|
| Attachment 7: SCRN0098.jpg
|
|
| Attachment 8: SCRN0109.jpg
|
|
| Attachment 9: SCRN0110.jpg
|
|
| Attachment 10: SCRN0111.jpg
|
|
| Attachment 11: SCRN0115.PNG
|
|
| Attachment 12: SCRN0121.PNG
|
|
| Attachment 13: SCRN0124.PNG
|
|
| Attachment 14: SCRN0125.PNG
|
|
| Attachment 15: SCRN0126.PNG
|
|
| Attachment 16: SCRN0127.PNG
|
|
| Attachment 17: SCRN0132.PNG
|
|
| Attachment 18: SCRN0129.PNG
|
|
| Attachment 19: SCRN0139.PNG
|
|
| Attachment 20: SCRN0136.PNG
|
|
| Attachment 21: SCRN0141.PNG
|
|
| Attachment 22: SCRN0143.PNG
|
|
| Attachment 23: SCRN0149.PNG
|
|
| Attachment 24: SCRN0153.PNG
|
|
|
693
|
Mon Jan 13 17:38:18 2025 |
TD | Offline analysis of S505 data files |
First timestamp of R2_105 0x16FAEC5E54AABF6C
GMT: Wednesday, June 22, 2022 11:01:42.903 AM
Your time zone: Wednesday, June 22, 2022 12:01:42.903 PM GMT+01:00 DST
First timestamp of R3_150 0x16FB3CE72ED53CB6
GMT: Thursday, June 23, 2022 11:37:31.609 AM
Your time zone: Thursday, June 23, 2022 12:37:31.609 PM GMT+01:00 DST
First timestamp of R5_35 0x16FB89F33F9B44E2
GMT: Friday, June 24, 2022 11:09:25.825 AM
Your time zone: Friday, June 24, 2022 12:09:25.825 PM GMT+01:00 DST
First timestamp of R5_299 0x16FBD8CC5DCBE912
GMT: Saturday, June 25, 2022 11:14:20.247 AM
Your time zone: Saturday, June 25, 2022 12:14:20.247 PM GMT+01:00 DST
First timestamp of R5_546 0x16FC220EA8ADB132
GMT: Sunday, June 26, 2022 9:36:49.320 AM
Your time zone: Sunday, June 26, 2022 10:36:49.320 AM GMT+01:00 DST
Attachments 1-5 - analysis of data files R2_105, R3_150, R5_35, R5_299, and R5_536 (c. one data file per day of S505)
FEE64 #1 (aida02) *time averaged* deadtime c. 12-18%, deadtime of all other FEE64s much lower
Attachments 6-10 - per DSSSD LEC p+n junction versus n+n Ohmic energy - X & y-axes 20keV/channel
No evidence of off-axis energy correlation observed in the postrun background/calibration runs - see https://elog.ph.ed.ac.uk/DESPEC/670 |
| Attachment 1: R2_105.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260590543 ( 842959.4 Hz)
Other data format: 1329457 ( 4300.5 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1451 ( 4.7 Hz)
RESUME: 1452 ( 4.7 Hz)
SYNC100: 33151 ( 107.2 Hz)
WR48-63: 33151 ( 107.2 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1260252 ( 4076.7 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 505847 ( 1636.3 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 309.138 s
FEE elapsed dead time(s) elapsed idle time(s)
0 5.956 0.000
1 46.000 0.000
2 0.461 0.000
3 4.075 0.000
4 0.270 0.000
5 17.246 0.000
6 0.939 0.000
7 0.452 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 27494985 28858 0 0 175 175 3688 3688 0 21132 0 102223
1 58260423 16474 0 0 649 649 7588 7588 0 0 0 63621
2 22639873 322607 0 0 55 55 2892 2892 0 316713 0 62482
3 44542964 319461 0 0 153 154 5539 5539 0 308076 0 35450
4 10779382 2700 0 0 51 51 1299 1299 0 0 0 87763
5 28594260 7632 0 0 237 237 3579 3579 0 0 0 64742
6 38115917 307658 0 0 84 84 4822 4822 0 297846 0 61385
7 30162739 324067 0 0 47 47 3744 3744 0 316485 0 28181
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 25.383s ( 1260.696 blocks/s, 78.793 Mb/s)
|
| Attachment 2: R3_150.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260385271 ( 829605.5 Hz)
Other data format: 1534729 ( 4889.8 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1425 ( 4.5 Hz)
RESUME: 1425 ( 4.5 Hz)
SYNC100: 33170 ( 105.7 Hz)
WR48-63: 33170 ( 105.7 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1465539 ( 4669.3 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 455452 ( 1451.1 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 313.866 s
FEE elapsed dead time(s) elapsed idle time(s)
0 11.666 0.000
1 57.289 0.000
2 0.649 0.000
3 5.611 0.000
4 0.000 0.000
5 0.063 0.000
6 0.228 0.000
7 0.039 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 31441805 29767 0 0 272 272 4062 4062 0 21099 0 112151
1 66582904 18892 0 0 814 814 8632 8632 0 0 0 66555
2 29895404 376545 0 0 84 84 3879 3879 0 368619 0 73144
3 44568333 369126 0 0 168 168 5484 5484 0 357822 0 38819
4 5095090 1256 0 0 0 0 628 628 0 0 0 37415
5 19329369 4936 0 0 23 23 2445 2445 0 0 0 43894
6 36823085 356594 0 0 50 50 4631 4631 0 347232 0 63334
7 26649281 377613 0 0 14 14 3409 3409 0 370767 0 20140
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 23.836s ( 1342.511 blocks/s, 83.907 Mb/s)
|
| Attachment 3: R5_35.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260812842 ( 842072.4 Hz)
Other data format: 1107160 ( 3574.6 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1210 ( 3.9 Hz)
RESUME: 1210 ( 3.9 Hz)
SYNC100: 33154 ( 107.0 Hz)
WR48-63: 33154 ( 107.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1038432 ( 3352.7 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 329194 ( 1062.9 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 309.727 s
FEE elapsed dead time(s) elapsed idle time(s)
0 8.188 0.000
1 36.773 0.000
2 0.176 0.000
3 5.170 0.000
4 0.000 0.000
5 0.025 0.000
6 0.202 0.000
7 0.307 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 31379366 29596 0 0 190 190 4114 4114 0 20988 0 81881
1 59749297 16628 0 0 605 605 7709 7709 0 0 0 51815
2 19396332 265009 0 0 42 42 2411 2411 0 260103 0 52064
3 41019315 263381 0 0 149 149 5195 5195 0 252693 0 27341
4 4941643 1144 0 0 0 0 572 572 0 0 0 26539
5 17311877 4276 0 0 10 10 2128 2128 0 0 0 31104
6 41432200 255213 0 0 55 55 5294 5294 0 244515 0 44402
7 45582812 271913 0 0 159 159 5731 5731 0 260133 0 14048
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 25.660s ( 1247.070 blocks/s, 77.942 Mb/s)
|
| Attachment 4: R5_299.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260747119 ( 773887.2 Hz)
Other data format: 1172883 ( 3481.1 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1133 ( 3.4 Hz)
RESUME: 1133 ( 3.4 Hz)
SYNC100: 33256 ( 98.7 Hz)
WR48-63: 33256 ( 98.7 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1104105 ( 3276.9 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 362597 ( 1076.2 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 336.932 s
FEE elapsed dead time(s) elapsed idle time(s)
0 6.724 0.000
1 44.641 0.000
2 0.217 0.000
3 3.561 0.000
4 0.000 0.000
5 0.005 0.000
6 0.223 0.000
7 0.026 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 30674116 31250 0 0 181 181 3927 3927 0 23034 0 91358
1 66153113 18368 0 0 695 695 8489 8489 0 0 0 55771
2 19486494 277818 0 0 42 42 2475 2475 0 272784 0 57181
3 43424107 279556 0 0 135 135 5543 5543 0 268200 0 30417
4 4766466 1174 0 0 0 0 587 587 0 0 0 29048
5 17680210 4568 0 0 5 5 2279 2279 0 0 0 34196
6 42628036 277520 0 0 57 57 5446 5446 0 266514 0 49215
7 35934577 282629 0 0 18 18 4510 4510 0 273573 0 15411
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 25.258s ( 1266.935 blocks/s, 79.183 Mb/s)
|
| Attachment 5: R5_546.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260730517 ( 745151.9 Hz)
Other data format: 1189483 ( 3399.5 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1144 ( 3.3 Hz)
RESUME: 1144 ( 3.3 Hz)
SYNC100: 33304 ( 95.2 Hz)
WR48-63: 33304 ( 95.2 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1120587 ( 3202.6 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 363968 ( 1040.2 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 349.902 s
FEE elapsed dead time(s) elapsed idle time(s)
0 6.803 0.000
1 41.799 0.000
2 0.301 0.000
3 3.174 0.000
4 0.000 0.000
5 0.022 0.000
6 0.164 0.000
7 0.019 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 29065664 31620 0 0 182 182 3682 3682 0 23892 0 90087
1 70265931 19858 0 0 719 719 9210 9210 0 0 0 57153
2 19423777 282104 0 0 54 54 2512 2512 0 276972 0 57467
3 44758741 285792 0 0 125 125 5782 5782 0 273978 0 30202
4 4551567 1158 0 0 0 0 579 579 0 0 0 29037
5 17745398 4496 0 0 12 12 2236 2236 0 0 0 34556
6 43164773 278410 0 0 42 42 5399 5399 0 267528 0 49766
7 31754666 286045 0 0 10 10 3904 3904 0 278217 0 15700
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 24.879s ( 1286.230 blocks/s, 80.389 Mb/s)
|
| Attachment 6: R2_105.png
|
|
| Attachment 7: R3_150.png
|
|
| Attachment 8: R5_35.png
|
|
| Attachment 9: R5_299.png
|
|
| Attachment 10: R5_536.png
|
|
|
525
|
Mon Feb 26 13:17:51 2024 |
TD | Offline analysis of DEC23/R9_6 |
First pass analysis of data file /TapeData/DEC23/R9_6
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 234532726 ( 99567.1 Hz)
Other data format: 27387282 ( 11626.8 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 53 ( 0.0 Hz)
RESUME: 53 ( 0.0 Hz)
SYNC100: 40775 ( 17.3 Hz)
WR48-63: 40775 ( 17.3 Hz)
FEE64 disc: 2928025 ( 1243.0 Hz)
MBS info: 24377601 ( 10349.1 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 287073 ( 121.9 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 2355.524 s
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 59013868 372005 0 0 20 20 9888 9888 281563 70626 0 55467
1 31445079 1098714 0 0 2 2 5017 5017 243009 845667 0 38876
2 22895499 11841669 0 0 1 1 5294 5294 482655 11348424 0 42748
3 18228498 11705354 0 0 0 0 3913 3913 416619 11280909 0 78526
4 25500772 1237178 0 0 3 3 4320 4320 396557 831975 0 28918
5 4 0 0 0 0 0 0 0 0 0 0 0
6 15933921 394210 0 0 0 0 2560 2560 389090 0 0 11489
7 61515085 738152 0 0 27 27 9783 9783 718532 0 0 31049
FEE64 configuration https://elog.ph.ed.ac.uk/AIDA/935
Note
- aida06 not connected to DSSSD ( cabling broken - will be replaced later this week )
- LEC ( 20MeV FSR ) data ADC offset corrected
ADC offsets available for 489 of 512 channels and are included in the analysis - 23 strips for which no ADC offsets could be calculated ( usually because there was
no
pulser data ) are not included in analysis
- LEC ( 20MeV FSR ) front-back strip energy difference cut +/- 50 channels ( c. +/- 280keV )
- HEC ( 2GeV FSR ) front-back strip energy difference cut +/-200 channels ( c. +/- 1120MeV )
- LEC ADC data: 13 < channel < 188 ( c. 73-1053keV )
- HEC ADC data: > 13 channels ( c. 73MeV )
- FEE64 hardware thresholds: LEC c. 100keV, HEC c. 200MeV
Attachments 1 & 2 - per pixel HEC-LEC event time difference spectra - 4.096us/channel
Attachments 3 & 4 - per pixel HEC-LEC event time difference spectra - 65.536us/channel
Attachment 5 - DSSSD x-y hit pattern: HEC-LEC event time difference < 4.3s
Majority of events associated with 'hot' p+n junction strips - few plausible decay candidate events - as expected.
z-scale - semi-logarithmic - scattered events are single counts ( blue )
1 count => rate ~ 1/2355s ~ 0.0004Hz, the great majority of pixels have zero counts
Attachment 6 - LEC ( decay ) and HEC ( implant ) events - 262.144us/channel ( 65536 channels = 17.2s )
HEC implants channels 12000-25000 = 216 counts => HEC rate ( in spill ) 63.4Hz
LEC decays channels 12000-25000 = 3865 counts => LEC rate ( in spill ) 1134.1Hz
LEC decays channels 25000-38000 = 2790 counts => LEC rate ( inter spill ) 818.7Hz
Attachment 7 - per pixel HEC-HEC event time difference spectra - 4.096us/channel
Attachment 8 - per pixel LEC-LEC event time difference spectra - 4.096us/channel
Attachment 9 - variables.dat
This is a ( Fortran ) Namelist I/O data file containing of the ADC offsets, FEE64 configuration, LEC and HEC energy difference windows
The ADC offset channel number is calculated as
channel = channel_ident + ( module * 64 ) where module = 0-7 corresponding to AIDA FEE64s aida01-aida08
and is used as follows
ADC data = INT ( RSHIFT( ABS( 32768 - data( i ) ), 3 ) - offset( i ) + 0.5 )
where data(i) is the ADC data item for channel i, offset(i) is the ADC offset for channel i
An ADC offset of -9999 means there was no pulser data for this channel in data files R5 and R11.
|
| Attachment 1: Screenshot_from_2024-03-01_11-41-11.png
|
|
| Attachment 2: Screenshot_from_2024-03-01_11-41-30.png
|
|
| Attachment 3: Screenshot_from_2024-03-01_11-42-06.png
|
|
| Attachment 4: Screenshot_from_2024-03-01_11-42-22.png
|
|
| Attachment 5: Screenshot_from_2024-03-01_11-43-13.png
|
|
| Attachment 6: Screenshot_from_2024-03-01_11-44-33.png
|
|
| Attachment 7: Screenshot_from_2024-03-01_11-38-52.png
|
|
| Attachment 8: Screenshot_from_2024-03-01_11-40-37.png
|
|
| Attachment 9: variables.dat
|
$variables
offset( 0) = 10.71
offset( 1) = 14.56
offset( 2) = -13.88
offset( 3) = -9.85
offset( 4) = -18.84
offset( 5) = -3.41
offset( 6) = 24.00
offset( 7) = 23.10
offset( 8) = -2.39
offset( 9) = -15.90
offset( 10) = 25.89
offset( 11) = -55.27
offset( 12) = 6.39
offset( 13) = -31.83
offset( 14) = 7.94
offset( 15) = 7.69
offset( 16) = 3.46
offset( 17) = -3.12
offset( 18) = 16.24
offset( 19) = -6.69
offset( 20) = 18.42
offset( 21) = -9999.99
offset( 22) = -22.39
offset( 23) = 1.94
offset( 24) = -11.29
offset( 25) = -5.55
offset( 26) = 7.88
offset( 27) = -4.32
offset( 28) = -7.79
offset( 29) = -13.60
offset( 30) = 2.61
offset( 31) = 14.95
offset( 32) = 4.43
offset( 33) = -9999.99
offset( 34) = -6.61
offset( 35) = -22.58
offset( 36) = -9999.99
offset( 37) = 11.90
offset( 38) = -9999.99
offset( 39) = -1.80
offset( 40) = -26.27
offset( 41) = -9999.99
offset( 42) = -1.99
offset( 43) = -3.66
offset( 44) = -9999.99
offset( 45) = 7.10
offset( 46) = -0.31
offset( 47) = 26.80
offset( 48) = -16.60
offset( 49) = -9999.99
offset( 50) = -9.08
offset( 51) = -10.53
offset( 52) = -28.24
offset( 53) = 13.09
offset( 54) = -12.42
offset( 55) = -22.52
offset( 56) = 3.27
offset( 57) = -26.47
offset( 58) = 7.17
offset( 59) = 5.31
offset( 60) = -29.79
offset( 61) = 19.75
offset( 62) = 2.12
offset( 63) = -22.37
offset( 64) = 3.02
offset( 65) = 1.74
offset( 66) = 23.39
offset( 67) = 43.87
offset( 68) = -15.18
offset( 69) = 11.78
offset( 70) = -14.59
offset( 71) = 1.89
offset( 72) = -15.75
offset( 73) = 25.22
offset( 74) = 7.83
offset( 75) = -9999.99
offset( 76) = 6.46
offset( 77) = 12.32
offset( 78) = 7.61
offset( 79) = -11.58
offset( 80) = 14.92
offset( 81) = -5.12
offset( 82) = -9999.99
offset( 83) = 13.14
offset( 84) = -13.39
offset( 85) = 29.08
offset( 86) = 9.65
offset( 87) = 5.07
offset( 88) = -29.50
offset( 89) = -9999.99
offset( 90) = -32.90
offset( 91) = -1.58
offset( 92) = 10.27
offset( 93) = 10.60
offset( 94) = 6.11
offset( 95) = -17.37
offset( 96) = -9999.99
offset( 97) = -15.29
offset( 98) = 5.60
offset( 99) = 18.18
offset( 100) = 6.95
offset( 101) = 34.63
offset( 102) = 24.44
offset( 103) = -9999.99
offset( 104) = 10.31
offset( 105) = 2.06
offset( 106) = 24.74
offset( 107) = 14.27
offset( 108) = -2.56
offset( 109) = -3.93
offset( 110) = -9999.99
offset( 111) = 8.74
offset( 112) = 10.62
offset( 113) = 8.13
offset( 114) = -9.11
offset( 115) = 28.90
offset( 116) = -22.43
offset( 117) = 15.39
offset( 118) = 8.35
offset( 119) = -9999.99
offset( 120) = 23.88
offset( 121) = -8.30
offset( 122) = -9999.99
offset( 123) = -22.34
offset( 124) = -3.13
offset( 125) = -9999.99
offset( 126) = -9999.99
offset( 127) = -9999.99
offset( 128) = -5.53
offset( 129) = 13.01
offset( 130) = 4.93
offset( 131) = -6.37
offset( 132) = -14.43
offset( 133) = -1.17
offset( 134) = -13.50
offset( 135) = -29.29
offset( 136) = 0.38
offset( 137) = -2.31
offset( 138) = 17.01
offset( 139) = -28.94
offset( 140) = -9.94
offset( 141) = 10.87
offset( 142) = -6.41
offset( 143) = -10.41
offset( 144) = 13.21
offset( 145) = 10.55
offset( 146) = -16.63
offset( 147) = -9.88
offset( 148) = 3.68
offset( 149) = -13.44
offset( 150) = 16.01
offset( 151) = -0.66
offset( 152) = -4.78
offset( 153) = 3.88
offset( 154) = 1.75
offset( 155) = 14.87
offset( 156) = 14.93
offset( 157) = -9999.99
offset( 158) = -1.27
offset( 159) = 11.46
offset( 160) = 1.60
offset( 161) = -17.07
offset( 162) = -9999.99
offset( 163) = -7.67
offset( 164) = 6.72
offset( 165) = -14.06
offset( 166) = -13.29
offset( 167) = -5.26
offset( 168) = 9.71
offset( 169) = -26.00
offset( 170) = -13.22
offset( 171) = 1.65
offset( 172) = -16.16
offset( 173) = 16.84
offset( 174) = 10.04
offset( 175) = -13.46
offset( 176) = -11.55
offset( 177) = 18.48
offset( 178) = 26.41
offset( 179) = 26.68
offset( 180) = 52.12
offset( 181) = -4.79
offset( 182) = 15.28
offset( 183) = 7.10
offset( 184) = 14.26
offset( 185) = 12.19
offset( 186) = -11.96
offset( 187) = 12.95
offset( 188) = -14.44
offset( 189) = -0.90
offset( 190) = 8.53
offset( 191) = 5.83
offset( 192) = 14.00
offset( 193) = 23.65
offset( 194) = 45.50
offset( 195) = 19.86
offset( 196) = 20.01
offset( 197) = -5.01
offset( 198) = 10.92
offset( 199) = 10.42
offset( 200) = -23.83
offset( 201) = -8.06
offset( 202) = -1.51
offset( 203) = 11.88
offset( 204) = -17.23
offset( 205) = 22.72
offset( 206) = -15.70
offset( 207) = 69.14
offset( 208) = -31.45
offset( 209) = 4.00
offset( 210) = 3.27
offset( 211) = -1.41
offset( 212) = 17.72
offset( 213) = -9.82
offset( 214) = 42.36
offset( 215) = -14.39
offset( 216) = -10.26
offset( 217) = 16.12
offset( 218) = -13.05
offset( 219) = 32.84
offset( 220) = 8.33
offset( 221) = -31.72
offset( 222) = -6.97
offset( 223) = 9.41
offset( 224) = 13.02
offset( 225) = -4.24
offset( 226) = 2.84
offset( 227) = 19.86
offset( 228) = 1.54
offset( 229) = -1.36
offset( 230) = -4.71
offset( 231) = -8.29
offset( 232) = 17.26
offset( 233) = -27.21
offset( 234) = 0.91
offset( 235) = 0.88
offset( 236) = 25.52
offset( 237) = -5.75
offset( 238) = -14.34
offset( 239) = -1.61
offset( 240) = 3.03
offset( 241) = 16.54
offset( 242) = -5.54
offset( 243) = -18.73
offset( 244) = 9.95
offset( 245) = 7.49
offset( 246) = 6.72
offset( 247) = -10.82
offset( 248) = 22.57
offset( 249) = 25.84
offset( 250) = 24.76
offset( 251) = 9.43
offset( 252) = -5.13
offset( 253) = 6.02
offset( 254) = 1.75
offset( 255) = 38.44
offset( 256) = -9999.99
offset( 257) = 4.87
offset( 258) = -9999.99
offset( 259) = -22.56
offset( 260) = 8.35
offset( 261) = 3.63
offset( 262) = -21.39
offset( 263) = 17.77
offset( 264) = -5.50
offset( 265) = -3.87
offset( 266) = 1.14
offset( 267) = -1.08
offset( 268) = 9.44
offset( 269) = 1.99
offset( 270) = -5.29
offset( 271) = 12.22
offset( 272) = 4.93
offset( 273) = -0.64
offset( 274) = 22.92
offset( 275) = -18.21
offset( 276) = 0.20
offset( 277) = -6.97
offset( 278) = 14.96
offset( 279) = 14.56
offset( 280) = 14.59
offset( 281) = -5.61
offset( 282) = 15.35
offset( 283) = -22.48
offset( 284) = 9.83
offset( 285) = 19.83
offset( 286) = -20.28
offset( 287) = 27.19
offset( 288) = 11.79
offset( 289) = -8.16
offset( 290) = 81.33
offset( 291) = -4.18
offset( 292) = -12.11
offset( 293) = -1.70
offset( 294) = -12.91
offset( 295) = 1.57
offset( 296) = -12.75
offset( 297) = -23.81
offset( 298) = 4.09
... 227 more lines ...
|
|
49
|
Thu Apr 11 15:28:10 2019 |
CA, OH, CB, TD | Offline analysis of 290319 files R13 and R16 | X projection of high energy channel ADC hits from R13 (attachment 1)
XY hit pattern from R13 (attachment 2)
-discontinuity observed
-possible timing issues or issues with Event Clustering
X projection of high energy channel ADC hits from R16 (attachment 3)
XY hit pattern from R16 (attachment 4)
-Beam was being diffused at this point, and tpcs were being calibrated.
-Gap between Y strips ~ 23 -> 30
High Energy Ey vs Ex plots from R13 and R16 (attachments 5 and 6 respectively) |
| Attachment 1: R13highEnergyhitpattern.pdf
|
|
| Attachment 2: R13highEnergyXYhitpattern.pdf
|
|
| Attachment 3: R16highEnergyhitpattern.pdf
|
|
| Attachment 4: R16highEnergyXYhitpattern.pdf
|
|
| Attachment 5: R13HighEnergyExEy.pdf
|
|
| Attachment 6: R16HighEnergyExEy.pdf
|
|
|
694
|
Wed Jan 15 11:58:08 2025 |
TD | Offline analysis data files S505 R3_9 - R3_128 (207Hg setting) |
Aanlysis data files R3_9 - R3_128 (207Hg setting)
Data file R3_9 first WR ts 0x16FB110A37376D88
GMT: Wednesday, June 22, 2022 10:13:43.562 PM
Your time zone: Wednesday, June 22, 2022 11:13:43.562 PM GMT+01:00 DST
Data file R3_69 first WR ts 0x16FB2286FAD71896
GMT: Thursday, June 23, 2022 3:34:11.118 AM
Your time zone: Thursday, June 23, 2022 4:34:11.118 AM GMT+01:00 DST
Data file R3_128 first WR ts 0x16FB35DF179BD866
GMT: Thursday, June 23, 2022 9:28:40.278 AM
Your time zone: Thursday, June 23, 2022 10:28:40.278 AM GMT+01:00 DST
Attachments 1-3 - analysis data files R3_9, R_69, and R3_128
max. *time averaged* deadtime FEE64 #1 (aida02) 15.7%, 8.6% and 15.6% respectively
all other FEE64 deadtimes < 2%
*** scaler( 1): 120442206 DSSSD#1 decay events LEC m_p = 1 and LEC m_n = 1, 151.2keV < ADC data < 1008keV *and* HEC m_p = HEC m_n = 0, ADC data > 151.2MeV
*** scaler( 2): 51126024 DSSSD#2 decay events LEC m_p = 1 and LEC m_n = 1, 151.2keV < ADC data < 1008keV *and* HEC m_p = HEC m_n = 0, ADC data > 151.2MeV
*** scaler( 3): 5630250 DSSSD#1 implant events HEC m_p > 0 and HEC m_n > 0, ADC data > 151.2MeV
*** scaler( 4): 4983984 DSSSD#2 implant events HEC m_p > 0 and HEC m_n > 0, ADC data > 151.2MeV
*** scaler( 5): 42439339 DSSSD#1 other events HEC m_p > 0 or HEC m_n > 0 *and* LEC m_p > 8 or LEC m_n > 8
*** scaler( 6): 22316289 DSSSD#2 other events HEC m_p > 0 or HEC m_n > 0 *and* LEC m_p > 8 or LEC m_n > 8
*** scaler( 7): 0
*** scaler( 8): 0
*** scaler( 9): 0
*** scaler(10): 2464294601 FEE64 #1 LEC data items
*** scaler(11): 7641292106
*** scaler(12): 3547670559
*** scaler(13): 6144404472
*** scaler(14): 637262222
*** scaler(15): 2302716728
*** scaler(16): 4511293677
*** scaler(17): 3857002960 FEE64 #8 LEC data items
*** scaler(18): 0
*** scaler(19): 0
*** scaler(20): 7697923 FEE64 #1 HEC data items
*** scaler(21): 7169894
*** scaler(22): 10028407
*** scaler(23): 3045622
*** scaler(24): 4246633
*** scaler(25): 5564911
*** scaler(26): 7196158
*** scaler(27): 1960591 FEE64 #8 HEC data items
*** scaler(28): 0
*** scaler(29): 0
*** scaler(30): 0
*** scaler(31): 0
*** scaler(32): 0
DSSSD#1 implant events
x=m_p=0 1334587
y=m_n=0 4860983
DSSSD#2 implant events
x=m_p=0 1159736
y=m_n=0 2757735
Attachment 4 - per DSSSD LEC E_p versus E_n - x and y-axes 20keV/channel
- LEC energy difference +/- 2000 channels (+/- 11200keV)
- Do not observe the off-axis energy correlations observed in the postrun background/calibration runs
- Do observe expected inter strip charge sharing and charge sharing at DSSSD active area boundary
All subsequent spectra LEC energy difference +/-20 channels (+/- 112keV)
Attachments 5-7 - per FEE64 LEC data item rates (Hz) 268ms/channel - common x and y scales
- no conditions
- 150keV < energy < 1500keV
- energy > 1500keV
Note structure in > 1500keV data not restricted to on spill
Attachments 8-10 - per FEE64 HEC data item rates (Hz) 268ms/channel - common x and y scales
- no conditions
- 100MeV < energy < 1000MeV
- energy > 1000MeV
Attachment 11 per DSSSD decay and implant rates (Hz) 268ms/channel =- common x and y scales
- significant on spill deadtime for DSSSD#1
Attachment 12 - per DSSSD LEC m_p versus m_n
- no conditions
- z_hec=1 (DSSSD#1) and z_hec=3 (DSSSD#2)
Attachment 13 - per DSSSD LEC p strip versus n strip
Attachment 14 - per DSSSD LEC E_p versus E_n - x and y axes 20keV/channel
Attachment 15 - per DSSSD per pixel time difference between successive LEC events (4.096us/channel)
- minimum time difference c. 4us
Attachment 16 - per DSSSD HEC m_p versus m_n
- many more m=0 observed cf. RIKEN data e.g. https://elog.ph.ed.ac.uk/AIDA/583
- more low energy HEC events?
Attachment 17 - per DSSSD HEC p strip versus n strip
- no conditions
- z_hec=1 (DSSSD#1) and z_hec=3 (DSSSD#2)
- z_hec=1 => implant stops in DSSSD#1
- z_hec=3 => implant hits DSSSD#1 and DSSSD#2 but does not necessarily stop in DSSSD#2
Attachment 18 - per DSSSD HEC E_p versus E_n - x and y axes 20MeV/channel
Attachment 19 - DSSSD#1 HEC E_p versus DSSSD#2 E_p - x and y axes 20MeV/channel
Attachment 20 - DSSSD#1 LEC E_p versus DSSSD#2 E_p - x and y axes 20keV/channel
- y=0 12816818
- x=0 7374435
- x>0 and y>0 2295693
Attachment 21 - per DSSSD per pixel time difference between successive HEC events (4.096us/channel)
- minimum time difference c. 36us which make sense - c. readout time of ASIC with all 16 channels active
- origin of 9 channel period spectrum structure?
Attachments 22-23 - per DSSSD per pixel time difference between HEC and LEC events (4.096us/channel)
Attachments 24 - per DSSSD per pixel time difference between HEC and LEC events (1s/channel)
- for ions stopped in DSSSD#1 or DSSSD'2 - no PID selection
- minimum time difference c. 88us
- effect of high on spill deadtime apparent per S100 analysis
Attachment 25 - per DSSSD per pixel time difference between HEC and LEC events (1s/channel) versus
- HEC energy
- LEC energy
- p and n strip
Attachment 26 - per DSSSD implant and decay event p strip - n strip time difference (2us/channel)
- wider distribution for implant events expected due to number of ASIC active channels in implant events
- most decay events +/-2us - lower ASIC occupancy for decay events so most events will be from same (or adjacent) clock cycle
Attachment 27 - per DSSSD decay event p strip - n strip time difference (2us/channel) versus decay (E_p - E_n) (20keV channel) |
| Attachment 1: R3_9.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 20656
ADC data format: 167972075 ( 847983.1 Hz)
Other data format: 1097285 ( 5539.5 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 794 ( 4.0 Hz)
RESUME: 793 ( 4.0 Hz)
SYNC100: 21394 ( 108.0 Hz)
WR48-63: 21394 ( 108.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1052910 ( 5315.5 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 290405 ( 1466.1 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 198.084 s
FEE elapsed dead time(s) elapsed idle time(s)
0 0.300 0.000
1 31.132 0.000
2 0.869 0.000
3 3.536 0.000
4 0.001 0.000
5 0.108 0.000
6 0.157 0.000
7 0.073 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 13716339 17472 0 0 25 25 1820 1820 0 13782 0 46978
1 39159612 10957 0 0 457 456 5022 5022 0 0 0 45173
2 20693073 268290 0 0 53 53 2641 2641 0 262902 0 61677
3 33985341 266701 0 0 182 182 4320 4320 0 257697 0 18991
4 3620137 906 0 0 1 1 452 452 0 0 0 26130
5 12686167 3294 0 0 28 28 1619 1619 0 0 0 34215
6 22242523 257563 0 0 28 28 2791 2791 0 251925 0 44896
7 21868883 272102 0 0 20 20 2729 2729 0 266604 0 12345
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 15.047s ( 1372.777 blocks/s, 85.799 Mb/s)
|
| Attachment 2: R3_128.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260500382 ( 683029.0 Hz)
Other data format: 1419618 ( 3722.2 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 995 ( 2.6 Hz)
RESUME: 995 ( 2.6 Hz)
SYNC100: 33421 ( 87.6 Hz)
WR48-63: 33421 ( 87.6 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1350786 ( 3541.7 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 304165 ( 797.5 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 381.390 s
FEE elapsed dead time(s) elapsed idle time(s)
0 7.726 0.000
1 32.620 0.000
2 0.268 0.000
3 2.352 0.000
4 0.000 0.000
5 0.018 0.000
6 0.191 0.000
7 0.007 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 27020397 33470 0 0 171 171 3538 3538 0 26052 0 72108
1 70509491 19838 0 0 649 649 9270 9270 0 0 0 43322
2 25595248 343140 0 0 48 48 3306 3306 0 336432 0 47964
3 43087191 344986 0 0 74 74 5493 5493 0 333852 0 26057
4 4643105 1204 0 0 0 0 602 602 0 0 0 28001
5 18101121 4580 0 0 9 9 2281 2281 0 0 0 30316
6 41488735 327203 0 0 39 39 5131 5131 0 316863 0 41967
7 30055094 345197 0 0 5 5 3800 3800 0 337587 0 14430
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 26.207s ( 1221.046 blocks/s, 76.315 Mb/s)
|
| Attachment 3: R3_69.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260136556 ( 817109.0 Hz)
Other data format: 1783444 ( 5601.9 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1193 ( 3.7 Hz)
RESUME: 1193 ( 3.7 Hz)
SYNC100: 33186 ( 104.2 Hz)
WR48-63: 33186 ( 104.2 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1714686 ( 5386.0 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 465695 ( 1462.8 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 318.362 s
FEE elapsed dead time(s) elapsed idle time(s)
0 0.277 0.000
1 49.537 0.000
2 0.739 0.000
3 6.304 0.000
4 0.000 0.000
5 0.184 0.000
6 0.280 0.000
7 0.034 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 21719834 27795 0 0 49 49 2783 2783 0 22131 0 76464
1 62193949 17584 0 0 707 707 8085 8085 0 0 0 68411
2 30630417 438786 0 0 77 77 3925 3925 0 430782 0 101110
3 52568475 429487 0 0 262 262 6724 6724 0 415515 0 29662
4 5873809 1474 0 0 0 0 737 737 0 0 0 42098
5 20399531 5188 0 0 27 27 2567 2567 0 0 0 56158
6 36994221 420854 0 0 55 55 4590 4590 0 411564 0 72312
7 29756320 442276 0 0 16 16 3775 3775 0 434694 0 19480
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 23.504s ( 1361.476 blocks/s, 85.092 Mb/s)
|
| Attachment 4: Screenshot_from_2025-01-14_16-54-08.png
|
|
| Attachment 5: Screenshot_from_2025-01-17_08-18-33.png
|
|
| Attachment 6: Screenshot_from_2025-01-17_08-19-43.png
|
|
| Attachment 7: Screenshot_from_2025-01-17_08-20-32.png
|
|
| Attachment 8: Screenshot_from_2025-01-17_08-21-17.png
|
|
| Attachment 9: Screenshot_from_2025-01-17_08-21-58.png
|
|
| Attachment 10: Screenshot_from_2025-01-17_08-22-35.png
|
|
| Attachment 11: Screenshot_from_2025-01-17_08-23-39.png
|
|
| Attachment 12: Screenshot_from_2025-01-17_08-24-53.png
|
|
| Attachment 13: Screenshot_from_2025-01-17_08-25-25.png
|
|
| Attachment 14: Screenshot_from_2025-01-17_08-25-57.png
|
|
| Attachment 15: Screenshot_from_2025-01-17_08-27-02.png
|
|
| Attachment 16: Screenshot_from_2025-01-17_08-27-34.png
|
|
| Attachment 17: Screenshot_from_2025-01-17_08-28-03.png
|
|
| Attachment 18: Screenshot_from_2025-01-17_08-28-48.png
|
|
| Attachment 19: Screenshot_from_2025-01-17_08-29-18.png
|
|
| Attachment 20: Screenshot_from_2025-01-17_08-29-49.png
|
|
| Attachment 21: Screenshot_from_2025-01-17_08-31-27.png
|
|
| Attachment 22: Screenshot_from_2025-01-17_08-31-57.png
|
|
| Attachment 23: Screenshot_from_2025-01-17_08-32-31.png
|
|
| Attachment 24: Screenshot_from_2025-01-17_08-33-29.png
|
|
| Attachment 25: Screenshot_from_2025-01-17_08-34-12.png
|
|
| Attachment 26: Screenshot_from_2025-01-17_08-35-12.png
|
|
| Attachment 27: Screenshot_from_2025-01-17_08-36-00.png
|
|
|
698
|
Wed Feb 12 10:46:01 2025 |
TD | Offline analysis data files S181 R4_351-396 | Analysis data files R4_351-396
Data file R4_351 first WR ts 0x17D7B4C72B0BA9C8
Converting hexadecimal timestamp to decimal: 1718040550378809900
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Monday, June 10, 2024 5:29:10.378 PM
Your time zone: Monday, June 10, 2024 6:29:10.378 PM GMT+01:00 DST
Relative: 8 months ago
Data file R4_396 first WR ts 0x17D7BE86408888E8
Converting hexadecimal timestamp to decimal: 1718051266682718500
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Monday, June 10, 2024 8:27:46.682 PM
Your time zone: Monday, June 10, 2024 9:27:46.682 PM GMT+01:00 DST
Relative: 8 months ago
Attachments 1-2 - analysis data files R4_351 and R4_396
max. *time averaged* deadtime FEE64 #7 (aida08) 1.7% and 1.7% respectively
all other FEE64 deadtimes < 1%
FEE64 configuration
FEE64 a b c
g h
d e f
a b c d e f g h
DSSSD#1 15 3 12 9 1 5 2 4
DSSSD#2 11 7 16 10 14 13 6 8
n+n Ohmic FEE64s 2, 4, 6, 8
Data analysis assumes
- all LEC ADC data channels with valid ADC offset included (1012 of 1024 channels)
LEC calibration ADC offset only
- no clustering
- no multiplex timestamp correction
- no p+n junction side - n+n Ohmic side correlation time gates
- FEE64 *not* DSSSD strip ordering
- hardware - slow comparator setting p+n junction FEE64s 100keV, n+n Ohmic FEE64s 150keV
- LEC energy difference +/- 11200keV (wide open for first pass analysis)
- HEC energy difference +/- 1.68GeV
- valid LEC events
p+n junction side multiplicity = 1 and n+n Ohmic side multiplicity = 1
LEC energy > 151keV
to select candidate beta and alpha events - will include light ions
standalone analysis of AIDA data, no downstream veto detector
- valid HEC events
p+n junction side multiplicity > 0 and n+n Ohmic side multiplicity > 0
(x,y) strips corresponding to maximum energy
p+n junction and n+n Ohmic side HEC
- HEC veto
p+n junction side multiplicity > 0 or n+n Ohmic side multiplicity > 0
- per pixel implant-decay correlations
- end of event
difference in WR timestamp between successive ADC data items > 2500 and overall event length < 33us
Number of events observed
*** scaler # 1 count: 35941696 DSSSD#1 decay events LEC m_p = 1 and LEC m_n = 1, ADC data > 151.2keV *and* HEC m_p = HEC m_n = 0, ADC data > 151.2MeV
*** scaler # 2 count: 31960753 DSSSD#2 decay events LEC m_p = 1 and LEC m_n = 1, ADC data > 151.2keV *and* HEC m_p = HEC m_n = 0, ADC data > 151.2MeV
*** scaler # 3 count: 1499844 DSSSD#1 implant events HEC m_p > 0 and HEC m_n > 0, ADC data > 151.2MeV
*** scaler # 4 count: 1297356 DSSSD#2 implant events HEC m_p > 0 and HEC m_n > 0, ADC data > 151.2MeV
*** scaler # 5 count: 5446969 DSSSD#1 other events HEC m_p > 0 or HEC m_n > 0 *and* LEC m_p > 8 or LEC m_n > 8
*** scaler # 6 count: 75030747 DSSSD#2 other events HEC m_p > 0 or HEC m_n > 0 *and* LEC m_p > 8 or LEC m_n > 8
DSSSD#1 implant events
x=m_p=0 ?
y=m_n=0 ?
DSSSD#2 implant events
x=m_p=0 ?
y=m_n=0 ?
Attachments 3-6 - per FEE64 LEC data item rates 268ms/channel - common x and y scales
- no conditions
- 150keV < energy < 1500keV
- energy > 1500keV
Some deadtime observed on spill, none observed off spill. No significant variation in per FEE64 LEC data rates.
Attachments 7-8 - per FEE64 LEC hit patterns
- 150keV < energy < 1500keV
- energy > 1500keV
Aside from usual hot channels at cable/DSSSD boundaries good hit pattern observed. For > 1500keV events observe flat field in x-plane, focussed in y-plane.
Attachments 9-11 - per FEE64 HEC data item rates 268ms/channel - common x and y scales
- no conditions
- 100MeV < energy < 1000MeV
- energy > 1000MeV
Note hot HEC channel in aida08 - should be disabled.
Attachment 12 - per DSSSD decay and implant rates 262us/channel - common x and y scales
Attachment 13 - per DSSSD LEC m_p versus m_n
- no conditions
Attachment 14 - per DSSSD LEC p strip versus n strip
- no conditions
Attachments 15-16 - per DSSSD LEC E_p versus E_n - x and y-axes 20keV/channel
- LEC energy difference +/- 2000 channels (+/- 11200keV)
Attachments 17-18 - per DSSSD p strip versus n strip
- HEC-LEC time difference <1s
- HEC-LEC time difference <100s
Attachment 19 - per DSSSD HEC m_p versus m_n
Attachment 20 - per DSSSD HEC p strip versus n strip
- no conditions
- z_hec=1 => implant stops in DSSSD#1
- z_hec=3 => implant hits DSSSD#1 and DSSSD#2 but does not necessarily stop in DSSSD#2
Attachment 21 - per DSSSD HEC E_p versus E_n - x and y axes 20MeV/channel
Attachment 22 - DSSSD#1 HEC E_p versus DSSSD#2 HEC E_p - x and y axes 20MeV/channel
- few events stop in DSSSD#2
- most events lower Z and A - fission fragments?
Attachment 23 - per DSSSD per pixel HEC-LEC time difference 4.096us/channel
- events observed to <<100us
Attachment 24 - per DSSSD per pixel HEC-LEC time difference (1s/channel) versus LEC energy (20keV/channel)
- alpha events long lived
- some evidence of effect of on spill deadtime in implant-decay correlations (cf. S100 and S505)
Attachment 25 - per DSSSD implant and decay event p strip - n strip time difference (2us/channel)
- wider distribution for implant events as expected due to number of ASIC active channels in implant events
- most decay events +/-2us - lower ASIC occupancy for decay events so most events will be from same (or adjacent) clock cycle |
| Attachment 1: R4_396.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 256709815 ( 1065042.5 Hz)
Other data format: 5210185 ( 21616.1 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 653 ( 2.7 Hz)
RESUME: 653 ( 2.7 Hz)
SYNC100: 32897 ( 136.5 Hz)
WR48-63: 32897 ( 136.5 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 5143085 ( 21337.7 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 639531 ( 2653.3 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 241.032 s
FEE elapsed dead time(s) elapsed idle time(s)
0 0.000 0.000
1 0.017 0.000
2 0.000 0.000
3 0.848 0.000
4 0.000 0.000
5 0.227 0.000
6 0.000 0.000
7 4.199 0.000
8 0.000 0.000
9 1.796 0.000
10 0.020 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.823 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 3315802 8090 0 0 0 0 430 430 0 7230 0 9958
1 8650533 2148 0 0 3 3 1071 1071 0 0 0 24316
2 7128165 1944546 0 0 0 0 1082 1082 0 1942382 0 12931
3 24378546 6508 0 0 152 152 3102 3102 0 0 0 19563
4 2929004 400994 0 0 0 0 424 424 0 400146 0 12707
5 19313956 4950 0 0 45 45 2430 2430 0 0 0 22052
6 5646509 333129 0 0 0 0 723 723 0 331683 0 12637
7 62853684 16350 0 0 195 195 7980 7980 0 0 0 436912
8 8105988 2098 0 0 0 0 1049 1049 0 0 0 14497
9 45373582 1939538 0 0 183 183 6118 6118 0 1926936 0 14193
10 14519870 3442 0 0 13 13 1708 1708 0 0 0 8558
11 2400015 535424 0 0 0 0 358 358 0 534708 0 14419
12 4828613 1128 0 0 0 0 564 564 0 0 0 8079
13 7222020 1834 0 0 0 0 917 917 0 0 0 12852
14 3474619 796 0 0 0 0 398 398 0 0 0 8899
15 36568909 9210 0 0 62 62 4543 4543 0 0 0 6958
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 26.098s ( 1226.164 blocks/s, 76.635 Mb/s)
|
| Attachment 2: R4_351.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 256848692 ( 1048248.2 Hz)
Other data format: 5071308 ( 20697.0 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 624 ( 2.5 Hz)
RESUME: 624 ( 2.5 Hz)
SYNC100: 32913 ( 134.3 Hz)
WR48-63: 32913 ( 134.3 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 5004234 ( 20423.2 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 629529 ( 2569.2 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 245.027 s
FEE elapsed dead time(s) elapsed idle time(s)
0 0.000 0.000
1 0.032 0.000
2 0.000 0.000
3 0.744 0.000
4 0.000 0.000
5 0.181 0.000
6 0.000 0.000
7 4.062 0.000
8 0.000 0.000
9 1.739 0.000
10 0.001 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 1.087 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 3260523 8194 0 0 0 0 422 422 0 7350 0 9200
1 8620748 2224 0 0 6 6 1106 1106 0 0 0 21909
2 7063739 1926312 0 0 0 0 1116 1116 0 1924080 0 12003
3 24732934 6660 0 0 134 134 3196 3196 0 0 0 17638
4 2925688 370692 0 0 0 0 405 405 0 369882 0 11429
5 18974781 4842 0 0 34 34 2387 2387 0 0 0 20060
6 5599469 300187 0 0 0 0 782 782 0 298623 0 11800
7 63229156 16356 0 0 190 190 7988 7988 0 0 0 445010
8 7941245 2048 0 0 0 0 1024 1024 0 0 0 13314
9 45626532 1921841 0 0 173 173 5873 5873 0 1909749 0 13056
10 14656402 3672 0 0 3 3 1833 1833 0 0 0 7698
11 2320422 495242 0 0 0 0 346 346 0 494550 0 12993
12 4691764 1142 0 0 0 0 571 571 0 0 0 7316
13 6904909 1676 0 0 0 0 838 838 0 0 0 11812
14 3448942 796 0 0 0 0 398 398 0 0 0 7967
15 36851438 9424 0 0 84 84 4628 4628 0 0 0 6324
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 25.203s ( 1269.684 blocks/s, 79.355 Mb/s)
|
| Attachment 3: Screenshot_from_2025-02-12_08-46-38.png
|
|
| Attachment 4: Screenshot_from_2025-02-12_08-49-32.png
|
|
| Attachment 5: Screenshot_from_2025-02-12_08-50-20.png
|
|
| Attachment 6: Screenshot_from_2025-02-12_08-51-24.png
|
|
| Attachment 7: Screenshot_from_2025-02-12_08-52-57.png
|
|
| Attachment 8: Screenshot_from_2025-02-12_08-53-59.png
|
|
| Attachment 9: Screenshot_from_2025-02-12_08-55-27.png
|
|
| Attachment 10: Screenshot_from_2025-02-12_08-56-03.png
|
|
| Attachment 11: Screenshot_from_2025-02-12_08-56-46.png
|
|
| Attachment 12: Screenshot_from_2025-02-12_08-59-46.png
|
|
| Attachment 13: Screenshot_from_2025-02-12_09-01-08.png
|
|
| Attachment 14: Screenshot_from_2025-02-12_09-01-49.png
|
|
| Attachment 15: Screenshot_from_2025-02-12_09-02-30.png
|
|
| Attachment 16: Screenshot_from_2025-02-12_09-03-06.png
|
|
| Attachment 17: Screenshot_from_2025-02-12_09-04-27.png
|
|
| Attachment 18: Screenshot_from_2025-02-12_09-05-33.png
|
|
| Attachment 19: Screenshot_from_2025-02-12_09-06-04.png
|
|
| Attachment 20: Screenshot_from_2025-02-12_09-06-54.png
|
|
| Attachment 21: Screenshot_from_2025-02-12_09-07-25.png
|
|
| Attachment 22: Screenshot_from_2025-02-12_09-08-02.png
|
|
| Attachment 23: Screenshot_from_2025-02-12_09-08-47.png
|
|
| Attachment 24: Screenshot_from_2025-02-12_09-10-29.png
|
|
| Attachment 25: Screenshot_from_2025-02-12_09-12-14.png
|
|
|
748
|
Sat Apr 11 16:34:53 2026 |
TD | Offline analysis data files R9_85-R9_199 (84Mo setting) contd. |
Attachment 1 - file of 82Nb implant and decay timestamps provided by Giorgio Bruni Campanella Spezza
*First line
1740183075502645760,1740183075561919830,59274070
Implant timestamp
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:11:15.502 AM
Your time zone: Saturday, February 22, 2025 at 12:11:15.502 AM GMT+00:00
Relative: Last year
Decay timestamp
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:11:15.561 AM
Your time zone: Saturday, February 22, 2025 at 12:11:15.561 AM GMT+00:00
Relative: Last year
*Last line
1740221353576353792,1740221353792119830,215766038
Implant timestamp
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 10:49:13.576 AM
Your time zone: Saturday, February 22, 2025 at 10:49:13.576 AM GMT+00:00
Relative: Last year
Decay timestamp
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 10:49:13.792 AM
Your time zone: Saturday, February 22, 2025 at 10:49:13.792 AM GMT+00:00
Relative: Last year
By comparison https://elog.ph.ed.ac.uk/DESPEC/700 first and last timestamps are
"Start 00:43 22.2.25 https://elog.gsi.de/despec/G-24-00302/57
AIDA data file R9_85
Converting hexadecimal timestamp to decimal: 1740181266259754800
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Friday, February 21, 2025 11:41:06.259 PM
Your time zone: Friday, February 21, 2025 11:41:06.259 PM GMT+00:00
End 12:56 22.2.25 https://elog.gsi.de/despec/G-24-00302/85 (start of next degrader setting)
AIDA data file R9_199
Converting hexadecimal timestamp to decimal: 1740224934731157800
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 11:48:54.731 AM
Your time zone: Saturday, February 22, 2025 11:48:54.731 AM GMT+00:00"
For the timestamps provided by Giorgio, the earliest timestamps follow my analysis (by c. 30 mins) and the latest timestamps precede my analysis (by c. 59 mins).
First timestamp of file R9_95 0x182661352ADD06E0
Converting hexadecimal timestamp to decimal: 1740185187005564700
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:46:27.005 AM
Your time zone: Saturday, February 22, 2025 at 12:46:27.005 AM GMT+00:00
Relative: Last year
td@carrot:/storage/npstore01/data/GSI/DESPEC/FEB25$ ~/analyser v /tmp/R9_95 | more
*** TDR format 3.3.0 analyser - TD - May 2021
verbose
*** WR48-64 timestamp: block: 1 ptr: 7 data: 0x84501826 module: 4 information type: 5 information field: 0x00001826 ts: 0x182600000ADD06E0******
*** SYNC100 timestamp: block: 1 ptr: 9 data: 0x84461352 module: 4 information type: 4 information field: 0x00061352 ts: 0x182661352ADD06E0******
*** MBS information: block: 1 ptr: 11 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x182661352ADD06E0 0
*** MBS information: block: 1 ptr: 13 data: 0x84800992 module: 4 information type: 8 information index: 0 MBS data:0992 ts: 0x182661352ADD07DA 250
*** MBS information: block: 1 ptr: 15 data: 0x8481A7EB module: 4 information type: 8 information index: 1 MBS data:A7EB ts: 0x182661352ADD07DA 0
*** MBS information: block: 1 ptr: 17 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x182661352ADD07DA 0
*** MBS information: block: 1 ptr: 19 data: 0x84800993 module: 4 information type: 8 information index: 0 MBS data:0993 ts: 0x182661352ADD0866 140
*** MBS information: block: 1 ptr: 21 data: 0x8481A7EB module: 4 information type: 8 information index: 1 MBS data:A7EB ts: 0x182661352ADD0866 0
*** MBS information: block: 1 ptr: 23 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x182661352ADD0866 0
*** MBS information: block: 1 ptr: 25 data: 0x84800994 module: 4 information type: 8 information index: 0 MBS data:0994 ts: 0x182661352ADD094C 230
*** MBS information: block: 1 ptr: 27 data: 0x8481A7EB module: 4 information type: 8 information index: 1 MBS data:A7EB ts: 0x182661352ADD094C 0
*** MBS information: block: 1 ptr: 29 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x182661352ADD094C 0
*** ADC data: block: 1 ptr: 31 data: 0xC0CB8141 module: 3 fail: 0 range: 0 id: 203 channel: 11 adc: 33089 ts: 0x182661352ADD0B86 570
*** ADC data: block: 1 ptr: 33 data: 0xC0D680DA module: 3 fail: 0 range: 0 id: 214 channel: 22 adc: 32986 ts: 0x182661352ADD0B86 0
*** ADC data: block: 1 ptr: 35 data: 0xC0EA81B3 module: 3 fail: 0 range: 0 id: 234 channel: 42 adc: 33203 ts: 0x182661352ADD0B86 0
*** Line 62 1740185196333765888,1740185196778301830,444535942
Implant timestamp 1740185196333765888
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:46:36.333 AM
Your time zone: Saturday, February 22, 2025 at 12:46:36.333 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185196778301830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:46:36.778 AM
Your time zone: Saturday, February 22, 2025 at 12:46:36.778 AM GMT+00:00
Relative: Last year
*** ADC data: block: 650 ptr: 7287 data: 0xC045C9EE module: 1 fail: 0 range: 0 id: 69 channel: 5 adc: 51694 ts: 0x1826613756DE0CF6 4000
*** ADC data: block: 650 ptr: 7289 data: 0xC0468D69 module: 1 fail: 0 range: 0 id: 70 channel: 6 adc: 36201 ts: 0x1826613756DE14C6 2000
*** ADC data: block: 650 ptr: 7291 data: 0xC05088C9 module: 1 fail: 0 range: 0 id: 80 channel: 16 adc: 35017 ts: 0x1826613756DE14C6 0
*** ADC data: block: 650 ptr: 7293 data: 0xC0C085A6 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 34214 ts: 0x1826613756DE14C6 0
*** ADC data: block: 650 ptr: 7295 data: 0xC2107C08 module: 8 fail: 0 range: 0 id: 528 channel: 16 adc: 31752 ts: 0x1826613756DE14C6 0
*** ADC data: block: 650 ptr: 7297 data: 0xC0478D34 module: 1 fail: 0 range: 0 id: 71 channel: 7 adc: 36148 ts: 0x1826613756DE1C96 2000
*** ADC data: block: 650 ptr: 7299 data: 0xC0518948 module: 1 fail: 0 range: 0 id: 81 channel: 17 adc: 35144 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7301 data: 0xC0C186F4 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 34548 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7303 data: 0xC0D9823E module: 3 fail: 0 range: 0 id: 217 channel: 25 adc: 33342 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7305 data: 0xC0E081A1 module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 33185 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7307 data: 0xC2117B97 module: 8 fail: 0 range: 0 id: 529 channel: 17 adc: 31639 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7309 data: 0xC048FFFF module: 1 fail: 0 range: 0 id: 72 channel: 8 adc: 65535 ts: 0x1826613756DE2466 2000
*** ADC data: block: 650 ptr: 7311 data: 0xC0528A9A module: 1 fail: 0 range: 0 id: 82 channel: 18 adc: 35482 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7313 data: 0xC06082B5 module: 1 fail: 0 range: 0 id: 96 channel: 32 adc: 33461 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7315 data: 0xC0C38467 module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 33895 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7317 data: 0xC21279D6 module: 8 fail: 0 range: 0 id: 530 channel: 18 adc: 31190 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7319 data: 0xD04993E6 module: 1 fail: 0 range: 1 id: 73 channel: 9 adc: 37862 ts: 0x1826613756DE2C36 2000
*** ADC data: block: 650 ptr: 7321 data: 0xC0538675 module: 1 fail: 0 range: 0 id: 83 channel: 19 adc: 34421 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7323 data: 0xC06181EF module: 1 fail: 0 range: 0 id: 97 channel: 33 adc: 33263 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7325 data: 0xC0C5839D module: 3 fail: 0 range: 0 id: 197 channel: 5 adc: 33693 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7327 data: 0xC0F6827E module: 3 fail: 0 range: 0 id: 246 channel: 54 adc: 33406 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7329 data: 0xC2137244 module: 8 fail: 0 range: 0 id: 531 channel: 19 adc: 29252 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7331 data: 0xC2287EB0 module: 8 fail: 0 range: 0 id: 552 channel: 40 adc: 32432 ts: 0x1826613756DE2C36 0
Implant timestamp dec 1740185196333765888 = 0x1826 6137 56DE 1500 *not found* (see extract above)
*** ADC data: block: 716 ptr: 4425 data: 0xC0C78902 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 35074 ts: 0x18266137715D0276 2080
*** ADC data: block: 716 ptr: 4427 data: 0xC25E7EA1 module: 9 fail: 0 range: 0 id: 606 channel: 30 adc: 32417 ts: 0x18266137715D0276 0
*** ADC data: block: 716 ptr: 4429 data: 0xC07780AA module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 32938 ts: 0x18266137715D19E6 6000
*** ADC data: block: 716 ptr: 4431 data: 0xC25D7FB9 module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 32697 ts: 0x18266137715D19E6 0
*** ADC data: block: 716 ptr: 4433 data: 0xC049826D module: 1 fail: 0 range: 0 id: 73 channel: 9 adc: 33389 ts: 0x18266137715D2986 4000
*** ADC data: block: 716 ptr: 4435 data: 0xC2167DEC module: 8 fail: 0 range: 0 id: 534 channel: 22 adc: 32236 ts: 0x18266137715D2986 0
*** ADC data: block: 716 ptr: 4437 data: 0xC39A7DBD module: 14 fail: 0 range: 0 id: 922 channel: 26 adc: 32189 ts: 0x18266137715D3926 4000
*** ADC data: block: 716 ptr: 4439 data: 0xC05681E1 module: 1 fail: 0 range: 0 id: 86 channel: 22 adc: 33249 ts: 0x18266137715D40F6 2000
*** ADC data: block: 716 ptr: 4441 data: 0xC0C78826 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 34854 ts: 0x18266137715D96E6 22000
*** ADC data: block: 716 ptr: 4443 data: 0xC25D7D3C module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 32060 ts: 0x18266137715DAE56 6000
*** ADC data: block: 716 ptr: 4445 data: 0xC0C680CC module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 32972 ts: 0x18266137715DCD96 8000
*** ADC data: block: 716 ptr: 4447 data: 0xC0C97FF3 module: 3 fail: 0 range: 0 id: 201 channel: 9 adc: 32755 ts: 0x18266137715DF4A6 10000
*** ADC data: block: 716 ptr: 4449 data: 0xC0C880EE module: 3 fail: 0 range: 0 id: 200 channel: 8 adc: 33006 ts: 0x18266137715E1BB6 10000
*** ADC data: block: 716 ptr: 4451 data: 0xC0C7891D module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 35101 ts: 0x18266137715E3326 6000
*** ADC data: block: 716 ptr: 4453 data: 0xC0D78099 module: 3 fail: 0 range: 0 id: 215 channel: 23 adc: 32921 ts: 0x18266137715E42C6 4000
*** ADC data: block: 716 ptr: 4455 data: 0xC0FB7FC5 module: 3 fail: 0 range: 0 id: 251 channel: 59 adc: 32709 ts: 0x18266137715E42C6 0
*** ADC data: block: 716 ptr: 4457 data: 0xC25D7BD1 module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 31697 ts: 0x18266137715E42C6 0
*** ADC data: block: 716 ptr: 4459 data: 0xC268807C module: 9 fail: 0 range: 0 id: 616 channel: 40 adc: 32892 ts: 0x18266137715E42C6 0
Decay timestamp dec 1740185196778301830 = 0x1826 6137 715D 2986 *found* (see extract above)
*** Lines 63-64
1740185296733459712,1740185297000433830,266974118
1740185296733459712,1740185297042501830,309042118
Implant timestamp 1740185296733459712
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:48:16.733 AM
Your time zone: Saturday, February 22, 2025 at 12:48:16.733 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185297000433830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:48:17 AM
Your time zone: Saturday, February 22, 2025 at 12:48:17 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185297042501830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:48:17.042 AM
Your time zone: Saturday, February 22, 2025 at 12:48:17.042 AM GMT+00:00
Relative: Last year
*** FEE64 discriminator: block: 9027 ptr: 1457 data: 0x83610020 module: 3 information type: 6 information field: 0x00010020 ts: 0x1826614EB727A088 450
*** FEE64 discriminator: block: 9027 ptr: 1459 data: 0x83610020 module: 3 information type: 6 information field: 0x00010020 ts: 0x1826614EB727A0EC 100
*** ADC data: block: 9027 ptr: 1461 data: 0xC04E805E module: 1 fail: 0 range: 0 id: 78 channel: 14 adc: 32862 ts: 0x1826614EB727A696 1450
*** ADC data: block: 9027 ptr: 1463 data: 0xC0778192 module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 33170 ts: 0x1826614EB727A696 0
*** ADC data: block: 9027 ptr: 1465 data: 0xC0C48111 module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 33041 ts: 0x1826614EB727A696 0
*** ADC data: block: 9027 ptr: 1467 data: 0xC0817D7E module: 2 fail: 0 range: 0 id: 129 channel: 1 adc: 32126 ts: 0x1826614EB727AE66 2000
*** FEE64 discriminator: block: 9027 ptr: 1469 data: 0x83610020 module: 3 information type: 6 information field: 0x00010020 ts: 0x1826614EB727B10E 680
*** FEE64 discriminator: block: 9027 ptr: 1471 data: 0x83610020 module: 3 information type: 6 information field: 0x00010020 ts: 0x1826614EB727B190 130
*** ADC data: block: 9027 ptr: 1473 data: 0xC0C7BAEB module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 47851 ts: 0x1826614EB727BE06 3190
*** ADC data: block: 9027 ptr: 1475 data: 0xC0367B50 module: 0 fail: 0 range: 0 id: 54 channel: 54 adc: 31568 ts: 0x1826614EB727CDA6 4000
*** ADC data: block: 9027 ptr: 1477 data: 0xC041933D module: 1 fail: 0 range: 0 id: 65 channel: 1 adc: 37693 ts: 0x1826614EB727CDA6 0
*** ADC data: block: 9027 ptr: 1479 data: 0xC0017DAA module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32170 ts: 0x1826614EB727D576 2000
*** ADC data: block: 9027 ptr: 1481 data: 0xC037222D module: 0 fail: 0 range: 0 id: 55 channel: 55 adc: 8749 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1483 data: 0xC04390A6 module: 1 fail: 0 range: 0 id: 67 channel: 3 adc: 37030 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1485 data: 0xC0508B0D module: 1 fail: 0 range: 0 id: 80 channel: 16 adc: 35597 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1487 data: 0xC0827BFF module: 2 fail: 0 range: 0 id: 130 channel: 2 adc: 31743 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1489 data: 0xC0A07C1A module: 2 fail: 0 range: 0 id: 160 channel: 32 adc: 31770 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1491 data: 0xC0B07C9F module: 2 fail: 0 range: 0 id: 176 channel: 48 adc: 31903 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1493 data: 0xC0C0936A module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 37738 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1495 data: 0xC0D093A7 module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 37799 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1497 data: 0xC0F09047 module: 3 fail: 0 range: 0 id: 240 channel: 48 adc: 36935 ts: 0x1826614EB727D576 0
*** ADC data: block: 9027 ptr: 1499 data: 0xC0027D0B module: 0 fail: 0 range: 0 id: 2 channel: 2 adc: 32011 ts: 0x1826614EB727DD46 2000
*** ADC data: block: 9027 ptr: 1501 data: 0xC0107C1E module: 0 fail: 0 range: 0 id: 16 channel: 16 adc: 31774 ts: 0x1826614EB727DD46 0
*** ADC data: block: 9027 ptr: 1503 data: 0xC0207BCB module: 0 fail: 0 range: 0 id: 32 channel: 32 adc: 31691 ts: 0x1826614EB727DD46 0
*** ADC data: block: 9027 ptr: 1505 data: 0xC0387BE3 module: 0 fail: 0 range: 0 id: 56 channel: 56 adc: 31715 ts: 0x1826614EB727DD46 0
*** ADC data: block: 9027 ptr: 1507 data: 0xC0448F2A module: 1 fail: 0 range: 0 id: 68 channel: 4 adc: 36650 ts: 0x1826614EB727DD46 0
Implant timestamp dec 1740185296733459712 = 0x1826 614E B727 D500 *not found* (see extract above)
*** ADC data: block: 9044 ptr: 11099 data: 0xC0CF83B8 module: 3 fail: 0 range: 0 id: 207 channel: 15 adc: 33720 ts: 0x1826614EC71132B6 2000
*** ADC data: block: 9044 ptr: 11101 data: 0xC048807D module: 1 fail: 0 range: 0 id: 72 channel: 8 adc: 32893 ts: 0x1826614EC7113A86 2000
*** ADC data: block: 9044 ptr: 11103 data: 0xC0D281F2 module: 3 fail: 0 range: 0 id: 210 channel: 18 adc: 33266 ts: 0x1826614EC7114256 2000
*** ADC data: block: 9044 ptr: 11105 data: 0xC0C27E01 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 32257 ts: 0x1826614EC7114A26 2000
*** ADC data: block: 9044 ptr: 11107 data: 0xC0D380E5 module: 3 fail: 0 range: 0 id: 211 channel: 19 adc: 32997 ts: 0x1826614EC7114A26 0
*** ADC data: block: 9044 ptr: 11109 data: 0xC0C385E2 module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 34274 ts: 0x1826614EC71151F6 2000
*** ADC data: block: 9044 ptr: 11111 data: 0xC0DA80C0 module: 3 fail: 0 range: 0 id: 218 channel: 26 adc: 32960 ts: 0x1826614EC71151F6 0
*** ADC data: block: 9044 ptr: 11113 data: 0xC0817CCB module: 2 fail: 0 range: 0 id: 129 channel: 1 adc: 31947 ts: 0x1826614EC7116196 4000
*** ADC data: block: 9044 ptr: 11115 data: 0xC0C083A3 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33699 ts: 0x1826614EC7116966 2000
*** ADC data: block: 9044 ptr: 11117 data: 0xC0C18930 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 35120 ts: 0x1826614EC7117136 2000
*** ADC data: block: 9044 ptr: 11119 data: 0xC0C484DA module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 34010 ts: 0x1826614EC7117906 2000
*** ADC data: block: 9044 ptr: 11121 data: 0xC0B77D64 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32100 ts: 0x1826614EC71188A6 4000
*** ADC data: block: 9044 ptr: 11123 data: 0xC0C88087 module: 3 fail: 0 range: 0 id: 200 channel: 8 adc: 32903 ts: 0x1826614EC7119076 2000
*** ADC data: block: 9044 ptr: 11125 data: 0xC0E58271 module: 3 fail: 0 range: 0 id: 229 channel: 37 adc: 33393 ts: 0x1826614EC711AFB6 8000
*** ADC data: block: 9044 ptr: 11127 data: 0xC0CC80CA module: 3 fail: 0 range: 0 id: 204 channel: 12 adc: 32970 ts: 0x1826614EC711B786 2000
*** ADC data: block: 9044 ptr: 11129 data: 0xC0C28A6E module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35438 ts: 0x1826614EC711DE96 10000
*** ADC data: block: 9044 ptr: 11131 data: 0xC0C080EC module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33004 ts: 0x1826614EC711F606 6000
*** ADC data: block: 9044 ptr: 11133 data: 0xC0C68281 module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 33409 ts: 0x1826614EC7121D16 10000
*** ADC data: block: 9044 ptr: 11135 data: 0xC0C77EE9 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 32489 ts: 0x1826614EC71224E6 2000
*** ADC data: block: 9044 ptr: 11137 data: 0xC26B80EA module: 9 fail: 0 range: 0 id: 619 channel: 43 adc: 33002 ts: 0x1826614EC7123486 4000
*** ADC data: block: 9044 ptr: 11139 data: 0xC0CA85D0 module: 3 fail: 0 range: 0 id: 202 channel: 10 adc: 34256 ts: 0x1826614EC7123C56 2000
*** ADC data: block: 9044 ptr: 11141 data: 0xC0E581B1 module: 3 fail: 0 range: 0 id: 229 channel: 37 adc: 33201 ts: 0x1826614EC7124426 2000
*** ADC data: block: 9044 ptr: 11143 data: 0xC05280E7 module: 1 fail: 0 range: 0 id: 82 channel: 18 adc: 32999 ts: 0x1826614EC71253C6 4000
*** ADC data: block: 9044 ptr: 11145 data: 0xC0C3875D module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 34653 ts: 0x1826614EC71253C6 0
*** ADC data: block: 9044 ptr: 11147 data: 0xC0C488C3 module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 35011 ts: 0x1826614EC7125B96 2000
*** ADC data: block: 9044 ptr: 11149 data: 0xC0C587C6 module: 3 fail: 0 range: 0 id: 197 channel: 5 adc: 34758 ts: 0x1826614EC7126366 2000
Decay timestamp dec 1740185297000433830 = 0x1826 614E C711 88A6 *found* (see extract above)
*** Lines 65-69
1740185379302607872,1740185379482305830,179697958
1740185379302607872,1740185379482343830,179735958
1740185379302607872,1740185379590269830,287661958
1740185379302607872,1740185379675599830,372991958
1740185379302607872,1740185379716177830,413569958
Implant timestamp 1740185379302607872
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:49:39.302 AM
Your time zone: Saturday, February 22, 2025 at 12:49:39.302 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185379482305830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:49:39.482 AM
Your time zone: Saturday, February 22, 2025 at 12:49:39.482 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185379716177830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:49:39.716 AM
Your time zone: Saturday, February 22, 2025 at 12:49:39.716 AM GMT+00:00
Relative: Last year
*** ADC data: block: 15794 ptr: 8069 data: 0xC0C28984 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35204 ts: 0x18266161F0A8DCF6 3210
*** ADC data: block: 15794 ptr: 8071 data: 0xC052810A module: 1 fail: 0 range: 0 id: 82 channel: 18 adc: 33034 ts: 0x18266161F0A8E4C6 2000
*** ADC data: block: 15794 ptr: 8073 data: 0xC0C0AD27 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 44327 ts: 0x18266161F0A90406 8000
*** ADC data: block: 15794 ptr: 8075 data: 0xC0FA8252 module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 33362 ts: 0x18266161F0A90406 0
*** ADC data: block: 15794 ptr: 8077 data: 0xC23C7DFB module: 8 fail: 0 range: 0 id: 572 channel: 60 adc: 32251 ts: 0x18266161F0A90406 0
*** ADC data: block: 15794 ptr: 8079 data: 0xC0408972 module: 1 fail: 0 range: 0 id: 64 channel: 0 adc: 35186 ts: 0x18266161F0A90BD6 2000
*** ADC data: block: 15794 ptr: 8081 data: 0xC0538229 module: 1 fail: 0 range: 0 id: 83 channel: 19 adc: 33321 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8083 data: 0xC07789FF module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 35327 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8085 data: 0xC0B07BDE module: 2 fail: 0 range: 0 id: 176 channel: 48 adc: 31710 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8087 data: 0xD0C18A3E module: 3 fail: 0 range: 1 id: 193 channel: 1 adc: 35390 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8089 data: 0xC0E08186 module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 33158 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8091 data: 0xC0FC82A8 module: 3 fail: 0 range: 0 id: 252 channel: 60 adc: 33448 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8093 data: 0xC3807E22 module: 14 fail: 0 range: 0 id: 896 channel: 0 adc: 32290 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8095 data: 0xC3A07F54 module: 14 fail: 0 range: 0 id: 928 channel: 32 adc: 32596 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8097 data: 0xC3BB7E23 module: 14 fail: 0 range: 0 id: 955 channel: 59 adc: 32291 ts: 0x18266161F0A90BD6 0
*** ADC data: block: 15794 ptr: 8099 data: 0xC0237DE4 module: 0 fail: 0 range: 0 id: 35 channel: 35 adc: 32228 ts: 0x18266161F0A913A6 2000
*** ADC data: block: 15794 ptr: 8101 data: 0xC041FFFF module: 1 fail: 0 range: 0 id: 65 channel: 1 adc: 65535 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8103 data: 0xC05681EF module: 1 fail: 0 range: 0 id: 86 channel: 22 adc: 33263 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8105 data: 0xC0937EEA module: 2 fail: 0 range: 0 id: 147 channel: 19 adc: 32490 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8107 data: 0xC0A07E87 module: 2 fail: 0 range: 0 id: 160 channel: 32 adc: 32391 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8109 data: 0xC0B17B77 module: 2 fail: 0 range: 0 id: 177 channel: 49 adc: 31607 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8111 data: 0xC0C38182 module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 33154 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8113 data: 0xC0D08031 module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 32817 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8115 data: 0xC0E2813F module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 33087 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8117 data: 0xC0FE820F module: 3 fail: 0 range: 0 id: 254 channel: 62 adc: 33295 ts: 0x18266161F0A913A6 0
*** ADC data: block: 15794 ptr: 8119 data: 0xC3817DFB module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32251 ts: 0x18266161F0A913A6 0
Implant timestamp (dec) 1740185379302607872 = 0x1826 6161 F0A9 0C00 *not found* (see extract above)
*** ADC data: block: 15805 ptr: 8809 data: 0xC0E280A2 module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 32930 ts: 0x18266161FB5E5176 8000
*** ADC data: block: 15805 ptr: 8811 data: 0xC0C287A0 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 34720 ts: 0x18266161FB5E68E6 6000
*** ADC data: block: 15805 ptr: 8813 data: 0xC0B77EF0 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32496 ts: 0x18266161FB5E70B6 2000
*** ADC data: block: 15805 ptr: 8815 data: 0xC261808D module: 9 fail: 0 range: 0 id: 609 channel: 33 adc: 32909 ts: 0x18266161FB5E7886 2000
*** ADC data: block: 15805 ptr: 8817 data: 0xC26E8064 module: 9 fail: 0 range: 0 id: 622 channel: 46 adc: 32868 ts: 0x18266161FB5E8056 2000
*** ADC data: block: 15805 ptr: 8819 data: 0xC077818F module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 33167 ts: 0x18266161FB5E8FF6 4000
*** ADC data: block: 15805 ptr: 8821 data: 0xC0CA8116 module: 3 fail: 0 range: 0 id: 202 channel: 10 adc: 33046 ts: 0x18266161FB5EBED6 12000
*** ADC data: block: 15805 ptr: 8823 data: 0xC0FC816A module: 3 fail: 0 range: 0 id: 252 channel: 60 adc: 33130 ts: 0x18266161FB5EC6A6 2000
*** ADC data: block: 15805 ptr: 8825 data: 0xC04780F7 module: 1 fail: 0 range: 0 id: 71 channel: 7 adc: 33015 ts: 0x18266161FB5EDE16 6000
*** ADC data: block: 15805 ptr: 8827 data: 0xC0488074 module: 1 fail: 0 range: 0 id: 72 channel: 8 adc: 32884 ts: 0x18266161FB5EE5E6 2000
*** ADC data: block: 15805 ptr: 8829 data: 0xC0C287D8 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 34776 ts: 0x18266161FB5EF586 4000
*** ADC data: block: 15805 ptr: 8831 data: 0xC0B77E60 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32352 ts: 0x18266161FB5F0526 4000
*** ADC data: block: 15805 ptr: 8833 data: 0xC0C18274 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33396 ts: 0x18266161FB5F0CF6 2000
*** ADC data: block: 15805 ptr: 8835 data: 0xC07981DC module: 1 fail: 0 range: 0 id: 121 channel: 57 adc: 33244 ts: 0x18266161FB5F2466 6000
*** ADC data: block: 15805 ptr: 8837 data: 0xC0E28052 module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 32850 ts: 0x18266161FB5F2466 0
*** ADC data: block: 15805 ptr: 8839 data: 0xC27E814D module: 9 fail: 0 range: 0 id: 638 channel: 62 adc: 33101 ts: 0x18266161FB5F2466 0
*** ADC data: block: 15805 ptr: 8841 data: 0xC261802D module: 9 fail: 0 range: 0 id: 609 channel: 33 adc: 32813 ts: 0x18266161FB5F5346 12000
*** ADC data: block: 15805 ptr: 8843 data: 0xC0FC81F4 module: 3 fail: 0 range: 0 id: 252 channel: 60 adc: 33268 ts: 0x18266161FB5F5B16 2000
*** ADC data: block: 15805 ptr: 8845 data: 0xC06F8084 module: 1 fail: 0 range: 0 id: 111 channel: 47 adc: 32900 ts: 0x18266161FB5F6AB6 4000
*** MBS information: block: 15805 ptr: 8847 data: 0x82808EB3 module: 2 information type: 8 information index: 0 MBS data:8EB3 ts: 0x18266161FB5F6F3E 1160
*** MBS information: block: 15805 ptr: 8849 data: 0x828102C1 module: 2 information type: 8 information index: 1 MBS data:02C1 ts: 0x18266161FB5F6F3E 0
*** MBS information: block: 15805 ptr: 8851 data: 0x82820000 module: 2 information type: 8 information index: 2 MBS data:0000 ts: 0x18266161FB5F6F3E 0
*** MBS information: block: 15805 ptr: 8853 data: 0x898017AC module: 9 information type: 8 information index: 0 MBS data:17AC ts: 0x18266161FB5F7290 850
*** MBS information: block: 15805 ptr: 8855 data: 0x89810246 module: 9 information type: 8 information index: 1 MBS data:0246 ts: 0x18266161FB5F7290 0
*** MBS information: block: 15805 ptr: 8857 data: 0x89820000 module: 9 information type: 8 information index: 2 MBS data:0000 ts: 0x18266161FB5F7290 0
*** ADC data: block: 15805 ptr: 8859 data: 0xC0DB80BE module: 3 fail: 0 range: 0 id: 219 channel: 27 adc: 32958 ts: 0x18266161FB5F7A56 1990
*** ADC data: block: 15805 ptr: 8861 data: 0xC0C287B1 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 34737 ts: 0x18266161FB5F8226 2000
*** ADC data: block: 15805 ptr: 8863 data: 0xC0B77DA3 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32163 ts: 0x18266161FB5F9996 6000
*** ADC data: block: 15805 ptr: 8865 data: 0xC0C1826C module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33388 ts: 0x18266161FB5F9996 0
*** ADC data: block: 15805 ptr: 8867 data: 0xC05A8076 module: 1 fail: 0 range: 0 id: 90 channel: 26 adc: 32886 ts: 0x18266161FB5FB8D6 8000
Decay timestamp (dec) 1740185379482305830= 0x1826 6161 FB5F 0526 *found* (see extract above)
***Line 70 1740185410544243712,1740185411018469830,474226118
Implant timestamp 1740185410544243712
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:50:10.544 AM
Your time zone: Saturday, February 22, 2025 at 12:50:10.544 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185411018469830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:50:11.018 AM
Your time zone: Saturday, February 22, 2025 at 12:50:11.018 AM GMT+00:00
Relative: Last year
*** MBS information: block: 18390 ptr: 7265 data: 0x82803AB2 module: 2 information type: 8 information index: 0 MBS data:3AB2 ts: 0x1826616936CE5B5A 630
*** MBS information: block: 18390 ptr: 7267 data: 0x828102C3 module: 2 information type: 8 information index: 1 MBS data:02C3 ts: 0x1826616936CE5B5A 0
*** MBS information: block: 18390 ptr: 7269 data: 0x82820000 module: 2 information type: 8 information index: 2 MBS data:0000 ts: 0x1826616936CE5B5A 0
*** MBS information: block: 18390 ptr: 7271 data: 0x82803AB3 module: 2 information type: 8 information index: 0 MBS data:3AB3 ts: 0x1826616936CE5D08 430
*** MBS information: block: 18390 ptr: 7273 data: 0x828102C3 module: 2 information type: 8 information index: 1 MBS data:02C3 ts: 0x1826616936CE5D08 0
*** MBS information: block: 18390 ptr: 7275 data: 0x82820000 module: 2 information type: 8 information index: 2 MBS data:0000 ts: 0x1826616936CE5D08 0
*** MBS information: block: 18390 ptr: 7277 data: 0x89808F57 module: 9 information type: 8 information index: 0 MBS data:8F57 ts: 0x1826616936CE5F42 570
*** MBS information: block: 18390 ptr: 7279 data: 0x89810247 module: 9 information type: 8 information index: 1 MBS data:0247 ts: 0x1826616936CE5F42 0
*** MBS information: block: 18390 ptr: 7281 data: 0x89820000 module: 9 information type: 8 information index: 2 MBS data:0000 ts: 0x1826616936CE5F42 0
*** ADC data: block: 18390 ptr: 7283 data: 0xC0817DC3 module: 2 fail: 0 range: 0 id: 129 channel: 1 adc: 32195 ts: 0x1826616936CE7536 5620
*** ADC data: block: 18390 ptr: 7285 data: 0xC077A259 module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 41561 ts: 0x1826616936CE7D06 2000
*** ADC data: block: 18390 ptr: 7287 data: 0xC05483C1 module: 1 fail: 0 range: 0 id: 84 channel: 20 adc: 33729 ts: 0x1826616936CE9476 6000
*** ADC data: block: 18390 ptr: 7289 data: 0xC06A8CCC module: 1 fail: 0 range: 0 id: 106 channel: 42 adc: 36044 ts: 0x1826616936CE9476 0
*** ADC data: block: 18390 ptr: 7291 data: 0xC0768379 module: 1 fail: 0 range: 0 id: 118 channel: 54 adc: 33657 ts: 0x1826616936CE9476 0
*** ADC data: block: 18390 ptr: 7293 data: 0xC0B17DC9 module: 2 fail: 0 range: 0 id: 177 channel: 49 adc: 32201 ts: 0x1826616936CE9476 0
*** ADC data: block: 18390 ptr: 7295 data: 0xC0C08A62 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 35426 ts: 0x1826616936CE9476 0
*** ADC data: block: 18390 ptr: 7297 data: 0xC0F384BD module: 3 fail: 0 range: 0 id: 243 channel: 51 adc: 33981 ts: 0x1826616936CE9476 0
*** ADC data: block: 18390 ptr: 7299 data: 0xC04086CC module: 1 fail: 0 range: 0 id: 64 channel: 0 adc: 34508 ts: 0x1826616936CE9C46 2000
*** ADC data: block: 18390 ptr: 7301 data: 0xC0558238 module: 1 fail: 0 range: 0 id: 85 channel: 21 adc: 33336 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7303 data: 0xC06B81B4 module: 1 fail: 0 range: 0 id: 107 channel: 43 adc: 33204 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7305 data: 0xC07881E0 module: 1 fail: 0 range: 0 id: 120 channel: 56 adc: 33248 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7307 data: 0xC08A73D1 module: 2 fail: 0 range: 0 id: 138 channel: 10 adc: 29649 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7309 data: 0xC0B37D65 module: 2 fail: 0 range: 0 id: 179 channel: 51 adc: 32101 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7311 data: 0xC0C18945 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 35141 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7313 data: 0xC0D08414 module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 33812 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7315 data: 0xC0E083D7 module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 33751 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7317 data: 0xC0F5844C module: 3 fail: 0 range: 0 id: 245 channel: 53 adc: 33868 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7319 data: 0xC3B16EDC module: 14 fail: 0 range: 0 id: 945 channel: 49 adc: 28380 ts: 0x1826616936CE9C46 0
*** ADC data: block: 18390 ptr: 7321 data: 0xC041881D module: 1 fail: 0 range: 0 id: 65 channel: 1 adc: 34845 ts: 0x1826616936CEA416 2000
*** ADC data: block: 18390 ptr: 7323 data: 0xC056831A module: 1 fail: 0 range: 0 id: 86 channel: 22 adc: 33562 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7325 data: 0xC06C81E4 module: 1 fail: 0 range: 0 id: 108 channel: 44 adc: 33252 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7327 data: 0xC07982F0 module: 1 fail: 0 range: 0 id: 121 channel: 57 adc: 33520 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7329 data: 0xC0B47D08 module: 2 fail: 0 range: 0 id: 180 channel: 52 adc: 32008 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7331 data: 0xC0C288EF module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35055 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7333 data: 0xC0D185EE module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 34286 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7335 data: 0xC0E283DC module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 33756 ts: 0x1826616936CEA416 0
*** ADC data: block: 18390 ptr: 7337 data: 0xC0F685A2 module: 3 fail: 0 range: 0 id: 246 channel: 54 adc: 34210 ts: 0x1826616936CEA416 0
Implant timestamp (dec) 1740185410544243712 = 0x1826 6169 36CE 9400 *not found* (see extract above)
*** ADC data: block: 18420 ptr: 16283 data: 0xC0B77EB8 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32440 ts: 0x18266169531188E6 14000
*** ADC data: block: 18420 ptr: 16285 data: 0xC3817D6B module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32107 ts: 0x18266169531188E6 0
*** ADC data: block: 18420 ptr: 16287 data: 0xC0EB8160 module: 3 fail: 0 range: 0 id: 235 channel: 43 adc: 33120 ts: 0x18266169531190B6 2000
*** ADC data: block: 18420 ptr: 16289 data: 0xC0C080B8 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 32952 ts: 0x182661695311B7C6 10000
*** ADC data: block: 18420 ptr: 16291 data: 0xC0C28660 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 34400 ts: 0x182661695311CF36 6000
*** ADC data: block: 18420 ptr: 16293 data: 0xC0B77DD8 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32216 ts: 0x1826616953121D56 20000
*** ADC data: block: 18420 ptr: 16295 data: 0xC3817CA3 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 31907 ts: 0x1826616953122CF6 4000
*** ADC data: block: 18420 ptr: 16297 data: 0xC0C28781 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 34689 ts: 0x18266169531263A6 14000
*** ADC data: block: 18420 ptr: 16299 data: 0xC25E7E45 module: 9 fail: 0 range: 0 id: 606 channel: 30 adc: 32325 ts: 0x1826616953127346 4000
*** ADC data: block: 18420 ptr: 16301 data: 0xC0C68112 module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 33042 ts: 0x182661695312A9F6 14000
*** ADC data: block: 18420 ptr: 16303 data: 0xC0B77D79 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32121 ts: 0x182661695312B1C6 2000
*** ADC data: block: 18420 ptr: 16305 data: 0xC0C08078 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 32888 ts: 0x182661695312C166 4000
*** ADC data: block: 18420 ptr: 16307 data: 0xC3817E80 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32384 ts: 0x182661695312C166 0
*** ADC data: block: 18420 ptr: 16309 data: 0xC0EB812B module: 3 fail: 0 range: 0 id: 235 channel: 43 adc: 33067 ts: 0x182661695312E0A6 8000
*** ADC data: block: 18420 ptr: 16311 data: 0xC25D7C29 module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 31785 ts: 0x182661695312E876 2000
*** ADC data: block: 18420 ptr: 16313 data: 0xC0C2881D module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 34845 ts: 0x182661695312F816 4000
*** ADC data: block: 18420 ptr: 16315 data: 0xC04E807E module: 1 fail: 0 range: 0 id: 78 channel: 14 adc: 32894 ts: 0x1826616953134E06 22000
*** ADC data: block: 18420 ptr: 16317 data: 0xC0C38150 module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 33104 ts: 0x1826616953134E06 0
*** ADC data: block: 18420 ptr: 16319 data: 0xC0B77D41 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32065 ts: 0x18266169531355D6 2000
*** ADC data: block: 18420 ptr: 16321 data: 0xC3817DF0 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32240 ts: 0x18266169531355D6 0
*** ADC data: block: 18420 ptr: 16323 data: 0xC0C9806F module: 3 fail: 0 range: 0 id: 201 channel: 9 adc: 32879 ts: 0x1826616953136576 4000
Decay timestamp (dec) 1740185411018469830 = 0x1826 6169 5312 B1C6 *found* (see extract above)
*** Line 71 1740185448924455936,1740185448947993830,23537894
Implant timestamp 1740185448924455936
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:50:48.924 AM
Your time zone: Saturday, February 22, 2025 at 12:50:48.924 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185448947993830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:50:48.947 AM
Your time zone: Saturday, February 22, 2025 at 12:50:48.947 AM GMT+00:00
Relative: Last year
*** ADC data: block: 21453 ptr: 8227 data: 0xC03733D0 module: 0 fail: 0 range: 0 id: 55 channel: 55 adc: 13264 ts: 0x1826617226721BC6 11570
*** ADC data: block: 21453 ptr: 8229 data: 0xC050FFFF module: 1 fail: 0 range: 0 id: 80 channel: 16 adc: 65535 ts: 0x1826617226721BC6 0
*** ADC data: block: 21453 ptr: 8231 data: 0xC0387CA6 module: 0 fail: 0 range: 0 id: 56 channel: 56 adc: 31910 ts: 0x1826617226722396 2000
*** ADC data: block: 21453 ptr: 8233 data: 0xC0408C76 module: 1 fail: 0 range: 0 id: 64 channel: 0 adc: 35958 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8235 data: 0xC05198E3 module: 1 fail: 0 range: 0 id: 81 channel: 17 adc: 39139 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8237 data: 0xC06095E8 module: 1 fail: 0 range: 0 id: 96 channel: 32 adc: 38376 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8239 data: 0xC0708BB6 module: 1 fail: 0 range: 0 id: 112 channel: 48 adc: 35766 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8241 data: 0xC0827CE8 module: 2 fail: 0 range: 0 id: 130 channel: 2 adc: 31976 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8243 data: 0xC0907CAB module: 2 fail: 0 range: 0 id: 144 channel: 16 adc: 31915 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8245 data: 0xC0A07D04 module: 2 fail: 0 range: 0 id: 160 channel: 32 adc: 32004 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8247 data: 0xC0B07D01 module: 2 fail: 0 range: 0 id: 176 channel: 48 adc: 32001 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8249 data: 0xC0C08C60 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 35936 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8251 data: 0xC0E089DF module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 35295 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8253 data: 0xC0F0908B module: 3 fail: 0 range: 0 id: 240 channel: 48 adc: 37003 ts: 0x1826617226722396 0
*** ADC data: block: 21453 ptr: 8255 data: 0xC0027DA3 module: 0 fail: 0 range: 0 id: 2 channel: 2 adc: 32163 ts: 0x1826617226722B66 2000
*** ADC data: block: 21453 ptr: 8257 data: 0xC0107CFC module: 0 fail: 0 range: 0 id: 16 channel: 16 adc: 31996 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8259 data: 0xC0207C6F module: 0 fail: 0 range: 0 id: 32 channel: 32 adc: 31855 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8261 data: 0xC0397C2F module: 0 fail: 0 range: 0 id: 57 channel: 57 adc: 31791 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8263 data: 0xC0428DDD module: 1 fail: 0 range: 0 id: 66 channel: 2 adc: 36317 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8265 data: 0xC052931E module: 1 fail: 0 range: 0 id: 82 channel: 18 adc: 37662 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8267 data: 0xC0618D17 module: 1 fail: 0 range: 0 id: 97 channel: 33 adc: 36119 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8269 data: 0xC0718C0D module: 1 fail: 0 range: 0 id: 113 channel: 49 adc: 35853 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8271 data: 0xC0837D26 module: 2 fail: 0 range: 0 id: 131 channel: 3 adc: 32038 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8273 data: 0xC0917C99 module: 2 fail: 0 range: 0 id: 145 channel: 17 adc: 31897 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8275 data: 0xC0A17D84 module: 2 fail: 0 range: 0 id: 161 channel: 33 adc: 32132 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8277 data: 0xC0B17C89 module: 2 fail: 0 range: 0 id: 177 channel: 49 adc: 31881 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8279 data: 0xC0C18D17 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 36119 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8281 data: 0xC0D08571 module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 34161 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8283 data: 0xC0E28B6F module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 35695 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8285 data: 0xC0F391C1 module: 3 fail: 0 range: 0 id: 243 channel: 51 adc: 37313 ts: 0x1826617226722B66 0
*** ADC data: block: 21453 ptr: 8287 data: 0xC0037CB2 module: 0 fail: 0 range: 0 id: 3 channel: 3 adc: 31922 ts: 0x1826617226723336 2000
Implant timestamp (dec) 1740185448924455936 = 0x1826 6172 2672 2400 *not found*
*** ADC data: block: 21454 ptr: 11695 data: 0xC077821F module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 33311 ts: 0x1826617227D91E06 6000
*** ADC data: block: 21454 ptr: 11697 data: 0xC0C88248 module: 3 fail: 0 range: 0 id: 200 channel: 8 adc: 33352 ts: 0x1826617227D91E06 0
*** ADC data: block: 21454 ptr: 11699 data: 0xC0488081 module: 1 fail: 0 range: 0 id: 72 channel: 8 adc: 32897 ts: 0x1826617227D925D6 2000
*** ADC data: block: 21454 ptr: 11701 data: 0xC0C98103 module: 3 fail: 0 range: 0 id: 201 channel: 9 adc: 33027 ts: 0x1826617227D93576 4000
*** ADC data: block: 21454 ptr: 11703 data: 0xC0CA81BC module: 3 fail: 0 range: 0 id: 202 channel: 10 adc: 33212 ts: 0x1826617227D93D46 2000
*** ADC data: block: 21454 ptr: 11705 data: 0xC0CB819F module: 3 fail: 0 range: 0 id: 203 channel: 11 adc: 33183 ts: 0x1826617227D94516 2000
*** ADC data: block: 21454 ptr: 11707 data: 0xC0538130 module: 1 fail: 0 range: 0 id: 83 channel: 19 adc: 33072 ts: 0x1826617227D94CE6 2000
*** ADC data: block: 21454 ptr: 11709 data: 0xC0B77D8A module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32138 ts: 0x1826617227D94CE6 0
*** ADC data: block: 21454 ptr: 11711 data: 0xC0D07EF6 module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 32502 ts: 0x1826617227D94CE6 0
*** ADC data: block: 21454 ptr: 11713 data: 0xC0C181B6 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33206 ts: 0x1826617227D96C26 8000
*** ADC data: block: 21454 ptr: 11715 data: 0xC0C4813F module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 33087 ts: 0x1826617227D973F6 2000
*** ADC data: block: 21454 ptr: 11717 data: 0xC0DD8078 module: 3 fail: 0 range: 0 id: 221 channel: 29 adc: 32888 ts: 0x1826617227D973F6 0
*** ADC data: block: 21454 ptr: 11719 data: 0xC0CF80F2 module: 3 fail: 0 range: 0 id: 207 channel: 15 adc: 33010 ts: 0x1826617227D97BC6 2000
*** ADC data: block: 21454 ptr: 11721 data: 0xC0C289EA module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35306 ts: 0x1826617227D99336 6000
*** ADC data: block: 21454 ptr: 11723 data: 0xC0E5814D module: 3 fail: 0 range: 0 id: 229 channel: 37 adc: 33101 ts: 0x1826617227D99336 0
*** ADC data: block: 21454 ptr: 11725 data: 0xC0F681A4 module: 3 fail: 0 range: 0 id: 246 channel: 54 adc: 33188 ts: 0x1826617227D99B06 2000
*** ADC data: block: 21454 ptr: 11727 data: 0xC0FA80AB module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 32939 ts: 0x1826617227D9A2D6 2000
*** ADC data: block: 21454 ptr: 11729 data: 0xC25E7E26 module: 9 fail: 0 range: 0 id: 606 channel: 30 adc: 32294 ts: 0x1826617227D9C9E6 10000
*** ADC data: block: 21454 ptr: 11731 data: 0xC07781A4 module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 33188 ts: 0x1826617227D9D1B6 2000
*** ADC data: block: 21454 ptr: 11733 data: 0xC0C680E4 module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 32996 ts: 0x1826617227D9D986 2000
*** ADC data: block: 21454 ptr: 11735 data: 0xC0D07ECC module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 32460 ts: 0x1826617227D9D986 0
*** ADC data: block: 21454 ptr: 11737 data: 0xC0017E68 module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32360 ts: 0x1826617227D9E156 2000
*** ADC data: block: 21454 ptr: 11739 data: 0xC263810E module: 9 fail: 0 range: 0 id: 611 channel: 35 adc: 33038 ts: 0x1826617227D9E156 0
*** ADC data: block: 21454 ptr: 11741 data: 0xC0C4813E module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 33086 ts: 0x1826617227DA0096 8000
Decay timestamp (dec) 1740185448947993830 = 0x1826 6172 27D9 4CE6 *found*
*** Lines 72-73
1740185514831107840,1740185514897699830,66591990
1740185514831107840,1740185515316961830,485853990
Implant timestamp 1740185514831107840
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:51:54.831 AM
Your time zone: Saturday, February 22, 2025 at 12:51:54.831 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185514897699830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:51:54.897 AM
Your time zone: Saturday, February 22, 2025 at 12:51:54.897 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185515316961830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:51:55.316 AM
Your time zone: Saturday, February 22, 2025 at 12:51:55.316 AM GMT+00:00
Relative: Last year
*** ADC data: block: 26925 ptr: 9217 data: 0xC0C38191 module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 33169 ts: 0x182661817EC99876 160
*** ADC data: block: 26925 ptr: 9219 data: 0xC0DC8032 module: 3 fail: 0 range: 0 id: 220 channel: 28 adc: 32818 ts: 0x182661817EC99876 0
*** ADC data: block: 26925 ptr: 9221 data: 0xC0FE81D3 module: 3 fail: 0 range: 0 id: 254 channel: 62 adc: 33235 ts: 0x182661817EC99876 0
*** MBS information: block: 26925 ptr: 9223 data: 0x8980BED3 module: 9 information type: 8 information index: 0 MBS data:BED3 ts: 0x182661817EC99C36 960
*** MBS information: block: 26925 ptr: 9225 data: 0x8981024C module: 9 information type: 8 information index: 1 MBS data:024C ts: 0x182661817EC99C36 0
*** MBS information: block: 26925 ptr: 9227 data: 0x89820000 module: 9 information type: 8 information index: 2 MBS data:0000 ts: 0x182661817EC99C36 0
*** FEE64 discriminator: block: 26925 ptr: 9229 data: 0x83610400 module: 3 information type: 6 information field: 0x00010400 ts: 0x182661817EC99FA6 880
*** ADC data: block: 26925 ptr: 9231 data: 0xC0C48415 module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 33813 ts: 0x182661817EC9A046 160
*** ADC data: block: 26925 ptr: 9233 data: 0xC0C78839 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 34873 ts: 0x182661817EC9A816 2000
*** ADC data: block: 26925 ptr: 9235 data: 0xC0D5802B module: 3 fail: 0 range: 0 id: 213 channel: 21 adc: 32811 ts: 0x182661817EC9AFE6 2000
*** ADC data: block: 26925 ptr: 9237 data: 0xC06181D4 module: 1 fail: 0 range: 0 id: 97 channel: 33 adc: 33236 ts: 0x182661817EC9B7B6 2000
*** ADC data: block: 26925 ptr: 9239 data: 0xC077AF47 module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 44871 ts: 0x182661817EC9B7B6 0
*** ADC data: block: 26925 ptr: 9241 data: 0xC0DF8154 module: 3 fail: 0 range: 0 id: 223 channel: 31 adc: 33108 ts: 0x182661817EC9B7B6 0
*** ADC data: block: 26925 ptr: 9243 data: 0xC0EB83D2 module: 3 fail: 0 range: 0 id: 235 channel: 43 adc: 33746 ts: 0x182661817EC9B7B6 0
*** ADC data: block: 26925 ptr: 9245 data: 0xC25E7DDF module: 9 fail: 0 range: 0 id: 606 channel: 30 adc: 32223 ts: 0x182661817EC9BF86 2000
*** ADC data: block: 26925 ptr: 9247 data: 0xC0017B55 module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 31573 ts: 0x182661817EC9CF26 4000
*** ADC data: block: 26925 ptr: 9249 data: 0xC0C5AF4E module: 3 fail: 0 range: 0 id: 197 channel: 5 adc: 44878 ts: 0x182661817EC9CF26 0
*** ADC data: block: 26925 ptr: 9251 data: 0xC02C7D81 module: 0 fail: 0 range: 0 id: 44 channel: 44 adc: 32129 ts: 0x182661817EC9D6F6 2000
*** ADC data: block: 26925 ptr: 9253 data: 0xC0376B1F module: 0 fail: 0 range: 0 id: 55 channel: 55 adc: 27423 ts: 0x182661817EC9D6F6 0
*** ADC data: block: 26925 ptr: 9255 data: 0xC04F8124 module: 1 fail: 0 range: 0 id: 79 channel: 15 adc: 33060 ts: 0x182661817EC9D6F6 0
*** ADC data: block: 26925 ptr: 9257 data: 0xC053847E module: 1 fail: 0 range: 0 id: 83 channel: 19 adc: 33918 ts: 0x182661817EC9D6F6 0
*** ADC data: block: 26925 ptr: 9259 data: 0xC0B07F1E module: 2 fail: 0 range: 0 id: 176 channel: 48 adc: 32542 ts: 0x182661817EC9D6F6 0
*** ADC data: block: 26925 ptr: 9261 data: 0xD0C9875B module: 3 fail: 0 range: 1 id: 201 channel: 9 adc: 34651 ts: 0x182661817EC9D6F6 0
*** ADC data: block: 26925 ptr: 9263 data: 0xC03A7EB6 module: 0 fail: 0 range: 0 id: 58 channel: 58 adc: 32438 ts: 0x182661817EC9DEC6 2000
*** ADC data: block: 26925 ptr: 9265 data: 0xC05484E8 module: 1 fail: 0 range: 0 id: 84 channel: 20 adc: 34024 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9267 data: 0xC0608416 module: 1 fail: 0 range: 0 id: 96 channel: 32 adc: 33814 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9269 data: 0xC070862A module: 1 fail: 0 range: 0 id: 112 channel: 48 adc: 34346 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9271 data: 0xC0867EE9 module: 2 fail: 0 range: 0 id: 134 channel: 6 adc: 32489 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9273 data: 0xC0B27DCA module: 2 fail: 0 range: 0 id: 178 channel: 50 adc: 32202 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9275 data: 0xC0CAFFFF module: 3 fail: 0 range: 0 id: 202 channel: 10 adc: 65535 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9277 data: 0xC0E08B63 module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 35683 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9279 data: 0xC0F088C0 module: 3 fail: 0 range: 0 id: 240 channel: 48 adc: 35008 ts: 0x182661817EC9DEC6 0
*** ADC data: block: 26925 ptr: 9281 data: 0xC03C7F36 module: 0 fail: 0 range: 0 id: 60 channel: 60 adc: 32566 ts: 0x182661817EC9E696 2000
*** ADC data: block: 26925 ptr: 9283 data: 0xC0558753 module: 1 fail: 0 range: 0 id: 85 channel: 21 adc: 34643 ts: 0x182661817EC9E696 0
*** ADC data: block: 26925 ptr: 9285 data: 0xC062827E module: 1 fail: 0 range: 0 id: 98 channel: 34 adc: 33406 ts: 0x182661817EC9E696 0
*** ADC data: block: 26925 ptr: 9287 data: 0xC0718664 module: 1 fail: 0 range: 0 id: 113 channel: 49 adc: 34404 ts: 0x182661817EC9E696 0
*** ADC data: block: 26925 ptr: 9289 data: 0xC08A7DCC module: 2 fail: 0 range: 0 id: 138 channel: 10 adc: 32204 ts: 0x182661817EC9E696 0
Implant timestamp (dec) 1740185514831107840 = 0x1826 6181 7EC9 D700 *not found*
*** ADC data: block: 26946 ptr: 8635 data: 0xC0CE81BD module: 3 fail: 0 range: 0 id: 206 channel: 14 adc: 33213 ts: 0x1826618182C176F6 6000
*** ADC data: block: 26946 ptr: 8637 data: 0xC0D2830B module: 3 fail: 0 range: 0 id: 210 channel: 18 adc: 33547 ts: 0x1826618182C176F6 0
*** ADC data: block: 26946 ptr: 8639 data: 0xC25D7D5B module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 32091 ts: 0x1826618182C17EC6 2000
*** ADC data: block: 26946 ptr: 8641 data: 0xC0C78924 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 35108 ts: 0x1826618182C18E66 4000
*** ADC data: block: 26946 ptr: 8643 data: 0xC0D180A3 module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 32931 ts: 0x1826618182C18E66 0
*** ADC data: block: 26946 ptr: 8645 data: 0xC3817EA0 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32416 ts: 0x1826618182C19636 2000
*** ADC data: block: 26946 ptr: 8647 data: 0xC0817D81 module: 2 fail: 0 range: 0 id: 129 channel: 1 adc: 32129 ts: 0x1826618182C1A5D6 4000
*** ADC data: block: 26946 ptr: 8649 data: 0xC0C4831F module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 33567 ts: 0x1826618182C1B576 4000
*** ADC data: block: 26946 ptr: 8651 data: 0xC0DC8034 module: 3 fail: 0 range: 0 id: 220 channel: 28 adc: 32820 ts: 0x1826618182C1B576 0
*** ADC data: block: 26946 ptr: 8653 data: 0xC0C880F1 module: 3 fail: 0 range: 0 id: 200 channel: 8 adc: 33009 ts: 0x1826618182C1BD46 2000
*** ADC data: block: 26946 ptr: 8655 data: 0xC0FA8351 module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 33617 ts: 0x1826618182C1BD46 0
*** ADC data: block: 26946 ptr: 8657 data: 0xC0E0810E module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 33038 ts: 0x1826618182C1CCE6 4000
*** ADC data: block: 26946 ptr: 8659 data: 0xC0C18291 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33425 ts: 0x1826618182C1D4B6 2000
*** ADC data: block: 26946 ptr: 8661 data: 0xC0E28165 module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 33125 ts: 0x1826618182C1D4B6 0
*** ADC data: block: 26946 ptr: 8663 data: 0xC0017E28 module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32296 ts: 0x1826618182C1DC86 2000
*** ADC data: block: 26946 ptr: 8665 data: 0xC0C680A5 module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 32933 ts: 0x1826618182C1DC86 0
*** ADC data: block: 26946 ptr: 8667 data: 0xC0B77D48 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32072 ts: 0x1826618182C1F3F6 6000
*** ADC data: block: 26946 ptr: 8669 data: 0xC0C98044 module: 3 fail: 0 range: 0 id: 201 channel: 9 adc: 32836 ts: 0x1826618182C1F3F6 0
*** ADC data: block: 26946 ptr: 8671 data: 0xC25D7E74 module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 32372 ts: 0x1826618182C21336 8000
*** ADC data: block: 26946 ptr: 8673 data: 0xC0C788F8 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 35064 ts: 0x1826618182C21B06 2000
*** ADC data: block: 26946 ptr: 8675 data: 0xC3817DA3 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32163 ts: 0x1826618182C22AA6 4000
*** ADC data: block: 26946 ptr: 8677 data: 0xC0817CE5 module: 2 fail: 0 range: 0 id: 129 channel: 1 adc: 31973 ts: 0x1826618182C23A46 4000
*** ADC data: block: 26946 ptr: 8679 data: 0xC0C48280 module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 33408 ts: 0x1826618182C24216 2000
*** ADC data: block: 26946 ptr: 8681 data: 0xC0DC8014 module: 3 fail: 0 range: 0 id: 220 channel: 28 adc: 32788 ts: 0x1826618182C249E6 2000
*** ADC data: block: 26946 ptr: 8683 data: 0xC0D18074 module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 32884 ts: 0x1826618182C26156 6000
*** ADC data: block: 26946 ptr: 8685 data: 0xC0C18361 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33633 ts: 0x1826618182C26926 2000
*** ADC data: block: 26946 ptr: 8687 data: 0xC0D68191 module: 3 fail: 0 range: 0 id: 214 channel: 22 adc: 33169 ts: 0x1826618182C26926 0
*** ADC data: block: 26946 ptr: 8689 data: 0xC0E280C8 module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 32968 ts: 0x1826618182C26926 0
*** ADC data: block: 26946 ptr: 8691 data: 0xC0C68231 module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 33329 ts: 0x1826618182C270F6 2000
*** ADC data: block: 26946 ptr: 8693 data: 0xC0C788B7 module: 3 fail: 0 range: 0 id: 199 channel: 7 adc: 34999 ts: 0x1826618182C2A7A6 14000
Decay timestamp (dec) 1740185514897699830 = 0x1826 6181 82C1 F3F6
*** Line 74 1740185534748495872,1740185535130737830,382241958
Implant timestamp 1740185534748495872
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:52:14.748 AM
Your time zone: Saturday, February 22, 2025 at 12:52:14.748 AM GMT+00:00
Relative: Last year
Decay timestamp 1740185535130737830
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:52:15.130 AM
Your time zone: Saturday, February 22, 2025 at 12:52:15.130 AM GMT+00:00
Relative: Last year
*** ADC data: block: 28533 ptr: 7711 data: 0xC042D272 module: 1 fail: 0 range: 0 id: 66 channel: 2 adc: 53874 ts: 0x1826618621F50806 160
*** MBS information: block: 28533 ptr: 7713 data: 0x84805A9C module: 4 information type: 8 information index: 0 MBS data:5A9C ts: 0x1826618621F5084C 70
*** MBS information: block: 28533 ptr: 7715 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F5084C 0
*** MBS information: block: 28533 ptr: 7717 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F5084C 0
*** MBS information: block: 28533 ptr: 7719 data: 0x84805A9D module: 4 information type: 8 information index: 0 MBS data:5A9D ts: 0x1826618621F5095A 270
*** MBS information: block: 28533 ptr: 7721 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F5095A 0
*** MBS information: block: 28533 ptr: 7723 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F5095A 0
*** MBS information: block: 28533 ptr: 7725 data: 0x84805A9E module: 4 information type: 8 information index: 0 MBS data:5A9E ts: 0x1826618621F50A18 190
*** MBS information: block: 28533 ptr: 7727 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50A18 0
*** MBS information: block: 28533 ptr: 7729 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50A18 0
*** MBS information: block: 28533 ptr: 7731 data: 0x84805A9F module: 4 information type: 8 information index: 0 MBS data:5A9F ts: 0x1826618621F50B30 280
*** MBS information: block: 28533 ptr: 7733 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50B30 0
*** MBS information: block: 28533 ptr: 7735 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50B30 0
*** MBS information: block: 28533 ptr: 7737 data: 0x84805AA0 module: 4 information type: 8 information index: 0 MBS data:5AA0 ts: 0x1826618621F50D42 530
*** MBS information: block: 28533 ptr: 7739 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50D42 0
*** MBS information: block: 28533 ptr: 7741 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50D42 0
*** MBS information: block: 28533 ptr: 7743 data: 0x84805AA1 module: 4 information type: 8 information index: 0 MBS data:5AA1 ts: 0x1826618621F50DBA 120
*** MBS information: block: 28533 ptr: 7745 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50DBA 0
*** MBS information: block: 28533 ptr: 7747 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50DBA 0
*** MBS information: block: 28533 ptr: 7749 data: 0x84805AA2 module: 4 information type: 8 information index: 0 MBS data:5AA2 ts: 0x1826618621F50E82 200
*** MBS information: block: 28533 ptr: 7751 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50E82 0
*** MBS information: block: 28533 ptr: 7753 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50E82 0
*** MBS information: block: 28533 ptr: 7755 data: 0x84805AA3 module: 4 information type: 8 information index: 0 MBS data:5AA3 ts: 0x1826618621F50F2C 170
*** MBS information: block: 28533 ptr: 7757 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50F2C 0
*** MBS information: block: 28533 ptr: 7759 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50F2C 0
*** MBS information: block: 28533 ptr: 7761 data: 0x84805AA4 module: 4 information type: 8 information index: 0 MBS data:5AA4 ts: 0x1826618621F50FAE 130
*** MBS information: block: 28533 ptr: 7763 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F50FAE 0
*** MBS information: block: 28533 ptr: 7765 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F50FAE 0
*** ADC data: block: 28533 ptr: 7767 data: 0xC0377C51 module: 0 fail: 0 range: 0 id: 55 channel: 55 adc: 31825 ts: 0x1826618621F50FD6 40
*** ADC data: block: 28533 ptr: 7769 data: 0xC043B540 module: 1 fail: 0 range: 0 id: 67 channel: 3 adc: 46400 ts: 0x1826618621F50FD6 0
*** ADC data: block: 28533 ptr: 7771 data: 0xC0508E25 module: 1 fail: 0 range: 0 id: 80 channel: 16 adc: 36389 ts: 0x1826618621F50FD6 0
*** ADC data: block: 28533 ptr: 7773 data: 0xC0B07DC3 module: 2 fail: 0 range: 0 id: 176 channel: 48 adc: 32195 ts: 0x1826618621F50FD6 0
*** ADC data: block: 28533 ptr: 7775 data: 0xC0C088E3 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 35043 ts: 0x1826618621F50FD6 0
*** MBS information: block: 28533 ptr: 7777 data: 0x84805AA5 module: 4 information type: 8 information index: 0 MBS data:5AA5 ts: 0x1826618621F51008 50
*** MBS information: block: 28533 ptr: 7779 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51008 0
*** MBS information: block: 28533 ptr: 7781 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51008 0
*** MBS information: block: 28533 ptr: 7783 data: 0x84805AA6 module: 4 information type: 8 information index: 0 MBS data:5AA6 ts: 0x1826618621F51134 300
*** MBS information: block: 28533 ptr: 7785 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51134 0
*** MBS information: block: 28533 ptr: 7787 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51134 0
*** MBS information: block: 28533 ptr: 7789 data: 0x84805AA7 module: 4 information type: 8 information index: 0 MBS data:5AA7 ts: 0x1826618621F51206 210
*** MBS information: block: 28533 ptr: 7791 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51206 0
*** MBS information: block: 28533 ptr: 7793 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51206 0
*** MBS information: block: 28533 ptr: 7795 data: 0x84805AA8 module: 4 information type: 8 information index: 0 MBS data:5AA8 ts: 0x1826618621F512A6 160
*** MBS information: block: 28533 ptr: 7797 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F512A6 0
*** MBS information: block: 28533 ptr: 7799 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F512A6 0
*** MBS information: block: 28533 ptr: 7801 data: 0x84805AA9 module: 4 information type: 8 information index: 0 MBS data:5AA9 ts: 0x1826618621F5136E 200
*** MBS information: block: 28533 ptr: 7803 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F5136E 0
*** MBS information: block: 28533 ptr: 7805 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F5136E 0
*** MBS information: block: 28533 ptr: 7807 data: 0x84805AAA module: 4 information type: 8 information index: 0 MBS data:5AAA ts: 0x1826618621F513FA 140
*** MBS information: block: 28533 ptr: 7809 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F513FA 0
*** MBS information: block: 28533 ptr: 7811 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F513FA 0
*** MBS information: block: 28533 ptr: 7813 data: 0x84805AAB module: 4 information type: 8 information index: 0 MBS data:5AAB ts: 0x1826618621F514CC 210
*** MBS information: block: 28533 ptr: 7815 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F514CC 0
*** MBS information: block: 28533 ptr: 7817 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F514CC 0
*** MBS information: block: 28533 ptr: 7819 data: 0x84805AAC module: 4 information type: 8 information index: 0 MBS data:5AAC ts: 0x1826618621F515BC 240
*** MBS information: block: 28533 ptr: 7821 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F515BC 0
*** MBS information: block: 28533 ptr: 7823 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F515BC 0
*** MBS information: block: 28533 ptr: 7825 data: 0x84805AAD module: 4 information type: 8 information index: 0 MBS data:5AAD ts: 0x1826618621F5162A 110
*** MBS information: block: 28533 ptr: 7827 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F5162A 0
*** MBS information: block: 28533 ptr: 7829 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F5162A 0
*** MBS information: block: 28533 ptr: 7831 data: 0x84805AAE module: 4 information type: 8 information index: 0 MBS data:5AAE ts: 0x1826618621F516CA 160
*** MBS information: block: 28533 ptr: 7833 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F516CA 0
*** MBS information: block: 28533 ptr: 7835 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F516CA 0
*** MBS information: block: 28533 ptr: 7837 data: 0x84805AAF module: 4 information type: 8 information index: 0 MBS data:5AAF ts: 0x1826618621F51756 140
*** MBS information: block: 28533 ptr: 7839 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51756 0
*** MBS information: block: 28533 ptr: 7841 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51756 0
*** ADC data: block: 28533 ptr: 7843 data: 0xC0017E37 module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32311 ts: 0x1826618621F517A6 80
*** ADC data: block: 28533 ptr: 7845 data: 0xC03D7D82 module: 0 fail: 0 range: 0 id: 61 channel: 61 adc: 32130 ts: 0x1826618621F517A6 0
*** ADC data: block: 28533 ptr: 7847 data: 0xC0448D9B module: 1 fail: 0 range: 0 id: 68 channel: 4 adc: 36251 ts: 0x1826618621F517A6 0
*** ADC data: block: 28533 ptr: 7849 data: 0xC0518D08 module: 1 fail: 0 range: 0 id: 81 channel: 17 adc: 36104 ts: 0x1826618621F517A6 0
*** ADC data: block: 28533 ptr: 7851 data: 0xC0B17D75 module: 2 fail: 0 range: 0 id: 177 channel: 49 adc: 32117 ts: 0x1826618621F517A6 0
*** ADC data: block: 28533 ptr: 7853 data: 0xC0C386DF module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 34527 ts: 0x1826618621F517A6 0
*** ADC data: block: 28533 ptr: 7855 data: 0xC0D0801C module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 32796 ts: 0x1826618621F517A6 0
*** ADC data: block: 28533 ptr: 7857 data: 0xC0FA83CE module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 33742 ts: 0x1826618621F517A6 0
*** MBS information: block: 28533 ptr: 7859 data: 0x84805AB0 module: 4 information type: 8 information index: 0 MBS data:5AB0 ts: 0x1826618621F51800 90
*** MBS information: block: 28533 ptr: 7861 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51800 0
*** MBS information: block: 28533 ptr: 7863 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51800 0
*** MBS information: block: 28533 ptr: 7865 data: 0x84805AB1 module: 4 information type: 8 information index: 0 MBS data:5AB1 ts: 0x1826618621F518B4 180
*** MBS information: block: 28533 ptr: 7867 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F518B4 0
*** MBS information: block: 28533 ptr: 7869 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F518B4 0
*** MBS information: block: 28533 ptr: 7871 data: 0x84805AB2 module: 4 information type: 8 information index: 0 MBS data:5AB2 ts: 0x1826618621F51922 110
*** MBS information: block: 28533 ptr: 7873 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51922 0
*** MBS information: block: 28533 ptr: 7875 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51922 0
*** MBS information: block: 28533 ptr: 7877 data: 0x84805AB3 module: 4 information type: 8 information index: 0 MBS data:5AB3 ts: 0x1826618621F519C2 160
*** MBS information: block: 28533 ptr: 7879 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F519C2 0
*** MBS information: block: 28533 ptr: 7881 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F519C2 0
*** MBS information: block: 28533 ptr: 7883 data: 0x84805AB4 module: 4 information type: 8 information index: 0 MBS data:5AB4 ts: 0x1826618621F51A8A 200
*** MBS information: block: 28533 ptr: 7885 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51A8A 0
*** MBS information: block: 28533 ptr: 7887 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51A8A 0
*** MBS information: block: 28533 ptr: 7889 data: 0x84805AB5 module: 4 information type: 8 information index: 0 MBS data:5AB5 ts: 0x1826618621F51AEE 100
*** MBS information: block: 28533 ptr: 7891 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51AEE 0
*** MBS information: block: 28533 ptr: 7893 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51AEE 0
*** MBS information: block: 28533 ptr: 7895 data: 0x84805AB6 module: 4 information type: 8 information index: 0 MBS data:5AB6 ts: 0x1826618621F51BB6 200
*** MBS information: block: 28533 ptr: 7897 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51BB6 0
*** MBS information: block: 28533 ptr: 7899 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51BB6 0
*** MBS information: block: 28533 ptr: 7901 data: 0x84805AB7 module: 4 information type: 8 information index: 0 MBS data:5AB7 ts: 0x1826618621F51C24 110
*** MBS information: block: 28533 ptr: 7903 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51C24 0
*** MBS information: block: 28533 ptr: 7905 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51C24 0
*** MBS information: block: 28533 ptr: 7907 data: 0x84805AB8 module: 4 information type: 8 information index: 0 MBS data:5AB8 ts: 0x1826618621F51CBA 150
*** MBS information: block: 28533 ptr: 7909 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51CBA 0
*** MBS information: block: 28533 ptr: 7911 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51CBA 0
*** MBS information: block: 28533 ptr: 7913 data: 0x84805AB9 module: 4 information type: 8 information index: 0 MBS data:5AB9 ts: 0x1826618621F51D1E 100
*** MBS information: block: 28533 ptr: 7915 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51D1E 0
*** MBS information: block: 28533 ptr: 7917 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51D1E 0
*** MBS information: block: 28533 ptr: 7919 data: 0x84805ABA module: 4 information type: 8 information index: 0 MBS data:5ABA ts: 0x1826618621F51E22 260
*** MBS information: block: 28533 ptr: 7921 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51E22 0
*** MBS information: block: 28533 ptr: 7923 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51E22 0
*** MBS information: block: 28533 ptr: 7925 data: 0x84805ABB module: 4 information type: 8 information index: 0 MBS data:5ABB ts: 0x1826618621F51F6C 330
*** MBS information: block: 28533 ptr: 7927 data: 0x8481B221 module: 4 information type: 8 information index: 1 MBS data:B221 ts: 0x1826618621F51F6C 0
*** MBS information: block: 28533 ptr: 7929 data: 0x84820000 module: 4 information type: 8 information index: 2 MBS data:0000 ts: 0x1826618621F51F6C 0
*** ADC data: block: 28533 ptr: 7931 data: 0xC045B61D module: 1 fail: 0 range: 0 id: 69 channel: 5 adc: 46621 ts: 0x1826618621F51F76 10
*** ADC data: block: 28533 ptr: 7933 data: 0xC0529080 module: 1 fail: 0 range: 0 id: 82 channel: 18 adc: 36992 ts: 0x1826618621F51F76 0
*** ADC data: block: 28533 ptr: 7935 data: 0xC06082A6 module: 1 fail: 0 range: 0 id: 96 channel: 32 adc: 33446 ts: 0x1826618621F51F76 0
*** ADC data: block: 28533 ptr: 7937 data: 0xC0B27D96 module: 2 fail: 0 range: 0 id: 178 channel: 50 adc: 32150 ts: 0x1826618621F51F76 0
*** ADC data: block: 28533 ptr: 7939 data: 0xC0CD832D module: 3 fail: 0 range: 0 id: 205 channel: 13 adc: 33581 ts: 0x1826618621F51F76 0
*** ADC data: block: 28533 ptr: 7941 data: 0xC0D1824B module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 33355 ts: 0x1826618621F51F76 0
Implant timestamp (dec) 1740185534748495872 = 0x1826 6186 21F5 1000 *not found*
*** ADC data: block: 28574 ptr: 10911 data: 0xC0B77E0D module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32269 ts: 0x1826618638BC6426 18000
*** ADC data: block: 28574 ptr: 10913 data: 0xC0C28944 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35140 ts: 0x1826618638BC6426 0
*** ADC data: block: 28574 ptr: 10915 data: 0xC0377EFE module: 0 fail: 0 range: 0 id: 55 channel: 55 adc: 32510 ts: 0x1826618638BCB246 20000
*** ADC data: block: 28574 ptr: 10917 data: 0xC077806D module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 32877 ts: 0x1826618638BCD186 8000
*** ADC data: block: 28574 ptr: 10919 data: 0xC2017E55 module: 8 fail: 0 range: 0 id: 513 channel: 1 adc: 32341 ts: 0x1826618638BCD956 2000
*** ADC data: block: 28574 ptr: 10921 data: 0xC0B77DB5 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32181 ts: 0x1826618638BCF896 8000
*** ADC data: block: 28574 ptr: 10923 data: 0xC0C289FE module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35326 ts: 0x1826618638BCF896 0
*** ADC data: block: 28574 ptr: 10925 data: 0xC0E880E6 module: 3 fail: 0 range: 0 id: 232 channel: 40 adc: 32998 ts: 0x1826618638BD3EE6 18000
*** ADC data: block: 28574 ptr: 10927 data: 0xC2017E97 module: 8 fail: 0 range: 0 id: 513 channel: 1 adc: 32407 ts: 0x1826618638BD6DC6 12000
*** ADC data: block: 28574 ptr: 10929 data: 0xC0C28AF4 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35572 ts: 0x1826618638BD8D06 8000
*** ADC data: block: 28574 ptr: 10931 data: 0xC0B77D91 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32145 ts: 0x1826618638BD9CA6 4000
*** ADC data: block: 28574 ptr: 10933 data: 0xC047810C module: 1 fail: 0 range: 0 id: 71 channel: 7 adc: 33036 ts: 0x1826618638BDA476 2000
*** ADC data: block: 28574 ptr: 10935 data: 0xC07780AA module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 32938 ts: 0x1826618638BDF296 20000
*** ADC data: block: 28574 ptr: 10937 data: 0xC2017D41 module: 8 fail: 0 range: 0 id: 513 channel: 1 adc: 32065 ts: 0x1826618638BE0236 4000
*** ADC data: block: 28574 ptr: 10939 data: 0xC0C28A05 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35333 ts: 0x1826618638BE2176 8000
*** ADC data: block: 28574 ptr: 10941 data: 0xC0B77EF0 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32496 ts: 0x1826618638BE3116 4000
*** ADC data: block: 28574 ptr: 10943 data: 0xC0428027 module: 1 fail: 0 range: 0 id: 66 channel: 2 adc: 32807 ts: 0x1826618638BE5826 10000
*** ADC data: block: 28574 ptr: 10945 data: 0xC2638115 module: 9 fail: 0 range: 0 id: 611 channel: 35 adc: 33045 ts: 0x1826618638BE5FF6 2000
*** ADC data: block: 28574 ptr: 10947 data: 0xC04980D8 module: 1 fail: 0 range: 0 id: 73 channel: 9 adc: 32984 ts: 0x1826618638BE7F36 8000
*** ADC data: block: 28574 ptr: 10949 data: 0xC0778129 module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 33065 ts: 0x1826618638BE8706 2000
*** ADC data: block: 28574 ptr: 10951 data: 0xC0C28B05 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35589 ts: 0x1826618638BEB5E6 12000
Decay timestamp (dec) 1740185535130737830 = 0x1826 6186 38BD 9CA6 *found*
*** Lines 75-78
1740185617793475840,1740185617817735830,24259990
1740185617793475840,1740185617886189830,92713990
1740185617793475840,1740185617886227830,92751990
1740185617793475840,1740185618126335830,332859990
Implant timestamp 1740185617793475840
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:53:37.793 AM
Your time zone: Saturday, February 22, 2025 at 12:53:37.793 AM GMT+00:00
Relative: Last year
These timestamps are outside data file R9_95 (see extract from R9_96 below)
First timestamp of file R9_96 0x1826618FCB684746
Converting hexadecimal timestamp to decimal: 1740185576246101800
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 at 12:52:56.246 AM
Your time zone: Saturday, February 22, 2025 at 12:52:56.246 AM GMT+00:00
Relative: Last year
td@carrot:/storage/npstore01/data/GSI/DESPEC/FEB25$ ~/analyser v /tmp/R9_96 | more
*** TDR format 3.3.0 analyser - TD - May 2021
verbose
*** WR48-64 timestamp: block: 1 ptr: 7 data: 0x83501826 module: 3 information type: 5 information field: 0x00001826 ts: 0x182600000B684746******
*** SYNC100 timestamp: block: 1 ptr: 9 data: 0x834618FC module: 3 information type: 4 information field: 0x000618FC ts: 0x1826618FCB684746******
*** ADC data: block: 1 ptr: 11 data: 0xC0D28295 module: 3 fail: 0 range: 0 id: 210 channel: 18 adc: 33429 ts: 0x1826618FCB684746 0
*** ADC data: block: 1 ptr: 13 data: 0xC0E78078 module: 3 fail: 0 range: 0 id: 231 channel: 39 adc: 32888 ts: 0x1826618FCB684746 0
*** ADC data: block: 1 ptr: 15 data: 0xC25D7C67 module: 9 fail: 0 range: 0 id: 605 channel: 29 adc: 31847 ts: 0x1826618FCB684746 0
*** ADC data: block: 1 ptr: 17 data: 0xC0D381F4 module: 3 fail: 0 range: 0 id: 211 channel: 19 adc: 33268 ts: 0x1826618FCB684F16 2000
*** ADC data: block: 1 ptr: 19 data: 0xC0ED8338 module: 3 fail: 0 range: 0 id: 237 channel: 45 adc: 33592 ts: 0x1826618FCB684F16 0
*** ADC data: block: 1 ptr: 21 data: 0xC07780D1 module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 32977 ts: 0x1826618FCB685EB6 4000
*** ADC data: block: 1 ptr: 23 data: 0xC0017DFB module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32251 ts: 0x1826618FCB686E56 4000
*** ADC data: block: 1 ptr: 25 data: 0xC03D7D83 module: 0 fail: 0 range: 0 id: 61 channel: 61 adc: 32131 ts: 0x1826618FCB6885C6 6000
*** ADC data: block: 1 ptr: 27 data: 0xC06C814B module: 1 fail: 0 range: 0 id: 108 channel: 44 adc: 33099 ts: 0x1826618FCB6885C6 0
*** ADC data: block: 1 ptr: 29 data: 0xC0F38130 module: 3 fail: 0 range: 0 id: 243 channel: 51 adc: 33072 ts: 0x1826618FCB6885C6 0
*** ADC data: block: 1 ptr: 31 data: 0xC0FA8350 module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 33616 ts: 0x1826618FCB688D96 2000
*** ADC data: block: 1 ptr: 33 data: 0xC0E88235 module: 3 fail: 0 range: 0 id: 232 channel: 40 adc: 33333 ts: 0x1826618FCB689566 2000
*** ADC data: block: 1 ptr: 35 data: 0xC0C18339 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33593 ts: 0x1826618FCB68ACD6 6000
*** ADC data: block: 1 ptr: 37 data: 0xC0D1812F module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 33071 ts: 0x1826618FCB68B4A6 2000
*** ADC data: block: 1 ptr: 39 data: 0xC0D4836C module: 3 fail: 0 range: 0 id: 212 channel: 20 adc: 33644 ts: 0x1826618FCB68BC76 2000
*** ADC data: block: 1 ptr: 41 data: 0xC0B77E82 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32386 ts: 0x1826618FCB68CC16 4000
*** ADC data: block: 1 ptr: 43 data: 0xC0C289E3 module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35299 ts: 0x1826618FCB68D3E6 2000
*** ADC data: block: 1 ptr: 45 data: 0xC0D28319 module: 3 fail: 0 range: 0 id: 210 channel: 18 adc: 33561 ts: 0x1826618FCB68D3E6 0
*** ADC data: block: 1 ptr: 47 data: 0xC0F58054 module: 3 fail: 0 range: 0 id: 245 channel: 53 adc: 32852 ts: 0x1826618FCB68D3E6 0
*** ADC data: block: 1 ptr: 49 data: 0xC0D381EE module: 3 fail: 0 range: 0 id: 211 channel: 19 adc: 33262 ts: 0x1826618FCB68DBB6 2000
*** ADC data: block: 1 ptr: 51 data: 0xC0E780CD module: 3 fail: 0 range: 0 id: 231 channel: 39 adc: 32973 ts: 0x1826618FCB68DBB6 0
*** ADC data: block: 1 ptr: 53 data: 0xC0D5802D module: 3 fail: 0 range: 0 id: 213 channel: 21 adc: 32813 ts: 0x1826618FCB68E386 2000
*** ADC data: block: 1 ptr: 55 data: 0xC0ED83B3 module: 3 fail: 0 range: 0 id: 237 channel: 45 adc: 33715 ts: 0x1826618FCB68E386 0
*** ADC data: block: 1 ptr: 57 data: 0xC0D07FAB module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 32683 ts: 0x1826618FCB68FAF6 6000
*** ADC data: block: 1 ptr: 59 data: 0xC0F080BF module: 3 fail: 0 range: 0 id: 240 channel: 48 adc: 32959 ts: 0x1826618FCB68FAF6 0
*** ADC data: block: 1 ptr: 61 data: 0xC0017D96 module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32150 ts: 0x1826618FCB6902C6 2000
*** ADC data: block: 1 ptr: 63 data: 0xC2718038 module: 9 fail: 0 range: 0 id: 625 channel: 49 adc: 32824 ts: 0x1826618FCB691A36 6000
*** ADC data: block: 1 ptr: 65 data: 0xC0D780CE module: 3 fail: 0 range: 0 id: 215 channel: 23 adc: 32974 ts: 0x1826618FCB692206 2000
*** ADC data: block: 1 ptr: 67 data: 0xC0FA8346 module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 33606 ts: 0x1826618FCB692206 0
*** ADC data: block: 1 ptr: 69 data: 0xC0E8835D module: 3 fail: 0 range: 0 id: 232 channel: 40 adc: 33629 ts: 0x1826618FCB6929D6 2000
*** ADC data: block: 1 ptr: 71 data: 0xC03D7F1A module: 0 fail: 0 range: 0 id: 61 channel: 61 adc: 32538 ts: 0x1826618FCB693976 4000
*** ADC data: block: 1 ptr: 73 data: 0xC04380D9 module: 1 fail: 0 range: 0 id: 67 channel: 3 adc: 32985 ts: 0x1826618FCB693976 0
*** ADC data: block: 1 ptr: 75 data: 0xC0C1829A module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 33434 ts: 0x1826618FCB693976 0
*** ADC data: block: 1 ptr: 77 data: 0xC0F38156 module: 3 fail: 0 range: 0 id: 243 channel: 51 adc: 33110 ts: 0x1826618FCB693976 0
*** ADC data: block: 1 ptr: 79 data: 0xC0C981AC module: 3 fail: 0 range: 0 id: 201 channel: 9 adc: 33196 ts: 0x1826618FCB694146 2000
*** ADC data: block: 1 ptr: 81 data: 0xC0D18136 module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 33078 ts: 0x1826618FCB694916 2000
*** ADC data: block: 1 ptr: 83 data: 0xC0B77DE7 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 32231 ts: 0x1826618FCB696086 6000
*** ADC data: block: 1 ptr: 85 data: 0xC0F58066 module: 3 fail: 0 range: 0 id: 245 channel: 53 adc: 32870 ts: 0x1826618FCB696086 0
*** ADC data: block: 1 ptr: 87 data: 0xC0C28C3D module: 3 fail: 0 range: 0 id: 194 channel: 2 adc: 35901 ts: 0x1826618FCB696856 2000
*** ADC data: block: 1 ptr: 89 data: 0xC0D38213 module: 3 fail: 0 range: 0 id: 211 channel: 19 adc: 33299 ts: 0x1826618FCB697026 2000
*** ADC data: block: 1 ptr: 91 data: 0xC0E781ED module: 3 fail: 0 range: 0 id: 231 channel: 39 adc: 33261 ts: 0x1826618FCB697026 0
*** ADC data: block: 1 ptr: 93 data: 0xC06C80DA module: 1 fail: 0 range: 0 id: 108 channel: 44 adc: 32986 ts: 0x1826618FCB698796 6000
*** ADC data: block: 1 ptr: 95 data: 0xC0D07F65 module: 3 fail: 0 range: 0 id: 208 channel: 16 adc: 32613 ts: 0x1826618FCB698796 0
*** ADC data: block: 1 ptr: 97 data: 0xC0F08174 module: 3 fail: 0 range: 0 id: 240 channel: 48 adc: 33140 ts: 0x1826618FCB698796 0
*** ADC data: block: 1 ptr: 99 data: 0xC0CF823A module: 3 fail: 0 range: 0 id: 207 channel: 15 adc: 33338 ts: 0x1826618FCB698F66 2000
Summary
For the timestamps (attachment 1 - lines 62-74) corresponding to data file R9_95
6 unique implant timestamps of which 0 were observed in the data file R9_95
13 unique decay timestamps
the first decays following the implant were checked of which 6 of 6 were observed in data file R9_95
of 13 unique decay timestamps only 1 observed in https://elog.ph.ed.ac.uk/DESPEC/700 attachment 28
*** 22 April 2026
Attachment 2 - Giorgio Bruni Campanella Spezza has provided an updated file of implant/decay timestamps
Line 44 1740185196333765830,1740185196778301830,444536000,89,74
Implant timestamp dec 1740185196333765830 = 0x1826 6137 56DE 14C6 (see below)
The quoted timestamp is for an LEC data item. Within this event there are 2x HEC data items
*** ADC data: block: 650 ptr: 7319 data: 0xD04993E6 module: 1 fail: 0 range: 1 id: 73 channel: 9 adc: 37862 ts: 0x1826613756DE2C36 2000
*** ADC data: block: 650 ptr: 7373 data: 0xD2166C9A module: 8 fail: 0 range: 1 id: 534 channel: 22 adc: 27802 ts: 0x1826613756DE43A6 0
which are 6us and 12us after the quoted timestamp respectively
*** ADC data: block: 650 ptr: 7285 data: 0xC0C48554 module: 3 fail: 0 range: 0 id: 196 channel: 4 adc: 34132 ts: 0x1826613756DDFD56 6000
*** ADC data: block: 650 ptr: 7287 data: 0xC045C9EE module: 1 fail: 0 range: 0 id: 69 channel: 5 adc: 51694 ts: 0x1826613756DE0CF6 4000
*** ADC data: block: 650 ptr: 7289 data: 0xC0468D69 module: 1 fail: 0 range: 0 id: 70 channel: 6 adc: 36201 ts: 0x1826613756DE14C6 2000
*** ADC data: block: 650 ptr: 7291 data: 0xC05088C9 module: 1 fail: 0 range: 0 id: 80 channel: 16 adc: 35017 ts: 0x1826613756DE14C6 0
*** ADC data: block: 650 ptr: 7293 data: 0xC0C085A6 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 34214 ts: 0x1826613756DE14C6 0
*** ADC data: block: 650 ptr: 7295 data: 0xC2107C08 module: 8 fail: 0 range: 0 id: 528 channel: 16 adc: 31752 ts: 0x1826613756DE14C6 0
*** ADC data: block: 650 ptr: 7297 data: 0xC0478D34 module: 1 fail: 0 range: 0 id: 71 channel: 7 adc: 36148 ts: 0x1826613756DE1C96 2000
*** ADC data: block: 650 ptr: 7299 data: 0xC0518948 module: 1 fail: 0 range: 0 id: 81 channel: 17 adc: 35144 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7301 data: 0xC0C186F4 module: 3 fail: 0 range: 0 id: 193 channel: 1 adc: 34548 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7303 data: 0xC0D9823E module: 3 fail: 0 range: 0 id: 217 channel: 25 adc: 33342 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7305 data: 0xC0E081A1 module: 3 fail: 0 range: 0 id: 224 channel: 32 adc: 33185 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7307 data: 0xC2117B97 module: 8 fail: 0 range: 0 id: 529 channel: 17 adc: 31639 ts: 0x1826613756DE1C96 0
*** ADC data: block: 650 ptr: 7309 data: 0xC048FFFF module: 1 fail: 0 range: 0 id: 72 channel: 8 adc: 65535 ts: 0x1826613756DE2466 2000
*** ADC data: block: 650 ptr: 7311 data: 0xC0528A9A module: 1 fail: 0 range: 0 id: 82 channel: 18 adc: 35482 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7313 data: 0xC06082B5 module: 1 fail: 0 range: 0 id: 96 channel: 32 adc: 33461 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7315 data: 0xC0C38467 module: 3 fail: 0 range: 0 id: 195 channel: 3 adc: 33895 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7317 data: 0xC21279D6 module: 8 fail: 0 range: 0 id: 530 channel: 18 adc: 31190 ts: 0x1826613756DE2466 0
*** ADC data: block: 650 ptr: 7319 data: 0xD04993E6 module: 1 fail: 0 range: 1 id: 73 channel: 9 adc: 37862 ts: 0x1826613756DE2C36 2000
*** ADC data: block: 650 ptr: 7321 data: 0xC0538675 module: 1 fail: 0 range: 0 id: 83 channel: 19 adc: 34421 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7323 data: 0xC06181EF module: 1 fail: 0 range: 0 id: 97 channel: 33 adc: 33263 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7325 data: 0xC0C5839D module: 3 fail: 0 range: 0 id: 197 channel: 5 adc: 33693 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7327 data: 0xC0F6827E module: 3 fail: 0 range: 0 id: 246 channel: 54 adc: 33406 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7329 data: 0xC2137244 module: 8 fail: 0 range: 0 id: 531 channel: 19 adc: 29252 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7331 data: 0xC2287EB0 module: 8 fail: 0 range: 0 id: 552 channel: 40 adc: 32432 ts: 0x1826613756DE2C36 0
*** ADC data: block: 650 ptr: 7333 data: 0xC04AFFFF module: 1 fail: 0 range: 0 id: 74 channel: 10 adc: 65535 ts: 0x1826613756DE3406 2000
*** ADC data: block: 650 ptr: 7335 data: 0xC0548735 module: 1 fail: 0 range: 0 id: 84 channel: 20 adc: 34613 ts: 0x1826613756DE3406 0
*** ADC data: block: 650 ptr: 7337 data: 0xC06281C9 module: 1 fail: 0 range: 0 id: 98 channel: 34 adc: 33225 ts: 0x1826613756DE3406 0
*** ADC data: block: 650 ptr: 7339 data: 0xC0C6839F module: 3 fail: 0 range: 0 id: 198 channel: 6 adc: 33695 ts: 0x1826613756DE3406 0
*** ADC data: block: 650 ptr: 7341 data: 0xC0D181A9 module: 3 fail: 0 range: 0 id: 209 channel: 17 adc: 33193 ts: 0x1826613756DE3406 0
*** ADC data: block: 650 ptr: 7343 data: 0xC2147A58 module: 8 fail: 0 range: 0 id: 532 channel: 20 adc: 31320 ts: 0x1826613756DE3406 0
*** ADC data: block: 650 ptr: 7345 data: 0xC04BA557 module: 1 fail: 0 range: 0 id: 75 channel: 11 adc: 42327 ts: 0x1826613756DE3BD6 2000
*** ADC data: block: 650 ptr: 7347 data: 0xC05586ED module: 1 fail: 0 range: 0 id: 85 channel: 21 adc: 34541 ts: 0x1826613756DE3BD6 0
*** ADC data: block: 650 ptr: 7349 data: 0xC0638337 module: 1 fail: 0 range: 0 id: 99 channel: 35 adc: 33591 ts: 0x1826613756DE3BD6 0
*** ADC data: block: 650 ptr: 7351 data: 0xC0C88372 module: 3 fail: 0 range: 0 id: 200 channel: 8 adc: 33650 ts: 0x1826613756DE3BD6 0
*** ADC data: block: 650 ptr: 7353 data: 0xC0D283D4 module: 3 fail: 0 range: 0 id: 210 channel: 18 adc: 33748 ts: 0x1826613756DE3BD6 0
*** ADC data: block: 650 ptr: 7355 data: 0xC2157BD7 module: 8 fail: 0 range: 0 id: 533 channel: 21 adc: 31703 ts: 0x1826613756DE3BD6 0
*** ADC data: block: 650 ptr: 7357 data: 0xC04C8C9A module: 1 fail: 0 range: 0 id: 76 channel: 12 adc: 35994 ts: 0x1826613756DE43A6 2000
*** ADC data: block: 650 ptr: 7359 data: 0xC056853B module: 1 fail: 0 range: 0 id: 86 channel: 22 adc: 34107 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7361 data: 0xC0648144 module: 1 fail: 0 range: 0 id: 100 channel: 36 adc: 33092 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7363 data: 0xC070818E module: 1 fail: 0 range: 0 id: 112 channel: 48 adc: 33166 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7365 data: 0xC0C98306 module: 3 fail: 0 range: 0 id: 201 channel: 9 adc: 33542 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7367 data: 0xC0D381F4 module: 3 fail: 0 range: 0 id: 211 channel: 19 adc: 33268 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7369 data: 0xC0E28200 module: 3 fail: 0 range: 0 id: 226 channel: 34 adc: 33280 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7371 data: 0xC0FA83AA module: 3 fail: 0 range: 0 id: 250 channel: 58 adc: 33706 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7373 data: 0xD2166C9A module: 8 fail: 0 range: 1 id: 534 channel: 22 adc: 27802 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7375 data: 0xC2207D15 module: 8 fail: 0 range: 0 id: 544 channel: 32 adc: 32021 ts: 0x1826613756DE43A6 0
*** ADC data: block: 650 ptr: 7377 data: 0xC04D8F15 module: 1 fail: 0 range: 0 id: 77 channel: 13 adc: 36629 ts: 0x1826613756DE4B76 2000
*** ADC data: block: 650 ptr: 7379 data: 0xC05783B3 module: 1 fail: 0 range: 0 id: 87 channel: 23 adc: 33715 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7381 data: 0xC065826E module: 1 fail: 0 range: 0 id: 101 channel: 37 adc: 33390 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7383 data: 0xC07280B6 module: 1 fail: 0 range: 0 id: 114 channel: 50 adc: 32950 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7385 data: 0xC0CA83C0 module: 3 fail: 0 range: 0 id: 202 channel: 10 adc: 33728 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7387 data: 0xC0D48310 module: 3 fail: 0 range: 0 id: 212 channel: 20 adc: 33552 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7389 data: 0xC0E7810F module: 3 fail: 0 range: 0 id: 231 channel: 39 adc: 33039 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7391 data: 0xC0FB801D module: 3 fail: 0 range: 0 id: 251 channel: 59 adc: 32797 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7393 data: 0xC20C7E36 module: 8 fail: 0 range: 0 id: 524 channel: 12 adc: 32310 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7395 data: 0xD2177E54 module: 8 fail: 0 range: 1 id: 535 channel: 23 adc: 32340 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7397 data: 0xC2227F25 module: 8 fail: 0 range: 0 id: 546 channel: 34 adc: 32549 ts: 0x1826613756DE4B76 0
*** ADC data: block: 650 ptr: 7399 data: 0xC0017D5A module: 0 fail: 0 range: 0 id: 1 channel: 1 adc: 32090 ts: 0x1826613756DE5346 2000
*** ADC data: block: 650 ptr: 7401 data: 0xC04EA479 module: 1 fail: 0 range: 0 id: 78 channel: 14 adc: 42105 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7403 data: 0xC058853C module: 1 fail: 0 range: 0 id: 88 channel: 24 adc: 34108 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7405 data: 0xC0668130 module: 1 fail: 0 range: 0 id: 102 channel: 38 adc: 33072 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7407 data: 0xC077830A module: 1 fail: 0 range: 0 id: 119 channel: 55 adc: 33546 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7409 data: 0xC0CC8293 module: 3 fail: 0 range: 0 id: 204 channel: 12 adc: 33427 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7411 data: 0xC0D58104 module: 3 fail: 0 range: 0 id: 213 channel: 21 adc: 33028 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7413 data: 0xC20D7E9A module: 8 fail: 0 range: 0 id: 525 channel: 13 adc: 32410 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7415 data: 0xC21857B2 module: 8 fail: 0 range: 0 id: 536 channel: 24 adc: 22450 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7417 data: 0xC2237EB4 module: 8 fail: 0 range: 0 id: 547 channel: 35 adc: 32436 ts: 0x1826613756DE5346 0
*** ADC data: block: 650 ptr: 7419 data: 0xC04F8710 module: 1 fail: 0 range: 0 id: 79 channel: 15 adc: 34576 ts: 0x1826613756DE5B16 2000
*** ADC data: block: 650 ptr: 7421 data: 0xC05985BC module: 1 fail: 0 range: 0 id: 89 channel: 25 adc: 34236 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7423 data: 0xC06781F1 module: 1 fail: 0 range: 0 id: 103 channel: 39 adc: 33265 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7425 data: 0xC07B809D module: 1 fail: 0 range: 0 id: 123 channel: 59 adc: 32925 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7427 data: 0xC0CD827E module: 3 fail: 0 range: 0 id: 205 channel: 13 adc: 33406 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7429 data: 0xC0D68246 module: 3 fail: 0 range: 0 id: 214 channel: 22 adc: 33350 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7431 data: 0xC20F7CDB module: 8 fail: 0 range: 0 id: 527 channel: 15 adc: 31963 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7433 data: 0xC2197B3E module: 8 fail: 0 range: 0 id: 537 channel: 25 adc: 31550 ts: 0x1826613756DE5B16 0
*** ADC data: block: 650 ptr: 7435 data: 0xC05A8309 module: 1 fail: 0 range: 0 id: 90 channel: 26 adc: 33545 ts: 0x1826613756DE62E6 2000
*** ADC data: block: 650 ptr: 7437 data: 0xC0688135 module: 1 fail: 0 range: 0 id: 104 channel: 40 adc: 33077 ts: 0x1826613756DE62E6 0
*** ADC data: block: 650 ptr: 7439 data: 0xC07C817F module: 1 fail: 0 range: 0 id: 124 channel: 60 adc: 33151 ts: 0x1826613756DE62E6 0
*** ADC data: block: 650 ptr: 7441 data: 0xC0CE8332 module: 3 fail: 0 range: 0 id: 206 channel: 14 adc: 33586 ts: 0x1826613756DE62E6 0
*** ADC data: block: 650 ptr: 7443 data: 0xC0D78199 module: 3 fail: 0 range: 0 id: 215 channel: 23 adc: 33177 ts: 0x1826613756DE62E6 0
*** ADC data: block: 650 ptr: 7445 data: 0xC21A5A75 module: 8 fail: 0 range: 0 id: 538 channel: 26 adc: 23157 ts: 0x1826613756DE62E6 0
*** ADC data: block: 650 ptr: 7447 data: 0xC05B8256 module: 1 fail: 0 range: 0 id: 91 channel: 27 adc: 33366 ts: 0x1826613756DE6AB6 2000
*** ADC data: block: 650 ptr: 7449 data: 0xC06980BB module: 1 fail: 0 range: 0 id: 105 channel: 41 adc: 32955 ts: 0x1826613756DE6AB6 0
*** ADC data: block: 650 ptr: 7451 data: 0xC07E8186 module: 1 fail: 0 range: 0 id: 126 channel: 62 adc: 33158 ts: 0x1826613756DE6AB6 0
*** ADC data: block: 650 ptr: 7453 data: 0xC0CF822B module: 3 fail: 0 range: 0 id: 207 channel: 15 adc: 33323 ts: 0x1826613756DE6AB6 0
*** ADC data: block: 650 ptr: 7455 data: 0xC0DB81DE module: 3 fail: 0 rang1826613756DE2C36e: 0 id: 219 channel: 27 adc: 33246 ts:
0x1826613756DE6AB6 0
*** ADC data: block: 650 ptr: 7457 data: 0xC21B70C0 module: 8 fail: 0 range: 0 id: 539 channel: 27 adc: 28864 ts: 0x1826613756DE6AB6 0
*** ADC data: block: 650 ptr: 7459 data: 0xC2658093 module: 9 fail: 0 range: 0 id: 613 channel: 37 adc: 32915 ts: 0x1826613756DE6AB6 0
*** ADC data: block: 650 ptr: 7461 data: 0xC04087AB module: 1 fail: 0 range: 0 id: 64 channel: 0 adc: 34731 ts: 0x1826613756DE7286 2000
*** ADC data: block: 650 ptr: 7463 data: 0xC05C83DA module: 1 fail: 0 range: 0 id: 92 channel: 28 adc: 33754 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7465 data: 0xC06A812C module: 1 fail: 0 range: 0 id: 106 channel: 42 adc: 33068 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7467 data: 0xC07F8151 module: 1 fail: 0 range: 0 id: 127 channel: 63 adc: 33105 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7469 data: 0xC0DC7FF5 module: 3 fail: 0 range: 0 id: 220 channel: 28 adc: 32757 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7471 data: 0xC0E58411 module: 3 fail: 0 range: 0 id: 229 channel: 37 adc: 33809 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7473 data: 0xC0F3822A module: 3 fail: 0 range: 0 id: 243 channel: 51 adc: 33322 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7475 data: 0xC21C02E5 module: 8 fail: 0 range: 0 id: 540 channel: 28 adc: 741 ts: 0x1826613756DE7286 0
*** ADC data: block: 650 ptr: 7477 data: 0xC04187CC module: 1 fail: 0 range: 0 id: 65 channel: 1 adc: 34764 ts: 0x1826613756DE7A56 2000
*** ADC data: block: 650 ptr: 7479 data: 0xC05D828D module: 1 fail: 0 range: 0 id: 93 channel: 29 adc: 33421 ts: 0x1826613756DE7A56 0
*** ADC data: block: 650 ptr: 7481 data: 0xC06B80D2 module: 1 fail: 0 range: 0 id: 107 channel: 43 adc: 32978 ts: 0x1826613756DE7A56 0
*** ADC data: block: 650 ptr: 7483 data: 0xC0DD8088 module: 3 fail: 0 range: 0 id: 221 channel: 29 adc: 32904 ts: 0x1826613756DE7A56 0
*** ADC data: block: 650 ptr: 7485 data: 0xC0EA82C8 module: 3 fail: 0 range: 0 id: 234 channel: 42 adc: 33480 ts: 0x1826613756DE7A56 0
*** ADC data: block: 650 ptr: 7487 data: 0xC21D79D5 module: 8 fail: 0 range: 0 id: 541 channel: 29 adc: 31189 ts: 0x1826613756DE7A56 0
*** ADC data: block: 650 ptr: 7489 data: 0xC0428A22 module: 1 fail: 0 range: 0 id: 66 channel: 2 adc: 35362 ts: 0x1826613756DE8226 2000
*** ADC data: block: 650 ptr: 7491 data: 0xC05E82D0 module: 1 fail: 0 range: 0 id: 94 channel: 30 adc: 33488 ts: 0x1826613756DE8226 0
*** ADC data: block: 650 ptr: 7493 data: 0xC06C80F8 module: 1 fail: 0 range: 0 id: 108 channel: 44 adc: 33016 ts: 0x1826613756DE8226 0
*** ADC data: block: 650 ptr: 7495 data: 0xC0DF80AF module: 3 fail: 0 range: 0 id: 223 channel: 31 adc: 32943 ts: 0x1826613756DE8226 0
*** ADC data: block: 650 ptr: 7497 data: 0xC21E79C1 module: 8 fail: 0 range: 0 id: 542 channel: 30 adc: 31169 ts: 0x1826613756DE8226 0
*** ADC data: block: 650 ptr: 7499 data: 0xC0438946 module: 1 fail: 0 range: 0 id: 67 channel: 3 adc: 35142 ts: 0x1826613756DE89F6 2000
*** ADC data: block: 650 ptr: 7501 data: 0xC05F83D2 module: 1 fail: 0 range: 0 id: 95 channel: 31 adc: 33746 ts: 0x1826613756DE89F6 0
*** ADC data: block: 650 ptr: 7503 data: 0xC06D80DA module: 1 fail: 0 range: 0 id: 109 channel: 45 adc: 32986 ts: 0x1826613756DE89F6 0
*** ADC data: block: 650 ptr: 7505 data: 0xC0798208 module: 1 fail: 0 range: 0 id: 121 channel: 57 adc: 33288 ts: 0x1826613756DE89F6 0
*** ADC data: block: 650 ptr: 7507 data: 0xC21F7BCF module: 8 fail: 0 range: 0 id: 543 channel: 31 adc: 31695 ts: 0x1826613756DE89F6 0
*** ADC data: block: 650 ptr: 7509 data: 0xC0448786 module: 1 fail: 0 range: 0 id: 68 channel: 4 adc: 34694 ts: 0x1826613756DE91C6 2000
*** ADC data: block: 650 ptr: 7511 data: 0xC06E80E1 module: 1 fail: 0 range: 0 id: 110 channel: 46 adc: 32993 ts: 0x1826613756DE91C6 0
*** ADC data: block: 650 ptr: 7513 data: 0xC06F80F5 module: 1 fail: 0 range: 0 id: 111 channel: 47 adc: 33013 ts: 0x1826613756DE9996 2000
*** ADC data: block: 650 ptr: 7515 data: 0xC2C17F3D module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 32573 ts: 0x1826613756DEA166 2000 |
| Attachment 1: 82nb_impdecay_times_forwards_corrected.txt
|
implantTime(ns),decayTime(ns),dT(ns)
1740183075502645760,1740183075561919830,59274070
1740183153959247872,1740183153992937830,33689958
1740183153959247872,1740183154022255830,63007958
1740183153959247872,1740183154213823830,254575958
1740183157200755712,1740183157622107830,421352118
1740183247059967744,1740183247291615830,231648086
1740183250810655744,1740183250965581830,154926086
1740183378157747712,1740183378161849830,4102118
1740183389560217856,1740183389792469830,232251974
1740183464408467712,1740183464601859830,193392118
1740183513923889920,1740183514027929830,104039910
1740183513923889920,1740183514165461830,241571910
1740183513923889920,1740183514414989830,491099910
1740183513923889920,1740183514423087830,499197910
1740183554807789824,1740183554919961830,112172006
1740183554807789824,1740183555014167830,206378006
1740183554807789824,1740183555105147830,297358006
1740183554807789824,1740183555146113830,338324006
1740183561924489728,1740183562155183830,230694102
1740183596225811712,1740183596405439830,179628118
1740183638198247936,1740183638392693830,194445894
1740183705982029824,1740183705994487830,12458006
1740184127821531904,1740184128114785830,293253926
1740184137208511744,1740184137624347830,415836086
1740184248395839744,1740184248456119830,60280086
1740184262629103872,1740184262631909830,2805958
1740184292134495744,1740184292174997830,40502086
1740184292134495744,1740184292368229830,233734086
1740184340817797888,1740184340822519830,4721942
1740184340817797888,1740184341107355830,289557942
1740184340817797888,1740184341210923830,393125942
1740184340817797888,1740184341247305830,429507942
1740184340817797888,1740184341302239830,484441942
1740184472039827712,1740184472096931830,57104118
1740184496273605888,1740184496273751830,145942
1740184500628765952,1740184500769243830,140477878
1740184500628765952,1740184500895903830,267137878
1740184500628765952,1740184500951479830,322713878
1740184500628765952,1740184501032123830,403357878
1740184500628765952,1740184501085767830,457001878
1740184620826263808,1740184620888137830,61874022
1740184620851465728,1740184620899373830,47908102
1740184654798395904,1740184654906871830,108475926
1740184796123175936,1740184796203343830,80167894
1740184796123175936,1740184796353913830,230737894
1740184796123175936,1740184796405763830,282587894
1740184927318883840,1740184927374567830,55683990
1740184941592757760,1740184941673435830,80678070
1740184942117225728,1740184942280831830,163606102
1740184942117225728,1740184942437381830,320156102
1740184989224551936,1740184989286573830,62021894
1740185020649669888,1740185020708071830,58401942
1740185020649669888,1740185020932051830,282381942
1740185020649669888,1740185020975925830,326255942
1740185020649669888,1740185020975963830,326293942
1740185020649669888,1740185021017569830,367899942
1740185048038651904,1740185048346405830,307753926
1740185100684627712,1740185100761153830,76526118
1740185100684627712,1740185100824133830,139506118
1740185100684627712,1740185101051095830,366468118
1740185196333765888,1740185196778301830,444535942
1740185296733459712,1740185297000433830,266974118
1740185296733459712,1740185297042501830,309042118
1740185379302607872,1740185379482305830,179697958
1740185379302607872,1740185379482343830,179735958
1740185379302607872,1740185379590269830,287661958
1740185379302607872,1740185379675599830,372991958
1740185379302607872,1740185379716177830,413569958
1740185410544243712,1740185411018469830,474226118
1740185448924455936,1740185448947993830,23537894
1740185514831107840,1740185514897699830,66591990
1740185514831107840,1740185515316961830,485853990
1740185534748495872,1740185535130737830,382241958
1740185617793475840,1740185617817735830,24259990
1740185617793475840,1740185617886189830,92713990
1740185617793475840,1740185617886227830,92751990
1740185617793475840,1740185618126335830,332859990
1740185710775563776,1740185710795891830,20328054
1740185814759683840,1740185815059521830,299837990
1740185858677425920,1740185858689201830,11775910
1740185858677425920,1740185858796469830,119043910
1740185952397273856,1740185952409459830,12185974
1740185952397273856,1740185952566003830,168729974
1740185952397273856,1740185952650853830,253579974
1740185952397273856,1740185952687425830,290151974
1740185952397273856,1740185952817381830,420107974
1740186101119061760,1740186101222331830,103270070
1740186197900743936,1740186197982793830,82049894
1740186197900743936,1740186198249175830,348431894
1740186197900743936,1740186198368651830,467907894
1740186197900743936,1740186198372097830,471353894
1740186238489923840,1740186238490281830,357990
1740186238489923840,1740186238490479830,555990
1740186246046485760,1740186246217399830,170914070
1740186342052277760,1740186342143249830,90972070
1740186348947831808,1740186349035411830,87580022
1740186383201615872,1740186383224037830,22421958
1740186383201615872,1740186383255837830,54221958
1740186383201615872,1740186383352535830,150919958
1740186383201615872,1740186383354749830,153133958
1740186383201615872,1740186383457019830,255403958
1740186383201615872,1740186383528335830,326719958
1740186383201615872,1740186383528373830,326757958
1740186383201615872,1740186383550195830,348579958
1740186383201615872,1740186383673915830,472299958
1740186386817739776,1740186386837279830,19540054
1740186401146047744,1740186401172583830,26536086
1740186504607551744,1740186504644621830,37070086
1740186504607551744,1740186505073337830,465786086
1740186577010863872,1740186577150999830,140135958
1740186680087203840,1740186680406555830,319351990
1740186680087203840,1740186680567227830,480023990
1740186686884139776,1740186687195203830,311064054
1740186773508887808,1740186773564659830,55772022
1740186797421361920,1740186797672707830,251345910
1740186797421361920,1740186797761063830,339701910
1740186797421361920,1740186797792329830,370967910
1740186797421361920,1740186797828123830,406761910
1740186797421361920,1740186797828265830,406903910
1740186797421361920,1740186797915159830,493797910
1740186966313807872,1740186966346579830,32771958
1740186966313807872,1740186966374183830,60375958
1740186966313807872,1740186966720361830,406553958
1740186966313807872,1740186966730135830,416327958
1740186966313807872,1740186966738307830,424499958
1740186967234043904,1740186967361105830,127061926
1740186967234043904,1740186967362213830,128169926
1740186967234043904,1740186967413507830,179463926
1740186967234043904,1740186967585019830,350975926
1740186967234043904,1740186967639949830,405905926
1740186967234043904,1740186967650361830,416317926
1740187032383139840,1740187032424407830,41267990
1740187440413771776,1740187440439677830,25906054
1740187440413771776,1740187440886799830,473028054
1740187469987623936,1740187470272801830,285177894
1740187514947655936,1740187514953415830,5759894
1740187518818115840,1740187518866383830,48267990
1740187518818115840,1740187518980055830,161939990
1740187601749001728,1740187601805205830,56204102
1740187652491535872,1740187652819867830,328331958
1740187784880755712,1740187784888265830,7510118
1740187784880755712,1740187784973649830,92894118
1740187784880755712,1740187785044145830,163390118
1740187784880755712,1740187785268973830,388218118
1740187922752909824,1740187923028399830,275490006
1740188039595279872,1740188040050405830,455125958
1740188116007445760,1740188116490699830,483254070
1740188302108741888,1740188302312391830,203649942
1740188332552287744,1740188332577319830,25032086
1740188346413131776,1740188346614135830,201004054
1740188364075533824,1740188364112935830,37402006
1740188412774163712,1740188412790995830,16832118
1740188582336523776,1740188582397569830,61046054
1740188582336523776,1740188582576741830,240218054
1740188582336523776,1740188582587095830,250572054
1740188582336523776,1740188582589737830,253214054
1740188582336523776,1740188582624191830,287668054
1740188582336523776,1740188582744053830,407530054
1740188585844381952,1740188585952609830,108227878
1740188691527489792,1740188691726673830,199184038
1740188719203583744,1740188719525359830,321776086
1740188719203583744,1740188719602151830,398568086
1740188719203583744,1740188719684367830,480784086
1740188732764939776,1740188732859413830,94474054
1740188732764939776,1740188733085087830,320148054
1740188732764939776,1740188733127051830,362112054
1740188740146285824,1740188740275017830,128732006
1740188912364317952,1740188912392687830,28369878
1740188922354267904,1740188922448169830,93901926
1740188987666429952,1740188988122943830,456513878
1740189082038793728,1740189082250089830,211296102
1740189160471811840,1740189160749221830,277409990
1740189191712565760,1740189191876569830,164004070
1740189240732039936,1740189241086445830,354405894
1740189240732039936,1740189241126719830,394679894
1740189240732039936,1740189241192471830,460431894
1740189246776967936,1740189246953005830,176037894
1740189264829729792,1740189265275523830,445794038
1740189274362531840,1740189274690155830,327623990
1740189367552309760,1740189367649673830,97364070
1740189402354713856,1740189402435159830,80445974
1740189409527235840,1740189409532583830,5347990
1740189661893711872,1740189661896455830,2743958
1740189705618249728,1740189705827015830,208766102
1740189767635697920,1740189767671353830,35655910
1740189768161427712,1740189768193717830,32290118
1740189768161427712,1740189768587331830,425904118
1740189796451145728,1740189796453803830,2658102
1740189854908407808,1740189855173657830,265250022
1740189871877869824,1740189871904125830,26256006
1740189960817477888,1740189961122763830,305285942
1740190058071813888,1740190058407933830,336119942
1740190072303575808,1740190072360339830,56764022
1740190072303575808,1740190072620907830,317332022
1740190109217335808,1740190109328605830,111270022
1740190191949281792,1740190192286157830,336876038
1740191976048731904,1740191976049109830,377926
1740191976868343808,1740191977282281830,413938022
1740191976868343808,1740191977333415830,465072022
1740192110463337728,1740192110478077830,14740102
1740192110463337728,1740192110533057830,69720102
1740192110463337728,1740192110573229830,109892102
1740192166062447872,1740192166256157830,193709958
1740192166062447872,1740192166481273830,418825958
1740192172149629952,1740192172222937830,73307878
1740192410478659840,1740192410666525830,187865990
1740192527928143872,1740192528232007830,303863958
1740192541254731776,1740192541302889830,48158054
1740192549378633728,1740192549469819830,91186102
1740192549378633728,1740192549484419830,105786102
1740192549378633728,1740192549484935830,106302102
1740192549378633728,1740192549532261830,153628102
1740192549378633728,1740192549566989830,188356102
1740192549378633728,1740192549647291830,268658102
1740192549378633728,1740192549650401830,271768102
1740192549378633728,1740192549651463830,272830102
1740192549378633728,1740192549738511830,359878102
1740192549378633728,1740192549751157830,372524102
1740192549378633728,1740192549760821830,382188102
1740192549378633728,1740192549826813830,448180102
1740192686260549888,1740192686722627830,462077942
1740192706843751936,1740192707309369830,465617894
1740192752320725760,1740192752356165830,35440070
1740192862239161856,1740192862251369830,12207974
1740193018014829824,1740193018073061830,58232006
1740193020953285888,1740193021408513830,455227942
1740193024385457920,1740193024470035830,84577910
1740193653736629760,1740193653781549830,44920070
1740193653736629760,1740193653865621830,128992070
1740193653736629760,1740193654068873830,332244070
1740193688158269952,1740193688622269830,463999878
1740193712499447808,1740193712951985830,452538022
1740193812947669760,1740193813203945830,256276070
1740193827615165952,1740193827658713830,43547878
1740193827615165952,1740193827907871830,292705878
1740193827615165952,1740193827948195830,333029878
1740193827615165952,1740193828016757830,401591878
1740193841035263744,1740193841074365830,39102086
1740193841035263744,1740193841076011830,40748086
1740193841035263744,1740193841222133830,186870086
1740193841035263744,1740193841371109830,335846086
1740193841035263744,1740193841432683830,397420086
1740193888123627776,1740193888196679830,73052054
1740193909993257728,1740193910047401830,54144102
1740193982079745792,1740193982554297830,474552038
1740194020064565760,1740194020165775830,101210070
1740194020064565760,1740194020170163830,105598070
1740194020064565760,1740194020192121830,127556070
1740194020064565760,1740194020294569830,230004070
1740194020064565760,1740194020389481830,324916070
1740194020064565760,1740194020452801830,388236070
1740194020064565760,1740194020487567830,423002070
1740194054018499840,1740194054063565830,45065990
1740194075834425856,1740194075881709830,47283974
1740194089033999872,1740194089070037830,36037958
1740194116133135872,1740194116533275830,400139958
1740194379187385856,1740194379199247830,11861974
1740194412878143744,1740194413346645830,468502086
1740194540956131840,1740194541110191830,154059990
1740194648802099712,1740194648815055830,12956118
1740194648802099712,1740194649197547830,395448118
1740194737502785792,1740194737505575830,2790038
1740194737502785792,1740194737881521830,378736038
1740194737502785792,1740194737928247830,425462038
1740194737502785792,1740194738002075830,499290038
1740194834094999808,1740194834403399830,308400022
1740194902987747840,1740194903104235830,116487990
1740195082291653888,1740195082311825830,20171942
1740195083182273792,1740195083556337830,374064038
1740195199752725760,1740195199976063830,223338070
1740195258608481792,1740195258638243830,29762038
1740195314325695744,1740195314721827830,396132086
1740195314325695744,1740195314744209830,418514086
1740195314794699776,1740195314879091830,84392054
1740195345406721792,1740195345633733830,227012038
1740195361968849920,1740195362010181830,41331910
1740195461907005952,1740195461933447830,26441878
1740195545064691712,1740195545270895830,206204118
1740195545064691712,1740195545343861830,279170118
1740195545064691712,1740195545531755830,467064118
1740195662846649856,1740195662993053830,146403974
1740195718496921856,1740195718497101830,179974
1740195718496921856,1740195718506895830,9973974
1740195718496921856,1740195718508295830,11373974
1740195718496921856,1740195718842607830,345685974
1740195793127025920,1740195793143743830,16717910
1740195883238095872,1740195883238401830,305958
1740195883238095872,1740195883332173830,94077958
1740195934808169728,1740195934962051830,153882102
1740195990091925760,1740195990099425830,7500070
1740195990091925760,1740195990099463830,7538070
1740195990091925760,1740195990159099830,67174070
1740195990091925760,1740195990172235830,80310070
1740195990091925760,1740195990172271830,80346070
1740195990091925760,1740195990172307830,80382070
1740195990091925760,1740195990173253830,81328070
1740195990091925760,1740195990213973830,122048070
1740195990091925760,1740195990296863830,204938070
1740195990091925760,1740195990333297830,241372070
... 655 more lines ...
|
| Attachment 2: 82nb_impdecay_times_forwards_wstrips.txt
|
implantTime(ns),decayTime(ns),dT(ns),xstrip,ystrip
1740183075502645830,1740183075561919830,59274000,149,79
1740183088279529830,1740183088583429830,303900000,87,94
1740183153959247830,1740183153973847830,14600000,128,48
1740183153959247830,1740183153992937830,33690000,128,48
1740183153959247830,1740183154022255830,63008000,128,48
1740183153959247830,1740183154213823830,254576000,128,48
1740183153959247830,1740183154222909830,263662000,128,48
1740183153959247830,1740183154363279830,404032000,128,48
1740183157200755830,1740183157622107830,421352000,81,69
1740183250810655830,1740183250965581830,154926000,129,84
1740183378157747830,1740183378161849830,4102000,141,60
1740183464408467830,1740183464601859830,193392000,101,63
1740183513923889830,1740183514165461830,241572000,128,53
1740183554807789830,1740183555217215830,409426000,128,62
1740183596225811830,1740183596405439830,179628000,128,45
1740183596225811830,1740183596482827830,257016000,128,45
1740183651501795830,1740183651639165830,137370000,128,109
1740183705982029830,1740183705994487830,12458000,131,83
1740184137208511830,1740184137624347830,415836000,128,85
1740184262629103830,1740184262631909830,2806000,128,69
1740184292134495830,1740184292174997830,40502000,128,55
1740184292134495830,1740184292269303830,134808000,128,55
1740184292134495830,1740184292368229830,233734000,128,55
1740184292134495830,1740184292463931830,329436000,128,55
1740184472039827830,1740184472096931830,57104000,128,69
1740184500628765830,1740184500895903830,267138000,128,52
1740184533991837830,1740184534361193830,369356000,144,66
1740184620851465830,1740184620881567830,30102000,128,69
1740184620826263830,1740184620888137830,61874000,138,80
1740184620851465830,1740184620899373830,47908000,128,69
1740184631563673830,1740184632053549830,489876000,97,81
1740184754477035830,1740184754600595830,123560000,109,83
1740184838476735830,1740184838531135830,54400000,143,41
1740184942117225830,1740184942280831830,163606000,128,53
1740184959089003830,1740184959455149830,366146000,115,72
1740184989224551830,1740184989286573830,62022000,128,85
1740185020649669830,1740185020708071830,58402000,128,63
1740185020649669830,1740185020781517830,131848000,128,63
1740185020649669830,1740185020932051830,282382000,128,63
1740185020649669830,1740185020975925830,326256000,128,63
1740185020649669830,1740185020975963830,326294000,128,63
1740185020649669830,1740185021017569830,367900000,128,63
1740185196333765830,1740185196778301830,444536000,89,74
1740185296733459830,1740185296733769830,310000,128,52
1740185379302607830,1740185379482305830,179698000,128,63
1740185379302607830,1740185379482343830,179736000,128,63
1740185379302607830,1740185379567535830,264928000,128,63
1740185379302607830,1740185379590269830,287662000,128,63
1740185379302607830,1740185379675599830,372992000,128,63
1740185379302607830,1740185379716177830,413570000,128,63
1740185379302607830,1740185379773353830,470746000,128,63
1740185448924455830,1740185448947993830,23538000,128,85
1740185534548827830,1740185534575843830,27016000,110,43
1740185534748495830,1740185534826259830,77764000,128,69
1740185534748495830,1740185534899949830,151454000,128,69
1740185534748495830,1740185535130737830,382242000,128,69
1740185617793475830,1740185617807217830,13742000,128,55
1740185617793475830,1740185617817735830,24260000,128,55
1740185617793475830,1740185617886151830,92676000,128,55
1740185617793475830,1740185617886189830,92714000,128,55
1740185617793475830,1740185617886227830,92752000,128,55
1740185617793475830,1740185618017725830,224250000,128,55
1740185617793475830,1740185618126335830,332860000,128,55
1740185710775563830,1740185710795891830,20328000,128,79
1740185762678685830,1740185763001039830,322354000,128,40
1740185814759683830,1740185815059521830,299838000,85,108
1740185928980767830,1740185929163129830,182362000,128,67
1740185928980767830,1740185929329525830,348758000,128,67
1740185952397273830,1740185952650853830,253580000,128,62
1740185990427467830,1740185990846627830,419160000,128,56
1740186101119061830,1740186101222331830,103270000,121,71
1740186173092815830,1740186173115659830,22844000,128,48
1740186173092815830,1740186173179533830,86718000,128,48
1740186193651831830,1740186193990797830,338966000,128,84
1740186197900743830,1740186197915315830,14572000,128,62
1740186197900743830,1740186197982793830,82050000,128,62
1740186197900743830,1740186198368651830,467908000,128,62
1740186197900743830,1740186198372097830,471354000,128,62
1740186238489923830,1740186238490281830,358000,128,87
1740186238489923830,1740186238490479830,556000,128,87
1740186246046485830,1740186246217399830,170914000,128,41
1740186342052277830,1740186342143249830,90972000,139,113
1740186383201615830,1740186383266405830,64790000,128,64
1740186383201615830,1740186383352535830,150920000,128,64
1740186383201615830,1740186383354749830,153134000,128,64
1740186383201615830,1740186383673915830,472300000,128,64
1740186386817739830,1740186386837279830,19540000,92,73
1740186401146047830,1740186401172583830,26536000,107,104
1740186504607551830,1740186505073337830,465786000,128,42
1740186549635289830,1740186550051381830,416092000,76,63
1740186577010863830,1740186577150999830,140136000,81,100
1740186580560179830,1740186580781701830,221522000,99,45
1740186686884139830,1740186687195203830,311064000,106,74
1740186753268013830,1740186753436943830,168930000,138,73
1740186762922699830,1740186763393507830,470808000,87,63
1740186773508887830,1740186773564659830,55772000,128,85
1740186797421361830,1740186797672707830,251346000,128,63
1740186797421361830,1740186797761063830,339702000,128,63
1740186797421361830,1740186797792329830,370968000,128,63
1740186797421361830,1740186797828123830,406762000,128,63
1740186797421361830,1740186797828265830,406904000,128,63
1740186797421361830,1740186797915159830,493798000,128,63
1740186966313807830,1740186966637975830,324168000,128,64
1740186966313807830,1740186966720361830,406554000,128,64
1740186967234043830,1740186967361105830,127062000,128,63
1740186967234043830,1740186967362213830,128170000,128,63
1740186967234043830,1740186967413507830,179464000,128,63
1740186967234043830,1740186967585019830,350976000,128,63
1740186967234043830,1740186967639949830,405906000,128,63
1740186967234043830,1740186967650361830,416318000,128,63
1740187012307295830,1740187012514131830,206836000,115,64
1740187032383139830,1740187032424407830,41268000,97,82
1740187426354315830,1740187426360925830,6610000,110,76
1740187440413771830,1740187440439677830,25906000,128,69
1740187440413771830,1740187440886799830,473028000,128,69
1740187469987623830,1740187470272801830,285178000,140,64
1740187508432871830,1740187508661989830,229118000,124,38
1740187514947655830,1740187514953415830,5760000,120,69
1740187518818115830,1740187518866383830,48268000,128,69
1740187518818115830,1740187518980055830,161940000,128,69
1740187597340693830,1740187597649137830,308444000,132,94
1740187652491535830,1740187652819867830,328332000,128,69
1740187718307659830,1740187718460667830,153008000,128,67
1740187718307659830,1740187718745235830,437576000,128,67
1740187884089581830,1740187884160555830,70974000,93,67
1740187918638675830,1740187918792153830,153478000,102,64
1740188070951599830,1740188071083305830,131706000,120,87
1740188116007445830,1740188116490699830,483254000,82,102
1740188346413131830,1740188346614135830,201004000,128,79
1740188412774163830,1740188412790995830,16832000,131,82
1740188582336523830,1740188582397569830,61046000,128,62
1740188582336523830,1740188582589737830,253214000,128,62
1740188582336523830,1740188582624191830,287668000,128,62
1740188719203583830,1740188719280015830,76432000,128,64
1740188719203583830,1740188719289343830,85760000,128,64
1740188719203583830,1740188719525359830,321776000,128,64
1740188719203583830,1740188719602151830,398568000,128,64
1740188719203583830,1740188719628277830,424694000,128,64
1740188719203583830,1740188719628739830,425156000,128,64
1740188740146285830,1740188740275017830,128732000,140,61
1740188912364317830,1740188912392687830,28370000,124,45
1740188915962199830,1740188916263353830,301154000,107,55
1740188940779553830,1740188941081209830,301656000,128,84
1740189082038793830,1740189082250089830,211296000,84,79
1740189240732039830,1740189241086445830,354406000,128,69
1740189240732039830,1740189241126719830,394680000,128,69
1740189240732039830,1740189241192471830,460432000,128,69
1740189264829729830,1740189265275523830,445794000,128,69
1740189367552309830,1740189367649673830,97364000,124,85
1740189402354713830,1740189402435159830,80446000,128,58
1740189409527235830,1740189409532583830,5348000,128,69
1740189491889783830,1740189492049159830,159376000,128,84
1740189516091169830,1740189516142607830,51438000,135,78
1740189661893711830,1740189661896455830,2744000,128,85
1740189739836549830,1740189739877269830,40720000,93,33
1740189767635697830,1740189767671353830,35656000,129,71
1740189768161427830,1740189768193717830,32290000,128,60
1740189768161427830,1740189768587331830,425904000,128,60
1740189796451145830,1740189796453803830,2658000,128,85
1740190058071813830,1740190058407933830,336120000,128,45
1740190109217335830,1740190109328605830,111270000,110,38
1740191838754807830,1740191839106031830,351224000,147,84
1740191976048731830,1740191976049109830,378000,128,67
1740191976048731830,1740191976527175830,478444000,128,67
1740191976868343830,1740191977282281830,413938000,128,61
1740192058703195830,1740192058774499830,71304000,115,64
1740192166062447830,1740192166076271830,13824000,128,45
1740192166062447830,1740192166256119830,193672000,128,45
1740192166062447830,1740192166256157830,193710000,128,45
1740192166062447830,1740192166481273830,418826000,128,45
1740192182570517830,1740192182788185830,217668000,128,84
1740192527928143830,1740192528232007830,303864000,140,69
1740192541254731830,1740192541302889830,48158000,94,79
1740192549378633830,1740192549469819830,91186000,128,64
1740192549378633830,1740192549484897830,106264000,128,64
1740192549378633830,1740192549532261830,153628000,128,64
1740192549378633830,1740192549647291830,268658000,128,64
1740192549378633830,1740192549751157830,372524000,128,64
1740192551968949830,1740192551983753830,14804000,118,95
1740192597081061830,1740192597451981830,370920000,128,72
1740192680767015830,1740192680945023830,178008000,128,84
1740192686260549830,1740192686722627830,462078000,89,38
1740192752320725830,1740192752356165830,35440000,144,48
1740192862239161830,1740192862251369830,12208000,101,83
1740193812947669830,1740193813203945830,256276000,128,94
1740193827615165830,1740193827658713830,43548000,128,63
1740193827615165830,1740193827724297830,109132000,128,63
1740193827615165830,1740193827907871830,292706000,128,63
1740193827615165830,1740193827948195830,333030000,128,63
1740193827615165830,1740193828016757830,401592000,128,63
1740193841035263830,1740193841432683830,397420000,128,61
1740193863933817830,1740193863933977830,160000,128,67
1740193863933817830,1740193864370849830,437032000,128,67
1740193878955369830,1740193878967675830,12306000,128,84
1740193888123627830,1740193888297097830,173470000,128,65
1740193909993257830,1740193910047401830,54144000,124,85
1740194013557009830,1740194013560537830,3528000,128,43
1740194020064565830,1740194020165775830,101210000,128,63
1740194020064565830,1740194020170163830,105598000,128,63
1740194020064565830,1740194020192121830,127556000,128,63
1740194020064565830,1740194020294569830,230004000,128,63
1740194020064565830,1740194020389481830,324916000,128,63
1740194020064565830,1740194020427697830,363132000,128,63
1740194020064565830,1740194020452801830,388236000,128,63
1740194020064565830,1740194020487567830,423002000,128,63
1740194040530531830,1740194040547073830,16542000,128,35
1740194040530531830,1740194040805801830,275270000,128,35
1740194071759775830,1740194071970653830,210878000,128,67
1740194075834425830,1740194075881709830,47284000,126,79
1740194089033999830,1740194089070037830,36038000,126,64
1740194096100929830,1740194096437207830,336278000,87,101
1740194116133135830,1740194116533275830,400140000,134,71
1740194293410593830,1740194293421781830,11188000,114,79
1740194683444673830,1740194683862341830,417668000,128,46
1740194737502785830,1740194737881521830,378736000,128,42
1740194737502785830,1740194738002075830,499290000,128,42
1740194834094999830,1740194834180005830,85006000,128,45
1740194834094999830,1740194834403399830,308400000,128,45
1740194834094999830,1740194834534629830,439630000,128,45
1740194895947493830,1740194895971593830,24100000,104,84
1740194924806585830,1740194924993791830,187206000,101,66
1740195082291653830,1740195082311825830,20172000,101,96
1740195083182273830,1740195083556337830,374064000,82,83
1740195097432151830,1740195097831891830,399740000,128,84
1740195141221153830,1740195141358857830,137704000,128,67
1740195141221153830,1740195141667723830,446570000,128,67
1740195199752725830,1740195199976063830,223338000,147,68
1740195258608481830,1740195258638243830,29762000,110,86
1740195286369247830,1740195286456441830,87194000,128,96
1740195314325695830,1740195314721827830,396132000,128,42
1740195314794699830,1740195314879091830,84392000,122,110
1740195461907005830,1740195461933447830,26442000,134,109
1740195482823649830,1740195482906349830,82700000,128,67
1740195482823649830,1740195482917081830,93432000,128,67
1740195545064691830,1740195545270895830,206204000,128,64
1740195545064691830,1740195545531755830,467064000,128,64
1740195649036019830,1740195649302335830,266316000,113,62
1740195662846649830,1740195662993053830,146404000,144,71
1740195690163031830,1740195690508019830,344988000,128,84
1740195793127025830,1740195793143743830,16718000,128,69
1740195793127025830,1740195793169683830,42658000,128,69
1740195800346419830,1740195800656695830,310276000,128,67
1740195848807559830,1740195849042423830,234864000,98,84
1740195883238095830,1740195883238401830,306000,128,79
1740195883238095830,1740195883332173830,94078000,128,79
1740195990091925830,1740195990172307830,80382000,128,64
1740195990091925830,1740195990173253830,81328000,128,64
1740195990091925830,1740195990213973830,122048000,128,64
1740195990091925830,1740195990296863830,204938000,128,64
1740195990091925830,1740195990333297830,241372000,128,64
1740195990091925830,1740195990388647830,296722000,128,64
1740195990091925830,1740195990399923830,307998000,128,64
1740196021265091830,1740196021322245830,57154000,128,34
1740196046076007830,1740196046080287830,4280000,128,84
1740196153166459830,1740196153485943830,319484000,128,41
1740196256158069830,1740196256221045830,62976000,120,87
1740196291314731830,1740196291580579830,265848000,144,111
1740196329238711830,1740196329289445830,50734000,128,61
1740196329238711830,1740196329358431830,119720000,128,61
1740196329238711830,1740196329367787830,129076000,128,61
1740196329238711830,1740196329381729830,143018000,128,61
1740196346870135830,1740196347326487830,456352000,80,43
1740196363138117830,1740196363262499830,124382000,109,67
1740196436297215830,1740196436425435830,128220000,128,61
1740196436297215830,1740196436690429830,393214000,128,61
1740196553172499830,1740196553572053830,399554000,128,63
1740196553172499830,1740196553572095830,399596000,128,63
1740196553172499830,1740196553586427830,413928000,128,63
1740196626361505830,1740196626373273830,11768000,85,97
1740196833553011830,1740196833701487830,148476000,128,56
1740196880543599830,1740196880568079830,24480000,107,85
1740196939264611830,1740196939750305830,485694000,103,72
1740196942748685830,1740196943028625830,279940000,131,71
1740196995278211830,1740196995481371830,203160000,99,62
1740197018321925830,1740197018347987830,26062000,128,69
1740197018321925830,1740197018377651830,55726000,128,69
1740197018321925830,1740197018409083830,87158000,128,69
1740197018321925830,1740197018471815830,149890000,128,69
1740197018321925830,1740197018692727830,370802000,128,69
1740197018321925830,1740197018794421830,472496000,128,69
1740197029935219830,1740197029991077830,55858000,128,61
1740197029935219830,1740197030085695830,150476000,128,61
1740197029935219830,1740197030132263830,197044000,128,61
1740197049454037830,1740197049507525830,53488000,134,82
1740197152804203830,1740197152805645830,1442000,93,69
1740197194491191830,1740197194700495830,209304000,132,40
1740197370590025830,1740197370682491830,92466000,128,64
1740197370590025830,1740197370921563830,331538000,128,64
1740197370590025830,1740197371052945830,462920000,128,64
1740197370590025830,1740197371060275830,470250000,128,64
1740197429293887830,1740197429374377830,80490000,128,38
1740197429293887830,1740197429752981830,459094000,128,38
1740197670666167830,1740197670681929830,15762000,97,82
1740197699169501830,1740197699337853830,168352000,132,108
1740197836276133830,1740197836636483830,360350000,128,87
1740197925995589830,1740197926484287830,488698000,128,96
1740198116840039830,1740198116895147830,55108000,128,45
1740198199465473830,1740198199506345830,40872000,128,40
1740198320756851830,1740198320987101830,230250000,128,40
... 512 more lines ...
|
|
700
|
Sat Feb 22 12:35:38 2025 |
TD | Offline analysis data files R9_85-R9_199 (84Mo setting) |
Start 00:43 22.2.25 https://elog.gsi.de/despec/G-24-00302/57
AIDA data file R9_85
Converting hexadecimal timestamp to decimal: 1740181266259754800
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Friday, February 21, 2025 11:41:06.259 PM
Your time zone: Friday, February 21, 2025 11:41:06.259 PM GMT+00:00
End 12:56 22.2.25 https://elog.gsi.de/despec/G-24-00302/85 (start of next degrader setting)
AIDA data file R9_199
Converting hexadecimal timestamp to decimal: 1740224934731157800
Assuming that this timestamp is in nanoseconds (1 billionth of a second):
GMT: Saturday, February 22, 2025 11:48:54.731 AM
Your time zone: Saturday, February 22, 2025 11:48:54.731 AM GMT+00:00
Analysis data files FEB25/R9_85 and FEB25/R9_199
- no timewarps
- deadtime aida05 c. 37% and 39% due to high SC41 scaler input to MACB - issue subsequently fixed
- deadtime aida04 c. 4%, all other FEE64s <<1%
FEE64 configuration
FEE64 a b c
g h
d e f
a b c d e f g h
DSSSD#1 15 3 12 9 1 5 2 4
n+n Ohmic FEE64s 2, 4
Data analysis assumes
- all LEC ADC data channels with valid ADC offset included (507 of 512 channels)
LEC calibration ADC offset only
- no clustering
- no multiplex timestamp correction
- no p+n junction side - n+n Ohmic side correlation time gates
- FEE64 *not* DSSSD strip ordering
- hardware - slow comparator setting p+n junction FEE64s 100keV, n+n Ohmic FEE64s 150keV
- LEC energy difference +/- 168keV
- HEC energy difference +/- 1.68GeV
- valid LEC events
p+n junction side multiplicity = 1 and n+n Ohmic side multiplicity = 1
151keV < LEC energy < 1000keV
to select candidate beta events
standalone analysis of AIDA data, no downstream veto detector
- valid HEC events
p+n junction side multiplicity > 0 and n+n Ohmic side multiplicity > 0
(x,y) strips corresponding to maximum energy
p+n junction and n+n Ohmic side HEC
- HEC veto
not available - only 1x AIDA DSSSD installed
- per pixel implant-decay correlations
- end of event
difference in WR timestamp between successive ADC data items > 2500 and overall event length < 33us
per FEE64 LEC ADC data items 268ms/channel - attachments 3-5
- all
- 150keV < energy < 1500keV
- energy > 1500keV
absence of high instantaneous rates on spill cf. S181, S100, S505 etc
spill structure visible for energies > 1500keV - probably to be expected as majority of such events should be light ions
per FEE64 HEC ADC data items 268ms/channel - attachments 6-8
- all
- 100MeV < energy < 1000MeV
- energy > 1000MeV
Implant & decay event rates 262us/channel - attachment 9
LEC m_p versus m_n - attachment 10
LEC e_p versus e_n - 20keV/channel - attachment 11
HEC x strip versus y strip - attachment 12
- HEC-LEC implant decay time difference <1s
- HEC-LEC implant decay time difference <100s
shows x-y window used to select 82Nb events
HEC m_p versus m_n - attachment 13
HEC e_p versus e_n - 20MeV/channel - attachment 14
HEC-LEC implant-decay time difference (4ms/channel) versus - attachment 15
- HEC energy
- LEC energy
- x & y strip
x strips 130 & 136 disabled
HEC & LEC p strip - n strip time difference (2us/channel, offset=2000 channels) - attachment 16
HEC E (20MeV/channel) versus implant-decay time difference (4.194ms/channel) - attachment 17
LEC E (20keV/channel) versus implant-decay time difference (4.194ms/channel) - attachment 18
LEC e_p - e_n (5.6keV/channel) versus implant-decay time difference (4.194ms/channel) - attachment 19
HEC x & y strip versus implant-decay time difference (4.194ms/channel) - attachment 20
HEC-LEC implant-decay time difference (8.389ms/channel) for candidate 82Nb events - attachment 21
- blue - forward
- cyan - backward
Note
- no FRS PID
- no HEC dE
- no HEC veto
- no HEC energy gates - assume all events within x-y window *stop* in AIDA DSSSD - 82Nb events known to overlap in x-y with (longer-lived, more numerous) 83Nb events
- no front-back time difference
- no clustering
- *all* LEC channels with valid ADC offsets (507 of 512) included *except* 2x strips 130 & 136
HEC-LEC implant-decay time difference (8.389ms/channel) for candidate 82Nb events - attachment 22
Weighted least squares fit channels 1-12 half life 55(9)ms cf. NNDC 50.0(3)ms.
Added 8.2.26 by TD
Attachment 23 - implant timestamp, decay timestamp, decay timestamp - implant timestamp for selected events (attachment 21) with time differences < 255 x 4.194304ms
Attachment 24 - implant timestamp, decay timestamp, implant timestamp - decay timestamp for selected events (attachment 21) with time differences < 255 x 4.194304ms
Attachment 25 - analysis program
Attachment 27 - spectra titles
Attachment 28 - analysis program variables
For data files R9_85 - R9_199 inclusive
Total ADC data items 30117120061
Total ADC events 6551938947
Questions from Giorgio Bruni Campanella Spezza
1) What were the exact number of implants, decays, correlated implants and decays and correlation efficiency?
Implants ( m_p_hec(1) > 0 .and. m_n_hec(1) > 0 ) 1046107
Decays ( m_p_lec(1) = 1 .and. m_n_lec(1) = 1 ) .and. ( ediff.LT.30 .and. ediff.GT.-30 ) 83342477
Selected implants s2112
( 75 < x < 150 .and. 30 < y < 120 ) .and. ( ediff.LT.300 .and. ediff.GT.-300 ) .and . ( 100 < hec_e < 4096 ) 215705 = 32.0/pixel = 0.000732/pixel/s
Selected decays s2040
( 75 < x < 150 .and. 30 < y < 120 ) .and. ( ediff.LT.30 .and. ediff.GT.-30 ) .and. ( decay-implant < 1s ) .and. ( 27 < lec_e < 180 ) 1056 = 0.156/pixel = 0.00000358/pixel/s
Selected decays s2041
( 75 < x < 150 .and. 30 < y < 120 ) .and. ( ediff.LT.30 .and. ediff.GT.-30 ) .and. ( decay-implant < 100s ) .and. ( 27 < lec_e < 180 ) 38483 = 5.70/pixel = 0.000131/pixel/s
2) What is the number of correlated decays for the backward time correlations?
Correlated forward decays s2226 (channels 0-255, 4.19ms/channel) = 1422
Correlated backward decays s2224 (channels 0-255, 4.19ms/channel) = 778
3) How exactly do you define beta detection efficiency for the decay of a specific isotope? I ask this due to the lack of a PID in the analysis, and hence, without any FRS-AIDA implant
correlation, how can you determine the number of implanted ions of a specific isotope?
Yes - to calculate beta efficiency for 82Nb (say) I need an estimate of what fraction of selected implant events are actually 82Nb
4) Do you have any vetoes for the position of implants in AIDA, or do you accept all implants throughout the DSSSD?
See definitions above - there are gates for x and y strips and implant energy
Added TD 12.4.26
Attachment 28 - implant timestamp, decay timestamp, p+n strip channel, n+n strip channel, decay timestamp - implant timestamp for selected events (attachment 21) with time differences < 255 x 4.194304ms, DSSSD#1 p+n and n+n strip #
Attachment 29 - implant timestamp, decay timestamp, p+n strip channel, n+n strip channel, decay timestamp - implant timestamp for selected events (attachment 21) with time differences < 255 x 4.194304ms, DSSSD#1 p+n and n+n strip #
p+n strip channel/n+n strip channel calculated using GREAT format encoded data (channel, module, range)
channel = channel + (64 * FEE64 module #) + (2048 * range)
where range = 0 (LEC data), 1 (HEC data), module = 0-15, channel = 0-63
DSSSD#1 p+n strip # channels 0-383, n+n strip # channels 384-511 |
| Attachment 1: R9_85.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 143503687 ( 365856.8 Hz)
Other data format: 118416315 ( 301897.6 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 2560 ( 6.5 Hz)
RESUME: 2560 ( 6.5 Hz)
SYNC100: 33461 ( 85.3 Hz)
WR48-63: 33461 ( 85.3 Hz)
FEE64 disc: 326756 ( 833.1 Hz)
MBS info: 118017517 ( 300880.9 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 29285 ( 74.7 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 392.240 s
FEE elapsed dead time(s) elapsed idle time(s)
0 0.000 0.000
1 0.069 0.000
2 0.000 0.000
3 17.209 0.000
4 146.817 0.000
5 0.000 0.000
6 0.000 0.000
7 0.000 0.000
8 0.000 0.000
9 0.009 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 7002448 45530 0 0 0 0 930 930 31901 11769 0 2888
1 22874309 77583 0 0 18 18 3036 3036 71475 0 0 7512
2 6498360 4555402 0 0 0 0 1475 1475 34629 4517823 0 3971
3 82625693 69682 0 0 1306 1306 10819 10819 45432 0 0 3669
4 4358474 109462549 0 0 1235 1235 14045 14045 2695 109429294 0 206
5 0 0 0 0 0 0 0 0 0 0 0 0
6 88 0 0 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0 0 0 0
8 2927664 19415 0 0 0 0 391 391 18633 0 0 4389
9 14346055 3938106 0 0 1 1 2392 2392 18452 3914868 0 1270
10 128 0 0 0 0 0 0 0 0 0 0 0
11 1956985 169485 0 0 0 0 257 257 25208 143763 0 3888
12 212 0 0 0 0 0 0 0 0 0 0 0
13 55 0 0 0 0 0 0 0 0 0 0 0
14 913148 78563 0 0 0 0 116 116 78331 0 0 1492
15 68 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 24.117s ( 1326.854 blocks/s, 82.928 Mb/s)
|
| Attachment 2: R9_199.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 154723223 ( 435714.6 Hz)
Other data format: 107196777 ( 301875.8 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 2462 ( 6.9 Hz)
RESUME: 2462 ( 6.9 Hz)
SYNC100: 33323 ( 93.8 Hz)
WR48-63: 33323 ( 93.8 Hz)
FEE64 disc: 288355 ( 812.0 Hz)
MBS info: 106836852 ( 300862.3 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 32530 ( 91.6 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 355.102 s
FEE elapsed dead time(s) elapsed idle time(s)
0 0.008 0.000
1 0.147 0.000
2 0.000 0.000
3 21.597 0.000
4 136.749 0.000
5 0.000 0.000
6 0.000 0.000
7 0.000 0.000
8 0.000 0.000
9 0.006 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 9317141 49848 0 0 6 6 1239 1239 36708 10650 0 3256
1 27128444 89326 0 0 31 31 3596 3596 82072 0 0 8340
2 7611251 4365052 0 0 0 0 1569 1569 37972 4323942 0 4609
3 84626002 75259 0 0 1316 1316 10898 10898 50831 0 0 3978
4 4974948 98704420 0 0 1107 1107 12783 12783 2668 98673972 0 187
5 0 0 0 0 0 0 0 0 0 0 0 0
6 122 0 0 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0 0 0 0
8 3383262 22113 0 0 0 0 436 436 21241 0 0 4811
9 14397933 3689217 0 0 2 2 2371 2371 21039 3663432 0 1355
10 1 0 0 0 0 0 0 0 0 0 0 0
11 2194427 194484 0 0 0 0 298 298 29032 164856 0 4304
12 140 0 0 0 0 0 0 0 0 0 0 0
13 260 0 0 0 0 0 0 0 0 0 0 0
14 1088899 7058 0 0 0 0 133 133 6792 0 0 1690
15 393 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 26.438s ( 1210.402 blocks/s, 75.650 Mb/s)
|
| Attachment 3: Screenshot_from_2025-03-05_10-04-30.png
|
|
| Attachment 4: Screenshot_from_2025-03-05_10-04-55.png
|
|
| Attachment 5: Screenshot_from_2025-03-05_10-05-29.png
|
|
| Attachment 6: Screenshot_from_2025-03-05_10-07-35.png
|
|
| Attachment 7: Screenshot_from_2025-03-05_10-07-56.png
|
|
| Attachment 8: Screenshot_from_2025-03-05_10-08-29.png
|
|
| Attachment 9: Screenshot_from_2025-03-05_10-09-24.png
|
|
| Attachment 10: Screenshot_from_2025-03-05_10-10-29.png
|
|
| Attachment 11: Screenshot_from_2025-03-05_10-11-17.png
|
|
| Attachment 12: Screenshot_from_2025-03-05_10-12-05.png
|
|
| Attachment 13: Screenshot_from_2025-03-05_10-12-35.png
|
|
| Attachment 14: Screenshot_from_2025-03-05_10-13-38.png
|
|
| Attachment 15: Screenshot_from_2025-03-05_10-14-59.png
|
|
| Attachment 16: Screenshot_from_2025-03-05_10-15-51.png
|
|
| Attachment 17: Screenshot_from_2025-03-08_09-11-40.png
|
|
| Attachment 18: Screenshot_from_2025-03-08_09-11-58.png
|
|
| Attachment 19: Screenshot_from_2025-03-08_09-13-07.png
|
|
| Attachment 20: Screenshot_from_2025-03-08_14-01-50.png
|
|
| Attachment 21: Screenshot_from_2025-03-08_12-21-22.png
|
|
| Attachment 22: 82Nb.png
|
|
| Attachment 23: fort.20
|
1740181310416027830 1740181310462573830 46546000
1740181314379331830 1740181314451993830 72662000
1740181324501315830 1740181324617479830 116164000
1740181376974789430 1740181377474705830 499916400
1740181459513723830 1740181459789329830 275606000
1740181472684599830 1740181473336943830 652344000
1740181483609919830 1740181484025137830 415218000
1740181486394917830 1740181486414643830 19726000
1740181535429997830 1740181535486977830 56980000
1740181582502657830 1740181582658121830 155464000
1740181669950647830 1740181670055571830 104924000
1740181766320255830 1740181767280107830 959852000
1740181822806463830 1740181822824085830 17622000
1740181828211681830 1740181828269763830 58082000
1740181832161495830 1740181832251859830 90364000
1740181873799675830 1740181874382679830 583004000
1740181898186145830 1740181898689407830 503262000
1740181912569403830 1740181913513341830 943938000
1740181922469747830 1740181923484805830 1015058000
1740181953551861830 1740181953574479830 22618000
1740182001372511830 1740182002423257830 1050746000
1740182122121969830 1740182122954373830 832404000
1740182133056271830 1740182133511511830 455240000
1740182198166029830 1740182198169983830 3954000
1740182218519195830 1740182218648647830 129452000
1740182225789369830 1740182226694367830 904998000
1740182233719277830 1740182233809875830 90598000
1740182242798399830 1740182243839355830 1040956000
1740182297748027830 1740182297757665830 9638000
1740182329340083940 1740182329507209830 167125890
1740182422137649830 1740182422204591830 66942000
1740182453057765980 1740182454001969830 944203850
1740182491302601830 1740182492222463830 919862000
1740182502324909830 1740182503388777250 1063867420
1740182533451109770 1740182533803407830 352298060
1740182650108673830 1740182650123275830 14602000
1740182650620471830 1740182650684029830 63558000
1740182657332395830 1740182658268631830 936236000
1740182675137751830 1740182675876729830 738978000
1740182695522677830 1740182695528121830 5444000
1740182695522677830 1740182695576639830 53962000
1740182699124443830 1740182699160933830 36490000
1740182774589505830 1740182774642119830 52614000
1740182788400041830 1740182789249763830 849722000
1740182795145333830 1740182795161811830 16478000
1740182799579341830 1740182800203849830 624508000
1740182833022203830 1740182833554627830 532424000
1740182833008351830 1740182833868049830 859698000
1740182850300057830 1740182850300171830 114000
1740182853519637830 1740182853549169830 29532000
1740182872355613830 1740182873212545830 856932000
1740182981890839830 1740182982632993830 742154000
1740183088279539680 1740183088583427830 303888150
1740183157200755830 1740183157622105830 421350000
1740183168153949830 1740183168324559520 170609690
1740183298658387800 1740183299600827830 942440030
1740183340536763830 1740183341550035830 1013272000
1740183358713683830 1740183358724135830 10452000
1740183361218203830 1740183361302769830 84566000
1740183368999405830 1740183369242759830 243354000
1740183378157747830 1740183378161847830 4100000
1740183392017515830 1740183392650817830 633302000
1740183392898773830 1740183392908437830 9664000
1740183430343907830 1740183430796893510 452985680
1740183495600450120 1740183496654639830 1054189710
1740183499192527830 1740183499934677830 742150000
1740183520567419830 1740183520593755830 26336000
1740183520567419830 1740183520593959830 26540000
1740183533847814970 1740183533883439830 35624860
1740183609407357830 1740183610203213830 795856000
1740183623231135830 1740183623675639830 444504000
1740183624200135830 1740183624377125830 176990000
1740183633317335590 1740183634320953830 1003618240
1740183654141117830 1740183654247993830 106876000
1740183685177551830 1740183685474749830 297198000
1740183705982027830 1740183705994487830 12460000
1740183819799418310 1740183820826517830 1027099520
1740183861396809830 1740183861435221830 38412000
1740183889048407830 1740183889205975830 157568000
1740183909493205830 1740183909746737830 253532000
1740183916799491830 1740183917851835830 1052344000
1740183961000127610 1740183961509131830 509004220
1740184026968183830 1740184027022665830 54482000
1740184068925171830 1740184069369193830 444022000
1740184213132761830 1740184213583253830 450492000
1740184216562267830 1740184216859705830 297438000
1740184223397913830 1740184224280007830 882094000
1740184241192923830 1740184241483771830 290848000
1740184248395839830 1740184248456119830 60280000
1740184397153579830 1740184397596381830 442802000
1740184486370623830 1740184486690735830 320112000
1740184493409551830 1740184493750790450 341238620
1740184496273603830 1740184496273751830 148000
1740184533991835830 1740184534361193830 369358000
1740184533691433830 1740184534361199830 669766000
1740184611010705830 1740184611305697830 294992000
1740184630864021830 1740184631516187070 652165240
1740184634560657830 1740184635541201830 980544000
1740184647737579740 1740184648768383830 1030804090
1740184686004407830 1740184686042157830 37750000
1740184710040993830 1740184710326503830 285510000
1740184713680849830 1740184713688195830 7346000
1740184744730343830 1740184744878163830 147820000
1740184745481106020 1740184745661581830 180475810
1740184814040697830 1740184814537017280 496319450
1740184838476723830 1740184838531136100 54412270
1740184856327707290 1740184856336829420 9122130
1740184896455815830 1740184897092755830 636940000
1740184934212025830 1740184934607075830 395050000
1740184959089001830 1740184959455149830 366148000
1740184989312194240 1740184989461529830 149335590
1740185065546045830 1740185066004243830 458198000
1740185079337231830 1740185079949735830 612504000
1740185090092877830 1740185090861011830 768134000
1740185107669373830 1740185107672071830 2698000
1740185142467443160 1740185142662225830 194782670
1740185144576955830 1740185145402617830 825662000
1740185168631721570 1740185169675027830 1043306260
1740185196333763830 1740185196778301830 444538000
1740185217086219830 1740185217180761830 94542000
1740185256139929830 1740185256171129830 31200000
1740185296450743830 1740185296734259830 283516000
1740185296647037120 1740185297259385830 612348710
1740185365157993820 1740185365465977830 307984010
1740185366334143830 1740185366461595830 127452000
1740185389377817830 1740185390364529830 986712000
1740185431017985830 1740185431231519830 213534000
1740185456374175830 1740185456374297830 122000
1740185462495711830 1740185463400439830 904728000
1740185475768135830 1740185476696689830 928554000
1740185493316475310 1740185493469397830 152922520
1740185507293497830 1740185507293667830 170000
1740185534548821830 1740185534575841830 27020000
1740185577215039830 1740185578192865830 977826000
1740185610486491830 1740185611259167830 772676000
1740185675687179830 1740185675697705830 10526000
1740185686589509280 1740185687075577830 486068550
1740185738832243560 1740185739520875830 688632270
1740185748159465830 1740185748171641830 12176000
1740185749149473830 1740185749150661830 1188000
1740185917250957830 1740185917252227830 1270000
1740185983300139760 1740185983486875830 186736070
1740185997033509830 1740185997812313830 778804000
1740186007168467830 1740186007525373830 356906000
1740186014327085830 1740186015097647830 770562000
1740186035298225830 1740186035398237830 100012000
1740186051929497830 1740186052593399830 663902000
1740186117652253830 1740186118355042790 702788960
1740186145181165830 1740186145648088700 466922870
1740186148560383830 1740186149521497830 961114000
1740186193696445830 1740186194372661960 676216130
1740186262759693830 1740186262769659830 9966000
1740186314674447830 1740186315702883830 1028436000
1740186318651617830 1740186318698297830 46680000
1740186359528095830 1740186359913739830 385644000
1740186387459519830 1740186387535839190 76319360
1740186428168717830 1740186428174129830 5412000
1740186448866711830 1740186449412135830 545424000
1740186487669651830 1740186487860057830 190406000
1740186501531533830 1740186501768333830 236800000
1740186532076671830 1740186532554191830 477520000
1740186532076671830 1740186532605769830 529098000
1740186542010719830 1740186542038429830 27710000
1740186542272959830 1740186542341239830 68280000
1740186549635287830 1740186550051381830 416094000
1740186552430103830 1740186552581297830 151194000
1740186570736609830 1740186571393437830 656828000
1740186576634987830 1740186576646149830 11162000
1740186590789325830 1740186591806317830 1016992000
1740186614486683830 1740186614559267830 72584000
1740186635046781830 1740186635367419830 320638000
1740186686884139830 1740186687195204810 311064980
1740186753268011830 1740186753436943830 168932000
1740186859820931830 1740186860325299830 504368000
1740186949106141830 1740186949666699830 560558000
1740186973119897830 1740186973142331830 22434000
1740187012307293830 1740187012514129150 206835320
1740187018124315830 1740187018615220410 490904580
1740187028885195830 1740187029357353830 472158000
1740187032383133830 1740187032424407830 41274000
1740187160161567830 1740187160172925830 11358000
1740187167099665830 1740187167321067830 221402000
1740187170272301560 1740187170317611830 45310270
1740187190481417830 1740187190653927830 172510000
1740187356602189830 1740187357479735830 877546000
1740187363273095830 1740187363768035830 494940000
1740187377322211360 1740187377688561830 366350470
1740187422097551830 1740187422722673830 625122000
1740187446309897830 1740187446344219810 34321980
1740187470734649830 1740187470813289830 78640000
1740187514947655830 1740187514953415830 5760000
1740187569790893680 1740187570343749830 552856150
1740187588050735830 1740187588125281830 74546000
1740187601748999830 1740187601805205830 56206000
1740187767070203830 1740187767070343830 140000
1740187801540689830 1740187802512794470 972104640
1740187818977571830 1740187819300737830 323166000
1740187832488093320 1740187832662601830 174508510
1740187852924645830 1740187853261611830 336966000
1740187884089581830 1740187884160553830 70972000
1740187884109549830 1740187884738635830 629086000
1740187909447471830 1740187909713567830 266096000
1740187911684061830 1740187912259129830 575068000
1740187929344426690 1740187929498001830 153575140
1740188019979811830 1740188020045297830 65486000
1740188057008837830 1740188057655477830 646640000
1740188084160379830 1740188084838919830 678540000
1740188132240125830 1740188133092025830 851900000
1740188153173213830 1740188153404215830 231002000
1740188153173213830 1740188153609179830 435966000
1740188156694496880 1740188156761535830 67038950
1740188166856009830 1740188166920411830 64402000
1740188177399220300 1740188177631119830 231899530
1740188216341619830 1740188216438131830 96512000
1740188281752860860 1740188282578835830 825974970
1740188291567267790 1740188291581219830 13952040
1740188318588211830 1740188319279589830 691378000
1740188356882815830 1740188356918011830 35196000
1740188412774163830 1740188412790995830 16832000
1740188415303767810 1740188415475279830 171512020
1740188549983441830 1740188550000219820 16777990
1740188551025051830 1740188551800895830 775844000
1740188553622899830 1740188554044965830 422066000
1740188691527469830 1740188691726671830 199202000
1740188736235583830 1740188737193385830 957802000
1740188740277985830 1740188740309329830 31344000
1740188743947511830 1740188744748811830 801300000
1740188760030318920 1740188760685971830 655652910
1740188816267619830 1740188816267745830 126000
1740188822644145830 1740188823586497830 942352000
1740188881547839830 1740188881707219830 159380000
1740188912364313830 1740188912392685830 28372000
1740188943427437830 1740188944469199830 1041762000
1740188950221349830 1740188950470209830 248860000
1740188999547753830 1740188999630035830 82282000
1740189036092031830 1740189036918955830 826924000
1740189036643031830 1740189037125519830 482488000
1740189046598633830 1740189046743361830 144728000
1740189082038773830 1740189082250087830 211314000
1740189105985825720 1740189106705081830 719256110
1740189143341917830 1740189143425601830 83684000
1740189191712563830 1740189191876569830 164006000
1740189219336577750 1740189219607397830 270820080
1740189281758787830 1740189282758469830 999682000
1740189326191199830 1740189326341895830 150696000
1740189343764511830 1740189344414209830 649698000
1740189367552309830 1740189367649673830 97364000
1740189370959115830 1740189371903873830 944758000
1740189392141195830 1740189392450361830 309166000
1740189426946741830 1740189427114527830 167786000
1740189512236091830 1740189512342463670 106371840
1740189516088592630 1740189516615677830 527085200
1740189533062405830 1740189533688345830 625940000
1740189533289875830 1740189533705719830 415844000
1740189564095211830 1740189564765925830 670714000
1740189602712853830 1740189603311485830 598632000
1740189606318977830 1740189606394029830 75052000
1740189615684543830 1740189616261713830 577170000
1740189622814025620 1740189623724103830 910078210
1740189686059437830 1740189686342279830 282842000
1740189739836535820 1740189739877271180 40735360
1740189781362703830 1740189781405581830 42878000
1740189819550673830 1740189820009167660 458493830
1740189875644163830 1740189875644333830 170000
1740189919976933830 1740189920032693830 55760000
1740189927399095740 1740189928412963830 1013868090
1740189960766467650 1740189961147266070 380798420
1740189961276011830 1740189961937633830 661622000
1740189998823847830 1740189999824131830 1000284000
1740190033713721830 1740190034242813830 529092000
1740190109217331830 1740190109646731830 429400000
1740190113477583830 1740190114042757560 565173730
1740190152133187830 1740190152559055830 425868000
1740190178149729230 1740190178640495830 490766600
1740190185565639830 1740190186124149830 558510000
1740190192704257830 1740190193057739830 353482000
1740190261228439830 1740190261354305830 125866000
1740190288528341030 1740190289580187110 1051846080
1740190305623017830 1740190305761227830 138210000
1740190375715937570 1740190375926025830 210088260
1740190388573327830 1740190389382575830 809248000
1740190389577311830 1740190390623971830 1046660000
1740190392817865790 1740190392890847830 72982040
1740190499385247830 1740190499570837830 185590000
1740190499245647830 1740190500044589830 798942000
1740190517565149830 1740190517882835830 317686000
1740190527489789830 1740190528062879830 573090000
1740190537793809830 1740190538192971830 399162000
1740190538211421830 1740190538244507830 33086000
1740190544382313830 1740190544765815830 383502000
1740190550954133830 1740190551119259830 165126000
1740190579387059830 1740190579917875830 530816000
1740190633783639830 1740190634237303830 453664000
1740190641174907830 1740190641663015830 488108000
1740190692042547830 1740190692179551830 137004000
1740190699592825610 1740190699674221830 81396220
1740190699832027830 1740190700233143830 401116000
1740190720232847830 1740190720304693830 71846000
1740190737118993830 1740190738030501830 911508000
1740190806337715830 1740190806566955830 229240000
... 1121 more lines ...
|
| Attachment 24: fort.21
|
1740181369608015830 1740181369240003830 368012000
1740181393543481740 1740181392910839830 632641910
1740181396759241830 1740181396697059830 62182000
1740181421061493830 1740181420063735830 997758000
1740181617675173830 1740181617418444410 256729420
1740181638445867740 1740181637731775830 714091910
1740181666648589830 1740181666233737830 414852000
1740181829036151420 1740181828321929830 714221590
1740181839689123830 1740181839267125830 421998000
1740181929297693830 1740181929086955830 210738000
1740181960250265830 1740181960058081830 192184000
1740181973854553830 1740181973495685830 358868000
1740182025691071830 1740182025681999830 9072000
1740182036728249830 1740182036617719830 110530000
1740182039599365830 1740182038768651830 830714000
1740182091673351740 1740182091542621830 130729910
1740182229710153200 1740182229063803830 646349370
1740182256368375560 1740182256309155830 59219730
1740182292271521830 1740182291625959830 645562000
1740182339376417830 1740182339219441830 156976000
1740182436582223830 1740182436447023830 135200000
1740182454261829830 1740182453779811830 482018000
1740182464057801830 1740182463993177830 64624000
1740182502324909830 1740182502018765830 306144000
1740182509476263830 1740182508652295830 823968000
1740182529625641830 1740182529223295830 402346000
1740182530133273830 1740182529955885830 177388000
1740182592569871830 1740182591820379830 749492000
1740182601462481830 1740182601453347830 9134000
1740182813062479830 1740182812859378750 203101080
1740182833310309640 1740182832584485830 725823810
1740182840035691830 1740182839990415550 45276280
1740182868709525830 1740182867645123830 1064402000
1740183058597355720 1740183057771839830 825515890
1740183105746303830 1740183105738129830 8174000
1740183130533935830 1740183130507089830 26846000
1740183219754131830 1740183219467777830 286354000
1740183282383367830 1740183281616885830 766482000
1740183320341031830 1740183319582545830 758486000
1740183434014441730 1740183433291059830 723381900
1740183436886103830 1740183436729225830 156878000
1740183523666905830 1740183523431479830 235426000
1740183544945009830 1740183544477099830 467910000
1740183581763091830 1740183580714217830 1048874000
1740183582476401830 1740183582086857830 389544000
1740183658429647830 1740183657963663830 465984000
1740183717176991680 1740183716248237830 928753850
1740183907284133830 1740183907010009830 274124000
1740183985268201830 1740183984668133830 600068000
1740183988809697830 1740183988580119830 229578000
1740183993510206110 1740183992867317830 642888280
1740184264947755830 1740184264878411830 69344000
1740184303944165830 1740184303781551830 162614000
1740184452125649830 1740184451173715830 951934000
1740184538419961830 1740184538023865830 396096000
1740184606812687830 1740184606390419830 422268000
1740184827389989830 1740184827013411180 376578650
1740184938438281830 1740184937862267830 576014000
1740185097166091830 1740185096916589830 249502000
1740185144858067830 1740185144217405780 640662050
1740185163165361460 1740185162389947830 775413630
1740185186500173830 1740185186191737830 308436000
1740185234746489830 1740185234142133830 604356000
1740185279515541830 1740185278986327830 529214000
1740185328895987830 1740185328076807830 819180000
1740185345641755830 1740185345313517830 328238000
1740185420941909830 1740185420845979830 95930000
1740185483470277830 1740185483075863830 394414000
1740185487263171830 1740185486226065830 1037106000
1740185507293497830 1740185507005793830 287704000
1740185593879233830 1740185593233505830 645728000
1740185597347703830 1740185597255365830 92338000
1740185604526685830 1740185603747619830 779066000
1740185659903669830 1740185659078973830 824696000
1740185676495275590 1740185676037941830 457333760
1740185770032569830 1740185769339840370 692729460
1740185811429081830 1740185810859291830 569790000
1740185866094355830 1740185865815547830 278808000
1740186024504451830 1740186024149421830 355030000
1740186156826509760 1740186155794925830 1031583930
1740186174025873830 1740186173745331830 280542000
1740186204828239830 1740186204250857830 577382000
1740186245761061830 1740186245046233830 714828000
1740186383482849830 1740186383003227830 479622000
1740186453056189820 1740186453044375830 11813990
1740186501873615830 1740186501318955830 554660000
1740186520897197720 1740186519931843830 965353890
1740186801429883830 1740186801338385830 91498000
1740186815238801830 1740186815039861830 198940000
1740186908513785800 1740186907566349830 947435970
1740186953041881830 1740186952713733830 328148000
1740186981345509830 1740186980515309830 830200000
1740187029651473770 1740187029394151830 257321940
1740187056287857830 1740187056060705830 227152000
1740187063667537830 1740187062908099830 759438000
1740187101098045830 1740187100700897830 397148000
1740187146477551830 1740187146379795830 97756000
1740187218146073830 1740187218131341830 14732000
1740187287396677830 1740187287285957830 110720000
1740187294197023830 1740187294089221830 107802000
1740187366903273830 1740187366571799830 331474000
1740187415474037830 1740187414730695830 743342000
1740187446309897830 1740187445896203830 413694000
1740187450322857830 1740187450200343830 122514000
1740187505678831830 1740187505459437830 219394000
1740187647483163440 1740187647184265830 298897610
1740187659799647830 1740187658747481830 1052166000
1740187663512963830 1740187663488397830 24566000
1740187667506085020 1740187667055151830 450933190
1740187673522617360 1740187673479179830 43437530
1740187708338347830 1740187708300107830 38240000
1740187764264929830 1740187763992383830 272546000
1740187809339247830 1740187808273327830 1065920000
1740187853084015830 1740187852932039830 151976000
1740187876986021830 1740187876690670850 295350980
1740187946808249830 1740187945986313830 821936000
1740187950558007830 1740187950507113440 50894390
1740188022013809830 1740188021566389830 447420000
1740188029319131830 1740188029195587830 123544000
1740188087801513830 1740188087544551830 256962000
1740188098395251830 1740188098316023830 79228000
1740188153820713830 1740188152897663830 923050000
1740188164281943820 1740188163941655820 340288000
1740188184435343830 1740188184136607830 298736000
1740188187664505830 1740188187437751830 226754000
1740188208063709830 1740188207137699830 926010000
1740188225438099830 1740188224506801820 931298010
1740188243761333830 1740188243288505720 472828110
1740188315561789830 1740188315132965830 428824000
1740188326902791830 1740188326185459830 717332000
1740188329956993830 1740188329582077830 374916000
1740188346236753830 1740188345617029830 619724000
1740188443563895830 1740188443309065830 254830000
1740188554259159830 1740188553363449830 895710000
1740188609215603830 1740188608798049830 417554000
1740188743327877830 1740188742816311330 511566500
1740188743799559830 1740188743157839830 641720000
1740188861810243830 1740188861205157830 605086000
1740188916156205830 1740188915757787830 398418000
1740188940804213830 1740188939866207830 938006000
1740188977503241830 1740188977422827830 80414000
1740189037343777830 1740189036818663830 525114000
1740189101898513830 1740189101886327830 12186000
1740189160384729830 1740189159702729830 682000000
1740189216498729830 1740189215873903830 624826000
1740189247060051830 1740189246779785830 280266000
1740189323865115180 1740189323687077830 178037350
1740189395177801830 1740189395012541830 165260000
1740189468250461830 1740189468089445830 161016000
1740189475323627830 1740189474459503830 864124000
1740189640963825830 1740189640508037830 455788000
1740189679095025830 1740189679034217830 60808000
1740189689436793830 1740189689377875830 58918000
1740189754790647830 1740189753927993830 862654000
1740189965363755830 1740189964941127830 422628000
1740189999381499830 1740189999334683830 46816000
1740190006909083830 1740190006546143830 362940000
1740190155079719830 1740190155014075540 65644290
1740190199708503830 1740190198894151830 814352000
1740190202782373830 1740190202345867830 436506000
1740190203174361830 1740190202252367830 921994000
1740190275596735830 1740190275200065830 396670000
1740190282401325830 1740190282178905830 222420000
1740190303026869820 1740190302566905830 459963990
1740190310367341830 1740190309373683830 993658000
1740190337740631830 1740190337507019830 233612000
1740190348000733830 1740190347373737830 626996000
1740190434038771830 1740190433827711460 211060370
1740190503134745830 1740190502449221830 685524000
1740190527407141800 1740190526908187630 498954170
1740190543996039830 1740190543981061830 14978000
1740190561303619830 1740190560929081410 374538420
1740190561922147830 1740190561526945830 395202000
1740190621016233830 1740190620960459830 55774000
1740190633595627830 1740190633465833830 129794000
1740190710236535830 1740190710092569830 143966000
1740190748208665830 1740190747928467830 280198000
1740190758567939830 1740190758328959830 238980000
1740190782622109830 1740190782558887830 63222000
1740190837683169830 1740190837492293830 190876000
1740190875809217830 1740190875557309830 251908000
1740190885936029830 1740190885563845830 372184000
1740190968197609830 1740190967950023790 247586040
1740191020683987220 1740191019817473830 866513390
1740191058843933830 1740191057845993830 997940000
1740191145433907830 1740191145231853830 202054000
1740191213907243830 1740191213166557830 740686000
1740191244784827830 1740191244183887830 600940000
1740191286318657830 1740191285903913830 414744000
1740191307635857830 1740191306829415720 806442110
1740191424794751830 1740191423870957830 923794000
1740191552067117830 1740191551590055830 477062000
1740191594040571830 1740191593191771830 848800000
1740191621042503830 1740191620489137830 553366000
1740191720911179830 1740191720539131830 372048000
1740191748315271830 1740191748108517830 206754000
1740191938395753830 1740191937614887830 780866000
1740191976120519760 1740191975919885830 200633930
1740192151690761830 1740192151390479830 300282000
1740192214494785830 1740192214169079830 325706000
1740192266357221280 1740192266132943830 224277450
1740192293222427830 1740192292972473830 249954000
1740192303492969830 1740192303414955830 78014000
1740192345417275780 1740192344425509830 991765950
1740192366376703830 1740192365606803830 769900000
1740192421086989830 1740192421022183830 64806000
1740192427741237830 1740192427561751830 179486000
1740192600471743600 1740192600329915830 141827770
1740192642487099830 1740192642068877830 418222000
1740192648522057830 1740192647923347660 598710170
1740192738502089830 1740192738412859830 89230000
1740192759040603830 1740192758338130880 702472950
1740192797364919830 1740192796647511830 717408000
1740193038896577830 1740193038463771830 432806000
1740193616512327830 1740193615728631830 783696000
1740193751311281830 1740193750534129830 777152000
1740193757516693640 1740193757371033830 145659810
1740193758177381740 1740193757610099830 567281910
1740193765263080850 1740193764950449830 312631020
1740193772359227830 1740193771378089830 981138000
1740193827462149830 1740193827142795830 319354000
1740193861503705830 1740193861395277830 108428000
1740193875623899830 1740193874773151830 850748000
1740194010568519830 1740194009983575830 584944000
1740194123359343830 1740194123003457760 355886070
1740194220365921690 1740194219586197830 779723860
1740194223726527830 1740194222862709830 863818000
1740194234071599830 1740194233626937830 444662000
1740194255031629830 1740194254520451830 511178000
1740194372119579830 1740194371886695830 232884000
1740194393167045830 1740194393131437830 35608000
1740194503756861490 1740194502939383830 817477660
1740194534541943810 1740194534464931830 77011980
1740194557995903830 1740194557492387830 503516000
1740194613667753830 1740194613254921830 412832000
1740194644321686640 1740194644208885830 112800810
1740194672829573830 1740194672386833830 442740000
1740194707623689830 1740194707314399830 309290000
1740194752352283830 1740194752146421810 205862020
1740194807030973830 1740194806666723830 364250000
1740194859282371830 1740194858728479830 553892000
1740194925112857830 1740194924158113830 954744000
1740194955762579830 1740194955468913830 293666000
1740194992582115830 1740194992559525830 22590000
1740195165843457830 1740195165231411830 612046000
1740195179735295830 1740195179340681830 394614000
1740195231748099830 1740195230726775670 1021324160
1740195332339723830 1740195332097859830 241864000
1740195373667877830 1740195372763349560 904528270
1740195421789901830 1740195421614327830 175574000
1740195456547897830 1740195455563933830 983964000
1740195583737087830 1740195583564455830 172632000
1740195603803791830 1740195603372601830 431190000
1740195662456287830 1740195662333089780 123198050
1740195700421795830 1740195700142409830 279386000
1740195765926623830 1740195765657037830 269586000
1740195787525227830 1740195786659804070 865423760
1740195843005907830 1740195842025655830 980252000
1740195924628785670 1740195924469199830 159585840
1740196153392255830 1740196153311053830 81202000
1740196246282704950 1740196245552675830 730029120
1740196349769807830 1740196348743877830 1025930000
1740196391199819830 1740196391045305830 154514000
1740196432636945830 1740196431646443830 990502000
1740196433087819830 1740196432757083830 330736000
1740196439216789830 1740196438662205830 554584000
1740196463898573830 1740196462880555830 1018018000
1740196553038263830 1740196552673787830 364476000
1740196553457565830 1740196552631859830 825706000
1740196605431829830 1740196604965743830 466086000
1740196732123201830 1740196731674317830 448884000
1740196746626891830 1740196746380703830 246188000
1740196805339959830 1740196804522651830 817308000
1740196915910017830 1740196915312111830 597906000
1740196925578571830 1740196924911754690 666817140
1740196956696935830 1740196956562663830 134272000
1740196966776517830 1740196966215405830 561112000
1740196995106397830 1740196994061137760 1045260070
1740196998145631740 1740196997877469830 268161910
1740197091264133830 1740197090833803830 430330000
1740197132685461830 1740197132557813830 127648000
1740197194934121830 1740197194501201830 432920000
1740197208891911830 1740197208586707830 305204000
1740197360449739830 1740197360182911830 266828000
1740197381975083830 1740197381065171830 909912000
1740197384420893810 1740197384408831830 12061980
1740197388421295830 1740197387803529830 617766000
1740197513104086420 1740197512271567830 832518590
1740197826550935830 1740197826237683830 313252000
1740197975355297830 1740197974400683830 954614000
1740197982494933270 1740197981967215830 527717440
1740198006355481600 1740198005669351830 686129770
1740198122952821830 1740198122323211830 629610000
1740198260827465830 1740198260007629830 819836000
1740198271739569830 1740198271294189830 445380000
1740198320620625830 1740198320256385830 364240000
1740198347980245830 1740198347817727830 162518000
1740198396087805830 1740198395309891830 777914000
1740198399717937380 1740198399660161830 57775550
1740198420148885830 1740198419438899830 709986000
... 477 more lines ...
|
| Attachment 25: implantdecay.f
|
*trigger
128
*oned
0..15 s 65536
20..35 s 65536
40..55 s 65536
60..75 s 64
80..96 s 64
100..115 s 65536
120..135 s 65536
140..155 s 65536
200..215 s 65536
250..254 s 4096
300..331 s 65536
400..405 s 65536
1400..1403 s 65536
2130..2131 s 65536
2030..2031 s 65536
2200..2201 s 65536
2210..2211 s 65536
2220..2229 s 1024
3030..3033 s 4096
*twod
1000..1001 s 4096 4096
1100..1101 s 512 512
2000..2003 s 512 512
2010..2011 s 512 512
2020..2021 s 1024 1024
2040..2049 s 512 512
2100..2101 s 512 512
2110..2113 s 512 512
2120..2127 s 1024 1024
2300..2301 s 1024 1024
2400..2401 s 1024 1024
2500..2501 s 1024 1024
2600..2601 s 1024 1024
3000..3001 s 512 512
3010..3011 s 1024 1024
3020..3021 s 512 512
3040..3041 s 512 512
*vars
*sort
C 201..232 s 65536
C 250..254 s 4096
C 2500..2505 s 1024 1024
C----67---------------------------------------------------------------72------80
SUBROUTINE init
IMPLICIT none
SAVE
C
C External functions
C
EXTERNAL dtime
C
INTEGER and, lshift, rshift, bb18order
C
LOGICAL btest
C
REAL float, secnds
C
C Parameter variables
C
INTEGER max
PARAMETER (max = 4096)
C
C Local variables
C
INTEGER adc_data, asic, ch, chx, channel, channel_ident
INTEGER count, data(0:4095), disc
INTEGER dsssd_a( 6 ), dsssd_b( 6 ), dsssd_c( 6 ), dsssd_d( 6 )
INTEGER dsssd_e( 6 ), dsssd_f( 6 ), dsssd_g( 6 ), dsssd_h( 6 )
INTEGER*8 dt, tsdata(0:4096), itsdata(0:4096)
INTEGER ediff, fee(32)
INTEGER hec_e_sum_x(2), hec_e_sum_y(2)
INTEGER hec_e_x_max(2), hec_e_y_max(2)
INTEGER hec_e_x_max_ch(2), hec_e_y_max_ch(2)
INTEGER lec_e(2), lec_x(2), lec_y(2)
INTEGER hec_x(2), hec_y(2)
INTEGER m_veto, veto( 1:64 )
INTEGER*8 e_time, e_time_old
INTEGER i
INTEGER*2 i2(2), i2_2(4)
INTEGER i4, i4_2(2)
INTEGER*8 i8, first_ts_value
INTEGER*8 items, items_old, events, events_old
INTEGER idata(0:4095), ierr, information, information_index
INTEGER invalid_id, j, j1, j1_old, j2, j2_old, k
INTEGER j3, j3_old, j4, j4_old
INTEGER l, m, mbs_data(0:3), module, m_disc, ptr, lec(8)
INTEGER m_p_lec(8), m_n_lec(8), m_p_hec(8), m_n_hec(8)
INTEGER sc_channel
INTEGER scaler( 32 ), scaler_old( 32 ), range, time_warp, total
INTEGER*8 timestamp, ts
INTEGER ts28, ts48, ts64
INTEGER*8 old_ts( 8, 2 ), ts_old
INTEGER implant_e( 0:383, 0:127, 1:8 )
INTEGER*8 implant_ts( 0:383, 0:127, 1:8 )
INTEGER*8 decay_ts( 0:383, 0:127, 1:8 )
INTEGER*8 dts( 0:511 ), cts( 0:511 ), min_dts( 0:511 )
INTEGER type, w(0:31), zzz, pulser, pulser_old
INTEGER z_lec, z_lec_veto, z_hec
C
LOGICAL hit(0:4095), ihit(0:4095)
LOGICAL first_event, next_event, first_ts
LOGICAL implant1, implant2, decay1, decay2, other1, other2
LOGICAL dt_tag, warp
LOGICAL first_info_code_4, first_info_code_5
REAL c(0:7), delta_t, gain(0:max-1), offset(0:max-1)
REAL t1, t2, t2_old
DOUBLE PRECISION rates( 32 ), t3, t4, t4_old, t5
C----67---------------------------------------------------------------72------80
C
C Namelists
C
NAMELIST /variables/ gain, offset, c, w,
+ dsssd_a, dsssd_b, dsssd_c, dsssd_d,
+ dsssd_e, dsssd_f, dsssd_g, dsssd_h, veto
C----67---------------------------------------------------------------72------80
C
C Common variables
C
INTEGER*2 gdata(0:15)
C
COMMON /fdata/ gdata
C
C Common variables
C
INTEGER*2 gid(0:15)
C
COMMON /fid/ gid
C
C Common variables
C
INTEGER mult
C
COMMON /fmult/ mult
C
EQUIVALENCE ( i8, i4_2(1) )
EQUIVALENCE ( i4, i2(1) )
C
C----67---------------------------------------------------------------72------80
WRITE ( 6, * ) ' *** FEB25 - implantdecay - March 2025'
WRITE ( 6, * ) ' *** Entry init commences'
C Initialise counters
events = 0
events_old = 0
pulser = 0
pulser_old = 0
time_warp = 0
invalid_id = 0
first_ts = .TRUE.
first_info_code_4 = .false.
first_info_code_5 = .false.
t3 = 0.0D+00
t4 = 0.0D+00
t4_old = 0.0D+00
C Initialise event data
DO i = 0, 4095
data( i ) = 0
tsdata(i) = 0
hit( i ) = .FALSE.
ENDDO
DO i = 1, 32
fee(i) = 0
ENDDO
DO i = 0, 511
min_dts( i ) = 999999999
cts( i ) = 0
ENDDO
first_event = .true.
next_event = .false.
ts_old = 0
e_time_old = 0
count = 0
total = 0
DO i = 0, 4095
gain( i ) = 1.0
offset( i ) = 0.0
ENDDO
DO i = 0, 31
w( i ) = 0
ENDDO
DO i = 0, 7
c( i ) = 1.0
ENDDO
DO i = 1, 64
veto(i) = -1
ENDDO
DO i = 1, 32
scaler( i ) = 0
scaler_old( i ) = 0
rates( i ) = 0.0
ENDDO
DO i = 1, 6
DO j = 1, 2
old_ts( i, j ) = 0
ENDDO
ENDDO
DO i = 0, 383
DO j = 0, 127
DO k = 1, 8
implant_ts( i, j, k ) = 0
decay_ts( i, j , k ) = 0
implant_e( i, j, k ) = 0
ENDDO
ENDDO
ENDDO
C Initialise time
t1 = SECNDS(0.0)
C Read program variables via NAMELIST I/O
OPEN( 1, FILE = '/home/td/FEB25/variables.dat',
+ IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** OPEN I/O error:', ierr
ENDIF
READ( 1, NML = variables, IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** READ I/O error:', ierr
ENDIF
CLOSE( 1, IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** CLOSE I/O error:', ierr
ENDIF
OPEN( 20, FILE = '/home/td/FEB25/20',STATUS='NEW',IOSTAT=ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** OPEN I/O error:', ierr
ENDIF
OPEN( 21, FILE = '/home/td/FEB25/21',STATUS='NEW',IOSTAT=ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** OPEN I/O error:', ierr
ENDIF
C Display program variables
DO i = 0, 511, 8
WRITE( 6, 9001 ) i, i+7, ( gain( j ), j = i, i+7 )
ENDDO
DO i = 0, 511, 8
WRITE( 6, 9002 ) i, i+7, ( offset( j ), j = i, i+7 )
ENDDO
DO i = 0, 7, 8
WRITE( 6, 9003 ) i, i+7, ( c(j), j = 1, 8 )
ENDDO
DO i = 0, 31, 8
WRITE( 6, 9004 ) i, i+7, ( w(j), j = i, i+7 )
ENDDO
DO i = 1, 2
WRITE( 6, 9005 ) i, dsssd_a(i), dsssd_b(i),
+ dsssd_c(i), dsssd_d(i),
+ dsssd_e(i), dsssd_f(i),
+ dsssd_g(i), dsssd_h(i)
ENDDO
WRITE ( 6, * ) ' *** Entry init ends'
RETURN
C----67---------------------------------------------------------------72------80
ENTRY sortin
items = items + 1
IF ( MOD( items, 10000000 ).EQ.0 ) THEN
t2 = SECNDS( t1 )
delta_t = t2 - t2_old
... 1425 more lines ...
|
| Attachment 26: titles.dat
|
s0 aida01: LEC ADC data items ( 268ms/ch )
s15 aida16: LEC ADC data items ( 268ms/ch )
s20 aida01: LEC ADC data items ( 268ms/ch ): 150-1500keV
s35 aida16: LEC ADC data items ( 268ms/ch ): 150-1500keV
s40 aida01: LEC ADC data items ( 268ms/ch ): >1500keV
s55 aida16: LEC ADC data items ( 268ms/ch ): >1500keV
s60 aida01: LEC hit pattern: 150-1500keV
s75 aida16: LEC hit pattern: 150-1500keV
s80 aida01: LEC hit pattern: >1500keV
s95 aida16: LEC hit pattern: >1500keV
s100 aida01: HEC ADC data items ( 268ms/ch )
s115 aida16: HEC ADC data items ( 268ms/ch )
s120 aida01: HEC ADC data items ( 268ms/ch ): 100-1000MeV
s135 aida16: HEC ADC data items ( 268ms/ch ): 100-1000MeV
s140 aida01: HEC ADC data items ( 268ms/ch ): >1000MeV
s155 aida16: HEC ADC data items ( 268ms/ch ): >1000MeV
s200 aida01: disc data items ( 65us/ch )
s207 aida08: disc data items ( 65us/ch )
s208 aida09: disc data items ( 65us/ch )
s215 aida16: disc data items ( 65us/ch )
s250 LEC & HEC channels (DSSSD order)
s251 LEC & HEC channels (ASIC order)
s301 DSSSD #1 LEC rate (Hz) versus time
s302 DSSSD #2 LEC rate (Hz) versus time
s303 DSSSD #1 HEC rate (Hz) versus time
s304 DSSSD #2 HEC rate (Hz) versus time
s400 DSSSD #1 LEC (decay) events ( 262.144us/ch )
s401 DSSSD #1 HEC (implant) events ( 262.144us/ch )
s402 DSSSD #1 LEC other (decay) events ( 262.144us/ch )
s403 DSSSD #2 LEC (decay) events ( 262.144us/ch )
s404 DSSSD #2 HEC (implant) events ( 262.144us/ch )
s405 DSSSD #2 HEC other (decay) events ( 262.144us/ch )
s1000 4*(module # - 1) + asic # (0-95 ADC; 100-195 Disc) v. timestamp (65us/ch)
s1001 HEC channel (2048-3071) versus energy
s1402 event length (clock)
s1403 end of event dt (clock)
s2000 m_p versus m_n DSSSD #1 (LEC)
s2001 m_p versus m_n DSSSD #2 (LEC)
s2002 m_p versus m_n DSSSD #1 (LEC) z_hec=1
s2003 m_p versus m_n DSSSD #2 (LEC) z_hec=2
s2010 x versus y DSSSD #1 (LEC)
s2011 x versus y DSSSD #2 (LEC)
s2020 E_p versus E_n DSSSD #1 (LEC)
s2021 E_p versus E_n DSSSD #2 (LEC)
s2030 LEC-LEC time DSSSD #1 (4.096us/ch)
s2031 LEC-LEC time DSSSD #2 (4.096us/ch)
s2040 x versus y DSSSD #1: HEC-LEC time < 1s
s2041 x versus y DSSSD #1: HEC-LEC time < 100s
s2045 x versus y DSSSD #2: HEC-LEC time < 1s
s2046 x versus y DSSSD #2: HEC-LEC time < 100s
s2100 m_p versus m_n DSSSD #1 (HEC)
s2101 m_p versus m_n DSSSD #2 (HEC)
s2110 x versus y DSSSD #1 (HEC)
s2111 x versus y DSSSD #2 (HEC)
s2112 x versus y DSSSD #1 (HEC) z_hec=1
s2113 x versus y DSSSD #2 (HEC) z_hec=3
s2120 E_p versus E_n DSSSD #1 (HEC)
s2121 E_p versus E_n DSSSD #2 (HEC)
s2122 E_p versus E_n DSSSD #1 (HEC) z_hec=1
s2123 E_p versus E_n DSSSD #2 (HEC) z_hec=3
s2124 E_p DSSSD #2 versus E_p DSSSD #1 (HEC) z_hec=3
s2125 dx versus dy (HEC)
s2126 dx versus dy (LEC)
s2127 E_p DSSSD #2 versus E_p DSSSD #1 (LEC)
s2130 HEC-HEC time DSSSD #1 (4.096us/ch)
s2131 HEC-HEC time DSSSD #2 (4.096us/ch)
s2200 per pixel HEC-LEC time DSSSD #1 (4.096us/ch)
s2201 per pixel HEC-LEC time DSSSD #2 (4.096us/ch)
s2220 per pixel HEC-LEC time DSSSD#1 (1s/ch) x,y,z HEC gate
s2221 per pixel HEC-LEC time DSSSD#2 (1s/ch) x,y,z HEC gate
s2210 per pixel HEC-LEC time DSSSD #1 (65.536us/ch)
s2211 per pixel HEC-LEC time DSSSD #2 (65.5360us/ch)
s2300 HEC E versus HEC-LEC dt DSSSD#1 (1s/ch)
s2301 HEC E versus HEC-LEC dt DSSSD#2 (1s/ch)
s2400 LEC E versus HEC-LEC dt DSSSD#1 (1s/ch)
s2401 LEC E versus HEC-LEC dt DSSSD#2 (1s/ch)
s2500 HEC xy versus HEC-LEC dt DSSSD#1 (1s/ch)
s2501 HEC xy versus HEC-LEC dt DSSSD#2 (1s/ch)
s3000 x versus y DSSSD #1 (LEC) Other
s3001 x versus y DSSSD #2 (LEC) Other
s3010 E_p versus E_n DSSSD #1 (LEC) Other
s3011 E_p versus E_n DSSSD #2 (LEC) Other
s3030 DSSSD#1 xy dt (HEC)
s3031 DSSSD#2 xy dt (HEC)
s3032 DSSSD#1 xy dt (LEC)
s3033 DSSSD#2 xy dt (LEC)
|
| Attachment 27: variables.dat
|
$variables
offset( 0) = 34.20
offset( 1) = 27.50
offset( 2) = -18.51
offset( 3) = 13.56
offset( 4) = -6.12
offset( 5) = -14.51
offset( 6) = 11.86
offset( 7) = -0.19
offset( 8) = 2.52
offset( 9) = 24.94
offset( 10) = 7.54
offset( 11) = -20.01
offset( 12) = -0.93
offset( 13) = 26.51
offset( 14) = -12.75
offset( 15) = -4.72
offset( 16) = 5.48
offset( 17) = -8.97
offset( 18) = 4.25
offset( 19) = -3.19
offset( 20) = -40.78
offset( 21) = -0.95
offset( 22) = -14.62
offset( 23) = -28.18
offset( 24) = -12.96
offset( 25) = 14.90
offset( 26) = -32.39
offset( 27) = 0.66
offset( 28) = 6.68
offset( 29) = 99999.99
offset( 30) = 15.03
offset( 31) = -2.98
offset( 32) = 16.22
offset( 33) = 27.02
offset( 34) = 99999.99
offset( 35) = 17.09
offset( 36) = 17.72
offset( 37) = 16.29
offset( 38) = 23.46
offset( 39) = 27.55
offset( 40) = 9.26
offset( 41) = 34.03
offset( 42) = 2.46
offset( 43) = 8.62
offset( 44) = 29.61
offset( 45) = -14.47
offset( 46) = 42.23
offset( 47) = -27.52
offset( 48) = 1.06
offset( 49) = 4.03
offset( 50) = 22.04
offset( 51) = -10.44
offset( 52) = 38.54
offset( 53) = 8.66
offset( 54) = 20.65
offset( 55) = 0.35
offset( 56) = 5.19
offset( 57) = 19.55
offset( 58) = -5.57
offset( 59) = -7.26
offset( 60) = -21.96
offset( 61) = 5.89
offset( 62) = 36.14
offset( 63) = 3.05
offset( 64) = -15.80
offset( 65) = 25.02
offset( 66) = -15.94
offset( 67) = 6.19
offset( 68) = -19.87
offset( 69) = 0.37
offset( 70) = -9.68
offset( 71) = 9.68
offset( 72) = -11.13
offset( 73) = -6.20
offset( 74) = -25.35
offset( 75) = -25.57
offset( 76) = -19.75
offset( 77) = 8.60
offset( 78) = -22.55
offset( 79) = -10.56
offset( 80) = 5.90
offset( 81) = -1.29
offset( 82) = -1.52
offset( 83) = 0.00
offset( 84) = 24.56
offset( 85) = -10.73
offset( 86) = 11.96
offset( 87) = -35.20
offset( 88) = 16.67
offset( 89) = 10.31
offset( 90) = -13.86
offset( 91) = -33.64
offset( 92) = 2.96
offset( 93) = -2.41
offset( 94) = 1.80
offset( 95) = 26.72
offset( 96) = -18.06
offset( 97) = -0.82
offset( 98) = -19.61
offset( 99) = 0.00
offset( 100) = -11.22
offset( 101) = 9.13
offset( 102) = -29.56
offset( 103) = -1.95
offset( 104) = -14.24
offset( 105) = -21.87
offset( 106) = -7.47
offset( 107) = -14.22
offset( 108) = -6.72
offset( 109) = -4.35
offset( 110) = -12.98
offset( 111) = -11.42
offset( 112) = 5.39
offset( 113) = 16.43
offset( 114) = -10.19
offset( 115) = -13.21
offset( 116) = 19.82
offset( 117) = -4.45
offset( 118) = 21.88
offset( 119) = 13.84
offset( 120) = 10.16
offset( 121) = 0.00
offset( 122) = 0.00
offset( 123) = 0.00
offset( 124) = 13.42
offset( 125) = 4.74
offset( 126) = 10.81
offset( 127) = 16.15
offset( 128) = -4.37
offset( 129) = 21.60
offset( 130) = 8.61
offset( 131) = -2.95
offset( 132) = -10.00
offset( 133) = 2.40
offset( 134) = -9.40
offset( 135) = -24.68
offset( 136) = 4.46
offset( 137) = -0.20
offset( 138) = 20.63
offset( 139) = -25.14
offset( 140) = -7.48
offset( 141) = 13.71
offset( 142) = -4.11
offset( 143) = -9.17
offset( 144) = 15.36
offset( 145) = 11.07
offset( 146) = -13.21
offset( 147) = -8.91
offset( 148) = 4.75
offset( 149) = -10.47
offset( 150) = 18.10
offset( 151) = 0.62
offset( 152) = -2.18
offset( 153) = 5.79
offset( 154) = 2.73
offset( 155) = 17.67
offset( 156) = 15.58
offset( 157) = -34.45
offset( 158) = -1.55
offset( 159) = 12.93
offset( 160) = 4.16
offset( 161) = -15.55
offset( 162) = 17.51
offset( 163) = -5.30
offset( 164) = 8.65
offset( 165) = -13.48
offset( 166) = -10.14
offset( 167) = -3.75
offset( 168) = 12.28
offset( 169) = -23.31
offset( 170) = -11.44
offset( 171) = 5.06
offset( 172) = -15.18
offset( 173) = 17.88
offset( 174) = 12.26
offset( 175) = -13.64
offset( 176) = -9.33
offset( 177) = 21.57
offset( 178) = 28.82
offset( 179) = 27.67
offset( 180) = 62.22
offset( 181) = -2.89
offset( 182) = 17.11
offset( 183) = 11.80
offset( 184) = 17.26
offset( 185) = 15.52
offset( 186) = -8.89
offset( 187) = 15.53
offset( 188) = -11.80
offset( 189) = 0.85
offset( 190) = 11.21
offset( 191) = 7.76
offset( 192) = 5.12
offset( 193) = 26.29
offset( 194) = 99999.99
offset( 195) = 7.45
offset( 196) = 99999.99
offset( 197) = 2.31
offset( 198) = -1.94
offset( 199) = 99999.99
offset( 200) = -0.41
offset( 201) = -23.18
offset( 202) = -1.82
offset( 203) = 17.39
offset( 204) = -10.40
offset( 205) = -13.42
offset( 206) = 8.22
offset( 207) = 2.93
offset( 208) = -56.48
offset( 209) = -10.42
offset( 210) = 50.72
offset( 211) = 0.45
offset( 212) = 27.74
offset( 213) = -16.62
offset( 214) = 15.39
offset( 215) = -13.44
offset( 216) = 34.58
offset( 217) = 15.20
offset( 218) = -3.05
offset( 219) = -0.28
offset( 220) = -40.52
offset( 221) = -31.47
offset( 222) = 20.29
offset( 223) = -13.69
offset( 224) = -1.11
offset( 225) = 33.58
offset( 226) = -16.57
offset( 227) = -4.95
offset( 228) = -11.93
offset( 229) = 7.06
offset( 230) = -2.90
offset( 231) = -38.90
offset( 232) = -8.84
offset( 233) = 1.20
offset( 234) = 3.21
offset( 235) = 17.26
offset( 236) = 4.76
offset( 237) = 13.15
offset( 238) = 13.66
offset( 239) = -2.42
offset( 240) = -1.46
offset( 241) = 0.03
offset( 242) = 20.72
offset( 243) = -0.74
offset( 244) = -2.03
offset( 245) = -36.41
offset( 246) = 5.31
offset( 247) = 3.45
offset( 248) = -9.35
offset( 249) = 8.61
offset( 250) = 6.18
offset( 251) = -72.01
offset( 252) = 11.53
offset( 253) = -13.74
offset( 254) = -2.41
offset( 255) = -16.47
offset( 256) = 6.19
offset( 257) = 13.35
offset( 258) = 10.44
offset( 259) = 16.45
offset( 260) = 13.62
offset( 261) = 36.59
offset( 262) = 24.89
offset( 263) = 11.04
offset( 264) = 12.12
offset( 265) = -1.04
offset( 266) = 20.55
offset( 267) = -19.88
offset( 268) = 10.57
offset( 269) = 31.05
offset( 270) = 23.09
offset( 271) = -17.38
offset( 272) = -18.40
offset( 273) = 16.00
offset( 274) = -5.59
offset( 275) = -3.98
offset( 276) = 0.70
offset( 277) = 4.32
offset( 278) = -13.61
offset( 279) = 26.62
offset( 280) = 17.81
offset( 281) = 7.10
offset( 282) = -30.97
offset( 283) = 13.50
offset( 284) = 88.96
offset( 285) = -0.03
offset( 286) = 8.64
offset( 287) = 1.86
offset( 288) = 4.27
offset( 289) = 19.21
offset( 290) = -33.21
offset( 291) = -28.54
offset( 292) = 7.98
offset( 293) = -8.69
offset( 294) = 1.27
offset( 295) = 20.08
offset( 296) = 15.92
offset( 297) = -4.67
offset( 298) = 30.68
... 1788 more lines ...
|
| Attachment 28: 20
|
1740181310416027830 1740181310462573830 544 71 46546000 96 56
1740181314379331830 1740181314451993830 574 68 72662000 126 59
1740181324501315830 1740181324617479830 175 65 116164000 144 62
1740181376974789430 1740181377474705830 539 69 499916400 91 58
1740181459513723830 1740181459789329830 560 195 275606000 112 67
1740181472684599830 1740181473336943830 542 72 652344000 94 55
1740181483609919830 1740181484025137830 537 77 415218000 89 50
1740181486394917830 1740181486414643830 557 72 19726000 109 55
1740181535429997830 1740181535486977830 550 209 56980000 102 81
1740181582502657830 1740181582658121830 537 73 155464000 89 54
1740181669950647830 1740181670055571830 558 72 104924000 110 55
1740181766320255830 1740181767280107830 185 206 959852000 134 78
1740181822806463830 1740181822824085830 181 81 17622000 138 46
1740181828211681830 1740181828269763830 567 90 58082000 119 37
1740181832161495830 1740181832251859830 571 77 90364000 123 50
1740181873799675830 1740181874382679830 562 206 583004000 114 78
1740181898186145830 1740181898689407830 556 232 503262000 108 104
1740181912569403830 1740181913513341830 557 79 943938000 109 48
1740181922469747830 1740181923484805830 174 195 1015058000 145 67
1740181953551861830 1740181953574479830 561 70 22618000 113 57
1740182001372511830 1740182002423257830 570 71 1050746000 122 56
1740182122121969830 1740182122954373830 560 64 832404000 112 63
1740182133056271830 1740182133511511830 567 89 455240000 119 38
1740182198166029830 1740182198169983830 574 202 3954000 126 74
1740182218519195830 1740182218648647830 184 77 129452000 135 50
1740182225789369830 1740182226694367830 544 80 904998000 96 47
1740182233719277830 1740182233809875830 549 202 90598000 101 74
1740182242798399830 1740182243839355830 565 67 1040956000 117 60
1740182297748027830 1740182297757665830 187 86 9638000 132 41
1740182329340083940 1740182329507209830 548 83 167125890 100 44
1740182422137649830 1740182422204591830 524 198 66942000 76 70
1740182453057765980 1740182454001969830 186 84 944203850 133 43
1740182491302601830 1740182492222463830 178 85 919862000 141 42
1740182502324909830 1740182503388777250 567 193 1063867420 119 65
1740182533451109770 1740182533803407830 568 221 352298060 120 93
1740182650108673830 1740182650123275830 571 80 14602000 123 47
1740182650620471830 1740182650684029830 180 205 63558000 139 77
1740182657332395830 1740182658268631830 524 205 936236000 76 77
1740182675137751830 1740182675876729830 528 87 738978000 80 40
1740182695522677830 1740182695528121830 567 195 5444000 119 67
1740182695522677830 1740182695576639830 567 195 53962000 119 67
1740182699124443830 1740182699160933830 556 200 36490000 108 72
1740182774589505830 1740182774642119830 181 95 52614000 138 32
1740182788400041830 1740182789249763830 553 96 849722000 105 31
1740182795145333830 1740182795161811830 191 220 16478000 128 92
1740182799579341830 1740182800203849830 551 74 624508000 103 53
1740182833022203830 1740182833554627830 188 66 532424000 131 61
1740182833008351830 1740182833868049830 549 202 859698000 101 74
1740182850300057830 1740182850300171830 567 77 114000 119 50
1740182853519637830 1740182853549169830 185 80 29532000 134 47
1740182872355613830 1740182873212545830 561 66 856932000 113 61
1740182981890839830 1740182982632993830 524 72 742154000 76 55
1740183088279539680 1740183088583427830 536 95 303888150 88 32
1740183157200755830 1740183157622105830 528 71 421350000 80 56
1740183168153949830 1740183168324559520 526 74 170609690 78 53
1740183298658387800 1740183299600827830 557 66 942440030 109 61
1740183340536763830 1740183341550035830 554 197 1013272000 106 69
1740183358713683830 1740183358724135830 552 92 10452000 104 35
1740183361218203830 1740183361302769830 178 68 84566000 141 59
1740183368999405830 1740183369242759830 533 73 243354000 85 54
1740183378157747830 1740183378161847830 190 195 4100000 129 67
1740183392017515830 1740183392650817830 557 197 633302000 109 69
1740183392898773830 1740183392908437830 572 93 9664000 124 34
1740183430343907830 1740183430796893510 525 75 452985680 77 52
1740183495600450120 1740183496654639830 526 66 1054189710 78 61
1740183499192527830 1740183499934677830 530 198 742150000 82 70
1740183520567419830 1740183520593755830 567 75 26336000 119 52
1740183520567419830 1740183520593959830 567 75 26540000 119 52
1740183533847814970 1740183533883439830 560 74 35624860 112 53
1740183609407357830 1740183610203213830 547 192 795856000 99 64
1740183623231135830 1740183623675639830 549 209 444504000 101 81
1740183624200135830 1740183624377125830 559 65 176990000 111 62
1740183633317335590 1740183634320953830 559 195 1003618240 111 67
1740183654141117830 1740183654247993830 564 197 106876000 116 69
1740183685177551830 1740183685474749830 560 77 297198000 112 50
1740183705982027830 1740183705994487830 182 85 12460000 137 42
1740183819799418310 1740183820826517830 566 195 1027099520 118 67
1740183861396809830 1740183861435221830 561 82 38412000 113 45
1740183889048407830 1740183889205975830 574 66 157568000 126 61
1740183909493205830 1740183909746737830 556 74 253532000 108 53
1740183916799491830 1740183917851835830 552 84 1052344000 104 43
1740183961000127610 1740183961509131830 567 195 509004220 119 67
1740184026968183830 1740184027022665830 550 66 54482000 102 61
1740184068925171830 1740184069369193830 570 229 444022000 122 101
1740184213132761830 1740184213583253830 548 80 450492000 100 47
1740184216562267830 1740184216859705830 575 202 297438000 127 74
1740184223397913830 1740184224280007830 176 82 882094000 143 45
1740184241192923830 1740184241483771830 544 77 290848000 96 50
1740184248395839830 1740184248456119830 186 85 60280000 133 42
1740184397153579830 1740184397596381830 551 65 442802000 103 62
1740184486370623830 1740184486690735830 571 195 320112000 123 67
1740184493409551830 1740184493750790450 561 192 341238620 113 64
1740184496273603830 1740184496273751830 545 206 148000 97 78
1740184533991835830 1740184534361193830 177 68 369358000 142 59
1740184533691433830 1740184534361199830 545 193 669766000 97 65
1740184611010705830 1740184611305697830 172 207 294992000 147 79
1740184630864021830 1740184631516187070 548 195 652165240 100 67
1740184634560657830 1740184635541201830 535 70 980544000 87 57
1740184647737579740 1740184648768383830 567 192 1030804090 119 64
1740184686004407830 1740184686042157830 548 197 37750000 100 69
1740184710040993830 1740184710326503830 527 192 285510000 79 64
1740184713680849830 1740184713688195830 565 74 7346000 117 53
1740184744730343830 1740184744878163830 560 71 147820000 112 56
1740184745481106020 1740184745661581830 546 75 180475810 98 52
1740184814040697830 1740184814537017280 557 68 496319450 109 59
1740184838476723830 1740184838531136100 176 217 54412270 143 89
1740184856327707290 1740184856336829420 563 219 9122130 115 91
1740184896455815830 1740184897092755830 551 90 636940000 103 37
1740184934212025830 1740184934607075830 553 193 395050000 105 65
1740184959089001830 1740184959455149830 564 75 366148000 116 52
1740184989312194240 1740184989461529830 571 77 149335590 123 50
1740185065546045830 1740185066004243830 569 198 458198000 121 70
1740185079337231830 1740185079949735830 526 96 612504000 78 31
1740185090092877830 1740185090861011830 181 209 768134000 138 81
1740185107669373830 1740185107672071830 182 76 2698000 137 51
1740185142467443160 1740185142662225830 172 66 194782670 147 61
1740185144576955830 1740185145402617830 178 200 825662000 141 72
1740185168631721570 1740185169675027830 565 85 1043306260 117 42
1740185196333763830 1740185196778301830 534 73 444538000 86 54
1740185217086219830 1740185217180761830 563 78 94542000 115 49
1740185256139929830 1740185256171129830 561 75 31200000 113 52
1740185296450743830 1740185296734259830 545 202 283516000 97 74
1740185296647037120 1740185297259385830 567 85 612348710 119 42
1740185365157993820 1740185365465977830 556 207 307984010 108 79
1740185366334143830 1740185366461595830 540 73 127452000 92 54
1740185389377817830 1740185390364529830 570 197 986712000 122 69
1740185431017985830 1740185431231519830 177 209 213534000 142 81
1740185456374175830 1740185456374297830 178 69 122000 141 58
1740185462495711830 1740185463400439830 539 193 904728000 91 65
1740185475768135830 1740185476696689830 531 84 928554000 83 43
1740185493316475310 1740185493469397830 540 74 152922520 92 53
1740185507293497830 1740185507293667830 187 193 170000 132 65
1740185534548821830 1740185534575841830 555 212 27020000 107 84
1740185577215039830 1740185578192865830 557 204 977826000 109 76
1740185610486491830 1740185611259167830 534 79 772676000 86 48
1740185675687179830 1740185675697705830 567 68 10526000 119 59
1740185686589509280 1740185687075577830 551 64 486068550 103 63
1740185738832243560 1740185739520875830 568 229 688632270 120 101
1740185748159465830 1740185748171641830 539 71 12176000 91 56
1740185749149473830 1740185749150661830 542 64 1188000 94 63
1740185917250957830 1740185917252227830 563 95 1270000 115 32
1740185983300139760 1740185983486875830 533 70 186736070 85 57
1740185997033509830 1740185997812313830 190 195 778804000 129 67
1740186007168467830 1740186007525373830 529 94 356906000 81 33
1740186014327085830 1740186015097647830 178 192 770562000 141 64
1740186035298225830 1740186035398237830 566 79 100012000 118 48
1740186051929497830 1740186052593399830 550 68 663902000 102 59
1740186117652253830 1740186118355042790 567 65 702788960 119 62
1740186145181165830 1740186145648088700 543 73 466922870 95 54
1740186148560383830 1740186149521497830 184 85 961114000 135 42
1740186193696445830 1740186194372661960 569 201 676216130 121 73
1740186262759693830 1740186262769659830 555 78 9966000 107 49
1740186314674447830 1740186315702883830 179 66 1028436000 140 61
1740186318651617830 1740186318698297830 174 87 46680000 145 40
1740186359528095830 1740186359913739830 560 81 385644000 112 46
1740186387459519830 1740186387535839190 179 81 76319360 140 46
1740186428168717830 1740186428174129830 551 79 5412000 103 48
1740186448866711830 1740186449412135830 571 77 545424000 123 50
1740186487669651830 1740186487860057830 571 68 190406000 123 59
1740186501531533830 1740186501768333830 566 209 236800000 118 81
1740186532076671830 1740186532554191830 559 195 477520000 111 67
1740186532076671830 1740186532605769830 559 195 529098000 111 67
1740186542010719830 1740186542038429830 553 86 27710000 105 41
1740186542272959830 1740186542341239830 575 88 68280000 127 39
1740186549635287830 1740186550051381830 526 193 416094000 78 65
1740186552430103830 1740186552581297830 559 89 151194000 111 38
1740186570736609830 1740186571393437830 180 85 656828000 139 42
1740186576634987830 1740186576646149830 546 223 11162000 98 95
1740186590789325830 1740186591806317830 181 211 1016992000 138 83
1740186614486683830 1740186614559267830 564 198 72584000 116 70
1740186635046781830 1740186635367419830 549 87 320638000 101 40
1740186686884139830 1740186687195204810 552 73 311064980 104 54
1740186753268011830 1740186753436943830 178 74 168932000 141 53
1740186859820931830 1740186860325299830 542 75 504368000 94 52
1740186949106141830 1740186949666699830 556 209 560558000 108 81
1740186973119897830 1740186973142331830 186 207 22434000 133 79
1740187012307293830 1740187012514129150 564 65 206835320 116 62
1740187018124315830 1740187018615220410 172 200 490904580 147 72
1740187028885195830 1740187029357353830 188 77 472158000 131 50
1740187032383133830 1740187032424407830 547 79 41274000 99 48
1740187160161567830 1740187160172925830 551 71 11358000 103 56
1740187167099665830 1740187167321067830 565 218 221402000 117 90
1740187170272301560 1740187170317611830 570 202 45310270 122 74
1740187190481417830 1740187190653927830 555 68 172510000 107 59
1740187356602189830 1740187357479735830 179 72 877546000 140 55
1740187363273095830 1740187363768035830 571 75 494940000 123 52
1740187377322211360 1740187377688561830 563 195 366350470 115 67
1740187422097551830 1740187422722673830 564 94 625122000 116 33
1740187446309897830 1740187446344219810 566 67 34321980 118 60
1740187470734649830 1740187470813289830 570 71 78640000 122 56
1740187514947655830 1740187514953415830 565 71 5760000 117 56
1740187569790893680 1740187570343749830 555 68 552856150 107 59
1740187588050735830 1740187588125281830 571 81 74546000 123 46
1740187601748999830 1740187601805205830 570 77 56206000 122 50
1740187767070203830 1740187767070343830 551 83 140000 103 44
1740187801540689830 1740187802512794470 573 218 972104640 125 90
1740187818977571830 1740187819300737830 556 232 323166000 108 104
1740187832488093320 1740187832662601830 568 221 174508510 120 93
1740187852924645830 1740187853261611830 547 86 336966000 99 41
1740187884089581830 1740187884160553830 544 67 70972000 96 60
1740187884109549830 1740187884738635830 574 192 629086000 126 64
1740187909447471830 1740187909713567830 527 64 266096000 79 63
1740187911684061830 1740187912259129830 538 72 575068000 90 55
1740187929344426690 1740187929498001830 530 88 153575140 82 39
1740188019979811830 1740188020045297830 173 87 65486000 146 40
1740188057008837830 1740188057655477830 535 71 646640000 87 56
1740188084160379830 1740188084838919830 543 229 678540000 95 101
1740188132240125830 1740188133092025830 550 83 851900000 102 44
1740188153173213830 1740188153404215830 553 65 231002000 105 62
1740188153173213830 1740188153609179830 553 65 435966000 105 62
1740188156694496880 1740188156761535830 568 74 67038950 120 53
1740188166856009830 1740188166920411830 534 74 64402000 86 53
1740188177399220300 1740188177631119830 545 223 231899530 97 95
1740188216341619830 1740188216438131830 572 197 96512000 124 69
1740188281752860860 1740188282578835830 525 96 825974970 77 31
1740188291567267790 1740188291581219830 548 69 13952040 100 58
1740188318588211830 1740188319279589830 551 71 691378000 103 56
1740188356882815830 1740188356918011830 553 88 35196000 105 39
1740188412774163830 1740188412790995830 182 79 16832000 137 48
1740188415303767810 1740188415475279830 568 200 171512020 120 72
1740188549983441830 1740188550000219820 190 68 16777990 129 59
1740188551025051830 1740188551800895830 574 80 775844000 126 47
1740188553622899830 1740188554044965830 537 200 422066000 89 72
1740188691527469830 1740188691726671830 555 65 199202000 107 62
1740188736235583830 1740188737193385830 536 193 957802000 88 65
1740188740277985830 1740188740309329830 570 66 31344000 122 61
1740188743947511830 1740188744748811830 571 64 801300000 123 63
1740188760030318920 1740188760685971830 548 203 655652910 100 75
1740188816267619830 1740188816267745830 575 234 126000 127 106
1740188822644145830 1740188823586497830 560 65 942352000 112 62
1740188881547839830 1740188881707219830 561 64 159380000 113 63
1740188912364313830 1740188912392685830 566 207 28372000 118 79
1740188943427437830 1740188944469199830 557 91 1041762000 109 36
1740188950221349830 1740188950470209830 525 82 248860000 77 45
1740188999547753830 1740188999630035830 542 90 82282000 94 37
1740189036092031830 1740189036918955830 531 89 826924000 83 38
1740189036643031830 1740189037125519830 541 67 482488000 93 60
1740189046598633830 1740189046743361830 525 78 144728000 77 49
1740189082038773830 1740189082250087830 532 82 211314000 84 45
1740189105985825720 1740189106705081830 539 74 719256110 91 53
1740189143341917830 1740189143425601830 530 96 83684000 82 31
1740189191712563830 1740189191876569830 528 66 164006000 80 61
1740189219336577750 1740189219607397830 573 207 270820080 125 79
1740189281758787830 1740189282758469830 570 198 999682000 122 70
1740189326191199830 1740189326341895830 551 195 150696000 103 67
1740189343764511830 1740189344414209830 562 192 649698000 114 64
1740189367552309830 1740189367649673830 566 83 97364000 118 44
1740189370959115830 1740189371903873830 574 220 944758000 126 92
1740189392141195830 1740189392450361830 571 78 309166000 123 49
1740189426946741830 1740189427114527830 524 83 167786000 76 44
1740189512236091830 1740189512342463670 531 70 106371840 83 57
1740189516088592630 1740189516615677830 571 83 527085200 123 44
1740189533062405830 1740189533688345830 558 231 625940000 110 103
1740189533289875830 1740189533705719830 567 201 415844000 119 73
1740189564095211830 1740189564765925830 182 65 670714000 137 62
1740189602712853830 1740189603311485830 529 91 598632000 81 36
1740189606318977830 1740189606394029830 559 202 75052000 111 74
1740189615684543830 1740189616261713830 557 205 577170000 109 77
1740189622814025620 1740189623724103830 530 73 910078210 82 54
1740189686059437830 1740189686342279830 539 72 282842000 91 55
1740189739836535820 1740189739877271180 544 223 40735360 96 95
1740189781362703830 1740189781405581830 574 65 42878000 126 62
1740189819550673830 1740189820009167660 532 195 458493830 84 67
1740189875644163830 1740189875644333830 178 87 170000 141 40
1740189919976933830 1740189920032693830 558 195 55760000 110 67
1740189927399095740 1740189928412963830 567 211 1013868090 119 83
1740189960766467650 1740189961147266070 573 65 380798420 125 62
1740189961276011830 1740189961937633830 531 206 661622000 83 78
1740189998823847830 1740189999824131830 544 205 1000284000 96 77
1740190033713721830 1740190034242813830 563 91 529092000 115 36
1740190109217331830 1740190109646731830 555 214 429400000 107 86
1740190113477583830 1740190114042757560 187 202 565173730 132 74
1740190152133187830 1740190152559055830 570 69 425868000 122 58
1740190178149729230 1740190178640495830 548 67 490766600 100 60
1740190185565639830 1740190186124149830 528 84 558510000 80 43
1740190192704257830 1740190193057739830 569 192 353482000 121 64
1740190261228439830 1740190261354305830 525 203 125866000 77 75
1740190288528341030 1740190289580187110 543 70 1051846080 95 57
1740190305623017830 1740190305761227830 567 87 138210000 119 40
1740190375715937570 1740190375926025830 191 67 210088260 128 60
1740190388573327830 1740190389382575830 566 200 809248000 118 72
1740190389577311830 1740190390623971830 174 201 1046660000 145 73
1740190392817865790 1740190392890847830 558 82 72982040 110 45
1740190499385247830 1740190499570837830 546 76 185590000 98 51
1740190499245647830 1740190500044589830 565 205 798942000 117 77
1740190517565149830 1740190517882835830 526 81 317686000 78 46
1740190527489789830 1740190528062879830 555 66 573090000 107 61
1740190537793809830 1740190538192971830 540 204 399162000 92 76
1740190538211421830 1740190538244507830 555 72 33086000 107 55
1740190544382313830 1740190544765815830 543 221 383502000 95 93
1740190550954133830 1740190551119259830 570 193 165126000 122 65
1740190579387059830 1740190579917875830 567 65 530816000 119 62
1740190633783639830 1740190634237303830 532 205 453664000 84 77
1740190641174907830 1740190641663015830 528 195 488108000 80 67
1740190692042547830 1740190692179551830 575 83 137004000 127 44
1740190699592825610 1740190699674221830 557 87 81396220 109 40
1740190699832027830 1740190700233143830 179 201 401116000 140 73
1740190720232847830 1740190720304693830 537 69 71846000 89 58
1740190737118993830 1740190738030501830 532 192 911508000 84 64
1740190806337715830 1740190806566955830 560 85 229240000 112 42
... 920 more lines ...
|
| Attachment 29: 21
|
1740181369608015830 1740181369240003830 2579 2112 368012000 83 63
1740181393543481740 1740181392910839830 2226 2113 632641910 141 62
1740181396759241830 1740181396697059830 2600 2143 62182000 104 32
1740181421061493830 1740181420063735830 2615 2249 997758000 119 73
1740181617675173830 1740181617418444410 2623 2243 256729420 127 67
1740181638445867740 1740181637731775830 2592 2124 714091910 96 51
1740181666648589830 1740181666233737830 2593 2274 414852000 97 98
1740181829036151420 1740181828321929830 2572 2136 714221590 76 39
1740181839689123830 1740181839267125830 2602 2117 421998000 106 58
1740181929297693830 1740181929086955830 2218 2135 210738000 149 40
1740181960250265830 1740181960058081830 2592 2137 192184000 96 38
1740181973854553830 1740181973495685830 2603 2253 358868000 107 77
1740182025691071830 1740182025681999830 2233 2243 9072000 134 67
1740182036728249830 1740182036617719830 2226 2117 110530000 141 58
1740182039599365830 1740182038768651830 2623 2246 830714000 127 70
1740182091673351740 1740182091542621830 2598 2241 130729910 102 65
1740182229710153200 1740182229063803830 2609 2246 646349370 113 70
1740182256368375560 1740182256309155830 2615 2248 59219730 119 72
1740182292271521830 1740182291625959830 2598 2246 645562000 102 70
1740182339376417830 1740182339219441830 2235 2249 156976000 132 73
1740182436582223830 1740182436447023830 2615 2249 135200000 119 73
1740182454261829830 1740182453779811830 2597 2253 482018000 101 77
1740182464057801830 1740182463993177830 2574 2245 64624000 78 69
1740182502324909830 1740182502018765830 2615 2241 306144000 119 65
1740182509476263830 1740182508652295830 2619 2254 823968000 123 78
1740182529625641830 1740182529223295830 2604 2243 402346000 108 67
1740182530133273830 1740182529955885830 2601 2113 177388000 105 62
1740182592569871830 1740182591820379830 2619 2250 749492000 123 74
1740182601462481830 1740182601453347830 2589 2258 9134000 93 82
1740182813062479830 1740182812859378750 2615 2251 203101080 119 75
1740182833310309640 1740182832584485830 2615 2112 725823810 119 63
1740182840035691830 1740182839990415550 2617 2122 45276280 121 53
1740182868709525830 1740182867645123830 2606 2249 1064402000 110 73
1740183058597355720 1740183057771839830 2234 2257 825515890 133 81
1740183105746303830 1740183105738129830 2220 2243 8174000 147 67
1740183130533935830 1740183130507089830 2594 2253 26846000 98 77
1740183219754131830 1740183219467777830 2621 2119 286354000 125 56
1740183282383367830 1740183281616885830 2572 2240 766482000 76 64
1740183320341031830 1740183319582545830 2605 2133 758486000 109 42
1740183434014441730 1740183433291059830 2604 2243 723381900 108 67
1740183436886103830 1740183436729225830 2229 2113 156878000 138 62
1740183523666905830 1740183523431479830 2600 2271 235426000 104 95
1740183544945009830 1740183544477099830 2618 2138 467910000 122 37
1740183581763091830 1740183580714217830 2618 2248 1048874000 122 72
1740183582476401830 1740183582086857830 2579 2118 389544000 83 57
1740183658429647830 1740183657963663830 2586 2144 465984000 90 31
1740183717176991680 1740183716248237830 2233 2122 928753850 134 53
1740183907284133830 1740183907010009830 2615 2117 274124000 119 58
1740183985268201830 1740183984668133830 2615 2259 600068000 119 83
1740183988809697830 1740183988580119830 2587 2114 229578000 91 61
1740183993510206110 1740183992867317830 2597 2133 642888280 101 42
1740184264947755830 1740184264878411830 2605 2121 69344000 109 54
1740184303944165830 1740184303781551830 2575 2266 162614000 79 90
1740184452125649830 1740184451173715830 2617 2249 951934000 121 73
1740184538419961830 1740184538023865830 2228 2122 396096000 139 53
1740184606812687830 1740184606390419830 2619 2243 422268000 123 67
1740184827389989830 1740184827013411180 2615 2241 376578650 119 65
1740184938438281830 1740184937862267830 2618 2243 576014000 122 67
1740185097166091830 1740185096916589830 2225 2117 249502000 142 58
1740185144858067830 1740185144217405780 2617 2274 640662050 121 98
1740185163165361460 1740185162389947830 2597 2119 775413630 101 56
1740185186500173830 1740185186191737830 2592 2127 308436000 96 48
1740185234746489830 1740185234142133830 2236 2265 604356000 131 89
1740185279515541830 1740185278986327830 2603 2124 529214000 107 51
1740185328895987830 1740185328076807830 2615 2269 819180000 119 93
1740185345641755830 1740185345313517830 2218 2139 328238000 149 36
1740185420941909830 1740185420845979830 2590 2132 95930000 94 43
1740185483470277830 1740185483075863830 2618 2252 394414000 122 76
1740185487263171830 1740185486226065830 2602 2243 1037106000 106 67
1740185507293497830 1740185507005793830 2235 2241 287704000 132 65
1740185593879233830 1740185593233505830 2609 2124 645728000 113 51
1740185597347703830 1740185597255365830 2589 2245 92338000 93 69
1740185604526685830 1740185603747619830 2602 2249 779066000 106 73
1740185659903669830 1740185659078973830 2576 2112 824696000 80 63
1740185676495275590 1740185676037941830 2238 2129 457333760 129 46
1740185770032569830 1740185769339840370 2220 2143 692729460 147 32
1740185811429081830 1740185810859291830 2236 2119 569790000 131 56
1740185866094355830 1740185865815547830 2612 2116 278808000 116 59
1740186024504451830 1740186024149421830 2609 2129 355030000 113 46
1740186156826509760 1740186155794925830 2604 2123 1031583930 108 52
1740186174025873830 1740186173745331830 2622 2240 280542000 126 64
1740186204828239830 1740186204250857830 2617 2119 577382000 121 56
1740186245761061830 1740186245046233830 2606 2240 714828000 110 64
1740186383482849830 1740186383003227830 2579 2129 479622000 83 46
1740186453056189820 1740186453044375830 2610 2117 11813990 114 58
1740186501873615830 1740186501318955830 2613 2253 554660000 117 77
1740186520897197720 1740186519931843830 2615 2280 965353890 119 104
1740186801429883830 1740186801338385830 2607 2241 91498000 111 65
1740186815238801830 1740186815039861830 2599 2274 198940000 103 98
1740186908513785800 1740186907566349830 2595 2243 947435970 99 67
1740186953041881830 1740186952713733830 2619 2240 328148000 123 64
1740186981345509830 1740186980515309830 2590 2114 830200000 94 61
1740187029651473770 1740187029394151830 2607 2258 257321940 111 82
1740187056287857830 1740187056060705830 2580 2240 227152000 84 64
1740187063667537830 1740187062908099830 2573 2243 759438000 77 67
1740187101098045830 1740187100700897830 2600 2112 397148000 104 63
1740187146477551830 1740187146379795830 2602 2126 97756000 106 49
1740187218146073830 1740187218131341830 2609 2144 14732000 113 31
1740187287396677830 1740187287285957830 2613 2250 110720000 117 74
1740187294197023830 1740187294089221830 2615 2248 107802000 119 72
1740187366903273830 1740187366571799830 2617 2127 331474000 121 48
1740187415474037830 1740187414730695830 2587 2254 743342000 91 78
1740187446309897830 1740187445896203830 2614 2115 413694000 118 60
1740187450322857830 1740187450200343830 2619 2268 122514000 123 92
1740187505678831830 1740187505459437830 2612 2240 219394000 116 64
1740187647483163440 1740187647184265830 2226 2117 298897610 141 58
1740187659799647830 1740187658747481830 2224 2258 1052166000 143 82
1740187663512963830 1740187663488397830 2235 2283 24566000 132 107
1740187667506085020 1740187667055151830 2602 2246 450933190 106 70
1740187673522617360 1740187673479179830 2590 2250 43437530 94 74
1740187708338347830 1740187708300107830 2587 2241 38240000 91 65
1740187764264929830 1740187763992383830 2606 2129 272546000 110 46
1740187809339247830 1740187808273327830 2574 2115 1065920000 78 60
1740187853084015830 1740187852932039830 2608 2115 151976000 112 60
1740187876986021830 1740187876690670850 2577 2254 295350980 81 78
1740187946808249830 1740187945986313830 2599 2127 821936000 103 48
1740187950558007830 1740187950507113440 2595 2243 50894390 99 67
1740188022013809830 1740188021566389830 2608 2255 447420000 112 79
1740188029319131830 1740188029195587830 2585 2254 123544000 89 78
1740188087801513830 1740188087544551830 2598 2113 256962000 102 62
1740188098395251830 1740188098316023830 2228 2127 79228000 139 48
1740188153820713830 1740188152897663830 2609 2114 923050000 113 61
1740188164281943820 1740188163941655820 2218 2118 340288000 149 57
1740188184435343830 1740188184136607830 2599 2253 298736000 103 77
1740188187664505830 1740188187437751830 2606 2240 226754000 110 64
1740188208063709830 1740188207137699830 2615 2254 926010000 119 78
1740188225438099830 1740188224506801820 2574 2120 931298010 78 55
1740188243761333830 1740188243288505720 2615 2113 472828110 119 62
1740188315561789830 1740188315132965830 2598 2124 428824000 102 51
1740188326902791830 1740188326185459830 2576 2137 717332000 80 38
1740188329956993830 1740188329582077830 2591 2246 374916000 95 70
1740188346236753830 1740188345617029830 2613 2140 619724000 117 35
1740188443563895830 1740188443309065830 2600 2249 254830000 104 73
1740188554259159830 1740188553363449830 2596 2116 895710000 100 59
1740188609215603830 1740188608798049830 2587 2130 417554000 91 45
1740188743327877830 1740188742816311330 2615 2279 511566500 119 103
1740188743799559830 1740188743157839830 2593 2274 641720000 97 98
1740188861810243830 1740188861205157830 2618 2132 605086000 122 43
1740188916156205830 1740188915757787830 2574 2122 398418000 78 53
1740188940804213830 1740188939866207830 2605 2122 938006000 109 53
1740188977503241830 1740188977422827830 2604 2129 80414000 108 46
1740189037343777830 1740189036818663830 2582 2144 525114000 86 31
1740189101898513830 1740189101886327830 2230 2115 12186000 137 60
1740189160384729830 1740189159702729830 2609 2252 682000000 113 76
1740189216498729830 1740189215873903830 2598 2241 624826000 102 65
1740189247060051830 1740189246779785830 2597 2256 280266000 101 80
1740189323865115180 1740189323687077830 2619 2263 178037350 123 87
1740189395177801830 1740189395012541830 2615 2240 165260000 119 64
1740189468250461830 1740189468089445830 2617 2272 161016000 121 96
1740189475323627830 1740189474459503830 2612 2113 864124000 116 62
1740189640963825830 1740189640508037830 2615 2113 455788000 119 62
1740189679095025830 1740189679034217830 2598 2137 60808000 102 38
1740189689436793830 1740189689377875830 2575 2119 58918000 79 56
1740189754790647830 1740189753927993830 2618 2250 862654000 122 74
1740189965363755830 1740189964941127830 2591 2117 422628000 95 58
1740189999381499830 1740189999334683830 2618 2254 46816000 122 78
1740190006909083830 1740190006546143830 2591 2133 362940000 95 42
1740190155079719830 1740190155014075540 2615 2277 65644290 119 101
1740190199708503830 1740190198894151830 2615 2282 814352000 119 106
1740190202782373830 1740190202345867830 2614 2245 436506000 118 69
1740190203174361830 1740190202252367830 2219 2123 921994000 148 52
1740190275596735830 1740190275200065830 2610 2253 396670000 114 77
1740190282401325830 1740190282178905830 2224 2132 222420000 143 43
1740190303026869820 1740190302566905830 2583 2117 459963990 87 58
1740190310367341830 1740190309373683830 2227 2253 993658000 140 77
1740190337740631830 1740190337507019830 2585 2133 233612000 89 42
1740190348000733830 1740190347373737830 2574 2128 626996000 78 47
1740190434038771830 1740190433827711460 2622 2127 211060370 126 48
1740190503134745830 1740190502449221830 2601 2255 685524000 105 79
1740190527407141800 1740190526908187630 2578 2118 498954170 82 57
1740190543996039830 1740190543981061830 2597 2252 14978000 101 76
1740190561303619830 1740190560929081410 2575 2251 374538420 79 75
1740190561922147830 1740190561526945830 2615 2241 395202000 119 65
1740190621016233830 1740190620960459830 2593 2122 55774000 97 53
1740190633595627830 1740190633465833830 2590 2142 129794000 94 33
1740190710236535830 1740190710092569830 2592 2240 143966000 96 64
1740190748208665830 1740190747928467830 2574 2240 280198000 78 64
1740190758567939830 1740190758328959830 2622 2249 238980000 126 73
1740190782622109830 1740190782558887830 2608 2245 63222000 112 69
1740190837683169830 1740190837492293830 2596 2117 190876000 100 58
1740190875809217830 1740190875557309830 2615 2241 251908000 119 65
1740190885936029830 1740190885563845830 2595 2266 372184000 99 90
1740190968197609830 1740190967950023790 2599 2241 247586040 103 65
1740191020683987220 1740191019817473830 2218 2118 866513390 149 57
1740191058843933830 1740191057845993830 2618 2121 997940000 122 54
1740191145433907830 1740191145231853830 2595 2250 202054000 99 74
1740191213907243830 1740191213166557830 2230 2251 740686000 137 75
1740191244784827830 1740191244183887830 2599 2241 600940000 103 65
1740191286318657830 1740191285903913830 2596 2133 414744000 100 42
1740191307635857830 1740191306829415720 2615 2140 806442110 119 35
1740191424794751830 1740191423870957830 2608 2123 923794000 112 52
1740191552067117830 1740191551590055830 2589 2260 477062000 93 84
1740191594040571830 1740191593191771830 2614 2245 848800000 118 69
1740191621042503830 1740191620489137830 2233 2241 553366000 134 65
1740191720911179830 1740191720539131830 2589 2124 372048000 93 51
1740191748315271830 1740191748108517830 2603 2250 206754000 107 74
1740191938395753830 1740191937614887830 2576 2241 780866000 80 65
1740191976120519760 1740191975919885830 2581 2129 200633930 85 46
1740192151690761830 1740192151390479830 2580 2130 300282000 84 45
1740192214494785830 1740192214169079830 2622 2240 325706000 126 64
1740192266357221280 1740192266132943830 2597 2121 224277450 101 54
1740192293222427830 1740192292972473830 2587 2118 249954000 91 57
1740192303492969830 1740192303414955830 2611 2130 78014000 115 45
1740192345417275780 1740192344425509830 2578 2115 991765950 82 60
1740192366376703830 1740192365606803830 2572 2243 769900000 76 67
1740192421086989830 1740192421022183830 2613 2122 64806000 117 53
1740192427741237830 1740192427561751830 2601 2262 179486000 105 86
1740192600471743600 1740192600329915830 2576 2241 141827770 80 65
1740192642487099830 1740192642068877830 2591 2125 418222000 95 50
1740192648522057830 1740192647923347660 2579 2114 598710170 83 61
1740192738502089830 1740192738412859830 2615 2240 89230000 119 64
1740192759040603830 1740192758338130880 2615 2243 702472950 119 67
1740192797364919830 1740192796647511830 2226 2118 717408000 141 57
1740193038896577830 1740193038463771830 2222 2113 432806000 145 62
1740193616512327830 1740193615728631830 2597 2252 783696000 101 76
1740193751311281830 1740193750534129830 2233 2241 777152000 134 65
1740193757516693640 1740193757371033830 2238 2282 145659810 129 106
1740193758177381740 1740193757610099830 2593 2253 567281910 97 77
1740193765263080850 1740193764950449830 2615 2115 312631020 119 60
1740193772359227830 1740193771378089830 2609 2259 981138000 113 83
1740193827462149830 1740193827142795830 2611 2260 319354000 115 84
1740193861503705830 1740193861395277830 2619 2252 108428000 123 76
1740193875623899830 1740193874773151830 2235 2243 850748000 132 67
1740194010568519830 1740194009983575830 2615 2113 584944000 119 62
1740194123359343830 1740194123003457760 2615 2291 355886070 119 115
1740194220365921690 1740194219586197830 2228 2241 779723860 139 65
1740194223726527830 1740194222862709830 2622 2240 863818000 126 64
1740194234071599830 1740194233626937830 2581 2123 444662000 85 52
1740194255031629830 1740194254520451830 2592 2122 511178000 96 53
1740194372119579830 1740194371886695830 2235 2112 232884000 132 63
1740194393167045830 1740194393131437830 2597 2241 35608000 101 65
1740194503756861490 1740194502939383830 2614 2119 817477660 118 56
1740194534541943810 1740194534464931830 2222 2246 77011980 145 70
1740194557995903830 1740194557492387830 2572 2130 503516000 76 45
1740194613667753830 1740194613254921830 2601 2240 412832000 105 64
1740194644321686640 1740194644208885830 2222 2120 112800810 145 55
1740194672829573830 1740194672386833830 2598 2112 442740000 102 63
1740194707623689830 1740194707314399830 2575 2241 309290000 79 65
1740194752352283830 1740194752146421810 2223 2139 205862020 144 36
1740194807030973830 1740194806666723830 2612 2112 364250000 116 63
1740194859282371830 1740194858728479830 2613 2240 553892000 117 64
1740194925112857830 1740194924158113830 2592 2271 954744000 96 95
1740194955762579830 1740194955468913830 2588 2122 293666000 92 53
1740194992582115830 1740194992559525830 2574 2253 22590000 78 77
1740195165843457830 1740195165231411830 2619 2240 612046000 123 64
1740195179735295830 1740195179340681830 2609 2128 394614000 113 47
1740195231748099830 1740195230726775670 2621 2134 1021324160 125 41
1740195332339723830 1740195332097859830 2605 2282 241864000 109 106
1740195373667877830 1740195372763349560 2589 2117 904528270 93 58
1740195421789901830 1740195421614327830 2225 2241 175574000 142 65
1740195456547897830 1740195455563933830 2601 2241 983964000 105 65
1740195583737087830 1740195583564455830 2616 2143 172632000 120 32
1740195603803791830 1740195603372601830 2598 2113 431190000 102 62
1740195662456287830 1740195662333089780 2604 2116 123198050 108 59
1740195700421795830 1740195700142409830 2592 2241 279386000 96 65
1740195765926623830 1740195765657037830 2572 2141 269586000 76 34
1740195787525227830 1740195786659804070 2233 2243 865423760 134 67
1740195843005907830 1740195842025655830 2609 2132 980252000 113 43
1740195924628785670 1740195924469199830 2592 2120 159585840 96 55
1740196153392255830 1740196153311053830 2623 2243 81202000 127 67
1740196246282704950 1740196245552675830 2597 2113 730029120 101 62
1740196349769807830 1740196348743877830 2605 2140 1025930000 109 35
1740196391199819830 1740196391045305830 2623 2294 154514000 127 118
1740196432636945830 1740196431646443830 2617 2113 990502000 121 62
1740196433087819830 1740196432757083830 2228 2240 330736000 139 64
1740196439216789830 1740196438662205830 2590 2132 554584000 94 43
1740196463898573830 1740196462880555830 2617 2240 1018018000 121 64
1740196553038263830 1740196552673787830 2225 2127 364476000 142 48
1740196553457565830 1740196552631859830 2615 2240 825706000 119 64
1740196605431829830 1740196604965743830 2572 2124 466086000 76 51
1740196732123201830 1740196731674317830 2613 2128 448884000 117 47
1740196746626891830 1740196746380703830 2610 2127 246188000 114 48
1740196805339959830 1740196804522651830 2619 2121 817308000 123 54
1740196915910017830 1740196915312111830 2235 2113 597906000 132 62
1740196925578571830 1740196924911754690 2601 2113 666817140 105 62
1740196956696935830 1740196956562663830 2615 2250 134272000 119 74
1740196966776517830 1740196966215405830 2613 2135 561112000 117 40
1740196995106397830 1740196994061137760 2615 2241 1045260070 119 65
1740196998145631740 1740196997877469830 2226 2126 268161910 141 49
1740197091264133830 1740197090833803830 2233 2263 430330000 134 87
1740197132685461830 1740197132557813830 2590 2126 127648000 94 49
1740197194934121830 1740197194501201830 2583 2261 432920000 87 85
1740197208891911830 1740197208586707830 2573 2119 305204000 77 56
1740197360449739830 1740197360182911830 2575 2136 266828000 79 39
1740197381975083830 1740197381065171830 2573 2128 909912000 77 47
1740197384420893810 1740197384408831830 2617 2115 12061980 121 60
1740197388421295830 1740197387803529830 2619 2253 617766000 123 77
1740197513104086420 1740197512271567830 2218 2121 832518590 149 54
1740197826550935830 1740197826237683830 2592 2117 313252000 96 58
1740197975355297830 1740197974400683830 2599 2124 954614000 103 51
1740197982494933270 1740197981967215830 2609 2257 527717440 113 81
1740198006355481600 1740198005669351830 2599 2112 686129770 103 63
1740198122952821830 1740198122323211830 2589 2117 629610000 93 58
1740198260827465830 1740198260007629830 2608 2254 819836000 112 78
1740198271739569830 1740198271294189830 2235 2248 445380000 132 72
1740198320620625830 1740198320256385830 2603 2121 364240000 107 54
1740198347980245830 1740198347817727830 2226 2136 162518000 141 39
1740198396087805830 1740198395309891830 2603 2277 777914000 107 101
1740198399717937380 1740198399660161830 2615 2112 57775550 119 63
1740198420148885830 1740198419438899830 2592 2250 709986000 96 74
... 356 more lines ...
|
|
692
|
Mon Jan 13 11:32:30 2025 |
TD | Offline analysis S505 data file R3_150 | Offline analysis of S505 data files R3_150
first WR ts
First timestamp of R3_150 0x16FB3CE72ED53CB6
Epoch converter says ...
GMT: Thursday, June 23, 2022 11:37:31.609 AM
Your time zone: Thursday, June 23, 2022 12:37:31.609 PM GMT+01:00 DST
last WR ts
First timestamp of R3_151 0x16FB3D3042B9E8E6
Epoch converter says ...
GMT: Thursday, June 23, 2022 11:42:45.475 AM
Your time zone: Thursday, June 23, 2022 12:42:45.475 PM GMT+01:00 DST
Analysis of data file R3_150 - attachment 1
max time averaged deadtime FEE64 #1 (aida02) 18.3%
FEE64 configuration
FEE64 a
b d
c
a b c d
DSSSD#1 3 4 1 2
DSSSD#2 7 8 5 6
n+n Ohmic FEE64s 2, 4, 6, 8
Data analysis assumes
- all LEC ADC data channels with valid ADC offset included (474 of 512 channels)
LEC calibration ADC offset only
- no clustering
- no multiplex timestamp correction
- no p+n junction side - n+n Ohmic side correlation time gates
- FEE64 *not* DSSSD strip ordering
- hardware - slow comparator setting p+n junction FEE64s 100keV, n+n Ohmic FEE64s 100keV
- LEC energy difference +/-168keV
- HEC energy difference +/- 1.68GeV
- valid LEC events
DSSSD #1
p+n junction side multiplicity = 1 and n+n Ohmic side multiplicity = 1
DSSSD #2
p+n junction side multiplicity = 1 and n+n Ohmic side multiplicity = 1
151keV < LEC energy < 1008keV
to select candidate beta events and veto higher energy events e.g. light ions
standalone analysis of AIDA data, no downstream veto detector
- valid HEC events
p+n junction side multiplicity > 0 and n+n Ohmic side multiplicity > 0
(x,y) strips corresponding to maximum energy
p+n junction and n+n Ohmic side HEC
- HEC veto
p+n junction side multiplicity > 0 or n+n Ohmic side multiplicity > 0
- per pixel implant-decay correlations
- end of event
difference in WR timestamp between successive ADC data items > 2500 *or* difference in first and last WR timestamp of event < 33us
Attachment 2 per FEE64 LEC data rate (Hz) 268ms/channel
Attachment 3 per FEE64 LEC data rate (Hz) 268ms/channel: 150keV < energy < 1500keV
Attachment 22 per FEE64 LEC data rate (Hz) 268ms/channel: energy > 1500keV
- observe high instantaneous rate on spill
- rate dominated by low energy (<1500keV) events
- rate of higher energy events dominated by on spill events i.e. light ions as expected
- significant deadtime on spill for n+n Omic FEE64 aida02, low deadtime off spill
- deadtime low/zero for all other FEE64s on/off spill
Attachment 4 per FEE64 HEC data rate (Hz) 268ms/channel
Attachment 5 per FEE64 HEC data rate (Hz) 268ms/channel: 100MeV < energy < 1000MeV
Attachment 6 per FEE64 HEC data rate (Hz) 268ms/channel: energy > 1000MeV
- all HEC events on spill as expected
- significant deadtime on spill for n+n Ohmic FEE64 aida02, low deadtime off spill
- deadtime low/zero for all other FEE64s on/off spill
Attachment 7 per DSSSD decay and implant rate (Hz) 268ms/channel
Attachment 8 log scale
yellow - FEE64 aida01 LEC data rate (Hz) 268ms/channel
red - FEE64 aida01 HEC data rate (Hz) 268ms/channel
blue - DSSSD #1 decay rate (Hz) 268ms/channel
green - DSSSD #1 implant rate (Hz) 268ms/channel
Attachment 9 log scale
yellow - FEE64 aida02 LEC data rate (Hz) 268ms/channel
red - FEE64 aida02 HEC data rate (Hz) 268ms/channel
blue - DSSSD #1 decay rate (Hz) 268ms/channel
green - DSSSD #1 implant rate (Hz) 268ms/channel
Attachment 10 log scale
yellow - FEE64 aida05 LEC data rate (Hz) 268ms/channel
red - FEE64 aida05 HEC data rate (Hz) 268ms/channel
blue - DSSSD #2 decay rate (Hz) 268ms/channel
green - DSSSD #2 implant rate (Hz) 268ms/channel
Attachment 11 per DSSSD LEC m_p versus m_n
Attachment 12 per DSSSD LEC x versus y
Attachment 13 per DSSSD LEC p+n junction versus n+n Ohmic energy - x-axis & y-axis 20keV/channel
Attachment 14 per DSSSD HEC m_p versus m_n
Attachment 15 per DSSSD HEC x versus y
Attachment 16 per DSSSD HEC p+n junction versus n+n Ohmic energy - x-axis & y-axis 20MeV/channel
Attachment 17 HEC DSSSD#2 p+n junction versus DSSSD#1 p+n junction energy - x-axis & y-axis 20MeV/channel
to identify which ions stop in DSSSD#2 (z_loc=2)
Attachment 18 decay & implant dx versus dy
Attachment 19 LEC DSSSD#2 p+n junction versus DSSSD#1 p+n junction energy - x-axis & y-axis 20keV/channel
Attachment 20 per DSSSD decay & implant dt (2us/channel)
Attachment 21 per DSSSD decay dt (2us/channel) versus p+n junctionj - n+n Ohmic energy difference (20keV/channel)
Summary
- high instantaneous data rates on spill
- significant deadtime FEE64 #2 on spill
magnitude, structure, position of DSSSD#1 decay rate variations differs from FEE64 #2 deadtime - events merging?
- all other FEE64s OK on/off spill |
| Attachment 1: R3_150.txt
|
*** TDR format 3.3.0 analyser - TD - May 2021
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 260385271 ( 829605.5 Hz)
Other data format: 1534729 ( 4889.8 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1425 ( 4.5 Hz)
RESUME: 1425 ( 4.5 Hz)
SYNC100: 33170 ( 105.7 Hz)
WR48-63: 33170 ( 105.7 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 1465539 ( 4669.3 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 455452 ( 1451.1 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
WR48-63: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 313.866 s
FEE elapsed dead time(s) elapsed idle time(s)
0 11.666 0.000
1 57.289 0.000
2 0.649 0.000
3 5.611 0.000
4 0.000 0.000
5 0.063 0.000
6 0.228 0.000
7 0.039 0.000
8 0.000 0.000
9 0.000 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.000 0.000
15 0.000 0.000
16 0.000 0.000
17 0.000 0.000
18 0.000 0.000
19 0.000 0.000
20 0.000 0.000
21 0.000 0.000
22 0.000 0.000
23 0.000 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 WR48-63 Disc MBS Other HEC Data
0 31441805 29767 0 0 272 272 4062 4062 0 21099 0 112151
1 66582904 18892 0 0 814 814 8632 8632 0 0 0 66555
2 29895404 376545 0 0 84 84 3879 3879 0 368619 0 73144
3 44568333 369126 0 0 168 168 5484 5484 0 357822 0 38819
4 5095090 1256 0 0 0 0 628 628 0 0 0 37415
5 19329369 4936 0 0 23 23 2445 2445 0 0 0 43894
6 36823085 356594 0 0 50 50 4631 4631 0 347232 0 63334
7 26649281 377613 0 0 14 14 3409 3409 0 370767 0 20140
8 0 0 0 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 WR48-63 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0
*** Program elapsed time: 23.836s ( 1342.511 blocks/s, 83.907 Mb/s)
|
| Attachment 2: Screenshot_from_2025-01-12_18-48-06.png
|
|
| Attachment 3: Screenshot_from_2025-01-12_18-49-40.png
|
|
| Attachment 4: Screenshot_from_2025-01-12_18-54-53.png
|
|
| Attachment 5: Screenshot_from_2025-01-12_18-55-44.png
|
|
| Attachment 6: Screenshot_from_2025-01-12_18-56-44.png
|
|
| Attachment 7: Screenshot_from_2025-01-12_18-59-33.png
|
|
| Attachment 8: Screenshot_from_2025-01-12_19-03-44.png
|
|
| Attachment 9: Screenshot_from_2025-01-12_21-25-46.png
|
|
| Attachment 10: Screenshot_from_2025-01-12_19-08-07.png
|
|
| Attachment 11: Screenshot_from_2025-01-12_19-10-12.png
|
|
| Attachment 12: Screenshot_from_2025-01-12_19-10-51.png
|
|
| Attachment 13: Screenshot_from_2025-01-12_19-11-32.png
|
|
| Attachment 14: Screenshot_from_2025-01-12_19-12-14.png
|
|
| Attachment 15: Screenshot_from_2025-01-12_19-12-54.png
|
|
| Attachment 16: Screenshot_from_2025-01-12_19-13-22.png
|
|
| Attachment 17: Screenshot_from_2025-01-12_19-14-02.png
|
|
| Attachment 18: Screenshot_from_2025-01-12_19-14-59.png
|
|
| Attachment 19: Screenshot_from_2025-01-12_19-15-37.png
|
|
| Attachment 20: Screenshot_from_2025-01-12_19-45-39.png
|
|
| Attachment 21: Screenshot_from_2025-01-12_19-46-34.png
|
|
| Attachment 22: Screenshot_from_2025-01-13_20-04-56.png
|
|
|
673
|
Thu Dec 5 11:18:46 2024 |
TD | Offline analysis S100 data files R21_0-R21_99 | Offline analysis of S100 data files R21_0 - R21_99 (162Eu setting)
first WR ts
First timestamp of R21_0 0x17CA09154AE3E636
Epoch converter says ...
GMT: Saturday, April 27, 2024 4:36:35.223 AM
Your time zone: Saturday, April 27, 2024 5:36:35.223 AM GMT+01:00 DST
last WR ts
First timestamp of R21_100 0x17CA16C1904150CE
GMT: Saturday, April 27, 2024 8:47:08.772 AM
Your time zone: Saturday, April 27, 2024 9:47:08.772 AM GMT+01:00 DST
FEE64 configuration
FEE64 a b c
g h
d e f
a b c d e f g h
DSSSD#1 15 3 12 9 1 5 2 4
DSSSD#2 11 7 16 10 14 13 6 8
n+n Ohmic FEE64s 2, 4, 6, 8
Data analysis assumes
- all LEC ADC data channels with valid ADC offset included (1012 of 1024 channels)
LEC calibration ADC offset only
- no clustering
- no multiplex timestamp correction
- no p+n junction side - n+n Ohmic side correlation time gates
- FEE64 *not* DSSSD strip ordering
- hardware - slow comparator setting p+n junction FEE64s 100keV, n+n Ohmic FEE64s 150keV
- LEC energy difference +/-168keV
- HEC energy difference +/- 1.68GeV
- valid LEC events
DSSSD #1
p+n junction side multiplicity = 1 and n+n Ohmic side multiplicity = 1
DSSSD #2
0 < p+n junction side multiplicity < 8
and
0 < n+n Ohmic side multiplicity < 8
151keV < LEC energy < 1008keV
to select candidate beta events and veto higher energy events e.g. light ions
standalone analysis of AIDA data, no downstream veto detector
- valid HEC events
p+n junction side multiplicity > 0 and n+n Ohmic side multiplicity > 0
(x,y) strips corresponding to maximum energy
p+n junction and n+n Ohmic side HEC
- HEC veto
p+n junction side multiplicity > 0 or n+n Ohmic side multiplicity > 0
- per pixel implant-decay correlations
- end of event
difference in WR timestamp between successive ADC data items > 2500
Attachments 1-4
per DSSSD p+n junction - n+n Ohmic strip time difference for HEC and LEC events (2us/channel) linear and log scale
- observe large (> 32us) time differences (on log scale)
- range of time differences increases with multiplicity ( DSSSD#1 cf. DSSSD#2 LEC events)
- distribution of HEC time differences can probably be understood in terms of most/all channels of ASIC being active during HEC event with low LEC thresholds
- AIDA is a triggerless DAQ producing streams of ADC data items *not* events
at high instantaneous rates when events are constructed they may become aggregated in time i.e. > 32us readout time of all channels of one ASIC
- To investigate impose additional end of event criterion
difference in first and last WR timestamp of event < 33us
Attachments 5-6
per DSSSD p+n junction - n+n Ohmic strip time difference for HEC and LEC events (2us/channel) linear and log scale
- blue original end of event criteria, cyan new end of event criteria
- as expected range of time differences is restricted to +/- 32us
- observe somewhat higher fraction of events with low time differences
DSSSD #1 10363098 of 16104322 (64%) events +/-2us
DSSSD #2 860454912 of 1766618199 (49%) events +/-2us
Attachment 7
per DSSSD p+n junction - n+n Ohmic strip time difference for LEC events - x-axis 2us/channel, y-axis 20keV /channel
Attachment 8 per FEE64 LEC data rate (Hz) 268ms/channel
Attachment 9 per FEE64 LEC data rate (Hz) 268ms/channel: 150keV < energy < 1500keV
Attachment 10 per FEE64 LEC data rate (Hz) 268ms/channel: energy > 1500keV
- observe high instantaneous rate on spill
- rate dominated by low energy (<1500keV) events
- rate of higher energy events dominated by on spill events i.e. light ions as expected
- significant deadtime on spill for n+n Ohmic FEE64s, low deadtime off spill
- deadtime low/zero for p+n junction FEE64s on/off spill
Attachment 11 per FEE64 LEC hit pattern: 150keV < energy < 1500keV
Attachment 12 per FEE64 LEC hit pattern: energy > 1500keV
Attachment 13 per FEE64 HEC data rate (Hz) 268ms/channel
Attachment 14 per FEE64 HEC data rate (Hz) 268ms/channel: 100MeV < energy < 1000MeV
Attachment 15 per FEE64 HEC data rate (Hz) 268ms/channel: energy > 1000MeV
- rate dominated by low energy (>1GeV) events
- all HEC events on spill as expected (note FEE64 #7 has a single hot channel which can be disabled in software)
- significant deadtime on spill for n+n Ohmic FEE64s, low deadtime off spill
- deadtime low/zero for p+n junction FEE64s on/off spill
Attachment 16 per DSSSD p+n junction versus n+n Ohmic LEC energy - x-axis & y-axis 20keV/channel
Attachment 17 per DSSSD p+n junction versus n+n Ohmic HEC energy - x-axis & y-axis 20MeV/channel
Attachment 18 per DSSSD p+n junction versus n+n Ohmic HEC strip hit pattern: all HEC events
Attachment 19 per DSSSD p+n junction versus n+n Ohmic HEC strip hit pattern
DSSSD #1 ions stopped in DSSSD #1 i.e. DSSSD #2 HEC multiplicity = 0
DSSSD #1 shows x-y gate used ( 270 < x < 370, 20 < y < 90 ) to identify 166Tb implants
DSSSD #2 ions stopped in DSSSD #2 *and* in transmission (can establish which ions stop in DSSSD#2 from DSSSD#2 HEC energy versus DSSSD#1 HEC energy - see
https://elog.ph.ed.ac.uk/DESPEC/672
Attachment 20
DSSSD#1 HEC energy (20MeV/channel) versus HEC-LEC dt (1s/channel)
DSSSD#1 LEC energy (20keV/channel) versus HEC-LEC dt (1s/channel)
DSSSD#1 HEC strip # versus HEC-LEC dt (1s/channel)
- Observe # events in every third channel is lower
- Probably reflects implant-decay correlation livetime
For example (choosing some numbers for illustrative purposes)
on spill: HEC livetime 75%, LEC livetime 75% (FEE64 deadtime common for HEC and LEC data) => implant decay correlation livetime 56%
off spill: HEC live time 75%, LEC livetime 100% => implant decay correlation livetime 75%
- Observe 'hot' x channels 315, 318, 321, 324 - disabled for further analysis
- Do not observe any 'hot' y channels
Attachments 21 & 22
DSSSD#1 per pixel HEC-LEC time (1s/channel): x,y,z gated to select 166Tb events
Naive (parent-daughter decay only, flat background) fit for data t=0-26s ( t1/2 = 27.1(3)s )
Fit ignores data for t=0, 3, 6, 10, 13, 16, 19, 22s to avoid bias of differences in implant-decay correlation deadtime
Suggestion of structure at c. 30s period? Does this reflect spill stucture? 10x spill cycles (30s), 9s spill off, ... etc
Sum of x,y,z gated HEC events (s2112 - see attachment 19) = 670441
Elapsed time of dataset 4h11m = 15060s
# pixels = 100 x 70 = 7000
=> # x,y,z gated HEC events per pixel = 670441/7000/15060 = 0.0064/s or mean time between x,y,z gated HEC event = 157s (estimate needs to be corrected for HEC deadtime)
Sum of implant decay correlations (s2220 - see attachment 21) t=0-150s = 273508 - flat background estimated as 150 x 500 = 75000 = 198508
=> efficiency c. 30% (presumably low due to implant-decay deadtime, LEC multiplicity, per pixel correlations and no clustering)
Summary
$64,000 question - what is the origin of the high instantaneous rate on spill for DSSSD#1 ? On my to do list.
Attachment 23
LEC multiplicity with/without HEC data in event
per DSSSD LEC p+n junction multiplicity versus n+n Ohmic multiplicity
per DSSSD LEC p+n junction multiplicity versus n+n Ohmic multiplicity z_hec=1 and z_hec=2
With HEC data
DSSSD#1 p+n junction multiplicity ~ 17, n+n Ohmic multiplicity ~28
DSSSD#2 p+n junction multiplicity ~ 40, n+n Ohmic multiplicity ~23
Assume 200Hz HEC events => DSSSD#1 LEC rate = 200 x ( 17 + 28 ) => 9k LEC data items cf. >100k LEC data items (attachments 8 & 13)
i.e. not due to HEC events
Added by TD 10.2.26
Analysis data files from R21_0 to R21_99 (as above)
Total data items = 21339100747
Total ADC events = 1072214006
Attachments 24-26 DSSSD#1 per pixel HEC-LEC time (3s/channel): x,y,z gated to select 166Tb events - common x and y scales - log and lin plots shown
blue - HEC-LEC 'forward correlations'
cyan - LEC-HEC 'backward correlations'
Attachments 27-28 DSSSD#1 per pixel HEC-LEC time (3s/channel): x,y,z gated to select 166Tb events - common x and y scales - log and lin plots shown
s2226 - HEC-LEC 'forward correlations'
s2224 - LEC-HEC 'backward correlations'
difference s2226-s2224
Added by TD 3.3.26
Analysis data files from R21_0 to R21_99 (as above)
Attachments 32-33 Time between successive implant (blue) and decay events (cyan) - log y scale - x scale 3s/channel
Attachment 34 Time between successive implant events - log y scale - x scale 3s/channel
Attachment 35 Time between successive decay events - log y scale - x scale 3s/channel
- implants & decays within 100 x 70 x-y strip window of DSSSD#1 => 7000 pixels
- total implant events 297064
- total decay events 81552
- # implant events > # decay events
- mean time between successive implant events per pixel 48s
- mean time between successive implant events per pixel 54s
- assume +/- 10x 166Tb half life 27s window => c. 11 implants, 10 decays
Attachment 36 HEC energy spectrum for all p+n and n+n strips of DSSSD#1 and #2
Attachment 37 HEC hit pattern for DSSSD#1 and #2
For DSSSD#1 p+n strips of wafers 1-3 and n+n strips are delineated by the markers.
|
| Attachment 1: Screenshot_from_2024-12-05_11-17-50.png
|
|
| Attachment 2: Screenshot_from_2024-12-05_11-18-13.png
|
|
| Attachment 3: Screenshot_from_2024-12-05_11-04-40.png
|
|
| Attachment 4: Screenshot_from_2024-12-05_11-05-03.png
|
|
| Attachment 5: Screenshot_from_2024-12-05_11-07-58.png
|
|
| Attachment 6: Screenshot_from_2024-12-05_11-09-55.png
|
|
| Attachment 7: Screenshot_from_2024-12-04_16-56-02.png
|
|
| Attachment 8: Screenshot_from_2024-12-04_16-39-09.png
|
|
| Attachment 9: Screenshot_from_2024-12-04_16-39-59.png
|
|
| Attachment 10: Screenshot_from_2024-12-04_16-41-20.png
|
|
| Attachment 11: Screenshot_from_2024-12-04_16-41-54.png
|
|
| Attachment 12: Screenshot_from_2024-12-04_16-42-37.png
|
|
| Attachment 13: Screenshot_from_2024-12-04_16-43-36.png
|
|
| Attachment 14: Screenshot_from_2024-12-04_16-44-13.png
|
|
| Attachment 15: Screenshot_from_2024-12-04_16-44-50.png
|
|
| Attachment 16: Screenshot_from_2024-12-04_16-46-26.png
|
|
| Attachment 17: Screenshot_from_2024-12-04_16-50-32.png
|
|
| Attachment 18: Screenshot_from_2024-12-04_16-49-12.png
|
|
| Attachment 19: Screenshot_from_2024-12-04_16-49-57.png
|
|
| Attachment 20: Screenshot_from_2024-12-04_16-52-09.png
|
|
| Attachment 21: Screenshot_from_2024-12-04_16-51-30.png
|
|
| Attachment 22: 166Tb.png
|
|
| Attachment 23: Screenshot_from_2024-12-07_16-57-28.png
|
|
| Attachment 24: Screenshot_from_2026-02-10_08-12-46.png
|
|
| Attachment 25: Screenshot_from_2026-02-10_08-13-13.png
|
|
| Attachment 26: Screenshot_from_2026-02-10_08-13-39.png
|
|
| Attachment 27: Screenshot_from_2026-02-10_08-23-39.png
|
|
| Attachment 28: Screenshot_from_2026-02-10_08-24-08.png
|
|
| Attachment 29: titles.dat
|
s0 aida01: LEC ADC data items ( 268ms/ch )
s15 aida16: LEC ADC data items ( 268ms/ch )
s20 aida01: LEC ADC data items ( 268ms/ch ): 150-1500keV
s35 aida16: LEC ADC data items ( 268ms/ch ): 150-1500keV
s40 aida01: LEC ADC data items ( 268ms/ch ): >1500keV
s55 aida16: LEC ADC data items ( 268ms/ch ): >1500keV
s60 aida01: LEC hit pattern: 150-1500keV
s75 aida16: LEC hit pattern: 150-1500keV
s80 aida01: LEC hit pattern: >1500keV
s95 aida16: LEC hit pattern: >1500keV
s100 aida01: HEC ADC data items ( 268ms/ch )
s115 aida16: HEC ADC data items ( 268ms/ch )
s120 aida01: HEC ADC data items ( 268ms/ch ): 100-1000MeV
s135 aida16: HEC ADC data items ( 268ms/ch ): 100-1000MeV
s140 aida01: HEC ADC data items ( 268ms/ch ): >1000MeV
s155 aida16: HEC ADC data items ( 268ms/ch ): >1000MeV
s200 aida01: disc data items ( 65us/ch )
s207 aida08: disc data items ( 65us/ch )
s208 aida09: disc data items ( 65us/ch )
s215 aida16: disc data items ( 65us/ch )
s250 LEC & HEC channels (DSSSD order)
s251 LEC & HEC channels (ASIC order)
s301 DSSSD #1 LEC rate (Hz) versus time
s302 DSSSD #2 LEC rate (Hz) versus time
s303 DSSSD #1 HEC rate (Hz) versus time
s304 DSSSD #2 HEC rate (Hz) versus time
s400 DSSSD #1 LEC (decay) events ( 262.144us/ch )
s401 DSSSD #1 HEC (implant) events ( 262.144us/ch )
s402 DSSSD #1 LEC other (decay) events ( 262.144us/ch )
s403 DSSSD #2 LEC (decay) events ( 262.144us/ch )
s404 DSSSD #2 HEC (implant) events ( 262.144us/ch )
s405 DSSSD #2 HEC other (decay) events ( 262.144us/ch )
s1000 4*(module # - 1) + asic # (0-95 ADC; 100-195 Disc) v. timestamp (65us/ch)
s1001 HEC channel (2048-3071) versus energy
s1402 event length (clock)
s1403 end of event dt (clock)
s2000 m_p versus m_n DSSSD #1 (LEC)
s2001 m_p versus m_n DSSSD #2 (LEC)
s2002 m_p versus m_n DSSSD #1 (LEC) z_hec=1
s2003 m_p versus m_n DSSSD #2 (LEC) z_hec=2
s2010 x versus y DSSSD #1 (LEC)
s2011 x versus y DSSSD #2 (LEC)
s2020 E_p versus E_n DSSSD #1 (LEC)
s2021 E_p versus E_n DSSSD #2 (LEC)
s2030 LEC-LEC time DSSSD #1 (4.096us/ch)
s2031 LEC-LEC time DSSSD #2 (4.096us/ch)
s2040 x versus y DSSSD #1: HEC-LEC time < 1s
s2041 x versus y DSSSD #1: HEC-LEC time < 100s
s2045 x versus y DSSSD #2: HEC-LEC time < 1s
s2046 x versus y DSSSD #2: HEC-LEC time < 100s
s2100 m_p versus m_n DSSSD #1 (HEC)
s2101 m_p versus m_n DSSSD #2 (HEC)
s2110 x versus y DSSSD #1 (HEC)
s2111 x versus y DSSSD #2 (HEC)
s2112 x versus y DSSSD #1 (HEC) z_hec=1
s2113 x versus y DSSSD #2 (HEC) z_hec=3
s2120 E_p versus E_n DSSSD #1 (HEC)
s2121 E_p versus E_n DSSSD #2 (HEC)
s2122 E_p versus E_n DSSSD #1 (HEC) z_hec=1
s2123 E_p versus E_n DSSSD #2 (HEC) z_hec=3
s2124 E_p DSSSD #2 versus E_p DSSSD #1 (HEC) z_hec=3
s2125 dx versus dy (HEC)
s2126 dx versus dy (LEC)
s2127 E_p DSSSD #2 versus E_p DSSSD #1 (LEC)
s2130 HEC-HEC time DSSSD #1 (4.096us/ch)
s2131 HEC-HEC time DSSSD #2 (4.096us/ch)
s2200 per pixel HEC-LEC time DSSSD #1 (4.096us/ch)
s2201 per pixel HEC-LEC time DSSSD #2 (4.096us/ch)
s2220 per pixel HEC-LEC time DSSSD#1 (1s/ch) x,y,z HEC gate
s2221 per pixel HEC-LEC time DSSSD#2 (1s/ch) x,y,z HEC gate
s2224 per pixel LEC-HEC time DSSSD#1 (3s/ch) x,y,z HEC gate
s2226 per pixel HEC-LEC time DSSSD#1 (3s/ch) x,y,z HEC gate
s2210 per pixel HEC-LEC time DSSSD #1 (65.536us/ch)
s2211 per pixel HEC-LEC time DSSSD #2 (65.5360us/ch)
s2300 HEC E versus HEC-LEC dt DSSSD#1 (1s/ch)
s2301 HEC E versus HEC-LEC dt DSSSD#2 (1s/ch)
s2400 LEC E versus HEC-LEC dt DSSSD#1 (1s/ch)
s2401 LEC E versus HEC-LEC dt DSSSD#2 (1s/ch)
s2500 HEC xy versus HEC-LEC dt DSSSD#1 (1s/ch)
s2501 HEC xy versus HEC-LEC dt DSSSD#2 (1s/ch)
s3000 x versus y DSSSD #1 (LEC) Other
s3001 x versus y DSSSD #2 (LEC) Other
s3010 E_p versus E_n DSSSD #1 (LEC) Other
s3011 E_p versus E_n DSSSD #2 (LEC) Other
s3030 DSSSD#1 xy dt (HEC)
s3031 DSSSD#2 xy dt (HEC)
s3032 DSSSD#1 xy dt (LEC)
s3033 DSSSD#2 xy dt (LEC)
|
| Attachment 30: variables.dat
|
$variables
offset( 0) = 34.20
offset( 1) = 27.50
offset( 2) = -18.51
offset( 3) = 13.56
offset( 4) = -6.12
offset( 5) = -14.51
offset( 6) = 11.86
offset( 7) = -0.19
offset( 8) = 2.52
offset( 9) = 24.94
offset( 10) = 7.54
offset( 11) = -20.01
offset( 12) = -0.93
offset( 13) = 26.51
offset( 14) = -12.75
offset( 15) = -4.72
offset( 16) = 5.48
offset( 17) = -8.97
offset( 18) = 4.25
offset( 19) = -3.19
offset( 20) = -40.78
offset( 21) = -0.95
offset( 22) = -14.62
offset( 23) = -28.18
offset( 24) = -12.96
offset( 25) = 14.90
offset( 26) = -32.39
offset( 27) = 0.66
offset( 28) = 6.68
offset( 29) = 99999.99
offset( 30) = 15.03
offset( 31) = -2.98
offset( 32) = 16.22
offset( 33) = 27.02
offset( 34) = 99999.99
offset( 35) = 17.09
offset( 36) = 17.72
offset( 37) = 16.29
offset( 38) = 23.46
offset( 39) = 27.55
offset( 40) = 9.26
offset( 41) = 34.03
offset( 42) = 2.46
offset( 43) = 8.62
offset( 44) = 29.61
offset( 45) = -14.47
offset( 46) = 42.23
offset( 47) = -27.52
offset( 48) = 1.06
offset( 49) = 4.03
offset( 50) = 22.04
offset( 51) = -10.44
offset( 52) = 38.54
offset( 53) = 8.66
offset( 54) = 20.65
offset( 55) = 0.35
offset( 56) = 5.19
offset( 57) = 19.55
offset( 58) = -5.57
offset( 59) = -7.26
offset( 60) = -21.96
offset( 61) = 5.89
offset( 62) = 36.14
offset( 63) = 3.05
offset( 64) = -15.80
offset( 65) = 25.02
offset( 66) = -15.94
offset( 67) = 6.19
offset( 68) = -19.87
offset( 69) = 0.37
offset( 70) = -9.68
offset( 71) = 9.68
offset( 72) = -11.13
offset( 73) = -6.20
offset( 74) = -25.35
offset( 75) = -25.57
offset( 76) = -19.75
offset( 77) = 8.60
offset( 78) = -22.55
offset( 79) = -10.56
offset( 80) = 5.90
offset( 81) = -1.29
offset( 82) = -1.52
offset( 83) = 0.00
offset( 84) = 24.56
offset( 85) = -10.73
offset( 86) = 11.96
offset( 87) = -35.20
offset( 88) = 16.67
offset( 89) = 10.31
offset( 90) = -13.86
offset( 91) = -33.64
offset( 92) = 2.96
offset( 93) = -2.41
offset( 94) = 1.80
offset( 95) = 26.72
offset( 96) = -18.06
offset( 97) = -0.82
offset( 98) = -19.61
offset( 99) = 0.00
offset( 100) = -11.22
offset( 101) = 9.13
offset( 102) = -29.56
offset( 103) = -1.95
offset( 104) = -14.24
offset( 105) = -21.87
offset( 106) = -7.47
offset( 107) = -14.22
offset( 108) = -6.72
offset( 109) = -4.35
offset( 110) = -12.98
offset( 111) = -11.42
offset( 112) = 5.39
offset( 113) = 16.43
offset( 114) = -10.19
offset( 115) = -13.21
offset( 116) = 19.82
offset( 117) = -4.45
offset( 118) = 21.88
offset( 119) = 13.84
offset( 120) = 10.16
offset( 121) = 0.00
offset( 122) = 0.00
offset( 123) = 0.00
offset( 124) = 13.42
offset( 125) = 4.74
offset( 126) = 10.81
offset( 127) = 16.15
offset( 128) = -4.37
offset( 129) = 21.60
offset( 130) = 8.61
offset( 131) = -2.95
offset( 132) = -10.00
offset( 133) = 2.40
offset( 134) = -9.40
offset( 135) = -24.68
offset( 136) = 4.46
offset( 137) = -0.20
offset( 138) = 20.63
offset( 139) = -25.14
offset( 140) = -7.48
offset( 141) = 13.71
offset( 142) = -4.11
offset( 143) = -9.17
offset( 144) = 15.36
offset( 145) = 11.07
offset( 146) = -13.21
offset( 147) = -8.91
offset( 148) = 4.75
offset( 149) = -10.47
offset( 150) = 18.10
offset( 151) = 0.62
offset( 152) = -2.18
offset( 153) = 5.79
offset( 154) = 2.73
offset( 155) = 17.67
offset( 156) = 15.58
offset( 157) = -34.45
offset( 158) = -1.55
offset( 159) = 12.93
offset( 160) = 4.16
offset( 161) = -15.55
offset( 162) = 17.51
offset( 163) = -5.30
offset( 164) = 8.65
offset( 165) = -13.48
offset( 166) = -10.14
offset( 167) = -3.75
offset( 168) = 12.28
offset( 169) = -23.31
offset( 170) = -11.44
offset( 171) = 5.06
offset( 172) = -15.18
offset( 173) = 17.88
offset( 174) = 12.26
offset( 175) = -13.64
offset( 176) = -9.33
offset( 177) = 21.57
offset( 178) = 28.82
offset( 179) = 27.67
offset( 180) = 62.22
offset( 181) = -2.89
offset( 182) = 17.11
offset( 183) = 11.80
offset( 184) = 17.26
offset( 185) = 15.52
offset( 186) = -8.89
offset( 187) = 15.53
offset( 188) = -11.80
offset( 189) = 0.85
offset( 190) = 11.21
offset( 191) = 7.76
offset( 192) = 5.12
offset( 193) = 26.29
offset( 194) = 99999.99
offset( 195) = 7.45
offset( 196) = 99999.99
offset( 197) = 2.31
offset( 198) = -1.94
offset( 199) = 99999.99
offset( 200) = -0.41
offset( 201) = -23.18
offset( 202) = -1.82
offset( 203) = 17.39
offset( 204) = -10.40
offset( 205) = -13.42
offset( 206) = 8.22
offset( 207) = 2.93
offset( 208) = -56.48
offset( 209) = -10.42
offset( 210) = 50.72
offset( 211) = 0.45
offset( 212) = 27.74
offset( 213) = -16.62
offset( 214) = 15.39
offset( 215) = -13.44
offset( 216) = 34.58
offset( 217) = 15.20
offset( 218) = -3.05
offset( 219) = -0.28
offset( 220) = -40.52
offset( 221) = -31.47
offset( 222) = 20.29
offset( 223) = -13.69
offset( 224) = -1.11
offset( 225) = 33.58
offset( 226) = -16.57
offset( 227) = -4.95
offset( 228) = -11.93
offset( 229) = 7.06
offset( 230) = -2.90
offset( 231) = -38.90
offset( 232) = -8.84
offset( 233) = 1.20
offset( 234) = 3.21
offset( 235) = 17.26
offset( 236) = 4.76
offset( 237) = 13.15
offset( 238) = 13.66
offset( 239) = -2.42
offset( 240) = -1.46
offset( 241) = 0.03
offset( 242) = 20.72
offset( 243) = -0.74
offset( 244) = -2.03
offset( 245) = -36.41
offset( 246) = 5.31
offset( 247) = 3.45
offset( 248) = -9.35
offset( 249) = 8.61
offset( 250) = 6.18
offset( 251) = -72.01
offset( 252) = 11.53
offset( 253) = -13.74
offset( 254) = -2.41
offset( 255) = -16.47
offset( 256) = 6.19
offset( 257) = 13.35
offset( 258) = 10.44
offset( 259) = 16.45
offset( 260) = 13.62
offset( 261) = 36.59
offset( 262) = 24.89
offset( 263) = 11.04
offset( 264) = 12.12
offset( 265) = -1.04
offset( 266) = 20.55
offset( 267) = -19.88
offset( 268) = 10.57
offset( 269) = 31.05
offset( 270) = 23.09
offset( 271) = -17.38
offset( 272) = -18.40
offset( 273) = 16.00
offset( 274) = -5.59
offset( 275) = -3.98
offset( 276) = 0.70
offset( 277) = 4.32
offset( 278) = -13.61
offset( 279) = 26.62
offset( 280) = 17.81
offset( 281) = 7.10
offset( 282) = -30.97
offset( 283) = 13.50
offset( 284) = 88.96
offset( 285) = -0.03
offset( 286) = 8.64
offset( 287) = 1.86
offset( 288) = 4.27
offset( 289) = 19.21
offset( 290) = -33.21
offset( 291) = -28.54
offset( 292) = 7.98
offset( 293) = -8.69
offset( 294) = 1.27
offset( 295) = 20.08
offset( 296) = 15.92
offset( 297) = -4.67
offset( 298) = 30.68
... 1788 more lines ...
|
| Attachment 31: implantdecay.f
|
*trigger
128
*oned
0..15 s 65536
20..35 s 65536
40..55 s 65536
60..75 s 64
80..96 s 64
100..115 s 65536
120..135 s 65536
140..155 s 65536
200..215 s 65536
250..254 s 4096
300..331 s 65536
400..405 s 65536
1400..1403 s 65536
2130..2131 s 65536
2030..2031 s 65536
2200..2201 s 65536
2210..2211 s 65536
2220..2229 s 1024
3030..3033 s 4096
*twod
1000..1001 s 4096 4096
1100..1101 s 512 512
2000..2003 s 512 512
2010..2011 s 512 512
2020..2021 s 1024 1024
2040..2049 s 512 512
2100..2101 s 512 512
2110..2113 s 512 512
2120..2127 s 1024 1024
2300..2301 s 1024 1024
2400..2401 s 1024 1024
2500..2501 s 1024 1024
2600 s 512 512
2700 s 512 512
3000..3001 s 512 512
3010..3011 s 1024 1024
3020..3021 s 512 512
3040..3041 s 512 512
*vars
*sort
C 201..232 s 65536
C 250..254 s 4096
C 2500..2505 s 1024 1024
C----67---------------------------------------------------------------72------80
SUBROUTINE init
IMPLICIT none
SAVE
C
C External functions
C
EXTERNAL dtime
C
INTEGER and, lshift, rshift, bb18order
C
LOGICAL btest
C
REAL float, secnds
C
C Parameter variables
C
INTEGER max
PARAMETER (max = 4096)
C
C Local variables
C
INTEGER adc_data, asic, ch, chx, channel, channel_ident
INTEGER count, data(0:4095), disc
INTEGER dsssd_a( 6 ), dsssd_b( 6 ), dsssd_c( 6 ), dsssd_d( 6 )
INTEGER dsssd_e( 6 ), dsssd_f( 6 ), dsssd_g( 6 ), dsssd_h( 6 )
INTEGER*8 dt, tsdata(0:4096), itsdata(0:4096)
INTEGER ediff, fee(32)
INTEGER hec_e_sum_x(2), hec_e_sum_y(2)
INTEGER hec_e_x_max(2), hec_e_y_max(2)
INTEGER hec_e_x_max_ch(2), hec_e_y_max_ch(2)
INTEGER lec_e(2), lec_x(2), lec_y(2)
INTEGER hec_x(2), hec_y(2)
INTEGER m_veto, veto( 1:64 )
INTEGER*8 e_time, e_time_old
INTEGER*8 items, items_old, events, events_old
INTEGER i
INTEGER*2 i2(2), i2_2(4)
INTEGER i4, i4_2(2)
INTEGER*8 i8, first_ts_value
INTEGER idata(0:4095), ierr, information, information_index
INTEGER invalid_id, j, j1, j1_old, j2, j2_old, k
INTEGER j3, j3_old, j4, j4_old
INTEGER l, m, mbs_data(0:3), module, m_disc, ptr, lec(8)
INTEGER m_p_lec(8), m_n_lec(8), m_p_hec(8), m_n_hec(8)
INTEGER sc_channel
INTEGER scaler( 32 ), scaler_old( 32 ), range, time_warp, total
INTEGER*8 timestamp, ts
INTEGER ts28, ts48, ts64
INTEGER*8 old_ts( 8, 2 ), ts_old
INTEGER implant_e( 0:383, 0:127, 1:8 )
INTEGER*8 implant_ts( 0:383, 0:127, 1:8 )
INTEGER*8 decay_ts( 0:383, 0:127, 1:8 )
INTEGER*8 dts( 0:511 ), cts( 0:511 ), min_dts( 0:511 )
INTEGER type, w(0:31), zzz, pulser, pulser_old
INTEGER z_lec, z_lec_veto, z_hec
C
LOGICAL hit(0:4095), ihit(0:4095)
LOGICAL first_event, next_event, first_ts
LOGICAL implant1, implant2, decay1, decay2, other1, other2
LOGICAL dt_tag, warp
LOGICAL first_info_code_4, first_info_code_5
REAL c(0:7), delta_t, gain(0:max-1), offset(0:max-1)
REAL t1, t2, t2_old
DOUBLE PRECISION rates( 32 ), t3, t4, t4_old, t5
C----67---------------------------------------------------------------72------80
C
C Namelists
C
NAMELIST /variables/ gain, offset, c, w,
+ dsssd_a, dsssd_b, dsssd_c, dsssd_d,
+ dsssd_e, dsssd_f, dsssd_g, dsssd_h, veto
C----67---------------------------------------------------------------72------80
C
C Common variables
C
INTEGER*2 gdata(0:15)
C
COMMON /fdata/ gdata
C
C Common variables
C
INTEGER*2 gid(0:15)
C
COMMON /fid/ gid
C
C Common variables
C
INTEGER mult
C
COMMON /fmult/ mult
C
EQUIVALENCE ( i8, i4_2(1) )
EQUIVALENCE ( i4, i2(1) )
C
C----67---------------------------------------------------------------72------80
WRITE ( 6, * ) ' *** S100 - implantdecay - November 2024'
WRITE ( 6, * ) ' *** Entry init commences'
C Initialise counters
events = 0
events_old = 0
pulser = 0
pulser_old = 0
time_warp = 0
invalid_id = 0
first_ts = .TRUE.
first_info_code_4 = .false.
first_info_code_5 = .false.
t3 = 0.0D+00
t4 = 0.0D+00
t4_old = 0.0D+00
C Initialise event data
DO i = 0, 4095
data( i ) = 0
tsdata(i) = 0
hit( i ) = .FALSE.
ENDDO
DO i = 1, 32
fee(i) = 0
ENDDO
DO i = 0, 511
min_dts( i ) = 999999999
cts( i ) = 0
ENDDO
first_event = .true.
next_event = .false.
ts_old = 0
e_time_old = 0
count = 0
total = 0
DO i = 0, 4095
gain( i ) = 1.0
offset( i ) = 0.0
ENDDO
DO i = 0, 31
w( i ) = 0
ENDDO
DO i = 0, 7
c( i ) = 1.0
ENDDO
DO i = 1, 64
veto(i) = -1
ENDDO
DO i = 1, 32
scaler( i ) = 0
scaler_old( i ) = 0
rates( i ) = 0.0
ENDDO
DO i = 1, 6
DO j = 1, 2
old_ts( i, j ) = 0
ENDDO
ENDDO
DO i = 0, 383
DO j = 0, 127
DO k = 1, 8
implant_ts( i, j, k ) = 0
decay_ts( i, j , k ) = 0
implant_e( i, j, k ) = 0
ENDDO
ENDDO
ENDDO
C Initialise time
t1 = SECNDS(0.0)
C Read program variables via NAMELIST I/O
OPEN( 1, FILE = '/home/td/S100/variables.dat',
+ IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** OPEN I/O error:', ierr
ENDIF
READ( 1, NML = variables, IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** READ I/O error:', ierr
ENDIF
CLOSE( 1, IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** CLOSE I/O error:', ierr
ENDIF
C Display program variables
DO i = 0, 511, 8
WRITE( 6, 9001 ) i, i+7, ( gain( j ), j = i, i+7 )
ENDDO
DO i = 0, 511, 8
WRITE( 6, 9002 ) i, i+7, ( offset( j ), j = i, i+7 )
ENDDO
DO i = 0, 7, 8
WRITE( 6, 9003 ) i, i+7, ( c(j), j = 1, 8 )
ENDDO
DO i = 0, 31, 8
WRITE( 6, 9004 ) i, i+7, ( w(j), j = i, i+7 )
ENDDO
DO i = 1, 2
WRITE( 6, 9005 ) i, dsssd_a(i), dsssd_b(i),
+ dsssd_c(i), dsssd_d(i),
+ dsssd_e(i), dsssd_f(i),
+ dsssd_g(i), dsssd_h(i)
ENDDO
WRITE ( 6, * ) ' *** Entry init ends'
RETURN
C----67---------------------------------------------------------------72------80
ENTRY sortin
items = items + 1
IF ( MOD( items, 10000000 ).EQ.0 ) THEN
t2 = SECNDS( t1 )
delta_t = t2 - t2_old
WRITE( 6, 9010 ) items, FLOAT( items - items_old ) / delta_t,
+ events, FLOAT( events - events_old ) / delta_t,
+ pulser, FLOAT( pulser - pulser_old ) / delta_t
items_old = items
events_old = events
pulser_old = pulser
t2_old = t2
... 1382 more lines ...
|
| Attachment 32: Screenshot_from_2026-03-02_07-41-11.png
|
|
| Attachment 33: Screenshot_from_2026-03-02_07-40-23.png
|
|
| Attachment 34: Screenshot_from_2026-03-02_07-37-18.png
|
|
| Attachment 35: Screenshot_from_2026-03-02_07-33-06.png
|
|
| Attachment 36: Screenshot_from_2026-03-30_14-58-19.png
|
|
| Attachment 37: Screenshot_from_2026-03-30_15-04-25.png
|
|
|
582
|
Sat Apr 20 11:40:38 2024 |
TD | Offline analysis R12 & R13 ( pulser walkthrough ) |
S100 ADC offsets using pulser walkthrough data from data files R12 & R13
ch = channel + ( module * 64 ) + ( range * 2048 )
adc_data( ch ) = INT( RSHIFT( ABS( adc_data( ch ) - 32768 ), 3 ) - offset( ch ) + 0.5 )
per p+n FEE64 ADC spectra (aida01-aida16 *not* aida02, aida04, aida06 & aida08) - attachments 1-12
Note common x & y-scales - peak height proxy for peak width
aida09 1.8.L (s520) pulser peak width 7 ch FWHM (~40keV FWHM)
per n+n FEE64 ADC spectra (aida02, aida04, aida06 & aida08) - attachments 13-16
Note common x & y-scales - peak height proxy for peak width
aida02 1.8.L (s72) pulser peak width 16 ch FWHM (~88keV FWHM)
ADC offset analysis
/home/npg/td/Calibration/offsets /home/npg/td/S100/R12-R13 50 1024 20 5
First pass sort variables ( ADC offsets, FEE64 configuration, LEC & HEC equal energy cuts ) - attachment 17 |
| Attachment 1: Screenshot_from_2024-04-20_12-36-14.png
|
|
| Attachment 2: Screenshot_from_2024-04-20_12-36-35.png
|
|
| Attachment 3: Screenshot_from_2024-04-20_12-36-55.png
|
|
| Attachment 4: Screenshot_from_2024-04-20_12-37-21.png
|
|
| Attachment 5: Screenshot_from_2024-04-20_12-37-55.png
|
|
| Attachment 6: Screenshot_from_2024-04-20_12-38-22.png
|
|
| Attachment 7: Screenshot_from_2024-04-20_12-38-47.png
|
|
| Attachment 8: Screenshot_from_2024-04-20_12-39-05.png
|
|
| Attachment 9: Screenshot_from_2024-04-20_12-39-21.png
|
|
| Attachment 10: Screenshot_from_2024-04-20_12-39-34.png
|
|
| Attachment 11: Screenshot_from_2024-04-20_12-39-52.png
|
|
| Attachment 12: Screenshot_from_2024-04-20_12-40-17.png
|
|
| Attachment 13: Screenshot_from_2024-04-20_12-51-16.png
|
|
| Attachment 14: Screenshot_from_2024-04-20_12-51-38.png
|
|
| Attachment 15: Screenshot_from_2024-04-20_12-52-00.png
|
|
| Attachment 16: Screenshot_from_2024-04-20_12-52-53.png
|
|
| Attachment 17: variables.dat
|
$variables
offset( 0) = 34.20
offset( 1) = 27.50
offset( 2) = -18.51
offset( 3) = 13.56
offset( 4) = -6.12
offset( 5) = -14.51
offset( 6) = 11.86
offset( 7) = -0.19
offset( 8) = 2.52
offset( 9) = 24.94
offset( 10) = 7.54
offset( 11) = -20.01
offset( 12) = -0.93
offset( 13) = 26.51
offset( 14) = -12.75
offset( 15) = -4.72
offset( 16) = 5.48
offset( 17) = -8.97
offset( 18) = 4.25
offset( 19) = -3.19
offset( 20) = -40.78
offset( 21) = -0.95
offset( 22) = -14.62
offset( 23) = -28.18
offset( 24) = -12.96
offset( 25) = 14.90
offset( 26) = -32.39
offset( 27) = 0.66
offset( 28) = 6.68
offset( 29) = -9999.99
offset( 30) = 15.03
offset( 31) = -2.98
offset( 32) = 16.22
offset( 33) = 27.02
offset( 34) = -9999.99
offset( 35) = 17.09
offset( 36) = 17.72
offset( 37) = 16.29
offset( 38) = 23.46
offset( 39) = 27.55
offset( 40) = 9.26
offset( 41) = 34.03
offset( 42) = 2.46
offset( 43) = 8.62
offset( 44) = 29.61
offset( 45) = -14.47
offset( 46) = 42.23
offset( 47) = -27.52
offset( 48) = 1.06
offset( 49) = 4.03
offset( 50) = 22.04
offset( 51) = -10.44
offset( 52) = 38.54
offset( 53) = 8.66
offset( 54) = 20.65
offset( 55) = 0.35
offset( 56) = 5.19
offset( 57) = 19.55
offset( 58) = -5.57
offset( 59) = -7.26
offset( 60) = -21.96
offset( 61) = 5.89
offset( 62) = 36.14
offset( 63) = 3.05
offset( 64) = -15.80
offset( 65) = 25.02
offset( 66) = -15.94
offset( 67) = 6.19
offset( 68) = -19.87
offset( 69) = 0.37
offset( 70) = -9.68
offset( 71) = 9.68
offset( 72) = -11.13
offset( 73) = -6.20
offset( 74) = -25.35
offset( 75) = -25.57
offset( 76) = -19.75
offset( 77) = 8.60
offset( 78) = -22.55
offset( 79) = -10.56
offset( 80) = 5.90
offset( 81) = -1.29
offset( 82) = -1.52
offset( 83) = -9999.99
offset( 84) = 24.56
offset( 85) = -10.73
offset( 86) = 11.96
offset( 87) = -35.20
offset( 88) = 16.67
offset( 89) = 10.31
offset( 90) = -13.86
offset( 91) = -33.64
offset( 92) = 2.96
offset( 93) = -2.41
offset( 94) = 1.80
offset( 95) = 26.72
offset( 96) = -18.06
offset( 97) = -0.82
offset( 98) = -19.61
offset( 99) = -9999.99
offset( 100) = -11.22
offset( 101) = 9.13
offset( 102) = -29.56
offset( 103) = -1.95
offset( 104) = -14.24
offset( 105) = -21.87
offset( 106) = -7.47
offset( 107) = -14.22
offset( 108) = -6.72
offset( 109) = -4.35
offset( 110) = -12.98
offset( 111) = -11.42
offset( 112) = 5.39
offset( 113) = 16.43
offset( 114) = -10.19
offset( 115) = -13.21
offset( 116) = 19.82
offset( 117) = -4.45
offset( 118) = 21.88
offset( 119) = 13.84
offset( 120) = 10.16
offset( 121) = -9999.99
offset( 122) = -9999.99
offset( 123) = -9999.99
offset( 124) = 13.42
offset( 125) = 4.74
offset( 126) = 10.81
offset( 127) = 16.15
offset( 128) = -4.37
offset( 129) = 21.60
offset( 130) = 8.61
offset( 131) = -2.95
offset( 132) = -10.00
offset( 133) = 2.40
offset( 134) = -9.40
offset( 135) = -24.68
offset( 136) = 4.46
offset( 137) = -0.20
offset( 138) = 20.63
offset( 139) = -25.14
offset( 140) = -7.48
offset( 141) = 13.71
offset( 142) = -4.11
offset( 143) = -9.17
offset( 144) = 15.36
offset( 145) = 11.07
offset( 146) = -13.21
offset( 147) = -8.91
offset( 148) = 4.75
offset( 149) = -10.47
offset( 150) = 18.10
offset( 151) = 0.62
offset( 152) = -2.18
offset( 153) = 5.79
offset( 154) = 2.73
offset( 155) = 17.67
offset( 156) = 15.58
offset( 157) = -34.45
offset( 158) = -1.55
offset( 159) = 12.93
offset( 160) = 4.16
offset( 161) = -15.55
offset( 162) = 17.51
offset( 163) = -5.30
offset( 164) = 8.65
offset( 165) = -13.48
offset( 166) = -10.14
offset( 167) = -3.75
offset( 168) = 12.28
offset( 169) = -23.31
offset( 170) = -11.44
offset( 171) = 5.06
offset( 172) = -15.18
offset( 173) = 17.88
offset( 174) = 12.26
offset( 175) = -13.64
offset( 176) = -9.33
offset( 177) = 21.57
offset( 178) = 28.82
offset( 179) = 27.67
offset( 180) = 62.22
offset( 181) = -2.89
offset( 182) = 17.11
offset( 183) = 11.80
offset( 184) = 17.26
offset( 185) = 15.52
offset( 186) = -8.89
offset( 187) = 15.53
offset( 188) = -11.80
offset( 189) = 0.85
offset( 190) = 11.21
offset( 191) = 7.76
offset( 192) = 5.12
offset( 193) = 26.29
offset( 194) = -9999.99
offset( 195) = 7.45
offset( 196) = -9999.99
offset( 197) = 2.31
offset( 198) = -1.94
offset( 199) = -9999.99
offset( 200) = -0.41
offset( 201) = -23.18
offset( 202) = -1.82
offset( 203) = 17.39
offset( 204) = -10.40
offset( 205) = -13.42
offset( 206) = 8.22
offset( 207) = 2.93
offset( 208) = -56.48
offset( 209) = -10.42
offset( 210) = 50.72
offset( 211) = 0.45
offset( 212) = 27.74
offset( 213) = -16.62
offset( 214) = 15.39
offset( 215) = -13.44
offset( 216) = 34.58
offset( 217) = 15.20
offset( 218) = -3.05
offset( 219) = -0.28
offset( 220) = -40.52
offset( 221) = -31.47
offset( 222) = 20.29
offset( 223) = -13.69
offset( 224) = -1.11
offset( 225) = 33.58
offset( 226) = -16.57
offset( 227) = -4.95
offset( 228) = -11.93
offset( 229) = 7.06
offset( 230) = -2.90
offset( 231) = -38.90
offset( 232) = -8.84
offset( 233) = 1.20
offset( 234) = 3.21
offset( 235) = 17.26
offset( 236) = 4.76
offset( 237) = 13.15
offset( 238) = 13.66
offset( 239) = -2.42
offset( 240) = -1.46
offset( 241) = 0.03
offset( 242) = 20.72
offset( 243) = -0.74
offset( 244) = -2.03
offset( 245) = -36.41
offset( 246) = 5.31
offset( 247) = 3.45
offset( 248) = -9.35
offset( 249) = 8.61
offset( 250) = 6.18
offset( 251) = -72.01
offset( 252) = 11.53
offset( 253) = -13.74
offset( 254) = -2.41
offset( 255) = -16.47
offset( 256) = 6.19
offset( 257) = 13.35
offset( 258) = 10.44
offset( 259) = 16.45
offset( 260) = 13.62
offset( 261) = 36.59
offset( 262) = 24.89
offset( 263) = 11.04
offset( 264) = 12.12
offset( 265) = -1.04
offset( 266) = 20.55
offset( 267) = -19.88
offset( 268) = 10.57
offset( 269) = 31.05
offset( 270) = 23.09
offset( 271) = -17.38
offset( 272) = -18.40
offset( 273) = 16.00
offset( 274) = -5.59
offset( 275) = -3.98
offset( 276) = 0.70
offset( 277) = 4.32
offset( 278) = -13.61
offset( 279) = 26.62
offset( 280) = 17.81
offset( 281) = 7.10
offset( 282) = -30.97
offset( 283) = 13.50
offset( 284) = 88.96
offset( 285) = -0.03
offset( 286) = 8.64
offset( 287) = 1.86
offset( 288) = 4.27
offset( 289) = 19.21
offset( 290) = -33.21
offset( 291) = -28.54
offset( 292) = 7.98
offset( 293) = -8.69
offset( 294) = 1.27
offset( 295) = 20.08
offset( 296) = 15.92
offset( 297) = -4.67
offset( 298) = 30.68
... 1771 more lines ...
|
|