- Jul 24, 2023
-
-
BRONES Romain authored
Easier to debug
-
- Jun 23, 2023
-
-
BRONES Romain authored
* Move to a single "extract" function entry point. It will redirect then to dedicated function for cases (Spectrum, ...) and for the method wanted (nearset, average, all...) * Handle that the attribute is a list, then perform extraction for each attrivute in list * (!) Still buggy
-
- Mar 16, 2023
-
-
BRONES Romain authored
-
- Nov 17, 2022
-
-
BRONES Romain authored
* Old 'self' attribute existed * move to pandas.DataFrame return
-
BRONES Romain authored
- Nov 16, 2022
-
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
-
- Nov 10, 2022
-
-
BRONES Romain authored
* The previous code did not handle the retry correctly
-
- May 24, 2022
-
-
BRONES Romain authored
-
- May 23, 2022
-
-
BRONES Romain authored
* Fix the extractor in error message
-
BRONES Romain authored
* Multiply the number of points per the number of elements
-
BRONES Romain authored
* Add a infoattr function to retrieve the information about attribute dimension. * When we have a 1D spectrum, switch to GetAttBetweenDates * Serve a Pandas DataFrame Also: * Add Date format on helps * Avoid running minmaxmean function
-
- Apr 25, 2022
-
-
BRONES Romain authored
* Add __init__.py in core (empty for now) * Add a bash source script yo load Python3 env and add the directory to pyhton path * Add a .gitignore * Cut out some code in ArchiveExtractor.betweenDates to outside functions
-
- Apr 22, 2022
-
-
BRONES Romain authored
-
BRONES Romain authored
* Uncapitalize attribute * Log the extraction as an info
-
BRONES Romain authored
* retries 2 times before leaving with error
-
BRONES Romain authored
* It always gave the now-time at the moment of import... * By letting the argument to None, it default to now
-
BRONES Romain authored
* It is now possible to pass a str with a log level * If no logger is passed, we getLogger(__name__) * A stream handler is added on the newly created logger, only if it doesnt have one already.
-
- Oct 13, 2021
-
-
System User authored
-
BRONES Romain authored
-
System User authored
-
BRONES Romain authored
* ArchiveExtractor is now a class * CLI code is moved to a new script
-
- Sep 17, 2021
-
-
BRONES Romain authored
-
BRONES Romain authored
* with option --DB L , use the path for the DG lab extractor
-
System User authored
* l'API retourne à présent MODE_EVT pour les attributs archivés sur évènement * Sur ce retour, on réagit en forçant une estimation de sampling à 0.1Hz pour le calcul des chunks
-
- Jan 07, 2021
-
-
BRONES Romain authored
* Non fonctionnel pour le moment * En attente de la correction du device Extractor
-
- Sep 17, 2020
-
-
BRONES Romain authored
Bypass the chunk estimation for now.
-
- Jun 30, 2020
-
-
BRONES Romain authored
* On utilise une variable str * Affichage dans l'aide et dans le log
-
- Jun 26, 2020
-
-
BRONES Romain authored
* Plutôt que GetAttDataBetweenDate * Evite la création d'un attribut dynamique * Permet une résolution temporelle sub-seconde
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
* Permet de préciser l'option --filemode * Dans ce cas, lit dans un fichier la liste des attributs
-
BRONES Romain authored
* Lorsque le fichier est chargé comme module, on utilise __name__
-
BRONES Romain authored
* Ajout de deux scripts python * ArchiveExtractor pour communiquer avec les devices T/HDBExtractor * SoleilTools contient des fonctions utiles pour parser les fichier mambo ou filertrend
-