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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-01/func/sub-0075_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>d8acfc6dfe96d0f6b8d571e28a0d147a</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>15:11:47.442500</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>[1, 0, 0, 0, 1, 0]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0842458</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7685, -7300, 425, -80, -60, 34, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c9331d1-5488-48a8-b2d1-8302dc8ab0b6||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -74.03707885742188], [0.0, 0.0, 2.700000047683716, -94.09000396728516], [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': ['151147.442500', '151147.902500', '151148.362500', '151148.822500', '151149.282500', '151149.742500', '151150.202500', '151150.662500', '151151.122500', '151151.582500', '151152.042500', '151152.502500', '151152.962500', '151153.422500', '151153.882500', '151154.342500', '151154.802500', '151155.262500', '151155.722500', '151156.182500', '151156.642500', '151157.102500', '151157.562500', '151158.022500', '151158.482500', '151158.942500', '151159.402500', '151159.862500', '151200.322500', '151200.782500', '151201.242500', '151201.702500', '151202.162500', '151202.622500', '151203.082500', '151203.542500', '151204.002500', '151204.462500', '151204.922500', '151205.382500', '151205.842500', '151206.302500', '151206.762500', '151207.222500', '151207.682500', '151208.142500', '151208.602500', '151209.062500', '151209.522500', '151209.982500', '151210.442500', '151210.902500', '151211.362500', '151211.822500', '151212.282500', '151212.742500', '151213.202500', '151213.662500', '151214.122500', '151214.582500', '151215.042500', '151215.502500', '151215.962500', '151216.422500', '151216.882500', '151217.342500', '151217.802500', '151218.262500', '151218.722500', '151219.182500', '151219.642500', '151220.102500', '151220.562500', '151221.022500', '151221.482500', '151221.942500', '151222.402500', '151222.862500', '151223.322500', '151223.782500', '151224.242500', '151224.702500', '151225.162500', '151225.622500', '151226.082500', '151226.542500', '151227.002500', '151227.462500', '151227.922500', '151228.382500', '151228.842500', '151229.302500', '151229.762500', '151230.222500', '151230.682500', '151231.142500', '151231.602500', '151232.062500', '151232.522500', '151232.982500', '151233.442500', '151233.902500', '151234.362500', '151234.822500', '151235.282500', '151235.742500', '151236.202500', '151236.662500', '151237.122500', '151237.582500', '151238.042500', '151238.502500', '151238.962500', '151239.422500', '151239.882500', '151240.342500', '151240.802500', '151241.262500', '151241.722500', '151242.182500', '151242.642500', '151243.102500', '151243.562500', '151244.022500', '151244.482500', '151244.942500', '151245.402500', '151245.862500', '151246.322500', '151246.782500', '151247.242500', '151247.702500', '151248.162500', '151248.622500', '151249.082500', '151249.542500', '151250.002500', '151250.462500', '151250.922500', '151251.382500', '151251.842500', '151252.302500', '151252.762500', '151253.222500', '151253.682500', '151254.142500', '151254.602500', '151255.062500', '151255.522500', '151255.982500', '151256.442500', '151256.902500', '151257.362500', '151257.822500', '151258.282500', '151258.742500', '151259.202500', '151259.662500', '151300.122500', '151300.582500', '151301.042500', '151301.502500', '151301.962500', '151302.422500', '151302.882500', '151303.342500', '151303.802500', '151304.262500', '151304.722500', '151305.182500', '151305.642500', '151306.102500', '151306.562500', '151307.022500', '151307.482500', '151307.942500', '151308.402500', '151308.862500', '151309.322500', '151309.782500', '151310.242500', '151310.702500', '151311.162500', '151311.622500', '151312.082500', '151312.542500', '151313.002500', '151313.462500', '151313.922500', '151314.382500', '151314.842500', '151315.302500', '151315.762500', '151316.222500', '151316.682500', '151317.142500', '151317.602500', '151318.062500', '151318.522500', '151318.982500', '151319.442500', '151319.902500', '151320.362500', '151320.822500', '151321.282500', '151321.742500', '151322.202500', '151322.662500', '151323.122500', '151323.582500', '151324.042500', '151324.502500', '151324.962500', '151325.422500', '151325.882500', '151326.342500', '151326.802500', '151327.262500', '151327.722500', '151328.182500', '151328.642500', '151329.102500', '151329.562500', '151330.022500', '151330.482500', '151330.942500', '151331.402500', '151331.862500', '151332.322500', '151332.782500', '151333.242500', '151333.702500', '151334.162500', '151334.622500', '151335.082500', '151335.542500', '151336.002500', '151336.462500', '151336.922500', '151337.382500', '151337.842500', '151338.302500', '151338.762500', '151339.222500', '151339.682500', '151340.142500', '151340.602500', '151341.062500', '151341.522500', '151341.982500', '151342.442500', '151342.902500', '151343.362500', '151343.822500', '151344.282500', '151344.742500', '151345.202500', '151345.662500', '151346.122500', '151346.582500', '151347.042500', '151347.502500', '151347.962500', '151348.422500', '151348.882500', '151349.342500', '151349.802500', '151350.262500', '151350.722500', '151351.182500', '151351.642500', '151352.102500', '151352.562500', '151353.022500', '151353.482500', '151353.942500', '151354.402500', '151354.862500', '151355.322500', '151355.782500', '151356.242500', '151356.702500', '151357.162500', '151357.622500', '151358.082500', '151358.542500', '151359.002500', '151359.462500', '151359.922500', '151400.382500', '151400.842500', '151401.302500', '151401.762500', '151402.222500', '151402.682500', '151403.142500', '151403.602500', '151404.062500', '151404.522500', '151404.982500', '151405.442500', '151405.902500', '151406.362500', '151406.822500', '151407.282500', '151407.742500', '151408.202500', '151408.662500', '151409.122500', '151409.582500', '151410.042500', '151410.502500', '151410.962500', '151411.422500', '151411.882500', '151412.342500', '151412.802500', '151413.262500', '151413.722500', '151414.182500', '151414.642500', '151415.102500', '151415.562500', '151416.022500', '151416.482500', '151416.942500', '151417.402500', '151417.862500', '151418.322500', '151418.782500', '151419.242500', '151419.702500', '151420.162500', '151420.622500', '151421.082500', '151421.542500', '151422.002500', '151422.462500', '151422.922500', '151423.382500', '151423.842500', '151424.302500', '151424.762500', '151425.222500', '151425.682500', '151426.142500', '151426.602500', '151427.062500', '151427.522500', '151427.982500', '151428.442500', '151428.902500', '151429.362500', '151429.822500', '151430.282500', '151430.742500', '151431.202500', '151431.662500', '151432.122500', '151432.582500', '151433.042500', '151433.502500', '151433.962500', '151434.422500', '151434.882500', '151435.342500', '151435.802500', '151436.262500', '151436.722500', '151437.182500', '151437.642500', '151438.102500', '151438.562500', '151439.022500', '151439.482500', '151439.942500', '151440.402500', '151440.862500', '151441.322500', '151441.782500', '151442.242500', '151442.702500', '151443.162500', '151443.622500', '151444.082500', '151444.542500', '151445.002500', '151445.462500', '151445.922500', '151446.382500', '151446.842500', '151447.302500', '151447.762500', '151448.222500', '151448.682500', '151449.142500', '151449.602500', '151450.062500', '151450.522500', '151450.982500', '151451.442500', '151451.902500', '151452.362500', '151452.822500', '151453.282500', '151453.742500', '151454.202500', '151454.662500', '151455.122500', '151455.582500', '151456.042500', '151456.502500', '151456.962500', '151457.422500', '151457.882500', '151458.342500', '151458.802500', '151459.262500', '151459.722500', '151500.182500', '151500.642500', '151501.102500', '151501.562500', '151502.022500', '151502.482500', '151502.942500', '151503.402500', '151503.862500', '151504.322500', '151504.782500', '151505.242500', '151505.702500', '151506.162500', '151506.622500', '151507.082500', '151507.542500', '151508.002500', '151508.462500', '151508.922500', '151509.382500', '151509.842500', '151510.302500', '151510.762500', '151511.222500', '151511.682500', '151512.142500', '151512.602500', '151513.062500', '151513.522500', '151513.982500', '151514.442500', '151514.902500', '151515.362500', '151515.822500', '151516.282500', '151516.742500', '151517.202500', '151517.662500', '151518.122500', '151518.582500', '151519.042500', '151519.502500', '151519.962500', '151520.422500', '151520.882500', '151521.342500', '151521.802500', '151522.262500', '151522.722500', '151523.182500', '151523.642500', '151524.102500', '151524.562500', '151525.022500', '151525.482500', '151525.942500', '151526.402500', '151526.862500', '151527.322500', '151527.782500', '151528.242500', '151528.702500', '151529.162500', '151529.622500', '151530.082500', '151530.542500', '151531.002500', '151531.462500', '151531.922500', '151532.382500', '151532.842500', '151533.302500', '151533.762500', '151534.222500', '151534.682500', '151535.142500', '151535.602500', '151536.062500', '151536.522500', '151536.982500', '151537.442500', '151537.902500', '151538.362500', '151538.822500', '151539.282500', '151539.742500', '151540.202500', '151540.662500', '151541.122500', '151541.582500', '151542.042500', '151542.502500', '151542.962500', '151543.422500', '151543.882500', '151544.342500', '151544.802500', '151545.262500', '151545.722500', '151546.182500', '151546.642500', '151547.102500', '151547.562500', '151548.022500', '151548.482500', '151548.942500', '151549.402500', '151549.862500', '151550.322500', '151550.782500', '151551.242500', '151551.702500', '151552.162500', '151552.622500', '151553.082500', '151553.542500', '151554.002500', '151554.462500', '151554.922500', '151555.382500', '151555.842500', '151556.302500', '151556.762500', '151557.222500', '151557.682500', '151558.142500', '151558.602500', '151559.062500', '151559.522500', '151559.982500', '151600.442500', '151600.902500', '151601.362500', '151601.822500', '151602.282500', '151602.742500', '151603.202500', '151603.662500', '151604.122500', '151604.582500', '151605.042500', '151605.502500', '151605.962500', '151606.422500', '151606.882500', '151607.342500', '151607.802500', '151608.262500', '151608.722500', '151609.182500', '151609.642500', '151610.102500', '151610.562500', '151611.022500', '151611.482500', '151611.942500', '151612.402500', '151612.862500', '151613.322500', '151613.782500', '151614.242500', '151614.702500', '151615.162500', '151615.622500', '151616.082500', '151616.542500', '151617.002500', '151617.462500', '151617.922500', '151618.382500', '151618.842500', '151619.302500', '151619.762500', '151620.222500', '151620.682500', '151621.142500', '151621.602500', '151622.062500', '151622.522500', '151622.982500', '151623.442500', '151623.902500', '151624.362500', '151624.822500', '151625.282500', '151625.742500', '151626.202500', '151626.662500', '151627.122500', '151627.582500', '151628.042500', '151628.502500', '151628.962500', '151629.422500', '151629.882500', '151630.342500', '151630.802500', '151631.262500', '151631.722500', '151632.182500', '151632.642500', '151633.102500', '151633.562500', '151634.022500', '151634.482500', '151634.942500', '151635.402500', '151635.862500', '151636.322500', '151636.782500', '151637.242500', '151637.702500', '151638.162500', '151638.622500', '151639.082500', '151639.542500', '151640.002500', '151640.462500', '151640.922500', '151641.382500', '151641.842500', '151642.302500', '151642.762500', '151643.222500', '151643.682500', '151644.142500', '151644.602500', '151645.062500', '151645.522500', '151645.982500', '151646.442500', '151646.902500', '151647.362500', '151647.822500', '151648.282500', '151648.742500', '151649.202500', '151649.662500', '151650.122500', '151650.582500', '151651.042500', '151651.502500', '151651.962500', '151652.422500', '151652.882500', '151653.342500', '151653.802500', '151654.262500', '151654.722500', '151655.182500', '151655.642500', '151656.102500', '151656.562500', '151657.022500', '151657.482500', '151657.942500', '151658.402500', '151658.862500', '151659.322500', '151659.782500', '151700.242500', '151700.702500', '151701.162500', '151701.622500', '151702.082500', '151702.542500', '151703.002500', '151703.462500', '151703.922500', '151704.382500', '151704.842500', '151705.302500', '151705.762500', '151706.222500', '151706.682500', '151707.142500', '151707.602500', '151708.062500', '151708.522500', '151708.982500', '151709.442500', '151709.902500', '151710.362500', '151710.822500', '151711.282500', '151711.742500', '151712.202500', '151712.662500', '151713.122500', '151713.582500', '151714.042500', '151714.502500', '151714.962500', '151715.422500', '151715.882500', '151716.342500', '151716.802500', '151717.262500', '151717.722500', '151718.182500', '151718.642500', '151719.102500', '151719.562500', '151720.022500', '151720.482500', '151720.942500', '151721.402500', '151721.862500', '151722.322500', '151722.782500', '151723.242500', '151723.702500', '151724.162500', '151724.622500', '151725.082500', '151725.542500', '151726.002500', '151726.462500', '151726.922500', '151727.382500', '151727.842500', '151728.302500', '151728.762500', '151729.222500', '151729.682500', '151730.142500', '151730.602500', '151731.062500', '151731.522500', '151731.982500', '151732.442500', '151732.902500', '151733.362500', '151733.822500', '151734.282500', '151734.742500', '151735.202500', '151735.662500', '151736.122500', '151736.582500', '151737.042500', '151737.502500', '151737.962500', '151738.422500', '151738.882500', '151739.342500', '151739.802500', '151740.262500', '151740.722500', '151741.182500', '151741.642500', '151742.102500', '151742.562500', '151743.022500', '151743.482500', '151743.942500', '151744.402500', '151744.862500', '151745.322500', '151745.782500', '151746.242500', '151746.702500', '151747.162500', '151747.622500', '151748.082500', '151748.542500', '151749.002500', '151749.462500', '151749.922500', '151750.382500', '151750.842500', '151751.302500', '151751.762500', '151752.222500', '151752.682500', '151753.142500', '151753.602500', '151754.062500', '151754.522500', '151754.982500', '151755.442500', '151755.902500', '151756.362500', '151756.822500', '151757.282500', '151757.742500', '151758.202500', '151758.662500', '151759.122500', '151759.582500', '151800.042500', '151800.502500', '151800.962500', '151801.422500', '151801.882500', '151802.342500', '151802.802500', '151803.262500', '151803.722500', '151804.182500', '151804.642500', '151805.102500', '151805.562500', '151806.022500', '151806.482500', '151806.942500', '151807.402500', '151807.862500', '151808.322500', '151808.782500', '151809.242500', '151809.702500', '151810.162500', '151810.622500', '151811.082500', '151811.542500', '151812.002500', '151812.462500', '151812.922500', '151813.382500', '151813.842500', '151814.302500', '151814.762500', '151815.222500', '151815.682500', '151816.142500', '151816.602500', '151817.062500', '151817.522500', '151817.982500', '151818.442500', '151818.902500', '151819.362500', '151819.822500', '151820.282500', '151820.742500', '151821.202500', '151821.662500', '151822.122500', '151822.582500', '151823.042500', '151823.502500', '151823.962500', '151824.422500', '151824.882500', '151825.342500', '151825.802500', '151826.262500', '151826.722500', '151827.182500', '151827.642500', '151828.102500', '151828.562500', '151829.022500', '151829.482500', '151829.942500', '151830.402500', '151830.862500', '151831.322500', '151831.782500', '151832.242500', '151832.702500', '151833.162500', '151833.622500', '151834.082500', '151834.542500', '151835.002500', '151835.462500', '151835.922500', '151836.382500', '151836.842500', '151837.302500', '151837.762500', '151838.222500', '151838.682500', '151839.142500', '151839.602500', '151840.062500', '151840.522500', '151840.982500', '151841.442500', '151841.902500', '151842.362500', '151842.822500', '151843.282500', '151843.742500', '151844.202500', '151844.662500', '151845.122500', '151845.582500', '151846.042500', '151846.502500', '151846.962500', '151847.422500', '151847.882500', '151848.342500', '151848.802500', '151849.262500', '151849.722500', '151850.182500', '151850.642500', '151851.102500', '151851.562500', '151852.022500', '151852.482500', '151852.942500', '151853.402500', '151853.862500', '151854.322500', '151854.782500', '151855.242500', '151855.702500', '151856.162500', '151856.622500', '151857.082500', '151857.542500', '151858.002500', '151858.462500', '151858.922500', '151859.382500', '151859.842500', '151900.302500', '151900.762500', '151901.222500', '151901.682500', '151902.142500', '151902.602500', '151903.062500', '151903.522500', '151903.982500', '151904.442500', '151904.902500', '151905.362500', '151905.822500', '151906.282500', '151906.742500', '151907.202500', '151907.662500', '151908.122500', '151908.582500', '151909.042500', '151909.502500', '151909.962500', '151910.422500', '151910.882500', '151911.342500', '151911.802500', '151912.262500', '151912.722500', '151913.182500', '151913.642500', '151914.102500', '151914.562500', '151915.022500', '151915.482500', '151915.942500', '151916.402500', '151916.862500', '151917.322500', '151917.782500', '151918.242500', '151918.702500', '151919.162500', '151919.622500', '151920.082500', '151920.542500', '151921.002500', '151921.462500', '151921.922500', '151922.382500', '151922.842500', '151923.302500', '151923.762500', '151924.222500', '151924.682500', '151925.142500', '151925.602500', '151926.062500', '151926.522500', '151926.982500', '151927.442500', '151927.902500', '151928.362500', '151928.822500', '151929.282500', '151929.742500', '151930.202500', '151930.662500', '151931.122500', '151931.582500', '151932.042500', '151932.502500', '151932.962500', '151933.422500', '151933.882500', '151934.342500', '151934.802500', '151935.262500', '151935.722500', '151936.182500', '151936.642500', '151937.102500', '151937.562500', '151938.022500', '151938.482500', '151938.942500', '151939.402500', '151939.862500', '151940.322500', '151940.782500', '151941.242500', '151941.702500', '151942.162500', '151942.622500', '151943.082500', '151943.542500', '151944.002500', '151944.462500', '151944.922500', '151945.382500', '151945.842500', '151946.302500', '151946.762500', '151947.222500', '151947.682500', '151948.142500', '151948.602500', '151949.062500', '151949.522500', '151949.982500', '151950.442500', '151950.902500', '151951.362500', '151951.822500', '151952.282500', '151952.742500', '151953.202500', '151953.662500', '151954.122500', '151954.582500', '151955.042500', '151955.502500', '151955.962500', '151956.422500', '151956.882500', '151957.342500', '151957.802500', '151958.262500', '151958.722500', '151959.182500', '151959.642500', '152000.102500', '152000.562500'], 'ContentTime': ['151208.392000', '151208.395000', '151208.398000', '151208.401000', '151208.403000', '151208.406000', '151208.409000', '151208.411000', '151208.414000', '151208.417000', '151208.419000', '151208.422000', '151208.425000', '151208.434000', '151208.437000', '151208.439000', '151208.442000', '151208.445000', '151208.447000', '151208.450000', '151208.453000', '151208.455000', '151208.458000', '151208.460000', '151208.463000', '151208.466000', '151208.468000', '151208.471000', '151208.474000', '151208.476000', '151208.479000', '151208.481000', '151208.484000', '151208.487000', '151208.489000', '151208.492000', '151208.495000', '151208.497000', '151208.500000', '151208.504000', '151208.507000', '151208.510000', '151228.361000', '151228.364000', '151228.367000', '151228.370000', '151228.372000', '151228.375000', '151228.377000', '151228.380000', '151228.383000', '151228.385000', '151228.388000', '151228.391000', '151228.393000', '151228.396000', '151228.398000', '151228.402000', '151228.404000', '151228.407000', '151228.409000', '151228.412000', '151228.415000', '151228.417000', '151228.420000', '151228.422000', '151228.425000', '151228.428000', '151228.430000', '151228.433000', '151228.436000', '151228.438000', '151228.441000', '151228.443000', '151228.446000', '151228.449000', '151228.451000', '151228.454000', '151228.456000', '151228.459000', '151228.466000', '151228.469000', '151228.471000', '151228.474000', '151228.477000', '151228.479000', '151248.361000', '151248.371000', '151248.373000', '151248.376000', '151248.378000', '151248.381000', '151248.384000', '151248.386000', '151248.389000', '151248.392000', '151248.394000', '151248.397000', '151248.400000', '151248.402000', '151248.405000', '151248.407000', '151248.410000', '151248.413000', '151248.415000', '151248.418000', '151248.421000', '151248.423000', '151248.426000', '151248.429000', '151248.431000', '151248.434000', '151248.449000', '151248.452000', '151248.454000', '151248.457000', '151248.460000', '151248.462000', '151248.465000', '151248.467000', '151248.470000', '151248.477000', '151248.479000', '151248.482000', '151248.484000', '151248.487000', '151248.490000', '151248.492000', '151248.495000', '151308.360000', '151308.363000', '151308.366000', '151308.369000', '151308.371000', '151308.374000', '151308.376000', '151308.379000', '151308.382000', '151308.384000', '151308.387000', '151308.390000', '151308.392000', '151308.395000', '151308.397000', '151308.400000', '151308.403000', '151308.405000', '151308.408000', '151308.411000', '151308.413000', '151308.416000', '151308.419000', '151308.421000', '151308.424000', '151308.426000', '151308.429000', '151308.432000', '151308.434000', '151308.437000', '151308.439000', '151308.442000', '151308.444000', '151308.447000', '151308.450000', '151308.452000', '151308.455000', '151308.457000', '151308.462000', '151308.465000', '151308.468000', '151308.470000', '151308.473000', '151308.475000', '151328.360000', '151328.363000', '151328.366000', '151328.368000', '151328.372000', '151328.374000', '151328.377000', '151328.379000', '151328.382000', '151328.385000', '151328.387000', '151328.390000', '151328.394000', '151328.396000', '151328.399000', '151328.401000', '151328.404000', '151328.407000', '151328.409000', '151328.412000', '151328.414000', '151328.417000', '151328.420000', '151328.422000', '151328.425000', '151328.428000', '151328.430000', '151328.433000', '151328.435000', '151328.438000', '151328.441000', '151328.443000', '151328.446000', '151328.448000', '151328.451000', '151328.454000', '151328.456000', '151328.459000', '151328.462000', '151328.464000', '151328.467000', '151328.469000', '151328.472000', '151348.361000', '151348.363000', '151348.366000', '151348.369000', '151348.371000', '151348.374000', '151348.376000', '151348.379000', '151348.382000', '151348.386000', '151348.389000', '151348.391000', '151348.394000', '151348.397000', '151348.399000', '151348.402000', '151348.405000', '151348.407000', '151348.410000', '151348.412000', '151348.415000', '151348.418000', '151348.420000', '151348.423000', '151348.426000', '151348.428000', '151348.431000', '151348.441000', '151348.444000', '151348.446000', '151348.449000', '151348.451000', '151348.454000', '151348.457000', '151348.460000', '151348.462000', '151348.465000', '151348.467000', '151348.470000', '151348.473000', '151348.475000', '151348.478000', '151348.480000', '151348.483000', '151408.361000', '151408.364000', '151408.367000', '151408.370000', '151408.372000', '151408.375000', '151408.378000', '151408.380000', '151408.383000', '151408.386000', '151408.388000', '151408.391000', '151408.394000', '151408.396000', '151408.399000', '151408.402000', '151408.404000', '151408.407000', '151408.410000', '151408.412000', '151408.415000', '151408.417000', '151408.420000', '151408.423000', '151408.425000', '151408.428000', '151408.431000', '151408.433000', '151408.436000', '151408.438000', '151408.441000', '151408.444000', '151408.446000', '151408.449000', '151408.452000', '151408.454000', '151408.457000', '151408.460000', '151408.462000', '151408.465000', '151408.468000', '151408.470000', '151408.473000', '151428.362000', '151428.365000', '151428.370000', '151428.372000', '151428.375000', '151428.378000', '151428.380000', '151428.383000', '151428.386000', '151428.388000', '151428.391000', '151428.394000', '151428.397000', '151428.399000', '151428.402000', '151428.404000', '151428.407000', '151428.410000', '151428.412000', '151428.415000', '151428.417000', '151428.420000', '151428.458000', '151428.461000', '151428.464000', '151428.466000', '151428.469000', '151428.471000', '151428.474000', '151428.476000', '151428.479000', '151428.482000', '151428.484000', '151428.487000', '151428.490000', '151428.492000', '151428.495000', '151428.498000', '151428.500000', '151428.503000', '151428.506000', '151428.508000', '151428.511000', '151448.362000', '151448.364000', '151448.367000', '151448.370000', '151448.372000', '151448.375000', '151448.378000', '151448.380000', '151448.383000', '151448.386000', '151448.388000', '151448.391000', '151448.394000', '151448.396000', '151448.399000', '151448.402000', '151448.404000', '151448.407000', '151448.409000', '151448.412000', '151448.415000', '151448.418000', '151448.420000', '151448.423000', '151448.426000', '151448.428000', '151448.431000', '151448.434000', '151448.436000', '151448.439000', '151448.441000', '151448.444000', '151448.447000', '151448.449000', '151448.452000', '151448.454000', '151448.457000', '151448.460000', '151448.462000', '151448.465000', '151448.468000', '151448.470000', '151448.473000', '151448.475000', '151508.361000', '151508.364000', '151508.366000', '151508.369000', '151508.371000', '151508.374000', '151508.377000', '151508.379000', '151508.382000', '151508.385000', '151508.387000', '151508.390000', '151508.393000', '151508.395000', '151508.398000', '151508.401000', '151508.403000', '151508.406000', '151508.409000', '151508.411000', '151508.414000', '151508.417000', '151508.419000', '151508.422000', '151508.426000', '151508.429000', '151508.431000', '151508.434000', '151508.437000', '151508.439000', '151508.442000', '151508.445000', '151508.447000', '151508.450000', '151508.453000', '151508.455000', '151508.458000', '151508.461000', '151508.463000', '151508.466000', '151508.469000', '151508.471000', '151508.474000', '151528.360000', '151528.363000', '151528.366000', '151528.369000', '151528.371000', '151528.374000', '151528.377000', '151528.379000', '151528.382000', '151528.385000', '151528.387000', '151528.390000', '151528.393000', '151528.395000', '151528.398000', '151528.401000', '151528.403000', '151528.406000', '151528.409000', '151528.411000', '151528.414000', '151528.417000', '151528.419000', '151528.422000', '151528.425000', '151528.427000', '151528.430000', '151528.433000', '151528.435000', '151528.438000', '151528.441000', '151528.443000', '151528.446000', '151528.448000', '151528.451000', '151528.454000', '151528.456000', '151528.459000', '151528.462000', '151528.464000', '151528.467000', '151528.469000', '151528.472000', '151528.475000', '151548.360000', '151548.363000', '151548.366000', '151548.369000', '151548.372000', '151548.374000', '151548.377000', '151548.379000', '151548.382000', '151548.385000', '151548.387000', '151548.390000', '151548.393000', '151548.395000', '151548.398000', '151548.401000', '151548.403000', '151548.406000', '151548.409000', '151548.411000', '151548.414000', '151548.417000', '151548.419000', '151548.422000', '151548.425000', '151548.428000', '151548.431000', '151548.433000', '151548.436000', '151548.438000', '151548.441000', '151548.444000', '151548.446000', '151548.449000', '151548.452000', '151548.455000', '151548.457000', '151548.460000', '151548.462000', '151548.465000', '151548.468000', '151548.470000', '151548.473000', '151608.361000', '151608.364000', '151608.367000', '151608.369000', '151608.380000', '151608.382000', '151608.385000', '151608.388000', '151608.390000', '151608.393000', '151608.396000', '151608.398000', '151608.401000', '151608.403000', '151608.406000', '151608.409000', '151608.411000', '151608.414000', '151608.417000', '151608.419000', '151608.422000', '151608.425000', '151608.427000', '151608.430000', '151608.433000', '151608.435000', '151608.438000', '151608.441000', '151608.443000', '151608.446000', '151608.449000', '151608.451000', '151608.454000', '151608.457000', '151608.459000', '151608.462000', '151608.465000', '151608.467000', '151608.470000', '151608.473000', '151608.475000', '151608.478000', '151608.481000', '151608.483000', '151628.361000', '151628.364000', '151628.367000', '151628.370000', '151628.373000', '151628.376000', '151628.378000', '151628.381000', '151628.384000', '151628.386000', '151628.389000', '151628.392000', '151628.394000', '151628.397000', '151628.400000', '151628.403000', '151628.405000', '151628.408000', '151628.411000', '151628.413000', '151628.416000', '151628.419000', '151628.421000', '151628.424000', '151628.426000', '151628.429000', '151628.432000', '151628.434000', '151628.437000', '151628.440000', '151628.442000', '151628.445000', '151628.448000', '151628.451000', '151628.453000', '151628.456000', '151628.458000', '151628.461000', '151628.464000', '151628.466000', '151628.469000', '151628.472000', '151628.475000', '151648.362000', '151648.364000', '151648.367000', '151648.370000', '151648.373000', '151648.375000', '151648.378000', '151648.380000', '151648.383000', '151648.386000', '151648.388000', '151648.391000', '151648.394000', '151648.397000', '151648.399000', '151648.402000', '151648.405000', '151648.407000', '151648.410000', '151648.412000', '151648.415000', '151648.418000', '151648.420000', '151648.423000', '151648.426000', '151648.428000', '151648.431000', '151648.434000', '151648.436000', '151648.439000', '151648.442000', '151648.444000', '151648.447000', '151648.450000', '151648.452000', '151648.455000', '151648.458000', '151648.460000', '151648.463000', '151648.465000', '151648.468000', '151648.471000', '151648.473000', '151648.476000', '151708.362000', '151708.365000', '151708.368000', '151708.371000', '151708.373000', '151708.376000', '151708.379000', '151708.381000', '151708.384000', '151708.387000', '151708.389000', '151708.392000', '151708.395000', '151708.397000', '151708.400000', '151708.403000', '151708.405000', '151708.408000', '151708.411000', '151708.413000', '151708.416000', '151708.418000', '151708.421000', '151708.424000', '151708.426000', '151708.429000', '151708.432000', '151708.434000', '151708.437000', '151708.440000', '151708.442000', '151708.445000', '151708.448000', '151708.450000', '151708.453000', '151708.456000', '151708.458000', '151708.461000', '151708.464000', '151708.466000', '151708.469000', '151708.472000', '151708.474000', '151728.361000', '151728.364000', '151728.366000', '151728.370000', '151728.372000', '151728.375000', '151728.378000', '151728.380000', '151728.383000', '151728.386000', '151728.388000', '151728.391000', '151728.394000', '151728.396000', '151728.399000', '151728.402000', '151728.404000', '151728.407000', '151728.410000', '151728.418000', '151728.420000', '151728.423000', '151728.426000', '151728.428000', '151728.431000', '151728.434000', '151728.436000', '151728.439000', '151728.442000', '151728.492000', '151728.495000', '151728.497000', '151728.500000', '151728.503000', '151728.505000', '151728.508000', '151728.511000', '151728.513000', '151728.516000', '151728.519000', '151728.521000', '151728.524000', '151728.526000', '151728.529000', '151748.361000', '151748.365000', '151748.368000', '151748.371000', '151748.373000', '151748.376000', '151748.379000', '151748.381000', '151748.384000', '151748.387000', '151748.389000', '151748.392000', '151748.395000', '151748.397000', '151748.400000', '151748.403000', '151748.405000', '151748.408000', '151748.410000', '151748.413000', '151748.416000', '151748.418000', '151748.421000', '151748.424000', '151748.426000', '151748.429000', '151748.432000', '151748.434000', '151748.437000', '151748.440000', '151748.442000', '151748.445000', '151748.447000', '151748.450000', '151748.453000', '151748.456000', '151748.459000', '151748.461000', '151748.464000', '151748.467000', '151748.469000', '151748.472000', '151748.474000', '151808.360000', '151808.363000', '151808.366000', '151808.369000', '151808.371000', '151808.374000', '151808.377000', '151808.379000', '151808.382000', '151808.385000', '151808.387000', '151808.390000', '151808.393000', '151808.395000', '151808.398000', '151808.401000', '151808.404000', '151808.406000', '151808.409000', '151808.411000', '151808.414000', '151808.417000', '151808.420000', '151808.422000', '151808.425000', '151808.428000', '151808.430000', '151808.433000', '151808.436000', '151808.438000', '151808.441000', '151808.444000', '151808.446000', '151808.449000', '151808.452000', '151808.454000', '151808.457000', '151808.459000', '151808.462000', '151808.465000', '151808.467000', '151808.470000', '151808.473000', '151808.475000', '151828.361000', '151828.364000', '151828.366000', '151828.369000', '151828.372000', '151828.374000', '151828.377000', '151828.379000', '151828.382000', '151828.385000', '151828.387000', '151828.390000', '151828.393000', '151828.396000', '151828.398000', '151828.401000', '151828.403000', '151828.406000', '151828.409000', '151828.411000', '151828.414000', '151828.417000', '151828.419000', '151828.422000', '151828.425000', '151828.427000', '151828.430000', '151828.432000', '151828.435000', '151828.438000', '151828.440000', '151828.443000', '151828.446000', '151828.448000', '151828.451000', '151828.454000', '151828.456000', '151828.459000', '151828.462000', '151828.464000', '151828.467000', '151828.470000', '151828.472000', '151848.362000', '151848.365000', '151848.367000', '151848.370000', '151848.373000', '151848.375000', '151848.378000', '151848.381000', '151848.383000', '151848.386000', '151848.389000', '151848.391000', '151848.394000', '151848.397000', '151848.399000', '151848.402000', '151848.404000', '151848.407000', '151848.410000', '151848.412000', '151848.415000', '151848.418000', '151848.420000', '151848.423000', '151848.425000', '151848.433000', '151848.436000', '151848.439000', '151848.441000', '151848.444000', '151848.447000', '151848.449000', '151848.452000', '151848.455000', '151848.457000', '151848.460000', '151848.462000', '151848.465000', '151848.468000', '151848.470000', '151848.473000', '151848.476000', '151848.479000', '151848.481000', '151908.362000', '151908.364000', '151908.367000', '151908.370000', '151908.373000', '151908.375000', '151908.378000', '151908.380000', '151908.383000', '151908.386000', '151908.389000', '151908.391000', '151908.394000', '151908.396000', '151908.399000', '151908.402000', '151908.404000', '151908.407000', '151908.410000', '151908.412000', '151908.415000', '151908.417000', '151908.420000', '151908.422000', '151908.425000', '151908.428000', '151908.430000', '151908.433000', '151908.436000', '151908.438000', '151908.441000', '151908.444000', '151908.446000', '151908.449000', '151908.451000', '151908.454000', '151908.457000', '151908.459000', '151908.462000', '151908.465000', '151908.468000', '151908.470000', '151908.473000', '151928.361000', '151928.364000', '151928.367000', '151928.370000', '151928.372000', '151928.375000', '151928.378000', '151928.380000', '151928.383000', '151928.386000', '151928.388000', '151928.391000', '151928.394000', '151928.396000', '151928.399000', '151928.401000', '151928.404000', '151928.407000', '151928.409000', '151928.412000', '151928.415000', '151928.417000', '151928.420000', '151928.422000', '151928.425000', '151928.428000', '151928.430000', '151928.433000', '151928.436000', '151928.438000', '151928.441000', '151928.443000', '151928.446000', '151928.449000', '151928.451000', '151928.454000', '151928.457000', '151928.459000', '151928.462000', '151928.465000', '151928.467000', '151928.470000', '151928.473000', '151928.475000', '151948.361000', '151948.363000', '151948.366000', '151948.369000', '151948.371000', '151948.374000', '151948.377000', '151948.379000', '151948.382000', '151948.385000', '151948.387000', '151948.390000', '151948.393000', '151948.395000', '151948.398000', '151948.401000', '151948.403000', '151948.406000', '151948.409000', '151948.411000', '151948.414000', '151948.416000', '151948.419000', '151948.422000', '151948.424000', '151948.427000', '151948.430000', '151948.432000', '151948.435000', '151948.437000', '151948.440000', '151948.443000', '151948.445000', '151948.448000', '151948.451000', '151948.453000', '151948.456000', '151948.459000', '151948.461000', '151948.464000', '151948.467000', '151948.469000', '151948.472000', '152002.304000', '152002.307000', '152002.310000', '152002.313000', '152002.316000', '152002.319000', '152002.321000', '152002.325000', '152002.328000', '152002.331000', '152002.333000', '152002.336000', '152002.339000', '152002.342000', '152002.345000', '152002.347000', '152002.350000', '152002.353000', '152002.356000', '152002.359000', '152002.362000', '152002.365000', '152002.374000', '152002.377000', '152002.380000', '152002.383000', '152002.386000', '152002.388000', '152002.391000', '152002.394000', '152002.397000'], 'InstanceCreationTime': ['151208.392000', '151208.395000', '151208.398000', '151208.401000', '151208.403000', '151208.406000', '151208.409000', '151208.411000', '151208.414000', '151208.417000', '151208.419000', '151208.422000', '151208.425000', '151208.434000', '151208.437000', '151208.439000', '151208.442000', '151208.445000', '151208.447000', '151208.450000', '151208.453000', '151208.455000', '151208.458000', '151208.460000', '151208.463000', '151208.466000', '151208.468000', '151208.471000', '151208.474000', '151208.476000', '151208.479000', '151208.481000', '151208.484000', '151208.487000', '151208.489000', '151208.492000', '151208.495000', '151208.497000', '151208.500000', '151208.504000', '151208.507000', '151208.510000', '151228.361000', '151228.364000', '151228.367000', '151228.370000', '151228.372000', '151228.375000', '151228.377000', '151228.380000', '151228.383000', '151228.385000', '151228.388000', '151228.391000', '151228.393000', '151228.396000', '151228.398000', '151228.402000', '151228.404000', '151228.407000', '151228.409000', '151228.412000', '151228.415000', '151228.417000', '151228.420000', '151228.422000', '151228.425000', '151228.428000', '151228.430000', '151228.433000', '151228.436000', '151228.438000', '151228.441000', '151228.443000', '151228.446000', '151228.449000', '151228.451000', '151228.454000', '151228.456000', '151228.459000', '151228.466000', '151228.469000', '151228.471000', '151228.474000', '151228.477000', '151228.479000', '151248.361000', '151248.371000', '151248.373000', '151248.376000', '151248.378000', '151248.381000', '151248.384000', '151248.386000', '151248.389000', '151248.392000', '151248.394000', '151248.397000', '151248.400000', '151248.402000', '151248.405000', '151248.407000', '151248.410000', '151248.413000', '151248.415000', '151248.418000', '151248.421000', '151248.423000', '151248.426000', '151248.429000', '151248.431000', '151248.434000', '151248.449000', '151248.452000', '151248.454000', '151248.457000', '151248.460000', '151248.462000', '151248.465000', '151248.467000', '151248.470000', '151248.477000', '151248.479000', '151248.482000', '151248.484000', '151248.487000', '151248.490000', '151248.492000', '151248.495000', '151308.360000', '151308.363000', '151308.366000', '151308.369000', '151308.371000', '151308.374000', '151308.376000', '151308.379000', '151308.382000', '151308.384000', '151308.387000', '151308.390000', '151308.392000', '151308.395000', '151308.397000', '151308.400000', '151308.403000', '151308.405000', '151308.408000', '151308.411000', '151308.413000', '151308.416000', '151308.419000', '151308.421000', '151308.424000', '151308.426000', '151308.429000', '151308.432000', '151308.434000', '151308.437000', '151308.439000', '151308.442000', '151308.444000', '151308.447000', '151308.450000', '151308.452000', '151308.455000', '151308.457000', '151308.462000', '151308.465000', '151308.468000', '151308.470000', '151308.473000', '151308.475000', '151328.360000', '151328.363000', '151328.366000', '151328.368000', '151328.372000', '151328.374000', '151328.377000', '151328.379000', '151328.382000', '151328.385000', '151328.387000', '151328.390000', '151328.394000', '151328.396000', '151328.399000', '151328.401000', '151328.404000', '151328.407000', '151328.409000', '151328.412000', '151328.414000', '151328.417000', '151328.420000', '151328.422000', '151328.425000', '151328.428000', '151328.430000', '151328.433000', '151328.435000', '151328.438000', '151328.441000', '151328.443000', '151328.446000', '151328.448000', '151328.451000', '151328.454000', '151328.456000', '151328.459000', '151328.462000', '151328.464000', '151328.467000', '151328.469000', '151328.472000', '151348.361000', '151348.363000', '151348.366000', '151348.369000', '151348.371000', '151348.374000', '151348.376000', '151348.379000', '151348.382000', '151348.386000', '151348.389000', '151348.391000', '151348.394000', '151348.397000', '151348.399000', '151348.402000', '151348.405000', '151348.407000', '151348.410000', '151348.412000', '151348.415000', '151348.418000', '151348.420000', '151348.423000', '151348.426000', '151348.428000', '151348.431000', '151348.441000', '151348.444000', '151348.446000', '151348.449000', '151348.451000', '151348.454000', '151348.457000', '151348.460000', '151348.462000', '151348.465000', '151348.467000', '151348.470000', '151348.473000', '151348.475000', '151348.478000', '151348.480000', '151348.483000', '151408.361000', '151408.364000', '151408.367000', '151408.370000', '151408.372000', '151408.375000', '151408.378000', '151408.380000', '151408.383000', '151408.386000', '151408.388000', '151408.391000', '151408.394000', '151408.396000', '151408.399000', '151408.402000', '151408.404000', '151408.407000', '151408.410000', '151408.412000', '151408.415000', '151408.417000', '151408.420000', '151408.423000', '151408.425000', '151408.428000', '151408.431000', '151408.433000', '151408.436000', '151408.438000', '151408.441000', '151408.444000', '151408.446000', '151408.449000', '151408.452000', '151408.454000', '151408.457000', '151408.460000', '151408.462000', '151408.465000', '151408.468000', '151408.470000', '151408.473000', '151428.362000', '151428.365000', '151428.370000', '151428.372000', '151428.375000', '151428.378000', '151428.380000', '151428.383000', '151428.386000', '151428.388000', '151428.391000', '151428.394000', '151428.397000', '151428.399000', '151428.402000', '151428.404000', '151428.407000', '151428.410000', '151428.412000', '151428.415000', '151428.417000', '151428.420000', '151428.458000', '151428.461000', '151428.464000', '151428.466000', '151428.469000', '151428.471000', '151428.474000', '151428.476000', '151428.479000', '151428.482000', '151428.484000', '151428.487000', '151428.490000', '151428.492000', '151428.495000', '151428.498000', '151428.500000', '151428.503000', '151428.506000', '151428.508000', '151428.511000', '151448.362000', '151448.364000', '151448.367000', '151448.370000', '151448.372000', '151448.375000', '151448.378000', '151448.380000', '151448.383000', '151448.386000', '151448.388000', '151448.391000', '151448.394000', '151448.396000', '151448.399000', '151448.402000', '151448.404000', '151448.407000', '151448.409000', '151448.412000', '151448.415000', '151448.418000', '151448.420000', '151448.423000', '151448.426000', '151448.428000', '151448.431000', '151448.434000', '151448.436000', '151448.439000', '151448.441000', '151448.444000', '151448.447000', '151448.449000', '151448.452000', '151448.454000', '151448.457000', '151448.460000', '151448.462000', '151448.465000', '151448.468000', '151448.470000', '151448.473000', '151448.475000', '151508.361000', '151508.364000', '151508.366000', '151508.369000', '151508.371000', '151508.374000', '151508.377000', '151508.379000', '151508.382000', '151508.385000', '151508.387000', '151508.390000', '151508.393000', '151508.395000', '151508.398000', '151508.401000', '151508.403000', '151508.406000', '151508.409000', '151508.411000', '151508.414000', '151508.417000', '151508.419000', '151508.422000', '151508.426000', '151508.429000', '151508.431000', '151508.434000', '151508.437000', '151508.439000', '151508.442000', '151508.445000', '151508.447000', '151508.450000', '151508.453000', '151508.455000', '151508.458000', '151508.461000', '151508.463000', '151508.466000', '151508.469000', '151508.471000', '151508.474000', '151528.360000', '151528.363000', '151528.366000', '151528.369000', '151528.371000', '151528.374000', '151528.377000', '151528.379000', '151528.382000', '151528.385000', '151528.387000', '151528.390000', '151528.393000', '151528.395000', '151528.398000', '151528.401000', '151528.403000', '151528.406000', '151528.409000', '151528.411000', '151528.414000', '151528.417000', '151528.419000', '151528.422000', '151528.425000', '151528.427000', '151528.430000', '151528.433000', '151528.435000', '151528.438000', '151528.441000', '151528.443000', '151528.446000', '151528.448000', '151528.451000', '151528.454000', '151528.456000', '151528.459000', '151528.462000', '151528.464000', '151528.467000', '151528.469000', '151528.472000', '151528.475000', '151548.360000', '151548.363000', '151548.366000', '151548.369000', '151548.372000', '151548.374000', '151548.377000', '151548.379000', '151548.382000', '151548.385000', '151548.387000', '151548.390000', '151548.393000', '151548.395000', '151548.398000', '151548.401000', '151548.403000', '151548.406000', '151548.409000', '151548.411000', '151548.414000', '151548.417000', '151548.419000', '151548.422000', '151548.425000', '151548.428000', '151548.431000', '151548.433000', '151548.436000', '151548.438000', '151548.441000', '151548.444000', '151548.446000', '151548.449000', '151548.452000', '151548.455000', '151548.457000', '151548.460000', '151548.462000', '151548.465000', '151548.468000', '151548.470000', '151548.473000', '151608.361000', '151608.364000', '151608.367000', '151608.369000', '151608.380000', '151608.382000', '151608.385000', '151608.388000', '151608.390000', '151608.393000', '151608.396000', '151608.398000', '151608.401000', '151608.403000', '151608.406000', '151608.409000', '151608.411000', '151608.414000', '151608.417000', '151608.419000', '151608.422000', '151608.425000', '151608.427000', '151608.430000', '151608.433000', '151608.435000', '151608.438000', '151608.441000', '151608.443000', '151608.446000', '151608.449000', '151608.451000', '151608.454000', '151608.457000', '151608.459000', '151608.462000', '151608.465000', '151608.467000', '151608.470000', '151608.473000', '151608.475000', '151608.478000', '151608.481000', '151608.483000', '151628.361000', '151628.364000', '151628.367000', '151628.370000', '151628.373000', '151628.376000', '151628.378000', '151628.381000', '151628.384000', '151628.386000', '151628.389000', '151628.392000', '151628.394000', '151628.397000', '151628.400000', '151628.403000', '151628.405000', '151628.408000', '151628.411000', '151628.413000', '151628.416000', '151628.419000', '151628.421000', '151628.424000', '151628.426000', '151628.429000', '151628.432000', '151628.434000', '151628.437000', '151628.440000', '151628.442000', '151628.445000', '151628.448000', '151628.451000', '151628.453000', '151628.456000', '151628.458000', '151628.461000', '151628.464000', '151628.466000', '151628.469000', '151628.472000', '151628.475000', '151648.362000', '151648.364000', '151648.367000', '151648.370000', '151648.373000', '151648.375000', '151648.378000', '151648.380000', '151648.383000', '151648.386000', '151648.388000', '151648.391000', '151648.394000', '151648.397000', '151648.399000', '151648.402000', '151648.405000', '151648.407000', '151648.410000', '151648.412000', '151648.415000', '151648.418000', '151648.420000', '151648.423000', '151648.426000', '151648.428000', '151648.431000', '151648.434000', '151648.436000', '151648.439000', '151648.442000', '151648.444000', '151648.447000', '151648.450000', '151648.452000', '151648.455000', '151648.458000', '151648.460000', '151648.463000', '151648.465000', '151648.468000', '151648.471000', '151648.473000', '151648.476000', '151708.362000', '151708.365000', '151708.368000', '151708.371000', '151708.373000', '151708.376000', '151708.379000', '151708.381000', '151708.384000', '151708.387000', '151708.389000', '151708.392000', '151708.395000', '151708.397000', '151708.400000', '151708.403000', '151708.405000', '151708.408000', '151708.411000', '151708.413000', '151708.416000', '151708.418000', '151708.421000', '151708.424000', '151708.426000', '151708.429000', '151708.432000', '151708.434000', '151708.437000', '151708.440000', '151708.442000', '151708.445000', '151708.448000', '151708.450000', '151708.453000', '151708.456000', '151708.458000', '151708.461000', '151708.464000', '151708.466000', '151708.469000', '151708.472000', '151708.474000', '151728.361000', '151728.364000', '151728.366000', '151728.370000', '151728.372000', '151728.375000', '151728.378000', '151728.380000', '151728.383000', '151728.386000', '151728.388000', '151728.391000', '151728.394000', '151728.396000', '151728.399000', '151728.402000', '151728.404000', '151728.407000', '151728.410000', '151728.418000', '151728.420000', '151728.423000', '151728.426000', '151728.428000', '151728.431000', '151728.434000', '151728.436000', '151728.439000', '151728.442000', '151728.492000', '151728.495000', '151728.497000', '151728.500000', '151728.503000', '151728.505000', '151728.508000', '151728.511000', '151728.513000', '151728.516000', '151728.519000', '151728.521000', '151728.524000', '151728.526000', '151728.529000', '151748.361000', '151748.365000', '151748.368000', '151748.371000', '151748.373000', '151748.376000', '151748.379000', '151748.381000', '151748.384000', '151748.387000', '151748.389000', '151748.392000', '151748.395000', '151748.397000', '151748.400000', '151748.403000', '151748.405000', '151748.408000', '151748.410000', '151748.413000', '151748.416000', '151748.418000', '151748.421000', '151748.424000', '151748.426000', '151748.429000', '151748.432000', '151748.434000', '151748.437000', '151748.440000', '151748.442000', '151748.445000', '151748.447000', '151748.450000', '151748.453000', '151748.456000', '151748.459000', '151748.461000', '151748.464000', '151748.467000', '151748.469000', '151748.472000', '151748.474000', '151808.360000', '151808.363000', '151808.366000', '151808.369000', '151808.371000', '151808.374000', '151808.377000', '151808.379000', '151808.382000', '151808.385000', '151808.387000', '151808.390000', '151808.393000', '151808.395000', '151808.398000', '151808.401000', '151808.404000', '151808.406000', '151808.409000', '151808.411000', '151808.414000', '151808.417000', '151808.420000', '151808.422000', '151808.425000', '151808.428000', '151808.430000', '151808.433000', '151808.436000', '151808.438000', '151808.441000', '151808.444000', '151808.446000', '151808.449000', '151808.452000', '151808.454000', '151808.457000', '151808.459000', '151808.462000', '151808.465000', '151808.467000', '151808.470000', '151808.473000', '151808.475000', '151828.361000', '151828.364000', '151828.366000', '151828.369000', '151828.372000', '151828.374000', '151828.377000', '151828.379000', '151828.382000', '151828.385000', '151828.387000', '151828.390000', '151828.393000', '151828.396000', '151828.398000', '151828.401000', '151828.403000', '151828.406000', '151828.409000', '151828.411000', '151828.414000', '151828.417000', '151828.419000', '151828.422000', '151828.425000', '151828.427000', '151828.430000', '151828.432000', '151828.435000', '151828.438000', '151828.440000', '151828.443000', '151828.446000', '151828.448000', '151828.451000', '151828.454000', '151828.456000', '151828.459000', '151828.462000', '151828.464000', '151828.467000', '151828.470000', '151828.472000', '151848.362000', '151848.365000', '151848.367000', '151848.370000', '151848.373000', '151848.375000', '151848.378000', '151848.381000', '151848.383000', '151848.386000', '151848.389000', '151848.391000', '151848.394000', '151848.397000', '151848.399000', '151848.402000', '151848.404000', '151848.407000', '151848.410000', '151848.412000', '151848.415000', '151848.418000', '151848.420000', '151848.423000', '151848.425000', '151848.433000', '151848.436000', '151848.439000', '151848.441000', '151848.444000', '151848.447000', '151848.449000', '151848.452000', '151848.455000', '151848.457000', '151848.460000', '151848.462000', '151848.465000', '151848.468000', '151848.470000', '151848.473000', '151848.476000', '151848.479000', '151848.481000', '151908.362000', '151908.364000', '151908.367000', '151908.370000', '151908.373000', '151908.375000', '151908.378000', '151908.380000', '151908.383000', '151908.386000', '151908.389000', '151908.391000', '151908.394000', '151908.396000', '151908.399000', '151908.402000', '151908.404000', '151908.407000', '151908.410000', '151908.412000', '151908.415000', '151908.417000', '151908.420000', '151908.422000', '151908.425000', '151908.428000', '151908.430000', '151908.433000', '151908.436000', '151908.438000', '151908.441000', '151908.444000', '151908.446000', '151908.449000', '151908.451000', '151908.454000', '151908.457000', '151908.459000', '151908.462000', '151908.465000', '151908.468000', '151908.470000', '151908.473000', '151928.361000', '151928.364000', '151928.367000', '151928.370000', '151928.372000', '151928.375000', '151928.378000', '151928.380000', '151928.383000', '151928.386000', '151928.388000', '151928.391000', '151928.394000', '151928.396000', '151928.399000', '151928.401000', '151928.404000', '151928.407000', '151928.409000', '151928.412000', '151928.415000', '151928.417000', '151928.420000', '151928.422000', '151928.425000', '151928.428000', '151928.430000', '151928.433000', '151928.436000', '151928.438000', '151928.441000', '151928.443000', '151928.446000', '151928.449000', '151928.451000', '151928.454000', '151928.457000', '151928.459000', '151928.462000', '151928.465000', '151928.467000', '151928.470000', '151928.473000', '151928.475000', '151948.361000', '151948.363000', '151948.366000', '151948.369000', '151948.371000', '151948.374000', '151948.377000', '151948.379000', '151948.382000', '151948.385000', '151948.387000', '151948.390000', '151948.393000', '151948.395000', '151948.398000', '151948.401000', '151948.403000', '151948.406000', '151948.409000', '151948.411000', '151948.414000', '151948.416000', '151948.419000', '151948.422000', '151948.424000', '151948.427000', '151948.430000', '151948.432000', '151948.435000', '151948.437000', '151948.440000', '151948.443000', '151948.445000', '151948.448000', '151948.451000', '151948.453000', '151948.456000', '151948.459000', '151948.461000', '151948.464000', '151948.467000', '151948.469000', '151948.472000', '152002.304000', '152002.307000', '152002.310000', '152002.313000', '152002.316000', '152002.319000', '152002.321000', '152002.325000', '152002.328000', '152002.331000', '152002.333000', '152002.336000', '152002.339000', '152002.342000', '152002.345000', '152002.347000', '152002.350000', '152002.353000', '152002.356000', '152002.359000', '152002.362000', '152002.365000', '152002.374000', '152002.377000', '152002.380000', '152002.383000', '152002.386000', '152002.388000', '152002.391000', '152002.394000', '152002.397000'], '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': [6767, 11654, 6293, 10009, 7068, 8794, 6248, 7385, 6299, 7408, 8236, 7161, 8940, 7064, 10008, 6591, 11719, 6542, 11230, 6380, 10988, 5706, 10975, 6174, 9589, 6922, 7557, 6340, 7561, 9240, 6898, 11865, 6663, 11336, 6072, 10920, 5588, 9966, 6109, 9489, 6319, 9479, 6344, 8850, 6530, 8451, 6833, 8103, 6451, 7732, 6062, 8157, 9961, 7722, 10354, 7673, 8605, 7549, 10639, 7846, 11625, 7981, 9730, 7314, 9726, 7438, 11121, 7657, 9876, 7293, 10051, 7303, 11708, 7622, 12023, 8514, 11614, 7533, 11987, 7161, 12785, 8732, 12337, 6905, 12236, 6205, 12550, 7729, 12008, 6452, 11981, 6146, 11901, 7640, 12010, 7057, 11830, 6706, 12358, 7525, 11838, 7717, 11154, 7132, 11242, 7333, 10488, 8624, 8580, 7482, 7803, 7531, 6557, 8439, 7145, 8429, 7244, 8913, 6032, 12942, 7921, 13278, 6883, 7128, 7390, 7361, 9022, 6637, 8215, 6941, 8672, 6653, 8377, 7135, 8121, 6377, 7811, 6439, 7528, 6352, 8026, 6565, 7421, 8841, 7216, 7436, 7649, 8174, 7346, 9062, 7021, 9128, 7321, 9099, 7552, 12008, 7753, 12470, 8906, 12179, 7580, 13521, 7194, 12694, 9461, 12255, 6235, 12271, 6179, 12359, 7208, 11342, 5844, 10345, 6068, 9843, 6909, 10123, 6731, 9214, 6876, 8632, 6949, 7798, 6168, 8050, 7158, 8024, 10308, 7688, 8922, 7254, 10737, 7686, 12037, 7760, 10408, 6889, 11884, 6933, 12887, 7807, 12346, 9174, 11184, 7199, 12068, 9394, 6932, 8721, 6387, 12009, 6831, 13346, 6785, 11938, 6182, 9996, 6213, 10011, 6394, 10486, 6413, 8125, 6183, 7801, 6312, 7652, 6713, 7524, 6438, 7928, 6644, 8318, 6147, 9614, 6065, 9645, 6240, 9840, 6994, 10549, 6803, 9264, 6267, 7887, 9891, 7351, 9910, 7427, 7435, 7540, 7217, 7585, 10041, 7645, 9623, 7029, 11910, 7366, 13463, 8016, 12435, 7571, 11474, 6090, 11261, 7180, 9207, 9148, 7276, 10049, 7100, 12937, 6475, 11705, 6666, 10811, 6024, 10222, 6096, 9155, 6415, 8137, 6104, 7065, 7032, 7169, 10502, 7045, 12457, 7599, 11723, 6337, 11671, 5953, 11333, 7250, 10431, 5842, 9057, 6314, 8398, 6346, 7460, 6098, 7405, 6527, 7650, 9236, 7356, 12735, 8060, 12105, 6473, 11806, 5760, 11220, 6725, 10000, 6364, 8190, 5967, 7267, 9889, 7212, 11309, 6759, 11392, 5959, 10770, 5966, 10732, 6456, 10462, 5718, 10351, 6048, 10510, 7182, 10811, 6704, 8898, 6398, 8497, 12326, 7916, 12754, 7025, 12767, 6479, 11966, 7034, 10872, 5922, 9444, 6314, 8568, 6378, 7909, 6038, 7459, 6466, 7430, 9699, 7256, 12444, 8288, 11667, 6006, 11274, 6719, 10344, 8177, 8263, 8931, 7649, 11151, 6909, 11615, 7154, 10890, 5672, 10479, 6084, 9017, 7194, 7739, 9340, 7374, 13071, 6654, 11681, 6457, 11239, 6292, 9898, 5919, 8548, 6316, 8088, 7284, 7554, 7019, 7166, 8685, 7290, 12124, 7470, 12760, 8563, 12175, 6908, 12120, 6645, 11826, 8192, 11521, 6288, 11173, 5899, 11489, 6934, 11013, 6040, 10549, 5749, 9519, 6038, 9033, 6283, 9254, 6250, 8959, 6192, 9210, 6431, 8867, 6561, 7803, 7097, 7755, 10193, 7566, 12515, 7963, 12533, 6618, 11820, 5936, 11628, 7311, 11009, 5877, 10365, 5955, 9945, 5911, 12082, 6986, 11845, 6031, 10490, 7194, 10409, 8430, 6592, 7671, 7270, 7523, 14487, 8468, 13197, 7186, 12696, 6744, 12459, 6474, 12062, 6977, 11115, 6311, 10879, 5875, 10952, 7180, 11696, 6012, 11152, 6202, 10365, 6799, 10312, 6540, 7772, 6902, 7594, 11351, 7343, 12890, 8072, 12046, 6519, 11907, 6111, 11712, 7400, 11179, 6095, 11130, 5868, 10001, 6489, 9968, 6486, 8745, 6217, 8117, 9009, 7382, 13046, 7439, 12085, 5988, 11211, 5795, 10082, 6411, 9128, 6366, 8306, 6525, 7739, 9046, 7310, 10501, 6928, 12318, 6477, 11920, 8399, 11448, 5933, 11083, 5823, 10407, 6426, 8822, 8200, 7240, 13200, 6734, 11149, 5806, 10347, 7019, 7913, 7567, 7525, 11732, 6094, 11135, 6565, 9657, 6272, 7956, 7105, 7310, 11223, 6782, 10740, 6104, 10968, 5998, 10339, 7369, 8900, 6429, 7816, 10804, 7432, 13379, 7592, 11854, 6677, 11241, 5957, 10345, 6937, 7998, 11201, 7524, 11867, 7365, 11749, 5973, 11136, 7395, 10393, 5890, 9405, 6559, 8338, 7461, 7336, 6857, 7145, 10186, 7513, 12474, 7612, 12659, 7001, 11715, 6052, 11493, 6725, 10933, 6643, 8616, 8239, 7569, 12802, 6754, 11622, 6617, 10987, 5751, 9440, 6776, 7892, 7548, 7194, 7380, 7108, 9323, 6844, 11611, 7820, 11074, 7632, 11942, 6200, 8622, 7061, 10246, 7165, 13479, 7897, 11865, 6235, 12047, 6987, 11832, 6799, 11366, 6275, 10635, 7777, 8314, 6395, 7580, 7845, 7194, 11332, 7167, 12621, 7592, 11254, 6027, 11447, 5892, 10923, 6820, 10739, 5833, 9989, 6972, 8179, 11274, 7285, 12067, 7078, 11899, 6405, 11765, 7864, 11078, 5493, 10013, 5957, 9595, 6465, 10115, 6257, 9315, 6422, 8786, 8742, 8298, 6971, 7323, 11095, 7437, 13183, 8442, 12554, 7097, 12445, 6477, 11924, 7109, 11171, 7069, 11742, 6184, 11785, 6079, 12907, 9131, 9530, 7271, 6284, 9743, 6300, 12004, 6361, 9442, 6626, 7702, 9120, 7433, 8069, 7300, 7607, 6989, 10634, 6141, 10054, 6778, 6598, 7121, 6386, 7633, 6446, 8194, 7411, 7872, 6330, 8109, 6513, 7891, 10573, 9002, 8368, 10197, 6661, 9875, 7283, 13432, 8547, 12350, 9034, 10541, 9447, 14553, 9922, 7381, 8007, 8787, 7844, 15559, 7317, 13768, 6692, 12408, 5838, 9373, 5847, 7816, 5882, 7141, 6088, 6714, 6436, 7055, 9273, 7005, 9883, 6801, 10363, 6886, 11250, 6725, 11086, 7142, 10977, 6071, 11367, 6493, 10842, 7418, 10140, 6914, 8141, 9978, 7780, 13163, 7980, 12363, 6715, 12049, 6216, 12058, 7890, 11672, 6342, 10903, 7376, 10005, 10909, 8020, 12582, 7341, 14445, 7420, 13067, 9015, 12038, 6898, 8696, 6345, 7483, 11001, 6979, 11164, 6496, 11127, 6285, 10766, 6485, 9638, 5820, 8468, 6375, 7712, 6826, 6994, 6171, 7120, 8510, 7164, 11374, 7481, 10809, 6910, 11829, 6655, 11713, 8128, 11279, 5889, 11061, 7524, 9173, 7569, 7476, 6665, 7852, 8755, 7156, 11042, 7433, 11482, 6758, 11688, 6037, 11611, 7148, 10783, 6130, 10809, 5604, 10795, 6923, 10584, 6879, 9286, 7187, 7438, 12422, 7371, 11961, 7113, 13577, 6539, 11884, 5789, 11452, 6001, 10631, 5617, 9148, 6472, 8436, 6669, 7992, 6535, 7816, 6000, 7644, 6280, 7864, 5931, 7973, 9741, 7718, 12794, 6915, 12316, 5922, 11737, 6673, 10398, 5884, 9148, 6599, 8106, 7179, 7673, 9630, 6917, 11186, 5799, 10660, 5885, 9253, 6577, 7966, 5970, 7690, 9183, 7082, 10560, 6941, 11864, 6220, 11563, 6020, 10949, 6323, 10352, 6267, 9259, 6968, 7691, 7163, 7262, 8130, 7651, 11615, 7327, 12778, 7733, 11362, 6264, 11642, 5729, 11011, 6903, 10669, 6010, 8998, 6108, 7746, 10425, 7105, 9893, 7105, 11839, 6295, 11609, 7406, 10793, 5666, 10687, 6083, 9628, 6895, 8445, 6026, 7688, 6696, 7412, 11424, 7402, 12194, 6472, 11531, 5872, 11173, 7089, 9248, 6678, 7597, 6785, 8801, 6701, 7284, 7114, 8197, 6221, 9438, 6370, 10898, 5598, 10440, 6424, 11126, 6395, 10188, 6404, 9364, 6669, 7689, 8021, 7083, 6514, 7527, 9348, 7071, 9831, 6986, 8839, 7307, 10691, 6846, 11134, 7633, 10949, 7026, 12522, 7656, 12300, 9219, 11978, 6900, 11475, 7598, 11297, 7088, 10749, 6985, 8994, 8716, 7288, 13781, 7534, 14110, 6683, 12903, 6393, 12146, 7923, 11648, 5850, 11607, 5752, 11200, 6661, 10876, 5803, 10853], 'WindowCenter': [3568.0, 3606.0, 3551.0, 3583.0, 3549.0, 3559.0, 3536.0, 3546.0, 3535.0, 3546.0, 3557.0, 3547.0, 3557.0, 3547.0, 3567.0, 3548.0, 3591.0, 3549.0, 3579.0, 3538.0, 3578.0, 3526.0, 3579.0, 3538.0, 3569.0, 3548.0, 3558.0, 3536.0, 3558.0, 3567.0, 3548.0, 3589.0, 3548.0, 3579.0, 3538.0, 3580.0, 3528.0, 3581.0, 3540.0, 3581.0, 3550.0, 3581.0, 3549.0, 3571.0, 3549.0, 3573.0, 3552.0, 3572.0, 3550.0, 3561.0, 3539.0, 3572.0, 3593.0, 3572.0, 3581.0, 3561.0, 3570.0, 3560.0, 3591.0, 3572.0, 3591.0, 3571.0, 3580.0, 3561.0, 3580.0, 3561.0, 3592.0, 3572.0, 3580.0, 3561.0, 3580.0, 3560.0, 3604.0, 3571.0, 3592.0, 3571.0, 3591.0, 3560.0, 3591.0, 3561.0, 3601.0, 3570.0, 3589.0, 3549.0, 3591.0, 3540.0, 3590.0, 3560.0, 3590.0, 3537.0, 3589.0, 3539.0, 3591.0, 3560.0, 3591.0, 3550.0, 3590.0, 3548.0, 3602.0, 3561.0, 3590.0, 3559.0, 3580.0, 3550.0, 3593.0, 3560.0, 3581.0, 3570.0, 3557.0, 3548.0, 3559.0, 3560.0, 3538.0, 3558.0, 3546.0, 3557.0, 3547.0, 3569.0, 3538.0, 3589.0, 3559.0, 3601.0, 3549.0, 3561.0, 3560.0, 3548.0, 3569.0, 3536.0, 3557.0, 3547.0, 3569.0, 3547.0, 3558.0, 3546.0, 3557.0, 3537.0, 3560.0, 3536.0, 3559.0, 3537.0, 3559.0, 3548.0, 3560.0, 3570.0, 3559.0, 3560.0, 3560.0, 3570.0, 3560.0, 3582.0, 3561.0, 3581.0, 3562.0, 3570.0, 3573.0, 3604.0, 3573.0, 3602.0, 3583.0, 3592.0, 3561.0, 3602.0, 3562.0, 3602.0, 3581.0, 3590.0, 3537.0, 3590.0, 3538.0, 3603.0, 3559.0, 3580.0, 3527.0, 3579.0, 3538.0, 3581.0, 3549.0, 3580.0, 3548.0, 3569.0, 3547.0, 3570.0, 3548.0, 3559.0, 3538.0, 3560.0, 3548.0, 3571.0, 3580.0, 3560.0, 3569.0, 3547.0, 3580.0, 3560.0, 3591.0, 3560.0, 3579.0, 3549.0, 3590.0, 3548.0, 3590.0, 3559.0, 3590.0, 3570.0, 3579.0, 3549.0, 3578.0, 3569.0, 3546.0, 3568.0, 3537.0, 3590.0, 3548.0, 3590.0, 3536.0, 3577.0, 3524.0, 3566.0, 3524.0, 3566.0, 3524.0, 3565.0, 3523.0, 3544.0, 3523.0, 3546.0, 3536.0, 3545.0, 3535.0, 3545.0, 3536.0, 3558.0, 3549.0, 3570.0, 3539.0, 3580.0, 3538.0, 3580.0, 3550.0, 3594.0, 3561.0, 3582.0, 3548.0, 3570.0, 3537.0, 3559.0, 3580.0, 3559.0, 3568.0, 3548.0, 3546.0, 3557.0, 3547.0, 3560.0, 3581.0, 3560.0, 3569.0, 3549.0, 3590.0, 3559.0, 3601.0, 3559.0, 3589.0, 3547.0, 3577.0, 3525.0, 3577.0, 3546.0, 3567.0, 3556.0, 3545.0, 3565.0, 3534.0, 3576.0, 3535.0, 3576.0, 3534.0, 3565.0, 3524.0, 3566.0, 3524.0, 3567.0, 3535.0, 3557.0, 3525.0, 3546.0, 3535.0, 3546.0, 3576.0, 3547.0, 3588.0, 3547.0, 3577.0, 3535.0, 3576.0, 3536.0, 3578.0, 3546.0, 3566.0, 3523.0, 3556.0, 3535.0, 3558.0, 3537.0, 3547.0, 3536.0, 3546.0, 3536.0, 3557.0, 3568.0, 3559.0, 3590.0, 3558.0, 3589.0, 3536.0, 3588.0, 3536.0, 3590.0, 3546.0, 3568.0, 3536.0, 3556.0, 3524.0, 3558.0, 3579.0, 3548.0, 3579.0, 3548.0, 3589.0, 3537.0, 3589.0, 3540.0, 3591.0, 3549.0, 3580.0, 3539.0, 3581.0, 3550.0, 3593.0, 3550.0, 3592.0, 3548.0, 3570.0, 3537.0, 3571.0, 3592.0, 3559.0, 3589.0, 3547.0, 3589.0, 3537.0, 3589.0, 3547.0, 3578.0, 3525.0, 3566.0, 3534.0, 3568.0, 3536.0, 3558.0, 3536.0, 3547.0, 3536.0, 3560.0, 3569.0, 3559.0, 3591.0, 3559.0, 3579.0, 3537.0, 3578.0, 3548.0, 3579.0, 3557.0, 3556.0, 3555.0, 3547.0, 3577.0, 3547.0, 3579.0, 3545.0, 3577.0, 3525.0, 3578.0, 3536.0, 3569.0, 3548.0, 3557.0, 3566.0, 3547.0, 3588.0, 3536.0, 3588.0, 3536.0, 3578.0, 3535.0, 3567.0, 3526.0, 3558.0, 3537.0, 3560.0, 3547.0, 3558.0, 3547.0, 3547.0, 3558.0, 3548.0, 3590.0, 3549.0, 3589.0, 3569.0, 3587.0, 3547.0, 3588.0, 3549.0, 3589.0, 3558.0, 3578.0, 3535.0, 3578.0, 3526.0, 3578.0, 3547.0, 3577.0, 3525.0, 3567.0, 3524.0, 3567.0, 3536.0, 3568.0, 3537.0, 3569.0, 3538.0, 3569.0, 3538.0, 3581.0, 3549.0, 3570.0, 3548.0, 3559.0, 3546.0, 3557.0, 3581.0, 3559.0, 3590.0, 3558.0, 3589.0, 3535.0, 3578.0, 3538.0, 3590.0, 3547.0, 3578.0, 3526.0, 3567.0, 3536.0, 3568.0, 3527.0, 3590.0, 3548.0, 3592.0, 3552.0, 3594.0, 3562.0, 3580.0, 3560.0, 3537.0, 3548.0, 3547.0, 3559.0, 3600.0, 3558.0, 3588.0, 3535.0, 3576.0, 3536.0, 3587.0, 3535.0, 3577.0, 3546.0, 3577.0, 3535.0, 3577.0, 3527.0, 3580.0, 3548.0, 3589.0, 3537.0, 3578.0, 3537.0, 3579.0, 3536.0, 3568.0, 3536.0, 3546.0, 3535.0, 3546.0, 3577.0, 3546.0, 3588.0, 3545.0, 3575.0, 3534.0, 3576.0, 3536.0, 3577.0, 3547.0, 3577.0, 3524.0, 3576.0, 3525.0, 3567.0, 3536.0, 3568.0, 3535.0, 3556.0, 3524.0, 3546.0, 3557.0, 3546.0, 3588.0, 3545.0, 3575.0, 3523.0, 3565.0, 3525.0, 3566.0, 3535.0, 3566.0, 3534.0, 3556.0, 3535.0, 3558.0, 3568.0, 3547.0, 3568.0, 3548.0, 3578.0, 3537.0, 3590.0, 3558.0, 3576.0, 3526.0, 3577.0, 3525.0, 3578.0, 3537.0, 3569.0, 3556.0, 3547.0, 3588.0, 3537.0, 3577.0, 3527.0, 3579.0, 3546.0, 3558.0, 3546.0, 3558.0, 3577.0, 3538.0, 3578.0, 3537.0, 3568.0, 3536.0, 3558.0, 3548.0, 3560.0, 3590.0, 3549.0, 3580.0, 3540.0, 3591.0, 3539.0, 3582.0, 3560.0, 3570.0, 3537.0, 3559.0, 3579.0, 3559.0, 3602.0, 3559.0, 3590.0, 3547.0, 3579.0, 3538.0, 3580.0, 3548.0, 3558.0, 3578.0, 3547.0, 3578.0, 3547.0, 3578.0, 3537.0, 3579.0, 3547.0, 3568.0, 3526.0, 3567.0, 3536.0, 3560.0, 3548.0, 3548.0, 3536.0, 3548.0, 3567.0, 3560.0, 3590.0, 3558.0, 3589.0, 3547.0, 3578.0, 3538.0, 3590.0, 3548.0, 3580.0, 3536.0, 3558.0, 3557.0, 3547.0, 3588.0, 3535.0, 3577.0, 3536.0, 3577.0, 3524.0, 3567.0, 3537.0, 3558.0, 3546.0, 3548.0, 3546.0, 3547.0, 3570.0, 3561.0, 3591.0, 3572.0, 3591.0, 3561.0, 3592.0, 3551.0, 3583.0, 3563.0, 3607.0, 3575.0, 3605.0, 3572.0, 3592.0, 3540.0, 3604.0, 3562.0, 3590.0, 3549.0, 3592.0, 3549.0, 3593.0, 3558.0, 3570.0, 3537.0, 3559.0, 3557.0, 3549.0, 3591.0, 3560.0, 3591.0, 3559.0, 3590.0, 3539.0, 3591.0, 3538.0, 3591.0, 3551.0, 3592.0, 3537.0, 3581.0, 3559.0, 3570.0, 3591.0, 3559.0, 3588.0, 3548.0, 3589.0, 3549.0, 3590.0, 3559.0, 3579.0, 3526.0, 3580.0, 3538.0, 3582.0, 3549.0, 3581.0, 3538.0, 3569.0, 3548.0, 3571.0, 3570.0, 3558.0, 3546.0, 3547.0, 3579.0, 3548.0, 3589.0, 3559.0, 3589.0, 3548.0, 3588.0, 3537.0, 3588.0, 3548.0, 3578.0, 3547.0, 3590.0, 3537.0, 3589.0, 3538.0, 3589.0, 3570.0, 3579.0, 3559.0, 3539.0, 3580.0, 3538.0, 3591.0, 3536.0, 3568.0, 3535.0, 3547.0, 3567.0, 3546.0, 3544.0, 3545.0, 3544.0, 3546.0, 3591.0, 3538.0, 3579.0, 3546.0, 3547.0, 3547.0, 3548.0, 3559.0, 3548.0, 3571.0, 3560.0, 3573.0, 3550.0, 3571.0, 3551.0, 3573.0, 3594.0, 3571.0, 3559.0, 3580.0, 3537.0, 3569.0, 3550.0, 3591.0, 3559.0, 3589.0, 3559.0, 3567.0, 3555.0, 3587.0, 3567.0, 3534.0, 3546.0, 3555.0, 3545.0, 3586.0, 3533.0, 3575.0, 3521.0, 3562.0, 3510.0, 3542.0, 3512.0, 3545.0, 3513.0, 3534.0, 3524.0, 3535.0, 3536.0, 3548.0, 3582.0, 3560.0, 3582.0, 3551.0, 3582.0, 3563.0, 3606.0, 3564.0, 3605.0, 3564.0, 3594.0, 3552.0, 3605.0, 3565.0, 3595.0, 3564.0, 3595.0, 3561.0, 3573.0, 3582.0, 3573.0, 3604.0, 3572.0, 3592.0, 3551.0, 3592.0, 3552.0, 3604.0, 3572.0, 3592.0, 3549.0, 3581.0, 3549.0, 3582.0, 3581.0, 3560.0, 3591.0, 3547.0, 3589.0, 3547.0, 3590.0, 3557.0, 3576.0, 3533.0, 3543.0, 3523.0, 3546.0, 3565.0, 3535.0, 3577.0, 3535.0, 3576.0, 3535.0, 3578.0, 3536.0, 3568.0, 3525.0, 3558.0, 3536.0, 3559.0, 3536.0, 3547.0, 3536.0, 3548.0, 3568.0, 3560.0, 3591.0, 3561.0, 3580.0, 3549.0, 3592.0, 3550.0, 3592.0, 3572.0, 3581.0, 3528.0, 3579.0, 3561.0, 3581.0, 3560.0, 3547.0, 3537.0, 3558.0, 3557.0, 3548.0, 3579.0, 3548.0, 3578.0, 3548.0, 3590.0, 3538.0, 3590.0, 3549.0, 3580.0, 3538.0, 3579.0, 3527.0, 3580.0, 3548.0, 3579.0, 3537.0, 3569.0, 3547.0, 3548.0, 3589.0, 3547.0, 3578.0, 3546.0, 3587.0, 3535.0, 3578.0, 3525.0, 3577.0, 3524.0, 3566.0, 3524.0, 3568.0, 3536.0, 3558.0, 3537.0, 3557.0, 3537.0, 3559.0, 3539.0, 3559.0, 3537.0, 3560.0, 3538.0, 3560.0, 3570.0, 3559.0, 3591.0, 3548.0, 3589.0, 3538.0, 3590.0, 3548.0, 3579.0, 3527.0, 3569.0, 3547.0, 3558.0, 3547.0, 3559.0, 3569.0, 3549.0, 3590.0, 3528.0, 3580.0, 3539.0, 3572.0, 3548.0, 3559.0, 3536.0, 3560.0, 3581.0, 3560.0, 3581.0, 3550.0, 3591.0, 3539.0, 3592.0, 3551.0, 3591.0, 3550.0, 3581.0, 3538.0, 3582.0, 3561.0, 3561.0, 3549.0, 3560.0, 3559.0, 3561.0, 3592.0, 3561.0, 3602.0, 3560.0, 3590.0, 3549.0, 3592.0, 3540.0, 3581.0, 3549.0, 3580.0, 3538.0, 3570.0, 3538.0, 3560.0, 3582.0, 3549.0, 3579.0, 3549.0, 3590.0, 3551.0, 3591.0, 3561.0, 3580.0, 3539.0, 3581.0, 3539.0, 3582.0, 3548.0, 3571.0, 3538.0, 3560.0, 3547.0, 3559.0, 3591.0, 3559.0, 3590.0, 3548.0, 3591.0, 3538.0, 3592.0, 3562.0, 3581.0, 3549.0, 3559.0, 3548.0, 3569.0, 3548.0, 3560.0, 3561.0, 3572.0, 3554.0, 3583.0, 3552.0, 3593.0, 3541.0, 3594.0, 3552.0, 3592.0, 3549.0, 3582.0, 3538.0, 3582.0, 3552.0, 3561.0, 3560.0, 3549.0, 3538.0, 3559.0, 3582.0, 3561.0, 3582.0, 3562.0, 3571.0, 3563.0, 3594.0, 3565.0, 3595.0, 3574.0, 3593.0, 3562.0, 3605.0, 3574.0, 3604.0, 3584.0, 3592.0, 3550.0, 3592.0, 3560.0, 3580.0, 3549.0, 3581.0, 3548.0, 3569.0, 3559.0, 3548.0, 3589.0, 3546.0, 3588.0, 3536.0, 3578.0, 3536.0, 3577.0, 3546.0, 3577.0, 3525.0, 3579.0, 3540.0, 3590.0, 3548.0, 3578.0, 3526.0, 3578.0], 'WindowWidth': [8101.0, 8145.0, 8063.0, 8107.0, 8056.0, 8067.0, 8031.0, 8045.0, 8028.0, 8046.0, 8061.0, 8047.0, 8061.0, 8050.0, 8073.0, 8052.0, 8111.0, 8056.0, 8093.0, 8039.0, 8090.0, 8022.0, 8095.0, 8040.0, 8082.0, 8051.0, 8065.0, 8032.0, 8064.0, 8074.0, 8054.0, 8108.0, 8052.0, 8093.0, 8039.0, 8095.0, 8027.0, 8099.0, 8047.0, 8101.0, 8060.0, 8101.0, 8058.0, 8088.0, 8058.0, 8094.0, 8065.0, 8091.0, 8060.0, 8074.0, 8043.0, 8089.0, 8121.0, 8090.0, 8102.0, 8075.0, 8084.0, 8072.0, 8115.0, 8092.0, 8115.0, 8088.0, 8098.0, 8074.0, 8097.0, 8077.0, 8118.0, 8090.0, 8099.0, 8077.0, 8099.0, 8074.0, 8136.0, 8090.0, 8116.0, 8087.0, 8113.0, 8071.0, 8113.0, 8074.0, 8127.0, 8084.0, 8107.0, 8054.0, 8110.0, 8046.0, 8111.0, 8072.0, 8108.0, 8037.0, 8107.0, 8044.0, 8113.0, 8072.0, 8111.0, 8059.0, 8109.0, 8055.0, 8129.0, 8074.0, 8111.0, 8070.0, 8097.0, 8057.0, 8118.0, 8073.0, 8100.0, 8085.0, 8063.0, 8051.0, 8070.0, 8073.0, 8040.0, 8065.0, 8047.0, 8062.0, 8049.0, 8079.0, 8038.0, 8109.0, 8069.0, 8125.0, 8055.0, 8075.0, 8072.0, 8051.0, 8078.0, 8033.0, 8060.0, 8048.0, 8081.0, 8049.0, 8062.0, 8044.0, 8060.0, 8036.0, 8071.0, 8035.0, 8067.0, 8035.0, 8067.0, 8052.0, 8074.0, 8084.0, 8070.0, 8070.0, 8072.0, 8083.0, 8074.0, 8102.0, 8075.0, 8101.0, 8078.0, 8085.0, 8092.0, 8136.0, 8095.0, 8131.0, 8105.0, 8115.0, 8073.0, 8130.0, 8077.0, 8128.0, 8101.0, 8109.0, 8036.0, 8107.0, 8039.0, 8131.0, 8069.0, 8095.0, 8024.0, 8094.0, 8038.0, 8101.0, 8056.0, 8096.0, 8052.0, 8080.0, 8050.0, 8084.0, 8054.0, 8067.0, 8038.0, 8070.0, 8054.0, 8089.0, 8098.0, 8069.0, 8079.0, 8051.0, 8095.0, 8072.0, 8111.0, 8070.0, 8094.0, 8055.0, 8108.0, 8052.0, 8111.0, 8067.0, 8109.0, 8082.0, 8092.0, 8051.0, 8089.0, 8079.0, 8047.0, 8077.0, 8037.0, 8109.0, 8053.0, 8108.0, 8032.0, 8085.0, 8012.0, 8068.0, 8014.0, 8070.0, 8013.0, 8067.0, 8008.0, 8037.0, 8009.0, 8045.0, 8033.0, 8043.0, 8029.0, 8042.0, 8032.0, 8064.0, 8058.0, 8086.0, 8044.0, 8099.0, 8042.0, 8098.0, 8058.0, 8123.0, 8076.0, 8102.0, 8053.0, 8083.0, 8036.0, 8066.0, 8096.0, 8069.0, 8078.0, 8050.0, 8046.0, 8062.0, 8048.0, 8072.0, 8099.0, 8070.0, 8080.0, 8054.0, 8109.0, 8068.0, 8128.0, 8067.0, 8106.0, 8047.0, 8086.0, 8015.0, 8087.0, 8045.0, 8075.0, 8056.0, 8042.0, 8067.0, 8026.0, 8082.0, 8029.0, 8084.0, 8027.0, 8067.0, 8013.0, 8069.0, 8013.0, 8073.0, 8030.0, 8060.0, 8017.0, 8045.0, 8030.0, 8047.0, 8085.0, 8049.0, 8103.0, 8047.0, 8085.0, 8030.0, 8084.0, 8032.0, 8089.0, 8044.0, 8070.0, 8011.0, 8056.0, 8029.0, 8063.0, 8037.0, 8049.0, 8033.0, 8047.0, 8031.0, 8062.0, 8077.0, 8069.0, 8109.0, 8064.0, 8104.0, 8033.0, 8102.0, 8036.0, 8111.0, 8048.0, 8077.0, 8032.0, 8060.0, 8014.0, 8065.0, 8093.0, 8052.0, 8092.0, 8052.0, 8105.0, 8037.0, 8109.0, 8046.0, 8112.0, 8056.0, 8098.0, 8043.0, 8098.0, 8061.0, 8119.0, 8058.0, 8115.0, 8054.0, 8083.0, 8037.0, 8088.0, 8117.0, 8067.0, 8107.0, 8050.0, 8104.0, 8036.0, 8108.0, 8049.0, 8088.0, 8016.0, 8070.0, 8028.0, 8078.0, 8036.0, 8064.0, 8034.0, 8050.0, 8033.0, 8069.0, 8081.0, 8071.0, 8113.0, 8068.0, 8093.0, 8037.0, 8090.0, 8053.0, 8096.0, 8061.0, 8059.0, 8054.0, 8047.0, 8085.0, 8049.0, 8092.0, 8044.0, 8086.0, 8017.0, 8089.0, 8033.0, 8081.0, 8050.0, 8062.0, 8072.0, 8047.0, 8102.0, 8032.0, 8104.0, 8034.0, 8088.0, 8031.0, 8074.0, 8019.0, 8063.0, 8037.0, 8070.0, 8051.0, 8065.0, 8048.0, 8051.0, 8064.0, 8053.0, 8111.0, 8054.0, 8107.0, 8080.0, 8101.0, 8049.0, 8103.0, 8055.0, 8106.0, 8065.0, 8089.0, 8031.0, 8088.0, 8021.0, 8091.0, 8049.0, 8087.0, 8017.0, 8073.0, 8016.0, 8074.0, 8035.0, 8079.0, 8038.0, 8082.0, 8039.0, 8082.0, 8040.0, 8102.0, 8057.0, 8085.0, 8053.0, 8069.0, 8048.0, 8064.0, 8098.0, 8070.0, 8110.0, 8066.0, 8105.0, 8032.0, 8089.0, 8039.0, 8109.0, 8050.0, 8089.0, 8021.0, 8075.0, 8033.0, 8077.0, 8023.0, 8110.0, 8055.0, 8115.0, 8065.0, 8121.0, 8077.0, 8098.0, 8071.0, 8035.0, 8050.0, 8049.0, 8068.0, 8124.0, 8062.0, 8102.0, 8030.0, 8082.0, 8031.0, 8100.0, 8030.0, 8086.0, 8045.0, 8084.0, 8031.0, 8087.0, 8024.0, 8097.0, 8053.0, 8107.0, 8036.0, 8090.0, 8035.0, 8094.0, 8033.0, 8076.0, 8030.0, 8043.0, 8028.0, 8043.0, 8086.0, 8045.0, 8101.0, 8042.0, 8080.0, 8027.0, 8082.0, 8033.0, 8087.0, 8047.0, 8086.0, 8014.0, 8083.0, 8015.0, 8075.0, 8033.0, 8075.0, 8027.0, 8056.0, 8013.0, 8043.0, 8060.0, 8045.0, 8101.0, 8041.0, 8080.0, 8011.0, 8066.0, 8016.0, 8071.0, 8028.0, 8071.0, 8025.0, 8058.0, 8029.0, 8065.0, 8077.0, 8049.0, 8074.0, 8049.0, 8090.0, 8037.0, 8109.0, 8064.0, 8085.0, 8019.0, 8088.0, 8018.0, 8090.0, 8035.0, 8079.0, 8059.0, 8050.0, 8104.0, 8035.0, 8089.0, 8023.0, 8093.0, 8045.0, 8063.0, 8045.0, 8063.0, 8087.0, 8039.0, 8091.0, 8035.0, 8077.0, 8034.0, 8064.0, 8051.0, 8072.0, 8109.0, 8056.0, 8095.0, 8044.0, 8111.0, 8045.0, 8103.0, 8070.0, 8085.0, 8038.0, 8068.0, 8094.0, 8069.0, 8128.0, 8068.0, 8109.0, 8050.0, 8093.0, 8038.0, 8095.0, 8051.0, 8065.0, 8091.0, 8049.0, 8088.0, 8047.0, 8089.0, 8037.0, 8092.0, 8048.0, 8076.0, 8019.0, 8074.0, 8033.0, 8071.0, 8051.0, 8051.0, 8033.0, 8051.0, 8075.0, 8070.0, 8111.0, 8064.0, 8106.0, 8050.0, 8090.0, 8039.0, 8110.0, 8052.0, 8094.0, 8033.0, 8063.0, 8060.0, 8049.0, 8105.0, 8031.0, 8087.0, 8032.0, 8085.0, 8015.0, 8072.0, 8035.0, 8063.0, 8044.0, 8049.0, 8046.0, 8050.0, 8084.0, 8076.0, 8115.0, 8090.0, 8113.0, 8074.0, 8116.0, 8064.0, 8107.0, 8084.0, 8147.0, 8101.0, 8138.0, 8092.0, 8115.0, 8046.0, 8135.0, 8078.0, 8111.0, 8056.0, 8115.0, 8057.0, 8119.0, 8067.0, 8083.0, 8037.0, 8067.0, 8063.0, 8056.0, 8115.0, 8073.0, 8114.0, 8070.0, 8109.0, 8043.0, 8113.0, 8043.0, 8114.0, 8061.0, 8114.0, 8039.0, 8101.0, 8071.0, 8085.0, 8112.0, 8068.0, 8104.0, 8052.0, 8106.0, 8057.0, 8111.0, 8069.0, 8092.0, 8021.0, 8094.0, 8041.0, 8102.0, 8056.0, 8099.0, 8039.0, 8082.0, 8052.0, 8088.0, 8084.0, 8065.0, 8045.0, 8050.0, 8093.0, 8052.0, 8108.0, 8067.0, 8106.0, 8051.0, 8103.0, 8037.0, 8103.0, 8051.0, 8089.0, 8049.0, 8107.0, 8037.0, 8107.0, 8039.0, 8107.0, 8084.0, 8095.0, 8069.0, 8043.0, 8097.0, 8039.0, 8111.0, 8031.0, 8076.0, 8028.0, 8049.0, 8074.0, 8044.0, 8039.0, 8040.0, 8038.0, 8046.0, 8116.0, 8041.0, 8094.0, 8048.0, 8048.0, 8051.0, 8052.0, 8069.0, 8055.0, 8086.0, 8072.0, 8092.0, 8058.0, 8088.0, 8062.0, 8097.0, 8126.0, 8090.0, 8068.0, 8095.0, 8034.0, 8080.0, 8055.0, 8112.0, 8065.0, 8106.0, 8065.0, 8070.0, 8055.0, 8098.0, 8071.0, 8024.0, 8042.0, 8052.0, 8038.0, 8095.0, 8022.0, 8077.0, 8001.0, 8056.0, 7986.0, 8029.0, 7991.0, 8041.0, 7997.0, 8026.0, 8012.0, 8030.0, 8032.0, 8054.0, 8104.0, 8073.0, 8102.0, 8063.0, 8102.0, 8081.0, 8143.0, 8086.0, 8138.0, 8086.0, 8121.0, 8067.0, 8138.0, 8090.0, 8127.0, 8083.0, 8124.0, 8075.0, 8093.0, 8104.0, 8093.0, 8136.0, 8090.0, 8115.0, 8062.0, 8115.0, 8066.0, 8134.0, 8091.0, 8115.0, 8056.0, 8100.0, 8055.0, 8102.0, 8100.0, 8070.0, 8110.0, 8047.0, 8107.0, 8049.0, 8109.0, 8059.0, 8083.0, 8022.0, 8036.0, 8008.0, 8043.0, 8068.0, 8028.0, 8083.0, 8028.0, 8082.0, 8031.0, 8090.0, 8031.0, 8075.0, 8016.0, 8063.0, 8034.0, 8067.0, 8034.0, 8049.0, 8034.0, 8052.0, 8079.0, 8071.0, 8111.0, 8074.0, 8095.0, 8056.0, 8114.0, 8061.0, 8115.0, 8090.0, 8098.0, 8026.0, 8094.0, 8074.0, 8101.0, 8069.0, 8048.0, 8033.0, 8064.0, 8060.0, 8053.0, 8092.0, 8052.0, 8090.0, 8052.0, 8107.0, 8038.0, 8108.0, 8054.0, 8095.0, 8039.0, 8092.0, 8023.0, 8096.0, 8052.0, 8094.0, 8035.0, 8081.0, 8047.0, 8050.0, 8104.0, 8047.0, 8088.0, 8045.0, 8100.0, 8029.0, 8089.0, 8017.0, 8086.0, 8014.0, 8070.0, 8015.0, 8075.0, 8033.0, 8062.0, 8034.0, 8060.0, 8036.0, 8068.0, 8042.0, 8068.0, 8036.0, 8069.0, 8039.0, 8071.0, 8083.0, 8067.0, 8110.0, 8052.0, 8106.0, 8039.0, 8108.0, 8051.0, 8092.0, 8023.0, 8081.0, 8049.0, 8066.0, 8051.0, 8069.0, 8080.0, 8056.0, 8108.0, 8026.0, 8097.0, 8042.0, 8088.0, 8052.0, 8068.0, 8034.0, 8070.0, 8099.0, 8073.0, 8099.0, 8058.0, 8111.0, 8043.0, 8115.0, 8063.0, 8112.0, 8058.0, 8099.0, 8041.0, 8103.0, 8074.0, 8073.0, 8054.0, 8069.0, 8068.0, 8073.0, 8117.0, 8076.0, 8130.0, 8072.0, 8109.0, 8056.0, 8114.0, 8046.0, 8099.0, 8056.0, 8097.0, 8039.0, 8083.0, 8038.0, 8072.0, 8101.0, 8056.0, 8093.0, 8056.0, 8110.0, 8062.0, 8115.0, 8073.0, 8095.0, 8042.0, 8099.0, 8044.0, 8102.0, 8052.0, 8085.0, 8038.0, 8068.0, 8049.0, 8068.0, 8112.0, 8069.0, 8110.0, 8053.0, 8111.0, 8041.0, 8116.0, 8077.0, 8101.0, 8054.0, 8067.0, 8050.0, 8079.0, 8053.0, 8072.0, 8076.0, 8093.0, 8073.0, 8107.0, 8065.0, 8118.0, 8048.0, 8122.0, 8065.0, 8116.0, 8056.0, 8101.0, 8040.0, 8104.0, 8064.0, 8074.0, 8069.0, 8054.0, 8037.0, 8069.0, 8103.0, 8076.0, 8103.0, 8077.0, 8087.0, 8080.0, 8125.0, 8089.0, 8124.0, 8098.0, 8120.0, 8079.0, 8140.0, 8097.0, 8135.0, 8108.0, 8115.0, 8057.0, 8114.0, 8071.0, 8097.0, 8054.0, 8097.0, 8050.0, 8077.0, 8066.0, 8049.0, 8103.0, 8042.0, 8101.0, 8030.0, 8086.0, 8031.0, 8087.0, 8045.0, 8084.0, 8015.0, 8092.0, 8046.0, 8111.0, 8052.0, 8090.0, 8020.0, 8088.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.0007288619402985074</td></tr>
<tr><td colspan=3>aqi</td><td>0.026541802518656715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.69949012418305</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2396379390382826</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0103103210270774</td></tr>
<tr><td colspan=3>efc</td><td>0.4397</td></tr>
<tr><td colspan=3>fber</td><td>7600.9834</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0844785090872333</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1194029850746268</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.522363955993087</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4269502148642705</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7582898433281544</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381851809786835</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014027652330696583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028184963390231133</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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>3.8851328746031077</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>25.744</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.0091</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.3108</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>578.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>245.8325</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6275</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>392.5106</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2851.7649</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.3249</td></tr>
<tr><td colspan=3>tsnr</td><td>40.414090340957046</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>