Skip to content

Commit cf1718e

Browse files
Rename subpackage trk -> nav (#180)
1 parent 70928bb commit cf1718e

File tree

13 files changed

+9
-9
lines changed

13 files changed

+9
-9
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Dev mode
5858
Installing Meshroom
5959
-------------------
6060

61-
If you are using ``openlifu.trk.photoscan`` to reconstruct meshes from photo collections, then you will need to set up **Meshroom**.
61+
If you are using ``openlifu.nav.photoscan`` to reconstruct meshes from photo collections, then you will need to set up **Meshroom**.
6262

6363
Ubuntu
6464
~~~~~~

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ messages_control.disable = [
252252
]
253253

254254
[tool.setuptools.package-data]
255-
openlifu = ["trk/meshroom_pipelines/*.mg"]
255+
openlifu = ["nav/meshroom_pipelines/*.mg"]

src/openlifu/db/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import h5py
1313

1414
from openlifu.plan import Protocol, Run, Solution
15-
from openlifu.trk.photoscan import Photoscan, load_data_from_photoscan
15+
from openlifu.nav.photoscan import Photoscan, load_data_from_photoscan
1616
from openlifu.util.json import PYFUSEncoder
1717
from openlifu.xdc import Transducer
1818

File renamed without changes.

0 commit comments

Comments
 (0)