Skip to content

Commit

Permalink
# On branch main
Browse files Browse the repository at this point in the history
# Your branch is up to date with 'origin/main'.
#
# Changes to be committed:
#	modified:   cpp/main.cpp
#	modified:   data/root/scanner_geometry.json
  • Loading branch information
nkarakatsanis committed Nov 19, 2023
1 parent f3ee6c0 commit 0548831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
#include <cmath>

#include <nlohmann/json.hpp>
#include <xtensor/xview.hpp>
#include <xtensor/xio.hpp>
#include <iostream>

// PETSIRD Includes
#include "protocols.h"
Expand Down
6 changes: 3 additions & 3 deletions data/root/scanner_geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"s_width": 380,
"tx_phys_crystal_num": 10,
"tx_virtual_crystal_num": 0,
"detector_x_dim": 20,
"detector_x_dim": 20.0,
"detector_y_dim": 3.2,
"detector_z_dim": 3.2,
"energy_LLD": 430,
"energy_ULD": 650,
"energy_LLD": 430.0,
"energy_ULD": 650.0,
"EnergyResolutionAt511": 0.11,
"TOF_resolution": 200,
"LM_TimeBlockDuration": 1
Expand Down

0 comments on commit 0548831

Please sign in to comment.