-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot the data without making a light curve #40
Comments
This sounds like a good idea to me. |
These features will be very useful, but they're a little harder to implement than it'd seem. One issue is the output table. If There are a lot of possible combinations of allowed inputs with this new approach, and we want to handle all of the ones that make sense. We need to do this by making the options as independent as possible, and not by checking for specific combinations, as that complects the program. |
We should also have some sort of configurable subplotting. So optionally we will have raw data on the left and each phased period on the right, or something like that. |
The subplotting argument should allow the user to specify the number of columns, and rows. So if you are expecting 4 subplots, you could do 2 columns and 2 rows, or 1 column and 4 rows, etc. You could also just specify the number of columns, or the number of rows, but not both, and the other parameter would be determined automatically. Or even both could be left unspecified, and it would try to do the same number of both. |
You said in the original post that we should do this for |
Sure, negatives is fine. Earl Bellinger On Mon, Nov 2, 2015 at 6:29 AM, Dan Wysocki [email protected]
|
Right now we always try to make a light curve.
I propose that if we specify max fourier degree <1 then we simply phase and plot the data with the specified period, or search for the period if none is specified, or plot the unphased data if period<0.
The text was updated successfully, but these errors were encountered: