Skip to content

Instantly share code, notes, and snippets.

@wtbarnes
wtbarnes / ebtel-two-fluid-area-expansion-tests.ipynb
Created April 12, 2024 07:01
This notebook describes some numerical experiments with the area expansion feature in the two-fluid version of EBTEL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / coordinates-los-demo.ipynb
Created March 5, 2024 03:31
Notebook showing how to use `astropy.coordinates` to compute intersections between LOS vectors and a simulation domain.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / level-resolved-rates-debugging.ipynb
Created January 11, 2024 20:49
Experimenting with interpolation schemes for ionization and recombination rate data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / eui-ar-movie.ipynb
Created January 11, 2024 20:40
Making movies of ARs as observed by EUI on Solar Orbiter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / feature-rot-to-pix.ipynb
Last active August 20, 2023 04:51
This notebook shows an example of rotating a feature across the solar disk and mapping it to an image coordinate system.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / hydrad-ebtel-comparison.ipynb
Created May 25, 2023 19:34
Notebook showing comparison between HYDRAD and EBTEL initial conditions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / fiasco-idl-continuum-comparison.ipynb
Last active January 27, 2024 02:53
Notebook showing some comparisons between CHIANTI IDL and fiasco for free-free and free-bound calculation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / bundle-testing.ipynb
Created January 9, 2022 21:47
Notebooks for testing synthesizAR workflows
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / eis-aia-alignment-tests.ipynb
Created January 9, 2022 21:22
Notebooks for experimenting with EIS data in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / detached-screens.sh
Created January 9, 2022 20:32
Useful function for doing things inside of screen commands
# Useful functions for managing things in detached screen sessions
# Starts zotero in headless mode in a screen session using xvfb
zotero_headless () {
screen -dm -S "zotero-headless" bash -c "cd $HOME/.local/Zotero_linux-x86_64; xvfb-run ./zotero"
}
# Start and stop a headless zotero session
zotero_start_stop () {