Skip to content
Snippets Groups Projects
Commit bebf0caa authored by Nick Bearson's avatar Nick Bearson
Browse files

the fixed_grid was vestigial and this was crashing us

parent 73fbf869
No related branches found
No related tags found
1 merge request!3glm_grids_updates
......@@ -224,9 +224,9 @@ def grid_setup(args):
output_kwargs={'scale_and_offset': args.output_scale_and_offset},
spatial_scale_factor=1.0)
if args.fixed_grid:
grid_kwargs['fixed_grid'] = True
grid_kwargs['nadir_lon'] = nadir_lon
#if args.fixed_grid:
# grid_kwargs['fixed_grid'] = True
# grid_kwargs['nadir_lon'] = nadir_lon
# if args.split_events:
grid_kwargs['clip_events'] = True
if min_groups is not None:
......
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