ds005256-mriqc/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter ed77a02d27 [DATALAD RUNCMD] Compute MRIQC for sub-0029
=== 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-0029 --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-0029",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:12 +02:00

616 lines
No EOL
123 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-0029_ses-01_task-alignvideo_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-0029_ses-01_task-alignvideo_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-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_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-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_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-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0029_suffix-bold_task-alignvideo" 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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-01_task-alignvideo_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-alignvideo_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-0029/ses-01/func/sub-0029_ses-01_task-alignvideo_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>f60d67c16d52c38a0e550d5dd3ebcc63</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>14:13:25.300000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, 0.024919, 0.0034808, -0.0251301, 0.995702, 0.0891382]</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-alignvideo_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.112559</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7764, -7199, 618, -42, -171, 36, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f294d79a-d41b-48c2-af25-b07c4ba7429d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682077407836914, -0.06742225587368011, 0.003360437462106347, 113.87952423095703], [-0.06685581058263779, 2.671396255493164, 0.24083302915096283, -83.49015808105469], [0.00933872815221548, -0.23915117979049683, 2.6892356872558594, -27.27623748779297], [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, 1073]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['141325.300000', '141325.760000', '141326.220000', '141326.680000', '141327.140000', '141327.600000', '141328.060000', '141328.520000', '141328.980000', '141329.440000', '141329.900000', '141330.360000', '141330.820000', '141331.280000', '141331.740000', '141332.200000', '141332.660000', '141333.120000', '141333.580000', '141334.040000', '141334.500000', '141334.960000', '141335.420000', '141335.880000', '141336.340000', '141336.800000', '141337.260000', '141337.720000', '141338.180000', '141338.640000', '141339.100000', '141339.560000', '141340.020000', '141340.480000', '141340.940000', '141341.400000', '141341.860000', '141342.320000', '141342.780000', '141343.240000', '141343.700000', '141344.160000', '141344.620000', '141345.080000', '141345.540000', '141346.000000', '141346.460000', '141346.920000', '141347.380000', '141347.840000', '141348.300000', '141348.760000', '141349.220000', '141349.680000', '141350.140000', '141350.600000', '141351.060000', '141351.520000', '141351.980000', '141352.440000', '141352.900000', '141353.360000', '141353.820000', '141354.280000', '141354.740000', '141355.200000', '141355.660000', '141356.120000', '141356.580000', '141357.040000', '141357.500000', '141357.960000', '141358.420000', '141358.880000', '141359.340000', '141359.800000', '141400.260000', '141400.720000', '141401.180000', '141401.640000', '141402.100000', '141402.560000', '141403.020000', '141403.480000', '141403.940000', '141404.400000', '141404.860000', '141405.320000', '141405.780000', '141406.240000', '141406.700000', '141407.160000', '141407.620000', '141408.080000', '141408.540000', '141409.000000', '141409.460000', '141409.920000', '141410.380000', '141410.840000', '141411.300000', '141411.760000', '141412.220000', '141412.680000', '141413.140000', '141413.600000', '141414.060000', '141414.520000', '141414.980000', '141415.440000', '141415.900000', '141416.360000', '141416.820000', '141417.280000', '141417.740000', '141418.200000', '141418.660000', '141419.120000', '141419.580000', '141420.040000', '141420.500000', '141420.960000', '141421.420000', '141421.880000', '141422.340000', '141422.800000', '141423.260000', '141423.720000', '141424.180000', '141424.640000', '141425.100000', '141425.560000', '141426.020000', '141426.480000', '141426.940000', '141427.400000', '141427.860000', '141428.320000', '141428.780000', '141429.240000', '141429.700000', '141430.160000', '141430.620000', '141431.080000', '141431.540000', '141432.000000', '141432.460000', '141432.920000', '141433.380000', '141433.840000', '141434.300000', '141434.760000', '141435.220000', '141435.680000', '141436.140000', '141436.600000', '141437.060000', '141437.520000', '141437.980000', '141438.440000', '141438.900000', '141439.360000', '141439.820000', '141440.280000', '141440.740000', '141441.200000', '141441.660000', '141442.120000', '141442.580000', '141443.040000', '141443.500000', '141443.960000', '141444.420000', '141444.880000', '141445.340000', '141445.800000', '141446.260000', '141446.720000', '141447.180000', '141447.640000', '141448.100000', '141448.560000', '141449.020000', '141449.480000', '141449.940000', '141450.400000', '141450.860000', '141451.320000', '141451.780000', '141452.240000', '141452.700000', '141453.160000', '141453.620000', '141454.080000', '141454.540000', '141455.000000', '141455.460000', '141455.920000', '141456.380000', '141456.840000', '141457.300000', '141457.760000', '141458.220000', '141458.680000', '141459.140000', '141459.600000', '141500.060000', '141500.520000', '141500.980000', '141501.440000', '141501.900000', '141502.360000', '141502.820000', '141503.280000', '141503.740000', '141504.200000', '141504.660000', '141505.120000', '141505.580000', '141506.040000', '141506.500000', '141506.960000', '141507.420000', '141507.880000', '141508.340000', '141508.800000', '141509.260000', '141509.720000', '141510.180000', '141510.640000', '141511.100000', '141511.560000', '141512.020000', '141512.480000', '141512.940000', '141513.400000', '141513.860000', '141514.320000', '141514.780000', '141515.240000', '141515.700000', '141516.160000', '141516.620000', '141517.080000', '141517.540000', '141518.000000', '141518.460000', '141518.920000', '141519.380000', '141519.840000', '141520.300000', '141520.760000', '141521.220000', '141521.680000', '141522.140000', '141522.600000', '141523.060000', '141523.520000', '141523.980000', '141524.440000', '141524.900000', '141525.360000', '141525.820000', '141526.280000', '141526.740000', '141527.200000', '141527.660000', '141528.120000', '141528.580000', '141529.040000', '141529.500000', '141529.960000', '141530.420000', '141530.880000', '141531.340000', '141531.800000', '141532.260000', '141532.720000', '141533.180000', '141533.640000', '141534.100000', '141534.560000', '141535.020000', '141535.480000', '141535.940000', '141536.400000', '141536.860000', '141537.320000', '141537.780000', '141538.240000', '141538.700000', '141539.160000', '141539.620000', '141540.080000', '141540.540000', '141541.000000', '141541.460000', '141541.920000', '141542.380000', '141542.840000', '141543.300000', '141543.760000', '141544.220000', '141544.680000', '141545.140000', '141545.600000', '141546.060000', '141546.520000', '141546.980000', '141547.440000', '141547.900000', '141548.360000', '141548.820000', '141549.280000', '141549.740000', '141550.200000', '141550.660000', '141551.120000', '141551.580000', '141552.040000', '141552.500000', '141552.960000', '141553.420000', '141553.880000', '141554.340000', '141554.800000', '141555.260000', '141555.720000', '141556.180000', '141556.640000', '141557.100000', '141557.560000', '141558.020000', '141558.480000', '141558.940000', '141559.400000', '141559.860000', '141600.320000', '141600.780000', '141601.240000', '141601.700000', '141602.160000', '141602.620000', '141603.080000', '141603.540000', '141604.000000', '141604.460000', '141604.920000', '141605.380000', '141605.840000', '141606.300000', '141606.760000', '141607.220000', '141607.680000', '141608.140000', '141608.600000', '141609.060000', '141609.520000', '141609.980000', '141610.440000', '141610.900000', '141611.360000', '141611.820000', '141612.280000', '141612.740000', '141613.200000', '141613.660000', '141614.120000', '141614.580000', '141615.040000', '141615.500000', '141615.960000', '141616.420000', '141616.880000', '141617.340000', '141617.800000', '141618.260000', '141618.720000', '141619.180000', '141619.640000', '141620.100000', '141620.560000', '141621.020000', '141621.480000', '141621.940000', '141622.400000', '141622.860000', '141623.320000', '141623.780000', '141624.240000', '141624.700000', '141625.160000', '141625.620000', '141626.080000', '141626.540000', '141627.000000', '141627.460000', '141627.920000', '141628.380000', '141628.840000', '141629.300000', '141629.760000', '141630.220000', '141630.680000', '141631.140000', '141631.600000', '141632.060000', '141632.520000', '141632.980000', '141633.440000', '141633.900000', '141634.360000', '141634.820000', '141635.280000', '141635.740000', '141636.200000', '141636.660000', '141637.120000', '141637.580000', '141638.040000', '141638.500000', '141638.960000', '141639.420000', '141639.880000', '141640.340000', '141640.800000', '141641.260000', '141641.720000', '141642.180000', '141642.640000', '141643.100000', '141643.560000', '141644.020000', '141644.480000', '141644.940000', '141645.400000', '141645.860000', '141646.320000', '141646.780000', '141647.240000', '141647.700000', '141648.160000', '141648.620000', '141649.080000', '141649.540000', '141650.000000', '141650.460000', '141650.920000', '141651.380000', '141651.840000', '141652.300000', '141652.760000', '141653.220000', '141653.680000', '141654.140000', '141654.600000', '141655.060000', '141655.520000', '141655.980000', '141656.440000', '141656.900000', '141657.360000', '141657.820000', '141658.280000', '141658.740000', '141659.200000', '141659.660000', '141700.120000', '141700.580000', '141701.040000', '141701.500000', '141701.960000', '141702.420000', '141702.880000', '141703.340000', '141703.800000', '141704.260000', '141704.720000', '141705.180000', '141705.640000', '141706.100000', '141706.560000', '141707.020000', '141707.480000', '141707.940000', '141708.400000', '141708.860000', '141709.320000', '141709.780000', '141710.240000', '141710.700000', '141711.160000', '141711.620000', '141712.080000', '141712.540000', '141713.000000', '141713.460000', '141713.920000', '141714.380000', '141714.840000', '141715.300000', '141715.760000', '141716.220000', '141716.680000', '141717.140000', '141717.600000', '141718.060000', '141718.520000', '141718.980000', '141719.440000', '141719.900000', '141720.360000', '141720.820000', '141721.280000', '141721.740000', '141722.200000', '141722.660000', '141723.120000', '141723.580000', '141724.040000', '141724.500000', '141724.960000', '141725.420000', '141725.880000', '141726.340000', '141726.800000', '141727.260000', '141727.720000', '141728.180000', '141728.640000', '141729.100000', '141729.560000', '141730.020000', '141730.480000', '141730.940000', '141731.400000', '141731.860000', '141732.320000', '141732.780000', '141733.240000', '141733.700000', '141734.160000', '141734.620000', '141735.080000', '141735.540000', '141736.000000', '141736.460000', '141736.920000', '141737.380000', '141737.840000', '141738.300000', '141738.760000', '141739.220000', '141739.680000', '141740.140000', '141740.600000', '141741.060000', '141741.520000', '141741.980000', '141742.440000', '141742.900000', '141743.360000', '141743.820000', '141744.280000', '141744.740000', '141745.200000', '141745.660000', '141746.120000', '141746.580000', '141747.040000', '141747.500000', '141747.960000', '141748.420000', '141748.880000', '141749.340000', '141749.800000', '141750.260000', '141750.720000', '141751.180000', '141751.640000', '141752.100000', '141752.560000', '141753.020000', '141753.480000', '141753.940000', '141754.400000', '141754.860000', '141755.320000', '141755.780000', '141756.240000', '141756.700000', '141757.160000', '141757.620000', '141758.080000', '141758.540000', '141759.000000', '141759.460000', '141759.920000', '141800.380000', '141800.840000', '141801.300000', '141801.760000', '141802.220000', '141802.680000', '141803.140000', '141803.600000', '141804.060000', '141804.520000', '141804.980000', '141805.440000', '141805.900000', '141806.360000', '141806.820000', '141807.280000', '141807.740000', '141808.200000', '141808.660000', '141809.120000', '141809.580000', '141810.040000', '141810.500000', '141810.960000', '141811.420000', '141811.880000', '141812.340000', '141812.800000', '141813.260000', '141813.720000', '141814.180000', '141814.640000', '141815.100000', '141815.560000', '141816.020000', '141816.480000', '141816.940000', '141817.400000', '141817.860000', '141818.320000', '141818.780000', '141819.240000', '141819.700000', '141820.160000', '141820.620000', '141821.080000', '141821.540000', '141822.000000', '141822.460000', '141822.920000', '141823.380000', '141823.840000', '141824.300000', '141824.760000', '141825.220000', '141825.680000', '141826.140000', '141826.600000', '141827.060000', '141827.520000', '141827.980000', '141828.440000', '141828.900000', '141829.360000', '141829.820000', '141830.280000', '141830.740000', '141831.200000', '141831.660000', '141832.120000', '141832.580000', '141833.040000', '141833.500000', '141833.960000', '141834.420000', '141834.880000', '141835.340000', '141835.800000', '141836.260000', '141836.720000', '141837.180000', '141837.640000', '141838.100000', '141838.560000', '141839.020000', '141839.480000', '141839.940000', '141840.400000', '141840.860000', '141841.320000', '141841.780000', '141842.240000', '141842.700000', '141843.160000', '141843.620000', '141844.080000', '141844.540000', '141845.000000', '141845.460000', '141845.920000', '141846.380000', '141846.840000', '141847.300000', '141847.760000', '141848.220000', '141848.680000', '141849.140000', '141849.600000', '141850.060000', '141850.520000', '141850.980000', '141851.440000', '141851.900000', '141852.360000', '141852.820000', '141853.280000', '141853.740000', '141854.200000', '141854.660000', '141855.120000', '141855.580000', '141856.040000', '141856.500000', '141856.960000', '141857.420000', '141857.880000', '141858.340000', '141858.800000', '141859.260000', '141859.720000', '141900.180000', '141900.640000', '141901.100000', '141901.560000', '141902.020000', '141902.480000', '141902.940000', '141903.400000', '141903.860000', '141904.320000', '141904.780000', '141905.240000', '141905.700000', '141906.160000', '141906.620000', '141907.080000', '141907.540000', '141908.000000', '141908.460000', '141908.920000', '141909.380000', '141909.840000', '141910.300000', '141910.760000', '141911.220000', '141911.680000', '141912.140000', '141912.600000', '141913.060000', '141913.520000', '141913.980000', '141914.440000', '141914.900000', '141915.360000', '141915.820000', '141916.280000', '141916.740000', '141917.200000', '141917.660000', '141918.120000', '141918.580000', '141919.040000', '141919.500000', '141919.960000', '141920.420000', '141920.880000', '141921.340000', '141921.800000', '141922.260000', '141922.720000', '141923.180000', '141923.640000', '141924.100000', '141924.560000', '141925.020000', '141925.480000', '141925.940000', '141926.400000', '141926.860000', '141927.320000', '141927.780000', '141928.240000', '141928.700000', '141929.160000', '141929.620000', '141930.080000', '141930.540000', '141931.000000', '141931.460000', '141931.920000', '141932.380000', '141932.840000', '141933.300000', '141933.760000', '141934.220000', '141934.680000', '141935.140000', '141935.600000', '141936.060000', '141936.520000', '141936.980000', '141937.440000', '141937.900000', '141938.360000', '141938.820000', '141939.280000', '141939.740000', '141940.200000', '141940.660000', '141941.120000', '141941.580000', '141942.040000', '141942.500000', '141942.960000', '141943.420000', '141943.880000', '141944.340000', '141944.800000', '141945.260000', '141945.720000', '141946.180000', '141946.640000', '141947.100000', '141947.560000', '141948.020000', '141948.480000', '141948.940000', '141949.400000', '141949.860000', '141950.320000', '141950.780000', '141951.240000', '141951.700000', '141952.160000', '141952.620000', '141953.080000', '141953.540000', '141954.000000', '141954.460000', '141954.920000', '141955.380000', '141955.840000', '141956.300000', '141956.760000', '141957.220000', '141957.680000', '141958.140000', '141958.600000', '141959.060000', '141959.520000', '141959.980000', '142000.440000', '142000.900000', '142001.360000', '142001.820000', '142002.280000', '142002.740000', '142003.200000', '142003.660000', '142004.120000', '142004.580000', '142005.040000', '142005.500000', '142005.960000', '142006.420000', '142006.880000', '142007.340000', '142007.800000', '142008.260000', '142008.720000', '142009.180000', '142009.640000', '142010.100000', '142010.560000', '142011.020000', '142011.480000', '142011.940000', '142012.400000', '142012.860000', '142013.320000', '142013.780000', '142014.240000', '142014.700000', '142015.160000', '142015.620000', '142016.080000', '142016.540000', '142017.000000', '142017.460000', '142017.920000', '142018.380000', '142018.840000', '142019.300000', '142019.760000', '142020.220000', '142020.680000', '142021.140000', '142021.600000', '142022.060000', '142022.520000', '142022.980000', '142023.440000', '142023.900000', '142024.360000', '142024.820000', '142025.280000', '142025.740000', '142026.200000', '142026.660000', '142027.120000', '142027.580000', '142028.040000', '142028.500000', '142028.960000', '142029.420000', '142029.880000', '142030.340000', '142030.800000', '142031.260000', '142031.720000', '142032.180000', '142032.640000', '142033.100000', '142033.560000', '142034.020000', '142034.480000', '142034.940000', '142035.400000', '142035.860000', '142036.320000', '142036.780000', '142037.240000', '142037.700000', '142038.160000', '142038.620000', '142039.080000', '142039.540000', '142040.000000', '142040.460000', '142040.920000', '142041.380000', '142041.840000', '142042.300000', '142042.760000', '142043.220000', '142043.680000', '142044.140000', '142044.600000', '142045.060000', '142045.520000', '142045.980000', '142046.440000', '142046.900000', '142047.360000', '142047.820000', '142048.280000', '142048.740000', '142049.200000', '142049.660000', '142050.120000', '142050.580000', '142051.040000', '142051.500000', '142051.960000', '142052.420000', '142052.880000', '142053.340000', '142053.800000', '142054.260000', '142054.720000', '142055.180000', '142055.640000', '142056.100000', '142056.560000', '142057.020000', '142057.480000', '142057.940000', '142058.400000', '142058.860000', '142059.320000', '142059.780000', '142100.240000', '142100.700000', '142101.160000', '142101.620000', '142102.080000', '142102.540000', '142103.000000', '142103.460000', '142103.920000', '142104.380000', '142104.840000', '142105.300000', '142105.760000', '142106.220000', '142106.680000', '142107.140000', '142107.600000', '142108.060000', '142108.520000', '142108.980000', '142109.440000', '142109.900000', '142110.360000', '142110.820000', '142111.280000', '142111.740000', '142112.200000', '142112.660000', '142113.120000', '142113.580000', '142114.040000', '142114.500000', '142114.960000', '142115.420000', '142115.880000', '142116.340000', '142116.800000', '142117.260000', '142117.720000', '142118.180000', '142118.640000', '142119.100000', '142119.560000', '142120.020000', '142120.480000', '142120.940000', '142121.400000', '142121.860000', '142122.320000', '142122.780000', '142123.240000', '142123.700000', '142124.160000', '142124.620000', '142125.080000', '142125.540000', '142126.000000', '142126.460000', '142126.920000', '142127.380000', '142127.840000', '142128.300000', '142128.760000', '142129.220000', '142129.680000', '142130.140000', '142130.600000', '142131.060000', '142131.520000', '142131.980000', '142132.440000', '142132.900000', '142133.360000', '142133.820000', '142134.280000', '142134.740000', '142135.200000', '142135.660000', '142136.120000', '142136.580000', '142137.040000', '142137.500000', '142137.960000', '142138.420000'], 'ContentTime': ['141340.054000', '141340.058000', '141340.061000', '141340.064000', '141340.067000', '141340.069000', '141340.074000', '141340.077000', '141340.080000', '141340.083000', '141340.086000', '141340.089000', '141340.092000', '141340.094000', '141340.097000', '141340.100000', '141340.103000', '141340.106000', '141340.109000', '141340.112000', '141340.115000', '141340.118000', '141340.126000', '141340.129000', '141340.132000', '141340.134000', '141340.137000', '141340.140000', '141340.143000', '141340.146000', '141340.149000', '141400.022000', '141400.025000', '141400.028000', '141400.031000', '141400.034000', '141400.037000', '141400.039000', '141400.042000', '141400.045000', '141400.048000', '141400.051000', '141400.054000', '141400.057000', '141400.060000', '141400.062000', '141400.065000', '141400.068000', '141400.071000', '141400.074000', '141400.077000', '141400.086000', '141400.089000', '141400.092000', '141400.095000', '141400.098000', '141400.101000', '141400.104000', '141400.106000', '141400.109000', '141400.112000', '141400.115000', '141400.118000', '141400.121000', '141400.124000', '141400.127000', '141400.129000', '141400.132000', '141400.135000', '141400.152000', '141400.155000', '141400.158000', '141400.161000', '141400.164000', '141400.167000', '141420.022000', '141420.025000', '141420.028000', '141420.031000', '141420.034000', '141420.037000', '141420.040000', '141420.042000', '141420.045000', '141420.048000', '141420.051000', '141420.054000', '141420.057000', '141420.060000', '141420.062000', '141420.065000', '141420.068000', '141420.071000', '141420.074000', '141420.077000', '141420.080000', '141420.083000', '141420.086000', '141420.089000', '141420.092000', '141420.094000', '141420.097000', '141420.100000', '141420.103000', '141420.106000', '141420.109000', '141420.112000', '141420.115000', '141420.118000', '141420.121000', '141420.124000', '141420.130000', '141420.133000', '141420.136000', '141420.139000', '141420.142000', '141420.145000', '141420.147000', '141440.024000', '141440.028000', '141440.031000', '141440.034000', '141440.037000', '141440.040000', '141440.043000', '141440.045000', '141440.048000', '141440.051000', '141440.054000', '141440.057000', '141440.060000', '141440.063000', '141440.066000', '141440.069000', '141440.072000', '141440.075000', '141440.078000', '141440.080000', '141440.083000', '141440.086000', '141440.089000', '141440.092000', '141440.095000', '141440.098000', '141440.101000', '141440.103000', '141440.106000', '141440.109000', '141440.112000', '141440.115000', '141440.118000', '141440.121000', '141440.124000', '141440.127000', '141440.130000', '141440.132000', '141440.135000', '141440.138000', '141440.141000', '141440.144000', '141440.147000', '141500.022000', '141500.025000', '141500.028000', '141500.031000', '141500.034000', '141500.037000', '141500.039000', '141500.042000', '141500.045000', '141500.048000', '141500.051000', '141500.054000', '141500.057000', '141500.060000', '141500.063000', '141500.066000', '141500.069000', '141500.072000', '141500.075000', '141500.077000', '141500.080000', '141500.083000', '141500.086000', '141500.089000', '141500.092000', '141500.095000', '141500.098000', '141500.101000', '141500.104000', '141500.107000', '141500.110000', '141500.113000', '141500.115000', '141500.118000', '141500.121000', '141500.124000', '141500.127000', '141500.130000', '141500.133000', '141500.136000', '141500.139000', '141500.142000', '141500.144000', '141500.147000', '141520.022000', '141520.025000', '141520.028000', '141520.031000', '141520.034000', '141520.037000', '141520.041000', '141520.044000', '141520.046000', '141520.049000', '141520.052000', '141520.055000', '141520.058000', '141520.061000', '141520.064000', '141520.067000', '141520.070000', '141520.073000', '141520.076000', '141520.079000', '141520.081000', '141520.084000', '141520.087000', '141520.090000', '141520.093000', '141520.096000', '141520.099000', '141520.102000', '141520.105000', '141520.108000', '141520.111000', '141520.114000', '141520.116000', '141520.119000', '141520.122000', '141520.125000', '141520.128000', '141520.131000', '141520.134000', '141520.137000', '141520.140000', '141520.143000', '141520.145000', '141540.021000', '141540.024000', '141540.027000', '141540.030000', '141540.033000', '141540.036000', '141540.038000', '141540.041000', '141540.044000', '141540.047000', '141540.050000', '141540.053000', '141540.056000', '141540.059000', '141540.062000', '141540.065000', '141540.068000', '141540.070000', '141540.073000', '141540.076000', '141540.079000', '141540.082000', '141540.085000', '141540.088000', '141540.091000', '141540.094000', '141540.097000', '141540.099000', '141540.102000', '141540.105000', '141540.108000', '141540.111000', '141540.114000', '141540.117000', '141540.127000', '141540.130000', '141540.133000', '141540.136000', '141540.138000', '141540.141000', '141540.144000', '141540.147000', '141540.150000', '141540.157000', '141600.022000', '141600.025000', '141600.028000', '141600.031000', '141600.034000', '141600.037000', '141600.040000', '141600.043000', '141600.046000', '141600.049000', '141600.052000', '141600.055000', '141600.058000', '141600.061000', '141600.064000', '141600.067000', '141600.072000', '141600.076000', '141600.079000', '141600.083000', '141600.085000', '141600.088000', '141600.091000', '141600.094000', '141600.097000', '141600.100000', '141600.103000', '141600.106000', '141600.109000', '141600.112000', '141600.115000', '141600.118000', '141600.121000', '141600.124000', '141600.127000', '141600.130000', '141600.132000', '141600.135000', '141600.138000', '141600.141000', '141600.144000', '141600.147000', '141600.150000', '141620.022000', '141620.025000', '141620.028000', '141620.031000', '141620.034000', '141620.037000', '141620.040000', '141620.043000', '141620.046000', '141620.049000', '141620.052000', '141620.055000', '141620.058000', '141620.061000', '141620.064000', '141620.067000', '141620.070000', '141620.073000', '141620.076000', '141620.079000', '141620.081000', '141620.084000', '141620.087000', '141620.090000', '141620.093000', '141620.096000', '141620.099000', '141620.102000', '141620.105000', '141620.108000', '141620.111000', '141620.114000', '141620.116000', '141620.119000', '141620.122000', '141620.125000', '141620.128000', '141620.131000', '141620.134000', '141620.137000', '141620.140000', '141620.143000', '141620.146000', '141620.149000', '141640.022000', '141640.025000', '141640.028000', '141640.031000', '141640.034000', '141640.037000', '141640.040000', '141640.043000', '141640.046000', '141640.049000', '141640.052000', '141640.054000', '141640.058000', '141640.061000', '141640.064000', '141640.068000', '141640.073000', '141640.077000', '141640.079000', '141640.082000', '141640.085000', '141640.088000', '141640.091000', '141640.094000', '141640.097000', '141640.100000', '141640.103000', '141640.105000', '141640.108000', '141640.111000', '141640.114000', '141640.117000', '141640.120000', '141640.123000', '141640.126000', '141640.129000', '141640.132000', '141640.135000', '141640.138000', '141640.141000', '141640.143000', '141640.146000', '141640.149000', '141700.022000', '141700.025000', '141700.028000', '141700.031000', '141700.034000', '141700.037000', '141700.040000', '141700.043000', '141700.046000', '141700.049000', '141700.051000', '141700.054000', '141700.057000', '141700.060000', '141700.063000', '141700.066000', '141700.069000', '141700.072000', '141700.075000', '141700.078000', '141700.081000', '141700.084000', '141700.087000', '141700.090000', '141700.093000', '141700.096000', '141700.099000', '141700.102000', '141700.105000', '141700.108000', '141700.110000', '141700.113000', '141700.116000', '141700.119000', '141700.122000', '141700.125000', '141700.128000', '141700.131000', '141700.134000', '141700.137000', '141700.140000', '141700.143000', '141700.146000', '141700.148000', '141720.022000', '141720.025000', '141720.028000', '141720.031000', '141720.034000', '141720.037000', '141720.040000', '141720.043000', '141720.046000', '141720.049000', '141720.052000', '141720.055000', '141720.058000', '141720.061000', '141720.064000', '141720.067000', '141720.070000', '141720.073000', '141720.075000', '141720.078000', '141720.081000', '141720.086000', '141720.091000', '141720.094000', '141720.097000', '141720.099000', '141720.102000', '141720.105000', '141720.108000', '141720.111000', '141720.126000', '141720.129000', '141720.131000', '141720.134000', '141720.137000', '141720.140000', '141720.143000', '141720.146000', '141720.149000', '141720.152000', '141720.155000', '141720.158000', '141720.161000', '141740.022000', '141740.025000', '141740.028000', '141740.031000', '141740.034000', '141740.037000', '141740.040000', '141740.043000', '141740.046000', '141740.049000', '141740.051000', '141740.054000', '141740.057000', '141740.060000', '141740.063000', '141740.066000', '141740.069000', '141740.072000', '141740.075000', '141740.078000', '141740.081000', '141740.083000', '141740.086000', '141740.089000', '141740.092000', '141740.095000', '141740.098000', '141740.101000', '141740.104000', '141740.107000', '141740.110000', '141740.112000', '141740.115000', '141740.118000', '141740.121000', '141740.124000', '141740.127000', '141740.130000', '141740.133000', '141740.136000', '141740.139000', '141740.141000', '141740.144000', '141740.147000', '141800.021000', '141800.024000', '141800.027000', '141800.030000', '141800.033000', '141800.036000', '141800.039000', '141800.042000', '141800.045000', '141800.049000', '141800.052000', '141800.055000', '141800.058000', '141800.061000', '141800.064000', '141800.067000', '141800.070000', '141800.073000', '141800.075000', '141800.078000', '141800.081000', '141800.084000', '141800.087000', '141800.090000', '141800.093000', '141800.096000', '141800.099000', '141800.102000', '141800.105000', '141800.108000', '141800.111000', '141800.114000', '141800.118000', '141800.121000', '141800.124000', '141800.127000', '141800.130000', '141800.133000', '141800.136000', '141800.139000', '141800.142000', '141800.145000', '141800.148000', '141820.022000', '141820.025000', '141820.028000', '141820.031000', '141820.034000', '141820.037000', '141820.040000', '141820.043000', '141820.046000', '141820.049000', '141820.051000', '141820.054000', '141820.057000', '141820.060000', '141820.063000', '141820.066000', '141820.069000', '141820.072000', '141820.075000', '141820.078000', '141820.081000', '141820.084000', '141820.087000', '141820.090000', '141820.092000', '141820.095000', '141820.098000', '141820.101000', '141820.104000', '141820.107000', '141820.110000', '141820.113000', '141820.116000', '141820.119000', '141820.122000', '141820.125000', '141820.128000', '141820.131000', '141820.134000', '141820.136000', '141820.139000', '141820.142000', '141820.145000', '141820.148000', '141840.022000', '141840.025000', '141840.028000', '141840.031000', '141840.034000', '141840.037000', '141840.040000', '141840.043000', '141840.045000', '141840.048000', '141840.051000', '141840.054000', '141840.057000', '141840.060000', '141840.063000', '141840.066000', '141840.069000', '141840.072000', '141840.075000', '141840.078000', '141840.080000', '141840.083000', '141840.086000', '141840.089000', '141840.092000', '141840.095000', '141840.098000', '141840.101000', '141840.104000', '141840.107000', '141840.110000', '141840.113000', '141840.116000', '141840.119000', '141840.122000', '141840.124000', '141840.128000', '141840.130000', '141840.133000', '141840.137000', '141840.155000', '141840.158000', '141840.161000', '141900.022000', '141900.025000', '141900.028000', '141900.031000', '141900.034000', '141900.045000', '141900.048000', '141900.051000', '141900.054000', '141900.056000', '141900.060000', '141900.063000', '141900.066000', '141900.069000', '141900.072000', '141900.075000', '141900.078000', '141900.081000', '141900.083000', '141900.086000', '141900.089000', '141900.092000', '141900.095000', '141900.098000', '141900.101000', '141900.104000', '141900.107000', '141900.110000', '141900.113000', '141900.116000', '141900.119000', '141900.121000', '141900.124000', '141900.127000', '141900.130000', '141900.133000', '141900.136000', '141900.139000', '141900.142000', '141900.145000', '141900.148000', '141900.151000', '141900.154000', '141900.157000', '141920.022000', '141920.025000', '141920.028000', '141920.031000', '141920.034000', '141920.037000', '141920.040000', '141920.043000', '141920.045000', '141920.048000', '141920.051000', '141920.054000', '141920.057000', '141920.060000', '141920.063000', '141920.066000', '141920.069000', '141920.072000', '141920.075000', '141920.078000', '141920.081000', '141920.084000', '141920.087000', '141920.090000', '141920.094000', '141920.096000', '141920.099000', '141920.102000', '141920.105000', '141920.108000', '141920.111000', '141920.114000', '141920.117000', '141920.120000', '141920.123000', '141920.125000', '141920.128000', '141920.131000', '141920.134000', '141920.137000', '141920.140000', '141920.143000', '141920.146000', '141940.022000', '141940.025000', '141940.028000', '141940.031000', '141940.034000', '141940.037000', '141940.039000', '141940.042000', '141940.045000', '141940.048000', '141940.051000', '141940.054000', '141940.057000', '141940.060000', '141940.063000', '141940.066000', '141940.069000', '141940.072000', '141940.074000', '141940.077000', '141940.080000', '141940.083000', '141940.086000', '141940.089000', '141940.092000', '141940.095000', '141940.098000', '141940.101000', '141940.104000', '141940.107000', '141940.110000', '141940.112000', '141940.115000', '141940.118000', '141940.121000', '141940.124000', '141940.127000', '141940.130000', '141940.133000', '141940.136000', '141940.139000', '141940.142000', '141940.145000', '141940.147000', '142000.022000', '142000.025000', '142000.028000', '142000.031000', '142000.034000', '142000.037000', '142000.040000', '142000.043000', '142000.046000', '142000.049000', '142000.052000', '142000.055000', '142000.057000', '142000.060000', '142000.063000', '142000.066000', '142000.069000', '142000.072000', '142000.075000', '142000.078000', '142000.081000', '142000.084000', '142000.087000', '142000.090000', '142000.093000', '142000.096000', '142000.099000', '142000.102000', '142000.104000', '142000.107000', '142000.110000', '142000.113000', '142000.116000', '142000.119000', '142000.122000', '142000.125000', '142000.128000', '142000.131000', '142000.134000', '142000.137000', '142000.139000', '142000.142000', '142000.145000', '142020.021000', '142020.024000', '142020.027000', '142020.030000', '142020.033000', '142020.036000', '142020.039000', '142020.042000', '142020.059000', '142020.062000', '142020.064000', '142020.067000', '142020.071000', '142020.074000', '142020.077000', '142020.079000', '142020.083000', '142020.085000', '142020.088000', '142020.091000', '142020.094000', '142020.097000', '142020.100000', '142020.103000', '142020.106000', '142020.109000', '142020.112000', '142020.115000', '142020.118000', '142020.121000', '142020.123000', '142020.126000', '142020.129000', '142020.132000', '142020.135000', '142020.138000', '142020.141000', '142020.144000', '142020.147000', '142020.150000', '142020.153000', '142020.156000', '142020.159000', '142020.162000', '142040.022000', '142040.025000', '142040.028000', '142040.031000', '142040.034000', '142040.037000', '142040.040000', '142040.043000', '142040.046000', '142040.049000', '142040.052000', '142040.055000', '142040.058000', '142040.061000', '142040.064000', '142040.067000', '142040.070000', '142040.073000', '142040.076000', '142040.079000', '142040.082000', '142040.085000', '142040.087000', '142040.090000', '142040.093000', '142040.096000', '142040.099000', '142040.102000', '142040.105000', '142040.108000', '142040.111000', '142040.114000', '142040.117000', '142040.119000', '142040.122000', '142040.127000', '142040.130000', '142040.133000', '142040.136000', '142040.139000', '142040.142000', '142040.145000', '142040.148000', '142100.022000', '142100.025000', '142100.028000', '142100.031000', '142100.034000', '142100.037000', '142100.040000', '142100.043000', '142100.046000', '142100.049000', '142100.052000', '142100.055000', '142100.058000', '142100.061000', '142100.063000', '142100.067000', '142100.069000', '142100.072000', '142100.075000', '142100.078000', '142100.081000', '142100.084000', '142100.087000', '142100.098000', '142100.101000', '142100.104000', '142100.107000', '142100.110000', '142100.113000', '142100.116000', '142100.119000', '142100.122000', '142100.125000', '142100.128000', '142100.131000', '142100.134000', '142100.137000', '142100.139000', '142100.142000', '142100.145000', '142100.148000', '142100.151000', '142100.154000', '142100.157000', '142120.022000', '142120.025000', '142120.028000', '142120.031000', '142120.034000', '142120.037000', '142120.040000', '142120.043000', '142120.046000', '142120.049000', '142120.052000', '142120.055000', '142120.058000', '142120.061000', '142120.064000', '142120.067000', '142120.070000', '142120.073000', '142120.076000', '142120.079000', '142120.082000', '142120.085000', '142120.087000', '142120.090000', '142120.093000', '142120.096000', '142120.099000', '142120.102000', '142120.105000', '142120.108000', '142120.111000', '142120.114000', '142120.117000', '142120.120000', '142120.123000', '142120.125000', '142120.128000', '142120.131000', '142120.134000', '142120.137000', '142120.140000', '142120.143000', '142120.146000', '142139.135000', '142139.139000', '142139.142000', '142139.145000', '142139.153000', '142139.156000', '142139.207000', '142139.210000', '142139.213000', '142139.216000', '142139.219000', '142139.222000', '142139.225000', '142139.228000', '142139.231000', '142139.234000', '142139.237000', '142139.240000', '142139.243000', '142139.246000', '142139.249000', '142139.252000', '142139.255000', '142139.258000', '142139.261000', '142139.263000', '142139.266000', '142139.269000', '142139.272000', '142139.275000', '142139.278000', '142139.281000', '142139.284000', '142139.287000', '142139.290000', '142139.293000', '142139.296000', '142139.299000', '142139.302000', '142139.305000', '142139.308000', '142139.311000'], 'InstanceCreationTime': ['141340.054000', '141340.058000', '141340.061000', '141340.064000', '141340.067000', '141340.069000', '141340.074000', '141340.077000', '141340.080000', '141340.083000', '141340.086000', '141340.089000', '141340.092000', '141340.094000', '141340.097000', '141340.100000', '141340.103000', '141340.106000', '141340.109000', '141340.112000', '141340.115000', '141340.118000', '141340.126000', '141340.129000', '141340.132000', '141340.134000', '141340.137000', '141340.140000', '141340.143000', '141340.146000', '141340.149000', '141400.022000', '141400.025000', '141400.028000', '141400.031000', '141400.034000', '141400.037000', '141400.039000', '141400.042000', '141400.045000', '141400.048000', '141400.051000', '141400.054000', '141400.057000', '141400.060000', '141400.062000', '141400.065000', '141400.068000', '141400.071000', '141400.074000', '141400.077000', '141400.086000', '141400.089000', '141400.092000', '141400.095000', '141400.098000', '141400.101000', '141400.104000', '141400.106000', '141400.109000', '141400.112000', '141400.115000', '141400.118000', '141400.121000', '141400.124000', '141400.127000', '141400.129000', '141400.132000', '141400.135000', '141400.152000', '141400.155000', '141400.158000', '141400.161000', '141400.164000', '141400.167000', '141420.022000', '141420.025000', '141420.028000', '141420.031000', '141420.034000', '141420.037000', '141420.040000', '141420.042000', '141420.045000', '141420.048000', '141420.051000', '141420.054000', '141420.057000', '141420.060000', '141420.062000', '141420.065000', '141420.068000', '141420.071000', '141420.074000', '141420.077000', '141420.080000', '141420.083000', '141420.086000', '141420.089000', '141420.092000', '141420.094000', '141420.097000', '141420.100000', '141420.103000', '141420.106000', '141420.109000', '141420.112000', '141420.115000', '141420.118000', '141420.121000', '141420.124000', '141420.130000', '141420.133000', '141420.136000', '141420.139000', '141420.142000', '141420.145000', '141420.147000', '141440.024000', '141440.028000', '141440.031000', '141440.034000', '141440.037000', '141440.040000', '141440.043000', '141440.045000', '141440.048000', '141440.051000', '141440.054000', '141440.057000', '141440.060000', '141440.063000', '141440.066000', '141440.069000', '141440.072000', '141440.075000', '141440.078000', '141440.080000', '141440.083000', '141440.086000', '141440.089000', '141440.092000', '141440.095000', '141440.098000', '141440.101000', '141440.103000', '141440.106000', '141440.109000', '141440.112000', '141440.115000', '141440.118000', '141440.121000', '141440.124000', '141440.127000', '141440.130000', '141440.132000', '141440.135000', '141440.138000', '141440.141000', '141440.144000', '141440.147000', '141500.022000', '141500.025000', '141500.028000', '141500.031000', '141500.034000', '141500.037000', '141500.039000', '141500.042000', '141500.045000', '141500.048000', '141500.051000', '141500.054000', '141500.057000', '141500.060000', '141500.063000', '141500.066000', '141500.069000', '141500.072000', '141500.075000', '141500.077000', '141500.080000', '141500.083000', '141500.086000', '141500.089000', '141500.092000', '141500.095000', '141500.098000', '141500.101000', '141500.104000', '141500.107000', '141500.110000', '141500.113000', '141500.115000', '141500.118000', '141500.121000', '141500.124000', '141500.127000', '141500.130000', '141500.133000', '141500.136000', '141500.139000', '141500.142000', '141500.144000', '141500.147000', '141520.022000', '141520.025000', '141520.028000', '141520.031000', '141520.034000', '141520.037000', '141520.041000', '141520.044000', '141520.046000', '141520.049000', '141520.052000', '141520.055000', '141520.058000', '141520.061000', '141520.064000', '141520.067000', '141520.070000', '141520.073000', '141520.076000', '141520.079000', '141520.081000', '141520.084000', '141520.087000', '141520.090000', '141520.093000', '141520.096000', '141520.099000', '141520.102000', '141520.105000', '141520.108000', '141520.111000', '141520.114000', '141520.116000', '141520.119000', '141520.122000', '141520.125000', '141520.128000', '141520.131000', '141520.134000', '141520.137000', '141520.140000', '141520.143000', '141520.145000', '141540.021000', '141540.024000', '141540.027000', '141540.030000', '141540.033000', '141540.036000', '141540.038000', '141540.041000', '141540.044000', '141540.047000', '141540.050000', '141540.053000', '141540.056000', '141540.059000', '141540.062000', '141540.065000', '141540.068000', '141540.070000', '141540.073000', '141540.076000', '141540.079000', '141540.082000', '141540.085000', '141540.088000', '141540.091000', '141540.094000', '141540.097000', '141540.099000', '141540.102000', '141540.105000', '141540.108000', '141540.111000', '141540.114000', '141540.117000', '141540.127000', '141540.130000', '141540.133000', '141540.136000', '141540.138000', '141540.141000', '141540.144000', '141540.147000', '141540.150000', '141540.157000', '141600.022000', '141600.025000', '141600.028000', '141600.031000', '141600.034000', '141600.037000', '141600.040000', '141600.043000', '141600.046000', '141600.049000', '141600.052000', '141600.055000', '141600.058000', '141600.061000', '141600.064000', '141600.067000', '141600.072000', '141600.076000', '141600.079000', '141600.083000', '141600.085000', '141600.088000', '141600.091000', '141600.094000', '141600.097000', '141600.100000', '141600.103000', '141600.106000', '141600.109000', '141600.112000', '141600.115000', '141600.118000', '141600.121000', '141600.124000', '141600.127000', '141600.130000', '141600.132000', '141600.135000', '141600.138000', '141600.141000', '141600.144000', '141600.147000', '141600.150000', '141620.022000', '141620.025000', '141620.028000', '141620.031000', '141620.034000', '141620.037000', '141620.040000', '141620.043000', '141620.046000', '141620.049000', '141620.052000', '141620.055000', '141620.058000', '141620.061000', '141620.064000', '141620.067000', '141620.070000', '141620.073000', '141620.076000', '141620.079000', '141620.081000', '141620.084000', '141620.087000', '141620.090000', '141620.093000', '141620.096000', '141620.099000', '141620.102000', '141620.105000', '141620.108000', '141620.111000', '141620.114000', '141620.116000', '141620.119000', '141620.122000', '141620.125000', '141620.128000', '141620.131000', '141620.134000', '141620.137000', '141620.140000', '141620.143000', '141620.146000', '141620.149000', '141640.022000', '141640.025000', '141640.028000', '141640.031000', '141640.034000', '141640.037000', '141640.040000', '141640.043000', '141640.046000', '141640.049000', '141640.052000', '141640.054000', '141640.058000', '141640.061000', '141640.064000', '141640.068000', '141640.073000', '141640.077000', '141640.079000', '141640.082000', '141640.085000', '141640.088000', '141640.091000', '141640.094000', '141640.097000', '141640.100000', '141640.103000', '141640.105000', '141640.108000', '141640.111000', '141640.114000', '141640.117000', '141640.120000', '141640.123000', '141640.126000', '141640.129000', '141640.132000', '141640.135000', '141640.138000', '141640.141000', '141640.143000', '141640.146000', '141640.149000', '141700.022000', '141700.025000', '141700.028000', '141700.031000', '141700.034000', '141700.037000', '141700.040000', '141700.043000', '141700.046000', '141700.049000', '141700.051000', '141700.054000', '141700.057000', '141700.060000', '141700.063000', '141700.066000', '141700.069000', '141700.072000', '141700.075000', '141700.078000', '141700.081000', '141700.084000', '141700.087000', '141700.090000', '141700.093000', '141700.096000', '141700.099000', '141700.102000', '141700.105000', '141700.108000', '141700.110000', '141700.113000', '141700.116000', '141700.119000', '141700.122000', '141700.125000', '141700.128000', '141700.131000', '141700.134000', '141700.137000', '141700.140000', '141700.143000', '141700.146000', '141700.148000', '141720.022000', '141720.025000', '141720.028000', '141720.031000', '141720.034000', '141720.037000', '141720.040000', '141720.043000', '141720.046000', '141720.049000', '141720.052000', '141720.055000', '141720.058000', '141720.061000', '141720.064000', '141720.067000', '141720.070000', '141720.073000', '141720.075000', '141720.078000', '141720.081000', '141720.086000', '141720.091000', '141720.094000', '141720.097000', '141720.099000', '141720.102000', '141720.105000', '141720.108000', '141720.111000', '141720.126000', '141720.129000', '141720.131000', '141720.134000', '141720.137000', '141720.140000', '141720.143000', '141720.146000', '141720.149000', '141720.152000', '141720.155000', '141720.158000', '141720.161000', '141740.022000', '141740.025000', '141740.028000', '141740.031000', '141740.034000', '141740.037000', '141740.040000', '141740.043000', '141740.046000', '141740.049000', '141740.051000', '141740.054000', '141740.057000', '141740.060000', '141740.063000', '141740.066000', '141740.069000', '141740.072000', '141740.075000', '141740.078000', '141740.081000', '141740.083000', '141740.086000', '141740.089000', '141740.092000', '141740.095000', '141740.098000', '141740.101000', '141740.104000', '141740.107000', '141740.110000', '141740.112000', '141740.115000', '141740.118000', '141740.121000', '141740.124000', '141740.127000', '141740.130000', '141740.133000', '141740.136000', '141740.139000', '141740.141000', '141740.144000', '141740.147000', '141800.021000', '141800.024000', '141800.027000', '141800.030000', '141800.033000', '141800.036000', '141800.039000', '141800.042000', '141800.045000', '141800.049000', '141800.052000', '141800.055000', '141800.058000', '141800.061000', '141800.064000', '141800.067000', '141800.070000', '141800.073000', '141800.075000', '141800.078000', '141800.081000', '141800.084000', '141800.087000', '141800.090000', '141800.093000', '141800.096000', '141800.099000', '141800.102000', '141800.105000', '141800.108000', '141800.111000', '141800.114000', '141800.118000', '141800.121000', '141800.124000', '141800.127000', '141800.130000', '141800.133000', '141800.136000', '141800.139000', '141800.142000', '141800.145000', '141800.148000', '141820.022000', '141820.025000', '141820.028000', '141820.031000', '141820.034000', '141820.037000', '141820.040000', '141820.043000', '141820.046000', '141820.049000', '141820.051000', '141820.054000', '141820.057000', '141820.060000', '141820.063000', '141820.066000', '141820.069000', '141820.072000', '141820.075000', '141820.078000', '141820.081000', '141820.084000', '141820.087000', '141820.090000', '141820.092000', '141820.095000', '141820.098000', '141820.101000', '141820.104000', '141820.107000', '141820.110000', '141820.113000', '141820.116000', '141820.119000', '141820.122000', '141820.125000', '141820.128000', '141820.131000', '141820.134000', '141820.136000', '141820.139000', '141820.142000', '141820.145000', '141820.148000', '141840.022000', '141840.025000', '141840.028000', '141840.031000', '141840.034000', '141840.037000', '141840.040000', '141840.043000', '141840.045000', '141840.048000', '141840.051000', '141840.054000', '141840.057000', '141840.060000', '141840.063000', '141840.066000', '141840.069000', '141840.072000', '141840.075000', '141840.078000', '141840.080000', '141840.083000', '141840.086000', '141840.089000', '141840.092000', '141840.095000', '141840.098000', '141840.101000', '141840.104000', '141840.107000', '141840.110000', '141840.113000', '141840.116000', '141840.119000', '141840.122000', '141840.124000', '141840.128000', '141840.130000', '141840.133000', '141840.137000', '141840.155000', '141840.158000', '141840.161000', '141900.022000', '141900.025000', '141900.028000', '141900.031000', '141900.034000', '141900.045000', '141900.048000', '141900.051000', '141900.054000', '141900.056000', '141900.060000', '141900.063000', '141900.066000', '141900.069000', '141900.072000', '141900.075000', '141900.078000', '141900.081000', '141900.083000', '141900.086000', '141900.089000', '141900.092000', '141900.095000', '141900.098000', '141900.101000', '141900.104000', '141900.107000', '141900.110000', '141900.113000', '141900.116000', '141900.119000', '141900.121000', '141900.124000', '141900.127000', '141900.130000', '141900.133000', '141900.136000', '141900.139000', '141900.142000', '141900.145000', '141900.148000', '141900.151000', '141900.154000', '141900.157000', '141920.022000', '141920.025000', '141920.028000', '141920.031000', '141920.034000', '141920.037000', '141920.040000', '141920.043000', '141920.045000', '141920.048000', '141920.051000', '141920.054000', '141920.057000', '141920.060000', '141920.063000', '141920.066000', '141920.069000', '141920.072000', '141920.075000', '141920.078000', '141920.081000', '141920.084000', '141920.087000', '141920.090000', '141920.094000', '141920.096000', '141920.099000', '141920.102000', '141920.105000', '141920.108000', '141920.111000', '141920.114000', '141920.117000', '141920.120000', '141920.123000', '141920.125000', '141920.128000', '141920.131000', '141920.134000', '141920.137000', '141920.140000', '141920.143000', '141920.146000', '141940.022000', '141940.025000', '141940.028000', '141940.031000', '141940.034000', '141940.037000', '141940.039000', '141940.042000', '141940.045000', '141940.048000', '141940.051000', '141940.054000', '141940.057000', '141940.060000', '141940.063000', '141940.066000', '141940.069000', '141940.072000', '141940.074000', '141940.077000', '141940.080000', '141940.083000', '141940.086000', '141940.089000', '141940.092000', '141940.095000', '141940.098000', '141940.101000', '141940.104000', '141940.107000', '141940.110000', '141940.112000', '141940.115000', '141940.118000', '141940.121000', '141940.124000', '141940.127000', '141940.130000', '141940.133000', '141940.136000', '141940.139000', '141940.142000', '141940.145000', '141940.147000', '142000.022000', '142000.025000', '142000.028000', '142000.031000', '142000.034000', '142000.037000', '142000.040000', '142000.043000', '142000.046000', '142000.049000', '142000.052000', '142000.055000', '142000.057000', '142000.060000', '142000.063000', '142000.066000', '142000.069000', '142000.072000', '142000.075000', '142000.078000', '142000.081000', '142000.084000', '142000.087000', '142000.090000', '142000.093000', '142000.096000', '142000.099000', '142000.102000', '142000.104000', '142000.107000', '142000.110000', '142000.113000', '142000.116000', '142000.119000', '142000.122000', '142000.125000', '142000.128000', '142000.131000', '142000.134000', '142000.137000', '142000.139000', '142000.142000', '142000.145000', '142020.021000', '142020.024000', '142020.027000', '142020.030000', '142020.033000', '142020.036000', '142020.039000', '142020.042000', '142020.059000', '142020.062000', '142020.064000', '142020.067000', '142020.071000', '142020.074000', '142020.077000', '142020.079000', '142020.083000', '142020.085000', '142020.088000', '142020.091000', '142020.094000', '142020.097000', '142020.100000', '142020.103000', '142020.106000', '142020.109000', '142020.112000', '142020.115000', '142020.118000', '142020.121000', '142020.123000', '142020.126000', '142020.129000', '142020.132000', '142020.135000', '142020.138000', '142020.141000', '142020.144000', '142020.147000', '142020.150000', '142020.153000', '142020.156000', '142020.159000', '142020.162000', '142040.022000', '142040.025000', '142040.028000', '142040.031000', '142040.034000', '142040.037000', '142040.040000', '142040.043000', '142040.046000', '142040.049000', '142040.052000', '142040.055000', '142040.058000', '142040.061000', '142040.064000', '142040.067000', '142040.070000', '142040.073000', '142040.076000', '142040.079000', '142040.082000', '142040.085000', '142040.087000', '142040.090000', '142040.093000', '142040.096000', '142040.099000', '142040.102000', '142040.105000', '142040.108000', '142040.111000', '142040.114000', '142040.117000', '142040.119000', '142040.122000', '142040.127000', '142040.130000', '142040.133000', '142040.136000', '142040.139000', '142040.142000', '142040.145000', '142040.148000', '142100.022000', '142100.025000', '142100.028000', '142100.031000', '142100.034000', '142100.037000', '142100.040000', '142100.043000', '142100.046000', '142100.049000', '142100.052000', '142100.055000', '142100.058000', '142100.061000', '142100.063000', '142100.067000', '142100.069000', '142100.072000', '142100.075000', '142100.078000', '142100.081000', '142100.084000', '142100.087000', '142100.098000', '142100.101000', '142100.104000', '142100.107000', '142100.110000', '142100.113000', '142100.116000', '142100.119000', '142100.122000', '142100.125000', '142100.128000', '142100.131000', '142100.134000', '142100.137000', '142100.139000', '142100.142000', '142100.145000', '142100.148000', '142100.151000', '142100.154000', '142100.157000', '142120.022000', '142120.025000', '142120.028000', '142120.031000', '142120.034000', '142120.037000', '142120.040000', '142120.043000', '142120.046000', '142120.049000', '142120.052000', '142120.055000', '142120.058000', '142120.061000', '142120.064000', '142120.067000', '142120.070000', '142120.073000', '142120.076000', '142120.079000', '142120.082000', '142120.085000', '142120.087000', '142120.090000', '142120.093000', '142120.096000', '142120.099000', '142120.102000', '142120.105000', '142120.108000', '142120.111000', '142120.114000', '142120.117000', '142120.120000', '142120.123000', '142120.125000', '142120.128000', '142120.131000', '142120.134000', '142120.137000', '142120.140000', '142120.143000', '142120.146000', '142139.135000', '142139.139000', '142139.142000', '142139.145000', '142139.153000', '142139.156000', '142139.207000', '142139.210000', '142139.213000', '142139.216000', '142139.219000', '142139.222000', '142139.225000', '142139.228000', '142139.231000', '142139.234000', '142139.237000', '142139.240000', '142139.243000', '142139.246000', '142139.249000', '142139.252000', '142139.255000', '142139.258000', '142139.261000', '142139.263000', '142139.266000', '142139.269000', '142139.272000', '142139.275000', '142139.278000', '142139.281000', '142139.284000', '142139.287000', '142139.290000', '142139.293000', '142139.296000', '142139.299000', '142139.302000', '142139.305000', '142139.308000', '142139.311000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [11130, 13790, 11154, 11719, 17969, 10984, 13964, 11028, 12089, 19109, 11096, 14490, 11119, 12285, 10724, 11054, 11497, 11139, 12411, 11857, 12027, 11145, 10988, 10751, 11529, 12110, 11146, 14673, 11238, 11524, 17489, 11246, 12970, 11446, 11803, 11671, 11178, 11422, 11571, 16342, 11513, 13464, 11328, 11206, 10751, 11468, 17661, 11259, 11863, 14469, 11272, 14291, 11463, 11915, 11068, 11126, 15920, 11626, 12379, 11956, 11290, 10588, 10736, 17824, 11759, 12986, 11009, 11651, 11201, 10927, 16092, 12004, 11447, 11021, 11415, 9557, 11661, 11592, 11655, 13645, 11287, 13054, 17699, 11598, 14733, 10915, 10801, 18234, 11794, 13101, 10430, 11447, 15181, 11855, 11447, 10181, 11037, 14102, 11609, 12211, 11158, 10927, 16654, 11732, 13949, 11158, 11440, 19295, 11388, 15172, 11348, 11211, 10294, 10896, 9577, 11215, 9917, 11321, 16237, 11418, 14576, 11674, 11229, 19447, 11906, 14463, 11981, 11367, 17000, 11283, 11392, 11509, 11171, 10837, 11560, 13345, 11914, 11754, 11410, 10904, 10191, 11242, 13613, 11545, 13992, 11200, 11823, 11294, 11566, 19288, 11807, 15087, 11439, 12006, 11385, 11727, 11012, 11371, 16191, 11535, 12236, 11084, 11965, 11259, 11428, 10910, 11677, 14174, 11035, 17461, 19215, 11102, 15157, 11246, 11296, 11147, 11351, 13581, 10930, 11025, 9619, 11277, 14587, 10964, 11106, 10653, 11105, 16151, 11529, 11803, 12341, 10999, 16607, 11595, 12650, 10709, 11272, 16216, 11457, 12989, 11061, 11054, 18441, 11264, 13727, 10969, 11627, 18483, 11426, 12619, 11372, 11385, 17027, 11454, 12799, 10492, 11253, 14779, 11520, 11650, 10843, 11314, 14611, 11732, 12347, 11375, 11028, 18251, 11431, 11753, 10977, 11189, 17266, 11597, 12197, 14019, 11408, 14835, 10882, 11548, 18044, 11742, 12654, 10767, 11273, 15502, 11564, 11889, 10547, 11093, 14958, 11234, 11578, 10547, 11018, 17395, 11373, 11211, 11095, 11524, 10683, 11636, 14416, 11366, 15050, 11652, 12772, 11105, 11353, 12518, 10698, 16894, 11367, 13376, 12812, 10968, 16355, 11348, 12926, 11333, 11649, 10903, 10762, 10132, 11261, 16352, 11421, 14199, 12552, 11263, 16477, 10991, 13001, 11242, 11276, 9837, 11250, 14632, 11078, 13177, 11020, 11231, 10878, 11646, 9728, 11293, 15176, 11567, 11810, 11063, 11476, 11110, 11342, 17202, 11114, 13018, 11153, 12212, 11161, 11248, 14149, 10804, 14400, 10900, 13105, 10799, 11778, 12908, 10823, 13826, 10808, 13063, 11072, 11634, 10469, 11413, 14770, 11255, 12956, 18942, 11079, 13357, 10101, 11150, 15921, 10839, 10966, 9522, 11137, 13096, 11320, 11670, 10252, 10782, 17407, 11414, 12114, 10667, 10917, 17275, 11047, 11507, 9468, 11354, 16880, 10751, 11696, 10713, 10934, 15036, 10768, 11127, 9523, 11194, 14882, 11118, 10978, 10200, 11211, 15668, 11067, 11745, 9481, 11090, 16457, 10824, 12049, 14663, 10978, 14881, 10827, 11252, 18899, 10961, 13435, 10927, 11135, 14869, 11121, 13074, 10648, 11100, 16914, 10906, 12332, 9753, 10885, 15870, 10673, 11148, 18480, 11000, 11214, 18203, 11019, 11808, 10460, 11488, 15064, 10903, 10888, 14764, 10812, 12749, 10551, 10762, 15279, 11376, 11402, 10265, 10689, 16438, 10792, 10893, 10412, 11066, 15689, 11303, 11869, 10156, 10749, 10006, 10991, 15764, 10717, 11037, 18608, 11150, 13577, 15033, 11289, 19760, 11006, 12442, 16856, 10713, 15364, 11088, 11071, 13552, 10880, 13485, 10351, 11341, 17018, 10889, 12860, 10247, 11487, 12252, 10788, 14119, 10463, 11604, 11325, 10632, 14162, 10341, 11332, 17274, 10845, 13133, 10762, 11532, 10213, 11190, 9207, 11044, 12143, 10750, 15388, 10679, 11765, 11311, 11209, 18521, 10632, 13515, 10561, 11547, 9867, 10995, 15798, 10982, 12522, 10483, 11197, 10288, 11327, 15630, 10667, 13150, 11106, 11852, 10292, 11701, 10169, 10845, 17539, 10375, 13553, 10381, 13250, 10328, 11869, 9594, 11690, 11180, 10172, 14858, 10493, 13351, 9707, 12131, 9317, 10628, 16300, 10114, 11976, 9412, 11902, 10917, 10095, 13283, 10276, 11706, 10152, 12056, 8876, 11733, 16991, 10042, 12108, 10483, 12151, 10171, 10654, 15987, 10490, 12091, 9915, 11946, 9560, 12287, 13080, 10559, 13832, 10293, 12826, 9554, 12143, 9536, 11599, 11193, 10777, 13863, 10176, 12854, 10289, 11881, 9357, 11801, 14465, 10686, 15106, 9759, 12099, 9812, 12331, 11029, 11146, 17048, 9642, 12931, 9760, 12729, 9326, 11147, 16789, 9804, 12430, 9571, 12313, 10619, 11693, 15912, 10726, 12714, 10539, 12676, 9973, 12052, 17221, 11060, 13592, 10057, 12169, 10157, 11803, 14936, 10234, 12138, 10065, 12173, 18881, 10126, 12334, 10157, 11464, 14197, 9691, 11539, 13246, 10424, 11164, 9327, 10291, 14533, 10325, 12482, 9329, 11233, 15817, 10033, 12529, 9837, 11282, 16497, 10162, 12662, 9895, 10750, 14028, 10425, 14481, 9873, 11679, 17838, 10187, 14717, 9942, 11862, 10484, 11042, 17799, 10249, 12516, 16368, 11336, 16768, 10098, 12175, 9714, 12072, 17023, 9959, 11870, 15932, 11460, 14474, 10071, 12236, 16005, 10613, 13111, 9791, 12125, 11337, 10322, 13393, 10140, 12235, 9074, 12086, 15925, 10030, 12476, 9052, 11491, 15053, 10139, 12219, 9923, 11878, 13572, 9869, 13289, 9575, 11719, 16857, 10108, 13476, 8908, 12374, 9756, 11154, 11034, 12263, 10469, 12959, 10065, 13642, 10237, 13317, 10538, 12697, 13791, 12610, 19836, 11802, 15484, 10384, 12170, 16951, 11283, 15083, 10673, 12094, 10333, 11746, 10008, 11971, 8604, 11474, 15726, 10841, 12413, 10224, 11969, 9911, 12198, 16955, 10823, 13735, 10269, 12384, 9932, 12034, 18780, 10738, 14434, 9832, 12398, 9699, 12209, 9223, 11687, 11344, 11312, 14428, 9601, 11899, 17674, 10270, 14107, 10764, 12168, 10464, 11824, 17012, 10801, 12522, 10785, 11644, 9748, 11036, 15668, 10983, 11921, 10140, 11021, 17188, 10977, 13386, 10481, 11490, 9002, 10735, 14963, 10633, 11601, 18744, 10927, 13866, 10744, 11494, 11315, 10617, 14757, 10672, 11627, 10071, 11651, 15930, 10419, 11296, 16788, 11005, 11484, 12212, 10792, 12679, 9656, 11000, 8073, 10428, 13794, 9872, 10946, 16978, 11010, 12728, 9646, 10982, 17141, 10044, 11172, 12298, 11009, 14272, 10344, 10819, 12908, 11018, 12303, 11086, 11474, 11851, 10914, 14298, 10969, 11701, 8898, 10543, 17200, 11002, 12209, 9864, 10712, 18127, 10955, 13356, 10302, 11427, 18019, 10976, 13868, 10220, 11209, 14034, 10760, 13281, 10539, 11366, 18056, 10528, 12103, 9582, 11141, 15370, 10734, 10879, 9435, 11210, 15067, 10775, 11836, 11471, 10559, 14797, 10642, 11861, 9603, 10998, 17291, 10818, 11892, 8934, 11067, 15493, 11215, 11721, 10121, 11388, 9842, 10516, 14094, 10691, 11098, 9125, 11064, 16599, 10644, 12607, 12337, 10678, 16921, 10895, 11389, 17560, 11351, 12986, 10106, 10803, 9634, 10946, 12918, 10722, 11168, 9142, 10740, 15666, 10190, 11729, 14573, 10957, 14738, 10682, 11070, 11397, 10653, 15290, 11194, 11723, 9688, 10724, 16477, 11195, 12582, 10554, 10948, 10528, 10770, 15436, 10233, 10495, 11723, 11070, 13420, 10286, 10446, 9295, 10687, 15421, 11017, 11721, 9785, 10561, 16110, 10968, 12664, 9745, 10832, 17612, 10606, 11959, 9316, 10833, 17187, 10726, 11323, 8709, 10678, 15167, 10483, 11828, 9050, 10932, 15246, 10322, 12707, 9808, 10868, 16579, 10552, 12911, 9879, 11052, 17055, 10927, 12021, 9508, 11189, 14801, 10929, 11496, 9680, 10229, 9354, 10614, 8871, 10380, 9239, 10594, 12745, 10313, 15127, 10738, 15492, 10683, 12460, 10214, 11203, 19533, 10453, 18138, 11808, 13309, 10925, 11961, 14220, 11312, 19575, 10690, 14753, 10261, 11821, 20846, 11802, 12000, 9110, 11062, 14097, 10947, 10785, 10017, 10054, 9445, 11116, 9606, 10694, 16848, 10735, 13497, 10536, 12143, 21023, 11879, 12055, 19149, 11932, 12011, 14084, 11091, 14487, 10448, 11596, 9001, 10916, 14437, 10627, 10924, 9992], 'WindowCenter': [4451.0, 4457.0, 4422.0, 4422.0, 4448.0, 4395.0, 4416.0, 4394.0, 4405.0, 4432.0, 4393.0, 4414.0, 4392.0, 4393.0, 4380.0, 4394.0, 4390.0, 4392.0, 4400.0, 4404.0, 4403.0, 4404.0, 4395.0, 4392.0, 4405.0, 4404.0, 4396.0, 4425.0, 4391.0, 4395.0, 4424.0, 4393.0, 4400.0, 4392.0, 4393.0, 4404.0, 4393.0, 4393.0, 4405.0, 4425.0, 4395.0, 4413.0, 4394.0, 4392.0, 4393.0, 4395.0, 4434.0, 4393.0, 4394.0, 4410.0, 4393.0, 4412.0, 4393.0, 4393.0, 4389.0, 4396.0, 4422.0, 4405.0, 4405.0, 4402.0, 4396.0, 4394.0, 4394.0, 4434.0, 4403.0, 4402.0, 4395.0, 4403.0, 4392.0, 4396.0, 4422.0, 4406.0, 4394.0, 4392.0, 4403.0, 4385.0, 4407.0, 4404.0, 4407.0, 4416.0, 4407.0, 4418.0, 4434.0, 4405.0, 4415.0, 4383.0, 4395.0, 4433.0, 4394.0, 4402.0, 4382.0, 4393.0, 4412.0, 4404.0, 4393.0, 4384.0, 4395.0, 4413.0, 4405.0, 4406.0, 4396.0, 4408.0, 4436.0, 4405.0, 4416.0, 4396.0, 4407.0, 4446.0, 4405.0, 4423.0, 4394.0, 4392.0, 4380.0, 4395.0, 4386.0, 4408.0, 4397.0, 4407.0, 4435.0, 4408.0, 4427.0, 4407.0, 4398.0, 4436.0, 4394.0, 4417.0, 4393.0, 4393.0, 4421.0, 4393.0, 4393.0, 4391.0, 4392.0, 4391.0, 4403.0, 4411.0, 4405.0, 4406.0, 4404.0, 4397.0, 4383.0, 4395.0, 4412.0, 4403.0, 4413.0, 4396.0, 4405.0, 4392.0, 4394.0, 4433.0, 4405.0, 4424.0, 4392.0, 4403.0, 4394.0, 4403.0, 4393.0, 4406.0, 4423.0, 4391.0, 4402.0, 4394.0, 4405.0, 4402.0, 4406.0, 4395.0, 4403.0, 4413.0, 4395.0, 4437.0, 4432.0, 4381.0, 4410.0, 4380.0, 4382.0, 4380.0, 4393.0, 4401.0, 4392.0, 4393.0, 4370.0, 4403.0, 4426.0, 4395.0, 4393.0, 4392.0, 4396.0, 4426.0, 4404.0, 4404.0, 4401.0, 4392.0, 4424.0, 4395.0, 4413.0, 4385.0, 4395.0, 4422.0, 4393.0, 4404.0, 4391.0, 4395.0, 4433.0, 4391.0, 4411.0, 4380.0, 4393.0, 4431.0, 4390.0, 4402.0, 4389.0, 4391.0, 4420.0, 4392.0, 4401.0, 4379.0, 4391.0, 4409.0, 4390.0, 4390.0, 4391.0, 4393.0, 4413.0, 4401.0, 4404.0, 4393.0, 4393.0, 4432.0, 4392.0, 4394.0, 4380.0, 4391.0, 4422.0, 4390.0, 4391.0, 4399.0, 4390.0, 4411.0, 4382.0, 4390.0, 4430.0, 4391.0, 4400.0, 4378.0, 4390.0, 4411.0, 4393.0, 4391.0, 4382.0, 4392.0, 4410.0, 4391.0, 4392.0, 4379.0, 4392.0, 4431.0, 4394.0, 4391.0, 4394.0, 4395.0, 4394.0, 4405.0, 4423.0, 4404.0, 4411.0, 4393.0, 4402.0, 4394.0, 4394.0, 4403.0, 4393.0, 4421.0, 4390.0, 4412.0, 4400.0, 4391.0, 4419.0, 4391.0, 4400.0, 4392.0, 4392.0, 4392.0, 4394.0, 4383.0, 4405.0, 4422.0, 4404.0, 4414.0, 4403.0, 4393.0, 4421.0, 4380.0, 4400.0, 4391.0, 4394.0, 4369.0, 4394.0, 4407.0, 4389.0, 4400.0, 4380.0, 4392.0, 4379.0, 4391.0, 4369.0, 4390.0, 4411.0, 4391.0, 4392.0, 4392.0, 4391.0, 4391.0, 4395.0, 4432.0, 4392.0, 4403.0, 4394.0, 4401.0, 4391.0, 4395.0, 4410.0, 4380.0, 4400.0, 4382.0, 4402.0, 4380.0, 4394.0, 4400.0, 4381.0, 4398.0, 4379.0, 4401.0, 4392.0, 4391.0, 4380.0, 4391.0, 4409.0, 4390.0, 4405.0, 4432.0, 4392.0, 4401.0, 4367.0, 4381.0, 4407.0, 4377.0, 4378.0, 4370.0, 4392.0, 4399.0, 4390.0, 4393.0, 4382.0, 4395.0, 4434.0, 4392.0, 4403.0, 4379.0, 4394.0, 4433.0, 4392.0, 4391.0, 4371.0, 4391.0, 4420.0, 4381.0, 4392.0, 4382.0, 4382.0, 4410.0, 4380.0, 4391.0, 4371.0, 4392.0, 4411.0, 4390.0, 4381.0, 4381.0, 4394.0, 4425.0, 4392.0, 4403.0, 4373.0, 4394.0, 4421.0, 4392.0, 4406.0, 4411.0, 4385.0, 4411.0, 4380.0, 4391.0, 4430.0, 4383.0, 4404.0, 4380.0, 4392.0, 4409.0, 4391.0, 4403.0, 4380.0, 4392.0, 4420.0, 4381.0, 4401.0, 4370.0, 4392.0, 4420.0, 4381.0, 4380.0, 4420.0, 4379.0, 4380.0, 4420.0, 4381.0, 4389.0, 4369.0, 4393.0, 4409.0, 4380.0, 4383.0, 4408.0, 4380.0, 4399.0, 4379.0, 4394.0, 4420.0, 4394.0, 4392.0, 4381.0, 4393.0, 4433.0, 4392.0, 4393.0, 4384.0, 4393.0, 4422.0, 4403.0, 4403.0, 4385.0, 4405.0, 4383.0, 4407.0, 4436.0, 4393.0, 4394.0, 4435.0, 4392.0, 4414.0, 4413.0, 4392.0, 4433.0, 4380.0, 4393.0, 4420.0, 4378.0, 4409.0, 4381.0, 4393.0, 4402.0, 4382.0, 4402.0, 4382.0, 4391.0, 4423.0, 4382.0, 4402.0, 4380.0, 4392.0, 4391.0, 4381.0, 4413.0, 4382.0, 4391.0, 4380.0, 4381.0, 4410.0, 4380.0, 4393.0, 4421.0, 4380.0, 4402.0, 4381.0, 4389.0, 4381.0, 4392.0, 4372.0, 4404.0, 4405.0, 4397.0, 4427.0, 4394.0, 4404.0, 4394.0, 4393.0, 4435.0, 4384.0, 4414.0, 4382.0, 4393.0, 4370.0, 4384.0, 4422.0, 4394.0, 4405.0, 4382.0, 4392.0, 4380.0, 4395.0, 4422.0, 4395.0, 4402.0, 4394.0, 4394.0, 4385.0, 4406.0, 4384.0, 4393.0, 4434.0, 4383.0, 4412.0, 4385.0, 4414.0, 4385.0, 4406.0, 4371.0, 4406.0, 4393.0, 4385.0, 4413.0, 4384.0, 4413.0, 4373.0, 4405.0, 4361.0, 4382.0, 4422.0, 4380.0, 4391.0, 4359.0, 4394.0, 4382.0, 4383.0, 4411.0, 4381.0, 4402.0, 4381.0, 4402.0, 4363.0, 4395.0, 4425.0, 4375.0, 4393.0, 4379.0, 4405.0, 4372.0, 4384.0, 4425.0, 4385.0, 4392.0, 4375.0, 4393.0, 4371.0, 4405.0, 4412.0, 4383.0, 4401.0, 4384.0, 4402.0, 4372.0, 4405.0, 4374.0, 4393.0, 4392.0, 4395.0, 4412.0, 4383.0, 4405.0, 4384.0, 4395.0, 4374.0, 4395.0, 4411.0, 4386.0, 4423.0, 4372.0, 4393.0, 4371.0, 4405.0, 4383.0, 4396.0, 4424.0, 4373.0, 4391.0, 4372.0, 4401.0, 4361.0, 4394.0, 4422.0, 4373.0, 4391.0, 4371.0, 4393.0, 4383.0, 4395.0, 4425.0, 4382.0, 4393.0, 4384.0, 4403.0, 4374.0, 4405.0, 4423.0, 4382.0, 4402.0, 4372.0, 4402.0, 4372.0, 4394.0, 4412.0, 4384.0, 4393.0, 4383.0, 4405.0, 4433.0, 4373.0, 4393.0, 4369.0, 4383.0, 4401.0, 4369.0, 4391.0, 4399.0, 4384.0, 4394.0, 4375.0, 4398.0, 4425.0, 4398.0, 4419.0, 4387.0, 4407.0, 4427.0, 4386.0, 4419.0, 4387.0, 4406.0, 4426.0, 4385.0, 4417.0, 4387.0, 4399.0, 4416.0, 4397.0, 4427.0, 4386.0, 4408.0, 4438.0, 4385.0, 4423.0, 4383.0, 4406.0, 4394.0, 4407.0, 4434.0, 4383.0, 4406.0, 4425.0, 4396.0, 4423.0, 4383.0, 4403.0, 4371.0, 4394.0, 4423.0, 4372.0, 4393.0, 4421.0, 4392.0, 4403.0, 4371.0, 4393.0, 4422.0, 4384.0, 4404.0, 4370.0, 4392.0, 4378.0, 4386.0, 4414.0, 4383.0, 4404.0, 4360.0, 4405.0, 4425.0, 4384.0, 4406.0, 4364.0, 4394.0, 4412.0, 4383.0, 4406.0, 4384.0, 4405.0, 4403.0, 4385.0, 4416.0, 4384.0, 4407.0, 4433.0, 4385.0, 4414.0, 4372.0, 4405.0, 4386.0, 4407.0, 4397.0, 4417.0, 4407.0, 4417.0, 4400.0, 4428.0, 4398.0, 4418.0, 4397.0, 4416.0, 4413.0, 4404.0, 4436.0, 4393.0, 4417.0, 4382.0, 4391.0, 4421.0, 4381.0, 4410.0, 4381.0, 4394.0, 4384.0, 4395.0, 4370.0, 4395.0, 4360.0, 4405.0, 4422.0, 4396.0, 4403.0, 4386.0, 4395.0, 4373.0, 4405.0, 4433.0, 4393.0, 4415.0, 4386.0, 4405.0, 4372.0, 4403.0, 4432.0, 4383.0, 4403.0, 4374.0, 4391.0, 4374.0, 4403.0, 4372.0, 4396.0, 4382.0, 4392.0, 4412.0, 4371.0, 4396.0, 4421.0, 4375.0, 4400.0, 4383.0, 4403.0, 4382.0, 4404.0, 4424.0, 4383.0, 4393.0, 4383.0, 4393.0, 4373.0, 4396.0, 4427.0, 4396.0, 4395.0, 4384.0, 4398.0, 4436.0, 4394.0, 4404.0, 4385.0, 4393.0, 4363.0, 4395.0, 4415.0, 4384.0, 4396.0, 4434.0, 4383.0, 4401.0, 4382.0, 4392.0, 4380.0, 4385.0, 4412.0, 4383.0, 4394.0, 4374.0, 4396.0, 4423.0, 4382.0, 4392.0, 4413.0, 4381.0, 4393.0, 4390.0, 4382.0, 4401.0, 4373.0, 4384.0, 4352.0, 4393.0, 4416.0, 4384.0, 4399.0, 4436.0, 4395.0, 4407.0, 4374.0, 4396.0, 4436.0, 4374.0, 4392.0, 4393.0, 4393.0, 4415.0, 4384.0, 4398.0, 4405.0, 4395.0, 4405.0, 4406.0, 4409.0, 4404.0, 4408.0, 4424.0, 4395.0, 4406.0, 4375.0, 4400.0, 4436.0, 4396.0, 4406.0, 4385.0, 4398.0, 4443.0, 4393.0, 4416.0, 4385.0, 4396.0, 4435.0, 4395.0, 4416.0, 4386.0, 4395.0, 4413.0, 4394.0, 4415.0, 4382.0, 4394.0, 4421.0, 4383.0, 4393.0, 4371.0, 4391.0, 4412.0, 4381.0, 4381.0, 4363.0, 4395.0, 4413.0, 4394.0, 4406.0, 4393.0, 4396.0, 4413.0, 4381.0, 4405.0, 4371.0, 4395.0, 4434.0, 4384.0, 4394.0, 4361.0, 4391.0, 4412.0, 4394.0, 4393.0, 4382.0, 4392.0, 4369.0, 4384.0, 4414.0, 4394.0, 4395.0, 4372.0, 4397.0, 4423.0, 4384.0, 4407.0, 4392.0, 4384.0, 4423.0, 4379.0, 4391.0, 4422.0, 4393.0, 4402.0, 4382.0, 4393.0, 4371.0, 4396.0, 4411.0, 4395.0, 4407.0, 4373.0, 4396.0, 4426.0, 4386.0, 4405.0, 4414.0, 4395.0, 4413.0, 4383.0, 4395.0, 4393.0, 4393.0, 4412.0, 4393.0, 4391.0, 4373.0, 4394.0, 4424.0, 4394.0, 4404.0, 4384.0, 4396.0, 4391.0, 4396.0, 4427.0, 4383.0, 4395.0, 4392.0, 4395.0, 4412.0, 4384.0, 4393.0, 4373.0, 4395.0, 4426.0, 4396.0, 4404.0, 4386.0, 4396.0, 4436.0, 4396.0, 4416.0, 4385.0, 4395.0, 4437.0, 4393.0, 4406.0, 4372.0, 4397.0, 4435.0, 4393.0, 4395.0, 4361.0, 4394.0, 4422.0, 4395.0, 4405.0, 4373.0, 4396.0, 4425.0, 4395.0, 4414.0, 4385.0, 4405.0, 4436.0, 4395.0, 4413.0, 4382.0, 4405.0, 4436.0, 4395.0, 4404.0, 4382.0, 4395.0, 4422.0, 4405.0, 4406.0, 4385.0, 4394.0, 4387.0, 4406.0, 4385.0, 4409.0, 4387.0, 4409.0, 4427.0, 4409.0, 4439.0, 4410.0, 4439.0, 4396.0, 4416.0, 4385.0, 4407.0, 4445.0, 4396.0, 4436.0, 4405.0, 4413.0, 4394.0, 4405.0, 4411.0, 4395.0, 4444.0, 4383.0, 4411.0, 4382.0, 4393.0, 4444.0, 4391.0, 4393.0, 4358.0, 4382.0, 4400.0, 4392.0, 4391.0, 4384.0, 4384.0, 4383.0, 4407.0, 4385.0, 4409.0, 4445.0, 4397.0, 4417.0, 4396.0, 4406.0, 4445.0, 4390.0, 4395.0, 4431.0, 4388.0, 4390.0, 4399.0, 4380.0, 4409.0, 4379.0, 4389.0, 4359.0, 4394.0, 4413.0, 4407.0, 4396.0, 4382.0], 'WindowWidth': [9801.0, 9799.0, 9742.0, 9737.0, 9769.0, 9690.0, 9721.0, 9683.0, 9701.0, 9739.0, 9681.0, 9709.0, 9678.0, 9680.0, 9662.0, 9685.0, 9673.0, 9679.0, 9687.0, 9699.0, 9697.0, 9699.0, 9689.0, 9680.0, 9701.0, 9699.0, 9689.0, 9730.0, 9677.0, 9685.0, 9727.0, 9679.0, 9685.0, 9677.0, 9681.0, 9697.0, 9683.0, 9682.0, 9702.0, 9730.0, 9687.0, 9710.0, 9685.0, 9681.0, 9680.0, 9687.0, 9742.0, 9679.0, 9684.0, 9700.0, 9680.0, 9703.0, 9680.0, 9680.0, 9672.0, 9690.0, 9724.0, 9700.0, 9699.0, 9695.0, 9689.0, 9683.0, 9686.0, 9744.0, 9695.0, 9693.0, 9686.0, 9696.0, 9678.0, 9690.0, 9721.0, 9701.0, 9683.0, 9679.0, 9697.0, 9672.0, 9707.0, 9700.0, 9707.0, 9718.0, 9709.0, 9727.0, 9741.0, 9701.0, 9716.0, 9667.0, 9685.0, 9739.0, 9682.0, 9694.0, 9664.0, 9681.0, 9706.0, 9696.0, 9681.0, 9671.0, 9688.0, 9709.0, 9702.0, 9702.0, 9689.0, 9709.0, 9746.0, 9701.0, 9718.0, 9689.0, 9707.0, 9763.0, 9701.0, 9725.0, 9681.0, 9677.0, 9658.0, 9686.0, 9676.0, 9712.0, 9695.0, 9709.0, 9748.0, 9710.0, 9740.0, 9707.0, 9696.0, 9750.0, 9683.0, 9720.0, 9680.0, 9681.0, 9720.0, 9680.0, 9680.0, 9675.0, 9680.0, 9677.0, 9696.0, 9704.0, 9699.0, 9701.0, 9699.0, 9693.0, 9669.0, 9688.0, 9708.0, 9697.0, 9713.0, 9689.0, 9700.0, 9677.0, 9685.0, 9741.0, 9700.0, 9726.0, 9681.0, 9694.0, 9682.0, 9697.0, 9680.0, 9702.0, 9725.0, 9677.0, 9693.0, 9685.0, 9701.0, 9696.0, 9704.0, 9688.0, 9698.0, 9709.0, 9688.0, 9755.0, 9735.0, 9662.0, 9699.0, 9658.0, 9664.0, 9658.0, 9681.0, 9690.0, 9678.0, 9682.0, 9646.0, 9698.0, 9733.0, 9689.0, 9685.0, 9680.0, 9689.0, 9733.0, 9700.0, 9700.0, 9691.0, 9681.0, 9726.0, 9686.0, 9712.0, 9672.0, 9685.0, 9720.0, 9682.0, 9700.0, 9677.0, 9688.0, 9742.0, 9676.0, 9705.0, 9658.0, 9681.0, 9733.0, 9674.0, 9692.0, 9671.0, 9677.0, 9715.0, 9678.0, 9692.0, 9657.0, 9675.0, 9696.0, 9673.0, 9675.0, 9679.0, 9683.0, 9708.0, 9691.0, 9697.0, 9679.0, 9684.0, 9738.0, 9678.0, 9683.0, 9658.0, 9678.0, 9720.0, 9674.0, 9677.0, 9684.0, 9671.0, 9701.0, 9662.0, 9675.0, 9731.0, 9676.0, 9688.0, 9653.0, 9673.0, 9702.0, 9679.0, 9678.0, 9665.0, 9679.0, 9701.0, 9675.0, 9680.0, 9657.0, 9681.0, 9734.0, 9682.0, 9676.0, 9683.0, 9686.0, 9686.0, 9705.0, 9725.0, 9698.0, 9705.0, 9681.0, 9696.0, 9687.0, 9685.0, 9694.0, 9683.0, 9719.0, 9675.0, 9709.0, 9688.0, 9678.0, 9713.0, 9677.0, 9686.0, 9678.0, 9679.0, 9679.0, 9686.0, 9667.0, 9702.0, 9724.0, 9699.0, 9714.0, 9696.0, 9681.0, 9718.0, 9660.0, 9688.0, 9677.0, 9682.0, 9642.0, 9681.0, 9695.0, 9672.0, 9689.0, 9661.0, 9677.0, 9658.0, 9678.0, 9644.0, 9675.0, 9704.0, 9676.0, 9679.0, 9678.0, 9676.0, 9676.0, 9689.0, 9739.0, 9679.0, 9693.0, 9682.0, 9692.0, 9676.0, 9686.0, 9702.0, 9661.0, 9688.0, 9664.0, 9689.0, 9659.0, 9683.0, 9686.0, 9661.0, 9683.0, 9658.0, 9689.0, 9678.0, 9678.0, 9660.0, 9678.0, 9699.0, 9674.0, 9702.0, 9739.0, 9678.0, 9689.0, 9636.0, 9659.0, 9691.0, 9650.0, 9653.0, 9645.0, 9678.0, 9685.0, 9676.0, 9681.0, 9667.0, 9689.0, 9742.0, 9681.0, 9695.0, 9657.0, 9683.0, 9737.0, 9679.0, 9675.0, 9647.0, 9676.0, 9715.0, 9659.0, 9678.0, 9661.0, 9663.0, 9700.0, 9659.0, 9675.0, 9647.0, 9678.0, 9703.0, 9673.0, 9661.0, 9661.0, 9685.0, 9727.0, 9681.0, 9695.0, 9652.0, 9683.0, 9719.0, 9677.0, 9702.0, 9704.0, 9670.0, 9703.0, 9659.0, 9676.0, 9731.0, 9665.0, 9695.0, 9658.0, 9677.0, 9698.0, 9675.0, 9695.0, 9660.0, 9678.0, 9715.0, 9662.0, 9690.0, 9644.0, 9679.0, 9716.0, 9661.0, 9659.0, 9713.0, 9655.0, 9659.0, 9716.0, 9659.0, 9671.0, 9641.0, 9678.0, 9699.0, 9660.0, 9667.0, 9695.0, 9659.0, 9684.0, 9657.0, 9684.0, 9716.0, 9682.0, 9679.0, 9662.0, 9683.0, 9738.0, 9680.0, 9682.0, 9668.0, 9683.0, 9721.0, 9697.0, 9698.0, 9673.0, 9701.0, 9669.0, 9708.0, 9749.0, 9683.0, 9686.0, 9744.0, 9679.0, 9713.0, 9706.0, 9678.0, 9738.0, 9659.0, 9679.0, 9710.0, 9654.0, 9699.0, 9660.0, 9679.0, 9688.0, 9663.0, 9691.0, 9661.0, 9676.0, 9722.0, 9664.0, 9689.0, 9659.0, 9677.0, 9675.0, 9662.0, 9708.0, 9663.0, 9675.0, 9657.0, 9661.0, 9702.0, 9658.0, 9681.0, 9717.0, 9658.0, 9689.0, 9660.0, 9669.0, 9662.0, 9680.0, 9652.0, 9700.0, 9699.0, 9692.0, 9734.0, 9684.0, 9697.0, 9682.0, 9682.0, 9742.0, 9670.0, 9712.0, 9664.0, 9679.0, 9645.0, 9669.0, 9718.0, 9683.0, 9699.0, 9663.0, 9678.0, 9660.0, 9686.0, 9721.0, 9685.0, 9693.0, 9684.0, 9683.0, 9673.0, 9702.0, 9669.0, 9683.0, 9743.0, 9667.0, 9706.0, 9674.0, 9712.0, 9673.0, 9703.0, 9651.0, 9701.0, 9679.0, 9672.0, 9708.0, 9671.0, 9709.0, 9651.0, 9697.0, 9633.0, 9664.0, 9720.0, 9659.0, 9675.0, 9628.0, 9682.0, 9663.0, 9666.0, 9704.0, 9665.0, 9693.0, 9662.0, 9692.0, 9641.0, 9685.0, 9727.0, 9657.0, 9680.0, 9655.0, 9697.0, 9649.0, 9668.0, 9727.0, 9671.0, 9677.0, 9657.0, 9680.0, 9649.0, 9700.0, 9707.0, 9667.0, 9688.0, 9669.0, 9691.0, 9651.0, 9700.0, 9657.0, 9681.0, 9677.0, 9685.0, 9705.0, 9668.0, 9701.0, 9669.0, 9684.0, 9653.0, 9685.0, 9704.0, 9674.0, 9723.0, 9651.0, 9679.0, 9648.0, 9698.0, 9665.0, 9686.0, 9726.0, 9652.0, 9673.0, 9649.0, 9688.0, 9632.0, 9680.0, 9721.0, 9652.0, 9672.0, 9647.0, 9678.0, 9663.0, 9685.0, 9728.0, 9664.0, 9677.0, 9667.0, 9692.0, 9654.0, 9699.0, 9725.0, 9663.0, 9689.0, 9651.0, 9690.0, 9649.0, 9683.0, 9704.0, 9666.0, 9678.0, 9667.0, 9699.0, 9740.0, 9650.0, 9678.0, 9639.0, 9663.0, 9685.0, 9642.0, 9675.0, 9683.0, 9667.0, 9682.0, 9660.0, 9695.0, 9729.0, 9697.0, 9725.0, 9678.0, 9708.0, 9735.0, 9678.0, 9724.0, 9678.0, 9704.0, 9731.0, 9673.0, 9718.0, 9678.0, 9698.0, 9717.0, 9692.0, 9732.0, 9675.0, 9710.0, 9753.0, 9673.0, 9723.0, 9669.0, 9703.0, 9686.0, 9706.0, 9743.0, 9668.0, 9701.0, 9725.0, 9689.0, 9725.0, 9668.0, 9694.0, 9646.0, 9683.0, 9722.0, 9650.0, 9680.0, 9716.0, 9676.0, 9691.0, 9645.0, 9678.0, 9718.0, 9668.0, 9695.0, 9645.0, 9676.0, 9654.0, 9672.0, 9711.0, 9667.0, 9695.0, 9632.0, 9700.0, 9727.0, 9671.0, 9701.0, 9642.0, 9681.0, 9705.0, 9668.0, 9702.0, 9668.0, 9698.0, 9694.0, 9673.0, 9715.0, 9669.0, 9706.0, 9738.0, 9673.0, 9710.0, 9654.0, 9699.0, 9677.0, 9706.0, 9695.0, 9720.0, 9709.0, 9723.0, 9702.0, 9736.0, 9694.0, 9721.0, 9691.0, 9717.0, 9708.0, 9697.0, 9748.0, 9680.0, 9719.0, 9663.0, 9675.0, 9713.0, 9660.0, 9697.0, 9659.0, 9681.0, 9669.0, 9684.0, 9646.0, 9684.0, 9632.0, 9700.0, 9721.0, 9687.0, 9693.0, 9674.0, 9685.0, 9652.0, 9699.0, 9739.0, 9682.0, 9711.0, 9672.0, 9696.0, 9650.0, 9694.0, 9738.0, 9666.0, 9691.0, 9654.0, 9675.0, 9654.0, 9694.0, 9652.0, 9688.0, 9663.0, 9679.0, 9705.0, 9648.0, 9687.0, 9721.0, 9656.0, 9685.0, 9666.0, 9694.0, 9663.0, 9697.0, 9726.0, 9665.0, 9677.0, 9665.0, 9681.0, 9652.0, 9689.0, 9731.0, 9687.0, 9685.0, 9669.0, 9694.0, 9746.0, 9683.0, 9697.0, 9670.0, 9679.0, 9637.0, 9685.0, 9714.0, 9668.0, 9688.0, 9742.0, 9666.0, 9688.0, 9663.0, 9679.0, 9658.0, 9671.0, 9706.0, 9666.0, 9680.0, 9653.0, 9689.0, 9726.0, 9663.0, 9679.0, 9707.0, 9658.0, 9679.0, 9670.0, 9664.0, 9688.0, 9651.0, 9669.0, 9623.0, 9681.0, 9715.0, 9671.0, 9696.0, 9744.0, 9685.0, 9705.0, 9654.0, 9687.0, 9743.0, 9656.0, 9678.0, 9678.0, 9681.0, 9712.0, 9668.0, 9694.0, 9698.0, 9686.0, 9699.0, 9703.0, 9712.0, 9700.0, 9709.0, 9726.0, 9688.0, 9704.0, 9659.0, 9699.0, 9746.0, 9688.0, 9701.0, 9671.0, 9695.0, 9755.0, 9683.0, 9716.0, 9670.0, 9689.0, 9743.0, 9686.0, 9717.0, 9673.0, 9686.0, 9707.0, 9683.0, 9712.0, 9665.0, 9684.0, 9719.0, 9666.0, 9680.0, 9645.0, 9676.0, 9704.0, 9662.0, 9662.0, 9638.0, 9685.0, 9708.0, 9682.0, 9703.0, 9680.0, 9688.0, 9706.0, 9663.0, 9700.0, 9648.0, 9687.0, 9740.0, 9668.0, 9681.0, 9632.0, 9675.0, 9706.0, 9682.0, 9679.0, 9662.0, 9677.0, 9644.0, 9670.0, 9712.0, 9684.0, 9686.0, 9651.0, 9690.0, 9723.0, 9669.0, 9705.0, 9678.0, 9669.0, 9722.0, 9657.0, 9675.0, 9721.0, 9679.0, 9691.0, 9663.0, 9680.0, 9648.0, 9687.0, 9705.0, 9689.0, 9706.0, 9655.0, 9691.0, 9731.0, 9676.0, 9701.0, 9711.0, 9685.0, 9707.0, 9667.0, 9686.0, 9680.0, 9682.0, 9705.0, 9679.0, 9675.0, 9652.0, 9682.0, 9726.0, 9682.0, 9697.0, 9670.0, 9690.0, 9679.0, 9691.0, 9734.0, 9668.0, 9686.0, 9679.0, 9686.0, 9708.0, 9673.0, 9684.0, 9655.0, 9687.0, 9729.0, 9690.0, 9701.0, 9676.0, 9692.0, 9746.0, 9689.0, 9718.0, 9672.0, 9689.0, 9750.0, 9682.0, 9703.0, 9653.0, 9692.0, 9745.0, 9685.0, 9687.0, 9638.0, 9686.0, 9722.0, 9688.0, 9703.0, 9656.0, 9692.0, 9731.0, 9689.0, 9716.0, 9677.0, 9704.0, 9747.0, 9689.0, 9712.0, 9667.0, 9702.0, 9745.0, 9687.0, 9700.0, 9667.0, 9687.0, 9719.0, 9703.0, 9706.0, 9677.0, 9689.0, 9682.0, 9707.0, 9677.0, 9716.0, 9683.0, 9717.0, 9738.0, 9716.0, 9756.0, 9717.0, 9759.0, 9692.0, 9718.0, 9674.0, 9707.0, 9761.0, 9690.0, 9750.0, 9701.0, 9710.0, 9684.0, 9700.0, 9704.0, 9686.0, 9759.0, 9668.0, 9704.0, 9665.0, 9682.0, 9760.0, 9675.0, 9679.0, 9626.0, 9663.0, 9684.0, 9677.0, 9677.0, 9673.0, 9674.0, 9672.0, 9710.0, 9677.0, 9714.0, 9761.0, 9693.0, 9719.0, 9689.0, 9706.0, 9768.0, 9675.0, 9685.0, 9733.0, 9668.0, 9672.0, 9679.0, 9658.0, 9697.0, 9657.0, 9671.0, 9629.0, 9684.0, 9711.0, 9709.0, 9691.0, 9666.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.0005576333021515436</td></tr>
<tr><td colspan=3>aqi</td><td>0.022862644714686624</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.720203978277105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3029906663295885</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779955021910106</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>7246.5962</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07082037382437122</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4566907307012005</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3603885800875872</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.698739208384316</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.310944403631698</td></tr>
<tr><td colspan=3>gcor</td><td>0.00443464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0153387151658535</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01678316295146942</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9119020010750303</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>26.5922</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2758</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.25</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305650.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>829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.8873</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3726</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.4474</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3636.6145</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.7856</td></tr>
<tr><td colspan=3>tsnr</td><td>40.28982619056478</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>