From d0ee17580a6bfdddf94412685f77d73dbc714925 Mon Sep 17 00:00:00 2001 From: Jan Caron <j.caron@fz-juelich.de> Date: Mon, 6 Oct 2014 22:05:13 +0200 Subject: [PATCH] Added script for dresden and norms.py --- scripts/collaborations/example_joern.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/collaborations/example_joern.py b/scripts/collaborations/example_joern.py index 8420d9a..aa9aa60 100644 --- a/scripts/collaborations/example_joern.py +++ b/scripts/collaborations/example_joern.py @@ -1,9 +1,6 @@ # -*- 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: -- GitLab