acsccd
- acstools.acsccd.acsccd(input, exec_path='', time_stamps=False, verbose=False, quiet=False, exe_args=None)
Run the acsccd.e executable as from the shell.
Expect input to be
*_raw.fits. Output is automatically named*_blv_tmp.fits.- Parameters:
- inputstr or list of str
Input filenames in one of these formats:
a single filename (‘j1234567q_raw.fits’)
a Python list of filenames
a partial filename with wildcards (’*raw.fits’)
filename of an ASN table (‘j12345670_asn.fits’)
an at-file (
@input)
- exec_pathstr, optional
The complete path to ACSCCD executable. If not given, run ACSCCD given by ‘acsccd.e’.
- time_stampsbool, optional
Set to True to turn on the printing of time stamps.
- verbosebool, optional
Set to True for verbose output.
- quietbool, optional
Set to True for quiet output.
- exe_argslist, optional
Arbitrary arguments passed to underlying executable call. Note: Implementation uses subprocess.call and whitespace is not permitted. E.g. use exe_args=[’–nThreads’, ‘1’]