-
Notifications
You must be signed in to change notification settings - Fork 11
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
add a gAperture flag for AIS legs 1-3 #207
Comments
The flag number is 256. I've also updated the User Guide. |
As implemented, this adds substantial overhead to FUV light curve. In the time it took to generate ~4,000 NUV light curves, only ~260 were created in FUV. I'm trying to refactor it to be a little more reasonable. |
I'm deprecating this feature for now, until I have a burst of clever. I don't know how to handle common edge cases without making FUV unusably slow. |
I'm thinking now that the fastest and most robust way to do this might be to pre-build a table of time ranges delimiting the case where you have FUV CAI legs 1-3, and then download that whole table once at the beginning of each run and quickly check for overlaps. |
Yep, that makes sense, I’ll think about it From: Chase Million [mailto:[email protected]] I'm thinking now that the fastest and most robust way to do this might be to pre-build a table of time ranges delimiting the case where you have FUV CAI legs 1-3, and then download that whole table once at the beginning of each run and quickly check for overlaps. — |
Bumping this change to a later build version after we have a chance to build the above-discussed lookup table. |
CAI mode only?
The text was updated successfully, but these errors were encountered: