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

616 lines
No EOL
124 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-0095_ses-02_task-narratives_acq-mb8_run-02_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-0095_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0095_suffix-bold_task-narratives" 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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_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-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-02_task-narratives_acq-mb8_run-02_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-0095/ses-02/func/sub-0095_ses-02_task-narratives_acq-mb8_run-02_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>aae6cb013eb12448b4455a7c141d3a44</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>15:07:21.920000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996341, 0.0671637, 0.052858, -0.0607643, 0.991558, -0.114548]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.0895319</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-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7792, -7219, 205, -129, -180, -85, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50278e9c-8324-4387-b84e-8048eda75ce3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673109531402588, -0.16302607953548431, 0.16228428483009338, 116.10147094726562], [-0.1801954209804535, 2.660276412963867, -0.29947662353515625, -84.20118713378906], [0.14181427657604218, 0.30732470750808716, 2.6784281730651855, -91.3040542602539], [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, 1098]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['150721.920000', '150722.380000', '150722.840000', '150723.300000', '150723.760000', '150724.220000', '150724.680000', '150725.140000', '150725.600000', '150726.060000', '150726.520000', '150726.980000', '150727.440000', '150727.900000', '150728.360000', '150728.820000', '150729.280000', '150729.740000', '150730.200000', '150730.660000', '150731.120000', '150731.580000', '150732.040000', '150732.500000', '150732.960000', '150733.420000', '150733.880000', '150734.340000', '150734.800000', '150735.260000', '150735.720000', '150736.180000', '150736.640000', '150737.100000', '150737.560000', '150738.020000', '150738.480000', '150738.940000', '150739.400000', '150739.860000', '150740.320000', '150740.780000', '150741.240000', '150741.700000', '150742.160000', '150742.620000', '150743.080000', '150743.540000', '150744.000000', '150744.460000', '150744.920000', '150745.380000', '150745.840000', '150746.300000', '150746.760000', '150747.220000', '150747.680000', '150748.140000', '150748.600000', '150749.060000', '150749.520000', '150749.980000', '150750.440000', '150750.900000', '150751.360000', '150751.820000', '150752.280000', '150752.740000', '150753.200000', '150753.660000', '150754.120000', '150754.580000', '150755.040000', '150755.500000', '150755.960000', '150756.420000', '150756.880000', '150757.340000', '150757.800000', '150758.260000', '150758.720000', '150759.180000', '150759.640000', '150800.100000', '150800.560000', '150801.020000', '150801.480000', '150801.940000', '150802.400000', '150802.860000', '150803.320000', '150803.780000', '150804.240000', '150804.700000', '150805.160000', '150805.620000', '150806.080000', '150806.540000', '150807.000000', '150807.460000', '150807.920000', '150808.380000', '150808.840000', '150809.300000', '150809.760000', '150810.220000', '150810.680000', '150811.140000', '150811.600000', '150812.060000', '150812.520000', '150812.980000', '150813.440000', '150813.900000', '150814.360000', '150814.820000', '150815.280000', '150815.740000', '150816.200000', '150816.660000', '150817.120000', '150817.580000', '150818.040000', '150818.500000', '150818.960000', '150819.420000', '150819.880000', '150820.340000', '150820.800000', '150821.260000', '150821.720000', '150822.180000', '150822.640000', '150823.100000', '150823.560000', '150824.020000', '150824.480000', '150824.940000', '150825.400000', '150825.860000', '150826.320000', '150826.780000', '150827.240000', '150827.700000', '150828.160000', '150828.620000', '150829.080000', '150829.540000', '150830.000000', '150830.460000', '150830.920000', '150831.380000', '150831.840000', '150832.300000', '150832.760000', '150833.220000', '150833.680000', '150834.140000', '150834.600000', '150835.060000', '150835.520000', '150835.980000', '150836.440000', '150836.900000', '150837.360000', '150837.820000', '150838.280000', '150838.740000', '150839.200000', '150839.660000', '150840.120000', '150840.580000', '150841.040000', '150841.500000', '150841.960000', '150842.420000', '150842.880000', '150843.340000', '150843.800000', '150844.260000', '150844.720000', '150845.180000', '150845.640000', '150846.100000', '150846.560000', '150847.020000', '150847.480000', '150847.940000', '150848.400000', '150848.860000', '150849.320000', '150849.780000', '150850.240000', '150850.700000', '150851.160000', '150851.620000', '150852.080000', '150852.540000', '150853.000000', '150853.460000', '150853.920000', '150854.380000', '150854.840000', '150855.300000', '150855.760000', '150856.220000', '150856.680000', '150857.140000', '150857.600000', '150858.060000', '150858.520000', '150858.980000', '150859.440000', '150859.900000', '150900.360000', '150900.820000', '150901.280000', '150901.740000', '150902.200000', '150902.660000', '150903.120000', '150903.580000', '150904.040000', '150904.500000', '150904.960000', '150905.420000', '150905.880000', '150906.340000', '150906.800000', '150907.260000', '150907.720000', '150908.180000', '150908.640000', '150909.100000', '150909.560000', '150910.020000', '150910.480000', '150910.940000', '150911.400000', '150911.860000', '150912.320000', '150912.780000', '150913.240000', '150913.700000', '150914.160000', '150914.620000', '150915.080000', '150915.540000', '150916.000000', '150916.460000', '150916.920000', '150917.380000', '150917.840000', '150918.300000', '150918.760000', '150919.220000', '150919.680000', '150920.140000', '150920.600000', '150921.060000', '150921.520000', '150921.980000', '150922.440000', '150922.900000', '150923.360000', '150923.820000', '150924.280000', '150924.740000', '150925.200000', '150925.660000', '150926.120000', '150926.580000', '150927.040000', '150927.500000', '150927.960000', '150928.420000', '150928.880000', '150929.340000', '150929.800000', '150930.260000', '150930.720000', '150931.180000', '150931.640000', '150932.100000', '150932.560000', '150933.020000', '150933.480000', '150933.940000', '150934.400000', '150934.860000', '150935.320000', '150935.780000', '150936.240000', '150936.700000', '150937.160000', '150937.620000', '150938.080000', '150938.540000', '150939.000000', '150939.460000', '150939.920000', '150940.380000', '150940.840000', '150941.300000', '150941.760000', '150942.220000', '150942.680000', '150943.140000', '150943.600000', '150944.060000', '150944.520000', '150944.980000', '150945.440000', '150945.900000', '150946.360000', '150946.820000', '150947.280000', '150947.740000', '150948.200000', '150948.660000', '150949.120000', '150949.580000', '150950.040000', '150950.500000', '150950.960000', '150951.420000', '150951.880000', '150952.340000', '150952.800000', '150953.260000', '150953.720000', '150954.180000', '150954.640000', '150955.100000', '150955.560000', '150956.020000', '150956.480000', '150956.940000', '150957.400000', '150957.860000', '150958.320000', '150958.780000', '150959.240000', '150959.700000', '151000.160000', '151000.620000', '151001.080000', '151001.540000', '151002.000000', '151002.460000', '151002.920000', '151003.380000', '151003.840000', '151004.300000', '151004.760000', '151005.220000', '151005.680000', '151006.140000', '151006.600000', '151007.060000', '151007.520000', '151007.980000', '151008.440000', '151008.900000', '151009.360000', '151009.820000', '151010.280000', '151010.740000', '151011.200000', '151011.660000', '151012.120000', '151012.580000', '151013.040000', '151013.500000', '151013.960000', '151014.420000', '151014.880000', '151015.340000', '151015.800000', '151016.260000', '151016.720000', '151017.180000', '151017.640000', '151018.100000', '151018.560000', '151019.020000', '151019.480000', '151019.940000', '151020.400000', '151020.860000', '151021.320000', '151021.780000', '151022.240000', '151022.700000', '151023.160000', '151023.620000', '151024.080000', '151024.540000', '151025.000000', '151025.460000', '151025.920000', '151026.380000', '151026.840000', '151027.300000', '151027.760000', '151028.220000', '151028.680000', '151029.140000', '151029.600000', '151030.060000', '151030.520000', '151030.980000', '151031.440000', '151031.900000', '151032.360000', '151032.820000', '151033.280000', '151033.740000', '151034.200000', '151034.660000', '151035.120000', '151035.580000', '151036.040000', '151036.500000', '151036.960000', '151037.420000', '151037.880000', '151038.340000', '151038.800000', '151039.260000', '151039.720000', '151040.180000', '151040.640000', '151041.100000', '151041.560000', '151042.020000', '151042.480000', '151042.940000', '151043.400000', '151043.860000', '151044.320000', '151044.780000', '151045.240000', '151045.700000', '151046.160000', '151046.620000', '151047.080000', '151047.540000', '151048.000000', '151048.460000', '151048.920000', '151049.380000', '151049.840000', '151050.300000', '151050.760000', '151051.220000', '151051.680000', '151052.140000', '151052.600000', '151053.060000', '151053.520000', '151053.980000', '151054.440000', '151054.900000', '151055.360000', '151055.820000', '151056.280000', '151056.740000', '151057.200000', '151057.660000', '151058.120000', '151058.580000', '151059.040000', '151059.500000', '151059.960000', '151100.420000', '151100.880000', '151101.340000', '151101.800000', '151102.260000', '151102.720000', '151103.180000', '151103.640000', '151104.100000', '151104.560000', '151105.020000', '151105.480000', '151105.940000', '151106.400000', '151106.860000', '151107.320000', '151107.780000', '151108.240000', '151108.700000', '151109.160000', '151109.620000', '151110.080000', '151110.540000', '151111.000000', '151111.460000', '151111.920000', '151112.380000', '151112.840000', '151113.300000', '151113.760000', '151114.220000', '151114.680000', '151115.140000', '151115.600000', '151116.060000', '151116.520000', '151116.980000', '151117.440000', '151117.900000', '151118.360000', '151118.820000', '151119.280000', '151119.740000', '151120.200000', '151120.660000', '151121.120000', '151121.580000', '151122.040000', '151122.500000', '151122.960000', '151123.420000', '151123.880000', '151124.340000', '151124.800000', '151125.260000', '151125.720000', '151126.180000', '151126.640000', '151127.100000', '151127.560000', '151128.020000', '151128.480000', '151128.940000', '151129.400000', '151129.860000', '151130.320000', '151130.780000', '151131.240000', '151131.700000', '151132.160000', '151132.620000', '151133.080000', '151133.540000', '151134.000000', '151134.460000', '151134.920000', '151135.380000', '151135.840000', '151136.300000', '151136.760000', '151137.220000', '151137.680000', '151138.140000', '151138.600000', '151139.060000', '151139.520000', '151139.980000', '151140.440000', '151140.900000', '151141.360000', '151141.820000', '151142.280000', '151142.740000', '151143.200000', '151143.660000', '151144.120000', '151144.580000', '151145.040000', '151145.500000', '151145.960000', '151146.420000', '151146.880000', '151147.340000', '151147.800000', '151148.260000', '151148.720000', '151149.180000', '151149.640000', '151150.100000', '151150.560000', '151151.020000', '151151.480000', '151151.940000', '151152.400000', '151152.860000', '151153.320000', '151153.780000', '151154.240000', '151154.700000', '151155.160000', '151155.620000', '151156.080000', '151156.540000', '151157.000000', '151157.460000', '151157.920000', '151158.380000', '151158.840000', '151159.300000', '151159.760000', '151200.220000', '151200.680000', '151201.140000', '151201.600000', '151202.060000', '151202.520000', '151202.980000', '151203.440000', '151203.900000', '151204.360000', '151204.820000', '151205.280000', '151205.740000', '151206.200000', '151206.660000', '151207.120000', '151207.580000', '151208.040000', '151208.500000', '151208.960000', '151209.420000', '151209.880000', '151210.340000', '151210.800000', '151211.260000', '151211.720000', '151212.180000', '151212.640000', '151213.100000', '151213.560000', '151214.020000', '151214.480000', '151214.940000', '151215.400000', '151215.860000', '151216.320000', '151216.780000', '151217.240000', '151217.700000', '151218.160000', '151218.620000', '151219.080000', '151219.540000', '151220.000000', '151220.460000', '151220.920000', '151221.380000', '151221.840000', '151222.300000', '151222.760000', '151223.220000', '151223.680000', '151224.140000', '151224.600000', '151225.060000', '151225.520000', '151225.980000', '151226.440000', '151226.900000', '151227.360000', '151227.820000', '151228.280000', '151228.740000', '151229.200000', '151229.660000', '151230.120000', '151230.580000', '151231.040000', '151231.500000', '151231.960000', '151232.420000', '151232.880000', '151233.340000', '151233.800000', '151234.260000', '151234.720000', '151235.180000', '151235.640000', '151236.100000', '151236.560000', '151237.020000', '151237.480000', '151237.940000', '151238.400000', '151238.860000', '151239.320000', '151239.780000', '151240.240000', '151240.700000', '151241.160000', '151241.620000', '151242.080000', '151242.540000', '151243.000000', '151243.460000', '151243.920000', '151244.380000', '151244.840000', '151245.300000', '151245.760000', '151246.220000', '151246.680000', '151247.140000', '151247.600000', '151248.060000', '151248.520000', '151248.980000', '151249.440000', '151249.900000', '151250.360000', '151250.820000', '151251.280000', '151251.740000', '151252.200000', '151252.660000', '151253.120000', '151253.580000', '151254.040000', '151254.500000', '151254.960000', '151255.420000', '151255.880000', '151256.340000', '151256.800000', '151257.260000', '151257.720000', '151258.180000', '151258.640000', '151259.100000', '151259.560000', '151300.020000', '151300.480000', '151300.940000', '151301.400000', '151301.860000', '151302.320000', '151302.780000', '151303.240000', '151303.700000', '151304.160000', '151304.620000', '151305.080000', '151305.540000', '151306.000000', '151306.460000', '151306.920000', '151307.380000', '151307.840000', '151308.300000', '151308.760000', '151309.220000', '151309.680000', '151310.140000', '151310.600000', '151311.060000', '151311.520000', '151311.980000', '151312.440000', '151312.900000', '151313.360000', '151313.820000', '151314.280000', '151314.740000', '151315.200000', '151315.660000', '151316.120000', '151316.580000', '151317.040000', '151317.500000', '151317.960000', '151318.420000', '151318.880000', '151319.340000', '151319.800000', '151320.260000', '151320.720000', '151321.180000', '151321.640000', '151322.100000', '151322.560000', '151323.020000', '151323.480000', '151323.940000', '151324.400000', '151324.860000', '151325.320000', '151325.780000', '151326.240000', '151326.700000', '151327.160000', '151327.620000', '151328.080000', '151328.540000', '151329.000000', '151329.460000', '151329.920000', '151330.380000', '151330.840000', '151331.300000', '151331.760000', '151332.220000', '151332.680000', '151333.140000', '151333.600000', '151334.060000', '151334.520000', '151334.980000', '151335.440000', '151335.900000', '151336.360000', '151336.820000', '151337.280000', '151337.740000', '151338.200000', '151338.660000', '151339.120000', '151339.580000', '151340.040000', '151340.500000', '151340.960000', '151341.420000', '151341.880000', '151342.340000', '151342.800000', '151343.260000', '151343.720000', '151344.180000', '151344.640000', '151345.100000', '151345.560000', '151346.020000', '151346.480000', '151346.940000', '151347.400000', '151347.860000', '151348.320000', '151348.780000', '151349.240000', '151349.700000', '151350.160000', '151350.620000', '151351.080000', '151351.540000', '151352.000000', '151352.460000', '151352.920000', '151353.380000', '151353.840000', '151354.300000', '151354.760000', '151355.220000', '151355.680000', '151356.140000', '151356.600000', '151357.060000', '151357.520000', '151357.980000', '151358.440000', '151358.900000', '151359.360000', '151359.820000', '151400.280000', '151400.740000', '151401.200000', '151401.660000', '151402.120000', '151402.580000', '151403.040000', '151403.500000', '151403.960000', '151404.420000', '151404.880000', '151405.340000', '151405.800000', '151406.260000', '151406.720000', '151407.180000', '151407.640000', '151408.100000', '151408.560000', '151409.020000', '151409.480000', '151409.940000', '151410.400000', '151410.860000', '151411.320000', '151411.780000', '151412.240000', '151412.700000', '151413.160000', '151413.620000', '151414.080000', '151414.540000', '151415.000000', '151415.460000', '151415.920000', '151416.380000', '151416.840000', '151417.300000', '151417.760000', '151418.220000', '151418.680000', '151419.140000', '151419.600000', '151420.060000', '151420.520000', '151420.980000', '151421.440000', '151421.900000', '151422.360000', '151422.820000', '151423.280000', '151423.740000', '151424.200000', '151424.660000', '151425.120000', '151425.580000', '151426.040000', '151426.500000', '151426.960000', '151427.420000', '151427.880000', '151428.340000', '151428.800000', '151429.260000', '151429.720000', '151430.180000', '151430.640000', '151431.100000', '151431.560000', '151432.020000', '151432.480000', '151432.940000', '151433.400000', '151433.860000', '151434.320000', '151434.780000', '151435.240000', '151435.700000', '151436.160000', '151436.620000', '151437.080000', '151437.540000', '151438.000000', '151438.460000', '151438.920000', '151439.380000', '151439.840000', '151440.300000', '151440.760000', '151441.220000', '151441.680000', '151442.140000', '151442.600000', '151443.060000', '151443.520000', '151443.980000', '151444.440000', '151444.900000', '151445.360000', '151445.820000', '151446.280000', '151446.740000', '151447.200000', '151447.660000', '151448.120000', '151448.580000', '151449.040000', '151449.500000', '151449.960000', '151450.420000', '151450.880000', '151451.340000', '151451.800000', '151452.260000', '151452.720000', '151453.180000', '151453.640000', '151454.100000', '151454.560000', '151455.020000', '151455.480000', '151455.940000', '151456.400000', '151456.860000', '151457.320000', '151457.780000', '151458.240000', '151458.700000', '151459.160000', '151459.620000', '151500.080000', '151500.540000', '151501.000000', '151501.460000', '151501.920000', '151502.380000', '151502.840000', '151503.300000', '151503.760000', '151504.220000', '151504.680000', '151505.140000', '151505.600000', '151506.060000', '151506.520000', '151506.980000', '151507.440000', '151507.900000', '151508.360000', '151508.820000', '151509.280000', '151509.740000', '151510.200000', '151510.660000', '151511.120000', '151511.580000', '151512.040000', '151512.500000', '151512.960000', '151513.420000', '151513.880000', '151514.340000', '151514.800000', '151515.260000', '151515.720000', '151516.180000', '151516.640000', '151517.100000', '151517.560000', '151518.020000', '151518.480000', '151518.940000', '151519.400000', '151519.860000', '151520.320000', '151520.780000', '151521.240000', '151521.700000', '151522.160000', '151522.620000', '151523.080000', '151523.540000', '151524.000000', '151524.460000', '151524.920000', '151525.380000', '151525.840000', '151526.300000', '151526.760000', '151527.220000', '151527.680000', '151528.140000', '151528.600000', '151529.060000', '151529.520000', '151529.980000', '151530.440000', '151530.900000', '151531.360000', '151531.820000', '151532.280000', '151532.740000', '151533.200000', '151533.660000', '151534.120000', '151534.580000', '151535.040000', '151535.500000', '151535.960000', '151536.420000', '151536.880000', '151537.340000', '151537.800000', '151538.260000', '151538.720000', '151539.180000', '151539.640000', '151540.100000', '151540.560000', '151541.020000', '151541.480000', '151541.940000', '151542.400000', '151542.860000', '151543.320000', '151543.780000', '151544.240000', '151544.700000', '151545.160000', '151545.620000', '151546.080000', '151546.540000'], 'ContentTime': ['150742.557000', '150742.561000', '150742.564000', '150742.566000', '150742.569000', '150742.572000', '150742.574000', '150742.577000', '150742.580000', '150742.582000', '150742.590000', '150742.592000', '150742.595000', '150742.597000', '150742.600000', '150742.603000', '150742.605000', '150742.608000', '150742.611000', '150742.613000', '150742.616000', '150742.619000', '150742.621000', '150742.624000', '150742.626000', '150742.629000', '150742.632000', '150742.634000', '150742.637000', '150742.639000', '150742.642000', '150742.645000', '150742.647000', '150742.650000', '150742.652000', '150742.655000', '150742.657000', '150742.660000', '150742.663000', '150742.665000', '150742.668000', '150742.670000', '150742.673000', '150802.533000', '150802.536000', '150802.538000', '150802.541000', '150802.543000', '150802.546000', '150802.548000', '150802.551000', '150802.554000', '150802.556000', '150802.559000', '150802.562000', '150802.564000', '150802.567000', '150802.570000', '150802.572000', '150802.575000', '150802.578000', '150802.580000', '150802.583000', '150802.586000', '150802.588000', '150802.591000', '150802.593000', '150802.596000', '150802.599000', '150802.602000', '150802.604000', '150802.607000', '150802.609000', '150802.612000', '150802.614000', '150802.617000', '150802.620000', '150802.622000', '150802.625000', '150802.628000', '150802.630000', '150802.633000', '150802.635000', '150802.638000', '150802.641000', '150802.643000', '150802.646000', '150822.533000', '150822.536000', '150822.539000', '150822.542000', '150822.544000', '150822.547000', '150822.549000', '150822.552000', '150822.554000', '150822.557000', '150822.560000', '150822.573000', '150822.575000', '150822.578000', '150822.580000', '150822.583000', '150822.586000', '150822.588000', '150822.591000', '150822.594000', '150822.596000', '150822.599000', '150822.602000', '150822.604000', '150822.607000', '150822.610000', '150822.612000', '150822.615000', '150822.617000', '150822.620000', '150822.623000', '150822.625000', '150822.628000', '150822.630000', '150822.633000', '150822.636000', '150822.638000', '150822.641000', '150822.647000', '150822.650000', '150822.652000', '150822.655000', '150822.657000', '150842.533000', '150842.536000', '150842.539000', '150842.541000', '150842.544000', '150842.547000', '150842.549000', '150842.552000', '150842.555000', '150842.558000', '150842.561000', '150842.564000', '150842.566000', '150842.569000', '150842.572000', '150842.574000', '150842.577000', '150842.580000', '150842.582000', '150842.585000', '150842.596000', '150842.599000', '150842.601000', '150842.604000', '150842.606000', '150842.609000', '150842.612000', '150842.614000', '150842.617000', '150842.620000', '150842.628000', '150842.630000', '150842.633000', '150842.636000', '150842.638000', '150842.641000', '150842.643000', '150842.646000', '150842.648000', '150842.651000', '150842.654000', '150842.656000', '150842.659000', '150842.661000', '150902.533000', '150902.536000', '150902.539000', '150902.542000', '150902.544000', '150902.547000', '150902.550000', '150902.552000', '150902.555000', '150902.558000', '150902.560000', '150902.563000', '150902.566000', '150902.568000', '150902.571000', '150902.573000', '150902.576000', '150902.578000', '150902.581000', '150902.584000', '150902.586000', '150902.589000', '150902.592000', '150902.594000', '150902.597000', '150902.600000', '150902.603000', '150902.606000', '150902.608000', '150902.611000', '150902.614000', '150902.616000', '150902.625000', '150902.628000', '150902.631000', '150902.633000', '150902.636000', '150902.638000', '150902.641000', '150902.644000', '150902.646000', '150902.649000', '150902.652000', '150922.532000', '150922.535000', '150922.538000', '150922.540000', '150922.543000', '150922.546000', '150922.548000', '150922.551000', '150922.554000', '150922.556000', '150922.559000', '150922.562000', '150922.564000', '150922.567000', '150922.569000', '150922.572000', '150922.575000', '150922.577000', '150922.580000', '150922.582000', '150922.585000', '150922.588000', '150922.590000', '150922.593000', '150922.596000', '150922.598000', '150922.607000', '150922.610000', '150922.613000', '150922.615000', '150922.618000', '150922.621000', '150922.623000', '150922.626000', '150922.628000', '150922.631000', '150922.634000', '150922.636000', '150922.639000', '150922.642000', '150922.644000', '150922.647000', '150922.649000', '150922.652000', '150942.533000', '150942.536000', '150942.538000', '150942.541000', '150942.544000', '150942.546000', '150942.549000', '150942.552000', '150942.554000', '150942.557000', '150942.560000', '150942.562000', '150942.565000', '150942.567000', '150942.570000', '150942.573000', '150942.575000', '150942.578000', '150942.581000', '150942.583000', '150942.586000', '150942.589000', '150942.591000', '150942.594000', '150942.597000', '150942.599000', '150942.602000', '150942.605000', '150942.607000', '150942.610000', '150942.612000', '150942.615000', '150942.618000', '150942.620000', '150942.623000', '150942.625000', '150942.628000', '150942.631000', '150942.633000', '150942.636000', '150942.639000', '150942.641000', '150942.644000', '151002.532000', '151002.535000', '151002.538000', '151002.540000', '151002.543000', '151002.546000', '151002.548000', '151002.560000', '151002.563000', '151002.565000', '151002.568000', '151002.571000', '151002.573000', '151002.576000', '151002.579000', '151002.581000', '151002.584000', '151002.587000', '151002.589000', '151002.592000', '151002.596000', '151002.599000', '151002.602000', '151002.604000', '151002.607000', '151002.610000', '151002.612000', '151002.615000', '151002.618000', '151002.620000', '151002.623000', '151002.625000', '151002.628000', '151002.631000', '151002.633000', '151002.636000', '151002.639000', '151002.641000', '151002.644000', '151002.647000', '151002.649000', '151002.652000', '151002.655000', '151022.532000', '151022.535000', '151022.538000', '151022.541000', '151022.543000', '151022.546000', '151022.549000', '151022.551000', '151022.554000', '151022.556000', '151022.559000', '151022.562000', '151022.564000', '151022.567000', '151022.570000', '151022.572000', '151022.575000', '151022.578000', '151022.580000', '151022.583000', '151022.585000', '151022.588000', '151022.591000', '151022.593000', '151022.596000', '151022.599000', '151022.601000', '151022.604000', '151022.607000', '151022.609000', '151022.612000', '151022.614000', '151022.617000', '151022.620000', '151022.622000', '151022.625000', '151022.628000', '151022.630000', '151022.633000', '151022.636000', '151022.638000', '151022.641000', '151022.643000', '151022.646000', '151042.533000', '151042.536000', '151042.539000', '151042.542000', '151042.544000', '151042.547000', '151042.550000', '151042.552000', '151042.555000', '151042.557000', '151042.560000', '151042.563000', '151042.565000', '151042.568000', '151042.570000', '151042.573000', '151042.576000', '151042.578000', '151042.581000', '151042.584000', '151042.586000', '151042.589000', '151042.591000', '151042.594000', '151042.597000', '151042.600000', '151042.602000', '151042.605000', '151042.607000', '151042.610000', '151042.613000', '151042.615000', '151042.618000', '151042.620000', '151042.623000', '151042.626000', '151042.629000', '151042.632000', '151042.634000', '151042.637000', '151042.640000', '151042.643000', '151042.645000', '151102.533000', '151102.536000', '151102.539000', '151102.541000', '151102.544000', '151102.547000', '151102.549000', '151102.552000', '151102.555000', '151102.557000', '151102.560000', '151102.563000', '151102.565000', '151102.568000', '151102.571000', '151102.573000', '151102.576000', '151102.578000', '151102.581000', '151102.584000', '151102.587000', '151102.589000', '151102.592000', '151102.594000', '151102.597000', '151102.600000', '151102.602000', '151102.605000', '151102.608000', '151102.610000', '151102.613000', '151102.615000', '151102.618000', '151102.621000', '151102.623000', '151102.626000', '151102.629000', '151102.631000', '151102.634000', '151102.637000', '151102.639000', '151102.642000', '151102.644000', '151102.647000', '151122.534000', '151122.537000', '151122.539000', '151122.542000', '151122.545000', '151122.547000', '151122.550000', '151122.553000', '151122.555000', '151122.558000', '151122.561000', '151122.563000', '151122.566000', '151122.568000', '151122.571000', '151122.574000', '151122.576000', '151122.579000', '151122.582000', '151122.585000', '151122.588000', '151122.590000', '151122.593000', '151122.595000', '151122.598000', '151122.601000', '151122.604000', '151122.606000', '151122.609000', '151122.612000', '151122.614000', '151122.617000', '151122.645000', '151122.648000', '151122.651000', '151122.653000', '151122.656000', '151122.658000', '151122.661000', '151122.664000', '151122.666000', '151122.669000', '151122.672000', '151142.532000', '151142.535000', '151142.538000', '151142.541000', '151142.544000', '151142.546000', '151142.549000', '151142.552000', '151142.554000', '151142.557000', '151142.559000', '151142.562000', '151142.565000', '151142.567000', '151142.570000', '151142.573000', '151142.575000', '151142.578000', '151142.581000', '151142.583000', '151142.586000', '151142.588000', '151142.591000', '151142.594000', '151142.596000', '151142.599000', '151142.602000', '151142.604000', '151142.607000', '151142.610000', '151142.612000', '151142.615000', '151142.618000', '151142.620000', '151142.623000', '151142.625000', '151142.628000', '151142.631000', '151142.633000', '151142.636000', '151142.639000', '151142.641000', '151142.644000', '151142.646000', '151202.532000', '151202.535000', '151202.538000', '151202.541000', '151202.543000', '151202.546000', '151202.549000', '151202.551000', '151202.554000', '151202.557000', '151202.559000', '151202.562000', '151202.564000', '151202.567000', '151202.570000', '151202.572000', '151202.575000', '151202.578000', '151202.580000', '151202.583000', '151202.586000', '151202.588000', '151202.591000', '151202.593000', '151202.596000', '151202.599000', '151202.601000', '151202.604000', '151202.607000', '151202.609000', '151202.612000', '151202.615000', '151202.617000', '151202.620000', '151202.623000', '151202.625000', '151202.628000', '151202.631000', '151202.633000', '151202.636000', '151202.639000', '151202.641000', '151202.644000', '151222.533000', '151222.535000', '151222.539000', '151222.541000', '151222.544000', '151222.547000', '151222.549000', '151222.552000', '151222.554000', '151222.557000', '151222.560000', '151222.562000', '151222.565000', '151222.568000', '151222.570000', '151222.573000', '151222.576000', '151222.578000', '151222.581000', '151222.583000', '151222.586000', '151222.589000', '151222.591000', '151222.594000', '151222.597000', '151222.599000', '151222.602000', '151222.605000', '151222.607000', '151222.610000', '151222.613000', '151222.615000', '151222.618000', '151222.620000', '151222.623000', '151222.626000', '151222.628000', '151222.631000', '151222.633000', '151222.636000', '151222.639000', '151222.641000', '151222.644000', '151222.646000', '151242.533000', '151242.535000', '151242.538000', '151242.541000', '151242.543000', '151242.546000', '151242.549000', '151242.551000', '151242.554000', '151242.557000', '151242.559000', '151242.562000', '151242.565000', '151242.567000', '151242.570000', '151242.573000', '151242.575000', '151242.578000', '151242.581000', '151242.583000', '151242.586000', '151242.589000', '151242.591000', '151242.594000', '151242.597000', '151242.599000', '151242.602000', '151242.604000', '151242.607000', '151242.610000', '151242.612000', '151242.615000', '151242.618000', '151242.621000', '151242.623000', '151242.626000', '151242.629000', '151242.631000', '151242.634000', '151242.636000', '151242.639000', '151242.642000', '151242.644000', '151302.534000', '151302.537000', '151302.539000', '151302.542000', '151302.545000', '151302.547000', '151302.550000', '151302.553000', '151302.555000', '151302.558000', '151302.561000', '151302.563000', '151302.566000', '151302.569000', '151302.571000', '151302.574000', '151302.577000', '151302.579000', '151302.582000', '151302.585000', '151302.587000', '151302.590000', '151302.593000', '151302.595000', '151302.598000', '151302.601000', '151302.603000', '151302.606000', '151302.608000', '151302.611000', '151302.614000', '151302.617000', '151302.619000', '151302.622000', '151302.624000', '151302.627000', '151302.630000', '151302.632000', '151302.635000', '151302.638000', '151302.640000', '151302.643000', '151302.646000', '151302.648000', '151322.534000', '151322.536000', '151322.539000', '151322.559000', '151322.562000', '151322.565000', '151322.567000', '151322.570000', '151322.573000', '151322.575000', '151322.578000', '151322.580000', '151322.583000', '151322.586000', '151322.588000', '151322.591000', '151322.594000', '151322.596000', '151322.599000', '151322.602000', '151322.605000', '151322.607000', '151322.610000', '151322.612000', '151322.615000', '151322.618000', '151322.620000', '151322.623000', '151322.626000', '151322.628000', '151322.631000', '151322.634000', '151322.636000', '151322.639000', '151322.641000', '151322.644000', '151322.647000', '151322.649000', '151322.652000', '151322.655000', '151322.657000', '151322.660000', '151322.662000', '151342.534000', '151342.537000', '151342.540000', '151342.543000', '151342.545000', '151342.548000', '151342.551000', '151342.553000', '151342.556000', '151342.558000', '151342.561000', '151342.564000', '151342.567000', '151342.569000', '151342.572000', '151342.574000', '151342.577000', '151342.580000', '151342.583000', '151342.585000', '151342.588000', '151342.591000', '151342.593000', '151342.596000', '151342.599000', '151342.601000', '151342.604000', '151342.606000', '151342.609000', '151342.612000', '151342.614000', '151342.617000', '151342.620000', '151342.622000', '151342.625000', '151342.627000', '151342.630000', '151342.633000', '151342.635000', '151342.638000', '151342.640000', '151342.643000', '151342.646000', '151402.532000', '151402.535000', '151402.538000', '151402.541000', '151402.543000', '151402.546000', '151402.549000', '151402.551000', '151402.554000', '151402.556000', '151402.559000', '151402.562000', '151402.564000', '151402.567000', '151402.570000', '151402.572000', '151402.575000', '151402.578000', '151402.580000', '151402.583000', '151402.586000', '151402.588000', '151402.591000', '151402.594000', '151402.596000', '151402.599000', '151402.602000', '151402.604000', '151402.607000', '151402.610000', '151402.612000', '151402.615000', '151402.617000', '151402.620000', '151402.623000', '151402.625000', '151402.628000', '151402.631000', '151402.633000', '151402.636000', '151402.639000', '151402.641000', '151402.644000', '151402.646000', '151422.533000', '151422.535000', '151422.538000', '151422.541000', '151422.543000', '151422.546000', '151422.549000', '151422.551000', '151422.554000', '151422.556000', '151422.571000', '151422.573000', '151422.576000', '151422.579000', '151422.581000', '151422.584000', '151422.586000', '151422.589000', '151422.592000', '151422.594000', '151422.597000', '151422.600000', '151422.602000', '151422.605000', '151422.608000', '151422.610000', '151422.613000', '151422.615000', '151422.618000', '151422.621000', '151422.623000', '151422.626000', '151422.629000', '151422.631000', '151422.634000', '151422.637000', '151422.639000', '151422.642000', '151422.645000', '151422.648000', '151422.650000', '151422.653000', '151422.656000', '151422.658000', '151442.533000', '151442.536000', '151442.538000', '151442.541000', '151442.543000', '151442.546000', '151442.549000', '151442.551000', '151442.554000', '151442.557000', '151442.559000', '151442.562000', '151442.565000', '151442.567000', '151442.570000', '151442.573000', '151442.575000', '151442.578000', '151442.581000', '151442.583000', '151442.586000', '151442.589000', '151442.591000', '151442.594000', '151442.596000', '151442.599000', '151442.602000', '151442.605000', '151442.607000', '151442.610000', '151442.613000', '151442.615000', '151442.618000', '151442.621000', '151442.623000', '151442.626000', '151442.629000', '151442.631000', '151442.634000', '151442.637000', '151442.639000', '151442.642000', '151442.644000', '151502.533000', '151502.536000', '151502.538000', '151502.541000', '151502.544000', '151502.546000', '151502.549000', '151502.552000', '151502.554000', '151502.557000', '151502.560000', '151502.562000', '151502.565000', '151502.567000', '151502.570000', '151502.573000', '151502.576000', '151502.578000', '151502.581000', '151502.584000', '151502.586000', '151502.589000', '151502.591000', '151502.594000', '151502.597000', '151502.599000', '151502.602000', '151502.605000', '151502.607000', '151502.610000', '151502.612000', '151502.615000', '151502.618000', '151502.620000', '151502.623000', '151502.626000', '151502.628000', '151502.631000', '151502.634000', '151502.636000', '151502.639000', '151502.641000', '151502.644000', '151502.647000', '151522.533000', '151522.536000', '151522.539000', '151522.542000', '151522.544000', '151522.547000', '151522.550000', '151522.552000', '151522.555000', '151522.558000', '151522.560000', '151522.563000', '151522.566000', '151522.568000', '151522.571000', '151522.574000', '151522.576000', '151522.579000', '151522.582000', '151522.584000', '151522.587000', '151522.590000', '151522.592000', '151522.595000', '151522.598000', '151522.600000', '151522.603000', '151522.606000', '151522.608000', '151522.611000', '151522.613000', '151522.616000', '151522.619000', '151522.621000', '151522.624000', '151522.627000', '151522.630000', '151522.632000', '151522.635000', '151522.637000', '151522.640000', '151522.643000', '151522.645000', '151542.534000', '151542.536000', '151542.539000', '151542.542000', '151542.544000', '151542.547000', '151542.550000', '151542.564000', '151542.567000', '151542.570000', '151542.572000', '151542.575000', '151542.577000', '151542.580000', '151542.583000', '151542.585000', '151542.588000', '151542.591000', '151542.593000', '151542.596000', '151542.598000', '151542.601000', '151542.604000', '151542.606000', '151542.609000', '151542.612000', '151542.614000', '151542.617000', '151542.619000', '151542.622000', '151542.625000', '151542.627000', '151542.630000', '151542.633000', '151542.635000', '151542.638000', '151542.640000', '151542.643000', '151542.646000', '151542.648000', '151542.651000', '151542.654000', '151542.656000', '151542.659000', '151547.549000', '151547.552000', '151547.555000', '151547.558000', '151547.560000', '151547.563000', '151547.566000', '151547.569000', '151547.572000', '151547.575000', '151547.577000'], 'InstanceCreationTime': ['150742.557000', '150742.561000', '150742.564000', '150742.566000', '150742.569000', '150742.572000', '150742.574000', '150742.577000', '150742.580000', '150742.582000', '150742.590000', '150742.592000', '150742.595000', '150742.597000', '150742.600000', '150742.603000', '150742.605000', '150742.608000', '150742.611000', '150742.613000', '150742.616000', '150742.619000', '150742.621000', '150742.624000', '150742.626000', '150742.629000', '150742.632000', '150742.634000', '150742.637000', '150742.639000', '150742.642000', '150742.645000', '150742.647000', '150742.650000', '150742.652000', '150742.655000', '150742.657000', '150742.660000', '150742.663000', '150742.665000', '150742.668000', '150742.670000', '150742.673000', '150802.533000', '150802.536000', '150802.538000', '150802.541000', '150802.543000', '150802.546000', '150802.548000', '150802.551000', '150802.554000', '150802.556000', '150802.559000', '150802.562000', '150802.564000', '150802.567000', '150802.570000', '150802.572000', '150802.575000', '150802.578000', '150802.580000', '150802.583000', '150802.586000', '150802.588000', '150802.591000', '150802.593000', '150802.596000', '150802.599000', '150802.602000', '150802.604000', '150802.607000', '150802.609000', '150802.612000', '150802.614000', '150802.617000', '150802.620000', '150802.622000', '150802.625000', '150802.628000', '150802.630000', '150802.633000', '150802.635000', '150802.638000', '150802.641000', '150802.643000', '150802.646000', '150822.533000', '150822.536000', '150822.539000', '150822.542000', '150822.544000', '150822.547000', '150822.549000', '150822.552000', '150822.554000', '150822.557000', '150822.560000', '150822.573000', '150822.575000', '150822.578000', '150822.580000', '150822.583000', '150822.586000', '150822.588000', '150822.591000', '150822.594000', '150822.596000', '150822.599000', '150822.602000', '150822.604000', '150822.607000', '150822.610000', '150822.612000', '150822.615000', '150822.617000', '150822.620000', '150822.623000', '150822.625000', '150822.628000', '150822.630000', '150822.633000', '150822.636000', '150822.638000', '150822.641000', '150822.647000', '150822.650000', '150822.652000', '150822.655000', '150822.657000', '150842.533000', '150842.536000', '150842.539000', '150842.541000', '150842.544000', '150842.547000', '150842.549000', '150842.552000', '150842.555000', '150842.558000', '150842.561000', '150842.564000', '150842.566000', '150842.569000', '150842.572000', '150842.574000', '150842.577000', '150842.580000', '150842.582000', '150842.585000', '150842.596000', '150842.599000', '150842.601000', '150842.604000', '150842.606000', '150842.609000', '150842.612000', '150842.614000', '150842.617000', '150842.620000', '150842.628000', '150842.630000', '150842.633000', '150842.636000', '150842.638000', '150842.641000', '150842.643000', '150842.646000', '150842.648000', '150842.651000', '150842.654000', '150842.656000', '150842.659000', '150842.661000', '150902.533000', '150902.536000', '150902.539000', '150902.542000', '150902.544000', '150902.547000', '150902.550000', '150902.552000', '150902.555000', '150902.558000', '150902.560000', '150902.563000', '150902.566000', '150902.568000', '150902.571000', '150902.573000', '150902.576000', '150902.578000', '150902.581000', '150902.584000', '150902.586000', '150902.589000', '150902.592000', '150902.594000', '150902.597000', '150902.600000', '150902.603000', '150902.606000', '150902.608000', '150902.611000', '150902.614000', '150902.616000', '150902.625000', '150902.628000', '150902.631000', '150902.633000', '150902.636000', '150902.638000', '150902.641000', '150902.644000', '150902.646000', '150902.649000', '150902.652000', '150922.532000', '150922.535000', '150922.538000', '150922.540000', '150922.543000', '150922.546000', '150922.548000', '150922.551000', '150922.554000', '150922.556000', '150922.559000', '150922.562000', '150922.564000', '150922.567000', '150922.569000', '150922.572000', '150922.575000', '150922.577000', '150922.580000', '150922.582000', '150922.585000', '150922.588000', '150922.590000', '150922.593000', '150922.596000', '150922.598000', '150922.607000', '150922.610000', '150922.613000', '150922.615000', '150922.618000', '150922.621000', '150922.623000', '150922.626000', '150922.628000', '150922.631000', '150922.634000', '150922.636000', '150922.639000', '150922.642000', '150922.644000', '150922.647000', '150922.649000', '150922.652000', '150942.533000', '150942.536000', '150942.538000', '150942.541000', '150942.544000', '150942.546000', '150942.549000', '150942.552000', '150942.554000', '150942.557000', '150942.560000', '150942.562000', '150942.565000', '150942.567000', '150942.570000', '150942.573000', '150942.575000', '150942.578000', '150942.581000', '150942.583000', '150942.586000', '150942.589000', '150942.591000', '150942.594000', '150942.597000', '150942.599000', '150942.602000', '150942.605000', '150942.607000', '150942.610000', '150942.612000', '150942.615000', '150942.618000', '150942.620000', '150942.623000', '150942.625000', '150942.628000', '150942.631000', '150942.633000', '150942.636000', '150942.639000', '150942.641000', '150942.644000', '151002.532000', '151002.535000', '151002.538000', '151002.540000', '151002.543000', '151002.546000', '151002.548000', '151002.560000', '151002.563000', '151002.565000', '151002.568000', '151002.571000', '151002.573000', '151002.576000', '151002.579000', '151002.581000', '151002.584000', '151002.587000', '151002.589000', '151002.592000', '151002.596000', '151002.599000', '151002.602000', '151002.604000', '151002.607000', '151002.610000', '151002.612000', '151002.615000', '151002.618000', '151002.620000', '151002.623000', '151002.625000', '151002.628000', '151002.631000', '151002.633000', '151002.636000', '151002.639000', '151002.641000', '151002.644000', '151002.647000', '151002.649000', '151002.652000', '151002.655000', '151022.532000', '151022.535000', '151022.538000', '151022.541000', '151022.543000', '151022.546000', '151022.549000', '151022.551000', '151022.554000', '151022.556000', '151022.559000', '151022.562000', '151022.564000', '151022.567000', '151022.570000', '151022.572000', '151022.575000', '151022.578000', '151022.580000', '151022.583000', '151022.585000', '151022.588000', '151022.591000', '151022.593000', '151022.596000', '151022.599000', '151022.601000', '151022.604000', '151022.607000', '151022.609000', '151022.612000', '151022.614000', '151022.617000', '151022.620000', '151022.622000', '151022.625000', '151022.628000', '151022.630000', '151022.633000', '151022.636000', '151022.638000', '151022.641000', '151022.643000', '151022.646000', '151042.533000', '151042.536000', '151042.539000', '151042.542000', '151042.544000', '151042.547000', '151042.550000', '151042.552000', '151042.555000', '151042.557000', '151042.560000', '151042.563000', '151042.565000', '151042.568000', '151042.570000', '151042.573000', '151042.576000', '151042.578000', '151042.581000', '151042.584000', '151042.586000', '151042.589000', '151042.591000', '151042.594000', '151042.597000', '151042.600000', '151042.602000', '151042.605000', '151042.607000', '151042.610000', '151042.613000', '151042.615000', '151042.618000', '151042.620000', '151042.623000', '151042.626000', '151042.629000', '151042.632000', '151042.634000', '151042.637000', '151042.640000', '151042.643000', '151042.645000', '151102.533000', '151102.536000', '151102.539000', '151102.541000', '151102.544000', '151102.547000', '151102.549000', '151102.552000', '151102.555000', '151102.557000', '151102.560000', '151102.563000', '151102.565000', '151102.568000', '151102.571000', '151102.573000', '151102.576000', '151102.578000', '151102.581000', '151102.584000', '151102.587000', '151102.589000', '151102.592000', '151102.594000', '151102.597000', '151102.600000', '151102.602000', '151102.605000', '151102.608000', '151102.610000', '151102.613000', '151102.615000', '151102.618000', '151102.621000', '151102.623000', '151102.626000', '151102.629000', '151102.631000', '151102.634000', '151102.637000', '151102.639000', '151102.642000', '151102.644000', '151102.647000', '151122.534000', '151122.537000', '151122.539000', '151122.542000', '151122.545000', '151122.547000', '151122.550000', '151122.553000', '151122.555000', '151122.558000', '151122.561000', '151122.563000', '151122.566000', '151122.568000', '151122.571000', '151122.574000', '151122.576000', '151122.579000', '151122.582000', '151122.585000', '151122.588000', '151122.590000', '151122.593000', '151122.595000', '151122.598000', '151122.601000', '151122.604000', '151122.606000', '151122.609000', '151122.612000', '151122.614000', '151122.617000', '151122.645000', '151122.648000', '151122.651000', '151122.653000', '151122.656000', '151122.658000', '151122.661000', '151122.664000', '151122.666000', '151122.669000', '151122.672000', '151142.532000', '151142.535000', '151142.538000', '151142.541000', '151142.544000', '151142.546000', '151142.549000', '151142.552000', '151142.554000', '151142.557000', '151142.559000', '151142.562000', '151142.565000', '151142.567000', '151142.570000', '151142.573000', '151142.575000', '151142.578000', '151142.581000', '151142.583000', '151142.586000', '151142.588000', '151142.591000', '151142.594000', '151142.596000', '151142.599000', '151142.602000', '151142.604000', '151142.607000', '151142.610000', '151142.612000', '151142.615000', '151142.618000', '151142.620000', '151142.623000', '151142.625000', '151142.628000', '151142.631000', '151142.633000', '151142.636000', '151142.639000', '151142.641000', '151142.644000', '151142.646000', '151202.532000', '151202.535000', '151202.538000', '151202.541000', '151202.543000', '151202.546000', '151202.549000', '151202.551000', '151202.554000', '151202.557000', '151202.559000', '151202.562000', '151202.564000', '151202.567000', '151202.570000', '151202.572000', '151202.575000', '151202.578000', '151202.580000', '151202.583000', '151202.586000', '151202.588000', '151202.591000', '151202.593000', '151202.596000', '151202.599000', '151202.601000', '151202.604000', '151202.607000', '151202.609000', '151202.612000', '151202.615000', '151202.617000', '151202.620000', '151202.623000', '151202.625000', '151202.628000', '151202.631000', '151202.633000', '151202.636000', '151202.639000', '151202.641000', '151202.644000', '151222.533000', '151222.535000', '151222.539000', '151222.541000', '151222.544000', '151222.547000', '151222.549000', '151222.552000', '151222.554000', '151222.557000', '151222.560000', '151222.562000', '151222.565000', '151222.568000', '151222.570000', '151222.573000', '151222.576000', '151222.578000', '151222.581000', '151222.583000', '151222.586000', '151222.589000', '151222.591000', '151222.594000', '151222.597000', '151222.599000', '151222.602000', '151222.605000', '151222.607000', '151222.610000', '151222.613000', '151222.615000', '151222.618000', '151222.620000', '151222.623000', '151222.626000', '151222.628000', '151222.631000', '151222.633000', '151222.636000', '151222.639000', '151222.641000', '151222.644000', '151222.646000', '151242.533000', '151242.535000', '151242.538000', '151242.541000', '151242.543000', '151242.546000', '151242.549000', '151242.551000', '151242.554000', '151242.557000', '151242.559000', '151242.562000', '151242.565000', '151242.567000', '151242.570000', '151242.573000', '151242.575000', '151242.578000', '151242.581000', '151242.583000', '151242.586000', '151242.589000', '151242.591000', '151242.594000', '151242.597000', '151242.599000', '151242.602000', '151242.604000', '151242.607000', '151242.610000', '151242.612000', '151242.615000', '151242.618000', '151242.621000', '151242.623000', '151242.626000', '151242.629000', '151242.631000', '151242.634000', '151242.636000', '151242.639000', '151242.642000', '151242.644000', '151302.534000', '151302.537000', '151302.539000', '151302.542000', '151302.545000', '151302.547000', '151302.550000', '151302.553000', '151302.555000', '151302.558000', '151302.561000', '151302.563000', '151302.566000', '151302.569000', '151302.571000', '151302.574000', '151302.577000', '151302.579000', '151302.582000', '151302.585000', '151302.587000', '151302.590000', '151302.593000', '151302.595000', '151302.598000', '151302.601000', '151302.603000', '151302.606000', '151302.608000', '151302.611000', '151302.614000', '151302.617000', '151302.619000', '151302.622000', '151302.624000', '151302.627000', '151302.630000', '151302.632000', '151302.635000', '151302.638000', '151302.640000', '151302.643000', '151302.646000', '151302.648000', '151322.534000', '151322.536000', '151322.539000', '151322.559000', '151322.562000', '151322.565000', '151322.567000', '151322.570000', '151322.573000', '151322.575000', '151322.578000', '151322.580000', '151322.583000', '151322.586000', '151322.588000', '151322.591000', '151322.594000', '151322.596000', '151322.599000', '151322.602000', '151322.605000', '151322.607000', '151322.610000', '151322.612000', '151322.615000', '151322.618000', '151322.620000', '151322.623000', '151322.626000', '151322.628000', '151322.631000', '151322.634000', '151322.636000', '151322.639000', '151322.641000', '151322.644000', '151322.647000', '151322.649000', '151322.652000', '151322.655000', '151322.657000', '151322.660000', '151322.662000', '151342.534000', '151342.537000', '151342.540000', '151342.543000', '151342.545000', '151342.548000', '151342.551000', '151342.553000', '151342.556000', '151342.558000', '151342.561000', '151342.564000', '151342.567000', '151342.569000', '151342.572000', '151342.574000', '151342.577000', '151342.580000', '151342.583000', '151342.585000', '151342.588000', '151342.591000', '151342.593000', '151342.596000', '151342.599000', '151342.601000', '151342.604000', '151342.606000', '151342.609000', '151342.612000', '151342.614000', '151342.617000', '151342.620000', '151342.622000', '151342.625000', '151342.627000', '151342.630000', '151342.633000', '151342.635000', '151342.638000', '151342.640000', '151342.643000', '151342.646000', '151402.532000', '151402.535000', '151402.538000', '151402.541000', '151402.543000', '151402.546000', '151402.549000', '151402.551000', '151402.554000', '151402.556000', '151402.559000', '151402.562000', '151402.564000', '151402.567000', '151402.570000', '151402.572000', '151402.575000', '151402.578000', '151402.580000', '151402.583000', '151402.586000', '151402.588000', '151402.591000', '151402.594000', '151402.596000', '151402.599000', '151402.602000', '151402.604000', '151402.607000', '151402.610000', '151402.612000', '151402.615000', '151402.617000', '151402.620000', '151402.623000', '151402.625000', '151402.628000', '151402.631000', '151402.633000', '151402.636000', '151402.639000', '151402.641000', '151402.644000', '151402.646000', '151422.533000', '151422.535000', '151422.538000', '151422.541000', '151422.543000', '151422.546000', '151422.549000', '151422.551000', '151422.554000', '151422.556000', '151422.571000', '151422.573000', '151422.576000', '151422.579000', '151422.581000', '151422.584000', '151422.586000', '151422.589000', '151422.592000', '151422.594000', '151422.597000', '151422.600000', '151422.602000', '151422.605000', '151422.608000', '151422.610000', '151422.613000', '151422.615000', '151422.618000', '151422.621000', '151422.623000', '151422.626000', '151422.629000', '151422.631000', '151422.634000', '151422.637000', '151422.639000', '151422.642000', '151422.645000', '151422.648000', '151422.650000', '151422.653000', '151422.656000', '151422.658000', '151442.533000', '151442.536000', '151442.538000', '151442.541000', '151442.543000', '151442.546000', '151442.549000', '151442.551000', '151442.554000', '151442.557000', '151442.559000', '151442.562000', '151442.565000', '151442.567000', '151442.570000', '151442.573000', '151442.575000', '151442.578000', '151442.581000', '151442.583000', '151442.586000', '151442.589000', '151442.591000', '151442.594000', '151442.596000', '151442.599000', '151442.602000', '151442.605000', '151442.607000', '151442.610000', '151442.613000', '151442.615000', '151442.618000', '151442.621000', '151442.623000', '151442.626000', '151442.629000', '151442.631000', '151442.634000', '151442.637000', '151442.639000', '151442.642000', '151442.644000', '151502.533000', '151502.536000', '151502.538000', '151502.541000', '151502.544000', '151502.546000', '151502.549000', '151502.552000', '151502.554000', '151502.557000', '151502.560000', '151502.562000', '151502.565000', '151502.567000', '151502.570000', '151502.573000', '151502.576000', '151502.578000', '151502.581000', '151502.584000', '151502.586000', '151502.589000', '151502.591000', '151502.594000', '151502.597000', '151502.599000', '151502.602000', '151502.605000', '151502.607000', '151502.610000', '151502.612000', '151502.615000', '151502.618000', '151502.620000', '151502.623000', '151502.626000', '151502.628000', '151502.631000', '151502.634000', '151502.636000', '151502.639000', '151502.641000', '151502.644000', '151502.647000', '151522.533000', '151522.536000', '151522.539000', '151522.542000', '151522.544000', '151522.547000', '151522.550000', '151522.552000', '151522.555000', '151522.558000', '151522.560000', '151522.563000', '151522.566000', '151522.568000', '151522.571000', '151522.574000', '151522.576000', '151522.579000', '151522.582000', '151522.584000', '151522.587000', '151522.590000', '151522.592000', '151522.595000', '151522.598000', '151522.600000', '151522.603000', '151522.606000', '151522.608000', '151522.611000', '151522.613000', '151522.616000', '151522.619000', '151522.621000', '151522.624000', '151522.627000', '151522.630000', '151522.632000', '151522.635000', '151522.637000', '151522.640000', '151522.643000', '151522.645000', '151542.534000', '151542.536000', '151542.539000', '151542.542000', '151542.544000', '151542.547000', '151542.550000', '151542.564000', '151542.567000', '151542.570000', '151542.572000', '151542.575000', '151542.577000', '151542.580000', '151542.583000', '151542.585000', '151542.588000', '151542.591000', '151542.593000', '151542.596000', '151542.598000', '151542.601000', '151542.604000', '151542.606000', '151542.609000', '151542.612000', '151542.614000', '151542.617000', '151542.619000', '151542.622000', '151542.625000', '151542.627000', '151542.630000', '151542.633000', '151542.635000', '151542.638000', '151542.640000', '151542.643000', '151542.646000', '151542.648000', '151542.651000', '151542.654000', '151542.656000', '151542.659000', '151547.549000', '151547.552000', '151547.555000', '151547.558000', '151547.560000', '151547.563000', '151547.566000', '151547.569000', '151547.572000', '151547.575000', '151547.577000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [13386, 13000, 9163, 12371, 8771, 12579, 8848, 11192, 7052, 10625, 7601, 11937, 9027, 12578, 7993, 11539, 7456, 10872, 8006, 12049, 7486, 10927, 7363, 10690, 7672, 6723, 9220, 6622, 9864, 6942, 11225, 8100, 10971, 7771, 11573, 7898, 12167, 8667, 6677, 8798, 6315, 9774, 7160, 11878, 7921, 6969, 8639, 8851, 9824, 7145, 9383, 6584, 9974, 6705, 11135, 7934, 8051, 7985, 12058, 7599, 8690, 8435, 6606, 10362, 7043, 11525, 7951, 11915, 8344, 7876, 8186, 13440, 9378, 8427, 8853, 6389, 9939, 7310, 12391, 9209, 8252, 8874, 13522, 9994, 9534, 10246, 6546, 10280, 6752, 12315, 8912, 13223, 8509, 12092, 7603, 11709, 8990, 6821, 8960, 6500, 9654, 7480, 10447, 6487, 10905, 6797, 11340, 8230, 10795, 6984, 10819, 6824, 10067, 7373, 11170, 7601, 10843, 7560, 12518, 9064, 12438, 7860, 10934, 7454, 12811, 9308, 6795, 9658, 6955, 10009, 7311, 12154, 8215, 12249, 7803, 10396, 7379, 11102, 7208, 10627, 7177, 10484, 7491, 11700, 7617, 7182, 7962, 9879, 9119, 7177, 9724, 7008, 9916, 6716, 10977, 7742, 11782, 7522, 10854, 7371, 12183, 8776, 13374, 8233, 11690, 7468, 12561, 8679, 8466, 8189, 6739, 8052, 8646, 9125, 7243, 8823, 6622, 8948, 8180, 10216, 7127, 9963, 6721, 9931, 8089, 10551, 7303, 10432, 6498, 10543, 6942, 11226, 7499, 11062, 7406, 11611, 7714, 13582, 9197, 7451, 9385, 6570, 9298, 10688, 10146, 7179, 10153, 6740, 10563, 7597, 12372, 8426, 6410, 9230, 8473, 9167, 12162, 10778, 7907, 10123, 6522, 10549, 6441, 11420, 7963, 12650, 7849, 11383, 7908, 12820, 9296, 8366, 9274, 6872, 9760, 8288, 11594, 7928, 10576, 6663, 11150, 8032, 12445, 8115, 11809, 7232, 10462, 7266, 10714, 7064, 10565, 6489, 10226, 6807, 10930, 6968, 10903, 7438, 10366, 7267, 9099, 8198, 6470, 9770, 6579, 9297, 7041, 10262, 6762, 10171, 6374, 10293, 7591, 11032, 7200, 10806, 7042, 10464, 7630, 12223, 7851, 7753, 8287, 8363, 10497, 7756, 9972, 6699, 10351, 7644, 11141, 7395, 10919, 6828, 11316, 7637, 10787, 6890, 11083, 6779, 10114, 6848, 10433, 6930, 10941, 6877, 10382, 7517, 11964, 7879, 10636, 7211, 10505, 7568, 12634, 7651, 10589, 7031, 11530, 8257, 12045, 7537, 7978, 7625, 12344, 10090, 7789, 9470, 6449, 9570, 7950, 11028, 8168, 10319, 6948, 10301, 7534, 9407, 6553, 11178, 9763, 7768, 11484, 8829, 14569, 8672, 14606, 9694, 12790, 7365, 7509, 8556, 7993, 10422, 7121, 10538, 6973, 10097, 7105, 11299, 7644, 6925, 8762, 6099, 10671, 8006, 11518, 8184, 11448, 7437, 11867, 8246, 12374, 9021, 7341, 9162, 8502, 9503, 11390, 10793, 8893, 13326, 7404, 6514, 10926, 9049, 10532, 14224, 8681, 10916, 7813, 12092, 8993, 15479, 9021, 13063, 7450, 11380, 8050, 13075, 8874, 13677, 7600, 10631, 7419, 10633, 8522, 7888, 8540, 6487, 9723, 6632, 9813, 10962, 9267, 6389, 8535, 7928, 8896, 6545, 9838, 6380, 9990, 7214, 10225, 7583, 11305, 7860, 7179, 7151, 9508, 8199, 7548, 8752, 6356, 9748, 6839, 11629, 8809, 6889, 8543, 6248, 9589, 6621, 11151, 7469, 9760, 7471, 11510, 8250, 13119, 9275, 6554, 9152, 6574, 11174, 8682, 12502, 7128, 10701, 7145, 11766, 9182, 10111, 8945, 6799, 9627, 7730, 10843, 8110, 9958, 6631, 10028, 6533, 11242, 8030, 12222, 7541, 11348, 7423, 12867, 9086, 6847, 9674, 6763, 10492, 7336, 11655, 8336, 10673, 7217, 12608, 9638, 8507, 9145, 6681, 9415, 7475, 10998, 7281, 10656, 7198, 10869, 8033, 12195, 8089, 9338, 7063, 12148, 8769, 9052, 8504, 6773, 7963, 6428, 9054, 6252, 8908, 6468, 9946, 7171, 10675, 6720, 10926, 6438, 10169, 6979, 11764, 7990, 8612, 7592, 12535, 9201, 8584, 8397, 7206, 8493, 9650, 10002, 6474, 10398, 6906, 10597, 7381, 12314, 8953, 10699, 7807, 12344, 10250, 8320, 9228, 6808, 9377, 7673, 10638, 6656, 10618, 7076, 11155, 8046, 12812, 7783, 11428, 7282, 11994, 8252, 6600, 9266, 6611, 10388, 6886, 10736, 7403, 11442, 7412, 6450, 8890, 8956, 9515, 6573, 9748, 6381, 9855, 6716, 10759, 7724, 8879, 7584, 7201, 9230, 8958, 11435, 7259, 11769, 7946, 12866, 10041, 9894, 9971, 6614, 10572, 8136, 12019, 8252, 11565, 7461, 9632, 8915, 7619, 11446, 7122, 9451, 7930, 12790, 10192, 8151, 10497, 7064, 10717, 7601, 13394, 9729, 6515, 9702, 7004, 11544, 8809, 9459, 8487, 6547, 9116, 8802, 10775, 6897, 10501, 7104, 11018, 8579, 13037, 8135, 11721, 7337, 10209, 8321, 6381, 9594, 6529, 9693, 7336, 12116, 9492, 6556, 9419, 6508, 9592, 8113, 10600, 6981, 9856, 6852, 9817, 7279, 11219, 7323, 10674, 7090, 10744, 7945, 12107, 8773, 10984, 7591, 11372, 7795, 11069, 10487, 7387, 10483, 6923, 10583, 8190, 12907, 9581, 6807, 8845, 6799, 9570, 10919, 10269, 6415, 9879, 6331, 10358, 7740, 11098, 7328, 6934, 8488, 13069, 8899, 7064, 9011, 6567, 9954, 7258, 10621, 8330, 10753, 6295, 9608, 6822, 9944, 7678, 10158, 6409, 10113, 6875, 9903, 7272, 11908, 7824, 6414, 7841, 10959, 7596, 11501, 8853, 6975, 8126, 6426, 9271, 7781, 10066, 6827, 9054, 6404, 8894, 7177, 9790, 6409, 10174, 6606, 9585, 6963, 10811, 7738, 6638, 8088, 10242, 8618, 13260, 9196, 6615, 9206, 9839, 8558, 9378, 10292, 6799, 10456, 7011, 10840, 8016, 12418, 8742, 10877, 7000, 10394, 7323, 12424, 8378, 6338, 7076, 6272, 9691, 7312, 11150, 7129, 10495, 6589, 10686, 8102, 11601, 7492, 10926, 6832, 10857, 8172, 11735, 7361, 10797, 6715, 10512, 7198, 10928, 6869, 10303, 6729, 10646, 8450, 8978, 8085, 6657, 9241, 7634, 10343, 7659, 10049, 6318, 10054, 7791, 11329, 7924, 10537, 6404, 10123, 7503, 10906, 6756, 10368, 6760, 10233, 6736, 11116, 7565, 10474, 6922, 10041, 6718, 10455, 7292, 11511, 7142, 6736, 7644, 12169, 9071, 12027, 7247, 9768, 6938, 11250, 8721, 11262, 7518, 6420, 8658, 7193, 9513, 11990, 9223, 6508, 9036, 6412, 10174, 7768, 11666, 8312, 6315, 8878, 9416, 10710, 7894, 10324, 6326, 10341, 7497, 10711, 8443, 10513, 6727, 8501, 7776, 7637, 10002, 6772, 10450, 7075, 10773, 7814, 12161, 8636, 6642, 8596, 6564, 9791, 7991, 10899, 7220, 10128, 6286, 10191, 8083, 12878, 8183, 6805, 9112, 7262, 11000, 7241, 10560, 6938, 10532, 7578, 11911, 8295, 11313, 6851, 10318, 7823, 11660, 8454, 7793, 7571, 6388, 9209, 6638, 11379, 8027, 6297, 8319, 6901, 9266, 8419, 9705, 6429, 9911, 6370, 10232, 7570, 11376, 7727, 6408, 8331, 11080, 8575, 9105, 9291, 6526, 9531, 6801, 11012, 8660, 8937, 8280, 6395, 9204, 8216, 10112, 9622, 9839, 6442, 9589, 6339, 10634, 7897, 11832, 7982, 11332, 6968, 11389, 8736, 7928, 7997, 6446, 9293, 7272, 11010, 7144, 9960, 6867, 10468, 7267, 11376, 8065, 10724, 6656, 10163, 7731, 11420, 8125, 9801, 6889, 10381, 7445, 11524, 8876, 6374, 8374, 6316, 8197, 11891, 9055, 7124, 7744, 6373, 8246, 8279, 9334, 7345, 7403, 6455, 8107, 6304, 9468, 6463, 9856, 6835, 10181, 7419, 10946, 8322, 6477, 8387, 6506, 9267, 7998, 9997, 7532, 9928, 6954, 10131, 7207, 11237, 8167, 8070, 8083, 7101, 8790, 10187, 10359, 6957, 10135, 6622, 9734, 6823, 10970, 7715, 11113, 6687, 10628, 7382, 11453, 8426, 7190, 8333, 6119, 9768, 7083, 10131, 7216, 11262, 6799, 10545, 7128, 10827, 7372, 11767, 7979, 7856, 7880, 8903, 9996, 7521, 10350, 6452, 10321, 8042, 11269, 7962, 10932, 6782, 10505, 7691, 11458, 8081, 6597, 7568, 6691, 9025, 7189, 10323, 6262, 10345, 6140, 9906, 6827, 10629, 6829, 7312, 6917, 6276, 8983, 7114, 10679, 6716, 9919], 'WindowCenter': [3977.0, 3963.0, 3915.0, 3936.0, 3888.0, 3909.0, 3877.0, 3908.0, 3866.0, 3897.0, 3878.0, 3907.0, 3888.0, 3908.0, 3877.0, 3905.0, 3865.0, 3896.0, 3876.0, 3907.0, 3866.0, 3907.0, 3867.0, 3908.0, 3878.0, 3868.0, 3901.0, 3870.0, 3913.0, 3880.0, 3923.0, 3891.0, 3922.0, 3894.0, 3922.0, 3890.0, 3922.0, 3902.0, 3870.0, 3901.0, 3871.0, 3924.0, 3893.0, 3935.0, 3906.0, 3894.0, 3915.0, 3915.0, 3924.0, 3884.0, 3914.0, 3883.0, 3923.0, 3883.0, 3935.0, 3906.0, 3904.0, 3905.0, 3935.0, 3906.0, 3913.0, 3915.0, 3885.0, 3937.0, 3898.0, 3947.0, 3906.0, 3937.0, 3917.0, 3905.0, 3917.0, 3948.0, 3916.0, 3904.0, 3914.0, 3874.0, 3926.0, 3894.0, 3937.0, 3916.0, 3904.0, 3917.0, 3945.0, 3925.0, 3915.0, 3925.0, 3872.0, 3923.0, 3882.0, 3933.0, 3916.0, 3933.0, 3905.0, 3933.0, 3891.0, 3922.0, 3902.0, 3870.0, 3902.0, 3871.0, 3913.0, 3882.0, 3924.0, 3871.0, 3922.0, 3870.0, 3923.0, 3902.0, 3922.0, 3881.0, 3922.0, 3871.0, 3912.0, 3881.0, 3923.0, 3893.0, 3923.0, 3895.0, 3933.0, 3913.0, 3933.0, 3893.0, 3924.0, 3882.0, 3932.0, 3914.0, 3881.0, 3914.0, 3881.0, 3914.0, 3881.0, 3933.0, 3903.0, 3934.0, 3891.0, 3912.0, 3881.0, 3922.0, 3881.0, 3922.0, 3882.0, 3923.0, 3881.0, 3932.0, 3892.0, 3881.0, 3903.0, 3913.0, 3913.0, 3882.0, 3924.0, 3894.0, 3924.0, 3884.0, 3935.0, 3905.0, 3934.0, 3905.0, 3935.0, 3894.0, 3934.0, 3904.0, 3934.0, 3904.0, 3934.0, 3882.0, 3933.0, 3904.0, 3903.0, 3903.0, 3872.0, 3903.0, 3902.0, 3915.0, 3893.0, 3914.0, 3883.0, 3915.0, 3903.0, 3924.0, 3883.0, 3927.0, 3870.0, 3913.0, 3891.0, 3923.0, 3882.0, 3924.0, 3871.0, 3923.0, 3880.0, 3922.0, 3881.0, 3924.0, 3892.0, 3933.0, 3893.0, 3944.0, 3914.0, 3892.0, 3913.0, 3883.0, 3914.0, 3924.0, 3923.0, 3883.0, 3923.0, 3882.0, 3923.0, 3893.0, 3935.0, 3904.0, 3872.0, 3927.0, 3904.0, 3914.0, 3934.0, 3926.0, 3903.0, 3925.0, 3872.0, 3923.0, 3871.0, 3924.0, 3893.0, 3934.0, 3893.0, 3922.0, 3892.0, 3931.0, 3914.0, 3891.0, 3903.0, 3870.0, 3913.0, 3890.0, 3922.0, 3891.0, 3911.0, 3870.0, 3922.0, 3889.0, 3923.0, 3890.0, 3919.0, 3879.0, 3910.0, 3879.0, 3910.0, 3868.0, 3911.0, 3858.0, 3910.0, 3868.0, 3910.0, 3868.0, 3920.0, 3880.0, 3910.0, 3881.0, 3902.0, 3902.0, 3874.0, 3926.0, 3884.0, 3914.0, 3881.0, 3926.0, 3882.0, 3924.0, 3872.0, 3925.0, 3904.0, 3935.0, 3895.0, 3924.0, 3883.0, 3924.0, 3894.0, 3935.0, 3905.0, 3905.0, 3907.0, 3904.0, 3926.0, 3894.0, 3927.0, 3873.0, 3925.0, 3892.0, 3926.0, 3882.0, 3925.0, 3871.0, 3925.0, 3892.0, 3924.0, 3881.0, 3922.0, 3872.0, 3924.0, 3871.0, 3925.0, 3883.0, 3925.0, 3884.0, 3924.0, 3894.0, 3935.0, 3904.0, 3925.0, 3893.0, 3924.0, 3892.0, 3935.0, 3895.0, 3923.0, 3883.0, 3934.0, 3904.0, 3935.0, 3904.0, 3902.0, 3906.0, 3936.0, 3937.0, 3893.0, 3926.0, 3872.0, 3914.0, 3891.0, 3925.0, 3903.0, 3913.0, 3881.0, 3912.0, 3892.0, 3914.0, 3875.0, 3925.0, 3915.0, 3905.0, 3936.0, 3916.0, 3945.0, 3904.0, 3946.0, 3914.0, 3933.0, 3880.0, 3879.0, 3902.0, 3892.0, 3922.0, 3881.0, 3923.0, 3883.0, 3923.0, 3882.0, 3923.0, 3895.0, 3894.0, 3914.0, 3873.0, 3937.0, 3906.0, 3937.0, 3906.0, 3936.0, 3896.0, 3935.0, 3904.0, 3934.0, 3905.0, 3883.0, 3917.0, 3902.0, 3915.0, 3922.0, 3925.0, 3917.0, 3947.0, 3896.0, 3886.0, 3939.0, 3914.0, 3912.0, 3931.0, 3890.0, 3909.0, 3879.0, 3921.0, 3902.0, 3931.0, 3890.0, 3918.0, 3855.0, 3894.0, 3850.0, 3893.0, 3860.0, 3902.0, 3852.0, 3881.0, 3853.0, 3882.0, 3872.0, 3861.0, 3873.0, 3832.0, 3883.0, 3829.0, 3884.0, 3881.0, 3873.0, 3829.0, 3873.0, 3861.0, 3872.0, 3841.0, 3884.0, 3843.0, 3896.0, 3867.0, 3897.0, 3878.0, 3908.0, 3889.0, 3867.0, 3869.0, 3899.0, 3891.0, 3891.0, 3902.0, 3872.0, 3913.0, 3885.0, 3935.0, 3915.0, 3894.0, 3915.0, 3874.0, 3917.0, 3884.0, 3938.0, 3896.0, 3927.0, 3897.0, 3936.0, 3906.0, 3946.0, 3916.0, 3874.0, 3915.0, 3884.0, 3937.0, 3903.0, 3935.0, 3882.0, 3924.0, 3882.0, 3922.0, 3914.0, 3912.0, 3903.0, 3870.0, 3914.0, 3891.0, 3923.0, 3891.0, 3912.0, 3872.0, 3913.0, 3872.0, 3923.0, 3893.0, 3933.0, 3893.0, 3924.0, 3882.0, 3932.0, 3903.0, 3871.0, 3912.0, 3884.0, 3924.0, 3882.0, 3934.0, 3904.0, 3923.0, 3893.0, 3934.0, 3915.0, 3902.0, 3913.0, 3871.0, 3901.0, 3880.0, 3924.0, 3880.0, 3911.0, 3882.0, 3912.0, 3891.0, 3922.0, 3893.0, 3901.0, 3881.0, 3922.0, 3902.0, 3903.0, 3903.0, 3871.0, 3892.0, 3859.0, 3903.0, 3872.0, 3913.0, 3874.0, 3926.0, 3883.0, 3925.0, 3873.0, 3924.0, 3873.0, 3913.0, 3882.0, 3934.0, 3895.0, 3902.0, 3894.0, 3936.0, 3915.0, 3903.0, 3904.0, 3881.0, 3903.0, 3912.0, 3914.0, 3873.0, 3923.0, 3883.0, 3923.0, 3894.0, 3935.0, 3915.0, 3925.0, 3894.0, 3934.0, 3925.0, 3902.0, 3914.0, 3870.0, 3902.0, 3880.0, 3913.0, 3872.0, 3912.0, 3882.0, 3922.0, 3892.0, 3933.0, 3893.0, 3923.0, 3882.0, 3923.0, 3904.0, 3882.0, 3913.0, 3885.0, 3925.0, 3884.0, 3924.0, 3895.0, 3935.0, 3895.0, 3875.0, 3916.0, 3914.0, 3927.0, 3884.0, 3926.0, 3887.0, 3927.0, 3884.0, 3936.0, 3906.0, 3915.0, 3906.0, 3894.0, 3917.0, 3914.0, 3936.0, 3895.0, 3935.0, 3905.0, 3935.0, 3916.0, 3913.0, 3913.0, 3872.0, 3913.0, 3890.0, 3922.0, 3891.0, 3923.0, 3882.0, 3900.0, 3901.0, 3891.0, 3923.0, 3882.0, 3912.0, 3894.0, 3934.0, 3922.0, 3893.0, 3923.0, 3883.0, 3912.0, 3893.0, 3933.0, 3913.0, 3873.0, 3914.0, 3883.0, 3923.0, 3915.0, 3913.0, 3903.0, 3873.0, 3902.0, 3902.0, 3923.0, 3870.0, 3924.0, 3881.0, 3922.0, 3902.0, 3932.0, 3892.0, 3922.0, 3881.0, 3911.0, 3892.0, 3871.0, 3913.0, 3872.0, 3914.0, 3895.0, 3935.0, 3927.0, 3885.0, 3927.0, 3875.0, 3926.0, 3895.0, 3925.0, 3883.0, 3925.0, 3871.0, 3914.0, 3881.0, 3924.0, 3893.0, 3924.0, 3895.0, 3925.0, 3893.0, 3934.0, 3904.0, 3924.0, 3893.0, 3923.0, 3893.0, 3922.0, 3924.0, 3882.0, 3923.0, 3882.0, 3911.0, 3893.0, 3935.0, 3914.0, 3872.0, 3904.0, 3871.0, 3902.0, 3911.0, 3913.0, 3861.0, 3911.0, 3871.0, 3912.0, 3891.0, 3923.0, 3882.0, 3883.0, 3904.0, 3934.0, 3903.0, 3883.0, 3903.0, 3871.0, 3914.0, 3881.0, 3913.0, 3893.0, 3913.0, 3860.0, 3901.0, 3859.0, 3900.0, 3878.0, 3910.0, 3857.0, 3909.0, 3872.0, 3911.0, 3883.0, 3934.0, 3894.0, 3871.0, 3907.0, 3924.0, 3893.0, 3934.0, 3915.0, 3883.0, 3904.0, 3874.0, 3916.0, 3894.0, 3916.0, 3872.0, 3914.0, 3873.0, 3914.0, 3884.0, 3925.0, 3876.0, 3926.0, 3885.0, 3927.0, 3885.0, 3935.0, 3907.0, 3886.0, 3907.0, 3927.0, 3918.0, 3948.0, 3916.0, 3884.0, 3917.0, 3915.0, 3905.0, 3902.0, 3915.0, 3871.0, 3925.0, 3884.0, 3923.0, 3893.0, 3935.0, 3904.0, 3922.0, 3883.0, 3911.0, 3892.0, 3933.0, 3904.0, 3872.0, 3883.0, 3885.0, 3925.0, 3895.0, 3937.0, 3896.0, 3936.0, 3884.0, 3926.0, 3894.0, 3937.0, 3894.0, 3925.0, 3872.0, 3923.0, 3891.0, 3923.0, 3882.0, 3922.0, 3871.0, 3911.0, 3881.0, 3923.0, 3872.0, 3923.0, 3884.0, 3923.0, 3904.0, 3912.0, 3904.0, 3883.0, 3915.0, 3893.0, 3914.0, 3894.0, 3914.0, 3872.0, 3913.0, 3880.0, 3924.0, 3891.0, 3912.0, 3859.0, 3913.0, 3881.0, 3923.0, 3871.0, 3912.0, 3870.0, 3913.0, 3870.0, 3922.0, 3882.0, 3913.0, 3881.0, 3911.0, 3870.0, 3911.0, 3881.0, 3922.0, 3882.0, 3871.0, 3894.0, 3935.0, 3914.0, 3934.0, 3883.0, 3911.0, 3882.0, 3923.0, 3903.0, 3925.0, 3893.0, 3872.0, 3904.0, 3882.0, 3914.0, 3923.0, 3913.0, 3872.0, 3914.0, 3871.0, 3925.0, 3894.0, 3935.0, 3904.0, 3873.0, 3914.0, 3912.0, 3925.0, 3893.0, 3924.0, 3873.0, 3924.0, 3881.0, 3912.0, 3891.0, 3913.0, 3873.0, 3902.0, 3894.0, 3892.0, 3925.0, 3883.0, 3924.0, 3895.0, 3925.0, 3894.0, 3935.0, 3904.0, 3883.0, 3905.0, 3883.0, 3925.0, 3892.0, 3925.0, 3881.0, 3912.0, 3871.0, 3912.0, 3892.0, 3933.0, 3892.0, 3871.0, 3904.0, 3882.0, 3924.0, 3883.0, 3924.0, 3882.0, 3913.0, 3882.0, 3923.0, 3892.0, 3922.0, 3872.0, 3912.0, 3881.0, 3921.0, 3892.0, 3880.0, 3890.0, 3872.0, 3915.0, 3882.0, 3934.0, 3905.0, 3874.0, 3905.0, 3883.0, 3915.0, 3905.0, 3916.0, 3874.0, 3926.0, 3872.0, 3925.0, 3895.0, 3936.0, 3894.0, 3873.0, 3905.0, 3935.0, 3905.0, 3914.0, 3914.0, 3873.0, 3915.0, 3886.0, 3924.0, 3916.0, 3916.0, 3906.0, 3875.0, 3917.0, 3904.0, 3925.0, 3913.0, 3915.0, 3872.0, 3913.0, 3872.0, 3923.0, 3905.0, 3935.0, 3905.0, 3923.0, 3883.0, 3924.0, 3903.0, 3892.0, 3894.0, 3872.0, 3914.0, 3882.0, 3925.0, 3883.0, 3913.0, 3885.0, 3926.0, 3883.0, 3925.0, 3893.0, 3924.0, 3883.0, 3924.0, 3892.0, 3922.0, 3893.0, 3914.0, 3883.0, 3913.0, 3883.0, 3923.0, 3904.0, 3871.0, 3902.0, 3872.0, 3905.0, 3923.0, 3904.0, 3880.0, 3892.0, 3871.0, 3903.0, 3902.0, 3914.0, 3882.0, 3894.0, 3871.0, 3902.0, 3872.0, 3926.0, 3874.0, 3927.0, 3897.0, 3937.0, 3896.0, 3936.0, 3918.0, 3886.0, 3907.0, 3885.0, 3928.0, 3904.0, 3927.0, 3894.0, 3915.0, 3883.0, 3925.0, 3883.0, 3924.0, 3904.0, 3893.0, 3905.0, 3882.0, 3905.0, 3914.0, 3914.0, 3883.0, 3925.0, 3883.0, 3914.0, 3882.0, 3926.0, 3895.0, 3935.0, 3884.0, 3926.0, 3895.0, 3924.0, 3904.0, 3883.0, 3905.0, 3875.0, 3926.0, 3883.0, 3925.0, 3894.0, 3934.0, 3884.0, 3925.0, 3885.0, 3924.0, 3883.0, 3924.0, 3893.0, 3892.0, 3893.0, 3902.0, 3914.0, 3892.0, 3912.0, 3873.0, 3923.0, 3892.0, 3923.0, 3893.0, 3922.0, 3872.0, 3922.0, 3892.0, 3922.0, 3892.0, 3871.0, 3892.0, 3882.0, 3915.0, 3881.0, 3925.0, 3871.0, 3925.0, 3862.0, 3913.0, 3872.0, 3923.0, 3883.0, 3893.0, 3894.0, 3873.0, 3916.0, 3896.0, 3938.0, 3897.0, 3928.0], 'WindowWidth': [8865.0, 8837.0, 8759.0, 8786.0, 8709.0, 8737.0, 8689.0, 8732.0, 8678.0, 8718.0, 8694.0, 8732.0, 8708.0, 8732.0, 8692.0, 8726.0, 8673.0, 8713.0, 8689.0, 8731.0, 8678.0, 8731.0, 8681.0, 8734.0, 8697.0, 8684.0, 8730.0, 8692.0, 8750.0, 8704.0, 8764.0, 8720.0, 8762.0, 8727.0, 8760.0, 8717.0, 8760.0, 8735.0, 8691.0, 8734.0, 8695.0, 8766.0, 8727.0, 8785.0, 8747.0, 8729.0, 8759.0, 8756.0, 8770.0, 8715.0, 8755.0, 8714.0, 8767.0, 8714.0, 8784.0, 8747.0, 8744.0, 8747.0, 8784.0, 8747.0, 8754.0, 8759.0, 8720.0, 8792.0, 8743.0, 8805.0, 8750.0, 8792.0, 8766.0, 8748.0, 8765.0, 8805.0, 8762.0, 8743.0, 8757.0, 8703.0, 8772.0, 8731.0, 8791.0, 8762.0, 8744.0, 8763.0, 8798.0, 8771.0, 8757.0, 8770.0, 8698.0, 8766.0, 8711.0, 8780.0, 8760.0, 8778.0, 8744.0, 8776.0, 8721.0, 8762.0, 8737.0, 8692.0, 8736.0, 8695.0, 8752.0, 8708.0, 8769.0, 8694.0, 8763.0, 8692.0, 8765.0, 8735.0, 8763.0, 8707.0, 8762.0, 8694.0, 8749.0, 8708.0, 8766.0, 8726.0, 8766.0, 8730.0, 8779.0, 8754.0, 8778.0, 8726.0, 8766.0, 8709.0, 8775.0, 8755.0, 8709.0, 8754.0, 8708.0, 8753.0, 8708.0, 8780.0, 8738.0, 8779.0, 8719.0, 8747.0, 8705.0, 8761.0, 8707.0, 8762.0, 8709.0, 8763.0, 8707.0, 8775.0, 8725.0, 8708.0, 8739.0, 8751.0, 8753.0, 8710.0, 8770.0, 8732.0, 8768.0, 8717.0, 8785.0, 8746.0, 8784.0, 8746.0, 8784.0, 8729.0, 8782.0, 8743.0, 8782.0, 8742.0, 8780.0, 8710.0, 8778.0, 8742.0, 8739.0, 8741.0, 8696.0, 8740.0, 8737.0, 8758.0, 8727.0, 8757.0, 8714.0, 8757.0, 8739.0, 8770.0, 8713.0, 8774.0, 8691.0, 8751.0, 8719.0, 8764.0, 8708.0, 8765.0, 8694.0, 8764.0, 8704.0, 8763.0, 8708.0, 8767.0, 8725.0, 8778.0, 8727.0, 8794.0, 8756.0, 8723.0, 8753.0, 8711.0, 8755.0, 8766.0, 8767.0, 8711.0, 8766.0, 8712.0, 8766.0, 8728.0, 8784.0, 8745.0, 8700.0, 8776.0, 8742.0, 8757.0, 8780.0, 8774.0, 8739.0, 8770.0, 8699.0, 8764.0, 8695.0, 8767.0, 8725.0, 8781.0, 8725.0, 8762.0, 8723.0, 8774.0, 8754.0, 8719.0, 8737.0, 8690.0, 8749.0, 8716.0, 8763.0, 8718.0, 8746.0, 8690.0, 8760.0, 8713.0, 8762.0, 8715.0, 8753.0, 8700.0, 8741.0, 8698.0, 8742.0, 8684.0, 8743.0, 8671.0, 8741.0, 8684.0, 8743.0, 8686.0, 8756.0, 8704.0, 8743.0, 8706.0, 8736.0, 8738.0, 8702.0, 8775.0, 8714.0, 8756.0, 8709.0, 8774.0, 8710.0, 8769.0, 8699.0, 8770.0, 8744.0, 8786.0, 8732.0, 8770.0, 8715.0, 8769.0, 8731.0, 8787.0, 8746.0, 8746.0, 8751.0, 8744.0, 8777.0, 8731.0, 8776.0, 8701.0, 8770.0, 8723.0, 8772.0, 8710.0, 8769.0, 8694.0, 8769.0, 8722.0, 8767.0, 8707.0, 8762.0, 8697.0, 8766.0, 8695.0, 8770.0, 8713.0, 8771.0, 8717.0, 8768.0, 8729.0, 8785.0, 8743.0, 8770.0, 8727.0, 8767.0, 8726.0, 8784.0, 8730.0, 8766.0, 8715.0, 8781.0, 8744.0, 8784.0, 8744.0, 8739.0, 8747.0, 8786.0, 8791.0, 8727.0, 8774.0, 8698.0, 8756.0, 8721.0, 8772.0, 8737.0, 8752.0, 8707.0, 8749.0, 8721.0, 8755.0, 8705.0, 8770.0, 8755.0, 8747.0, 8788.0, 8762.0, 8799.0, 8742.0, 8800.0, 8754.0, 8777.0, 8703.0, 8700.0, 8734.0, 8720.0, 8763.0, 8706.0, 8763.0, 8712.0, 8763.0, 8711.0, 8766.0, 8733.0, 8731.0, 8758.0, 8703.0, 8792.0, 8748.0, 8791.0, 8748.0, 8788.0, 8734.0, 8783.0, 8743.0, 8781.0, 8744.0, 8711.0, 8760.0, 8735.0, 8756.0, 8762.0, 8770.0, 8763.0, 8806.0, 8734.0, 8723.0, 8795.0, 8756.0, 8748.0, 8770.0, 8714.0, 8737.0, 8699.0, 8757.0, 8733.0, 8773.0, 8715.0, 8747.0, 8658.0, 8707.0, 8643.0, 8703.0, 8658.0, 8715.0, 8650.0, 8686.0, 8650.0, 8688.0, 8676.0, 8659.0, 8678.0, 8622.0, 8692.0, 8615.0, 8692.0, 8685.0, 8677.0, 8616.0, 8677.0, 8659.0, 8677.0, 8635.0, 8695.0, 8643.0, 8715.0, 8680.0, 8719.0, 8695.0, 8736.0, 8713.0, 8682.0, 8687.0, 8727.0, 8718.0, 8719.0, 8736.0, 8697.0, 8753.0, 8719.0, 8784.0, 8760.0, 8730.0, 8759.0, 8704.0, 8762.0, 8717.0, 8793.0, 8737.0, 8777.0, 8738.0, 8789.0, 8749.0, 8801.0, 8760.0, 8702.0, 8757.0, 8715.0, 8789.0, 8739.0, 8785.0, 8710.0, 8766.0, 8709.0, 8763.0, 8754.0, 8749.0, 8738.0, 8692.0, 8755.0, 8719.0, 8765.0, 8719.0, 8747.0, 8695.0, 8750.0, 8696.0, 8763.0, 8724.0, 8778.0, 8725.0, 8765.0, 8710.0, 8773.0, 8738.0, 8694.0, 8751.0, 8715.0, 8768.0, 8711.0, 8782.0, 8742.0, 8766.0, 8727.0, 8780.0, 8758.0, 8736.0, 8751.0, 8693.0, 8732.0, 8703.0, 8766.0, 8703.0, 8746.0, 8707.0, 8747.0, 8718.0, 8760.0, 8723.0, 8732.0, 8707.0, 8760.0, 8735.0, 8735.0, 8737.0, 8691.0, 8721.0, 8675.0, 8737.0, 8697.0, 8752.0, 8702.0, 8772.0, 8712.0, 8771.0, 8698.0, 8768.0, 8699.0, 8752.0, 8709.0, 8781.0, 8730.0, 8738.0, 8730.0, 8785.0, 8758.0, 8739.0, 8741.0, 8708.0, 8739.0, 8748.0, 8755.0, 8698.0, 8766.0, 8715.0, 8767.0, 8729.0, 8784.0, 8757.0, 8769.0, 8727.0, 8779.0, 8770.0, 8736.0, 8752.0, 8690.0, 8734.0, 8702.0, 8751.0, 8695.0, 8747.0, 8709.0, 8763.0, 8723.0, 8777.0, 8725.0, 8764.0, 8709.0, 8765.0, 8741.0, 8712.0, 8753.0, 8718.0, 8770.0, 8717.0, 8768.0, 8731.0, 8783.0, 8732.0, 8706.0, 8761.0, 8756.0, 8777.0, 8715.0, 8775.0, 8725.0, 8776.0, 8716.0, 8787.0, 8748.0, 8761.0, 8749.0, 8731.0, 8763.0, 8756.0, 8789.0, 8731.0, 8785.0, 8745.0, 8784.0, 8760.0, 8752.0, 8750.0, 8695.0, 8750.0, 8717.0, 8762.0, 8720.0, 8762.0, 8709.0, 8730.0, 8732.0, 8720.0, 8765.0, 8710.0, 8750.0, 8727.0, 8779.0, 8764.0, 8723.0, 8764.0, 8710.0, 8748.0, 8724.0, 8778.0, 8750.0, 8699.0, 8753.0, 8712.0, 8764.0, 8756.0, 8750.0, 8738.0, 8698.0, 8736.0, 8734.0, 8764.0, 8691.0, 8765.0, 8708.0, 8761.0, 8736.0, 8775.0, 8723.0, 8760.0, 8705.0, 8744.0, 8723.0, 8693.0, 8752.0, 8699.0, 8755.0, 8731.0, 8785.0, 8778.0, 8719.0, 8776.0, 8705.0, 8774.0, 8729.0, 8772.0, 8711.0, 8769.0, 8695.0, 8754.0, 8707.0, 8767.0, 8727.0, 8769.0, 8731.0, 8770.0, 8726.0, 8780.0, 8741.0, 8767.0, 8725.0, 8763.0, 8725.0, 8760.0, 8766.0, 8709.0, 8763.0, 8708.0, 8746.0, 8724.0, 8782.0, 8754.0, 8697.0, 8740.0, 8692.0, 8735.0, 8744.0, 8749.0, 8679.0, 8746.0, 8694.0, 8749.0, 8719.0, 8764.0, 8708.0, 8710.0, 8740.0, 8779.0, 8738.0, 8709.0, 8736.0, 8694.0, 8753.0, 8706.0, 8750.0, 8722.0, 8748.0, 8676.0, 8730.0, 8672.0, 8727.0, 8695.0, 8741.0, 8667.0, 8738.0, 8694.0, 8746.0, 8711.0, 8780.0, 8728.0, 8697.0, 8748.0, 8768.0, 8727.0, 8781.0, 8757.0, 8712.0, 8742.0, 8702.0, 8760.0, 8727.0, 8759.0, 8697.0, 8755.0, 8699.0, 8756.0, 8713.0, 8771.0, 8706.0, 8773.0, 8720.0, 8776.0, 8718.0, 8786.0, 8751.0, 8722.0, 8752.0, 8777.0, 8765.0, 8805.0, 8762.0, 8715.0, 8762.0, 8755.0, 8743.0, 8734.0, 8755.0, 8694.0, 8769.0, 8715.0, 8765.0, 8725.0, 8784.0, 8741.0, 8761.0, 8713.0, 8747.0, 8724.0, 8777.0, 8742.0, 8697.0, 8712.0, 8718.0, 8772.0, 8732.0, 8791.0, 8735.0, 8789.0, 8717.0, 8775.0, 8727.0, 8788.0, 8727.0, 8768.0, 8695.0, 8765.0, 8718.0, 8764.0, 8708.0, 8760.0, 8692.0, 8746.0, 8707.0, 8763.0, 8696.0, 8763.0, 8715.0, 8766.0, 8740.0, 8751.0, 8741.0, 8714.0, 8759.0, 8725.0, 8755.0, 8726.0, 8755.0, 8696.0, 8753.0, 8704.0, 8767.0, 8720.0, 8748.0, 8674.0, 8749.0, 8704.0, 8764.0, 8693.0, 8747.0, 8692.0, 8749.0, 8692.0, 8763.0, 8709.0, 8749.0, 8708.0, 8746.0, 8690.0, 8745.0, 8706.0, 8762.0, 8708.0, 8693.0, 8729.0, 8784.0, 8755.0, 8781.0, 8713.0, 8748.0, 8710.0, 8763.0, 8739.0, 8769.0, 8726.0, 8699.0, 8742.0, 8709.0, 8755.0, 8765.0, 8752.0, 8695.0, 8754.0, 8696.0, 8770.0, 8729.0, 8784.0, 8743.0, 8701.0, 8755.0, 8750.0, 8770.0, 8725.0, 8768.0, 8699.0, 8768.0, 8705.0, 8748.0, 8719.0, 8750.0, 8698.0, 8735.0, 8728.0, 8724.0, 8771.0, 8715.0, 8770.0, 8733.0, 8770.0, 8727.0, 8783.0, 8742.0, 8711.0, 8743.0, 8714.0, 8771.0, 8723.0, 8770.0, 8707.0, 8749.0, 8693.0, 8746.0, 8721.0, 8778.0, 8722.0, 8695.0, 8741.0, 8708.0, 8768.0, 8712.0, 8766.0, 8710.0, 8751.0, 8709.0, 8764.0, 8723.0, 8761.0, 8696.0, 8747.0, 8705.0, 8758.0, 8721.0, 8701.0, 8716.0, 8695.0, 8756.0, 8711.0, 8782.0, 8745.0, 8702.0, 8745.0, 8713.0, 8758.0, 8744.0, 8760.0, 8703.0, 8773.0, 8699.0, 8771.0, 8730.0, 8785.0, 8729.0, 8701.0, 8747.0, 8784.0, 8746.0, 8754.0, 8755.0, 8701.0, 8757.0, 8721.0, 8770.0, 8762.0, 8761.0, 8748.0, 8706.0, 8763.0, 8742.0, 8772.0, 8753.0, 8755.0, 8697.0, 8752.0, 8698.0, 8765.0, 8743.0, 8783.0, 8744.0, 8765.0, 8712.0, 8766.0, 8738.0, 8723.0, 8726.0, 8697.0, 8753.0, 8710.0, 8770.0, 8714.0, 8753.0, 8718.0, 8772.0, 8712.0, 8769.0, 8726.0, 8767.0, 8715.0, 8767.0, 8723.0, 8763.0, 8725.0, 8753.0, 8712.0, 8752.0, 8711.0, 8764.0, 8741.0, 8694.0, 8737.0, 8696.0, 8742.0, 8763.0, 8741.0, 8705.0, 8724.0, 8694.0, 8739.0, 8737.0, 8754.0, 8709.0, 8726.0, 8695.0, 8738.0, 8698.0, 8773.0, 8703.0, 8777.0, 8739.0, 8790.0, 8736.0, 8787.0, 8766.0, 8721.0, 8751.0, 8720.0, 8780.0, 8742.0, 8775.0, 8728.0, 8757.0, 8714.0, 8770.0, 8712.0, 8768.0, 8743.0, 8727.0, 8744.0, 8711.0, 8745.0, 8755.0, 8756.0, 8712.0, 8771.0, 8715.0, 8757.0, 8713.0, 8774.0, 8732.0, 8785.0, 8718.0, 8773.0, 8732.0, 8769.0, 8743.0, 8714.0, 8743.0, 8704.0, 8774.0, 8713.0, 8770.0, 8729.0, 8783.0, 8717.0, 8771.0, 8718.0, 8767.0, 8712.0, 8767.0, 8725.0, 8722.0, 8726.0, 8737.0, 8754.0, 8724.0, 8751.0, 8699.0, 8766.0, 8722.0, 8765.0, 8723.0, 8762.0, 8695.0, 8762.0, 8721.0, 8762.0, 8723.0, 8692.0, 8723.0, 8710.0, 8757.0, 8708.0, 8772.0, 8695.0, 8770.0, 8683.0, 8752.0, 8696.0, 8766.0, 8713.0, 8726.0, 8729.0, 8703.0, 8763.0, 8737.0, 8795.0, 8740.0, 8781.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.0003329872495446266</td></tr>
<tr><td colspan=3>aqi</td><td>0.016878120947176684</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.872477219389204</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.234351943409298</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9935522080856871</td></tr>
<tr><td colspan=3>efc</td><td>0.461</td></tr>
<tr><td colspan=3>fber</td><td>6838.9541</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0787458724318671</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.819672131147541</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.56339400768711</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5847331201933423</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7611933887134743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344255514154513</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121887</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008420941419899464</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02244856394827366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</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.819801168413184</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>26.68</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3118</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.4759</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302333.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.5845</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3491</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.3602</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3107.7737</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.6517</td></tr>
<tr><td colspan=3>tsnr</td><td>43.701047575101256</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>