Browse Source

Store nshift in prep metadata

tags/nilmtools-1.4.9
Jim Paris 10 years ago
parent
commit
077010ba3a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      nilmtools/prep.py

+ 2
- 1
nilmtools/prep.py View File

@@ -81,7 +81,8 @@ def main(argv = None):
f.check_dest_metadata({ "prep_raw_source": f.src.path,
"prep_sinefit_source": sinefit.path,
"prep_column": args.column,
"prep_rotation": repr(rotation) })
"prep_rotation": repr(rotation),
"prep_nshift": args.nshift })

# Find the intersection of the usual set of intervals we'd filter,
# and the intervals actually present in sinefit data. This is


Loading…
Cancel
Save