keflavich / pyradex

Python interface to RADEX
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

How to pass "T_bg" as a parameter into pyradex.fjdu.Fjdu #15

Closed yangcht closed 7 years ago

yangcht commented 7 years ago

Hi! I am using the python wrapper trying to call pyradex.fjdu.Fjdu including the background temperature. I tried "tbackground=xx", but I got

ValueError: tbackground is not a valid key.

Is there a way to setup this temperature?

Many thanks!!

yangcht commented 7 years ago

Sorry for my stupid question, I found the answer. It's "tbg"