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

616 lines
No EOL
121 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-0004_ses-03_task-alignvideo_acq-mb8_run-03_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-0004_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0004_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_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-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_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-0004/ses-03/func/sub-0004_ses-03_task-alignvideo_acq-mb8_run-03_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>b94e6764f1431b48d7c6d83d4654cf52</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>11:06:42.792500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999408, 0.0286727, 0.0190128, -0.0310585, 0.989646, 0.140132]</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-03_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.0908953</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7736, -7288, 621, -34, -223, 27, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.22</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34db361f-fd1c-4f34-9453-acca207d4528||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813385486602783, -0.0833277553319931, 0.039954423904418945, 116.11212158203125], [-0.07692685723304749, 2.655146837234497, 0.3797263503074646, -96.95683288574219], [0.051009852439165115, -0.3759634792804718, 2.672865867614746, -56.03620147705078], [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, 1065]</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], 'AcquisitionTime': ['110642.792500', '110643.252500', '110643.712500', '110644.172500', '110644.632500', '110645.092500', '110645.552500', '110646.012500', '110646.472500', '110646.932500', '110647.392500', '110647.852500', '110648.312500', '110648.772500', '110649.232500', '110649.692500', '110650.152500', '110650.612500', '110651.072500', '110651.532500', '110651.992500', '110652.452500', '110652.912500', '110653.372500', '110653.832500', '110654.292500', '110654.752500', '110655.212500', '110655.672500', '110656.132500', '110656.592500', '110657.052500', '110657.512500', '110657.972500', '110658.432500', '110658.892500', '110659.352500', '110659.812500', '110700.272500', '110700.732500', '110701.192500', '110701.652500', '110702.112500', '110702.572500', '110703.032500', '110703.492500', '110703.952500', '110704.412500', '110704.872500', '110705.332500', '110705.792500', '110706.252500', '110706.712500', '110707.172500', '110707.632500', '110708.092500', '110708.552500', '110709.012500', '110709.472500', '110709.932500', '110710.392500', '110710.852500', '110711.312500', '110711.772500', '110712.232500', '110712.692500', '110713.152500', '110713.612500', '110714.072500', '110714.532500', '110714.992500', '110715.452500', '110715.912500', '110716.372500', '110716.832500', '110717.292500', '110717.752500', '110718.212500', '110718.672500', '110719.132500', '110719.592500', '110720.052500', '110720.512500', '110720.972500', '110721.432500', '110721.892500', '110722.352500', '110722.812500', '110723.272500', '110723.732500', '110724.192500', '110724.652500', '110725.112500', '110725.572500', '110726.032500', '110726.492500', '110726.952500', '110727.412500', '110727.872500', '110728.332500', '110728.792500', '110729.252500', '110729.712500', '110730.172500', '110730.632500', '110731.092500', '110731.552500', '110732.012500', '110732.472500', '110732.932500', '110733.392500', '110733.852500', '110734.312500', '110734.772500', '110735.232500', '110735.692500', '110736.152500', '110736.612500', '110737.072500', '110737.532500', '110737.992500', '110738.452500', '110738.912500', '110739.372500', '110739.832500', '110740.292500', '110740.752500', '110741.212500', '110741.672500', '110742.132500', '110742.592500', '110743.052500', '110743.512500', '110743.972500', '110744.432500', '110744.892500', '110745.352500', '110745.812500', '110746.272500', '110746.732500', '110747.192500', '110747.652500', '110748.112500', '110748.572500', '110749.032500', '110749.492500', '110749.952500', '110750.412500', '110750.872500', '110751.332500', '110751.792500', '110752.252500', '110752.712500', '110753.172500', '110753.632500', '110754.092500', '110754.552500', '110755.012500', '110755.472500', '110755.932500', '110756.392500', '110756.852500', '110757.312500', '110757.772500', '110758.232500', '110758.692500', '110759.152500', '110759.612500', '110800.072500', '110800.532500', '110800.992500', '110801.452500', '110801.912500', '110802.372500', '110802.832500', '110803.292500', '110803.752500', '110804.212500', '110804.672500', '110805.132500', '110805.592500', '110806.052500', '110806.512500', '110806.972500', '110807.432500', '110807.892500', '110808.352500', '110808.812500', '110809.272500', '110809.732500', '110810.192500', '110810.652500', '110811.112500', '110811.572500', '110812.032500', '110812.492500', '110812.952500', '110813.412500', '110813.872500', '110814.332500', '110814.792500', '110815.252500', '110815.712500', '110816.172500', '110816.632500', '110817.092500', '110817.552500', '110818.012500', '110818.472500', '110818.932500', '110819.392500', '110819.852500', '110820.312500', '110820.772500', '110821.232500', '110821.692500', '110822.152500', '110822.612500', '110823.072500', '110823.532500', '110823.992500', '110824.452500', '110824.912500', '110825.372500', '110825.832500', '110826.292500', '110826.752500', '110827.212500', '110827.672500', '110828.132500', '110828.592500', '110829.052500', '110829.512500', '110829.972500', '110830.432500', '110830.892500', '110831.352500', '110831.812500', '110832.272500', '110832.732500', '110833.192500', '110833.652500', '110834.112500', '110834.572500', '110835.032500', '110835.492500', '110835.952500', '110836.412500', '110836.872500', '110837.332500', '110837.792500', '110838.252500', '110838.712500', '110839.172500', '110839.632500', '110840.092500', '110840.552500', '110841.012500', '110841.472500', '110841.932500', '110842.392500', '110842.852500', '110843.312500', '110843.772500', '110844.232500', '110844.692500', '110845.152500', '110845.612500', '110846.072500', '110846.532500', '110846.992500', '110847.452500', '110847.912500', '110848.372500', '110848.832500', '110849.292500', '110849.752500', '110850.212500', '110850.672500', '110851.132500', '110851.592500', '110852.052500', '110852.512500', '110852.972500', '110853.432500', '110853.892500', '110854.352500', '110854.812500', '110855.272500', '110855.732500', '110856.192500', '110856.652500', '110857.112500', '110857.572500', '110858.032500', '110858.492500', '110858.952500', '110859.412500', '110859.872500', '110900.332500', '110900.792500', '110901.252500', '110901.712500', '110902.172500', '110902.632500', '110903.092500', '110903.552500', '110904.012500', '110904.472500', '110904.932500', '110905.392500', '110905.852500', '110906.312500', '110906.772500', '110907.232500', '110907.692500', '110908.152500', '110908.612500', '110909.072500', '110909.532500', '110909.992500', '110910.452500', '110910.912500', '110911.372500', '110911.832500', '110912.292500', '110912.752500', '110913.212500', '110913.672500', '110914.132500', '110914.592500', '110915.052500', '110915.512500', '110915.972500', '110916.432500', '110916.892500', '110917.352500', '110917.812500', '110918.272500', '110918.732500', '110919.192500', '110919.652500', '110920.112500', '110920.572500', '110921.032500', '110921.492500', '110921.952500', '110922.412500', '110922.872500', '110923.332500', '110923.792500', '110924.252500', '110924.712500', '110925.172500', '110925.632500', '110926.092500', '110926.552500', '110927.012500', '110927.472500', '110927.932500', '110928.392500', '110928.852500', '110929.312500', '110929.772500', '110930.232500', '110930.692500', '110931.152500', '110931.612500', '110932.072500', '110932.532500', '110932.992500', '110933.452500', '110933.912500', '110934.372500', '110934.832500', '110935.292500', '110935.752500', '110936.212500', '110936.672500', '110937.132500', '110937.592500', '110938.052500', '110938.512500', '110938.972500', '110939.432500', '110939.892500', '110940.352500', '110940.812500', '110941.272500', '110941.732500', '110942.192500', '110942.652500', '110943.112500', '110943.572500', '110944.032500', '110944.492500', '110944.952500', '110945.412500', '110945.872500', '110946.332500', '110946.792500', '110947.252500', '110947.712500', '110948.172500', '110948.632500', '110949.092500', '110949.552500', '110950.012500', '110950.472500', '110950.932500', '110951.392500', '110951.852500', '110952.312500', '110952.772500', '110953.232500', '110953.692500', '110954.152500', '110954.612500', '110955.072500', '110955.532500', '110955.992500', '110956.452500', '110956.912500', '110957.372500', '110957.832500', '110958.292500', '110958.752500', '110959.212500', '110959.672500', '111000.132500', '111000.592500', '111001.052500', '111001.512500', '111001.972500', '111002.432500', '111002.892500', '111003.352500', '111003.812500', '111004.272500', '111004.732500', '111005.192500', '111005.652500', '111006.112500', '111006.572500', '111007.032500', '111007.492500', '111007.952500', '111008.412500', '111008.872500', '111009.332500', '111009.792500', '111010.252500', '111010.712500', '111011.172500', '111011.632500', '111012.092500', '111012.552500', '111013.012500', '111013.472500', '111013.932500', '111014.392500', '111014.852500', '111015.312500', '111015.772500', '111016.232500', '111016.692500', '111017.152500', '111017.612500', '111018.072500', '111018.532500', '111018.992500', '111019.452500', '111019.912500', '111020.372500', '111020.832500', '111021.292500', '111021.752500', '111022.212500', '111022.672500', '111023.132500', '111023.592500', '111024.052500', '111024.512500', '111024.972500', '111025.432500', '111025.892500', '111026.352500', '111026.812500', '111027.272500', '111027.732500', '111028.192500', '111028.652500', '111029.112500', '111029.572500', '111030.032500', '111030.492500', '111030.952500', '111031.412500', '111031.872500', '111032.332500', '111032.792500', '111033.252500', '111033.712500', '111034.172500', '111034.632500', '111035.092500', '111035.552500', '111036.012500', '111036.472500', '111036.932500', '111037.392500', '111037.852500', '111038.312500', '111038.772500', '111039.232500', '111039.692500', '111040.152500', '111040.612500', '111041.072500', '111041.532500', '111041.992500', '111042.452500', '111042.912500', '111043.372500', '111043.832500', '111044.292500', '111044.752500', '111045.212500', '111045.672500', '111046.132500', '111046.592500', '111047.052500', '111047.512500', '111047.972500', '111048.432500', '111048.892500', '111049.352500', '111049.812500', '111050.272500', '111050.732500', '111051.192500', '111051.652500', '111052.112500', '111052.572500', '111053.032500', '111053.492500', '111053.952500', '111054.412500', '111054.872500', '111055.332500', '111055.792500', '111056.252500', '111056.712500', '111057.172500', '111057.632500', '111058.092500', '111058.552500', '111059.012500', '111059.472500', '111059.932500', '111100.392500', '111100.852500', '111101.312500', '111101.772500', '111102.232500', '111102.692500', '111103.152500', '111103.612500', '111104.072500', '111104.532500', '111104.992500', '111105.452500', '111105.912500', '111106.372500', '111106.832500', '111107.292500', '111107.752500', '111108.212500', '111108.672500', '111109.132500', '111109.592500', '111110.052500', '111110.512500', '111110.972500', '111111.432500', '111111.892500', '111112.352500', '111112.812500', '111113.272500', '111113.732500', '111114.192500', '111114.652500', '111115.112500', '111115.572500', '111116.032500', '111116.492500', '111116.952500', '111117.412500', '111117.872500', '111118.332500', '111118.792500', '111119.252500', '111119.712500', '111120.172500', '111120.632500', '111121.092500', '111121.552500', '111122.012500', '111122.472500', '111122.932500', '111123.392500', '111123.852500', '111124.312500', '111124.772500', '111125.232500', '111125.692500', '111126.152500', '111126.612500', '111127.072500', '111127.532500', '111127.992500', '111128.452500', '111128.912500', '111129.372500', '111129.832500', '111130.292500', '111130.752500', '111131.212500', '111131.672500', '111132.132500', '111132.592500', '111133.052500', '111133.512500', '111133.972500', '111134.432500', '111134.892500', '111135.352500', '111135.812500', '111136.272500', '111136.732500', '111137.192500', '111137.652500', '111138.112500', '111138.572500', '111139.032500', '111139.492500', '111139.952500', '111140.412500', '111140.872500', '111141.332500', '111141.792500', '111142.252500', '111142.712500', '111143.172500', '111143.632500', '111144.092500', '111144.552500', '111145.012500', '111145.472500', '111145.932500', '111146.392500', '111146.852500', '111147.312500', '111147.772500', '111148.232500', '111148.692500', '111149.152500', '111149.612500', '111150.072500', '111150.532500', '111150.992500', '111151.452500', '111151.912500', '111152.372500', '111152.832500', '111153.292500', '111153.752500', '111154.212500', '111154.672500', '111155.132500', '111155.592500', '111156.052500', '111156.512500', '111156.972500', '111157.432500', '111157.892500', '111158.352500', '111158.812500', '111159.272500', '111159.732500', '111200.192500', '111200.652500', '111201.112500', '111201.572500', '111202.032500', '111202.492500', '111202.952500', '111203.412500', '111203.872500', '111204.332500', '111204.792500', '111205.252500', '111205.712500', '111206.172500', '111206.632500', '111207.092500', '111207.552500', '111208.012500', '111208.472500', '111208.932500', '111209.392500', '111209.852500', '111210.312500', '111210.772500', '111211.232500', '111211.692500', '111212.152500', '111212.612500', '111213.072500', '111213.532500', '111213.992500', '111214.452500', '111214.912500', '111215.372500', '111215.832500', '111216.292500', '111216.752500', '111217.212500', '111217.672500', '111218.132500', '111218.592500', '111219.052500', '111219.512500', '111219.972500', '111220.432500', '111220.892500', '111221.352500', '111221.812500', '111222.272500', '111222.732500', '111223.192500', '111223.652500', '111224.112500', '111224.572500', '111225.032500', '111225.492500', '111225.952500', '111226.412500', '111226.872500', '111227.332500', '111227.792500', '111228.252500', '111228.712500', '111229.172500', '111229.632500', '111230.092500', '111230.552500', '111231.012500', '111231.472500', '111231.932500', '111232.392500', '111232.852500', '111233.312500', '111233.772500', '111234.232500', '111234.692500', '111235.152500', '111235.612500', '111236.072500', '111236.532500', '111236.992500', '111237.452500', '111237.912500', '111238.372500', '111238.832500', '111239.292500', '111239.752500', '111240.212500', '111240.672500', '111241.132500', '111241.592500', '111242.052500', '111242.512500', '111242.972500', '111243.432500', '111243.892500', '111244.352500', '111244.812500', '111245.272500', '111245.732500', '111246.192500', '111246.652500', '111247.112500', '111247.572500', '111248.032500', '111248.492500', '111248.952500', '111249.412500', '111249.872500', '111250.332500', '111250.792500', '111251.252500', '111251.712500', '111252.172500', '111252.632500', '111253.092500', '111253.552500', '111254.012500', '111254.472500', '111254.932500', '111255.392500', '111255.852500', '111256.312500', '111256.772500', '111257.232500', '111257.692500', '111258.152500', '111258.612500', '111259.072500', '111259.532500', '111259.992500', '111300.452500', '111300.912500', '111301.372500', '111301.832500', '111302.292500', '111302.752500', '111303.212500', '111303.672500', '111304.132500', '111304.592500', '111305.052500', '111305.512500', '111305.972500', '111306.432500', '111306.892500', '111307.352500', '111307.812500', '111308.272500', '111308.732500', '111309.192500', '111309.652500', '111310.112500', '111310.572500', '111311.032500', '111311.492500', '111311.952500', '111312.412500', '111312.872500', '111313.332500', '111313.792500', '111314.252500', '111314.712500', '111315.172500', '111315.632500', '111316.092500', '111316.552500', '111317.012500', '111317.472500', '111317.932500', '111318.392500', '111318.852500', '111319.312500', '111319.772500', '111320.232500', '111320.692500', '111321.152500', '111321.612500', '111322.072500', '111322.532500', '111322.992500', '111323.452500', '111323.912500', '111324.372500', '111324.832500', '111325.292500', '111325.752500', '111326.212500', '111326.672500', '111327.132500', '111327.592500', '111328.052500', '111328.512500', '111328.972500', '111329.432500', '111329.892500', '111330.352500', '111330.812500', '111331.272500', '111331.732500', '111332.192500', '111332.652500', '111333.112500', '111333.572500', '111334.032500', '111334.492500', '111334.952500', '111335.412500', '111335.872500', '111336.332500', '111336.792500', '111337.252500', '111337.712500', '111338.172500', '111338.632500', '111339.092500', '111339.552500', '111340.012500', '111340.472500', '111340.932500', '111341.392500', '111341.852500', '111342.312500', '111342.772500', '111343.232500', '111343.692500', '111344.152500', '111344.612500', '111345.072500', '111345.532500', '111345.992500', '111346.452500', '111346.912500', '111347.372500', '111347.832500', '111348.292500', '111348.752500', '111349.212500', '111349.672500', '111350.132500', '111350.592500', '111351.052500', '111351.512500', '111351.972500', '111352.432500', '111352.892500', '111353.352500', '111353.812500', '111354.272500', '111354.732500', '111355.192500', '111355.652500', '111356.112500', '111356.572500', '111357.032500', '111357.492500', '111357.952500', '111358.412500', '111358.872500', '111359.332500', '111359.792500', '111400.252500', '111400.712500', '111401.172500', '111401.632500', '111402.092500', '111402.552500', '111403.012500', '111403.472500', '111403.932500', '111404.392500', '111404.852500', '111405.312500', '111405.772500', '111406.232500', '111406.692500', '111407.152500', '111407.612500', '111408.072500', '111408.532500', '111408.992500', '111409.452500', '111409.912500', '111410.372500', '111410.832500', '111411.292500', '111411.752500', '111412.212500', '111412.672500', '111413.132500', '111413.592500', '111414.052500', '111414.512500', '111414.972500', '111415.432500', '111415.892500', '111416.352500', '111416.812500', '111417.272500', '111417.732500', '111418.192500', '111418.652500', '111419.112500', '111419.572500', '111420.032500', '111420.492500', '111420.952500', '111421.412500', '111421.872500', '111422.332500', '111422.792500', '111423.252500', '111423.712500', '111424.172500', '111424.632500', '111425.092500', '111425.552500', '111426.012500', '111426.472500', '111426.932500', '111427.392500', '111427.852500', '111428.312500', '111428.772500', '111429.232500', '111429.692500', '111430.152500', '111430.612500', '111431.072500', '111431.532500', '111431.992500', '111432.452500', '111432.912500', '111433.372500', '111433.832500', '111434.292500', '111434.752500', '111435.212500', '111435.672500', '111436.132500', '111436.592500', '111437.052500', '111437.512500', '111437.972500', '111438.432500', '111438.892500', '111439.352500', '111439.812500', '111440.272500', '111440.732500', '111441.192500', '111441.652500', '111442.112500', '111442.572500', '111443.032500', '111443.492500', '111443.952500', '111444.412500', '111444.872500', '111445.332500', '111445.792500', '111446.252500', '111446.712500', '111447.172500', '111447.632500', '111448.092500', '111448.552500', '111449.012500', '111449.472500', '111449.932500', '111450.392500', '111450.852500', '111451.312500', '111451.772500', '111452.232500'], 'ContentTime': ['110704.153000', '110704.157000', '110704.160000', '110704.163000', '110704.167000', '110704.170000', '110704.173000', '110704.176000', '110704.179000', '110704.182000', '110704.185000', '110704.188000', '110704.191000', '110704.194000', '110704.197000', '110704.200000', '110704.203000', '110704.206000', '110704.209000', '110704.212000', '110704.216000', '110704.219000', '110704.222000', '110704.225000', '110704.235000', '110704.238000', '110704.241000', '110704.244000', '110704.247000', '110704.250000', '110704.253000', '110704.256000', '110704.259000', '110704.262000', '110704.265000', '110704.268000', '110704.271000', '110704.274000', '110704.277000', '110704.280000', '110704.283000', '110704.294000', '110704.297000', '110704.300000', '110704.303000', '110724.123000', '110724.126000', '110724.129000', '110724.132000', '110724.134000', '110724.137000', '110724.140000', '110724.143000', '110724.146000', '110724.149000', '110724.152000', '110724.154000', '110724.157000', '110724.160000', '110724.163000', '110724.166000', '110724.169000', '110724.172000', '110724.175000', '110724.178000', '110724.181000', '110724.183000', '110724.187000', '110724.192000', '110724.215000', '110724.218000', '110724.221000', '110724.223000', '110724.226000', '110724.229000', '110724.232000', '110724.235000', '110724.238000', '110724.245000', '110724.248000', '110724.250000', '110724.253000', '110724.256000', '110724.259000', '110724.262000', '110724.265000', '110724.268000', '110724.270000', '110744.123000', '110744.126000', '110744.129000', '110744.132000', '110744.134000', '110744.137000', '110744.140000', '110744.143000', '110744.146000', '110744.149000', '110744.151000', '110744.154000', '110744.157000', '110744.160000', '110744.163000', '110744.166000', '110744.169000', '110744.172000', '110744.175000', '110744.177000', '110744.180000', '110744.183000', '110744.186000', '110744.189000', '110744.192000', '110744.195000', '110744.198000', '110744.200000', '110744.203000', '110744.206000', '110744.209000', '110744.212000', '110744.215000', '110744.218000', '110744.220000', '110744.223000', '110744.226000', '110744.229000', '110744.232000', '110744.235000', '110744.238000', '110744.241000', '110744.243000', '110744.246000', '110804.123000', '110804.126000', '110804.129000', '110804.132000', '110804.135000', '110804.138000', '110804.141000', '110804.143000', '110804.146000', '110804.149000', '110804.152000', '110804.155000', '110804.158000', '110804.161000', '110804.164000', '110804.166000', '110804.169000', '110804.172000', '110804.175000', '110804.178000', '110804.181000', '110804.184000', '110804.187000', '110804.190000', '110804.193000', '110804.196000', '110804.199000', '110804.202000', '110804.204000', '110804.207000', '110804.210000', '110804.213000', '110804.216000', '110804.219000', '110804.222000', '110804.225000', '110804.227000', '110804.230000', '110804.239000', '110804.242000', '110804.245000', '110804.247000', '110804.250000', '110824.122000', '110824.125000', '110824.128000', '110824.131000', '110824.134000', '110824.136000', '110824.139000', '110824.142000', '110824.145000', '110824.148000', '110824.151000', '110824.154000', '110824.157000', '110824.160000', '110824.163000', '110824.165000', '110824.168000', '110824.171000', '110824.174000', '110824.177000', '110824.180000', '110824.183000', '110824.185000', '110824.188000', '110824.191000', '110824.194000', '110824.197000', '110824.200000', '110824.203000', '110824.206000', '110824.209000', '110824.211000', '110824.214000', '110824.217000', '110824.220000', '110824.223000', '110824.226000', '110824.229000', '110824.232000', '110824.235000', '110824.247000', '110824.250000', '110824.253000', '110824.256000', '110844.122000', '110844.125000', '110844.128000', '110844.131000', '110844.134000', '110844.137000', '110844.139000', '110844.142000', '110844.145000', '110844.148000', '110844.152000', '110844.155000', '110844.158000', '110844.161000', '110844.164000', '110844.167000', '110844.170000', '110844.172000', '110844.175000', '110844.178000', '110844.181000', '110844.184000', '110844.192000', '110844.194000', '110844.197000', '110844.200000', '110844.203000', '110844.206000', '110844.212000', '110844.215000', '110844.218000', '110844.221000', '110844.224000', '110844.227000', '110844.230000', '110844.233000', '110844.236000', '110844.239000', '110844.242000', '110844.244000', '110844.247000', '110844.250000', '110844.253000', '110904.122000', '110904.125000', '110904.128000', '110904.131000', '110904.134000', '110904.136000', '110904.139000', '110904.142000', '110904.145000', '110904.148000', '110904.151000', '110904.154000', '110904.157000', '110904.159000', '110904.162000', '110904.165000', '110904.168000', '110904.171000', '110904.174000', '110904.177000', '110904.193000', '110904.196000', '110904.198000', '110904.201000', '110904.204000', '110904.207000', '110904.210000', '110904.213000', '110904.216000', '110904.219000', '110904.222000', '110904.224000', '110904.227000', '110904.230000', '110904.233000', '110904.236000', '110904.239000', '110904.242000', '110904.245000', '110904.248000', '110904.250000', '110904.253000', '110904.256000', '110904.259000', '110924.122000', '110924.125000', '110924.128000', '110924.131000', '110924.134000', '110924.137000', '110924.140000', '110924.143000', '110924.146000', '110924.148000', '110924.151000', '110924.154000', '110924.157000', '110924.160000', '110924.163000', '110924.166000', '110924.169000', '110924.172000', '110924.174000', '110924.196000', '110924.199000', '110924.202000', '110924.205000', '110924.208000', '110924.211000', '110924.214000', '110924.217000', '110924.219000', '110924.222000', '110924.225000', '110924.228000', '110924.231000', '110924.234000', '110924.237000', '110924.240000', '110924.243000', '110924.247000', '110924.250000', '110924.253000', '110924.256000', '110924.259000', '110924.262000', '110924.264000', '110944.123000', '110944.126000', '110944.129000', '110944.132000', '110944.135000', '110944.138000', '110944.141000', '110944.144000', '110944.146000', '110944.149000', '110944.152000', '110944.155000', '110944.158000', '110944.161000', '110944.164000', '110944.167000', '110944.170000', '110944.172000', '110944.175000', '110944.178000', '110944.181000', '110944.184000', '110944.187000', '110944.190000', '110944.193000', '110944.196000', '110944.199000', '110944.202000', '110944.205000', '110944.208000', '110944.211000', '110944.213000', '110944.216000', '110944.219000', '110944.222000', '110944.225000', '110944.228000', '110944.231000', '110944.234000', '110944.237000', '110944.240000', '110944.243000', '110944.246000', '110944.248000', '111004.123000', '111004.126000', '111004.129000', '111004.132000', '111004.135000', '111004.138000', '111004.141000', '111004.144000', '111004.147000', '111004.150000', '111004.153000', '111004.155000', '111004.158000', '111004.161000', '111004.164000', '111004.167000', '111004.170000', '111004.173000', '111004.176000', '111004.179000', '111004.182000', '111004.184000', '111004.187000', '111004.191000', '111004.195000', '111004.197000', '111004.200000', '111004.203000', '111004.206000', '111004.209000', '111004.212000', '111004.215000', '111004.218000', '111004.221000', '111004.224000', '111004.227000', '111004.229000', '111004.232000', '111004.235000', '111004.238000', '111004.243000', '111004.246000', '111004.249000', '111024.123000', '111024.126000', '111024.129000', '111024.132000', '111024.135000', '111024.137000', '111024.140000', '111024.143000', '111024.146000', '111024.149000', '111024.152000', '111024.155000', '111024.158000', '111024.161000', '111024.164000', '111024.166000', '111024.169000', '111024.172000', '111024.175000', '111024.178000', '111024.181000', '111024.184000', '111024.187000', '111024.190000', '111024.192000', '111024.195000', '111024.198000', '111024.201000', '111024.204000', '111024.207000', '111024.210000', '111024.213000', '111024.216000', '111024.219000', '111024.221000', '111024.224000', '111024.227000', '111024.230000', '111024.233000', '111024.236000', '111024.239000', '111024.242000', '111024.244000', '111024.247000', '111044.122000', '111044.138000', '111044.141000', '111044.144000', '111044.146000', '111044.149000', '111044.152000', '111044.155000', '111044.158000', '111044.161000', '111044.164000', '111044.167000', '111044.170000', '111044.173000', '111044.175000', '111044.178000', '111044.181000', '111044.184000', '111044.187000', '111044.190000', '111044.193000', '111044.196000', '111044.199000', '111044.202000', '111044.205000', '111044.208000', '111044.210000', '111044.213000', '111044.216000', '111044.219000', '111044.222000', '111044.225000', '111044.228000', '111044.231000', '111044.234000', '111044.237000', '111044.240000', '111044.242000', '111044.245000', '111044.248000', '111044.251000', '111044.254000', '111044.260000', '111104.122000', '111104.125000', '111104.128000', '111104.131000', '111104.134000', '111104.137000', '111104.140000', '111104.143000', '111104.145000', '111104.148000', '111104.151000', '111104.154000', '111104.157000', '111104.160000', '111104.163000', '111104.166000', '111104.169000', '111104.171000', '111104.174000', '111104.177000', '111104.180000', '111104.183000', '111104.186000', '111104.189000', '111104.191000', '111104.194000', '111104.197000', '111104.200000', '111104.203000', '111104.206000', '111104.209000', '111104.212000', '111104.215000', '111104.218000', '111104.221000', '111104.223000', '111104.226000', '111104.229000', '111104.232000', '111104.235000', '111104.238000', '111104.241000', '111104.244000', '111104.247000', '111124.122000', '111124.125000', '111124.128000', '111124.131000', '111124.134000', '111124.137000', '111124.140000', '111124.142000', '111124.145000', '111124.148000', '111124.151000', '111124.154000', '111124.157000', '111124.160000', '111124.163000', '111124.166000', '111124.169000', '111124.172000', '111124.175000', '111124.177000', '111124.180000', '111124.183000', '111124.186000', '111124.189000', '111124.192000', '111124.195000', '111124.198000', '111124.201000', '111124.204000', '111124.207000', '111124.209000', '111124.212000', '111124.215000', '111124.218000', '111124.221000', '111124.224000', '111124.229000', '111124.232000', '111124.235000', '111124.238000', '111124.241000', '111124.244000', '111124.247000', '111144.123000', '111144.126000', '111144.129000', '111144.132000', '111144.135000', '111144.138000', '111144.140000', '111144.143000', '111144.146000', '111144.149000', '111144.152000', '111144.155000', '111144.158000', '111144.161000', '111144.164000', '111144.167000', '111144.169000', '111144.172000', '111144.175000', '111144.178000', '111144.181000', '111144.184000', '111144.187000', '111144.190000', '111144.193000', '111144.195000', '111144.198000', '111144.201000', '111144.204000', '111144.207000', '111144.210000', '111144.213000', '111144.216000', '111144.219000', '111144.222000', '111144.225000', '111144.228000', '111144.230000', '111144.233000', '111144.236000', '111144.239000', '111144.242000', '111144.245000', '111144.248000', '111204.123000', '111204.126000', '111204.129000', '111204.132000', '111204.135000', '111204.138000', '111204.141000', '111204.144000', '111204.147000', '111204.149000', '111204.152000', '111204.155000', '111204.158000', '111204.161000', '111204.164000', '111204.167000', '111204.170000', '111204.173000', '111204.175000', '111204.178000', '111204.181000', '111204.184000', '111204.187000', '111204.190000', '111204.193000', '111204.196000', '111204.209000', '111204.212000', '111204.215000', '111204.218000', '111204.223000', '111204.226000', '111204.229000', '111204.232000', '111204.235000', '111204.238000', '111204.240000', '111204.243000', '111204.246000', '111204.249000', '111204.252000', '111204.255000', '111204.258000', '111224.123000', '111224.126000', '111224.129000', '111224.132000', '111224.135000', '111224.137000', '111224.140000', '111224.143000', '111224.146000', '111224.149000', '111224.152000', '111224.155000', '111224.158000', '111224.161000', '111224.164000', '111224.166000', '111224.169000', '111224.172000', '111224.175000', '111224.178000', '111224.181000', '111224.184000', '111224.186000', '111224.189000', '111224.192000', '111224.195000', '111224.198000', '111224.201000', '111224.204000', '111224.207000', '111224.210000', '111224.212000', '111224.215000', '111224.218000', '111224.221000', '111224.224000', '111224.227000', '111224.230000', '111224.232000', '111224.235000', '111224.238000', '111224.241000', '111224.244000', '111224.247000', '111244.123000', '111244.126000', '111244.129000', '111244.132000', '111244.135000', '111244.138000', '111244.140000', '111244.143000', '111244.146000', '111244.149000', '111244.152000', '111244.155000', '111244.158000', '111244.161000', '111244.164000', '111244.167000', '111244.169000', '111244.172000', '111244.175000', '111244.178000', '111244.181000', '111244.184000', '111244.187000', '111244.190000', '111244.193000', '111244.196000', '111244.199000', '111244.202000', '111244.204000', '111244.207000', '111244.210000', '111244.213000', '111244.216000', '111244.219000', '111244.222000', '111244.224000', '111244.227000', '111244.230000', '111244.233000', '111244.236000', '111244.239000', '111244.242000', '111244.245000', '111304.122000', '111304.125000', '111304.128000', '111304.131000', '111304.134000', '111304.137000', '111304.140000', '111304.143000', '111304.145000', '111304.148000', '111304.151000', '111304.154000', '111304.157000', '111304.160000', '111304.163000', '111304.166000', '111304.169000', '111304.171000', '111304.174000', '111304.177000', '111304.180000', '111304.183000', '111304.186000', '111304.189000', '111304.192000', '111304.194000', '111304.197000', '111304.200000', '111304.203000', '111304.206000', '111304.209000', '111304.212000', '111304.215000', '111304.217000', '111304.220000', '111304.223000', '111304.226000', '111304.229000', '111304.232000', '111304.235000', '111304.238000', '111304.241000', '111304.244000', '111324.122000', '111324.125000', '111324.128000', '111324.131000', '111324.134000', '111324.137000', '111324.140000', '111324.143000', '111324.146000', '111324.149000', '111324.152000', '111324.155000', '111324.157000', '111324.160000', '111324.163000', '111324.166000', '111324.169000', '111324.172000', '111324.175000', '111324.178000', '111324.180000', '111324.183000', '111324.186000', '111324.189000', '111324.192000', '111324.195000', '111324.198000', '111324.201000', '111324.204000', '111324.207000', '111324.210000', '111324.212000', '111324.215000', '111324.218000', '111324.221000', '111324.224000', '111324.227000', '111324.230000', '111324.251000', '111324.254000', '111324.257000', '111324.260000', '111324.263000', '111324.266000', '111344.122000', '111344.125000', '111344.128000', '111344.131000', '111344.134000', '111344.137000', '111344.140000', '111344.143000', '111344.146000', '111344.149000', '111344.152000', '111344.155000', '111344.158000', '111344.160000', '111344.163000', '111344.166000', '111344.169000', '111344.172000', '111344.175000', '111344.178000', '111344.181000', '111344.183000', '111344.186000', '111344.189000', '111344.192000', '111344.195000', '111344.198000', '111344.201000', '111344.204000', '111344.207000', '111344.209000', '111344.212000', '111344.215000', '111344.218000', '111344.221000', '111344.224000', '111344.227000', '111344.230000', '111344.233000', '111344.235000', '111344.238000', '111344.241000', '111344.244000', '111404.123000', '111404.126000', '111404.129000', '111404.132000', '111404.135000', '111404.138000', '111404.141000', '111404.143000', '111404.146000', '111404.149000', '111404.152000', '111404.155000', '111404.158000', '111404.161000', '111404.164000', '111404.167000', '111404.170000', '111404.173000', '111404.176000', '111404.179000', '111404.181000', '111404.184000', '111404.187000', '111404.190000', '111404.193000', '111404.203000', '111404.206000', '111404.209000', '111404.212000', '111404.215000', '111404.218000', '111404.221000', '111404.224000', '111404.227000', '111404.230000', '111404.233000', '111404.235000', '111404.239000', '111404.241000', '111404.244000', '111404.248000', '111404.251000', '111404.254000', '111404.256000', '111424.123000', '111424.126000', '111424.129000', '111424.132000', '111424.135000', '111424.138000', '111424.141000', '111424.151000', '111424.154000', '111424.157000', '111424.160000', '111424.163000', '111424.166000', '111424.169000', '111424.172000', '111424.175000', '111424.178000', '111424.181000', '111424.184000', '111424.186000', '111424.189000', '111424.192000', '111424.195000', '111424.198000', '111424.201000', '111424.204000', '111424.207000', '111424.210000', '111424.213000', '111424.216000', '111424.218000', '111424.221000', '111424.224000', '111424.227000', '111424.230000', '111424.233000', '111424.236000', '111424.239000', '111424.241000', '111424.244000', '111424.247000', '111424.250000', '111424.253000', '111444.123000', '111444.126000', '111444.129000', '111444.132000', '111444.139000', '111444.142000', '111444.145000', '111444.148000', '111444.151000', '111444.154000', '111444.157000', '111444.160000', '111444.163000', '111444.166000', '111444.169000', '111444.172000', '111444.175000', '111444.178000', '111444.180000', '111444.183000', '111444.186000', '111444.189000', '111444.192000', '111444.195000', '111444.198000', '111444.201000', '111444.204000', '111444.207000', '111444.210000', '111444.212000', '111444.215000', '111444.218000', '111444.221000', '111444.224000', '111444.227000', '111444.245000', '111444.248000', '111444.251000', '111444.254000', '111444.257000', '111444.260000', '111444.263000', '111444.266000', '111444.268000', '111453.183000', '111453.186000', '111453.189000', '111453.192000', '111453.195000', '111453.198000', '111453.201000', '111453.204000', '111453.207000', '111453.210000', '111453.213000', '111453.216000', '111453.219000', '111453.222000', '111453.225000', '111453.227000', '111453.231000', '111453.233000', '111453.236000', '111453.239000'], 'InstanceCreationTime': ['110704.153000', '110704.157000', '110704.160000', '110704.163000', '110704.167000', '110704.170000', '110704.173000', '110704.176000', '110704.179000', '110704.182000', '110704.185000', '110704.188000', '110704.191000', '110704.194000', '110704.197000', '110704.200000', '110704.203000', '110704.206000', '110704.209000', '110704.212000', '110704.216000', '110704.219000', '110704.222000', '110704.225000', '110704.235000', '110704.238000', '110704.241000', '110704.244000', '110704.247000', '110704.250000', '110704.253000', '110704.256000', '110704.259000', '110704.262000', '110704.265000', '110704.268000', '110704.271000', '110704.274000', '110704.277000', '110704.280000', '110704.283000', '110704.294000', '110704.297000', '110704.300000', '110704.303000', '110724.123000', '110724.126000', '110724.129000', '110724.132000', '110724.134000', '110724.137000', '110724.140000', '110724.143000', '110724.146000', '110724.149000', '110724.152000', '110724.154000', '110724.157000', '110724.160000', '110724.163000', '110724.166000', '110724.169000', '110724.172000', '110724.175000', '110724.178000', '110724.181000', '110724.183000', '110724.187000', '110724.192000', '110724.215000', '110724.218000', '110724.221000', '110724.223000', '110724.226000', '110724.229000', '110724.232000', '110724.235000', '110724.238000', '110724.245000', '110724.248000', '110724.250000', '110724.253000', '110724.256000', '110724.259000', '110724.262000', '110724.265000', '110724.268000', '110724.270000', '110744.123000', '110744.126000', '110744.129000', '110744.132000', '110744.134000', '110744.137000', '110744.140000', '110744.143000', '110744.146000', '110744.149000', '110744.151000', '110744.154000', '110744.157000', '110744.160000', '110744.163000', '110744.166000', '110744.169000', '110744.172000', '110744.175000', '110744.177000', '110744.180000', '110744.183000', '110744.186000', '110744.189000', '110744.192000', '110744.195000', '110744.198000', '110744.200000', '110744.203000', '110744.206000', '110744.209000', '110744.212000', '110744.215000', '110744.218000', '110744.220000', '110744.223000', '110744.226000', '110744.229000', '110744.232000', '110744.235000', '110744.238000', '110744.241000', '110744.243000', '110744.246000', '110804.123000', '110804.126000', '110804.129000', '110804.132000', '110804.135000', '110804.138000', '110804.141000', '110804.143000', '110804.146000', '110804.149000', '110804.152000', '110804.155000', '110804.158000', '110804.161000', '110804.164000', '110804.166000', '110804.169000', '110804.172000', '110804.175000', '110804.178000', '110804.181000', '110804.184000', '110804.187000', '110804.190000', '110804.193000', '110804.196000', '110804.199000', '110804.202000', '110804.204000', '110804.207000', '110804.210000', '110804.213000', '110804.216000', '110804.219000', '110804.222000', '110804.225000', '110804.227000', '110804.230000', '110804.239000', '110804.242000', '110804.245000', '110804.247000', '110804.250000', '110824.122000', '110824.125000', '110824.128000', '110824.131000', '110824.134000', '110824.136000', '110824.139000', '110824.142000', '110824.145000', '110824.148000', '110824.151000', '110824.154000', '110824.157000', '110824.160000', '110824.163000', '110824.165000', '110824.168000', '110824.171000', '110824.174000', '110824.177000', '110824.180000', '110824.183000', '110824.185000', '110824.188000', '110824.191000', '110824.194000', '110824.197000', '110824.200000', '110824.203000', '110824.206000', '110824.209000', '110824.211000', '110824.214000', '110824.217000', '110824.220000', '110824.223000', '110824.226000', '110824.229000', '110824.232000', '110824.235000', '110824.247000', '110824.250000', '110824.253000', '110824.256000', '110844.122000', '110844.125000', '110844.128000', '110844.131000', '110844.134000', '110844.137000', '110844.139000', '110844.142000', '110844.145000', '110844.148000', '110844.152000', '110844.155000', '110844.158000', '110844.161000', '110844.164000', '110844.167000', '110844.170000', '110844.172000', '110844.175000', '110844.178000', '110844.181000', '110844.184000', '110844.192000', '110844.194000', '110844.197000', '110844.200000', '110844.203000', '110844.206000', '110844.212000', '110844.215000', '110844.218000', '110844.221000', '110844.224000', '110844.227000', '110844.230000', '110844.233000', '110844.236000', '110844.239000', '110844.242000', '110844.244000', '110844.247000', '110844.250000', '110844.253000', '110904.122000', '110904.125000', '110904.128000', '110904.131000', '110904.134000', '110904.136000', '110904.139000', '110904.142000', '110904.145000', '110904.148000', '110904.151000', '110904.154000', '110904.157000', '110904.159000', '110904.162000', '110904.165000', '110904.168000', '110904.171000', '110904.174000', '110904.177000', '110904.193000', '110904.196000', '110904.198000', '110904.201000', '110904.204000', '110904.207000', '110904.210000', '110904.213000', '110904.216000', '110904.219000', '110904.222000', '110904.224000', '110904.227000', '110904.230000', '110904.233000', '110904.236000', '110904.239000', '110904.242000', '110904.245000', '110904.248000', '110904.250000', '110904.253000', '110904.256000', '110904.259000', '110924.122000', '110924.125000', '110924.128000', '110924.131000', '110924.134000', '110924.137000', '110924.140000', '110924.143000', '110924.146000', '110924.148000', '110924.151000', '110924.154000', '110924.157000', '110924.160000', '110924.163000', '110924.166000', '110924.169000', '110924.172000', '110924.174000', '110924.196000', '110924.199000', '110924.202000', '110924.205000', '110924.208000', '110924.211000', '110924.214000', '110924.217000', '110924.219000', '110924.222000', '110924.225000', '110924.228000', '110924.231000', '110924.234000', '110924.237000', '110924.240000', '110924.243000', '110924.247000', '110924.250000', '110924.253000', '110924.256000', '110924.259000', '110924.262000', '110924.264000', '110944.123000', '110944.126000', '110944.129000', '110944.132000', '110944.135000', '110944.138000', '110944.141000', '110944.144000', '110944.146000', '110944.149000', '110944.152000', '110944.155000', '110944.158000', '110944.161000', '110944.164000', '110944.167000', '110944.170000', '110944.172000', '110944.175000', '110944.178000', '110944.181000', '110944.184000', '110944.187000', '110944.190000', '110944.193000', '110944.196000', '110944.199000', '110944.202000', '110944.205000', '110944.208000', '110944.211000', '110944.213000', '110944.216000', '110944.219000', '110944.222000', '110944.225000', '110944.228000', '110944.231000', '110944.234000', '110944.237000', '110944.240000', '110944.243000', '110944.246000', '110944.248000', '111004.123000', '111004.126000', '111004.129000', '111004.132000', '111004.135000', '111004.138000', '111004.141000', '111004.144000', '111004.147000', '111004.150000', '111004.153000', '111004.155000', '111004.158000', '111004.161000', '111004.164000', '111004.167000', '111004.170000', '111004.173000', '111004.176000', '111004.179000', '111004.182000', '111004.184000', '111004.187000', '111004.191000', '111004.195000', '111004.197000', '111004.200000', '111004.203000', '111004.206000', '111004.209000', '111004.212000', '111004.215000', '111004.218000', '111004.221000', '111004.224000', '111004.227000', '111004.229000', '111004.232000', '111004.235000', '111004.238000', '111004.243000', '111004.246000', '111004.249000', '111024.123000', '111024.126000', '111024.129000', '111024.132000', '111024.135000', '111024.137000', '111024.140000', '111024.143000', '111024.146000', '111024.149000', '111024.152000', '111024.155000', '111024.158000', '111024.161000', '111024.164000', '111024.166000', '111024.169000', '111024.172000', '111024.175000', '111024.178000', '111024.181000', '111024.184000', '111024.187000', '111024.190000', '111024.192000', '111024.195000', '111024.198000', '111024.201000', '111024.204000', '111024.207000', '111024.210000', '111024.213000', '111024.216000', '111024.219000', '111024.221000', '111024.224000', '111024.227000', '111024.230000', '111024.233000', '111024.236000', '111024.239000', '111024.242000', '111024.244000', '111024.247000', '111044.122000', '111044.138000', '111044.141000', '111044.144000', '111044.146000', '111044.149000', '111044.152000', '111044.155000', '111044.158000', '111044.161000', '111044.164000', '111044.167000', '111044.170000', '111044.173000', '111044.175000', '111044.178000', '111044.181000', '111044.184000', '111044.187000', '111044.190000', '111044.193000', '111044.196000', '111044.199000', '111044.202000', '111044.205000', '111044.208000', '111044.210000', '111044.213000', '111044.216000', '111044.219000', '111044.222000', '111044.225000', '111044.228000', '111044.231000', '111044.234000', '111044.237000', '111044.240000', '111044.242000', '111044.245000', '111044.248000', '111044.251000', '111044.254000', '111044.260000', '111104.122000', '111104.125000', '111104.128000', '111104.131000', '111104.134000', '111104.137000', '111104.140000', '111104.143000', '111104.145000', '111104.148000', '111104.151000', '111104.154000', '111104.157000', '111104.160000', '111104.163000', '111104.166000', '111104.169000', '111104.171000', '111104.174000', '111104.177000', '111104.180000', '111104.183000', '111104.186000', '111104.189000', '111104.191000', '111104.194000', '111104.197000', '111104.200000', '111104.203000', '111104.206000', '111104.209000', '111104.212000', '111104.215000', '111104.218000', '111104.221000', '111104.223000', '111104.226000', '111104.229000', '111104.232000', '111104.235000', '111104.238000', '111104.241000', '111104.244000', '111104.247000', '111124.122000', '111124.125000', '111124.128000', '111124.131000', '111124.134000', '111124.137000', '111124.140000', '111124.142000', '111124.145000', '111124.148000', '111124.151000', '111124.154000', '111124.157000', '111124.160000', '111124.163000', '111124.166000', '111124.169000', '111124.172000', '111124.175000', '111124.177000', '111124.180000', '111124.183000', '111124.186000', '111124.189000', '111124.192000', '111124.195000', '111124.198000', '111124.201000', '111124.204000', '111124.207000', '111124.209000', '111124.212000', '111124.215000', '111124.218000', '111124.221000', '111124.224000', '111124.229000', '111124.232000', '111124.235000', '111124.238000', '111124.241000', '111124.244000', '111124.247000', '111144.123000', '111144.126000', '111144.129000', '111144.132000', '111144.135000', '111144.138000', '111144.140000', '111144.143000', '111144.146000', '111144.149000', '111144.152000', '111144.155000', '111144.158000', '111144.161000', '111144.164000', '111144.167000', '111144.169000', '111144.172000', '111144.175000', '111144.178000', '111144.181000', '111144.184000', '111144.187000', '111144.190000', '111144.193000', '111144.195000', '111144.198000', '111144.201000', '111144.204000', '111144.207000', '111144.210000', '111144.213000', '111144.216000', '111144.219000', '111144.222000', '111144.225000', '111144.228000', '111144.230000', '111144.233000', '111144.236000', '111144.239000', '111144.242000', '111144.245000', '111144.248000', '111204.123000', '111204.126000', '111204.129000', '111204.132000', '111204.135000', '111204.138000', '111204.141000', '111204.144000', '111204.147000', '111204.149000', '111204.152000', '111204.155000', '111204.158000', '111204.161000', '111204.164000', '111204.167000', '111204.170000', '111204.173000', '111204.175000', '111204.178000', '111204.181000', '111204.184000', '111204.187000', '111204.190000', '111204.193000', '111204.196000', '111204.209000', '111204.212000', '111204.215000', '111204.218000', '111204.223000', '111204.226000', '111204.229000', '111204.232000', '111204.235000', '111204.238000', '111204.240000', '111204.243000', '111204.246000', '111204.249000', '111204.252000', '111204.255000', '111204.258000', '111224.123000', '111224.126000', '111224.129000', '111224.132000', '111224.135000', '111224.137000', '111224.140000', '111224.143000', '111224.146000', '111224.149000', '111224.152000', '111224.155000', '111224.158000', '111224.161000', '111224.164000', '111224.166000', '111224.169000', '111224.172000', '111224.175000', '111224.178000', '111224.181000', '111224.184000', '111224.186000', '111224.189000', '111224.192000', '111224.195000', '111224.198000', '111224.201000', '111224.204000', '111224.207000', '111224.210000', '111224.212000', '111224.215000', '111224.218000', '111224.221000', '111224.224000', '111224.227000', '111224.230000', '111224.232000', '111224.235000', '111224.238000', '111224.241000', '111224.244000', '111224.247000', '111244.123000', '111244.126000', '111244.129000', '111244.132000', '111244.135000', '111244.138000', '111244.140000', '111244.143000', '111244.146000', '111244.149000', '111244.152000', '111244.155000', '111244.158000', '111244.161000', '111244.164000', '111244.167000', '111244.169000', '111244.172000', '111244.175000', '111244.178000', '111244.181000', '111244.184000', '111244.187000', '111244.190000', '111244.193000', '111244.196000', '111244.199000', '111244.202000', '111244.204000', '111244.207000', '111244.210000', '111244.213000', '111244.216000', '111244.219000', '111244.222000', '111244.224000', '111244.227000', '111244.230000', '111244.233000', '111244.236000', '111244.239000', '111244.242000', '111244.245000', '111304.122000', '111304.125000', '111304.128000', '111304.131000', '111304.134000', '111304.137000', '111304.140000', '111304.143000', '111304.145000', '111304.148000', '111304.151000', '111304.154000', '111304.157000', '111304.160000', '111304.163000', '111304.166000', '111304.169000', '111304.171000', '111304.174000', '111304.177000', '111304.180000', '111304.183000', '111304.186000', '111304.189000', '111304.192000', '111304.194000', '111304.197000', '111304.200000', '111304.203000', '111304.206000', '111304.209000', '111304.212000', '111304.215000', '111304.217000', '111304.220000', '111304.223000', '111304.226000', '111304.229000', '111304.232000', '111304.235000', '111304.238000', '111304.241000', '111304.244000', '111324.122000', '111324.125000', '111324.128000', '111324.131000', '111324.134000', '111324.137000', '111324.140000', '111324.143000', '111324.146000', '111324.149000', '111324.152000', '111324.155000', '111324.157000', '111324.160000', '111324.163000', '111324.166000', '111324.169000', '111324.172000', '111324.175000', '111324.178000', '111324.180000', '111324.183000', '111324.186000', '111324.189000', '111324.192000', '111324.195000', '111324.198000', '111324.201000', '111324.204000', '111324.207000', '111324.210000', '111324.212000', '111324.215000', '111324.218000', '111324.221000', '111324.224000', '111324.227000', '111324.230000', '111324.251000', '111324.254000', '111324.257000', '111324.260000', '111324.263000', '111324.266000', '111344.122000', '111344.125000', '111344.128000', '111344.131000', '111344.134000', '111344.137000', '111344.140000', '111344.143000', '111344.146000', '111344.149000', '111344.152000', '111344.155000', '111344.158000', '111344.160000', '111344.163000', '111344.166000', '111344.169000', '111344.172000', '111344.175000', '111344.178000', '111344.181000', '111344.183000', '111344.186000', '111344.189000', '111344.192000', '111344.195000', '111344.198000', '111344.201000', '111344.204000', '111344.207000', '111344.209000', '111344.212000', '111344.215000', '111344.218000', '111344.221000', '111344.224000', '111344.227000', '111344.230000', '111344.233000', '111344.235000', '111344.238000', '111344.241000', '111344.244000', '111404.123000', '111404.126000', '111404.129000', '111404.132000', '111404.135000', '111404.138000', '111404.141000', '111404.143000', '111404.146000', '111404.149000', '111404.152000', '111404.155000', '111404.158000', '111404.161000', '111404.164000', '111404.167000', '111404.170000', '111404.173000', '111404.176000', '111404.179000', '111404.181000', '111404.184000', '111404.187000', '111404.190000', '111404.193000', '111404.203000', '111404.206000', '111404.209000', '111404.212000', '111404.215000', '111404.218000', '111404.221000', '111404.224000', '111404.227000', '111404.230000', '111404.233000', '111404.235000', '111404.239000', '111404.241000', '111404.244000', '111404.248000', '111404.251000', '111404.254000', '111404.256000', '111424.123000', '111424.126000', '111424.129000', '111424.132000', '111424.135000', '111424.138000', '111424.141000', '111424.151000', '111424.154000', '111424.157000', '111424.160000', '111424.163000', '111424.166000', '111424.169000', '111424.172000', '111424.175000', '111424.178000', '111424.181000', '111424.184000', '111424.186000', '111424.189000', '111424.192000', '111424.195000', '111424.198000', '111424.201000', '111424.204000', '111424.207000', '111424.210000', '111424.213000', '111424.216000', '111424.218000', '111424.221000', '111424.224000', '111424.227000', '111424.230000', '111424.233000', '111424.236000', '111424.239000', '111424.241000', '111424.244000', '111424.247000', '111424.250000', '111424.253000', '111444.123000', '111444.126000', '111444.129000', '111444.132000', '111444.139000', '111444.142000', '111444.145000', '111444.148000', '111444.151000', '111444.154000', '111444.157000', '111444.160000', '111444.163000', '111444.166000', '111444.169000', '111444.172000', '111444.175000', '111444.178000', '111444.180000', '111444.183000', '111444.186000', '111444.189000', '111444.192000', '111444.195000', '111444.198000', '111444.201000', '111444.204000', '111444.207000', '111444.210000', '111444.212000', '111444.215000', '111444.218000', '111444.221000', '111444.224000', '111444.227000', '111444.245000', '111444.248000', '111444.251000', '111444.254000', '111444.257000', '111444.260000', '111444.263000', '111444.266000', '111444.268000', '111453.183000', '111453.186000', '111453.189000', '111453.192000', '111453.195000', '111453.198000', '111453.201000', '111453.204000', '111453.207000', '111453.210000', '111453.213000', '111453.216000', '111453.219000', '111453.222000', '111453.225000', '111453.227000', '111453.231000', '111453.233000', '111453.236000', '111453.239000'], '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], 'LargestImagePixelValue': [11159, 8021, 11249, 7311, 10002, 8281, 8955, 7002, 6704, 7455, 6764, 10936, 7212, 8032, 6884, 6712, 7822, 6716, 9152, 6721, 10425, 7759, 10601, 7100, 9076, 6935, 10658, 7501, 9802, 6815, 8408, 6957, 10687, 7064, 7859, 6997, 6945, 7758, 6807, 7149, 6852, 7114, 6860, 7790, 6680, 8250, 6780, 7977, 6876, 9424, 6801, 8203, 6962, 8782, 6759, 8587, 7006, 8091, 6934, 9502, 6602, 8917, 6769, 9174, 7243, 8966, 7036, 7345, 7581, 7596, 8235, 7171, 8211, 6767, 9158, 7197, 7822, 6749, 7203, 6842, 8306, 6938, 8148, 6884, 8063, 6974, 10075, 6909, 7955, 6855, 8656, 8437, 6983, 6902, 6736, 8043, 6831, 9747, 6838, 8469, 7018, 9386, 7383, 8327, 6948, 6873, 8771, 6756, 7430, 6858, 7407, 6744, 7994, 6723, 8118, 6795, 7862, 6829, 7695, 6754, 7989, 6754, 7766, 6724, 8287, 6831, 9223, 6854, 9085, 7022, 9811, 7452, 8830, 7110, 8910, 7261, 9932, 7078, 8802, 6899, 8949, 7301, 7438, 6804, 6776, 6988, 6650, 7700, 6884, 7607, 7063, 6506, 7910, 6695, 8000, 6600, 7561, 6787, 9077, 7167, 8178, 6670, 8103, 6683, 9482, 7452, 8104, 6893, 8601, 7117, 8693, 7108, 7187, 6856, 8425, 6717, 9280, 6858, 8243, 6877, 9877, 7516, 7219, 8049, 6744, 8549, 6914, 8701, 6747, 7967, 6653, 10273, 7102, 9272, 6749, 8229, 8031, 8258, 8068, 6635, 7083, 6534, 7861, 6675, 8140, 6752, 8204, 6699, 9715, 6701, 7897, 6601, 7815, 7391, 6645, 7587, 6874, 8284, 7253, 10624, 7011, 6818, 6794, 6707, 7943, 6798, 9200, 8066, 6586, 7337, 6749, 8953, 7131, 8629, 6782, 6607, 8010, 6651, 9423, 10008, 8117, 9001, 6606, 7903, 6651, 7857, 8540, 7062, 8778, 6908, 8247, 6794, 8183, 6832, 7476, 8674, 6781, 7240, 6910, 6756, 6770, 6568, 7424, 6783, 6571, 9110, 8708, 8417, 7652, 6637, 7827, 6660, 8112, 8797, 7239, 9260, 6564, 6517, 6596, 6588, 9380, 8091, 9233, 9044, 6574, 7424, 6668, 8427, 7133, 10092, 8611, 6675, 7489, 6753, 8613, 6810, 9899, 7495, 10107, 6770, 7273, 6696, 6571, 8735, 6836, 9494, 6565, 7956, 6542, 8844, 7062, 9188, 6727, 6558, 6765, 6759, 8107, 6733, 9343, 6653, 9042, 6685, 9700, 7426, 8525, 6972, 6935, 7338, 6745, 8357, 6580, 6838, 6643, 7602, 6777, 8316, 6804, 7693, 6836, 8000, 6738, 9847, 6752, 9730, 7079, 9085, 6701, 8999, 6919, 7341, 6825, 6788, 8297, 6888, 7168, 6739, 7796, 6714, 8766, 6783, 8635, 6925, 9490, 7148, 8500, 6731, 6635, 8813, 6553, 7166, 6678, 8356, 6811, 9659, 7028, 8514, 6793, 7923, 7673, 6769, 7207, 6506, 8623, 6888, 10418, 6814, 9035, 7093, 9049, 8568, 6483, 7257, 7293, 7358, 6910, 10007, 6853, 8450, 7026, 7383, 7653, 6765, 7831, 6719, 9384, 6643, 9628, 7002, 8082, 6955, 7876, 8049, 6465, 6927, 6504, 7660, 6691, 9225, 6752, 8344, 6988, 8405, 7623, 6688, 7306, 6515, 7747, 6846, 9433, 6562, 8321, 6873, 8887, 7927, 8729, 7112, 6647, 7253, 6820, 9437, 6618, 8843, 6662, 9296, 7000, 8936, 6741, 8020, 6848, 8085, 6898, 6637, 7296, 6610, 8100, 6714, 7780, 6590, 7832, 7054, 6790, 7039, 6813, 9413, 6900, 10605, 6895, 8640, 7093, 7421, 8599, 6448, 7478, 6691, 9359, 6576, 10704, 6707, 8706, 6875, 9336, 7094, 8115, 6750, 6679, 7136, 6851, 9101, 6926, 8243, 6953, 6493, 6923, 6667, 8697, 7296, 9706, 7183, 7971, 7131, 6921, 8758, 6938, 10962, 6763, 6938, 6661, 6425, 7776, 6770, 9439, 9131, 6702, 7496, 6970, 7515, 7105, 6742, 7864, 6671, 10426, 7306, 9897, 7703, 8676, 8596, 6773, 7625, 6737, 6554, 8145, 6630, 8663, 6667, 8884, 6677, 8064, 7307, 6705, 6938, 6524, 9574, 6717, 10033, 6622, 7019, 7215, 6707, 6384, 6733, 6645, 6615, 6994, 6675, 7848, 6819, 6398, 6863, 6588, 7635, 6564, 8296, 6511, 8693, 6875, 8516, 6626, 8204, 6620, 8074, 6696, 7918, 6805, 7861, 6664, 8741, 7892, 9157, 6824, 6447, 6979, 6599, 9009, 7514, 7463, 6572, 7469, 6665, 7955, 6702, 9471, 6663, 8222, 6762, 8252, 6615, 9534, 7148, 8916, 6905, 9302, 8073, 10203, 7003, 8836, 6991, 10231, 7227, 8197, 6861, 7333, 8966, 8104, 10281, 6984, 8391, 6950, 7977, 7105, 6492, 7023, 6620, 10121, 7840, 10057, 6657, 8811, 7043, 10256, 8577, 10819, 6872, 8742, 7043, 7399, 8079, 9498, 7563, 6719, 7385, 6603, 7905, 6878, 8406, 6917, 9058, 6980, 10422, 7482, 8959, 6767, 9183, 6973, 9253, 6911, 8142, 6835, 9752, 7978, 8664, 7060, 6532, 6794, 6965, 6661, 7539, 7066, 8263, 7044, 8045, 7404, 8656, 7011, 9272, 6976, 9779, 8005, 10642, 8565, 7366, 7299, 6675, 8781, 8112, 6762, 11393, 9397, 6566, 6832, 6875, 7553, 7252, 8908, 7034, 10803, 8112, 8893, 6740, 7844, 6878, 8069, 9325, 7188, 7933, 6778, 7463, 6901, 8875, 6940, 8696, 6864, 7480, 7051, 8775, 7505, 8684, 6946, 6698, 8658, 8093, 9383, 7096, 7910, 6823, 8180, 6904, 10253, 7917, 9493, 6994, 7767, 6985, 6693, 7645, 6814, 7922, 7091, 8011, 7116, 9561, 8892, 7564, 7156, 6875, 9800, 9218, 9346, 7016, 8220, 6760, 8390, 6973, 10124, 7095, 8643, 6861, 8067, 8190, 8830, 8640, 6709, 7945, 6720, 8403, 6926, 10058, 7686, 10647, 6728, 8820, 7117, 9108, 8080, 6589, 6978, 6600, 7477, 7050, 9657, 6905, 7904, 6856, 6535, 8452, 8349, 8226, 6719, 7903, 6657, 8166, 6736, 9415, 6836, 7139, 6868, 8199, 9320, 9025, 7859, 6481, 7185, 6644, 9759, 8542, 7799, 6412, 7335, 6466, 9057, 8321, 9008, 6968, 7856, 6544, 7673, 6543, 9113, 6812, 7532, 6508, 8266, 9017, 7853, 7427, 6791, 8022, 7969, 10121, 7776, 9009, 6882, 9723, 7325, 10181, 7497, 8694, 6862, 7581, 6863, 9350, 7353, 8043, 6717, 8518, 7906, 9880, 8267, 8940, 6743, 8027, 7941, 10164, 8498, 9072, 7007, 8826, 7395, 10217, 7808, 8910, 6753, 8810, 6963, 10468, 7874, 9406, 6872, 8752, 6964, 10034, 8382, 9449, 6925, 8230, 6843, 10022, 8017, 9166, 7011, 7921, 6787, 9411, 8353, 9553, 7248, 8318, 7083, 10036, 7909, 9536, 6973, 9153, 7004, 10156, 7379, 9559, 6943, 7605, 7111, 8492, 7536, 6662, 7074, 6643, 7521, 6843, 9667, 6826, 8647, 6956, 9392, 7232, 10343, 6919, 8661, 7013, 9030, 7431, 10539, 7065, 7476, 7045, 6721, 8526, 7335, 9599, 7233, 8442, 7390, 9905, 9762, 9326, 7705, 7555, 9212, 9502, 9939, 7136, 7741, 6861, 8637, 6781, 8786, 7066, 8198, 6979, 8843, 6861, 9173, 7089, 9147, 7065, 9743, 7327, 9403, 7187, 9778, 7476, 8786, 7110, 8247, 7758, 9931, 7634, 7098, 7024, 6780, 8272, 6911, 8815, 6745, 7992, 6878, 8514, 6994, 9856, 8018, 7500, 6970, 6615, 8506, 7002, 9102, 6870, 8272, 7025, 7998, 7043, 8845, 7081, 6914, 7169, 6741, 9572, 8008, 9101, 7246, 6867, 6819, 6687, 7030, 7573, 8095, 9210, 10610, 6962, 8804, 7088, 7805, 10253, 6919, 10092, 6835, 8063, 9252, 9030, 8846, 6514, 8157, 6842, 10202, 6801, 8451, 6894, 6608, 7076, 6847, 9835, 6925, 6990, 7120, 6824, 8679, 6792, 9751, 8456, 6730, 7248, 6854, 9737, 7010, 9673, 6847, 6595, 7158, 7025, 9989, 7171, 7335, 7089, 6848, 7354, 6647, 8545, 6861, 6889, 7073, 6851, 7149, 7847, 6552, 8633, 6831, 9245, 6600], 'WindowCenter': [4250.0, 4206.0, 4222.0, 4167.0, 4197.0, 4176.0, 4174.0, 4141.0, 4141.0, 4151.0, 4141.0, 4193.0, 4151.0, 4162.0, 4154.0, 4154.0, 4164.0, 4153.0, 4196.0, 4155.0, 4207.0, 4164.0, 4194.0, 4153.0, 4172.0, 4155.0, 4192.0, 4152.0, 4181.0, 4140.0, 4172.0, 4152.0, 4182.0, 4141.0, 4159.0, 4140.0, 4151.0, 4162.0, 4138.0, 4142.0, 4140.0, 4152.0, 4144.0, 4162.0, 4142.0, 4170.0, 4141.0, 4162.0, 4141.0, 4171.0, 4139.0, 4160.0, 4153.0, 4170.0, 4142.0, 4159.0, 4140.0, 4160.0, 4152.0, 4179.0, 4138.0, 4170.0, 4143.0, 4182.0, 4150.0, 4171.0, 4152.0, 4150.0, 4163.0, 4162.0, 4163.0, 4140.0, 4161.0, 4141.0, 4181.0, 4140.0, 4150.0, 4128.0, 4151.0, 4141.0, 4159.0, 4140.0, 4148.0, 4138.0, 4160.0, 4140.0, 4179.0, 4140.0, 4161.0, 4142.0, 4170.0, 4172.0, 4140.0, 4138.0, 4141.0, 4161.0, 4129.0, 4169.0, 4128.0, 4161.0, 4139.0, 4170.0, 4139.0, 4158.0, 4138.0, 4130.0, 4159.0, 4128.0, 4139.0, 4128.0, 4136.0, 4129.0, 4159.0, 4129.0, 4147.0, 4127.0, 4146.0, 4128.0, 4149.0, 4128.0, 4147.0, 4140.0, 4150.0, 4142.0, 4161.0, 4140.0, 4182.0, 4141.0, 4171.0, 4153.0, 4181.0, 4151.0, 4171.0, 4141.0, 4170.0, 4152.0, 4180.0, 4141.0, 4170.0, 4153.0, 4171.0, 4151.0, 4151.0, 4140.0, 4141.0, 4154.0, 4155.0, 4163.0, 4155.0, 4165.0, 4155.0, 4157.0, 4177.0, 4157.0, 4176.0, 4156.0, 4166.0, 4155.0, 4185.0, 4151.0, 4175.0, 4142.0, 4165.0, 4142.0, 4182.0, 4149.0, 4151.0, 4139.0, 4171.0, 4138.0, 4161.0, 4138.0, 4138.0, 4128.0, 4162.0, 4129.0, 4170.0, 4141.0, 4161.0, 4141.0, 4180.0, 4151.0, 4149.0, 4160.0, 4143.0, 4171.0, 4140.0, 4159.0, 4130.0, 4161.0, 4140.0, 4178.0, 4138.0, 4168.0, 4139.0, 4160.0, 4160.0, 4158.0, 4160.0, 4128.0, 4139.0, 4129.0, 4158.0, 4139.0, 4159.0, 4138.0, 4161.0, 4141.0, 4180.0, 4140.0, 4160.0, 4143.0, 4151.0, 4152.0, 4141.0, 4162.0, 4153.0, 4173.0, 4164.0, 4194.0, 4153.0, 4141.0, 4139.0, 4139.0, 4149.0, 4139.0, 4171.0, 4162.0, 4140.0, 4150.0, 4140.0, 4169.0, 4142.0, 4171.0, 4140.0, 4127.0, 4148.0, 4127.0, 4156.0, 4167.0, 4136.0, 4156.0, 4126.0, 4136.0, 4126.0, 4145.0, 4144.0, 4125.0, 4144.0, 4122.0, 4133.0, 4111.0, 4131.0, 4111.0, 4122.0, 4159.0, 4125.0, 4136.0, 4124.0, 4122.0, 4124.0, 4125.0, 4136.0, 4126.0, 4139.0, 4170.0, 4172.0, 4159.0, 4149.0, 4128.0, 4135.0, 4127.0, 4146.0, 4157.0, 4137.0, 4167.0, 4126.0, 4126.0, 4127.0, 4138.0, 4169.0, 4159.0, 4168.0, 4170.0, 4128.0, 4137.0, 4126.0, 4149.0, 4138.0, 4178.0, 4158.0, 4126.0, 4136.0, 4125.0, 4146.0, 4124.0, 4167.0, 4136.0, 4166.0, 4114.0, 4123.0, 4124.0, 4124.0, 4155.0, 4112.0, 4155.0, 4113.0, 4134.0, 4114.0, 4156.0, 4125.0, 4154.0, 4126.0, 4116.0, 4127.0, 4139.0, 4148.0, 4139.0, 4169.0, 4128.0, 4169.0, 4141.0, 4170.0, 4149.0, 4159.0, 4139.0, 4137.0, 4151.0, 4129.0, 4159.0, 4127.0, 4128.0, 4128.0, 4150.0, 4139.0, 4159.0, 4140.0, 4149.0, 4140.0, 4161.0, 4143.0, 4183.0, 4141.0, 4180.0, 4140.0, 4171.0, 4141.0, 4171.0, 4141.0, 4150.0, 4141.0, 4144.0, 4171.0, 4140.0, 4139.0, 4141.0, 4163.0, 4141.0, 4172.0, 4142.0, 4174.0, 4154.0, 4183.0, 4152.0, 4172.0, 4141.0, 4142.0, 4171.0, 4130.0, 4151.0, 4142.0, 4173.0, 4142.0, 4182.0, 4151.0, 4171.0, 4154.0, 4162.0, 4164.0, 4142.0, 4152.0, 4143.0, 4173.0, 4152.0, 4193.0, 4142.0, 4173.0, 4154.0, 4171.0, 4171.0, 4130.0, 4151.0, 4150.0, 4152.0, 4141.0, 4179.0, 4153.0, 4171.0, 4152.0, 4151.0, 4152.0, 4138.0, 4149.0, 4140.0, 4183.0, 4141.0, 4179.0, 4141.0, 4159.0, 4150.0, 4160.0, 4161.0, 4128.0, 4139.0, 4129.0, 4151.0, 4140.0, 4170.0, 4128.0, 4158.0, 4152.0, 4162.0, 4150.0, 4139.0, 4148.0, 4142.0, 4161.0, 4141.0, 4172.0, 4141.0, 4160.0, 4142.0, 4172.0, 4159.0, 4160.0, 4139.0, 4127.0, 4150.0, 4138.0, 4168.0, 4127.0, 4157.0, 4138.0, 4171.0, 4139.0, 4167.0, 4127.0, 4159.0, 4129.0, 4149.0, 4138.0, 4128.0, 4149.0, 4140.0, 4159.0, 4140.0, 4150.0, 4141.0, 4151.0, 4151.0, 4141.0, 4141.0, 4140.0, 4182.0, 4137.0, 4192.0, 4140.0, 4160.0, 4140.0, 4150.0, 4160.0, 4129.0, 4136.0, 4138.0, 4169.0, 4127.0, 4180.0, 4138.0, 4158.0, 4138.0, 4169.0, 4138.0, 4148.0, 4126.0, 4127.0, 4151.0, 4151.0, 4169.0, 4150.0, 4160.0, 4149.0, 4130.0, 4140.0, 4140.0, 4171.0, 4151.0, 4181.0, 4151.0, 4161.0, 4139.0, 4137.0, 4171.0, 4139.0, 4179.0, 4128.0, 4137.0, 4127.0, 4128.0, 4149.0, 4140.0, 4168.0, 4168.0, 4127.0, 4137.0, 4125.0, 4133.0, 4123.0, 4123.0, 4145.0, 4125.0, 4177.0, 4137.0, 4178.0, 4149.0, 4156.0, 4155.0, 4126.0, 4135.0, 4126.0, 4115.0, 4147.0, 4125.0, 4156.0, 4128.0, 4168.0, 4127.0, 4146.0, 4135.0, 4125.0, 4124.0, 4114.0, 4167.0, 4126.0, 4168.0, 4140.0, 4140.0, 4149.0, 4139.0, 4141.0, 4138.0, 4154.0, 4138.0, 4150.0, 4139.0, 4148.0, 4128.0, 4127.0, 4128.0, 4127.0, 4149.0, 4127.0, 4146.0, 4103.0, 4134.0, 4101.0, 4131.0, 4099.0, 4120.0, 4099.0, 4118.0, 4099.0, 4119.0, 4098.0, 4116.0, 4110.0, 4143.0, 4133.0, 4153.0, 4112.0, 4111.0, 4125.0, 4126.0, 4157.0, 4137.0, 4137.0, 4125.0, 4137.0, 4126.0, 4147.0, 4128.0, 4179.0, 4140.0, 4160.0, 4138.0, 4159.0, 4140.0, 4181.0, 4142.0, 4170.0, 4140.0, 4170.0, 4160.0, 4179.0, 4141.0, 4169.0, 4152.0, 4192.0, 4152.0, 4158.0, 4130.0, 4151.0, 4183.0, 4165.0, 4195.0, 4154.0, 4161.0, 4141.0, 4149.0, 4142.0, 4129.0, 4152.0, 4154.0, 4194.0, 4164.0, 4183.0, 4141.0, 4160.0, 4129.0, 4168.0, 4161.0, 4179.0, 4127.0, 4147.0, 4129.0, 4140.0, 4150.0, 4170.0, 4150.0, 4129.0, 4140.0, 4129.0, 4150.0, 4130.0, 4161.0, 4141.0, 4173.0, 4141.0, 4183.0, 4140.0, 4159.0, 4129.0, 4170.0, 4141.0, 4169.0, 4140.0, 4161.0, 4156.0, 4198.0, 4179.0, 4189.0, 4158.0, 4148.0, 4146.0, 4145.0, 4132.0, 4154.0, 4143.0, 4164.0, 4143.0, 4153.0, 4144.0, 4163.0, 4132.0, 4160.0, 4130.0, 4158.0, 4138.0, 4157.0, 4135.0, 4114.0, 4112.0, 4104.0, 4134.0, 4134.0, 4114.0, 4166.0, 4145.0, 4104.0, 4101.0, 4101.0, 4122.0, 4113.0, 4133.0, 4113.0, 4165.0, 4124.0, 4132.0, 4102.0, 4120.0, 4100.0, 4121.0, 4143.0, 4114.0, 4134.0, 4113.0, 4122.0, 4113.0, 4144.0, 4127.0, 4145.0, 4115.0, 4123.0, 4126.0, 4157.0, 4139.0, 4157.0, 4139.0, 4128.0, 4161.0, 4149.0, 4171.0, 4138.0, 4148.0, 4116.0, 4147.0, 4126.0, 4167.0, 4137.0, 4156.0, 4125.0, 4135.0, 4126.0, 4126.0, 4148.0, 4128.0, 4148.0, 4138.0, 4152.0, 4142.0, 4183.0, 4171.0, 4150.0, 4128.0, 4128.0, 4170.0, 4159.0, 4158.0, 4126.0, 4147.0, 4115.0, 4148.0, 4128.0, 4169.0, 4128.0, 4148.0, 4127.0, 4136.0, 4150.0, 4159.0, 4160.0, 4116.0, 4138.0, 4115.0, 4146.0, 4126.0, 4156.0, 4125.0, 4165.0, 4113.0, 4144.0, 4126.0, 4156.0, 4146.0, 4115.0, 4125.0, 4125.0, 4136.0, 4138.0, 4169.0, 4138.0, 4149.0, 4128.0, 4129.0, 4162.0, 4159.0, 4161.0, 4127.0, 4149.0, 4130.0, 4160.0, 4132.0, 4171.0, 4140.0, 4141.0, 4141.0, 4161.0, 4183.0, 4172.0, 4152.0, 4118.0, 4141.0, 4129.0, 4171.0, 4159.0, 4138.0, 4116.0, 4137.0, 4115.0, 4159.0, 4147.0, 4158.0, 4125.0, 4135.0, 4103.0, 4136.0, 4115.0, 4155.0, 4113.0, 4135.0, 4113.0, 4148.0, 4156.0, 4147.0, 4126.0, 4114.0, 4134.0, 4148.0, 4166.0, 4137.0, 4156.0, 4125.0, 4156.0, 4136.0, 4167.0, 4138.0, 4146.0, 4127.0, 4135.0, 4129.0, 4167.0, 4139.0, 4147.0, 4129.0, 4160.0, 4161.0, 4181.0, 4160.0, 4159.0, 4129.0, 4146.0, 4150.0, 4179.0, 4161.0, 4159.0, 4141.0, 4159.0, 4140.0, 4180.0, 4148.0, 4158.0, 4128.0, 4157.0, 4139.0, 4178.0, 4149.0, 4168.0, 4129.0, 4158.0, 4139.0, 4180.0, 4159.0, 4170.0, 4139.0, 4148.0, 4141.0, 4181.0, 4150.0, 4169.0, 4140.0, 4148.0, 4130.0, 4168.0, 4161.0, 4172.0, 4150.0, 4159.0, 4140.0, 4181.0, 4162.0, 4168.0, 4140.0, 4170.0, 4140.0, 4181.0, 4140.0, 4171.0, 4141.0, 4150.0, 4154.0, 4173.0, 4162.0, 4142.0, 4154.0, 4145.0, 4163.0, 4145.0, 4183.0, 4143.0, 4174.0, 4154.0, 4185.0, 4153.0, 4182.0, 4140.0, 4160.0, 4140.0, 4172.0, 4151.0, 4182.0, 4140.0, 4149.0, 4141.0, 4142.0, 4173.0, 4152.0, 4183.0, 4153.0, 4161.0, 4153.0, 4182.0, 4184.0, 4171.0, 4152.0, 4149.0, 4173.0, 4168.0, 4171.0, 4128.0, 4137.0, 4128.0, 4159.0, 4128.0, 4158.0, 4127.0, 4147.0, 4139.0, 4159.0, 4128.0, 4170.0, 4140.0, 4172.0, 4142.0, 4169.0, 4150.0, 4169.0, 4139.0, 4169.0, 4139.0, 4158.0, 4139.0, 4159.0, 4151.0, 4168.0, 4150.0, 4139.0, 4138.0, 4127.0, 4160.0, 4138.0, 4158.0, 4128.0, 4149.0, 4129.0, 4157.0, 4141.0, 4169.0, 4147.0, 4136.0, 4126.0, 4126.0, 4158.0, 4126.0, 4157.0, 4126.0, 4147.0, 4128.0, 4149.0, 4140.0, 4169.0, 4152.0, 4152.0, 4142.0, 4143.0, 4195.0, 4164.0, 4198.0, 4164.0, 4142.0, 4130.0, 4129.0, 4139.0, 4151.0, 4161.0, 4172.0, 4193.0, 4140.0, 4171.0, 4141.0, 4150.0, 4180.0, 4140.0, 4168.0, 4127.0, 4148.0, 4159.0, 4156.0, 4157.0, 4103.0, 4134.0, 4126.0, 4166.0, 4127.0, 4144.0, 4125.0, 4128.0, 4138.0, 4129.0, 4171.0, 4139.0, 4127.0, 4128.0, 4131.0, 4159.0, 4129.0, 4169.0, 4148.0, 4127.0, 4137.0, 4128.0, 4168.0, 4127.0, 4155.0, 4124.0, 4114.0, 4126.0, 4138.0, 4166.0, 4127.0, 4137.0, 4126.0, 4115.0, 4150.0, 4142.0, 4158.0, 4118.0, 4128.0, 4112.0, 4127.0, 4126.0, 4136.0, 4105.0, 4144.0, 4115.0, 4142.0, 4114.0], 'WindowWidth': [9416.0, 9347.0, 9359.0, 9277.0, 9313.0, 9283.0, 9276.0, 9230.0, 9229.0, 9243.0, 9231.0, 9299.0, 9244.0, 9257.0, 9253.0, 9254.0, 9265.0, 9251.0, 9310.0, 9256.0, 9326.0, 9266.0, 9304.0, 9247.0, 9271.0, 9254.0, 9298.0, 9246.0, 9280.0, 9225.0, 9270.0, 9247.0, 9281.0, 9227.0, 9248.0, 9225.0, 9242.0, 9258.0, 9222.0, 9232.0, 9227.0, 9244.0, 9237.0, 9259.0, 9232.0, 9268.0, 9230.0, 9261.0, 9231.0, 9269.0, 9225.0, 9253.0, 9248.0, 9267.0, 9229.0, 9249.0, 9223.0, 9253.0, 9244.0, 9277.0, 9222.0, 9263.0, 9234.0, 9287.0, 9241.0, 9269.0, 9245.0, 9240.0, 9263.0, 9258.0, 9260.0, 9226.0, 9255.0, 9230.0, 9283.0, 9227.0, 9241.0, 9208.0, 9241.0, 9231.0, 9250.0, 9225.0, 9234.0, 9222.0, 9254.0, 9225.0, 9275.0, 9226.0, 9254.0, 9232.0, 9267.0, 9274.0, 9226.0, 9222.0, 9229.0, 9255.0, 9211.0, 9262.0, 9207.0, 9251.0, 9224.0, 9265.0, 9222.0, 9246.0, 9218.0, 9211.0, 9249.0, 9206.0, 9220.0, 9205.0, 9215.0, 9209.0, 9250.0, 9208.0, 9230.0, 9203.0, 9227.0, 9207.0, 9238.0, 9207.0, 9231.0, 9225.0, 9238.0, 9233.0, 9256.0, 9228.0, 9283.0, 9228.0, 9270.0, 9247.0, 9280.0, 9241.0, 9267.0, 9227.0, 9266.0, 9243.0, 9279.0, 9229.0, 9266.0, 9248.0, 9268.0, 9243.0, 9241.0, 9227.0, 9229.0, 9251.0, 9254.0, 9262.0, 9255.0, 9268.0, 9255.0, 9261.0, 9289.0, 9258.0, 9285.0, 9257.0, 9270.0, 9255.0, 9293.0, 9244.0, 9277.0, 9232.0, 9267.0, 9233.0, 9286.0, 9236.0, 9240.0, 9221.0, 9268.0, 9219.0, 9253.0, 9217.0, 9219.0, 9207.0, 9256.0, 9210.0, 9265.0, 9227.0, 9255.0, 9230.0, 9280.0, 9244.0, 9237.0, 9252.0, 9234.0, 9267.0, 9225.0, 9250.0, 9211.0, 9253.0, 9227.0, 9275.0, 9221.0, 9260.0, 9223.0, 9252.0, 9254.0, 9246.0, 9252.0, 9206.0, 9224.0, 9214.0, 9249.0, 9224.0, 9251.0, 9223.0, 9256.0, 9230.0, 9277.0, 9225.0, 9254.0, 9234.0, 9242.0, 9246.0, 9231.0, 9258.0, 9253.0, 9278.0, 9266.0, 9306.0, 9247.0, 9229.0, 9222.0, 9221.0, 9235.0, 9222.0, 9267.0, 9258.0, 9226.0, 9240.0, 9225.0, 9263.0, 9231.0, 9267.0, 9226.0, 9205.0, 9231.0, 9201.0, 9239.0, 9254.0, 9211.0, 9237.0, 9197.0, 9210.0, 9198.0, 9222.0, 9222.0, 9195.0, 9219.0, 9188.0, 9200.0, 9169.0, 9195.0, 9170.0, 9186.0, 9249.0, 9198.0, 9214.0, 9195.0, 9190.0, 9192.0, 9195.0, 9211.0, 9200.0, 9224.0, 9267.0, 9271.0, 9251.0, 9234.0, 9204.0, 9208.0, 9199.0, 9226.0, 9242.0, 9214.0, 9254.0, 9202.0, 9201.0, 9204.0, 9221.0, 9263.0, 9249.0, 9260.0, 9264.0, 9204.0, 9213.0, 9199.0, 9232.0, 9218.0, 9271.0, 9245.0, 9199.0, 9212.0, 9196.0, 9223.0, 9195.0, 9253.0, 9212.0, 9250.0, 9179.0, 9190.0, 9193.0, 9194.0, 9235.0, 9175.0, 9233.0, 9177.0, 9204.0, 9181.0, 9239.0, 9198.0, 9233.0, 9201.0, 9185.0, 9204.0, 9222.0, 9232.0, 9222.0, 9262.0, 9208.0, 9261.0, 9229.0, 9263.0, 9236.0, 9248.0, 9222.0, 9217.0, 9241.0, 9209.0, 9247.0, 9204.0, 9206.0, 9207.0, 9240.0, 9224.0, 9248.0, 9226.0, 9235.0, 9225.0, 9257.0, 9235.0, 9286.0, 9230.0, 9278.0, 9226.0, 9269.0, 9229.0, 9267.0, 9228.0, 9238.0, 9230.0, 9237.0, 9270.0, 9226.0, 9224.0, 9230.0, 9261.0, 9230.0, 9270.0, 9231.0, 9274.0, 9251.0, 9286.0, 9244.0, 9268.0, 9228.0, 9233.0, 9270.0, 9214.0, 9242.0, 9231.0, 9276.0, 9234.0, 9283.0, 9244.0, 9269.0, 9252.0, 9260.0, 9265.0, 9233.0, 9246.0, 9238.0, 9276.0, 9246.0, 9303.0, 9234.0, 9274.0, 9252.0, 9270.0, 9271.0, 9214.0, 9241.0, 9238.0, 9245.0, 9231.0, 9276.0, 9252.0, 9269.0, 9247.0, 9243.0, 9243.0, 9221.0, 9237.0, 9228.0, 9289.0, 9231.0, 9277.0, 9227.0, 9249.0, 9241.0, 9254.0, 9255.0, 9208.0, 9223.0, 9210.0, 9241.0, 9225.0, 9263.0, 9208.0, 9246.0, 9246.0, 9257.0, 9241.0, 9224.0, 9236.0, 9233.0, 9258.0, 9229.0, 9270.0, 9227.0, 9251.0, 9229.0, 9271.0, 9250.0, 9250.0, 9222.0, 9206.0, 9241.0, 9220.0, 9258.0, 9204.0, 9244.0, 9221.0, 9267.0, 9222.0, 9258.0, 9203.0, 9249.0, 9210.0, 9236.0, 9220.0, 9206.0, 9238.0, 9226.0, 9252.0, 9227.0, 9240.0, 9233.0, 9243.0, 9245.0, 9230.0, 9229.0, 9226.0, 9285.0, 9221.0, 9296.0, 9227.0, 9251.0, 9227.0, 9241.0, 9251.0, 9208.0, 9216.0, 9221.0, 9263.0, 9206.0, 9278.0, 9220.0, 9247.0, 9223.0, 9261.0, 9221.0, 9232.0, 9203.0, 9204.0, 9242.0, 9247.0, 9264.0, 9241.0, 9253.0, 9239.0, 9212.0, 9227.0, 9229.0, 9270.0, 9241.0, 9282.0, 9242.0, 9253.0, 9223.0, 9219.0, 9269.0, 9221.0, 9274.0, 9205.0, 9217.0, 9205.0, 9206.0, 9237.0, 9227.0, 9262.0, 9260.0, 9203.0, 9215.0, 9197.0, 9205.0, 9192.0, 9191.0, 9224.0, 9199.0, 9270.0, 9217.0, 9273.0, 9237.0, 9242.0, 9239.0, 9202.0, 9211.0, 9199.0, 9186.0, 9231.0, 9200.0, 9242.0, 9207.0, 9259.0, 9205.0, 9227.0, 9211.0, 9197.0, 9194.0, 9183.0, 9255.0, 9199.0, 9258.0, 9229.0, 9225.0, 9236.0, 9225.0, 9231.0, 9223.0, 9256.0, 9225.0, 9240.0, 9222.0, 9231.0, 9205.0, 9202.0, 9204.0, 9202.0, 9233.0, 9199.0, 9223.0, 9161.0, 9201.0, 9153.0, 9193.0, 9148.0, 9175.0, 9145.0, 9171.0, 9148.0, 9174.0, 9148.0, 9170.0, 9170.0, 9216.0, 9204.0, 9229.0, 9176.0, 9173.0, 9196.0, 9199.0, 9244.0, 9214.0, 9214.0, 9196.0, 9213.0, 9197.0, 9229.0, 9206.0, 9276.0, 9223.0, 9250.0, 9221.0, 9248.0, 9226.0, 9279.0, 9229.0, 9262.0, 9225.0, 9264.0, 9252.0, 9275.0, 9227.0, 9262.0, 9243.0, 9295.0, 9241.0, 9245.0, 9210.0, 9238.0, 9287.0, 9263.0, 9304.0, 9248.0, 9253.0, 9223.0, 9230.0, 9228.0, 9207.0, 9244.0, 9251.0, 9302.0, 9261.0, 9283.0, 9225.0, 9246.0, 9205.0, 9256.0, 9249.0, 9270.0, 9201.0, 9225.0, 9203.0, 9219.0, 9236.0, 9261.0, 9235.0, 9207.0, 9222.0, 9206.0, 9235.0, 9209.0, 9251.0, 9223.0, 9268.0, 9226.0, 9282.0, 9223.0, 9246.0, 9206.0, 9261.0, 9223.0, 9258.0, 9221.0, 9252.0, 9257.0, 9314.0, 9290.0, 9300.0, 9258.0, 9247.0, 9240.0, 9234.0, 9212.0, 9245.0, 9227.0, 9257.0, 9227.0, 9241.0, 9229.0, 9254.0, 9212.0, 9246.0, 9206.0, 9238.0, 9210.0, 9233.0, 9203.0, 9170.0, 9167.0, 9158.0, 9198.0, 9200.0, 9176.0, 9248.0, 9217.0, 9159.0, 9153.0, 9153.0, 9181.0, 9169.0, 9196.0, 9171.0, 9244.0, 9187.0, 9194.0, 9155.0, 9175.0, 9151.0, 9179.0, 9213.0, 9173.0, 9200.0, 9171.0, 9184.0, 9173.0, 9217.0, 9196.0, 9218.0, 9177.0, 9188.0, 9196.0, 9240.0, 9219.0, 9241.0, 9217.0, 9202.0, 9250.0, 9233.0, 9266.0, 9216.0, 9228.0, 9182.0, 9223.0, 9197.0, 9251.0, 9211.0, 9235.0, 9193.0, 9205.0, 9196.0, 9197.0, 9230.0, 9205.0, 9231.0, 9219.0, 9239.0, 9229.0, 9283.0, 9266.0, 9234.0, 9201.0, 9201.0, 9262.0, 9243.0, 9242.0, 9197.0, 9225.0, 9181.0, 9228.0, 9201.0, 9258.0, 9200.0, 9226.0, 9199.0, 9209.0, 9232.0, 9242.0, 9245.0, 9184.0, 9213.0, 9180.0, 9221.0, 9194.0, 9235.0, 9192.0, 9245.0, 9175.0, 9217.0, 9197.0, 9236.0, 9223.0, 9181.0, 9194.0, 9195.0, 9210.0, 9216.0, 9257.0, 9216.0, 9231.0, 9206.0, 9208.0, 9256.0, 9248.0, 9251.0, 9202.0, 9232.0, 9208.0, 9251.0, 9215.0, 9267.0, 9226.0, 9225.0, 9227.0, 9254.0, 9285.0, 9267.0, 9240.0, 9190.0, 9222.0, 9206.0, 9263.0, 9245.0, 9217.0, 9185.0, 9213.0, 9181.0, 9245.0, 9224.0, 9241.0, 9193.0, 9207.0, 9161.0, 9209.0, 9182.0, 9234.0, 9175.0, 9207.0, 9176.0, 9228.0, 9236.0, 9226.0, 9197.0, 9179.0, 9206.0, 9229.0, 9250.0, 9213.0, 9235.0, 9195.0, 9237.0, 9214.0, 9252.0, 9217.0, 9224.0, 9200.0, 9209.0, 9207.0, 9254.0, 9220.0, 9228.0, 9208.0, 9247.0, 9254.0, 9278.0, 9250.0, 9245.0, 9206.0, 9226.0, 9238.0, 9273.0, 9251.0, 9245.0, 9223.0, 9244.0, 9223.0, 9273.0, 9231.0, 9243.0, 9205.0, 9240.0, 9221.0, 9272.0, 9234.0, 9257.0, 9206.0, 9242.0, 9222.0, 9275.0, 9248.0, 9261.0, 9221.0, 9229.0, 9226.0, 9280.0, 9236.0, 9260.0, 9222.0, 9230.0, 9211.0, 9258.0, 9251.0, 9265.0, 9236.0, 9245.0, 9225.0, 9279.0, 9254.0, 9258.0, 9223.0, 9261.0, 9225.0, 9277.0, 9224.0, 9264.0, 9225.0, 9238.0, 9250.0, 9272.0, 9258.0, 9230.0, 9248.0, 9237.0, 9262.0, 9237.0, 9288.0, 9234.0, 9274.0, 9248.0, 9289.0, 9244.0, 9281.0, 9223.0, 9248.0, 9221.0, 9266.0, 9239.0, 9280.0, 9223.0, 9235.0, 9227.0, 9230.0, 9273.0, 9244.0, 9285.0, 9245.0, 9252.0, 9247.0, 9283.0, 9288.0, 9265.0, 9242.0, 9235.0, 9270.0, 9259.0, 9264.0, 9204.0, 9215.0, 9206.0, 9248.0, 9204.0, 9244.0, 9201.0, 9227.0, 9223.0, 9247.0, 9206.0, 9263.0, 9224.0, 9269.0, 9229.0, 9262.0, 9238.0, 9260.0, 9224.0, 9258.0, 9221.0, 9244.0, 9220.0, 9247.0, 9239.0, 9257.0, 9235.0, 9218.0, 9218.0, 9202.0, 9250.0, 9219.0, 9246.0, 9206.0, 9232.0, 9205.0, 9243.0, 9225.0, 9258.0, 9229.0, 9211.0, 9198.0, 9199.0, 9244.0, 9199.0, 9240.0, 9199.0, 9226.0, 9204.0, 9235.0, 9224.0, 9261.0, 9247.0, 9245.0, 9229.0, 9236.0, 9307.0, 9262.0, 9316.0, 9265.0, 9229.0, 9207.0, 9206.0, 9219.0, 9238.0, 9256.0, 9269.0, 9300.0, 9224.0, 9264.0, 9227.0, 9237.0, 9277.0, 9223.0, 9256.0, 9201.0, 9229.0, 9246.0, 9236.0, 9239.0, 9163.0, 9207.0, 9199.0, 9249.0, 9200.0, 9218.0, 9193.0, 9204.0, 9219.0, 9209.0, 9264.0, 9221.0, 9201.0, 9203.0, 9210.0, 9247.0, 9207.0, 9258.0, 9230.0, 9200.0, 9213.0, 9206.0, 9256.0, 9200.0, 9235.0, 9194.0, 9180.0, 9198.0, 9219.0, 9251.0, 9201.0, 9213.0, 9197.0, 9182.0, 9240.0, 9230.0, 9240.0, 9187.0, 9202.0, 9172.0, 9200.0, 9197.0, 9209.0, 9164.0, 9215.0, 9178.0, 9212.0, 9175.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.0008706403013182674</td></tr>
<tr><td colspan=3>aqi</td><td>0.026558439924670434</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.42548911825636</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1436435800565508</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9813526659943451</td></tr>
<tr><td colspan=3>efc</td><td>0.4734</td></tr>
<tr><td colspan=3>fber</td><td>6522.9277</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10107933032670616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.990583804143126</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4867802911806915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4171102150988744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7178936624730925</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.325336995970108</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106965</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0022762841545045376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032560694962739944</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7626248695725977</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.6646</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0836</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.4182</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298821.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>766.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.5587</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9973</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.4863</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3335.8041</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.0292</td></tr>
<tr><td colspan=3>tsnr</td><td>35.594772001728415</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>