Display-Lab / bit-stomach

Data ingest and performer annotation
1 stars 1 forks source link

How to handle implicit measures #46

Open grosscol opened 5 years ago

grosscol commented 5 years ago

For speks in which no measure is defined, how to handle the performance annotations? Specifically, how to handle naming the list that holds the performance data when it is split by measure?

Split by measure returns a named list of data frames. The names are the @id of the measures. When there is one measure and no measure column, you get a list of "_:m1" = data. Multiple measures split the data as the name implies. However, for no measure in the spek, what to name the list?

The names of the list will be used when outputting the annotations. E.g. Positive Gap for "_:m1" where the name of the list is used to fill in the information about which measure the performance annotation pertains to.