Commit 87a3cfee916e5ed8ac753e0373d43b77f3ffdcf9

Authored by Quentin Brzustowski
1 parent 4e8e97c3

parameters for MEX/IMA background data

Showing 2 changed files with 16 additions and 0 deletions   Show diff stats
PARAM_DEF/mex_ima_bg.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mex_ima_bg">
  3 + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="mex:ima:bg">
  6 + <baseParam name="background"/>
  7 +</vi>
  8 +</get><process/><output/></param>
... ...
PARAM_DEF/mex_ima_totct.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mex_ima_totct">
  3 + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="mex:ima:bg">
  6 + <baseParam name="total_counts" useNearestValue="true"/>
  7 +</vi>
  8 +</get><process/><output/></param>
... ...