Added power spectrum data block definition

This commit is contained in:
Hugo Therrien 2022-02-04 16:59:11 -05:00 committed by Hugo Therrien
parent 00b719e9c1
commit 0866feee3a
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,11 @@ BLOCK_0 = defaultdict(
},
)
BLOCK_7 = {4: "ScSm", 8: "IgSm", 12: "PhSm"}
BLOCK_7 = {4: "ScSm",
8: "IgSm",
12: "PhSm",
56: "PwSm",
}
BLOCK_11 = {4: "ScRf", 8: "IgRf"}
@ -27,6 +31,7 @@ BLOCK_23 = {
4: "ScSm Data Parameter",
8: "IgSm Data Parameter",
12: "PhSm Data Parameter",
56: "PwSm Data Parameter",
}
BLOCK_27 = {4: "ScRf Data Parameter", 8: "IgRf Data Parameter"}