Skip to content

Commit

Permalink
Add XIM source
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljackson92 committed Sep 9, 2024
1 parent 47ba086 commit 05f3f18
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
72 changes: 72 additions & 0 deletions mappings/mast/dimensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7179,5 +7179,77 @@
},
"xdc/z_t_ztest": {
"time1": "time"
},
"xim/cii_hu10_u": {
"sec": "time"
},
"xim/da_bo10": {
"sec": "time"
},
"xim/da_hl11_l1": {
"sec": "time"
},
"xim/da_h11_r1": {
"sec": "time"
},
"xim/da_hm10_r": {
"sec": "time"
},
"xim/da_hm10_r1": {
"sec": "time"
},
"xim/da_hm10_t": {
"sec": "time"
},
"xim/da_hu10_r1": {
"sec": "time"
},
"xim/da_hu10_t": {
"sec": "time"
},
"xim/da_hu10_u1": {
"sec": "time"
},
"xim/da_hto10": {
"sec": "time"
},
"xim/dg_hu10_r2": {
"sec": "time"
},
"xim/heii_eceleste": {
"sec": "time"
},
"xim/light_end": {
"sec": "time"
},
"xim/light_start": {
"sec": "time"
},
"xim/mass_end": {
"sec": "time"
},
"xim/mass_start": {
"sec": "time"
},
"xim/pellet_halpha_2": {
"sec": "time"
},
"xim/pellet_time": {
"sec": "time"
},
"xim/preion_trig": {
"sec": "time"
},
"xim/target": {
"sec": "time"
},
"xim/trigger": {
"sec": "time"
},
"xim/ts_yag": {
"sec": "time"
},
"xim/xsa_logic_out": {
"sec": "time"
}
}
8 changes: 8 additions & 0 deletions src/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,14 @@ def __init__(self) -> None:
TransformUnits(),
]
),
"xim": Pipeline(
[
MapDict(RenameDimensions()),
MapDict(StandardiseSignalDataset("xim")),
MergeDatasets(),
TransformUnits(),
]
),
"xmo": Pipeline(
[
MapDict(RenameDimensions()),
Expand Down

0 comments on commit 05f3f18

Please sign in to comment.