Skip to content

Commit 7f2cf0a

Browse files
chore: add simple script to view land in RGL window
1 parent 2c8e655 commit 7f2cf0a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/developers/view_land.R

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
library(dplyr)
2+
library(bulletxtrctr)
3+
library(x3ptools)
4+
library(rgl)
5+
library(randomForest)
6+
library(ggplot2)
7+
library(readr)
8+
library(nbtrd)
9+
10+
11+
cts <- read_bullet("/Users/stephanie/Documents/cts_set/scans/test_19-527_sample_F2/Item 1/Bullet A")
12+
image_x3p(cts$x3p[[1]])
13+
snapshot3d(filename ="~/Documents/CTS19.1.A.png")
14+
15+
hamby <- read_bullet("/Users/stephanie/Documents/hamby44_high_res/Barrel 1/Bullet 1")
16+
image_x3p(hamby$x3p[[2]])
17+
snapshot3d(filename ="~/Documents/hamby44.1.2.png")

0 commit comments

Comments
 (0)