ds005256-mriqc/sub-0034_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter d59ba1a90e [DATALAD RUNCMD] Compute MRIQC for sub-0034
=== 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-0034 --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-0034",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:09:55 +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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-02/func/sub-0034_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>25f3567f4e39b838887dd2b2cfd9d33f</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:22:15.807500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999622, -0.023906, 0.0135865, 0.0218118, 0.99025, 0.137585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.08866</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>[4150, -7784, -7229, 560, -89, -215, 72, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df8bc8bb-83cf-4dcd-a6d7-9d0812d04912||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681912422180176, 0.05851955711841583, 0.045206472277641296, 107.15828704833984], [0.06413798779249191, 2.6567676067352295, 0.3705391585826874, -97.83098602294922], [0.03645159676671028, -0.3691307306289673, 2.6740713119506836, -55.41724395751953], [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': ['152215.807500', '152216.267500', '152216.727500', '152217.187500', '152217.647500', '152218.107500', '152218.567500', '152219.027500', '152219.487500', '152219.947500', '152220.407500', '152220.867500', '152221.327500', '152221.787500', '152222.247500', '152222.707500', '152223.167500', '152223.627500', '152224.087500', '152224.547500', '152225.007500', '152225.467500', '152225.927500', '152226.387500', '152226.847500', '152227.307500', '152227.767500', '152228.227500', '152228.687500', '152229.147500', '152229.607500', '152230.067500', '152230.527500', '152230.987500', '152231.447500', '152231.907500', '152232.367500', '152232.827500', '152233.287500', '152233.747500', '152234.207500', '152234.667500', '152235.127500', '152235.587500', '152236.047500', '152236.507500', '152236.967500', '152237.427500', '152237.887500', '152238.347500', '152238.807500', '152239.267500', '152239.727500', '152240.187500', '152240.647500', '152241.107500', '152241.567500', '152242.027500', '152242.487500', '152242.947500', '152243.407500', '152243.867500', '152244.327500', '152244.787500', '152245.247500', '152245.707500', '152246.167500', '152246.627500', '152247.087500', '152247.547500', '152248.007500', '152248.467500', '152248.927500', '152249.387500', '152249.847500', '152250.307500', '152250.767500', '152251.227500', '152251.687500', '152252.147500', '152252.607500', '152253.067500', '152253.527500', '152253.987500', '152254.447500', '152254.907500', '152255.367500', '152255.827500', '152256.287500', '152256.747500', '152257.207500', '152257.667500', '152258.127500', '152258.587500', '152259.047500', '152259.507500', '152259.967500', '152300.427500', '152300.887500', '152301.347500', '152301.807500', '152302.267500', '152302.727500', '152303.187500', '152303.647500', '152304.107500', '152304.567500', '152305.027500', '152305.487500', '152305.947500', '152306.407500', '152306.867500', '152307.327500', '152307.787500', '152308.247500', '152308.707500', '152309.167500', '152309.627500', '152310.087500', '152310.547500', '152311.007500', '152311.467500', '152311.927500', '152312.387500', '152312.847500', '152313.307500', '152313.767500', '152314.227500', '152314.687500', '152315.147500', '152315.607500', '152316.067500', '152316.527500', '152316.987500', '152317.447500', '152317.907500', '152318.367500', '152318.827500', '152319.287500', '152319.747500', '152320.207500', '152320.667500', '152321.127500', '152321.587500', '152322.047500', '152322.507500', '152322.967500', '152323.427500', '152323.887500', '152324.347500', '152324.807500', '152325.267500', '152325.727500', '152326.187500', '152326.647500', '152327.107500', '152327.567500', '152328.027500', '152328.487500', '152328.947500', '152329.407500', '152329.867500', '152330.327500', '152330.787500', '152331.247500', '152331.707500', '152332.167500', '152332.627500', '152333.087500', '152333.547500', '152334.007500', '152334.467500', '152334.927500', '152335.387500', '152335.847500', '152336.307500', '152336.767500', '152337.227500', '152337.687500', '152338.147500', '152338.607500', '152339.067500', '152339.527500', '152339.987500', '152340.447500', '152340.907500', '152341.367500', '152341.827500', '152342.287500', '152342.747500', '152343.207500', '152343.667500', '152344.127500', '152344.587500', '152345.047500', '152345.507500', '152345.967500', '152346.427500', '152346.887500', '152347.347500', '152347.807500', '152348.267500', '152348.727500', '152349.187500', '152349.647500', '152350.107500', '152350.567500', '152351.027500', '152351.487500', '152351.947500', '152352.407500', '152352.867500', '152353.327500', '152353.787500', '152354.247500', '152354.707500', '152355.167500', '152355.627500', '152356.087500', '152356.547500', '152357.007500', '152357.467500', '152357.927500', '152358.387500', '152358.847500', '152359.307500', '152359.767500', '152400.227500', '152400.687500', '152401.147500', '152401.607500', '152402.067500', '152402.527500', '152402.987500', '152403.447500', '152403.907500', '152404.367500', '152404.827500', '152405.287500', '152405.747500', '152406.207500', '152406.667500', '152407.127500', '152407.587500', '152408.047500', '152408.507500', '152408.967500', '152409.427500', '152409.887500', '152410.347500', '152410.807500', '152411.267500', '152411.727500', '152412.187500', '152412.647500', '152413.107500', '152413.567500', '152414.027500', '152414.487500', '152414.947500', '152415.407500', '152415.867500', '152416.327500', '152416.787500', '152417.247500', '152417.707500', '152418.167500', '152418.627500', '152419.087500', '152419.547500', '152420.007500', '152420.467500', '152420.927500', '152421.387500', '152421.847500', '152422.307500', '152422.767500', '152423.227500', '152423.687500', '152424.147500', '152424.607500', '152425.067500', '152425.527500', '152425.987500', '152426.447500', '152426.907500', '152427.367500', '152427.827500', '152428.287500', '152428.747500', '152429.207500', '152429.667500', '152430.127500', '152430.587500', '152431.047500', '152431.507500', '152431.967500', '152432.427500', '152432.887500', '152433.347500', '152433.807500', '152434.267500', '152434.727500', '152435.187500', '152435.647500', '152436.107500', '152436.567500', '152437.027500', '152437.487500', '152437.947500', '152438.407500', '152438.867500', '152439.327500', '152439.787500', '152440.247500', '152440.707500', '152441.167500', '152441.627500', '152442.087500', '152442.547500', '152443.007500', '152443.467500', '152443.927500', '152444.387500', '152444.847500', '152445.307500', '152445.767500', '152446.227500', '152446.687500', '152447.147500', '152447.607500', '152448.067500', '152448.527500', '152448.987500', '152449.447500', '152449.907500', '152450.367500', '152450.827500', '152451.287500', '152451.747500', '152452.207500', '152452.667500', '152453.127500', '152453.587500', '152454.047500', '152454.507500', '152454.967500', '152455.427500', '152455.887500', '152456.347500', '152456.807500', '152457.267500', '152457.727500', '152458.187500', '152458.647500', '152459.107500', '152459.567500', '152500.027500', '152500.487500', '152500.947500', '152501.407500', '152501.867500', '152502.327500', '152502.787500', '152503.247500', '152503.707500', '152504.167500', '152504.627500', '152505.087500', '152505.547500', '152506.007500', '152506.467500', '152506.927500', '152507.387500', '152507.847500', '152508.307500', '152508.767500', '152509.227500', '152509.687500', '152510.147500', '152510.607500', '152511.067500', '152511.527500', '152511.987500', '152512.447500', '152512.907500', '152513.367500', '152513.827500', '152514.287500', '152514.747500', '152515.207500', '152515.667500', '152516.127500', '152516.587500', '152517.047500', '152517.507500', '152517.967500', '152518.427500', '152518.887500', '152519.347500', '152519.807500', '152520.267500', '152520.727500', '152521.187500', '152521.647500', '152522.107500', '152522.567500', '152523.027500', '152523.487500', '152523.947500', '152524.407500', '152524.867500', '152525.327500', '152525.787500', '152526.247500', '152526.707500', '152527.167500', '152527.627500', '152528.087500', '152528.547500', '152529.007500', '152529.467500', '152529.927500', '152530.387500', '152530.847500', '152531.307500', '152531.767500', '152532.227500', '152532.687500', '152533.147500', '152533.607500', '152534.067500', '152534.527500', '152534.987500', '152535.447500', '152535.907500', '152536.367500', '152536.827500', '152537.287500', '152537.747500', '152538.207500', '152538.667500', '152539.127500', '152539.587500', '152540.047500', '152540.507500', '152540.967500', '152541.427500', '152541.887500', '152542.347500', '152542.807500', '152543.267500', '152543.727500', '152544.187500', '152544.647500', '152545.107500', '152545.567500', '152546.027500', '152546.487500', '152546.947500', '152547.407500', '152547.867500', '152548.327500', '152548.787500', '152549.247500', '152549.707500', '152550.167500', '152550.627500', '152551.087500', '152551.547500', '152552.007500', '152552.467500', '152552.927500', '152553.387500', '152553.847500', '152554.307500', '152554.767500', '152555.227500', '152555.687500', '152556.147500', '152556.607500', '152557.067500', '152557.527500', '152557.987500', '152558.447500', '152558.907500', '152559.367500', '152559.827500', '152600.287500', '152600.747500', '152601.207500', '152601.667500', '152602.127500', '152602.587500', '152603.047500', '152603.507500', '152603.967500', '152604.427500', '152604.887500', '152605.347500', '152605.807500', '152606.267500', '152606.727500', '152607.187500', '152607.647500', '152608.107500', '152608.567500', '152609.027500', '152609.487500', '152609.947500', '152610.407500', '152610.867500', '152611.327500', '152611.787500', '152612.247500', '152612.707500', '152613.167500', '152613.627500', '152614.087500', '152614.547500', '152615.007500', '152615.467500', '152615.927500', '152616.387500', '152616.847500', '152617.307500', '152617.767500', '152618.227500', '152618.687500', '152619.147500', '152619.607500', '152620.067500', '152620.527500', '152620.987500', '152621.447500', '152621.907500', '152622.367500', '152622.827500', '152623.287500', '152623.747500', '152624.207500', '152624.667500', '152625.127500', '152625.587500', '152626.047500', '152626.507500', '152626.967500', '152627.427500', '152627.887500', '152628.347500', '152628.807500', '152629.267500', '152629.727500', '152630.187500', '152630.647500', '152631.107500', '152631.567500', '152632.027500', '152632.487500', '152632.947500', '152633.407500', '152633.867500', '152634.327500', '152634.787500', '152635.247500', '152635.707500', '152636.167500', '152636.627500', '152637.087500', '152637.547500', '152638.007500', '152638.467500', '152638.927500', '152639.387500', '152639.847500', '152640.307500', '152640.767500', '152641.227500', '152641.687500', '152642.147500', '152642.607500', '152643.067500', '152643.527500', '152643.987500', '152644.447500', '152644.907500', '152645.367500', '152645.827500', '152646.287500', '152646.747500', '152647.207500', '152647.667500', '152648.127500', '152648.587500', '152649.047500', '152649.507500', '152649.967500', '152650.427500', '152650.887500', '152651.347500', '152651.807500', '152652.267500', '152652.727500', '152653.187500', '152653.647500', '152654.107500', '152654.567500', '152655.027500', '152655.487500', '152655.947500', '152656.407500', '152656.867500', '152657.327500', '152657.787500', '152658.247500', '152658.707500', '152659.167500', '152659.627500', '152700.087500', '152700.547500', '152701.007500', '152701.467500', '152701.927500', '152702.387500', '152702.847500', '152703.307500', '152703.767500', '152704.227500', '152704.687500', '152705.147500', '152705.607500', '152706.067500', '152706.527500', '152706.987500', '152707.447500', '152707.907500', '152708.367500', '152708.827500', '152709.287500', '152709.747500', '152710.207500', '152710.667500', '152711.127500', '152711.587500', '152712.047500', '152712.507500', '152712.967500', '152713.427500', '152713.887500', '152714.347500', '152714.807500', '152715.267500', '152715.727500', '152716.187500', '152716.647500', '152717.107500', '152717.567500', '152718.027500', '152718.487500', '152718.947500', '152719.407500', '152719.867500', '152720.327500', '152720.787500', '152721.247500', '152721.707500', '152722.167500', '152722.627500', '152723.087500', '152723.547500', '152724.007500', '152724.467500', '152724.927500', '152725.387500', '152725.847500', '152726.307500', '152726.767500', '152727.227500', '152727.687500', '152728.147500', '152728.607500', '152729.067500', '152729.527500', '152729.987500', '152730.447500', '152730.907500', '152731.367500', '152731.827500', '152732.287500', '152732.747500', '152733.207500', '152733.667500', '152734.127500', '152734.587500', '152735.047500', '152735.507500', '152735.967500', '152736.427500', '152736.887500', '152737.347500', '152737.807500', '152738.267500', '152738.727500', '152739.187500', '152739.647500', '152740.107500', '152740.567500', '152741.027500', '152741.487500', '152741.947500', '152742.407500', '152742.867500', '152743.327500', '152743.787500', '152744.247500', '152744.707500', '152745.167500', '152745.627500', '152746.087500', '152746.547500', '152747.007500', '152747.467500', '152747.927500', '152748.387500', '152748.847500', '152749.307500', '152749.767500', '152750.227500', '152750.687500', '152751.147500', '152751.607500', '152752.067500', '152752.527500', '152752.987500', '152753.447500', '152753.907500', '152754.367500', '152754.827500', '152755.287500', '152755.747500', '152756.207500', '152756.667500', '152757.127500', '152757.587500', '152758.047500', '152758.507500', '152758.967500', '152759.427500', '152759.887500', '152800.347500', '152800.807500', '152801.267500', '152801.727500', '152802.187500', '152802.647500', '152803.107500', '152803.567500', '152804.027500', '152804.487500', '152804.947500', '152805.407500', '152805.867500', '152806.327500', '152806.787500', '152807.247500', '152807.707500', '152808.167500', '152808.627500', '152809.087500', '152809.547500', '152810.007500', '152810.467500', '152810.927500', '152811.387500', '152811.847500', '152812.307500', '152812.767500', '152813.227500', '152813.687500', '152814.147500', '152814.607500', '152815.067500', '152815.527500', '152815.987500', '152816.447500', '152816.907500', '152817.367500', '152817.827500', '152818.287500', '152818.747500', '152819.207500', '152819.667500', '152820.127500', '152820.587500', '152821.047500', '152821.507500', '152821.967500', '152822.427500', '152822.887500', '152823.347500', '152823.807500', '152824.267500', '152824.727500', '152825.187500', '152825.647500', '152826.107500', '152826.567500', '152827.027500', '152827.487500', '152827.947500', '152828.407500', '152828.867500', '152829.327500', '152829.787500', '152830.247500', '152830.707500', '152831.167500', '152831.627500', '152832.087500', '152832.547500', '152833.007500', '152833.467500', '152833.927500', '152834.387500', '152834.847500', '152835.307500', '152835.767500', '152836.227500', '152836.687500', '152837.147500', '152837.607500', '152838.067500', '152838.527500', '152838.987500', '152839.447500', '152839.907500', '152840.367500', '152840.827500', '152841.287500', '152841.747500', '152842.207500', '152842.667500', '152843.127500', '152843.587500', '152844.047500', '152844.507500', '152844.967500', '152845.427500', '152845.887500', '152846.347500', '152846.807500', '152847.267500', '152847.727500', '152848.187500', '152848.647500', '152849.107500', '152849.567500', '152850.027500', '152850.487500', '152850.947500', '152851.407500', '152851.867500', '152852.327500', '152852.787500', '152853.247500', '152853.707500', '152854.167500', '152854.627500', '152855.087500', '152855.547500', '152856.007500', '152856.467500', '152856.927500', '152857.387500', '152857.847500', '152858.307500', '152858.767500', '152859.227500', '152859.687500', '152900.147500', '152900.607500', '152901.067500', '152901.527500', '152901.987500', '152902.447500', '152902.907500', '152903.367500', '152903.827500', '152904.287500', '152904.747500', '152905.207500', '152905.667500', '152906.127500', '152906.587500', '152907.047500', '152907.507500', '152907.967500', '152908.427500', '152908.887500', '152909.347500', '152909.807500', '152910.267500', '152910.727500', '152911.187500', '152911.647500', '152912.107500', '152912.567500', '152913.027500', '152913.487500', '152913.947500', '152914.407500', '152914.867500', '152915.327500', '152915.787500', '152916.247500', '152916.707500', '152917.167500', '152917.627500', '152918.087500', '152918.547500', '152919.007500', '152919.467500', '152919.927500', '152920.387500', '152920.847500', '152921.307500', '152921.767500', '152922.227500', '152922.687500', '152923.147500', '152923.607500', '152924.067500', '152924.527500', '152924.987500', '152925.447500', '152925.907500', '152926.367500', '152926.827500', '152927.287500', '152927.747500', '152928.207500', '152928.667500', '152929.127500', '152929.587500', '152930.047500', '152930.507500', '152930.967500', '152931.427500', '152931.887500', '152932.347500', '152932.807500', '152933.267500', '152933.727500', '152934.187500', '152934.647500', '152935.107500', '152935.567500', '152936.027500', '152936.487500', '152936.947500', '152937.407500', '152937.867500', '152938.327500', '152938.787500', '152939.247500', '152939.707500', '152940.167500', '152940.627500', '152941.087500', '152941.547500', '152942.007500', '152942.467500', '152942.927500', '152943.387500', '152943.847500', '152944.307500', '152944.767500', '152945.227500', '152945.687500', '152946.147500', '152946.607500', '152947.067500', '152947.527500', '152947.987500', '152948.447500', '152948.907500', '152949.367500', '152949.827500', '152950.287500', '152950.747500', '152951.207500', '152951.667500', '152952.127500', '152952.587500', '152953.047500', '152953.507500', '152953.967500', '152954.427500', '152954.887500', '152955.347500', '152955.807500', '152956.267500', '152956.727500', '152957.187500', '152957.647500', '152958.107500', '152958.567500', '152959.027500', '152959.487500', '152959.947500', '153000.407500', '153000.867500', '153001.327500', '153001.787500', '153002.247500', '153002.707500', '153003.167500', '153003.627500', '153004.087500', '153004.547500', '153005.007500', '153005.467500', '153005.927500', '153006.387500', '153006.847500', '153007.307500', '153007.767500', '153008.227500', '153008.687500', '153009.147500', '153009.607500', '153010.067500', '153010.527500', '153010.987500', '153011.447500', '153011.907500', '153012.367500', '153012.827500', '153013.287500', '153013.747500', '153014.207500', '153014.667500', '153015.127500', '153015.587500', '153016.047500', '153016.507500', '153016.967500', '153017.427500', '153017.887500', '153018.347500', '153018.807500', '153019.267500', '153019.727500', '153020.187500', '153020.647500', '153021.107500', '153021.567500', '153022.027500', '153022.487500', '153022.947500', '153023.407500', '153023.867500', '153024.327500', '153024.787500', '153025.247500', '153025.707500', '153026.167500', '153026.627500', '153027.087500', '153027.547500', '153028.007500', '153028.467500', '153028.927500', '153029.387500', '153029.847500', '153030.307500', '153030.767500', '153031.227500', '153031.687500', '153032.147500', '153032.607500', '153033.067500', '153033.527500', '153033.987500', '153034.447500', '153034.907500', '153035.367500', '153035.827500', '153036.287500', '153036.747500', '153037.207500', '153037.667500', '153038.127500', '153038.587500', '153039.047500', '153039.507500', '153039.967500', '153040.427500'], 'ContentTime': ['152241.220000', '152241.223000', '152241.226000', '152241.229000', '152241.231000', '152241.234000', '152241.237000', '152241.240000', '152241.243000', '152241.246000', '152241.248000', '152241.251000', '152241.254000', '152241.257000', '152241.262000', '152241.266000', '152241.269000', '152241.272000', '152241.275000', '152241.278000', '152241.281000', '152241.284000', '152241.286000', '152241.289000', '152241.292000', '152241.295000', '152241.298000', '152241.301000', '152241.303000', '152241.306000', '152241.314000', '152241.317000', '152241.320000', '152241.323000', '152241.325000', '152241.328000', '152241.331000', '152241.334000', '152241.337000', '152241.339000', '152241.342000', '152241.345000', '152241.348000', '152241.351000', '152241.354000', '152241.356000', '152241.359000', '152241.362000', '152241.365000', '152241.368000', '152241.371000', '152241.374000', '152241.376000', '152301.186000', '152301.189000', '152301.192000', '152301.195000', '152301.198000', '152301.200000', '152301.203000', '152301.206000', '152301.209000', '152301.212000', '152301.215000', '152301.218000', '152301.220000', '152301.231000', '152301.234000', '152301.237000', '152301.246000', '152301.249000', '152301.252000', '152301.254000', '152301.257000', '152301.260000', '152301.263000', '152301.266000', '152301.269000', '152301.271000', '152301.274000', '152301.277000', '152301.280000', '152301.283000', '152301.286000', '152301.289000', '152301.292000', '152301.294000', '152301.297000', '152301.300000', '152301.303000', '152301.306000', '152301.308000', '152301.311000', '152301.314000', '152301.317000', '152301.320000', '152301.322000', '152321.186000', '152321.189000', '152321.192000', '152321.195000', '152321.198000', '152321.201000', '152321.204000', '152321.207000', '152321.210000', '152321.213000', '152321.216000', '152321.221000', '152321.224000', '152321.226000', '152321.229000', '152321.232000', '152321.235000', '152321.238000', '152321.241000', '152321.243000', '152321.246000', '152321.249000', '152321.252000', '152321.255000', '152321.258000', '152321.261000', '152321.264000', '152321.267000', '152321.270000', '152321.273000', '152321.275000', '152321.278000', '152321.281000', '152321.284000', '152321.287000', '152321.290000', '152321.292000', '152321.295000', '152321.298000', '152321.303000', '152321.307000', '152321.310000', '152321.313000', '152341.185000', '152341.188000', '152341.191000', '152341.193000', '152341.196000', '152341.199000', '152341.202000', '152341.205000', '152341.208000', '152341.211000', '152341.214000', '152341.216000', '152341.219000', '152341.222000', '152341.225000', '152341.228000', '152341.231000', '152341.234000', '152341.237000', '152341.239000', '152341.242000', '152341.245000', '152341.248000', '152341.251000', '152341.254000', '152341.257000', '152341.259000', '152341.262000', '152341.265000', '152341.268000', '152341.271000', '152341.274000', '152341.277000', '152341.279000', '152341.282000', '152341.285000', '152341.293000', '152341.296000', '152341.299000', '152341.302000', '152341.305000', '152341.307000', '152341.310000', '152341.313000', '152401.185000', '152401.188000', '152401.191000', '152401.194000', '152401.197000', '152401.200000', '152401.202000', '152401.205000', '152401.208000', '152401.211000', '152401.214000', '152401.217000', '152401.220000', '152401.222000', '152401.225000', '152401.228000', '152401.231000', '152401.234000', '152401.237000', '152401.240000', '152401.243000', '152401.246000', '152401.248000', '152401.251000', '152401.254000', '152401.257000', '152401.260000', '152401.263000', '152401.266000', '152401.269000', '152401.271000', '152401.274000', '152401.277000', '152401.280000', '152401.283000', '152401.286000', '152401.289000', '152401.292000', '152401.295000', '152401.298000', '152401.301000', '152401.303000', '152401.306000', '152421.185000', '152421.422000', '152421.425000', '152421.428000', '152421.430000', '152421.433000', '152421.436000', '152421.439000', '152421.453000', '152421.456000', '152421.459000', '152421.462000', '152421.465000', '152421.468000', '152421.471000', '152421.473000', '152421.476000', '152421.479000', '152421.482000', '152421.490000', '152421.493000', '152421.496000', '152421.499000', '152421.502000', '152421.504000', '152421.507000', '152421.510000', '152421.513000', '152421.516000', '152421.519000', '152421.522000', '152421.527000', '152421.531000', '152421.534000', '152421.536000', '152421.539000', '152421.542000', '152421.545000', '152421.548000', '152421.551000', '152421.553000', '152421.556000', '152421.559000', '152421.562000', '152441.185000', '152441.193000', '152441.196000', '152441.199000', '152441.202000', '152441.205000', '152441.208000', '152441.211000', '152441.213000', '152441.216000', '152441.219000', '152441.236000', '152441.239000', '152441.242000', '152441.245000', '152441.248000', '152441.250000', '152441.253000', '152441.256000', '152441.259000', '152441.262000', '152441.265000', '152441.268000', '152441.271000', '152441.274000', '152441.277000', '152441.280000', '152441.283000', '152441.285000', '152441.288000', '152441.291000', '152441.294000', '152441.297000', '152441.300000', '152441.303000', '152441.306000', '152441.308000', '152441.311000', '152441.314000', '152441.317000', '152441.320000', '152441.323000', '152441.326000', '152501.186000', '152501.189000', '152501.192000', '152501.195000', '152501.197000', '152501.200000', '152501.203000', '152501.206000', '152501.209000', '152501.212000', '152501.215000', '152501.218000', '152501.220000', '152501.223000', '152501.236000', '152501.239000', '152501.242000', '152501.245000', '152501.248000', '152501.250000', '152501.253000', '152501.256000', '152501.259000', '152501.262000', '152501.265000', '152501.268000', '152501.271000', '152501.273000', '152501.276000', '152501.279000', '152501.282000', '152501.285000', '152501.288000', '152501.291000', '152501.294000', '152501.296000', '152501.299000', '152501.302000', '152501.305000', '152501.308000', '152501.311000', '152501.314000', '152501.316000', '152501.319000', '152521.186000', '152521.204000', '152521.207000', '152521.210000', '152521.213000', '152521.215000', '152521.218000', '152521.221000', '152521.224000', '152521.227000', '152521.230000', '152521.233000', '152521.236000', '152521.238000', '152521.241000', '152521.244000', '152521.247000', '152521.250000', '152521.253000', '152521.256000', '152521.259000', '152521.261000', '152521.264000', '152521.267000', '152521.270000', '152521.273000', '152521.276000', '152521.279000', '152521.282000', '152521.284000', '152521.287000', '152521.290000', '152521.293000', '152521.296000', '152521.299000', '152521.302000', '152521.304000', '152521.307000', '152521.310000', '152521.313000', '152521.316000', '152521.319000', '152521.322000', '152541.186000', '152541.189000', '152541.198000', '152541.201000', '152541.204000', '152541.207000', '152541.210000', '152541.212000', '152541.215000', '152541.218000', '152541.221000', '152541.224000', '152541.227000', '152541.230000', '152541.233000', '152541.235000', '152541.238000', '152541.241000', '152541.244000', '152541.247000', '152541.250000', '152541.253000', '152541.256000', '152541.258000', '152541.261000', '152541.264000', '152541.267000', '152541.270000', '152541.273000', '152541.276000', '152541.279000', '152541.281000', '152541.284000', '152541.287000', '152541.290000', '152541.293000', '152541.296000', '152541.298000', '152541.301000', '152541.304000', '152541.307000', '152541.310000', '152541.313000', '152541.316000', '152601.185000', '152601.188000', '152601.191000', '152601.194000', '152601.197000', '152601.200000', '152601.203000', '152601.205000', '152601.208000', '152601.211000', '152601.214000', '152601.217000', '152601.220000', '152601.223000', '152601.226000', '152601.228000', '152601.231000', '152601.234000', '152601.237000', '152601.240000', '152601.243000', '152601.246000', '152601.249000', '152601.252000', '152601.255000', '152601.257000', '152601.260000', '152601.263000', '152601.266000', '152601.269000', '152601.272000', '152601.276000', '152601.279000', '152601.282000', '152601.285000', '152601.287000', '152601.290000', '152601.293000', '152601.296000', '152601.299000', '152601.302000', '152601.305000', '152601.308000', '152621.185000', '152621.188000', '152621.191000', '152621.194000', '152621.196000', '152621.199000', '152621.202000', '152621.205000', '152621.208000', '152621.211000', '152621.214000', '152621.216000', '152621.219000', '152621.222000', '152621.225000', '152621.228000', '152621.231000', '152621.234000', '152621.237000', '152621.240000', '152621.249000', '152621.252000', '152621.255000', '152621.258000', '152621.261000', '152621.263000', '152621.266000', '152621.269000', '152621.272000', '152621.275000', '152621.278000', '152621.281000', '152621.284000', '152621.286000', '152621.289000', '152621.292000', '152621.295000', '152621.298000', '152621.301000', '152621.304000', '152621.307000', '152621.309000', '152621.312000', '152621.315000', '152641.185000', '152641.241000', '152641.244000', '152641.247000', '152641.249000', '152641.252000', '152641.255000', '152641.258000', '152641.261000', '152641.264000', '152641.267000', '152641.281000', '152641.284000', '152641.287000', '152641.289000', '152641.292000', '152641.295000', '152641.298000', '152641.301000', '152641.304000', '152641.307000', '152641.310000', '152641.312000', '152641.315000', '152641.318000', '152641.321000', '152641.324000', '152641.327000', '152641.330000', '152641.332000', '152641.335000', '152641.338000', '152641.341000', '152641.344000', '152641.347000', '152641.350000', '152641.353000', '152641.356000', '152641.359000', '152641.362000', '152641.366000', '152641.369000', '152641.372000', '152701.185000', '152701.202000', '152701.204000', '152701.207000', '152701.210000', '152701.213000', '152701.216000', '152701.219000', '152701.222000', '152701.224000', '152701.227000', '152701.230000', '152701.233000', '152701.236000', '152701.239000', '152701.242000', '152701.245000', '152701.248000', '152701.251000', '152701.253000', '152701.256000', '152701.259000', '152701.262000', '152701.265000', '152701.268000', '152701.271000', '152701.274000', '152701.276000', '152701.279000', '152701.282000', '152701.285000', '152701.288000', '152701.291000', '152701.294000', '152701.297000', '152701.300000', '152701.302000', '152701.305000', '152701.308000', '152701.311000', '152701.314000', '152701.317000', '152701.320000', '152701.323000', '152721.186000', '152721.204000', '152721.207000', '152721.210000', '152721.213000', '152721.216000', '152721.218000', '152721.221000', '152721.224000', '152721.227000', '152721.230000', '152721.233000', '152721.235000', '152721.238000', '152721.241000', '152721.244000', '152721.247000', '152721.250000', '152721.253000', '152721.256000', '152721.259000', '152721.261000', '152721.264000', '152721.267000', '152721.270000', '152721.273000', '152721.276000', '152721.279000', '152721.282000', '152721.284000', '152721.287000', '152721.290000', '152721.293000', '152721.296000', '152721.299000', '152721.301000', '152721.304000', '152721.307000', '152721.310000', '152721.314000', '152721.317000', '152721.320000', '152721.323000', '152741.188000', '152741.208000', '152741.211000', '152741.214000', '152741.217000', '152741.220000', '152741.223000', '152741.226000', '152741.228000', '152741.231000', '152741.234000', '152741.237000', '152741.240000', '152741.243000', '152741.246000', '152741.248000', '152741.251000', '152741.254000', '152741.263000', '152741.266000', '152741.269000', '152741.272000', '152741.275000', '152741.278000', '152741.281000', '152741.284000', '152741.286000', '152741.289000', '152741.292000', '152741.295000', '152741.298000', '152741.301000', '152741.304000', '152741.307000', '152741.310000', '152741.313000', '152741.315000', '152741.318000', '152741.321000', '152741.324000', '152741.327000', '152741.330000', '152741.333000', '152801.186000', '152801.189000', '152801.192000', '152801.195000', '152801.198000', '152801.201000', '152801.204000', '152801.207000', '152801.210000', '152801.212000', '152801.215000', '152801.218000', '152801.221000', '152801.224000', '152801.227000', '152801.229000', '152801.232000', '152801.235000', '152801.238000', '152801.241000', '152801.244000', '152801.247000', '152801.250000', '152801.253000', '152801.256000', '152801.258000', '152801.261000', '152801.264000', '152801.267000', '152801.270000', '152801.273000', '152801.276000', '152801.279000', '152801.282000', '152801.285000', '152801.287000', '152801.290000', '152801.293000', '152801.296000', '152801.299000', '152801.302000', '152801.305000', '152801.308000', '152801.310000', '152821.185000', '152821.193000', '152821.196000', '152821.198000', '152821.201000', '152821.204000', '152821.207000', '152821.210000', '152821.213000', '152821.216000', '152821.219000', '152821.222000', '152821.225000', '152821.227000', '152821.230000', '152821.233000', '152821.236000', '152821.239000', '152821.242000', '152821.245000', '152821.248000', '152821.251000', '152821.253000', '152821.256000', '152821.259000', '152821.262000', '152821.265000', '152821.268000', '152821.271000', '152821.274000', '152821.276000', '152821.279000', '152821.282000', '152821.285000', '152821.288000', '152821.291000', '152821.294000', '152821.298000', '152821.301000', '152821.304000', '152821.307000', '152821.310000', '152821.313000', '152841.185000', '152841.205000', '152841.208000', '152841.210000', '152841.213000', '152841.216000', '152841.219000', '152841.222000', '152841.225000', '152841.227000', '152841.230000', '152841.233000', '152841.236000', '152841.239000', '152841.242000', '152841.245000', '152841.248000', '152841.250000', '152841.253000', '152841.256000', '152841.259000', '152841.262000', '152841.265000', '152841.268000', '152841.270000', '152841.273000', '152841.276000', '152841.279000', '152841.282000', '152841.285000', '152841.288000', '152841.290000', '152841.293000', '152841.296000', '152841.299000', '152841.302000', '152841.305000', '152841.308000', '152841.311000', '152841.313000', '152841.316000', '152841.319000', '152841.322000', '152841.325000', '152901.185000', '152901.188000', '152901.191000', '152901.194000', '152901.197000', '152901.199000', '152901.202000', '152901.205000', '152901.208000', '152901.211000', '152901.214000', '152901.217000', '152901.220000', '152901.223000', '152901.225000', '152901.228000', '152901.232000', '152901.237000', '152901.240000', '152901.243000', '152901.246000', '152901.249000', '152901.252000', '152901.255000', '152901.258000', '152901.261000', '152901.264000', '152901.267000', '152901.270000', '152901.282000', '152901.285000', '152901.288000', '152901.291000', '152901.294000', '152901.297000', '152901.300000', '152901.302000', '152901.305000', '152901.308000', '152901.311000', '152901.314000', '152901.317000', '152901.320000', '152921.185000', '152921.206000', '152921.209000', '152921.212000', '152921.215000', '152921.218000', '152921.220000', '152921.223000', '152921.226000', '152921.229000', '152921.232000', '152921.235000', '152921.238000', '152921.241000', '152921.244000', '152921.246000', '152921.249000', '152921.252000', '152921.255000', '152921.258000', '152921.261000', '152921.264000', '152921.266000', '152921.269000', '152921.272000', '152921.275000', '152921.278000', '152921.281000', '152921.284000', '152921.287000', '152921.290000', '152921.293000', '152921.295000', '152921.298000', '152921.301000', '152921.304000', '152921.307000', '152921.310000', '152921.313000', '152921.315000', '152921.318000', '152921.321000', '152921.324000', '152921.327000', '152941.186000', '152941.189000', '152941.192000', '152941.195000', '152941.198000', '152941.201000', '152941.204000', '152941.207000', '152941.209000', '152941.212000', '152941.215000', '152941.218000', '152941.221000', '152941.224000', '152941.227000', '152941.230000', '152941.233000', '152941.236000', '152941.239000', '152941.241000', '152941.244000', '152941.247000', '152941.250000', '152941.253000', '152941.256000', '152941.259000', '152941.262000', '152941.265000', '152941.267000', '152941.270000', '152941.273000', '152941.276000', '152941.279000', '152941.282000', '152941.285000', '152941.288000', '152941.290000', '152941.293000', '152941.296000', '152941.299000', '152941.302000', '152941.305000', '152941.308000', '153001.186000', '153001.200000', '153001.203000', '153001.206000', '153001.208000', '153001.211000', '153001.214000', '153001.217000', '153001.220000', '153001.223000', '153001.226000', '153001.229000', '153001.232000', '153001.235000', '153001.238000', '153001.241000', '153001.243000', '153001.246000', '153001.249000', '153001.252000', '153001.255000', '153001.258000', '153001.261000', '153001.264000', '153001.267000', '153001.269000', '153001.272000', '153001.275000', '153001.278000', '153001.281000', '153001.284000', '153001.287000', '153001.290000', '153001.293000', '153001.295000', '153001.298000', '153001.301000', '153001.304000', '153001.307000', '153001.310000', '153001.313000', '153001.316000', '153001.319000', '153001.321000', '153021.186000', '153021.206000', '153021.209000', '153021.212000', '153021.215000', '153021.218000', '153021.220000', '153021.224000', '153021.229000', '153021.232000', '153021.235000', '153021.238000', '153021.241000', '153021.244000', '153021.247000', '153021.249000', '153021.252000', '153021.255000', '153021.258000', '153021.261000', '153021.264000', '153021.267000', '153021.270000', '153021.273000', '153021.276000', '153021.279000', '153021.293000', '153021.296000', '153021.299000', '153021.302000', '153021.305000', '153021.308000', '153021.311000', '153021.314000', '153021.316000', '153021.319000', '153021.322000', '153021.325000', '153021.328000', '153021.331000', '153021.334000', '153021.337000', '153021.340000', '153041.185000', '153041.199000', '153041.202000', '153041.205000', '153041.208000', '153041.211000', '153041.214000', '153041.217000', '153041.219000', '153041.222000', '153041.225000', '153041.228000', '153041.231000', '153041.234000', '153041.237000', '153041.240000', '153041.243000', '153041.246000', '153041.249000', '153041.252000', '153041.254000', '153041.257000', '153041.260000', '153041.263000', '153041.266000', '153041.269000', '153041.272000', '153041.275000', '153041.278000', '153041.281000', '153041.284000', '153041.286000', '153041.289000', '153041.292000', '153041.295000', '153041.298000', '153041.301000', '153041.304000', '153041.307000', '153041.310000', '153041.313000', '153041.315000', '153041.318000', '153041.321000', '153041.523000'], 'InstanceCreationTime': ['152241.220000', '152241.223000', '152241.226000', '152241.229000', '152241.231000', '152241.234000', '152241.237000', '152241.240000', '152241.243000', '152241.246000', '152241.248000', '152241.251000', '152241.254000', '152241.257000', '152241.262000', '152241.266000', '152241.269000', '152241.272000', '152241.275000', '152241.278000', '152241.281000', '152241.284000', '152241.286000', '152241.289000', '152241.292000', '152241.295000', '152241.298000', '152241.301000', '152241.303000', '152241.306000', '152241.314000', '152241.317000', '152241.320000', '152241.323000', '152241.325000', '152241.328000', '152241.331000', '152241.334000', '152241.337000', '152241.339000', '152241.342000', '152241.345000', '152241.348000', '152241.351000', '152241.354000', '152241.356000', '152241.359000', '152241.362000', '152241.365000', '152241.368000', '152241.371000', '152241.374000', '152241.376000', '152301.186000', '152301.189000', '152301.192000', '152301.195000', '152301.198000', '152301.200000', '152301.203000', '152301.206000', '152301.209000', '152301.212000', '152301.215000', '152301.218000', '152301.220000', '152301.231000', '152301.234000', '152301.237000', '152301.246000', '152301.249000', '152301.252000', '152301.254000', '152301.257000', '152301.260000', '152301.263000', '152301.266000', '152301.269000', '152301.271000', '152301.274000', '152301.277000', '152301.280000', '152301.283000', '152301.286000', '152301.289000', '152301.292000', '152301.294000', '152301.297000', '152301.300000', '152301.303000', '152301.306000', '152301.308000', '152301.311000', '152301.314000', '152301.317000', '152301.320000', '152301.322000', '152321.186000', '152321.189000', '152321.192000', '152321.195000', '152321.198000', '152321.201000', '152321.204000', '152321.207000', '152321.210000', '152321.213000', '152321.216000', '152321.221000', '152321.224000', '152321.226000', '152321.229000', '152321.232000', '152321.235000', '152321.238000', '152321.241000', '152321.243000', '152321.246000', '152321.249000', '152321.252000', '152321.255000', '152321.258000', '152321.261000', '152321.264000', '152321.267000', '152321.270000', '152321.273000', '152321.275000', '152321.278000', '152321.281000', '152321.284000', '152321.287000', '152321.290000', '152321.292000', '152321.295000', '152321.298000', '152321.303000', '152321.307000', '152321.310000', '152321.313000', '152341.185000', '152341.188000', '152341.191000', '152341.193000', '152341.196000', '152341.199000', '152341.202000', '152341.205000', '152341.208000', '152341.211000', '152341.214000', '152341.216000', '152341.219000', '152341.222000', '152341.225000', '152341.228000', '152341.231000', '152341.234000', '152341.237000', '152341.239000', '152341.242000', '152341.245000', '152341.248000', '152341.251000', '152341.254000', '152341.257000', '152341.259000', '152341.262000', '152341.265000', '152341.268000', '152341.271000', '152341.274000', '152341.277000', '152341.279000', '152341.282000', '152341.285000', '152341.293000', '152341.296000', '152341.299000', '152341.302000', '152341.305000', '152341.307000', '152341.310000', '152341.313000', '152401.185000', '152401.188000', '152401.191000', '152401.194000', '152401.197000', '152401.200000', '152401.202000', '152401.205000', '152401.208000', '152401.211000', '152401.214000', '152401.217000', '152401.220000', '152401.222000', '152401.225000', '152401.228000', '152401.231000', '152401.234000', '152401.237000', '152401.240000', '152401.243000', '152401.246000', '152401.248000', '152401.251000', '152401.254000', '152401.257000', '152401.260000', '152401.263000', '152401.266000', '152401.269000', '152401.271000', '152401.274000', '152401.277000', '152401.280000', '152401.283000', '152401.286000', '152401.289000', '152401.292000', '152401.295000', '152401.298000', '152401.301000', '152401.303000', '152401.306000', '152421.185000', '152421.422000', '152421.425000', '152421.428000', '152421.430000', '152421.433000', '152421.436000', '152421.439000', '152421.453000', '152421.456000', '152421.459000', '152421.462000', '152421.465000', '152421.468000', '152421.471000', '152421.473000', '152421.476000', '152421.479000', '152421.482000', '152421.490000', '152421.493000', '152421.496000', '152421.499000', '152421.502000', '152421.504000', '152421.507000', '152421.510000', '152421.513000', '152421.516000', '152421.519000', '152421.522000', '152421.527000', '152421.531000', '152421.534000', '152421.536000', '152421.539000', '152421.542000', '152421.545000', '152421.548000', '152421.551000', '152421.553000', '152421.556000', '152421.559000', '152421.562000', '152441.185000', '152441.193000', '152441.196000', '152441.199000', '152441.202000', '152441.205000', '152441.208000', '152441.211000', '152441.213000', '152441.216000', '152441.219000', '152441.236000', '152441.239000', '152441.242000', '152441.245000', '152441.248000', '152441.250000', '152441.253000', '152441.256000', '152441.259000', '152441.262000', '152441.265000', '152441.268000', '152441.271000', '152441.274000', '152441.277000', '152441.280000', '152441.283000', '152441.285000', '152441.288000', '152441.291000', '152441.294000', '152441.297000', '152441.300000', '152441.303000', '152441.306000', '152441.308000', '152441.311000', '152441.314000', '152441.317000', '152441.320000', '152441.323000', '152441.326000', '152501.186000', '152501.189000', '152501.192000', '152501.195000', '152501.197000', '152501.200000', '152501.203000', '152501.206000', '152501.209000', '152501.212000', '152501.215000', '152501.218000', '152501.220000', '152501.223000', '152501.236000', '152501.239000', '152501.242000', '152501.245000', '152501.248000', '152501.250000', '152501.253000', '152501.256000', '152501.259000', '152501.262000', '152501.265000', '152501.268000', '152501.271000', '152501.273000', '152501.276000', '152501.279000', '152501.282000', '152501.285000', '152501.288000', '152501.291000', '152501.294000', '152501.296000', '152501.299000', '152501.302000', '152501.305000', '152501.308000', '152501.311000', '152501.314000', '152501.316000', '152501.319000', '152521.186000', '152521.204000', '152521.207000', '152521.210000', '152521.213000', '152521.215000', '152521.218000', '152521.221000', '152521.224000', '152521.227000', '152521.230000', '152521.233000', '152521.236000', '152521.238000', '152521.241000', '152521.244000', '152521.247000', '152521.250000', '152521.253000', '152521.256000', '152521.259000', '152521.261000', '152521.264000', '152521.267000', '152521.270000', '152521.273000', '152521.276000', '152521.279000', '152521.282000', '152521.284000', '152521.287000', '152521.290000', '152521.293000', '152521.296000', '152521.299000', '152521.302000', '152521.304000', '152521.307000', '152521.310000', '152521.313000', '152521.316000', '152521.319000', '152521.322000', '152541.186000', '152541.189000', '152541.198000', '152541.201000', '152541.204000', '152541.207000', '152541.210000', '152541.212000', '152541.215000', '152541.218000', '152541.221000', '152541.224000', '152541.227000', '152541.230000', '152541.233000', '152541.235000', '152541.238000', '152541.241000', '152541.244000', '152541.247000', '152541.250000', '152541.253000', '152541.256000', '152541.258000', '152541.261000', '152541.264000', '152541.267000', '152541.270000', '152541.273000', '152541.276000', '152541.279000', '152541.281000', '152541.284000', '152541.287000', '152541.290000', '152541.293000', '152541.296000', '152541.298000', '152541.301000', '152541.304000', '152541.307000', '152541.310000', '152541.313000', '152541.316000', '152601.185000', '152601.188000', '152601.191000', '152601.194000', '152601.197000', '152601.200000', '152601.203000', '152601.205000', '152601.208000', '152601.211000', '152601.214000', '152601.217000', '152601.220000', '152601.223000', '152601.226000', '152601.228000', '152601.231000', '152601.234000', '152601.237000', '152601.240000', '152601.243000', '152601.246000', '152601.249000', '152601.252000', '152601.255000', '152601.257000', '152601.260000', '152601.263000', '152601.266000', '152601.269000', '152601.272000', '152601.276000', '152601.279000', '152601.282000', '152601.285000', '152601.287000', '152601.290000', '152601.293000', '152601.296000', '152601.299000', '152601.302000', '152601.305000', '152601.308000', '152621.185000', '152621.188000', '152621.191000', '152621.194000', '152621.196000', '152621.199000', '152621.202000', '152621.205000', '152621.208000', '152621.211000', '152621.214000', '152621.216000', '152621.219000', '152621.222000', '152621.225000', '152621.228000', '152621.231000', '152621.234000', '152621.237000', '152621.240000', '152621.249000', '152621.252000', '152621.255000', '152621.258000', '152621.261000', '152621.263000', '152621.266000', '152621.269000', '152621.272000', '152621.275000', '152621.278000', '152621.281000', '152621.284000', '152621.286000', '152621.289000', '152621.292000', '152621.295000', '152621.298000', '152621.301000', '152621.304000', '152621.307000', '152621.309000', '152621.312000', '152621.315000', '152641.185000', '152641.241000', '152641.244000', '152641.247000', '152641.249000', '152641.252000', '152641.255000', '152641.258000', '152641.261000', '152641.264000', '152641.267000', '152641.281000', '152641.284000', '152641.287000', '152641.289000', '152641.292000', '152641.295000', '152641.298000', '152641.301000', '152641.304000', '152641.307000', '152641.310000', '152641.312000', '152641.315000', '152641.318000', '152641.321000', '152641.324000', '152641.327000', '152641.330000', '152641.332000', '152641.335000', '152641.338000', '152641.341000', '152641.344000', '152641.347000', '152641.350000', '152641.353000', '152641.356000', '152641.359000', '152641.362000', '152641.366000', '152641.369000', '152641.372000', '152701.185000', '152701.202000', '152701.204000', '152701.207000', '152701.210000', '152701.213000', '152701.216000', '152701.219000', '152701.222000', '152701.224000', '152701.227000', '152701.230000', '152701.233000', '152701.236000', '152701.239000', '152701.242000', '152701.245000', '152701.248000', '152701.251000', '152701.253000', '152701.256000', '152701.259000', '152701.262000', '152701.265000', '152701.268000', '152701.271000', '152701.274000', '152701.276000', '152701.279000', '152701.282000', '152701.285000', '152701.288000', '152701.291000', '152701.294000', '152701.297000', '152701.300000', '152701.302000', '152701.305000', '152701.308000', '152701.311000', '152701.314000', '152701.317000', '152701.320000', '152701.323000', '152721.186000', '152721.204000', '152721.207000', '152721.210000', '152721.213000', '152721.216000', '152721.218000', '152721.221000', '152721.224000', '152721.227000', '152721.230000', '152721.233000', '152721.235000', '152721.238000', '152721.241000', '152721.244000', '152721.247000', '152721.250000', '152721.253000', '152721.256000', '152721.259000', '152721.261000', '152721.264000', '152721.267000', '152721.270000', '152721.273000', '152721.276000', '152721.279000', '152721.282000', '152721.284000', '152721.287000', '152721.290000', '152721.293000', '152721.296000', '152721.299000', '152721.301000', '152721.304000', '152721.307000', '152721.310000', '152721.314000', '152721.317000', '152721.320000', '152721.323000', '152741.188000', '152741.208000', '152741.211000', '152741.214000', '152741.217000', '152741.220000', '152741.223000', '152741.226000', '152741.228000', '152741.231000', '152741.234000', '152741.237000', '152741.240000', '152741.243000', '152741.246000', '152741.248000', '152741.251000', '152741.254000', '152741.263000', '152741.266000', '152741.269000', '152741.272000', '152741.275000', '152741.278000', '152741.281000', '152741.284000', '152741.286000', '152741.289000', '152741.292000', '152741.295000', '152741.298000', '152741.301000', '152741.304000', '152741.307000', '152741.310000', '152741.313000', '152741.315000', '152741.318000', '152741.321000', '152741.324000', '152741.327000', '152741.330000', '152741.333000', '152801.186000', '152801.189000', '152801.192000', '152801.195000', '152801.198000', '152801.201000', '152801.204000', '152801.207000', '152801.210000', '152801.212000', '152801.215000', '152801.218000', '152801.221000', '152801.224000', '152801.227000', '152801.229000', '152801.232000', '152801.235000', '152801.238000', '152801.241000', '152801.244000', '152801.247000', '152801.250000', '152801.253000', '152801.256000', '152801.258000', '152801.261000', '152801.264000', '152801.267000', '152801.270000', '152801.273000', '152801.276000', '152801.279000', '152801.282000', '152801.285000', '152801.287000', '152801.290000', '152801.293000', '152801.296000', '152801.299000', '152801.302000', '152801.305000', '152801.308000', '152801.310000', '152821.185000', '152821.193000', '152821.196000', '152821.198000', '152821.201000', '152821.204000', '152821.207000', '152821.210000', '152821.213000', '152821.216000', '152821.219000', '152821.222000', '152821.225000', '152821.227000', '152821.230000', '152821.233000', '152821.236000', '152821.239000', '152821.242000', '152821.245000', '152821.248000', '152821.251000', '152821.253000', '152821.256000', '152821.259000', '152821.262000', '152821.265000', '152821.268000', '152821.271000', '152821.274000', '152821.276000', '152821.279000', '152821.282000', '152821.285000', '152821.288000', '152821.291000', '152821.294000', '152821.298000', '152821.301000', '152821.304000', '152821.307000', '152821.310000', '152821.313000', '152841.185000', '152841.205000', '152841.208000', '152841.210000', '152841.213000', '152841.216000', '152841.219000', '152841.222000', '152841.225000', '152841.227000', '152841.230000', '152841.233000', '152841.236000', '152841.239000', '152841.242000', '152841.245000', '152841.248000', '152841.250000', '152841.253000', '152841.256000', '152841.259000', '152841.262000', '152841.265000', '152841.268000', '152841.270000', '152841.273000', '152841.276000', '152841.279000', '152841.282000', '152841.285000', '152841.288000', '152841.290000', '152841.293000', '152841.296000', '152841.299000', '152841.302000', '152841.305000', '152841.308000', '152841.311000', '152841.313000', '152841.316000', '152841.319000', '152841.322000', '152841.325000', '152901.185000', '152901.188000', '152901.191000', '152901.194000', '152901.197000', '152901.199000', '152901.202000', '152901.205000', '152901.208000', '152901.211000', '152901.214000', '152901.217000', '152901.220000', '152901.223000', '152901.225000', '152901.228000', '152901.232000', '152901.237000', '152901.240000', '152901.243000', '152901.246000', '152901.249000', '152901.252000', '152901.255000', '152901.258000', '152901.261000', '152901.264000', '152901.267000', '152901.270000', '152901.282000', '152901.285000', '152901.288000', '152901.291000', '152901.294000', '152901.297000', '152901.300000', '152901.302000', '152901.305000', '152901.308000', '152901.311000', '152901.314000', '152901.317000', '152901.320000', '152921.185000', '152921.206000', '152921.209000', '152921.212000', '152921.215000', '152921.218000', '152921.220000', '152921.223000', '152921.226000', '152921.229000', '152921.232000', '152921.235000', '152921.238000', '152921.241000', '152921.244000', '152921.246000', '152921.249000', '152921.252000', '152921.255000', '152921.258000', '152921.261000', '152921.264000', '152921.266000', '152921.269000', '152921.272000', '152921.275000', '152921.278000', '152921.281000', '152921.284000', '152921.287000', '152921.290000', '152921.293000', '152921.295000', '152921.298000', '152921.301000', '152921.304000', '152921.307000', '152921.310000', '152921.313000', '152921.315000', '152921.318000', '152921.321000', '152921.324000', '152921.327000', '152941.186000', '152941.189000', '152941.192000', '152941.195000', '152941.198000', '152941.201000', '152941.204000', '152941.207000', '152941.209000', '152941.212000', '152941.215000', '152941.218000', '152941.221000', '152941.224000', '152941.227000', '152941.230000', '152941.233000', '152941.236000', '152941.239000', '152941.241000', '152941.244000', '152941.247000', '152941.250000', '152941.253000', '152941.256000', '152941.259000', '152941.262000', '152941.265000', '152941.267000', '152941.270000', '152941.273000', '152941.276000', '152941.279000', '152941.282000', '152941.285000', '152941.288000', '152941.290000', '152941.293000', '152941.296000', '152941.299000', '152941.302000', '152941.305000', '152941.308000', '153001.186000', '153001.200000', '153001.203000', '153001.206000', '153001.208000', '153001.211000', '153001.214000', '153001.217000', '153001.220000', '153001.223000', '153001.226000', '153001.229000', '153001.232000', '153001.235000', '153001.238000', '153001.241000', '153001.243000', '153001.246000', '153001.249000', '153001.252000', '153001.255000', '153001.258000', '153001.261000', '153001.264000', '153001.267000', '153001.269000', '153001.272000', '153001.275000', '153001.278000', '153001.281000', '153001.284000', '153001.287000', '153001.290000', '153001.293000', '153001.295000', '153001.298000', '153001.301000', '153001.304000', '153001.307000', '153001.310000', '153001.313000', '153001.316000', '153001.319000', '153001.321000', '153021.186000', '153021.206000', '153021.209000', '153021.212000', '153021.215000', '153021.218000', '153021.220000', '153021.224000', '153021.229000', '153021.232000', '153021.235000', '153021.238000', '153021.241000', '153021.244000', '153021.247000', '153021.249000', '153021.252000', '153021.255000', '153021.258000', '153021.261000', '153021.264000', '153021.267000', '153021.270000', '153021.273000', '153021.276000', '153021.279000', '153021.293000', '153021.296000', '153021.299000', '153021.302000', '153021.305000', '153021.308000', '153021.311000', '153021.314000', '153021.316000', '153021.319000', '153021.322000', '153021.325000', '153021.328000', '153021.331000', '153021.334000', '153021.337000', '153021.340000', '153041.185000', '153041.199000', '153041.202000', '153041.205000', '153041.208000', '153041.211000', '153041.214000', '153041.217000', '153041.219000', '153041.222000', '153041.225000', '153041.228000', '153041.231000', '153041.234000', '153041.237000', '153041.240000', '153041.243000', '153041.246000', '153041.249000', '153041.252000', '153041.254000', '153041.257000', '153041.260000', '153041.263000', '153041.266000', '153041.269000', '153041.272000', '153041.275000', '153041.278000', '153041.281000', '153041.284000', '153041.286000', '153041.289000', '153041.292000', '153041.295000', '153041.298000', '153041.301000', '153041.304000', '153041.307000', '153041.310000', '153041.313000', '153041.315000', '153041.318000', '153041.321000', '153041.523000'], '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': [9712, 7613, 11571, 9788, 11312, 6871, 10029, 6578, 10327, 10015, 12893, 11300, 8757, 6503, 8108, 6761, 8204, 11239, 7276, 9706, 7041, 9743, 7143, 7980, 11479, 8606, 11202, 6784, 9221, 10012, 9124, 11924, 8498, 11168, 7156, 9386, 8567, 7712, 12872, 8201, 10762, 7572, 11041, 8330, 9229, 6837, 8314, 6566, 9038, 6909, 9189, 12992, 8796, 11774, 7033, 10686, 6642, 8832, 10890, 8490, 7211, 8060, 6327, 8542, 11612, 8533, 10993, 7012, 10774, 7030, 10919, 6575, 8310, 6941, 7702, 12065, 7759, 11187, 8750, 11437, 7094, 11244, 7234, 10072, 10365, 10026, 11181, 8929, 11447, 7610, 11015, 9491, 9875, 10442, 8302, 11744, 7465, 11163, 7307, 8523, 7619, 8487, 12163, 7961, 10890, 8033, 10470, 7515, 10492, 7043, 11239, 7535, 10711, 6869, 10422, 6817, 10295, 8834, 8368, 7783, 7330, 11514, 6897, 11059, 6708, 10078, 11401, 7976, 12694, 7163, 10516, 6795, 9927, 7156, 7623, 12872, 6827, 10606, 6613, 9769, 6529, 7230, 10749, 7030, 10474, 6689, 10248, 6646, 9153, 6954, 7126, 11834, 7966, 10904, 6791, 9350, 7289, 7280, 11098, 8934, 10981, 6657, 8145, 6498, 7795, 9501, 7142, 11189, 8500, 10660, 7006, 10181, 7218, 9497, 9430, 7589, 12865, 7113, 10838, 7498, 11169, 9113, 10224, 6752, 7958, 11205, 7282, 12080, 8735, 11294, 6788, 8082, 8861, 11086, 7125, 11197, 7481, 7399, 7874, 6745, 13520, 10714, 12629, 8965, 6842, 8221, 10295, 8420, 9350, 9740, 14220, 10467, 13414, 7763, 11386, 6709, 12815, 9932, 10312, 8538, 6849, 11730, 6870, 10872, 6857, 9673, 6871, 10941, 10215, 7769, 7373, 7308, 12061, 7021, 10500, 6987, 10820, 6639, 8380, 8050, 7822, 10723, 7290, 9965, 6791, 7351, 13146, 7776, 11684, 6728, 10453, 6805, 11140, 7791, 8707, 8774, 7002, 11478, 6969, 11417, 6837, 9011, 6560, 6923, 12378, 7579, 11482, 7856, 10963, 7798, 7225, 12892, 8026, 11674, 6794, 10791, 6478, 9113, 11240, 9384, 13078, 8024, 11104, 6885, 10617, 6910, 10088, 8742, 7085, 13554, 6949, 11558, 7146, 11359, 6538, 7983, 11461, 7449, 12560, 6901, 11262, 6870, 11145, 6966, 9450, 8415, 7098, 11626, 7175, 11374, 7115, 9129, 7011, 6798, 6533, 8171, 7043, 11939, 7230, 10694, 6485, 10475, 12758, 8766, 12183, 7306, 11655, 6682, 10237, 12916, 8950, 13876, 7194, 11635, 6981, 10915, 10991, 7952, 12903, 7554, 11301, 6765, 9781, 6667, 7097, 13302, 7379, 12026, 9464, 11782, 7235, 10194, 6728, 7568, 14178, 9924, 11738, 7034, 10875, 6626, 8668, 9292, 8772, 12854, 9012, 11486, 7127, 10316, 7825, 8118, 11217, 9035, 10907, 6860, 9753, 6340, 7785, 12550, 8101, 10881, 6824, 9872, 6441, 8628, 10046, 7071, 10872, 6835, 10225, 6611, 9738, 6228, 7071, 12390, 6894, 10964, 7219, 9837, 6655, 7892, 8253, 7414, 9820, 7153, 11080, 6923, 8679, 11483, 7430, 11194, 8295, 10625, 6571, 8304, 8096, 8306, 13674, 9337, 11646, 7008, 11502, 7243, 10112, 8719, 7467, 13080, 7164, 11414, 7533, 10660, 6658, 8311, 9012, 7650, 13355, 7104, 11132, 6820, 10163, 6768, 10523, 6984, 8845, 10279, 7127, 11379, 8060, 11418, 7032, 10224, 6597, 7527, 10289, 8085, 11326, 6982, 11449, 7026, 11392, 7740, 9007, 11293, 6883, 10699, 6998, 10431, 6846, 11033, 7939, 10759, 6785, 9723, 7025, 9039, 6904, 10089, 6979, 10132, 6730, 11564, 11841, 8161, 12790, 7261, 11296, 8102, 7577, 13379, 8927, 12531, 9444, 10914, 6657, 7126, 14001, 7794, 12172, 7367, 11181, 6814, 7093, 13148, 7123, 11252, 7164, 10416, 6570, 7177, 9024, 7278, 10903, 7167, 10529, 6948, 8191, 6314, 7002, 11650, 7055, 10993, 7458, 9224, 6291, 7281, 11389, 7175, 11486, 6951, 10551, 6905, 7336, 11659, 7587, 12016, 7204, 12459, 7602, 8640, 7240, 9429, 7571, 11368, 7739, 11491, 10469, 7736, 8400, 8121, 6447, 9421, 8417, 13618, 14321, 10565, 14031, 7791, 12601, 7747, 8809, 11330, 7614, 13067, 7777, 12309, 8341, 8272, 6494, 7328, 10086, 7174, 10220, 6668, 8705, 6240, 7672, 12329, 7494, 11439, 7371, 10835, 7017, 8500, 6435, 7711, 11918, 7582, 11688, 7448, 11794, 6544, 8154, 6103, 8995, 14491, 11001, 14172, 7545, 11965, 7254, 11934, 8821, 11718, 7779, 7692, 13115, 7543, 13373, 9366, 13071, 6595, 8955, 7420, 7427, 12958, 10186, 12154, 7034, 10397, 7299, 7515, 12544, 9078, 11516, 6761, 7973, 11645, 7389, 12687, 7410, 11748, 7257, 10254, 7460, 7929, 11892, 7434, 11730, 7294, 11537, 7595, 8292, 8020, 7305, 11756, 7144, 11509, 7018, 10527, 6708, 7195, 12120, 7319, 10826, 7333, 11299, 6663, 7453, 6564, 7887, 10252, 7221, 13443, 10039, 6625, 6860, 6261, 7326, 10695, 8143, 11052, 6644, 8975, 9298, 7479, 12156, 9171, 11225, 6879, 8976, 7437, 7650, 12826, 10216, 12014, 7233, 10336, 6973, 8556, 13724, 7783, 12769, 7503, 11177, 7658, 9362, 8892, 7330, 12535, 7408, 11843, 6805, 10622, 6439, 7334, 11342, 7464, 12195, 8154, 11670, 6918, 8393, 7709, 8024, 12328, 9782, 11402, 8723, 10980, 7407, 6311, 8313, 10962, 7792, 8801, 7134, 10578, 7284, 11537, 8634, 11923, 9826, 11890, 10344, 7741, 13233, 8988, 11964, 11900, 12329, 15407, 8166, 12742, 7483, 10873, 6785, 7878, 12488, 7646, 12397, 7324, 10819, 6480, 7753, 6695, 7962, 12590, 7838, 11421, 7475, 10374, 6914, 8298, 10279, 8101, 12837, 9584, 10478, 6869, 8592, 6695, 8053, 10992, 8746, 13661, 7997, 11579, 7339, 10446, 6826, 10363, 7916, 9067, 10920, 7668, 11639, 7415, 11500, 6980, 11505, 7050, 7621, 6519, 9195, 6942, 11460, 7191, 12241, 9670, 11731, 8630, 7741, 13265, 7505, 12195, 7837, 10310, 7384, 7251, 12385, 7236, 11099, 6888, 10031, 6641, 7436, 10455, 7360, 11574, 7493, 11391, 6448, 7705, 9946, 7556, 12257, 7974, 10319, 6698, 7587, 9583, 7706, 12206, 8137, 11214, 6838, 7915, 6437, 7496, 13976, 9499, 11936, 7276, 10944, 6542, 9698, 13579, 9686, 11971, 7505, 11018, 7024, 9163, 11671, 8155, 12660, 7569, 11645, 7217, 10545, 7721, 9016, 11863, 7585, 12298, 7405, 10118, 8795, 7990, 14018, 7744, 11771, 7038, 10151, 6346, 7897, 9882, 7569, 11434, 7227, 11142, 7196, 11287, 7126, 11315, 6773, 8171, 6662, 8024, 14428, 10398, 12038, 7231, 11203, 6994, 11195, 7994, 9270, 6817, 7469, 6977, 9784, 7127, 11843, 7829, 12444, 7456, 11399, 7043, 11613, 10303, 9251, 12276, 7871, 12815, 7305, 11178, 8480, 9695, 9304, 7831, 11782, 7164, 11616, 6865, 10551, 7035, 8076, 14033, 7306, 12166, 7227, 10646, 6627, 8089, 10055, 7330, 11663, 7332, 11110, 6544, 8120, 10842, 7445, 11939, 7170, 10975, 6995, 9060, 6477, 8515, 11649, 7961, 12736, 10404, 11883, 7057, 10219, 7024, 8450, 14346, 9956, 12924, 7557, 11829, 6961, 10472, 9354, 8446, 11864, 8020, 12288, 7553, 11988, 7163, 12195, 7575, 8165, 7153, 7682, 12415, 8840, 11884, 7243, 10119, 6401, 8624, 7101, 8078, 7734, 7669, 13534, 7300, 11530, 8220, 11998, 7034, 10195, 7145, 8305, 13400, 8886, 12645, 7891, 12047, 7100, 10315, 7388, 9030, 10589, 7814, 13123, 7385, 11050, 7225, 11000, 7083, 6784, 6326, 6863, 10991, 7095, 9266, 6772, 7761, 6288, 8298, 11685, 7755, 13590, 7127, 10011, 6548, 10164, 7786, 7729, 13417, 7379, 11110, 6749, 11442, 6949, 9163, 6770, 8042, 14703, 8426, 11900, 7904, 11453, 9315, 12208, 7883, 12812, 10073, 12297, 6792, 8947, 7998, 7836, 12502, 9254, 10826, 6543, 8224, 6487, 7295, 11963, 7071, 12255, 6610, 9839, 6294, 10304, 6443, 9837, 6261, 7737, 9536, 6920, 12205, 8543, 10959, 6281, 8228, 6191, 6845, 12663, 9899, 11128, 6787, 10252, 6576, 11598, 7688, 12580, 8235, 7565, 6121], 'WindowCenter': [3744.0, 3710.0, 3739.0, 3716.0, 3724.0, 3669.0, 3711.0, 3671.0, 3726.0, 3712.0, 3736.0, 3724.0, 3701.0, 3670.0, 3692.0, 3669.0, 3703.0, 3712.0, 3692.0, 3702.0, 3681.0, 3702.0, 3680.0, 3692.0, 3711.0, 3689.0, 3699.0, 3655.0, 3688.0, 3687.0, 3698.0, 3698.0, 3687.0, 3696.0, 3655.0, 3685.0, 3675.0, 3676.0, 3706.0, 3675.0, 3685.0, 3664.0, 3697.0, 3675.0, 3686.0, 3654.0, 3675.0, 3653.0, 3687.0, 3666.0, 3687.0, 3708.0, 3688.0, 3698.0, 3668.0, 3713.0, 3657.0, 3687.0, 3684.0, 3676.0, 3676.0, 3677.0, 3654.0, 3689.0, 3709.0, 3690.0, 3724.0, 3694.0, 3712.0, 3655.0, 3714.0, 3655.0, 3676.0, 3656.0, 3680.0, 3709.0, 3680.0, 3710.0, 3692.0, 3724.0, 3669.0, 3710.0, 3680.0, 3699.0, 3686.0, 3699.0, 3711.0, 3688.0, 3697.0, 3665.0, 3697.0, 3688.0, 3689.0, 3686.0, 3676.0, 3696.0, 3653.0, 3695.0, 3664.0, 3677.0, 3664.0, 3687.0, 3707.0, 3676.0, 3697.0, 3677.0, 3698.0, 3665.0, 3697.0, 3667.0, 3709.0, 3680.0, 3699.0, 3669.0, 3710.0, 3668.0, 3712.0, 3689.0, 3691.0, 3678.0, 3679.0, 3710.0, 3668.0, 3709.0, 3667.0, 3701.0, 3710.0, 3680.0, 3708.0, 3668.0, 3698.0, 3667.0, 3700.0, 3668.0, 3680.0, 3721.0, 3668.0, 3710.0, 3669.0, 3711.0, 3657.0, 3680.0, 3711.0, 3679.0, 3712.0, 3670.0, 3711.0, 3670.0, 3703.0, 3679.0, 3681.0, 3724.0, 3692.0, 3712.0, 3670.0, 3716.0, 3693.0, 3681.0, 3713.0, 3702.0, 3713.0, 3682.0, 3692.0, 3670.0, 3692.0, 3701.0, 3682.0, 3724.0, 3703.0, 3712.0, 3681.0, 3713.0, 3680.0, 3714.0, 3702.0, 3691.0, 3721.0, 3679.0, 3712.0, 3680.0, 3713.0, 3700.0, 3711.0, 3668.0, 3690.0, 3709.0, 3680.0, 3711.0, 3689.0, 3711.0, 3666.0, 3691.0, 3700.0, 3726.0, 3694.0, 3725.0, 3692.0, 3695.0, 3689.0, 3684.0, 3723.0, 3629.0, 3723.0, 3716.0, 3655.0, 3688.0, 3698.0, 3689.0, 3712.0, 3715.0, 3736.0, 3725.0, 3733.0, 3691.0, 3709.0, 3665.0, 3708.0, 3696.0, 3698.0, 3685.0, 3655.0, 3707.0, 3668.0, 3708.0, 3668.0, 3698.0, 3665.0, 3707.0, 3695.0, 3676.0, 3664.0, 3678.0, 3707.0, 3679.0, 3709.0, 3667.0, 3710.0, 3666.0, 3688.0, 3676.0, 3677.0, 3697.0, 3678.0, 3699.0, 3655.0, 3679.0, 3720.0, 3678.0, 3708.0, 3668.0, 3709.0, 3668.0, 3711.0, 3678.0, 3701.0, 3689.0, 3680.0, 3722.0, 3680.0, 3722.0, 3668.0, 3700.0, 3667.0, 3679.0, 3719.0, 3690.0, 3722.0, 3703.0, 3712.0, 3691.0, 3692.0, 3720.0, 3690.0, 3710.0, 3669.0, 3710.0, 3668.0, 3701.0, 3711.0, 3702.0, 3722.0, 3691.0, 3711.0, 3680.0, 3711.0, 3679.0, 3711.0, 3688.0, 3679.0, 3720.0, 3678.0, 3710.0, 3668.0, 3710.0, 3657.0, 3690.0, 3721.0, 3680.0, 3720.0, 3678.0, 3709.0, 3668.0, 3711.0, 3668.0, 3701.0, 3688.0, 3680.0, 3709.0, 3678.0, 3710.0, 3667.0, 3699.0, 3679.0, 3668.0, 3658.0, 3701.0, 3681.0, 3723.0, 3692.0, 3712.0, 3670.0, 3711.0, 3721.0, 3691.0, 3710.0, 3679.0, 3710.0, 3667.0, 3711.0, 3720.0, 3700.0, 3719.0, 3667.0, 3708.0, 3666.0, 3710.0, 3697.0, 3678.0, 3709.0, 3678.0, 3709.0, 3667.0, 3699.0, 3667.0, 3679.0, 3719.0, 3679.0, 3721.0, 3711.0, 3710.0, 3679.0, 3710.0, 3667.0, 3690.0, 3720.0, 3700.0, 3709.0, 3679.0, 3710.0, 3668.0, 3700.0, 3699.0, 3701.0, 3721.0, 3701.0, 3710.0, 3668.0, 3710.0, 3677.0, 3703.0, 3712.0, 3701.0, 3709.0, 3667.0, 3698.0, 3655.0, 3689.0, 3719.0, 3689.0, 3709.0, 3668.0, 3711.0, 3668.0, 3701.0, 3710.0, 3679.0, 3710.0, 3668.0, 3710.0, 3668.0, 3701.0, 3657.0, 3680.0, 3720.0, 3679.0, 3711.0, 3679.0, 3700.0, 3667.0, 3690.0, 3689.0, 3679.0, 3700.0, 3669.0, 3711.0, 3679.0, 3701.0, 3710.0, 3679.0, 3711.0, 3690.0, 3710.0, 3668.0, 3690.0, 3689.0, 3690.0, 3721.0, 3701.0, 3710.0, 3693.0, 3723.0, 3680.0, 3712.0, 3700.0, 3680.0, 3720.0, 3680.0, 3720.0, 3691.0, 3711.0, 3681.0, 3702.0, 3700.0, 3691.0, 3720.0, 3680.0, 3711.0, 3680.0, 3711.0, 3680.0, 3712.0, 3679.0, 3702.0, 3711.0, 3680.0, 3710.0, 3690.0, 3711.0, 3668.0, 3700.0, 3667.0, 3679.0, 3699.0, 3690.0, 3709.0, 3679.0, 3710.0, 3679.0, 3711.0, 3678.0, 3701.0, 3710.0, 3668.0, 3710.0, 3679.0, 3724.0, 3669.0, 3712.0, 3703.0, 3724.0, 3683.0, 3713.0, 3693.0, 3715.0, 3682.0, 3712.0, 3682.0, 3713.0, 3682.0, 3726.0, 3723.0, 3691.0, 3711.0, 3678.0, 3699.0, 3676.0, 3667.0, 3707.0, 3686.0, 3709.0, 3686.0, 3696.0, 3652.0, 3654.0, 3704.0, 3663.0, 3695.0, 3663.0, 3696.0, 3652.0, 3665.0, 3705.0, 3666.0, 3708.0, 3666.0, 3697.0, 3654.0, 3666.0, 3685.0, 3679.0, 3707.0, 3667.0, 3710.0, 3667.0, 3690.0, 3656.0, 3680.0, 3710.0, 3678.0, 3710.0, 3678.0, 3700.0, 3657.0, 3680.0, 3711.0, 3680.0, 3721.0, 3668.0, 3711.0, 3667.0, 3680.0, 3710.0, 3691.0, 3724.0, 3680.0, 3712.0, 3679.0, 3689.0, 3680.0, 3700.0, 3692.0, 3723.0, 3692.0, 3725.0, 3724.0, 3691.0, 3688.0, 3689.0, 3656.0, 3699.0, 3689.0, 3733.0, 3720.0, 3710.0, 3709.0, 3676.0, 3707.0, 3664.0, 3686.0, 3694.0, 3664.0, 3705.0, 3675.0, 3706.0, 3686.0, 3685.0, 3641.0, 3675.0, 3695.0, 3665.0, 3708.0, 3666.0, 3699.0, 3668.0, 3690.0, 3719.0, 3690.0, 3722.0, 3679.0, 3710.0, 3680.0, 3701.0, 3669.0, 3691.0, 3721.0, 3691.0, 3723.0, 3691.0, 3723.0, 3670.0, 3691.0, 3658.0, 3713.0, 3733.0, 3724.0, 3733.0, 3692.0, 3723.0, 3691.0, 3725.0, 3703.0, 3724.0, 3690.0, 3692.0, 3721.0, 3691.0, 3734.0, 3701.0, 3722.0, 3669.0, 3702.0, 3677.0, 3691.0, 3722.0, 3711.0, 3720.0, 3678.0, 3711.0, 3677.0, 3679.0, 3720.0, 3699.0, 3710.0, 3668.0, 3689.0, 3710.0, 3678.0, 3720.0, 3678.0, 3709.0, 3678.0, 3710.0, 3677.0, 3690.0, 3709.0, 3679.0, 3720.0, 3678.0, 3720.0, 3678.0, 3689.0, 3687.0, 3679.0, 3709.0, 3678.0, 3721.0, 3679.0, 3710.0, 3667.0, 3680.0, 3734.0, 3691.0, 3724.0, 3692.0, 3723.0, 3681.0, 3678.0, 3669.0, 3704.0, 3724.0, 3692.0, 3734.0, 3725.0, 3680.0, 3683.0, 3670.0, 3692.0, 3723.0, 3703.0, 3724.0, 3681.0, 3703.0, 3701.0, 3691.0, 3722.0, 3702.0, 3710.0, 3668.0, 3701.0, 3677.0, 3690.0, 3720.0, 3710.0, 3720.0, 3678.0, 3710.0, 3666.0, 3699.0, 3719.0, 3677.0, 3708.0, 3677.0, 3708.0, 3677.0, 3699.0, 3687.0, 3678.0, 3708.0, 3677.0, 3709.0, 3667.0, 3711.0, 3656.0, 3679.0, 3708.0, 3679.0, 3721.0, 3689.0, 3721.0, 3678.0, 3689.0, 3688.0, 3702.0, 3734.0, 3711.0, 3711.0, 3689.0, 3725.0, 3693.0, 3682.0, 3715.0, 3724.0, 3703.0, 3713.0, 3693.0, 3724.0, 3694.0, 3737.0, 3716.0, 3738.0, 3727.0, 3725.0, 3710.0, 3679.0, 3709.0, 3687.0, 3709.0, 3697.0, 3710.0, 3707.0, 3675.0, 3695.0, 3662.0, 3684.0, 3640.0, 3662.0, 3694.0, 3663.0, 3705.0, 3664.0, 3695.0, 3653.0, 3675.0, 3652.0, 3688.0, 3708.0, 3678.0, 3708.0, 3677.0, 3698.0, 3667.0, 3689.0, 3698.0, 3689.0, 3720.0, 3711.0, 3708.0, 3666.0, 3688.0, 3666.0, 3689.0, 3709.0, 3701.0, 3731.0, 3690.0, 3721.0, 3689.0, 3709.0, 3668.0, 3711.0, 3688.0, 3701.0, 3709.0, 3690.0, 3710.0, 3679.0, 3721.0, 3679.0, 3722.0, 3680.0, 3690.0, 3668.0, 3701.0, 3680.0, 3723.0, 3681.0, 3724.0, 3712.0, 3724.0, 3700.0, 3690.0, 3720.0, 3678.0, 3720.0, 3677.0, 3710.0, 3665.0, 3678.0, 3718.0, 3678.0, 3709.0, 3666.0, 3709.0, 3666.0, 3678.0, 3708.0, 3679.0, 3721.0, 3679.0, 3721.0, 3669.0, 3690.0, 3709.0, 3691.0, 3721.0, 3690.0, 3710.0, 3668.0, 3690.0, 3711.0, 3691.0, 3721.0, 3703.0, 3723.0, 3669.0, 3690.0, 3668.0, 3691.0, 3733.0, 3713.0, 3722.0, 3692.0, 3723.0, 3669.0, 3712.0, 3721.0, 3711.0, 3721.0, 3679.0, 3710.0, 3678.0, 3701.0, 3710.0, 3690.0, 3719.0, 3690.0, 3720.0, 3691.0, 3722.0, 3690.0, 3702.0, 3721.0, 3691.0, 3721.0, 3691.0, 3711.0, 3699.0, 3690.0, 3746.0, 3703.0, 3721.0, 3680.0, 3711.0, 3681.0, 3716.0, 3723.0, 3703.0, 3722.0, 3692.0, 3721.0, 3679.0, 3721.0, 3680.0, 3721.0, 3668.0, 3701.0, 3668.0, 3691.0, 3731.0, 3712.0, 3720.0, 3679.0, 3709.0, 3678.0, 3722.0, 3689.0, 3711.0, 3667.0, 3679.0, 3679.0, 3711.0, 3681.0, 3723.0, 3692.0, 3723.0, 3691.0, 3721.0, 3679.0, 3723.0, 3710.0, 3701.0, 3720.0, 3689.0, 3720.0, 3677.0, 3710.0, 3687.0, 3699.0, 3697.0, 3677.0, 3707.0, 3677.0, 3709.0, 3667.0, 3710.0, 3677.0, 3689.0, 3731.0, 3691.0, 3721.0, 3679.0, 3711.0, 3667.0, 3689.0, 3698.0, 3690.0, 3721.0, 3679.0, 3721.0, 3668.0, 3690.0, 3709.0, 3692.0, 3722.0, 3679.0, 3710.0, 3679.0, 3701.0, 3670.0, 3702.0, 3721.0, 3702.0, 3722.0, 3712.0, 3721.0, 3679.0, 3711.0, 3668.0, 3690.0, 3720.0, 3701.0, 3710.0, 3678.0, 3709.0, 3667.0, 3710.0, 3697.0, 3688.0, 3707.0, 3687.0, 3707.0, 3677.0, 3708.0, 3678.0, 3721.0, 3677.0, 3690.0, 3666.0, 3689.0, 3719.0, 3700.0, 3709.0, 3678.0, 3698.0, 3656.0, 3699.0, 3667.0, 3690.0, 3678.0, 3690.0, 3720.0, 3679.0, 3721.0, 3690.0, 3722.0, 3679.0, 3711.0, 3669.0, 3691.0, 3722.0, 3701.0, 3721.0, 3690.0, 3710.0, 3668.0, 3710.0, 3677.0, 3700.0, 3708.0, 3678.0, 3720.0, 3693.0, 3723.0, 3678.0, 3711.0, 3678.0, 3672.0, 3659.0, 3670.0, 3711.0, 3669.0, 3687.0, 3669.0, 3678.0, 3657.0, 3702.0, 3722.0, 3694.0, 3733.0, 3681.0, 3712.0, 3671.0, 3713.0, 3679.0, 3692.0, 3721.0, 3681.0, 3723.0, 3681.0, 3724.0, 3692.0, 3714.0, 3669.0, 3692.0, 3732.0, 3702.0, 3722.0, 3693.0, 3722.0, 3715.0, 3723.0, 3705.0, 3736.0, 3714.0, 3722.0, 3669.0, 3701.0, 3678.0, 3690.0, 3710.0, 3701.0, 3711.0, 3657.0, 3689.0, 3657.0, 3680.0, 3710.0, 3680.0, 3710.0, 3669.0, 3710.0, 3671.0, 3713.0, 3670.0, 3714.0, 3670.0, 3693.0, 3712.0, 3683.0, 3723.0, 3703.0, 3725.0, 3670.0, 3702.0, 3659.0, 3696.0, 3735.0, 3714.0, 3725.0, 3682.0, 3713.0, 3683.0, 3738.0, 3691.0, 3724.0, 3716.0, 3704.0, 3673.0], 'WindowWidth': [8433.0, 8381.0, 8417.0, 8379.0, 8385.0, 8306.0, 8364.0, 8311.0, 8391.0, 8367.0, 8408.0, 8385.0, 8352.0, 8309.0, 8340.0, 8305.0, 8355.0, 8366.0, 8340.0, 8353.0, 8324.0, 8353.0, 8319.0, 8341.0, 8363.0, 8330.0, 8342.0, 8279.0, 8327.0, 8322.0, 8339.0, 8341.0, 8323.0, 8333.0, 8276.0, 8319.0, 8304.0, 8307.0, 8347.0, 8304.0, 8316.0, 8288.0, 8336.0, 8301.0, 8319.0, 8273.0, 8301.0, 8273.0, 8324.0, 8292.0, 8325.0, 8351.0, 8324.0, 8340.0, 8300.0, 8368.0, 8283.0, 8323.0, 8314.0, 8305.0, 8309.0, 8310.0, 8275.0, 8331.0, 8356.0, 8334.0, 8386.0, 8347.0, 8365.0, 8274.0, 8372.0, 8276.0, 8306.0, 8278.0, 8317.0, 8355.0, 8319.0, 8359.0, 8338.0, 8385.0, 8303.0, 8360.0, 8321.0, 8342.0, 8319.0, 8341.0, 8359.0, 8326.0, 8335.0, 8290.0, 8336.0, 8324.0, 8328.0, 8318.0, 8307.0, 8333.0, 8271.0, 8331.0, 8287.0, 8309.0, 8287.0, 8323.0, 8349.0, 8310.0, 8337.0, 8311.0, 8338.0, 8291.0, 8337.0, 8297.0, 8355.0, 8319.0, 8342.0, 8304.0, 8357.0, 8301.0, 8367.0, 8328.0, 8335.0, 8312.0, 8316.0, 8357.0, 8300.0, 8357.0, 8298.0, 8348.0, 8358.0, 8318.0, 8353.0, 8301.0, 8340.0, 8299.0, 8348.0, 8302.0, 8321.0, 8373.0, 8303.0, 8359.0, 8304.0, 8364.0, 8286.0, 8320.0, 8360.0, 8318.0, 8363.0, 8307.0, 8364.0, 8307.0, 8355.0, 8319.0, 8324.0, 8386.0, 8339.0, 8364.0, 8305.0, 8379.0, 8342.0, 8324.0, 8367.0, 8352.0, 8370.0, 8325.0, 8339.0, 8307.0, 8340.0, 8349.0, 8328.0, 8384.0, 8355.0, 8364.0, 8324.0, 8368.0, 8322.0, 8373.0, 8351.0, 8338.0, 8376.0, 8319.0, 8363.0, 8320.0, 8369.0, 8346.0, 8363.0, 8300.0, 8335.0, 8355.0, 8318.0, 8362.0, 8331.0, 8363.0, 8296.0, 8337.0, 8347.0, 8394.0, 8348.0, 8389.0, 8340.0, 8351.0, 8332.0, 8331.0, 8382.0, 8205.0, 8383.0, 8381.0, 8279.0, 8327.0, 8338.0, 8333.0, 8367.0, 8377.0, 8408.0, 8393.0, 8400.0, 8340.0, 8361.0, 8296.0, 8356.0, 8334.0, 8342.0, 8316.0, 8280.0, 8351.0, 8303.0, 8354.0, 8303.0, 8343.0, 8292.0, 8351.0, 8333.0, 8311.0, 8290.0, 8314.0, 8353.0, 8319.0, 8357.0, 8302.0, 8361.0, 8297.0, 8328.0, 8309.0, 8314.0, 8337.0, 8313.0, 8341.0, 8280.0, 8317.0, 8373.0, 8316.0, 8355.0, 8301.0, 8356.0, 8301.0, 8362.0, 8316.0, 8351.0, 8329.0, 8322.0, 8380.0, 8322.0, 8382.0, 8302.0, 8347.0, 8299.0, 8319.0, 8371.0, 8335.0, 8379.0, 8356.0, 8369.0, 8338.0, 8340.0, 8375.0, 8334.0, 8359.0, 8305.0, 8362.0, 8303.0, 8351.0, 8364.0, 8352.0, 8381.0, 8337.0, 8363.0, 8321.0, 8364.0, 8318.0, 8365.0, 8329.0, 8319.0, 8375.0, 8315.0, 8361.0, 8302.0, 8361.0, 8286.0, 8336.0, 8377.0, 8322.0, 8374.0, 8316.0, 8357.0, 8303.0, 8364.0, 8302.0, 8351.0, 8329.0, 8321.0, 8359.0, 8316.0, 8360.0, 8301.0, 8345.0, 8320.0, 8302.0, 8288.0, 8352.0, 8325.0, 8384.0, 8341.0, 8367.0, 8308.0, 8366.0, 8375.0, 8336.0, 8361.0, 8318.0, 8361.0, 8300.0, 8365.0, 8374.0, 8347.0, 8369.0, 8299.0, 8354.0, 8297.0, 8359.0, 8338.0, 8314.0, 8357.0, 8314.0, 8357.0, 8300.0, 8346.0, 8299.0, 8319.0, 8371.0, 8318.0, 8377.0, 8365.0, 8360.0, 8318.0, 8362.0, 8300.0, 8335.0, 8374.0, 8347.0, 8358.0, 8318.0, 8361.0, 8304.0, 8349.0, 8345.0, 8351.0, 8378.0, 8350.0, 8361.0, 8302.0, 8361.0, 8311.0, 8359.0, 8368.0, 8351.0, 8359.0, 8301.0, 8343.0, 8281.0, 8332.0, 8371.0, 8334.0, 8359.0, 8303.0, 8363.0, 8304.0, 8352.0, 8360.0, 8319.0, 8361.0, 8303.0, 8360.0, 8303.0, 8351.0, 8288.0, 8323.0, 8376.0, 8319.0, 8364.0, 8319.0, 8348.0, 8300.0, 8334.0, 8329.0, 8318.0, 8346.0, 8304.0, 8365.0, 8317.0, 8352.0, 8360.0, 8320.0, 8364.0, 8335.0, 8363.0, 8304.0, 8334.0, 8330.0, 8336.0, 8378.0, 8350.0, 8361.0, 8346.0, 8386.0, 8321.0, 8369.0, 8346.0, 8322.0, 8375.0, 8323.0, 8376.0, 8340.0, 8366.0, 8325.0, 8354.0, 8349.0, 8338.0, 8377.0, 8323.0, 8365.0, 8323.0, 8365.0, 8322.0, 8369.0, 8319.0, 8354.0, 8362.0, 8320.0, 8360.0, 8333.0, 8364.0, 8302.0, 8346.0, 8299.0, 8317.0, 8343.0, 8334.0, 8357.0, 8319.0, 8360.0, 8318.0, 8365.0, 8316.0, 8349.0, 8359.0, 8303.0, 8360.0, 8319.0, 8386.0, 8308.0, 8368.0, 8360.0, 8389.0, 8333.0, 8372.0, 8346.0, 8376.0, 8329.0, 8367.0, 8328.0, 8371.0, 8329.0, 8392.0, 8384.0, 8339.0, 8365.0, 8315.0, 8346.0, 8306.0, 8297.0, 8353.0, 8320.0, 8357.0, 8319.0, 8335.0, 8269.0, 8275.0, 8340.0, 8287.0, 8333.0, 8287.0, 8333.0, 8270.0, 8292.0, 8346.0, 8295.0, 8354.0, 8295.0, 8339.0, 8277.0, 8297.0, 8318.0, 8320.0, 8352.0, 8300.0, 8362.0, 8300.0, 8335.0, 8285.0, 8323.0, 8360.0, 8316.0, 8361.0, 8314.0, 8348.0, 8286.0, 8322.0, 8363.0, 8320.0, 8378.0, 8302.0, 8364.0, 8300.0, 8322.0, 8359.0, 8337.0, 8387.0, 8320.0, 8364.0, 8318.0, 8329.0, 8321.0, 8346.0, 8342.0, 8387.0, 8341.0, 8391.0, 8388.0, 8337.0, 8328.0, 8331.0, 8285.0, 8345.0, 8332.0, 8398.0, 8375.0, 8362.0, 8359.0, 8308.0, 8352.0, 8288.0, 8321.0, 8329.0, 8289.0, 8346.0, 8306.0, 8350.0, 8321.0, 8321.0, 8257.0, 8308.0, 8332.0, 8296.0, 8356.0, 8299.0, 8347.0, 8303.0, 8337.0, 8372.0, 8335.0, 8381.0, 8320.0, 8361.0, 8321.0, 8352.0, 8304.0, 8339.0, 8379.0, 8340.0, 8386.0, 8339.0, 8383.0, 8310.0, 8339.0, 8292.0, 8371.0, 8399.0, 8387.0, 8398.0, 8342.0, 8383.0, 8340.0, 8391.0, 8356.0, 8389.0, 8336.0, 8341.0, 8377.0, 8338.0, 8400.0, 8352.0, 8382.0, 8306.0, 8354.0, 8315.0, 8338.0, 8380.0, 8364.0, 8376.0, 8317.0, 8364.0, 8314.0, 8320.0, 8375.0, 8345.0, 8362.0, 8302.0, 8333.0, 8360.0, 8318.0, 8375.0, 8318.0, 8358.0, 8316.0, 8360.0, 8313.0, 8334.0, 8357.0, 8319.0, 8374.0, 8317.0, 8376.0, 8315.0, 8333.0, 8327.0, 8318.0, 8358.0, 8317.0, 8376.0, 8318.0, 8363.0, 8300.0, 8323.0, 8402.0, 8339.0, 8387.0, 8340.0, 8384.0, 8325.0, 8317.0, 8307.0, 8362.0, 8387.0, 8342.0, 8401.0, 8390.0, 8325.0, 8331.0, 8311.0, 8344.0, 8386.0, 8357.0, 8388.0, 8325.0, 8358.0, 8351.0, 8340.0, 8383.0, 8352.0, 8363.0, 8303.0, 8350.0, 8313.0, 8335.0, 8376.0, 8362.0, 8374.0, 8316.0, 8360.0, 8298.0, 8347.0, 8370.0, 8314.0, 8356.0, 8312.0, 8357.0, 8312.0, 8345.0, 8325.0, 8315.0, 8356.0, 8314.0, 8359.0, 8299.0, 8364.0, 8286.0, 8320.0, 8356.0, 8321.0, 8378.0, 8335.0, 8378.0, 8317.0, 8334.0, 8330.0, 8354.0, 8403.0, 8362.0, 8365.0, 8330.0, 8390.0, 8346.0, 8330.0, 8379.0, 8386.0, 8360.0, 8370.0, 8345.0, 8386.0, 8349.0, 8408.0, 8381.0, 8414.0, 8397.0, 8392.0, 8361.0, 8317.0, 8360.0, 8325.0, 8359.0, 8338.0, 8362.0, 8355.0, 8306.0, 8333.0, 8284.0, 8314.0, 8250.0, 8285.0, 8328.0, 8289.0, 8346.0, 8290.0, 8333.0, 8274.0, 8306.0, 8272.0, 8328.0, 8357.0, 8318.0, 8355.0, 8315.0, 8342.0, 8300.0, 8331.0, 8341.0, 8333.0, 8375.0, 8363.0, 8354.0, 8298.0, 8329.0, 8298.0, 8334.0, 8360.0, 8353.0, 8392.0, 8337.0, 8377.0, 8334.0, 8359.0, 8305.0, 8365.0, 8331.0, 8353.0, 8360.0, 8335.0, 8361.0, 8320.0, 8377.0, 8319.0, 8383.0, 8321.0, 8336.0, 8304.0, 8351.0, 8323.0, 8381.0, 8325.0, 8388.0, 8366.0, 8387.0, 8347.0, 8337.0, 8377.0, 8316.0, 8375.0, 8313.0, 8360.0, 8295.0, 8317.0, 8371.0, 8316.0, 8358.0, 8298.0, 8359.0, 8296.0, 8319.0, 8356.0, 8320.0, 8378.0, 8320.0, 8378.0, 8306.0, 8336.0, 8358.0, 8338.0, 8379.0, 8335.0, 8363.0, 8304.0, 8336.0, 8363.0, 8339.0, 8379.0, 8358.0, 8385.0, 8306.0, 8337.0, 8306.0, 8341.0, 8397.0, 8370.0, 8382.0, 8340.0, 8382.0, 8306.0, 8369.0, 8378.0, 8366.0, 8378.0, 8321.0, 8363.0, 8318.0, 8352.0, 8361.0, 8336.0, 8372.0, 8335.0, 8376.0, 8337.0, 8383.0, 8336.0, 8355.0, 8377.0, 8338.0, 8378.0, 8339.0, 8366.0, 8345.0, 8337.0, 8420.0, 8360.0, 8378.0, 8322.0, 8363.0, 8329.0, 8384.0, 8385.0, 8361.0, 8381.0, 8341.0, 8378.0, 8322.0, 8379.0, 8323.0, 8379.0, 8305.0, 8351.0, 8304.0, 8339.0, 8394.0, 8367.0, 8376.0, 8319.0, 8361.0, 8318.0, 8381.0, 8332.0, 8366.0, 8304.0, 8322.0, 8319.0, 8366.0, 8326.0, 8387.0, 8343.0, 8384.0, 8340.0, 8380.0, 8322.0, 8384.0, 8362.0, 8354.0, 8374.0, 8334.0, 8374.0, 8314.0, 8362.0, 8326.0, 8347.0, 8338.0, 8314.0, 8353.0, 8314.0, 8361.0, 8301.0, 8362.0, 8313.0, 8332.0, 8392.0, 8339.0, 8377.0, 8320.0, 8366.0, 8303.0, 8334.0, 8343.0, 8336.0, 8377.0, 8322.0, 8378.0, 8304.0, 8337.0, 8359.0, 8343.0, 8384.0, 8322.0, 8363.0, 8322.0, 8350.0, 8310.0, 8356.0, 8378.0, 8354.0, 8383.0, 8369.0, 8378.0, 8319.0, 8363.0, 8301.0, 8335.0, 8374.0, 8349.0, 8361.0, 8316.0, 8358.0, 8300.0, 8361.0, 8340.0, 8330.0, 8352.0, 8327.0, 8353.0, 8311.0, 8356.0, 8318.0, 8377.0, 8312.0, 8333.0, 8298.0, 8332.0, 8373.0, 8348.0, 8358.0, 8315.0, 8341.0, 8284.0, 8346.0, 8299.0, 8334.0, 8316.0, 8335.0, 8374.0, 8320.0, 8378.0, 8334.0, 8380.0, 8320.0, 8365.0, 8304.0, 8336.0, 8378.0, 8350.0, 8376.0, 8334.0, 8361.0, 8302.0, 8361.0, 8313.0, 8347.0, 8355.0, 8316.0, 8377.0, 8346.0, 8384.0, 8317.0, 8366.0, 8316.0, 8311.0, 8290.0, 8304.0, 8360.0, 8304.0, 8322.0, 8305.0, 8315.0, 8285.0, 8352.0, 8380.0, 8347.0, 8396.0, 8326.0, 8366.0, 8311.0, 8368.0, 8318.0, 8339.0, 8376.0, 8324.0, 8381.0, 8326.0, 8387.0, 8343.0, 8373.0, 8304.0, 8340.0, 8394.0, 8354.0, 8379.0, 8341.0, 8380.0, 8373.0, 8383.0, 8361.0, 8405.0, 8372.0, 8381.0, 8304.0, 8349.0, 8314.0, 8334.0, 8362.0, 8349.0, 8361.0, 8287.0, 8330.0, 8285.0, 8320.0, 8359.0, 8321.0, 8361.0, 8307.0, 8360.0, 8310.0, 8369.0, 8310.0, 8372.0, 8309.0, 8343.0, 8366.0, 8330.0, 8383.0, 8355.0, 8387.0, 8309.0, 8354.0, 8294.0, 8353.0, 8405.0, 8373.0, 8389.0, 8329.0, 8369.0, 8330.0, 8412.0, 8338.0, 8386.0, 8380.0, 8361.0, 8320.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.012588816029143897</td></tr>
<tr><td colspan=3>aqi</td><td>0.056979256010928965</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.62987853175018</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.333700579835917</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1787478725341856</td></tr>
<tr><td colspan=3>efc</td><td>0.4641</td></tr>
<tr><td colspan=3>fber</td><td>6585.0171</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1407394280808189</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.02367941712204</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.412937852985111</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2990637633678666</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6149053922012517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.324844403386215</td></tr>
<tr><td colspan=3>gcor</td><td>0.00555285</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013430397026240826</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032086558640003204</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>4.187755619494434</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>28.9821</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.0102</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.9752</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301116.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>508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>238.9319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1634</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.7932</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2928.8554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>731.1744</td></tr>
<tr><td colspan=3>tsnr</td><td>27.84493102930719</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>