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

New implementation of the nectarchain module #82

Merged
merged 130 commits into from
Jan 22, 2024

Commits on Sep 13, 2023

  1. clean commit history :

    -update SPE fit parameters initialization
    following updates of the ctapipe extractors
    -improve the limits of generated charge histogram plots
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    962dc11 View commit details
    Browse the repository at this point in the history
  2. test script

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    517bfc7 View commit details
    Browse the repository at this point in the history
  3. add method to sort WaveformsContainer

    and ChargesContainer following events_id
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1631a59 View commit details
    Browse the repository at this point in the history
  4. -waveformContainer contructor from event list

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cfcb0dc View commit details
    Browse the repository at this point in the history
  5. user script for test ggroller

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e8a5e1f View commit details
    Browse the repository at this point in the history
  6. change values of pp and n in fit parameters file

     by median
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ec426d2 View commit details
    Browse the repository at this point in the history
  7. improve test

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7521510 View commit details
    Browse the repository at this point in the history
  8. repare test

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8ca58d8 View commit details
    Browse the repository at this point in the history
  9. reduce pvalue digit in label

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1f0b255 View commit details
    Browse the repository at this point in the history
  10. -add time counter to SPE fit

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    627363c View commit details
    Browse the repository at this point in the history
  11. add possibility to freez parameters into minuit

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    482435a View commit details
    Browse the repository at this point in the history
  12. begin : redesign of the SPE fit class to speed up

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4fa0f82 View commit details
    Browse the repository at this point in the history
  13. new skeleton for the calibration pipeline :

    -container module for the data structure (to be extend)
    -makers module to make the computation of calibration quantities
     on the data structure
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    622b94f View commit details
    Browse the repository at this point in the history
  14. mothers class for the maker module

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    55725c0 View commit details
    Browse the repository at this point in the history
  15. mother class for the gain makers

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8bb7ca1 View commit details
    Browse the repository at this point in the history
  16. unchanged modeuls for the new structure

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    86161c4 View commit details
    Browse the repository at this point in the history
  17. FlatFieldSPEMaker implementation

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ebd86fc View commit details
    Browse the repository at this point in the history
  18. photostatistic maker (not re-implemented yet)

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    408281a View commit details
    Browse the repository at this point in the history
  19. implementation of the FFSPE fit for single run

    with n and p' fixed
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2049a7c View commit details
    Browse the repository at this point in the history
  20. implementation of FF SPE gain maker

    at nominal voltage
    + update of user script
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    32b2ba7 View commit details
    Browse the repository at this point in the history
  21. bugfix

    user script updated : FF SPE at VVH voltage (ie for single run)
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9ee64ca View commit details
    Browse the repository at this point in the history
  22. update for nominal voltage data FF SPE fit from HHV

    pre-computed one
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    17e800c View commit details
    Browse the repository at this point in the history
  23. -bugfix

    update for nominal FF SPE fit
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0139b7d View commit details
    Browse the repository at this point in the history
  24. put I/O method in mother class

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    177e577 View commit details
    Browse the repository at this point in the history
  25. add low gain in contructor (only high gain before)

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    41c6a92 View commit details
    Browse the repository at this point in the history
  26. typo bugfiox

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    10793f0 View commit details
    Browse the repository at this point in the history
  27. move gain utils in one single folder

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    090844c View commit details
    Browse the repository at this point in the history
  28. bugfix nominal voltage fit

    the fitting process continues although the initial
     parameters computation failed
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8596d24 View commit details
    Browse the repository at this point in the history
  29. Photostatistic implementation done

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    77f12ab View commit details
    Browse the repository at this point in the history
  30. cleaning : import, type, etc

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    043601d View commit details
    Browse the repository at this point in the history
  31. remove old SPE fit implementation

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c0e9358 View commit details
    Browse the repository at this point in the history
  32. makers : core module enhancement

     (docstrings, unit test)
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    992e264 View commit details
    Browse the repository at this point in the history
  33. cleaning

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    211ce40 View commit details
    Browse the repository at this point in the history
  34. moving container and makers in

     top of calibration directory
    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8de8cff View commit details
    Browse the repository at this point in the history
  35. folder restructuring

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    808841a View commit details
    Browse the repository at this point in the history
  36. cleaning after the restructuration

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bc65fe5 View commit details
    Browse the repository at this point in the history
  37. unit test for chargecontainer

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    aacd51b View commit details
    Browse the repository at this point in the history
  38. test extractor utlis

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    72da7ad View commit details
    Browse the repository at this point in the history
  39. unit test CalibrationMaker and GainMakers

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d89345c View commit details
    Browse the repository at this point in the history
  40. unit test flatfieldSPEMakers

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dbc56ef View commit details
    Browse the repository at this point in the history
  41. unit test implementation follow up

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0c428bb View commit details
    Browse the repository at this point in the history
  42. mv wavefomrs in makers

    guillaume.grolleron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7db7034 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. code into WavefomContainers split into 2 parts : one for the data for…

    …mat,
    
    the other for the computation
    guillaume.grolleron committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7c3b907 View commit details
    Browse the repository at this point in the history
  2. move charge container into makers module

    guillaume.grolleron committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    205ac1f View commit details
    Browse the repository at this point in the history
  3. creation of mother class to charge and waveform container

    guillaume.grolleron committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a43bdab View commit details
    Browse the repository at this point in the history
  4. follow up : factorisation waveforms and chargs Makers

    guillaume.grolleron committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b0ae914 View commit details
    Browse the repository at this point in the history
  5. display module

    guillaume.grolleron committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a1eee04 View commit details
    Browse the repository at this point in the history
  6. finalisation of the refactorisation of the waveformsMaker

    chargesMaker implementation
    guillaume.grolleron committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fd0e78a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. ChargesContainers I/O

    cleaning
    unit test for WaveformsMaker and ChargesMaker
    guillaume.grolleron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f5d0180 View commit details
    Browse the repository at this point in the history
  2. update calibration class following COntainers changes

    guillaume.grolleron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f1c3298 View commit details
    Browse the repository at this point in the history
  3. bugfix according to unit tests

    guillaume.grolleron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    71976ef View commit details
    Browse the repository at this point in the history
  4. docstrings container + unit test

    guillaume.grolleron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7ba1ab3 View commit details
    Browse the repository at this point in the history
  5. make container module visible

    guillaume.grolleron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2ed495c View commit details
    Browse the repository at this point in the history
  6. small bugfix + fix unit test for makers

    guillaume.grolleron committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    973a28c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. docstrings makers module

    guillaume.grolleron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9aa08a8 View commit details
    Browse the repository at this point in the history
  2. follow pre-commit hook

    guillaume.grolleron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0023b45 View commit details
    Browse the repository at this point in the history
  3. set Dirac import into methods which need it

    guillaume.grolleron committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d0a1963 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. first step to reimplement following ctapipe

     Tool and Components framework
    guillaume.grolleron committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    272b0c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. -removed the I/O method for containers

        -> now we will use ctapipe HDF5TableWriter and Reader
    -creation of recursive containers
    guillaume.grolleron committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    878bb96 View commit details
    Browse the repository at this point in the history
  2. -adapt charges extraction makers and waveform extraction

    makers with the ctapipe.Tool framework
    guillaume.grolleron committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ae0edf5 View commit details
    Browse the repository at this point in the history
  3. -creation of the component module, which inherits from ctapipe.component

    -implementation of the NectarCAMComponent, the base class for nectrachain components,
    - implementation of the ChargesComponent and WaveformsComponent
    guillaume.grolleron committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    eb6bf07 View commit details
    Browse the repository at this point in the history
  4. -preliminary tuto script to extract charges

    or waveforms using Tool and Component classes
    guillaume.grolleron committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ecaa250 View commit details
    Browse the repository at this point in the history
  5. renaming code name for gain

    computation (makers->Component)
    guillaume.grolleron committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    06406f5 View commit details
    Browse the repository at this point in the history
  6. move SPE code in component module

    guillaume.grolleron committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ed9c535 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. move SPE algo in utlis

    guillaume.grolleron committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3a6df9f View commit details
    Browse the repository at this point in the history
  2. renaming spe module

    guillaume.grolleron committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    24bc852 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. changement yaml parameters spe location

    guillaume.grolleron committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    db59c9d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. mv spe algo in component main folder

    guillaume.grolleron committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    eac90bc View commit details
    Browse the repository at this point in the history
  2. move utils outside of the sub-modules

    guillaume.grolleron committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2634f76 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. charge and waveforms extraction with ctapip Tool

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    bfe61ac View commit details
    Browse the repository at this point in the history
  2. container for charges and waveforms

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a1cb5d2 View commit details
    Browse the repository at this point in the history
  3. fast eventsource reader (30% faster)

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6c60126 View commit details
    Browse the repository at this point in the history
  4. gain container to store interesting values

     computed from gain calibration
    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    41e988b View commit details
    Browse the repository at this point in the history
  5. for spe algorithm Component

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    12308a8 View commit details
    Browse the repository at this point in the history
  6. calibration module

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    dcf266e View commit details
    Browse the repository at this point in the history
  7. calibration module : SPE fit implementation

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7ecd516 View commit details
    Browse the repository at this point in the history
  8. add useful method

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    08ad778 View commit details
    Browse the repository at this point in the history
  9. utils for nectarchain

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1dac369 View commit details
    Browse the repository at this point in the history
  10. script to load waveforms and extract charge updated

    guillaume.grolleron committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ff6545a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge branch 'master' into new_struct

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b5ac73f View commit details
    Browse the repository at this point in the history
  2. renaming code name for gain

    computation (makers->Component)
    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    71ced47 View commit details
    Browse the repository at this point in the history
  3. move SPE code in component module

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3e3444f View commit details
    Browse the repository at this point in the history
  4. move SPE algo in utlis

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d4e7c53 View commit details
    Browse the repository at this point in the history
  5. renaming spe module

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fef63b7 View commit details
    Browse the repository at this point in the history
  6. changement yaml parameters spe location

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e4c1be5 View commit details
    Browse the repository at this point in the history
  7. mv spe algo in component main folder

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8cdb3ff View commit details
    Browse the repository at this point in the history
  8. move utils outside of the sub-modules

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a70d9c1 View commit details
    Browse the repository at this point in the history
  9. charge and waveforms extraction with ctapip Tool

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ff6ad76 View commit details
    Browse the repository at this point in the history
  10. container for charges and waveforms

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8df4f79 View commit details
    Browse the repository at this point in the history
  11. fast eventsource reader (30% faster)

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9ce96e3 View commit details
    Browse the repository at this point in the history
  12. gain container to store interesting values

     computed from gain calibration
    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4f2fcac View commit details
    Browse the repository at this point in the history
  13. for spe algorithm Component

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b7c74c9 View commit details
    Browse the repository at this point in the history
  14. calibration module

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1cf9f5e View commit details
    Browse the repository at this point in the history
  15. calibration module : SPE fit implementation

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5f5b2f0 View commit details
    Browse the repository at this point in the history
  16. add useful method

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ed5292b View commit details
    Browse the repository at this point in the history
  17. utils for nectarchain

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c2164e6 View commit details
    Browse the repository at this point in the history
  18. script to load waveforms and extract charge updated

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    550cce6 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'new_structure' into new_struct

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9d990fc View commit details
    Browse the repository at this point in the history
  20. cleaning

    guillaume.grolleron committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9478a14 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. container namesape + other

    guillaume.grolleron committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7c035a4 View commit details
    Browse the repository at this point in the history
  2. waveforms from hdf5 method

    guillaume.grolleron committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    901f7a9 View commit details
    Browse the repository at this point in the history
  3. SPE fit for flatfirld runs implementation

    guillaume.grolleron committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c622a42 View commit details
    Browse the repository at this point in the history
  4. start of reimplementatuion of phtotstat method

    guillaume.grolleron committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    00f71e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. follow up photostat implementation

    guillaume.grolleron committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1ddff8d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. clean way to manage the work done on reduced

    part of the raw data (with max_events parameter)
    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f223dfa View commit details
    Browse the repository at this point in the history
  2. forgotten in last commit..

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    bd5b5da View commit details
    Browse the repository at this point in the history
  3. photostatistic re-implemented

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e371f1a View commit details
    Browse the repository at this point in the history
  4. same

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    349ecca View commit details
    Browse the repository at this point in the history
  5. typo changes

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e191d63 View commit details
    Browse the repository at this point in the history
  6. circular import bugfix

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4962b73 View commit details
    Browse the repository at this point in the history
  7. imprve log

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    eac070f View commit details
    Browse the repository at this point in the history
  8. bugfix output filename

    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b9bcf55 View commit details
    Browse the repository at this point in the history
  9. bugfix I/O + maxevents read written now in output file

    + data management with max_events parameter
    guillaume.grolleron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    bab9ce3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. some bugfix

    guillaume.grolleron committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f100b71 View commit details
    Browse the repository at this point in the history
  2. cleaning and improvement of the data management

    guillaume.grolleron committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0d8cd55 View commit details
    Browse the repository at this point in the history
  3. updates of scripts

    guillaume.grolleron committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    20dc186 View commit details
    Browse the repository at this point in the history
  4. remove old unit test

    guillaume.grolleron committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6b46c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. update runs of interest

    guillaume.grolleron committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5942818 View commit details
    Browse the repository at this point in the history
  2. bugfix :

    -find SPE data
    -containers data with maxevents
    guillaume.grolleron committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    460171c View commit details
    Browse the repository at this point in the history
  3. load Containers : now if it is splited in slices,

    will return a generator to only
     load the slices one by one during execution
     -> reduce the RAM needed
    guillaume.grolleron committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3a881aa View commit details
    Browse the repository at this point in the history
  4. bugfix computation of convergence rate

    guillaume.grolleron committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d63767f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. -add classes to perform SPE fit directly

    at nominal voltage (config files)
    -change SPE fit plotting matplotlib -> pyqtgraph
     to speed up the plots generation
    guillaume.grolleron committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1a44d13 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. -ignore png files

    -bugfix : check valididty of container before to write when
    finishing component
    guillaume.grolleron committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e198118 View commit details
    Browse the repository at this point in the history
  2. update scripts

    guillaume.grolleron committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8403a4b View commit details
    Browse the repository at this point in the history
  3. tuto for :

    -creation of your own component and tool
    -SPE tools use
    -exctraction of waveforms and chgares with tools and components.
    guillaume.grolleron committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2f3cbf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. -fix issue to access component defined outside

    of the nectarchain module
    -typo fix
    -overwrite argument of tool better defined
    guillaume.grolleron committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9035730 View commit details
    Browse the repository at this point in the history
  2. bugfix : issue mentioned by @jlenain in cta-observatory#82.

    Now the read of a container will always return a generator,
    which can be ciomposed by only one item.
    guillaume.grolleron committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a233bb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. update with pre-commit hooks

    guillaume.grolleron committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bda2d74 View commit details
    Browse the repository at this point in the history
  2. ignore notebooks

    guillaume.grolleron committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    47784b0 View commit details
    Browse the repository at this point in the history
  3. rm notebook

    guillaume.grolleron committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4961c02 View commit details
    Browse the repository at this point in the history