-
Notifications
You must be signed in to change notification settings - Fork 9
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 option to bypass any resolution-convolved calculations #66
Comments
@sbailey writes that in addition to the
I need to check on these... |
|
Everywhere cameras are listed, they are always in order of increasing effective wavelength. |
I suspect the per-camera |
This could be useful when specsim is calculating photons input to a 2D sensor simulation, i.e., specsim handles the atmosphere model and fiberloss calculations, and provides high resolution arrays of source and sky photons entering the instrument. Specifically, this mode would only provide the
simulated
output table and not the per-camera output tables (see here for details).This should reduce the memory footprint and run time, which (I suspect) are both dominated by the per-camera resolution matrix and convolutions. This mode would be selected with an optional arg to the
Simulator
ctor, e.g.The text was updated successfully, but these errors were encountered: