Skip to content

Commit

Permalink
Blog post showing how to process eclipse photos with SunPy (#409)
Browse files Browse the repository at this point in the history
* Very rough first draft, but the code works

* Make build of eclipse notebook work

* lint

* we gotta sack off netlify

* allow lightyear

* up yours codespell

* reword narrative and reorganize

* fix frame def

* Update posts/2024/2024-04-03-eclipse.ipynb

Co-authored-by: Albert Y. Shih <[email protected]>

* Update posts/2024/2024-04-03-eclipse.ipynb

Co-authored-by: Albert Y. Shih <[email protected]>

* clean up

* precommit

* Add a line on scale

* Apply suggestions from code review

* Update posts/2024/2024-04-03-eclipse.ipynb

* Update posts/2024/2024-04-03-eclipse.ipynb

---------

Co-authored-by: Will Barnes <[email protected]>
Co-authored-by: Albert Y. Shih <[email protected]>
Co-authored-by: Nabil Freij <[email protected]>
  • Loading branch information
4 people authored Apr 7, 2024
1 parent 9947629 commit 026a237
Show file tree
Hide file tree
Showing 8 changed files with 903 additions and 16 deletions.
15 changes: 14 additions & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
[codespell]
skip = posts/2019/2019-08-24-GSoC2019-NDCube-Final-Report.rst,posts/2022/2022-01-06-aiapy-demo.ipynb,posts/2018/2018-07-21-coronal-loop-coordinates.ipynb,posts/2013/2013-09-02-ESA-Summer-of-Code-in-Space.rst
skip = *.asdf,*.fits,*.fts,*.header,*.json,*.xsh,*cache*,*egg*,*extern*,.git,.idea,.tox,_build,*truncated,*.svg,.asv_env,.history,posts/2019/2019-08-24-GSoC2019-NDCube-Final-Report.rst,posts/2022/2022-01-06-aiapy-demo.ipynb,posts/2018/2018-07-21-coronal-loop-coordinates.ipynb,posts/2013/2013-09-02-ESA-Summer-of-Code-in-Space.rst
ignore-words-list =
alog,
nd,
nin,
observ,
ot,
te,
upto
upto,
afile,
aas,
AAS,
lightyear,
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--config setup.cfg"]
args: ["--write-changes"]
Loading

0 comments on commit 026a237

Please sign in to comment.