Store nshift in prep metadata
This commit is contained in:
parent
77751a8529
commit
077010ba3a
|
@ -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…
Reference in New Issue
Block a user