r-cloutier / RVFollowupCalculator

Analytical tool to calculate the number of radial velocity observations required to detect a transiting planet's mass
0 stars 0 forks source link

hard-coded file path in Teff2color #1

Open melissa-hobson opened 1 month ago

melissa-hobson commented 1 month ago

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.

melissa-hobson commented 1 month ago

There's also three in RVFollowupcalculator.py