tkkarjal / magia

Automated brain PET analysis pipeline
https://doi.org/10.3389/fninf.2020.00003
MIT License
27 stars 6 forks source link

Magia2 aivo get subjects info and bugs #56

Closed buccimtpc closed 4 years ago

buccimtpc commented 4 years ago

I was playing with git from command line and I managed to commit and push remotely but I made a mistake and duplicated aivo_get_info in the root folder magia of the branch. Do not accept it, because I do not know how to delete it.

tkkarjal commented 4 years ago

You had useful ideas about aivo_set_info and aivo_get_info, the ideas have now been implemented in the master branch. Most importantly, for aivo_get_info it no longer matters whether the subjects are given in alphabetical order. Also, if some of the subjects are not listed in the requested table, that will show as NaN or an empty cell, depending whether the field type is numeric or not.

tkkarjal commented 4 years ago

Does the aivo_get_subjects work as supposed? For example, does the following query work:

subjects = aivo_get_subjects('tracer','[18f]fdg','project','prospect')

?

tkkarjal commented 4 years ago

I believe this branch no longer contains any updates that have not already been taken care of elsewhere