Hi, does anyone know how to solve this error?
check_box_within_data_coverage
raise ValueError(msg)
ValueError: ERROR: input index is out of data range!
data range in (x0,y0,x1,y1): (0, 0, 3531, 2397)
subset range in (x0,y0,x1,y1): (-5233, 59929, -5233, 59929)
data range in (W, N, E, S): (418560.0, 4794400.0, 701040.0, 4602640.0)
subset range in (W, N, E, S): (-80.0, 80.0, -80.0, 80.0)
Which appears while running the first step, load_data. My conf file is the following:
# vim: set filetype=cfg:
mintpy.load.processor = hyp3
##---------interferogram datasets:
mintpy.load.unwFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*unw_phase_clip.tif
mintpy.load.corFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*corr_clip.tif
##---------geometry datasets:
mintpy.load.demFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*dem_clip.tif
mintpy.load.incAngleFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*lv_theta_clip.tif
mintpy.load.waterMaskFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*water_mask_clip.tif
##---------subset (optional):
##mintpy.subset.lalo = 42.40:42.45,-8.45:-8.62
Thanks!