PET2BIDS helps you convert your PET data into BIDS! raw PET scanner files (e.g. ecat, dicom) and additional side files like .e.g excel sheets -- paper @JOSS https://doi.org/10.21105/joss.06067
Pandas seems to consider booleans to be 1 and 0, this update uses the schema to check for 1 and 0 and if that entity should be a boolean converts it to a python True or False which when written out as a json should persist as a bool type there.
Pandas seems to consider booleans to be 1 and 0, this update uses the schema to check for 1 and 0 and if that entity should be a boolean converts it to a python
True
orFalse
which when written out as a json should persist as a bool type there.