Skip to content

Commit

Permalink
#34 Added file docstring to 0500
Browse files Browse the repository at this point in the history
  • Loading branch information
carljohnsen committed Sep 17, 2024
1 parent 7fed471 commit 1d47545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/processing_steps/0500_rescale_cupy_bin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#! /usr/bin/python3
'''
Rescale a 16-bit binary file to 2x, 4x, 8x, 16x, and 32x. Each rescaling is performed on all dimensions.
'''
import h5py, sys, pathlib, tqdm
sys.path.append(sys.path[0]+"/../")
import numpy as np
Expand Down

0 comments on commit 1d47545

Please sign in to comment.