GutenTAG icon indicating copy to clipboard operation
GutenTAG copied to clipboard

Use existing TS file as base oscillation

Open SebastianSchmidl opened this issue 2 years ago • 2 comments

Use an existing time series as base oscillation for a new dataset. This allows injecting our anomalies into existing time series. The file must be formatted in our canonical file format.

GutenTAG tries to parse the ground truth (label) information to prevent anomaly overlaps.

Example configuration:

timeseries:
  - name: "test"
    base-oscillations:
      - kind: file
        path: path/to/file.csv
        channel: 0

SebastianSchmidl avatar Feb 07 '23 10:02 SebastianSchmidl