ds005256-mriqc/sub-0052_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 6fd6aed6d9 [DATALAD RUNCMD] Compute MRIQC for sub-0052
=== 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-0052 --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-0052",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:00:52 +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-0052_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0052_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-01/func/sub-0052_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>afcd219420cda6a898a8f591781c2d44</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>12:44:55.985000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99877, 0.00133566, 0.0495619, -0.0094135, 0.986562, 0.163113]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941075</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7799, -7244, 618, -8, -134, 33, 37]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07831fad-e8cb-4247-90c4-205269272145||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796274185180664, -0.025255728513002396, 0.1314307302236557, 108.91647338867188], [-0.003583471290767193, 2.6468749046325684, 0.4411243200302124, -97.76973724365234], [0.13297095894813538, -0.43762141466140747, 2.6604764461517334, -41.579071044921875], [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': ['124455.985000', '124456.445000', '124456.905000', '124457.365000', '124457.825000', '124458.285000', '124458.745000', '124459.205000', '124459.665000', '124500.125000', '124500.585000', '124501.045000', '124501.505000', '124501.965000', '124502.425000', '124502.885000', '124503.345000', '124503.805000', '124504.265000', '124504.725000', '124505.185000', '124505.645000', '124506.105000', '124506.565000', '124507.025000', '124507.485000', '124507.945000', '124508.405000', '124508.865000', '124509.325000', '124509.785000', '124510.245000', '124510.705000', '124511.165000', '124511.625000', '124512.085000', '124512.545000', '124513.005000', '124513.465000', '124513.925000', '124514.385000', '124514.845000', '124515.305000', '124515.765000', '124516.225000', '124516.685000', '124517.145000', '124517.605000', '124518.065000', '124518.525000', '124518.985000', '124519.445000', '124519.905000', '124520.365000', '124520.825000', '124521.285000', '124521.745000', '124522.205000', '124522.665000', '124523.125000', '124523.585000', '124524.045000', '124524.505000', '124524.965000', '124525.425000', '124525.885000', '124526.345000', '124526.805000', '124527.265000', '124527.725000', '124528.185000', '124528.645000', '124529.105000', '124529.565000', '124530.025000', '124530.485000', '124530.945000', '124531.405000', '124531.865000', '124532.325000', '124532.785000', '124533.245000', '124533.705000', '124534.165000', '124534.625000', '124535.085000', '124535.545000', '124536.005000', '124536.465000', '124536.925000', '124537.385000', '124537.845000', '124538.305000', '124538.765000', '124539.225000', '124539.685000', '124540.145000', '124540.605000', '124541.065000', '124541.525000', '124541.985000', '124542.445000', '124542.905000', '124543.365000', '124543.825000', '124544.285000', '124544.745000', '124545.205000', '124545.665000', '124546.125000', '124546.585000', '124547.045000', '124547.505000', '124547.965000', '124548.425000', '124548.885000', '124549.345000', '124549.805000', '124550.265000', '124550.725000', '124551.185000', '124551.645000', '124552.105000', '124552.565000', '124553.025000', '124553.485000', '124553.945000', '124554.405000', '124554.865000', '124555.325000', '124555.785000', '124556.245000', '124556.705000', '124557.165000', '124557.625000', '124558.085000', '124558.545000', '124559.005000', '124559.465000', '124559.925000', '124600.385000', '124600.845000', '124601.305000', '124601.765000', '124602.225000', '124602.685000', '124603.145000', '124603.605000', '124604.065000', '124604.525000', '124604.985000', '124605.445000', '124605.905000', '124606.365000', '124606.825000', '124607.285000', '124607.745000', '124608.205000', '124608.665000', '124609.125000', '124609.585000', '124610.045000', '124610.505000', '124610.965000', '124611.425000', '124611.885000', '124612.345000', '124612.805000', '124613.265000', '124613.725000', '124614.185000', '124614.645000', '124615.105000', '124615.565000', '124616.025000', '124616.485000', '124616.945000', '124617.405000', '124617.865000', '124618.325000', '124618.785000', '124619.245000', '124619.705000', '124620.165000', '124620.625000', '124621.085000', '124621.545000', '124622.005000', '124622.465000', '124622.925000', '124623.385000', '124623.845000', '124624.305000', '124624.765000', '124625.225000', '124625.685000', '124626.145000', '124626.605000', '124627.065000', '124627.525000', '124627.985000', '124628.445000', '124628.905000', '124629.365000', '124629.825000', '124630.285000', '124630.745000', '124631.205000', '124631.665000', '124632.125000', '124632.585000', '124633.045000', '124633.505000', '124633.965000', '124634.425000', '124634.885000', '124635.345000', '124635.805000', '124636.265000', '124636.725000', '124637.185000', '124637.645000', '124638.105000', '124638.565000', '124639.025000', '124639.485000', '124639.945000', '124640.405000', '124640.865000', '124641.325000', '124641.785000', '124642.245000', '124642.705000', '124643.165000', '124643.625000', '124644.085000', '124644.545000', '124645.005000', '124645.465000', '124645.925000', '124646.385000', '124646.845000', '124647.305000', '124647.765000', '124648.225000', '124648.685000', '124649.145000', '124649.605000', '124650.065000', '124650.525000', '124650.985000', '124651.445000', '124651.905000', '124652.365000', '124652.825000', '124653.285000', '124653.745000', '124654.205000', '124654.665000', '124655.125000', '124655.585000', '124656.045000', '124656.505000', '124656.965000', '124657.425000', '124657.885000', '124658.345000', '124658.805000', '124659.265000', '124659.725000', '124700.185000', '124700.645000', '124701.105000', '124701.565000', '124702.025000', '124702.485000', '124702.945000', '124703.405000', '124703.865000', '124704.325000', '124704.785000', '124705.245000', '124705.705000', '124706.165000', '124706.625000', '124707.085000', '124707.545000', '124708.005000', '124708.465000', '124708.925000', '124709.385000', '124709.845000', '124710.305000', '124710.765000', '124711.225000', '124711.685000', '124712.145000', '124712.605000', '124713.065000', '124713.525000', '124713.985000', '124714.445000', '124714.905000', '124715.365000', '124715.825000', '124716.285000', '124716.745000', '124717.205000', '124717.665000', '124718.125000', '124718.585000', '124719.045000', '124719.505000', '124719.965000', '124720.425000', '124720.885000', '124721.345000', '124721.805000', '124722.265000', '124722.725000', '124723.185000', '124723.645000', '124724.105000', '124724.565000', '124725.025000', '124725.485000', '124725.945000', '124726.405000', '124726.865000', '124727.325000', '124727.785000', '124728.245000', '124728.705000', '124729.165000', '124729.625000', '124730.085000', '124730.545000', '124731.005000', '124731.465000', '124731.925000', '124732.385000', '124732.845000', '124733.305000', '124733.765000', '124734.225000', '124734.685000', '124735.145000', '124735.605000', '124736.065000', '124736.525000', '124736.985000', '124737.445000', '124737.905000', '124738.365000', '124738.825000', '124739.285000', '124739.745000', '124740.205000', '124740.665000', '124741.125000', '124741.585000', '124742.045000', '124742.505000', '124742.965000', '124743.425000', '124743.885000', '124744.345000', '124744.805000', '124745.265000', '124745.725000', '124746.185000', '124746.645000', '124747.105000', '124747.565000', '124748.025000', '124748.485000', '124748.945000', '124749.405000', '124749.865000', '124750.325000', '124750.785000', '124751.245000', '124751.705000', '124752.165000', '124752.625000', '124753.085000', '124753.545000', '124754.005000', '124754.465000', '124754.925000', '124755.385000', '124755.845000', '124756.305000', '124756.765000', '124757.225000', '124757.685000', '124758.145000', '124758.605000', '124759.065000', '124759.525000', '124759.985000', '124800.445000', '124800.905000', '124801.365000', '124801.825000', '124802.285000', '124802.745000', '124803.205000', '124803.665000', '124804.125000', '124804.585000', '124805.045000', '124805.505000', '124805.965000', '124806.425000', '124806.885000', '124807.345000', '124807.805000', '124808.265000', '124808.725000', '124809.185000', '124809.645000', '124810.105000', '124810.565000', '124811.025000', '124811.485000', '124811.945000', '124812.405000', '124812.865000', '124813.325000', '124813.785000', '124814.245000', '124814.705000', '124815.165000', '124815.625000', '124816.085000', '124816.545000', '124817.005000', '124817.465000', '124817.925000', '124818.385000', '124818.845000', '124819.305000', '124819.765000', '124820.225000', '124820.685000', '124821.145000', '124821.605000', '124822.065000', '124822.525000', '124822.985000', '124823.445000', '124823.905000', '124824.365000', '124824.825000', '124825.285000', '124825.745000', '124826.205000', '124826.665000', '124827.125000', '124827.585000', '124828.045000', '124828.505000', '124828.965000', '124829.425000', '124829.885000', '124830.345000', '124830.805000', '124831.265000', '124831.725000', '124832.185000', '124832.645000', '124833.105000', '124833.565000', '124834.025000', '124834.485000', '124834.945000', '124835.405000', '124835.865000', '124836.325000', '124836.785000', '124837.245000', '124837.705000', '124838.165000', '124838.625000', '124839.085000', '124839.545000', '124840.005000', '124840.465000', '124840.925000', '124841.385000', '124841.845000', '124842.305000', '124842.765000', '124843.225000', '124843.685000', '124844.145000', '124844.605000', '124845.065000', '124845.525000', '124845.985000', '124846.445000', '124846.905000', '124847.365000', '124847.825000', '124848.285000', '124848.745000', '124849.205000', '124849.665000', '124850.125000', '124850.585000', '124851.045000', '124851.505000', '124851.965000', '124852.425000', '124852.885000', '124853.345000', '124853.805000', '124854.265000', '124854.725000', '124855.185000', '124855.645000', '124856.105000', '124856.565000', '124857.025000', '124857.485000', '124857.945000', '124858.405000', '124858.865000', '124859.325000', '124859.785000', '124900.245000', '124900.705000', '124901.165000', '124901.625000', '124902.085000', '124902.545000', '124903.005000', '124903.465000', '124903.925000', '124904.385000', '124904.845000', '124905.305000', '124905.765000', '124906.225000', '124906.685000', '124907.145000', '124907.605000', '124908.065000', '124908.525000', '124908.985000', '124909.445000', '124909.905000', '124910.365000', '124910.825000', '124911.285000', '124911.745000', '124912.205000', '124912.665000', '124913.125000', '124913.585000', '124914.045000', '124914.505000', '124914.965000', '124915.425000', '124915.885000', '124916.345000', '124916.805000', '124917.265000', '124917.725000', '124918.185000', '124918.645000', '124919.105000', '124919.565000', '124920.025000', '124920.485000', '124920.945000', '124921.405000', '124921.865000', '124922.325000', '124922.785000', '124923.245000', '124923.705000', '124924.165000', '124924.625000', '124925.085000', '124925.545000', '124926.005000', '124926.465000', '124926.925000', '124927.385000', '124927.845000', '124928.305000', '124928.765000', '124929.225000', '124929.685000', '124930.145000', '124930.605000', '124931.065000', '124931.525000', '124931.985000', '124932.445000', '124932.905000', '124933.365000', '124933.825000', '124934.285000', '124934.745000', '124935.205000', '124935.665000', '124936.125000', '124936.585000', '124937.045000', '124937.505000', '124937.965000', '124938.425000', '124938.885000', '124939.345000', '124939.805000', '124940.265000', '124940.725000', '124941.185000', '124941.645000', '124942.105000', '124942.565000', '124943.025000', '124943.485000', '124943.945000', '124944.405000', '124944.865000', '124945.325000', '124945.785000', '124946.245000', '124946.705000', '124947.165000', '124947.625000', '124948.085000', '124948.545000', '124949.005000', '124949.465000', '124949.925000', '124950.385000', '124950.845000', '124951.305000', '124951.765000', '124952.225000', '124952.685000', '124953.145000', '124953.605000', '124954.065000', '124954.525000', '124954.985000', '124955.445000', '124955.905000', '124956.365000', '124956.825000', '124957.285000', '124957.745000', '124958.205000', '124958.665000', '124959.125000', '124959.585000', '125000.045000', '125000.505000', '125000.965000', '125001.425000', '125001.885000', '125002.345000', '125002.805000', '125003.265000', '125003.725000', '125004.185000', '125004.645000', '125005.105000', '125005.565000', '125006.025000', '125006.485000', '125006.945000', '125007.405000', '125007.865000', '125008.325000', '125008.785000', '125009.245000', '125009.705000', '125010.165000', '125010.625000', '125011.085000', '125011.545000', '125012.005000', '125012.465000', '125012.925000', '125013.385000', '125013.845000', '125014.305000', '125014.765000', '125015.225000', '125015.685000', '125016.145000', '125016.605000', '125017.065000', '125017.525000', '125017.985000', '125018.445000', '125018.905000', '125019.365000', '125019.825000', '125020.285000', '125020.745000', '125021.205000', '125021.665000', '125022.125000', '125022.585000', '125023.045000', '125023.505000', '125023.965000', '125024.425000', '125024.885000', '125025.345000', '125025.805000', '125026.265000', '125026.725000', '125027.185000', '125027.645000', '125028.105000', '125028.565000', '125029.025000', '125029.485000', '125029.945000', '125030.405000', '125030.865000', '125031.325000', '125031.785000', '125032.245000', '125032.705000', '125033.165000', '125033.625000', '125034.085000', '125034.545000', '125035.005000', '125035.465000', '125035.925000', '125036.385000', '125036.845000', '125037.305000', '125037.765000', '125038.225000', '125038.685000', '125039.145000', '125039.605000', '125040.065000', '125040.525000', '125040.985000', '125041.445000', '125041.905000', '125042.365000', '125042.825000', '125043.285000', '125043.745000', '125044.205000', '125044.665000', '125045.125000', '125045.585000', '125046.045000', '125046.505000', '125046.965000', '125047.425000', '125047.885000', '125048.345000', '125048.805000', '125049.265000', '125049.725000', '125050.185000', '125050.645000', '125051.105000', '125051.565000', '125052.025000', '125052.485000', '125052.945000', '125053.405000', '125053.865000', '125054.325000', '125054.785000', '125055.245000', '125055.705000', '125056.165000', '125056.625000', '125057.085000', '125057.545000', '125058.005000', '125058.465000', '125058.925000', '125059.385000', '125059.845000', '125100.305000', '125100.765000', '125101.225000', '125101.685000', '125102.145000', '125102.605000', '125103.065000', '125103.525000', '125103.985000', '125104.445000', '125104.905000', '125105.365000', '125105.825000', '125106.285000', '125106.745000', '125107.205000', '125107.665000', '125108.125000', '125108.585000', '125109.045000', '125109.505000', '125109.965000', '125110.425000', '125110.885000', '125111.345000', '125111.805000', '125112.265000', '125112.725000', '125113.185000', '125113.645000', '125114.105000', '125114.565000', '125115.025000', '125115.485000', '125115.945000', '125116.405000', '125116.865000', '125117.325000', '125117.785000', '125118.245000', '125118.705000', '125119.165000', '125119.625000', '125120.085000', '125120.545000', '125121.005000', '125121.465000', '125121.925000', '125122.385000', '125122.845000', '125123.305000', '125123.765000', '125124.225000', '125124.685000', '125125.145000', '125125.605000', '125126.065000', '125126.525000', '125126.985000', '125127.445000', '125127.905000', '125128.365000', '125128.825000', '125129.285000', '125129.745000', '125130.205000', '125130.665000', '125131.125000', '125131.585000', '125132.045000', '125132.505000', '125132.965000', '125133.425000', '125133.885000', '125134.345000', '125134.805000', '125135.265000', '125135.725000', '125136.185000', '125136.645000'], 'ContentTime': ['124515.545000', '124515.548000', '124515.551000', '124515.553000', '124515.556000', '124515.558000', '124515.564000', '124515.567000', '124515.570000', '124515.572000', '124515.575000', '124515.577000', '124515.580000', '124515.605000', '124515.608000', '124515.610000', '124515.613000', '124515.621000', '124515.624000', '124515.626000', '124515.629000', '124515.631000', '124515.634000', '124515.636000', '124515.639000', '124515.641000', '124515.644000', '124515.647000', '124515.650000', '124515.653000', '124515.656000', '124515.658000', '124515.661000', '124515.663000', '124515.666000', '124515.668000', '124515.671000', '124515.673000', '124515.676000', '124515.678000', '124535.502000', '124535.505000', '124535.508000', '124535.511000', '124535.513000', '124535.516000', '124535.518000', '124535.521000', '124535.523000', '124535.526000', '124535.528000', '124535.531000', '124535.534000', '124535.536000', '124535.539000', '124535.542000', '124535.544000', '124535.547000', '124535.549000', '124535.552000', '124535.554000', '124535.557000', '124535.560000', '124535.562000', '124535.565000', '124535.567000', '124535.570000', '124535.572000', '124535.575000', '124535.577000', '124535.580000', '124535.582000', '124535.585000', '124535.587000', '124535.590000', '124535.593000', '124535.595000', '124535.598000', '124535.600000', '124535.603000', '124535.605000', '124535.608000', '124535.610000', '124535.613000', '124555.502000', '124555.505000', '124555.508000', '124555.510000', '124555.513000', '124555.515000', '124555.518000', '124555.520000', '124555.523000', '124555.525000', '124555.528000', '124555.531000', '124555.533000', '124555.536000', '124555.538000', '124555.541000', '124555.543000', '124555.546000', '124555.548000', '124555.551000', '124555.553000', '124555.556000', '124555.558000', '124555.561000', '124555.564000', '124555.566000', '124555.569000', '124555.571000', '124555.574000', '124555.576000', '124555.579000', '124555.581000', '124555.584000', '124555.587000', '124555.589000', '124555.592000', '124555.594000', '124555.597000', '124555.599000', '124555.602000', '124555.604000', '124555.607000', '124555.610000', '124615.502000', '124615.505000', '124615.508000', '124615.510000', '124615.513000', '124615.515000', '124615.518000', '124615.521000', '124615.523000', '124615.526000', '124615.528000', '124615.531000', '124615.533000', '124615.536000', '124615.539000', '124615.541000', '124615.544000', '124615.546000', '124615.549000', '124615.551000', '124615.554000', '124615.556000', '124615.559000', '124615.561000', '124615.564000', '124615.567000', '124615.569000', '124615.572000', '124615.574000', '124615.577000', '124615.579000', '124615.582000', '124615.585000', '124615.587000', '124615.590000', '124615.592000', '124615.595000', '124615.597000', '124615.600000', '124615.606000', '124615.608000', '124615.611000', '124615.614000', '124615.616000', '124635.502000', '124635.505000', '124635.508000', '124635.510000', '124635.513000', '124635.516000', '124635.518000', '124635.521000', '124635.523000', '124635.526000', '124635.537000', '124635.539000', '124635.542000', '124635.544000', '124635.547000', '124635.550000', '124635.552000', '124635.555000', '124635.558000', '124635.560000', '124635.563000', '124635.565000', '124635.568000', '124635.570000', '124635.573000', '124635.576000', '124635.578000', '124635.581000', '124635.583000', '124635.586000', '124635.589000', '124635.591000', '124635.594000', '124635.596000', '124635.599000', '124635.601000', '124635.604000', '124635.607000', '124635.609000', '124635.612000', '124635.623000', '124635.626000', '124635.629000', '124655.502000', '124655.504000', '124655.507000', '124655.510000', '124655.513000', '124655.516000', '124655.519000', '124655.521000', '124655.525000', '124655.528000', '124655.531000', '124655.533000', '124655.536000', '124655.539000', '124655.541000', '124655.544000', '124655.546000', '124655.549000', '124655.552000', '124655.554000', '124655.557000', '124655.559000', '124655.562000', '124655.564000', '124655.567000', '124655.569000', '124655.572000', '124655.574000', '124655.577000', '124655.580000', '124655.582000', '124655.585000', '124655.588000', '124655.590000', '124655.593000', '124655.595000', '124655.598000', '124655.601000', '124655.603000', '124655.606000', '124655.608000', '124655.611000', '124655.614000', '124715.503000', '124715.506000', '124715.509000', '124715.512000', '124715.514000', '124715.517000', '124715.520000', '124715.522000', '124715.525000', '124715.528000', '124715.531000', '124715.533000', '124715.536000', '124715.539000', '124715.541000', '124715.545000', '124715.548000', '124715.550000', '124715.553000', '124715.555000', '124715.558000', '124715.561000', '124715.564000', '124715.566000', '124715.569000', '124715.572000', '124715.575000', '124715.578000', '124715.580000', '124715.583000', '124715.586000', '124715.588000', '124715.591000', '124715.594000', '124715.596000', '124715.599000', '124715.602000', '124715.604000', '124715.607000', '124715.609000', '124715.612000', '124715.615000', '124715.618000', '124715.621000', '124735.502000', '124735.505000', '124735.508000', '124735.510000', '124735.513000', '124735.515000', '124735.518000', '124735.521000', '124735.523000', '124735.526000', '124735.528000', '124735.531000', '124735.534000', '124735.536000', '124735.539000', '124735.541000', '124735.544000', '124735.546000', '124735.549000', '124735.552000', '124735.554000', '124735.557000', '124735.559000', '124735.562000', '124735.565000', '124735.567000', '124735.570000', '124735.572000', '124735.575000', '124735.578000', '124735.580000', '124735.583000', '124735.585000', '124735.588000', '124735.591000', '124735.593000', '124735.596000', '124735.598000', '124735.601000', '124735.604000', '124735.606000', '124735.609000', '124735.611000', '124755.502000', '124755.505000', '124755.508000', '124755.510000', '124755.513000', '124755.515000', '124755.518000', '124755.521000', '124755.523000', '124755.526000', '124755.529000', '124755.531000', '124755.534000', '124755.537000', '124755.539000', '124755.542000', '124755.544000', '124755.547000', '124755.549000', '124755.552000', '124755.555000', '124755.557000', '124755.560000', '124755.563000', '124755.565000', '124755.568000', '124755.571000', '124755.573000', '124755.576000', '124755.579000', '124755.582000', '124755.584000', '124755.587000', '124755.590000', '124755.592000', '124755.595000', '124755.597000', '124755.600000', '124755.603000', '124755.605000', '124755.608000', '124755.610000', '124755.613000', '124755.615000', '124815.502000', '124815.505000', '124815.508000', '124815.510000', '124815.513000', '124815.515000', '124815.518000', '124815.521000', '124815.537000', '124815.540000', '124815.542000', '124815.545000', '124815.548000', '124815.550000', '124815.553000', '124815.556000', '124815.559000', '124815.562000', '124815.566000', '124815.569000', '124815.571000', '124815.574000', '124815.576000', '124815.579000', '124815.582000', '124815.584000', '124815.587000', '124815.590000', '124815.592000', '124815.595000', '124815.597000', '124815.600000', '124815.602000', '124815.605000', '124815.608000', '124815.610000', '124815.613000', '124815.615000', '124815.618000', '124815.621000', '124815.623000', '124815.626000', '124815.628000', '124835.502000', '124835.505000', '124835.508000', '124835.510000', '124835.513000', '124835.516000', '124835.518000', '124835.521000', '124835.523000', '124835.526000', '124835.528000', '124835.531000', '124835.534000', '124835.536000', '124835.539000', '124835.541000', '124835.544000', '124835.546000', '124835.549000', '124835.552000', '124835.554000', '124835.557000', '124835.559000', '124835.562000', '124835.564000', '124835.567000', '124835.569000', '124835.572000', '124835.575000', '124835.577000', '124835.580000', '124835.582000', '124835.585000', '124835.587000', '124835.590000', '124835.592000', '124835.595000', '124835.598000', '124835.600000', '124835.603000', '124835.605000', '124835.608000', '124835.610000', '124835.613000', '124855.502000', '124855.505000', '124855.508000', '124855.511000', '124855.513000', '124855.516000', '124855.518000', '124855.521000', '124855.523000', '124855.526000', '124855.529000', '124855.531000', '124855.534000', '124855.536000', '124855.539000', '124855.542000', '124855.544000', '124855.547000', '124855.549000', '124855.552000', '124855.554000', '124855.557000', '124855.560000', '124855.562000', '124855.565000', '124855.567000', '124855.570000', '124855.572000', '124855.575000', '124855.578000', '124855.580000', '124855.583000', '124855.585000', '124855.588000', '124855.590000', '124855.593000', '124855.596000', '124855.598000', '124855.601000', '124855.603000', '124855.606000', '124855.609000', '124855.611000', '124915.502000', '124915.504000', '124915.507000', '124915.510000', '124915.512000', '124915.515000', '124915.517000', '124915.520000', '124915.523000', '124915.525000', '124915.528000', '124915.530000', '124915.533000', '124915.535000', '124915.538000', '124915.540000', '124915.543000', '124915.545000', '124915.548000', '124915.550000', '124915.553000', '124915.556000', '124915.558000', '124915.561000', '124915.563000', '124915.566000', '124915.568000', '124915.571000', '124915.573000', '124915.576000', '124915.579000', '124915.581000', '124915.584000', '124915.586000', '124915.589000', '124915.591000', '124915.594000', '124915.597000', '124915.599000', '124915.602000', '124915.604000', '124915.607000', '124915.609000', '124915.612000', '124935.503000', '124935.505000', '124935.508000', '124935.510000', '124935.513000', '124935.516000', '124935.518000', '124935.521000', '124935.523000', '124935.526000', '124935.528000', '124935.531000', '124935.533000', '124935.536000', '124935.539000', '124935.541000', '124935.544000', '124935.546000', '124935.549000', '124935.551000', '124935.554000', '124935.557000', '124935.559000', '124935.562000', '124935.565000', '124935.568000', '124935.571000', '124935.573000', '124935.576000', '124935.579000', '124935.581000', '124935.584000', '124935.587000', '124935.603000', '124935.607000', '124935.609000', '124935.612000', '124935.614000', '124935.617000', '124935.620000', '124935.622000', '124935.625000', '124935.627000', '124955.502000', '124955.505000', '124955.508000', '124955.510000', '124955.513000', '124955.516000', '124955.518000', '124955.521000', '124955.523000', '124955.526000', '124955.528000', '124955.531000', '124955.534000', '124955.536000', '124955.539000', '124955.541000', '124955.544000', '124955.546000', '124955.549000', '124955.551000', '124955.554000', '124955.557000', '124955.559000', '124955.562000', '124955.564000', '124955.567000', '124955.570000', '124955.572000', '124955.575000', '124955.577000', '124955.580000', '124955.582000', '124955.585000', '124955.588000', '124955.590000', '124955.593000', '124955.595000', '124955.598000', '124955.601000', '124955.603000', '124955.606000', '124955.608000', '124955.611000', '124955.614000', '125015.502000', '125015.505000', '125015.508000', '125015.511000', '125015.513000', '125015.516000', '125015.518000', '125015.521000', '125015.523000', '125015.526000', '125015.529000', '125015.531000', '125015.534000', '125015.536000', '125015.539000', '125015.541000', '125015.544000', '125015.547000', '125015.549000', '125015.552000', '125015.554000', '125015.557000', '125015.560000', '125015.562000', '125015.565000', '125015.568000', '125015.570000', '125015.573000', '125015.575000', '125015.578000', '125015.580000', '125015.583000', '125015.586000', '125015.588000', '125015.591000', '125015.593000', '125015.596000', '125015.598000', '125015.601000', '125015.604000', '125015.606000', '125015.609000', '125015.611000', '125035.502000', '125035.505000', '125035.508000', '125035.511000', '125035.513000', '125035.516000', '125035.519000', '125035.521000', '125035.524000', '125035.527000', '125035.529000', '125035.532000', '125035.534000', '125035.537000', '125035.539000', '125035.542000', '125035.544000', '125035.547000', '125035.550000', '125035.552000', '125035.555000', '125035.557000', '125035.560000', '125035.562000', '125035.565000', '125035.568000', '125035.570000', '125035.573000', '125035.576000', '125035.578000', '125035.581000', '125035.583000', '125035.586000', '125035.589000', '125035.591000', '125035.594000', '125035.596000', '125035.599000', '125035.601000', '125035.604000', '125035.607000', '125035.609000', '125035.612000', '125035.614000', '125055.502000', '125055.505000', '125055.508000', '125055.511000', '125055.513000', '125055.516000', '125055.518000', '125055.521000', '125055.523000', '125055.526000', '125055.528000', '125055.531000', '125055.534000', '125055.536000', '125055.539000', '125055.542000', '125055.545000', '125055.548000', '125055.550000', '125055.553000', '125055.556000', '125055.559000', '125055.561000', '125055.564000', '125055.567000', '125055.570000', '125055.572000', '125055.575000', '125055.578000', '125055.582000', '125055.584000', '125055.587000', '125055.590000', '125055.593000', '125055.596000', '125055.599000', '125055.602000', '125055.605000', '125055.608000', '125055.611000', '125055.614000', '125055.617000', '125055.620000', '125115.503000', '125115.505000', '125115.508000', '125115.511000', '125115.513000', '125115.516000', '125115.520000', '125115.522000', '125115.525000', '125115.527000', '125115.530000', '125115.532000', '125115.535000', '125115.537000', '125115.540000', '125115.543000', '125115.545000', '125115.548000', '125115.550000', '125115.553000', '125115.555000', '125115.558000', '125115.560000', '125115.563000', '125115.565000', '125115.568000', '125115.571000', '125115.573000', '125115.576000', '125115.579000', '125115.581000', '125115.584000', '125115.586000', '125115.589000', '125115.591000', '125115.594000', '125115.596000', '125115.599000', '125115.602000', '125115.604000', '125115.607000', '125115.609000', '125115.612000', '125115.614000', '125135.502000', '125135.505000', '125135.507000', '125135.510000', '125135.512000', '125135.515000', '125135.517000', '125135.520000', '125135.523000', '125135.525000', '125135.528000', '125135.530000', '125135.533000', '125135.535000', '125135.538000', '125135.541000', '125135.543000', '125135.546000', '125135.548000', '125135.551000', '125135.553000', '125135.556000', '125135.558000', '125135.561000', '125135.564000', '125135.566000', '125135.569000', '125135.571000', '125135.574000', '125135.576000', '125135.579000', '125135.581000', '125135.584000', '125135.587000', '125135.589000', '125135.592000', '125135.594000', '125135.597000', '125135.600000', '125135.602000', '125135.605000', '125135.607000', '125135.610000', '125137.922000', '125137.925000', '125137.928000', '125137.931000', '125137.934000', '125137.937000'], 'InstanceCreationTime': ['124515.545000', '124515.548000', '124515.551000', '124515.553000', '124515.556000', '124515.558000', '124515.564000', '124515.567000', '124515.570000', '124515.572000', '124515.575000', '124515.577000', '124515.580000', '124515.605000', '124515.608000', '124515.610000', '124515.613000', '124515.621000', '124515.624000', '124515.626000', '124515.629000', '124515.631000', '124515.634000', '124515.636000', '124515.639000', '124515.641000', '124515.644000', '124515.647000', '124515.650000', '124515.653000', '124515.656000', '124515.658000', '124515.661000', '124515.663000', '124515.666000', '124515.668000', '124515.671000', '124515.673000', '124515.676000', '124515.678000', '124535.502000', '124535.505000', '124535.508000', '124535.511000', '124535.513000', '124535.516000', '124535.518000', '124535.521000', '124535.523000', '124535.526000', '124535.528000', '124535.531000', '124535.534000', '124535.536000', '124535.539000', '124535.542000', '124535.544000', '124535.547000', '124535.549000', '124535.552000', '124535.554000', '124535.557000', '124535.560000', '124535.562000', '124535.565000', '124535.567000', '124535.570000', '124535.572000', '124535.575000', '124535.577000', '124535.580000', '124535.582000', '124535.585000', '124535.587000', '124535.590000', '124535.593000', '124535.595000', '124535.598000', '124535.600000', '124535.603000', '124535.605000', '124535.608000', '124535.610000', '124535.613000', '124555.502000', '124555.505000', '124555.508000', '124555.510000', '124555.513000', '124555.515000', '124555.518000', '124555.520000', '124555.523000', '124555.525000', '124555.528000', '124555.531000', '124555.533000', '124555.536000', '124555.538000', '124555.541000', '124555.543000', '124555.546000', '124555.548000', '124555.551000', '124555.553000', '124555.556000', '124555.558000', '124555.561000', '124555.564000', '124555.566000', '124555.569000', '124555.571000', '124555.574000', '124555.576000', '124555.579000', '124555.581000', '124555.584000', '124555.587000', '124555.589000', '124555.592000', '124555.594000', '124555.597000', '124555.599000', '124555.602000', '124555.604000', '124555.607000', '124555.610000', '124615.502000', '124615.505000', '124615.508000', '124615.510000', '124615.513000', '124615.515000', '124615.518000', '124615.521000', '124615.523000', '124615.526000', '124615.528000', '124615.531000', '124615.533000', '124615.536000', '124615.539000', '124615.541000', '124615.544000', '124615.546000', '124615.549000', '124615.551000', '124615.554000', '124615.556000', '124615.559000', '124615.561000', '124615.564000', '124615.567000', '124615.569000', '124615.572000', '124615.574000', '124615.577000', '124615.579000', '124615.582000', '124615.585000', '124615.587000', '124615.590000', '124615.592000', '124615.595000', '124615.597000', '124615.600000', '124615.606000', '124615.608000', '124615.611000', '124615.614000', '124615.616000', '124635.502000', '124635.505000', '124635.508000', '124635.510000', '124635.513000', '124635.516000', '124635.518000', '124635.521000', '124635.523000', '124635.526000', '124635.537000', '124635.539000', '124635.542000', '124635.544000', '124635.547000', '124635.550000', '124635.552000', '124635.555000', '124635.558000', '124635.560000', '124635.563000', '124635.565000', '124635.568000', '124635.570000', '124635.573000', '124635.576000', '124635.578000', '124635.581000', '124635.583000', '124635.586000', '124635.589000', '124635.591000', '124635.594000', '124635.596000', '124635.599000', '124635.601000', '124635.604000', '124635.607000', '124635.609000', '124635.612000', '124635.623000', '124635.626000', '124635.629000', '124655.502000', '124655.504000', '124655.507000', '124655.510000', '124655.513000', '124655.516000', '124655.519000', '124655.521000', '124655.525000', '124655.528000', '124655.531000', '124655.533000', '124655.536000', '124655.539000', '124655.541000', '124655.544000', '124655.546000', '124655.549000', '124655.552000', '124655.554000', '124655.557000', '124655.559000', '124655.562000', '124655.564000', '124655.567000', '124655.569000', '124655.572000', '124655.574000', '124655.577000', '124655.580000', '124655.582000', '124655.585000', '124655.588000', '124655.590000', '124655.593000', '124655.595000', '124655.598000', '124655.601000', '124655.603000', '124655.606000', '124655.608000', '124655.611000', '124655.614000', '124715.503000', '124715.506000', '124715.509000', '124715.512000', '124715.514000', '124715.517000', '124715.520000', '124715.522000', '124715.525000', '124715.528000', '124715.531000', '124715.533000', '124715.536000', '124715.539000', '124715.541000', '124715.545000', '124715.548000', '124715.550000', '124715.553000', '124715.555000', '124715.558000', '124715.561000', '124715.564000', '124715.566000', '124715.569000', '124715.572000', '124715.575000', '124715.578000', '124715.580000', '124715.583000', '124715.586000', '124715.588000', '124715.591000', '124715.594000', '124715.596000', '124715.599000', '124715.602000', '124715.604000', '124715.607000', '124715.609000', '124715.612000', '124715.615000', '124715.618000', '124715.621000', '124735.502000', '124735.505000', '124735.508000', '124735.510000', '124735.513000', '124735.515000', '124735.518000', '124735.521000', '124735.523000', '124735.526000', '124735.528000', '124735.531000', '124735.534000', '124735.536000', '124735.539000', '124735.541000', '124735.544000', '124735.546000', '124735.549000', '124735.552000', '124735.554000', '124735.557000', '124735.559000', '124735.562000', '124735.565000', '124735.567000', '124735.570000', '124735.572000', '124735.575000', '124735.578000', '124735.580000', '124735.583000', '124735.585000', '124735.588000', '124735.591000', '124735.593000', '124735.596000', '124735.598000', '124735.601000', '124735.604000', '124735.606000', '124735.609000', '124735.611000', '124755.502000', '124755.505000', '124755.508000', '124755.510000', '124755.513000', '124755.515000', '124755.518000', '124755.521000', '124755.523000', '124755.526000', '124755.529000', '124755.531000', '124755.534000', '124755.537000', '124755.539000', '124755.542000', '124755.544000', '124755.547000', '124755.549000', '124755.552000', '124755.555000', '124755.557000', '124755.560000', '124755.563000', '124755.565000', '124755.568000', '124755.571000', '124755.573000', '124755.576000', '124755.579000', '124755.582000', '124755.584000', '124755.587000', '124755.590000', '124755.592000', '124755.595000', '124755.597000', '124755.600000', '124755.603000', '124755.605000', '124755.608000', '124755.610000', '124755.613000', '124755.615000', '124815.502000', '124815.505000', '124815.508000', '124815.510000', '124815.513000', '124815.515000', '124815.518000', '124815.521000', '124815.537000', '124815.540000', '124815.542000', '124815.545000', '124815.548000', '124815.550000', '124815.553000', '124815.556000', '124815.559000', '124815.562000', '124815.566000', '124815.569000', '124815.571000', '124815.574000', '124815.576000', '124815.579000', '124815.582000', '124815.584000', '124815.587000', '124815.590000', '124815.592000', '124815.595000', '124815.597000', '124815.600000', '124815.602000', '124815.605000', '124815.608000', '124815.610000', '124815.613000', '124815.615000', '124815.618000', '124815.621000', '124815.623000', '124815.626000', '124815.628000', '124835.502000', '124835.505000', '124835.508000', '124835.510000', '124835.513000', '124835.516000', '124835.518000', '124835.521000', '124835.523000', '124835.526000', '124835.528000', '124835.531000', '124835.534000', '124835.536000', '124835.539000', '124835.541000', '124835.544000', '124835.546000', '124835.549000', '124835.552000', '124835.554000', '124835.557000', '124835.559000', '124835.562000', '124835.564000', '124835.567000', '124835.569000', '124835.572000', '124835.575000', '124835.577000', '124835.580000', '124835.582000', '124835.585000', '124835.587000', '124835.590000', '124835.592000', '124835.595000', '124835.598000', '124835.600000', '124835.603000', '124835.605000', '124835.608000', '124835.610000', '124835.613000', '124855.502000', '124855.505000', '124855.508000', '124855.511000', '124855.513000', '124855.516000', '124855.518000', '124855.521000', '124855.523000', '124855.526000', '124855.529000', '124855.531000', '124855.534000', '124855.536000', '124855.539000', '124855.542000', '124855.544000', '124855.547000', '124855.549000', '124855.552000', '124855.554000', '124855.557000', '124855.560000', '124855.562000', '124855.565000', '124855.567000', '124855.570000', '124855.572000', '124855.575000', '124855.578000', '124855.580000', '124855.583000', '124855.585000', '124855.588000', '124855.590000', '124855.593000', '124855.596000', '124855.598000', '124855.601000', '124855.603000', '124855.606000', '124855.609000', '124855.611000', '124915.502000', '124915.504000', '124915.507000', '124915.510000', '124915.512000', '124915.515000', '124915.517000', '124915.520000', '124915.523000', '124915.525000', '124915.528000', '124915.530000', '124915.533000', '124915.535000', '124915.538000', '124915.540000', '124915.543000', '124915.545000', '124915.548000', '124915.550000', '124915.553000', '124915.556000', '124915.558000', '124915.561000', '124915.563000', '124915.566000', '124915.568000', '124915.571000', '124915.573000', '124915.576000', '124915.579000', '124915.581000', '124915.584000', '124915.586000', '124915.589000', '124915.591000', '124915.594000', '124915.597000', '124915.599000', '124915.602000', '124915.604000', '124915.607000', '124915.609000', '124915.612000', '124935.503000', '124935.505000', '124935.508000', '124935.510000', '124935.513000', '124935.516000', '124935.518000', '124935.521000', '124935.523000', '124935.526000', '124935.528000', '124935.531000', '124935.533000', '124935.536000', '124935.539000', '124935.541000', '124935.544000', '124935.546000', '124935.549000', '124935.551000', '124935.554000', '124935.557000', '124935.559000', '124935.562000', '124935.565000', '124935.568000', '124935.571000', '124935.573000', '124935.576000', '124935.579000', '124935.581000', '124935.584000', '124935.587000', '124935.603000', '124935.607000', '124935.609000', '124935.612000', '124935.614000', '124935.617000', '124935.620000', '124935.622000', '124935.625000', '124935.627000', '124955.502000', '124955.505000', '124955.508000', '124955.510000', '124955.513000', '124955.516000', '124955.518000', '124955.521000', '124955.523000', '124955.526000', '124955.528000', '124955.531000', '124955.534000', '124955.536000', '124955.539000', '124955.541000', '124955.544000', '124955.546000', '124955.549000', '124955.551000', '124955.554000', '124955.557000', '124955.559000', '124955.562000', '124955.564000', '124955.567000', '124955.570000', '124955.572000', '124955.575000', '124955.577000', '124955.580000', '124955.582000', '124955.585000', '124955.588000', '124955.590000', '124955.593000', '124955.595000', '124955.598000', '124955.601000', '124955.603000', '124955.606000', '124955.608000', '124955.611000', '124955.614000', '125015.502000', '125015.505000', '125015.508000', '125015.511000', '125015.513000', '125015.516000', '125015.518000', '125015.521000', '125015.523000', '125015.526000', '125015.529000', '125015.531000', '125015.534000', '125015.536000', '125015.539000', '125015.541000', '125015.544000', '125015.547000', '125015.549000', '125015.552000', '125015.554000', '125015.557000', '125015.560000', '125015.562000', '125015.565000', '125015.568000', '125015.570000', '125015.573000', '125015.575000', '125015.578000', '125015.580000', '125015.583000', '125015.586000', '125015.588000', '125015.591000', '125015.593000', '125015.596000', '125015.598000', '125015.601000', '125015.604000', '125015.606000', '125015.609000', '125015.611000', '125035.502000', '125035.505000', '125035.508000', '125035.511000', '125035.513000', '125035.516000', '125035.519000', '125035.521000', '125035.524000', '125035.527000', '125035.529000', '125035.532000', '125035.534000', '125035.537000', '125035.539000', '125035.542000', '125035.544000', '125035.547000', '125035.550000', '125035.552000', '125035.555000', '125035.557000', '125035.560000', '125035.562000', '125035.565000', '125035.568000', '125035.570000', '125035.573000', '125035.576000', '125035.578000', '125035.581000', '125035.583000', '125035.586000', '125035.589000', '125035.591000', '125035.594000', '125035.596000', '125035.599000', '125035.601000', '125035.604000', '125035.607000', '125035.609000', '125035.612000', '125035.614000', '125055.502000', '125055.505000', '125055.508000', '125055.511000', '125055.513000', '125055.516000', '125055.518000', '125055.521000', '125055.523000', '125055.526000', '125055.528000', '125055.531000', '125055.534000', '125055.536000', '125055.539000', '125055.542000', '125055.545000', '125055.548000', '125055.550000', '125055.553000', '125055.556000', '125055.559000', '125055.561000', '125055.564000', '125055.567000', '125055.570000', '125055.572000', '125055.575000', '125055.578000', '125055.582000', '125055.584000', '125055.587000', '125055.590000', '125055.593000', '125055.596000', '125055.599000', '125055.602000', '125055.605000', '125055.608000', '125055.611000', '125055.614000', '125055.617000', '125055.620000', '125115.503000', '125115.505000', '125115.508000', '125115.511000', '125115.513000', '125115.516000', '125115.520000', '125115.522000', '125115.525000', '125115.527000', '125115.530000', '125115.532000', '125115.535000', '125115.537000', '125115.540000', '125115.543000', '125115.545000', '125115.548000', '125115.550000', '125115.553000', '125115.555000', '125115.558000', '125115.560000', '125115.563000', '125115.565000', '125115.568000', '125115.571000', '125115.573000', '125115.576000', '125115.579000', '125115.581000', '125115.584000', '125115.586000', '125115.589000', '125115.591000', '125115.594000', '125115.596000', '125115.599000', '125115.602000', '125115.604000', '125115.607000', '125115.609000', '125115.612000', '125115.614000', '125135.502000', '125135.505000', '125135.507000', '125135.510000', '125135.512000', '125135.515000', '125135.517000', '125135.520000', '125135.523000', '125135.525000', '125135.528000', '125135.530000', '125135.533000', '125135.535000', '125135.538000', '125135.541000', '125135.543000', '125135.546000', '125135.548000', '125135.551000', '125135.553000', '125135.556000', '125135.558000', '125135.561000', '125135.564000', '125135.566000', '125135.569000', '125135.571000', '125135.574000', '125135.576000', '125135.579000', '125135.581000', '125135.584000', '125135.587000', '125135.589000', '125135.592000', '125135.594000', '125135.597000', '125135.600000', '125135.602000', '125135.605000', '125135.607000', '125135.610000', '125137.922000', '125137.925000', '125137.928000', '125137.931000', '125137.934000', '125137.937000'], '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': [13188, 15886, 11431, 15212, 10737, 12060, 15111, 11629, 15867, 10945, 14360, 10579, 13815, 10515, 13632, 10095, 13033, 10348, 12756, 14690, 11831, 13185, 11401, 16015, 10731, 15041, 10043, 13328, 9815, 13827, 10162, 13916, 11431, 13656, 9873, 13546, 10521, 14695, 11047, 14468, 11162, 16262, 13759, 16476, 18169, 13876, 14059, 11503, 18776, 15277, 17049, 14396, 14994, 9790, 14487, 10125, 14621, 10563, 14236, 9651, 12828, 9207, 13500, 10516, 12146, 10541, 12451, 11415, 13593, 16414, 12274, 14693, 11216, 16925, 13112, 16775, 11687, 15378, 10063, 14751, 10806, 14118, 11279, 15233, 10190, 15976, 12644, 15990, 11974, 14621, 11157, 13658, 12966, 12733, 13561, 9843, 14015, 9965, 15521, 14715, 13932, 10490, 12203, 16048, 14502, 18423, 12959, 15705, 10093, 16985, 12511, 15062, 12309, 15682, 11367, 14688, 11700, 14555, 13120, 14459, 11624, 14844, 11317, 16363, 12660, 13339, 9927, 13915, 16406, 12800, 17979, 13329, 14992, 10942, 16722, 11027, 14638, 11584, 13760, 9540, 14196, 9988, 13767, 10476, 12443, 9807, 13148, 10796, 13456, 14329, 11979, 13481, 13783, 17331, 12706, 17956, 15241, 15885, 13664, 15686, 12121, 16175, 11223, 15303, 12425, 14401, 9417, 13531, 17631, 13283, 15738, 11499, 13219, 9047, 11985, 8924, 13480, 10474, 11390, 13255, 10767, 15105, 9928, 16083, 10850, 14349, 11588, 13418, 10214, 13889, 10982, 14138, 16295, 12305, 15020, 10470, 15060, 9945, 14701, 10443, 14078, 9670, 13707, 11472, 12412, 17200, 10825, 15456, 10129, 14739, 9566, 13947, 10874, 12872, 9113, 12708, 11706, 12260, 15988, 12770, 14750, 11500, 15374, 11517, 15239, 12966, 13367, 10408, 14080, 17957, 14020, 16149, 13386, 14540, 11211, 14400, 10944, 12144, 14629, 12131, 17563, 9405, 16003, 12224, 14833, 12449, 14615, 10299, 15478, 12395, 13510, 10559, 14044, 16158, 11703, 18453, 14469, 15788, 13414, 15171, 10678, 14849, 11835, 13227, 9875, 12772, 17046, 11187, 16966, 10576, 16112, 9817, 14496, 9849, 13905, 10405, 13582, 11213, 13339, 11211, 13115, 16811, 13168, 18197, 12785, 17208, 12417, 16562, 13022, 14884, 9439, 14765, 11214, 14261, 14286, 12764, 11140, 11031, 17331, 12821, 16289, 12141, 15032, 9492, 15107, 9527, 14743, 11187, 13820, 11906, 13377, 13120, 12899, 19267, 13691, 17971, 11162, 16079, 12322, 15424, 12235, 13328, 10983, 14056, 10346, 12048, 17088, 12788, 17416, 12312, 15236, 10087, 15181, 11199, 13880, 10098, 12628, 9877, 13710, 10108, 13502, 10165, 14156, 9851, 14990, 13604, 13238, 14995, 13343, 16181, 12593, 19959, 15824, 17690, 15531, 16800, 11617, 15900, 12001, 15291, 11485, 15138, 10840, 13764, 12455, 12477, 18360, 12839, 17439, 11203, 16553, 12856, 15693, 12200, 14608, 12360, 13761, 12691, 12922, 19405, 12888, 18121, 9639, 16201, 11233, 14814, 12793, 11647, 9007, 11071, 18679, 9712, 16165, 11116, 13779, 9666, 12939, 9354, 12696, 10576, 12080, 9924, 12346, 10416, 12026, 16670, 12579, 13031, 12988, 16424, 12486, 15830, 13168, 12908, 11639, 12823, 17021, 12212, 17357, 12372, 14775, 9254, 15553, 10113, 14866, 12807, 12495, 10711, 11225, 18377, 10765, 16345, 12257, 13386, 11515, 12611, 14653, 12002, 16837, 12334, 14114, 11043, 14723, 13600, 12401, 18674, 12997, 16332, 11170, 14954, 10206, 13792, 13505, 11570, 18072, 11954, 15404, 9717, 13599, 11893, 11914, 16353, 11309, 17723, 9940, 14990, 10354, 13870, 11145, 13019, 12971, 12678, 15562, 12180, 18279, 13636, 16037, 11083, 15844, 11469, 14676, 12820, 11849, 12313, 11389, 18337, 13070, 16012, 12657, 14607, 9771, 15278, 11228, 15283, 13050, 13416, 11521, 13581, 18821, 13539, 18976, 14057, 16542, 13224, 15262, 9411, 14868, 12277, 12892, 11303, 11826, 17566, 10715, 18180, 11250, 16305, 11438, 15271, 9569, 14087, 11376, 12398, 10979, 11779, 12449, 10691, 19567, 12817, 16057, 12254, 15469, 9860, 15290, 11255, 14683, 14279, 12741, 16439, 11628, 16932, 11147, 16286, 10997, 13677, 11415, 11715, 12433, 11188, 17070, 10323, 15836, 9993, 16950, 10639, 14799, 12094, 15169, 11359, 13115, 12125, 13340, 17998, 13781, 18555, 15047, 15199, 10786, 15418, 11677, 14706, 12011, 11450, 11506, 10505, 18362, 11507, 15812, 11901, 15204, 10413, 14844, 12216, 13923, 17956, 13292, 17910, 11875, 18182, 11513, 16793, 12933, 14522, 9850, 14029, 11816, 12146, 18011, 12042, 15358, 10686, 17557, 9621, 15914, 11004, 14186, 12093, 13855, 9250, 14004, 12016, 13014, 15520, 11549, 15747, 11975, 17353, 11701, 16353, 12753, 14060, 13505, 13200, 16033, 12414, 18745, 13626, 15286, 9623, 15342, 12289, 13695, 15134, 11211, 14544, 10095, 16236, 9830, 15124, 10558, 13417, 12584, 11839, 15228, 11650, 19100, 11403, 17897, 9361, 16179, 11225, 14034, 11346, 13164, 10855, 12407, 19317, 13225, 16759, 13815, 16002, 11282, 15183, 11383, 14536, 14793, 13074, 11997, 10985, 20287, 12188, 17105, 12014, 14856, 12547, 12424, 10429, 10468, 18147, 10958, 16560, 12366, 13549, 12208, 13732, 11217, 12384, 11520, 11751, 19912, 13228, 17355, 9962, 16290, 11804, 15285, 11938, 13451, 12151, 12822, 19809, 13400, 18194, 14193, 14859, 10676, 14289, 12109, 11470, 18986, 11619, 16923, 9592, 15719, 9282, 14839, 11688, 13596, 9171, 11727, 9831, 11652, 19322, 14098, 17022, 11108, 15695, 11052, 15696, 13505, 12720, 10978, 11551, 19775, 9640, 16869, 12142, 13594, 9365, 12674, 10555, 12138, 19365, 13243, 17565, 9752, 16263, 10550, 14734, 11079, 13835, 9504, 12595, 11258, 13656, 19915, 15728, 18300, 13903, 17505, 11743, 16460, 13860, 13112, 16759, 12666, 20581, 10078, 17093, 11741, 15653, 11902, 14230, 10844, 11112, 19466, 12528, 16214, 11758, 14109, 9691, 12411, 10807, 11711, 18936, 11728, 15781, 10148, 15294, 10709, 13444, 17681, 12283, 17839, 9903, 15627, 9785, 15303, 12988, 12000, 10471, 11357, 16745, 10356, 15565, 11517, 12775, 9623, 13092, 11138, 12626, 19897, 15156, 17092, 13055, 16397, 11655, 16942, 14257, 12274, 14909, 10580, 17186, 10370, 16221, 13229, 12506, 11027, 11625, 19931, 11698, 16648, 11197, 13091, 10292, 12319, 9711, 10484, 10985, 11646, 9440, 15865, 19101, 13364, 10763, 11854, 18058, 12420, 16728, 12992, 13929, 12201, 11751, 18054, 11890, 18028, 13069, 15034, 11832, 15081, 11462, 13756, 14582, 11724, 11610, 11348, 19041, 10356, 16010, 12349, 13976, 9588, 13921], 'WindowCenter': [4646.0, 4639.0, 4605.0, 4613.0, 4577.0, 4591.0, 4599.0, 4593.0, 4609.0, 4583.0, 4608.0, 4582.0, 4599.0, 4584.0, 4604.0, 4580.0, 4600.0, 4610.0, 4619.0, 4614.0, 4603.0, 4602.0, 4604.0, 4626.0, 4607.0, 4627.0, 4585.0, 4612.0, 4596.0, 4615.0, 4609.0, 4628.0, 4605.0, 4616.0, 4584.0, 4615.0, 4595.0, 4625.0, 4606.0, 4615.0, 4595.0, 4626.0, 4613.0, 4627.0, 4622.0, 4602.0, 4599.0, 4582.0, 4608.0, 4603.0, 4610.0, 4597.0, 4596.0, 4568.0, 4597.0, 4580.0, 4600.0, 4580.0, 4600.0, 4572.0, 4590.0, 4574.0, 4602.0, 4582.0, 4591.0, 4581.0, 4602.0, 4581.0, 4605.0, 4612.0, 4606.0, 4602.0, 4593.0, 4611.0, 4605.0, 4612.0, 4604.0, 4625.0, 4598.0, 4613.0, 4596.0, 4602.0, 4596.0, 4610.0, 4587.0, 4610.0, 4617.0, 4624.0, 4595.0, 4612.0, 4610.0, 4615.0, 4632.0, 4617.0, 4617.0, 4596.0, 4614.0, 4587.0, 4629.0, 4614.0, 4629.0, 4585.0, 4607.0, 4613.0, 4618.0, 4623.0, 4604.0, 4613.0, 4585.0, 4624.0, 4617.0, 4615.0, 4606.0, 4624.0, 4607.0, 4614.0, 4607.0, 4615.0, 4605.0, 4603.0, 4593.0, 4613.0, 4595.0, 4614.0, 4593.0, 4602.0, 4570.0, 4605.0, 4611.0, 4609.0, 4639.0, 4616.0, 4612.0, 4593.0, 4612.0, 4607.0, 4615.0, 4594.0, 4612.0, 4586.0, 4613.0, 4588.0, 4614.0, 4597.0, 4616.0, 4598.0, 4617.0, 4595.0, 4633.0, 4629.0, 4609.0, 4614.0, 4615.0, 4622.0, 4607.0, 4623.0, 4614.0, 4614.0, 4605.0, 4600.0, 4591.0, 4601.0, 4581.0, 4602.0, 4579.0, 4590.0, 4559.0, 4603.0, 4611.0, 4592.0, 4600.0, 4578.0, 4589.0, 4562.0, 4580.0, 4575.0, 4605.0, 4582.0, 4594.0, 4590.0, 4584.0, 4610.0, 4586.0, 4612.0, 4595.0, 4603.0, 4593.0, 4601.0, 4586.0, 4618.0, 4593.0, 4619.0, 4613.0, 4592.0, 4599.0, 4584.0, 4602.0, 4576.0, 4613.0, 4582.0, 4603.0, 4573.0, 4615.0, 4591.0, 4606.0, 4623.0, 4595.0, 4613.0, 4588.0, 4617.0, 4600.0, 4628.0, 4598.0, 4617.0, 4588.0, 4620.0, 4606.0, 4633.0, 4639.0, 4630.0, 4628.0, 4621.0, 4639.0, 4619.0, 4630.0, 4618.0, 4620.0, 4596.0, 4619.0, 4625.0, 4618.0, 4617.0, 4606.0, 4613.0, 4593.0, 4615.0, 4583.0, 4606.0, 4615.0, 4608.0, 4635.0, 4585.0, 4624.0, 4606.0, 4615.0, 4606.0, 4614.0, 4584.0, 4616.0, 4606.0, 4605.0, 4584.0, 4614.0, 4612.0, 4595.0, 4623.0, 4614.0, 4612.0, 4605.0, 4601.0, 4582.0, 4613.0, 4594.0, 4603.0, 4572.0, 4604.0, 4621.0, 4596.0, 4612.0, 4584.0, 4612.0, 4586.0, 4614.0, 4597.0, 4618.0, 4596.0, 4615.0, 4606.0, 4619.0, 4607.0, 4621.0, 4626.0, 4619.0, 4626.0, 4607.0, 4625.0, 4606.0, 4625.0, 4605.0, 4615.0, 4576.0, 4614.0, 4594.0, 4618.0, 4613.0, 4606.0, 4592.0, 4594.0, 4623.0, 4605.0, 4614.0, 4606.0, 4615.0, 4586.0, 4614.0, 4586.0, 4616.0, 4597.0, 4614.0, 4603.0, 4618.0, 4604.0, 4617.0, 4633.0, 4617.0, 4622.0, 4596.0, 4613.0, 4605.0, 4630.0, 4608.0, 4608.0, 4585.0, 4603.0, 4573.0, 4607.0, 4621.0, 4608.0, 4621.0, 4605.0, 4613.0, 4585.0, 4616.0, 4597.0, 4616.0, 4598.0, 4605.0, 4598.0, 4631.0, 4599.0, 4615.0, 4598.0, 4615.0, 4587.0, 4629.0, 4618.0, 4618.0, 4617.0, 4619.0, 4614.0, 4607.0, 4636.0, 4627.0, 4625.0, 4614.0, 4611.0, 4594.0, 4613.0, 4594.0, 4613.0, 4582.0, 4613.0, 4582.0, 4615.0, 4594.0, 4606.0, 4623.0, 4605.0, 4610.0, 4595.0, 4612.0, 4603.0, 4612.0, 4593.0, 4601.0, 4592.0, 4604.0, 4588.0, 4596.0, 4610.0, 4592.0, 4610.0, 4573.0, 4612.0, 4582.0, 4605.0, 4591.0, 4580.0, 4562.0, 4595.0, 4620.0, 4574.0, 4616.0, 4594.0, 4601.0, 4575.0, 4604.0, 4578.0, 4620.0, 4587.0, 4607.0, 4597.0, 4618.0, 4597.0, 4621.0, 4629.0, 4620.0, 4617.0, 4631.0, 4643.0, 4609.0, 4628.0, 4605.0, 4604.0, 4595.0, 4606.0, 4611.0, 4607.0, 4623.0, 4607.0, 4615.0, 4576.0, 4615.0, 4586.0, 4617.0, 4604.0, 4605.0, 4585.0, 4594.0, 4622.0, 4596.0, 4614.0, 4593.0, 4602.0, 4594.0, 4596.0, 4602.0, 4596.0, 4614.0, 4605.0, 4604.0, 4584.0, 4602.0, 4603.0, 4596.0, 4621.0, 4606.0, 4613.0, 4583.0, 4611.0, 4581.0, 4604.0, 4603.0, 4596.0, 4622.0, 4594.0, 4612.0, 4575.0, 4604.0, 4596.0, 4607.0, 4616.0, 4596.0, 4623.0, 4585.0, 4614.0, 4600.0, 4619.0, 4607.0, 4617.0, 4618.0, 4619.0, 4627.0, 4621.0, 4636.0, 4617.0, 4626.0, 4598.0, 4626.0, 4607.0, 4628.0, 4605.0, 4607.0, 4604.0, 4608.0, 4635.0, 4620.0, 4626.0, 4618.0, 4624.0, 4599.0, 4625.0, 4608.0, 4630.0, 4617.0, 4618.0, 4594.0, 4609.0, 4623.0, 4608.0, 4623.0, 4615.0, 4612.0, 4604.0, 4611.0, 4573.0, 4614.0, 4594.0, 4603.0, 4584.0, 4597.0, 4619.0, 4586.0, 4621.0, 4596.0, 4612.0, 4594.0, 4612.0, 4574.0, 4604.0, 4595.0, 4607.0, 4583.0, 4597.0, 4592.0, 4586.0, 4621.0, 4607.0, 4613.0, 4595.0, 4614.0, 4574.0, 4613.0, 4595.0, 4617.0, 4602.0, 4596.0, 4611.0, 4594.0, 4613.0, 4584.0, 4614.0, 4583.0, 4604.0, 4592.0, 4596.0, 4602.0, 4597.0, 4623.0, 4587.0, 4626.0, 4598.0, 4636.0, 4601.0, 4628.0, 4611.0, 4629.0, 4596.0, 4606.0, 4605.0, 4617.0, 4624.0, 4617.0, 4624.0, 4615.0, 4612.0, 4587.0, 4613.0, 4593.0, 4611.0, 4593.0, 4595.0, 4592.0, 4598.0, 4637.0, 4608.0, 4625.0, 4607.0, 4615.0, 4587.0, 4616.0, 4594.0, 4616.0, 4624.0, 4605.0, 4621.0, 4595.0, 4621.0, 4593.0, 4611.0, 4594.0, 4599.0, 4573.0, 4603.0, 4593.0, 4596.0, 4622.0, 4596.0, 4612.0, 4585.0, 4622.0, 4576.0, 4613.0, 4594.0, 4613.0, 4605.0, 4604.0, 4576.0, 4616.0, 4607.0, 4607.0, 4614.0, 4596.0, 4614.0, 4596.0, 4625.0, 4606.0, 4614.0, 4605.0, 4603.0, 4604.0, 4605.0, 4612.0, 4606.0, 4625.0, 4604.0, 4611.0, 4574.0, 4613.0, 4593.0, 4606.0, 4604.0, 4584.0, 4602.0, 4584.0, 4613.0, 4575.0, 4603.0, 4583.0, 4602.0, 4604.0, 4595.0, 4613.0, 4597.0, 4623.0, 4594.0, 4624.0, 4574.0, 4624.0, 4607.0, 4615.0, 4597.0, 4605.0, 4584.0, 4609.0, 4633.0, 4619.0, 4614.0, 4606.0, 4611.0, 4586.0, 4613.0, 4594.0, 4616.0, 4604.0, 4594.0, 4581.0, 4585.0, 4621.0, 4594.0, 4614.0, 4593.0, 4601.0, 4592.0, 4594.0, 4570.0, 4585.0, 4620.0, 4585.0, 4614.0, 4596.0, 4603.0, 4593.0, 4601.0, 4584.0, 4593.0, 4582.0, 4596.0, 4622.0, 4606.0, 4623.0, 4586.0, 4612.0, 4594.0, 4614.0, 4594.0, 4602.0, 4591.0, 4606.0, 4620.0, 4602.0, 4611.0, 4600.0, 4599.0, 4572.0, 4601.0, 4580.0, 4583.0, 4619.0, 4584.0, 4610.0, 4572.0, 4610.0, 4574.0, 4615.0, 4606.0, 4604.0, 4573.0, 4597.0, 4574.0, 4608.0, 4635.0, 4618.0, 4622.0, 4597.0, 4614.0, 4595.0, 4616.0, 4602.0, 4604.0, 4582.0, 4595.0, 4622.0, 4579.0, 4624.0, 4606.0, 4604.0, 4574.0, 4606.0, 4583.0, 4606.0, 4633.0, 4605.0, 4621.0, 4575.0, 4614.0, 4595.0, 4617.0, 4598.0, 4615.0, 4588.0, 4609.0, 4595.0, 4618.0, 4635.0, 4628.0, 4624.0, 4615.0, 4624.0, 4596.0, 4616.0, 4603.0, 4593.0, 4609.0, 4593.0, 4621.0, 4571.0, 4610.0, 4594.0, 4601.0, 4579.0, 4590.0, 4568.0, 4583.0, 4619.0, 4594.0, 4610.0, 4581.0, 4598.0, 4570.0, 4591.0, 4579.0, 4594.0, 4621.0, 4595.0, 4612.0, 4585.0, 4612.0, 4583.0, 4607.0, 4610.0, 4593.0, 4609.0, 4573.0, 4612.0, 4584.0, 4614.0, 4604.0, 4594.0, 4582.0, 4596.0, 4625.0, 4598.0, 4626.0, 4606.0, 4607.0, 4586.0, 4618.0, 4597.0, 4619.0, 4649.0, 4628.0, 4627.0, 4617.0, 4625.0, 4595.0, 4627.0, 4613.0, 4596.0, 4613.0, 4588.0, 4623.0, 4584.0, 4625.0, 4604.0, 4604.0, 4582.0, 4596.0, 4620.0, 4596.0, 4623.0, 4594.0, 4593.0, 4584.0, 4597.0, 4586.0, 4598.0, 4595.0, 4606.0, 4588.0, 4641.0, 4635.0, 4616.0, 4594.0, 4606.0, 4625.0, 4594.0, 4614.0, 4603.0, 4604.0, 4593.0, 4593.0, 4621.0, 4594.0, 4622.0, 4607.0, 4612.0, 4593.0, 4600.0, 4593.0, 4605.0, 4611.0, 4593.0, 4591.0, 4596.0, 4631.0, 4597.0, 4625.0, 4604.0, 4614.0, 4587.0, 4615.0], 'WindowWidth': [10177.0, 10159.0, 10101.0, 10107.0, 10049.0, 10072.0, 10081.0, 10080.0, 10096.0, 10065.0, 10095.0, 10065.0, 10085.0, 10067.0, 10095.0, 10059.0, 10086.0, 10113.0, 10125.0, 10108.0, 10094.0, 10088.0, 10096.0, 10129.0, 10107.0, 10133.0, 10070.0, 10106.0, 10090.0, 10113.0, 10113.0, 10137.0, 10101.0, 10114.0, 10069.0, 10112.0, 10088.0, 10128.0, 10103.0, 10115.0, 10086.0, 10131.0, 10107.0, 10132.0, 10118.0, 10089.0, 10079.0, 10063.0, 10094.0, 10089.0, 10100.0, 10076.0, 10074.0, 10038.0, 10075.0, 10056.0, 10086.0, 10056.0, 10082.0, 10047.0, 10068.0, 10052.0, 10090.0, 10060.0, 10073.0, 10058.0, 10090.0, 10058.0, 10097.0, 10100.0, 10098.0, 10086.0, 10079.0, 10099.0, 10096.0, 10103.0, 10098.0, 10127.0, 10094.0, 10110.0, 10088.0, 10089.0, 10085.0, 10099.0, 10075.0, 10097.0, 10117.0, 10125.0, 10084.0, 10103.0, 10113.0, 10114.0, 10148.0, 10120.0, 10115.0, 10088.0, 10111.0, 10077.0, 10139.0, 10108.0, 10138.0, 10069.0, 10103.0, 10103.0, 10118.0, 10121.0, 10093.0, 10101.0, 10072.0, 10121.0, 10118.0, 10115.0, 10099.0, 10121.0, 10102.0, 10110.0, 10102.0, 10112.0, 10097.0, 10092.0, 10079.0, 10106.0, 10080.0, 10110.0, 10075.0, 10087.0, 10040.0, 10095.0, 10097.0, 10107.0, 10149.0, 10114.0, 10102.0, 10081.0, 10103.0, 10105.0, 10115.0, 10082.0, 10104.0, 10072.0, 10104.0, 10078.0, 10112.0, 10088.0, 10116.0, 10094.0, 10117.0, 10082.0, 10149.0, 10137.0, 10109.0, 10106.0, 10113.0, 10118.0, 10102.0, 10123.0, 10108.0, 10110.0, 10097.0, 10085.0, 10071.0, 10085.0, 10056.0, 10089.0, 10051.0, 10067.0, 10022.0, 10089.0, 10098.0, 10071.0, 10083.0, 10048.0, 10064.0, 10032.0, 10054.0, 10056.0, 10097.0, 10059.0, 10079.0, 10067.0, 10065.0, 10095.0, 10072.0, 10104.0, 10082.0, 10093.0, 10077.0, 10085.0, 10073.0, 10122.0, 10079.0, 10121.0, 10104.0, 10075.0, 10078.0, 10066.0, 10087.0, 10056.0, 10105.0, 10063.0, 10089.0, 10050.0, 10109.0, 10069.0, 10100.0, 10120.0, 10083.0, 10103.0, 10077.0, 10117.0, 10097.0, 10134.0, 10092.0, 10115.0, 10081.0, 10125.0, 10102.0, 10150.0, 10152.0, 10142.0, 10135.0, 10130.0, 10153.0, 10124.0, 10143.0, 10118.0, 10123.0, 10084.0, 10122.0, 10126.0, 10120.0, 10118.0, 10098.0, 10108.0, 10076.0, 10109.0, 10062.0, 10101.0, 10109.0, 10105.0, 10138.0, 10070.0, 10123.0, 10101.0, 10112.0, 10101.0, 10108.0, 10068.0, 10115.0, 10102.0, 10098.0, 10065.0, 10110.0, 10101.0, 10084.0, 10121.0, 10106.0, 10103.0, 10095.0, 10086.0, 10060.0, 10106.0, 10079.0, 10091.0, 10045.0, 10093.0, 10112.0, 10086.0, 10104.0, 10067.0, 10102.0, 10072.0, 10107.0, 10090.0, 10119.0, 10088.0, 10111.0, 10101.0, 10122.0, 10103.0, 10129.0, 10127.0, 10121.0, 10125.0, 10103.0, 10126.0, 10100.0, 10125.0, 10095.0, 10109.0, 10060.0, 10110.0, 10080.0, 10120.0, 10106.0, 10100.0, 10073.0, 10082.0, 10117.0, 10099.0, 10112.0, 10098.0, 10111.0, 10073.0, 10107.0, 10072.0, 10113.0, 10087.0, 10108.0, 10093.0, 10117.0, 10095.0, 10119.0, 10133.0, 10113.0, 10118.0, 10086.0, 10106.0, 10096.0, 10142.0, 10106.0, 10102.0, 10066.0, 10090.0, 10048.0, 10103.0, 10114.0, 10104.0, 10114.0, 10097.0, 10103.0, 10071.0, 10113.0, 10089.0, 10113.0, 10091.0, 10098.0, 10095.0, 10141.0, 10095.0, 10110.0, 10091.0, 10112.0, 10077.0, 10139.0, 10116.0, 10118.0, 10112.0, 10121.0, 10105.0, 10102.0, 10140.0, 10129.0, 10123.0, 10106.0, 10099.0, 10078.0, 10104.0, 10079.0, 10106.0, 10060.0, 10102.0, 10060.0, 10109.0, 10076.0, 10098.0, 10116.0, 10094.0, 10097.0, 10081.0, 10103.0, 10092.0, 10104.0, 10076.0, 10085.0, 10071.0, 10091.0, 10063.0, 10085.0, 10094.0, 10074.0, 10094.0, 10051.0, 10099.0, 10059.0, 10096.0, 10070.0, 10055.0, 10030.0, 10083.0, 10110.0, 10054.0, 10112.0, 10080.0, 10084.0, 10056.0, 10094.0, 10062.0, 10123.0, 10074.0, 10104.0, 10090.0, 10120.0, 10093.0, 10129.0, 10132.0, 10123.0, 10114.0, 10143.0, 10166.0, 10108.0, 10136.0, 10095.0, 10093.0, 10081.0, 10099.0, 10099.0, 10100.0, 10121.0, 10101.0, 10108.0, 10058.0, 10109.0, 10072.0, 10117.0, 10092.0, 10096.0, 10065.0, 10082.0, 10117.0, 10086.0, 10109.0, 10076.0, 10086.0, 10077.0, 10085.0, 10085.0, 10084.0, 10109.0, 10095.0, 10090.0, 10063.0, 10091.0, 10088.0, 10085.0, 10111.0, 10098.0, 10104.0, 10062.0, 10099.0, 10058.0, 10093.0, 10087.0, 10087.0, 10116.0, 10078.0, 10100.0, 10053.0, 10094.0, 10082.0, 10103.0, 10109.0, 10086.0, 10116.0, 10071.0, 10110.0, 10101.0, 10123.0, 10105.0, 10118.0, 10118.0, 10123.0, 10128.0, 10128.0, 10142.0, 10118.0, 10129.0, 10090.0, 10128.0, 10103.0, 10134.0, 10096.0, 10102.0, 10093.0, 10107.0, 10138.0, 10125.0, 10131.0, 10120.0, 10124.0, 10094.0, 10126.0, 10107.0, 10139.0, 10117.0, 10119.0, 10081.0, 10106.0, 10116.0, 10102.0, 10121.0, 10110.0, 10103.0, 10092.0, 10100.0, 10051.0, 10109.0, 10078.0, 10091.0, 10064.0, 10085.0, 10106.0, 10072.0, 10116.0, 10086.0, 10102.0, 10079.0, 10102.0, 10054.0, 10094.0, 10081.0, 10105.0, 10063.0, 10085.0, 10073.0, 10072.0, 10114.0, 10099.0, 10106.0, 10083.0, 10106.0, 10053.0, 10106.0, 10082.0, 10116.0, 10087.0, 10084.0, 10096.0, 10079.0, 10105.0, 10065.0, 10107.0, 10062.0, 10091.0, 10073.0, 10084.0, 10088.0, 10089.0, 10119.0, 10075.0, 10125.0, 10093.0, 10142.0, 10101.0, 10134.0, 10111.0, 10136.0, 10086.0, 10099.0, 10096.0, 10117.0, 10120.0, 10117.0, 10123.0, 10108.0, 10102.0, 10071.0, 10106.0, 10075.0, 10102.0, 10075.0, 10081.0, 10073.0, 10091.0, 10142.0, 10106.0, 10125.0, 10104.0, 10111.0, 10072.0, 10113.0, 10079.0, 10113.0, 10118.0, 10095.0, 10110.0, 10080.0, 10114.0, 10076.0, 10099.0, 10077.0, 10079.0, 10047.0, 10092.0, 10072.0, 10084.0, 10113.0, 10083.0, 10099.0, 10069.0, 10115.0, 10058.0, 10105.0, 10082.0, 10106.0, 10097.0, 10093.0, 10059.0, 10115.0, 10101.0, 10103.0, 10106.0, 10086.0, 10105.0, 10086.0, 10124.0, 10100.0, 10110.0, 10095.0, 10091.0, 10091.0, 10097.0, 10099.0, 10100.0, 10127.0, 10092.0, 10098.0, 10053.0, 10105.0, 10076.0, 10098.0, 10088.0, 10066.0, 10085.0, 10067.0, 10104.0, 10055.0, 10091.0, 10061.0, 10089.0, 10090.0, 10083.0, 10104.0, 10089.0, 10120.0, 10082.0, 10120.0, 10055.0, 10122.0, 10104.0, 10113.0, 10087.0, 10099.0, 10066.0, 10106.0, 10131.0, 10120.0, 10109.0, 10097.0, 10099.0, 10069.0, 10105.0, 10076.0, 10114.0, 10091.0, 10078.0, 10054.0, 10069.0, 10112.0, 10080.0, 10107.0, 10076.0, 10088.0, 10072.0, 10076.0, 10039.0, 10067.0, 10109.0, 10071.0, 10106.0, 10083.0, 10090.0, 10079.0, 10087.0, 10063.0, 10078.0, 10060.0, 10088.0, 10115.0, 10100.0, 10119.0, 10071.0, 10103.0, 10080.0, 10109.0, 10079.0, 10088.0, 10070.0, 10098.0, 10109.0, 10088.0, 10101.0, 10082.0, 10077.0, 10044.0, 10085.0, 10051.0, 10061.0, 10105.0, 10065.0, 10095.0, 10048.0, 10094.0, 10051.0, 10108.0, 10097.0, 10094.0, 10051.0, 10087.0, 10052.0, 10107.0, 10137.0, 10118.0, 10117.0, 10088.0, 10109.0, 10083.0, 10114.0, 10088.0, 10094.0, 10059.0, 10084.0, 10116.0, 10065.0, 10124.0, 10098.0, 10092.0, 10054.0, 10099.0, 10063.0, 10102.0, 10132.0, 10096.0, 10113.0, 10058.0, 10108.0, 10084.0, 10117.0, 10091.0, 10110.0, 10076.0, 10108.0, 10085.0, 10123.0, 10141.0, 10132.0, 10122.0, 10112.0, 10122.0, 10082.0, 10116.0, 10092.0, 10079.0, 10092.0, 10076.0, 10113.0, 10044.0, 10096.0, 10078.0, 10086.0, 10052.0, 10068.0, 10035.0, 10062.0, 10105.0, 10079.0, 10097.0, 10057.0, 10076.0, 10041.0, 10073.0, 10053.0, 10082.0, 10112.0, 10083.0, 10103.0, 10070.0, 10102.0, 10064.0, 10101.0, 10096.0, 10078.0, 10093.0, 10051.0, 10101.0, 10067.0, 10111.0, 10092.0, 10080.0, 10061.0, 10088.0, 10126.0, 10092.0, 10128.0, 10099.0, 10100.0, 10073.0, 10120.0, 10087.0, 10123.0, 10163.0, 10134.0, 10128.0, 10118.0, 10127.0, 10084.0, 10133.0, 10105.0, 10085.0, 10102.0, 10076.0, 10120.0, 10069.0, 10127.0, 10092.0, 10095.0, 10061.0, 10087.0, 10112.0, 10085.0, 10122.0, 10082.0, 10077.0, 10066.0, 10085.0, 10072.0, 10094.0, 10084.0, 10103.0, 10081.0, 10160.0, 10140.0, 10113.0, 10080.0, 10101.0, 10126.0, 10081.0, 10109.0, 10088.0, 10091.0, 10074.0, 10080.0, 10111.0, 10081.0, 10118.0, 10099.0, 10101.0, 10076.0, 10085.0, 10075.0, 10096.0, 10099.0, 10079.0, 10072.0, 10088.0, 10127.0, 10092.0, 10126.0, 10097.0, 10109.0, 10078.0, 10114.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.0015569380733944955</td></tr>
<tr><td colspan=3>aqi</td><td>0.026500067201834863</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.508926172652096</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4155848867853031</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033422675774963</td></tr>
<tr><td colspan=3>efc</td><td>0.4794</td></tr>
<tr><td colspan=3>fber</td><td>6406.6758</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09107466301967634</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2110091743119265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2557450034703592</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.186496402415318</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.3958349428788437</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1849036651169165</td></tr>
<tr><td colspan=3>gcor</td><td>0.00821575</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008787970058619976</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0297264251857996</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>4.296592689507407</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>21.1069</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2514</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.5069</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297160.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>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.8057</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2837</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.3245</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3816.2365</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.1715</td></tr>
<tr><td colspan=3>tsnr</td><td>41.0427101328969</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>