pennelise / GOOPy

2 stars 1 forks source link

Add option to save satellite data as part of output or not #26

Closed hannahnesser closed 6 months ago

hannahnesser commented 6 months ago

Saving the satellite data many times can be wasteful in terms of storage (e.g., for Jacobian simulations). We should add a flag to save the satellite data out or not as part of the operator.

hannahnesser commented 6 months ago

Complete -- added "SAVE_SATELLITE_DATA" marker to config files, and called it during the apply_operator function before saving.