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

616 lines
No EOL
123 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-0122_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-03/func/sub-0122_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dbbc193a4674c97db660854619e2efe8</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>18:36:9.737500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995305, 0.0364979, -0.0896407, -0.04363, 0.995924, -0.0789379]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0811695</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7190, 434, -181, 128, 19, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e14ba138-b464-46f8-9154-2b74f003fd09||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703310012817383, -0.11705609411001205, -0.2332644760608673, 117.92559814453125], [-0.09792111814022064, 2.671992063522339, -0.22269153594970703, -98.98453521728516], [-0.240499347448349, 0.21178466081619263, 2.680670976638794, -63.01948928833008], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['183609.737500', '183610.197500', '183610.657500', '183611.117500', '183611.577500', '183612.037500', '183612.497500', '183612.957500', '183613.417500', '183613.877500', '183614.337500', '183614.797500', '183615.257500', '183615.717500', '183616.177500', '183616.637500', '183617.097500', '183617.557500', '183618.017500', '183618.477500', '183618.937500', '183619.397500', '183619.857500', '183620.317500', '183620.777500', '183621.237500', '183621.697500', '183622.157500', '183622.617500', '183623.077500', '183623.537500', '183623.997500', '183624.457500', '183624.917500', '183625.377500', '183625.837500', '183626.297500', '183626.757500', '183627.217500', '183627.677500', '183628.137500', '183628.597500', '183629.057500', '183629.517500', '183629.977500', '183630.437500', '183630.897500', '183631.357500', '183631.817500', '183632.277500', '183632.737500', '183633.197500', '183633.657500', '183634.117500', '183634.577500', '183635.037500', '183635.497500', '183635.957500', '183636.417500', '183636.877500', '183637.337500', '183637.797500', '183638.257500', '183638.717500', '183639.177500', '183639.637500', '183640.097500', '183640.557500', '183641.017500', '183641.477500', '183641.937500', '183642.397500', '183642.857500', '183643.317500', '183643.777500', '183644.237500', '183644.697500', '183645.157500', '183645.617500', '183646.077500', '183646.537500', '183646.997500', '183647.457500', '183647.917500', '183648.377500', '183648.837500', '183649.297500', '183649.757500', '183650.217500', '183650.677500', '183651.137500', '183651.597500', '183652.057500', '183652.517500', '183652.977500', '183653.437500', '183653.897500', '183654.357500', '183654.817500', '183655.277500', '183655.737500', '183656.197500', '183656.657500', '183657.117500', '183657.577500', '183658.037500', '183658.497500', '183658.957500', '183659.417500', '183659.877500', '183700.337500', '183700.797500', '183701.257500', '183701.717500', '183702.177500', '183702.637500', '183703.097500', '183703.557500', '183704.017500', '183704.477500', '183704.937500', '183705.397500', '183705.857500', '183706.317500', '183706.777500', '183707.237500', '183707.697500', '183708.157500', '183708.617500', '183709.077500', '183709.537500', '183709.997500', '183710.457500', '183710.917500', '183711.377500', '183711.837500', '183712.297500', '183712.757500', '183713.217500', '183713.677500', '183714.137500', '183714.597500', '183715.057500', '183715.517500', '183715.977500', '183716.437500', '183716.897500', '183717.357500', '183717.817500', '183718.277500', '183718.737500', '183719.197500', '183719.657500', '183720.117500', '183720.577500', '183721.037500', '183721.497500', '183721.957500', '183722.417500', '183722.877500', '183723.337500', '183723.797500', '183724.257500', '183724.717500', '183725.177500', '183725.637500', '183726.097500', '183726.557500', '183727.017500', '183727.477500', '183727.937500', '183728.397500', '183728.857500', '183729.317500', '183729.777500', '183730.237500', '183730.697500', '183731.157500', '183731.617500', '183732.077500', '183732.537500', '183732.997500', '183733.457500', '183733.917500', '183734.377500', '183734.837500', '183735.297500', '183735.757500', '183736.217500', '183736.677500', '183737.137500', '183737.597500', '183738.057500', '183738.517500', '183738.977500', '183739.437500', '183739.897500', '183740.357500', '183740.817500', '183741.277500', '183741.737500', '183742.197500', '183742.657500', '183743.117500', '183743.577500', '183744.037500', '183744.497500', '183744.957500', '183745.417500', '183745.877500', '183746.337500', '183746.797500', '183747.257500', '183747.717500', '183748.177500', '183748.637500', '183749.097500', '183749.557500', '183750.017500', '183750.477500', '183750.937500', '183751.397500', '183751.857500', '183752.317500', '183752.777500', '183753.237500', '183753.697500', '183754.157500', '183754.617500', '183755.077500', '183755.537500', '183755.997500', '183756.457500', '183756.917500', '183757.377500', '183757.837500', '183758.297500', '183758.757500', '183759.217500', '183759.677500', '183800.137500', '183800.597500', '183801.057500', '183801.517500', '183801.977500', '183802.437500', '183802.897500', '183803.357500', '183803.817500', '183804.277500', '183804.737500', '183805.197500', '183805.657500', '183806.117500', '183806.577500', '183807.037500', '183807.497500', '183807.957500', '183808.417500', '183808.877500', '183809.337500', '183809.797500', '183810.257500', '183810.717500', '183811.177500', '183811.637500', '183812.097500', '183812.557500', '183813.017500', '183813.477500', '183813.937500', '183814.397500', '183814.857500', '183815.317500', '183815.777500', '183816.237500', '183816.697500', '183817.157500', '183817.617500', '183818.077500', '183818.537500', '183818.997500', '183819.457500', '183819.917500', '183820.377500', '183820.837500', '183821.297500', '183821.757500', '183822.217500', '183822.677500', '183823.137500', '183823.597500', '183824.057500', '183824.517500', '183824.977500', '183825.437500', '183825.897500', '183826.357500', '183826.817500', '183827.277500', '183827.737500', '183828.197500', '183828.657500', '183829.117500', '183829.577500', '183830.037500', '183830.497500', '183830.957500', '183831.417500', '183831.877500', '183832.337500', '183832.797500', '183833.257500', '183833.717500', '183834.177500', '183834.637500', '183835.097500', '183835.557500', '183836.017500', '183836.477500', '183836.937500', '183837.397500', '183837.857500', '183838.317500', '183838.777500', '183839.237500', '183839.697500', '183840.157500', '183840.617500', '183841.077500', '183841.537500', '183841.997500', '183842.457500', '183842.917500', '183843.377500', '183843.837500', '183844.297500', '183844.757500', '183845.217500', '183845.677500', '183846.137500', '183846.597500', '183847.057500', '183847.517500', '183847.977500', '183848.437500', '183848.897500', '183849.357500', '183849.817500', '183850.277500', '183850.737500', '183851.197500', '183851.657500', '183852.117500', '183852.577500', '183853.037500', '183853.497500', '183853.957500', '183854.417500', '183854.877500', '183855.337500', '183855.797500', '183856.257500', '183856.717500', '183857.177500', '183857.637500', '183858.097500', '183858.557500', '183859.017500', '183859.477500', '183859.937500', '183900.397500', '183900.857500', '183901.317500', '183901.777500', '183902.237500', '183902.697500', '183903.157500', '183903.617500', '183904.077500', '183904.537500', '183904.997500', '183905.457500', '183905.917500', '183906.377500', '183906.837500', '183907.297500', '183907.757500', '183908.217500', '183908.677500', '183909.137500', '183909.597500', '183910.057500', '183910.517500', '183910.977500', '183911.437500', '183911.897500', '183912.357500', '183912.817500', '183913.277500', '183913.737500', '183914.197500', '183914.657500', '183915.117500', '183915.577500', '183916.037500', '183916.497500', '183916.957500', '183917.417500', '183917.877500', '183918.337500', '183918.797500', '183919.257500', '183919.717500', '183920.177500', '183920.637500', '183921.097500', '183921.557500', '183922.017500', '183922.477500', '183922.937500', '183923.397500', '183923.857500', '183924.317500', '183924.777500', '183925.237500', '183925.697500', '183926.157500', '183926.617500', '183927.077500', '183927.537500', '183927.997500', '183928.457500', '183928.917500', '183929.377500', '183929.837500', '183930.297500', '183930.757500', '183931.217500', '183931.677500', '183932.137500', '183932.597500', '183933.057500', '183933.517500', '183933.977500', '183934.437500', '183934.897500', '183935.357500', '183935.817500', '183936.277500', '183936.737500', '183937.197500', '183937.657500', '183938.117500', '183938.577500', '183939.037500', '183939.497500', '183939.957500', '183940.417500', '183940.877500', '183941.337500', '183941.797500', '183942.257500', '183942.717500', '183943.177500', '183943.637500', '183944.097500', '183944.557500', '183945.017500', '183945.477500', '183945.937500', '183946.397500', '183946.857500', '183947.317500', '183947.777500', '183948.237500', '183948.697500', '183949.157500', '183949.617500', '183950.077500', '183950.537500', '183950.997500', '183951.457500', '183951.917500', '183952.377500', '183952.837500', '183953.297500', '183953.757500', '183954.217500', '183954.677500', '183955.137500', '183955.597500', '183956.057500', '183956.517500', '183956.977500', '183957.437500', '183957.897500', '183958.357500', '183958.817500', '183959.277500', '183959.737500', '184000.197500', '184000.657500', '184001.117500', '184001.577500', '184002.037500', '184002.497500', '184002.957500', '184003.417500', '184003.877500', '184004.337500', '184004.797500', '184005.257500', '184005.717500', '184006.177500', '184006.637500', '184007.097500', '184007.557500', '184008.017500', '184008.477500', '184008.937500', '184009.397500', '184009.857500', '184010.317500', '184010.777500', '184011.237500', '184011.697500', '184012.157500', '184012.617500', '184013.077500', '184013.537500', '184013.997500', '184014.457500', '184014.917500', '184015.377500', '184015.837500', '184016.297500', '184016.757500', '184017.217500', '184017.677500', '184018.137500', '184018.597500', '184019.057500', '184019.517500', '184019.977500', '184020.437500', '184020.897500', '184021.357500', '184021.817500', '184022.277500', '184022.737500', '184023.197500', '184023.657500', '184024.117500', '184024.577500', '184025.037500', '184025.497500', '184025.957500', '184026.417500', '184026.877500', '184027.337500', '184027.797500', '184028.257500', '184028.717500', '184029.177500', '184029.637500', '184030.097500', '184030.557500', '184031.017500', '184031.477500', '184031.937500', '184032.397500', '184032.857500', '184033.317500', '184033.777500', '184034.237500', '184034.697500', '184035.157500', '184035.617500', '184036.077500', '184036.537500', '184036.997500', '184037.457500', '184037.917500', '184038.377500', '184038.837500', '184039.297500', '184039.757500', '184040.217500', '184040.677500', '184041.137500', '184041.597500', '184042.057500', '184042.517500', '184042.977500', '184043.437500', '184043.897500', '184044.357500', '184044.817500', '184045.277500', '184045.737500', '184046.197500', '184046.657500', '184047.117500', '184047.577500', '184048.037500', '184048.497500', '184048.957500', '184049.417500', '184049.877500', '184050.337500', '184050.797500', '184051.257500', '184051.717500', '184052.177500', '184052.637500', '184053.097500', '184053.557500', '184054.017500', '184054.477500', '184054.937500', '184055.397500', '184055.857500', '184056.317500', '184056.777500', '184057.237500', '184057.697500', '184058.157500', '184058.617500', '184059.077500', '184059.537500', '184059.997500', '184100.457500', '184100.917500', '184101.377500', '184101.837500', '184102.297500', '184102.757500', '184103.217500', '184103.677500', '184104.137500', '184104.597500', '184105.057500', '184105.517500', '184105.977500', '184106.437500', '184106.897500', '184107.357500', '184107.817500', '184108.277500', '184108.737500', '184109.197500', '184109.657500', '184110.117500', '184110.577500', '184111.037500', '184111.497500', '184111.957500', '184112.417500', '184112.877500', '184113.337500', '184113.797500', '184114.257500', '184114.717500', '184115.177500', '184115.637500', '184116.097500', '184116.557500', '184117.017500', '184117.477500', '184117.937500', '184118.397500', '184118.857500', '184119.317500', '184119.777500', '184120.237500', '184120.697500', '184121.157500', '184121.617500', '184122.077500', '184122.537500', '184122.997500', '184123.457500', '184123.917500', '184124.377500', '184124.837500', '184125.297500', '184125.757500', '184126.217500', '184126.677500', '184127.137500', '184127.597500', '184128.057500', '184128.517500', '184128.977500', '184129.437500', '184129.897500', '184130.357500', '184130.817500', '184131.277500', '184131.737500', '184132.197500', '184132.657500', '184133.117500', '184133.577500', '184134.037500', '184134.497500', '184134.957500', '184135.417500', '184135.877500', '184136.337500', '184136.797500', '184137.257500', '184137.717500', '184138.177500', '184138.637500', '184139.097500', '184139.557500', '184140.017500', '184140.477500', '184140.937500', '184141.397500', '184141.857500', '184142.317500', '184142.777500', '184143.237500', '184143.697500', '184144.157500', '184144.617500', '184145.077500', '184145.537500', '184145.997500', '184146.457500', '184146.917500', '184147.377500', '184147.837500', '184148.297500', '184148.757500', '184149.217500', '184149.677500', '184150.137500', '184150.597500', '184151.057500', '184151.517500', '184151.977500', '184152.437500', '184152.897500', '184153.357500', '184153.817500', '184154.277500', '184154.737500', '184155.197500', '184155.657500', '184156.117500', '184156.577500', '184157.037500', '184157.497500', '184157.957500', '184158.417500', '184158.877500', '184159.337500', '184159.797500', '184200.257500', '184200.717500', '184201.177500', '184201.637500', '184202.097500', '184202.557500', '184203.017500', '184203.477500', '184203.937500', '184204.397500', '184204.857500', '184205.317500', '184205.777500', '184206.237500', '184206.697500', '184207.157500', '184207.617500', '184208.077500', '184208.537500', '184208.997500', '184209.457500', '184209.917500', '184210.377500', '184210.837500', '184211.297500', '184211.757500', '184212.217500', '184212.677500', '184213.137500', '184213.597500', '184214.057500', '184214.517500', '184214.977500', '184215.437500', '184215.897500', '184216.357500', '184216.817500', '184217.277500', '184217.737500', '184218.197500', '184218.657500', '184219.117500', '184219.577500', '184220.037500', '184220.497500', '184220.957500', '184221.417500', '184221.877500', '184222.337500', '184222.797500', '184223.257500', '184223.717500', '184224.177500', '184224.637500', '184225.097500', '184225.557500', '184226.017500', '184226.477500', '184226.937500', '184227.397500', '184227.857500', '184228.317500', '184228.777500', '184229.237500', '184229.697500', '184230.157500', '184230.617500', '184231.077500', '184231.537500', '184231.997500', '184232.457500', '184232.917500', '184233.377500', '184233.837500', '184234.297500', '184234.757500', '184235.217500', '184235.677500', '184236.137500', '184236.597500', '184237.057500', '184237.517500', '184237.977500', '184238.437500', '184238.897500', '184239.357500', '184239.817500', '184240.277500', '184240.737500', '184241.197500', '184241.657500', '184242.117500', '184242.577500', '184243.037500', '184243.497500', '184243.957500', '184244.417500', '184244.877500', '184245.337500', '184245.797500', '184246.257500', '184246.717500', '184247.177500', '184247.637500', '184248.097500', '184248.557500', '184249.017500', '184249.477500', '184249.937500', '184250.397500', '184250.857500', '184251.317500', '184251.777500', '184252.237500', '184252.697500', '184253.157500', '184253.617500', '184254.077500', '184254.537500', '184254.997500', '184255.457500', '184255.917500', '184256.377500', '184256.837500', '184257.297500', '184257.757500', '184258.217500', '184258.677500', '184259.137500', '184259.597500', '184300.057500', '184300.517500', '184300.977500', '184301.437500', '184301.897500', '184302.357500', '184302.817500', '184303.277500', '184303.737500', '184304.197500', '184304.657500', '184305.117500', '184305.577500', '184306.037500', '184306.497500', '184306.957500', '184307.417500', '184307.877500', '184308.337500', '184308.797500', '184309.257500', '184309.717500', '184310.177500', '184310.637500', '184311.097500', '184311.557500', '184312.017500', '184312.477500', '184312.937500', '184313.397500', '184313.857500', '184314.317500', '184314.777500', '184315.237500', '184315.697500', '184316.157500', '184316.617500', '184317.077500', '184317.537500', '184317.997500', '184318.457500', '184318.917500', '184319.377500', '184319.837500', '184320.297500', '184320.757500', '184321.217500', '184321.677500', '184322.137500', '184322.597500', '184323.057500', '184323.517500', '184323.977500', '184324.437500', '184324.897500', '184325.357500', '184325.817500', '184326.277500', '184326.737500', '184327.197500', '184327.657500', '184328.117500', '184328.577500', '184329.037500', '184329.497500', '184329.957500', '184330.417500', '184330.877500', '184331.337500', '184331.797500', '184332.257500', '184332.717500', '184333.177500', '184333.637500', '184334.097500', '184334.557500', '184335.017500', '184335.477500', '184335.937500', '184336.397500', '184336.857500', '184337.317500', '184337.777500', '184338.237500', '184338.697500', '184339.157500', '184339.617500', '184340.077500', '184340.537500', '184340.997500', '184341.457500', '184341.917500', '184342.377500', '184342.837500', '184343.297500', '184343.757500', '184344.217500', '184344.677500', '184345.137500', '184345.597500', '184346.057500', '184346.517500', '184346.977500', '184347.437500', '184347.897500', '184348.357500', '184348.817500', '184349.277500', '184349.737500', '184350.197500', '184350.657500', '184351.117500', '184351.577500', '184352.037500', '184352.497500', '184352.957500', '184353.417500', '184353.877500', '184354.337500', '184354.797500', '184355.257500', '184355.717500', '184356.177500', '184356.637500', '184357.097500', '184357.557500', '184358.017500', '184358.477500', '184358.937500', '184359.397500', '184359.857500', '184400.317500', '184400.777500', '184401.237500', '184401.697500', '184402.157500', '184402.617500', '184403.077500', '184403.537500', '184403.997500', '184404.457500', '184404.917500', '184405.377500', '184405.837500', '184406.297500', '184406.757500', '184407.217500', '184407.677500', '184408.137500', '184408.597500', '184409.057500', '184409.517500', '184409.977500', '184410.437500', '184410.897500', '184411.357500', '184411.817500', '184412.277500', '184412.737500', '184413.197500', '184413.657500', '184414.117500', '184414.577500', '184415.037500', '184415.497500', '184415.957500', '184416.417500', '184416.877500', '184417.337500', '184417.797500', '184418.257500', '184418.717500', '184419.177500'], 'ContentTime': ['183636.784000', '183636.788000', '183636.791000', '183636.794000', '183636.796000', '183636.799000', '183636.801000', '183636.804000', '183636.806000', '183636.809000', '183636.812000', '183636.814000', '183636.817000', '183636.828000', '183636.831000', '183636.833000', '183636.836000', '183636.838000', '183636.841000', '183636.843000', '183636.846000', '183636.848000', '183636.851000', '183636.853000', '183636.856000', '183636.859000', '183636.861000', '183636.870000', '183636.872000', '183636.875000', '183636.878000', '183636.880000', '183636.883000', '183636.885000', '183636.888000', '183636.891000', '183636.897000', '183636.899000', '183636.902000', '183636.904000', '183636.907000', '183636.910000', '183636.912000', '183636.915000', '183636.917000', '183636.920000', '183636.929000', '183636.932000', '183636.935000', '183636.937000', '183636.940000', '183636.942000', '183636.945000', '183636.947000', '183636.950000', '183636.952000', '183656.739000', '183656.742000', '183656.745000', '183656.747000', '183656.750000', '183656.752000', '183656.755000', '183656.757000', '183656.760000', '183656.763000', '183656.765000', '183656.768000', '183656.770000', '183656.773000', '183656.775000', '183656.778000', '183656.780000', '183656.790000', '183656.793000', '183656.795000', '183656.798000', '183656.801000', '183656.803000', '183656.806000', '183656.808000', '183656.811000', '183656.814000', '183656.816000', '183656.819000', '183656.821000', '183656.824000', '183656.826000', '183656.829000', '183656.832000', '183656.834000', '183656.837000', '183656.839000', '183656.842000', '183656.844000', '183656.847000', '183656.849000', '183656.852000', '183656.855000', '183716.739000', '183716.742000', '183716.745000', '183716.747000', '183716.750000', '183716.753000', '183716.755000', '183716.758000', '183716.760000', '183716.763000', '183716.765000', '183716.768000', '183716.770000', '183716.773000', '183716.780000', '183716.783000', '183716.785000', '183716.788000', '183716.791000', '183716.793000', '183716.796000', '183716.798000', '183716.801000', '183716.804000', '183716.806000', '183716.809000', '183716.811000', '183716.814000', '183716.816000', '183716.819000', '183716.822000', '183716.824000', '183716.827000', '183716.829000', '183716.832000', '183716.834000', '183716.837000', '183716.839000', '183716.842000', '183716.845000', '183716.847000', '183716.850000', '183716.852000', '183716.855000', '183736.739000', '183736.742000', '183736.745000', '183736.747000', '183736.750000', '183736.752000', '183736.755000', '183736.757000', '183736.760000', '183736.763000', '183736.765000', '183736.768000', '183736.770000', '183736.773000', '183736.775000', '183736.778000', '183736.781000', '183736.783000', '183736.786000', '183736.788000', '183736.791000', '183736.793000', '183736.796000', '183736.799000', '183736.889000', '183736.892000', '183736.894000', '183736.897000', '183736.899000', '183736.902000', '183736.904000', '183736.909000', '183736.911000', '183736.914000', '183736.916000', '183736.919000', '183736.921000', '183736.924000', '183736.927000', '183736.929000', '183736.932000', '183736.934000', '183736.937000', '183756.740000', '183756.743000', '183756.745000', '183756.748000', '183756.751000', '183756.753000', '183756.756000', '183756.758000', '183756.761000', '183756.763000', '183756.766000', '183756.769000', '183756.772000', '183756.775000', '183756.777000', '183756.780000', '183756.783000', '183756.785000', '183756.788000', '183756.798000', '183756.801000', '183756.804000', '183756.806000', '183756.809000', '183756.811000', '183756.814000', '183756.817000', '183756.819000', '183756.822000', '183756.825000', '183756.827000', '183756.830000', '183756.832000', '183756.835000', '183756.838000', '183756.840000', '183756.843000', '183756.845000', '183756.848000', '183756.851000', '183756.853000', '183756.856000', '183756.858000', '183816.739000', '183816.742000', '183816.745000', '183816.747000', '183816.750000', '183816.752000', '183816.755000', '183816.758000', '183816.760000', '183816.763000', '183816.765000', '183816.783000', '183816.786000', '183816.788000', '183816.791000', '183816.793000', '183816.796000', '183816.799000', '183816.823000', '183816.826000', '183816.828000', '183816.831000', '183816.833000', '183816.836000', '183816.839000', '183816.841000', '183816.844000', '183816.846000', '183816.849000', '183816.852000', '183816.854000', '183816.857000', '183816.859000', '183816.862000', '183816.864000', '183816.867000', '183816.870000', '183816.872000', '183816.875000', '183816.877000', '183816.880000', '183816.883000', '183816.885000', '183816.888000', '183836.739000', '183836.741000', '183836.744000', '183836.746000', '183836.749000', '183836.752000', '183836.754000', '183836.757000', '183836.759000', '183836.762000', '183836.764000', '183836.767000', '183836.770000', '183836.772000', '183836.775000', '183836.777000', '183836.780000', '183836.782000', '183836.785000', '183836.789000', '183836.791000', '183836.794000', '183836.796000', '183836.799000', '183836.843000', '183836.845000', '183836.848000', '183836.851000', '183836.853000', '183836.856000', '183836.858000', '183836.861000', '183836.863000', '183836.866000', '183836.868000', '183836.871000', '183836.874000', '183836.876000', '183836.879000', '183836.881000', '183836.884000', '183836.886000', '183836.889000', '183856.739000', '183856.742000', '183856.745000', '183856.747000', '183856.750000', '183856.753000', '183856.755000', '183856.760000', '183856.763000', '183856.766000', '183856.768000', '183856.771000', '183856.773000', '183856.776000', '183856.779000', '183856.781000', '183856.784000', '183856.786000', '183856.789000', '183856.792000', '183856.794000', '183856.797000', '183856.800000', '183856.802000', '183856.805000', '183856.808000', '183856.810000', '183856.813000', '183856.816000', '183856.818000', '183856.821000', '183856.823000', '183856.826000', '183856.828000', '183856.831000', '183856.834000', '183856.836000', '183856.839000', '183856.842000', '183856.844000', '183856.847000', '183856.849000', '183856.852000', '183856.855000', '183916.740000', '183916.743000', '183916.745000', '183916.748000', '183916.750000', '183916.753000', '183916.756000', '183916.760000', '183916.762000', '183916.765000', '183916.768000', '183916.770000', '183916.773000', '183916.775000', '183916.778000', '183916.780000', '183916.783000', '183916.786000', '183916.788000', '183916.791000', '183916.793000', '183916.796000', '183916.799000', '183916.834000', '183916.837000', '183916.840000', '183916.842000', '183916.845000', '183916.847000', '183916.850000', '183916.852000', '183916.855000', '183916.858000', '183916.860000', '183916.863000', '183916.866000', '183916.869000', '183916.871000', '183916.874000', '183916.876000', '183916.879000', '183916.881000', '183916.884000', '183936.739000', '183936.742000', '183936.745000', '183936.747000', '183936.750000', '183936.752000', '183936.755000', '183936.758000', '183936.760000', '183936.763000', '183936.765000', '183936.768000', '183936.770000', '183936.773000', '183936.776000', '183936.779000', '183936.781000', '183936.784000', '183936.786000', '183936.789000', '183936.792000', '183936.794000', '183936.797000', '183936.833000', '183936.836000', '183936.838000', '183936.841000', '183936.844000', '183936.846000', '183936.849000', '183936.851000', '183936.854000', '183936.862000', '183936.865000', '183936.867000', '183936.870000', '183936.884000', '183936.887000', '183936.889000', '183936.892000', '183936.894000', '183936.897000', '183936.900000', '183936.902000', '183956.739000', '183956.742000', '183956.745000', '183956.747000', '183956.750000', '183956.752000', '183956.755000', '183956.758000', '183956.760000', '183956.763000', '183956.765000', '183956.768000', '183956.771000', '183956.774000', '183956.777000', '183956.780000', '183956.782000', '183956.785000', '183956.788000', '183956.790000', '183956.793000', '183956.795000', '183956.798000', '183956.833000', '183956.835000', '183956.838000', '183956.841000', '183956.843000', '183956.846000', '183956.848000', '183956.851000', '183956.853000', '183956.856000', '183956.859000', '183956.861000', '183956.864000', '183956.867000', '183956.869000', '183956.872000', '183956.874000', '183956.877000', '183956.880000', '183956.882000', '184016.739000', '184016.742000', '184016.745000', '184016.747000', '184016.750000', '184016.753000', '184016.755000', '184016.758000', '184016.761000', '184016.763000', '184016.766000', '184016.768000', '184016.771000', '184016.774000', '184016.776000', '184016.779000', '184016.782000', '184016.784000', '184016.787000', '184016.789000', '184016.792000', '184016.795000', '184016.797000', '184016.832000', '184016.840000', '184016.843000', '184016.845000', '184016.848000', '184016.851000', '184016.853000', '184016.856000', '184016.859000', '184016.861000', '184016.864000', '184016.866000', '184016.869000', '184016.872000', '184016.874000', '184016.877000', '184016.879000', '184016.882000', '184016.885000', '184016.887000', '184016.890000', '184036.739000', '184036.742000', '184036.745000', '184036.747000', '184036.750000', '184036.753000', '184036.755000', '184036.758000', '184036.761000', '184036.763000', '184036.766000', '184036.768000', '184036.771000', '184036.773000', '184036.776000', '184036.779000', '184036.781000', '184036.784000', '184036.787000', '184036.789000', '184036.792000', '184036.795000', '184036.798000', '184036.852000', '184036.855000', '184036.857000', '184036.860000', '184036.862000', '184036.865000', '184036.868000', '184036.870000', '184036.873000', '184036.875000', '184036.878000', '184036.880000', '184036.883000', '184036.885000', '184036.888000', '184036.891000', '184036.893000', '184036.896000', '184036.899000', '184036.901000', '184056.740000', '184056.743000', '184056.745000', '184056.748000', '184056.750000', '184056.753000', '184056.756000', '184056.758000', '184056.761000', '184056.763000', '184056.766000', '184056.769000', '184056.771000', '184056.774000', '184056.776000', '184056.779000', '184056.782000', '184056.784000', '184056.787000', '184056.789000', '184056.792000', '184056.795000', '184056.797000', '184056.822000', '184056.824000', '184056.827000', '184056.830000', '184056.832000', '184056.835000', '184056.837000', '184056.840000', '184056.842000', '184056.845000', '184056.848000', '184056.850000', '184056.853000', '184056.855000', '184056.858000', '184056.861000', '184056.863000', '184056.866000', '184056.868000', '184056.871000', '184056.873000', '184116.740000', '184116.743000', '184116.745000', '184116.748000', '184116.750000', '184116.753000', '184116.756000', '184116.758000', '184116.761000', '184116.763000', '184116.766000', '184116.768000', '184116.771000', '184116.774000', '184116.776000', '184116.779000', '184116.781000', '184116.797000', '184116.845000', '184116.848000', '184116.850000', '184116.853000', '184116.856000', '184116.858000', '184116.861000', '184116.864000', '184116.866000', '184116.869000', '184116.871000', '184116.874000', '184116.876000', '184116.879000', '184116.882000', '184116.884000', '184116.887000', '184116.889000', '184116.892000', '184116.895000', '184116.897000', '184116.900000', '184116.902000', '184116.905000', '184116.908000', '184136.740000', '184136.742000', '184136.745000', '184136.748000', '184136.750000', '184136.753000', '184136.755000', '184136.758000', '184136.760000', '184136.763000', '184136.766000', '184136.768000', '184136.771000', '184136.773000', '184136.776000', '184136.778000', '184136.781000', '184136.784000', '184136.788000', '184136.791000', '184136.793000', '184136.796000', '184136.798000', '184136.849000', '184136.852000', '184136.854000', '184136.857000', '184136.859000', '184136.862000', '184136.865000', '184136.867000', '184136.870000', '184136.872000', '184136.875000', '184136.877000', '184136.880000', '184136.883000', '184136.885000', '184136.888000', '184136.891000', '184136.893000', '184136.896000', '184136.899000', '184136.901000', '184156.739000', '184156.742000', '184156.745000', '184156.747000', '184156.750000', '184156.753000', '184156.755000', '184156.758000', '184156.760000', '184156.763000', '184156.765000', '184156.768000', '184156.771000', '184156.773000', '184156.776000', '184156.778000', '184156.781000', '184156.783000', '184156.786000', '184156.789000', '184156.791000', '184156.794000', '184156.796000', '184156.799000', '184156.858000', '184156.860000', '184156.863000', '184156.865000', '184156.868000', '184156.871000', '184156.873000', '184156.876000', '184156.878000', '184156.881000', '184156.883000', '184156.886000', '184156.889000', '184156.892000', '184156.895000', '184156.897000', '184156.900000', '184156.902000', '184156.905000', '184216.739000', '184216.742000', '184216.745000', '184216.747000', '184216.750000', '184216.753000', '184216.755000', '184216.758000', '184216.760000', '184216.763000', '184216.766000', '184216.768000', '184216.771000', '184216.773000', '184216.776000', '184216.779000', '184216.781000', '184216.784000', '184216.786000', '184216.789000', '184216.791000', '184216.794000', '184216.797000', '184216.799000', '184216.802000', '184216.805000', '184216.807000', '184216.810000', '184216.812000', '184216.815000', '184216.818000', '184216.820000', '184216.823000', '184216.825000', '184216.828000', '184216.831000', '184216.833000', '184216.836000', '184216.838000', '184216.841000', '184216.844000', '184216.846000', '184216.849000', '184236.740000', '184236.742000', '184236.745000', '184236.748000', '184236.750000', '184236.753000', '184236.756000', '184236.758000', '184236.761000', '184236.763000', '184236.766000', '184236.769000', '184236.771000', '184236.774000', '184236.776000', '184236.779000', '184236.782000', '184236.784000', '184236.787000', '184236.789000', '184236.792000', '184236.795000', '184236.797000', '184236.800000', '184236.803000', '184236.805000', '184236.808000', '184236.810000', '184236.855000', '184236.858000', '184236.860000', '184236.863000', '184236.866000', '184236.868000', '184236.871000', '184236.873000', '184236.876000', '184236.879000', '184236.881000', '184236.884000', '184236.886000', '184236.889000', '184236.891000', '184236.894000', '184256.740000', '184256.743000', '184256.745000', '184256.748000', '184256.751000', '184256.753000', '184256.756000', '184256.758000', '184256.761000', '184256.764000', '184256.766000', '184256.769000', '184256.771000', '184256.774000', '184256.777000', '184256.779000', '184256.782000', '184256.785000', '184256.787000', '184256.790000', '184256.792000', '184256.795000', '184256.798000', '184256.867000', '184256.870000', '184256.872000', '184256.875000', '184256.878000', '184256.880000', '184256.883000', '184256.885000', '184256.888000', '184256.890000', '184256.893000', '184256.896000', '184256.898000', '184256.901000', '184256.903000', '184256.906000', '184256.909000', '184256.911000', '184256.914000', '184256.916000', '184256.919000', '184316.740000', '184316.742000', '184316.745000', '184316.748000', '184316.750000', '184316.753000', '184316.755000', '184316.758000', '184316.761000', '184316.763000', '184316.766000', '184316.768000', '184316.771000', '184316.773000', '184316.776000', '184316.779000', '184316.781000', '184316.784000', '184316.786000', '184316.789000', '184316.792000', '184316.794000', '184316.797000', '184316.800000', '184316.844000', '184316.847000', '184316.849000', '184316.852000', '184316.854000', '184316.857000', '184316.860000', '184316.862000', '184316.865000', '184316.867000', '184316.870000', '184316.872000', '184316.875000', '184316.878000', '184316.880000', '184316.883000', '184316.886000', '184316.889000', '184316.892000', '184336.739000', '184336.742000', '184336.745000', '184336.747000', '184336.750000', '184336.753000', '184336.755000', '184336.758000', '184336.761000', '184336.763000', '184336.766000', '184336.768000', '184336.771000', '184336.774000', '184336.776000', '184336.779000', '184336.781000', '184336.784000', '184336.787000', '184336.789000', '184336.792000', '184336.794000', '184336.797000', '184336.875000', '184336.877000', '184336.880000', '184336.883000', '184336.885000', '184336.888000', '184336.890000', '184336.893000', '184336.896000', '184336.898000', '184336.901000', '184336.903000', '184336.906000', '184336.909000', '184336.911000', '184336.914000', '184336.917000', '184336.919000', '184336.922000', '184336.924000', '184336.927000', '184356.739000', '184356.742000', '184356.745000', '184356.747000', '184356.750000', '184356.752000', '184356.755000', '184356.758000', '184356.760000', '184356.763000', '184356.765000', '184356.768000', '184356.771000', '184356.773000', '184356.776000', '184356.778000', '184356.781000', '184356.784000', '184356.786000', '184356.789000', '184356.791000', '184356.794000', '184356.796000', '184356.799000', '184356.883000', '184356.886000', '184356.888000', '184356.891000', '184356.894000', '184356.896000', '184356.899000', '184356.901000', '184356.904000', '184356.907000', '184356.910000', '184356.913000', '184356.916000', '184356.919000', '184356.921000', '184356.924000', '184356.926000', '184356.929000', '184356.932000', '184416.740000', '184416.743000', '184416.745000', '184416.748000', '184416.750000', '184416.753000', '184416.759000', '184416.761000', '184416.764000', '184416.767000', '184416.769000', '184416.772000', '184416.775000', '184416.777000', '184416.780000', '184416.783000', '184416.786000', '184416.788000', '184416.791000', '184416.794000', '184416.796000', '184416.799000', '184416.857000', '184416.860000', '184416.863000', '184416.865000', '184416.868000', '184416.870000', '184416.873000', '184416.876000', '184416.878000', '184416.881000', '184416.883000', '184416.886000', '184416.888000', '184416.891000', '184416.894000', '184416.896000', '184416.899000', '184416.901000', '184416.904000', '184416.906000', '184416.909000', '184416.912000', '184420.804000', '184420.855000', '184420.858000', '184420.860000', '184420.863000', '184420.865000', '184420.868000', '184420.871000', '184420.873000'], 'InstanceCreationTime': ['183636.784000', '183636.788000', '183636.791000', '183636.794000', '183636.796000', '183636.799000', '183636.801000', '183636.804000', '183636.806000', '183636.809000', '183636.812000', '183636.814000', '183636.817000', '183636.828000', '183636.831000', '183636.833000', '183636.836000', '183636.838000', '183636.841000', '183636.843000', '183636.846000', '183636.848000', '183636.851000', '183636.853000', '183636.856000', '183636.859000', '183636.861000', '183636.870000', '183636.872000', '183636.875000', '183636.878000', '183636.880000', '183636.883000', '183636.885000', '183636.888000', '183636.891000', '183636.897000', '183636.899000', '183636.902000', '183636.904000', '183636.907000', '183636.910000', '183636.912000', '183636.915000', '183636.917000', '183636.920000', '183636.929000', '183636.932000', '183636.935000', '183636.937000', '183636.940000', '183636.942000', '183636.945000', '183636.947000', '183636.950000', '183636.952000', '183656.739000', '183656.742000', '183656.745000', '183656.747000', '183656.750000', '183656.752000', '183656.755000', '183656.757000', '183656.760000', '183656.763000', '183656.765000', '183656.768000', '183656.770000', '183656.773000', '183656.775000', '183656.778000', '183656.780000', '183656.790000', '183656.793000', '183656.795000', '183656.798000', '183656.801000', '183656.803000', '183656.806000', '183656.808000', '183656.811000', '183656.814000', '183656.816000', '183656.819000', '183656.821000', '183656.824000', '183656.826000', '183656.829000', '183656.832000', '183656.834000', '183656.837000', '183656.839000', '183656.842000', '183656.844000', '183656.847000', '183656.849000', '183656.852000', '183656.855000', '183716.739000', '183716.742000', '183716.745000', '183716.747000', '183716.750000', '183716.753000', '183716.755000', '183716.758000', '183716.760000', '183716.763000', '183716.765000', '183716.768000', '183716.770000', '183716.773000', '183716.780000', '183716.783000', '183716.785000', '183716.788000', '183716.791000', '183716.793000', '183716.796000', '183716.798000', '183716.801000', '183716.804000', '183716.806000', '183716.809000', '183716.811000', '183716.814000', '183716.816000', '183716.819000', '183716.822000', '183716.824000', '183716.827000', '183716.829000', '183716.832000', '183716.834000', '183716.837000', '183716.839000', '183716.842000', '183716.845000', '183716.847000', '183716.850000', '183716.852000', '183716.855000', '183736.739000', '183736.742000', '183736.745000', '183736.747000', '183736.750000', '183736.752000', '183736.755000', '183736.757000', '183736.760000', '183736.763000', '183736.765000', '183736.768000', '183736.770000', '183736.773000', '183736.775000', '183736.778000', '183736.781000', '183736.783000', '183736.786000', '183736.788000', '183736.791000', '183736.793000', '183736.796000', '183736.799000', '183736.889000', '183736.892000', '183736.894000', '183736.897000', '183736.899000', '183736.902000', '183736.904000', '183736.909000', '183736.911000', '183736.914000', '183736.916000', '183736.919000', '183736.921000', '183736.924000', '183736.927000', '183736.929000', '183736.932000', '183736.934000', '183736.937000', '183756.740000', '183756.743000', '183756.745000', '183756.748000', '183756.751000', '183756.753000', '183756.756000', '183756.758000', '183756.761000', '183756.763000', '183756.766000', '183756.769000', '183756.772000', '183756.775000', '183756.777000', '183756.780000', '183756.783000', '183756.785000', '183756.788000', '183756.798000', '183756.801000', '183756.804000', '183756.806000', '183756.809000', '183756.811000', '183756.814000', '183756.817000', '183756.819000', '183756.822000', '183756.825000', '183756.827000', '183756.830000', '183756.832000', '183756.835000', '183756.838000', '183756.840000', '183756.843000', '183756.845000', '183756.848000', '183756.851000', '183756.853000', '183756.856000', '183756.858000', '183816.739000', '183816.742000', '183816.745000', '183816.747000', '183816.750000', '183816.752000', '183816.755000', '183816.758000', '183816.760000', '183816.763000', '183816.765000', '183816.783000', '183816.786000', '183816.788000', '183816.791000', '183816.793000', '183816.796000', '183816.799000', '183816.823000', '183816.826000', '183816.828000', '183816.831000', '183816.833000', '183816.836000', '183816.839000', '183816.841000', '183816.844000', '183816.846000', '183816.849000', '183816.852000', '183816.854000', '183816.857000', '183816.859000', '183816.862000', '183816.864000', '183816.867000', '183816.870000', '183816.872000', '183816.875000', '183816.877000', '183816.880000', '183816.883000', '183816.885000', '183816.888000', '183836.739000', '183836.741000', '183836.744000', '183836.746000', '183836.749000', '183836.752000', '183836.754000', '183836.757000', '183836.759000', '183836.762000', '183836.764000', '183836.767000', '183836.770000', '183836.772000', '183836.775000', '183836.777000', '183836.780000', '183836.782000', '183836.785000', '183836.789000', '183836.791000', '183836.794000', '183836.796000', '183836.799000', '183836.843000', '183836.845000', '183836.848000', '183836.851000', '183836.853000', '183836.856000', '183836.858000', '183836.861000', '183836.863000', '183836.866000', '183836.868000', '183836.871000', '183836.874000', '183836.876000', '183836.879000', '183836.881000', '183836.884000', '183836.886000', '183836.889000', '183856.739000', '183856.742000', '183856.745000', '183856.747000', '183856.750000', '183856.753000', '183856.755000', '183856.760000', '183856.763000', '183856.766000', '183856.768000', '183856.771000', '183856.773000', '183856.776000', '183856.779000', '183856.781000', '183856.784000', '183856.786000', '183856.789000', '183856.792000', '183856.794000', '183856.797000', '183856.800000', '183856.802000', '183856.805000', '183856.808000', '183856.810000', '183856.813000', '183856.816000', '183856.818000', '183856.821000', '183856.823000', '183856.826000', '183856.828000', '183856.831000', '183856.834000', '183856.836000', '183856.839000', '183856.842000', '183856.844000', '183856.847000', '183856.849000', '183856.852000', '183856.855000', '183916.740000', '183916.743000', '183916.745000', '183916.748000', '183916.750000', '183916.753000', '183916.756000', '183916.760000', '183916.762000', '183916.765000', '183916.768000', '183916.770000', '183916.773000', '183916.775000', '183916.778000', '183916.780000', '183916.783000', '183916.786000', '183916.788000', '183916.791000', '183916.793000', '183916.796000', '183916.799000', '183916.834000', '183916.837000', '183916.840000', '183916.842000', '183916.845000', '183916.847000', '183916.850000', '183916.852000', '183916.855000', '183916.858000', '183916.860000', '183916.863000', '183916.866000', '183916.869000', '183916.871000', '183916.874000', '183916.876000', '183916.879000', '183916.881000', '183916.884000', '183936.739000', '183936.742000', '183936.745000', '183936.747000', '183936.750000', '183936.752000', '183936.755000', '183936.758000', '183936.760000', '183936.763000', '183936.765000', '183936.768000', '183936.770000', '183936.773000', '183936.776000', '183936.779000', '183936.781000', '183936.784000', '183936.786000', '183936.789000', '183936.792000', '183936.794000', '183936.797000', '183936.833000', '183936.836000', '183936.838000', '183936.841000', '183936.844000', '183936.846000', '183936.849000', '183936.851000', '183936.854000', '183936.862000', '183936.865000', '183936.867000', '183936.870000', '183936.884000', '183936.887000', '183936.889000', '183936.892000', '183936.894000', '183936.897000', '183936.900000', '183936.902000', '183956.739000', '183956.742000', '183956.745000', '183956.747000', '183956.750000', '183956.752000', '183956.755000', '183956.758000', '183956.760000', '183956.763000', '183956.765000', '183956.768000', '183956.771000', '183956.774000', '183956.777000', '183956.780000', '183956.782000', '183956.785000', '183956.788000', '183956.790000', '183956.793000', '183956.795000', '183956.798000', '183956.833000', '183956.835000', '183956.838000', '183956.841000', '183956.843000', '183956.846000', '183956.848000', '183956.851000', '183956.853000', '183956.856000', '183956.859000', '183956.861000', '183956.864000', '183956.867000', '183956.869000', '183956.872000', '183956.874000', '183956.877000', '183956.880000', '183956.882000', '184016.739000', '184016.742000', '184016.745000', '184016.747000', '184016.750000', '184016.753000', '184016.755000', '184016.758000', '184016.761000', '184016.763000', '184016.766000', '184016.768000', '184016.771000', '184016.774000', '184016.776000', '184016.779000', '184016.782000', '184016.784000', '184016.787000', '184016.789000', '184016.792000', '184016.795000', '184016.797000', '184016.832000', '184016.840000', '184016.843000', '184016.845000', '184016.848000', '184016.851000', '184016.853000', '184016.856000', '184016.859000', '184016.861000', '184016.864000', '184016.866000', '184016.869000', '184016.872000', '184016.874000', '184016.877000', '184016.879000', '184016.882000', '184016.885000', '184016.887000', '184016.890000', '184036.739000', '184036.742000', '184036.745000', '184036.747000', '184036.750000', '184036.753000', '184036.755000', '184036.758000', '184036.761000', '184036.763000', '184036.766000', '184036.768000', '184036.771000', '184036.773000', '184036.776000', '184036.779000', '184036.781000', '184036.784000', '184036.787000', '184036.789000', '184036.792000', '184036.795000', '184036.798000', '184036.852000', '184036.855000', '184036.857000', '184036.860000', '184036.862000', '184036.865000', '184036.868000', '184036.870000', '184036.873000', '184036.875000', '184036.878000', '184036.880000', '184036.883000', '184036.885000', '184036.888000', '184036.891000', '184036.893000', '184036.896000', '184036.899000', '184036.901000', '184056.740000', '184056.743000', '184056.745000', '184056.748000', '184056.750000', '184056.753000', '184056.756000', '184056.758000', '184056.761000', '184056.763000', '184056.766000', '184056.769000', '184056.771000', '184056.774000', '184056.776000', '184056.779000', '184056.782000', '184056.784000', '184056.787000', '184056.789000', '184056.792000', '184056.795000', '184056.797000', '184056.822000', '184056.824000', '184056.827000', '184056.830000', '184056.832000', '184056.835000', '184056.837000', '184056.840000', '184056.842000', '184056.845000', '184056.848000', '184056.850000', '184056.853000', '184056.855000', '184056.858000', '184056.861000', '184056.863000', '184056.866000', '184056.868000', '184056.871000', '184056.873000', '184116.740000', '184116.743000', '184116.745000', '184116.748000', '184116.750000', '184116.753000', '184116.756000', '184116.758000', '184116.761000', '184116.763000', '184116.766000', '184116.768000', '184116.771000', '184116.774000', '184116.776000', '184116.779000', '184116.781000', '184116.797000', '184116.845000', '184116.848000', '184116.850000', '184116.853000', '184116.856000', '184116.858000', '184116.861000', '184116.864000', '184116.866000', '184116.869000', '184116.871000', '184116.874000', '184116.876000', '184116.879000', '184116.882000', '184116.884000', '184116.887000', '184116.889000', '184116.892000', '184116.895000', '184116.897000', '184116.900000', '184116.902000', '184116.905000', '184116.908000', '184136.740000', '184136.742000', '184136.745000', '184136.748000', '184136.750000', '184136.753000', '184136.755000', '184136.758000', '184136.760000', '184136.763000', '184136.766000', '184136.768000', '184136.771000', '184136.773000', '184136.776000', '184136.778000', '184136.781000', '184136.784000', '184136.788000', '184136.791000', '184136.793000', '184136.796000', '184136.798000', '184136.849000', '184136.852000', '184136.854000', '184136.857000', '184136.859000', '184136.862000', '184136.865000', '184136.867000', '184136.870000', '184136.872000', '184136.875000', '184136.877000', '184136.880000', '184136.883000', '184136.885000', '184136.888000', '184136.891000', '184136.893000', '184136.896000', '184136.899000', '184136.901000', '184156.739000', '184156.742000', '184156.745000', '184156.747000', '184156.750000', '184156.753000', '184156.755000', '184156.758000', '184156.760000', '184156.763000', '184156.765000', '184156.768000', '184156.771000', '184156.773000', '184156.776000', '184156.778000', '184156.781000', '184156.783000', '184156.786000', '184156.789000', '184156.791000', '184156.794000', '184156.796000', '184156.799000', '184156.858000', '184156.860000', '184156.863000', '184156.865000', '184156.868000', '184156.871000', '184156.873000', '184156.876000', '184156.878000', '184156.881000', '184156.883000', '184156.886000', '184156.889000', '184156.892000', '184156.895000', '184156.897000', '184156.900000', '184156.902000', '184156.905000', '184216.739000', '184216.742000', '184216.745000', '184216.747000', '184216.750000', '184216.753000', '184216.755000', '184216.758000', '184216.760000', '184216.763000', '184216.766000', '184216.768000', '184216.771000', '184216.773000', '184216.776000', '184216.779000', '184216.781000', '184216.784000', '184216.786000', '184216.789000', '184216.791000', '184216.794000', '184216.797000', '184216.799000', '184216.802000', '184216.805000', '184216.807000', '184216.810000', '184216.812000', '184216.815000', '184216.818000', '184216.820000', '184216.823000', '184216.825000', '184216.828000', '184216.831000', '184216.833000', '184216.836000', '184216.838000', '184216.841000', '184216.844000', '184216.846000', '184216.849000', '184236.740000', '184236.742000', '184236.745000', '184236.748000', '184236.750000', '184236.753000', '184236.756000', '184236.758000', '184236.761000', '184236.763000', '184236.766000', '184236.769000', '184236.771000', '184236.774000', '184236.776000', '184236.779000', '184236.782000', '184236.784000', '184236.787000', '184236.789000', '184236.792000', '184236.795000', '184236.797000', '184236.800000', '184236.803000', '184236.805000', '184236.808000', '184236.810000', '184236.855000', '184236.858000', '184236.860000', '184236.863000', '184236.866000', '184236.868000', '184236.871000', '184236.873000', '184236.876000', '184236.879000', '184236.881000', '184236.884000', '184236.886000', '184236.889000', '184236.891000', '184236.894000', '184256.740000', '184256.743000', '184256.745000', '184256.748000', '184256.751000', '184256.753000', '184256.756000', '184256.758000', '184256.761000', '184256.764000', '184256.766000', '184256.769000', '184256.771000', '184256.774000', '184256.777000', '184256.779000', '184256.782000', '184256.785000', '184256.787000', '184256.790000', '184256.792000', '184256.795000', '184256.798000', '184256.867000', '184256.870000', '184256.872000', '184256.875000', '184256.878000', '184256.880000', '184256.883000', '184256.885000', '184256.888000', '184256.890000', '184256.893000', '184256.896000', '184256.898000', '184256.901000', '184256.903000', '184256.906000', '184256.909000', '184256.911000', '184256.914000', '184256.916000', '184256.919000', '184316.740000', '184316.742000', '184316.745000', '184316.748000', '184316.750000', '184316.753000', '184316.755000', '184316.758000', '184316.761000', '184316.763000', '184316.766000', '184316.768000', '184316.771000', '184316.773000', '184316.776000', '184316.779000', '184316.781000', '184316.784000', '184316.786000', '184316.789000', '184316.792000', '184316.794000', '184316.797000', '184316.800000', '184316.844000', '184316.847000', '184316.849000', '184316.852000', '184316.854000', '184316.857000', '184316.860000', '184316.862000', '184316.865000', '184316.867000', '184316.870000', '184316.872000', '184316.875000', '184316.878000', '184316.880000', '184316.883000', '184316.886000', '184316.889000', '184316.892000', '184336.739000', '184336.742000', '184336.745000', '184336.747000', '184336.750000', '184336.753000', '184336.755000', '184336.758000', '184336.761000', '184336.763000', '184336.766000', '184336.768000', '184336.771000', '184336.774000', '184336.776000', '184336.779000', '184336.781000', '184336.784000', '184336.787000', '184336.789000', '184336.792000', '184336.794000', '184336.797000', '184336.875000', '184336.877000', '184336.880000', '184336.883000', '184336.885000', '184336.888000', '184336.890000', '184336.893000', '184336.896000', '184336.898000', '184336.901000', '184336.903000', '184336.906000', '184336.909000', '184336.911000', '184336.914000', '184336.917000', '184336.919000', '184336.922000', '184336.924000', '184336.927000', '184356.739000', '184356.742000', '184356.745000', '184356.747000', '184356.750000', '184356.752000', '184356.755000', '184356.758000', '184356.760000', '184356.763000', '184356.765000', '184356.768000', '184356.771000', '184356.773000', '184356.776000', '184356.778000', '184356.781000', '184356.784000', '184356.786000', '184356.789000', '184356.791000', '184356.794000', '184356.796000', '184356.799000', '184356.883000', '184356.886000', '184356.888000', '184356.891000', '184356.894000', '184356.896000', '184356.899000', '184356.901000', '184356.904000', '184356.907000', '184356.910000', '184356.913000', '184356.916000', '184356.919000', '184356.921000', '184356.924000', '184356.926000', '184356.929000', '184356.932000', '184416.740000', '184416.743000', '184416.745000', '184416.748000', '184416.750000', '184416.753000', '184416.759000', '184416.761000', '184416.764000', '184416.767000', '184416.769000', '184416.772000', '184416.775000', '184416.777000', '184416.780000', '184416.783000', '184416.786000', '184416.788000', '184416.791000', '184416.794000', '184416.796000', '184416.799000', '184416.857000', '184416.860000', '184416.863000', '184416.865000', '184416.868000', '184416.870000', '184416.873000', '184416.876000', '184416.878000', '184416.881000', '184416.883000', '184416.886000', '184416.888000', '184416.891000', '184416.894000', '184416.896000', '184416.899000', '184416.901000', '184416.904000', '184416.906000', '184416.909000', '184416.912000', '184420.804000', '184420.855000', '184420.858000', '184420.860000', '184420.863000', '184420.865000', '184420.868000', '184420.871000', '184420.873000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [14515, 11561, 9987, 17556, 9938, 12762, 10538, 11135, 9898, 9695, 12077, 9942, 11057, 10828, 9648, 11213, 10773, 10601, 9752, 9730, 12300, 10634, 10339, 12361, 11013, 11037, 9440, 9833, 13137, 10908, 10611, 10292, 10905, 15029, 9977, 10649, 15902, 9462, 10688, 17010, 10783, 10963, 17892, 10532, 10589, 17714, 10871, 12339, 9270, 11155, 11618, 9110, 10625, 13029, 10097, 11222, 13668, 9746, 10744, 12716, 9395, 10516, 16188, 10867, 10964, 16935, 10963, 10980, 16835, 10846, 13032, 12752, 10976, 13079, 9163, 10991, 12138, 9515, 10960, 14287, 10325, 11308, 14079, 10545, 10843, 17432, 10142, 10786, 13243, 11283, 12284, 9815, 11432, 12843, 9787, 10842, 15588, 10880, 11349, 13940, 11061, 10956, 15043, 10903, 12546, 10329, 11516, 13170, 10359, 10742, 13674, 10754, 10825, 13485, 11163, 10573, 11550, 10640, 11397, 10391, 11289, 13041, 10934, 11169, 15215, 11146, 10817, 11410, 10936, 15147, 11119, 11181, 14743, 11385, 11727, 11906, 10744, 13941, 11242, 10964, 16420, 11179, 11990, 14973, 11566, 13953, 10641, 11479, 13796, 10707, 10864, 18147, 11323, 11560, 12920, 11118, 11301, 10784, 11178, 12911, 11051, 11560, 13139, 11730, 11013, 10009, 11332, 12918, 11522, 11225, 10063, 11811, 12170, 10298, 11207, 17059, 11692, 11259, 12705, 11914, 11662, 10160, 11368, 17315, 12032, 11537, 15216, 11611, 11455, 10249, 11167, 12252, 11454, 10996, 9908, 11353, 12728, 10931, 11366, 16752, 11931, 11182, 14599, 11793, 14945, 11693, 11710, 17605, 12220, 11343, 14263, 11614, 13620, 11415, 11712, 16250, 11852, 11247, 16189, 11997, 13021, 11612, 11778, 9142, 12144, 11170, 10617, 11527, 16347, 12790, 10963, 9532, 11911, 12359, 11188, 11977, 13899, 12379, 11640, 10296, 11143, 16972, 11937, 13143, 10032, 11068, 9243, 11086, 10505, 11996, 11261, 14863, 10724, 15511, 11138, 16231, 13142, 10676, 10967, 17294, 12706, 16559, 18490, 14002, 15570, 11613, 10887, 18411, 11726, 15102, 10811, 10585, 15125, 9718, 16692, 11043, 14741, 10458, 11573, 9962, 12556, 10793, 12847, 10976, 12471, 14757, 10357, 14596, 9886, 10199, 16867, 10603, 11524, 9906, 10252, 12877, 9927, 10797, 10098, 9761, 9256, 10337, 12976, 10500, 10689, 10086, 10250, 12961, 9674, 12192, 8582, 11776, 8466, 11676, 9198, 10586, 10684, 13988, 18869, 12621, 15190, 12645, 9970, 13600, 10685, 10536, 9094, 10038, 12022, 9804, 9826, 16989, 10176, 12456, 9487, 10199, 12649, 10080, 10623, 14189, 10147, 12815, 10089, 10017, 14039, 10409, 11547, 14631, 10070, 13887, 10635, 10452, 16409, 10734, 11318, 10092, 9940, 13719, 10537, 11190, 10528, 10517, 13961, 10050, 10257, 17136, 10472, 12659, 10413, 10519, 13477, 10288, 10173, 13650, 9983, 11728, 15455, 10440, 13022, 10154, 10509, 13774, 10236, 11190, 14121, 10749, 12508, 10365, 10536, 14239, 10643, 11848, 11764, 10201, 16927, 10775, 11430, 9562, 10756, 13558, 9781, 11612, 14361, 10443, 14366, 11039, 12185, 14691, 10798, 14419, 10304, 10057, 18425, 10723, 14029, 10329, 10546, 13403, 10475, 10178, 15905, 10354, 12386, 10611, 10789, 13716, 9914, 10701, 9561, 10163, 13700, 10662, 10858, 13514, 10752, 11981, 10258, 10563, 16843, 10951, 12787, 9830, 10845, 13195, 10059, 10046, 13137, 10464, 10035, 11592, 10634, 10537, 8934, 10407, 12094, 9751, 9943, 13448, 10477, 11056, 9606, 10373, 13194, 9821, 11595, 10827, 10347, 13141, 10970, 10738, 15973, 10311, 13931, 10646, 10683, 13475, 10304, 10508, 15706, 10125, 11464, 10203, 9022, 9845, 8691, 11256, 8109, 10782, 9831, 10518, 10733, 11842, 11163, 11501, 18040, 12244, 11458, 18379, 11418, 11059, 17970, 12122, 14337, 11143, 10110, 14693, 11041, 10460, 16068, 10463, 14392, 11147, 9872, 13438, 11253, 9826, 9681, 10546, 11488, 10675, 10699, 12667, 11056, 10269, 12014, 10252, 12949, 11076, 10323, 15416, 10617, 11049, 12917, 10161, 14482, 10332, 10526, 10340, 9298, 10000, 10485, 14046, 10633, 10506, 16130, 10297, 10480, 17264, 10879, 13376, 10111, 8616, 11286, 14506, 11963, 11372, 15237, 12187, 12152, 13416, 12264, 11463, 12938, 18063, 15077, 18405, 12328, 15919, 11900, 11017, 17317, 12209, 14329, 12441, 10795, 16885, 11046, 12994, 12061, 11366, 12027, 11375, 12383, 12080, 12041, 12671, 11622, 10512, 12321, 12281, 12133, 11560, 14740, 11955, 12680, 12638, 11557, 10811, 12173, 12170, 10894, 11565, 17208, 12472, 12627, 11467, 11903, 13140, 11349, 11891, 16959, 12208, 12233, 10612, 11924, 13142, 12168, 11502, 16928, 12226, 12509, 11164, 12051, 13184, 11838, 11616, 10333, 12026, 13118, 12019, 11913, 13076, 11975, 11385, 11474, 12122, 13154, 12374, 11692, 14983, 11742, 12575, 11447, 11670, 13182, 12154, 11374, 15076, 11769, 12642, 12395, 11767, 14282, 12163, 11925, 10671, 11998, 15078, 12335, 11688, 13368, 12474, 12783, 11085, 11693, 18645, 12499, 15150, 11122, 12062, 13392, 11592, 11648, 18484, 12834, 11643, 12877, 12100, 11517, 11338, 11581, 13241, 11655, 11356, 17461, 11923, 11302, 10825, 11968, 12230, 12059, 11721, 13454, 12746, 11460, 10747, 12336, 8930, 12220, 13867, 12224, 12228, 15490, 12389, 14011, 10994, 11725, 17900, 12486, 12043, 11510, 11792, 13553, 12449, 11266, 14817, 11808, 10344, 12690, 12379, 12539, 11673, 15082, 12109, 13591, 12370, 12293, 14320, 12947, 12534, 15364, 12164, 14975, 12747, 11655, 15328, 11838, 13545, 12327, 11760, 11370, 12471, 13082, 12605, 11517, 16926, 12408, 13490, 12198, 11521, 13638, 12460, 11985, 10819, 11361, 14750, 12536, 11357, 9931, 12038, 12039, 11853, 11105, 15492, 12432, 11758, 11134, 12012, 12109, 11946, 10988, 12908, 9430, 10026, 8052, 10221, 8196, 10185, 10347, 12700, 12637, 13285, 16763, 12433, 11899, 17155, 12813, 14950, 10441, 11954, 13167, 11226, 11144, 14528, 12438, 12480, 11373, 11438, 11903, 12132, 12669, 12828, 11784, 10322, 12639, 12922, 11834, 11912, 12155, 11898, 14588, 12523, 11557, 15483, 11880, 15100, 12464, 11361, 12330, 12023, 14597, 12511, 11616, 15689, 12368, 14164, 9697, 11971, 13372, 12230, 12480, 15561, 12484, 12264, 11938, 11318, 18096, 11762, 14595, 12321, 11567, 13744, 12275, 13105, 10801, 9871, 10501, 12139, 9350, 9768, 11556, 11856, 10100, 11891, 12854, 15061, 15547, 12175, 17116, 12801, 13664, 18246, 14804, 17321, 11841, 16705, 12232, 10918, 18585, 15311, 14592, 11921, 10110, 14000, 10620, 11332, 11635, 9241, 13064, 10774, 11749, 11305, 9569, 13089, 10786, 11596, 11399, 9801, 11515, 11165, 11648, 10850, 10522, 13627, 11683, 11728, 10489, 10603, 14099, 11579, 10791, 16600, 11729, 11689, 13066, 10617, 14912, 11398, 11281, 15940, 11614, 10835, 14399, 11158, 12524, 11524, 11151, 15235, 11926, 10984, 16202, 11191, 12919, 11706, 10435, 11186, 9620, 11814, 11585, 16685, 12484, 13885, 18144, 12108, 15095, 12307, 11361, 17239, 12082, 12286, 13496, 11390, 14241, 11274, 10684, 16323, 11404, 11871, 11048, 11122, 13659, 11150, 11092, 10628, 10937, 13520, 11868, 10695, 14641, 10952, 12036, 11463, 11139, 13954, 11983, 10513, 14656, 10930, 11558, 10031, 10820, 12480, 11440, 10648, 13505, 11249, 11189, 11787, 11044, 12093, 11510, 11167, 13018, 8924, 10535, 10334, 9148, 8986, 9581, 10246, 9247, 10154, 10809, 14101, 10616, 13238, 14970, 10434, 14697, 10346, 9985, 17904, 12593, 15855, 14264, 11750, 18140, 11057, 15801, 11162, 10846, 11169, 10143, 18271, 10605, 15041, 12408, 9870, 15965, 10530, 11429, 10976, 9600, 13728, 9489, 12765, 8328, 10350, 9594, 8929, 10594, 10109, 10130, 11778, 9376, 10648, 9869, 11445, 10661, 14093, 11125, 10290, 16819, 11113, 11362, 15780, 10271, 15278, 10968, 10906, 18129, 12490, 16743, 12347, 14091, 10736, 10974, 11492, 10027, 16128, 9614, 16528, 10522, 12552, 11203], 'WindowCenter': [4717.0, 4675.0, 4652.0, 4684.0, 4634.0, 4651.0, 4634.0, 4627.0, 4607.0, 4606.0, 4640.0, 4620.0, 4628.0, 4617.0, 4620.0, 4628.0, 4640.0, 4625.0, 4620.0, 4636.0, 4651.0, 4643.0, 4633.0, 4648.0, 4644.0, 4655.0, 4626.0, 4647.0, 4668.0, 4657.0, 4639.0, 4652.0, 4658.0, 4686.0, 4646.0, 4659.0, 4686.0, 4637.0, 4657.0, 4696.0, 4651.0, 4657.0, 4689.0, 4644.0, 4656.0, 4682.0, 4644.0, 4666.0, 4628.0, 4666.0, 4656.0, 4625.0, 4655.0, 4675.0, 4637.0, 4657.0, 4674.0, 4628.0, 4655.0, 4665.0, 4635.0, 4656.0, 4673.0, 4652.0, 4656.0, 4683.0, 4654.0, 4651.0, 4683.0, 4650.0, 4677.0, 4654.0, 4650.0, 4676.0, 4624.0, 4650.0, 4664.0, 4630.0, 4643.0, 4674.0, 4642.0, 4656.0, 4674.0, 4641.0, 4655.0, 4683.0, 4628.0, 4643.0, 4648.0, 4653.0, 4652.0, 4631.0, 4648.0, 4652.0, 4621.0, 4642.0, 4665.0, 4642.0, 4648.0, 4661.0, 4641.0, 4637.0, 4663.0, 4638.0, 4664.0, 4646.0, 4653.0, 4661.0, 4620.0, 4639.0, 4650.0, 4642.0, 4644.0, 4649.0, 4647.0, 4645.0, 4646.0, 4647.0, 4642.0, 4642.0, 4653.0, 4661.0, 4653.0, 4655.0, 4681.0, 4655.0, 4649.0, 4647.0, 4654.0, 4678.0, 4654.0, 4649.0, 4667.0, 4653.0, 4664.0, 4648.0, 4658.0, 4667.0, 4647.0, 4656.0, 4677.0, 4643.0, 4665.0, 4671.0, 4643.0, 4672.0, 4631.0, 4648.0, 4666.0, 4631.0, 4643.0, 4676.0, 4643.0, 4653.0, 4653.0, 4641.0, 4641.0, 4629.0, 4630.0, 4650.0, 4643.0, 4653.0, 4659.0, 4646.0, 4644.0, 4632.0, 4642.0, 4651.0, 4665.0, 4655.0, 4632.0, 4668.0, 4665.0, 4644.0, 4656.0, 4697.0, 4665.0, 4650.0, 4663.0, 4663.0, 4659.0, 4642.0, 4666.0, 4690.0, 4654.0, 4663.0, 4670.0, 4653.0, 4655.0, 4632.0, 4652.0, 4657.0, 4659.0, 4650.0, 4633.0, 4667.0, 4673.0, 4649.0, 4661.0, 4693.0, 4659.0, 4667.0, 4684.0, 4662.0, 4684.0, 4653.0, 4665.0, 4672.0, 4662.0, 4643.0, 4672.0, 4647.0, 4675.0, 4649.0, 4657.0, 4679.0, 4652.0, 4643.0, 4680.0, 4653.0, 4652.0, 4641.0, 4649.0, 4623.0, 4665.0, 4658.0, 4644.0, 4667.0, 4698.0, 4666.0, 4655.0, 4634.0, 4662.0, 4662.0, 4656.0, 4656.0, 4672.0, 4670.0, 4657.0, 4656.0, 4667.0, 4708.0, 4668.0, 4665.0, 4661.0, 4657.0, 4649.0, 4681.0, 4661.0, 4670.0, 4694.0, 4702.0, 4673.0, 4702.0, 4685.0, 4713.0, 4693.0, 4661.0, 4659.0, 4687.0, 4654.0, 4674.0, 4681.0, 4663.0, 4658.0, 4605.0, 4644.0, 4691.0, 4642.0, 4660.0, 4607.0, 4619.0, 4647.0, 4602.0, 4644.0, 4643.0, 4671.0, 4614.0, 4626.0, 4621.0, 4651.0, 4630.0, 4635.0, 4630.0, 4641.0, 4645.0, 4608.0, 4647.0, 4603.0, 4607.0, 4655.0, 4616.0, 4627.0, 4605.0, 4617.0, 4636.0, 4617.0, 4627.0, 4607.0, 4623.0, 4610.0, 4633.0, 4646.0, 4632.0, 4633.0, 4620.0, 4633.0, 4664.0, 4636.0, 4652.0, 4602.0, 4641.0, 4609.0, 4653.0, 4627.0, 4660.0, 4658.0, 4685.0, 4697.0, 4654.0, 4673.0, 4640.0, 4620.0, 4646.0, 4632.0, 4620.0, 4602.0, 4621.0, 4639.0, 4615.0, 4621.0, 4673.0, 4631.0, 4651.0, 4620.0, 4631.0, 4649.0, 4628.0, 4642.0, 4659.0, 4633.0, 4653.0, 4633.0, 4633.0, 4661.0, 4631.0, 4632.0, 4659.0, 4629.0, 4651.0, 4633.0, 4641.0, 4669.0, 4641.0, 4642.0, 4630.0, 4632.0, 4661.0, 4639.0, 4642.0, 4644.0, 4656.0, 4674.0, 4632.0, 4644.0, 4675.0, 4638.0, 4665.0, 4632.0, 4639.0, 4664.0, 4621.0, 4633.0, 4661.0, 4634.0, 4643.0, 4666.0, 4632.0, 4662.0, 4628.0, 4647.0, 4662.0, 4632.0, 4633.0, 4656.0, 4643.0, 4652.0, 4633.0, 4639.0, 4663.0, 4632.0, 4644.0, 4652.0, 4634.0, 4681.0, 4657.0, 4666.0, 4632.0, 4655.0, 4664.0, 4634.0, 4654.0, 4674.0, 4646.0, 4683.0, 4656.0, 4664.0, 4673.0, 4637.0, 4672.0, 4631.0, 4635.0, 4681.0, 4635.0, 4652.0, 4620.0, 4631.0, 4638.0, 4614.0, 4631.0, 4672.0, 4621.0, 4648.0, 4629.0, 4637.0, 4658.0, 4621.0, 4632.0, 4619.0, 4632.0, 4661.0, 4627.0, 4644.0, 4660.0, 4642.0, 4651.0, 4619.0, 4631.0, 4679.0, 4628.0, 4641.0, 4620.0, 4643.0, 4639.0, 4618.0, 4631.0, 4649.0, 4631.0, 4632.0, 4641.0, 4631.0, 4643.0, 4608.0, 4642.0, 4652.0, 4616.0, 4634.0, 4660.0, 4643.0, 4655.0, 4631.0, 4644.0, 4662.0, 4638.0, 4656.0, 4658.0, 4647.0, 4660.0, 4657.0, 4656.0, 4682.0, 4635.0, 4675.0, 4645.0, 4657.0, 4675.0, 4632.0, 4646.0, 4684.0, 4646.0, 4672.0, 4675.0, 4639.0, 4644.0, 4625.0, 4655.0, 4627.0, 4670.0, 4654.0, 4670.0, 4666.0, 4682.0, 4670.0, 4672.0, 4708.0, 4655.0, 4656.0, 4684.0, 4637.0, 4646.0, 4681.0, 4652.0, 4663.0, 4641.0, 4632.0, 4648.0, 4630.0, 4621.0, 4670.0, 4633.0, 4662.0, 4642.0, 4633.0, 4649.0, 4631.0, 4633.0, 4620.0, 4643.0, 4654.0, 4643.0, 4645.0, 4662.0, 4644.0, 4635.0, 4642.0, 4638.0, 4666.0, 4646.0, 4635.0, 4673.0, 4645.0, 4644.0, 4651.0, 4634.0, 4673.0, 4633.0, 4638.0, 4645.0, 4635.0, 4645.0, 4651.0, 4675.0, 4644.0, 4646.0, 4683.0, 4634.0, 4647.0, 4709.0, 4670.0, 4679.0, 4647.0, 4626.0, 4650.0, 4675.0, 4661.0, 4658.0, 4676.0, 4626.0, 4587.0, 4650.0, 4653.0, 4687.0, 4658.0, 4672.0, 4652.0, 4650.0, 4614.0, 4651.0, 4620.0, 4622.0, 4661.0, 4630.0, 4638.0, 4615.0, 4594.0, 4621.0, 4593.0, 4612.0, 4616.0, 4617.0, 4616.0, 4615.0, 4628.0, 4631.0, 4630.0, 4618.0, 4629.0, 4608.0, 4630.0, 4630.0, 4630.0, 4632.0, 4650.0, 4632.0, 4642.0, 4642.0, 4633.0, 4620.0, 4632.0, 4631.0, 4620.0, 4632.0, 4671.0, 4642.0, 4643.0, 4620.0, 4628.0, 4641.0, 4620.0, 4631.0, 4660.0, 4631.0, 4632.0, 4608.0, 4631.0, 4629.0, 4630.0, 4632.0, 4659.0, 4631.0, 4630.0, 4619.0, 4631.0, 4639.0, 4631.0, 4632.0, 4622.0, 4643.0, 4641.0, 4627.0, 4642.0, 4640.0, 4643.0, 4633.0, 4632.0, 4644.0, 4631.0, 4640.0, 4644.0, 4662.0, 4633.0, 4643.0, 4629.0, 4643.0, 4642.0, 4643.0, 4644.0, 4662.0, 4644.0, 4653.0, 4650.0, 4645.0, 4652.0, 4645.0, 4645.0, 4623.0, 4644.0, 4663.0, 4654.0, 4640.0, 4652.0, 4644.0, 4654.0, 4633.0, 4638.0, 4669.0, 4644.0, 4664.0, 4631.0, 4632.0, 4641.0, 4619.0, 4631.0, 4670.0, 4641.0, 4632.0, 4628.0, 4630.0, 4630.0, 4618.0, 4630.0, 4639.0, 4615.0, 4621.0, 4658.0, 4631.0, 4621.0, 4618.0, 4631.0, 4629.0, 4629.0, 4632.0, 4640.0, 4642.0, 4635.0, 4632.0, 4654.0, 4613.0, 4658.0, 4654.0, 4657.0, 4669.0, 4674.0, 4655.0, 4666.0, 4621.0, 4632.0, 4671.0, 4620.0, 4630.0, 4630.0, 4632.0, 4641.0, 4641.0, 4632.0, 4651.0, 4633.0, 4622.0, 4654.0, 4642.0, 4642.0, 4645.0, 4662.0, 4632.0, 4652.0, 4643.0, 4651.0, 4652.0, 4643.0, 4654.0, 4661.0, 4642.0, 4647.0, 4641.0, 4632.0, 4649.0, 4632.0, 4652.0, 4630.0, 4631.0, 4619.0, 4641.0, 4640.0, 4628.0, 4630.0, 4658.0, 4629.0, 4635.0, 4629.0, 4630.0, 4638.0, 4628.0, 4629.0, 4618.0, 4631.0, 4649.0, 4637.0, 4632.0, 4599.0, 4641.0, 4641.0, 4630.0, 4628.0, 4661.0, 4642.0, 4642.0, 4630.0, 4642.0, 4641.0, 4630.0, 4632.0, 4641.0, 4604.0, 4623.0, 4605.0, 4635.0, 4618.0, 4649.0, 4649.0, 4668.0, 4678.0, 4694.0, 4689.0, 4646.0, 4646.0, 4673.0, 4655.0, 4667.0, 4623.0, 4634.0, 4642.0, 4620.0, 4634.0, 4665.0, 4644.0, 4656.0, 4634.0, 4657.0, 4643.0, 4644.0, 4652.0, 4654.0, 4657.0, 4635.0, 4656.0, 4656.0, 4644.0, 4645.0, 4644.0, 4645.0, 4662.0, 4643.0, 4644.0, 4662.0, 4645.0, 4663.0, 4644.0, 4644.0, 4654.0, 4656.0, 4662.0, 4654.0, 4646.0, 4663.0, 4655.0, 4654.0, 4612.0, 4644.0, 4652.0, 4642.0, 4643.0, 4660.0, 4642.0, 4642.0, 4630.0, 4632.0, 4659.0, 4632.0, 4651.0, 4630.0, 4631.0, 4629.0, 4631.0, 4654.0, 4647.0, 4624.0, 4623.0, 4618.0, 4626.0, 4637.0, 4670.0, 4659.0, 4649.0, 4658.0, 4668.0, 4680.0, 4676.0, 4645.0, 4685.0, 4616.0, 4667.0, 4660.0, 4651.0, 4659.0, 4607.0, 4635.0, 4592.0, 4594.0, 4644.0, 4614.0, 4622.0, 4591.0, 4582.0, 4610.0, 4581.0, 4591.0, 4590.0, 4572.0, 4609.0, 4603.0, 4604.0, 4603.0, 4596.0, 4624.0, 4607.0, 4616.0, 4617.0, 4609.0, 4616.0, 4619.0, 4630.0, 4630.0, 4633.0, 4651.0, 4643.0, 4643.0, 4632.0, 4635.0, 4652.0, 4643.0, 4634.0, 4671.0, 4633.0, 4645.0, 4653.0, 4635.0, 4664.0, 4643.0, 4646.0, 4671.0, 4643.0, 4635.0, 4662.0, 4644.0, 4656.0, 4644.0, 4635.0, 4673.0, 4643.0, 4634.0, 4671.0, 4644.0, 4654.0, 4656.0, 4636.0, 4645.0, 4624.0, 4656.0, 4659.0, 4698.0, 4657.0, 4666.0, 4667.0, 4644.0, 4663.0, 4643.0, 4633.0, 4660.0, 4640.0, 4642.0, 4638.0, 4630.0, 4649.0, 4619.0, 4621.0, 4657.0, 4630.0, 4630.0, 4617.0, 4643.0, 4649.0, 4630.0, 4632.0, 4619.0, 4631.0, 4639.0, 4630.0, 4621.0, 4636.0, 4631.0, 4641.0, 4630.0, 4632.0, 4649.0, 4629.0, 4620.0, 4648.0, 4629.0, 4631.0, 4609.0, 4631.0, 4639.0, 4629.0, 4632.0, 4638.0, 4630.0, 4632.0, 4629.0, 4632.0, 4641.0, 4619.0, 4632.0, 4637.0, 4611.0, 4642.0, 4619.0, 4594.0, 4604.0, 4633.0, 4655.0, 4637.0, 4659.0, 4670.0, 4683.0, 4658.0, 4666.0, 4674.0, 4645.0, 4675.0, 4623.0, 4645.0, 4697.0, 4653.0, 4673.0, 4661.0, 4655.0, 4680.0, 4619.0, 4658.0, 4629.0, 4629.0, 4630.0, 4630.0, 4663.0, 4608.0, 4661.0, 4638.0, 4618.0, 4655.0, 4618.0, 4630.0, 4642.0, 4619.0, 4659.0, 4622.0, 4650.0, 4601.0, 4620.0, 4620.0, 4611.0, 4643.0, 4632.0, 4647.0, 4660.0, 4637.0, 4658.0, 4661.0, 4658.0, 4658.0, 4664.0, 4630.0, 4620.0, 4659.0, 4619.0, 4631.0, 4673.0, 4633.0, 4660.0, 4620.0, 4630.0, 4669.0, 4640.0, 4659.0, 4653.0, 4661.0, 4643.0, 4631.0, 4641.0, 4622.0, 4659.0, 4615.0, 4671.0, 4646.0, 4651.0, 4631.0], 'WindowWidth': [10321.0, 10245.0, 10208.0, 10236.0, 10168.0, 10184.0, 10161.0, 10145.0, 10115.0, 10114.0, 10161.0, 10138.0, 10147.0, 10124.0, 10139.0, 10146.0, 10166.0, 10142.0, 10140.0, 10167.0, 10182.0, 10174.0, 10158.0, 10177.0, 10178.0, 10195.0, 10147.0, 10185.0, 10208.0, 10198.0, 10168.0, 10196.0, 10202.0, 10242.0, 10184.0, 10205.0, 10240.0, 10172.0, 10200.0, 10251.0, 10188.0, 10202.0, 10237.0, 10178.0, 10197.0, 10224.0, 10179.0, 10210.0, 10155.0, 10211.0, 10198.0, 10153.0, 10195.0, 10222.0, 10164.0, 10199.0, 10220.0, 10154.0, 10196.0, 10209.0, 10169.0, 10198.0, 10212.0, 10190.0, 10199.0, 10231.0, 10193.0, 10188.0, 10232.0, 10187.0, 10229.0, 10188.0, 10186.0, 10226.0, 10151.0, 10185.0, 10206.0, 10157.0, 10172.0, 10219.0, 10175.0, 10196.0, 10220.0, 10170.0, 10193.0, 10229.0, 10150.0, 10177.0, 10173.0, 10190.0, 10188.0, 10155.0, 10177.0, 10181.0, 10141.0, 10171.0, 10199.0, 10173.0, 10181.0, 10196.0, 10171.0, 10165.0, 10194.0, 10166.0, 10206.0, 10181.0, 10191.0, 10198.0, 10135.0, 10167.0, 10176.0, 10172.0, 10177.0, 10174.0, 10177.0, 10181.0, 10176.0, 10185.0, 10169.0, 10172.0, 10191.0, 10199.0, 10191.0, 10195.0, 10227.0, 10196.0, 10186.0, 10180.0, 10192.0, 10222.0, 10192.0, 10185.0, 10205.0, 10190.0, 10209.0, 10182.0, 10201.0, 10207.0, 10178.0, 10200.0, 10220.0, 10171.0, 10210.0, 10212.0, 10170.0, 10215.0, 10152.0, 10180.0, 10203.0, 10150.0, 10176.0, 10216.0, 10174.0, 10189.0, 10187.0, 10169.0, 10171.0, 10150.0, 10149.0, 10181.0, 10173.0, 10189.0, 10193.0, 10175.0, 10178.0, 10159.0, 10170.0, 10181.0, 10209.0, 10196.0, 10160.0, 10213.0, 10210.0, 10180.0, 10198.0, 10255.0, 10210.0, 10188.0, 10203.0, 10205.0, 10205.0, 10175.0, 10212.0, 10241.0, 10188.0, 10207.0, 10205.0, 10192.0, 10195.0, 10155.0, 10189.0, 10191.0, 10199.0, 10189.0, 10159.0, 10216.0, 10222.0, 10185.0, 10203.0, 10247.0, 10199.0, 10216.0, 10233.0, 10202.0, 10235.0, 10191.0, 10208.0, 10209.0, 10201.0, 10174.0, 10214.0, 10178.0, 10222.0, 10182.0, 10193.0, 10224.0, 10188.0, 10171.0, 10224.0, 10191.0, 10183.0, 10166.0, 10184.0, 10150.0, 10209.0, 10203.0, 10179.0, 10215.0, 10257.0, 10209.0, 10198.0, 10167.0, 10204.0, 10206.0, 10198.0, 10196.0, 10217.0, 10216.0, 10199.0, 10201.0, 10216.0, 10276.0, 10218.0, 10208.0, 10214.0, 10199.0, 10194.0, 10240.0, 10211.0, 10222.0, 10266.0, 10271.0, 10233.0, 10266.0, 10253.0, 10284.0, 10257.0, 10207.0, 10202.0, 10240.0, 10185.0, 10217.0, 10224.0, 10199.0, 10183.0, 10101.0, 10179.0, 10239.0, 10171.0, 10194.0, 10111.0, 10132.0, 10168.0, 10108.0, 10157.0, 10171.0, 10211.0, 10124.0, 10140.0, 10140.0, 10182.0, 10151.0, 10152.0, 10150.0, 10165.0, 10161.0, 10114.0, 10168.0, 10103.0, 10112.0, 10175.0, 10123.0, 10141.0, 10109.0, 10127.0, 10148.0, 10127.0, 10143.0, 10108.0, 10142.0, 10123.0, 10159.0, 10170.0, 10156.0, 10157.0, 10136.0, 10157.0, 10203.0, 10171.0, 10185.0, 10110.0, 10161.0, 10127.0, 10186.0, 10154.0, 10208.0, 10202.0, 10243.0, 10256.0, 10190.0, 10214.0, 10163.0, 10137.0, 10167.0, 10154.0, 10132.0, 10107.0, 10139.0, 10161.0, 10127.0, 10136.0, 10212.0, 10155.0, 10182.0, 10136.0, 10155.0, 10174.0, 10147.0, 10171.0, 10192.0, 10160.0, 10186.0, 10159.0, 10161.0, 10193.0, 10155.0, 10152.0, 10191.0, 10151.0, 10176.0, 10158.0, 10170.0, 10205.0, 10168.0, 10172.0, 10155.0, 10159.0, 10196.0, 10166.0, 10173.0, 10179.0, 10198.0, 10220.0, 10159.0, 10177.0, 10212.0, 10166.0, 10208.0, 10154.0, 10170.0, 10204.0, 10136.0, 10162.0, 10195.0, 10161.0, 10169.0, 10200.0, 10153.0, 10199.0, 10149.0, 10182.0, 10197.0, 10159.0, 10155.0, 10186.0, 10174.0, 10185.0, 10156.0, 10169.0, 10201.0, 10154.0, 10173.0, 10185.0, 10164.0, 10228.0, 10199.0, 10212.0, 10160.0, 10192.0, 10203.0, 10162.0, 10193.0, 10216.0, 10182.0, 10230.0, 10198.0, 10206.0, 10213.0, 10163.0, 10214.0, 10155.0, 10164.0, 10223.0, 10157.0, 10180.0, 10137.0, 10154.0, 10155.0, 10124.0, 10154.0, 10207.0, 10138.0, 10174.0, 10149.0, 10162.0, 10188.0, 10140.0, 10156.0, 10135.0, 10157.0, 10196.0, 10149.0, 10177.0, 10193.0, 10171.0, 10181.0, 10136.0, 10156.0, 10219.0, 10147.0, 10162.0, 10139.0, 10172.0, 10159.0, 10133.0, 10154.0, 10177.0, 10154.0, 10157.0, 10169.0, 10152.0, 10176.0, 10123.0, 10173.0, 10186.0, 10133.0, 10164.0, 10196.0, 10177.0, 10193.0, 10157.0, 10177.0, 10199.0, 10171.0, 10197.0, 10200.0, 10185.0, 10197.0, 10199.0, 10199.0, 10228.0, 10162.0, 10221.0, 10178.0, 10199.0, 10220.0, 10154.0, 10183.0, 10234.0, 10186.0, 10227.0, 10240.0, 10181.0, 10180.0, 10155.0, 10194.0, 10161.0, 10226.0, 10200.0, 10227.0, 10217.0, 10241.0, 10226.0, 10230.0, 10276.0, 10193.0, 10195.0, 10232.0, 10161.0, 10180.0, 10224.0, 10184.0, 10199.0, 10167.0, 10157.0, 10168.0, 10149.0, 10134.0, 10206.0, 10158.0, 10197.0, 10170.0, 10161.0, 10177.0, 10148.0, 10159.0, 10137.0, 10174.0, 10189.0, 10172.0, 10179.0, 10199.0, 10177.0, 10160.0, 10165.0, 10167.0, 10210.0, 10180.0, 10162.0, 10215.0, 10179.0, 10178.0, 10183.0, 10162.0, 10214.0, 10159.0, 10166.0, 10182.0, 10167.0, 10182.0, 10190.0, 10223.0, 10176.0, 10183.0, 10230.0, 10163.0, 10186.0, 10277.0, 10226.0, 10228.0, 10187.0, 10154.0, 10184.0, 10219.0, 10200.0, 10202.0, 10222.0, 10136.0, 10059.0, 10175.0, 10190.0, 10256.0, 10195.0, 10211.0, 10177.0, 10168.0, 10116.0, 10175.0, 10130.0, 10137.0, 10190.0, 10143.0, 10152.0, 10114.0, 10084.0, 10110.0, 10080.0, 10103.0, 10116.0, 10121.0, 10117.0, 10119.0, 10138.0, 10146.0, 10143.0, 10118.0, 10141.0, 10110.0, 10138.0, 10143.0, 10143.0, 10150.0, 10172.0, 10149.0, 10162.0, 10161.0, 10153.0, 10130.0, 10148.0, 10147.0, 10131.0, 10149.0, 10202.0, 10163.0, 10166.0, 10130.0, 10140.0, 10160.0, 10130.0, 10147.0, 10187.0, 10146.0, 10148.0, 10111.0, 10145.0, 10137.0, 10144.0, 10148.0, 10184.0, 10146.0, 10144.0, 10126.0, 10144.0, 10155.0, 10146.0, 10151.0, 10136.0, 10165.0, 10159.0, 10139.0, 10164.0, 10158.0, 10166.0, 10153.0, 10151.0, 10169.0, 10143.0, 10160.0, 10171.0, 10191.0, 10152.0, 10167.0, 10146.0, 10169.0, 10163.0, 10165.0, 10171.0, 10191.0, 10168.0, 10179.0, 10176.0, 10173.0, 10179.0, 10173.0, 10174.0, 10141.0, 10170.0, 10193.0, 10184.0, 10163.0, 10178.0, 10170.0, 10183.0, 10153.0, 10158.0, 10203.0, 10170.0, 10199.0, 10145.0, 10148.0, 10159.0, 10128.0, 10147.0, 10200.0, 10159.0, 10149.0, 10140.0, 10143.0, 10143.0, 10123.0, 10142.0, 10156.0, 10121.0, 10134.0, 10182.0, 10147.0, 10134.0, 10123.0, 10144.0, 10142.0, 10141.0, 10149.0, 10157.0, 10165.0, 10154.0, 10150.0, 10184.0, 10129.0, 10193.0, 10178.0, 10193.0, 10216.0, 10215.0, 10189.0, 10202.0, 10134.0, 10150.0, 10201.0, 10124.0, 10145.0, 10144.0, 10149.0, 10160.0, 10160.0, 10151.0, 10176.0, 10152.0, 10138.0, 10184.0, 10164.0, 10164.0, 10172.0, 10190.0, 10150.0, 10179.0, 10167.0, 10179.0, 10178.0, 10166.0, 10185.0, 10188.0, 10163.0, 10168.0, 10159.0, 10151.0, 10170.0, 10150.0, 10177.0, 10144.0, 10147.0, 10123.0, 10160.0, 10157.0, 10137.0, 10142.0, 10179.0, 10140.0, 10148.0, 10140.0, 10144.0, 10151.0, 10138.0, 10142.0, 10124.0, 10147.0, 10169.0, 10153.0, 10151.0, 10095.0, 10160.0, 10160.0, 10144.0, 10143.0, 10189.0, 10165.0, 10165.0, 10146.0, 10164.0, 10160.0, 10143.0, 10151.0, 10160.0, 10112.0, 10140.0, 10121.0, 10161.0, 10145.0, 10185.0, 10187.0, 10208.0, 10232.0, 10255.0, 10242.0, 10173.0, 10175.0, 10208.0, 10187.0, 10206.0, 10136.0, 10152.0, 10161.0, 10128.0, 10155.0, 10202.0, 10169.0, 10187.0, 10153.0, 10192.0, 10168.0, 10168.0, 10178.0, 10185.0, 10194.0, 10161.0, 10189.0, 10189.0, 10168.0, 10173.0, 10169.0, 10173.0, 10193.0, 10166.0, 10171.0, 10193.0, 10172.0, 10196.0, 10170.0, 10169.0, 10186.0, 10190.0, 10194.0, 10185.0, 10176.0, 10195.0, 10185.0, 10183.0, 10123.0, 10168.0, 10179.0, 10162.0, 10168.0, 10187.0, 10162.0, 10162.0, 10144.0, 10149.0, 10181.0, 10149.0, 10175.0, 10142.0, 10147.0, 10134.0, 10147.0, 10186.0, 10183.0, 10144.0, 10135.0, 10120.0, 10148.0, 10168.0, 10216.0, 10200.0, 10186.0, 10198.0, 10207.0, 10231.0, 10219.0, 10175.0, 10233.0, 10114.0, 10206.0, 10186.0, 10175.0, 10185.0, 10105.0, 10142.0, 10072.0, 10084.0, 10151.0, 10103.0, 10120.0, 10072.0, 10063.0, 10096.0, 10059.0, 10074.0, 10072.0, 10052.0, 10097.0, 10095.0, 10096.0, 10095.0, 10091.0, 10126.0, 10107.0, 10118.0, 10121.0, 10114.0, 10118.0, 10129.0, 10144.0, 10147.0, 10154.0, 10175.0, 10168.0, 10168.0, 10151.0, 10160.0, 10174.0, 10166.0, 10156.0, 10204.0, 10148.0, 10173.0, 10182.0, 10161.0, 10199.0, 10167.0, 10175.0, 10204.0, 10166.0, 10159.0, 10193.0, 10172.0, 10190.0, 10173.0, 10157.0, 10211.0, 10169.0, 10159.0, 10204.0, 10170.0, 10185.0, 10190.0, 10160.0, 10176.0, 10145.0, 10190.0, 10203.0, 10258.0, 10192.0, 10205.0, 10199.0, 10170.0, 10197.0, 10166.0, 10153.0, 10186.0, 10158.0, 10163.0, 10151.0, 10144.0, 10171.0, 10129.0, 10134.0, 10182.0, 10147.0, 10146.0, 10124.0, 10169.0, 10171.0, 10147.0, 10151.0, 10130.0, 10149.0, 10158.0, 10145.0, 10135.0, 10145.0, 10149.0, 10163.0, 10145.0, 10151.0, 10171.0, 10142.0, 10133.0, 10167.0, 10144.0, 10149.0, 10116.0, 10147.0, 10157.0, 10143.0, 10151.0, 10155.0, 10146.0, 10154.0, 10145.0, 10151.0, 10163.0, 10125.0, 10152.0, 10149.0, 10125.0, 10172.0, 10129.0, 10091.0, 10107.0, 10162.0, 10195.0, 10171.0, 10208.0, 10226.0, 10236.0, 10202.0, 10206.0, 10218.0, 10179.0, 10219.0, 10141.0, 10181.0, 10257.0, 10186.0, 10211.0, 10195.0, 10192.0, 10221.0, 10129.0, 10187.0, 10146.0, 10148.0, 10148.0, 10152.0, 10191.0, 10111.0, 10196.0, 10159.0, 10130.0, 10177.0, 10131.0, 10148.0, 10170.0, 10138.0, 10188.0, 10141.0, 10177.0, 10110.0, 10136.0, 10137.0, 10125.0, 10173.0, 10156.0, 10186.0, 10199.0, 10174.0, 10202.0, 10212.0, 10200.0, 10200.0, 10202.0, 10148.0, 10133.0, 10186.0, 10129.0, 10149.0, 10210.0, 10156.0, 10189.0, 10132.0, 10148.0, 10199.0, 10158.0, 10186.0, 10185.0, 10191.0, 10172.0, 10155.0, 10167.0, 10144.0, 10188.0, 10127.0, 10208.0, 10182.0, 10180.0, 10148.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.0022878195488721807</td></tr>
<tr><td colspan=3>aqi</td><td>0.027274831578947365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.68371878809973</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.229933634327374</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0155096206867338</td></tr>
<tr><td colspan=3>efc</td><td>0.4833</td></tr>
<tr><td colspan=3>fber</td><td>5398.4702</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09251359170909022</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.364661654135338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2806369141328755</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.267437855030978</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4281988511981374</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.146274036169511</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011536051519215107</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030066998675465584</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.24024286735067</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>22.316</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.323</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.1172</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>939.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.4079</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.094</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.3654</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.4587</td></tr>
<tr><td colspan=3>tsnr</td><td>35.9010328729637</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>