File: ref_solar.dmp

package info (click to toggle)
netcdf-parallel 1%3A4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 101,668 kB
  • sloc: ansic: 200,241; sh: 10,807; yacc: 2,522; makefile: 1,306; lex: 1,153; xml: 173; awk: 2
file content (20 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
netcdf ref_solar {
types:
  compound observation {
    int64 timestamp ;
    double value ;
    double error ;
  }; // observation
dimensions:
	time = UNLIMITED ; // (2 currently)
variables:
	observation board_voltage(time) ;
	observation board_temperature(time) ;
data:

 board_voltage = {1280590702000, 0, 9.96920996838687e+36}, 
    {1280594218000, 0, 0.01} ;

 board_temperature = {1280594217000, 10.75, 0.5}, 
    {1280594217000, 10.75, 9.96920996838687e+36} ;
}