Skip to content

TractoR version 3.4.1

Compare
Choose a tag to compare
@jonclayden jonclayden released this 30 Jun 18:03
· 64 commits to master since this release
  • Several tweaks have been made to better support paths containing spaces, particularly for session paths in workflows. In support of this, two small new features have been added: the new TRACTOR_WORKING_DIR environment variable is now used as a default working directory by tractor, plough and furrow, if it is set, and furrow gains a -r flag to request relative paths be substituted rather than absolute ones. This is used in certain workflows to work around third-party tools' own difficulties with paths containing spaces.
  • When writing an image to file, any existing "tags" file with the corresponding name is now always overwritten, to avoid the auxiliary file getting out of sync with the image file.
  • Relative paths should now be correct when the reference path is a directory.
  • The working directory should no longer be erroneously prepended to image paths beginning with a tilde (~), which indicates a home directory on Unix-like systems.
  • The bids script would sometimes attempt to copy an image file with no extension, leading to an error. This has been corrected.
  • Decomposition applied to a transformation object containing only one transform now works as expected.