-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hello,
Let me start by showing appreciation for this tool since it has been pretty helpful with my college work, even for someone who still isn't neither fond of or good at programming... yet... hopefully.
Thus, I've been following your 'example.ipynb' layout and has been pretty good, and does almost everything I require it to do. However, since my project is related with the upcoming MOONS' observations, I would need my program to not only fit in the NIR range as well as having MOONS' corresponding resolutions - it has 3 resolutions for HR spectra and 3 for LR spectra.
I've tried some straightforward/brutish methods like just adding the Paschen and other lines to 'line_priors' , adding the remaining range in the 'conti_windows' and tying each line after 'line_priors' with its correspondent MOONS' resolution. However, these didn't really produced the results I wanted.
So I wanted to know, firstly if it's possible to extend the fitting range and apply different resolutions to it, and if so, what is the best way to go about it.
I don't really know if this 'Issues' tab is supposed to be used to clarify these type of questions, but since I'm using the example you've provided, as a layout, I thought it was the best way to know relatively quickly the solution to my problem.
Thank you for your help in advance,
JM