sede-open / synthoseis

Generating seismic data and associated labels to train deep learning networks.
MIT License
51 stars 9 forks source link

cube_shape X and Y must be identical #20

Open klaas-koster opened 1 month ago

klaas-koster commented 1 month ago

I found that the dimensions of the X and Y axis set using cube_shape in the configuration JSON file are assumed to be the same in the code: the relative geologic age plots generated in Geomodels.py throw an error when the dimensions are not identical.

gavargas22 commented 1 month ago

Thank you for reporting this!