print("Notice: Your input magnitude (mag) is > 26 mag or < 8 mag.")
print("Notice: Your input magnitude (mag) is > 26 mag or < 8 mag.")
if(teff<2820)or(teff>20129):
if(teff<2820)or(teff>20129):
print("Notice: Your input effective tempreture (teff) is beyond the range of stellar template [2820, 20129], which will be automatically adjusted to the upper/lower limit.")
print("Notice: Your input effective tempreture (teff) is beyond the range of stellar template [2820, 20129], which will be automatically adjusted to the upper/lower limit.")
if(feh>0.81)or(feh<-2.69):
if(teff<2820):
teff=2820
if(teff>20129):
teff=20129
if(feh>0.81):
print("Notice: Your input metallicity (feh) is beyond the range of stellar template [-2.69, 0.81], which will be automatically adjusted to the upper limit.")
print("Notice: Your input metallicity (feh) is beyond the range of stellar template [-2.69, 0.81], which will be automatically adjusted to the upper limit.")
#if (feh < -2.69):
feh=0.81
# raise Exception('Your input metallicity (feh) is beyond the range of stellar template [-2.69, 0.81]')
if(feh<-2.69):
raiseException('Your input metallicity (feh) is beyond the range of stellar template [-2.69, 0.81]')