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

616 lines
No EOL
122 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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-01/func/sub-0091_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>b5e92b2e6321e348bfdec68af1646b76</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>21:52:13.770000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999615, 0.0272682, 0.00513923, -0.0249537, 0.964392, -0.263296]</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.119205</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>31</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7701, -7278, 588, -49, -174, -75, 67]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>275.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b98e444f-838d-4153-be66-6ace81435c0e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681893825531006, -0.06694908440113068, 0.03276680409908295, 115.04230499267578], [-0.07315869629383087, 2.5873939990997314, -0.7102794647216797, -72.86293029785156], [0.013788172043859959, 0.7064042091369629, 2.604693651199341, -105.16327667236328], [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': ['215213.770000', '215214.230000', '215214.690000', '215215.150000', '215215.610000', '215216.070000', '215216.530000', '215216.990000', '215217.450000', '215217.910000', '215218.370000', '215218.830000', '215219.290000', '215219.750000', '215220.210000', '215220.670000', '215221.130000', '215221.590000', '215222.050000', '215222.510000', '215222.970000', '215223.430000', '215223.890000', '215224.350000', '215224.810000', '215225.270000', '215225.730000', '215226.190000', '215226.650000', '215227.110000', '215227.570000', '215228.030000', '215228.490000', '215228.950000', '215229.410000', '215229.870000', '215230.330000', '215230.790000', '215231.250000', '215231.710000', '215232.170000', '215232.630000', '215233.090000', '215233.550000', '215234.010000', '215234.470000', '215234.930000', '215235.390000', '215235.850000', '215236.310000', '215236.770000', '215237.230000', '215237.690000', '215238.150000', '215238.610000', '215239.070000', '215239.530000', '215239.990000', '215240.450000', '215240.910000', '215241.370000', '215241.830000', '215242.290000', '215242.750000', '215243.210000', '215243.670000', '215244.130000', '215244.590000', '215245.050000', '215245.510000', '215245.970000', '215246.430000', '215246.890000', '215247.350000', '215247.810000', '215248.270000', '215248.730000', '215249.190000', '215249.650000', '215250.110000', '215250.570000', '215251.030000', '215251.490000', '215251.950000', '215252.410000', '215252.870000', '215253.330000', '215253.790000', '215254.250000', '215254.710000', '215255.170000', '215255.630000', '215256.090000', '215256.550000', '215257.010000', '215257.470000', '215257.930000', '215258.390000', '215258.850000', '215259.310000', '215259.770000', '215300.230000', '215300.690000', '215301.150000', '215301.610000', '215302.070000', '215302.530000', '215302.990000', '215303.450000', '215303.910000', '215304.370000', '215304.830000', '215305.290000', '215305.750000', '215306.210000', '215306.670000', '215307.130000', '215307.590000', '215308.050000', '215308.510000', '215308.970000', '215309.430000', '215309.890000', '215310.350000', '215310.810000', '215311.270000', '215311.730000', '215312.190000', '215312.650000', '215313.110000', '215313.570000', '215314.030000', '215314.490000', '215314.950000', '215315.410000', '215315.870000', '215316.330000', '215316.790000', '215317.250000', '215317.710000', '215318.170000', '215318.630000', '215319.090000', '215319.550000', '215320.010000', '215320.470000', '215320.930000', '215321.390000', '215321.850000', '215322.310000', '215322.770000', '215323.230000', '215323.690000', '215324.150000', '215324.610000', '215325.070000', '215325.530000', '215325.990000', '215326.450000', '215326.910000', '215327.370000', '215327.830000', '215328.290000', '215328.750000', '215329.210000', '215329.670000', '215330.130000', '215330.590000', '215331.050000', '215331.510000', '215331.970000', '215332.430000', '215332.890000', '215333.350000', '215333.810000', '215334.270000', '215334.730000', '215335.190000', '215335.650000', '215336.110000', '215336.570000', '215337.030000', '215337.490000', '215337.950000', '215338.410000', '215338.870000', '215339.330000', '215339.790000', '215340.250000', '215340.710000', '215341.170000', '215341.630000', '215342.090000', '215342.550000', '215343.010000', '215343.470000', '215343.930000', '215344.390000', '215344.850000', '215345.310000', '215345.770000', '215346.230000', '215346.690000', '215347.150000', '215347.610000', '215348.070000', '215348.530000', '215348.990000', '215349.450000', '215349.910000', '215350.370000', '215350.830000', '215351.290000', '215351.750000', '215352.210000', '215352.670000', '215353.130000', '215353.590000', '215354.050000', '215354.510000', '215354.970000', '215355.430000', '215355.890000', '215356.350000', '215356.810000', '215357.270000', '215357.730000', '215358.190000', '215358.650000', '215359.110000', '215359.570000', '215400.030000', '215400.490000', '215400.950000', '215401.410000', '215401.870000', '215402.330000', '215402.790000', '215403.250000', '215403.710000', '215404.170000', '215404.630000', '215405.090000', '215405.550000', '215406.010000', '215406.470000', '215406.930000', '215407.390000', '215407.850000', '215408.310000', '215408.770000', '215409.230000', '215409.690000', '215410.150000', '215410.610000', '215411.070000', '215411.530000', '215411.990000', '215412.450000', '215412.910000', '215413.370000', '215413.830000', '215414.290000', '215414.750000', '215415.210000', '215415.670000', '215416.130000', '215416.590000', '215417.050000', '215417.510000', '215417.970000', '215418.430000', '215418.890000', '215419.350000', '215419.810000', '215420.270000', '215420.730000', '215421.190000', '215421.650000', '215422.110000', '215422.570000', '215423.030000', '215423.490000', '215423.950000', '215424.410000', '215424.870000', '215425.330000', '215425.790000', '215426.250000', '215426.710000', '215427.170000', '215427.630000', '215428.090000', '215428.550000', '215429.010000', '215429.470000', '215429.930000', '215430.390000', '215430.850000', '215431.310000', '215431.770000', '215432.230000', '215432.690000', '215433.150000', '215433.610000', '215434.070000', '215434.530000', '215434.990000', '215435.450000', '215435.910000', '215436.370000', '215436.830000', '215437.290000', '215437.750000', '215438.210000', '215438.670000', '215439.130000', '215439.590000', '215440.050000', '215440.510000', '215440.970000', '215441.430000', '215441.890000', '215442.350000', '215442.810000', '215443.270000', '215443.730000', '215444.190000', '215444.650000', '215445.110000', '215445.570000', '215446.030000', '215446.490000', '215446.950000', '215447.410000', '215447.870000', '215448.330000', '215448.790000', '215449.250000', '215449.710000', '215450.170000', '215450.630000', '215451.090000', '215451.550000', '215452.010000', '215452.470000', '215452.930000', '215453.390000', '215453.850000', '215454.310000', '215454.770000', '215455.230000', '215455.690000', '215456.150000', '215456.610000', '215457.070000', '215457.530000', '215457.990000', '215458.450000', '215458.910000', '215459.370000', '215459.830000', '215500.290000', '215500.750000', '215501.210000', '215501.670000', '215502.130000', '215502.590000', '215503.050000', '215503.510000', '215503.970000', '215504.430000', '215504.890000', '215505.350000', '215505.810000', '215506.270000', '215506.730000', '215507.190000', '215507.650000', '215508.110000', '215508.570000', '215509.030000', '215509.490000', '215509.950000', '215510.410000', '215510.870000', '215511.330000', '215511.790000', '215512.250000', '215512.710000', '215513.170000', '215513.630000', '215514.090000', '215514.550000', '215515.010000', '215515.470000', '215515.930000', '215516.390000', '215516.850000', '215517.310000', '215517.770000', '215518.230000', '215518.690000', '215519.150000', '215519.610000', '215520.070000', '215520.530000', '215520.990000', '215521.450000', '215521.910000', '215522.370000', '215522.830000', '215523.290000', '215523.750000', '215524.210000', '215524.670000', '215525.130000', '215525.590000', '215526.050000', '215526.510000', '215526.970000', '215527.430000', '215527.890000', '215528.350000', '215528.810000', '215529.270000', '215529.730000', '215530.190000', '215530.650000', '215531.110000', '215531.570000', '215532.030000', '215532.490000', '215532.950000', '215533.410000', '215533.870000', '215534.330000', '215534.790000', '215535.250000', '215535.710000', '215536.170000', '215536.630000', '215537.090000', '215537.550000', '215538.010000', '215538.470000', '215538.930000', '215539.390000', '215539.850000', '215540.310000', '215540.770000', '215541.230000', '215541.690000', '215542.150000', '215542.610000', '215543.070000', '215543.530000', '215543.990000', '215544.450000', '215544.910000', '215545.370000', '215545.830000', '215546.290000', '215546.750000', '215547.210000', '215547.670000', '215548.130000', '215548.590000', '215549.050000', '215549.510000', '215549.970000', '215550.430000', '215550.890000', '215551.350000', '215551.810000', '215552.270000', '215552.730000', '215553.190000', '215553.650000', '215554.110000', '215554.570000', '215555.030000', '215555.490000', '215555.950000', '215556.410000', '215556.870000', '215557.330000', '215557.790000', '215558.250000', '215558.710000', '215559.170000', '215559.630000', '215600.090000', '215600.550000', '215601.010000', '215601.470000', '215601.930000', '215602.390000', '215602.850000', '215603.310000', '215603.770000', '215604.230000', '215604.690000', '215605.150000', '215605.610000', '215606.070000', '215606.530000', '215606.990000', '215607.450000', '215607.910000', '215608.370000', '215608.830000', '215609.290000', '215609.750000', '215610.210000', '215610.670000', '215611.130000', '215611.590000', '215612.050000', '215612.510000', '215612.970000', '215613.430000', '215613.890000', '215614.350000', '215614.810000', '215615.270000', '215615.730000', '215616.190000', '215616.650000', '215617.110000', '215617.570000', '215618.030000', '215618.490000', '215618.950000', '215619.410000', '215619.870000', '215620.330000', '215620.790000', '215621.250000', '215621.710000', '215622.170000', '215622.630000', '215623.090000', '215623.550000', '215624.010000', '215624.470000', '215624.930000', '215625.390000', '215625.850000', '215626.310000', '215626.770000', '215627.230000', '215627.690000', '215628.150000', '215628.610000', '215629.070000', '215629.530000', '215629.990000', '215630.450000', '215630.910000', '215631.370000', '215631.830000', '215632.290000', '215632.750000', '215633.210000', '215633.670000', '215634.130000', '215634.590000', '215635.050000', '215635.510000', '215635.970000', '215636.430000', '215636.890000', '215637.350000', '215637.810000', '215638.270000', '215638.730000', '215639.190000', '215639.650000', '215640.110000', '215640.570000', '215641.030000', '215641.490000', '215641.950000', '215642.410000', '215642.870000', '215643.330000', '215643.790000', '215644.250000', '215644.710000', '215645.170000', '215645.630000', '215646.090000', '215646.550000', '215647.010000', '215647.470000', '215647.930000', '215648.390000', '215648.850000', '215649.310000', '215649.770000', '215650.230000', '215650.690000', '215651.150000', '215651.610000', '215652.070000', '215652.530000', '215652.990000', '215653.450000', '215653.910000', '215654.370000', '215654.830000', '215655.290000', '215655.750000', '215656.210000', '215656.670000', '215657.130000', '215657.590000', '215658.050000', '215658.510000', '215658.970000', '215659.430000', '215659.890000', '215700.350000', '215700.810000', '215701.270000', '215701.730000', '215702.190000', '215702.650000', '215703.110000', '215703.570000', '215704.030000', '215704.490000', '215704.950000', '215705.410000', '215705.870000', '215706.330000', '215706.790000', '215707.250000', '215707.710000', '215708.170000', '215708.630000', '215709.090000', '215709.550000', '215710.010000', '215710.470000', '215710.930000', '215711.390000', '215711.850000', '215712.310000', '215712.770000', '215713.230000', '215713.690000', '215714.150000', '215714.610000', '215715.070000', '215715.530000', '215715.990000', '215716.450000', '215716.910000', '215717.370000', '215717.830000', '215718.290000', '215718.750000', '215719.210000', '215719.670000', '215720.130000', '215720.590000', '215721.050000', '215721.510000', '215721.970000', '215722.430000', '215722.890000', '215723.350000', '215723.810000', '215724.270000', '215724.730000', '215725.190000', '215725.650000', '215726.110000', '215726.570000', '215727.030000', '215727.490000', '215727.950000', '215728.410000', '215728.870000', '215729.330000', '215729.790000', '215730.250000', '215730.710000', '215731.170000', '215731.630000', '215732.090000', '215732.550000', '215733.010000', '215733.470000', '215733.930000', '215734.390000', '215734.850000', '215735.310000', '215735.770000', '215736.230000', '215736.690000', '215737.150000', '215737.610000', '215738.070000', '215738.530000', '215738.990000', '215739.450000', '215739.910000', '215740.370000', '215740.830000', '215741.290000', '215741.750000', '215742.210000', '215742.670000', '215743.130000', '215743.590000', '215744.050000', '215744.510000', '215744.970000', '215745.430000', '215745.890000', '215746.350000', '215746.810000', '215747.270000', '215747.730000', '215748.190000', '215748.650000', '215749.110000', '215749.570000', '215750.030000', '215750.490000', '215750.950000', '215751.410000', '215751.870000', '215752.330000', '215752.790000', '215753.250000', '215753.710000', '215754.170000', '215754.630000', '215755.090000', '215755.550000', '215756.010000', '215756.470000', '215756.930000', '215757.390000', '215757.850000', '215758.310000', '215758.770000', '215759.230000', '215759.690000', '215800.150000', '215800.610000', '215801.070000', '215801.530000', '215801.990000', '215802.450000', '215802.910000', '215803.370000', '215803.830000', '215804.290000', '215804.750000', '215805.210000', '215805.670000', '215806.130000', '215806.590000', '215807.050000', '215807.510000', '215807.970000', '215808.430000', '215808.890000', '215809.350000', '215809.810000', '215810.270000', '215810.730000', '215811.190000', '215811.650000', '215812.110000', '215812.570000', '215813.030000', '215813.490000', '215813.950000', '215814.410000', '215814.870000', '215815.330000', '215815.790000', '215816.250000', '215816.710000', '215817.170000', '215817.630000', '215818.090000', '215818.550000', '215819.010000', '215819.470000', '215819.930000', '215820.390000', '215820.850000', '215821.310000', '215821.770000', '215822.230000', '215822.690000', '215823.150000', '215823.610000', '215824.070000', '215824.530000', '215824.990000', '215825.450000', '215825.910000', '215826.370000', '215826.830000', '215827.290000', '215827.750000', '215828.210000', '215828.670000', '215829.130000', '215829.590000', '215830.050000', '215830.510000', '215830.970000', '215831.430000', '215831.890000', '215832.350000', '215832.810000', '215833.270000', '215833.730000', '215834.190000', '215834.650000', '215835.110000', '215835.570000', '215836.030000', '215836.490000', '215836.950000', '215837.410000', '215837.870000', '215838.330000', '215838.790000', '215839.250000', '215839.710000', '215840.170000', '215840.630000', '215841.090000', '215841.550000', '215842.010000', '215842.470000', '215842.930000', '215843.390000', '215843.850000', '215844.310000', '215844.770000', '215845.230000', '215845.690000', '215846.150000', '215846.610000', '215847.070000', '215847.530000', '215847.990000', '215848.450000', '215848.910000', '215849.370000', '215849.830000', '215850.290000', '215850.750000', '215851.210000', '215851.670000', '215852.130000', '215852.590000', '215853.050000', '215853.510000', '215853.970000', '215854.430000', '215854.890000', '215855.350000', '215855.810000', '215856.270000', '215856.730000', '215857.190000', '215857.650000', '215858.110000', '215858.570000', '215859.030000', '215859.490000', '215859.950000', '215900.410000', '215900.870000', '215901.330000', '215901.790000', '215902.250000', '215902.710000', '215903.170000', '215903.630000', '215904.090000', '215904.550000', '215905.010000', '215905.470000', '215905.930000', '215906.390000', '215906.850000', '215907.310000', '215907.770000', '215908.230000', '215908.690000', '215909.150000', '215909.610000', '215910.070000', '215910.530000', '215910.990000', '215911.450000', '215911.910000', '215912.370000', '215912.830000', '215913.290000', '215913.750000', '215914.210000', '215914.670000', '215915.130000', '215915.590000', '215916.050000', '215916.510000', '215916.970000', '215917.430000', '215917.890000', '215918.350000', '215918.810000', '215919.270000', '215919.730000', '215920.190000', '215920.650000', '215921.110000', '215921.570000', '215922.030000', '215922.490000', '215922.950000', '215923.410000', '215923.870000', '215924.330000', '215924.790000', '215925.250000', '215925.710000', '215926.170000', '215926.630000', '215927.090000', '215927.550000', '215928.010000', '215928.470000', '215928.930000', '215929.390000', '215929.850000', '215930.310000', '215930.770000', '215931.230000', '215931.690000', '215932.150000', '215932.610000', '215933.070000', '215933.530000', '215933.990000', '215934.450000', '215934.910000', '215935.370000', '215935.830000', '215936.290000', '215936.750000', '215937.210000', '215937.670000', '215938.130000', '215938.590000', '215939.050000', '215939.510000', '215939.970000', '215940.430000', '215940.890000', '215941.350000', '215941.810000', '215942.270000', '215942.730000', '215943.190000', '215943.650000', '215944.110000', '215944.570000', '215945.030000', '215945.490000', '215945.950000', '215946.410000', '215946.870000', '215947.330000', '215947.790000', '215948.250000', '215948.710000', '215949.170000', '215949.630000', '215950.090000', '215950.550000', '215951.010000', '215951.470000', '215951.930000', '215952.390000', '215952.850000', '215953.310000', '215953.770000', '215954.230000', '215954.690000', '215955.150000', '215955.610000', '215956.070000', '215956.530000', '215956.990000', '215957.450000', '215957.910000', '215958.370000', '215958.830000', '215959.290000', '215959.750000', '220000.210000', '220000.670000', '220001.130000', '220001.590000', '220002.050000', '220002.510000', '220002.970000', '220003.430000', '220003.890000', '220004.350000', '220004.810000', '220005.270000', '220005.730000', '220006.190000', '220006.650000', '220007.110000', '220007.570000', '220008.030000', '220008.490000', '220008.950000', '220009.410000', '220009.870000', '220010.330000', '220010.790000', '220011.250000', '220011.710000', '220012.170000', '220012.630000', '220013.090000', '220013.550000', '220014.010000', '220014.470000', '220014.930000', '220015.390000', '220015.850000', '220016.310000', '220016.770000', '220017.230000', '220017.690000', '220018.150000', '220018.610000', '220019.070000', '220019.530000', '220019.990000', '220020.450000', '220020.910000', '220021.370000', '220021.830000', '220022.290000', '220022.750000', '220023.210000', '220023.670000', '220024.130000', '220024.590000', '220025.050000', '220025.510000', '220025.970000', '220026.430000', '220026.890000'], 'ContentTime': ['215231.915000', '215231.918000', '215231.921000', '215231.923000', '215231.926000', '215231.929000', '215231.932000', '215231.935000', '215231.938000', '215231.940000', '215231.943000', '215231.946000', '215231.948000', '215231.951000', '215231.954000', '215231.956000', '215231.963000', '215231.965000', '215231.968000', '215231.971000', '215231.973000', '215231.976000', '215231.979000', '215231.982000', '215231.984000', '215231.987000', '215231.989000', '215231.992000', '215231.995000', '215232.001000', '215232.004000', '215232.006000', '215232.009000', '215232.011000', '215232.014000', '215232.017000', '215251.868000', '215251.871000', '215251.874000', '215251.880000', '215251.883000', '215251.885000', '215251.888000', '215251.891000', '215251.893000', '215251.896000', '215251.899000', '215251.901000', '215251.904000', '215251.907000', '215251.909000', '215251.912000', '215251.915000', '215251.917000', '215251.920000', '215251.923000', '215251.925000', '215251.928000', '215251.931000', '215251.933000', '215251.936000', '215251.938000', '215251.941000', '215251.944000', '215251.946000', '215251.949000', '215251.952000', '215251.955000', '215251.957000', '215251.960000', '215251.963000', '215251.965000', '215251.968000', '215251.970000', '215251.973000', '215251.976000', '215251.978000', '215251.981000', '215251.984000', '215251.986000', '215311.869000', '215311.872000', '215311.875000', '215311.878000', '215311.880000', '215311.883000', '215311.886000', '215311.888000', '215311.891000', '215311.894000', '215311.896000', '215311.899000', '215311.901000', '215311.904000', '215311.907000', '215311.909000', '215311.912000', '215311.914000', '215311.917000', '215311.920000', '215311.922000', '215311.925000', '215311.928000', '215311.930000', '215311.933000', '215311.935000', '215311.938000', '215311.941000', '215311.943000', '215311.946000', '215311.949000', '215311.951000', '215311.966000', '215311.968000', '215311.971000', '215311.974000', '215311.976000', '215311.979000', '215311.981000', '215311.984000', '215311.987000', '215311.989000', '215311.992000', '215331.869000', '215331.872000', '215331.875000', '215331.878000', '215331.881000', '215331.887000', '215331.890000', '215331.893000', '215331.895000', '215331.898000', '215331.900000', '215331.903000', '215331.906000', '215331.908000', '215331.911000', '215331.913000', '215331.916000', '215331.919000', '215331.921000', '215331.924000', '215331.927000', '215331.929000', '215331.932000', '215331.934000', '215331.937000', '215331.940000', '215331.942000', '215331.945000', '215331.948000', '215331.950000', '215331.953000', '215331.955000', '215331.958000', '215331.961000', '215331.963000', '215331.966000', '215331.969000', '215331.971000', '215331.974000', '215331.977000', '215331.979000', '215331.982000', '215331.985000', '215331.987000', '215351.869000', '215351.872000', '215351.875000', '215351.878000', '215351.880000', '215351.883000', '215351.886000', '215351.888000', '215351.891000', '215351.893000', '215351.896000', '215351.899000', '215351.901000', '215351.904000', '215351.906000', '215351.909000', '215351.912000', '215351.915000', '215351.917000', '215351.920000', '215351.923000', '215351.925000', '215351.928000', '215351.930000', '215351.933000', '215351.936000', '215351.938000', '215351.941000', '215351.944000', '215351.946000', '215351.949000', '215351.951000', '215351.954000', '215351.957000', '215351.963000', '215351.966000', '215351.969000', '215351.972000', '215351.975000', '215351.978000', '215351.980000', '215351.983000', '215351.986000', '215411.869000', '215411.872000', '215411.875000', '215411.878000', '215411.881000', '215411.883000', '215411.886000', '215411.889000', '215411.892000', '215411.895000', '215411.897000', '215411.900000', '215411.902000', '215411.905000', '215411.908000', '215411.910000', '215411.913000', '215411.916000', '215411.918000', '215411.921000', '215411.923000', '215411.926000', '215411.929000', '215411.931000', '215411.934000', '215411.937000', '215411.939000', '215411.942000', '215411.944000', '215411.947000', '215411.950000', '215411.952000', '215411.955000', '215411.958000', '215411.960000', '215411.963000', '215411.965000', '215411.968000', '215411.971000', '215411.973000', '215411.976000', '215411.979000', '215411.981000', '215431.869000', '215431.872000', '215431.875000', '215431.877000', '215431.880000', '215431.883000', '215431.886000', '215431.888000', '215431.899000', '215431.901000', '215431.904000', '215431.906000', '215431.909000', '215431.912000', '215431.914000', '215431.917000', '215431.920000', '215431.922000', '215431.925000', '215431.928000', '215431.937000', '215431.940000', '215431.942000', '215431.945000', '215431.948000', '215431.950000', '215431.953000', '215431.955000', '215431.958000', '215431.961000', '215431.963000', '215431.966000', '215431.969000', '215431.971000', '215431.974000', '215431.977000', '215431.979000', '215431.982000', '215431.984000', '215431.987000', '215431.990000', '215431.992000', '215431.995000', '215431.998000', '215451.868000', '215451.871000', '215451.874000', '215451.876000', '215451.879000', '215451.882000', '215451.884000', '215451.887000', '215451.890000', '215451.892000', '215451.895000', '215451.897000', '215451.900000', '215451.903000', '215451.905000', '215451.908000', '215451.911000', '215451.913000', '215451.916000', '215451.918000', '215451.921000', '215451.924000', '215451.926000', '215451.929000', '215451.932000', '215451.934000', '215451.937000', '215451.939000', '215451.975000', '215451.977000', '215451.980000', '215451.982000', '215451.985000', '215451.988000', '215451.990000', '215451.993000', '215451.996000', '215451.998000', '215452.002000', '215452.004000', '215452.007000', '215452.010000', '215452.012000', '215452.015000', '215511.868000', '215511.871000', '215511.874000', '215511.877000', '215511.880000', '215511.882000', '215511.885000', '215511.888000', '215511.890000', '215511.893000', '215511.895000', '215511.898000', '215511.901000', '215511.903000', '215511.906000', '215511.909000', '215511.911000', '215511.914000', '215511.916000', '215511.919000', '215511.922000', '215511.924000', '215511.927000', '215511.930000', '215511.932000', '215511.935000', '215511.937000', '215511.940000', '215511.943000', '215511.945000', '215511.948000', '215511.951000', '215511.953000', '215511.956000', '215511.958000', '215511.961000', '215511.964000', '215511.966000', '215511.969000', '215511.972000', '215511.974000', '215511.977000', '215511.980000', '215531.870000', '215531.872000', '215531.875000', '215531.878000', '215531.881000', '215531.883000', '215531.886000', '215531.889000', '215531.891000', '215531.894000', '215531.896000', '215531.899000', '215531.902000', '215531.904000', '215531.907000', '215531.910000', '215531.913000', '215531.915000', '215531.918000', '215531.921000', '215531.923000', '215531.926000', '215531.928000', '215531.931000', '215531.934000', '215531.936000', '215531.939000', '215531.942000', '215531.944000', '215531.947000', '215531.949000', '215531.952000', '215531.955000', '215531.957000', '215531.960000', '215531.963000', '215531.965000', '215531.968000', '215531.970000', '215531.973000', '215531.976000', '215531.978000', '215531.981000', '215531.984000', '215551.870000', '215551.873000', '215551.875000', '215551.878000', '215551.881000', '215551.883000', '215551.886000', '215551.889000', '215551.891000', '215551.894000', '215551.897000', '215551.899000', '215551.902000', '215551.904000', '215551.907000', '215551.910000', '215551.912000', '215551.915000', '215551.918000', '215551.920000', '215551.923000', '215551.925000', '215551.928000', '215551.931000', '215551.933000', '215551.936000', '215551.939000', '215551.941000', '215551.944000', '215551.947000', '215551.949000', '215551.952000', '215551.954000', '215551.957000', '215551.960000', '215551.962000', '215551.965000', '215551.968000', '215551.970000', '215551.973000', '215551.975000', '215551.978000', '215551.981000', '215611.870000', '215611.872000', '215611.875000', '215611.878000', '215611.881000', '215611.883000', '215611.886000', '215611.888000', '215611.891000', '215611.894000', '215611.897000', '215611.899000', '215611.902000', '215611.905000', '215611.907000', '215611.910000', '215611.913000', '215611.915000', '215611.918000', '215611.921000', '215611.923000', '215611.926000', '215611.929000', '215611.931000', '215611.934000', '215611.937000', '215611.939000', '215611.942000', '215611.944000', '215611.947000', '215611.950000', '215611.953000', '215611.955000', '215611.958000', '215611.960000', '215611.963000', '215611.966000', '215611.968000', '215611.971000', '215611.974000', '215611.976000', '215611.979000', '215611.982000', '215611.984000', '215631.870000', '215632.016000', '215632.019000', '215632.022000', '215632.024000', '215632.027000', '215632.030000', '215632.032000', '215632.035000', '215632.052000', '215632.055000', '215632.057000', '215632.060000', '215632.062000', '215632.065000', '215632.068000', '215632.071000', '215632.074000', '215632.077000', '215632.080000', '215632.083000', '215632.086000', '215632.088000', '215632.091000', '215632.094000', '215632.096000', '215632.099000', '215632.102000', '215632.104000', '215632.107000', '215632.110000', '215632.112000', '215632.115000', '215632.117000', '215632.120000', '215632.123000', '215632.126000', '215632.128000', '215632.131000', '215632.134000', '215632.136000', '215632.139000', '215632.142000', '215651.870000', '215651.873000', '215651.875000', '215651.878000', '215651.880000', '215651.884000', '215651.887000', '215651.889000', '215651.892000', '215651.895000', '215651.898000', '215651.900000', '215651.903000', '215651.905000', '215651.908000', '215651.911000', '215651.913000', '215651.916000', '215651.919000', '215651.921000', '215651.924000', '215651.927000', '215651.929000', '215651.932000', '215651.935000', '215651.937000', '215651.940000', '215651.943000', '215651.945000', '215651.948000', '215651.951000', '215651.953000', '215651.956000', '215651.958000', '215651.961000', '215651.964000', '215651.966000', '215651.969000', '215651.972000', '215651.974000', '215651.977000', '215651.980000', '215651.982000', '215651.985000', '215711.869000', '215711.872000', '215711.874000', '215711.877000', '215711.880000', '215711.882000', '215711.885000', '215711.887000', '215711.890000', '215711.893000', '215711.895000', '215711.898000', '215711.901000', '215711.903000', '215711.906000', '215711.908000', '215711.911000', '215711.914000', '215711.916000', '215711.919000', '215711.922000', '215711.924000', '215711.927000', '215711.930000', '215711.932000', '215711.935000', '215711.937000', '215711.940000', '215711.943000', '215711.945000', '215711.948000', '215711.951000', '215711.953000', '215711.956000', '215711.959000', '215711.961000', '215711.964000', '215711.966000', '215711.969000', '215711.972000', '215711.974000', '215711.977000', '215711.980000', '215731.869000', '215731.871000', '215731.874000', '215731.877000', '215731.880000', '215731.883000', '215731.885000', '215731.888000', '215731.891000', '215731.894000', '215731.896000', '215731.899000', '215731.902000', '215731.904000', '215731.907000', '215731.910000', '215731.913000', '215731.915000', '215731.918000', '215731.920000', '215731.923000', '215731.926000', '215731.928000', '215731.931000', '215731.934000', '215731.937000', '215731.939000', '215731.942000', '215731.945000', '215731.947000', '215731.950000', '215731.953000', '215731.955000', '215731.958000', '215731.961000', '215731.963000', '215731.966000', '215731.969000', '215731.971000', '215731.974000', '215731.977000', '215731.979000', '215731.982000', '215751.870000', '215751.880000', '215751.883000', '215751.885000', '215751.888000', '215751.890000', '215751.893000', '215751.896000', '215751.898000', '215751.901000', '215751.904000', '215751.906000', '215751.909000', '215751.912000', '215751.914000', '215751.917000', '215751.920000', '215751.922000', '215751.925000', '215751.928000', '215751.930000', '215751.950000', '215751.953000', '215751.956000', '215751.958000', '215751.961000', '215751.964000', '215751.966000', '215751.969000', '215751.972000', '215751.974000', '215751.977000', '215751.980000', '215751.982000', '215751.985000', '215751.988000', '215751.992000', '215751.994000', '215751.997000', '215752.001000', '215752.003000', '215752.006000', '215752.009000', '215752.011000', '215811.869000', '215811.872000', '215811.875000', '215811.877000', '215811.880000', '215811.883000', '215811.885000', '215811.888000', '215811.891000', '215811.894000', '215811.896000', '215811.899000', '215811.902000', '215811.904000', '215811.907000', '215811.909000', '215811.912000', '215811.915000', '215811.917000', '215811.920000', '215811.923000', '215811.926000', '215811.929000', '215811.932000', '215811.934000', '215811.937000', '215811.940000', '215811.942000', '215811.945000', '215811.947000', '215811.950000', '215811.953000', '215811.955000', '215811.958000', '215811.961000', '215811.963000', '215811.966000', '215811.968000', '215811.971000', '215811.974000', '215811.977000', '215811.979000', '215811.982000', '215831.870000', '215831.872000', '215831.875000', '215831.878000', '215831.880000', '215831.883000', '215831.886000', '215831.888000', '215831.891000', '215831.894000', '215831.896000', '215831.899000', '215831.901000', '215831.904000', '215831.907000', '215831.909000', '215831.912000', '215831.914000', '215831.917000', '215831.920000', '215831.923000', '215831.925000', '215831.928000', '215831.930000', '215831.933000', '215831.936000', '215831.938000', '215831.941000', '215831.944000', '215831.946000', '215831.949000', '215831.951000', '215831.954000', '215831.957000', '215831.959000', '215831.962000', '215831.965000', '215831.967000', '215831.970000', '215831.973000', '215831.975000', '215831.978000', '215831.980000', '215831.983000', '215851.870000', '215851.872000', '215851.875000', '215851.878000', '215851.881000', '215851.884000', '215851.888000', '215851.890000', '215851.893000', '215851.895000', '215851.898000', '215851.901000', '215851.903000', '215851.906000', '215851.909000', '215851.911000', '215851.914000', '215851.917000', '215851.919000', '215851.922000', '215851.925000', '215851.927000', '215851.930000', '215851.932000', '215851.935000', '215851.938000', '215851.940000', '215851.943000', '215851.946000', '215851.948000', '215851.951000', '215851.953000', '215851.956000', '215851.959000', '215851.961000', '215851.964000', '215851.967000', '215851.969000', '215851.972000', '215851.974000', '215851.977000', '215851.980000', '215851.982000', '215911.870000', '215911.874000', '215911.876000', '215911.879000', '215911.882000', '215911.884000', '215911.887000', '215911.889000', '215911.892000', '215911.895000', '215911.897000', '215911.900000', '215911.903000', '215911.905000', '215911.908000', '215911.911000', '215911.913000', '215911.920000', '215911.923000', '215911.925000', '215911.928000', '215911.931000', '215911.933000', '215911.936000', '215911.939000', '215911.941000', '215911.944000', '215911.947000', '215911.949000', '215911.952000', '215911.955000', '215911.983000', '215911.986000', '215911.989000', '215911.991000', '215911.994000', '215911.997000', '215912.000000', '215912.003000', '215912.005000', '215912.008000', '215912.011000', '215912.013000', '215912.016000', '215931.869000', '215931.888000', '215931.890000', '215931.893000', '215931.896000', '215931.899000', '215931.901000', '215931.904000', '215931.907000', '215931.910000', '215931.912000', '215931.915000', '215931.917000', '215931.920000', '215931.923000', '215931.925000', '215931.928000', '215931.931000', '215931.933000', '215931.936000', '215931.938000', '215931.941000', '215931.944000', '215931.946000', '215931.949000', '215931.952000', '215931.954000', '215931.957000', '215931.959000', '215931.962000', '215931.965000', '215931.968000', '215931.971000', '215931.974000', '215931.976000', '215931.979000', '215931.982000', '215931.984000', '215931.987000', '215931.989000', '215931.992000', '215931.995000', '215931.997000', '215951.869000', '215951.872000', '215951.874000', '215951.877000', '215951.880000', '215951.882000', '215951.885000', '215951.888000', '215951.890000', '215951.893000', '215951.895000', '215951.898000', '215951.901000', '215951.903000', '215951.906000', '215951.909000', '215951.912000', '215951.914000', '215951.917000', '215951.919000', '215951.922000', '215951.925000', '215951.927000', '215951.930000', '215951.933000', '215951.935000', '215951.938000', '215951.941000', '215951.943000', '215951.946000', '215951.949000', '215951.951000', '215951.954000', '215951.957000', '215951.959000', '215951.962000', '215951.964000', '215951.967000', '215951.970000', '215951.972000', '215951.975000', '215951.977000', '215951.980000', '215951.982000', '220011.870000', '220011.873000', '220011.876000', '220011.878000', '220011.881000', '220011.883000', '220011.886000', '220011.889000', '220011.892000', '220011.894000', '220011.897000', '220011.900000', '220011.902000', '220011.905000', '220011.908000', '220011.910000', '220011.913000', '220011.916000', '220011.918000', '220011.921000', '220011.924000', '220011.927000', '220011.929000', '220011.932000', '220011.934000', '220011.937000', '220011.940000', '220011.942000', '220011.945000', '220011.948000', '220011.950000', '220011.953000', '220011.956000', '220011.958000', '220011.961000', '220011.964000', '220011.966000', '220011.969000', '220011.972000', '220011.974000', '220011.977000', '220011.980000', '220011.982000', '220028.478000', '220028.481000', '220028.487000', '220028.490000', '220028.493000', '220028.496000', '220028.499000', '220028.502000', '220028.505000', '220028.508000', '220028.510000', '220028.514000', '220028.517000', '220028.520000', '220028.522000', '220028.525000', '220028.528000', '220028.531000', '220028.533000', '220028.536000', '220028.539000', '220028.541000', '220028.544000', '220028.547000', '220028.550000', '220028.553000', '220028.557000', '220028.559000', '220028.586000', '220028.589000', '220028.592000', '220028.596000', '220028.599000', '220028.601000', '220028.604000', '220028.607000', '220028.610000'], 'InstanceCreationTime': ['215231.915000', '215231.918000', '215231.921000', '215231.923000', '215231.926000', '215231.929000', '215231.932000', '215231.935000', '215231.938000', '215231.940000', '215231.943000', '215231.946000', '215231.948000', '215231.951000', '215231.954000', '215231.956000', '215231.963000', '215231.965000', '215231.968000', '215231.971000', '215231.973000', '215231.976000', '215231.979000', '215231.982000', '215231.984000', '215231.987000', '215231.989000', '215231.992000', '215231.995000', '215232.001000', '215232.004000', '215232.006000', '215232.009000', '215232.011000', '215232.014000', '215232.017000', '215251.868000', '215251.871000', '215251.874000', '215251.880000', '215251.883000', '215251.885000', '215251.888000', '215251.891000', '215251.893000', '215251.896000', '215251.899000', '215251.901000', '215251.904000', '215251.907000', '215251.909000', '215251.912000', '215251.915000', '215251.917000', '215251.920000', '215251.923000', '215251.925000', '215251.928000', '215251.931000', '215251.933000', '215251.936000', '215251.938000', '215251.941000', '215251.944000', '215251.946000', '215251.949000', '215251.952000', '215251.955000', '215251.957000', '215251.960000', '215251.963000', '215251.965000', '215251.968000', '215251.970000', '215251.973000', '215251.976000', '215251.978000', '215251.981000', '215251.984000', '215251.986000', '215311.869000', '215311.872000', '215311.875000', '215311.878000', '215311.880000', '215311.883000', '215311.886000', '215311.888000', '215311.891000', '215311.894000', '215311.896000', '215311.899000', '215311.901000', '215311.904000', '215311.907000', '215311.909000', '215311.912000', '215311.914000', '215311.917000', '215311.920000', '215311.922000', '215311.925000', '215311.928000', '215311.930000', '215311.933000', '215311.935000', '215311.938000', '215311.941000', '215311.943000', '215311.946000', '215311.949000', '215311.951000', '215311.966000', '215311.968000', '215311.971000', '215311.974000', '215311.976000', '215311.979000', '215311.981000', '215311.984000', '215311.987000', '215311.989000', '215311.992000', '215331.869000', '215331.872000', '215331.875000', '215331.878000', '215331.881000', '215331.887000', '215331.890000', '215331.893000', '215331.895000', '215331.898000', '215331.900000', '215331.903000', '215331.906000', '215331.908000', '215331.911000', '215331.913000', '215331.916000', '215331.919000', '215331.921000', '215331.924000', '215331.927000', '215331.929000', '215331.932000', '215331.934000', '215331.937000', '215331.940000', '215331.942000', '215331.945000', '215331.948000', '215331.950000', '215331.953000', '215331.955000', '215331.958000', '215331.961000', '215331.963000', '215331.966000', '215331.969000', '215331.971000', '215331.974000', '215331.977000', '215331.979000', '215331.982000', '215331.985000', '215331.987000', '215351.869000', '215351.872000', '215351.875000', '215351.878000', '215351.880000', '215351.883000', '215351.886000', '215351.888000', '215351.891000', '215351.893000', '215351.896000', '215351.899000', '215351.901000', '215351.904000', '215351.906000', '215351.909000', '215351.912000', '215351.915000', '215351.917000', '215351.920000', '215351.923000', '215351.925000', '215351.928000', '215351.930000', '215351.933000', '215351.936000', '215351.938000', '215351.941000', '215351.944000', '215351.946000', '215351.949000', '215351.951000', '215351.954000', '215351.957000', '215351.963000', '215351.966000', '215351.969000', '215351.972000', '215351.975000', '215351.978000', '215351.980000', '215351.983000', '215351.986000', '215411.869000', '215411.872000', '215411.875000', '215411.878000', '215411.881000', '215411.883000', '215411.886000', '215411.889000', '215411.892000', '215411.895000', '215411.897000', '215411.900000', '215411.902000', '215411.905000', '215411.908000', '215411.910000', '215411.913000', '215411.916000', '215411.918000', '215411.921000', '215411.923000', '215411.926000', '215411.929000', '215411.931000', '215411.934000', '215411.937000', '215411.939000', '215411.942000', '215411.944000', '215411.947000', '215411.950000', '215411.952000', '215411.955000', '215411.958000', '215411.960000', '215411.963000', '215411.965000', '215411.968000', '215411.971000', '215411.973000', '215411.976000', '215411.979000', '215411.981000', '215431.869000', '215431.872000', '215431.875000', '215431.877000', '215431.880000', '215431.883000', '215431.886000', '215431.888000', '215431.899000', '215431.901000', '215431.904000', '215431.906000', '215431.909000', '215431.912000', '215431.914000', '215431.917000', '215431.920000', '215431.922000', '215431.925000', '215431.928000', '215431.937000', '215431.940000', '215431.942000', '215431.945000', '215431.948000', '215431.950000', '215431.953000', '215431.955000', '215431.958000', '215431.961000', '215431.963000', '215431.966000', '215431.969000', '215431.971000', '215431.974000', '215431.977000', '215431.979000', '215431.982000', '215431.984000', '215431.987000', '215431.990000', '215431.992000', '215431.995000', '215431.998000', '215451.868000', '215451.871000', '215451.874000', '215451.876000', '215451.879000', '215451.882000', '215451.884000', '215451.887000', '215451.890000', '215451.892000', '215451.895000', '215451.897000', '215451.900000', '215451.903000', '215451.905000', '215451.908000', '215451.911000', '215451.913000', '215451.916000', '215451.918000', '215451.921000', '215451.924000', '215451.926000', '215451.929000', '215451.932000', '215451.934000', '215451.937000', '215451.939000', '215451.975000', '215451.977000', '215451.980000', '215451.982000', '215451.985000', '215451.988000', '215451.990000', '215451.993000', '215451.996000', '215451.998000', '215452.002000', '215452.004000', '215452.007000', '215452.010000', '215452.012000', '215452.015000', '215511.868000', '215511.871000', '215511.874000', '215511.877000', '215511.880000', '215511.882000', '215511.885000', '215511.888000', '215511.890000', '215511.893000', '215511.895000', '215511.898000', '215511.901000', '215511.903000', '215511.906000', '215511.909000', '215511.911000', '215511.914000', '215511.916000', '215511.919000', '215511.922000', '215511.924000', '215511.927000', '215511.930000', '215511.932000', '215511.935000', '215511.937000', '215511.940000', '215511.943000', '215511.945000', '215511.948000', '215511.951000', '215511.953000', '215511.956000', '215511.958000', '215511.961000', '215511.964000', '215511.966000', '215511.969000', '215511.972000', '215511.974000', '215511.977000', '215511.980000', '215531.870000', '215531.872000', '215531.875000', '215531.878000', '215531.881000', '215531.883000', '215531.886000', '215531.889000', '215531.891000', '215531.894000', '215531.896000', '215531.899000', '215531.902000', '215531.904000', '215531.907000', '215531.910000', '215531.913000', '215531.915000', '215531.918000', '215531.921000', '215531.923000', '215531.926000', '215531.928000', '215531.931000', '215531.934000', '215531.936000', '215531.939000', '215531.942000', '215531.944000', '215531.947000', '215531.949000', '215531.952000', '215531.955000', '215531.957000', '215531.960000', '215531.963000', '215531.965000', '215531.968000', '215531.970000', '215531.973000', '215531.976000', '215531.978000', '215531.981000', '215531.984000', '215551.870000', '215551.873000', '215551.875000', '215551.878000', '215551.881000', '215551.883000', '215551.886000', '215551.889000', '215551.891000', '215551.894000', '215551.897000', '215551.899000', '215551.902000', '215551.904000', '215551.907000', '215551.910000', '215551.912000', '215551.915000', '215551.918000', '215551.920000', '215551.923000', '215551.925000', '215551.928000', '215551.931000', '215551.933000', '215551.936000', '215551.939000', '215551.941000', '215551.944000', '215551.947000', '215551.949000', '215551.952000', '215551.954000', '215551.957000', '215551.960000', '215551.962000', '215551.965000', '215551.968000', '215551.970000', '215551.973000', '215551.975000', '215551.978000', '215551.981000', '215611.870000', '215611.872000', '215611.875000', '215611.878000', '215611.881000', '215611.883000', '215611.886000', '215611.888000', '215611.891000', '215611.894000', '215611.897000', '215611.899000', '215611.902000', '215611.905000', '215611.907000', '215611.910000', '215611.913000', '215611.915000', '215611.918000', '215611.921000', '215611.923000', '215611.926000', '215611.929000', '215611.931000', '215611.934000', '215611.937000', '215611.939000', '215611.942000', '215611.944000', '215611.947000', '215611.950000', '215611.953000', '215611.955000', '215611.958000', '215611.960000', '215611.963000', '215611.966000', '215611.968000', '215611.971000', '215611.974000', '215611.976000', '215611.979000', '215611.982000', '215611.984000', '215631.870000', '215632.016000', '215632.019000', '215632.022000', '215632.024000', '215632.027000', '215632.030000', '215632.032000', '215632.035000', '215632.052000', '215632.055000', '215632.057000', '215632.060000', '215632.062000', '215632.065000', '215632.068000', '215632.071000', '215632.074000', '215632.077000', '215632.080000', '215632.083000', '215632.086000', '215632.088000', '215632.091000', '215632.094000', '215632.096000', '215632.099000', '215632.102000', '215632.104000', '215632.107000', '215632.110000', '215632.112000', '215632.115000', '215632.117000', '215632.120000', '215632.123000', '215632.126000', '215632.128000', '215632.131000', '215632.134000', '215632.136000', '215632.139000', '215632.142000', '215651.870000', '215651.873000', '215651.875000', '215651.878000', '215651.880000', '215651.884000', '215651.887000', '215651.889000', '215651.892000', '215651.895000', '215651.898000', '215651.900000', '215651.903000', '215651.905000', '215651.908000', '215651.911000', '215651.913000', '215651.916000', '215651.919000', '215651.921000', '215651.924000', '215651.927000', '215651.929000', '215651.932000', '215651.935000', '215651.937000', '215651.940000', '215651.943000', '215651.945000', '215651.948000', '215651.951000', '215651.953000', '215651.956000', '215651.958000', '215651.961000', '215651.964000', '215651.966000', '215651.969000', '215651.972000', '215651.974000', '215651.977000', '215651.980000', '215651.982000', '215651.985000', '215711.869000', '215711.872000', '215711.874000', '215711.877000', '215711.880000', '215711.882000', '215711.885000', '215711.887000', '215711.890000', '215711.893000', '215711.895000', '215711.898000', '215711.901000', '215711.903000', '215711.906000', '215711.908000', '215711.911000', '215711.914000', '215711.916000', '215711.919000', '215711.922000', '215711.924000', '215711.927000', '215711.930000', '215711.932000', '215711.935000', '215711.937000', '215711.940000', '215711.943000', '215711.945000', '215711.948000', '215711.951000', '215711.953000', '215711.956000', '215711.959000', '215711.961000', '215711.964000', '215711.966000', '215711.969000', '215711.972000', '215711.974000', '215711.977000', '215711.980000', '215731.869000', '215731.871000', '215731.874000', '215731.877000', '215731.880000', '215731.883000', '215731.885000', '215731.888000', '215731.891000', '215731.894000', '215731.896000', '215731.899000', '215731.902000', '215731.904000', '215731.907000', '215731.910000', '215731.913000', '215731.915000', '215731.918000', '215731.920000', '215731.923000', '215731.926000', '215731.928000', '215731.931000', '215731.934000', '215731.937000', '215731.939000', '215731.942000', '215731.945000', '215731.947000', '215731.950000', '215731.953000', '215731.955000', '215731.958000', '215731.961000', '215731.963000', '215731.966000', '215731.969000', '215731.971000', '215731.974000', '215731.977000', '215731.979000', '215731.982000', '215751.870000', '215751.880000', '215751.883000', '215751.885000', '215751.888000', '215751.890000', '215751.893000', '215751.896000', '215751.898000', '215751.901000', '215751.904000', '215751.906000', '215751.909000', '215751.912000', '215751.914000', '215751.917000', '215751.920000', '215751.922000', '215751.925000', '215751.928000', '215751.930000', '215751.950000', '215751.953000', '215751.956000', '215751.958000', '215751.961000', '215751.964000', '215751.966000', '215751.969000', '215751.972000', '215751.974000', '215751.977000', '215751.980000', '215751.982000', '215751.985000', '215751.988000', '215751.992000', '215751.994000', '215751.997000', '215752.001000', '215752.003000', '215752.006000', '215752.009000', '215752.011000', '215811.869000', '215811.872000', '215811.875000', '215811.877000', '215811.880000', '215811.883000', '215811.885000', '215811.888000', '215811.891000', '215811.894000', '215811.896000', '215811.899000', '215811.902000', '215811.904000', '215811.907000', '215811.909000', '215811.912000', '215811.915000', '215811.917000', '215811.920000', '215811.923000', '215811.926000', '215811.929000', '215811.932000', '215811.934000', '215811.937000', '215811.940000', '215811.942000', '215811.945000', '215811.947000', '215811.950000', '215811.953000', '215811.955000', '215811.958000', '215811.961000', '215811.963000', '215811.966000', '215811.968000', '215811.971000', '215811.974000', '215811.977000', '215811.979000', '215811.982000', '215831.870000', '215831.872000', '215831.875000', '215831.878000', '215831.880000', '215831.883000', '215831.886000', '215831.888000', '215831.891000', '215831.894000', '215831.896000', '215831.899000', '215831.901000', '215831.904000', '215831.907000', '215831.909000', '215831.912000', '215831.914000', '215831.917000', '215831.920000', '215831.923000', '215831.925000', '215831.928000', '215831.930000', '215831.933000', '215831.936000', '215831.938000', '215831.941000', '215831.944000', '215831.946000', '215831.949000', '215831.951000', '215831.954000', '215831.957000', '215831.959000', '215831.962000', '215831.965000', '215831.967000', '215831.970000', '215831.973000', '215831.975000', '215831.978000', '215831.980000', '215831.983000', '215851.870000', '215851.872000', '215851.875000', '215851.878000', '215851.881000', '215851.884000', '215851.888000', '215851.890000', '215851.893000', '215851.895000', '215851.898000', '215851.901000', '215851.903000', '215851.906000', '215851.909000', '215851.911000', '215851.914000', '215851.917000', '215851.919000', '215851.922000', '215851.925000', '215851.927000', '215851.930000', '215851.932000', '215851.935000', '215851.938000', '215851.940000', '215851.943000', '215851.946000', '215851.948000', '215851.951000', '215851.953000', '215851.956000', '215851.959000', '215851.961000', '215851.964000', '215851.967000', '215851.969000', '215851.972000', '215851.974000', '215851.977000', '215851.980000', '215851.982000', '215911.870000', '215911.874000', '215911.876000', '215911.879000', '215911.882000', '215911.884000', '215911.887000', '215911.889000', '215911.892000', '215911.895000', '215911.897000', '215911.900000', '215911.903000', '215911.905000', '215911.908000', '215911.911000', '215911.913000', '215911.920000', '215911.923000', '215911.925000', '215911.928000', '215911.931000', '215911.933000', '215911.936000', '215911.939000', '215911.941000', '215911.944000', '215911.947000', '215911.949000', '215911.952000', '215911.955000', '215911.983000', '215911.986000', '215911.989000', '215911.991000', '215911.994000', '215911.997000', '215912.000000', '215912.003000', '215912.005000', '215912.008000', '215912.011000', '215912.013000', '215912.016000', '215931.869000', '215931.888000', '215931.890000', '215931.893000', '215931.896000', '215931.899000', '215931.901000', '215931.904000', '215931.907000', '215931.910000', '215931.912000', '215931.915000', '215931.917000', '215931.920000', '215931.923000', '215931.925000', '215931.928000', '215931.931000', '215931.933000', '215931.936000', '215931.938000', '215931.941000', '215931.944000', '215931.946000', '215931.949000', '215931.952000', '215931.954000', '215931.957000', '215931.959000', '215931.962000', '215931.965000', '215931.968000', '215931.971000', '215931.974000', '215931.976000', '215931.979000', '215931.982000', '215931.984000', '215931.987000', '215931.989000', '215931.992000', '215931.995000', '215931.997000', '215951.869000', '215951.872000', '215951.874000', '215951.877000', '215951.880000', '215951.882000', '215951.885000', '215951.888000', '215951.890000', '215951.893000', '215951.895000', '215951.898000', '215951.901000', '215951.903000', '215951.906000', '215951.909000', '215951.912000', '215951.914000', '215951.917000', '215951.919000', '215951.922000', '215951.925000', '215951.927000', '215951.930000', '215951.933000', '215951.935000', '215951.938000', '215951.941000', '215951.943000', '215951.946000', '215951.949000', '215951.951000', '215951.954000', '215951.957000', '215951.959000', '215951.962000', '215951.964000', '215951.967000', '215951.970000', '215951.972000', '215951.975000', '215951.977000', '215951.980000', '215951.982000', '220011.870000', '220011.873000', '220011.876000', '220011.878000', '220011.881000', '220011.883000', '220011.886000', '220011.889000', '220011.892000', '220011.894000', '220011.897000', '220011.900000', '220011.902000', '220011.905000', '220011.908000', '220011.910000', '220011.913000', '220011.916000', '220011.918000', '220011.921000', '220011.924000', '220011.927000', '220011.929000', '220011.932000', '220011.934000', '220011.937000', '220011.940000', '220011.942000', '220011.945000', '220011.948000', '220011.950000', '220011.953000', '220011.956000', '220011.958000', '220011.961000', '220011.964000', '220011.966000', '220011.969000', '220011.972000', '220011.974000', '220011.977000', '220011.980000', '220011.982000', '220028.478000', '220028.481000', '220028.487000', '220028.490000', '220028.493000', '220028.496000', '220028.499000', '220028.502000', '220028.505000', '220028.508000', '220028.510000', '220028.514000', '220028.517000', '220028.520000', '220028.522000', '220028.525000', '220028.528000', '220028.531000', '220028.533000', '220028.536000', '220028.539000', '220028.541000', '220028.544000', '220028.547000', '220028.550000', '220028.553000', '220028.557000', '220028.559000', '220028.586000', '220028.589000', '220028.592000', '220028.596000', '220028.599000', '220028.601000', '220028.604000', '220028.607000', '220028.610000'], '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': [12538, 7752, 9532, 8087, 8465, 8243, 9101, 8746, 7743, 8757, 7505, 10827, 7603, 12261, 7476, 11904, 7802, 9235, 7853, 10695, 7373, 11475, 8282, 6968, 9010, 7088, 8425, 7277, 12440, 7457, 8900, 7456, 8552, 7385, 13064, 7126, 12118, 7797, 9416, 7765, 9476, 7290, 12234, 7873, 7466, 8753, 7291, 8928, 7354, 10698, 7487, 8959, 7516, 8446, 7286, 8264, 8127, 8651, 9031, 7550, 7837, 7694, 8218, 7037, 11292, 7688, 9502, 7811, 7996, 8017, 10606, 9439, 9236, 9357, 7863, 9040, 9230, 12369, 10994, 10282, 7509, 8681, 7726, 8952, 7303, 10601, 7095, 8901, 7879, 7069, 7520, 7088, 9263, 7286, 7630, 7306, 8140, 7265, 8257, 7905, 9167, 7807, 7174, 7723, 7167, 12167, 8958, 12668, 7515, 9348, 7187, 12767, 7124, 15137, 7440, 9328, 7519, 8040, 7187, 8576, 7605, 8698, 8160, 7580, 7567, 7438, 8186, 7248, 11087, 8055, 10080, 8686, 7262, 8361, 7919, 13620, 7555, 8866, 7431, 8664, 7855, 11300, 7796, 7286, 7489, 7565, 8006, 7609, 8422, 7859, 8402, 7712, 8649, 7648, 10486, 8317, 9929, 8522, 8423, 8261, 9182, 8791, 10902, 9738, 11781, 8353, 8513, 8573, 7403, 7975, 8119, 9743, 7564, 8212, 7695, 7897, 7884, 8692, 7354, 9945, 7484, 9476, 7576, 8593, 7626, 9126, 8387, 10192, 8473, 7408, 7981, 7518, 11574, 7495, 9240, 7940, 8751, 7738, 8786, 7545, 11501, 8441, 7990, 8748, 7339, 8992, 7649, 13003, 7441, 10389, 7764, 8990, 7565, 9709, 7529, 10361, 9383, 7402, 7859, 7602, 12523, 7483, 14236, 8014, 11784, 7531, 8999, 7371, 9671, 8570, 7793, 7718, 7657, 7553, 8631, 7250, 10621, 8852, 10074, 8419, 8891, 9165, 8673, 9630, 12034, 8271, 12239, 11601, 14446, 11952, 10860, 9131, 7554, 9536, 7169, 12677, 7775, 7030, 7328, 7115, 7337, 7439, 7013, 7461, 7841, 8653, 8716, 8096, 8576, 11152, 11130, 7510, 9093, 7884, 10808, 7991, 13740, 7561, 11909, 8143, 10336, 7795, 11735, 7813, 15003, 7686, 10573, 7920, 7191, 7692, 6993, 7962, 7454, 8367, 7124, 7240, 7206, 7273, 6907, 7766, 7298, 8304, 6857, 8596, 6972, 8747, 7000, 11365, 7315, 8491, 7479, 7168, 7720, 6877, 8175, 6906, 9870, 7020, 7782, 7508, 8132, 6928, 8423, 7107, 10450, 7037, 8821, 7053, 7998, 7533, 8764, 8440, 10228, 9453, 7171, 8811, 7278, 7931, 7110, 8693, 7096, 11296, 7132, 9454, 7103, 10673, 6964, 13215, 8041, 7974, 7750, 7690, 7833, 6822, 10797, 7479, 8504, 7012, 8979, 7161, 9394, 6914, 13646, 8177, 13364, 7899, 11101, 7247, 9893, 7047, 11252, 8421, 7781, 7537, 7063, 7017, 7098, 7739, 7332, 9383, 7372, 10034, 7064, 8966, 7207, 9584, 7780, 11792, 9744, 10618, 8791, 7420, 8377, 9042, 8709, 11550, 10129, 6976, 8728, 6961, 8761, 6844, 8885, 7067, 9930, 6935, 8073, 7102, 7714, 6819, 7181, 7526, 7042, 7810, 7169, 7264, 7197, 8296, 7252, 10733, 6955, 12231, 7198, 11003, 7239, 10440, 6984, 12510, 7061, 12832, 7107, 9496, 6985, 8693, 6988, 8511, 7482, 7171, 8121, 7159, 7637, 7231, 10146, 6831, 8254, 7078, 8928, 6980, 9140, 7111, 12495, 7079, 11002, 7040, 10228, 7090, 10859, 7200, 12792, 7533, 8915, 6976, 7565, 7339, 6979, 7909, 7145, 7792, 7130, 7961, 6827, 9168, 7160, 10972, 7855, 11661, 7610, 9157, 7900, 9358, 7978, 10795, 8666, 9477, 7698, 7495, 7008, 7243, 7964, 6902, 8183, 6924, 6894, 7339, 7045, 9396, 7190, 7852, 7767, 8153, 9109, 11153, 11626, 9326, 10009, 7025, 8731, 8902, 8867, 11901, 9836, 11423, 10010, 6806, 8401, 6902, 7761, 6986, 8240, 7169, 8470, 6934, 8286, 6852, 9382, 7987, 12028, 9457, 9774, 8370, 9021, 8915, 11547, 9254, 14172, 9624, 13669, 7956, 9359, 7506, 7877, 7614, 8384, 8710, 7826, 8722, 7098, 7386, 7221, 7698, 6864, 9187, 7076, 8829, 7001, 8846, 6900, 9870, 7136, 12299, 7110, 10580, 6973, 9356, 7123, 9208, 7155, 10253, 6992, 9168, 7096, 8125, 7199, 9441, 6984, 9871, 7191, 9442, 7347, 8821, 7020, 8784, 7045, 7435, 6808, 6964, 7199, 7285, 7550, 7150, 8934, 7367, 12249, 9380, 13203, 11026, 10188, 7437, 9840, 11912, 9786, 14669, 12041, 13320, 8962, 10147, 8290, 7195, 8185, 7285, 8172, 7045, 7540, 7127, 7418, 7200, 8175, 7114, 7673, 6981, 8399, 6819, 8155, 7287, 7937, 8727, 9618, 10021, 7812, 8685, 11105, 9048, 13192, 10604, 13240, 9557, 10412, 7752, 10451, 7625, 12048, 9302, 10499, 8456, 7886, 7496, 7853, 8818, 9495, 9340, 7112, 8188, 6794, 8073, 6934, 8638, 6961, 11036, 7097, 9587, 7013, 9554, 7050, 9075, 7094, 10120, 7007, 9026, 6782, 8540, 7347, 8154, 7140, 8384, 7149, 8669, 7006, 8117, 7141, 9044, 7349, 9909, 7427, 11146, 6890, 9457, 7096, 9850, 7181, 10860, 7097, 11606, 6882, 9167, 7144, 8560, 6790, 8657, 7153, 8329, 6895, 8025, 6956, 8607, 7009, 8774, 7323, 8506, 7017, 8147, 7298, 8425, 7876, 8673, 7588, 9665, 8165, 10332, 8812, 9084, 8516, 7093, 8350, 7253, 8190, 6974, 7925, 6952, 8395, 6933, 8578, 7036, 8950, 7270, 13094, 7559, 13211, 7700, 10795, 7104, 11122, 7242, 12689, 9985, 11450, 7041, 8738, 7126, 7871, 7090, 9653, 7165, 8494, 7243, 8552, 7252, 8760, 7038, 9242, 7114, 10026, 7199, 8806, 6979, 8655, 8158, 9495, 8929, 7278, 8282, 7324, 8017, 8062, 9953, 8971, 9107, 7096, 8151, 7164, 7720, 7084, 8999, 7073, 7558, 7188, 7486, 7068, 7932, 7005, 8558, 7209, 10096, 6914, 9404, 7030, 10098, 6972, 11086, 7105, 12820, 7109, 10445, 6989, 8813, 7125, 8716, 7013, 8937, 6978, 8972, 7178, 8770, 7096, 8546, 7028, 8294, 6950, 7746, 7298, 8673, 6954, 8386, 7034, 8382, 6955, 7000, 7835, 7018, 7763, 7179, 8365, 7267, 12201, 7848, 12657, 7206, 12539, 7670, 13009, 7398, 14890, 9134, 15196, 8893, 11862, 7773, 11199, 8172, 9923, 9199, 8023, 8728, 6988, 7429, 6867, 8134, 7086, 8826, 7070, 8339, 7036, 8101, 7173, 10020, 8143, 10823, 9098, 8440, 7973, 7129, 7767, 8852, 8256, 10139, 9082, 7269, 8118, 7151, 8228, 8462, 8599, 7488, 9108, 7306, 8254, 7092, 7398, 7375, 7736, 6949, 8024, 7260, 7930, 7071, 7501, 7211, 8075, 7040, 7981, 7195, 7824, 7223, 7557, 7302, 7516, 7140, 7640, 6924, 7882, 7482, 7925, 7211, 7433, 7223, 7576, 7203, 7439, 7281, 7388, 7304, 8198, 7521, 8413, 6891, 10459, 7180, 9546, 6865, 12361, 8298, 14031, 8093, 12785, 7358, 13701, 8001, 15269, 9073, 13544, 7902, 12912, 7883, 12304, 9605, 8642, 7568, 7033, 7927, 7218, 7274, 7009, 8185, 6729, 8083, 6921, 8537, 7281, 9361, 7152, 9802, 7047, 11422, 6976, 9360, 6935, 9136, 7121, 9272, 6765, 8820, 6900, 8892, 6850, 9045, 6980, 8565, 6909, 8414, 7008, 8792, 6840, 10076, 7499, 12667, 6996, 10137, 6894, 10029, 6919, 9961, 6967, 8600, 6820, 8909, 7287, 8679, 7049, 8374, 7254, 8284, 6933, 8436, 7116, 8439, 6991, 7780, 6833, 8559, 7344, 8351, 7065, 8374, 6932, 8742, 6999, 9486, 7366, 9067, 6869, 8371, 7196, 7933, 7687, 8368, 9620, 7080, 7360, 7227, 9097, 7093, 13608, 8552, 11421, 7408, 9040, 7505, 9513, 10527, 9350, 11812, 8322, 7038, 8171, 7123, 7970, 7855, 10826, 6997, 7908, 6943, 8434, 7082, 8685, 7274, 8753, 6902, 8697, 6941, 8791, 7109, 9238, 7187, 11176, 8280, 9371, 7324, 9644, 7086, 9518, 7009, 9227, 7170, 8660], 'WindowCenter': [4493.0, 4427.0, 4434.0, 4406.0, 4407.0, 4410.0, 4405.0, 4405.0, 4391.0, 4403.0, 4381.0, 4422.0, 4393.0, 4430.0, 4384.0, 4434.0, 4395.0, 4399.0, 4394.0, 4424.0, 4384.0, 4425.0, 4405.0, 4380.0, 4402.0, 4382.0, 4404.0, 4383.0, 4435.0, 4384.0, 4403.0, 4381.0, 4389.0, 4394.0, 4431.0, 4383.0, 4433.0, 4382.0, 4389.0, 4380.0, 4400.0, 4381.0, 4420.0, 4393.0, 4380.0, 4391.0, 4378.0, 4402.0, 4395.0, 4412.0, 4382.0, 4402.0, 4382.0, 4391.0, 4380.0, 4404.0, 4393.0, 4404.0, 4403.0, 4382.0, 4381.0, 4393.0, 4405.0, 4383.0, 4425.0, 4395.0, 4402.0, 4392.0, 4393.0, 4403.0, 4423.0, 4417.0, 4403.0, 4401.0, 4381.0, 4400.0, 4404.0, 4422.0, 4410.0, 4411.0, 4368.0, 4375.0, 4367.0, 4391.0, 4381.0, 4410.0, 4369.0, 4402.0, 4392.0, 4367.0, 4393.0, 4383.0, 4400.0, 4384.0, 4395.0, 4383.0, 4393.0, 4396.0, 4394.0, 4396.0, 4415.0, 4396.0, 4384.0, 4393.0, 4385.0, 4434.0, 4404.0, 4436.0, 4383.0, 4403.0, 4372.0, 4433.0, 4372.0, 4440.0, 4381.0, 4400.0, 4382.0, 4379.0, 4370.0, 4389.0, 4382.0, 4404.0, 4393.0, 4367.0, 4381.0, 4378.0, 4392.0, 4382.0, 4423.0, 4396.0, 4426.0, 4406.0, 4384.0, 4404.0, 4393.0, 4446.0, 4393.0, 4402.0, 4382.0, 4403.0, 4393.0, 4436.0, 4396.0, 4381.0, 4382.0, 4392.0, 4406.0, 4396.0, 4408.0, 4404.0, 4404.0, 4398.0, 4407.0, 4408.0, 4425.0, 4409.0, 4429.0, 4407.0, 4395.0, 4395.0, 4400.0, 4404.0, 4420.0, 4404.0, 4422.0, 4392.0, 4391.0, 4389.0, 4381.0, 4393.0, 4394.0, 4411.0, 4395.0, 4393.0, 4392.0, 4393.0, 4394.0, 4406.0, 4397.0, 4414.0, 4398.0, 4417.0, 4398.0, 4402.0, 4398.0, 4416.0, 4404.0, 4428.0, 4408.0, 4384.0, 4394.0, 4396.0, 4435.0, 4397.0, 4420.0, 4406.0, 4407.0, 4395.0, 4408.0, 4406.0, 4437.0, 4408.0, 4397.0, 4406.0, 4385.0, 4408.0, 4399.0, 4446.0, 4388.0, 4427.0, 4397.0, 4406.0, 4397.0, 4417.0, 4398.0, 4416.0, 4419.0, 4386.0, 4394.0, 4384.0, 4436.0, 4385.0, 4442.0, 4393.0, 4423.0, 4380.0, 4392.0, 4384.0, 4401.0, 4393.0, 4381.0, 4395.0, 4394.0, 4413.0, 4409.0, 4374.0, 4402.0, 4353.0, 4364.0, 4340.0, 4352.0, 4364.0, 4367.0, 4369.0, 4417.0, 4361.0, 4363.0, 4366.0, 4375.0, 4367.0, 4369.0, 4387.0, 4395.0, 4409.0, 4379.0, 4430.0, 4390.0, 4380.0, 4366.0, 4367.0, 4378.0, 4379.0, 4383.0, 4394.0, 4404.0, 4405.0, 4416.0, 4403.0, 4402.0, 4419.0, 4420.0, 4380.0, 4388.0, 4378.0, 4408.0, 4379.0, 4430.0, 4380.0, 4418.0, 4378.0, 4397.0, 4378.0, 4407.0, 4366.0, 4437.0, 4378.0, 4405.0, 4376.0, 4365.0, 4377.0, 4368.0, 4375.0, 4364.0, 4388.0, 4365.0, 4376.0, 4378.0, 4378.0, 4380.0, 4390.0, 4381.0, 4391.0, 4380.0, 4401.0, 4381.0, 4400.0, 4382.0, 4431.0, 4393.0, 4403.0, 4395.0, 4381.0, 4392.0, 4369.0, 4399.0, 4381.0, 4413.0, 4384.0, 4391.0, 4392.0, 4403.0, 4393.0, 4405.0, 4395.0, 4435.0, 4397.0, 4414.0, 4396.0, 4405.0, 4404.0, 4417.0, 4406.0, 4425.0, 4415.0, 4395.0, 4414.0, 4394.0, 4393.0, 4397.0, 4404.0, 4386.0, 4436.0, 4385.0, 4414.0, 4383.0, 4425.0, 4386.0, 4443.0, 4402.0, 4404.0, 4395.0, 4394.0, 4393.0, 4383.0, 4421.0, 4384.0, 4404.0, 4383.0, 4402.0, 4383.0, 4412.0, 4383.0, 4441.0, 4390.0, 4432.0, 4391.0, 4424.0, 4380.0, 4413.0, 4382.0, 4421.0, 4390.0, 4391.0, 4388.0, 4379.0, 4379.0, 4382.0, 4393.0, 4382.0, 4414.0, 4394.0, 4425.0, 4396.0, 4400.0, 4382.0, 4411.0, 4390.0, 4431.0, 4411.0, 4420.0, 4403.0, 4383.0, 4392.0, 4402.0, 4389.0, 4420.0, 4409.0, 4368.0, 4390.0, 4367.0, 4387.0, 4371.0, 4400.0, 4369.0, 4408.0, 4382.0, 4391.0, 4383.0, 4390.0, 4385.0, 4394.0, 4395.0, 4382.0, 4393.0, 4395.0, 4393.0, 4386.0, 4407.0, 4397.0, 4422.0, 4385.0, 4433.0, 4385.0, 4424.0, 4381.0, 4422.0, 4381.0, 4419.0, 4369.0, 4429.0, 4371.0, 4399.0, 4370.0, 4391.0, 4380.0, 4391.0, 4381.0, 4381.0, 4392.0, 4381.0, 4392.0, 4383.0, 4413.0, 4373.0, 4392.0, 4381.0, 4404.0, 4381.0, 4413.0, 4382.0, 4433.0, 4382.0, 4420.0, 4381.0, 4412.0, 4381.0, 4423.0, 4381.0, 4431.0, 4380.0, 4399.0, 4368.0, 4379.0, 4378.0, 4381.0, 4390.0, 4380.0, 4393.0, 4383.0, 4406.0, 4383.0, 4411.0, 4383.0, 4423.0, 4394.0, 4434.0, 4393.0, 4415.0, 4407.0, 4414.0, 4403.0, 4435.0, 4403.0, 4411.0, 4392.0, 4378.0, 4379.0, 4392.0, 4406.0, 4398.0, 4417.0, 4410.0, 4410.0, 4408.0, 4399.0, 4431.0, 4410.0, 4408.0, 4408.0, 4408.0, 4417.0, 4437.0, 4436.0, 4417.0, 4425.0, 4384.0, 4403.0, 4404.0, 4415.0, 4435.0, 4413.0, 4421.0, 4409.0, 4371.0, 4393.0, 4382.0, 4393.0, 4383.0, 4393.0, 4381.0, 4402.0, 4384.0, 4403.0, 4385.0, 4428.0, 4407.0, 4434.0, 4413.0, 4412.0, 4392.0, 4402.0, 4402.0, 4421.0, 4413.0, 4443.0, 4402.0, 4429.0, 4392.0, 4397.0, 4380.0, 4380.0, 4391.0, 4390.0, 4389.0, 4380.0, 4400.0, 4382.0, 4379.0, 4383.0, 4394.0, 4385.0, 4401.0, 4383.0, 4401.0, 4384.0, 4403.0, 4384.0, 4414.0, 4384.0, 4432.0, 4382.0, 4423.0, 4383.0, 4403.0, 4382.0, 4414.0, 4385.0, 4412.0, 4384.0, 4402.0, 4396.0, 4407.0, 4398.0, 4413.0, 4383.0, 4428.0, 4397.0, 4414.0, 4395.0, 4414.0, 4396.0, 4414.0, 4396.0, 4408.0, 4399.0, 4411.0, 4410.0, 4411.0, 4422.0, 4413.0, 4433.0, 4412.0, 4463.0, 4432.0, 4459.0, 4428.0, 4427.0, 4395.0, 4429.0, 4435.0, 4416.0, 4443.0, 4422.0, 4431.0, 4390.0, 4398.0, 4389.0, 4368.0, 4391.0, 4379.0, 4378.0, 4369.0, 4381.0, 4381.0, 4393.0, 4395.0, 4416.0, 4410.0, 4408.0, 4411.0, 4431.0, 4412.0, 4423.0, 4425.0, 4434.0, 4435.0, 4443.0, 4445.0, 4411.0, 4433.0, 4456.0, 4430.0, 4449.0, 4427.0, 4433.0, 4414.0, 4422.0, 4395.0, 4410.0, 4393.0, 4431.0, 4414.0, 4424.0, 4404.0, 4390.0, 4391.0, 4393.0, 4401.0, 4412.0, 4412.0, 4383.0, 4404.0, 4372.0, 4391.0, 4396.0, 4402.0, 4383.0, 4421.0, 4383.0, 4413.0, 4384.0, 4402.0, 4382.0, 4401.0, 4382.0, 4409.0, 4371.0, 4399.0, 4370.0, 4401.0, 4380.0, 4392.0, 4383.0, 4392.0, 4383.0, 4406.0, 4396.0, 4405.0, 4386.0, 4417.0, 4410.0, 4415.0, 4395.0, 4435.0, 4396.0, 4416.0, 4386.0, 4415.0, 4398.0, 4426.0, 4384.0, 4436.0, 4388.0, 4417.0, 4398.0, 4405.0, 4387.0, 4418.0, 4399.0, 4416.0, 4399.0, 4419.0, 4413.0, 4431.0, 4413.0, 4435.0, 4426.0, 4433.0, 4413.0, 4421.0, 4426.0, 4432.0, 4424.0, 4420.0, 4410.0, 4428.0, 4420.0, 4437.0, 4418.0, 4417.0, 4408.0, 4383.0, 4405.0, 4385.0, 4396.0, 4396.0, 4397.0, 4387.0, 4407.0, 4399.0, 4417.0, 4397.0, 4415.0, 4398.0, 4444.0, 4394.0, 4445.0, 4396.0, 4423.0, 4370.0, 4421.0, 4383.0, 4431.0, 4399.0, 4420.0, 4370.0, 4386.0, 4369.0, 4378.0, 4368.0, 4397.0, 4367.0, 4389.0, 4382.0, 4391.0, 4380.0, 4401.0, 4383.0, 4400.0, 4381.0, 4413.0, 4382.0, 4401.0, 4383.0, 4403.0, 4392.0, 4402.0, 4402.0, 4381.0, 4402.0, 4381.0, 4394.0, 4392.0, 4411.0, 4401.0, 4401.0, 4382.0, 4390.0, 4371.0, 4381.0, 4383.0, 4399.0, 4371.0, 4392.0, 4383.0, 4380.0, 4383.0, 4393.0, 4382.0, 4403.0, 4384.0, 4422.0, 4384.0, 4415.0, 4383.0, 4413.0, 4386.0, 4433.0, 4382.0, 4429.0, 4383.0, 4411.0, 4382.0, 4400.0, 4381.0, 4404.0, 4382.0, 4401.0, 4382.0, 4402.0, 4383.0, 4403.0, 4385.0, 4403.0, 4385.0, 4406.0, 4398.0, 4406.0, 4396.0, 4417.0, 4410.0, 4419.0, 4411.0, 4432.0, 4413.0, 4412.0, 4422.0, 4412.0, 4422.0, 4412.0, 4422.0, 4413.0, 4460.0, 4411.0, 4462.0, 4401.0, 4449.0, 4408.0, 4447.0, 4395.0, 4455.0, 4413.0, 4455.0, 4405.0, 4432.0, 4393.0, 4421.0, 4403.0, 4411.0, 4402.0, 4393.0, 4402.0, 4379.0, 4381.0, 4373.0, 4404.0, 4383.0, 4403.0, 4384.0, 4405.0, 4385.0, 4395.0, 4386.0, 4426.0, 4405.0, 4423.0, 4404.0, 4404.0, 4392.0, 4382.0, 4392.0, 4405.0, 4403.0, 4410.0, 4405.0, 4381.0, 4393.0, 4370.0, 4402.0, 4404.0, 4402.0, 4380.0, 4400.0, 4382.0, 4391.0, 4381.0, 4383.0, 4395.0, 4393.0, 4381.0, 4392.0, 4384.0, 4394.0, 4382.0, 4394.0, 4384.0, 4407.0, 4385.0, 4393.0, 4381.0, 4392.0, 4395.0, 4394.0, 4392.0, 4395.0, 4400.0, 4396.0, 4385.0, 4405.0, 4409.0, 4407.0, 4407.0, 4396.0, 4411.0, 4411.0, 4412.0, 4409.0, 4412.0, 4411.0, 4413.0, 4420.0, 4424.0, 4423.0, 4411.0, 4454.0, 4414.0, 4432.0, 4402.0, 4460.0, 4419.0, 4460.0, 4411.0, 4449.0, 4395.0, 4446.0, 4393.0, 4454.0, 4403.0, 4432.0, 4379.0, 4431.0, 4379.0, 4420.0, 4400.0, 4388.0, 4379.0, 4370.0, 4378.0, 4378.0, 4380.0, 4370.0, 4389.0, 4371.0, 4379.0, 4381.0, 4402.0, 4382.0, 4404.0, 4383.0, 4410.0, 4372.0, 4422.0, 4380.0, 4401.0, 4380.0, 4404.0, 4384.0, 4400.0, 4374.0, 4402.0, 4384.0, 4402.0, 4382.0, 4416.0, 4384.0, 4402.0, 4384.0, 4393.0, 4398.0, 4406.0, 4387.0, 4415.0, 4383.0, 4434.0, 4381.0, 4414.0, 4385.0, 4414.0, 4371.0, 4415.0, 4384.0, 4389.0, 4372.0, 4401.0, 4385.0, 4402.0, 4383.0, 4393.0, 4394.0, 4393.0, 4383.0, 4394.0, 4384.0, 4394.0, 4384.0, 4407.0, 4398.0, 4414.0, 4397.0, 4408.0, 4400.0, 4418.0, 4397.0, 4417.0, 4399.0, 4426.0, 4397.0, 4416.0, 4388.0, 4405.0, 4386.0, 4409.0, 4408.0, 4403.0, 4425.0, 4396.0, 4397.0, 4397.0, 4415.0, 4398.0, 4453.0, 4404.0, 4434.0, 4383.0, 4415.0, 4380.0, 4412.0, 4412.0, 4398.0, 4423.0, 4391.0, 4371.0, 4392.0, 4368.0, 4391.0, 4392.0, 4409.0, 4369.0, 4379.0, 4370.0, 4390.0, 4369.0, 4403.0, 4383.0, 4388.0, 4380.0, 4390.0, 4384.0, 4401.0, 4382.0, 4415.0, 4383.0, 4421.0, 4393.0, 4399.0, 4392.0, 4413.0, 4384.0, 4410.0, 4384.0, 4417.0, 4392.0, 4402.0], 'WindowWidth': [9862.0, 9762.0, 9762.0, 9718.0, 9719.0, 9722.0, 9708.0, 9710.0, 9687.0, 9704.0, 9672.0, 9726.0, 9689.0, 9739.0, 9679.0, 9747.0, 9693.0, 9696.0, 9691.0, 9732.0, 9679.0, 9732.0, 9709.0, 9671.0, 9700.0, 9673.0, 9707.0, 9678.0, 9748.0, 9680.0, 9702.0, 9671.0, 9681.0, 9692.0, 9739.0, 9674.0, 9744.0, 9672.0, 9678.0, 9667.0, 9696.0, 9674.0, 9722.0, 9692.0, 9668.0, 9683.0, 9663.0, 9701.0, 9696.0, 9715.0, 9674.0, 9700.0, 9673.0, 9683.0, 9672.0, 9709.0, 9691.0, 9705.0, 9706.0, 9674.0, 9672.0, 9689.0, 9710.0, 9678.0, 9736.0, 9697.0, 9702.0, 9688.0, 9693.0, 9708.0, 9732.0, 9728.0, 9705.0, 9700.0, 9669.0, 9696.0, 9703.0, 9726.0, 9706.0, 9709.0, 9648.0, 9655.0, 9645.0, 9682.0, 9671.0, 9705.0, 9652.0, 9698.0, 9684.0, 9650.0, 9689.0, 9676.0, 9696.0, 9677.0, 9695.0, 9676.0, 9687.0, 9696.0, 9692.0, 9694.0, 9722.0, 9697.0, 9677.0, 9689.0, 9682.0, 9747.0, 9705.0, 9749.0, 9675.0, 9701.0, 9657.0, 9742.0, 9659.0, 9749.0, 9668.0, 9695.0, 9670.0, 9664.0, 9650.0, 9676.0, 9674.0, 9709.0, 9689.0, 9643.0, 9668.0, 9666.0, 9686.0, 9675.0, 9730.0, 9698.0, 9737.0, 9710.0, 9678.0, 9707.0, 9690.0, 9764.0, 9689.0, 9699.0, 9672.0, 9702.0, 9689.0, 9753.0, 9697.0, 9673.0, 9674.0, 9690.0, 9712.0, 9698.0, 9717.0, 9710.0, 9708.0, 9702.0, 9713.0, 9718.0, 9739.0, 9720.0, 9743.0, 9713.0, 9693.0, 9694.0, 9697.0, 9705.0, 9725.0, 9706.0, 9728.0, 9687.0, 9682.0, 9679.0, 9668.0, 9692.0, 9693.0, 9713.0, 9694.0, 9690.0, 9687.0, 9688.0, 9691.0, 9709.0, 9701.0, 9720.0, 9703.0, 9726.0, 9702.0, 9703.0, 9702.0, 9728.0, 9710.0, 9741.0, 9717.0, 9680.0, 9694.0, 9698.0, 9750.0, 9700.0, 9736.0, 9714.0, 9713.0, 9694.0, 9717.0, 9715.0, 9753.0, 9719.0, 9700.0, 9710.0, 9679.0, 9711.0, 9704.0, 9763.0, 9685.0, 9740.0, 9699.0, 9709.0, 9697.0, 9727.0, 9700.0, 9722.0, 9730.0, 9681.0, 9690.0, 9675.0, 9748.0, 9678.0, 9754.0, 9688.0, 9727.0, 9666.0, 9685.0, 9677.0, 9697.0, 9689.0, 9672.0, 9693.0, 9695.0, 9732.0, 9716.0, 9652.0, 9685.0, 9603.0, 9616.0, 9579.0, 9600.0, 9618.0, 9637.0, 9631.0, 9711.0, 9622.0, 9612.0, 9613.0, 9627.0, 9615.0, 9627.0, 9671.0, 9698.0, 9709.0, 9669.0, 9739.0, 9687.0, 9668.0, 9645.0, 9651.0, 9666.0, 9669.0, 9678.0, 9694.0, 9709.0, 9709.0, 9728.0, 9708.0, 9704.0, 9723.0, 9723.0, 9668.0, 9679.0, 9665.0, 9704.0, 9665.0, 9735.0, 9667.0, 9716.0, 9663.0, 9686.0, 9661.0, 9698.0, 9643.0, 9741.0, 9663.0, 9698.0, 9658.0, 9643.0, 9664.0, 9652.0, 9659.0, 9643.0, 9677.0, 9646.0, 9662.0, 9666.0, 9665.0, 9671.0, 9684.0, 9673.0, 9686.0, 9673.0, 9698.0, 9674.0, 9699.0, 9677.0, 9739.0, 9693.0, 9707.0, 9696.0, 9673.0, 9689.0, 9656.0, 9698.0, 9673.0, 9720.0, 9680.0, 9690.0, 9691.0, 9707.0, 9694.0, 9711.0, 9700.0, 9752.0, 9703.0, 9724.0, 9701.0, 9711.0, 9710.0, 9729.0, 9713.0, 9737.0, 9724.0, 9696.0, 9721.0, 9692.0, 9691.0, 9701.0, 9708.0, 9686.0, 9752.0, 9685.0, 9722.0, 9682.0, 9736.0, 9685.0, 9759.0, 9706.0, 9707.0, 9696.0, 9693.0, 9693.0, 9680.0, 9730.0, 9681.0, 9708.0, 9679.0, 9704.0, 9678.0, 9717.0, 9677.0, 9754.0, 9684.0, 9741.0, 9687.0, 9732.0, 9673.0, 9716.0, 9677.0, 9725.0, 9684.0, 9686.0, 9680.0, 9668.0, 9668.0, 9677.0, 9692.0, 9677.0, 9720.0, 9697.0, 9738.0, 9705.0, 9701.0, 9677.0, 9711.0, 9686.0, 9740.0, 9714.0, 9725.0, 9705.0, 9678.0, 9689.0, 9701.0, 9682.0, 9721.0, 9708.0, 9650.0, 9682.0, 9648.0, 9676.0, 9661.0, 9695.0, 9654.0, 9706.0, 9675.0, 9686.0, 9678.0, 9685.0, 9684.0, 9696.0, 9697.0, 9678.0, 9695.0, 9698.0, 9695.0, 9687.0, 9716.0, 9703.0, 9732.0, 9682.0, 9748.0, 9683.0, 9735.0, 9673.0, 9731.0, 9674.0, 9719.0, 9653.0, 9734.0, 9656.0, 9691.0, 9657.0, 9686.0, 9670.0, 9686.0, 9673.0, 9673.0, 9689.0, 9673.0, 9690.0, 9679.0, 9717.0, 9664.0, 9689.0, 9675.0, 9706.0, 9674.0, 9719.0, 9674.0, 9743.0, 9675.0, 9724.0, 9673.0, 9712.0, 9671.0, 9729.0, 9671.0, 9735.0, 9668.0, 9693.0, 9653.0, 9666.0, 9667.0, 9674.0, 9684.0, 9670.0, 9690.0, 9679.0, 9712.0, 9680.0, 9715.0, 9680.0, 9732.0, 9694.0, 9746.0, 9694.0, 9724.0, 9715.0, 9721.0, 9706.0, 9750.0, 9703.0, 9713.0, 9688.0, 9665.0, 9665.0, 9688.0, 9714.0, 9707.0, 9731.0, 9727.0, 9728.0, 9720.0, 9709.0, 9754.0, 9728.0, 9721.0, 9721.0, 9718.0, 9730.0, 9754.0, 9755.0, 9728.0, 9736.0, 9680.0, 9705.0, 9705.0, 9724.0, 9746.0, 9716.0, 9725.0, 9709.0, 9659.0, 9689.0, 9673.0, 9691.0, 9679.0, 9689.0, 9675.0, 9703.0, 9682.0, 9706.0, 9685.0, 9746.0, 9715.0, 9747.0, 9719.0, 9715.0, 9688.0, 9700.0, 9702.0, 9724.0, 9717.0, 9757.0, 9699.0, 9734.0, 9685.0, 9688.0, 9667.0, 9666.0, 9686.0, 9683.0, 9680.0, 9668.0, 9696.0, 9674.0, 9671.0, 9678.0, 9695.0, 9681.0, 9700.0, 9676.0, 9700.0, 9680.0, 9704.0, 9680.0, 9720.0, 9679.0, 9741.0, 9674.0, 9730.0, 9678.0, 9703.0, 9677.0, 9722.0, 9682.0, 9714.0, 9679.0, 9702.0, 9700.0, 9715.0, 9704.0, 9721.0, 9681.0, 9745.0, 9704.0, 9722.0, 9697.0, 9722.0, 9700.0, 9725.0, 9703.0, 9723.0, 9713.0, 9728.0, 9727.0, 9730.0, 9747.0, 9735.0, 9761.0, 9731.0, 9801.0, 9756.0, 9790.0, 9743.0, 9743.0, 9697.0, 9746.0, 9749.0, 9723.0, 9757.0, 9728.0, 9738.0, 9681.0, 9687.0, 9677.0, 9650.0, 9684.0, 9665.0, 9661.0, 9652.0, 9669.0, 9674.0, 9692.0, 9697.0, 9729.0, 9728.0, 9720.0, 9728.0, 9756.0, 9735.0, 9746.0, 9753.0, 9765.0, 9765.0, 9773.0, 9780.0, 9729.0, 9764.0, 9793.0, 9754.0, 9773.0, 9740.0, 9743.0, 9719.0, 9729.0, 9695.0, 9710.0, 9689.0, 9740.0, 9722.0, 9733.0, 9708.0, 9685.0, 9688.0, 9692.0, 9699.0, 9714.0, 9717.0, 9677.0, 9706.0, 9662.0, 9687.0, 9699.0, 9702.0, 9676.0, 9728.0, 9677.0, 9718.0, 9678.0, 9701.0, 9673.0, 9702.0, 9674.0, 9708.0, 9657.0, 9694.0, 9657.0, 9698.0, 9670.0, 9690.0, 9678.0, 9687.0, 9678.0, 9710.0, 9700.0, 9711.0, 9686.0, 9728.0, 9724.0, 9722.0, 9697.0, 9751.0, 9701.0, 9724.0, 9685.0, 9723.0, 9706.0, 9738.0, 9683.0, 9753.0, 9690.0, 9727.0, 9706.0, 9711.0, 9690.0, 9735.0, 9709.0, 9729.0, 9710.0, 9736.0, 9734.0, 9756.0, 9732.0, 9766.0, 9757.0, 9760.0, 9734.0, 9744.0, 9754.0, 9760.0, 9750.0, 9740.0, 9724.0, 9748.0, 9740.0, 9758.0, 9733.0, 9728.0, 9716.0, 9678.0, 9710.0, 9682.0, 9697.0, 9702.0, 9700.0, 9688.0, 9717.0, 9708.0, 9731.0, 9704.0, 9725.0, 9704.0, 9762.0, 9695.0, 9766.0, 9696.0, 9732.0, 9656.0, 9726.0, 9677.0, 9738.0, 9692.0, 9722.0, 9654.0, 9673.0, 9649.0, 9661.0, 9652.0, 9687.0, 9648.0, 9680.0, 9672.0, 9684.0, 9669.0, 9701.0, 9679.0, 9696.0, 9673.0, 9716.0, 9676.0, 9698.0, 9678.0, 9704.0, 9689.0, 9701.0, 9704.0, 9676.0, 9704.0, 9674.0, 9695.0, 9689.0, 9712.0, 9697.0, 9700.0, 9674.0, 9684.0, 9657.0, 9673.0, 9679.0, 9695.0, 9658.0, 9688.0, 9678.0, 9671.0, 9678.0, 9689.0, 9680.0, 9704.0, 9680.0, 9731.0, 9683.0, 9723.0, 9680.0, 9718.0, 9686.0, 9747.0, 9675.0, 9735.0, 9676.0, 9712.0, 9674.0, 9696.0, 9672.0, 9709.0, 9678.0, 9699.0, 9674.0, 9700.0, 9679.0, 9706.0, 9684.0, 9706.0, 9683.0, 9714.0, 9707.0, 9715.0, 9703.0, 9732.0, 9728.0, 9739.0, 9730.0, 9759.0, 9735.0, 9732.0, 9747.0, 9735.0, 9749.0, 9734.0, 9745.0, 9735.0, 9795.0, 9726.0, 9797.0, 9713.0, 9778.0, 9719.0, 9770.0, 9699.0, 9780.0, 9720.0, 9780.0, 9710.0, 9743.0, 9690.0, 9726.0, 9704.0, 9711.0, 9701.0, 9690.0, 9702.0, 9668.0, 9673.0, 9665.0, 9709.0, 9682.0, 9704.0, 9681.0, 9709.0, 9685.0, 9697.0, 9685.0, 9740.0, 9711.0, 9732.0, 9706.0, 9706.0, 9690.0, 9676.0, 9689.0, 9708.0, 9705.0, 9711.0, 9708.0, 9673.0, 9690.0, 9656.0, 9704.0, 9707.0, 9700.0, 9670.0, 9697.0, 9673.0, 9687.0, 9672.0, 9677.0, 9697.0, 9691.0, 9673.0, 9689.0, 9680.0, 9694.0, 9678.0, 9695.0, 9680.0, 9715.0, 9685.0, 9692.0, 9675.0, 9691.0, 9694.0, 9693.0, 9691.0, 9700.0, 9710.0, 9700.0, 9684.0, 9713.0, 9723.0, 9719.0, 9718.0, 9702.0, 9730.0, 9727.0, 9729.0, 9722.0, 9730.0, 9729.0, 9735.0, 9741.0, 9752.0, 9748.0, 9733.0, 9791.0, 9738.0, 9758.0, 9718.0, 9793.0, 9737.0, 9792.0, 9725.0, 9773.0, 9698.0, 9766.0, 9691.0, 9776.0, 9704.0, 9742.0, 9668.0, 9737.0, 9666.0, 9720.0, 9695.0, 9678.0, 9665.0, 9653.0, 9665.0, 9667.0, 9670.0, 9656.0, 9680.0, 9658.0, 9668.0, 9674.0, 9702.0, 9675.0, 9706.0, 9681.0, 9711.0, 9661.0, 9728.0, 9672.0, 9698.0, 9672.0, 9705.0, 9681.0, 9697.0, 9666.0, 9703.0, 9684.0, 9704.0, 9679.0, 9727.0, 9681.0, 9703.0, 9681.0, 9692.0, 9707.0, 9712.0, 9690.0, 9724.0, 9679.0, 9747.0, 9677.0, 9721.0, 9683.0, 9720.0, 9659.0, 9724.0, 9681.0, 9683.0, 9660.0, 9701.0, 9683.0, 9702.0, 9677.0, 9691.0, 9697.0, 9689.0, 9678.0, 9693.0, 9682.0, 9693.0, 9681.0, 9717.0, 9709.0, 9724.0, 9702.0, 9718.0, 9711.0, 9732.0, 9704.0, 9731.0, 9709.0, 9741.0, 9701.0, 9727.0, 9692.0, 9712.0, 9688.0, 9721.0, 9718.0, 9709.0, 9740.0, 9702.0, 9703.0, 9702.0, 9728.0, 9705.0, 9775.0, 9709.0, 9750.0, 9680.0, 9724.0, 9671.0, 9715.0, 9714.0, 9693.0, 9728.0, 9686.0, 9657.0, 9686.0, 9650.0, 9685.0, 9685.0, 9706.0, 9652.0, 9667.0, 9655.0, 9681.0, 9654.0, 9704.0, 9679.0, 9680.0, 9671.0, 9685.0, 9681.0, 9702.0, 9676.0, 9726.0, 9681.0, 9727.0, 9692.0, 9697.0, 9691.0, 9720.0, 9681.0, 9714.0, 9681.0, 9730.0, 9694.0, 9705.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.005327259120673527</td></tr>
<tr><td colspan=3>aqi</td><td>0.04203672581852198</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.76291009994375</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2325014077528074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0366056722284633</td></tr>
<tr><td colspan=3>efc</td><td>0.5415</td></tr>
<tr><td colspan=3>fber</td><td>3453.9246</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1205658502333566</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.699719363891488</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4393596322263873</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3609476709833483</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7056831173096696</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2514481083861435</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101746</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01006947923451662</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07226768881082535</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>4.589868310128316</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>14.8863</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.3803</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.9344</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>282270.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1143.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.7407</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.948</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.188</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3551.2921</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3669.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>94274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.3651</td></tr>
<tr><td colspan=3>tsnr</td><td>31.41727620596066</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>