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

616 lines
No EOL
106 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-0068_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0068_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0068/ses-01/func/sub-0068_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>be1ebb4057fcbe89e9375a666a3545a6</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>17:10:56.847500</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.999148, 0.0131509, 0.0391276, -0.0160448, 0.997085, 0.074589]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0911055</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7782, -7261, 524, -67, -231, 64, 70]</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>249.475</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>af0b5213-1fab-44b0-b57a-18b4c59d1cbb||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.68064022064209, -0.04304691404104233, 0.10268820077180862, 113.8595962524414], [-0.035282962024211884, 2.675107002258301, 0.2029137909412384, -96.42373657226562], [0.10497656464576721, -0.20011693239212036, 2.6904053688049316, -53.184967041015625], [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': ['171056.847500', '171057.307500', '171057.767500', '171058.227500', '171058.687500', '171059.147500', '171059.607500', '171100.067500', '171100.527500', '171100.987500', '171101.447500', '171101.907500', '171102.367500', '171102.827500', '171103.287500', '171103.747500', '171104.207500', '171104.667500', '171105.127500', '171105.587500', '171106.047500', '171106.507500', '171106.967500', '171107.427500', '171107.887500', '171108.347500', '171108.807500', '171109.267500', '171109.727500', '171110.187500', '171110.647500', '171111.107500', '171111.567500', '171112.027500', '171112.487500', '171112.947500', '171113.407500', '171113.867500', '171114.327500', '171114.787500', '171115.247500', '171115.707500', '171116.167500', '171116.627500', '171117.087500', '171117.547500', '171118.007500', '171118.467500', '171118.927500', '171119.387500', '171119.847500', '171120.307500', '171120.767500', '171121.227500', '171121.687500', '171122.147500', '171122.607500', '171123.067500', '171123.527500', '171123.987500', '171124.447500', '171124.907500', '171125.367500', '171125.827500', '171126.287500', '171126.747500', '171127.207500', '171127.667500', '171128.127500', '171128.587500', '171129.047500', '171129.507500', '171129.967500', '171130.427500', '171130.887500', '171131.347500', '171131.807500', '171132.267500', '171132.727500', '171133.187500', '171133.647500', '171134.107500', '171134.567500', '171135.027500', '171135.487500', '171135.947500', '171136.407500', '171136.867500', '171137.327500', '171137.787500', '171138.247500', '171138.707500', '171139.167500', '171139.627500', '171140.087500', '171140.547500', '171141.007500', '171141.467500', '171141.927500', '171142.387500', '171142.847500', '171143.307500', '171143.767500', '171144.227500', '171144.687500', '171145.147500', '171145.607500', '171146.067500', '171146.527500', '171146.987500', '171147.447500', '171147.907500', '171148.367500', '171148.827500', '171149.287500', '171149.747500', '171150.207500', '171150.667500', '171151.127500', '171151.587500', '171152.047500', '171152.507500', '171152.967500', '171153.427500', '171153.887500', '171154.347500', '171154.807500', '171155.267500', '171155.727500', '171156.187500', '171156.647500', '171157.107500', '171157.567500', '171158.027500', '171158.487500', '171158.947500', '171159.407500', '171159.867500', '171200.327500', '171200.787500', '171201.247500', '171201.707500', '171202.167500', '171202.627500', '171203.087500', '171203.547500', '171204.007500', '171204.467500', '171204.927500', '171205.387500', '171205.847500', '171206.307500', '171206.767500', '171207.227500', '171207.687500', '171208.147500', '171208.607500', '171209.067500', '171209.527500', '171209.987500', '171210.447500', '171210.907500', '171211.367500', '171211.827500', '171212.287500', '171212.747500', '171213.207500', '171213.667500', '171214.127500', '171214.587500', '171215.047500', '171215.507500', '171215.967500', '171216.427500', '171216.887500', '171217.347500', '171217.807500', '171218.267500', '171218.727500', '171219.187500', '171219.647500', '171220.107500', '171220.567500', '171221.027500', '171221.487500', '171221.947500', '171222.407500', '171222.867500', '171223.327500', '171223.787500', '171224.247500', '171224.707500', '171225.167500', '171225.627500', '171226.087500', '171226.547500', '171227.007500', '171227.467500', '171227.927500', '171228.387500', '171228.847500', '171229.307500', '171229.767500', '171230.227500', '171230.687500', '171231.147500', '171231.607500', '171232.067500', '171232.527500', '171232.987500', '171233.447500', '171233.907500', '171234.367500', '171234.827500', '171235.287500', '171235.747500', '171236.207500', '171236.667500', '171237.127500', '171237.587500', '171238.047500', '171238.507500', '171238.967500', '171239.427500', '171239.887500', '171240.347500', '171240.807500', '171241.267500', '171241.727500', '171242.187500', '171242.647500', '171243.107500', '171243.567500', '171244.027500', '171244.487500', '171244.947500', '171245.407500', '171245.867500', '171246.327500', '171246.787500', '171247.247500', '171247.707500', '171248.167500', '171248.627500', '171249.087500', '171249.547500', '171250.007500', '171250.467500', '171250.927500', '171251.387500', '171251.847500', '171252.307500', '171252.767500', '171253.227500', '171253.687500', '171254.147500', '171254.607500', '171255.067500', '171255.527500', '171255.987500', '171256.447500', '171256.907500', '171257.367500', '171257.827500', '171258.287500', '171258.747500', '171259.207500', '171259.667500', '171300.127500', '171300.587500', '171301.047500', '171301.507500', '171301.967500', '171302.427500', '171302.887500', '171303.347500', '171303.807500', '171304.267500', '171304.727500', '171305.187500', '171305.647500', '171306.107500', '171306.567500', '171307.027500', '171307.487500', '171307.947500', '171308.407500', '171308.867500', '171309.327500', '171309.787500', '171310.247500', '171310.707500', '171311.167500', '171311.627500', '171312.087500', '171312.547500', '171313.007500', '171313.467500', '171313.927500', '171314.387500', '171314.847500', '171315.307500', '171315.767500', '171316.227500', '171316.687500', '171317.147500', '171317.607500', '171318.067500', '171318.527500', '171318.987500', '171319.447500', '171319.907500', '171320.367500', '171320.827500', '171321.287500', '171321.747500', '171322.207500', '171322.667500', '171323.127500', '171323.587500', '171324.047500', '171324.507500', '171324.967500', '171325.427500', '171325.887500', '171326.347500', '171326.807500', '171327.267500', '171327.727500', '171328.187500', '171328.647500', '171329.107500', '171329.567500', '171330.027500', '171330.487500', '171330.947500', '171331.407500', '171331.867500', '171332.327500', '171332.787500', '171333.247500', '171333.707500', '171334.167500', '171334.627500', '171335.087500', '171335.547500', '171336.007500', '171336.467500', '171336.927500', '171337.387500', '171337.847500', '171338.307500', '171338.767500', '171339.227500', '171339.687500', '171340.147500', '171340.607500', '171341.067500', '171341.527500', '171341.987500', '171342.447500', '171342.907500', '171343.367500', '171343.827500', '171344.287500', '171344.747500', '171345.207500', '171345.667500', '171346.127500', '171346.587500', '171347.047500', '171347.507500', '171347.967500', '171348.427500', '171348.887500', '171349.347500', '171349.807500', '171350.267500', '171350.727500', '171351.187500', '171351.647500', '171352.107500', '171352.567500', '171353.027500', '171353.487500', '171353.947500', '171354.407500', '171354.867500', '171355.327500', '171355.787500', '171356.247500', '171356.707500', '171357.167500', '171357.627500', '171358.087500', '171358.547500', '171359.007500', '171359.467500', '171359.927500', '171400.387500', '171400.847500', '171401.307500', '171401.767500', '171402.227500', '171402.687500', '171403.147500', '171403.607500', '171404.067500', '171404.527500', '171404.987500', '171405.447500', '171405.907500', '171406.367500', '171406.827500', '171407.287500', '171407.747500', '171408.207500', '171408.667500', '171409.127500', '171409.587500', '171410.047500', '171410.507500', '171410.967500', '171411.427500', '171411.887500', '171412.347500', '171412.807500', '171413.267500', '171413.727500', '171414.187500', '171414.647500', '171415.107500', '171415.567500', '171416.027500', '171416.487500', '171416.947500', '171417.407500', '171417.867500', '171418.327500', '171418.787500', '171419.247500', '171419.707500', '171420.167500', '171420.627500', '171421.087500', '171421.547500', '171422.007500', '171422.467500', '171422.927500', '171423.387500', '171423.847500', '171424.307500', '171424.767500', '171425.227500', '171425.687500', '171426.147500', '171426.607500', '171427.067500', '171427.527500', '171427.987500', '171428.447500', '171428.907500', '171429.367500', '171429.827500', '171430.287500', '171430.747500', '171431.207500', '171431.667500', '171432.127500', '171432.587500', '171433.047500', '171433.507500', '171433.967500', '171434.427500', '171434.887500', '171435.347500', '171435.807500', '171436.267500', '171436.727500', '171437.187500', '171437.647500', '171438.107500', '171438.567500', '171439.027500', '171439.487500', '171439.947500', '171440.407500', '171440.867500', '171441.327500', '171441.787500', '171442.247500', '171442.707500', '171443.167500', '171443.627500', '171444.087500', '171444.547500', '171445.007500', '171445.467500', '171445.927500', '171446.387500', '171446.847500', '171447.307500', '171447.767500', '171448.227500', '171448.687500', '171449.147500', '171449.607500', '171450.067500', '171450.527500', '171450.987500', '171451.447500', '171451.907500', '171452.367500', '171452.827500', '171453.287500', '171453.747500', '171454.207500', '171454.667500', '171455.127500', '171455.587500', '171456.047500', '171456.507500', '171456.967500', '171457.427500', '171457.887500', '171458.347500', '171458.807500', '171459.267500', '171459.727500', '171500.187500', '171500.647500', '171501.107500', '171501.567500', '171502.027500', '171502.487500', '171502.947500', '171503.407500', '171503.867500', '171504.327500', '171504.787500', '171505.247500', '171505.707500', '171506.167500', '171506.627500', '171507.087500', '171507.547500', '171508.007500', '171508.467500', '171508.927500', '171509.387500', '171509.847500', '171510.307500', '171510.767500', '171511.227500', '171511.687500', '171512.147500', '171512.607500', '171513.067500', '171513.527500', '171513.987500', '171514.447500', '171514.907500', '171515.367500', '171515.827500', '171516.287500', '171516.747500', '171517.207500', '171517.667500', '171518.127500', '171518.587500', '171519.047500', '171519.507500', '171519.967500', '171520.427500', '171520.887500', '171521.347500', '171521.807500', '171522.267500', '171522.727500', '171523.187500', '171523.647500', '171524.107500', '171524.567500', '171525.027500', '171525.487500', '171525.947500', '171526.407500', '171526.867500', '171527.327500', '171527.787500', '171528.247500', '171528.707500', '171529.167500', '171529.627500', '171530.087500', '171530.547500', '171531.007500', '171531.467500', '171531.927500', '171532.387500', '171532.847500', '171533.307500', '171533.767500', '171534.227500', '171534.687500', '171535.147500', '171535.607500', '171536.067500', '171536.527500', '171536.987500', '171537.447500', '171537.907500', '171538.367500', '171538.827500', '171539.287500', '171539.747500', '171540.207500', '171540.667500', '171541.127500', '171541.587500', '171542.047500', '171542.507500', '171542.967500', '171543.427500', '171543.887500', '171544.347500', '171544.807500', '171545.267500', '171545.727500', '171546.187500', '171546.647500', '171547.107500', '171547.567500', '171548.027500', '171548.487500', '171548.947500', '171549.407500', '171549.867500', '171550.327500', '171550.787500', '171551.247500', '171551.707500', '171552.167500', '171552.627500', '171553.087500', '171553.547500', '171554.007500', '171554.467500', '171554.927500', '171555.387500', '171555.847500', '171556.307500', '171556.767500', '171557.227500', '171557.687500', '171558.147500', '171558.607500', '171559.067500', '171559.527500', '171559.987500', '171600.447500', '171600.907500', '171601.367500', '171601.827500', '171602.287500', '171602.747500', '171603.207500', '171603.667500', '171604.127500', '171604.587500', '171605.047500', '171605.507500', '171605.967500', '171606.427500', '171606.887500', '171607.347500', '171607.807500', '171608.267500', '171608.727500', '171609.187500', '171609.647500', '171610.107500', '171610.567500', '171611.027500', '171611.487500', '171611.947500', '171612.407500', '171612.867500', '171613.327500', '171613.787500', '171614.247500', '171614.707500', '171615.167500', '171615.627500', '171616.087500', '171616.547500', '171617.007500', '171617.467500', '171617.927500', '171618.387500', '171618.847500', '171619.307500', '171619.767500', '171620.227500', '171620.687500', '171621.147500', '171621.607500', '171622.067500', '171622.527500', '171622.987500', '171623.447500', '171623.907500', '171624.367500', '171624.827500', '171625.287500', '171625.747500', '171626.207500', '171626.667500', '171627.127500', '171627.587500', '171628.047500', '171628.507500', '171628.967500', '171629.427500', '171629.887500', '171630.347500', '171630.807500', '171631.267500', '171631.727500', '171632.187500', '171632.647500', '171633.107500', '171633.567500', '171634.027500', '171634.487500', '171634.947500', '171635.407500', '171635.867500', '171636.327500', '171636.787500', '171637.247500', '171637.707500', '171638.167500', '171638.627500', '171639.087500', '171639.547500', '171640.007500', '171640.467500', '171640.927500', '171641.387500', '171641.847500', '171642.307500', '171642.767500', '171643.227500', '171643.687500', '171644.147500', '171644.607500', '171645.067500', '171645.527500', '171645.987500', '171646.447500', '171646.907500', '171647.367500', '171647.827500', '171648.287500', '171648.747500', '171649.207500', '171649.667500', '171650.127500', '171650.587500', '171651.047500', '171651.507500', '171651.967500', '171652.427500', '171652.887500', '171653.347500', '171653.807500', '171654.267500', '171654.727500', '171655.187500', '171655.647500', '171656.107500', '171656.567500', '171657.027500', '171657.487500', '171657.947500', '171658.407500', '171658.867500', '171659.327500', '171659.787500', '171700.247500', '171700.707500', '171701.167500', '171701.627500', '171702.087500', '171702.547500', '171703.007500', '171703.467500', '171703.927500', '171704.387500', '171704.847500', '171705.307500', '171705.767500', '171706.227500', '171706.687500', '171707.147500', '171707.607500', '171708.067500', '171708.527500', '171708.987500', '171709.447500', '171709.907500', '171710.367500', '171710.827500', '171711.287500', '171711.747500', '171712.207500', '171712.667500', '171713.127500', '171713.587500', '171714.047500', '171714.507500', '171714.967500', '171715.427500', '171715.887500', '171716.347500', '171716.807500', '171717.267500', '171717.727500', '171718.187500', '171718.647500', '171719.107500', '171719.567500', '171720.027500', '171720.487500', '171720.947500', '171721.407500', '171721.867500', '171722.327500', '171722.787500', '171723.247500', '171723.707500', '171724.167500', '171724.627500', '171725.087500', '171725.547500', '171726.007500', '171726.467500', '171726.927500', '171727.387500', '171727.847500', '171728.307500', '171728.767500', '171729.227500', '171729.687500', '171730.147500', '171730.607500', '171731.067500', '171731.527500', '171731.987500', '171732.447500', '171732.907500', '171733.367500', '171733.827500', '171734.287500', '171734.747500', '171735.207500', '171735.667500', '171736.127500', '171736.587500', '171737.047500', '171737.507500'], 'ContentTime': ['171113.769000', '171113.772000', '171113.775000', '171113.778000', '171113.782000', '171113.784000', '171113.787000', '171113.790000', '171113.792000', '171113.795000', '171113.797000', '171113.800000', '171113.805000', '171113.807000', '171113.810000', '171113.812000', '171113.815000', '171113.818000', '171113.820000', '171113.823000', '171113.825000', '171113.828000', '171113.831000', '171113.833000', '171113.836000', '171113.839000', '171113.841000', '171113.844000', '171113.847000', '171113.852000', '171113.854000', '171113.857000', '171113.860000', '171133.743000', '171133.745000', '171133.748000', '171133.751000', '171133.753000', '171133.756000', '171133.758000', '171133.761000', '171133.772000', '171133.774000', '171133.777000', '171133.780000', '171133.782000', '171133.785000', '171133.787000', '171133.790000', '171133.793000', '171133.795000', '171133.798000', '171133.800000', '171133.803000', '171133.806000', '171133.808000', '171133.811000', '171133.813000', '171133.816000', '171133.818000', '171133.821000', '171133.824000', '171133.826000', '171133.829000', '171133.831000', '171133.834000', '171133.836000', '171133.839000', '171133.842000', '171133.844000', '171133.847000', '171133.850000', '171133.852000', '171133.855000', '171133.857000', '171133.860000', '171133.862000', '171153.742000', '171153.745000', '171153.748000', '171153.751000', '171153.753000', '171153.756000', '171153.759000', '171153.761000', '171153.764000', '171153.767000', '171153.769000', '171153.772000', '171153.776000', '171153.779000', '171153.781000', '171153.792000', '171153.795000', '171153.798000', '171153.800000', '171153.803000', '171153.805000', '171153.808000', '171153.811000', '171153.813000', '171153.816000', '171153.818000', '171153.821000', '171153.823000', '171153.826000', '171153.829000', '171153.831000', '171153.834000', '171153.836000', '171153.839000', '171153.841000', '171153.844000', '171153.847000', '171153.849000', '171153.852000', '171153.854000', '171153.857000', '171153.859000', '171153.862000', '171213.742000', '171213.744000', '171213.747000', '171213.750000', '171213.752000', '171213.755000', '171213.757000', '171213.760000', '171213.763000', '171213.765000', '171213.768000', '171213.771000', '171213.773000', '171213.776000', '171213.778000', '171213.781000', '171213.783000', '171213.786000', '171213.789000', '171213.791000', '171213.794000', '171213.796000', '171213.799000', '171213.802000', '171213.804000', '171213.807000', '171213.809000', '171213.812000', '171213.815000', '171213.817000', '171213.820000', '171213.822000', '171213.825000', '171213.828000', '171213.830000', '171213.837000', '171213.840000', '171213.842000', '171213.845000', '171213.848000', '171213.850000', '171213.853000', '171213.855000', '171213.858000', '171233.742000', '171233.745000', '171233.748000', '171233.751000', '171233.753000', '171233.756000', '171233.758000', '171233.761000', '171233.764000', '171233.767000', '171233.770000', '171233.774000', '171233.777000', '171233.779000', '171233.782000', '171233.784000', '171233.787000', '171233.790000', '171233.792000', '171233.802000', '171233.804000', '171233.807000', '171233.809000', '171233.812000', '171233.815000', '171233.818000', '171233.821000', '171233.824000', '171233.826000', '171233.829000', '171233.831000', '171233.834000', '171233.837000', '171233.839000', '171233.842000', '171233.845000', '171233.847000', '171233.850000', '171233.853000', '171233.855000', '171233.858000', '171233.860000', '171233.863000', '171253.743000', '171253.745000', '171253.748000', '171253.751000', '171253.753000', '171253.756000', '171253.759000', '171253.761000', '171253.764000', '171253.766000', '171253.769000', '171253.772000', '171253.774000', '171253.777000', '171253.780000', '171253.783000', '171253.785000', '171253.788000', '171253.791000', '171253.793000', '171253.796000', '171253.799000', '171253.801000', '171253.804000', '171253.806000', '171253.809000', '171253.812000', '171253.814000', '171253.817000', '171253.820000', '171253.822000', '171253.825000', '171253.828000', '171253.830000', '171253.833000', '171253.836000', '171253.838000', '171253.841000', '171253.844000', '171253.846000', '171253.849000', '171253.851000', '171253.854000', '171253.856000', '171313.742000', '171313.745000', '171313.748000', '171313.751000', '171313.753000', '171313.756000', '171313.759000', '171313.761000', '171313.764000', '171313.767000', '171313.770000', '171313.773000', '171313.776000', '171313.778000', '171313.781000', '171313.783000', '171313.786000', '171313.789000', '171313.791000', '171313.794000', '171313.796000', '171313.799000', '171313.802000', '171313.804000', '171313.807000', '171313.810000', '171313.813000', '171313.815000', '171313.818000', '171313.820000', '171313.823000', '171313.826000', '171313.828000', '171313.831000', '171313.833000', '171313.836000', '171313.839000', '171313.841000', '171313.844000', '171313.846000', '171313.849000', '171313.851000', '171313.854000', '171333.743000', '171333.746000', '171333.749000', '171333.751000', '171333.754000', '171333.757000', '171333.760000', '171333.762000', '171333.765000', '171333.767000', '171333.770000', '171333.773000', '171333.775000', '171333.778000', '171333.781000', '171333.783000', '171333.786000', '171333.789000', '171333.791000', '171333.794000', '171333.796000', '171333.799000', '171333.801000', '171333.804000', '171333.807000', '171333.809000', '171333.812000', '171333.815000', '171333.817000', '171333.820000', '171333.822000', '171333.825000', '171333.828000', '171333.830000', '171333.833000', '171333.835000', '171333.838000', '171333.841000', '171333.843000', '171333.846000', '171333.848000', '171333.851000', '171333.854000', '171333.856000', '171353.743000', '171353.746000', '171353.748000', '171353.751000', '171353.753000', '171353.756000', '171353.759000', '171353.762000', '171353.764000', '171353.767000', '171353.769000', '171353.772000', '171353.775000', '171353.777000', '171353.780000', '171353.782000', '171353.785000', '171353.788000', '171353.791000', '171353.794000', '171353.797000', '171353.800000', '171353.803000', '171353.805000', '171353.808000', '171353.811000', '171353.814000', '171353.816000', '171353.819000', '171353.821000', '171353.824000', '171353.827000', '171353.829000', '171353.832000', '171353.835000', '171353.837000', '171353.840000', '171353.843000', '171353.845000', '171353.848000', '171353.850000', '171353.853000', '171353.857000', '171413.742000', '171413.745000', '171413.748000', '171413.751000', '171413.754000', '171413.756000', '171413.759000', '171413.761000', '171413.764000', '171413.767000', '171413.769000', '171413.772000', '171413.775000', '171413.777000', '171413.780000', '171413.793000', '171413.795000', '171413.798000', '171413.801000', '171413.803000', '171413.806000', '171413.808000', '171413.811000', '171413.813000', '171413.816000', '171413.819000', '171413.821000', '171413.824000', '171413.827000', '171413.830000', '171413.832000', '171413.835000', '171413.837000', '171413.840000', '171413.842000', '171413.845000', '171413.848000', '171413.850000', '171413.853000', '171413.856000', '171413.858000', '171413.870000', '171413.873000', '171413.876000', '171433.741000', '171433.744000', '171433.747000', '171433.750000', '171433.752000', '171433.755000', '171433.758000', '171433.760000', '171433.763000', '171433.765000', '171433.768000', '171433.771000', '171433.773000', '171433.776000', '171433.779000', '171433.781000', '171433.784000', '171433.787000', '171433.789000', '171433.792000', '171433.795000', '171433.797000', '171433.800000', '171433.803000', '171433.805000', '171433.808000', '171433.811000', '171433.813000', '171433.816000', '171433.819000', '171433.822000', '171433.825000', '171433.828000', '171433.832000', '171433.835000', '171433.838000', '171433.840000', '171433.843000', '171433.846000', '171433.848000', '171433.851000', '171433.853000', '171433.856000', '171453.742000', '171453.745000', '171453.748000', '171453.751000', '171453.753000', '171453.756000', '171453.759000', '171453.761000', '171453.764000', '171453.767000', '171453.769000', '171453.772000', '171453.774000', '171453.777000', '171453.780000', '171453.783000', '171453.785000', '171453.788000', '171453.790000', '171453.793000', '171453.796000', '171453.798000', '171453.801000', '171453.803000', '171453.806000', '171453.809000', '171453.811000', '171453.814000', '171453.816000', '171453.819000', '171453.822000', '171453.824000', '171453.827000', '171453.830000', '171453.832000', '171453.835000', '171453.838000', '171453.840000', '171453.843000', '171453.846000', '171453.848000', '171453.851000', '171453.854000', '171453.857000', '171513.742000', '171513.745000', '171513.748000', '171513.751000', '171513.753000', '171513.756000', '171513.758000', '171513.761000', '171513.764000', '171513.766000', '171513.769000', '171513.771000', '171513.774000', '171513.777000', '171513.780000', '171513.782000', '171513.785000', '171513.788000', '171513.790000', '171513.793000', '171513.796000', '171513.798000', '171513.801000', '171513.803000', '171513.806000', '171513.809000', '171513.811000', '171513.814000', '171513.816000', '171513.819000', '171513.822000', '171513.824000', '171513.827000', '171513.830000', '171513.832000', '171513.835000', '171513.838000', '171513.840000', '171513.843000', '171513.846000', '171513.850000', '171513.853000', '171513.855000', '171533.743000', '171533.745000', '171533.748000', '171533.751000', '171533.753000', '171533.756000', '171533.759000', '171533.761000', '171533.764000', '171533.766000', '171533.769000', '171533.772000', '171533.774000', '171533.777000', '171533.779000', '171533.782000', '171533.785000', '171533.787000', '171533.790000', '171533.793000', '171533.795000', '171533.798000', '171533.800000', '171533.803000', '171533.806000', '171533.808000', '171533.811000', '171533.814000', '171533.816000', '171533.819000', '171533.821000', '171533.824000', '171533.827000', '171533.829000', '171533.832000', '171533.834000', '171533.837000', '171533.839000', '171533.842000', '171533.845000', '171533.854000', '171533.856000', '171533.859000', '171533.862000', '171553.742000', '171553.745000', '171553.748000', '171553.750000', '171553.754000', '171553.756000', '171553.759000', '171553.761000', '171553.764000', '171553.766000', '171553.769000', '171553.772000', '171553.774000', '171553.777000', '171553.780000', '171553.782000', '171553.785000', '171553.787000', '171553.790000', '171553.792000', '171553.795000', '171553.798000', '171553.800000', '171553.803000', '171553.806000', '171553.808000', '171553.811000', '171553.813000', '171553.816000', '171553.819000', '171553.822000', '171553.824000', '171553.827000', '171553.830000', '171553.832000', '171553.835000', '171553.837000', '171553.840000', '171553.843000', '171553.845000', '171553.848000', '171553.851000', '171553.853000', '171613.743000', '171613.746000', '171613.748000', '171613.751000', '171613.753000', '171613.756000', '171613.759000', '171613.761000', '171613.764000', '171613.767000', '171613.769000', '171613.772000', '171613.774000', '171613.777000', '171613.780000', '171613.782000', '171613.785000', '171613.788000', '171613.790000', '171613.793000', '171613.795000', '171613.798000', '171613.801000', '171613.803000', '171613.806000', '171613.809000', '171613.811000', '171613.814000', '171613.816000', '171613.819000', '171613.822000', '171613.824000', '171613.827000', '171613.830000', '171613.832000', '171613.835000', '171613.837000', '171613.840000', '171613.843000', '171613.845000', '171613.848000', '171613.850000', '171613.853000', '171613.856000', '171633.742000', '171633.745000', '171633.748000', '171633.751000', '171633.754000', '171633.756000', '171633.759000', '171633.761000', '171633.764000', '171633.767000', '171633.769000', '171633.772000', '171633.774000', '171633.777000', '171633.780000', '171633.782000', '171633.785000', '171633.788000', '171633.790000', '171633.793000', '171633.796000', '171633.798000', '171633.801000', '171633.803000', '171633.806000', '171633.809000', '171633.811000', '171633.814000', '171633.816000', '171633.819000', '171633.822000', '171633.824000', '171633.827000', '171633.829000', '171633.832000', '171633.835000', '171633.837000', '171633.840000', '171633.843000', '171633.845000', '171633.848000', '171633.850000', '171633.853000', '171653.741000', '171653.744000', '171653.747000', '171653.750000', '171653.752000', '171653.755000', '171653.758000', '171653.760000', '171653.763000', '171653.765000', '171653.768000', '171653.771000', '171653.773000', '171653.776000', '171653.779000', '171653.781000', '171653.792000', '171653.796000', '171653.798000', '171653.801000', '171653.804000', '171653.806000', '171653.809000', '171653.812000', '171653.815000', '171653.817000', '171653.820000', '171653.822000', '171653.825000', '171653.828000', '171653.830000', '171653.833000', '171653.836000', '171653.838000', '171653.841000', '171653.843000', '171653.846000', '171653.849000', '171653.851000', '171653.854000', '171653.856000', '171653.859000', '171653.862000', '171653.864000', '171713.743000', '171713.745000', '171713.748000', '171713.751000', '171713.753000', '171713.756000', '171713.759000', '171713.761000', '171713.764000', '171713.767000', '171713.769000', '171713.772000', '171713.775000', '171713.777000', '171713.780000', '171713.783000', '171713.785000', '171713.788000', '171713.790000', '171713.793000', '171713.796000', '171713.798000', '171713.801000', '171713.804000', '171713.807000', '171713.809000', '171713.812000', '171713.815000', '171713.817000', '171713.820000', '171713.823000', '171713.825000', '171713.828000', '171713.830000', '171713.833000', '171713.836000', '171713.838000', '171713.841000', '171713.844000', '171713.846000', '171713.849000', '171713.851000', '171713.854000', '171733.743000', '171733.745000', '171733.748000', '171733.751000', '171733.753000', '171733.756000', '171733.759000', '171733.761000', '171733.764000', '171733.767000', '171733.769000', '171733.772000', '171733.775000', '171733.777000', '171733.780000', '171733.782000', '171733.785000', '171733.788000', '171733.790000', '171733.793000', '171733.796000', '171733.798000', '171733.801000', '171733.804000', '171733.806000', '171733.809000', '171733.812000', '171733.814000', '171733.817000', '171733.819000', '171733.822000', '171733.825000', '171733.827000', '171733.830000', '171733.832000', '171733.835000', '171733.838000', '171733.840000', '171733.843000', '171733.845000', '171733.848000', '171733.851000', '171733.853000', '171733.856000', '171739.216000', '171739.219000', '171739.222000', '171739.225000', '171739.227000', '171739.230000', '171739.233000', '171739.236000', '171739.238000', '171739.241000', '171739.244000', '171739.246000'], 'InstanceCreationTime': ['171113.769000', '171113.772000', '171113.775000', '171113.778000', '171113.782000', '171113.784000', '171113.787000', '171113.790000', '171113.792000', '171113.795000', '171113.797000', '171113.800000', '171113.805000', '171113.807000', '171113.810000', '171113.812000', '171113.815000', '171113.818000', '171113.820000', '171113.823000', '171113.825000', '171113.828000', '171113.831000', '171113.833000', '171113.836000', '171113.839000', '171113.841000', '171113.844000', '171113.847000', '171113.852000', '171113.854000', '171113.857000', '171113.860000', '171133.743000', '171133.745000', '171133.748000', '171133.751000', '171133.753000', '171133.756000', '171133.758000', '171133.761000', '171133.772000', '171133.774000', '171133.777000', '171133.780000', '171133.782000', '171133.785000', '171133.787000', '171133.790000', '171133.793000', '171133.795000', '171133.798000', '171133.800000', '171133.803000', '171133.806000', '171133.808000', '171133.811000', '171133.813000', '171133.816000', '171133.818000', '171133.821000', '171133.824000', '171133.826000', '171133.829000', '171133.831000', '171133.834000', '171133.836000', '171133.839000', '171133.842000', '171133.844000', '171133.847000', '171133.850000', '171133.852000', '171133.855000', '171133.857000', '171133.860000', '171133.862000', '171153.742000', '171153.745000', '171153.748000', '171153.751000', '171153.753000', '171153.756000', '171153.759000', '171153.761000', '171153.764000', '171153.767000', '171153.769000', '171153.772000', '171153.776000', '171153.779000', '171153.781000', '171153.792000', '171153.795000', '171153.798000', '171153.800000', '171153.803000', '171153.805000', '171153.808000', '171153.811000', '171153.813000', '171153.816000', '171153.818000', '171153.821000', '171153.823000', '171153.826000', '171153.829000', '171153.831000', '171153.834000', '171153.836000', '171153.839000', '171153.841000', '171153.844000', '171153.847000', '171153.849000', '171153.852000', '171153.854000', '171153.857000', '171153.859000', '171153.862000', '171213.742000', '171213.744000', '171213.747000', '171213.750000', '171213.752000', '171213.755000', '171213.757000', '171213.760000', '171213.763000', '171213.765000', '171213.768000', '171213.771000', '171213.773000', '171213.776000', '171213.778000', '171213.781000', '171213.783000', '171213.786000', '171213.789000', '171213.791000', '171213.794000', '171213.796000', '171213.799000', '171213.802000', '171213.804000', '171213.807000', '171213.809000', '171213.812000', '171213.815000', '171213.817000', '171213.820000', '171213.822000', '171213.825000', '171213.828000', '171213.830000', '171213.837000', '171213.840000', '171213.842000', '171213.845000', '171213.848000', '171213.850000', '171213.853000', '171213.855000', '171213.858000', '171233.742000', '171233.745000', '171233.748000', '171233.751000', '171233.753000', '171233.756000', '171233.758000', '171233.761000', '171233.764000', '171233.767000', '171233.770000', '171233.774000', '171233.777000', '171233.779000', '171233.782000', '171233.784000', '171233.787000', '171233.790000', '171233.792000', '171233.802000', '171233.804000', '171233.807000', '171233.809000', '171233.812000', '171233.815000', '171233.818000', '171233.821000', '171233.824000', '171233.826000', '171233.829000', '171233.831000', '171233.834000', '171233.837000', '171233.839000', '171233.842000', '171233.845000', '171233.847000', '171233.850000', '171233.853000', '171233.855000', '171233.858000', '171233.860000', '171233.863000', '171253.743000', '171253.745000', '171253.748000', '171253.751000', '171253.753000', '171253.756000', '171253.759000', '171253.761000', '171253.764000', '171253.766000', '171253.769000', '171253.772000', '171253.774000', '171253.777000', '171253.780000', '171253.783000', '171253.785000', '171253.788000', '171253.791000', '171253.793000', '171253.796000', '171253.799000', '171253.801000', '171253.804000', '171253.806000', '171253.809000', '171253.812000', '171253.814000', '171253.817000', '171253.820000', '171253.822000', '171253.825000', '171253.828000', '171253.830000', '171253.833000', '171253.836000', '171253.838000', '171253.841000', '171253.844000', '171253.846000', '171253.849000', '171253.851000', '171253.854000', '171253.856000', '171313.742000', '171313.745000', '171313.748000', '171313.751000', '171313.753000', '171313.756000', '171313.759000', '171313.761000', '171313.764000', '171313.767000', '171313.770000', '171313.773000', '171313.776000', '171313.778000', '171313.781000', '171313.783000', '171313.786000', '171313.789000', '171313.791000', '171313.794000', '171313.796000', '171313.799000', '171313.802000', '171313.804000', '171313.807000', '171313.810000', '171313.813000', '171313.815000', '171313.818000', '171313.820000', '171313.823000', '171313.826000', '171313.828000', '171313.831000', '171313.833000', '171313.836000', '171313.839000', '171313.841000', '171313.844000', '171313.846000', '171313.849000', '171313.851000', '171313.854000', '171333.743000', '171333.746000', '171333.749000', '171333.751000', '171333.754000', '171333.757000', '171333.760000', '171333.762000', '171333.765000', '171333.767000', '171333.770000', '171333.773000', '171333.775000', '171333.778000', '171333.781000', '171333.783000', '171333.786000', '171333.789000', '171333.791000', '171333.794000', '171333.796000', '171333.799000', '171333.801000', '171333.804000', '171333.807000', '171333.809000', '171333.812000', '171333.815000', '171333.817000', '171333.820000', '171333.822000', '171333.825000', '171333.828000', '171333.830000', '171333.833000', '171333.835000', '171333.838000', '171333.841000', '171333.843000', '171333.846000', '171333.848000', '171333.851000', '171333.854000', '171333.856000', '171353.743000', '171353.746000', '171353.748000', '171353.751000', '171353.753000', '171353.756000', '171353.759000', '171353.762000', '171353.764000', '171353.767000', '171353.769000', '171353.772000', '171353.775000', '171353.777000', '171353.780000', '171353.782000', '171353.785000', '171353.788000', '171353.791000', '171353.794000', '171353.797000', '171353.800000', '171353.803000', '171353.805000', '171353.808000', '171353.811000', '171353.814000', '171353.816000', '171353.819000', '171353.821000', '171353.824000', '171353.827000', '171353.829000', '171353.832000', '171353.835000', '171353.837000', '171353.840000', '171353.843000', '171353.845000', '171353.848000', '171353.850000', '171353.853000', '171353.857000', '171413.742000', '171413.745000', '171413.748000', '171413.751000', '171413.754000', '171413.756000', '171413.759000', '171413.761000', '171413.764000', '171413.767000', '171413.769000', '171413.772000', '171413.775000', '171413.777000', '171413.780000', '171413.793000', '171413.795000', '171413.798000', '171413.801000', '171413.803000', '171413.806000', '171413.808000', '171413.811000', '171413.813000', '171413.816000', '171413.819000', '171413.821000', '171413.824000', '171413.827000', '171413.830000', '171413.832000', '171413.835000', '171413.837000', '171413.840000', '171413.842000', '171413.845000', '171413.848000', '171413.850000', '171413.853000', '171413.856000', '171413.858000', '171413.870000', '171413.873000', '171413.876000', '171433.741000', '171433.744000', '171433.747000', '171433.750000', '171433.752000', '171433.755000', '171433.758000', '171433.760000', '171433.763000', '171433.765000', '171433.768000', '171433.771000', '171433.773000', '171433.776000', '171433.779000', '171433.781000', '171433.784000', '171433.787000', '171433.789000', '171433.792000', '171433.795000', '171433.797000', '171433.800000', '171433.803000', '171433.805000', '171433.808000', '171433.811000', '171433.813000', '171433.816000', '171433.819000', '171433.822000', '171433.825000', '171433.828000', '171433.832000', '171433.835000', '171433.838000', '171433.840000', '171433.843000', '171433.846000', '171433.848000', '171433.851000', '171433.853000', '171433.856000', '171453.742000', '171453.745000', '171453.748000', '171453.751000', '171453.753000', '171453.756000', '171453.759000', '171453.761000', '171453.764000', '171453.767000', '171453.769000', '171453.772000', '171453.774000', '171453.777000', '171453.780000', '171453.783000', '171453.785000', '171453.788000', '171453.790000', '171453.793000', '171453.796000', '171453.798000', '171453.801000', '171453.803000', '171453.806000', '171453.809000', '171453.811000', '171453.814000', '171453.816000', '171453.819000', '171453.822000', '171453.824000', '171453.827000', '171453.830000', '171453.832000', '171453.835000', '171453.838000', '171453.840000', '171453.843000', '171453.846000', '171453.848000', '171453.851000', '171453.854000', '171453.857000', '171513.742000', '171513.745000', '171513.748000', '171513.751000', '171513.753000', '171513.756000', '171513.758000', '171513.761000', '171513.764000', '171513.766000', '171513.769000', '171513.771000', '171513.774000', '171513.777000', '171513.780000', '171513.782000', '171513.785000', '171513.788000', '171513.790000', '171513.793000', '171513.796000', '171513.798000', '171513.801000', '171513.803000', '171513.806000', '171513.809000', '171513.811000', '171513.814000', '171513.816000', '171513.819000', '171513.822000', '171513.824000', '171513.827000', '171513.830000', '171513.832000', '171513.835000', '171513.838000', '171513.840000', '171513.843000', '171513.846000', '171513.850000', '171513.853000', '171513.855000', '171533.743000', '171533.745000', '171533.748000', '171533.751000', '171533.753000', '171533.756000', '171533.759000', '171533.761000', '171533.764000', '171533.766000', '171533.769000', '171533.772000', '171533.774000', '171533.777000', '171533.779000', '171533.782000', '171533.785000', '171533.787000', '171533.790000', '171533.793000', '171533.795000', '171533.798000', '171533.800000', '171533.803000', '171533.806000', '171533.808000', '171533.811000', '171533.814000', '171533.816000', '171533.819000', '171533.821000', '171533.824000', '171533.827000', '171533.829000', '171533.832000', '171533.834000', '171533.837000', '171533.839000', '171533.842000', '171533.845000', '171533.854000', '171533.856000', '171533.859000', '171533.862000', '171553.742000', '171553.745000', '171553.748000', '171553.750000', '171553.754000', '171553.756000', '171553.759000', '171553.761000', '171553.764000', '171553.766000', '171553.769000', '171553.772000', '171553.774000', '171553.777000', '171553.780000', '171553.782000', '171553.785000', '171553.787000', '171553.790000', '171553.792000', '171553.795000', '171553.798000', '171553.800000', '171553.803000', '171553.806000', '171553.808000', '171553.811000', '171553.813000', '171553.816000', '171553.819000', '171553.822000', '171553.824000', '171553.827000', '171553.830000', '171553.832000', '171553.835000', '171553.837000', '171553.840000', '171553.843000', '171553.845000', '171553.848000', '171553.851000', '171553.853000', '171613.743000', '171613.746000', '171613.748000', '171613.751000', '171613.753000', '171613.756000', '171613.759000', '171613.761000', '171613.764000', '171613.767000', '171613.769000', '171613.772000', '171613.774000', '171613.777000', '171613.780000', '171613.782000', '171613.785000', '171613.788000', '171613.790000', '171613.793000', '171613.795000', '171613.798000', '171613.801000', '171613.803000', '171613.806000', '171613.809000', '171613.811000', '171613.814000', '171613.816000', '171613.819000', '171613.822000', '171613.824000', '171613.827000', '171613.830000', '171613.832000', '171613.835000', '171613.837000', '171613.840000', '171613.843000', '171613.845000', '171613.848000', '171613.850000', '171613.853000', '171613.856000', '171633.742000', '171633.745000', '171633.748000', '171633.751000', '171633.754000', '171633.756000', '171633.759000', '171633.761000', '171633.764000', '171633.767000', '171633.769000', '171633.772000', '171633.774000', '171633.777000', '171633.780000', '171633.782000', '171633.785000', '171633.788000', '171633.790000', '171633.793000', '171633.796000', '171633.798000', '171633.801000', '171633.803000', '171633.806000', '171633.809000', '171633.811000', '171633.814000', '171633.816000', '171633.819000', '171633.822000', '171633.824000', '171633.827000', '171633.829000', '171633.832000', '171633.835000', '171633.837000', '171633.840000', '171633.843000', '171633.845000', '171633.848000', '171633.850000', '171633.853000', '171653.741000', '171653.744000', '171653.747000', '171653.750000', '171653.752000', '171653.755000', '171653.758000', '171653.760000', '171653.763000', '171653.765000', '171653.768000', '171653.771000', '171653.773000', '171653.776000', '171653.779000', '171653.781000', '171653.792000', '171653.796000', '171653.798000', '171653.801000', '171653.804000', '171653.806000', '171653.809000', '171653.812000', '171653.815000', '171653.817000', '171653.820000', '171653.822000', '171653.825000', '171653.828000', '171653.830000', '171653.833000', '171653.836000', '171653.838000', '171653.841000', '171653.843000', '171653.846000', '171653.849000', '171653.851000', '171653.854000', '171653.856000', '171653.859000', '171653.862000', '171653.864000', '171713.743000', '171713.745000', '171713.748000', '171713.751000', '171713.753000', '171713.756000', '171713.759000', '171713.761000', '171713.764000', '171713.767000', '171713.769000', '171713.772000', '171713.775000', '171713.777000', '171713.780000', '171713.783000', '171713.785000', '171713.788000', '171713.790000', '171713.793000', '171713.796000', '171713.798000', '171713.801000', '171713.804000', '171713.807000', '171713.809000', '171713.812000', '171713.815000', '171713.817000', '171713.820000', '171713.823000', '171713.825000', '171713.828000', '171713.830000', '171713.833000', '171713.836000', '171713.838000', '171713.841000', '171713.844000', '171713.846000', '171713.849000', '171713.851000', '171713.854000', '171733.743000', '171733.745000', '171733.748000', '171733.751000', '171733.753000', '171733.756000', '171733.759000', '171733.761000', '171733.764000', '171733.767000', '171733.769000', '171733.772000', '171733.775000', '171733.777000', '171733.780000', '171733.782000', '171733.785000', '171733.788000', '171733.790000', '171733.793000', '171733.796000', '171733.798000', '171733.801000', '171733.804000', '171733.806000', '171733.809000', '171733.812000', '171733.814000', '171733.817000', '171733.819000', '171733.822000', '171733.825000', '171733.827000', '171733.830000', '171733.832000', '171733.835000', '171733.838000', '171733.840000', '171733.843000', '171733.845000', '171733.848000', '171733.851000', '171733.853000', '171733.856000', '171739.216000', '171739.219000', '171739.222000', '171739.225000', '171739.227000', '171739.230000', '171739.233000', '171739.236000', '171739.238000', '171739.241000', '171739.244000', '171739.246000'], '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': [15506, 15341, 14276, 15451, 12502, 15085, 13692, 14875, 15115, 14796, 14823, 14784, 13785, 14937, 14052, 14843, 14279, 14838, 13870, 15095, 14903, 15417, 14826, 13867, 14937, 13335, 15314, 12911, 15027, 14506, 14947, 14973, 14453, 15025, 13992, 15167, 13483, 15128, 13765, 15116, 14616, 14806, 14397, 14386, 14871, 13697, 15241, 14717, 14920, 14743, 14642, 15027, 13111, 15084, 14466, 15227, 15108, 14414, 15264, 12826, 15284, 13023, 15431, 14937, 14896, 14599, 13643, 15166, 14193, 15306, 14406, 15064, 14878, 14378, 14840, 14508, 15235, 14196, 15470, 14778, 14114, 14997, 12575, 15216, 14367, 15366, 15037, 13502, 14918, 14227, 15502, 14398, 15100, 14845, 13707, 15042, 13535, 15268, 14142, 14690, 14532, 13931, 15062, 13836, 14453, 14490, 12838, 15047, 14281, 14359, 14112, 13518, 15002, 13366, 15107, 12737, 14809, 14242, 15413, 14173, 14970, 14531, 13561, 14874, 14025, 15411, 14083, 14613, 14483, 13669, 14978, 13655, 14817, 14703, 13607, 14543, 13545, 14689, 13527, 14628, 14051, 14520, 14093, 14405, 14786, 13219, 14693, 13847, 14945, 14658, 13663, 14700, 12302, 15220, 14160, 14848, 14421, 14403, 14511, 14057, 14857, 14174, 14952, 13544, 14761, 13826, 14866, 14034, 14951, 14263, 14051, 14465, 13890, 14990, 14523, 14861, 13961, 14727, 14734, 13948, 14908, 13634, 15005, 14225, 15048, 14421, 14901, 13459, 14646, 13928, 14715, 14724, 14870, 15370, 14965, 14137, 14557, 14326, 13811, 14923, 13724, 15069, 14367, 14278, 14668, 13727, 15115, 14312, 15558, 14396, 14404, 14807, 15380, 15258, 14133, 15035, 12627, 15328, 12996, 15517, 14430, 14673, 14738, 13659, 15351, 13089, 15103, 13957, 14570, 14461, 14875, 14841, 14252, 14876, 13294, 15335, 14710, 15011, 14649, 14459, 15100, 13179, 15106, 14368, 14418, 14965, 14812, 15002, 13370, 14855, 14474, 15193, 13919, 14693, 14575, 13562, 15154, 13696, 15235, 13670, 14222, 13277, 14648, 13750, 15068, 14299, 13204, 14165, 13270, 14926, 13412, 14800, 14345, 13942, 14767, 13884, 14852, 14103, 14946, 13913, 14399, 14306, 15420, 14787, 14092, 14517, 13326, 14806, 13670, 14747, 13752, 14230, 14437, 14591, 14629, 13491, 14491, 13294, 14893, 12963, 15066, 12467, 14460, 13826, 15221, 14504, 14590, 14230, 14168, 14229, 15074, 14625, 13577, 14495, 13344, 14705, 14505, 14625, 14078, 13984, 14559, 14035, 14506, 12468, 14614, 12931, 15390, 12946, 14527, 13614, 12386, 14900, 13273, 14849, 12964, 14483, 13265, 14493, 13888, 14731, 14177, 13169, 14244, 12460, 14548, 13131, 14725, 13563, 14834, 14362, 14827, 13453, 14549, 11689, 14517, 13769, 14575, 14070, 14090, 14062, 14843, 14808, 14501, 14450, 13686, 14476, 13317, 14874, 13638, 14680, 12358, 14410, 12716, 14927, 12879, 14703, 12828, 14472, 12115, 14731, 13969, 14605, 14018, 14024, 14101, 14564, 14327, 14305, 14185, 12991, 14294, 13253, 14613, 13269, 14291, 12427, 14426, 12831, 14471, 13460, 13907, 14140, 14433, 14550, 12683, 14201, 13911, 14556, 14149, 14699, 14331, 12833, 14249, 12815, 14281, 11879, 14065, 13863, 14514, 14016, 14040, 14139, 13745, 14512, 13492, 14691, 11723, 14148, 14083, 13999, 14429, 13898, 14457, 13142, 14424, 11963, 14266, 13168, 14717, 15662, 13807, 11846, 13924, 12528, 14034, 13856, 14079, 13994, 13929, 14146, 12791, 14314, 13272, 14173, 13735, 14172, 14112, 13718, 14127, 13249, 14452, 13449, 14278, 11664, 14195, 12850, 14300, 11488, 13762, 13454, 14317, 13662, 13691, 14001, 13210, 13814, 14610, 13999, 13790, 14088, 13060, 14084, 13195, 14307, 12321, 13969, 12428, 13916, 12782, 13890, 11337, 13780, 12868, 13921, 13645, 13547, 13947, 13191, 14002, 14362, 13959, 13276, 13951, 12610, 14372, 13600, 14207, 14148, 14131, 13458, 13992, 14220, 14385, 14418, 14024, 12641, 14031, 12169, 14447, 13372, 14019, 11871, 13939, 13177, 14657, 13814, 14207, 12491, 13753, 12116, 14341, 12709, 14062, 11444, 13833, 12354, 13826, 13604, 13784, 14136, 13146, 13798, 14288, 14084, 13515, 14015, 13059, 14109, 14171, 14326, 12974, 14163, 11478, 14046, 12742, 13838, 11606, 13493, 10932, 13819, 13569, 14095, 13943, 13271, 14154, 12857, 14169, 12652, 14232, 11036, 13967, 11294, 14113, 12302, 13976, 11133, 13526, 11667, 13968, 13372, 13833, 14022, 13402, 13925, 12833, 14265, 11804, 13921, 15431, 13710, 13966, 13823, 14034, 13384, 13829, 13208, 13983, 13526, 14101, 13586, 13960, 13492, 14176, 12250, 14040, 12144, 13791, 14092, 13934, 14031, 13267, 13955, 14372, 13324, 13360, 13024, 13795, 12113, 14049, 12561, 13977, 12285, 13679, 13546, 13747, 14077, 12877, 14162, 12193, 13890, 13807, 14130, 14216, 13396, 14270, 13091, 14126, 12373, 14446, 10958, 13972, 12019, 13706, 11085, 13764, 14166, 13247, 13732, 12544, 14237, 11455, 13919, 13668, 13336, 14036, 12805, 14142, 12219, 14102, 11913, 13717, 14167, 13789, 13885, 14051, 14153, 12165, 14372, 12302, 13646, 13814, 13530, 14152, 13044, 14293, 11649, 13841, 11562, 13609, 13945, 13630, 13988, 13094, 14190, 11847, 14103, 12737, 13720, 13786, 14284, 14190, 12085, 14301, 11686, 13957, 11464, 13510, 11613, 13572, 14178, 14187, 14759, 12778, 14566, 11418, 13679, 13372, 13953, 14202, 13796, 14027, 12919, 14451, 12833, 14338, 11825, 14334, 12497, 13831, 11446, 13650, 13708, 13791, 13869, 13666, 14176, 12868, 14212, 12750, 13838, 13973, 14091, 14347, 12846, 14152, 12786, 14131, 10819, 13744, 14039, 14192, 14173, 13774, 14387, 11959, 14432, 12028, 13996, 12629, 14106, 13985, 13336, 13935, 12498, 13193, 11942, 14187, 12912, 14142, 13891, 14303, 13756, 14261, 13550, 14053, 13000, 14520, 11840, 14288, 13792, 13966, 12787, 14497, 14294, 14044, 14204, 13738, 14476, 13417, 14315, 12008, 14491, 12268, 14450, 14478, 14006, 14371, 13445, 14985, 11745, 14539, 11368, 13939, 11595, 14430, 11594, 14091, 14141, 14031, 14369, 13550, 14389, 13676, 13998, 13353, 14364, 12029, 14397, 12416, 13873, 11579, 14004, 14069, 14111, 14182, 13713, 14571, 13244, 14767, 12176, 14062, 12249, 14106, 14299, 14089, 14233, 13830, 14475, 13753, 14324, 11796, 14229, 11847, 14078, 10833, 13988, 12566, 14071, 13337, 14154, 14242, 14232, 14241, 13536, 14207, 13349, 14476, 12011, 14257, 14128, 14338, 14165, 12783, 14515, 12119, 14205, 10553, 13912, 14257, 14010, 14263, 14211, 14394, 13829, 14064, 13117, 14600, 13305, 14475, 11937, 14383, 12440], 'WindowCenter': [4534.0, 4507.0, 4483.0, 4479.0, 4445.0, 4477.0, 4467.0, 4481.0, 4492.0, 4479.0, 4479.0, 4467.0, 4454.0, 4466.0, 4457.0, 4465.0, 4453.0, 4453.0, 4452.0, 4476.0, 4463.0, 4464.0, 4452.0, 4442.0, 4464.0, 4454.0, 4476.0, 4443.0, 4466.0, 4450.0, 4465.0, 4478.0, 4467.0, 4465.0, 4454.0, 4463.0, 4443.0, 4478.0, 4457.0, 4467.0, 4451.0, 4454.0, 4452.0, 4453.0, 4466.0, 4441.0, 4462.0, 4440.0, 4450.0, 4451.0, 4462.0, 4462.0, 4441.0, 4462.0, 4465.0, 4476.0, 4464.0, 4463.0, 4463.0, 4442.0, 4474.0, 4457.0, 4474.0, 4463.0, 4463.0, 4464.0, 4455.0, 4463.0, 4453.0, 4465.0, 4452.0, 4464.0, 4463.0, 4452.0, 4465.0, 4441.0, 4452.0, 4442.0, 4464.0, 4453.0, 4441.0, 4450.0, 4429.0, 4449.0, 4452.0, 4465.0, 4453.0, 4441.0, 4463.0, 4450.0, 4464.0, 4453.0, 4465.0, 4453.0, 4442.0, 4464.0, 4455.0, 4464.0, 4453.0, 4451.0, 4453.0, 4452.0, 4463.0, 4441.0, 4452.0, 4451.0, 4430.0, 4462.0, 4452.0, 4453.0, 4452.0, 4452.0, 4477.0, 4466.0, 4466.0, 4443.0, 4464.0, 4465.0, 4488.0, 4466.0, 4475.0, 4465.0, 4443.0, 4464.0, 4466.0, 4476.0, 4454.0, 4453.0, 4453.0, 4443.0, 4464.0, 4455.0, 4453.0, 4453.0, 4440.0, 4454.0, 4455.0, 4463.0, 4452.0, 4464.0, 4452.0, 4465.0, 4467.0, 4465.0, 4465.0, 4442.0, 4454.0, 4443.0, 4465.0, 4454.0, 4441.0, 4452.0, 4419.0, 4463.0, 4450.0, 4464.0, 4450.0, 4452.0, 4452.0, 4455.0, 4465.0, 4455.0, 4463.0, 4440.0, 4452.0, 4441.0, 4466.0, 4452.0, 4463.0, 4442.0, 4441.0, 4441.0, 4452.0, 4462.0, 4441.0, 4451.0, 4438.0, 4450.0, 4464.0, 4452.0, 4464.0, 4439.0, 4449.0, 4450.0, 4453.0, 4439.0, 4451.0, 4441.0, 4452.0, 4468.0, 4467.0, 4463.0, 4453.0, 4451.0, 4450.0, 4443.0, 4440.0, 4439.0, 4427.0, 4439.0, 4441.0, 4453.0, 4441.0, 4437.0, 4436.0, 4426.0, 4460.0, 4449.0, 4460.0, 4449.0, 4450.0, 4463.0, 4476.0, 4475.0, 4454.0, 4465.0, 4441.0, 4477.0, 4456.0, 4467.0, 4453.0, 4453.0, 4464.0, 4467.0, 4475.0, 4443.0, 4463.0, 4454.0, 4465.0, 4466.0, 4466.0, 4453.0, 4454.0, 4463.0, 4455.0, 4476.0, 4465.0, 4477.0, 4467.0, 4465.0, 4480.0, 4457.0, 4479.0, 4464.0, 4467.0, 4478.0, 4479.0, 4479.0, 4456.0, 4465.0, 4465.0, 4477.0, 4456.0, 4468.0, 4454.0, 4444.0, 4468.0, 4456.0, 4475.0, 4454.0, 4467.0, 4446.0, 4466.0, 4469.0, 4465.0, 4455.0, 4442.0, 4453.0, 4442.0, 4466.0, 4443.0, 4453.0, 4442.0, 4441.0, 4451.0, 4454.0, 4465.0, 4440.0, 4454.0, 4441.0, 4452.0, 4454.0, 4463.0, 4454.0, 4452.0, 4452.0, 4442.0, 4466.0, 4443.0, 4455.0, 4441.0, 4443.0, 4454.0, 4455.0, 4465.0, 4442.0, 4453.0, 4443.0, 4464.0, 4442.0, 4464.0, 4433.0, 4452.0, 4452.0, 4475.0, 4453.0, 4466.0, 4453.0, 4454.0, 4455.0, 4464.0, 4454.0, 4442.0, 4452.0, 4444.0, 4467.0, 4453.0, 4453.0, 4440.0, 4443.0, 4452.0, 4453.0, 4452.0, 4430.0, 4453.0, 4443.0, 4463.0, 4443.0, 4465.0, 4456.0, 4444.0, 4481.0, 4468.0, 4466.0, 4445.0, 4455.0, 4443.0, 4467.0, 4444.0, 4453.0, 4444.0, 4430.0, 4442.0, 4433.0, 4442.0, 4429.0, 4451.0, 4428.0, 4464.0, 4463.0, 4464.0, 4442.0, 4454.0, 4432.0, 4467.0, 4459.0, 4467.0, 4452.0, 4454.0, 4453.0, 4467.0, 4466.0, 4453.0, 4455.0, 4443.0, 4453.0, 4455.0, 4467.0, 4443.0, 4463.0, 4433.0, 4453.0, 4446.0, 4478.0, 4445.0, 4465.0, 4443.0, 4454.0, 4445.0, 4466.0, 4456.0, 4466.0, 4444.0, 4455.0, 4455.0, 4469.0, 4456.0, 4456.0, 4455.0, 4443.0, 4455.0, 4446.0, 4455.0, 4443.0, 4455.0, 4433.0, 4467.0, 4456.0, 4468.0, 4456.0, 4458.0, 4457.0, 4468.0, 4468.0, 4446.0, 4458.0, 4445.0, 4469.0, 4456.0, 4467.0, 4454.0, 4444.0, 4467.0, 4457.0, 4467.0, 4436.0, 4466.0, 4457.0, 4469.0, 4456.0, 4467.0, 4458.0, 4456.0, 4470.0, 4459.0, 4469.0, 4436.0, 4457.0, 4457.0, 4466.0, 4468.0, 4456.0, 4457.0, 4445.0, 4454.0, 4436.0, 4457.0, 4445.0, 4454.0, 4452.0, 4444.0, 4434.0, 4456.0, 4448.0, 4457.0, 4445.0, 4445.0, 4443.0, 4444.0, 4443.0, 4432.0, 4442.0, 4431.0, 4444.0, 4443.0, 4443.0, 4441.0, 4441.0, 4442.0, 4455.0, 4456.0, 4445.0, 4456.0, 4424.0, 4468.0, 4447.0, 4456.0, 4424.0, 4456.0, 4446.0, 4468.0, 4447.0, 4457.0, 4444.0, 4445.0, 4446.0, 4456.0, 4446.0, 4444.0, 4443.0, 4444.0, 4456.0, 4444.0, 4455.0, 4432.0, 4443.0, 4434.0, 4456.0, 4433.0, 4443.0, 4411.0, 4442.0, 4432.0, 4455.0, 4442.0, 4444.0, 4431.0, 4431.0, 4431.0, 4454.0, 4444.0, 4433.0, 4442.0, 4432.0, 4452.0, 4455.0, 4467.0, 4456.0, 4454.0, 4442.0, 4443.0, 4457.0, 4454.0, 4455.0, 4455.0, 4434.0, 4454.0, 4436.0, 4468.0, 4442.0, 4455.0, 4422.0, 4442.0, 4446.0, 4467.0, 4445.0, 4456.0, 4434.0, 4447.0, 4446.0, 4469.0, 4446.0, 4458.0, 4425.0, 4446.0, 4435.0, 4457.0, 4445.0, 4457.0, 4445.0, 4445.0, 4455.0, 4468.0, 4456.0, 4456.0, 4454.0, 4446.0, 4457.0, 4457.0, 4456.0, 4446.0, 4456.0, 4426.0, 4458.0, 4446.0, 4448.0, 4424.0, 4446.0, 4424.0, 4460.0, 4446.0, 4458.0, 4445.0, 4446.0, 4444.0, 4448.0, 4456.0, 4446.0, 4456.0, 4424.0, 4455.0, 4439.0, 4470.0, 4449.0, 4468.0, 4437.0, 4458.0, 4450.0, 4471.0, 4460.0, 4471.0, 4458.0, 4459.0, 4469.0, 4448.0, 4458.0, 4425.0, 4446.0, 4467.0, 4457.0, 4445.0, 4456.0, 4443.0, 4445.0, 4456.0, 4446.0, 4445.0, 4444.0, 4444.0, 4446.0, 4469.0, 4448.0, 4446.0, 4423.0, 4444.0, 4435.0, 4455.0, 4444.0, 4444.0, 4443.0, 4433.0, 4440.0, 4442.0, 4430.0, 4444.0, 4443.0, 4456.0, 4459.0, 4468.0, 4447.0, 4458.0, 4434.0, 4447.0, 4446.0, 4446.0, 4433.0, 4422.0, 4431.0, 4421.0, 4444.0, 4430.0, 4442.0, 4429.0, 4429.0, 4439.0, 4444.0, 4443.0, 4432.0, 4454.0, 4423.0, 4456.0, 4447.0, 4458.0, 4426.0, 4458.0, 4457.0, 4459.0, 4458.0, 4447.0, 4459.0, 4424.0, 4458.0, 4458.0, 4446.0, 4444.0, 4431.0, 4444.0, 4447.0, 4459.0, 4424.0, 4445.0, 4443.0, 4444.0, 4456.0, 4456.0, 4456.0, 4435.0, 4457.0, 4434.0, 4446.0, 4457.0, 4445.0, 4445.0, 4434.0, 4455.0, 4437.0, 4458.0, 4425.0, 4456.0, 4444.0, 4444.0, 4458.0, 4446.0, 4457.0, 4435.0, 4456.0, 4433.0, 4456.0, 4458.0, 4456.0, 4456.0, 4435.0, 4456.0, 4436.0, 4468.0, 4436.0, 4459.0, 4436.0, 4456.0, 4469.0, 4469.0, 4469.0, 4447.0, 4469.0, 4438.0, 4470.0, 4458.0, 4459.0, 4457.0, 4456.0, 4456.0, 4448.0, 4457.0, 4435.0, 4456.0, 4424.0, 4457.0, 4436.0, 4446.0, 4423.0, 4443.0, 4444.0, 4446.0, 4445.0, 4445.0, 4444.0, 4422.0, 4443.0, 4434.0, 4433.0, 4431.0, 4431.0, 4431.0, 4421.0, 4443.0, 4421.0, 4442.0, 4399.0, 4431.0, 4442.0, 4443.0, 4441.0, 4446.0, 4444.0, 4423.0, 4454.0, 4424.0, 4444.0, 4422.0, 4444.0, 4445.0, 4446.0, 4445.0, 4433.0, 4433.0, 4422.0, 4443.0, 4444.0, 4457.0, 4445.0, 4456.0, 4445.0, 4444.0, 4447.0, 4457.0, 4446.0, 4446.0, 4423.0, 4445.0, 4447.0, 4444.0, 4432.0, 4444.0, 4442.0, 4455.0, 4444.0, 4445.0, 4443.0, 4434.0, 4452.0, 4436.0, 4455.0, 4433.0, 4455.0, 4444.0, 4456.0, 4456.0, 4444.0, 4454.0, 4423.0, 4455.0, 4437.0, 4457.0, 4436.0, 4455.0, 4425.0, 4469.0, 4468.0, 4458.0, 4456.0, 4457.0, 4455.0, 4468.0, 4458.0, 4458.0, 4459.0, 4434.0, 4458.0, 4448.0, 4446.0, 4423.0, 4444.0, 4444.0, 4457.0, 4444.0, 4445.0, 4454.0, 4432.0, 4454.0, 4435.0, 4456.0, 4423.0, 4444.0, 4442.0, 4442.0, 4444.0, 4445.0, 4445.0, 4444.0, 4444.0, 4435.0, 4457.0, 4434.0, 4457.0, 4413.0, 4443.0, 4434.0, 4457.0, 4444.0, 4457.0, 4443.0, 4456.0, 4456.0, 4459.0, 4458.0, 4446.0, 4457.0, 4424.0, 4456.0, 4445.0, 4456.0, 4444.0, 4433.0, 4455.0, 4434.0, 4455.0, 4413.0, 4443.0, 4455.0, 4457.0, 4455.0, 4457.0, 4453.0, 4445.0, 4458.0, 4449.0, 4458.0, 4447.0, 4458.0, 4436.0, 4458.0, 4436.0], 'WindowWidth': [9940.0, 9888.0, 9845.0, 9835.0, 9781.0, 9827.0, 9815.0, 9840.0, 9857.0, 9834.0, 9831.0, 9815.0, 9788.0, 9810.0, 9799.0, 9806.0, 9788.0, 9786.0, 9785.0, 9823.0, 9800.0, 9801.0, 9782.0, 9768.0, 9802.0, 9793.0, 9822.0, 9775.0, 9807.0, 9780.0, 9806.0, 9831.0, 9810.0, 9806.0, 9787.0, 9800.0, 9771.0, 9830.0, 9803.0, 9811.0, 9781.0, 9788.0, 9783.0, 9785.0, 9809.0, 9768.0, 9798.0, 9766.0, 9777.0, 9781.0, 9798.0, 9797.0, 9766.0, 9795.0, 9804.0, 9823.0, 9803.0, 9800.0, 9801.0, 9769.0, 9818.0, 9801.0, 9818.0, 9800.0, 9801.0, 9803.0, 9794.0, 9803.0, 9789.0, 9804.0, 9785.0, 9801.0, 9805.0, 9785.0, 9804.0, 9768.0, 9781.0, 9768.0, 9804.0, 9787.0, 9765.0, 9780.0, 9746.0, 9776.0, 9785.0, 9805.0, 9786.0, 9767.0, 9800.0, 9782.0, 9804.0, 9786.0, 9804.0, 9786.0, 9768.0, 9803.0, 9793.0, 9803.0, 9785.0, 9781.0, 9786.0, 9784.0, 9800.0, 9768.0, 9784.0, 9780.0, 9750.0, 9799.0, 9783.0, 9787.0, 9786.0, 9784.0, 9826.0, 9810.0, 9808.0, 9772.0, 9803.0, 9807.0, 9842.0, 9809.0, 9821.0, 9805.0, 9772.0, 9806.0, 9815.0, 9822.0, 9790.0, 9787.0, 9788.0, 9772.0, 9803.0, 9793.0, 9787.0, 9783.0, 9764.0, 9787.0, 9794.0, 9803.0, 9783.0, 9803.0, 9785.0, 9809.0, 9817.0, 9806.0, 9805.0, 9767.0, 9787.0, 9777.0, 9806.0, 9788.0, 9764.0, 9782.0, 9734.0, 9798.0, 9782.0, 9802.0, 9779.0, 9783.0, 9782.0, 9789.0, 9808.0, 9792.0, 9802.0, 9764.0, 9783.0, 9770.0, 9808.0, 9786.0, 9800.0, 9769.0, 9763.0, 9766.0, 9785.0, 9796.0, 9769.0, 9780.0, 9760.0, 9780.0, 9802.0, 9780.0, 9800.0, 9760.0, 9775.0, 9779.0, 9783.0, 9762.0, 9779.0, 9767.0, 9783.0, 9813.0, 9815.0, 9800.0, 9786.0, 9783.0, 9775.0, 9774.0, 9762.0, 9763.0, 9740.0, 9758.0, 9765.0, 9785.0, 9764.0, 9752.0, 9753.0, 9737.0, 9793.0, 9775.0, 9792.0, 9774.0, 9778.0, 9800.0, 9824.0, 9818.0, 9790.0, 9805.0, 9768.0, 9825.0, 9795.0, 9808.0, 9786.0, 9786.0, 9803.0, 9811.0, 9820.0, 9774.0, 9801.0, 9787.0, 9805.0, 9809.0, 9807.0, 9787.0, 9787.0, 9801.0, 9792.0, 9823.0, 9806.0, 9825.0, 9809.0, 9806.0, 9834.0, 9801.0, 9830.0, 9804.0, 9809.0, 9828.0, 9831.0, 9832.0, 9794.0, 9808.0, 9811.0, 9826.0, 9795.0, 9813.0, 9791.0, 9773.0, 9814.0, 9797.0, 9820.0, 9788.0, 9811.0, 9782.0, 9811.0, 9817.0, 9806.0, 9791.0, 9769.0, 9787.0, 9773.0, 9807.0, 9773.0, 9787.0, 9768.0, 9764.0, 9779.0, 9790.0, 9804.0, 9764.0, 9787.0, 9765.0, 9780.0, 9789.0, 9800.0, 9788.0, 9782.0, 9784.0, 9770.0, 9810.0, 9774.0, 9791.0, 9767.0, 9771.0, 9787.0, 9788.0, 9804.0, 9768.0, 9787.0, 9771.0, 9799.0, 9768.0, 9801.0, 9755.0, 9783.0, 9785.0, 9821.0, 9786.0, 9807.0, 9783.0, 9787.0, 9793.0, 9803.0, 9787.0, 9768.0, 9786.0, 9774.0, 9808.0, 9786.0, 9786.0, 9765.0, 9770.0, 9783.0, 9783.0, 9782.0, 9748.0, 9785.0, 9774.0, 9796.0, 9770.0, 9804.0, 9796.0, 9777.0, 9836.0, 9815.0, 9812.0, 9776.0, 9790.0, 9777.0, 9812.0, 9778.0, 9786.0, 9773.0, 9747.0, 9768.0, 9759.0, 9768.0, 9746.0, 9776.0, 9744.0, 9802.0, 9803.0, 9805.0, 9769.0, 9789.0, 9755.0, 9811.0, 9802.0, 9811.0, 9782.0, 9787.0, 9785.0, 9813.0, 9807.0, 9788.0, 9790.0, 9769.0, 9784.0, 9791.0, 9809.0, 9770.0, 9801.0, 9756.0, 9785.0, 9779.0, 9826.0, 9777.0, 9806.0, 9771.0, 9787.0, 9778.0, 9807.0, 9794.0, 9808.0, 9774.0, 9790.0, 9792.0, 9816.0, 9794.0, 9792.0, 9792.0, 9769.0, 9788.0, 9779.0, 9791.0, 9772.0, 9789.0, 9757.0, 9808.0, 9798.0, 9812.0, 9794.0, 9798.0, 9797.0, 9814.0, 9812.0, 9778.0, 9798.0, 9781.0, 9814.0, 9793.0, 9809.0, 9788.0, 9772.0, 9811.0, 9798.0, 9810.0, 9766.0, 9807.0, 9798.0, 9816.0, 9793.0, 9812.0, 9798.0, 9794.0, 9819.0, 9804.0, 9815.0, 9766.0, 9794.0, 9796.0, 9811.0, 9813.0, 9795.0, 9795.0, 9775.0, 9788.0, 9767.0, 9797.0, 9774.0, 9785.0, 9784.0, 9772.0, 9758.0, 9793.0, 9788.0, 9797.0, 9777.0, 9774.0, 9771.0, 9773.0, 9769.0, 9752.0, 9766.0, 9752.0, 9771.0, 9772.0, 9768.0, 9762.0, 9764.0, 9766.0, 9791.0, 9792.0, 9775.0, 9792.0, 9745.0, 9812.0, 9784.0, 9794.0, 9747.0, 9790.0, 9780.0, 9810.0, 9780.0, 9796.0, 9774.0, 9774.0, 9781.0, 9793.0, 9778.0, 9772.0, 9768.0, 9771.0, 9792.0, 9773.0, 9791.0, 9753.0, 9770.0, 9760.0, 9794.0, 9757.0, 9771.0, 9724.0, 9765.0, 9755.0, 9789.0, 9769.0, 9771.0, 9749.0, 9749.0, 9748.0, 9785.0, 9772.0, 9754.0, 9764.0, 9751.0, 9780.0, 9792.0, 9810.0, 9794.0, 9786.0, 9769.0, 9769.0, 9795.0, 9789.0, 9789.0, 9788.0, 9757.0, 9786.0, 9765.0, 9812.0, 9768.0, 9787.0, 9738.0, 9767.0, 9779.0, 9807.0, 9776.0, 9793.0, 9758.0, 9779.0, 9778.0, 9816.0, 9778.0, 9799.0, 9747.0, 9777.0, 9761.0, 9795.0, 9774.0, 9793.0, 9774.0, 9774.0, 9790.0, 9811.0, 9790.0, 9792.0, 9785.0, 9777.0, 9795.0, 9796.0, 9791.0, 9776.0, 9791.0, 9750.0, 9799.0, 9777.0, 9780.0, 9745.0, 9776.0, 9748.0, 9802.0, 9780.0, 9798.0, 9776.0, 9775.0, 9772.0, 9785.0, 9793.0, 9776.0, 9790.0, 9745.0, 9790.0, 9775.0, 9820.0, 9787.0, 9813.0, 9766.0, 9799.0, 9793.0, 9822.0, 9806.0, 9819.0, 9799.0, 9799.0, 9817.0, 9782.0, 9798.0, 9746.0, 9776.0, 9814.0, 9794.0, 9776.0, 9791.0, 9770.0, 9773.0, 9790.0, 9779.0, 9774.0, 9774.0, 9772.0, 9779.0, 9815.0, 9784.0, 9778.0, 9742.0, 9772.0, 9761.0, 9790.0, 9774.0, 9772.0, 9769.0, 9756.0, 9762.0, 9762.0, 9747.0, 9770.0, 9770.0, 9794.0, 9803.0, 9812.0, 9780.0, 9799.0, 9758.0, 9779.0, 9781.0, 9777.0, 9755.0, 9737.0, 9748.0, 9736.0, 9770.0, 9748.0, 9764.0, 9742.0, 9743.0, 9757.0, 9773.0, 9770.0, 9755.0, 9785.0, 9743.0, 9793.0, 9783.0, 9797.0, 9751.0, 9797.0, 9794.0, 9803.0, 9797.0, 9779.0, 9799.0, 9744.0, 9797.0, 9802.0, 9778.0, 9773.0, 9751.0, 9773.0, 9783.0, 9799.0, 9747.0, 9776.0, 9770.0, 9771.0, 9792.0, 9793.0, 9792.0, 9760.0, 9793.0, 9757.0, 9778.0, 9797.0, 9775.0, 9774.0, 9757.0, 9787.0, 9769.0, 9796.0, 9749.0, 9791.0, 9774.0, 9772.0, 9797.0, 9781.0, 9793.0, 9759.0, 9789.0, 9759.0, 9794.0, 9799.0, 9791.0, 9791.0, 9760.0, 9791.0, 9765.0, 9811.0, 9764.0, 9799.0, 9765.0, 9794.0, 9814.0, 9815.0, 9814.0, 9782.0, 9813.0, 9772.0, 9819.0, 9798.0, 9801.0, 9794.0, 9792.0, 9791.0, 9786.0, 9794.0, 9761.0, 9790.0, 9743.0, 9793.0, 9766.0, 9776.0, 9740.0, 9770.0, 9772.0, 9778.0, 9773.0, 9773.0, 9770.0, 9736.0, 9768.0, 9760.0, 9754.0, 9748.0, 9749.0, 9748.0, 9736.0, 9769.0, 9732.0, 9765.0, 9703.0, 9748.0, 9766.0, 9769.0, 9765.0, 9775.0, 9771.0, 9743.0, 9786.0, 9744.0, 9772.0, 9739.0, 9773.0, 9776.0, 9779.0, 9775.0, 9754.0, 9756.0, 9738.0, 9769.0, 9774.0, 9797.0, 9777.0, 9789.0, 9776.0, 9772.0, 9782.0, 9795.0, 9776.0, 9777.0, 9738.0, 9773.0, 9782.0, 9772.0, 9752.0, 9769.0, 9765.0, 9789.0, 9770.0, 9774.0, 9768.0, 9756.0, 9781.0, 9765.0, 9789.0, 9755.0, 9787.0, 9771.0, 9791.0, 9792.0, 9771.0, 9784.0, 9741.0, 9789.0, 9770.0, 9796.0, 9763.0, 9790.0, 9746.0, 9813.0, 9813.0, 9799.0, 9791.0, 9793.0, 9789.0, 9813.0, 9799.0, 9797.0, 9801.0, 9759.0, 9796.0, 9784.0, 9778.0, 9742.0, 9771.0, 9775.0, 9795.0, 9774.0, 9773.0, 9784.0, 9751.0, 9784.0, 9763.0, 9791.0, 9743.0, 9772.0, 9765.0, 9764.0, 9771.0, 9773.0, 9772.0, 9770.0, 9770.0, 9763.0, 9796.0, 9759.0, 9792.0, 9726.0, 9768.0, 9759.0, 9793.0, 9773.0, 9794.0, 9769.0, 9790.0, 9793.0, 9800.0, 9796.0, 9777.0, 9793.0, 9743.0, 9791.0, 9777.0, 9791.0, 9772.0, 9754.0, 9789.0, 9760.0, 9788.0, 9727.0, 9770.0, 9788.0, 9794.0, 9786.0, 9795.0, 9782.0, 9775.0, 9798.0, 9785.0, 9797.0, 9779.0, 9794.0, 9761.0, 9798.0, 9765.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.000156183908045977</td></tr>
<tr><td colspan=3>aqi</td><td>0.019763423333333332</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.07567780814729</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.155303504867664</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694906399539693</td></tr>
<tr><td colspan=3>efc</td><td>0.4905</td></tr>
<tr><td colspan=3>fber</td><td>4884.7368</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09900876323929565</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0689655172413794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500877103313112</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.447856487093099</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7787637519309274</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.276011070915309</td></tr>
<tr><td colspan=3>gcor</td><td>0.00805428</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022635770961642265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034743644297122955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.625527768900657</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>33.375</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.294</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.9371</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>991.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.5408</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9705</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.6717</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.4442</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.8421</td></tr>
<tr><td colspan=3>tsnr</td><td>40.89076590444893</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>