ds005256-mriqc/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3f1617b677 [DATALAD RUNCMD] Compute MRIQC for sub-0130
=== 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-0130 --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-0130",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:25 +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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-01/func/sub-0130_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>bba0d5d2f5f04491de6a92bac4fd74c8</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>22:07:19.822500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994872, -0.0555083, 0.0845477, 0.065033, 0.991301, -0.114422]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0826763</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>56cb4e26-75c3-4eb1-b376-b0c0f88fe224||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.6691691875457764, 0.17447873950004578, 0.20914435386657715, 96.29121398925781], [0.1489245891571045, 2.6595890522003174, -0.3222001791000366, -103.9493637084961], [0.226835235953331, 0.30698519945144653, 2.6725354194641113, -123.89370727539062], [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': ['220719.822500', '220720.282500', '220720.742500', '220721.202500', '220721.662500', '220722.122500', '220722.582500', '220723.042500', '220723.502500', '220723.962500', '220724.422500', '220724.882500', '220725.342500', '220725.802500', '220726.262500', '220726.722500', '220727.182500', '220727.642500', '220728.102500', '220728.562500', '220729.022500', '220729.482500', '220729.942500', '220730.402500', '220730.862500', '220731.322500', '220731.782500', '220732.242500', '220732.702500', '220733.162500', '220733.622500', '220734.082500', '220734.542500', '220735.002500', '220735.462500', '220735.922500', '220736.382500', '220736.842500', '220737.302500', '220737.762500', '220738.222500', '220738.682500', '220739.142500', '220739.602500', '220740.062500', '220740.522500', '220740.982500', '220741.442500', '220741.902500', '220742.362500', '220742.822500', '220743.282500', '220743.742500', '220744.202500', '220744.662500', '220745.122500', '220745.582500', '220746.042500', '220746.502500', '220746.962500', '220747.422500', '220747.882500', '220748.342500', '220748.802500', '220749.262500', '220749.722500', '220750.182500', '220750.642500', '220751.102500', '220751.562500', '220752.022500', '220752.482500', '220752.942500', '220753.402500', '220753.862500', '220754.322500', '220754.782500', '220755.242500', '220755.702500', '220756.162500', '220756.622500', '220757.082500', '220757.542500', '220758.002500', '220758.462500', '220758.922500', '220759.382500', '220759.842500', '220800.302500', '220800.762500', '220801.222500', '220801.682500', '220802.142500', '220802.602500', '220803.062500', '220803.522500', '220803.982500', '220804.442500', '220804.902500', '220805.362500', '220805.822500', '220806.282500', '220806.742500', '220807.202500', '220807.662500', '220808.122500', '220808.582500', '220809.042500', '220809.502500', '220809.962500', '220810.422500', '220810.882500', '220811.342500', '220811.802500', '220812.262500', '220812.722500', '220813.182500', '220813.642500', '220814.102500', '220814.562500', '220815.022500', '220815.482500', '220815.942500', '220816.402500', '220816.862500', '220817.322500', '220817.782500', '220818.242500', '220818.702500', '220819.162500', '220819.622500', '220820.082500', '220820.542500', '220821.002500', '220821.462500', '220821.922500', '220822.382500', '220822.842500', '220823.302500', '220823.762500', '220824.222500', '220824.682500', '220825.142500', '220825.602500', '220826.062500', '220826.522500', '220826.982500', '220827.442500', '220827.902500', '220828.362500', '220828.822500', '220829.282500', '220829.742500', '220830.202500', '220830.662500', '220831.122500', '220831.582500', '220832.042500', '220832.502500', '220832.962500', '220833.422500', '220833.882500', '220834.342500', '220834.802500', '220835.262500', '220835.722500', '220836.182500', '220836.642500', '220837.102500', '220837.562500', '220838.022500', '220838.482500', '220838.942500', '220839.402500', '220839.862500', '220840.322500', '220840.782500', '220841.242500', '220841.702500', '220842.162500', '220842.622500', '220843.082500', '220843.542500', '220844.002500', '220844.462500', '220844.922500', '220845.382500', '220845.842500', '220846.302500', '220846.762500', '220847.222500', '220847.682500', '220848.142500', '220848.602500', '220849.062500', '220849.522500', '220849.982500', '220850.442500', '220850.902500', '220851.362500', '220851.822500', '220852.282500', '220852.742500', '220853.202500', '220853.662500', '220854.122500', '220854.582500', '220855.042500', '220855.502500', '220855.962500', '220856.422500', '220856.882500', '220857.342500', '220857.802500', '220858.262500', '220858.722500', '220859.182500', '220859.642500', '220900.102500', '220900.562500', '220901.022500', '220901.482500', '220901.942500', '220902.402500', '220902.862500', '220903.322500', '220903.782500', '220904.242500', '220904.702500', '220905.162500', '220905.622500', '220906.082500', '220906.542500', '220907.002500', '220907.462500', '220907.922500', '220908.382500', '220908.842500', '220909.302500', '220909.762500', '220910.222500', '220910.682500', '220911.142500', '220911.602500', '220912.062500', '220912.522500', '220912.982500', '220913.442500', '220913.902500', '220914.362500', '220914.822500', '220915.282500', '220915.742500', '220916.202500', '220916.662500', '220917.122500', '220917.582500', '220918.042500', '220918.502500', '220918.962500', '220919.422500', '220919.882500', '220920.342500', '220920.802500', '220921.262500', '220921.722500', '220922.182500', '220922.642500', '220923.102500', '220923.562500', '220924.022500', '220924.482500', '220924.942500', '220925.402500', '220925.862500', '220926.322500', '220926.782500', '220927.242500', '220927.702500', '220928.162500', '220928.622500', '220929.082500', '220929.542500', '220930.002500', '220930.462500', '220930.922500', '220931.382500', '220931.842500', '220932.302500', '220932.762500', '220933.222500', '220933.682500', '220934.142500', '220934.602500', '220935.062500', '220935.522500', '220935.982500', '220936.442500', '220936.902500', '220937.362500', '220937.822500', '220938.282500', '220938.742500', '220939.202500', '220939.662500', '220940.122500', '220940.582500', '220941.042500', '220941.502500', '220941.962500', '220942.422500', '220942.882500', '220943.342500', '220943.802500', '220944.262500', '220944.722500', '220945.182500', '220945.642500', '220946.102500', '220946.562500', '220947.022500', '220947.482500', '220947.942500', '220948.402500', '220948.862500', '220949.322500', '220949.782500', '220950.242500', '220950.702500', '220951.162500', '220951.622500', '220952.082500', '220952.542500', '220953.002500', '220953.462500', '220953.922500', '220954.382500', '220954.842500', '220955.302500', '220955.762500', '220956.222500', '220956.682500', '220957.142500', '220957.602500', '220958.062500', '220958.522500', '220958.982500', '220959.442500', '220959.902500', '221000.362500', '221000.822500', '221001.282500', '221001.742500', '221002.202500', '221002.662500', '221003.122500', '221003.582500', '221004.042500', '221004.502500', '221004.962500', '221005.422500', '221005.882500', '221006.342500', '221006.802500', '221007.262500', '221007.722500', '221008.182500', '221008.642500', '221009.102500', '221009.562500', '221010.022500', '221010.482500', '221010.942500', '221011.402500', '221011.862500', '221012.322500', '221012.782500', '221013.242500', '221013.702500', '221014.162500', '221014.622500', '221015.082500', '221015.542500', '221016.002500', '221016.462500', '221016.922500', '221017.382500', '221017.842500', '221018.302500', '221018.762500', '221019.222500', '221019.682500', '221020.142500', '221020.602500', '221021.062500', '221021.522500', '221021.982500', '221022.442500', '221022.902500', '221023.362500', '221023.822500', '221024.282500', '221024.742500', '221025.202500', '221025.662500', '221026.122500', '221026.582500', '221027.042500', '221027.502500', '221027.962500', '221028.422500', '221028.882500', '221029.342500', '221029.802500', '221030.262500', '221030.722500', '221031.182500', '221031.642500', '221032.102500', '221032.562500', '221033.022500', '221033.482500', '221033.942500', '221034.402500', '221034.862500', '221035.322500', '221035.782500', '221036.242500', '221036.702500', '221037.162500', '221037.622500', '221038.082500', '221038.542500', '221039.002500', '221039.462500', '221039.922500', '221040.382500', '221040.842500', '221041.302500', '221041.762500', '221042.222500', '221042.682500', '221043.142500', '221043.602500', '221044.062500', '221044.522500', '221044.982500', '221045.442500', '221045.902500', '221046.362500', '221046.822500', '221047.282500', '221047.742500', '221048.202500', '221048.662500', '221049.122500', '221049.582500', '221050.042500', '221050.502500', '221050.962500', '221051.422500', '221051.882500', '221052.342500', '221052.802500', '221053.262500', '221053.722500', '221054.182500', '221054.642500', '221055.102500', '221055.562500', '221056.022500', '221056.482500', '221056.942500', '221057.402500', '221057.862500', '221058.322500', '221058.782500', '221059.242500', '221059.702500', '221100.162500', '221100.622500', '221101.082500', '221101.542500', '221102.002500', '221102.462500', '221102.922500', '221103.382500', '221103.842500', '221104.302500', '221104.762500', '221105.222500', '221105.682500', '221106.142500', '221106.602500', '221107.062500', '221107.522500', '221107.982500', '221108.442500', '221108.902500', '221109.362500', '221109.822500', '221110.282500', '221110.742500', '221111.202500', '221111.662500', '221112.122500', '221112.582500', '221113.042500', '221113.502500', '221113.962500', '221114.422500', '221114.882500', '221115.342500', '221115.802500', '221116.262500', '221116.722500', '221117.182500', '221117.642500', '221118.102500', '221118.562500', '221119.022500', '221119.482500', '221119.942500', '221120.402500', '221120.862500', '221121.322500', '221121.782500', '221122.242500', '221122.702500', '221123.162500', '221123.622500', '221124.082500', '221124.542500', '221125.002500', '221125.462500', '221125.922500', '221126.382500', '221126.842500', '221127.302500', '221127.762500', '221128.222500', '221128.682500', '221129.142500', '221129.602500', '221130.062500', '221130.522500', '221130.982500', '221131.442500', '221131.902500', '221132.362500', '221132.822500', '221133.282500', '221133.742500', '221134.202500', '221134.662500', '221135.122500', '221135.582500', '221136.042500', '221136.502500', '221136.962500', '221137.422500', '221137.882500', '221138.342500', '221138.802500', '221139.262500', '221139.722500', '221140.182500', '221140.642500', '221141.102500', '221141.562500', '221142.022500', '221142.482500', '221142.942500', '221143.402500', '221143.862500', '221144.322500', '221144.782500', '221145.242500', '221145.702500', '221146.162500', '221146.622500', '221147.082500', '221147.542500', '221148.002500', '221148.462500', '221148.922500', '221149.382500', '221149.842500', '221150.302500', '221150.762500', '221151.222500', '221151.682500', '221152.142500', '221152.602500', '221153.062500', '221153.522500', '221153.982500', '221154.442500', '221154.902500', '221155.362500', '221155.822500', '221156.282500', '221156.742500', '221157.202500', '221157.662500', '221158.122500', '221158.582500', '221159.042500', '221159.502500', '221159.962500', '221200.422500', '221200.882500', '221201.342500', '221201.802500', '221202.262500', '221202.722500', '221203.182500', '221203.642500', '221204.102500', '221204.562500', '221205.022500', '221205.482500', '221205.942500', '221206.402500', '221206.862500', '221207.322500', '221207.782500', '221208.242500', '221208.702500', '221209.162500', '221209.622500', '221210.082500', '221210.542500', '221211.002500', '221211.462500', '221211.922500', '221212.382500', '221212.842500', '221213.302500', '221213.762500', '221214.222500', '221214.682500', '221215.142500', '221215.602500', '221216.062500', '221216.522500', '221216.982500', '221217.442500', '221217.902500', '221218.362500', '221218.822500', '221219.282500', '221219.742500', '221220.202500', '221220.662500', '221221.122500', '221221.582500', '221222.042500', '221222.502500', '221222.962500', '221223.422500', '221223.882500', '221224.342500', '221224.802500', '221225.262500', '221225.722500', '221226.182500', '221226.642500', '221227.102500', '221227.562500', '221228.022500', '221228.482500', '221228.942500', '221229.402500', '221229.862500', '221230.322500', '221230.782500', '221231.242500', '221231.702500', '221232.162500', '221232.622500', '221233.082500', '221233.542500', '221234.002500', '221234.462500', '221234.922500', '221235.382500', '221235.842500', '221236.302500', '221236.762500', '221237.222500', '221237.682500', '221238.142500', '221238.602500', '221239.062500', '221239.522500', '221239.982500', '221240.442500', '221240.902500', '221241.362500', '221241.822500', '221242.282500', '221242.742500', '221243.202500', '221243.662500', '221244.122500', '221244.582500', '221245.042500', '221245.502500', '221245.962500', '221246.422500', '221246.882500', '221247.342500', '221247.802500', '221248.262500', '221248.722500', '221249.182500', '221249.642500', '221250.102500', '221250.562500', '221251.022500', '221251.482500', '221251.942500', '221252.402500', '221252.862500', '221253.322500', '221253.782500', '221254.242500', '221254.702500', '221255.162500', '221255.622500', '221256.082500', '221256.542500', '221257.002500', '221257.462500', '221257.922500', '221258.382500', '221258.842500', '221259.302500', '221259.762500', '221300.222500', '221300.682500', '221301.142500', '221301.602500', '221302.062500', '221302.522500', '221302.982500', '221303.442500', '221303.902500', '221304.362500', '221304.822500', '221305.282500', '221305.742500', '221306.202500', '221306.662500', '221307.122500', '221307.582500', '221308.042500', '221308.502500', '221308.962500', '221309.422500', '221309.882500', '221310.342500', '221310.802500', '221311.262500', '221311.722500', '221312.182500', '221312.642500', '221313.102500', '221313.562500', '221314.022500', '221314.482500', '221314.942500', '221315.402500', '221315.862500', '221316.322500', '221316.782500', '221317.242500', '221317.702500', '221318.162500', '221318.622500', '221319.082500', '221319.542500', '221320.002500', '221320.462500', '221320.922500', '221321.382500', '221321.842500', '221322.302500', '221322.762500', '221323.222500', '221323.682500', '221324.142500', '221324.602500', '221325.062500', '221325.522500', '221325.982500', '221326.442500', '221326.902500', '221327.362500', '221327.822500', '221328.282500', '221328.742500', '221329.202500', '221329.662500', '221330.122500', '221330.582500', '221331.042500', '221331.502500', '221331.962500', '221332.422500', '221332.882500', '221333.342500', '221333.802500', '221334.262500', '221334.722500', '221335.182500', '221335.642500', '221336.102500', '221336.562500', '221337.022500', '221337.482500', '221337.942500', '221338.402500', '221338.862500', '221339.322500', '221339.782500', '221340.242500', '221340.702500', '221341.162500', '221341.622500', '221342.082500', '221342.542500', '221343.002500', '221343.462500', '221343.922500', '221344.382500', '221344.842500', '221345.302500', '221345.762500', '221346.222500', '221346.682500', '221347.142500', '221347.602500', '221348.062500', '221348.522500', '221348.982500', '221349.442500', '221349.902500', '221350.362500', '221350.822500', '221351.282500', '221351.742500', '221352.202500', '221352.662500', '221353.122500', '221353.582500', '221354.042500', '221354.502500', '221354.962500', '221355.422500', '221355.882500', '221356.342500', '221356.802500', '221357.262500', '221357.722500', '221358.182500', '221358.642500', '221359.102500', '221359.562500', '221400.022500', '221400.482500', '221400.942500', '221401.402500', '221401.862500', '221402.322500', '221402.782500', '221403.242500', '221403.702500', '221404.162500', '221404.622500', '221405.082500', '221405.542500', '221406.002500', '221406.462500', '221406.922500', '221407.382500', '221407.842500', '221408.302500', '221408.762500', '221409.222500', '221409.682500', '221410.142500', '221410.602500', '221411.062500', '221411.522500', '221411.982500', '221412.442500', '221412.902500', '221413.362500', '221413.822500', '221414.282500', '221414.742500', '221415.202500', '221415.662500', '221416.122500', '221416.582500', '221417.042500', '221417.502500', '221417.962500', '221418.422500', '221418.882500', '221419.342500', '221419.802500', '221420.262500', '221420.722500', '221421.182500', '221421.642500', '221422.102500', '221422.562500', '221423.022500', '221423.482500', '221423.942500', '221424.402500', '221424.862500', '221425.322500', '221425.782500', '221426.242500', '221426.702500', '221427.162500', '221427.622500', '221428.082500', '221428.542500', '221429.002500', '221429.462500', '221429.922500', '221430.382500', '221430.842500', '221431.302500', '221431.762500', '221432.222500', '221432.682500', '221433.142500', '221433.602500', '221434.062500', '221434.522500', '221434.982500', '221435.442500', '221435.902500', '221436.362500', '221436.822500', '221437.282500', '221437.742500', '221438.202500', '221438.662500', '221439.122500', '221439.582500', '221440.042500', '221440.502500', '221440.962500', '221441.422500', '221441.882500', '221442.342500', '221442.802500', '221443.262500', '221443.722500', '221444.182500', '221444.642500', '221445.102500', '221445.562500', '221446.022500', '221446.482500', '221446.942500', '221447.402500', '221447.862500', '221448.322500', '221448.782500', '221449.242500', '221449.702500', '221450.162500', '221450.622500', '221451.082500', '221451.542500', '221452.002500', '221452.462500', '221452.922500', '221453.382500', '221453.842500', '221454.302500', '221454.762500', '221455.222500', '221455.682500', '221456.142500', '221456.602500', '221457.062500', '221457.522500', '221457.982500', '221458.442500', '221458.902500', '221459.362500', '221459.822500', '221500.282500', '221500.742500', '221501.202500', '221501.662500', '221502.122500', '221502.582500', '221503.042500', '221503.502500', '221503.962500', '221504.422500', '221504.882500', '221505.342500', '221505.802500', '221506.262500', '221506.722500', '221507.182500', '221507.642500', '221508.102500', '221508.562500', '221509.022500', '221509.482500', '221509.942500', '221510.402500', '221510.862500', '221511.322500', '221511.782500', '221512.242500', '221512.702500', '221513.162500', '221513.622500', '221514.082500', '221514.542500', '221515.002500', '221515.462500', '221515.922500', '221516.382500', '221516.842500', '221517.302500', '221517.762500', '221518.222500', '221518.682500', '221519.142500', '221519.602500', '221520.062500', '221520.522500', '221520.982500', '221521.442500', '221521.902500', '221522.362500', '221522.822500', '221523.282500', '221523.742500', '221524.202500', '221524.662500', '221525.122500', '221525.582500', '221526.042500', '221526.502500', '221526.962500', '221527.422500', '221527.882500', '221528.342500', '221528.802500', '221529.262500', '221529.722500', '221530.182500', '221530.642500', '221531.102500', '221531.562500', '221532.022500', '221532.482500', '221532.942500'], 'ContentTime': ['220742.749000', '220742.752000', '220742.754000', '220742.757000', '220742.766000', '220742.768000', '220742.771000', '220742.774000', '220742.776000', '220742.779000', '220742.781000', '220742.784000', '220742.786000', '220742.789000', '220742.792000', '220742.794000', '220742.797000', '220742.799000', '220742.802000', '220742.804000', '220742.807000', '220742.810000', '220742.812000', '220742.815000', '220742.817000', '220742.820000', '220742.822000', '220742.825000', '220742.828000', '220742.830000', '220742.833000', '220742.835000', '220742.838000', '220742.841000', '220742.843000', '220742.846000', '220742.848000', '220742.857000', '220742.860000', '220742.862000', '220742.865000', '220742.868000', '220742.870000', '220742.873000', '220742.875000', '220742.878000', '220742.880000', '220742.883000', '220802.708000', '220802.711000', '220802.714000', '220802.716000', '220802.719000', '220802.722000', '220802.724000', '220802.727000', '220802.729000', '220802.732000', '220802.734000', '220802.737000', '220802.739000', '220802.742000', '220802.745000', '220802.747000', '220802.750000', '220802.752000', '220802.755000', '220802.757000', '220802.765000', '220802.767000', '220802.770000', '220802.772000', '220802.775000', '220802.777000', '220802.780000', '220802.782000', '220802.785000', '220802.788000', '220802.790000', '220802.793000', '220802.795000', '220802.798000', '220802.800000', '220802.803000', '220802.806000', '220802.808000', '220802.811000', '220802.813000', '220802.816000', '220802.818000', '220802.821000', '220822.708000', '220822.711000', '220822.713000', '220822.716000', '220822.718000', '220822.721000', '220822.723000', '220822.726000', '220822.729000', '220822.731000', '220822.734000', '220822.736000', '220822.739000', '220822.741000', '220822.744000', '220822.747000', '220822.749000', '220822.762000', '220822.764000', '220822.767000', '220822.770000', '220822.772000', '220822.775000', '220822.777000', '220822.780000', '220822.783000', '220822.785000', '220822.788000', '220822.790000', '220822.793000', '220822.805000', '220822.808000', '220822.810000', '220822.813000', '220822.816000', '220822.818000', '220822.821000', '220822.824000', '220822.826000', '220822.829000', '220822.832000', '220822.834000', '220822.837000', '220822.839000', '220842.709000', '220842.711000', '220842.714000', '220842.716000', '220842.719000', '220842.722000', '220842.724000', '220842.727000', '220842.729000', '220842.732000', '220842.734000', '220842.737000', '220842.740000', '220842.742000', '220842.745000', '220842.747000', '220842.750000', '220842.752000', '220842.755000', '220842.758000', '220842.780000', '220842.783000', '220842.785000', '220842.788000', '220842.790000', '220842.793000', '220842.795000', '220842.798000', '220842.801000', '220842.803000', '220842.806000', '220842.808000', '220842.811000', '220842.813000', '220842.816000', '220842.819000', '220842.821000', '220842.824000', '220842.826000', '220842.829000', '220842.831000', '220842.835000', '220842.838000', '220902.708000', '220902.711000', '220902.714000', '220902.716000', '220902.719000', '220902.722000', '220902.724000', '220902.727000', '220902.729000', '220902.732000', '220902.734000', '220902.737000', '220902.740000', '220902.742000', '220902.745000', '220902.747000', '220902.750000', '220902.752000', '220902.755000', '220902.758000', '220902.760000', '220902.763000', '220902.765000', '220902.768000', '220902.770000', '220902.773000', '220902.776000', '220902.778000', '220902.781000', '220902.783000', '220902.792000', '220902.795000', '220902.797000', '220902.800000', '220902.802000', '220902.805000', '220902.807000', '220902.810000', '220902.813000', '220902.815000', '220902.818000', '220902.820000', '220902.823000', '220902.825000', '220922.708000', '220922.711000', '220922.714000', '220922.716000', '220922.719000', '220922.722000', '220922.724000', '220922.727000', '220922.729000', '220922.732000', '220922.734000', '220922.737000', '220922.740000', '220922.742000', '220922.745000', '220922.765000', '220922.767000', '220922.770000', '220922.773000', '220922.775000', '220922.778000', '220922.780000', '220922.783000', '220922.786000', '220922.788000', '220922.791000', '220922.793000', '220922.796000', '220922.798000', '220922.801000', '220922.803000', '220922.806000', '220922.809000', '220922.811000', '220922.814000', '220922.816000', '220922.819000', '220922.821000', '220922.824000', '220922.827000', '220922.829000', '220922.832000', '220922.834000', '220942.708000', '220942.711000', '220942.714000', '220942.716000', '220942.719000', '220942.722000', '220942.724000', '220942.727000', '220942.729000', '220942.732000', '220942.734000', '220942.737000', '220942.740000', '220942.742000', '220942.745000', '220942.747000', '220942.750000', '220942.753000', '220942.755000', '220942.758000', '220942.761000', '220942.763000', '220942.766000', '220942.769000', '220942.771000', '220942.774000', '220942.776000', '220942.779000', '220942.782000', '220942.784000', '220942.787000', '220942.789000', '220942.792000', '220942.795000', '220942.797000', '220942.800000', '220942.802000', '220942.805000', '220942.808000', '220942.810000', '220942.813000', '220942.815000', '220942.818000', '220942.821000', '221002.708000', '221002.711000', '221002.714000', '221002.716000', '221002.719000', '221002.722000', '221002.724000', '221002.727000', '221002.729000', '221002.732000', '221002.734000', '221002.737000', '221002.740000', '221002.742000', '221002.745000', '221002.747000', '221002.750000', '221002.752000', '221002.755000', '221002.758000', '221002.760000', '221002.763000', '221002.765000', '221002.768000', '221002.771000', '221002.773000', '221002.776000', '221002.778000', '221002.781000', '221002.783000', '221002.786000', '221002.789000', '221002.791000', '221002.794000', '221002.796000', '221002.799000', '221002.801000', '221002.804000', '221002.807000', '221002.809000', '221002.812000', '221002.814000', '221002.817000', '221022.709000', '221022.711000', '221022.714000', '221022.717000', '221022.719000', '221022.722000', '221022.725000', '221022.727000', '221022.730000', '221022.732000', '221022.735000', '221022.737000', '221022.740000', '221022.742000', '221022.745000', '221022.748000', '221022.768000', '221022.770000', '221022.773000', '221022.775000', '221022.778000', '221022.781000', '221022.783000', '221022.786000', '221022.788000', '221022.791000', '221022.793000', '221022.796000', '221022.799000', '221022.801000', '221022.804000', '221022.806000', '221022.809000', '221022.811000', '221022.814000', '221022.817000', '221022.819000', '221022.822000', '221022.824000', '221022.827000', '221022.829000', '221022.832000', '221022.835000', '221022.837000', '221042.707000', '221042.710000', '221042.713000', '221042.715000', '221042.718000', '221042.721000', '221042.723000', '221042.726000', '221042.728000', '221042.731000', '221042.734000', '221042.736000', '221042.739000', '221042.741000', '221042.744000', '221042.747000', '221042.749000', '221042.752000', '221042.754000', '221042.757000', '221042.759000', '221042.762000', '221042.764000', '221042.767000', '221042.770000', '221042.772000', '221042.775000', '221042.783000', '221042.786000', '221042.788000', '221042.791000', '221042.793000', '221042.796000', '221042.799000', '221042.801000', '221042.804000', '221042.806000', '221042.809000', '221042.812000', '221042.814000', '221042.817000', '221042.819000', '221042.830000', '221102.708000', '221102.711000', '221102.714000', '221102.716000', '221102.719000', '221102.722000', '221102.724000', '221102.727000', '221102.729000', '221102.732000', '221102.735000', '221102.737000', '221102.740000', '221102.742000', '221102.745000', '221102.747000', '221102.750000', '221102.753000', '221102.755000', '221102.758000', '221102.760000', '221102.763000', '221102.766000', '221102.768000', '221102.771000', '221102.773000', '221102.776000', '221102.778000', '221102.781000', '221102.784000', '221102.786000', '221102.789000', '221102.791000', '221102.794000', '221102.797000', '221102.799000', '221102.802000', '221102.804000', '221102.807000', '221102.810000', '221102.812000', '221102.815000', '221102.817000', '221102.820000', '221122.709000', '221122.711000', '221122.714000', '221122.717000', '221122.719000', '221122.722000', '221122.724000', '221122.727000', '221122.729000', '221122.732000', '221122.734000', '221122.737000', '221122.740000', '221122.742000', '221122.745000', '221122.747000', '221122.750000', '221122.753000', '221122.755000', '221122.758000', '221122.760000', '221122.763000', '221122.765000', '221122.768000', '221122.771000', '221122.773000', '221122.776000', '221122.779000', '221122.781000', '221122.784000', '221122.786000', '221122.789000', '221122.792000', '221122.794000', '221122.797000', '221122.799000', '221122.802000', '221122.804000', '221122.807000', '221122.810000', '221122.812000', '221122.815000', '221122.817000', '221142.710000', '221142.713000', '221142.715000', '221142.718000', '221142.721000', '221142.723000', '221142.726000', '221142.728000', '221142.731000', '221142.734000', '221142.736000', '221142.739000', '221142.741000', '221142.744000', '221142.746000', '221142.749000', '221142.752000', '221142.755000', '221142.758000', '221142.761000', '221142.764000', '221142.766000', '221142.769000', '221142.771000', '221142.774000', '221142.777000', '221142.779000', '221142.782000', '221142.784000', '221142.787000', '221142.790000', '221142.792000', '221142.795000', '221142.797000', '221142.800000', '221142.802000', '221142.805000', '221142.808000', '221142.810000', '221142.813000', '221142.815000', '221142.824000', '221142.826000', '221202.709000', '221202.711000', '221202.714000', '221202.717000', '221202.719000', '221202.722000', '221202.724000', '221202.727000', '221202.729000', '221202.732000', '221202.735000', '221202.737000', '221202.740000', '221202.743000', '221202.746000', '221202.748000', '221202.751000', '221202.753000', '221202.756000', '221202.758000', '221202.761000', '221202.764000', '221202.766000', '221202.769000', '221202.771000', '221202.774000', '221202.777000', '221202.779000', '221202.782000', '221202.784000', '221202.787000', '221202.790000', '221202.792000', '221202.795000', '221202.797000', '221202.800000', '221202.802000', '221202.805000', '221202.808000', '221202.810000', '221202.813000', '221202.815000', '221202.818000', '221202.821000', '221222.709000', '221222.711000', '221222.714000', '221222.717000', '221222.719000', '221222.723000', '221222.726000', '221222.728000', '221222.731000', '221222.734000', '221222.736000', '221222.739000', '221222.741000', '221222.744000', '221222.747000', '221222.749000', '221222.752000', '221222.754000', '221222.757000', '221222.759000', '221222.762000', '221222.765000', '221222.767000', '221222.770000', '221222.772000', '221222.775000', '221222.778000', '221222.780000', '221222.783000', '221222.785000', '221222.788000', '221222.790000', '221222.793000', '221222.796000', '221222.798000', '221222.801000', '221222.803000', '221222.806000', '221222.808000', '221222.811000', '221222.814000', '221222.816000', '221222.819000', '221242.708000', '221242.711000', '221242.714000', '221242.716000', '221242.719000', '221242.721000', '221242.724000', '221242.727000', '221242.729000', '221242.732000', '221242.734000', '221242.737000', '221242.740000', '221242.742000', '221242.745000', '221242.747000', '221242.750000', '221242.752000', '221242.755000', '221242.758000', '221242.760000', '221242.763000', '221242.765000', '221242.768000', '221242.771000', '221242.773000', '221242.776000', '221242.778000', '221242.781000', '221242.784000', '221242.786000', '221242.789000', '221242.791000', '221242.794000', '221242.797000', '221242.799000', '221242.802000', '221242.805000', '221242.807000', '221242.810000', '221242.813000', '221242.815000', '221242.818000', '221242.820000', '221302.708000', '221302.711000', '221302.713000', '221302.716000', '221302.718000', '221302.721000', '221302.723000', '221302.726000', '221302.729000', '221302.731000', '221302.734000', '221302.736000', '221302.739000', '221302.742000', '221302.744000', '221302.747000', '221302.751000', '221302.754000', '221302.756000', '221302.759000', '221302.761000', '221302.764000', '221302.767000', '221302.769000', '221302.772000', '221302.776000', '221302.779000', '221302.782000', '221302.784000', '221302.787000', '221302.789000', '221302.792000', '221302.795000', '221302.798000', '221302.801000', '221302.804000', '221302.807000', '221302.809000', '221302.812000', '221302.815000', '221302.817000', '221302.820000', '221302.822000', '221322.709000', '221322.712000', '221322.714000', '221322.717000', '221322.719000', '221322.722000', '221322.724000', '221322.727000', '221322.740000', '221322.743000', '221322.745000', '221322.748000', '221322.750000', '221322.753000', '221322.756000', '221322.758000', '221322.761000', '221322.763000', '221322.766000', '221322.768000', '221322.771000', '221322.774000', '221322.776000', '221322.779000', '221322.781000', '221322.784000', '221322.786000', '221322.789000', '221322.792000', '221322.794000', '221322.797000', '221322.799000', '221322.802000', '221322.804000', '221322.807000', '221322.809000', '221322.812000', '221322.815000', '221322.817000', '221322.820000', '221322.822000', '221322.825000', '221322.827000', '221322.830000', '221342.709000', '221342.711000', '221342.714000', '221342.717000', '221342.719000', '221342.722000', '221342.724000', '221342.727000', '221342.730000', '221342.732000', '221342.735000', '221342.737000', '221342.740000', '221342.742000', '221342.745000', '221342.748000', '221342.750000', '221342.753000', '221342.756000', '221342.758000', '221342.761000', '221342.764000', '221342.766000', '221342.769000', '221342.772000', '221342.774000', '221342.777000', '221342.780000', '221342.782000', '221342.785000', '221342.787000', '221342.790000', '221342.792000', '221342.795000', '221342.798000', '221342.800000', '221342.803000', '221342.805000', '221342.808000', '221342.811000', '221342.813000', '221342.816000', '221342.818000', '221402.708000', '221402.711000', '221402.714000', '221402.716000', '221402.719000', '221402.721000', '221402.724000', '221402.727000', '221402.729000', '221402.732000', '221402.734000', '221402.737000', '221402.740000', '221402.742000', '221402.745000', '221402.747000', '221402.750000', '221402.753000', '221402.755000', '221402.758000', '221402.760000', '221402.763000', '221402.765000', '221402.768000', '221402.771000', '221402.773000', '221402.776000', '221402.778000', '221402.781000', '221402.784000', '221402.786000', '221402.789000', '221402.791000', '221402.794000', '221402.796000', '221402.799000', '221402.802000', '221402.804000', '221402.807000', '221402.809000', '221402.812000', '221402.815000', '221402.817000', '221402.820000', '221422.708000', '221422.711000', '221422.714000', '221422.716000', '221422.719000', '221422.722000', '221422.724000', '221422.727000', '221422.729000', '221422.732000', '221422.734000', '221422.737000', '221422.740000', '221422.742000', '221422.745000', '221422.747000', '221422.750000', '221422.753000', '221422.755000', '221422.758000', '221422.761000', '221422.763000', '221422.766000', '221422.768000', '221422.771000', '221422.780000', '221422.783000', '221422.785000', '221422.789000', '221422.791000', '221422.794000', '221422.797000', '221422.800000', '221422.803000', '221422.806000', '221422.809000', '221422.811000', '221422.814000', '221422.816000', '221422.819000', '221422.821000', '221422.824000', '221422.827000', '221442.708000', '221442.711000', '221442.714000', '221442.716000', '221442.719000', '221442.732000', '221442.735000', '221442.737000', '221442.740000', '221442.742000', '221442.745000', '221442.748000', '221442.750000', '221442.753000', '221442.755000', '221442.758000', '221442.761000', '221442.763000', '221442.766000', '221442.768000', '221442.771000', '221442.773000', '221442.776000', '221442.779000', '221442.781000', '221442.784000', '221442.786000', '221442.789000', '221442.792000', '221442.794000', '221442.797000', '221442.799000', '221442.802000', '221442.805000', '221442.807000', '221442.810000', '221442.812000', '221442.815000', '221442.817000', '221442.820000', '221442.823000', '221442.825000', '221442.828000', '221442.830000', '221502.709000', '221502.712000', '221502.714000', '221502.717000', '221502.720000', '221502.722000', '221502.725000', '221502.727000', '221502.730000', '221502.733000', '221502.735000', '221502.738000', '221502.740000', '221502.743000', '221502.746000', '221502.748000', '221502.751000', '221502.754000', '221502.756000', '221502.759000', '221502.761000', '221502.764000', '221502.767000', '221502.769000', '221502.772000', '221502.774000', '221502.777000', '221502.780000', '221502.782000', '221502.785000', '221502.787000', '221502.790000', '221502.793000', '221502.795000', '221502.798000', '221502.801000', '221502.803000', '221502.806000', '221502.808000', '221502.811000', '221502.813000', '221502.816000', '221502.819000', '221522.707000', '221522.710000', '221522.713000', '221522.725000', '221522.727000', '221522.730000', '221522.733000', '221522.735000', '221522.738000', '221522.740000', '221522.743000', '221522.746000', '221522.748000', '221522.752000', '221522.755000', '221522.757000', '221522.760000', '221522.762000', '221522.765000', '221522.768000', '221522.770000', '221522.773000', '221522.775000', '221522.778000', '221522.781000', '221522.783000', '221522.786000', '221522.788000', '221522.791000', '221522.794000', '221522.796000', '221522.799000', '221522.801000', '221522.804000', '221522.807000', '221522.809000', '221522.812000', '221522.815000', '221522.818000', '221522.820000', '221522.823000', '221522.825000', '221522.828000', '221522.830000', '221534.042000', '221534.045000', '221534.048000', '221534.051000', '221534.054000', '221534.056000', '221534.059000', '221534.062000', '221534.064000', '221534.067000', '221534.070000', '221534.073000', '221534.075000', '221534.078000', '221534.081000', '221534.083000', '221534.086000', '221534.089000', '221534.092000', '221534.094000', '221534.097000', '221534.100000', '221534.103000', '221534.105000', '221534.108000'], 'InstanceCreationTime': ['220742.749000', '220742.752000', '220742.754000', '220742.757000', '220742.766000', '220742.768000', '220742.771000', '220742.774000', '220742.776000', '220742.779000', '220742.781000', '220742.784000', '220742.786000', '220742.789000', '220742.792000', '220742.794000', '220742.797000', '220742.799000', '220742.802000', '220742.804000', '220742.807000', '220742.810000', '220742.812000', '220742.815000', '220742.817000', '220742.820000', '220742.822000', '220742.825000', '220742.828000', '220742.830000', '220742.833000', '220742.835000', '220742.838000', '220742.841000', '220742.843000', '220742.846000', '220742.848000', '220742.857000', '220742.860000', '220742.862000', '220742.865000', '220742.868000', '220742.870000', '220742.873000', '220742.875000', '220742.878000', '220742.880000', '220742.883000', '220802.708000', '220802.711000', '220802.714000', '220802.716000', '220802.719000', '220802.722000', '220802.724000', '220802.727000', '220802.729000', '220802.732000', '220802.734000', '220802.737000', '220802.739000', '220802.742000', '220802.745000', '220802.747000', '220802.750000', '220802.752000', '220802.755000', '220802.757000', '220802.765000', '220802.767000', '220802.770000', '220802.772000', '220802.775000', '220802.777000', '220802.780000', '220802.782000', '220802.785000', '220802.788000', '220802.790000', '220802.793000', '220802.795000', '220802.798000', '220802.800000', '220802.803000', '220802.806000', '220802.808000', '220802.811000', '220802.813000', '220802.816000', '220802.818000', '220802.821000', '220822.708000', '220822.711000', '220822.713000', '220822.716000', '220822.718000', '220822.721000', '220822.723000', '220822.726000', '220822.729000', '220822.731000', '220822.734000', '220822.736000', '220822.739000', '220822.741000', '220822.744000', '220822.747000', '220822.749000', '220822.762000', '220822.764000', '220822.767000', '220822.770000', '220822.772000', '220822.775000', '220822.777000', '220822.780000', '220822.783000', '220822.785000', '220822.788000', '220822.790000', '220822.793000', '220822.805000', '220822.808000', '220822.810000', '220822.813000', '220822.816000', '220822.818000', '220822.821000', '220822.824000', '220822.826000', '220822.829000', '220822.832000', '220822.834000', '220822.837000', '220822.839000', '220842.709000', '220842.711000', '220842.714000', '220842.716000', '220842.719000', '220842.722000', '220842.724000', '220842.727000', '220842.729000', '220842.732000', '220842.734000', '220842.737000', '220842.740000', '220842.742000', '220842.745000', '220842.747000', '220842.750000', '220842.752000', '220842.755000', '220842.758000', '220842.780000', '220842.783000', '220842.785000', '220842.788000', '220842.790000', '220842.793000', '220842.795000', '220842.798000', '220842.801000', '220842.803000', '220842.806000', '220842.808000', '220842.811000', '220842.813000', '220842.816000', '220842.819000', '220842.821000', '220842.824000', '220842.826000', '220842.829000', '220842.831000', '220842.835000', '220842.838000', '220902.708000', '220902.711000', '220902.714000', '220902.716000', '220902.719000', '220902.722000', '220902.724000', '220902.727000', '220902.729000', '220902.732000', '220902.734000', '220902.737000', '220902.740000', '220902.742000', '220902.745000', '220902.747000', '220902.750000', '220902.752000', '220902.755000', '220902.758000', '220902.760000', '220902.763000', '220902.765000', '220902.768000', '220902.770000', '220902.773000', '220902.776000', '220902.778000', '220902.781000', '220902.783000', '220902.792000', '220902.795000', '220902.797000', '220902.800000', '220902.802000', '220902.805000', '220902.807000', '220902.810000', '220902.813000', '220902.815000', '220902.818000', '220902.820000', '220902.823000', '220902.825000', '220922.708000', '220922.711000', '220922.714000', '220922.716000', '220922.719000', '220922.722000', '220922.724000', '220922.727000', '220922.729000', '220922.732000', '220922.734000', '220922.737000', '220922.740000', '220922.742000', '220922.745000', '220922.765000', '220922.767000', '220922.770000', '220922.773000', '220922.775000', '220922.778000', '220922.780000', '220922.783000', '220922.786000', '220922.788000', '220922.791000', '220922.793000', '220922.796000', '220922.798000', '220922.801000', '220922.803000', '220922.806000', '220922.809000', '220922.811000', '220922.814000', '220922.816000', '220922.819000', '220922.821000', '220922.824000', '220922.827000', '220922.829000', '220922.832000', '220922.834000', '220942.708000', '220942.711000', '220942.714000', '220942.716000', '220942.719000', '220942.722000', '220942.724000', '220942.727000', '220942.729000', '220942.732000', '220942.734000', '220942.737000', '220942.740000', '220942.742000', '220942.745000', '220942.747000', '220942.750000', '220942.753000', '220942.755000', '220942.758000', '220942.761000', '220942.763000', '220942.766000', '220942.769000', '220942.771000', '220942.774000', '220942.776000', '220942.779000', '220942.782000', '220942.784000', '220942.787000', '220942.789000', '220942.792000', '220942.795000', '220942.797000', '220942.800000', '220942.802000', '220942.805000', '220942.808000', '220942.810000', '220942.813000', '220942.815000', '220942.818000', '220942.821000', '221002.708000', '221002.711000', '221002.714000', '221002.716000', '221002.719000', '221002.722000', '221002.724000', '221002.727000', '221002.729000', '221002.732000', '221002.734000', '221002.737000', '221002.740000', '221002.742000', '221002.745000', '221002.747000', '221002.750000', '221002.752000', '221002.755000', '221002.758000', '221002.760000', '221002.763000', '221002.765000', '221002.768000', '221002.771000', '221002.773000', '221002.776000', '221002.778000', '221002.781000', '221002.783000', '221002.786000', '221002.789000', '221002.791000', '221002.794000', '221002.796000', '221002.799000', '221002.801000', '221002.804000', '221002.807000', '221002.809000', '221002.812000', '221002.814000', '221002.817000', '221022.709000', '221022.711000', '221022.714000', '221022.717000', '221022.719000', '221022.722000', '221022.725000', '221022.727000', '221022.730000', '221022.732000', '221022.735000', '221022.737000', '221022.740000', '221022.742000', '221022.745000', '221022.748000', '221022.768000', '221022.770000', '221022.773000', '221022.775000', '221022.778000', '221022.781000', '221022.783000', '221022.786000', '221022.788000', '221022.791000', '221022.793000', '221022.796000', '221022.799000', '221022.801000', '221022.804000', '221022.806000', '221022.809000', '221022.811000', '221022.814000', '221022.817000', '221022.819000', '221022.822000', '221022.824000', '221022.827000', '221022.829000', '221022.832000', '221022.835000', '221022.837000', '221042.707000', '221042.710000', '221042.713000', '221042.715000', '221042.718000', '221042.721000', '221042.723000', '221042.726000', '221042.728000', '221042.731000', '221042.734000', '221042.736000', '221042.739000', '221042.741000', '221042.744000', '221042.747000', '221042.749000', '221042.752000', '221042.754000', '221042.757000', '221042.759000', '221042.762000', '221042.764000', '221042.767000', '221042.770000', '221042.772000', '221042.775000', '221042.783000', '221042.786000', '221042.788000', '221042.791000', '221042.793000', '221042.796000', '221042.799000', '221042.801000', '221042.804000', '221042.806000', '221042.809000', '221042.812000', '221042.814000', '221042.817000', '221042.819000', '221042.830000', '221102.708000', '221102.711000', '221102.714000', '221102.716000', '221102.719000', '221102.722000', '221102.724000', '221102.727000', '221102.729000', '221102.732000', '221102.735000', '221102.737000', '221102.740000', '221102.742000', '221102.745000', '221102.747000', '221102.750000', '221102.753000', '221102.755000', '221102.758000', '221102.760000', '221102.763000', '221102.766000', '221102.768000', '221102.771000', '221102.773000', '221102.776000', '221102.778000', '221102.781000', '221102.784000', '221102.786000', '221102.789000', '221102.791000', '221102.794000', '221102.797000', '221102.799000', '221102.802000', '221102.804000', '221102.807000', '221102.810000', '221102.812000', '221102.815000', '221102.817000', '221102.820000', '221122.709000', '221122.711000', '221122.714000', '221122.717000', '221122.719000', '221122.722000', '221122.724000', '221122.727000', '221122.729000', '221122.732000', '221122.734000', '221122.737000', '221122.740000', '221122.742000', '221122.745000', '221122.747000', '221122.750000', '221122.753000', '221122.755000', '221122.758000', '221122.760000', '221122.763000', '221122.765000', '221122.768000', '221122.771000', '221122.773000', '221122.776000', '221122.779000', '221122.781000', '221122.784000', '221122.786000', '221122.789000', '221122.792000', '221122.794000', '221122.797000', '221122.799000', '221122.802000', '221122.804000', '221122.807000', '221122.810000', '221122.812000', '221122.815000', '221122.817000', '221142.710000', '221142.713000', '221142.715000', '221142.718000', '221142.721000', '221142.723000', '221142.726000', '221142.728000', '221142.731000', '221142.734000', '221142.736000', '221142.739000', '221142.741000', '221142.744000', '221142.746000', '221142.749000', '221142.752000', '221142.755000', '221142.758000', '221142.761000', '221142.764000', '221142.766000', '221142.769000', '221142.771000', '221142.774000', '221142.777000', '221142.779000', '221142.782000', '221142.784000', '221142.787000', '221142.790000', '221142.792000', '221142.795000', '221142.797000', '221142.800000', '221142.802000', '221142.805000', '221142.808000', '221142.810000', '221142.813000', '221142.815000', '221142.824000', '221142.826000', '221202.709000', '221202.711000', '221202.714000', '221202.717000', '221202.719000', '221202.722000', '221202.724000', '221202.727000', '221202.729000', '221202.732000', '221202.735000', '221202.737000', '221202.740000', '221202.743000', '221202.746000', '221202.748000', '221202.751000', '221202.753000', '221202.756000', '221202.758000', '221202.761000', '221202.764000', '221202.766000', '221202.769000', '221202.771000', '221202.774000', '221202.777000', '221202.779000', '221202.782000', '221202.784000', '221202.787000', '221202.790000', '221202.792000', '221202.795000', '221202.797000', '221202.800000', '221202.802000', '221202.805000', '221202.808000', '221202.810000', '221202.813000', '221202.815000', '221202.818000', '221202.821000', '221222.709000', '221222.711000', '221222.714000', '221222.717000', '221222.719000', '221222.723000', '221222.726000', '221222.728000', '221222.731000', '221222.734000', '221222.736000', '221222.739000', '221222.741000', '221222.744000', '221222.747000', '221222.749000', '221222.752000', '221222.754000', '221222.757000', '221222.759000', '221222.762000', '221222.765000', '221222.767000', '221222.770000', '221222.772000', '221222.775000', '221222.778000', '221222.780000', '221222.783000', '221222.785000', '221222.788000', '221222.790000', '221222.793000', '221222.796000', '221222.798000', '221222.801000', '221222.803000', '221222.806000', '221222.808000', '221222.811000', '221222.814000', '221222.816000', '221222.819000', '221242.708000', '221242.711000', '221242.714000', '221242.716000', '221242.719000', '221242.721000', '221242.724000', '221242.727000', '221242.729000', '221242.732000', '221242.734000', '221242.737000', '221242.740000', '221242.742000', '221242.745000', '221242.747000', '221242.750000', '221242.752000', '221242.755000', '221242.758000', '221242.760000', '221242.763000', '221242.765000', '221242.768000', '221242.771000', '221242.773000', '221242.776000', '221242.778000', '221242.781000', '221242.784000', '221242.786000', '221242.789000', '221242.791000', '221242.794000', '221242.797000', '221242.799000', '221242.802000', '221242.805000', '221242.807000', '221242.810000', '221242.813000', '221242.815000', '221242.818000', '221242.820000', '221302.708000', '221302.711000', '221302.713000', '221302.716000', '221302.718000', '221302.721000', '221302.723000', '221302.726000', '221302.729000', '221302.731000', '221302.734000', '221302.736000', '221302.739000', '221302.742000', '221302.744000', '221302.747000', '221302.751000', '221302.754000', '221302.756000', '221302.759000', '221302.761000', '221302.764000', '221302.767000', '221302.769000', '221302.772000', '221302.776000', '221302.779000', '221302.782000', '221302.784000', '221302.787000', '221302.789000', '221302.792000', '221302.795000', '221302.798000', '221302.801000', '221302.804000', '221302.807000', '221302.809000', '221302.812000', '221302.815000', '221302.817000', '221302.820000', '221302.822000', '221322.709000', '221322.712000', '221322.714000', '221322.717000', '221322.719000', '221322.722000', '221322.724000', '221322.727000', '221322.740000', '221322.743000', '221322.745000', '221322.748000', '221322.750000', '221322.753000', '221322.756000', '221322.758000', '221322.761000', '221322.763000', '221322.766000', '221322.768000', '221322.771000', '221322.774000', '221322.776000', '221322.779000', '221322.781000', '221322.784000', '221322.786000', '221322.789000', '221322.792000', '221322.794000', '221322.797000', '221322.799000', '221322.802000', '221322.804000', '221322.807000', '221322.809000', '221322.812000', '221322.815000', '221322.817000', '221322.820000', '221322.822000', '221322.825000', '221322.827000', '221322.830000', '221342.709000', '221342.711000', '221342.714000', '221342.717000', '221342.719000', '221342.722000', '221342.724000', '221342.727000', '221342.730000', '221342.732000', '221342.735000', '221342.737000', '221342.740000', '221342.742000', '221342.745000', '221342.748000', '221342.750000', '221342.753000', '221342.756000', '221342.758000', '221342.761000', '221342.764000', '221342.766000', '221342.769000', '221342.772000', '221342.774000', '221342.777000', '221342.780000', '221342.782000', '221342.785000', '221342.787000', '221342.790000', '221342.792000', '221342.795000', '221342.798000', '221342.800000', '221342.803000', '221342.805000', '221342.808000', '221342.811000', '221342.813000', '221342.816000', '221342.818000', '221402.708000', '221402.711000', '221402.714000', '221402.716000', '221402.719000', '221402.721000', '221402.724000', '221402.727000', '221402.729000', '221402.732000', '221402.734000', '221402.737000', '221402.740000', '221402.742000', '221402.745000', '221402.747000', '221402.750000', '221402.753000', '221402.755000', '221402.758000', '221402.760000', '221402.763000', '221402.765000', '221402.768000', '221402.771000', '221402.773000', '221402.776000', '221402.778000', '221402.781000', '221402.784000', '221402.786000', '221402.789000', '221402.791000', '221402.794000', '221402.796000', '221402.799000', '221402.802000', '221402.804000', '221402.807000', '221402.809000', '221402.812000', '221402.815000', '221402.817000', '221402.820000', '221422.708000', '221422.711000', '221422.714000', '221422.716000', '221422.719000', '221422.722000', '221422.724000', '221422.727000', '221422.729000', '221422.732000', '221422.734000', '221422.737000', '221422.740000', '221422.742000', '221422.745000', '221422.747000', '221422.750000', '221422.753000', '221422.755000', '221422.758000', '221422.761000', '221422.763000', '221422.766000', '221422.768000', '221422.771000', '221422.780000', '221422.783000', '221422.785000', '221422.789000', '221422.791000', '221422.794000', '221422.797000', '221422.800000', '221422.803000', '221422.806000', '221422.809000', '221422.811000', '221422.814000', '221422.816000', '221422.819000', '221422.821000', '221422.824000', '221422.827000', '221442.708000', '221442.711000', '221442.714000', '221442.716000', '221442.719000', '221442.732000', '221442.735000', '221442.737000', '221442.740000', '221442.742000', '221442.745000', '221442.748000', '221442.750000', '221442.753000', '221442.755000', '221442.758000', '221442.761000', '221442.763000', '221442.766000', '221442.768000', '221442.771000', '221442.773000', '221442.776000', '221442.779000', '221442.781000', '221442.784000', '221442.786000', '221442.789000', '221442.792000', '221442.794000', '221442.797000', '221442.799000', '221442.802000', '221442.805000', '221442.807000', '221442.810000', '221442.812000', '221442.815000', '221442.817000', '221442.820000', '221442.823000', '221442.825000', '221442.828000', '221442.830000', '221502.709000', '221502.712000', '221502.714000', '221502.717000', '221502.720000', '221502.722000', '221502.725000', '221502.727000', '221502.730000', '221502.733000', '221502.735000', '221502.738000', '221502.740000', '221502.743000', '221502.746000', '221502.748000', '221502.751000', '221502.754000', '221502.756000', '221502.759000', '221502.761000', '221502.764000', '221502.767000', '221502.769000', '221502.772000', '221502.774000', '221502.777000', '221502.780000', '221502.782000', '221502.785000', '221502.787000', '221502.790000', '221502.793000', '221502.795000', '221502.798000', '221502.801000', '221502.803000', '221502.806000', '221502.808000', '221502.811000', '221502.813000', '221502.816000', '221502.819000', '221522.707000', '221522.710000', '221522.713000', '221522.725000', '221522.727000', '221522.730000', '221522.733000', '221522.735000', '221522.738000', '221522.740000', '221522.743000', '221522.746000', '221522.748000', '221522.752000', '221522.755000', '221522.757000', '221522.760000', '221522.762000', '221522.765000', '221522.768000', '221522.770000', '221522.773000', '221522.775000', '221522.778000', '221522.781000', '221522.783000', '221522.786000', '221522.788000', '221522.791000', '221522.794000', '221522.796000', '221522.799000', '221522.801000', '221522.804000', '221522.807000', '221522.809000', '221522.812000', '221522.815000', '221522.818000', '221522.820000', '221522.823000', '221522.825000', '221522.828000', '221522.830000', '221534.042000', '221534.045000', '221534.048000', '221534.051000', '221534.054000', '221534.056000', '221534.059000', '221534.062000', '221534.064000', '221534.067000', '221534.070000', '221534.073000', '221534.075000', '221534.078000', '221534.081000', '221534.083000', '221534.086000', '221534.089000', '221534.092000', '221534.094000', '221534.097000', '221534.100000', '221534.103000', '221534.105000', '221534.108000'], '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': [6794, 8532, 6598, 7003, 6470, 7651, 11272, 6940, 9308, 6564, 7659, 10047, 7011, 10256, 6739, 7538, 6475, 7442, 7982, 6683, 6807, 6054, 7637, 6168, 7303, 8289, 6725, 6942, 6302, 7624, 10068, 6604, 8257, 6154, 7553, 11227, 6441, 8261, 6231, 7429, 7184, 6353, 6655, 5911, 6451, 6317, 7522, 10368, 6899, 8940, 6111, 9240, 11050, 7131, 11019, 6278, 7629, 8295, 7109, 8740, 6556, 7257, 6886, 7248, 8491, 6682, 8279, 6439, 7457, 9931, 6644, 7272, 6507, 7653, 11141, 7588, 9484, 6283, 7600, 9660, 7349, 9330, 6494, 7511, 9747, 7323, 9274, 6495, 6697, 6483, 7633, 8562, 7131, 8128, 6215, 7197, 11338, 6998, 7650, 6205, 7394, 9733, 7220, 8406, 6530, 7309, 6757, 7053, 8869, 7197, 7557, 6341, 7517, 10289, 6884, 7275, 6678, 7708, 7887, 7133, 10753, 7008, 7677, 6493, 7594, 10625, 6582, 6687, 6083, 6339, 9129, 6278, 6204, 6207, 6749, 6725, 7273, 6725, 9081, 6451, 9480, 6673, 7986, 9415, 7238, 11063, 6533, 9675, 6550, 7565, 11147, 6938, 7703, 6238, 7399, 9390, 6949, 8768, 6411, 7492, 9677, 6895, 6824, 6056, 7215, 10773, 6561, 7948, 6303, 7132, 8869, 6790, 7390, 6055, 7128, 6236, 7071, 8820, 6255, 8051, 9580, 7069, 10316, 6407, 7901, 11357, 7145, 9998, 6340, 7334, 10953, 6941, 9126, 6199, 7189, 10405, 6634, 7635, 6537, 7205, 9297, 6823, 7251, 6093, 7471, 10092, 7046, 9417, 6503, 7290, 6747, 7249, 9882, 6411, 8031, 6188, 7770, 11155, 6780, 9872, 6496, 7046, 8211, 7190, 10498, 6729, 7231, 6463, 7272, 7835, 6596, 6625, 6191, 7061, 9344, 6843, 7571, 6297, 6333, 6387, 7128, 10459, 6659, 8228, 6341, 7254, 9805, 7125, 11428, 6712, 8476, 6294, 7423, 11325, 6881, 8437, 6657, 7289, 6487, 7357, 11972, 8741, 10471, 6737, 8306, 10680, 7164, 10531, 6726, 7826, 6249, 7268, 11821, 6733, 9796, 6198, 7241, 9735, 6871, 8954, 6691, 6928, 6331, 7365, 10998, 6730, 8663, 6271, 7065, 10960, 6951, 10975, 6917, 8696, 6199, 7091, 9801, 7026, 8336, 6559, 6742, 9554, 7104, 9269, 6823, 6549, 6404, 7312, 11325, 6697, 8620, 6367, 6906, 10974, 6574, 9345, 6555, 6779, 9417, 6933, 8165, 6600, 6827, 6371, 7062, 8879, 6562, 7353, 6499, 7122, 9875, 6885, 10246, 6718, 8325, 6289, 7167, 11829, 6724, 10383, 6388, 8639, 6414, 6350, 6649, 6247, 6819, 7341, 6651, 7192, 6712, 7146, 12053, 6943, 10377, 6598, 7234, 11455, 6704, 7464, 6341, 7246, 11379, 6974, 8434, 6336, 6542, 5849, 7124, 8400, 6592, 6847, 6380, 6780, 7563, 6992, 10723, 6884, 9287, 6373, 7388, 12072, 6993, 10382, 6695, 7845, 6306, 7216, 11803, 7881, 9841, 6259, 6899, 9129, 6756, 7718, 6334, 6892, 10998, 6624, 8264, 6300, 6923, 10135, 6496, 7619, 6296, 7229, 11004, 6606, 7878, 6205, 7081, 9221, 6884, 7939, 6475, 7293, 11555, 6991, 8838, 6638, 6661, 6139, 6826, 9022, 6574, 8052, 9282, 6904, 10530, 6899, 7614, 6283, 6945, 10217, 6844, 8096, 6677, 6798, 10212, 6722, 8682, 6887, 7469, 6358, 6794, 9207, 6727, 7316, 6497, 7122, 9096, 6700, 7779, 6434, 7356, 11859, 8285, 10021, 6239, 7027, 9614, 6825, 7468, 6336, 7143, 8194, 6676, 7555, 6618, 7323, 8789, 7049, 7157, 6117, 7228, 8769, 6651, 7530, 6082, 7205, 9964, 6754, 7191, 6116, 7393, 11507, 6752, 10085, 6405, 7553, 10029, 6965, 8510, 6384, 6791, 6380, 7264, 10050, 6615, 7804, 6249, 7227, 10650, 6620, 7794, 6141, 7273, 11409, 6753, 9701, 6733, 8335, 6387, 6968, 10744, 6490, 7951, 6403, 7277, 11778, 6920, 10480, 6493, 7092, 8026, 7108, 10287, 6966, 7833, 6293, 7026, 10427, 6521, 7032, 6248, 6718, 7499, 6958, 7489, 6322, 6581, 6235, 6493, 6597, 7168, 11652, 7318, 10493, 6356, 7352, 12253, 7740, 10457, 6733, 7618, 9696, 6893, 11244, 6697, 9570, 6215, 7095, 11381, 6827, 10273, 6620, 9488, 6350, 6815, 11291, 6465, 8798, 6559, 7536, 10280, 6585, 10984, 6755, 9210, 8787, 6882, 11503, 6814, 8471, 6603, 6920, 11889, 7238, 9119, 6433, 6529, 9296, 6747, 8053, 6439, 6608, 8958, 6732, 8070, 6896, 6050, 6375, 7080, 9030, 6660, 8615, 6387, 6775, 6629, 7110, 11041, 6730, 7984, 6378, 6608, 10906, 6565, 9351, 6529, 6695, 11682, 6734, 8200, 6287, 6483, 6771, 6795, 8224, 6570, 7170, 8994, 6792, 8226, 6191, 6701, 6372, 7332, 8886, 7129, 6826, 6279, 6413, 6586, 7171, 9621, 7122, 10518, 6748, 9034, 6024, 7491, 10721, 6979, 10771, 6545, 7860, 6524, 7358, 11897, 7340, 9958, 5969, 7298, 11364, 6629, 8346, 6012, 7182, 10444, 6524, 7797, 6309, 6732, 6252, 6809, 7785, 6567, 7358, 6524, 7123, 11669, 6626, 9454, 6253, 7103, 11516, 6486, 7794, 6468, 7302, 11768, 6800, 8433, 6410, 7013, 9794, 6651, 7484, 8272, 6776, 9872, 6653, 7027, 10534, 6904, 9252, 6562, 7209, 10552, 6867, 8126, 6591, 6782, 6662, 6941, 9890, 6819, 6953, 6536, 6787, 9666, 6990, 7368, 8751, 6885, 9884, 6664, 7139, 10512, 6831, 9411, 6255, 6895, 11120, 6812, 7317, 6434, 6367, 6392, 7311, 8470, 6687, 6757, 6523, 6919, 9844, 6785, 8735, 6537, 7282, 12250, 6704, 10921, 6487, 6759, 11400, 6578, 8963, 6835, 7029, 11798, 6505, 9567, 6582, 6967, 11217, 6582, 8768, 6717, 6634, 10692, 6945, 10094, 6855, 7612, 10943, 6787, 8812, 6669, 6605, 7411, 6442, 7511, 6560, 7043, 7160, 6740, 9274, 6809, 7234, 7851, 6881, 10077, 6936, 7235, 6504, 6675, 9956, 6605, 7145, 6145, 6755, 8913, 6764, 10381, 6677, 7325, 6505, 7434, 11263, 7035, 11588, 6861, 10005, 6555, 6899, 11023, 6549, 8107, 6470, 6988, 8268, 6845, 10736, 6646, 7175, 6584, 7243, 11846, 6782, 10170, 6380, 6428, 6338, 7046, 9984, 6790, 8488, 6422, 6886, 10973, 6901, 9008, 6596, 6343, 6535, 6859, 8052, 6886, 6513, 6640, 7199, 9484, 6650, 7443, 6177, 6901, 9409, 6433, 7375, 6414, 6987, 8148, 6982, 10141, 6535, 7054, 6549, 7291, 11967, 6596, 9538, 6193, 7318, 11465, 6591, 7757, 6255, 7136, 9713, 6388, 8239, 6404, 6630, 6612, 7134, 10964, 6635, 8020, 6251, 7152, 9655, 6646, 7720, 6489, 7193, 11012, 6382, 7663, 6195, 7195, 7698, 7165, 8556, 6045, 6849, 6534, 6568, 6974, 6675, 6844, 6811, 6874, 6685, 6933, 7229, 11500, 6681, 9301, 6140, 6809, 6364, 7196, 8386, 6518, 7675, 6187, 7313, 11089, 6607, 7787, 6344, 7302, 9643, 6387, 6953, 6199, 7312, 9862, 6343, 7338, 6587, 7336, 12078, 6967, 9953, 6563, 7021, 12411, 6999, 10558, 6672, 7325, 6523, 7238, 12395, 7358, 10253, 6410, 6609, 9077, 6939, 10283, 6855, 8402, 6168, 7129, 11040, 6524, 8101, 6246, 6401, 6754, 6990, 10609, 6626, 8514, 6223, 6962, 12183, 7074, 10219, 6713, 7776, 12030, 6614, 11101, 6392, 7052, 9336, 6913, 10503, 6882, 7220, 8088, 6491, 7878, 6296, 6732, 8863, 6752, 8888, 6683, 6869, 6412, 6779, 6453, 7568, 9908, 6570, 6669, 6532, 6443, 7658, 12772, 6876, 10331, 6428, 6988, 8378, 7507, 12732, 9457, 11185, 6161, 7531, 11625, 7102, 10531, 6826, 7627, 8177, 7084, 8385, 6633, 7215, 6693, 7179, 10399, 6690, 9385, 7078, 7486, 8868, 7008, 9916, 7545, 10980, 6439, 7282, 10453, 7299, 10170, 7163, 8945, 6308, 7625, 12784, 8684, 11385, 6914, 8573, 6648, 7200, 12192, 7025, 10511, 6934, 7160, 6490, 6859], 'WindowCenter': [3751.0, 3768.0, 3735.0, 3744.0, 3722.0, 3743.0, 3773.0, 3731.0, 3763.0, 3720.0, 3742.0, 3761.0, 3730.0, 3761.0, 3719.0, 3740.0, 3708.0, 3729.0, 3740.0, 3718.0, 3718.0, 3709.0, 3741.0, 3708.0, 3742.0, 3751.0, 3730.0, 3731.0, 3720.0, 3742.0, 3760.0, 3720.0, 3753.0, 3709.0, 3741.0, 3770.0, 3718.0, 3742.0, 3708.0, 3729.0, 3720.0, 3708.0, 3719.0, 3710.0, 3722.0, 3721.0, 3743.0, 3762.0, 3732.0, 3751.0, 3710.0, 3762.0, 3771.0, 3720.0, 3760.0, 3707.0, 3730.0, 3739.0, 3719.0, 3739.0, 3707.0, 3730.0, 3717.0, 3730.0, 3738.0, 3719.0, 3740.0, 3719.0, 3731.0, 3759.0, 3719.0, 3729.0, 3718.0, 3741.0, 3770.0, 3741.0, 3750.0, 3707.0, 3729.0, 3749.0, 3729.0, 3750.0, 3706.0, 3730.0, 3747.0, 3728.0, 3750.0, 3707.0, 3718.0, 3706.0, 3728.0, 3739.0, 3729.0, 3740.0, 3707.0, 3717.0, 3757.0, 3715.0, 3727.0, 3695.0, 3728.0, 3747.0, 3717.0, 3738.0, 3706.0, 3727.0, 3705.0, 3717.0, 3738.0, 3716.0, 3728.0, 3706.0, 3729.0, 3747.0, 3715.0, 3727.0, 3717.0, 3740.0, 3737.0, 3729.0, 3759.0, 3717.0, 3728.0, 3706.0, 3729.0, 3759.0, 3717.0, 3717.0, 3695.0, 3706.0, 3747.0, 3717.0, 3708.0, 3721.0, 3731.0, 3733.0, 3743.0, 3734.0, 3763.0, 3722.0, 3764.0, 3720.0, 3743.0, 3750.0, 3731.0, 3772.0, 3720.0, 3762.0, 3708.0, 3730.0, 3769.0, 3718.0, 3728.0, 3708.0, 3730.0, 3748.0, 3719.0, 3738.0, 3707.0, 3728.0, 3748.0, 3717.0, 3718.0, 3707.0, 3730.0, 3759.0, 3718.0, 3738.0, 3707.0, 3730.0, 3749.0, 3719.0, 3730.0, 3707.0, 3731.0, 3708.0, 3730.0, 3750.0, 3719.0, 3742.0, 3760.0, 3729.0, 3760.0, 3707.0, 3740.0, 3770.0, 3717.0, 3759.0, 3706.0, 3728.0, 3758.0, 3718.0, 3749.0, 3707.0, 3718.0, 3758.0, 3717.0, 3729.0, 3706.0, 3729.0, 3748.0, 3717.0, 3728.0, 3706.0, 3729.0, 3758.0, 3729.0, 3750.0, 3706.0, 3730.0, 3717.0, 3729.0, 3759.0, 3708.0, 3739.0, 3695.0, 3729.0, 3760.0, 3717.0, 3748.0, 3706.0, 3717.0, 3737.0, 3718.0, 3759.0, 3717.0, 3728.0, 3704.0, 3726.0, 3726.0, 3718.0, 3718.0, 3708.0, 3728.0, 3749.0, 3719.0, 3728.0, 3718.0, 3720.0, 3718.0, 3729.0, 3760.0, 3719.0, 3740.0, 3719.0, 3730.0, 3759.0, 3729.0, 3770.0, 3718.0, 3740.0, 3707.0, 3728.0, 3771.0, 3730.0, 3740.0, 3719.0, 3730.0, 3719.0, 3730.0, 3771.0, 3751.0, 3761.0, 3718.0, 3740.0, 3759.0, 3718.0, 3758.0, 3716.0, 3728.0, 3706.0, 3728.0, 3769.0, 3718.0, 3749.0, 3706.0, 3728.0, 3747.0, 3719.0, 3748.0, 3718.0, 3718.0, 3707.0, 3729.0, 3770.0, 3719.0, 3740.0, 3707.0, 3729.0, 3759.0, 3730.0, 3760.0, 3718.0, 3740.0, 3696.0, 3717.0, 3748.0, 3717.0, 3738.0, 3706.0, 3719.0, 3747.0, 3717.0, 3748.0, 3717.0, 3706.0, 3706.0, 3728.0, 3769.0, 3717.0, 3739.0, 3707.0, 3718.0, 3758.0, 3718.0, 3749.0, 3707.0, 3718.0, 3747.0, 3717.0, 3737.0, 3718.0, 3718.0, 3706.0, 3730.0, 3748.0, 3717.0, 3728.0, 3707.0, 3730.0, 3749.0, 3729.0, 3759.0, 3718.0, 3740.0, 3706.0, 3717.0, 3769.0, 3718.0, 3760.0, 3706.0, 3749.0, 3706.0, 3719.0, 3717.0, 3706.0, 3718.0, 3729.0, 3718.0, 3729.0, 3719.0, 3730.0, 3771.0, 3719.0, 3761.0, 3716.0, 3727.0, 3758.0, 3705.0, 3716.0, 3704.0, 3716.0, 3758.0, 3717.0, 3737.0, 3705.0, 3707.0, 3693.0, 3718.0, 3738.0, 3718.0, 3718.0, 3707.0, 3719.0, 3728.0, 3730.0, 3771.0, 3729.0, 3750.0, 3706.0, 3730.0, 3770.0, 3719.0, 3759.0, 3717.0, 3738.0, 3707.0, 3729.0, 3769.0, 3739.0, 3759.0, 3704.0, 3716.0, 3747.0, 3716.0, 3728.0, 3706.0, 3718.0, 3757.0, 3716.0, 3739.0, 3706.0, 3718.0, 3747.0, 3706.0, 3727.0, 3704.0, 3728.0, 3757.0, 3717.0, 3727.0, 3694.0, 3718.0, 3747.0, 3717.0, 3739.0, 3706.0, 3728.0, 3758.0, 3716.0, 3738.0, 3706.0, 3718.0, 3694.0, 3706.0, 3737.0, 3716.0, 3739.0, 3736.0, 3717.0, 3757.0, 3717.0, 3727.0, 3705.0, 3717.0, 3747.0, 3705.0, 3737.0, 3716.0, 3717.0, 3747.0, 3706.0, 3737.0, 3717.0, 3728.0, 3704.0, 3717.0, 3747.0, 3706.0, 3727.0, 3707.0, 3717.0, 3736.0, 3717.0, 3727.0, 3706.0, 3728.0, 3768.0, 3737.0, 3749.0, 3694.0, 3716.0, 3746.0, 3704.0, 3717.0, 3705.0, 3730.0, 3751.0, 3717.0, 3728.0, 3717.0, 3729.0, 3749.0, 3728.0, 3718.0, 3706.0, 3727.0, 3737.0, 3717.0, 3728.0, 3706.0, 3728.0, 3759.0, 3717.0, 3718.0, 3708.0, 3729.0, 3770.0, 3719.0, 3760.0, 3706.0, 3729.0, 3747.0, 3717.0, 3738.0, 3707.0, 3718.0, 3717.0, 3727.0, 3760.0, 3719.0, 3730.0, 3707.0, 3728.0, 3760.0, 3718.0, 3728.0, 3707.0, 3729.0, 3770.0, 3718.0, 3749.0, 3717.0, 3740.0, 3717.0, 3719.0, 3760.0, 3707.0, 3738.0, 3718.0, 3728.0, 3769.0, 3718.0, 3758.0, 3704.0, 3717.0, 3726.0, 3717.0, 3758.0, 3717.0, 3728.0, 3704.0, 3715.0, 3757.0, 3706.0, 3716.0, 3703.0, 3717.0, 3727.0, 3729.0, 3729.0, 3718.0, 3719.0, 3707.0, 3720.0, 3730.0, 3731.0, 3783.0, 3742.0, 3773.0, 3719.0, 3742.0, 3780.0, 3740.0, 3760.0, 3718.0, 3729.0, 3749.0, 3718.0, 3759.0, 3717.0, 3749.0, 3707.0, 3729.0, 3769.0, 3719.0, 3759.0, 3717.0, 3750.0, 3707.0, 3718.0, 3758.0, 3707.0, 3737.0, 3706.0, 3728.0, 3758.0, 3718.0, 3757.0, 3705.0, 3748.0, 3737.0, 3716.0, 3757.0, 3705.0, 3725.0, 3704.0, 3715.0, 3756.0, 3715.0, 3736.0, 3693.0, 3703.0, 3734.0, 3705.0, 3726.0, 3704.0, 3715.0, 3735.0, 3716.0, 3727.0, 3715.0, 3707.0, 3706.0, 3717.0, 3748.0, 3718.0, 3738.0, 3707.0, 3719.0, 3717.0, 3729.0, 3770.0, 3718.0, 3739.0, 3707.0, 3718.0, 3759.0, 3717.0, 3750.0, 3707.0, 3718.0, 3768.0, 3716.0, 3738.0, 3706.0, 3707.0, 3705.0, 3717.0, 3737.0, 3717.0, 3718.0, 3735.0, 3716.0, 3735.0, 3695.0, 3717.0, 3705.0, 3730.0, 3750.0, 3731.0, 3720.0, 3720.0, 3720.0, 3719.0, 3731.0, 3762.0, 3731.0, 3771.0, 3720.0, 3751.0, 3709.0, 3731.0, 3760.0, 3719.0, 3760.0, 3707.0, 3729.0, 3707.0, 3729.0, 3769.0, 3728.0, 3749.0, 3695.0, 3717.0, 3768.0, 3717.0, 3737.0, 3694.0, 3718.0, 3757.0, 3707.0, 3728.0, 3707.0, 3719.0, 3706.0, 3718.0, 3727.0, 3719.0, 3730.0, 3707.0, 3730.0, 3769.0, 3718.0, 3761.0, 3707.0, 3718.0, 3769.0, 3707.0, 3728.0, 3706.0, 3728.0, 3769.0, 3717.0, 3739.0, 3706.0, 3716.0, 3748.0, 3718.0, 3729.0, 3737.0, 3718.0, 3748.0, 3705.0, 3718.0, 3757.0, 3716.0, 3748.0, 3705.0, 3716.0, 3757.0, 3717.0, 3727.0, 3717.0, 3718.0, 3716.0, 3728.0, 3749.0, 3717.0, 3719.0, 3706.0, 3717.0, 3748.0, 3717.0, 3729.0, 3737.0, 3718.0, 3748.0, 3706.0, 3718.0, 3758.0, 3718.0, 3737.0, 3705.0, 3717.0, 3758.0, 3706.0, 3716.0, 3706.0, 3707.0, 3707.0, 3729.0, 3740.0, 3720.0, 3719.0, 3707.0, 3718.0, 3749.0, 3719.0, 3751.0, 3707.0, 3730.0, 3769.0, 3706.0, 3760.0, 3706.0, 3717.0, 3757.0, 3706.0, 3737.0, 3705.0, 3717.0, 3757.0, 3706.0, 3747.0, 3705.0, 3717.0, 3757.0, 3705.0, 3736.0, 3705.0, 3706.0, 3757.0, 3717.0, 3748.0, 3705.0, 3727.0, 3757.0, 3703.0, 3736.0, 3705.0, 3718.0, 3714.0, 3705.0, 3715.0, 3717.0, 3718.0, 3716.0, 3718.0, 3748.0, 3716.0, 3728.0, 3726.0, 3716.0, 3747.0, 3714.0, 3728.0, 3706.0, 3717.0, 3746.0, 3717.0, 3717.0, 3696.0, 3718.0, 3737.0, 3718.0, 3748.0, 3716.0, 3727.0, 3707.0, 3729.0, 3758.0, 3718.0, 3759.0, 3706.0, 3747.0, 3705.0, 3717.0, 3757.0, 3706.0, 3726.0, 3706.0, 3718.0, 3736.0, 3716.0, 3758.0, 3706.0, 3717.0, 3705.0, 3728.0, 3768.0, 3707.0, 3748.0, 3704.0, 3706.0, 3705.0, 3717.0, 3747.0, 3717.0, 3738.0, 3705.0, 3717.0, 3758.0, 3717.0, 3738.0, 3716.0, 3707.0, 3705.0, 3717.0, 3728.0, 3728.0, 3707.0, 3716.0, 3718.0, 3747.0, 3718.0, 3727.0, 3707.0, 3719.0, 3747.0, 3706.0, 3728.0, 3719.0, 3730.0, 3738.0, 3730.0, 3760.0, 3707.0, 3718.0, 3708.0, 3729.0, 3770.0, 3717.0, 3750.0, 3695.0, 3728.0, 3769.0, 3717.0, 3729.0, 3707.0, 3718.0, 3749.0, 3719.0, 3739.0, 3708.0, 3720.0, 3717.0, 3730.0, 3770.0, 3718.0, 3740.0, 3707.0, 3717.0, 3749.0, 3717.0, 3728.0, 3707.0, 3719.0, 3759.0, 3708.0, 3730.0, 3707.0, 3719.0, 3728.0, 3719.0, 3740.0, 3709.0, 3718.0, 3708.0, 3719.0, 3718.0, 3719.0, 3718.0, 3731.0, 3720.0, 3721.0, 3719.0, 3731.0, 3772.0, 3721.0, 3752.0, 3709.0, 3721.0, 3708.0, 3719.0, 3741.0, 3721.0, 3740.0, 3709.0, 3730.0, 3771.0, 3720.0, 3741.0, 3708.0, 3730.0, 3750.0, 3708.0, 3719.0, 3708.0, 3729.0, 3759.0, 3708.0, 3728.0, 3719.0, 3730.0, 3769.0, 3719.0, 3750.0, 3707.0, 3719.0, 3770.0, 3718.0, 3759.0, 3718.0, 3728.0, 3706.0, 3729.0, 3770.0, 3729.0, 3760.0, 3706.0, 3718.0, 3748.0, 3718.0, 3748.0, 3717.0, 3739.0, 3694.0, 3718.0, 3759.0, 3707.0, 3728.0, 3707.0, 3708.0, 3717.0, 3718.0, 3759.0, 3719.0, 3739.0, 3696.0, 3718.0, 3769.0, 3718.0, 3749.0, 3706.0, 3728.0, 3768.0, 3707.0, 3758.0, 3706.0, 3717.0, 3736.0, 3717.0, 3759.0, 3716.0, 3728.0, 3725.0, 3705.0, 3726.0, 3705.0, 3718.0, 3737.0, 3717.0, 3737.0, 3706.0, 3718.0, 3707.0, 3716.0, 3706.0, 3740.0, 3760.0, 3721.0, 3720.0, 3720.0, 3708.0, 3742.0, 3781.0, 3720.0, 3761.0, 3707.0, 3719.0, 3737.0, 3730.0, 3770.0, 3750.0, 3760.0, 3695.0, 3728.0, 3758.0, 3717.0, 3759.0, 3706.0, 3728.0, 3725.0, 3703.0, 3725.0, 3706.0, 3728.0, 3705.0, 3717.0, 3747.0, 3706.0, 3749.0, 3718.0, 3729.0, 3736.0, 3717.0, 3749.0, 3729.0, 3760.0, 3706.0, 3728.0, 3758.0, 3728.0, 3760.0, 3718.0, 3748.0, 3706.0, 3727.0, 3768.0, 3738.0, 3769.0, 3717.0, 3738.0, 3705.0, 3717.0, 3769.0, 3718.0, 3747.0, 3715.0, 3717.0, 3694.0, 3706.0], 'WindowWidth': [8458.0, 8470.0, 8421.0, 8431.0, 8397.0, 8426.0, 8465.0, 8408.0, 8452.0, 8390.0, 8421.0, 8444.0, 8403.0, 8444.0, 8388.0, 8416.0, 8369.0, 8399.0, 8416.0, 8387.0, 8387.0, 8374.0, 8421.0, 8373.0, 8422.0, 8435.0, 8406.0, 8407.0, 8390.0, 8423.0, 8443.0, 8391.0, 8438.0, 8375.0, 8420.0, 8457.0, 8384.0, 8421.0, 8372.0, 8400.0, 8388.0, 8372.0, 8387.0, 8377.0, 8397.0, 8394.0, 8426.0, 8450.0, 8409.0, 8434.0, 8378.0, 8450.0, 8458.0, 8388.0, 8441.0, 8369.0, 8402.0, 8412.0, 8386.0, 8413.0, 8370.0, 8403.0, 8382.0, 8404.0, 8411.0, 8387.0, 8417.0, 8387.0, 8406.0, 8440.0, 8388.0, 8400.0, 8386.0, 8419.0, 8456.0, 8419.0, 8430.0, 8368.0, 8400.0, 8424.0, 8400.0, 8429.0, 8366.0, 8403.0, 8419.0, 8396.0, 8427.0, 8368.0, 8384.0, 8364.0, 8397.0, 8411.0, 8400.0, 8416.0, 8367.0, 8381.0, 8433.0, 8375.0, 8393.0, 8349.0, 8395.0, 8420.0, 8381.0, 8411.0, 8365.0, 8396.0, 8362.0, 8380.0, 8407.0, 8379.0, 8397.0, 8365.0, 8401.0, 8420.0, 8377.0, 8394.0, 8381.0, 8415.0, 8408.0, 8399.0, 8437.0, 8381.0, 8396.0, 8366.0, 8398.0, 8437.0, 8381.0, 8381.0, 8350.0, 8366.0, 8420.0, 8384.0, 8372.0, 8396.0, 8409.0, 8416.0, 8427.0, 8417.0, 8453.0, 8400.0, 8457.0, 8392.0, 8426.0, 8430.0, 8406.0, 8459.0, 8391.0, 8449.0, 8371.0, 8403.0, 8452.0, 8385.0, 8396.0, 8372.0, 8402.0, 8423.0, 8386.0, 8410.0, 8367.0, 8397.0, 8423.0, 8383.0, 8382.0, 8368.0, 8402.0, 8438.0, 8386.0, 8412.0, 8371.0, 8404.0, 8426.0, 8388.0, 8404.0, 8372.0, 8408.0, 8372.0, 8405.0, 8430.0, 8389.0, 8422.0, 8442.0, 8402.0, 8444.0, 8368.0, 8417.0, 8455.0, 8383.0, 8439.0, 8364.0, 8398.0, 8437.0, 8383.0, 8427.0, 8368.0, 8386.0, 8436.0, 8382.0, 8399.0, 8366.0, 8400.0, 8422.0, 8382.0, 8396.0, 8365.0, 8400.0, 8437.0, 8400.0, 8428.0, 8367.0, 8402.0, 8382.0, 8399.0, 8438.0, 8370.0, 8413.0, 8351.0, 8401.0, 8440.0, 8383.0, 8423.0, 8366.0, 8381.0, 8405.0, 8384.0, 8437.0, 8381.0, 8397.0, 8360.0, 8392.0, 8391.0, 8384.0, 8384.0, 8370.0, 8399.0, 8425.0, 8388.0, 8398.0, 8386.0, 8390.0, 8385.0, 8401.0, 8441.0, 8388.0, 8418.0, 8387.0, 8404.0, 8440.0, 8400.0, 8456.0, 8384.0, 8415.0, 8368.0, 8397.0, 8457.0, 8403.0, 8416.0, 8388.0, 8405.0, 8387.0, 8405.0, 8459.0, 8434.0, 8445.0, 8384.0, 8416.0, 8438.0, 8384.0, 8434.0, 8379.0, 8396.0, 8366.0, 8397.0, 8452.0, 8383.0, 8425.0, 8366.0, 8399.0, 8420.0, 8385.0, 8422.0, 8382.0, 8384.0, 8368.0, 8400.0, 8455.0, 8388.0, 8415.0, 8368.0, 8400.0, 8439.0, 8402.0, 8442.0, 8384.0, 8416.0, 8352.0, 8380.0, 8423.0, 8380.0, 8411.0, 8365.0, 8387.0, 8418.0, 8381.0, 8421.0, 8380.0, 8367.0, 8365.0, 8397.0, 8453.0, 8382.0, 8413.0, 8368.0, 8383.0, 8436.0, 8384.0, 8426.0, 8366.0, 8384.0, 8418.0, 8380.0, 8407.0, 8384.0, 8386.0, 8366.0, 8403.0, 8423.0, 8382.0, 8399.0, 8369.0, 8403.0, 8426.0, 8402.0, 8441.0, 8386.0, 8417.0, 8365.0, 8382.0, 8449.0, 8383.0, 8443.0, 8367.0, 8427.0, 8366.0, 8387.0, 8381.0, 8366.0, 8384.0, 8400.0, 8384.0, 8401.0, 8387.0, 8404.0, 8456.0, 8386.0, 8443.0, 8377.0, 8393.0, 8433.0, 8362.0, 8377.0, 8359.0, 8377.0, 8433.0, 8380.0, 8406.0, 8362.0, 8366.0, 8345.0, 8384.0, 8409.0, 8384.0, 8385.0, 8369.0, 8387.0, 8399.0, 8403.0, 8457.0, 8401.0, 8430.0, 8366.0, 8403.0, 8456.0, 8386.0, 8439.0, 8380.0, 8409.0, 8367.0, 8399.0, 8452.0, 8411.0, 8438.0, 8359.0, 8377.0, 8419.0, 8379.0, 8395.0, 8365.0, 8383.0, 8433.0, 8377.0, 8412.0, 8365.0, 8382.0, 8417.0, 8363.0, 8392.0, 8360.0, 8396.0, 8432.0, 8382.0, 8394.0, 8347.0, 8382.0, 8421.0, 8383.0, 8412.0, 8365.0, 8398.0, 8434.0, 8378.0, 8409.0, 8364.0, 8382.0, 8347.0, 8365.0, 8406.0, 8378.0, 8412.0, 8403.0, 8382.0, 8432.0, 8379.0, 8395.0, 8360.0, 8380.0, 8418.0, 8363.0, 8408.0, 8379.0, 8381.0, 8417.0, 8364.0, 8405.0, 8380.0, 8395.0, 8358.0, 8380.0, 8418.0, 8364.0, 8394.0, 8366.0, 8382.0, 8405.0, 8380.0, 8394.0, 8366.0, 8397.0, 8448.0, 8408.0, 8424.0, 8345.0, 8375.0, 8415.0, 8360.0, 8380.0, 8363.0, 8407.0, 8433.0, 8382.0, 8398.0, 8381.0, 8401.0, 8426.0, 8399.0, 8385.0, 8366.0, 8396.0, 8408.0, 8382.0, 8397.0, 8364.0, 8399.0, 8439.0, 8382.0, 8385.0, 8372.0, 8402.0, 8453.0, 8386.0, 8441.0, 8365.0, 8399.0, 8419.0, 8381.0, 8409.0, 8368.0, 8386.0, 8383.0, 8398.0, 8442.0, 8387.0, 8402.0, 8368.0, 8399.0, 8441.0, 8385.0, 8398.0, 8367.0, 8401.0, 8454.0, 8386.0, 8426.0, 8382.0, 8416.0, 8384.0, 8386.0, 8440.0, 8369.0, 8412.0, 8384.0, 8399.0, 8452.0, 8383.0, 8436.0, 8360.0, 8381.0, 8391.0, 8381.0, 8435.0, 8380.0, 8395.0, 8359.0, 8377.0, 8433.0, 8363.0, 8379.0, 8358.0, 8380.0, 8394.0, 8401.0, 8400.0, 8386.0, 8388.0, 8372.0, 8392.0, 8406.0, 8409.0, 8478.0, 8425.0, 8465.0, 8387.0, 8423.0, 8470.0, 8418.0, 8443.0, 8383.0, 8402.0, 8426.0, 8385.0, 8439.0, 8382.0, 8427.0, 8368.0, 8401.0, 8452.0, 8386.0, 8438.0, 8381.0, 8428.0, 8369.0, 8385.0, 8437.0, 8368.0, 8408.0, 8367.0, 8399.0, 8435.0, 8383.0, 8434.0, 8362.0, 8423.0, 8405.0, 8377.0, 8432.0, 8360.0, 8388.0, 8357.0, 8375.0, 8428.0, 8374.0, 8403.0, 8341.0, 8357.0, 8397.0, 8362.0, 8391.0, 8358.0, 8376.0, 8401.0, 8378.0, 8393.0, 8376.0, 8368.0, 8364.0, 8382.0, 8422.0, 8385.0, 8411.0, 8369.0, 8387.0, 8381.0, 8401.0, 8456.0, 8385.0, 8415.0, 8368.0, 8384.0, 8438.0, 8384.0, 8429.0, 8367.0, 8385.0, 8449.0, 8379.0, 8410.0, 8363.0, 8368.0, 8361.0, 8379.0, 8406.0, 8382.0, 8383.0, 8401.0, 8378.0, 8401.0, 8350.0, 8379.0, 8365.0, 8404.0, 8429.0, 8408.0, 8390.0, 8392.0, 8391.0, 8389.0, 8408.0, 8450.0, 8408.0, 8458.0, 8391.0, 8434.0, 8375.0, 8407.0, 8441.0, 8387.0, 8440.0, 8368.0, 8399.0, 8367.0, 8398.0, 8452.0, 8396.0, 8425.0, 8349.0, 8380.0, 8447.0, 8380.0, 8406.0, 8347.0, 8382.0, 8433.0, 8369.0, 8399.0, 8369.0, 8387.0, 8365.0, 8382.0, 8394.0, 8386.0, 8403.0, 8369.0, 8402.0, 8453.0, 8384.0, 8445.0, 8369.0, 8385.0, 8452.0, 8367.0, 8396.0, 8365.0, 8397.0, 8451.0, 8381.0, 8412.0, 8365.0, 8380.0, 8420.0, 8383.0, 8399.0, 8406.0, 8383.0, 8423.0, 8362.0, 8384.0, 8432.0, 8380.0, 8422.0, 8362.0, 8377.0, 8432.0, 8381.0, 8394.0, 8381.0, 8384.0, 8378.0, 8398.0, 8425.0, 8382.0, 8386.0, 8364.0, 8381.0, 8422.0, 8382.0, 8400.0, 8406.0, 8382.0, 8421.0, 8363.0, 8383.0, 8433.0, 8382.0, 8405.0, 8360.0, 8382.0, 8434.0, 8366.0, 8378.0, 8365.0, 8368.0, 8368.0, 8402.0, 8415.0, 8389.0, 8389.0, 8369.0, 8384.0, 8426.0, 8388.0, 8432.0, 8367.0, 8401.0, 8451.0, 8365.0, 8441.0, 8365.0, 8379.0, 8431.0, 8364.0, 8405.0, 8362.0, 8380.0, 8432.0, 8364.0, 8419.0, 8360.0, 8381.0, 8432.0, 8363.0, 8404.0, 8362.0, 8364.0, 8433.0, 8380.0, 8421.0, 8362.0, 8394.0, 8429.0, 8357.0, 8402.0, 8359.0, 8383.0, 8372.0, 8363.0, 8376.0, 8381.0, 8384.0, 8378.0, 8385.0, 8423.0, 8379.0, 8398.0, 8389.0, 8378.0, 8418.0, 8373.0, 8397.0, 8364.0, 8379.0, 8416.0, 8379.0, 8379.0, 8352.0, 8384.0, 8407.0, 8385.0, 8423.0, 8378.0, 8394.0, 8368.0, 8400.0, 8436.0, 8384.0, 8436.0, 8365.0, 8421.0, 8362.0, 8380.0, 8432.0, 8363.0, 8391.0, 8364.0, 8383.0, 8403.0, 8379.0, 8434.0, 8364.0, 8379.0, 8361.0, 8396.0, 8448.0, 8366.0, 8422.0, 8359.0, 8365.0, 8364.0, 8382.0, 8419.0, 8381.0, 8410.0, 8361.0, 8380.0, 8434.0, 8382.0, 8410.0, 8377.0, 8368.0, 8362.0, 8380.0, 8395.0, 8397.0, 8368.0, 8378.0, 8383.0, 8419.0, 8383.0, 8395.0, 8367.0, 8386.0, 8419.0, 8367.0, 8394.0, 8387.0, 8404.0, 8411.0, 8402.0, 8442.0, 8369.0, 8384.0, 8371.0, 8400.0, 8452.0, 8380.0, 8426.0, 8349.0, 8396.0, 8450.0, 8381.0, 8399.0, 8367.0, 8384.0, 8427.0, 8388.0, 8412.0, 8372.0, 8390.0, 8382.0, 8403.0, 8456.0, 8384.0, 8415.0, 8366.0, 8382.0, 8425.0, 8383.0, 8397.0, 8367.0, 8386.0, 8438.0, 8371.0, 8402.0, 8369.0, 8386.0, 8396.0, 8386.0, 8415.0, 8372.0, 8384.0, 8371.0, 8386.0, 8385.0, 8388.0, 8386.0, 8408.0, 8389.0, 8392.0, 8388.0, 8405.0, 8459.0, 8393.0, 8435.0, 8374.0, 8392.0, 8370.0, 8388.0, 8418.0, 8394.0, 8418.0, 8373.0, 8403.0, 8456.0, 8389.0, 8419.0, 8370.0, 8403.0, 8427.0, 8371.0, 8388.0, 8372.0, 8400.0, 8439.0, 8372.0, 8399.0, 8386.0, 8403.0, 8452.0, 8386.0, 8427.0, 8367.0, 8387.0, 8453.0, 8383.0, 8438.0, 8382.0, 8396.0, 8366.0, 8400.0, 8453.0, 8399.0, 8440.0, 8365.0, 8382.0, 8423.0, 8383.0, 8423.0, 8381.0, 8411.0, 8346.0, 8382.0, 8436.0, 8367.0, 8396.0, 8366.0, 8370.0, 8381.0, 8385.0, 8438.0, 8386.0, 8413.0, 8352.0, 8385.0, 8452.0, 8383.0, 8424.0, 8364.0, 8398.0, 8449.0, 8366.0, 8434.0, 8362.0, 8379.0, 8404.0, 8381.0, 8438.0, 8377.0, 8396.0, 8387.0, 8362.0, 8388.0, 8363.0, 8383.0, 8405.0, 8381.0, 8406.0, 8365.0, 8382.0, 8368.0, 8379.0, 8365.0, 8418.0, 8443.0, 8395.0, 8389.0, 8392.0, 8372.0, 8422.0, 8474.0, 8389.0, 8445.0, 8368.0, 8385.0, 8407.0, 8402.0, 8453.0, 8427.0, 8442.0, 8348.0, 8395.0, 8434.0, 8381.0, 8436.0, 8363.0, 8395.0, 8386.0, 8357.0, 8385.0, 8363.0, 8395.0, 8361.0, 8379.0, 8419.0, 8365.0, 8425.0, 8384.0, 8399.0, 8403.0, 8381.0, 8424.0, 8398.0, 8440.0, 8364.0, 8397.0, 8433.0, 8397.0, 8441.0, 8382.0, 8423.0, 8365.0, 8393.0, 8448.0, 8409.0, 8452.0, 8380.0, 8406.0, 8360.0, 8377.0, 8449.0, 8381.0, 8419.0, 8373.0, 8378.0, 8343.0, 8359.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.0008212138188608777</td></tr>
<tr><td colspan=3>aqi</td><td>0.023887907189542482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35988840835515</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2142096550000008</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017794705327097</td></tr>
<tr><td colspan=3>efc</td><td>0.4475</td></tr>
<tr><td colspan=3>fber</td><td>6105.4053</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09062848494812493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9607843137254901</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536980359706753</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465233032133355</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.744156025483313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401552021503591</td></tr>
<tr><td colspan=3>gcor</td><td>0.00420955</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015246598981320858</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02345680259168148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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.6822790889311627</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.3904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6896</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.3763</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>651.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.3752</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.935</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.5937</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2977.0528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.4519</td></tr>
<tr><td colspan=3>tsnr</td><td>40.74657415645197</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>