MillionConcepts / pdr

[P]lanetary [D]ata [R]eader - A single function to read all Planetary Data System (PDS) data into Python
Other
60 stars 7 forks source link

`pvl` can't currently load most MER navcam labels #19

Closed m-stclair closed 3 years ago

m-stclair commented 3 years ago

on, for instance, https://pds-imaging.jpl.nasa.gov/data/mer/opportunity/mer1om_0xxx/data/navcam/site0003/1nn013eff03cyl00p1652l000m2.img , pvl hangs without output.

examining the process reveals that it appears to be stuck in an infinite loop parsing the IMAGE object block.

cmillion commented 3 years ago

@rbeyer

rbeyer commented 3 years ago

Oh my, that's bad. Will investigate.

rbeyer commented 3 years ago

This should now be fixed with pvl version 1.3.0.

m-stclair commented 3 years ago

This should now be fixed with pvl version 1.3.0.

verifying that pvl 1.3.0 is loading these labels smoothly. thank you!