nEDM Interface

nEDM Experiment

nEDM Interface

Repository

Tutorials


Modules


Classes


Externals


Slow-control data

_design/slow_control_time and _design/slow_control_time_label

These views are the main views for querying data (getting data from a database). It works on documents that looks like:

{
   "type" : "data",
   // ..
   "value" : {
     "data_1" : 1.23 // a number value
     // ..
   }
}

and emits for each data point (all keys in "value").

slow_control_time

This view emits as key: [data_name, Y, M, D, H, M, S].

slow_control_time_label

This view simply reverses the ordering of the output key, so: [Y, M, D, H, M, S, data_name].

Query examples