Commit 19f2743
Implemented the Fourier Normalizing Radial Gradient Filter (#17)
* Implemented the Fourier Normailizing Radial Gradient Filter
* Updated the variable name
* Added the attenuation coefficients
* Updated the docstrings
* Updated docs, Added tests
* added the changelog file
* Fixed PEP8 issues
* Update sunkit_image/offlimb_enhance.py
Co-Authored-By: vatch123 <39871718+vatch123@users.noreply.github.com>
* Update sunkit_image/offlimb_enhance.py
Co-Authored-By: vatch123 <39871718+vatch123@users.noreply.github.com>
* Update sunkit_image/offlimb_enhance.py
Co-Authored-By: vatch123 <39871718+vatch123@users.noreply.github.com>
* Update sunkit_image/offlimb_enhance.py
Co-Authored-By: vatch123 <39871718+vatch123@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: vatch123 <39871718+vatch123@users.noreply.github.com>
* Updated the tests
* Changed the test images to ones with radial profiles
* Added one more test to NRGF
* Spelling Corrected
* Minor fixes
* Tests added to FNRGF
* Apply suggestions from code review
Co-Authored-By: Nabil Freij <nabil.freij@gmail.com>
* Changed the way test maps are created
* Fixed the confest.py
* Modules and functions renamed
* FIxed a corner case
* Added examples
* FIxed the docs file of offlimb
* Fixed the doc file again
* Minor fixes
* Applied the suggestion
* Fixed the examples
* Removed offlimb_enhance
* fixed indentation and tests
* Added figure tests
* marker for future tests
* Minor changes
* Capitalized "Fourier"
* Apply suggestions from code review
Co-Authored-By: Nabil Freij <nabil.freij@gmail.com>
* Made changes to the offlimb file
Co-Authored-By: Nabil Freij <nabil.freij@gmail.com>
* CHanged to radial
* Renamed test file
* Added test for helpers
* Fixed the examples and figure hashes
* fixed hash value
* Docs fixed
* Apply suggestions from code review
Co-Authored-By: Nabil Freij <nabil.freij@gmail.com>
* added tests
* Apply suggestions from code review
Co-Authored-By: Nabil Freij <nabil.freij@gmail.com>
* Added the coefficient function and doc changes
* Docs formatting done
* Added tests for warning1 parent 1184476 commit 19f2743
File tree
12 files changed
+899
-296
lines changed- changelog
- docs/code_ref
- examples
- sunkit_image
- tests
- utils/tests
12 files changed
+899
-296
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
This file was deleted.
0 commit comments