- 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
-
- Jul 27, 2021
-
-
System User authored
-
System User authored
-
- Jan 07, 2021
-
-
BRONES Romain authored
* Non fonctionnel pour le moment * En attente de la correction du device Extractor
-
- Sep 25, 2020
-
-
BRONES Romain authored
-
BRONES Romain authored
Two functions to test device status and configuration. Work in progress.
-
BRONES Romain authored
Do not loop access on tango devices, use group access.
-
- Sep 17, 2020
-
-
BRONES Romain authored
Bypass the chunk estimation for now.
-
BRONES Romain authored
* Add a little more debug messages. * If attribute is numpy array, convert to python list. We have to do so to serialize with json. * Catch exception when trying to access attribute. We signal a warning. The defualt case is with an attribute that has no name...
-
BRONES Romain authored
And not an array anymore.
-
- Sep 02, 2020
-
-
BRONES Romain authored
ContextSaver * Ajout de ContextSaver ArchiveExtractor * Utilisation de ExtractBetweenDates SoleilTools * Modification d'apparence
-
BRONES Romain authored
* Changement apparence plot MeanStdMaxMin
-
BRONES Romain authored
* Peut scanner un ou plusieurs devices * Scanne les attributs writtable * Scanne les properties * Exporte au format JSON, eventuellement dans un fichier
-
- Jun 30, 2020
-
-
BRONES Romain authored
* On utilise une variable str * Affichage dans l'aide et dans le log
-
BRONES Romain authored
* L'aire du std est plus transparente * les courbes max min moins transparente
-
- 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
-