aces / cbrain-plugins-fsl

(Deprecated) FSL models and tasks for CBRAIN
0 stars 3 forks source link

Updates in FSL melodic (viewer of output files, inputs in CSV file, param cleanup, support for MINC files, handling of non-zero exit codes, added several options.) #3

Closed glatard closed 9 years ago

glatard commented 9 years ago

See ticket #6826 on Redmine. Please deploy in production if you agree with the code.

natacha-beck commented 9 years ago

Some general comments:

  1. please use () when you call and define methods.
  2. Personally I prefer the usage of && instead of and, || instead of or, ! instead of not, it is the usage in CBRAIN.
glatard commented 9 years ago

These are undocumented, arbitrary conventions but I'm fine to adopt them.