29. Occupancy maps Appendix
In this appendix we find a few plots of the entire Septemboard activity during the CAST Run-2 and Run-3 campaigns. For each a plot of the raw pixel activity in the form of counts (how many times was each pixel activated) and in the form of summing the Time over Threshold (ToT) values is shown. In both cases the color scale is cut to the \(95^{\text{th}}\) percentile of the data for better visibility. In each plot small regions that see infrequent sparks show up. Different chips have different amounts of activity, due to imperfect calibrations, in particular of the 6 outer chips.
29.1. Run-2
\clearpage
29.2. Run-3
29.3. Generate occupancy map plots extended
Run-2:
./plotBackgroundSeptemboard \ -f ~/CastData/data/DataRuns2017_Reco.h5 \ --title "Run-2 CAST data occupancy" \ --outfile ~/phd/Figs/occupancyMaps/run2_occupancy_map_by_count_perc95.pdf & ./plotBackgroundSeptemboard \ -f ~/CastData/data/DataRuns2017_Reco.h5 \ --title "Run-2 CAST data occupancy" \ --outfile ~/phd/Figs/occupancyMaps/run2_occupancy_map_by_charge_perc95_max1000.pdf \ --onlyCount=false \ --chargeCut 1000
Run-3:
./plotBackgroundSeptemboard \ -f ~/CastData/data/DataRuns2018_Reco.h5 \ --title "Run-3 CAST data occupancy" \ --outfile ~/phd/Figs/occupancyMaps/run3_occupancy_map_by_count_perc95.pdf & ./plotBackgroundSeptemboard \ -f ~/CastData/data/DataRuns2018_Reco.h5 \ --title "Run-3 CAST data occupancy" \ --outfile ~/phd/Figs/occupancyMaps/run3_occupancy_map_by_charge_perc95_max1000.pdf \ --onlyCount=false \ --chargeCut 1000