Traj import #11
|
running I keep getting the message: I have modified the header of the file to only include: I have tried this with both a hovermap trajectory file and a PosPac trajectory file. Thanks |
Replies: 2 comments
|
Hi smevs965, This is probably because it is looking in a folder that doesn't contain those files. So double check that your folder is correct. For example should these three dots "/.../" be two dots? If the folder is correct then check that it has permission to read from that folder. I'm not well versed in docker, but check that it has access to that folder. Thanks |
|
It seems the data directory is not mounted properly inside the container. Try running something like this -
Here the local directory is mounted inside the container at /mnt. |
@smevs965
It seems the data directory is not mounted properly inside the container. Try running something like this -
docker run -v c:/users/.../.../.../raytools_test/tv410:/mnt raytools rayimport /mnt/1.las /mnt/PostProcessedTraj.plyHere the local directory is mounted inside the container at /mnt.