== I get intermittent runtime errors reducing large (MOPS) datasets == '''Note: This has been resolved in asap 2.3.0. Please remove the line below unless you explicitly want it''' Create {{{~/.asaprc}}} with the following content {{{ scantable.storage: disk }}} Then restart asap. == How do I run asap scripts without the asap command-line interface? == Insert {{{ #!python #!/usr/bin/env python from asap import * }}} the top of you script and make it executable.