Mercurial > repos > rv43 > tomo
comparison detector.py @ 64:15288e9746e0 draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 53d0c2b812d01f0567eceb476375444802ed70cf"
| author | rv43 |
|---|---|
| date | Thu, 18 Aug 2022 14:49:16 +0000 |
| parents | 98a83f03d91b |
| children | f31ef7bfb430 |
comparison
equal
deleted
inserted
replaced
| 63:98a83f03d91b | 64:15288e9746e0 |
|---|---|
| 2 import os | 2 import os |
| 3 import yaml | 3 import yaml |
| 4 from functools import cache | 4 from functools import cache |
| 5 from copy import deepcopy | 5 from copy import deepcopy |
| 6 | 6 |
| 7 from .general import * | 7 from general import * |
| 8 | 8 |
| 9 #from hexrd.instrument import HEDMInstrument, PlanarDetector | 9 #from hexrd.instrument import HEDMInstrument, PlanarDetector |
| 10 | 10 |
| 11 class DetectorConfig: | 11 class DetectorConfig: |
| 12 def __init__(self, config_source): | 12 def __init__(self, config_source): |
