Skip to content

Commit 4dfde45

Browse files
aquatikogiordano
authored andcommitted
Add other badges to README.md (#5)
1 parent 8285adb commit 4dfde45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status](https://travis-ci.com/JuliaAstro/Reproject.jl.svg?branch=master)](https://travis-ci.com/JuliaAstro/Reproject.jl)
44
[![Coveralls](https://coveralls.io/repos/github/JuliaAstro/Reproject.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaAstro/Reproject.jl?branch=master)
5+
[![GitHub release](https://img.shields.io/github/release/JuliaAstro/Reproject.jl.svg)](https://github.com/JuliaAstro/Reproject.jl/releases/)
6+
[![HitCount](http://hits.dwyl.io/JuliaAstro/Reproject.jl.svg)](http://hits.dwyl.io/JuliaAstro/Reproject.jl)
57

68
Implementation in [Julia](https://julialang.org/) of the
79
[`reproject`](https://github.com/astropy/reproject) package by Thomas
@@ -54,9 +56,11 @@ julia> output_projection = FITS("gc_2mass_k.fits")
5456
julia> result = reproject(input_data, output_projection, shape_out = (1000,1000), order = 2, hdu_in = 1, hdu_out = 1)
5557
```
5658
**Input Image:**
59+
5760
<img name="community" src="Images/input.png"/>
5861

5962
**Output:**
63+
6064
<img name="community" src="Images/output.png"/>
6165

6266
Test files can be obtained from [here](https://astropy.stsci.edu/data/).

0 commit comments

Comments
 (0)