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
ENVI headers with file type = PCI require special read procedures to access the data in the image file (see issue #72). Should either add support for reading these images or raise an exception or warning for PCI images.
The text was updated successfully, but these errors were encountered:
Has this enhancement been implemented? I tried reading a _.pix PCI cube with a _.pix.hdr file, and the image is all distorted when I view it. The image displays normally in ENVI. Image below is from viewing a 1000x1000 subset of the imported image using spectral imshow.
No, it has not been implemented. If I had access to the pci_read_spatial and pci_read_spectral routines referenced in issue #72, I could probably implement it. In the mean time, you can likely get around it by adjusted the samples parameter in the header file to account for the additional data being appended to each line.
ENVI headers with
file type = PCI
require special read procedures to access the data in the image file (see issue #72). Should either add support for reading these images or raise an exception or warning for PCI images.The text was updated successfully, but these errors were encountered: