-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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), | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |