ds005256-mriqc/sub-0069_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 0bb1704d09 [DATALAD RUNCMD] Compute MRIQC for sub-0069
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0069 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0069",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:58:16 +02:00

616 lines
No EOL
87 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0069_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0069_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0069_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-02/func/sub-0069_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c8e23b87af7c85a570b5127ffa4606f1</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:00:10.942500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99991, -0.0108915, 0.00782439, 0.0111696, 0.999274, -0.0364179]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0757183</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7735, -7306, 558, -45, -120, 20, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c5914e7-9103-4866-aa42-60be7a47c7ab||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682685613632202, 0.02996709570288658, 0.02003958635032177, 111.63948059082031], [0.02922111377120018, 2.6809797286987305, -0.09855539351701736, -89.07711029052734], [0.020992275327444077, 0.09770650416612625, 2.6981263160705566, -84.03435516357422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 652]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652], 'AcquisitionTime': ['160010.942500', '160011.402500', '160011.862500', '160012.322500', '160012.782500', '160013.242500', '160013.702500', '160014.162500', '160014.622500', '160015.082500', '160015.542500', '160016.002500', '160016.462500', '160016.922500', '160017.382500', '160017.842500', '160018.302500', '160018.762500', '160019.222500', '160019.682500', '160020.142500', '160020.602500', '160021.062500', '160021.522500', '160021.982500', '160022.442500', '160022.902500', '160023.362500', '160023.822500', '160024.282500', '160024.742500', '160025.202500', '160025.662500', '160026.122500', '160026.582500', '160027.042500', '160027.502500', '160027.962500', '160028.422500', '160028.882500', '160029.342500', '160029.802500', '160030.262500', '160030.722500', '160031.182500', '160031.642500', '160032.102500', '160032.562500', '160033.022500', '160033.482500', '160033.942500', '160034.402500', '160034.862500', '160035.322500', '160035.782500', '160036.242500', '160036.702500', '160037.162500', '160037.622500', '160038.082500', '160038.542500', '160039.002500', '160039.462500', '160039.922500', '160040.382500', '160040.842500', '160041.302500', '160041.762500', '160042.222500', '160042.682500', '160043.142500', '160043.602500', '160044.062500', '160044.522500', '160044.982500', '160045.442500', '160045.902500', '160046.362500', '160046.822500', '160047.282500', '160047.742500', '160048.202500', '160048.662500', '160049.122500', '160049.582500', '160050.042500', '160050.502500', '160050.962500', '160051.422500', '160051.882500', '160052.342500', '160052.802500', '160053.262500', '160053.722500', '160054.182500', '160054.642500', '160055.102500', '160055.562500', '160056.022500', '160056.482500', '160056.942500', '160057.402500', '160057.862500', '160058.322500', '160058.782500', '160059.242500', '160059.702500', '160100.162500', '160100.622500', '160101.082500', '160101.542500', '160102.002500', '160102.462500', '160102.922500', '160103.382500', '160103.842500', '160104.302500', '160104.762500', '160105.222500', '160105.682500', '160106.142500', '160106.602500', '160107.062500', '160107.522500', '160107.982500', '160108.442500', '160108.902500', '160109.362500', '160109.822500', '160110.282500', '160110.742500', '160111.202500', '160111.662500', '160112.122500', '160112.582500', '160113.042500', '160113.502500', '160113.962500', '160114.422500', '160114.882500', '160115.342500', '160115.802500', '160116.262500', '160116.722500', '160117.182500', '160117.642500', '160118.102500', '160118.562500', '160119.022500', '160119.482500', '160119.942500', '160120.402500', '160120.862500', '160121.322500', '160121.782500', '160122.242500', '160122.702500', '160123.162500', '160123.622500', '160124.082500', '160124.542500', '160125.002500', '160125.462500', '160125.922500', '160126.382500', '160126.842500', '160127.302500', '160127.762500', '160128.222500', '160128.682500', '160129.142500', '160129.602500', '160130.062500', '160130.522500', '160130.982500', '160131.442500', '160131.902500', '160132.362500', '160132.822500', '160133.282500', '160133.742500', '160134.202500', '160134.662500', '160135.122500', '160135.582500', '160136.042500', '160136.502500', '160136.962500', '160137.422500', '160137.882500', '160138.342500', '160138.802500', '160139.262500', '160139.722500', '160140.182500', '160140.642500', '160141.102500', '160141.562500', '160142.022500', '160142.482500', '160142.942500', '160143.402500', '160143.862500', '160144.322500', '160144.782500', '160145.242500', '160145.702500', '160146.162500', '160146.622500', '160147.082500', '160147.542500', '160148.002500', '160148.462500', '160148.922500', '160149.382500', '160149.842500', '160150.302500', '160150.762500', '160151.222500', '160151.682500', '160152.142500', '160152.602500', '160153.062500', '160153.522500', '160153.982500', '160154.442500', '160154.902500', '160155.362500', '160155.822500', '160156.282500', '160156.742500', '160157.202500', '160157.662500', '160158.122500', '160158.582500', '160159.042500', '160159.502500', '160159.962500', '160200.422500', '160200.882500', '160201.342500', '160201.802500', '160202.262500', '160202.722500', '160203.182500', '160203.642500', '160204.102500', '160204.562500', '160205.022500', '160205.482500', '160205.942500', '160206.402500', '160206.862500', '160207.322500', '160207.782500', '160208.242500', '160208.702500', '160209.162500', '160209.622500', '160210.082500', '160210.542500', '160211.002500', '160211.462500', '160211.922500', '160212.382500', '160212.842500', '160213.302500', '160213.762500', '160214.222500', '160214.682500', '160215.142500', '160215.602500', '160216.062500', '160216.522500', '160216.982500', '160217.442500', '160217.902500', '160218.362500', '160218.822500', '160219.282500', '160219.742500', '160220.202500', '160220.662500', '160221.122500', '160221.582500', '160222.042500', '160222.502500', '160222.962500', '160223.422500', '160223.882500', '160224.342500', '160224.802500', '160225.262500', '160225.722500', '160226.182500', '160226.642500', '160227.102500', '160227.562500', '160228.022500', '160228.482500', '160228.942500', '160229.402500', '160229.862500', '160230.322500', '160230.782500', '160231.242500', '160231.702500', '160232.162500', '160232.622500', '160233.082500', '160233.542500', '160234.002500', '160234.462500', '160234.922500', '160235.382500', '160235.842500', '160236.302500', '160236.762500', '160237.222500', '160237.682500', '160238.142500', '160238.602500', '160239.062500', '160239.522500', '160239.982500', '160240.442500', '160240.902500', '160241.362500', '160241.822500', '160242.282500', '160242.742500', '160243.202500', '160243.662500', '160244.122500', '160244.582500', '160245.042500', '160245.502500', '160245.962500', '160246.422500', '160246.882500', '160247.342500', '160247.802500', '160248.262500', '160248.722500', '160249.182500', '160249.642500', '160250.102500', '160250.562500', '160251.022500', '160251.482500', '160251.942500', '160252.402500', '160252.862500', '160253.322500', '160253.782500', '160254.242500', '160254.702500', '160255.162500', '160255.622500', '160256.082500', '160256.542500', '160257.002500', '160257.462500', '160257.922500', '160258.382500', '160258.842500', '160259.302500', '160259.762500', '160300.222500', '160300.682500', '160301.142500', '160301.602500', '160302.062500', '160302.522500', '160302.982500', '160303.442500', '160303.902500', '160304.362500', '160304.822500', '160305.282500', '160305.742500', '160306.202500', '160306.662500', '160307.122500', '160307.582500', '160308.042500', '160308.502500', '160308.962500', '160309.422500', '160309.882500', '160310.342500', '160310.802500', '160311.262500', '160311.722500', '160312.182500', '160312.642500', '160313.102500', '160313.562500', '160314.022500', '160314.482500', '160314.942500', '160315.402500', '160315.862500', '160316.322500', '160316.782500', '160317.242500', '160317.702500', '160318.162500', '160318.622500', '160319.082500', '160319.542500', '160320.002500', '160320.462500', '160320.922500', '160321.382500', '160321.842500', '160322.302500', '160322.762500', '160323.222500', '160323.682500', '160324.142500', '160324.602500', '160325.062500', '160325.522500', '160325.982500', '160326.442500', '160326.902500', '160327.362500', '160327.822500', '160328.282500', '160328.742500', '160329.202500', '160329.662500', '160330.122500', '160330.582500', '160331.042500', '160331.502500', '160331.962500', '160332.422500', '160332.882500', '160333.342500', '160333.802500', '160334.262500', '160334.722500', '160335.182500', '160335.642500', '160336.102500', '160336.562500', '160337.022500', '160337.482500', '160337.942500', '160338.402500', '160338.862500', '160339.322500', '160339.782500', '160340.242500', '160340.702500', '160341.162500', '160341.622500', '160342.082500', '160342.542500', '160343.002500', '160343.462500', '160343.922500', '160344.382500', '160344.842500', '160345.302500', '160345.762500', '160346.222500', '160346.682500', '160347.142500', '160347.602500', '160348.062500', '160348.522500', '160348.982500', '160349.442500', '160349.902500', '160350.362500', '160350.822500', '160351.282500', '160351.742500', '160352.202500', '160352.662500', '160353.122500', '160353.582500', '160354.042500', '160354.502500', '160354.962500', '160355.422500', '160355.882500', '160356.342500', '160356.802500', '160357.262500', '160357.722500', '160358.182500', '160358.642500', '160359.102500', '160359.562500', '160400.022500', '160400.482500', '160400.942500', '160401.402500', '160401.862500', '160402.322500', '160402.782500', '160403.242500', '160403.702500', '160404.162500', '160404.622500', '160405.082500', '160405.542500', '160406.002500', '160406.462500', '160406.922500', '160407.382500', '160407.842500', '160408.302500', '160408.762500', '160409.222500', '160409.682500', '160410.142500', '160410.602500', '160411.062500', '160411.522500', '160411.982500', '160412.442500', '160412.902500', '160413.362500', '160413.822500', '160414.282500', '160414.742500', '160415.202500', '160415.662500', '160416.122500', '160416.582500', '160417.042500', '160417.502500', '160417.962500', '160418.422500', '160418.882500', '160419.342500', '160419.802500', '160420.262500', '160420.722500', '160421.182500', '160421.642500', '160422.102500', '160422.562500', '160423.022500', '160423.482500', '160423.942500', '160424.402500', '160424.862500', '160425.322500', '160425.782500', '160426.242500', '160426.702500', '160427.162500', '160427.622500', '160428.082500', '160428.542500', '160429.002500', '160429.462500', '160429.922500', '160430.382500', '160430.842500', '160431.302500', '160431.762500', '160432.222500', '160432.682500', '160433.142500', '160433.602500', '160434.062500', '160434.522500', '160434.982500', '160435.442500', '160435.902500', '160436.362500', '160436.822500', '160437.282500', '160437.742500', '160438.202500', '160438.662500', '160439.122500', '160439.582500', '160440.042500', '160440.502500', '160440.962500', '160441.422500', '160441.882500', '160442.342500', '160442.802500', '160443.262500', '160443.722500', '160444.182500', '160444.642500', '160445.102500', '160445.562500', '160446.022500', '160446.482500', '160446.942500', '160447.402500', '160447.862500', '160448.322500', '160448.782500', '160449.242500', '160449.702500', '160450.162500', '160450.622500', '160451.082500', '160451.542500', '160452.002500', '160452.462500', '160452.922500', '160453.382500', '160453.842500', '160454.302500', '160454.762500', '160455.222500', '160455.682500', '160456.142500', '160456.602500', '160457.062500', '160457.522500', '160457.982500', '160458.442500', '160458.902500', '160459.362500', '160459.822500', '160500.282500', '160500.742500', '160501.202500', '160501.662500', '160502.122500', '160502.582500', '160503.042500', '160503.502500', '160503.962500', '160504.422500', '160504.882500', '160505.342500', '160505.802500', '160506.262500', '160506.722500', '160507.182500', '160507.642500', '160508.102500', '160508.562500', '160509.022500', '160509.482500', '160509.942500', '160510.402500'], 'ContentTime': ['160022.614000', '160022.617000', '160022.626000', '160022.628000', '160022.631000', '160022.633000', '160022.638000', '160022.640000', '160022.643000', '160022.645000', '160022.648000', '160022.651000', '160022.653000', '160022.656000', '160022.658000', '160022.661000', '160022.664000', '160022.666000', '160022.669000', '160022.671000', '160022.674000', '160022.676000', '160042.590000', '160042.592000', '160042.595000', '160042.597000', '160042.601000', '160042.618000', '160042.620000', '160042.623000', '160042.625000', '160042.628000', '160042.630000', '160042.633000', '160042.640000', '160042.642000', '160042.645000', '160042.647000', '160042.650000', '160042.653000', '160042.655000', '160042.658000', '160042.661000', '160042.663000', '160042.666000', '160042.668000', '160042.671000', '160042.673000', '160042.676000', '160042.678000', '160042.681000', '160042.683000', '160042.686000', '160042.689000', '160042.691000', '160042.694000', '160042.696000', '160042.699000', '160042.701000', '160042.704000', '160042.707000', '160042.709000', '160042.712000', '160042.714000', '160042.717000', '160042.724000', '160102.585000', '160102.587000', '160102.590000', '160102.593000', '160102.595000', '160102.598000', '160102.600000', '160102.603000', '160102.606000', '160102.608000', '160102.611000', '160102.613000', '160102.616000', '160102.618000', '160102.621000', '160102.623000', '160102.626000', '160102.629000', '160102.631000', '160102.634000', '160102.636000', '160102.639000', '160102.642000', '160102.644000', '160102.647000', '160102.649000', '160102.652000', '160102.655000', '160102.657000', '160102.660000', '160102.662000', '160102.665000', '160102.667000', '160102.670000', '160102.672000', '160102.675000', '160102.677000', '160102.680000', '160102.683000', '160102.685000', '160102.688000', '160102.690000', '160102.693000', '160122.583000', '160122.586000', '160122.589000', '160122.592000', '160122.594000', '160122.597000', '160122.600000', '160122.602000', '160122.605000', '160122.607000', '160122.610000', '160122.612000', '160122.615000', '160122.617000', '160122.620000', '160122.622000', '160122.625000', '160122.628000', '160122.630000', '160122.633000', '160122.635000', '160122.638000', '160122.640000', '160122.643000', '160122.646000', '160122.648000', '160122.651000', '160122.653000', '160122.656000', '160122.658000', '160122.661000', '160122.663000', '160122.666000', '160122.669000', '160122.671000', '160122.674000', '160122.677000', '160122.679000', '160122.682000', '160122.684000', '160122.687000', '160122.689000', '160122.692000', '160142.583000', '160142.586000', '160142.589000', '160142.591000', '160142.594000', '160142.597000', '160142.599000', '160142.602000', '160142.604000', '160142.607000', '160142.609000', '160142.612000', '160142.615000', '160142.617000', '160142.620000', '160142.622000', '160142.625000', '160142.627000', '160142.630000', '160142.632000', '160142.635000', '160142.638000', '160142.640000', '160142.643000', '160142.645000', '160142.648000', '160142.650000', '160142.653000', '160142.655000', '160142.658000', '160142.661000', '160142.663000', '160142.666000', '160142.668000', '160142.671000', '160142.673000', '160142.676000', '160142.678000', '160142.681000', '160142.684000', '160142.686000', '160142.689000', '160142.691000', '160142.694000', '160202.584000', '160202.586000', '160202.589000', '160202.592000', '160202.595000', '160202.598000', '160202.600000', '160202.603000', '160202.605000', '160202.608000', '160202.611000', '160202.613000', '160202.616000', '160202.618000', '160202.621000', '160202.623000', '160202.626000', '160202.628000', '160202.631000', '160202.633000', '160202.636000', '160202.639000', '160202.642000', '160202.645000', '160202.647000', '160202.650000', '160202.653000', '160202.655000', '160202.658000', '160202.660000', '160202.663000', '160202.665000', '160202.668000', '160202.670000', '160202.673000', '160202.676000', '160202.678000', '160202.681000', '160202.683000', '160202.686000', '160202.688000', '160202.691000', '160202.693000', '160222.584000', '160222.612000', '160222.615000', '160222.618000', '160222.620000', '160222.623000', '160222.625000', '160222.628000', '160222.630000', '160222.633000', '160222.635000', '160222.641000', '160222.643000', '160222.646000', '160222.648000', '160222.651000', '160222.654000', '160222.656000', '160222.659000', '160222.661000', '160222.664000', '160222.667000', '160222.669000', '160222.672000', '160222.674000', '160222.677000', '160222.679000', '160222.682000', '160222.684000', '160222.687000', '160222.690000', '160222.692000', '160222.695000', '160222.697000', '160222.700000', '160222.702000', '160222.705000', '160222.707000', '160222.710000', '160222.713000', '160222.715000', '160222.718000', '160222.720000', '160222.723000', '160242.583000', '160242.586000', '160242.589000', '160242.591000', '160242.594000', '160242.596000', '160242.599000', '160242.602000', '160242.604000', '160242.607000', '160242.609000', '160242.612000', '160242.614000', '160242.617000', '160242.620000', '160242.622000', '160242.625000', '160242.627000', '160242.630000', '160242.633000', '160242.636000', '160242.639000', '160242.642000', '160242.645000', '160242.647000', '160242.650000', '160242.652000', '160242.655000', '160242.658000', '160242.660000', '160242.663000', '160242.666000', '160242.668000', '160242.671000', '160242.673000', '160242.676000', '160242.678000', '160242.681000', '160242.684000', '160242.686000', '160242.689000', '160242.691000', '160242.694000', '160302.584000', '160302.587000', '160302.590000', '160302.592000', '160302.595000', '160302.598000', '160302.600000', '160302.603000', '160302.605000', '160302.608000', '160302.611000', '160302.613000', '160302.616000', '160302.618000', '160302.621000', '160302.624000', '160302.626000', '160302.629000', '160302.631000', '160302.634000', '160302.636000', '160302.639000', '160302.642000', '160302.644000', '160302.647000', '160302.649000', '160302.652000', '160302.655000', '160302.657000', '160302.660000', '160302.662000', '160302.665000', '160302.668000', '160302.670000', '160302.673000', '160302.675000', '160302.678000', '160302.680000', '160302.683000', '160302.686000', '160302.688000', '160302.691000', '160302.694000', '160302.696000', '160322.584000', '160322.587000', '160322.590000', '160322.593000', '160322.595000', '160322.598000', '160322.600000', '160322.603000', '160322.606000', '160322.608000', '160322.611000', '160322.613000', '160322.616000', '160322.619000', '160322.621000', '160322.624000', '160322.626000', '160322.629000', '160322.631000', '160322.634000', '160322.637000', '160322.639000', '160322.642000', '160322.645000', '160322.647000', '160322.650000', '160322.653000', '160322.655000', '160322.658000', '160322.660000', '160322.663000', '160322.666000', '160322.668000', '160322.671000', '160322.673000', '160322.676000', '160322.679000', '160322.682000', '160322.685000', '160322.688000', '160322.690000', '160322.693000', '160322.696000', '160342.583000', '160342.586000', '160342.589000', '160342.591000', '160342.594000', '160342.597000', '160342.599000', '160342.602000', '160342.605000', '160342.607000', '160342.610000', '160342.612000', '160342.615000', '160342.617000', '160342.620000', '160342.622000', '160342.625000', '160342.628000', '160342.630000', '160342.633000', '160342.635000', '160342.638000', '160342.640000', '160342.643000', '160342.645000', '160342.648000', '160342.651000', '160342.653000', '160342.656000', '160342.658000', '160342.661000', '160342.664000', '160342.666000', '160342.669000', '160342.671000', '160342.674000', '160342.676000', '160342.679000', '160342.682000', '160342.684000', '160342.695000', '160342.698000', '160342.701000', '160342.703000', '160402.584000', '160402.586000', '160402.589000', '160402.592000', '160402.594000', '160402.597000', '160402.599000', '160402.602000', '160402.605000', '160402.607000', '160402.610000', '160402.612000', '160402.615000', '160402.618000', '160402.620000', '160402.623000', '160402.625000', '160402.628000', '160402.631000', '160402.633000', '160402.636000', '160402.639000', '160402.641000', '160402.644000', '160402.647000', '160402.649000', '160402.652000', '160402.655000', '160402.657000', '160402.660000', '160402.662000', '160402.665000', '160402.667000', '160402.670000', '160402.673000', '160402.675000', '160402.678000', '160402.680000', '160402.683000', '160402.685000', '160402.688000', '160402.691000', '160402.693000', '160422.583000', '160422.586000', '160422.589000', '160422.592000', '160422.594000', '160422.597000', '160422.599000', '160422.602000', '160422.605000', '160422.607000', '160422.610000', '160422.612000', '160422.615000', '160422.618000', '160422.620000', '160422.623000', '160422.625000', '160422.628000', '160422.630000', '160422.633000', '160422.635000', '160422.638000', '160422.641000', '160422.643000', '160422.646000', '160422.648000', '160422.651000', '160422.653000', '160422.656000', '160422.659000', '160422.661000', '160422.664000', '160422.666000', '160422.669000', '160422.671000', '160422.674000', '160422.677000', '160422.679000', '160422.682000', '160422.684000', '160422.687000', '160422.689000', '160422.692000', '160422.695000', '160442.584000', '160442.586000', '160442.589000', '160442.592000', '160442.594000', '160442.597000', '160442.599000', '160442.602000', '160442.605000', '160442.607000', '160442.610000', '160442.612000', '160442.615000', '160442.618000', '160442.620000', '160442.623000', '160442.625000', '160442.628000', '160442.631000', '160442.633000', '160442.636000', '160442.638000', '160442.641000', '160442.644000', '160442.646000', '160442.649000', '160442.651000', '160442.654000', '160442.656000', '160442.659000', '160442.662000', '160442.664000', '160442.667000', '160442.670000', '160442.672000', '160442.675000', '160442.677000', '160442.681000', '160442.683000', '160442.686000', '160442.689000', '160442.691000', '160442.694000', '160502.583000', '160502.586000', '160502.589000', '160502.591000', '160502.594000', '160502.597000', '160502.599000', '160502.602000', '160502.605000', '160502.607000', '160502.610000', '160502.612000', '160502.615000', '160502.618000', '160502.620000', '160502.623000', '160502.625000', '160502.628000', '160502.630000', '160502.633000', '160502.635000', '160502.638000', '160502.641000', '160502.643000', '160502.646000', '160502.648000', '160502.651000', '160502.654000', '160502.656000', '160502.659000', '160502.661000', '160502.664000', '160502.667000', '160502.669000', '160502.672000', '160502.674000', '160502.677000', '160502.680000', '160502.682000', '160502.685000', '160502.688000', '160502.690000', '160502.693000', '160502.695000', '160512.461000', '160512.464000', '160512.467000', '160512.469000', '160512.472000', '160512.474000', '160512.477000', '160512.480000', '160512.485000', '160512.490000', '160512.494000', '160512.496000', '160512.499000', '160512.502000', '160512.505000', '160512.508000', '160512.511000', '160512.514000', '160512.517000', '160512.519000', '160512.522000'], 'InstanceCreationTime': ['160022.614000', '160022.617000', '160022.626000', '160022.628000', '160022.631000', '160022.633000', '160022.638000', '160022.640000', '160022.643000', '160022.645000', '160022.648000', '160022.651000', '160022.653000', '160022.656000', '160022.658000', '160022.661000', '160022.664000', '160022.666000', '160022.669000', '160022.671000', '160022.674000', '160022.676000', '160042.590000', '160042.592000', '160042.595000', '160042.597000', '160042.601000', '160042.618000', '160042.620000', '160042.623000', '160042.625000', '160042.628000', '160042.630000', '160042.633000', '160042.640000', '160042.642000', '160042.645000', '160042.647000', '160042.650000', '160042.653000', '160042.655000', '160042.658000', '160042.661000', '160042.663000', '160042.666000', '160042.668000', '160042.671000', '160042.673000', '160042.676000', '160042.678000', '160042.681000', '160042.683000', '160042.686000', '160042.689000', '160042.691000', '160042.694000', '160042.696000', '160042.699000', '160042.701000', '160042.704000', '160042.707000', '160042.709000', '160042.712000', '160042.714000', '160042.717000', '160042.724000', '160102.585000', '160102.587000', '160102.590000', '160102.593000', '160102.595000', '160102.598000', '160102.600000', '160102.603000', '160102.606000', '160102.608000', '160102.611000', '160102.613000', '160102.616000', '160102.618000', '160102.621000', '160102.623000', '160102.626000', '160102.629000', '160102.631000', '160102.634000', '160102.636000', '160102.639000', '160102.642000', '160102.644000', '160102.647000', '160102.649000', '160102.652000', '160102.655000', '160102.657000', '160102.660000', '160102.662000', '160102.665000', '160102.667000', '160102.670000', '160102.672000', '160102.675000', '160102.677000', '160102.680000', '160102.683000', '160102.685000', '160102.688000', '160102.690000', '160102.693000', '160122.583000', '160122.586000', '160122.589000', '160122.592000', '160122.594000', '160122.597000', '160122.600000', '160122.602000', '160122.605000', '160122.607000', '160122.610000', '160122.612000', '160122.615000', '160122.617000', '160122.620000', '160122.622000', '160122.625000', '160122.628000', '160122.630000', '160122.633000', '160122.635000', '160122.638000', '160122.640000', '160122.643000', '160122.646000', '160122.648000', '160122.651000', '160122.653000', '160122.656000', '160122.658000', '160122.661000', '160122.663000', '160122.666000', '160122.669000', '160122.671000', '160122.674000', '160122.677000', '160122.679000', '160122.682000', '160122.684000', '160122.687000', '160122.689000', '160122.692000', '160142.583000', '160142.586000', '160142.589000', '160142.591000', '160142.594000', '160142.597000', '160142.599000', '160142.602000', '160142.604000', '160142.607000', '160142.609000', '160142.612000', '160142.615000', '160142.617000', '160142.620000', '160142.622000', '160142.625000', '160142.627000', '160142.630000', '160142.632000', '160142.635000', '160142.638000', '160142.640000', '160142.643000', '160142.645000', '160142.648000', '160142.650000', '160142.653000', '160142.655000', '160142.658000', '160142.661000', '160142.663000', '160142.666000', '160142.668000', '160142.671000', '160142.673000', '160142.676000', '160142.678000', '160142.681000', '160142.684000', '160142.686000', '160142.689000', '160142.691000', '160142.694000', '160202.584000', '160202.586000', '160202.589000', '160202.592000', '160202.595000', '160202.598000', '160202.600000', '160202.603000', '160202.605000', '160202.608000', '160202.611000', '160202.613000', '160202.616000', '160202.618000', '160202.621000', '160202.623000', '160202.626000', '160202.628000', '160202.631000', '160202.633000', '160202.636000', '160202.639000', '160202.642000', '160202.645000', '160202.647000', '160202.650000', '160202.653000', '160202.655000', '160202.658000', '160202.660000', '160202.663000', '160202.665000', '160202.668000', '160202.670000', '160202.673000', '160202.676000', '160202.678000', '160202.681000', '160202.683000', '160202.686000', '160202.688000', '160202.691000', '160202.693000', '160222.584000', '160222.612000', '160222.615000', '160222.618000', '160222.620000', '160222.623000', '160222.625000', '160222.628000', '160222.630000', '160222.633000', '160222.635000', '160222.641000', '160222.643000', '160222.646000', '160222.648000', '160222.651000', '160222.654000', '160222.656000', '160222.659000', '160222.661000', '160222.664000', '160222.667000', '160222.669000', '160222.672000', '160222.674000', '160222.677000', '160222.679000', '160222.682000', '160222.684000', '160222.687000', '160222.690000', '160222.692000', '160222.695000', '160222.697000', '160222.700000', '160222.702000', '160222.705000', '160222.707000', '160222.710000', '160222.713000', '160222.715000', '160222.718000', '160222.720000', '160222.723000', '160242.583000', '160242.586000', '160242.589000', '160242.591000', '160242.594000', '160242.596000', '160242.599000', '160242.602000', '160242.604000', '160242.607000', '160242.609000', '160242.612000', '160242.614000', '160242.617000', '160242.620000', '160242.622000', '160242.625000', '160242.627000', '160242.630000', '160242.633000', '160242.636000', '160242.639000', '160242.642000', '160242.645000', '160242.647000', '160242.650000', '160242.652000', '160242.655000', '160242.658000', '160242.660000', '160242.663000', '160242.666000', '160242.668000', '160242.671000', '160242.673000', '160242.676000', '160242.678000', '160242.681000', '160242.684000', '160242.686000', '160242.689000', '160242.691000', '160242.694000', '160302.584000', '160302.587000', '160302.590000', '160302.592000', '160302.595000', '160302.598000', '160302.600000', '160302.603000', '160302.605000', '160302.608000', '160302.611000', '160302.613000', '160302.616000', '160302.618000', '160302.621000', '160302.624000', '160302.626000', '160302.629000', '160302.631000', '160302.634000', '160302.636000', '160302.639000', '160302.642000', '160302.644000', '160302.647000', '160302.649000', '160302.652000', '160302.655000', '160302.657000', '160302.660000', '160302.662000', '160302.665000', '160302.668000', '160302.670000', '160302.673000', '160302.675000', '160302.678000', '160302.680000', '160302.683000', '160302.686000', '160302.688000', '160302.691000', '160302.694000', '160302.696000', '160322.584000', '160322.587000', '160322.590000', '160322.593000', '160322.595000', '160322.598000', '160322.600000', '160322.603000', '160322.606000', '160322.608000', '160322.611000', '160322.613000', '160322.616000', '160322.619000', '160322.621000', '160322.624000', '160322.626000', '160322.629000', '160322.631000', '160322.634000', '160322.637000', '160322.639000', '160322.642000', '160322.645000', '160322.647000', '160322.650000', '160322.653000', '160322.655000', '160322.658000', '160322.660000', '160322.663000', '160322.666000', '160322.668000', '160322.671000', '160322.673000', '160322.676000', '160322.679000', '160322.682000', '160322.685000', '160322.688000', '160322.690000', '160322.693000', '160322.696000', '160342.583000', '160342.586000', '160342.589000', '160342.591000', '160342.594000', '160342.597000', '160342.599000', '160342.602000', '160342.605000', '160342.607000', '160342.610000', '160342.612000', '160342.615000', '160342.617000', '160342.620000', '160342.622000', '160342.625000', '160342.628000', '160342.630000', '160342.633000', '160342.635000', '160342.638000', '160342.640000', '160342.643000', '160342.645000', '160342.648000', '160342.651000', '160342.653000', '160342.656000', '160342.658000', '160342.661000', '160342.664000', '160342.666000', '160342.669000', '160342.671000', '160342.674000', '160342.676000', '160342.679000', '160342.682000', '160342.684000', '160342.695000', '160342.698000', '160342.701000', '160342.703000', '160402.584000', '160402.586000', '160402.589000', '160402.592000', '160402.594000', '160402.597000', '160402.599000', '160402.602000', '160402.605000', '160402.607000', '160402.610000', '160402.612000', '160402.615000', '160402.618000', '160402.620000', '160402.623000', '160402.625000', '160402.628000', '160402.631000', '160402.633000', '160402.636000', '160402.639000', '160402.641000', '160402.644000', '160402.647000', '160402.649000', '160402.652000', '160402.655000', '160402.657000', '160402.660000', '160402.662000', '160402.665000', '160402.667000', '160402.670000', '160402.673000', '160402.675000', '160402.678000', '160402.680000', '160402.683000', '160402.685000', '160402.688000', '160402.691000', '160402.693000', '160422.583000', '160422.586000', '160422.589000', '160422.592000', '160422.594000', '160422.597000', '160422.599000', '160422.602000', '160422.605000', '160422.607000', '160422.610000', '160422.612000', '160422.615000', '160422.618000', '160422.620000', '160422.623000', '160422.625000', '160422.628000', '160422.630000', '160422.633000', '160422.635000', '160422.638000', '160422.641000', '160422.643000', '160422.646000', '160422.648000', '160422.651000', '160422.653000', '160422.656000', '160422.659000', '160422.661000', '160422.664000', '160422.666000', '160422.669000', '160422.671000', '160422.674000', '160422.677000', '160422.679000', '160422.682000', '160422.684000', '160422.687000', '160422.689000', '160422.692000', '160422.695000', '160442.584000', '160442.586000', '160442.589000', '160442.592000', '160442.594000', '160442.597000', '160442.599000', '160442.602000', '160442.605000', '160442.607000', '160442.610000', '160442.612000', '160442.615000', '160442.618000', '160442.620000', '160442.623000', '160442.625000', '160442.628000', '160442.631000', '160442.633000', '160442.636000', '160442.638000', '160442.641000', '160442.644000', '160442.646000', '160442.649000', '160442.651000', '160442.654000', '160442.656000', '160442.659000', '160442.662000', '160442.664000', '160442.667000', '160442.670000', '160442.672000', '160442.675000', '160442.677000', '160442.681000', '160442.683000', '160442.686000', '160442.689000', '160442.691000', '160442.694000', '160502.583000', '160502.586000', '160502.589000', '160502.591000', '160502.594000', '160502.597000', '160502.599000', '160502.602000', '160502.605000', '160502.607000', '160502.610000', '160502.612000', '160502.615000', '160502.618000', '160502.620000', '160502.623000', '160502.625000', '160502.628000', '160502.630000', '160502.633000', '160502.635000', '160502.638000', '160502.641000', '160502.643000', '160502.646000', '160502.648000', '160502.651000', '160502.654000', '160502.656000', '160502.659000', '160502.661000', '160502.664000', '160502.667000', '160502.669000', '160502.672000', '160502.674000', '160502.677000', '160502.680000', '160502.682000', '160502.685000', '160502.688000', '160502.690000', '160502.693000', '160502.695000', '160512.461000', '160512.464000', '160512.467000', '160512.469000', '160512.472000', '160512.474000', '160512.477000', '160512.480000', '160512.485000', '160512.490000', '160512.494000', '160512.496000', '160512.499000', '160512.502000', '160512.505000', '160512.508000', '160512.511000', '160512.514000', '160512.517000', '160512.519000', '160512.522000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652], 'LargestImagePixelValue': [8579, 12344, 9295, 12242, 8639, 7412, 8597, 7347, 8753, 7797, 7570, 8303, 8100, 9652, 7665, 10719, 8671, 11124, 7520, 7491, 7569, 7613, 7814, 7701, 7959, 7645, 8541, 7304, 9478, 7342, 7345, 8086, 7414, 8898, 7515, 7172, 7875, 7569, 8804, 7511, 7437, 7863, 7393, 8635, 7537, 7769, 7990, 7480, 8531, 7363, 7220, 7987, 6957, 8443, 7370, 7772, 7857, 6625, 8701, 7144, 7376, 7616, 6581, 8365, 7444, 7978, 7848, 6767, 8874, 7519, 9367, 8124, 8135, 8324, 7492, 8839, 7639, 6685, 8319, 7772, 9114, 7787, 6550, 8159, 7139, 9643, 7653, 7493, 7929, 7099, 8960, 6978, 9571, 7716, 7647, 8072, 6803, 8538, 7104, 7803, 7636, 6731, 9030, 7305, 8552, 7773, 6876, 8374, 7983, 9786, 8074, 6769, 8257, 7133, 7468, 8167, 7843, 9716, 7659, 7198, 8256, 7184, 8778, 7941, 10993, 7407, 8367, 7806, 7319, 8532, 7573, 9975, 7512, 7730, 7544, 7200, 8394, 7426, 9679, 7944, 7772, 7960, 7059, 8664, 7909, 8826, 7941, 8330, 7962, 7027, 8382, 7534, 9165, 7904, 8537, 8324, 7025, 8623, 7388, 9313, 7987, 8267, 8439, 6949, 8600, 7475, 8681, 8171, 7452, 8642, 7321, 8001, 7764, 6866, 8690, 7560, 7108, 8180, 7456, 7510, 8220, 8186, 8962, 7859, 7165, 8388, 7362, 9702, 8220, 9607, 8187, 7268, 8718, 7478, 10086, 8071, 8900, 8175, 7010, 8403, 7421, 9203, 7733, 6972, 8217, 7084, 9029, 7306, 7448, 8025, 7285, 8799, 7282, 9427, 7654, 7408, 7996, 7057, 8843, 7129, 8452, 7584, 7135, 8084, 7729, 10225, 7565, 8724, 7777, 7451, 8044, 7174, 8709, 7383, 10377, 7543, 8439, 8038, 7401, 8055, 7348, 8322, 7541, 8555, 7314, 8861, 7772, 7328, 8171, 7315, 8930, 6923, 9508, 8189, 8653, 8386, 7202, 7906, 6795, 8344, 7413, 8753, 7698, 9113, 7768, 7284, 7953, 6723, 8594, 7556, 9279, 7902, 7119, 7982, 6630, 8660, 7314, 9712, 7634, 10101, 7869, 6836, 8106, 7189, 8960, 7794, 7340, 7841, 7247, 9417, 7625, 7536, 8191, 7632, 9059, 7515, 6881, 8157, 6771, 9035, 7347, 7050, 7817, 7047, 8555, 7813, 7471, 8206, 7263, 6719, 7409, 7130, 7170, 8932, 7715, 7106, 8341, 7336, 8569, 7691, 7743, 8528, 7592, 10202, 7454, 7513, 8074, 7192, 9500, 7794, 7360, 9188, 7293, 7220, 8065, 7430, 9270, 7583, 9794, 7640, 7320, 8033, 7438, 9615, 7928, 7030, 7968, 7022, 9666, 7711, 7857, 8247, 7510, 9549, 7501, 7525, 8478, 7681, 9334, 8033, 7672, 7938, 7278, 8915, 7303, 9851, 8147, 8237, 8023, 7473, 8622, 7398, 9695, 8013, 9928, 7866, 7256, 8025, 7375, 8538, 7572, 8869, 7849, 7304, 7655, 7558, 8421, 7311, 9062, 7411, 8986, 7616, 7216, 7681, 7433, 8695, 7326, 8232, 7879, 7029, 8139, 7204, 9729, 7986, 7910, 8333, 7266, 9460, 7587, 7975, 8217, 7523, 9409, 7359, 7949, 7597, 7271, 7920, 7361, 9731, 7411, 8606, 7510, 7948, 7698, 7303, 8328, 7432, 8541, 7553, 7372, 8534, 7088, 9196, 7990, 9147, 7795, 7455, 7982, 7347, 8140, 7118, 9042, 7484, 9645, 7345, 8554, 8081, 8210, 7879, 7401, 8074, 7306, 9134, 7162, 8073, 7594, 7240, 8066, 7248, 8413, 6976, 8769, 7527, 9872, 8212, 9167, 8142, 7940, 7644, 7278, 7850, 7547, 8211, 7358, 9609, 7084, 7958, 7680, 8058, 7883, 7148, 8293, 7311, 8982, 7447, 9414, 7597, 8387, 7660, 8308, 8006, 7305, 8273, 7127, 8849, 7501, 9861, 7723, 6935, 7915, 7068, 9632, 7782, 8080, 8088, 7259, 9051, 7267, 7724, 8008, 6927, 8764, 7297, 9950, 7241, 8063, 7814, 7110, 8601, 7090, 8608, 7459, 7189, 8127, 7372, 8435, 7439, 9642, 7318, 7171, 8184, 7043, 8818, 7333, 9906, 8084, 7984, 7558, 7717, 7843, 7477, 8234, 7302, 8485, 6936, 8348, 7383, 7943, 7899, 7250, 8878, 7016, 8345, 7809, 7359, 8407, 7229, 9458, 7303, 8091, 7784, 7541, 7846, 7433, 8979, 7362, 7956, 7476, 7576, 8175, 7151, 8702, 7668, 8271, 7480, 7827, 7811, 7453, 8293, 7047, 10896, 7232, 10248, 7103, 8636, 7683, 8375, 7777, 7204, 7805, 7065, 8543, 7188, 9628, 8099, 8060, 7774, 7193, 8133, 7198, 8774, 7296, 10046, 7362, 8324, 7686, 8199, 7759, 7473, 8196, 7524, 8294, 7227, 8853, 7161, 8256, 7822, 8081, 8246, 7008, 8321, 7144, 8874, 7365, 9319, 7857, 7781, 7448, 7050, 8452, 7337, 10231, 7970, 7662, 7563, 7248, 8026, 7096, 9089, 7519, 8256, 7361, 7167, 7899, 7205, 8938, 7142, 6569, 7765, 6805, 7259], 'WindowCenter': [3841.0, 3847.0, 3823.0, 3829.0, 3796.0, 3784.0, 3794.0, 3784.0, 3793.0, 3784.0, 3784.0, 3783.0, 3771.0, 3792.0, 3771.0, 3790.0, 3768.0, 3789.0, 3757.0, 3756.0, 3756.0, 3755.0, 3767.0, 3768.0, 3768.0, 3767.0, 3778.0, 3769.0, 3789.0, 3768.0, 3769.0, 3779.0, 3770.0, 3791.0, 3772.0, 3772.0, 3785.0, 3784.0, 3794.0, 3784.0, 3784.0, 3785.0, 3785.0, 3796.0, 3796.0, 3784.0, 3797.0, 3786.0, 3794.0, 3785.0, 3786.0, 3797.0, 3788.0, 3809.0, 3797.0, 3798.0, 3798.0, 3787.0, 3808.0, 3800.0, 3799.0, 3811.0, 3802.0, 3823.0, 3812.0, 3811.0, 3812.0, 3801.0, 3823.0, 3812.0, 3824.0, 3824.0, 3813.0, 3823.0, 3812.0, 3820.0, 3813.0, 3802.0, 3813.0, 3814.0, 3822.0, 3812.0, 3792.0, 3812.0, 3801.0, 3834.0, 3825.0, 3815.0, 3825.0, 3815.0, 3824.0, 3813.0, 3849.0, 3827.0, 3813.0, 3814.0, 3803.0, 3823.0, 3801.0, 3813.0, 3814.0, 3804.0, 3835.0, 3814.0, 3824.0, 3812.0, 3804.0, 3839.0, 3828.0, 3847.0, 3828.0, 3814.0, 3823.0, 3817.0, 3814.0, 3824.0, 3825.0, 3834.0, 3813.0, 3801.0, 3822.0, 3813.0, 3824.0, 3812.0, 3832.0, 3801.0, 3809.0, 3800.0, 3799.0, 3811.0, 3812.0, 3819.0, 3801.0, 3799.0, 3799.0, 3798.0, 3811.0, 3801.0, 3819.0, 3810.0, 3798.0, 3797.0, 3787.0, 3808.0, 3811.0, 3810.0, 3810.0, 3808.0, 3799.0, 3788.0, 3808.0, 3811.0, 3822.0, 3811.0, 3810.0, 3811.0, 3800.0, 3809.0, 3798.0, 3820.0, 3812.0, 3810.0, 3824.0, 3799.0, 3810.0, 3802.0, 3822.0, 3824.0, 3802.0, 3811.0, 3801.0, 3824.0, 3823.0, 3801.0, 3824.0, 3814.0, 3802.0, 3838.0, 3816.0, 3815.0, 3827.0, 3825.0, 3824.0, 3813.0, 3802.0, 3812.0, 3801.0, 3823.0, 3813.0, 3825.0, 3812.0, 3798.0, 3810.0, 3799.0, 3821.0, 3811.0, 3808.0, 3808.0, 3788.0, 3799.0, 3799.0, 3820.0, 3800.0, 3799.0, 3813.0, 3800.0, 3810.0, 3801.0, 3811.0, 3813.0, 3812.0, 3825.0, 3802.0, 3820.0, 3812.0, 3813.0, 3812.0, 3802.0, 3821.0, 3799.0, 3811.0, 3800.0, 3802.0, 3811.0, 3800.0, 3821.0, 3798.0, 3809.0, 3799.0, 3799.0, 3810.0, 3798.0, 3809.0, 3799.0, 3817.0, 3798.0, 3796.0, 3798.0, 3799.0, 3799.0, 3800.0, 3808.0, 3796.0, 3796.0, 3787.0, 3809.0, 3798.0, 3797.0, 3810.0, 3799.0, 3808.0, 3799.0, 3820.0, 3811.0, 3808.0, 3810.0, 3799.0, 3798.0, 3787.0, 3809.0, 3811.0, 3822.0, 3811.0, 3810.0, 3810.0, 3800.0, 3811.0, 3789.0, 3823.0, 3812.0, 3822.0, 3814.0, 3802.0, 3811.0, 3791.0, 3811.0, 3813.0, 3822.0, 3812.0, 3833.0, 3812.0, 3790.0, 3798.0, 3801.0, 3821.0, 3812.0, 3812.0, 3811.0, 3811.0, 3821.0, 3813.0, 3812.0, 3811.0, 3812.0, 3822.0, 3801.0, 3801.0, 3812.0, 3802.0, 3825.0, 3816.0, 3803.0, 3812.0, 3813.0, 3838.0, 3827.0, 3814.0, 3811.0, 3801.0, 3801.0, 3801.0, 3802.0, 3816.0, 3825.0, 3813.0, 3803.0, 3812.0, 3802.0, 3811.0, 3812.0, 3812.0, 3811.0, 3801.0, 3819.0, 3799.0, 3797.0, 3823.0, 3804.0, 3821.0, 3813.0, 3800.0, 3820.0, 3800.0, 3799.0, 3810.0, 3800.0, 3819.0, 3800.0, 3820.0, 3798.0, 3796.0, 3810.0, 3800.0, 3820.0, 3811.0, 3798.0, 3797.0, 3799.0, 3821.0, 3812.0, 3809.0, 3811.0, 3798.0, 3819.0, 3798.0, 3797.0, 3811.0, 3812.0, 3822.0, 3811.0, 3799.0, 3809.0, 3799.0, 3821.0, 3802.0, 3821.0, 3811.0, 3810.0, 3797.0, 3786.0, 3807.0, 3799.0, 3821.0, 3798.0, 3808.0, 3798.0, 3785.0, 3797.0, 3785.0, 3808.0, 3797.0, 3808.0, 3797.0, 3798.0, 3797.0, 3797.0, 3796.0, 3798.0, 3808.0, 3798.0, 3807.0, 3799.0, 3787.0, 3797.0, 3796.0, 3810.0, 3801.0, 3808.0, 3810.0, 3788.0, 3810.0, 3800.0, 3821.0, 3811.0, 3811.0, 3813.0, 3801.0, 3820.0, 3799.0, 3811.0, 3810.0, 3801.0, 3821.0, 3798.0, 3797.0, 3799.0, 3800.0, 3811.0, 3799.0, 3820.0, 3800.0, 3807.0, 3797.0, 3798.0, 3811.0, 3801.0, 3811.0, 3799.0, 3808.0, 3798.0, 3799.0, 3810.0, 3802.0, 3822.0, 3811.0, 3821.0, 3799.0, 3799.0, 3798.0, 3798.0, 3812.0, 3788.0, 3811.0, 3799.0, 3808.0, 3800.0, 3810.0, 3801.0, 3811.0, 3810.0, 3801.0, 3799.0, 3799.0, 3808.0, 3799.0, 3799.0, 3812.0, 3813.0, 3812.0, 3799.0, 3810.0, 3788.0, 3809.0, 3800.0, 3821.0, 3811.0, 3809.0, 3799.0, 3798.0, 3797.0, 3786.0, 3800.0, 3801.0, 3807.0, 3800.0, 3809.0, 3787.0, 3796.0, 3798.0, 3800.0, 3810.0, 3800.0, 3810.0, 3800.0, 3809.0, 3800.0, 3808.0, 3800.0, 3811.0, 3800.0, 3799.0, 3809.0, 3798.0, 3797.0, 3788.0, 3823.0, 3813.0, 3821.0, 3799.0, 3787.0, 3797.0, 3789.0, 3819.0, 3812.0, 3811.0, 3814.0, 3814.0, 3821.0, 3811.0, 3812.0, 3812.0, 3801.0, 3824.0, 3802.0, 3820.0, 3799.0, 3811.0, 3812.0, 3801.0, 3823.0, 3799.0, 3810.0, 3800.0, 3799.0, 3810.0, 3801.0, 3813.0, 3801.0, 3822.0, 3799.0, 3789.0, 3809.0, 3800.0, 3822.0, 3801.0, 3822.0, 3812.0, 3799.0, 3799.0, 3798.0, 3811.0, 3800.0, 3810.0, 3798.0, 3809.0, 3787.0, 3797.0, 3801.0, 3809.0, 3810.0, 3800.0, 3810.0, 3799.0, 3810.0, 3812.0, 3802.0, 3813.0, 3802.0, 3821.0, 3801.0, 3800.0, 3801.0, 3815.0, 3813.0, 3801.0, 3811.0, 3801.0, 3798.0, 3798.0, 3800.0, 3811.0, 3800.0, 3811.0, 3814.0, 3812.0, 3801.0, 3800.0, 3800.0, 3802.0, 3808.0, 3786.0, 3820.0, 3789.0, 3817.0, 3787.0, 3795.0, 3798.0, 3797.0, 3799.0, 3788.0, 3798.0, 3787.0, 3809.0, 3800.0, 3808.0, 3799.0, 3798.0, 3797.0, 3786.0, 3797.0, 3790.0, 3809.0, 3798.0, 3820.0, 3798.0, 3797.0, 3798.0, 3809.0, 3799.0, 3787.0, 3798.0, 3798.0, 3797.0, 3787.0, 3809.0, 3790.0, 3810.0, 3800.0, 3810.0, 3810.0, 3800.0, 3810.0, 3800.0, 3822.0, 3802.0, 3810.0, 3813.0, 3800.0, 3799.0, 3800.0, 3811.0, 3802.0, 3832.0, 3814.0, 3811.0, 3811.0, 3800.0, 3813.0, 3802.0, 3821.0, 3813.0, 3811.0, 3801.0, 3801.0, 3825.0, 3814.0, 3825.0, 3801.0, 3788.0, 3813.0, 3831.0, 3828.0], 'WindowWidth': [8630.0, 8632.0, 8591.0, 8592.0, 8544.0, 8525.0, 8537.0, 8523.0, 8533.0, 8524.0, 8520.0, 8520.0, 8499.0, 8527.0, 8498.0, 8525.0, 8490.0, 8520.0, 8474.0, 8470.0, 8471.0, 8468.0, 8489.0, 8489.0, 8491.0, 8488.0, 8504.0, 8493.0, 8520.0, 8493.0, 8493.0, 8507.0, 8497.0, 8525.0, 8503.0, 8506.0, 8524.0, 8523.0, 8538.0, 8524.0, 8523.0, 8524.0, 8523.0, 8540.0, 8542.0, 8524.0, 8543.0, 8527.0, 8538.0, 8527.0, 8527.0, 8544.0, 8534.0, 8563.0, 8548.0, 8549.0, 8548.0, 8533.0, 8561.0, 8553.0, 8552.0, 8573.0, 8561.0, 8590.0, 8574.0, 8573.0, 8573.0, 8559.0, 8589.0, 8574.0, 8593.0, 8594.0, 8577.0, 8591.0, 8575.0, 8583.0, 8575.0, 8559.0, 8577.0, 8578.0, 8589.0, 8577.0, 8547.0, 8575.0, 8560.0, 8605.0, 8599.0, 8584.0, 8597.0, 8582.0, 8594.0, 8580.0, 8635.0, 8603.0, 8579.0, 8580.0, 8565.0, 8591.0, 8560.0, 8578.0, 8581.0, 8568.0, 8612.0, 8581.0, 8594.0, 8576.0, 8569.0, 8625.0, 8606.0, 8631.0, 8607.0, 8583.0, 8593.0, 8590.0, 8583.0, 8595.0, 8596.0, 8607.0, 8577.0, 8559.0, 8588.0, 8579.0, 8593.0, 8576.0, 8601.0, 8559.0, 8566.0, 8554.0, 8551.0, 8572.0, 8574.0, 8580.0, 8558.0, 8551.0, 8551.0, 8549.0, 8572.0, 8560.0, 8579.0, 8568.0, 8549.0, 8548.0, 8533.0, 8563.0, 8572.0, 8569.0, 8569.0, 8564.0, 8551.0, 8535.0, 8562.0, 8572.0, 8587.0, 8573.0, 8569.0, 8573.0, 8555.0, 8567.0, 8552.0, 8584.0, 8574.0, 8568.0, 8593.0, 8555.0, 8569.0, 8562.0, 8591.0, 8592.0, 8559.0, 8571.0, 8558.0, 8595.0, 8595.0, 8561.0, 8596.0, 8581.0, 8563.0, 8620.0, 8586.0, 8581.0, 8600.0, 8595.0, 8593.0, 8578.0, 8559.0, 8573.0, 8559.0, 8590.0, 8577.0, 8594.0, 8573.0, 8550.0, 8566.0, 8550.0, 8584.0, 8570.0, 8563.0, 8564.0, 8534.0, 8550.0, 8551.0, 8582.0, 8555.0, 8552.0, 8576.0, 8556.0, 8568.0, 8558.0, 8575.0, 8577.0, 8575.0, 8596.0, 8560.0, 8582.0, 8573.0, 8578.0, 8574.0, 8560.0, 8586.0, 8554.0, 8569.0, 8556.0, 8563.0, 8572.0, 8556.0, 8584.0, 8551.0, 8563.0, 8551.0, 8552.0, 8569.0, 8552.0, 8566.0, 8551.0, 8573.0, 8548.0, 8544.0, 8550.0, 8553.0, 8553.0, 8554.0, 8563.0, 8545.0, 8544.0, 8532.0, 8567.0, 8552.0, 8546.0, 8570.0, 8551.0, 8563.0, 8553.0, 8582.0, 8573.0, 8565.0, 8569.0, 8551.0, 8550.0, 8534.0, 8565.0, 8576.0, 8587.0, 8571.0, 8570.0, 8570.0, 8554.0, 8570.0, 8541.0, 8590.0, 8575.0, 8587.0, 8580.0, 8560.0, 8571.0, 8544.0, 8571.0, 8580.0, 8589.0, 8575.0, 8604.0, 8572.0, 8540.0, 8550.0, 8560.0, 8586.0, 8574.0, 8576.0, 8573.0, 8572.0, 8586.0, 8580.0, 8578.0, 8574.0, 8573.0, 8585.0, 8558.0, 8561.0, 8576.0, 8565.0, 8597.0, 8588.0, 8564.0, 8574.0, 8579.0, 8619.0, 8606.0, 8578.0, 8567.0, 8557.0, 8560.0, 8559.0, 8563.0, 8586.0, 8596.0, 8579.0, 8563.0, 8572.0, 8560.0, 8570.0, 8574.0, 8574.0, 8572.0, 8558.0, 8580.0, 8551.0, 8547.0, 8592.0, 8567.0, 8586.0, 8575.0, 8555.0, 8579.0, 8554.0, 8551.0, 8568.0, 8555.0, 8580.0, 8553.0, 8580.0, 8548.0, 8544.0, 8567.0, 8557.0, 8580.0, 8572.0, 8550.0, 8548.0, 8551.0, 8585.0, 8575.0, 8565.0, 8570.0, 8549.0, 8577.0, 8550.0, 8548.0, 8569.0, 8574.0, 8585.0, 8573.0, 8552.0, 8565.0, 8552.0, 8584.0, 8561.0, 8586.0, 8572.0, 8567.0, 8546.0, 8530.0, 8560.0, 8555.0, 8582.0, 8550.0, 8561.0, 8547.0, 8526.0, 8545.0, 8528.0, 8563.0, 8549.0, 8562.0, 8546.0, 8547.0, 8546.0, 8545.0, 8545.0, 8549.0, 8563.0, 8550.0, 8560.0, 8552.0, 8533.0, 8545.0, 8545.0, 8570.0, 8558.0, 8564.0, 8568.0, 8536.0, 8569.0, 8555.0, 8584.0, 8572.0, 8570.0, 8576.0, 8556.0, 8581.0, 8552.0, 8572.0, 8568.0, 8557.0, 8583.0, 8551.0, 8548.0, 8553.0, 8556.0, 8570.0, 8553.0, 8581.0, 8553.0, 8558.0, 8548.0, 8548.0, 8570.0, 8559.0, 8570.0, 8553.0, 8563.0, 8550.0, 8550.0, 8567.0, 8564.0, 8587.0, 8572.0, 8584.0, 8553.0, 8551.0, 8549.0, 8550.0, 8571.0, 8538.0, 8568.0, 8554.0, 8563.0, 8556.0, 8566.0, 8556.0, 8571.0, 8568.0, 8555.0, 8551.0, 8551.0, 8562.0, 8552.0, 8551.0, 8574.0, 8577.0, 8572.0, 8553.0, 8567.0, 8535.0, 8563.0, 8553.0, 8585.0, 8571.0, 8564.0, 8553.0, 8546.0, 8544.0, 8530.0, 8552.0, 8557.0, 8560.0, 8553.0, 8563.0, 8532.0, 8543.0, 8548.0, 8553.0, 8567.0, 8555.0, 8568.0, 8557.0, 8566.0, 8555.0, 8563.0, 8556.0, 8570.0, 8555.0, 8551.0, 8565.0, 8548.0, 8547.0, 8535.0, 8589.0, 8578.0, 8582.0, 8552.0, 8532.0, 8546.0, 8538.0, 8578.0, 8575.0, 8573.0, 8578.0, 8578.0, 8586.0, 8573.0, 8574.0, 8574.0, 8559.0, 8594.0, 8559.0, 8581.0, 8554.0, 8573.0, 8575.0, 8560.0, 8589.0, 8553.0, 8568.0, 8555.0, 8551.0, 8569.0, 8559.0, 8577.0, 8559.0, 8587.0, 8552.0, 8537.0, 8565.0, 8556.0, 8588.0, 8560.0, 8586.0, 8574.0, 8550.0, 8550.0, 8549.0, 8571.0, 8555.0, 8565.0, 8549.0, 8563.0, 8533.0, 8547.0, 8556.0, 8565.0, 8567.0, 8555.0, 8568.0, 8553.0, 8567.0, 8572.0, 8560.0, 8576.0, 8561.0, 8583.0, 8557.0, 8553.0, 8556.0, 8582.0, 8577.0, 8557.0, 8571.0, 8556.0, 8550.0, 8550.0, 8554.0, 8569.0, 8556.0, 8571.0, 8579.0, 8573.0, 8558.0, 8554.0, 8553.0, 8560.0, 8565.0, 8533.0, 8582.0, 8535.0, 8571.0, 8531.0, 8540.0, 8549.0, 8546.0, 8552.0, 8535.0, 8547.0, 8531.0, 8565.0, 8555.0, 8562.0, 8551.0, 8547.0, 8546.0, 8530.0, 8545.0, 8541.0, 8564.0, 8549.0, 8580.0, 8550.0, 8546.0, 8548.0, 8566.0, 8552.0, 8533.0, 8548.0, 8546.0, 8546.0, 8532.0, 8561.0, 8539.0, 8567.0, 8555.0, 8567.0, 8568.0, 8553.0, 8566.0, 8554.0, 8588.0, 8560.0, 8568.0, 8576.0, 8553.0, 8552.0, 8553.0, 8572.0, 8560.0, 8599.0, 8578.0, 8571.0, 8571.0, 8555.0, 8576.0, 8561.0, 8584.0, 8577.0, 8571.0, 8558.0, 8557.0, 8596.0, 8579.0, 8595.0, 8555.0, 8534.0, 8577.0, 8615.0, 8609.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0006179754601226993</td></tr>
<tr><td colspan=3>aqi</td><td>0.023480084969325153</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.78971368242706</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2159545800921665</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838109835330258</td></tr>
<tr><td colspan=3>efc</td><td>0.492</td></tr>
<tr><td colspan=3>fber</td><td>6171.1768</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08791667556712965</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.914110429447853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.382530626869519</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2742997639582865</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6110551195657767</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.262236997084494</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172543</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008125007152557373</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028411654755473137</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>652</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.240180939066734</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.8465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2636</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.932</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292115.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>715.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.9518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0983</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.1772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3001.5032</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>739.5867</td></tr>
<tr><td colspan=3>tsnr</td><td>40.07284606737085</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>