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

Extract information from temporary files for unfinished experiments #102

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

Commits on Feb 7, 2024

  1. Merge pull request echemdata#97 from chatcannon/JhonFlash-master

    Add support for EC-Lab v11.50
    
    Rebased from echemdata#95 by @JhonFlash3008
    chatcannon authored and JhonFlash3008 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a96bee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d016c View commit details
    Browse the repository at this point in the history
  3. Added loop_from_file and timestamp_from_file functions to extract loo…

    …p_index and timestamp from the temporary _LOOP.txt and .mpl files during MPRfile initialization
    
    Added unitary tests but cannot upload test files due to LFS quota exceeded
    JhonFlash3008 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8a9d475 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. added columns id from various files

    from 498 to 502, had to replace other column ids. This is dangerous, as it also modifies dtype from f8 to f4
    JhonFlash3008 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6dfde43 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Big modification to support EC-Lab and BT-Lab samples:

    - supports files without setting module --> extracted loops and cycles
    - handles conflict between colIDs for the "stack mode" (VMP3 hardware)
    - supports old files with a timestamp with variable byte index
    - added lots of new colIDs
    - supports data_module version 1
    - MPRfile attributes startdate, enddate, timestamp are initialized with None value because it is weird if all MPRfile objects don't have the same attributes
    JhonFlash3008 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c7f6d5c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. closing reader buffer before each error and after having read all mod…

    …ules, but only if the given argument of MPRfile is a path. This avoids keeping a file busy if an error occurred during class initialization
    JhonFlash3008 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    870de16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6939c7 View commit details
    Browse the repository at this point in the history