sunpy / sunkit-image

A image processing toolbox for Solar Physics
https://docs.sunpy.org/projects/sunkit-image/en/stable/
BSD 2-Clause "Simplified" License
35 stars 45 forks source link

Add persistence transform example to the gallery #76

Open wafels opened 6 years ago

wafels commented 6 years ago

The gallery should include some examples of simple operations on maps.

These include persistence transform maps and mapcubes and overplotting of multiple maps in the same matplotlib Axes instance.

Although these examples are relatively simple, they represent common operations in solar physics.

Here is a draft for the persistence transform - a gist

prateekiiest commented 6 years ago

Hacktoberfest has ended @nabobalis

nabobalis commented 6 years ago

I believe it comes around every year.

prateekiiest commented 6 years ago

ok, for next year :)

florist-notes commented 6 years ago

@nabobalis @wafels I would like to work on this issue.

nabobalis commented 6 years ago

@SKKSaikia You don't need permission to work on an issue.

Just be aware that there is a PR open (https://github.com/sunpy/sunpy/pull/2455) that deals with part of this issue.

prateekiiest commented 6 years ago

Gamma-curve transformation of a map - New Example

Can we work on that? Its pretty basic otherwise

prateekiiest commented 6 years ago

PR sunpy/sunpy#2455

Implemented