Toolchain Reference
paz / pam
Understand zapping and archive transforms, the two CLI layers most directly mirrored by the PSRUI GUI.
What paz does
paz is primarily about excision and zapping.
In PSRUI's current workflow, it maps most directly to channel-level RFI handling.
Illustrative commands:
paz -z 120 observation.ar
paz -z 120,121,122 observation.arWhat pam does
pam is primarily about archive transforms.
In the current GUI, the most common operations correspond to:
pam -D observation.ar
pam -t 4 -f 2 observation.ar
pam -r 0.125 observation.arThose roughly map to:
dedispersetscrunch/fscrunchphase rotate
Typical workflow inside PSRUI
open archive -> waterfall zapping -> pam preview -> export new archivePSRUI today: the GUI exposes channel zapping and the common
pamtransforms, but not heuristic interfaces for automaticpaz -r,paz -L, or similar helpers.
Common pitfalls
-mmutates files; PSRUI avoids this by operating on temporary preview copies- over-scrunching can hide useful diagnostic information
- whether to enable dedispersion early depends on whether you are still diagnosing the observation or preparing output/TOA workflows