Skip to content
Snippets Groups Projects
Commit 3defb60d authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 03748735
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ def extract(mask_image, image_ts, clavrx_path):
for bin_num in np.unique(binned_indexes):
bins_dict[bin_num] = np.where(binned_indexes == bin_num)[0]
# MetPy for shearing deformation, static stability, vertical shear?, others...
# This does point by point computation of model parameters for each contrail pixel
voxel_dict = {key: [] for key in bins_dict.keys()}
for key in bins_dict.keys():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment