Back to the main page.
Bug 2310 - allow more anonymous pipeline execution by not storing the time and date
Status | CLOSED INVALID |
Reported | 2013-10-08 10:11:00 +0200 |
Modified | 2014-02-24 10:56:21 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P3 normal |
Assigned to: | Robert Oostenveld |
URL: | https://github.com/Washington-University/megconnectome/issues/126 |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2013-10-08 10:11:36 +0200
right now data.cfg.callinfo contains the time and date that the analysis was performed. For the HCP it is agreed that we should not reveal too precisely when the subject was scanned. If the data analyses are in general performed shortly after the data acquisition, the analysis date reveals approximately the scan date. Although right now the analysis is done in batches rather than immediately following data acquisition, it is safer not to include the date.
Robert Oostenveld - 2013-11-04 13:56:56 +0100
this is already possible by using cfg.trackcallinfo = 'no' or in general with ft_default.trackcallinfo = 'no'