ds005256-mriqc/sub-0103_ses-04_task-social_acq-mb8_run-01_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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-01_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-01_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>e2f4caf5072854f703b275aad23ba093</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:10:32.430000</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-01_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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</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>10f33d5d-2e84-42bb-9081-696c3ba440af||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': ['211032.430000', '211032.890000', '211033.350000', '211033.810000', '211034.270000', '211034.730000', '211035.190000', '211035.650000', '211036.110000', '211036.570000', '211037.030000', '211037.490000', '211037.950000', '211038.410000', '211038.870000', '211039.330000', '211039.790000', '211040.250000', '211040.710000', '211041.170000', '211041.630000', '211042.090000', '211042.550000', '211043.010000', '211043.470000', '211043.930000', '211044.390000', '211044.850000', '211045.310000', '211045.770000', '211046.230000', '211046.690000', '211047.150000', '211047.610000', '211048.070000', '211048.530000', '211048.990000', '211049.450000', '211049.910000', '211050.370000', '211050.830000', '211051.290000', '211051.750000', '211052.210000', '211052.670000', '211053.130000', '211053.590000', '211054.050000', '211054.510000', '211054.970000', '211055.430000', '211055.890000', '211056.350000', '211056.810000', '211057.270000', '211057.730000', '211058.190000', '211058.650000', '211059.110000', '211059.570000', '211100.030000', '211100.490000', '211100.950000', '211101.410000', '211101.870000', '211102.330000', '211102.790000', '211103.250000', '211103.710000', '211104.170000', '211104.630000', '211105.090000', '211105.550000', '211106.010000', '211106.470000', '211106.930000', '211107.390000', '211107.850000', '211108.310000', '211108.770000', '211109.230000', '211109.690000', '211110.150000', '211110.610000', '211111.070000', '211111.530000', '211111.990000', '211112.450000', '211112.910000', '211113.370000', '211113.830000', '211114.290000', '211114.750000', '211115.210000', '211115.670000', '211116.130000', '211116.590000', '211117.050000', '211117.510000', '211117.970000', '211118.430000', '211118.890000', '211119.350000', '211119.810000', '211120.270000', '211120.730000', '211121.190000', '211121.650000', '211122.110000', '211122.570000', '211123.030000', '211123.490000', '211123.950000', '211124.410000', '211124.870000', '211125.330000', '211125.790000', '211126.250000', '211126.710000', '211127.170000', '211127.630000', '211128.090000', '211128.550000', '211129.010000', '211129.470000', '211129.930000', '211130.390000', '211130.850000', '211131.310000', '211131.770000', '211132.230000', '211132.690000', '211133.150000', '211133.610000', '211134.070000', '211134.530000', '211134.990000', '211135.450000', '211135.910000', '211136.370000', '211136.830000', '211137.290000', '211137.750000', '211138.210000', '211138.670000', '211139.130000', '211139.590000', '211140.050000', '211140.510000', '211140.970000', '211141.430000', '211141.890000', '211142.350000', '211142.810000', '211143.270000', '211143.730000', '211144.190000', '211144.650000', '211145.110000', '211145.570000', '211146.030000', '211146.490000', '211146.950000', '211147.410000', '211147.870000', '211148.330000', '211148.790000', '211149.250000', '211149.710000', '211150.170000', '211150.630000', '211151.090000', '211151.550000', '211152.010000', '211152.470000', '211152.930000', '211153.390000', '211153.850000', '211154.310000', '211154.770000', '211155.230000', '211155.690000', '211156.150000', '211156.610000', '211157.070000', '211157.530000', '211157.990000', '211158.450000', '211158.910000', '211159.370000', '211159.830000', '211200.290000', '211200.750000', '211201.210000', '211201.670000', '211202.130000', '211202.590000', '211203.050000', '211203.510000', '211203.970000', '211204.430000', '211204.890000', '211205.350000', '211205.810000', '211206.270000', '211206.730000', '211207.190000', '211207.650000', '211208.110000', '211208.570000', '211209.030000', '211209.490000', '211209.950000', '211210.410000', '211210.870000', '211211.330000', '211211.790000', '211212.250000', '211212.710000', '211213.170000', '211213.630000', '211214.090000', '211214.550000', '211215.010000', '211215.470000', '211215.930000', '211216.390000', '211216.850000', '211217.310000', '211217.770000', '211218.230000', '211218.690000', '211219.150000', '211219.610000', '211220.070000', '211220.530000', '211220.990000', '211221.450000', '211221.910000', '211222.370000', '211222.830000', '211223.290000', '211223.750000', '211224.210000', '211224.670000', '211225.130000', '211225.590000', '211226.050000', '211226.510000', '211226.970000', '211227.430000', '211227.890000', '211228.350000', '211228.810000', '211229.270000', '211229.730000', '211230.190000', '211230.650000', '211231.110000', '211231.570000', '211232.030000', '211232.490000', '211232.950000', '211233.410000', '211233.870000', '211234.330000', '211234.790000', '211235.250000', '211235.710000', '211236.170000', '211236.630000', '211237.090000', '211237.550000', '211238.010000', '211238.470000', '211238.930000', '211239.390000', '211239.850000', '211240.310000', '211240.770000', '211241.230000', '211241.690000', '211242.150000', '211242.610000', '211243.070000', '211243.530000', '211243.990000', '211244.450000', '211244.910000', '211245.370000', '211245.830000', '211246.290000', '211246.750000', '211247.210000', '211247.670000', '211248.130000', '211248.590000', '211249.050000', '211249.510000', '211249.970000', '211250.430000', '211250.890000', '211251.350000', '211251.810000', '211252.270000', '211252.730000', '211253.190000', '211253.650000', '211254.110000', '211254.570000', '211255.030000', '211255.490000', '211255.950000', '211256.410000', '211256.870000', '211257.330000', '211257.790000', '211258.250000', '211258.710000', '211259.170000', '211259.630000', '211300.090000', '211300.550000', '211301.010000', '211301.470000', '211301.930000', '211302.390000', '211302.850000', '211303.310000', '211303.770000', '211304.230000', '211304.690000', '211305.150000', '211305.610000', '211306.070000', '211306.530000', '211306.990000', '211307.450000', '211307.910000', '211308.370000', '211308.830000', '211309.290000', '211309.750000', '211310.210000', '211310.670000', '211311.130000', '211311.590000', '211312.050000', '211312.510000', '211312.970000', '211313.430000', '211313.890000', '211314.350000', '211314.810000', '211315.270000', '211315.730000', '211316.190000', '211316.650000', '211317.110000', '211317.570000', '211318.030000', '211318.490000', '211318.950000', '211319.410000', '211319.870000', '211320.330000', '211320.790000', '211321.250000', '211321.710000', '211322.170000', '211322.630000', '211323.090000', '211323.550000', '211324.010000', '211324.470000', '211324.930000', '211325.390000', '211325.850000', '211326.310000', '211326.770000', '211327.230000', '211327.690000', '211328.150000', '211328.610000', '211329.070000', '211329.530000', '211329.990000', '211330.450000', '211330.910000', '211331.370000', '211331.830000', '211332.290000', '211332.750000', '211333.210000', '211333.670000', '211334.130000', '211334.590000', '211335.050000', '211335.510000', '211335.970000', '211336.430000', '211336.890000', '211337.350000', '211337.810000', '211338.270000', '211338.730000', '211339.190000', '211339.650000', '211340.110000', '211340.570000', '211341.030000', '211341.490000', '211341.950000', '211342.410000', '211342.870000', '211343.330000', '211343.790000', '211344.250000', '211344.710000', '211345.170000', '211345.630000', '211346.090000', '211346.550000', '211347.010000', '211347.470000', '211347.930000', '211348.390000', '211348.850000', '211349.310000', '211349.770000', '211350.230000', '211350.690000', '211351.150000', '211351.610000', '211352.070000', '211352.530000', '211352.990000', '211353.450000', '211353.910000', '211354.370000', '211354.830000', '211355.290000', '211355.750000', '211356.210000', '211356.670000', '211357.130000', '211357.590000', '211358.050000', '211358.510000', '211358.970000', '211359.430000', '211359.890000', '211400.350000', '211400.810000', '211401.270000', '211401.730000', '211402.190000', '211402.650000', '211403.110000', '211403.570000', '211404.030000', '211404.490000', '211404.950000', '211405.410000', '211405.870000', '211406.330000', '211406.790000', '211407.250000', '211407.710000', '211408.170000', '211408.630000', '211409.090000', '211409.550000', '211410.010000', '211410.470000', '211410.930000', '211411.390000', '211411.850000', '211412.310000', '211412.770000', '211413.230000', '211413.690000', '211414.150000', '211414.610000', '211415.070000', '211415.530000', '211415.990000', '211416.450000', '211416.910000', '211417.370000', '211417.830000', '211418.290000', '211418.750000', '211419.210000', '211419.670000', '211420.130000', '211420.590000', '211421.050000', '211421.510000', '211421.970000', '211422.430000', '211422.890000', '211423.350000', '211423.810000', '211424.270000', '211424.730000', '211425.190000', '211425.650000', '211426.110000', '211426.570000', '211427.030000', '211427.490000', '211427.950000', '211428.410000', '211428.870000', '211429.330000', '211429.790000', '211430.250000', '211430.710000', '211431.170000', '211431.630000', '211432.090000', '211432.550000', '211433.010000', '211433.470000', '211433.930000', '211434.390000', '211434.850000', '211435.310000', '211435.770000', '211436.230000', '211436.690000', '211437.150000', '211437.610000', '211438.070000', '211438.530000', '211438.990000', '211439.450000', '211439.910000', '211440.370000', '211440.830000', '211441.290000', '211441.750000', '211442.210000', '211442.670000', '211443.130000', '211443.590000', '211444.050000', '211444.510000', '211444.970000', '211445.430000', '211445.890000', '211446.350000', '211446.810000', '211447.270000', '211447.730000', '211448.190000', '211448.650000', '211449.110000', '211449.570000', '211450.030000', '211450.490000', '211450.950000', '211451.410000', '211451.870000', '211452.330000', '211452.790000', '211453.250000', '211453.710000', '211454.170000', '211454.630000', '211455.090000', '211455.550000', '211456.010000', '211456.470000', '211456.930000', '211457.390000', '211457.850000', '211458.310000', '211458.770000', '211459.230000', '211459.690000', '211500.150000', '211500.610000', '211501.070000', '211501.530000', '211501.990000', '211502.450000', '211502.910000', '211503.370000', '211503.830000', '211504.290000', '211504.750000', '211505.210000', '211505.670000', '211506.130000', '211506.590000', '211507.050000', '211507.510000', '211507.970000', '211508.430000', '211508.890000', '211509.350000', '211509.810000', '211510.270000', '211510.730000', '211511.190000', '211511.650000', '211512.110000', '211512.570000', '211513.030000', '211513.490000', '211513.950000', '211514.410000', '211514.870000', '211515.330000', '211515.790000', '211516.250000', '211516.710000', '211517.170000', '211517.630000', '211518.090000', '211518.550000', '211519.010000', '211519.470000', '211519.930000', '211520.390000', '211520.850000', '211521.310000', '211521.770000', '211522.230000', '211522.690000', '211523.150000', '211523.610000', '211524.070000', '211524.530000', '211524.990000', '211525.450000', '211525.910000', '211526.370000', '211526.830000', '211527.290000', '211527.750000', '211528.210000', '211528.670000', '211529.130000', '211529.590000', '211530.050000', '211530.510000', '211530.970000', '211531.430000', '211531.890000', '211532.350000', '211532.810000', '211533.270000', '211533.730000', '211534.190000', '211534.650000', '211535.110000', '211535.570000', '211536.030000', '211536.490000', '211536.950000', '211537.410000', '211537.870000', '211538.330000', '211538.790000', '211539.250000', '211539.710000', '211540.170000', '211540.630000', '211541.090000', '211541.550000', '211542.010000', '211542.470000', '211542.930000', '211543.390000', '211543.850000', '211544.310000', '211544.770000', '211545.230000', '211545.690000', '211546.150000', '211546.610000', '211547.070000', '211547.530000', '211547.990000', '211548.450000', '211548.910000', '211549.370000', '211549.830000', '211550.290000', '211550.750000', '211551.210000', '211551.670000', '211552.130000', '211552.590000', '211553.050000', '211553.510000', '211553.970000', '211554.430000', '211554.890000', '211555.350000', '211555.810000', '211556.270000', '211556.730000', '211557.190000', '211557.650000', '211558.110000', '211558.570000', '211559.030000', '211559.490000', '211559.950000', '211600.410000', '211600.870000', '211601.330000', '211601.790000', '211602.250000', '211602.710000', '211603.170000', '211603.630000', '211604.090000', '211604.550000', '211605.010000', '211605.470000', '211605.930000', '211606.390000', '211606.850000', '211607.310000', '211607.770000', '211608.230000', '211608.690000', '211609.150000', '211609.610000', '211610.070000', '211610.530000', '211610.990000', '211611.450000', '211611.910000', '211612.370000', '211612.830000', '211613.290000', '211613.750000', '211614.210000', '211614.670000', '211615.130000', '211615.590000', '211616.050000', '211616.510000', '211616.970000', '211617.430000', '211617.890000', '211618.350000', '211618.810000', '211619.270000', '211619.730000', '211620.190000', '211620.650000', '211621.110000', '211621.570000', '211622.030000', '211622.490000', '211622.950000', '211623.410000', '211623.870000', '211624.330000', '211624.790000', '211625.250000', '211625.710000', '211626.170000', '211626.630000', '211627.090000', '211627.550000', '211628.010000', '211628.470000', '211628.930000', '211629.390000', '211629.850000', '211630.310000', '211630.770000', '211631.230000', '211631.690000', '211632.150000', '211632.610000', '211633.070000', '211633.530000', '211633.990000', '211634.450000', '211634.910000', '211635.370000', '211635.830000', '211636.290000', '211636.750000', '211637.210000', '211637.670000', '211638.130000', '211638.590000', '211639.050000', '211639.510000', '211639.970000', '211640.430000', '211640.890000', '211641.350000', '211641.810000', '211642.270000', '211642.730000', '211643.190000', '211643.650000', '211644.110000', '211644.570000', '211645.030000', '211645.490000', '211645.950000', '211646.410000', '211646.870000', '211647.330000', '211647.790000', '211648.250000', '211648.710000', '211649.170000', '211649.630000', '211650.090000', '211650.550000', '211651.010000', '211651.470000', '211651.930000', '211652.390000', '211652.850000', '211653.310000', '211653.770000', '211654.230000', '211654.690000', '211655.150000', '211655.610000', '211656.070000', '211656.530000', '211656.990000', '211657.450000', '211657.910000', '211658.370000', '211658.830000', '211659.290000', '211659.750000', '211700.210000', '211700.670000', '211701.130000', '211701.590000', '211702.050000', '211702.510000', '211702.970000', '211703.430000', '211703.890000', '211704.350000', '211704.810000', '211705.270000', '211705.730000', '211706.190000', '211706.650000', '211707.110000', '211707.570000', '211708.030000', '211708.490000', '211708.950000', '211709.410000', '211709.870000', '211710.330000', '211710.790000', '211711.250000', '211711.710000', '211712.170000', '211712.630000', '211713.090000'], 'ContentTime': ['211051.820000', '211051.823000', '211051.826000', '211051.829000', '211051.831000', '211051.839000', '211051.842000', '211051.844000', '211051.847000', '211051.849000', '211051.860000', '211051.863000', '211051.865000', '211051.868000', '211051.871000', '211051.873000', '211051.876000', '211051.878000', '211051.881000', '211051.883000', '211051.886000', '211051.889000', '211051.891000', '211051.894000', '211051.896000', '211051.899000', '211051.902000', '211051.904000', '211051.907000', '211051.909000', '211051.912000', '211051.914000', '211051.917000', '211051.920000', '211051.922000', '211051.925000', '211051.927000', '211051.930000', '211051.938000', '211111.798000', '211111.800000', '211111.815000', '211111.817000', '211111.820000', '211111.822000', '211111.825000', '211111.828000', '211111.830000', '211111.833000', '211111.835000', '211111.838000', '211111.841000', '211111.843000', '211111.846000', '211111.848000', '211111.851000', '211111.853000', '211111.856000', '211111.858000', '211111.861000', '211111.863000', '211111.866000', '211111.868000', '211111.871000', '211111.874000', '211111.876000', '211111.879000', '211111.881000', '211111.884000', '211111.886000', '211111.889000', '211111.891000', '211111.894000', '211111.897000', '211111.899000', '211111.902000', '211111.904000', '211111.907000', '211111.910000', '211111.912000', '211111.915000', '211111.917000', '211131.798000', '211131.801000', '211131.804000', '211131.806000', '211131.809000', '211131.812000', '211131.814000', '211131.817000', '211131.819000', '211131.822000', '211131.824000', '211131.827000', '211131.829000', '211131.832000', '211131.835000', '211131.837000', '211131.840000', '211131.842000', '211131.845000', '211131.847000', '211131.850000', '211131.853000', '211131.855000', '211131.858000', '211131.860000', '211131.863000', '211131.865000', '211131.868000', '211131.871000', '211131.873000', '211131.876000', '211131.878000', '211131.883000', '211131.886000', '211131.889000', '211131.891000', '211131.894000', '211131.896000', '211131.899000', '211131.901000', '211131.904000', '211131.907000', '211131.909000', '211131.912000', '211151.798000', '211151.801000', '211151.804000', '211151.806000', '211151.809000', '211151.812000', '211151.815000', '211151.817000', '211151.820000', '211151.822000', '211151.825000', '211151.828000', '211151.830000', '211151.833000', '211151.836000', '211151.839000', '211151.841000', '211151.844000', '211151.846000', '211151.849000', '211151.852000', '211151.870000', '211151.872000', '211151.875000', '211151.877000', '211151.880000', '211151.883000', '211151.886000', '211151.889000', '211151.892000', '211151.894000', '211151.897000', '211151.899000', '211151.902000', '211151.913000', '211151.916000', '211151.918000', '211151.921000', '211151.923000', '211151.926000', '211151.929000', '211151.931000', '211151.934000', '211211.798000', '211211.801000', '211211.804000', '211211.806000', '211211.809000', '211211.812000', '211211.814000', '211211.817000', '211211.819000', '211211.822000', '211211.824000', '211211.827000', '211211.829000', '211211.832000', '211211.835000', '211211.837000', '211211.840000', '211211.843000', '211211.845000', '211211.848000', '211211.850000', '211211.853000', '211211.855000', '211211.858000', '211211.860000', '211211.863000', '211211.866000', '211211.868000', '211211.871000', '211211.873000', '211211.876000', '211211.879000', '211211.881000', '211211.884000', '211211.886000', '211211.889000', '211211.892000', '211211.894000', '211211.897000', '211211.899000', '211211.902000', '211211.905000', '211211.907000', '211211.910000', '211231.798000', '211231.801000', '211231.804000', '211231.807000', '211231.809000', '211231.812000', '211231.814000', '211231.817000', '211231.820000', '211231.822000', '211231.825000', '211231.827000', '211231.830000', '211231.833000', '211231.835000', '211231.838000', '211231.841000', '211231.843000', '211231.846000', '211231.848000', '211231.851000', '211231.853000', '211231.856000', '211231.859000', '211231.861000', '211231.864000', '211231.866000', '211231.869000', '211231.872000', '211231.874000', '211231.877000', '211231.879000', '211231.882000', '211231.884000', '211231.887000', '211231.890000', '211231.892000', '211231.895000', '211231.897000', '211231.900000', '211231.903000', '211231.905000', '211231.908000', '211251.797000', '211251.800000', '211251.803000', '211251.806000', '211251.809000', '211251.811000', '211251.814000', '211251.817000', '211251.819000', '211251.822000', '211251.824000', '211251.827000', '211251.841000', '211251.843000', '211251.846000', '211251.849000', '211251.851000', '211251.854000', '211251.856000', '211251.859000', '211251.862000', '211251.864000', '211251.867000', '211251.870000', '211251.872000', '211251.875000', '211251.877000', '211251.880000', '211251.883000', '211251.885000', '211251.888000', '211251.891000', '211251.893000', '211251.896000', '211251.898000', '211251.901000', '211251.904000', '211251.906000', '211251.909000', '211251.912000', '211251.914000', '211251.917000', '211251.919000', '211251.922000', '211311.797000', '211311.801000', '211311.803000', '211311.806000', '211311.809000', '211311.811000', '211311.814000', '211311.817000', '211311.819000', '211311.822000', '211311.825000', '211311.827000', '211311.830000', '211311.832000', '211311.835000', '211311.837000', '211311.840000', '211311.843000', '211311.845000', '211311.848000', '211311.850000', '211311.853000', '211311.856000', '211311.858000', '211311.861000', '211311.864000', '211311.866000', '211311.869000', '211311.871000', '211311.874000', '211311.876000', '211311.879000', '211311.882000', '211311.885000', '211311.888000', '211311.891000', '211311.893000', '211311.896000', '211311.899000', '211311.901000', '211311.904000', '211311.906000', '211311.917000', '211331.798000', '211331.801000', '211331.803000', '211331.806000', '211331.808000', '211331.811000', '211331.814000', '211331.816000', '211331.819000', '211331.821000', '211331.824000', '211331.827000', '211331.829000', '211331.832000', '211331.834000', '211331.837000', '211331.840000', '211331.842000', '211331.845000', '211331.848000', '211331.850000', '211331.853000', '211331.855000', '211331.858000', '211331.861000', '211331.863000', '211331.866000', '211331.869000', '211331.871000', '211331.874000', '211331.877000', '211331.879000', '211331.882000', '211331.885000', '211331.887000', '211331.890000', '211331.893000', '211331.895000', '211331.898000', '211331.901000', '211331.903000', '211331.906000', '211331.909000', '211331.911000', '211351.798000', '211351.801000', '211351.804000', '211351.807000', '211351.809000', '211351.812000', '211351.814000', '211351.817000', '211351.820000', '211351.822000', '211351.825000', '211351.828000', '211351.830000', '211351.833000', '211351.835000', '211351.838000', '211351.841000', '211351.843000', '211351.846000', '211351.848000', '211351.851000', '211351.854000', '211351.856000', '211351.859000', '211351.861000', '211351.864000', '211351.866000', '211351.869000', '211351.872000', '211351.874000', '211351.877000', '211351.880000', '211351.882000', '211351.885000', '211351.888000', '211351.890000', '211351.893000', '211351.895000', '211351.898000', '211351.901000', '211351.903000', '211351.906000', '211351.908000', '211411.799000', '211411.801000', '211411.804000', '211411.807000', '211411.809000', '211411.812000', '211411.814000', '211411.817000', '211411.819000', '211411.822000', '211411.825000', '211411.827000', '211411.830000', '211411.832000', '211411.835000', '211411.838000', '211411.840000', '211411.843000', '211411.845000', '211411.848000', '211411.851000', '211411.853000', '211411.856000', '211411.859000', '211411.861000', '211411.864000', '211411.867000', '211411.870000', '211411.873000', '211411.875000', '211411.878000', '211411.881000', '211411.883000', '211411.886000', '211411.888000', '211411.891000', '211411.893000', '211411.902000', '211411.905000', '211411.907000', '211411.910000', '211411.912000', '211411.915000', '211411.917000', '211431.799000', '211431.801000', '211431.804000', '211431.807000', '211431.809000', '211431.812000', '211431.814000', '211431.817000', '211431.820000', '211431.822000', '211431.825000', '211431.827000', '211431.830000', '211431.833000', '211431.835000', '211431.838000', '211431.840000', '211431.843000', '211431.846000', '211431.848000', '211431.851000', '211431.853000', '211431.856000', '211431.859000', '211431.861000', '211431.864000', '211431.866000', '211431.869000', '211431.872000', '211431.874000', '211431.877000', '211431.880000', '211431.882000', '211431.885000', '211431.887000', '211431.890000', '211431.893000', '211431.895000', '211431.898000', '211431.900000', '211431.903000', '211431.906000', '211431.908000', '211451.797000', '211451.800000', '211451.803000', '211451.806000', '211451.808000', '211451.811000', '211451.813000', '211451.816000', '211451.819000', '211451.821000', '211451.824000', '211451.827000', '211451.829000', '211451.832000', '211451.834000', '211451.837000', '211451.839000', '211451.842000', '211451.845000', '211451.847000', '211451.850000', '211451.852000', '211451.855000', '211451.858000', '211451.860000', '211451.863000', '211451.865000', '211451.868000', '211451.870000', '211451.873000', '211451.876000', '211451.878000', '211451.881000', '211451.883000', '211451.886000', '211451.889000', '211451.891000', '211451.894000', '211451.897000', '211451.899000', '211451.902000', '211451.905000', '211451.907000', '211451.910000', '211511.798000', '211511.801000', '211511.803000', '211511.806000', '211511.808000', '211511.811000', '211511.814000', '211511.816000', '211511.819000', '211511.821000', '211511.824000', '211511.827000', '211511.829000', '211511.832000', '211511.834000', '211511.837000', '211511.840000', '211511.842000', '211511.845000', '211511.847000', '211511.850000', '211511.852000', '211511.855000', '211511.858000', '211511.860000', '211511.863000', '211511.865000', '211511.868000', '211511.871000', '211511.873000', '211511.876000', '211511.879000', '211511.881000', '211511.884000', '211511.887000', '211511.889000', '211511.892000', '211511.894000', '211511.897000', '211511.900000', '211511.902000', '211511.905000', '211511.907000', '211531.798000', '211531.800000', '211531.803000', '211531.806000', '211531.808000', '211531.811000', '211531.813000', '211531.816000', '211531.819000', '211531.821000', '211531.824000', '211531.827000', '211531.829000', '211531.832000', '211531.834000', '211531.837000', '211531.839000', '211531.842000', '211531.845000', '211531.847000', '211531.850000', '211531.853000', '211531.855000', '211531.858000', '211531.860000', '211531.863000', '211531.866000', '211531.868000', '211531.871000', '211531.873000', '211531.876000', '211531.879000', '211531.881000', '211531.884000', '211531.886000', '211531.889000', '211531.892000', '211531.894000', '211531.897000', '211531.899000', '211531.902000', '211531.904000', '211531.907000', '211531.910000', '211551.797000', '211551.800000', '211551.803000', '211551.805000', '211551.831000', '211551.834000', '211551.836000', '211551.839000', '211551.841000', '211551.844000', '211551.846000', '211551.849000', '211551.852000', '211551.854000', '211551.857000', '211551.859000', '211551.862000', '211551.865000', '211551.867000', '211551.870000', '211551.872000', '211551.875000', '211551.878000', '211551.880000', '211551.883000', '211551.885000', '211551.888000', '211551.890000', '211551.893000', '211551.895000', '211551.898000', '211551.901000', '211551.903000', '211551.906000', '211551.908000', '211551.911000', '211551.924000', '211551.926000', '211551.929000', '211551.931000', '211551.934000', '211551.937000', '211551.939000', '211611.799000', '211611.801000', '211611.804000', '211611.807000', '211611.809000', '211611.812000', '211611.814000', '211611.817000', '211611.820000', '211611.822000', '211611.825000', '211611.827000', '211611.830000', '211611.833000', '211611.835000', '211611.838000', '211611.840000', '211611.843000', '211611.846000', '211611.848000', '211611.851000', '211611.853000', '211611.856000', '211611.859000', '211611.861000', '211611.864000', '211611.866000', '211611.869000', '211611.872000', '211611.874000', '211611.877000', '211611.879000', '211611.882000', '211611.885000', '211611.887000', '211611.890000', '211611.893000', '211611.895000', '211611.898000', '211611.900000', '211611.903000', '211611.906000', '211611.908000', '211611.911000', '211631.799000', '211631.801000', '211631.804000', '211631.807000', '211631.809000', '211631.812000', '211631.814000', '211631.817000', '211631.820000', '211631.822000', '211631.825000', '211631.827000', '211631.830000', '211631.832000', '211631.835000', '211631.838000', '211631.840000', '211631.843000', '211631.845000', '211631.848000', '211631.851000', '211631.853000', '211631.856000', '211631.858000', '211631.861000', '211631.863000', '211631.866000', '211631.868000', '211631.871000', '211631.874000', '211631.878000', '211631.881000', '211631.883000', '211631.886000', '211631.888000', '211631.891000', '211631.893000', '211631.896000', '211631.899000', '211631.901000', '211631.904000', '211631.907000', '211631.909000', '211651.799000', '211651.801000', '211651.805000', '211651.808000', '211651.810000', '211651.813000', '211651.815000', '211651.818000', '211651.821000', '211651.823000', '211651.826000', '211651.828000', '211651.831000', '211651.834000', '211651.836000', '211651.839000', '211651.841000', '211651.844000', '211651.847000', '211651.849000', '211651.852000', '211651.854000', '211651.857000', '211651.860000', '211651.862000', '211651.865000', '211651.868000', '211651.870000', '211651.873000', '211651.876000', '211651.878000', '211651.881000', '211651.883000', '211651.886000', '211651.889000', '211651.891000', '211651.894000', '211651.896000', '211651.899000', '211651.901000', '211651.904000', '211651.907000', '211651.909000', '211651.912000', '211711.798000', '211711.800000', '211711.803000', '211711.805000', '211711.808000', '211711.811000', '211711.813000', '211711.816000', '211711.818000', '211711.821000', '211711.823000', '211711.826000', '211711.828000', '211711.831000', '211711.834000', '211711.848000', '211711.851000', '211711.853000', '211711.856000', '211711.858000', '211711.861000', '211711.863000', '211711.866000', '211711.868000', '211711.871000', '211711.874000', '211711.876000', '211711.879000', '211711.882000', '211711.884000', '211711.887000', '211711.889000', '211711.892000', '211711.895000', '211711.897000', '211711.900000', '211711.902000', '211711.905000', '211711.908000', '211711.910000', '211711.913000', '211711.915000', '211711.918000', '211714.746000', '211714.749000', '211714.751000', '211714.754000', '211714.757000', '211714.759000', '211714.762000'], 'InstanceCreationTime': ['211051.820000', '211051.823000', '211051.826000', '211051.829000', '211051.831000', '211051.839000', '211051.842000', '211051.844000', '211051.847000', '211051.849000', '211051.860000', '211051.863000', '211051.865000', '211051.868000', '211051.871000', '211051.873000', '211051.876000', '211051.878000', '211051.881000', '211051.883000', '211051.886000', '211051.889000', '211051.891000', '211051.894000', '211051.896000', '211051.899000', '211051.902000', '211051.904000', '211051.907000', '211051.909000', '211051.912000', '211051.914000', '211051.917000', '211051.920000', '211051.922000', '211051.925000', '211051.927000', '211051.930000', '211051.938000', '211111.798000', '211111.800000', '211111.815000', '211111.817000', '211111.820000', '211111.822000', '211111.825000', '211111.828000', '211111.830000', '211111.833000', '211111.835000', '211111.838000', '211111.841000', '211111.843000', '211111.846000', '211111.848000', '211111.851000', '211111.853000', '211111.856000', '211111.858000', '211111.861000', '211111.863000', '211111.866000', '211111.868000', '211111.871000', '211111.874000', '211111.876000', '211111.879000', '211111.881000', '211111.884000', '211111.886000', '211111.889000', '211111.891000', '211111.894000', '211111.897000', '211111.899000', '211111.902000', '211111.904000', '211111.907000', '211111.910000', '211111.912000', '211111.915000', '211111.917000', '211131.798000', '211131.801000', '211131.804000', '211131.806000', '211131.809000', '211131.812000', '211131.814000', '211131.817000', '211131.819000', '211131.822000', '211131.824000', '211131.827000', '211131.829000', '211131.832000', '211131.835000', '211131.837000', '211131.840000', '211131.842000', '211131.845000', '211131.847000', '211131.850000', '211131.853000', '211131.855000', '211131.858000', '211131.860000', '211131.863000', '211131.865000', '211131.868000', '211131.871000', '211131.873000', '211131.876000', '211131.878000', '211131.883000', '211131.886000', '211131.889000', '211131.891000', '211131.894000', '211131.896000', '211131.899000', '211131.901000', '211131.904000', '211131.907000', '211131.909000', '211131.912000', '211151.798000', '211151.801000', '211151.804000', '211151.806000', '211151.809000', '211151.812000', '211151.815000', '211151.817000', '211151.820000', '211151.822000', '211151.825000', '211151.828000', '211151.830000', '211151.833000', '211151.836000', '211151.839000', '211151.841000', '211151.844000', '211151.846000', '211151.849000', '211151.852000', '211151.870000', '211151.872000', '211151.875000', '211151.877000', '211151.880000', '211151.883000', '211151.886000', '211151.889000', '211151.892000', '211151.894000', '211151.897000', '211151.899000', '211151.902000', '211151.913000', '211151.916000', '211151.918000', '211151.921000', '211151.923000', '211151.926000', '211151.929000', '211151.931000', '211151.934000', '211211.798000', '211211.801000', '211211.804000', '211211.806000', '211211.809000', '211211.812000', '211211.814000', '211211.817000', '211211.819000', '211211.822000', '211211.824000', '211211.827000', '211211.829000', '211211.832000', '211211.835000', '211211.837000', '211211.840000', '211211.843000', '211211.845000', '211211.848000', '211211.850000', '211211.853000', '211211.855000', '211211.858000', '211211.860000', '211211.863000', '211211.866000', '211211.868000', '211211.871000', '211211.873000', '211211.876000', '211211.879000', '211211.881000', '211211.884000', '211211.886000', '211211.889000', '211211.892000', '211211.894000', '211211.897000', '211211.899000', '211211.902000', '211211.905000', '211211.907000', '211211.910000', '211231.798000', '211231.801000', '211231.804000', '211231.807000', '211231.809000', '211231.812000', '211231.814000', '211231.817000', '211231.820000', '211231.822000', '211231.825000', '211231.827000', '211231.830000', '211231.833000', '211231.835000', '211231.838000', '211231.841000', '211231.843000', '211231.846000', '211231.848000', '211231.851000', '211231.853000', '211231.856000', '211231.859000', '211231.861000', '211231.864000', '211231.866000', '211231.869000', '211231.872000', '211231.874000', '211231.877000', '211231.879000', '211231.882000', '211231.884000', '211231.887000', '211231.890000', '211231.892000', '211231.895000', '211231.897000', '211231.900000', '211231.903000', '211231.905000', '211231.908000', '211251.797000', '211251.800000', '211251.803000', '211251.806000', '211251.809000', '211251.811000', '211251.814000', '211251.817000', '211251.819000', '211251.822000', '211251.824000', '211251.827000', '211251.841000', '211251.843000', '211251.846000', '211251.849000', '211251.851000', '211251.854000', '211251.856000', '211251.859000', '211251.862000', '211251.864000', '211251.867000', '211251.870000', '211251.872000', '211251.875000', '211251.877000', '211251.880000', '211251.883000', '211251.885000', '211251.888000', '211251.891000', '211251.893000', '211251.896000', '211251.898000', '211251.901000', '211251.904000', '211251.906000', '211251.909000', '211251.912000', '211251.914000', '211251.917000', '211251.919000', '211251.922000', '211311.797000', '211311.801000', '211311.803000', '211311.806000', '211311.809000', '211311.811000', '211311.814000', '211311.817000', '211311.819000', '211311.822000', '211311.825000', '211311.827000', '211311.830000', '211311.832000', '211311.835000', '211311.837000', '211311.840000', '211311.843000', '211311.845000', '211311.848000', '211311.850000', '211311.853000', '211311.856000', '211311.858000', '211311.861000', '211311.864000', '211311.866000', '211311.869000', '211311.871000', '211311.874000', '211311.876000', '211311.879000', '211311.882000', '211311.885000', '211311.888000', '211311.891000', '211311.893000', '211311.896000', '211311.899000', '211311.901000', '211311.904000', '211311.906000', '211311.917000', '211331.798000', '211331.801000', '211331.803000', '211331.806000', '211331.808000', '211331.811000', '211331.814000', '211331.816000', '211331.819000', '211331.821000', '211331.824000', '211331.827000', '211331.829000', '211331.832000', '211331.834000', '211331.837000', '211331.840000', '211331.842000', '211331.845000', '211331.848000', '211331.850000', '211331.853000', '211331.855000', '211331.858000', '211331.861000', '211331.863000', '211331.866000', '211331.869000', '211331.871000', '211331.874000', '211331.877000', '211331.879000', '211331.882000', '211331.885000', '211331.887000', '211331.890000', '211331.893000', '211331.895000', '211331.898000', '211331.901000', '211331.903000', '211331.906000', '211331.909000', '211331.911000', '211351.798000', '211351.801000', '211351.804000', '211351.807000', '211351.809000', '211351.812000', '211351.814000', '211351.817000', '211351.820000', '211351.822000', '211351.825000', '211351.828000', '211351.830000', '211351.833000', '211351.835000', '211351.838000', '211351.841000', '211351.843000', '211351.846000', '211351.848000', '211351.851000', '211351.854000', '211351.856000', '211351.859000', '211351.861000', '211351.864000', '211351.866000', '211351.869000', '211351.872000', '211351.874000', '211351.877000', '211351.880000', '211351.882000', '211351.885000', '211351.888000', '211351.890000', '211351.893000', '211351.895000', '211351.898000', '211351.901000', '211351.903000', '211351.906000', '211351.908000', '211411.799000', '211411.801000', '211411.804000', '211411.807000', '211411.809000', '211411.812000', '211411.814000', '211411.817000', '211411.819000', '211411.822000', '211411.825000', '211411.827000', '211411.830000', '211411.832000', '211411.835000', '211411.838000', '211411.840000', '211411.843000', '211411.845000', '211411.848000', '211411.851000', '211411.853000', '211411.856000', '211411.859000', '211411.861000', '211411.864000', '211411.867000', '211411.870000', '211411.873000', '211411.875000', '211411.878000', '211411.881000', '211411.883000', '211411.886000', '211411.888000', '211411.891000', '211411.893000', '211411.902000', '211411.905000', '211411.907000', '211411.910000', '211411.912000', '211411.915000', '211411.917000', '211431.799000', '211431.801000', '211431.804000', '211431.807000', '211431.809000', '211431.812000', '211431.814000', '211431.817000', '211431.820000', '211431.822000', '211431.825000', '211431.827000', '211431.830000', '211431.833000', '211431.835000', '211431.838000', '211431.840000', '211431.843000', '211431.846000', '211431.848000', '211431.851000', '211431.853000', '211431.856000', '211431.859000', '211431.861000', '211431.864000', '211431.866000', '211431.869000', '211431.872000', '211431.874000', '211431.877000', '211431.880000', '211431.882000', '211431.885000', '211431.887000', '211431.890000', '211431.893000', '211431.895000', '211431.898000', '211431.900000', '211431.903000', '211431.906000', '211431.908000', '211451.797000', '211451.800000', '211451.803000', '211451.806000', '211451.808000', '211451.811000', '211451.813000', '211451.816000', '211451.819000', '211451.821000', '211451.824000', '211451.827000', '211451.829000', '211451.832000', '211451.834000', '211451.837000', '211451.839000', '211451.842000', '211451.845000', '211451.847000', '211451.850000', '211451.852000', '211451.855000', '211451.858000', '211451.860000', '211451.863000', '211451.865000', '211451.868000', '211451.870000', '211451.873000', '211451.876000', '211451.878000', '211451.881000', '211451.883000', '211451.886000', '211451.889000', '211451.891000', '211451.894000', '211451.897000', '211451.899000', '211451.902000', '211451.905000', '211451.907000', '211451.910000', '211511.798000', '211511.801000', '211511.803000', '211511.806000', '211511.808000', '211511.811000', '211511.814000', '211511.816000', '211511.819000', '211511.821000', '211511.824000', '211511.827000', '211511.829000', '211511.832000', '211511.834000', '211511.837000', '211511.840000', '211511.842000', '211511.845000', '211511.847000', '211511.850000', '211511.852000', '211511.855000', '211511.858000', '211511.860000', '211511.863000', '211511.865000', '211511.868000', '211511.871000', '211511.873000', '211511.876000', '211511.879000', '211511.881000', '211511.884000', '211511.887000', '211511.889000', '211511.892000', '211511.894000', '211511.897000', '211511.900000', '211511.902000', '211511.905000', '211511.907000', '211531.798000', '211531.800000', '211531.803000', '211531.806000', '211531.808000', '211531.811000', '211531.813000', '211531.816000', '211531.819000', '211531.821000', '211531.824000', '211531.827000', '211531.829000', '211531.832000', '211531.834000', '211531.837000', '211531.839000', '211531.842000', '211531.845000', '211531.847000', '211531.850000', '211531.853000', '211531.855000', '211531.858000', '211531.860000', '211531.863000', '211531.866000', '211531.868000', '211531.871000', '211531.873000', '211531.876000', '211531.879000', '211531.881000', '211531.884000', '211531.886000', '211531.889000', '211531.892000', '211531.894000', '211531.897000', '211531.899000', '211531.902000', '211531.904000', '211531.907000', '211531.910000', '211551.797000', '211551.800000', '211551.803000', '211551.805000', '211551.831000', '211551.834000', '211551.836000', '211551.839000', '211551.841000', '211551.844000', '211551.846000', '211551.849000', '211551.852000', '211551.854000', '211551.857000', '211551.859000', '211551.862000', '211551.865000', '211551.867000', '211551.870000', '211551.872000', '211551.875000', '211551.878000', '211551.880000', '211551.883000', '211551.885000', '211551.888000', '211551.890000', '211551.893000', '211551.895000', '211551.898000', '211551.901000', '211551.903000', '211551.906000', '211551.908000', '211551.911000', '211551.924000', '211551.926000', '211551.929000', '211551.931000', '211551.934000', '211551.937000', '211551.939000', '211611.799000', '211611.801000', '211611.804000', '211611.807000', '211611.809000', '211611.812000', '211611.814000', '211611.817000', '211611.820000', '211611.822000', '211611.825000', '211611.827000', '211611.830000', '211611.833000', '211611.835000', '211611.838000', '211611.840000', '211611.843000', '211611.846000', '211611.848000', '211611.851000', '211611.853000', '211611.856000', '211611.859000', '211611.861000', '211611.864000', '211611.866000', '211611.869000', '211611.872000', '211611.874000', '211611.877000', '211611.879000', '211611.882000', '211611.885000', '211611.887000', '211611.890000', '211611.893000', '211611.895000', '211611.898000', '211611.900000', '211611.903000', '211611.906000', '211611.908000', '211611.911000', '211631.799000', '211631.801000', '211631.804000', '211631.807000', '211631.809000', '211631.812000', '211631.814000', '211631.817000', '211631.820000', '211631.822000', '211631.825000', '211631.827000', '211631.830000', '211631.832000', '211631.835000', '211631.838000', '211631.840000', '211631.843000', '211631.845000', '211631.848000', '211631.851000', '211631.853000', '211631.856000', '211631.858000', '211631.861000', '211631.863000', '211631.866000', '211631.868000', '211631.871000', '211631.874000', '211631.878000', '211631.881000', '211631.883000', '211631.886000', '211631.888000', '211631.891000', '211631.893000', '211631.896000', '211631.899000', '211631.901000', '211631.904000', '211631.907000', '211631.909000', '211651.799000', '211651.801000', '211651.805000', '211651.808000', '211651.810000', '211651.813000', '211651.815000', '211651.818000', '211651.821000', '211651.823000', '211651.826000', '211651.828000', '211651.831000', '211651.834000', '211651.836000', '211651.839000', '211651.841000', '211651.844000', '211651.847000', '211651.849000', '211651.852000', '211651.854000', '211651.857000', '211651.860000', '211651.862000', '211651.865000', '211651.868000', '211651.870000', '211651.873000', '211651.876000', '211651.878000', '211651.881000', '211651.883000', '211651.886000', '211651.889000', '211651.891000', '211651.894000', '211651.896000', '211651.899000', '211651.901000', '211651.904000', '211651.907000', '211651.909000', '211651.912000', '211711.798000', '211711.800000', '211711.803000', '211711.805000', '211711.808000', '211711.811000', '211711.813000', '211711.816000', '211711.818000', '211711.821000', '211711.823000', '211711.826000', '211711.828000', '211711.831000', '211711.834000', '211711.848000', '211711.851000', '211711.853000', '211711.856000', '211711.858000', '211711.861000', '211711.863000', '211711.866000', '211711.868000', '211711.871000', '211711.874000', '211711.876000', '211711.879000', '211711.882000', '211711.884000', '211711.887000', '211711.889000', '211711.892000', '211711.895000', '211711.897000', '211711.900000', '211711.902000', '211711.905000', '211711.908000', '211711.910000', '211711.913000', '211711.915000', '211711.918000', '211714.746000', '211714.749000', '211714.751000', '211714.754000', '211714.757000', '211714.759000', '211714.762000'], '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': [12243, 14333, 10568, 11282, 6907, 7620, 6505, 7421, 6261, 8014, 7128, 8668, 7053, 7844, 12381, 9150, 8022, 10707, 7303, 7717, 6474, 7551, 7008, 7897, 7278, 9271, 12543, 8057, 7921, 10011, 6906, 7660, 6532, 7239, 8974, 6790, 7648, 10775, 7302, 7554, 6663, 7690, 6690, 7785, 7196, 7680, 11581, 9040, 10862, 7916, 9240, 7509, 8858, 13278, 7890, 8798, 13058, 7585, 7967, 6774, 7514, 6569, 7351, 7287, 7468, 8922, 7488, 9594, 10187, 8574, 10891, 7221, 8268, 8978, 7436, 8224, 7128, 8197, 11350, 8069, 8969, 7400, 7501, 7570, 8237, 6875, 8710, 6915, 7839, 7048, 7807, 12036, 9794, 11028, 9562, 10215, 7311, 8863, 7171, 8459, 12642, 10129, 11712, 7845, 9052, 7154, 8696, 7200, 8101, 11307, 7907, 9648, 7635, 8952, 7811, 8899, 7665, 8600, 6672, 8081, 11694, 7648, 9116, 7286, 7824, 9978, 7118, 7819, 11788, 8062, 9473, 7276, 8105, 7332, 8344, 7519, 9520, 7071, 8980, 7231, 8034, 12422, 8496, 9373, 12781, 7897, 8606, 7412, 7956, 11416, 7976, 9704, 7094, 7925, 6821, 7687, 6749, 9102, 9529, 8885, 10334, 8004, 11584, 7753, 9769, 7252, 8807, 12169, 8345, 10631, 7059, 8202, 6999, 7266, 10662, 8100, 9340, 6969, 8130, 6918, 7830, 10394, 7277, 8533, 6888, 7744, 6748, 7545, 9680, 7785, 9419, 6936, 8137, 10670, 7739, 9089, 7044, 8045, 6745, 8156, 9153, 8077, 9752, 7620, 9787, 7166, 8195, 7116, 8264, 11221, 8484, 9980, 7652, 9244, 7181, 8545, 8736, 8112, 11507, 9556, 9801, 7387, 8417, 7420, 8835, 8915, 9080, 12128, 8650, 9926, 7486, 8486, 7261, 8610, 6857, 9107, 7221, 8422, 7294, 9051, 7100, 8763, 11909, 10403, 11293, 7159, 8467, 7135, 7930, 12124, 8694, 10665, 8053, 8812, 7341, 8512, 6915, 9229, 7075, 8810, 7188, 8575, 7192, 7942, 11558, 10289, 10845, 8008, 9117, 7055, 8831, 7259, 8525, 7337, 8334, 7851, 7910, 9918, 8258, 9556, 7943, 9100, 7257, 8700, 7512, 8900, 8308, 8821, 12403, 8390, 10042, 7570, 8588, 6949, 8559, 7038, 8527, 6797, 8109, 6794, 8130, 8853, 8160, 12006, 8399, 10175, 7689, 9651, 11943, 9518, 10185, 7391, 8636, 7112, 7642, 10579, 6901, 9046, 6976, 8514, 6899, 7465, 10377, 7782, 9884, 6991, 10147, 7242, 8611, 7361, 8192, 11621, 8946, 9225, 11066, 7907, 7797, 6843, 7730, 7096, 7536, 7199, 8024, 6926, 7773, 8212, 7821, 10226, 9463, 10226, 8017, 9660, 7113, 8972, 11546, 8243, 9673, 6787, 7768, 10637, 7080, 8593, 10619, 7922, 7708, 6983, 7141, 7123, 9536, 10361, 9428, 9601, 7001, 8038, 10755, 6834, 8302, 10541, 7738, 9040, 6760, 7523, 6839, 7947, 10539, 8005, 9741, 7323, 7869, 10420, 7830, 8930, 11654, 7576, 9801, 7055, 7883, 7177, 8788, 11626, 7950, 10808, 7540, 8567, 7446, 7335, 9256, 7530, 10144, 7948, 9382, 7512, 7364, 7090, 7738, 10928, 8557, 9856, 7256, 7877, 7191, 7555, 7011, 9603, 11192, 10290, 10027, 7227, 7511, 7202, 7276, 7102, 7671, 7126, 8307, 11472, 8577, 9214, 13343, 7898, 8189, 7529, 10011, 8881, 8404, 11635, 8097, 9795, 7405, 7227, 7511, 10764, 8758, 10764, 8070, 8715, 11580, 8159, 8975, 11927, 8718, 9320, 6885, 7794, 6840, 7519, 7394, 7840, 7209, 7954, 11152, 7513, 10478, 12995, 10482, 11257, 7552, 8267, 7272, 8606, 12033, 8504, 10640, 7207, 8480, 7101, 7532, 7311, 9997, 11419, 9870, 10936, 7509, 7988, 7076, 8488, 11195, 9301, 9399, 6898, 8465, 11436, 8875, 9283, 6942, 8037, 6913, 7515, 7292, 7758, 7238, 7784, 10879, 13228, 9138, 11296, 10616, 8828, 10326, 7450, 8162, 6773, 7799, 12923, 9242, 10878, 7103, 8626, 8359, 7934, 10218, 7249, 8434, 6914, 7013, 7341, 7273, 9787, 7074, 8871, 6827, 8284, 6699, 7555, 7393, 7551, 11075, 8805, 11611, 8170, 10845, 6874, 8526, 7080, 8216, 10632, 10000, 8333, 8272, 11499, 8148, 11039, 8492, 9802, 14332, 8273, 10723, 7352, 8120, 11994, 7774, 9846, 6492, 7305, 6831, 6848, 7879, 6654, 7387, 7010, 7613, 6776, 7920, 6916, 7783, 10876, 8716, 10772, 9319, 11439, 8913, 8920, 7195, 8210, 12041, 8966, 11626, 8598, 9562, 6604, 8384, 7161, 8884, 12685, 9292, 11582, 6751, 8147, 7015, 7868, 12191, 8132, 10631, 6856, 8374, 6977, 7942, 11623, 7708, 8988, 7437, 8273, 7156, 6694, 7261, 7599, 11225, 8464, 10043, 7223, 7966, 11667, 7110, 8251, 12632, 8415, 10389, 6910, 7850, 6910, 7444, 7470, 8223, 7670, 8962, 7006, 8214, 12788, 7714, 10995, 12827, 9769, 10275, 7172, 7730, 10809, 7188, 7765, 11534, 7560, 7619, 7018, 7006, 6796, 7782, 11649, 7379, 8325, 7128, 7590, 6980, 7542, 11198, 9658, 9131, 11795, 8564, 9029, 6980, 7871, 7459, 7727, 13061, 10430, 12071, 8393, 10944, 7274, 8998, 12684, 8520, 11273, 7539, 8480, 7037, 7383, 7581, 7512, 11668, 7986, 11451, 7910, 8958, 7228, 8174, 7736, 9250, 12813, 8556, 11274, 7115, 8177, 7501, 7424, 12012, 7962, 10253, 7397, 7353, 9893, 7450, 9479, 7792, 9865, 7372, 8847, 7456, 8348, 7844, 9874, 7641, 10150, 7367, 8150, 13564, 7789, 11891, 8330, 9984, 7421, 8110, 7282, 7854, 7875, 7480, 11837, 8481, 10949, 7503, 9418, 7572, 8928, 7685, 9315, 10773, 8052, 12331, 7332, 9092, 7791, 9415, 7519, 11089, 6827, 8918, 7430, 8551, 8200, 8625, 12894, 11770, 11865, 7618, 8630, 7506, 8860, 7879, 10621, 7296, 9777, 7157, 8040, 7495, 9127, 13349, 9979, 11110, 8165, 8000, 7222, 7189, 7600, 7281, 9202, 12103, 7831, 8978, 11422, 7282, 8528, 11963, 7539, 9693, 7574, 8142, 7258, 7109, 7447, 7475, 12137, 7780, 11066, 7671, 11897, 7210, 8661, 7326, 7393, 11807, 9399, 8336, 9931, 7619, 7555, 9438, 6660, 7514, 6771, 7117, 7087, 7708, 7400, 9494, 6654, 8429, 6857, 9132, 12284, 8973, 9562, 11705, 7851, 9436, 6879, 7185, 7296, 10451, 12389, 8853, 10707, 7495, 8437, 6976, 7186, 7395, 7245, 8598, 7726, 9965, 8182, 11434, 7322, 10601, 8139, 11038, 7839, 9822, 7148, 8270, 7565, 7695, 12832], 'WindowCenter': [3993.0, 3962.0, 3940.0, 3938.0, 3884.0, 3892.0, 3869.0, 3892.0, 3882.0, 3917.0, 3907.0, 3928.0, 3895.0, 3918.0, 3949.0, 3912.0, 3904.0, 3924.0, 3880.0, 3890.0, 3871.0, 3889.0, 3892.0, 3902.0, 3893.0, 3925.0, 3946.0, 3891.0, 3892.0, 3911.0, 3879.0, 3890.0, 3867.0, 3878.0, 3897.0, 3865.0, 3889.0, 3919.0, 3878.0, 3889.0, 3881.0, 3889.0, 3881.0, 3903.0, 3879.0, 3903.0, 3933.0, 3914.0, 3923.0, 3890.0, 3899.0, 3879.0, 3912.0, 3931.0, 3889.0, 3899.0, 3918.0, 3875.0, 3875.0, 3864.0, 3877.0, 3879.0, 3891.0, 3890.0, 3893.0, 3911.0, 3892.0, 3924.0, 3922.0, 3901.0, 3921.0, 3879.0, 3889.0, 3895.0, 3877.0, 3887.0, 3879.0, 3901.0, 3919.0, 3901.0, 3899.0, 3890.0, 3889.0, 3903.0, 3914.0, 3894.0, 3916.0, 3893.0, 3904.0, 3891.0, 3903.0, 3944.0, 3924.0, 3934.0, 3923.0, 3921.0, 3891.0, 3911.0, 3879.0, 3902.0, 3932.0, 3923.0, 3920.0, 3890.0, 3899.0, 3879.0, 3902.0, 3891.0, 3890.0, 3921.0, 3903.0, 3911.0, 3892.0, 3912.0, 3903.0, 3913.0, 3904.0, 3913.0, 3882.0, 3904.0, 3945.0, 3893.0, 3913.0, 3879.0, 3889.0, 3910.0, 3881.0, 3890.0, 3920.0, 3903.0, 3910.0, 3890.0, 3899.0, 3902.0, 3914.0, 3904.0, 3926.0, 3893.0, 3913.0, 3891.0, 3903.0, 3935.0, 3900.0, 3912.0, 3930.0, 3888.0, 3886.0, 3878.0, 3888.0, 3919.0, 3889.0, 3909.0, 3878.0, 3888.0, 3879.0, 3891.0, 3882.0, 3925.0, 3924.0, 3926.0, 3924.0, 3902.0, 3932.0, 3892.0, 3911.0, 3892.0, 3913.0, 3920.0, 3890.0, 3908.0, 3877.0, 3889.0, 3879.0, 3891.0, 3920.0, 3903.0, 3909.0, 3879.0, 3891.0, 3879.0, 3902.0, 3922.0, 3891.0, 3900.0, 3879.0, 3891.0, 3879.0, 3893.0, 3912.0, 3903.0, 3914.0, 3881.0, 3901.0, 3919.0, 3892.0, 3914.0, 3891.0, 3903.0, 3880.0, 3890.0, 3910.0, 3904.0, 3923.0, 3904.0, 3926.0, 3880.0, 3902.0, 3879.0, 3902.0, 3933.0, 3914.0, 3923.0, 3904.0, 3911.0, 3880.0, 3912.0, 3911.0, 3903.0, 3933.0, 3913.0, 3909.0, 3891.0, 3899.0, 3890.0, 3913.0, 3898.0, 3912.0, 3931.0, 3902.0, 3910.0, 3892.0, 3913.0, 3894.0, 3913.0, 3896.0, 3925.0, 3904.0, 3915.0, 3903.0, 3925.0, 3894.0, 3915.0, 3935.0, 3926.0, 3922.0, 3881.0, 3900.0, 3879.0, 3903.0, 3932.0, 3913.0, 3921.0, 3900.0, 3899.0, 3891.0, 3913.0, 3893.0, 3912.0, 3894.0, 3911.0, 3891.0, 3914.0, 3892.0, 3905.0, 3933.0, 3924.0, 3920.0, 3891.0, 3899.0, 3879.0, 3913.0, 3891.0, 3903.0, 3880.0, 3901.0, 3889.0, 3901.0, 3923.0, 3915.0, 3924.0, 3904.0, 3912.0, 3891.0, 3900.0, 3892.0, 3916.0, 3904.0, 3915.0, 3932.0, 3901.0, 3910.0, 3891.0, 3901.0, 3891.0, 3901.0, 3894.0, 3914.0, 3882.0, 3903.0, 3883.0, 3915.0, 3914.0, 3915.0, 3945.0, 3915.0, 3924.0, 3903.0, 3926.0, 3935.0, 3914.0, 3923.0, 3878.0, 3899.0, 3878.0, 3891.0, 3908.0, 3882.0, 3900.0, 3879.0, 3900.0, 3878.0, 3891.0, 3920.0, 3903.0, 3922.0, 3892.0, 3923.0, 3892.0, 3903.0, 3891.0, 3902.0, 3922.0, 3899.0, 3901.0, 3918.0, 3888.0, 3875.0, 3866.0, 3888.0, 3879.0, 3891.0, 3881.0, 3902.0, 3892.0, 3903.0, 3902.0, 3906.0, 3937.0, 3927.0, 3935.0, 3906.0, 3925.0, 3881.0, 3913.0, 3935.0, 3902.0, 3911.0, 3869.0, 3891.0, 3910.0, 3879.0, 3901.0, 3909.0, 3891.0, 3889.0, 3892.0, 3891.0, 3893.0, 3939.0, 3925.0, 3914.0, 3912.0, 3892.0, 3905.0, 3922.0, 3881.0, 3904.0, 3923.0, 3892.0, 3912.0, 3882.0, 3893.0, 3881.0, 3905.0, 3923.0, 3902.0, 3915.0, 3891.0, 3902.0, 3921.0, 3879.0, 3901.0, 3919.0, 3889.0, 3909.0, 3880.0, 3888.0, 3880.0, 3902.0, 3921.0, 3889.0, 3920.0, 3877.0, 3898.0, 3877.0, 3878.0, 3898.0, 3892.0, 3935.0, 3901.0, 3914.0, 3879.0, 3880.0, 3879.0, 3891.0, 3934.0, 3899.0, 3911.0, 3878.0, 3887.0, 3881.0, 3890.0, 3893.0, 3926.0, 3934.0, 3924.0, 3911.0, 3877.0, 3879.0, 3892.0, 3891.0, 3892.0, 3892.0, 3879.0, 3914.0, 3934.0, 3900.0, 3913.0, 3932.0, 3889.0, 3887.0, 3890.0, 3911.0, 3899.0, 3901.0, 3920.0, 3889.0, 3908.0, 3890.0, 3879.0, 3893.0, 3932.0, 3915.0, 3923.0, 3889.0, 3900.0, 3909.0, 3888.0, 3900.0, 3919.0, 3889.0, 3897.0, 3868.0, 3877.0, 3867.0, 3890.0, 3889.0, 3903.0, 3891.0, 3904.0, 3932.0, 3893.0, 3935.0, 3934.0, 3922.0, 3908.0, 3889.0, 3887.0, 3879.0, 3899.0, 3930.0, 3901.0, 3909.0, 3880.0, 3887.0, 3881.0, 3889.0, 3894.0, 3936.0, 3933.0, 3923.0, 3922.0, 3890.0, 3889.0, 3881.0, 3916.0, 3922.0, 3911.0, 3910.0, 3880.0, 3902.0, 3922.0, 3901.0, 3898.0, 3878.0, 3889.0, 3880.0, 3894.0, 3893.0, 3904.0, 3893.0, 3892.0, 3937.0, 3918.0, 3900.0, 3922.0, 3909.0, 3898.0, 3907.0, 3878.0, 3888.0, 3867.0, 3891.0, 3932.0, 3915.0, 3922.0, 3881.0, 3902.0, 3890.0, 3902.0, 3923.0, 3880.0, 3900.0, 3866.0, 3879.0, 3878.0, 3880.0, 3910.0, 3883.0, 3914.0, 3880.0, 3903.0, 3881.0, 3891.0, 3891.0, 3905.0, 3947.0, 3914.0, 3947.0, 3916.0, 3922.0, 3882.0, 3901.0, 3880.0, 3903.0, 3921.0, 3924.0, 3900.0, 3901.0, 3921.0, 3891.0, 3922.0, 3901.0, 3912.0, 3942.0, 3890.0, 3909.0, 3880.0, 3891.0, 3931.0, 3890.0, 3910.0, 3867.0, 3880.0, 3869.0, 3882.0, 3901.0, 3882.0, 3893.0, 3895.0, 3907.0, 3896.0, 3916.0, 3895.0, 3907.0, 3936.0, 3917.0, 3938.0, 3915.0, 3936.0, 3913.0, 3902.0, 3880.0, 3902.0, 3933.0, 3916.0, 3935.0, 3915.0, 3912.0, 3868.0, 3901.0, 3892.0, 3925.0, 3945.0, 3901.0, 3920.0, 3866.0, 3887.0, 3878.0, 3891.0, 3920.0, 3890.0, 3909.0, 3868.0, 3888.0, 3877.0, 3891.0, 3920.0, 3889.0, 3900.0, 3879.0, 3888.0, 3866.0, 3880.0, 3878.0, 3903.0, 3936.0, 3902.0, 3912.0, 3880.0, 3890.0, 3907.0, 3867.0, 3890.0, 3931.0, 3888.0, 3908.0, 3879.0, 3887.0, 3880.0, 3877.0, 3904.0, 3915.0, 3903.0, 3925.0, 3894.0, 3904.0, 3931.0, 3894.0, 3935.0, 3932.0, 3912.0, 3911.0, 3867.0, 3889.0, 3910.0, 3865.0, 3877.0, 3919.0, 3888.0, 3888.0, 3881.0, 3880.0, 3880.0, 3905.0, 3933.0, 3893.0, 3901.0, 3892.0, 3903.0, 3893.0, 3906.0, 3935.0, 3912.0, 3913.0, 3933.0, 3890.0, 3900.0, 3879.0, 3901.0, 3890.0, 3904.0, 3944.0, 3936.0, 3946.0, 3903.0, 3934.0, 3893.0, 3914.0, 3947.0, 3912.0, 3923.0, 3890.0, 3888.0, 3878.0, 3889.0, 3889.0, 3890.0, 3931.0, 3902.0, 3933.0, 3901.0, 3910.0, 3893.0, 3901.0, 3893.0, 3926.0, 3933.0, 3901.0, 3920.0, 3866.0, 3890.0, 3878.0, 3891.0, 3920.0, 3889.0, 3922.0, 3878.0, 3877.0, 3907.0, 3880.0, 3910.0, 3890.0, 3921.0, 3892.0, 3900.0, 3891.0, 3900.0, 3903.0, 3924.0, 3891.0, 3924.0, 3880.0, 3892.0, 3931.0, 3891.0, 3932.0, 3902.0, 3911.0, 3889.0, 3890.0, 3891.0, 3890.0, 3902.0, 3904.0, 3934.0, 3915.0, 3936.0, 3894.0, 3911.0, 3903.0, 3914.0, 3904.0, 3913.0, 3923.0, 3904.0, 3933.0, 3891.0, 3901.0, 3892.0, 3914.0, 3892.0, 3947.0, 3896.0, 3915.0, 3894.0, 3903.0, 3900.0, 3902.0, 3931.0, 3934.0, 3920.0, 3890.0, 3899.0, 3880.0, 3912.0, 3904.0, 3922.0, 3894.0, 3922.0, 3893.0, 3890.0, 3893.0, 3925.0, 3931.0, 3923.0, 3923.0, 3903.0, 3891.0, 3893.0, 3893.0, 3902.0, 3894.0, 3925.0, 3936.0, 3891.0, 3902.0, 3922.0, 3878.0, 3900.0, 3919.0, 3878.0, 3898.0, 3876.0, 3876.0, 3864.0, 3866.0, 3877.0, 3879.0, 3917.0, 3889.0, 3934.0, 3893.0, 3921.0, 3879.0, 3901.0, 3879.0, 3879.0, 3920.0, 3896.0, 3886.0, 3909.0, 3889.0, 3890.0, 3898.0, 3870.0, 3878.0, 3881.0, 3892.0, 3895.0, 3891.0, 3905.0, 3926.0, 3908.0, 3916.0, 3896.0, 3928.0, 3948.0, 3903.0, 3914.0, 3922.0, 3890.0, 3899.0, 3871.0, 3880.0, 3891.0, 3935.0, 3931.0, 3901.0, 3911.0, 3879.0, 3888.0, 3878.0, 3879.0, 3880.0, 3891.0, 3901.0, 3904.0, 3923.0, 3904.0, 3932.0, 3893.0, 3923.0, 3904.0, 3935.0, 3892.0, 3912.0, 3880.0, 3903.0, 3892.0, 3904.0, 3931.0], 'WindowWidth': [8909.0, 8847.0, 8809.0, 8801.0, 8722.0, 8729.0, 8694.0, 8727.0, 8719.0, 8772.0, 8759.0, 8786.0, 8740.0, 8774.0, 8819.0, 8755.0, 8746.0, 8773.0, 8708.0, 8722.0, 8698.0, 8722.0, 8731.0, 8742.0, 8733.0, 8778.0, 8808.0, 8723.0, 8727.0, 8750.0, 8704.0, 8719.0, 8687.0, 8704.0, 8725.0, 8680.0, 8717.0, 8757.0, 8704.0, 8721.0, 8711.0, 8721.0, 8714.0, 8744.0, 8708.0, 8745.0, 8784.0, 8760.0, 8769.0, 8723.0, 8731.0, 8707.0, 8756.0, 8779.0, 8718.0, 8732.0, 8755.0, 8695.0, 8692.0, 8680.0, 8701.0, 8707.0, 8727.0, 8725.0, 8733.0, 8752.0, 8730.0, 8775.0, 8767.0, 8739.0, 8766.0, 8705.0, 8718.0, 8720.0, 8699.0, 8714.0, 8706.0, 8739.0, 8760.0, 8738.0, 8733.0, 8724.0, 8721.0, 8747.0, 8764.0, 8737.0, 8769.0, 8733.0, 8749.0, 8728.0, 8747.0, 8802.0, 8775.0, 8789.0, 8771.0, 8765.0, 8725.0, 8753.0, 8706.0, 8743.0, 8782.0, 8770.0, 8762.0, 8723.0, 8731.0, 8707.0, 8742.0, 8728.0, 8723.0, 8765.0, 8744.0, 8751.0, 8730.0, 8755.0, 8747.0, 8761.0, 8750.0, 8759.0, 8717.0, 8750.0, 8807.0, 8732.0, 8759.0, 8706.0, 8719.0, 8746.0, 8711.0, 8726.0, 8762.0, 8745.0, 8748.0, 8725.0, 8734.0, 8745.0, 8764.0, 8751.0, 8782.0, 8734.0, 8761.0, 8727.0, 8744.0, 8792.0, 8733.0, 8753.0, 8776.0, 8716.0, 8710.0, 8703.0, 8718.0, 8758.0, 8719.0, 8746.0, 8705.0, 8717.0, 8708.0, 8725.0, 8715.0, 8780.0, 8775.0, 8782.0, 8774.0, 8744.0, 8782.0, 8728.0, 8752.0, 8728.0, 8759.0, 8763.0, 8722.0, 8742.0, 8701.0, 8719.0, 8708.0, 8727.0, 8762.0, 8743.0, 8745.0, 8709.0, 8725.0, 8706.0, 8743.0, 8768.0, 8727.0, 8738.0, 8707.0, 8725.0, 8708.0, 8731.0, 8756.0, 8747.0, 8761.0, 8712.0, 8739.0, 8761.0, 8729.0, 8762.0, 8729.0, 8746.0, 8711.0, 8721.0, 8749.0, 8747.0, 8773.0, 8747.0, 8780.0, 8710.0, 8744.0, 8706.0, 8743.0, 8787.0, 8764.0, 8770.0, 8748.0, 8751.0, 8710.0, 8756.0, 8754.0, 8746.0, 8784.0, 8759.0, 8746.0, 8725.0, 8734.0, 8723.0, 8758.0, 8731.0, 8755.0, 8780.0, 8742.0, 8749.0, 8729.0, 8758.0, 8734.0, 8759.0, 8742.0, 8778.0, 8750.0, 8764.0, 8749.0, 8779.0, 8736.0, 8766.0, 8791.0, 8780.0, 8768.0, 8712.0, 8736.0, 8708.0, 8747.0, 8783.0, 8759.0, 8764.0, 8737.0, 8733.0, 8727.0, 8757.0, 8735.0, 8756.0, 8734.0, 8754.0, 8726.0, 8760.0, 8730.0, 8749.0, 8785.0, 8774.0, 8761.0, 8724.0, 8732.0, 8708.0, 8758.0, 8727.0, 8744.0, 8709.0, 8738.0, 8719.0, 8739.0, 8772.0, 8763.0, 8773.0, 8749.0, 8753.0, 8727.0, 8736.0, 8730.0, 8767.0, 8747.0, 8763.0, 8783.0, 8739.0, 8747.0, 8724.0, 8738.0, 8727.0, 8739.0, 8735.0, 8760.0, 8717.0, 8746.0, 8719.0, 8765.0, 8762.0, 8764.0, 8805.0, 8766.0, 8774.0, 8746.0, 8780.0, 8792.0, 8761.0, 8769.0, 8705.0, 8731.0, 8703.0, 8724.0, 8743.0, 8716.0, 8736.0, 8706.0, 8734.0, 8704.0, 8725.0, 8761.0, 8745.0, 8771.0, 8730.0, 8772.0, 8728.0, 8743.0, 8724.0, 8742.0, 8772.0, 8731.0, 8736.0, 8756.0, 8715.0, 8694.0, 8683.0, 8718.0, 8707.0, 8725.0, 8712.0, 8744.0, 8728.0, 8746.0, 8742.0, 8755.0, 8797.0, 8784.0, 8793.0, 8754.0, 8775.0, 8713.0, 8759.0, 8792.0, 8741.0, 8750.0, 8692.0, 8724.0, 8748.0, 8706.0, 8737.0, 8745.0, 8724.0, 8721.0, 8730.0, 8727.0, 8732.0, 8804.0, 8778.0, 8762.0, 8756.0, 8729.0, 8749.0, 8767.0, 8713.0, 8747.0, 8770.0, 8728.0, 8755.0, 8717.0, 8731.0, 8714.0, 8750.0, 8773.0, 8742.0, 8763.0, 8724.0, 8741.0, 8766.0, 8705.0, 8737.0, 8758.0, 8719.0, 8742.0, 8707.0, 8716.0, 8709.0, 8742.0, 8764.0, 8720.0, 8760.0, 8699.0, 8729.0, 8699.0, 8704.0, 8730.0, 8728.0, 8792.0, 8739.0, 8759.0, 8705.0, 8710.0, 8707.0, 8727.0, 8788.0, 8732.0, 8752.0, 8704.0, 8713.0, 8712.0, 8723.0, 8734.0, 8783.0, 8788.0, 8774.0, 8752.0, 8700.0, 8707.0, 8728.0, 8727.0, 8731.0, 8731.0, 8706.0, 8762.0, 8789.0, 8736.0, 8755.0, 8778.0, 8718.0, 8713.0, 8720.0, 8752.0, 8732.0, 8736.0, 8761.0, 8718.0, 8743.0, 8723.0, 8706.0, 8732.0, 8783.0, 8762.0, 8773.0, 8720.0, 8736.0, 8744.0, 8714.0, 8733.0, 8757.0, 8716.0, 8723.0, 8687.0, 8700.0, 8688.0, 8723.0, 8722.0, 8745.0, 8727.0, 8747.0, 8780.0, 8730.0, 8792.0, 8787.0, 8767.0, 8742.0, 8718.0, 8713.0, 8708.0, 8733.0, 8774.0, 8737.0, 8746.0, 8707.0, 8713.0, 8712.0, 8721.0, 8736.0, 8795.0, 8785.0, 8769.0, 8766.0, 8722.0, 8718.0, 8713.0, 8767.0, 8766.0, 8749.0, 8747.0, 8710.0, 8743.0, 8767.0, 8736.0, 8728.0, 8702.0, 8717.0, 8710.0, 8735.0, 8733.0, 8750.0, 8731.0, 8728.0, 8794.0, 8756.0, 8735.0, 8766.0, 8742.0, 8728.0, 8738.0, 8702.0, 8715.0, 8689.0, 8727.0, 8780.0, 8762.0, 8768.0, 8712.0, 8741.0, 8721.0, 8740.0, 8770.0, 8706.0, 8736.0, 8683.0, 8705.0, 8701.0, 8708.0, 8747.0, 8717.0, 8760.0, 8710.0, 8743.0, 8713.0, 8727.0, 8727.0, 8752.0, 8812.0, 8762.0, 8812.0, 8766.0, 8765.0, 8716.0, 8738.0, 8709.0, 8745.0, 8765.0, 8772.0, 8735.0, 8737.0, 8762.0, 8723.0, 8768.0, 8737.0, 8754.0, 8792.0, 8721.0, 8743.0, 8707.0, 8724.0, 8777.0, 8721.0, 8745.0, 8686.0, 8707.0, 8692.0, 8715.0, 8738.0, 8719.0, 8732.0, 8739.0, 8756.0, 8742.0, 8769.0, 8740.0, 8757.0, 8794.0, 8768.0, 8799.0, 8762.0, 8794.0, 8756.0, 8741.0, 8710.0, 8740.0, 8784.0, 8767.0, 8790.0, 8763.0, 8755.0, 8691.0, 8739.0, 8731.0, 8778.0, 8805.0, 8738.0, 8760.0, 8683.0, 8711.0, 8701.0, 8725.0, 8759.0, 8721.0, 8743.0, 8688.0, 8715.0, 8701.0, 8724.0, 8763.0, 8718.0, 8732.0, 8703.0, 8712.0, 8682.0, 8708.0, 8703.0, 8745.0, 8794.0, 8742.0, 8755.0, 8707.0, 8722.0, 8736.0, 8686.0, 8722.0, 8775.0, 8714.0, 8740.0, 8706.0, 8714.0, 8711.0, 8701.0, 8750.0, 8765.0, 8744.0, 8779.0, 8734.0, 8747.0, 8776.0, 8733.0, 8791.0, 8782.0, 8751.0, 8750.0, 8685.0, 8718.0, 8745.0, 8680.0, 8699.0, 8756.0, 8717.0, 8715.0, 8712.0, 8709.0, 8711.0, 8750.0, 8785.0, 8732.0, 8738.0, 8729.0, 8745.0, 8734.0, 8753.0, 8792.0, 8755.0, 8757.0, 8782.0, 8719.0, 8735.0, 8707.0, 8737.0, 8723.0, 8747.0, 8799.0, 8792.0, 8806.0, 8746.0, 8787.0, 8732.0, 8762.0, 8811.0, 8756.0, 8767.0, 8720.0, 8713.0, 8704.0, 8720.0, 8720.0, 8724.0, 8779.0, 8742.0, 8784.0, 8738.0, 8749.0, 8730.0, 8739.0, 8730.0, 8778.0, 8786.0, 8737.0, 8761.0, 8682.0, 8719.0, 8701.0, 8724.0, 8761.0, 8718.0, 8765.0, 8701.0, 8701.0, 8738.0, 8708.0, 8748.0, 8725.0, 8765.0, 8728.0, 8736.0, 8725.0, 8736.0, 8746.0, 8775.0, 8728.0, 8773.0, 8710.0, 8726.0, 8777.0, 8726.0, 8780.0, 8741.0, 8752.0, 8721.0, 8723.0, 8725.0, 8723.0, 8744.0, 8749.0, 8788.0, 8764.0, 8792.0, 8735.0, 8751.0, 8746.0, 8764.0, 8750.0, 8760.0, 8770.0, 8744.0, 8783.0, 8726.0, 8736.0, 8729.0, 8759.0, 8731.0, 8810.0, 8742.0, 8763.0, 8734.0, 8742.0, 8737.0, 8743.0, 8777.0, 8786.0, 8760.0, 8722.0, 8731.0, 8710.0, 8754.0, 8749.0, 8768.0, 8735.0, 8767.0, 8732.0, 8723.0, 8731.0, 8779.0, 8778.0, 8772.0, 8767.0, 8742.0, 8724.0, 8734.0, 8733.0, 8742.0, 8735.0, 8780.0, 8794.0, 8725.0, 8740.0, 8764.0, 8702.0, 8732.0, 8756.0, 8702.0, 8729.0, 8694.0, 8696.0, 8678.0, 8683.0, 8701.0, 8703.0, 8752.0, 8718.0, 8785.0, 8731.0, 8760.0, 8703.0, 8734.0, 8703.0, 8705.0, 8760.0, 8721.0, 8707.0, 8742.0, 8717.0, 8723.0, 8729.0, 8693.0, 8702.0, 8713.0, 8730.0, 8737.0, 8725.0, 8754.0, 8781.0, 8763.0, 8767.0, 8743.0, 8787.0, 8814.0, 8743.0, 8759.0, 8765.0, 8718.0, 8728.0, 8697.0, 8707.0, 8725.0, 8790.0, 8777.0, 8736.0, 8751.0, 8703.0, 8715.0, 8701.0, 8704.0, 8707.0, 8726.0, 8739.0, 8748.0, 8771.0, 8746.0, 8780.0, 8732.0, 8769.0, 8748.0, 8788.0, 8729.0, 8753.0, 8709.0, 8743.0, 8726.0, 8747.0, 8777.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.0004449138920780712</td></tr>
<tr><td colspan=3>aqi</td><td>0.031108315843857638</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.41221395036785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1976269995517246</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9751513064482751</td></tr>
<tr><td colspan=3>efc</td><td>0.4593</td></tr>
<tr><td colspan=3>fber</td><td>5741.8999</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1203120519456453</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.136624569460391</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6158766566305656</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.622505301110965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7046469355161924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5204777332645394</td></tr>
<tr><td colspan=3>gcor</td><td>0.00817979</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011896244250237942</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018514294177293777</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.9450330613323166</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>31.1957</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.3243</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305695.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>704.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.3174</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.7042</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3155.6143</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.6561</td></tr>
<tr><td colspan=3>tsnr</td><td>38.88805219531059</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>