Is your feature request related to a problem? Please describe.
I can't find a way to end a DynamicCadence through the TOM GUI. I can only do it on the command line by setting dc.active = False. Canceling an individual ObservationRequest associated with the DynamicCadence does not deactivate its parent.
Describe the solution you'd like
There are two options and I'm not sure which (or both) is preferable:
- Create a page listing all active
DynamicCadence objects with the ability to edit or cancel them. (This would be very similar to the "scheduling" page on the Supernova Exchange.)
- Any time you cancel an
ObservationRequest that came from a DynamicCadence, set the parent DynamicCadence to inactive. (The Supernova Exchange also works this way. You cannot just cancel one of a series of requests.)
Additional context
It's possible there is a way to do this and I just haven't found it. If so, this issue should just be to update the documentation.
Is your feature request related to a problem? Please describe.
I can't find a way to end a
DynamicCadencethrough the TOM GUI. I can only do it on the command line by settingdc.active = False. Canceling an individualObservationRequestassociated with theDynamicCadencedoes not deactivate its parent.Describe the solution you'd like
There are two options and I'm not sure which (or both) is preferable:
DynamicCadenceobjects with the ability to edit or cancel them. (This would be very similar to the "scheduling" page on the Supernova Exchange.)ObservationRequestthat came from aDynamicCadence, set the parentDynamicCadenceto inactive. (The Supernova Exchange also works this way. You cannot just cancel one of a series of requests.)Additional context
It's possible there is a way to do this and I just haven't found it. If so, this issue should just be to update the documentation.