dsavransky / EXOSIMS

Simulator for exoplanet direct imaging space missions
BSD 3-Clause "New" or "Revised" License
25 stars 35 forks source link

target completeness should be cached #325

Open dsavransky opened 1 year ago

dsavransky commented 1 year ago

Is your feature request related to a problem? Please describe. When using GarrettCompleteness, the target completeness calculation takes several minutes for large target lists for every sim object built. This should be cached like the other values. Should be implemented in method target_cmopleteness. Probably not needed for BrownCompleteness but could be added there as well.