ds005256-mriqc/sub-0040_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 2c30e7d2f6 [DATALAD RUNCMD] Compute MRIQC for sub-0040
=== 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-0040 --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-0040",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:18:48 +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-0040_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0040_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-01/func/sub-0040_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a860bc2014516acec9f21ca5b67b461b</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:46:27.555000</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_VE11C_LATEST_20160120</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.999497, -0.00364085, -0.0315144, 0.00680347, 0.99488, 0.100838]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0782851</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7741, -7224, 601, -32, -68, 42, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>241.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c728421b-d9c0-49fd-b305-406ecc5c694b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815764904022217, 0.018253199756145477, -0.08366191387176514, 115.93814849853516], [0.00976813118904829, 2.669189453125, 0.27270326018333435, -101.13042449951172], [-0.08455082029104233, -0.270539790391922, 2.684889793395996, -41.494606018066406], [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': ['164627.555000', '164628.015000', '164628.475000', '164628.935000', '164629.395000', '164629.855000', '164630.315000', '164630.775000', '164631.235000', '164631.695000', '164632.155000', '164632.615000', '164633.075000', '164633.535000', '164633.995000', '164634.455000', '164634.915000', '164635.375000', '164635.835000', '164636.295000', '164636.755000', '164637.215000', '164637.675000', '164638.135000', '164638.595000', '164639.055000', '164639.515000', '164639.975000', '164640.435000', '164640.895000', '164641.355000', '164641.815000', '164642.275000', '164642.735000', '164643.195000', '164643.655000', '164644.115000', '164644.575000', '164645.035000', '164645.495000', '164645.955000', '164646.415000', '164646.875000', '164647.335000', '164647.795000', '164648.255000', '164648.715000', '164649.175000', '164649.635000', '164650.095000', '164650.555000', '164651.015000', '164651.475000', '164651.935000', '164652.395000', '164652.855000', '164653.315000', '164653.775000', '164654.235000', '164654.695000', '164655.155000', '164655.615000', '164656.075000', '164656.535000', '164656.995000', '164657.455000', '164657.915000', '164658.375000', '164658.835000', '164659.295000', '164659.755000', '164700.215000', '164700.675000', '164701.135000', '164701.595000', '164702.055000', '164702.515000', '164702.975000', '164703.435000', '164703.895000', '164704.355000', '164704.815000', '164705.275000', '164705.735000', '164706.195000', '164706.655000', '164707.115000', '164707.575000', '164708.035000', '164708.495000', '164708.955000', '164709.415000', '164709.875000', '164710.335000', '164710.795000', '164711.255000', '164711.715000', '164712.175000', '164712.635000', '164713.095000', '164713.555000', '164714.015000', '164714.475000', '164714.935000', '164715.395000', '164715.855000', '164716.315000', '164716.775000', '164717.235000', '164717.695000', '164718.155000', '164718.615000', '164719.075000', '164719.535000', '164719.995000', '164720.455000', '164720.915000', '164721.375000', '164721.835000', '164722.295000', '164722.755000', '164723.215000', '164723.675000', '164724.135000', '164724.595000', '164725.055000', '164725.515000', '164725.975000', '164726.435000', '164726.895000', '164727.355000', '164727.815000', '164728.275000', '164728.735000', '164729.195000', '164729.655000', '164730.115000', '164730.575000', '164731.035000', '164731.495000', '164731.955000', '164732.415000', '164732.875000', '164733.335000', '164733.795000', '164734.255000', '164734.715000', '164735.175000', '164735.635000', '164736.095000', '164736.555000', '164737.015000', '164737.475000', '164737.935000', '164738.395000', '164738.855000', '164739.315000', '164739.775000', '164740.235000', '164740.695000', '164741.155000', '164741.615000', '164742.075000', '164742.535000', '164742.995000', '164743.455000', '164743.915000', '164744.375000', '164744.835000', '164745.295000', '164745.755000', '164746.215000', '164746.675000', '164747.135000', '164747.595000', '164748.055000', '164748.515000', '164748.975000', '164749.435000', '164749.895000', '164750.355000', '164750.815000', '164751.275000', '164751.735000', '164752.195000', '164752.655000', '164753.115000', '164753.575000', '164754.035000', '164754.495000', '164754.955000', '164755.415000', '164755.875000', '164756.335000', '164756.795000', '164757.255000', '164757.715000', '164758.175000', '164758.635000', '164759.095000', '164759.555000', '164800.015000', '164800.475000', '164800.935000', '164801.395000', '164801.855000', '164802.315000', '164802.775000', '164803.235000', '164803.695000', '164804.155000', '164804.615000', '164805.075000', '164805.535000', '164805.995000', '164806.455000', '164806.915000', '164807.375000', '164807.835000', '164808.295000', '164808.755000', '164809.215000', '164809.675000', '164810.135000', '164810.595000', '164811.055000', '164811.515000', '164811.975000', '164812.435000', '164812.895000', '164813.355000', '164813.815000', '164814.275000', '164814.735000', '164815.195000', '164815.655000', '164816.115000', '164816.575000', '164817.035000', '164817.495000', '164817.955000', '164818.415000', '164818.875000', '164819.335000', '164819.795000', '164820.255000', '164820.715000', '164821.175000', '164821.635000', '164822.095000', '164822.555000', '164823.015000', '164823.475000', '164823.935000', '164824.395000', '164824.855000', '164825.315000', '164825.775000', '164826.235000', '164826.695000', '164827.155000', '164827.615000', '164828.075000', '164828.535000', '164828.995000', '164829.455000', '164829.915000', '164830.375000', '164830.835000', '164831.295000', '164831.755000', '164832.215000', '164832.675000', '164833.135000', '164833.595000', '164834.055000', '164834.515000', '164834.975000', '164835.435000', '164835.895000', '164836.355000', '164836.815000', '164837.275000', '164837.735000', '164838.195000', '164838.655000', '164839.115000', '164839.575000', '164840.035000', '164840.495000', '164840.955000', '164841.415000', '164841.875000', '164842.335000', '164842.795000', '164843.255000', '164843.715000', '164844.175000', '164844.635000', '164845.095000', '164845.555000', '164846.015000', '164846.475000', '164846.935000', '164847.395000', '164847.855000', '164848.315000', '164848.775000', '164849.235000', '164849.695000', '164850.155000', '164850.615000', '164851.075000', '164851.535000', '164851.995000', '164852.455000', '164852.915000', '164853.375000', '164853.835000', '164854.295000', '164854.755000', '164855.215000', '164855.675000', '164856.135000', '164856.595000', '164857.055000', '164857.515000', '164857.975000', '164858.435000', '164858.895000', '164859.355000', '164859.815000', '164900.275000', '164900.735000', '164901.195000', '164901.655000', '164902.115000', '164902.575000', '164903.035000', '164903.495000', '164903.955000', '164904.415000', '164904.875000', '164905.335000', '164905.795000', '164906.255000', '164906.715000', '164907.175000', '164907.635000', '164908.095000', '164908.555000', '164909.015000', '164909.475000', '164909.935000', '164910.395000', '164910.855000', '164911.315000', '164911.775000', '164912.235000', '164912.695000', '164913.155000', '164913.615000', '164914.075000', '164914.535000', '164914.995000', '164915.455000', '164915.915000', '164916.375000', '164916.835000', '164917.295000', '164917.755000', '164918.215000', '164918.675000', '164919.135000', '164919.595000', '164920.055000', '164920.515000', '164920.975000', '164921.435000', '164921.895000', '164922.355000', '164922.815000', '164923.275000', '164923.735000', '164924.195000', '164924.655000', '164925.115000', '164925.575000', '164926.035000', '164926.495000', '164926.955000', '164927.415000', '164927.875000', '164928.335000', '164928.795000', '164929.255000', '164929.715000', '164930.175000', '164930.635000', '164931.095000', '164931.555000', '164932.015000', '164932.475000', '164932.935000', '164933.395000', '164933.855000', '164934.315000', '164934.775000', '164935.235000', '164935.695000', '164936.155000', '164936.615000', '164937.075000', '164937.535000', '164937.995000', '164938.455000', '164938.915000', '164939.375000', '164939.835000', '164940.295000', '164940.755000', '164941.215000', '164941.675000', '164942.135000', '164942.595000', '164943.055000', '164943.515000', '164943.975000', '164944.435000', '164944.895000', '164945.355000', '164945.815000', '164946.275000', '164946.735000', '164947.195000', '164947.655000', '164948.115000', '164948.575000', '164949.035000', '164949.495000', '164949.955000', '164950.415000', '164950.875000', '164951.335000', '164951.795000', '164952.255000', '164952.715000', '164953.175000', '164953.635000', '164954.095000', '164954.555000', '164955.015000', '164955.475000', '164955.935000', '164956.395000', '164956.855000', '164957.315000', '164957.775000', '164958.235000', '164958.695000', '164959.155000', '164959.615000', '165000.075000', '165000.535000', '165000.995000', '165001.455000', '165001.915000', '165002.375000', '165002.835000', '165003.295000', '165003.755000', '165004.215000', '165004.675000', '165005.135000', '165005.595000', '165006.055000', '165006.515000', '165006.975000', '165007.435000', '165007.895000', '165008.355000', '165008.815000', '165009.275000', '165009.735000', '165010.195000', '165010.655000', '165011.115000', '165011.575000', '165012.035000', '165012.495000', '165012.955000', '165013.415000', '165013.875000', '165014.335000', '165014.795000', '165015.255000', '165015.715000', '165016.175000', '165016.635000', '165017.095000', '165017.555000', '165018.015000', '165018.475000', '165018.935000', '165019.395000', '165019.855000', '165020.315000', '165020.775000', '165021.235000', '165021.695000', '165022.155000', '165022.615000', '165023.075000', '165023.535000', '165023.995000', '165024.455000', '165024.915000', '165025.375000', '165025.835000', '165026.295000', '165026.755000', '165027.215000', '165027.675000', '165028.135000', '165028.595000', '165029.055000', '165029.515000', '165029.975000', '165030.435000', '165030.895000', '165031.355000', '165031.815000', '165032.275000', '165032.735000', '165033.195000', '165033.655000', '165034.115000', '165034.575000', '165035.035000', '165035.495000', '165035.955000', '165036.415000', '165036.875000', '165037.335000', '165037.795000', '165038.255000', '165038.715000', '165039.175000', '165039.635000', '165040.095000', '165040.555000', '165041.015000', '165041.475000', '165041.935000', '165042.395000', '165042.855000', '165043.315000', '165043.775000', '165044.235000', '165044.695000', '165045.155000', '165045.615000', '165046.075000', '165046.535000', '165046.995000', '165047.455000', '165047.915000', '165048.375000', '165048.835000', '165049.295000', '165049.755000', '165050.215000', '165050.675000', '165051.135000', '165051.595000', '165052.055000', '165052.515000', '165052.975000', '165053.435000', '165053.895000', '165054.355000', '165054.815000', '165055.275000', '165055.735000', '165056.195000', '165056.655000', '165057.115000', '165057.575000', '165058.035000', '165058.495000', '165058.955000', '165059.415000', '165059.875000', '165100.335000', '165100.795000', '165101.255000', '165101.715000', '165102.175000', '165102.635000', '165103.095000', '165103.555000', '165104.015000', '165104.475000', '165104.935000', '165105.395000', '165105.855000', '165106.315000', '165106.775000', '165107.235000', '165107.695000', '165108.155000', '165108.615000', '165109.075000', '165109.535000', '165109.995000', '165110.455000', '165110.915000', '165111.375000', '165111.835000', '165112.295000', '165112.755000', '165113.215000', '165113.675000', '165114.135000', '165114.595000', '165115.055000', '165115.515000', '165115.975000', '165116.435000', '165116.895000', '165117.355000', '165117.815000', '165118.275000', '165118.735000', '165119.195000', '165119.655000', '165120.115000', '165120.575000', '165121.035000', '165121.495000', '165121.955000', '165122.415000', '165122.875000', '165123.335000', '165123.795000', '165124.255000', '165124.715000', '165125.175000', '165125.635000', '165126.095000', '165126.555000', '165127.015000', '165127.475000', '165127.935000', '165128.395000', '165128.855000', '165129.315000', '165129.775000', '165130.235000', '165130.695000', '165131.155000', '165131.615000', '165132.075000', '165132.535000', '165132.995000', '165133.455000', '165133.915000', '165134.375000', '165134.835000', '165135.295000', '165135.755000', '165136.215000', '165136.675000', '165137.135000', '165137.595000', '165138.055000', '165138.515000', '165138.975000', '165139.435000', '165139.895000', '165140.355000', '165140.815000', '165141.275000', '165141.735000', '165142.195000', '165142.655000', '165143.115000', '165143.575000', '165144.035000', '165144.495000', '165144.955000', '165145.415000', '165145.875000', '165146.335000', '165146.795000', '165147.255000', '165147.715000', '165148.175000', '165148.635000', '165149.095000', '165149.555000', '165150.015000', '165150.475000', '165150.935000', '165151.395000', '165151.855000', '165152.315000', '165152.775000', '165153.235000', '165153.695000', '165154.155000', '165154.615000', '165155.075000', '165155.535000', '165155.995000', '165156.455000', '165156.915000', '165157.375000', '165157.835000', '165158.295000', '165158.755000', '165159.215000', '165159.675000', '165200.135000', '165200.595000', '165201.055000', '165201.515000', '165201.975000', '165202.435000', '165202.895000', '165203.355000', '165203.815000', '165204.275000', '165204.735000', '165205.195000', '165205.655000', '165206.115000', '165206.575000', '165207.035000', '165207.495000', '165207.955000', '165208.415000', '165208.875000', '165209.335000', '165209.795000', '165210.255000', '165210.715000', '165211.175000', '165211.635000', '165212.095000', '165212.555000', '165213.015000', '165213.475000', '165213.935000', '165214.395000', '165214.855000', '165215.315000', '165215.775000', '165216.235000', '165216.695000', '165217.155000', '165217.615000', '165218.075000', '165218.535000', '165218.995000', '165219.455000', '165219.915000', '165220.375000', '165220.835000', '165221.295000', '165221.755000', '165222.215000', '165222.675000', '165223.135000', '165223.595000', '165224.055000', '165224.515000', '165224.975000', '165225.435000', '165225.895000', '165226.355000', '165226.815000', '165227.275000', '165227.735000', '165228.195000', '165228.655000', '165229.115000', '165229.575000', '165230.035000', '165230.495000', '165230.955000', '165231.415000', '165231.875000', '165232.335000', '165232.795000', '165233.255000', '165233.715000', '165234.175000', '165234.635000', '165235.095000', '165235.555000', '165236.015000', '165236.475000', '165236.935000', '165237.395000', '165237.855000', '165238.315000', '165238.775000', '165239.235000', '165239.695000', '165240.155000', '165240.615000', '165241.075000', '165241.535000', '165241.995000', '165242.455000', '165242.915000', '165243.375000', '165243.835000', '165244.295000', '165244.755000', '165245.215000', '165245.675000', '165246.135000', '165246.595000', '165247.055000', '165247.515000', '165247.975000', '165248.435000', '165248.895000', '165249.355000', '165249.815000', '165250.275000', '165250.735000', '165251.195000', '165251.655000', '165252.115000', '165252.575000', '165253.035000', '165253.495000', '165253.955000', '165254.415000', '165254.875000', '165255.335000', '165255.795000', '165256.255000', '165256.715000', '165257.175000', '165257.635000', '165258.095000', '165258.555000', '165259.015000', '165259.475000', '165259.935000', '165300.395000', '165300.855000', '165301.315000', '165301.775000', '165302.235000', '165302.695000', '165303.155000', '165303.615000', '165304.075000', '165304.535000', '165304.995000', '165305.455000', '165305.915000', '165306.375000', '165306.835000', '165307.295000', '165307.755000', '165308.215000'], 'ContentTime': ['164655.091000', '164655.095000', '164655.098000', '164655.101000', '164655.103000', '164655.106000', '164655.109000', '164655.112000', '164655.115000', '164655.118000', '164655.120000', '164655.123000', '164655.126000', '164655.129000', '164655.132000', '164655.135000', '164655.138000', '164655.141000', '164655.144000', '164655.147000', '164655.150000', '164655.152000', '164655.155000', '164655.158000', '164655.161000', '164655.164000', '164655.167000', '164655.169000', '164655.172000', '164655.175000', '164655.180000', '164655.183000', '164655.186000', '164655.189000', '164655.192000', '164655.195000', '164655.197000', '164655.200000', '164655.203000', '164655.206000', '164655.208000', '164655.212000', '164655.214000', '164655.217000', '164655.220000', '164655.223000', '164655.226000', '164655.228000', '164655.231000', '164655.234000', '164655.237000', '164655.240000', '164655.243000', '164655.246000', '164655.248000', '164655.251000', '164655.254000', '164715.052000', '164715.055000', '164715.058000', '164715.060000', '164715.063000', '164715.066000', '164715.069000', '164715.072000', '164715.074000', '164715.078000', '164715.080000', '164715.083000', '164715.086000', '164715.089000', '164715.092000', '164715.094000', '164715.097000', '164715.100000', '164715.103000', '164715.106000', '164715.109000', '164715.111000', '164715.114000', '164715.117000', '164715.120000', '164715.123000', '164715.126000', '164715.143000', '164715.145000', '164715.148000', '164715.151000', '164715.154000', '164715.157000', '164715.160000', '164715.163000', '164715.165000', '164715.168000', '164715.171000', '164715.174000', '164715.177000', '164715.179000', '164715.183000', '164715.185000', '164715.188000', '164735.052000', '164735.055000', '164735.058000', '164735.061000', '164735.063000', '164735.066000', '164735.069000', '164735.072000', '164735.075000', '164735.077000', '164735.080000', '164735.083000', '164735.086000', '164735.089000', '164735.092000', '164735.101000', '164735.104000', '164735.107000', '164735.110000', '164735.113000', '164735.115000', '164735.118000', '164735.121000', '164735.124000', '164735.127000', '164735.130000', '164735.133000', '164735.136000', '164735.138000', '164735.141000', '164735.144000', '164735.147000', '164735.150000', '164735.153000', '164735.158000', '164735.161000', '164735.164000', '164735.167000', '164735.170000', '164735.173000', '164735.176000', '164735.179000', '164735.181000', '164755.052000', '164755.055000', '164755.061000', '164755.064000', '164755.067000', '164755.070000', '164755.072000', '164755.075000', '164755.078000', '164755.081000', '164755.084000', '164755.087000', '164755.090000', '164755.092000', '164755.095000', '164755.098000', '164755.101000', '164755.104000', '164755.107000', '164755.109000', '164755.112000', '164755.115000', '164755.118000', '164755.121000', '164755.124000', '164755.127000', '164755.130000', '164755.132000', '164755.135000', '164755.138000', '164755.141000', '164755.144000', '164755.147000', '164755.149000', '164755.152000', '164755.155000', '164755.158000', '164755.161000', '164755.163000', '164755.166000', '164755.169000', '164755.172000', '164755.175000', '164755.177000', '164815.052000', '164815.055000', '164815.058000', '164815.061000', '164815.063000', '164815.066000', '164815.069000', '164815.072000', '164815.075000', '164815.078000', '164815.081000', '164815.083000', '164815.086000', '164815.089000', '164815.092000', '164815.095000', '164815.098000', '164815.100000', '164815.103000', '164815.106000', '164815.109000', '164815.112000', '164815.115000', '164815.118000', '164815.120000', '164815.123000', '164815.126000', '164815.129000', '164815.132000', '164815.135000', '164815.138000', '164815.140000', '164815.143000', '164815.146000', '164815.149000', '164815.152000', '164815.155000', '164815.157000', '164815.161000', '164815.163000', '164815.166000', '164815.169000', '164815.172000', '164835.052000', '164835.055000', '164835.058000', '164835.061000', '164835.063000', '164835.066000', '164835.069000', '164835.072000', '164835.075000', '164835.078000', '164835.081000', '164835.084000', '164835.086000', '164835.089000', '164835.092000', '164835.095000', '164835.098000', '164835.101000', '164835.103000', '164835.106000', '164835.109000', '164835.112000', '164835.115000', '164835.118000', '164835.121000', '164835.124000', '164835.126000', '164835.135000', '164835.138000', '164835.141000', '164835.144000', '164835.147000', '164835.150000', '164835.152000', '164835.155000', '164835.178000', '164835.181000', '164835.193000', '164835.195000', '164835.198000', '164835.211000', '164835.214000', '164835.216000', '164835.219000', '164855.052000', '164855.055000', '164855.058000', '164855.061000', '164855.064000', '164855.067000', '164855.070000', '164855.073000', '164855.076000', '164855.079000', '164855.082000', '164855.085000', '164855.087000', '164855.090000', '164855.093000', '164855.096000', '164855.099000', '164855.102000', '164855.104000', '164855.107000', '164855.110000', '164855.113000', '164855.128000', '164855.132000', '164855.135000', '164855.138000', '164855.140000', '164855.143000', '164855.146000', '164855.149000', '164855.152000', '164855.155000', '164855.157000', '164855.180000', '164855.183000', '164855.187000', '164855.192000', '164855.196000', '164855.198000', '164855.201000', '164855.204000', '164855.207000', '164855.210000', '164915.052000', '164915.055000', '164915.058000', '164915.061000', '164915.063000', '164915.066000', '164915.070000', '164915.073000', '164915.075000', '164915.078000', '164915.081000', '164915.084000', '164915.087000', '164915.089000', '164915.094000', '164915.097000', '164915.099000', '164915.102000', '164915.105000', '164915.108000', '164915.111000', '164915.114000', '164915.116000', '164915.119000', '164915.122000', '164915.125000', '164915.128000', '164915.131000', '164915.134000', '164915.136000', '164915.139000', '164915.142000', '164915.145000', '164915.148000', '164915.151000', '164915.153000', '164915.156000', '164915.197000', '164915.200000', '164915.203000', '164915.206000', '164915.209000', '164915.212000', '164915.214000', '164935.052000', '164935.055000', '164935.058000', '164935.061000', '164935.064000', '164935.066000', '164935.069000', '164935.072000', '164935.075000', '164935.078000', '164935.081000', '164935.083000', '164935.086000', '164935.089000', '164935.092000', '164935.095000', '164935.098000', '164935.101000', '164935.103000', '164935.106000', '164935.109000', '164935.112000', '164935.115000', '164935.118000', '164935.121000', '164935.124000', '164935.126000', '164935.129000', '164935.132000', '164935.135000', '164935.138000', '164935.141000', '164935.144000', '164935.146000', '164935.149000', '164935.152000', '164935.155000', '164935.158000', '164935.180000', '164935.183000', '164935.186000', '164935.189000', '164935.192000', '164955.052000', '164955.055000', '164955.058000', '164955.060000', '164955.063000', '164955.066000', '164955.069000', '164955.072000', '164955.075000', '164955.078000', '164955.080000', '164955.083000', '164955.086000', '164955.089000', '164955.092000', '164955.094000', '164955.097000', '164955.100000', '164955.103000', '164955.106000', '164955.109000', '164955.118000', '164955.121000', '164955.124000', '164955.127000', '164955.130000', '164955.132000', '164955.135000', '164955.138000', '164955.141000', '164955.144000', '164955.147000', '164955.149000', '164955.152000', '164955.155000', '164955.158000', '164955.192000', '164955.195000', '164955.197000', '164955.200000', '164955.203000', '164955.206000', '164955.209000', '164955.211000', '165015.052000', '165015.055000', '165015.058000', '165015.074000', '165015.076000', '165015.079000', '165015.082000', '165015.085000', '165015.088000', '165015.091000', '165015.093000', '165015.096000', '165015.099000', '165015.102000', '165015.105000', '165015.108000', '165015.110000', '165015.113000', '165015.116000', '165015.119000', '165015.122000', '165015.125000', '165015.128000', '165015.131000', '165015.133000', '165015.136000', '165015.139000', '165015.142000', '165015.145000', '165015.148000', '165015.150000', '165015.153000', '165015.156000', '165015.193000', '165015.196000', '165015.199000', '165015.202000', '165015.204000', '165015.207000', '165015.210000', '165015.213000', '165015.216000', '165015.219000', '165035.052000', '165035.055000', '165035.058000', '165035.060000', '165035.083000', '165035.086000', '165035.088000', '165035.091000', '165035.094000', '165035.097000', '165035.100000', '165035.103000', '165035.106000', '165035.108000', '165035.111000', '165035.114000', '165035.117000', '165035.120000', '165035.122000', '165035.125000', '165035.128000', '165035.132000', '165035.135000', '165035.138000', '165035.141000', '165035.144000', '165035.146000', '165035.149000', '165035.152000', '165035.155000', '165035.158000', '165035.236000', '165035.239000', '165035.242000', '165035.245000', '165035.248000', '165035.251000', '165035.253000', '165035.256000', '165035.259000', '165035.262000', '165035.265000', '165035.268000', '165035.270000', '165055.052000', '165055.055000', '165055.058000', '165055.061000', '165055.064000', '165055.066000', '165055.069000', '165055.072000', '165055.075000', '165055.078000', '165055.081000', '165055.084000', '165055.086000', '165055.089000', '165055.092000', '165055.095000', '165055.098000', '165055.101000', '165055.104000', '165055.106000', '165055.109000', '165055.112000', '165055.115000', '165055.118000', '165055.120000', '165055.123000', '165055.126000', '165055.129000', '165055.132000', '165055.135000', '165055.138000', '165055.140000', '165055.143000', '165055.146000', '165055.149000', '165055.152000', '165055.155000', '165055.196000', '165055.199000', '165055.201000', '165055.204000', '165055.207000', '165055.210000', '165115.053000', '165115.056000', '165115.058000', '165115.062000', '165115.064000', '165115.067000', '165115.070000', '165115.073000', '165115.076000', '165115.078000', '165115.081000', '165115.084000', '165115.087000', '165115.090000', '165115.093000', '165115.096000', '165115.099000', '165115.101000', '165115.104000', '165115.107000', '165115.110000', '165115.113000', '165115.115000', '165115.118000', '165115.121000', '165115.124000', '165115.127000', '165115.130000', '165115.133000', '165115.135000', '165115.138000', '165115.141000', '165115.144000', '165115.147000', '165115.150000', '165115.153000', '165115.155000', '165115.158000', '165115.204000', '165115.207000', '165115.210000', '165115.212000', '165115.215000', '165115.218000', '165135.052000', '165135.055000', '165135.058000', '165135.061000', '165135.064000', '165135.067000', '165135.069000', '165135.072000', '165135.075000', '165135.078000', '165135.081000', '165135.084000', '165135.086000', '165135.089000', '165135.092000', '165135.095000', '165135.098000', '165135.101000', '165135.104000', '165135.107000', '165135.110000', '165135.113000', '165135.115000', '165135.118000', '165135.121000', '165135.124000', '165135.127000', '165135.130000', '165135.132000', '165135.136000', '165135.138000', '165135.141000', '165135.144000', '165135.147000', '165135.150000', '165135.153000', '165135.155000', '165135.159000', '165135.208000', '165135.210000', '165135.213000', '165135.216000', '165135.219000', '165155.052000', '165155.063000', '165155.066000', '165155.068000', '165155.071000', '165155.074000', '165155.077000', '165155.080000', '165155.083000', '165155.086000', '165155.089000', '165155.092000', '165155.095000', '165155.098000', '165155.112000', '165155.115000', '165155.117000', '165155.120000', '165155.123000', '165155.126000', '165155.129000', '165155.131000', '165155.134000', '165155.137000', '165155.140000', '165155.143000', '165155.146000', '165155.149000', '165155.151000', '165155.154000', '165155.157000', '165155.201000', '165155.204000', '165155.207000', '165155.210000', '165155.213000', '165155.216000', '165155.218000', '165155.221000', '165155.224000', '165155.227000', '165155.230000', '165155.233000', '165215.052000', '165215.055000', '165215.058000', '165215.061000', '165215.064000', '165215.067000', '165215.069000', '165215.072000', '165215.075000', '165215.078000', '165215.081000', '165215.084000', '165215.087000', '165215.090000', '165215.092000', '165215.095000', '165215.098000', '165215.101000', '165215.104000', '165215.107000', '165215.110000', '165215.113000', '165215.116000', '165215.119000', '165215.121000', '165215.124000', '165215.127000', '165215.130000', '165215.133000', '165215.136000', '165215.138000', '165215.141000', '165215.144000', '165215.147000', '165215.150000', '165215.153000', '165215.155000', '165215.158000', '165215.161000', '165215.164000', '165215.167000', '165215.170000', '165215.173000', '165215.182000', '165235.052000', '165235.055000', '165235.058000', '165235.061000', '165235.064000', '165235.067000', '165235.070000', '165235.073000', '165235.076000', '165235.078000', '165235.081000', '165235.084000', '165235.087000', '165235.090000', '165235.093000', '165235.096000', '165235.099000', '165235.103000', '165235.106000', '165235.109000', '165235.112000', '165235.115000', '165235.118000', '165235.120000', '165235.123000', '165235.126000', '165235.129000', '165235.132000', '165235.135000', '165235.138000', '165235.141000', '165235.143000', '165235.146000', '165235.149000', '165235.152000', '165235.155000', '165235.158000', '165235.219000', '165235.223000', '165235.226000', '165235.229000', '165235.232000', '165235.235000', '165255.052000', '165255.055000', '165255.058000', '165255.061000', '165255.064000', '165255.066000', '165255.069000', '165255.072000', '165255.075000', '165255.078000', '165255.081000', '165255.083000', '165255.086000', '165255.089000', '165255.092000', '165255.095000', '165255.098000', '165255.101000', '165255.103000', '165255.106000', '165255.109000', '165255.112000', '165255.115000', '165255.118000', '165255.121000', '165255.123000', '165255.126000', '165255.129000', '165255.132000', '165255.135000', '165255.138000', '165255.140000', '165255.143000', '165255.146000', '165255.149000', '165255.152000', '165255.155000', '165255.158000', '165255.188000', '165255.191000', '165255.194000', '165255.197000', '165255.200000', '165255.203000', '165309.622000', '165309.626000', '165309.629000', '165309.632000', '165309.635000', '165309.639000', '165309.642000', '165309.644000', '165309.648000', '165309.651000', '165309.654000', '165309.657000', '165309.660000', '165309.662000', '165309.665000', '165309.669000', '165309.672000', '165309.675000', '165309.677000', '165309.680000', '165309.683000', '165309.686000', '165309.689000', '165309.692000', '165309.695000', '165309.709000', '165309.712000', '165309.715000', '165309.718000', '165309.721000', '165309.724000', '165309.729000'], 'InstanceCreationTime': ['164655.091000', '164655.095000', '164655.098000', '164655.101000', '164655.103000', '164655.106000', '164655.109000', '164655.112000', '164655.115000', '164655.118000', '164655.120000', '164655.123000', '164655.126000', '164655.129000', '164655.132000', '164655.135000', '164655.138000', '164655.141000', '164655.144000', '164655.147000', '164655.150000', '164655.152000', '164655.155000', '164655.158000', '164655.161000', '164655.164000', '164655.167000', '164655.169000', '164655.172000', '164655.175000', '164655.180000', '164655.183000', '164655.186000', '164655.189000', '164655.192000', '164655.195000', '164655.197000', '164655.200000', '164655.203000', '164655.206000', '164655.208000', '164655.212000', '164655.214000', '164655.217000', '164655.220000', '164655.223000', '164655.226000', '164655.228000', '164655.231000', '164655.234000', '164655.237000', '164655.240000', '164655.243000', '164655.246000', '164655.248000', '164655.251000', '164655.254000', '164715.052000', '164715.055000', '164715.058000', '164715.060000', '164715.063000', '164715.066000', '164715.069000', '164715.072000', '164715.074000', '164715.078000', '164715.080000', '164715.083000', '164715.086000', '164715.089000', '164715.092000', '164715.094000', '164715.097000', '164715.100000', '164715.103000', '164715.106000', '164715.109000', '164715.111000', '164715.114000', '164715.117000', '164715.120000', '164715.123000', '164715.126000', '164715.143000', '164715.145000', '164715.148000', '164715.151000', '164715.154000', '164715.157000', '164715.160000', '164715.163000', '164715.165000', '164715.168000', '164715.171000', '164715.174000', '164715.177000', '164715.179000', '164715.183000', '164715.185000', '164715.188000', '164735.052000', '164735.055000', '164735.058000', '164735.061000', '164735.063000', '164735.066000', '164735.069000', '164735.072000', '164735.075000', '164735.077000', '164735.080000', '164735.083000', '164735.086000', '164735.089000', '164735.092000', '164735.101000', '164735.104000', '164735.107000', '164735.110000', '164735.113000', '164735.115000', '164735.118000', '164735.121000', '164735.124000', '164735.127000', '164735.130000', '164735.133000', '164735.136000', '164735.138000', '164735.141000', '164735.144000', '164735.147000', '164735.150000', '164735.153000', '164735.158000', '164735.161000', '164735.164000', '164735.167000', '164735.170000', '164735.173000', '164735.176000', '164735.179000', '164735.181000', '164755.052000', '164755.055000', '164755.061000', '164755.064000', '164755.067000', '164755.070000', '164755.072000', '164755.075000', '164755.078000', '164755.081000', '164755.084000', '164755.087000', '164755.090000', '164755.092000', '164755.095000', '164755.098000', '164755.101000', '164755.104000', '164755.107000', '164755.109000', '164755.112000', '164755.115000', '164755.118000', '164755.121000', '164755.124000', '164755.127000', '164755.130000', '164755.132000', '164755.135000', '164755.138000', '164755.141000', '164755.144000', '164755.147000', '164755.149000', '164755.152000', '164755.155000', '164755.158000', '164755.161000', '164755.163000', '164755.166000', '164755.169000', '164755.172000', '164755.175000', '164755.177000', '164815.052000', '164815.055000', '164815.058000', '164815.061000', '164815.063000', '164815.066000', '164815.069000', '164815.072000', '164815.075000', '164815.078000', '164815.081000', '164815.083000', '164815.086000', '164815.089000', '164815.092000', '164815.095000', '164815.098000', '164815.100000', '164815.103000', '164815.106000', '164815.109000', '164815.112000', '164815.115000', '164815.118000', '164815.120000', '164815.123000', '164815.126000', '164815.129000', '164815.132000', '164815.135000', '164815.138000', '164815.140000', '164815.143000', '164815.146000', '164815.149000', '164815.152000', '164815.155000', '164815.157000', '164815.161000', '164815.163000', '164815.166000', '164815.169000', '164815.172000', '164835.052000', '164835.055000', '164835.058000', '164835.061000', '164835.063000', '164835.066000', '164835.069000', '164835.072000', '164835.075000', '164835.078000', '164835.081000', '164835.084000', '164835.086000', '164835.089000', '164835.092000', '164835.095000', '164835.098000', '164835.101000', '164835.103000', '164835.106000', '164835.109000', '164835.112000', '164835.115000', '164835.118000', '164835.121000', '164835.124000', '164835.126000', '164835.135000', '164835.138000', '164835.141000', '164835.144000', '164835.147000', '164835.150000', '164835.152000', '164835.155000', '164835.178000', '164835.181000', '164835.193000', '164835.195000', '164835.198000', '164835.211000', '164835.214000', '164835.216000', '164835.219000', '164855.052000', '164855.055000', '164855.058000', '164855.061000', '164855.064000', '164855.067000', '164855.070000', '164855.073000', '164855.076000', '164855.079000', '164855.082000', '164855.085000', '164855.087000', '164855.090000', '164855.093000', '164855.096000', '164855.099000', '164855.102000', '164855.104000', '164855.107000', '164855.110000', '164855.113000', '164855.128000', '164855.132000', '164855.135000', '164855.138000', '164855.140000', '164855.143000', '164855.146000', '164855.149000', '164855.152000', '164855.155000', '164855.157000', '164855.180000', '164855.183000', '164855.187000', '164855.192000', '164855.196000', '164855.198000', '164855.201000', '164855.204000', '164855.207000', '164855.210000', '164915.052000', '164915.055000', '164915.058000', '164915.061000', '164915.063000', '164915.066000', '164915.070000', '164915.073000', '164915.075000', '164915.078000', '164915.081000', '164915.084000', '164915.087000', '164915.089000', '164915.094000', '164915.097000', '164915.099000', '164915.102000', '164915.105000', '164915.108000', '164915.111000', '164915.114000', '164915.116000', '164915.119000', '164915.122000', '164915.125000', '164915.128000', '164915.131000', '164915.134000', '164915.136000', '164915.139000', '164915.142000', '164915.145000', '164915.148000', '164915.151000', '164915.153000', '164915.156000', '164915.197000', '164915.200000', '164915.203000', '164915.206000', '164915.209000', '164915.212000', '164915.214000', '164935.052000', '164935.055000', '164935.058000', '164935.061000', '164935.064000', '164935.066000', '164935.069000', '164935.072000', '164935.075000', '164935.078000', '164935.081000', '164935.083000', '164935.086000', '164935.089000', '164935.092000', '164935.095000', '164935.098000', '164935.101000', '164935.103000', '164935.106000', '164935.109000', '164935.112000', '164935.115000', '164935.118000', '164935.121000', '164935.124000', '164935.126000', '164935.129000', '164935.132000', '164935.135000', '164935.138000', '164935.141000', '164935.144000', '164935.146000', '164935.149000', '164935.152000', '164935.155000', '164935.158000', '164935.180000', '164935.183000', '164935.186000', '164935.189000', '164935.192000', '164955.052000', '164955.055000', '164955.058000', '164955.060000', '164955.063000', '164955.066000', '164955.069000', '164955.072000', '164955.075000', '164955.078000', '164955.080000', '164955.083000', '164955.086000', '164955.089000', '164955.092000', '164955.094000', '164955.097000', '164955.100000', '164955.103000', '164955.106000', '164955.109000', '164955.118000', '164955.121000', '164955.124000', '164955.127000', '164955.130000', '164955.132000', '164955.135000', '164955.138000', '164955.141000', '164955.144000', '164955.147000', '164955.149000', '164955.152000', '164955.155000', '164955.158000', '164955.192000', '164955.195000', '164955.197000', '164955.200000', '164955.203000', '164955.206000', '164955.209000', '164955.211000', '165015.052000', '165015.055000', '165015.058000', '165015.074000', '165015.076000', '165015.079000', '165015.082000', '165015.085000', '165015.088000', '165015.091000', '165015.093000', '165015.096000', '165015.099000', '165015.102000', '165015.105000', '165015.108000', '165015.110000', '165015.113000', '165015.116000', '165015.119000', '165015.122000', '165015.125000', '165015.128000', '165015.131000', '165015.133000', '165015.136000', '165015.139000', '165015.142000', '165015.145000', '165015.148000', '165015.150000', '165015.153000', '165015.156000', '165015.193000', '165015.196000', '165015.199000', '165015.202000', '165015.204000', '165015.207000', '165015.210000', '165015.213000', '165015.216000', '165015.219000', '165035.052000', '165035.055000', '165035.058000', '165035.060000', '165035.083000', '165035.086000', '165035.088000', '165035.091000', '165035.094000', '165035.097000', '165035.100000', '165035.103000', '165035.106000', '165035.108000', '165035.111000', '165035.114000', '165035.117000', '165035.120000', '165035.122000', '165035.125000', '165035.128000', '165035.132000', '165035.135000', '165035.138000', '165035.141000', '165035.144000', '165035.146000', '165035.149000', '165035.152000', '165035.155000', '165035.158000', '165035.236000', '165035.239000', '165035.242000', '165035.245000', '165035.248000', '165035.251000', '165035.253000', '165035.256000', '165035.259000', '165035.262000', '165035.265000', '165035.268000', '165035.270000', '165055.052000', '165055.055000', '165055.058000', '165055.061000', '165055.064000', '165055.066000', '165055.069000', '165055.072000', '165055.075000', '165055.078000', '165055.081000', '165055.084000', '165055.086000', '165055.089000', '165055.092000', '165055.095000', '165055.098000', '165055.101000', '165055.104000', '165055.106000', '165055.109000', '165055.112000', '165055.115000', '165055.118000', '165055.120000', '165055.123000', '165055.126000', '165055.129000', '165055.132000', '165055.135000', '165055.138000', '165055.140000', '165055.143000', '165055.146000', '165055.149000', '165055.152000', '165055.155000', '165055.196000', '165055.199000', '165055.201000', '165055.204000', '165055.207000', '165055.210000', '165115.053000', '165115.056000', '165115.058000', '165115.062000', '165115.064000', '165115.067000', '165115.070000', '165115.073000', '165115.076000', '165115.078000', '165115.081000', '165115.084000', '165115.087000', '165115.090000', '165115.093000', '165115.096000', '165115.099000', '165115.101000', '165115.104000', '165115.107000', '165115.110000', '165115.113000', '165115.115000', '165115.118000', '165115.121000', '165115.124000', '165115.127000', '165115.130000', '165115.133000', '165115.135000', '165115.138000', '165115.141000', '165115.144000', '165115.147000', '165115.150000', '165115.153000', '165115.155000', '165115.158000', '165115.204000', '165115.207000', '165115.210000', '165115.212000', '165115.215000', '165115.218000', '165135.052000', '165135.055000', '165135.058000', '165135.061000', '165135.064000', '165135.067000', '165135.069000', '165135.072000', '165135.075000', '165135.078000', '165135.081000', '165135.084000', '165135.086000', '165135.089000', '165135.092000', '165135.095000', '165135.098000', '165135.101000', '165135.104000', '165135.107000', '165135.110000', '165135.113000', '165135.115000', '165135.118000', '165135.121000', '165135.124000', '165135.127000', '165135.130000', '165135.132000', '165135.136000', '165135.138000', '165135.141000', '165135.144000', '165135.147000', '165135.150000', '165135.153000', '165135.155000', '165135.159000', '165135.208000', '165135.210000', '165135.213000', '165135.216000', '165135.219000', '165155.052000', '165155.063000', '165155.066000', '165155.068000', '165155.071000', '165155.074000', '165155.077000', '165155.080000', '165155.083000', '165155.086000', '165155.089000', '165155.092000', '165155.095000', '165155.098000', '165155.112000', '165155.115000', '165155.117000', '165155.120000', '165155.123000', '165155.126000', '165155.129000', '165155.131000', '165155.134000', '165155.137000', '165155.140000', '165155.143000', '165155.146000', '165155.149000', '165155.151000', '165155.154000', '165155.157000', '165155.201000', '165155.204000', '165155.207000', '165155.210000', '165155.213000', '165155.216000', '165155.218000', '165155.221000', '165155.224000', '165155.227000', '165155.230000', '165155.233000', '165215.052000', '165215.055000', '165215.058000', '165215.061000', '165215.064000', '165215.067000', '165215.069000', '165215.072000', '165215.075000', '165215.078000', '165215.081000', '165215.084000', '165215.087000', '165215.090000', '165215.092000', '165215.095000', '165215.098000', '165215.101000', '165215.104000', '165215.107000', '165215.110000', '165215.113000', '165215.116000', '165215.119000', '165215.121000', '165215.124000', '165215.127000', '165215.130000', '165215.133000', '165215.136000', '165215.138000', '165215.141000', '165215.144000', '165215.147000', '165215.150000', '165215.153000', '165215.155000', '165215.158000', '165215.161000', '165215.164000', '165215.167000', '165215.170000', '165215.173000', '165215.182000', '165235.052000', '165235.055000', '165235.058000', '165235.061000', '165235.064000', '165235.067000', '165235.070000', '165235.073000', '165235.076000', '165235.078000', '165235.081000', '165235.084000', '165235.087000', '165235.090000', '165235.093000', '165235.096000', '165235.099000', '165235.103000', '165235.106000', '165235.109000', '165235.112000', '165235.115000', '165235.118000', '165235.120000', '165235.123000', '165235.126000', '165235.129000', '165235.132000', '165235.135000', '165235.138000', '165235.141000', '165235.143000', '165235.146000', '165235.149000', '165235.152000', '165235.155000', '165235.158000', '165235.219000', '165235.223000', '165235.226000', '165235.229000', '165235.232000', '165235.235000', '165255.052000', '165255.055000', '165255.058000', '165255.061000', '165255.064000', '165255.066000', '165255.069000', '165255.072000', '165255.075000', '165255.078000', '165255.081000', '165255.083000', '165255.086000', '165255.089000', '165255.092000', '165255.095000', '165255.098000', '165255.101000', '165255.103000', '165255.106000', '165255.109000', '165255.112000', '165255.115000', '165255.118000', '165255.121000', '165255.123000', '165255.126000', '165255.129000', '165255.132000', '165255.135000', '165255.138000', '165255.140000', '165255.143000', '165255.146000', '165255.149000', '165255.152000', '165255.155000', '165255.158000', '165255.188000', '165255.191000', '165255.194000', '165255.197000', '165255.200000', '165255.203000', '165309.622000', '165309.626000', '165309.629000', '165309.632000', '165309.635000', '165309.639000', '165309.642000', '165309.644000', '165309.648000', '165309.651000', '165309.654000', '165309.657000', '165309.660000', '165309.662000', '165309.665000', '165309.669000', '165309.672000', '165309.675000', '165309.677000', '165309.680000', '165309.683000', '165309.686000', '165309.689000', '165309.692000', '165309.695000', '165309.709000', '165309.712000', '165309.715000', '165309.718000', '165309.721000', '165309.724000', '165309.729000'], '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': [12740, 13134, 9790, 12316, 8913, 12157, 8938, 12145, 9222, 12276, 10416, 12256, 10357, 11989, 10734, 12401, 10149, 11733, 10274, 11617, 10281, 11637, 9692, 11489, 10470, 11788, 10464, 11899, 10553, 11647, 10572, 10536, 10411, 10476, 10607, 12962, 11190, 11257, 10990, 10089, 11246, 13457, 11217, 12181, 10751, 9451, 11311, 9065, 11324, 10393, 8241, 12609, 9245, 12866, 10457, 14067, 11453, 13263, 11306, 8827, 12204, 10376, 12679, 10562, 12447, 10877, 11962, 9978, 11757, 9720, 12359, 9714, 11703, 10264, 12199, 9619, 11806, 8848, 11424, 8966, 11560, 9428, 12044, 9803, 11900, 10372, 11925, 9815, 11780, 9515, 11227, 9809, 11604, 8784, 11863, 8976, 11588, 9238, 12209, 9150, 12144, 9603, 13056, 10852, 13377, 10374, 12644, 9423, 12843, 9179, 12109, 9070, 11974, 8613, 11902, 8847, 11941, 8701, 12180, 9594, 12607, 10218, 12605, 10386, 13613, 10231, 13109, 9986, 14280, 9939, 14137, 8992, 11449, 8521, 11737, 8984, 11434, 8239, 11175, 8205, 11217, 8498, 11207, 8885, 11351, 8179, 11360, 7789, 11171, 8683, 11108, 8190, 11196, 8438, 10902, 11283, 10949, 10022, 10583, 11703, 10285, 13544, 10311, 12429, 10362, 13100, 10055, 12100, 9586, 11988, 9301, 11550, 8775, 12366, 8753, 12207, 8864, 12071, 9748, 12294, 9564, 12364, 10184, 12919, 10545, 12138, 10064, 10976, 10390, 9424, 11109, 10807, 11221, 13774, 11273, 10508, 11515, 8645, 12570, 8649, 12803, 9817, 12747, 10411, 9997, 10259, 8161, 12788, 9533, 13133, 10019, 13645, 10480, 13978, 9746, 10540, 9176, 11060, 9013, 9112, 10566, 7812, 12189, 8109, 12303, 8179, 12150, 9416, 12226, 9081, 12646, 9734, 11916, 9361, 9372, 9223, 9973, 9908, 8468, 10787, 8574, 11062, 8361, 12076, 7750, 12481, 7976, 12795, 9018, 14537, 9245, 14617, 10934, 14930, 9911, 12852, 10431, 11744, 9857, 9798, 10714, 7962, 13113, 8066, 13015, 9895, 13664, 8927, 13146, 9159, 13044, 9945, 13179, 9410, 12632, 9173, 14634, 8957, 11882, 8536, 12319, 8144, 12353, 7812, 12013, 8280, 11566, 7683, 11761, 8194, 11754, 8267, 11970, 7969, 12079, 8271, 12239, 9622, 12084, 9252, 12247, 9117, 12038, 9674, 12528, 9069, 12361, 9179, 12228, 9696, 13061, 8810, 12425, 8251, 12571, 9791, 13825, 9344, 13056, 9493, 13355, 11269, 14616, 9396, 12809, 9385, 12804, 11397, 13796, 9488, 11996, 9453, 11342, 10117, 7218, 11537, 7341, 11926, 14411, 10554, 12986, 10086, 11067, 10328, 9958, 11703, 12492, 14317, 9029, 9063, 9349, 7878, 13054, 8447, 12800, 8895, 14865, 8187, 13245, 8228, 12596, 8028, 12216, 7627, 11904, 9876, 11852, 7422, 11867, 8472, 12162, 8811, 6974, 11539, 9896, 10946, 11939, 10312, 7583, 10095, 9044, 10562, 8204, 11413, 7269, 11772, 8269, 11786, 7724, 11780, 7592, 11647, 9006, 11799, 8843, 10217, 9257, 12524, 9974, 9907, 9855, 6895, 11871, 8491, 12252, 8238, 14116, 9200, 13271, 9566, 14339, 10555, 14707, 10534, 10238, 11420, 8310, 16162, 9299, 7012, 12625, 9705, 14140, 10463, 15177, 13299, 15435, 11577, 13104, 9597, 7481, 11039, 8318, 11412, 9241, 9242, 9006, 8310, 10882, 9135, 10144, 13634, 9008, 14656, 8984, 12323, 9504, 11741, 8501, 10670, 7853, 10581, 7434, 10621, 7634, 10417, 7341, 10582, 7680, 10583, 7470, 10728, 7942, 11040, 8208, 10767, 8492, 11413, 9419, 13233, 9083, 12517, 8227, 13149, 9018, 14499, 7897, 11329, 7936, 11156, 8002, 11896, 10526, 14455, 7564, 11243, 8061, 11426, 8550, 11464, 9039, 11501, 9133, 13228, 9074, 14388, 9245, 13095, 8675, 10964, 8235, 11116, 8750, 14215, 8328, 11328, 8002, 10801, 7509, 10780, 7590, 10786, 7279, 10698, 7379, 10580, 7546, 10742, 7934, 10757, 8248, 10647, 8256, 11075, 8971, 11649, 8670, 10582, 8591, 10837, 8784, 12794, 8772, 12991, 8169, 10671, 7744, 11173, 8113, 11037, 8898, 12010, 9170, 12132, 9764, 14097, 9712, 11339, 9116, 10500, 10567, 10654, 11919, 7268, 10830, 7646, 13527, 8367, 14421, 8552, 14396, 8691, 15774, 11527, 12829, 9005, 11245, 8703, 7346, 10835, 8593, 12155, 9572, 11107, 9089, 13271, 9951, 13967, 11069, 14455, 9185, 11131, 7545, 10847, 7505, 10159, 13600, 10286, 8557, 9840, 7384, 10109, 7615, 10564, 7584, 10829, 7681, 10650, 8791, 11124, 8726, 11121, 9427, 12005, 8831, 11419, 8912, 12689, 10976, 14338, 11452, 14149, 9011, 12507, 9032, 13271, 12177, 10993, 9341, 7267, 10691, 7679, 11731, 9185, 9046, 9430, 7222, 11746, 9487, 13433, 9767, 7515, 12360, 9015, 11590, 10583, 12011, 11004, 8460, 13303, 10789, 15093, 13250, 14150, 9057, 11980, 9536, 12009, 9862, 13028, 8941, 9929, 9593, 11369, 9547, 11600, 9378, 10144, 9236, 8436, 9575, 11199, 9597, 9449, 9554, 7376, 10359, 13125, 9591, 12335, 10151, 7485, 10473, 7625, 10687, 11562, 10818, 14458, 11551, 7593, 11011, 7869, 11207, 9128, 11925, 8200, 12247, 9379, 13098, 9788, 14407, 10569, 11451, 9775, 12975, 10683, 12434, 11368, 7761, 11605, 8457, 12053, 10338, 8873, 9892, 7330, 11258, 9919, 13365, 10226, 13936, 11398, 14280, 10327, 12093, 10807, 14885, 10189, 8825, 10907, 7908, 11205, 9045, 12358, 8701, 14257, 10184, 14812, 9406, 11768, 9476, 11417, 9159, 9548, 9549, 7378, 9892, 7687, 9760, 12038, 9255, 7589, 9952, 7347, 10452, 8155, 10625, 7876, 11659, 8361, 12839, 9006, 11736, 9134, 12148, 8243, 13454, 8268, 14035, 8692, 11189, 9274, 11731, 9314, 13121, 11083, 14746, 10976, 12027, 9634, 8147, 10471, 7526, 10779, 8944, 10510, 9389, 7582, 10194, 7582, 12759, 8024, 13942, 10851, 14895, 9075, 11380, 8004, 11404, 8341, 10961, 8071, 10603, 8221, 10721, 8475, 11251, 9184, 11094, 9573, 10453, 8764, 8638, 9398, 11371, 9577, 9735, 9857, 7446, 10775, 7812, 11516, 11138, 13384, 8095, 10694, 7986, 10992, 7751, 10486, 12247, 13458, 13221, 15940, 8621, 6899, 10182, 8395, 11548, 8562, 10708, 11292, 11717, 9277, 11004, 10224, 13866, 9169, 14593, 9660, 14933, 10682, 15668, 9631, 12877, 8803, 11780, 10515, 13671, 9714, 9608, 9827, 7604, 12172, 9064, 13343, 9629, 8002, 10434, 8152, 12623, 9265, 12012, 9292, 8382, 9865, 7922, 12650, 9718, 12417, 9461, 13929], 'WindowCenter': [4263.0, 4247.0, 4212.0, 4221.0, 4188.0, 4220.0, 4199.0, 4219.0, 4199.0, 4219.0, 4210.0, 4220.0, 4211.0, 4220.0, 4211.0, 4219.0, 4199.0, 4208.0, 4198.0, 4208.0, 4198.0, 4209.0, 4199.0, 4208.0, 4210.0, 4219.0, 4209.0, 4219.0, 4211.0, 4220.0, 4211.0, 4209.0, 4210.0, 4209.0, 4211.0, 4232.0, 4211.0, 4209.0, 4210.0, 4198.0, 4209.0, 4219.0, 4209.0, 4208.0, 4210.0, 4212.0, 4234.0, 4214.0, 4233.0, 4224.0, 4205.0, 4236.0, 4215.0, 4235.0, 4214.0, 4233.0, 4223.0, 4221.0, 4210.0, 4189.0, 4220.0, 4210.0, 4220.0, 4211.0, 4220.0, 4210.0, 4210.0, 4199.0, 4219.0, 4199.0, 4220.0, 4200.0, 4221.0, 4211.0, 4220.0, 4201.0, 4221.0, 4201.0, 4221.0, 4191.0, 4222.0, 4201.0, 4221.0, 4212.0, 4221.0, 4212.0, 4221.0, 4212.0, 4223.0, 4214.0, 4223.0, 4213.0, 4223.0, 4203.0, 4223.0, 4204.0, 4223.0, 4203.0, 4223.0, 4202.0, 4222.0, 4202.0, 4221.0, 4211.0, 4221.0, 4200.0, 4221.0, 4189.0, 4220.0, 4188.0, 4208.0, 4176.0, 4207.0, 4176.0, 4207.0, 4176.0, 4208.0, 4177.0, 4210.0, 4199.0, 4219.0, 4200.0, 4209.0, 4199.0, 4219.0, 4198.0, 4208.0, 4200.0, 4219.0, 4187.0, 4207.0, 4175.0, 4195.0, 4175.0, 4207.0, 4187.0, 4208.0, 4177.0, 4209.0, 4177.0, 4209.0, 4189.0, 4210.0, 4189.0, 4210.0, 4178.0, 4210.0, 4168.0, 4211.0, 4190.0, 4211.0, 4179.0, 4211.0, 4179.0, 4211.0, 4212.0, 4211.0, 4200.0, 4211.0, 4210.0, 4211.0, 4221.0, 4212.0, 4221.0, 4201.0, 4220.0, 4199.0, 4210.0, 4189.0, 4210.0, 4189.0, 4211.0, 4179.0, 4220.0, 4190.0, 4221.0, 4190.0, 4220.0, 4200.0, 4221.0, 4201.0, 4221.0, 4201.0, 4221.0, 4212.0, 4210.0, 4212.0, 4211.0, 4201.0, 4190.0, 4211.0, 4199.0, 4210.0, 4220.0, 4199.0, 4197.0, 4199.0, 4176.0, 4207.0, 4177.0, 4208.0, 4199.0, 4219.0, 4199.0, 4188.0, 4198.0, 4180.0, 4221.0, 4201.0, 4221.0, 4201.0, 4222.0, 4201.0, 4220.0, 4189.0, 4212.0, 4191.0, 4210.0, 4191.0, 4192.0, 4212.0, 4170.0, 4221.0, 4169.0, 4210.0, 4180.0, 4211.0, 4190.0, 4210.0, 4190.0, 4220.0, 4190.0, 4209.0, 4202.0, 4202.0, 4204.0, 4215.0, 4216.0, 4193.0, 4225.0, 4205.0, 4227.0, 4195.0, 4236.0, 4184.0, 4236.0, 4196.0, 4236.0, 4204.0, 4235.0, 4204.0, 4233.0, 4212.0, 4232.0, 4201.0, 4221.0, 4201.0, 4210.0, 4202.0, 4201.0, 4201.0, 4169.0, 4220.0, 4168.0, 4222.0, 4188.0, 4209.0, 4176.0, 4207.0, 4176.0, 4208.0, 4188.0, 4209.0, 4189.0, 4209.0, 4178.0, 4217.0, 4176.0, 4196.0, 4165.0, 4197.0, 4156.0, 4208.0, 4156.0, 4209.0, 4178.0, 4199.0, 4167.0, 4210.0, 4179.0, 4208.0, 4178.0, 4210.0, 4180.0, 4221.0, 4193.0, 4222.0, 4203.0, 4222.0, 4204.0, 4223.0, 4194.0, 4224.0, 4204.0, 4223.0, 4192.0, 4212.0, 4192.0, 4213.0, 4191.0, 4221.0, 4180.0, 4210.0, 4193.0, 4222.0, 4202.0, 4221.0, 4192.0, 4222.0, 4203.0, 4222.0, 4211.0, 4220.0, 4190.0, 4209.0, 4190.0, 4210.0, 4200.0, 4209.0, 4189.0, 4199.0, 4189.0, 4199.0, 4189.0, 4156.0, 4210.0, 4157.0, 4210.0, 4219.0, 4199.0, 4208.0, 4188.0, 4197.0, 4188.0, 4187.0, 4198.0, 4208.0, 4220.0, 4177.0, 4177.0, 4179.0, 4168.0, 4210.0, 4168.0, 4211.0, 4167.0, 4209.0, 4155.0, 4197.0, 4155.0, 4196.0, 4154.0, 4185.0, 4143.0, 4195.0, 4174.0, 4184.0, 4144.0, 4199.0, 4168.0, 4207.0, 4178.0, 4158.0, 4211.0, 4190.0, 4200.0, 4198.0, 4187.0, 4156.0, 4187.0, 4178.0, 4200.0, 4168.0, 4197.0, 4156.0, 4198.0, 4168.0, 4209.0, 4158.0, 4210.0, 4170.0, 4210.0, 4191.0, 4211.0, 4192.0, 4201.0, 4203.0, 4225.0, 4203.0, 4202.0, 4203.0, 4161.0, 4223.0, 4192.0, 4213.0, 4180.0, 4222.0, 4190.0, 4210.0, 4191.0, 4220.0, 4201.0, 4221.0, 4201.0, 4200.0, 4200.0, 4169.0, 4232.0, 4190.0, 4160.0, 4210.0, 4191.0, 4222.0, 4191.0, 4211.0, 4211.0, 4210.0, 4188.0, 4198.0, 4178.0, 4146.0, 4187.0, 4167.0, 4197.0, 4177.0, 4177.0, 4192.0, 4168.0, 4200.0, 4178.0, 4178.0, 4196.0, 4166.0, 4207.0, 4166.0, 4185.0, 4164.0, 4184.0, 4154.0, 4174.0, 4154.0, 4175.0, 4144.0, 4176.0, 4144.0, 4175.0, 4145.0, 4187.0, 4157.0, 4188.0, 4147.0, 4200.0, 4170.0, 4200.0, 4170.0, 4201.0, 4182.0, 4212.0, 4181.0, 4211.0, 4181.0, 4199.0, 4169.0, 4211.0, 4179.0, 4209.0, 4157.0, 4187.0, 4156.0, 4187.0, 4155.0, 4188.0, 4176.0, 4208.0, 4145.0, 4187.0, 4155.0, 4186.0, 4166.0, 4186.0, 4167.0, 4187.0, 4167.0, 4198.0, 4167.0, 4208.0, 4167.0, 4197.0, 4166.0, 4176.0, 4167.0, 4187.0, 4167.0, 4207.0, 4156.0, 4186.0, 4155.0, 4186.0, 4146.0, 4187.0, 4145.0, 4186.0, 4145.0, 4176.0, 4145.0, 4187.0, 4158.0, 4188.0, 4158.0, 4199.0, 4169.0, 4190.0, 4181.0, 4202.0, 4182.0, 4202.0, 4182.0, 4191.0, 4170.0, 4190.0, 4181.0, 4211.0, 4170.0, 4211.0, 4170.0, 4190.0, 4159.0, 4201.0, 4171.0, 4201.0, 4181.0, 4211.0, 4193.0, 4213.0, 4203.0, 4222.0, 4193.0, 4201.0, 4181.0, 4201.0, 4201.0, 4190.0, 4201.0, 4148.0, 4190.0, 4160.0, 4210.0, 4168.0, 4209.0, 4167.0, 4209.0, 4168.0, 4210.0, 4188.0, 4197.0, 4167.0, 4187.0, 4168.0, 4148.0, 4191.0, 4171.0, 4201.0, 4182.0, 4201.0, 4182.0, 4211.0, 4192.0, 4224.0, 4190.0, 4209.0, 4167.0, 4187.0, 4145.0, 4186.0, 4134.0, 4190.0, 4208.0, 4176.0, 4154.0, 4165.0, 4134.0, 4177.0, 4145.0, 4188.0, 4157.0, 4189.0, 4160.0, 4190.0, 4182.0, 4201.0, 4183.0, 4203.0, 4193.0, 4212.0, 4183.0, 4213.0, 4194.0, 4224.0, 4204.0, 4222.0, 4202.0, 4210.0, 4180.0, 4199.0, 4181.0, 4211.0, 4200.0, 4188.0, 4179.0, 4159.0, 4190.0, 4160.0, 4200.0, 4181.0, 4180.0, 4181.0, 4161.0, 4214.0, 4192.0, 4225.0, 4196.0, 4163.0, 4214.0, 4197.0, 4227.0, 4204.0, 4213.0, 4203.0, 4182.0, 4237.0, 4215.0, 4223.0, 4211.0, 4210.0, 4179.0, 4199.0, 4191.0, 4199.0, 4179.0, 4198.0, 4169.0, 4178.0, 4179.0, 4198.0, 4190.0, 4200.0, 4181.0, 4190.0, 4191.0, 4170.0, 4193.0, 4214.0, 4192.0, 4192.0, 4193.0, 4172.0, 4204.0, 4224.0, 4194.0, 4212.0, 4203.0, 4161.0, 4203.0, 4171.0, 4204.0, 4213.0, 4204.0, 4223.0, 4202.0, 4160.0, 4201.0, 4170.0, 4201.0, 4179.0, 4211.0, 4169.0, 4212.0, 4219.0, 4236.0, 4204.0, 4221.0, 4201.0, 4199.0, 4189.0, 4206.0, 4189.0, 4210.0, 4201.0, 4158.0, 4212.0, 4181.0, 4211.0, 4190.0, 4169.0, 4190.0, 4160.0, 4203.0, 4206.0, 4223.0, 4193.0, 4212.0, 4191.0, 4210.0, 4179.0, 4188.0, 4189.0, 4209.0, 4178.0, 4155.0, 4176.0, 4144.0, 4187.0, 4167.0, 4196.0, 4166.0, 4197.0, 4176.0, 4196.0, 4166.0, 4185.0, 4177.0, 4187.0, 4177.0, 4176.0, 4179.0, 4148.0, 4190.0, 4157.0, 4190.0, 4201.0, 4181.0, 4158.0, 4191.0, 4160.0, 4202.0, 4185.0, 4229.0, 4185.0, 4214.0, 4171.0, 4210.0, 4180.0, 4200.0, 4178.0, 4199.0, 4158.0, 4209.0, 4168.0, 4210.0, 4168.0, 4189.0, 4179.0, 4199.0, 4179.0, 4210.0, 4199.0, 4210.0, 4189.0, 4199.0, 4179.0, 4158.0, 4188.0, 4159.0, 4202.0, 4180.0, 4189.0, 4181.0, 4160.0, 4192.0, 4161.0, 4213.0, 4160.0, 4212.0, 4190.0, 4210.0, 4156.0, 4188.0, 4145.0, 4188.0, 4156.0, 4188.0, 4157.0, 4188.0, 4157.0, 4188.0, 4167.0, 4200.0, 4181.0, 4199.0, 4179.0, 4190.0, 4171.0, 4169.0, 4193.0, 4212.0, 4193.0, 4180.0, 4191.0, 4150.0, 4191.0, 4160.0, 4202.0, 4201.0, 4211.0, 4158.0, 4190.0, 4158.0, 4190.0, 4148.0, 4191.0, 4200.0, 4211.0, 4210.0, 4246.0, 4193.0, 4160.0, 4202.0, 4198.0, 4214.0, 4180.0, 4203.0, 4201.0, 4202.0, 4180.0, 4202.0, 4191.0, 4210.0, 4166.0, 4198.0, 4152.0, 4196.0, 4174.0, 4195.0, 4154.0, 4186.0, 4152.0, 4172.0, 4162.0, 4181.0, 4152.0, 4151.0, 4163.0, 4132.0, 4185.0, 4154.0, 4185.0, 4166.0, 4145.0, 4177.0, 4146.0, 4186.0, 4167.0, 4186.0, 4165.0, 4154.0, 4176.0, 4169.0, 4210.0, 4179.0, 4198.0, 4178.0, 4197.0], 'WindowWidth': [9431.0, 9396.0, 9339.0, 9348.0, 9298.0, 9342.0, 9315.0, 9341.0, 9313.0, 9341.0, 9330.0, 9343.0, 9334.0, 9345.0, 9331.0, 9341.0, 9313.0, 9324.0, 9310.0, 9323.0, 9309.0, 9326.0, 9314.0, 9325.0, 9329.0, 9340.0, 9328.0, 9342.0, 9332.0, 9342.0, 9332.0, 9328.0, 9329.0, 9327.0, 9332.0, 9363.0, 9331.0, 9326.0, 9328.0, 9310.0, 9327.0, 9340.0, 9325.0, 9326.0, 9329.0, 9339.0, 9372.0, 9344.0, 9368.0, 9357.0, 9332.0, 9375.0, 9344.0, 9374.0, 9340.0, 9368.0, 9352.0, 9347.0, 9328.0, 9297.0, 9341.0, 9327.0, 9342.0, 9331.0, 9343.0, 9326.0, 9328.0, 9311.0, 9339.0, 9313.0, 9342.0, 9317.0, 9346.0, 9331.0, 9342.0, 9317.0, 9345.0, 9319.0, 9344.0, 9304.0, 9348.0, 9318.0, 9346.0, 9335.0, 9346.0, 9336.0, 9346.0, 9334.0, 9352.0, 9342.0, 9352.0, 9339.0, 9351.0, 9324.0, 9351.0, 9327.0, 9352.0, 9323.0, 9353.0, 9320.0, 9349.0, 9320.0, 9347.0, 9332.0, 9345.0, 9314.0, 9344.0, 9297.0, 9344.0, 9297.0, 9322.0, 9274.0, 9318.0, 9274.0, 9317.0, 9274.0, 9320.0, 9280.0, 9325.0, 9309.0, 9337.0, 9313.0, 9325.0, 9311.0, 9339.0, 9307.0, 9323.0, 9313.0, 9338.0, 9292.0, 9319.0, 9269.0, 9297.0, 9273.0, 9319.0, 9292.0, 9321.0, 9278.0, 9323.0, 9278.0, 9323.0, 9298.0, 9326.0, 9296.0, 9326.0, 9282.0, 9325.0, 9269.0, 9331.0, 9300.0, 9330.0, 9285.0, 9329.0, 9283.0, 9330.0, 9333.0, 9330.0, 9315.0, 9331.0, 9329.0, 9329.0, 9348.0, 9332.0, 9343.0, 9318.0, 9340.0, 9311.0, 9327.0, 9296.0, 9327.0, 9296.0, 9328.0, 9283.0, 9339.0, 9301.0, 9342.0, 9301.0, 9342.0, 9313.0, 9342.0, 9316.0, 9343.0, 9318.0, 9344.0, 9333.0, 9329.0, 9332.0, 9331.0, 9316.0, 9302.0, 9329.0, 9310.0, 9328.0, 9343.0, 9311.0, 9305.0, 9307.0, 9273.0, 9318.0, 9279.0, 9321.0, 9310.0, 9338.0, 9309.0, 9294.0, 9308.0, 9287.0, 9342.0, 9316.0, 9343.0, 9317.0, 9346.0, 9316.0, 9341.0, 9297.0, 9334.0, 9303.0, 9326.0, 9302.0, 9306.0, 9332.0, 9274.0, 9343.0, 9271.0, 9325.0, 9287.0, 9329.0, 9299.0, 9326.0, 9300.0, 9341.0, 9300.0, 9324.0, 9318.0, 9319.0, 9327.0, 9343.0, 9344.0, 9311.0, 9358.0, 9331.0, 9361.0, 9315.0, 9370.0, 9300.0, 9371.0, 9318.0, 9372.0, 9325.0, 9372.0, 9323.0, 9366.0, 9332.0, 9362.0, 9314.0, 9344.0, 9315.0, 9326.0, 9317.0, 9316.0, 9314.0, 9270.0, 9341.0, 9266.0, 9344.0, 9290.0, 9324.0, 9272.0, 9315.0, 9272.0, 9317.0, 9292.0, 9323.0, 9296.0, 9323.0, 9278.0, 9331.0, 9273.0, 9299.0, 9256.0, 9300.0, 9246.0, 9319.0, 9248.0, 9321.0, 9280.0, 9307.0, 9262.0, 9325.0, 9283.0, 9320.0, 9280.0, 9326.0, 9285.0, 9343.0, 9308.0, 9344.0, 9320.0, 9346.0, 9324.0, 9348.0, 9311.0, 9350.0, 9324.0, 9348.0, 9306.0, 9330.0, 9304.0, 9334.0, 9302.0, 9342.0, 9286.0, 9326.0, 9308.0, 9345.0, 9317.0, 9344.0, 9304.0, 9345.0, 9320.0, 9344.0, 9328.0, 9341.0, 9296.0, 9324.0, 9297.0, 9325.0, 9311.0, 9323.0, 9293.0, 9308.0, 9296.0, 9308.0, 9294.0, 9248.0, 9322.0, 9249.0, 9322.0, 9336.0, 9307.0, 9317.0, 9289.0, 9300.0, 9289.0, 9289.0, 9304.0, 9318.0, 9339.0, 9276.0, 9275.0, 9279.0, 9264.0, 9322.0, 9262.0, 9325.0, 9259.0, 9319.0, 9240.0, 9298.0, 9241.0, 9297.0, 9237.0, 9279.0, 9220.0, 9294.0, 9264.0, 9279.0, 9223.0, 9306.0, 9265.0, 9316.0, 9279.0, 9252.0, 9327.0, 9298.0, 9309.0, 9302.0, 9287.0, 9244.0, 9287.0, 9278.0, 9309.0, 9263.0, 9301.0, 9246.0, 9303.0, 9263.0, 9320.0, 9250.0, 9322.0, 9270.0, 9323.0, 9298.0, 9326.0, 9303.0, 9315.0, 9322.0, 9354.0, 9321.0, 9315.0, 9318.0, 9260.0, 9346.0, 9305.0, 9333.0, 9284.0, 9342.0, 9295.0, 9326.0, 9299.0, 9339.0, 9312.0, 9343.0, 9313.0, 9311.0, 9311.0, 9267.0, 9361.0, 9296.0, 9257.0, 9325.0, 9299.0, 9341.0, 9298.0, 9327.0, 9322.0, 9324.0, 9287.0, 9300.0, 9273.0, 9228.0, 9285.0, 9258.0, 9300.0, 9274.0, 9274.0, 9302.0, 9264.0, 9309.0, 9273.0, 9273.0, 9296.0, 9253.0, 9314.0, 9254.0, 9279.0, 9248.0, 9276.0, 9235.0, 9262.0, 9236.0, 9263.0, 9221.0, 9267.0, 9223.0, 9266.0, 9225.0, 9283.0, 9245.0, 9287.0, 9232.0, 9307.0, 9269.0, 9307.0, 9269.0, 9311.0, 9290.0, 9327.0, 9286.0, 9326.0, 9283.0, 9305.0, 9263.0, 9324.0, 9278.0, 9320.0, 9244.0, 9286.0, 9242.0, 9284.0, 9240.0, 9287.0, 9268.0, 9314.0, 9226.0, 9284.0, 9240.0, 9280.0, 9255.0, 9280.0, 9257.0, 9284.0, 9259.0, 9299.0, 9257.0, 9312.0, 9257.0, 9297.0, 9256.0, 9267.0, 9259.0, 9286.0, 9256.0, 9312.0, 9241.0, 9281.0, 9239.0, 9280.0, 9230.0, 9284.0, 9226.0, 9282.0, 9224.0, 9267.0, 9227.0, 9284.0, 9247.0, 9288.0, 9249.0, 9304.0, 9267.0, 9294.0, 9286.0, 9314.0, 9286.0, 9312.0, 9286.0, 9297.0, 9269.0, 9295.0, 9284.0, 9323.0, 9266.0, 9322.0, 9267.0, 9293.0, 9253.0, 9310.0, 9273.0, 9311.0, 9284.0, 9324.0, 9304.0, 9332.0, 9319.0, 9343.0, 9303.0, 9310.0, 9284.0, 9313.0, 9311.0, 9295.0, 9312.0, 9235.0, 9294.0, 9253.0, 9321.0, 9261.0, 9319.0, 9258.0, 9319.0, 9261.0, 9322.0, 9286.0, 9296.0, 9256.0, 9283.0, 9260.0, 9234.0, 9294.0, 9269.0, 9310.0, 9285.0, 9312.0, 9284.0, 9327.0, 9300.0, 9348.0, 9294.0, 9318.0, 9257.0, 9282.0, 9224.0, 9280.0, 9210.0, 9292.0, 9315.0, 9267.0, 9235.0, 9251.0, 9207.0, 9269.0, 9226.0, 9285.0, 9246.0, 9290.0, 9253.0, 9294.0, 9287.0, 9311.0, 9289.0, 9317.0, 9304.0, 9327.0, 9291.0, 9330.0, 9305.0, 9350.0, 9321.0, 9344.0, 9313.0, 9322.0, 9280.0, 9307.0, 9282.0, 9325.0, 9307.0, 9288.0, 9277.0, 9250.0, 9295.0, 9253.0, 9308.0, 9282.0, 9281.0, 9283.0, 9257.0, 9332.0, 9301.0, 9350.0, 9310.0, 9261.0, 9330.0, 9316.0, 9356.0, 9322.0, 9332.0, 9317.0, 9290.0, 9374.0, 9340.0, 9347.0, 9325.0, 9323.0, 9278.0, 9305.0, 9297.0, 9306.0, 9279.0, 9302.0, 9263.0, 9274.0, 9279.0, 9303.0, 9295.0, 9308.0, 9283.0, 9295.0, 9299.0, 9268.0, 9303.0, 9335.0, 9304.0, 9302.0, 9305.0, 9276.0, 9321.0, 9350.0, 9307.0, 9329.0, 9318.0, 9259.0, 9317.0, 9271.0, 9319.0, 9330.0, 9320.0, 9344.0, 9315.0, 9253.0, 9310.0, 9267.0, 9310.0, 9280.0, 9327.0, 9266.0, 9328.0, 9353.0, 9370.0, 9325.0, 9342.0, 9311.0, 9306.0, 9293.0, 9315.0, 9293.0, 9323.0, 9312.0, 9250.0, 9328.0, 9284.0, 9324.0, 9294.0, 9264.0, 9293.0, 9255.0, 9315.0, 9327.0, 9345.0, 9303.0, 9326.0, 9293.0, 9319.0, 9274.0, 9285.0, 9288.0, 9319.0, 9272.0, 9239.0, 9267.0, 9223.0, 9283.0, 9256.0, 9294.0, 9255.0, 9297.0, 9267.0, 9294.0, 9253.0, 9279.0, 9268.0, 9285.0, 9272.0, 9269.0, 9275.0, 9233.0, 9293.0, 9245.0, 9294.0, 9311.0, 9283.0, 9250.0, 9296.0, 9255.0, 9312.0, 9297.0, 9365.0, 9298.0, 9332.0, 9269.0, 9321.0, 9281.0, 9306.0, 9274.0, 9303.0, 9249.0, 9316.0, 9260.0, 9321.0, 9260.0, 9290.0, 9277.0, 9304.0, 9279.0, 9319.0, 9305.0, 9322.0, 9291.0, 9302.0, 9275.0, 9248.0, 9288.0, 9251.0, 9314.0, 9281.0, 9292.0, 9282.0, 9254.0, 9297.0, 9256.0, 9329.0, 9252.0, 9327.0, 9290.0, 9322.0, 9239.0, 9285.0, 9225.0, 9286.0, 9240.0, 9284.0, 9244.0, 9287.0, 9244.0, 9286.0, 9260.0, 9306.0, 9282.0, 9303.0, 9279.0, 9293.0, 9269.0, 9265.0, 9302.0, 9330.0, 9300.0, 9281.0, 9296.0, 9239.0, 9296.0, 9251.0, 9311.0, 9309.0, 9322.0, 9248.0, 9291.0, 9245.0, 9291.0, 9233.0, 9294.0, 9307.0, 9325.0, 9320.0, 9387.0, 9306.0, 9258.0, 9315.0, 9323.0, 9338.0, 9284.0, 9316.0, 9310.0, 9314.0, 9281.0, 9312.0, 9296.0, 9322.0, 9253.0, 9302.0, 9229.0, 9297.0, 9260.0, 9297.0, 9232.0, 9282.0, 9230.0, 9257.0, 9240.0, 9265.0, 9227.0, 9224.0, 9243.0, 9200.0, 9275.0, 9232.0, 9275.0, 9250.0, 9221.0, 9267.0, 9226.0, 9279.0, 9256.0, 9280.0, 9252.0, 9235.0, 9268.0, 9267.0, 9320.0, 9277.0, 9300.0, 9274.0, 9299.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.0008621609195402298</td></tr>
<tr><td colspan=3>aqi</td><td>0.035910064942528734</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.60772156810128</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1762955844533949</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9597290470886071</td></tr>
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
<tr><td colspan=3>fber</td><td>6899.7979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08768345777969967</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5632183908045976</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6961570374411283</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6271010282741214</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9367442027098347</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5246258813394284</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144301</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01599752902984619</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027899641543626785</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.90869314057002</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>22.5663</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6152</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.4483</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299423.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.5656</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4513</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.9601</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3372.1837</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.8078</td></tr>
<tr><td colspan=3>tsnr</td><td>34.63973701256327</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>