Remove whitespace

This commit is contained in:
LilyRose2798 2024-04-23 11:33:15 +10:00
parent 7bc02bbd07
commit 9f99c6a528
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ def make_tiles(coords_path: Path, input_path: Path, tiles_dir: Path, *,
def squish():
nonlocal rtt_data
print(f"sorting rtt values for median calculation...", end = " ", flush = True)
rtt_data = np.swapaxes(rtt_data.reshape(rtt_data.shape[0] >> 1, 2, rtt_data.shape[1] >> 1, 2), 1, 2)
mask = np.empty((rtt_data.shape[0], rtt_data.shape[1]), dtype = np.bool_)