There is a good chance I filed something like this before, but I cannot look it up in this repo or the ISIS repo. Apologies for repeating it, if that's the case.
Trying to load MSL metakernels runs into the error:
The first file '/usgs/cpkgs/isis3/data/msl/kernels/lsk/naif0012.tls' specified by KERNELS_TO_LOAD in the file /home/oalexan1/projects/isis3data/msl/kernels/mk/msl_v01.tm could not be located.
That is because some files have a hard-coded path pointing to some filesystem local to USGS which does not exist on user's system. Manually editing the offending .tm file to make the location be on my system solves this, but ideally this should work out of the box.
There is a good chance I filed something like this before, but I cannot look it up in this repo or the ISIS repo. Apologies for repeating it, if that's the case.
Trying to load MSL metakernels runs into the error:
The first file '/usgs/cpkgs/isis3/data/msl/kernels/lsk/naif0012.tls' specified by KERNELS_TO_LOAD in the file /home/oalexan1/projects/isis3data/msl/kernels/mk/msl_v01.tm could not be located.
That is because some files have a hard-coded path pointing to some filesystem local to USGS which does not exist on user's system. Manually editing the offending .tm file to make the location be on my system solves this, but ideally this should work out of the box.