ds005256-mriqc/sub-0017_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 611090bf5a [DATALAD RUNCMD] Compute MRIQC for sub-0017
=== 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-0017 --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-0017",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:54:22 +02:00

616 lines
No EOL
107 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-0017_ses-03_task-social_acq-mb8_run-06_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-0017_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-06_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-0017/ses-03/func/sub-0017_ses-03_task-social_acq-mb8_run-06_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>aca05eee8aabf2fcb5d2c7460fd59cb9</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>13:08:10.015000</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.996333, -0.0805395, 0.0288849, 0.0773634, 0.992178, 0.0979684]</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-06_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.10437</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7769, -7191, 618, -4, -156, 58, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>091c4d21-df36-4e6a-a93e-06cf60892906||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.6730880737304688, 0.20756037533283234, 0.09868305176496506, 98.06231689453125], [0.21608157455921173, 2.661940813064575, 0.2575111389160156, -110.35053253173828], [0.07749605178833008, -0.2628420293331146, 2.685879707336426, -32.51108169555664], [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': ['130810.015000', '130810.475000', '130810.935000', '130811.395000', '130811.855000', '130812.315000', '130812.775000', '130813.235000', '130813.695000', '130814.155000', '130814.615000', '130815.075000', '130815.535000', '130815.995000', '130816.455000', '130816.915000', '130817.375000', '130817.835000', '130818.295000', '130818.755000', '130819.215000', '130819.675000', '130820.135000', '130820.595000', '130821.055000', '130821.515000', '130821.975000', '130822.435000', '130822.895000', '130823.355000', '130823.815000', '130824.275000', '130824.735000', '130825.195000', '130825.655000', '130826.115000', '130826.575000', '130827.035000', '130827.495000', '130827.955000', '130828.415000', '130828.875000', '130829.335000', '130829.795000', '130830.255000', '130830.715000', '130831.175000', '130831.635000', '130832.095000', '130832.555000', '130833.015000', '130833.475000', '130833.935000', '130834.395000', '130834.855000', '130835.315000', '130835.775000', '130836.235000', '130836.695000', '130837.155000', '130837.615000', '130838.075000', '130838.535000', '130838.995000', '130839.455000', '130839.915000', '130840.375000', '130840.835000', '130841.295000', '130841.755000', '130842.215000', '130842.675000', '130843.135000', '130843.595000', '130844.055000', '130844.515000', '130844.975000', '130845.435000', '130845.895000', '130846.355000', '130846.815000', '130847.275000', '130847.735000', '130848.195000', '130848.655000', '130849.115000', '130849.575000', '130850.035000', '130850.495000', '130850.955000', '130851.415000', '130851.875000', '130852.335000', '130852.795000', '130853.255000', '130853.715000', '130854.175000', '130854.635000', '130855.095000', '130855.555000', '130856.015000', '130856.475000', '130856.935000', '130857.395000', '130857.855000', '130858.315000', '130858.775000', '130859.235000', '130859.695000', '130900.155000', '130900.615000', '130901.075000', '130901.535000', '130901.995000', '130902.455000', '130902.915000', '130903.375000', '130903.835000', '130904.295000', '130904.755000', '130905.215000', '130905.675000', '130906.135000', '130906.595000', '130907.055000', '130907.515000', '130907.975000', '130908.435000', '130908.895000', '130909.355000', '130909.815000', '130910.275000', '130910.735000', '130911.195000', '130911.655000', '130912.115000', '130912.575000', '130913.035000', '130913.495000', '130913.955000', '130914.415000', '130914.875000', '130915.335000', '130915.795000', '130916.255000', '130916.715000', '130917.175000', '130917.635000', '130918.095000', '130918.555000', '130919.015000', '130919.475000', '130919.935000', '130920.395000', '130920.855000', '130921.315000', '130921.775000', '130922.235000', '130922.695000', '130923.155000', '130923.615000', '130924.075000', '130924.535000', '130924.995000', '130925.455000', '130925.915000', '130926.375000', '130926.835000', '130927.295000', '130927.755000', '130928.215000', '130928.675000', '130929.135000', '130929.595000', '130930.055000', '130930.515000', '130930.975000', '130931.435000', '130931.895000', '130932.355000', '130932.815000', '130933.275000', '130933.735000', '130934.195000', '130934.655000', '130935.115000', '130935.575000', '130936.035000', '130936.495000', '130936.955000', '130937.415000', '130937.875000', '130938.335000', '130938.795000', '130939.255000', '130939.715000', '130940.175000', '130940.635000', '130941.095000', '130941.555000', '130942.015000', '130942.475000', '130942.935000', '130943.395000', '130943.855000', '130944.315000', '130944.775000', '130945.235000', '130945.695000', '130946.155000', '130946.615000', '130947.075000', '130947.535000', '130947.995000', '130948.455000', '130948.915000', '130949.375000', '130949.835000', '130950.295000', '130950.755000', '130951.215000', '130951.675000', '130952.135000', '130952.595000', '130953.055000', '130953.515000', '130953.975000', '130954.435000', '130954.895000', '130955.355000', '130955.815000', '130956.275000', '130956.735000', '130957.195000', '130957.655000', '130958.115000', '130958.575000', '130959.035000', '130959.495000', '130959.955000', '131000.415000', '131000.875000', '131001.335000', '131001.795000', '131002.255000', '131002.715000', '131003.175000', '131003.635000', '131004.095000', '131004.555000', '131005.015000', '131005.475000', '131005.935000', '131006.395000', '131006.855000', '131007.315000', '131007.775000', '131008.235000', '131008.695000', '131009.155000', '131009.615000', '131010.075000', '131010.535000', '131010.995000', '131011.455000', '131011.915000', '131012.375000', '131012.835000', '131013.295000', '131013.755000', '131014.215000', '131014.675000', '131015.135000', '131015.595000', '131016.055000', '131016.515000', '131016.975000', '131017.435000', '131017.895000', '131018.355000', '131018.815000', '131019.275000', '131019.735000', '131020.195000', '131020.655000', '131021.115000', '131021.575000', '131022.035000', '131022.495000', '131022.955000', '131023.415000', '131023.875000', '131024.335000', '131024.795000', '131025.255000', '131025.715000', '131026.175000', '131026.635000', '131027.095000', '131027.555000', '131028.015000', '131028.475000', '131028.935000', '131029.395000', '131029.855000', '131030.315000', '131030.775000', '131031.235000', '131031.695000', '131032.155000', '131032.615000', '131033.075000', '131033.535000', '131033.995000', '131034.455000', '131034.915000', '131035.375000', '131035.835000', '131036.295000', '131036.755000', '131037.215000', '131037.675000', '131038.135000', '131038.595000', '131039.055000', '131039.515000', '131039.975000', '131040.435000', '131040.895000', '131041.355000', '131041.815000', '131042.275000', '131042.735000', '131043.195000', '131043.655000', '131044.115000', '131044.575000', '131045.035000', '131045.495000', '131045.955000', '131046.415000', '131046.875000', '131047.335000', '131047.795000', '131048.255000', '131048.715000', '131049.175000', '131049.635000', '131050.095000', '131050.555000', '131051.015000', '131051.475000', '131051.935000', '131052.395000', '131052.855000', '131053.315000', '131053.775000', '131054.235000', '131054.695000', '131055.155000', '131055.615000', '131056.075000', '131056.535000', '131056.995000', '131057.455000', '131057.915000', '131058.375000', '131058.835000', '131059.295000', '131059.755000', '131100.215000', '131100.675000', '131101.135000', '131101.595000', '131102.055000', '131102.515000', '131102.975000', '131103.435000', '131103.895000', '131104.355000', '131104.815000', '131105.275000', '131105.735000', '131106.195000', '131106.655000', '131107.115000', '131107.575000', '131108.035000', '131108.495000', '131108.955000', '131109.415000', '131109.875000', '131110.335000', '131110.795000', '131111.255000', '131111.715000', '131112.175000', '131112.635000', '131113.095000', '131113.555000', '131114.015000', '131114.475000', '131114.935000', '131115.395000', '131115.855000', '131116.315000', '131116.775000', '131117.235000', '131117.695000', '131118.155000', '131118.615000', '131119.075000', '131119.535000', '131119.995000', '131120.455000', '131120.915000', '131121.375000', '131121.835000', '131122.295000', '131122.755000', '131123.215000', '131123.675000', '131124.135000', '131124.595000', '131125.055000', '131125.515000', '131125.975000', '131126.435000', '131126.895000', '131127.355000', '131127.815000', '131128.275000', '131128.735000', '131129.195000', '131129.655000', '131130.115000', '131130.575000', '131131.035000', '131131.495000', '131131.955000', '131132.415000', '131132.875000', '131133.335000', '131133.795000', '131134.255000', '131134.715000', '131135.175000', '131135.635000', '131136.095000', '131136.555000', '131137.015000', '131137.475000', '131137.935000', '131138.395000', '131138.855000', '131139.315000', '131139.775000', '131140.235000', '131140.695000', '131141.155000', '131141.615000', '131142.075000', '131142.535000', '131142.995000', '131143.455000', '131143.915000', '131144.375000', '131144.835000', '131145.295000', '131145.755000', '131146.215000', '131146.675000', '131147.135000', '131147.595000', '131148.055000', '131148.515000', '131148.975000', '131149.435000', '131149.895000', '131150.355000', '131150.815000', '131151.275000', '131151.735000', '131152.195000', '131152.655000', '131153.115000', '131153.575000', '131154.035000', '131154.495000', '131154.955000', '131155.415000', '131155.875000', '131156.335000', '131156.795000', '131157.255000', '131157.715000', '131158.175000', '131158.635000', '131159.095000', '131159.555000', '131200.015000', '131200.475000', '131200.935000', '131201.395000', '131201.855000', '131202.315000', '131202.775000', '131203.235000', '131203.695000', '131204.155000', '131204.615000', '131205.075000', '131205.535000', '131205.995000', '131206.455000', '131206.915000', '131207.375000', '131207.835000', '131208.295000', '131208.755000', '131209.215000', '131209.675000', '131210.135000', '131210.595000', '131211.055000', '131211.515000', '131211.975000', '131212.435000', '131212.895000', '131213.355000', '131213.815000', '131214.275000', '131214.735000', '131215.195000', '131215.655000', '131216.115000', '131216.575000', '131217.035000', '131217.495000', '131217.955000', '131218.415000', '131218.875000', '131219.335000', '131219.795000', '131220.255000', '131220.715000', '131221.175000', '131221.635000', '131222.095000', '131222.555000', '131223.015000', '131223.475000', '131223.935000', '131224.395000', '131224.855000', '131225.315000', '131225.775000', '131226.235000', '131226.695000', '131227.155000', '131227.615000', '131228.075000', '131228.535000', '131228.995000', '131229.455000', '131229.915000', '131230.375000', '131230.835000', '131231.295000', '131231.755000', '131232.215000', '131232.675000', '131233.135000', '131233.595000', '131234.055000', '131234.515000', '131234.975000', '131235.435000', '131235.895000', '131236.355000', '131236.815000', '131237.275000', '131237.735000', '131238.195000', '131238.655000', '131239.115000', '131239.575000', '131240.035000', '131240.495000', '131240.955000', '131241.415000', '131241.875000', '131242.335000', '131242.795000', '131243.255000', '131243.715000', '131244.175000', '131244.635000', '131245.095000', '131245.555000', '131246.015000', '131246.475000', '131246.935000', '131247.395000', '131247.855000', '131248.315000', '131248.775000', '131249.235000', '131249.695000', '131250.155000', '131250.615000', '131251.075000', '131251.535000', '131251.995000', '131252.455000', '131252.915000', '131253.375000', '131253.835000', '131254.295000', '131254.755000', '131255.215000', '131255.675000', '131256.135000', '131256.595000', '131257.055000', '131257.515000', '131257.975000', '131258.435000', '131258.895000', '131259.355000', '131259.815000', '131300.275000', '131300.735000', '131301.195000', '131301.655000', '131302.115000', '131302.575000', '131303.035000', '131303.495000', '131303.955000', '131304.415000', '131304.875000', '131305.335000', '131305.795000', '131306.255000', '131306.715000', '131307.175000', '131307.635000', '131308.095000', '131308.555000', '131309.015000', '131309.475000', '131309.935000', '131310.395000', '131310.855000', '131311.315000', '131311.775000', '131312.235000', '131312.695000', '131313.155000', '131313.615000', '131314.075000', '131314.535000', '131314.995000', '131315.455000', '131315.915000', '131316.375000', '131316.835000', '131317.295000', '131317.755000', '131318.215000', '131318.675000', '131319.135000', '131319.595000', '131320.055000', '131320.515000', '131320.975000', '131321.435000', '131321.895000', '131322.355000', '131322.815000', '131323.275000', '131323.735000', '131324.195000', '131324.655000', '131325.115000', '131325.575000', '131326.035000', '131326.495000', '131326.955000', '131327.415000', '131327.875000', '131328.335000', '131328.795000', '131329.255000', '131329.715000', '131330.175000', '131330.635000', '131331.095000', '131331.555000', '131332.015000', '131332.475000', '131332.935000', '131333.395000', '131333.855000', '131334.315000', '131334.775000', '131335.235000', '131335.695000', '131336.155000', '131336.615000', '131337.075000', '131337.535000', '131337.995000', '131338.455000', '131338.915000', '131339.375000', '131339.835000', '131340.295000', '131340.755000', '131341.215000', '131341.675000', '131342.135000', '131342.595000', '131343.055000', '131343.515000', '131343.975000', '131344.435000', '131344.895000', '131345.355000', '131345.815000', '131346.275000', '131346.735000', '131347.195000', '131347.655000', '131348.115000', '131348.575000', '131349.035000', '131349.495000', '131349.955000', '131350.415000', '131350.875000', '131351.335000', '131351.795000', '131352.255000', '131352.715000', '131353.175000', '131353.635000', '131354.095000', '131354.555000', '131355.015000', '131355.475000', '131355.935000', '131356.395000', '131356.855000', '131357.315000', '131357.775000', '131358.235000', '131358.695000', '131359.155000', '131359.615000', '131400.075000', '131400.535000', '131400.995000', '131401.455000', '131401.915000', '131402.375000', '131402.835000', '131403.295000', '131403.755000', '131404.215000', '131404.675000', '131405.135000', '131405.595000', '131406.055000', '131406.515000', '131406.975000', '131407.435000', '131407.895000', '131408.355000', '131408.815000', '131409.275000', '131409.735000', '131410.195000', '131410.655000', '131411.115000', '131411.575000', '131412.035000', '131412.495000', '131412.955000', '131413.415000', '131413.875000', '131414.335000', '131414.795000', '131415.255000', '131415.715000', '131416.175000', '131416.635000', '131417.095000', '131417.555000', '131418.015000', '131418.475000', '131418.935000', '131419.395000', '131419.855000', '131420.315000', '131420.775000', '131421.235000', '131421.695000', '131422.155000', '131422.615000', '131423.075000', '131423.535000', '131423.995000', '131424.455000', '131424.915000', '131425.375000', '131425.835000', '131426.295000', '131426.755000', '131427.215000', '131427.675000', '131428.135000', '131428.595000', '131429.055000', '131429.515000', '131429.975000', '131430.435000', '131430.895000', '131431.355000', '131431.815000', '131432.275000', '131432.735000', '131433.195000', '131433.655000', '131434.115000', '131434.575000', '131435.035000', '131435.495000', '131435.955000', '131436.415000', '131436.875000', '131437.335000', '131437.795000', '131438.255000', '131438.715000', '131439.175000', '131439.635000', '131440.095000', '131440.555000', '131441.015000', '131441.475000', '131441.935000', '131442.395000', '131442.855000', '131443.315000', '131443.775000', '131444.235000', '131444.695000', '131445.155000', '131445.615000', '131446.075000', '131446.535000', '131446.995000', '131447.455000', '131447.915000', '131448.375000', '131448.835000', '131449.295000', '131449.755000', '131450.215000', '131450.675000'], 'ContentTime': ['130823.436000', '130823.439000', '130823.442000', '130823.445000', '130823.451000', '130823.454000', '130823.465000', '130823.468000', '130823.471000', '130823.473000', '130823.476000', '130823.479000', '130823.482000', '130823.485000', '130823.488000', '130823.491000', '130823.493000', '130823.496000', '130823.499000', '130823.502000', '130823.505000', '130823.507000', '130823.510000', '130823.513000', '130823.518000', '130823.521000', '130823.523000', '130843.413000', '130843.417000', '130843.420000', '130843.423000', '130843.425000', '130843.428000', '130843.431000', '130843.444000', '130843.447000', '130843.450000', '130843.453000', '130843.455000', '130843.458000', '130843.461000', '130843.464000', '130843.467000', '130843.470000', '130843.473000', '130843.475000', '130843.478000', '130843.481000', '130843.484000', '130843.487000', '130843.490000', '130843.494000', '130843.499000', '130843.502000', '130843.505000', '130843.507000', '130843.510000', '130843.513000', '130843.516000', '130843.519000', '130843.522000', '130843.524000', '130843.531000', '130843.534000', '130843.537000', '130843.539000', '130843.542000', '130843.545000', '130843.548000', '130843.551000', '130903.399000', '130903.402000', '130903.405000', '130903.407000', '130903.410000', '130903.413000', '130903.416000', '130903.419000', '130903.422000', '130903.424000', '130903.428000', '130903.430000', '130903.433000', '130903.436000', '130903.439000', '130903.442000', '130903.445000', '130903.447000', '130903.451000', '130903.453000', '130903.456000', '130903.459000', '130903.462000', '130903.465000', '130903.467000', '130903.470000', '130903.473000', '130903.476000', '130903.479000', '130903.482000', '130903.485000', '130903.487000', '130903.490000', '130903.493000', '130903.501000', '130903.504000', '130903.507000', '130903.510000', '130903.513000', '130903.515000', '130903.518000', '130903.521000', '130903.524000', '130903.527000', '130923.399000', '130923.402000', '130923.404000', '130923.407000', '130923.410000', '130923.413000', '130923.416000', '130923.419000', '130923.422000', '130923.425000', '130923.427000', '130923.430000', '130923.433000', '130923.436000', '130923.439000', '130923.442000', '130923.445000', '130923.448000', '130923.450000', '130923.453000', '130923.456000', '130923.459000', '130923.462000', '130923.465000', '130923.468000', '130923.471000', '130923.474000', '130923.477000', '130923.479000', '130923.482000', '130923.485000', '130923.488000', '130923.491000', '130923.494000', '130923.497000', '130923.499000', '130923.502000', '130923.505000', '130923.508000', '130923.511000', '130923.513000', '130923.516000', '130923.519000', '130943.398000', '130943.401000', '130943.404000', '130943.406000', '130943.409000', '130943.412000', '130943.415000', '130943.418000', '130943.421000', '130943.424000', '130943.426000', '130943.429000', '130943.432000', '130943.435000', '130943.438000', '130943.441000', '130943.444000', '130943.447000', '130943.450000', '130943.453000', '130943.456000', '130943.458000', '130943.461000', '130943.464000', '130943.467000', '130943.470000', '130943.473000', '130943.476000', '130943.478000', '130943.481000', '130943.484000', '130943.487000', '130943.490000', '130943.493000', '130943.495000', '130943.498000', '130943.501000', '130943.504000', '130943.507000', '130943.509000', '130943.512000', '130943.515000', '130943.518000', '130943.521000', '131003.398000', '131003.401000', '131003.404000', '131003.407000', '131003.409000', '131003.412000', '131003.415000', '131003.419000', '131003.422000', '131003.425000', '131003.428000', '131003.431000', '131003.434000', '131003.437000', '131003.440000', '131003.443000', '131003.446000', '131003.448000', '131003.451000', '131003.454000', '131003.457000', '131003.460000', '131003.462000', '131003.466000', '131003.468000', '131003.471000', '131003.474000', '131003.477000', '131003.480000', '131003.483000', '131003.486000', '131003.490000', '131003.493000', '131003.496000', '131003.499000', '131003.502000', '131003.505000', '131003.508000', '131003.511000', '131003.528000', '131003.530000', '131003.533000', '131003.536000', '131023.398000', '131023.401000', '131023.404000', '131023.406000', '131023.409000', '131023.412000', '131023.415000', '131023.418000', '131023.421000', '131023.424000', '131023.427000', '131023.430000', '131023.433000', '131023.435000', '131023.438000', '131023.441000', '131023.444000', '131023.447000', '131023.450000', '131023.452000', '131023.455000', '131023.458000', '131023.461000', '131023.464000', '131023.467000', '131023.470000', '131023.473000', '131023.476000', '131023.479000', '131023.481000', '131023.484000', '131023.487000', '131023.490000', '131023.493000', '131023.496000', '131023.498000', '131023.501000', '131023.504000', '131023.507000', '131023.510000', '131023.513000', '131023.516000', '131023.519000', '131023.522000', '131043.399000', '131043.402000', '131043.405000', '131043.408000', '131043.410000', '131043.413000', '131043.416000', '131043.419000', '131043.422000', '131043.425000', '131043.428000', '131043.431000', '131043.433000', '131043.436000', '131043.439000', '131043.442000', '131043.445000', '131043.447000', '131043.450000', '131043.453000', '131043.456000', '131043.459000', '131043.462000', '131043.465000', '131043.468000', '131043.471000', '131043.474000', '131043.476000', '131043.479000', '131043.482000', '131043.485000', '131043.488000', '131043.492000', '131043.495000', '131043.499000', '131043.502000', '131043.505000', '131043.508000', '131043.510000', '131043.513000', '131043.516000', '131043.519000', '131043.522000', '131103.399000', '131103.402000', '131103.405000', '131103.408000', '131103.410000', '131103.413000', '131103.416000', '131103.419000', '131103.422000', '131103.425000', '131103.428000', '131103.431000', '131103.434000', '131103.436000', '131103.439000', '131103.442000', '131103.445000', '131103.448000', '131103.451000', '131103.460000', '131103.463000', '131103.465000', '131103.468000', '131103.471000', '131103.474000', '131103.477000', '131103.480000', '131103.483000', '131103.486000', '131103.489000', '131103.491000', '131103.494000', '131103.497000', '131103.500000', '131103.503000', '131103.506000', '131103.508000', '131103.511000', '131103.514000', '131103.517000', '131103.520000', '131103.523000', '131103.526000', '131103.529000', '131123.399000', '131123.402000', '131123.405000', '131123.408000', '131123.411000', '131123.414000', '131123.417000', '131123.420000', '131123.422000', '131123.425000', '131123.428000', '131123.431000', '131123.434000', '131123.437000', '131123.440000', '131123.442000', '131123.445000', '131123.448000', '131123.451000', '131123.454000', '131123.458000', '131123.462000', '131123.464000', '131123.467000', '131123.470000', '131123.473000', '131123.476000', '131123.479000', '131123.481000', '131123.484000', '131123.487000', '131123.490000', '131123.493000', '131123.496000', '131123.499000', '131123.501000', '131123.504000', '131123.507000', '131123.511000', '131123.514000', '131123.517000', '131123.520000', '131123.523000', '131143.399000', '131143.402000', '131143.413000', '131143.416000', '131143.419000', '131143.422000', '131143.425000', '131143.428000', '131143.431000', '131143.434000', '131143.437000', '131143.440000', '131143.442000', '131143.445000', '131143.448000', '131143.451000', '131143.454000', '131143.456000', '131143.459000', '131143.462000', '131143.465000', '131143.468000', '131143.471000', '131143.474000', '131143.477000', '131143.479000', '131143.482000', '131143.485000', '131143.488000', '131143.491000', '131143.494000', '131143.497000', '131143.500000', '131143.503000', '131143.506000', '131143.530000', '131143.532000', '131143.535000', '131143.538000', '131143.541000', '131143.544000', '131143.547000', '131143.549000', '131143.552000', '131203.398000', '131203.401000', '131203.404000', '131203.407000', '131203.410000', '131203.412000', '131203.415000', '131203.418000', '131203.421000', '131203.424000', '131203.427000', '131203.430000', '131203.433000', '131203.435000', '131203.438000', '131203.441000', '131203.444000', '131203.447000', '131203.450000', '131203.453000', '131203.456000', '131203.459000', '131203.461000', '131203.464000', '131203.467000', '131203.470000', '131203.473000', '131203.476000', '131203.479000', '131203.481000', '131203.484000', '131203.487000', '131203.490000', '131203.493000', '131203.496000', '131203.499000', '131203.502000', '131203.504000', '131203.507000', '131203.510000', '131203.513000', '131203.516000', '131203.519000', '131223.398000', '131223.401000', '131223.404000', '131223.407000', '131223.410000', '131223.413000', '131223.415000', '131223.418000', '131223.421000', '131223.424000', '131223.427000', '131223.430000', '131223.432000', '131223.435000', '131223.438000', '131223.441000', '131223.444000', '131223.447000', '131223.450000', '131223.453000', '131223.456000', '131223.459000', '131223.461000', '131223.464000', '131223.467000', '131223.470000', '131223.473000', '131223.476000', '131223.478000', '131223.481000', '131223.484000', '131223.487000', '131223.490000', '131223.493000', '131223.496000', '131223.498000', '131223.501000', '131223.504000', '131223.507000', '131223.510000', '131223.513000', '131223.515000', '131223.518000', '131223.521000', '131243.398000', '131243.401000', '131243.404000', '131243.407000', '131243.410000', '131243.413000', '131243.415000', '131243.418000', '131243.421000', '131243.424000', '131243.427000', '131243.430000', '131243.433000', '131243.435000', '131243.438000', '131243.441000', '131243.444000', '131243.447000', '131243.450000', '131243.453000', '131243.455000', '131243.458000', '131243.461000', '131243.464000', '131243.467000', '131243.470000', '131243.472000', '131243.475000', '131243.478000', '131243.481000', '131243.484000', '131243.487000', '131243.490000', '131243.493000', '131243.496000', '131243.499000', '131243.502000', '131243.505000', '131243.508000', '131243.511000', '131243.514000', '131243.517000', '131243.520000', '131303.399000', '131303.413000', '131303.416000', '131303.419000', '131303.421000', '131303.424000', '131303.427000', '131303.430000', '131303.433000', '131303.436000', '131303.439000', '131303.441000', '131303.444000', '131303.447000', '131303.450000', '131303.453000', '131303.456000', '131303.459000', '131303.462000', '131303.465000', '131303.468000', '131303.471000', '131303.473000', '131303.476000', '131303.479000', '131303.482000', '131303.485000', '131303.488000', '131303.491000', '131303.494000', '131303.496000', '131303.499000', '131303.502000', '131303.505000', '131303.508000', '131303.511000', '131303.513000', '131303.517000', '131303.519000', '131303.522000', '131303.525000', '131303.528000', '131303.531000', '131303.534000', '131323.399000', '131323.402000', '131323.413000', '131323.416000', '131323.419000', '131323.422000', '131323.425000', '131323.427000', '131323.431000', '131323.433000', '131323.436000', '131323.439000', '131323.442000', '131323.445000', '131323.448000', '131323.451000', '131323.454000', '131323.457000', '131323.459000', '131323.462000', '131323.465000', '131323.468000', '131323.471000', '131323.474000', '131323.477000', '131323.479000', '131323.482000', '131323.485000', '131323.488000', '131323.491000', '131323.494000', '131323.497000', '131323.500000', '131323.502000', '131323.505000', '131323.508000', '131323.511000', '131323.514000', '131323.517000', '131323.520000', '131323.523000', '131323.526000', '131323.529000', '131343.399000', '131343.402000', '131343.405000', '131343.408000', '131343.411000', '131343.414000', '131343.416000', '131343.419000', '131343.422000', '131343.425000', '131343.428000', '131343.431000', '131343.434000', '131343.437000', '131343.439000', '131343.442000', '131343.445000', '131343.448000', '131343.451000', '131343.454000', '131343.456000', '131343.459000', '131343.462000', '131343.465000', '131343.468000', '131343.471000', '131343.474000', '131343.476000', '131343.479000', '131343.482000', '131343.485000', '131343.488000', '131343.491000', '131343.494000', '131343.496000', '131343.499000', '131343.502000', '131343.505000', '131343.508000', '131343.511000', '131343.513000', '131343.516000', '131343.519000', '131343.522000', '131403.399000', '131403.402000', '131403.405000', '131403.408000', '131403.411000', '131403.413000', '131403.416000', '131403.419000', '131403.422000', '131403.425000', '131403.428000', '131403.431000', '131403.434000', '131403.436000', '131403.439000', '131403.442000', '131403.445000', '131403.450000', '131403.453000', '131403.456000', '131403.458000', '131403.461000', '131403.464000', '131403.467000', '131403.470000', '131403.473000', '131403.476000', '131403.479000', '131403.482000', '131403.484000', '131403.487000', '131403.490000', '131403.493000', '131403.496000', '131403.499000', '131403.502000', '131403.504000', '131403.507000', '131403.510000', '131403.513000', '131403.516000', '131403.519000', '131403.521000', '131423.398000', '131423.401000', '131423.404000', '131423.406000', '131423.410000', '131423.412000', '131423.415000', '131423.418000', '131423.421000', '131423.424000', '131423.427000', '131423.429000', '131423.432000', '131423.435000', '131423.438000', '131423.441000', '131423.444000', '131423.447000', '131423.449000', '131423.452000', '131423.455000', '131423.458000', '131423.461000', '131423.464000', '131423.467000', '131423.469000', '131423.472000', '131423.475000', '131423.478000', '131423.481000', '131423.484000', '131423.486000', '131423.489000', '131423.492000', '131423.495000', '131423.498000', '131423.501000', '131423.504000', '131423.506000', '131423.509000', '131423.512000', '131423.515000', '131423.518000', '131423.521000', '131443.398000', '131443.401000', '131443.404000', '131443.406000', '131443.410000', '131443.412000', '131443.415000', '131443.418000', '131443.421000', '131443.424000', '131443.427000', '131443.429000', '131443.432000', '131443.435000', '131443.438000', '131443.441000', '131443.444000', '131443.447000', '131443.450000', '131443.452000', '131443.455000', '131443.458000', '131443.461000', '131443.464000', '131443.467000', '131443.470000', '131443.472000', '131443.490000', '131443.493000', '131443.496000', '131443.499000', '131443.501000', '131443.504000', '131443.507000', '131443.510000', '131443.513000', '131443.515000', '131443.518000', '131443.521000', '131443.524000', '131443.527000', '131443.530000', '131443.532000', '131451.955000', '131451.958000', '131451.961000', '131451.973000', '131451.977000', '131451.980000', '131451.983000', '131451.987000', '131451.989000', '131451.992000', '131451.996000', '131452.000000', '131452.005000', '131452.009000', '131452.013000', '131452.017000', '131452.021000', '131452.027000', '131452.030000'], 'InstanceCreationTime': ['130823.436000', '130823.439000', '130823.442000', '130823.445000', '130823.451000', '130823.454000', '130823.465000', '130823.468000', '130823.471000', '130823.473000', '130823.476000', '130823.479000', '130823.482000', '130823.485000', '130823.488000', '130823.491000', '130823.493000', '130823.496000', '130823.499000', '130823.502000', '130823.505000', '130823.507000', '130823.510000', '130823.513000', '130823.518000', '130823.521000', '130823.523000', '130843.413000', '130843.417000', '130843.420000', '130843.423000', '130843.425000', '130843.428000', '130843.431000', '130843.444000', '130843.447000', '130843.450000', '130843.453000', '130843.455000', '130843.458000', '130843.461000', '130843.464000', '130843.467000', '130843.470000', '130843.473000', '130843.475000', '130843.478000', '130843.481000', '130843.484000', '130843.487000', '130843.490000', '130843.494000', '130843.499000', '130843.502000', '130843.505000', '130843.507000', '130843.510000', '130843.513000', '130843.516000', '130843.519000', '130843.522000', '130843.524000', '130843.531000', '130843.534000', '130843.537000', '130843.539000', '130843.542000', '130843.545000', '130843.548000', '130843.551000', '130903.399000', '130903.402000', '130903.405000', '130903.407000', '130903.410000', '130903.413000', '130903.416000', '130903.419000', '130903.422000', '130903.424000', '130903.428000', '130903.430000', '130903.433000', '130903.436000', '130903.439000', '130903.442000', '130903.445000', '130903.447000', '130903.451000', '130903.453000', '130903.456000', '130903.459000', '130903.462000', '130903.465000', '130903.467000', '130903.470000', '130903.473000', '130903.476000', '130903.479000', '130903.482000', '130903.485000', '130903.487000', '130903.490000', '130903.493000', '130903.501000', '130903.504000', '130903.507000', '130903.510000', '130903.513000', '130903.515000', '130903.518000', '130903.521000', '130903.524000', '130903.527000', '130923.399000', '130923.402000', '130923.404000', '130923.407000', '130923.410000', '130923.413000', '130923.416000', '130923.419000', '130923.422000', '130923.425000', '130923.427000', '130923.430000', '130923.433000', '130923.436000', '130923.439000', '130923.442000', '130923.445000', '130923.448000', '130923.450000', '130923.453000', '130923.456000', '130923.459000', '130923.462000', '130923.465000', '130923.468000', '130923.471000', '130923.474000', '130923.477000', '130923.479000', '130923.482000', '130923.485000', '130923.488000', '130923.491000', '130923.494000', '130923.497000', '130923.499000', '130923.502000', '130923.505000', '130923.508000', '130923.511000', '130923.513000', '130923.516000', '130923.519000', '130943.398000', '130943.401000', '130943.404000', '130943.406000', '130943.409000', '130943.412000', '130943.415000', '130943.418000', '130943.421000', '130943.424000', '130943.426000', '130943.429000', '130943.432000', '130943.435000', '130943.438000', '130943.441000', '130943.444000', '130943.447000', '130943.450000', '130943.453000', '130943.456000', '130943.458000', '130943.461000', '130943.464000', '130943.467000', '130943.470000', '130943.473000', '130943.476000', '130943.478000', '130943.481000', '130943.484000', '130943.487000', '130943.490000', '130943.493000', '130943.495000', '130943.498000', '130943.501000', '130943.504000', '130943.507000', '130943.509000', '130943.512000', '130943.515000', '130943.518000', '130943.521000', '131003.398000', '131003.401000', '131003.404000', '131003.407000', '131003.409000', '131003.412000', '131003.415000', '131003.419000', '131003.422000', '131003.425000', '131003.428000', '131003.431000', '131003.434000', '131003.437000', '131003.440000', '131003.443000', '131003.446000', '131003.448000', '131003.451000', '131003.454000', '131003.457000', '131003.460000', '131003.462000', '131003.466000', '131003.468000', '131003.471000', '131003.474000', '131003.477000', '131003.480000', '131003.483000', '131003.486000', '131003.490000', '131003.493000', '131003.496000', '131003.499000', '131003.502000', '131003.505000', '131003.508000', '131003.511000', '131003.528000', '131003.530000', '131003.533000', '131003.536000', '131023.398000', '131023.401000', '131023.404000', '131023.406000', '131023.409000', '131023.412000', '131023.415000', '131023.418000', '131023.421000', '131023.424000', '131023.427000', '131023.430000', '131023.433000', '131023.435000', '131023.438000', '131023.441000', '131023.444000', '131023.447000', '131023.450000', '131023.452000', '131023.455000', '131023.458000', '131023.461000', '131023.464000', '131023.467000', '131023.470000', '131023.473000', '131023.476000', '131023.479000', '131023.481000', '131023.484000', '131023.487000', '131023.490000', '131023.493000', '131023.496000', '131023.498000', '131023.501000', '131023.504000', '131023.507000', '131023.510000', '131023.513000', '131023.516000', '131023.519000', '131023.522000', '131043.399000', '131043.402000', '131043.405000', '131043.408000', '131043.410000', '131043.413000', '131043.416000', '131043.419000', '131043.422000', '131043.425000', '131043.428000', '131043.431000', '131043.433000', '131043.436000', '131043.439000', '131043.442000', '131043.445000', '131043.447000', '131043.450000', '131043.453000', '131043.456000', '131043.459000', '131043.462000', '131043.465000', '131043.468000', '131043.471000', '131043.474000', '131043.476000', '131043.479000', '131043.482000', '131043.485000', '131043.488000', '131043.492000', '131043.495000', '131043.499000', '131043.502000', '131043.505000', '131043.508000', '131043.510000', '131043.513000', '131043.516000', '131043.519000', '131043.522000', '131103.399000', '131103.402000', '131103.405000', '131103.408000', '131103.410000', '131103.413000', '131103.416000', '131103.419000', '131103.422000', '131103.425000', '131103.428000', '131103.431000', '131103.434000', '131103.436000', '131103.439000', '131103.442000', '131103.445000', '131103.448000', '131103.451000', '131103.460000', '131103.463000', '131103.465000', '131103.468000', '131103.471000', '131103.474000', '131103.477000', '131103.480000', '131103.483000', '131103.486000', '131103.489000', '131103.491000', '131103.494000', '131103.497000', '131103.500000', '131103.503000', '131103.506000', '131103.508000', '131103.511000', '131103.514000', '131103.517000', '131103.520000', '131103.523000', '131103.526000', '131103.529000', '131123.399000', '131123.402000', '131123.405000', '131123.408000', '131123.411000', '131123.414000', '131123.417000', '131123.420000', '131123.422000', '131123.425000', '131123.428000', '131123.431000', '131123.434000', '131123.437000', '131123.440000', '131123.442000', '131123.445000', '131123.448000', '131123.451000', '131123.454000', '131123.458000', '131123.462000', '131123.464000', '131123.467000', '131123.470000', '131123.473000', '131123.476000', '131123.479000', '131123.481000', '131123.484000', '131123.487000', '131123.490000', '131123.493000', '131123.496000', '131123.499000', '131123.501000', '131123.504000', '131123.507000', '131123.511000', '131123.514000', '131123.517000', '131123.520000', '131123.523000', '131143.399000', '131143.402000', '131143.413000', '131143.416000', '131143.419000', '131143.422000', '131143.425000', '131143.428000', '131143.431000', '131143.434000', '131143.437000', '131143.440000', '131143.442000', '131143.445000', '131143.448000', '131143.451000', '131143.454000', '131143.456000', '131143.459000', '131143.462000', '131143.465000', '131143.468000', '131143.471000', '131143.474000', '131143.477000', '131143.479000', '131143.482000', '131143.485000', '131143.488000', '131143.491000', '131143.494000', '131143.497000', '131143.500000', '131143.503000', '131143.506000', '131143.530000', '131143.532000', '131143.535000', '131143.538000', '131143.541000', '131143.544000', '131143.547000', '131143.549000', '131143.552000', '131203.398000', '131203.401000', '131203.404000', '131203.407000', '131203.410000', '131203.412000', '131203.415000', '131203.418000', '131203.421000', '131203.424000', '131203.427000', '131203.430000', '131203.433000', '131203.435000', '131203.438000', '131203.441000', '131203.444000', '131203.447000', '131203.450000', '131203.453000', '131203.456000', '131203.459000', '131203.461000', '131203.464000', '131203.467000', '131203.470000', '131203.473000', '131203.476000', '131203.479000', '131203.481000', '131203.484000', '131203.487000', '131203.490000', '131203.493000', '131203.496000', '131203.499000', '131203.502000', '131203.504000', '131203.507000', '131203.510000', '131203.513000', '131203.516000', '131203.519000', '131223.398000', '131223.401000', '131223.404000', '131223.407000', '131223.410000', '131223.413000', '131223.415000', '131223.418000', '131223.421000', '131223.424000', '131223.427000', '131223.430000', '131223.432000', '131223.435000', '131223.438000', '131223.441000', '131223.444000', '131223.447000', '131223.450000', '131223.453000', '131223.456000', '131223.459000', '131223.461000', '131223.464000', '131223.467000', '131223.470000', '131223.473000', '131223.476000', '131223.478000', '131223.481000', '131223.484000', '131223.487000', '131223.490000', '131223.493000', '131223.496000', '131223.498000', '131223.501000', '131223.504000', '131223.507000', '131223.510000', '131223.513000', '131223.515000', '131223.518000', '131223.521000', '131243.398000', '131243.401000', '131243.404000', '131243.407000', '131243.410000', '131243.413000', '131243.415000', '131243.418000', '131243.421000', '131243.424000', '131243.427000', '131243.430000', '131243.433000', '131243.435000', '131243.438000', '131243.441000', '131243.444000', '131243.447000', '131243.450000', '131243.453000', '131243.455000', '131243.458000', '131243.461000', '131243.464000', '131243.467000', '131243.470000', '131243.472000', '131243.475000', '131243.478000', '131243.481000', '131243.484000', '131243.487000', '131243.490000', '131243.493000', '131243.496000', '131243.499000', '131243.502000', '131243.505000', '131243.508000', '131243.511000', '131243.514000', '131243.517000', '131243.520000', '131303.399000', '131303.413000', '131303.416000', '131303.419000', '131303.421000', '131303.424000', '131303.427000', '131303.430000', '131303.433000', '131303.436000', '131303.439000', '131303.441000', '131303.444000', '131303.447000', '131303.450000', '131303.453000', '131303.456000', '131303.459000', '131303.462000', '131303.465000', '131303.468000', '131303.471000', '131303.473000', '131303.476000', '131303.479000', '131303.482000', '131303.485000', '131303.488000', '131303.491000', '131303.494000', '131303.496000', '131303.499000', '131303.502000', '131303.505000', '131303.508000', '131303.511000', '131303.513000', '131303.517000', '131303.519000', '131303.522000', '131303.525000', '131303.528000', '131303.531000', '131303.534000', '131323.399000', '131323.402000', '131323.413000', '131323.416000', '131323.419000', '131323.422000', '131323.425000', '131323.427000', '131323.431000', '131323.433000', '131323.436000', '131323.439000', '131323.442000', '131323.445000', '131323.448000', '131323.451000', '131323.454000', '131323.457000', '131323.459000', '131323.462000', '131323.465000', '131323.468000', '131323.471000', '131323.474000', '131323.477000', '131323.479000', '131323.482000', '131323.485000', '131323.488000', '131323.491000', '131323.494000', '131323.497000', '131323.500000', '131323.502000', '131323.505000', '131323.508000', '131323.511000', '131323.514000', '131323.517000', '131323.520000', '131323.523000', '131323.526000', '131323.529000', '131343.399000', '131343.402000', '131343.405000', '131343.408000', '131343.411000', '131343.414000', '131343.416000', '131343.419000', '131343.422000', '131343.425000', '131343.428000', '131343.431000', '131343.434000', '131343.437000', '131343.439000', '131343.442000', '131343.445000', '131343.448000', '131343.451000', '131343.454000', '131343.456000', '131343.459000', '131343.462000', '131343.465000', '131343.468000', '131343.471000', '131343.474000', '131343.476000', '131343.479000', '131343.482000', '131343.485000', '131343.488000', '131343.491000', '131343.494000', '131343.496000', '131343.499000', '131343.502000', '131343.505000', '131343.508000', '131343.511000', '131343.513000', '131343.516000', '131343.519000', '131343.522000', '131403.399000', '131403.402000', '131403.405000', '131403.408000', '131403.411000', '131403.413000', '131403.416000', '131403.419000', '131403.422000', '131403.425000', '131403.428000', '131403.431000', '131403.434000', '131403.436000', '131403.439000', '131403.442000', '131403.445000', '131403.450000', '131403.453000', '131403.456000', '131403.458000', '131403.461000', '131403.464000', '131403.467000', '131403.470000', '131403.473000', '131403.476000', '131403.479000', '131403.482000', '131403.484000', '131403.487000', '131403.490000', '131403.493000', '131403.496000', '131403.499000', '131403.502000', '131403.504000', '131403.507000', '131403.510000', '131403.513000', '131403.516000', '131403.519000', '131403.521000', '131423.398000', '131423.401000', '131423.404000', '131423.406000', '131423.410000', '131423.412000', '131423.415000', '131423.418000', '131423.421000', '131423.424000', '131423.427000', '131423.429000', '131423.432000', '131423.435000', '131423.438000', '131423.441000', '131423.444000', '131423.447000', '131423.449000', '131423.452000', '131423.455000', '131423.458000', '131423.461000', '131423.464000', '131423.467000', '131423.469000', '131423.472000', '131423.475000', '131423.478000', '131423.481000', '131423.484000', '131423.486000', '131423.489000', '131423.492000', '131423.495000', '131423.498000', '131423.501000', '131423.504000', '131423.506000', '131423.509000', '131423.512000', '131423.515000', '131423.518000', '131423.521000', '131443.398000', '131443.401000', '131443.404000', '131443.406000', '131443.410000', '131443.412000', '131443.415000', '131443.418000', '131443.421000', '131443.424000', '131443.427000', '131443.429000', '131443.432000', '131443.435000', '131443.438000', '131443.441000', '131443.444000', '131443.447000', '131443.450000', '131443.452000', '131443.455000', '131443.458000', '131443.461000', '131443.464000', '131443.467000', '131443.470000', '131443.472000', '131443.490000', '131443.493000', '131443.496000', '131443.499000', '131443.501000', '131443.504000', '131443.507000', '131443.510000', '131443.513000', '131443.515000', '131443.518000', '131443.521000', '131443.524000', '131443.527000', '131443.530000', '131443.532000', '131451.955000', '131451.958000', '131451.961000', '131451.973000', '131451.977000', '131451.980000', '131451.983000', '131451.987000', '131451.989000', '131451.992000', '131451.996000', '131452.000000', '131452.005000', '131452.009000', '131452.013000', '131452.017000', '131452.021000', '131452.027000', '131452.030000'], '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': [16954, 14058, 16451, 12624, 15424, 13250, 14839, 12727, 14281, 17167, 12749, 17082, 16263, 13575, 14151, 10833, 14605, 11488, 15247, 13508, 12892, 13574, 11648, 15002, 12179, 15797, 13477, 16688, 13603, 17127, 14159, 17159, 13372, 16829, 13967, 15702, 13832, 15175, 15651, 14492, 18632, 14910, 16641, 14837, 17351, 14543, 13729, 14454, 12960, 13301, 13935, 13779, 13990, 13340, 13366, 13471, 12775, 13292, 14507, 13317, 15529, 13642, 15487, 12482, 14695, 11772, 13700, 12656, 13631, 15164, 13248, 14520, 13192, 15592, 13367, 15013, 13594, 16303, 13413, 16896, 11200, 15257, 11712, 14467, 12764, 13689, 13222, 12368, 14075, 11231, 14584, 12123, 15278, 12558, 15963, 12754, 15850, 12816, 15022, 13141, 14651, 16938, 14151, 18649, 12992, 15920, 14903, 17831, 14807, 15154, 14233, 11176, 14577, 12443, 16164, 13131, 16373, 13250, 15716, 12509, 15033, 12177, 14255, 12648, 13662, 17820, 13726, 15374, 13381, 14499, 12661, 14912, 11874, 14412, 11868, 14533, 12331, 14194, 11483, 14126, 13997, 12804, 16744, 13120, 15650, 12932, 15743, 12438, 15090, 12276, 15061, 12576, 15892, 12740, 15851, 12556, 15274, 12501, 14759, 18838, 14310, 17626, 13188, 16110, 12895, 14338, 16530, 13703, 17870, 12351, 10916, 12695, 11306, 14949, 12456, 15699, 13603, 11283, 14069, 10922, 15559, 12645, 15987, 12700, 14360, 18656, 13139, 16779, 12774, 15119, 11947, 13750, 15530, 12178, 16545, 12836, 12981, 11552, 15213, 13637, 15205, 12320, 14745, 12860, 14908, 12736, 14478, 11381, 12867, 16314, 13476, 16493, 14515, 16520, 13706, 12964, 12978, 11613, 14705, 11537, 17213, 12457, 12120, 11178, 9627, 15793, 11791, 18029, 13122, 16580, 14442, 11696, 15406, 11388, 16657, 13479, 17392, 19729, 14698, 17487, 12201, 15506, 14646, 12523, 15206, 12222, 13134, 12256, 12666, 12764, 10621, 12415, 13965, 12140, 16084, 12425, 14504, 10779, 12808, 13433, 11720, 14343, 11556, 14458, 11829, 14226, 11133, 13250, 10663, 11712, 14916, 11430, 14800, 11411, 14463, 11262, 12529, 12498, 12019, 15290, 12104, 15098, 11905, 13078, 13021, 12528, 15117, 13394, 14788, 11591, 13370, 10254, 13498, 10445, 13376, 10580, 13513, 10348, 12480, 10904, 11840, 11804, 12006, 14972, 12328, 15220, 12346, 14544, 12576, 13676, 18989, 12544, 15979, 12789, 15451, 12927, 14165, 18294, 12914, 17077, 12797, 16221, 12118, 15074, 11987, 13390, 12538, 13153, 14464, 12127, 15118, 12132, 14062, 12369, 13572, 14135, 12681, 13839, 12651, 13647, 12322, 11490, 13602, 11807, 14809, 11419, 16050, 12329, 14665, 18721, 13851, 17301, 13137, 16505, 12659, 13551, 17936, 13133, 16935, 12502, 16727, 11702, 12789, 17271, 12229, 16685, 12668, 16142, 11592, 14941, 13325, 12816, 18078, 12055, 17405, 12184, 14725, 12573, 12517, 12408, 11998, 11107, 12206, 12416, 13171, 12805, 13185, 12429, 12997, 14457, 12856, 16792, 12708, 16580, 11292, 15126, 13808, 12470, 17999, 12846, 17134, 11350, 14643, 13542, 11813, 17198, 12500, 16507, 11454, 15945, 10748, 15859, 11710, 12595, 11013, 13679, 11820, 13148, 14993, 12468, 15672, 12115, 16370, 11442, 15303, 11426, 12399, 15710, 12424, 16481, 12445, 13561, 16513, 12538, 16075, 11535, 15030, 11277, 12902, 14842, 11982, 15491, 11465, 15981, 10728, 14700, 10849, 14403, 11738, 15443, 12359, 15762, 11402, 15277, 12879, 14227, 18630, 13373, 16829, 11977, 16412, 12339, 14069, 17950, 13249, 17179, 11955, 17022, 12609, 13354, 17469, 13212, 16547, 12889, 14799, 16523, 12646, 16094, 11691, 15912, 12259, 14298, 11995, 13044, 11721, 12850, 13471, 11991, 15754, 12184, 14636, 12073, 15784, 10886, 15530, 12365, 14416, 15595, 13759, 18964, 13310, 17503, 12621, 16306, 13475, 15391, 11916, 14471, 14438, 13712, 18435, 14048, 17528, 12662, 17828, 13280, 13915, 18985, 13256, 17659, 12118, 13212, 18412, 12531, 17551, 11665, 16125, 12378, 14991, 11524, 15017, 11096, 13953, 16526, 12520, 16349, 12705, 13811, 16834, 12240, 16299, 11982, 14935, 11997, 12220, 15727, 11538, 15644, 11468, 13757, 13449, 11799, 15330, 11376, 15499, 10357, 14919, 11833, 15710, 13499, 15583, 13379, 14543, 13521, 16841, 14053, 16913, 13983, 18252, 12969, 18092, 14104, 17171, 14442, 16122, 20844, 16385, 18678, 14647, 18241, 13368, 16319, 16098, 15522, 19536, 16443, 18620, 14569, 17752, 11531, 15887, 12439, 17252, 13958, 15905, 13599, 16183, 14818, 18184, 13820, 17656, 12872, 14907, 16960, 12975, 17553, 11679, 15980, 12470, 12308, 17024, 11804, 15906, 11415, 13491, 12696, 11289, 15325, 11029, 15126, 11009, 12332, 10808, 11168, 9623, 7912, 11809, 10483, 13951, 12398, 16080, 12481, 15674, 11547, 16893, 12677, 15161, 19735, 13657, 17931, 13214, 14926, 17348, 12449, 17223, 12130, 15670, 16331, 12244, 16911, 11412, 15451, 11668, 13069, 15778, 11732, 15634, 10666, 15603, 10994, 14166, 10100, 13782, 10151, 13118, 13257, 11559, 15022, 11658, 16260, 11256, 15272, 16860, 12063, 16208, 12222, 15988, 19014, 12967, 17781, 12246, 16274, 17695, 12357, 16796, 11734, 16638, 11936, 13267, 16644, 13027, 16887, 12511, 15432, 14615, 12898, 16078, 12069, 16534, 11321, 14811, 17819, 12281, 16444, 11419, 16031, 11900, 14290, 17903, 12891, 15980, 12411, 16221, 12158, 16907, 11030, 16029, 11250, 15695, 12027, 16695, 11552, 16866, 12761, 14530, 19209, 14383, 19171, 13483, 18450, 12628, 17511, 14710, 15684, 18152, 14249, 18826, 13670, 18468, 15922, 14292, 19748, 13684, 18373, 15539, 13339, 18434, 12191, 16785, 17901, 12974, 17255, 11768, 15067, 16160, 12748, 16403, 11563, 14924, 12060, 12703, 16293, 11137, 15456, 10906, 14542, 10904, 13273, 10467, 14716, 9698, 14403, 10059, 14705, 11636, 12871, 17211, 12885, 17639, 11762, 16763, 17793, 14320, 19534, 13658, 18040, 13064, 16357, 19368, 14665, 18514, 13248, 17971, 14179, 13415, 18527, 14508, 18100, 12560, 14843, 17250, 13343, 17732, 13835, 17377, 11572, 15397, 16886, 13222, 17551, 11956, 15723, 14914, 12585, 17661, 11938, 15787, 16546, 12945, 17158, 12564, 16537, 11164, 14380, 11707, 12809, 14550, 12557, 16617, 11852, 16482, 11420, 12968, 16004, 11906, 16862, 11663, 13762, 16454, 11876, 16357, 11758, 14244, 14712, 12716, 16600, 11374, 15824, 10793, 14185, 10909, 12520, 15589, 11587, 15944, 10364, 15018, 11059, 12353, 15990, 11907, 15572, 12146, 14358, 17231, 12394, 16253, 11832, 15825, 11435, 15849, 11089], 'WindowCenter': [4897.0, 4860.0, 4855.0, 4812.0, 4831.0, 4809.0, 4819.0, 4798.0, 4807.0, 4827.0, 4787.0, 4813.0, 4817.0, 4784.0, 4794.0, 4752.0, 4792.0, 4776.0, 4829.0, 4839.0, 4827.0, 4837.0, 4817.0, 4861.0, 4830.0, 4845.0, 4828.0, 4857.0, 4824.0, 4857.0, 4827.0, 4846.0, 4814.0, 4844.0, 4810.0, 4819.0, 4798.0, 4810.0, 4806.0, 4795.0, 4827.0, 4809.0, 4840.0, 4820.0, 4817.0, 4813.0, 4796.0, 4797.0, 4786.0, 4799.0, 4798.0, 4798.0, 4809.0, 4798.0, 4797.0, 4797.0, 4790.0, 4800.0, 4809.0, 4811.0, 4818.0, 4800.0, 4806.0, 4778.0, 4810.0, 4777.0, 4800.0, 4787.0, 4813.0, 4809.0, 4817.0, 4809.0, 4801.0, 4807.0, 4801.0, 4825.0, 4825.0, 4847.0, 4831.0, 4856.0, 4796.0, 4835.0, 4805.0, 4808.0, 4804.0, 4804.0, 4804.0, 4806.0, 4828.0, 4783.0, 4812.0, 4791.0, 4811.0, 4791.0, 4821.0, 4792.0, 4822.0, 4792.0, 4812.0, 4792.0, 4799.0, 4824.0, 4800.0, 4844.0, 4829.0, 4833.0, 4799.0, 4816.0, 4783.0, 4785.0, 4799.0, 4770.0, 4799.0, 4792.0, 4822.0, 4792.0, 4811.0, 4791.0, 4799.0, 4781.0, 4801.0, 4768.0, 4791.0, 4779.0, 4778.0, 4807.0, 4777.0, 4785.0, 4778.0, 4775.0, 4766.0, 4786.0, 4770.0, 4787.0, 4769.0, 4789.0, 4780.0, 4801.0, 4771.0, 4792.0, 4791.0, 4782.0, 4810.0, 4790.0, 4810.0, 4783.0, 4811.0, 4780.0, 4800.0, 4771.0, 4801.0, 4782.0, 4822.0, 4793.0, 4823.0, 4793.0, 4815.0, 4782.0, 4804.0, 4832.0, 4791.0, 4811.0, 4779.0, 4788.0, 4767.0, 4780.0, 4808.0, 4780.0, 4811.0, 4770.0, 4762.0, 4780.0, 4759.0, 4812.0, 4793.0, 4822.0, 4817.0, 4788.0, 4817.0, 4800.0, 4826.0, 4795.0, 4816.0, 4784.0, 4807.0, 4823.0, 4780.0, 4799.0, 4767.0, 4777.0, 4747.0, 4767.0, 4786.0, 4746.0, 4784.0, 4783.0, 4793.0, 4744.0, 4798.0, 4777.0, 4785.0, 4769.0, 4786.0, 4769.0, 4786.0, 4766.0, 4791.0, 4760.0, 4785.0, 4848.0, 4854.0, 4847.0, 4871.0, 4893.0, 4837.0, 4807.0, 4762.0, 4724.0, 4796.0, 4794.0, 4869.0, 4843.0, 4844.0, 4825.0, 4767.0, 4844.0, 4810.0, 4875.0, 4822.0, 4851.0, 4829.0, 4801.0, 4828.0, 4789.0, 4827.0, 4782.0, 4815.0, 4811.0, 4768.0, 4773.0, 4730.0, 4763.0, 4734.0, 4716.0, 4732.0, 4727.0, 4735.0, 4715.0, 4711.0, 4712.0, 4705.0, 4725.0, 4734.0, 4714.0, 4755.0, 4725.0, 4744.0, 4706.0, 4737.0, 4748.0, 4731.0, 4758.0, 4731.0, 4762.0, 4745.0, 4764.0, 4745.0, 4766.0, 4734.0, 4758.0, 4785.0, 4759.0, 4788.0, 4759.0, 4787.0, 4763.0, 4771.0, 4769.0, 4772.0, 4787.0, 4770.0, 4786.0, 4760.0, 4769.0, 4769.0, 4771.0, 4800.0, 4794.0, 4803.0, 4784.0, 4795.0, 4763.0, 4790.0, 4765.0, 4795.0, 4764.0, 4817.0, 4780.0, 4798.0, 4777.0, 4799.0, 4798.0, 4800.0, 4816.0, 4798.0, 4826.0, 4798.0, 4819.0, 4797.0, 4806.0, 4846.0, 4787.0, 4813.0, 4784.0, 4803.0, 4783.0, 4805.0, 4824.0, 4781.0, 4812.0, 4783.0, 4802.0, 4770.0, 4789.0, 4771.0, 4781.0, 4769.0, 4782.0, 4803.0, 4785.0, 4803.0, 4782.0, 4803.0, 4794.0, 4796.0, 4817.0, 4808.0, 4807.0, 4795.0, 4817.0, 4808.0, 4800.0, 4819.0, 4800.0, 4844.0, 4811.0, 4851.0, 4810.0, 4831.0, 4850.0, 4809.0, 4841.0, 4801.0, 4828.0, 4796.0, 4794.0, 4812.0, 4771.0, 4812.0, 4770.0, 4800.0, 4761.0, 4772.0, 4799.0, 4757.0, 4800.0, 4767.0, 4798.0, 4761.0, 4789.0, 4768.0, 4757.0, 4796.0, 4756.0, 4783.0, 4743.0, 4773.0, 4757.0, 4743.0, 4755.0, 4747.0, 4760.0, 4758.0, 4767.0, 4782.0, 4782.0, 4780.0, 4781.0, 4782.0, 4791.0, 4780.0, 4811.0, 4794.0, 4814.0, 4761.0, 4789.0, 4768.0, 4756.0, 4794.0, 4755.0, 4795.0, 4745.0, 4777.0, 4755.0, 4746.0, 4794.0, 4754.0, 4787.0, 4756.0, 4784.0, 4760.0, 4799.0, 4770.0, 4781.0, 4761.0, 4781.0, 4759.0, 4782.0, 4800.0, 4771.0, 4799.0, 4771.0, 4802.0, 4772.0, 4803.0, 4775.0, 4797.0, 4814.0, 4782.0, 4811.0, 4770.0, 4780.0, 4800.0, 4769.0, 4799.0, 4761.0, 4801.0, 4760.0, 4782.0, 4790.0, 4770.0, 4799.0, 4776.0, 4812.0, 4764.0, 4803.0, 4776.0, 4806.0, 4798.0, 4831.0, 4810.0, 4839.0, 4803.0, 4831.0, 4798.0, 4809.0, 4835.0, 4794.0, 4824.0, 4775.0, 4814.0, 4783.0, 4794.0, 4823.0, 4784.0, 4823.0, 4773.0, 4813.0, 4772.0, 4783.0, 4812.0, 4780.0, 4810.0, 4780.0, 4792.0, 4799.0, 4770.0, 4802.0, 4770.0, 4798.0, 4771.0, 4791.0, 4760.0, 4781.0, 4772.0, 4793.0, 4792.0, 4784.0, 4815.0, 4785.0, 4815.0, 4798.0, 4826.0, 4788.0, 4826.0, 4797.0, 4816.0, 4827.0, 4807.0, 4846.0, 4797.0, 4824.0, 4783.0, 4827.0, 4807.0, 4816.0, 4788.0, 4817.0, 4807.0, 4793.0, 4822.0, 4795.0, 4823.0, 4782.0, 4813.0, 4780.0, 4780.0, 4821.0, 4771.0, 4798.0, 4758.0, 4767.0, 4804.0, 4757.0, 4795.0, 4746.0, 4786.0, 4756.0, 4789.0, 4759.0, 4792.0, 4762.0, 4792.0, 4810.0, 4771.0, 4800.0, 4769.0, 4780.0, 4799.0, 4762.0, 4800.0, 4759.0, 4789.0, 4759.0, 4760.0, 4799.0, 4762.0, 4800.0, 4760.0, 4790.0, 4779.0, 4770.0, 4800.0, 4787.0, 4813.0, 4778.0, 4824.0, 4787.0, 4825.0, 4819.0, 4840.0, 4846.0, 4839.0, 4821.0, 4847.0, 4831.0, 4861.0, 4831.0, 4859.0, 4809.0, 4850.0, 4823.0, 4851.0, 4820.0, 4827.0, 4846.0, 4817.0, 4826.0, 4792.0, 4811.0, 4781.0, 4801.0, 4788.0, 4790.0, 4819.0, 4801.0, 4809.0, 4779.0, 4796.0, 4736.0, 4772.0, 4748.0, 4793.0, 4767.0, 4777.0, 4768.0, 4786.0, 4778.0, 4798.0, 4768.0, 4788.0, 4748.0, 4765.0, 4774.0, 4744.0, 4782.0, 4733.0, 4773.0, 4742.0, 4732.0, 4771.0, 4733.0, 4761.0, 4731.0, 4751.0, 4741.0, 4732.0, 4784.0, 4748.0, 4785.0, 4763.0, 4780.0, 4774.0, 4798.0, 4792.0, 4771.0, 4811.0, 4790.0, 4820.0, 4800.0, 4817.0, 4787.0, 4817.0, 4777.0, 4843.0, 4800.0, 4809.0, 4838.0, 4797.0, 4813.0, 4770.0, 4791.0, 4802.0, 4760.0, 4814.0, 4762.0, 4791.0, 4799.0, 4760.0, 4798.0, 4760.0, 4789.0, 4760.0, 4769.0, 4789.0, 4761.0, 4798.0, 4751.0, 4801.0, 4762.0, 4803.0, 4765.0, 4806.0, 4766.0, 4807.0, 4805.0, 4789.0, 4830.0, 4803.0, 4841.0, 4790.0, 4830.0, 4839.0, 4799.0, 4829.0, 4787.0, 4828.0, 4835.0, 4785.0, 4824.0, 4775.0, 4815.0, 4824.0, 4773.0, 4813.0, 4772.0, 4812.0, 4773.0, 4795.0, 4814.0, 4795.0, 4825.0, 4784.0, 4815.0, 4804.0, 4787.0, 4814.0, 4785.0, 4826.0, 4790.0, 4818.0, 4835.0, 4786.0, 4815.0, 4775.0, 4814.0, 4775.0, 4805.0, 4834.0, 4784.0, 4813.0, 4785.0, 4829.0, 4799.0, 4836.0, 4788.0, 4826.0, 4787.0, 4829.0, 4800.0, 4840.0, 4801.0, 4850.0, 4809.0, 4818.0, 4848.0, 4819.0, 4850.0, 4807.0, 4837.0, 4787.0, 4827.0, 4806.0, 4817.0, 4826.0, 4806.0, 4824.0, 4782.0, 4823.0, 4800.0, 4781.0, 4820.0, 4768.0, 4798.0, 4776.0, 4755.0, 4785.0, 4747.0, 4785.0, 4784.0, 4744.0, 4773.0, 4733.0, 4763.0, 4773.0, 4744.0, 4774.0, 4735.0, 4775.0, 4745.0, 4756.0, 4785.0, 4746.0, 4775.0, 4749.0, 4790.0, 4751.0, 4782.0, 4767.0, 4815.0, 4770.0, 4818.0, 4781.0, 4831.0, 4800.0, 4812.0, 4851.0, 4812.0, 4850.0, 4799.0, 4839.0, 4838.0, 4809.0, 4848.0, 4806.0, 4826.0, 4795.0, 4826.0, 4834.0, 4793.0, 4823.0, 4782.0, 4811.0, 4778.0, 4769.0, 4809.0, 4778.0, 4808.0, 4758.0, 4777.0, 4797.0, 4767.0, 4807.0, 4779.0, 4798.0, 4748.0, 4788.0, 4799.0, 4781.0, 4799.0, 4758.0, 4788.0, 4777.0, 4747.0, 4795.0, 4745.0, 4775.0, 4784.0, 4754.0, 4783.0, 4757.0, 4786.0, 4737.0, 4776.0, 4747.0, 4769.0, 4780.0, 4772.0, 4812.0, 4773.0, 4813.0, 4763.0, 4783.0, 4803.0, 4774.0, 4813.0, 4774.0, 4794.0, 4813.0, 4775.0, 4813.0, 4774.0, 4805.0, 4804.0, 4785.0, 4814.0, 4775.0, 4814.0, 4777.0, 4818.0, 4779.0, 4810.0, 4829.0, 4801.0, 4840.0, 4781.0, 4832.0, 4802.0, 4813.0, 4841.0, 4801.0, 4831.0, 4801.0, 4834.0, 4840.0, 4810.0, 4839.0, 4799.0, 4828.0, 4789.0, 4855.0, 4804.0], 'WindowWidth': [10643.0, 10571.0, 10557.0, 10489.0, 10514.0, 10477.0, 10491.0, 10461.0, 10471.0, 10501.0, 10438.0, 10470.0, 10481.0, 10431.0, 10443.0, 10381.0, 10438.0, 10422.0, 10505.0, 10535.0, 10518.0, 10531.0, 10503.0, 10570.0, 10521.0, 10535.0, 10514.0, 10556.0, 10505.0, 10556.0, 10511.0, 10538.0, 10489.0, 10533.0, 10475.0, 10486.0, 10456.0, 10471.0, 10466.0, 10445.0, 10496.0, 10471.0, 10522.0, 10491.0, 10481.0, 10482.0, 10449.0, 10449.0, 10437.0, 10458.0, 10455.0, 10454.0, 10473.0, 10453.0, 10454.0, 10453.0, 10446.0, 10460.0, 10476.0, 10476.0, 10484.0, 10456.0, 10464.0, 10425.0, 10469.0, 10424.0, 10455.0, 10437.0, 10485.0, 10473.0, 10492.0, 10473.0, 10461.0, 10466.0, 10460.0, 10502.0, 10507.0, 10538.0, 10523.0, 10553.0, 10468.0, 10523.0, 10478.0, 10473.0, 10468.0, 10468.0, 10472.0, 10477.0, 10511.0, 10438.0, 10479.0, 10446.0, 10474.0, 10445.0, 10487.0, 10446.0, 10490.0, 10447.0, 10475.0, 10448.0, 10453.0, 10495.0, 10454.0, 10526.0, 10515.0, 10511.0, 10451.0, 10471.0, 10415.0, 10425.0, 10452.0, 10415.0, 10451.0, 10446.0, 10489.0, 10445.0, 10471.0, 10441.0, 10449.0, 10427.0, 10453.0, 10403.0, 10436.0, 10420.0, 10416.0, 10459.0, 10413.0, 10423.0, 10414.0, 10408.0, 10398.0, 10424.0, 10409.0, 10430.0, 10408.0, 10436.0, 10423.0, 10455.0, 10415.0, 10443.0, 10442.0, 10427.0, 10467.0, 10438.0, 10466.0, 10430.0, 10468.0, 10424.0, 10452.0, 10412.0, 10455.0, 10428.0, 10487.0, 10445.0, 10491.0, 10449.0, 10478.0, 10429.0, 10460.0, 10503.0, 10439.0, 10473.0, 10419.0, 10432.0, 10398.0, 10420.0, 10459.0, 10422.0, 10467.0, 10406.0, 10403.0, 10426.0, 10395.0, 10475.0, 10448.0, 10487.0, 10492.0, 10450.0, 10490.0, 10470.0, 10501.0, 10452.0, 10485.0, 10435.0, 10471.0, 10493.0, 10421.0, 10450.0, 10398.0, 10414.0, 10371.0, 10396.0, 10423.0, 10365.0, 10418.0, 10431.0, 10447.0, 10364.0, 10446.0, 10412.0, 10420.0, 10408.0, 10426.0, 10401.0, 10424.0, 10397.0, 10439.0, 10395.0, 10434.0, 10536.0, 10559.0, 10535.0, 10591.0, 10625.0, 10532.0, 10473.0, 10386.0, 10323.0, 10446.0, 10458.0, 10575.0, 10551.0, 10554.0, 10528.0, 10419.0, 10539.0, 10491.0, 10582.0, 10504.0, 10543.0, 10511.0, 10473.0, 10510.0, 10452.0, 10509.0, 10431.0, 10484.0, 10477.0, 10399.0, 10405.0, 10335.0, 10389.0, 10332.0, 10308.0, 10328.0, 10325.0, 10339.0, 10306.0, 10297.0, 10298.0, 10295.0, 10322.0, 10335.0, 10304.0, 10361.0, 10323.0, 10349.0, 10298.0, 10342.0, 10360.0, 10339.0, 10375.0, 10340.0, 10382.0, 10367.0, 10390.0, 10366.0, 10395.0, 10353.0, 10386.0, 10424.0, 10393.0, 10430.0, 10392.0, 10429.0, 10404.0, 10409.0, 10405.0, 10411.0, 10429.0, 10406.0, 10425.0, 10393.0, 10405.0, 10405.0, 10407.0, 10451.0, 10446.0, 10462.0, 10437.0, 10453.0, 10407.0, 10441.0, 10411.0, 10448.0, 10407.0, 10488.0, 10442.0, 10462.0, 10432.0, 10464.0, 10463.0, 10466.0, 10486.0, 10460.0, 10499.0, 10461.0, 10493.0, 10458.0, 10470.0, 10529.0, 10443.0, 10478.0, 10434.0, 10462.0, 10432.0, 10464.0, 10488.0, 10425.0, 10474.0, 10428.0, 10454.0, 10408.0, 10434.0, 10410.0, 10423.0, 10409.0, 10428.0, 10461.0, 10437.0, 10462.0, 10432.0, 10461.0, 10452.0, 10454.0, 10488.0, 10477.0, 10474.0, 10453.0, 10488.0, 10479.0, 10468.0, 10494.0, 10469.0, 10541.0, 10488.0, 10543.0, 10485.0, 10514.0, 10543.0, 10478.0, 10532.0, 10462.0, 10506.0, 10456.0, 10447.0, 10478.0, 10412.0, 10470.0, 10409.0, 10450.0, 10398.0, 10410.0, 10449.0, 10387.0, 10449.0, 10400.0, 10444.0, 10395.0, 10430.0, 10402.0, 10382.0, 10438.0, 10381.0, 10414.0, 10356.0, 10401.0, 10383.0, 10359.0, 10380.0, 10370.0, 10395.0, 10389.0, 10398.0, 10431.0, 10429.0, 10424.0, 10427.0, 10428.0, 10440.0, 10421.0, 10466.0, 10452.0, 10477.0, 10397.0, 10431.0, 10401.0, 10380.0, 10434.0, 10378.0, 10434.0, 10367.0, 10411.0, 10378.0, 10364.0, 10433.0, 10378.0, 10423.0, 10383.0, 10419.0, 10396.0, 10448.0, 10408.0, 10426.0, 10399.0, 10425.0, 10389.0, 10426.0, 10452.0, 10410.0, 10448.0, 10407.0, 10451.0, 10412.0, 10457.0, 10420.0, 10455.0, 10478.0, 10427.0, 10464.0, 10406.0, 10419.0, 10449.0, 10405.0, 10444.0, 10396.0, 10449.0, 10394.0, 10425.0, 10438.0, 10408.0, 10448.0, 10424.0, 10470.0, 10409.0, 10459.0, 10426.0, 10467.0, 10461.0, 10509.0, 10479.0, 10521.0, 10475.0, 10510.0, 10457.0, 10474.0, 10511.0, 10446.0, 10492.0, 10422.0, 10475.0, 10430.0, 10446.0, 10489.0, 10433.0, 10487.0, 10415.0, 10471.0, 10414.0, 10427.0, 10470.0, 10422.0, 10462.0, 10420.0, 10438.0, 10448.0, 10406.0, 10452.0, 10407.0, 10444.0, 10409.0, 10437.0, 10394.0, 10425.0, 10417.0, 10446.0, 10446.0, 10436.0, 10480.0, 10439.0, 10482.0, 10462.0, 10499.0, 10448.0, 10499.0, 10458.0, 10482.0, 10499.0, 10471.0, 10530.0, 10454.0, 10491.0, 10430.0, 10498.0, 10472.0, 10483.0, 10448.0, 10488.0, 10470.0, 10445.0, 10490.0, 10447.0, 10490.0, 10427.0, 10470.0, 10421.0, 10418.0, 10482.0, 10404.0, 10440.0, 10386.0, 10393.0, 10446.0, 10382.0, 10431.0, 10367.0, 10421.0, 10379.0, 10429.0, 10390.0, 10437.0, 10398.0, 10439.0, 10466.0, 10410.0, 10449.0, 10404.0, 10419.0, 10446.0, 10395.0, 10446.0, 10388.0, 10429.0, 10389.0, 10390.0, 10445.0, 10396.0, 10446.0, 10395.0, 10436.0, 10421.0, 10406.0, 10450.0, 10444.0, 10476.0, 10434.0, 10491.0, 10440.0, 10492.0, 10493.0, 10522.0, 10540.0, 10523.0, 10499.0, 10531.0, 10512.0, 10557.0, 10512.0, 10548.0, 10476.0, 10538.0, 10501.0, 10541.0, 10497.0, 10500.0, 10531.0, 10481.0, 10499.0, 10440.0, 10470.0, 10423.0, 10449.0, 10430.0, 10432.0, 10481.0, 10446.0, 10467.0, 10414.0, 10435.0, 10350.0, 10395.0, 10368.0, 10429.0, 10395.0, 10409.0, 10398.0, 10426.0, 10411.0, 10442.0, 10394.0, 10423.0, 10367.0, 10386.0, 10404.0, 10355.0, 10407.0, 10338.0, 10394.0, 10352.0, 10336.0, 10390.0, 10339.0, 10374.0, 10336.0, 10362.0, 10353.0, 10340.0, 10416.0, 10373.0, 10420.0, 10405.0, 10422.0, 10425.0, 10470.0, 10467.0, 10438.0, 10490.0, 10456.0, 10497.0, 10466.0, 10484.0, 10439.0, 10483.0, 10426.0, 10530.0, 10462.0, 10472.0, 10517.0, 10451.0, 10473.0, 10405.0, 10436.0, 10454.0, 10390.0, 10473.0, 10393.0, 10434.0, 10445.0, 10390.0, 10440.0, 10393.0, 10428.0, 10389.0, 10401.0, 10432.0, 10392.0, 10442.0, 10384.0, 10451.0, 10400.0, 10460.0, 10411.0, 10467.0, 10414.0, 10472.0, 10468.0, 10450.0, 10511.0, 10472.0, 10524.0, 10453.0, 10505.0, 10521.0, 10459.0, 10504.0, 10441.0, 10500.0, 10506.0, 10434.0, 10489.0, 10420.0, 10475.0, 10491.0, 10415.0, 10470.0, 10412.0, 10467.0, 10414.0, 10449.0, 10475.0, 10448.0, 10489.0, 10431.0, 10475.0, 10460.0, 10438.0, 10474.0, 10434.0, 10493.0, 10454.0, 10486.0, 10507.0, 10439.0, 10475.0, 10421.0, 10474.0, 10422.0, 10461.0, 10504.0, 10433.0, 10473.0, 10438.0, 10502.0, 10462.0, 10510.0, 10448.0, 10496.0, 10444.0, 10505.0, 10468.0, 10523.0, 10470.0, 10538.0, 10478.0, 10489.0, 10533.0, 10489.0, 10540.0, 10470.0, 10512.0, 10441.0, 10499.0, 10468.0, 10480.0, 10498.0, 10465.0, 10494.0, 10425.0, 10484.0, 10449.0, 10420.0, 10481.0, 10396.0, 10438.0, 10405.0, 10373.0, 10416.0, 10366.0, 10415.0, 10415.0, 10355.0, 10397.0, 10341.0, 10381.0, 10396.0, 10356.0, 10397.0, 10346.0, 10400.0, 10360.0, 10376.0, 10417.0, 10366.0, 10405.0, 10375.0, 10434.0, 10381.0, 10428.0, 10413.0, 10480.0, 10427.0, 10487.0, 10443.0, 10510.0, 10468.0, 10487.0, 10542.0, 10486.0, 10536.0, 10464.0, 10519.0, 10516.0, 10474.0, 10536.0, 10467.0, 10497.0, 10448.0, 10496.0, 10507.0, 10443.0, 10491.0, 10425.0, 10464.0, 10416.0, 10400.0, 10463.0, 10412.0, 10454.0, 10387.0, 10410.0, 10441.0, 10395.0, 10454.0, 10414.0, 10440.0, 10371.0, 10425.0, 10446.0, 10421.0, 10444.0, 10385.0, 10424.0, 10410.0, 10365.0, 10432.0, 10361.0, 10402.0, 10418.0, 10372.0, 10412.0, 10380.0, 10420.0, 10354.0, 10405.0, 10370.0, 10401.0, 10420.0, 10410.0, 10467.0, 10415.0, 10469.0, 10400.0, 10428.0, 10456.0, 10416.0, 10470.0, 10416.0, 10444.0, 10472.0, 10419.0, 10469.0, 10417.0, 10460.0, 10459.0, 10434.0, 10474.0, 10421.0, 10474.0, 10428.0, 10485.0, 10433.0, 10478.0, 10505.0, 10468.0, 10521.0, 10442.0, 10511.0, 10471.0, 10487.0, 10524.0, 10468.0, 10509.0, 10467.0, 10517.0, 10521.0, 10479.0, 10521.0, 10464.0, 10502.0, 10449.0, 10551.0, 10477.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.015386295871559635</td></tr>
<tr><td colspan=3>aqi</td><td>0.04620592763761468</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.96596577011479</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.323360621239954</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1300195078185997</td></tr>
<tr><td colspan=3>efc</td><td>0.4929</td></tr>
<tr><td colspan=3>fber</td><td>4848.9448</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14973622909527046</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.711009174311927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.673845168199282</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4775069409316313</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0022212011487417</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5418073625174737</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194463</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01507274154573679</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03849831968545914</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.909890362790406</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>18.9239</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.7906</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.9094</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297767.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1096.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.6735</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1251</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>660.513</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3942.5195</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78777.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.5193</td></tr>
<tr><td colspan=3>tsnr</td><td>27.210609229048714</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>