ds005256-mriqc/sub-0055_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 72c85409da [DATALAD RUNCMD] Compute MRIQC for sub-0055
=== 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-0055 --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-0055",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:56 +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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-02/func/sub-0055_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>886e003fb2e8ad4c9d9f7fc96202a15c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:29:11.390000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999782, -0.0118807, 0.0171575, 0.0137859, 0.993203, -0.115574]</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.109505</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>[4169, -7698, -7286, 578, 34, -204, -108, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7b776a0-76b8-4e04-a64e-7083caef2457||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682342529296875, 0.03698668256402016, 0.042303018271923065, 108.90526580810547], [0.031875111162662506, 2.66469144821167, -0.3126218020915985, -77.8720703125], [0.04603234678506851, 0.3100779056549072, 2.681506633758545, -98.45697021484375], [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': ['142911.390000', '142911.850000', '142912.310000', '142912.770000', '142913.230000', '142913.690000', '142914.150000', '142914.610000', '142915.070000', '142915.530000', '142915.990000', '142916.450000', '142916.910000', '142917.370000', '142917.830000', '142918.290000', '142918.750000', '142919.210000', '142919.670000', '142920.130000', '142920.590000', '142921.050000', '142921.510000', '142921.970000', '142922.430000', '142922.890000', '142923.350000', '142923.810000', '142924.270000', '142924.730000', '142925.190000', '142925.650000', '142926.110000', '142926.570000', '142927.030000', '142927.490000', '142927.950000', '142928.410000', '142928.870000', '142929.330000', '142929.790000', '142930.250000', '142930.710000', '142931.170000', '142931.630000', '142932.090000', '142932.550000', '142933.010000', '142933.470000', '142933.930000', '142934.390000', '142934.850000', '142935.310000', '142935.770000', '142936.230000', '142936.690000', '142937.150000', '142937.610000', '142938.070000', '142938.530000', '142938.990000', '142939.450000', '142939.910000', '142940.370000', '142940.830000', '142941.290000', '142941.750000', '142942.210000', '142942.670000', '142943.130000', '142943.590000', '142944.050000', '142944.510000', '142944.970000', '142945.430000', '142945.890000', '142946.350000', '142946.810000', '142947.270000', '142947.730000', '142948.190000', '142948.650000', '142949.110000', '142949.570000', '142950.030000', '142950.490000', '142950.950000', '142951.410000', '142951.870000', '142952.330000', '142952.790000', '142953.250000', '142953.710000', '142954.170000', '142954.630000', '142955.090000', '142955.550000', '142956.010000', '142956.470000', '142956.930000', '142957.390000', '142957.850000', '142958.310000', '142958.770000', '142959.230000', '142959.690000', '143000.150000', '143000.610000', '143001.070000', '143001.530000', '143001.990000', '143002.450000', '143002.910000', '143003.370000', '143003.830000', '143004.290000', '143004.750000', '143005.210000', '143005.670000', '143006.130000', '143006.590000', '143007.050000', '143007.510000', '143007.970000', '143008.430000', '143008.890000', '143009.350000', '143009.810000', '143010.270000', '143010.730000', '143011.190000', '143011.650000', '143012.110000', '143012.570000', '143013.030000', '143013.490000', '143013.950000', '143014.410000', '143014.870000', '143015.330000', '143015.790000', '143016.250000', '143016.710000', '143017.170000', '143017.630000', '143018.090000', '143018.550000', '143019.010000', '143019.470000', '143019.930000', '143020.390000', '143020.850000', '143021.310000', '143021.770000', '143022.230000', '143022.690000', '143023.150000', '143023.610000', '143024.070000', '143024.530000', '143024.990000', '143025.450000', '143025.910000', '143026.370000', '143026.830000', '143027.290000', '143027.750000', '143028.210000', '143028.670000', '143029.130000', '143029.590000', '143030.050000', '143030.510000', '143030.970000', '143031.430000', '143031.890000', '143032.350000', '143032.810000', '143033.270000', '143033.730000', '143034.190000', '143034.650000', '143035.110000', '143035.570000', '143036.030000', '143036.490000', '143036.950000', '143037.410000', '143037.870000', '143038.330000', '143038.790000', '143039.250000', '143039.710000', '143040.170000', '143040.630000', '143041.090000', '143041.550000', '143042.010000', '143042.470000', '143042.930000', '143043.390000', '143043.850000', '143044.310000', '143044.770000', '143045.230000', '143045.690000', '143046.150000', '143046.610000', '143047.070000', '143047.530000', '143047.990000', '143048.450000', '143048.910000', '143049.370000', '143049.830000', '143050.290000', '143050.750000', '143051.210000', '143051.670000', '143052.130000', '143052.590000', '143053.050000', '143053.510000', '143053.970000', '143054.430000', '143054.890000', '143055.350000', '143055.810000', '143056.270000', '143056.730000', '143057.190000', '143057.650000', '143058.110000', '143058.570000', '143059.030000', '143059.490000', '143059.950000', '143100.410000', '143100.870000', '143101.330000', '143101.790000', '143102.250000', '143102.710000', '143103.170000', '143103.630000', '143104.090000', '143104.550000', '143105.010000', '143105.470000', '143105.930000', '143106.390000', '143106.850000', '143107.310000', '143107.770000', '143108.230000', '143108.690000', '143109.150000', '143109.610000', '143110.070000', '143110.530000', '143110.990000', '143111.450000', '143111.910000', '143112.370000', '143112.830000', '143113.290000', '143113.750000', '143114.210000', '143114.670000', '143115.130000', '143115.590000', '143116.050000', '143116.510000', '143116.970000', '143117.430000', '143117.890000', '143118.350000', '143118.810000', '143119.270000', '143119.730000', '143120.190000', '143120.650000', '143121.110000', '143121.570000', '143122.030000', '143122.490000', '143122.950000', '143123.410000', '143123.870000', '143124.330000', '143124.790000', '143125.250000', '143125.710000', '143126.170000', '143126.630000', '143127.090000', '143127.550000', '143128.010000', '143128.470000', '143128.930000', '143129.390000', '143129.850000', '143130.310000', '143130.770000', '143131.230000', '143131.690000', '143132.150000', '143132.610000', '143133.070000', '143133.530000', '143133.990000', '143134.450000', '143134.910000', '143135.370000', '143135.830000', '143136.290000', '143136.750000', '143137.210000', '143137.670000', '143138.130000', '143138.590000', '143139.050000', '143139.510000', '143139.970000', '143140.430000', '143140.890000', '143141.350000', '143141.810000', '143142.270000', '143142.730000', '143143.190000', '143143.650000', '143144.110000', '143144.570000', '143145.030000', '143145.490000', '143145.950000', '143146.410000', '143146.870000', '143147.330000', '143147.790000', '143148.250000', '143148.710000', '143149.170000', '143149.630000', '143150.090000', '143150.550000', '143151.010000', '143151.470000', '143151.930000', '143152.390000', '143152.850000', '143153.310000', '143153.770000', '143154.230000', '143154.690000', '143155.150000', '143155.610000', '143156.070000', '143156.530000', '143156.990000', '143157.450000', '143157.910000', '143158.370000', '143158.830000', '143159.290000', '143159.750000', '143200.210000', '143200.670000', '143201.130000', '143201.590000', '143202.050000', '143202.510000', '143202.970000', '143203.430000', '143203.890000', '143204.350000', '143204.810000', '143205.270000', '143205.730000', '143206.190000', '143206.650000', '143207.110000', '143207.570000', '143208.030000', '143208.490000', '143208.950000', '143209.410000', '143209.870000', '143210.330000', '143210.790000', '143211.250000', '143211.710000', '143212.170000', '143212.630000', '143213.090000', '143213.550000', '143214.010000', '143214.470000', '143214.930000', '143215.390000', '143215.850000', '143216.310000', '143216.770000', '143217.230000', '143217.690000', '143218.150000', '143218.610000', '143219.070000', '143219.530000', '143219.990000', '143220.450000', '143220.910000', '143221.370000', '143221.830000', '143222.290000', '143222.750000', '143223.210000', '143223.670000', '143224.130000', '143224.590000', '143225.050000', '143225.510000', '143225.970000', '143226.430000', '143226.890000', '143227.350000', '143227.810000', '143228.270000', '143228.730000', '143229.190000', '143229.650000', '143230.110000', '143230.570000', '143231.030000', '143231.490000', '143231.950000', '143232.410000', '143232.870000', '143233.330000', '143233.790000', '143234.250000', '143234.710000', '143235.170000', '143235.630000', '143236.090000', '143236.550000', '143237.010000', '143237.470000', '143237.930000', '143238.390000', '143238.850000', '143239.310000', '143239.770000', '143240.230000', '143240.690000', '143241.150000', '143241.610000', '143242.070000', '143242.530000', '143242.990000', '143243.450000', '143243.910000', '143244.370000', '143244.830000', '143245.290000', '143245.750000', '143246.210000', '143246.670000', '143247.130000', '143247.590000', '143248.050000', '143248.510000', '143248.970000', '143249.430000', '143249.890000', '143250.350000', '143250.810000', '143251.270000', '143251.730000', '143252.190000', '143252.650000', '143253.110000', '143253.570000', '143254.030000', '143254.490000', '143254.950000', '143255.410000', '143255.870000', '143256.330000', '143256.790000', '143257.250000', '143257.710000', '143258.170000', '143258.630000', '143259.090000', '143259.550000', '143300.010000', '143300.470000', '143300.930000', '143301.390000', '143301.850000', '143302.310000', '143302.770000', '143303.230000', '143303.690000', '143304.150000', '143304.610000', '143305.070000', '143305.530000', '143305.990000', '143306.450000', '143306.910000', '143307.370000', '143307.830000', '143308.290000', '143308.750000', '143309.210000', '143309.670000', '143310.130000', '143310.590000', '143311.050000', '143311.510000', '143311.970000', '143312.430000', '143312.890000', '143313.350000', '143313.810000', '143314.270000', '143314.730000', '143315.190000', '143315.650000', '143316.110000', '143316.570000', '143317.030000', '143317.490000', '143317.950000', '143318.410000', '143318.870000', '143319.330000', '143319.790000', '143320.250000', '143320.710000', '143321.170000', '143321.630000', '143322.090000', '143322.550000', '143323.010000', '143323.470000', '143323.930000', '143324.390000', '143324.850000', '143325.310000', '143325.770000', '143326.230000', '143326.690000', '143327.150000', '143327.610000', '143328.070000', '143328.530000', '143328.990000', '143329.450000', '143329.910000', '143330.370000', '143330.830000', '143331.290000', '143331.750000', '143332.210000', '143332.670000', '143333.130000', '143333.590000', '143334.050000', '143334.510000', '143334.970000', '143335.430000', '143335.890000', '143336.350000', '143336.810000', '143337.270000', '143337.730000', '143338.190000', '143338.650000', '143339.110000', '143339.570000', '143340.030000', '143340.490000', '143340.950000', '143341.410000', '143341.870000', '143342.330000', '143342.790000', '143343.250000', '143343.710000', '143344.170000', '143344.630000', '143345.090000', '143345.550000', '143346.010000', '143346.470000', '143346.930000', '143347.390000', '143347.850000', '143348.310000', '143348.770000', '143349.230000', '143349.690000', '143350.150000', '143350.610000', '143351.070000', '143351.530000', '143351.990000', '143352.450000', '143352.910000', '143353.370000', '143353.830000', '143354.290000', '143354.750000', '143355.210000', '143355.670000', '143356.130000', '143356.590000', '143357.050000', '143357.510000', '143357.970000', '143358.430000', '143358.890000', '143359.350000', '143359.810000', '143400.270000', '143400.730000', '143401.190000', '143401.650000', '143402.110000', '143402.570000', '143403.030000', '143403.490000', '143403.950000', '143404.410000', '143404.870000', '143405.330000', '143405.790000', '143406.250000', '143406.710000', '143407.170000', '143407.630000', '143408.090000', '143408.550000', '143409.010000', '143409.470000', '143409.930000', '143410.390000', '143410.850000', '143411.310000', '143411.770000', '143412.230000', '143412.690000', '143413.150000', '143413.610000', '143414.070000', '143414.530000', '143414.990000', '143415.450000', '143415.910000', '143416.370000', '143416.830000', '143417.290000', '143417.750000', '143418.210000', '143418.670000', '143419.130000', '143419.590000', '143420.050000', '143420.510000', '143420.970000', '143421.430000', '143421.890000', '143422.350000', '143422.810000', '143423.270000', '143423.730000', '143424.190000', '143424.650000', '143425.110000', '143425.570000', '143426.030000', '143426.490000', '143426.950000', '143427.410000', '143427.870000', '143428.330000', '143428.790000', '143429.250000', '143429.710000', '143430.170000', '143430.630000', '143431.090000', '143431.550000', '143432.010000', '143432.470000', '143432.930000', '143433.390000', '143433.850000', '143434.310000', '143434.770000', '143435.230000', '143435.690000', '143436.150000', '143436.610000', '143437.070000', '143437.530000', '143437.990000', '143438.450000', '143438.910000', '143439.370000', '143439.830000', '143440.290000', '143440.750000', '143441.210000', '143441.670000', '143442.130000', '143442.590000', '143443.050000', '143443.510000', '143443.970000', '143444.430000', '143444.890000', '143445.350000', '143445.810000', '143446.270000', '143446.730000', '143447.190000', '143447.650000', '143448.110000', '143448.570000', '143449.030000', '143449.490000', '143449.950000', '143450.410000', '143450.870000', '143451.330000', '143451.790000', '143452.250000', '143452.710000', '143453.170000', '143453.630000', '143454.090000', '143454.550000', '143455.010000', '143455.470000', '143455.930000', '143456.390000', '143456.850000', '143457.310000', '143457.770000', '143458.230000', '143458.690000', '143459.150000', '143459.610000', '143500.070000', '143500.530000', '143500.990000', '143501.450000', '143501.910000', '143502.370000', '143502.830000', '143503.290000', '143503.750000', '143504.210000', '143504.670000', '143505.130000', '143505.590000', '143506.050000', '143506.510000', '143506.970000', '143507.430000', '143507.890000', '143508.350000', '143508.810000', '143509.270000', '143509.730000', '143510.190000', '143510.650000', '143511.110000', '143511.570000', '143512.030000', '143512.490000', '143512.950000', '143513.410000', '143513.870000', '143514.330000', '143514.790000', '143515.250000', '143515.710000', '143516.170000', '143516.630000', '143517.090000', '143517.550000', '143518.010000', '143518.470000', '143518.930000', '143519.390000', '143519.850000', '143520.310000', '143520.770000', '143521.230000', '143521.690000', '143522.150000', '143522.610000', '143523.070000', '143523.530000', '143523.990000', '143524.450000', '143524.910000', '143525.370000', '143525.830000', '143526.290000', '143526.750000', '143527.210000', '143527.670000', '143528.130000', '143528.590000', '143529.050000', '143529.510000', '143529.970000', '143530.430000', '143530.890000', '143531.350000', '143531.810000', '143532.270000', '143532.730000', '143533.190000', '143533.650000', '143534.110000', '143534.570000', '143535.030000', '143535.490000', '143535.950000', '143536.410000', '143536.870000', '143537.330000', '143537.790000', '143538.250000', '143538.710000', '143539.170000', '143539.630000', '143540.090000', '143540.550000', '143541.010000', '143541.470000', '143541.930000', '143542.390000', '143542.850000', '143543.310000', '143543.770000', '143544.230000', '143544.690000', '143545.150000', '143545.610000', '143546.070000', '143546.530000', '143546.990000', '143547.450000', '143547.910000', '143548.370000', '143548.830000', '143549.290000', '143549.750000', '143550.210000', '143550.670000', '143551.130000', '143551.590000', '143552.050000', '143552.510000', '143552.970000', '143553.430000', '143553.890000', '143554.350000', '143554.810000', '143555.270000', '143555.730000', '143556.190000', '143556.650000', '143557.110000', '143557.570000', '143558.030000', '143558.490000', '143558.950000', '143559.410000', '143559.870000', '143600.330000', '143600.790000', '143601.250000', '143601.710000', '143602.170000', '143602.630000', '143603.090000', '143603.550000', '143604.010000', '143604.470000', '143604.930000', '143605.390000', '143605.850000', '143606.310000', '143606.770000', '143607.230000', '143607.690000', '143608.150000', '143608.610000', '143609.070000', '143609.530000', '143609.990000', '143610.450000', '143610.910000', '143611.370000', '143611.830000', '143612.290000', '143612.750000', '143613.210000', '143613.670000', '143614.130000', '143614.590000', '143615.050000', '143615.510000', '143615.970000', '143616.430000', '143616.890000', '143617.350000', '143617.810000', '143618.270000', '143618.730000', '143619.190000', '143619.650000', '143620.110000', '143620.570000', '143621.030000', '143621.490000', '143621.950000', '143622.410000', '143622.870000', '143623.330000', '143623.790000', '143624.250000', '143624.710000', '143625.170000', '143625.630000', '143626.090000', '143626.550000', '143627.010000', '143627.470000', '143627.930000', '143628.390000', '143628.850000', '143629.310000', '143629.770000', '143630.230000', '143630.690000', '143631.150000', '143631.610000', '143632.070000', '143632.530000', '143632.990000', '143633.450000', '143633.910000', '143634.370000', '143634.830000', '143635.290000', '143635.750000', '143636.210000', '143636.670000', '143637.130000', '143637.590000', '143638.050000', '143638.510000', '143638.970000', '143639.430000', '143639.890000', '143640.350000', '143640.810000', '143641.270000', '143641.730000', '143642.190000', '143642.650000', '143643.110000', '143643.570000', '143644.030000', '143644.490000', '143644.950000', '143645.410000', '143645.870000', '143646.330000', '143646.790000', '143647.250000', '143647.710000', '143648.170000', '143648.630000', '143649.090000', '143649.550000', '143650.010000', '143650.470000', '143650.930000', '143651.390000', '143651.850000', '143652.310000', '143652.770000', '143653.230000', '143653.690000', '143654.150000', '143654.610000', '143655.070000', '143655.530000', '143655.990000', '143656.450000', '143656.910000', '143657.370000', '143657.830000', '143658.290000', '143658.750000', '143659.210000', '143659.670000', '143700.130000', '143700.590000', '143701.050000', '143701.510000', '143701.970000', '143702.430000', '143702.890000', '143703.350000', '143703.810000', '143704.270000', '143704.730000', '143705.190000', '143705.650000', '143706.110000', '143706.570000', '143707.030000', '143707.490000', '143707.950000', '143708.410000', '143708.870000', '143709.330000', '143709.790000', '143710.250000', '143710.710000', '143711.170000', '143711.630000', '143712.090000', '143712.550000', '143713.010000', '143713.470000', '143713.930000', '143714.390000', '143714.850000', '143715.310000', '143715.770000', '143716.230000', '143716.690000', '143717.150000', '143717.610000', '143718.070000', '143718.530000', '143718.990000', '143719.450000', '143719.910000', '143720.370000', '143720.830000', '143721.290000', '143721.750000', '143722.210000', '143722.670000', '143723.130000', '143723.590000', '143724.050000', '143724.510000', '143724.970000', '143725.430000', '143725.890000', '143726.350000', '143726.810000', '143727.270000', '143727.730000', '143728.190000', '143728.650000', '143729.110000', '143729.570000', '143730.030000', '143730.490000', '143730.950000', '143731.410000', '143731.870000', '143732.330000', '143732.790000', '143733.250000', '143733.710000', '143734.170000', '143734.630000', '143735.090000', '143735.550000', '143736.010000'], 'ContentTime': ['142934.798000', '142934.801000', '142934.804000', '142934.807000', '142934.810000', '142934.812000', '142934.815000', '142934.817000', '142934.820000', '142934.822000', '142934.830000', '142934.832000', '142934.835000', '142934.855000', '142934.858000', '142934.860000', '142934.863000', '142934.865000', '142934.868000', '142934.871000', '142934.873000', '142934.876000', '142934.878000', '142934.881000', '142934.883000', '142934.887000', '142934.890000', '142934.892000', '142934.895000', '142934.898000', '142934.900000', '142934.911000', '142934.914000', '142934.916000', '142934.919000', '142934.921000', '142934.924000', '142934.926000', '142934.929000', '142934.931000', '142934.934000', '142934.937000', '142934.939000', '142934.942000', '142934.944000', '142934.947000', '142934.950000', '142954.772000', '142954.775000', '142954.778000', '142954.780000', '142954.783000', '142954.785000', '142954.788000', '142954.790000', '142954.793000', '142954.795000', '142954.798000', '142954.801000', '142954.803000', '142954.806000', '142954.808000', '142954.811000', '142954.813000', '142954.816000', '142954.819000', '142954.821000', '142954.824000', '142954.826000', '142954.829000', '142954.831000', '142954.834000', '142954.837000', '142954.839000', '142954.842000', '142954.850000', '142954.853000', '142954.855000', '142954.858000', '142954.860000', '142954.863000', '142954.865000', '142954.868000', '142954.871000', '142954.873000', '142954.876000', '142954.878000', '142954.881000', '142954.883000', '142954.886000', '142954.889000', '143014.772000', '143014.775000', '143014.778000', '143014.780000', '143014.783000', '143014.786000', '143014.788000', '143014.791000', '143014.793000', '143014.796000', '143014.798000', '143014.801000', '143014.803000', '143014.806000', '143014.809000', '143014.811000', '143014.819000', '143014.822000', '143014.824000', '143014.827000', '143014.829000', '143014.832000', '143014.835000', '143014.837000', '143014.840000', '143014.842000', '143014.845000', '143014.847000', '143014.850000', '143014.853000', '143014.855000', '143014.858000', '143014.860000', '143014.863000', '143014.865000', '143014.868000', '143014.870000', '143014.873000', '143014.876000', '143014.878000', '143014.881000', '143014.884000', '143014.887000', '143034.772000', '143034.775000', '143034.778000', '143034.780000', '143034.783000', '143034.785000', '143034.788000', '143034.791000', '143034.793000', '143034.796000', '143034.798000', '143034.801000', '143034.804000', '143034.806000', '143034.809000', '143034.811000', '143034.814000', '143034.816000', '143034.819000', '143034.849000', '143034.851000', '143034.854000', '143034.856000', '143034.859000', '143034.862000', '143034.864000', '143034.867000', '143034.869000', '143034.872000', '143034.874000', '143034.877000', '143034.880000', '143034.882000', '143034.885000', '143034.887000', '143034.890000', '143034.892000', '143034.895000', '143034.898000', '143034.900000', '143034.903000', '143034.905000', '143034.908000', '143034.910000', '143054.772000', '143054.775000', '143054.778000', '143054.780000', '143054.783000', '143054.786000', '143054.788000', '143054.791000', '143054.793000', '143054.796000', '143054.798000', '143054.801000', '143054.804000', '143054.806000', '143054.809000', '143054.811000', '143054.814000', '143054.816000', '143054.819000', '143054.822000', '143054.831000', '143054.834000', '143054.836000', '143054.839000', '143054.841000', '143054.844000', '143054.847000', '143054.849000', '143054.852000', '143054.854000', '143054.857000', '143054.860000', '143054.862000', '143054.865000', '143054.868000', '143054.870000', '143054.873000', '143054.875000', '143054.878000', '143054.881000', '143054.883000', '143054.887000', '143054.889000', '143114.771000', '143114.774000', '143114.777000', '143114.779000', '143114.782000', '143114.789000', '143114.792000', '143114.795000', '143114.797000', '143114.800000', '143114.803000', '143114.805000', '143114.808000', '143114.810000', '143114.813000', '143114.815000', '143114.818000', '143114.820000', '143114.824000', '143114.826000', '143114.829000', '143114.832000', '143114.834000', '143114.837000', '143114.840000', '143114.842000', '143114.851000', '143114.853000', '143114.856000', '143114.859000', '143114.862000', '143114.864000', '143114.867000', '143114.869000', '143114.872000', '143114.875000', '143114.877000', '143114.880000', '143114.882000', '143114.885000', '143114.888000', '143114.890000', '143114.893000', '143114.895000', '143134.771000', '143134.774000', '143134.777000', '143134.779000', '143134.782000', '143134.785000', '143134.787000', '143134.790000', '143134.793000', '143134.795000', '143134.798000', '143134.800000', '143134.803000', '143134.805000', '143134.808000', '143134.811000', '143134.814000', '143134.816000', '143134.819000', '143134.821000', '143134.824000', '143134.827000', '143134.829000', '143134.832000', '143134.834000', '143134.837000', '143134.840000', '143134.842000', '143134.845000', '143134.848000', '143134.850000', '143134.853000', '143134.855000', '143134.858000', '143134.860000', '143134.863000', '143134.866000', '143134.868000', '143134.871000', '143134.873000', '143134.876000', '143134.879000', '143134.881000', '143154.772000', '143154.774000', '143154.777000', '143154.780000', '143154.782000', '143154.785000', '143154.787000', '143154.790000', '143154.793000', '143154.795000', '143154.798000', '143154.800000', '143154.803000', '143154.806000', '143154.808000', '143154.811000', '143154.814000', '143154.816000', '143154.819000', '143154.822000', '143154.824000', '143154.827000', '143154.829000', '143154.832000', '143154.835000', '143154.837000', '143154.840000', '143154.842000', '143154.845000', '143154.848000', '143154.850000', '143154.853000', '143154.856000', '143154.858000', '143154.861000', '143154.863000', '143154.866000', '143154.868000', '143154.871000', '143154.874000', '143154.876000', '143154.879000', '143154.881000', '143154.884000', '143214.772000', '143214.775000', '143214.778000', '143214.780000', '143214.783000', '143214.786000', '143214.788000', '143214.791000', '143214.793000', '143214.796000', '143214.799000', '143214.802000', '143214.804000', '143214.807000', '143214.809000', '143214.812000', '143214.815000', '143214.817000', '143214.820000', '143214.823000', '143214.825000', '143214.828000', '143214.830000', '143214.833000', '143214.836000', '143214.838000', '143214.841000', '143214.843000', '143214.846000', '143214.848000', '143214.851000', '143214.854000', '143214.856000', '143214.859000', '143214.861000', '143214.864000', '143214.867000', '143214.869000', '143214.872000', '143214.874000', '143214.877000', '143214.879000', '143214.882000', '143234.772000', '143234.775000', '143234.778000', '143234.780000', '143234.783000', '143234.786000', '143234.788000', '143234.791000', '143234.794000', '143234.796000', '143234.799000', '143234.802000', '143234.804000', '143234.807000', '143234.810000', '143234.812000', '143234.815000', '143234.818000', '143234.820000', '143234.823000', '143234.825000', '143234.828000', '143234.831000', '143234.833000', '143234.836000', '143234.838000', '143234.841000', '143234.844000', '143234.846000', '143234.849000', '143234.852000', '143234.854000', '143234.857000', '143234.860000', '143234.862000', '143234.865000', '143234.867000', '143234.870000', '143234.872000', '143234.875000', '143234.878000', '143234.880000', '143234.883000', '143234.885000', '143254.772000', '143254.775000', '143254.778000', '143254.780000', '143254.783000', '143254.786000', '143254.788000', '143254.791000', '143254.794000', '143254.796000', '143254.799000', '143254.801000', '143254.804000', '143254.807000', '143254.809000', '143254.812000', '143254.814000', '143254.817000', '143254.820000', '143254.822000', '143254.825000', '143254.827000', '143254.830000', '143254.833000', '143254.835000', '143254.838000', '143254.841000', '143254.843000', '143254.846000', '143254.849000', '143254.851000', '143254.854000', '143254.856000', '143254.859000', '143254.862000', '143254.864000', '143254.867000', '143254.869000', '143254.872000', '143254.875000', '143254.877000', '143254.880000', '143254.883000', '143314.773000', '143314.776000', '143314.779000', '143314.781000', '143314.784000', '143314.787000', '143314.790000', '143314.793000', '143314.796000', '143314.798000', '143314.801000', '143314.803000', '143314.806000', '143314.808000', '143314.811000', '143314.814000', '143314.816000', '143314.819000', '143314.821000', '143314.824000', '143314.827000', '143314.829000', '143314.832000', '143314.835000', '143314.837000', '143314.840000', '143314.842000', '143314.845000', '143314.848000', '143314.851000', '143314.853000', '143314.856000', '143314.859000', '143314.861000', '143314.864000', '143314.866000', '143314.869000', '143314.872000', '143314.874000', '143314.877000', '143314.880000', '143314.882000', '143314.885000', '143334.772000', '143334.774000', '143334.777000', '143334.780000', '143334.782000', '143334.785000', '143334.788000', '143334.790000', '143334.793000', '143334.796000', '143334.798000', '143334.801000', '143334.804000', '143334.806000', '143334.809000', '143334.812000', '143334.814000', '143334.817000', '143334.820000', '143334.822000', '143334.825000', '143334.828000', '143334.830000', '143334.833000', '143334.835000', '143334.838000', '143334.841000', '143334.844000', '143334.846000', '143334.849000', '143334.851000', '143334.854000', '143334.857000', '143334.859000', '143334.862000', '143334.864000', '143334.867000', '143334.869000', '143334.872000', '143334.875000', '143334.877000', '143334.880000', '143334.883000', '143334.885000', '143354.771000', '143354.774000', '143354.777000', '143354.779000', '143354.782000', '143354.784000', '143354.787000', '143354.790000', '143354.792000', '143354.795000', '143354.797000', '143354.800000', '143354.803000', '143354.805000', '143354.808000', '143354.811000', '143354.813000', '143354.816000', '143354.819000', '143354.821000', '143354.824000', '143354.826000', '143354.829000', '143354.832000', '143354.834000', '143354.837000', '143354.839000', '143354.842000', '143354.845000', '143354.847000', '143354.850000', '143354.853000', '143354.855000', '143354.858000', '143354.860000', '143354.863000', '143354.865000', '143354.868000', '143354.871000', '143354.873000', '143354.876000', '143354.878000', '143354.881000', '143354.883000', '143414.772000', '143414.774000', '143414.777000', '143414.780000', '143414.782000', '143414.785000', '143414.787000', '143414.790000', '143414.793000', '143414.795000', '143414.812000', '143414.814000', '143414.817000', '143414.819000', '143414.822000', '143414.825000', '143414.827000', '143414.830000', '143414.832000', '143414.835000', '143414.838000', '143414.840000', '143414.843000', '143414.845000', '143414.848000', '143414.851000', '143414.853000', '143414.856000', '143414.858000', '143414.861000', '143414.864000', '143414.866000', '143414.869000', '143414.871000', '143414.874000', '143414.876000', '143414.879000', '143414.882000', '143414.884000', '143414.887000', '143414.890000', '143414.892000', '143414.895000', '143434.772000', '143434.775000', '143434.778000', '143434.780000', '143434.783000', '143434.786000', '143434.788000', '143434.791000', '143434.793000', '143434.796000', '143434.799000', '143434.802000', '143434.805000', '143434.807000', '143434.810000', '143434.813000', '143434.815000', '143434.818000', '143434.821000', '143434.823000', '143434.826000', '143434.828000', '143434.832000', '143434.834000', '143434.837000', '143434.840000', '143434.842000', '143434.845000', '143434.847000', '143434.850000', '143434.853000', '143434.855000', '143434.858000', '143434.861000', '143434.863000', '143434.866000', '143434.868000', '143434.871000', '143434.873000', '143434.876000', '143434.879000', '143434.881000', '143434.884000', '143454.772000', '143454.775000', '143454.778000', '143454.780000', '143454.783000', '143454.786000', '143454.788000', '143454.791000', '143454.793000', '143454.796000', '143454.799000', '143454.801000', '143454.804000', '143454.807000', '143454.809000', '143454.812000', '143454.814000', '143454.817000', '143454.819000', '143454.822000', '143454.825000', '143454.827000', '143454.830000', '143454.832000', '143454.835000', '143454.844000', '143454.846000', '143454.849000', '143454.852000', '143454.854000', '143454.857000', '143454.860000', '143454.862000', '143454.865000', '143454.867000', '143454.870000', '143454.872000', '143454.875000', '143454.878000', '143454.880000', '143454.883000', '143454.885000', '143454.888000', '143454.891000', '143514.772000', '143514.775000', '143514.778000', '143514.780000', '143514.783000', '143514.786000', '143514.788000', '143514.791000', '143514.793000', '143514.796000', '143514.799000', '143514.801000', '143514.804000', '143514.806000', '143514.809000', '143514.812000', '143514.814000', '143514.817000', '143514.819000', '143514.822000', '143514.825000', '143514.828000', '143514.830000', '143514.833000', '143514.836000', '143514.839000', '143514.841000', '143514.844000', '143514.847000', '143514.849000', '143514.852000', '143514.855000', '143514.857000', '143514.860000', '143514.862000', '143514.865000', '143514.868000', '143514.870000', '143514.873000', '143514.875000', '143514.878000', '143514.881000', '143514.884000', '143534.772000', '143534.775000', '143534.778000', '143534.780000', '143534.783000', '143534.786000', '143534.788000', '143534.791000', '143534.794000', '143534.796000', '143534.799000', '143534.801000', '143534.804000', '143534.807000', '143534.809000', '143534.812000', '143534.814000', '143534.817000', '143534.820000', '143534.822000', '143534.825000', '143534.827000', '143534.839000', '143534.841000', '143534.844000', '143534.847000', '143534.849000', '143534.852000', '143534.854000', '143534.857000', '143534.860000', '143534.862000', '143534.865000', '143534.867000', '143534.870000', '143534.873000', '143534.875000', '143534.878000', '143534.881000', '143534.883000', '143534.886000', '143534.888000', '143534.891000', '143534.894000', '143554.771000', '143554.774000', '143554.777000', '143554.779000', '143554.782000', '143554.785000', '143554.787000', '143554.790000', '143554.792000', '143554.795000', '143554.797000', '143554.800000', '143554.803000', '143554.805000', '143554.808000', '143554.811000', '143554.813000', '143554.816000', '143554.819000', '143554.822000', '143554.824000', '143554.827000', '143554.830000', '143554.832000', '143554.835000', '143554.837000', '143554.840000', '143554.843000', '143554.845000', '143554.848000', '143554.851000', '143554.853000', '143554.856000', '143554.858000', '143554.861000', '143554.864000', '143554.866000', '143554.869000', '143554.872000', '143554.875000', '143554.877000', '143554.880000', '143554.883000', '143614.772000', '143614.775000', '143614.781000', '143614.784000', '143614.787000', '143614.789000', '143614.792000', '143614.794000', '143614.797000', '143614.800000', '143614.802000', '143614.805000', '143614.807000', '143614.810000', '143614.813000', '143614.815000', '143614.818000', '143614.820000', '143614.823000', '143614.826000', '143614.828000', '143614.831000', '143614.834000', '143614.836000', '143614.839000', '143614.841000', '143614.844000', '143614.847000', '143614.849000', '143614.852000', '143614.854000', '143614.857000', '143614.860000', '143614.862000', '143614.865000', '143614.867000', '143614.870000', '143614.873000', '143614.875000', '143614.878000', '143614.880000', '143614.883000', '143614.886000', '143614.888000', '143634.771000', '143634.774000', '143634.777000', '143634.779000', '143634.782000', '143634.785000', '143634.787000', '143634.790000', '143634.792000', '143634.795000', '143634.798000', '143634.800000', '143634.803000', '143634.805000', '143634.808000', '143634.811000', '143634.813000', '143634.816000', '143634.818000', '143634.821000', '143634.824000', '143634.826000', '143634.829000', '143634.831000', '143634.834000', '143634.837000', '143634.840000', '143634.843000', '143634.845000', '143634.848000', '143634.851000', '143634.853000', '143634.856000', '143634.859000', '143634.861000', '143634.864000', '143634.866000', '143634.869000', '143634.871000', '143634.874000', '143634.877000', '143634.879000', '143634.882000', '143654.773000', '143654.776000', '143654.778000', '143654.781000', '143654.784000', '143654.786000', '143654.789000', '143654.791000', '143654.794000', '143654.796000', '143654.799000', '143654.802000', '143654.804000', '143654.807000', '143654.809000', '143654.812000', '143654.815000', '143654.817000', '143654.820000', '143654.822000', '143654.825000', '143654.828000', '143654.830000', '143654.833000', '143654.836000', '143654.838000', '143654.841000', '143654.843000', '143654.846000', '143654.848000', '143654.851000', '143654.854000', '143654.856000', '143654.884000', '143654.887000', '143654.889000', '143654.892000', '143654.895000', '143654.897000', '143654.900000', '143654.903000', '143654.905000', '143654.908000', '143654.910000', '143714.772000', '143714.775000', '143714.778000', '143714.781000', '143714.783000', '143714.786000', '143714.788000', '143714.791000', '143714.794000', '143714.796000', '143714.799000', '143714.801000', '143714.804000', '143714.807000', '143714.809000', '143714.812000', '143714.815000', '143714.817000', '143714.820000', '143714.822000', '143714.825000', '143714.828000', '143714.830000', '143714.833000', '143714.835000', '143714.838000', '143714.840000', '143714.843000', '143714.846000', '143714.848000', '143714.851000', '143714.853000', '143714.856000', '143714.859000', '143714.861000', '143714.864000', '143714.866000', '143714.869000', '143714.872000', '143714.875000', '143714.877000', '143714.880000', '143714.882000', '143734.772000', '143734.775000', '143734.778000', '143734.781000', '143734.783000', '143734.786000', '143734.788000', '143734.791000', '143734.794000', '143734.796000', '143734.799000', '143734.801000', '143734.804000', '143734.807000', '143734.809000', '143734.812000', '143734.815000', '143734.817000', '143734.820000', '143734.822000', '143734.825000', '143734.828000', '143734.830000', '143734.833000', '143734.836000', '143734.838000', '143734.841000', '143734.843000', '143734.846000', '143734.849000', '143734.851000', '143734.854000', '143734.857000', '143734.859000', '143734.862000', '143734.864000', '143734.867000', '143734.869000', '143734.879000', '143734.881000', '143734.884000', '143734.886000', '143734.889000', '143734.892000', '143737.850000', '143737.855000', '143737.858000', '143737.861000', '143737.864000', '143737.866000', '143737.869000'], 'InstanceCreationTime': ['142934.798000', '142934.801000', '142934.804000', '142934.807000', '142934.810000', '142934.812000', '142934.815000', '142934.817000', '142934.820000', '142934.822000', '142934.830000', '142934.832000', '142934.835000', '142934.855000', '142934.858000', '142934.860000', '142934.863000', '142934.865000', '142934.868000', '142934.871000', '142934.873000', '142934.876000', '142934.878000', '142934.881000', '142934.883000', '142934.887000', '142934.890000', '142934.892000', '142934.895000', '142934.898000', '142934.900000', '142934.911000', '142934.914000', '142934.916000', '142934.919000', '142934.921000', '142934.924000', '142934.926000', '142934.929000', '142934.931000', '142934.934000', '142934.937000', '142934.939000', '142934.942000', '142934.944000', '142934.947000', '142934.950000', '142954.772000', '142954.775000', '142954.778000', '142954.780000', '142954.783000', '142954.785000', '142954.788000', '142954.790000', '142954.793000', '142954.795000', '142954.798000', '142954.801000', '142954.803000', '142954.806000', '142954.808000', '142954.811000', '142954.813000', '142954.816000', '142954.819000', '142954.821000', '142954.824000', '142954.826000', '142954.829000', '142954.831000', '142954.834000', '142954.837000', '142954.839000', '142954.842000', '142954.850000', '142954.853000', '142954.855000', '142954.858000', '142954.860000', '142954.863000', '142954.865000', '142954.868000', '142954.871000', '142954.873000', '142954.876000', '142954.878000', '142954.881000', '142954.883000', '142954.886000', '142954.889000', '143014.772000', '143014.775000', '143014.778000', '143014.780000', '143014.783000', '143014.786000', '143014.788000', '143014.791000', '143014.793000', '143014.796000', '143014.798000', '143014.801000', '143014.803000', '143014.806000', '143014.809000', '143014.811000', '143014.819000', '143014.822000', '143014.824000', '143014.827000', '143014.829000', '143014.832000', '143014.835000', '143014.837000', '143014.840000', '143014.842000', '143014.845000', '143014.847000', '143014.850000', '143014.853000', '143014.855000', '143014.858000', '143014.860000', '143014.863000', '143014.865000', '143014.868000', '143014.870000', '143014.873000', '143014.876000', '143014.878000', '143014.881000', '143014.884000', '143014.887000', '143034.772000', '143034.775000', '143034.778000', '143034.780000', '143034.783000', '143034.785000', '143034.788000', '143034.791000', '143034.793000', '143034.796000', '143034.798000', '143034.801000', '143034.804000', '143034.806000', '143034.809000', '143034.811000', '143034.814000', '143034.816000', '143034.819000', '143034.849000', '143034.851000', '143034.854000', '143034.856000', '143034.859000', '143034.862000', '143034.864000', '143034.867000', '143034.869000', '143034.872000', '143034.874000', '143034.877000', '143034.880000', '143034.882000', '143034.885000', '143034.887000', '143034.890000', '143034.892000', '143034.895000', '143034.898000', '143034.900000', '143034.903000', '143034.905000', '143034.908000', '143034.910000', '143054.772000', '143054.775000', '143054.778000', '143054.780000', '143054.783000', '143054.786000', '143054.788000', '143054.791000', '143054.793000', '143054.796000', '143054.798000', '143054.801000', '143054.804000', '143054.806000', '143054.809000', '143054.811000', '143054.814000', '143054.816000', '143054.819000', '143054.822000', '143054.831000', '143054.834000', '143054.836000', '143054.839000', '143054.841000', '143054.844000', '143054.847000', '143054.849000', '143054.852000', '143054.854000', '143054.857000', '143054.860000', '143054.862000', '143054.865000', '143054.868000', '143054.870000', '143054.873000', '143054.875000', '143054.878000', '143054.881000', '143054.883000', '143054.887000', '143054.889000', '143114.771000', '143114.774000', '143114.777000', '143114.779000', '143114.782000', '143114.789000', '143114.792000', '143114.795000', '143114.797000', '143114.800000', '143114.803000', '143114.805000', '143114.808000', '143114.810000', '143114.813000', '143114.815000', '143114.818000', '143114.820000', '143114.824000', '143114.826000', '143114.829000', '143114.832000', '143114.834000', '143114.837000', '143114.840000', '143114.842000', '143114.851000', '143114.853000', '143114.856000', '143114.859000', '143114.862000', '143114.864000', '143114.867000', '143114.869000', '143114.872000', '143114.875000', '143114.877000', '143114.880000', '143114.882000', '143114.885000', '143114.888000', '143114.890000', '143114.893000', '143114.895000', '143134.771000', '143134.774000', '143134.777000', '143134.779000', '143134.782000', '143134.785000', '143134.787000', '143134.790000', '143134.793000', '143134.795000', '143134.798000', '143134.800000', '143134.803000', '143134.805000', '143134.808000', '143134.811000', '143134.814000', '143134.816000', '143134.819000', '143134.821000', '143134.824000', '143134.827000', '143134.829000', '143134.832000', '143134.834000', '143134.837000', '143134.840000', '143134.842000', '143134.845000', '143134.848000', '143134.850000', '143134.853000', '143134.855000', '143134.858000', '143134.860000', '143134.863000', '143134.866000', '143134.868000', '143134.871000', '143134.873000', '143134.876000', '143134.879000', '143134.881000', '143154.772000', '143154.774000', '143154.777000', '143154.780000', '143154.782000', '143154.785000', '143154.787000', '143154.790000', '143154.793000', '143154.795000', '143154.798000', '143154.800000', '143154.803000', '143154.806000', '143154.808000', '143154.811000', '143154.814000', '143154.816000', '143154.819000', '143154.822000', '143154.824000', '143154.827000', '143154.829000', '143154.832000', '143154.835000', '143154.837000', '143154.840000', '143154.842000', '143154.845000', '143154.848000', '143154.850000', '143154.853000', '143154.856000', '143154.858000', '143154.861000', '143154.863000', '143154.866000', '143154.868000', '143154.871000', '143154.874000', '143154.876000', '143154.879000', '143154.881000', '143154.884000', '143214.772000', '143214.775000', '143214.778000', '143214.780000', '143214.783000', '143214.786000', '143214.788000', '143214.791000', '143214.793000', '143214.796000', '143214.799000', '143214.802000', '143214.804000', '143214.807000', '143214.809000', '143214.812000', '143214.815000', '143214.817000', '143214.820000', '143214.823000', '143214.825000', '143214.828000', '143214.830000', '143214.833000', '143214.836000', '143214.838000', '143214.841000', '143214.843000', '143214.846000', '143214.848000', '143214.851000', '143214.854000', '143214.856000', '143214.859000', '143214.861000', '143214.864000', '143214.867000', '143214.869000', '143214.872000', '143214.874000', '143214.877000', '143214.879000', '143214.882000', '143234.772000', '143234.775000', '143234.778000', '143234.780000', '143234.783000', '143234.786000', '143234.788000', '143234.791000', '143234.794000', '143234.796000', '143234.799000', '143234.802000', '143234.804000', '143234.807000', '143234.810000', '143234.812000', '143234.815000', '143234.818000', '143234.820000', '143234.823000', '143234.825000', '143234.828000', '143234.831000', '143234.833000', '143234.836000', '143234.838000', '143234.841000', '143234.844000', '143234.846000', '143234.849000', '143234.852000', '143234.854000', '143234.857000', '143234.860000', '143234.862000', '143234.865000', '143234.867000', '143234.870000', '143234.872000', '143234.875000', '143234.878000', '143234.880000', '143234.883000', '143234.885000', '143254.772000', '143254.775000', '143254.778000', '143254.780000', '143254.783000', '143254.786000', '143254.788000', '143254.791000', '143254.794000', '143254.796000', '143254.799000', '143254.801000', '143254.804000', '143254.807000', '143254.809000', '143254.812000', '143254.814000', '143254.817000', '143254.820000', '143254.822000', '143254.825000', '143254.827000', '143254.830000', '143254.833000', '143254.835000', '143254.838000', '143254.841000', '143254.843000', '143254.846000', '143254.849000', '143254.851000', '143254.854000', '143254.856000', '143254.859000', '143254.862000', '143254.864000', '143254.867000', '143254.869000', '143254.872000', '143254.875000', '143254.877000', '143254.880000', '143254.883000', '143314.773000', '143314.776000', '143314.779000', '143314.781000', '143314.784000', '143314.787000', '143314.790000', '143314.793000', '143314.796000', '143314.798000', '143314.801000', '143314.803000', '143314.806000', '143314.808000', '143314.811000', '143314.814000', '143314.816000', '143314.819000', '143314.821000', '143314.824000', '143314.827000', '143314.829000', '143314.832000', '143314.835000', '143314.837000', '143314.840000', '143314.842000', '143314.845000', '143314.848000', '143314.851000', '143314.853000', '143314.856000', '143314.859000', '143314.861000', '143314.864000', '143314.866000', '143314.869000', '143314.872000', '143314.874000', '143314.877000', '143314.880000', '143314.882000', '143314.885000', '143334.772000', '143334.774000', '143334.777000', '143334.780000', '143334.782000', '143334.785000', '143334.788000', '143334.790000', '143334.793000', '143334.796000', '143334.798000', '143334.801000', '143334.804000', '143334.806000', '143334.809000', '143334.812000', '143334.814000', '143334.817000', '143334.820000', '143334.822000', '143334.825000', '143334.828000', '143334.830000', '143334.833000', '143334.835000', '143334.838000', '143334.841000', '143334.844000', '143334.846000', '143334.849000', '143334.851000', '143334.854000', '143334.857000', '143334.859000', '143334.862000', '143334.864000', '143334.867000', '143334.869000', '143334.872000', '143334.875000', '143334.877000', '143334.880000', '143334.883000', '143334.885000', '143354.771000', '143354.774000', '143354.777000', '143354.779000', '143354.782000', '143354.784000', '143354.787000', '143354.790000', '143354.792000', '143354.795000', '143354.797000', '143354.800000', '143354.803000', '143354.805000', '143354.808000', '143354.811000', '143354.813000', '143354.816000', '143354.819000', '143354.821000', '143354.824000', '143354.826000', '143354.829000', '143354.832000', '143354.834000', '143354.837000', '143354.839000', '143354.842000', '143354.845000', '143354.847000', '143354.850000', '143354.853000', '143354.855000', '143354.858000', '143354.860000', '143354.863000', '143354.865000', '143354.868000', '143354.871000', '143354.873000', '143354.876000', '143354.878000', '143354.881000', '143354.883000', '143414.772000', '143414.774000', '143414.777000', '143414.780000', '143414.782000', '143414.785000', '143414.787000', '143414.790000', '143414.793000', '143414.795000', '143414.812000', '143414.814000', '143414.817000', '143414.819000', '143414.822000', '143414.825000', '143414.827000', '143414.830000', '143414.832000', '143414.835000', '143414.838000', '143414.840000', '143414.843000', '143414.845000', '143414.848000', '143414.851000', '143414.853000', '143414.856000', '143414.858000', '143414.861000', '143414.864000', '143414.866000', '143414.869000', '143414.871000', '143414.874000', '143414.876000', '143414.879000', '143414.882000', '143414.884000', '143414.887000', '143414.890000', '143414.892000', '143414.895000', '143434.772000', '143434.775000', '143434.778000', '143434.780000', '143434.783000', '143434.786000', '143434.788000', '143434.791000', '143434.793000', '143434.796000', '143434.799000', '143434.802000', '143434.805000', '143434.807000', '143434.810000', '143434.813000', '143434.815000', '143434.818000', '143434.821000', '143434.823000', '143434.826000', '143434.828000', '143434.832000', '143434.834000', '143434.837000', '143434.840000', '143434.842000', '143434.845000', '143434.847000', '143434.850000', '143434.853000', '143434.855000', '143434.858000', '143434.861000', '143434.863000', '143434.866000', '143434.868000', '143434.871000', '143434.873000', '143434.876000', '143434.879000', '143434.881000', '143434.884000', '143454.772000', '143454.775000', '143454.778000', '143454.780000', '143454.783000', '143454.786000', '143454.788000', '143454.791000', '143454.793000', '143454.796000', '143454.799000', '143454.801000', '143454.804000', '143454.807000', '143454.809000', '143454.812000', '143454.814000', '143454.817000', '143454.819000', '143454.822000', '143454.825000', '143454.827000', '143454.830000', '143454.832000', '143454.835000', '143454.844000', '143454.846000', '143454.849000', '143454.852000', '143454.854000', '143454.857000', '143454.860000', '143454.862000', '143454.865000', '143454.867000', '143454.870000', '143454.872000', '143454.875000', '143454.878000', '143454.880000', '143454.883000', '143454.885000', '143454.888000', '143454.891000', '143514.772000', '143514.775000', '143514.778000', '143514.780000', '143514.783000', '143514.786000', '143514.788000', '143514.791000', '143514.793000', '143514.796000', '143514.799000', '143514.801000', '143514.804000', '143514.806000', '143514.809000', '143514.812000', '143514.814000', '143514.817000', '143514.819000', '143514.822000', '143514.825000', '143514.828000', '143514.830000', '143514.833000', '143514.836000', '143514.839000', '143514.841000', '143514.844000', '143514.847000', '143514.849000', '143514.852000', '143514.855000', '143514.857000', '143514.860000', '143514.862000', '143514.865000', '143514.868000', '143514.870000', '143514.873000', '143514.875000', '143514.878000', '143514.881000', '143514.884000', '143534.772000', '143534.775000', '143534.778000', '143534.780000', '143534.783000', '143534.786000', '143534.788000', '143534.791000', '143534.794000', '143534.796000', '143534.799000', '143534.801000', '143534.804000', '143534.807000', '143534.809000', '143534.812000', '143534.814000', '143534.817000', '143534.820000', '143534.822000', '143534.825000', '143534.827000', '143534.839000', '143534.841000', '143534.844000', '143534.847000', '143534.849000', '143534.852000', '143534.854000', '143534.857000', '143534.860000', '143534.862000', '143534.865000', '143534.867000', '143534.870000', '143534.873000', '143534.875000', '143534.878000', '143534.881000', '143534.883000', '143534.886000', '143534.888000', '143534.891000', '143534.894000', '143554.771000', '143554.774000', '143554.777000', '143554.779000', '143554.782000', '143554.785000', '143554.787000', '143554.790000', '143554.792000', '143554.795000', '143554.797000', '143554.800000', '143554.803000', '143554.805000', '143554.808000', '143554.811000', '143554.813000', '143554.816000', '143554.819000', '143554.822000', '143554.824000', '143554.827000', '143554.830000', '143554.832000', '143554.835000', '143554.837000', '143554.840000', '143554.843000', '143554.845000', '143554.848000', '143554.851000', '143554.853000', '143554.856000', '143554.858000', '143554.861000', '143554.864000', '143554.866000', '143554.869000', '143554.872000', '143554.875000', '143554.877000', '143554.880000', '143554.883000', '143614.772000', '143614.775000', '143614.781000', '143614.784000', '143614.787000', '143614.789000', '143614.792000', '143614.794000', '143614.797000', '143614.800000', '143614.802000', '143614.805000', '143614.807000', '143614.810000', '143614.813000', '143614.815000', '143614.818000', '143614.820000', '143614.823000', '143614.826000', '143614.828000', '143614.831000', '143614.834000', '143614.836000', '143614.839000', '143614.841000', '143614.844000', '143614.847000', '143614.849000', '143614.852000', '143614.854000', '143614.857000', '143614.860000', '143614.862000', '143614.865000', '143614.867000', '143614.870000', '143614.873000', '143614.875000', '143614.878000', '143614.880000', '143614.883000', '143614.886000', '143614.888000', '143634.771000', '143634.774000', '143634.777000', '143634.779000', '143634.782000', '143634.785000', '143634.787000', '143634.790000', '143634.792000', '143634.795000', '143634.798000', '143634.800000', '143634.803000', '143634.805000', '143634.808000', '143634.811000', '143634.813000', '143634.816000', '143634.818000', '143634.821000', '143634.824000', '143634.826000', '143634.829000', '143634.831000', '143634.834000', '143634.837000', '143634.840000', '143634.843000', '143634.845000', '143634.848000', '143634.851000', '143634.853000', '143634.856000', '143634.859000', '143634.861000', '143634.864000', '143634.866000', '143634.869000', '143634.871000', '143634.874000', '143634.877000', '143634.879000', '143634.882000', '143654.773000', '143654.776000', '143654.778000', '143654.781000', '143654.784000', '143654.786000', '143654.789000', '143654.791000', '143654.794000', '143654.796000', '143654.799000', '143654.802000', '143654.804000', '143654.807000', '143654.809000', '143654.812000', '143654.815000', '143654.817000', '143654.820000', '143654.822000', '143654.825000', '143654.828000', '143654.830000', '143654.833000', '143654.836000', '143654.838000', '143654.841000', '143654.843000', '143654.846000', '143654.848000', '143654.851000', '143654.854000', '143654.856000', '143654.884000', '143654.887000', '143654.889000', '143654.892000', '143654.895000', '143654.897000', '143654.900000', '143654.903000', '143654.905000', '143654.908000', '143654.910000', '143714.772000', '143714.775000', '143714.778000', '143714.781000', '143714.783000', '143714.786000', '143714.788000', '143714.791000', '143714.794000', '143714.796000', '143714.799000', '143714.801000', '143714.804000', '143714.807000', '143714.809000', '143714.812000', '143714.815000', '143714.817000', '143714.820000', '143714.822000', '143714.825000', '143714.828000', '143714.830000', '143714.833000', '143714.835000', '143714.838000', '143714.840000', '143714.843000', '143714.846000', '143714.848000', '143714.851000', '143714.853000', '143714.856000', '143714.859000', '143714.861000', '143714.864000', '143714.866000', '143714.869000', '143714.872000', '143714.875000', '143714.877000', '143714.880000', '143714.882000', '143734.772000', '143734.775000', '143734.778000', '143734.781000', '143734.783000', '143734.786000', '143734.788000', '143734.791000', '143734.794000', '143734.796000', '143734.799000', '143734.801000', '143734.804000', '143734.807000', '143734.809000', '143734.812000', '143734.815000', '143734.817000', '143734.820000', '143734.822000', '143734.825000', '143734.828000', '143734.830000', '143734.833000', '143734.836000', '143734.838000', '143734.841000', '143734.843000', '143734.846000', '143734.849000', '143734.851000', '143734.854000', '143734.857000', '143734.859000', '143734.862000', '143734.864000', '143734.867000', '143734.869000', '143734.879000', '143734.881000', '143734.884000', '143734.886000', '143734.889000', '143734.892000', '143737.850000', '143737.855000', '143737.858000', '143737.861000', '143737.864000', '143737.866000', '143737.869000'], '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': [9054, 14359, 7159, 10891, 9713, 8554, 12237, 7941, 10658, 7344, 8969, 8424, 7856, 7134, 8212, 6905, 7899, 6860, 8883, 9022, 9205, 8626, 7640, 9435, 16339, 11655, 9677, 14223, 8798, 11069, 9194, 9248, 14820, 8876, 11996, 7082, 9451, 7061, 8990, 7357, 8791, 6954, 8807, 7592, 8748, 11219, 8403, 11630, 6781, 10323, 7923, 9561, 7455, 9509, 7958, 8757, 12966, 6916, 11748, 7598, 9032, 9141, 8054, 9445, 8065, 7994, 8708, 7400, 9303, 7742, 11232, 15962, 10443, 7841, 11605, 8635, 8981, 11698, 6822, 8799, 6640, 8628, 6567, 8540, 8404, 12746, 10906, 9662, 8812, 11154, 13017, 10630, 13503, 8683, 7976, 11845, 14545, 8615, 7451, 8776, 14805, 10753, 10064, 9081, 8362, 9522, 7998, 10997, 7103, 9736, 7411, 7192, 7814, 6488, 7305, 6586, 7048, 6322, 9900, 7070, 8798, 7461, 13325, 8898, 8595, 10987, 7236, 11653, 7624, 9962, 7632, 8723, 8885, 7252, 10922, 7681, 9635, 7540, 8187, 7420, 7645, 7525, 7862, 7492, 8167, 7538, 8268, 7301, 8446, 7584, 8488, 7549, 8217, 10986, 7524, 11184, 7625, 9521, 7660, 10836, 7438, 10646, 7600, 9635, 7240, 8754, 7424, 8257, 7446, 9032, 7406, 8540, 6882, 7628, 13008, 7946, 10337, 7679, 8741, 7027, 7621, 9462, 7399, 11025, 7656, 9756, 7409, 8835, 7278, 8563, 7522, 7716, 6906, 7527, 7322, 7757, 7230, 7459, 10374, 7374, 11210, 7622, 11175, 7836, 10557, 7995, 8528, 10888, 7901, 11582, 7114, 10069, 7271, 9017, 7668, 8958, 7185, 8156, 6853, 9814, 11616, 8337, 10874, 7632, 8748, 7207, 8441, 7095, 8592, 7178, 7489, 12167, 7317, 9825, 7642, 8816, 6796, 7161, 10861, 7437, 9932, 7232, 8235, 7240, 7471, 11192, 7380, 9464, 7320, 8152, 7422, 7705, 6736, 7497, 11076, 7565, 10400, 7324, 9517, 7443, 8632, 7318, 8443, 7206, 7600, 7969, 8753, 7878, 8099, 7724, 7662, 12407, 7981, 12826, 11216, 9394, 13422, 8445, 12258, 9096, 9685, 7849, 8521, 7563, 9035, 10344, 7881, 10378, 7431, 10442, 7573, 9995, 7412, 9308, 7395, 8620, 7006, 8775, 7859, 7312, 10483, 7362, 10874, 7430, 9559, 7481, 8907, 7100, 8950, 7569, 8063, 7702, 8158, 7417, 8061, 7971, 7611, 7933, 7189, 10263, 7522, 10198, 7410, 9511, 7174, 7827, 7840, 7752, 7294, 8132, 7766, 9216, 8266, 10265, 7032, 8814, 8469, 8116, 8020, 9493, 13016, 10134, 10728, 9346, 11583, 13016, 11348, 15299, 11302, 13531, 8128, 13401, 13286, 9524, 14674, 9298, 10604, 7645, 8605, 6364, 6887, 6621, 7387, 7921, 6620, 7195, 6616, 6889, 7592, 7460, 7661, 8941, 7642, 12388, 7924, 12538, 9007, 11054, 10489, 8351, 12608, 7730, 8327, 7159, 10966, 7418, 10512, 7171, 10109, 6869, 8771, 6883, 8025, 7264, 7755, 6380, 7532, 6497, 7445, 6833, 8317, 7058, 8800, 7299, 8672, 7208, 9349, 7143, 9190, 7329, 9543, 7203, 9141, 8862, 7672, 9985, 7168, 11391, 6961, 9001, 7420, 8397, 6693, 7282, 9468, 7867, 7878, 7221, 9597, 7679, 9689, 7534, 7732, 7643, 7324, 7738, 9382, 7528, 9134, 7218, 9979, 7184, 12063, 8986, 10932, 6828, 8006, 7182, 12780, 8043, 12296, 7219, 10094, 10590, 7374, 10486, 6885, 9956, 6658, 9972, 6846, 9291, 8884, 7985, 11107, 7011, 9906, 6794, 8996, 6747, 7413, 6387, 7270, 6756, 7655, 7614, 7996, 7277, 6378, 7203, 7373, 7791, 13648, 8297, 11412, 12070, 9133, 14210, 9048, 8932, 11121, 7236, 12491, 7215, 9742, 7151, 8678, 7396, 7517, 8037, 7399, 7715, 7657, 8826, 7632, 7325, 7639, 10875, 7820, 9749, 7700, 7827, 8278, 8987, 8507, 8044, 10344, 10858, 8280, 7612, 9603, 7567, 10826, 12540, 8529, 13954, 7489, 10058, 7442, 8464, 7308, 8166, 7460, 8503, 7623, 8053, 8003, 8441, 7547, 8576, 8623, 8697, 8764, 9889, 9155, 10670, 7846, 11461, 8233, 7761, 8141, 8215, 10174, 7948, 9782, 11053, 8280, 13047, 8111, 10053, 8267, 9145, 8257, 9362, 8219, 8977, 7944, 8596, 7543, 8315, 7552, 7882, 8285, 8616, 8530, 9264, 8561, 8944, 8846, 11313, 8104, 7740, 9080, 8349, 10822, 12324, 9009, 12049, 11303, 13457, 18230, 11953, 7755, 7940, 8305, 6169, 8876, 7506, 7133, 7533, 7419, 10459, 7445, 10724, 8379, 11993, 9563, 12370, 10226, 9911, 8380, 7583, 9232, 7710, 9365, 7634, 9151, 7985, 9192, 7854, 9230, 7958, 9187, 8109, 9320, 7599, 11662, 8049, 7603, 8175, 11775, 8176, 9646, 9246, 8694, 7964, 8517, 8167, 8063, 11285, 7933, 9824, 7676, 9465, 7795, 9226, 7099, 6258, 7591, 7231, 8187, 6863, 9731, 12037, 7454, 12691, 8230, 9664, 6955, 8090, 8044, 8933, 7139, 9099, 6456, 8351, 9822, 7780, 13383, 7944, 10209, 6776, 8511, 7632, 9133, 7434, 9178, 7395, 8561, 7375, 7951, 8172, 7881, 6965, 7802, 7894, 8139, 6972, 12128, 8908, 8598, 7310, 10089, 7661, 13773, 11761, 8909, 14952, 7702, 10654, 7151, 8856, 7550, 7694, 10310, 7333, 10119, 7364, 9499, 7371, 8849, 7301, 8795, 7256, 8754, 7583, 8967, 7627, 8668, 7595, 8847, 7731, 8764, 7997, 7896, 12461, 7764, 10313, 7950, 9759, 7980, 9432, 7934, 8833, 7718, 7907, 8692, 8127, 8620, 9040, 8150, 8690, 8140, 7300, 8244, 9541, 8563, 8639, 8478, 11297, 8219, 12621, 11842, 8710, 10000, 9086, 11967, 8917, 9972, 8823, 7282, 8885, 8648, 8268, 8348, 7510, 8277, 11768, 8345, 10156, 9283, 8684, 9207, 8455, 8816, 7906, 13047, 7978, 8529, 7214, 7715, 7661, 7775, 7504, 8135, 7641, 9211, 7522, 9184, 7918, 8125, 8005, 10491, 8148, 10731, 7582, 8584, 7805, 8010, 8219, 7641, 8242, 7705, 11194, 9642, 10752, 8595, 10689, 12015, 14686, 11220, 13523, 11925, 8515, 14355, 8134, 11046, 8157, 8351, 7959, 8362, 7122, 8310, 6684, 8153, 8799, 8365, 10288, 7672, 9400, 7650, 8711, 8383, 8354, 8348, 8324, 7818, 8535, 10513, 8466, 11471, 8394, 10206, 8010, 9481, 8587, 10218, 8358, 9741, 8407, 9741, 13025, 8528, 10946, 11490, 8567, 12337, 8400, 10306, 8947, 8330, 11467, 8598, 12362, 8674, 10477, 8370, 9515, 8535, 8416, 7679, 8246, 11019, 8713, 9877, 8739, 8754, 8455, 8583, 8341, 8621, 7409, 10812, 8833, 9614, 8953, 8344, 8728, 13517, 10525, 11302, 10136, 8744, 9424, 8279, 10397, 8317, 10282, 8281, 9964, 7981, 9026, 8227, 8538, 8128, 8406, 7703, 8373, 7616, 8474, 8841, 8294, 11834, 7873, 10999, 7928, 9439, 8121, 8526, 8159, 8716, 7862, 8556, 8508, 8679, 12386, 8452, 10394, 8424, 11159, 8360, 11080, 8425, 8883, 8132, 8669, 7726, 8569, 8180, 8764, 8336, 8526, 6799, 9829, 7949, 9171, 8564, 8967, 8967, 9515, 8810, 13745, 9697, 10684, 9495, 8252, 7303, 8304, 12077, 8164, 10821, 7765, 10111, 7477, 9659, 7727, 8678, 8230, 8975, 7876, 9061, 7884, 9601, 7919, 9791, 7966, 9012, 7911, 8566, 9847, 8176, 12686, 8343, 10875, 8247, 7655, 8206, 8069, 9712, 11647, 8194, 12194, 7815, 9905, 8442, 8666, 7467, 8675, 11602, 8383, 11837, 8453, 10799, 7712, 9731, 8029, 8493, 7382, 8538, 7686, 8387, 10221, 8297, 9285, 8421, 7776, 8636, 7580, 8590, 13282, 8376, 11696, 8355, 10030, 8391, 9240, 8216, 8458, 8241, 8630, 8066, 8402, 13202, 8283, 11200, 8297, 9757, 8551, 8321, 8298, 8643, 8074, 8430, 7345, 8181, 12621, 8133, 10814, 8079, 8421, 8159, 8817, 8307, 8717, 8196, 11768, 9303, 10366, 8450, 10590, 8664, 12751, 11238, 8475, 8971, 8283, 8615, 8312, 9746, 8217, 10359, 8092, 11246, 7851, 9949, 7928, 9843, 8339, 8556, 7964, 8264, 7316, 8243, 11526, 7761, 11150, 7926, 9560, 7598, 8619, 7594, 8108, 7097, 8235, 12374, 8211, 10933, 7160], 'WindowCenter': [3893.0, 3909.0, 3842.0, 3871.0, 3857.0, 3846.0, 3866.0, 3834.0, 3842.0, 3836.0, 3846.0, 3847.0, 3847.0, 3840.0, 3847.0, 3837.0, 3847.0, 3838.0, 3847.0, 3858.0, 3859.0, 3861.0, 3851.0, 3875.0, 3906.0, 3869.0, 3847.0, 3864.0, 3832.0, 3841.0, 3831.0, 3832.0, 3862.0, 3831.0, 3865.0, 3811.0, 3830.0, 3808.0, 3829.0, 3809.0, 3831.0, 3810.0, 3831.0, 3823.0, 3833.0, 3855.0, 3847.0, 3868.0, 3827.0, 3843.0, 3821.0, 3843.0, 3837.0, 3859.0, 3847.0, 3846.0, 3879.0, 3837.0, 3882.0, 3836.0, 3846.0, 3858.0, 3847.0, 3858.0, 3846.0, 3834.0, 3842.0, 3821.0, 3843.0, 3835.0, 3865.0, 3889.0, 3855.0, 3833.0, 3867.0, 3842.0, 3844.0, 3851.0, 3809.0, 3843.0, 3809.0, 3831.0, 3812.0, 3844.0, 3832.0, 3866.0, 3854.0, 3843.0, 3832.0, 3855.0, 3866.0, 3841.0, 3849.0, 3819.0, 3803.0, 3839.0, 3859.0, 3817.0, 3808.0, 3830.0, 3861.0, 3838.0, 3826.0, 3816.0, 3805.0, 3814.0, 3804.0, 3839.0, 3807.0, 3827.0, 3808.0, 3809.0, 3820.0, 3810.0, 3823.0, 3823.0, 3822.0, 3813.0, 3858.0, 3839.0, 3861.0, 3853.0, 3893.0, 3860.0, 3849.0, 3857.0, 3825.0, 3867.0, 3835.0, 3856.0, 3836.0, 3846.0, 3845.0, 3824.0, 3855.0, 3835.0, 3855.0, 3836.0, 3833.0, 3824.0, 3835.0, 3848.0, 3849.0, 3850.0, 3849.0, 3851.0, 3862.0, 3852.0, 3863.0, 3852.0, 3862.0, 3852.0, 3851.0, 3886.0, 3852.0, 3885.0, 3852.0, 3860.0, 3839.0, 3884.0, 3852.0, 3872.0, 3853.0, 3861.0, 3838.0, 3849.0, 3852.0, 3862.0, 3851.0, 3861.0, 3839.0, 3848.0, 3838.0, 3850.0, 3892.0, 3849.0, 3870.0, 3839.0, 3848.0, 3838.0, 3839.0, 3859.0, 3840.0, 3870.0, 3837.0, 3857.0, 3840.0, 3847.0, 3840.0, 3848.0, 3836.0, 3836.0, 3839.0, 3835.0, 3838.0, 3838.0, 3850.0, 3840.0, 3872.0, 3840.0, 3882.0, 3851.0, 3870.0, 3839.0, 3870.0, 3864.0, 3850.0, 3870.0, 3849.0, 3869.0, 3826.0, 3845.0, 3839.0, 3845.0, 3824.0, 3861.0, 3837.0, 3847.0, 3826.0, 3858.0, 3867.0, 3836.0, 3869.0, 3835.0, 3846.0, 3836.0, 3835.0, 3825.0, 3845.0, 3824.0, 3824.0, 3866.0, 3823.0, 3844.0, 3835.0, 3844.0, 3813.0, 3823.0, 3868.0, 3823.0, 3855.0, 3823.0, 3833.0, 3822.0, 3823.0, 3868.0, 3824.0, 3842.0, 3823.0, 3834.0, 3836.0, 3833.0, 3824.0, 3835.0, 3868.0, 3838.0, 3857.0, 3836.0, 3857.0, 3836.0, 3849.0, 3852.0, 3864.0, 3852.0, 3851.0, 3851.0, 3862.0, 3864.0, 3863.0, 3864.0, 3866.0, 3894.0, 3852.0, 3882.0, 3869.0, 3848.0, 3881.0, 3848.0, 3870.0, 3846.0, 3843.0, 3834.0, 3832.0, 3822.0, 3844.0, 3855.0, 3834.0, 3855.0, 3823.0, 3854.0, 3835.0, 3856.0, 3826.0, 3844.0, 3822.0, 3832.0, 3811.0, 3832.0, 3834.0, 3822.0, 3854.0, 3821.0, 3852.0, 3821.0, 3844.0, 3824.0, 3832.0, 3826.0, 3844.0, 3834.0, 3833.0, 3836.0, 3835.0, 3836.0, 3836.0, 3837.0, 3838.0, 3837.0, 3826.0, 3869.0, 3850.0, 3870.0, 3853.0, 3901.0, 3870.0, 3864.0, 3851.0, 3850.0, 3850.0, 3862.0, 3863.0, 3874.0, 3865.0, 3885.0, 3855.0, 3874.0, 3863.0, 3851.0, 3850.0, 3860.0, 3880.0, 3871.0, 3897.0, 3862.0, 3867.0, 3879.0, 3826.0, 3861.0, 3842.0, 3863.0, 3835.0, 3866.0, 3863.0, 3828.0, 3849.0, 3817.0, 3826.0, 3805.0, 3800.0, 3781.0, 3792.0, 3792.0, 3805.0, 3817.0, 3808.0, 3821.0, 3821.0, 3836.0, 3848.0, 3848.0, 3852.0, 3873.0, 3852.0, 3894.0, 3851.0, 3880.0, 3860.0, 3870.0, 3870.0, 3847.0, 3879.0, 3834.0, 3835.0, 3824.0, 3855.0, 3837.0, 3867.0, 3825.0, 3857.0, 3825.0, 3845.0, 3825.0, 3848.0, 3838.0, 3849.0, 3827.0, 3836.0, 3827.0, 3850.0, 3839.0, 3861.0, 3840.0, 3874.0, 3882.0, 3877.0, 3850.0, 3874.0, 3841.0, 3858.0, 3839.0, 3871.0, 3852.0, 3863.0, 3860.0, 3837.0, 3856.0, 3838.0, 3869.0, 3828.0, 3848.0, 3835.0, 3846.0, 3838.0, 3838.0, 3859.0, 3851.0, 3850.0, 3850.0, 3857.0, 3837.0, 3858.0, 3850.0, 3849.0, 3849.0, 3852.0, 3863.0, 3862.0, 3853.0, 3875.0, 3839.0, 3871.0, 3869.0, 3893.0, 3862.0, 3870.0, 3838.0, 3846.0, 3839.0, 3882.0, 3836.0, 3867.0, 3836.0, 3858.0, 3857.0, 3822.0, 3854.0, 3809.0, 3827.0, 3808.0, 3840.0, 3810.0, 3844.0, 3844.0, 3834.0, 3852.0, 3822.0, 3840.0, 3811.0, 3831.0, 3825.0, 3836.0, 3824.0, 3821.0, 3809.0, 3823.0, 3820.0, 3817.0, 3808.0, 3809.0, 3834.0, 3821.0, 3833.0, 3876.0, 3834.0, 3853.0, 3864.0, 3843.0, 3861.0, 3828.0, 3829.0, 3837.0, 3803.0, 3836.0, 3805.0, 3814.0, 3793.0, 3815.0, 3793.0, 3816.0, 3805.0, 3807.0, 3816.0, 3820.0, 3827.0, 3819.0, 3818.0, 3820.0, 3839.0, 3818.0, 3838.0, 3818.0, 3820.0, 3830.0, 3829.0, 3832.0, 3822.0, 3845.0, 3855.0, 3833.0, 3823.0, 3857.0, 3849.0, 3857.0, 3864.0, 3832.0, 3852.0, 3809.0, 3842.0, 3823.0, 3830.0, 3821.0, 3819.0, 3821.0, 3830.0, 3823.0, 3835.0, 3847.0, 3847.0, 3838.0, 3846.0, 3847.0, 3845.0, 3848.0, 3857.0, 3860.0, 3869.0, 3852.0, 3881.0, 3864.0, 3852.0, 3852.0, 3862.0, 3872.0, 3852.0, 3873.0, 3884.0, 3862.0, 3881.0, 3850.0, 3857.0, 3847.0, 3847.0, 3863.0, 3845.0, 3847.0, 3846.0, 3836.0, 3846.0, 3837.0, 3862.0, 3878.0, 3863.0, 3862.0, 3860.0, 3861.0, 3874.0, 3863.0, 3860.0, 3875.0, 3899.0, 3876.0, 3865.0, 3875.0, 3866.0, 3886.0, 3883.0, 3861.0, 3882.0, 3881.0, 3864.0, 3939.0, 3884.0, 3849.0, 3834.0, 3846.0, 3811.0, 3844.0, 3834.0, 3837.0, 3848.0, 3851.0, 3882.0, 3851.0, 3870.0, 3849.0, 3882.0, 3858.0, 3868.0, 3855.0, 3843.0, 3834.0, 3833.0, 3845.0, 3834.0, 3843.0, 3834.0, 3857.0, 3846.0, 3857.0, 3835.0, 3844.0, 3834.0, 3857.0, 3861.0, 3859.0, 3839.0, 3867.0, 3847.0, 3848.0, 3849.0, 3868.0, 3849.0, 3857.0, 3846.0, 3846.0, 3834.0, 3844.0, 3835.0, 3847.0, 3866.0, 3837.0, 3871.0, 3834.0, 3841.0, 3834.0, 3860.0, 3840.0, 3839.0, 3864.0, 3839.0, 3849.0, 3827.0, 3858.0, 3868.0, 3825.0, 3868.0, 3836.0, 3845.0, 3823.0, 3818.0, 3818.0, 3815.0, 3792.0, 3844.0, 3810.0, 3827.0, 3854.0, 3864.0, 3906.0, 3861.0, 3867.0, 3825.0, 3829.0, 3818.0, 3827.0, 3820.0, 3843.0, 3821.0, 3833.0, 3822.0, 3833.0, 3833.0, 3832.0, 3820.0, 3820.0, 3818.0, 3830.0, 3821.0, 3865.0, 3857.0, 3857.0, 3838.0, 3867.0, 3836.0, 3877.0, 3853.0, 3844.0, 3874.0, 3819.0, 3840.0, 3808.0, 3829.0, 3818.0, 3831.0, 3840.0, 3820.0, 3838.0, 3819.0, 3827.0, 3832.0, 3843.0, 3833.0, 3844.0, 3835.0, 3843.0, 3835.0, 3857.0, 3848.0, 3845.0, 3847.0, 3858.0, 3834.0, 3845.0, 3834.0, 3849.0, 3877.0, 3836.0, 3854.0, 3832.0, 3842.0, 3833.0, 3845.0, 3847.0, 3846.0, 3850.0, 3846.0, 3857.0, 3845.0, 3860.0, 3859.0, 3861.0, 3859.0, 3849.0, 3835.0, 3860.0, 3883.0, 3873.0, 3861.0, 3862.0, 3881.0, 3850.0, 3882.0, 3869.0, 3845.0, 3856.0, 3844.0, 3866.0, 3844.0, 3855.0, 3845.0, 3822.0, 3843.0, 3848.0, 3848.0, 3859.0, 3850.0, 3862.0, 3870.0, 3862.0, 3872.0, 3857.0, 3845.0, 3844.0, 3847.0, 3843.0, 3834.0, 3866.0, 3833.0, 3831.0, 3838.0, 3834.0, 3832.0, 3820.0, 3823.0, 3832.0, 3848.0, 3870.0, 3849.0, 3860.0, 3862.0, 3849.0, 3849.0, 3881.0, 3850.0, 3869.0, 3838.0, 3846.0, 3837.0, 3848.0, 3858.0, 3851.0, 3864.0, 3852.0, 3881.0, 3874.0, 3884.0, 3863.0, 3871.0, 3884.0, 3878.0, 3855.0, 3867.0, 3853.0, 3832.0, 3864.0, 3832.0, 3850.0, 3820.0, 3818.0, 3819.0, 3829.0, 3809.0, 3833.0, 3809.0, 3832.0, 3844.0, 3859.0, 3871.0, 3836.0, 3843.0, 3835.0, 3845.0, 3847.0, 3847.0, 3848.0, 3848.0, 3834.0, 3847.0, 3869.0, 3848.0, 3880.0, 3847.0, 3854.0, 3834.0, 3856.0, 3857.0, 3870.0, 3861.0, 3869.0, 3847.0, 3858.0, 3878.0, 3835.0, 3855.0, 3854.0, 3832.0, 3853.0, 3831.0, 3840.0, 3842.0, 3831.0, 3851.0, 3830.0, 3850.0, 3829.0, 3839.0, 3830.0, 3840.0, 3842.0, 3830.0, 3818.0, 3831.0, 3838.0, 3829.0, 3840.0, 3830.0, 3830.0, 3830.0, 3842.0, 3834.0, 3845.0, 3822.0, 3854.0, 3846.0, 3869.0, 3858.0, 3847.0, 3848.0, 3877.0, 3855.0, 3852.0, 3855.0, 3844.0, 3842.0, 3833.0, 3840.0, 3830.0, 3840.0, 3833.0, 3841.0, 3833.0, 3842.0, 3831.0, 3829.0, 3833.0, 3832.0, 3833.0, 3844.0, 3834.0, 3834.0, 3842.0, 3845.0, 3866.0, 3834.0, 3855.0, 3833.0, 3842.0, 3835.0, 3845.0, 3836.0, 3848.0, 3834.0, 3845.0, 3845.0, 3846.0, 3876.0, 3847.0, 3857.0, 3845.0, 3865.0, 3846.0, 3867.0, 3849.0, 3846.0, 3836.0, 3846.0, 3833.0, 3833.0, 3834.0, 3845.0, 3834.0, 3846.0, 3825.0, 3856.0, 3847.0, 3872.0, 3861.0, 3861.0, 3862.0, 3858.0, 3848.0, 3879.0, 3845.0, 3855.0, 3843.0, 3831.0, 3822.0, 3832.0, 3863.0, 3833.0, 3866.0, 3834.0, 3854.0, 3834.0, 3842.0, 3822.0, 3833.0, 3847.0, 3844.0, 3836.0, 3846.0, 3836.0, 3856.0, 3850.0, 3871.0, 3847.0, 3859.0, 3836.0, 3846.0, 3844.0, 3848.0, 3879.0, 3846.0, 3855.0, 3834.0, 3822.0, 3834.0, 3848.0, 3871.0, 3868.0, 3834.0, 3865.0, 3834.0, 3843.0, 3833.0, 3845.0, 3822.0, 3846.0, 3866.0, 3833.0, 3867.0, 3834.0, 3854.0, 3834.0, 3845.0, 3832.0, 3845.0, 3822.0, 3848.0, 3834.0, 3847.0, 3867.0, 3834.0, 3856.0, 3833.0, 3821.0, 3832.0, 3820.0, 3833.0, 3876.0, 3832.0, 3864.0, 3832.0, 3840.0, 3819.0, 3841.0, 3830.0, 3819.0, 3820.0, 3830.0, 3817.0, 3819.0, 3864.0, 3820.0, 3851.0, 3820.0, 3828.0, 3830.0, 3832.0, 3830.0, 3832.0, 3819.0, 3818.0, 3808.0, 3832.0, 3862.0, 3833.0, 3854.0, 3832.0, 3832.0, 3832.0, 3843.0, 3833.0, 3832.0, 3844.0, 3867.0, 3859.0, 3871.0, 3849.0, 3857.0, 3845.0, 3865.0, 3853.0, 3833.0, 3831.0, 3832.0, 3832.0, 3833.0, 3842.0, 3845.0, 3856.0, 3834.0, 3865.0, 3834.0, 3841.0, 3833.0, 3843.0, 3847.0, 3832.0, 3833.0, 3832.0, 3821.0, 3845.0, 3866.0, 3833.0, 3867.0, 3836.0, 3844.0, 3837.0, 3846.0, 3835.0, 3847.0, 3824.0, 3846.0, 3864.0, 3848.0, 3866.0, 3855.0], 'WindowWidth': [8734.0, 8746.0, 8646.0, 8680.0, 8650.0, 8637.0, 8662.0, 8613.0, 8622.0, 8623.0, 8632.0, 8638.0, 8639.0, 8636.0, 8639.0, 8625.0, 8638.0, 8629.0, 8633.0, 8654.0, 8657.0, 8662.0, 8649.0, 8688.0, 8734.0, 8670.0, 8636.0, 8657.0, 8606.0, 8619.0, 8606.0, 8606.0, 8651.0, 8605.0, 8658.0, 8578.0, 8600.0, 8571.0, 8599.0, 8574.0, 8604.0, 8577.0, 8605.0, 8598.0, 8613.0, 8645.0, 8637.0, 8666.0, 8612.0, 8622.0, 8594.0, 8623.0, 8624.0, 8655.0, 8636.0, 8633.0, 8683.0, 8625.0, 8693.0, 8622.0, 8633.0, 8653.0, 8636.0, 8655.0, 8637.0, 8617.0, 8623.0, 8590.0, 8623.0, 8616.0, 8657.0, 8698.0, 8643.0, 8613.0, 8665.0, 8625.0, 8627.0, 8634.0, 8576.0, 8627.0, 8577.0, 8610.0, 8585.0, 8628.0, 8611.0, 8665.0, 8644.0, 8628.0, 8609.0, 8646.0, 8666.0, 8619.0, 8630.0, 8587.0, 8553.0, 8615.0, 8642.0, 8581.0, 8571.0, 8602.0, 8653.0, 8610.0, 8592.0, 8577.0, 8562.0, 8571.0, 8558.0, 8616.0, 8568.0, 8597.0, 8572.0, 8576.0, 8592.0, 8578.0, 8600.0, 8599.0, 8597.0, 8584.0, 8653.0, 8630.0, 8662.0, 8655.0, 8711.0, 8660.0, 8644.0, 8650.0, 8604.0, 8665.0, 8617.0, 8648.0, 8619.0, 8633.0, 8629.0, 8601.0, 8646.0, 8617.0, 8646.0, 8620.0, 8613.0, 8602.0, 8621.0, 8643.0, 8644.0, 8648.0, 8644.0, 8649.0, 8666.0, 8653.0, 8668.0, 8653.0, 8664.0, 8651.0, 8650.0, 8705.0, 8650.0, 8702.0, 8651.0, 8659.0, 8629.0, 8696.0, 8654.0, 8678.0, 8657.0, 8661.0, 8629.0, 8643.0, 8653.0, 8667.0, 8649.0, 8662.0, 8630.0, 8641.0, 8627.0, 8646.0, 8706.0, 8643.0, 8673.0, 8628.0, 8640.0, 8627.0, 8629.0, 8655.0, 8634.0, 8672.0, 8623.0, 8651.0, 8632.0, 8636.0, 8635.0, 8639.0, 8621.0, 8620.0, 8632.0, 8621.0, 8630.0, 8627.0, 8647.0, 8633.0, 8679.0, 8631.0, 8691.0, 8648.0, 8672.0, 8629.0, 8671.0, 8672.0, 8645.0, 8673.0, 8643.0, 8668.0, 8605.0, 8633.0, 8628.0, 8632.0, 8600.0, 8665.0, 8625.0, 8638.0, 8606.0, 8652.0, 8665.0, 8620.0, 8670.0, 8619.0, 8634.0, 8623.0, 8619.0, 8605.0, 8632.0, 8604.0, 8604.0, 8662.0, 8601.0, 8629.0, 8618.0, 8627.0, 8588.0, 8600.0, 8670.0, 8600.0, 8647.0, 8600.0, 8611.0, 8594.0, 8599.0, 8667.0, 8601.0, 8624.0, 8600.0, 8617.0, 8623.0, 8615.0, 8604.0, 8621.0, 8669.0, 8629.0, 8650.0, 8621.0, 8653.0, 8623.0, 8643.0, 8652.0, 8675.0, 8653.0, 8649.0, 8648.0, 8666.0, 8672.0, 8669.0, 8673.0, 8680.0, 8714.0, 8654.0, 8692.0, 8667.0, 8640.0, 8692.0, 8641.0, 8675.0, 8634.0, 8626.0, 8614.0, 8609.0, 8596.0, 8628.0, 8644.0, 8614.0, 8644.0, 8597.0, 8643.0, 8617.0, 8648.0, 8608.0, 8629.0, 8596.0, 8609.0, 8579.0, 8607.0, 8615.0, 8596.0, 8640.0, 8594.0, 8637.0, 8594.0, 8632.0, 8602.0, 8611.0, 8609.0, 8630.0, 8617.0, 8612.0, 8621.0, 8618.0, 8622.0, 8622.0, 8623.0, 8627.0, 8623.0, 8607.0, 8670.0, 8646.0, 8673.0, 8656.0, 8733.0, 8692.0, 8672.0, 8648.0, 8645.0, 8649.0, 8667.0, 8670.0, 8687.0, 8675.0, 8704.0, 8664.0, 8685.0, 8669.0, 8650.0, 8646.0, 8659.0, 8687.0, 8675.0, 8720.0, 8663.0, 8662.0, 8684.0, 8586.0, 8651.0, 8620.0, 8653.0, 8618.0, 8667.0, 8652.0, 8594.0, 8629.0, 8579.0, 8591.0, 8560.0, 8549.0, 8523.0, 8537.0, 8540.0, 8564.0, 8582.0, 8571.0, 8593.0, 8594.0, 8621.0, 8643.0, 8644.0, 8652.0, 8684.0, 8653.0, 8712.0, 8649.0, 8688.0, 8658.0, 8673.0, 8672.0, 8636.0, 8683.0, 8616.0, 8617.0, 8602.0, 8645.0, 8623.0, 8668.0, 8607.0, 8652.0, 8606.0, 8631.0, 8604.0, 8641.0, 8627.0, 8645.0, 8612.0, 8622.0, 8610.0, 8648.0, 8632.0, 8665.0, 8635.0, 8685.0, 8711.0, 8693.0, 8646.0, 8684.0, 8635.0, 8653.0, 8630.0, 8676.0, 8651.0, 8666.0, 8657.0, 8623.0, 8647.0, 8627.0, 8672.0, 8612.0, 8641.0, 8619.0, 8633.0, 8630.0, 8627.0, 8659.0, 8649.0, 8647.0, 8647.0, 8649.0, 8623.0, 8653.0, 8647.0, 8643.0, 8644.0, 8654.0, 8668.0, 8665.0, 8657.0, 8685.0, 8629.0, 8678.0, 8687.0, 8714.0, 8665.0, 8675.0, 8630.0, 8638.0, 8632.0, 8692.0, 8621.0, 8662.0, 8622.0, 8653.0, 8649.0, 8595.0, 8640.0, 8576.0, 8594.0, 8571.0, 8617.0, 8578.0, 8628.0, 8629.0, 8614.0, 8635.0, 8595.0, 8620.0, 8582.0, 8608.0, 8608.0, 8622.0, 8604.0, 8594.0, 8573.0, 8598.0, 8589.0, 8583.0, 8571.0, 8574.0, 8615.0, 8592.0, 8612.0, 8676.0, 8617.0, 8641.0, 8654.0, 8624.0, 8652.0, 8596.0, 8600.0, 8608.0, 8557.0, 8607.0, 8564.0, 8573.0, 8544.0, 8576.0, 8543.0, 8582.0, 8563.0, 8569.0, 8581.0, 8591.0, 8596.0, 8588.0, 8587.0, 8591.0, 8617.0, 8585.0, 8613.0, 8585.0, 8589.0, 8602.0, 8601.0, 8609.0, 8595.0, 8629.0, 8645.0, 8611.0, 8598.0, 8652.0, 8644.0, 8653.0, 8654.0, 8607.0, 8638.0, 8570.0, 8623.0, 8599.0, 8604.0, 8593.0, 8586.0, 8593.0, 8604.0, 8599.0, 8619.0, 8639.0, 8636.0, 8627.0, 8634.0, 8636.0, 8632.0, 8638.0, 8652.0, 8658.0, 8669.0, 8649.0, 8689.0, 8672.0, 8653.0, 8651.0, 8665.0, 8678.0, 8651.0, 8679.0, 8697.0, 8663.0, 8691.0, 8644.0, 8651.0, 8635.0, 8636.0, 8669.0, 8630.0, 8636.0, 8632.0, 8622.0, 8634.0, 8626.0, 8665.0, 8698.0, 8670.0, 8665.0, 8659.0, 8661.0, 8686.0, 8671.0, 8660.0, 8689.0, 8726.0, 8691.0, 8674.0, 8689.0, 8676.0, 8705.0, 8698.0, 8662.0, 8695.0, 8690.0, 8658.0, 8819.0, 8705.0, 8645.0, 8616.0, 8636.0, 8581.0, 8626.0, 8615.0, 8626.0, 8641.0, 8648.0, 8692.0, 8650.0, 8674.0, 8646.0, 8694.0, 8651.0, 8668.0, 8643.0, 8625.0, 8613.0, 8614.0, 8633.0, 8617.0, 8625.0, 8616.0, 8651.0, 8636.0, 8651.0, 8620.0, 8627.0, 8615.0, 8651.0, 8663.0, 8657.0, 8629.0, 8665.0, 8639.0, 8643.0, 8643.0, 8667.0, 8643.0, 8652.0, 8635.0, 8636.0, 8615.0, 8628.0, 8618.0, 8637.0, 8665.0, 8625.0, 8676.0, 8615.0, 8618.0, 8614.0, 8659.0, 8636.0, 8633.0, 8673.0, 8631.0, 8643.0, 8611.0, 8652.0, 8667.0, 8603.0, 8667.0, 8621.0, 8633.0, 8599.0, 8586.0, 8581.0, 8573.0, 8542.0, 8629.0, 8580.0, 8596.0, 8646.0, 8676.0, 8734.0, 8666.0, 8667.0, 8606.0, 8602.0, 8586.0, 8595.0, 8589.0, 8628.0, 8595.0, 8612.0, 8599.0, 8613.0, 8614.0, 8610.0, 8593.0, 8590.0, 8585.0, 8605.0, 8591.0, 8661.0, 8652.0, 8654.0, 8629.0, 8666.0, 8624.0, 8681.0, 8638.0, 8628.0, 8672.0, 8588.0, 8616.0, 8572.0, 8602.0, 8587.0, 8609.0, 8619.0, 8593.0, 8613.0, 8587.0, 8597.0, 8612.0, 8628.0, 8615.0, 8630.0, 8622.0, 8629.0, 8620.0, 8654.0, 8643.0, 8633.0, 8639.0, 8654.0, 8618.0, 8632.0, 8619.0, 8645.0, 8681.0, 8622.0, 8644.0, 8609.0, 8621.0, 8613.0, 8632.0, 8639.0, 8635.0, 8647.0, 8634.0, 8651.0, 8634.0, 8659.0, 8659.0, 8664.0, 8659.0, 8643.0, 8617.0, 8663.0, 8700.0, 8684.0, 8664.0, 8665.0, 8689.0, 8645.0, 8699.0, 8668.0, 8632.0, 8649.0, 8629.0, 8663.0, 8630.0, 8645.0, 8632.0, 8597.0, 8627.0, 8642.0, 8642.0, 8660.0, 8649.0, 8665.0, 8676.0, 8666.0, 8679.0, 8651.0, 8631.0, 8630.0, 8639.0, 8627.0, 8615.0, 8662.0, 8612.0, 8607.0, 8629.0, 8617.0, 8609.0, 8592.0, 8600.0, 8612.0, 8642.0, 8677.0, 8646.0, 8661.0, 8668.0, 8646.0, 8642.0, 8694.0, 8647.0, 8672.0, 8628.0, 8634.0, 8623.0, 8639.0, 8656.0, 8650.0, 8673.0, 8650.0, 8690.0, 8682.0, 8698.0, 8667.0, 8675.0, 8700.0, 8686.0, 8645.0, 8667.0, 8638.0, 8611.0, 8657.0, 8610.0, 8632.0, 8589.0, 8585.0, 8589.0, 8600.0, 8575.0, 8613.0, 8577.0, 8611.0, 8632.0, 8660.0, 8677.0, 8623.0, 8624.0, 8619.0, 8630.0, 8639.0, 8638.0, 8640.0, 8640.0, 8616.0, 8639.0, 8671.0, 8643.0, 8689.0, 8640.0, 8643.0, 8615.0, 8647.0, 8653.0, 8673.0, 8666.0, 8672.0, 8641.0, 8657.0, 8686.0, 8618.0, 8648.0, 8640.0, 8610.0, 8640.0, 8607.0, 8621.0, 8625.0, 8609.0, 8637.0, 8605.0, 8635.0, 8603.0, 8618.0, 8604.0, 8617.0, 8626.0, 8605.0, 8586.0, 8607.0, 8615.0, 8602.0, 8617.0, 8606.0, 8605.0, 8604.0, 8625.0, 8616.0, 8630.0, 8595.0, 8645.0, 8637.0, 8674.0, 8656.0, 8640.0, 8642.0, 8682.0, 8644.0, 8639.0, 8645.0, 8627.0, 8623.0, 8611.0, 8618.0, 8604.0, 8620.0, 8613.0, 8620.0, 8614.0, 8624.0, 8607.0, 8603.0, 8613.0, 8612.0, 8615.0, 8631.0, 8616.0, 8616.0, 8624.0, 8633.0, 8664.0, 8617.0, 8646.0, 8615.0, 8624.0, 8621.0, 8634.0, 8622.0, 8642.0, 8617.0, 8631.0, 8634.0, 8635.0, 8677.0, 8639.0, 8650.0, 8632.0, 8659.0, 8636.0, 8666.0, 8643.0, 8634.0, 8622.0, 8635.0, 8614.0, 8614.0, 8615.0, 8631.0, 8616.0, 8634.0, 8604.0, 8649.0, 8639.0, 8681.0, 8664.0, 8662.0, 8666.0, 8653.0, 8641.0, 8689.0, 8633.0, 8648.0, 8627.0, 8608.0, 8596.0, 8612.0, 8654.0, 8613.0, 8663.0, 8615.0, 8642.0, 8619.0, 8625.0, 8599.0, 8612.0, 8638.0, 8629.0, 8621.0, 8637.0, 8622.0, 8646.0, 8646.0, 8675.0, 8640.0, 8658.0, 8622.0, 8633.0, 8630.0, 8640.0, 8686.0, 8634.0, 8646.0, 8617.0, 8596.0, 8616.0, 8641.0, 8677.0, 8669.0, 8616.0, 8661.0, 8616.0, 8627.0, 8614.0, 8632.0, 8597.0, 8637.0, 8664.0, 8615.0, 8664.0, 8617.0, 8641.0, 8617.0, 8631.0, 8612.0, 8632.0, 8598.0, 8639.0, 8617.0, 8636.0, 8666.0, 8615.0, 8650.0, 8613.0, 8595.0, 8609.0, 8592.0, 8612.0, 8676.0, 8612.0, 8656.0, 8610.0, 8618.0, 8588.0, 8621.0, 8605.0, 8587.0, 8591.0, 8603.0, 8584.0, 8587.0, 8657.0, 8590.0, 8634.0, 8591.0, 8599.0, 8607.0, 8613.0, 8604.0, 8612.0, 8588.0, 8586.0, 8573.0, 8611.0, 8654.0, 8614.0, 8643.0, 8612.0, 8610.0, 8612.0, 8625.0, 8614.0, 8611.0, 8630.0, 8666.0, 8659.0, 8678.0, 8644.0, 8652.0, 8632.0, 8661.0, 8639.0, 8613.0, 8607.0, 8609.0, 8608.0, 8612.0, 8624.0, 8633.0, 8648.0, 8617.0, 8661.0, 8614.0, 8621.0, 8611.0, 8627.0, 8637.0, 8612.0, 8614.0, 8612.0, 8594.0, 8632.0, 8663.0, 8614.0, 8663.0, 8623.0, 8629.0, 8625.0, 8637.0, 8620.0, 8641.0, 8604.0, 8634.0, 8659.0, 8641.0, 8662.0, 8667.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.0015084061930783238</td></tr>
<tr><td colspan=3>aqi</td><td>0.0471153946265938</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.25500780371929</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2188071573199628</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.994122905560621</td></tr>
<tr><td colspan=3>efc</td><td>0.5218</td></tr>
<tr><td colspan=3>fber</td><td>4916.6328</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1508943308704106</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>234</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.311475409836067</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5192203624112888</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3724686707086664</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7751035702000113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4100888463251886</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010641657747328281</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04282712563872337</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.421319852660718</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>19.8485</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8075</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8904</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284322.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>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.0573</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5094</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>431.1556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3002.5031</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>702.9537</td></tr>
<tr><td colspan=3>tsnr</td><td>30.397713715792634</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>