Skip to content

Commit 1f91a93

Browse files
authored
Merge pull request #57 from ATTPC/gwm17_dev
Simulator TLC, Point labels, Updated docs
2 parents 07da2d6 + bb54f3f commit 1f91a93

8 files changed

Lines changed: 532 additions & 469 deletions

File tree

docs/user_guide/detector/index.md

Lines changed: 133 additions & 28 deletions
Large diffs are not rendered by default.

docs/user_guide/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ from attpc_engine.detector import (
143143
)
144144

145145
from attpc_engine import nuclear_map
146-
from spyral_utils.nuclear.target import TargetData, GasTarget
146+
from spyral_utils.nuclear.target import load_target, GasTarget
147147
from pathlib import Path
148148

149149
input_path = Path("./output/kinematics/c16dd_d2_300Torr_184MeV.h5")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "attpc_engine"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "AT-TPC Monte-Carlo simulation engine"
55
authors = [
66
{name = "Gordon McCann", email = "gordonmccann215@gmail.com"},

0 commit comments

Comments
 (0)