Skip to content

Commit

Permalink
add example for ReconFilterType is 'none'
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Feb 26, 2024
1 parent 0d60f73 commit 6e2abc1
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pet006/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This dataset consists of a single calibration scan done on a Phantom, it's primary use is to ensure the behavior defined by the BIDS Speficication wrt to
If ReconMethodParameters = ['none']; then ReconFilterSize is optional and ReconMethodParameterLabels = ['none'] are valid.
7 changes: 7 additions & 0 deletions pet006/dataset_description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{"BIDSVersion":"1.9.0",
"License":"CCO license",
"Name":"BIDS Example Dataset PET 006",
"Authors":["Murat Bilgel", "Cyril Pernet", "Anthony Galassi"],
"Acknowledgements":"John Hopkins University PET team for scanning this phantom.",
"Funding":["Not Sure"],
"DatasetDOI":""}
9 changes: 9 additions & 0 deletions pet006/participants.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"participant_id":{
"LongName":"Participant Id",
"Description":"label identifying a particular subject"
},
"weight":{
"LongName":"Weight"
}
}
2 changes: 2 additions & 0 deletions pet006/participants.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
participant_id weight
sub-01 4
38 changes: 38 additions & 0 deletions pet006/sub-01/pet/sub-01_pet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"AcquisitionMode": "list mode",
"AttenuationCorrection": "measured(emission present), 0.096000 cm-1, attenuation smooth",
"AttenuationCorrectionMethod": "measured(emission present), 0.096000 cm-1, attenuation smooth",
"BodyPart": "Phantom",
"DecayCorrectionFactor": [1.42614],
"DoseCalibrationFactor": 1323,
"FrameDuration": [98000],
"FrameTimesStart": [0],
"ImageDecayCorrected": true,
"ImageDecayCorrectionTime": 0,
"InjectedMass": 181149988.3691438,
"InjectedMassUnits": "ug",
"InjectedRadioactivity": 75.84999999999999,
"InjectedRadioactivityUnits": "MBq",
"InjectedVolume": 0,
"InjectionStart": 0,
"InstitutionName": "NIH Clinical Center, USA",
"Manufacturer": "GE MEDICAL SYSTEMS",
"ManufacturersModelName": "GE Advance",
"ModeOfAdministration": "infusion",
"ReconFilterSize": [0],
"ReconFilterType": "None",
"ReconMethodName": "3D Kinahan - Rogers",
"ReconMethodParameterLabels": [
"none"
],
"ReconParameterUnits": "none",
"ScanStart": 0,
"ScatterCorrectionMethod": "Gaussian Fit",
"SpecificRadioactivity": 418713.8,
"SpecificRadioactivityUnits": "Bq/g",
"TimeZero": "12:44:31",
"TracerName": "FDG",
"TracerRadionuclide": "F18",
"Units": "Bq/mL",
"filename": "D:\\BIDS\\ONP\\OpenNeuroPET-Phantoms\\sub-GeneralElectricAdvanceJHU\\pet\\sub-GeneralElectricAdvanceJHU_pet.json"
}
1 change: 1 addition & 0 deletions pet006/sub-01/pet/sub-01_pet.nii.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 6e2abc1

Please sign in to comment.