aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

[dicomSummary] Improve option behaviour and use sdiff instead of tkdiff for differences #1000

Closed nicolasbrossard closed 1 year ago

nicolasbrossard commented 1 year ago

This PR adds the following improvements to script dicomSummary.pl:

  1. Fix typos in usage message.
  2. -xdiff is now implicitly in effect when either -comparedir or -dbcompare are used.
  3. -profile now mandatory when -database or -dbcompare are used.

Fixes #998