We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb6c6c commit e078805Copy full SHA for e078805
1 file changed
skdaccess/geo/pbo/data_fetcher.py
@@ -48,7 +48,7 @@ class DataFetcher(DataFetcherBase):
48
2) stabilization area (for running stabilization)
49
'''
50
51
- def __init__(self, start_time, end_time, lat_range, lon_range, ap_paramList, mdyratio=.5, epFlag=0, stabFlag=1):
+ def __init__(self, start_time, end_time, lat_range, lon_range, ap_paramList, mdyratio=.5, epFlag=1, stabFlag=1):
52
53
Initialize a DataFetcher
54
0 commit comments