ds005256-mriqc/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter caa4bfa36a [DATALAD RUNCMD] Compute MRIQC for sub-0015
=== 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-0015 --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-0015",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:48:05 +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-0015_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-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015/ses-01/func/sub-0015_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>3a907d3c6c2aa913a473be7677dabcd1</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>16:04:36.832500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998714, 0.0482352, 0.0156244, -0.0458753, 0.990883, -0.12667]</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_brain_imaging_center</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.105927</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7785, -7161, 606, -44, -223, -95, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f78633d3-cd61-49b5-a957-d720e7c03b8f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679476022720337, -0.12308013439178467, 0.05829827859997749, 114.46735382080078], [-0.12941153347492218, 2.658468008041382, -0.33963480591773987, -75.1009292602539], [0.04191919043660164, 0.3398473262786865, 2.6779189109802246, -67.03326416015625], [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': ['160436.832500', '160437.292500', '160437.752500', '160438.212500', '160438.672500', '160439.132500', '160439.592500', '160440.052500', '160440.512500', '160440.972500', '160441.432500', '160441.892500', '160442.352500', '160442.812500', '160443.272500', '160443.732500', '160444.192500', '160444.652500', '160445.112500', '160445.572500', '160446.032500', '160446.492500', '160446.952500', '160447.412500', '160447.872500', '160448.332500', '160448.792500', '160449.252500', '160449.712500', '160450.172500', '160450.632500', '160451.092500', '160451.552500', '160452.012500', '160452.472500', '160452.932500', '160453.392500', '160453.852500', '160454.312500', '160454.772500', '160455.232500', '160455.692500', '160456.152500', '160456.612500', '160457.072500', '160457.532500', '160457.992500', '160458.452500', '160458.912500', '160459.372500', '160459.832500', '160500.292500', '160500.752500', '160501.212500', '160501.672500', '160502.132500', '160502.592500', '160503.052500', '160503.512500', '160503.972500', '160504.432500', '160504.892500', '160505.352500', '160505.812500', '160506.272500', '160506.732500', '160507.192500', '160507.652500', '160508.112500', '160508.572500', '160509.032500', '160509.492500', '160509.952500', '160510.412500', '160510.872500', '160511.332500', '160511.792500', '160512.252500', '160512.712500', '160513.172500', '160513.632500', '160514.092500', '160514.552500', '160515.012500', '160515.472500', '160515.932500', '160516.392500', '160516.852500', '160517.312500', '160517.772500', '160518.232500', '160518.692500', '160519.152500', '160519.612500', '160520.072500', '160520.532500', '160520.992500', '160521.452500', '160521.912500', '160522.372500', '160522.832500', '160523.292500', '160523.752500', '160524.212500', '160524.672500', '160525.132500', '160525.592500', '160526.052500', '160526.512500', '160526.972500', '160527.432500', '160527.892500', '160528.352500', '160528.812500', '160529.272500', '160529.732500', '160530.192500', '160530.652500', '160531.112500', '160531.572500', '160532.032500', '160532.492500', '160532.952500', '160533.412500', '160533.872500', '160534.332500', '160534.792500', '160535.252500', '160535.712500', '160536.172500', '160536.632500', '160537.092500', '160537.552500', '160538.012500', '160538.472500', '160538.932500', '160539.392500', '160539.852500', '160540.312500', '160540.772500', '160541.232500', '160541.692500', '160542.152500', '160542.612500', '160543.072500', '160543.532500', '160543.992500', '160544.452500', '160544.912500', '160545.372500', '160545.832500', '160546.292500', '160546.752500', '160547.212500', '160547.672500', '160548.132500', '160548.592500', '160549.052500', '160549.512500', '160549.972500', '160550.432500', '160550.892500', '160551.352500', '160551.812500', '160552.272500', '160552.732500', '160553.192500', '160553.652500', '160554.112500', '160554.572500', '160555.032500', '160555.492500', '160555.952500', '160556.412500', '160556.872500', '160557.332500', '160557.792500', '160558.252500', '160558.712500', '160559.172500', '160559.632500', '160600.092500', '160600.552500', '160601.012500', '160601.472500', '160601.932500', '160602.392500', '160602.852500', '160603.312500', '160603.772500', '160604.232500', '160604.692500', '160605.152500', '160605.612500', '160606.072500', '160606.532500', '160606.992500', '160607.452500', '160607.912500', '160608.372500', '160608.832500', '160609.292500', '160609.752500', '160610.212500', '160610.672500', '160611.132500', '160611.592500', '160612.052500', '160612.512500', '160612.972500', '160613.432500', '160613.892500', '160614.352500', '160614.812500', '160615.272500', '160615.732500', '160616.192500', '160616.652500', '160617.112500', '160617.572500', '160618.032500', '160618.492500', '160618.952500', '160619.412500', '160619.872500', '160620.332500', '160620.792500', '160621.252500', '160621.712500', '160622.172500', '160622.632500', '160623.092500', '160623.552500', '160624.012500', '160624.472500', '160624.932500', '160625.392500', '160625.852500', '160626.312500', '160626.772500', '160627.232500', '160627.692500', '160628.152500', '160628.612500', '160629.072500', '160629.532500', '160629.992500', '160630.452500', '160630.912500', '160631.372500', '160631.832500', '160632.292500', '160632.752500', '160633.212500', '160633.672500', '160634.132500', '160634.592500', '160635.052500', '160635.512500', '160635.972500', '160636.432500', '160636.892500', '160637.352500', '160637.812500', '160638.272500', '160638.732500', '160639.192500', '160639.652500', '160640.112500', '160640.572500', '160641.032500', '160641.492500', '160641.952500', '160642.412500', '160642.872500', '160643.332500', '160643.792500', '160644.252500', '160644.712500', '160645.172500', '160645.632500', '160646.092500', '160646.552500', '160647.012500', '160647.472500', '160647.932500', '160648.392500', '160648.852500', '160649.312500', '160649.772500', '160650.232500', '160650.692500', '160651.152500', '160651.612500', '160652.072500', '160652.532500', '160652.992500', '160653.452500', '160653.912500', '160654.372500', '160654.832500', '160655.292500', '160655.752500', '160656.212500', '160656.672500', '160657.132500', '160657.592500', '160658.052500', '160658.512500', '160658.972500', '160659.432500', '160659.892500', '160700.352500', '160700.812500', '160701.272500', '160701.732500', '160702.192500', '160702.652500', '160703.112500', '160703.572500', '160704.032500', '160704.492500', '160704.952500', '160705.412500', '160705.872500', '160706.332500', '160706.792500', '160707.252500', '160707.712500', '160708.172500', '160708.632500', '160709.092500', '160709.552500', '160710.012500', '160710.472500', '160710.932500', '160711.392500', '160711.852500', '160712.312500', '160712.772500', '160713.232500', '160713.692500', '160714.152500', '160714.612500', '160715.072500', '160715.532500', '160715.992500', '160716.452500', '160716.912500', '160717.372500', '160717.832500', '160718.292500', '160718.752500', '160719.212500', '160719.672500', '160720.132500', '160720.592500', '160721.052500', '160721.512500', '160721.972500', '160722.432500', '160722.892500', '160723.352500', '160723.812500', '160724.272500', '160724.732500', '160725.192500', '160725.652500', '160726.112500', '160726.572500', '160727.032500', '160727.492500', '160727.952500', '160728.412500', '160728.872500', '160729.332500', '160729.792500', '160730.252500', '160730.712500', '160731.172500', '160731.632500', '160732.092500', '160732.552500', '160733.012500', '160733.472500', '160733.932500', '160734.392500', '160734.852500', '160735.312500', '160735.772500', '160736.232500', '160736.692500', '160737.152500', '160737.612500', '160738.072500', '160738.532500', '160738.992500', '160739.452500', '160739.912500', '160740.372500', '160740.832500', '160741.292500', '160741.752500', '160742.212500', '160742.672500', '160743.132500', '160743.592500', '160744.052500', '160744.512500', '160744.972500', '160745.432500', '160745.892500', '160746.352500', '160746.812500', '160747.272500', '160747.732500', '160748.192500', '160748.652500', '160749.112500', '160749.572500', '160750.032500', '160750.492500', '160750.952500', '160751.412500', '160751.872500', '160752.332500', '160752.792500', '160753.252500', '160753.712500', '160754.172500', '160754.632500', '160755.092500', '160755.552500', '160756.012500', '160756.472500', '160756.932500', '160757.392500', '160757.852500', '160758.312500', '160758.772500', '160759.232500', '160759.692500', '160800.152500', '160800.612500', '160801.072500', '160801.532500', '160801.992500', '160802.452500', '160802.912500', '160803.372500', '160803.832500', '160804.292500', '160804.752500', '160805.212500', '160805.672500', '160806.132500', '160806.592500', '160807.052500', '160807.512500', '160807.972500', '160808.432500', '160808.892500', '160809.352500', '160809.812500', '160810.272500', '160810.732500', '160811.192500', '160811.652500', '160812.112500', '160812.572500', '160813.032500', '160813.492500', '160813.952500', '160814.412500', '160814.872500', '160815.332500', '160815.792500', '160816.252500', '160816.712500', '160817.172500', '160817.632500', '160818.092500', '160818.552500', '160819.012500', '160819.472500', '160819.932500', '160820.392500', '160820.852500', '160821.312500', '160821.772500', '160822.232500', '160822.692500', '160823.152500', '160823.612500', '160824.072500', '160824.532500', '160824.992500', '160825.452500', '160825.912500', '160826.372500', '160826.832500', '160827.292500', '160827.752500', '160828.212500', '160828.672500', '160829.132500', '160829.592500', '160830.052500', '160830.512500', '160830.972500', '160831.432500', '160831.892500', '160832.352500', '160832.812500', '160833.272500', '160833.732500', '160834.192500', '160834.652500', '160835.112500', '160835.572500', '160836.032500', '160836.492500', '160836.952500', '160837.412500', '160837.872500', '160838.332500', '160838.792500', '160839.252500', '160839.712500', '160840.172500', '160840.632500', '160841.092500', '160841.552500', '160842.012500', '160842.472500', '160842.932500', '160843.392500', '160843.852500', '160844.312500', '160844.772500', '160845.232500', '160845.692500', '160846.152500', '160846.612500', '160847.072500', '160847.532500', '160847.992500', '160848.452500', '160848.912500', '160849.372500', '160849.832500', '160850.292500', '160850.752500', '160851.212500', '160851.672500', '160852.132500', '160852.592500', '160853.052500', '160853.512500', '160853.972500', '160854.432500', '160854.892500', '160855.352500', '160855.812500', '160856.272500', '160856.732500', '160857.192500', '160857.652500', '160858.112500', '160858.572500', '160859.032500', '160859.492500', '160859.952500', '160900.412500', '160900.872500', '160901.332500', '160901.792500', '160902.252500', '160902.712500', '160903.172500', '160903.632500', '160904.092500', '160904.552500', '160905.012500', '160905.472500', '160905.932500', '160906.392500', '160906.852500', '160907.312500', '160907.772500', '160908.232500', '160908.692500', '160909.152500', '160909.612500', '160910.072500', '160910.532500', '160910.992500', '160911.452500', '160911.912500', '160912.372500', '160912.832500', '160913.292500', '160913.752500', '160914.212500', '160914.672500', '160915.132500', '160915.592500', '160916.052500', '160916.512500', '160916.972500', '160917.432500', '160917.892500', '160918.352500', '160918.812500', '160919.272500', '160919.732500', '160920.192500', '160920.652500', '160921.112500', '160921.572500', '160922.032500', '160922.492500', '160922.952500', '160923.412500', '160923.872500', '160924.332500', '160924.792500', '160925.252500', '160925.712500', '160926.172500', '160926.632500', '160927.092500', '160927.552500', '160928.012500', '160928.472500', '160928.932500', '160929.392500', '160929.852500', '160930.312500', '160930.772500', '160931.232500', '160931.692500', '160932.152500', '160932.612500', '160933.072500', '160933.532500', '160933.992500', '160934.452500', '160934.912500', '160935.372500', '160935.832500', '160936.292500', '160936.752500', '160937.212500', '160937.672500', '160938.132500', '160938.592500', '160939.052500', '160939.512500', '160939.972500', '160940.432500', '160940.892500', '160941.352500', '160941.812500', '160942.272500', '160942.732500', '160943.192500', '160943.652500', '160944.112500', '160944.572500', '160945.032500', '160945.492500', '160945.952500', '160946.412500', '160946.872500', '160947.332500', '160947.792500', '160948.252500', '160948.712500', '160949.172500', '160949.632500', '160950.092500', '160950.552500', '160951.012500', '160951.472500', '160951.932500', '160952.392500', '160952.852500', '160953.312500', '160953.772500', '160954.232500', '160954.692500', '160955.152500', '160955.612500', '160956.072500', '160956.532500', '160956.992500', '160957.452500', '160957.912500', '160958.372500', '160958.832500', '160959.292500', '160959.752500', '161000.212500', '161000.672500', '161001.132500', '161001.592500', '161002.052500', '161002.512500', '161002.972500', '161003.432500', '161003.892500', '161004.352500', '161004.812500', '161005.272500', '161005.732500', '161006.192500', '161006.652500', '161007.112500', '161007.572500', '161008.032500', '161008.492500', '161008.952500', '161009.412500', '161009.872500', '161010.332500', '161010.792500', '161011.252500', '161011.712500', '161012.172500', '161012.632500', '161013.092500', '161013.552500', '161014.012500', '161014.472500', '161014.932500', '161015.392500', '161015.852500', '161016.312500', '161016.772500', '161017.232500', '161017.692500', '161018.152500', '161018.612500', '161019.072500', '161019.532500', '161019.992500', '161020.452500', '161020.912500', '161021.372500', '161021.832500', '161022.292500', '161022.752500', '161023.212500', '161023.672500', '161024.132500', '161024.592500', '161025.052500', '161025.512500', '161025.972500', '161026.432500', '161026.892500', '161027.352500', '161027.812500', '161028.272500', '161028.732500', '161029.192500', '161029.652500', '161030.112500', '161030.572500', '161031.032500', '161031.492500', '161031.952500', '161032.412500', '161032.872500', '161033.332500', '161033.792500', '161034.252500', '161034.712500', '161035.172500', '161035.632500', '161036.092500', '161036.552500', '161037.012500', '161037.472500', '161037.932500', '161038.392500', '161038.852500', '161039.312500', '161039.772500', '161040.232500', '161040.692500', '161041.152500', '161041.612500', '161042.072500', '161042.532500', '161042.992500', '161043.452500', '161043.912500', '161044.372500', '161044.832500', '161045.292500', '161045.752500', '161046.212500', '161046.672500', '161047.132500', '161047.592500', '161048.052500', '161048.512500', '161048.972500', '161049.432500', '161049.892500', '161050.352500', '161050.812500', '161051.272500', '161051.732500', '161052.192500', '161052.652500', '161053.112500', '161053.572500', '161054.032500', '161054.492500', '161054.952500', '161055.412500', '161055.872500', '161056.332500', '161056.792500', '161057.252500', '161057.712500', '161058.172500', '161058.632500', '161059.092500', '161059.552500', '161100.012500', '161100.472500', '161100.932500', '161101.392500', '161101.852500', '161102.312500', '161102.772500', '161103.232500', '161103.692500', '161104.152500', '161104.612500', '161105.072500', '161105.532500', '161105.992500', '161106.452500', '161106.912500', '161107.372500', '161107.832500', '161108.292500', '161108.752500', '161109.212500', '161109.672500', '161110.132500', '161110.592500', '161111.052500', '161111.512500', '161111.972500', '161112.432500', '161112.892500', '161113.352500', '161113.812500', '161114.272500', '161114.732500', '161115.192500', '161115.652500', '161116.112500', '161116.572500', '161117.032500', '161117.492500', '161117.952500', '161118.412500', '161118.872500', '161119.332500', '161119.792500', '161120.252500', '161120.712500', '161121.172500', '161121.632500', '161122.092500', '161122.552500', '161123.012500', '161123.472500', '161123.932500', '161124.392500', '161124.852500', '161125.312500', '161125.772500', '161126.232500', '161126.692500', '161127.152500', '161127.612500', '161128.072500', '161128.532500', '161128.992500', '161129.452500', '161129.912500', '161130.372500', '161130.832500', '161131.292500', '161131.752500', '161132.212500', '161132.672500', '161133.132500', '161133.592500', '161134.052500', '161134.512500', '161134.972500', '161135.432500', '161135.892500', '161136.352500', '161136.812500', '161137.272500', '161137.732500', '161138.192500', '161138.652500', '161139.112500', '161139.572500', '161140.032500', '161140.492500', '161140.952500', '161141.412500', '161141.872500', '161142.332500', '161142.792500', '161143.252500', '161143.712500', '161144.172500', '161144.632500', '161145.092500', '161145.552500', '161146.012500', '161146.472500', '161146.932500', '161147.392500', '161147.852500', '161148.312500', '161148.772500', '161149.232500', '161149.692500', '161150.152500', '161150.612500', '161151.072500', '161151.532500', '161151.992500', '161152.452500', '161152.912500', '161153.372500', '161153.832500', '161154.292500', '161154.752500', '161155.212500', '161155.672500', '161156.132500', '161156.592500', '161157.052500', '161157.512500', '161157.972500', '161158.432500', '161158.892500', '161159.352500', '161159.812500', '161200.272500', '161200.732500', '161201.192500', '161201.652500', '161202.112500', '161202.572500', '161203.032500', '161203.492500', '161203.952500', '161204.412500', '161204.872500', '161205.332500', '161205.792500', '161206.252500', '161206.712500', '161207.172500', '161207.632500', '161208.092500', '161208.552500', '161209.012500', '161209.472500', '161209.932500', '161210.392500', '161210.852500', '161211.312500', '161211.772500', '161212.232500', '161212.692500', '161213.152500', '161213.612500', '161214.072500', '161214.532500', '161214.992500', '161215.452500', '161215.912500', '161216.372500', '161216.832500', '161217.292500', '161217.752500', '161218.212500', '161218.672500', '161219.132500', '161219.592500', '161220.052500', '161220.512500', '161220.972500', '161221.432500', '161221.892500', '161222.352500', '161222.812500', '161223.272500', '161223.732500', '161224.192500', '161224.652500', '161225.112500', '161225.572500', '161226.032500', '161226.492500', '161226.952500', '161227.412500', '161227.872500', '161228.332500', '161228.792500', '161229.252500', '161229.712500', '161230.172500', '161230.632500', '161231.092500', '161231.552500', '161232.012500', '161232.472500', '161232.932500', '161233.392500', '161233.852500', '161234.312500', '161234.772500', '161235.232500', '161235.692500', '161236.152500', '161236.612500', '161237.072500', '161237.532500', '161237.992500', '161238.452500', '161238.912500', '161239.372500', '161239.832500', '161240.292500', '161240.752500', '161241.212500', '161241.672500', '161242.132500', '161242.592500', '161243.052500', '161243.512500', '161243.972500', '161244.432500', '161244.892500', '161245.352500', '161245.812500', '161246.272500', '161246.732500', '161247.192500', '161247.652500', '161248.112500', '161248.572500', '161249.032500', '161249.492500', '161249.952500'], 'ContentTime': ['160453.756000', '160453.760000', '160453.763000', '160453.766000', '160453.768000', '160453.771000', '160453.774000', '160453.777000', '160453.780000', '160453.783000', '160453.786000', '160453.790000', '160453.793000', '160453.797000', '160453.800000', '160453.803000', '160453.805000', '160453.808000', '160453.811000', '160453.814000', '160453.817000', '160453.824000', '160453.826000', '160453.835000', '160453.838000', '160453.841000', '160453.844000', '160453.847000', '160453.849000', '160453.852000', '160453.855000', '160453.858000', '160453.861000', '160453.864000', '160513.711000', '160513.714000', '160513.717000', '160513.719000', '160513.727000', '160513.730000', '160513.733000', '160513.736000', '160513.739000', '160513.741000', '160513.744000', '160513.747000', '160513.750000', '160513.753000', '160513.756000', '160513.758000', '160513.761000', '160513.764000', '160513.767000', '160513.770000', '160513.773000', '160513.776000', '160513.778000', '160513.781000', '160513.784000', '160513.787000', '160513.790000', '160513.793000', '160513.795000', '160513.798000', '160513.801000', '160513.804000', '160513.807000', '160513.810000', '160513.813000', '160513.815000', '160513.818000', '160513.821000', '160513.824000', '160513.827000', '160513.830000', '160513.832000', '160513.835000', '160513.838000', '160533.711000', '160533.714000', '160533.717000', '160533.720000', '160533.722000', '160533.725000', '160533.728000', '160533.731000', '160533.734000', '160533.737000', '160533.740000', '160533.742000', '160533.745000', '160533.748000', '160533.751000', '160533.754000', '160533.757000', '160533.760000', '160533.763000', '160533.765000', '160533.768000', '160533.771000', '160533.774000', '160533.777000', '160533.780000', '160533.783000', '160533.785000', '160533.788000', '160533.791000', '160533.794000', '160533.797000', '160533.800000', '160533.803000', '160533.806000', '160533.809000', '160533.812000', '160533.814000', '160533.817000', '160533.820000', '160533.823000', '160533.826000', '160533.829000', '160533.832000', '160553.711000', '160553.714000', '160553.717000', '160553.719000', '160553.722000', '160553.725000', '160553.728000', '160553.731000', '160553.734000', '160553.737000', '160553.740000', '160553.742000', '160553.745000', '160553.748000', '160553.751000', '160553.754000', '160553.757000', '160553.760000', '160553.762000', '160553.765000', '160553.768000', '160553.771000', '160553.774000', '160553.777000', '160553.780000', '160553.782000', '160553.785000', '160553.788000', '160553.791000', '160553.794000', '160553.797000', '160553.800000', '160553.803000', '160553.806000', '160553.808000', '160553.811000', '160553.814000', '160553.817000', '160553.820000', '160553.823000', '160553.826000', '160553.828000', '160553.831000', '160553.834000', '160613.712000', '160613.715000', '160613.718000', '160613.721000', '160613.724000', '160613.726000', '160613.729000', '160613.732000', '160613.735000', '160613.738000', '160613.741000', '160613.744000', '160613.746000', '160613.749000', '160613.752000', '160613.755000', '160613.758000', '160613.761000', '160613.764000', '160613.767000', '160613.770000', '160613.772000', '160613.777000', '160613.780000', '160613.783000', '160613.786000', '160613.789000', '160613.793000', '160613.796000', '160613.799000', '160613.802000', '160613.805000', '160613.808000', '160613.811000', '160613.814000', '160613.817000', '160613.820000', '160613.822000', '160613.825000', '160613.829000', '160613.832000', '160613.835000', '160613.838000', '160633.711000', '160633.714000', '160633.717000', '160633.728000', '160633.731000', '160633.734000', '160633.737000', '160633.740000', '160633.743000', '160633.746000', '160633.749000', '160633.752000', '160633.755000', '160633.758000', '160633.760000', '160633.763000', '160633.766000', '160633.769000', '160633.772000', '160633.775000', '160633.778000', '160633.781000', '160633.784000', '160633.787000', '160633.790000', '160633.793000', '160633.795000', '160633.798000', '160633.801000', '160633.804000', '160633.807000', '160633.810000', '160633.813000', '160633.816000', '160633.818000', '160633.821000', '160633.824000', '160633.827000', '160633.830000', '160633.833000', '160633.836000', '160633.838000', '160633.841000', '160633.844000', '160653.711000', '160653.714000', '160653.717000', '160653.720000', '160653.723000', '160653.725000', '160653.728000', '160653.731000', '160653.734000', '160653.737000', '160653.740000', '160653.743000', '160653.746000', '160653.749000', '160653.751000', '160653.754000', '160653.757000', '160653.760000', '160653.763000', '160653.766000', '160653.769000', '160653.772000', '160653.774000', '160653.777000', '160653.780000', '160653.783000', '160653.786000', '160653.789000', '160653.792000', '160653.794000', '160653.797000', '160653.800000', '160653.803000', '160653.806000', '160653.809000', '160653.812000', '160653.815000', '160653.817000', '160653.820000', '160653.823000', '160653.826000', '160653.829000', '160653.832000', '160713.711000', '160713.714000', '160713.717000', '160713.720000', '160713.722000', '160713.725000', '160713.728000', '160713.731000', '160713.734000', '160713.737000', '160713.740000', '160713.743000', '160713.746000', '160713.748000', '160713.751000', '160713.754000', '160713.757000', '160713.760000', '160713.763000', '160713.766000', '160713.768000', '160713.771000', '160713.774000', '160713.777000', '160713.780000', '160713.783000', '160713.786000', '160713.788000', '160713.791000', '160713.794000', '160713.797000', '160713.800000', '160713.803000', '160713.806000', '160713.809000', '160713.812000', '160713.815000', '160713.818000', '160713.820000', '160713.823000', '160713.826000', '160713.829000', '160713.832000', '160713.835000', '160733.711000', '160733.714000', '160733.717000', '160733.720000', '160733.723000', '160733.725000', '160733.728000', '160733.731000', '160733.734000', '160733.737000', '160733.740000', '160733.743000', '160733.746000', '160733.749000', '160733.752000', '160733.755000', '160733.758000', '160733.760000', '160733.763000', '160733.766000', '160733.769000', '160733.772000', '160733.775000', '160733.778000', '160733.781000', '160733.784000', '160733.786000', '160733.789000', '160733.792000', '160733.795000', '160733.798000', '160733.801000', '160733.804000', '160733.807000', '160733.810000', '160733.814000', '160733.817000', '160733.820000', '160733.823000', '160733.826000', '160733.828000', '160733.831000', '160733.834000', '160753.711000', '160753.714000', '160753.717000', '160753.720000', '160753.722000', '160753.725000', '160753.728000', '160753.731000', '160753.734000', '160753.737000', '160753.740000', '160753.743000', '160753.745000', '160753.748000', '160753.751000', '160753.754000', '160753.757000', '160753.760000', '160753.763000', '160753.766000', '160753.769000', '160753.771000', '160753.774000', '160753.777000', '160753.780000', '160753.783000', '160753.786000', '160753.789000', '160753.792000', '160753.795000', '160753.798000', '160753.800000', '160753.803000', '160753.806000', '160753.809000', '160753.812000', '160753.815000', '160753.818000', '160753.820000', '160753.823000', '160753.826000', '160753.829000', '160753.832000', '160753.847000', '160813.711000', '160813.714000', '160813.717000', '160813.720000', '160813.723000', '160813.726000', '160813.728000', '160813.731000', '160813.734000', '160813.737000', '160813.740000', '160813.743000', '160813.746000', '160813.757000', '160813.760000', '160813.763000', '160813.766000', '160813.769000', '160813.772000', '160813.775000', '160813.778000', '160813.781000', '160813.784000', '160813.787000', '160813.789000', '160813.792000', '160813.795000', '160813.798000', '160813.801000', '160813.804000', '160813.807000', '160813.810000', '160813.813000', '160813.815000', '160813.818000', '160813.821000', '160813.824000', '160813.827000', '160813.830000', '160813.833000', '160813.836000', '160813.839000', '160813.841000', '160833.711000', '160833.714000', '160833.717000', '160833.720000', '160833.723000', '160833.725000', '160833.728000', '160833.731000', '160833.734000', '160833.737000', '160833.740000', '160833.743000', '160833.746000', '160833.749000', '160833.751000', '160833.754000', '160833.757000', '160833.760000', '160833.763000', '160833.766000', '160833.769000', '160833.772000', '160833.775000', '160833.778000', '160833.780000', '160833.783000', '160833.786000', '160833.789000', '160833.792000', '160833.795000', '160833.798000', '160833.801000', '160833.804000', '160833.806000', '160833.809000', '160833.812000', '160833.815000', '160833.818000', '160833.821000', '160833.824000', '160833.827000', '160833.830000', '160833.832000', '160833.835000', '160853.711000', '160853.714000', '160853.717000', '160853.720000', '160853.723000', '160853.725000', '160853.728000', '160853.731000', '160853.734000', '160853.737000', '160853.740000', '160853.743000', '160853.746000', '160853.748000', '160853.751000', '160853.754000', '160853.757000', '160853.760000', '160853.763000', '160853.766000', '160853.769000', '160853.772000', '160853.774000', '160853.777000', '160853.780000', '160853.783000', '160853.786000', '160853.789000', '160853.792000', '160853.794000', '160853.797000', '160853.800000', '160853.803000', '160853.806000', '160853.809000', '160853.812000', '160853.815000', '160853.818000', '160853.820000', '160853.823000', '160853.837000', '160853.840000', '160853.843000', '160913.711000', '160913.714000', '160913.717000', '160913.720000', '160913.723000', '160913.726000', '160913.728000', '160913.731000', '160913.734000', '160913.737000', '160913.740000', '160913.743000', '160913.746000', '160913.749000', '160913.751000', '160913.754000', '160913.757000', '160913.760000', '160913.763000', '160913.766000', '160913.769000', '160913.772000', '160913.774000', '160913.777000', '160913.780000', '160913.783000', '160913.786000', '160913.789000', '160913.792000', '160913.795000', '160913.798000', '160913.801000', '160913.804000', '160913.806000', '160913.809000', '160913.812000', '160913.816000', '160913.819000', '160913.822000', '160913.825000', '160913.827000', '160913.830000', '160913.833000', '160913.836000', '160933.711000', '160933.714000', '160933.717000', '160933.720000', '160933.723000', '160933.726000', '160933.728000', '160933.731000', '160933.734000', '160933.737000', '160933.740000', '160933.743000', '160933.746000', '160933.748000', '160933.751000', '160933.754000', '160933.757000', '160933.760000', '160933.763000', '160933.766000', '160933.769000', '160933.772000', '160933.775000', '160933.795000', '160933.798000', '160933.801000', '160933.804000', '160933.807000', '160933.810000', '160933.813000', '160933.815000', '160933.818000', '160933.821000', '160933.824000', '160933.827000', '160933.837000', '160933.840000', '160933.843000', '160933.845000', '160933.848000', '160933.851000', '160933.854000', '160933.857000', '160953.711000', '160953.714000', '160953.717000', '160953.720000', '160953.726000', '160953.729000', '160953.732000', '160953.735000', '160953.738000', '160953.741000', '160953.744000', '160953.747000', '160953.750000', '160953.752000', '160953.755000', '160953.758000', '160953.761000', '160953.764000', '160953.767000', '160953.770000', '160953.773000', '160953.776000', '160953.779000', '160953.782000', '160953.785000', '160953.787000', '160953.790000', '160953.793000', '160953.796000', '160953.799000', '160953.802000', '160953.805000', '160953.808000', '160953.810000', '160953.813000', '160953.816000', '160953.819000', '160953.822000', '160953.825000', '160953.828000', '160953.831000', '160953.834000', '160953.836000', '161013.711000', '161013.714000', '161013.717000', '161013.720000', '161013.723000', '161013.726000', '161013.729000', '161013.732000', '161013.735000', '161013.737000', '161013.740000', '161013.743000', '161013.746000', '161013.749000', '161013.752000', '161013.755000', '161013.758000', '161013.761000', '161013.763000', '161013.766000', '161013.769000', '161013.772000', '161013.775000', '161013.778000', '161013.781000', '161013.784000', '161013.786000', '161013.789000', '161013.792000', '161013.795000', '161013.798000', '161013.808000', '161013.811000', '161013.814000', '161013.816000', '161013.819000', '161013.822000', '161013.825000', '161013.828000', '161013.831000', '161013.834000', '161013.837000', '161013.842000', '161013.845000', '161033.711000', '161033.714000', '161033.717000', '161033.720000', '161033.723000', '161033.726000', '161033.728000', '161033.731000', '161033.734000', '161033.737000', '161033.740000', '161033.743000', '161033.746000', '161033.749000', '161033.752000', '161033.755000', '161033.758000', '161033.763000', '161033.767000', '161033.770000', '161033.772000', '161033.775000', '161033.778000', '161033.781000', '161033.784000', '161033.787000', '161033.790000', '161033.793000', '161033.795000', '161033.798000', '161033.801000', '161033.804000', '161033.807000', '161033.810000', '161033.813000', '161033.816000', '161033.818000', '161033.821000', '161033.824000', '161033.827000', '161033.830000', '161033.833000', '161033.836000', '161053.711000', '161053.714000', '161053.717000', '161053.720000', '161053.722000', '161053.725000', '161053.728000', '161053.731000', '161053.734000', '161053.737000', '161053.740000', '161053.742000', '161053.745000', '161053.748000', '161053.751000', '161053.754000', '161053.757000', '161053.760000', '161053.763000', '161053.766000', '161053.769000', '161053.771000', '161053.774000', '161053.777000', '161053.780000', '161053.783000', '161053.791000', '161053.794000', '161053.797000', '161053.800000', '161053.803000', '161053.805000', '161053.808000', '161053.811000', '161053.814000', '161053.833000', '161053.835000', '161053.838000', '161053.841000', '161053.844000', '161053.847000', '161053.850000', '161053.853000', '161053.856000', '161113.711000', '161113.714000', '161113.717000', '161113.720000', '161113.723000', '161113.725000', '161113.728000', '161113.731000', '161113.734000', '161113.737000', '161113.740000', '161113.743000', '161113.746000', '161113.749000', '161113.752000', '161113.755000', '161113.758000', '161113.761000', '161113.764000', '161113.767000', '161113.770000', '161113.773000', '161113.779000', '161113.782000', '161113.785000', '161113.788000', '161113.796000', '161113.799000', '161113.802000', '161113.805000', '161113.808000', '161113.811000', '161113.814000', '161113.817000', '161113.820000', '161113.823000', '161113.825000', '161113.828000', '161113.831000', '161113.834000', '161113.837000', '161113.840000', '161113.843000', '161133.711000', '161133.714000', '161133.717000', '161133.720000', '161133.723000', '161133.726000', '161133.729000', '161133.731000', '161133.734000', '161133.737000', '161133.740000', '161133.743000', '161133.746000', '161133.749000', '161133.752000', '161133.754000', '161133.757000', '161133.760000', '161133.763000', '161133.766000', '161133.769000', '161133.772000', '161133.775000', '161133.778000', '161133.780000', '161133.783000', '161133.786000', '161133.789000', '161133.792000', '161133.795000', '161133.798000', '161133.801000', '161133.803000', '161133.806000', '161133.809000', '161133.812000', '161133.815000', '161133.818000', '161133.821000', '161133.824000', '161133.826000', '161133.829000', '161133.832000', '161133.835000', '161153.711000', '161153.714000', '161153.717000', '161153.720000', '161153.723000', '161153.726000', '161153.729000', '161153.732000', '161153.734000', '161153.737000', '161153.740000', '161153.743000', '161153.746000', '161153.749000', '161153.752000', '161153.755000', '161153.758000', '161153.760000', '161153.763000', '161153.767000', '161153.770000', '161153.773000', '161153.776000', '161153.779000', '161153.782000', '161153.785000', '161153.787000', '161153.790000', '161153.793000', '161153.796000', '161153.799000', '161153.802000', '161153.805000', '161153.808000', '161153.811000', '161153.814000', '161153.817000', '161153.820000', '161153.822000', '161153.825000', '161153.828000', '161153.831000', '161153.834000', '161213.711000', '161213.714000', '161213.717000', '161213.720000', '161213.723000', '161213.726000', '161213.728000', '161213.731000', '161213.734000', '161213.737000', '161213.740000', '161213.743000', '161213.746000', '161213.748000', '161213.751000', '161213.754000', '161213.757000', '161213.760000', '161213.763000', '161213.766000', '161213.769000', '161213.772000', '161213.774000', '161213.777000', '161213.780000', '161213.783000', '161213.786000', '161213.789000', '161213.792000', '161213.795000', '161213.797000', '161213.800000', '161213.813000', '161213.816000', '161213.819000', '161213.822000', '161213.824000', '161213.827000', '161213.830000', '161213.833000', '161213.836000', '161213.839000', '161213.842000', '161213.844000', '161233.711000', '161233.714000', '161233.717000', '161233.720000', '161233.723000', '161233.727000', '161233.730000', '161233.733000', '161233.736000', '161233.738000', '161233.741000', '161233.744000', '161233.747000', '161233.750000', '161233.753000', '161233.756000', '161233.759000', '161233.762000', '161233.764000', '161233.767000', '161233.770000', '161233.773000', '161233.776000', '161233.779000', '161233.782000', '161233.785000', '161233.788000', '161233.791000', '161233.794000', '161233.797000', '161233.800000', '161233.803000', '161233.806000', '161233.809000', '161233.811000', '161233.814000', '161233.817000', '161233.820000', '161233.823000', '161233.826000', '161233.829000', '161233.832000', '161233.835000', '161251.317000', '161251.321000', '161251.324000', '161251.328000', '161251.331000', '161251.334000', '161251.337000', '161251.340000', '161251.343000', '161251.347000', '161251.350000', '161251.353000', '161251.356000', '161251.360000', '161251.363000', '161251.366000', '161251.369000', '161251.372000', '161251.375000', '161251.378000', '161251.381000', '161251.385000', '161251.387000', '161251.390000', '161251.394000', '161251.397000', '161251.401000', '161251.404000', '161251.407000', '161251.410000', '161251.413000', '161251.416000', '161251.419000', '161251.422000', '161251.425000', '161251.428000', '161251.432000', '161251.435000', '161251.438000'], 'InstanceCreationTime': ['160453.756000', '160453.760000', '160453.763000', '160453.766000', '160453.768000', '160453.771000', '160453.774000', '160453.777000', '160453.780000', '160453.783000', '160453.786000', '160453.790000', '160453.793000', '160453.797000', '160453.800000', '160453.803000', '160453.805000', '160453.808000', '160453.811000', '160453.814000', '160453.817000', '160453.824000', '160453.826000', '160453.835000', '160453.838000', '160453.841000', '160453.844000', '160453.847000', '160453.849000', '160453.852000', '160453.855000', '160453.858000', '160453.861000', '160453.864000', '160513.711000', '160513.714000', '160513.717000', '160513.719000', '160513.727000', '160513.730000', '160513.733000', '160513.736000', '160513.739000', '160513.741000', '160513.744000', '160513.747000', '160513.750000', '160513.753000', '160513.756000', '160513.758000', '160513.761000', '160513.764000', '160513.767000', '160513.770000', '160513.773000', '160513.776000', '160513.778000', '160513.781000', '160513.784000', '160513.787000', '160513.790000', '160513.793000', '160513.795000', '160513.798000', '160513.801000', '160513.804000', '160513.807000', '160513.810000', '160513.813000', '160513.815000', '160513.818000', '160513.821000', '160513.824000', '160513.827000', '160513.830000', '160513.832000', '160513.835000', '160513.838000', '160533.711000', '160533.714000', '160533.717000', '160533.720000', '160533.722000', '160533.725000', '160533.728000', '160533.731000', '160533.734000', '160533.737000', '160533.740000', '160533.742000', '160533.745000', '160533.748000', '160533.751000', '160533.754000', '160533.757000', '160533.760000', '160533.763000', '160533.765000', '160533.768000', '160533.771000', '160533.774000', '160533.777000', '160533.780000', '160533.783000', '160533.785000', '160533.788000', '160533.791000', '160533.794000', '160533.797000', '160533.800000', '160533.803000', '160533.806000', '160533.809000', '160533.812000', '160533.814000', '160533.817000', '160533.820000', '160533.823000', '160533.826000', '160533.829000', '160533.832000', '160553.711000', '160553.714000', '160553.717000', '160553.719000', '160553.722000', '160553.725000', '160553.728000', '160553.731000', '160553.734000', '160553.737000', '160553.740000', '160553.742000', '160553.745000', '160553.748000', '160553.751000', '160553.754000', '160553.757000', '160553.760000', '160553.762000', '160553.765000', '160553.768000', '160553.771000', '160553.774000', '160553.777000', '160553.780000', '160553.782000', '160553.785000', '160553.788000', '160553.791000', '160553.794000', '160553.797000', '160553.800000', '160553.803000', '160553.806000', '160553.808000', '160553.811000', '160553.814000', '160553.817000', '160553.820000', '160553.823000', '160553.826000', '160553.828000', '160553.831000', '160553.834000', '160613.712000', '160613.715000', '160613.718000', '160613.721000', '160613.724000', '160613.726000', '160613.729000', '160613.732000', '160613.735000', '160613.738000', '160613.741000', '160613.744000', '160613.746000', '160613.749000', '160613.752000', '160613.755000', '160613.758000', '160613.761000', '160613.764000', '160613.767000', '160613.770000', '160613.772000', '160613.777000', '160613.780000', '160613.783000', '160613.786000', '160613.789000', '160613.793000', '160613.796000', '160613.799000', '160613.802000', '160613.805000', '160613.808000', '160613.811000', '160613.814000', '160613.817000', '160613.820000', '160613.822000', '160613.825000', '160613.829000', '160613.832000', '160613.835000', '160613.838000', '160633.711000', '160633.714000', '160633.717000', '160633.728000', '160633.731000', '160633.734000', '160633.737000', '160633.740000', '160633.743000', '160633.746000', '160633.749000', '160633.752000', '160633.755000', '160633.758000', '160633.760000', '160633.763000', '160633.766000', '160633.769000', '160633.772000', '160633.775000', '160633.778000', '160633.781000', '160633.784000', '160633.787000', '160633.790000', '160633.793000', '160633.795000', '160633.798000', '160633.801000', '160633.804000', '160633.807000', '160633.810000', '160633.813000', '160633.816000', '160633.818000', '160633.821000', '160633.824000', '160633.827000', '160633.830000', '160633.833000', '160633.836000', '160633.838000', '160633.841000', '160633.844000', '160653.711000', '160653.714000', '160653.717000', '160653.720000', '160653.723000', '160653.725000', '160653.728000', '160653.731000', '160653.734000', '160653.737000', '160653.740000', '160653.743000', '160653.746000', '160653.749000', '160653.751000', '160653.754000', '160653.757000', '160653.760000', '160653.763000', '160653.766000', '160653.769000', '160653.772000', '160653.774000', '160653.777000', '160653.780000', '160653.783000', '160653.786000', '160653.789000', '160653.792000', '160653.794000', '160653.797000', '160653.800000', '160653.803000', '160653.806000', '160653.809000', '160653.812000', '160653.815000', '160653.817000', '160653.820000', '160653.823000', '160653.826000', '160653.829000', '160653.832000', '160713.711000', '160713.714000', '160713.717000', '160713.720000', '160713.722000', '160713.725000', '160713.728000', '160713.731000', '160713.734000', '160713.737000', '160713.740000', '160713.743000', '160713.746000', '160713.748000', '160713.751000', '160713.754000', '160713.757000', '160713.760000', '160713.763000', '160713.766000', '160713.768000', '160713.771000', '160713.774000', '160713.777000', '160713.780000', '160713.783000', '160713.786000', '160713.788000', '160713.791000', '160713.794000', '160713.797000', '160713.800000', '160713.803000', '160713.806000', '160713.809000', '160713.812000', '160713.815000', '160713.818000', '160713.820000', '160713.823000', '160713.826000', '160713.829000', '160713.832000', '160713.835000', '160733.711000', '160733.714000', '160733.717000', '160733.720000', '160733.723000', '160733.725000', '160733.728000', '160733.731000', '160733.734000', '160733.737000', '160733.740000', '160733.743000', '160733.746000', '160733.749000', '160733.752000', '160733.755000', '160733.758000', '160733.760000', '160733.763000', '160733.766000', '160733.769000', '160733.772000', '160733.775000', '160733.778000', '160733.781000', '160733.784000', '160733.786000', '160733.789000', '160733.792000', '160733.795000', '160733.798000', '160733.801000', '160733.804000', '160733.807000', '160733.810000', '160733.814000', '160733.817000', '160733.820000', '160733.823000', '160733.826000', '160733.828000', '160733.831000', '160733.834000', '160753.711000', '160753.714000', '160753.717000', '160753.720000', '160753.722000', '160753.725000', '160753.728000', '160753.731000', '160753.734000', '160753.737000', '160753.740000', '160753.743000', '160753.745000', '160753.748000', '160753.751000', '160753.754000', '160753.757000', '160753.760000', '160753.763000', '160753.766000', '160753.769000', '160753.771000', '160753.774000', '160753.777000', '160753.780000', '160753.783000', '160753.786000', '160753.789000', '160753.792000', '160753.795000', '160753.798000', '160753.800000', '160753.803000', '160753.806000', '160753.809000', '160753.812000', '160753.815000', '160753.818000', '160753.820000', '160753.823000', '160753.826000', '160753.829000', '160753.832000', '160753.847000', '160813.711000', '160813.714000', '160813.717000', '160813.720000', '160813.723000', '160813.726000', '160813.728000', '160813.731000', '160813.734000', '160813.737000', '160813.740000', '160813.743000', '160813.746000', '160813.757000', '160813.760000', '160813.763000', '160813.766000', '160813.769000', '160813.772000', '160813.775000', '160813.778000', '160813.781000', '160813.784000', '160813.787000', '160813.789000', '160813.792000', '160813.795000', '160813.798000', '160813.801000', '160813.804000', '160813.807000', '160813.810000', '160813.813000', '160813.815000', '160813.818000', '160813.821000', '160813.824000', '160813.827000', '160813.830000', '160813.833000', '160813.836000', '160813.839000', '160813.841000', '160833.711000', '160833.714000', '160833.717000', '160833.720000', '160833.723000', '160833.725000', '160833.728000', '160833.731000', '160833.734000', '160833.737000', '160833.740000', '160833.743000', '160833.746000', '160833.749000', '160833.751000', '160833.754000', '160833.757000', '160833.760000', '160833.763000', '160833.766000', '160833.769000', '160833.772000', '160833.775000', '160833.778000', '160833.780000', '160833.783000', '160833.786000', '160833.789000', '160833.792000', '160833.795000', '160833.798000', '160833.801000', '160833.804000', '160833.806000', '160833.809000', '160833.812000', '160833.815000', '160833.818000', '160833.821000', '160833.824000', '160833.827000', '160833.830000', '160833.832000', '160833.835000', '160853.711000', '160853.714000', '160853.717000', '160853.720000', '160853.723000', '160853.725000', '160853.728000', '160853.731000', '160853.734000', '160853.737000', '160853.740000', '160853.743000', '160853.746000', '160853.748000', '160853.751000', '160853.754000', '160853.757000', '160853.760000', '160853.763000', '160853.766000', '160853.769000', '160853.772000', '160853.774000', '160853.777000', '160853.780000', '160853.783000', '160853.786000', '160853.789000', '160853.792000', '160853.794000', '160853.797000', '160853.800000', '160853.803000', '160853.806000', '160853.809000', '160853.812000', '160853.815000', '160853.818000', '160853.820000', '160853.823000', '160853.837000', '160853.840000', '160853.843000', '160913.711000', '160913.714000', '160913.717000', '160913.720000', '160913.723000', '160913.726000', '160913.728000', '160913.731000', '160913.734000', '160913.737000', '160913.740000', '160913.743000', '160913.746000', '160913.749000', '160913.751000', '160913.754000', '160913.757000', '160913.760000', '160913.763000', '160913.766000', '160913.769000', '160913.772000', '160913.774000', '160913.777000', '160913.780000', '160913.783000', '160913.786000', '160913.789000', '160913.792000', '160913.795000', '160913.798000', '160913.801000', '160913.804000', '160913.806000', '160913.809000', '160913.812000', '160913.816000', '160913.819000', '160913.822000', '160913.825000', '160913.827000', '160913.830000', '160913.833000', '160913.836000', '160933.711000', '160933.714000', '160933.717000', '160933.720000', '160933.723000', '160933.726000', '160933.728000', '160933.731000', '160933.734000', '160933.737000', '160933.740000', '160933.743000', '160933.746000', '160933.748000', '160933.751000', '160933.754000', '160933.757000', '160933.760000', '160933.763000', '160933.766000', '160933.769000', '160933.772000', '160933.775000', '160933.795000', '160933.798000', '160933.801000', '160933.804000', '160933.807000', '160933.810000', '160933.813000', '160933.815000', '160933.818000', '160933.821000', '160933.824000', '160933.827000', '160933.837000', '160933.840000', '160933.843000', '160933.845000', '160933.848000', '160933.851000', '160933.854000', '160933.857000', '160953.711000', '160953.714000', '160953.717000', '160953.720000', '160953.726000', '160953.729000', '160953.732000', '160953.735000', '160953.738000', '160953.741000', '160953.744000', '160953.747000', '160953.750000', '160953.752000', '160953.755000', '160953.758000', '160953.761000', '160953.764000', '160953.767000', '160953.770000', '160953.773000', '160953.776000', '160953.779000', '160953.782000', '160953.785000', '160953.787000', '160953.790000', '160953.793000', '160953.796000', '160953.799000', '160953.802000', '160953.805000', '160953.808000', '160953.810000', '160953.813000', '160953.816000', '160953.819000', '160953.822000', '160953.825000', '160953.828000', '160953.831000', '160953.834000', '160953.836000', '161013.711000', '161013.714000', '161013.717000', '161013.720000', '161013.723000', '161013.726000', '161013.729000', '161013.732000', '161013.735000', '161013.737000', '161013.740000', '161013.743000', '161013.746000', '161013.749000', '161013.752000', '161013.755000', '161013.758000', '161013.761000', '161013.763000', '161013.766000', '161013.769000', '161013.772000', '161013.775000', '161013.778000', '161013.781000', '161013.784000', '161013.786000', '161013.789000', '161013.792000', '161013.795000', '161013.798000', '161013.808000', '161013.811000', '161013.814000', '161013.816000', '161013.819000', '161013.822000', '161013.825000', '161013.828000', '161013.831000', '161013.834000', '161013.837000', '161013.842000', '161013.845000', '161033.711000', '161033.714000', '161033.717000', '161033.720000', '161033.723000', '161033.726000', '161033.728000', '161033.731000', '161033.734000', '161033.737000', '161033.740000', '161033.743000', '161033.746000', '161033.749000', '161033.752000', '161033.755000', '161033.758000', '161033.763000', '161033.767000', '161033.770000', '161033.772000', '161033.775000', '161033.778000', '161033.781000', '161033.784000', '161033.787000', '161033.790000', '161033.793000', '161033.795000', '161033.798000', '161033.801000', '161033.804000', '161033.807000', '161033.810000', '161033.813000', '161033.816000', '161033.818000', '161033.821000', '161033.824000', '161033.827000', '161033.830000', '161033.833000', '161033.836000', '161053.711000', '161053.714000', '161053.717000', '161053.720000', '161053.722000', '161053.725000', '161053.728000', '161053.731000', '161053.734000', '161053.737000', '161053.740000', '161053.742000', '161053.745000', '161053.748000', '161053.751000', '161053.754000', '161053.757000', '161053.760000', '161053.763000', '161053.766000', '161053.769000', '161053.771000', '161053.774000', '161053.777000', '161053.780000', '161053.783000', '161053.791000', '161053.794000', '161053.797000', '161053.800000', '161053.803000', '161053.805000', '161053.808000', '161053.811000', '161053.814000', '161053.833000', '161053.835000', '161053.838000', '161053.841000', '161053.844000', '161053.847000', '161053.850000', '161053.853000', '161053.856000', '161113.711000', '161113.714000', '161113.717000', '161113.720000', '161113.723000', '161113.725000', '161113.728000', '161113.731000', '161113.734000', '161113.737000', '161113.740000', '161113.743000', '161113.746000', '161113.749000', '161113.752000', '161113.755000', '161113.758000', '161113.761000', '161113.764000', '161113.767000', '161113.770000', '161113.773000', '161113.779000', '161113.782000', '161113.785000', '161113.788000', '161113.796000', '161113.799000', '161113.802000', '161113.805000', '161113.808000', '161113.811000', '161113.814000', '161113.817000', '161113.820000', '161113.823000', '161113.825000', '161113.828000', '161113.831000', '161113.834000', '161113.837000', '161113.840000', '161113.843000', '161133.711000', '161133.714000', '161133.717000', '161133.720000', '161133.723000', '161133.726000', '161133.729000', '161133.731000', '161133.734000', '161133.737000', '161133.740000', '161133.743000', '161133.746000', '161133.749000', '161133.752000', '161133.754000', '161133.757000', '161133.760000', '161133.763000', '161133.766000', '161133.769000', '161133.772000', '161133.775000', '161133.778000', '161133.780000', '161133.783000', '161133.786000', '161133.789000', '161133.792000', '161133.795000', '161133.798000', '161133.801000', '161133.803000', '161133.806000', '161133.809000', '161133.812000', '161133.815000', '161133.818000', '161133.821000', '161133.824000', '161133.826000', '161133.829000', '161133.832000', '161133.835000', '161153.711000', '161153.714000', '161153.717000', '161153.720000', '161153.723000', '161153.726000', '161153.729000', '161153.732000', '161153.734000', '161153.737000', '161153.740000', '161153.743000', '161153.746000', '161153.749000', '161153.752000', '161153.755000', '161153.758000', '161153.760000', '161153.763000', '161153.767000', '161153.770000', '161153.773000', '161153.776000', '161153.779000', '161153.782000', '161153.785000', '161153.787000', '161153.790000', '161153.793000', '161153.796000', '161153.799000', '161153.802000', '161153.805000', '161153.808000', '161153.811000', '161153.814000', '161153.817000', '161153.820000', '161153.822000', '161153.825000', '161153.828000', '161153.831000', '161153.834000', '161213.711000', '161213.714000', '161213.717000', '161213.720000', '161213.723000', '161213.726000', '161213.728000', '161213.731000', '161213.734000', '161213.737000', '161213.740000', '161213.743000', '161213.746000', '161213.748000', '161213.751000', '161213.754000', '161213.757000', '161213.760000', '161213.763000', '161213.766000', '161213.769000', '161213.772000', '161213.774000', '161213.777000', '161213.780000', '161213.783000', '161213.786000', '161213.789000', '161213.792000', '161213.795000', '161213.797000', '161213.800000', '161213.813000', '161213.816000', '161213.819000', '161213.822000', '161213.824000', '161213.827000', '161213.830000', '161213.833000', '161213.836000', '161213.839000', '161213.842000', '161213.844000', '161233.711000', '161233.714000', '161233.717000', '161233.720000', '161233.723000', '161233.727000', '161233.730000', '161233.733000', '161233.736000', '161233.738000', '161233.741000', '161233.744000', '161233.747000', '161233.750000', '161233.753000', '161233.756000', '161233.759000', '161233.762000', '161233.764000', '161233.767000', '161233.770000', '161233.773000', '161233.776000', '161233.779000', '161233.782000', '161233.785000', '161233.788000', '161233.791000', '161233.794000', '161233.797000', '161233.800000', '161233.803000', '161233.806000', '161233.809000', '161233.811000', '161233.814000', '161233.817000', '161233.820000', '161233.823000', '161233.826000', '161233.829000', '161233.832000', '161233.835000', '161251.317000', '161251.321000', '161251.324000', '161251.328000', '161251.331000', '161251.334000', '161251.337000', '161251.340000', '161251.343000', '161251.347000', '161251.350000', '161251.353000', '161251.356000', '161251.360000', '161251.363000', '161251.366000', '161251.369000', '161251.372000', '161251.375000', '161251.378000', '161251.381000', '161251.385000', '161251.387000', '161251.390000', '161251.394000', '161251.397000', '161251.401000', '161251.404000', '161251.407000', '161251.410000', '161251.413000', '161251.416000', '161251.419000', '161251.422000', '161251.425000', '161251.428000', '161251.432000', '161251.435000', '161251.438000'], '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': [11154, 7113, 5192, 8878, 5214, 5120, 10686, 7826, 5257, 5612, 10284, 5001, 5511, 10635, 5869, 5302, 10001, 5177, 5101, 8422, 5466, 5551, 9967, 5159, 5265, 5880, 5576, 5402, 6714, 5136, 5181, 5588, 7222, 5172, 7260, 5317, 5585, 10343, 5559, 5573, 8053, 5260, 5224, 7717, 5098, 8422, 5622, 5014, 11132, 7586, 5167, 10509, 5753, 4999, 9585, 6179, 4938, 7991, 5132, 6549, 8256, 5450, 4976, 5522, 4981, 5030, 9911, 4901, 5264, 11127, 6927, 5283, 9668, 5368, 5136, 9062, 5102, 5178, 4997, 4944, 5116, 7423, 5015, 5093, 5210, 5432, 9609, 5322, 5342, 5930, 6890, 5567, 8964, 6579, 5345, 9910, 7718, 7102, 10447, 6461, 5845, 10394, 8448, 6289, 8857, 5538, 7938, 9656, 7416, 8386, 9092, 7203, 10263, 8736, 6574, 8664, 7100, 6133, 10624, 8085, 6389, 10805, 5964, 5078, 10810, 6756, 5207, 9369, 5221, 4898, 9677, 6147, 4852, 5973, 5070, 4973, 8581, 5235, 5100, 5216, 5300, 5017, 6908, 5161, 5199, 6233, 5349, 5323, 9281, 6981, 5060, 9507, 8647, 7672, 11411, 7645, 7937, 9586, 6414, 9853, 7931, 6258, 10690, 7619, 5238, 10220, 5765, 5269, 10308, 6773, 5220, 7644, 6372, 5960, 10500, 7302, 5200, 10026, 6822, 5136, 9357, 5184, 5129, 8862, 5330, 5069, 8317, 5336, 5090, 8871, 6267, 5249, 8931, 5672, 5641, 11106, 8451, 5364, 10670, 8054, 6470, 11656, 8037, 5339, 9801, 7955, 8189, 9340, 10305, 7675, 7148, 10549, 7838, 6408, 11011, 7675, 7274, 8705, 10661, 7286, 7358, 5767, 10300, 9227, 6073, 8458, 9491, 7632, 6598, 6824, 5728, 6962, 7524, 5311, 5499, 5162, 5224, 5855, 5512, 5074, 5107, 5103, 4981, 4809, 5604, 5210, 5366, 5893, 5577, 6526, 6434, 5650, 6992, 6519, 5560, 5408, 7336, 5449, 5498, 8548, 6299, 5475, 8415, 7157, 5756, 9994, 7990, 6362, 10532, 8709, 6810, 11414, 8958, 6818, 11309, 8775, 7179, 10603, 8415, 7103, 9364, 6085, 6554, 8917, 7780, 8232, 7046, 5195, 7085, 7707, 5336, 9052, 6345, 5173, 7735, 7610, 6249, 8895, 8287, 5024, 8755, 8676, 6364, 9765, 7387, 5189, 5293, 8792, 5256, 5331, 8870, 5785, 5414, 10671, 8663, 6304, 10834, 6336, 5447, 10505, 7753, 5304, 10080, 5272, 5255, 9610, 5377, 5230, 7129, 5162, 5161, 8316, 6683, 5263, 5084, 5262, 5247, 6378, 7627, 5277, 5308, 7836, 5201, 5307, 8568, 5650, 5435, 9426, 6396, 6487, 9695, 5432, 5309, 7969, 5281, 5600, 9997, 5153, 5214, 9466, 5601, 5205, 9808, 6197, 5293, 8622, 5572, 5320, 8233, 8062, 5472, 5586, 9396, 6398, 5606, 10389, 6117, 5384, 10073, 7653, 6966, 9570, 7461, 5528, 5317, 8018, 5360, 5371, 7488, 5215, 5345, 9331, 5095, 5578, 8755, 5287, 5471, 9800, 6531, 5586, 7696, 5718, 5526, 8616, 5685, 5589, 9944, 5543, 5562, 8725, 5268, 5553, 10441, 6372, 5386, 11414, 8591, 8466, 6280, 9562, 6932, 5248, 5337, 8137, 6268, 6452, 8646, 6615, 5586, 5551, 8203, 5975, 5339, 8446, 5459, 5301, 8528, 5582, 5159, 8184, 5542, 5165, 5526, 6771, 5235, 5336, 7601, 5375, 5291, 7976, 5832, 5423, 7884, 5999, 5374, 7281, 7913, 5373, 5499, 8445, 6533, 5431, 7642, 6067, 5518, 7148, 7833, 5433, 5589, 7123, 5475, 7482, 8779, 6220, 8299, 6837, 5200, 7773, 7729, 5396, 9412, 6073, 5382, 9395, 6521, 5454, 10323, 5353, 5315, 10096, 5907, 10127, 8312, 5404, 10537, 5220, 5153, 9680, 5530, 5283, 9337, 5401, 6664, 8711, 5168, 11035, 8147, 5217, 10688, 5810, 5801, 10596, 5493, 5236, 8563, 5299, 5139, 10049, 5301, 5202, 8309, 5256, 5115, 10267, 6772, 5380, 10533, 5810, 5127, 10430, 6581, 5223, 9138, 5493, 5397, 10613, 7700, 5420, 9870, 5189, 6343, 8665, 5430, 5512, 9361, 5387, 5635, 8751, 5438, 5565, 7298, 5296, 5617, 8703, 6198, 5451, 9634, 6105, 5509, 9175, 7380, 5708, 6187, 8197, 5561, 5428, 10171, 7981, 5630, 10287, 6009, 5544, 10089, 8483, 5408, 6733, 9064, 5390, 7677, 9106, 5250, 5357, 7715, 5345, 6053, 10159, 5551, 5411, 9521, 5498, 7769, 8085, 5769, 9280, 5318, 5345, 9252, 5155, 5504, 7055, 5380, 5353, 8053, 5134, 5441, 7631, 5165, 5380, 8539, 5230, 5263, 5365, 5774, 5421, 8903, 8334, 5636, 10029, 7617, 5351, 5397, 5695, 5467, 6049, 5182, 5835, 5628, 5234, 5146, 5486, 5190, 5198, 5252, 6085, 8254, 6281, 5238, 7271, 5032, 5219, 8609, 5638, 5253, 5316, 5124, 5659, 5253, 9263, 8845, 6531, 10644, 6945, 6248, 10333, 9180, 8477, 6127, 7390, 5161, 5281, 5585, 11233, 8077, 6273, 12168, 6484, 5724, 11247, 6794, 7948, 8640, 5709, 5496, 5665, 5452, 5229, 5690, 5647, 6914, 5172, 5449, 7286, 4995, 5610, 8817, 5006, 5390, 6666, 5151, 5390, 7790, 5696, 5313, 6039, 5388, 5281, 8000, 5234, 5185, 8075, 5263, 5418, 7326, 5309, 6215, 8163, 5366, 5495, 6467, 5256, 5400, 9454, 5405, 5578, 5550, 5420, 5409, 5453, 5914, 5515, 5840, 8817, 5566, 5924, 10454, 9124, 8101, 11081, 7482, 5839, 9844, 8218, 8798, 7712, 10585, 9112, 7237, 8582, 5783, 4857, 5108, 5071, 5146, 5192, 5330, 7907, 5298, 7349, 7445, 5761, 10535, 6494, 5840, 10216, 7011, 8920, 8134, 5837, 10763, 5677, 5983, 9248, 5434, 5488, 6218, 5416, 5257, 5093, 5806, 9135, 4977, 5696, 6971, 4963, 5593, 8001, 5236, 5415, 8469, 5151, 5427, 6254, 5294, 5416, 6076, 5299, 5193, 5335, 5185, 5357, 5980, 5326, 5302, 6881, 5484, 5597, 6723, 5384, 8043, 6160, 5568, 9212, 5447, 5532, 10181, 5487, 5496, 8786, 5253, 5596, 6181, 5180, 5074, 6433, 5086, 5842, 7355, 5099, 5082, 6026, 5353, 7905, 5864, 5266, 6944, 5171, 5088, 5429, 5424, 5069, 5232, 5244, 5342, 5276, 5191, 5069, 5469, 5151, 5202, 5297, 5308, 5177, 5919, 5042, 5459, 8072, 5486, 5739, 7625, 6151, 5548, 5496, 7281, 5451, 5200, 5811, 6504, 5148, 5062, 6702, 5542, 5517, 7024, 5272, 4982, 5183, 5094, 4887, 5058, 5056, 5033, 5234, 5289, 5138, 5207, 5085, 5249, 5203, 5128, 5130, 6313, 5020, 5096, 5318, 5223, 5241, 5498, 5120, 5029, 5956, 5144, 5093, 5288, 5119, 5076, 8067, 6815, 10465, 13326, 9306, 6262, 7345, 6248, 5606, 5377, 10014, 5640, 5320, 10547, 7618, 6131, 8033, 11277, 9726, 6948, 6474, 8498, 7335, 5725, 5553, 5270, 4888, 4844, 5393, 5269, 6517, 5286, 5249, 8558, 5820, 5086, 6553, 4998, 5296, 6310, 5057, 5122, 4925, 5162, 5086, 5121, 4774, 5794, 5194, 5001, 7079, 5367, 4959, 7966, 5419, 4992, 6886, 5285, 5133, 5126, 4956, 5374, 5152, 5306, 5119, 5221, 7487, 5714, 6508, 7776, 5663, 5215, 7839, 5288, 5184, 4980, 4984, 5358, 5060, 5250, 5131, 5104, 6140, 5397, 5092, 9158, 6000, 6444, 8661, 6984, 6213, 7888, 5086, 5152, 5001, 5079, 5121, 6293, 4927, 4935, 5813, 5173, 4980, 5175, 5219, 5004, 5243, 5324, 5006, 5101, 5403, 5200, 5500, 5666, 5830, 5740, 5785, 5933, 6212, 6198, 5975, 8186, 8445, 6188, 5621, 5660, 7905, 5667, 6614, 9529, 7936, 7551, 7912, 10450, 10991, 9902, 8751, 10180, 9489, 8869, 7992, 9352, 10748, 8380, 6288, 6018, 7549, 5519, 5123, 6970, 5609, 5238, 7828, 6597, 6181, 7518, 6089, 5247, 6483, 5570, 5533, 6168, 5169, 5033, 5431, 5363, 5325, 5802, 5085, 5078, 4870, 5197, 4975, 5470, 5073, 4819, 4879, 4997], 'WindowCenter': [3421.0, 3386.0, 3353.0, 3396.0, 3356.0, 3342.0, 3395.0, 3384.0, 3340.0, 3369.0, 3394.0, 3341.0, 3338.0, 3380.0, 3340.0, 3328.0, 3369.0, 3315.0, 3315.0, 3372.0, 3339.0, 3368.0, 3420.0, 3366.0, 3339.0, 3349.0, 3352.0, 3336.0, 3345.0, 3339.0, 3340.0, 3339.0, 3372.0, 3352.0, 3372.0, 3351.0, 3352.0, 3393.0, 3338.0, 3350.0, 3383.0, 3339.0, 3338.0, 3370.0, 3339.0, 3385.0, 3350.0, 3339.0, 3392.0, 3370.0, 3338.0, 3392.0, 3349.0, 3338.0, 3380.0, 3348.0, 3327.0, 3370.0, 3338.0, 3358.0, 3380.0, 3338.0, 3338.0, 3337.0, 3326.0, 3338.0, 3392.0, 3328.0, 3338.0, 3392.0, 3370.0, 3349.0, 3391.0, 3337.0, 3325.0, 3379.0, 3326.0, 3338.0, 3337.0, 3327.0, 3339.0, 3382.0, 3340.0, 3351.0, 3340.0, 3351.0, 3393.0, 3351.0, 3363.0, 3349.0, 3393.0, 3344.0, 3398.0, 3378.0, 3369.0, 3411.0, 3401.0, 3390.0, 3421.0, 3377.0, 3365.0, 3409.0, 3371.0, 3363.0, 3384.0, 3327.0, 3384.0, 3395.0, 3375.0, 3384.0, 3397.0, 3374.0, 3381.0, 3370.0, 3348.0, 3370.0, 3348.0, 3338.0, 3382.0, 3372.0, 3362.0, 3394.0, 3350.0, 3327.0, 3380.0, 3348.0, 3327.0, 3370.0, 3328.0, 3331.0, 3384.0, 3352.0, 3330.0, 3350.0, 3329.0, 3328.0, 3371.0, 3328.0, 3328.0, 3329.0, 3340.0, 3328.0, 3362.0, 3341.0, 3342.0, 3363.0, 3353.0, 3354.0, 3397.0, 3375.0, 3354.0, 3385.0, 3391.0, 3379.0, 3398.0, 3377.0, 3376.0, 3397.0, 3365.0, 3397.0, 3375.0, 3365.0, 3395.0, 3373.0, 3341.0, 3393.0, 3340.0, 3330.0, 3395.0, 3363.0, 3343.0, 3374.0, 3364.0, 3364.0, 3408.0, 3374.0, 3341.0, 3383.0, 3362.0, 3341.0, 3383.0, 3340.0, 3341.0, 3384.0, 3342.0, 3341.0, 3386.0, 3352.0, 3341.0, 3385.0, 3364.0, 3343.0, 3397.0, 3366.0, 3368.0, 3412.0, 3389.0, 3345.0, 3398.0, 3377.0, 3366.0, 3409.0, 3388.0, 3355.0, 3397.0, 3385.0, 3387.0, 3397.0, 3397.0, 3375.0, 3363.0, 3396.0, 3375.0, 3363.0, 3395.0, 3373.0, 3363.0, 3373.0, 3383.0, 3361.0, 3362.0, 3341.0, 3384.0, 3303.0, 3331.0, 3355.0, 3410.0, 3289.0, 3333.0, 3331.0, 3320.0, 3344.0, 3355.0, 3324.0, 3323.0, 3311.0, 3308.0, 3294.0, 3311.0, 3296.0, 3295.0, 3271.0, 3285.0, 3286.0, 3321.0, 3312.0, 3307.0, 3346.0, 3358.0, 3370.0, 3381.0, 3373.0, 3382.0, 3371.0, 3362.0, 3373.0, 3395.0, 3374.0, 3375.0, 3418.0, 3397.0, 3387.0, 3419.0, 3409.0, 3387.0, 3430.0, 3409.0, 3397.0, 3430.0, 3419.0, 3395.0, 3427.0, 3405.0, 3394.0, 3415.0, 3404.0, 3394.0, 3416.0, 3404.0, 3382.0, 3414.0, 3372.0, 3383.0, 3404.0, 3394.0, 3404.0, 3339.0, 3363.0, 3382.0, 3392.0, 3360.0, 3403.0, 3381.0, 3362.0, 3403.0, 3392.0, 3381.0, 3414.0, 3403.0, 3361.0, 3403.0, 3403.0, 3382.0, 3413.0, 3392.0, 3360.0, 3371.0, 3404.0, 3361.0, 3372.0, 3415.0, 3383.0, 3373.0, 3426.0, 3416.0, 3382.0, 3425.0, 3382.0, 3359.0, 3412.0, 3401.0, 3370.0, 3413.0, 3359.0, 3359.0, 3413.0, 3370.0, 3360.0, 3392.0, 3360.0, 3360.0, 3403.0, 3381.0, 3361.0, 3361.0, 3361.0, 3360.0, 3382.0, 3403.0, 3361.0, 3373.0, 3404.0, 3373.0, 3373.0, 3416.0, 3384.0, 3374.0, 3415.0, 3383.0, 3383.0, 3414.0, 3371.0, 3371.0, 3402.0, 3371.0, 3371.0, 3413.0, 3360.0, 3361.0, 3414.0, 3372.0, 3361.0, 3425.0, 3382.0, 3372.0, 3415.0, 3372.0, 3372.0, 3414.0, 3405.0, 3372.0, 3372.0, 3415.0, 3393.0, 3371.0, 3425.0, 3382.0, 3371.0, 3415.0, 3403.0, 3391.0, 3413.0, 3391.0, 3370.0, 3369.0, 3402.0, 3370.0, 3370.0, 3403.0, 3373.0, 3358.0, 3400.0, 3358.0, 3370.0, 3414.0, 3371.0, 3370.0, 3413.0, 3380.0, 3371.0, 3402.0, 3381.0, 3369.0, 3413.0, 3381.0, 3369.0, 3412.0, 3369.0, 3369.0, 3401.0, 3358.0, 3369.0, 3412.0, 3380.0, 3344.0, 3446.0, 3407.0, 3405.0, 3384.0, 3415.0, 3393.0, 3362.0, 3373.0, 3405.0, 3383.0, 3383.0, 3405.0, 3393.0, 3371.0, 3371.0, 3403.0, 3371.0, 3360.0, 3403.0, 3370.0, 3371.0, 3403.0, 3370.0, 3361.0, 3403.0, 3371.0, 3362.0, 3372.0, 3392.0, 3361.0, 3372.0, 3404.0, 3372.0, 3372.0, 3404.0, 3373.0, 3373.0, 3404.0, 3383.0, 3373.0, 3405.0, 3416.0, 3373.0, 3374.0, 3416.0, 3395.0, 3373.0, 3405.0, 3384.0, 3373.0, 3394.0, 3406.0, 3373.0, 3373.0, 3405.0, 3374.0, 3406.0, 3404.0, 3383.0, 3404.0, 3393.0, 3372.0, 3404.0, 3404.0, 3372.0, 3414.0, 3382.0, 3371.0, 3414.0, 3382.0, 3371.0, 3414.0, 3371.0, 3372.0, 3425.0, 3371.0, 3413.0, 3403.0, 3370.0, 3413.0, 3360.0, 3360.0, 3413.0, 3371.0, 3371.0, 3414.0, 3372.0, 3394.0, 3415.0, 3372.0, 3425.0, 3404.0, 3361.0, 3426.0, 3372.0, 3371.0, 3424.0, 3372.0, 3371.0, 3414.0, 3371.0, 3361.0, 3425.0, 3372.0, 3372.0, 3415.0, 3373.0, 3372.0, 3425.0, 3393.0, 3372.0, 3425.0, 3382.0, 3360.0, 3425.0, 3392.0, 3371.0, 3414.0, 3371.0, 3371.0, 3413.0, 3402.0, 3371.0, 3414.0, 3360.0, 3396.0, 3403.0, 3370.0, 3370.0, 3413.0, 3371.0, 3370.0, 3401.0, 3370.0, 3371.0, 3403.0, 3371.0, 3383.0, 3415.0, 3382.0, 3373.0, 3425.0, 3393.0, 3372.0, 3414.0, 3403.0, 3383.0, 3382.0, 3415.0, 3372.0, 3372.0, 3426.0, 3404.0, 3382.0, 3425.0, 3382.0, 3371.0, 3414.0, 3413.0, 3370.0, 3392.0, 3413.0, 3370.0, 3391.0, 3402.0, 3359.0, 3371.0, 3402.0, 3370.0, 3381.0, 3424.0, 3370.0, 3371.0, 3413.0, 3371.0, 3391.0, 3401.0, 3370.0, 3412.0, 3358.0, 3369.0, 3411.0, 3358.0, 3369.0, 3391.0, 3370.0, 3371.0, 3403.0, 3360.0, 3372.0, 3403.0, 3372.0, 3371.0, 3414.0, 3371.0, 3372.0, 3383.0, 3384.0, 3384.0, 3426.0, 3415.0, 3382.0, 3414.0, 3403.0, 3371.0, 3370.0, 3382.0, 3372.0, 3398.0, 3395.0, 3428.0, 3363.0, 3315.0, 3341.0, 3343.0, 3342.0, 3342.0, 3354.0, 3362.0, 3401.0, 3367.0, 3343.0, 3387.0, 3354.0, 3354.0, 3414.0, 3368.0, 3357.0, 3369.0, 3357.0, 3353.0, 3343.0, 3412.0, 3401.0, 3366.0, 3397.0, 3378.0, 3367.0, 3399.0, 3387.0, 3375.0, 3354.0, 3364.0, 3332.0, 3342.0, 3341.0, 3384.0, 3362.0, 3351.0, 3393.0, 3350.0, 3340.0, 3382.0, 3350.0, 3360.0, 3370.0, 3339.0, 3329.0, 3340.0, 3340.0, 3329.0, 3340.0, 3341.0, 3362.0, 3331.0, 3342.0, 3363.0, 3331.0, 3353.0, 3385.0, 3342.0, 3354.0, 3365.0, 3345.0, 3355.0, 3388.0, 3368.0, 3369.0, 3380.0, 3370.0, 3370.0, 3401.0, 3359.0, 3359.0, 3402.0, 3359.0, 3370.0, 3391.0, 3371.0, 3380.0, 3402.0, 3370.0, 3370.0, 3381.0, 3360.0, 3371.0, 3414.0, 3372.0, 3371.0, 3371.0, 3372.0, 3370.0, 3356.0, 3385.0, 3388.0, 3398.0, 3458.0, 3388.0, 3338.0, 3446.0, 3430.0, 3405.0, 3426.0, 3392.0, 3369.0, 3413.0, 3378.0, 3388.0, 3379.0, 3398.0, 3375.0, 3364.0, 3374.0, 3342.0, 3332.0, 3344.0, 3358.0, 3347.0, 3346.0, 3345.0, 3375.0, 3343.0, 3364.0, 3364.0, 3354.0, 3396.0, 3353.0, 3342.0, 3384.0, 3363.0, 3373.0, 3373.0, 3341.0, 3384.0, 3341.0, 3353.0, 3384.0, 3341.0, 3342.0, 3352.0, 3343.0, 3343.0, 3343.0, 3355.0, 3398.0, 3343.0, 3355.0, 3376.0, 3345.0, 3357.0, 3388.0, 3357.0, 3357.0, 3389.0, 3358.0, 3359.0, 3380.0, 3370.0, 3370.0, 3380.0, 3370.0, 3360.0, 3371.0, 3373.0, 3384.0, 3394.0, 3384.0, 3384.0, 3405.0, 3385.0, 3385.0, 3406.0, 3385.0, 3416.0, 3395.0, 3384.0, 3426.0, 3384.0, 3373.0, 3426.0, 3384.0, 3384.0, 3304.0, 3309.0, 3304.0, 3349.0, 3349.0, 3346.0, 3366.0, 3345.0, 3355.0, 3376.0, 3344.0, 3344.0, 3366.0, 3355.0, 3375.0, 3353.0, 3343.0, 3364.0, 3331.0, 3343.0, 3343.0, 3343.0, 3343.0, 3344.0, 3345.0, 3343.0, 3342.0, 3343.0, 3342.0, 3342.0, 3343.0, 3345.0, 3369.0, 3357.0, 3344.0, 3354.0, 3344.0, 3373.0, 3389.0, 3356.0, 3366.0, 3387.0, 3366.0, 3355.0, 3355.0, 3388.0, 3355.0, 3343.0, 3354.0, 3365.0, 3344.0, 3344.0, 3375.0, 3342.0, 3341.0, 3363.0, 3342.0, 3331.0, 3343.0, 3342.0, 3331.0, 3342.0, 3343.0, 3343.0, 3343.0, 3354.0, 3344.0, 3344.0, 3343.0, 3346.0, 3345.0, 3357.0, 3346.0, 3367.0, 3344.0, 3344.0, 3355.0, 3345.0, 3345.0, 3356.0, 3344.0, 3346.0, 3368.0, 3357.0, 3357.0, 3358.0, 3357.0, 3356.0, 3399.0, 3375.0, 3455.0, 3449.0, 3425.0, 3391.0, 3391.0, 3379.0, 3368.0, 3357.0, 3412.0, 3370.0, 3359.0, 3399.0, 3377.0, 3340.0, 3404.0, 3412.0, 3399.0, 3365.0, 3363.0, 3387.0, 3377.0, 3366.0, 3356.0, 3356.0, 3345.0, 3346.0, 3356.0, 3356.0, 3378.0, 3356.0, 3345.0, 3387.0, 3355.0, 3344.0, 3365.0, 3344.0, 3355.0, 3366.0, 3344.0, 3344.0, 3332.0, 3345.0, 3344.0, 3356.0, 3345.0, 3367.0, 3357.0, 3357.0, 3378.0, 3357.0, 3346.0, 3401.0, 3383.0, 3387.0, 3406.0, 3371.0, 3343.0, 3329.0, 3331.0, 3358.0, 3345.0, 3369.0, 3360.0, 3344.0, 3404.0, 3369.0, 3380.0, 3390.0, 3354.0, 3345.0, 3388.0, 3356.0, 3356.0, 3357.0, 3356.0, 3357.0, 3356.0, 3357.0, 3357.0, 3358.0, 3380.0, 3368.0, 3358.0, 3411.0, 3368.0, 3379.0, 3399.0, 3389.0, 3365.0, 3386.0, 3344.0, 3344.0, 3356.0, 3356.0, 3356.0, 3377.0, 3345.0, 3347.0, 3368.0, 3358.0, 3358.0, 3357.0, 3359.0, 3369.0, 3368.0, 3370.0, 3370.0, 3372.0, 3383.0, 3372.0, 3397.0, 3396.0, 3396.0, 3396.0, 3398.0, 3408.0, 3408.0, 3407.0, 3406.0, 3443.0, 3430.0, 3381.0, 3383.0, 3379.0, 3400.0, 3380.0, 3390.0, 3412.0, 3401.0, 3400.0, 3399.0, 3410.0, 3411.0, 3386.0, 3373.0, 3383.0, 3370.0, 3369.0, 3358.0, 3369.0, 3367.0, 3357.0, 3333.0, 3335.0, 3357.0, 3325.0, 3328.0, 3360.0, 3339.0, 3329.0, 3372.0, 3362.0, 3352.0, 3372.0, 3364.0, 3341.0, 3363.0, 3342.0, 3341.0, 3364.0, 3342.0, 3343.0, 3352.0, 3354.0, 3341.0, 3341.0, 3342.0, 3342.0, 3331.0, 3343.0, 3356.0, 3355.0, 3344.0, 3345.0, 3345.0, 3356.0], 'WindowWidth': [7779.0, 7723.0, 7675.0, 7735.0, 7683.0, 7658.0, 7731.0, 7717.0, 7654.0, 7705.0, 7729.0, 7655.0, 7642.0, 7697.0, 7645.0, 7626.0, 7679.0, 7606.0, 7602.0, 7689.0, 7647.0, 7704.0, 7776.0, 7700.0, 7648.0, 7663.0, 7673.0, 7640.0, 7646.0, 7648.0, 7653.0, 7650.0, 7695.0, 7672.0, 7697.0, 7668.0, 7671.0, 7724.0, 7646.0, 7665.0, 7713.0, 7649.0, 7645.0, 7689.0, 7649.0, 7719.0, 7664.0, 7647.0, 7721.0, 7690.0, 7647.0, 7721.0, 7661.0, 7646.0, 7704.0, 7659.0, 7633.0, 7689.0, 7645.0, 7671.0, 7703.0, 7645.0, 7644.0, 7640.0, 7627.0, 7645.0, 7723.0, 7633.0, 7648.0, 7721.0, 7689.0, 7662.0, 7718.0, 7643.0, 7623.0, 7699.0, 7626.0, 7646.0, 7644.0, 7632.0, 7650.0, 7711.0, 7654.0, 7670.0, 7652.0, 7669.0, 7726.0, 7669.0, 7689.0, 7660.0, 7747.0, 7664.0, 7740.0, 7714.0, 7705.0, 7761.0, 7748.0, 7733.0, 7777.0, 7711.0, 7693.0, 7756.0, 7688.0, 7684.0, 7712.0, 7627.0, 7715.0, 7731.0, 7704.0, 7716.0, 7735.0, 7699.0, 7702.0, 7686.0, 7653.0, 7687.0, 7654.0, 7641.0, 7705.0, 7692.0, 7679.0, 7725.0, 7660.0, 7627.0, 7699.0, 7653.0, 7626.0, 7686.0, 7631.0, 7638.0, 7711.0, 7668.0, 7637.0, 7662.0, 7632.0, 7628.0, 7688.0, 7631.0, 7630.0, 7635.0, 7650.0, 7632.0, 7679.0, 7654.0, 7659.0, 7686.0, 7673.0, 7676.0, 7737.0, 7705.0, 7679.0, 7719.0, 7738.0, 7714.0, 7738.0, 7706.0, 7704.0, 7733.0, 7689.0, 7732.0, 7701.0, 7688.0, 7728.0, 7697.0, 7653.0, 7723.0, 7648.0, 7636.0, 7728.0, 7686.0, 7658.0, 7702.0, 7686.0, 7688.0, 7751.0, 7703.0, 7654.0, 7710.0, 7681.0, 7652.0, 7711.0, 7650.0, 7654.0, 7713.0, 7657.0, 7654.0, 7721.0, 7671.0, 7656.0, 7718.0, 7690.0, 7661.0, 7737.0, 7695.0, 7699.0, 7762.0, 7728.0, 7664.0, 7738.0, 7709.0, 7692.0, 7753.0, 7723.0, 7676.0, 7735.0, 7716.0, 7721.0, 7735.0, 7734.0, 7704.0, 7681.0, 7733.0, 7702.0, 7685.0, 7728.0, 7694.0, 7682.0, 7695.0, 7709.0, 7674.0, 7677.0, 7650.0, 7709.0, 7558.0, 7633.0, 7673.0, 7774.0, 7545.0, 7638.0, 7627.0, 7610.0, 7647.0, 7664.0, 7624.0, 7622.0, 7602.0, 7593.0, 7562.0, 7600.0, 7569.0, 7566.0, 7526.0, 7549.0, 7555.0, 7609.0, 7601.0, 7589.0, 7662.0, 7683.0, 7701.0, 7719.0, 7712.0, 7722.0, 7705.0, 7696.0, 7713.0, 7745.0, 7716.0, 7719.0, 7778.0, 7751.0, 7740.0, 7783.0, 7770.0, 7740.0, 7798.0, 7770.0, 7751.0, 7801.0, 7782.0, 7745.0, 7788.0, 7758.0, 7741.0, 7769.0, 7755.0, 7740.0, 7771.0, 7753.0, 7722.0, 7767.0, 7711.0, 7725.0, 7755.0, 7740.0, 7753.0, 7633.0, 7701.0, 7722.0, 7734.0, 7691.0, 7751.0, 7721.0, 7698.0, 7754.0, 7735.0, 7721.0, 7768.0, 7752.0, 7696.0, 7752.0, 7751.0, 7722.0, 7766.0, 7735.0, 7692.0, 7708.0, 7755.0, 7697.0, 7713.0, 7773.0, 7729.0, 7715.0, 7788.0, 7774.0, 7725.0, 7784.0, 7723.0, 7690.0, 7764.0, 7747.0, 7704.0, 7765.0, 7688.0, 7688.0, 7764.0, 7705.0, 7693.0, 7738.0, 7693.0, 7692.0, 7750.0, 7719.0, 7695.0, 7696.0, 7695.0, 7694.0, 7724.0, 7752.0, 7695.0, 7715.0, 7758.0, 7716.0, 7716.0, 7775.0, 7733.0, 7719.0, 7773.0, 7727.0, 7727.0, 7770.0, 7710.0, 7709.0, 7751.0, 7707.0, 7707.0, 7768.0, 7695.0, 7698.0, 7770.0, 7712.0, 7695.0, 7785.0, 7726.0, 7714.0, 7773.0, 7712.0, 7711.0, 7771.0, 7759.0, 7715.0, 7715.0, 7773.0, 7740.0, 7710.0, 7786.0, 7726.0, 7711.0, 7772.0, 7752.0, 7735.0, 7765.0, 7735.0, 7708.0, 7703.0, 7749.0, 7706.0, 7706.0, 7755.0, 7717.0, 7688.0, 7740.0, 7685.0, 7705.0, 7768.0, 7710.0, 7708.0, 7766.0, 7719.0, 7708.0, 7751.0, 7721.0, 7705.0, 7766.0, 7722.0, 7704.0, 7764.0, 7704.0, 7704.0, 7750.0, 7689.0, 7704.0, 7765.0, 7720.0, 7661.0, 7848.0, 7768.0, 7758.0, 7728.0, 7770.0, 7741.0, 7698.0, 7716.0, 7759.0, 7728.0, 7726.0, 7757.0, 7740.0, 7710.0, 7710.0, 7753.0, 7707.0, 7692.0, 7751.0, 7706.0, 7710.0, 7752.0, 7707.0, 7696.0, 7752.0, 7708.0, 7698.0, 7712.0, 7738.0, 7696.0, 7711.0, 7756.0, 7712.0, 7712.0, 7757.0, 7714.0, 7714.0, 7755.0, 7728.0, 7713.0, 7758.0, 7776.0, 7717.0, 7718.0, 7776.0, 7747.0, 7716.0, 7760.0, 7731.0, 7717.0, 7743.0, 7761.0, 7716.0, 7716.0, 7761.0, 7720.0, 7764.0, 7756.0, 7726.0, 7755.0, 7741.0, 7714.0, 7756.0, 7756.0, 7712.0, 7770.0, 7726.0, 7712.0, 7770.0, 7726.0, 7711.0, 7770.0, 7711.0, 7712.0, 7784.0, 7711.0, 7767.0, 7752.0, 7707.0, 7767.0, 7693.0, 7694.0, 7765.0, 7709.0, 7711.0, 7770.0, 7714.0, 7745.0, 7774.0, 7714.0, 7785.0, 7756.0, 7696.0, 7787.0, 7711.0, 7709.0, 7784.0, 7711.0, 7712.0, 7770.0, 7711.0, 7698.0, 7786.0, 7713.0, 7715.0, 7774.0, 7716.0, 7714.0, 7787.0, 7743.0, 7714.0, 7787.0, 7725.0, 7695.0, 7784.0, 7738.0, 7711.0, 7771.0, 7711.0, 7710.0, 7767.0, 7751.0, 7709.0, 7769.0, 7695.0, 7753.0, 7754.0, 7708.0, 7707.0, 7768.0, 7709.0, 7708.0, 7750.0, 7707.0, 7711.0, 7755.0, 7713.0, 7731.0, 7774.0, 7728.0, 7717.0, 7789.0, 7744.0, 7715.0, 7773.0, 7757.0, 7729.0, 7728.0, 7776.0, 7715.0, 7715.0, 7790.0, 7758.0, 7728.0, 7788.0, 7728.0, 7711.0, 7772.0, 7768.0, 7709.0, 7740.0, 7768.0, 7706.0, 7736.0, 7750.0, 7692.0, 7711.0, 7754.0, 7709.0, 7723.0, 7782.0, 7708.0, 7710.0, 7768.0, 7709.0, 7734.0, 7749.0, 7706.0, 7763.0, 7688.0, 7704.0, 7762.0, 7689.0, 7706.0, 7736.0, 7707.0, 7711.0, 7753.0, 7695.0, 7714.0, 7756.0, 7715.0, 7713.0, 7771.0, 7711.0, 7714.0, 7732.0, 7733.0, 7735.0, 7791.0, 7774.0, 7728.0, 7772.0, 7754.0, 7711.0, 7709.0, 7726.0, 7715.0, 7758.0, 7765.0, 7820.0, 7688.0, 7606.0, 7652.0, 7657.0, 7656.0, 7656.0, 7677.0, 7683.0, 7752.0, 7697.0, 7660.0, 7724.0, 7678.0, 7677.0, 7774.0, 7704.0, 7686.0, 7708.0, 7687.0, 7672.0, 7659.0, 7765.0, 7746.0, 7690.0, 7731.0, 7711.0, 7696.0, 7740.0, 7717.0, 7702.0, 7671.0, 7686.0, 7639.0, 7654.0, 7650.0, 7709.0, 7676.0, 7661.0, 7721.0, 7659.0, 7645.0, 7705.0, 7658.0, 7669.0, 7684.0, 7642.0, 7630.0, 7645.0, 7647.0, 7630.0, 7645.0, 7649.0, 7679.0, 7637.0, 7654.0, 7680.0, 7638.0, 7668.0, 7713.0, 7655.0, 7674.0, 7689.0, 7663.0, 7677.0, 7725.0, 7699.0, 7702.0, 7719.0, 7705.0, 7705.0, 7748.0, 7690.0, 7691.0, 7750.0, 7692.0, 7705.0, 7735.0, 7708.0, 7719.0, 7751.0, 7706.0, 7708.0, 7722.0, 7695.0, 7711.0, 7770.0, 7712.0, 7711.0, 7709.0, 7713.0, 7706.0, 7678.0, 7734.0, 7745.0, 7760.0, 7857.0, 7747.0, 7637.0, 7850.0, 7806.0, 7761.0, 7788.0, 7735.0, 7702.0, 7767.0, 7708.0, 7719.0, 7710.0, 7733.0, 7698.0, 7683.0, 7695.0, 7651.0, 7641.0, 7661.0, 7687.0, 7672.0, 7665.0, 7661.0, 7698.0, 7656.0, 7684.0, 7684.0, 7671.0, 7729.0, 7668.0, 7652.0, 7711.0, 7679.0, 7693.0, 7692.0, 7651.0, 7710.0, 7649.0, 7668.0, 7710.0, 7650.0, 7651.0, 7667.0, 7656.0, 7656.0, 7658.0, 7677.0, 7737.0, 7658.0, 7676.0, 7705.0, 7663.0, 7682.0, 7725.0, 7683.0, 7684.0, 7726.0, 7688.0, 7690.0, 7718.0, 7705.0, 7706.0, 7718.0, 7706.0, 7695.0, 7712.0, 7717.0, 7733.0, 7747.0, 7733.0, 7733.0, 7764.0, 7737.0, 7736.0, 7764.0, 7736.0, 7779.0, 7749.0, 7735.0, 7792.0, 7733.0, 7718.0, 7792.0, 7733.0, 7733.0, 7557.0, 7604.0, 7585.0, 7682.0, 7678.0, 7665.0, 7692.0, 7663.0, 7674.0, 7704.0, 7660.0, 7661.0, 7690.0, 7675.0, 7700.0, 7669.0, 7656.0, 7685.0, 7638.0, 7656.0, 7655.0, 7654.0, 7656.0, 7661.0, 7663.0, 7657.0, 7654.0, 7656.0, 7654.0, 7652.0, 7655.0, 7665.0, 7704.0, 7683.0, 7663.0, 7674.0, 7662.0, 7722.0, 7730.0, 7681.0, 7694.0, 7723.0, 7693.0, 7679.0, 7677.0, 7725.0, 7678.0, 7659.0, 7673.0, 7689.0, 7664.0, 7662.0, 7702.0, 7655.0, 7652.0, 7682.0, 7654.0, 7639.0, 7657.0, 7654.0, 7638.0, 7655.0, 7657.0, 7659.0, 7661.0, 7677.0, 7663.0, 7661.0, 7661.0, 7668.0, 7666.0, 7684.0, 7668.0, 7694.0, 7662.0, 7662.0, 7677.0, 7665.0, 7666.0, 7680.0, 7662.0, 7666.0, 7699.0, 7684.0, 7685.0, 7687.0, 7684.0, 7682.0, 7741.0, 7711.0, 7857.0, 7835.0, 7791.0, 7740.0, 7736.0, 7720.0, 7703.0, 7686.0, 7765.0, 7707.0, 7691.0, 7738.0, 7706.0, 7643.0, 7763.0, 7765.0, 7741.0, 7688.0, 7682.0, 7723.0, 7710.0, 7694.0, 7683.0, 7682.0, 7666.0, 7669.0, 7681.0, 7684.0, 7712.0, 7681.0, 7666.0, 7720.0, 7675.0, 7662.0, 7690.0, 7661.0, 7678.0, 7694.0, 7663.0, 7660.0, 7642.0, 7664.0, 7664.0, 7683.0, 7664.0, 7696.0, 7685.0, 7684.0, 7713.0, 7684.0, 7669.0, 7747.0, 7733.0, 7744.0, 7766.0, 7710.0, 7658.0, 7633.0, 7640.0, 7685.0, 7664.0, 7703.0, 7692.0, 7660.0, 7758.0, 7702.0, 7720.0, 7731.0, 7674.0, 7665.0, 7726.0, 7679.0, 7683.0, 7683.0, 7683.0, 7684.0, 7684.0, 7687.0, 7687.0, 7691.0, 7720.0, 7704.0, 7691.0, 7761.0, 7700.0, 7716.0, 7743.0, 7727.0, 7695.0, 7721.0, 7663.0, 7665.0, 7681.0, 7682.0, 7684.0, 7712.0, 7669.0, 7673.0, 7701.0, 7689.0, 7689.0, 7686.0, 7691.0, 7708.0, 7706.0, 7709.0, 7710.0, 7714.0, 7732.0, 7719.0, 7757.0, 7758.0, 7754.0, 7757.0, 7760.0, 7775.0, 7776.0, 7775.0, 7771.0, 7830.0, 7807.0, 7723.0, 7733.0, 7720.0, 7750.0, 7723.0, 7736.0, 7767.0, 7750.0, 7749.0, 7742.0, 7759.0, 7758.0, 7713.0, 7695.0, 7705.0, 7681.0, 7678.0, 7662.0, 7681.0, 7673.0, 7660.0, 7622.0, 7630.0, 7665.0, 7620.0, 7630.0, 7674.0, 7647.0, 7633.0, 7692.0, 7681.0, 7668.0, 7695.0, 7688.0, 7653.0, 7683.0, 7655.0, 7654.0, 7687.0, 7657.0, 7659.0, 7671.0, 7673.0, 7650.0, 7650.0, 7653.0, 7657.0, 7639.0, 7659.0, 7681.0, 7677.0, 7662.0, 7667.0, 7667.0, 7684.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.01140296365330848</td></tr>
<tr><td colspan=3>aqi</td><td>0.13023570615097854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.494113317136204</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0525539649906723</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0363729527145527</td></tr>
<tr><td colspan=3>efc</td><td>0.4156</td></tr>
<tr><td colspan=3>fber</td><td>9221.6025</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.523678500083631</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>477</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>44.45479962721342</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0258070541703557</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7977206605698686</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.260185740452933</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.0195147614882654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155323</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006600871682167053</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03782517835497856</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.321268839303855</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>32.4628</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.1274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>89.7189</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>315116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>389.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>195.9384</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9607</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>445.8018</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2635.2712</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>61428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>640.7788</td></tr>
<tr><td colspan=3>tsnr</td><td>15.732818912074436</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>