ds005256-mriqc/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 2e786f25c2 [DATALAD RUNCMD] Compute MRIQC for sub-0100
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0100 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0100",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:27:34 +02:00

616 lines
No EOL
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-0100_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>952ac98160639d599528b48ef4c85194</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:45:34.572500</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.99971, 0.0213447, -0.0111396, -0.0230357, 0.982529, -0.184679]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124933</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7769, -7233, 98, -149, -54, 54, 64]</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>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a1bb8fdf-1fe8-4d9b-9747-213153408a46||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.6821491718292236, -0.06180316209793091, -0.01890825480222702, 112.98595428466797], [-0.05726630240678787, 2.6360533237457275, -0.49918144941329956, -86.59651947021484], [-0.029886726289987564, 0.49548012018203735, 2.6533865928649902, -95.28754425048828], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['144534.572500', '144535.032500', '144535.492500', '144535.952500', '144536.412500', '144536.872500', '144537.332500', '144537.792500', '144538.252500', '144538.712500', '144539.172500', '144539.632500', '144540.092500', '144540.552500', '144541.012500', '144541.472500', '144541.932500', '144542.392500', '144542.852500', '144543.312500', '144543.772500', '144544.232500', '144544.692500', '144545.152500', '144545.612500', '144546.072500', '144546.532500', '144546.992500', '144547.452500', '144547.912500', '144548.372500', '144548.832500', '144549.292500', '144549.752500', '144550.212500', '144550.672500', '144551.132500', '144551.592500', '144552.052500', '144552.512500', '144552.972500', '144553.432500', '144553.892500', '144554.352500', '144554.812500', '144555.272500', '144555.732500', '144556.192500', '144556.652500', '144557.112500', '144557.572500', '144558.032500', '144558.492500', '144558.952500', '144559.412500', '144559.872500', '144600.332500', '144600.792500', '144601.252500', '144601.712500', '144602.172500', '144602.632500', '144603.092500', '144603.552500', '144604.012500', '144604.472500', '144604.932500', '144605.392500', '144605.852500', '144606.312500', '144606.772500', '144607.232500', '144607.692500', '144608.152500', '144608.612500', '144609.072500', '144609.532500', '144609.992500', '144610.452500', '144610.912500', '144611.372500', '144611.832500', '144612.292500', '144612.752500', '144613.212500', '144613.672500', '144614.132500', '144614.592500', '144615.052500', '144615.512500', '144615.972500', '144616.432500', '144616.892500', '144617.352500', '144617.812500', '144618.272500', '144618.732500', '144619.192500', '144619.652500', '144620.112500', '144620.572500', '144621.032500', '144621.492500', '144621.952500', '144622.412500', '144622.872500', '144623.332500', '144623.792500', '144624.252500', '144624.712500', '144625.172500', '144625.632500', '144626.092500', '144626.552500', '144627.012500', '144627.472500', '144627.932500', '144628.392500', '144628.852500', '144629.312500', '144629.772500', '144630.232500', '144630.692500', '144631.152500', '144631.612500', '144632.072500', '144632.532500', '144632.992500', '144633.452500', '144633.912500', '144634.372500', '144634.832500', '144635.292500', '144635.752500', '144636.212500', '144636.672500', '144637.132500', '144637.592500', '144638.052500', '144638.512500', '144638.972500', '144639.432500', '144639.892500', '144640.352500', '144640.812500', '144641.272500', '144641.732500', '144642.192500', '144642.652500', '144643.112500', '144643.572500', '144644.032500', '144644.492500', '144644.952500', '144645.412500', '144645.872500', '144646.332500', '144646.792500', '144647.252500', '144647.712500', '144648.172500', '144648.632500', '144649.092500', '144649.552500', '144650.012500', '144650.472500', '144650.932500', '144651.392500', '144651.852500', '144652.312500', '144652.772500', '144653.232500', '144653.692500', '144654.152500', '144654.612500', '144655.072500', '144655.532500', '144655.992500', '144656.452500', '144656.912500', '144657.372500', '144657.832500', '144658.292500', '144658.752500', '144659.212500', '144659.672500', '144700.132500', '144700.592500', '144701.052500', '144701.512500', '144701.972500', '144702.432500', '144702.892500', '144703.352500', '144703.812500', '144704.272500', '144704.732500', '144705.192500', '144705.652500', '144706.112500', '144706.572500', '144707.032500', '144707.492500', '144707.952500', '144708.412500', '144708.872500', '144709.332500', '144709.792500', '144710.252500', '144710.712500', '144711.172500', '144711.632500', '144712.092500', '144712.552500', '144713.012500', '144713.472500', '144713.932500', '144714.392500', '144714.852500', '144715.312500', '144715.772500', '144716.232500', '144716.692500', '144717.152500', '144717.612500', '144718.072500', '144718.532500', '144718.992500', '144719.452500', '144719.912500', '144720.372500', '144720.832500', '144721.292500', '144721.752500', '144722.212500', '144722.672500', '144723.132500', '144723.592500', '144724.052500', '144724.512500', '144724.972500', '144725.432500', '144725.892500', '144726.352500', '144726.812500', '144727.272500', '144727.732500', '144728.192500', '144728.652500', '144729.112500', '144729.572500', '144730.032500', '144730.492500', '144730.952500', '144731.412500', '144731.872500', '144732.332500', '144732.792500', '144733.252500', '144733.712500', '144734.172500', '144734.632500', '144735.092500', '144735.552500', '144736.012500', '144736.472500', '144736.932500', '144737.392500', '144737.852500', '144738.312500', '144738.772500', '144739.232500', '144739.692500', '144740.152500', '144740.612500', '144741.072500', '144741.532500', '144741.992500', '144742.452500', '144742.912500', '144743.372500', '144743.832500', '144744.292500', '144744.752500', '144745.212500', '144745.672500', '144746.132500', '144746.592500', '144747.052500', '144747.512500', '144747.972500', '144748.432500', '144748.892500', '144749.352500', '144749.812500', '144750.272500', '144750.732500', '144751.192500', '144751.652500', '144752.112500', '144752.572500', '144753.032500', '144753.492500', '144753.952500', '144754.412500', '144754.872500', '144755.332500', '144755.792500', '144756.252500', '144756.712500', '144757.172500', '144757.632500', '144758.092500', '144758.552500', '144759.012500', '144759.472500', '144759.932500', '144800.392500', '144800.852500', '144801.312500', '144801.772500', '144802.232500', '144802.692500', '144803.152500', '144803.612500', '144804.072500', '144804.532500', '144804.992500', '144805.452500', '144805.912500', '144806.372500', '144806.832500', '144807.292500', '144807.752500', '144808.212500', '144808.672500', '144809.132500', '144809.592500', '144810.052500', '144810.512500', '144810.972500', '144811.432500', '144811.892500', '144812.352500', '144812.812500', '144813.272500', '144813.732500', '144814.192500', '144814.652500', '144815.112500', '144815.572500', '144816.032500', '144816.492500', '144816.952500', '144817.412500', '144817.872500', '144818.332500', '144818.792500', '144819.252500', '144819.712500', '144820.172500', '144820.632500', '144821.092500', '144821.552500', '144822.012500', '144822.472500', '144822.932500', '144823.392500', '144823.852500', '144824.312500', '144824.772500', '144825.232500', '144825.692500', '144826.152500', '144826.612500', '144827.072500', '144827.532500', '144827.992500', '144828.452500', '144828.912500', '144829.372500', '144829.832500', '144830.292500', '144830.752500', '144831.212500', '144831.672500', '144832.132500', '144832.592500', '144833.052500', '144833.512500', '144833.972500', '144834.432500', '144834.892500', '144835.352500', '144835.812500', '144836.272500', '144836.732500', '144837.192500', '144837.652500', '144838.112500', '144838.572500', '144839.032500', '144839.492500', '144839.952500', '144840.412500', '144840.872500', '144841.332500', '144841.792500', '144842.252500', '144842.712500', '144843.172500', '144843.632500', '144844.092500', '144844.552500', '144845.012500', '144845.472500', '144845.932500', '144846.392500', '144846.852500', '144847.312500', '144847.772500', '144848.232500', '144848.692500', '144849.152500', '144849.612500', '144850.072500', '144850.532500', '144850.992500', '144851.452500', '144851.912500', '144852.372500', '144852.832500', '144853.292500', '144853.752500', '144854.212500', '144854.672500', '144855.132500', '144855.592500', '144856.052500', '144856.512500', '144856.972500', '144857.432500', '144857.892500', '144858.352500', '144858.812500', '144859.272500', '144859.732500', '144900.192500', '144900.652500', '144901.112500', '144901.572500', '144902.032500', '144902.492500', '144902.952500', '144903.412500', '144903.872500', '144904.332500', '144904.792500', '144905.252500', '144905.712500', '144906.172500', '144906.632500', '144907.092500', '144907.552500', '144908.012500', '144908.472500', '144908.932500', '144909.392500', '144909.852500', '144910.312500', '144910.772500', '144911.232500', '144911.692500', '144912.152500', '144912.612500', '144913.072500', '144913.532500', '144913.992500', '144914.452500', '144914.912500', '144915.372500', '144915.832500', '144916.292500', '144916.752500', '144917.212500', '144917.672500', '144918.132500', '144918.592500', '144919.052500', '144919.512500', '144919.972500', '144920.432500', '144920.892500', '144921.352500', '144921.812500', '144922.272500', '144922.732500', '144923.192500', '144923.652500', '144924.112500', '144924.572500', '144925.032500', '144925.492500', '144925.952500', '144926.412500', '144926.872500', '144927.332500', '144927.792500', '144928.252500', '144928.712500', '144929.172500', '144929.632500', '144930.092500', '144930.552500', '144931.012500', '144931.472500', '144931.932500', '144932.392500', '144932.852500', '144933.312500', '144933.772500', '144934.232500', '144934.692500', '144935.152500', '144935.612500', '144936.072500', '144936.532500', '144936.992500', '144937.452500', '144937.912500', '144938.372500', '144938.832500', '144939.292500', '144939.752500', '144940.212500', '144940.672500', '144941.132500', '144941.592500', '144942.052500', '144942.512500', '144942.972500', '144943.432500', '144943.892500', '144944.352500', '144944.812500', '144945.272500', '144945.732500', '144946.192500', '144946.652500', '144947.112500', '144947.572500', '144948.032500', '144948.492500', '144948.952500', '144949.412500', '144949.872500', '144950.332500', '144950.792500', '144951.252500', '144951.712500', '144952.172500', '144952.632500', '144953.092500', '144953.552500', '144954.012500', '144954.472500', '144954.932500', '144955.392500', '144955.852500', '144956.312500', '144956.772500', '144957.232500', '144957.692500', '144958.152500', '144958.612500', '144959.072500', '144959.532500', '144959.992500', '145000.452500', '145000.912500', '145001.372500', '145001.832500', '145002.292500', '145002.752500', '145003.212500', '145003.672500', '145004.132500', '145004.592500', '145005.052500', '145005.512500', '145005.972500', '145006.432500', '145006.892500', '145007.352500', '145007.812500', '145008.272500', '145008.732500', '145009.192500', '145009.652500', '145010.112500', '145010.572500', '145011.032500', '145011.492500', '145011.952500', '145012.412500', '145012.872500', '145013.332500', '145013.792500', '145014.252500', '145014.712500', '145015.172500', '145015.632500', '145016.092500', '145016.552500', '145017.012500', '145017.472500', '145017.932500', '145018.392500', '145018.852500', '145019.312500', '145019.772500', '145020.232500', '145020.692500', '145021.152500', '145021.612500', '145022.072500', '145022.532500', '145022.992500', '145023.452500', '145023.912500', '145024.372500', '145024.832500', '145025.292500', '145025.752500', '145026.212500', '145026.672500', '145027.132500', '145027.592500', '145028.052500', '145028.512500', '145028.972500', '145029.432500', '145029.892500', '145030.352500', '145030.812500', '145031.272500', '145031.732500', '145032.192500', '145032.652500', '145033.112500', '145033.572500', '145034.032500', '145034.492500', '145034.952500', '145035.412500', '145035.872500', '145036.332500', '145036.792500', '145037.252500', '145037.712500', '145038.172500', '145038.632500', '145039.092500', '145039.552500', '145040.012500', '145040.472500', '145040.932500', '145041.392500', '145041.852500', '145042.312500', '145042.772500', '145043.232500', '145043.692500', '145044.152500', '145044.612500', '145045.072500', '145045.532500', '145045.992500', '145046.452500', '145046.912500', '145047.372500', '145047.832500', '145048.292500', '145048.752500', '145049.212500', '145049.672500', '145050.132500', '145050.592500', '145051.052500', '145051.512500', '145051.972500', '145052.432500', '145052.892500', '145053.352500', '145053.812500', '145054.272500', '145054.732500', '145055.192500', '145055.652500', '145056.112500', '145056.572500', '145057.032500', '145057.492500', '145057.952500', '145058.412500', '145058.872500', '145059.332500', '145059.792500', '145100.252500', '145100.712500', '145101.172500', '145101.632500', '145102.092500', '145102.552500', '145103.012500', '145103.472500', '145103.932500', '145104.392500', '145104.852500', '145105.312500', '145105.772500', '145106.232500', '145106.692500', '145107.152500', '145107.612500', '145108.072500', '145108.532500', '145108.992500', '145109.452500', '145109.912500', '145110.372500', '145110.832500', '145111.292500', '145111.752500', '145112.212500', '145112.672500', '145113.132500', '145113.592500', '145114.052500', '145114.512500', '145114.972500', '145115.432500', '145115.892500', '145116.352500', '145116.812500', '145117.272500', '145117.732500', '145118.192500', '145118.652500', '145119.112500', '145119.572500', '145120.032500', '145120.492500', '145120.952500', '145121.412500', '145121.872500', '145122.332500', '145122.792500', '145123.252500', '145123.712500', '145124.172500', '145124.632500', '145125.092500', '145125.552500', '145126.012500', '145126.472500', '145126.932500', '145127.392500', '145127.852500', '145128.312500', '145128.772500', '145129.232500', '145129.692500', '145130.152500', '145130.612500', '145131.072500', '145131.532500', '145131.992500', '145132.452500', '145132.912500', '145133.372500', '145133.832500', '145134.292500', '145134.752500', '145135.212500', '145135.672500', '145136.132500', '145136.592500', '145137.052500', '145137.512500', '145137.972500', '145138.432500', '145138.892500', '145139.352500', '145139.812500', '145140.272500', '145140.732500', '145141.192500', '145141.652500', '145142.112500', '145142.572500', '145143.032500', '145143.492500', '145143.952500', '145144.412500', '145144.872500', '145145.332500', '145145.792500', '145146.252500', '145146.712500', '145147.172500', '145147.632500', '145148.092500', '145148.552500', '145149.012500', '145149.472500', '145149.932500', '145150.392500', '145150.852500', '145151.312500', '145151.772500', '145152.232500', '145152.692500', '145153.152500', '145153.612500', '145154.072500', '145154.532500', '145154.992500', '145155.452500', '145155.912500', '145156.372500', '145156.832500', '145157.292500', '145157.752500', '145158.212500', '145158.672500', '145159.132500', '145159.592500', '145200.052500', '145200.512500', '145200.972500', '145201.432500', '145201.892500', '145202.352500', '145202.812500', '145203.272500', '145203.732500', '145204.192500', '145204.652500', '145205.112500', '145205.572500', '145206.032500', '145206.492500', '145206.952500', '145207.412500', '145207.872500', '145208.332500', '145208.792500', '145209.252500', '145209.712500', '145210.172500', '145210.632500', '145211.092500', '145211.552500', '145212.012500', '145212.472500', '145212.932500', '145213.392500', '145213.852500', '145214.312500', '145214.772500', '145215.232500', '145215.692500', '145216.152500', '145216.612500', '145217.072500', '145217.532500', '145217.992500', '145218.452500', '145218.912500', '145219.372500', '145219.832500', '145220.292500', '145220.752500', '145221.212500', '145221.672500', '145222.132500', '145222.592500', '145223.052500', '145223.512500', '145223.972500', '145224.432500', '145224.892500', '145225.352500', '145225.812500', '145226.272500', '145226.732500', '145227.192500', '145227.652500', '145228.112500', '145228.572500', '145229.032500', '145229.492500', '145229.952500', '145230.412500', '145230.872500', '145231.332500', '145231.792500', '145232.252500', '145232.712500', '145233.172500', '145233.632500', '145234.092500', '145234.552500', '145235.012500', '145235.472500', '145235.932500', '145236.392500', '145236.852500', '145237.312500', '145237.772500', '145238.232500', '145238.692500', '145239.152500', '145239.612500', '145240.072500', '145240.532500', '145240.992500', '145241.452500', '145241.912500', '145242.372500', '145242.832500', '145243.292500', '145243.752500', '145244.212500', '145244.672500', '145245.132500', '145245.592500', '145246.052500', '145246.512500', '145246.972500', '145247.432500', '145247.892500', '145248.352500', '145248.812500', '145249.272500', '145249.732500', '145250.192500', '145250.652500', '145251.112500', '145251.572500', '145252.032500', '145252.492500', '145252.952500', '145253.412500', '145253.872500', '145254.332500', '145254.792500', '145255.252500', '145255.712500', '145256.172500', '145256.632500', '145257.092500', '145257.552500', '145258.012500', '145258.472500', '145258.932500', '145259.392500', '145259.852500', '145300.312500', '145300.772500', '145301.232500', '145301.692500', '145302.152500', '145302.612500', '145303.072500', '145303.532500', '145303.992500', '145304.452500', '145304.912500', '145305.372500', '145305.832500', '145306.292500', '145306.752500', '145307.212500', '145307.672500', '145308.132500', '145308.592500', '145309.052500', '145309.512500', '145309.972500', '145310.432500', '145310.892500', '145311.352500', '145311.812500', '145312.272500', '145312.732500', '145313.192500', '145313.652500', '145314.112500', '145314.572500', '145315.032500', '145315.492500', '145315.952500', '145316.412500', '145316.872500', '145317.332500', '145317.792500', '145318.252500', '145318.712500', '145319.172500', '145319.632500', '145320.092500', '145320.552500', '145321.012500', '145321.472500', '145321.932500', '145322.392500', '145322.852500', '145323.312500', '145323.772500', '145324.232500', '145324.692500', '145325.152500', '145325.612500', '145326.072500', '145326.532500', '145326.992500', '145327.452500', '145327.912500', '145328.372500', '145328.832500', '145329.292500', '145329.752500', '145330.212500', '145330.672500', '145331.132500', '145331.592500', '145332.052500', '145332.512500', '145332.972500', '145333.432500', '145333.892500', '145334.352500', '145334.812500', '145335.272500', '145335.732500', '145336.192500', '145336.652500', '145337.112500', '145337.572500', '145338.032500', '145338.492500', '145338.952500', '145339.412500', '145339.872500', '145340.332500', '145340.792500', '145341.252500', '145341.712500', '145342.172500', '145342.632500', '145343.092500', '145343.552500', '145344.012500', '145344.472500', '145344.932500', '145345.392500', '145345.852500', '145346.312500', '145346.772500', '145347.232500', '145347.692500'], 'ContentTime': ['144600.690000', '144600.694000', '144600.697000', '144600.701000', '144600.703000', '144600.706000', '144600.709000', '144600.711000', '144600.714000', '144600.716000', '144600.719000', '144600.722000', '144600.724000', '144600.727000', '144600.729000', '144600.732000', '144600.735000', '144600.738000', '144600.740000', '144600.743000', '144600.745000', '144600.748000', '144600.750000', '144600.753000', '144600.756000', '144600.758000', '144600.761000', '144600.768000', '144600.771000', '144600.773000', '144600.776000', '144600.778000', '144600.781000', '144600.784000', '144600.786000', '144600.789000', '144600.792000', '144600.794000', '144600.797000', '144600.800000', '144600.802000', '144600.805000', '144600.807000', '144600.810000', '144600.813000', '144600.815000', '144600.818000', '144600.820000', '144600.823000', '144600.825000', '144600.828000', '144600.831000', '144600.833000', '144600.836000', '144620.651000', '144620.661000', '144620.664000', '144620.667000', '144620.669000', '144620.672000', '144620.675000', '144620.677000', '144620.680000', '144620.682000', '144620.685000', '144620.688000', '144620.690000', '144620.694000', '144620.697000', '144620.700000', '144620.702000', '144620.705000', '144620.707000', '144620.710000', '144620.713000', '144620.715000', '144620.718000', '144620.721000', '144620.723000', '144620.726000', '144620.728000', '144620.731000', '144620.734000', '144620.736000', '144620.739000', '144620.742000', '144620.744000', '144620.747000', '144620.749000', '144620.752000', '144620.754000', '144620.757000', '144620.760000', '144620.762000', '144620.765000', '144620.767000', '144620.770000', '144620.773000', '144640.652000', '144640.654000', '144640.657000', '144640.660000', '144640.662000', '144640.665000', '144640.668000', '144640.670000', '144640.673000', '144640.675000', '144640.678000', '144640.681000', '144640.683000', '144640.686000', '144640.689000', '144640.691000', '144640.694000', '144640.705000', '144640.708000', '144640.710000', '144640.713000', '144640.716000', '144640.718000', '144640.721000', '144640.725000', '144640.727000', '144640.730000', '144640.733000', '144640.736000', '144640.738000', '144640.742000', '144640.745000', '144640.747000', '144640.750000', '144640.753000', '144640.755000', '144640.758000', '144640.760000', '144640.763000', '144640.766000', '144640.769000', '144640.771000', '144640.774000', '144700.652000', '144700.655000', '144700.658000', '144700.660000', '144700.663000', '144700.665000', '144700.668000', '144700.671000', '144700.673000', '144700.676000', '144700.679000', '144700.681000', '144700.684000', '144700.687000', '144700.696000', '144700.699000', '144700.701000', '144700.704000', '144700.707000', '144700.710000', '144700.712000', '144700.715000', '144700.718000', '144700.720000', '144700.723000', '144700.725000', '144700.728000', '144700.731000', '144700.733000', '144700.736000', '144700.739000', '144700.741000', '144700.744000', '144700.746000', '144700.749000', '144700.752000', '144700.754000', '144700.757000', '144700.760000', '144700.762000', '144700.765000', '144700.768000', '144700.770000', '144700.773000', '144720.653000', '144720.660000', '144720.662000', '144720.665000', '144720.668000', '144720.670000', '144720.673000', '144720.676000', '144720.678000', '144720.681000', '144720.683000', '144720.686000', '144720.689000', '144720.692000', '144720.694000', '144720.697000', '144720.699000', '144720.702000', '144720.705000', '144720.707000', '144720.710000', '144720.713000', '144720.715000', '144720.718000', '144720.720000', '144720.723000', '144720.726000', '144720.728000', '144720.731000', '144720.734000', '144720.736000', '144720.739000', '144720.741000', '144720.744000', '144720.747000', '144720.749000', '144720.752000', '144720.754000', '144720.757000', '144720.760000', '144720.762000', '144720.765000', '144720.767000', '144740.652000', '144740.655000', '144740.658000', '144740.660000', '144740.664000', '144740.666000', '144740.669000', '144740.672000', '144740.674000', '144740.677000', '144740.679000', '144740.682000', '144740.685000', '144740.688000', '144740.690000', '144740.693000', '144740.696000', '144740.698000', '144740.701000', '144740.703000', '144740.706000', '144740.709000', '144740.711000', '144740.714000', '144740.717000', '144740.719000', '144740.722000', '144740.725000', '144740.727000', '144740.730000', '144740.733000', '144740.735000', '144740.738000', '144740.740000', '144740.743000', '144740.746000', '144740.748000', '144740.751000', '144740.756000', '144740.758000', '144740.786000', '144740.789000', '144740.791000', '144740.794000', '144800.651000', '144800.654000', '144800.657000', '144800.660000', '144800.662000', '144800.665000', '144800.668000', '144800.670000', '144800.673000', '144800.675000', '144800.678000', '144800.681000', '144800.683000', '144800.686000', '144800.689000', '144800.691000', '144800.694000', '144800.697000', '144800.699000', '144800.702000', '144800.704000', '144800.707000', '144800.710000', '144800.712000', '144800.715000', '144800.718000', '144800.720000', '144800.723000', '144800.725000', '144800.728000', '144800.731000', '144800.733000', '144800.736000', '144800.738000', '144800.741000', '144800.744000', '144800.746000', '144800.749000', '144800.752000', '144800.755000', '144800.757000', '144800.760000', '144800.762000', '144820.652000', '144820.654000', '144820.657000', '144820.660000', '144820.662000', '144820.665000', '144820.668000', '144820.670000', '144820.673000', '144820.676000', '144820.678000', '144820.681000', '144820.684000', '144820.686000', '144820.689000', '144820.692000', '144820.694000', '144820.697000', '144820.699000', '144820.702000', '144820.705000', '144820.707000', '144820.710000', '144820.713000', '144820.715000', '144820.718000', '144820.721000', '144820.723000', '144820.726000', '144820.729000', '144820.731000', '144820.734000', '144820.736000', '144820.739000', '144820.742000', '144820.744000', '144820.747000', '144820.749000', '144820.752000', '144820.755000', '144820.758000', '144820.760000', '144820.763000', '144820.766000', '144840.651000', '144840.655000', '144840.657000', '144840.660000', '144840.662000', '144840.665000', '144840.668000', '144840.670000', '144840.673000', '144840.676000', '144840.678000', '144840.681000', '144840.684000', '144840.686000', '144840.689000', '144840.692000', '144840.694000', '144840.697000', '144840.700000', '144840.702000', '144840.705000', '144840.707000', '144840.710000', '144840.713000', '144840.715000', '144840.718000', '144840.721000', '144840.723000', '144840.726000', '144840.729000', '144840.731000', '144840.734000', '144840.736000', '144840.739000', '144840.742000', '144840.744000', '144840.747000', '144840.750000', '144840.752000', '144840.755000', '144840.757000', '144840.760000', '144840.763000', '144900.651000', '144900.654000', '144900.657000', '144900.660000', '144900.662000', '144900.665000', '144900.668000', '144900.670000', '144900.673000', '144900.676000', '144900.678000', '144900.681000', '144900.684000', '144900.686000', '144900.689000', '144900.692000', '144900.694000', '144900.697000', '144900.699000', '144900.702000', '144900.705000', '144900.707000', '144900.710000', '144900.713000', '144900.715000', '144900.718000', '144900.721000', '144900.723000', '144900.726000', '144900.728000', '144900.731000', '144900.734000', '144900.736000', '144900.739000', '144900.742000', '144900.744000', '144900.747000', '144900.750000', '144900.753000', '144900.755000', '144900.758000', '144900.760000', '144900.763000', '144900.766000', '144920.652000', '144920.654000', '144920.657000', '144920.660000', '144920.663000', '144920.665000', '144920.668000', '144920.670000', '144920.673000', '144920.676000', '144920.678000', '144920.681000', '144920.684000', '144920.686000', '144920.689000', '144920.691000', '144920.694000', '144920.697000', '144920.699000', '144920.702000', '144920.705000', '144920.707000', '144920.710000', '144920.713000', '144920.715000', '144920.718000', '144920.721000', '144920.723000', '144920.726000', '144920.728000', '144920.731000', '144920.734000', '144920.736000', '144920.739000', '144920.741000', '144920.772000', '144920.775000', '144920.778000', '144920.780000', '144920.783000', '144920.786000', '144920.789000', '144920.792000', '144940.653000', '144940.656000', '144940.658000', '144940.661000', '144940.664000', '144940.666000', '144940.669000', '144940.672000', '144940.674000', '144940.677000', '144940.680000', '144940.682000', '144940.685000', '144940.688000', '144940.690000', '144940.693000', '144940.695000', '144940.698000', '144940.701000', '144940.703000', '144940.706000', '144940.709000', '144940.711000', '144940.714000', '144940.716000', '144940.719000', '144940.722000', '144940.724000', '144940.727000', '144940.730000', '144940.732000', '144940.735000', '144940.737000', '144940.740000', '144940.743000', '144940.746000', '144940.748000', '144940.751000', '144940.753000', '144940.756000', '144940.759000', '144940.761000', '144940.764000', '144940.766000', '145000.653000', '145000.655000', '145000.658000', '145000.661000', '145000.663000', '145000.666000', '145000.669000', '145000.672000', '145000.674000', '145000.677000', '145000.679000', '145000.682000', '145000.685000', '145000.687000', '145000.690000', '145000.693000', '145000.695000', '145000.698000', '145000.700000', '145000.703000', '145000.706000', '145000.708000', '145000.711000', '145000.713000', '145000.716000', '145000.719000', '145000.721000', '145000.724000', '145000.726000', '145000.729000', '145000.732000', '145000.734000', '145000.737000', '145000.740000', '145000.742000', '145000.745000', '145000.747000', '145000.750000', '145000.753000', '145000.755000', '145000.758000', '145000.761000', '145000.763000', '145020.651000', '145020.654000', '145020.657000', '145020.660000', '145020.662000', '145020.665000', '145020.668000', '145020.670000', '145020.673000', '145020.676000', '145020.679000', '145020.681000', '145020.684000', '145020.686000', '145020.689000', '145020.692000', '145020.694000', '145020.697000', '145020.700000', '145020.702000', '145020.705000', '145020.708000', '145020.711000', '145020.713000', '145020.716000', '145020.719000', '145020.721000', '145020.724000', '145020.726000', '145020.729000', '145020.732000', '145020.734000', '145020.737000', '145020.740000', '145020.742000', '145020.745000', '145020.748000', '145020.750000', '145020.753000', '145020.755000', '145020.758000', '145020.761000', '145020.763000', '145020.766000', '145040.652000', '145040.654000', '145040.657000', '145040.660000', '145040.663000', '145040.665000', '145040.668000', '145040.671000', '145040.673000', '145040.676000', '145040.678000', '145040.681000', '145040.684000', '145040.686000', '145040.689000', '145040.692000', '145040.694000', '145040.697000', '145040.700000', '145040.702000', '145040.705000', '145040.707000', '145040.710000', '145040.713000', '145040.715000', '145040.718000', '145040.721000', '145040.723000', '145040.726000', '145040.728000', '145040.731000', '145040.734000', '145040.736000', '145040.739000', '145040.742000', '145040.744000', '145040.747000', '145040.749000', '145040.752000', '145040.755000', '145040.757000', '145040.760000', '145040.763000', '145100.651000', '145100.655000', '145100.657000', '145100.671000', '145100.674000', '145100.676000', '145100.679000', '145100.682000', '145100.684000', '145100.687000', '145100.690000', '145100.692000', '145100.695000', '145100.697000', '145100.700000', '145100.703000', '145100.705000', '145100.708000', '145100.711000', '145100.713000', '145100.716000', '145100.719000', '145100.721000', '145100.724000', '145100.727000', '145100.730000', '145100.732000', '145100.735000', '145100.739000', '145100.742000', '145100.744000', '145100.747000', '145100.750000', '145100.752000', '145100.755000', '145100.758000', '145100.760000', '145100.763000', '145100.765000', '145100.768000', '145100.771000', '145100.773000', '145100.776000', '145120.652000', '145120.654000', '145120.657000', '145120.660000', '145120.663000', '145120.665000', '145120.668000', '145120.671000', '145120.673000', '145120.676000', '145120.679000', '145120.681000', '145120.684000', '145120.687000', '145120.689000', '145120.692000', '145120.694000', '145120.699000', '145120.702000', '145120.704000', '145120.707000', '145120.710000', '145120.713000', '145120.715000', '145120.718000', '145120.720000', '145120.723000', '145120.726000', '145120.728000', '145120.731000', '145120.734000', '145120.737000', '145120.739000', '145120.742000', '145120.744000', '145120.747000', '145120.750000', '145120.753000', '145120.755000', '145120.758000', '145120.760000', '145120.763000', '145120.766000', '145120.769000', '145140.651000', '145140.654000', '145140.657000', '145140.660000', '145140.664000', '145140.666000', '145140.669000', '145140.672000', '145140.674000', '145140.677000', '145140.680000', '145140.682000', '145140.685000', '145140.687000', '145140.690000', '145140.693000', '145140.696000', '145140.698000', '145140.701000', '145140.704000', '145140.706000', '145140.709000', '145140.712000', '145140.714000', '145140.717000', '145140.720000', '145140.723000', '145140.725000', '145140.728000', '145140.730000', '145140.733000', '145140.736000', '145140.738000', '145140.741000', '145140.744000', '145140.746000', '145140.749000', '145140.751000', '145140.754000', '145140.757000', '145140.759000', '145140.762000', '145140.765000', '145140.767000', '145200.652000', '145200.655000', '145200.658000', '145200.660000', '145200.663000', '145200.666000', '145200.669000', '145200.671000', '145200.674000', '145200.677000', '145200.679000', '145200.682000', '145200.684000', '145200.687000', '145200.690000', '145200.692000', '145200.695000', '145200.698000', '145200.700000', '145200.703000', '145200.705000', '145200.708000', '145200.711000', '145200.713000', '145200.716000', '145200.718000', '145200.721000', '145200.724000', '145200.726000', '145200.729000', '145200.732000', '145200.734000', '145200.737000', '145200.740000', '145200.742000', '145200.745000', '145200.747000', '145200.750000', '145200.753000', '145200.755000', '145200.758000', '145200.761000', '145200.763000', '145220.652000', '145220.655000', '145220.658000', '145220.661000', '145220.663000', '145220.666000', '145220.668000', '145220.671000', '145220.674000', '145220.676000', '145220.679000', '145220.682000', '145220.685000', '145220.687000', '145220.706000', '145220.709000', '145220.711000', '145220.714000', '145220.717000', '145220.719000', '145220.722000', '145220.725000', '145220.727000', '145220.730000', '145220.732000', '145220.735000', '145220.738000', '145220.741000', '145220.743000', '145220.746000', '145220.749000', '145220.751000', '145220.754000', '145220.756000', '145220.759000', '145220.762000', '145220.764000', '145220.767000', '145220.770000', '145220.772000', '145220.775000', '145220.778000', '145220.780000', '145240.652000', '145240.654000', '145240.657000', '145240.660000', '145240.662000', '145240.665000', '145240.668000', '145240.670000', '145240.673000', '145240.676000', '145240.678000', '145240.681000', '145240.684000', '145240.686000', '145240.689000', '145240.691000', '145240.694000', '145240.697000', '145240.699000', '145240.702000', '145240.704000', '145240.707000', '145240.710000', '145240.712000', '145240.715000', '145240.718000', '145240.720000', '145240.723000', '145240.726000', '145240.728000', '145240.731000', '145240.733000', '145240.736000', '145240.739000', '145240.741000', '145240.744000', '145240.747000', '145240.749000', '145240.752000', '145240.754000', '145240.757000', '145240.760000', '145240.762000', '145240.765000', '145300.652000', '145300.654000', '145300.657000', '145300.660000', '145300.663000', '145300.666000', '145300.669000', '145300.672000', '145300.675000', '145300.678000', '145300.680000', '145300.683000', '145300.686000', '145300.688000', '145300.691000', '145300.693000', '145300.696000', '145300.699000', '145300.702000', '145300.705000', '145300.708000', '145300.711000', '145300.713000', '145300.716000', '145300.719000', '145300.721000', '145300.724000', '145300.727000', '145300.729000', '145300.732000', '145300.735000', '145300.737000', '145300.740000', '145300.742000', '145300.745000', '145300.748000', '145300.750000', '145300.753000', '145300.756000', '145300.758000', '145300.761000', '145300.764000', '145300.766000', '145320.652000', '145320.658000', '145320.661000', '145320.664000', '145320.666000', '145320.669000', '145320.672000', '145320.675000', '145320.677000', '145320.680000', '145320.683000', '145320.685000', '145320.688000', '145320.691000', '145320.693000', '145320.696000', '145320.699000', '145320.701000', '145320.704000', '145320.707000', '145320.709000', '145320.712000', '145320.715000', '145320.717000', '145320.720000', '145320.723000', '145320.725000', '145320.728000', '145320.731000', '145320.733000', '145320.736000', '145320.738000', '145320.741000', '145320.744000', '145320.746000', '145320.749000', '145320.751000', '145320.754000', '145320.757000', '145320.759000', '145320.762000', '145320.765000', '145320.767000', '145340.652000', '145340.654000', '145340.657000', '145340.660000', '145340.662000', '145340.665000', '145340.667000', '145340.670000', '145340.673000', '145340.675000', '145340.678000', '145340.695000', '145340.704000', '145340.706000', '145340.709000', '145340.712000', '145340.715000', '145340.717000', '145340.720000', '145340.722000', '145340.725000', '145340.728000', '145340.730000', '145340.733000', '145340.735000', '145340.738000', '145340.741000', '145340.743000', '145340.746000', '145340.749000', '145340.751000', '145340.754000', '145340.757000', '145340.759000', '145340.762000', '145340.764000', '145340.767000', '145340.770000', '145340.772000', '145340.775000', '145340.778000', '145340.780000', '145340.783000', '145340.785000', '145348.959000', '145348.962000', '145348.965000', '145348.968000', '145348.971000', '145348.974000', '145348.976000', '145348.979000', '145348.982000', '145348.985000', '145348.988000', '145348.991000', '145348.994000', '145348.997000', '145349.000000', '145349.003000', '145349.006000', '145349.008000', '145349.011000'], 'InstanceCreationTime': ['144600.690000', '144600.694000', '144600.697000', '144600.701000', '144600.703000', '144600.706000', '144600.709000', '144600.711000', '144600.714000', '144600.716000', '144600.719000', '144600.722000', '144600.724000', '144600.727000', '144600.729000', '144600.732000', '144600.735000', '144600.738000', '144600.740000', '144600.743000', '144600.745000', '144600.748000', '144600.750000', '144600.753000', '144600.756000', '144600.758000', '144600.761000', '144600.768000', '144600.771000', '144600.773000', '144600.776000', '144600.778000', '144600.781000', '144600.784000', '144600.786000', '144600.789000', '144600.792000', '144600.794000', '144600.797000', '144600.800000', '144600.802000', '144600.805000', '144600.807000', '144600.810000', '144600.813000', '144600.815000', '144600.818000', '144600.820000', '144600.823000', '144600.825000', '144600.828000', '144600.831000', '144600.833000', '144600.836000', '144620.651000', '144620.661000', '144620.664000', '144620.667000', '144620.669000', '144620.672000', '144620.675000', '144620.677000', '144620.680000', '144620.682000', '144620.685000', '144620.688000', '144620.690000', '144620.694000', '144620.697000', '144620.700000', '144620.702000', '144620.705000', '144620.707000', '144620.710000', '144620.713000', '144620.715000', '144620.718000', '144620.721000', '144620.723000', '144620.726000', '144620.728000', '144620.731000', '144620.734000', '144620.736000', '144620.739000', '144620.742000', '144620.744000', '144620.747000', '144620.749000', '144620.752000', '144620.754000', '144620.757000', '144620.760000', '144620.762000', '144620.765000', '144620.767000', '144620.770000', '144620.773000', '144640.652000', '144640.654000', '144640.657000', '144640.660000', '144640.662000', '144640.665000', '144640.668000', '144640.670000', '144640.673000', '144640.675000', '144640.678000', '144640.681000', '144640.683000', '144640.686000', '144640.689000', '144640.691000', '144640.694000', '144640.705000', '144640.708000', '144640.710000', '144640.713000', '144640.716000', '144640.718000', '144640.721000', '144640.725000', '144640.727000', '144640.730000', '144640.733000', '144640.736000', '144640.738000', '144640.742000', '144640.745000', '144640.747000', '144640.750000', '144640.753000', '144640.755000', '144640.758000', '144640.760000', '144640.763000', '144640.766000', '144640.769000', '144640.771000', '144640.774000', '144700.652000', '144700.655000', '144700.658000', '144700.660000', '144700.663000', '144700.665000', '144700.668000', '144700.671000', '144700.673000', '144700.676000', '144700.679000', '144700.681000', '144700.684000', '144700.687000', '144700.696000', '144700.699000', '144700.701000', '144700.704000', '144700.707000', '144700.710000', '144700.712000', '144700.715000', '144700.718000', '144700.720000', '144700.723000', '144700.725000', '144700.728000', '144700.731000', '144700.733000', '144700.736000', '144700.739000', '144700.741000', '144700.744000', '144700.746000', '144700.749000', '144700.752000', '144700.754000', '144700.757000', '144700.760000', '144700.762000', '144700.765000', '144700.768000', '144700.770000', '144700.773000', '144720.653000', '144720.660000', '144720.662000', '144720.665000', '144720.668000', '144720.670000', '144720.673000', '144720.676000', '144720.678000', '144720.681000', '144720.683000', '144720.686000', '144720.689000', '144720.692000', '144720.694000', '144720.697000', '144720.699000', '144720.702000', '144720.705000', '144720.707000', '144720.710000', '144720.713000', '144720.715000', '144720.718000', '144720.720000', '144720.723000', '144720.726000', '144720.728000', '144720.731000', '144720.734000', '144720.736000', '144720.739000', '144720.741000', '144720.744000', '144720.747000', '144720.749000', '144720.752000', '144720.754000', '144720.757000', '144720.760000', '144720.762000', '144720.765000', '144720.767000', '144740.652000', '144740.655000', '144740.658000', '144740.660000', '144740.664000', '144740.666000', '144740.669000', '144740.672000', '144740.674000', '144740.677000', '144740.679000', '144740.682000', '144740.685000', '144740.688000', '144740.690000', '144740.693000', '144740.696000', '144740.698000', '144740.701000', '144740.703000', '144740.706000', '144740.709000', '144740.711000', '144740.714000', '144740.717000', '144740.719000', '144740.722000', '144740.725000', '144740.727000', '144740.730000', '144740.733000', '144740.735000', '144740.738000', '144740.740000', '144740.743000', '144740.746000', '144740.748000', '144740.751000', '144740.756000', '144740.758000', '144740.786000', '144740.789000', '144740.791000', '144740.794000', '144800.651000', '144800.654000', '144800.657000', '144800.660000', '144800.662000', '144800.665000', '144800.668000', '144800.670000', '144800.673000', '144800.675000', '144800.678000', '144800.681000', '144800.683000', '144800.686000', '144800.689000', '144800.691000', '144800.694000', '144800.697000', '144800.699000', '144800.702000', '144800.704000', '144800.707000', '144800.710000', '144800.712000', '144800.715000', '144800.718000', '144800.720000', '144800.723000', '144800.725000', '144800.728000', '144800.731000', '144800.733000', '144800.736000', '144800.738000', '144800.741000', '144800.744000', '144800.746000', '144800.749000', '144800.752000', '144800.755000', '144800.757000', '144800.760000', '144800.762000', '144820.652000', '144820.654000', '144820.657000', '144820.660000', '144820.662000', '144820.665000', '144820.668000', '144820.670000', '144820.673000', '144820.676000', '144820.678000', '144820.681000', '144820.684000', '144820.686000', '144820.689000', '144820.692000', '144820.694000', '144820.697000', '144820.699000', '144820.702000', '144820.705000', '144820.707000', '144820.710000', '144820.713000', '144820.715000', '144820.718000', '144820.721000', '144820.723000', '144820.726000', '144820.729000', '144820.731000', '144820.734000', '144820.736000', '144820.739000', '144820.742000', '144820.744000', '144820.747000', '144820.749000', '144820.752000', '144820.755000', '144820.758000', '144820.760000', '144820.763000', '144820.766000', '144840.651000', '144840.655000', '144840.657000', '144840.660000', '144840.662000', '144840.665000', '144840.668000', '144840.670000', '144840.673000', '144840.676000', '144840.678000', '144840.681000', '144840.684000', '144840.686000', '144840.689000', '144840.692000', '144840.694000', '144840.697000', '144840.700000', '144840.702000', '144840.705000', '144840.707000', '144840.710000', '144840.713000', '144840.715000', '144840.718000', '144840.721000', '144840.723000', '144840.726000', '144840.729000', '144840.731000', '144840.734000', '144840.736000', '144840.739000', '144840.742000', '144840.744000', '144840.747000', '144840.750000', '144840.752000', '144840.755000', '144840.757000', '144840.760000', '144840.763000', '144900.651000', '144900.654000', '144900.657000', '144900.660000', '144900.662000', '144900.665000', '144900.668000', '144900.670000', '144900.673000', '144900.676000', '144900.678000', '144900.681000', '144900.684000', '144900.686000', '144900.689000', '144900.692000', '144900.694000', '144900.697000', '144900.699000', '144900.702000', '144900.705000', '144900.707000', '144900.710000', '144900.713000', '144900.715000', '144900.718000', '144900.721000', '144900.723000', '144900.726000', '144900.728000', '144900.731000', '144900.734000', '144900.736000', '144900.739000', '144900.742000', '144900.744000', '144900.747000', '144900.750000', '144900.753000', '144900.755000', '144900.758000', '144900.760000', '144900.763000', '144900.766000', '144920.652000', '144920.654000', '144920.657000', '144920.660000', '144920.663000', '144920.665000', '144920.668000', '144920.670000', '144920.673000', '144920.676000', '144920.678000', '144920.681000', '144920.684000', '144920.686000', '144920.689000', '144920.691000', '144920.694000', '144920.697000', '144920.699000', '144920.702000', '144920.705000', '144920.707000', '144920.710000', '144920.713000', '144920.715000', '144920.718000', '144920.721000', '144920.723000', '144920.726000', '144920.728000', '144920.731000', '144920.734000', '144920.736000', '144920.739000', '144920.741000', '144920.772000', '144920.775000', '144920.778000', '144920.780000', '144920.783000', '144920.786000', '144920.789000', '144920.792000', '144940.653000', '144940.656000', '144940.658000', '144940.661000', '144940.664000', '144940.666000', '144940.669000', '144940.672000', '144940.674000', '144940.677000', '144940.680000', '144940.682000', '144940.685000', '144940.688000', '144940.690000', '144940.693000', '144940.695000', '144940.698000', '144940.701000', '144940.703000', '144940.706000', '144940.709000', '144940.711000', '144940.714000', '144940.716000', '144940.719000', '144940.722000', '144940.724000', '144940.727000', '144940.730000', '144940.732000', '144940.735000', '144940.737000', '144940.740000', '144940.743000', '144940.746000', '144940.748000', '144940.751000', '144940.753000', '144940.756000', '144940.759000', '144940.761000', '144940.764000', '144940.766000', '145000.653000', '145000.655000', '145000.658000', '145000.661000', '145000.663000', '145000.666000', '145000.669000', '145000.672000', '145000.674000', '145000.677000', '145000.679000', '145000.682000', '145000.685000', '145000.687000', '145000.690000', '145000.693000', '145000.695000', '145000.698000', '145000.700000', '145000.703000', '145000.706000', '145000.708000', '145000.711000', '145000.713000', '145000.716000', '145000.719000', '145000.721000', '145000.724000', '145000.726000', '145000.729000', '145000.732000', '145000.734000', '145000.737000', '145000.740000', '145000.742000', '145000.745000', '145000.747000', '145000.750000', '145000.753000', '145000.755000', '145000.758000', '145000.761000', '145000.763000', '145020.651000', '145020.654000', '145020.657000', '145020.660000', '145020.662000', '145020.665000', '145020.668000', '145020.670000', '145020.673000', '145020.676000', '145020.679000', '145020.681000', '145020.684000', '145020.686000', '145020.689000', '145020.692000', '145020.694000', '145020.697000', '145020.700000', '145020.702000', '145020.705000', '145020.708000', '145020.711000', '145020.713000', '145020.716000', '145020.719000', '145020.721000', '145020.724000', '145020.726000', '145020.729000', '145020.732000', '145020.734000', '145020.737000', '145020.740000', '145020.742000', '145020.745000', '145020.748000', '145020.750000', '145020.753000', '145020.755000', '145020.758000', '145020.761000', '145020.763000', '145020.766000', '145040.652000', '145040.654000', '145040.657000', '145040.660000', '145040.663000', '145040.665000', '145040.668000', '145040.671000', '145040.673000', '145040.676000', '145040.678000', '145040.681000', '145040.684000', '145040.686000', '145040.689000', '145040.692000', '145040.694000', '145040.697000', '145040.700000', '145040.702000', '145040.705000', '145040.707000', '145040.710000', '145040.713000', '145040.715000', '145040.718000', '145040.721000', '145040.723000', '145040.726000', '145040.728000', '145040.731000', '145040.734000', '145040.736000', '145040.739000', '145040.742000', '145040.744000', '145040.747000', '145040.749000', '145040.752000', '145040.755000', '145040.757000', '145040.760000', '145040.763000', '145100.651000', '145100.655000', '145100.657000', '145100.671000', '145100.674000', '145100.676000', '145100.679000', '145100.682000', '145100.684000', '145100.687000', '145100.690000', '145100.692000', '145100.695000', '145100.697000', '145100.700000', '145100.703000', '145100.705000', '145100.708000', '145100.711000', '145100.713000', '145100.716000', '145100.719000', '145100.721000', '145100.724000', '145100.727000', '145100.730000', '145100.732000', '145100.735000', '145100.739000', '145100.742000', '145100.744000', '145100.747000', '145100.750000', '145100.752000', '145100.755000', '145100.758000', '145100.760000', '145100.763000', '145100.765000', '145100.768000', '145100.771000', '145100.773000', '145100.776000', '145120.652000', '145120.654000', '145120.657000', '145120.660000', '145120.663000', '145120.665000', '145120.668000', '145120.671000', '145120.673000', '145120.676000', '145120.679000', '145120.681000', '145120.684000', '145120.687000', '145120.689000', '145120.692000', '145120.694000', '145120.699000', '145120.702000', '145120.704000', '145120.707000', '145120.710000', '145120.713000', '145120.715000', '145120.718000', '145120.720000', '145120.723000', '145120.726000', '145120.728000', '145120.731000', '145120.734000', '145120.737000', '145120.739000', '145120.742000', '145120.744000', '145120.747000', '145120.750000', '145120.753000', '145120.755000', '145120.758000', '145120.760000', '145120.763000', '145120.766000', '145120.769000', '145140.651000', '145140.654000', '145140.657000', '145140.660000', '145140.664000', '145140.666000', '145140.669000', '145140.672000', '145140.674000', '145140.677000', '145140.680000', '145140.682000', '145140.685000', '145140.687000', '145140.690000', '145140.693000', '145140.696000', '145140.698000', '145140.701000', '145140.704000', '145140.706000', '145140.709000', '145140.712000', '145140.714000', '145140.717000', '145140.720000', '145140.723000', '145140.725000', '145140.728000', '145140.730000', '145140.733000', '145140.736000', '145140.738000', '145140.741000', '145140.744000', '145140.746000', '145140.749000', '145140.751000', '145140.754000', '145140.757000', '145140.759000', '145140.762000', '145140.765000', '145140.767000', '145200.652000', '145200.655000', '145200.658000', '145200.660000', '145200.663000', '145200.666000', '145200.669000', '145200.671000', '145200.674000', '145200.677000', '145200.679000', '145200.682000', '145200.684000', '145200.687000', '145200.690000', '145200.692000', '145200.695000', '145200.698000', '145200.700000', '145200.703000', '145200.705000', '145200.708000', '145200.711000', '145200.713000', '145200.716000', '145200.718000', '145200.721000', '145200.724000', '145200.726000', '145200.729000', '145200.732000', '145200.734000', '145200.737000', '145200.740000', '145200.742000', '145200.745000', '145200.747000', '145200.750000', '145200.753000', '145200.755000', '145200.758000', '145200.761000', '145200.763000', '145220.652000', '145220.655000', '145220.658000', '145220.661000', '145220.663000', '145220.666000', '145220.668000', '145220.671000', '145220.674000', '145220.676000', '145220.679000', '145220.682000', '145220.685000', '145220.687000', '145220.706000', '145220.709000', '145220.711000', '145220.714000', '145220.717000', '145220.719000', '145220.722000', '145220.725000', '145220.727000', '145220.730000', '145220.732000', '145220.735000', '145220.738000', '145220.741000', '145220.743000', '145220.746000', '145220.749000', '145220.751000', '145220.754000', '145220.756000', '145220.759000', '145220.762000', '145220.764000', '145220.767000', '145220.770000', '145220.772000', '145220.775000', '145220.778000', '145220.780000', '145240.652000', '145240.654000', '145240.657000', '145240.660000', '145240.662000', '145240.665000', '145240.668000', '145240.670000', '145240.673000', '145240.676000', '145240.678000', '145240.681000', '145240.684000', '145240.686000', '145240.689000', '145240.691000', '145240.694000', '145240.697000', '145240.699000', '145240.702000', '145240.704000', '145240.707000', '145240.710000', '145240.712000', '145240.715000', '145240.718000', '145240.720000', '145240.723000', '145240.726000', '145240.728000', '145240.731000', '145240.733000', '145240.736000', '145240.739000', '145240.741000', '145240.744000', '145240.747000', '145240.749000', '145240.752000', '145240.754000', '145240.757000', '145240.760000', '145240.762000', '145240.765000', '145300.652000', '145300.654000', '145300.657000', '145300.660000', '145300.663000', '145300.666000', '145300.669000', '145300.672000', '145300.675000', '145300.678000', '145300.680000', '145300.683000', '145300.686000', '145300.688000', '145300.691000', '145300.693000', '145300.696000', '145300.699000', '145300.702000', '145300.705000', '145300.708000', '145300.711000', '145300.713000', '145300.716000', '145300.719000', '145300.721000', '145300.724000', '145300.727000', '145300.729000', '145300.732000', '145300.735000', '145300.737000', '145300.740000', '145300.742000', '145300.745000', '145300.748000', '145300.750000', '145300.753000', '145300.756000', '145300.758000', '145300.761000', '145300.764000', '145300.766000', '145320.652000', '145320.658000', '145320.661000', '145320.664000', '145320.666000', '145320.669000', '145320.672000', '145320.675000', '145320.677000', '145320.680000', '145320.683000', '145320.685000', '145320.688000', '145320.691000', '145320.693000', '145320.696000', '145320.699000', '145320.701000', '145320.704000', '145320.707000', '145320.709000', '145320.712000', '145320.715000', '145320.717000', '145320.720000', '145320.723000', '145320.725000', '145320.728000', '145320.731000', '145320.733000', '145320.736000', '145320.738000', '145320.741000', '145320.744000', '145320.746000', '145320.749000', '145320.751000', '145320.754000', '145320.757000', '145320.759000', '145320.762000', '145320.765000', '145320.767000', '145340.652000', '145340.654000', '145340.657000', '145340.660000', '145340.662000', '145340.665000', '145340.667000', '145340.670000', '145340.673000', '145340.675000', '145340.678000', '145340.695000', '145340.704000', '145340.706000', '145340.709000', '145340.712000', '145340.715000', '145340.717000', '145340.720000', '145340.722000', '145340.725000', '145340.728000', '145340.730000', '145340.733000', '145340.735000', '145340.738000', '145340.741000', '145340.743000', '145340.746000', '145340.749000', '145340.751000', '145340.754000', '145340.757000', '145340.759000', '145340.762000', '145340.764000', '145340.767000', '145340.770000', '145340.772000', '145340.775000', '145340.778000', '145340.780000', '145340.783000', '145340.785000', '145348.959000', '145348.962000', '145348.965000', '145348.968000', '145348.971000', '145348.974000', '145348.976000', '145348.979000', '145348.982000', '145348.985000', '145348.988000', '145348.991000', '145348.994000', '145348.997000', '145349.000000', '145349.003000', '145349.006000', '145349.008000', '145349.011000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [12747, 10297, 13033, 10512, 13400, 11024, 12162, 10193, 9600, 9406, 10754, 13501, 12361, 11320, 10698, 9318, 9605, 11063, 11988, 10665, 10431, 11309, 9350, 11165, 9908, 10328, 10905, 10169, 10945, 10328, 9515, 10345, 10150, 10873, 14058, 11076, 9788, 10477, 9967, 12634, 10776, 12264, 11259, 11569, 11040, 10117, 10087, 10363, 9776, 10989, 14220, 10686, 9966, 9673, 10831, 12812, 10868, 11493, 9246, 10187, 9714, 10757, 14406, 11355, 10682, 10833, 10129, 11798, 10585, 11096, 11006, 12935, 10864, 9863, 9582, 10269, 12124, 11002, 13633, 11661, 9698, 9443, 10128, 12992, 12574, 13271, 10480, 9938, 9638, 10032, 12876, 10766, 10700, 11061, 9901, 10045, 12535, 11449, 10413, 10215, 11394, 12975, 12232, 10470, 9934, 11259, 11101, 11518, 14303, 11493, 10532, 9079, 10712, 15235, 11353, 9920, 9840, 11306, 12782, 11546, 13216, 10862, 9825, 9463, 10353, 12895, 10962, 10306, 10781, 9446, 11958, 10472, 10349, 10100, 10042, 11735, 10377, 9065, 9158, 9993, 11432, 10507, 10328, 10574, 10584, 11069, 9983, 11410, 10822, 13388, 10557, 9723, 9381, 10498, 14306, 11655, 10567, 10884, 10420, 11376, 10032, 9529, 10320, 9981, 10186, 10361, 10564, 10767, 11240, 11307, 9793, 11483, 11363, 14578, 11313, 9031, 9625, 9871, 13040, 10641, 11656, 10842, 11971, 11035, 11089, 9622, 10364, 8719, 11297, 13700, 11029, 10195, 9478, 10503, 13252, 11903, 12811, 10783, 10200, 9813, 10645, 13525, 11911, 11460, 11132, 11764, 11830, 10759, 9731, 10777, 11450, 10735, 15405, 11529, 9460, 9486, 10794, 10767, 12119, 12945, 10373, 9981, 11170, 9910, 11934, 10256, 9240, 11096, 12429, 11069, 10424, 9473, 10017, 9737, 11265, 13139, 11273, 12687, 10373, 10277, 11249, 10017, 12259, 10904, 10133, 11202, 14449, 11280, 10845, 10269, 11339, 14394, 11287, 10196, 9411, 11542, 10445, 11063, 10837, 12832, 11085, 9671, 9636, 10055, 11925, 10818, 10215, 11767, 10105, 12455, 11054, 12061, 11466, 13977, 11235, 9980, 9440, 11080, 13847, 11831, 14809, 11432, 9558, 9620, 10720, 13540, 11482, 13636, 11765, 10002, 10071, 9875, 12173, 10894, 12797, 11157, 10559, 11166, 10341, 11404, 10195, 11594, 11013, 10794, 11266, 10072, 10581, 10990, 14353, 10811, 13711, 11368, 9883, 10759, 10621, 14966, 11678, 10427, 11490, 9805, 9145, 9815, 12176, 10396, 10597, 10739, 10549, 10326, 9869, 9544, 10523, 13735, 11042, 9858, 11241, 9533, 12564, 10606, 11453, 10881, 11284, 10734, 11026, 11564, 10206, 10189, 10850, 10206, 10804, 10827, 11855, 9857, 10324, 10614, 10599, 9864, 9940, 10559, 10018, 10495, 10602, 11225, 11445, 10035, 10241, 10528, 10134, 10465, 13874, 10925, 10431, 10025, 10568, 14415, 11212, 8941, 9275, 10326, 14643, 12925, 14752, 11324, 9517, 10628, 10305, 14488, 11124, 9549, 9342, 10149, 10903, 10356, 10279, 11409, 9316, 9794, 9716, 13028, 11138, 10072, 9515, 10623, 12183, 10770, 9991, 10278, 11522, 13423, 10416, 10013, 10710, 9429, 11565, 11750, 14084, 10985, 9985, 9044, 9316, 13007, 10658, 10186, 10078, 9269, 12552, 10225, 11235, 10919, 9769, 9330, 9983, 12991, 10774, 9485, 10073, 9387, 10484, 10822, 12407, 10573, 9823, 9726, 9154, 12837, 10975, 14047, 10817, 9375, 9011, 9019, 13638, 10022, 10165, 10429, 8953, 10298, 9493, 11750, 10055, 10071, 10080, 9200, 11507, 9618, 9938, 10271, 12336, 9521, 9294, 9239, 9545, 14464, 10282, 9749, 8927, 9688, 14046, 12025, 14609, 10076, 9423, 9663, 10013, 15621, 12086, 9061, 9327, 9345, 10360, 9514, 12053, 10437, 9515, 9358, 10169, 12359, 9947, 9745, 10037, 10757, 13036, 10363, 10096, 9618, 11360, 12680, 11950, 12213, 10260, 9702, 9921, 12237, 13108, 9327, 10384, 10407, 9401, 9876, 9403, 9696, 10039, 9505, 10043, 11397, 9094, 9515, 9271, 10223, 13256, 10301, 9229, 10110, 9658, 15702, 11345, 9421, 9228, 9286, 14814, 10891, 10044, 9807, 9202, 11288, 10177, 13168, 9932, 10292, 9414, 10234, 10047, 9594, 9762, 14208, 9994, 9465, 8811, 10382, 13615, 10174, 9154, 10641, 10258, 15591, 11431, 9296, 8946, 9726, 12895, 10490, 9949, 11232, 8864, 9490, 12535, 11715, 9893, 10083, 10338, 9280, 12822, 9660, 11138, 9770, 9811, 9737, 9208, 13245, 10275, 9593, 8908, 9304, 10909, 9913, 9875, 9529, 9261, 12507, 9880, 11406, 9760, 9064, 11801, 9875, 10550, 10132, 13728, 14630, 14196, 12626, 9487, 9708, 9652, 9306, 10903, 9885, 13351, 9976, 9449, 9181, 8969, 13260, 10326, 9339, 9337, 9396, 12126, 10424, 10340, 9770, 12081, 9200, 9352, 9899, 9539, 13052, 10274, 9652, 10078, 12183, 10592, 9560, 9769, 10068, 9412, 11652, 9111, 8611, 9212, 9306, 9440, 9274, 11303, 9464, 9506, 9496, 8913, 9509, 9529, 9437, 9206, 14308, 10512, 9081, 9586, 9385, 15942, 12086, 9207, 8754, 9156, 14509, 10229, 9536, 9654, 9061, 13742, 10329, 10619, 10377, 9492, 11706, 11961, 10889, 9637, 10066, 9569, 9309, 11279, 9716, 8576, 9703, 9378, 11088, 8812, 9564, 9694, 9145, 9741, 9536, 9850, 9892, 13492, 10171, 8835, 8994, 9657, 14638, 10116, 14513, 10930, 9521, 8998, 9829, 13497, 11974, 9690, 9258, 10522, 9680, 9608, 10570, 10241, 8959, 10411, 9831, 9215, 10858, 14107, 12426, 9470, 9639, 10619, 15116, 11309, 13960, 10549, 9686, 9618, 10117, 12070, 9751, 9370, 9458, 9582, 9590, 9897, 9392, 9898, 9719, 9454, 10054, 9139, 9129, 9724, 9267, 9859, 13523, 10598, 9271, 9116, 9544, 14326, 12125, 13085, 9954, 9441, 9382, 8884, 12740, 9648, 12514, 9864, 9477, 10029, 8762, 10187, 9397, 9364, 9391, 11039, 10150, 9102, 9219, 8702, 14363, 10540, 9677, 9424, 9275, 12267, 11161, 14558, 9495, 8717, 8806, 9406, 14077, 10348, 9704, 9468, 8840, 9677, 9520, 14035, 12005, 8888, 9482, 9296, 12890, 9728, 10435, 9067, 9526, 12451, 9827, 9324, 9256, 9177, 12735, 11402, 13606, 10081, 8807, 9057, 9353, 15715, 12544, 8674, 9131, 9136, 11039, 10089, 9273, 9386, 9284, 9101, 8823, 12419, 9959, 9123, 9688, 10436, 13881, 9351, 10023, 9750, 8534, 11317, 12017, 14196, 9724, 9175, 9349, 9149, 13508, 9320, 9333, 9315, 9190, 11884, 9155, 12023, 9666, 9285, 9131, 9207, 10403, 9521, 11052, 9490, 12825, 9195, 9123, 8969, 9766, 14286, 9853, 9362, 8863, 9272, 13738, 10014, 8962, 9104, 9111, 9873, 9389, 9731, 9857, 8745, 9640, 11237, 13725, 9865, 9362, 9309, 9559, 13185, 10369, 9587, 9668, 9209, 9875, 9716, 12416, 9703, 9141, 9518, 8884, 13848, 9864, 9086, 9239, 9011, 13639, 9981, 9595, 9394, 8942, 12776, 9343, 10426, 9968, 9296, 10184, 11449, 12478, 9763, 9639, 9659, 10294, 13032, 9087, 9100, 9508, 9076, 11044, 8919, 12610, 9663, 10257, 9961, 10400, 12395, 10582, 10220, 9448, 9798, 10226, 10331, 9500, 10224, 11873, 12740, 10967, 9939, 9030, 11727, 13162, 11655, 10053, 9947, 9274, 12575, 9997, 10637, 10422, 9222, 8928, 10473, 10310, 9884, 9207, 9472, 13049, 10442, 9513, 8764, 9585, 12670, 11486, 10052, 8863, 9338, 9399, 9955, 12514, 11570, 9442, 8608, 9925, 8763, 9598, 9756, 9493, 9297, 13464, 10443, 9800, 10031, 9768, 11686, 9649, 10467, 9702, 12189, 10126, 9254, 9261, 9424, 9705, 9906, 13877, 15627, 15891, 11920, 9658, 9816, 9933, 9573, 9626, 9954, 10010, 9721, 10720, 10071, 10144, 9728, 9654, 10928, 10124, 9384, 11920, 10062, 13066, 10734, 15003, 11957, 11368, 10897, 12546, 13334, 9979, 10109, 10357, 11992, 9827, 14780, 10866, 9543, 8802, 9350, 12715, 9739, 9579, 9745, 9124, 9920, 9311, 9177, 9747, 9343, 9331, 11340, 10039, 10080, 9420, 9505, 14248, 10584, 9743, 9198], 'WindowCenter': [4960.0, 4904.0, 4913.0, 4869.0, 4894.0, 4862.0, 4872.0, 4838.0, 4825.0, 4828.0, 4847.0, 4873.0, 4868.0, 4834.0, 4822.0, 4814.0, 4821.0, 4842.0, 4856.0, 4847.0, 4833.0, 4855.0, 4825.0, 4855.0, 4838.0, 4833.0, 4847.0, 4847.0, 4856.0, 4849.0, 4827.0, 4837.0, 4847.0, 4858.0, 4888.0, 4859.0, 4825.0, 4847.0, 4836.0, 4867.0, 4848.0, 4850.0, 4846.0, 4855.0, 4844.0, 4836.0, 4821.0, 4825.0, 4822.0, 4842.0, 4872.0, 4846.0, 4822.0, 4810.0, 4846.0, 4863.0, 4844.0, 4855.0, 4824.0, 4834.0, 4821.0, 4857.0, 4885.0, 4859.0, 4847.0, 4847.0, 4846.0, 4866.0, 4849.0, 4845.0, 4844.0, 4875.0, 4847.0, 4837.0, 4826.0, 4847.0, 4866.0, 4846.0, 4886.0, 4858.0, 4826.0, 4821.0, 4835.0, 4862.0, 4877.0, 4862.0, 4835.0, 4824.0, 4835.0, 4835.0, 4865.0, 4846.0, 4833.0, 4844.0, 4834.0, 4834.0, 4866.0, 4841.0, 4834.0, 4820.0, 4856.0, 4874.0, 4867.0, 4847.0, 4823.0, 4845.0, 4855.0, 4854.0, 4886.0, 4844.0, 4822.0, 4802.0, 4834.0, 4880.0, 4844.0, 4812.0, 4811.0, 4832.0, 4851.0, 4843.0, 4850.0, 4819.0, 4809.0, 4810.0, 4819.0, 4850.0, 4820.0, 4804.0, 4842.0, 4811.0, 4855.0, 4846.0, 4834.0, 4832.0, 4832.0, 4870.0, 4838.0, 4816.0, 4840.0, 4848.0, 4870.0, 4851.0, 4846.0, 4861.0, 4861.0, 4857.0, 4839.0, 4870.0, 4859.0, 4888.0, 4848.0, 4826.0, 4825.0, 4858.0, 4887.0, 4859.0, 4834.0, 4845.0, 4844.0, 4857.0, 4840.0, 4823.0, 4836.0, 4835.0, 4835.0, 4848.0, 4860.0, 4858.0, 4869.0, 4857.0, 4836.0, 4853.0, 4856.0, 4896.0, 4860.0, 4815.0, 4837.0, 4835.0, 4876.0, 4847.0, 4842.0, 4845.0, 4854.0, 4843.0, 4857.0, 4827.0, 4836.0, 4816.0, 4868.0, 4888.0, 4860.0, 4837.0, 4826.0, 4858.0, 4876.0, 4870.0, 4866.0, 4835.0, 4823.0, 4837.0, 4845.0, 4877.0, 4857.0, 4843.0, 4845.0, 4853.0, 4854.0, 4835.0, 4812.0, 4832.0, 4843.0, 4843.0, 4882.0, 4855.0, 4812.0, 4812.0, 4832.0, 4832.0, 4853.0, 4852.0, 4823.0, 4809.0, 4843.0, 4822.0, 4841.0, 4822.0, 4797.0, 4845.0, 4852.0, 4842.0, 4834.0, 4822.0, 4811.0, 4812.0, 4855.0, 4862.0, 4856.0, 4864.0, 4824.0, 4822.0, 4831.0, 4822.0, 4856.0, 4848.0, 4865.0, 4905.0, 4933.0, 4890.0, 4860.0, 4808.0, 4812.0, 4857.0, 4843.0, 4835.0, 4812.0, 4856.0, 4852.0, 4856.0, 4862.0, 4879.0, 4857.0, 4835.0, 4848.0, 4850.0, 4868.0, 4848.0, 4835.0, 4868.0, 4846.0, 4868.0, 4846.0, 4855.0, 4858.0, 4887.0, 4846.0, 4824.0, 4812.0, 4858.0, 4874.0, 4852.0, 4873.0, 4843.0, 4811.0, 4811.0, 4845.0, 4863.0, 4843.0, 4872.0, 4843.0, 4810.0, 4811.0, 4835.0, 4853.0, 4844.0, 4853.0, 4845.0, 4832.0, 4844.0, 4834.0, 4855.0, 4837.0, 4844.0, 4847.0, 4847.0, 4846.0, 4826.0, 4834.0, 4859.0, 4898.0, 4858.0, 4877.0, 4857.0, 4824.0, 4847.0, 4848.0, 4884.0, 4858.0, 4834.0, 4844.0, 4835.0, 4824.0, 4835.0, 4854.0, 4836.0, 4834.0, 4855.0, 4846.0, 4846.0, 4837.0, 4826.0, 4847.0, 4875.0, 4857.0, 4824.0, 4845.0, 4836.0, 4866.0, 4846.0, 4845.0, 4859.0, 4857.0, 4846.0, 4857.0, 4857.0, 4846.0, 4834.0, 4857.0, 4845.0, 4845.0, 4846.0, 4855.0, 4836.0, 4835.0, 4859.0, 4848.0, 4835.0, 4847.0, 4848.0, 4839.0, 4845.0, 4861.0, 4869.0, 4869.0, 4851.0, 4850.0, 4849.0, 4850.0, 4858.0, 4888.0, 4859.0, 4849.0, 4825.0, 4850.0, 4882.0, 4857.0, 4816.0, 4815.0, 4848.0, 4885.0, 4865.0, 4884.0, 4833.0, 4811.0, 4833.0, 4835.0, 4871.0, 4857.0, 4825.0, 4812.0, 4837.0, 4843.0, 4846.0, 4835.0, 4842.0, 4827.0, 4833.0, 4836.0, 4866.0, 4844.0, 4836.0, 4836.0, 4846.0, 4857.0, 4835.0, 4825.0, 4846.0, 4855.0, 4877.0, 4845.0, 4823.0, 4834.0, 4825.0, 4852.0, 4856.0, 4876.0, 4847.0, 4824.0, 4826.0, 4824.0, 4877.0, 4846.0, 4823.0, 4837.0, 4825.0, 4864.0, 4848.0, 4856.0, 4842.0, 4837.0, 4827.0, 4837.0, 4877.0, 4847.0, 4838.0, 4837.0, 4825.0, 4847.0, 4847.0, 4865.0, 4845.0, 4824.0, 4822.0, 4839.0, 4875.0, 4847.0, 4874.0, 4848.0, 4815.0, 4825.0, 4825.0, 4873.0, 4838.0, 4833.0, 4845.0, 4824.0, 4833.0, 4835.0, 4856.0, 4833.0, 4834.0, 4846.0, 4825.0, 4857.0, 4838.0, 4836.0, 4849.0, 4866.0, 4836.0, 4826.0, 4828.0, 4849.0, 4885.0, 4849.0, 4825.0, 4814.0, 4836.0, 4885.0, 4865.0, 4886.0, 4835.0, 4813.0, 4824.0, 4831.0, 4881.0, 4863.0, 4812.0, 4811.0, 4825.0, 4830.0, 4835.0, 4852.0, 4834.0, 4823.0, 4824.0, 4845.0, 4867.0, 4835.0, 4822.0, 4848.0, 4844.0, 4878.0, 4835.0, 4822.0, 4836.0, 4854.0, 4862.0, 4866.0, 4854.0, 4835.0, 4811.0, 4833.0, 4852.0, 4862.0, 4827.0, 4835.0, 4832.0, 4824.0, 4834.0, 4825.0, 4834.0, 4837.0, 4834.0, 4837.0, 4855.0, 4815.0, 4824.0, 4825.0, 4846.0, 4876.0, 4834.0, 4825.0, 4846.0, 4833.0, 4895.0, 4847.0, 4812.0, 4824.0, 4823.0, 4882.0, 4855.0, 4835.0, 4823.0, 4825.0, 4853.0, 4845.0, 4877.0, 4835.0, 4834.0, 4824.0, 4835.0, 4822.0, 4838.0, 4848.0, 4886.0, 4851.0, 4839.0, 4827.0, 4862.0, 4887.0, 4848.0, 4827.0, 4836.0, 4848.0, 4894.0, 4857.0, 4814.0, 4813.0, 4836.0, 4862.0, 4850.0, 4826.0, 4834.0, 4814.0, 4834.0, 4865.0, 4851.0, 4823.0, 4822.0, 4835.0, 4822.0, 4863.0, 4835.0, 4844.0, 4835.0, 4823.0, 4837.0, 4837.0, 4875.0, 4860.0, 4838.0, 4816.0, 4837.0, 4856.0, 4849.0, 4837.0, 4837.0, 4841.0, 4879.0, 4849.0, 4858.0, 4849.0, 4829.0, 4869.0, 4837.0, 4834.0, 4848.0, 4887.0, 4883.0, 4872.0, 4868.0, 4825.0, 4813.0, 4813.0, 4826.0, 4842.0, 4835.0, 4878.0, 4838.0, 4826.0, 4826.0, 4828.0, 4877.0, 4849.0, 4826.0, 4825.0, 4826.0, 4867.0, 4847.0, 4849.0, 4838.0, 4855.0, 4826.0, 4816.0, 4837.0, 4825.0, 4866.0, 4838.0, 4835.0, 4837.0, 4867.0, 4836.0, 4824.0, 4825.0, 4835.0, 4823.0, 4853.0, 4828.0, 4828.0, 4826.0, 4838.0, 4834.0, 4837.0, 4869.0, 4841.0, 4836.0, 4850.0, 4829.0, 4852.0, 4841.0, 4840.0, 4853.0, 4898.0, 4849.0, 4828.0, 4837.0, 4837.0, 4896.0, 4867.0, 4827.0, 4830.0, 4835.0, 4887.0, 4835.0, 4822.0, 4836.0, 4826.0, 4874.0, 4848.0, 4833.0, 4835.0, 4836.0, 4851.0, 4857.0, 4846.0, 4823.0, 4812.0, 4836.0, 4825.0, 4856.0, 4826.0, 4805.0, 4840.0, 4837.0, 4856.0, 4826.0, 4826.0, 4827.0, 4837.0, 4837.0, 4840.0, 4838.0, 4850.0, 4889.0, 4848.0, 4830.0, 4817.0, 4837.0, 4896.0, 4833.0, 4899.0, 4847.0, 4825.0, 4814.0, 4837.0, 4875.0, 4869.0, 4839.0, 4824.0, 4845.0, 4839.0, 4837.0, 4850.0, 4838.0, 4829.0, 4859.0, 4862.0, 4852.0, 4870.0, 4899.0, 4878.0, 4827.0, 4826.0, 4847.0, 4886.0, 4846.0, 4874.0, 4848.0, 4825.0, 4813.0, 4836.0, 4853.0, 4825.0, 4827.0, 4823.0, 4824.0, 4823.0, 4836.0, 4826.0, 4836.0, 4827.0, 4834.0, 4849.0, 4827.0, 4827.0, 4827.0, 4827.0, 4848.0, 4874.0, 4848.0, 4815.0, 4827.0, 4837.0, 4873.0, 4865.0, 4863.0, 4823.0, 4809.0, 4823.0, 4810.0, 4849.0, 4834.0, 4865.0, 4821.0, 4810.0, 4835.0, 4814.0, 4835.0, 4828.0, 4825.0, 4839.0, 4858.0, 4849.0, 4826.0, 4839.0, 4842.0, 4898.0, 4861.0, 4838.0, 4826.0, 4839.0, 4867.0, 4856.0, 4897.0, 4839.0, 4815.0, 4827.0, 4825.0, 4872.0, 4847.0, 4824.0, 4824.0, 4826.0, 4836.0, 4836.0, 4883.0, 4868.0, 4827.0, 4824.0, 4825.0, 4863.0, 4836.0, 4846.0, 4815.0, 4836.0, 4864.0, 4837.0, 4826.0, 4825.0, 4841.0, 4875.0, 4871.0, 4875.0, 4835.0, 4816.0, 4826.0, 4823.0, 4894.0, 4876.0, 4814.0, 4812.0, 4825.0, 4845.0, 4846.0, 4825.0, 4828.0, 4824.0, 4824.0, 4825.0, 4877.0, 4836.0, 4837.0, 4848.0, 4846.0, 4888.0, 4839.0, 4835.0, 4836.0, 4825.0, 4855.0, 4878.0, 4889.0, 4838.0, 4827.0, 4838.0, 4824.0, 4886.0, 4840.0, 4826.0, 4827.0, 4838.0, 4866.0, 4838.0, 4866.0, 4828.0, 4827.0, 4825.0, 4829.0, 4849.0, 4839.0, 4869.0, 4836.0, 4878.0, 4824.0, 4813.0, 4814.0, 4849.0, 4883.0, 4837.0, 4826.0, 4827.0, 4835.0, 4872.0, 4838.0, 4814.0, 4812.0, 4825.0, 4835.0, 4839.0, 4836.0, 4837.0, 4829.0, 4847.0, 4857.0, 4888.0, 4837.0, 4823.0, 4826.0, 4823.0, 4873.0, 4848.0, 4824.0, 4824.0, 4826.0, 4836.0, 4837.0, 4868.0, 4827.0, 4825.0, 4836.0, 4825.0, 4889.0, 4837.0, 4816.0, 4838.0, 4829.0, 4886.0, 4851.0, 4827.0, 4837.0, 4829.0, 4876.0, 4841.0, 4835.0, 4835.0, 4837.0, 4845.0, 4865.0, 4866.0, 4838.0, 4826.0, 4835.0, 4846.0, 4878.0, 4826.0, 4813.0, 4836.0, 4826.0, 4855.0, 4839.0, 4892.0, 4894.0, 4881.0, 4824.0, 4829.0, 4868.0, 4849.0, 4848.0, 4837.0, 4851.0, 4835.0, 4834.0, 4837.0, 4847.0, 4869.0, 4880.0, 4849.0, 4836.0, 4837.0, 4866.0, 4876.0, 4857.0, 4822.0, 4822.0, 4825.0, 4863.0, 4848.0, 4833.0, 4836.0, 4827.0, 4826.0, 4848.0, 4836.0, 4835.0, 4826.0, 4834.0, 4875.0, 4835.0, 4825.0, 4803.0, 4836.0, 4863.0, 4851.0, 4837.0, 4813.0, 4813.0, 4813.0, 4834.0, 4861.0, 4855.0, 4837.0, 4803.0, 4835.0, 4816.0, 4837.0, 4838.0, 4827.0, 4828.0, 4874.0, 4848.0, 4823.0, 4823.0, 4837.0, 4855.0, 4837.0, 4834.0, 4836.0, 4865.0, 4834.0, 4826.0, 4813.0, 4813.0, 4823.0, 4834.0, 4873.0, 4896.0, 4898.0, 4856.0, 4825.0, 4820.0, 4810.0, 4809.0, 4811.0, 4837.0, 4835.0, 4852.0, 4848.0, 4836.0, 4848.0, 4850.0, 4837.0, 4844.0, 4835.0, 4828.0, 4855.0, 4837.0, 4865.0, 4846.0, 4883.0, 4846.0, 4830.0, 4848.0, 4850.0, 4861.0, 4812.0, 4808.0, 4821.0, 4839.0, 4821.0, 4872.0, 4833.0, 4810.0, 4811.0, 4811.0, 4861.0, 4823.0, 4811.0, 4822.0, 4823.0, 4831.0, 4835.0, 4828.0, 4829.0, 4827.0, 4838.0, 4856.0, 4848.0, 4847.0, 4830.0, 4850.0, 4900.0, 4849.0, 4836.0, 4838.0], 'WindowWidth': [10814.0, 10716.0, 10702.0, 10633.0, 10660.0, 10609.0, 10617.0, 10564.0, 10540.0, 10553.0, 10576.0, 10606.0, 10605.0, 10547.0, 10526.0, 10525.0, 10535.0, 10561.0, 10584.0, 10572.0, 10543.0, 10580.0, 10542.0, 10582.0, 10562.0, 10550.0, 10572.0, 10575.0, 10585.0, 10579.0, 10544.0, 10558.0, 10574.0, 10590.0, 10632.0, 10589.0, 10537.0, 10572.0, 10559.0, 10601.0, 10572.0, 10568.0, 10567.0, 10582.0, 10565.0, 10557.0, 10530.0, 10535.0, 10531.0, 10564.0, 10601.0, 10571.0, 10533.0, 10511.0, 10569.0, 10592.0, 10566.0, 10580.0, 10535.0, 10547.0, 10531.0, 10589.0, 10624.0, 10592.0, 10571.0, 10572.0, 10572.0, 10598.0, 10577.0, 10565.0, 10566.0, 10610.0, 10574.0, 10558.0, 10538.0, 10573.0, 10599.0, 10572.0, 10624.0, 10586.0, 10538.0, 10529.0, 10555.0, 10589.0, 10616.0, 10587.0, 10549.0, 10534.0, 10556.0, 10556.0, 10596.0, 10569.0, 10545.0, 10561.0, 10553.0, 10552.0, 10597.0, 10557.0, 10547.0, 10526.0, 10586.0, 10606.0, 10601.0, 10571.0, 10530.0, 10565.0, 10581.0, 10579.0, 10624.0, 10560.0, 10526.0, 10501.0, 10551.0, 10611.0, 10562.0, 10513.0, 10510.0, 10545.0, 10569.0, 10561.0, 10563.0, 10517.0, 10505.0, 10512.0, 10523.0, 10566.0, 10520.0, 10495.0, 10558.0, 10516.0, 10581.0, 10568.0, 10548.0, 10551.0, 10552.0, 10611.0, 10562.0, 10527.0, 10570.0, 10579.0, 10609.0, 10583.0, 10575.0, 10600.0, 10600.0, 10591.0, 10565.0, 10612.0, 10596.0, 10634.0, 10575.0, 10540.0, 10547.0, 10591.0, 10630.0, 10590.0, 10547.0, 10564.0, 10568.0, 10587.0, 10567.0, 10535.0, 10555.0, 10552.0, 10554.0, 10577.0, 10599.0, 10592.0, 10607.0, 10586.0, 10555.0, 10579.0, 10584.0, 10641.0, 10594.0, 10523.0, 10561.0, 10556.0, 10613.0, 10573.0, 10554.0, 10565.0, 10581.0, 10565.0, 10586.0, 10543.0, 10554.0, 10529.0, 10607.0, 10632.0, 10596.0, 10559.0, 10542.0, 10594.0, 10616.0, 10610.0, 10595.0, 10549.0, 10532.0, 10561.0, 10569.0, 10616.0, 10585.0, 10558.0, 10566.0, 10577.0, 10578.0, 10552.0, 10515.0, 10541.0, 10562.0, 10564.0, 10615.0, 10581.0, 10514.0, 10513.0, 10542.0, 10547.0, 10575.0, 10572.0, 10529.0, 10504.0, 10562.0, 10533.0, 10555.0, 10528.0, 10490.0, 10567.0, 10575.0, 10560.0, 10549.0, 10530.0, 10511.0, 10515.0, 10585.0, 10590.0, 10586.0, 10589.0, 10534.0, 10527.0, 10540.0, 10532.0, 10584.0, 10575.0, 10614.0, 10682.0, 10719.0, 10651.0, 10594.0, 10504.0, 10501.0, 10569.0, 10560.0, 10551.0, 10516.0, 10583.0, 10581.0, 10584.0, 10602.0, 10617.0, 10585.0, 10555.0, 10582.0, 10583.0, 10604.0, 10572.0, 10552.0, 10605.0, 10573.0, 10601.0, 10569.0, 10579.0, 10589.0, 10627.0, 10566.0, 10534.0, 10515.0, 10590.0, 10610.0, 10575.0, 10603.0, 10558.0, 10512.0, 10513.0, 10570.0, 10592.0, 10562.0, 10602.0, 10559.0, 10510.0, 10513.0, 10555.0, 10575.0, 10564.0, 10574.0, 10564.0, 10543.0, 10562.0, 10552.0, 10580.0, 10557.0, 10563.0, 10572.0, 10573.0, 10568.0, 10541.0, 10552.0, 10595.0, 10648.0, 10590.0, 10613.0, 10583.0, 10535.0, 10574.0, 10577.0, 10622.0, 10590.0, 10550.0, 10560.0, 10555.0, 10542.0, 10553.0, 10577.0, 10554.0, 10552.0, 10587.0, 10570.0, 10571.0, 10558.0, 10543.0, 10577.0, 10608.0, 10586.0, 10539.0, 10568.0, 10560.0, 10597.0, 10572.0, 10566.0, 10592.0, 10591.0, 10574.0, 10587.0, 10588.0, 10572.0, 10550.0, 10588.0, 10570.0, 10570.0, 10571.0, 10582.0, 10559.0, 10554.0, 10596.0, 10579.0, 10558.0, 10575.0, 10577.0, 10565.0, 10570.0, 10602.0, 10608.0, 10611.0, 10586.0, 10580.0, 10577.0, 10583.0, 10596.0, 10633.0, 10594.0, 10576.0, 10539.0, 10582.0, 10619.0, 10586.0, 10527.0, 10523.0, 10579.0, 10625.0, 10595.0, 10618.0, 10544.0, 10512.0, 10547.0, 10557.0, 10599.0, 10588.0, 10536.0, 10515.0, 10560.0, 10563.0, 10570.0, 10552.0, 10556.0, 10548.0, 10553.0, 10558.0, 10598.0, 10564.0, 10558.0, 10560.0, 10573.0, 10587.0, 10549.0, 10541.0, 10574.0, 10582.0, 10616.0, 10567.0, 10531.0, 10550.0, 10544.0, 10575.0, 10585.0, 10612.0, 10569.0, 10536.0, 10545.0, 10540.0, 10615.0, 10570.0, 10532.0, 10562.0, 10544.0, 10595.0, 10578.0, 10582.0, 10559.0, 10561.0, 10548.0, 10562.0, 10614.0, 10572.0, 10564.0, 10561.0, 10543.0, 10571.0, 10572.0, 10597.0, 10568.0, 10538.0, 10533.0, 10568.0, 10614.0, 10575.0, 10609.0, 10571.0, 10526.0, 10544.0, 10542.0, 10607.0, 10562.0, 10548.0, 10568.0, 10543.0, 10551.0, 10557.0, 10584.0, 10549.0, 10552.0, 10575.0, 10543.0, 10590.0, 10564.0, 10559.0, 10582.0, 10600.0, 10562.0, 10545.0, 10549.0, 10585.0, 10625.0, 10582.0, 10541.0, 10528.0, 10564.0, 10629.0, 10597.0, 10626.0, 10553.0, 10519.0, 10541.0, 10547.0, 10616.0, 10592.0, 10516.0, 10513.0, 10541.0, 10544.0, 10558.0, 10575.0, 10550.0, 10537.0, 10543.0, 10570.0, 10603.0, 10554.0, 10536.0, 10578.0, 10568.0, 10619.0, 10555.0, 10533.0, 10560.0, 10584.0, 10590.0, 10600.0, 10578.0, 10551.0, 10516.0, 10552.0, 10576.0, 10589.0, 10547.0, 10552.0, 10546.0, 10541.0, 10551.0, 10543.0, 10556.0, 10560.0, 10557.0, 10560.0, 10584.0, 10526.0, 10538.0, 10545.0, 10571.0, 10613.0, 10555.0, 10543.0, 10575.0, 10553.0, 10640.0, 10570.0, 10517.0, 10540.0, 10540.0, 10614.0, 10586.0, 10554.0, 10533.0, 10546.0, 10581.0, 10571.0, 10612.0, 10552.0, 10550.0, 10536.0, 10550.0, 10532.0, 10561.0, 10581.0, 10629.0, 10586.0, 10564.0, 10544.0, 10602.0, 10629.0, 10577.0, 10545.0, 10553.0, 10580.0, 10637.0, 10589.0, 10523.0, 10517.0, 10557.0, 10587.0, 10580.0, 10538.0, 10546.0, 10525.0, 10555.0, 10596.0, 10571.0, 10531.0, 10527.0, 10556.0, 10533.0, 10591.0, 10555.0, 10564.0, 10554.0, 10532.0, 10561.0, 10562.0, 10609.0, 10597.0, 10560.0, 10528.0, 10563.0, 10586.0, 10581.0, 10561.0, 10559.0, 10574.0, 10619.0, 10580.0, 10586.0, 10579.0, 10555.0, 10608.0, 10559.0, 10549.0, 10579.0, 10629.0, 10618.0, 10604.0, 10602.0, 10539.0, 10517.0, 10516.0, 10545.0, 10561.0, 10554.0, 10615.0, 10560.0, 10540.0, 10544.0, 10548.0, 10613.0, 10576.0, 10540.0, 10544.0, 10545.0, 10603.0, 10571.0, 10578.0, 10564.0, 10581.0, 10542.0, 10528.0, 10559.0, 10540.0, 10598.0, 10560.0, 10560.0, 10561.0, 10602.0, 10555.0, 10537.0, 10538.0, 10558.0, 10537.0, 10580.0, 10550.0, 10550.0, 10543.0, 10566.0, 10557.0, 10564.0, 10609.0, 10570.0, 10559.0, 10585.0, 10555.0, 10589.0, 10569.0, 10573.0, 10592.0, 10648.0, 10580.0, 10546.0, 10562.0, 10564.0, 10641.0, 10602.0, 10546.0, 10558.0, 10559.0, 10631.0, 10554.0, 10530.0, 10559.0, 10547.0, 10608.0, 10576.0, 10546.0, 10551.0, 10558.0, 10574.0, 10587.0, 10570.0, 10533.0, 10514.0, 10559.0, 10541.0, 10586.0, 10544.0, 10510.0, 10570.0, 10563.0, 10587.0, 10546.0, 10542.0, 10544.0, 10563.0, 10561.0, 10571.0, 10562.0, 10585.0, 10635.0, 10581.0, 10554.0, 10531.0, 10565.0, 10643.0, 10554.0, 10647.0, 10570.0, 10540.0, 10525.0, 10561.0, 10612.0, 10609.0, 10567.0, 10538.0, 10569.0, 10566.0, 10560.0, 10582.0, 10561.0, 10552.0, 10594.0, 10605.0, 10591.0, 10613.0, 10649.0, 10618.0, 10543.0, 10541.0, 10578.0, 10628.0, 10570.0, 10610.0, 10573.0, 10537.0, 10518.0, 10559.0, 10579.0, 10539.0, 10546.0, 10532.0, 10535.0, 10537.0, 10561.0, 10544.0, 10558.0, 10544.0, 10554.0, 10580.0, 10547.0, 10546.0, 10543.0, 10549.0, 10580.0, 10609.0, 10574.0, 10523.0, 10550.0, 10562.0, 10606.0, 10596.0, 10589.0, 10530.0, 10507.0, 10538.0, 10518.0, 10566.0, 10554.0, 10592.0, 10530.0, 10510.0, 10556.0, 10525.0, 10555.0, 10548.0, 10542.0, 10571.0, 10590.0, 10581.0, 10545.0, 10568.0, 10577.0, 10648.0, 10600.0, 10560.0, 10542.0, 10568.0, 10605.0, 10587.0, 10645.0, 10563.0, 10526.0, 10546.0, 10545.0, 10604.0, 10577.0, 10539.0, 10535.0, 10546.0, 10563.0, 10558.0, 10623.0, 10603.0, 10545.0, 10538.0, 10545.0, 10592.0, 10560.0, 10571.0, 10528.0, 10560.0, 10595.0, 10561.0, 10545.0, 10543.0, 10576.0, 10614.0, 10614.0, 10609.0, 10553.0, 10530.0, 10548.0, 10540.0, 10634.0, 10614.0, 10526.0, 10518.0, 10544.0, 10570.0, 10573.0, 10542.0, 10546.0, 10540.0, 10543.0, 10545.0, 10618.0, 10560.0, 10565.0, 10583.0, 10576.0, 10635.0, 10566.0, 10554.0, 10558.0, 10549.0, 10587.0, 10619.0, 10635.0, 10562.0, 10545.0, 10564.0, 10543.0, 10630.0, 10568.0, 10543.0, 10545.0, 10569.0, 10601.0, 10567.0, 10600.0, 10547.0, 10550.0, 10545.0, 10551.0, 10579.0, 10567.0, 10609.0, 10561.0, 10619.0, 10539.0, 10520.0, 10523.0, 10582.0, 10619.0, 10563.0, 10542.0, 10547.0, 10560.0, 10605.0, 10565.0, 10524.0, 10517.0, 10545.0, 10558.0, 10569.0, 10559.0, 10558.0, 10556.0, 10580.0, 10590.0, 10630.0, 10558.0, 10537.0, 10546.0, 10541.0, 10605.0, 10580.0, 10537.0, 10536.0, 10548.0, 10560.0, 10564.0, 10603.0, 10544.0, 10544.0, 10563.0, 10546.0, 10634.0, 10561.0, 10527.0, 10565.0, 10557.0, 10630.0, 10585.0, 10544.0, 10564.0, 10556.0, 10616.0, 10573.0, 10553.0, 10553.0, 10563.0, 10573.0, 10601.0, 10599.0, 10562.0, 10541.0, 10560.0, 10574.0, 10619.0, 10543.0, 10522.0, 10562.0, 10548.0, 10583.0, 10569.0, 10645.0, 10675.0, 10646.0, 10538.0, 10537.0, 10603.0, 10576.0, 10576.0, 10558.0, 10583.0, 10552.0, 10549.0, 10562.0, 10577.0, 10608.0, 10620.0, 10575.0, 10557.0, 10564.0, 10599.0, 10614.0, 10586.0, 10528.0, 10529.0, 10543.0, 10590.0, 10577.0, 10547.0, 10552.0, 10547.0, 10545.0, 10578.0, 10555.0, 10553.0, 10548.0, 10558.0, 10610.0, 10554.0, 10538.0, 10505.0, 10558.0, 10593.0, 10572.0, 10561.0, 10520.0, 10518.0, 10521.0, 10553.0, 10585.0, 10583.0, 10559.0, 10505.0, 10555.0, 10531.0, 10561.0, 10560.0, 10544.0, 10550.0, 10607.0, 10577.0, 10535.0, 10533.0, 10562.0, 10581.0, 10560.0, 10551.0, 10563.0, 10599.0, 10553.0, 10542.0, 10518.0, 10517.0, 10536.0, 10553.0, 10606.0, 10651.0, 10654.0, 10583.0, 10538.0, 10524.0, 10510.0, 10508.0, 10515.0, 10560.0, 10555.0, 10587.0, 10574.0, 10556.0, 10579.0, 10584.0, 10561.0, 10565.0, 10554.0, 10549.0, 10585.0, 10562.0, 10597.0, 10571.0, 10619.0, 10566.0, 10539.0, 10578.0, 10570.0, 10586.0, 10514.0, 10505.0, 10528.0, 10555.0, 10532.0, 10599.0, 10544.0, 10513.0, 10518.0, 10519.0, 10585.0, 10534.0, 10513.0, 10533.0, 10538.0, 10546.0, 10560.0, 10549.0, 10549.0, 10547.0, 10566.0, 10590.0, 10580.0, 10574.0, 10555.0, 10587.0, 10651.0, 10580.0, 10559.0, 10569.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.0033540318054256315</td></tr>
<tr><td colspan=3>aqi</td><td>0.041570571281571565</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.30946498679773</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2079296026123592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0224932382958805</td></tr>
<tr><td colspan=3>efc</td><td>0.53</td></tr>
<tr><td colspan=3>fber</td><td>3265.1399</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24059493211517352</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>601</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>56.220767072029936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.345818683990214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2524728553877713</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.460286941342188</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.324696255240683</td></tr>
<tr><td colspan=3>gcor</td><td>0.00589882</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003010672051459551</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.051817648112773895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</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.557401990767215</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>23.5988</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.2481</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.7716</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287451.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>1244.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>505.0642</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.1045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4034.3386</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.4576</td></tr>
<tr><td colspan=3>tsnr</td><td>30.350226716836914</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>