From 519dad11335e20deef4de68b8411e5fd6bccc53f Mon Sep 17 00:00:00 2001 From: Yang Wang <145190049+iggwy@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:22:01 +0100 Subject: [PATCH] Update BepiC_MPO_MAG.py --- BepiColombo/BepiC_MPO_MAG.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BepiColombo/BepiC_MPO_MAG.py b/BepiColombo/BepiC_MPO_MAG.py index cee1398..93ae3e4 100644 --- a/BepiColombo/BepiC_MPO_MAG.py +++ b/BepiColombo/BepiC_MPO_MAG.py @@ -12,11 +12,11 @@ import requests import pandas as pd -# Define global variables: MESSENGER data path. The default is the folder where the current script resides. +# Define global variables: Bepi data path. The default is the folder where the current script resides. current_path = os.path.abspath(__file__) # Get the path to the folder where the current script file resides BepiC_data_folder = os.path.dirname(current_path) # To customize the path, modify it here -# The data folder structure is:MESSENGER_data_folder +'/MESSENGER_Data/MAG/Science_MAG/NPY/' + def Read_MAG_TABdata(filename,version='1.0',IO='ib',frame='e2k'): #Read TAB files locally and convert them to npy files (improved reading speed later) import numpy as np