GOTO-OBS / gtecs-alert

GOTO Telescope Control System: code for VOEvent alert processing
3 stars 2 forks source link

Update for common changes, reformat package files #67

Closed martinjohndyer closed 2 years ago

martinjohndyer commented 2 years ago

The result of https://github.com/GOTO-OBS/gtecs-common/pull/2 and https://github.com/GOTO-OBS/gtecs-control/pull/593 is to move various common functions over from gtecs-control to gtecs-common, which finally means that this package is no longer dependent on the control package.

Moving functions around won't make much difference in practice, but it's worth noting that the package config has been somewhat reworked. Now all files are automatically stored under ~/.config/gtecs/, and the FILE_PATH param and initialise.py scripts have been removed.

See also https://github.com/GOTO-OBS/gtecs-obs/pull/85.