Skip to content

Commit

Permalink
Added time_offset to getL0
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsmund committed Sep 20, 2023
1 parent f299f14 commit 90da92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/process/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def readL0file(self, conf):
'''
file_version = conf.get('file_version', -1)
ds = getL0(conf['file'], conf['nodata'], conf['columns'],
conf["skiprows"], file_version)
conf["skiprows"], file_version, time_offset=conf.get('time_offset'))
ds = populateMeta(ds, conf, ["columns", "skiprows", "modem"])
return ds

Expand Down

0 comments on commit 90da92c

Please sign in to comment.