ska_pst.send.constants

Module for constants specific to SEND.

ska_pst.send.constants.DATA_FILES: str = 'data'

The directory for where scan data files are written to.

ska_pst.send.constants.DATA_PRODUCT_FILE_NAME: str = 'ska-data-product.yaml'

Name of the data product metadata file.

ska_pst.send.constants.DIR_PERMS: int = 511

The permissions needed for SEND directories.

This is set to global read/write/execute.

ska_pst.send.constants.INPUT_STATS_FILES: str = 'input-stats'

The directory for where scan statistics files are written to.

ska_pst.send.constants.OUTPUT_STATS_FILES: str = 'output-stats'

The directory for where output statistics are to be written to.

ska_pst.send.constants.SCAN_COMPLETED_FILE_NAME: str = 'scan_completed'

The name of the sentinel scan completed file.

ska_pst.send.constants.WEIGHTS_FILES: str = 'weights'

The directory for where scan weights files are written to.

This is only used in Voltage Recorder and Flow Through modes.