There's a hard-coded file path in Teff2color.py:
def get_data(): '''get theoretical data from Lejeune+1998''' d = np.loadtxt('/Users/ryancloutier/Research/RVInformation/RVFollowupCalculator/InputData/LCB98_corrected.tsv',delimiter=';', skiprows=51).T
Which needs to be manually corrected for running elsewhere.
Hi,
There's a hard-coded file path in Teff2color.py:
def get_data(): '''get theoretical data from Lejeune+1998''' d = np.loadtxt('/Users/ryancloutier/Research/RVInformation/RVFollowupCalculator/InputData/LCB98_corrected.tsv',delimiter=';', skiprows=51).T
Which needs to be manually corrected for running elsewhere.