Where should PET angiography be stored in BIDS?
I am converting a PET dataset into BIDS and have an image referred to as “PET angiography.” According to the study team, this image was created during PET reconstruction from the first few seconds of the dynamic PET scan. The frame with the peak vascular signal was selected visually, and the resulting image is used to help calculate cerebral blood flow.
Because this image is reconstructed or extracted from the original dynamic PET data, I believe it may be considered a derivative rather than raw PET data. However, I am unsure how it should be represented in BIDS.
Would it be appropriate to store this image under a pipeline-specific derivatives directory, such as:
derivatives/pet-reconstruction/sub-01/ses-01/pet/
If so, what suffix and entities would be most appropriate? For example, should it retain the _pet suffix with a descriptive entity such as _desc-angiography_pet.nii.gz, or is there another recommended way to represent an early-frame vascular or angiographic PET image?
I would also appreciate clarification on whether this type of image could ever be included in the raw BIDS dataset when it is exported directly by the scanner or reconstruction software.