Skip to content

Commit 49f6356

Browse files
committed
change default scan time per angle RPG
1 parent 7cc518f commit 49f6356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mwr_raw2l1/measurement/scan_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from mwr_raw2l1.utils.num_utils import timedelta2s
1010

1111

12-
def scan_endtime_to_time(endtime, n_angles, time_per_angle=17, from_starttime=False):
12+
def scan_endtime_to_time(endtime, n_angles, time_per_angle=11, from_starttime=False):
1313
"""
1414
RPG and Attex scan files only have one timestamp per scan. This function returns the approximate timestamp for the
1515
observation at each angle

0 commit comments

Comments
 (0)