Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Motivations

Details

In dataMonitoring/Common Common-06-10-00 01 there's a first attempt at a piece of code to be run in the pipeline.

...

At first order you can forget about most of the parameters and do something like:

Code Block
./pBadTimeIntervalLogger.py \
    /data/work/datamon/solartrend/runs/r0319424872_digitrend.root \
    /data/work/datamon/solartrend \
  /runs/r0319424872_merittrend.root \
    -r test.root -p test.png -x test.xml

The png output looks like this:
test.png Image Added

And the xml output looks like:

Code Block
<?xml version="1.0" encoding="ISO-8859-15"?>
<!-- Generated by pXmlWriter on Thu Apr  7 16:25:26 2011. -->

<solarFlareSummary>
    <flareIntervals>
        <interval duration="1995.0" source="NormAcdTileRate63" start_met="319427310.0" end_met="319429305.0"/>
    </flareIntervals>
    <badIntervals>
        <interval duration="1410.0" source="NormAcdTileCount" start_met="319427325.0" end_met="319428735.0"/>
        <interval duration="1575.0" source="NormTransientRate" integral_loss="1008.7" start_met="319427325.0"
                  end_met="319428900.0"/>
    </badIntervals>
</solarFlareSummary>

Test procedure