Kiran Shila
Kiran Shila
I looked at Makie, I'm just getting lost in where a lot of the GL low level stuff is. All I need to do is create a GL context and...
Interesting, I will investigate further. I am still very new to Julia, I am coming from doing GL work in Common Lisp. Thank you for your help.
Also this will fix #19 and #35
More thoughts w.r.t which libraries to pull in: I think bringing in AstroLib makes the most sense? That takes care of both sidereal time and location with Observatory, then the...
I added an example to show a potential use case
I'm currently working on https://github.com/kiranshila/NOVAS.jl as @barrettp suggested to provide the transformation routines instead of the napkin math used here. IIRC NOVAS will have all of the transformations (including all...
@barrettp Not at all! I was looking to see if you had the repo published already that I could help on but couldn't find it. Right now, I'm trying to...
For reference, for AltAz to Galactic, using the graph from https://docs.astropy.org/en/stable/coordinates/index.html#built-in-frame-classes, we would have to implement AltAz -> CIRS -> ICRS -> FK5 -> Galactic
> For the conversion graph, some eons ago, @helgee did [`Convertible.jl`](https://github.com/helgee/Convertible.jl) which I believe is somewhat related to this This is a pretty cool package! It seems very similar, with...
> Also have a look at the still unpublished [AstroBase.jl](https://github.com/JuliaAstro/AstroBase.jl). Some of the conversions have already been ported to Julia and you can lift them from there for the time...