Closed remiadon closed 3 years ago
@cmaumet there are no configuration files stored. This is the SPM parser, everything lies in the spm_config.py
file
@cmaumet j'ai fait un premier exemple avec l'activité "segment"
Voici le nouveau graphe
Plusieurs questions:
spatial.preproc
--> segment
). Si c'est le cas prov:atLocation
? On mets de chemins en fixeJ'espère que c'est bien ce format là que tu attends
@cmaumet voici le graphe que j'obtiens en lançant python -m bids_prov.spm_parser examples/spm_default/batch.m -o test.json && python bids_prov/visualize.py --omit-details test.json && open test.png
depuis la racine
@cmaumet oui il y est bien
Très bien ! Et est-ce que le lien "used" est bien créé ici? Si oui, avec quelle activité ?
@cmaumet le lien "used" est mauvais, cf ici https://github.com/bids-standard/BEP028_BIDSprov/blob/56c71878ab550637d2fe340112f1551cfd07d946/bids_prov/spm_parser.py#L150
la variable "output_id" n'est peut etre pas le bon id ....
Remi: I think I've found a solution. The link created by the line you mentioned above was correct but then it was overwritten at: https://github.com/bids-standard/BEP028_BIDSprov/blob/56c71878ab550637d2fe340112f1551cfd07d946/bids_prov/spm_parser.py#L171-L172
I've proposed a fix to instead merge the two lists (cf. https://github.com/bids-standard/BEP028_BIDSprov/pull/54/commits/0b24cabb85c8f8cd3ccbb2c5af3222e6e25fb60f) and now the link between "smoothed images" and "fmri_spec" is no longer missing.
config in separate file :
bids_prov/spm_config.py
This includes
In other words, everything but the algorithmic logic in the parser