Skip to content

Instantly share code, notes, and snippets.

View ppalaciosa's full-sized avatar

Pablo Palacios Avila ppalaciosa

View GitHub Profile
@ppalaciosa
ppalaciosa / diffractio_vector_slit_example.ipynb
Created November 7, 2024 21:02
Comparing results with different grid sizes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ppalaciosa
ppalaciosa / remove-annotations.sh
Created October 10, 2018 22:35 — forked from stefanschmidt/remove-annotations.sh
Remove all annotations from a PDF document
pdftk original.pdf output uncompressed.pdf uncompress
LANG=C sed -n '/^\/Annots/!p' uncompressed.pdf > stripped.pdf
pdftk stripped.pdf output final.pdf compress
@ppalaciosa
ppalaciosa / fitblackbody.ipynb
Created March 11, 2016 04:36
Fitting blackbody spectrum
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.