Skip to content

Commit cb0698b

Browse files
committed
minor syntax (stabFlag) change
1 parent eca9bea commit cb0698b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skdaccess/examples/Demo_PBO.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"# Akutan Volcano, AK, 15 km around 54.13308 N, -165.98555 E\n",
7373
"ap_radius = AutoParam(15); ap_geopoint = AutoParam((54.13308, -165.98555))\n",
7474
"PBO_data_fetcher = PBO_DF(start_time, end_time, lat_range, lon_range,\n",
75-
" [ap_radius, ap_geopoint],mdyratio=.7,stabFlag=0)"
75+
" [ap_radius, ap_geopoint],mdyratio=.7,stab_flag=0)"
7676
]
7777
},
7878
{

0 commit comments

Comments
 (0)