≡ ⎆
MRRC Wiki
Trace: • Interactive QC Plot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
data:qc:interactive [2026/02/13 14:07] – forandata:qc:interactive [2026/05/19 14:27] (current) – scanners on same plot foran
Line 23: Line 23:
           "bind": {"input": "range", "min": 0, "max": 3*365, "step": 5}            "bind": {"input": "range", "min": 0, "max": 3*365, "step": 5} 
         },         },
-          { name: "cutoff", expr: "datetime(year(now()), month(now()), date(now())-nDays)" }+          { name: "cutoff", expr: "datetime(year(now()), month(now()), date(now())-nDays)" }, 
 +          /*, 
 +          {name: "scanner_selector", select: { type: "point", fields: ["scanner"]  }, 
 +           bind: { input: "select", 
 +                   options: [null, "Prisma1", "Prisma2", "Prisma3"], 
 +                   labels: ["Show All", "P1", "P2", "P3"], 
 +                  name: "Scanner Selection:" } }*/
         ],         ],
 +        
 + 
  
         transform: [         transform: [
-          { fold: ["tsnr", "X", "Z", "Temp", "fwhm"], as: ["variable", "value"] }, +          { fold: ["tsnr", "X", "Z", "Temp", "fwhm", "fwhm_svs"], as: ["variable", "value"] }, 
-          { filter: "datum.DATE >= cutoff" }  // <-- keep only last two months+          { filter: "datum.DATE >= cutoff"  // <-- keep only last two months 
 +          }
         ],         ],
  
         facet: {         facet: {
-          column: { field: "scanner", type: "nominal" }, +         /* previously grid per measure*scanner */ 
-          row: { field: "variable", type: "nominal" }+         // column: { field: "scanner", type: "nominal" }, 
 +         // row: { field: "variable", type: "nominal" } 
 +          
 +         row: {field: "variable", type: "nominal"}
         },         },
         resolve: { scale: { y: "independent" } },         resolve: { scale: { y: "independent" } },
Line 39: Line 51:
         spec: {         spec: {
           mark: { type: "line", point: true },           mark: { type: "line", point: true },
-          selection: {   "grid": { "type": "interval", "bind": "scales" }},+          // not needed 20260519 
 +         // params: [{name: "grid", select: { type: "interval"}, bind: "scales" }],
           encoding: {           encoding: {
             x: {             x: {
MRRC Wiki

Table of Contents

  • Onboarding
  • Scanners
    • 3T Prisma 1
    • 3T Prisma 2
    • 3T Prisma 3
    • 7T plus (BST3)
    • 7T Terra.X
  • MRRC MR Data
    • Quality Assurance
    • ReproIn naming convention
    • XNAT
    • Flywheel
    • Filesystem
  • Supporting Hardware
    • Experimental Task PCs
    • Eye Tracking
      • SR Research EyeLink 1000 Plus
      • Avotec Arrington Eye Tracker
  • MR Physics Reports
  • Imaging Notes
    • XNAT vs Gyrus DICOMs
    • Resampling vs Registration
    • MR Task Notes
      • Psychtoolbox
  • NPAC
    • NPAC Support and Services
  • sitemap