Skip to content
Snippets Groups Projects
Commit 8ff7ceb8 authored by Narayanarao Bhogapurapu's avatar Narayanarao Bhogapurapu
Browse files

Update args_in.py

parent 201ba448
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def rvog_inverse(args):
lidar_ht[lidar_ht==0] = np.nan
if args.htl==None and args.htg==None:
if args.htg==0 or (args.htl==None and args.htg==None):
""" Calculating the upper limit of the heights to be estimated from the LiDAR data
Ceiling the upper limit to the closest multiple of 5 for the height at 99.9 percentile """
args.htl=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment