Skip to content

Cleanup sequence job removing redundant core properties

Clean up in Capture attributes:

  • core property SJ_EnforceStartGuiderDrift removed from SequenceJob, since this property is global and therefore redundant to Options::enforceStartGuiderDrift()
  • CaptureModuleState::targetStartGuiderDrift removed as well as the wrapper functions in SequenceJob, since this is redundant to Options::Options::startGuideDeviation()

Merge request reports