ds005256-mriqc/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 9528362c99 [DATALAD RUNCMD] Compute MRIQC for sub-0021
=== 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-0021 --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-0021",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:11 +02:00

616 lines
No EOL
129 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-0021_ses-01_task-alignvideo_acq-mb8_run-04_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-0021_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_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-0021/ses-01/func/sub-0021_ses-01_task-alignvideo_acq-mb8_run-04_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>57c488e6ef4d156886fbbe6a1b0ef806</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>17:12:48.440000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998711, 0.0496185, -0.0107279, -0.0504178, 0.994153, -0.0954906]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.108908</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>73</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7725, -7222, 510, -33, -29, -149, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>176c45b6-759a-4dd2-8774-76a5c0a8e7d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794676780700684, -0.1352672576904297, -0.016002951189875603, 118.39840698242188], [-0.13312283158302307, 2.66723895072937, -0.25895264744758606, -90.2393569946289], [-0.028782039880752563, 0.2561943829059601, 2.6875057220458984, -54.835044860839844], [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, 1209]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['171248.440000', '171248.900000', '171249.360000', '171249.820000', '171250.280000', '171250.740000', '171251.200000', '171251.660000', '171252.120000', '171252.580000', '171253.040000', '171253.500000', '171253.960000', '171254.420000', '171254.880000', '171255.340000', '171255.800000', '171256.260000', '171256.720000', '171257.180000', '171257.640000', '171258.100000', '171258.560000', '171259.020000', '171259.480000', '171259.940000', '171300.400000', '171300.860000', '171301.320000', '171301.780000', '171302.240000', '171302.700000', '171303.160000', '171303.620000', '171304.080000', '171304.540000', '171305.000000', '171305.460000', '171305.920000', '171306.380000', '171306.840000', '171307.300000', '171307.760000', '171308.220000', '171308.680000', '171309.140000', '171309.600000', '171310.060000', '171310.520000', '171310.980000', '171311.440000', '171311.900000', '171312.360000', '171312.820000', '171313.280000', '171313.740000', '171314.200000', '171314.660000', '171315.120000', '171315.580000', '171316.040000', '171316.500000', '171316.960000', '171317.420000', '171317.880000', '171318.340000', '171318.800000', '171319.260000', '171319.720000', '171320.180000', '171320.640000', '171321.100000', '171321.560000', '171322.020000', '171322.480000', '171322.940000', '171323.400000', '171323.860000', '171324.320000', '171324.780000', '171325.240000', '171325.700000', '171326.160000', '171326.620000', '171327.080000', '171327.540000', '171328.000000', '171328.460000', '171328.920000', '171329.380000', '171329.840000', '171330.300000', '171330.760000', '171331.220000', '171331.680000', '171332.140000', '171332.600000', '171333.060000', '171333.520000', '171333.980000', '171334.440000', '171334.900000', '171335.360000', '171335.820000', '171336.280000', '171336.740000', '171337.200000', '171337.660000', '171338.120000', '171338.580000', '171339.040000', '171339.500000', '171339.960000', '171340.420000', '171340.880000', '171341.340000', '171341.800000', '171342.260000', '171342.720000', '171343.180000', '171343.640000', '171344.100000', '171344.560000', '171345.020000', '171345.480000', '171345.940000', '171346.400000', '171346.860000', '171347.320000', '171347.780000', '171348.240000', '171348.700000', '171349.160000', '171349.620000', '171350.080000', '171350.540000', '171351.000000', '171351.460000', '171351.920000', '171352.380000', '171352.840000', '171353.300000', '171353.760000', '171354.220000', '171354.680000', '171355.140000', '171355.600000', '171356.060000', '171356.520000', '171356.980000', '171357.440000', '171357.900000', '171358.360000', '171358.820000', '171359.280000', '171359.740000', '171400.200000', '171400.660000', '171401.120000', '171401.580000', '171402.040000', '171402.500000', '171402.960000', '171403.420000', '171403.880000', '171404.340000', '171404.800000', '171405.260000', '171405.720000', '171406.180000', '171406.640000', '171407.100000', '171407.560000', '171408.020000', '171408.480000', '171408.940000', '171409.400000', '171409.860000', '171410.320000', '171410.780000', '171411.240000', '171411.700000', '171412.160000', '171412.620000', '171413.080000', '171413.540000', '171414.000000', '171414.460000', '171414.920000', '171415.380000', '171415.840000', '171416.300000', '171416.760000', '171417.220000', '171417.680000', '171418.140000', '171418.600000', '171419.060000', '171419.520000', '171419.980000', '171420.440000', '171420.900000', '171421.360000', '171421.820000', '171422.280000', '171422.740000', '171423.200000', '171423.660000', '171424.120000', '171424.580000', '171425.040000', '171425.500000', '171425.960000', '171426.420000', '171426.880000', '171427.340000', '171427.800000', '171428.260000', '171428.720000', '171429.180000', '171429.640000', '171430.100000', '171430.560000', '171431.020000', '171431.480000', '171431.940000', '171432.400000', '171432.860000', '171433.320000', '171433.780000', '171434.240000', '171434.700000', '171435.160000', '171435.620000', '171436.080000', '171436.540000', '171437.000000', '171437.460000', '171437.920000', '171438.380000', '171438.840000', '171439.300000', '171439.760000', '171440.220000', '171440.680000', '171441.140000', '171441.600000', '171442.060000', '171442.520000', '171442.980000', '171443.440000', '171443.900000', '171444.360000', '171444.820000', '171445.280000', '171445.740000', '171446.200000', '171446.660000', '171447.120000', '171447.580000', '171448.040000', '171448.500000', '171448.960000', '171449.420000', '171449.880000', '171450.340000', '171450.800000', '171451.260000', '171451.720000', '171452.180000', '171452.640000', '171453.100000', '171453.560000', '171454.020000', '171454.480000', '171454.940000', '171455.400000', '171455.860000', '171456.320000', '171456.780000', '171457.240000', '171457.700000', '171458.160000', '171458.620000', '171459.080000', '171459.540000', '171500.000000', '171500.460000', '171500.920000', '171501.380000', '171501.840000', '171502.300000', '171502.760000', '171503.220000', '171503.680000', '171504.140000', '171504.600000', '171505.060000', '171505.520000', '171505.980000', '171506.440000', '171506.900000', '171507.360000', '171507.820000', '171508.280000', '171508.740000', '171509.200000', '171509.660000', '171510.120000', '171510.580000', '171511.040000', '171511.500000', '171511.960000', '171512.420000', '171512.880000', '171513.340000', '171513.800000', '171514.260000', '171514.720000', '171515.180000', '171515.640000', '171516.100000', '171516.560000', '171517.020000', '171517.480000', '171517.940000', '171518.400000', '171518.860000', '171519.320000', '171519.780000', '171520.240000', '171520.700000', '171521.160000', '171521.620000', '171522.080000', '171522.540000', '171523.000000', '171523.460000', '171523.920000', '171524.380000', '171524.840000', '171525.300000', '171525.760000', '171526.220000', '171526.680000', '171527.140000', '171527.600000', '171528.060000', '171528.520000', '171528.980000', '171529.440000', '171529.900000', '171530.360000', '171530.820000', '171531.280000', '171531.740000', '171532.200000', '171532.660000', '171533.120000', '171533.580000', '171534.040000', '171534.500000', '171534.960000', '171535.420000', '171535.880000', '171536.340000', '171536.800000', '171537.260000', '171537.720000', '171538.180000', '171538.640000', '171539.100000', '171539.560000', '171540.020000', '171540.480000', '171540.940000', '171541.400000', '171541.860000', '171542.320000', '171542.780000', '171543.240000', '171543.700000', '171544.160000', '171544.620000', '171545.080000', '171545.540000', '171546.000000', '171546.460000', '171546.920000', '171547.380000', '171547.840000', '171548.300000', '171548.760000', '171549.220000', '171549.680000', '171550.140000', '171550.600000', '171551.060000', '171551.520000', '171551.980000', '171552.440000', '171552.900000', '171553.360000', '171553.820000', '171554.280000', '171554.740000', '171555.200000', '171555.660000', '171556.120000', '171556.580000', '171557.040000', '171557.500000', '171557.960000', '171558.420000', '171558.880000', '171559.340000', '171559.800000', '171600.260000', '171600.720000', '171601.180000', '171601.640000', '171602.100000', '171602.560000', '171603.020000', '171603.480000', '171603.940000', '171604.400000', '171604.860000', '171605.320000', '171605.780000', '171606.240000', '171606.700000', '171607.160000', '171607.620000', '171608.080000', '171608.540000', '171609.000000', '171609.460000', '171609.920000', '171610.380000', '171610.840000', '171611.300000', '171611.760000', '171612.220000', '171612.680000', '171613.140000', '171613.600000', '171614.060000', '171614.520000', '171614.980000', '171615.440000', '171615.900000', '171616.360000', '171616.820000', '171617.280000', '171617.740000', '171618.200000', '171618.660000', '171619.120000', '171619.580000', '171620.040000', '171620.500000', '171620.960000', '171621.420000', '171621.880000', '171622.340000', '171622.800000', '171623.260000', '171623.720000', '171624.180000', '171624.640000', '171625.100000', '171625.560000', '171626.020000', '171626.480000', '171626.940000', '171627.400000', '171627.860000', '171628.320000', '171628.780000', '171629.240000', '171629.700000', '171630.160000', '171630.620000', '171631.080000', '171631.540000', '171632.000000', '171632.460000', '171632.920000', '171633.380000', '171633.840000', '171634.300000', '171634.760000', '171635.220000', '171635.680000', '171636.140000', '171636.600000', '171637.060000', '171637.520000', '171637.980000', '171638.440000', '171638.900000', '171639.360000', '171639.820000', '171640.280000', '171640.740000', '171641.200000', '171641.660000', '171642.120000', '171642.580000', '171643.040000', '171643.500000', '171643.960000', '171644.420000', '171644.880000', '171645.340000', '171645.800000', '171646.260000', '171646.720000', '171647.180000', '171647.640000', '171648.100000', '171648.560000', '171649.020000', '171649.480000', '171649.940000', '171650.400000', '171650.860000', '171651.320000', '171651.780000', '171652.240000', '171652.700000', '171653.160000', '171653.620000', '171654.080000', '171654.540000', '171655.000000', '171655.460000', '171655.920000', '171656.380000', '171656.840000', '171657.300000', '171657.760000', '171658.220000', '171658.680000', '171659.140000', '171659.600000', '171700.060000', '171700.520000', '171700.980000', '171701.440000', '171701.900000', '171702.360000', '171702.820000', '171703.280000', '171703.740000', '171704.200000', '171704.660000', '171705.120000', '171705.580000', '171706.040000', '171706.500000', '171706.960000', '171707.420000', '171707.880000', '171708.340000', '171708.800000', '171709.260000', '171709.720000', '171710.180000', '171710.640000', '171711.100000', '171711.560000', '171712.020000', '171712.480000', '171712.940000', '171713.400000', '171713.860000', '171714.320000', '171714.780000', '171715.240000', '171715.700000', '171716.160000', '171716.620000', '171717.080000', '171717.540000', '171718.000000', '171718.460000', '171718.920000', '171719.380000', '171719.840000', '171720.300000', '171720.760000', '171721.220000', '171721.680000', '171722.140000', '171722.600000', '171723.060000', '171723.520000', '171723.980000', '171724.440000', '171724.900000', '171725.360000', '171725.820000', '171726.280000', '171726.740000', '171727.200000', '171727.660000', '171728.120000', '171728.580000', '171729.040000', '171729.500000', '171729.960000', '171730.420000', '171730.880000', '171731.340000', '171731.800000', '171732.260000', '171732.720000', '171733.180000', '171733.640000', '171734.100000', '171734.560000', '171735.020000', '171735.480000', '171735.940000', '171736.400000', '171736.860000', '171737.320000', '171737.780000', '171738.240000', '171738.700000', '171739.160000', '171739.620000', '171740.080000', '171740.540000', '171741.000000', '171741.460000', '171741.920000', '171742.380000', '171742.840000', '171743.300000', '171743.760000', '171744.220000', '171744.680000', '171745.140000', '171745.600000', '171746.060000', '171746.520000', '171746.980000', '171747.440000', '171747.900000', '171748.360000', '171748.820000', '171749.280000', '171749.740000', '171750.200000', '171750.660000', '171751.120000', '171751.580000', '171752.040000', '171752.500000', '171752.960000', '171753.420000', '171753.880000', '171754.340000', '171754.800000', '171755.260000', '171755.720000', '171756.180000', '171756.640000', '171757.100000', '171757.560000', '171758.020000', '171758.480000', '171758.940000', '171759.400000', '171759.860000', '171800.320000', '171800.780000', '171801.240000', '171801.700000', '171802.160000', '171802.620000', '171803.080000', '171803.540000', '171804.000000', '171804.460000', '171804.920000', '171805.380000', '171805.840000', '171806.300000', '171806.760000', '171807.220000', '171807.680000', '171808.140000', '171808.600000', '171809.060000', '171809.520000', '171809.980000', '171810.440000', '171810.900000', '171811.360000', '171811.820000', '171812.280000', '171812.740000', '171813.200000', '171813.660000', '171814.120000', '171814.580000', '171815.040000', '171815.500000', '171815.960000', '171816.420000', '171816.880000', '171817.340000', '171817.800000', '171818.260000', '171818.720000', '171819.180000', '171819.640000', '171820.100000', '171820.560000', '171821.020000', '171821.480000', '171821.940000', '171822.400000', '171822.860000', '171823.320000', '171823.780000', '171824.240000', '171824.700000', '171825.160000', '171825.620000', '171826.080000', '171826.540000', '171827.000000', '171827.460000', '171827.920000', '171828.380000', '171828.840000', '171829.300000', '171829.760000', '171830.220000', '171830.680000', '171831.140000', '171831.600000', '171832.060000', '171832.520000', '171832.980000', '171833.440000', '171833.900000', '171834.360000', '171834.820000', '171835.280000', '171835.740000', '171836.200000', '171836.660000', '171837.120000', '171837.580000', '171838.040000', '171838.500000', '171838.960000', '171839.420000', '171839.880000', '171840.340000', '171840.800000', '171841.260000', '171841.720000', '171842.180000', '171842.640000', '171843.100000', '171843.560000', '171844.020000', '171844.480000', '171844.940000', '171845.400000', '171845.860000', '171846.320000', '171846.780000', '171847.240000', '171847.700000', '171848.160000', '171848.620000', '171849.080000', '171849.540000', '171850.000000', '171850.460000', '171850.920000', '171851.380000', '171851.840000', '171852.300000', '171852.760000', '171853.220000', '171853.680000', '171854.140000', '171854.600000', '171855.060000', '171855.520000', '171855.980000', '171856.440000', '171856.900000', '171857.360000', '171857.820000', '171858.280000', '171858.740000', '171859.200000', '171859.660000', '171900.120000', '171900.580000', '171901.040000', '171901.500000', '171901.960000', '171902.420000', '171902.880000', '171903.340000', '171903.800000', '171904.260000', '171904.720000', '171905.180000', '171905.640000', '171906.100000', '171906.560000', '171907.020000', '171907.480000', '171907.940000', '171908.400000', '171908.860000', '171909.320000', '171909.780000', '171910.240000', '171910.700000', '171911.160000', '171911.620000', '171912.080000', '171912.540000', '171913.000000', '171913.460000', '171913.920000', '171914.380000', '171914.840000', '171915.300000', '171915.760000', '171916.220000', '171916.680000', '171917.140000', '171917.600000', '171918.060000', '171918.520000', '171918.980000', '171919.440000', '171919.900000', '171920.360000', '171920.820000', '171921.280000', '171921.740000', '171922.200000', '171922.660000', '171923.120000', '171923.580000', '171924.040000', '171924.500000', '171924.960000', '171925.420000', '171925.880000', '171926.340000', '171926.800000', '171927.260000', '171927.720000', '171928.180000', '171928.640000', '171929.100000', '171929.560000', '171930.020000', '171930.480000', '171930.940000', '171931.400000', '171931.860000', '171932.320000', '171932.780000', '171933.240000', '171933.700000', '171934.160000', '171934.620000', '171935.080000', '171935.540000', '171936.000000', '171936.460000', '171936.920000', '171937.380000', '171937.840000', '171938.300000', '171938.760000', '171939.220000', '171939.680000', '171940.140000', '171940.600000', '171941.060000', '171941.520000', '171941.980000', '171942.440000', '171942.900000', '171943.360000', '171943.820000', '171944.280000', '171944.740000', '171945.200000', '171945.660000', '171946.120000', '171946.580000', '171947.040000', '171947.500000', '171947.960000', '171948.420000', '171948.880000', '171949.340000', '171949.800000', '171950.260000', '171950.720000', '171951.180000', '171951.640000', '171952.100000', '171952.560000', '171953.020000', '171953.480000', '171953.940000', '171954.400000', '171954.860000', '171955.320000', '171955.780000', '171956.240000', '171956.700000', '171957.160000', '171957.620000', '171958.080000', '171958.540000', '171959.000000', '171959.460000', '171959.920000', '172000.380000', '172000.840000', '172001.300000', '172001.760000', '172002.220000', '172002.680000', '172003.140000', '172003.600000', '172004.060000', '172004.520000', '172004.980000', '172005.440000', '172005.900000', '172006.360000', '172006.820000', '172007.280000', '172007.740000', '172008.200000', '172008.660000', '172009.120000', '172009.580000', '172010.040000', '172010.500000', '172010.960000', '172011.420000', '172011.880000', '172012.340000', '172012.800000', '172013.260000', '172013.720000', '172014.180000', '172014.640000', '172015.100000', '172015.560000', '172016.020000', '172016.480000', '172016.940000', '172017.400000', '172017.860000', '172018.320000', '172018.780000', '172019.240000', '172019.700000', '172020.160000', '172020.620000', '172021.080000', '172021.540000', '172022.000000', '172022.460000', '172022.920000', '172023.380000', '172023.840000', '172024.300000', '172024.760000', '172025.220000', '172025.680000', '172026.140000', '172026.600000', '172027.060000', '172027.520000', '172027.980000', '172028.440000', '172028.900000', '172029.360000', '172029.820000', '172030.280000', '172030.740000', '172031.200000', '172031.660000', '172032.120000', '172032.580000', '172033.040000', '172033.500000', '172033.960000', '172034.420000', '172034.880000', '172035.340000', '172035.800000', '172036.260000', '172036.720000', '172037.180000', '172037.640000', '172038.100000', '172038.560000', '172039.020000', '172039.480000', '172039.940000', '172040.400000', '172040.860000', '172041.320000', '172041.780000', '172042.240000', '172042.700000', '172043.160000', '172043.620000', '172044.080000', '172044.540000', '172045.000000', '172045.460000', '172045.920000', '172046.380000', '172046.840000', '172047.300000', '172047.760000', '172048.220000', '172048.680000', '172049.140000', '172049.600000', '172050.060000', '172050.520000', '172050.980000', '172051.440000', '172051.900000', '172052.360000', '172052.820000', '172053.280000', '172053.740000', '172054.200000', '172054.660000', '172055.120000', '172055.580000', '172056.040000', '172056.500000', '172056.960000', '172057.420000', '172057.880000', '172058.340000', '172058.800000', '172059.260000', '172059.720000', '172100.180000', '172100.640000', '172101.100000', '172101.560000', '172102.020000', '172102.480000', '172102.940000', '172103.400000', '172103.860000', '172104.320000', '172104.780000', '172105.240000', '172105.700000', '172106.160000', '172106.620000', '172107.080000', '172107.540000', '172108.000000', '172108.460000', '172108.920000', '172109.380000', '172109.840000', '172110.300000', '172110.760000', '172111.220000', '172111.680000', '172112.140000', '172112.600000', '172113.060000', '172113.520000', '172113.980000', '172114.440000', '172114.900000', '172115.360000', '172115.820000', '172116.280000', '172116.740000', '172117.200000', '172117.660000', '172118.120000', '172118.580000', '172119.040000', '172119.500000', '172119.960000', '172120.420000', '172120.880000', '172121.340000', '172121.800000', '172122.260000', '172122.720000', '172123.180000', '172123.640000', '172124.100000', '172124.560000', '172125.020000', '172125.480000', '172125.940000', '172126.400000', '172126.860000', '172127.320000', '172127.780000', '172128.240000', '172128.700000', '172129.160000', '172129.620000', '172130.080000', '172130.540000', '172131.000000', '172131.460000', '172131.920000', '172132.380000', '172132.840000', '172133.300000', '172133.760000', '172134.220000', '172134.680000', '172135.140000', '172135.600000', '172136.060000', '172136.520000', '172136.980000', '172137.440000', '172137.900000', '172138.360000', '172138.820000', '172139.280000', '172139.740000', '172140.200000', '172140.660000', '172141.120000', '172141.580000', '172142.040000', '172142.500000', '172142.960000', '172143.420000', '172143.880000', '172144.340000', '172144.800000', '172145.260000', '172145.720000', '172146.180000', '172146.640000', '172147.100000', '172147.560000', '172148.020000', '172148.480000', '172148.940000', '172149.400000', '172149.860000', '172150.320000', '172150.780000', '172151.240000', '172151.700000', '172152.160000', '172152.620000', '172153.080000', '172153.540000', '172154.000000', '172154.460000', '172154.920000', '172155.380000', '172155.840000', '172156.300000', '172156.760000', '172157.220000', '172157.680000', '172158.140000', '172158.600000', '172159.060000', '172159.520000', '172159.980000', '172200.440000', '172200.900000', '172201.360000', '172201.820000', '172202.280000', '172202.740000', '172203.200000', '172203.660000', '172204.120000'], 'ContentTime': ['171252.319000', '171252.548000', '171252.777000', '171252.960000', '171253.242000', '171253.417000', '171253.633000', '171253.819000', '171254.077000', '171254.262000', '171254.485000', '171254.929000', '171255.393000', '171255.843000', '171256.330000', '171256.783000', '171257.252000', '171257.723000', '171258.168000', '171258.676000', '171259.081000', '171259.550000', '171300.009000', '171300.477000', '171300.935000', '171301.384000', '171301.851000', '171302.306000', '171302.770000', '171303.228000', '171303.711000', '171304.150000', '171304.616000', '171305.070000', '171305.541000', '171305.998000', '171306.453000', '171306.913000', '171307.388000', '171307.830000', '171308.291000', '171308.758000', '171309.205000', '171309.671000', '171310.161000', '171310.583000', '171311.060000', '171311.523000', '171311.979000', '171312.443000', '171312.888000', '171313.360000', '171313.808000', '171314.298000', '171314.741000', '171315.204000', '171315.652000', '171316.118000', '171316.578000', '171317.038000', '171317.496000', '171317.950000', '171318.406000', '171318.917000', '171319.325000', '171319.791000', '171320.251000', '171320.736000', '171321.179000', '171321.639000', '171322.100000', '171322.559000', '171323.007000', '171323.482000', '171323.937000', '171324.391000', '171324.852000', '171325.319000', '171325.776000', '171326.242000', '171326.708000', '171327.150000', '171327.626000', '171328.084000', '171328.541000', '171329.019000', '171329.446000', '171329.926000', '171330.372000', '171330.844000', '171331.308000', '171331.763000', '171332.221000', '171332.672000', '171333.138000', '171333.599000', '171334.050000', '171334.524000', '171334.979000', '171335.433000', '171335.891000', '171336.582000', '171336.852000', '171337.286000', '171337.845000', '171338.215000', '171338.659000', '171339.108000', '171339.577000', '171340.038000', '171340.511000', '171340.968000', '171341.423000', '171341.910000', '171342.331000', '171342.790000', '171343.262000', '171343.734000', '171344.185000', '171344.632000', '171345.094000', '171345.559000', '171346.009000', '171346.502000', '171346.926000', '171347.402000', '171347.901000', '171348.305000', '171348.785000', '171349.236000', '171349.699000', '171350.172000', '171350.649000', '171351.075000', '171351.539000', '171352.002000', '171352.505000', '171352.920000', '171353.367000', '171353.898000', '171354.300000', '171354.753000', '171355.221000', '171355.671000', '171356.123000', '171356.599000', '171357.060000', '171357.516000', '171357.971000', '171358.433000', '171358.888000', '171359.349000', '171359.887000', '171400.280000', '171400.741000', '171401.191000', '171401.657000', '171402.129000', '171402.578000', '171403.043000', '171403.496000', '171403.946000', '171404.424000', '171404.884000', '171405.339000', '171405.948000', '171406.256000', '171406.727000', '171407.169000', '171407.643000', '171408.100000', '171408.560000', '171409.021000', '171409.476000', '171409.969000', '171410.409000', '171410.849000', '171411.320000', '171411.783000', '171412.243000', '171412.695000', '171413.165000', '171413.627000', '171414.071000', '171414.544000', '171415.008000', '171415.464000', '171415.927000', '171416.380000', '171416.853000', '171417.304000', '171417.764000', '171418.222000', '171418.681000', '171419.171000', '171419.641000', '171420.059000', '171420.517000', '171420.975000', '171421.440000', '171421.904000', '171422.362000', '171422.810000', '171423.286000', '171423.745000', '171424.207000', '171424.651000', '171425.125000', '171425.573000', '171426.036000', '171426.498000', '171426.963000', '171427.423000', '171427.881000', '171428.368000', '171428.804000', '171429.270000', '171429.719000', '171430.179000', '171430.636000', '171431.102000', '171431.560000', '171432.016000', '171432.482000', '171432.938000', '171433.408000', '171433.906000', '171434.316000', '171434.773000', '171435.239000', '171435.692000', '171436.174000', '171436.627000', '171437.856000', '171438.078000', '171438.158000', '171438.491000', '171439.016000', '171439.480000', '171439.850000', '171440.291000', '171440.759000', '171441.228000', '171441.682000', '171442.147000', '171442.593000', '171443.066000', '171443.526000', '171444.201000', '171444.631000', '171445.074000', '171445.368000', '171445.892000', '171446.292000', '171446.741000', '171447.192000', '171447.663000', '171448.111000', '171448.580000', '171449.042000', '171449.510000', '171449.951000', '171450.430000', '171450.883000', '171451.348000', '171451.800000', '171452.263000', '171452.727000', '171453.177000', '171453.643000', '171454.100000', '171454.561000', '171455.020000', '171455.524000', '171455.942000', '171456.405000', '171456.860000', '171457.330000', '171457.787000', '171458.235000', '171458.696000', '171459.167000', '171459.627000', '171500.087000', '171500.543000', '171501.004000', '171501.466000', '171501.912000', '171502.373000', '171502.852000', '171503.319000', '171503.765000', '171504.227000', '171504.687000', '171505.171000', '171505.613000', '171506.062000', '171506.530000', '171506.985000', '171507.442000', '171507.900000', '171508.368000', '171508.815000', '171509.286000', '171509.754000', '171510.211000', '171510.660000', '171511.128000', '171511.588000', '171512.035000', '171512.498000', '171512.971000', '171513.424000', '171513.908000', '171514.332000', '171514.794000', '171515.288000', '171515.713000', '171516.176000', '171516.678000', '171517.096000', '171517.562000', '171518.270000', '171518.473000', '171518.938000', '171519.392000', '171519.853000', '171520.336000', '171520.792000', '171521.251000', '171521.703000', '171522.208000', '171522.625000', '171523.109000', '171523.552000', '171523.994000', '171524.464000', '171524.921000', '171525.424000', '171525.844000', '171526.300000', '171526.758000', '171527.229000', '171527.674000', '171528.139000', '171528.608000', '171529.075000', '171529.550000', '171529.987000', '171530.434000', '171530.897000', '171531.364000', '171531.833000', '171532.281000', '171532.738000', '171533.244000', '171533.665000', '171534.134000', '171534.599000', '171535.035000', '171535.505000', '171535.966000', '171536.450000', '171536.874000', '171537.346000', '171537.803000', '171538.270000', '171538.732000', '171539.176000', '171539.656000', '171540.093000', '171540.565000', '171541.053000', '171541.483000', '171541.945000', '171542.410000', '171542.864000', '171543.328000', '171543.782000', '171544.251000', '171544.709000', '171545.169000', '171545.682000', '171546.090000', '171546.549000', '171547.037000', '171547.471000', '171547.935000', '171548.383000', '171548.852000', '171549.314000', '171549.773000', '171550.234000', '171550.695000', '171551.152000', '171551.607000', '171552.058000', '171552.529000', '171552.997000', '171553.437000', '171553.910000', '171554.363000', '171554.816000', '171555.294000', '171555.751000', '171556.210000', '171556.663000', '171557.129000', '171557.577000', '171558.038000', '171558.503000', '171558.957000', '171559.431000', '171559.909000', '171600.350000', '171600.798000', '171601.266000', '171601.721000', '171602.229000', '171602.636000', '171603.106000', '171603.574000', '171604.015000', '171604.480000', '171604.956000', '171605.401000', '171605.875000', '171606.320000', '171606.792000', '171607.253000', '171607.702000', '171608.176000', '171608.621000', '171609.074000', '171609.558000', '171609.997000', '171610.469000', '171610.925000', '171611.379000', '171611.914000', '171612.311000', '171612.773000', '171613.219000', '171613.681000', '171614.157000', '171614.634000', '171615.060000', '171615.531000', '171616.002000', '171616.459000', '171616.930000', '171617.378000', '171617.837000', '171618.282000', '171618.742000', '171619.201000', '171619.672000', '171620.133000', '171620.593000', '171621.062000', '171621.510000', '171621.960000', '171622.437000', '171622.902000', '171623.351000', '171623.819000', '171624.261000', '171624.728000', '171625.198000', '171625.645000', '171626.118000', '171626.567000', '171627.037000', '171627.511000', '171627.956000', '171628.404000', '171628.872000', '171629.333000', '171629.791000', '171630.285000', '171630.759000', '171631.162000', '171631.638000', '171632.083000', '171632.556000', '171633.012000', '171633.461000', '171633.930000', '171634.383000', '171634.849000', '171635.308000', '171635.791000', '171636.224000', '171636.692000', '171637.180000', '171637.606000', '171638.075000', '171638.523000', '171638.981000', '171639.461000', '171639.907000', '171640.374000', '171640.862000', '171641.287000', '171641.748000', '171642.205000', '171642.681000', '171643.139000', '171643.599000', '171644.040000', '171644.549000', '171644.963000', '171645.421000', '171645.894000', '171646.343000', '171646.803000', '171647.276000', '171647.739000', '171648.223000', '171648.646000', '171649.112000', '171649.573000', '171650.041000', '171650.491000', '171650.952000', '171651.428000', '171651.862000', '171652.356000', '171652.802000', '171653.261000', '171653.719000', '171654.201000', '171654.635000', '171655.100000', '171655.554000', '171656.028000', '171656.483000', '171656.926000', '171657.383000', '171657.859000', '171658.344000', '171658.775000', '171659.225000', '171659.686000', '171700.144000', '171700.635000', '171701.081000', '171701.538000', '171701.988000', '171702.496000', '171702.923000', '171703.362000', '171703.834000', '171704.302000', '171704.748000', '171705.227000', '171705.667000', '171706.128000', '171706.585000', '171707.065000', '171707.512000', '171707.985000', '171708.438000', '171708.904000', '171709.349000', '171709.867000', '171710.281000', '171710.724000', '171711.192000', '171711.653000', '171712.137000', '171712.580000', '171713.029000', '171713.498000', '171713.986000', '171714.422000', '171714.869000', '171715.357000', '171715.797000', '171716.261000', '171716.728000', '171717.175000', '171717.637000', '171718.087000', '171718.563000', '171719.019000', '171719.469000', '171719.939000', '171720.399000', '171720.844000', '171721.321000', '171721.767000', '171722.239000', '171722.696000', '171723.159000', '171723.626000', '171724.087000', '171724.539000', '171724.989000', '171725.485000', '171725.914000', '171726.374000', '171726.830000', '171727.300000', '171727.763000', '171728.208000', '171728.678000', '171729.147000', '171729.600000', '171730.066000', '171730.513000', '171730.986000', '171731.451000', '171731.889000', '171732.362000', '171732.818000', '171733.270000', '171733.741000', '171734.193000', '171734.666000', '171735.120000', '171735.576000', '171736.037000', '171736.500000', '171736.952000', '171737.411000', '171737.907000', '171738.338000', '171738.808000', '171739.261000', '171739.720000', '171740.178000', '171740.642000', '171741.104000', '171741.566000', '171742.012000', '171742.488000', '171742.928000', '171743.392000', '171743.854000', '171744.310000', '171744.788000', '171745.244000', '171745.708000', '171746.151000', '171746.611000', '171747.082000', '171747.541000', '171747.992000', '171748.469000', '171748.928000', '171749.381000', '171749.863000', '171750.309000', '171750.768000', '171751.228000', '171751.692000', '171752.130000', '171752.606000', '171753.058000', '171753.511000', '171753.979000', '171754.445000', '171754.906000', '171755.366000', '171755.830000', '171756.314000', '171756.741000', '171757.192000', '171757.671000', '171758.123000', '171758.586000', '171759.086000', '171759.509000', '171759.963000', '171800.429000', '171800.887000', '171801.341000', '171801.987000', '171802.255000', '171802.715000', '171803.171000', '171803.643000', '171804.092000', '171804.559000', '171805.029000', '171805.492000', '171805.944000', '171806.411000', '171806.865000', '171807.324000', '171807.782000', '171808.238000', '171808.697000', '171809.176000', '171809.636000', '171810.088000', '171810.544000', '171811.010000', '171811.468000', '171811.917000', '171812.385000', '171812.847000', '171813.305000', '171813.770000', '171814.224000', '171814.682000', '171815.136000', '171815.613000', '171816.055000', '171816.526000', '171816.991000', '171817.441000', '171817.905000', '171818.373000', '171818.827000', '171819.275000', '171819.742000', '171820.195000', '171820.657000', '171821.134000', '171821.577000', '171822.077000', '171822.511000', '171822.967000', '171823.423000', '171823.878000', '171824.348000', '171824.806000', '171825.267000', '171825.719000', '171826.176000', '171826.639000', '171827.098000', '171827.570000', '171828.019000', '171828.496000', '171828.979000', '171829.446000', '171829.871000', '171830.325000', '171830.777000', '171831.246000', '171831.707000', '171832.167000', '171832.693000', '171833.082000', '171833.555000', '171834.010000', '171834.474000', '171834.933000', '171835.382000', '171835.837000', '171836.311000', '171836.794000', '171837.234000', '171837.692000', '171838.139000', '171838.605000', '171839.069000', '171839.532000', '171839.993000', '171840.442000', '171840.922000', '171841.363000', '171841.829000', '171842.292000', '171842.749000', '171843.210000', '171843.675000', '171844.133000', '171844.578000', '171845.045000', '171845.512000', '171845.996000', '171846.422000', '171846.899000', '171847.350000', '171847.903000', '171848.266000', '171848.733000', '171849.185000', '171849.648000', '171850.112000', '171850.565000', '171851.035000', '171851.483000', '171851.950000', '171852.418000', '171852.861000', '171853.331000', '171853.848000', '171854.243000', '171854.712000', '171855.172000', '171855.627000', '171856.093000', '171856.547000', '171857.015000', '171857.474000', '171857.938000', '171858.397000', '171858.858000', '171859.316000', '171859.766000', '171900.224000', '171900.700000', '171901.160000', '171901.618000', '171902.073000', '171902.535000', '171902.997000', '171903.456000', '171903.916000', '171904.376000', '171904.831000', '171905.299000', '171905.753000', '171906.213000', '171906.680000', '171907.133000', '171907.601000', '171908.087000', '171908.510000', '171908.974000', '171909.443000', '171909.895000', '171910.357000', '171910.825000', '171911.264000', '171911.738000', '171912.188000', '171912.681000', '171913.124000', '171913.582000', '171914.036000', '171914.504000', '171914.960000', '171915.410000', '171915.932000', '171916.322000', '171916.787000', '171917.258000', '171917.722000', '171918.178000', '171918.666000', '171919.093000', '171919.548000', '171920.020000', '171920.463000', '171920.968000', '171921.395000', '171921.862000', '171922.326000', '171922.813000', '171923.232000', '171923.686000', '171924.160000', '171924.620000', '171925.083000', '171925.530000', '171926.001000', '171926.458000', '171926.929000', '171927.380000', '171927.929000', '171928.292000', '171928.754000', '171929.211000', '171929.681000', '171930.133000', '171930.596000', '171931.067000', '171931.507000', '171931.980000', '171932.444000', '171932.893000', '171933.354000', '171933.826000', '171934.285000', '171934.726000', '171935.192000', '171935.666000', '171936.119000', '171936.582000', '171937.080000', '171937.500000', '171937.946000', '171938.408000', '171938.887000', '171939.345000', '171939.819000', '171940.251000', '171940.727000', '171941.172000', '171941.634000', '171942.088000', '171942.566000', '171943.028000', '171943.476000', '171943.946000', '171944.455000', '171944.864000', '171945.329000', '171946.014000', '171946.229000', '171946.694000', '171947.164000', '171947.645000', '171948.071000', '171948.539000', '171948.993000', '171949.468000', '171949.922000', '171950.392000', '171950.897000', '171951.308000', '171951.770000', '171952.215000', '171952.684000', '171953.149000', '171953.595000', '171954.063000', '171954.531000', '171954.983000', '171955.429000', '171955.894000', '171956.364000', '171956.821000', '171957.293000', '171957.742000', '171958.189000', '171958.658000', '171959.122000', '171959.578000', '172000.034000', '172000.509000', '172000.955000', '172001.414000', '172001.892000', '172002.338000', '172002.804000', '172003.261000', '172003.713000', '172004.191000', '172004.637000', '172005.108000', '172005.561000', '172006.023000', '172006.491000', '172006.949000', '172007.400000', '172007.871000', '172008.376000', '172008.774000', '172009.244000', '172009.705000', '172010.152000', '172010.617000', '172011.085000', '172011.534000', '172012.010000', '172012.479000', '172012.916000', '172013.389000', '172013.835000', '172014.296000', '172014.769000', '172015.222000', '172015.682000', '172016.138000', '172016.601000', '172017.065000', '172017.520000', '172017.980000', '172018.462000', '172018.902000', '172019.394000', '172019.815000', '172020.289000', '172020.792000', '172021.220000', '172021.666000', '172022.127000', '172022.607000', '172023.039000', '172023.510000', '172023.997000', '172024.420000', '172024.893000', '172025.355000', '172025.928000', '172026.263000', '172026.732000', '172027.184000', '172027.651000', '172028.100000', '172028.556000', '172029.033000', '172029.490000', '172029.952000', '172030.398000', '172030.865000', '172031.317000', '172031.795000', '172032.258000', '172032.712000', '172033.188000', '172033.633000', '172034.078000', '172034.541000', '172035.055000', '172035.478000', '172035.919000', '172036.434000', '172036.853000', '172037.302000', '172037.778000', '172038.228000', '172038.693000', '172039.144000', '172039.641000', '172040.075000', '172040.527000', '172041.002000', '172041.445000', '172041.916000', '172042.372000', '172042.841000', '172043.291000', '172043.760000', '172044.218000', '172044.674000', '172045.140000', '172045.585000', '172046.057000', '172046.513000', '172046.963000', '172047.440000', '172047.903000', '172048.363000', '172048.814000', '172049.276000', '172049.738000', '172050.178000', '172050.654000', '172051.116000', '172051.559000', '172052.043000', '172052.521000', '172052.953000', '172053.408000', '172053.988000', '172054.324000', '172054.784000', '172055.252000', '172055.728000', '172056.170000', '172056.635000', '172057.142000', '172057.545000', '172058.003000', '172058.459000', '172058.933000', '172059.381000', '172059.855000', '172100.298000', '172100.781000', '172101.226000', '172101.723000', '172102.159000', '172102.613000', '172103.074000', '172103.542000', '172103.993000', '172104.443000', '172104.916000', '172105.365000', '172105.994000', '172106.297000', '172106.747000', '172107.205000', '172107.678000', '172108.124000', '172108.595000', '172109.042000', '172109.513000', '172109.968000', '172110.467000', '172110.957000', '172111.364000', '172111.823000', '172112.268000', '172112.738000', '172113.202000', '172113.695000', '172114.117000', '172114.584000', '172115.028000', '172115.499000', '172115.944000', '172116.425000', '172116.886000', '172117.337000', '172117.824000', '172118.244000', '172118.712000', '172119.175000', '172119.645000', '172120.098000', '172120.557000', '172121.004000', '172121.477000', '172121.944000', '172122.397000', '172122.863000', '172123.306000', '172123.772000', '172124.242000', '172124.746000', '172125.147000', '172125.622000', '172126.083000', '172126.530000', '172127.008000', '172127.463000', '172127.918000', '172128.376000', '172128.828000', '172129.292000', '172129.761000', '172130.212000', '172130.687000', '172131.157000', '172131.592000', '172132.053000', '172132.526000', '172132.982000', '172133.446000', '172134.139000', '172134.357000', '172134.820000', '172135.287000', '172135.745000', '172136.208000', '172136.648000', '172137.117000', '172137.584000', '172138.040000', '172138.507000', '172138.962000', '172139.445000', '172139.884000', '172140.343000', '172140.803000', '172141.252000', '172141.723000', '172142.169000', '172142.646000', '172143.107000', '172143.563000', '172144.034000', '172144.477000', '172144.948000', '172145.396000', '172145.852000', '172146.321000', '172146.786000', '172147.245000', '172147.693000', '172148.168000', '172148.608000', '172149.080000', '172149.541000', '172150.004000', '172150.464000', '172150.945000', '172151.415000', '172151.843000', '172152.294000', '172152.770000', '172153.215000', '172153.691000', '172154.142000', '172154.596000', '172155.059000', '172155.550000', '172156.009000', '172156.434000', '172156.913000', '172157.358000', '172157.817000', '172158.277000', '172158.742000', '172159.192000', '172159.676000', '172200.128000', '172200.575000', '172201.043000', '172201.506000', '172201.972000', '172202.432000', '172202.911000', '172203.338000', '172203.794000', '172204.264000', '172204.732000', '172205.219000', '172205.630000'], 'InstanceCreationTime': ['171252.319000', '171252.548000', '171252.777000', '171252.960000', '171253.242000', '171253.417000', '171253.633000', '171253.819000', '171254.077000', '171254.262000', '171254.485000', '171254.929000', '171255.393000', '171255.843000', '171256.330000', '171256.783000', '171257.252000', '171257.723000', '171258.168000', '171258.676000', '171259.081000', '171259.550000', '171300.009000', '171300.477000', '171300.935000', '171301.384000', '171301.851000', '171302.306000', '171302.770000', '171303.228000', '171303.711000', '171304.150000', '171304.616000', '171305.070000', '171305.541000', '171305.998000', '171306.453000', '171306.913000', '171307.388000', '171307.830000', '171308.291000', '171308.758000', '171309.205000', '171309.671000', '171310.161000', '171310.583000', '171311.060000', '171311.523000', '171311.979000', '171312.443000', '171312.888000', '171313.360000', '171313.808000', '171314.298000', '171314.741000', '171315.204000', '171315.652000', '171316.118000', '171316.578000', '171317.038000', '171317.496000', '171317.950000', '171318.406000', '171318.917000', '171319.325000', '171319.791000', '171320.251000', '171320.736000', '171321.179000', '171321.639000', '171322.100000', '171322.559000', '171323.007000', '171323.482000', '171323.937000', '171324.391000', '171324.852000', '171325.319000', '171325.776000', '171326.242000', '171326.708000', '171327.150000', '171327.626000', '171328.084000', '171328.541000', '171329.019000', '171329.446000', '171329.926000', '171330.372000', '171330.844000', '171331.308000', '171331.763000', '171332.221000', '171332.672000', '171333.138000', '171333.599000', '171334.050000', '171334.524000', '171334.979000', '171335.433000', '171335.891000', '171336.582000', '171336.852000', '171337.286000', '171337.845000', '171338.215000', '171338.659000', '171339.108000', '171339.577000', '171340.038000', '171340.511000', '171340.968000', '171341.423000', '171341.910000', '171342.331000', '171342.790000', '171343.262000', '171343.734000', '171344.185000', '171344.632000', '171345.094000', '171345.559000', '171346.009000', '171346.502000', '171346.926000', '171347.402000', '171347.901000', '171348.305000', '171348.785000', '171349.236000', '171349.699000', '171350.172000', '171350.649000', '171351.075000', '171351.539000', '171352.002000', '171352.505000', '171352.920000', '171353.367000', '171353.898000', '171354.300000', '171354.753000', '171355.221000', '171355.671000', '171356.123000', '171356.599000', '171357.060000', '171357.516000', '171357.971000', '171358.433000', '171358.888000', '171359.349000', '171359.887000', '171400.280000', '171400.741000', '171401.191000', '171401.657000', '171402.129000', '171402.578000', '171403.043000', '171403.496000', '171403.946000', '171404.424000', '171404.884000', '171405.339000', '171405.948000', '171406.256000', '171406.727000', '171407.169000', '171407.643000', '171408.100000', '171408.560000', '171409.021000', '171409.476000', '171409.969000', '171410.409000', '171410.849000', '171411.320000', '171411.783000', '171412.243000', '171412.695000', '171413.165000', '171413.627000', '171414.071000', '171414.544000', '171415.008000', '171415.464000', '171415.927000', '171416.380000', '171416.853000', '171417.304000', '171417.764000', '171418.222000', '171418.681000', '171419.171000', '171419.641000', '171420.059000', '171420.517000', '171420.975000', '171421.440000', '171421.904000', '171422.362000', '171422.810000', '171423.286000', '171423.745000', '171424.207000', '171424.651000', '171425.125000', '171425.573000', '171426.036000', '171426.498000', '171426.963000', '171427.423000', '171427.881000', '171428.368000', '171428.804000', '171429.270000', '171429.719000', '171430.179000', '171430.636000', '171431.102000', '171431.560000', '171432.016000', '171432.482000', '171432.938000', '171433.408000', '171433.906000', '171434.316000', '171434.773000', '171435.239000', '171435.692000', '171436.174000', '171436.627000', '171437.856000', '171438.078000', '171438.158000', '171438.491000', '171439.016000', '171439.480000', '171439.850000', '171440.291000', '171440.759000', '171441.228000', '171441.682000', '171442.147000', '171442.593000', '171443.066000', '171443.526000', '171444.201000', '171444.631000', '171445.074000', '171445.368000', '171445.892000', '171446.292000', '171446.741000', '171447.192000', '171447.663000', '171448.111000', '171448.580000', '171449.042000', '171449.510000', '171449.951000', '171450.430000', '171450.883000', '171451.348000', '171451.800000', '171452.263000', '171452.727000', '171453.177000', '171453.643000', '171454.100000', '171454.561000', '171455.020000', '171455.524000', '171455.942000', '171456.405000', '171456.860000', '171457.330000', '171457.787000', '171458.235000', '171458.696000', '171459.167000', '171459.627000', '171500.087000', '171500.543000', '171501.004000', '171501.466000', '171501.912000', '171502.373000', '171502.852000', '171503.319000', '171503.765000', '171504.227000', '171504.687000', '171505.171000', '171505.613000', '171506.062000', '171506.530000', '171506.985000', '171507.442000', '171507.900000', '171508.368000', '171508.815000', '171509.286000', '171509.754000', '171510.211000', '171510.660000', '171511.128000', '171511.588000', '171512.035000', '171512.498000', '171512.971000', '171513.424000', '171513.908000', '171514.332000', '171514.794000', '171515.288000', '171515.713000', '171516.176000', '171516.678000', '171517.096000', '171517.562000', '171518.270000', '171518.473000', '171518.938000', '171519.392000', '171519.853000', '171520.336000', '171520.792000', '171521.251000', '171521.703000', '171522.208000', '171522.625000', '171523.109000', '171523.552000', '171523.994000', '171524.464000', '171524.921000', '171525.424000', '171525.844000', '171526.300000', '171526.758000', '171527.229000', '171527.674000', '171528.139000', '171528.608000', '171529.075000', '171529.550000', '171529.987000', '171530.434000', '171530.897000', '171531.364000', '171531.833000', '171532.281000', '171532.738000', '171533.244000', '171533.665000', '171534.134000', '171534.599000', '171535.035000', '171535.505000', '171535.966000', '171536.450000', '171536.874000', '171537.346000', '171537.803000', '171538.270000', '171538.732000', '171539.176000', '171539.656000', '171540.093000', '171540.565000', '171541.053000', '171541.483000', '171541.945000', '171542.410000', '171542.864000', '171543.328000', '171543.782000', '171544.251000', '171544.709000', '171545.169000', '171545.682000', '171546.090000', '171546.549000', '171547.037000', '171547.471000', '171547.935000', '171548.383000', '171548.852000', '171549.314000', '171549.773000', '171550.234000', '171550.695000', '171551.152000', '171551.607000', '171552.058000', '171552.529000', '171552.997000', '171553.437000', '171553.910000', '171554.363000', '171554.816000', '171555.294000', '171555.751000', '171556.210000', '171556.663000', '171557.129000', '171557.577000', '171558.038000', '171558.503000', '171558.957000', '171559.431000', '171559.909000', '171600.350000', '171600.798000', '171601.266000', '171601.721000', '171602.229000', '171602.636000', '171603.106000', '171603.574000', '171604.015000', '171604.480000', '171604.956000', '171605.401000', '171605.875000', '171606.320000', '171606.792000', '171607.253000', '171607.702000', '171608.176000', '171608.621000', '171609.074000', '171609.558000', '171609.997000', '171610.469000', '171610.925000', '171611.379000', '171611.914000', '171612.311000', '171612.773000', '171613.219000', '171613.681000', '171614.157000', '171614.634000', '171615.060000', '171615.531000', '171616.002000', '171616.459000', '171616.930000', '171617.378000', '171617.837000', '171618.282000', '171618.742000', '171619.201000', '171619.672000', '171620.133000', '171620.593000', '171621.062000', '171621.510000', '171621.960000', '171622.437000', '171622.902000', '171623.351000', '171623.819000', '171624.261000', '171624.728000', '171625.198000', '171625.645000', '171626.118000', '171626.567000', '171627.037000', '171627.511000', '171627.956000', '171628.404000', '171628.872000', '171629.333000', '171629.791000', '171630.285000', '171630.759000', '171631.162000', '171631.638000', '171632.083000', '171632.556000', '171633.012000', '171633.461000', '171633.930000', '171634.383000', '171634.849000', '171635.308000', '171635.791000', '171636.224000', '171636.692000', '171637.180000', '171637.606000', '171638.075000', '171638.523000', '171638.981000', '171639.461000', '171639.907000', '171640.374000', '171640.862000', '171641.287000', '171641.748000', '171642.205000', '171642.681000', '171643.139000', '171643.599000', '171644.040000', '171644.549000', '171644.963000', '171645.421000', '171645.894000', '171646.343000', '171646.803000', '171647.276000', '171647.739000', '171648.223000', '171648.646000', '171649.112000', '171649.573000', '171650.041000', '171650.491000', '171650.952000', '171651.428000', '171651.862000', '171652.356000', '171652.802000', '171653.261000', '171653.719000', '171654.201000', '171654.635000', '171655.100000', '171655.554000', '171656.028000', '171656.483000', '171656.926000', '171657.383000', '171657.859000', '171658.344000', '171658.775000', '171659.225000', '171659.686000', '171700.144000', '171700.635000', '171701.081000', '171701.538000', '171701.988000', '171702.496000', '171702.923000', '171703.362000', '171703.834000', '171704.302000', '171704.748000', '171705.227000', '171705.667000', '171706.128000', '171706.585000', '171707.065000', '171707.512000', '171707.985000', '171708.438000', '171708.904000', '171709.349000', '171709.867000', '171710.281000', '171710.724000', '171711.192000', '171711.653000', '171712.137000', '171712.580000', '171713.029000', '171713.498000', '171713.986000', '171714.422000', '171714.869000', '171715.357000', '171715.797000', '171716.261000', '171716.728000', '171717.175000', '171717.637000', '171718.087000', '171718.563000', '171719.019000', '171719.469000', '171719.939000', '171720.399000', '171720.844000', '171721.321000', '171721.767000', '171722.239000', '171722.696000', '171723.159000', '171723.626000', '171724.087000', '171724.539000', '171724.989000', '171725.485000', '171725.914000', '171726.374000', '171726.830000', '171727.300000', '171727.763000', '171728.208000', '171728.678000', '171729.147000', '171729.600000', '171730.066000', '171730.513000', '171730.986000', '171731.451000', '171731.889000', '171732.362000', '171732.818000', '171733.270000', '171733.741000', '171734.193000', '171734.666000', '171735.120000', '171735.576000', '171736.037000', '171736.500000', '171736.952000', '171737.411000', '171737.907000', '171738.338000', '171738.808000', '171739.261000', '171739.720000', '171740.178000', '171740.642000', '171741.104000', '171741.566000', '171742.012000', '171742.488000', '171742.928000', '171743.392000', '171743.854000', '171744.310000', '171744.788000', '171745.244000', '171745.708000', '171746.151000', '171746.611000', '171747.082000', '171747.541000', '171747.992000', '171748.469000', '171748.928000', '171749.381000', '171749.863000', '171750.309000', '171750.768000', '171751.228000', '171751.692000', '171752.130000', '171752.606000', '171753.058000', '171753.511000', '171753.979000', '171754.445000', '171754.906000', '171755.366000', '171755.830000', '171756.314000', '171756.741000', '171757.192000', '171757.671000', '171758.123000', '171758.586000', '171759.086000', '171759.509000', '171759.963000', '171800.429000', '171800.887000', '171801.341000', '171801.987000', '171802.255000', '171802.715000', '171803.171000', '171803.643000', '171804.092000', '171804.559000', '171805.029000', '171805.492000', '171805.944000', '171806.411000', '171806.865000', '171807.324000', '171807.782000', '171808.238000', '171808.697000', '171809.176000', '171809.636000', '171810.088000', '171810.544000', '171811.010000', '171811.468000', '171811.917000', '171812.385000', '171812.847000', '171813.305000', '171813.770000', '171814.224000', '171814.682000', '171815.136000', '171815.613000', '171816.055000', '171816.526000', '171816.991000', '171817.441000', '171817.905000', '171818.373000', '171818.827000', '171819.275000', '171819.742000', '171820.195000', '171820.657000', '171821.134000', '171821.577000', '171822.077000', '171822.511000', '171822.967000', '171823.423000', '171823.878000', '171824.348000', '171824.806000', '171825.267000', '171825.719000', '171826.176000', '171826.639000', '171827.098000', '171827.570000', '171828.019000', '171828.496000', '171828.979000', '171829.446000', '171829.871000', '171830.325000', '171830.777000', '171831.246000', '171831.707000', '171832.167000', '171832.693000', '171833.082000', '171833.555000', '171834.010000', '171834.474000', '171834.933000', '171835.382000', '171835.837000', '171836.311000', '171836.794000', '171837.234000', '171837.692000', '171838.139000', '171838.605000', '171839.069000', '171839.532000', '171839.993000', '171840.442000', '171840.922000', '171841.363000', '171841.829000', '171842.292000', '171842.749000', '171843.210000', '171843.675000', '171844.133000', '171844.578000', '171845.045000', '171845.512000', '171845.996000', '171846.422000', '171846.899000', '171847.350000', '171847.903000', '171848.266000', '171848.733000', '171849.185000', '171849.648000', '171850.112000', '171850.565000', '171851.035000', '171851.483000', '171851.950000', '171852.418000', '171852.861000', '171853.331000', '171853.848000', '171854.243000', '171854.712000', '171855.172000', '171855.627000', '171856.093000', '171856.547000', '171857.015000', '171857.474000', '171857.938000', '171858.397000', '171858.858000', '171859.316000', '171859.766000', '171900.224000', '171900.700000', '171901.160000', '171901.618000', '171902.073000', '171902.535000', '171902.997000', '171903.456000', '171903.916000', '171904.376000', '171904.831000', '171905.299000', '171905.753000', '171906.213000', '171906.680000', '171907.133000', '171907.601000', '171908.087000', '171908.510000', '171908.974000', '171909.443000', '171909.895000', '171910.357000', '171910.825000', '171911.264000', '171911.738000', '171912.188000', '171912.681000', '171913.124000', '171913.582000', '171914.036000', '171914.504000', '171914.960000', '171915.410000', '171915.932000', '171916.322000', '171916.787000', '171917.258000', '171917.722000', '171918.178000', '171918.666000', '171919.093000', '171919.548000', '171920.020000', '171920.463000', '171920.968000', '171921.395000', '171921.862000', '171922.326000', '171922.813000', '171923.232000', '171923.686000', '171924.160000', '171924.620000', '171925.083000', '171925.530000', '171926.001000', '171926.458000', '171926.929000', '171927.380000', '171927.929000', '171928.292000', '171928.754000', '171929.211000', '171929.681000', '171930.133000', '171930.596000', '171931.067000', '171931.507000', '171931.980000', '171932.444000', '171932.893000', '171933.354000', '171933.826000', '171934.285000', '171934.726000', '171935.192000', '171935.666000', '171936.119000', '171936.582000', '171937.080000', '171937.500000', '171937.946000', '171938.408000', '171938.887000', '171939.345000', '171939.819000', '171940.251000', '171940.727000', '171941.172000', '171941.634000', '171942.088000', '171942.566000', '171943.028000', '171943.476000', '171943.946000', '171944.455000', '171944.864000', '171945.329000', '171946.014000', '171946.229000', '171946.694000', '171947.164000', '171947.645000', '171948.071000', '171948.539000', '171948.993000', '171949.468000', '171949.922000', '171950.392000', '171950.897000', '171951.308000', '171951.770000', '171952.215000', '171952.684000', '171953.149000', '171953.595000', '171954.063000', '171954.531000', '171954.983000', '171955.429000', '171955.894000', '171956.364000', '171956.821000', '171957.293000', '171957.742000', '171958.189000', '171958.658000', '171959.122000', '171959.578000', '172000.034000', '172000.509000', '172000.955000', '172001.414000', '172001.892000', '172002.338000', '172002.804000', '172003.261000', '172003.713000', '172004.191000', '172004.637000', '172005.108000', '172005.561000', '172006.023000', '172006.491000', '172006.949000', '172007.400000', '172007.871000', '172008.376000', '172008.774000', '172009.244000', '172009.705000', '172010.152000', '172010.617000', '172011.085000', '172011.534000', '172012.010000', '172012.479000', '172012.916000', '172013.389000', '172013.835000', '172014.296000', '172014.769000', '172015.222000', '172015.682000', '172016.138000', '172016.601000', '172017.065000', '172017.520000', '172017.980000', '172018.462000', '172018.902000', '172019.394000', '172019.815000', '172020.289000', '172020.792000', '172021.220000', '172021.666000', '172022.127000', '172022.607000', '172023.039000', '172023.510000', '172023.997000', '172024.420000', '172024.893000', '172025.355000', '172025.928000', '172026.263000', '172026.732000', '172027.184000', '172027.651000', '172028.100000', '172028.556000', '172029.033000', '172029.490000', '172029.952000', '172030.398000', '172030.865000', '172031.317000', '172031.795000', '172032.258000', '172032.712000', '172033.188000', '172033.633000', '172034.078000', '172034.541000', '172035.055000', '172035.478000', '172035.919000', '172036.434000', '172036.853000', '172037.302000', '172037.778000', '172038.228000', '172038.693000', '172039.144000', '172039.641000', '172040.075000', '172040.527000', '172041.002000', '172041.445000', '172041.916000', '172042.372000', '172042.841000', '172043.291000', '172043.760000', '172044.218000', '172044.674000', '172045.140000', '172045.585000', '172046.057000', '172046.513000', '172046.963000', '172047.440000', '172047.903000', '172048.363000', '172048.814000', '172049.276000', '172049.738000', '172050.178000', '172050.654000', '172051.116000', '172051.559000', '172052.043000', '172052.521000', '172052.953000', '172053.408000', '172053.988000', '172054.324000', '172054.784000', '172055.252000', '172055.728000', '172056.170000', '172056.635000', '172057.142000', '172057.545000', '172058.003000', '172058.459000', '172058.933000', '172059.381000', '172059.855000', '172100.298000', '172100.781000', '172101.226000', '172101.723000', '172102.159000', '172102.613000', '172103.074000', '172103.542000', '172103.993000', '172104.443000', '172104.916000', '172105.365000', '172105.994000', '172106.297000', '172106.747000', '172107.205000', '172107.678000', '172108.124000', '172108.595000', '172109.042000', '172109.513000', '172109.968000', '172110.467000', '172110.957000', '172111.364000', '172111.823000', '172112.268000', '172112.738000', '172113.202000', '172113.695000', '172114.117000', '172114.584000', '172115.028000', '172115.499000', '172115.944000', '172116.425000', '172116.886000', '172117.337000', '172117.824000', '172118.244000', '172118.712000', '172119.175000', '172119.645000', '172120.098000', '172120.557000', '172121.004000', '172121.477000', '172121.944000', '172122.397000', '172122.863000', '172123.306000', '172123.772000', '172124.242000', '172124.746000', '172125.147000', '172125.622000', '172126.083000', '172126.530000', '172127.008000', '172127.463000', '172127.918000', '172128.376000', '172128.828000', '172129.292000', '172129.761000', '172130.212000', '172130.687000', '172131.157000', '172131.592000', '172132.053000', '172132.526000', '172132.982000', '172133.446000', '172134.139000', '172134.357000', '172134.820000', '172135.287000', '172135.745000', '172136.208000', '172136.648000', '172137.117000', '172137.584000', '172138.040000', '172138.507000', '172138.962000', '172139.445000', '172139.884000', '172140.343000', '172140.803000', '172141.252000', '172141.723000', '172142.169000', '172142.646000', '172143.107000', '172143.563000', '172144.034000', '172144.477000', '172144.948000', '172145.396000', '172145.852000', '172146.321000', '172146.786000', '172147.245000', '172147.693000', '172148.168000', '172148.608000', '172149.080000', '172149.541000', '172150.004000', '172150.464000', '172150.945000', '172151.415000', '172151.843000', '172152.294000', '172152.770000', '172153.215000', '172153.691000', '172154.142000', '172154.596000', '172155.059000', '172155.550000', '172156.009000', '172156.434000', '172156.913000', '172157.358000', '172157.817000', '172158.277000', '172158.742000', '172159.192000', '172159.676000', '172200.128000', '172200.575000', '172201.043000', '172201.506000', '172201.972000', '172202.432000', '172202.911000', '172203.338000', '172203.794000', '172204.264000', '172204.732000', '172205.219000', '172205.630000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [561, 542, 662, 653, 894, 543, 919, 534, 895, 585, 936, 620, 935, 574, 923, 568, 912, 587, 920, 536, 747, 492, 596, 510, 543, 720, 501, 783, 501, 915, 532, 864, 550, 734, 504, 663, 500, 786, 514, 834, 503, 872, 544, 877, 540, 919, 563, 792, 526, 823, 509, 938, 557, 750, 531, 758, 546, 833, 604, 542, 616, 578, 643, 614, 679, 476, 732, 491, 808, 529, 861, 561, 831, 551, 946, 579, 928, 545, 845, 539, 773, 512, 640, 492, 677, 555, 615, 598, 570, 635, 678, 703, 493, 689, 497, 634, 586, 616, 531, 583, 526, 577, 617, 574, 655, 547, 611, 532, 760, 564, 750, 542, 699, 514, 936, 551, 730, 512, 694, 503, 892, 551, 653, 500, 724, 532, 879, 576, 569, 560, 673, 645, 796, 623, 511, 666, 553, 762, 582, 755, 491, 842, 509, 894, 575, 825, 510, 813, 540, 889, 576, 888, 582, 857, 544, 782, 543, 821, 524, 761, 528, 766, 529, 839, 525, 819, 504, 820, 514, 919, 531, 817, 504, 772, 492, 775, 511, 598, 518, 593, 571, 672, 600, 479, 676, 505, 727, 529, 864, 571, 875, 573, 873, 600, 861, 528, 942, 565, 997, 592, 815, 536, 785, 527, 860, 567, 718, 560, 779, 549, 930, 597, 673, 542, 765, 560, 874, 607, 620, 533, 668, 549, 841, 607, 615, 550, 602, 560, 734, 575, 539, 610, 531, 619, 572, 656, 516, 670, 537, 654, 637, 658, 528, 664, 534, 668, 620, 740, 562, 761, 524, 749, 559, 814, 554, 763, 543, 796, 526, 798, 536, 785, 522, 747, 525, 800, 567, 863, 584, 879, 564, 916, 622, 859, 572, 828, 562, 870, 613, 866, 585, 854, 548, 851, 568, 827, 561, 810, 522, 861, 599, 845, 546, 791, 518, 773, 545, 752, 508, 723, 525, 769, 544, 750, 606, 641, 694, 582, 697, 580, 813, 570, 730, 517, 767, 536, 873, 538, 833, 535, 819, 548, 763, 521, 652, 574, 652, 519, 566, 752, 549, 824, 545, 729, 540, 692, 538, 632, 570, 633, 551, 599, 681, 555, 938, 595, 788, 569, 745, 527, 740, 524, 737, 526, 673, 568, 629, 710, 598, 762, 559, 920, 566, 914, 577, 883, 594, 834, 571, 819, 542, 779, 544, 743, 540, 788, 579, 790, 604, 714, 670, 603, 805, 618, 790, 583, 991, 586, 903, 598, 833, 576, 801, 547, 781, 562, 814, 535, 779, 493, 710, 544, 783, 545, 805, 540, 865, 662, 830, 524, 900, 605, 982, 725, 1022, 658, 1069, 684, 1045, 681, 761, 551, 867, 558, 984, 589, 820, 534, 956, 562, 1011, 597, 810, 532, 797, 523, 934, 552, 732, 514, 712, 521, 958, 588, 639, 539, 615, 552, 838, 575, 1036, 594, 809, 587, 742, 556, 720, 527, 676, 478, 669, 522, 650, 540, 608, 526, 623, 531, 598, 554, 570, 657, 580, 680, 585, 680, 571, 770, 608, 684, 570, 693, 594, 642, 642, 545, 741, 555, 931, 678, 963, 608, 824, 579, 838, 739, 512, 919, 573, 899, 653, 985, 692, 725, 554, 591, 731, 613, 888, 530, 887, 571, 878, 572, 808, 536, 602, 690, 605, 889, 603, 774, 543, 759, 537, 748, 545, 712, 555, 495, 616, 476, 704, 548, 751, 546, 895, 575, 925, 617, 963, 708, 855, 577, 783, 525, 825, 564, 705, 868, 550, 1138, 684, 822, 564, 666, 546, 799, 589, 736, 525, 765, 527, 882, 566, 683, 544, 627, 564, 714, 593, 885, 611, 686, 596, 822, 582, 998, 594, 884, 586, 737, 547, 683, 475, 602, 488, 606, 506, 635, 503, 606, 523, 656, 504, 667, 519, 813, 580, 891, 538, 873, 563, 757, 542, 747, 503, 650, 506, 594, 502, 548, 720, 521, 740, 556, 667, 546, 638, 508, 606, 483, 634, 525, 581, 498, 547, 716, 521, 707, 554, 675, 532, 611, 507, 629, 530, 543, 668, 537, 733, 557, 675, 508, 669, 506, 580, 676, 546, 920, 580, 709, 569, 637, 628, 550, 468, 596, 531, 567, 512, 510, 570, 538, 517, 759, 758, 633, 922, 620, 972, 640, 778, 624, 729, 1095, 727, 1037, 716, 814, 609, 627, 953, 596, 690, 497, 627, 471, 566, 699, 545, 634, 486, 597, 503, 555, 700, 550, 640, 506, 571, 516, 561, 678, 539, 614, 513, 590, 501, 568, 659, 513, 642, 545, 628, 523, 632, 499, 614, 530, 587, 779, 516, 686, 523, 688, 581, 641, 515, 526, 506, 496, 608, 511, 526, 561, 498, 708, 505, 639, 547, 637, 531, 717, 561, 641, 535, 792, 583, 534, 595, 561, 547, 640, 558, 709, 918, 623, 983, 659, 998, 633, 1014, 697, 1140, 709, 682, 653, 594, 676, 757, 627, 902, 574, 1086, 595, 849, 586, 681, 554, 642, 545, 661, 527, 600, 538, 600, 534, 574, 478, 550, 562, 543, 695, 547, 703, 557, 655, 575, 645, 559, 639, 552, 671, 550, 689, 555, 669, 565, 662, 572, 683, 560, 693, 541, 717, 547, 844, 568, 772, 577, 797, 556, 676, 580, 690, 572, 716, 594, 558, 610, 549, 676, 548, 785, 586, 813, 572, 902, 582, 753, 569, 695, 599, 904, 586, 600, 599, 646, 617, 723, 618, 875, 619, 795, 589, 946, 609, 787, 579, 829, 577, 786, 569, 693, 576, 667, 555, 659, 547, 632, 557, 631, 555, 572, 521, 584, 612, 583, 577, 587, 626, 571, 693, 567, 718, 574, 755, 574, 840, 562, 678, 563, 681, 564, 776, 583, 949, 567, 1033, 601, 760, 561, 613, 584, 598, 621, 859, 620, 562, 619, 560, 654, 549, 697, 545, 671, 556, 670, 565, 668, 544, 695, 561, 679, 573, 756, 557, 803, 568, 773, 559, 864, 593, 554, 651, 522, 810, 559, 891, 575, 767, 570, 710, 562, 850, 537, 761, 516, 669, 517, 658, 528, 651, 565, 623, 526, 583, 646, 561, 645, 579, 510, 575, 562, 663, 544, 674, 538, 504, 664, 539, 526, 577, 530, 1023, 610, 1048, 690, 936, 596, 861, 568, 811, 650, 885, 955, 681, 1078, 616, 802, 541, 649, 614, 550, 805, 542, 735, 509, 665, 491, 570, 451, 526, 558, 520, 646, 513, 657, 498, 617, 509, 593, 510, 548, 528, 548, 533, 514, 637, 616, 550, 591, 605, 571, 601, 802, 564, 630, 639, 641, 615, 719, 613, 1131, 626, 765, 598, 616, 601, 612, 585, 678, 599, 721, 591, 735, 578, 757, 577, 581, 545, 566, 591, 575, 558, 567, 591, 566, 639, 571, 640, 605, 601, 618, 587, 567, 782, 619, 875, 575, 740, 588, 588, 581, 581, 731, 578, 596, 721, 579, 895, 696, 592, 817, 611, 948, 727, 918, 746, 614, 946, 651, 963, 724, 1002, 822, 827, 780, 828, 714, 850, 668, 768, 626, 608, 715, 601, 805, 592, 866, 582, 875, 612, 861, 610, 787, 582, 781, 593, 847, 577, 635, 574, 614, 566, 616, 568, 611, 641, 611, 665, 596, 724, 607, 712, 615, 699, 618, 680, 618, 618, 629, 574, 697, 588, 728, 594, 652, 584, 610, 576, 604, 589, 624, 655, 624, 677, 622, 688, 627, 758, 625, 801, 637, 667, 621, 668, 690, 654, 713, 763, 726, 820, 634, 877, 623, 832, 638, 726, 641, 613, 613, 824, 619, 1051, 749, 628, 642, 631, 949, 612, 801, 831, 617, 673, 614, 835, 590, 861, 602, 778, 622, 749, 622, 717, 633, 738, 639], 'WindowCenter': [274.0, 272.0, 272.0, 272.0, 273.0, 269.0, 272.0, 269.0, 271.0, 269.0, 271.0, 268.0, 271.0, 268.0, 271.0, 268.0, 271.0, 268.0, 270.0, 267.0, 269.0, 266.0, 268.0, 267.0, 268.0, 269.0, 267.0, 269.0, 267.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 270.0, 268.0, 270.0, 267.0, 270.0, 268.0, 271.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 267.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 271.0, 269.0, 272.0, 269.0, 272.0, 269.0, 271.0, 269.0, 270.0, 269.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 269.0, 270.0, 270.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 272.0, 269.0, 270.0, 268.0, 270.0, 269.0, 272.0, 269.0, 270.0, 269.0, 271.0, 269.0, 272.0, 269.0, 269.0, 269.0, 271.0, 270.0, 271.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 271.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 268.0, 271.0, 268.0, 271.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 267.0, 270.0, 268.0, 271.0, 269.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 272.0, 269.0, 272.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 269.0, 268.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 269.0, 271.0, 268.0, 270.0, 269.0, 271.0, 268.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 272.0, 269.0, 272.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 268.0, 271.0, 268.0, 271.0, 269.0, 271.0, 269.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 269.0, 271.0, 268.0, 271.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 268.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 270.0, 271.0, 269.0, 270.0, 271.0, 270.0, 273.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 271.0, 270.0, 271.0, 270.0, 273.0, 269.0, 273.0, 270.0, 272.0, 270.0, 272.0, 270.0, 272.0, 269.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 270.0, 271.0, 270.0, 271.0, 269.0, 272.0, 269.0, 272.0, 270.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 272.0, 269.0, 271.0, 268.0, 271.0, 269.0, 272.0, 269.0, 271.0, 269.0, 272.0, 270.0, 272.0, 268.0, 272.0, 269.0, 272.0, 271.0, 273.0, 270.0, 272.0, 270.0, 272.0, 270.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 268.0, 271.0, 268.0, 272.0, 269.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 269.0, 268.0, 269.0, 268.0, 271.0, 268.0, 272.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 272.0, 270.0, 272.0, 269.0, 271.0, 269.0, 271.0, 271.0, 268.0, 271.0, 269.0, 271.0, 270.0, 272.0, 270.0, 270.0, 268.0, 268.0, 271.0, 269.0, 271.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 267.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 269.0, 267.0, 269.0, 267.0, 270.0, 268.0, 270.0, 269.0, 271.0, 269.0, 272.0, 270.0, 272.0, 270.0, 270.0, 268.0, 270.0, 267.0, 270.0, 268.0, 269.0, 270.0, 268.0, 272.0, 270.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 268.0, 271.0, 268.0, 269.0, 268.0, 268.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 268.0, 271.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 266.0, 267.0, 266.0, 268.0, 267.0, 269.0, 267.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 271.0, 269.0, 271.0, 269.0, 271.0, 268.0, 270.0, 269.0, 270.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 270.0, 268.0, 270.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 269.0, 271.0, 269.0, 273.0, 269.0, 271.0, 269.0, 269.0, 271.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 272.0, 271.0, 270.0, 271.0, 269.0, 271.0, 268.0, 269.0, 267.0, 269.0, 271.0, 268.0, 269.0, 267.0, 268.0, 265.0, 265.0, 267.0, 265.0, 265.0, 263.0, 265.0, 263.0, 265.0, 266.0, 264.0, 265.0, 263.0, 265.0, 264.0, 265.0, 266.0, 265.0, 265.0, 264.0, 266.0, 265.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 271.0, 270.0, 271.0, 271.0, 270.0, 273.0, 271.0, 271.0, 270.0, 271.0, 270.0, 272.0, 271.0, 271.0, 272.0, 273.0, 272.0, 270.0, 271.0, 272.0, 272.0, 272.0, 271.0, 271.0, 273.0, 270.0, 272.0, 270.0, 272.0, 270.0, 272.0, 270.0, 272.0, 270.0, 269.0, 269.0, 267.0, 268.0, 268.0, 267.0, 269.0, 267.0, 271.0, 267.0, 269.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 272.0, 269.0, 271.0, 270.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 271.0, 269.0, 271.0, 270.0, 272.0, 269.0, 271.0, 269.0, 270.0, 270.0, 272.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 268.0, 271.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 272.0, 269.0, 272.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 271.0, 270.0, 268.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 268.0, 270.0, 268.0, 271.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 267.0, 268.0, 268.0, 270.0, 268.0, 270.0, 268.0, 268.0, 270.0, 268.0, 268.0, 269.0, 269.0, 272.0, 269.0, 272.0, 269.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 266.0, 268.0, 265.0, 267.0, 264.0, 265.0, 265.0, 264.0, 266.0, 264.0, 266.0, 263.0, 265.0, 263.0, 264.0, 263.0, 264.0, 264.0, 264.0, 265.0, 264.0, 265.0, 264.0, 266.0, 265.0, 267.0, 267.0, 267.0, 267.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 269.0, 271.0, 268.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 272.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 271.0, 270.0, 269.0, 272.0, 269.0, 270.0, 269.0, 271.0, 270.0, 270.0, 271.0, 271.0, 272.0, 271.0, 271.0, 272.0, 271.0, 274.0, 272.0, 271.0, 273.0, 271.0, 274.0, 273.0, 273.0, 272.0, 270.0, 273.0, 270.0, 273.0, 271.0, 273.0, 271.0, 271.0, 271.0, 270.0, 270.0, 271.0, 269.0, 270.0, 268.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 272.0, 271.0, 272.0, 270.0, 271.0, 270.0, 271.0, 271.0, 271.0, 271.0, 272.0, 271.0, 272.0, 270.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 269.0, 269.0, 272.0, 270.0, 273.0, 271.0, 269.0, 269.0, 269.0, 272.0, 269.0, 271.0, 271.0, 269.0, 269.0, 269.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 269.0, 271.0, 270.0, 271.0, 270.0], 'WindowWidth': [606.0, 602.0, 601.0, 601.0, 601.0, 595.0, 599.0, 595.0, 597.0, 594.0, 597.0, 594.0, 597.0, 594.0, 597.0, 593.0, 597.0, 593.0, 596.0, 591.0, 594.0, 590.0, 592.0, 591.0, 592.0, 594.0, 591.0, 595.0, 591.0, 596.0, 593.0, 596.0, 593.0, 594.0, 592.0, 594.0, 592.0, 595.0, 593.0, 596.0, 592.0, 596.0, 593.0, 597.0, 593.0, 597.0, 594.0, 596.0, 593.0, 596.0, 593.0, 597.0, 594.0, 595.0, 593.0, 595.0, 593.0, 596.0, 594.0, 592.0, 593.0, 593.0, 595.0, 593.0, 594.0, 592.0, 595.0, 593.0, 596.0, 593.0, 597.0, 594.0, 597.0, 594.0, 598.0, 595.0, 598.0, 594.0, 598.0, 595.0, 597.0, 594.0, 595.0, 594.0, 596.0, 595.0, 596.0, 595.0, 595.0, 596.0, 596.0, 597.0, 593.0, 596.0, 593.0, 596.0, 594.0, 595.0, 594.0, 595.0, 593.0, 595.0, 595.0, 595.0, 596.0, 594.0, 595.0, 594.0, 597.0, 594.0, 597.0, 594.0, 596.0, 595.0, 599.0, 594.0, 597.0, 594.0, 597.0, 595.0, 599.0, 595.0, 596.0, 595.0, 598.0, 596.0, 599.0, 595.0, 594.0, 595.0, 597.0, 596.0, 598.0, 595.0, 593.0, 596.0, 594.0, 597.0, 594.0, 597.0, 593.0, 597.0, 593.0, 598.0, 594.0, 597.0, 593.0, 596.0, 593.0, 598.0, 594.0, 597.0, 593.0, 596.0, 593.0, 597.0, 593.0, 596.0, 593.0, 596.0, 593.0, 596.0, 593.0, 597.0, 593.0, 596.0, 593.0, 597.0, 593.0, 597.0, 594.0, 596.0, 593.0, 597.0, 593.0, 597.0, 593.0, 595.0, 593.0, 595.0, 595.0, 596.0, 595.0, 592.0, 596.0, 593.0, 597.0, 594.0, 599.0, 595.0, 597.0, 595.0, 598.0, 595.0, 598.0, 594.0, 599.0, 596.0, 600.0, 595.0, 598.0, 594.0, 597.0, 594.0, 598.0, 594.0, 596.0, 594.0, 597.0, 594.0, 597.0, 595.0, 595.0, 594.0, 597.0, 594.0, 597.0, 595.0, 595.0, 594.0, 596.0, 594.0, 597.0, 595.0, 595.0, 594.0, 595.0, 595.0, 597.0, 595.0, 594.0, 595.0, 594.0, 596.0, 595.0, 596.0, 593.0, 596.0, 594.0, 596.0, 596.0, 596.0, 593.0, 596.0, 594.0, 596.0, 595.0, 597.0, 594.0, 597.0, 593.0, 597.0, 594.0, 598.0, 594.0, 597.0, 594.0, 598.0, 594.0, 598.0, 594.0, 597.0, 594.0, 597.0, 595.0, 598.0, 595.0, 598.0, 595.0, 599.0, 596.0, 599.0, 596.0, 598.0, 595.0, 598.0, 595.0, 598.0, 595.0, 598.0, 595.0, 598.0, 594.0, 598.0, 594.0, 598.0, 594.0, 598.0, 594.0, 598.0, 595.0, 597.0, 594.0, 596.0, 594.0, 597.0, 594.0, 597.0, 593.0, 597.0, 594.0, 597.0, 594.0, 597.0, 595.0, 596.0, 596.0, 595.0, 597.0, 595.0, 598.0, 595.0, 597.0, 595.0, 598.0, 596.0, 599.0, 594.0, 598.0, 594.0, 598.0, 595.0, 597.0, 594.0, 596.0, 595.0, 597.0, 594.0, 595.0, 598.0, 596.0, 598.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 597.0, 598.0, 596.0, 597.0, 597.0, 596.0, 600.0, 597.0, 598.0, 596.0, 598.0, 595.0, 599.0, 595.0, 599.0, 595.0, 598.0, 596.0, 597.0, 597.0, 597.0, 598.0, 596.0, 600.0, 596.0, 600.0, 597.0, 600.0, 597.0, 599.0, 597.0, 599.0, 596.0, 600.0, 595.0, 598.0, 595.0, 598.0, 596.0, 598.0, 596.0, 597.0, 596.0, 597.0, 598.0, 597.0, 598.0, 595.0, 600.0, 596.0, 599.0, 597.0, 599.0, 596.0, 598.0, 595.0, 598.0, 596.0, 599.0, 595.0, 598.0, 594.0, 597.0, 595.0, 599.0, 594.0, 598.0, 594.0, 599.0, 596.0, 599.0, 593.0, 598.0, 596.0, 599.0, 598.0, 600.0, 596.0, 600.0, 596.0, 599.0, 596.0, 595.0, 594.0, 596.0, 594.0, 597.0, 594.0, 596.0, 593.0, 597.0, 593.0, 598.0, 595.0, 596.0, 593.0, 596.0, 593.0, 597.0, 594.0, 595.0, 593.0, 595.0, 593.0, 597.0, 594.0, 595.0, 594.0, 595.0, 594.0, 598.0, 594.0, 598.0, 595.0, 596.0, 595.0, 597.0, 594.0, 596.0, 593.0, 596.0, 593.0, 596.0, 593.0, 596.0, 594.0, 595.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 596.0, 595.0, 597.0, 595.0, 596.0, 596.0, 597.0, 596.0, 596.0, 595.0, 597.0, 595.0, 596.0, 596.0, 594.0, 597.0, 596.0, 599.0, 596.0, 599.0, 595.0, 598.0, 595.0, 598.0, 597.0, 593.0, 597.0, 594.0, 598.0, 596.0, 598.0, 596.0, 596.0, 594.0, 594.0, 597.0, 595.0, 597.0, 593.0, 596.0, 594.0, 598.0, 594.0, 595.0, 591.0, 593.0, 594.0, 593.0, 596.0, 593.0, 595.0, 592.0, 595.0, 593.0, 596.0, 593.0, 596.0, 594.0, 592.0, 595.0, 592.0, 595.0, 593.0, 596.0, 594.0, 598.0, 595.0, 599.0, 597.0, 599.0, 596.0, 596.0, 594.0, 595.0, 592.0, 595.0, 592.0, 594.0, 596.0, 594.0, 600.0, 596.0, 595.0, 592.0, 594.0, 593.0, 596.0, 594.0, 595.0, 593.0, 595.0, 593.0, 597.0, 594.0, 594.0, 593.0, 593.0, 593.0, 595.0, 594.0, 596.0, 593.0, 594.0, 593.0, 595.0, 592.0, 597.0, 592.0, 596.0, 592.0, 594.0, 591.0, 593.0, 590.0, 592.0, 590.0, 592.0, 592.0, 594.0, 592.0, 593.0, 593.0, 595.0, 593.0, 596.0, 594.0, 597.0, 595.0, 597.0, 594.0, 597.0, 594.0, 596.0, 594.0, 597.0, 592.0, 594.0, 592.0, 594.0, 592.0, 594.0, 595.0, 593.0, 596.0, 594.0, 595.0, 594.0, 595.0, 593.0, 595.0, 593.0, 596.0, 594.0, 595.0, 593.0, 594.0, 597.0, 595.0, 597.0, 595.0, 596.0, 594.0, 596.0, 593.0, 597.0, 594.0, 596.0, 596.0, 596.0, 598.0, 596.0, 598.0, 595.0, 597.0, 594.0, 596.0, 597.0, 596.0, 600.0, 596.0, 597.0, 595.0, 594.0, 599.0, 597.0, 596.0, 596.0, 595.0, 595.0, 595.0, 596.0, 596.0, 597.0, 596.0, 600.0, 598.0, 596.0, 598.0, 595.0, 597.0, 593.0, 595.0, 592.0, 594.0, 596.0, 592.0, 594.0, 590.0, 591.0, 587.0, 588.0, 591.0, 587.0, 588.0, 585.0, 587.0, 585.0, 587.0, 588.0, 586.0, 588.0, 585.0, 588.0, 586.0, 587.0, 589.0, 587.0, 588.0, 586.0, 588.0, 587.0, 589.0, 590.0, 589.0, 590.0, 589.0, 590.0, 589.0, 590.0, 592.0, 591.0, 592.0, 592.0, 593.0, 591.0, 593.0, 591.0, 593.0, 592.0, 593.0, 595.0, 592.0, 594.0, 594.0, 597.0, 595.0, 597.0, 596.0, 596.0, 596.0, 596.0, 598.0, 597.0, 598.0, 598.0, 598.0, 602.0, 599.0, 599.0, 597.0, 598.0, 597.0, 600.0, 598.0, 599.0, 600.0, 602.0, 600.0, 598.0, 598.0, 601.0, 601.0, 601.0, 599.0, 598.0, 600.0, 596.0, 599.0, 596.0, 599.0, 596.0, 600.0, 596.0, 600.0, 596.0, 594.0, 594.0, 592.0, 593.0, 593.0, 591.0, 594.0, 592.0, 597.0, 592.0, 594.0, 591.0, 592.0, 590.0, 592.0, 591.0, 592.0, 591.0, 591.0, 590.0, 592.0, 592.0, 592.0, 590.0, 592.0, 592.0, 592.0, 594.0, 592.0, 594.0, 593.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 596.0, 595.0, 595.0, 594.0, 597.0, 595.0, 599.0, 595.0, 598.0, 596.0, 598.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 596.0, 595.0, 596.0, 594.0, 597.0, 594.0, 598.0, 595.0, 598.0, 596.0, 599.0, 595.0, 598.0, 595.0, 597.0, 596.0, 598.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 595.0, 597.0, 594.0, 596.0, 594.0, 597.0, 594.0, 595.0, 593.0, 596.0, 593.0, 596.0, 593.0, 595.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 595.0, 593.0, 593.0, 593.0, 594.0, 594.0, 595.0, 593.0, 594.0, 594.0, 594.0, 596.0, 594.0, 597.0, 595.0, 597.0, 595.0, 598.0, 595.0, 597.0, 595.0, 596.0, 595.0, 598.0, 595.0, 599.0, 595.0, 600.0, 596.0, 597.0, 595.0, 595.0, 595.0, 595.0, 596.0, 597.0, 596.0, 594.0, 595.0, 594.0, 596.0, 594.0, 597.0, 594.0, 596.0, 594.0, 596.0, 595.0, 596.0, 595.0, 597.0, 595.0, 596.0, 595.0, 598.0, 595.0, 597.0, 595.0, 597.0, 595.0, 598.0, 596.0, 594.0, 596.0, 594.0, 597.0, 594.0, 597.0, 594.0, 595.0, 594.0, 595.0, 593.0, 596.0, 592.0, 595.0, 591.0, 593.0, 591.0, 593.0, 591.0, 593.0, 592.0, 593.0, 591.0, 593.0, 593.0, 592.0, 594.0, 593.0, 592.0, 593.0, 594.0, 597.0, 594.0, 595.0, 594.0, 593.0, 596.0, 594.0, 594.0, 595.0, 594.0, 598.0, 595.0, 598.0, 594.0, 596.0, 592.0, 595.0, 591.0, 594.0, 591.0, 593.0, 593.0, 590.0, 592.0, 587.0, 590.0, 586.0, 587.0, 586.0, 586.0, 588.0, 586.0, 588.0, 585.0, 587.0, 584.0, 585.0, 584.0, 586.0, 586.0, 586.0, 588.0, 586.0, 588.0, 586.0, 588.0, 588.0, 591.0, 592.0, 592.0, 591.0, 593.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 595.0, 595.0, 597.0, 594.0, 595.0, 595.0, 595.0, 595.0, 596.0, 595.0, 599.0, 594.0, 596.0, 594.0, 594.0, 594.0, 594.0, 593.0, 594.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 592.0, 592.0, 592.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 594.0, 594.0, 597.0, 597.0, 596.0, 599.0, 595.0, 596.0, 596.0, 599.0, 597.0, 597.0, 599.0, 599.0, 601.0, 599.0, 599.0, 601.0, 599.0, 602.0, 601.0, 599.0, 602.0, 599.0, 604.0, 601.0, 601.0, 599.0, 597.0, 601.0, 597.0, 601.0, 598.0, 601.0, 599.0, 598.0, 597.0, 597.0, 597.0, 598.0, 595.0, 596.0, 594.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 593.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 597.0, 594.0, 596.0, 594.0, 595.0, 594.0, 595.0, 595.0, 595.0, 594.0, 594.0, 595.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 596.0, 595.0, 597.0, 596.0, 596.0, 595.0, 596.0, 596.0, 596.0, 597.0, 596.0, 596.0, 596.0, 597.0, 597.0, 597.0, 597.0, 597.0, 598.0, 597.0, 599.0, 597.0, 598.0, 597.0, 600.0, 598.0, 600.0, 597.0, 598.0, 597.0, 598.0, 598.0, 598.0, 598.0, 599.0, 599.0, 600.0, 597.0, 599.0, 596.0, 598.0, 595.0, 597.0, 595.0, 595.0, 595.0, 600.0, 597.0, 600.0, 598.0, 596.0, 595.0, 595.0, 599.0, 595.0, 599.0, 598.0, 596.0, 595.0, 595.0, 598.0, 595.0, 598.0, 595.0, 597.0, 595.0, 597.0, 596.0, 597.0, 597.0, 598.0, 597.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.012344671654197836</td></tr>
<tr><td colspan=3>aqi</td><td>0.08025059376558602</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.61265827388518</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.271125703227953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1246621829866874</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3684.7708</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09395087634361657</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9068994181213634</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6583271318352875</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6216033011324704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6644818455647115</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6888962488086796</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134788</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.013922016136348248</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016644781455397606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1203</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.484856141405536</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.2019</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4293</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.3593</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>31.4338</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7362</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>31.2998</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>215.4254</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>49.7226</td></tr>
<tr><td colspan=3>tsnr</td><td>24.65356961649377</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>