Skip to content

Commit

Permalink
Update BepiC_MPO_MAG.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iggwy authored Jul 3, 2024
1 parent 6e6e56a commit 519dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BepiColombo/BepiC_MPO_MAG.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 519dad1

Please sign in to comment.