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

616 lines
No EOL
121 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-0100_ses-03_task-alignvideo_acq-mb8_run-03_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-0100_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_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-0100/ses-03/func/sub-0100_ses-03_task-alignvideo_acq-mb8_run-03_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>3b82b5aa54420edf2cd57f6b5775fcb8</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>10:29:0.857500</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.996395, 0.0474863, 0.0702958, -0.0381035, 0.990877, -0.129268]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116434</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7756, -7226, 57, -157, -98, 76, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8e7369dd-8645-4411-9144-abc5aefa49db||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.673255681991577, -0.10222883522510529, 0.20464107394218445, 110.77879333496094], [-0.12740226089954376, 2.658451557159424, -0.3405326008796692, -80.36979675292969], [0.18859855830669403, 0.34681570529937744, 2.6706104278564453, -104.8731918334961], [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, 1065]</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], 'AcquisitionTime': ['102900.857500', '102901.317500', '102901.777500', '102902.237500', '102902.697500', '102903.157500', '102903.617500', '102904.077500', '102904.537500', '102904.997500', '102905.457500', '102905.917500', '102906.377500', '102906.837500', '102907.297500', '102907.757500', '102908.217500', '102908.677500', '102909.137500', '102909.597500', '102910.057500', '102910.517500', '102910.977500', '102911.437500', '102911.897500', '102912.357500', '102912.817500', '102913.277500', '102913.737500', '102914.197500', '102914.657500', '102915.117500', '102915.577500', '102916.037500', '102916.497500', '102916.957500', '102917.417500', '102917.877500', '102918.337500', '102918.797500', '102919.257500', '102919.717500', '102920.177500', '102920.637500', '102921.097500', '102921.557500', '102922.017500', '102922.477500', '102922.937500', '102923.397500', '102923.857500', '102924.317500', '102924.777500', '102925.237500', '102925.697500', '102926.157500', '102926.617500', '102927.077500', '102927.537500', '102927.997500', '102928.457500', '102928.917500', '102929.377500', '102929.837500', '102930.297500', '102930.757500', '102931.217500', '102931.677500', '102932.137500', '102932.597500', '102933.057500', '102933.517500', '102933.977500', '102934.437500', '102934.897500', '102935.357500', '102935.817500', '102936.277500', '102936.737500', '102937.197500', '102937.657500', '102938.117500', '102938.577500', '102939.037500', '102939.497500', '102939.957500', '102940.417500', '102940.877500', '102941.337500', '102941.797500', '102942.257500', '102942.717500', '102943.177500', '102943.637500', '102944.097500', '102944.557500', '102945.017500', '102945.477500', '102945.937500', '102946.397500', '102946.857500', '102947.317500', '102947.777500', '102948.237500', '102948.697500', '102949.157500', '102949.617500', '102950.077500', '102950.537500', '102950.997500', '102951.457500', '102951.917500', '102952.377500', '102952.837500', '102953.297500', '102953.757500', '102954.217500', '102954.677500', '102955.137500', '102955.597500', '102956.057500', '102956.517500', '102956.977500', '102957.437500', '102957.897500', '102958.357500', '102958.817500', '102959.277500', '102959.737500', '103000.197500', '103000.657500', '103001.117500', '103001.577500', '103002.037500', '103002.497500', '103002.957500', '103003.417500', '103003.877500', '103004.337500', '103004.797500', '103005.257500', '103005.717500', '103006.177500', '103006.637500', '103007.097500', '103007.557500', '103008.017500', '103008.477500', '103008.937500', '103009.397500', '103009.857500', '103010.317500', '103010.777500', '103011.237500', '103011.697500', '103012.157500', '103012.617500', '103013.077500', '103013.537500', '103013.997500', '103014.457500', '103014.917500', '103015.377500', '103015.837500', '103016.297500', '103016.757500', '103017.217500', '103017.677500', '103018.137500', '103018.597500', '103019.057500', '103019.517500', '103019.977500', '103020.437500', '103020.897500', '103021.357500', '103021.817500', '103022.277500', '103022.737500', '103023.197500', '103023.657500', '103024.117500', '103024.577500', '103025.037500', '103025.497500', '103025.957500', '103026.417500', '103026.877500', '103027.337500', '103027.797500', '103028.257500', '103028.717500', '103029.177500', '103029.637500', '103030.097500', '103030.557500', '103031.017500', '103031.477500', '103031.937500', '103032.397500', '103032.857500', '103033.317500', '103033.777500', '103034.237500', '103034.697500', '103035.157500', '103035.617500', '103036.077500', '103036.537500', '103036.997500', '103037.457500', '103037.917500', '103038.377500', '103038.837500', '103039.297500', '103039.757500', '103040.217500', '103040.677500', '103041.137500', '103041.597500', '103042.057500', '103042.517500', '103042.977500', '103043.437500', '103043.897500', '103044.357500', '103044.817500', '103045.277500', '103045.737500', '103046.197500', '103046.657500', '103047.117500', '103047.577500', '103048.037500', '103048.497500', '103048.957500', '103049.417500', '103049.877500', '103050.337500', '103050.797500', '103051.257500', '103051.717500', '103052.177500', '103052.637500', '103053.097500', '103053.557500', '103054.017500', '103054.477500', '103054.937500', '103055.397500', '103055.857500', '103056.317500', '103056.777500', '103057.237500', '103057.697500', '103058.157500', '103058.617500', '103059.077500', '103059.537500', '103059.997500', '103100.457500', '103100.917500', '103101.377500', '103101.837500', '103102.297500', '103102.757500', '103103.217500', '103103.677500', '103104.137500', '103104.597500', '103105.057500', '103105.517500', '103105.977500', '103106.437500', '103106.897500', '103107.357500', '103107.817500', '103108.277500', '103108.737500', '103109.197500', '103109.657500', '103110.117500', '103110.577500', '103111.037500', '103111.497500', '103111.957500', '103112.417500', '103112.877500', '103113.337500', '103113.797500', '103114.257500', '103114.717500', '103115.177500', '103115.637500', '103116.097500', '103116.557500', '103117.017500', '103117.477500', '103117.937500', '103118.397500', '103118.857500', '103119.317500', '103119.777500', '103120.237500', '103120.697500', '103121.157500', '103121.617500', '103122.077500', '103122.537500', '103122.997500', '103123.457500', '103123.917500', '103124.377500', '103124.837500', '103125.297500', '103125.757500', '103126.217500', '103126.677500', '103127.137500', '103127.597500', '103128.057500', '103128.517500', '103128.977500', '103129.437500', '103129.897500', '103130.357500', '103130.817500', '103131.277500', '103131.737500', '103132.197500', '103132.657500', '103133.117500', '103133.577500', '103134.037500', '103134.497500', '103134.957500', '103135.417500', '103135.877500', '103136.337500', '103136.797500', '103137.257500', '103137.717500', '103138.177500', '103138.637500', '103139.097500', '103139.557500', '103140.017500', '103140.477500', '103140.937500', '103141.397500', '103141.857500', '103142.317500', '103142.777500', '103143.237500', '103143.697500', '103144.157500', '103144.617500', '103145.077500', '103145.537500', '103145.997500', '103146.457500', '103146.917500', '103147.377500', '103147.837500', '103148.297500', '103148.757500', '103149.217500', '103149.677500', '103150.137500', '103150.597500', '103151.057500', '103151.517500', '103151.977500', '103152.437500', '103152.897500', '103153.357500', '103153.817500', '103154.277500', '103154.737500', '103155.197500', '103155.657500', '103156.117500', '103156.577500', '103157.037500', '103157.497500', '103157.957500', '103158.417500', '103158.877500', '103159.337500', '103159.797500', '103200.257500', '103200.717500', '103201.177500', '103201.637500', '103202.097500', '103202.557500', '103203.017500', '103203.477500', '103203.937500', '103204.397500', '103204.857500', '103205.317500', '103205.777500', '103206.237500', '103206.697500', '103207.157500', '103207.617500', '103208.077500', '103208.537500', '103208.997500', '103209.457500', '103209.917500', '103210.377500', '103210.837500', '103211.297500', '103211.757500', '103212.217500', '103212.677500', '103213.137500', '103213.597500', '103214.057500', '103214.517500', '103214.977500', '103215.437500', '103215.897500', '103216.357500', '103216.817500', '103217.277500', '103217.737500', '103218.197500', '103218.657500', '103219.117500', '103219.577500', '103220.037500', '103220.497500', '103220.957500', '103221.417500', '103221.877500', '103222.337500', '103222.797500', '103223.257500', '103223.717500', '103224.177500', '103224.637500', '103225.097500', '103225.557500', '103226.017500', '103226.477500', '103226.937500', '103227.397500', '103227.857500', '103228.317500', '103228.777500', '103229.237500', '103229.697500', '103230.157500', '103230.617500', '103231.077500', '103231.537500', '103231.997500', '103232.457500', '103232.917500', '103233.377500', '103233.837500', '103234.297500', '103234.757500', '103235.217500', '103235.677500', '103236.137500', '103236.597500', '103237.057500', '103237.517500', '103237.977500', '103238.437500', '103238.897500', '103239.357500', '103239.817500', '103240.277500', '103240.737500', '103241.197500', '103241.657500', '103242.117500', '103242.577500', '103243.037500', '103243.497500', '103243.957500', '103244.417500', '103244.877500', '103245.337500', '103245.797500', '103246.257500', '103246.717500', '103247.177500', '103247.637500', '103248.097500', '103248.557500', '103249.017500', '103249.477500', '103249.937500', '103250.397500', '103250.857500', '103251.317500', '103251.777500', '103252.237500', '103252.697500', '103253.157500', '103253.617500', '103254.077500', '103254.537500', '103254.997500', '103255.457500', '103255.917500', '103256.377500', '103256.837500', '103257.297500', '103257.757500', '103258.217500', '103258.677500', '103259.137500', '103259.597500', '103300.057500', '103300.517500', '103300.977500', '103301.437500', '103301.897500', '103302.357500', '103302.817500', '103303.277500', '103303.737500', '103304.197500', '103304.657500', '103305.117500', '103305.577500', '103306.037500', '103306.497500', '103306.957500', '103307.417500', '103307.877500', '103308.337500', '103308.797500', '103309.257500', '103309.717500', '103310.177500', '103310.637500', '103311.097500', '103311.557500', '103312.017500', '103312.477500', '103312.937500', '103313.397500', '103313.857500', '103314.317500', '103314.777500', '103315.237500', '103315.697500', '103316.157500', '103316.617500', '103317.077500', '103317.537500', '103317.997500', '103318.457500', '103318.917500', '103319.377500', '103319.837500', '103320.297500', '103320.757500', '103321.217500', '103321.677500', '103322.137500', '103322.597500', '103323.057500', '103323.517500', '103323.977500', '103324.437500', '103324.897500', '103325.357500', '103325.817500', '103326.277500', '103326.737500', '103327.197500', '103327.657500', '103328.117500', '103328.577500', '103329.037500', '103329.497500', '103329.957500', '103330.417500', '103330.877500', '103331.337500', '103331.797500', '103332.257500', '103332.717500', '103333.177500', '103333.637500', '103334.097500', '103334.557500', '103335.017500', '103335.477500', '103335.937500', '103336.397500', '103336.857500', '103337.317500', '103337.777500', '103338.237500', '103338.697500', '103339.157500', '103339.617500', '103340.077500', '103340.537500', '103340.997500', '103341.457500', '103341.917500', '103342.377500', '103342.837500', '103343.297500', '103343.757500', '103344.217500', '103344.677500', '103345.137500', '103345.597500', '103346.057500', '103346.517500', '103346.977500', '103347.437500', '103347.897500', '103348.357500', '103348.817500', '103349.277500', '103349.737500', '103350.197500', '103350.657500', '103351.117500', '103351.577500', '103352.037500', '103352.497500', '103352.957500', '103353.417500', '103353.877500', '103354.337500', '103354.797500', '103355.257500', '103355.717500', '103356.177500', '103356.637500', '103357.097500', '103357.557500', '103358.017500', '103358.477500', '103358.937500', '103359.397500', '103359.857500', '103400.317500', '103400.777500', '103401.237500', '103401.697500', '103402.157500', '103402.617500', '103403.077500', '103403.537500', '103403.997500', '103404.457500', '103404.917500', '103405.377500', '103405.837500', '103406.297500', '103406.757500', '103407.217500', '103407.677500', '103408.137500', '103408.597500', '103409.057500', '103409.517500', '103409.977500', '103410.437500', '103410.897500', '103411.357500', '103411.817500', '103412.277500', '103412.737500', '103413.197500', '103413.657500', '103414.117500', '103414.577500', '103415.037500', '103415.497500', '103415.957500', '103416.417500', '103416.877500', '103417.337500', '103417.797500', '103418.257500', '103418.717500', '103419.177500', '103419.637500', '103420.097500', '103420.557500', '103421.017500', '103421.477500', '103421.937500', '103422.397500', '103422.857500', '103423.317500', '103423.777500', '103424.237500', '103424.697500', '103425.157500', '103425.617500', '103426.077500', '103426.537500', '103426.997500', '103427.457500', '103427.917500', '103428.377500', '103428.837500', '103429.297500', '103429.757500', '103430.217500', '103430.677500', '103431.137500', '103431.597500', '103432.057500', '103432.517500', '103432.977500', '103433.437500', '103433.897500', '103434.357500', '103434.817500', '103435.277500', '103435.737500', '103436.197500', '103436.657500', '103437.117500', '103437.577500', '103438.037500', '103438.497500', '103438.957500', '103439.417500', '103439.877500', '103440.337500', '103440.797500', '103441.257500', '103441.717500', '103442.177500', '103442.637500', '103443.097500', '103443.557500', '103444.017500', '103444.477500', '103444.937500', '103445.397500', '103445.857500', '103446.317500', '103446.777500', '103447.237500', '103447.697500', '103448.157500', '103448.617500', '103449.077500', '103449.537500', '103449.997500', '103450.457500', '103450.917500', '103451.377500', '103451.837500', '103452.297500', '103452.757500', '103453.217500', '103453.677500', '103454.137500', '103454.597500', '103455.057500', '103455.517500', '103455.977500', '103456.437500', '103456.897500', '103457.357500', '103457.817500', '103458.277500', '103458.737500', '103459.197500', '103459.657500', '103500.117500', '103500.577500', '103501.037500', '103501.497500', '103501.957500', '103502.417500', '103502.877500', '103503.337500', '103503.797500', '103504.257500', '103504.717500', '103505.177500', '103505.637500', '103506.097500', '103506.557500', '103507.017500', '103507.477500', '103507.937500', '103508.397500', '103508.857500', '103509.317500', '103509.777500', '103510.237500', '103510.697500', '103511.157500', '103511.617500', '103512.077500', '103512.537500', '103512.997500', '103513.457500', '103513.917500', '103514.377500', '103514.837500', '103515.297500', '103515.757500', '103516.217500', '103516.677500', '103517.137500', '103517.597500', '103518.057500', '103518.517500', '103518.977500', '103519.437500', '103519.897500', '103520.357500', '103520.817500', '103521.277500', '103521.737500', '103522.197500', '103522.657500', '103523.117500', '103523.577500', '103524.037500', '103524.497500', '103524.957500', '103525.417500', '103525.877500', '103526.337500', '103526.797500', '103527.257500', '103527.717500', '103528.177500', '103528.637500', '103529.097500', '103529.557500', '103530.017500', '103530.477500', '103530.937500', '103531.397500', '103531.857500', '103532.317500', '103532.777500', '103533.237500', '103533.697500', '103534.157500', '103534.617500', '103535.077500', '103535.537500', '103535.997500', '103536.457500', '103536.917500', '103537.377500', '103537.837500', '103538.297500', '103538.757500', '103539.217500', '103539.677500', '103540.137500', '103540.597500', '103541.057500', '103541.517500', '103541.977500', '103542.437500', '103542.897500', '103543.357500', '103543.817500', '103544.277500', '103544.737500', '103545.197500', '103545.657500', '103546.117500', '103546.577500', '103547.037500', '103547.497500', '103547.957500', '103548.417500', '103548.877500', '103549.337500', '103549.797500', '103550.257500', '103550.717500', '103551.177500', '103551.637500', '103552.097500', '103552.557500', '103553.017500', '103553.477500', '103553.937500', '103554.397500', '103554.857500', '103555.317500', '103555.777500', '103556.237500', '103556.697500', '103557.157500', '103557.617500', '103558.077500', '103558.537500', '103558.997500', '103559.457500', '103559.917500', '103600.377500', '103600.837500', '103601.297500', '103601.757500', '103602.217500', '103602.677500', '103603.137500', '103603.597500', '103604.057500', '103604.517500', '103604.977500', '103605.437500', '103605.897500', '103606.357500', '103606.817500', '103607.277500', '103607.737500', '103608.197500', '103608.657500', '103609.117500', '103609.577500', '103610.037500', '103610.497500', '103610.957500', '103611.417500', '103611.877500', '103612.337500', '103612.797500', '103613.257500', '103613.717500', '103614.177500', '103614.637500', '103615.097500', '103615.557500', '103616.017500', '103616.477500', '103616.937500', '103617.397500', '103617.857500', '103618.317500', '103618.777500', '103619.237500', '103619.697500', '103620.157500', '103620.617500', '103621.077500', '103621.537500', '103621.997500', '103622.457500', '103622.917500', '103623.377500', '103623.837500', '103624.297500', '103624.757500', '103625.217500', '103625.677500', '103626.137500', '103626.597500', '103627.057500', '103627.517500', '103627.977500', '103628.437500', '103628.897500', '103629.357500', '103629.817500', '103630.277500', '103630.737500', '103631.197500', '103631.657500', '103632.117500', '103632.577500', '103633.037500', '103633.497500', '103633.957500', '103634.417500', '103634.877500', '103635.337500', '103635.797500', '103636.257500', '103636.717500', '103637.177500', '103637.637500', '103638.097500', '103638.557500', '103639.017500', '103639.477500', '103639.937500', '103640.397500', '103640.857500', '103641.317500', '103641.777500', '103642.237500', '103642.697500', '103643.157500', '103643.617500', '103644.077500', '103644.537500', '103644.997500', '103645.457500', '103645.917500', '103646.377500', '103646.837500', '103647.297500', '103647.757500', '103648.217500', '103648.677500', '103649.137500', '103649.597500', '103650.057500', '103650.517500', '103650.977500', '103651.437500', '103651.897500', '103652.357500', '103652.817500', '103653.277500', '103653.737500', '103654.197500', '103654.657500', '103655.117500', '103655.577500', '103656.037500', '103656.497500', '103656.957500', '103657.417500', '103657.877500', '103658.337500', '103658.797500', '103659.257500', '103659.717500', '103700.177500', '103700.637500', '103701.097500', '103701.557500', '103702.017500', '103702.477500', '103702.937500', '103703.397500', '103703.857500', '103704.317500', '103704.777500', '103705.237500', '103705.697500', '103706.157500', '103706.617500', '103707.077500', '103707.537500', '103707.997500', '103708.457500', '103708.917500', '103709.377500', '103709.837500', '103710.297500'], 'ContentTime': ['102917.715000', '102917.718000', '102917.722000', '102917.743000', '102917.746000', '102917.748000', '102917.751000', '102917.753000', '102917.756000', '102917.759000', '102917.761000', '102917.764000', '102917.766000', '102917.769000', '102917.772000', '102917.777000', '102917.780000', '102917.783000', '102917.785000', '102917.788000', '102917.790000', '102917.793000', '102917.796000', '102917.798000', '102917.801000', '102917.803000', '102917.806000', '102917.809000', '102917.811000', '102917.814000', '102917.817000', '102917.819000', '102917.822000', '102937.679000', '102937.682000', '102937.685000', '102937.688000', '102937.690000', '102937.695000', '102937.697000', '102937.700000', '102937.703000', '102937.705000', '102937.708000', '102937.711000', '102937.713000', '102937.716000', '102937.719000', '102937.721000', '102937.724000', '102937.727000', '102937.729000', '102937.732000', '102937.735000', '102937.737000', '102937.740000', '102937.743000', '102937.745000', '102937.748000', '102937.759000', '102937.762000', '102937.765000', '102937.768000', '102937.770000', '102937.773000', '102937.775000', '102937.778000', '102937.781000', '102937.783000', '102937.786000', '102937.789000', '102937.791000', '102937.794000', '102937.796000', '102937.799000', '102937.802000', '102937.804000', '102957.679000', '102957.682000', '102957.685000', '102957.688000', '102957.690000', '102957.693000', '102957.696000', '102957.698000', '102957.701000', '102957.703000', '102957.706000', '102957.709000', '102957.711000', '102957.714000', '102957.726000', '102957.728000', '102957.731000', '102957.734000', '102957.736000', '102957.739000', '102957.741000', '102957.744000', '102957.747000', '102957.749000', '102957.752000', '102957.755000', '102957.757000', '102957.760000', '102957.762000', '102957.765000', '102957.768000', '102957.770000', '102957.773000', '102957.776000', '102957.778000', '102957.781000', '102957.783000', '102957.786000', '102957.789000', '102957.791000', '102957.794000', '102957.797000', '102957.799000', '103017.680000', '103017.682000', '103017.685000', '103017.688000', '103017.691000', '103017.693000', '103017.696000', '103017.699000', '103017.701000', '103017.704000', '103017.707000', '103017.709000', '103017.712000', '103017.715000', '103017.717000', '103017.720000', '103017.723000', '103017.725000', '103017.728000', '103017.731000', '103017.733000', '103017.736000', '103017.739000', '103017.741000', '103017.744000', '103017.746000', '103017.749000', '103017.752000', '103017.754000', '103017.757000', '103017.760000', '103017.762000', '103017.765000', '103017.768000', '103017.770000', '103017.773000', '103017.783000', '103017.786000', '103017.788000', '103017.791000', '103017.794000', '103017.796000', '103017.799000', '103017.801000', '103037.679000', '103037.682000', '103037.685000', '103037.688000', '103037.691000', '103037.693000', '103037.696000', '103037.699000', '103037.701000', '103037.704000', '103037.707000', '103037.709000', '103037.712000', '103037.715000', '103037.718000', '103037.721000', '103037.723000', '103037.726000', '103037.729000', '103037.789000', '103037.791000', '103037.794000', '103037.797000', '103037.800000', '103037.802000', '103037.805000', '103037.808000', '103037.810000', '103037.813000', '103037.816000', '103037.818000', '103037.821000', '103037.824000', '103037.826000', '103037.829000', '103037.831000', '103037.834000', '103037.837000', '103037.839000', '103037.842000', '103037.845000', '103037.847000', '103037.850000', '103057.679000', '103057.682000', '103057.685000', '103057.689000', '103057.691000', '103057.694000', '103057.697000', '103057.699000', '103057.702000', '103057.705000', '103057.707000', '103057.710000', '103057.713000', '103057.715000', '103057.718000', '103057.720000', '103057.723000', '103057.726000', '103057.728000', '103057.731000', '103057.734000', '103057.736000', '103057.739000', '103057.742000', '103057.744000', '103057.747000', '103057.749000', '103057.752000', '103057.755000', '103057.757000', '103057.760000', '103057.763000', '103057.766000', '103057.768000', '103057.771000', '103057.774000', '103057.776000', '103057.779000', '103057.781000', '103057.784000', '103057.787000', '103057.789000', '103057.792000', '103057.794000', '103117.679000', '103117.682000', '103117.684000', '103117.687000', '103117.690000', '103117.692000', '103117.695000', '103117.698000', '103117.700000', '103117.703000', '103117.706000', '103117.708000', '103117.711000', '103117.714000', '103117.716000', '103117.719000', '103117.722000', '103117.725000', '103117.727000', '103117.731000', '103117.734000', '103117.737000', '103117.739000', '103117.742000', '103117.745000', '103117.748000', '103117.750000', '103117.753000', '103117.756000', '103117.758000', '103117.761000', '103117.764000', '103117.767000', '103117.769000', '103117.772000', '103117.775000', '103117.777000', '103117.780000', '103117.783000', '103117.785000', '103117.788000', '103117.791000', '103117.793000', '103137.678000', '103137.681000', '103137.684000', '103137.687000', '103137.689000', '103137.692000', '103137.695000', '103137.697000', '103137.700000', '103137.703000', '103137.705000', '103137.708000', '103137.710000', '103137.713000', '103137.716000', '103137.718000', '103137.721000', '103137.724000', '103137.726000', '103137.729000', '103137.731000', '103137.734000', '103137.737000', '103137.740000', '103137.742000', '103137.745000', '103137.748000', '103137.750000', '103137.753000', '103137.755000', '103137.758000', '103137.761000', '103137.764000', '103137.766000', '103137.769000', '103137.771000', '103137.774000', '103137.777000', '103137.779000', '103137.782000', '103137.784000', '103137.787000', '103137.790000', '103137.792000', '103157.679000', '103157.682000', '103157.685000', '103157.688000', '103157.691000', '103157.693000', '103157.696000', '103157.699000', '103157.701000', '103157.704000', '103157.707000', '103157.709000', '103157.712000', '103157.715000', '103157.717000', '103157.720000', '103157.723000', '103157.725000', '103157.728000', '103157.731000', '103157.733000', '103157.736000', '103157.738000', '103157.741000', '103157.744000', '103157.746000', '103157.749000', '103157.751000', '103157.755000', '103157.758000', '103157.761000', '103157.763000', '103157.766000', '103157.769000', '103157.771000', '103157.774000', '103157.777000', '103157.779000', '103157.782000', '103157.785000', '103157.788000', '103157.790000', '103157.793000', '103217.679000', '103217.695000', '103217.698000', '103217.700000', '103217.703000', '103217.706000', '103217.708000', '103217.711000', '103217.713000', '103217.716000', '103217.719000', '103217.722000', '103217.724000', '103217.727000', '103217.730000', '103217.732000', '103217.735000', '103217.738000', '103217.740000', '103217.743000', '103217.746000', '103217.748000', '103217.751000', '103217.754000', '103217.756000', '103217.759000', '103217.762000', '103217.764000', '103217.767000', '103217.770000', '103217.772000', '103217.775000', '103217.777000', '103217.780000', '103217.783000', '103217.785000', '103217.788000', '103217.791000', '103217.793000', '103217.796000', '103217.799000', '103217.801000', '103217.804000', '103217.807000', '103237.679000', '103237.682000', '103237.685000', '103237.688000', '103237.691000', '103237.693000', '103237.696000', '103237.699000', '103237.701000', '103237.704000', '103237.706000', '103237.709000', '103237.712000', '103237.714000', '103237.717000', '103237.720000', '103237.722000', '103237.725000', '103237.728000', '103237.730000', '103237.733000', '103237.735000', '103237.738000', '103237.741000', '103237.743000', '103237.746000', '103237.749000', '103237.751000', '103237.754000', '103237.757000', '103237.760000', '103237.763000', '103237.766000', '103237.769000', '103237.772000', '103237.774000', '103237.777000', '103237.780000', '103237.782000', '103237.785000', '103237.788000', '103237.790000', '103237.793000', '103257.680000', '103257.683000', '103257.685000', '103257.688000', '103257.691000', '103257.694000', '103257.696000', '103257.699000', '103257.702000', '103257.704000', '103257.707000', '103257.709000', '103257.712000', '103257.715000', '103257.717000', '103257.720000', '103257.723000', '103257.725000', '103257.728000', '103257.734000', '103257.737000', '103257.740000', '103257.742000', '103257.745000', '103257.747000', '103257.750000', '103257.753000', '103257.755000', '103257.758000', '103257.761000', '103257.763000', '103257.766000', '103257.769000', '103257.771000', '103257.774000', '103257.776000', '103257.779000', '103257.782000', '103257.784000', '103257.787000', '103257.790000', '103257.792000', '103257.795000', '103257.797000', '103317.679000', '103317.682000', '103317.685000', '103317.688000', '103317.690000', '103317.693000', '103317.695000', '103317.698000', '103317.701000', '103317.703000', '103317.706000', '103317.709000', '103317.711000', '103317.714000', '103317.717000', '103317.719000', '103317.722000', '103317.724000', '103317.735000', '103317.738000', '103317.740000', '103317.743000', '103317.746000', '103317.748000', '103317.751000', '103317.753000', '103317.756000', '103317.759000', '103317.761000', '103317.764000', '103317.767000', '103317.770000', '103317.772000', '103317.775000', '103317.778000', '103317.780000', '103317.783000', '103317.785000', '103317.788000', '103317.791000', '103317.794000', '103317.797000', '103317.800000', '103337.678000', '103337.681000', '103337.685000', '103337.687000', '103337.690000', '103337.693000', '103337.695000', '103337.698000', '103337.701000', '103337.703000', '103337.706000', '103337.709000', '103337.711000', '103337.714000', '103337.716000', '103337.719000', '103337.722000', '103337.725000', '103337.727000', '103337.730000', '103337.733000', '103337.735000', '103337.738000', '103337.741000', '103337.743000', '103337.746000', '103337.761000', '103337.764000', '103337.767000', '103337.769000', '103337.772000', '103337.775000', '103337.778000', '103337.780000', '103337.783000', '103337.786000', '103337.788000', '103337.791000', '103337.794000', '103337.796000', '103337.799000', '103337.802000', '103337.804000', '103357.679000', '103357.682000', '103357.685000', '103357.688000', '103357.690000', '103357.693000', '103357.696000', '103357.698000', '103357.701000', '103357.704000', '103357.706000', '103357.709000', '103357.712000', '103357.714000', '103357.717000', '103357.720000', '103357.722000', '103357.725000', '103357.727000', '103357.730000', '103357.733000', '103357.735000', '103357.738000', '103357.740000', '103357.743000', '103357.746000', '103357.748000', '103357.751000', '103357.754000', '103357.756000', '103357.759000', '103357.762000', '103357.765000', '103357.767000', '103357.770000', '103357.773000', '103357.775000', '103357.778000', '103357.780000', '103357.783000', '103357.786000', '103357.788000', '103357.791000', '103357.794000', '103417.679000', '103417.682000', '103417.685000', '103417.688000', '103417.690000', '103417.693000', '103417.696000', '103417.698000', '103417.701000', '103417.704000', '103417.707000', '103417.709000', '103417.712000', '103417.714000', '103417.717000', '103417.720000', '103417.723000', '103417.725000', '103417.728000', '103417.731000', '103417.733000', '103417.736000', '103417.738000', '103417.741000', '103417.744000', '103417.746000', '103417.749000', '103417.752000', '103417.755000', '103417.757000', '103417.768000', '103417.771000', '103417.773000', '103417.776000', '103417.778000', '103417.781000', '103417.784000', '103417.786000', '103417.789000', '103417.792000', '103417.794000', '103417.797000', '103417.800000', '103417.802000', '103437.680000', '103437.683000', '103437.685000', '103437.688000', '103437.691000', '103437.693000', '103437.696000', '103437.698000', '103437.701000', '103437.715000', '103437.717000', '103437.720000', '103437.723000', '103437.725000', '103437.728000', '103437.730000', '103437.733000', '103437.736000', '103437.738000', '103437.741000', '103437.744000', '103437.746000', '103437.749000', '103437.752000', '103437.754000', '103437.757000', '103437.760000', '103437.762000', '103437.765000', '103437.768000', '103437.770000', '103437.773000', '103437.775000', '103437.778000', '103437.781000', '103437.783000', '103437.786000', '103437.789000', '103437.791000', '103437.794000', '103437.797000', '103437.800000', '103437.803000', '103457.679000', '103457.682000', '103457.685000', '103457.688000', '103457.690000', '103457.693000', '103457.695000', '103457.698000', '103457.701000', '103457.703000', '103457.706000', '103457.709000', '103457.711000', '103457.714000', '103457.717000', '103457.720000', '103457.722000', '103457.739000', '103457.742000', '103457.744000', '103457.747000', '103457.750000', '103457.753000', '103457.755000', '103457.758000', '103457.761000', '103457.764000', '103457.766000', '103457.769000', '103457.772000', '103457.774000', '103457.777000', '103457.779000', '103457.782000', '103457.785000', '103457.787000', '103457.790000', '103457.793000', '103457.796000', '103457.798000', '103457.801000', '103457.804000', '103457.806000', '103517.680000', '103517.682000', '103517.685000', '103517.688000', '103517.691000', '103517.693000', '103517.696000', '103517.698000', '103517.701000', '103517.704000', '103517.706000', '103517.709000', '103517.712000', '103517.714000', '103517.717000', '103517.719000', '103517.722000', '103517.725000', '103517.727000', '103517.730000', '103517.733000', '103517.735000', '103517.738000', '103517.741000', '103517.743000', '103517.746000', '103517.749000', '103517.751000', '103517.754000', '103517.756000', '103517.759000', '103517.762000', '103517.764000', '103517.767000', '103517.770000', '103517.772000', '103517.775000', '103517.778000', '103517.780000', '103517.783000', '103517.785000', '103517.788000', '103517.791000', '103517.793000', '103537.680000', '103537.682000', '103537.685000', '103537.689000', '103537.691000', '103537.694000', '103537.697000', '103537.700000', '103537.703000', '103537.705000', '103537.708000', '103537.711000', '103537.713000', '103537.716000', '103537.721000', '103537.724000', '103537.727000', '103537.729000', '103537.732000', '103537.735000', '103537.738000', '103537.740000', '103537.743000', '103537.745000', '103537.748000', '103537.751000', '103537.753000', '103537.756000', '103537.759000', '103537.761000', '103537.764000', '103537.767000', '103537.769000', '103537.772000', '103537.775000', '103537.777000', '103537.780000', '103537.783000', '103537.785000', '103537.788000', '103537.790000', '103537.793000', '103537.796000', '103557.678000', '103557.681000', '103557.684000', '103557.687000', '103557.690000', '103557.692000', '103557.695000', '103557.698000', '103557.700000', '103557.703000', '103557.705000', '103557.708000', '103557.711000', '103557.713000', '103557.716000', '103557.719000', '103557.721000', '103557.724000', '103557.726000', '103557.729000', '103557.732000', '103557.734000', '103557.737000', '103557.740000', '103557.742000', '103557.745000', '103557.747000', '103557.750000', '103557.753000', '103557.756000', '103557.758000', '103557.761000', '103557.764000', '103557.766000', '103557.769000', '103557.772000', '103557.774000', '103557.777000', '103557.780000', '103557.782000', '103557.785000', '103557.788000', '103557.790000', '103557.793000', '103617.679000', '103617.681000', '103617.684000', '103617.687000', '103617.690000', '103617.692000', '103617.695000', '103617.698000', '103617.700000', '103617.703000', '103617.706000', '103617.708000', '103617.711000', '103617.714000', '103617.716000', '103617.719000', '103617.722000', '103617.724000', '103617.727000', '103617.730000', '103617.732000', '103617.735000', '103617.738000', '103617.740000', '103617.743000', '103617.746000', '103617.748000', '103617.751000', '103617.754000', '103617.756000', '103617.759000', '103617.762000', '103617.764000', '103617.767000', '103617.769000', '103617.772000', '103617.775000', '103617.777000', '103617.780000', '103617.783000', '103617.785000', '103617.788000', '103617.790000', '103617.793000', '103637.680000', '103637.684000', '103637.686000', '103637.730000', '103637.733000', '103637.736000', '103637.738000', '103637.741000', '103637.743000', '103637.746000', '103637.749000', '103637.751000', '103637.754000', '103637.757000', '103637.759000', '103637.762000', '103637.765000', '103637.767000', '103637.770000', '103637.773000', '103637.775000', '103637.778000', '103637.781000', '103637.783000', '103637.786000', '103637.789000', '103637.791000', '103637.794000', '103637.796000', '103637.799000', '103637.802000', '103637.804000', '103637.807000', '103637.810000', '103637.812000', '103637.815000', '103637.817000', '103637.820000', '103637.823000', '103637.825000', '103637.828000', '103637.831000', '103637.833000', '103657.680000', '103657.682000', '103657.685000', '103657.688000', '103657.690000', '103657.693000', '103657.696000', '103657.698000', '103657.701000', '103657.704000', '103657.706000', '103657.709000', '103657.712000', '103657.714000', '103657.717000', '103657.720000', '103657.722000', '103657.725000', '103657.728000', '103657.730000', '103657.733000', '103657.736000', '103657.739000', '103657.741000', '103657.744000', '103657.747000', '103657.749000', '103657.752000', '103657.755000', '103657.757000', '103657.760000', '103657.763000', '103657.765000', '103657.768000', '103657.770000', '103657.773000', '103657.776000', '103657.778000', '103657.781000', '103657.784000', '103657.786000', '103657.789000', '103657.792000', '103711.862000', '103711.865000', '103711.868000', '103711.870000', '103711.873000', '103711.876000', '103711.878000', '103711.881000', '103711.884000', '103711.886000', '103711.889000', '103711.892000', '103711.894000', '103711.897000', '103711.900000', '103711.902000', '103711.905000', '103711.908000', '103711.910000', '103711.913000', '103711.916000', '103711.918000', '103711.921000', '103711.923000', '103711.926000', '103711.929000', '103711.932000', '103711.934000', '103711.937000', '103711.940000', '103711.942000', '103711.955000'], 'InstanceCreationTime': ['102917.715000', '102917.718000', '102917.722000', '102917.743000', '102917.746000', '102917.748000', '102917.751000', '102917.753000', '102917.756000', '102917.759000', '102917.761000', '102917.764000', '102917.766000', '102917.769000', '102917.772000', '102917.777000', '102917.780000', '102917.783000', '102917.785000', '102917.788000', '102917.790000', '102917.793000', '102917.796000', '102917.798000', '102917.801000', '102917.803000', '102917.806000', '102917.809000', '102917.811000', '102917.814000', '102917.817000', '102917.819000', '102917.822000', '102937.679000', '102937.682000', '102937.685000', '102937.688000', '102937.690000', '102937.695000', '102937.697000', '102937.700000', '102937.703000', '102937.705000', '102937.708000', '102937.711000', '102937.713000', '102937.716000', '102937.719000', '102937.721000', '102937.724000', '102937.727000', '102937.729000', '102937.732000', '102937.735000', '102937.737000', '102937.740000', '102937.743000', '102937.745000', '102937.748000', '102937.759000', '102937.762000', '102937.765000', '102937.768000', '102937.770000', '102937.773000', '102937.775000', '102937.778000', '102937.781000', '102937.783000', '102937.786000', '102937.789000', '102937.791000', '102937.794000', '102937.796000', '102937.799000', '102937.802000', '102937.804000', '102957.679000', '102957.682000', '102957.685000', '102957.688000', '102957.690000', '102957.693000', '102957.696000', '102957.698000', '102957.701000', '102957.703000', '102957.706000', '102957.709000', '102957.711000', '102957.714000', '102957.726000', '102957.728000', '102957.731000', '102957.734000', '102957.736000', '102957.739000', '102957.741000', '102957.744000', '102957.747000', '102957.749000', '102957.752000', '102957.755000', '102957.757000', '102957.760000', '102957.762000', '102957.765000', '102957.768000', '102957.770000', '102957.773000', '102957.776000', '102957.778000', '102957.781000', '102957.783000', '102957.786000', '102957.789000', '102957.791000', '102957.794000', '102957.797000', '102957.799000', '103017.680000', '103017.682000', '103017.685000', '103017.688000', '103017.691000', '103017.693000', '103017.696000', '103017.699000', '103017.701000', '103017.704000', '103017.707000', '103017.709000', '103017.712000', '103017.715000', '103017.717000', '103017.720000', '103017.723000', '103017.725000', '103017.728000', '103017.731000', '103017.733000', '103017.736000', '103017.739000', '103017.741000', '103017.744000', '103017.746000', '103017.749000', '103017.752000', '103017.754000', '103017.757000', '103017.760000', '103017.762000', '103017.765000', '103017.768000', '103017.770000', '103017.773000', '103017.783000', '103017.786000', '103017.788000', '103017.791000', '103017.794000', '103017.796000', '103017.799000', '103017.801000', '103037.679000', '103037.682000', '103037.685000', '103037.688000', '103037.691000', '103037.693000', '103037.696000', '103037.699000', '103037.701000', '103037.704000', '103037.707000', '103037.709000', '103037.712000', '103037.715000', '103037.718000', '103037.721000', '103037.723000', '103037.726000', '103037.729000', '103037.789000', '103037.791000', '103037.794000', '103037.797000', '103037.800000', '103037.802000', '103037.805000', '103037.808000', '103037.810000', '103037.813000', '103037.816000', '103037.818000', '103037.821000', '103037.824000', '103037.826000', '103037.829000', '103037.831000', '103037.834000', '103037.837000', '103037.839000', '103037.842000', '103037.845000', '103037.847000', '103037.850000', '103057.679000', '103057.682000', '103057.685000', '103057.689000', '103057.691000', '103057.694000', '103057.697000', '103057.699000', '103057.702000', '103057.705000', '103057.707000', '103057.710000', '103057.713000', '103057.715000', '103057.718000', '103057.720000', '103057.723000', '103057.726000', '103057.728000', '103057.731000', '103057.734000', '103057.736000', '103057.739000', '103057.742000', '103057.744000', '103057.747000', '103057.749000', '103057.752000', '103057.755000', '103057.757000', '103057.760000', '103057.763000', '103057.766000', '103057.768000', '103057.771000', '103057.774000', '103057.776000', '103057.779000', '103057.781000', '103057.784000', '103057.787000', '103057.789000', '103057.792000', '103057.794000', '103117.679000', '103117.682000', '103117.684000', '103117.687000', '103117.690000', '103117.692000', '103117.695000', '103117.698000', '103117.700000', '103117.703000', '103117.706000', '103117.708000', '103117.711000', '103117.714000', '103117.716000', '103117.719000', '103117.722000', '103117.725000', '103117.727000', '103117.731000', '103117.734000', '103117.737000', '103117.739000', '103117.742000', '103117.745000', '103117.748000', '103117.750000', '103117.753000', '103117.756000', '103117.758000', '103117.761000', '103117.764000', '103117.767000', '103117.769000', '103117.772000', '103117.775000', '103117.777000', '103117.780000', '103117.783000', '103117.785000', '103117.788000', '103117.791000', '103117.793000', '103137.678000', '103137.681000', '103137.684000', '103137.687000', '103137.689000', '103137.692000', '103137.695000', '103137.697000', '103137.700000', '103137.703000', '103137.705000', '103137.708000', '103137.710000', '103137.713000', '103137.716000', '103137.718000', '103137.721000', '103137.724000', '103137.726000', '103137.729000', '103137.731000', '103137.734000', '103137.737000', '103137.740000', '103137.742000', '103137.745000', '103137.748000', '103137.750000', '103137.753000', '103137.755000', '103137.758000', '103137.761000', '103137.764000', '103137.766000', '103137.769000', '103137.771000', '103137.774000', '103137.777000', '103137.779000', '103137.782000', '103137.784000', '103137.787000', '103137.790000', '103137.792000', '103157.679000', '103157.682000', '103157.685000', '103157.688000', '103157.691000', '103157.693000', '103157.696000', '103157.699000', '103157.701000', '103157.704000', '103157.707000', '103157.709000', '103157.712000', '103157.715000', '103157.717000', '103157.720000', '103157.723000', '103157.725000', '103157.728000', '103157.731000', '103157.733000', '103157.736000', '103157.738000', '103157.741000', '103157.744000', '103157.746000', '103157.749000', '103157.751000', '103157.755000', '103157.758000', '103157.761000', '103157.763000', '103157.766000', '103157.769000', '103157.771000', '103157.774000', '103157.777000', '103157.779000', '103157.782000', '103157.785000', '103157.788000', '103157.790000', '103157.793000', '103217.679000', '103217.695000', '103217.698000', '103217.700000', '103217.703000', '103217.706000', '103217.708000', '103217.711000', '103217.713000', '103217.716000', '103217.719000', '103217.722000', '103217.724000', '103217.727000', '103217.730000', '103217.732000', '103217.735000', '103217.738000', '103217.740000', '103217.743000', '103217.746000', '103217.748000', '103217.751000', '103217.754000', '103217.756000', '103217.759000', '103217.762000', '103217.764000', '103217.767000', '103217.770000', '103217.772000', '103217.775000', '103217.777000', '103217.780000', '103217.783000', '103217.785000', '103217.788000', '103217.791000', '103217.793000', '103217.796000', '103217.799000', '103217.801000', '103217.804000', '103217.807000', '103237.679000', '103237.682000', '103237.685000', '103237.688000', '103237.691000', '103237.693000', '103237.696000', '103237.699000', '103237.701000', '103237.704000', '103237.706000', '103237.709000', '103237.712000', '103237.714000', '103237.717000', '103237.720000', '103237.722000', '103237.725000', '103237.728000', '103237.730000', '103237.733000', '103237.735000', '103237.738000', '103237.741000', '103237.743000', '103237.746000', '103237.749000', '103237.751000', '103237.754000', '103237.757000', '103237.760000', '103237.763000', '103237.766000', '103237.769000', '103237.772000', '103237.774000', '103237.777000', '103237.780000', '103237.782000', '103237.785000', '103237.788000', '103237.790000', '103237.793000', '103257.680000', '103257.683000', '103257.685000', '103257.688000', '103257.691000', '103257.694000', '103257.696000', '103257.699000', '103257.702000', '103257.704000', '103257.707000', '103257.709000', '103257.712000', '103257.715000', '103257.717000', '103257.720000', '103257.723000', '103257.725000', '103257.728000', '103257.734000', '103257.737000', '103257.740000', '103257.742000', '103257.745000', '103257.747000', '103257.750000', '103257.753000', '103257.755000', '103257.758000', '103257.761000', '103257.763000', '103257.766000', '103257.769000', '103257.771000', '103257.774000', '103257.776000', '103257.779000', '103257.782000', '103257.784000', '103257.787000', '103257.790000', '103257.792000', '103257.795000', '103257.797000', '103317.679000', '103317.682000', '103317.685000', '103317.688000', '103317.690000', '103317.693000', '103317.695000', '103317.698000', '103317.701000', '103317.703000', '103317.706000', '103317.709000', '103317.711000', '103317.714000', '103317.717000', '103317.719000', '103317.722000', '103317.724000', '103317.735000', '103317.738000', '103317.740000', '103317.743000', '103317.746000', '103317.748000', '103317.751000', '103317.753000', '103317.756000', '103317.759000', '103317.761000', '103317.764000', '103317.767000', '103317.770000', '103317.772000', '103317.775000', '103317.778000', '103317.780000', '103317.783000', '103317.785000', '103317.788000', '103317.791000', '103317.794000', '103317.797000', '103317.800000', '103337.678000', '103337.681000', '103337.685000', '103337.687000', '103337.690000', '103337.693000', '103337.695000', '103337.698000', '103337.701000', '103337.703000', '103337.706000', '103337.709000', '103337.711000', '103337.714000', '103337.716000', '103337.719000', '103337.722000', '103337.725000', '103337.727000', '103337.730000', '103337.733000', '103337.735000', '103337.738000', '103337.741000', '103337.743000', '103337.746000', '103337.761000', '103337.764000', '103337.767000', '103337.769000', '103337.772000', '103337.775000', '103337.778000', '103337.780000', '103337.783000', '103337.786000', '103337.788000', '103337.791000', '103337.794000', '103337.796000', '103337.799000', '103337.802000', '103337.804000', '103357.679000', '103357.682000', '103357.685000', '103357.688000', '103357.690000', '103357.693000', '103357.696000', '103357.698000', '103357.701000', '103357.704000', '103357.706000', '103357.709000', '103357.712000', '103357.714000', '103357.717000', '103357.720000', '103357.722000', '103357.725000', '103357.727000', '103357.730000', '103357.733000', '103357.735000', '103357.738000', '103357.740000', '103357.743000', '103357.746000', '103357.748000', '103357.751000', '103357.754000', '103357.756000', '103357.759000', '103357.762000', '103357.765000', '103357.767000', '103357.770000', '103357.773000', '103357.775000', '103357.778000', '103357.780000', '103357.783000', '103357.786000', '103357.788000', '103357.791000', '103357.794000', '103417.679000', '103417.682000', '103417.685000', '103417.688000', '103417.690000', '103417.693000', '103417.696000', '103417.698000', '103417.701000', '103417.704000', '103417.707000', '103417.709000', '103417.712000', '103417.714000', '103417.717000', '103417.720000', '103417.723000', '103417.725000', '103417.728000', '103417.731000', '103417.733000', '103417.736000', '103417.738000', '103417.741000', '103417.744000', '103417.746000', '103417.749000', '103417.752000', '103417.755000', '103417.757000', '103417.768000', '103417.771000', '103417.773000', '103417.776000', '103417.778000', '103417.781000', '103417.784000', '103417.786000', '103417.789000', '103417.792000', '103417.794000', '103417.797000', '103417.800000', '103417.802000', '103437.680000', '103437.683000', '103437.685000', '103437.688000', '103437.691000', '103437.693000', '103437.696000', '103437.698000', '103437.701000', '103437.715000', '103437.717000', '103437.720000', '103437.723000', '103437.725000', '103437.728000', '103437.730000', '103437.733000', '103437.736000', '103437.738000', '103437.741000', '103437.744000', '103437.746000', '103437.749000', '103437.752000', '103437.754000', '103437.757000', '103437.760000', '103437.762000', '103437.765000', '103437.768000', '103437.770000', '103437.773000', '103437.775000', '103437.778000', '103437.781000', '103437.783000', '103437.786000', '103437.789000', '103437.791000', '103437.794000', '103437.797000', '103437.800000', '103437.803000', '103457.679000', '103457.682000', '103457.685000', '103457.688000', '103457.690000', '103457.693000', '103457.695000', '103457.698000', '103457.701000', '103457.703000', '103457.706000', '103457.709000', '103457.711000', '103457.714000', '103457.717000', '103457.720000', '103457.722000', '103457.739000', '103457.742000', '103457.744000', '103457.747000', '103457.750000', '103457.753000', '103457.755000', '103457.758000', '103457.761000', '103457.764000', '103457.766000', '103457.769000', '103457.772000', '103457.774000', '103457.777000', '103457.779000', '103457.782000', '103457.785000', '103457.787000', '103457.790000', '103457.793000', '103457.796000', '103457.798000', '103457.801000', '103457.804000', '103457.806000', '103517.680000', '103517.682000', '103517.685000', '103517.688000', '103517.691000', '103517.693000', '103517.696000', '103517.698000', '103517.701000', '103517.704000', '103517.706000', '103517.709000', '103517.712000', '103517.714000', '103517.717000', '103517.719000', '103517.722000', '103517.725000', '103517.727000', '103517.730000', '103517.733000', '103517.735000', '103517.738000', '103517.741000', '103517.743000', '103517.746000', '103517.749000', '103517.751000', '103517.754000', '103517.756000', '103517.759000', '103517.762000', '103517.764000', '103517.767000', '103517.770000', '103517.772000', '103517.775000', '103517.778000', '103517.780000', '103517.783000', '103517.785000', '103517.788000', '103517.791000', '103517.793000', '103537.680000', '103537.682000', '103537.685000', '103537.689000', '103537.691000', '103537.694000', '103537.697000', '103537.700000', '103537.703000', '103537.705000', '103537.708000', '103537.711000', '103537.713000', '103537.716000', '103537.721000', '103537.724000', '103537.727000', '103537.729000', '103537.732000', '103537.735000', '103537.738000', '103537.740000', '103537.743000', '103537.745000', '103537.748000', '103537.751000', '103537.753000', '103537.756000', '103537.759000', '103537.761000', '103537.764000', '103537.767000', '103537.769000', '103537.772000', '103537.775000', '103537.777000', '103537.780000', '103537.783000', '103537.785000', '103537.788000', '103537.790000', '103537.793000', '103537.796000', '103557.678000', '103557.681000', '103557.684000', '103557.687000', '103557.690000', '103557.692000', '103557.695000', '103557.698000', '103557.700000', '103557.703000', '103557.705000', '103557.708000', '103557.711000', '103557.713000', '103557.716000', '103557.719000', '103557.721000', '103557.724000', '103557.726000', '103557.729000', '103557.732000', '103557.734000', '103557.737000', '103557.740000', '103557.742000', '103557.745000', '103557.747000', '103557.750000', '103557.753000', '103557.756000', '103557.758000', '103557.761000', '103557.764000', '103557.766000', '103557.769000', '103557.772000', '103557.774000', '103557.777000', '103557.780000', '103557.782000', '103557.785000', '103557.788000', '103557.790000', '103557.793000', '103617.679000', '103617.681000', '103617.684000', '103617.687000', '103617.690000', '103617.692000', '103617.695000', '103617.698000', '103617.700000', '103617.703000', '103617.706000', '103617.708000', '103617.711000', '103617.714000', '103617.716000', '103617.719000', '103617.722000', '103617.724000', '103617.727000', '103617.730000', '103617.732000', '103617.735000', '103617.738000', '103617.740000', '103617.743000', '103617.746000', '103617.748000', '103617.751000', '103617.754000', '103617.756000', '103617.759000', '103617.762000', '103617.764000', '103617.767000', '103617.769000', '103617.772000', '103617.775000', '103617.777000', '103617.780000', '103617.783000', '103617.785000', '103617.788000', '103617.790000', '103617.793000', '103637.680000', '103637.684000', '103637.686000', '103637.730000', '103637.733000', '103637.736000', '103637.738000', '103637.741000', '103637.743000', '103637.746000', '103637.749000', '103637.751000', '103637.754000', '103637.757000', '103637.759000', '103637.762000', '103637.765000', '103637.767000', '103637.770000', '103637.773000', '103637.775000', '103637.778000', '103637.781000', '103637.783000', '103637.786000', '103637.789000', '103637.791000', '103637.794000', '103637.796000', '103637.799000', '103637.802000', '103637.804000', '103637.807000', '103637.810000', '103637.812000', '103637.815000', '103637.817000', '103637.820000', '103637.823000', '103637.825000', '103637.828000', '103637.831000', '103637.833000', '103657.680000', '103657.682000', '103657.685000', '103657.688000', '103657.690000', '103657.693000', '103657.696000', '103657.698000', '103657.701000', '103657.704000', '103657.706000', '103657.709000', '103657.712000', '103657.714000', '103657.717000', '103657.720000', '103657.722000', '103657.725000', '103657.728000', '103657.730000', '103657.733000', '103657.736000', '103657.739000', '103657.741000', '103657.744000', '103657.747000', '103657.749000', '103657.752000', '103657.755000', '103657.757000', '103657.760000', '103657.763000', '103657.765000', '103657.768000', '103657.770000', '103657.773000', '103657.776000', '103657.778000', '103657.781000', '103657.784000', '103657.786000', '103657.789000', '103657.792000', '103711.862000', '103711.865000', '103711.868000', '103711.870000', '103711.873000', '103711.876000', '103711.878000', '103711.881000', '103711.884000', '103711.886000', '103711.889000', '103711.892000', '103711.894000', '103711.897000', '103711.900000', '103711.902000', '103711.905000', '103711.908000', '103711.910000', '103711.913000', '103711.916000', '103711.918000', '103711.921000', '103711.923000', '103711.926000', '103711.929000', '103711.932000', '103711.934000', '103711.937000', '103711.940000', '103711.942000', '103711.955000'], '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], 'LargestImagePixelValue': [8337, 8380, 8346, 8610, 8782, 7866, 8165, 8160, 11059, 8525, 8918, 8411, 7897, 8460, 7724, 9525, 8194, 11432, 8947, 15713, 12463, 10015, 8452, 7892, 8536, 8640, 11773, 8634, 7584, 8146, 7550, 8469, 8085, 11472, 8481, 8558, 8634, 7876, 10405, 7793, 9706, 8425, 12740, 8920, 10108, 8718, 7871, 9700, 10151, 15288, 8733, 10283, 8573, 8324, 8385, 11925, 9531, 8033, 8383, 7880, 8795, 7857, 9179, 8226, 8133, 8252, 8200, 9603, 7780, 8912, 8091, 12395, 8619, 9863, 8715, 8248, 8648, 10188, 13282, 8295, 9036, 8444, 11651, 9523, 16078, 12264, 8066, 8155, 8002, 8105, 8228, 8291, 8801, 8153, 10910, 11721, 7762, 9989, 8317, 8286, 8733, 8796, 12151, 8183, 11570, 8779, 11383, 9843, 7969, 8525, 8364, 11622, 8699, 7817, 8728, 8387, 8179, 9474, 9120, 12712, 8225, 9582, 8350, 7464, 9111, 8231, 11687, 8245, 8828, 8630, 8574, 8856, 7515, 8426, 7762, 11154, 8340, 8115, 8978, 8001, 10898, 8678, 10788, 8071, 8089, 8650, 9056, 9030, 7951, 8876, 7995, 8534, 7388, 11326, 8032, 7904, 8666, 7794, 8989, 7721, 8700, 7664, 8633, 7786, 11588, 8561, 9071, 8796, 7949, 12143, 8990, 10540, 7893, 8855, 7805, 11752, 9521, 8272, 8861, 7641, 8527, 8248, 11541, 9116, 7657, 8475, 7898, 9925, 8960, 7858, 8463, 7845, 13339, 9232, 8862, 8838, 7811, 13160, 10450, 11297, 8127, 7945, 8436, 8370, 11743, 7935, 9580, 8140, 7808, 8206, 7670, 8721, 7856, 8686, 9001, 13327, 8881, 9231, 8924, 8062, 15090, 15786, 17735, 12646, 8009, 8049, 8120, 7973, 12704, 9544, 8033, 7537, 7064, 10354, 8313, 7918, 7478, 7517, 7781, 8215, 8164, 7724, 7922, 8143, 9197, 7804, 13770, 8597, 8594, 8328, 7815, 10250, 8494, 13462, 8581, 9659, 8479, 11467, 12179, 7694, 10133, 8221, 15077, 9879, 8077, 8802, 8043, 11128, 9995, 17531, 9034, 8131, 8482, 7757, 9594, 8107, 11097, 8162, 8121, 8138, 8101, 9350, 7874, 8034, 8460, 7860, 12423, 9309, 11492, 8787, 7820, 11736, 12654, 15511, 10574, 12381, 8294, 13959, 10079, 8039, 8669, 7519, 12452, 10043, 12453, 8133, 8321, 8426, 7973, 11008, 14517, 17822, 14487, 9547, 7803, 7733, 7627, 7580, 7695, 7617, 7838, 9172, 7434, 7583, 8402, 7339, 8198, 10903, 8227, 12942, 9662, 15263, 12778, 14153, 9923, 8821, 11258, 12309, 13128, 7336, 8281, 7734, 12454, 9551, 10665, 8104, 7691, 7487, 7571, 9936, 7698, 8020, 7460, 7847, 7956, 7907, 9393, 7510, 7605, 7653, 7488, 9984, 7498, 10211, 7380, 12306, 9537, 15479, 10659, 7566, 8813, 7430, 11098, 8520, 16705, 12018, 8762, 8067, 7532, 10463, 7681, 9027, 7333, 8041, 7480, 7783, 8154, 7375, 9637, 7655, 9743, 7389, 10815, 7585, 15629, 12578, 8130, 7874, 8045, 8482, 7763, 12183, 10491, 9220, 7830, 8042, 7662, 7767, 9551, 7816, 7477, 7588, 7572, 9616, 7719, 9704, 7459, 12266, 9577, 7691, 8821, 7284, 14970, 13100, 16304, 9600, 7971, 8010, 7159, 12009, 11134, 16278, 8300, 7594, 7418, 7619, 10739, 8003, 7682, 7540, 7812, 9743, 7796, 8178, 7569, 7734, 10459, 7371, 9929, 7836, 14179, 13847, 10751, 9429, 7582, 8520, 7333, 8058, 12273, 10615, 15158, 8127, 7172, 7996, 7652, 10472, 8040, 7822, 8504, 7359, 12062, 8529, 8626, 7955, 7364, 9635, 7943, 10068, 7513, 7610, 9879, 10500, 12693, 7567, 7605, 7222, 7716, 11866, 8021, 7906, 7439, 7679, 8121, 7564, 10175, 7933, 7735, 7636, 7256, 9974, 8306, 7503, 9091, 7261, 14195, 10879, 10182, 9899, 7431, 15191, 12893, 13077, 9369, 7520, 11044, 11741, 15863, 8260, 8342, 7420, 10446, 14260, 8670, 8631, 7423, 7639, 7236, 8752, 10431, 7635, 8250, 7732, 7987, 8368, 7662, 7764, 7391, 9685, 8089, 7959, 7972, 7502, 9217, 7330, 12634, 8638, 8104, 9018, 10446, 15656, 13360, 12056, 9041, 7845, 7778, 7585, 13400, 11359, 15369, 9053, 7846, 7721, 7058, 9881, 8130, 11695, 13023, 7749, 10421, 7455, 7960, 7851, 8031, 12169, 8018, 11790, 8409, 16105, 12688, 8933, 8492, 7352, 8519, 8340, 14922, 11941, 9525, 7855, 7765, 7564, 7716, 12580, 8983, 7799, 7676, 7799, 7432, 7508, 8911, 7760, 7897, 7747, 7566, 9531, 7635, 8255, 7510, 7572, 8776, 7624, 9996, 7930, 15563, 12844, 11850, 8879, 7558, 7370, 7787, 12611, 8926, 10307, 7213, 7628, 7330, 7765, 9850, 7719, 8004, 7071, 7924, 9475, 7637, 9234, 7148, 12692, 9810, 9513, 8613, 7233, 13966, 10586, 12975, 8167, 11141, 12399, 14643, 15436, 8825, 9760, 7965, 11144, 9487, 16505, 13646, 8422, 7769, 7530, 7753, 7225, 9189, 8526, 7765, 7884, 7143, 8067, 7331, 7933, 8025, 7549, 10503, 7632, 9815, 7431, 7550, 8649, 7709, 14471, 12374, 12197, 8854, 8083, 7824, 7307, 11868, 9649, 14653, 7777, 7732, 7164, 8010, 8407, 7890, 10144, 8021, 8067, 7970, 7786, 7494, 10138, 12086, 7598, 9025, 7197, 10917, 8388, 9282, 8111, 7576, 9546, 8038, 11344, 7442, 8426, 7408, 11744, 12215, 7544, 7714, 7472, 8352, 7257, 14411, 9939, 9371, 7219, 7747, 7429, 7341, 9286, 8027, 8041, 7311, 8483, 7357, 7237, 7543, 7425, 11074, 7789, 8969, 7480, 10621, 12926, 9605, 11402, 7960, 8374, 7606, 7308, 9521, 7434, 13534, 14788, 10128, 11686, 7860, 7458, 7298, 9371, 11189, 7373, 7922, 7357, 8021, 7572, 7453, 7825, 7375, 10701, 7515, 7942, 7372, 7346, 11917, 8112, 8468, 7615, 7729, 7825, 7622, 14063, 10255, 10108, 7548, 7406, 7835, 7467, 13217, 8595, 7532, 7327, 7552, 9927, 8203, 7996, 7622, 7521, 11831, 8571, 11776, 7701, 8263, 10726, 7576, 11361, 7891, 12131, 12331, 13279, 15722, 9554, 9354, 7579, 7785, 8657, 7947, 12936, 7816, 7623, 7306, 7633, 8773, 7582, 8115, 7153, 8041, 8781, 7431, 12211, 7658, 7737, 7551, 7236, 13439, 10038, 10882, 7914, 7504, 10796, 10417, 14053, 8359, 9031, 7651, 10361, 15289, 11646, 12408, 8192, 7932, 7585, 9532, 14610, 10950, 11468, 7478, 7413, 7381, 7548, 10419, 7379, 7616, 7457, 7784, 9579, 7362, 8726, 7546, 7457, 9738, 7224, 9429, 7478, 10983, 8515, 7769, 8270, 7158, 14243, 11449, 11818, 8282, 7762, 7919, 7609, 14697, 11965, 14142, 8252, 7571, 7532, 7612, 9803, 8079, 7675, 7462, 7487, 8000, 7591, 8090, 10439, 7163, 12300, 8504, 13723, 10920, 10613, 13511, 10707, 15047, 10061, 10001, 9167, 13668, 15461, 10626, 10927, 7484, 7913, 7316, 8115, 12248, 7713, 8005, 7757, 7696, 7576, 7897, 10145, 7168, 7225, 7468, 7514, 10775, 7257, 10644, 7623, 11902, 9691, 9078, 10575, 7270, 13511, 9759, 12242, 7915, 7811, 9183, 10931, 14151, 7359, 8720, 7917, 8085, 8166, 8529, 10248, 7401, 8561, 7172, 7546, 7045, 7514, 8190, 7534, 8218, 7514, 8772, 7966, 7679, 7986, 7240, 12653, 7866, 11538, 7823, 11979, 11285, 13877, 12328, 7530, 7903, 7746, 10506, 7960, 13295, 8221, 7715, 7733, 7665, 8378, 7745, 7917, 7206, 7709, 7241, 7624, 7833, 7490, 9547, 7323, 11424, 7242, 9500, 7617, 11276, 9686, 7502, 8107, 7167, 14497, 10247, 9616, 7517, 7571, 8570, 7651, 13981, 8524, 8277, 7484, 7396, 8950, 7406, 11468, 7767, 7377, 7409, 7328, 13061, 9095, 8180, 7591, 7176, 13033, 10223, 12721, 8423, 7266, 10133, 8924, 15986, 9699, 9191, 9062, 10830, 15891, 12385, 11160, 7795, 7513, 9212, 8032, 13934, 8062, 7676, 7438, 7311, 10785, 8381, 7459, 7603, 7408, 9595], 'WindowCenter': [4410.0, 4391.0, 4389.0, 4382.0, 4368.0, 4343.0, 4352.0, 4355.0, 4393.0, 4364.0, 4348.0, 4342.0, 4342.0, 4352.0, 4329.0, 4358.0, 4352.0, 4391.0, 4349.0, 4420.0, 4403.0, 4356.0, 4324.0, 4326.0, 4347.0, 4349.0, 4388.0, 4364.0, 4329.0, 4337.0, 4325.0, 4351.0, 4341.0, 4391.0, 4349.0, 4338.0, 4349.0, 4339.0, 4382.0, 4341.0, 4358.0, 4352.0, 4401.0, 4363.0, 4370.0, 4339.0, 4338.0, 4359.0, 4366.0, 4419.0, 4337.0, 4353.0, 4334.0, 4335.0, 4338.0, 4388.0, 4357.0, 4338.0, 4324.0, 4325.0, 4347.0, 4340.0, 4346.0, 4337.0, 4323.0, 4352.0, 4350.0, 4374.0, 4342.0, 4350.0, 4352.0, 4399.0, 4365.0, 4369.0, 4348.0, 4351.0, 4362.0, 4380.0, 4410.0, 4335.0, 4333.0, 4351.0, 4388.0, 4357.0, 4418.0, 4399.0, 4336.0, 4325.0, 4326.0, 4325.0, 4335.0, 4337.0, 4360.0, 4350.0, 4391.0, 4401.0, 4328.0, 4356.0, 4335.0, 4325.0, 4348.0, 4348.0, 4401.0, 4339.0, 4377.0, 4361.0, 4390.0, 4371.0, 4352.0, 4362.0, 4351.0, 4387.0, 4345.0, 4323.0, 4331.0, 4348.0, 4345.0, 4354.0, 4354.0, 4396.0, 4334.0, 4354.0, 4335.0, 4313.0, 4345.0, 4346.0, 4387.0, 4337.0, 4344.0, 4346.0, 4345.0, 4344.0, 4312.0, 4333.0, 4338.0, 4377.0, 4337.0, 4323.0, 4357.0, 4337.0, 4376.0, 4358.0, 4365.0, 4324.0, 4321.0, 4332.0, 4343.0, 4346.0, 4338.0, 4346.0, 4325.0, 4347.0, 4327.0, 4376.0, 4348.0, 4336.0, 4335.0, 4337.0, 4356.0, 4340.0, 4334.0, 4326.0, 4348.0, 4340.0, 4389.0, 4349.0, 4344.0, 4359.0, 4336.0, 4399.0, 4358.0, 4366.0, 4324.0, 4332.0, 4338.0, 4386.0, 4369.0, 4336.0, 4343.0, 4325.0, 4334.0, 4349.0, 4387.0, 4360.0, 4327.0, 4335.0, 4337.0, 4367.0, 4360.0, 4337.0, 4336.0, 4350.0, 4409.0, 4372.0, 4346.0, 4360.0, 4326.0, 4397.0, 4378.0, 4374.0, 4322.0, 4334.0, 4334.0, 4334.0, 4387.0, 4337.0, 4343.0, 4324.0, 4323.0, 4336.0, 4326.0, 4348.0, 4338.0, 4362.0, 4392.0, 4440.0, 4395.0, 4380.0, 4351.0, 4324.0, 4403.0, 4418.0, 4440.0, 4383.0, 4325.0, 4323.0, 4323.0, 4324.0, 4385.0, 4340.0, 4321.0, 4309.0, 4300.0, 4364.0, 4346.0, 4349.0, 4324.0, 4340.0, 4338.0, 4350.0, 4365.0, 4339.0, 4340.0, 4352.0, 4371.0, 4339.0, 4420.0, 4349.0, 4346.0, 4335.0, 4327.0, 4367.0, 4360.0, 4409.0, 4349.0, 4356.0, 4349.0, 4377.0, 4386.0, 4323.0, 4367.0, 4335.0, 4418.0, 4354.0, 4322.0, 4344.0, 4323.0, 4371.0, 4366.0, 4438.0, 4346.0, 4322.0, 4331.0, 4325.0, 4352.0, 4324.0, 4389.0, 4348.0, 4335.0, 4335.0, 4350.0, 4358.0, 4352.0, 4338.0, 4337.0, 4351.0, 4399.0, 4372.0, 4388.0, 4347.0, 4327.0, 4389.0, 4397.0, 4418.0, 4367.0, 4385.0, 4336.0, 4406.0, 4355.0, 4323.0, 4334.0, 4314.0, 4383.0, 4367.0, 4385.0, 4322.0, 4322.0, 4333.0, 4321.0, 4363.0, 4406.0, 4429.0, 4403.0, 4352.0, 4309.0, 4322.0, 4323.0, 4336.0, 4337.0, 4339.0, 4341.0, 4371.0, 4343.0, 4353.0, 4361.0, 4355.0, 4362.0, 4392.0, 4349.0, 4398.0, 4371.0, 4420.0, 4401.0, 4394.0, 4343.0, 4343.0, 4374.0, 4371.0, 4368.0, 4298.0, 4308.0, 4321.0, 4381.0, 4343.0, 4363.0, 4321.0, 4309.0, 4299.0, 4325.0, 4351.0, 4324.0, 4336.0, 4326.0, 4325.0, 4324.0, 4349.0, 4357.0, 4330.0, 4328.0, 4341.0, 4340.0, 4371.0, 4329.0, 4368.0, 4343.0, 4400.0, 4367.0, 4431.0, 4378.0, 4325.0, 4345.0, 4327.0, 4377.0, 4347.0, 4441.0, 4389.0, 4334.0, 4323.0, 4337.0, 4366.0, 4328.0, 4333.0, 4314.0, 4337.0, 4329.0, 4328.0, 4335.0, 4327.0, 4369.0, 4327.0, 4356.0, 4328.0, 4387.0, 4325.0, 4428.0, 4400.0, 4323.0, 4324.0, 4324.0, 4346.0, 4337.0, 4386.0, 4379.0, 4358.0, 4326.0, 4325.0, 4336.0, 4338.0, 4369.0, 4339.0, 4327.0, 4339.0, 4339.0, 4371.0, 4340.0, 4370.0, 4342.0, 4400.0, 4359.0, 4327.0, 4361.0, 4329.0, 4419.0, 4413.0, 4429.0, 4355.0, 4323.0, 4323.0, 4315.0, 4386.0, 4388.0, 4428.0, 4336.0, 4312.0, 4312.0, 4336.0, 4377.0, 4339.0, 4327.0, 4327.0, 4340.0, 4369.0, 4339.0, 4347.0, 4340.0, 4339.0, 4381.0, 4328.0, 4370.0, 4354.0, 4433.0, 4424.0, 4390.0, 4355.0, 4324.0, 4332.0, 4326.0, 4335.0, 4398.0, 4364.0, 4404.0, 4333.0, 4313.0, 4322.0, 4322.0, 4376.0, 4335.0, 4335.0, 4346.0, 4325.0, 4386.0, 4360.0, 4346.0, 4335.0, 4324.0, 4356.0, 4351.0, 4367.0, 4312.0, 4323.0, 4364.0, 4378.0, 4395.0, 4323.0, 4322.0, 4324.0, 4322.0, 4397.0, 4338.0, 4334.0, 4315.0, 4338.0, 4335.0, 4335.0, 4391.0, 4350.0, 4325.0, 4326.0, 4341.0, 4379.0, 4363.0, 4329.0, 4358.0, 4342.0, 4421.0, 4393.0, 4367.0, 4369.0, 4328.0, 4420.0, 4412.0, 4394.0, 4344.0, 4326.0, 4375.0, 4399.0, 4427.0, 4334.0, 4333.0, 4312.0, 4363.0, 4416.0, 4334.0, 4320.0, 4311.0, 4323.0, 4313.0, 4346.0, 4377.0, 4325.0, 4331.0, 4337.0, 4336.0, 4347.0, 4326.0, 4324.0, 4339.0, 4356.0, 4350.0, 4338.0, 4336.0, 4325.0, 4370.0, 4328.0, 4400.0, 4348.0, 4336.0, 4356.0, 4365.0, 4419.0, 4422.0, 4386.0, 4344.0, 4322.0, 4336.0, 4324.0, 4394.0, 4387.0, 4428.0, 4345.0, 4323.0, 4311.0, 4328.0, 4365.0, 4334.0, 4385.0, 4409.0, 4326.0, 4364.0, 4314.0, 4321.0, 4323.0, 4325.0, 4386.0, 4323.0, 4388.0, 4336.0, 4416.0, 4395.0, 4332.0, 4320.0, 4300.0, 4343.0, 4331.0, 4404.0, 4387.0, 4353.0, 4321.0, 4311.0, 4324.0, 4324.0, 4383.0, 4358.0, 4322.0, 4312.0, 4311.0, 4313.0, 4324.0, 4344.0, 4326.0, 4335.0, 4325.0, 4324.0, 4355.0, 4326.0, 4345.0, 4326.0, 4323.0, 4347.0, 4326.0, 4380.0, 4337.0, 4417.0, 4410.0, 4386.0, 4343.0, 4322.0, 4324.0, 4322.0, 4385.0, 4359.0, 4364.0, 4314.0, 4324.0, 4325.0, 4324.0, 4379.0, 4339.0, 4335.0, 4329.0, 4349.0, 4371.0, 4341.0, 4358.0, 4332.0, 4410.0, 4383.0, 4369.0, 4349.0, 4328.0, 4419.0, 4379.0, 4395.0, 4349.0, 4387.0, 4396.0, 4419.0, 4419.0, 4343.0, 4342.0, 4335.0, 4373.0, 4352.0, 4425.0, 4408.0, 4332.0, 4310.0, 4313.0, 4325.0, 4314.0, 4354.0, 4358.0, 4325.0, 4323.0, 4315.0, 4338.0, 4327.0, 4337.0, 4336.0, 4327.0, 4377.0, 4326.0, 4356.0, 4313.0, 4323.0, 4360.0, 4336.0, 4407.0, 4400.0, 4385.0, 4344.0, 4320.0, 4326.0, 4313.0, 4371.0, 4368.0, 4417.0, 4325.0, 4311.0, 4315.0, 4334.0, 4334.0, 4334.0, 4380.0, 4336.0, 4324.0, 4337.0, 4339.0, 4328.0, 4379.0, 4401.0, 4326.0, 4344.0, 4318.0, 4378.0, 4338.0, 4343.0, 4323.0, 4326.0, 4356.0, 4336.0, 4372.0, 4314.0, 4346.0, 4325.0, 4385.0, 4399.0, 4325.0, 4323.0, 4313.0, 4333.0, 4325.0, 4406.0, 4368.0, 4344.0, 4314.0, 4323.0, 4325.0, 4325.0, 4357.0, 4337.0, 4334.0, 4328.0, 4348.0, 4329.0, 4326.0, 4340.0, 4339.0, 4389.0, 4340.0, 4357.0, 4340.0, 4377.0, 4410.0, 4367.0, 4388.0, 4338.0, 4335.0, 4323.0, 4314.0, 4368.0, 4326.0, 4408.0, 4432.0, 4367.0, 4373.0, 4323.0, 4325.0, 4325.0, 4353.0, 4388.0, 4316.0, 4323.0, 4326.0, 4337.0, 4339.0, 4327.0, 4324.0, 4340.0, 4376.0, 4329.0, 4336.0, 4339.0, 4329.0, 4386.0, 4352.0, 4335.0, 4327.0, 4338.0, 4336.0, 4325.0, 4408.0, 4383.0, 4369.0, 4326.0, 4326.0, 4337.0, 4325.0, 4409.0, 4360.0, 4327.0, 4325.0, 4340.0, 4369.0, 4364.0, 4338.0, 4328.0, 4350.0, 4399.0, 4363.0, 4388.0, 4339.0, 4350.0, 4390.0, 4338.0, 4386.0, 4349.0, 4396.0, 4386.0, 4394.0, 4430.0, 4357.0, 4343.0, 4323.0, 4326.0, 4344.0, 4334.0, 4410.0, 4327.0, 4323.0, 4326.0, 4337.0, 4359.0, 4341.0, 4336.0, 4330.0, 4349.0, 4358.0, 4342.0, 4401.0, 4339.0, 4337.0, 4339.0, 4340.0, 4421.0, 4383.0, 4378.0, 4338.0, 4341.0, 4380.0, 4383.0, 4406.0, 4335.0, 4347.0, 4337.0, 4366.0, 4421.0, 4388.0, 4383.0, 4323.0, 4325.0, 4323.0, 4353.0, 4418.0, 4376.0, 4372.0, 4310.0, 4323.0, 4313.0, 4323.0, 4377.0, 4326.0, 4324.0, 4339.0, 4327.0, 4370.0, 4330.0, 4346.0, 4340.0, 4327.0, 4370.0, 4329.0, 4358.0, 4340.0, 4376.0, 4359.0, 4325.0, 4349.0, 4328.0, 4405.0, 4402.0, 4387.0, 4335.0, 4324.0, 4335.0, 4323.0, 4403.0, 4401.0, 4407.0, 4333.0, 4311.0, 4323.0, 4338.0, 4354.0, 4339.0, 4338.0, 4327.0, 4327.0, 4336.0, 4340.0, 4339.0, 4380.0, 4319.0, 4387.0, 4348.0, 4407.0, 4379.0, 4364.0, 4396.0, 4365.0, 4405.0, 4354.0, 4367.0, 4356.0, 4404.0, 4418.0, 4365.0, 4360.0, 4312.0, 4333.0, 4311.0, 4320.0, 4386.0, 4327.0, 4334.0, 4325.0, 4338.0, 4335.0, 4346.0, 4381.0, 4331.0, 4326.0, 4328.0, 4328.0, 4391.0, 4330.0, 4379.0, 4341.0, 4399.0, 4369.0, 4357.0, 4366.0, 4329.0, 4406.0, 4367.0, 4386.0, 4335.0, 4337.0, 4355.0, 4375.0, 4407.0, 4314.0, 4331.0, 4338.0, 4333.0, 4333.0, 4346.0, 4366.0, 4324.0, 4332.0, 4314.0, 4336.0, 4316.0, 4338.0, 4348.0, 4337.0, 4350.0, 4339.0, 4347.0, 4337.0, 4325.0, 4351.0, 4328.0, 4398.0, 4338.0, 4387.0, 4341.0, 4388.0, 4376.0, 4408.0, 4396.0, 4323.0, 4321.0, 4325.0, 4362.0, 4334.0, 4406.0, 4347.0, 4323.0, 4325.0, 4325.0, 4335.0, 4336.0, 4334.0, 4340.0, 4337.0, 4339.0, 4338.0, 4339.0, 4341.0, 4370.0, 4341.0, 4390.0, 4330.0, 4371.0, 4338.0, 4389.0, 4370.0, 4326.0, 4349.0, 4328.0, 4416.0, 4380.0, 4368.0, 4327.0, 4337.0, 4345.0, 4325.0, 4419.0, 4362.0, 4348.0, 4324.0, 4338.0, 4356.0, 4329.0, 4401.0, 4340.0, 4326.0, 4328.0, 4340.0, 4411.0, 4372.0, 4350.0, 4339.0, 4329.0, 4410.0, 4393.0, 4399.0, 4335.0, 4327.0, 4378.0, 4358.0, 4428.0, 4357.0, 4356.0, 4346.0, 4374.0, 4430.0, 4397.0, 4361.0, 4312.0, 4341.0, 4356.0, 4335.0, 4418.0, 4337.0, 4324.0, 4314.0, 4328.0, 4375.0, 4349.0, 4326.0, 4324.0, 4328.0, 4356.0], 'WindowWidth': [9788.0, 9738.0, 9726.0, 9704.0, 9675.0, 9628.0, 9637.0, 9649.0, 9691.0, 9655.0, 9625.0, 9619.0, 9625.0, 9636.0, 9600.0, 9635.0, 9635.0, 9687.0, 9627.0, 9729.0, 9702.0, 9629.0, 9582.0, 9588.0, 9623.0, 9627.0, 9677.0, 9654.0, 9598.0, 9606.0, 9587.0, 9632.0, 9619.0, 9683.0, 9624.0, 9606.0, 9623.0, 9614.0, 9674.0, 9617.0, 9635.0, 9635.0, 9701.0, 9651.0, 9652.0, 9609.0, 9613.0, 9643.0, 9646.0, 9723.0, 9605.0, 9618.0, 9597.0, 9604.0, 9610.0, 9677.0, 9634.0, 9607.0, 9584.0, 9589.0, 9623.0, 9616.0, 9617.0, 9606.0, 9583.0, 9636.0, 9631.0, 9667.0, 9620.0, 9626.0, 9635.0, 9696.0, 9658.0, 9650.0, 9622.0, 9631.0, 9649.0, 9670.0, 9708.0, 9599.0, 9593.0, 9632.0, 9680.0, 9634.0, 9720.0, 9695.0, 9603.0, 9587.0, 9589.0, 9589.0, 9604.0, 9607.0, 9642.0, 9635.0, 9685.0, 9702.0, 9598.0, 9629.0, 9599.0, 9586.0, 9626.0, 9625.0, 9700.0, 9612.0, 9661.0, 9647.0, 9682.0, 9658.0, 9636.0, 9655.0, 9636.0, 9678.0, 9617.0, 9585.0, 9592.0, 9628.0, 9619.0, 9629.0, 9625.0, 9684.0, 9600.0, 9622.0, 9600.0, 9570.0, 9615.0, 9621.0, 9674.0, 9607.0, 9612.0, 9620.0, 9613.0, 9612.0, 9567.0, 9597.0, 9615.0, 9662.0, 9609.0, 9583.0, 9635.0, 9610.0, 9660.0, 9641.0, 9639.0, 9584.0, 9574.0, 9596.0, 9613.0, 9620.0, 9611.0, 9615.0, 9588.0, 9624.0, 9596.0, 9659.0, 9627.0, 9603.0, 9601.0, 9611.0, 9635.0, 9616.0, 9600.0, 9590.0, 9625.0, 9617.0, 9681.0, 9625.0, 9611.0, 9642.0, 9607.0, 9695.0, 9637.0, 9642.0, 9583.0, 9592.0, 9614.0, 9673.0, 9654.0, 9604.0, 9610.0, 9587.0, 9601.0, 9629.0, 9678.0, 9643.0, 9595.0, 9603.0, 9610.0, 9651.0, 9645.0, 9608.0, 9604.0, 9632.0, 9708.0, 9662.0, 9618.0, 9645.0, 9593.0, 9693.0, 9665.0, 9649.0, 9579.0, 9601.0, 9602.0, 9602.0, 9676.0, 9608.0, 9607.0, 9583.0, 9588.0, 9605.0, 9593.0, 9623.0, 9609.0, 9651.0, 9709.0, 9770.0, 9715.0, 9682.0, 9628.0, 9584.0, 9692.0, 9720.0, 9751.0, 9661.0, 9586.0, 9582.0, 9582.0, 9585.0, 9668.0, 9598.0, 9574.0, 9557.0, 9547.0, 9639.0, 9618.0, 9628.0, 9589.0, 9620.0, 9617.0, 9633.0, 9659.0, 9615.0, 9616.0, 9638.0, 9661.0, 9617.0, 9726.0, 9627.0, 9619.0, 9600.0, 9595.0, 9650.0, 9644.0, 9709.0, 9625.0, 9635.0, 9628.0, 9660.0, 9671.0, 9583.0, 9651.0, 9604.0, 9720.0, 9628.0, 9581.0, 9614.0, 9586.0, 9648.0, 9647.0, 9748.0, 9617.0, 9579.0, 9590.0, 9593.0, 9621.0, 9589.0, 9681.0, 9625.0, 9604.0, 9603.0, 9635.0, 9639.0, 9639.0, 9612.0, 9608.0, 9637.0, 9696.0, 9664.0, 9677.0, 9621.0, 9597.0, 9684.0, 9689.0, 9719.0, 9645.0, 9669.0, 9608.0, 9698.0, 9630.0, 9583.0, 9602.0, 9577.0, 9665.0, 9651.0, 9668.0, 9581.0, 9579.0, 9601.0, 9581.0, 9641.0, 9702.0, 9748.0, 9695.0, 9622.0, 9562.0, 9585.0, 9586.0, 9608.0, 9612.0, 9617.0, 9623.0, 9661.0, 9628.0, 9639.0, 9649.0, 9650.0, 9654.0, 9693.0, 9628.0, 9690.0, 9659.0, 9728.0, 9698.0, 9678.0, 9606.0, 9611.0, 9653.0, 9643.0, 9634.0, 9538.0, 9555.0, 9582.0, 9659.0, 9611.0, 9635.0, 9577.0, 9559.0, 9545.0, 9592.0, 9620.0, 9588.0, 9607.0, 9592.0, 9588.0, 9585.0, 9631.0, 9636.0, 9607.0, 9597.0, 9620.0, 9620.0, 9662.0, 9600.0, 9650.0, 9630.0, 9702.0, 9653.0, 9743.0, 9662.0, 9588.0, 9616.0, 9596.0, 9664.0, 9623.0, 9757.0, 9677.0, 9596.0, 9581.0, 9610.0, 9645.0, 9597.0, 9596.0, 9576.0, 9613.0, 9604.0, 9598.0, 9603.0, 9596.0, 9655.0, 9595.0, 9630.0, 9598.0, 9681.0, 9594.0, 9735.0, 9700.0, 9584.0, 9584.0, 9586.0, 9621.0, 9612.0, 9674.0, 9669.0, 9638.0, 9592.0, 9587.0, 9611.0, 9615.0, 9656.0, 9615.0, 9596.0, 9617.0, 9617.0, 9661.0, 9617.0, 9657.0, 9627.0, 9698.0, 9642.0, 9594.0, 9651.0, 9604.0, 9727.0, 9722.0, 9736.0, 9629.0, 9583.0, 9587.0, 9581.0, 9674.0, 9679.0, 9732.0, 9605.0, 9566.0, 9570.0, 9611.0, 9663.0, 9617.0, 9596.0, 9596.0, 9622.0, 9657.0, 9617.0, 9622.0, 9622.0, 9616.0, 9675.0, 9600.0, 9658.0, 9648.0, 9754.0, 9739.0, 9684.0, 9627.0, 9586.0, 9593.0, 9597.0, 9607.0, 9694.0, 9640.0, 9693.0, 9598.0, 9571.0, 9582.0, 9583.0, 9661.0, 9607.0, 9606.0, 9623.0, 9593.0, 9674.0, 9646.0, 9622.0, 9604.0, 9589.0, 9635.0, 9637.0, 9651.0, 9567.0, 9585.0, 9644.0, 9667.0, 9683.0, 9584.0, 9585.0, 9590.0, 9585.0, 9691.0, 9613.0, 9601.0, 9575.0, 9617.0, 9607.0, 9608.0, 9690.0, 9630.0, 9591.0, 9593.0, 9625.0, 9671.0, 9654.0, 9602.0, 9640.0, 9627.0, 9732.0, 9695.0, 9649.0, 9655.0, 9604.0, 9729.0, 9717.0, 9681.0, 9611.0, 9595.0, 9660.0, 9696.0, 9732.0, 9599.0, 9600.0, 9573.0, 9639.0, 9718.0, 9600.0, 9574.0, 9568.0, 9589.0, 9574.0, 9622.0, 9664.0, 9588.0, 9592.0, 9613.0, 9610.0, 9626.0, 9595.0, 9588.0, 9619.0, 9637.0, 9633.0, 9615.0, 9608.0, 9593.0, 9660.0, 9604.0, 9699.0, 9624.0, 9610.0, 9636.0, 9644.0, 9728.0, 9732.0, 9672.0, 9612.0, 9581.0, 9609.0, 9591.0, 9684.0, 9679.0, 9735.0, 9617.0, 9583.0, 9566.0, 9604.0, 9647.0, 9602.0, 9672.0, 9711.0, 9594.0, 9638.0, 9574.0, 9581.0, 9585.0, 9590.0, 9673.0, 9586.0, 9680.0, 9610.0, 9716.0, 9685.0, 9594.0, 9575.0, 9548.0, 9616.0, 9597.0, 9696.0, 9678.0, 9623.0, 9577.0, 9564.0, 9592.0, 9591.0, 9665.0, 9642.0, 9584.0, 9569.0, 9566.0, 9575.0, 9591.0, 9617.0, 9593.0, 9607.0, 9593.0, 9590.0, 9630.0, 9594.0, 9622.0, 9595.0, 9588.0, 9622.0, 9593.0, 9675.0, 9615.0, 9723.0, 9714.0, 9674.0, 9612.0, 9583.0, 9593.0, 9585.0, 9672.0, 9645.0, 9641.0, 9575.0, 9592.0, 9595.0, 9590.0, 9673.0, 9616.0, 9605.0, 9605.0, 9633.0, 9664.0, 9621.0, 9639.0, 9615.0, 9715.0, 9680.0, 9653.0, 9629.0, 9604.0, 9725.0, 9668.0, 9684.0, 9632.0, 9679.0, 9689.0, 9724.0, 9724.0, 9610.0, 9607.0, 9608.0, 9655.0, 9623.0, 9730.0, 9708.0, 9595.0, 9561.0, 9570.0, 9593.0, 9577.0, 9629.0, 9641.0, 9591.0, 9584.0, 9577.0, 9615.0, 9598.0, 9609.0, 9605.0, 9595.0, 9665.0, 9595.0, 9631.0, 9573.0, 9587.0, 9648.0, 9610.0, 9707.0, 9700.0, 9670.0, 9612.0, 9575.0, 9597.0, 9574.0, 9648.0, 9653.0, 9717.0, 9588.0, 9563.0, 9582.0, 9605.0, 9603.0, 9604.0, 9672.0, 9609.0, 9588.0, 9609.0, 9618.0, 9601.0, 9673.0, 9700.0, 9592.0, 9610.0, 9586.0, 9666.0, 9614.0, 9613.0, 9585.0, 9595.0, 9636.0, 9607.0, 9650.0, 9574.0, 9624.0, 9596.0, 9672.0, 9698.0, 9591.0, 9584.0, 9575.0, 9603.0, 9593.0, 9703.0, 9655.0, 9613.0, 9572.0, 9587.0, 9593.0, 9591.0, 9637.0, 9609.0, 9603.0, 9604.0, 9626.0, 9604.0, 9595.0, 9621.0, 9619.0, 9686.0, 9619.0, 9639.0, 9622.0, 9667.0, 9713.0, 9651.0, 9677.0, 9613.0, 9603.0, 9585.0, 9576.0, 9656.0, 9599.0, 9708.0, 9748.0, 9651.0, 9650.0, 9582.0, 9593.0, 9592.0, 9628.0, 9680.0, 9579.0, 9584.0, 9598.0, 9611.0, 9616.0, 9596.0, 9589.0, 9620.0, 9662.0, 9602.0, 9608.0, 9620.0, 9605.0, 9677.0, 9639.0, 9606.0, 9596.0, 9612.0, 9612.0, 9593.0, 9708.0, 9682.0, 9654.0, 9592.0, 9595.0, 9611.0, 9594.0, 9709.0, 9648.0, 9597.0, 9592.0, 9624.0, 9656.0, 9658.0, 9612.0, 9600.0, 9637.0, 9699.0, 9653.0, 9678.0, 9616.0, 9633.0, 9686.0, 9614.0, 9673.0, 9633.0, 9691.0, 9674.0, 9683.0, 9741.0, 9637.0, 9613.0, 9586.0, 9596.0, 9616.0, 9603.0, 9713.0, 9596.0, 9584.0, 9596.0, 9614.0, 9644.0, 9622.0, 9608.0, 9610.0, 9633.0, 9643.0, 9626.0, 9703.0, 9617.0, 9610.0, 9620.0, 9621.0, 9730.0, 9681.0, 9665.0, 9610.0, 9622.0, 9672.0, 9678.0, 9699.0, 9601.0, 9623.0, 9613.0, 9645.0, 9731.0, 9678.0, 9663.0, 9582.0, 9590.0, 9589.0, 9625.0, 9724.0, 9658.0, 9645.0, 9564.0, 9590.0, 9573.0, 9589.0, 9664.0, 9594.0, 9587.0, 9617.0, 9598.0, 9660.0, 9605.0, 9621.0, 9621.0, 9599.0, 9658.0, 9602.0, 9638.0, 9622.0, 9663.0, 9644.0, 9593.0, 9633.0, 9602.0, 9702.0, 9706.0, 9674.0, 9601.0, 9585.0, 9605.0, 9586.0, 9697.0, 9702.0, 9701.0, 9598.0, 9563.0, 9583.0, 9617.0, 9631.0, 9616.0, 9612.0, 9597.0, 9599.0, 9609.0, 9622.0, 9616.0, 9673.0, 9590.0, 9677.0, 9626.0, 9703.0, 9666.0, 9641.0, 9688.0, 9643.0, 9699.0, 9628.0, 9653.0, 9635.0, 9698.0, 9725.0, 9644.0, 9629.0, 9568.0, 9602.0, 9570.0, 9579.0, 9675.0, 9596.0, 9602.0, 9590.0, 9618.0, 9611.0, 9626.0, 9676.0, 9610.0, 9595.0, 9601.0, 9604.0, 9689.0, 9606.0, 9669.0, 9624.0, 9696.0, 9655.0, 9636.0, 9648.0, 9605.0, 9703.0, 9652.0, 9673.0, 9606.0, 9614.0, 9634.0, 9661.0, 9705.0, 9574.0, 9591.0, 9616.0, 9602.0, 9600.0, 9622.0, 9649.0, 9589.0, 9596.0, 9575.0, 9611.0, 9584.0, 9616.0, 9629.0, 9612.0, 9635.0, 9619.0, 9626.0, 9611.0, 9591.0, 9639.0, 9602.0, 9695.0, 9613.0, 9677.0, 9625.0, 9684.0, 9664.0, 9708.0, 9687.0, 9584.0, 9578.0, 9594.0, 9640.0, 9604.0, 9704.0, 9626.0, 9587.0, 9593.0, 9594.0, 9606.0, 9611.0, 9603.0, 9621.0, 9614.0, 9621.0, 9616.0, 9616.0, 9623.0, 9662.0, 9624.0, 9686.0, 9607.0, 9664.0, 9616.0, 9686.0, 9659.0, 9593.0, 9632.0, 9602.0, 9719.0, 9672.0, 9651.0, 9598.0, 9614.0, 9621.0, 9593.0, 9726.0, 9652.0, 9625.0, 9589.0, 9619.0, 9637.0, 9604.0, 9702.0, 9620.0, 9596.0, 9601.0, 9623.0, 9716.0, 9667.0, 9631.0, 9618.0, 9609.0, 9713.0, 9697.0, 9695.0, 9605.0, 9596.0, 9668.0, 9640.0, 9735.0, 9636.0, 9637.0, 9623.0, 9655.0, 9744.0, 9689.0, 9632.0, 9567.0, 9627.0, 9637.0, 9607.0, 9723.0, 9612.0, 9589.0, 9574.0, 9603.0, 9659.0, 9631.0, 9594.0, 9588.0, 9604.0, 9635.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.00293143261074458</td></tr>
<tr><td colspan=3>aqi</td><td>0.03648281300659755</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.490911534103844</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215596934660377</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0134046036415096</td></tr>
<tr><td colspan=3>efc</td><td>0.5363</td></tr>
<tr><td colspan=3>fber</td><td>2229.5334</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21811981880162182</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>529</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>49.858623939679546</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3528264829163086</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2397330375096938</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4983983040699065</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.320348107169326</td></tr>
<tr><td colspan=3>gcor</td><td>0.00701959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01177374180406332</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04458759352564812</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.347826058512238</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>17.0971</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>81.7597</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.5656</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1143.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.6844</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.9485</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3545.5465</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4660.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.9653</td></tr>
<tr><td colspan=3>tsnr</td><td>30.904861186165363</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>