Fatigue hinzugefügt, DSV angefangen

This commit is contained in:
Markus Clauß
2023-06-30 14:11:59 +02:00
parent 109df5bef1
commit 3b6eda29d5
5 changed files with 583 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import logging
import numpy as np
import pandas as pd
from paveit.analysis import fit_cos
from paveit.functions import calc_nu
from paveit.helper import calc_hash_of_bytes, get_minio_client_processing
@@ -224,6 +225,7 @@ class DataSineLoad():
for name in self.val_header_names:
if not name in self.metadata:
self._logger.error(f'{name} not found')
raise
def _post_string_to_float(self):