Skip to content

Cython implementation of the image resampling method described in "On resampling of Solar Images", C.E. DeForest, Solar Physics 2004

License

Notifications You must be signed in to change notification settings

rubendv/dfresampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfresampling

Cython implementation of the image resampling method described in "On resampling of Solar Images", C.E. DeForest, Solar Physics 2004

Instructions

Install the required dependencies:

pip install -r requirements.txt

Compile the Cython extension:

python setup.py build_ext --inplace

Then run the test program:

python dfresampling/test.py

About

Cython implementation of the image resampling method described in "On resampling of Solar Images", C.E. DeForest, Solar Physics 2004

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages