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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-01/func/sub-0044_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>e1936ecb48a6d754d9f5307dba0c00d3</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:37:53.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_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998587, -0.053123, 0.00135721, 0.052858, 0.995587, 0.0775358]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976775</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7710, -7250, 439, -15, -26, 54, 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>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>608b0827-fff4-4c14-82d6-ec9b2cbaf5af||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679136037826538, 0.1418142318725586, 0.014769424684345722, 106.47411346435547], [0.1425251066684723, 2.671088218688965, 0.2088572233915329, -95.66865539550781], [0.003641299204900861, -0.20802293717861176, 2.6918692588806152, -50.46062088012695], [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': ['143753.670000', '143754.130000', '143754.590000', '143755.050000', '143755.510000', '143755.970000', '143756.430000', '143756.890000', '143757.350000', '143757.810000', '143758.270000', '143758.730000', '143759.190000', '143759.650000', '143800.110000', '143800.570000', '143801.030000', '143801.490000', '143801.950000', '143802.410000', '143802.870000', '143803.330000', '143803.790000', '143804.250000', '143804.710000', '143805.170000', '143805.630000', '143806.090000', '143806.550000', '143807.010000', '143807.470000', '143807.930000', '143808.390000', '143808.850000', '143809.310000', '143809.770000', '143810.230000', '143810.690000', '143811.150000', '143811.610000', '143812.070000', '143812.530000', '143812.990000', '143813.450000', '143813.910000', '143814.370000', '143814.830000', '143815.290000', '143815.750000', '143816.210000', '143816.670000', '143817.130000', '143817.590000', '143818.050000', '143818.510000', '143818.970000', '143819.430000', '143819.890000', '143820.350000', '143820.810000', '143821.270000', '143821.730000', '143822.190000', '143822.650000', '143823.110000', '143823.570000', '143824.030000', '143824.490000', '143824.950000', '143825.410000', '143825.870000', '143826.330000', '143826.790000', '143827.250000', '143827.710000', '143828.170000', '143828.630000', '143829.090000', '143829.550000', '143830.010000', '143830.470000', '143830.930000', '143831.390000', '143831.850000', '143832.310000', '143832.770000', '143833.230000', '143833.690000', '143834.150000', '143834.610000', '143835.070000', '143835.530000', '143835.990000', '143836.450000', '143836.910000', '143837.370000', '143837.830000', '143838.290000', '143838.750000', '143839.210000', '143839.670000', '143840.130000', '143840.590000', '143841.050000', '143841.510000', '143841.970000', '143842.430000', '143842.890000', '143843.350000', '143843.810000', '143844.270000', '143844.730000', '143845.190000', '143845.650000', '143846.110000', '143846.570000', '143847.030000', '143847.490000', '143847.950000', '143848.410000', '143848.870000', '143849.330000', '143849.790000', '143850.250000', '143850.710000', '143851.170000', '143851.630000', '143852.090000', '143852.550000', '143853.010000', '143853.470000', '143853.930000', '143854.390000', '143854.850000', '143855.310000', '143855.770000', '143856.230000', '143856.690000', '143857.150000', '143857.610000', '143858.070000', '143858.530000', '143858.990000', '143859.450000', '143859.910000', '143900.370000', '143900.830000', '143901.290000', '143901.750000', '143902.210000', '143902.670000', '143903.130000', '143903.590000', '143904.050000', '143904.510000', '143904.970000', '143905.430000', '143905.890000', '143906.350000', '143906.810000', '143907.270000', '143907.730000', '143908.190000', '143908.650000', '143909.110000', '143909.570000', '143910.030000', '143910.490000', '143910.950000', '143911.410000', '143911.870000', '143912.330000', '143912.790000', '143913.250000', '143913.710000', '143914.170000', '143914.630000', '143915.090000', '143915.550000', '143916.010000', '143916.470000', '143916.930000', '143917.390000', '143917.850000', '143918.310000', '143918.770000', '143919.230000', '143919.690000', '143920.150000', '143920.610000', '143921.070000', '143921.530000', '143921.990000', '143922.450000', '143922.910000', '143923.370000', '143923.830000', '143924.290000', '143924.750000', '143925.210000', '143925.670000', '143926.130000', '143926.590000', '143927.050000', '143927.510000', '143927.970000', '143928.430000', '143928.890000', '143929.350000', '143929.810000', '143930.270000', '143930.730000', '143931.190000', '143931.650000', '143932.110000', '143932.570000', '143933.030000', '143933.490000', '143933.950000', '143934.410000', '143934.870000', '143935.330000', '143935.790000', '143936.250000', '143936.710000', '143937.170000', '143937.630000', '143938.090000', '143938.550000', '143939.010000', '143939.470000', '143939.930000', '143940.390000', '143940.850000', '143941.310000', '143941.770000', '143942.230000', '143942.690000', '143943.150000', '143943.610000', '143944.070000', '143944.530000', '143944.990000', '143945.450000', '143945.910000', '143946.370000', '143946.830000', '143947.290000', '143947.750000', '143948.210000', '143948.670000', '143949.130000', '143949.590000', '143950.050000', '143950.510000', '143950.970000', '143951.430000', '143951.890000', '143952.350000', '143952.810000', '143953.270000', '143953.730000', '143954.190000', '143954.650000', '143955.110000', '143955.570000', '143956.030000', '143956.490000', '143956.950000', '143957.410000', '143957.870000', '143958.330000', '143958.790000', '143959.250000', '143959.710000', '144000.170000', '144000.630000', '144001.090000', '144001.550000', '144002.010000', '144002.470000', '144002.930000', '144003.390000', '144003.850000', '144004.310000', '144004.770000', '144005.230000', '144005.690000', '144006.150000', '144006.610000', '144007.070000', '144007.530000', '144007.990000', '144008.450000', '144008.910000', '144009.370000', '144009.830000', '144010.290000', '144010.750000', '144011.210000', '144011.670000', '144012.130000', '144012.590000', '144013.050000', '144013.510000', '144013.970000', '144014.430000', '144014.890000', '144015.350000', '144015.810000', '144016.270000', '144016.730000', '144017.190000', '144017.650000', '144018.110000', '144018.570000', '144019.030000', '144019.490000', '144019.950000', '144020.410000', '144020.870000', '144021.330000', '144021.790000', '144022.250000', '144022.710000', '144023.170000', '144023.630000', '144024.090000', '144024.550000', '144025.010000', '144025.470000', '144025.930000', '144026.390000', '144026.850000', '144027.310000', '144027.770000', '144028.230000', '144028.690000', '144029.150000', '144029.610000', '144030.070000', '144030.530000', '144030.990000', '144031.450000', '144031.910000', '144032.370000', '144032.830000', '144033.290000', '144033.750000', '144034.210000', '144034.670000', '144035.130000', '144035.590000', '144036.050000', '144036.510000', '144036.970000', '144037.430000', '144037.890000', '144038.350000', '144038.810000', '144039.270000', '144039.730000', '144040.190000', '144040.650000', '144041.110000', '144041.570000', '144042.030000', '144042.490000', '144042.950000', '144043.410000', '144043.870000', '144044.330000', '144044.790000', '144045.250000', '144045.710000', '144046.170000', '144046.630000', '144047.090000', '144047.550000', '144048.010000', '144048.470000', '144048.930000', '144049.390000', '144049.850000', '144050.310000', '144050.770000', '144051.230000', '144051.690000', '144052.150000', '144052.610000', '144053.070000', '144053.530000', '144053.990000', '144054.450000', '144054.910000', '144055.370000', '144055.830000', '144056.290000', '144056.750000', '144057.210000', '144057.670000', '144058.130000', '144058.590000', '144059.050000', '144059.510000', '144059.970000', '144100.430000', '144100.890000', '144101.350000', '144101.810000', '144102.270000', '144102.730000', '144103.190000', '144103.650000', '144104.110000', '144104.570000', '144105.030000', '144105.490000', '144105.950000', '144106.410000', '144106.870000', '144107.330000', '144107.790000', '144108.250000', '144108.710000', '144109.170000', '144109.630000', '144110.090000', '144110.550000', '144111.010000', '144111.470000', '144111.930000', '144112.390000', '144112.850000', '144113.310000', '144113.770000', '144114.230000', '144114.690000', '144115.150000', '144115.610000', '144116.070000', '144116.530000', '144116.990000', '144117.450000', '144117.910000', '144118.370000', '144118.830000', '144119.290000', '144119.750000', '144120.210000', '144120.670000', '144121.130000', '144121.590000', '144122.050000', '144122.510000', '144122.970000', '144123.430000', '144123.890000', '144124.350000', '144124.810000', '144125.270000', '144125.730000', '144126.190000', '144126.650000', '144127.110000', '144127.570000', '144128.030000', '144128.490000', '144128.950000', '144129.410000', '144129.870000', '144130.330000', '144130.790000', '144131.250000', '144131.710000', '144132.170000', '144132.630000', '144133.090000', '144133.550000', '144134.010000', '144134.470000', '144134.930000', '144135.390000', '144135.850000', '144136.310000', '144136.770000', '144137.230000', '144137.690000', '144138.150000', '144138.610000', '144139.070000', '144139.530000', '144139.990000', '144140.450000', '144140.910000', '144141.370000', '144141.830000', '144142.290000', '144142.750000', '144143.210000', '144143.670000', '144144.130000', '144144.590000', '144145.050000', '144145.510000', '144145.970000', '144146.430000', '144146.890000', '144147.350000', '144147.810000', '144148.270000', '144148.730000', '144149.190000', '144149.650000', '144150.110000', '144150.570000', '144151.030000', '144151.490000', '144151.950000', '144152.410000', '144152.870000', '144153.330000', '144153.790000', '144154.250000', '144154.710000', '144155.170000', '144155.630000', '144156.090000', '144156.550000', '144157.010000', '144157.470000', '144157.930000', '144158.390000', '144158.850000', '144159.310000', '144159.770000', '144200.230000', '144200.690000', '144201.150000', '144201.610000', '144202.070000', '144202.530000', '144202.990000', '144203.450000', '144203.910000', '144204.370000', '144204.830000', '144205.290000', '144205.750000', '144206.210000', '144206.670000', '144207.130000', '144207.590000', '144208.050000', '144208.510000', '144208.970000', '144209.430000', '144209.890000', '144210.350000', '144210.810000', '144211.270000', '144211.730000', '144212.190000', '144212.650000', '144213.110000', '144213.570000', '144214.030000', '144214.490000', '144214.950000', '144215.410000', '144215.870000', '144216.330000', '144216.790000', '144217.250000', '144217.710000', '144218.170000', '144218.630000', '144219.090000', '144219.550000', '144220.010000', '144220.470000', '144220.930000', '144221.390000', '144221.850000', '144222.310000', '144222.770000', '144223.230000', '144223.690000', '144224.150000', '144224.610000', '144225.070000', '144225.530000', '144225.990000', '144226.450000', '144226.910000', '144227.370000', '144227.830000', '144228.290000', '144228.750000', '144229.210000', '144229.670000', '144230.130000', '144230.590000', '144231.050000', '144231.510000', '144231.970000', '144232.430000', '144232.890000', '144233.350000', '144233.810000', '144234.270000', '144234.730000', '144235.190000', '144235.650000', '144236.110000', '144236.570000', '144237.030000', '144237.490000', '144237.950000', '144238.410000', '144238.870000', '144239.330000', '144239.790000', '144240.250000', '144240.710000', '144241.170000', '144241.630000', '144242.090000', '144242.550000', '144243.010000', '144243.470000', '144243.930000', '144244.390000', '144244.850000', '144245.310000', '144245.770000', '144246.230000', '144246.690000', '144247.150000', '144247.610000', '144248.070000', '144248.530000', '144248.990000', '144249.450000', '144249.910000', '144250.370000', '144250.830000', '144251.290000', '144251.750000', '144252.210000', '144252.670000', '144253.130000', '144253.590000', '144254.050000', '144254.510000', '144254.970000', '144255.430000', '144255.890000', '144256.350000', '144256.810000', '144257.270000', '144257.730000', '144258.190000', '144258.650000', '144259.110000', '144259.570000', '144300.030000', '144300.490000', '144300.950000', '144301.410000', '144301.870000', '144302.330000', '144302.790000', '144303.250000', '144303.710000', '144304.170000', '144304.630000', '144305.090000', '144305.550000', '144306.010000', '144306.470000', '144306.930000', '144307.390000', '144307.850000', '144308.310000', '144308.770000', '144309.230000', '144309.690000', '144310.150000', '144310.610000', '144311.070000', '144311.530000', '144311.990000', '144312.450000', '144312.910000', '144313.370000', '144313.830000', '144314.290000', '144314.750000', '144315.210000', '144315.670000', '144316.130000', '144316.590000', '144317.050000', '144317.510000', '144317.970000', '144318.430000', '144318.890000', '144319.350000', '144319.810000', '144320.270000', '144320.730000', '144321.190000', '144321.650000', '144322.110000', '144322.570000', '144323.030000', '144323.490000', '144323.950000', '144324.410000', '144324.870000', '144325.330000', '144325.790000', '144326.250000', '144326.710000', '144327.170000', '144327.630000', '144328.090000', '144328.550000', '144329.010000', '144329.470000', '144329.930000', '144330.390000', '144330.850000', '144331.310000', '144331.770000', '144332.230000', '144332.690000', '144333.150000', '144333.610000', '144334.070000', '144334.530000', '144334.990000', '144335.450000', '144335.910000', '144336.370000', '144336.830000', '144337.290000', '144337.750000', '144338.210000', '144338.670000', '144339.130000', '144339.590000', '144340.050000', '144340.510000', '144340.970000', '144341.430000', '144341.890000', '144342.350000', '144342.810000', '144343.270000', '144343.730000', '144344.190000', '144344.650000', '144345.110000', '144345.570000', '144346.030000', '144346.490000', '144346.950000', '144347.410000', '144347.870000', '144348.330000', '144348.790000', '144349.250000', '144349.710000', '144350.170000', '144350.630000', '144351.090000', '144351.550000', '144352.010000', '144352.470000', '144352.930000', '144353.390000', '144353.850000', '144354.310000', '144354.770000', '144355.230000', '144355.690000', '144356.150000', '144356.610000', '144357.070000', '144357.530000', '144357.990000', '144358.450000', '144358.910000', '144359.370000', '144359.830000', '144400.290000', '144400.750000', '144401.210000', '144401.670000', '144402.130000', '144402.590000', '144403.050000', '144403.510000', '144403.970000', '144404.430000', '144404.890000', '144405.350000', '144405.810000', '144406.270000', '144406.730000', '144407.190000', '144407.650000', '144408.110000', '144408.570000', '144409.030000', '144409.490000', '144409.950000', '144410.410000', '144410.870000', '144411.330000', '144411.790000', '144412.250000', '144412.710000', '144413.170000', '144413.630000', '144414.090000', '144414.550000', '144415.010000', '144415.470000', '144415.930000', '144416.390000', '144416.850000', '144417.310000', '144417.770000', '144418.230000', '144418.690000', '144419.150000', '144419.610000', '144420.070000', '144420.530000', '144420.990000', '144421.450000', '144421.910000', '144422.370000', '144422.830000', '144423.290000', '144423.750000', '144424.210000', '144424.670000', '144425.130000', '144425.590000', '144426.050000', '144426.510000', '144426.970000', '144427.430000', '144427.890000', '144428.350000', '144428.810000', '144429.270000', '144429.730000', '144430.190000', '144430.650000', '144431.110000', '144431.570000', '144432.030000', '144432.490000', '144432.950000', '144433.410000', '144433.870000', '144434.330000', '144434.790000', '144435.250000', '144435.710000', '144436.170000', '144436.630000', '144437.090000', '144437.550000', '144438.010000', '144438.470000', '144438.930000', '144439.390000', '144439.850000', '144440.310000', '144440.770000', '144441.230000', '144441.690000', '144442.150000', '144442.610000', '144443.070000', '144443.530000', '144443.990000', '144444.450000', '144444.910000', '144445.370000', '144445.830000', '144446.290000', '144446.750000', '144447.210000', '144447.670000', '144448.130000', '144448.590000', '144449.050000', '144449.510000', '144449.970000', '144450.430000', '144450.890000', '144451.350000', '144451.810000', '144452.270000', '144452.730000', '144453.190000', '144453.650000', '144454.110000', '144454.570000', '144455.030000', '144455.490000', '144455.950000', '144456.410000', '144456.870000', '144457.330000', '144457.790000', '144458.250000', '144458.710000', '144459.170000', '144459.630000', '144500.090000', '144500.550000', '144501.010000', '144501.470000', '144501.930000', '144502.390000', '144502.850000', '144503.310000', '144503.770000', '144504.230000', '144504.690000', '144505.150000', '144505.610000', '144506.070000', '144506.530000', '144506.990000', '144507.450000', '144507.910000', '144508.370000', '144508.830000', '144509.290000', '144509.750000', '144510.210000', '144510.670000', '144511.130000', '144511.590000', '144512.050000', '144512.510000', '144512.970000', '144513.430000', '144513.890000', '144514.350000', '144514.810000', '144515.270000', '144515.730000', '144516.190000', '144516.650000', '144517.110000', '144517.570000', '144518.030000', '144518.490000', '144518.950000', '144519.410000', '144519.870000', '144520.330000', '144520.790000', '144521.250000', '144521.710000', '144522.170000', '144522.630000', '144523.090000', '144523.550000', '144524.010000', '144524.470000', '144524.930000', '144525.390000', '144525.850000', '144526.310000', '144526.770000', '144527.230000', '144527.690000', '144528.150000', '144528.610000', '144529.070000', '144529.530000', '144529.990000', '144530.450000', '144530.910000', '144531.370000', '144531.830000', '144532.290000', '144532.750000', '144533.210000', '144533.670000', '144534.130000', '144534.590000', '144535.050000', '144535.510000', '144535.970000', '144536.430000', '144536.890000', '144537.350000', '144537.810000', '144538.270000', '144538.730000', '144539.190000', '144539.650000', '144540.110000', '144540.570000', '144541.030000', '144541.490000', '144541.950000', '144542.410000', '144542.870000', '144543.330000', '144543.790000', '144544.250000', '144544.710000', '144545.170000', '144545.630000', '144546.090000', '144546.550000', '144547.010000', '144547.470000', '144547.930000', '144548.390000', '144548.850000', '144549.310000', '144549.770000', '144550.230000', '144550.690000', '144551.150000', '144551.610000', '144552.070000', '144552.530000', '144552.990000', '144553.450000', '144553.910000', '144554.370000', '144554.830000', '144555.290000', '144555.750000', '144556.210000', '144556.670000', '144557.130000', '144557.590000', '144558.050000', '144558.510000', '144558.970000', '144559.430000', '144559.890000', '144600.350000', '144600.810000', '144601.270000', '144601.730000', '144602.190000', '144602.650000', '144603.110000', '144603.570000', '144604.030000', '144604.490000', '144604.950000', '144605.410000', '144605.870000', '144606.330000', '144606.790000'], 'ContentTime': ['143818.303000', '143818.308000', '143818.311000', '143818.314000', '143818.317000', '143818.320000', '143818.323000', '143818.325000', '143818.328000', '143818.331000', '143818.334000', '143818.337000', '143818.340000', '143818.343000', '143818.348000', '143818.352000', '143818.355000', '143818.358000', '143818.378000', '143818.381000', '143818.384000', '143818.387000', '143818.389000', '143818.392000', '143818.395000', '143818.398000', '143818.401000', '143818.404000', '143818.407000', '143818.409000', '143818.412000', '143818.415000', '143818.418000', '143818.421000', '143818.423000', '143818.426000', '143818.429000', '143818.432000', '143818.435000', '143818.438000', '143818.441000', '143818.443000', '143818.446000', '143818.449000', '143818.452000', '143818.455000', '143818.458000', '143818.460000', '143818.463000', '143818.466000', '143818.469000', '143818.472000', '143838.267000', '143838.270000', '143838.273000', '143838.289000', '143838.292000', '143838.301000', '143838.304000', '143838.307000', '143838.310000', '143838.313000', '143838.316000', '143838.318000', '143838.321000', '143838.325000', '143838.328000', '143838.330000', '143838.333000', '143838.336000', '143838.339000', '143838.342000', '143838.345000', '143838.348000', '143838.350000', '143838.353000', '143838.356000', '143838.359000', '143838.362000', '143838.365000', '143838.368000', '143838.371000', '143838.373000', '143838.376000', '143838.379000', '143838.382000', '143838.385000', '143838.388000', '143838.390000', '143838.393000', '143838.396000', '143838.399000', '143838.402000', '143838.405000', '143838.408000', '143838.411000', '143858.267000', '143858.270000', '143858.273000', '143858.276000', '143858.279000', '143858.281000', '143858.284000', '143858.287000', '143858.290000', '143858.293000', '143858.296000', '143858.298000', '143858.301000', '143858.304000', '143858.307000', '143858.310000', '143858.313000', '143858.316000', '143858.319000', '143858.322000', '143858.324000', '143858.327000', '143858.330000', '143858.333000', '143858.336000', '143858.339000', '143858.342000', '143858.345000', '143858.348000', '143858.351000', '143858.354000', '143858.357000', '143858.359000', '143858.362000', '143858.365000', '143858.368000', '143858.371000', '143858.374000', '143858.377000', '143858.379000', '143858.382000', '143858.385000', '143858.388000', '143918.267000', '143918.270000', '143918.273000', '143918.276000', '143918.279000', '143918.282000', '143918.284000', '143918.287000', '143918.290000', '143918.293000', '143918.296000', '143918.299000', '143918.301000', '143918.304000', '143918.307000', '143918.310000', '143918.313000', '143918.316000', '143918.319000', '143918.322000', '143918.324000', '143918.327000', '143918.330000', '143918.333000', '143918.336000', '143918.339000', '143918.342000', '143918.344000', '143918.347000', '143918.350000', '143918.353000', '143918.356000', '143918.359000', '143918.362000', '143918.364000', '143918.367000', '143918.370000', '143918.373000', '143918.376000', '143918.378000', '143918.381000', '143918.384000', '143918.387000', '143918.390000', '143938.266000', '143938.269000', '143938.272000', '143938.275000', '143938.278000', '143938.281000', '143938.283000', '143938.287000', '143938.290000', '143938.293000', '143938.296000', '143938.298000', '143938.301000', '143938.304000', '143938.307000', '143938.310000', '143938.313000', '143938.316000', '143938.319000', '143938.322000', '143938.324000', '143938.327000', '143938.330000', '143938.333000', '143938.336000', '143938.339000', '143938.342000', '143938.345000', '143938.348000', '143938.352000', '143938.360000', '143938.363000', '143938.366000', '143938.369000', '143938.372000', '143938.374000', '143938.377000', '143938.380000', '143938.383000', '143938.386000', '143938.389000', '143938.392000', '143938.394000', '143958.266000', '143958.269000', '143958.272000', '143958.275000', '143958.277000', '143958.280000', '143958.291000', '143958.293000', '143958.296000', '143958.299000', '143958.302000', '143958.305000', '143958.308000', '143958.311000', '143958.314000', '143958.317000', '143958.319000', '143958.322000', '143958.325000', '143958.328000', '143958.331000', '143958.334000', '143958.337000', '143958.340000', '143958.342000', '143958.345000', '143958.348000', '143958.351000', '143958.354000', '143958.357000', '143958.360000', '143958.363000', '143958.365000', '143958.368000', '143958.371000', '143958.374000', '143958.377000', '143958.380000', '143958.383000', '143958.386000', '143958.388000', '143958.391000', '143958.394000', '143958.397000', '144018.266000', '144018.269000', '144018.272000', '144018.275000', '144018.278000', '144018.280000', '144018.283000', '144018.286000', '144018.289000', '144018.292000', '144018.295000', '144018.298000', '144018.301000', '144018.303000', '144018.306000', '144018.309000', '144018.312000', '144018.315000', '144018.318000', '144018.321000', '144018.323000', '144018.326000', '144018.329000', '144018.332000', '144018.335000', '144018.338000', '144018.341000', '144018.343000', '144018.346000', '144018.349000', '144018.352000', '144018.355000', '144018.360000', '144018.363000', '144018.366000', '144018.369000', '144018.372000', '144018.374000', '144018.377000', '144018.380000', '144018.383000', '144018.386000', '144018.389000', '144038.267000', '144038.270000', '144038.273000', '144038.276000', '144038.279000', '144038.281000', '144038.284000', '144038.287000', '144038.290000', '144038.293000', '144038.296000', '144038.298000', '144038.307000', '144038.310000', '144038.312000', '144038.315000', '144038.318000', '144038.321000', '144038.324000', '144038.327000', '144038.329000', '144038.332000', '144038.335000', '144038.338000', '144038.341000', '144038.344000', '144038.347000', '144038.350000', '144038.352000', '144038.355000', '144038.358000', '144038.361000', '144038.364000', '144038.367000', '144038.370000', '144038.373000', '144038.375000', '144038.378000', '144038.381000', '144038.384000', '144038.387000', '144038.390000', '144038.393000', '144038.396000', '144058.267000', '144058.270000', '144058.273000', '144058.276000', '144058.279000', '144058.281000', '144058.284000', '144058.287000', '144058.290000', '144058.293000', '144058.296000', '144058.299000', '144058.302000', '144058.305000', '144058.308000', '144058.310000', '144058.313000', '144058.316000', '144058.319000', '144058.322000', '144058.326000', '144058.329000', '144058.332000', '144058.335000', '144058.337000', '144058.340000', '144058.343000', '144058.346000', '144058.349000', '144058.352000', '144058.355000', '144058.358000', '144058.360000', '144058.363000', '144058.366000', '144058.369000', '144058.372000', '144058.375000', '144058.379000', '144058.384000', '144058.387000', '144058.390000', '144058.393000', '144118.267000', '144118.270000', '144118.273000', '144118.276000', '144118.279000', '144118.281000', '144118.284000', '144118.287000', '144118.290000', '144118.293000', '144118.296000', '144118.299000', '144118.302000', '144118.304000', '144118.307000', '144118.310000', '144118.313000', '144118.316000', '144118.319000', '144118.322000', '144118.325000', '144118.327000', '144118.330000', '144118.333000', '144118.336000', '144118.339000', '144118.342000', '144118.345000', '144118.347000', '144118.350000', '144118.353000', '144118.356000', '144118.359000', '144118.362000', '144118.365000', '144118.367000', '144118.370000', '144118.373000', '144118.376000', '144118.382000', '144118.385000', '144118.388000', '144118.391000', '144118.394000', '144138.267000', '144138.270000', '144138.273000', '144138.276000', '144138.279000', '144138.282000', '144138.285000', '144138.287000', '144138.290000', '144138.293000', '144138.296000', '144138.299000', '144138.302000', '144138.305000', '144138.307000', '144138.310000', '144138.313000', '144138.316000', '144138.319000', '144138.322000', '144138.325000', '144138.328000', '144138.330000', '144138.333000', '144138.336000', '144138.339000', '144138.342000', '144138.345000', '144138.348000', '144138.351000', '144138.353000', '144138.356000', '144138.359000', '144138.362000', '144138.365000', '144138.368000', '144138.371000', '144138.385000', '144138.387000', '144138.390000', '144138.393000', '144138.396000', '144138.399000', '144158.266000', '144158.269000', '144158.272000', '144158.275000', '144158.278000', '144158.281000', '144158.284000', '144158.286000', '144158.289000', '144158.292000', '144158.295000', '144158.298000', '144158.301000', '144158.304000', '144158.307000', '144158.309000', '144158.312000', '144158.315000', '144158.318000', '144158.321000', '144158.324000', '144158.327000', '144158.329000', '144158.332000', '144158.335000', '144158.338000', '144158.341000', '144158.344000', '144158.347000', '144158.350000', '144158.352000', '144158.355000', '144158.358000', '144158.361000', '144158.364000', '144158.367000', '144158.370000', '144158.373000', '144158.376000', '144158.378000', '144158.381000', '144158.384000', '144158.387000', '144158.390000', '144218.266000', '144218.269000', '144218.272000', '144218.275000', '144218.278000', '144218.281000', '144218.283000', '144218.286000', '144218.289000', '144218.292000', '144218.295000', '144218.298000', '144218.301000', '144218.304000', '144218.306000', '144218.309000', '144218.312000', '144218.315000', '144218.318000', '144218.321000', '144218.324000', '144218.326000', '144218.329000', '144218.332000', '144218.335000', '144218.338000', '144218.341000', '144218.344000', '144218.346000', '144218.349000', '144218.352000', '144218.355000', '144218.358000', '144218.361000', '144218.365000', '144218.368000', '144218.371000', '144218.374000', '144218.377000', '144218.380000', '144218.383000', '144218.386000', '144218.389000', '144238.266000', '144238.269000', '144238.272000', '144238.275000', '144238.277000', '144238.280000', '144238.283000', '144238.286000', '144238.289000', '144238.292000', '144238.295000', '144238.298000', '144238.301000', '144238.303000', '144238.306000', '144238.309000', '144238.312000', '144238.315000', '144238.318000', '144238.321000', '144238.324000', '144238.327000', '144238.330000', '144238.333000', '144238.335000', '144238.338000', '144238.341000', '144238.344000', '144238.347000', '144238.350000', '144238.353000', '144238.356000', '144238.359000', '144238.361000', '144238.364000', '144238.367000', '144238.370000', '144238.373000', '144238.376000', '144238.379000', '144238.382000', '144238.384000', '144238.387000', '144238.390000', '144258.267000', '144258.270000', '144258.273000', '144258.276000', '144258.279000', '144258.282000', '144258.285000', '144258.287000', '144258.290000', '144258.293000', '144258.296000', '144258.299000', '144258.302000', '144258.305000', '144258.308000', '144258.311000', '144258.313000', '144258.316000', '144258.319000', '144258.322000', '144258.325000', '144258.328000', '144258.331000', '144258.334000', '144258.337000', '144258.339000', '144258.342000', '144258.345000', '144258.348000', '144258.351000', '144258.354000', '144258.357000', '144258.359000', '144258.362000', '144258.365000', '144258.368000', '144258.371000', '144258.374000', '144258.377000', '144258.380000', '144258.382000', '144258.385000', '144258.388000', '144318.267000', '144318.270000', '144318.273000', '144318.276000', '144318.279000', '144318.290000', '144318.292000', '144318.295000', '144318.298000', '144318.301000', '144318.304000', '144318.306000', '144318.309000', '144318.312000', '144318.315000', '144318.318000', '144318.321000', '144318.324000', '144318.327000', '144318.329000', '144318.332000', '144318.335000', '144318.338000', '144318.341000', '144318.344000', '144318.347000', '144318.349000', '144318.352000', '144318.355000', '144318.358000', '144318.361000', '144318.364000', '144318.367000', '144318.369000', '144318.372000', '144318.375000', '144318.378000', '144318.381000', '144318.384000', '144318.387000', '144318.389000', '144318.392000', '144318.395000', '144318.398000', '144338.267000', '144338.270000', '144338.273000', '144338.276000', '144338.279000', '144338.282000', '144338.285000', '144338.287000', '144338.290000', '144338.293000', '144338.296000', '144338.299000', '144338.302000', '144338.305000', '144338.308000', '144338.310000', '144338.313000', '144338.318000', '144338.321000', '144338.324000', '144338.327000', '144338.330000', '144338.333000', '144338.336000', '144338.338000', '144338.341000', '144338.344000', '144338.347000', '144338.350000', '144338.353000', '144338.356000', '144338.358000', '144338.361000', '144338.364000', '144338.367000', '144338.370000', '144338.373000', '144338.376000', '144338.379000', '144338.382000', '144338.384000', '144338.387000', '144338.390000', '144358.267000', '144358.270000', '144358.273000', '144358.276000', '144358.279000', '144358.282000', '144358.284000', '144358.287000', '144358.290000', '144358.293000', '144358.296000', '144358.299000', '144358.302000', '144358.304000', '144358.307000', '144358.310000', '144358.313000', '144358.316000', '144358.319000', '144358.322000', '144358.325000', '144358.328000', '144358.330000', '144358.333000', '144358.336000', '144358.339000', '144358.342000', '144358.345000', '144358.348000', '144358.350000', '144358.353000', '144358.356000', '144358.359000', '144358.362000', '144358.365000', '144358.368000', '144358.371000', '144358.374000', '144358.377000', '144358.379000', '144358.382000', '144358.385000', '144358.388000', '144358.391000', '144418.266000', '144418.269000', '144418.272000', '144418.275000', '144418.278000', '144418.281000', '144418.283000', '144418.286000', '144418.289000', '144418.292000', '144418.295000', '144418.298000', '144418.301000', '144418.304000', '144418.306000', '144418.309000', '144418.312000', '144418.315000', '144418.318000', '144418.321000', '144418.324000', '144418.327000', '144418.330000', '144418.332000', '144418.335000', '144418.338000', '144418.341000', '144418.344000', '144418.347000', '144418.350000', '144418.352000', '144418.355000', '144418.358000', '144418.361000', '144418.364000', '144418.367000', '144418.369000', '144418.372000', '144418.375000', '144418.378000', '144418.381000', '144418.384000', '144418.387000', '144438.266000', '144438.269000', '144438.272000', '144438.275000', '144438.278000', '144438.281000', '144438.284000', '144438.287000', '144438.290000', '144438.292000', '144438.295000', '144438.298000', '144438.301000', '144438.304000', '144438.307000', '144438.310000', '144438.320000', '144438.323000', '144438.326000', '144438.329000', '144438.332000', '144438.335000', '144438.337000', '144438.340000', '144438.343000', '144438.346000', '144438.349000', '144438.352000', '144438.355000', '144438.357000', '144438.360000', '144438.363000', '144438.366000', '144438.369000', '144438.372000', '144438.375000', '144438.378000', '144438.380000', '144438.383000', '144438.386000', '144438.389000', '144438.392000', '144438.395000', '144458.266000', '144458.269000', '144458.272000', '144458.275000', '144458.278000', '144458.281000', '144458.284000', '144458.287000', '144458.290000', '144458.293000', '144458.296000', '144458.299000', '144458.302000', '144458.305000', '144458.308000', '144458.311000', '144458.314000', '144458.316000', '144458.319000', '144458.322000', '144458.325000', '144458.328000', '144458.331000', '144458.334000', '144458.337000', '144458.340000', '144458.343000', '144458.346000', '144458.349000', '144458.351000', '144458.354000', '144458.357000', '144458.360000', '144458.363000', '144458.366000', '144458.369000', '144458.372000', '144458.375000', '144458.377000', '144458.380000', '144458.383000', '144458.386000', '144458.389000', '144458.392000', '144518.267000', '144518.270000', '144518.273000', '144518.276000', '144518.279000', '144518.282000', '144518.285000', '144518.291000', '144518.294000', '144518.297000', '144518.300000', '144518.302000', '144518.305000', '144518.308000', '144518.311000', '144518.314000', '144518.317000', '144518.320000', '144518.323000', '144518.326000', '144518.328000', '144518.331000', '144518.334000', '144518.337000', '144518.340000', '144518.343000', '144518.345000', '144518.348000', '144518.351000', '144518.354000', '144518.357000', '144518.360000', '144518.363000', '144518.366000', '144518.368000', '144518.371000', '144518.374000', '144518.377000', '144518.380000', '144518.383000', '144518.386000', '144518.389000', '144518.391000', '144538.267000', '144538.270000', '144538.273000', '144538.276000', '144538.279000', '144538.282000', '144538.285000', '144538.287000', '144538.290000', '144538.293000', '144538.296000', '144538.299000', '144538.302000', '144538.305000', '144538.308000', '144538.311000', '144538.314000', '144538.316000', '144538.319000', '144538.322000', '144538.325000', '144538.328000', '144538.331000', '144538.334000', '144538.336000', '144538.339000', '144538.342000', '144538.345000', '144538.348000', '144538.351000', '144538.354000', '144538.357000', '144538.360000', '144538.362000', '144538.365000', '144538.368000', '144538.371000', '144538.374000', '144538.377000', '144538.379000', '144538.382000', '144538.385000', '144538.388000', '144538.391000', '144558.267000', '144558.270000', '144558.273000', '144558.276000', '144558.279000', '144558.282000', '144558.285000', '144558.287000', '144558.290000', '144558.293000', '144558.296000', '144558.299000', '144558.312000', '144558.315000', '144558.318000', '144558.321000', '144558.323000', '144558.326000', '144558.329000', '144558.332000', '144558.335000', '144558.338000', '144558.341000', '144558.344000', '144558.347000', '144558.349000', '144558.352000', '144558.355000', '144558.358000', '144558.361000', '144558.364000', '144558.366000', '144558.369000', '144558.372000', '144558.375000', '144558.378000', '144558.381000', '144558.383000', '144558.386000', '144558.389000', '144558.392000', '144558.395000', '144558.398000', '144607.579000', '144607.582000', '144607.586000', '144607.589000', '144607.592000', '144607.595000', '144607.598000', '144607.600000', '144607.604000', '144607.606000', '144607.609000', '144607.612000', '144607.616000', '144607.619000', '144607.622000', '144607.625000', '144607.628000', '144607.631000', '144607.634000', '144607.637000', '144607.640000'], 'InstanceCreationTime': ['143818.303000', '143818.308000', '143818.311000', '143818.314000', '143818.317000', '143818.320000', '143818.323000', '143818.325000', '143818.328000', '143818.331000', '143818.334000', '143818.337000', '143818.340000', '143818.343000', '143818.348000', '143818.352000', '143818.355000', '143818.358000', '143818.378000', '143818.381000', '143818.384000', '143818.387000', '143818.389000', '143818.392000', '143818.395000', '143818.398000', '143818.401000', '143818.404000', '143818.407000', '143818.409000', '143818.412000', '143818.415000', '143818.418000', '143818.421000', '143818.423000', '143818.426000', '143818.429000', '143818.432000', '143818.435000', '143818.438000', '143818.441000', '143818.443000', '143818.446000', '143818.449000', '143818.452000', '143818.455000', '143818.458000', '143818.460000', '143818.463000', '143818.466000', '143818.469000', '143818.472000', '143838.267000', '143838.270000', '143838.273000', '143838.289000', '143838.292000', '143838.301000', '143838.304000', '143838.307000', '143838.310000', '143838.313000', '143838.316000', '143838.318000', '143838.321000', '143838.325000', '143838.328000', '143838.330000', '143838.333000', '143838.336000', '143838.339000', '143838.342000', '143838.345000', '143838.348000', '143838.350000', '143838.353000', '143838.356000', '143838.359000', '143838.362000', '143838.365000', '143838.368000', '143838.371000', '143838.373000', '143838.376000', '143838.379000', '143838.382000', '143838.385000', '143838.388000', '143838.390000', '143838.393000', '143838.396000', '143838.399000', '143838.402000', '143838.405000', '143838.408000', '143838.411000', '143858.267000', '143858.270000', '143858.273000', '143858.276000', '143858.279000', '143858.281000', '143858.284000', '143858.287000', '143858.290000', '143858.293000', '143858.296000', '143858.298000', '143858.301000', '143858.304000', '143858.307000', '143858.310000', '143858.313000', '143858.316000', '143858.319000', '143858.322000', '143858.324000', '143858.327000', '143858.330000', '143858.333000', '143858.336000', '143858.339000', '143858.342000', '143858.345000', '143858.348000', '143858.351000', '143858.354000', '143858.357000', '143858.359000', '143858.362000', '143858.365000', '143858.368000', '143858.371000', '143858.374000', '143858.377000', '143858.379000', '143858.382000', '143858.385000', '143858.388000', '143918.267000', '143918.270000', '143918.273000', '143918.276000', '143918.279000', '143918.282000', '143918.284000', '143918.287000', '143918.290000', '143918.293000', '143918.296000', '143918.299000', '143918.301000', '143918.304000', '143918.307000', '143918.310000', '143918.313000', '143918.316000', '143918.319000', '143918.322000', '143918.324000', '143918.327000', '143918.330000', '143918.333000', '143918.336000', '143918.339000', '143918.342000', '143918.344000', '143918.347000', '143918.350000', '143918.353000', '143918.356000', '143918.359000', '143918.362000', '143918.364000', '143918.367000', '143918.370000', '143918.373000', '143918.376000', '143918.378000', '143918.381000', '143918.384000', '143918.387000', '143918.390000', '143938.266000', '143938.269000', '143938.272000', '143938.275000', '143938.278000', '143938.281000', '143938.283000', '143938.287000', '143938.290000', '143938.293000', '143938.296000', '143938.298000', '143938.301000', '143938.304000', '143938.307000', '143938.310000', '143938.313000', '143938.316000', '143938.319000', '143938.322000', '143938.324000', '143938.327000', '143938.330000', '143938.333000', '143938.336000', '143938.339000', '143938.342000', '143938.345000', '143938.348000', '143938.352000', '143938.360000', '143938.363000', '143938.366000', '143938.369000', '143938.372000', '143938.374000', '143938.377000', '143938.380000', '143938.383000', '143938.386000', '143938.389000', '143938.392000', '143938.394000', '143958.266000', '143958.269000', '143958.272000', '143958.275000', '143958.277000', '143958.280000', '143958.291000', '143958.293000', '143958.296000', '143958.299000', '143958.302000', '143958.305000', '143958.308000', '143958.311000', '143958.314000', '143958.317000', '143958.319000', '143958.322000', '143958.325000', '143958.328000', '143958.331000', '143958.334000', '143958.337000', '143958.340000', '143958.342000', '143958.345000', '143958.348000', '143958.351000', '143958.354000', '143958.357000', '143958.360000', '143958.363000', '143958.365000', '143958.368000', '143958.371000', '143958.374000', '143958.377000', '143958.380000', '143958.383000', '143958.386000', '143958.388000', '143958.391000', '143958.394000', '143958.397000', '144018.266000', '144018.269000', '144018.272000', '144018.275000', '144018.278000', '144018.280000', '144018.283000', '144018.286000', '144018.289000', '144018.292000', '144018.295000', '144018.298000', '144018.301000', '144018.303000', '144018.306000', '144018.309000', '144018.312000', '144018.315000', '144018.318000', '144018.321000', '144018.323000', '144018.326000', '144018.329000', '144018.332000', '144018.335000', '144018.338000', '144018.341000', '144018.343000', '144018.346000', '144018.349000', '144018.352000', '144018.355000', '144018.360000', '144018.363000', '144018.366000', '144018.369000', '144018.372000', '144018.374000', '144018.377000', '144018.380000', '144018.383000', '144018.386000', '144018.389000', '144038.267000', '144038.270000', '144038.273000', '144038.276000', '144038.279000', '144038.281000', '144038.284000', '144038.287000', '144038.290000', '144038.293000', '144038.296000', '144038.298000', '144038.307000', '144038.310000', '144038.312000', '144038.315000', '144038.318000', '144038.321000', '144038.324000', '144038.327000', '144038.329000', '144038.332000', '144038.335000', '144038.338000', '144038.341000', '144038.344000', '144038.347000', '144038.350000', '144038.352000', '144038.355000', '144038.358000', '144038.361000', '144038.364000', '144038.367000', '144038.370000', '144038.373000', '144038.375000', '144038.378000', '144038.381000', '144038.384000', '144038.387000', '144038.390000', '144038.393000', '144038.396000', '144058.267000', '144058.270000', '144058.273000', '144058.276000', '144058.279000', '144058.281000', '144058.284000', '144058.287000', '144058.290000', '144058.293000', '144058.296000', '144058.299000', '144058.302000', '144058.305000', '144058.308000', '144058.310000', '144058.313000', '144058.316000', '144058.319000', '144058.322000', '144058.326000', '144058.329000', '144058.332000', '144058.335000', '144058.337000', '144058.340000', '144058.343000', '144058.346000', '144058.349000', '144058.352000', '144058.355000', '144058.358000', '144058.360000', '144058.363000', '144058.366000', '144058.369000', '144058.372000', '144058.375000', '144058.379000', '144058.384000', '144058.387000', '144058.390000', '144058.393000', '144118.267000', '144118.270000', '144118.273000', '144118.276000', '144118.279000', '144118.281000', '144118.284000', '144118.287000', '144118.290000', '144118.293000', '144118.296000', '144118.299000', '144118.302000', '144118.304000', '144118.307000', '144118.310000', '144118.313000', '144118.316000', '144118.319000', '144118.322000', '144118.325000', '144118.327000', '144118.330000', '144118.333000', '144118.336000', '144118.339000', '144118.342000', '144118.345000', '144118.347000', '144118.350000', '144118.353000', '144118.356000', '144118.359000', '144118.362000', '144118.365000', '144118.367000', '144118.370000', '144118.373000', '144118.376000', '144118.382000', '144118.385000', '144118.388000', '144118.391000', '144118.394000', '144138.267000', '144138.270000', '144138.273000', '144138.276000', '144138.279000', '144138.282000', '144138.285000', '144138.287000', '144138.290000', '144138.293000', '144138.296000', '144138.299000', '144138.302000', '144138.305000', '144138.307000', '144138.310000', '144138.313000', '144138.316000', '144138.319000', '144138.322000', '144138.325000', '144138.328000', '144138.330000', '144138.333000', '144138.336000', '144138.339000', '144138.342000', '144138.345000', '144138.348000', '144138.351000', '144138.353000', '144138.356000', '144138.359000', '144138.362000', '144138.365000', '144138.368000', '144138.371000', '144138.385000', '144138.387000', '144138.390000', '144138.393000', '144138.396000', '144138.399000', '144158.266000', '144158.269000', '144158.272000', '144158.275000', '144158.278000', '144158.281000', '144158.284000', '144158.286000', '144158.289000', '144158.292000', '144158.295000', '144158.298000', '144158.301000', '144158.304000', '144158.307000', '144158.309000', '144158.312000', '144158.315000', '144158.318000', '144158.321000', '144158.324000', '144158.327000', '144158.329000', '144158.332000', '144158.335000', '144158.338000', '144158.341000', '144158.344000', '144158.347000', '144158.350000', '144158.352000', '144158.355000', '144158.358000', '144158.361000', '144158.364000', '144158.367000', '144158.370000', '144158.373000', '144158.376000', '144158.378000', '144158.381000', '144158.384000', '144158.387000', '144158.390000', '144218.266000', '144218.269000', '144218.272000', '144218.275000', '144218.278000', '144218.281000', '144218.283000', '144218.286000', '144218.289000', '144218.292000', '144218.295000', '144218.298000', '144218.301000', '144218.304000', '144218.306000', '144218.309000', '144218.312000', '144218.315000', '144218.318000', '144218.321000', '144218.324000', '144218.326000', '144218.329000', '144218.332000', '144218.335000', '144218.338000', '144218.341000', '144218.344000', '144218.346000', '144218.349000', '144218.352000', '144218.355000', '144218.358000', '144218.361000', '144218.365000', '144218.368000', '144218.371000', '144218.374000', '144218.377000', '144218.380000', '144218.383000', '144218.386000', '144218.389000', '144238.266000', '144238.269000', '144238.272000', '144238.275000', '144238.277000', '144238.280000', '144238.283000', '144238.286000', '144238.289000', '144238.292000', '144238.295000', '144238.298000', '144238.301000', '144238.303000', '144238.306000', '144238.309000', '144238.312000', '144238.315000', '144238.318000', '144238.321000', '144238.324000', '144238.327000', '144238.330000', '144238.333000', '144238.335000', '144238.338000', '144238.341000', '144238.344000', '144238.347000', '144238.350000', '144238.353000', '144238.356000', '144238.359000', '144238.361000', '144238.364000', '144238.367000', '144238.370000', '144238.373000', '144238.376000', '144238.379000', '144238.382000', '144238.384000', '144238.387000', '144238.390000', '144258.267000', '144258.270000', '144258.273000', '144258.276000', '144258.279000', '144258.282000', '144258.285000', '144258.287000', '144258.290000', '144258.293000', '144258.296000', '144258.299000', '144258.302000', '144258.305000', '144258.308000', '144258.311000', '144258.313000', '144258.316000', '144258.319000', '144258.322000', '144258.325000', '144258.328000', '144258.331000', '144258.334000', '144258.337000', '144258.339000', '144258.342000', '144258.345000', '144258.348000', '144258.351000', '144258.354000', '144258.357000', '144258.359000', '144258.362000', '144258.365000', '144258.368000', '144258.371000', '144258.374000', '144258.377000', '144258.380000', '144258.382000', '144258.385000', '144258.388000', '144318.267000', '144318.270000', '144318.273000', '144318.276000', '144318.279000', '144318.290000', '144318.292000', '144318.295000', '144318.298000', '144318.301000', '144318.304000', '144318.306000', '144318.309000', '144318.312000', '144318.315000', '144318.318000', '144318.321000', '144318.324000', '144318.327000', '144318.329000', '144318.332000', '144318.335000', '144318.338000', '144318.341000', '144318.344000', '144318.347000', '144318.349000', '144318.352000', '144318.355000', '144318.358000', '144318.361000', '144318.364000', '144318.367000', '144318.369000', '144318.372000', '144318.375000', '144318.378000', '144318.381000', '144318.384000', '144318.387000', '144318.389000', '144318.392000', '144318.395000', '144318.398000', '144338.267000', '144338.270000', '144338.273000', '144338.276000', '144338.279000', '144338.282000', '144338.285000', '144338.287000', '144338.290000', '144338.293000', '144338.296000', '144338.299000', '144338.302000', '144338.305000', '144338.308000', '144338.310000', '144338.313000', '144338.318000', '144338.321000', '144338.324000', '144338.327000', '144338.330000', '144338.333000', '144338.336000', '144338.338000', '144338.341000', '144338.344000', '144338.347000', '144338.350000', '144338.353000', '144338.356000', '144338.358000', '144338.361000', '144338.364000', '144338.367000', '144338.370000', '144338.373000', '144338.376000', '144338.379000', '144338.382000', '144338.384000', '144338.387000', '144338.390000', '144358.267000', '144358.270000', '144358.273000', '144358.276000', '144358.279000', '144358.282000', '144358.284000', '144358.287000', '144358.290000', '144358.293000', '144358.296000', '144358.299000', '144358.302000', '144358.304000', '144358.307000', '144358.310000', '144358.313000', '144358.316000', '144358.319000', '144358.322000', '144358.325000', '144358.328000', '144358.330000', '144358.333000', '144358.336000', '144358.339000', '144358.342000', '144358.345000', '144358.348000', '144358.350000', '144358.353000', '144358.356000', '144358.359000', '144358.362000', '144358.365000', '144358.368000', '144358.371000', '144358.374000', '144358.377000', '144358.379000', '144358.382000', '144358.385000', '144358.388000', '144358.391000', '144418.266000', '144418.269000', '144418.272000', '144418.275000', '144418.278000', '144418.281000', '144418.283000', '144418.286000', '144418.289000', '144418.292000', '144418.295000', '144418.298000', '144418.301000', '144418.304000', '144418.306000', '144418.309000', '144418.312000', '144418.315000', '144418.318000', '144418.321000', '144418.324000', '144418.327000', '144418.330000', '144418.332000', '144418.335000', '144418.338000', '144418.341000', '144418.344000', '144418.347000', '144418.350000', '144418.352000', '144418.355000', '144418.358000', '144418.361000', '144418.364000', '144418.367000', '144418.369000', '144418.372000', '144418.375000', '144418.378000', '144418.381000', '144418.384000', '144418.387000', '144438.266000', '144438.269000', '144438.272000', '144438.275000', '144438.278000', '144438.281000', '144438.284000', '144438.287000', '144438.290000', '144438.292000', '144438.295000', '144438.298000', '144438.301000', '144438.304000', '144438.307000', '144438.310000', '144438.320000', '144438.323000', '144438.326000', '144438.329000', '144438.332000', '144438.335000', '144438.337000', '144438.340000', '144438.343000', '144438.346000', '144438.349000', '144438.352000', '144438.355000', '144438.357000', '144438.360000', '144438.363000', '144438.366000', '144438.369000', '144438.372000', '144438.375000', '144438.378000', '144438.380000', '144438.383000', '144438.386000', '144438.389000', '144438.392000', '144438.395000', '144458.266000', '144458.269000', '144458.272000', '144458.275000', '144458.278000', '144458.281000', '144458.284000', '144458.287000', '144458.290000', '144458.293000', '144458.296000', '144458.299000', '144458.302000', '144458.305000', '144458.308000', '144458.311000', '144458.314000', '144458.316000', '144458.319000', '144458.322000', '144458.325000', '144458.328000', '144458.331000', '144458.334000', '144458.337000', '144458.340000', '144458.343000', '144458.346000', '144458.349000', '144458.351000', '144458.354000', '144458.357000', '144458.360000', '144458.363000', '144458.366000', '144458.369000', '144458.372000', '144458.375000', '144458.377000', '144458.380000', '144458.383000', '144458.386000', '144458.389000', '144458.392000', '144518.267000', '144518.270000', '144518.273000', '144518.276000', '144518.279000', '144518.282000', '144518.285000', '144518.291000', '144518.294000', '144518.297000', '144518.300000', '144518.302000', '144518.305000', '144518.308000', '144518.311000', '144518.314000', '144518.317000', '144518.320000', '144518.323000', '144518.326000', '144518.328000', '144518.331000', '144518.334000', '144518.337000', '144518.340000', '144518.343000', '144518.345000', '144518.348000', '144518.351000', '144518.354000', '144518.357000', '144518.360000', '144518.363000', '144518.366000', '144518.368000', '144518.371000', '144518.374000', '144518.377000', '144518.380000', '144518.383000', '144518.386000', '144518.389000', '144518.391000', '144538.267000', '144538.270000', '144538.273000', '144538.276000', '144538.279000', '144538.282000', '144538.285000', '144538.287000', '144538.290000', '144538.293000', '144538.296000', '144538.299000', '144538.302000', '144538.305000', '144538.308000', '144538.311000', '144538.314000', '144538.316000', '144538.319000', '144538.322000', '144538.325000', '144538.328000', '144538.331000', '144538.334000', '144538.336000', '144538.339000', '144538.342000', '144538.345000', '144538.348000', '144538.351000', '144538.354000', '144538.357000', '144538.360000', '144538.362000', '144538.365000', '144538.368000', '144538.371000', '144538.374000', '144538.377000', '144538.379000', '144538.382000', '144538.385000', '144538.388000', '144538.391000', '144558.267000', '144558.270000', '144558.273000', '144558.276000', '144558.279000', '144558.282000', '144558.285000', '144558.287000', '144558.290000', '144558.293000', '144558.296000', '144558.299000', '144558.312000', '144558.315000', '144558.318000', '144558.321000', '144558.323000', '144558.326000', '144558.329000', '144558.332000', '144558.335000', '144558.338000', '144558.341000', '144558.344000', '144558.347000', '144558.349000', '144558.352000', '144558.355000', '144558.358000', '144558.361000', '144558.364000', '144558.366000', '144558.369000', '144558.372000', '144558.375000', '144558.378000', '144558.381000', '144558.383000', '144558.386000', '144558.389000', '144558.392000', '144558.395000', '144558.398000', '144607.579000', '144607.582000', '144607.586000', '144607.589000', '144607.592000', '144607.595000', '144607.598000', '144607.600000', '144607.604000', '144607.606000', '144607.609000', '144607.612000', '144607.616000', '144607.619000', '144607.622000', '144607.625000', '144607.628000', '144607.631000', '144607.634000', '144607.637000', '144607.640000'], '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': [12567, 11938, 10123, 11838, 9901, 11462, 14450, 11708, 16855, 9142, 14571, 9236, 12748, 9659, 11857, 10385, 11268, 10318, 10374, 10503, 11358, 10590, 10481, 12951, 10419, 12921, 9492, 13184, 9750, 12676, 10086, 12744, 10357, 12290, 10432, 10978, 11299, 10280, 12564, 9371, 12929, 10500, 13000, 10147, 12293, 10131, 11276, 11421, 10761, 14563, 9242, 14150, 9663, 11887, 10001, 10992, 10806, 10071, 11413, 9438, 12451, 9237, 12626, 9614, 12988, 9700, 11815, 9786, 11035, 11229, 10333, 14355, 9228, 13737, 9190, 12364, 9707, 11575, 9933, 10593, 9816, 12428, 10510, 10542, 10933, 11190, 12790, 9198, 12287, 9307, 12454, 9392, 12316, 9857, 11740, 9061, 11257, 9801, 11856, 10622, 11137, 11245, 11369, 11329, 11979, 10817, 11623, 11965, 10973, 12511, 10234, 14369, 9521, 14623, 9401, 13372, 10317, 14127, 9329, 12716, 10428, 10303, 11815, 10401, 13789, 9623, 12946, 9802, 13029, 9956, 12720, 9696, 12466, 9648, 12584, 9454, 12255, 9332, 14967, 9628, 13156, 9191, 12515, 9514, 13049, 9625, 14274, 9208, 12228, 8887, 12850, 9923, 13301, 9598, 12897, 9410, 12704, 9977, 11565, 14480, 10911, 17388, 9249, 14535, 8843, 12476, 9258, 12797, 9360, 12196, 9750, 9970, 10550, 9277, 11805, 10037, 11360, 9055, 11666, 9080, 13007, 8939, 11810, 9505, 12131, 9988, 12437, 9415, 11633, 9789, 11803, 9699, 12207, 9804, 12759, 10056, 11267, 10233, 9744, 11168, 9158, 14072, 9725, 13739, 9127, 12734, 8849, 11845, 9136, 12707, 9107, 13090, 9364, 11089, 10037, 12662, 9967, 11031, 14037, 13018, 10828, 13087, 10769, 12166, 10279, 10373, 13799, 12169, 10864, 11928, 10915, 9628, 11685, 10435, 13646, 9516, 13796, 9148, 13747, 9115, 12782, 9589, 11757, 9473, 12735, 10422, 9919, 11732, 9210, 14124, 9380, 13801, 9109, 12635, 9807, 12874, 9607, 10757, 13529, 9825, 13921, 9100, 14310, 9149, 12810, 9341, 12025, 9585, 9695, 13172, 9012, 12649, 8938, 11450, 9329, 11236, 9335, 12486, 10091, 9455, 11539, 9955, 12372, 12440, 10975, 12508, 10373, 10489, 10798, 9442, 15128, 9045, 14566, 9026, 12159, 9422, 12168, 9971, 9738, 14576, 9158, 13468, 9036, 13125, 9127, 11263, 9433, 13094, 10226, 11332, 10857, 9524, 12521, 8951, 13564, 9857, 12881, 9583, 11962, 9911, 10314, 10622, 8816, 13389, 8815, 12678, 9589, 11007, 9474, 13254, 10172, 10863, 9955, 9015, 10541, 9192, 13166, 9265, 12959, 9055, 13089, 9397, 12701, 9035, 12165, 9434, 11594, 9755, 9857, 11488, 9039, 13030, 9207, 12215, 9093, 11104, 10022, 9215, 11706, 8954, 12958, 9205, 12395, 8971, 10888, 9334, 11055, 9800, 9420, 12233, 9099, 13664, 9135, 12949, 9187, 12988, 9033, 11586, 9328, 11462, 9697, 10171, 13756, 9050, 13824, 9067, 13274, 9030, 12096, 9483, 10689, 13699, 8857, 14399, 8904, 12595, 9032, 11331, 9198, 12867, 8840, 10503, 9364, 11019, 10014, 10030, 14098, 9325, 12908, 9008, 13826, 9126, 13679, 9727, 13814, 9085, 11822, 9525, 10296, 12330, 9706, 13996, 9290, 13309, 9156, 12327, 8812, 12812, 8672, 11028, 9320, 10839, 9833, 10144, 13824, 8807, 14943, 9169, 13059, 8895, 12318, 11142, 10461, 13008, 9214, 14052, 9111, 13796, 8819, 12286, 9049, 11794, 9190, 10100, 9424, 10009, 13631, 8926, 13658, 8803, 11488, 9014, 11304, 12366, 9397, 10843, 8990, 12264, 9144, 12261, 9006, 11950, 9126, 11200, 9712, 8984, 10762, 9571, 12660, 8941, 10783, 9071, 11165, 8886, 12882, 9060, 14440, 8947, 12389, 9780, 11031, 15341, 9995, 12648, 9177, 13655, 8880, 12562, 8957, 12133, 8879, 10672, 9090, 9783, 13037, 9039, 13608, 9783, 12913, 8691, 12327, 8919, 11334, 9090, 11590, 9029, 10000, 11340, 9047, 15654, 9137, 13771, 8983, 12559, 10656, 9305, 14748, 9116, 13776, 9171, 11964, 9151, 11174, 9104, 10048, 11949, 9083, 13587, 9209, 12422, 8703, 11303, 8944, 9855, 10377, 8973, 12140, 9021, 12965, 8814, 11987, 9147, 11384, 8928, 10453, 10569, 9191, 13687, 9134, 13225, 8956, 12300, 8874, 11490, 9005, 10330, 10176, 9426, 10161, 9198, 11309, 9056, 12568, 8918, 12446, 8914, 12312, 8793, 11085, 9651, 10252, 13533, 8958, 13203, 8926, 13419, 9145, 11871, 9145, 11196, 9488, 10548, 13467, 9431, 13694, 9532, 12590, 8874, 11171, 10927, 9031, 13859, 8989, 13297, 8909, 12239, 9327, 10874, 12145, 8946, 13971, 9365, 13380, 8832, 11912, 9074, 12237, 9019, 12013, 9383, 11315, 9192, 11144, 9693, 10006, 11754, 9470, 15211, 9171, 13294, 9019, 11510, 9570, 10892, 10849, 10729, 9779, 10233, 9181, 11898, 9087, 12141, 9355, 14378, 9040, 13363, 9347, 14168, 9116, 15878, 9880, 13855, 9180, 11246, 13475, 10124, 17057, 9228, 15374, 9346, 12236, 9429, 11033, 9087, 13528, 9008, 13532, 8825, 13146, 8843, 12489, 8801, 11081, 14373, 9092, 14655, 9100, 12612, 9248, 11043, 11382, 10089, 12906, 8999, 14018, 9147, 13311, 8805, 11387, 8665, 11227, 9230, 9705, 9249, 10059, 9537, 9945, 12721, 9224, 13700, 9712, 13251, 8686, 11662, 8774, 11434, 8679, 11843, 10732, 10923, 8989, 10912, 8666, 12025, 9129, 12726, 9236, 11884, 9252, 10974, 10826, 10509, 16308, 9626, 15235, 10552, 13697, 9079, 11413, 8923, 10900, 13922, 10739, 15538, 10387, 12757, 9287, 9116, 10579, 9527, 11053, 9537, 11687, 9579, 9009, 12605, 10239, 13957, 10944, 12678, 14643, 10191, 17801, 10594, 16076, 10469, 13756, 9263, 10531, 11887, 9829, 14711, 9887, 14760, 9684, 12615, 9344, 11459, 9242, 11053, 9494, 10861, 9212, 10242, 13255, 9958, 16160, 9809, 13203, 9485, 11273, 9630, 11652, 9998, 10184, 10264, 9773, 12152, 10048, 13295, 9964, 13766, 9735, 11848, 9799, 12551, 9900, 12859, 9591, 13262, 9763, 11668, 9206, 11808, 9217, 11943, 9519, 12901, 9387, 11645, 9709, 12052, 13745, 10835, 15660, 9874, 13810, 9754, 12343, 9322, 11148, 9330, 10138, 9184, 10421, 9705, 11498, 9260, 10524, 9385, 10466, 9220, 11334, 8467, 12307, 8555, 10250, 9225, 11207, 8640, 11623, 8181, 11192, 9457, 11838, 9039, 12455, 9971, 13296, 10102, 12907, 10852, 10651, 11245, 12835, 11458, 13679, 12142, 13580, 11211, 8665, 10935, 8803, 11439, 8577, 12036, 8705, 11622, 9686, 11385, 9312, 11796, 8723, 12021, 13834, 11266, 9079, 9654, 9799, 10245, 9829, 11981, 9359, 12113, 9259, 11157, 9538, 11865, 14377, 10940, 14628, 10146, 15403, 10175, 13255, 9782, 12453, 9149, 10537, 9946, 10010, 9571, 10956, 9889, 10868, 9440, 10954, 9659, 12222, 11545, 10976, 15563, 11252, 14178, 10124, 11839, 9603, 10940, 9728, 12719, 9741, 12002, 9428, 11822, 9610, 12987, 9524, 13275, 9656, 12778, 9093, 11560, 9634, 12153, 9090, 10482, 9360, 11402, 8515, 12165, 13116, 12093, 11497, 11400, 10332, 11530, 12568, 11580, 12218, 11280, 12724, 11363, 15634, 10862, 15357, 9578, 13780, 9778, 13616, 10596, 14144, 9877, 13036, 9397, 12674, 9053, 12671, 8855, 11873, 9887, 10779, 13881, 9944, 13765, 10173, 13359, 9922, 12914, 9331, 12008, 8879, 11218, 9506, 10517, 11974, 10036, 12827, 9950, 12781, 10177, 12681, 9957, 12203, 9632, 11815, 9416, 12172, 10054, 10577, 10138, 9954, 9358, 10275, 9679, 10566, 9617, 11695, 9829, 9092, 10406, 9836, 10894, 13873, 11624, 8837, 11577, 9405, 12608, 9685, 14827, 11451, 15752, 9574, 14896, 9553, 15455, 9838, 16111, 9930, 17047, 9535, 15936, 10952, 16775, 11037, 16025, 10667, 17347, 9497, 14275, 9852, 13446, 9910, 14604, 9919, 14473, 10260, 12665, 9916, 14080, 10416, 12545, 10018, 11622, 8961, 10533, 13940, 10099, 13741, 10491, 11489, 9882, 11670, 10109, 12792, 10240, 13265, 9992, 13204, 9921, 13305, 9715, 12659], 'WindowCenter': [4939.0, 4915.0, 4890.0, 4897.0, 4866.0, 4885.0, 4903.0, 4882.0, 4909.0, 4842.0, 4888.0, 4831.0, 4878.0, 4841.0, 4869.0, 4848.0, 4871.0, 4850.0, 4852.0, 4862.0, 4872.0, 4863.0, 4874.0, 4880.0, 4864.0, 4883.0, 4852.0, 4880.0, 4842.0, 4881.0, 4851.0, 4881.0, 4849.0, 4871.0, 4850.0, 4859.0, 4857.0, 4851.0, 4868.0, 4832.0, 4868.0, 4849.0, 4868.0, 4850.0, 4867.0, 4839.0, 4859.0, 4857.0, 4850.0, 4876.0, 4828.0, 4875.0, 4827.0, 4857.0, 4838.0, 4849.0, 4847.0, 4839.0, 4857.0, 4831.0, 4865.0, 4830.0, 4869.0, 4839.0, 4877.0, 4840.0, 4857.0, 4837.0, 4849.0, 4846.0, 4848.0, 4876.0, 4829.0, 4877.0, 4830.0, 4867.0, 4829.0, 4858.0, 4837.0, 4849.0, 4848.0, 4869.0, 4848.0, 4849.0, 4847.0, 4862.0, 4878.0, 4830.0, 4867.0, 4840.0, 4867.0, 4840.0, 4869.0, 4841.0, 4869.0, 4831.0, 4858.0, 4851.0, 4869.0, 4849.0, 4871.0, 4860.0, 4871.0, 4862.0, 4870.0, 4861.0, 4884.0, 4883.0, 4875.0, 4882.0, 4864.0, 4900.0, 4853.0, 4900.0, 4843.0, 4891.0, 4852.0, 4889.0, 4844.0, 4879.0, 4849.0, 4852.0, 4870.0, 4861.0, 4891.0, 4854.0, 4880.0, 4852.0, 4889.0, 4866.0, 4895.0, 4854.0, 4893.0, 4856.0, 4893.0, 4867.0, 4884.0, 4856.0, 4912.0, 4857.0, 4892.0, 4856.0, 4882.0, 4854.0, 4892.0, 4844.0, 4891.0, 4844.0, 4870.0, 4844.0, 4883.0, 4852.0, 4891.0, 4843.0, 4879.0, 4843.0, 4880.0, 4841.0, 4870.0, 4876.0, 4850.0, 4897.0, 4831.0, 4875.0, 4820.0, 4867.0, 4830.0, 4879.0, 4829.0, 4868.0, 4828.0, 4839.0, 4837.0, 4829.0, 4858.0, 4841.0, 4858.0, 4830.0, 4859.0, 4830.0, 4878.0, 4831.0, 4859.0, 4829.0, 4859.0, 4839.0, 4869.0, 4828.0, 4858.0, 4840.0, 4868.0, 4840.0, 4869.0, 4841.0, 4879.0, 4839.0, 4861.0, 4849.0, 4842.0, 4859.0, 4844.0, 4879.0, 4840.0, 4879.0, 4831.0, 4869.0, 4831.0, 4858.0, 4842.0, 4878.0, 4829.0, 4879.0, 4842.0, 4859.0, 4841.0, 4879.0, 4843.0, 4860.0, 4892.0, 4881.0, 4863.0, 4880.0, 4851.0, 4870.0, 4852.0, 4853.0, 4878.0, 4870.0, 4859.0, 4870.0, 4859.0, 4843.0, 4870.0, 4861.0, 4889.0, 4841.0, 4878.0, 4831.0, 4878.0, 4831.0, 4868.0, 4829.0, 4858.0, 4828.0, 4869.0, 4847.0, 4840.0, 4860.0, 4832.0, 4876.0, 4831.0, 4878.0, 4832.0, 4867.0, 4841.0, 4869.0, 4839.0, 4861.0, 4878.0, 4841.0, 4888.0, 4831.0, 4877.0, 4829.0, 4867.0, 4827.0, 4869.0, 4827.0, 4830.0, 4867.0, 4820.0, 4867.0, 4830.0, 4857.0, 4829.0, 4849.0, 4831.0, 4870.0, 4850.0, 4841.0, 4869.0, 4852.0, 4869.0, 4881.0, 4864.0, 4883.0, 4862.0, 4863.0, 4861.0, 4855.0, 4901.0, 4831.0, 4891.0, 4832.0, 4871.0, 4832.0, 4871.0, 4840.0, 4841.0, 4888.0, 4831.0, 4878.0, 4832.0, 4879.0, 4831.0, 4862.0, 4842.0, 4881.0, 4849.0, 4860.0, 4848.0, 4841.0, 4868.0, 4832.0, 4878.0, 4840.0, 4867.0, 4830.0, 4859.0, 4837.0, 4838.0, 4837.0, 4830.0, 4876.0, 4830.0, 4866.0, 4828.0, 4849.0, 4839.0, 4881.0, 4851.0, 4874.0, 4853.0, 4842.0, 4861.0, 4841.0, 4877.0, 4844.0, 4878.0, 4832.0, 4878.0, 4841.0, 4879.0, 4832.0, 4869.0, 4830.0, 4859.0, 4840.0, 4840.0, 4857.0, 4843.0, 4881.0, 4841.0, 4870.0, 4832.0, 4860.0, 4839.0, 4840.0, 4869.0, 4834.0, 4879.0, 4842.0, 4878.0, 4834.0, 4860.0, 4842.0, 4874.0, 4853.0, 4843.0, 4880.0, 4843.0, 4890.0, 4844.0, 4880.0, 4842.0, 4889.0, 4843.0, 4871.0, 4843.0, 4872.0, 4852.0, 4862.0, 4890.0, 4833.0, 4889.0, 4842.0, 4880.0, 4832.0, 4882.0, 4841.0, 4864.0, 4888.0, 4845.0, 4887.0, 4831.0, 4881.0, 4832.0, 4871.0, 4841.0, 4880.0, 4843.0, 4862.0, 4843.0, 4872.0, 4851.0, 4865.0, 4902.0, 4844.0, 4881.0, 4844.0, 4891.0, 4844.0, 4889.0, 4841.0, 4890.0, 4831.0, 4870.0, 4840.0, 4852.0, 4869.0, 4842.0, 4889.0, 4840.0, 4878.0, 4841.0, 4867.0, 4832.0, 4879.0, 4833.0, 4861.0, 4842.0, 4873.0, 4852.0, 4864.0, 4889.0, 4843.0, 4900.0, 4842.0, 4891.0, 4832.0, 4871.0, 4860.0, 4852.0, 4878.0, 4842.0, 4887.0, 4831.0, 4877.0, 4830.0, 4868.0, 4830.0, 4868.0, 4842.0, 4851.0, 4831.0, 4851.0, 4887.0, 4831.0, 4888.0, 4832.0, 4870.0, 4831.0, 4870.0, 4879.0, 4840.0, 4860.0, 4833.0, 4871.0, 4841.0, 4869.0, 4832.0, 4870.0, 4842.0, 4872.0, 4841.0, 4844.0, 4859.0, 4852.0, 4880.0, 4842.0, 4873.0, 4856.0, 4872.0, 4855.0, 4892.0, 4844.0, 4901.0, 4843.0, 4882.0, 4853.0, 4865.0, 4899.0, 4851.0, 4881.0, 4842.0, 4890.0, 4832.0, 4879.0, 4831.0, 4882.0, 4842.0, 4875.0, 4844.0, 4853.0, 4880.0, 4832.0, 4889.0, 4841.0, 4878.0, 4832.0, 4879.0, 4833.0, 4861.0, 4833.0, 4872.0, 4842.0, 4854.0, 4872.0, 4844.0, 4910.0, 4845.0, 4891.0, 4831.0, 4880.0, 4848.0, 4842.0, 4886.0, 4831.0, 4887.0, 4829.0, 4868.0, 4840.0, 4860.0, 4830.0, 4851.0, 4856.0, 4830.0, 4876.0, 4841.0, 4869.0, 4820.0, 4859.0, 4841.0, 4853.0, 4850.0, 4842.0, 4879.0, 4843.0, 4891.0, 4843.0, 4882.0, 4844.0, 4872.0, 4833.0, 4862.0, 4861.0, 4843.0, 4889.0, 4841.0, 4879.0, 4843.0, 4880.0, 4842.0, 4869.0, 4843.0, 4862.0, 4850.0, 4844.0, 4852.0, 4853.0, 4872.0, 4855.0, 4884.0, 4844.0, 4881.0, 4846.0, 4882.0, 4834.0, 4885.0, 4852.0, 4864.0, 4892.0, 4844.0, 4891.0, 4844.0, 4890.0, 4854.0, 4884.0, 4842.0, 4874.0, 4853.0, 4874.0, 4891.0, 4855.0, 4893.0, 4853.0, 4880.0, 4833.0, 4872.0, 4860.0, 4842.0, 4892.0, 4842.0, 4891.0, 4833.0, 4871.0, 4841.0, 4861.0, 4868.0, 4843.0, 4888.0, 4841.0, 4880.0, 4842.0, 4869.0, 4843.0, 4879.0, 4844.0, 4881.0, 4843.0, 4871.0, 4852.0, 4871.0, 4852.0, 4863.0, 4880.0, 4853.0, 4901.0, 4842.0, 4889.0, 4845.0, 4870.0, 4851.0, 4872.0, 4862.0, 4873.0, 4853.0, 4863.0, 4854.0, 4895.0, 4859.0, 4885.0, 4856.0, 4914.0, 4846.0, 4902.0, 4855.0, 4904.0, 4846.0, 4912.0, 4843.0, 4890.0, 4830.0, 4862.0, 4878.0, 4852.0, 4898.0, 4832.0, 4898.0, 4832.0, 4869.0, 4842.0, 4861.0, 4844.0, 4890.0, 4832.0, 4881.0, 4835.0, 4882.0, 4833.0, 4882.0, 4831.0, 4874.0, 4890.0, 4832.0, 4889.0, 4831.0, 4868.0, 4829.0, 4859.0, 4857.0, 4849.0, 4867.0, 4820.0, 4876.0, 4829.0, 4878.0, 4820.0, 4858.0, 4818.0, 4859.0, 4829.0, 4828.0, 4829.0, 4852.0, 4841.0, 4854.0, 4880.0, 4844.0, 4879.0, 4842.0, 4879.0, 4835.0, 4860.0, 4834.0, 4873.0, 4822.0, 4871.0, 4861.0, 4862.0, 4843.0, 4862.0, 4845.0, 4895.0, 4868.0, 4893.0, 4843.0, 4872.0, 4842.0, 4862.0, 4863.0, 4864.0, 4909.0, 4842.0, 4887.0, 4850.0, 4877.0, 4818.0, 4858.0, 4820.0, 4849.0, 4875.0, 4847.0, 4886.0, 4841.0, 4866.0, 4829.0, 4831.0, 4860.0, 4840.0, 4860.0, 4843.0, 4872.0, 4843.0, 4844.0, 4885.0, 4852.0, 4892.0, 4851.0, 4868.0, 4876.0, 4828.0, 4884.0, 4838.0, 4873.0, 4822.0, 4851.0, 4792.0, 4822.0, 4830.0, 4813.0, 4848.0, 4812.0, 4851.0, 4803.0, 4841.0, 4804.0, 4832.0, 4815.0, 4834.0, 4816.0, 4835.0, 4805.0, 4826.0, 4853.0, 4825.0, 4883.0, 4826.0, 4854.0, 4827.0, 4846.0, 4827.0, 4848.0, 4825.0, 4837.0, 4835.0, 4840.0, 4855.0, 4839.0, 4865.0, 4838.0, 4878.0, 4829.0, 4856.0, 4841.0, 4867.0, 4840.0, 4869.0, 4840.0, 4869.0, 4840.0, 4858.0, 4830.0, 4858.0, 4831.0, 4860.0, 4829.0, 4867.0, 4830.0, 4857.0, 4828.0, 4868.0, 4877.0, 4849.0, 4886.0, 4827.0, 4866.0, 4828.0, 4855.0, 4819.0, 4845.0, 4829.0, 4836.0, 4830.0, 4848.0, 4830.0, 4860.0, 4829.0, 4849.0, 4830.0, 4851.0, 4829.0, 4859.0, 4811.0, 4870.0, 4821.0, 4841.0, 4832.0, 4862.0, 4821.0, 4859.0, 4812.0, 4860.0, 4843.0, 4871.0, 4834.0, 4881.0, 4855.0, 4891.0, 4852.0, 4892.0, 4873.0, 4862.0, 4872.0, 4879.0, 4872.0, 4889.0, 4871.0, 4880.0, 4861.0, 4833.0, 4861.0, 4832.0, 4860.0, 4822.0, 4872.0, 4823.0, 4860.0, 4840.0, 4859.0, 4829.0, 4860.0, 4819.0, 4870.0, 4877.0, 4847.0, 4819.0, 4829.0, 4839.0, 4849.0, 4852.0, 4870.0, 4830.0, 4872.0, 4831.0, 4860.0, 4839.0, 4871.0, 4877.0, 4850.0, 4876.0, 4840.0, 4886.0, 4837.0, 4865.0, 4828.0, 4856.0, 4828.0, 4837.0, 4837.0, 4838.0, 4840.0, 4848.0, 4840.0, 4850.0, 4842.0, 4860.0, 4841.0, 4870.0, 4859.0, 4859.0, 4887.0, 4862.0, 4879.0, 4851.0, 4859.0, 4840.0, 4849.0, 4840.0, 4869.0, 4852.0, 4871.0, 4844.0, 4870.0, 4853.0, 4890.0, 4844.0, 4882.0, 4842.0, 4881.0, 4832.0, 4870.0, 4843.0, 4872.0, 4831.0, 4860.0, 4843.0, 4872.0, 4831.0, 4870.0, 4879.0, 4872.0, 4860.0, 4860.0, 4839.0, 4860.0, 4868.0, 4860.0, 4857.0, 4860.0, 4866.0, 4860.0, 4887.0, 4850.0, 4886.0, 4829.0, 4874.0, 4839.0, 4864.0, 4838.0, 4875.0, 4838.0, 4865.0, 4828.0, 4867.0, 4818.0, 4865.0, 4817.0, 4857.0, 4825.0, 4848.0, 4863.0, 4838.0, 4865.0, 4837.0, 4864.0, 4826.0, 4864.0, 4826.0, 4856.0, 4817.0, 4848.0, 4827.0, 4849.0, 4854.0, 4838.0, 4866.0, 4838.0, 4868.0, 4848.0, 4867.0, 4838.0, 4868.0, 4840.0, 4859.0, 4842.0, 4869.0, 4840.0, 4862.0, 4849.0, 4840.0, 4841.0, 4865.0, 4865.0, 4873.0, 4856.0, 4884.0, 4866.0, 4856.0, 4877.0, 4877.0, 4889.0, 4904.0, 4886.0, 4845.0, 4884.0, 4856.0, 4895.0, 4868.0, 4914.0, 4875.0, 4914.0, 4866.0, 4912.0, 4855.0, 4912.0, 4867.0, 4912.0, 4854.0, 4912.0, 4855.0, 4910.0, 4863.0, 4911.0, 4863.0, 4900.0, 4851.0, 4896.0, 4830.0, 4887.0, 4851.0, 4878.0, 4839.0, 4887.0, 4840.0, 4876.0, 4837.0, 4865.0, 4830.0, 4876.0, 4836.0, 4856.0, 4828.0, 4845.0, 4806.0, 4848.0, 4863.0, 4837.0, 4864.0, 4837.0, 4845.0, 4838.0, 4846.0, 4838.0, 4864.0, 4838.0, 4867.0, 4840.0, 4867.0, 4838.0, 4877.0, 4840.0, 4868.0], 'WindowWidth': [10736.0, 10690.0, 10650.0, 10654.0, 10609.0, 10633.0, 10653.0, 10622.0, 10655.0, 10565.0, 10623.0, 10547.0, 10608.0, 10562.0, 10598.0, 10570.0, 10606.0, 10577.0, 10579.0, 10593.0, 10608.0, 10599.0, 10614.0, 10616.0, 10600.0, 10621.0, 10583.0, 10614.0, 10566.0, 10617.0, 10576.0, 10617.0, 10571.0, 10604.0, 10574.0, 10587.0, 10580.0, 10577.0, 10594.0, 10551.0, 10594.0, 10569.0, 10595.0, 10573.0, 10591.0, 10556.0, 10584.0, 10578.0, 10572.0, 10602.0, 10540.0, 10601.0, 10538.0, 10578.0, 10554.0, 10572.0, 10565.0, 10556.0, 10580.0, 10548.0, 10588.0, 10547.0, 10595.0, 10558.0, 10605.0, 10559.0, 10579.0, 10552.0, 10571.0, 10561.0, 10569.0, 10604.0, 10543.0, 10604.0, 10544.0, 10591.0, 10543.0, 10582.0, 10552.0, 10569.0, 10569.0, 10598.0, 10566.0, 10571.0, 10564.0, 10590.0, 10607.0, 10547.0, 10593.0, 10560.0, 10593.0, 10560.0, 10598.0, 10562.0, 10598.0, 10551.0, 10582.0, 10576.0, 10599.0, 10572.0, 10605.0, 10587.0, 10603.0, 10593.0, 10602.0, 10591.0, 10627.0, 10622.0, 10615.0, 10619.0, 10600.0, 10643.0, 10582.0, 10644.0, 10570.0, 10631.0, 10579.0, 10625.0, 10570.0, 10612.0, 10571.0, 10578.0, 10600.0, 10591.0, 10632.0, 10584.0, 10614.0, 10582.0, 10628.0, 10605.0, 10643.0, 10589.0, 10637.0, 10593.0, 10638.0, 10610.0, 10627.0, 10592.0, 10664.0, 10593.0, 10633.0, 10594.0, 10623.0, 10588.0, 10634.0, 10571.0, 10630.0, 10573.0, 10601.0, 10571.0, 10623.0, 10580.0, 10631.0, 10568.0, 10614.0, 10569.0, 10615.0, 10562.0, 10602.0, 10602.0, 10572.0, 10631.0, 10549.0, 10601.0, 10531.0, 10590.0, 10547.0, 10611.0, 10541.0, 10594.0, 10538.0, 10555.0, 10549.0, 10544.0, 10577.0, 10561.0, 10581.0, 10547.0, 10582.0, 10546.0, 10608.0, 10547.0, 10584.0, 10543.0, 10582.0, 10555.0, 10595.0, 10540.0, 10581.0, 10559.0, 10596.0, 10560.0, 10599.0, 10562.0, 10612.0, 10556.0, 10588.0, 10570.0, 10564.0, 10582.0, 10569.0, 10610.0, 10559.0, 10608.0, 10548.0, 10595.0, 10548.0, 10582.0, 10565.0, 10609.0, 10547.0, 10613.0, 10565.0, 10584.0, 10562.0, 10613.0, 10566.0, 10589.0, 10631.0, 10617.0, 10594.0, 10613.0, 10575.0, 10603.0, 10579.0, 10582.0, 10608.0, 10600.0, 10585.0, 10603.0, 10586.0, 10570.0, 10602.0, 10592.0, 10624.0, 10564.0, 10609.0, 10550.0, 10610.0, 10551.0, 10596.0, 10542.0, 10580.0, 10541.0, 10597.0, 10564.0, 10559.0, 10584.0, 10551.0, 10605.0, 10548.0, 10608.0, 10551.0, 10592.0, 10561.0, 10597.0, 10558.0, 10589.0, 10607.0, 10563.0, 10623.0, 10549.0, 10606.0, 10544.0, 10592.0, 10539.0, 10599.0, 10537.0, 10545.0, 10590.0, 10529.0, 10591.0, 10546.0, 10579.0, 10543.0, 10568.0, 10548.0, 10599.0, 10572.0, 10564.0, 10600.0, 10581.0, 10598.0, 10617.0, 10596.0, 10623.0, 10596.0, 10599.0, 10592.0, 10589.0, 10645.0, 10553.0, 10630.0, 10553.0, 10603.0, 10551.0, 10603.0, 10559.0, 10565.0, 10620.0, 10550.0, 10609.0, 10552.0, 10611.0, 10549.0, 10590.0, 10565.0, 10617.0, 10570.0, 10587.0, 10568.0, 10563.0, 10595.0, 10551.0, 10610.0, 10560.0, 10593.0, 10545.0, 10581.0, 10550.0, 10555.0, 10551.0, 10545.0, 10603.0, 10545.0, 10590.0, 10542.0, 10569.0, 10559.0, 10618.0, 10576.0, 10615.0, 10584.0, 10567.0, 10591.0, 10565.0, 10606.0, 10571.0, 10610.0, 10552.0, 10610.0, 10564.0, 10614.0, 10552.0, 10599.0, 10546.0, 10584.0, 10559.0, 10562.0, 10579.0, 10569.0, 10617.0, 10564.0, 10600.0, 10551.0, 10588.0, 10557.0, 10562.0, 10599.0, 10557.0, 10612.0, 10566.0, 10611.0, 10557.0, 10590.0, 10570.0, 10615.0, 10582.0, 10572.0, 10616.0, 10571.0, 10628.0, 10574.0, 10617.0, 10568.0, 10629.0, 10570.0, 10606.0, 10572.0, 10610.0, 10582.0, 10595.0, 10628.0, 10556.0, 10628.0, 10568.0, 10616.0, 10553.0, 10622.0, 10565.0, 10600.0, 10625.0, 10573.0, 10623.0, 10549.0, 10616.0, 10553.0, 10606.0, 10565.0, 10617.0, 10573.0, 10595.0, 10572.0, 10612.0, 10581.0, 10603.0, 10648.0, 10574.0, 10620.0, 10574.0, 10634.0, 10573.0, 10629.0, 10566.0, 10630.0, 10552.0, 10602.0, 10560.0, 10581.0, 10599.0, 10567.0, 10625.0, 10562.0, 10611.0, 10564.0, 10595.0, 10552.0, 10613.0, 10557.0, 10591.0, 10568.0, 10611.0, 10582.0, 10600.0, 10629.0, 10571.0, 10644.0, 10569.0, 10632.0, 10555.0, 10607.0, 10587.0, 10579.0, 10611.0, 10565.0, 10621.0, 10550.0, 10608.0, 10548.0, 10596.0, 10549.0, 10598.0, 10566.0, 10579.0, 10549.0, 10579.0, 10623.0, 10552.0, 10625.0, 10553.0, 10603.0, 10551.0, 10603.0, 10612.0, 10562.0, 10587.0, 10555.0, 10603.0, 10567.0, 10601.0, 10553.0, 10603.0, 10568.0, 10607.0, 10563.0, 10573.0, 10586.0, 10583.0, 10616.0, 10569.0, 10613.0, 10594.0, 10610.0, 10591.0, 10638.0, 10574.0, 10649.0, 10572.0, 10623.0, 10580.0, 10600.0, 10640.0, 10579.0, 10619.0, 10568.0, 10629.0, 10554.0, 10614.0, 10553.0, 10621.0, 10567.0, 10618.0, 10573.0, 10583.0, 10614.0, 10554.0, 10626.0, 10563.0, 10610.0, 10553.0, 10612.0, 10556.0, 10593.0, 10556.0, 10609.0, 10567.0, 10587.0, 10608.0, 10574.0, 10658.0, 10573.0, 10633.0, 10550.0, 10617.0, 10569.0, 10564.0, 10619.0, 10549.0, 10621.0, 10544.0, 10598.0, 10563.0, 10588.0, 10546.0, 10576.0, 10578.0, 10546.0, 10605.0, 10562.0, 10598.0, 10535.0, 10586.0, 10567.0, 10583.0, 10575.0, 10568.0, 10613.0, 10571.0, 10632.0, 10573.0, 10622.0, 10570.0, 10609.0, 10555.0, 10594.0, 10590.0, 10572.0, 10628.0, 10566.0, 10614.0, 10569.0, 10616.0, 10566.0, 10601.0, 10571.0, 10596.0, 10576.0, 10572.0, 10581.0, 10587.0, 10610.0, 10593.0, 10627.0, 10574.0, 10622.0, 10580.0, 10624.0, 10561.0, 10632.0, 10582.0, 10602.0, 10636.0, 10575.0, 10635.0, 10575.0, 10633.0, 10591.0, 10629.0, 10570.0, 10614.0, 10584.0, 10616.0, 10634.0, 10590.0, 10638.0, 10583.0, 10619.0, 10556.0, 10608.0, 10590.0, 10569.0, 10635.0, 10568.0, 10632.0, 10555.0, 10606.0, 10562.0, 10591.0, 10598.0, 10571.0, 10624.0, 10563.0, 10614.0, 10568.0, 10600.0, 10570.0, 10615.0, 10575.0, 10620.0, 10571.0, 10607.0, 10584.0, 10608.0, 10581.0, 10598.0, 10618.0, 10586.0, 10648.0, 10570.0, 10630.0, 10574.0, 10604.0, 10581.0, 10610.0, 10593.0, 10613.0, 10584.0, 10600.0, 10590.0, 10647.0, 10603.0, 10631.0, 10593.0, 10669.0, 10580.0, 10650.0, 10593.0, 10658.0, 10579.0, 10663.0, 10568.0, 10629.0, 10545.0, 10593.0, 10608.0, 10581.0, 10637.0, 10552.0, 10635.0, 10551.0, 10597.0, 10568.0, 10591.0, 10572.0, 10630.0, 10553.0, 10616.0, 10557.0, 10620.0, 10557.0, 10619.0, 10549.0, 10613.0, 10630.0, 10551.0, 10627.0, 10548.0, 10596.0, 10542.0, 10586.0, 10577.0, 10571.0, 10590.0, 10532.0, 10603.0, 10541.0, 10606.0, 10531.0, 10580.0, 10527.0, 10583.0, 10541.0, 10540.0, 10544.0, 10579.0, 10563.0, 10584.0, 10616.0, 10572.0, 10612.0, 10564.0, 10610.0, 10558.0, 10587.0, 10556.0, 10611.0, 10538.0, 10606.0, 10588.0, 10594.0, 10569.0, 10595.0, 10577.0, 10647.0, 10614.0, 10638.0, 10569.0, 10607.0, 10567.0, 10596.0, 10593.0, 10599.0, 10655.0, 10564.0, 10620.0, 10571.0, 10604.0, 10526.0, 10580.0, 10528.0, 10569.0, 10599.0, 10562.0, 10617.0, 10561.0, 10590.0, 10541.0, 10551.0, 10588.0, 10562.0, 10588.0, 10570.0, 10606.0, 10569.0, 10573.0, 10630.0, 10579.0, 10633.0, 10573.0, 10595.0, 10600.0, 10534.0, 10610.0, 10549.0, 10593.0, 10520.0, 10558.0, 10476.0, 10519.0, 10526.0, 10508.0, 10549.0, 10505.0, 10554.0, 10494.0, 10542.0, 10497.0, 10535.0, 10514.0, 10540.0, 10518.0, 10542.0, 10501.0, 10533.0, 10562.0, 10529.0, 10605.0, 10532.0, 10566.0, 10533.0, 10558.0, 10534.0, 10564.0, 10529.0, 10550.0, 10543.0, 10554.0, 10570.0, 10553.0, 10585.0, 10553.0, 10607.0, 10541.0, 10576.0, 10561.0, 10592.0, 10559.0, 10596.0, 10558.0, 10596.0, 10557.0, 10579.0, 10546.0, 10582.0, 10549.0, 10584.0, 10540.0, 10592.0, 10546.0, 10579.0, 10539.0, 10593.0, 10603.0, 10567.0, 10613.0, 10536.0, 10585.0, 10538.0, 10570.0, 10525.0, 10557.0, 10541.0, 10548.0, 10543.0, 10568.0, 10545.0, 10586.0, 10542.0, 10569.0, 10543.0, 10573.0, 10540.0, 10583.0, 10520.0, 10600.0, 10534.0, 10560.0, 10549.0, 10590.0, 10533.0, 10585.0, 10520.0, 10586.0, 10566.0, 10601.0, 10556.0, 10617.0, 10587.0, 10631.0, 10579.0, 10635.0, 10610.0, 10592.0, 10607.0, 10611.0, 10606.0, 10623.0, 10603.0, 10613.0, 10588.0, 10554.0, 10590.0, 10550.0, 10586.0, 10536.0, 10607.0, 10540.0, 10587.0, 10558.0, 10582.0, 10541.0, 10584.0, 10529.0, 10597.0, 10601.0, 10564.0, 10527.0, 10541.0, 10556.0, 10571.0, 10578.0, 10599.0, 10545.0, 10605.0, 10549.0, 10585.0, 10557.0, 10603.0, 10604.0, 10571.0, 10602.0, 10555.0, 10614.0, 10549.0, 10585.0, 10535.0, 10572.0, 10538.0, 10548.0, 10549.0, 10553.0, 10560.0, 10568.0, 10556.0, 10570.0, 10564.0, 10587.0, 10562.0, 10601.0, 10582.0, 10584.0, 10617.0, 10592.0, 10609.0, 10574.0, 10582.0, 10559.0, 10571.0, 10561.0, 10598.0, 10580.0, 10603.0, 10570.0, 10601.0, 10583.0, 10631.0, 10572.0, 10620.0, 10568.0, 10618.0, 10554.0, 10601.0, 10568.0, 10607.0, 10550.0, 10589.0, 10569.0, 10607.0, 10551.0, 10603.0, 10609.0, 10604.0, 10585.0, 10586.0, 10555.0, 10585.0, 10592.0, 10585.0, 10578.0, 10586.0, 10590.0, 10587.0, 10618.0, 10572.0, 10613.0, 10541.0, 10598.0, 10554.0, 10584.0, 10549.0, 10598.0, 10553.0, 10584.0, 10539.0, 10589.0, 10525.0, 10586.0, 10520.0, 10577.0, 10532.0, 10567.0, 10580.0, 10552.0, 10586.0, 10549.0, 10583.0, 10535.0, 10583.0, 10535.0, 10575.0, 10522.0, 10567.0, 10536.0, 10568.0, 10569.0, 10552.0, 10586.0, 10554.0, 10592.0, 10569.0, 10590.0, 10554.0, 10594.0, 10558.0, 10582.0, 10564.0, 10597.0, 10560.0, 10592.0, 10572.0, 10560.0, 10564.0, 10604.0, 10604.0, 10611.0, 10593.0, 10628.0, 10609.0, 10593.0, 10624.0, 10627.0, 10642.0, 10654.0, 10637.0, 10577.0, 10628.0, 10592.0, 10644.0, 10613.0, 10669.0, 10615.0, 10668.0, 10606.0, 10664.0, 10590.0, 10665.0, 10607.0, 10662.0, 10587.0, 10663.0, 10588.0, 10657.0, 10596.0, 10660.0, 10596.0, 10642.0, 10573.0, 10631.0, 10544.0, 10619.0, 10576.0, 10609.0, 10555.0, 10619.0, 10559.0, 10601.0, 10549.0, 10586.0, 10544.0, 10601.0, 10546.0, 10571.0, 10539.0, 10559.0, 10504.0, 10565.0, 10578.0, 10549.0, 10579.0, 10548.0, 10558.0, 10552.0, 10560.0, 10553.0, 10582.0, 10552.0, 10591.0, 10557.0, 10589.0, 10553.0, 10604.0, 10560.0, 10592.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.00045108411214953275</td></tr>
<tr><td colspan=3>aqi</td><td>0.02486321626168224</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.275225950654786</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2101817583536028</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9688877285406928</td></tr>
<tr><td colspan=3>efc</td><td>0.4884</td></tr>
<tr><td colspan=3>fber</td><td>4942.4668</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07840269390093242</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7476635514018691</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4440125726726976</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.42709185122453</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6336125735734197</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.271333293220144</td></tr>
<tr><td colspan=3>gcor</td><td>0.00683236</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014794320799410343</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02707994356751442</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.939060313715084</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>35.0055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.4124</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.7558</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295786.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>960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.5179</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6477</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>693.2255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4035.8054</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.061</td></tr>
<tr><td colspan=3>tsnr</td><td>37.029406474903226</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>