Skip to content

Commit

Permalink
Merge pull request #74 from terraref/update-sensordefs
Browse files Browse the repository at this point in the history
add PSII template
  • Loading branch information
max-zilla authored Sep 12, 2019
2 parents 73dafec + 11d966b commit 34bceeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terrautils/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@

"ps2Top": {
"fixed_metadata_json": "/sensors/ps2/sensor_fixed_metadata.json",
"fixed_metadata_datasetid": "5873a84b4f0cad7d8131a73d"
"fixed_metadata_datasetid": "5873a84b4f0cad7d8131a73d",
'template': '{base}/{station}/raw_data/' + \
'{sensor}/{date}/{timestamp}/{filename}',
'pattern': 'hashid_rawData{opts}.bin'
},

"scanner3DTop": {
Expand Down

0 comments on commit 34bceeb

Please sign in to comment.