Skip to content

Commit

Permalink
#34 Added docstrings to 0900
Browse files Browse the repository at this point in the history
  • Loading branch information
carljohnsen committed Sep 17, 2024
1 parent 27fc9ca commit 054a078
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/processing_steps/0900_generate_gauss_c.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
#! /usr/bin/python3
'''
Diffusion approximation by repeated Gaussian blurs.
This provides an estimate to counter the "glow" of the implant in the tomogram.
'''
import matplotlib
matplotlib.use('Agg')
import sys, pathlib, datetime, numpy as np, h5py, timeit, matplotlib.pyplot as plt, edt
Expand Down

0 comments on commit 054a078

Please sign in to comment.