I checked all baselines data throughout the all processing chain.
All baselines files (masterdate_slavedate.txt) from main processing directory looking normally:
PERP_BASELINE_BOTTOM 389.7613050350376
PERP_BASELINE_TOP 384.21776228421413
Baselines grid files from the masterShelve and slaveShelve looking not so normally:
gdalinfo -stats 20180908
Driver: ISCE/ISCE raster
Files: 20180908
20180908.xml
Size is 30, 30
Coordinate System is:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4326"]]
Origin = (0.000000000000000,0.000000000000000)
Pixel Size = (1.000000000000000,1.000000000000000)
Corner Coordinates:
Upper Left ( 0.0000000, 0.0000000) ( 0d 0' 0.01"E, 0d 0' 0.01"N)
Lower Left ( 0.0000000, 30.0000000) ( 0d 0' 0.01"E, 30d 0' 0.00"N)
Upper Right ( 30.0000000, 0.0000000) ( 30d 0' 0.00"E, 0d 0' 0.01"N)
Lower Right ( 30.0000000, 30.0000000) ( 30d 0' 0.00"E, 30d 0' 0.00"N)
Center ( 15.0000000, 15.0000000) ( 15d 0' 0.00"E, 15d 0' 0.00"N)
Band 1 Block=30x1 Type=Float32, ColorInterp=Undefined
Minimum=-384.954, Maximum=0.000, Mean=-12.778, StdDev=68.809
Metadata:
STATISTICS_MAXIMUM=0
STATISTICS_MEAN=-12.777554423014
STATISTICS_MINIMUM=-384.9538269043
STATISTICS_STDDEV=68.809468956147
Another example from the same CSK data set but with zero as minimum:
gdalinfo -stats baselineGRID_20180702
Driver: ISCE/ISCE raster
Files: baselineGRID_20180702
baselineGRID_20180702.xml
Size is 30, 30
Coordinate System is:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4326"]]
Origin = (0.000000000000000,0.000000000000000)
Pixel Size = (1.000000000000000,1.000000000000000)
Corner Coordinates:
Upper Left ( 0.0000000, 0.0000000) ( 0d 0' 0.01"E, 0d 0' 0.01"N)
Lower Left ( 0.0000000, 30.0000000) ( 0d 0' 0.01"E, 30d 0' 0.00"N)
Upper Right ( 30.0000000, 0.0000000) ( 30d 0' 0.00"E, 0d 0' 0.01"N)
Lower Right ( 30.0000000, 30.0000000) ( 30d 0' 0.00"E, 30d 0' 0.00"N)
Center ( 15.0000000, 15.0000000) ( 15d 0' 0.00"E, 15d 0' 0.00"N)
Band 1 Block=30x1 Type=Float32, ColorInterp=Undefined
Minimum=0.000, Maximum=109.001, Mean=3.582, StdDev=19.291
Metadata:
STATISTICS_MAXIMUM=109.00128173828
STATISTICS_MEAN=3.5820626661513
STATISTICS_MINIMUM=0
STATISTICS_STDDEV=19.290707316395
Could it be a problem with the baselineGrid.py?
About the second question. I tried using different masters but got the same error as a result.
Thx