Open StarsTravel opened 6 months ago
@StarsTravel first do a git clone https://github.com/AER-RC/common.git
or git clone git@github.com:AER-RC/common.git
. then, assuming your TAPE11
or TAPE12
is in the same directory as the common
clone:
sys.path.append('common')
import RC_utils as RC
wn, rad = RC.readBinary('TAPE12')
@pernak18 thank you,I will try
How to read TAPE11 and TAPE12 files with matlab or python?