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

616 lines
No EOL
122 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0120/ses-01/func/sub-0120_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d4e6753ed6a2f7a9eef447e57d254756</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:46:28.670000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99974, -0.00714784, -0.0216639, 0.00977166, 0.992291, 0.123541]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.141575</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7807, -7218, 305, -67, -21, 34, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9983a7a4-4765-4a7b-b7e9-4802d6eeab29||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822285652160645, 0.026216639205813408, -0.055657386779785156, 113.16731262207031], [0.01917712390422821, 2.662245273590088, 0.33404508233070374, -107.17112731933594], [-0.058122649788856506, -0.33145108819007874, 2.678678035736084, -35.32230758666992], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['114628.670000', '114629.130000', '114629.590000', '114630.050000', '114630.510000', '114630.970000', '114631.430000', '114631.890000', '114632.350000', '114632.810000', '114633.270000', '114633.730000', '114634.190000', '114634.650000', '114635.110000', '114635.570000', '114636.030000', '114636.490000', '114636.950000', '114637.410000', '114637.870000', '114638.330000', '114638.790000', '114639.250000', '114639.710000', '114640.170000', '114640.630000', '114641.090000', '114641.550000', '114642.010000', '114642.470000', '114642.930000', '114643.390000', '114643.850000', '114644.310000', '114644.770000', '114645.230000', '114645.690000', '114646.150000', '114646.610000', '114647.070000', '114647.530000', '114647.990000', '114648.450000', '114648.910000', '114649.370000', '114649.830000', '114650.290000', '114650.750000', '114651.210000', '114651.670000', '114652.130000', '114652.590000', '114653.050000', '114653.510000', '114653.970000', '114654.430000', '114654.890000', '114655.350000', '114655.810000', '114656.270000', '114656.730000', '114657.190000', '114657.650000', '114658.110000', '114658.570000', '114659.030000', '114659.490000', '114659.950000', '114700.410000', '114700.870000', '114701.330000', '114701.790000', '114702.250000', '114702.710000', '114703.170000', '114703.630000', '114704.090000', '114704.550000', '114705.010000', '114705.470000', '114705.930000', '114706.390000', '114706.850000', '114707.310000', '114707.770000', '114708.230000', '114708.690000', '114709.150000', '114709.610000', '114710.070000', '114710.530000', '114710.990000', '114711.450000', '114711.910000', '114712.370000', '114712.830000', '114713.290000', '114713.750000', '114714.210000', '114714.670000', '114715.130000', '114715.590000', '114716.050000', '114716.510000', '114716.970000', '114717.430000', '114717.890000', '114718.350000', '114718.810000', '114719.270000', '114719.730000', '114720.190000', '114720.650000', '114721.110000', '114721.570000', '114722.030000', '114722.490000', '114722.950000', '114723.410000', '114723.870000', '114724.330000', '114724.790000', '114725.250000', '114725.710000', '114726.170000', '114726.630000', '114727.090000', '114727.550000', '114728.010000', '114728.470000', '114728.930000', '114729.390000', '114729.850000', '114730.310000', '114730.770000', '114731.230000', '114731.690000', '114732.150000', '114732.610000', '114733.070000', '114733.530000', '114733.990000', '114734.450000', '114734.910000', '114735.370000', '114735.830000', '114736.290000', '114736.750000', '114737.210000', '114737.670000', '114738.130000', '114738.590000', '114739.050000', '114739.510000', '114739.970000', '114740.430000', '114740.890000', '114741.350000', '114741.810000', '114742.270000', '114742.730000', '114743.190000', '114743.650000', '114744.110000', '114744.570000', '114745.030000', '114745.490000', '114745.950000', '114746.410000', '114746.870000', '114747.330000', '114747.790000', '114748.250000', '114748.710000', '114749.170000', '114749.630000', '114750.090000', '114750.550000', '114751.010000', '114751.470000', '114751.930000', '114752.390000', '114752.850000', '114753.310000', '114753.770000', '114754.230000', '114754.690000', '114755.150000', '114755.610000', '114756.070000', '114756.530000', '114756.990000', '114757.450000', '114757.910000', '114758.370000', '114758.830000', '114759.290000', '114759.750000', '114800.210000', '114800.670000', '114801.130000', '114801.590000', '114802.050000', '114802.510000', '114802.970000', '114803.430000', '114803.890000', '114804.350000', '114804.810000', '114805.270000', '114805.730000', '114806.190000', '114806.650000', '114807.110000', '114807.570000', '114808.030000', '114808.490000', '114808.950000', '114809.410000', '114809.870000', '114810.330000', '114810.790000', '114811.250000', '114811.710000', '114812.170000', '114812.630000', '114813.090000', '114813.550000', '114814.010000', '114814.470000', '114814.930000', '114815.390000', '114815.850000', '114816.310000', '114816.770000', '114817.230000', '114817.690000', '114818.150000', '114818.610000', '114819.070000', '114819.530000', '114819.990000', '114820.450000', '114820.910000', '114821.370000', '114821.830000', '114822.290000', '114822.750000', '114823.210000', '114823.670000', '114824.130000', '114824.590000', '114825.050000', '114825.510000', '114825.970000', '114826.430000', '114826.890000', '114827.350000', '114827.810000', '114828.270000', '114828.730000', '114829.190000', '114829.650000', '114830.110000', '114830.570000', '114831.030000', '114831.490000', '114831.950000', '114832.410000', '114832.870000', '114833.330000', '114833.790000', '114834.250000', '114834.710000', '114835.170000', '114835.630000', '114836.090000', '114836.550000', '114837.010000', '114837.470000', '114837.930000', '114838.390000', '114838.850000', '114839.310000', '114839.770000', '114840.230000', '114840.690000', '114841.150000', '114841.610000', '114842.070000', '114842.530000', '114842.990000', '114843.450000', '114843.910000', '114844.370000', '114844.830000', '114845.290000', '114845.750000', '114846.210000', '114846.670000', '114847.130000', '114847.590000', '114848.050000', '114848.510000', '114848.970000', '114849.430000', '114849.890000', '114850.350000', '114850.810000', '114851.270000', '114851.730000', '114852.190000', '114852.650000', '114853.110000', '114853.570000', '114854.030000', '114854.490000', '114854.950000', '114855.410000', '114855.870000', '114856.330000', '114856.790000', '114857.250000', '114857.710000', '114858.170000', '114858.630000', '114859.090000', '114859.550000', '114900.010000', '114900.470000', '114900.930000', '114901.390000', '114901.850000', '114902.310000', '114902.770000', '114903.230000', '114903.690000', '114904.150000', '114904.610000', '114905.070000', '114905.530000', '114905.990000', '114906.450000', '114906.910000', '114907.370000', '114907.830000', '114908.290000', '114908.750000', '114909.210000', '114909.670000', '114910.130000', '114910.590000', '114911.050000', '114911.510000', '114911.970000', '114912.430000', '114912.890000', '114913.350000', '114913.810000', '114914.270000', '114914.730000', '114915.190000', '114915.650000', '114916.110000', '114916.570000', '114917.030000', '114917.490000', '114917.950000', '114918.410000', '114918.870000', '114919.330000', '114919.790000', '114920.250000', '114920.710000', '114921.170000', '114921.630000', '114922.090000', '114922.550000', '114923.010000', '114923.470000', '114923.930000', '114924.390000', '114924.850000', '114925.310000', '114925.770000', '114926.230000', '114926.690000', '114927.150000', '114927.610000', '114928.070000', '114928.530000', '114928.990000', '114929.450000', '114929.910000', '114930.370000', '114930.830000', '114931.290000', '114931.750000', '114932.210000', '114932.670000', '114933.130000', '114933.590000', '114934.050000', '114934.510000', '114934.970000', '114935.430000', '114935.890000', '114936.350000', '114936.810000', '114937.270000', '114937.730000', '114938.190000', '114938.650000', '114939.110000', '114939.570000', '114940.030000', '114940.490000', '114940.950000', '114941.410000', '114941.870000', '114942.330000', '114942.790000', '114943.250000', '114943.710000', '114944.170000', '114944.630000', '114945.090000', '114945.550000', '114946.010000', '114946.470000', '114946.930000', '114947.390000', '114947.850000', '114948.310000', '114948.770000', '114949.230000', '114949.690000', '114950.150000', '114950.610000', '114951.070000', '114951.530000', '114951.990000', '114952.450000', '114952.910000', '114953.370000', '114953.830000', '114954.290000', '114954.750000', '114955.210000', '114955.670000', '114956.130000', '114956.590000', '114957.050000', '114957.510000', '114957.970000', '114958.430000', '114958.890000', '114959.350000', '114959.810000', '115000.270000', '115000.730000', '115001.190000', '115001.650000', '115002.110000', '115002.570000', '115003.030000', '115003.490000', '115003.950000', '115004.410000', '115004.870000', '115005.330000', '115005.790000', '115006.250000', '115006.710000', '115007.170000', '115007.630000', '115008.090000', '115008.550000', '115009.010000', '115009.470000', '115009.930000', '115010.390000', '115010.850000', '115011.310000', '115011.770000', '115012.230000', '115012.690000', '115013.150000', '115013.610000', '115014.070000', '115014.530000', '115014.990000', '115015.450000', '115015.910000', '115016.370000', '115016.830000', '115017.290000', '115017.750000', '115018.210000', '115018.670000', '115019.130000', '115019.590000', '115020.050000', '115020.510000', '115020.970000', '115021.430000', '115021.890000', '115022.350000', '115022.810000', '115023.270000', '115023.730000', '115024.190000', '115024.650000', '115025.110000', '115025.570000', '115026.030000', '115026.490000', '115026.950000', '115027.410000', '115027.870000', '115028.330000', '115028.790000', '115029.250000', '115029.710000', '115030.170000', '115030.630000', '115031.090000', '115031.550000', '115032.010000', '115032.470000', '115032.930000', '115033.390000', '115033.850000', '115034.310000', '115034.770000', '115035.230000', '115035.690000', '115036.150000', '115036.610000', '115037.070000', '115037.530000', '115037.990000', '115038.450000', '115038.910000', '115039.370000', '115039.830000', '115040.290000', '115040.750000', '115041.210000', '115041.670000', '115042.130000', '115042.590000', '115043.050000', '115043.510000', '115043.970000', '115044.430000', '115044.890000', '115045.350000', '115045.810000', '115046.270000', '115046.730000', '115047.190000', '115047.650000', '115048.110000', '115048.570000', '115049.030000', '115049.490000', '115049.950000', '115050.410000', '115050.870000', '115051.330000', '115051.790000', '115052.250000', '115052.710000', '115053.170000', '115053.630000', '115054.090000', '115054.550000', '115055.010000', '115055.470000', '115055.930000', '115056.390000', '115056.850000', '115057.310000', '115057.770000', '115058.230000', '115058.690000', '115059.150000', '115059.610000', '115100.070000', '115100.530000', '115100.990000', '115101.450000', '115101.910000', '115102.370000', '115102.830000', '115103.290000', '115103.750000', '115104.210000', '115104.670000', '115105.130000', '115105.590000', '115106.050000', '115106.510000', '115106.970000', '115107.430000', '115107.890000', '115108.350000', '115108.810000', '115109.270000', '115109.730000', '115110.190000', '115110.650000', '115111.110000', '115111.570000', '115112.030000', '115112.490000', '115112.950000', '115113.410000', '115113.870000', '115114.330000', '115114.790000', '115115.250000', '115115.710000', '115116.170000', '115116.630000', '115117.090000', '115117.550000', '115118.010000', '115118.470000', '115118.930000', '115119.390000', '115119.850000', '115120.310000', '115120.770000', '115121.230000', '115121.690000', '115122.150000', '115122.610000', '115123.070000', '115123.530000', '115123.990000', '115124.450000', '115124.910000', '115125.370000', '115125.830000', '115126.290000', '115126.750000', '115127.210000', '115127.670000', '115128.130000', '115128.590000', '115129.050000', '115129.510000', '115129.970000', '115130.430000', '115130.890000', '115131.350000', '115131.810000', '115132.270000', '115132.730000', '115133.190000', '115133.650000', '115134.110000', '115134.570000', '115135.030000', '115135.490000', '115135.950000', '115136.410000', '115136.870000', '115137.330000', '115137.790000', '115138.250000', '115138.710000', '115139.170000', '115139.630000', '115140.090000', '115140.550000', '115141.010000', '115141.470000', '115141.930000', '115142.390000', '115142.850000', '115143.310000', '115143.770000', '115144.230000', '115144.690000', '115145.150000', '115145.610000', '115146.070000', '115146.530000', '115146.990000', '115147.450000', '115147.910000', '115148.370000', '115148.830000', '115149.290000', '115149.750000', '115150.210000', '115150.670000', '115151.130000', '115151.590000', '115152.050000', '115152.510000', '115152.970000', '115153.430000', '115153.890000', '115154.350000', '115154.810000', '115155.270000', '115155.730000', '115156.190000', '115156.650000', '115157.110000', '115157.570000', '115158.030000', '115158.490000', '115158.950000', '115159.410000', '115159.870000', '115200.330000', '115200.790000', '115201.250000', '115201.710000', '115202.170000', '115202.630000', '115203.090000', '115203.550000', '115204.010000', '115204.470000', '115204.930000', '115205.390000', '115205.850000', '115206.310000', '115206.770000', '115207.230000', '115207.690000', '115208.150000', '115208.610000', '115209.070000', '115209.530000', '115209.990000', '115210.450000', '115210.910000', '115211.370000', '115211.830000', '115212.290000', '115212.750000', '115213.210000', '115213.670000', '115214.130000', '115214.590000', '115215.050000', '115215.510000', '115215.970000', '115216.430000', '115216.890000', '115217.350000', '115217.810000', '115218.270000', '115218.730000', '115219.190000', '115219.650000', '115220.110000', '115220.570000', '115221.030000', '115221.490000', '115221.950000', '115222.410000', '115222.870000', '115223.330000', '115223.790000', '115224.250000', '115224.710000', '115225.170000', '115225.630000', '115226.090000', '115226.550000', '115227.010000', '115227.470000', '115227.930000', '115228.390000', '115228.850000', '115229.310000', '115229.770000', '115230.230000', '115230.690000', '115231.150000', '115231.610000', '115232.070000', '115232.530000', '115232.990000', '115233.450000', '115233.910000', '115234.370000', '115234.830000', '115235.290000', '115235.750000', '115236.210000', '115236.670000', '115237.130000', '115237.590000', '115238.050000', '115238.510000', '115238.970000', '115239.430000', '115239.890000', '115240.350000', '115240.810000', '115241.270000', '115241.730000', '115242.190000', '115242.650000', '115243.110000', '115243.570000', '115244.030000', '115244.490000', '115244.950000', '115245.410000', '115245.870000', '115246.330000', '115246.790000', '115247.250000', '115247.710000', '115248.170000', '115248.630000', '115249.090000', '115249.550000', '115250.010000', '115250.470000', '115250.930000', '115251.390000', '115251.850000', '115252.310000', '115252.770000', '115253.230000', '115253.690000', '115254.150000', '115254.610000', '115255.070000', '115255.530000', '115255.990000', '115256.450000', '115256.910000', '115257.370000', '115257.830000', '115258.290000', '115258.750000', '115259.210000', '115259.670000', '115300.130000', '115300.590000', '115301.050000', '115301.510000', '115301.970000', '115302.430000', '115302.890000', '115303.350000', '115303.810000', '115304.270000', '115304.730000', '115305.190000', '115305.650000', '115306.110000', '115306.570000', '115307.030000', '115307.490000', '115307.950000', '115308.410000', '115308.870000', '115309.330000', '115309.790000', '115310.250000', '115310.710000', '115311.170000', '115311.630000', '115312.090000', '115312.550000', '115313.010000', '115313.470000', '115313.930000', '115314.390000', '115314.850000', '115315.310000', '115315.770000', '115316.230000', '115316.690000', '115317.150000', '115317.610000', '115318.070000', '115318.530000', '115318.990000', '115319.450000', '115319.910000', '115320.370000', '115320.830000', '115321.290000', '115321.750000', '115322.210000', '115322.670000', '115323.130000', '115323.590000', '115324.050000', '115324.510000', '115324.970000', '115325.430000', '115325.890000', '115326.350000', '115326.810000', '115327.270000', '115327.730000', '115328.190000', '115328.650000', '115329.110000', '115329.570000', '115330.030000', '115330.490000', '115330.950000', '115331.410000', '115331.870000', '115332.330000', '115332.790000', '115333.250000', '115333.710000', '115334.170000', '115334.630000', '115335.090000', '115335.550000', '115336.010000', '115336.470000', '115336.930000', '115337.390000', '115337.850000', '115338.310000', '115338.770000', '115339.230000', '115339.690000', '115340.150000', '115340.610000', '115341.070000', '115341.530000', '115341.990000', '115342.450000', '115342.910000', '115343.370000', '115343.830000', '115344.290000', '115344.750000', '115345.210000', '115345.670000', '115346.130000', '115346.590000', '115347.050000', '115347.510000', '115347.970000', '115348.430000', '115348.890000', '115349.350000', '115349.810000', '115350.270000', '115350.730000', '115351.190000', '115351.650000', '115352.110000', '115352.570000', '115353.030000', '115353.490000', '115353.950000', '115354.410000', '115354.870000', '115355.330000', '115355.790000', '115356.250000', '115356.710000', '115357.170000', '115357.630000', '115358.090000', '115358.550000', '115359.010000', '115359.470000', '115359.930000', '115400.390000', '115400.850000', '115401.310000', '115401.770000', '115402.230000', '115402.690000', '115403.150000', '115403.610000', '115404.070000', '115404.530000', '115404.990000', '115405.450000', '115405.910000', '115406.370000', '115406.830000', '115407.290000', '115407.750000', '115408.210000', '115408.670000', '115409.130000', '115409.590000', '115410.050000', '115410.510000', '115410.970000', '115411.430000', '115411.890000', '115412.350000', '115412.810000', '115413.270000', '115413.730000', '115414.190000', '115414.650000', '115415.110000', '115415.570000', '115416.030000', '115416.490000', '115416.950000', '115417.410000', '115417.870000', '115418.330000', '115418.790000', '115419.250000', '115419.710000', '115420.170000', '115420.630000', '115421.090000', '115421.550000', '115422.010000', '115422.470000', '115422.930000', '115423.390000', '115423.850000', '115424.310000', '115424.770000', '115425.230000', '115425.690000', '115426.150000', '115426.610000', '115427.070000', '115427.530000', '115427.990000', '115428.450000', '115428.910000', '115429.370000', '115429.830000', '115430.290000', '115430.750000', '115431.210000', '115431.670000', '115432.130000', '115432.590000', '115433.050000', '115433.510000', '115433.970000', '115434.430000', '115434.890000', '115435.350000', '115435.810000', '115436.270000', '115436.730000', '115437.190000', '115437.650000', '115438.110000', '115438.570000', '115439.030000', '115439.490000', '115439.950000', '115440.410000', '115440.870000', '115441.330000', '115441.790000'], 'ContentTime': ['114651.826000', '114651.832000', '114651.834000', '114651.837000', '114651.839000', '114651.842000', '114651.844000', '114651.847000', '114651.850000', '114651.852000', '114651.855000', '114651.857000', '114651.860000', '114651.863000', '114651.865000', '114651.868000', '114651.870000', '114651.873000', '114651.876000', '114651.878000', '114651.881000', '114651.883000', '114651.886000', '114651.889000', '114651.892000', '114651.895000', '114651.897000', '114651.900000', '114651.903000', '114651.905000', '114651.908000', '114651.911000', '114651.913000', '114651.916000', '114651.918000', '114651.921000', '114651.931000', '114651.934000', '114651.936000', '114651.939000', '114651.942000', '114651.945000', '114651.947000', '114651.950000', '114651.953000', '114651.955000', '114651.958000', '114651.960000', '114711.799000', '114711.802000', '114711.804000', '114711.807000', '114711.809000', '114711.812000', '114711.814000', '114711.817000', '114711.820000', '114711.822000', '114711.825000', '114711.827000', '114711.830000', '114711.832000', '114711.835000', '114711.838000', '114711.840000', '114711.843000', '114711.846000', '114711.857000', '114711.859000', '114711.862000', '114711.865000', '114711.867000', '114711.870000', '114711.872000', '114711.875000', '114711.878000', '114711.880000', '114711.883000', '114711.885000', '114711.888000', '114711.891000', '114711.893000', '114711.896000', '114711.898000', '114711.901000', '114711.904000', '114711.906000', '114711.909000', '114711.911000', '114711.914000', '114711.916000', '114711.919000', '114731.798000', '114731.800000', '114731.803000', '114731.806000', '114731.809000', '114731.811000', '114731.825000', '114731.828000', '114731.831000', '114731.834000', '114731.836000', '114731.839000', '114731.842000', '114731.844000', '114731.847000', '114731.850000', '114731.852000', '114731.855000', '114731.858000', '114731.861000', '114731.863000', '114731.866000', '114731.869000', '114731.872000', '114731.875000', '114731.878000', '114731.880000', '114731.883000', '114731.886000', '114731.888000', '114731.898000', '114731.901000', '114731.903000', '114731.906000', '114731.909000', '114731.911000', '114731.914000', '114731.916000', '114731.919000', '114731.921000', '114731.924000', '114731.927000', '114731.929000', '114751.797000', '114751.800000', '114751.803000', '114751.806000', '114751.809000', '114751.812000', '114751.814000', '114751.817000', '114751.819000', '114751.822000', '114751.825000', '114751.827000', '114751.830000', '114751.833000', '114751.835000', '114751.839000', '114751.841000', '114751.844000', '114751.847000', '114751.850000', '114751.852000', '114751.855000', '114751.857000', '114751.860000', '114751.863000', '114751.865000', '114751.868000', '114751.870000', '114751.873000', '114751.876000', '114751.878000', '114751.881000', '114751.883000', '114751.886000', '114751.889000', '114751.891000', '114751.894000', '114751.897000', '114751.899000', '114751.909000', '114751.912000', '114751.915000', '114751.917000', '114751.920000', '114811.797000', '114811.800000', '114811.803000', '114811.805000', '114811.808000', '114811.811000', '114811.814000', '114811.817000', '114811.819000', '114811.822000', '114811.826000', '114811.829000', '114811.832000', '114811.834000', '114811.837000', '114811.840000', '114811.842000', '114811.845000', '114811.848000', '114811.851000', '114811.854000', '114811.856000', '114811.859000', '114811.862000', '114811.864000', '114811.867000', '114811.870000', '114811.872000', '114811.875000', '114811.877000', '114811.880000', '114811.883000', '114811.885000', '114811.888000', '114811.891000', '114811.893000', '114811.896000', '114811.899000', '114811.901000', '114811.904000', '114811.906000', '114811.909000', '114811.911000', '114831.798000', '114831.801000', '114831.803000', '114831.806000', '114831.808000', '114831.811000', '114831.814000', '114831.816000', '114831.819000', '114831.821000', '114831.824000', '114831.827000', '114831.829000', '114831.832000', '114831.835000', '114831.837000', '114831.840000', '114831.843000', '114831.846000', '114831.848000', '114831.851000', '114831.853000', '114831.856000', '114831.859000', '114831.861000', '114831.864000', '114831.866000', '114831.869000', '114831.872000', '114831.874000', '114831.877000', '114831.879000', '114831.882000', '114831.885000', '114831.887000', '114831.890000', '114831.893000', '114831.895000', '114831.907000', '114831.910000', '114831.912000', '114831.915000', '114831.917000', '114831.920000', '114851.799000', '114851.801000', '114851.804000', '114851.807000', '114851.809000', '114851.812000', '114851.815000', '114851.818000', '114851.821000', '114851.823000', '114851.826000', '114851.829000', '114851.832000', '114851.835000', '114851.838000', '114851.841000', '114851.844000', '114851.846000', '114851.849000', '114851.851000', '114851.854000', '114851.857000', '114851.859000', '114851.862000', '114851.864000', '114851.867000', '114851.869000', '114851.872000', '114851.875000', '114851.878000', '114851.880000', '114851.883000', '114851.886000', '114851.888000', '114851.891000', '114851.893000', '114851.896000', '114851.899000', '114851.901000', '114851.904000', '114851.907000', '114851.910000', '114851.913000', '114911.798000', '114911.801000', '114911.831000', '114911.834000', '114911.836000', '114911.839000', '114911.842000', '114911.844000', '114911.847000', '114911.849000', '114911.852000', '114911.855000', '114911.857000', '114911.860000', '114911.862000', '114911.865000', '114911.868000', '114911.870000', '114911.873000', '114911.876000', '114911.878000', '114911.881000', '114911.883000', '114911.886000', '114911.889000', '114911.891000', '114911.894000', '114911.896000', '114911.899000', '114911.901000', '114911.904000', '114911.907000', '114911.910000', '114911.912000', '114911.915000', '114911.917000', '114911.920000', '114911.923000', '114911.925000', '114911.928000', '114911.930000', '114911.933000', '114911.936000', '114911.938000', '114931.798000', '114931.801000', '114931.804000', '114931.806000', '114931.809000', '114931.812000', '114931.814000', '114931.817000', '114931.820000', '114931.822000', '114931.825000', '114931.827000', '114931.830000', '114931.832000', '114931.835000', '114931.838000', '114931.840000', '114931.843000', '114931.846000', '114931.848000', '114931.851000', '114931.853000', '114931.856000', '114931.858000', '114931.861000', '114931.864000', '114931.867000', '114931.869000', '114931.872000', '114931.874000', '114931.877000', '114931.880000', '114931.882000', '114931.885000', '114931.887000', '114931.890000', '114931.892000', '114931.895000', '114931.898000', '114931.900000', '114931.903000', '114931.905000', '114931.908000', '114951.798000', '114951.800000', '114951.803000', '114951.806000', '114951.808000', '114951.811000', '114951.813000', '114951.816000', '114951.818000', '114951.821000', '114951.824000', '114951.826000', '114951.829000', '114951.831000', '114951.834000', '114951.837000', '114951.839000', '114951.842000', '114951.844000', '114951.847000', '114951.850000', '114951.852000', '114951.855000', '114951.857000', '114951.860000', '114951.862000', '114951.865000', '114951.868000', '114951.870000', '114951.873000', '114951.875000', '114951.878000', '114951.880000', '114951.883000', '114951.886000', '114951.888000', '114951.891000', '114951.893000', '114951.896000', '114951.898000', '114951.901000', '114951.903000', '114951.906000', '114951.909000', '115011.798000', '115011.800000', '115011.803000', '115011.806000', '115011.808000', '115011.811000', '115011.814000', '115011.816000', '115011.819000', '115011.821000', '115011.824000', '115011.826000', '115011.829000', '115011.832000', '115011.834000', '115011.837000', '115011.840000', '115011.842000', '115011.845000', '115011.847000', '115011.850000', '115011.853000', '115011.855000', '115011.858000', '115011.860000', '115011.863000', '115011.865000', '115011.868000', '115011.871000', '115011.873000', '115011.876000', '115011.879000', '115011.881000', '115011.884000', '115011.886000', '115011.889000', '115011.892000', '115011.894000', '115011.897000', '115011.899000', '115011.902000', '115011.905000', '115011.907000', '115031.798000', '115031.801000', '115031.803000', '115031.806000', '115031.809000', '115031.811000', '115031.814000', '115031.817000', '115031.819000', '115031.822000', '115031.825000', '115031.827000', '115031.830000', '115031.833000', '115031.835000', '115031.838000', '115031.841000', '115031.844000', '115031.847000', '115031.849000', '115031.852000', '115031.855000', '115031.857000', '115031.860000', '115031.862000', '115031.865000', '115031.867000', '115031.870000', '115031.873000', '115031.875000', '115031.878000', '115031.881000', '115031.883000', '115031.886000', '115031.888000', '115031.891000', '115031.894000', '115031.896000', '115031.899000', '115031.902000', '115031.905000', '115031.918000', '115031.921000', '115031.923000', '115051.797000', '115051.800000', '115051.803000', '115051.806000', '115051.808000', '115051.811000', '115051.813000', '115051.816000', '115051.819000', '115051.821000', '115051.824000', '115051.826000', '115051.829000', '115051.832000', '115051.835000', '115051.838000', '115051.840000', '115051.843000', '115051.845000', '115051.848000', '115051.851000', '115051.853000', '115051.856000', '115051.858000', '115051.861000', '115051.864000', '115051.867000', '115051.869000', '115051.872000', '115051.875000', '115051.877000', '115051.880000', '115051.883000', '115051.885000', '115051.888000', '115051.890000', '115051.893000', '115051.896000', '115051.898000', '115051.901000', '115051.904000', '115051.907000', '115051.909000', '115111.799000', '115111.802000', '115111.804000', '115111.807000', '115111.810000', '115111.812000', '115111.815000', '115111.817000', '115111.820000', '115111.822000', '115111.825000', '115111.828000', '115111.830000', '115111.833000', '115111.836000', '115111.838000', '115111.841000', '115111.843000', '115111.846000', '115111.849000', '115111.851000', '115111.854000', '115111.857000', '115111.859000', '115111.862000', '115111.864000', '115111.867000', '115111.870000', '115111.872000', '115111.875000', '115111.877000', '115111.880000', '115111.883000', '115111.885000', '115111.888000', '115111.890000', '115111.893000', '115111.895000', '115111.898000', '115111.901000', '115111.903000', '115111.906000', '115111.909000', '115111.911000', '115131.799000', '115131.802000', '115131.804000', '115131.807000', '115131.810000', '115131.812000', '115131.815000', '115131.817000', '115131.820000', '115131.823000', '115131.825000', '115131.828000', '115131.830000', '115131.833000', '115131.836000', '115131.838000', '115131.841000', '115131.843000', '115131.846000', '115131.849000', '115131.851000', '115131.854000', '115131.856000', '115131.859000', '115131.862000', '115131.864000', '115131.867000', '115131.869000', '115131.872000', '115131.875000', '115131.877000', '115131.880000', '115131.882000', '115131.885000', '115131.888000', '115131.890000', '115131.893000', '115131.895000', '115131.898000', '115131.901000', '115131.903000', '115131.906000', '115131.908000', '115151.799000', '115151.801000', '115151.804000', '115151.807000', '115151.809000', '115151.812000', '115151.814000', '115151.817000', '115151.819000', '115151.822000', '115151.825000', '115151.827000', '115151.830000', '115151.832000', '115151.835000', '115151.838000', '115151.840000', '115151.843000', '115151.845000', '115151.848000', '115151.850000', '115151.853000', '115151.856000', '115151.858000', '115151.861000', '115151.864000', '115151.866000', '115151.869000', '115151.871000', '115151.881000', '115151.884000', '115151.886000', '115151.889000', '115151.891000', '115151.894000', '115151.897000', '115151.899000', '115151.902000', '115151.904000', '115151.907000', '115151.910000', '115151.912000', '115151.915000', '115151.917000', '115211.798000', '115211.800000', '115211.803000', '115211.806000', '115211.808000', '115211.811000', '115211.814000', '115211.816000', '115211.831000', '115211.833000', '115211.836000', '115211.839000', '115211.841000', '115211.844000', '115211.846000', '115211.849000', '115211.852000', '115211.854000', '115211.857000', '115211.859000', '115211.862000', '115211.864000', '115211.867000', '115211.872000', '115211.874000', '115211.877000', '115211.879000', '115211.882000', '115211.885000', '115211.887000', '115211.890000', '115211.892000', '115211.895000', '115211.898000', '115211.900000', '115211.903000', '115211.905000', '115211.908000', '115211.911000', '115211.913000', '115211.916000', '115211.918000', '115211.921000', '115231.798000', '115231.800000', '115231.803000', '115231.806000', '115231.808000', '115231.811000', '115231.813000', '115231.816000', '115231.819000', '115231.821000', '115231.824000', '115231.826000', '115231.829000', '115231.831000', '115231.834000', '115231.837000', '115231.839000', '115231.842000', '115231.844000', '115231.847000', '115231.850000', '115231.852000', '115231.855000', '115231.857000', '115231.860000', '115231.863000', '115231.865000', '115231.868000', '115231.870000', '115231.873000', '115231.875000', '115231.878000', '115231.881000', '115231.883000', '115231.886000', '115231.888000', '115231.891000', '115231.894000', '115231.896000', '115231.899000', '115231.901000', '115231.904000', '115231.906000', '115231.909000', '115251.798000', '115251.801000', '115251.803000', '115251.806000', '115251.808000', '115251.811000', '115251.814000', '115251.816000', '115251.819000', '115251.821000', '115251.824000', '115251.827000', '115251.830000', '115251.832000', '115251.835000', '115251.837000', '115251.840000', '115251.842000', '115251.845000', '115251.848000', '115251.850000', '115251.853000', '115251.856000', '115251.858000', '115251.861000', '115251.863000', '115251.866000', '115251.868000', '115251.871000', '115251.873000', '115251.876000', '115251.879000', '115251.881000', '115251.884000', '115251.886000', '115251.889000', '115251.892000', '115251.894000', '115251.897000', '115251.899000', '115251.902000', '115251.904000', '115251.907000', '115311.798000', '115311.800000', '115311.803000', '115311.806000', '115311.808000', '115311.811000', '115311.814000', '115311.816000', '115311.819000', '115311.821000', '115311.824000', '115311.826000', '115311.829000', '115311.832000', '115311.834000', '115311.837000', '115311.839000', '115311.842000', '115311.845000', '115311.847000', '115311.850000', '115311.852000', '115311.855000', '115311.857000', '115311.860000', '115311.863000', '115311.865000', '115311.868000', '115311.870000', '115311.873000', '115311.875000', '115311.878000', '115311.880000', '115311.883000', '115311.886000', '115311.888000', '115311.891000', '115311.893000', '115311.896000', '115311.899000', '115311.901000', '115311.904000', '115311.906000', '115311.909000', '115331.799000', '115331.802000', '115331.804000', '115331.807000', '115331.817000', '115331.819000', '115331.822000', '115331.825000', '115331.827000', '115331.830000', '115331.832000', '115331.835000', '115331.838000', '115331.840000', '115331.843000', '115331.845000', '115331.848000', '115331.850000', '115331.853000', '115331.856000', '115331.858000', '115331.861000', '115331.864000', '115331.866000', '115331.869000', '115331.871000', '115331.874000', '115331.877000', '115331.879000', '115331.882000', '115331.885000', '115331.887000', '115331.890000', '115331.892000', '115331.895000', '115331.897000', '115331.900000', '115331.903000', '115331.905000', '115331.908000', '115331.910000', '115331.913000', '115331.916000', '115351.799000', '115351.801000', '115351.804000', '115351.807000', '115351.809000', '115351.812000', '115351.814000', '115351.817000', '115351.819000', '115351.822000', '115351.825000', '115351.828000', '115351.831000', '115351.834000', '115351.836000', '115351.839000', '115351.841000', '115351.844000', '115351.847000', '115351.849000', '115351.852000', '115351.854000', '115351.857000', '115351.859000', '115351.862000', '115351.865000', '115351.867000', '115351.870000', '115351.872000', '115351.875000', '115351.877000', '115351.880000', '115351.883000', '115351.886000', '115351.889000', '115351.891000', '115351.894000', '115351.896000', '115351.899000', '115351.901000', '115351.904000', '115351.907000', '115351.909000', '115411.798000', '115411.801000', '115411.804000', '115411.807000', '115411.809000', '115411.812000', '115411.814000', '115411.817000', '115411.820000', '115411.822000', '115411.825000', '115411.827000', '115411.830000', '115411.833000', '115411.835000', '115411.838000', '115411.840000', '115411.843000', '115411.846000', '115411.848000', '115411.851000', '115411.853000', '115411.856000', '115411.859000', '115411.861000', '115411.864000', '115411.866000', '115411.869000', '115411.872000', '115411.874000', '115411.877000', '115411.879000', '115411.882000', '115411.885000', '115411.887000', '115411.890000', '115411.892000', '115411.895000', '115411.897000', '115411.900000', '115411.903000', '115411.905000', '115411.908000', '115411.910000', '115431.798000', '115431.801000', '115431.803000', '115431.806000', '115431.809000', '115431.811000', '115431.814000', '115431.816000', '115431.819000', '115431.822000', '115431.824000', '115431.827000', '115431.829000', '115431.832000', '115431.835000', '115431.837000', '115431.840000', '115431.842000', '115431.845000', '115431.848000', '115431.850000', '115431.853000', '115431.856000', '115431.858000', '115431.861000', '115431.863000', '115431.866000', '115431.868000', '115431.871000', '115431.874000', '115431.876000', '115431.879000', '115431.882000', '115431.884000', '115431.887000', '115431.889000', '115431.892000', '115431.894000', '115431.897000', '115431.900000', '115431.902000', '115431.905000', '115431.907000', '115431.910000', '115442.849000', '115442.853000', '115442.855000', '115442.858000', '115442.861000', '115442.864000', '115442.867000', '115442.870000', '115442.872000', '115442.876000', '115442.878000', '115442.881000', '115442.884000', '115442.886000', '115442.889000', '115442.892000', '115442.894000', '115442.897000', '115442.900000', '115442.903000', '115442.906000', '115442.910000', '115442.913000', '115442.916000'], 'InstanceCreationTime': ['114651.826000', '114651.832000', '114651.834000', '114651.837000', '114651.839000', '114651.842000', '114651.844000', '114651.847000', '114651.850000', '114651.852000', '114651.855000', '114651.857000', '114651.860000', '114651.863000', '114651.865000', '114651.868000', '114651.870000', '114651.873000', '114651.876000', '114651.878000', '114651.881000', '114651.883000', '114651.886000', '114651.889000', '114651.892000', '114651.895000', '114651.897000', '114651.900000', '114651.903000', '114651.905000', '114651.908000', '114651.911000', '114651.913000', '114651.916000', '114651.918000', '114651.921000', '114651.931000', '114651.934000', '114651.936000', '114651.939000', '114651.942000', '114651.945000', '114651.947000', '114651.950000', '114651.953000', '114651.955000', '114651.958000', '114651.960000', '114711.799000', '114711.802000', '114711.804000', '114711.807000', '114711.809000', '114711.812000', '114711.814000', '114711.817000', '114711.820000', '114711.822000', '114711.825000', '114711.827000', '114711.830000', '114711.832000', '114711.835000', '114711.838000', '114711.840000', '114711.843000', '114711.846000', '114711.857000', '114711.859000', '114711.862000', '114711.865000', '114711.867000', '114711.870000', '114711.872000', '114711.875000', '114711.878000', '114711.880000', '114711.883000', '114711.885000', '114711.888000', '114711.891000', '114711.893000', '114711.896000', '114711.898000', '114711.901000', '114711.904000', '114711.906000', '114711.909000', '114711.911000', '114711.914000', '114711.916000', '114711.919000', '114731.798000', '114731.800000', '114731.803000', '114731.806000', '114731.809000', '114731.811000', '114731.825000', '114731.828000', '114731.831000', '114731.834000', '114731.836000', '114731.839000', '114731.842000', '114731.844000', '114731.847000', '114731.850000', '114731.852000', '114731.855000', '114731.858000', '114731.861000', '114731.863000', '114731.866000', '114731.869000', '114731.872000', '114731.875000', '114731.878000', '114731.880000', '114731.883000', '114731.886000', '114731.888000', '114731.898000', '114731.901000', '114731.903000', '114731.906000', '114731.909000', '114731.911000', '114731.914000', '114731.916000', '114731.919000', '114731.921000', '114731.924000', '114731.927000', '114731.929000', '114751.797000', '114751.800000', '114751.803000', '114751.806000', '114751.809000', '114751.812000', '114751.814000', '114751.817000', '114751.819000', '114751.822000', '114751.825000', '114751.827000', '114751.830000', '114751.833000', '114751.835000', '114751.839000', '114751.841000', '114751.844000', '114751.847000', '114751.850000', '114751.852000', '114751.855000', '114751.857000', '114751.860000', '114751.863000', '114751.865000', '114751.868000', '114751.870000', '114751.873000', '114751.876000', '114751.878000', '114751.881000', '114751.883000', '114751.886000', '114751.889000', '114751.891000', '114751.894000', '114751.897000', '114751.899000', '114751.909000', '114751.912000', '114751.915000', '114751.917000', '114751.920000', '114811.797000', '114811.800000', '114811.803000', '114811.805000', '114811.808000', '114811.811000', '114811.814000', '114811.817000', '114811.819000', '114811.822000', '114811.826000', '114811.829000', '114811.832000', '114811.834000', '114811.837000', '114811.840000', '114811.842000', '114811.845000', '114811.848000', '114811.851000', '114811.854000', '114811.856000', '114811.859000', '114811.862000', '114811.864000', '114811.867000', '114811.870000', '114811.872000', '114811.875000', '114811.877000', '114811.880000', '114811.883000', '114811.885000', '114811.888000', '114811.891000', '114811.893000', '114811.896000', '114811.899000', '114811.901000', '114811.904000', '114811.906000', '114811.909000', '114811.911000', '114831.798000', '114831.801000', '114831.803000', '114831.806000', '114831.808000', '114831.811000', '114831.814000', '114831.816000', '114831.819000', '114831.821000', '114831.824000', '114831.827000', '114831.829000', '114831.832000', '114831.835000', '114831.837000', '114831.840000', '114831.843000', '114831.846000', '114831.848000', '114831.851000', '114831.853000', '114831.856000', '114831.859000', '114831.861000', '114831.864000', '114831.866000', '114831.869000', '114831.872000', '114831.874000', '114831.877000', '114831.879000', '114831.882000', '114831.885000', '114831.887000', '114831.890000', '114831.893000', '114831.895000', '114831.907000', '114831.910000', '114831.912000', '114831.915000', '114831.917000', '114831.920000', '114851.799000', '114851.801000', '114851.804000', '114851.807000', '114851.809000', '114851.812000', '114851.815000', '114851.818000', '114851.821000', '114851.823000', '114851.826000', '114851.829000', '114851.832000', '114851.835000', '114851.838000', '114851.841000', '114851.844000', '114851.846000', '114851.849000', '114851.851000', '114851.854000', '114851.857000', '114851.859000', '114851.862000', '114851.864000', '114851.867000', '114851.869000', '114851.872000', '114851.875000', '114851.878000', '114851.880000', '114851.883000', '114851.886000', '114851.888000', '114851.891000', '114851.893000', '114851.896000', '114851.899000', '114851.901000', '114851.904000', '114851.907000', '114851.910000', '114851.913000', '114911.798000', '114911.801000', '114911.831000', '114911.834000', '114911.836000', '114911.839000', '114911.842000', '114911.844000', '114911.847000', '114911.849000', '114911.852000', '114911.855000', '114911.857000', '114911.860000', '114911.862000', '114911.865000', '114911.868000', '114911.870000', '114911.873000', '114911.876000', '114911.878000', '114911.881000', '114911.883000', '114911.886000', '114911.889000', '114911.891000', '114911.894000', '114911.896000', '114911.899000', '114911.901000', '114911.904000', '114911.907000', '114911.910000', '114911.912000', '114911.915000', '114911.917000', '114911.920000', '114911.923000', '114911.925000', '114911.928000', '114911.930000', '114911.933000', '114911.936000', '114911.938000', '114931.798000', '114931.801000', '114931.804000', '114931.806000', '114931.809000', '114931.812000', '114931.814000', '114931.817000', '114931.820000', '114931.822000', '114931.825000', '114931.827000', '114931.830000', '114931.832000', '114931.835000', '114931.838000', '114931.840000', '114931.843000', '114931.846000', '114931.848000', '114931.851000', '114931.853000', '114931.856000', '114931.858000', '114931.861000', '114931.864000', '114931.867000', '114931.869000', '114931.872000', '114931.874000', '114931.877000', '114931.880000', '114931.882000', '114931.885000', '114931.887000', '114931.890000', '114931.892000', '114931.895000', '114931.898000', '114931.900000', '114931.903000', '114931.905000', '114931.908000', '114951.798000', '114951.800000', '114951.803000', '114951.806000', '114951.808000', '114951.811000', '114951.813000', '114951.816000', '114951.818000', '114951.821000', '114951.824000', '114951.826000', '114951.829000', '114951.831000', '114951.834000', '114951.837000', '114951.839000', '114951.842000', '114951.844000', '114951.847000', '114951.850000', '114951.852000', '114951.855000', '114951.857000', '114951.860000', '114951.862000', '114951.865000', '114951.868000', '114951.870000', '114951.873000', '114951.875000', '114951.878000', '114951.880000', '114951.883000', '114951.886000', '114951.888000', '114951.891000', '114951.893000', '114951.896000', '114951.898000', '114951.901000', '114951.903000', '114951.906000', '114951.909000', '115011.798000', '115011.800000', '115011.803000', '115011.806000', '115011.808000', '115011.811000', '115011.814000', '115011.816000', '115011.819000', '115011.821000', '115011.824000', '115011.826000', '115011.829000', '115011.832000', '115011.834000', '115011.837000', '115011.840000', '115011.842000', '115011.845000', '115011.847000', '115011.850000', '115011.853000', '115011.855000', '115011.858000', '115011.860000', '115011.863000', '115011.865000', '115011.868000', '115011.871000', '115011.873000', '115011.876000', '115011.879000', '115011.881000', '115011.884000', '115011.886000', '115011.889000', '115011.892000', '115011.894000', '115011.897000', '115011.899000', '115011.902000', '115011.905000', '115011.907000', '115031.798000', '115031.801000', '115031.803000', '115031.806000', '115031.809000', '115031.811000', '115031.814000', '115031.817000', '115031.819000', '115031.822000', '115031.825000', '115031.827000', '115031.830000', '115031.833000', '115031.835000', '115031.838000', '115031.841000', '115031.844000', '115031.847000', '115031.849000', '115031.852000', '115031.855000', '115031.857000', '115031.860000', '115031.862000', '115031.865000', '115031.867000', '115031.870000', '115031.873000', '115031.875000', '115031.878000', '115031.881000', '115031.883000', '115031.886000', '115031.888000', '115031.891000', '115031.894000', '115031.896000', '115031.899000', '115031.902000', '115031.905000', '115031.918000', '115031.921000', '115031.923000', '115051.797000', '115051.800000', '115051.803000', '115051.806000', '115051.808000', '115051.811000', '115051.813000', '115051.816000', '115051.819000', '115051.821000', '115051.824000', '115051.826000', '115051.829000', '115051.832000', '115051.835000', '115051.838000', '115051.840000', '115051.843000', '115051.845000', '115051.848000', '115051.851000', '115051.853000', '115051.856000', '115051.858000', '115051.861000', '115051.864000', '115051.867000', '115051.869000', '115051.872000', '115051.875000', '115051.877000', '115051.880000', '115051.883000', '115051.885000', '115051.888000', '115051.890000', '115051.893000', '115051.896000', '115051.898000', '115051.901000', '115051.904000', '115051.907000', '115051.909000', '115111.799000', '115111.802000', '115111.804000', '115111.807000', '115111.810000', '115111.812000', '115111.815000', '115111.817000', '115111.820000', '115111.822000', '115111.825000', '115111.828000', '115111.830000', '115111.833000', '115111.836000', '115111.838000', '115111.841000', '115111.843000', '115111.846000', '115111.849000', '115111.851000', '115111.854000', '115111.857000', '115111.859000', '115111.862000', '115111.864000', '115111.867000', '115111.870000', '115111.872000', '115111.875000', '115111.877000', '115111.880000', '115111.883000', '115111.885000', '115111.888000', '115111.890000', '115111.893000', '115111.895000', '115111.898000', '115111.901000', '115111.903000', '115111.906000', '115111.909000', '115111.911000', '115131.799000', '115131.802000', '115131.804000', '115131.807000', '115131.810000', '115131.812000', '115131.815000', '115131.817000', '115131.820000', '115131.823000', '115131.825000', '115131.828000', '115131.830000', '115131.833000', '115131.836000', '115131.838000', '115131.841000', '115131.843000', '115131.846000', '115131.849000', '115131.851000', '115131.854000', '115131.856000', '115131.859000', '115131.862000', '115131.864000', '115131.867000', '115131.869000', '115131.872000', '115131.875000', '115131.877000', '115131.880000', '115131.882000', '115131.885000', '115131.888000', '115131.890000', '115131.893000', '115131.895000', '115131.898000', '115131.901000', '115131.903000', '115131.906000', '115131.908000', '115151.799000', '115151.801000', '115151.804000', '115151.807000', '115151.809000', '115151.812000', '115151.814000', '115151.817000', '115151.819000', '115151.822000', '115151.825000', '115151.827000', '115151.830000', '115151.832000', '115151.835000', '115151.838000', '115151.840000', '115151.843000', '115151.845000', '115151.848000', '115151.850000', '115151.853000', '115151.856000', '115151.858000', '115151.861000', '115151.864000', '115151.866000', '115151.869000', '115151.871000', '115151.881000', '115151.884000', '115151.886000', '115151.889000', '115151.891000', '115151.894000', '115151.897000', '115151.899000', '115151.902000', '115151.904000', '115151.907000', '115151.910000', '115151.912000', '115151.915000', '115151.917000', '115211.798000', '115211.800000', '115211.803000', '115211.806000', '115211.808000', '115211.811000', '115211.814000', '115211.816000', '115211.831000', '115211.833000', '115211.836000', '115211.839000', '115211.841000', '115211.844000', '115211.846000', '115211.849000', '115211.852000', '115211.854000', '115211.857000', '115211.859000', '115211.862000', '115211.864000', '115211.867000', '115211.872000', '115211.874000', '115211.877000', '115211.879000', '115211.882000', '115211.885000', '115211.887000', '115211.890000', '115211.892000', '115211.895000', '115211.898000', '115211.900000', '115211.903000', '115211.905000', '115211.908000', '115211.911000', '115211.913000', '115211.916000', '115211.918000', '115211.921000', '115231.798000', '115231.800000', '115231.803000', '115231.806000', '115231.808000', '115231.811000', '115231.813000', '115231.816000', '115231.819000', '115231.821000', '115231.824000', '115231.826000', '115231.829000', '115231.831000', '115231.834000', '115231.837000', '115231.839000', '115231.842000', '115231.844000', '115231.847000', '115231.850000', '115231.852000', '115231.855000', '115231.857000', '115231.860000', '115231.863000', '115231.865000', '115231.868000', '115231.870000', '115231.873000', '115231.875000', '115231.878000', '115231.881000', '115231.883000', '115231.886000', '115231.888000', '115231.891000', '115231.894000', '115231.896000', '115231.899000', '115231.901000', '115231.904000', '115231.906000', '115231.909000', '115251.798000', '115251.801000', '115251.803000', '115251.806000', '115251.808000', '115251.811000', '115251.814000', '115251.816000', '115251.819000', '115251.821000', '115251.824000', '115251.827000', '115251.830000', '115251.832000', '115251.835000', '115251.837000', '115251.840000', '115251.842000', '115251.845000', '115251.848000', '115251.850000', '115251.853000', '115251.856000', '115251.858000', '115251.861000', '115251.863000', '115251.866000', '115251.868000', '115251.871000', '115251.873000', '115251.876000', '115251.879000', '115251.881000', '115251.884000', '115251.886000', '115251.889000', '115251.892000', '115251.894000', '115251.897000', '115251.899000', '115251.902000', '115251.904000', '115251.907000', '115311.798000', '115311.800000', '115311.803000', '115311.806000', '115311.808000', '115311.811000', '115311.814000', '115311.816000', '115311.819000', '115311.821000', '115311.824000', '115311.826000', '115311.829000', '115311.832000', '115311.834000', '115311.837000', '115311.839000', '115311.842000', '115311.845000', '115311.847000', '115311.850000', '115311.852000', '115311.855000', '115311.857000', '115311.860000', '115311.863000', '115311.865000', '115311.868000', '115311.870000', '115311.873000', '115311.875000', '115311.878000', '115311.880000', '115311.883000', '115311.886000', '115311.888000', '115311.891000', '115311.893000', '115311.896000', '115311.899000', '115311.901000', '115311.904000', '115311.906000', '115311.909000', '115331.799000', '115331.802000', '115331.804000', '115331.807000', '115331.817000', '115331.819000', '115331.822000', '115331.825000', '115331.827000', '115331.830000', '115331.832000', '115331.835000', '115331.838000', '115331.840000', '115331.843000', '115331.845000', '115331.848000', '115331.850000', '115331.853000', '115331.856000', '115331.858000', '115331.861000', '115331.864000', '115331.866000', '115331.869000', '115331.871000', '115331.874000', '115331.877000', '115331.879000', '115331.882000', '115331.885000', '115331.887000', '115331.890000', '115331.892000', '115331.895000', '115331.897000', '115331.900000', '115331.903000', '115331.905000', '115331.908000', '115331.910000', '115331.913000', '115331.916000', '115351.799000', '115351.801000', '115351.804000', '115351.807000', '115351.809000', '115351.812000', '115351.814000', '115351.817000', '115351.819000', '115351.822000', '115351.825000', '115351.828000', '115351.831000', '115351.834000', '115351.836000', '115351.839000', '115351.841000', '115351.844000', '115351.847000', '115351.849000', '115351.852000', '115351.854000', '115351.857000', '115351.859000', '115351.862000', '115351.865000', '115351.867000', '115351.870000', '115351.872000', '115351.875000', '115351.877000', '115351.880000', '115351.883000', '115351.886000', '115351.889000', '115351.891000', '115351.894000', '115351.896000', '115351.899000', '115351.901000', '115351.904000', '115351.907000', '115351.909000', '115411.798000', '115411.801000', '115411.804000', '115411.807000', '115411.809000', '115411.812000', '115411.814000', '115411.817000', '115411.820000', '115411.822000', '115411.825000', '115411.827000', '115411.830000', '115411.833000', '115411.835000', '115411.838000', '115411.840000', '115411.843000', '115411.846000', '115411.848000', '115411.851000', '115411.853000', '115411.856000', '115411.859000', '115411.861000', '115411.864000', '115411.866000', '115411.869000', '115411.872000', '115411.874000', '115411.877000', '115411.879000', '115411.882000', '115411.885000', '115411.887000', '115411.890000', '115411.892000', '115411.895000', '115411.897000', '115411.900000', '115411.903000', '115411.905000', '115411.908000', '115411.910000', '115431.798000', '115431.801000', '115431.803000', '115431.806000', '115431.809000', '115431.811000', '115431.814000', '115431.816000', '115431.819000', '115431.822000', '115431.824000', '115431.827000', '115431.829000', '115431.832000', '115431.835000', '115431.837000', '115431.840000', '115431.842000', '115431.845000', '115431.848000', '115431.850000', '115431.853000', '115431.856000', '115431.858000', '115431.861000', '115431.863000', '115431.866000', '115431.868000', '115431.871000', '115431.874000', '115431.876000', '115431.879000', '115431.882000', '115431.884000', '115431.887000', '115431.889000', '115431.892000', '115431.894000', '115431.897000', '115431.900000', '115431.902000', '115431.905000', '115431.907000', '115431.910000', '115442.849000', '115442.853000', '115442.855000', '115442.858000', '115442.861000', '115442.864000', '115442.867000', '115442.870000', '115442.872000', '115442.876000', '115442.878000', '115442.881000', '115442.884000', '115442.886000', '115442.889000', '115442.892000', '115442.894000', '115442.897000', '115442.900000', '115442.903000', '115442.906000', '115442.910000', '115442.913000', '115442.916000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [13532, 18327, 10059, 14573, 10410, 9286, 10892, 18894, 12559, 13077, 9734, 7524, 10016, 8036, 10765, 8953, 7614, 11068, 8552, 7398, 10047, 12396, 11459, 17819, 13515, 16729, 9812, 10729, 10580, 8278, 14136, 8721, 18450, 11869, 8898, 9092, 7342, 11147, 9658, 14146, 12425, 9721, 13068, 9233, 12942, 10304, 15368, 19727, 10232, 16783, 10348, 8565, 13061, 9418, 20916, 14064, 9255, 12290, 8280, 14406, 11030, 18573, 11870, 9003, 9792, 7673, 11275, 9461, 12735, 10529, 7649, 10472, 8416, 8829, 10814, 8236, 13995, 9811, 10558, 9273, 7527, 14192, 10818, 15939, 10504, 9266, 10818, 7743, 14408, 8854, 14273, 9734, 8039, 9161, 7116, 11905, 9290, 7277, 10952, 8641, 12355, 9919, 15824, 14391, 19681, 12741, 15351, 10502, 16015, 10686, 17973, 11289, 8482, 11490, 7829, 10469, 8469, 7360, 10756, 7502, 11920, 8655, 11669, 8809, 7812, 10761, 7769, 14168, 10440, 7604, 10977, 8497, 12396, 10414, 11558, 12821, 8142, 12274, 9272, 14282, 11488, 20081, 14062, 8942, 12502, 9446, 9994, 14039, 10510, 20055, 12137, 8561, 13590, 10056, 20297, 14368, 10165, 13838, 9950, 14017, 10347, 9693, 19438, 12355, 16464, 11189, 7847, 14860, 11467, 10563, 14352, 9358, 13824, 10192, 8195, 19219, 12814, 8508, 12522, 9378, 7332, 14736, 11455, 9389, 13300, 9416, 10795, 11814, 9215, 19975, 13669, 8766, 12084, 8839, 7512, 12472, 9582, 9803, 10465, 8593, 11638, 9837, 8253, 15887, 11664, 8424, 12479, 9230, 8258, 9657, 7549, 15414, 11245, 8140, 12327, 8915, 7613, 11233, 9283, 12105, 12874, 8834, 13321, 9815, 8510, 9995, 7313, 14107, 10455, 9142, 10781, 7290, 11513, 9486, 8996, 14956, 10269, 10151, 9868, 7589, 14367, 13780, 17920, 10881, 12371, 7963, 12434, 8491, 11982, 9412, 8421, 10148, 7435, 10120, 8592, 10643, 9601, 8377, 12854, 8094, 12108, 9528, 14186, 11642, 9876, 13597, 8724, 13444, 10278, 15517, 11645, 13308, 13033, 8116, 12233, 8832, 12295, 9715, 8320, 13881, 9294, 13178, 9594, 9505, 11230, 8933, 14843, 8865, 14586, 9341, 7416, 10090, 7950, 11970, 10991, 8344, 12197, 9136, 13946, 10680, 17715, 12810, 19508, 11530, 15600, 10096, 15977, 9946, 9317, 14227, 7686, 12634, 9061, 10933, 8957, 7534, 13660, 10533, 12082, 10425, 7759, 12312, 9261, 13591, 13665, 12099, 18763, 10160, 10432, 10172, 8669, 17256, 14325, 14349, 17658, 10694, 13616, 10058, 20654, 15250, 20197, 10858, 8215, 10216, 8398, 11908, 9511, 8099, 11486, 8738, 7778, 12943, 10565, 17583, 12187, 13179, 10504, 14238, 10445, 16945, 11079, 8027, 10536, 7988, 8607, 8863, 7391, 11686, 9081, 7276, 9745, 8313, 11840, 9696, 15386, 12860, 10217, 10797, 8023, 12678, 8507, 18357, 13802, 17101, 10720, 7795, 12227, 9062, 13282, 10094, 8180, 13353, 8720, 10349, 9175, 7488, 15428, 11688, 11441, 10177, 12772, 11458, 18865, 13222, 20727, 12445, 8542, 10543, 7505, 10677, 8805, 8748, 9192, 7536, 10114, 8081, 7455, 11062, 9379, 12781, 11593, 7977, 11464, 8983, 8686, 14961, 10808, 18561, 11516, 9225, 12158, 8548, 19886, 16274, 18103, 12403, 8686, 13101, 9909, 11993, 13735, 9816, 17909, 11117, 12150, 10150, 7563, 14157, 10059, 17105, 11582, 7572, 10917, 8558, 7389, 12755, 9733, 14854, 10722, 8094, 13351, 9748, 16413, 12119, 8774, 12024, 8280, 11838, 9152, 7300, 14869, 10084, 9100, 9934, 7441, 13679, 8724, 16524, 11782, 10063, 9149, 7121, 11061, 8962, 8699, 13016, 7616, 11952, 7849, 11777, 9199, 12499, 10134, 10692, 10533, 7474, 10797, 9066, 11878, 9217, 7535, 13392, 9703, 12927, 9553, 7373, 11059, 8977, 7493, 15232, 11292, 7879, 12406, 9617, 9413, 16457, 20620, 16671, 14374, 12540, 8325, 17121, 12760, 20282, 13670, 10005, 11850, 8088, 14100, 10591, 11487, 12554, 8486, 13907, 9559, 7815, 15048, 12689, 15469, 15472, 10230, 15488, 10628, 8779, 17099, 12269, 19190, 11780, 8065, 12260, 9567, 13120, 13623, 8595, 14014, 9848, 8270, 13789, 11230, 11229, 15821, 11032, 9034, 10619, 8986, 16598, 13311, 8791, 14380, 10275, 16885, 10305, 14576, 8912, 16000, 10462, 14393, 8881, 7015, 9291, 8492, 7322, 12804, 10015, 11143, 9668, 14718, 11419, 12740, 11001, 16807, 12812, 15355, 10668, 8166, 12257, 8225, 14751, 11907, 9133, 10340, 7264, 11903, 9545, 8783, 14573, 10115, 14253, 10460, 7912, 14358, 9711, 17309, 13336, 10567, 13510, 9996, 7951, 12613, 10635, 13119, 18285, 12388, 17981, 13190, 18906, 13642, 16895, 12047, 18009, 10817, 7503, 9005, 7904, 7197, 11556, 9222, 8377, 9825, 7380, 12529, 10957, 15596, 10350, 12503, 8528, 12494, 10609, 9387, 17892, 12752, 8555, 12747, 10075, 8385, 17818, 13500, 9992, 13601, 10246, 9778, 15854, 12496, 9714, 14339, 18072, 15275, 12314, 16686, 11158, 8854, 15463, 12268, 11044, 20864, 16275, 11908, 9132, 12611, 9788, 8027, 11857, 9335, 7698, 13733, 10505, 9793, 13260, 9591, 8832, 10892, 9143, 13579, 13214, 9880, 11205, 10644, 9273, 15612, 11940, 8999, 16156, 10978, 7901, 13952, 10368, 11805, 13270, 8990, 11892, 9052, 7697, 10914, 9924, 7770, 15959, 11350, 8031, 12935, 9808, 16340, 12202, 19131, 13554, 14306, 10811, 8319, 11032, 7446, 13872, 10189, 8724, 9622, 7320, 12196, 9946, 14398, 11733, 7854, 12485, 9376, 12234, 9732, 10200, 13273, 8709, 13708, 9478, 13097, 9761, 7557, 12795, 8906, 15111, 10608, 7783, 10912, 8080, 12525, 9808, 9790, 12698, 7889, 13038, 9630, 7641, 13023, 10549, 13799, 12967, 9732, 12090, 10599, 8626, 19099, 14580, 11142, 16790, 11197, 8962, 17749, 14331, 20380, 15867, 10670, 15862, 11713, 18988, 14127, 18455, 13357, 15369, 10476, 7486, 10919, 8725, 8210, 10862, 8548, 11424, 9954, 8170, 13234, 9933, 13322, 12540, 9600, 14319, 9239, 13664, 10193, 8153, 15010, 10742, 17214, 11941, 7827, 12675, 9856, 10856, 14239, 10509, 16886, 11535, 10045, 10889, 7715, 14865, 11327, 9789, 11740, 7917, 12287, 9051, 7308, 14385, 11145, 8008, 11904, 9401, 9923, 11689, 17445, 15286, 19920, 12451, 8817, 12284, 8667, 17271, 13794, 9431, 14493, 10343, 8844, 12910, 10252, 19544, 14595, 10001, 14057, 9638, 17461, 13417, 10327, 16283, 11058, 10995, 13187, 9916, 19628, 14317, 9466, 13373, 9752, 13701, 11180, 8600, 14808, 9893, 8370, 12032, 8355, 15407, 11133, 8491, 13777, 9372, 7332, 10179, 8812, 9873, 12750, 9203, 12657, 10002, 8412, 14573, 11476, 17843, 13465, 16075, 10989, 8787, 10646, 8230, 13597, 10092, 7378, 12326, 9059, 7488, 10891, 8754, 14771, 12400, 8645, 13761, 10160, 7791, 17041, 13256, 9300, 14420, 10431, 9366, 16373, 12781, 20250, 15661, 10331, 14090, 9883, 17722, 13436, 9419, 14577, 10171, 11191, 10719, 8619, 19066, 14027, 11095, 12268, 8504, 17041, 13687, 16488, 14907, 8860, 14547, 10455, 7701, 11830, 8724, 16982, 12027, 8407, 12416, 9516, 11978, 9888, 7740, 16537, 12210, 9794, 11381, 8645, 13956, 10245, 9144, 16451, 10893, 12456, 9565, 7342, 14704, 11588, 8389, 12525, 9738, 8167, 13799, 9749, 18389, 13913, 9879, 12287, 8782, 14704, 11868, 14393, 17073, 10481, 15145, 10229, 7575, 12760, 9886, 12974, 12070, 8563, 13164, 9845, 7824, 17006, 12832, 9598, 13900, 10253, 10081, 17126, 13763, 16853, 14809, 10821, 17127, 12565, 9053, 19760, 14540, 9200, 13602, 9923, 8255, 15568, 11586, 8080, 14351, 9760, 7548, 14597, 11432, 10353, 16003, 11214, 9015, 13898, 10041, 14836, 14363, 9700, 15168, 10219, 8398, 13181, 10258, 8360, 13876, 9655, 8643, 10446, 8347, 15652, 12111, 8908, 14767, 10465, 8331, 13198, 10293, 13318, 14491, 9845, 12246, 10230, 8389, 14400, 10945, 9152, 15562, 10605], 'WindowCenter': [4289.0, 4305.0, 4228.0, 4256.0, 4213.0, 4200.0, 4223.0, 4275.0, 4220.0, 4217.0, 4200.0, 4168.0, 4199.0, 4179.0, 4222.0, 4203.0, 4183.0, 4233.0, 4204.0, 4185.0, 4228.0, 4234.0, 4235.0, 4277.0, 4245.0, 4253.0, 4203.0, 4209.0, 4199.0, 4167.0, 4229.0, 4175.0, 4260.0, 4220.0, 4186.0, 4189.0, 4169.0, 4222.0, 4215.0, 4252.0, 4245.0, 4201.0, 4243.0, 4200.0, 4231.0, 4212.0, 4240.0, 4274.0, 4200.0, 4251.0, 4198.0, 4177.0, 4217.0, 4187.0, 4270.0, 4230.0, 4186.0, 4217.0, 4166.0, 4238.0, 4197.0, 4247.0, 4206.0, 4173.0, 4184.0, 4152.0, 4205.0, 4186.0, 4217.0, 4208.0, 4168.0, 4207.0, 4179.0, 4187.0, 4207.0, 4179.0, 4240.0, 4212.0, 4210.0, 4187.0, 4166.0, 4239.0, 4210.0, 4240.0, 4200.0, 4177.0, 4208.0, 4157.0, 4228.0, 4174.0, 4226.0, 4197.0, 4165.0, 4187.0, 4158.0, 4228.0, 4200.0, 4182.0, 4234.0, 4203.0, 4242.0, 4224.0, 4254.0, 4243.0, 4273.0, 4221.0, 4239.0, 4198.0, 4237.0, 4197.0, 4245.0, 4197.0, 4174.0, 4203.0, 4167.0, 4197.0, 4177.0, 4168.0, 4210.0, 4170.0, 4232.0, 4192.0, 4232.0, 4202.0, 4180.0, 4222.0, 4180.0, 4253.0, 4224.0, 4182.0, 4222.0, 4202.0, 4232.0, 4222.0, 4232.0, 4244.0, 4192.0, 4231.0, 4203.0, 4253.0, 4221.0, 4272.0, 4242.0, 4191.0, 4231.0, 4199.0, 4198.0, 4240.0, 4209.0, 4271.0, 4219.0, 4177.0, 4228.0, 4197.0, 4271.0, 4240.0, 4196.0, 4228.0, 4196.0, 4227.0, 4195.0, 4185.0, 4260.0, 4218.0, 4236.0, 4204.0, 4165.0, 4225.0, 4205.0, 4196.0, 4226.0, 4185.0, 4227.0, 4196.0, 4163.0, 4258.0, 4217.0, 4175.0, 4215.0, 4185.0, 4153.0, 4227.0, 4217.0, 4186.0, 4228.0, 4186.0, 4207.0, 4217.0, 4184.0, 4258.0, 4228.0, 4175.0, 4203.0, 4174.0, 4154.0, 4217.0, 4198.0, 4197.0, 4208.0, 4178.0, 4206.0, 4199.0, 4177.0, 4249.0, 4219.0, 4177.0, 4217.0, 4187.0, 4175.0, 4187.0, 4166.0, 4237.0, 4220.0, 4169.0, 4232.0, 4189.0, 4171.0, 4221.0, 4202.0, 4221.0, 4232.0, 4202.0, 4241.0, 4199.0, 4177.0, 4196.0, 4157.0, 4239.0, 4211.0, 4200.0, 4210.0, 4169.0, 4220.0, 4200.0, 4200.0, 4254.0, 4212.0, 4210.0, 4202.0, 4171.0, 4244.0, 4229.0, 4252.0, 4197.0, 4208.0, 4155.0, 4204.0, 4175.0, 4206.0, 4186.0, 4176.0, 4197.0, 4166.0, 4208.0, 4189.0, 4210.0, 4198.0, 4190.0, 4242.0, 4180.0, 4231.0, 4214.0, 4241.0, 4222.0, 4199.0, 4233.0, 4190.0, 4230.0, 4209.0, 4251.0, 4221.0, 4227.0, 4218.0, 4166.0, 4217.0, 4186.0, 4218.0, 4198.0, 4179.0, 4242.0, 4200.0, 4229.0, 4201.0, 4200.0, 4221.0, 4189.0, 4240.0, 4188.0, 4240.0, 4199.0, 4167.0, 4208.0, 4179.0, 4231.0, 4232.0, 4192.0, 4245.0, 4216.0, 4254.0, 4223.0, 4264.0, 4232.0, 4261.0, 4208.0, 4239.0, 4198.0, 4237.0, 4198.0, 4187.0, 4229.0, 4155.0, 4216.0, 4187.0, 4206.0, 4187.0, 4166.0, 4239.0, 4209.0, 4220.0, 4210.0, 4181.0, 4233.0, 4201.0, 4239.0, 4243.0, 4219.0, 4262.0, 4211.0, 4207.0, 4197.0, 4177.0, 4249.0, 4240.0, 4239.0, 4250.0, 4197.0, 4226.0, 4197.0, 4270.0, 4226.0, 4246.0, 4194.0, 4162.0, 4184.0, 4165.0, 4204.0, 4185.0, 4164.0, 4207.0, 4188.0, 4167.0, 4229.0, 4209.0, 4251.0, 4219.0, 4217.0, 4197.0, 4214.0, 4185.0, 4235.0, 4194.0, 4152.0, 4194.0, 4164.0, 4186.0, 4188.0, 4168.0, 4221.0, 4190.0, 4172.0, 4209.0, 4193.0, 4233.0, 4213.0, 4252.0, 4233.0, 4200.0, 4211.0, 4168.0, 4218.0, 4177.0, 4259.0, 4230.0, 4249.0, 4209.0, 4169.0, 4218.0, 4188.0, 4225.0, 4196.0, 4176.0, 4227.0, 4189.0, 4197.0, 4197.0, 4169.0, 4251.0, 4232.0, 4220.0, 4211.0, 4219.0, 4210.0, 4259.0, 4218.0, 4260.0, 4208.0, 4164.0, 4184.0, 4143.0, 4195.0, 4187.0, 4175.0, 4187.0, 4168.0, 4210.0, 4190.0, 4169.0, 4232.0, 4201.0, 4244.0, 4235.0, 4183.0, 4220.0, 4202.0, 4190.0, 4253.0, 4210.0, 4262.0, 4209.0, 4187.0, 4216.0, 4177.0, 4260.0, 4248.0, 4248.0, 4215.0, 4176.0, 4216.0, 4187.0, 4204.0, 4216.0, 4184.0, 4248.0, 4194.0, 4203.0, 4185.0, 4151.0, 4215.0, 4183.0, 4235.0, 4195.0, 4152.0, 4195.0, 4175.0, 4155.0, 4218.0, 4188.0, 4240.0, 4210.0, 4165.0, 4228.0, 4187.0, 4239.0, 4219.0, 4176.0, 4216.0, 4175.0, 4219.0, 4188.0, 4169.0, 4239.0, 4210.0, 4188.0, 4201.0, 4158.0, 4241.0, 4179.0, 4252.0, 4220.0, 4198.0, 4190.0, 4158.0, 4222.0, 4203.0, 4192.0, 4242.0, 4181.0, 4223.0, 4182.0, 4222.0, 4203.0, 4233.0, 4214.0, 4211.0, 4211.0, 4171.0, 4221.0, 4203.0, 4233.0, 4216.0, 4181.0, 4245.0, 4215.0, 4233.0, 4213.0, 4182.0, 4234.0, 4214.0, 4183.0, 4276.0, 4237.0, 4196.0, 4247.0, 4215.0, 4213.0, 4276.0, 4289.0, 4266.0, 4230.0, 4220.0, 4178.0, 4250.0, 4220.0, 4260.0, 4227.0, 4185.0, 4207.0, 4164.0, 4227.0, 4196.0, 4205.0, 4219.0, 4177.0, 4239.0, 4197.0, 4168.0, 4239.0, 4229.0, 4241.0, 4241.0, 4199.0, 4228.0, 4198.0, 4176.0, 4249.0, 4218.0, 4260.0, 4207.0, 4165.0, 4216.0, 4184.0, 4216.0, 4228.0, 4175.0, 4226.0, 4197.0, 4176.0, 4226.0, 4207.0, 4206.0, 4237.0, 4207.0, 4174.0, 4196.0, 4186.0, 4249.0, 4228.0, 4176.0, 4227.0, 4196.0, 4249.0, 4197.0, 4228.0, 4173.0, 4224.0, 4181.0, 4224.0, 4173.0, 4144.0, 4187.0, 4187.0, 4167.0, 4233.0, 4214.0, 4220.0, 4203.0, 4242.0, 4208.0, 4219.0, 4197.0, 4238.0, 4220.0, 4227.0, 4186.0, 4164.0, 4194.0, 4165.0, 4227.0, 4205.0, 4186.0, 4197.0, 4155.0, 4217.0, 4199.0, 4177.0, 4251.0, 4210.0, 4241.0, 4212.0, 4180.0, 4240.0, 4189.0, 4250.0, 4231.0, 4209.0, 4229.0, 4199.0, 4176.0, 4229.0, 4209.0, 4230.0, 4264.0, 4230.0, 4261.0, 4231.0, 4260.0, 4215.0, 4235.0, 4192.0, 4233.0, 4182.0, 4143.0, 4172.0, 4165.0, 4156.0, 4219.0, 4201.0, 4190.0, 4212.0, 4172.0, 4244.0, 4208.0, 4254.0, 4200.0, 4219.0, 4179.0, 4217.0, 4207.0, 4186.0, 4261.0, 4229.0, 4178.0, 4217.0, 4197.0, 4175.0, 4262.0, 4243.0, 4211.0, 4228.0, 4199.0, 4200.0, 4261.0, 4230.0, 4200.0, 4229.0, 4251.0, 4241.0, 4219.0, 4250.0, 4196.0, 4177.0, 4236.0, 4207.0, 4195.0, 4261.0, 4241.0, 4209.0, 4187.0, 4217.0, 4186.0, 4166.0, 4207.0, 4176.0, 4155.0, 4228.0, 4197.0, 4188.0, 4219.0, 4186.0, 4178.0, 4197.0, 4177.0, 4217.0, 4219.0, 4187.0, 4197.0, 4197.0, 4177.0, 4238.0, 4209.0, 4177.0, 4239.0, 4197.0, 4154.0, 4215.0, 4184.0, 4194.0, 4217.0, 4175.0, 4207.0, 4189.0, 4168.0, 4208.0, 4201.0, 4181.0, 4264.0, 4223.0, 4182.0, 4232.0, 4201.0, 4253.0, 4221.0, 4263.0, 4220.0, 4226.0, 4195.0, 4166.0, 4196.0, 4157.0, 4227.0, 4199.0, 4175.0, 4188.0, 4158.0, 4231.0, 4212.0, 4251.0, 4220.0, 4180.0, 4233.0, 4200.0, 4222.0, 4201.0, 4211.0, 4242.0, 4192.0, 4244.0, 4203.0, 4230.0, 4201.0, 4171.0, 4232.0, 4192.0, 4254.0, 4225.0, 4184.0, 4226.0, 4195.0, 4244.0, 4215.0, 4212.0, 4247.0, 4193.0, 4246.0, 4217.0, 4196.0, 4256.0, 4237.0, 4256.0, 4258.0, 4218.0, 4235.0, 4225.0, 4194.0, 4286.0, 4258.0, 4225.0, 4265.0, 4225.0, 4190.0, 4264.0, 4244.0, 4275.0, 4253.0, 4201.0, 4238.0, 4220.0, 4251.0, 4229.0, 4247.0, 4218.0, 4224.0, 4184.0, 4143.0, 4192.0, 4175.0, 4173.0, 4207.0, 4189.0, 4219.0, 4211.0, 4190.0, 4231.0, 4212.0, 4229.0, 4232.0, 4189.0, 4230.0, 4187.0, 4228.0, 4199.0, 4167.0, 4238.0, 4207.0, 4252.0, 4220.0, 4169.0, 4229.0, 4201.0, 4210.0, 4241.0, 4200.0, 4250.0, 4210.0, 4199.0, 4210.0, 4166.0, 4240.0, 4210.0, 4198.0, 4220.0, 4178.0, 4219.0, 4189.0, 4170.0, 4253.0, 4235.0, 4194.0, 4233.0, 4215.0, 4212.0, 4234.0, 4266.0, 4254.0, 4273.0, 4222.0, 4187.0, 4219.0, 4177.0, 4259.0, 4241.0, 4188.0, 4240.0, 4199.0, 4187.0, 4229.0, 4198.0, 4273.0, 4240.0, 4198.0, 4228.0, 4188.0, 4248.0, 4227.0, 4198.0, 4237.0, 4206.0, 4196.0, 4217.0, 4184.0, 4258.0, 4227.0, 4173.0, 4215.0, 4185.0, 4214.0, 4194.0, 4163.0, 4227.0, 4186.0, 4163.0, 4205.0, 4163.0, 4225.0, 4203.0, 4174.0, 4227.0, 4188.0, 4156.0, 4197.0, 4189.0, 4199.0, 4229.0, 4203.0, 4232.0, 4201.0, 4180.0, 4242.0, 4222.0, 4261.0, 4219.0, 4227.0, 4196.0, 4165.0, 4198.0, 4177.0, 4225.0, 4198.0, 4167.0, 4228.0, 4201.0, 4170.0, 4221.0, 4191.0, 4252.0, 4246.0, 4203.0, 4244.0, 4212.0, 4182.0, 4265.0, 4246.0, 4203.0, 4253.0, 4213.0, 4201.0, 4253.0, 4232.0, 4275.0, 4253.0, 4198.0, 4228.0, 4197.0, 4249.0, 4229.0, 4188.0, 4239.0, 4198.0, 4207.0, 4207.0, 4177.0, 4261.0, 4230.0, 4194.0, 4206.0, 4165.0, 4235.0, 4216.0, 4236.0, 4226.0, 4163.0, 4213.0, 4194.0, 4153.0, 4203.0, 4174.0, 4235.0, 4216.0, 4164.0, 4215.0, 4185.0, 4206.0, 4196.0, 4155.0, 4248.0, 4219.0, 4198.0, 4208.0, 4177.0, 4241.0, 4210.0, 4186.0, 4251.0, 4209.0, 4217.0, 4188.0, 4158.0, 4241.0, 4221.0, 4194.0, 4232.0, 4200.0, 4179.0, 4239.0, 4198.0, 4261.0, 4231.0, 4198.0, 4220.0, 4178.0, 4239.0, 4218.0, 4242.0, 4266.0, 4210.0, 4240.0, 4199.0, 4168.0, 4228.0, 4199.0, 4229.0, 4230.0, 4191.0, 4231.0, 4199.0, 4168.0, 4261.0, 4233.0, 4200.0, 4229.0, 4199.0, 4196.0, 4250.0, 4229.0, 4249.0, 4229.0, 4198.0, 4247.0, 4206.0, 4163.0, 4258.0, 4227.0, 4175.0, 4214.0, 4184.0, 4163.0, 4236.0, 4206.0, 4167.0, 4226.0, 4187.0, 4167.0, 4238.0, 4207.0, 4198.0, 4248.0, 4209.0, 4178.0, 4228.0, 4187.0, 4227.0, 4228.0, 4188.0, 4238.0, 4197.0, 4165.0, 4215.0, 4196.0, 4175.0, 4228.0, 4199.0, 4178.0, 4209.0, 4180.0, 4251.0, 4222.0, 4190.0, 4241.0, 4200.0, 4177.0, 4219.0, 4198.0, 4227.0, 4239.0, 4200.0, 4219.0, 4198.0, 4178.0, 4240.0, 4210.0, 4191.0, 4252.0, 4211.0], 'WindowWidth': [9471.0, 9493.0, 9369.0, 9402.0, 9339.0, 9316.0, 9350.0, 9428.0, 9342.0, 9334.0, 9314.0, 9270.0, 9313.0, 9290.0, 9347.0, 9324.0, 9299.0, 9367.0, 9330.0, 9307.0, 9365.0, 9369.0, 9372.0, 9433.0, 9384.0, 9390.0, 9320.0, 9322.0, 9310.0, 9265.0, 9352.0, 9274.0, 9397.0, 9340.0, 9290.0, 9299.0, 9274.0, 9347.0, 9344.0, 9392.0, 9383.0, 9319.0, 9377.0, 9317.0, 9357.0, 9333.0, 9369.0, 9427.0, 9315.0, 9387.0, 9309.0, 9279.0, 9331.0, 9292.0, 9417.0, 9357.0, 9288.0, 9332.0, 9262.0, 9363.0, 9304.0, 9376.0, 9317.0, 9269.0, 9283.0, 9240.0, 9313.0, 9290.0, 9333.0, 9322.0, 9270.0, 9321.0, 9287.0, 9294.0, 9322.0, 9286.0, 9370.0, 9333.0, 9326.0, 9296.0, 9266.0, 9367.0, 9328.0, 9371.0, 9312.0, 9276.0, 9321.0, 9251.0, 9348.0, 9274.0, 9345.0, 9308.0, 9263.0, 9293.0, 9257.0, 9352.0, 9319.0, 9298.0, 9368.0, 9329.0, 9377.0, 9357.0, 9399.0, 9381.0, 9420.0, 9342.0, 9363.0, 9308.0, 9356.0, 9305.0, 9370.0, 9303.0, 9271.0, 9309.0, 9265.0, 9306.0, 9282.0, 9270.0, 9327.0, 9275.0, 9360.0, 9308.0, 9360.0, 9323.0, 9292.0, 9350.0, 9291.0, 9393.0, 9356.0, 9297.0, 9351.0, 9323.0, 9363.0, 9350.0, 9363.0, 9382.0, 9309.0, 9360.0, 9326.0, 9391.0, 9346.0, 9420.0, 9378.0, 9303.0, 9357.0, 9313.0, 9310.0, 9371.0, 9327.0, 9421.0, 9341.0, 9280.0, 9350.0, 9306.0, 9417.0, 9372.0, 9304.0, 9350.0, 9304.0, 9346.0, 9303.0, 9285.0, 9401.0, 9336.0, 9361.0, 9312.0, 9260.0, 9342.0, 9315.0, 9304.0, 9345.0, 9289.0, 9346.0, 9301.0, 9256.0, 9396.0, 9335.0, 9275.0, 9327.0, 9287.0, 9243.0, 9346.0, 9334.0, 9292.0, 9349.0, 9291.0, 9319.0, 9333.0, 9287.0, 9399.0, 9352.0, 9274.0, 9310.0, 9271.0, 9245.0, 9333.0, 9309.0, 9306.0, 9322.0, 9284.0, 9319.0, 9312.0, 9280.0, 9380.0, 9340.0, 9279.0, 9333.0, 9291.0, 9275.0, 9292.0, 9265.0, 9363.0, 9342.0, 9271.0, 9359.0, 9301.0, 9278.0, 9347.0, 9320.0, 9344.0, 9361.0, 9321.0, 9372.0, 9314.0, 9281.0, 9305.0, 9253.0, 9366.0, 9331.0, 9314.0, 9327.0, 9273.0, 9340.0, 9316.0, 9317.0, 9395.0, 9334.0, 9328.0, 9318.0, 9277.0, 9382.0, 9351.0, 9393.0, 9303.0, 9317.0, 9244.0, 9307.0, 9273.0, 9314.0, 9290.0, 9277.0, 9306.0, 9265.0, 9323.0, 9301.0, 9329.0, 9310.0, 9304.0, 9377.0, 9291.0, 9360.0, 9338.0, 9374.0, 9348.0, 9313.0, 9362.0, 9299.0, 9353.0, 9326.0, 9386.0, 9343.0, 9347.0, 9335.0, 9262.0, 9330.0, 9290.0, 9334.0, 9310.0, 9286.0, 9373.0, 9315.0, 9352.0, 9318.0, 9318.0, 9346.0, 9297.0, 9368.0, 9297.0, 9370.0, 9315.0, 9271.0, 9325.0, 9289.0, 9360.0, 9366.0, 9311.0, 9384.0, 9348.0, 9395.0, 9352.0, 9413.0, 9360.0, 9402.0, 9322.0, 9364.0, 9306.0, 9360.0, 9308.0, 9290.0, 9349.0, 9247.0, 9327.0, 9292.0, 9316.0, 9292.0, 9265.0, 9364.0, 9328.0, 9343.0, 9330.0, 9292.0, 9364.0, 9319.0, 9367.0, 9378.0, 9339.0, 9406.0, 9330.0, 9321.0, 9307.0, 9278.0, 9382.0, 9371.0, 9368.0, 9384.0, 9306.0, 9342.0, 9306.0, 9414.0, 9346.0, 9374.0, 9295.0, 9250.0, 9280.0, 9259.0, 9311.0, 9289.0, 9261.0, 9321.0, 9297.0, 9268.0, 9353.0, 9325.0, 9388.0, 9340.0, 9330.0, 9306.0, 9323.0, 9285.0, 9351.0, 9295.0, 9237.0, 9295.0, 9258.0, 9292.0, 9295.0, 9271.0, 9344.0, 9304.0, 9280.0, 9329.0, 9311.0, 9363.0, 9339.0, 9392.0, 9367.0, 9315.0, 9330.0, 9268.0, 9334.0, 9280.0, 9396.0, 9354.0, 9380.0, 9324.0, 9271.0, 9334.0, 9294.0, 9341.0, 9305.0, 9278.0, 9346.0, 9298.0, 9308.0, 9310.0, 9274.0, 9387.0, 9361.0, 9342.0, 9331.0, 9338.0, 9326.0, 9397.0, 9337.0, 9397.0, 9319.0, 9254.0, 9281.0, 9226.0, 9298.0, 9292.0, 9274.0, 9294.0, 9271.0, 9329.0, 9305.0, 9277.0, 9362.0, 9320.0, 9382.0, 9371.0, 9298.0, 9345.0, 9321.0, 9301.0, 9393.0, 9330.0, 9408.0, 9326.0, 9292.0, 9330.0, 9278.0, 9401.0, 9382.0, 9377.0, 9329.0, 9275.0, 9330.0, 9291.0, 9312.0, 9330.0, 9283.0, 9378.0, 9297.0, 9308.0, 9283.0, 9237.0, 9323.0, 9280.0, 9356.0, 9298.0, 9241.0, 9299.0, 9276.0, 9248.0, 9334.0, 9296.0, 9368.0, 9325.0, 9262.0, 9346.0, 9291.0, 9366.0, 9339.0, 9276.0, 9329.0, 9275.0, 9337.0, 9296.0, 9270.0, 9364.0, 9329.0, 9296.0, 9316.0, 9256.0, 9371.0, 9283.0, 9389.0, 9340.0, 9309.0, 9299.0, 9258.0, 9345.0, 9324.0, 9309.0, 9376.0, 9293.0, 9349.0, 9292.0, 9345.0, 9324.0, 9364.0, 9341.0, 9331.0, 9331.0, 9278.0, 9344.0, 9324.0, 9365.0, 9345.0, 9293.0, 9382.0, 9346.0, 9363.0, 9339.0, 9298.0, 9367.0, 9343.0, 9301.0, 9432.0, 9380.0, 9321.0, 9390.0, 9345.0, 9340.0, 9437.0, 9457.0, 9418.0, 9355.0, 9340.0, 9280.0, 9383.0, 9338.0, 9400.0, 9348.0, 9286.0, 9317.0, 9258.0, 9345.0, 9304.0, 9315.0, 9338.0, 9282.0, 9366.0, 9308.0, 9272.0, 9365.0, 9355.0, 9374.0, 9375.0, 9310.0, 9349.0, 9309.0, 9274.0, 9381.0, 9336.0, 9399.0, 9318.0, 9259.0, 9328.0, 9286.0, 9330.0, 9348.0, 9277.0, 9344.0, 9306.0, 9277.0, 9343.0, 9319.0, 9317.0, 9364.0, 9318.0, 9271.0, 9301.0, 9290.0, 9381.0, 9351.0, 9278.0, 9346.0, 9304.0, 9381.0, 9304.0, 9348.0, 9265.0, 9338.0, 9274.0, 9336.0, 9266.0, 9231.0, 9291.0, 9294.0, 9269.0, 9362.0, 9338.0, 9341.0, 9321.0, 9372.0, 9321.0, 9336.0, 9304.0, 9364.0, 9340.0, 9344.0, 9287.0, 9255.0, 9293.0, 9260.0, 9344.0, 9314.0, 9287.0, 9305.0, 9247.0, 9332.0, 9312.0, 9281.0, 9384.0, 9329.0, 9373.0, 9335.0, 9287.0, 9368.0, 9297.0, 9386.0, 9358.0, 9325.0, 9353.0, 9313.0, 9281.0, 9353.0, 9327.0, 9357.0, 9411.0, 9355.0, 9404.0, 9356.0, 9400.0, 9326.0, 9354.0, 9290.0, 9348.0, 9274.0, 9227.0, 9266.0, 9262.0, 9252.0, 9339.0, 9320.0, 9306.0, 9336.0, 9283.0, 9381.0, 9325.0, 9399.0, 9316.0, 9338.0, 9283.0, 9333.0, 9320.0, 9292.0, 9403.0, 9351.0, 9283.0, 9332.0, 9306.0, 9274.0, 9402.0, 9379.0, 9331.0, 9350.0, 9311.0, 9316.0, 9400.0, 9354.0, 9314.0, 9351.0, 9387.0, 9374.0, 9337.0, 9383.0, 9302.0, 9277.0, 9356.0, 9316.0, 9299.0, 9407.0, 9376.0, 9323.0, 9291.0, 9330.0, 9288.0, 9260.0, 9314.0, 9273.0, 9244.0, 9345.0, 9304.0, 9292.0, 9334.0, 9287.0, 9278.0, 9300.0, 9275.0, 9328.0, 9334.0, 9290.0, 9301.0, 9302.0, 9276.0, 9358.0, 9320.0, 9274.0, 9363.0, 9301.0, 9242.0, 9323.0, 9281.0, 9293.0, 9327.0, 9271.0, 9317.0, 9295.0, 9269.0, 9322.0, 9316.0, 9292.0, 9407.0, 9347.0, 9292.0, 9358.0, 9317.0, 9390.0, 9340.0, 9408.0, 9338.0, 9342.0, 9299.0, 9258.0, 9299.0, 9251.0, 9342.0, 9310.0, 9275.0, 9292.0, 9256.0, 9354.0, 9333.0, 9385.0, 9339.0, 9289.0, 9360.0, 9316.0, 9344.0, 9318.0, 9329.0, 9375.0, 9306.0, 9377.0, 9321.0, 9353.0, 9316.0, 9275.0, 9360.0, 9306.0, 9391.0, 9354.0, 9300.0, 9355.0, 9314.0, 9378.0, 9343.0, 9334.0, 9386.0, 9310.0, 9385.0, 9348.0, 9318.0, 9400.0, 9377.0, 9403.0, 9405.0, 9350.0, 9369.0, 9355.0, 9312.0, 9447.0, 9408.0, 9357.0, 9410.0, 9354.0, 9301.0, 9409.0, 9380.0, 9430.0, 9392.0, 9315.0, 9362.0, 9339.0, 9387.0, 9350.0, 9376.0, 9331.0, 9336.0, 9281.0, 9226.0, 9290.0, 9271.0, 9269.0, 9318.0, 9299.0, 9338.0, 9331.0, 9302.0, 9358.0, 9334.0, 9354.0, 9359.0, 9298.0, 9353.0, 9292.0, 9347.0, 9310.0, 9264.0, 9361.0, 9318.0, 9388.0, 9340.0, 9271.0, 9350.0, 9316.0, 9326.0, 9369.0, 9311.0, 9382.0, 9325.0, 9310.0, 9323.0, 9264.0, 9365.0, 9325.0, 9308.0, 9339.0, 9284.0, 9338.0, 9301.0, 9275.0, 9391.0, 9370.0, 9315.0, 9366.0, 9344.0, 9335.0, 9369.0, 9416.0, 9398.0, 9424.0, 9345.0, 9292.0, 9336.0, 9280.0, 9396.0, 9371.0, 9297.0, 9368.0, 9311.0, 9295.0, 9352.0, 9310.0, 9422.0, 9371.0, 9307.0, 9348.0, 9293.0, 9377.0, 9348.0, 9306.0, 9361.0, 9315.0, 9301.0, 9330.0, 9284.0, 9394.0, 9347.0, 9267.0, 9322.0, 9285.0, 9322.0, 9297.0, 9253.0, 9342.0, 9287.0, 9254.0, 9309.0, 9253.0, 9337.0, 9309.0, 9270.0, 9345.0, 9293.0, 9250.0, 9307.0, 9298.0, 9312.0, 9354.0, 9323.0, 9359.0, 9318.0, 9288.0, 9372.0, 9346.0, 9403.0, 9338.0, 9345.0, 9301.0, 9257.0, 9308.0, 9278.0, 9341.0, 9309.0, 9267.0, 9350.0, 9318.0, 9275.0, 9343.0, 9306.0, 9389.0, 9387.0, 9325.0, 9381.0, 9335.0, 9294.0, 9413.0, 9387.0, 9325.0, 9391.0, 9336.0, 9315.0, 9392.0, 9360.0, 9433.0, 9391.0, 9307.0, 9347.0, 9305.0, 9381.0, 9351.0, 9295.0, 9362.0, 9308.0, 9318.0, 9318.0, 9278.0, 9401.0, 9352.0, 9296.0, 9314.0, 9259.0, 9355.0, 9328.0, 9356.0, 9341.0, 9253.0, 9318.0, 9295.0, 9240.0, 9307.0, 9270.0, 9354.0, 9331.0, 9258.0, 9326.0, 9289.0, 9315.0, 9302.0, 9247.0, 9376.0, 9338.0, 9306.0, 9319.0, 9280.0, 9369.0, 9328.0, 9291.0, 9383.0, 9322.0, 9332.0, 9295.0, 9255.0, 9370.0, 9345.0, 9314.0, 9361.0, 9317.0, 9285.0, 9365.0, 9310.0, 9404.0, 9358.0, 9308.0, 9338.0, 9281.0, 9363.0, 9336.0, 9375.0, 9415.0, 9328.0, 9368.0, 9309.0, 9266.0, 9349.0, 9311.0, 9352.0, 9355.0, 9304.0, 9357.0, 9313.0, 9271.0, 9401.0, 9364.0, 9314.0, 9353.0, 9310.0, 9304.0, 9382.0, 9353.0, 9379.0, 9350.0, 9305.0, 9374.0, 9313.0, 9253.0, 9394.0, 9347.0, 9273.0, 9324.0, 9283.0, 9254.0, 9355.0, 9317.0, 9264.0, 9343.0, 9292.0, 9264.0, 9360.0, 9320.0, 9307.0, 9378.0, 9324.0, 9279.0, 9345.0, 9289.0, 9345.0, 9347.0, 9292.0, 9361.0, 9304.0, 9260.0, 9326.0, 9301.0, 9274.0, 9348.0, 9309.0, 9282.0, 9323.0, 9287.0, 9384.0, 9345.0, 9300.0, 9370.0, 9312.0, 9277.0, 9335.0, 9307.0, 9347.0, 9365.0, 9312.0, 9336.0, 9308.0, 9281.0, 9366.0, 9327.0, 9302.0, 9388.0, 9331.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.0002648459383753502</td></tr>
<tr><td colspan=3>aqi</td><td>0.018040722128851543</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.145418056616876</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2950490841308433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923283063177571</td></tr>
<tr><td colspan=3>efc</td><td>0.4975</td></tr>
<tr><td colspan=3>fber</td><td>4487.4761</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08181209746361424</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9337068160597572</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3481426286176066</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2317827649719706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.644622936947276</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1680221839335725</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016525639221072197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03568803146481514</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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.9064715666396994</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>12.8485</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0785</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.3713</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300454.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>1179.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.7331</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2974</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.4819</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3408.6703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.9579</td></tr>
<tr><td colspan=3>tsnr</td><td>40.9697416331619</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>