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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0071/ses-01/func/sub-0071_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0b235a7c288b35ebd9ea5e0f1a58d185</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>09:41:4.352500</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.999137, -0.0306455, 0.0280406, 0.0327956, 0.996276, -0.0797383]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10113</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7763, -7213, 502, -44, -168, 67, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>273.8</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>98643593-e01d-4548-a738-eda24303d9f2||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.6806113719940186, 0.08798829466104507, 0.06882988661527634, 104.02850341796875], [0.08221974223852158, 2.672936201095581, -0.21759052574634552, -82.32254028320312], [0.07523085922002792, 0.21393200755119324, 2.690337657928467, -90.87031555175781], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['094104.352500', '094104.812500', '094105.272500', '094105.732500', '094106.192500', '094106.652500', '094107.112500', '094107.572500', '094108.032500', '094108.492500', '094108.952500', '094109.412500', '094109.872500', '094110.332500', '094110.792500', '094111.252500', '094111.712500', '094112.172500', '094112.632500', '094113.092500', '094113.552500', '094114.012500', '094114.472500', '094114.932500', '094115.392500', '094115.852500', '094116.312500', '094116.772500', '094117.232500', '094117.692500', '094118.152500', '094118.612500', '094119.072500', '094119.532500', '094119.992500', '094120.452500', '094120.912500', '094121.372500', '094121.832500', '094122.292500', '094122.752500', '094123.212500', '094123.672500', '094124.132500', '094124.592500', '094125.052500', '094125.512500', '094125.972500', '094126.432500', '094126.892500', '094127.352500', '094127.812500', '094128.272500', '094128.732500', '094129.192500', '094129.652500', '094130.112500', '094130.572500', '094131.032500', '094131.492500', '094131.952500', '094132.412500', '094132.872500', '094133.332500', '094133.792500', '094134.252500', '094134.712500', '094135.172500', '094135.632500', '094136.092500', '094136.552500', '094137.012500', '094137.472500', '094137.932500', '094138.392500', '094138.852500', '094139.312500', '094139.772500', '094140.232500', '094140.692500', '094141.152500', '094141.612500', '094142.072500', '094142.532500', '094142.992500', '094143.452500', '094143.912500', '094144.372500', '094144.832500', '094145.292500', '094145.752500', '094146.212500', '094146.672500', '094147.132500', '094147.592500', '094148.052500', '094148.512500', '094148.972500', '094149.432500', '094149.892500', '094150.352500', '094150.812500', '094151.272500', '094151.732500', '094152.192500', '094152.652500', '094153.112500', '094153.572500', '094154.032500', '094154.492500', '094154.952500', '094155.412500', '094155.872500', '094156.332500', '094156.792500', '094157.252500', '094157.712500', '094158.172500', '094158.632500', '094159.092500', '094159.552500', '094200.012500', '094200.472500', '094200.932500', '094201.392500', '094201.852500', '094202.312500', '094202.772500', '094203.232500', '094203.692500', '094204.152500', '094204.612500', '094205.072500', '094205.532500', '094205.992500', '094206.452500', '094206.912500', '094207.372500', '094207.832500', '094208.292500', '094208.752500', '094209.212500', '094209.672500', '094210.132500', '094210.592500', '094211.052500', '094211.512500', '094211.972500', '094212.432500', '094212.892500', '094213.352500', '094213.812500', '094214.272500', '094214.732500', '094215.192500', '094215.652500', '094216.112500', '094216.572500', '094217.032500', '094217.492500', '094217.952500', '094218.412500', '094218.872500', '094219.332500', '094219.792500', '094220.252500', '094220.712500', '094221.172500', '094221.632500', '094222.092500', '094222.552500', '094223.012500', '094223.472500', '094223.932500', '094224.392500', '094224.852500', '094225.312500', '094225.772500', '094226.232500', '094226.692500', '094227.152500', '094227.612500', '094228.072500', '094228.532500', '094228.992500', '094229.452500', '094229.912500', '094230.372500', '094230.832500', '094231.292500', '094231.752500', '094232.212500', '094232.672500', '094233.132500', '094233.592500', '094234.052500', '094234.512500', '094234.972500', '094235.432500', '094235.892500', '094236.352500', '094236.812500', '094237.272500', '094237.732500', '094238.192500', '094238.652500', '094239.112500', '094239.572500', '094240.032500', '094240.492500', '094240.952500', '094241.412500', '094241.872500', '094242.332500', '094242.792500', '094243.252500', '094243.712500', '094244.172500', '094244.632500', '094245.092500', '094245.552500', '094246.012500', '094246.472500', '094246.932500', '094247.392500', '094247.852500', '094248.312500', '094248.772500', '094249.232500', '094249.692500', '094250.152500', '094250.612500', '094251.072500', '094251.532500', '094251.992500', '094252.452500', '094252.912500', '094253.372500', '094253.832500', '094254.292500', '094254.752500', '094255.212500', '094255.672500', '094256.132500', '094256.592500', '094257.052500', '094257.512500', '094257.972500', '094258.432500', '094258.892500', '094259.352500', '094259.812500', '094300.272500', '094300.732500', '094301.192500', '094301.652500', '094302.112500', '094302.572500', '094303.032500', '094303.492500', '094303.952500', '094304.412500', '094304.872500', '094305.332500', '094305.792500', '094306.252500', '094306.712500', '094307.172500', '094307.632500', '094308.092500', '094308.552500', '094309.012500', '094309.472500', '094309.932500', '094310.392500', '094310.852500', '094311.312500', '094311.772500', '094312.232500', '094312.692500', '094313.152500', '094313.612500', '094314.072500', '094314.532500', '094314.992500', '094315.452500', '094315.912500', '094316.372500', '094316.832500', '094317.292500', '094317.752500', '094318.212500', '094318.672500', '094319.132500', '094319.592500', '094320.052500', '094320.512500', '094320.972500', '094321.432500', '094321.892500', '094322.352500', '094322.812500', '094323.272500', '094323.732500', '094324.192500', '094324.652500', '094325.112500', '094325.572500', '094326.032500', '094326.492500', '094326.952500', '094327.412500', '094327.872500', '094328.332500', '094328.792500', '094329.252500', '094329.712500', '094330.172500', '094330.632500', '094331.092500', '094331.552500', '094332.012500', '094332.472500', '094332.932500', '094333.392500', '094333.852500', '094334.312500', '094334.772500', '094335.232500', '094335.692500', '094336.152500', '094336.612500', '094337.072500', '094337.532500', '094337.992500', '094338.452500', '094338.912500', '094339.372500', '094339.832500', '094340.292500', '094340.752500', '094341.212500', '094341.672500', '094342.132500', '094342.592500', '094343.052500', '094343.512500', '094343.972500', '094344.432500', '094344.892500', '094345.352500', '094345.812500', '094346.272500', '094346.732500', '094347.192500', '094347.652500', '094348.112500', '094348.572500', '094349.032500', '094349.492500', '094349.952500', '094350.412500', '094350.872500', '094351.332500', '094351.792500', '094352.252500', '094352.712500', '094353.172500', '094353.632500', '094354.092500', '094354.552500', '094355.012500', '094355.472500', '094355.932500', '094356.392500', '094356.852500', '094357.312500', '094357.772500', '094358.232500', '094358.692500', '094359.152500', '094359.612500', '094400.072500', '094400.532500', '094400.992500', '094401.452500', '094401.912500', '094402.372500', '094402.832500', '094403.292500', '094403.752500', '094404.212500', '094404.672500', '094405.132500', '094405.592500', '094406.052500', '094406.512500', '094406.972500', '094407.432500', '094407.892500', '094408.352500', '094408.812500', '094409.272500', '094409.732500', '094410.192500', '094410.652500', '094411.112500', '094411.572500', '094412.032500', '094412.492500', '094412.952500', '094413.412500', '094413.872500', '094414.332500', '094414.792500', '094415.252500', '094415.712500', '094416.172500', '094416.632500', '094417.092500', '094417.552500', '094418.012500', '094418.472500', '094418.932500', '094419.392500', '094419.852500', '094420.312500', '094420.772500', '094421.232500', '094421.692500', '094422.152500', '094422.612500', '094423.072500', '094423.532500', '094423.992500', '094424.452500', '094424.912500', '094425.372500', '094425.832500', '094426.292500', '094426.752500', '094427.212500', '094427.672500', '094428.132500', '094428.592500', '094429.052500', '094429.512500', '094429.972500', '094430.432500', '094430.892500', '094431.352500', '094431.812500', '094432.272500', '094432.732500', '094433.192500', '094433.652500', '094434.112500', '094434.572500', '094435.032500', '094435.492500', '094435.952500', '094436.412500', '094436.872500', '094437.332500', '094437.792500', '094438.252500', '094438.712500', '094439.172500', '094439.632500', '094440.092500', '094440.552500', '094441.012500', '094441.472500', '094441.932500', '094442.392500', '094442.852500', '094443.312500', '094443.772500', '094444.232500', '094444.692500', '094445.152500', '094445.612500', '094446.072500', '094446.532500', '094446.992500', '094447.452500', '094447.912500', '094448.372500', '094448.832500', '094449.292500', '094449.752500', '094450.212500', '094450.672500', '094451.132500', '094451.592500', '094452.052500', '094452.512500', '094452.972500', '094453.432500', '094453.892500', '094454.352500', '094454.812500', '094455.272500', '094455.732500', '094456.192500', '094456.652500', '094457.112500', '094457.572500', '094458.032500', '094458.492500', '094458.952500', '094459.412500', '094459.872500', '094500.332500', '094500.792500', '094501.252500', '094501.712500', '094502.172500', '094502.632500', '094503.092500', '094503.552500', '094504.012500', '094504.472500', '094504.932500', '094505.392500', '094505.852500', '094506.312500', '094506.772500', '094507.232500', '094507.692500', '094508.152500', '094508.612500', '094509.072500', '094509.532500', '094509.992500', '094510.452500', '094510.912500', '094511.372500', '094511.832500', '094512.292500', '094512.752500', '094513.212500', '094513.672500', '094514.132500', '094514.592500', '094515.052500', '094515.512500', '094515.972500', '094516.432500', '094516.892500', '094517.352500', '094517.812500', '094518.272500', '094518.732500', '094519.192500', '094519.652500', '094520.112500', '094520.572500', '094521.032500', '094521.492500', '094521.952500', '094522.412500', '094522.872500', '094523.332500', '094523.792500', '094524.252500', '094524.712500', '094525.172500', '094525.632500', '094526.092500', '094526.552500', '094527.012500', '094527.472500', '094527.932500', '094528.392500', '094528.852500', '094529.312500', '094529.772500', '094530.232500', '094530.692500', '094531.152500', '094531.612500', '094532.072500', '094532.532500', '094532.992500', '094533.452500', '094533.912500', '094534.372500', '094534.832500', '094535.292500', '094535.752500', '094536.212500', '094536.672500', '094537.132500', '094537.592500', '094538.052500', '094538.512500', '094538.972500', '094539.432500', '094539.892500', '094540.352500', '094540.812500', '094541.272500', '094541.732500', '094542.192500', '094542.652500', '094543.112500', '094543.572500', '094544.032500', '094544.492500', '094544.952500', '094545.412500', '094545.872500', '094546.332500', '094546.792500', '094547.252500', '094547.712500', '094548.172500', '094548.632500', '094549.092500', '094549.552500', '094550.012500', '094550.472500', '094550.932500', '094551.392500', '094551.852500', '094552.312500', '094552.772500', '094553.232500', '094553.692500', '094554.152500', '094554.612500', '094555.072500', '094555.532500', '094555.992500', '094556.452500', '094556.912500', '094557.372500', '094557.832500', '094558.292500', '094558.752500', '094559.212500', '094559.672500', '094600.132500', '094600.592500', '094601.052500', '094601.512500', '094601.972500', '094602.432500', '094602.892500', '094603.352500', '094603.812500', '094604.272500', '094604.732500', '094605.192500', '094605.652500', '094606.112500', '094606.572500', '094607.032500', '094607.492500', '094607.952500', '094608.412500', '094608.872500', '094609.332500', '094609.792500', '094610.252500', '094610.712500', '094611.172500', '094611.632500', '094612.092500', '094612.552500', '094613.012500', '094613.472500', '094613.932500', '094614.392500', '094614.852500', '094615.312500', '094615.772500', '094616.232500', '094616.692500', '094617.152500', '094617.612500', '094618.072500', '094618.532500', '094618.992500', '094619.452500', '094619.912500', '094620.372500', '094620.832500', '094621.292500', '094621.752500', '094622.212500', '094622.672500', '094623.132500', '094623.592500', '094624.052500', '094624.512500', '094624.972500', '094625.432500', '094625.892500', '094626.352500', '094626.812500', '094627.272500', '094627.732500', '094628.192500', '094628.652500', '094629.112500', '094629.572500', '094630.032500', '094630.492500', '094630.952500', '094631.412500', '094631.872500', '094632.332500', '094632.792500', '094633.252500', '094633.712500', '094634.172500', '094634.632500', '094635.092500', '094635.552500', '094636.012500', '094636.472500', '094636.932500', '094637.392500', '094637.852500', '094638.312500', '094638.772500', '094639.232500', '094639.692500', '094640.152500', '094640.612500', '094641.072500', '094641.532500', '094641.992500', '094642.452500', '094642.912500', '094643.372500', '094643.832500', '094644.292500', '094644.752500', '094645.212500', '094645.672500', '094646.132500', '094646.592500', '094647.052500', '094647.512500', '094647.972500', '094648.432500', '094648.892500', '094649.352500', '094649.812500', '094650.272500', '094650.732500', '094651.192500', '094651.652500', '094652.112500', '094652.572500', '094653.032500', '094653.492500', '094653.952500', '094654.412500', '094654.872500', '094655.332500', '094655.792500', '094656.252500', '094656.712500', '094657.172500', '094657.632500', '094658.092500', '094658.552500', '094659.012500', '094659.472500', '094659.932500', '094700.392500', '094700.852500', '094701.312500', '094701.772500', '094702.232500', '094702.692500', '094703.152500', '094703.612500', '094704.072500', '094704.532500', '094704.992500', '094705.452500', '094705.912500', '094706.372500', '094706.832500', '094707.292500', '094707.752500', '094708.212500', '094708.672500', '094709.132500', '094709.592500', '094710.052500', '094710.512500', '094710.972500', '094711.432500', '094711.892500', '094712.352500', '094712.812500', '094713.272500', '094713.732500', '094714.192500', '094714.652500', '094715.112500', '094715.572500', '094716.032500', '094716.492500', '094716.952500', '094717.412500', '094717.872500', '094718.332500', '094718.792500', '094719.252500', '094719.712500', '094720.172500', '094720.632500', '094721.092500', '094721.552500', '094722.012500', '094722.472500', '094722.932500', '094723.392500', '094723.852500', '094724.312500', '094724.772500', '094725.232500', '094725.692500', '094726.152500', '094726.612500', '094727.072500', '094727.532500', '094727.992500', '094728.452500', '094728.912500', '094729.372500', '094729.832500', '094730.292500', '094730.752500', '094731.212500', '094731.672500', '094732.132500', '094732.592500', '094733.052500', '094733.512500', '094733.972500', '094734.432500', '094734.892500', '094735.352500', '094735.812500', '094736.272500', '094736.732500', '094737.192500', '094737.652500', '094738.112500', '094738.572500', '094739.032500', '094739.492500', '094739.952500', '094740.412500', '094740.872500', '094741.332500', '094741.792500', '094742.252500', '094742.712500', '094743.172500', '094743.632500', '094744.092500', '094744.552500', '094745.012500', '094745.472500', '094745.932500', '094746.392500', '094746.852500', '094747.312500', '094747.772500', '094748.232500', '094748.692500', '094749.152500', '094749.612500', '094750.072500', '094750.532500', '094750.992500', '094751.452500', '094751.912500', '094752.372500', '094752.832500', '094753.292500', '094753.752500', '094754.212500', '094754.672500', '094755.132500', '094755.592500', '094756.052500', '094756.512500', '094756.972500', '094757.432500', '094757.892500', '094758.352500', '094758.812500', '094759.272500', '094759.732500', '094800.192500', '094800.652500', '094801.112500', '094801.572500', '094802.032500', '094802.492500', '094802.952500', '094803.412500', '094803.872500', '094804.332500', '094804.792500', '094805.252500', '094805.712500', '094806.172500', '094806.632500', '094807.092500', '094807.552500', '094808.012500', '094808.472500', '094808.932500', '094809.392500', '094809.852500', '094810.312500', '094810.772500', '094811.232500', '094811.692500', '094812.152500', '094812.612500', '094813.072500', '094813.532500', '094813.992500', '094814.452500', '094814.912500', '094815.372500', '094815.832500', '094816.292500', '094816.752500', '094817.212500', '094817.672500', '094818.132500', '094818.592500', '094819.052500', '094819.512500', '094819.972500', '094820.432500', '094820.892500', '094821.352500', '094821.812500', '094822.272500', '094822.732500', '094823.192500', '094823.652500', '094824.112500', '094824.572500', '094825.032500', '094825.492500', '094825.952500', '094826.412500', '094826.872500', '094827.332500', '094827.792500', '094828.252500', '094828.712500', '094829.172500', '094829.632500', '094830.092500', '094830.552500', '094831.012500', '094831.472500', '094831.932500', '094832.392500', '094832.852500', '094833.312500', '094833.772500', '094834.232500', '094834.692500', '094835.152500', '094835.612500', '094836.072500', '094836.532500', '094836.992500', '094837.452500', '094837.912500', '094838.372500', '094838.832500', '094839.292500', '094839.752500', '094840.212500', '094840.672500', '094841.132500', '094841.592500', '094842.052500', '094842.512500', '094842.972500', '094843.432500', '094843.892500', '094844.352500', '094844.812500', '094845.272500', '094845.732500', '094846.192500', '094846.652500', '094847.112500', '094847.572500', '094848.032500', '094848.492500', '094848.952500', '094849.412500', '094849.872500', '094850.332500', '094850.792500', '094851.252500', '094851.712500', '094852.172500', '094852.632500', '094853.092500', '094853.552500', '094854.012500', '094854.472500', '094854.932500', '094855.392500', '094855.852500', '094856.312500', '094856.772500', '094857.232500', '094857.692500', '094858.152500', '094858.612500', '094859.072500', '094859.532500', '094859.992500', '094900.452500', '094900.912500', '094901.372500', '094901.832500', '094902.292500', '094902.752500', '094903.212500', '094903.672500', '094904.132500', '094904.592500', '094905.052500', '094905.512500', '094905.972500', '094906.432500', '094906.892500', '094907.352500', '094907.812500', '094908.272500', '094908.732500', '094909.192500', '094909.652500', '094910.112500', '094910.572500', '094911.032500', '094911.492500', '094911.952500', '094912.412500', '094912.872500', '094913.332500', '094913.792500', '094914.252500', '094914.712500', '094915.172500', '094915.632500', '094916.092500', '094916.552500', '094917.012500', '094917.472500'], 'ContentTime': ['094133.680000', '094133.683000', '094133.686000', '094133.688000', '094133.691000', '094133.694000', '094133.696000', '094133.699000', '094133.701000', '094133.704000', '094133.706000', '094133.709000', '094133.711000', '094133.714000', '094133.717000', '094133.719000', '094133.728000', '094133.731000', '094133.733000', '094133.736000', '094133.738000', '094133.741000', '094133.743000', '094133.746000', '094133.748000', '094133.751000', '094133.753000', '094133.756000', '094133.758000', '094133.761000', '094133.763000', '094133.766000', '094133.769000', '094133.771000', '094133.774000', '094133.776000', '094133.779000', '094133.781000', '094133.784000', '094133.786000', '094133.789000', '094133.801000', '094133.803000', '094133.813000', '094133.815000', '094133.818000', '094133.820000', '094133.823000', '094133.826000', '094133.828000', '094133.831000', '094133.833000', '094133.836000', '094133.838000', '094133.841000', '094133.843000', '094133.846000', '094133.849000', '094133.851000', '094133.854000', '094133.856000', '094153.646000', '094153.649000', '094153.652000', '094153.654000', '094153.657000', '094153.659000', '094153.662000', '094153.664000', '094153.667000', '094153.670000', '094153.672000', '094153.675000', '094153.677000', '094153.680000', '094153.682000', '094153.685000', '094153.687000', '094153.690000', '094153.692000', '094153.707000', '094153.709000', '094153.712000', '094153.714000', '094153.717000', '094153.719000', '094153.722000', '094153.724000', '094153.727000', '094153.730000', '094153.732000', '094153.735000', '094153.737000', '094153.740000', '094153.742000', '094153.745000', '094153.747000', '094153.750000', '094153.752000', '094153.755000', '094153.758000', '094153.760000', '094153.763000', '094153.765000', '094213.647000', '094213.649000', '094213.652000', '094213.654000', '094213.657000', '094213.660000', '094213.662000', '094213.665000', '094213.667000', '094213.670000', '094213.679000', '094213.682000', '094213.685000', '094213.687000', '094213.690000', '094213.692000', '094213.695000', '094213.697000', '094213.700000', '094213.703000', '094213.705000', '094213.708000', '094213.712000', '094213.715000', '094213.717000', '094213.720000', '094213.723000', '094213.725000', '094213.728000', '094213.730000', '094213.733000', '094213.735000', '094213.738000', '094213.741000', '094213.743000', '094213.746000', '094213.748000', '094213.751000', '094213.753000', '094213.756000', '094213.759000', '094213.761000', '094213.764000', '094233.647000', '094233.649000', '094233.652000', '094233.655000', '094233.657000', '094233.660000', '094233.662000', '094233.665000', '094233.667000', '094233.670000', '094233.672000', '094233.675000', '094233.678000', '094233.680000', '094233.683000', '094233.685000', '094233.688000', '094233.690000', '094233.693000', '094233.696000', '094233.698000', '094233.701000', '094233.703000', '094233.706000', '094233.708000', '094233.711000', '094233.713000', '094233.716000', '094233.718000', '094233.721000', '094233.724000', '094233.726000', '094233.729000', '094233.731000', '094233.734000', '094233.736000', '094233.739000', '094233.742000', '094233.744000', '094233.747000', '094233.749000', '094233.752000', '094233.754000', '094233.757000', '094253.646000', '094253.649000', '094253.652000', '094253.654000', '094253.657000', '094253.659000', '094253.662000', '094253.664000', '094253.667000', '094253.670000', '094253.672000', '094253.675000', '094253.677000', '094253.680000', '094253.682000', '094253.685000', '094253.688000', '094253.690000', '094253.693000', '094253.695000', '094253.698000', '094253.700000', '094253.703000', '094253.705000', '094253.708000', '094253.710000', '094253.713000', '094253.716000', '094253.718000', '094253.721000', '094253.723000', '094253.726000', '094253.728000', '094253.731000', '094253.734000', '094253.737000', '094253.740000', '094253.743000', '094253.745000', '094253.748000', '094253.750000', '094253.753000', '094253.755000', '094313.646000', '094313.649000', '094313.652000', '094313.654000', '094313.657000', '094313.659000', '094313.662000', '094313.665000', '094313.667000', '094313.670000', '094313.672000', '094313.675000', '094313.678000', '094313.680000', '094313.683000', '094313.685000', '094313.688000', '094313.690000', '094313.693000', '094313.695000', '094313.714000', '094313.716000', '094313.719000', '094313.721000', '094313.724000', '094313.727000', '094313.729000', '094313.732000', '094313.734000', '094313.737000', '094313.739000', '094313.742000', '094313.745000', '094313.747000', '094313.750000', '094313.752000', '094313.755000', '094313.757000', '094313.760000', '094313.763000', '094313.765000', '094313.768000', '094313.770000', '094313.773000', '094333.645000', '094333.648000', '094333.651000', '094333.653000', '094333.656000', '094333.659000', '094333.661000', '094333.664000', '094333.666000', '094333.669000', '094333.672000', '094333.674000', '094333.677000', '094333.679000', '094333.682000', '094333.685000', '094333.687000', '094333.690000', '094333.692000', '094333.695000', '094333.697000', '094333.700000', '094333.703000', '094333.705000', '094333.708000', '094333.710000', '094333.713000', '094333.715000', '094333.718000', '094333.720000', '094333.723000', '094333.726000', '094333.728000', '094333.731000', '094333.733000', '094333.736000', '094333.738000', '094333.741000', '094333.743000', '094333.746000', '094333.749000', '094333.752000', '094333.755000', '094353.646000', '094353.648000', '094353.651000', '094353.653000', '094353.656000', '094353.659000', '094353.661000', '094353.664000', '094353.667000', '094353.669000', '094353.672000', '094353.674000', '094353.677000', '094353.679000', '094353.682000', '094353.685000', '094353.687000', '094353.690000', '094353.692000', '094353.695000', '094353.698000', '094353.700000', '094353.703000', '094353.705000', '094353.708000', '094353.710000', '094353.713000', '094353.716000', '094353.718000', '094353.721000', '094353.723000', '094353.726000', '094353.729000', '094353.731000', '094353.737000', '094353.740000', '094353.742000', '094353.745000', '094353.748000', '094353.750000', '094353.753000', '094353.755000', '094353.758000', '094353.761000', '094413.646000', '094413.649000', '094413.652000', '094413.655000', '094413.657000', '094413.660000', '094413.662000', '094413.665000', '094413.667000', '094413.670000', '094413.672000', '094413.675000', '094413.678000', '094413.680000', '094413.683000', '094413.685000', '094413.688000', '094413.690000', '094413.693000', '094413.696000', '094413.698000', '094413.701000', '094413.703000', '094413.706000', '094413.709000', '094413.711000', '094413.714000', '094413.716000', '094413.719000', '094413.721000', '094413.724000', '094413.726000', '094413.729000', '094413.732000', '094413.734000', '094413.737000', '094413.739000', '094413.742000', '094413.745000', '094413.748000', '094413.751000', '094413.753000', '094413.756000', '094433.647000', '094433.649000', '094433.662000', '094433.665000', '094433.668000', '094433.670000', '094433.673000', '094433.675000', '094433.678000', '094433.680000', '094433.683000', '094433.685000', '094433.688000', '094433.690000', '094433.693000', '094433.696000', '094433.698000', '094433.701000', '094433.703000', '094433.706000', '094433.708000', '094433.711000', '094433.714000', '094433.716000', '094433.719000', '094433.721000', '094433.724000', '094433.726000', '094433.729000', '094433.731000', '094433.734000', '094433.737000', '094433.739000', '094433.742000', '094433.744000', '094433.747000', '094433.749000', '094433.752000', '094433.754000', '094433.757000', '094433.759000', '094433.762000', '094433.764000', '094433.767000', '094453.646000', '094453.665000', '094453.668000', '094453.670000', '094453.673000', '094453.675000', '094453.678000', '094453.680000', '094453.683000', '094453.686000', '094453.688000', '094453.691000', '094453.693000', '094453.696000', '094453.698000', '094453.701000', '094453.704000', '094453.706000', '094453.709000', '094453.711000', '094453.714000', '094453.716000', '094453.719000', '094453.722000', '094453.724000', '094453.727000', '094453.729000', '094453.732000', '094453.735000', '094453.738000', '094453.741000', '094453.744000', '094453.746000', '094453.749000', '094453.752000', '094453.754000', '094453.757000', '094453.759000', '094453.762000', '094453.764000', '094453.767000', '094453.769000', '094453.772000', '094513.646000', '094513.649000', '094513.652000', '094513.654000', '094513.657000', '094513.659000', '094513.662000', '094513.665000', '094513.667000', '094513.670000', '094513.672000', '094513.675000', '094513.677000', '094513.680000', '094513.682000', '094513.685000', '094513.688000', '094513.690000', '094513.693000', '094513.695000', '094513.698000', '094513.700000', '094513.703000', '094513.705000', '094513.708000', '094513.711000', '094513.713000', '094513.716000', '094513.718000', '094513.721000', '094513.723000', '094513.726000', '094513.729000', '094513.731000', '094513.734000', '094513.736000', '094513.739000', '094513.741000', '094513.744000', '094513.746000', '094513.749000', '094513.751000', '094513.754000', '094513.758000', '094533.647000', '094533.649000', '094533.652000', '094533.655000', '094533.657000', '094533.660000', '094533.662000', '094533.665000', '094533.667000', '094533.670000', '094533.673000', '094533.675000', '094533.678000', '094533.680000', '094533.683000', '094533.685000', '094533.688000', '094533.691000', '094533.693000', '094533.696000', '094533.698000', '094533.701000', '094533.703000', '094533.706000', '094533.709000', '094533.711000', '094533.714000', '094533.716000', '094533.719000', '094533.722000', '094533.724000', '094533.727000', '094533.729000', '094533.732000', '094533.735000', '094533.737000', '094533.740000', '094533.743000', '094533.745000', '094533.748000', '094533.750000', '094533.753000', '094533.756000', '094553.645000', '094553.648000', '094553.651000', '094553.653000', '094553.656000', '094553.659000', '094553.661000', '094553.664000', '094553.666000', '094553.669000', '094553.672000', '094553.674000', '094553.677000', '094553.679000', '094553.682000', '094553.685000', '094553.687000', '094553.690000', '094553.692000', '094553.695000', '094553.697000', '094553.700000', '094553.702000', '094553.705000', '094553.708000', '094553.710000', '094553.713000', '094553.715000', '094553.718000', '094553.721000', '094553.723000', '094553.726000', '094553.728000', '094553.731000', '094553.733000', '094553.736000', '094553.739000', '094553.741000', '094553.744000', '094553.746000', '094553.749000', '094553.751000', '094553.754000', '094553.756000', '094613.645000', '094613.648000', '094613.651000', '094613.653000', '094613.656000', '094613.659000', '094613.661000', '094613.664000', '094613.666000', '094613.669000', '094613.671000', '094613.674000', '094613.677000', '094613.679000', '094613.683000', '094613.685000', '094613.688000', '094613.690000', '094613.693000', '094613.695000', '094613.698000', '094613.701000', '094613.703000', '094613.706000', '094613.708000', '094613.711000', '094613.732000', '094613.735000', '094613.737000', '094613.740000', '094613.743000', '094613.745000', '094613.748000', '094613.750000', '094613.753000', '094613.755000', '094613.758000', '094613.760000', '094613.763000', '094613.766000', '094613.768000', '094613.771000', '094613.774000', '094633.646000', '094633.649000', '094633.652000', '094633.654000', '094633.657000', '094633.660000', '094633.662000', '094633.665000', '094633.667000', '094633.670000', '094633.672000', '094633.675000', '094633.678000', '094633.680000', '094633.683000', '094633.685000', '094633.688000', '094633.690000', '094633.693000', '094633.695000', '094633.698000', '094633.700000', '094633.703000', '094633.706000', '094633.708000', '094633.711000', '094633.713000', '094633.716000', '094633.718000', '094633.721000', '094633.723000', '094633.726000', '094633.729000', '094633.731000', '094633.734000', '094633.736000', '094633.739000', '094633.741000', '094633.744000', '094633.746000', '094633.749000', '094633.752000', '094633.754000', '094633.757000', '094653.646000', '094653.649000', '094653.652000', '094653.654000', '094653.657000', '094653.660000', '094653.662000', '094653.665000', '094653.667000', '094653.670000', '094653.673000', '094653.675000', '094653.678000', '094653.680000', '094653.683000', '094653.686000', '094653.688000', '094653.691000', '094653.693000', '094653.696000', '094653.698000', '094653.701000', '094653.704000', '094653.706000', '094653.709000', '094653.711000', '094653.714000', '094653.718000', '094653.721000', '094653.723000', '094653.726000', '094653.729000', '094653.731000', '094653.734000', '094653.736000', '094653.739000', '094653.741000', '094653.744000', '094653.747000', '094653.749000', '094653.752000', '094653.754000', '094653.757000', '094713.646000', '094713.649000', '094713.652000', '094713.654000', '094713.657000', '094713.659000', '094713.662000', '094713.665000', '094713.667000', '094713.670000', '094713.672000', '094713.675000', '094713.677000', '094713.680000', '094713.683000', '094713.685000', '094713.688000', '094713.690000', '094713.693000', '094713.696000', '094713.698000', '094713.701000', '094713.703000', '094713.706000', '094713.708000', '094713.711000', '094713.714000', '094713.716000', '094713.719000', '094713.721000', '094713.724000', '094713.727000', '094713.729000', '094713.732000', '094713.734000', '094713.737000', '094713.739000', '094713.742000', '094713.744000', '094713.747000', '094713.749000', '094713.752000', '094713.755000', '094713.757000', '094733.646000', '094733.649000', '094733.652000', '094733.655000', '094733.657000', '094733.660000', '094733.662000', '094733.665000', '094733.667000', '094733.670000', '094733.673000', '094733.675000', '094733.678000', '094733.680000', '094733.683000', '094733.685000', '094733.688000', '094733.691000', '094733.693000', '094733.696000', '094733.698000', '094733.701000', '094733.703000', '094733.706000', '094733.709000', '094733.711000', '094733.714000', '094733.716000', '094733.719000', '094733.721000', '094733.724000', '094733.726000', '094733.729000', '094733.732000', '094733.734000', '094733.737000', '094733.739000', '094733.753000', '094733.756000', '094733.758000', '094733.761000', '094733.764000', '094733.766000', '094753.647000', '094753.649000', '094753.652000', '094753.654000', '094753.657000', '094753.660000', '094753.662000', '094753.665000', '094753.667000', '094753.670000', '094753.672000', '094753.675000', '094753.678000', '094753.680000', '094753.683000', '094753.685000', '094753.688000', '094753.690000', '094753.693000', '094753.695000', '094753.698000', '094753.700000', '094753.703000', '094753.706000', '094753.708000', '094753.711000', '094753.713000', '094753.716000', '094753.718000', '094753.721000', '094753.723000', '094753.726000', '094753.729000', '094753.731000', '094753.734000', '094753.736000', '094753.739000', '094753.741000', '094753.744000', '094753.746000', '094753.749000', '094753.751000', '094753.754000', '094753.757000', '094813.646000', '094813.648000', '094813.651000', '094813.653000', '094813.656000', '094813.659000', '094813.661000', '094813.664000', '094813.667000', '094813.669000', '094813.672000', '094813.674000', '094813.677000', '094813.679000', '094813.682000', '094813.685000', '094813.687000', '094813.690000', '094813.692000', '094813.695000', '094813.697000', '094813.700000', '094813.702000', '094813.705000', '094813.708000', '094813.710000', '094813.713000', '094813.715000', '094813.718000', '094813.720000', '094813.723000', '094813.726000', '094813.728000', '094813.731000', '094813.733000', '094813.736000', '094813.738000', '094813.741000', '094813.744000', '094813.746000', '094813.749000', '094813.751000', '094813.754000', '094833.647000', '094833.649000', '094833.652000', '094833.654000', '094833.657000', '094833.660000', '094833.662000', '094833.665000', '094833.668000', '094833.670000', '094833.673000', '094833.675000', '094833.678000', '094833.681000', '094833.683000', '094833.686000', '094833.689000', '094833.691000', '094833.694000', '094833.696000', '094833.699000', '094833.702000', '094833.704000', '094833.707000', '094833.709000', '094833.712000', '094833.715000', '094833.717000', '094833.720000', '094833.722000', '094833.725000', '094833.728000', '094833.730000', '094833.733000', '094833.736000', '094833.738000', '094833.741000', '094833.743000', '094833.746000', '094833.749000', '094833.751000', '094833.754000', '094833.756000', '094833.759000', '094853.647000', '094853.649000', '094853.652000', '094853.654000', '094853.657000', '094853.660000', '094853.662000', '094853.665000', '094853.667000', '094853.670000', '094853.673000', '094853.675000', '094853.678000', '094853.680000', '094853.683000', '094853.685000', '094853.688000', '094853.690000', '094853.693000', '094853.696000', '094853.698000', '094853.701000', '094853.703000', '094853.706000', '094853.708000', '094853.711000', '094853.714000', '094853.716000', '094853.719000', '094853.721000', '094853.724000', '094853.726000', '094853.729000', '094853.732000', '094853.734000', '094853.737000', '094853.739000', '094853.742000', '094853.744000', '094853.747000', '094853.750000', '094853.752000', '094853.755000', '094913.646000', '094913.649000', '094913.652000', '094913.654000', '094913.657000', '094913.660000', '094913.662000', '094913.665000', '094913.667000', '094913.670000', '094913.672000', '094913.675000', '094913.677000', '094913.680000', '094913.682000', '094913.685000', '094913.688000', '094913.690000', '094913.693000', '094913.695000', '094913.698000', '094913.700000', '094913.703000', '094913.706000', '094913.708000', '094913.711000', '094913.713000', '094913.716000', '094913.718000', '094913.721000', '094913.724000', '094913.726000', '094913.729000', '094913.731000', '094913.734000', '094913.736000', '094913.739000', '094913.742000', '094913.744000', '094913.747000', '094913.749000', '094913.752000', '094913.754000', '094913.757000', '094919.172000', '094919.175000', '094919.177000', '094919.180000', '094919.183000', '094919.186000', '094919.188000', '094919.191000', '094919.194000', '094919.196000', '094919.199000', '094919.202000'], 'InstanceCreationTime': ['094133.680000', '094133.683000', '094133.686000', '094133.688000', '094133.691000', '094133.694000', '094133.696000', '094133.699000', '094133.701000', '094133.704000', '094133.706000', '094133.709000', '094133.711000', '094133.714000', '094133.717000', '094133.719000', '094133.728000', '094133.731000', '094133.733000', '094133.736000', '094133.738000', '094133.741000', '094133.743000', '094133.746000', '094133.748000', '094133.751000', '094133.753000', '094133.756000', '094133.758000', '094133.761000', '094133.763000', '094133.766000', '094133.769000', '094133.771000', '094133.774000', '094133.776000', '094133.779000', '094133.781000', '094133.784000', '094133.786000', '094133.789000', '094133.801000', '094133.803000', '094133.813000', '094133.815000', '094133.818000', '094133.820000', '094133.823000', '094133.826000', '094133.828000', '094133.831000', '094133.833000', '094133.836000', '094133.838000', '094133.841000', '094133.843000', '094133.846000', '094133.849000', '094133.851000', '094133.854000', '094133.856000', '094153.646000', '094153.649000', '094153.652000', '094153.654000', '094153.657000', '094153.659000', '094153.662000', '094153.664000', '094153.667000', '094153.670000', '094153.672000', '094153.675000', '094153.677000', '094153.680000', '094153.682000', '094153.685000', '094153.687000', '094153.690000', '094153.692000', '094153.707000', '094153.709000', '094153.712000', '094153.714000', '094153.717000', '094153.719000', '094153.722000', '094153.724000', '094153.727000', '094153.730000', '094153.732000', '094153.735000', '094153.737000', '094153.740000', '094153.742000', '094153.745000', '094153.747000', '094153.750000', '094153.752000', '094153.755000', '094153.758000', '094153.760000', '094153.763000', '094153.765000', '094213.647000', '094213.649000', '094213.652000', '094213.654000', '094213.657000', '094213.660000', '094213.662000', '094213.665000', '094213.667000', '094213.670000', '094213.679000', '094213.682000', '094213.685000', '094213.687000', '094213.690000', '094213.692000', '094213.695000', '094213.697000', '094213.700000', '094213.703000', '094213.705000', '094213.708000', '094213.712000', '094213.715000', '094213.717000', '094213.720000', '094213.723000', '094213.725000', '094213.728000', '094213.730000', '094213.733000', '094213.735000', '094213.738000', '094213.741000', '094213.743000', '094213.746000', '094213.748000', '094213.751000', '094213.753000', '094213.756000', '094213.759000', '094213.761000', '094213.764000', '094233.647000', '094233.649000', '094233.652000', '094233.655000', '094233.657000', '094233.660000', '094233.662000', '094233.665000', '094233.667000', '094233.670000', '094233.672000', '094233.675000', '094233.678000', '094233.680000', '094233.683000', '094233.685000', '094233.688000', '094233.690000', '094233.693000', '094233.696000', '094233.698000', '094233.701000', '094233.703000', '094233.706000', '094233.708000', '094233.711000', '094233.713000', '094233.716000', '094233.718000', '094233.721000', '094233.724000', '094233.726000', '094233.729000', '094233.731000', '094233.734000', '094233.736000', '094233.739000', '094233.742000', '094233.744000', '094233.747000', '094233.749000', '094233.752000', '094233.754000', '094233.757000', '094253.646000', '094253.649000', '094253.652000', '094253.654000', '094253.657000', '094253.659000', '094253.662000', '094253.664000', '094253.667000', '094253.670000', '094253.672000', '094253.675000', '094253.677000', '094253.680000', '094253.682000', '094253.685000', '094253.688000', '094253.690000', '094253.693000', '094253.695000', '094253.698000', '094253.700000', '094253.703000', '094253.705000', '094253.708000', '094253.710000', '094253.713000', '094253.716000', '094253.718000', '094253.721000', '094253.723000', '094253.726000', '094253.728000', '094253.731000', '094253.734000', '094253.737000', '094253.740000', '094253.743000', '094253.745000', '094253.748000', '094253.750000', '094253.753000', '094253.755000', '094313.646000', '094313.649000', '094313.652000', '094313.654000', '094313.657000', '094313.659000', '094313.662000', '094313.665000', '094313.667000', '094313.670000', '094313.672000', '094313.675000', '094313.678000', '094313.680000', '094313.683000', '094313.685000', '094313.688000', '094313.690000', '094313.693000', '094313.695000', '094313.714000', '094313.716000', '094313.719000', '094313.721000', '094313.724000', '094313.727000', '094313.729000', '094313.732000', '094313.734000', '094313.737000', '094313.739000', '094313.742000', '094313.745000', '094313.747000', '094313.750000', '094313.752000', '094313.755000', '094313.757000', '094313.760000', '094313.763000', '094313.765000', '094313.768000', '094313.770000', '094313.773000', '094333.645000', '094333.648000', '094333.651000', '094333.653000', '094333.656000', '094333.659000', '094333.661000', '094333.664000', '094333.666000', '094333.669000', '094333.672000', '094333.674000', '094333.677000', '094333.679000', '094333.682000', '094333.685000', '094333.687000', '094333.690000', '094333.692000', '094333.695000', '094333.697000', '094333.700000', '094333.703000', '094333.705000', '094333.708000', '094333.710000', '094333.713000', '094333.715000', '094333.718000', '094333.720000', '094333.723000', '094333.726000', '094333.728000', '094333.731000', '094333.733000', '094333.736000', '094333.738000', '094333.741000', '094333.743000', '094333.746000', '094333.749000', '094333.752000', '094333.755000', '094353.646000', '094353.648000', '094353.651000', '094353.653000', '094353.656000', '094353.659000', '094353.661000', '094353.664000', '094353.667000', '094353.669000', '094353.672000', '094353.674000', '094353.677000', '094353.679000', '094353.682000', '094353.685000', '094353.687000', '094353.690000', '094353.692000', '094353.695000', '094353.698000', '094353.700000', '094353.703000', '094353.705000', '094353.708000', '094353.710000', '094353.713000', '094353.716000', '094353.718000', '094353.721000', '094353.723000', '094353.726000', '094353.729000', '094353.731000', '094353.737000', '094353.740000', '094353.742000', '094353.745000', '094353.748000', '094353.750000', '094353.753000', '094353.755000', '094353.758000', '094353.761000', '094413.646000', '094413.649000', '094413.652000', '094413.655000', '094413.657000', '094413.660000', '094413.662000', '094413.665000', '094413.667000', '094413.670000', '094413.672000', '094413.675000', '094413.678000', '094413.680000', '094413.683000', '094413.685000', '094413.688000', '094413.690000', '094413.693000', '094413.696000', '094413.698000', '094413.701000', '094413.703000', '094413.706000', '094413.709000', '094413.711000', '094413.714000', '094413.716000', '094413.719000', '094413.721000', '094413.724000', '094413.726000', '094413.729000', '094413.732000', '094413.734000', '094413.737000', '094413.739000', '094413.742000', '094413.745000', '094413.748000', '094413.751000', '094413.753000', '094413.756000', '094433.647000', '094433.649000', '094433.662000', '094433.665000', '094433.668000', '094433.670000', '094433.673000', '094433.675000', '094433.678000', '094433.680000', '094433.683000', '094433.685000', '094433.688000', '094433.690000', '094433.693000', '094433.696000', '094433.698000', '094433.701000', '094433.703000', '094433.706000', '094433.708000', '094433.711000', '094433.714000', '094433.716000', '094433.719000', '094433.721000', '094433.724000', '094433.726000', '094433.729000', '094433.731000', '094433.734000', '094433.737000', '094433.739000', '094433.742000', '094433.744000', '094433.747000', '094433.749000', '094433.752000', '094433.754000', '094433.757000', '094433.759000', '094433.762000', '094433.764000', '094433.767000', '094453.646000', '094453.665000', '094453.668000', '094453.670000', '094453.673000', '094453.675000', '094453.678000', '094453.680000', '094453.683000', '094453.686000', '094453.688000', '094453.691000', '094453.693000', '094453.696000', '094453.698000', '094453.701000', '094453.704000', '094453.706000', '094453.709000', '094453.711000', '094453.714000', '094453.716000', '094453.719000', '094453.722000', '094453.724000', '094453.727000', '094453.729000', '094453.732000', '094453.735000', '094453.738000', '094453.741000', '094453.744000', '094453.746000', '094453.749000', '094453.752000', '094453.754000', '094453.757000', '094453.759000', '094453.762000', '094453.764000', '094453.767000', '094453.769000', '094453.772000', '094513.646000', '094513.649000', '094513.652000', '094513.654000', '094513.657000', '094513.659000', '094513.662000', '094513.665000', '094513.667000', '094513.670000', '094513.672000', '094513.675000', '094513.677000', '094513.680000', '094513.682000', '094513.685000', '094513.688000', '094513.690000', '094513.693000', '094513.695000', '094513.698000', '094513.700000', '094513.703000', '094513.705000', '094513.708000', '094513.711000', '094513.713000', '094513.716000', '094513.718000', '094513.721000', '094513.723000', '094513.726000', '094513.729000', '094513.731000', '094513.734000', '094513.736000', '094513.739000', '094513.741000', '094513.744000', '094513.746000', '094513.749000', '094513.751000', '094513.754000', '094513.758000', '094533.647000', '094533.649000', '094533.652000', '094533.655000', '094533.657000', '094533.660000', '094533.662000', '094533.665000', '094533.667000', '094533.670000', '094533.673000', '094533.675000', '094533.678000', '094533.680000', '094533.683000', '094533.685000', '094533.688000', '094533.691000', '094533.693000', '094533.696000', '094533.698000', '094533.701000', '094533.703000', '094533.706000', '094533.709000', '094533.711000', '094533.714000', '094533.716000', '094533.719000', '094533.722000', '094533.724000', '094533.727000', '094533.729000', '094533.732000', '094533.735000', '094533.737000', '094533.740000', '094533.743000', '094533.745000', '094533.748000', '094533.750000', '094533.753000', '094533.756000', '094553.645000', '094553.648000', '094553.651000', '094553.653000', '094553.656000', '094553.659000', '094553.661000', '094553.664000', '094553.666000', '094553.669000', '094553.672000', '094553.674000', '094553.677000', '094553.679000', '094553.682000', '094553.685000', '094553.687000', '094553.690000', '094553.692000', '094553.695000', '094553.697000', '094553.700000', '094553.702000', '094553.705000', '094553.708000', '094553.710000', '094553.713000', '094553.715000', '094553.718000', '094553.721000', '094553.723000', '094553.726000', '094553.728000', '094553.731000', '094553.733000', '094553.736000', '094553.739000', '094553.741000', '094553.744000', '094553.746000', '094553.749000', '094553.751000', '094553.754000', '094553.756000', '094613.645000', '094613.648000', '094613.651000', '094613.653000', '094613.656000', '094613.659000', '094613.661000', '094613.664000', '094613.666000', '094613.669000', '094613.671000', '094613.674000', '094613.677000', '094613.679000', '094613.683000', '094613.685000', '094613.688000', '094613.690000', '094613.693000', '094613.695000', '094613.698000', '094613.701000', '094613.703000', '094613.706000', '094613.708000', '094613.711000', '094613.732000', '094613.735000', '094613.737000', '094613.740000', '094613.743000', '094613.745000', '094613.748000', '094613.750000', '094613.753000', '094613.755000', '094613.758000', '094613.760000', '094613.763000', '094613.766000', '094613.768000', '094613.771000', '094613.774000', '094633.646000', '094633.649000', '094633.652000', '094633.654000', '094633.657000', '094633.660000', '094633.662000', '094633.665000', '094633.667000', '094633.670000', '094633.672000', '094633.675000', '094633.678000', '094633.680000', '094633.683000', '094633.685000', '094633.688000', '094633.690000', '094633.693000', '094633.695000', '094633.698000', '094633.700000', '094633.703000', '094633.706000', '094633.708000', '094633.711000', '094633.713000', '094633.716000', '094633.718000', '094633.721000', '094633.723000', '094633.726000', '094633.729000', '094633.731000', '094633.734000', '094633.736000', '094633.739000', '094633.741000', '094633.744000', '094633.746000', '094633.749000', '094633.752000', '094633.754000', '094633.757000', '094653.646000', '094653.649000', '094653.652000', '094653.654000', '094653.657000', '094653.660000', '094653.662000', '094653.665000', '094653.667000', '094653.670000', '094653.673000', '094653.675000', '094653.678000', '094653.680000', '094653.683000', '094653.686000', '094653.688000', '094653.691000', '094653.693000', '094653.696000', '094653.698000', '094653.701000', '094653.704000', '094653.706000', '094653.709000', '094653.711000', '094653.714000', '094653.718000', '094653.721000', '094653.723000', '094653.726000', '094653.729000', '094653.731000', '094653.734000', '094653.736000', '094653.739000', '094653.741000', '094653.744000', '094653.747000', '094653.749000', '094653.752000', '094653.754000', '094653.757000', '094713.646000', '094713.649000', '094713.652000', '094713.654000', '094713.657000', '094713.659000', '094713.662000', '094713.665000', '094713.667000', '094713.670000', '094713.672000', '094713.675000', '094713.677000', '094713.680000', '094713.683000', '094713.685000', '094713.688000', '094713.690000', '094713.693000', '094713.696000', '094713.698000', '094713.701000', '094713.703000', '094713.706000', '094713.708000', '094713.711000', '094713.714000', '094713.716000', '094713.719000', '094713.721000', '094713.724000', '094713.727000', '094713.729000', '094713.732000', '094713.734000', '094713.737000', '094713.739000', '094713.742000', '094713.744000', '094713.747000', '094713.749000', '094713.752000', '094713.755000', '094713.757000', '094733.646000', '094733.649000', '094733.652000', '094733.655000', '094733.657000', '094733.660000', '094733.662000', '094733.665000', '094733.667000', '094733.670000', '094733.673000', '094733.675000', '094733.678000', '094733.680000', '094733.683000', '094733.685000', '094733.688000', '094733.691000', '094733.693000', '094733.696000', '094733.698000', '094733.701000', '094733.703000', '094733.706000', '094733.709000', '094733.711000', '094733.714000', '094733.716000', '094733.719000', '094733.721000', '094733.724000', '094733.726000', '094733.729000', '094733.732000', '094733.734000', '094733.737000', '094733.739000', '094733.753000', '094733.756000', '094733.758000', '094733.761000', '094733.764000', '094733.766000', '094753.647000', '094753.649000', '094753.652000', '094753.654000', '094753.657000', '094753.660000', '094753.662000', '094753.665000', '094753.667000', '094753.670000', '094753.672000', '094753.675000', '094753.678000', '094753.680000', '094753.683000', '094753.685000', '094753.688000', '094753.690000', '094753.693000', '094753.695000', '094753.698000', '094753.700000', '094753.703000', '094753.706000', '094753.708000', '094753.711000', '094753.713000', '094753.716000', '094753.718000', '094753.721000', '094753.723000', '094753.726000', '094753.729000', '094753.731000', '094753.734000', '094753.736000', '094753.739000', '094753.741000', '094753.744000', '094753.746000', '094753.749000', '094753.751000', '094753.754000', '094753.757000', '094813.646000', '094813.648000', '094813.651000', '094813.653000', '094813.656000', '094813.659000', '094813.661000', '094813.664000', '094813.667000', '094813.669000', '094813.672000', '094813.674000', '094813.677000', '094813.679000', '094813.682000', '094813.685000', '094813.687000', '094813.690000', '094813.692000', '094813.695000', '094813.697000', '094813.700000', '094813.702000', '094813.705000', '094813.708000', '094813.710000', '094813.713000', '094813.715000', '094813.718000', '094813.720000', '094813.723000', '094813.726000', '094813.728000', '094813.731000', '094813.733000', '094813.736000', '094813.738000', '094813.741000', '094813.744000', '094813.746000', '094813.749000', '094813.751000', '094813.754000', '094833.647000', '094833.649000', '094833.652000', '094833.654000', '094833.657000', '094833.660000', '094833.662000', '094833.665000', '094833.668000', '094833.670000', '094833.673000', '094833.675000', '094833.678000', '094833.681000', '094833.683000', '094833.686000', '094833.689000', '094833.691000', '094833.694000', '094833.696000', '094833.699000', '094833.702000', '094833.704000', '094833.707000', '094833.709000', '094833.712000', '094833.715000', '094833.717000', '094833.720000', '094833.722000', '094833.725000', '094833.728000', '094833.730000', '094833.733000', '094833.736000', '094833.738000', '094833.741000', '094833.743000', '094833.746000', '094833.749000', '094833.751000', '094833.754000', '094833.756000', '094833.759000', '094853.647000', '094853.649000', '094853.652000', '094853.654000', '094853.657000', '094853.660000', '094853.662000', '094853.665000', '094853.667000', '094853.670000', '094853.673000', '094853.675000', '094853.678000', '094853.680000', '094853.683000', '094853.685000', '094853.688000', '094853.690000', '094853.693000', '094853.696000', '094853.698000', '094853.701000', '094853.703000', '094853.706000', '094853.708000', '094853.711000', '094853.714000', '094853.716000', '094853.719000', '094853.721000', '094853.724000', '094853.726000', '094853.729000', '094853.732000', '094853.734000', '094853.737000', '094853.739000', '094853.742000', '094853.744000', '094853.747000', '094853.750000', '094853.752000', '094853.755000', '094913.646000', '094913.649000', '094913.652000', '094913.654000', '094913.657000', '094913.660000', '094913.662000', '094913.665000', '094913.667000', '094913.670000', '094913.672000', '094913.675000', '094913.677000', '094913.680000', '094913.682000', '094913.685000', '094913.688000', '094913.690000', '094913.693000', '094913.695000', '094913.698000', '094913.700000', '094913.703000', '094913.706000', '094913.708000', '094913.711000', '094913.713000', '094913.716000', '094913.718000', '094913.721000', '094913.724000', '094913.726000', '094913.729000', '094913.731000', '094913.734000', '094913.736000', '094913.739000', '094913.742000', '094913.744000', '094913.747000', '094913.749000', '094913.752000', '094913.754000', '094913.757000', '094919.172000', '094919.175000', '094919.177000', '094919.180000', '094919.183000', '094919.186000', '094919.188000', '094919.191000', '094919.194000', '094919.196000', '094919.199000', '094919.202000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [10891, 9675, 9214, 11321, 9558, 9001, 11529, 9130, 9121, 11122, 9714, 9437, 11173, 9350, 8944, 12074, 9543, 9102, 12054, 9629, 8957, 12243, 9413, 8910, 9260, 9487, 9083, 12083, 9700, 9566, 12413, 9417, 9167, 9921, 9223, 9175, 9214, 8896, 9536, 9456, 9438, 8986, 8667, 9451, 9028, 9372, 9423, 9155, 8663, 9654, 8865, 12016, 9451, 9970, 12276, 9573, 9202, 12478, 9092, 8980, 10684, 9434, 8735, 9215, 9283, 8896, 11662, 9006, 9084, 10498, 9442, 8962, 10413, 9310, 8821, 8590, 9594, 8668, 9272, 9797, 9304, 9087, 12966, 9435, 8755, 11233, 9251, 9163, 10687, 9219, 8594, 10003, 9219, 8999, 9505, 9619, 8924, 9148, 9506, 8804, 9493, 9509, 8999, 9766, 9304, 8924, 10526, 8737, 8938, 10891, 8949, 8876, 11111, 9736, 8447, 11091, 9667, 8993, 11090, 9308, 9035, 10397, 10453, 9497, 8637, 10843, 9744, 8744, 9508, 8801, 9374, 9310, 9057, 9305, 9861, 9212, 10983, 9816, 8847, 12350, 9569, 9022, 10291, 9458, 9493, 10317, 9056, 9132, 9589, 9488, 10753, 9634, 9814, 11163, 9729, 9442, 10853, 10373, 9232, 11057, 9783, 8652, 9099, 9423, 9073, 9968, 9426, 8693, 9502, 9384, 8772, 10534, 10026, 9133, 10018, 9034, 9642, 10013, 9761, 10837, 9845, 9213, 10695, 9326, 9281, 10656, 9878, 9009, 10330, 9141, 8774, 11276, 10420, 8877, 8715, 9497, 8609, 9805, 9130, 10040, 10087, 9243, 10813, 9859, 8574, 10005, 9012, 8559, 10416, 9633, 10137, 9441, 9413, 8636, 11495, 9504, 9062, 10612, 9710, 9097, 10442, 10180, 8876, 9725, 9533, 9288, 9987, 9194, 9367, 9876, 9761, 9473, 9068, 9255, 9343, 9133, 10464, 9734, 8979, 9073, 9486, 8807, 8988, 8999, 8437, 9233, 9517, 10005, 9526, 9496, 10630, 9468, 9290, 10129, 9172, 9527, 10819, 9778, 9677, 9756, 11557, 9251, 8845, 10362, 9502, 9020, 11360, 9774, 8883, 10332, 9443, 8762, 10405, 10198, 9033, 10575, 9913, 9105, 9810, 9759, 9295, 9739, 9388, 9470, 10652, 9524, 9262, 9112, 9799, 9076, 9868, 9224, 9259, 9969, 9593, 9442, 9413, 9182, 8992, 10104, 8900, 9500, 10449, 10528, 9168, 8562, 11190, 9425, 8514, 11148, 9865, 8667, 10342, 9649, 8655, 10084, 9411, 8768, 9954, 9899, 8927, 10005, 9847, 8634, 9966, 8779, 8875, 9736, 9525, 9289, 9185, 10898, 8912, 8456, 11821, 9520, 8754, 10822, 9694, 8774, 10065, 8779, 8908, 9356, 9866, 9061, 10009, 8785, 8545, 9473, 9251, 8771, 9867, 9514, 8652, 10471, 9249, 8983, 9094, 10055, 8789, 9350, 8734, 9319, 8702, 11582, 8850, 8801, 11751, 8603, 9225, 11692, 9079, 9479, 11508, 8983, 8590, 11346, 8563, 9027, 8562, 9248, 8310, 9200, 8356, 10572, 9300, 8403, 11210, 8473, 8491, 11370, 8736, 8341, 11079, 8908, 8473, 11064, 9354, 8508, 10642, 8775, 8187, 10133, 8903, 7843, 9828, 8383, 8057, 10578, 8593, 8014, 10256, 8822, 8056, 9406, 8477, 8074, 10141, 9202, 8194, 8894, 7998, 8433, 8000, 9209, 8746, 7925, 11604, 8098, 7942, 9548, 8542, 7695, 9595, 8474, 7729, 10033, 8797, 7708, 9441, 8552, 8258, 8578, 11549, 7783, 8353, 11100, 8399, 7959, 10474, 8204, 7889, 10624, 8230, 8120, 10229, 8841, 7976, 10695, 7833, 7716, 8224, 8094, 8168, 8385, 9778, 8561, 8130, 11996, 7959, 8529, 10766, 8259, 8223, 10753, 8096, 7908, 10309, 8273, 7725, 9563, 8092, 7783, 9779, 8931, 7514, 8405, 7738, 8177, 8780, 8981, 8729, 8193, 11396, 8261, 8398, 8897, 9262, 8027, 11272, 8501, 9080, 12451, 9158, 8444, 11096, 9281, 8347, 11597, 9282, 8886, 7958, 11778, 8921, 8233, 9895, 8347, 8271, 10804, 8743, 8392, 9862, 8658, 8643, 10686, 8359, 8311, 9814, 12770, 8661, 9037, 11732, 9058, 8539, 10699, 9498, 7914, 10551, 8912, 8100, 10274, 9041, 7997, 11050, 9188, 8453, 12124, 7861, 8566, 7973, 7806, 9297, 9824, 8255, 9366, 8172, 9280, 9655, 9319, 11469, 9795, 10556, 9186, 10307, 10323, 9508, 9403, 10791, 9379, 9028, 10364, 10191, 9127, 10123, 9235, 10780, 9510, 9075, 11178, 9285, 9123, 10453, 9665, 9138, 9378, 9792, 11076, 9666, 9145, 11202, 9508, 9263, 11211, 9880, 9163, 11214, 9189, 9089, 11546, 9897, 8850, 9983, 9451, 8878, 9638, 9404, 8718, 8772, 7862, 10804, 8716, 8554, 8760, 8700, 9990, 8830, 7815, 11942, 8325, 9094, 11556, 8315, 8835, 11278, 8023, 8925, 11382, 8266, 9195, 8133, 8741, 8279, 8998, 8526, 8389, 7013, 7672, 9898, 7985, 7753, 11255, 7729, 7950, 11319, 8128, 8694, 11688, 8355, 8429, 11444, 7790, 8463, 11407, 8025, 8436, 11290, 7316, 8863, 11789, 7583, 9128, 8659, 8378, 8342, 12247, 7426, 9700, 7182, 7592, 9894, 8094, 7562, 11234, 8663, 7555, 9943, 7497, 7759, 10712, 7734, 7916, 12372, 8355, 7546, 10587, 6935, 7392, 10614, 8386, 7566, 11534, 7606, 7733, 10889, 7834, 7685, 10472, 8211, 7355, 10609, 7013, 7531, 11129, 7771, 7618, 10266, 8196, 7360, 9780, 9744, 7429, 9122, 8174, 7951, 8309, 10541, 7468, 8805, 11146, 7265, 8690, 11378, 7658, 8052, 10824, 7371, 8389, 10772, 7455, 8343, 11192, 7291, 8358, 11136, 7135, 8918, 10784, 7447, 8390, 11266, 7705, 8495, 11694, 7160, 9071, 11173, 8041, 8739, 11624, 8178, 8457, 10863, 7357, 8013, 11231, 7251, 8493, 11848, 7603, 8851, 11760, 7748, 8710, 11684, 7642, 7823, 11060, 8371, 7197, 10076, 7111, 7197, 10252, 8723, 7325, 10344, 8181, 7286, 11015, 8033, 7931, 11133, 7779, 7245, 10939, 8453, 7141, 9446, 7778, 7766, 8909, 11770, 7234, 9299, 9946, 7271, 8262, 10543, 7349, 7798, 10367, 7129, 8363, 6837, 7791, 8171, 7107, 7693, 9370, 7712, 7841, 11496, 7610, 8889, 11798, 7239, 8691, 11670, 7531, 9342, 7932, 7988, 11032, 8739, 7948, 12647, 7723, 9555, 12226, 7205, 9575, 12082, 7330, 9828, 7634, 7452, 9241, 8144, 7614, 12212, 6692, 8133, 11052, 6733, 8659, 11848, 7257, 9317, 11527, 7493, 9088, 7618, 7157, 8672, 7771, 7912, 10785, 6948, 8603, 12086, 7359, 9030, 11007, 7329, 8766, 7888, 7268, 8863, 6802, 8352, 10971, 7207, 8909, 11472, 7604, 9505, 7239, 8864, 11336, 7255, 9141, 11924, 7785, 9437, 7393, 8179, 10531, 6931, 10126, 13017, 7941, 10660, 13261, 8165, 10902, 12600, 8185, 10494, 12523, 8248, 10505, 7086, 8672, 10860, 7004, 9856, 13121, 8105, 10579, 10897, 8267, 9985, 9807, 8293, 10019, 7212, 8803, 11077, 7086, 8674, 10447, 7055, 9692, 11728, 8321, 10345, 12992, 7616, 10042, 12112, 7182, 9470, 10481, 6746, 9134, 10330, 7407, 8401, 9831, 9001, 8374, 10014, 6997, 8611, 9503, 9849, 8681, 9955, 9250, 9007, 11262, 7749, 9267, 11848, 9638, 9190, 10834, 9868, 9130, 10627, 13276, 8817, 10865, 12986, 8074, 10478, 12839, 7871, 10366, 12596, 7126, 8979, 11048, 6875, 9300, 11991, 6952, 9584, 12050, 7200, 8801, 11945, 6962, 9020, 12072, 7108, 8823, 11369, 9521, 8671, 10899, 7830, 8875, 11096, 11707, 8048, 10163, 12473, 8017, 10521, 12704, 7767, 10368, 12777, 7802, 10148, 7799, 7728, 9338, 6995, 8402, 11033, 6743, 10049, 12346, 7044, 10210, 12838, 7408, 10539, 12818, 8095, 10435, 7661, 7904, 10676, 8133, 9242, 12345, 7347, 9973, 12742, 7442, 10007, 13674, 8601, 10839, 12630, 7932, 10756, 8730, 8392, 11690, 9640, 9000, 12621, 7404, 9882, 13208, 7535, 9672, 13495, 7905, 10561, 13091, 7494, 10365, 12847, 7983, 9919, 11739, 7453, 9679, 10849, 7627, 9318, 6705, 8839, 10072, 6872, 8338, 10588], 'WindowCenter': [4130.0, 4119.0, 4106.0, 4114.0, 4104.0, 4097.0, 4112.0, 4079.0, 4093.0, 4100.0, 4090.0, 4080.0, 4099.0, 4080.0, 4078.0, 4098.0, 4089.0, 4080.0, 4097.0, 4088.0, 4080.0, 4097.0, 4077.0, 4069.0, 4064.0, 4077.0, 4067.0, 4095.0, 4076.0, 4079.0, 4097.0, 4076.0, 4077.0, 4074.0, 4076.0, 4078.0, 4076.0, 4066.0, 4077.0, 4074.0, 4090.0, 4080.0, 4067.0, 4078.0, 4068.0, 4075.0, 4077.0, 4079.0, 4064.0, 4075.0, 4082.0, 4096.0, 4076.0, 4090.0, 4096.0, 4076.0, 4077.0, 4107.0, 4079.0, 4078.0, 4085.0, 4076.0, 4069.0, 4063.0, 4076.0, 4065.0, 4097.0, 4065.0, 4065.0, 4087.0, 4075.0, 4068.0, 4085.0, 4075.0, 4076.0, 4066.0, 4062.0, 4065.0, 4064.0, 4073.0, 4064.0, 4065.0, 4106.0, 4075.0, 4065.0, 4085.0, 4078.0, 4076.0, 4072.0, 4075.0, 4079.0, 4074.0, 4063.0, 4064.0, 4075.0, 4074.0, 4065.0, 4063.0, 4087.0, 4078.0, 4076.0, 4076.0, 4079.0, 4087.0, 4078.0, 4078.0, 4099.0, 4081.0, 4079.0, 4099.0, 4078.0, 4081.0, 4097.0, 4089.0, 4080.0, 4098.0, 4076.0, 4078.0, 4098.0, 4065.0, 4066.0, 4088.0, 4087.0, 4075.0, 4066.0, 4084.0, 4076.0, 4066.0, 4072.0, 4064.0, 4065.0, 4077.0, 4079.0, 4076.0, 4090.0, 4079.0, 4087.0, 4088.0, 4080.0, 4109.0, 4078.0, 4066.0, 4087.0, 4078.0, 4077.0, 4085.0, 4076.0, 4076.0, 4075.0, 4091.0, 4098.0, 4075.0, 4090.0, 4098.0, 4076.0, 4078.0, 4084.0, 4086.0, 4077.0, 4098.0, 4087.0, 4068.0, 4065.0, 4077.0, 4066.0, 4074.0, 4075.0, 4068.0, 4062.0, 4075.0, 4064.0, 4071.0, 4075.0, 4077.0, 4086.0, 4075.0, 4076.0, 4075.0, 4088.0, 4084.0, 4086.0, 4077.0, 4085.0, 4065.0, 4078.0, 4086.0, 4086.0, 4076.0, 4089.0, 4078.0, 4068.0, 4096.0, 4098.0, 4078.0, 4063.0, 4077.0, 4080.0, 4087.0, 4078.0, 4086.0, 4088.0, 4078.0, 4086.0, 4088.0, 4081.0, 4086.0, 4077.0, 4069.0, 4086.0, 4078.0, 4088.0, 4073.0, 4075.0, 4068.0, 4085.0, 4075.0, 4066.0, 4073.0, 4071.0, 4063.0, 4073.0, 4074.0, 4064.0, 4063.0, 4063.0, 4064.0, 4074.0, 4064.0, 4063.0, 4074.0, 4072.0, 4075.0, 4064.0, 4062.0, 4063.0, 4064.0, 4072.0, 4063.0, 4063.0, 4062.0, 4074.0, 4065.0, 4064.0, 4063.0, 4054.0, 4064.0, 4075.0, 4073.0, 4075.0, 4077.0, 4088.0, 4088.0, 4090.0, 4087.0, 4075.0, 4088.0, 4087.0, 4075.0, 4076.0, 4078.0, 4096.0, 4065.0, 4078.0, 4087.0, 4078.0, 4079.0, 4087.0, 4087.0, 4078.0, 4075.0, 4074.0, 4066.0, 4086.0, 4087.0, 4077.0, 4086.0, 4087.0, 4079.0, 4088.0, 4075.0, 4077.0, 4079.0, 4075.0, 4078.0, 4088.0, 4078.0, 4079.0, 4067.0, 4071.0, 4066.0, 4077.0, 4074.0, 4078.0, 4076.0, 4075.0, 4089.0, 4078.0, 4076.0, 4077.0, 4088.0, 4066.0, 4090.0, 4089.0, 4086.0, 4078.0, 4068.0, 4085.0, 4076.0, 4067.0, 4087.0, 4087.0, 4068.0, 4074.0, 4088.0, 4078.0, 4076.0, 4075.0, 4068.0, 4077.0, 4087.0, 4078.0, 4075.0, 4087.0, 4079.0, 4076.0, 4064.0, 4078.0, 4078.0, 4074.0, 4077.0, 4079.0, 4087.0, 4065.0, 4067.0, 4084.0, 4077.0, 4065.0, 4073.0, 4075.0, 4066.0, 4074.0, 4053.0, 4065.0, 4064.0, 4075.0, 4065.0, 4076.0, 4079.0, 4067.0, 4076.0, 4076.0, 4068.0, 4077.0, 4077.0, 4080.0, 4086.0, 4079.0, 4081.0, 4075.0, 4091.0, 4080.0, 4092.0, 4096.0, 4106.0, 4097.0, 4115.0, 4094.0, 4091.0, 4097.0, 4068.0, 4081.0, 4097.0, 4066.0, 4077.0, 4085.0, 4064.0, 4066.0, 4087.0, 4053.0, 4065.0, 4052.0, 4065.0, 4053.0, 4063.0, 4054.0, 4085.0, 4077.0, 4067.0, 4085.0, 4054.0, 4067.0, 4085.0, 4064.0, 4055.0, 4084.0, 4077.0, 4054.0, 4086.0, 4062.0, 4066.0, 4074.0, 4051.0, 4066.0, 4075.0, 4061.0, 4054.0, 4073.0, 4053.0, 4055.0, 4074.0, 4053.0, 4066.0, 4087.0, 4063.0, 4054.0, 4064.0, 4053.0, 4055.0, 4086.0, 4064.0, 4068.0, 4078.0, 4053.0, 4054.0, 4056.0, 4062.0, 4064.0, 4055.0, 4095.0, 4056.0, 4054.0, 4059.0, 4065.0, 4058.0, 4074.0, 4066.0, 4059.0, 4088.0, 4064.0, 4056.0, 4077.0, 4064.0, 4066.0, 4067.0, 4097.0, 4056.0, 4066.0, 4084.0, 4056.0, 4056.0, 4075.0, 4064.0, 4069.0, 4085.0, 4053.0, 4055.0, 4088.0, 4063.0, 4055.0, 4099.0, 4054.0, 4055.0, 4054.0, 4053.0, 4067.0, 4067.0, 4075.0, 4066.0, 4071.0, 4097.0, 4056.0, 4078.0, 4087.0, 4066.0, 4068.0, 4087.0, 4068.0, 4070.0, 4087.0, 4054.0, 4059.0, 4077.0, 4055.0, 4057.0, 4087.0, 4078.0, 4059.0, 4069.0, 4056.0, 4068.0, 4080.0, 4077.0, 4077.0, 4066.0, 4098.0, 4078.0, 4067.0, 4075.0, 4090.0, 4072.0, 4099.0, 4080.0, 4092.0, 4112.0, 4077.0, 4068.0, 4111.0, 4078.0, 4071.0, 4101.0, 4077.0, 4080.0, 4069.0, 4095.0, 4065.0, 4068.0, 4074.0, 4062.0, 4068.0, 4087.0, 4066.0, 4067.0, 4078.0, 4064.0, 4066.0, 4088.0, 4053.0, 4055.0, 4077.0, 4095.0, 4065.0, 4066.0, 4083.0, 4064.0, 4054.0, 4072.0, 4063.0, 4041.0, 4072.0, 4063.0, 4054.0, 4071.0, 4063.0, 4053.0, 4084.0, 4064.0, 4068.0, 4097.0, 4055.0, 4065.0, 4068.0, 4059.0, 4076.0, 4074.0, 4069.0, 4076.0, 4069.0, 4077.0, 4074.0, 4065.0, 4084.0, 4075.0, 4086.0, 4062.0, 4075.0, 4074.0, 4062.0, 4063.0, 4084.0, 4074.0, 4065.0, 4071.0, 4075.0, 4064.0, 4073.0, 4063.0, 4071.0, 4075.0, 4067.0, 4084.0, 4064.0, 4078.0, 4082.0, 4074.0, 4063.0, 4063.0, 4089.0, 4098.0, 4076.0, 4075.0, 4098.0, 4076.0, 4076.0, 4085.0, 4076.0, 4079.0, 4086.0, 4065.0, 4066.0, 4085.0, 4076.0, 4067.0, 4074.0, 4077.0, 4067.0, 4077.0, 4078.0, 4078.0, 4078.0, 4069.0, 4086.0, 4077.0, 4078.0, 4065.0, 4066.0, 4077.0, 4076.0, 4070.0, 4110.0, 4065.0, 4068.0, 4095.0, 4067.0, 4067.0, 4083.0, 4054.0, 4078.0, 4097.0, 4054.0, 4077.0, 4054.0, 4066.0, 4056.0, 4064.0, 4077.0, 4066.0, 4032.0, 4059.0, 4087.0, 4053.0, 4068.0, 4110.0, 4055.0, 4067.0, 4097.0, 4055.0, 4079.0, 4096.0, 4068.0, 4080.0, 4096.0, 4043.0, 4067.0, 4099.0, 4055.0, 4067.0, 4097.0, 4056.0, 4078.0, 4094.0, 4056.0, 4078.0, 4065.0, 4067.0, 4068.0, 4109.0, 4057.0, 4077.0, 4034.0, 4059.0, 4089.0, 4054.0, 4055.0, 4098.0, 4066.0, 4059.0, 4088.0, 4045.0, 4057.0, 4086.0, 4041.0, 4055.0, 4109.0, 4065.0, 4055.0, 4087.0, 4045.0, 4045.0, 4087.0, 4052.0, 4070.0, 4099.0, 4041.0, 4045.0, 4084.0, 4053.0, 4055.0, 4086.0, 4064.0, 4056.0, 4087.0, 4034.0, 4056.0, 4099.0, 4055.0, 4054.0, 4086.0, 4054.0, 4055.0, 4088.0, 4062.0, 4043.0, 4075.0, 4053.0, 4054.0, 4054.0, 4085.0, 4044.0, 4065.0, 4082.0, 4044.0, 4067.0, 4083.0, 4043.0, 4056.0, 4084.0, 4056.0, 4067.0, 4085.0, 4046.0, 4068.0, 4085.0, 4043.0, 4063.0, 4097.0, 4045.0, 4067.0, 4084.0, 4045.0, 4067.0, 4086.0, 4055.0, 4069.0, 4109.0, 4045.0, 4078.0, 4097.0, 4069.0, 4080.0, 4098.0, 4064.0, 4080.0, 4098.0, 4045.0, 4057.0, 4097.0, 4058.0, 4079.0, 4097.0, 4058.0, 4091.0, 4100.0, 4045.0, 4067.0, 4097.0, 4045.0, 4055.0, 4097.0, 4065.0, 4045.0, 4074.0, 4032.0, 4045.0, 4087.0, 4064.0, 4045.0, 4089.0, 4063.0, 4045.0, 4086.0, 4055.0, 4069.0, 4097.0, 4043.0, 4057.0, 4100.0, 4054.0, 4045.0, 4088.0, 4044.0, 4043.0, 4078.0, 4096.0, 4044.0, 4076.0, 4072.0, 4044.0, 4053.0, 4071.0, 4044.0, 4057.0, 4085.0, 4043.0, 4067.0, 4045.0, 4058.0, 4079.0, 4046.0, 4058.0, 4077.0, 4069.0, 4070.0, 4109.0, 4067.0, 4091.0, 4109.0, 4057.0, 4094.0, 4098.0, 4069.0, 4078.0, 4056.0, 4057.0, 4098.0, 4066.0, 4054.0, 4094.0, 4041.0, 4075.0, 4083.0, 4041.0, 4076.0, 4092.0, 4030.0, 4073.0, 4041.0, 4041.0, 4061.0, 4039.0, 4054.0, 4093.0, 4031.0, 4054.0, 4081.0, 4030.0, 4064.0, 4095.0, 4042.0, 4074.0, 4081.0, 4044.0, 4062.0, 4052.0, 4043.0, 4064.0, 4041.0, 4064.0, 4083.0, 4031.0, 4065.0, 4106.0, 4054.0, 4075.0, 4083.0, 4043.0, 4065.0, 4051.0, 4056.0, 4078.0, 4032.0, 4064.0, 4097.0, 4044.0, 4076.0, 4095.0, 4054.0, 4086.0, 4055.0, 4078.0, 4111.0, 4059.0, 4091.0, 4108.0, 4067.0, 4089.0, 4057.0, 4078.0, 4098.0, 4046.0, 4101.0, 4121.0, 4067.0, 4099.0, 4104.0, 4052.0, 4086.0, 4092.0, 4051.0, 4086.0, 4094.0, 4062.0, 4082.0, 4032.0, 4062.0, 4083.0, 4043.0, 4087.0, 4105.0, 4053.0, 4097.0, 4082.0, 4064.0, 4085.0, 4086.0, 4065.0, 4084.0, 4043.0, 4076.0, 4094.0, 4030.0, 4076.0, 4098.0, 4043.0, 4074.0, 4093.0, 4063.0, 4085.0, 4102.0, 4040.0, 4087.0, 4108.0, 4043.0, 4087.0, 4083.0, 4032.0, 4074.0, 4085.0, 4052.0, 4066.0, 4074.0, 4061.0, 4066.0, 4086.0, 4031.0, 4063.0, 4076.0, 4071.0, 4078.0, 4087.0, 4074.0, 4079.0, 4097.0, 4053.0, 4074.0, 4111.0, 4087.0, 4076.0, 4098.0, 4074.0, 4076.0, 4086.0, 4104.0, 4075.0, 4097.0, 4094.0, 4054.0, 4086.0, 4094.0, 4051.0, 4087.0, 4108.0, 4031.0, 4075.0, 4095.0, 4032.0, 4074.0, 4095.0, 4044.0, 4076.0, 4109.0, 4056.0, 4077.0, 4096.0, 4042.0, 4078.0, 4108.0, 4040.0, 4077.0, 4109.0, 4074.0, 4064.0, 4099.0, 4053.0, 4076.0, 4099.0, 4107.0, 4066.0, 4086.0, 4095.0, 4054.0, 4084.0, 4093.0, 4052.0, 4085.0, 4104.0, 4052.0, 4099.0, 4055.0, 4068.0, 4076.0, 4044.0, 4066.0, 4096.0, 4033.0, 4088.0, 4107.0, 4043.0, 4099.0, 4116.0, 4040.0, 4098.0, 4105.0, 4066.0, 4099.0, 4053.0, 4066.0, 4100.0, 4052.0, 4075.0, 4107.0, 4042.0, 4086.0, 4105.0, 4042.0, 4099.0, 4115.0, 4061.0, 4083.0, 4092.0, 4054.0, 4083.0, 4060.0, 4077.0, 4107.0, 4074.0, 4074.0, 4096.0, 4039.0, 4074.0, 4105.0, 4054.0, 4072.0, 4103.0, 4050.0, 4082.0, 4091.0, 4038.0, 4084.0, 4105.0, 4052.0, 4086.0, 4090.0, 4041.0, 4074.0, 4084.0, 4054.0, 4075.0, 4032.0, 4075.0, 4087.0, 4032.0, 4077.0, 4098.0], 'WindowWidth': [9185.0, 9164.0, 9143.0, 9147.0, 9134.0, 9128.0, 9141.0, 9091.0, 9115.0, 9121.0, 9106.0, 9094.0, 9120.0, 9094.0, 9090.0, 9113.0, 9105.0, 9096.0, 9111.0, 9101.0, 9097.0, 9111.0, 9084.0, 9075.0, 9062.0, 9085.0, 9073.0, 9105.0, 9083.0, 9091.0, 9113.0, 9084.0, 9086.0, 9077.0, 9083.0, 9086.0, 9079.0, 9070.0, 9086.0, 9078.0, 9109.0, 9097.0, 9070.0, 9086.0, 9074.0, 9078.0, 9085.0, 9090.0, 9064.0, 9082.0, 9099.0, 9112.0, 9081.0, 9106.0, 9110.0, 9084.0, 9085.0, 9127.0, 9091.0, 9089.0, 9091.0, 9084.0, 9078.0, 9062.0, 9082.0, 9068.0, 9112.0, 9067.0, 9068.0, 9097.0, 9078.0, 9072.0, 9093.0, 9079.0, 9084.0, 9069.0, 9056.0, 9064.0, 9063.0, 9070.0, 9062.0, 9066.0, 9123.0, 9082.0, 9068.0, 9092.0, 9088.0, 9083.0, 9072.0, 9080.0, 9092.0, 9078.0, 9059.0, 9065.0, 9080.0, 9076.0, 9065.0, 9062.0, 9099.0, 9089.0, 9081.0, 9080.0, 9092.0, 9099.0, 9089.0, 9088.0, 9120.0, 9097.0, 9092.0, 9118.0, 9091.0, 9097.0, 9115.0, 9106.0, 9098.0, 9119.0, 9083.0, 9090.0, 9118.0, 9064.0, 9070.0, 9103.0, 9099.0, 9081.0, 9068.0, 9087.0, 9083.0, 9068.0, 9070.0, 9064.0, 9064.0, 9082.0, 9091.0, 9084.0, 9105.0, 9092.0, 9098.0, 9101.0, 9094.0, 9128.0, 9087.0, 9071.0, 9096.0, 9087.0, 9088.0, 9096.0, 9084.0, 9083.0, 9080.0, 9111.0, 9117.0, 9077.0, 9106.0, 9116.0, 9081.0, 9087.0, 9091.0, 9095.0, 9087.0, 9118.0, 9101.0, 9074.0, 9064.0, 9083.0, 9070.0, 9075.0, 9080.0, 9076.0, 9057.0, 9078.0, 9064.0, 9068.0, 9077.0, 9086.0, 9097.0, 9081.0, 9082.0, 9078.0, 9101.0, 9091.0, 9097.0, 9085.0, 9092.0, 9065.0, 9089.0, 9095.0, 9096.0, 9084.0, 9106.0, 9089.0, 9076.0, 9110.0, 9115.0, 9090.0, 9062.0, 9086.0, 9093.0, 9097.0, 9088.0, 9097.0, 9100.0, 9089.0, 9095.0, 9102.0, 9098.0, 9097.0, 9085.0, 9078.0, 9095.0, 9088.0, 9101.0, 9074.0, 9080.0, 9076.0, 9094.0, 9077.0, 9069.0, 9074.0, 9069.0, 9061.0, 9071.0, 9076.0, 9062.0, 9059.0, 9057.0, 9063.0, 9075.0, 9059.0, 9060.0, 9074.0, 9068.0, 9079.0, 9064.0, 9054.0, 9061.0, 9064.0, 9068.0, 9059.0, 9061.0, 9057.0, 9078.0, 9068.0, 9061.0, 9061.0, 9049.0, 9060.0, 9081.0, 9075.0, 9078.0, 9084.0, 9101.0, 9102.0, 9108.0, 9100.0, 9078.0, 9102.0, 9101.0, 9078.0, 9081.0, 9089.0, 9108.0, 9066.0, 9089.0, 9097.0, 9089.0, 9091.0, 9097.0, 9102.0, 9091.0, 9081.0, 9078.0, 9071.0, 9094.0, 9099.0, 9087.0, 9097.0, 9097.0, 9093.0, 9103.0, 9078.0, 9087.0, 9090.0, 9080.0, 9088.0, 9101.0, 9088.0, 9091.0, 9073.0, 9071.0, 9069.0, 9085.0, 9075.0, 9087.0, 9084.0, 9078.0, 9106.0, 9090.0, 9084.0, 9085.0, 9101.0, 9069.0, 9105.0, 9106.0, 9094.0, 9090.0, 9077.0, 9095.0, 9082.0, 9073.0, 9097.0, 9099.0, 9074.0, 9079.0, 9101.0, 9090.0, 9082.0, 9078.0, 9075.0, 9085.0, 9098.0, 9089.0, 9081.0, 9100.0, 9091.0, 9085.0, 9063.0, 9089.0, 9089.0, 9077.0, 9084.0, 9090.0, 9100.0, 9069.0, 9072.0, 9091.0, 9082.0, 9068.0, 9074.0, 9079.0, 9071.0, 9078.0, 9045.0, 9066.0, 9062.0, 9078.0, 9066.0, 9084.0, 9091.0, 9073.0, 9081.0, 9082.0, 9076.0, 9085.0, 9086.0, 9094.0, 9096.0, 9091.0, 9098.0, 9082.0, 9111.0, 9094.0, 9115.0, 9127.0, 9144.0, 9129.0, 9152.0, 9120.0, 9114.0, 9115.0, 9075.0, 9096.0, 9112.0, 9067.0, 9085.0, 9093.0, 9061.0, 9070.0, 9096.0, 9047.0, 9064.0, 9044.0, 9065.0, 9048.0, 9057.0, 9050.0, 9094.0, 9085.0, 9071.0, 9093.0, 9052.0, 9073.0, 9094.0, 9063.0, 9053.0, 9093.0, 9086.0, 9051.0, 9092.0, 9056.0, 9067.0, 9077.0, 9041.0, 9068.0, 9078.0, 9055.0, 9049.0, 9072.0, 9046.0, 9052.0, 9076.0, 9047.0, 9071.0, 9098.0, 9061.0, 9051.0, 9063.0, 9048.0, 9055.0, 9096.0, 9062.0, 9078.0, 9090.0, 9048.0, 9050.0, 9055.0, 9057.0, 9062.0, 9053.0, 9108.0, 9055.0, 9051.0, 9053.0, 9066.0, 9062.0, 9078.0, 9069.0, 9066.0, 9102.0, 9064.0, 9057.0, 9086.0, 9063.0, 9069.0, 9073.0, 9114.0, 9057.0, 9070.0, 9089.0, 9055.0, 9058.0, 9079.0, 9067.0, 9077.0, 9095.0, 9048.0, 9054.0, 9103.0, 9061.0, 9055.0, 9121.0, 9051.0, 9054.0, 9049.0, 9047.0, 9072.0, 9075.0, 9078.0, 9069.0, 9086.0, 9115.0, 9057.0, 9090.0, 9098.0, 9073.0, 9078.0, 9099.0, 9078.0, 9081.0, 9099.0, 9051.0, 9064.0, 9088.0, 9055.0, 9061.0, 9100.0, 9089.0, 9069.0, 9079.0, 9056.0, 9078.0, 9098.0, 9086.0, 9087.0, 9075.0, 9117.0, 9091.0, 9076.0, 9084.0, 9110.0, 9088.0, 9120.0, 9095.0, 9114.0, 9142.0, 9087.0, 9077.0, 9140.0, 9089.0, 9084.0, 9126.0, 9086.0, 9096.0, 9079.0, 9109.0, 9067.0, 9075.0, 9079.0, 9063.0, 9075.0, 9100.0, 9073.0, 9075.0, 9087.0, 9062.0, 9069.0, 9100.0, 9047.0, 9053.0, 9085.0, 9106.0, 9068.0, 9070.0, 9086.0, 9062.0, 9050.0, 9070.0, 9058.0, 9028.0, 9071.0, 9063.0, 9049.0, 9069.0, 9059.0, 9048.0, 9090.0, 9063.0, 9078.0, 9112.0, 9055.0, 9067.0, 9076.0, 9066.0, 9082.0, 9074.0, 9077.0, 9081.0, 9079.0, 9087.0, 9075.0, 9065.0, 9091.0, 9078.0, 9095.0, 9056.0, 9078.0, 9078.0, 9056.0, 9060.0, 9090.0, 9079.0, 9067.0, 9065.0, 9078.0, 9063.0, 9071.0, 9061.0, 9069.0, 9079.0, 9071.0, 9090.0, 9062.0, 9086.0, 9084.0, 9076.0, 9061.0, 9059.0, 9105.0, 9115.0, 9080.0, 9082.0, 9114.0, 9081.0, 9084.0, 9092.0, 9082.0, 9092.0, 9094.0, 9063.0, 9070.0, 9093.0, 9081.0, 9070.0, 9078.0, 9085.0, 9073.0, 9084.0, 9089.0, 9091.0, 9089.0, 9081.0, 9095.0, 9089.0, 9090.0, 9069.0, 9071.0, 9085.0, 9083.0, 9084.0, 9133.0, 9067.0, 9074.0, 9108.0, 9072.0, 9071.0, 9088.0, 9052.0, 9092.0, 9111.0, 9051.0, 9086.0, 9051.0, 9069.0, 9056.0, 9067.0, 9087.0, 9071.0, 9020.0, 9067.0, 9100.0, 9049.0, 9079.0, 9137.0, 9057.0, 9073.0, 9113.0, 9055.0, 9092.0, 9112.0, 9076.0, 9095.0, 9111.0, 9035.0, 9074.0, 9116.0, 9053.0, 9071.0, 9114.0, 9059.0, 9086.0, 9104.0, 9059.0, 9090.0, 9066.0, 9073.0, 9076.0, 9134.0, 9061.0, 9085.0, 9025.0, 9065.0, 9105.0, 9051.0, 9056.0, 9115.0, 9070.0, 9064.0, 9103.0, 9038.0, 9058.0, 9097.0, 9030.0, 9055.0, 9130.0, 9069.0, 9055.0, 9098.0, 9040.0, 9042.0, 9097.0, 9046.0, 9081.0, 9118.0, 9031.0, 9039.0, 9092.0, 9048.0, 9056.0, 9096.0, 9065.0, 9061.0, 9100.0, 9024.0, 9058.0, 9116.0, 9052.0, 9053.0, 9097.0, 9050.0, 9057.0, 9101.0, 9059.0, 9033.0, 9080.0, 9047.0, 9050.0, 9050.0, 9093.0, 9040.0, 9067.0, 9085.0, 9038.0, 9072.0, 9087.0, 9035.0, 9055.0, 9092.0, 9058.0, 9072.0, 9090.0, 9043.0, 9075.0, 9093.0, 9036.0, 9065.0, 9115.0, 9043.0, 9071.0, 9088.0, 9042.0, 9074.0, 9096.0, 9055.0, 9078.0, 9133.0, 9042.0, 9088.0, 9112.0, 9080.0, 9095.0, 9115.0, 9065.0, 9095.0, 9116.0, 9041.0, 9059.0, 9111.0, 9061.0, 9092.0, 9113.0, 9061.0, 9112.0, 9120.0, 9038.0, 9072.0, 9115.0, 9037.0, 9053.0, 9113.0, 9068.0, 9041.0, 9076.0, 9018.0, 9042.0, 9098.0, 9062.0, 9041.0, 9106.0, 9065.0, 9043.0, 9096.0, 9054.0, 9080.0, 9113.0, 9034.0, 9063.0, 9125.0, 9051.0, 9040.0, 9104.0, 9038.0, 9035.0, 9090.0, 9111.0, 9037.0, 9082.0, 9072.0, 9037.0, 9050.0, 9070.0, 9041.0, 9062.0, 9095.0, 9038.0, 9074.0, 9046.0, 9064.0, 9094.0, 9047.0, 9065.0, 9086.0, 9080.0, 9085.0, 9134.0, 9078.0, 9112.0, 9134.0, 9063.0, 9121.0, 9117.0, 9081.0, 9090.0, 9058.0, 9060.0, 9119.0, 9072.0, 9052.0, 9107.0, 9031.0, 9080.0, 9089.0, 9031.0, 9084.0, 9098.0, 9015.0, 9075.0, 9027.0, 9029.0, 9055.0, 9026.0, 9054.0, 9103.0, 9017.0, 9053.0, 9083.0, 9014.0, 9063.0, 9110.0, 9035.0, 9077.0, 9085.0, 9039.0, 9062.0, 9047.0, 9037.0, 9063.0, 9031.0, 9067.0, 9087.0, 9018.0, 9068.0, 9126.0, 9055.0, 9082.0, 9090.0, 9038.0, 9068.0, 9044.0, 9062.0, 9092.0, 9021.0, 9067.0, 9114.0, 9040.0, 9084.0, 9110.0, 9055.0, 9098.0, 9056.0, 9088.0, 9137.0, 9069.0, 9115.0, 9132.0, 9076.0, 9107.0, 9062.0, 9094.0, 9119.0, 9046.0, 9124.0, 9156.0, 9078.0, 9119.0, 9120.0, 9047.0, 9097.0, 9099.0, 9043.0, 9098.0, 9107.0, 9061.0, 9087.0, 9019.0, 9061.0, 9089.0, 9037.0, 9102.0, 9122.0, 9050.0, 9116.0, 9089.0, 9066.0, 9095.0, 9097.0, 9071.0, 9095.0, 9037.0, 9083.0, 9107.0, 9014.0, 9086.0, 9116.0, 9035.0, 9077.0, 9104.0, 9063.0, 9096.0, 9115.0, 9028.0, 9102.0, 9130.0, 9035.0, 9100.0, 9092.0, 9021.0, 9080.0, 9093.0, 9049.0, 9071.0, 9078.0, 9055.0, 9071.0, 9097.0, 9017.0, 9063.0, 9084.0, 9070.0, 9091.0, 9103.0, 9077.0, 9094.0, 9114.0, 9051.0, 9081.0, 9139.0, 9101.0, 9085.0, 9118.0, 9079.0, 9082.0, 9098.0, 9120.0, 9084.0, 9116.0, 9103.0, 9053.0, 9098.0, 9105.0, 9044.0, 9102.0, 9130.0, 9016.0, 9083.0, 9108.0, 9021.0, 9080.0, 9108.0, 9039.0, 9085.0, 9135.0, 9060.0, 9087.0, 9111.0, 9035.0, 9090.0, 9130.0, 9031.0, 9089.0, 9136.0, 9080.0, 9068.0, 9120.0, 9052.0, 9084.0, 9121.0, 9130.0, 9071.0, 9100.0, 9108.0, 9053.0, 9093.0, 9104.0, 9048.0, 9097.0, 9121.0, 9048.0, 9119.0, 9056.0, 9078.0, 9083.0, 9041.0, 9073.0, 9110.0, 9024.0, 9105.0, 9126.0, 9038.0, 9121.0, 9141.0, 9031.0, 9114.0, 9121.0, 9073.0, 9118.0, 9049.0, 9075.0, 9124.0, 9048.0, 9082.0, 9128.0, 9035.0, 9097.0, 9124.0, 9033.0, 9121.0, 9137.0, 9057.0, 9089.0, 9101.0, 9053.0, 9091.0, 9055.0, 9090.0, 9130.0, 9077.0, 9080.0, 9112.0, 9026.0, 9078.0, 9123.0, 9054.0, 9075.0, 9116.0, 9041.0, 9089.0, 9097.0, 9023.0, 9095.0, 9122.0, 9046.0, 9097.0, 9094.0, 9033.0, 9078.0, 9094.0, 9055.0, 9080.0, 9022.0, 9083.0, 9104.0, 9021.0, 9089.0, 9116.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.0033926635514018692</td></tr>
<tr><td colspan=3>aqi</td><td>0.05491118635514019</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.240879358624895</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2153655440130982</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0114170394013091</td></tr>
<tr><td colspan=3>efc</td><td>0.4996</td></tr>
<tr><td colspan=3>fber</td><td>4494.103</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1247641916504836</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.841121495327103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4724428492465886</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.392208306601673</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7367462074781583</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2883740336599345</td></tr>
<tr><td colspan=3>gcor</td><td>0.00445542</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013749171048402786</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0375116765499115</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.273365307157382</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>21.8343</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8819</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.1078</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294443.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>819.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.2108</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1169</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.3469</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3274.6692</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>802.1732</td></tr>
<tr><td colspan=3>tsnr</td><td>30.374153465032578</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>