Sha256: 3cfbcfc29367420862e01e21f2aaa74d7c8df879a78cfcebdaea3a127ce23b05
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
# An ImageQualityCheckResource is a ruby object that represents a quality check # pulled down from the DataPanda database. It contains notes on the quality of # specific images, with a note for each possible problem, and an overall note. # # Omnibus f: NA – # User: erik # Motion warning: NA – # Ghosting wrapping: Pass – # Nos concerns: NA – # Image dataset: 12136 # Banding: Pass – # Fov cutoff: Pass – # Registration risk: Pass – # Field inhomogeneity: Mild – eh - it's ok. # Other issues: la la la # Incomplete series: Complete – # Spm mask: NA – # Garbled series: Pass – # # Check the current schema.db file for all available fields. class ImageDatasetQualityCheckResource < ActiveResource::Base self.site = VisitRawDataDirectory::DATAPANDA_SERVER self.element_name = "image_dataset_quality_check" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
metamri-0.2.0 | lib/metamri/image_dataset_quality_check_resource.rb |