You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
# This script calculates the b parameter of the ellipsoid formula for the clipped ellipsoid phantom model.
import numpy as np
import pandas as pd
import math
# region Importing data and initalizing lists
data = pd.read_csv('C:/Users/Aaron/Desktop/Nanobiology/Year 3/Bachelor End Project/Scripts and Results/Alpha Data, Graphs and Results/First Max Last Major Minor Axis Data/First_Max_Last_Major_Minor_Axis.txt', sep="\t", header=None)