Skip to content

Commit

Permalink
#34 Added file docstring for 0100
Browse files Browse the repository at this point in the history
  • Loading branch information
carljohnsen committed Sep 17, 2024
1 parent 4f258f4 commit cd4eeef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/processing_steps/0100_cache_esrf2013.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#! /usr/bin/python3
'''
This script downloads the contents of a volume from the ESRF 2013 dataset stored
on ERDA.
'''
import os, sys, pathlib, tqdm, fabric
sys.path.append(sys.path[0]+"/../")
from lib.py.helpers import commandline_args
Expand Down

0 comments on commit cd4eeef

Please sign in to comment.