The goal of the processors is to transform the RAS message into a cue point of a known type. Currently it only supports stwcue as an output type. This means that all the cue point attribute keys should be stw-compatible. On top of the standard stwcue dictionaries, there are some custom keys that can be used:
Key  | Description  | 
|---|---|
stw_cache  | Maps to the cache attribute of the STW cue point.  | 
stw_delay  | Adds a delay in milliseconds that is added to the timestamp. Delay can also be negative (e.g., -5000).  | 
stw_mount  | Maps to the mount attribute in the STW cuepoint.  | 
stw_timestamp  | Maps to the timestamp attribute of the STW cue point.  | 
stw_type  | Maps to the type attribute in the STW cuepoint.  |