Navigating to Naxos
Naxos
Data exported from CMRR scanners are usually pushed to the naxos node. Naxos is the dicom reciever hosted by CMRR. To access data on naxos, you must:
- Be a registered user of CMRR
- Have access to CMRR's VPN
- Have basic knowledge of the command line
Note
If you don't have CMRR access yet or are not sure if you have VPN access, follow the instructions here.
Note
If you don't know how to use the command line yet or need a refresher, check out the Unix tutorial at Andy's Brain Book.
Navigating to naxos
- Connect to the CMRR VPN. Use your UMN username and password.
- Open a web browser and navigate to https://login2.cmrr.umn.edu/. This will open an NX client.
- Use your CMRR username and CMRR password.
- Open a new virtual desktop and click "OK" through to the remote desktop.
- Click "Activities" then click on the Terminal icon to open a terminal.
- Navigate to the naxos directory.
cd /home/naxos2-raid2/dicom/
- If you type
lsand press enter, you'll see the list of every scan that has been recently exported from CMRR scanners. Search for your data by Scan Date and the Last Name entry from your scanning session.
Tip
Confirm that all of your data was successfully transferred
find dateofscan-STXXX-lastname -type f | wc -l
This number should match the number of instances that were sent from the scanner computer.
If needed, more detail can be found in the CMRR documentation on connecting to naxos.