Javier Barbero
Javier Barbero
In commit 25e6204d97ee2157360ee93a1a65d07523326b82, the way that CSV data files were handled was last modified. Specifically, in `niftynet.io.image_sets_partitioner.ImageSetsPartitioner`, method `load_data_sections_by_subject`: ```python for section_name in self.data_param: if isinstance(self.data_param[section_name], dict): mod_spec = self.data_param[section_name]...
## Status **WORK IN PROGRESS** ## Description The goal of this change is to add a new parameter to the GAN application in order to log 2D views of 3D...
### Feature description Sometimes I need to access the `Project` object from a `job`, for example to access the project-wide `data` attribute. Currently, in order to achieve this, a module-wide...
## Description This pull request adds a new module to the dashboard for showing interactive plots in the browser. ## Motivation and Context See issue #162 ## Checklist: - [x]...
### Feature description I was in the need of showing a couple of quite complex plots and thought that something like Plotly, which I have used in the past, could...