cni / nims

Legacy version of NIMS. All new development at @scitran
14 stars 12 forks source link

Populate scan_type in live db #45

Closed rfdougherty closed 11 years ago

rfdougherty commented 11 years ago

There is a scan_type field on the Epoch table that is currently not used for a real scan type (it is currently populated with the psd name). The nimsdata refactor will populate this with one of the following values: shim, localizer, calibration, fieldmap, spectroscopy, diffusion, functional, 3D anatomy, 2D anatomy, or (as a last resort) anatomy. To use scan_type in search, we need a script to loop over all epochs, open the primary dataset, and update the scan_type field.

gsfr commented 11 years ago

That's a nice list. A couple of suggestions/questions:

rfdougherty commented 11 years ago

----- Original Message -----

From: "Gunnar Schaefer" notifications@github.com To: "cni/nims" nims@noreply.github.com Cc: "Bob Dougherty" bobd@stanford.edu Sent: Saturday, August 17, 2013 9:17:07 PM Subject: Re: [nims] Populate scan_type in live db (#45)

That's a nice list. A couple of suggestions/questions:

* functional -> function? (makes every option a noun, but may be too weird) 
* To make searching for any type of anatomy efficient by using a database index, the 2D and 3D qualifiers should be in the back, as in anatomy-2D. 
* Are 2D and 3D anatomies really different enough to warrant 3 top-level types? 
* I also remember hearing perfusion. Should we add that to the list? 

— Reply to this email directly or view it on GitHub .

sbenito commented 11 years ago

Now working on beta version. Thanks Robert and Gunnar!