Closed ykyohei closed 6 months ago
you can make a copy of this operation: https://github.com/simonsobs/scheduler/blob/67a556a0e94393106448f1d7d2282b0e87d2f130/src/schedlib/policies/sat.py#L293 and then change the registered name, like satp3.det_setup
, and then change the configuration file to use this operation instead of the sat generic one: e.g. https://github.com/simonsobs/scheduler/blob/67a556a0e94393106448f1d7d2282b0e87d2f130/src/schedlib/policies/satp3.py#L173
det_setup command is different between satp1 and satp3. How should we implement this difference? https://github.com/simonsobs/scheduler/blob/67a556a0e94393106448f1d7d2282b0e87d2f130/src/schedlib/policies/sat.py#L308-L319
satp3