Skip to content

Commit

Permalink
adding info
Browse files Browse the repository at this point in the history
  • Loading branch information
heike committed May 21, 2024
1 parent 3d14039 commit 489ec14
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
35 changes: 35 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# bulletAnalyzr

<!-- badges: start -->
<!-- badges: end -->

[pdf of Flier](bulletAnalyzr-flier.pdf)

## Example Files


[Hamby 44](https://tsapps.nist.gov/NRBTD/Studies/Studies/Details/fc1f7807-f6e2-41c2-abd1-6173d5a99157)
are publicly available 3d scans of the Hamby-Brundage bullet set #44 provided by CSAFE.

Download:

- [Known Bullets 1 and 2 from Barrel 1](examples/Hamby-44/barrel 1.zip)
- Questioned bullets: Bullet [E](examples/Hamby-44/Questioned/Bullet E.zip), [F](examples/Hamby-44/Questioned/Bullet F.zip),
[G](examples/Hamby-44/Questioned/Bullet G.zip),


25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# bulletAnalyzr
Comparative analysis fired bullets based on 3d scans of Land Engraved Areas

<!-- badges: start -->
<!-- badges: end -->

[pdf of Flier](bulletAnalyzr-flier.pdf)

## Example Files

[Hamby
44](https://tsapps.nist.gov/NRBTD/Studies/Studies/Details/fc1f7807-f6e2-41c2-abd1-6173d5a99157)
are publicly available 3d scans of the Hamby-Brundage bullet set \#44
provided by CSAFE.

Download:

- [Known Bullets 1 and 2 from Barrel
1](examples/Hamby-44/barrel%201.zip)
- Questioned bullets: Bullet
[E](examples/Hamby-44/Questioned/Bullet%20E.zip),
[F](examples/Hamby-44/Questioned/Bullet%20F.zip),
[G](examples/Hamby-44/Questioned/Bullet%20G.zip),
Binary file added bulletAnalyzr-flier.pdf
Binary file not shown.
18 changes: 18 additions & 0 deletions rstudio.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit 489ec14

Please sign in to comment.