-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now using the latest wisdom from Adam with SLICE method and also corr…
…ected the EXPR instructions. Now it comes cleaner AND i also included the error bars on NE and TE
- Loading branch information
1 parent
8173334
commit 8e7104d
Showing
2 changed files
with
54 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,5 @@ | ||
{ | ||
"Comment": "Add any variables in here that are needed by your mappings", | ||
"Templating": "These can be used for substitution in the signal names", | ||
"Hello": "World", | ||
ACHTUNG: Strictly speaking we MUST NOT hardcode the number of channels since it varied throughout JET history !!! But there is no PPF signal to store the channel number !!! | ||
"CH_NAMES": [ | ||
"CH1", | ||
"CH2", | ||
"CH3", | ||
"CH4", | ||
"CH5", | ||
"CH6", | ||
"CH7", | ||
"CH8", | ||
"CH9", | ||
"CH10", | ||
"CH11", | ||
"CH12", | ||
"CH13", | ||
"CH14", | ||
"CH15", | ||
"CH16", | ||
"CH17", | ||
"CH18", | ||
"CH19", | ||
"CH20", | ||
"CH21", | ||
"CH22", | ||
"CH23", | ||
"CH24", | ||
"CH25", | ||
"CH26", | ||
"CH27", | ||
"CH28", | ||
"CH29", | ||
"CH30", | ||
"CH31", | ||
"CH32", | ||
"CH33", | ||
"CH34", | ||
"CH35", | ||
"CH36", | ||
"CH37", | ||
"CH38", | ||
"CH39", | ||
"CH40", | ||
"CH41", | ||
"CH42", | ||
"CH43", | ||
"CH44", | ||
"CH45", | ||
"CH46", | ||
"CH47", | ||
"CH48", | ||
"CH49", | ||
"CH50", | ||
"CH51", | ||
"CH52", | ||
"CH53", | ||
"CH54", | ||
"CH55", | ||
"CH56", | ||
"CH57", | ||
"CH58", | ||
"CH59", | ||
"CH60", | ||
"CH61", | ||
"CH62", | ||
"CH63", | ||
"CH64", | ||
"CH65", | ||
"CH66", | ||
"CH67", | ||
"CH68", | ||
"CH69", | ||
"CH70", | ||
"CH71", | ||
"CH72", | ||
"CH73", | ||
"CH74", | ||
"CH75", | ||
"CH76" | ||
] | ||
"Hello": "World" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters