Replies: 4 comments 25 replies
-
Phoebe currently works strictly in fluxes, so you'll need to convert your magnitudes to fluxes before attaching the dataset. Support for converting within phoebe is on our list of feature requests, so might be available in a future release. If you'd be interested in helping develop or test that, let us know! |
Beta Was this translation helpful? Give feedback.
-
We do have absolute magnitudes. They are colour-term corrected such that the filters are very good representations of the standard filtersets and have very high confidence that they are accurate measurements of absolute magnitude on the standard scale. We have ugriz and BV filters, although at the moment we are playing around just with the B and V filter data to see if we can get PHOEBE to work. Due to the large number, and quality, of the filters and telescopes available for us to observe and we are currently using an Algol detached binary as a test object, it would be good to see if we could transform the absolute magnitudes into absolute fluxes to estimate the distance and reddening. |
Beta Was this translation helpful? Give feedback.
-
I've been on this for the last week and I have a jupyter notebook essentially ready that demonstrates all the points I raised earlier. It is quite intricate and I will try to briefly summarize it here, and -- once the notebook is polished -- I'll send out the link to it; I just didn't want to leave this hanging even longer than it already has been. We're preparing a workshop that starts in less than a month so time is a commodity in short supply these days. Also note that there's a bug with latex markup that doesn't render some of the equations below; hopefully they resolve it soon and markup starts to work automagically.
where
where
Thank you for bearing with me with the delay in responding. This semester has been just crazy... |
Beta Was this translation helpful? Give feedback.
-
In the hope it helps, here is a notebook that should elucidate some of the finer points of flux calibration. I'd love to receive any and all feedback on it. |
Beta Was this translation helpful? Give feedback.
-
Hi! I am a new Phoebe user trying to enter magnitudes instead of fluxes into Phoebe using the following command:
b.add_dataset('lc', times=ts_2pv, magnitudes=mags_2pv, dataset='lc02')
This does not give an error, but then when I try to print them using
print(b['magnitudes@lc02@dataset'])
it says "Parameter Set: 0 parameters" and when I try to plot them it tells me that there is nothing to plot.
If I rename my "magnitudes" to "fluxes" in the data entry step, it will both print and plot my data (though in that case I get an error when I call run_compute). Any wisdom would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions