mirror of
https://github.com/pim-n/pg-rad
synced 2026-04-24 22:48:10 +02:00
add landscape size as simulation output
This commit is contained in:
@ -27,5 +27,6 @@ class SourceOutput:
|
||||
@dataclass
|
||||
class SimulationOutput:
|
||||
name: str
|
||||
size: tuple
|
||||
count_rate: CountRateOutput
|
||||
sources: List[SourceOutput]
|
||||
|
||||
Reference in New Issue
Block a user