Skip to content

Commit

Permalink
Forgot qipype interface
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Nov 24, 2023
1 parent 5e1f9ac commit f8cff8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Python/qipype/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,9 @@ class ComplexInputSpec(base.InputSpec):
argstr='--imag=%s', exists=True)
x = traits.String(desc='Complex input', argstr='--complex=%s', exists=True)
realimag = traits.String(
desc='Real/Imaginary input', argstr='--realimag=%s', exists=True)
desc='Sequential real then imag input', argstr='--realimag=%s', exists=True)
interleaved = traits.String(
desc='Interleaved real/imag input', argstr='--interleaved=%s', exists=True)

magnitude_out_file = File(
argstr='--MAG=%s', desc='Output magnitude file', hash_files=False)
Expand Down

0 comments on commit f8cff8b

Please sign in to comment.