Andy Casey
Andy Casey
I got Korg to record the `α` and `v` values that get called by the `voigt_hjerting` function and synthesized the Solar spectrum from 1.5 to 1.7 microns using the 20180901...
Thanks Andrey, I will try that in the coming days and let you know.
:+1:
I have made some progress on implementing this: https://github.com/andycasey/Korg.jl/actions/runs/3042613888 On every push it will compile MOOG, TurboSpectrum, install Python and Julia, install "grok" (to execute the tests), and install Korg...
I think we can use the imgur API. Free, but requires handing over a credit card in case we break free limits. I think I need input from you guys...
That's right; it is a limitation of `juliacall`. If you want to get the docstring you can use the `@doc` operator in Julia, but it is a bit clunky: ```...
You can set it programmatically. I tried option 2 yesterday but the JuliaCall/PythonCall interoperability made it a total maze to find where Python functions get wrapped. I started adding print...
You can in Python, but when I saw that response I realised why you can't do it through JuliaCall. Here's a pure Python proof: ```python def f(x): return x**2 f.__doc__...
The description of how strong lines is treated is a little short. One other potential point of difference here is that I think the PHOENIX grid is entirely spherical geometry,...
The strong line flag in MOOG is used to tell MOOG that it should calculate opacities for a given line at all wavelengths. Otherwise MOOG calculates line contributions +/- some...