AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40 MONNET
  DESPEC, Page 17 of 37  ELOG logo
ID Date Author Subjectdown
  513   Thu Sep 8 12:37:18 2022 NHProxy 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 TDPreparations 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 NHPreparation 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 NHPower 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 NHPower 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 TDPhotos 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
20240131_160205.jpg
Attachment 2: 20240131_145249.jpg
20240131_145249.jpg
Attachment 3: 20240131_145340.jpg
20240131_145340.jpg
Attachment 4: 20240131_160341.jpg
20240131_160341.jpg
  147   Thu Mar 12 23:44:48 2020 DKPID 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
pid.png
Attachment 2: pid.png
pid.png
Attachment 3: pid.pdf
pid.pdf
  607   Thu Apr 25 22:45:30 2024 Tom, Muneerah, NorahOver 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
Screenshot_from_2024-04-25_23-42-15.png
Attachment 2: Screenshot_from_2024-04-26_00-05-47.png
Screenshot_from_2024-04-26_00-05-47.png
Attachment 3: Screenshot_from_2024-04-26_00-05-15.png
Screenshot_from_2024-04-26_00-05-15.png
Attachment 4: Screenshot_from_2024-04-26_00-04-22.png
Screenshot_from_2024-04-26_00-04-22.png
Attachment 5: Screenshot_from_2024-04-26_02-00-17.png
Screenshot_from_2024-04-26_02-00-17.png
Attachment 6: Screenshot_from_2024-04-26_01-58-39.png
Screenshot_from_2024-04-26_01-58-39.png
Attachment 7: Screenshot_from_2024-04-26_01-58-39.png
Screenshot_from_2024-04-26_01-58-39.png
Attachment 8: Screenshot_from_2024-04-26_01-57-38.png
Screenshot_from_2024-04-26_01-57-38.png
Attachment 9: Screenshot_from_2024-04-26_01-57-01.png
Screenshot_from_2024-04-26_01-57-01.png
  515   Thu Oct 6 16:51:49 2022 NHOscilloscope 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
SCRN0086.PNG
Attachment 2: SCRN0090.jpg
SCRN0090.jpg
Attachment 3: SCRN0113.jpg
SCRN0113.jpg
Attachment 4: SCRN0107.jpg
SCRN0107.jpg
Attachment 5: SCRN0108.jpg
SCRN0108.jpg
Attachment 6: Image_Pasted_at_2022-10-6_15-51.jpg
Image_Pasted_at_2022-10-6_15-51.jpg
Attachment 7: SCRN0098.jpg
SCRN0098.jpg
Attachment 8: SCRN0109.jpg
SCRN0109.jpg
Attachment 9: SCRN0110.jpg
SCRN0110.jpg
Attachment 10: SCRN0111.jpg
SCRN0111.jpg
Attachment 11: SCRN0115.PNG
SCRN0115.PNG
Attachment 12: SCRN0121.PNG
SCRN0121.PNG
Attachment 13: SCRN0124.PNG
SCRN0124.PNG
Attachment 14: SCRN0125.PNG
SCRN0125.PNG
Attachment 15: SCRN0126.PNG
SCRN0126.PNG
Attachment 16: SCRN0127.PNG
SCRN0127.PNG
Attachment 17: SCRN0132.PNG
SCRN0132.PNG
Attachment 18: SCRN0129.PNG
SCRN0129.PNG
Attachment 19: SCRN0139.PNG
SCRN0139.PNG
Attachment 20: SCRN0136.PNG
SCRN0136.PNG
Attachment 21: SCRN0141.PNG
SCRN0141.PNG
Attachment 22: SCRN0143.PNG
SCRN0143.PNG
Attachment 23: SCRN0149.PNG
SCRN0149.PNG
Attachment 24: SCRN0153.PNG
SCRN0153.PNG
  693   Mon Jan 13 17:38:18 2025 TDOffline 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
R2_105.png
Attachment 7: R3_150.png
R3_150.png
Attachment 8: R5_35.png
R5_35.png
Attachment 9: R5_299.png
R5_299.png
Attachment 10: R5_536.png
R5_536.png
  525   Mon Feb 26 13:17:51 2024 TDOffline 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
Screenshot_from_2024-03-01_11-41-11.png
Attachment 2: Screenshot_from_2024-03-01_11-41-30.png
Screenshot_from_2024-03-01_11-41-30.png
Attachment 3: Screenshot_from_2024-03-01_11-42-06.png
Screenshot_from_2024-03-01_11-42-06.png
Attachment 4: Screenshot_from_2024-03-01_11-42-22.png
Screenshot_from_2024-03-01_11-42-22.png
Attachment 5: Screenshot_from_2024-03-01_11-43-13.png
Screenshot_from_2024-03-01_11-43-13.png
Attachment 6: Screenshot_from_2024-03-01_11-44-33.png
Screenshot_from_2024-03-01_11-44-33.png
Attachment 7: Screenshot_from_2024-03-01_11-38-52.png
Screenshot_from_2024-03-01_11-38-52.png
Attachment 8: Screenshot_from_2024-03-01_11-40-37.png
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, TDOffline 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
R13highEnergyhitpattern.pdf
Attachment 2: R13highEnergyXYhitpattern.pdf
R13highEnergyXYhitpattern.pdf
Attachment 3: R16highEnergyhitpattern.pdf
R16highEnergyhitpattern.pdf
Attachment 4: R16highEnergyXYhitpattern.pdf
R16highEnergyXYhitpattern.pdf
Attachment 5: R13HighEnergyExEy.pdf
R13HighEnergyExEy.pdf
Attachment 6: R16HighEnergyExEy.pdf
R16HighEnergyExEy.pdf
  694   Wed Jan 15 11:58:08 2025 TDOffline 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
Screenshot_from_2025-01-14_16-54-08.png
Attachment 5: Screenshot_from_2025-01-17_08-18-33.png
Screenshot_from_2025-01-17_08-18-33.png
Attachment 6: Screenshot_from_2025-01-17_08-19-43.png
Screenshot_from_2025-01-17_08-19-43.png
Attachment 7: Screenshot_from_2025-01-17_08-20-32.png
Screenshot_from_2025-01-17_08-20-32.png
Attachment 8: Screenshot_from_2025-01-17_08-21-17.png
Screenshot_from_2025-01-17_08-21-17.png
Attachment 9: Screenshot_from_2025-01-17_08-21-58.png
Screenshot_from_2025-01-17_08-21-58.png
Attachment 10: Screenshot_from_2025-01-17_08-22-35.png
Screenshot_from_2025-01-17_08-22-35.png
Attachment 11: Screenshot_from_2025-01-17_08-23-39.png
Screenshot_from_2025-01-17_08-23-39.png
Attachment 12: Screenshot_from_2025-01-17_08-24-53.png
Screenshot_from_2025-01-17_08-24-53.png
Attachment 13: Screenshot_from_2025-01-17_08-25-25.png
Screenshot_from_2025-01-17_08-25-25.png
Attachment 14: Screenshot_from_2025-01-17_08-25-57.png
Screenshot_from_2025-01-17_08-25-57.png
Attachment 15: Screenshot_from_2025-01-17_08-27-02.png
Screenshot_from_2025-01-17_08-27-02.png
Attachment 16: Screenshot_from_2025-01-17_08-27-34.png
Screenshot_from_2025-01-17_08-27-34.png
Attachment 17: Screenshot_from_2025-01-17_08-28-03.png
Screenshot_from_2025-01-17_08-28-03.png
Attachment 18: Screenshot_from_2025-01-17_08-28-48.png
Screenshot_from_2025-01-17_08-28-48.png
Attachment 19: Screenshot_from_2025-01-17_08-29-18.png
Screenshot_from_2025-01-17_08-29-18.png
Attachment 20: Screenshot_from_2025-01-17_08-29-49.png
Screenshot_from_2025-01-17_08-29-49.png
Attachment 21: Screenshot_from_2025-01-17_08-31-27.png
Screenshot_from_2025-01-17_08-31-27.png
Attachment 22: Screenshot_from_2025-01-17_08-31-57.png
Screenshot_from_2025-01-17_08-31-57.png
Attachment 23: Screenshot_from_2025-01-17_08-32-31.png
Screenshot_from_2025-01-17_08-32-31.png
Attachment 24: Screenshot_from_2025-01-17_08-33-29.png
Screenshot_from_2025-01-17_08-33-29.png
Attachment 25: Screenshot_from_2025-01-17_08-34-12.png
Screenshot_from_2025-01-17_08-34-12.png
Attachment 26: Screenshot_from_2025-01-17_08-35-12.png
Screenshot_from_2025-01-17_08-35-12.png
Attachment 27: Screenshot_from_2025-01-17_08-36-00.png
Screenshot_from_2025-01-17_08-36-00.png
  698   Wed Feb 12 10:46:01 2025 TDOffline 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
Screenshot_from_2025-02-12_08-46-38.png
Attachment 4: Screenshot_from_2025-02-12_08-49-32.png
Screenshot_from_2025-02-12_08-49-32.png
Attachment 5: Screenshot_from_2025-02-12_08-50-20.png
Screenshot_from_2025-02-12_08-50-20.png
Attachment 6: Screenshot_from_2025-02-12_08-51-24.png
Screenshot_from_2025-02-12_08-51-24.png
Attachment 7: Screenshot_from_2025-02-12_08-52-57.png
Screenshot_from_2025-02-12_08-52-57.png
Attachment 8: Screenshot_from_2025-02-12_08-53-59.png
Screenshot_from_2025-02-12_08-53-59.png
Attachment 9: Screenshot_from_2025-02-12_08-55-27.png
Screenshot_from_2025-02-12_08-55-27.png
Attachment 10: Screenshot_from_2025-02-12_08-56-03.png
Screenshot_from_2025-02-12_08-56-03.png
Attachment 11: Screenshot_from_2025-02-12_08-56-46.png
Screenshot_from_2025-02-12_08-56-46.png
Attachment 12: Screenshot_from_2025-02-12_08-59-46.png
Screenshot_from_2025-02-12_08-59-46.png
Attachment 13: Screenshot_from_2025-02-12_09-01-08.png
Screenshot_from_2025-02-12_09-01-08.png
Attachment 14: Screenshot_from_2025-02-12_09-01-49.png
Screenshot_from_2025-02-12_09-01-49.png
Attachment 15: Screenshot_from_2025-02-12_09-02-30.png
Screenshot_from_2025-02-12_09-02-30.png
Attachment 16: Screenshot_from_2025-02-12_09-03-06.png
Screenshot_from_2025-02-12_09-03-06.png
Attachment 17: Screenshot_from_2025-02-12_09-04-27.png
Screenshot_from_2025-02-12_09-04-27.png
Attachment 18: Screenshot_from_2025-02-12_09-05-33.png
Screenshot_from_2025-02-12_09-05-33.png
Attachment 19: Screenshot_from_2025-02-12_09-06-04.png
Screenshot_from_2025-02-12_09-06-04.png
Attachment 20: Screenshot_from_2025-02-12_09-06-54.png
Screenshot_from_2025-02-12_09-06-54.png
Attachment 21: Screenshot_from_2025-02-12_09-07-25.png
Screenshot_from_2025-02-12_09-07-25.png
Attachment 22: Screenshot_from_2025-02-12_09-08-02.png
Screenshot_from_2025-02-12_09-08-02.png
Attachment 23: Screenshot_from_2025-02-12_09-08-47.png
Screenshot_from_2025-02-12_09-08-47.png
Attachment 24: Screenshot_from_2025-02-12_09-10-29.png
Screenshot_from_2025-02-12_09-10-29.png
Attachment 25: Screenshot_from_2025-02-12_09-12-14.png
Screenshot_from_2025-02-12_09-12-14.png
  700   Sat Feb 22 12:35:38 2025 TDOffline 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
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
Screenshot_from_2025-03-05_10-04-30.png
Attachment 4: Screenshot_from_2025-03-05_10-04-55.png
Screenshot_from_2025-03-05_10-04-55.png
Attachment 5: Screenshot_from_2025-03-05_10-05-29.png
Screenshot_from_2025-03-05_10-05-29.png
Attachment 6: Screenshot_from_2025-03-05_10-07-35.png
Screenshot_from_2025-03-05_10-07-35.png
Attachment 7: Screenshot_from_2025-03-05_10-07-56.png
Screenshot_from_2025-03-05_10-07-56.png
Attachment 8: Screenshot_from_2025-03-05_10-08-29.png
Screenshot_from_2025-03-05_10-08-29.png
Attachment 9: Screenshot_from_2025-03-05_10-09-24.png
Screenshot_from_2025-03-05_10-09-24.png
Attachment 10: Screenshot_from_2025-03-05_10-10-29.png
Screenshot_from_2025-03-05_10-10-29.png
Attachment 11: Screenshot_from_2025-03-05_10-11-17.png
Screenshot_from_2025-03-05_10-11-17.png
Attachment 12: Screenshot_from_2025-03-05_10-12-05.png
Screenshot_from_2025-03-05_10-12-05.png
Attachment 13: Screenshot_from_2025-03-05_10-12-35.png
Screenshot_from_2025-03-05_10-12-35.png
Attachment 14: Screenshot_from_2025-03-05_10-13-38.png
Screenshot_from_2025-03-05_10-13-38.png
Attachment 15: Screenshot_from_2025-03-05_10-14-59.png
Screenshot_from_2025-03-05_10-14-59.png
Attachment 16: Screenshot_from_2025-03-05_10-15-51.png
Screenshot_from_2025-03-05_10-15-51.png
Attachment 17: Screenshot_from_2025-03-08_09-11-40.png
Screenshot_from_2025-03-08_09-11-40.png
Attachment 18: Screenshot_from_2025-03-08_09-11-58.png
Screenshot_from_2025-03-08_09-11-58.png
Attachment 19: Screenshot_from_2025-03-08_09-13-07.png
Screenshot_from_2025-03-08_09-13-07.png
Attachment 20: Screenshot_from_2025-03-08_14-01-50.png
Screenshot_from_2025-03-08_14-01-50.png
Attachment 21: Screenshot_from_2025-03-08_12-21-22.png
Screenshot_from_2025-03-08_12-21-22.png
Attachment 22: 82Nb.png
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 ...
  692   Mon Jan 13 11:32:30 2025 TDOffline 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
Screenshot_from_2025-01-12_18-48-06.png
Attachment 3: Screenshot_from_2025-01-12_18-49-40.png
Screenshot_from_2025-01-12_18-49-40.png
Attachment 4: Screenshot_from_2025-01-12_18-54-53.png
Screenshot_from_2025-01-12_18-54-53.png
Attachment 5: Screenshot_from_2025-01-12_18-55-44.png
Screenshot_from_2025-01-12_18-55-44.png
Attachment 6: Screenshot_from_2025-01-12_18-56-44.png
Screenshot_from_2025-01-12_18-56-44.png
Attachment 7: Screenshot_from_2025-01-12_18-59-33.png
Screenshot_from_2025-01-12_18-59-33.png
Attachment 8: Screenshot_from_2025-01-12_19-03-44.png
Screenshot_from_2025-01-12_19-03-44.png
Attachment 9: Screenshot_from_2025-01-12_21-25-46.png
Screenshot_from_2025-01-12_21-25-46.png
Attachment 10: Screenshot_from_2025-01-12_19-08-07.png
Screenshot_from_2025-01-12_19-08-07.png
Attachment 11: Screenshot_from_2025-01-12_19-10-12.png
Screenshot_from_2025-01-12_19-10-12.png
Attachment 12: Screenshot_from_2025-01-12_19-10-51.png
Screenshot_from_2025-01-12_19-10-51.png
Attachment 13: Screenshot_from_2025-01-12_19-11-32.png
Screenshot_from_2025-01-12_19-11-32.png
Attachment 14: Screenshot_from_2025-01-12_19-12-14.png
Screenshot_from_2025-01-12_19-12-14.png
Attachment 15: Screenshot_from_2025-01-12_19-12-54.png
Screenshot_from_2025-01-12_19-12-54.png
Attachment 16: Screenshot_from_2025-01-12_19-13-22.png
Screenshot_from_2025-01-12_19-13-22.png
Attachment 17: Screenshot_from_2025-01-12_19-14-02.png
Screenshot_from_2025-01-12_19-14-02.png
Attachment 18: Screenshot_from_2025-01-12_19-14-59.png
Screenshot_from_2025-01-12_19-14-59.png
Attachment 19: Screenshot_from_2025-01-12_19-15-37.png
Screenshot_from_2025-01-12_19-15-37.png
Attachment 20: Screenshot_from_2025-01-12_19-45-39.png
Screenshot_from_2025-01-12_19-45-39.png
Attachment 21: Screenshot_from_2025-01-12_19-46-34.png
Screenshot_from_2025-01-12_19-46-34.png
Attachment 22: Screenshot_from_2025-01-13_20-04-56.png
Screenshot_from_2025-01-13_20-04-56.png
  673   Thu Dec 5 11:18:46 2024 TDOffline 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 1: Screenshot_from_2024-12-05_11-17-50.png
Screenshot_from_2024-12-05_11-17-50.png
Attachment 2: Screenshot_from_2024-12-05_11-18-13.png
Screenshot_from_2024-12-05_11-18-13.png
Attachment 3: Screenshot_from_2024-12-05_11-04-40.png
Screenshot_from_2024-12-05_11-04-40.png
Attachment 4: Screenshot_from_2024-12-05_11-05-03.png
Screenshot_from_2024-12-05_11-05-03.png
Attachment 5: Screenshot_from_2024-12-05_11-07-58.png
Screenshot_from_2024-12-05_11-07-58.png
Attachment 6: Screenshot_from_2024-12-05_11-09-55.png
Screenshot_from_2024-12-05_11-09-55.png
Attachment 7: Screenshot_from_2024-12-04_16-56-02.png
Screenshot_from_2024-12-04_16-56-02.png
Attachment 8: Screenshot_from_2024-12-04_16-39-09.png
Screenshot_from_2024-12-04_16-39-09.png
Attachment 9: Screenshot_from_2024-12-04_16-39-59.png
Screenshot_from_2024-12-04_16-39-59.png
Attachment 10: Screenshot_from_2024-12-04_16-41-20.png
Screenshot_from_2024-12-04_16-41-20.png
Attachment 11: Screenshot_from_2024-12-04_16-41-54.png
Screenshot_from_2024-12-04_16-41-54.png
Attachment 12: Screenshot_from_2024-12-04_16-42-37.png
Screenshot_from_2024-12-04_16-42-37.png
Attachment 13: Screenshot_from_2024-12-04_16-43-36.png
Screenshot_from_2024-12-04_16-43-36.png
Attachment 14: Screenshot_from_2024-12-04_16-44-13.png
Screenshot_from_2024-12-04_16-44-13.png
Attachment 15: Screenshot_from_2024-12-04_16-44-50.png
Screenshot_from_2024-12-04_16-44-50.png
Attachment 16: Screenshot_from_2024-12-04_16-46-26.png
Screenshot_from_2024-12-04_16-46-26.png
Attachment 17: Screenshot_from_2024-12-04_16-50-32.png
Screenshot_from_2024-12-04_16-50-32.png
Attachment 18: Screenshot_from_2024-12-04_16-49-12.png
Screenshot_from_2024-12-04_16-49-12.png
Attachment 19: Screenshot_from_2024-12-04_16-49-57.png
Screenshot_from_2024-12-04_16-49-57.png
Attachment 20: Screenshot_from_2024-12-04_16-52-09.png
Screenshot_from_2024-12-04_16-52-09.png
Attachment 21: Screenshot_from_2024-12-04_16-51-30.png
Screenshot_from_2024-12-04_16-51-30.png
Attachment 22: 166Tb.png
166Tb.png
Attachment 23: Screenshot_from_2024-12-07_16-57-28.png
Screenshot_from_2024-12-07_16-57-28.png
Attachment 24: Screenshot_from_2026-02-10_08-12-46.png
Screenshot_from_2026-02-10_08-12-46.png
Attachment 25: Screenshot_from_2026-02-10_08-13-13.png
Screenshot_from_2026-02-10_08-13-13.png
Attachment 26: Screenshot_from_2026-02-10_08-13-39.png
Screenshot_from_2026-02-10_08-13-39.png
Attachment 27: Screenshot_from_2026-02-10_08-23-39.png
Screenshot_from_2026-02-10_08-23-39.png
Attachment 28: Screenshot_from_2026-02-10_08-24-08.png
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
Screenshot_from_2026-03-02_07-41-11.png
Attachment 33: Screenshot_from_2026-03-02_07-40-23.png
Screenshot_from_2026-03-02_07-40-23.png
Attachment 34: Screenshot_from_2026-03-02_07-37-18.png
Screenshot_from_2026-03-02_07-37-18.png
Attachment 35: Screenshot_from_2026-03-02_07-33-06.png
Screenshot_from_2026-03-02_07-33-06.png
  582   Sat Apr 20 11:40:38 2024 TDOffline 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
Screenshot_from_2024-04-20_12-36-14.png
Attachment 2: Screenshot_from_2024-04-20_12-36-35.png
Screenshot_from_2024-04-20_12-36-35.png
Attachment 3: Screenshot_from_2024-04-20_12-36-55.png
Screenshot_from_2024-04-20_12-36-55.png
Attachment 4: Screenshot_from_2024-04-20_12-37-21.png
Screenshot_from_2024-04-20_12-37-21.png
Attachment 5: Screenshot_from_2024-04-20_12-37-55.png
Screenshot_from_2024-04-20_12-37-55.png
Attachment 6: Screenshot_from_2024-04-20_12-38-22.png
Screenshot_from_2024-04-20_12-38-22.png
Attachment 7: Screenshot_from_2024-04-20_12-38-47.png
Screenshot_from_2024-04-20_12-38-47.png
Attachment 8: Screenshot_from_2024-04-20_12-39-05.png
Screenshot_from_2024-04-20_12-39-05.png
Attachment 9: Screenshot_from_2024-04-20_12-39-21.png
Screenshot_from_2024-04-20_12-39-21.png
Attachment 10: Screenshot_from_2024-04-20_12-39-34.png
Screenshot_from_2024-04-20_12-39-34.png
Attachment 11: Screenshot_from_2024-04-20_12-39-52.png
Screenshot_from_2024-04-20_12-39-52.png
Attachment 12: Screenshot_from_2024-04-20_12-40-17.png
Screenshot_from_2024-04-20_12-40-17.png
Attachment 13: Screenshot_from_2024-04-20_12-51-16.png
Screenshot_from_2024-04-20_12-51-16.png
Attachment 14: Screenshot_from_2024-04-20_12-51-38.png
Screenshot_from_2024-04-20_12-51-38.png
Attachment 15: Screenshot_from_2024-04-20_12-52-00.png
Screenshot_from_2024-04-20_12-52-00.png
Attachment 16: Screenshot_from_2024-04-20_12-52-53.png
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 ...
  149   Fri Mar 13 15:48:11 2020 Friday 13th 16:00 - 24:00OH, TD
ASIC settings 2019Oct31-13.24.23
     slow comparator 0xa

BNC PB-5 pulser
     amplitude 1.0V , attenuator x1
     frequency 2Hz
     decay time 1ms

16:51 Bias and leakage currents ok but starting to increase in DSSD 1 predominantly - attachment 1
      Statistics ok - attachment 2
      FEE temp ok - attachment 3
      System wide checks all ok 
     
16:57 Histograms zeroed

17:17 ASIC control check done

17:40 Layout 1 - attachment 4
      Layouts 3 and 4 - attachments 4 and 5
      Layouts 5 and 6 - attachments 6 and 7

19:06 Earlier in the shift two extra 8TB drives were formatted and mounted
      Named SecondDrive and ThirdDrive
      TapeData folder created on SecondDrive
      Plan is before the end of this shift to move the symbolic link from the filling up drive to the new drive
      Current prediction is drive would otherwise be full by 12:20 tomorrow.
      Playing it safe and switching early

21:57 Bias and leakage ok - attachment 8
      Statistics ok - attachment 9
      FEE Temps ok - attachment 10
Attachment 1: 200313_1649_bias.png
200313_1649_bias.png
Attachment 2: 200313_1652_stats.png
200313_1652_stats.png
Attachment 3: 200313_1653_temp.png
200313_1653_temp.png
Attachment 4: 200313_1738_Layout1.png
200313_1738_Layout1.png
Attachment 5: 200313_1739_layout2.png
200313_1739_layout2.png
Attachment 6: 200313_1740_layout4.png
200313_1740_layout4.png
Attachment 7: 200313_1740_layout5.png
200313_1740_layout5.png
Attachment 8: 200313_1741_layout6.png
200313_1741_layout6.png
Attachment 9: 200313_2155_bias
Attachment 10: 200313_2156_stats.png
200313_2156_stats.png
Attachment 11: 200313_2156_Temps.png
200313_2156_Temps.png
  433   Thu May 12 16:30:47 2022 NH, OH, TDNotes for mounting a second switch
Update DHCPD as expected
Make sure new ethernet device is trusted in firewall
Make sure hosts is updated
make sure /home/Embedded/XilinxLinux/ppc_4xx/rfs/aida08/etc/hosts "myserver" points to correct ip address
make sure /MIDAS/linux-ppc_4xx/startup/aidaXX has netvar "TS_Server" pointing to correct ip address
Update the IP in /MIDAS/linux-ppc_4xx/startup/aida*
ELOG V3.1.3-7933898