Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Individual pixel gain in spe #204

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2017

  1. use individual pixel gains (from integralGain file)

    the template pulse integral between the "half height" and
    "half height + 30 slices" I have calculated with python to be 24.37
    but it cannot stay like this!
    Dominik Neise committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    67011be View commit details
    Browse the repository at this point in the history
  2. implement some tests

    Dominik Neise committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    6359d71 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. create a new calibration service to provide the integral single pulse…

    … gains. This is done, because there are two processors (BasicExtraction and SinglePulseExtraction) needing this gain calibration.
    sebastian committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    fdeca23 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Implented a processor, to calibrate Timelines

    from mV to SinglePulseAmplitude;
    This should be used before BasicExtraction or any extration happens.
    Dominik Neise committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    b52aa7d View commit details
    Browse the repository at this point in the history
  2. use SinglePulseGainCalibration before BasicExtraction

    BasicExtraction became a StatefulProcessor now:
     - to calculate the template integral
    ParameterTest uses SinglePulseGaincalibration before extraction starts.
    Dominik Neise committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    d44ad0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aacfc67 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Revert "Get rid of SinglePulseCalibration inside SinglepulseExtraction"

    This reverts commit aacfc67.
    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ade6a1e View commit details
    Browse the repository at this point in the history
  2. Revert "use SinglePulseGainCalibration before BasicExtraction"

    This reverts commit d44ad0e.
    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    daeb8d6 View commit details
    Browse the repository at this point in the history
  3. Revert "Implented a processor, to calibrate Timelines"

    This reverts commit b52aa7d.
    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ba86cd8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #207 from fact-project/SinglePulseGainCalibrationS…

    …ervice
    
    A Single pulse gain calibration service to solve issue #197
    Dominik Neise authored Jan 25, 2017
    Configuration menu
    Copy the full SHA
    039d26a View commit details
    Browse the repository at this point in the history
  5. merge master back into development branch

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    068744a View commit details
    Browse the repository at this point in the history
  6. fix imports for TemplatePulse

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    4ba4614 View commit details
    Browse the repository at this point in the history
  7. use @service for service

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    44fa913 View commit details
    Browse the repository at this point in the history
  8. use @service for service; remove defeault_value; WS

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    b24928a View commit details
    Browse the repository at this point in the history
  9. typo, sorry

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    f3882b1 View commit details
    Browse the repository at this point in the history
  10. convert indents to spaces

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    b4bd6c9 View commit details
    Browse the repository at this point in the history
  11. implement Service instead of CalibrationService

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    8ab6946 View commit details
    Browse the repository at this point in the history
  12. remove superfluous factor 10

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    047f431 View commit details
    Browse the repository at this point in the history
  13. use SinglePulseGainCalibService in ConvertSinglePulses2Timeseries as …

    …well
    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    6a72d30 View commit details
    Browse the repository at this point in the history
  14. another place found, where factSinglePeAmplitudeInMv was used

    removed it entirely ... so it cannot happen again
    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    911945b View commit details
    Browse the repository at this point in the history
  15. add a test

    Dominik Neise committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    d8f42aa View commit details
    Browse the repository at this point in the history