You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a bunch of las files with version 3.0 that I am trying to read using lasio library (version 0.29).
lasfile = lasio.read(rootdir + "file.las")
They were all converted from DLIS files in the same way, but I got the error "index 5 is out of bounds for axis 1 with size 5", or another index/size number depending on the file, for some of these files. Although the others I can read just fine.
I looked at the documentation but could not find any error handler I could use in this case. Anyone one could help me?
I realized when this error occurs:
If there is just one Curve Information section in the las file, lasio can read it just fine;
If there are more than one Curve Info section with the same number of curves, lasio only reads the last section;
If there are more than one Curve Info section with different length of curves, lasio shows this error (...out of bounds for axis...)
The text was updated successfully, but these errors were encountered:
@lucasaguiar26 thanks for raising this issue and providing detailed information. Would you be able to attach a simple example LAS file for the last situation you describe ("If there are more than one Curve Info section with different length of curves, lasio shows this error (...out of bounds for axis...)"), so that we can easily reproduce the error?
Hello, I have a bunch of las files with version 3.0 that I am trying to read using lasio library (version 0.29).
lasfile = lasio.read(rootdir + "file.las")
They were all converted from DLIS files in the same way, but I got the error "index 5 is out of bounds for axis 1 with size 5", or another index/size number depending on the file, for some of these files. Although the others I can read just fine.
I looked at the documentation but could not find any error handler I could use in this case. Anyone one could help me?
I realized when this error occurs:
The text was updated successfully, but these errors were encountered: