ds005256-mriqc/sub-0103_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter e6b5544758 [DATALAD RUNCMD] Compute MRIQC for sub-0103
=== 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-0103 --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-0103",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:04 +02:00

616 lines
No EOL
105 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-0103_ses-04_task-social_acq-mb8_run-05_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-0103_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0103_suffix-bold_task-social" 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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-05_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-0103/ses-04/func/sub-0103_ses-04_task-social_acq-mb8_run-05_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>0706b9e75f6b269933f43e749222c89e</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>21:42:9.080000</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.999816, 0.00832887, 0.0172786, -0.00488608, 0.98168, -0.190473]</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.259</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-05_task-social_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.0823094</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7714, -7279, 223, -125, -265, -102, 103]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>723e89c9-9b63-4cca-835a-4ea85fa08839||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.6824333667755127, -0.013108983635902405, 0.050080910325050354, 115.06657409667969], [-0.022345736622810364, 2.6337764263153076, -0.5139544010162354, -94.5119400024414], [0.04635722190141678, 0.5110250115394592, 2.6501588821411133, -116.87019348144531], [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, 872]</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, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['214209.080000', '214209.540000', '214210.000000', '214210.460000', '214210.920000', '214211.380000', '214211.840000', '214212.300000', '214212.760000', '214213.220000', '214213.680000', '214214.140000', '214214.600000', '214215.060000', '214215.520000', '214215.980000', '214216.440000', '214216.900000', '214217.360000', '214217.820000', '214218.280000', '214218.740000', '214219.200000', '214219.660000', '214220.120000', '214220.580000', '214221.040000', '214221.500000', '214221.960000', '214222.420000', '214222.880000', '214223.340000', '214223.800000', '214224.260000', '214224.720000', '214225.180000', '214225.640000', '214226.100000', '214226.560000', '214227.020000', '214227.480000', '214227.940000', '214228.400000', '214228.860000', '214229.320000', '214229.780000', '214230.240000', '214230.700000', '214231.160000', '214231.620000', '214232.080000', '214232.540000', '214233.000000', '214233.460000', '214233.920000', '214234.380000', '214234.840000', '214235.300000', '214235.760000', '214236.220000', '214236.680000', '214237.140000', '214237.600000', '214238.060000', '214238.520000', '214238.980000', '214239.440000', '214239.900000', '214240.360000', '214240.820000', '214241.280000', '214241.740000', '214242.200000', '214242.660000', '214243.120000', '214243.580000', '214244.040000', '214244.500000', '214244.960000', '214245.420000', '214245.880000', '214246.340000', '214246.800000', '214247.260000', '214247.720000', '214248.180000', '214248.640000', '214249.100000', '214249.560000', '214250.020000', '214250.480000', '214250.940000', '214251.400000', '214251.860000', '214252.320000', '214252.780000', '214253.240000', '214253.700000', '214254.160000', '214254.620000', '214255.080000', '214255.540000', '214256.000000', '214256.460000', '214256.920000', '214257.380000', '214257.840000', '214258.300000', '214258.760000', '214259.220000', '214259.680000', '214300.140000', '214300.600000', '214301.060000', '214301.520000', '214301.980000', '214302.440000', '214302.900000', '214303.360000', '214303.820000', '214304.280000', '214304.740000', '214305.200000', '214305.660000', '214306.120000', '214306.580000', '214307.040000', '214307.500000', '214307.960000', '214308.420000', '214308.880000', '214309.340000', '214309.800000', '214310.260000', '214310.720000', '214311.180000', '214311.640000', '214312.100000', '214312.560000', '214313.020000', '214313.480000', '214313.940000', '214314.400000', '214314.860000', '214315.320000', '214315.780000', '214316.240000', '214316.700000', '214317.160000', '214317.620000', '214318.080000', '214318.540000', '214319.000000', '214319.460000', '214319.920000', '214320.380000', '214320.840000', '214321.300000', '214321.760000', '214322.220000', '214322.680000', '214323.140000', '214323.600000', '214324.060000', '214324.520000', '214324.980000', '214325.440000', '214325.900000', '214326.360000', '214326.820000', '214327.280000', '214327.740000', '214328.200000', '214328.660000', '214329.120000', '214329.580000', '214330.040000', '214330.500000', '214330.960000', '214331.420000', '214331.880000', '214332.340000', '214332.800000', '214333.260000', '214333.720000', '214334.180000', '214334.640000', '214335.100000', '214335.560000', '214336.020000', '214336.480000', '214336.940000', '214337.400000', '214337.860000', '214338.320000', '214338.780000', '214339.240000', '214339.700000', '214340.160000', '214340.620000', '214341.080000', '214341.540000', '214342.000000', '214342.460000', '214342.920000', '214343.380000', '214343.840000', '214344.300000', '214344.760000', '214345.220000', '214345.680000', '214346.140000', '214346.600000', '214347.060000', '214347.520000', '214347.980000', '214348.440000', '214348.900000', '214349.360000', '214349.820000', '214350.280000', '214350.740000', '214351.200000', '214351.660000', '214352.120000', '214352.580000', '214353.040000', '214353.500000', '214353.960000', '214354.420000', '214354.880000', '214355.340000', '214355.800000', '214356.260000', '214356.720000', '214357.180000', '214357.640000', '214358.100000', '214358.560000', '214359.020000', '214359.480000', '214359.940000', '214400.400000', '214400.860000', '214401.320000', '214401.780000', '214402.240000', '214402.700000', '214403.160000', '214403.620000', '214404.080000', '214404.540000', '214405.000000', '214405.460000', '214405.920000', '214406.380000', '214406.840000', '214407.300000', '214407.760000', '214408.220000', '214408.680000', '214409.140000', '214409.600000', '214410.060000', '214410.520000', '214410.980000', '214411.440000', '214411.900000', '214412.360000', '214412.820000', '214413.280000', '214413.740000', '214414.200000', '214414.660000', '214415.120000', '214415.580000', '214416.040000', '214416.500000', '214416.960000', '214417.420000', '214417.880000', '214418.340000', '214418.800000', '214419.260000', '214419.720000', '214420.180000', '214420.640000', '214421.100000', '214421.560000', '214422.020000', '214422.480000', '214422.940000', '214423.400000', '214423.860000', '214424.320000', '214424.780000', '214425.240000', '214425.700000', '214426.160000', '214426.620000', '214427.080000', '214427.540000', '214428.000000', '214428.460000', '214428.920000', '214429.380000', '214429.840000', '214430.300000', '214430.760000', '214431.220000', '214431.680000', '214432.140000', '214432.600000', '214433.060000', '214433.520000', '214433.980000', '214434.440000', '214434.900000', '214435.360000', '214435.820000', '214436.280000', '214436.740000', '214437.200000', '214437.660000', '214438.120000', '214438.580000', '214439.040000', '214439.500000', '214439.960000', '214440.420000', '214440.880000', '214441.340000', '214441.800000', '214442.260000', '214442.720000', '214443.180000', '214443.640000', '214444.100000', '214444.560000', '214445.020000', '214445.480000', '214445.940000', '214446.400000', '214446.860000', '214447.320000', '214447.780000', '214448.240000', '214448.700000', '214449.160000', '214449.620000', '214450.080000', '214450.540000', '214451.000000', '214451.460000', '214451.920000', '214452.380000', '214452.840000', '214453.300000', '214453.760000', '214454.220000', '214454.680000', '214455.140000', '214455.600000', '214456.060000', '214456.520000', '214456.980000', '214457.440000', '214457.900000', '214458.360000', '214458.820000', '214459.280000', '214459.740000', '214500.200000', '214500.660000', '214501.120000', '214501.580000', '214502.040000', '214502.500000', '214502.960000', '214503.420000', '214503.880000', '214504.340000', '214504.800000', '214505.260000', '214505.720000', '214506.180000', '214506.640000', '214507.100000', '214507.560000', '214508.020000', '214508.480000', '214508.940000', '214509.400000', '214509.860000', '214510.320000', '214510.780000', '214511.240000', '214511.700000', '214512.160000', '214512.620000', '214513.080000', '214513.540000', '214514.000000', '214514.460000', '214514.920000', '214515.380000', '214515.840000', '214516.300000', '214516.760000', '214517.220000', '214517.680000', '214518.140000', '214518.600000', '214519.060000', '214519.520000', '214519.980000', '214520.440000', '214520.900000', '214521.360000', '214521.820000', '214522.280000', '214522.740000', '214523.200000', '214523.660000', '214524.120000', '214524.580000', '214525.040000', '214525.500000', '214525.960000', '214526.420000', '214526.880000', '214527.340000', '214527.800000', '214528.260000', '214528.720000', '214529.180000', '214529.640000', '214530.100000', '214530.560000', '214531.020000', '214531.480000', '214531.940000', '214532.400000', '214532.860000', '214533.320000', '214533.780000', '214534.240000', '214534.700000', '214535.160000', '214535.620000', '214536.080000', '214536.540000', '214537.000000', '214537.460000', '214537.920000', '214538.380000', '214538.840000', '214539.300000', '214539.760000', '214540.220000', '214540.680000', '214541.140000', '214541.600000', '214542.060000', '214542.520000', '214542.980000', '214543.440000', '214543.900000', '214544.360000', '214544.820000', '214545.280000', '214545.740000', '214546.200000', '214546.660000', '214547.120000', '214547.580000', '214548.040000', '214548.500000', '214548.960000', '214549.420000', '214549.880000', '214550.340000', '214550.800000', '214551.260000', '214551.720000', '214552.180000', '214552.640000', '214553.100000', '214553.560000', '214554.020000', '214554.480000', '214554.940000', '214555.400000', '214555.860000', '214556.320000', '214556.780000', '214557.240000', '214557.700000', '214558.160000', '214558.620000', '214559.080000', '214559.540000', '214600.000000', '214600.460000', '214600.920000', '214601.380000', '214601.840000', '214602.300000', '214602.760000', '214603.220000', '214603.680000', '214604.140000', '214604.600000', '214605.060000', '214605.520000', '214605.980000', '214606.440000', '214606.900000', '214607.360000', '214607.820000', '214608.280000', '214608.740000', '214609.200000', '214609.660000', '214610.120000', '214610.580000', '214611.040000', '214611.500000', '214611.960000', '214612.420000', '214612.880000', '214613.340000', '214613.800000', '214614.260000', '214614.720000', '214615.180000', '214615.640000', '214616.100000', '214616.560000', '214617.020000', '214617.480000', '214617.940000', '214618.400000', '214618.860000', '214619.320000', '214619.780000', '214620.240000', '214620.700000', '214621.160000', '214621.620000', '214622.080000', '214622.540000', '214623.000000', '214623.460000', '214623.920000', '214624.380000', '214624.840000', '214625.300000', '214625.760000', '214626.220000', '214626.680000', '214627.140000', '214627.600000', '214628.060000', '214628.520000', '214628.980000', '214629.440000', '214629.900000', '214630.360000', '214630.820000', '214631.280000', '214631.740000', '214632.200000', '214632.660000', '214633.120000', '214633.580000', '214634.040000', '214634.500000', '214634.960000', '214635.420000', '214635.880000', '214636.340000', '214636.800000', '214637.260000', '214637.720000', '214638.180000', '214638.640000', '214639.100000', '214639.560000', '214640.020000', '214640.480000', '214640.940000', '214641.400000', '214641.860000', '214642.320000', '214642.780000', '214643.240000', '214643.700000', '214644.160000', '214644.620000', '214645.080000', '214645.540000', '214646.000000', '214646.460000', '214646.920000', '214647.380000', '214647.840000', '214648.300000', '214648.760000', '214649.220000', '214649.680000', '214650.140000', '214650.600000', '214651.060000', '214651.520000', '214651.980000', '214652.440000', '214652.900000', '214653.360000', '214653.820000', '214654.280000', '214654.740000', '214655.200000', '214655.660000', '214656.120000', '214656.580000', '214657.040000', '214657.500000', '214657.960000', '214658.420000', '214658.880000', '214659.340000', '214659.800000', '214700.260000', '214700.720000', '214701.180000', '214701.640000', '214702.100000', '214702.560000', '214703.020000', '214703.480000', '214703.940000', '214704.400000', '214704.860000', '214705.320000', '214705.780000', '214706.240000', '214706.700000', '214707.160000', '214707.620000', '214708.080000', '214708.540000', '214709.000000', '214709.460000', '214709.920000', '214710.380000', '214710.840000', '214711.300000', '214711.760000', '214712.220000', '214712.680000', '214713.140000', '214713.600000', '214714.060000', '214714.520000', '214714.980000', '214715.440000', '214715.900000', '214716.360000', '214716.820000', '214717.280000', '214717.740000', '214718.200000', '214718.660000', '214719.120000', '214719.580000', '214720.040000', '214720.500000', '214720.960000', '214721.420000', '214721.880000', '214722.340000', '214722.800000', '214723.260000', '214723.720000', '214724.180000', '214724.640000', '214725.100000', '214725.560000', '214726.020000', '214726.480000', '214726.940000', '214727.400000', '214727.860000', '214728.320000', '214728.780000', '214729.240000', '214729.700000', '214730.160000', '214730.620000', '214731.080000', '214731.540000', '214732.000000', '214732.460000', '214732.920000', '214733.380000', '214733.840000', '214734.300000', '214734.760000', '214735.220000', '214735.680000', '214736.140000', '214736.600000', '214737.060000', '214737.520000', '214737.980000', '214738.440000', '214738.900000', '214739.360000', '214739.820000', '214740.280000', '214740.740000', '214741.200000', '214741.660000', '214742.120000', '214742.580000', '214743.040000', '214743.500000', '214743.960000', '214744.420000', '214744.880000', '214745.340000', '214745.800000', '214746.260000', '214746.720000', '214747.180000', '214747.640000', '214748.100000', '214748.560000', '214749.020000', '214749.480000', '214749.940000', '214750.400000', '214750.860000', '214751.320000', '214751.780000', '214752.240000', '214752.700000', '214753.160000', '214753.620000', '214754.080000', '214754.540000', '214755.000000', '214755.460000', '214755.920000', '214756.380000', '214756.840000', '214757.300000', '214757.760000', '214758.220000', '214758.680000', '214759.140000', '214759.600000', '214800.060000', '214800.520000', '214800.980000', '214801.440000', '214801.900000', '214802.360000', '214802.820000', '214803.280000', '214803.740000', '214804.200000', '214804.660000', '214805.120000', '214805.580000', '214806.040000', '214806.500000', '214806.960000', '214807.420000', '214807.880000', '214808.340000', '214808.800000', '214809.260000', '214809.720000', '214810.180000', '214810.640000', '214811.100000', '214811.560000', '214812.020000', '214812.480000', '214812.940000', '214813.400000', '214813.860000', '214814.320000', '214814.780000', '214815.240000', '214815.700000', '214816.160000', '214816.620000', '214817.080000', '214817.540000', '214818.000000', '214818.460000', '214818.920000', '214819.380000', '214819.840000', '214820.300000', '214820.760000', '214821.220000', '214821.680000', '214822.140000', '214822.600000', '214823.060000', '214823.520000', '214823.980000', '214824.440000', '214824.900000', '214825.360000', '214825.820000', '214826.280000', '214826.740000', '214827.200000', '214827.660000', '214828.120000', '214828.580000', '214829.040000', '214829.500000', '214829.960000', '214830.420000', '214830.880000', '214831.340000', '214831.800000', '214832.260000', '214832.720000', '214833.180000', '214833.640000', '214834.100000', '214834.560000', '214835.020000', '214835.480000', '214835.940000', '214836.400000', '214836.860000', '214837.320000', '214837.780000', '214838.240000', '214838.700000', '214839.160000', '214839.620000', '214840.080000', '214840.540000', '214841.000000', '214841.460000', '214841.920000', '214842.380000', '214842.840000', '214843.300000', '214843.760000', '214844.220000', '214844.680000', '214845.140000', '214845.600000', '214846.060000', '214846.520000', '214846.980000', '214847.440000', '214847.900000', '214848.360000', '214848.820000', '214849.280000', '214849.740000'], 'ContentTime': ['214231.663000', '214231.666000', '214231.668000', '214231.671000', '214231.674000', '214231.676000', '214231.679000', '214231.682000', '214231.684000', '214231.693000', '214231.696000', '214231.699000', '214231.701000', '214231.704000', '214231.707000', '214231.709000', '214231.712000', '214231.714000', '214231.717000', '214231.720000', '214231.722000', '214231.725000', '214231.727000', '214231.730000', '214231.733000', '214231.735000', '214231.738000', '214231.741000', '214231.744000', '214231.746000', '214231.749000', '214231.751000', '214231.754000', '214231.757000', '214231.759000', '214231.767000', '214231.769000', '214231.772000', '214231.775000', '214231.777000', '214231.780000', '214231.783000', '214231.785000', '214231.788000', '214231.790000', '214231.793000', '214251.627000', '214251.630000', '214251.633000', '214251.636000', '214251.638000', '214251.641000', '214251.644000', '214251.646000', '214251.654000', '214251.657000', '214251.660000', '214251.662000', '214251.665000', '214251.667000', '214251.670000', '214251.673000', '214251.675000', '214251.678000', '214251.680000', '214251.683000', '214251.686000', '214251.688000', '214251.691000', '214251.693000', '214251.696000', '214251.698000', '214251.701000', '214251.703000', '214251.706000', '214251.709000', '214251.711000', '214251.714000', '214251.716000', '214251.719000', '214251.721000', '214251.724000', '214251.726000', '214251.729000', '214251.732000', '214251.734000', '214251.742000', '214251.745000', '214251.748000', '214251.750000', '214311.627000', '214311.630000', '214311.633000', '214311.635000', '214311.638000', '214311.641000', '214311.643000', '214311.646000', '214311.648000', '214311.651000', '214311.654000', '214311.656000', '214311.659000', '214311.661000', '214311.664000', '214311.667000', '214311.669000', '214311.672000', '214311.674000', '214311.677000', '214311.679000', '214311.682000', '214311.685000', '214311.687000', '214311.690000', '214311.692000', '214311.695000', '214311.697000', '214311.700000', '214311.703000', '214311.705000', '214311.708000', '214311.710000', '214311.713000', '214311.715000', '214311.718000', '214311.720000', '214311.723000', '214311.726000', '214311.728000', '214311.731000', '214311.733000', '214311.736000', '214331.628000', '214331.630000', '214331.633000', '214331.636000', '214331.638000', '214331.641000', '214331.643000', '214331.646000', '214331.648000', '214331.651000', '214331.654000', '214331.656000', '214331.659000', '214331.661000', '214331.664000', '214331.666000', '214331.669000', '214331.672000', '214331.674000', '214331.677000', '214331.680000', '214331.682000', '214331.685000', '214331.687000', '214331.690000', '214331.692000', '214331.695000', '214331.698000', '214331.700000', '214331.703000', '214331.705000', '214331.708000', '214331.711000', '214331.713000', '214331.716000', '214331.718000', '214331.738000', '214331.741000', '214331.743000', '214331.746000', '214331.749000', '214331.751000', '214331.754000', '214331.756000', '214351.627000', '214351.630000', '214351.633000', '214351.635000', '214351.638000', '214351.640000', '214351.643000', '214351.646000', '214351.648000', '214351.651000', '214351.653000', '214351.656000', '214351.658000', '214351.661000', '214351.664000', '214351.666000', '214351.669000', '214351.671000', '214351.674000', '214351.676000', '214351.679000', '214351.682000', '214351.684000', '214351.687000', '214351.689000', '214351.692000', '214351.695000', '214351.697000', '214351.700000', '214351.702000', '214351.705000', '214351.707000', '214351.710000', '214351.713000', '214351.715000', '214351.718000', '214351.721000', '214351.723000', '214351.726000', '214351.729000', '214351.731000', '214351.734000', '214351.736000', '214411.628000', '214411.631000', '214411.634000', '214411.636000', '214411.639000', '214411.642000', '214411.644000', '214411.647000', '214411.650000', '214411.652000', '214411.655000', '214411.657000', '214411.660000', '214411.662000', '214411.665000', '214411.668000', '214411.670000', '214411.673000', '214411.677000', '214411.680000', '214411.683000', '214411.685000', '214411.688000', '214411.691000', '214411.694000', '214411.696000', '214411.699000', '214411.701000', '214411.704000', '214411.707000', '214411.710000', '214411.712000', '214411.715000', '214411.728000', '214411.730000', '214411.733000', '214411.735000', '214411.738000', '214411.741000', '214411.743000', '214411.746000', '214411.749000', '214411.751000', '214411.754000', '214431.628000', '214431.631000', '214431.634000', '214431.636000', '214431.639000', '214431.641000', '214431.644000', '214431.647000', '214431.649000', '214431.652000', '214431.654000', '214431.657000', '214431.659000', '214431.662000', '214431.665000', '214431.667000', '214431.670000', '214431.672000', '214431.675000', '214431.678000', '214431.680000', '214431.683000', '214431.686000', '214431.688000', '214431.691000', '214431.693000', '214431.696000', '214431.698000', '214431.701000', '214431.704000', '214431.706000', '214431.709000', '214431.711000', '214431.714000', '214431.717000', '214431.719000', '214431.722000', '214431.724000', '214431.727000', '214431.729000', '214431.732000', '214431.734000', '214431.737000', '214451.628000', '214451.631000', '214451.634000', '214451.636000', '214451.639000', '214451.641000', '214451.644000', '214451.647000', '214451.649000', '214451.652000', '214451.654000', '214451.657000', '214451.659000', '214451.662000', '214451.665000', '214451.667000', '214451.670000', '214451.672000', '214451.675000', '214451.678000', '214451.680000', '214451.683000', '214451.686000', '214451.688000', '214451.691000', '214451.693000', '214451.696000', '214451.699000', '214451.701000', '214451.704000', '214451.706000', '214451.709000', '214451.711000', '214451.714000', '214451.716000', '214451.719000', '214451.722000', '214451.724000', '214451.727000', '214451.729000', '214451.732000', '214451.735000', '214451.737000', '214511.628000', '214511.630000', '214511.633000', '214511.636000', '214511.638000', '214511.641000', '214511.643000', '214511.646000', '214511.648000', '214511.651000', '214511.654000', '214511.656000', '214511.659000', '214511.661000', '214511.664000', '214511.666000', '214511.669000', '214511.671000', '214511.685000', '214511.688000', '214511.690000', '214511.693000', '214511.695000', '214511.698000', '214511.700000', '214511.703000', '214511.706000', '214511.708000', '214511.711000', '214511.713000', '214511.716000', '214511.718000', '214511.721000', '214511.724000', '214511.726000', '214511.729000', '214511.732000', '214511.734000', '214511.737000', '214511.740000', '214511.742000', '214511.745000', '214511.747000', '214511.750000', '214531.627000', '214531.630000', '214531.633000', '214531.636000', '214531.638000', '214531.641000', '214531.643000', '214531.646000', '214531.648000', '214531.651000', '214531.654000', '214531.656000', '214531.660000', '214531.663000', '214531.666000', '214531.668000', '214531.671000', '214531.673000', '214531.676000', '214531.679000', '214531.681000', '214531.684000', '214531.686000', '214531.689000', '214531.691000', '214531.694000', '214531.696000', '214531.699000', '214531.702000', '214531.704000', '214531.707000', '214531.709000', '214531.712000', '214531.715000', '214531.717000', '214531.720000', '214531.722000', '214531.725000', '214531.727000', '214531.730000', '214531.733000', '214531.735000', '214531.738000', '214531.740000', '214551.627000', '214551.630000', '214551.633000', '214551.636000', '214551.638000', '214551.641000', '214551.644000', '214551.646000', '214551.649000', '214551.651000', '214551.654000', '214551.656000', '214551.659000', '214551.661000', '214551.664000', '214551.667000', '214551.669000', '214551.672000', '214551.675000', '214551.677000', '214551.680000', '214551.682000', '214551.685000', '214551.687000', '214551.690000', '214551.693000', '214551.695000', '214551.698000', '214551.700000', '214551.703000', '214551.706000', '214551.708000', '214551.711000', '214551.713000', '214551.716000', '214551.718000', '214551.721000', '214551.723000', '214551.726000', '214551.729000', '214551.731000', '214551.734000', '214551.736000', '214611.628000', '214611.631000', '214611.633000', '214611.636000', '214611.639000', '214611.642000', '214611.644000', '214611.647000', '214611.650000', '214611.652000', '214611.655000', '214611.657000', '214611.660000', '214611.663000', '214611.665000', '214611.668000', '214611.670000', '214611.673000', '214611.675000', '214611.678000', '214611.681000', '214611.683000', '214611.686000', '214611.688000', '214611.691000', '214611.693000', '214611.696000', '214611.699000', '214611.701000', '214611.704000', '214611.706000', '214611.709000', '214611.712000', '214611.714000', '214611.717000', '214611.719000', '214611.722000', '214611.725000', '214611.727000', '214611.730000', '214611.732000', '214611.735000', '214611.737000', '214611.740000', '214631.628000', '214631.631000', '214631.634000', '214631.636000', '214631.639000', '214631.641000', '214631.644000', '214631.647000', '214631.649000', '214631.652000', '214631.654000', '214631.657000', '214631.660000', '214631.662000', '214631.665000', '214631.667000', '214631.670000', '214631.672000', '214631.675000', '214631.678000', '214631.680000', '214631.683000', '214631.685000', '214631.688000', '214631.690000', '214631.693000', '214631.696000', '214631.698000', '214631.701000', '214631.703000', '214631.706000', '214631.708000', '214631.711000', '214631.714000', '214631.716000', '214631.719000', '214631.721000', '214631.724000', '214631.726000', '214631.729000', '214631.731000', '214631.734000', '214631.747000', '214651.628000', '214651.631000', '214651.634000', '214651.636000', '214651.639000', '214651.641000', '214651.644000', '214651.647000', '214651.649000', '214651.652000', '214651.654000', '214651.657000', '214651.660000', '214651.662000', '214651.665000', '214651.667000', '214651.670000', '214651.672000', '214651.675000', '214651.678000', '214651.680000', '214651.683000', '214651.685000', '214651.688000', '214651.691000', '214651.693000', '214651.696000', '214651.699000', '214651.702000', '214651.705000', '214651.708000', '214651.710000', '214651.713000', '214651.715000', '214651.718000', '214651.721000', '214651.723000', '214651.726000', '214651.728000', '214651.731000', '214651.734000', '214651.736000', '214651.739000', '214711.629000', '214711.632000', '214711.634000', '214711.637000', '214711.639000', '214711.642000', '214711.644000', '214711.647000', '214711.650000', '214711.652000', '214711.655000', '214711.657000', '214711.660000', '214711.663000', '214711.665000', '214711.668000', '214711.671000', '214711.673000', '214711.676000', '214711.678000', '214711.681000', '214711.683000', '214711.686000', '214711.689000', '214711.691000', '214711.694000', '214711.697000', '214711.699000', '214711.702000', '214711.704000', '214711.707000', '214711.710000', '214711.712000', '214711.715000', '214711.717000', '214711.720000', '214711.722000', '214711.725000', '214711.728000', '214711.730000', '214711.733000', '214711.735000', '214711.738000', '214711.741000', '214731.627000', '214731.630000', '214731.633000', '214731.635000', '214731.638000', '214731.641000', '214731.643000', '214731.646000', '214731.648000', '214731.651000', '214731.653000', '214731.656000', '214731.659000', '214731.661000', '214731.664000', '214731.666000', '214731.669000', '214731.672000', '214731.674000', '214731.677000', '214731.680000', '214731.682000', '214731.685000', '214731.687000', '214731.690000', '214731.693000', '214731.695000', '214731.698000', '214731.700000', '214731.703000', '214731.705000', '214731.708000', '214731.711000', '214731.713000', '214731.716000', '214731.719000', '214731.721000', '214731.724000', '214731.726000', '214731.729000', '214731.732000', '214731.734000', '214731.737000', '214751.628000', '214751.630000', '214751.633000', '214751.636000', '214751.638000', '214751.641000', '214751.643000', '214751.646000', '214751.648000', '214751.651000', '214751.653000', '214751.656000', '214751.659000', '214751.661000', '214751.664000', '214751.667000', '214751.669000', '214751.672000', '214751.674000', '214751.677000', '214751.680000', '214751.682000', '214751.685000', '214751.687000', '214751.690000', '214751.694000', '214751.697000', '214751.699000', '214751.702000', '214751.705000', '214751.707000', '214751.710000', '214751.712000', '214751.715000', '214751.718000', '214751.720000', '214751.723000', '214751.725000', '214751.728000', '214751.731000', '214751.733000', '214751.736000', '214751.739000', '214751.741000', '214811.627000', '214811.630000', '214811.633000', '214811.635000', '214811.638000', '214811.641000', '214811.643000', '214811.646000', '214811.648000', '214811.660000', '214811.663000', '214811.665000', '214811.668000', '214811.671000', '214811.674000', '214811.677000', '214811.680000', '214811.682000', '214811.685000', '214811.688000', '214811.690000', '214811.693000', '214811.695000', '214811.698000', '214811.700000', '214811.703000', '214811.706000', '214811.708000', '214811.711000', '214811.713000', '214811.716000', '214811.719000', '214811.721000', '214811.724000', '214811.726000', '214811.729000', '214811.732000', '214811.734000', '214811.737000', '214811.740000', '214811.743000', '214811.746000', '214811.748000', '214831.629000', '214831.631000', '214831.634000', '214831.637000', '214831.639000', '214831.642000', '214831.644000', '214831.647000', '214831.650000', '214831.652000', '214831.655000', '214831.657000', '214831.660000', '214831.663000', '214831.665000', '214831.668000', '214831.671000', '214831.673000', '214831.676000', '214831.678000', '214831.681000', '214831.683000', '214831.686000', '214831.689000', '214831.691000', '214831.694000', '214831.697000', '214831.699000', '214831.702000', '214831.704000', '214831.707000', '214831.709000', '214831.712000', '214831.715000', '214831.717000', '214831.720000', '214831.722000', '214831.725000', '214831.728000', '214831.730000', '214831.733000', '214831.735000', '214831.738000', '214831.741000', '214851.237000', '214851.240000', '214851.242000', '214851.245000', '214851.248000', '214851.251000', '214851.253000', '214851.256000', '214851.259000', '214851.262000', '214851.265000', '214851.267000', '214851.270000', '214851.273000', '214851.276000', '214851.279000', '214851.282000', '214851.285000', '214851.288000', '214851.291000', '214851.294000', '214851.297000', '214851.299000', '214851.302000', '214851.305000', '214851.308000', '214851.311000', '214851.314000', '214851.316000', '214851.319000', '214851.322000', '214851.324000', '214851.327000', '214851.330000', '214851.332000', '214851.335000', '214851.338000', '214851.340000', '214851.343000', '214851.346000', '214851.348000', '214851.352000', '214851.356000'], 'InstanceCreationTime': ['214231.663000', '214231.666000', '214231.668000', '214231.671000', '214231.674000', '214231.676000', '214231.679000', '214231.682000', '214231.684000', '214231.693000', '214231.696000', '214231.699000', '214231.701000', '214231.704000', '214231.707000', '214231.709000', '214231.712000', '214231.714000', '214231.717000', '214231.720000', '214231.722000', '214231.725000', '214231.727000', '214231.730000', '214231.733000', '214231.735000', '214231.738000', '214231.741000', '214231.744000', '214231.746000', '214231.749000', '214231.751000', '214231.754000', '214231.757000', '214231.759000', '214231.767000', '214231.769000', '214231.772000', '214231.775000', '214231.777000', '214231.780000', '214231.783000', '214231.785000', '214231.788000', '214231.790000', '214231.793000', '214251.627000', '214251.630000', '214251.633000', '214251.636000', '214251.638000', '214251.641000', '214251.644000', '214251.646000', '214251.654000', '214251.657000', '214251.660000', '214251.662000', '214251.665000', '214251.667000', '214251.670000', '214251.673000', '214251.675000', '214251.678000', '214251.680000', '214251.683000', '214251.686000', '214251.688000', '214251.691000', '214251.693000', '214251.696000', '214251.698000', '214251.701000', '214251.703000', '214251.706000', '214251.709000', '214251.711000', '214251.714000', '214251.716000', '214251.719000', '214251.721000', '214251.724000', '214251.726000', '214251.729000', '214251.732000', '214251.734000', '214251.742000', '214251.745000', '214251.748000', '214251.750000', '214311.627000', '214311.630000', '214311.633000', '214311.635000', '214311.638000', '214311.641000', '214311.643000', '214311.646000', '214311.648000', '214311.651000', '214311.654000', '214311.656000', '214311.659000', '214311.661000', '214311.664000', '214311.667000', '214311.669000', '214311.672000', '214311.674000', '214311.677000', '214311.679000', '214311.682000', '214311.685000', '214311.687000', '214311.690000', '214311.692000', '214311.695000', '214311.697000', '214311.700000', '214311.703000', '214311.705000', '214311.708000', '214311.710000', '214311.713000', '214311.715000', '214311.718000', '214311.720000', '214311.723000', '214311.726000', '214311.728000', '214311.731000', '214311.733000', '214311.736000', '214331.628000', '214331.630000', '214331.633000', '214331.636000', '214331.638000', '214331.641000', '214331.643000', '214331.646000', '214331.648000', '214331.651000', '214331.654000', '214331.656000', '214331.659000', '214331.661000', '214331.664000', '214331.666000', '214331.669000', '214331.672000', '214331.674000', '214331.677000', '214331.680000', '214331.682000', '214331.685000', '214331.687000', '214331.690000', '214331.692000', '214331.695000', '214331.698000', '214331.700000', '214331.703000', '214331.705000', '214331.708000', '214331.711000', '214331.713000', '214331.716000', '214331.718000', '214331.738000', '214331.741000', '214331.743000', '214331.746000', '214331.749000', '214331.751000', '214331.754000', '214331.756000', '214351.627000', '214351.630000', '214351.633000', '214351.635000', '214351.638000', '214351.640000', '214351.643000', '214351.646000', '214351.648000', '214351.651000', '214351.653000', '214351.656000', '214351.658000', '214351.661000', '214351.664000', '214351.666000', '214351.669000', '214351.671000', '214351.674000', '214351.676000', '214351.679000', '214351.682000', '214351.684000', '214351.687000', '214351.689000', '214351.692000', '214351.695000', '214351.697000', '214351.700000', '214351.702000', '214351.705000', '214351.707000', '214351.710000', '214351.713000', '214351.715000', '214351.718000', '214351.721000', '214351.723000', '214351.726000', '214351.729000', '214351.731000', '214351.734000', '214351.736000', '214411.628000', '214411.631000', '214411.634000', '214411.636000', '214411.639000', '214411.642000', '214411.644000', '214411.647000', '214411.650000', '214411.652000', '214411.655000', '214411.657000', '214411.660000', '214411.662000', '214411.665000', '214411.668000', '214411.670000', '214411.673000', '214411.677000', '214411.680000', '214411.683000', '214411.685000', '214411.688000', '214411.691000', '214411.694000', '214411.696000', '214411.699000', '214411.701000', '214411.704000', '214411.707000', '214411.710000', '214411.712000', '214411.715000', '214411.728000', '214411.730000', '214411.733000', '214411.735000', '214411.738000', '214411.741000', '214411.743000', '214411.746000', '214411.749000', '214411.751000', '214411.754000', '214431.628000', '214431.631000', '214431.634000', '214431.636000', '214431.639000', '214431.641000', '214431.644000', '214431.647000', '214431.649000', '214431.652000', '214431.654000', '214431.657000', '214431.659000', '214431.662000', '214431.665000', '214431.667000', '214431.670000', '214431.672000', '214431.675000', '214431.678000', '214431.680000', '214431.683000', '214431.686000', '214431.688000', '214431.691000', '214431.693000', '214431.696000', '214431.698000', '214431.701000', '214431.704000', '214431.706000', '214431.709000', '214431.711000', '214431.714000', '214431.717000', '214431.719000', '214431.722000', '214431.724000', '214431.727000', '214431.729000', '214431.732000', '214431.734000', '214431.737000', '214451.628000', '214451.631000', '214451.634000', '214451.636000', '214451.639000', '214451.641000', '214451.644000', '214451.647000', '214451.649000', '214451.652000', '214451.654000', '214451.657000', '214451.659000', '214451.662000', '214451.665000', '214451.667000', '214451.670000', '214451.672000', '214451.675000', '214451.678000', '214451.680000', '214451.683000', '214451.686000', '214451.688000', '214451.691000', '214451.693000', '214451.696000', '214451.699000', '214451.701000', '214451.704000', '214451.706000', '214451.709000', '214451.711000', '214451.714000', '214451.716000', '214451.719000', '214451.722000', '214451.724000', '214451.727000', '214451.729000', '214451.732000', '214451.735000', '214451.737000', '214511.628000', '214511.630000', '214511.633000', '214511.636000', '214511.638000', '214511.641000', '214511.643000', '214511.646000', '214511.648000', '214511.651000', '214511.654000', '214511.656000', '214511.659000', '214511.661000', '214511.664000', '214511.666000', '214511.669000', '214511.671000', '214511.685000', '214511.688000', '214511.690000', '214511.693000', '214511.695000', '214511.698000', '214511.700000', '214511.703000', '214511.706000', '214511.708000', '214511.711000', '214511.713000', '214511.716000', '214511.718000', '214511.721000', '214511.724000', '214511.726000', '214511.729000', '214511.732000', '214511.734000', '214511.737000', '214511.740000', '214511.742000', '214511.745000', '214511.747000', '214511.750000', '214531.627000', '214531.630000', '214531.633000', '214531.636000', '214531.638000', '214531.641000', '214531.643000', '214531.646000', '214531.648000', '214531.651000', '214531.654000', '214531.656000', '214531.660000', '214531.663000', '214531.666000', '214531.668000', '214531.671000', '214531.673000', '214531.676000', '214531.679000', '214531.681000', '214531.684000', '214531.686000', '214531.689000', '214531.691000', '214531.694000', '214531.696000', '214531.699000', '214531.702000', '214531.704000', '214531.707000', '214531.709000', '214531.712000', '214531.715000', '214531.717000', '214531.720000', '214531.722000', '214531.725000', '214531.727000', '214531.730000', '214531.733000', '214531.735000', '214531.738000', '214531.740000', '214551.627000', '214551.630000', '214551.633000', '214551.636000', '214551.638000', '214551.641000', '214551.644000', '214551.646000', '214551.649000', '214551.651000', '214551.654000', '214551.656000', '214551.659000', '214551.661000', '214551.664000', '214551.667000', '214551.669000', '214551.672000', '214551.675000', '214551.677000', '214551.680000', '214551.682000', '214551.685000', '214551.687000', '214551.690000', '214551.693000', '214551.695000', '214551.698000', '214551.700000', '214551.703000', '214551.706000', '214551.708000', '214551.711000', '214551.713000', '214551.716000', '214551.718000', '214551.721000', '214551.723000', '214551.726000', '214551.729000', '214551.731000', '214551.734000', '214551.736000', '214611.628000', '214611.631000', '214611.633000', '214611.636000', '214611.639000', '214611.642000', '214611.644000', '214611.647000', '214611.650000', '214611.652000', '214611.655000', '214611.657000', '214611.660000', '214611.663000', '214611.665000', '214611.668000', '214611.670000', '214611.673000', '214611.675000', '214611.678000', '214611.681000', '214611.683000', '214611.686000', '214611.688000', '214611.691000', '214611.693000', '214611.696000', '214611.699000', '214611.701000', '214611.704000', '214611.706000', '214611.709000', '214611.712000', '214611.714000', '214611.717000', '214611.719000', '214611.722000', '214611.725000', '214611.727000', '214611.730000', '214611.732000', '214611.735000', '214611.737000', '214611.740000', '214631.628000', '214631.631000', '214631.634000', '214631.636000', '214631.639000', '214631.641000', '214631.644000', '214631.647000', '214631.649000', '214631.652000', '214631.654000', '214631.657000', '214631.660000', '214631.662000', '214631.665000', '214631.667000', '214631.670000', '214631.672000', '214631.675000', '214631.678000', '214631.680000', '214631.683000', '214631.685000', '214631.688000', '214631.690000', '214631.693000', '214631.696000', '214631.698000', '214631.701000', '214631.703000', '214631.706000', '214631.708000', '214631.711000', '214631.714000', '214631.716000', '214631.719000', '214631.721000', '214631.724000', '214631.726000', '214631.729000', '214631.731000', '214631.734000', '214631.747000', '214651.628000', '214651.631000', '214651.634000', '214651.636000', '214651.639000', '214651.641000', '214651.644000', '214651.647000', '214651.649000', '214651.652000', '214651.654000', '214651.657000', '214651.660000', '214651.662000', '214651.665000', '214651.667000', '214651.670000', '214651.672000', '214651.675000', '214651.678000', '214651.680000', '214651.683000', '214651.685000', '214651.688000', '214651.691000', '214651.693000', '214651.696000', '214651.699000', '214651.702000', '214651.705000', '214651.708000', '214651.710000', '214651.713000', '214651.715000', '214651.718000', '214651.721000', '214651.723000', '214651.726000', '214651.728000', '214651.731000', '214651.734000', '214651.736000', '214651.739000', '214711.629000', '214711.632000', '214711.634000', '214711.637000', '214711.639000', '214711.642000', '214711.644000', '214711.647000', '214711.650000', '214711.652000', '214711.655000', '214711.657000', '214711.660000', '214711.663000', '214711.665000', '214711.668000', '214711.671000', '214711.673000', '214711.676000', '214711.678000', '214711.681000', '214711.683000', '214711.686000', '214711.689000', '214711.691000', '214711.694000', '214711.697000', '214711.699000', '214711.702000', '214711.704000', '214711.707000', '214711.710000', '214711.712000', '214711.715000', '214711.717000', '214711.720000', '214711.722000', '214711.725000', '214711.728000', '214711.730000', '214711.733000', '214711.735000', '214711.738000', '214711.741000', '214731.627000', '214731.630000', '214731.633000', '214731.635000', '214731.638000', '214731.641000', '214731.643000', '214731.646000', '214731.648000', '214731.651000', '214731.653000', '214731.656000', '214731.659000', '214731.661000', '214731.664000', '214731.666000', '214731.669000', '214731.672000', '214731.674000', '214731.677000', '214731.680000', '214731.682000', '214731.685000', '214731.687000', '214731.690000', '214731.693000', '214731.695000', '214731.698000', '214731.700000', '214731.703000', '214731.705000', '214731.708000', '214731.711000', '214731.713000', '214731.716000', '214731.719000', '214731.721000', '214731.724000', '214731.726000', '214731.729000', '214731.732000', '214731.734000', '214731.737000', '214751.628000', '214751.630000', '214751.633000', '214751.636000', '214751.638000', '214751.641000', '214751.643000', '214751.646000', '214751.648000', '214751.651000', '214751.653000', '214751.656000', '214751.659000', '214751.661000', '214751.664000', '214751.667000', '214751.669000', '214751.672000', '214751.674000', '214751.677000', '214751.680000', '214751.682000', '214751.685000', '214751.687000', '214751.690000', '214751.694000', '214751.697000', '214751.699000', '214751.702000', '214751.705000', '214751.707000', '214751.710000', '214751.712000', '214751.715000', '214751.718000', '214751.720000', '214751.723000', '214751.725000', '214751.728000', '214751.731000', '214751.733000', '214751.736000', '214751.739000', '214751.741000', '214811.627000', '214811.630000', '214811.633000', '214811.635000', '214811.638000', '214811.641000', '214811.643000', '214811.646000', '214811.648000', '214811.660000', '214811.663000', '214811.665000', '214811.668000', '214811.671000', '214811.674000', '214811.677000', '214811.680000', '214811.682000', '214811.685000', '214811.688000', '214811.690000', '214811.693000', '214811.695000', '214811.698000', '214811.700000', '214811.703000', '214811.706000', '214811.708000', '214811.711000', '214811.713000', '214811.716000', '214811.719000', '214811.721000', '214811.724000', '214811.726000', '214811.729000', '214811.732000', '214811.734000', '214811.737000', '214811.740000', '214811.743000', '214811.746000', '214811.748000', '214831.629000', '214831.631000', '214831.634000', '214831.637000', '214831.639000', '214831.642000', '214831.644000', '214831.647000', '214831.650000', '214831.652000', '214831.655000', '214831.657000', '214831.660000', '214831.663000', '214831.665000', '214831.668000', '214831.671000', '214831.673000', '214831.676000', '214831.678000', '214831.681000', '214831.683000', '214831.686000', '214831.689000', '214831.691000', '214831.694000', '214831.697000', '214831.699000', '214831.702000', '214831.704000', '214831.707000', '214831.709000', '214831.712000', '214831.715000', '214831.717000', '214831.720000', '214831.722000', '214831.725000', '214831.728000', '214831.730000', '214831.733000', '214831.735000', '214831.738000', '214831.741000', '214851.237000', '214851.240000', '214851.242000', '214851.245000', '214851.248000', '214851.251000', '214851.253000', '214851.256000', '214851.259000', '214851.262000', '214851.265000', '214851.267000', '214851.270000', '214851.273000', '214851.276000', '214851.279000', '214851.282000', '214851.285000', '214851.288000', '214851.291000', '214851.294000', '214851.297000', '214851.299000', '214851.302000', '214851.305000', '214851.308000', '214851.311000', '214851.314000', '214851.316000', '214851.319000', '214851.322000', '214851.324000', '214851.327000', '214851.330000', '214851.332000', '214851.335000', '214851.338000', '214851.340000', '214851.343000', '214851.346000', '214851.348000', '214851.352000', '214851.356000'], '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, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [7559, 7437, 8075, 7041, 8654, 7372, 7031, 7713, 7590, 10216, 8532, 11946, 9141, 9341, 8484, 10206, 12904, 9471, 9047, 7700, 7597, 7395, 7693, 12562, 9266, 11911, 9013, 14047, 9101, 10610, 7656, 8228, 7349, 8544, 7998, 7522, 8812, 7663, 11397, 9510, 8467, 8221, 12573, 8672, 11340, 9237, 10935, 8056, 8855, 7401, 8760, 8392, 7664, 7379, 7553, 8378, 7233, 8426, 7309, 9343, 7427, 7272, 7172, 9045, 6928, 7792, 8068, 6446, 6591, 8115, 7756, 7251, 7995, 11362, 7696, 10324, 7831, 9131, 7198, 8512, 7440, 11256, 8489, 10917, 9514, 7598, 8330, 7931, 10858, 8535, 7466, 8129, 7477, 9046, 13565, 10296, 11931, 7805, 9839, 7247, 9004, 7665, 10352, 8118, 8511, 7777, 7262, 7444, 11161, 10260, 8032, 10709, 7078, 8213, 7250, 7041, 7267, 7811, 7649, 8509, 11533, 7685, 10712, 7423, 8451, 7259, 7878, 7604, 8852, 7769, 10487, 10708, 8002, 12290, 8014, 7306, 7558, 7511, 7819, 7545, 7946, 12565, 10101, 11890, 7803, 9705, 7358, 8686, 7341, 7184, 7122, 7506, 9065, 7604, 11707, 8809, 11347, 7917, 10463, 7721, 9841, 8009, 10153, 7616, 12618, 7407, 9437, 7329, 8396, 7558, 8809, 7461, 10847, 7472, 8829, 7390, 7474, 7800, 9143, 8363, 12205, 11963, 9918, 11863, 7411, 7824, 7430, 8160, 11600, 7777, 8160, 12389, 7547, 7774, 7570, 7112, 7272, 7574, 7249, 8315, 11067, 7226, 8204, 7490, 7250, 7343, 7687, 7356, 7922, 10927, 11209, 9118, 10715, 7354, 8275, 7724, 7762, 11059, 7522, 8985, 7966, 8002, 7398, 7991, 7438, 8349, 7449, 8105, 11580, 9789, 12069, 8142, 11114, 7888, 9750, 12784, 9169, 10016, 7730, 7950, 7479, 7646, 7792, 7337, 7963, 11112, 10409, 8686, 11102, 7775, 7857, 8784, 7558, 7980, 9816, 7396, 7969, 7267, 6932, 7762, 8044, 7793, 8259, 11620, 7868, 8245, 11095, 7677, 8936, 7717, 8549, 11967, 7877, 8729, 12051, 7356, 8058, 7636, 7389, 7868, 8614, 8067, 9864, 8155, 10774, 8207, 10138, 13158, 8896, 9390, 7905, 8005, 7557, 8163, 7527, 8048, 10820, 7779, 8376, 7490, 7725, 7613, 7909, 7314, 8427, 7440, 9116, 7634, 8355, 13104, 8167, 8700, 11485, 7941, 9385, 7385, 8784, 7497, 9455, 11299, 8954, 10172, 7709, 7965, 7666, 8201, 11439, 7773, 8494, 11807, 7700, 7436, 7578, 7144, 7764, 7125, 8006, 7517, 9248, 7740, 9064, 7852, 10964, 8038, 12339, 9298, 13010, 7737, 10564, 8416, 7604, 8991, 7658, 11391, 7816, 10619, 7699, 8294, 7609, 8453, 10985, 7900, 9230, 7522, 8357, 7635, 7688, 7707, 8295, 11430, 8731, 9021, 7526, 8162, 7551, 8135, 7347, 9839, 7695, 9346, 7608, 8424, 12839, 7988, 8743, 10818, 7547, 8866, 7534, 7666, 7405, 8046, 11210, 7351, 8436, 10034, 7506, 8789, 7555, 7550, 7786, 8047, 7522, 8584, 7952, 10435, 7965, 7627, 9192, 7917, 12132, 10224, 7899, 11522, 8324, 13457, 14480, 10959, 12394, 8594, 9318, 7686, 7793, 7836, 8584, 7720, 10163, 8400, 11421, 8064, 7956, 9611, 7395, 8504, 7381, 10771, 14335, 8469, 8734, 11806, 8038, 7210, 7703, 7137, 7840, 7445, 7985, 7500, 7595, 7248, 7930, 8411, 8035, 12119, 8407, 12314, 7208, 8280, 11063, 7973, 10923, 7416, 8401, 7241, 7686, 7337, 7990, 11498, 8784, 8401, 12357, 7405, 7406, 7579, 8028, 7831, 8106, 10959, 7752, 9341, 7623, 7208, 7673, 7319, 7777, 8915, 7939, 9589, 9286, 13427, 8966, 11675, 13107, 8638, 9360, 8959, 7463, 7992, 7744, 8687, 7622, 8936, 7518, 11108, 7228, 7331, 7019, 7336, 8400, 13530, 8576, 7949, 10367, 7415, 8076, 10573, 7409, 8074, 7596, 8435, 10281, 8184, 10231, 8075, 10578, 8312, 9490, 8074, 10797, 8601, 10023, 7613, 8653, 7347, 8126, 7401, 8504, 7551, 8182, 12739, 9591, 11849, 7378, 8942, 7303, 7958, 12443, 7955, 10155, 7313, 7533, 7120, 7531, 6994, 8036, 7269, 9266, 9027, 7365, 11528, 10285, 12847, 13076, 12103, 12689, 9132, 9462, 7296, 10361, 8081, 8402, 7942, 7417, 13086, 10730, 7011, 7372, 7100, 8932, 13135, 8415, 10764, 6723, 7832, 6911, 7633, 7164, 8401, 7589, 9762, 7448, 9082, 8129, 9538, 8526, 12193, 9635, 12490, 7672, 10553, 7949, 9606, 13309, 9956, 11777, 6984, 8191, 7250, 8092, 9837, 7422, 8566, 7350, 7800, 6989, 8170, 7412, 7945, 11060, 7545, 10423, 7584, 7352, 7066, 7020, 7778, 8556, 7338, 11256, 10390, 12173, 11493, 10873, 12896, 8891, 11028, 7634, 11107, 14140, 9772, 12765, 7139, 8541, 6719, 6996, 8016, 7126, 7968, 10867, 8264, 11708, 8009, 10144, 8158, 11063, 8374, 11475, 13375, 10520, 10463, 6754, 8413, 7075, 7897, 11508, 7500, 8347, 7113, 7887, 7323, 8763, 9379, 8454, 10741, 8040, 9653, 7104, 8696, 7490, 7685, 8084, 7392, 9906, 8688, 12425, 8333, 8573, 13551, 8436, 9080, 13535, 7770, 9384, 7176, 8583, 10977, 7402, 7960, 7109, 8220, 6939, 8430, 11950, 7313, 8213, 7386, 7984, 7612, 7545, 7275, 6995, 7169, 7377, 10616, 8535, 13966, 12556, 10642, 12562, 7523, 10822, 8041, 9817, 12839, 8722, 10482, 7533, 7815, 7193, 7862, 7255, 7512, 7671, 8231, 6804, 9746, 6914, 6959, 7303, 7601, 7702, 7235, 9950, 13707, 13727, 9648, 10497, 7459, 7534, 10471, 7799, 10852, 8088, 11954, 10445, 12835, 10107, 11691, 13944, 9084, 9465, 8072, 7843, 8965, 7394, 7234, 7291, 6859, 7405, 7018, 6637, 7131, 7033, 7778, 10967, 12383, 7701, 8738, 9717, 7876, 11477, 7461, 9640, 7733, 8273, 12612, 9051, 11313, 7644, 7601, 7565, 7999, 7533, 8073, 7403, 8320, 7488, 8490, 13067, 8733, 8634, 9239, 7671, 7127, 7532, 7235, 7367, 10436, 7449, 7978, 7066, 7495, 7280, 7446, 10595, 7592, 8249, 7487, 7837, 7506, 7694, 7729, 7196, 7672, 11688, 10054, 11465, 7712, 11331, 13686, 8028, 10708, 7322, 7723, 7287, 7201, 7294, 7423, 6875, 8700, 7504, 9878, 7378, 7740, 13333, 8633, 7925, 10894, 7204, 8240, 7603, 7043, 6445, 6727, 7140, 6566, 7010, 9387, 8691, 7988, 10111, 13451, 8953, 8013, 6535, 7405, 8758, 8434, 6872, 8633, 7510, 7621], 'WindowCenter': [3954.0, 3938.0, 3935.0, 3915.0, 3931.0, 3909.0, 3897.0, 3908.0, 3909.0, 3941.0, 3921.0, 3952.0, 3930.0, 3917.0, 3907.0, 3928.0, 3950.0, 3915.0, 3892.0, 3881.0, 3881.0, 3883.0, 3894.0, 3933.0, 3916.0, 3935.0, 3905.0, 3935.0, 3891.0, 3913.0, 3880.0, 3879.0, 3868.0, 3890.0, 3892.0, 3892.0, 3915.0, 3895.0, 3935.0, 3916.0, 3904.0, 3906.0, 3923.0, 3891.0, 3910.0, 3900.0, 3911.0, 3895.0, 3904.0, 3882.0, 3902.0, 3891.0, 3880.0, 3882.0, 3905.0, 3903.0, 3882.0, 3904.0, 3884.0, 3915.0, 3895.0, 3908.0, 3897.0, 3920.0, 3899.0, 3895.0, 3894.0, 3874.0, 3883.0, 3903.0, 3893.0, 3882.0, 3894.0, 3937.0, 3892.0, 3927.0, 3893.0, 3914.0, 3883.0, 3904.0, 3893.0, 3934.0, 3917.0, 3924.0, 3914.0, 3892.0, 3891.0, 3893.0, 3922.0, 3905.0, 3892.0, 3903.0, 3892.0, 3916.0, 3947.0, 3925.0, 3923.0, 3891.0, 3909.0, 3892.0, 3900.0, 3906.0, 3925.0, 3905.0, 3902.0, 3893.0, 3891.0, 3893.0, 3935.0, 3910.0, 3890.0, 3911.0, 3869.0, 3888.0, 3878.0, 3879.0, 3891.0, 3890.0, 3892.0, 3915.0, 3933.0, 3893.0, 3938.0, 3894.0, 3902.0, 3893.0, 3901.0, 3904.0, 3912.0, 3894.0, 3937.0, 3935.0, 3903.0, 3932.0, 3904.0, 3892.0, 3893.0, 3891.0, 3905.0, 3891.0, 3903.0, 3933.0, 3923.0, 3933.0, 3905.0, 3913.0, 3891.0, 3900.0, 3893.0, 3892.0, 3893.0, 3905.0, 3927.0, 3906.0, 3949.0, 3928.0, 3937.0, 3905.0, 3923.0, 3893.0, 3912.0, 3903.0, 3937.0, 3905.0, 3946.0, 3894.0, 3913.0, 3894.0, 3902.0, 3893.0, 3916.0, 3907.0, 3934.0, 3895.0, 3913.0, 3905.0, 3893.0, 3905.0, 3914.0, 3905.0, 3937.0, 3935.0, 3913.0, 3920.0, 3879.0, 3878.0, 3879.0, 3900.0, 3907.0, 3876.0, 3888.0, 3915.0, 3876.0, 3877.0, 3889.0, 3878.0, 3890.0, 3890.0, 3892.0, 3914.0, 3933.0, 3892.0, 3902.0, 3891.0, 3892.0, 3893.0, 3904.0, 3893.0, 3905.0, 3950.0, 3936.0, 3914.0, 3922.0, 3891.0, 3900.0, 3889.0, 3891.0, 3921.0, 3892.0, 3914.0, 3891.0, 3892.0, 3890.0, 3901.0, 3889.0, 3902.0, 3891.0, 3904.0, 3947.0, 3937.0, 3944.0, 3904.0, 3921.0, 3902.0, 3912.0, 3930.0, 3900.0, 3910.0, 3879.0, 3887.0, 3890.0, 3889.0, 3904.0, 3905.0, 3918.0, 3949.0, 3925.0, 3904.0, 3922.0, 3878.0, 3904.0, 3900.0, 3876.0, 3876.0, 3896.0, 3866.0, 3876.0, 3877.0, 3879.0, 3901.0, 3903.0, 3902.0, 3904.0, 3934.0, 3891.0, 3889.0, 3908.0, 3879.0, 3897.0, 3889.0, 3899.0, 3918.0, 3876.0, 3889.0, 3918.0, 3877.0, 3875.0, 3889.0, 3878.0, 3901.0, 3912.0, 3905.0, 3923.0, 3916.0, 3933.0, 3903.0, 3925.0, 3934.0, 3902.0, 3901.0, 3876.0, 3877.0, 3877.0, 3888.0, 3888.0, 3900.0, 3934.0, 3890.0, 3890.0, 3879.0, 3889.0, 3890.0, 3902.0, 3905.0, 3916.0, 3894.0, 3927.0, 3905.0, 3915.0, 3948.0, 3890.0, 3902.0, 3921.0, 3890.0, 3898.0, 3890.0, 3899.0, 3892.0, 3925.0, 3934.0, 3912.0, 3910.0, 3888.0, 3888.0, 3888.0, 3901.0, 3920.0, 3889.0, 3903.0, 3930.0, 3891.0, 3891.0, 3902.0, 3891.0, 3903.0, 3880.0, 3900.0, 3892.0, 3912.0, 3902.0, 3913.0, 3902.0, 3935.0, 3903.0, 3946.0, 3925.0, 3943.0, 3890.0, 3909.0, 3913.0, 3903.0, 3913.0, 3903.0, 3946.0, 3903.0, 3923.0, 3902.0, 3901.0, 3890.0, 3902.0, 3922.0, 3891.0, 3899.0, 3889.0, 3900.0, 3903.0, 3891.0, 3903.0, 3916.0, 3935.0, 3914.0, 3911.0, 3892.0, 3901.0, 3904.0, 3903.0, 3904.0, 3925.0, 3905.0, 3914.0, 3902.0, 3904.0, 3934.0, 3889.0, 3900.0, 3920.0, 3879.0, 3898.0, 3889.0, 3888.0, 3889.0, 3902.0, 3922.0, 3879.0, 3902.0, 3911.0, 3894.0, 3901.0, 3905.0, 3904.0, 3918.0, 3915.0, 3917.0, 3928.0, 3917.0, 3935.0, 3916.0, 3904.0, 3926.0, 3916.0, 3959.0, 3936.0, 3918.0, 3935.0, 3929.0, 3960.0, 3944.0, 3910.0, 3920.0, 3900.0, 3899.0, 3888.0, 3877.0, 3890.0, 3900.0, 3890.0, 3908.0, 3901.0, 3920.0, 3902.0, 3902.0, 3912.0, 3890.0, 3900.0, 3879.0, 3920.0, 3930.0, 3888.0, 3889.0, 3907.0, 3876.0, 3864.0, 3876.0, 3877.0, 3901.0, 3892.0, 3903.0, 3894.0, 3904.0, 3893.0, 3905.0, 3904.0, 3906.0, 3949.0, 3916.0, 3936.0, 3881.0, 3902.0, 3920.0, 3891.0, 3924.0, 3881.0, 3901.0, 3879.0, 3890.0, 3889.0, 3903.0, 3934.0, 3900.0, 3890.0, 3919.0, 3892.0, 3890.0, 3890.0, 3889.0, 3888.0, 3902.0, 3922.0, 3890.0, 3911.0, 3902.0, 3892.0, 3901.0, 3890.0, 3904.0, 3912.0, 3915.0, 3938.0, 3928.0, 3945.0, 3914.0, 3936.0, 3931.0, 3888.0, 3900.0, 3886.0, 3877.0, 3874.0, 3876.0, 3897.0, 3902.0, 3912.0, 3893.0, 3932.0, 3892.0, 3891.0, 3893.0, 3904.0, 3914.0, 3944.0, 3887.0, 3888.0, 3909.0, 3866.0, 3888.0, 3907.0, 3865.0, 3875.0, 3863.0, 3873.0, 3894.0, 3887.0, 3910.0, 3891.0, 3920.0, 3901.0, 3909.0, 3889.0, 3908.0, 3888.0, 3910.0, 3891.0, 3900.0, 3878.0, 3889.0, 3877.0, 3899.0, 3890.0, 3903.0, 3932.0, 3912.0, 3921.0, 3879.0, 3900.0, 3879.0, 3916.0, 3932.0, 3891.0, 3910.0, 3891.0, 3891.0, 3880.0, 3904.0, 3882.0, 3916.0, 3908.0, 3927.0, 3927.0, 3905.0, 3936.0, 3939.0, 3960.0, 3959.0, 3937.0, 3946.0, 3912.0, 3910.0, 3877.0, 3908.0, 3890.0, 3888.0, 3902.0, 3894.0, 3944.0, 3935.0, 3891.0, 3890.0, 3879.0, 3912.0, 3931.0, 3889.0, 3920.0, 3868.0, 3888.0, 3880.0, 3889.0, 3893.0, 3914.0, 3904.0, 3923.0, 3893.0, 3912.0, 3903.0, 3913.0, 3914.0, 3935.0, 3926.0, 3933.0, 3892.0, 3921.0, 3902.0, 3925.0, 3934.0, 3912.0, 3920.0, 3868.0, 3888.0, 3878.0, 3889.0, 3909.0, 3891.0, 3901.0, 3879.0, 3890.0, 3880.0, 3902.0, 3905.0, 3916.0, 3936.0, 3905.0, 3935.0, 3903.0, 3892.0, 3894.0, 3893.0, 3907.0, 3928.0, 3920.0, 3950.0, 3953.0, 3947.0, 3949.0, 3937.0, 3946.0, 3912.0, 3923.0, 3891.0, 3923.0, 3932.0, 3911.0, 3931.0, 3878.0, 3887.0, 3868.0, 3878.0, 3899.0, 3879.0, 3901.0, 3934.0, 3915.0, 3945.0, 3905.0, 3924.0, 3903.0, 3922.0, 3903.0, 3936.0, 3933.0, 3911.0, 3897.0, 3867.0, 3887.0, 3878.0, 3902.0, 3920.0, 3879.0, 3888.0, 3878.0, 3888.0, 3890.0, 3914.0, 3913.0, 3915.0, 3932.0, 3903.0, 3911.0, 3891.0, 3899.0, 3892.0, 3890.0, 3903.0, 3904.0, 3938.0, 3915.0, 3947.0, 3903.0, 3903.0, 3934.0, 3890.0, 3900.0, 3919.0, 3878.0, 3886.0, 3865.0, 3887.0, 3907.0, 3877.0, 3888.0, 3866.0, 3900.0, 3878.0, 3902.0, 3931.0, 3891.0, 3915.0, 3891.0, 3902.0, 3891.0, 3891.0, 3905.0, 3892.0, 3895.0, 3908.0, 3936.0, 3929.0, 3961.0, 3935.0, 3924.0, 3945.0, 3905.0, 3920.0, 3889.0, 3910.0, 3917.0, 3887.0, 3910.0, 3875.0, 3874.0, 3865.0, 3887.0, 3890.0, 3903.0, 3904.0, 3914.0, 3893.0, 3934.0, 3904.0, 3905.0, 3904.0, 3903.0, 3905.0, 3904.0, 3939.0, 3961.0, 3959.0, 3914.0, 3910.0, 3863.0, 3864.0, 3891.0, 3863.0, 3892.0, 3876.0, 3905.0, 3908.0, 3917.0, 3908.0, 3906.0, 3914.0, 3871.0, 3870.0, 3858.0, 3858.0, 3868.0, 3863.0, 3874.0, 3876.0, 3866.0, 3889.0, 3890.0, 3894.0, 3905.0, 3893.0, 3919.0, 3949.0, 3945.0, 3893.0, 3917.0, 3912.0, 3902.0, 3920.0, 3890.0, 3909.0, 3888.0, 3902.0, 3931.0, 3900.0, 3919.0, 3888.0, 3887.0, 3890.0, 3902.0, 3902.0, 3901.0, 3892.0, 3902.0, 3891.0, 3913.0, 3933.0, 3902.0, 3901.0, 3899.0, 3888.0, 3876.0, 3887.0, 3888.0, 3891.0, 3922.0, 3879.0, 3889.0, 3879.0, 3890.0, 3889.0, 3890.0, 3921.0, 3890.0, 3901.0, 3889.0, 3900.0, 3902.0, 3901.0, 3903.0, 3891.0, 3905.0, 3944.0, 3937.0, 3933.0, 3903.0, 3934.0, 3928.0, 3888.0, 3910.0, 3876.0, 3876.0, 3876.0, 3876.0, 3888.0, 3889.0, 3881.0, 3911.0, 3903.0, 3924.0, 3890.0, 3891.0, 3942.0, 3899.0, 3901.0, 3918.0, 3876.0, 3886.0, 3890.0, 3891.0, 3881.0, 3892.0, 3891.0, 3891.0, 3904.0, 3924.0, 3928.0, 3915.0, 3937.0, 3959.0, 3901.0, 3890.0, 3868.0, 3878.0, 3899.0, 3885.0, 3865.0, 3885.0, 3877.0, 3876.0], 'WindowWidth': [8856.0, 8823.0, 8809.0, 8780.0, 8793.0, 8761.0, 8741.0, 8758.0, 8760.0, 8805.0, 8778.0, 8819.0, 8787.0, 8766.0, 8752.0, 8781.0, 8816.0, 8758.0, 8719.0, 8706.0, 8705.0, 8713.0, 8730.0, 8778.0, 8761.0, 8786.0, 8746.0, 8788.0, 8717.0, 8750.0, 8704.0, 8698.0, 8683.0, 8717.0, 8725.0, 8725.0, 8761.0, 8733.0, 8785.0, 8761.0, 8745.0, 8747.0, 8766.0, 8721.0, 8741.0, 8729.0, 8743.0, 8731.0, 8741.0, 8712.0, 8736.0, 8721.0, 8705.0, 8712.0, 8749.0, 8741.0, 8710.0, 8741.0, 8714.0, 8758.0, 8733.0, 8757.0, 8744.0, 8774.0, 8744.0, 8732.0, 8729.0, 8705.0, 8714.0, 8741.0, 8724.0, 8709.0, 8730.0, 8791.0, 8725.0, 8779.0, 8727.0, 8756.0, 8714.0, 8742.0, 8729.0, 8785.0, 8767.0, 8770.0, 8756.0, 8726.0, 8721.0, 8726.0, 8764.0, 8746.0, 8725.0, 8742.0, 8727.0, 8764.0, 8807.0, 8775.0, 8767.0, 8721.0, 8743.0, 8725.0, 8734.0, 8752.0, 8775.0, 8747.0, 8738.0, 8729.0, 8723.0, 8728.0, 8788.0, 8743.0, 8717.0, 8747.0, 8689.0, 8713.0, 8699.0, 8704.0, 8723.0, 8721.0, 8726.0, 8764.0, 8784.0, 8729.0, 8799.0, 8732.0, 8740.0, 8730.0, 8738.0, 8746.0, 8754.0, 8732.0, 8794.0, 8790.0, 8742.0, 8779.0, 8744.0, 8728.0, 8729.0, 8724.0, 8750.0, 8725.0, 8742.0, 8780.0, 8770.0, 8782.0, 8748.0, 8754.0, 8724.0, 8733.0, 8729.0, 8729.0, 8731.0, 8752.0, 8781.0, 8754.0, 8814.0, 8786.0, 8793.0, 8751.0, 8769.0, 8729.0, 8753.0, 8744.0, 8795.0, 8749.0, 8804.0, 8734.0, 8756.0, 8734.0, 8739.0, 8729.0, 8766.0, 8756.0, 8786.0, 8737.0, 8757.0, 8751.0, 8731.0, 8751.0, 8759.0, 8749.0, 8796.0, 8788.0, 8755.0, 8759.0, 8703.0, 8699.0, 8705.0, 8734.0, 8737.0, 8697.0, 8713.0, 8746.0, 8695.0, 8697.0, 8718.0, 8702.0, 8724.0, 8722.0, 8728.0, 8759.0, 8785.0, 8727.0, 8738.0, 8725.0, 8729.0, 8730.0, 8749.0, 8732.0, 8749.0, 8820.0, 8792.0, 8760.0, 8766.0, 8724.0, 8735.0, 8718.0, 8723.0, 8763.0, 8727.0, 8760.0, 8723.0, 8725.0, 8721.0, 8738.0, 8720.0, 8740.0, 8725.0, 8746.0, 8809.0, 8795.0, 8802.0, 8747.0, 8765.0, 8739.0, 8755.0, 8775.0, 8734.0, 8746.0, 8703.0, 8712.0, 8721.0, 8719.0, 8747.0, 8752.0, 8773.0, 8815.0, 8776.0, 8743.0, 8764.0, 8700.0, 8746.0, 8735.0, 8695.0, 8694.0, 8722.0, 8681.0, 8695.0, 8699.0, 8707.0, 8740.0, 8745.0, 8742.0, 8747.0, 8786.0, 8721.0, 8717.0, 8740.0, 8704.0, 8725.0, 8716.0, 8730.0, 8753.0, 8694.0, 8717.0, 8754.0, 8697.0, 8693.0, 8717.0, 8704.0, 8738.0, 8757.0, 8749.0, 8771.0, 8766.0, 8784.0, 8745.0, 8775.0, 8784.0, 8739.0, 8734.0, 8695.0, 8698.0, 8696.0, 8713.0, 8715.0, 8735.0, 8787.0, 8720.0, 8720.0, 8705.0, 8719.0, 8721.0, 8741.0, 8751.0, 8769.0, 8735.0, 8782.0, 8749.0, 8763.0, 8810.0, 8720.0, 8738.0, 8763.0, 8721.0, 8727.0, 8722.0, 8732.0, 8729.0, 8778.0, 8788.0, 8753.0, 8746.0, 8716.0, 8714.0, 8716.0, 8736.0, 8761.0, 8717.0, 8744.0, 8775.0, 8723.0, 8726.0, 8744.0, 8728.0, 8744.0, 8709.0, 8737.0, 8730.0, 8756.0, 8742.0, 8758.0, 8744.0, 8790.0, 8744.0, 8807.0, 8780.0, 8797.0, 8722.0, 8744.0, 8758.0, 8746.0, 8757.0, 8745.0, 8808.0, 8744.0, 8771.0, 8742.0, 8736.0, 8722.0, 8739.0, 8765.0, 8721.0, 8731.0, 8719.0, 8733.0, 8743.0, 8724.0, 8743.0, 8768.0, 8789.0, 8759.0, 8750.0, 8728.0, 8736.0, 8746.0, 8745.0, 8747.0, 8777.0, 8749.0, 8759.0, 8742.0, 8745.0, 8787.0, 8716.0, 8733.0, 8759.0, 8701.0, 8724.0, 8716.0, 8714.0, 8720.0, 8741.0, 8766.0, 8703.0, 8741.0, 8749.0, 8732.0, 8740.0, 8751.0, 8750.0, 8776.0, 8764.0, 8771.0, 8786.0, 8771.0, 8792.0, 8767.0, 8748.0, 8781.0, 8768.0, 8830.0, 8793.0, 8773.0, 8790.0, 8792.0, 8834.0, 8802.0, 8746.0, 8756.0, 8732.0, 8731.0, 8715.0, 8698.0, 8722.0, 8734.0, 8720.0, 8741.0, 8735.0, 8758.0, 8740.0, 8740.0, 8753.0, 8721.0, 8731.0, 8704.0, 8760.0, 8773.0, 8711.0, 8716.0, 8737.0, 8693.0, 8676.0, 8695.0, 8700.0, 8736.0, 8729.0, 8744.0, 8733.0, 8747.0, 8730.0, 8750.0, 8746.0, 8752.0, 8815.0, 8766.0, 8788.0, 8708.0, 8737.0, 8760.0, 8724.0, 8770.0, 8709.0, 8737.0, 8705.0, 8721.0, 8720.0, 8743.0, 8786.0, 8732.0, 8719.0, 8756.0, 8726.0, 8722.0, 8721.0, 8718.0, 8715.0, 8738.0, 8767.0, 8721.0, 8750.0, 8743.0, 8729.0, 8740.0, 8722.0, 8750.0, 8755.0, 8766.0, 8800.0, 8787.0, 8804.0, 8761.0, 8791.0, 8777.0, 8714.0, 8734.0, 8709.0, 8696.0, 8690.0, 8696.0, 8726.0, 8742.0, 8755.0, 8731.0, 8780.0, 8727.0, 8724.0, 8731.0, 8748.0, 8760.0, 8799.0, 8710.0, 8712.0, 8743.0, 8679.0, 8713.0, 8735.0, 8678.0, 8691.0, 8671.0, 8686.0, 8714.0, 8710.0, 8746.0, 8723.0, 8761.0, 8738.0, 8741.0, 8718.0, 8740.0, 8713.0, 8747.0, 8725.0, 8734.0, 8701.0, 8716.0, 8698.0, 8730.0, 8720.0, 8743.0, 8779.0, 8751.0, 8761.0, 8705.0, 8733.0, 8705.0, 8769.0, 8782.0, 8722.0, 8748.0, 8725.0, 8725.0, 8710.0, 8745.0, 8715.0, 8768.0, 8760.0, 8781.0, 8781.0, 8751.0, 8790.0, 8804.0, 8832.0, 8829.0, 8797.0, 8807.0, 8754.0, 8748.0, 8696.0, 8739.0, 8720.0, 8716.0, 8740.0, 8734.0, 8801.0, 8788.0, 8726.0, 8720.0, 8706.0, 8753.0, 8777.0, 8718.0, 8758.0, 8689.0, 8713.0, 8709.0, 8718.0, 8731.0, 8759.0, 8747.0, 8769.0, 8732.0, 8752.0, 8743.0, 8756.0, 8762.0, 8789.0, 8777.0, 8783.0, 8727.0, 8763.0, 8740.0, 8775.0, 8785.0, 8751.0, 8757.0, 8686.0, 8714.0, 8699.0, 8718.0, 8743.0, 8722.0, 8735.0, 8706.0, 8721.0, 8708.0, 8739.0, 8750.0, 8768.0, 8793.0, 8752.0, 8789.0, 8745.0, 8726.0, 8735.0, 8732.0, 8757.0, 8785.0, 8779.0, 8821.0, 8828.0, 8810.0, 8815.0, 8797.0, 8806.0, 8754.0, 8768.0, 8725.0, 8769.0, 8780.0, 8750.0, 8773.0, 8701.0, 8710.0, 8688.0, 8703.0, 8732.0, 8705.0, 8740.0, 8788.0, 8764.0, 8803.0, 8749.0, 8772.0, 8743.0, 8766.0, 8742.0, 8790.0, 8781.0, 8747.0, 8721.0, 8685.0, 8709.0, 8703.0, 8738.0, 8758.0, 8705.0, 8712.0, 8701.0, 8714.0, 8722.0, 8760.0, 8757.0, 8763.0, 8781.0, 8742.0, 8752.0, 8726.0, 8731.0, 8727.0, 8724.0, 8744.0, 8747.0, 8799.0, 8763.0, 8809.0, 8743.0, 8741.0, 8787.0, 8720.0, 8731.0, 8755.0, 8699.0, 8705.0, 8679.0, 8710.0, 8737.0, 8699.0, 8713.0, 8683.0, 8733.0, 8704.0, 8740.0, 8776.0, 8726.0, 8764.0, 8725.0, 8739.0, 8725.0, 8724.0, 8751.0, 8730.0, 8738.0, 8760.0, 8795.0, 8790.0, 8836.0, 8789.0, 8772.0, 8803.0, 8749.0, 8762.0, 8720.0, 8746.0, 8751.0, 8710.0, 8746.0, 8691.0, 8689.0, 8678.0, 8713.0, 8727.0, 8751.0, 8750.0, 8765.0, 8737.0, 8793.0, 8753.0, 8756.0, 8752.0, 8745.0, 8751.0, 8748.0, 8804.0, 8839.0, 8831.0, 8758.0, 8748.0, 8671.0, 8671.0, 8705.0, 8669.0, 8707.0, 8693.0, 8727.0, 8740.0, 8748.0, 8739.0, 8732.0, 8740.0, 8676.0, 8673.0, 8654.0, 8654.0, 8668.0, 8672.0, 8690.0, 8697.0, 8683.0, 8720.0, 8722.0, 8739.0, 8755.0, 8734.0, 8777.0, 8814.0, 8804.0, 8730.0, 8767.0, 8754.0, 8740.0, 8762.0, 8722.0, 8745.0, 8715.0, 8739.0, 8780.0, 8735.0, 8756.0, 8716.0, 8712.0, 8722.0, 8741.0, 8741.0, 8739.0, 8729.0, 8741.0, 8725.0, 8758.0, 8787.0, 8740.0, 8739.0, 8731.0, 8716.0, 8698.0, 8713.0, 8716.0, 8726.0, 8770.0, 8705.0, 8720.0, 8705.0, 8721.0, 8719.0, 8722.0, 8766.0, 8722.0, 8739.0, 8720.0, 8738.0, 8743.0, 8739.0, 8747.0, 8729.0, 8753.0, 8803.0, 8797.0, 8786.0, 8745.0, 8787.0, 8771.0, 8714.0, 8747.0, 8695.0, 8695.0, 8699.0, 8699.0, 8719.0, 8719.0, 8712.0, 8754.0, 8746.0, 8774.0, 8724.0, 8724.0, 8796.0, 8731.0, 8740.0, 8755.0, 8698.0, 8710.0, 8725.0, 8731.0, 8718.0, 8731.0, 8729.0, 8729.0, 8750.0, 8779.0, 8788.0, 8766.0, 8796.0, 8829.0, 8738.0, 8720.0, 8688.0, 8703.0, 8731.0, 8704.0, 8680.0, 8706.0, 8701.0, 8697.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.0017648450057405282</td></tr>
<tr><td colspan=3>aqi</td><td>0.03566675166475316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.49076029455167</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2077448466206888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0157246196781613</td></tr>
<tr><td colspan=3>efc</td><td>0.4615</td></tr>
<tr><td colspan=3>fber</td><td>5579.5005</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16764375780817853</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>250</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.70264064293915</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6166184781954</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6249764828702293</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6880456631847247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5368332885312452</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011250696144998074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017962465062737465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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>3.9782771070193714</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>28.091</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0873</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.0669</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.1757</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7589</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.4157</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3160.5041</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.5753</td></tr>
<tr><td colspan=3>tsnr</td><td>35.38583414279856</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>