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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-01/func/sub-0017_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>d33a602f6bdc87069e1e3175a999abf0</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>13:25:48.797500</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.997108, -0.0670798, -0.0357256, 0.0580168, 0.975474, -0.21233]</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_brain_imaging_center</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.0981961</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7717, -7245, 539, 30, -203, -23, 90]</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>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cdc08b1a-b313-4141-b9a8-93e603d16709||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.6751673221588135, 0.15565472841262817, -0.13254956901073456, 104.95314025878906], [0.1799701303243637, 2.617125988006592, -0.5660377740859985, -66.57283782958984], [-0.09584905952215195, 0.5696669816970825, 2.6366705894470215, -95.46153259277344], [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': ['132548.797500', '132549.257500', '132549.717500', '132550.177500', '132550.637500', '132551.097500', '132551.557500', '132552.017500', '132552.477500', '132552.937500', '132553.397500', '132553.857500', '132554.317500', '132554.777500', '132555.237500', '132555.697500', '132556.157500', '132556.617500', '132557.077500', '132557.537500', '132557.997500', '132558.457500', '132558.917500', '132559.377500', '132559.837500', '132600.297500', '132600.757500', '132601.217500', '132601.677500', '132602.137500', '132602.597500', '132603.057500', '132603.517500', '132603.977500', '132604.437500', '132604.897500', '132605.357500', '132605.817500', '132606.277500', '132606.737500', '132607.197500', '132607.657500', '132608.117500', '132608.577500', '132609.037500', '132609.497500', '132609.957500', '132610.417500', '132610.877500', '132611.337500', '132611.797500', '132612.257500', '132612.717500', '132613.177500', '132613.637500', '132614.097500', '132614.557500', '132615.017500', '132615.477500', '132615.937500', '132616.397500', '132616.857500', '132617.317500', '132617.777500', '132618.237500', '132618.697500', '132619.157500', '132619.617500', '132620.077500', '132620.537500', '132620.997500', '132621.457500', '132621.917500', '132622.377500', '132622.837500', '132623.297500', '132623.757500', '132624.217500', '132624.677500', '132625.137500', '132625.597500', '132626.057500', '132626.517500', '132626.977500', '132627.437500', '132627.897500', '132628.357500', '132628.817500', '132629.277500', '132629.737500', '132630.197500', '132630.657500', '132631.117500', '132631.577500', '132632.037500', '132632.497500', '132632.957500', '132633.417500', '132633.877500', '132634.337500', '132634.797500', '132635.257500', '132635.717500', '132636.177500', '132636.637500', '132637.097500', '132637.557500', '132638.017500', '132638.477500', '132638.937500', '132639.397500', '132639.857500', '132640.317500', '132640.777500', '132641.237500', '132641.697500', '132642.157500', '132642.617500', '132643.077500', '132643.537500', '132643.997500', '132644.457500', '132644.917500', '132645.377500', '132645.837500', '132646.297500', '132646.757500', '132647.217500', '132647.677500', '132648.137500', '132648.597500', '132649.057500', '132649.517500', '132649.977500', '132650.437500', '132650.897500', '132651.357500', '132651.817500', '132652.277500', '132652.737500', '132653.197500', '132653.657500', '132654.117500', '132654.577500', '132655.037500', '132655.497500', '132655.957500', '132656.417500', '132656.877500', '132657.337500', '132657.797500', '132658.257500', '132658.717500', '132659.177500', '132659.637500', '132700.097500', '132700.557500', '132701.017500', '132701.477500', '132701.937500', '132702.397500', '132702.857500', '132703.317500', '132703.777500', '132704.237500', '132704.697500', '132705.157500', '132705.617500', '132706.077500', '132706.537500', '132706.997500', '132707.457500', '132707.917500', '132708.377500', '132708.837500', '132709.297500', '132709.757500', '132710.217500', '132710.677500', '132711.137500', '132711.597500', '132712.057500', '132712.517500', '132712.977500', '132713.437500', '132713.897500', '132714.357500', '132714.817500', '132715.277500', '132715.737500', '132716.197500', '132716.657500', '132717.117500', '132717.577500', '132718.037500', '132718.497500', '132718.957500', '132719.417500', '132719.877500', '132720.337500', '132720.797500', '132721.257500', '132721.717500', '132722.177500', '132722.637500', '132723.097500', '132723.557500', '132724.017500', '132724.477500', '132724.937500', '132725.397500', '132725.857500', '132726.317500', '132726.777500', '132727.237500', '132727.697500', '132728.157500', '132728.617500', '132729.077500', '132729.537500', '132729.997500', '132730.457500', '132730.917500', '132731.377500', '132731.837500', '132732.297500', '132732.757500', '132733.217500', '132733.677500', '132734.137500', '132734.597500', '132735.057500', '132735.517500', '132735.977500', '132736.437500', '132736.897500', '132737.357500', '132737.817500', '132738.277500', '132738.737500', '132739.197500', '132739.657500', '132740.117500', '132740.577500', '132741.037500', '132741.497500', '132741.957500', '132742.417500', '132742.877500', '132743.337500', '132743.797500', '132744.257500', '132744.717500', '132745.177500', '132745.637500', '132746.097500', '132746.557500', '132747.017500', '132747.477500', '132747.937500', '132748.397500', '132748.857500', '132749.317500', '132749.777500', '132750.237500', '132750.697500', '132751.157500', '132751.617500', '132752.077500', '132752.537500', '132752.997500', '132753.457500', '132753.917500', '132754.377500', '132754.837500', '132755.297500', '132755.757500', '132756.217500', '132756.677500', '132757.137500', '132757.597500', '132758.057500', '132758.517500', '132758.977500', '132759.437500', '132759.897500', '132800.357500', '132800.817500', '132801.277500', '132801.737500', '132802.197500', '132802.657500', '132803.117500', '132803.577500', '132804.037500', '132804.497500', '132804.957500', '132805.417500', '132805.877500', '132806.337500', '132806.797500', '132807.257500', '132807.717500', '132808.177500', '132808.637500', '132809.097500', '132809.557500', '132810.017500', '132810.477500', '132810.937500', '132811.397500', '132811.857500', '132812.317500', '132812.777500', '132813.237500', '132813.697500', '132814.157500', '132814.617500', '132815.077500', '132815.537500', '132815.997500', '132816.457500', '132816.917500', '132817.377500', '132817.837500', '132818.297500', '132818.757500', '132819.217500', '132819.677500', '132820.137500', '132820.597500', '132821.057500', '132821.517500', '132821.977500', '132822.437500', '132822.897500', '132823.357500', '132823.817500', '132824.277500', '132824.737500', '132825.197500', '132825.657500', '132826.117500', '132826.577500', '132827.037500', '132827.497500', '132827.957500', '132828.417500', '132828.877500', '132829.337500', '132829.797500', '132830.257500', '132830.717500', '132831.177500', '132831.637500', '132832.097500', '132832.557500', '132833.017500', '132833.477500', '132833.937500', '132834.397500', '132834.857500', '132835.317500', '132835.777500', '132836.237500', '132836.697500', '132837.157500', '132837.617500', '132838.077500', '132838.537500', '132838.997500', '132839.457500', '132839.917500', '132840.377500', '132840.837500', '132841.297500', '132841.757500', '132842.217500', '132842.677500', '132843.137500', '132843.597500', '132844.057500', '132844.517500', '132844.977500', '132845.437500', '132845.897500', '132846.357500', '132846.817500', '132847.277500', '132847.737500', '132848.197500', '132848.657500', '132849.117500', '132849.577500', '132850.037500', '132850.497500', '132850.957500', '132851.417500', '132851.877500', '132852.337500', '132852.797500', '132853.257500', '132853.717500', '132854.177500', '132854.637500', '132855.097500', '132855.557500', '132856.017500', '132856.477500', '132856.937500', '132857.397500', '132857.857500', '132858.317500', '132858.777500', '132859.237500', '132859.697500', '132900.157500', '132900.617500', '132901.077500', '132901.537500', '132901.997500', '132902.457500', '132902.917500', '132903.377500', '132903.837500', '132904.297500', '132904.757500', '132905.217500', '132905.677500', '132906.137500', '132906.597500', '132907.057500', '132907.517500', '132907.977500', '132908.437500', '132908.897500', '132909.357500', '132909.817500', '132910.277500', '132910.737500', '132911.197500', '132911.657500', '132912.117500', '132912.577500', '132913.037500', '132913.497500', '132913.957500', '132914.417500', '132914.877500', '132915.337500', '132915.797500', '132916.257500', '132916.717500', '132917.177500', '132917.637500', '132918.097500', '132918.557500', '132919.017500', '132919.477500', '132919.937500', '132920.397500', '132920.857500', '132921.317500', '132921.777500', '132922.237500', '132922.697500', '132923.157500', '132923.617500', '132924.077500', '132924.537500', '132924.997500', '132925.457500', '132925.917500', '132926.377500', '132926.837500', '132927.297500', '132927.757500', '132928.217500', '132928.677500', '132929.137500', '132929.597500', '132930.057500', '132930.517500', '132930.977500', '132931.437500', '132931.897500', '132932.357500', '132932.817500', '132933.277500', '132933.737500', '132934.197500', '132934.657500', '132935.117500', '132935.577500', '132936.037500', '132936.497500', '132936.957500', '132937.417500', '132937.877500', '132938.337500', '132938.797500', '132939.257500', '132939.717500', '132940.177500', '132940.637500', '132941.097500', '132941.557500', '132942.017500', '132942.477500', '132942.937500', '132943.397500', '132943.857500', '132944.317500', '132944.777500', '132945.237500', '132945.697500', '132946.157500', '132946.617500', '132947.077500', '132947.537500', '132947.997500', '132948.457500', '132948.917500', '132949.377500', '132949.837500', '132950.297500', '132950.757500', '132951.217500', '132951.677500', '132952.137500', '132952.597500', '132953.057500', '132953.517500', '132953.977500', '132954.437500', '132954.897500', '132955.357500', '132955.817500', '132956.277500', '132956.737500', '132957.197500', '132957.657500', '132958.117500', '132958.577500', '132959.037500', '132959.497500', '132959.957500', '133000.417500', '133000.877500', '133001.337500', '133001.797500', '133002.257500', '133002.717500', '133003.177500', '133003.637500', '133004.097500', '133004.557500', '133005.017500', '133005.477500', '133005.937500', '133006.397500', '133006.857500', '133007.317500', '133007.777500', '133008.237500', '133008.697500', '133009.157500', '133009.617500', '133010.077500', '133010.537500', '133010.997500', '133011.457500', '133011.917500', '133012.377500', '133012.837500', '133013.297500', '133013.757500', '133014.217500', '133014.677500', '133015.137500', '133015.597500', '133016.057500', '133016.517500', '133016.977500', '133017.437500', '133017.897500', '133018.357500', '133018.817500', '133019.277500', '133019.737500', '133020.197500', '133020.657500', '133021.117500', '133021.577500', '133022.037500', '133022.497500', '133022.957500', '133023.417500', '133023.877500', '133024.337500', '133024.797500', '133025.257500', '133025.717500', '133026.177500', '133026.637500', '133027.097500', '133027.557500', '133028.017500', '133028.477500', '133028.937500', '133029.397500', '133029.857500', '133030.317500', '133030.777500', '133031.237500', '133031.697500', '133032.157500', '133032.617500', '133033.077500', '133033.537500', '133033.997500', '133034.457500', '133034.917500', '133035.377500', '133035.837500', '133036.297500', '133036.757500', '133037.217500', '133037.677500', '133038.137500', '133038.597500', '133039.057500', '133039.517500', '133039.977500', '133040.437500', '133040.897500', '133041.357500', '133041.817500', '133042.277500', '133042.737500', '133043.197500', '133043.657500', '133044.117500', '133044.577500', '133045.037500', '133045.497500', '133045.957500', '133046.417500', '133046.877500', '133047.337500', '133047.797500', '133048.257500', '133048.717500', '133049.177500', '133049.637500', '133050.097500', '133050.557500', '133051.017500', '133051.477500', '133051.937500', '133052.397500', '133052.857500', '133053.317500', '133053.777500', '133054.237500', '133054.697500', '133055.157500', '133055.617500', '133056.077500', '133056.537500', '133056.997500', '133057.457500', '133057.917500', '133058.377500', '133058.837500', '133059.297500', '133059.757500', '133100.217500', '133100.677500', '133101.137500', '133101.597500', '133102.057500', '133102.517500', '133102.977500', '133103.437500', '133103.897500', '133104.357500', '133104.817500', '133105.277500', '133105.737500', '133106.197500', '133106.657500', '133107.117500', '133107.577500', '133108.037500', '133108.497500', '133108.957500', '133109.417500', '133109.877500', '133110.337500', '133110.797500', '133111.257500', '133111.717500', '133112.177500', '133112.637500', '133113.097500', '133113.557500', '133114.017500', '133114.477500', '133114.937500', '133115.397500', '133115.857500', '133116.317500', '133116.777500', '133117.237500', '133117.697500', '133118.157500', '133118.617500', '133119.077500', '133119.537500', '133119.997500', '133120.457500', '133120.917500', '133121.377500', '133121.837500', '133122.297500', '133122.757500', '133123.217500', '133123.677500', '133124.137500', '133124.597500', '133125.057500', '133125.517500', '133125.977500', '133126.437500', '133126.897500', '133127.357500', '133127.817500', '133128.277500', '133128.737500', '133129.197500', '133129.657500', '133130.117500', '133130.577500', '133131.037500', '133131.497500', '133131.957500', '133132.417500', '133132.877500', '133133.337500', '133133.797500', '133134.257500', '133134.717500', '133135.177500', '133135.637500', '133136.097500', '133136.557500', '133137.017500', '133137.477500', '133137.937500', '133138.397500', '133138.857500', '133139.317500', '133139.777500', '133140.237500', '133140.697500', '133141.157500', '133141.617500', '133142.077500', '133142.537500', '133142.997500', '133143.457500', '133143.917500', '133144.377500', '133144.837500', '133145.297500', '133145.757500', '133146.217500', '133146.677500', '133147.137500', '133147.597500', '133148.057500', '133148.517500', '133148.977500', '133149.437500', '133149.897500', '133150.357500', '133150.817500', '133151.277500', '133151.737500', '133152.197500', '133152.657500', '133153.117500', '133153.577500', '133154.037500', '133154.497500', '133154.957500', '133155.417500', '133155.877500', '133156.337500', '133156.797500', '133157.257500', '133157.717500', '133158.177500', '133158.637500', '133159.097500', '133159.557500', '133200.017500', '133200.477500', '133200.937500', '133201.397500', '133201.857500', '133202.317500', '133202.777500', '133203.237500', '133203.697500', '133204.157500', '133204.617500', '133205.077500', '133205.537500', '133205.997500', '133206.457500', '133206.917500', '133207.377500', '133207.837500', '133208.297500', '133208.757500', '133209.217500', '133209.677500', '133210.137500', '133210.597500', '133211.057500', '133211.517500', '133211.977500', '133212.437500', '133212.897500', '133213.357500', '133213.817500', '133214.277500', '133214.737500', '133215.197500', '133215.657500', '133216.117500', '133216.577500', '133217.037500', '133217.497500', '133217.957500', '133218.417500', '133218.877500', '133219.337500', '133219.797500', '133220.257500', '133220.717500', '133221.177500', '133221.637500', '133222.097500', '133222.557500', '133223.017500', '133223.477500', '133223.937500', '133224.397500', '133224.857500', '133225.317500', '133225.777500', '133226.237500', '133226.697500', '133227.157500', '133227.617500', '133228.077500', '133228.537500', '133228.997500', '133229.457500', '133229.917500', '133230.377500', '133230.837500', '133231.297500', '133231.757500', '133232.217500', '133232.677500', '133233.137500', '133233.597500', '133234.057500', '133234.517500', '133234.977500', '133235.437500', '133235.897500', '133236.357500', '133236.817500', '133237.277500', '133237.737500', '133238.197500', '133238.657500', '133239.117500', '133239.577500', '133240.037500', '133240.497500', '133240.957500', '133241.417500', '133241.877500', '133242.337500', '133242.797500', '133243.257500', '133243.717500', '133244.177500', '133244.637500', '133245.097500', '133245.557500', '133246.017500', '133246.477500', '133246.937500', '133247.397500', '133247.857500', '133248.317500', '133248.777500', '133249.237500', '133249.697500', '133250.157500', '133250.617500', '133251.077500', '133251.537500', '133251.997500', '133252.457500', '133252.917500', '133253.377500', '133253.837500', '133254.297500', '133254.757500', '133255.217500', '133255.677500', '133256.137500', '133256.597500', '133257.057500', '133257.517500', '133257.977500', '133258.437500', '133258.897500', '133259.357500', '133259.817500', '133300.277500', '133300.737500', '133301.197500', '133301.657500', '133302.117500', '133302.577500', '133303.037500', '133303.497500', '133303.957500', '133304.417500', '133304.877500', '133305.337500', '133305.797500', '133306.257500', '133306.717500', '133307.177500', '133307.637500', '133308.097500', '133308.557500', '133309.017500', '133309.477500', '133309.937500', '133310.397500', '133310.857500', '133311.317500', '133311.777500', '133312.237500', '133312.697500', '133313.157500', '133313.617500', '133314.077500', '133314.537500', '133314.997500', '133315.457500', '133315.917500', '133316.377500', '133316.837500', '133317.297500', '133317.757500', '133318.217500', '133318.677500', '133319.137500', '133319.597500', '133320.057500', '133320.517500', '133320.977500', '133321.437500', '133321.897500', '133322.357500', '133322.817500', '133323.277500', '133323.737500', '133324.197500', '133324.657500', '133325.117500', '133325.577500', '133326.037500', '133326.497500', '133326.957500', '133327.417500', '133327.877500', '133328.337500', '133328.797500', '133329.257500', '133329.717500', '133330.177500', '133330.637500', '133331.097500', '133331.557500', '133332.017500', '133332.477500', '133332.937500', '133333.397500', '133333.857500', '133334.317500', '133334.777500', '133335.237500', '133335.697500', '133336.157500', '133336.617500', '133337.077500', '133337.537500', '133337.997500', '133338.457500', '133338.917500', '133339.377500', '133339.837500', '133340.297500', '133340.757500', '133341.217500', '133341.677500', '133342.137500', '133342.597500', '133343.057500', '133343.517500', '133343.977500', '133344.437500', '133344.897500', '133345.357500', '133345.817500', '133346.277500', '133346.737500', '133347.197500', '133347.657500', '133348.117500', '133348.577500', '133349.037500', '133349.497500', '133349.957500', '133350.417500', '133350.877500', '133351.337500', '133351.797500', '133352.257500', '133352.717500', '133353.177500', '133353.637500', '133354.097500', '133354.557500', '133355.017500', '133355.477500', '133355.937500', '133356.397500', '133356.857500', '133357.317500', '133357.777500', '133358.237500', '133358.697500', '133359.157500', '133359.617500', '133400.077500', '133400.537500', '133400.997500', '133401.457500', '133401.917500'], 'ContentTime': ['132602.879000', '132602.887000', '132602.890000', '132602.893000', '132602.895000', '132602.898000', '132602.901000', '132602.904000', '132602.907000', '132602.909000', '132602.912000', '132602.916000', '132602.919000', '132602.922000', '132602.925000', '132602.928000', '132602.930000', '132602.933000', '132602.936000', '132602.939000', '132602.941000', '132602.944000', '132602.947000', '132602.950000', '132602.953000', '132602.956000', '132602.958000', '132602.963000', '132622.854000', '132622.860000', '132622.863000', '132622.865000', '132622.868000', '132622.871000', '132622.874000', '132622.877000', '132622.879000', '132622.882000', '132622.885000', '132622.888000', '132622.891000', '132622.894000', '132622.896000', '132622.899000', '132622.902000', '132622.905000', '132622.908000', '132622.911000', '132622.913000', '132622.916000', '132622.919000', '132622.922000', '132622.925000', '132622.927000', '132622.936000', '132622.939000', '132622.942000', '132622.945000', '132622.948000', '132622.950000', '132622.953000', '132622.956000', '132622.964000', '132622.966000', '132622.969000', '132622.972000', '132622.975000', '132622.978000', '132622.980000', '132622.983000', '132622.986000', '132622.989000', '132642.853000', '132642.856000', '132642.858000', '132642.861000', '132642.864000', '132642.867000', '132642.870000', '132642.873000', '132642.876000', '132642.879000', '132642.881000', '132642.884000', '132642.887000', '132642.890000', '132642.893000', '132642.895000', '132642.898000', '132642.901000', '132642.904000', '132642.907000', '132642.910000', '132642.912000', '132642.915000', '132642.918000', '132642.921000', '132642.924000', '132642.927000', '132642.929000', '132642.932000', '132642.935000', '132642.938000', '132642.941000', '132642.944000', '132642.946000', '132642.949000', '132642.952000', '132642.955000', '132642.958000', '132642.960000', '132642.969000', '132642.972000', '132642.975000', '132642.978000', '132702.853000', '132702.856000', '132702.859000', '132702.862000', '132702.864000', '132702.867000', '132702.870000', '132702.873000', '132702.876000', '132702.879000', '132702.881000', '132702.884000', '132702.887000', '132702.890000', '132702.893000', '132702.896000', '132702.898000', '132702.901000', '132702.904000', '132702.907000', '132702.910000', '132702.913000', '132702.915000', '132702.918000', '132702.921000', '132702.924000', '132702.927000', '132702.929000', '132702.932000', '132702.935000', '132702.938000', '132702.941000', '132702.944000', '132702.947000', '132702.949000', '132702.952000', '132702.955000', '132702.958000', '132702.961000', '132702.963000', '132702.975000', '132702.978000', '132702.981000', '132702.983000', '132722.853000', '132722.856000', '132722.859000', '132722.862000', '132722.864000', '132722.867000', '132722.870000', '132722.873000', '132722.876000', '132722.879000', '132722.881000', '132722.884000', '132722.887000', '132722.890000', '132722.893000', '132722.896000', '132722.898000', '132722.901000', '132722.904000', '132722.907000', '132722.910000', '132722.913000', '132722.915000', '132722.918000', '132722.921000', '132722.924000', '132722.927000', '132722.930000', '132722.933000', '132722.935000', '132722.938000', '132722.941000', '132722.944000', '132722.947000', '132722.950000', '132722.954000', '132722.957000', '132722.960000', '132722.962000', '132722.965000', '132722.968000', '132722.971000', '132722.974000', '132742.853000', '132742.856000', '132742.858000', '132742.861000', '132742.864000', '132742.867000', '132742.870000', '132742.873000', '132742.876000', '132742.879000', '132742.881000', '132742.884000', '132742.887000', '132742.890000', '132742.893000', '132742.896000', '132742.899000', '132742.901000', '132742.904000', '132742.907000', '132742.910000', '132742.913000', '132742.916000', '132742.918000', '132742.922000', '132742.924000', '132742.927000', '132742.930000', '132742.933000', '132742.936000', '132742.939000', '132742.941000', '132742.944000', '132742.947000', '132742.950000', '132742.953000', '132742.956000', '132742.959000', '132742.961000', '132742.964000', '132742.967000', '132742.970000', '132742.973000', '132742.976000', '132802.853000', '132802.856000', '132802.867000', '132802.870000', '132802.873000', '132802.875000', '132802.878000', '132802.881000', '132802.884000', '132802.887000', '132802.890000', '132802.893000', '132802.896000', '132802.898000', '132802.901000', '132802.904000', '132802.907000', '132802.910000', '132802.913000', '132802.915000', '132802.918000', '132802.921000', '132802.924000', '132802.927000', '132802.930000', '132802.933000', '132802.936000', '132802.938000', '132802.941000', '132802.944000', '132802.947000', '132802.950000', '132802.952000', '132802.955000', '132802.958000', '132802.961000', '132802.964000', '132802.967000', '132802.970000', '132802.972000', '132802.975000', '132802.978000', '132802.981000', '132822.853000', '132822.856000', '132822.859000', '132822.862000', '132822.865000', '132822.867000', '132822.870000', '132822.873000', '132822.876000', '132822.879000', '132822.882000', '132822.885000', '132822.887000', '132822.890000', '132822.893000', '132822.896000', '132822.899000', '132822.902000', '132822.905000', '132822.908000', '132822.910000', '132822.913000', '132822.916000', '132822.919000', '132822.922000', '132822.925000', '132822.927000', '132822.931000', '132822.933000', '132822.936000', '132822.939000', '132822.942000', '132822.945000', '132822.948000', '132822.950000', '132822.953000', '132822.956000', '132822.959000', '132822.962000', '132822.965000', '132822.968000', '132822.970000', '132822.973000', '132822.976000', '132842.854000', '132842.868000', '132842.870000', '132842.873000', '132842.876000', '132842.879000', '132842.882000', '132842.885000', '132842.888000', '132842.890000', '132842.893000', '132842.896000', '132842.899000', '132842.902000', '132842.905000', '132842.907000', '132842.910000', '132842.913000', '132842.916000', '132842.919000', '132842.922000', '132842.925000', '132842.928000', '132842.931000', '132842.933000', '132842.936000', '132842.939000', '132842.942000', '132842.945000', '132842.948000', '132842.950000', '132842.953000', '132842.956000', '132842.959000', '132842.962000', '132842.975000', '132842.978000', '132842.985000', '132842.988000', '132842.992000', '132842.996000', '132842.999000', '132843.002000', '132902.853000', '132902.856000', '132902.859000', '132902.862000', '132902.864000', '132902.867000', '132902.870000', '132902.873000', '132902.876000', '132902.879000', '132902.882000', '132902.884000', '132902.887000', '132902.890000', '132902.893000', '132902.896000', '132902.899000', '132902.901000', '132902.904000', '132902.907000', '132902.910000', '132902.913000', '132902.916000', '132902.919000', '132902.921000', '132902.924000', '132902.927000', '132902.930000', '132902.933000', '132902.936000', '132902.939000', '132902.942000', '132902.944000', '132902.947000', '132902.950000', '132902.953000', '132902.956000', '132902.959000', '132902.962000', '132902.964000', '132902.967000', '132902.970000', '132902.973000', '132902.976000', '132922.853000', '132922.856000', '132922.859000', '132922.861000', '132922.865000', '132922.867000', '132922.870000', '132922.873000', '132922.876000', '132922.879000', '132922.882000', '132922.884000', '132922.887000', '132922.890000', '132922.893000', '132922.896000', '132922.899000', '132922.902000', '132922.904000', '132922.907000', '132922.910000', '132922.913000', '132922.916000', '132922.918000', '132922.921000', '132922.924000', '132922.927000', '132922.930000', '132922.933000', '132922.936000', '132922.939000', '132922.941000', '132922.944000', '132922.947000', '132922.950000', '132922.953000', '132922.956000', '132922.959000', '132922.962000', '132922.964000', '132922.967000', '132922.970000', '132922.973000', '132942.853000', '132942.856000', '132942.859000', '132942.862000', '132942.868000', '132942.871000', '132942.874000', '132942.877000', '132942.880000', '132942.883000', '132942.886000', '132942.888000', '132942.891000', '132942.894000', '132942.897000', '132942.900000', '132942.903000', '132942.906000', '132942.908000', '132942.911000', '132942.914000', '132942.917000', '132942.920000', '132942.923000', '132942.925000', '132942.928000', '132942.931000', '132942.934000', '132942.937000', '132942.940000', '132942.943000', '132942.945000', '132942.948000', '132942.951000', '132942.954000', '132942.957000', '132942.960000', '132942.963000', '132942.965000', '132942.968000', '132942.971000', '132942.974000', '132942.977000', '133002.853000', '133002.856000', '133002.859000', '133002.861000', '133002.865000', '133002.867000', '133002.870000', '133002.873000', '133002.896000', '133002.899000', '133002.902000', '133002.904000', '133002.907000', '133002.910000', '133002.913000', '133002.916000', '133002.919000', '133002.922000', '133002.925000', '133002.927000', '133002.930000', '133002.933000', '133002.936000', '133002.939000', '133002.942000', '133002.944000', '133002.947000', '133002.950000', '133002.953000', '133002.956000', '133002.959000', '133002.962000', '133002.965000', '133002.968000', '133002.970000', '133002.973000', '133002.976000', '133002.979000', '133002.982000', '133002.984000', '133002.988000', '133002.990000', '133002.993000', '133002.996000', '133022.853000', '133022.856000', '133022.859000', '133022.862000', '133022.865000', '133022.868000', '133022.871000', '133022.873000', '133022.876000', '133022.879000', '133022.882000', '133022.885000', '133022.888000', '133022.891000', '133022.894000', '133022.897000', '133022.900000', '133022.914000', '133022.917000', '133022.920000', '133022.923000', '133022.926000', '133022.929000', '133022.931000', '133022.934000', '133022.937000', '133022.940000', '133022.943000', '133022.946000', '133022.949000', '133022.951000', '133022.954000', '133022.957000', '133022.960000', '133022.963000', '133022.966000', '133022.969000', '133022.971000', '133022.974000', '133022.977000', '133022.980000', '133022.983000', '133022.986000', '133042.853000', '133042.856000', '133042.859000', '133042.869000', '133042.872000', '133042.875000', '133042.878000', '133042.880000', '133042.883000', '133042.886000', '133042.889000', '133042.892000', '133042.895000', '133042.898000', '133042.900000', '133042.903000', '133042.906000', '133042.909000', '133042.912000', '133042.915000', '133042.918000', '133042.920000', '133042.923000', '133042.926000', '133042.929000', '133042.932000', '133042.934000', '133042.937000', '133042.940000', '133042.943000', '133042.946000', '133042.949000', '133042.952000', '133042.955000', '133042.957000', '133042.960000', '133042.963000', '133042.966000', '133042.969000', '133042.972000', '133042.974000', '133042.977000', '133042.980000', '133042.983000', '133102.854000', '133102.857000', '133102.860000', '133102.863000', '133102.866000', '133102.869000', '133102.871000', '133102.874000', '133102.877000', '133102.880000', '133102.883000', '133102.886000', '133102.889000', '133102.892000', '133102.895000', '133102.899000', '133102.902000', '133102.905000', '133102.908000', '133102.911000', '133102.914000', '133102.917000', '133102.920000', '133102.923000', '133102.925000', '133102.928000', '133102.931000', '133102.934000', '133102.937000', '133102.940000', '133102.943000', '133102.945000', '133102.948000', '133102.951000', '133102.954000', '133102.957000', '133102.960000', '133102.962000', '133102.965000', '133102.968000', '133102.971000', '133102.974000', '133102.977000', '133122.853000', '133122.856000', '133122.869000', '133122.872000', '133122.875000', '133122.878000', '133122.881000', '133122.884000', '133122.887000', '133122.890000', '133122.893000', '133122.895000', '133122.898000', '133122.901000', '133122.904000', '133122.907000', '133122.910000', '133122.912000', '133122.915000', '133122.918000', '133122.921000', '133122.924000', '133122.927000', '133122.930000', '133122.933000', '133122.935000', '133122.938000', '133122.941000', '133122.944000', '133122.947000', '133122.950000', '133122.953000', '133122.956000', '133122.959000', '133122.962000', '133122.964000', '133122.967000', '133122.970000', '133122.973000', '133122.976000', '133122.979000', '133122.981000', '133122.984000', '133122.987000', '133142.853000', '133142.856000', '133142.859000', '133142.862000', '133142.865000', '133142.867000', '133142.870000', '133142.873000', '133142.876000', '133142.879000', '133142.882000', '133142.885000', '133142.887000', '133142.890000', '133142.895000', '133142.898000', '133142.901000', '133142.904000', '133142.906000', '133142.909000', '133142.912000', '133142.915000', '133142.918000', '133142.921000', '133142.924000', '133142.927000', '133142.930000', '133142.944000', '133142.947000', '133142.950000', '133142.953000', '133142.956000', '133142.959000', '133142.961000', '133142.964000', '133142.967000', '133142.970000', '133142.973000', '133142.976000', '133142.979000', '133142.981000', '133142.984000', '133142.987000', '133202.853000', '133202.856000', '133202.859000', '133202.862000', '133202.865000', '133202.868000', '133202.870000', '133202.873000', '133202.876000', '133202.879000', '133202.882000', '133202.885000', '133202.887000', '133202.890000', '133202.893000', '133202.896000', '133202.899000', '133202.902000', '133202.905000', '133202.908000', '133202.910000', '133202.913000', '133202.916000', '133202.919000', '133202.922000', '133202.925000', '133202.927000', '133202.930000', '133202.933000', '133202.936000', '133202.939000', '133202.942000', '133202.945000', '133202.948000', '133202.950000', '133202.953000', '133202.956000', '133202.959000', '133202.962000', '133202.964000', '133202.967000', '133202.970000', '133202.973000', '133202.976000', '133222.853000', '133222.856000', '133222.859000', '133222.862000', '133222.864000', '133222.868000', '133222.871000', '133222.874000', '133222.877000', '133222.880000', '133222.883000', '133222.886000', '133222.889000', '133222.891000', '133222.894000', '133222.897000', '133222.900000', '133222.903000', '133222.906000', '133222.909000', '133222.911000', '133222.914000', '133222.917000', '133222.920000', '133222.923000', '133222.926000', '133222.929000', '133222.932000', '133222.935000', '133222.938000', '133222.943000', '133222.947000', '133222.950000', '133222.953000', '133222.956000', '133222.958000', '133222.961000', '133222.964000', '133222.967000', '133222.970000', '133222.973000', '133222.976000', '133222.978000', '133242.853000', '133242.856000', '133242.859000', '133242.861000', '133242.868000', '133242.871000', '133242.874000', '133242.877000', '133242.880000', '133242.882000', '133242.885000', '133242.888000', '133242.891000', '133242.894000', '133242.897000', '133242.900000', '133242.903000', '133242.905000', '133242.908000', '133242.911000', '133242.914000', '133242.917000', '133242.920000', '133242.923000', '133242.926000', '133242.928000', '133242.931000', '133242.934000', '133242.937000', '133242.940000', '133242.943000', '133242.945000', '133242.948000', '133242.951000', '133242.954000', '133242.957000', '133242.960000', '133242.963000', '133242.965000', '133242.968000', '133242.971000', '133242.974000', '133242.977000', '133242.980000', '133302.853000', '133302.856000', '133302.859000', '133302.862000', '133302.865000', '133302.868000', '133302.871000', '133302.874000', '133302.876000', '133302.879000', '133302.882000', '133302.885000', '133302.888000', '133302.891000', '133302.894000', '133302.896000', '133302.899000', '133302.902000', '133302.905000', '133302.908000', '133302.911000', '133302.913000', '133302.916000', '133302.919000', '133302.922000', '133302.925000', '133302.928000', '133302.931000', '133302.934000', '133302.936000', '133302.939000', '133302.942000', '133302.945000', '133302.948000', '133302.951000', '133302.954000', '133302.956000', '133302.959000', '133302.969000', '133302.972000', '133302.975000', '133302.978000', '133302.981000', '133322.854000', '133322.857000', '133322.860000', '133322.869000', '133322.871000', '133322.874000', '133322.877000', '133322.880000', '133322.883000', '133322.886000', '133322.888000', '133322.891000', '133322.894000', '133322.897000', '133322.900000', '133322.903000', '133322.906000', '133322.909000', '133322.911000', '133322.914000', '133322.917000', '133322.920000', '133322.923000', '133322.926000', '133322.929000', '133322.932000', '133322.934000', '133322.937000', '133322.940000', '133322.943000', '133322.946000', '133322.949000', '133322.952000', '133322.954000', '133322.957000', '133322.960000', '133322.963000', '133322.966000', '133322.969000', '133322.971000', '133322.974000', '133322.977000', '133322.980000', '133322.983000', '133342.853000', '133342.856000', '133342.859000', '133342.862000', '133342.865000', '133342.867000', '133342.870000', '133342.873000', '133342.876000', '133342.879000', '133342.882000', '133342.885000', '133342.887000', '133342.890000', '133342.893000', '133342.896000', '133342.899000', '133342.902000', '133342.905000', '133342.909000', '133342.912000', '133342.915000', '133342.918000', '133342.921000', '133342.923000', '133342.926000', '133342.929000', '133342.932000', '133342.935000', '133342.938000', '133342.940000', '133342.943000', '133342.946000', '133342.949000', '133342.952000', '133342.955000', '133342.958000', '133342.961000', '133342.963000', '133342.966000', '133342.969000', '133342.972000', '133342.975000', '133402.853000', '133402.856000', '133402.859000', '133402.862000', '133402.865000', '133402.867000', '133402.870000', '133402.874000', '133402.877000', '133402.880000', '133402.883000', '133402.886000', '133402.888000', '133402.891000', '133402.894000', '133402.897000', '133402.900000', '133402.903000', '133402.906000', '133402.908000', '133402.911000', '133402.914000', '133402.917000', '133402.920000', '133402.923000', '133402.926000', '133402.929000', '133402.931000', '133402.934000', '133402.937000', '133402.940000', '133402.943000', '133402.946000', '133402.949000', '133402.951000', '133402.954000', '133402.957000', '133402.960000', '133402.963000', '133402.966000', '133402.969000', '133402.971000', '133402.974000', '133402.977000', '133403.258000'], 'InstanceCreationTime': ['132602.879000', '132602.887000', '132602.890000', '132602.893000', '132602.895000', '132602.898000', '132602.901000', '132602.904000', '132602.907000', '132602.909000', '132602.912000', '132602.916000', '132602.919000', '132602.922000', '132602.925000', '132602.928000', '132602.930000', '132602.933000', '132602.936000', '132602.939000', '132602.941000', '132602.944000', '132602.947000', '132602.950000', '132602.953000', '132602.956000', '132602.958000', '132602.963000', '132622.854000', '132622.860000', '132622.863000', '132622.865000', '132622.868000', '132622.871000', '132622.874000', '132622.877000', '132622.879000', '132622.882000', '132622.885000', '132622.888000', '132622.891000', '132622.894000', '132622.896000', '132622.899000', '132622.902000', '132622.905000', '132622.908000', '132622.911000', '132622.913000', '132622.916000', '132622.919000', '132622.922000', '132622.925000', '132622.927000', '132622.936000', '132622.939000', '132622.942000', '132622.945000', '132622.948000', '132622.950000', '132622.953000', '132622.956000', '132622.964000', '132622.966000', '132622.969000', '132622.972000', '132622.975000', '132622.978000', '132622.980000', '132622.983000', '132622.986000', '132622.989000', '132642.853000', '132642.856000', '132642.858000', '132642.861000', '132642.864000', '132642.867000', '132642.870000', '132642.873000', '132642.876000', '132642.879000', '132642.881000', '132642.884000', '132642.887000', '132642.890000', '132642.893000', '132642.895000', '132642.898000', '132642.901000', '132642.904000', '132642.907000', '132642.910000', '132642.912000', '132642.915000', '132642.918000', '132642.921000', '132642.924000', '132642.927000', '132642.929000', '132642.932000', '132642.935000', '132642.938000', '132642.941000', '132642.944000', '132642.946000', '132642.949000', '132642.952000', '132642.955000', '132642.958000', '132642.960000', '132642.969000', '132642.972000', '132642.975000', '132642.978000', '132702.853000', '132702.856000', '132702.859000', '132702.862000', '132702.864000', '132702.867000', '132702.870000', '132702.873000', '132702.876000', '132702.879000', '132702.881000', '132702.884000', '132702.887000', '132702.890000', '132702.893000', '132702.896000', '132702.898000', '132702.901000', '132702.904000', '132702.907000', '132702.910000', '132702.913000', '132702.915000', '132702.918000', '132702.921000', '132702.924000', '132702.927000', '132702.929000', '132702.932000', '132702.935000', '132702.938000', '132702.941000', '132702.944000', '132702.947000', '132702.949000', '132702.952000', '132702.955000', '132702.958000', '132702.961000', '132702.963000', '132702.975000', '132702.978000', '132702.981000', '132702.983000', '132722.853000', '132722.856000', '132722.859000', '132722.862000', '132722.864000', '132722.867000', '132722.870000', '132722.873000', '132722.876000', '132722.879000', '132722.881000', '132722.884000', '132722.887000', '132722.890000', '132722.893000', '132722.896000', '132722.898000', '132722.901000', '132722.904000', '132722.907000', '132722.910000', '132722.913000', '132722.915000', '132722.918000', '132722.921000', '132722.924000', '132722.927000', '132722.930000', '132722.933000', '132722.935000', '132722.938000', '132722.941000', '132722.944000', '132722.947000', '132722.950000', '132722.954000', '132722.957000', '132722.960000', '132722.962000', '132722.965000', '132722.968000', '132722.971000', '132722.974000', '132742.853000', '132742.856000', '132742.858000', '132742.861000', '132742.864000', '132742.867000', '132742.870000', '132742.873000', '132742.876000', '132742.879000', '132742.881000', '132742.884000', '132742.887000', '132742.890000', '132742.893000', '132742.896000', '132742.899000', '132742.901000', '132742.904000', '132742.907000', '132742.910000', '132742.913000', '132742.916000', '132742.918000', '132742.922000', '132742.924000', '132742.927000', '132742.930000', '132742.933000', '132742.936000', '132742.939000', '132742.941000', '132742.944000', '132742.947000', '132742.950000', '132742.953000', '132742.956000', '132742.959000', '132742.961000', '132742.964000', '132742.967000', '132742.970000', '132742.973000', '132742.976000', '132802.853000', '132802.856000', '132802.867000', '132802.870000', '132802.873000', '132802.875000', '132802.878000', '132802.881000', '132802.884000', '132802.887000', '132802.890000', '132802.893000', '132802.896000', '132802.898000', '132802.901000', '132802.904000', '132802.907000', '132802.910000', '132802.913000', '132802.915000', '132802.918000', '132802.921000', '132802.924000', '132802.927000', '132802.930000', '132802.933000', '132802.936000', '132802.938000', '132802.941000', '132802.944000', '132802.947000', '132802.950000', '132802.952000', '132802.955000', '132802.958000', '132802.961000', '132802.964000', '132802.967000', '132802.970000', '132802.972000', '132802.975000', '132802.978000', '132802.981000', '132822.853000', '132822.856000', '132822.859000', '132822.862000', '132822.865000', '132822.867000', '132822.870000', '132822.873000', '132822.876000', '132822.879000', '132822.882000', '132822.885000', '132822.887000', '132822.890000', '132822.893000', '132822.896000', '132822.899000', '132822.902000', '132822.905000', '132822.908000', '132822.910000', '132822.913000', '132822.916000', '132822.919000', '132822.922000', '132822.925000', '132822.927000', '132822.931000', '132822.933000', '132822.936000', '132822.939000', '132822.942000', '132822.945000', '132822.948000', '132822.950000', '132822.953000', '132822.956000', '132822.959000', '132822.962000', '132822.965000', '132822.968000', '132822.970000', '132822.973000', '132822.976000', '132842.854000', '132842.868000', '132842.870000', '132842.873000', '132842.876000', '132842.879000', '132842.882000', '132842.885000', '132842.888000', '132842.890000', '132842.893000', '132842.896000', '132842.899000', '132842.902000', '132842.905000', '132842.907000', '132842.910000', '132842.913000', '132842.916000', '132842.919000', '132842.922000', '132842.925000', '132842.928000', '132842.931000', '132842.933000', '132842.936000', '132842.939000', '132842.942000', '132842.945000', '132842.948000', '132842.950000', '132842.953000', '132842.956000', '132842.959000', '132842.962000', '132842.975000', '132842.978000', '132842.985000', '132842.988000', '132842.992000', '132842.996000', '132842.999000', '132843.002000', '132902.853000', '132902.856000', '132902.859000', '132902.862000', '132902.864000', '132902.867000', '132902.870000', '132902.873000', '132902.876000', '132902.879000', '132902.882000', '132902.884000', '132902.887000', '132902.890000', '132902.893000', '132902.896000', '132902.899000', '132902.901000', '132902.904000', '132902.907000', '132902.910000', '132902.913000', '132902.916000', '132902.919000', '132902.921000', '132902.924000', '132902.927000', '132902.930000', '132902.933000', '132902.936000', '132902.939000', '132902.942000', '132902.944000', '132902.947000', '132902.950000', '132902.953000', '132902.956000', '132902.959000', '132902.962000', '132902.964000', '132902.967000', '132902.970000', '132902.973000', '132902.976000', '132922.853000', '132922.856000', '132922.859000', '132922.861000', '132922.865000', '132922.867000', '132922.870000', '132922.873000', '132922.876000', '132922.879000', '132922.882000', '132922.884000', '132922.887000', '132922.890000', '132922.893000', '132922.896000', '132922.899000', '132922.902000', '132922.904000', '132922.907000', '132922.910000', '132922.913000', '132922.916000', '132922.918000', '132922.921000', '132922.924000', '132922.927000', '132922.930000', '132922.933000', '132922.936000', '132922.939000', '132922.941000', '132922.944000', '132922.947000', '132922.950000', '132922.953000', '132922.956000', '132922.959000', '132922.962000', '132922.964000', '132922.967000', '132922.970000', '132922.973000', '132942.853000', '132942.856000', '132942.859000', '132942.862000', '132942.868000', '132942.871000', '132942.874000', '132942.877000', '132942.880000', '132942.883000', '132942.886000', '132942.888000', '132942.891000', '132942.894000', '132942.897000', '132942.900000', '132942.903000', '132942.906000', '132942.908000', '132942.911000', '132942.914000', '132942.917000', '132942.920000', '132942.923000', '132942.925000', '132942.928000', '132942.931000', '132942.934000', '132942.937000', '132942.940000', '132942.943000', '132942.945000', '132942.948000', '132942.951000', '132942.954000', '132942.957000', '132942.960000', '132942.963000', '132942.965000', '132942.968000', '132942.971000', '132942.974000', '132942.977000', '133002.853000', '133002.856000', '133002.859000', '133002.861000', '133002.865000', '133002.867000', '133002.870000', '133002.873000', '133002.896000', '133002.899000', '133002.902000', '133002.904000', '133002.907000', '133002.910000', '133002.913000', '133002.916000', '133002.919000', '133002.922000', '133002.925000', '133002.927000', '133002.930000', '133002.933000', '133002.936000', '133002.939000', '133002.942000', '133002.944000', '133002.947000', '133002.950000', '133002.953000', '133002.956000', '133002.959000', '133002.962000', '133002.965000', '133002.968000', '133002.970000', '133002.973000', '133002.976000', '133002.979000', '133002.982000', '133002.984000', '133002.988000', '133002.990000', '133002.993000', '133002.996000', '133022.853000', '133022.856000', '133022.859000', '133022.862000', '133022.865000', '133022.868000', '133022.871000', '133022.873000', '133022.876000', '133022.879000', '133022.882000', '133022.885000', '133022.888000', '133022.891000', '133022.894000', '133022.897000', '133022.900000', '133022.914000', '133022.917000', '133022.920000', '133022.923000', '133022.926000', '133022.929000', '133022.931000', '133022.934000', '133022.937000', '133022.940000', '133022.943000', '133022.946000', '133022.949000', '133022.951000', '133022.954000', '133022.957000', '133022.960000', '133022.963000', '133022.966000', '133022.969000', '133022.971000', '133022.974000', '133022.977000', '133022.980000', '133022.983000', '133022.986000', '133042.853000', '133042.856000', '133042.859000', '133042.869000', '133042.872000', '133042.875000', '133042.878000', '133042.880000', '133042.883000', '133042.886000', '133042.889000', '133042.892000', '133042.895000', '133042.898000', '133042.900000', '133042.903000', '133042.906000', '133042.909000', '133042.912000', '133042.915000', '133042.918000', '133042.920000', '133042.923000', '133042.926000', '133042.929000', '133042.932000', '133042.934000', '133042.937000', '133042.940000', '133042.943000', '133042.946000', '133042.949000', '133042.952000', '133042.955000', '133042.957000', '133042.960000', '133042.963000', '133042.966000', '133042.969000', '133042.972000', '133042.974000', '133042.977000', '133042.980000', '133042.983000', '133102.854000', '133102.857000', '133102.860000', '133102.863000', '133102.866000', '133102.869000', '133102.871000', '133102.874000', '133102.877000', '133102.880000', '133102.883000', '133102.886000', '133102.889000', '133102.892000', '133102.895000', '133102.899000', '133102.902000', '133102.905000', '133102.908000', '133102.911000', '133102.914000', '133102.917000', '133102.920000', '133102.923000', '133102.925000', '133102.928000', '133102.931000', '133102.934000', '133102.937000', '133102.940000', '133102.943000', '133102.945000', '133102.948000', '133102.951000', '133102.954000', '133102.957000', '133102.960000', '133102.962000', '133102.965000', '133102.968000', '133102.971000', '133102.974000', '133102.977000', '133122.853000', '133122.856000', '133122.869000', '133122.872000', '133122.875000', '133122.878000', '133122.881000', '133122.884000', '133122.887000', '133122.890000', '133122.893000', '133122.895000', '133122.898000', '133122.901000', '133122.904000', '133122.907000', '133122.910000', '133122.912000', '133122.915000', '133122.918000', '133122.921000', '133122.924000', '133122.927000', '133122.930000', '133122.933000', '133122.935000', '133122.938000', '133122.941000', '133122.944000', '133122.947000', '133122.950000', '133122.953000', '133122.956000', '133122.959000', '133122.962000', '133122.964000', '133122.967000', '133122.970000', '133122.973000', '133122.976000', '133122.979000', '133122.981000', '133122.984000', '133122.987000', '133142.853000', '133142.856000', '133142.859000', '133142.862000', '133142.865000', '133142.867000', '133142.870000', '133142.873000', '133142.876000', '133142.879000', '133142.882000', '133142.885000', '133142.887000', '133142.890000', '133142.895000', '133142.898000', '133142.901000', '133142.904000', '133142.906000', '133142.909000', '133142.912000', '133142.915000', '133142.918000', '133142.921000', '133142.924000', '133142.927000', '133142.930000', '133142.944000', '133142.947000', '133142.950000', '133142.953000', '133142.956000', '133142.959000', '133142.961000', '133142.964000', '133142.967000', '133142.970000', '133142.973000', '133142.976000', '133142.979000', '133142.981000', '133142.984000', '133142.987000', '133202.853000', '133202.856000', '133202.859000', '133202.862000', '133202.865000', '133202.868000', '133202.870000', '133202.873000', '133202.876000', '133202.879000', '133202.882000', '133202.885000', '133202.887000', '133202.890000', '133202.893000', '133202.896000', '133202.899000', '133202.902000', '133202.905000', '133202.908000', '133202.910000', '133202.913000', '133202.916000', '133202.919000', '133202.922000', '133202.925000', '133202.927000', '133202.930000', '133202.933000', '133202.936000', '133202.939000', '133202.942000', '133202.945000', '133202.948000', '133202.950000', '133202.953000', '133202.956000', '133202.959000', '133202.962000', '133202.964000', '133202.967000', '133202.970000', '133202.973000', '133202.976000', '133222.853000', '133222.856000', '133222.859000', '133222.862000', '133222.864000', '133222.868000', '133222.871000', '133222.874000', '133222.877000', '133222.880000', '133222.883000', '133222.886000', '133222.889000', '133222.891000', '133222.894000', '133222.897000', '133222.900000', '133222.903000', '133222.906000', '133222.909000', '133222.911000', '133222.914000', '133222.917000', '133222.920000', '133222.923000', '133222.926000', '133222.929000', '133222.932000', '133222.935000', '133222.938000', '133222.943000', '133222.947000', '133222.950000', '133222.953000', '133222.956000', '133222.958000', '133222.961000', '133222.964000', '133222.967000', '133222.970000', '133222.973000', '133222.976000', '133222.978000', '133242.853000', '133242.856000', '133242.859000', '133242.861000', '133242.868000', '133242.871000', '133242.874000', '133242.877000', '133242.880000', '133242.882000', '133242.885000', '133242.888000', '133242.891000', '133242.894000', '133242.897000', '133242.900000', '133242.903000', '133242.905000', '133242.908000', '133242.911000', '133242.914000', '133242.917000', '133242.920000', '133242.923000', '133242.926000', '133242.928000', '133242.931000', '133242.934000', '133242.937000', '133242.940000', '133242.943000', '133242.945000', '133242.948000', '133242.951000', '133242.954000', '133242.957000', '133242.960000', '133242.963000', '133242.965000', '133242.968000', '133242.971000', '133242.974000', '133242.977000', '133242.980000', '133302.853000', '133302.856000', '133302.859000', '133302.862000', '133302.865000', '133302.868000', '133302.871000', '133302.874000', '133302.876000', '133302.879000', '133302.882000', '133302.885000', '133302.888000', '133302.891000', '133302.894000', '133302.896000', '133302.899000', '133302.902000', '133302.905000', '133302.908000', '133302.911000', '133302.913000', '133302.916000', '133302.919000', '133302.922000', '133302.925000', '133302.928000', '133302.931000', '133302.934000', '133302.936000', '133302.939000', '133302.942000', '133302.945000', '133302.948000', '133302.951000', '133302.954000', '133302.956000', '133302.959000', '133302.969000', '133302.972000', '133302.975000', '133302.978000', '133302.981000', '133322.854000', '133322.857000', '133322.860000', '133322.869000', '133322.871000', '133322.874000', '133322.877000', '133322.880000', '133322.883000', '133322.886000', '133322.888000', '133322.891000', '133322.894000', '133322.897000', '133322.900000', '133322.903000', '133322.906000', '133322.909000', '133322.911000', '133322.914000', '133322.917000', '133322.920000', '133322.923000', '133322.926000', '133322.929000', '133322.932000', '133322.934000', '133322.937000', '133322.940000', '133322.943000', '133322.946000', '133322.949000', '133322.952000', '133322.954000', '133322.957000', '133322.960000', '133322.963000', '133322.966000', '133322.969000', '133322.971000', '133322.974000', '133322.977000', '133322.980000', '133322.983000', '133342.853000', '133342.856000', '133342.859000', '133342.862000', '133342.865000', '133342.867000', '133342.870000', '133342.873000', '133342.876000', '133342.879000', '133342.882000', '133342.885000', '133342.887000', '133342.890000', '133342.893000', '133342.896000', '133342.899000', '133342.902000', '133342.905000', '133342.909000', '133342.912000', '133342.915000', '133342.918000', '133342.921000', '133342.923000', '133342.926000', '133342.929000', '133342.932000', '133342.935000', '133342.938000', '133342.940000', '133342.943000', '133342.946000', '133342.949000', '133342.952000', '133342.955000', '133342.958000', '133342.961000', '133342.963000', '133342.966000', '133342.969000', '133342.972000', '133342.975000', '133402.853000', '133402.856000', '133402.859000', '133402.862000', '133402.865000', '133402.867000', '133402.870000', '133402.874000', '133402.877000', '133402.880000', '133402.883000', '133402.886000', '133402.888000', '133402.891000', '133402.894000', '133402.897000', '133402.900000', '133402.903000', '133402.906000', '133402.908000', '133402.911000', '133402.914000', '133402.917000', '133402.920000', '133402.923000', '133402.926000', '133402.929000', '133402.931000', '133402.934000', '133402.937000', '133402.940000', '133402.943000', '133402.946000', '133402.949000', '133402.951000', '133402.954000', '133402.957000', '133402.960000', '133402.963000', '133402.966000', '133402.969000', '133402.971000', '133402.974000', '133402.977000', '133403.258000'], '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': [6261, 6251, 12688, 5883, 9517, 5911, 7103, 5896, 7607, 5708, 9542, 6024, 10046, 5598, 7363, 11002, 6802, 10649, 6362, 8064, 10327, 6491, 11648, 5816, 7747, 13753, 6987, 11350, 5892, 7347, 9673, 5817, 9877, 5898, 6604, 5892, 5638, 6639, 5682, 10153, 6327, 9205, 5728, 8661, 5850, 6926, 5908, 6224, 8606, 5972, 11186, 6107, 9354, 5776, 6983, 11818, 6112, 11382, 6574, 9049, 5586, 6961, 10838, 6489, 11192, 6906, 8820, 5887, 6329, 10858, 5831, 10631, 5972, 7919, 5637, 5954, 11760, 6187, 9854, 6045, 7724, 5888, 5745, 11200, 5672, 9832, 5981, 7017, 6421, 5950, 10692, 6028, 9363, 5738, 6278, 7106, 5955, 11765, 6349, 8381, 5869, 6248, 13385, 6508, 10652, 5857, 7567, 5993, 6012, 12439, 5740, 9836, 6544, 7893, 5835, 6185, 12786, 6289, 9573, 6239, 6016, 13138, 6237, 10330, 6115, 6536, 6225, 5934, 9159, 6060, 10052, 5972, 10048, 5961, 10295, 5688, 6742, 13195, 6383, 10600, 5861, 6347, 6572, 6000, 9804, 5830, 10749, 6050, 7919, 5951, 6540, 5795, 6543, 5555, 6061, 13360, 6504, 10820, 6110, 9390, 6056, 6709, 11691, 6904, 12931, 6376, 10518, 10348, 7242, 12853, 5937, 10862, 6244, 7318, 13607, 6892, 11034, 6023, 7326, 6034, 5935, 12826, 5816, 10161, 6011, 8446, 5946, 6961, 5796, 5772, 7260, 6030, 10259, 5810, 10031, 5949, 10434, 5803, 8452, 12315, 6247, 12597, 7597, 9997, 5901, 6239, 14063, 6068, 11778, 6462, 9156, 5870, 6380, 13356, 5695, 9856, 5897, 7317, 5927, 5575, 10301, 5544, 9476, 5826, 6112, 5807, 5786, 5979, 5649, 6128, 5723, 9309, 5836, 8170, 6124, 7814, 6010, 6059, 6355, 5641, 11361, 5492, 9604, 5477, 7130, 5766, 6247, 5476, 6114, 5624, 6077, 5613, 9277, 5254, 9995, 6175, 10882, 5968, 12704, 5819, 9332, 6142, 10917, 6686, 10409, 6137, 9382, 6487, 14031, 6842, 13379, 6668, 12740, 6428, 11897, 7098, 11330, 6103, 8604, 5923, 6783, 10603, 6279, 11731, 5932, 10814, 5888, 8963, 5744, 7773, 5631, 6249, 5952, 5528, 12436, 5984, 9733, 6192, 6561, 7505, 5575, 12077, 5810, 9028, 6020, 6408, 5960, 5416, 10520, 5844, 8823, 5761, 8472, 5966, 6327, 7662, 6111, 9295, 5722, 8083, 5500, 6026, 8561, 5732, 9214, 5705, 8282, 5558, 5805, 7282, 5447, 10537, 5929, 9088, 5932, 8211, 5650, 5704, 13606, 5600, 10729, 6023, 6827, 7099, 5618, 12374, 5746, 9084, 5846, 6191, 6000, 5700, 11055, 5918, 8767, 5878, 5611, 12551, 5981, 9852, 5623, 6656, 8054, 5723, 10885, 5843, 7659, 5779, 5463, 10719, 5949, 8875, 5875, 6116, 5925, 5549, 10255, 6070, 9377, 5737, 6958, 5700, 5900, 10015, 5996, 10402, 6087, 7670, 6055, 5718, 12035, 6089, 10056, 6012, 6807, 13241, 6231, 10734, 5984, 8019, 5791, 6510, 9355, 5941, 10596, 6308, 9225, 6054, 6506, 13592, 6346, 10454, 6187, 6923, 12545, 6217, 10816, 6577, 9126, 6007, 5857, 12760, 6596, 10105, 5918, 6377, 12722, 6117, 9565, 6044, 6167, 11847, 5763, 9584, 5969, 7229, 6016, 5572, 11586, 6348, 9844, 5957, 8425, 5770, 6980, 8401, 5806, 10848, 5895, 8321, 5795, 5916, 13742, 5823, 10289, 6251, 7314, 5877, 5493, 5927, 6038, 5871, 5891, 5714, 8808, 6007, 10739, 5906, 7999, 14808, 6611, 12571, 10892, 7756, 14629, 6335, 10733, 5922, 5978, 13439, 6056, 9651, 6004, 6570, 5508, 5465, 9925, 5789, 8084, 5852, 6809, 5508, 5622, 9983, 5763, 9665, 5840, 7607, 5988, 5727, 12317, 5999, 9292, 6340, 8329, 5916, 6869, 10147, 5751, 11339, 6123, 9289, 6070, 6082, 13863, 6111, 10289, 6303, 6078, 11235, 5586, 9074, 5711, 7205, 5647, 5321, 9686, 5459, 8184, 5624, 6508, 8061, 5639, 9130, 5631, 7786, 5761, 5958, 10435, 5886, 8739, 5799, 7136, 5967, 5968, 9801, 5645, 8896, 5974, 7326, 11627, 6131, 10200, 5962, 8456, 5837, 7756, 5997, 6994, 5826, 6969, 11695, 5941, 10024, 6307, 9419, 9321, 6322, 14024, 6768, 10535, 10543, 6435, 14480, 6499, 10076, 7750, 6488, 13836, 6379, 10394, 6565, 6473, 13246, 6207, 8880, 6035, 7075, 7720, 5981, 8662, 5944, 6973, 5585, 5934, 10537, 6052, 8459, 6070, 5783, 12395, 5609, 9394, 5758, 5930, 13459, 6159, 8791, 5848, 5751, 11061, 5642, 8337, 5624, 7490, 5979, 6187, 5552, 6075, 9917, 6054, 7587, 6164, 5943, 11110, 5809, 7901, 13206, 6374, 11420, 6623, 6946, 7409, 5575, 9169, 5777, 8136, 5511, 7423, 5511, 6214, 10105, 5694, 8848, 9269, 6114, 13210, 6656, 9725, 8552, 6403, 13541, 5914, 10531, 6070, 6242, 12675, 6046, 11122, 5745, 7678, 7122, 6108, 12193, 5705, 9893, 5719, 6210, 12310, 6301, 11277, 6057, 8412, 5691, 5793, 12215, 6062, 9410, 5648, 6383, 10261, 6183, 8932, 5921, 7508, 5595, 6431, 6526, 6235, 8062, 5647, 9942, 5711, 8959, 5847, 7135, 5767, 6032, 13035, 6017, 10937, 5870, 8226, 5832, 7095, 5778, 6582, 9903, 5706, 9640, 6410, 9497, 6248, 7926, 5896, 6596, 12648, 5920, 9015, 5546, 5986, 12151, 5964, 8671, 5553, 5792, 8769, 5439, 9158, 5791, 6814, 7671, 5744, 8857, 5803, 8207, 5954, 7088, 5884, 5770, 7905, 5655, 9502, 5547, 8582, 5768, 7353, 5497, 8292, 12558, 6100, 10947, 6179, 9068, 5890, 7765, 9548, 6145, 13655, 6599, 11391, 6297, 7566, 12947, 6529, 12220, 6184, 7724, 11197, 6061, 12273, 6028, 8593, 8451, 5979, 11943, 5928, 7321, 9504, 5991, 9313, 5591, 6080, 8040, 5736, 9013, 5811, 6502, 8794, 5656, 8873, 5593, 6840, 8597, 5589, 8378, 5975, 6701, 5793, 5935, 10342, 5852, 8233, 5760, 6237, 9566, 5870, 9337, 5923, 8386, 10749, 6692, 12301, 6223, 9794, 6747, 6872, 13445, 6092, 11138, 6057, 6872, 12411, 6029, 9619, 5893, 8898, 8392, 6110, 10757, 6244, 10201, 5833, 7074, 13213, 6357, 10947, 6121, 7574, 12239, 6052, 10673, 6008, 7142, 5898, 6177, 10682, 6382, 9550, 6171, 9562, 6036, 8479, 5648, 7840, 5779, 7238, 13081, 6553, 11189, 8888, 7380, 13150, 6546, 11337, 6356, 8065, 5902, 7541, 10194, 5895, 12601, 6176, 8891, 9964, 6179, 11975, 6191, 8806, 5885, 5997, 6647, 5816, 10465, 5742, 9040, 6078, 8059, 6046, 8363, 8459, 6153, 11027, 6676, 8869, 6007, 5737, 9492, 5912, 9257, 6168, 9287, 6327, 8348, 8313, 6402, 11338, 6489, 8429, 6146, 7974, 5730, 7715, 8247, 6608, 11717, 5772, 11169, 6026, 9056, 7486, 6548, 12470, 5994, 9830, 6384, 6791, 11449, 5927, 8533, 7557, 6073, 9254, 5639, 6855, 5565, 5466, 8523, 5950, 8100, 5695, 7343, 5585, 6230, 10242, 6134, 8280, 5861, 7480, 9995, 6034, 9891, 6263, 8936, 10405, 6278, 11048, 6593, 8154, 11857, 6450, 11307, 5831, 6831, 11352, 6028, 9686, 5664, 6349, 10960, 6000, 8942, 5673, 6618, 9916, 6325, 8334, 5811, 6986, 9827, 5713, 8711, 5818, 8080, 10745, 6352, 10127, 6176, 7651, 11047, 5958, 10464, 5713, 7077, 11977, 6520, 9095, 7907, 6416, 10968, 5947, 8371, 7347, 6090, 9711, 6091, 8621, 5729, 7496, 8093, 6177, 9486, 6060, 7760, 5709, 6549, 5634, 6747, 10792, 5896, 9790, 5963, 8819, 5796, 6644, 11425, 6612, 10605, 6604, 10376, 9008, 6866, 12289, 7124, 9353, 5696, 6589, 9903, 6114, 9472, 7123, 9439, 6035, 9161, 6459, 7990, 11390, 6864, 10441, 6150, 8687, 10117, 5983, 9948, 6274, 7710, 7365, 5990, 10326, 6240, 8905, 6176, 8317, 5852, 8371, 6126, 9239, 5876, 8268, 6029, 7460, 10204, 6252], 'WindowCenter': [3493.0, 3478.0, 3542.0, 3456.0, 3509.0, 3454.0, 3476.0, 3467.0, 3498.0, 3467.0, 3518.0, 3478.0, 3532.0, 3457.0, 3500.0, 3531.0, 3486.0, 3529.0, 3477.0, 3497.0, 3520.0, 3477.0, 3526.0, 3453.0, 3483.0, 3537.0, 3474.0, 3516.0, 3453.0, 3473.0, 3493.0, 3438.0, 3504.0, 3441.0, 3461.0, 3452.0, 3454.0, 3475.0, 3462.0, 3517.0, 3477.0, 3508.0, 3466.0, 3508.0, 3455.0, 3490.0, 3468.0, 3468.0, 3509.0, 3467.0, 3526.0, 3466.0, 3509.0, 3455.0, 3486.0, 3526.0, 3465.0, 3517.0, 3475.0, 3494.0, 3454.0, 3476.0, 3517.0, 3464.0, 3517.0, 3475.0, 3495.0, 3451.0, 3462.0, 3515.0, 3452.0, 3503.0, 3452.0, 3483.0, 3450.0, 3450.0, 3515.0, 3449.0, 3505.0, 3453.0, 3484.0, 3452.0, 3452.0, 3513.0, 3453.0, 3506.0, 3464.0, 3475.0, 3463.0, 3464.0, 3516.0, 3453.0, 3505.0, 3455.0, 3464.0, 3473.0, 3464.0, 3526.0, 3464.0, 3496.0, 3453.0, 3462.0, 3537.0, 3462.0, 3516.0, 3452.0, 3485.0, 3453.0, 3464.0, 3527.0, 3453.0, 3505.0, 3462.0, 3486.0, 3466.0, 3466.0, 3539.0, 3477.0, 3519.0, 3464.0, 3463.0, 3536.0, 3466.0, 3517.0, 3453.0, 3465.0, 3468.0, 3465.0, 3507.0, 3464.0, 3517.0, 3468.0, 3519.0, 3480.0, 3532.0, 3467.0, 3478.0, 3542.0, 3479.0, 3532.0, 3468.0, 3477.0, 3476.0, 3466.0, 3520.0, 3468.0, 3531.0, 3467.0, 3498.0, 3467.0, 3476.0, 3470.0, 3478.0, 3454.0, 3479.0, 3556.0, 3479.0, 3531.0, 3469.0, 3511.0, 3467.0, 3478.0, 3543.0, 3490.0, 3541.0, 3466.0, 3520.0, 3508.0, 3473.0, 3528.0, 3453.0, 3516.0, 3464.0, 3475.0, 3539.0, 3474.0, 3516.0, 3450.0, 3472.0, 3451.0, 3452.0, 3527.0, 3453.0, 3505.0, 3463.0, 3483.0, 3450.0, 3471.0, 3453.0, 3452.0, 3487.0, 3465.0, 3520.0, 3456.0, 3520.0, 3466.0, 3519.0, 3453.0, 3499.0, 3530.0, 3479.0, 3528.0, 3489.0, 3507.0, 3440.0, 3439.0, 3525.0, 3448.0, 3510.0, 3450.0, 3490.0, 3438.0, 3450.0, 3524.0, 3439.0, 3492.0, 3440.0, 3460.0, 3449.0, 3440.0, 3504.0, 3440.0, 3493.0, 3440.0, 3448.0, 3440.0, 3440.0, 3451.0, 3452.0, 3450.0, 3453.0, 3506.0, 3456.0, 3499.0, 3468.0, 3500.0, 3479.0, 3467.0, 3477.0, 3469.0, 3533.0, 3459.0, 3553.0, 3473.0, 3477.0, 3456.0, 3450.0, 3440.0, 3466.0, 3453.0, 3452.0, 3439.0, 3478.0, 3457.0, 3522.0, 3465.0, 3532.0, 3469.0, 3542.0, 3469.0, 3510.0, 3468.0, 3533.0, 3492.0, 3536.0, 3483.0, 3525.0, 3482.0, 3555.0, 3478.0, 3555.0, 3480.0, 3542.0, 3479.0, 3531.0, 3479.0, 3532.0, 3469.0, 3500.0, 3465.0, 3478.0, 3520.0, 3465.0, 3531.0, 3467.0, 3519.0, 3457.0, 3499.0, 3455.0, 3488.0, 3455.0, 3464.0, 3452.0, 3444.0, 3529.0, 3467.0, 3509.0, 3455.0, 3465.0, 3475.0, 3439.0, 3526.0, 3454.0, 3494.0, 3455.0, 3465.0, 3466.0, 3456.0, 3517.0, 3456.0, 3498.0, 3455.0, 3498.0, 3464.0, 3466.0, 3486.0, 3467.0, 3510.0, 3457.0, 3496.0, 3446.0, 3468.0, 3496.0, 3454.0, 3509.0, 3455.0, 3499.0, 3446.0, 3455.0, 3489.0, 3456.0, 3519.0, 3468.0, 3496.0, 3464.0, 3500.0, 3456.0, 3456.0, 3540.0, 3455.0, 3518.0, 3453.0, 3465.0, 3476.0, 3454.0, 3528.0, 3442.0, 3497.0, 3443.0, 3454.0, 3455.0, 3454.0, 3517.0, 3452.0, 3498.0, 3443.0, 3443.0, 3526.0, 3454.0, 3504.0, 3454.0, 3465.0, 3484.0, 3452.0, 3517.0, 3454.0, 3486.0, 3443.0, 3443.0, 3507.0, 3451.0, 3496.0, 3454.0, 3455.0, 3454.0, 3444.0, 3507.0, 3468.0, 3510.0, 3466.0, 3488.0, 3457.0, 3457.0, 3522.0, 3466.0, 3519.0, 3467.0, 3489.0, 3466.0, 3455.0, 3532.0, 3469.0, 3520.0, 3467.0, 3478.0, 3541.0, 3468.0, 3521.0, 3467.0, 3487.0, 3454.0, 3468.0, 3510.0, 3468.0, 3521.0, 3478.0, 3509.0, 3465.0, 3467.0, 3542.0, 3468.0, 3520.0, 3465.0, 3476.0, 3529.0, 3466.0, 3518.0, 3477.0, 3508.0, 3455.0, 3454.0, 3531.0, 3462.0, 3507.0, 3454.0, 3463.0, 3529.0, 3453.0, 3508.0, 3454.0, 3452.0, 3517.0, 3439.0, 3506.0, 3452.0, 3477.0, 3455.0, 3444.0, 3516.0, 3462.0, 3507.0, 3454.0, 3496.0, 3455.0, 3475.0, 3496.0, 3455.0, 3517.0, 3454.0, 3500.0, 3456.0, 3454.0, 3538.0, 3441.0, 3519.0, 3465.0, 3474.0, 3457.0, 3452.0, 3453.0, 3467.0, 3457.0, 3468.0, 3468.0, 3513.0, 3471.0, 3535.0, 3465.0, 3498.0, 3554.0, 3467.0, 3532.0, 3519.0, 3473.0, 3539.0, 3453.0, 3507.0, 3439.0, 3440.0, 3526.0, 3451.0, 3492.0, 3451.0, 3463.0, 3439.0, 3440.0, 3507.0, 3443.0, 3486.0, 3456.0, 3466.0, 3442.0, 3454.0, 3508.0, 3454.0, 3508.0, 3456.0, 3488.0, 3454.0, 3454.0, 3527.0, 3455.0, 3508.0, 3467.0, 3497.0, 3456.0, 3477.0, 3519.0, 3453.0, 3518.0, 3454.0, 3509.0, 3456.0, 3453.0, 3538.0, 3454.0, 3506.0, 3465.0, 3455.0, 3517.0, 3444.0, 3495.0, 3455.0, 3489.0, 3456.0, 3446.0, 3508.0, 3445.0, 3499.0, 3456.0, 3468.0, 3497.0, 3457.0, 3509.0, 3453.0, 3487.0, 3457.0, 3468.0, 3521.0, 3458.0, 3499.0, 3455.0, 3479.0, 3466.0, 3469.0, 3521.0, 3459.0, 3508.0, 3468.0, 3500.0, 3532.0, 3470.0, 3520.0, 3482.0, 3501.0, 3469.0, 3490.0, 3470.0, 3492.0, 3471.0, 3491.0, 3545.0, 3482.0, 3523.0, 3478.0, 3524.0, 3512.0, 3477.0, 3542.0, 3476.0, 3520.0, 3520.0, 3468.0, 3540.0, 3467.0, 3507.0, 3474.0, 3464.0, 3541.0, 3466.0, 3508.0, 3462.0, 3464.0, 3524.0, 3454.0, 3496.0, 3454.0, 3474.0, 3485.0, 3455.0, 3497.0, 3455.0, 3477.0, 3444.0, 3466.0, 3508.0, 3455.0, 3487.0, 3455.0, 3445.0, 3530.0, 3443.0, 3497.0, 3442.0, 3454.0, 3527.0, 3453.0, 3486.0, 3443.0, 3440.0, 3517.0, 3455.0, 3482.0, 3455.0, 3475.0, 3467.0, 3468.0, 3446.0, 3468.0, 3509.0, 3468.0, 3490.0, 3468.0, 3466.0, 3521.0, 3455.0, 3488.0, 3527.0, 3466.0, 3520.0, 3466.0, 3477.0, 3474.0, 3447.0, 3509.0, 3456.0, 3501.0, 3460.0, 3492.0, 3457.0, 3469.0, 3521.0, 3455.0, 3514.0, 3512.0, 3468.0, 3542.0, 3465.0, 3523.0, 3500.0, 3466.0, 3541.0, 3453.0, 3517.0, 3457.0, 3467.0, 3530.0, 3454.0, 3519.0, 3456.0, 3476.0, 3463.0, 3455.0, 3529.0, 3455.0, 3510.0, 3443.0, 3452.0, 3530.0, 3465.0, 3517.0, 3453.0, 3485.0, 3438.0, 3441.0, 3518.0, 3454.0, 3495.0, 3443.0, 3467.0, 3508.0, 3456.0, 3495.0, 3454.0, 3474.0, 3444.0, 3465.0, 3466.0, 3466.0, 3488.0, 3456.0, 3509.0, 3455.0, 3498.0, 3453.0, 3476.0, 3457.0, 3456.0, 3531.0, 3456.0, 3517.0, 3452.0, 3486.0, 3456.0, 3476.0, 3456.0, 3477.0, 3506.0, 3466.0, 3510.0, 3467.0, 3522.0, 3482.0, 3500.0, 3457.0, 3479.0, 3543.0, 3458.0, 3500.0, 3446.0, 3466.0, 3530.0, 3454.0, 3498.0, 3443.0, 3455.0, 3497.0, 3443.0, 3509.0, 3455.0, 3467.0, 3488.0, 3456.0, 3499.0, 3456.0, 3499.0, 3457.0, 3478.0, 3455.0, 3458.0, 3501.0, 3458.0, 3509.0, 3458.0, 3499.0, 3459.0, 3491.0, 3459.0, 3512.0, 3543.0, 3472.0, 3534.0, 3468.0, 3510.0, 3459.0, 3501.0, 3523.0, 3470.0, 3543.0, 3480.0, 3533.0, 3469.0, 3490.0, 3531.0, 3467.0, 3528.0, 3456.0, 3489.0, 3518.0, 3456.0, 3531.0, 3453.0, 3498.0, 3483.0, 3453.0, 3516.0, 3453.0, 3475.0, 3497.0, 3453.0, 3494.0, 3431.0, 3453.0, 3472.0, 3443.0, 3497.0, 3442.0, 3465.0, 3485.0, 3442.0, 3496.0, 3443.0, 3466.0, 3496.0, 3442.0, 3486.0, 3455.0, 3467.0, 3453.0, 3456.0, 3520.0, 3456.0, 3498.0, 3455.0, 3467.0, 3510.0, 3457.0, 3510.0, 3468.0, 3498.0, 3520.0, 3479.0, 3529.0, 3467.0, 3523.0, 3467.0, 3478.0, 3543.0, 3468.0, 3531.0, 3455.0, 3468.0, 3529.0, 3469.0, 3509.0, 3455.0, 3500.0, 3497.0, 3456.0, 3520.0, 3466.0, 3520.0, 3455.0, 3478.0, 3528.0, 3464.0, 3520.0, 3456.0, 3489.0, 3531.0, 3454.0, 3519.0, 3455.0, 3474.0, 3454.0, 3455.0, 3517.0, 3467.0, 3510.0, 3467.0, 3510.0, 3467.0, 3500.0, 3455.0, 3499.0, 3458.0, 3490.0, 3542.0, 3466.0, 3521.0, 3498.0, 3476.0, 3529.0, 3450.0, 3518.0, 3453.0, 3485.0, 3443.0, 3501.0, 3519.0, 3455.0, 3527.0, 3452.0, 3484.0, 3493.0, 3452.0, 3516.0, 3454.0, 3493.0, 3439.0, 3451.0, 3464.0, 3455.0, 3503.0, 3454.0, 3495.0, 3453.0, 3487.0, 3454.0, 3497.0, 3487.0, 3456.0, 3506.0, 3464.0, 3483.0, 3451.0, 3456.0, 3495.0, 3443.0, 3495.0, 3454.0, 3496.0, 3466.0, 3487.0, 3485.0, 3464.0, 3519.0, 3465.0, 3484.0, 3452.0, 3482.0, 3442.0, 3473.0, 3485.0, 3467.0, 3531.0, 3454.0, 3519.0, 3451.0, 3497.0, 3475.0, 3465.0, 3529.0, 3451.0, 3507.0, 3453.0, 3462.0, 3517.0, 3454.0, 3482.0, 3473.0, 3441.0, 3494.0, 3441.0, 3452.0, 3430.0, 3431.0, 3484.0, 3452.0, 3484.0, 3455.0, 3476.0, 3443.0, 3454.0, 3518.0, 3466.0, 3499.0, 3456.0, 3489.0, 3508.0, 3453.0, 3511.0, 3464.0, 3498.0, 3520.0, 3466.0, 3516.0, 3464.0, 3486.0, 3528.0, 3464.0, 3517.0, 3441.0, 3463.0, 3518.0, 3452.0, 3496.0, 3440.0, 3452.0, 3519.0, 3454.0, 3497.0, 3441.0, 3464.0, 3507.0, 3465.0, 3484.0, 3442.0, 3477.0, 3508.0, 3454.0, 3498.0, 3456.0, 3499.0, 3518.0, 3465.0, 3519.0, 3454.0, 3487.0, 3519.0, 3453.0, 3517.0, 3454.0, 3473.0, 3518.0, 3463.0, 3496.0, 3485.0, 3451.0, 3507.0, 3453.0, 3487.0, 3473.0, 3453.0, 3492.0, 3452.0, 3482.0, 3455.0, 3476.0, 3486.0, 3454.0, 3508.0, 3453.0, 3487.0, 3455.0, 3467.0, 3455.0, 3465.0, 3517.0, 3456.0, 3504.0, 3468.0, 3511.0, 3454.0, 3465.0, 3519.0, 3466.0, 3506.0, 3466.0, 3519.0, 3497.0, 3465.0, 3516.0, 3463.0, 3496.0, 3442.0, 3463.0, 3494.0, 3453.0, 3495.0, 3477.0, 3497.0, 3454.0, 3497.0, 3455.0, 3486.0, 3517.0, 3464.0, 3504.0, 3454.0, 3486.0, 3505.0, 3442.0, 3492.0, 3450.0, 3471.0, 3474.0, 3454.0, 3506.0, 3452.0, 3484.0, 3453.0, 3485.0, 3456.0, 3496.0, 3469.0, 3511.0, 3456.0, 3500.0, 3468.0, 3486.0, 3520.0, 3465.0], 'WindowWidth': [7961.0, 7933.0, 8020.0, 7899.0, 7970.0, 7893.0, 7923.0, 7917.0, 7955.0, 7915.0, 7983.0, 7932.0, 8007.0, 7904.0, 7962.0, 8006.0, 7940.0, 8000.0, 7925.0, 7952.0, 7985.0, 7925.0, 7990.0, 7888.0, 7928.0, 8005.0, 7915.0, 7975.0, 7887.0, 7913.0, 7938.0, 7862.0, 7956.0, 7868.0, 7896.0, 7887.0, 7892.0, 7920.0, 7901.0, 7977.0, 7925.0, 7967.0, 7914.0, 7968.0, 7896.0, 7948.0, 7916.0, 7916.0, 7973.0, 7916.0, 7992.0, 7909.0, 7970.0, 7896.0, 7936.0, 7992.0, 7907.0, 7978.0, 7919.0, 7945.0, 7893.0, 7922.0, 7977.0, 7904.0, 7978.0, 7918.0, 7946.0, 7885.0, 7900.0, 7972.0, 7884.0, 7954.0, 7884.0, 7926.0, 7882.0, 7882.0, 7971.0, 7880.0, 7958.0, 7887.0, 7929.0, 7886.0, 7884.0, 7967.0, 7888.0, 7961.0, 7904.0, 7920.0, 7901.0, 7904.0, 7974.0, 7887.0, 7958.0, 7895.0, 7907.0, 7917.0, 7904.0, 7989.0, 7902.0, 7947.0, 7890.0, 7900.0, 8005.0, 7900.0, 7975.0, 7885.0, 7931.0, 7888.0, 7903.0, 7989.0, 7888.0, 7960.0, 7902.0, 7935.0, 7913.0, 7912.0, 8010.0, 7928.0, 7983.0, 7905.0, 7902.0, 8007.0, 7911.0, 7978.0, 7889.0, 7907.0, 7915.0, 7909.0, 7967.0, 7907.0, 7980.0, 7917.0, 7987.0, 7937.0, 8005.0, 7915.0, 7930.0, 8019.0, 7932.0, 8004.0, 7919.0, 7927.0, 7923.0, 7911.0, 7986.0, 7916.0, 8002.0, 7915.0, 7956.0, 7914.0, 7927.0, 7923.0, 7932.0, 7896.0, 7934.0, 8044.0, 7933.0, 8005.0, 7920.0, 7978.0, 7913.0, 7931.0, 8023.0, 7947.0, 8017.0, 7910.0, 7987.0, 7964.0, 7915.0, 7992.0, 7885.0, 7973.0, 7902.0, 7917.0, 8009.0, 7916.0, 7973.0, 7881.0, 7909.0, 7881.0, 7885.0, 7988.0, 7885.0, 7957.0, 7901.0, 7925.0, 7881.0, 7910.0, 7886.0, 7886.0, 7937.0, 7909.0, 7985.0, 7895.0, 7984.0, 7907.0, 7982.0, 7891.0, 7956.0, 8000.0, 7930.0, 7994.0, 7942.0, 7964.0, 7866.0, 7863.0, 7983.0, 7873.0, 7958.0, 7877.0, 7930.0, 7859.0, 7876.0, 7979.0, 7861.0, 7932.0, 7864.0, 7890.0, 7877.0, 7866.0, 7953.0, 7865.0, 7935.0, 7864.0, 7873.0, 7864.0, 7866.0, 7881.0, 7885.0, 7882.0, 7889.0, 7962.0, 7898.0, 7957.0, 7918.0, 7959.0, 7933.0, 7915.0, 7927.0, 7917.0, 8006.0, 7907.0, 8053.0, 7935.0, 7925.0, 7891.0, 7876.0, 7866.0, 7906.0, 7889.0, 7882.0, 7862.0, 7905.0, 7901.0, 7991.0, 7909.0, 8002.0, 7916.0, 8017.0, 7916.0, 7970.0, 7917.0, 8006.0, 7955.0, 8017.0, 7944.0, 8002.0, 7940.0, 8038.0, 7929.0, 8038.0, 7934.0, 8017.0, 7930.0, 8001.0, 7929.0, 8003.0, 7917.0, 7958.0, 7905.0, 7927.0, 7983.0, 7906.0, 7999.0, 7910.0, 7981.0, 7897.0, 7953.0, 7892.0, 7941.0, 7892.0, 7905.0, 7884.0, 7876.0, 7993.0, 7910.0, 7967.0, 7890.0, 7904.0, 7915.0, 7864.0, 7987.0, 7889.0, 7942.0, 7892.0, 7903.0, 7910.0, 7895.0, 7975.0, 7893.0, 7951.0, 7894.0, 7950.0, 7903.0, 7908.0, 7934.0, 7910.0, 7968.0, 7897.0, 7948.0, 7882.0, 7912.0, 7947.0, 7890.0, 7967.0, 7893.0, 7954.0, 7882.0, 7893.0, 7942.0, 7895.0, 7984.0, 7914.0, 7947.0, 7904.0, 7957.0, 7895.0, 7894.0, 8013.0, 7890.0, 7977.0, 7886.0, 7903.0, 7919.0, 7888.0, 7989.0, 7870.0, 7946.0, 7872.0, 7887.0, 7890.0, 7889.0, 7974.0, 7883.0, 7949.0, 7872.0, 7872.0, 7986.0, 7888.0, 7952.0, 7888.0, 7905.0, 7928.0, 7884.0, 7973.0, 7890.0, 7931.0, 7872.0, 7872.0, 7961.0, 7882.0, 7946.0, 7890.0, 7891.0, 7889.0, 7876.0, 7962.0, 7912.0, 7970.0, 7914.0, 7942.0, 7898.0, 7898.0, 7988.0, 7912.0, 7983.0, 7912.0, 7942.0, 7908.0, 7895.0, 8003.0, 7916.0, 7983.0, 7910.0, 7925.0, 8013.0, 7913.0, 7985.0, 7911.0, 7936.0, 7890.0, 7913.0, 7970.0, 7913.0, 7988.0, 7929.0, 7969.0, 7907.0, 7912.0, 8016.0, 7913.0, 7983.0, 7907.0, 7921.0, 7993.0, 7908.0, 7980.0, 7924.0, 7965.0, 7892.0, 7889.0, 7999.0, 7899.0, 7961.0, 7890.0, 7899.0, 7992.0, 7885.0, 7962.0, 7888.0, 7883.0, 7973.0, 7865.0, 7957.0, 7884.0, 7921.0, 7891.0, 7876.0, 7974.0, 7899.0, 7960.0, 7890.0, 7947.0, 7894.0, 7920.0, 7948.0, 7893.0, 7975.0, 7890.0, 7957.0, 7894.0, 7891.0, 8005.0, 7869.0, 7979.0, 7904.0, 7917.0, 7901.0, 7887.0, 7885.0, 7911.0, 7902.0, 7918.0, 7919.0, 7981.0, 7924.0, 8013.0, 7912.0, 7956.0, 8034.0, 7910.0, 8001.0, 7977.0, 7912.0, 8005.0, 7885.0, 7957.0, 7860.0, 7861.0, 7982.0, 7878.0, 7933.0, 7881.0, 7897.0, 7862.0, 7866.0, 7959.0, 7873.0, 7931.0, 7894.0, 7906.0, 7872.0, 7891.0, 7964.0, 7890.0, 7965.0, 7896.0, 7938.0, 7889.0, 7889.0, 7990.0, 7892.0, 7964.0, 7910.0, 7949.0, 7893.0, 7922.0, 7980.0, 7887.0, 7978.0, 7890.0, 7966.0, 7892.0, 7886.0, 8004.0, 7888.0, 7959.0, 7903.0, 7889.0, 7973.0, 7874.0, 7942.0, 7891.0, 7941.0, 7894.0, 7882.0, 7966.0, 7880.0, 7954.0, 7895.0, 7913.0, 7952.0, 7898.0, 7967.0, 7890.0, 7937.0, 7896.0, 7911.0, 7985.0, 7899.0, 7953.0, 7894.0, 7929.0, 7910.0, 7916.0, 7989.0, 7903.0, 7968.0, 7913.0, 7962.0, 8005.0, 7918.0, 7986.0, 7938.0, 7960.0, 7918.0, 7947.0, 7919.0, 7951.0, 7924.0, 7951.0, 8026.0, 7939.0, 7996.0, 7930.0, 7995.0, 7977.0, 7926.0, 8016.0, 7921.0, 7985.0, 7983.0, 7911.0, 8011.0, 7908.0, 7963.0, 7914.0, 7901.0, 8011.0, 7905.0, 7963.0, 7895.0, 7899.0, 7981.0, 7887.0, 7944.0, 7888.0, 7916.0, 7930.0, 7889.0, 7948.0, 7889.0, 7921.0, 7876.0, 7907.0, 7964.0, 7891.0, 7934.0, 7890.0, 7875.0, 7994.0, 7873.0, 7947.0, 7870.0, 7888.0, 7986.0, 7885.0, 7931.0, 7872.0, 7866.0, 7973.0, 7890.0, 7923.0, 7890.0, 7917.0, 7912.0, 7915.0, 7882.0, 7913.0, 7969.0, 7912.0, 7944.0, 7913.0, 7909.0, 7983.0, 7892.0, 7938.0, 7990.0, 7904.0, 7980.0, 7906.0, 7922.0, 7915.0, 7884.0, 7965.0, 7893.0, 7959.0, 7909.0, 7952.0, 7898.0, 7917.0, 7988.0, 7896.0, 7981.0, 7974.0, 7913.0, 8015.0, 7905.0, 7992.0, 7955.0, 7908.0, 8012.0, 7888.0, 7977.0, 7895.0, 7908.0, 7993.0, 7887.0, 7979.0, 7895.0, 7919.0, 7897.0, 7889.0, 7992.0, 7892.0, 7968.0, 7871.0, 7884.0, 7995.0, 7903.0, 7971.0, 7882.0, 7927.0, 7859.0, 7865.0, 7973.0, 7885.0, 7942.0, 7871.0, 7908.0, 7964.0, 7893.0, 7943.0, 7888.0, 7913.0, 7874.0, 7902.0, 7905.0, 7908.0, 7937.0, 7894.0, 7968.0, 7893.0, 7950.0, 7887.0, 7919.0, 7897.0, 7894.0, 7997.0, 7894.0, 7975.0, 7886.0, 7933.0, 7893.0, 7919.0, 7892.0, 7923.0, 7959.0, 7912.0, 7972.0, 7912.0, 7990.0, 7938.0, 7958.0, 7897.0, 7928.0, 8017.0, 7898.0, 7957.0, 7882.0, 7909.0, 7996.0, 7889.0, 7951.0, 7874.0, 7893.0, 7950.0, 7875.0, 7966.0, 7893.0, 7909.0, 7939.0, 7897.0, 7955.0, 7896.0, 7953.0, 7896.0, 7925.0, 7893.0, 7900.0, 7959.0, 7901.0, 7968.0, 7903.0, 7956.0, 7904.0, 7950.0, 7905.0, 7977.0, 8023.0, 7927.0, 8008.0, 7915.0, 7974.0, 7905.0, 7963.0, 7992.0, 7918.0, 8020.0, 7932.0, 8007.0, 7916.0, 7944.0, 8001.0, 7909.0, 7993.0, 7895.0, 7940.0, 7978.0, 7894.0, 7996.0, 7886.0, 7949.0, 7926.0, 7886.0, 7971.0, 7886.0, 7915.0, 7946.0, 7882.0, 7939.0, 7852.0, 7884.0, 7909.0, 7871.0, 7945.0, 7870.0, 7902.0, 7929.0, 7872.0, 7944.0, 7873.0, 7905.0, 7946.0, 7871.0, 7932.0, 7890.0, 7908.0, 7889.0, 7895.0, 7981.0, 7896.0, 7951.0, 7895.0, 7911.0, 7971.0, 7898.0, 7970.0, 7913.0, 7952.0, 7985.0, 7929.0, 7995.0, 7911.0, 7991.0, 7910.0, 7925.0, 8017.0, 7913.0, 8000.0, 7892.0, 7910.0, 7995.0, 7915.0, 7968.0, 7892.0, 7956.0, 7949.0, 7892.0, 7982.0, 7906.0, 7981.0, 7892.0, 7924.0, 7992.0, 7902.0, 7982.0, 7894.0, 7941.0, 8000.0, 7891.0, 7978.0, 7889.0, 7918.0, 7893.0, 7892.0, 7976.0, 7909.0, 7970.0, 7912.0, 7970.0, 7913.0, 7958.0, 7895.0, 7954.0, 7901.0, 7945.0, 8016.0, 7907.0, 7984.0, 7951.0, 7920.0, 7993.0, 7879.0, 7979.0, 7886.0, 7929.0, 7870.0, 7960.0, 7982.0, 7891.0, 7989.0, 7882.0, 7926.0, 7935.0, 7881.0, 7973.0, 7888.0, 7937.0, 7862.0, 7880.0, 7901.0, 7891.0, 7952.0, 7892.0, 7942.0, 7883.0, 7934.0, 7889.0, 7949.0, 7935.0, 7893.0, 7958.0, 7898.0, 7924.0, 7880.0, 7895.0, 7942.0, 7871.0, 7941.0, 7888.0, 7944.0, 7907.0, 7933.0, 7929.0, 7901.0, 7980.0, 7902.0, 7926.0, 7881.0, 7922.0, 7869.0, 7913.0, 7930.0, 7907.0, 7999.0, 7889.0, 7977.0, 7882.0, 7947.0, 7917.0, 7903.0, 7992.0, 7881.0, 7960.0, 7883.0, 7894.0, 7974.0, 7887.0, 7922.0, 7908.0, 7865.0, 7939.0, 7865.0, 7881.0, 7852.0, 7854.0, 7926.0, 7882.0, 7927.0, 7892.0, 7920.0, 7873.0, 7889.0, 7978.0, 7910.0, 7955.0, 7896.0, 7941.0, 7964.0, 7889.0, 7971.0, 7902.0, 7952.0, 7983.0, 7904.0, 7974.0, 7901.0, 7931.0, 7994.0, 7901.0, 7975.0, 7867.0, 7898.0, 7977.0, 7884.0, 7944.0, 7864.0, 7883.0, 7978.0, 7889.0, 7949.0, 7868.0, 7901.0, 7961.0, 7904.0, 7929.0, 7871.0, 7921.0, 7963.0, 7892.0, 7953.0, 7898.0, 7956.0, 7980.0, 7904.0, 7981.0, 7889.0, 7935.0, 7979.0, 7887.0, 7977.0, 7887.0, 7912.0, 7977.0, 7899.0, 7944.0, 7927.0, 7879.0, 7960.0, 7882.0, 7933.0, 7911.0, 7883.0, 7935.0, 7883.0, 7922.0, 7892.0, 7919.0, 7931.0, 7888.0, 7964.0, 7888.0, 7935.0, 7892.0, 7910.0, 7891.0, 7905.0, 7974.0, 7894.0, 7956.0, 7911.0, 7975.0, 7889.0, 7904.0, 7981.0, 7906.0, 7959.0, 7907.0, 7981.0, 7948.0, 7900.0, 7971.0, 7900.0, 7945.0, 7867.0, 7896.0, 7939.0, 7884.0, 7942.0, 7922.0, 7946.0, 7889.0, 7946.0, 7889.0, 7931.0, 7974.0, 7898.0, 7951.0, 7887.0, 7930.0, 7952.0, 7865.0, 7933.0, 7875.0, 7905.0, 7913.0, 7886.0, 7955.0, 7882.0, 7924.0, 7884.0, 7930.0, 7897.0, 7948.0, 7915.0, 7974.0, 7895.0, 7956.0, 7912.0, 7935.0, 7981.0, 7904.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.002226346691519105</td></tr>
<tr><td colspan=3>aqi</td><td>0.055757374277726</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.854406246408566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.103338891455223</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.97404003806903</td></tr>
<tr><td colspan=3>efc</td><td>0.4979</td></tr>
<tr><td colspan=3>fber</td><td>3348.9172</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13622067605760857</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.767940354147251</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.728567421792757</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5672559387918485</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0144019281310577</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6040443984553656</td></tr>
<tr><td colspan=3>gcor</td><td>0.00432046</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015723710879683495</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03427524119615555</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.848624336358169</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>22.328</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.436</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.5338</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.4639</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9389</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.4148</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2677.7731</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>739.7402</td></tr>
<tr><td colspan=3>tsnr</td><td>25.921512605505995</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>