Skip to content

Releases: AdebayoBraimah/convert_source

convert_source v0.2.0a9

25 Jun 03:53
e00d7a7
Compare
Choose a tag to compare
Pre-release
  • BUG FIX: Fixed issue in which multiple converted NIFTI files would throw index error exception during BIDS renaming.
  • BUG FIX: Added minimal type checking for several BIDS metadata fields
  • BUG FIX: Fixed bug in which if par/nii was in the filepath, the source image file could be misclassified - thus subsequently throwing errors.
  • UPDATE: Added option to throw exceptions for PAR multi-echo data. At the moment, without test data correctly handling cases of multi-echo data are not possible for PAR REC data.

convert_source v0.2.0a12

25 Jun 22:49
c178cee
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains several bug fixes and updates.

  • BUG FIX: Fixed bug in which if a singular b-value was read from a b-value text file, then errors would be thrown.
  • BUG FIX: Fixed bug in which unprocessed source data was not converted to BIDS NIFTI data.

convert_source v0.2.0a11

25 Jun 07:48
39758d6
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains several bug fixes and updates.

  • BUG FIX: Fixed bug in which DICOM header scan technique could not be read, and would thus throw exceptions. This now handled more gracefully.

convert_source v0.2.0a10

25 Jun 06:24
1c14d46
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains several bug fixes and updates.

  • BUG FIX: Removed gzip/gunzip file checks, as this caused file and BIDS validation issues.
  • BUG FIX: Added support for all caps BIDS metadata, and exclusion of non-BIDS metadata rather than raising exceptions.

convert_source v0.2.0a8

24 Jun 07:39
2edd798
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains several bug fixes and updates.

BUG FIX: Fixed bug in which an unexpected parent DICOM directory could throw errors.
BUG FIX: Fixed bug in which BIDS related parameters were not added to the output file name.
UPDATE: More robust and reliable BIDS file naming.
ENHANCEMENT: Added support for native symbolic linking.

convert_source 0.2.0a6

10 Jun 12:06
2ea4d2a
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains several bug fixes.

  • BUG FIX: Removed the metadata fields EffectiveEchoSpacing and TotalReadoutTime as these fields were computed incorrectly, and thus failing BIDS validation.
  • BUG FIX: Fixed issue in which zero and non-zero b-values were included in the acq tag for dwis, instead of either one or the other.
  • BUG FIX: The participants.tsv is correctly written to file.
  • BUG FIX: Added functionality to obtain the acqusition date and time for source data.
  • BUG FIX: Dropped unfilled BIDS metadata fields to avoid validation errors.
  • BUG FIX: Fixed output scans.tsv files to include all the necessary information to pass BIDS validation.

convert_source v0.2.0a5

09 Jun 04:49
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains two bug fixes.

BUG FIX: Fixed bug in which strings/numbers were not converted to floats/ints.

convert_source v0.2.0a4

08 Jun 20:41
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains two bug fixes.

  • BUG FIX: Fixed bug in which loading of NIFTI images to obtain information may throw errors.
  • BUG FIX: Added better support for iterating and searching through nested dictionary of BIDS related terms.

convert_source v0.2.0a3

08 Jun 02:46
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains a bug fix.

BUG FIX: Fixed issue that caused referenced to a dictionary rather than string.

convert_source v0.2.0a2

08 Jun 01:13
Compare
Choose a tag to compare
Pre-release

This version is an alpha release that contains a bug fix.

BUG FIX: Uncaught OperationalError exception caused issues with intial queries in the sqlite database.