Skip to content
Snippets Groups Projects
Commit d0ee1758 authored by Jan Caron's avatar Jan Caron
Browse files

Added script for dresden and norms.py

parent e39061e3
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Created on Mon Aug 11 08:41:23 2014
"""Created on Mon Aug 11 08:41:23 2014 @author: Jan"""
@author: Jan
"""
import os
......@@ -44,6 +41,7 @@ PATH = '../../output/joern/'
###################################################################################################
# Read in files:
phase_map = PhaseMap.load_from_netcdf4(PATH+'phase_map.nc')
#mask = np.genfromtxt('mask.txt', dtype=bool)
with open(PATH+'mask.pickle') as pf:
mask = pickle.load(pf)
# Reconstruct the magnetic distribution:
......
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