Dcm2Bids icon indicating copy to clipboard operation
Dcm2Bids copied to clipboard

Add regex examples in the documentation

Open cbedetti opened this issue 5 years ago • 1 comments

It's possible to be more flexible with "searchMethod": "re"

Put example in the documentation to do thing like :

  • "EchoTime": > 0.1
  • "SeriesDescription": "MPRAGE" or "IR-FSPGR"

cbedetti avatar Apr 02 '19 12:04 cbedetti

I tried using re and the "EchoTime": > 0.1 but get a json error: json.decoder.JSONDecodeError: Expecting value: line 39 column 27 (char 1041)

Can you give a quick example here ? Thank you

arnaudbore avatar Apr 30 '19 19:04 arnaudbore

Documentation is continuously being updated so it's not an issue here. BTW: "EchoTime": > 0.1 is not possible with re

arnaudbore avatar Jun 21 '23 13:06 arnaudbore