Definitions: Cosmetics

This commit is contained in:
shahramn 2024-10-14 17:05:22 +01:00
parent ca384c2f48
commit 87b73caa49
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
codetable[1] marsClass "mars/class.table" = "od" : dump, string_type, lowercase;
codetable[1] marsClass "mars/class.table" = "od" : dump, string_type, lowercase;
codetable[1] marsType "mars/type.table" = "an" : dump, string_type, lowercase;
codetable[2] marsStream "mars/stream.table" = "oper" : dump, string_type, lowercase ;
codetable[2] marsStream "mars/stream.table" = "oper" : dump, string_type, lowercase;
ksec1expver[4] experimentVersionNumber = "0001" : dump;
#alias typeOfProcessedData=marsType;
alias ls.dataType = marsType;
alias mars.class = marsClass;
alias mars.type = marsType;
alias mars.stream = marsStream;