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

616 lines
No EOL
130 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-0077_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-03/func/sub-0077_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c1d6dbb987dc7687e7730722c5b301cb</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>20:01:49.612500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99957, 0.0282901, -0.00775691, -0.0280951, 0.999312, 0.0241934]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0794982</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7718, -7207, 784, -28, -48, -70, 10]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20cf2ea6-f478-4151-9162-f3be0ced3ce5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681772232055664, -0.07537705451250076, -0.022777225822210312, 118.11166381835938], [-0.07590029388666153, 2.681082248687744, 0.06470552831888199, -88.13500213623047], [-0.02081122249364853, -0.06490899622440338, 2.6991283893585205, -51.30459976196289], [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, 1157]</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], 'AcquisitionTime': ['200149.612500', '200150.072500', '200150.532500', '200150.992500', '200151.452500', '200151.912500', '200152.372500', '200152.832500', '200153.292500', '200153.752500', '200154.212500', '200154.672500', '200155.132500', '200155.592500', '200156.052500', '200156.512500', '200156.972500', '200157.432500', '200157.892500', '200158.352500', '200158.812500', '200159.272500', '200159.732500', '200200.192500', '200200.652500', '200201.112500', '200201.572500', '200202.032500', '200202.492500', '200202.952500', '200203.412500', '200203.872500', '200204.332500', '200204.792500', '200205.252500', '200205.712500', '200206.172500', '200206.632500', '200207.092500', '200207.552500', '200208.012500', '200208.472500', '200208.932500', '200209.392500', '200209.852500', '200210.312500', '200210.772500', '200211.232500', '200211.692500', '200212.152500', '200212.612500', '200213.072500', '200213.532500', '200213.992500', '200214.452500', '200214.912500', '200215.372500', '200215.832500', '200216.292500', '200216.752500', '200217.212500', '200217.672500', '200218.132500', '200218.592500', '200219.052500', '200219.512500', '200219.972500', '200220.432500', '200220.892500', '200221.352500', '200221.812500', '200222.272500', '200222.732500', '200223.192500', '200223.652500', '200224.112500', '200224.572500', '200225.032500', '200225.492500', '200225.952500', '200226.412500', '200226.872500', '200227.332500', '200227.792500', '200228.252500', '200228.712500', '200229.172500', '200229.632500', '200230.092500', '200230.552500', '200231.012500', '200231.472500', '200231.932500', '200232.392500', '200232.852500', '200233.312500', '200233.772500', '200234.232500', '200234.692500', '200235.152500', '200235.612500', '200236.072500', '200236.532500', '200236.992500', '200237.452500', '200237.912500', '200238.372500', '200238.832500', '200239.292500', '200239.752500', '200240.212500', '200240.672500', '200241.132500', '200241.592500', '200242.052500', '200242.512500', '200242.972500', '200243.432500', '200243.892500', '200244.352500', '200244.812500', '200245.272500', '200245.732500', '200246.192500', '200246.652500', '200247.112500', '200247.572500', '200248.032500', '200248.492500', '200248.952500', '200249.412500', '200249.872500', '200250.332500', '200250.792500', '200251.252500', '200251.712500', '200252.172500', '200252.632500', '200253.092500', '200253.552500', '200254.012500', '200254.472500', '200254.932500', '200255.392500', '200255.852500', '200256.312500', '200256.772500', '200257.232500', '200257.692500', '200258.152500', '200258.612500', '200259.072500', '200259.532500', '200259.992500', '200300.452500', '200300.912500', '200301.372500', '200301.832500', '200302.292500', '200302.752500', '200303.212500', '200303.672500', '200304.132500', '200304.592500', '200305.052500', '200305.512500', '200305.972500', '200306.432500', '200306.892500', '200307.352500', '200307.812500', '200308.272500', '200308.732500', '200309.192500', '200309.652500', '200310.112500', '200310.572500', '200311.032500', '200311.492500', '200311.952500', '200312.412500', '200312.872500', '200313.332500', '200313.792500', '200314.252500', '200314.712500', '200315.172500', '200315.632500', '200316.092500', '200316.552500', '200317.012500', '200317.472500', '200317.932500', '200318.392500', '200318.852500', '200319.312500', '200319.772500', '200320.232500', '200320.692500', '200321.152500', '200321.612500', '200322.072500', '200322.532500', '200322.992500', '200323.452500', '200323.912500', '200324.372500', '200324.832500', '200325.292500', '200325.752500', '200326.212500', '200326.672500', '200327.132500', '200327.592500', '200328.052500', '200328.512500', '200328.972500', '200329.432500', '200329.892500', '200330.352500', '200330.812500', '200331.272500', '200331.732500', '200332.192500', '200332.652500', '200333.112500', '200333.572500', '200334.032500', '200334.492500', '200334.952500', '200335.412500', '200335.872500', '200336.332500', '200336.792500', '200337.252500', '200337.712500', '200338.172500', '200338.632500', '200339.092500', '200339.552500', '200340.012500', '200340.472500', '200340.932500', '200341.392500', '200341.852500', '200342.312500', '200342.772500', '200343.232500', '200343.692500', '200344.152500', '200344.612500', '200345.072500', '200345.532500', '200345.992500', '200346.452500', '200346.912500', '200347.372500', '200347.832500', '200348.292500', '200348.752500', '200349.212500', '200349.672500', '200350.132500', '200350.592500', '200351.052500', '200351.512500', '200351.972500', '200352.432500', '200352.892500', '200353.352500', '200353.812500', '200354.272500', '200354.732500', '200355.192500', '200355.652500', '200356.112500', '200356.572500', '200357.032500', '200357.492500', '200357.952500', '200358.412500', '200358.872500', '200359.332500', '200359.792500', '200400.252500', '200400.712500', '200401.172500', '200401.632500', '200402.092500', '200402.552500', '200403.012500', '200403.472500', '200403.932500', '200404.392500', '200404.852500', '200405.312500', '200405.772500', '200406.232500', '200406.692500', '200407.152500', '200407.612500', '200408.072500', '200408.532500', '200408.992500', '200409.452500', '200409.912500', '200410.372500', '200410.832500', '200411.292500', '200411.752500', '200412.212500', '200412.672500', '200413.132500', '200413.592500', '200414.052500', '200414.512500', '200414.972500', '200415.432500', '200415.892500', '200416.352500', '200416.812500', '200417.272500', '200417.732500', '200418.192500', '200418.652500', '200419.112500', '200419.572500', '200420.032500', '200420.492500', '200420.952500', '200421.412500', '200421.872500', '200422.332500', '200422.792500', '200423.252500', '200423.712500', '200424.172500', '200424.632500', '200425.092500', '200425.552500', '200426.012500', '200426.472500', '200426.932500', '200427.392500', '200427.852500', '200428.312500', '200428.772500', '200429.232500', '200429.692500', '200430.152500', '200430.612500', '200431.072500', '200431.532500', '200431.992500', '200432.452500', '200432.912500', '200433.372500', '200433.832500', '200434.292500', '200434.752500', '200435.212500', '200435.672500', '200436.132500', '200436.592500', '200437.052500', '200437.512500', '200437.972500', '200438.432500', '200438.892500', '200439.352500', '200439.812500', '200440.272500', '200440.732500', '200441.192500', '200441.652500', '200442.112500', '200442.572500', '200443.032500', '200443.492500', '200443.952500', '200444.412500', '200444.872500', '200445.332500', '200445.792500', '200446.252500', '200446.712500', '200447.172500', '200447.632500', '200448.092500', '200448.552500', '200449.012500', '200449.472500', '200449.932500', '200450.392500', '200450.852500', '200451.312500', '200451.772500', '200452.232500', '200452.692500', '200453.152500', '200453.612500', '200454.072500', '200454.532500', '200454.992500', '200455.452500', '200455.912500', '200456.372500', '200456.832500', '200457.292500', '200457.752500', '200458.212500', '200458.672500', '200459.132500', '200459.592500', '200500.052500', '200500.512500', '200500.972500', '200501.432500', '200501.892500', '200502.352500', '200502.812500', '200503.272500', '200503.732500', '200504.192500', '200504.652500', '200505.112500', '200505.572500', '200506.032500', '200506.492500', '200506.952500', '200507.412500', '200507.872500', '200508.332500', '200508.792500', '200509.252500', '200509.712500', '200510.172500', '200510.632500', '200511.092500', '200511.552500', '200512.012500', '200512.472500', '200512.932500', '200513.392500', '200513.852500', '200514.312500', '200514.772500', '200515.232500', '200515.692500', '200516.152500', '200516.612500', '200517.072500', '200517.532500', '200517.992500', '200518.452500', '200518.912500', '200519.372500', '200519.832500', '200520.292500', '200520.752500', '200521.212500', '200521.672500', '200522.132500', '200522.592500', '200523.052500', '200523.512500', '200523.972500', '200524.432500', '200524.892500', '200525.352500', '200525.812500', '200526.272500', '200526.732500', '200527.192500', '200527.652500', '200528.112500', '200528.572500', '200529.032500', '200529.492500', '200529.952500', '200530.412500', '200530.872500', '200531.332500', '200531.792500', '200532.252500', '200532.712500', '200533.172500', '200533.632500', '200534.092500', '200534.552500', '200535.012500', '200535.472500', '200535.932500', '200536.392500', '200536.852500', '200537.312500', '200537.772500', '200538.232500', '200538.692500', '200539.152500', '200539.612500', '200540.072500', '200540.532500', '200540.992500', '200541.452500', '200541.912500', '200542.372500', '200542.832500', '200543.292500', '200543.752500', '200544.212500', '200544.672500', '200545.132500', '200545.592500', '200546.052500', '200546.512500', '200546.972500', '200547.432500', '200547.892500', '200548.352500', '200548.812500', '200549.272500', '200549.732500', '200550.192500', '200550.652500', '200551.112500', '200551.572500', '200552.032500', '200552.492500', '200552.952500', '200553.412500', '200553.872500', '200554.332500', '200554.792500', '200555.252500', '200555.712500', '200556.172500', '200556.632500', '200557.092500', '200557.552500', '200558.012500', '200558.472500', '200558.932500', '200559.392500', '200559.852500', '200600.312500', '200600.772500', '200601.232500', '200601.692500', '200602.152500', '200602.612500', '200603.072500', '200603.532500', '200603.992500', '200604.452500', '200604.912500', '200605.372500', '200605.832500', '200606.292500', '200606.752500', '200607.212500', '200607.672500', '200608.132500', '200608.592500', '200609.052500', '200609.512500', '200609.972500', '200610.432500', '200610.892500', '200611.352500', '200611.812500', '200612.272500', '200612.732500', '200613.192500', '200613.652500', '200614.112500', '200614.572500', '200615.032500', '200615.492500', '200615.952500', '200616.412500', '200616.872500', '200617.332500', '200617.792500', '200618.252500', '200618.712500', '200619.172500', '200619.632500', '200620.092500', '200620.552500', '200621.012500', '200621.472500', '200621.932500', '200622.392500', '200622.852500', '200623.312500', '200623.772500', '200624.232500', '200624.692500', '200625.152500', '200625.612500', '200626.072500', '200626.532500', '200626.992500', '200627.452500', '200627.912500', '200628.372500', '200628.832500', '200629.292500', '200629.752500', '200630.212500', '200630.672500', '200631.132500', '200631.592500', '200632.052500', '200632.512500', '200632.972500', '200633.432500', '200633.892500', '200634.352500', '200634.812500', '200635.272500', '200635.732500', '200636.192500', '200636.652500', '200637.112500', '200637.572500', '200638.032500', '200638.492500', '200638.952500', '200639.412500', '200639.872500', '200640.332500', '200640.792500', '200641.252500', '200641.712500', '200642.172500', '200642.632500', '200643.092500', '200643.552500', '200644.012500', '200644.472500', '200644.932500', '200645.392500', '200645.852500', '200646.312500', '200646.772500', '200647.232500', '200647.692500', '200648.152500', '200648.612500', '200649.072500', '200649.532500', '200649.992500', '200650.452500', '200650.912500', '200651.372500', '200651.832500', '200652.292500', '200652.752500', '200653.212500', '200653.672500', '200654.132500', '200654.592500', '200655.052500', '200655.512500', '200655.972500', '200656.432500', '200656.892500', '200657.352500', '200657.812500', '200658.272500', '200658.732500', '200659.192500', '200659.652500', '200700.112500', '200700.572500', '200701.032500', '200701.492500', '200701.952500', '200702.412500', '200702.872500', '200703.332500', '200703.792500', '200704.252500', '200704.712500', '200705.172500', '200705.632500', '200706.092500', '200706.552500', '200707.012500', '200707.472500', '200707.932500', '200708.392500', '200708.852500', '200709.312500', '200709.772500', '200710.232500', '200710.692500', '200711.152500', '200711.612500', '200712.072500', '200712.532500', '200712.992500', '200713.452500', '200713.912500', '200714.372500', '200714.832500', '200715.292500', '200715.752500', '200716.212500', '200716.672500', '200717.132500', '200717.592500', '200718.052500', '200718.512500', '200718.972500', '200719.432500', '200719.892500', '200720.352500', '200720.812500', '200721.272500', '200721.732500', '200722.192500', '200722.652500', '200723.112500', '200723.572500', '200724.032500', '200724.492500', '200724.952500', '200725.412500', '200725.872500', '200726.332500', '200726.792500', '200727.252500', '200727.712500', '200728.172500', '200728.632500', '200729.092500', '200729.552500', '200730.012500', '200730.472500', '200730.932500', '200731.392500', '200731.852500', '200732.312500', '200732.772500', '200733.232500', '200733.692500', '200734.152500', '200734.612500', '200735.072500', '200735.532500', '200735.992500', '200736.452500', '200736.912500', '200737.372500', '200737.832500', '200738.292500', '200738.752500', '200739.212500', '200739.672500', '200740.132500', '200740.592500', '200741.052500', '200741.512500', '200741.972500', '200742.432500', '200742.892500', '200743.352500', '200743.812500', '200744.272500', '200744.732500', '200745.192500', '200745.652500', '200746.112500', '200746.572500', '200747.032500', '200747.492500', '200747.952500', '200748.412500', '200748.872500', '200749.332500', '200749.792500', '200750.252500', '200750.712500', '200751.172500', '200751.632500', '200752.092500', '200752.552500', '200753.012500', '200753.472500', '200753.932500', '200754.392500', '200754.852500', '200755.312500', '200755.772500', '200756.232500', '200756.692500', '200757.152500', '200757.612500', '200758.072500', '200758.532500', '200758.992500', '200759.452500', '200759.912500', '200800.372500', '200800.832500', '200801.292500', '200801.752500', '200802.212500', '200802.672500', '200803.132500', '200803.592500', '200804.052500', '200804.512500', '200804.972500', '200805.432500', '200805.892500', '200806.352500', '200806.812500', '200807.272500', '200807.732500', '200808.192500', '200808.652500', '200809.112500', '200809.572500', '200810.032500', '200810.492500', '200810.952500', '200811.412500', '200811.872500', '200812.332500', '200812.792500', '200813.252500', '200813.712500', '200814.172500', '200814.632500', '200815.092500', '200815.552500', '200816.012500', '200816.472500', '200816.932500', '200817.392500', '200817.852500', '200818.312500', '200818.772500', '200819.232500', '200819.692500', '200820.152500', '200820.612500', '200821.072500', '200821.532500', '200821.992500', '200822.452500', '200822.912500', '200823.372500', '200823.832500', '200824.292500', '200824.752500', '200825.212500', '200825.672500', '200826.132500', '200826.592500', '200827.052500', '200827.512500', '200827.972500', '200828.432500', '200828.892500', '200829.352500', '200829.812500', '200830.272500', '200830.732500', '200831.192500', '200831.652500', '200832.112500', '200832.572500', '200833.032500', '200833.492500', '200833.952500', '200834.412500', '200834.872500', '200835.332500', '200835.792500', '200836.252500', '200836.712500', '200837.172500', '200837.632500', '200838.092500', '200838.552500', '200839.012500', '200839.472500', '200839.932500', '200840.392500', '200840.852500', '200841.312500', '200841.772500', '200842.232500', '200842.692500', '200843.152500', '200843.612500', '200844.072500', '200844.532500', '200844.992500', '200845.452500', '200845.912500', '200846.372500', '200846.832500', '200847.292500', '200847.752500', '200848.212500', '200848.672500', '200849.132500', '200849.592500', '200850.052500', '200850.512500', '200850.972500', '200851.432500', '200851.892500', '200852.352500', '200852.812500', '200853.272500', '200853.732500', '200854.192500', '200854.652500', '200855.112500', '200855.572500', '200856.032500', '200856.492500', '200856.952500', '200857.412500', '200857.872500', '200858.332500', '200858.792500', '200859.252500', '200859.712500', '200900.172500', '200900.632500', '200901.092500', '200901.552500', '200902.012500', '200902.472500', '200902.932500', '200903.392500', '200903.852500', '200904.312500', '200904.772500', '200905.232500', '200905.692500', '200906.152500', '200906.612500', '200907.072500', '200907.532500', '200907.992500', '200908.452500', '200908.912500', '200909.372500', '200909.832500', '200910.292500', '200910.752500', '200911.212500', '200911.672500', '200912.132500', '200912.592500', '200913.052500', '200913.512500', '200913.972500', '200914.432500', '200914.892500', '200915.352500', '200915.812500', '200916.272500', '200916.732500', '200917.192500', '200917.652500', '200918.112500', '200918.572500', '200919.032500', '200919.492500', '200919.952500', '200920.412500', '200920.872500', '200921.332500', '200921.792500', '200922.252500', '200922.712500', '200923.172500', '200923.632500', '200924.092500', '200924.552500', '200925.012500', '200925.472500', '200925.932500', '200926.392500', '200926.852500', '200927.312500', '200927.772500', '200928.232500', '200928.692500', '200929.152500', '200929.612500', '200930.072500', '200930.532500', '200930.992500', '200931.452500', '200931.912500', '200932.372500', '200932.832500', '200933.292500', '200933.752500', '200934.212500', '200934.672500', '200935.132500', '200935.592500', '200936.052500', '200936.512500', '200936.972500', '200937.432500', '200937.892500', '200938.352500', '200938.812500', '200939.272500', '200939.732500', '200940.192500', '200940.652500', '200941.112500', '200941.572500', '200942.032500', '200942.492500', '200942.952500', '200943.412500', '200943.872500', '200944.332500', '200944.792500', '200945.252500', '200945.712500', '200946.172500', '200946.632500', '200947.092500', '200947.552500', '200948.012500', '200948.472500', '200948.932500', '200949.392500', '200949.852500', '200950.312500', '200950.772500', '200951.232500', '200951.692500', '200952.152500', '200952.612500', '200953.072500', '200953.532500', '200953.992500', '200954.452500', '200954.912500', '200955.372500', '200955.832500', '200956.292500', '200956.752500', '200957.212500', '200957.672500', '200958.132500', '200958.592500', '200959.052500', '200959.512500', '200959.972500', '201000.432500', '201000.892500', '201001.352500', '201001.812500', '201002.272500', '201002.732500', '201003.192500', '201003.652500', '201004.112500', '201004.572500', '201005.032500', '201005.492500', '201005.952500', '201006.412500', '201006.872500', '201007.332500', '201007.792500', '201008.252500', '201008.712500', '201009.172500', '201009.632500', '201010.092500', '201010.552500', '201011.012500', '201011.472500', '201011.932500', '201012.392500', '201012.852500', '201013.312500', '201013.772500', '201014.232500', '201014.692500', '201015.152500', '201015.612500', '201016.072500', '201016.532500', '201016.992500', '201017.452500', '201017.912500', '201018.372500', '201018.832500', '201019.292500', '201019.752500', '201020.212500', '201020.672500', '201021.132500', '201021.592500', '201022.052500', '201022.512500', '201022.972500', '201023.432500', '201023.892500', '201024.352500', '201024.812500', '201025.272500', '201025.732500', '201026.192500', '201026.652500', '201027.112500', '201027.572500', '201028.032500', '201028.492500', '201028.952500', '201029.412500', '201029.872500', '201030.332500', '201030.792500', '201031.252500', '201031.712500', '201032.172500', '201032.632500', '201033.092500', '201033.552500', '201034.012500', '201034.472500', '201034.932500', '201035.392500', '201035.852500', '201036.312500', '201036.772500', '201037.232500', '201037.692500', '201038.152500', '201038.612500', '201039.072500', '201039.532500', '201039.992500', '201040.452500', '201040.912500', '201041.372500'], 'ContentTime': ['200206.764000', '200206.767000', '200206.770000', '200206.772000', '200206.775000', '200206.777000', '200206.780000', '200206.783000', '200206.785000', '200206.788000', '200206.790000', '200206.793000', '200206.796000', '200206.798000', '200206.801000', '200206.804000', '200206.806000', '200206.814000', '200206.817000', '200206.820000', '200206.822000', '200206.825000', '200206.827000', '200206.830000', '200206.832000', '200206.835000', '200206.838000', '200206.844000', '200206.846000', '200206.849000', '200206.852000', '200206.854000', '200206.857000', '200206.860000', '200226.726000', '200226.729000', '200226.732000', '200226.734000', '200226.737000', '200226.740000', '200226.742000', '200226.745000', '200226.747000', '200226.750000', '200226.752000', '200226.755000', '200226.757000', '200226.760000', '200226.763000', '200226.765000', '200226.768000', '200226.771000', '200226.773000', '200226.776000', '200226.778000', '200226.781000', '200226.784000', '200226.786000', '200226.789000', '200226.791000', '200226.794000', '200226.797000', '200226.799000', '200226.802000', '200226.804000', '200226.807000', '200226.809000', '200226.812000', '200226.815000', '200226.817000', '200226.820000', '200226.823000', '200226.825000', '200226.828000', '200226.830000', '200226.833000', '200226.836000', '200226.838000', '200246.726000', '200246.729000', '200246.732000', '200246.734000', '200246.737000', '200246.740000', '200246.742000', '200246.745000', '200246.748000', '200246.750000', '200246.753000', '200246.756000', '200246.758000', '200246.761000', '200246.763000', '200246.766000', '200246.768000', '200246.771000', '200246.774000', '200246.778000', '200246.780000', '200246.785000', '200246.788000', '200246.790000', '200246.793000', '200246.795000', '200246.798000', '200246.801000', '200246.803000', '200246.806000', '200246.808000', '200246.811000', '200246.814000', '200246.816000', '200246.819000', '200246.822000', '200246.824000', '200246.827000', '200246.830000', '200246.832000', '200246.835000', '200246.837000', '200246.840000', '200306.726000', '200306.729000', '200306.732000', '200306.734000', '200306.737000', '200306.740000', '200306.742000', '200306.745000', '200306.748000', '200306.750000', '200306.753000', '200306.756000', '200306.758000', '200306.761000', '200306.763000', '200306.766000', '200306.769000', '200306.771000', '200306.774000', '200306.777000', '200306.779000', '200306.782000', '200306.784000', '200306.787000', '200306.790000', '200306.792000', '200306.795000', '200306.797000', '200306.800000', '200306.802000', '200306.805000', '200306.808000', '200306.810000', '200306.813000', '200306.816000', '200306.818000', '200306.821000', '200306.823000', '200306.826000', '200306.829000', '200306.831000', '200306.834000', '200306.836000', '200306.839000', '200326.726000', '200326.729000', '200326.732000', '200326.735000', '200326.737000', '200326.740000', '200326.742000', '200326.745000', '200326.748000', '200326.750000', '200326.753000', '200326.755000', '200326.758000', '200326.760000', '200326.763000', '200326.766000', '200326.768000', '200326.771000', '200326.774000', '200326.777000', '200326.780000', '200326.783000', '200326.785000', '200326.788000', '200326.791000', '200326.793000', '200326.796000', '200326.798000', '200326.801000', '200326.804000', '200326.806000', '200326.809000', '200326.812000', '200326.814000', '200326.817000', '200326.819000', '200326.822000', '200326.825000', '200326.827000', '200326.830000', '200326.832000', '200326.835000', '200326.838000', '200346.726000', '200346.729000', '200346.732000', '200346.735000', '200346.737000', '200346.740000', '200346.742000', '200346.745000', '200346.747000', '200346.750000', '200346.753000', '200346.755000', '200346.758000', '200346.760000', '200346.763000', '200346.766000', '200346.768000', '200346.771000', '200346.789000', '200346.791000', '200346.794000', '200346.796000', '200346.799000', '200346.801000', '200346.804000', '200346.807000', '200346.809000', '200346.812000', '200346.815000', '200346.817000', '200346.820000', '200346.822000', '200346.825000', '200346.828000', '200346.830000', '200346.833000', '200346.835000', '200346.838000', '200346.841000', '200346.843000', '200346.846000', '200346.848000', '200346.851000', '200346.854000', '200406.726000', '200406.729000', '200406.732000', '200406.735000', '200406.737000', '200406.740000', '200406.742000', '200406.745000', '200406.747000', '200406.750000', '200406.753000', '200406.755000', '200406.758000', '200406.760000', '200406.763000', '200406.766000', '200406.769000', '200406.771000', '200406.774000', '200406.776000', '200406.779000', '200406.782000', '200406.784000', '200406.787000', '200406.789000', '200406.792000', '200406.795000', '200406.798000', '200406.801000', '200406.804000', '200406.806000', '200406.809000', '200406.812000', '200406.815000', '200406.818000', '200406.820000', '200406.823000', '200406.826000', '200406.828000', '200406.831000', '200406.833000', '200406.836000', '200406.839000', '200426.725000', '200426.728000', '200426.731000', '200426.734000', '200426.736000', '200426.739000', '200426.741000', '200426.744000', '200426.746000', '200426.749000', '200426.752000', '200426.754000', '200426.757000', '200426.759000', '200426.762000', '200426.765000', '200426.767000', '200426.770000', '200426.773000', '200426.775000', '200426.778000', '200426.780000', '200426.783000', '200426.785000', '200426.788000', '200426.791000', '200426.793000', '200426.796000', '200426.798000', '200426.801000', '200426.804000', '200426.806000', '200426.809000', '200426.812000', '200426.814000', '200426.817000', '200426.819000', '200426.822000', '200426.825000', '200426.827000', '200426.830000', '200426.832000', '200426.835000', '200426.838000', '200446.727000', '200446.729000', '200446.732000', '200446.735000', '200446.737000', '200446.740000', '200446.743000', '200446.745000', '200446.748000', '200446.750000', '200446.753000', '200446.756000', '200446.758000', '200446.761000', '200446.763000', '200446.766000', '200446.769000', '200446.771000', '200446.774000', '200446.776000', '200446.779000', '200446.782000', '200446.784000', '200446.787000', '200446.789000', '200446.792000', '200446.795000', '200446.797000', '200446.800000', '200446.803000', '200446.805000', '200446.808000', '200446.811000', '200446.813000', '200446.816000', '200446.818000', '200446.821000', '200446.824000', '200446.826000', '200446.829000', '200446.832000', '200446.834000', '200446.837000', '200506.726000', '200506.729000', '200506.732000', '200506.734000', '200506.737000', '200506.740000', '200506.742000', '200506.745000', '200506.747000', '200506.750000', '200506.753000', '200506.755000', '200506.758000', '200506.760000', '200506.763000', '200506.766000', '200506.768000', '200506.771000', '200506.773000', '200506.776000', '200506.779000', '200506.781000', '200506.784000', '200506.787000', '200506.789000', '200506.792000', '200506.794000', '200506.797000', '200506.800000', '200506.802000', '200506.805000', '200506.807000', '200506.810000', '200506.813000', '200506.815000', '200506.818000', '200506.820000', '200506.823000', '200506.826000', '200506.828000', '200506.831000', '200506.833000', '200506.836000', '200506.851000', '200526.726000', '200526.729000', '200526.732000', '200526.735000', '200526.737000', '200526.740000', '200526.743000', '200526.745000', '200526.748000', '200526.751000', '200526.753000', '200526.756000', '200526.758000', '200526.761000', '200526.764000', '200526.766000', '200526.769000', '200526.772000', '200526.774000', '200526.777000', '200526.779000', '200526.782000', '200526.784000', '200526.787000', '200526.790000', '200526.792000', '200526.795000', '200526.798000', '200526.800000', '200526.803000', '200526.806000', '200526.808000', '200526.811000', '200526.813000', '200526.816000', '200526.818000', '200526.821000', '200526.824000', '200526.826000', '200526.829000', '200526.833000', '200526.836000', '200526.839000', '200546.727000', '200546.729000', '200546.732000', '200546.735000', '200546.737000', '200546.740000', '200546.743000', '200546.745000', '200546.748000', '200546.750000', '200546.753000', '200546.755000', '200546.758000', '200546.761000', '200546.763000', '200546.766000', '200546.769000', '200546.771000', '200546.774000', '200546.777000', '200546.779000', '200546.782000', '200546.784000', '200546.787000', '200546.790000', '200546.792000', '200546.795000', '200546.798000', '200546.800000', '200546.803000', '200546.806000', '200546.808000', '200546.811000', '200546.814000', '200546.816000', '200546.819000', '200546.821000', '200546.824000', '200546.827000', '200546.829000', '200546.832000', '200546.834000', '200546.837000', '200546.840000', '200606.727000', '200606.730000', '200606.732000', '200606.735000', '200606.737000', '200606.740000', '200606.743000', '200606.745000', '200606.748000', '200606.750000', '200606.753000', '200606.756000', '200606.758000', '200606.761000', '200606.764000', '200606.766000', '200606.769000', '200606.771000', '200606.774000', '200606.777000', '200606.779000', '200606.782000', '200606.784000', '200606.787000', '200606.789000', '200606.792000', '200606.795000', '200606.798000', '200606.800000', '200606.803000', '200606.806000', '200606.808000', '200606.811000', '200606.814000', '200606.816000', '200606.819000', '200606.821000', '200606.824000', '200606.827000', '200606.829000', '200606.832000', '200606.834000', '200606.837000', '200626.726000', '200626.729000', '200626.732000', '200626.735000', '200626.737000', '200626.740000', '200626.743000', '200626.745000', '200626.748000', '200626.750000', '200626.753000', '200626.756000', '200626.758000', '200626.761000', '200626.764000', '200626.766000', '200626.769000', '200626.771000', '200626.774000', '200626.777000', '200626.779000', '200626.782000', '200626.785000', '200626.787000', '200626.790000', '200626.792000', '200626.795000', '200626.798000', '200626.800000', '200626.803000', '200626.806000', '200626.808000', '200626.811000', '200626.814000', '200626.816000', '200626.819000', '200626.821000', '200626.824000', '200626.827000', '200626.829000', '200626.832000', '200626.835000', '200626.837000', '200626.840000', '200646.725000', '200646.728000', '200646.731000', '200646.734000', '200646.736000', '200646.739000', '200646.741000', '200646.744000', '200646.747000', '200646.749000', '200646.752000', '200646.755000', '200646.757000', '200646.760000', '200646.762000', '200646.765000', '200646.768000', '200646.770000', '200646.773000', '200646.776000', '200646.778000', '200646.781000', '200646.783000', '200646.794000', '200646.796000', '200646.799000', '200646.801000', '200646.804000', '200646.807000', '200646.809000', '200646.812000', '200646.815000', '200646.817000', '200646.820000', '200646.822000', '200646.825000', '200646.828000', '200646.830000', '200646.833000', '200646.836000', '200646.838000', '200646.841000', '200646.843000', '200706.727000', '200706.730000', '200706.732000', '200706.735000', '200706.737000', '200706.740000', '200706.743000', '200706.745000', '200706.748000', '200706.751000', '200706.753000', '200706.756000', '200706.758000', '200706.761000', '200706.764000', '200706.766000', '200706.769000', '200706.771000', '200706.774000', '200706.777000', '200706.779000', '200706.782000', '200706.784000', '200706.787000', '200706.790000', '200706.792000', '200706.795000', '200706.797000', '200706.800000', '200706.803000', '200706.805000', '200706.808000', '200706.810000', '200706.813000', '200706.816000', '200706.818000', '200706.821000', '200706.824000', '200706.826000', '200706.829000', '200706.831000', '200706.834000', '200706.837000', '200706.839000', '200726.727000', '200726.729000', '200726.732000', '200726.735000', '200726.737000', '200726.740000', '200726.743000', '200726.745000', '200726.748000', '200726.751000', '200726.753000', '200726.756000', '200726.759000', '200726.761000', '200726.764000', '200726.767000', '200726.771000', '200726.774000', '200726.776000', '200726.779000', '200726.781000', '200726.784000', '200726.787000', '200726.789000', '200726.792000', '200726.795000', '200726.797000', '200726.800000', '200726.802000', '200726.805000', '200726.808000', '200726.810000', '200726.813000', '200726.815000', '200726.818000', '200726.821000', '200726.823000', '200726.826000', '200726.829000', '200726.831000', '200726.834000', '200726.837000', '200726.839000', '200746.726000', '200746.729000', '200746.732000', '200746.735000', '200746.737000', '200746.740000', '200746.743000', '200746.745000', '200746.748000', '200746.751000', '200746.753000', '200746.756000', '200746.758000', '200746.761000', '200746.764000', '200746.766000', '200746.769000', '200746.772000', '200746.774000', '200746.777000', '200746.780000', '200746.782000', '200746.785000', '200746.788000', '200746.790000', '200746.793000', '200746.795000', '200746.798000', '200746.801000', '200746.803000', '200746.806000', '200746.809000', '200746.811000', '200746.814000', '200746.816000', '200746.819000', '200746.822000', '200746.824000', '200746.827000', '200746.830000', '200746.832000', '200746.835000', '200746.837000', '200746.840000', '200806.727000', '200806.730000', '200806.732000', '200806.735000', '200806.737000', '200806.740000', '200806.743000', '200806.745000', '200806.748000', '200806.751000', '200806.753000', '200806.756000', '200806.759000', '200806.761000', '200806.764000', '200806.766000', '200806.769000', '200806.771000', '200806.774000', '200806.777000', '200806.779000', '200806.782000', '200806.785000', '200806.787000', '200806.790000', '200806.792000', '200806.795000', '200806.798000', '200806.800000', '200806.803000', '200806.805000', '200806.808000', '200806.811000', '200806.813000', '200806.823000', '200806.826000', '200806.828000', '200806.831000', '200806.834000', '200806.836000', '200806.839000', '200806.842000', '200806.844000', '200826.727000', '200826.729000', '200826.732000', '200826.735000', '200826.737000', '200826.740000', '200826.743000', '200826.745000', '200826.748000', '200826.750000', '200826.753000', '200826.756000', '200826.758000', '200826.761000', '200826.763000', '200826.766000', '200826.769000', '200826.771000', '200826.774000', '200826.776000', '200826.779000', '200826.782000', '200826.784000', '200826.787000', '200826.789000', '200826.792000', '200826.795000', '200826.798000', '200826.800000', '200826.803000', '200826.806000', '200826.808000', '200826.811000', '200826.814000', '200826.816000', '200826.819000', '200826.822000', '200826.824000', '200826.827000', '200826.829000', '200826.832000', '200826.835000', '200826.837000', '200826.840000', '200846.727000', '200846.729000', '200846.732000', '200846.735000', '200846.737000', '200846.740000', '200846.743000', '200846.745000', '200846.748000', '200846.751000', '200846.753000', '200846.756000', '200846.758000', '200846.761000', '200846.763000', '200846.766000', '200846.776000', '200846.778000', '200846.781000', '200846.784000', '200846.787000', '200846.789000', '200846.792000', '200846.794000', '200846.797000', '200846.800000', '200846.802000', '200846.805000', '200846.808000', '200846.810000', '200846.813000', '200846.815000', '200846.818000', '200846.821000', '200846.823000', '200846.826000', '200846.829000', '200846.831000', '200846.834000', '200846.837000', '200846.839000', '200846.842000', '200846.844000', '200906.725000', '200906.728000', '200906.731000', '200906.735000', '200906.739000', '200906.741000', '200906.744000', '200906.747000', '200906.749000', '200906.752000', '200906.755000', '200906.757000', '200906.760000', '200906.762000', '200906.765000', '200906.768000', '200906.770000', '200906.773000', '200906.775000', '200906.778000', '200906.781000', '200906.783000', '200906.786000', '200906.789000', '200906.791000', '200906.794000', '200906.796000', '200906.799000', '200906.802000', '200906.804000', '200906.807000', '200906.809000', '200906.812000', '200906.815000', '200906.817000', '200906.820000', '200906.823000', '200906.826000', '200906.828000', '200906.831000', '200906.833000', '200906.836000', '200906.839000', '200906.841000', '200926.727000', '200926.730000', '200926.732000', '200926.735000', '200926.738000', '200926.740000', '200926.743000', '200926.746000', '200926.748000', '200926.751000', '200926.753000', '200926.756000', '200926.759000', '200926.761000', '200926.764000', '200926.766000', '200926.769000', '200926.772000', '200926.774000', '200926.777000', '200926.779000', '200926.782000', '200926.785000', '200926.787000', '200926.790000', '200926.793000', '200926.795000', '200926.798000', '200926.801000', '200926.803000', '200926.806000', '200926.809000', '200926.811000', '200926.814000', '200926.817000', '200926.819000', '200926.822000', '200926.825000', '200926.827000', '200926.830000', '200926.832000', '200926.835000', '200926.838000', '200946.727000', '200946.729000', '200946.732000', '200946.735000', '200946.738000', '200946.740000', '200946.743000', '200946.746000', '200946.748000', '200946.751000', '200946.754000', '200946.756000', '200946.759000', '200946.761000', '200946.764000', '200946.767000', '200946.769000', '200946.772000', '200946.775000', '200946.777000', '200946.780000', '200946.783000', '200946.785000', '200946.788000', '200946.790000', '200946.793000', '200946.796000', '200946.798000', '200946.801000', '200946.803000', '200946.806000', '200946.809000', '200946.811000', '200946.814000', '200946.817000', '200946.819000', '200946.822000', '200946.824000', '200946.827000', '200946.830000', '200946.832000', '200946.835000', '200946.838000', '201006.727000', '201006.730000', '201006.732000', '201006.735000', '201006.737000', '201006.740000', '201006.743000', '201006.745000', '201006.748000', '201006.750000', '201006.753000', '201006.756000', '201006.758000', '201006.761000', '201006.764000', '201006.766000', '201006.769000', '201006.772000', '201006.774000', '201006.777000', '201006.779000', '201006.782000', '201006.785000', '201006.787000', '201006.790000', '201006.793000', '201006.795000', '201006.798000', '201006.800000', '201006.803000', '201006.806000', '201006.809000', '201006.811000', '201006.814000', '201006.816000', '201006.819000', '201006.822000', '201006.824000', '201006.827000', '201006.829000', '201006.832000', '201006.835000', '201006.837000', '201006.840000', '201026.727000', '201026.730000', '201026.732000', '201026.735000', '201026.738000', '201026.741000', '201026.744000', '201026.747000', '201026.750000', '201026.753000', '201026.755000', '201026.758000', '201026.760000', '201026.763000', '201026.766000', '201026.768000', '201026.771000', '201026.774000', '201026.777000', '201026.780000', '201026.783000', '201026.786000', '201026.788000', '201026.791000', '201026.793000', '201026.796000', '201026.799000', '201026.801000', '201026.804000', '201026.807000', '201026.809000', '201026.812000', '201026.815000', '201026.817000', '201026.820000', '201026.822000', '201026.825000', '201026.828000', '201026.830000', '201026.833000', '201026.835000', '201026.838000', '201026.841000', '201042.814000', '201042.817000', '201042.820000', '201042.823000', '201042.826000', '201042.829000', '201042.831000', '201042.834000', '201042.837000', '201042.840000', '201042.843000', '201042.845000', '201042.848000', '201042.851000', '201042.854000', '201042.857000', '201042.860000', '201042.862000', '201042.865000', '201042.868000', '201042.871000', '201042.878000', '201042.881000', '201042.885000', '201042.889000', '201042.892000', '201042.902000', '201042.916000', '201042.919000', '201042.921000', '201042.924000', '201042.927000', '201042.929000', '201042.932000', '201042.935000', '201042.938000'], 'InstanceCreationTime': ['200206.764000', '200206.767000', '200206.770000', '200206.772000', '200206.775000', '200206.777000', '200206.780000', '200206.783000', '200206.785000', '200206.788000', '200206.790000', '200206.793000', '200206.796000', '200206.798000', '200206.801000', '200206.804000', '200206.806000', '200206.814000', '200206.817000', '200206.820000', '200206.822000', '200206.825000', '200206.827000', '200206.830000', '200206.832000', '200206.835000', '200206.838000', '200206.844000', '200206.846000', '200206.849000', '200206.852000', '200206.854000', '200206.857000', '200206.860000', '200226.726000', '200226.729000', '200226.732000', '200226.734000', '200226.737000', '200226.740000', '200226.742000', '200226.745000', '200226.747000', '200226.750000', '200226.752000', '200226.755000', '200226.757000', '200226.760000', '200226.763000', '200226.765000', '200226.768000', '200226.771000', '200226.773000', '200226.776000', '200226.778000', '200226.781000', '200226.784000', '200226.786000', '200226.789000', '200226.791000', '200226.794000', '200226.797000', '200226.799000', '200226.802000', '200226.804000', '200226.807000', '200226.809000', '200226.812000', '200226.815000', '200226.817000', '200226.820000', '200226.823000', '200226.825000', '200226.828000', '200226.830000', '200226.833000', '200226.836000', '200226.838000', '200246.726000', '200246.729000', '200246.732000', '200246.734000', '200246.737000', '200246.740000', '200246.742000', '200246.745000', '200246.748000', '200246.750000', '200246.753000', '200246.756000', '200246.758000', '200246.761000', '200246.763000', '200246.766000', '200246.768000', '200246.771000', '200246.774000', '200246.778000', '200246.780000', '200246.785000', '200246.788000', '200246.790000', '200246.793000', '200246.795000', '200246.798000', '200246.801000', '200246.803000', '200246.806000', '200246.808000', '200246.811000', '200246.814000', '200246.816000', '200246.819000', '200246.822000', '200246.824000', '200246.827000', '200246.830000', '200246.832000', '200246.835000', '200246.837000', '200246.840000', '200306.726000', '200306.729000', '200306.732000', '200306.734000', '200306.737000', '200306.740000', '200306.742000', '200306.745000', '200306.748000', '200306.750000', '200306.753000', '200306.756000', '200306.758000', '200306.761000', '200306.763000', '200306.766000', '200306.769000', '200306.771000', '200306.774000', '200306.777000', '200306.779000', '200306.782000', '200306.784000', '200306.787000', '200306.790000', '200306.792000', '200306.795000', '200306.797000', '200306.800000', '200306.802000', '200306.805000', '200306.808000', '200306.810000', '200306.813000', '200306.816000', '200306.818000', '200306.821000', '200306.823000', '200306.826000', '200306.829000', '200306.831000', '200306.834000', '200306.836000', '200306.839000', '200326.726000', '200326.729000', '200326.732000', '200326.735000', '200326.737000', '200326.740000', '200326.742000', '200326.745000', '200326.748000', '200326.750000', '200326.753000', '200326.755000', '200326.758000', '200326.760000', '200326.763000', '200326.766000', '200326.768000', '200326.771000', '200326.774000', '200326.777000', '200326.780000', '200326.783000', '200326.785000', '200326.788000', '200326.791000', '200326.793000', '200326.796000', '200326.798000', '200326.801000', '200326.804000', '200326.806000', '200326.809000', '200326.812000', '200326.814000', '200326.817000', '200326.819000', '200326.822000', '200326.825000', '200326.827000', '200326.830000', '200326.832000', '200326.835000', '200326.838000', '200346.726000', '200346.729000', '200346.732000', '200346.735000', '200346.737000', '200346.740000', '200346.742000', '200346.745000', '200346.747000', '200346.750000', '200346.753000', '200346.755000', '200346.758000', '200346.760000', '200346.763000', '200346.766000', '200346.768000', '200346.771000', '200346.789000', '200346.791000', '200346.794000', '200346.796000', '200346.799000', '200346.801000', '200346.804000', '200346.807000', '200346.809000', '200346.812000', '200346.815000', '200346.817000', '200346.820000', '200346.822000', '200346.825000', '200346.828000', '200346.830000', '200346.833000', '200346.835000', '200346.838000', '200346.841000', '200346.843000', '200346.846000', '200346.848000', '200346.851000', '200346.854000', '200406.726000', '200406.729000', '200406.732000', '200406.735000', '200406.737000', '200406.740000', '200406.742000', '200406.745000', '200406.747000', '200406.750000', '200406.753000', '200406.755000', '200406.758000', '200406.760000', '200406.763000', '200406.766000', '200406.769000', '200406.771000', '200406.774000', '200406.776000', '200406.779000', '200406.782000', '200406.784000', '200406.787000', '200406.789000', '200406.792000', '200406.795000', '200406.798000', '200406.801000', '200406.804000', '200406.806000', '200406.809000', '200406.812000', '200406.815000', '200406.818000', '200406.820000', '200406.823000', '200406.826000', '200406.828000', '200406.831000', '200406.833000', '200406.836000', '200406.839000', '200426.725000', '200426.728000', '200426.731000', '200426.734000', '200426.736000', '200426.739000', '200426.741000', '200426.744000', '200426.746000', '200426.749000', '200426.752000', '200426.754000', '200426.757000', '200426.759000', '200426.762000', '200426.765000', '200426.767000', '200426.770000', '200426.773000', '200426.775000', '200426.778000', '200426.780000', '200426.783000', '200426.785000', '200426.788000', '200426.791000', '200426.793000', '200426.796000', '200426.798000', '200426.801000', '200426.804000', '200426.806000', '200426.809000', '200426.812000', '200426.814000', '200426.817000', '200426.819000', '200426.822000', '200426.825000', '200426.827000', '200426.830000', '200426.832000', '200426.835000', '200426.838000', '200446.727000', '200446.729000', '200446.732000', '200446.735000', '200446.737000', '200446.740000', '200446.743000', '200446.745000', '200446.748000', '200446.750000', '200446.753000', '200446.756000', '200446.758000', '200446.761000', '200446.763000', '200446.766000', '200446.769000', '200446.771000', '200446.774000', '200446.776000', '200446.779000', '200446.782000', '200446.784000', '200446.787000', '200446.789000', '200446.792000', '200446.795000', '200446.797000', '200446.800000', '200446.803000', '200446.805000', '200446.808000', '200446.811000', '200446.813000', '200446.816000', '200446.818000', '200446.821000', '200446.824000', '200446.826000', '200446.829000', '200446.832000', '200446.834000', '200446.837000', '200506.726000', '200506.729000', '200506.732000', '200506.734000', '200506.737000', '200506.740000', '200506.742000', '200506.745000', '200506.747000', '200506.750000', '200506.753000', '200506.755000', '200506.758000', '200506.760000', '200506.763000', '200506.766000', '200506.768000', '200506.771000', '200506.773000', '200506.776000', '200506.779000', '200506.781000', '200506.784000', '200506.787000', '200506.789000', '200506.792000', '200506.794000', '200506.797000', '200506.800000', '200506.802000', '200506.805000', '200506.807000', '200506.810000', '200506.813000', '200506.815000', '200506.818000', '200506.820000', '200506.823000', '200506.826000', '200506.828000', '200506.831000', '200506.833000', '200506.836000', '200506.851000', '200526.726000', '200526.729000', '200526.732000', '200526.735000', '200526.737000', '200526.740000', '200526.743000', '200526.745000', '200526.748000', '200526.751000', '200526.753000', '200526.756000', '200526.758000', '200526.761000', '200526.764000', '200526.766000', '200526.769000', '200526.772000', '200526.774000', '200526.777000', '200526.779000', '200526.782000', '200526.784000', '200526.787000', '200526.790000', '200526.792000', '200526.795000', '200526.798000', '200526.800000', '200526.803000', '200526.806000', '200526.808000', '200526.811000', '200526.813000', '200526.816000', '200526.818000', '200526.821000', '200526.824000', '200526.826000', '200526.829000', '200526.833000', '200526.836000', '200526.839000', '200546.727000', '200546.729000', '200546.732000', '200546.735000', '200546.737000', '200546.740000', '200546.743000', '200546.745000', '200546.748000', '200546.750000', '200546.753000', '200546.755000', '200546.758000', '200546.761000', '200546.763000', '200546.766000', '200546.769000', '200546.771000', '200546.774000', '200546.777000', '200546.779000', '200546.782000', '200546.784000', '200546.787000', '200546.790000', '200546.792000', '200546.795000', '200546.798000', '200546.800000', '200546.803000', '200546.806000', '200546.808000', '200546.811000', '200546.814000', '200546.816000', '200546.819000', '200546.821000', '200546.824000', '200546.827000', '200546.829000', '200546.832000', '200546.834000', '200546.837000', '200546.840000', '200606.727000', '200606.730000', '200606.732000', '200606.735000', '200606.737000', '200606.740000', '200606.743000', '200606.745000', '200606.748000', '200606.750000', '200606.753000', '200606.756000', '200606.758000', '200606.761000', '200606.764000', '200606.766000', '200606.769000', '200606.771000', '200606.774000', '200606.777000', '200606.779000', '200606.782000', '200606.784000', '200606.787000', '200606.789000', '200606.792000', '200606.795000', '200606.798000', '200606.800000', '200606.803000', '200606.806000', '200606.808000', '200606.811000', '200606.814000', '200606.816000', '200606.819000', '200606.821000', '200606.824000', '200606.827000', '200606.829000', '200606.832000', '200606.834000', '200606.837000', '200626.726000', '200626.729000', '200626.732000', '200626.735000', '200626.737000', '200626.740000', '200626.743000', '200626.745000', '200626.748000', '200626.750000', '200626.753000', '200626.756000', '200626.758000', '200626.761000', '200626.764000', '200626.766000', '200626.769000', '200626.771000', '200626.774000', '200626.777000', '200626.779000', '200626.782000', '200626.785000', '200626.787000', '200626.790000', '200626.792000', '200626.795000', '200626.798000', '200626.800000', '200626.803000', '200626.806000', '200626.808000', '200626.811000', '200626.814000', '200626.816000', '200626.819000', '200626.821000', '200626.824000', '200626.827000', '200626.829000', '200626.832000', '200626.835000', '200626.837000', '200626.840000', '200646.725000', '200646.728000', '200646.731000', '200646.734000', '200646.736000', '200646.739000', '200646.741000', '200646.744000', '200646.747000', '200646.749000', '200646.752000', '200646.755000', '200646.757000', '200646.760000', '200646.762000', '200646.765000', '200646.768000', '200646.770000', '200646.773000', '200646.776000', '200646.778000', '200646.781000', '200646.783000', '200646.794000', '200646.796000', '200646.799000', '200646.801000', '200646.804000', '200646.807000', '200646.809000', '200646.812000', '200646.815000', '200646.817000', '200646.820000', '200646.822000', '200646.825000', '200646.828000', '200646.830000', '200646.833000', '200646.836000', '200646.838000', '200646.841000', '200646.843000', '200706.727000', '200706.730000', '200706.732000', '200706.735000', '200706.737000', '200706.740000', '200706.743000', '200706.745000', '200706.748000', '200706.751000', '200706.753000', '200706.756000', '200706.758000', '200706.761000', '200706.764000', '200706.766000', '200706.769000', '200706.771000', '200706.774000', '200706.777000', '200706.779000', '200706.782000', '200706.784000', '200706.787000', '200706.790000', '200706.792000', '200706.795000', '200706.797000', '200706.800000', '200706.803000', '200706.805000', '200706.808000', '200706.810000', '200706.813000', '200706.816000', '200706.818000', '200706.821000', '200706.824000', '200706.826000', '200706.829000', '200706.831000', '200706.834000', '200706.837000', '200706.839000', '200726.727000', '200726.729000', '200726.732000', '200726.735000', '200726.737000', '200726.740000', '200726.743000', '200726.745000', '200726.748000', '200726.751000', '200726.753000', '200726.756000', '200726.759000', '200726.761000', '200726.764000', '200726.767000', '200726.771000', '200726.774000', '200726.776000', '200726.779000', '200726.781000', '200726.784000', '200726.787000', '200726.789000', '200726.792000', '200726.795000', '200726.797000', '200726.800000', '200726.802000', '200726.805000', '200726.808000', '200726.810000', '200726.813000', '200726.815000', '200726.818000', '200726.821000', '200726.823000', '200726.826000', '200726.829000', '200726.831000', '200726.834000', '200726.837000', '200726.839000', '200746.726000', '200746.729000', '200746.732000', '200746.735000', '200746.737000', '200746.740000', '200746.743000', '200746.745000', '200746.748000', '200746.751000', '200746.753000', '200746.756000', '200746.758000', '200746.761000', '200746.764000', '200746.766000', '200746.769000', '200746.772000', '200746.774000', '200746.777000', '200746.780000', '200746.782000', '200746.785000', '200746.788000', '200746.790000', '200746.793000', '200746.795000', '200746.798000', '200746.801000', '200746.803000', '200746.806000', '200746.809000', '200746.811000', '200746.814000', '200746.816000', '200746.819000', '200746.822000', '200746.824000', '200746.827000', '200746.830000', '200746.832000', '200746.835000', '200746.837000', '200746.840000', '200806.727000', '200806.730000', '200806.732000', '200806.735000', '200806.737000', '200806.740000', '200806.743000', '200806.745000', '200806.748000', '200806.751000', '200806.753000', '200806.756000', '200806.759000', '200806.761000', '200806.764000', '200806.766000', '200806.769000', '200806.771000', '200806.774000', '200806.777000', '200806.779000', '200806.782000', '200806.785000', '200806.787000', '200806.790000', '200806.792000', '200806.795000', '200806.798000', '200806.800000', '200806.803000', '200806.805000', '200806.808000', '200806.811000', '200806.813000', '200806.823000', '200806.826000', '200806.828000', '200806.831000', '200806.834000', '200806.836000', '200806.839000', '200806.842000', '200806.844000', '200826.727000', '200826.729000', '200826.732000', '200826.735000', '200826.737000', '200826.740000', '200826.743000', '200826.745000', '200826.748000', '200826.750000', '200826.753000', '200826.756000', '200826.758000', '200826.761000', '200826.763000', '200826.766000', '200826.769000', '200826.771000', '200826.774000', '200826.776000', '200826.779000', '200826.782000', '200826.784000', '200826.787000', '200826.789000', '200826.792000', '200826.795000', '200826.798000', '200826.800000', '200826.803000', '200826.806000', '200826.808000', '200826.811000', '200826.814000', '200826.816000', '200826.819000', '200826.822000', '200826.824000', '200826.827000', '200826.829000', '200826.832000', '200826.835000', '200826.837000', '200826.840000', '200846.727000', '200846.729000', '200846.732000', '200846.735000', '200846.737000', '200846.740000', '200846.743000', '200846.745000', '200846.748000', '200846.751000', '200846.753000', '200846.756000', '200846.758000', '200846.761000', '200846.763000', '200846.766000', '200846.776000', '200846.778000', '200846.781000', '200846.784000', '200846.787000', '200846.789000', '200846.792000', '200846.794000', '200846.797000', '200846.800000', '200846.802000', '200846.805000', '200846.808000', '200846.810000', '200846.813000', '200846.815000', '200846.818000', '200846.821000', '200846.823000', '200846.826000', '200846.829000', '200846.831000', '200846.834000', '200846.837000', '200846.839000', '200846.842000', '200846.844000', '200906.725000', '200906.728000', '200906.731000', '200906.735000', '200906.739000', '200906.741000', '200906.744000', '200906.747000', '200906.749000', '200906.752000', '200906.755000', '200906.757000', '200906.760000', '200906.762000', '200906.765000', '200906.768000', '200906.770000', '200906.773000', '200906.775000', '200906.778000', '200906.781000', '200906.783000', '200906.786000', '200906.789000', '200906.791000', '200906.794000', '200906.796000', '200906.799000', '200906.802000', '200906.804000', '200906.807000', '200906.809000', '200906.812000', '200906.815000', '200906.817000', '200906.820000', '200906.823000', '200906.826000', '200906.828000', '200906.831000', '200906.833000', '200906.836000', '200906.839000', '200906.841000', '200926.727000', '200926.730000', '200926.732000', '200926.735000', '200926.738000', '200926.740000', '200926.743000', '200926.746000', '200926.748000', '200926.751000', '200926.753000', '200926.756000', '200926.759000', '200926.761000', '200926.764000', '200926.766000', '200926.769000', '200926.772000', '200926.774000', '200926.777000', '200926.779000', '200926.782000', '200926.785000', '200926.787000', '200926.790000', '200926.793000', '200926.795000', '200926.798000', '200926.801000', '200926.803000', '200926.806000', '200926.809000', '200926.811000', '200926.814000', '200926.817000', '200926.819000', '200926.822000', '200926.825000', '200926.827000', '200926.830000', '200926.832000', '200926.835000', '200926.838000', '200946.727000', '200946.729000', '200946.732000', '200946.735000', '200946.738000', '200946.740000', '200946.743000', '200946.746000', '200946.748000', '200946.751000', '200946.754000', '200946.756000', '200946.759000', '200946.761000', '200946.764000', '200946.767000', '200946.769000', '200946.772000', '200946.775000', '200946.777000', '200946.780000', '200946.783000', '200946.785000', '200946.788000', '200946.790000', '200946.793000', '200946.796000', '200946.798000', '200946.801000', '200946.803000', '200946.806000', '200946.809000', '200946.811000', '200946.814000', '200946.817000', '200946.819000', '200946.822000', '200946.824000', '200946.827000', '200946.830000', '200946.832000', '200946.835000', '200946.838000', '201006.727000', '201006.730000', '201006.732000', '201006.735000', '201006.737000', '201006.740000', '201006.743000', '201006.745000', '201006.748000', '201006.750000', '201006.753000', '201006.756000', '201006.758000', '201006.761000', '201006.764000', '201006.766000', '201006.769000', '201006.772000', '201006.774000', '201006.777000', '201006.779000', '201006.782000', '201006.785000', '201006.787000', '201006.790000', '201006.793000', '201006.795000', '201006.798000', '201006.800000', '201006.803000', '201006.806000', '201006.809000', '201006.811000', '201006.814000', '201006.816000', '201006.819000', '201006.822000', '201006.824000', '201006.827000', '201006.829000', '201006.832000', '201006.835000', '201006.837000', '201006.840000', '201026.727000', '201026.730000', '201026.732000', '201026.735000', '201026.738000', '201026.741000', '201026.744000', '201026.747000', '201026.750000', '201026.753000', '201026.755000', '201026.758000', '201026.760000', '201026.763000', '201026.766000', '201026.768000', '201026.771000', '201026.774000', '201026.777000', '201026.780000', '201026.783000', '201026.786000', '201026.788000', '201026.791000', '201026.793000', '201026.796000', '201026.799000', '201026.801000', '201026.804000', '201026.807000', '201026.809000', '201026.812000', '201026.815000', '201026.817000', '201026.820000', '201026.822000', '201026.825000', '201026.828000', '201026.830000', '201026.833000', '201026.835000', '201026.838000', '201026.841000', '201042.814000', '201042.817000', '201042.820000', '201042.823000', '201042.826000', '201042.829000', '201042.831000', '201042.834000', '201042.837000', '201042.840000', '201042.843000', '201042.845000', '201042.848000', '201042.851000', '201042.854000', '201042.857000', '201042.860000', '201042.862000', '201042.865000', '201042.868000', '201042.871000', '201042.878000', '201042.881000', '201042.885000', '201042.889000', '201042.892000', '201042.902000', '201042.916000', '201042.919000', '201042.921000', '201042.924000', '201042.927000', '201042.929000', '201042.932000', '201042.935000', '201042.938000'], '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], 'LargestImagePixelValue': [11273, 16296, 11551, 17403, 14674, 17191, 13242, 12482, 16635, 11600, 15676, 12887, 15543, 12163, 16356, 13334, 10804, 9017, 9721, 14435, 13834, 16443, 12710, 15946, 13473, 14876, 12870, 18274, 14194, 13266, 12112, 14033, 15074, 14643, 14154, 11748, 16238, 14070, 17951, 13044, 17753, 14549, 11268, 14178, 11868, 15190, 14024, 16366, 11897, 14587, 10460, 15242, 10978, 16319, 14143, 16022, 14030, 16553, 13503, 19198, 14188, 14694, 11805, 13661, 13529, 15137, 16129, 11602, 15392, 12003, 16430, 13492, 17018, 11632, 15756, 11348, 16301, 13297, 16655, 11976, 14613, 11978, 15324, 14588, 16243, 11702, 14740, 11252, 15136, 14082, 16028, 11868, 15872, 10701, 15280, 11178, 16240, 14470, 16613, 14389, 16250, 14176, 16572, 14839, 16512, 14144, 15582, 13977, 16240, 14470, 18116, 14284, 15461, 13611, 16245, 14142, 13978, 13511, 14376, 14487, 16241, 15322, 12017, 14690, 11236, 15042, 12001, 16180, 14483, 15296, 12809, 13043, 15513, 12094, 16687, 14791, 18967, 14365, 17100, 13338, 17194, 13493, 12477, 13416, 13814, 14912, 15960, 15173, 11495, 14380, 11648, 15175, 13198, 15972, 11450, 13788, 11520, 14830, 13871, 15705, 12390, 15248, 10611, 15126, 10702, 15876, 12466, 16893, 14332, 17219, 13662, 16985, 13766, 16586, 13687, 11792, 15180, 12146, 15833, 12915, 16320, 11139, 15332, 11283, 15966, 13666, 15924, 12346, 13762, 11420, 14640, 12191, 15711, 11540, 15575, 12695, 15471, 13599, 15990, 15065, 15536, 13078, 14942, 12735, 15127, 16522, 11107, 15667, 13289, 15788, 14683, 20072, 14573, 14280, 12463, 14988, 15437, 14735, 16317, 11178, 15585, 13543, 16028, 15553, 19385, 14783, 17004, 13252, 18049, 14178, 16418, 13142, 13416, 14261, 14665, 15667, 13772, 15498, 11545, 14639, 11895, 15156, 11106, 15735, 13792, 13886, 13031, 14910, 14713, 16011, 15054, 15040, 14398, 15343, 14934, 17217, 13585, 14992, 13108, 17274, 15182, 14005, 14677, 12264, 14328, 13076, 16451, 12601, 15375, 14127, 15510, 15042, 20526, 14633, 16771, 13125, 17127, 13380, 17563, 14582, 11486, 14493, 10971, 16132, 15405, 20039, 14693, 16773, 12830, 18150, 14493, 15678, 14179, 12579, 14716, 13968, 16672, 11982, 15254, 12117, 14853, 13518, 16410, 15209, 19573, 14444, 16527, 13386, 18944, 15516, 12767, 14117, 11344, 15645, 11483, 16942, 13775, 14879, 12937, 15614, 14576, 19974, 14211, 16381, 11993, 17901, 13707, 16756, 13805, 12335, 13879, 14355, 15911, 12835, 15359, 11146, 14625, 11011, 16430, 14570, 16784, 14036, 16318, 13111, 16697, 15831, 11523, 14585, 11249, 15859, 14992, 20522, 14944, 16067, 13315, 20006, 14613, 18165, 14659, 19232, 13851, 18928, 13921, 17345, 13875, 11660, 14439, 12165, 15564, 14863, 17520, 13478, 15316, 13841, 17332, 15964, 14907, 14201, 12903, 14648, 15322, 16404, 12452, 14040, 11348, 13927, 12859, 16540, 10860, 14580, 12224, 15494, 14151, 16623, 14808, 18193, 14006, 18362, 14529, 18100, 14022, 13730, 12994, 15123, 15063, 16742, 16595, 12418, 14864, 11766, 15955, 12260, 16693, 13090, 15138, 12118, 15201, 11612, 16325, 11184, 14933, 11176, 14852, 12308, 16096, 15145, 15021, 13395, 14756, 14599, 12716, 16084, 12770, 14954, 13729, 15665, 14880, 17789, 13745, 15124, 13348, 16192, 14655, 17173, 15720, 11429, 14144, 11899, 15483, 12067, 16497, 14533, 18810, 13437, 16033, 13118, 17421, 15698, 12001, 14696, 11413, 15749, 12425, 16673, 14787, 16461, 12650, 14669, 13330, 13275, 16547, 11253, 14899, 13949, 15618, 14865, 16624, 14972, 17821, 13463, 17975, 15106, 17387, 13525, 14742, 14532, 16100, 16804, 12641, 15090, 11312, 15860, 14877, 17742, 14825, 17059, 12474, 18443, 13672, 19035, 14235, 12883, 12026, 12055, 14159, 14850, 15531, 13072, 15929, 12948, 17089, 13811, 16542, 11244, 16137, 10083, 18952, 12188, 16797, 13912, 19026, 12532, 12358, 12994, 12239, 15877, 10921, 16357, 11928, 15747, 12327, 13242, 14536, 12559, 17814, 13943, 18920, 15245, 9996, 15701, 12906, 16840, 13470, 17784, 14235, 16540, 10642, 16267, 12374, 18903, 15000, 12785, 14357, 11756, 14637, 12944, 17463, 11264, 15439, 12113, 15247, 11519, 17346, 13835, 15895, 14309, 15821, 13482, 17352, 15140, 16275, 14481, 16255, 14351, 17286, 14898, 17117, 14998, 15203, 14021, 15834, 13658, 16559, 13458, 15245, 13400, 15653, 11074, 17035, 12783, 15868, 12557, 15894, 11390, 16879, 14350, 19583, 13331, 16193, 13165, 12561, 15834, 15094, 20543, 14366, 15335, 12070, 16328, 14745, 16483, 15539, 11177, 14603, 11157, 15794, 13806, 17080, 14470, 15617, 13816, 16155, 13795, 16823, 12100, 15741, 11201, 13494, 11702, 16127, 13409, 17081, 10603, 14627, 10175, 16397, 12547, 17215, 11440, 15526, 10369, 14804, 11157, 16634, 11609, 16713, 13830, 13846, 12813, 16350, 14219, 17682, 13827, 17042, 11768, 18020, 12544, 16637, 14671, 19369, 13424, 15185, 11782, 17401, 13021, 15763, 14543, 11517, 14845, 12116, 16008, 13336, 16925, 11508, 14785, 11916, 15979, 14391, 16375, 13958, 13506, 14650, 13006, 18076, 13589, 17654, 13715, 14610, 11211, 16119, 13446, 16354, 15654, 11828, 15125, 11979, 15683, 12628, 16903, 11617, 15372, 10928, 15478, 12320, 16804, 11497, 16086, 13964, 15851, 14034, 16351, 14679, 15754, 12118, 16726, 13616, 18822, 14925, 13267, 13531, 13832, 14989, 15910, 17149, 12096, 14863, 11318, 15254, 12088, 16860, 13851, 15679, 14870, 16128, 14738, 17407, 14908, 16131, 12275, 16564, 12707, 18802, 14765, 12850, 14298, 12660, 15045, 14986, 16808, 12190, 15062, 12187, 15518, 14224, 16972, 15680, 17513, 13971, 16386, 14191, 17148, 15334, 18254, 13229, 14018, 11273, 15141, 15674, 12676, 15497, 11223, 15801, 11578, 17187, 13710, 16735, 10826, 14363, 10192, 16526, 11676, 17288, 14463, 15640, 13597, 16709, 14754, 18586, 13986, 16425, 13895, 17124, 15118, 20208, 13765, 15876, 11348, 16204, 15360, 12444, 15558, 10793, 15713, 11746, 16828, 12547, 16485, 13773, 17755, 14266, 18673, 13201, 14656, 16932, 11425, 14516, 13636, 16027, 15325, 19815, 15412, 16722, 13656, 18108, 14679, 20409, 14874, 15326, 12742, 18234, 14141, 17239, 13604, 15342, 12622, 17365, 14615, 16602, 13969, 15615, 13413, 15854, 14684, 19794, 14319, 16009, 13367, 17201, 13832, 17981, 13177, 13158, 13870, 16097, 14881, 18310, 14242, 12923, 14108, 16069, 14881, 17564, 14498, 14295, 11942, 15793, 13231, 17519, 14506, 17272, 13220, 16171, 12895, 17057, 15390, 16155, 12038, 15512, 11473, 13544, 14761, 13886, 16102, 14489, 14766, 13750, 14136, 14092, 15927, 15110, 16628, 14920, 11298, 14652, 14559, 15335, 17110, 14894, 17288, 14584, 19164, 14371, 16270, 14527, 15839, 14277, 14490, 13153, 14791, 12468, 15909, 12685, 16177, 13780, 15335, 12359, 15701, 16792, 16030, 16176, 13548, 14000, 13112, 15545, 14810, 15651, 14477, 13904, 14050, 16445, 15209, 17549, 15379, 16172, 13933, 20129, 15358, 20267, 15254, 16157, 14226, 16212, 14457, 16241, 14668, 16275, 13528, 16751, 15387, 17427, 15714, 15443, 13993, 19231, 15908, 16948, 15634, 15858, 12640, 19086, 13777, 18571, 15292, 15506, 12138, 15794, 13481, 17180, 15680, 16277, 12955, 16176, 13268, 18020, 15165, 14520, 13381, 11931, 15476, 13052, 17545, 12909, 15465, 13575, 16477, 15313, 19912, 14823, 18650, 13592, 16553, 15976, 18399, 14931, 15366, 14167, 16495, 16158, 20002, 14239, 18729, 13661, 18350, 14643, 17011, 12626, 15761, 12850, 17067, 15725, 11302, 14153, 10833, 15536, 11102, 16433, 14187, 14831, 13356, 15987, 14743, 17940, 13510, 15579, 11494, 17791, 14283, 13120, 13572, 10555, 14642, 12658, 16588, 13422, 15356, 13955, 15756, 14957, 19249, 14687, 13300, 12328, 14230, 16205, 12145, 15368, 12745, 15471, 14340, 18264, 14696, 15411, 12512, 18245, 15284, 14258, 14140, 10854, 14863, 12125, 16484, 13572, 14987, 13702, 16104, 15440, 20257, 14601, 16556, 12964, 17962, 14955, 18560, 14080, 14182, 11765, 14933, 14633, 15314, 16507, 11579, 14935, 12028, 16017, 15561, 18775, 13475, 11243, 13037, 11512, 15770, 14966, 20259, 13597, 16395, 10900, 18175, 14619, 13910, 14583, 11623, 15200, 10160, 15971, 14305, 16211, 10352, 11940, 13823, 12262, 17044, 12735, 16580, 13320, 16319, 13947, 19296, 13023, 16324, 10826, 17414, 13243, 15096, 15246, 10550, 14256, 9505, 16077, 10246, 16864, 12330, 15812, 11917, 16418, 12427, 16816, 13757, 16249, 13062, 15857, 13563, 18458, 12644, 10840, 13435, 10315, 17018, 12793, 19940, 12876, 11826, 15367, 15308, 20007, 14338, 11648, 14821, 11924], 'WindowCenter': [3990.0, 3998.0, 3963.0, 3983.0, 3973.0, 3981.0, 3960.0, 3959.0, 3981.0, 3948.0, 3968.0, 3960.0, 3968.0, 3959.0, 3969.0, 3959.0, 3949.0, 3938.0, 3938.0, 3970.0, 3970.0, 3982.0, 3972.0, 3981.0, 3971.0, 3970.0, 3972.0, 3982.0, 3972.0, 3970.0, 3971.0, 3971.0, 3983.0, 3971.0, 3972.0, 3961.0, 3981.0, 3972.0, 3981.0, 3972.0, 3982.0, 3971.0, 3949.0, 3971.0, 3960.0, 3971.0, 3970.0, 3971.0, 3949.0, 3969.0, 3948.0, 3969.0, 3948.0, 3970.0, 3969.0, 3969.0, 3970.0, 3969.0, 3971.0, 3980.0, 3970.0, 3969.0, 3959.0, 3958.0, 3970.0, 3970.0, 3981.0, 3960.0, 3970.0, 3959.0, 3982.0, 3970.0, 3979.0, 3948.0, 3969.0, 3949.0, 3981.0, 3959.0, 3970.0, 3947.0, 3968.0, 3948.0, 3969.0, 3969.0, 3969.0, 3948.0, 3968.0, 3948.0, 3969.0, 3968.0, 3970.0, 3947.0, 3969.0, 3946.0, 3968.0, 3948.0, 3980.0, 3971.0, 3980.0, 3970.0, 3980.0, 3970.0, 3980.0, 3971.0, 3980.0, 3970.0, 3980.0, 3971.0, 3980.0, 3971.0, 3981.0, 3971.0, 3969.0, 3970.0, 3969.0, 3971.0, 3970.0, 3970.0, 3969.0, 3970.0, 3981.0, 3970.0, 3960.0, 3971.0, 3959.0, 3971.0, 3971.0, 3982.0, 3972.0, 3981.0, 3971.0, 3971.0, 3983.0, 3962.0, 3981.0, 3982.0, 3992.0, 3972.0, 3981.0, 3972.0, 3981.0, 3970.0, 3959.0, 3969.0, 3970.0, 3981.0, 3969.0, 3970.0, 3947.0, 3969.0, 3947.0, 3969.0, 3957.0, 3969.0, 3947.0, 3957.0, 3947.0, 3968.0, 3958.0, 3969.0, 3957.0, 3969.0, 3949.0, 3968.0, 3949.0, 3970.0, 3958.0, 3968.0, 3970.0, 3980.0, 3971.0, 3992.0, 3971.0, 3979.0, 3958.0, 3957.0, 3969.0, 3958.0, 3981.0, 3959.0, 3981.0, 3949.0, 3970.0, 3949.0, 3981.0, 3969.0, 3970.0, 3959.0, 3969.0, 3959.0, 3970.0, 3959.0, 3970.0, 3949.0, 3968.0, 3959.0, 3968.0, 3969.0, 3979.0, 3969.0, 3980.0, 3970.0, 3980.0, 3972.0, 3982.0, 3983.0, 3961.0, 3981.0, 3971.0, 3981.0, 3981.0, 3991.0, 3982.0, 3971.0, 3971.0, 3981.0, 3982.0, 3971.0, 3982.0, 3961.0, 3981.0, 3971.0, 3981.0, 3982.0, 3991.0, 3982.0, 3980.0, 3971.0, 3978.0, 3970.0, 3980.0, 3971.0, 3969.0, 3970.0, 3970.0, 3971.0, 3959.0, 3969.0, 3958.0, 3969.0, 3958.0, 3969.0, 3949.0, 3969.0, 3970.0, 3970.0, 3971.0, 3981.0, 3981.0, 3981.0, 3982.0, 3970.0, 3971.0, 3970.0, 3982.0, 3980.0, 3970.0, 3969.0, 3971.0, 3981.0, 3971.0, 3970.0, 3970.0, 3958.0, 3970.0, 3960.0, 3981.0, 3960.0, 3969.0, 3969.0, 3970.0, 3972.0, 3991.0, 3971.0, 3980.0, 3960.0, 3979.0, 3971.0, 3980.0, 3970.0, 3960.0, 3970.0, 3949.0, 3981.0, 3981.0, 3990.0, 3981.0, 3978.0, 3971.0, 3981.0, 3971.0, 3981.0, 3971.0, 3959.0, 3970.0, 3970.0, 3981.0, 3958.0, 3968.0, 3958.0, 3969.0, 3970.0, 3969.0, 3981.0, 3989.0, 3971.0, 3979.0, 3970.0, 3981.0, 3969.0, 3957.0, 3958.0, 3946.0, 3969.0, 3948.0, 3968.0, 3969.0, 3968.0, 3958.0, 3968.0, 3969.0, 3990.0, 3970.0, 3979.0, 3959.0, 3979.0, 3970.0, 3979.0, 3958.0, 3956.0, 3958.0, 3969.0, 3980.0, 3958.0, 3970.0, 3949.0, 3969.0, 3948.0, 3970.0, 3970.0, 3979.0, 3968.0, 3979.0, 3971.0, 3980.0, 3981.0, 3959.0, 3970.0, 3960.0, 3980.0, 3981.0, 3992.0, 3983.0, 3981.0, 3970.0, 3991.0, 3971.0, 3979.0, 3970.0, 3978.0, 3960.0, 3979.0, 3971.0, 3980.0, 3960.0, 3959.0, 3969.0, 3961.0, 3980.0, 3983.0, 3992.0, 3972.0, 3980.0, 3972.0, 3981.0, 3982.0, 3970.0, 3971.0, 3958.0, 3970.0, 3969.0, 3970.0, 3958.0, 3958.0, 3947.0, 3958.0, 3957.0, 3969.0, 3948.0, 3969.0, 3958.0, 3969.0, 3970.0, 3980.0, 3971.0, 3978.0, 3970.0, 3980.0, 3971.0, 3980.0, 3970.0, 3968.0, 3971.0, 3969.0, 3983.0, 3981.0, 3982.0, 3960.0, 3970.0, 3958.0, 3971.0, 3959.0, 3979.0, 3971.0, 3970.0, 3960.0, 3971.0, 3960.0, 3980.0, 3949.0, 3970.0, 3949.0, 3970.0, 3961.0, 3970.0, 3970.0, 3981.0, 3971.0, 3969.0, 3972.0, 3971.0, 3982.0, 3972.0, 3982.0, 3972.0, 3982.0, 3982.0, 3982.0, 3972.0, 3980.0, 3971.0, 3979.0, 3982.0, 3981.0, 3981.0, 3960.0, 3970.0, 3960.0, 3969.0, 3960.0, 3981.0, 3970.0, 3991.0, 3970.0, 3970.0, 3971.0, 3982.0, 3982.0, 3961.0, 3971.0, 3960.0, 3981.0, 3961.0, 3981.0, 3971.0, 3980.0, 3958.0, 3967.0, 3970.0, 3971.0, 3981.0, 3950.0, 3970.0, 3971.0, 3982.0, 3983.0, 3995.0, 3985.0, 3994.0, 3986.0, 3982.0, 3983.0, 3979.0, 3972.0, 3979.0, 3981.0, 3980.0, 3982.0, 3985.0, 3982.0, 3960.0, 3983.0, 3983.0, 3982.0, 3983.0, 3980.0, 3961.0, 3980.0, 3972.0, 3981.0, 3959.0, 3959.0, 3959.0, 3959.0, 3957.0, 3969.0, 3982.0, 3971.0, 3983.0, 3972.0, 3980.0, 3971.0, 3982.0, 3963.0, 3981.0, 3939.0, 3978.0, 3948.0, 3968.0, 3959.0, 3978.0, 3959.0, 3946.0, 3946.0, 3943.0, 3957.0, 3923.0, 3955.0, 3935.0, 3956.0, 3959.0, 3957.0, 3968.0, 3959.0, 3979.0, 3970.0, 3979.0, 3969.0, 3937.0, 3968.0, 3958.0, 3966.0, 3958.0, 3967.0, 3959.0, 3968.0, 3948.0, 3966.0, 3958.0, 3979.0, 3968.0, 3958.0, 3968.0, 3959.0, 3970.0, 3959.0, 3981.0, 3960.0, 3970.0, 3959.0, 3970.0, 3960.0, 3981.0, 3971.0, 3981.0, 3970.0, 3969.0, 3969.0, 3980.0, 3971.0, 3969.0, 3970.0, 3967.0, 3970.0, 3969.0, 3969.0, 3978.0, 3970.0, 3969.0, 3970.0, 3969.0, 3970.0, 3980.0, 3970.0, 3969.0, 3959.0, 3970.0, 3949.0, 3970.0, 3960.0, 3968.0, 3959.0, 3969.0, 3949.0, 3981.0, 3972.0, 3990.0, 3971.0, 3981.0, 3969.0, 3961.0, 3982.0, 3971.0, 3992.0, 3971.0, 3982.0, 3959.0, 3979.0, 3972.0, 3970.0, 3970.0, 3949.0, 3969.0, 3947.0, 3969.0, 3970.0, 3979.0, 3970.0, 3969.0, 3969.0, 3969.0, 3960.0, 3969.0, 3948.0, 3967.0, 3947.0, 3957.0, 3946.0, 3970.0, 3958.0, 3969.0, 3947.0, 3958.0, 3938.0, 3970.0, 3948.0, 3970.0, 3948.0, 3969.0, 3937.0, 3958.0, 3947.0, 3969.0, 3948.0, 3969.0, 3959.0, 3958.0, 3958.0, 3968.0, 3969.0, 3969.0, 3960.0, 3977.0, 3949.0, 3978.0, 3960.0, 3966.0, 3958.0, 3979.0, 3959.0, 3968.0, 3949.0, 3978.0, 3959.0, 3970.0, 3971.0, 3949.0, 3970.0, 3959.0, 3971.0, 3959.0, 3980.0, 3950.0, 3969.0, 3949.0, 3970.0, 3959.0, 3969.0, 3958.0, 3958.0, 3956.0, 3947.0, 3967.0, 3957.0, 3967.0, 3958.0, 3956.0, 3947.0, 3968.0, 3958.0, 3967.0, 3970.0, 3949.0, 3970.0, 3948.0, 3970.0, 3948.0, 3970.0, 3949.0, 3969.0, 3938.0, 3969.0, 3948.0, 3969.0, 3948.0, 3968.0, 3958.0, 3967.0, 3969.0, 3969.0, 3971.0, 3970.0, 3961.0, 3979.0, 3971.0, 3981.0, 3971.0, 3960.0, 3960.0, 3958.0, 3971.0, 3970.0, 3982.0, 3959.0, 3968.0, 3948.0, 3970.0, 3960.0, 3979.0, 3970.0, 3970.0, 3971.0, 3970.0, 3971.0, 3981.0, 3971.0, 3970.0, 3960.0, 3980.0, 3961.0, 3979.0, 3970.0, 3960.0, 3971.0, 3958.0, 3970.0, 3969.0, 3981.0, 3960.0, 3970.0, 3960.0, 3970.0, 3972.0, 3982.0, 3981.0, 3981.0, 3971.0, 3968.0, 3970.0, 3979.0, 3970.0, 3980.0, 3959.0, 3967.0, 3949.0, 3969.0, 3981.0, 3961.0, 3981.0, 3960.0, 3971.0, 3961.0, 3983.0, 3960.0, 3969.0, 3948.0, 3968.0, 3938.0, 3969.0, 3948.0, 3968.0, 3970.0, 3967.0, 3960.0, 3969.0, 3969.0, 3980.0, 3970.0, 3968.0, 3958.0, 3968.0, 3970.0, 3979.0, 3959.0, 3968.0, 3949.0, 3970.0, 3970.0, 3960.0, 3970.0, 3949.0, 3968.0, 3959.0, 3982.0, 3961.0, 3982.0, 3971.0, 3979.0, 3970.0, 3980.0, 3960.0, 3970.0, 3980.0, 3961.0, 3970.0, 3972.0, 3981.0, 3981.0, 3993.0, 3982.0, 3980.0, 3971.0, 3979.0, 3970.0, 3979.0, 3971.0, 3968.0, 3959.0, 3979.0, 3971.0, 3979.0, 3970.0, 3969.0, 3958.0, 3979.0, 3970.0, 3980.0, 3971.0, 3969.0, 3970.0, 3970.0, 3971.0, 3979.0, 3970.0, 3969.0, 3970.0, 3968.0, 3971.0, 3980.0, 3959.0, 3958.0, 3970.0, 3969.0, 3971.0, 3980.0, 3969.0, 3959.0, 3971.0, 3980.0, 3971.0, 3980.0, 3969.0, 3969.0, 3959.0, 3969.0, 3958.0, 3978.0, 3969.0, 3979.0, 3960.0, 3969.0, 3961.0, 3980.0, 3968.0, 3970.0, 3947.0, 3968.0, 3947.0, 3959.0, 3968.0, 3970.0, 3968.0, 3971.0, 3968.0, 3972.0, 3970.0, 3971.0, 3981.0, 3982.0, 3981.0, 3972.0, 3950.0, 3982.0, 3971.0, 3984.0, 3981.0, 3971.0, 3981.0, 3971.0, 3992.0, 3982.0, 3982.0, 3971.0, 3971.0, 3972.0, 3970.0, 3973.0, 3981.0, 3971.0, 3982.0, 3972.0, 3982.0, 3982.0, 3984.0, 3973.0, 3985.0, 3982.0, 3983.0, 3981.0, 3973.0, 3970.0, 3972.0, 3983.0, 3984.0, 3982.0, 3984.0, 3983.0, 3985.0, 3994.0, 3984.0, 3993.0, 3983.0, 3983.0, 3983.0, 3993.0, 3984.0, 3991.0, 3984.0, 3982.0, 3982.0, 3983.0, 3983.0, 3982.0, 3983.0, 3993.0, 3986.0, 3995.0, 3997.0, 3995.0, 3997.0, 3994.0, 3985.0, 3995.0, 3996.0, 3985.0, 3983.0, 3983.0, 3974.0, 3993.0, 3973.0, 3992.0, 3983.0, 3982.0, 3962.0, 3981.0, 3973.0, 3981.0, 3982.0, 3982.0, 3971.0, 3982.0, 3971.0, 3993.0, 3984.0, 3972.0, 3971.0, 3960.0, 3983.0, 3971.0, 3994.0, 3971.0, 3981.0, 3972.0, 3982.0, 3983.0, 3992.0, 3983.0, 3992.0, 3973.0, 3983.0, 3983.0, 3991.0, 3982.0, 3980.0, 3983.0, 3981.0, 3983.0, 3991.0, 3973.0, 3991.0, 3972.0, 3992.0, 3971.0, 3981.0, 3961.0, 3970.0, 3961.0, 3981.0, 3981.0, 3960.0, 3970.0, 3949.0, 3971.0, 3950.0, 3979.0, 3971.0, 3970.0, 3960.0, 3979.0, 3971.0, 3980.0, 3971.0, 3969.0, 3949.0, 3979.0, 3970.0, 3959.0, 3958.0, 3949.0, 3970.0, 3960.0, 3981.0, 3970.0, 3969.0, 3971.0, 3969.0, 3971.0, 3992.0, 3972.0, 3969.0, 3960.0, 3972.0, 3994.0, 3971.0, 3981.0, 3972.0, 3982.0, 3984.0, 3992.0, 3971.0, 3971.0, 3962.0, 3980.0, 3982.0, 3971.0, 3970.0, 3948.0, 3970.0, 3961.0, 3981.0, 3970.0, 3970.0, 3969.0, 3981.0, 3983.0, 3992.0, 3973.0, 3980.0, 3959.0, 3981.0, 3971.0, 3980.0, 3970.0, 3958.0, 3959.0, 3968.0, 3970.0, 3981.0, 3981.0, 3961.0, 3970.0, 3962.0, 3982.0, 3985.0, 3994.0, 3973.0, 3961.0, 3970.0, 3962.0, 3982.0, 3972.0, 3991.0, 3960.0, 3981.0, 3951.0, 3982.0, 3972.0, 3971.0, 3969.0, 3948.0, 3968.0, 3938.0, 3968.0, 3959.0, 3980.0, 3938.0, 3949.0, 3970.0, 3959.0, 3981.0, 3960.0, 3968.0, 3959.0, 3967.0, 3958.0, 3979.0, 3959.0, 3969.0, 3939.0, 3968.0, 3958.0, 3957.0, 3958.0, 3935.0, 3957.0, 3926.0, 3968.0, 3935.0, 3968.0, 3948.0, 3956.0, 3946.0, 3957.0, 3946.0, 3967.0, 3958.0, 3967.0, 3948.0, 3957.0, 3958.0, 3979.0, 3947.0, 3938.0, 3958.0, 3937.0, 3982.0, 3961.0, 3981.0, 3959.0, 3960.0, 3972.0, 3985.0, 3995.0, 3974.0, 3964.0, 3971.0, 3961.0], 'WindowWidth': [8893.0, 8898.0, 8842.0, 8870.0, 8852.0, 8860.0, 8830.0, 8826.0, 8861.0, 8811.0, 8838.0, 8828.0, 8839.0, 8828.0, 8842.0, 8828.0, 8813.0, 8799.0, 8797.0, 8849.0, 8844.0, 8867.0, 8850.0, 8862.0, 8848.0, 8844.0, 8851.0, 8864.0, 8851.0, 8846.0, 8847.0, 8846.0, 8867.0, 8848.0, 8850.0, 8833.0, 8863.0, 8849.0, 8862.0, 8849.0, 8864.0, 8849.0, 8815.0, 8847.0, 8829.0, 8848.0, 8843.0, 8849.0, 8814.0, 8841.0, 8811.0, 8842.0, 8811.0, 8844.0, 8841.0, 8842.0, 8844.0, 8842.0, 8847.0, 8861.0, 8846.0, 8841.0, 8828.0, 8823.0, 8846.0, 8844.0, 8862.0, 8829.0, 8845.0, 8828.0, 8865.0, 8844.0, 8858.0, 8813.0, 8842.0, 8813.0, 8862.0, 8827.0, 8847.0, 8810.0, 8840.0, 8810.0, 8843.0, 8838.0, 8843.0, 8810.0, 8839.0, 8811.0, 8843.0, 8838.0, 8846.0, 8808.0, 8842.0, 8807.0, 8839.0, 8813.0, 8858.0, 8847.0, 8858.0, 8845.0, 8856.0, 8846.0, 8859.0, 8847.0, 8857.0, 8846.0, 8857.0, 8850.0, 8858.0, 8849.0, 8861.0, 8849.0, 8843.0, 8847.0, 8843.0, 8849.0, 8842.0, 8844.0, 8841.0, 8847.0, 8860.0, 8847.0, 8829.0, 8848.0, 8829.0, 8848.0, 8849.0, 8865.0, 8852.0, 8863.0, 8848.0, 8847.0, 8868.0, 8837.0, 8865.0, 8866.0, 8880.0, 8852.0, 8863.0, 8852.0, 8862.0, 8844.0, 8828.0, 8843.0, 8842.0, 8862.0, 8841.0, 8845.0, 8810.0, 8841.0, 8809.0, 8842.0, 8820.0, 8842.0, 8808.0, 8823.0, 8807.0, 8839.0, 8824.0, 8844.0, 8820.0, 8842.0, 8816.0, 8841.0, 8813.0, 8845.0, 8825.0, 8840.0, 8845.0, 8858.0, 8847.0, 8879.0, 8850.0, 8854.0, 8826.0, 8822.0, 8842.0, 8824.0, 8862.0, 8827.0, 8860.0, 8814.0, 8845.0, 8814.0, 8860.0, 8841.0, 8847.0, 8825.0, 8841.0, 8825.0, 8844.0, 8827.0, 8847.0, 8815.0, 8839.0, 8827.0, 8838.0, 8843.0, 8856.0, 8843.0, 8858.0, 8846.0, 8857.0, 8850.0, 8863.0, 8868.0, 8835.0, 8862.0, 8848.0, 8861.0, 8863.0, 8876.0, 8864.0, 8846.0, 8848.0, 8860.0, 8868.0, 8848.0, 8866.0, 8833.0, 8862.0, 8848.0, 8862.0, 8863.0, 8877.0, 8863.0, 8857.0, 8846.0, 8855.0, 8845.0, 8858.0, 8847.0, 8840.0, 8846.0, 8842.0, 8849.0, 8827.0, 8842.0, 8824.0, 8839.0, 8824.0, 8843.0, 8814.0, 8843.0, 8846.0, 8845.0, 8849.0, 8862.0, 8863.0, 8862.0, 8864.0, 8845.0, 8849.0, 8846.0, 8866.0, 8858.0, 8846.0, 8841.0, 8848.0, 8860.0, 8848.0, 8843.0, 8845.0, 8824.0, 8845.0, 8829.0, 8861.0, 8830.0, 8842.0, 8841.0, 8843.0, 8850.0, 8876.0, 8848.0, 8857.0, 8830.0, 8854.0, 8847.0, 8858.0, 8846.0, 8829.0, 8844.0, 8813.0, 8862.0, 8861.0, 8873.0, 8860.0, 8853.0, 8848.0, 8861.0, 8849.0, 8859.0, 8847.0, 8826.0, 8844.0, 8842.0, 8862.0, 8826.0, 8839.0, 8826.0, 8841.0, 8844.0, 8843.0, 8860.0, 8871.0, 8846.0, 8855.0, 8847.0, 8860.0, 8843.0, 8821.0, 8824.0, 8805.0, 8841.0, 8809.0, 8839.0, 8840.0, 8836.0, 8824.0, 8838.0, 8842.0, 8871.0, 8844.0, 8854.0, 8827.0, 8854.0, 8844.0, 8854.0, 8826.0, 8820.0, 8825.0, 8839.0, 8861.0, 8824.0, 8845.0, 8814.0, 8842.0, 8812.0, 8844.0, 8844.0, 8856.0, 8839.0, 8855.0, 8848.0, 8858.0, 8862.0, 8828.0, 8845.0, 8830.0, 8858.0, 8862.0, 8879.0, 8867.0, 8860.0, 8846.0, 8874.0, 8848.0, 8857.0, 8844.0, 8853.0, 8829.0, 8854.0, 8848.0, 8857.0, 8830.0, 8828.0, 8842.0, 8833.0, 8859.0, 8867.0, 8878.0, 8851.0, 8858.0, 8851.0, 8860.0, 8865.0, 8844.0, 8845.0, 8823.0, 8844.0, 8840.0, 8845.0, 8824.0, 8824.0, 8807.0, 8824.0, 8820.0, 8843.0, 8810.0, 8839.0, 8824.0, 8841.0, 8845.0, 8856.0, 8848.0, 8856.0, 8843.0, 8859.0, 8848.0, 8858.0, 8845.0, 8840.0, 8847.0, 8842.0, 8866.0, 8860.0, 8864.0, 8831.0, 8845.0, 8824.0, 8848.0, 8827.0, 8856.0, 8845.0, 8846.0, 8830.0, 8847.0, 8829.0, 8859.0, 8814.0, 8844.0, 8815.0, 8844.0, 8832.0, 8844.0, 8845.0, 8859.0, 8847.0, 8841.0, 8852.0, 8847.0, 8864.0, 8850.0, 8863.0, 8851.0, 8863.0, 8865.0, 8863.0, 8851.0, 8858.0, 8846.0, 8855.0, 8864.0, 8861.0, 8860.0, 8829.0, 8845.0, 8830.0, 8845.0, 8830.0, 8860.0, 8844.0, 8874.0, 8845.0, 8844.0, 8849.0, 8863.0, 8863.0, 8833.0, 8848.0, 8829.0, 8861.0, 8833.0, 8861.0, 8847.0, 8857.0, 8826.0, 8836.0, 8846.0, 8845.0, 8862.0, 8818.0, 8845.0, 8846.0, 8862.0, 8869.0, 8891.0, 8874.0, 8884.0, 8877.0, 8864.0, 8867.0, 8855.0, 8850.0, 8855.0, 8863.0, 8858.0, 8867.0, 8873.0, 8865.0, 8830.0, 8867.0, 8868.0, 8866.0, 8865.0, 8858.0, 8834.0, 8857.0, 8849.0, 8860.0, 8826.0, 8824.0, 8826.0, 8824.0, 8823.0, 8837.0, 8865.0, 8846.0, 8868.0, 8848.0, 8860.0, 8845.0, 8865.0, 8842.0, 8861.0, 8799.0, 8849.0, 8809.0, 8835.0, 8826.0, 8851.0, 8825.0, 8804.0, 8804.0, 8795.0, 8821.0, 8766.0, 8812.0, 8785.0, 8817.0, 8828.0, 8821.0, 8839.0, 8825.0, 8855.0, 8841.0, 8855.0, 8840.0, 8793.0, 8834.0, 8821.0, 8830.0, 8824.0, 8836.0, 8825.0, 8836.0, 8810.0, 8831.0, 8823.0, 8852.0, 8838.0, 8822.0, 8839.0, 8824.0, 8844.0, 8826.0, 8862.0, 8831.0, 8844.0, 8828.0, 8845.0, 8829.0, 8861.0, 8846.0, 8859.0, 8845.0, 8841.0, 8842.0, 8857.0, 8845.0, 8839.0, 8842.0, 8836.0, 8841.0, 8840.0, 8841.0, 8852.0, 8843.0, 8839.0, 8842.0, 8841.0, 8842.0, 8857.0, 8843.0, 8840.0, 8827.0, 8843.0, 8814.0, 8844.0, 8829.0, 8839.0, 8826.0, 8841.0, 8814.0, 8861.0, 8851.0, 8872.0, 8847.0, 8858.0, 8842.0, 8831.0, 8863.0, 8849.0, 8879.0, 8847.0, 8860.0, 8829.0, 8853.0, 8848.0, 8841.0, 8841.0, 8810.0, 8837.0, 8808.0, 8838.0, 8843.0, 8854.0, 8843.0, 8840.0, 8840.0, 8839.0, 8828.0, 8843.0, 8808.0, 8834.0, 8806.0, 8820.0, 8804.0, 8844.0, 8821.0, 8841.0, 8807.0, 8822.0, 8794.0, 8842.0, 8808.0, 8842.0, 8808.0, 8838.0, 8794.0, 8822.0, 8805.0, 8841.0, 8807.0, 8839.0, 8826.0, 8822.0, 8822.0, 8835.0, 8840.0, 8840.0, 8828.0, 8848.0, 8811.0, 8849.0, 8827.0, 8832.0, 8823.0, 8851.0, 8824.0, 8834.0, 8811.0, 8850.0, 8827.0, 8841.0, 8845.0, 8813.0, 8844.0, 8825.0, 8849.0, 8824.0, 8859.0, 8815.0, 8840.0, 8811.0, 8843.0, 8823.0, 8841.0, 8821.0, 8821.0, 8816.0, 8804.0, 8831.0, 8819.0, 8833.0, 8821.0, 8817.0, 8807.0, 8835.0, 8824.0, 8835.0, 8845.0, 8812.0, 8843.0, 8809.0, 8843.0, 8809.0, 8845.0, 8811.0, 8839.0, 8795.0, 8840.0, 8808.0, 8840.0, 8808.0, 8837.0, 8822.0, 8834.0, 8840.0, 8839.0, 8845.0, 8844.0, 8832.0, 8855.0, 8848.0, 8861.0, 8845.0, 8827.0, 8829.0, 8824.0, 8847.0, 8842.0, 8863.0, 8826.0, 8839.0, 8811.0, 8844.0, 8827.0, 8856.0, 8843.0, 8843.0, 8845.0, 8841.0, 8845.0, 8859.0, 8846.0, 8842.0, 8831.0, 8855.0, 8832.0, 8855.0, 8845.0, 8828.0, 8846.0, 8823.0, 8845.0, 8839.0, 8862.0, 8829.0, 8843.0, 8829.0, 8843.0, 8849.0, 8863.0, 8861.0, 8859.0, 8844.0, 8839.0, 8844.0, 8854.0, 8843.0, 8856.0, 8826.0, 8834.0, 8812.0, 8841.0, 8861.0, 8831.0, 8860.0, 8829.0, 8848.0, 8831.0, 8866.0, 8826.0, 8842.0, 8810.0, 8837.0, 8796.0, 8841.0, 8809.0, 8837.0, 8841.0, 8835.0, 8828.0, 8839.0, 8841.0, 8857.0, 8843.0, 8837.0, 8824.0, 8837.0, 8841.0, 8854.0, 8825.0, 8836.0, 8813.0, 8841.0, 8845.0, 8827.0, 8843.0, 8813.0, 8840.0, 8827.0, 8863.0, 8830.0, 8863.0, 8845.0, 8855.0, 8842.0, 8855.0, 8829.0, 8841.0, 8858.0, 8832.0, 8844.0, 8848.0, 8860.0, 8861.0, 8880.0, 8861.0, 8856.0, 8845.0, 8855.0, 8842.0, 8856.0, 8843.0, 8835.0, 8826.0, 8853.0, 8845.0, 8852.0, 8842.0, 8839.0, 8826.0, 8854.0, 8844.0, 8857.0, 8846.0, 8840.0, 8844.0, 8844.0, 8845.0, 8854.0, 8843.0, 8841.0, 8843.0, 8838.0, 8845.0, 8857.0, 8828.0, 8822.0, 8842.0, 8839.0, 8848.0, 8856.0, 8841.0, 8826.0, 8845.0, 8856.0, 8846.0, 8857.0, 8840.0, 8838.0, 8826.0, 8838.0, 8826.0, 8853.0, 8840.0, 8853.0, 8829.0, 8841.0, 8831.0, 8855.0, 8838.0, 8844.0, 8807.0, 8836.0, 8805.0, 8826.0, 8835.0, 8842.0, 8839.0, 8846.0, 8839.0, 8848.0, 8843.0, 8847.0, 8859.0, 8863.0, 8860.0, 8848.0, 8816.0, 8863.0, 8847.0, 8869.0, 8860.0, 8848.0, 8859.0, 8846.0, 8876.0, 8861.0, 8862.0, 8847.0, 8844.0, 8849.0, 8843.0, 8851.0, 8862.0, 8848.0, 8866.0, 8851.0, 8864.0, 8865.0, 8869.0, 8851.0, 8872.0, 8863.0, 8866.0, 8858.0, 8850.0, 8844.0, 8852.0, 8867.0, 8871.0, 8864.0, 8871.0, 8867.0, 8872.0, 8884.0, 8872.0, 8882.0, 8867.0, 8866.0, 8868.0, 8881.0, 8869.0, 8876.0, 8868.0, 8863.0, 8865.0, 8864.0, 8866.0, 8862.0, 8868.0, 8883.0, 8877.0, 8890.0, 8895.0, 8889.0, 8893.0, 8885.0, 8873.0, 8887.0, 8889.0, 8872.0, 8867.0, 8867.0, 8854.0, 8879.0, 8854.0, 8879.0, 8866.0, 8862.0, 8835.0, 8861.0, 8853.0, 8862.0, 8865.0, 8862.0, 8848.0, 8863.0, 8849.0, 8879.0, 8868.0, 8849.0, 8848.0, 8831.0, 8867.0, 8846.0, 8882.0, 8846.0, 8859.0, 8850.0, 8863.0, 8866.0, 8879.0, 8866.0, 8878.0, 8853.0, 8866.0, 8867.0, 8876.0, 8863.0, 8857.0, 8867.0, 8860.0, 8866.0, 8877.0, 8851.0, 8874.0, 8851.0, 8878.0, 8848.0, 8860.0, 8833.0, 8841.0, 8834.0, 8860.0, 8861.0, 8830.0, 8843.0, 8813.0, 8846.0, 8816.0, 8856.0, 8846.0, 8842.0, 8830.0, 8855.0, 8846.0, 8858.0, 8845.0, 8838.0, 8812.0, 8853.0, 8843.0, 8825.0, 8825.0, 8812.0, 8845.0, 8829.0, 8862.0, 8844.0, 8841.0, 8845.0, 8841.0, 8847.0, 8876.0, 8848.0, 8841.0, 8832.0, 8849.0, 8885.0, 8848.0, 8862.0, 8849.0, 8863.0, 8870.0, 8878.0, 8848.0, 8845.0, 8835.0, 8859.0, 8864.0, 8845.0, 8844.0, 8811.0, 8845.0, 8831.0, 8861.0, 8845.0, 8844.0, 8842.0, 8861.0, 8865.0, 8876.0, 8850.0, 8856.0, 8828.0, 8860.0, 8847.0, 8857.0, 8843.0, 8822.0, 8826.0, 8837.0, 8844.0, 8860.0, 8862.0, 8830.0, 8843.0, 8835.0, 8860.0, 8873.0, 8881.0, 8854.0, 8834.0, 8844.0, 8833.0, 8863.0, 8849.0, 8875.0, 8830.0, 8858.0, 8819.0, 8862.0, 8850.0, 8845.0, 8839.0, 8808.0, 8835.0, 8794.0, 8837.0, 8824.0, 8854.0, 8795.0, 8810.0, 8843.0, 8825.0, 8859.0, 8827.0, 8835.0, 8824.0, 8831.0, 8822.0, 8853.0, 8823.0, 8838.0, 8796.0, 8834.0, 8822.0, 8817.0, 8820.0, 8785.0, 8817.0, 8775.0, 8836.0, 8786.0, 8834.0, 8806.0, 8816.0, 8802.0, 8817.0, 8803.0, 8831.0, 8820.0, 8831.0, 8807.0, 8817.0, 8823.0, 8851.0, 8805.0, 8792.0, 8821.0, 8793.0, 8862.0, 8831.0, 8859.0, 8826.0, 8828.0, 8848.0, 8871.0, 8886.0, 8853.0, 8840.0, 8846.0, 8831.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.0004998614718614719</td></tr>
<tr><td colspan=3>aqi</td><td>0.021891638787878788</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.545675760181986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2233704374610042</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0020593985701913</td></tr>
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
<tr><td colspan=3>fber</td><td>7389.3076</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08667618391294715</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2510822510822512</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.537698908347304</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4279863966577477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.872236295156914</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.312874033227249</td></tr>
<tr><td colspan=3>gcor</td><td>0.00583869</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020413478836417198</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02324593812227249</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.856364121544697</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>57.3453</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.1937</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.803</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.8279</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5156</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.1019</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3192.3495</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.2833</td></tr>
<tr><td colspan=3>tsnr</td><td>42.76213635969907</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>