Skip to content

Commit

Permalink
created frontpage material
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cohn committed Dec 2, 2019
1 parent ce46189 commit 105854e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

Visualize & compare retinal cell data.

<object data="output/my_retina_figure.pdf" type="application/pdf" width="750px" height="750px">
<embed src="output/my_retina_figure.pdf" type="application/pdf">
<p>This browser does not support PDFs. Please download the PDF to view it: <a href="output/my_retina_figure.pdf">Download PDF</a>.</p>
</embed>
</object>
![Retinal Map Visualization](output/my_retina_figure.png)
# How to cite this package
```
Cohn, Brian A., et al. "Retinal topography maps in R: New tools for the analysis and visualization of spatial retinal data." Journal of vision 15.9 (2015): 19-19.
Expand All @@ -33,7 +29,7 @@ This project provides an accurate and rigorous tool for visualizing data from an


#### Questions/Ideas/Help
[Post a github issue ticket (15 seconds)](https://github.com/bcohn12/retina/issues/new "Post an issue ticket")
[Post a github issue ticket (15 seconds)](https://github.com/bc/retina/issues/new "Post an issue ticket")

#### Notes
1. Thank you to David Sterratt (Sterratt et. al. 2013) who designed and published the stitching algorithm. (GPL-2 License)
Expand Down
4 changes: 3 additions & 1 deletion main.r
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ ggsave("output/flatplot.pdf",p,width=8, height=8)
#remove the NA's where there were no points
dtt_projected <- na.omit(measurement_dt, cols="azi_x")

pdf("output/my_retina_figure.pdf", width=11,height=8.5, useDingbats=FALSE)
# PDF output is cleaner
# pdf("output/my_retina_figure.pdf", width=11,height=8.5, useDingbats=FALSE)
png("output/my_retina_figure.png", width=800,height=600)
fit_data <- fit_plot_azimuthal(dtt_projected$azi_x,
dtt_projected$azi_y,
z = dtt_projected$measurement,
Expand Down
Binary file modified output/flatplot.pdf
Binary file not shown.
Binary file added output/my_retina_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified output/outline_coordinates.pdf
Binary file not shown.

0 comments on commit 105854e

Please # to comment.