Skip to content

Commit

Permalink
Add s1 pattern map
Browse files Browse the repository at this point in the history
  • Loading branch information
jmosbacher committed Aug 22, 2023
1 parent ebebb06 commit fd67f7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions xedocs/schemas/corrections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
from .som_network import *
from .hotspot_veto_cut import *
from .photoionization_strength import *
from .s1_pattern_maps import *
12 changes: 12 additions & 0 deletions xedocs/schemas/corrections/s1_pattern_maps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"""
S1 Pattern Maps
https://xe1t-wiki.lngs.infn.it/doku.php?id=min:s1opticalmap_comparison (Min + Giovanni)
"""

from .base_references import BaseMap


class S1PatternMap(BaseMap):
_ALIAS = "s1_pattern_maps"

0 comments on commit fd67f7c

Please sign in to comment.