Commit 2fd8516bdb0e2830870c92bfb7fdc5e6c2216187

Authored by Quentin Brzustowski
1 parent 5bc91a8d

FERMI LAT lightcurves

PARAM_DEF/fermi_lat_cts.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="fermi_lat_cts">
  3 + <get>
  4 + <vi name="fermi:lat:lc">
  5 + <baseParam name="Counts"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output>
  10 + </output>
  11 +</param>
... ...
PARAM_DEF/fermi_lat_err.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="fermi_lat_cts">
  3 + <get>
  4 + <vi name="fermi:lat:lc">
  5 + <baseParam name="Error"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output>
  10 + </output>
  11 +</param>
... ...
PARAM_DEF/fermi_lat_exp.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="fermi_lat_cts">
  3 + <get>
  4 + <vi name="fermi:lat:lc">
  5 + <baseParam name="Exposure"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output>
  10 + </output>
  11 +</param>
... ...
PARAM_DEF/fermi_lat_fl.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="fermi_lat_cts">
  3 + <get>
  4 + <vi name="fermi:lat:lc">
  5 + <baseParam name="Flux"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output>
  10 + </output>
  11 +</param>
... ...