Ian Weaver
Ian Weaver
Oh perfect, dividing them certainly does the trick! ```python plt.plot(r["periods"], r["power"]/r["power_bkg"]) ```  I see now that you even introduced background pixel correction in an [earlier release](https://github.com/christinahedges/TESS-SIP/releases/tag/v1.0.5) for dealing with...
Thanks, Joey! I was also able to reproduce this on just the SciML side with this stripped back example I think: ```julia using ModelingToolkit import SciMLBase @independent_variables t @variables (q(t))[1:2]...
haha, for sure, sorry for the delay, just opened https://github.com/SciML/ModelingToolkit.jl/issues/3965
Oh geez, I was playing around with our project tools and didn't realize it would spam notifications like this. Sorry for the noise
Happy Friday all! Love to see this, thanks for sharing such a cool package @astrozot. I opened up tracking issues here: * https://github.com/JuliaAstro/SAOImageDS9.jl/issues/13 * https://github.com/astrozot/DS9ui.jl/issues/3 and would be happy to...
Close. Sorry for the noise, I thought it would be merged with https://github.com/JuliaRegistries/General/pull/132545#event-18047494473
Yea, I've also had mixed feelings about `best_unit` and friends (https://github.com/SymbolicML/DynamicQuantities.jl/pull/165#issuecomment-2764825640) lately. I was wondering how much the added complexity buys us over just keeping things explicit For reference, here's...
Howdy, the PR experimenting with this approach with DynamicQuantities lives here now: #5280
Update: The DQ approach is in Makie v0.24.7 now, and looks like the unit handling with Unitful will be simplified too in #5323 along with a whole bunch of other...
Just saw this really cool update from Julius on the AoG side of things! https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/619 https://aog.makie.org/v0.9.6/examples/scales/units#units This also looks to address https://github.com/MakieOrg/Makie.jl/issues/3890 in one fell swoop