Skip to content

Commit fddacaa

Browse files
iguinnggmarshall
authored andcommitted
Updated dsp.py for dspeed v2.0
1 parent 24654af commit fddacaa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/legenddataflowscripts/tier

src/legenddataflowscripts/tier/dsp.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def build_tier_dsp() -> None:
145145
process_kwargs_list = []
146146
for i, config in enumerate(chan_configs):
147147
kwargs = {
148-
"f_raw": args.input,
149-
"f_dsp": dsp_files[i],
148+
"raw_in": args.input,
149+
"dsp_out": dsp_files[i],
150150
"chan_config": config,
151151
"database": database_dict,
152152
"write_mode": "r",
@@ -171,8 +171,8 @@ def build_tier_dsp() -> None:
171171

172172
else:
173173
build_dsp(
174-
args.input,
175-
args.output,
174+
raw_in = args.input,
175+
dsp_out = args.output,
176176
database=database_dict,
177177
chan_config=dsp_cfg_tbl_dict,
178178
write_mode="r",

0 commit comments

Comments
 (0)