User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
lab:pigi:software [2014/05/24 10:39] – [pyGI Server] chronolab:pigi:software [2017/03/25 13:08] (current) – [Convert CPM to uSv/h] chrono
Line 112: Line 112:
  
 ===== Notes ===== ===== Notes =====
 +
 +==== GeigerJSON Template ====
 +
 +<sxh javascript; toolbar:false>
 +{
 +    "type" : "geigerjson",
 +    "timestamp": 1393878981,
 +    "geostamp": {
 +        "lat": 48
 +        "lon": 11,
 +        "alt": 560
 +    }
 +    "node_uuid":"9b70c59c-a313-11e3-a61f-001f161087c0",
 +    "parameters": {
 +        "tube_id" : "LND712",
 +        "dead_time" : 0.000190,
 +        "tube_factor" : 0.00233,
 +        "opmode" : "[stationary|mobile]"
 +        "window": "[abc|bc|c]"
 +    },
 +    "data" : {
 +        "source": "[sim|test|env]",
 +        "cps" : 10,
 +        "cps_dtc" : 11,
 +        "cpm" : 600,
 +        "cpm_dtc" : 610,
 +        "totalcount" : 12345,
 +        "totalcount_dtc" : 12456,
 +        "edr" : 0.89,
 +        "edr_avg_15m" : 0.90
 +    },
 +    "annotation" : "my radioactive moment"
 +}
 +</sxh>
  
 ==== INES Scale for reference ==== ==== INES Scale for reference ====
Line 125: Line 159:
 <x>D = R * conversion factor</x> <x>D = R * conversion factor</x>
  
-So to get from cps to µSv/h (only units here, not really a correct equation):+So to get from cpm to µSv/h (only units here, not really a correct equation):
  
-<x>µSv/h = cps * tube and energy specific conversion factor</x>+<x>µSv/h = cpm * tube and energy specific conversion factor</x>