diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/README.Rmd b/README.Rmd new file mode 100644 index 0000000..2c3f0b7 --- /dev/null +++ b/README.Rmd @@ -0,0 +1,35 @@ +--- +output: github_document +--- + + + +```{r, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>", + fig.path = "man/figures/README-", + out.width = "100%" +) +``` + +# bulletAnalyzr + + + + +[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), + + diff --git a/README.md b/README.md index b1919e7..ec9052c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ + + + # bulletAnalyzr -Comparative analysis fired bullets based on 3d scans of Land Engraved Areas + + + + +[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), diff --git a/bulletAnalyzr-flier.pdf b/bulletAnalyzr-flier.pdf new file mode 100644 index 0000000..9fd75fd Binary files /dev/null and b/bulletAnalyzr-flier.pdf differ diff --git a/rstudio.Rproj b/rstudio.Rproj new file mode 100644 index 0000000..9f96499 --- /dev/null +++ b/rstudio.Rproj @@ -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