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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0019_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0019_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0019_suffix-bold_task-narratives" 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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-02/func/sub-0019_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dec27f21b830ca8d16e9eccc89c0f8e0</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:03:17.780000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</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-04_task-narratives_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.103656</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7798, -7208, 494, -3, -280, 76, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>625faa9c-623e-4c04-b6c2-66f4deea207f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [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, 1156]</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], 'AcquisitionTime': ['150317.780000', '150318.240000', '150318.700000', '150319.160000', '150319.620000', '150320.080000', '150320.540000', '150321.000000', '150321.460000', '150321.920000', '150322.380000', '150322.840000', '150323.300000', '150323.760000', '150324.220000', '150324.680000', '150325.140000', '150325.600000', '150326.060000', '150326.520000', '150326.980000', '150327.440000', '150327.900000', '150328.360000', '150328.820000', '150329.280000', '150329.740000', '150330.200000', '150330.660000', '150331.120000', '150331.580000', '150332.040000', '150332.500000', '150332.960000', '150333.420000', '150333.880000', '150334.340000', '150334.800000', '150335.260000', '150335.720000', '150336.180000', '150336.640000', '150337.100000', '150337.560000', '150338.020000', '150338.480000', '150338.940000', '150339.400000', '150339.860000', '150340.320000', '150340.780000', '150341.240000', '150341.700000', '150342.160000', '150342.620000', '150343.080000', '150343.540000', '150344.000000', '150344.460000', '150344.920000', '150345.380000', '150345.840000', '150346.300000', '150346.760000', '150347.220000', '150347.680000', '150348.140000', '150348.600000', '150349.060000', '150349.520000', '150349.980000', '150350.440000', '150350.900000', '150351.360000', '150351.820000', '150352.280000', '150352.740000', '150353.200000', '150353.660000', '150354.120000', '150354.580000', '150355.040000', '150355.500000', '150355.960000', '150356.420000', '150356.880000', '150357.340000', '150357.800000', '150358.260000', '150358.720000', '150359.180000', '150359.640000', '150400.100000', '150400.560000', '150401.020000', '150401.480000', '150401.940000', '150402.400000', '150402.860000', '150403.320000', '150403.780000', '150404.240000', '150404.700000', '150405.160000', '150405.620000', '150406.080000', '150406.540000', '150407.000000', '150407.460000', '150407.920000', '150408.380000', '150408.840000', '150409.300000', '150409.760000', '150410.220000', '150410.680000', '150411.140000', '150411.600000', '150412.060000', '150412.520000', '150412.980000', '150413.440000', '150413.900000', '150414.360000', '150414.820000', '150415.280000', '150415.740000', '150416.200000', '150416.660000', '150417.120000', '150417.580000', '150418.040000', '150418.500000', '150418.960000', '150419.420000', '150419.880000', '150420.340000', '150420.800000', '150421.260000', '150421.720000', '150422.180000', '150422.640000', '150423.100000', '150423.560000', '150424.020000', '150424.480000', '150424.940000', '150425.400000', '150425.860000', '150426.320000', '150426.780000', '150427.240000', '150427.700000', '150428.160000', '150428.620000', '150429.080000', '150429.540000', '150430.000000', '150430.460000', '150430.920000', '150431.380000', '150431.840000', '150432.300000', '150432.760000', '150433.220000', '150433.680000', '150434.140000', '150434.600000', '150435.060000', '150435.520000', '150435.980000', '150436.440000', '150436.900000', '150437.360000', '150437.820000', '150438.280000', '150438.740000', '150439.200000', '150439.660000', '150440.120000', '150440.580000', '150441.040000', '150441.500000', '150441.960000', '150442.420000', '150442.880000', '150443.340000', '150443.800000', '150444.260000', '150444.720000', '150445.180000', '150445.640000', '150446.100000', '150446.560000', '150447.020000', '150447.480000', '150447.940000', '150448.400000', '150448.860000', '150449.320000', '150449.780000', '150450.240000', '150450.700000', '150451.160000', '150451.620000', '150452.080000', '150452.540000', '150453.000000', '150453.460000', '150453.920000', '150454.380000', '150454.840000', '150455.300000', '150455.760000', '150456.220000', '150456.680000', '150457.140000', '150457.600000', '150458.060000', '150458.520000', '150458.980000', '150459.440000', '150459.900000', '150500.360000', '150500.820000', '150501.280000', '150501.740000', '150502.200000', '150502.660000', '150503.120000', '150503.580000', '150504.040000', '150504.500000', '150504.960000', '150505.420000', '150505.880000', '150506.340000', '150506.800000', '150507.260000', '150507.720000', '150508.180000', '150508.640000', '150509.100000', '150509.560000', '150510.020000', '150510.480000', '150510.940000', '150511.400000', '150511.860000', '150512.320000', '150512.780000', '150513.240000', '150513.700000', '150514.160000', '150514.620000', '150515.080000', '150515.540000', '150516.000000', '150516.460000', '150516.920000', '150517.380000', '150517.840000', '150518.300000', '150518.760000', '150519.220000', '150519.680000', '150520.140000', '150520.600000', '150521.060000', '150521.520000', '150521.980000', '150522.440000', '150522.900000', '150523.360000', '150523.820000', '150524.280000', '150524.740000', '150525.200000', '150525.660000', '150526.120000', '150526.580000', '150527.040000', '150527.500000', '150527.960000', '150528.420000', '150528.880000', '150529.340000', '150529.800000', '150530.260000', '150530.720000', '150531.180000', '150531.640000', '150532.100000', '150532.560000', '150533.020000', '150533.480000', '150533.940000', '150534.400000', '150534.860000', '150535.320000', '150535.780000', '150536.240000', '150536.700000', '150537.160000', '150537.620000', '150538.080000', '150538.540000', '150539.000000', '150539.460000', '150539.920000', '150540.380000', '150540.840000', '150541.300000', '150541.760000', '150542.220000', '150542.680000', '150543.140000', '150543.600000', '150544.060000', '150544.520000', '150544.980000', '150545.440000', '150545.900000', '150546.360000', '150546.820000', '150547.280000', '150547.740000', '150548.200000', '150548.660000', '150549.120000', '150549.580000', '150550.040000', '150550.500000', '150550.960000', '150551.420000', '150551.880000', '150552.340000', '150552.800000', '150553.260000', '150553.720000', '150554.180000', '150554.640000', '150555.100000', '150555.560000', '150556.020000', '150556.480000', '150556.940000', '150557.400000', '150557.860000', '150558.320000', '150558.780000', '150559.240000', '150559.700000', '150600.160000', '150600.620000', '150601.080000', '150601.540000', '150602.000000', '150602.460000', '150602.920000', '150603.380000', '150603.840000', '150604.300000', '150604.760000', '150605.220000', '150605.680000', '150606.140000', '150606.600000', '150607.060000', '150607.520000', '150607.980000', '150608.440000', '150608.900000', '150609.360000', '150609.820000', '150610.280000', '150610.740000', '150611.200000', '150611.660000', '150612.120000', '150612.580000', '150613.040000', '150613.500000', '150613.960000', '150614.420000', '150614.880000', '150615.340000', '150615.800000', '150616.260000', '150616.720000', '150617.180000', '150617.640000', '150618.100000', '150618.560000', '150619.020000', '150619.480000', '150619.940000', '150620.400000', '150620.860000', '150621.320000', '150621.780000', '150622.240000', '150622.700000', '150623.160000', '150623.620000', '150624.080000', '150624.540000', '150625.000000', '150625.460000', '150625.920000', '150626.380000', '150626.840000', '150627.300000', '150627.760000', '150628.220000', '150628.680000', '150629.140000', '150629.600000', '150630.060000', '150630.520000', '150630.980000', '150631.440000', '150631.900000', '150632.360000', '150632.820000', '150633.280000', '150633.740000', '150634.200000', '150634.660000', '150635.120000', '150635.580000', '150636.040000', '150636.500000', '150636.960000', '150637.420000', '150637.880000', '150638.340000', '150638.800000', '150639.260000', '150639.720000', '150640.180000', '150640.640000', '150641.100000', '150641.560000', '150642.020000', '150642.480000', '150642.940000', '150643.400000', '150643.860000', '150644.320000', '150644.780000', '150645.240000', '150645.700000', '150646.160000', '150646.620000', '150647.080000', '150647.540000', '150648.000000', '150648.460000', '150648.920000', '150649.380000', '150649.840000', '150650.300000', '150650.760000', '150651.220000', '150651.680000', '150652.140000', '150652.600000', '150653.060000', '150653.520000', '150653.980000', '150654.440000', '150654.900000', '150655.360000', '150655.820000', '150656.280000', '150656.740000', '150657.200000', '150657.660000', '150658.120000', '150658.580000', '150659.040000', '150659.500000', '150659.960000', '150700.420000', '150700.880000', '150701.340000', '150701.800000', '150702.260000', '150702.720000', '150703.180000', '150703.640000', '150704.100000', '150704.560000', '150705.020000', '150705.480000', '150705.940000', '150706.400000', '150706.860000', '150707.320000', '150707.780000', '150708.240000', '150708.700000', '150709.160000', '150709.620000', '150710.080000', '150710.540000', '150711.000000', '150711.460000', '150711.920000', '150712.380000', '150712.840000', '150713.300000', '150713.760000', '150714.220000', '150714.680000', '150715.140000', '150715.600000', '150716.060000', '150716.520000', '150716.980000', '150717.440000', '150717.900000', '150718.360000', '150718.820000', '150719.280000', '150719.740000', '150720.200000', '150720.660000', '150721.120000', '150721.580000', '150722.040000', '150722.500000', '150722.960000', '150723.420000', '150723.880000', '150724.340000', '150724.800000', '150725.260000', '150725.720000', '150726.180000', '150726.640000', '150727.100000', '150727.560000', '150728.020000', '150728.480000', '150728.940000', '150729.400000', '150729.860000', '150730.320000', '150730.780000', '150731.240000', '150731.700000', '150732.160000', '150732.620000', '150733.080000', '150733.540000', '150734.000000', '150734.460000', '150734.920000', '150735.380000', '150735.840000', '150736.300000', '150736.760000', '150737.220000', '150737.680000', '150738.140000', '150738.600000', '150739.060000', '150739.520000', '150739.980000', '150740.440000', '150740.900000', '150741.360000', '150741.820000', '150742.280000', '150742.740000', '150743.200000', '150743.660000', '150744.120000', '150744.580000', '150745.040000', '150745.500000', '150745.960000', '150746.420000', '150746.880000', '150747.340000', '150747.800000', '150748.260000', '150748.720000', '150749.180000', '150749.640000', '150750.100000', '150750.560000', '150751.020000', '150751.480000', '150751.940000', '150752.400000', '150752.860000', '150753.320000', '150753.780000', '150754.240000', '150754.700000', '150755.160000', '150755.620000', '150756.080000', '150756.540000', '150757.000000', '150757.460000', '150757.920000', '150758.380000', '150758.840000', '150759.300000', '150759.760000', '150800.220000', '150800.680000', '150801.140000', '150801.600000', '150802.060000', '150802.520000', '150802.980000', '150803.440000', '150803.900000', '150804.360000', '150804.820000', '150805.280000', '150805.740000', '150806.200000', '150806.660000', '150807.120000', '150807.580000', '150808.040000', '150808.500000', '150808.960000', '150809.420000', '150809.880000', '150810.340000', '150810.800000', '150811.260000', '150811.720000', '150812.180000', '150812.640000', '150813.100000', '150813.560000', '150814.020000', '150814.480000', '150814.940000', '150815.400000', '150815.860000', '150816.320000', '150816.780000', '150817.240000', '150817.700000', '150818.160000', '150818.620000', '150819.080000', '150819.540000', '150820.000000', '150820.460000', '150820.920000', '150821.380000', '150821.840000', '150822.300000', '150822.760000', '150823.220000', '150823.680000', '150824.140000', '150824.600000', '150825.060000', '150825.520000', '150825.980000', '150826.440000', '150826.900000', '150827.360000', '150827.820000', '150828.280000', '150828.740000', '150829.200000', '150829.660000', '150830.120000', '150830.580000', '150831.040000', '150831.500000', '150831.960000', '150832.420000', '150832.880000', '150833.340000', '150833.800000', '150834.260000', '150834.720000', '150835.180000', '150835.640000', '150836.100000', '150836.560000', '150837.020000', '150837.480000', '150837.940000', '150838.400000', '150838.860000', '150839.320000', '150839.780000', '150840.240000', '150840.700000', '150841.160000', '150841.620000', '150842.080000', '150842.540000', '150843.000000', '150843.460000', '150843.920000', '150844.380000', '150844.840000', '150845.300000', '150845.760000', '150846.220000', '150846.680000', '150847.140000', '150847.600000', '150848.060000', '150848.520000', '150848.980000', '150849.440000', '150849.900000', '150850.360000', '150850.820000', '150851.280000', '150851.740000', '150852.200000', '150852.660000', '150853.120000', '150853.580000', '150854.040000', '150854.500000', '150854.960000', '150855.420000', '150855.880000', '150856.340000', '150856.800000', '150857.260000', '150857.720000', '150858.180000', '150858.640000', '150859.100000', '150859.560000', '150900.020000', '150900.480000', '150900.940000', '150901.400000', '150901.860000', '150902.320000', '150902.780000', '150903.240000', '150903.700000', '150904.160000', '150904.620000', '150905.080000', '150905.540000', '150906.000000', '150906.460000', '150906.920000', '150907.380000', '150907.840000', '150908.300000', '150908.760000', '150909.220000', '150909.680000', '150910.140000', '150910.600000', '150911.060000', '150911.520000', '150911.980000', '150912.440000', '150912.900000', '150913.360000', '150913.820000', '150914.280000', '150914.740000', '150915.200000', '150915.660000', '150916.120000', '150916.580000', '150917.040000', '150917.500000', '150917.960000', '150918.420000', '150918.880000', '150919.340000', '150919.800000', '150920.260000', '150920.720000', '150921.180000', '150921.640000', '150922.100000', '150922.560000', '150923.020000', '150923.480000', '150923.940000', '150924.400000', '150924.860000', '150925.320000', '150925.780000', '150926.240000', '150926.700000', '150927.160000', '150927.620000', '150928.080000', '150928.540000', '150929.000000', '150929.460000', '150929.920000', '150930.380000', '150930.840000', '150931.300000', '150931.760000', '150932.220000', '150932.680000', '150933.140000', '150933.600000', '150934.060000', '150934.520000', '150934.980000', '150935.440000', '150935.900000', '150936.360000', '150936.820000', '150937.280000', '150937.740000', '150938.200000', '150938.660000', '150939.120000', '150939.580000', '150940.040000', '150940.500000', '150940.960000', '150941.420000', '150941.880000', '150942.340000', '150942.800000', '150943.260000', '150943.720000', '150944.180000', '150944.640000', '150945.100000', '150945.560000', '150946.020000', '150946.480000', '150946.940000', '150947.400000', '150947.860000', '150948.320000', '150948.780000', '150949.240000', '150949.700000', '150950.160000', '150950.620000', '150951.080000', '150951.540000', '150952.000000', '150952.460000', '150952.920000', '150953.380000', '150953.840000', '150954.300000', '150954.760000', '150955.220000', '150955.680000', '150956.140000', '150956.600000', '150957.060000', '150957.520000', '150957.980000', '150958.440000', '150958.900000', '150959.360000', '150959.820000', '151000.280000', '151000.740000', '151001.200000', '151001.660000', '151002.120000', '151002.580000', '151003.040000', '151003.500000', '151003.960000', '151004.420000', '151004.880000', '151005.340000', '151005.800000', '151006.260000', '151006.720000', '151007.180000', '151007.640000', '151008.100000', '151008.560000', '151009.020000', '151009.480000', '151009.940000', '151010.400000', '151010.860000', '151011.320000', '151011.780000', '151012.240000', '151012.700000', '151013.160000', '151013.620000', '151014.080000', '151014.540000', '151015.000000', '151015.460000', '151015.920000', '151016.380000', '151016.840000', '151017.300000', '151017.760000', '151018.220000', '151018.680000', '151019.140000', '151019.600000', '151020.060000', '151020.520000', '151020.980000', '151021.440000', '151021.900000', '151022.360000', '151022.820000', '151023.280000', '151023.740000', '151024.200000', '151024.660000', '151025.120000', '151025.580000', '151026.040000', '151026.500000', '151026.960000', '151027.420000', '151027.880000', '151028.340000', '151028.800000', '151029.260000', '151029.720000', '151030.180000', '151030.640000', '151031.100000', '151031.560000', '151032.020000', '151032.480000', '151032.940000', '151033.400000', '151033.860000', '151034.320000', '151034.780000', '151035.240000', '151035.700000', '151036.160000', '151036.620000', '151037.080000', '151037.540000', '151038.000000', '151038.460000', '151038.920000', '151039.380000', '151039.840000', '151040.300000', '151040.760000', '151041.220000', '151041.680000', '151042.140000', '151042.600000', '151043.060000', '151043.520000', '151043.980000', '151044.440000', '151044.900000', '151045.360000', '151045.820000', '151046.280000', '151046.740000', '151047.200000', '151047.660000', '151048.120000', '151048.580000', '151049.040000', '151049.500000', '151049.960000', '151050.420000', '151050.880000', '151051.340000', '151051.800000', '151052.260000', '151052.720000', '151053.180000', '151053.640000', '151054.100000', '151054.560000', '151055.020000', '151055.480000', '151055.940000', '151056.400000', '151056.860000', '151057.320000', '151057.780000', '151058.240000', '151058.700000', '151059.160000', '151059.620000', '151100.080000', '151100.540000', '151101.000000', '151101.460000', '151101.920000', '151102.380000', '151102.840000', '151103.300000', '151103.760000', '151104.220000', '151104.680000', '151105.140000', '151105.600000', '151106.060000', '151106.520000', '151106.980000', '151107.440000', '151107.900000', '151108.360000', '151108.820000', '151109.280000', '151109.740000', '151110.200000', '151110.660000', '151111.120000', '151111.580000', '151112.040000', '151112.500000', '151112.960000', '151113.420000', '151113.880000', '151114.340000', '151114.800000', '151115.260000', '151115.720000', '151116.180000', '151116.640000', '151117.100000', '151117.560000', '151118.020000', '151118.480000', '151118.940000', '151119.400000', '151119.860000', '151120.320000', '151120.780000', '151121.240000', '151121.700000', '151122.160000', '151122.620000', '151123.080000', '151123.540000', '151124.000000', '151124.460000', '151124.920000', '151125.380000', '151125.840000', '151126.300000', '151126.760000', '151127.220000', '151127.680000', '151128.140000', '151128.600000', '151129.060000', '151129.520000', '151129.980000', '151130.440000', '151130.900000', '151131.360000', '151131.820000', '151132.280000', '151132.740000', '151133.200000', '151133.660000', '151134.120000', '151134.580000', '151135.040000', '151135.500000', '151135.960000', '151136.420000', '151136.880000', '151137.340000', '151137.800000', '151138.260000', '151138.720000', '151139.180000', '151139.640000', '151140.100000', '151140.560000', '151141.020000', '151141.480000', '151141.940000', '151142.400000', '151142.860000', '151143.320000', '151143.780000', '151144.240000', '151144.700000', '151145.160000', '151145.620000', '151146.080000', '151146.540000', '151147.000000', '151147.460000', '151147.920000', '151148.380000', '151148.840000', '151149.300000', '151149.760000', '151150.220000', '151150.680000', '151151.140000', '151151.600000', '151152.060000', '151152.520000', '151152.980000', '151153.440000', '151153.900000', '151154.360000', '151154.820000', '151155.280000', '151155.740000', '151156.200000', '151156.660000', '151157.120000', '151157.580000', '151158.040000', '151158.500000', '151158.960000', '151159.420000', '151159.880000', '151200.340000', '151200.800000', '151201.260000', '151201.720000', '151202.180000', '151202.640000', '151203.100000', '151203.560000', '151204.020000', '151204.480000', '151204.940000', '151205.400000', '151205.860000', '151206.320000', '151206.780000', '151207.240000', '151207.700000', '151208.160000', '151208.620000', '151209.080000'], 'ContentTime': ['150344.035000', '150344.038000', '150344.049000', '150344.052000', '150344.055000', '150344.058000', '150344.061000', '150344.064000', '150344.067000', '150344.070000', '150344.073000', '150344.076000', '150344.079000', '150344.082000', '150344.085000', '150344.088000', '150344.099000', '150344.102000', '150344.105000', '150344.108000', '150344.111000', '150344.114000', '150344.117000', '150344.120000', '150344.123000', '150344.126000', '150344.129000', '150344.132000', '150344.135000', '150344.138000', '150344.141000', '150344.144000', '150344.147000', '150344.150000', '150344.153000', '150344.156000', '150344.158000', '150344.162000', '150344.165000', '150344.169000', '150344.172000', '150344.175000', '150344.178000', '150344.181000', '150344.184000', '150344.187000', '150344.190000', '150344.193000', '150344.196000', '150344.199000', '150344.203000', '150344.207000', '150344.210000', '150344.213000', '150344.220000', '150344.225000', '150403.996000', '150404.000000', '150404.003000', '150404.006000', '150404.009000', '150404.012000', '150404.016000', '150404.019000', '150404.022000', '150404.033000', '150404.036000', '150404.039000', '150404.041000', '150404.044000', '150404.047000', '150404.050000', '150404.053000', '150404.056000', '150404.059000', '150404.062000', '150404.065000', '150404.068000', '150404.070000', '150404.073000', '150404.076000', '150404.079000', '150404.082000', '150404.085000', '150404.088000', '150404.091000', '150404.094000', '150404.097000', '150404.099000', '150404.102000', '150404.105000', '150404.108000', '150404.111000', '150404.114000', '150404.117000', '150404.120000', '150404.123000', '150404.126000', '150404.129000', '150423.995000', '150423.998000', '150424.002000', '150424.005000', '150424.008000', '150424.011000', '150424.013000', '150424.016000', '150424.019000', '150424.022000', '150424.025000', '150424.028000', '150424.031000', '150424.034000', '150424.037000', '150424.040000', '150424.043000', '150424.046000', '150424.049000', '150424.051000', '150424.056000', '150424.059000', '150424.062000', '150424.064000', '150424.068000', '150424.070000', '150424.073000', '150424.076000', '150424.079000', '150424.082000', '150424.085000', '150424.088000', '150424.091000', '150424.094000', '150424.096000', '150424.099000', '150424.102000', '150424.105000', '150424.108000', '150424.111000', '150424.114000', '150424.117000', '150424.120000', '150424.123000', '150443.995000', '150444.004000', '150444.007000', '150444.010000', '150444.013000', '150444.016000', '150444.019000', '150444.022000', '150444.025000', '150444.028000', '150444.031000', '150444.034000', '150444.037000', '150444.040000', '150444.043000', '150444.045000', '150444.049000', '150444.051000', '150444.054000', '150444.057000', '150444.060000', '150444.063000', '150444.066000', '150444.069000', '150444.072000', '150444.075000', '150444.078000', '150444.081000', '150444.084000', '150444.086000', '150444.089000', '150444.092000', '150444.095000', '150444.098000', '150444.101000', '150444.104000', '150444.107000', '150444.110000', '150444.113000', '150444.115000', '150444.118000', '150444.121000', '150444.124000', '150503.995000', '150503.998000', '150504.002000', '150504.005000', '150504.008000', '150504.011000', '150504.014000', '150504.017000', '150504.019000', '150504.022000', '150504.025000', '150504.028000', '150504.031000', '150504.034000', '150504.037000', '150504.040000', '150504.043000', '150504.046000', '150504.049000', '150504.052000', '150504.055000', '150504.057000', '150504.060000', '150504.063000', '150504.066000', '150504.069000', '150504.072000', '150504.075000', '150504.078000', '150504.081000', '150504.084000', '150504.087000', '150504.090000', '150504.093000', '150504.095000', '150504.098000', '150504.101000', '150504.104000', '150504.107000', '150504.110000', '150504.113000', '150504.116000', '150504.119000', '150504.122000', '150523.995000', '150523.998000', '150524.002000', '150524.005000', '150524.008000', '150524.011000', '150524.014000', '150524.017000', '150524.020000', '150524.023000', '150524.026000', '150524.028000', '150524.031000', '150524.034000', '150524.037000', '150524.040000', '150524.044000', '150524.048000', '150524.051000', '150524.054000', '150524.057000', '150524.060000', '150524.063000', '150524.066000', '150524.078000', '150524.081000', '150524.083000', '150524.086000', '150524.089000', '150524.092000', '150524.095000', '150524.098000', '150524.101000', '150524.104000', '150524.107000', '150524.110000', '150524.113000', '150524.115000', '150524.118000', '150524.122000', '150524.124000', '150524.127000', '150524.130000', '150543.996000', '150543.999000', '150544.002000', '150544.005000', '150544.008000', '150544.011000', '150544.014000', '150544.017000', '150544.020000', '150544.022000', '150544.025000', '150544.028000', '150544.031000', '150544.034000', '150544.037000', '150544.040000', '150544.043000', '150544.046000', '150544.049000', '150544.052000', '150544.055000', '150544.057000', '150544.060000', '150544.063000', '150544.066000', '150544.069000', '150544.072000', '150544.075000', '150544.078000', '150544.081000', '150544.084000', '150544.087000', '150544.089000', '150544.092000', '150544.095000', '150544.098000', '150544.101000', '150544.104000', '150544.107000', '150544.110000', '150544.113000', '150544.116000', '150544.119000', '150544.122000', '150603.996000', '150604.000000', '150604.003000', '150604.007000', '150604.010000', '150604.013000', '150604.016000', '150604.019000', '150604.022000', '150604.025000', '150604.027000', '150604.030000', '150604.033000', '150604.036000', '150604.039000', '150604.042000', '150604.045000', '150604.048000', '150604.051000', '150604.054000', '150604.057000', '150604.060000', '150604.064000', '150604.067000', '150604.070000', '150604.072000', '150604.075000', '150604.079000', '150604.083000', '150604.086000', '150604.089000', '150604.092000', '150604.095000', '150604.097000', '150604.100000', '150604.103000', '150604.106000', '150604.121000', '150604.124000', '150604.127000', '150604.130000', '150604.133000', '150604.136000', '150623.996000', '150624.000000', '150624.003000', '150624.006000', '150624.009000', '150624.012000', '150624.015000', '150624.018000', '150624.020000', '150624.023000', '150624.026000', '150624.029000', '150624.032000', '150624.035000', '150624.038000', '150624.041000', '150624.044000', '150624.047000', '150624.050000', '150624.053000', '150624.055000', '150624.058000', '150624.062000', '150624.064000', '150624.067000', '150624.070000', '150624.073000', '150624.076000', '150624.079000', '150624.082000', '150624.085000', '150624.088000', '150624.091000', '150624.094000', '150624.097000', '150624.099000', '150624.102000', '150624.105000', '150624.108000', '150624.111000', '150624.114000', '150624.117000', '150624.120000', '150624.123000', '150643.995000', '150643.998000', '150644.002000', '150644.005000', '150644.008000', '150644.011000', '150644.014000', '150644.017000', '150644.023000', '150644.026000', '150644.029000', '150644.032000', '150644.035000', '150644.038000', '150644.040000', '150644.044000', '150644.046000', '150644.049000', '150644.052000', '150644.055000', '150644.058000', '150644.061000', '150644.064000', '150644.067000', '150644.070000', '150644.073000', '150644.076000', '150644.079000', '150644.081000', '150644.084000', '150644.087000', '150644.090000', '150644.093000', '150644.096000', '150644.099000', '150644.102000', '150644.105000', '150644.108000', '150644.111000', '150644.114000', '150644.117000', '150644.120000', '150644.123000', '150703.995000', '150703.998000', '150704.002000', '150704.005000', '150704.008000', '150704.011000', '150704.014000', '150704.017000', '150704.020000', '150704.023000', '150704.025000', '150704.028000', '150704.031000', '150704.034000', '150704.037000', '150704.040000', '150704.043000', '150704.046000', '150704.049000', '150704.052000', '150704.055000', '150704.057000', '150704.060000', '150704.063000', '150704.066000', '150704.069000', '150704.072000', '150704.075000', '150704.078000', '150704.081000', '150704.084000', '150704.086000', '150704.089000', '150704.092000', '150704.095000', '150704.098000', '150704.101000', '150704.104000', '150704.107000', '150704.110000', '150704.113000', '150704.116000', '150704.118000', '150704.121000', '150723.995000', '150723.998000', '150724.002000', '150724.005000', '150724.008000', '150724.011000', '150724.014000', '150724.017000', '150724.020000', '150724.022000', '150724.026000', '150724.028000', '150724.031000', '150724.034000', '150724.037000', '150724.040000', '150724.044000', '150724.047000', '150724.050000', '150724.053000', '150724.056000', '150724.059000', '150724.062000', '150724.065000', '150724.068000', '150724.071000', '150724.074000', '150724.077000', '150724.080000', '150724.083000', '150724.086000', '150724.088000', '150724.091000', '150724.094000', '150724.098000', '150724.101000', '150724.104000', '150724.107000', '150724.110000', '150724.113000', '150724.116000', '150724.119000', '150724.122000', '150743.995000', '150743.998000', '150744.002000', '150744.005000', '150744.008000', '150744.011000', '150744.014000', '150744.023000', '150744.026000', '150744.028000', '150744.031000', '150744.035000', '150744.038000', '150744.040000', '150744.043000', '150744.046000', '150744.049000', '150744.052000', '150744.073000', '150744.077000', '150744.079000', '150744.082000', '150744.085000', '150744.088000', '150744.091000', '150744.094000', '150744.097000', '150744.100000', '150744.103000', '150744.106000', '150744.108000', '150744.111000', '150744.114000', '150744.117000', '150744.120000', '150744.123000', '150744.126000', '150744.129000', '150744.132000', '150744.135000', '150744.138000', '150744.141000', '150744.143000', '150744.146000', '150803.996000', '150803.999000', '150804.002000', '150804.005000', '150804.008000', '150804.011000', '150804.014000', '150804.017000', '150804.020000', '150804.023000', '150804.026000', '150804.028000', '150804.031000', '150804.034000', '150804.037000', '150804.040000', '150804.043000', '150804.046000', '150804.049000', '150804.052000', '150804.055000', '150804.058000', '150804.061000', '150804.064000', '150804.066000', '150804.069000', '150804.072000', '150804.075000', '150804.078000', '150804.081000', '150804.084000', '150804.087000', '150804.090000', '150804.093000', '150804.096000', '150804.099000', '150804.102000', '150804.105000', '150804.108000', '150804.110000', '150804.113000', '150804.116000', '150804.119000', '150823.996000', '150824.000000', '150824.003000', '150824.006000', '150824.009000', '150824.012000', '150824.015000', '150824.018000', '150824.020000', '150824.023000', '150824.027000', '150824.029000', '150824.032000', '150824.035000', '150824.038000', '150824.041000', '150824.044000', '150824.047000', '150824.050000', '150824.053000', '150824.056000', '150824.059000', '150824.062000', '150824.064000', '150824.067000', '150824.070000', '150824.073000', '150824.076000', '150824.079000', '150824.082000', '150824.085000', '150824.088000', '150824.091000', '150824.094000', '150824.097000', '150824.099000', '150824.102000', '150824.105000', '150824.108000', '150824.111000', '150824.114000', '150824.117000', '150824.120000', '150824.123000', '150843.996000', '150844.000000', '150844.003000', '150844.006000', '150844.009000', '150844.012000', '150844.015000', '150844.018000', '150844.028000', '150844.031000', '150844.034000', '150844.037000', '150844.040000', '150844.043000', '150844.046000', '150844.049000', '150844.056000', '150844.059000', '150844.062000', '150844.065000', '150844.068000', '150844.070000', '150844.073000', '150844.076000', '150844.079000', '150844.083000', '150844.086000', '150844.089000', '150844.092000', '150844.095000', '150844.098000', '150844.101000', '150844.104000', '150844.107000', '150844.110000', '150844.113000', '150844.116000', '150844.119000', '150844.122000', '150844.125000', '150844.128000', '150844.131000', '150844.134000', '150903.995000', '150904.054000', '150904.057000', '150904.060000', '150904.062000', '150904.066000', '150904.068000', '150904.071000', '150904.074000', '150904.077000', '150904.080000', '150904.083000', '150904.086000', '150904.090000', '150904.092000', '150904.095000', '150904.098000', '150904.101000', '150904.104000', '150904.107000', '150904.110000', '150904.113000', '150904.116000', '150904.119000', '150904.122000', '150904.125000', '150904.128000', '150904.131000', '150904.134000', '150904.137000', '150904.140000', '150904.143000', '150904.145000', '150904.148000', '150904.151000', '150904.154000', '150904.157000', '150904.160000', '150904.163000', '150904.166000', '150904.169000', '150904.172000', '150904.175000', '150923.997000', '150924.001000', '150924.004000', '150924.007000', '150924.010000', '150924.013000', '150924.016000', '150924.018000', '150924.022000', '150924.024000', '150924.027000', '150924.030000', '150924.033000', '150924.036000', '150924.039000', '150924.042000', '150924.045000', '150924.048000', '150924.051000', '150924.054000', '150924.057000', '150924.060000', '150924.062000', '150924.065000', '150924.068000', '150924.071000', '150924.074000', '150924.077000', '150924.080000', '150924.083000', '150924.086000', '150924.089000', '150924.092000', '150924.095000', '150924.098000', '150924.100000', '150924.103000', '150924.106000', '150924.109000', '150924.112000', '150924.115000', '150924.118000', '150924.121000', '150924.124000', '150943.995000', '150943.998000', '150944.002000', '150944.005000', '150944.008000', '150944.011000', '150944.014000', '150944.017000', '150944.020000', '150944.023000', '150944.026000', '150944.028000', '150944.039000', '150944.042000', '150944.045000', '150944.048000', '150944.051000', '150944.054000', '150944.057000', '150944.059000', '150944.063000', '150944.065000', '150944.068000', '150944.071000', '150944.074000', '150944.077000', '150944.080000', '150944.083000', '150944.086000', '150944.089000', '150944.092000', '150944.095000', '150944.098000', '150944.101000', '150944.104000', '150944.106000', '150944.109000', '150944.112000', '150944.115000', '150944.118000', '150944.121000', '150944.124000', '150944.127000', '150944.130000', '151003.995000', '151003.998000', '151004.002000', '151004.005000', '151004.008000', '151004.011000', '151004.014000', '151004.017000', '151004.020000', '151004.022000', '151004.026000', '151004.028000', '151004.031000', '151004.034000', '151004.037000', '151004.040000', '151004.043000', '151004.046000', '151004.049000', '151004.052000', '151004.055000', '151004.058000', '151004.061000', '151004.064000', '151004.067000', '151004.070000', '151004.073000', '151004.076000', '151004.079000', '151004.081000', '151004.084000', '151004.087000', '151004.090000', '151004.093000', '151004.096000', '151004.099000', '151004.102000', '151004.105000', '151004.108000', '151004.111000', '151004.114000', '151004.117000', '151004.121000', '151023.996000', '151023.999000', '151024.002000', '151024.005000', '151024.008000', '151024.011000', '151024.014000', '151024.017000', '151024.020000', '151024.022000', '151024.025000', '151024.028000', '151024.031000', '151024.034000', '151024.037000', '151024.040000', '151024.043000', '151024.046000', '151024.049000', '151024.052000', '151024.055000', '151024.057000', '151024.060000', '151024.063000', '151024.066000', '151024.069000', '151024.072000', '151024.075000', '151024.078000', '151024.081000', '151024.084000', '151024.087000', '151024.090000', '151024.093000', '151024.096000', '151024.099000', '151024.102000', '151024.105000', '151024.107000', '151024.110000', '151024.113000', '151024.116000', '151024.119000', '151024.122000', '151043.996000', '151044.000000', '151044.003000', '151044.006000', '151044.009000', '151044.012000', '151044.015000', '151044.018000', '151044.021000', '151044.024000', '151044.027000', '151044.030000', '151044.032000', '151044.036000', '151044.038000', '151044.041000', '151044.044000', '151044.047000', '151044.050000', '151044.053000', '151044.056000', '151044.059000', '151044.062000', '151044.065000', '151044.068000', '151044.071000', '151044.074000', '151044.076000', '151044.079000', '151044.082000', '151044.085000', '151044.088000', '151044.091000', '151044.094000', '151044.097000', '151044.100000', '151044.103000', '151044.106000', '151044.109000', '151044.112000', '151044.114000', '151044.117000', '151044.120000', '151103.996000', '151104.000000', '151104.003000', '151104.006000', '151104.009000', '151104.012000', '151104.015000', '151104.018000', '151104.021000', '151104.024000', '151104.027000', '151104.030000', '151104.033000', '151104.036000', '151104.039000', '151104.041000', '151104.044000', '151104.047000', '151104.050000', '151104.053000', '151104.056000', '151104.059000', '151104.062000', '151104.065000', '151104.068000', '151104.071000', '151104.074000', '151104.077000', '151104.079000', '151104.082000', '151104.085000', '151104.088000', '151104.091000', '151104.094000', '151104.097000', '151104.100000', '151104.103000', '151104.106000', '151104.109000', '151104.112000', '151104.115000', '151104.118000', '151104.121000', '151123.995000', '151123.998000', '151124.002000', '151124.005000', '151124.008000', '151124.011000', '151124.014000', '151124.017000', '151124.020000', '151124.023000', '151124.026000', '151124.029000', '151124.032000', '151124.035000', '151124.037000', '151124.040000', '151124.043000', '151124.046000', '151124.049000', '151124.052000', '151124.055000', '151124.058000', '151124.061000', '151124.064000', '151124.067000', '151124.070000', '151124.073000', '151124.075000', '151124.078000', '151124.081000', '151124.084000', '151124.087000', '151124.090000', '151124.093000', '151124.096000', '151124.099000', '151124.102000', '151124.105000', '151124.108000', '151124.111000', '151124.114000', '151124.117000', '151124.120000', '151124.123000', '151143.995000', '151143.998000', '151144.005000', '151144.008000', '151144.011000', '151144.014000', '151144.017000', '151144.019000', '151144.022000', '151144.026000', '151144.028000', '151144.031000', '151144.034000', '151144.037000', '151144.040000', '151144.043000', '151144.046000', '151144.049000', '151144.052000', '151144.055000', '151144.058000', '151144.061000', '151144.064000', '151144.066000', '151144.069000', '151144.072000', '151144.075000', '151144.078000', '151144.081000', '151144.084000', '151144.087000', '151144.090000', '151144.093000', '151144.096000', '151144.099000', '151144.101000', '151144.104000', '151144.107000', '151144.110000', '151144.113000', '151144.116000', '151144.119000', '151144.122000', '151203.995000', '151203.998000', '151204.002000', '151204.005000', '151204.008000', '151204.011000', '151204.014000', '151204.017000', '151204.020000', '151204.023000', '151204.026000', '151204.029000', '151204.032000', '151204.035000', '151204.037000', '151204.040000', '151204.043000', '151204.046000', '151204.049000', '151204.052000', '151204.055000', '151204.058000', '151204.061000', '151204.064000', '151204.067000', '151204.070000', '151204.073000', '151204.076000', '151204.079000', '151204.082000', '151204.084000', '151204.087000', '151204.090000', '151204.093000', '151204.096000', '151204.099000', '151204.102000', '151204.105000', '151204.108000', '151204.111000', '151204.114000', '151204.117000', '151204.120000', '151204.122000', '151209.823000', '151209.827000', '151209.830000', '151209.833000', '151209.836000', '151209.839000', '151209.842000', '151209.845000', '151209.848000', '151209.851000', '151209.854000', '151209.857000', '151209.860000'], 'InstanceCreationTime': ['150344.035000', '150344.038000', '150344.049000', '150344.052000', '150344.055000', '150344.058000', '150344.061000', '150344.064000', '150344.067000', '150344.070000', '150344.073000', '150344.076000', '150344.079000', '150344.082000', '150344.085000', '150344.088000', '150344.099000', '150344.102000', '150344.105000', '150344.108000', '150344.111000', '150344.114000', '150344.117000', '150344.120000', '150344.123000', '150344.126000', '150344.129000', '150344.132000', '150344.135000', '150344.138000', '150344.141000', '150344.144000', '150344.147000', '150344.150000', '150344.153000', '150344.156000', '150344.158000', '150344.162000', '150344.165000', '150344.169000', '150344.172000', '150344.175000', '150344.178000', '150344.181000', '150344.184000', '150344.187000', '150344.190000', '150344.193000', '150344.196000', '150344.199000', '150344.203000', '150344.207000', '150344.210000', '150344.213000', '150344.220000', '150344.225000', '150403.996000', '150404.000000', '150404.003000', '150404.006000', '150404.009000', '150404.012000', '150404.016000', '150404.019000', '150404.022000', '150404.033000', '150404.036000', '150404.039000', '150404.041000', '150404.044000', '150404.047000', '150404.050000', '150404.053000', '150404.056000', '150404.059000', '150404.062000', '150404.065000', '150404.068000', '150404.070000', '150404.073000', '150404.076000', '150404.079000', '150404.082000', '150404.085000', '150404.088000', '150404.091000', '150404.094000', '150404.097000', '150404.099000', '150404.102000', '150404.105000', '150404.108000', '150404.111000', '150404.114000', '150404.117000', '150404.120000', '150404.123000', '150404.126000', '150404.129000', '150423.995000', '150423.998000', '150424.002000', '150424.005000', '150424.008000', '150424.011000', '150424.013000', '150424.016000', '150424.019000', '150424.022000', '150424.025000', '150424.028000', '150424.031000', '150424.034000', '150424.037000', '150424.040000', '150424.043000', '150424.046000', '150424.049000', '150424.051000', '150424.056000', '150424.059000', '150424.062000', '150424.064000', '150424.068000', '150424.070000', '150424.073000', '150424.076000', '150424.079000', '150424.082000', '150424.085000', '150424.088000', '150424.091000', '150424.094000', '150424.096000', '150424.099000', '150424.102000', '150424.105000', '150424.108000', '150424.111000', '150424.114000', '150424.117000', '150424.120000', '150424.123000', '150443.995000', '150444.004000', '150444.007000', '150444.010000', '150444.013000', '150444.016000', '150444.019000', '150444.022000', '150444.025000', '150444.028000', '150444.031000', '150444.034000', '150444.037000', '150444.040000', '150444.043000', '150444.045000', '150444.049000', '150444.051000', '150444.054000', '150444.057000', '150444.060000', '150444.063000', '150444.066000', '150444.069000', '150444.072000', '150444.075000', '150444.078000', '150444.081000', '150444.084000', '150444.086000', '150444.089000', '150444.092000', '150444.095000', '150444.098000', '150444.101000', '150444.104000', '150444.107000', '150444.110000', '150444.113000', '150444.115000', '150444.118000', '150444.121000', '150444.124000', '150503.995000', '150503.998000', '150504.002000', '150504.005000', '150504.008000', '150504.011000', '150504.014000', '150504.017000', '150504.019000', '150504.022000', '150504.025000', '150504.028000', '150504.031000', '150504.034000', '150504.037000', '150504.040000', '150504.043000', '150504.046000', '150504.049000', '150504.052000', '150504.055000', '150504.057000', '150504.060000', '150504.063000', '150504.066000', '150504.069000', '150504.072000', '150504.075000', '150504.078000', '150504.081000', '150504.084000', '150504.087000', '150504.090000', '150504.093000', '150504.095000', '150504.098000', '150504.101000', '150504.104000', '150504.107000', '150504.110000', '150504.113000', '150504.116000', '150504.119000', '150504.122000', '150523.995000', '150523.998000', '150524.002000', '150524.005000', '150524.008000', '150524.011000', '150524.014000', '150524.017000', '150524.020000', '150524.023000', '150524.026000', '150524.028000', '150524.031000', '150524.034000', '150524.037000', '150524.040000', '150524.044000', '150524.048000', '150524.051000', '150524.054000', '150524.057000', '150524.060000', '150524.063000', '150524.066000', '150524.078000', '150524.081000', '150524.083000', '150524.086000', '150524.089000', '150524.092000', '150524.095000', '150524.098000', '150524.101000', '150524.104000', '150524.107000', '150524.110000', '150524.113000', '150524.115000', '150524.118000', '150524.122000', '150524.124000', '150524.127000', '150524.130000', '150543.996000', '150543.999000', '150544.002000', '150544.005000', '150544.008000', '150544.011000', '150544.014000', '150544.017000', '150544.020000', '150544.022000', '150544.025000', '150544.028000', '150544.031000', '150544.034000', '150544.037000', '150544.040000', '150544.043000', '150544.046000', '150544.049000', '150544.052000', '150544.055000', '150544.057000', '150544.060000', '150544.063000', '150544.066000', '150544.069000', '150544.072000', '150544.075000', '150544.078000', '150544.081000', '150544.084000', '150544.087000', '150544.089000', '150544.092000', '150544.095000', '150544.098000', '150544.101000', '150544.104000', '150544.107000', '150544.110000', '150544.113000', '150544.116000', '150544.119000', '150544.122000', '150603.996000', '150604.000000', '150604.003000', '150604.007000', '150604.010000', '150604.013000', '150604.016000', '150604.019000', '150604.022000', '150604.025000', '150604.027000', '150604.030000', '150604.033000', '150604.036000', '150604.039000', '150604.042000', '150604.045000', '150604.048000', '150604.051000', '150604.054000', '150604.057000', '150604.060000', '150604.064000', '150604.067000', '150604.070000', '150604.072000', '150604.075000', '150604.079000', '150604.083000', '150604.086000', '150604.089000', '150604.092000', '150604.095000', '150604.097000', '150604.100000', '150604.103000', '150604.106000', '150604.121000', '150604.124000', '150604.127000', '150604.130000', '150604.133000', '150604.136000', '150623.996000', '150624.000000', '150624.003000', '150624.006000', '150624.009000', '150624.012000', '150624.015000', '150624.018000', '150624.020000', '150624.023000', '150624.026000', '150624.029000', '150624.032000', '150624.035000', '150624.038000', '150624.041000', '150624.044000', '150624.047000', '150624.050000', '150624.053000', '150624.055000', '150624.058000', '150624.062000', '150624.064000', '150624.067000', '150624.070000', '150624.073000', '150624.076000', '150624.079000', '150624.082000', '150624.085000', '150624.088000', '150624.091000', '150624.094000', '150624.097000', '150624.099000', '150624.102000', '150624.105000', '150624.108000', '150624.111000', '150624.114000', '150624.117000', '150624.120000', '150624.123000', '150643.995000', '150643.998000', '150644.002000', '150644.005000', '150644.008000', '150644.011000', '150644.014000', '150644.017000', '150644.023000', '150644.026000', '150644.029000', '150644.032000', '150644.035000', '150644.038000', '150644.040000', '150644.044000', '150644.046000', '150644.049000', '150644.052000', '150644.055000', '150644.058000', '150644.061000', '150644.064000', '150644.067000', '150644.070000', '150644.073000', '150644.076000', '150644.079000', '150644.081000', '150644.084000', '150644.087000', '150644.090000', '150644.093000', '150644.096000', '150644.099000', '150644.102000', '150644.105000', '150644.108000', '150644.111000', '150644.114000', '150644.117000', '150644.120000', '150644.123000', '150703.995000', '150703.998000', '150704.002000', '150704.005000', '150704.008000', '150704.011000', '150704.014000', '150704.017000', '150704.020000', '150704.023000', '150704.025000', '150704.028000', '150704.031000', '150704.034000', '150704.037000', '150704.040000', '150704.043000', '150704.046000', '150704.049000', '150704.052000', '150704.055000', '150704.057000', '150704.060000', '150704.063000', '150704.066000', '150704.069000', '150704.072000', '150704.075000', '150704.078000', '150704.081000', '150704.084000', '150704.086000', '150704.089000', '150704.092000', '150704.095000', '150704.098000', '150704.101000', '150704.104000', '150704.107000', '150704.110000', '150704.113000', '150704.116000', '150704.118000', '150704.121000', '150723.995000', '150723.998000', '150724.002000', '150724.005000', '150724.008000', '150724.011000', '150724.014000', '150724.017000', '150724.020000', '150724.022000', '150724.026000', '150724.028000', '150724.031000', '150724.034000', '150724.037000', '150724.040000', '150724.044000', '150724.047000', '150724.050000', '150724.053000', '150724.056000', '150724.059000', '150724.062000', '150724.065000', '150724.068000', '150724.071000', '150724.074000', '150724.077000', '150724.080000', '150724.083000', '150724.086000', '150724.088000', '150724.091000', '150724.094000', '150724.098000', '150724.101000', '150724.104000', '150724.107000', '150724.110000', '150724.113000', '150724.116000', '150724.119000', '150724.122000', '150743.995000', '150743.998000', '150744.002000', '150744.005000', '150744.008000', '150744.011000', '150744.014000', '150744.023000', '150744.026000', '150744.028000', '150744.031000', '150744.035000', '150744.038000', '150744.040000', '150744.043000', '150744.046000', '150744.049000', '150744.052000', '150744.073000', '150744.077000', '150744.079000', '150744.082000', '150744.085000', '150744.088000', '150744.091000', '150744.094000', '150744.097000', '150744.100000', '150744.103000', '150744.106000', '150744.108000', '150744.111000', '150744.114000', '150744.117000', '150744.120000', '150744.123000', '150744.126000', '150744.129000', '150744.132000', '150744.135000', '150744.138000', '150744.141000', '150744.143000', '150744.146000', '150803.996000', '150803.999000', '150804.002000', '150804.005000', '150804.008000', '150804.011000', '150804.014000', '150804.017000', '150804.020000', '150804.023000', '150804.026000', '150804.028000', '150804.031000', '150804.034000', '150804.037000', '150804.040000', '150804.043000', '150804.046000', '150804.049000', '150804.052000', '150804.055000', '150804.058000', '150804.061000', '150804.064000', '150804.066000', '150804.069000', '150804.072000', '150804.075000', '150804.078000', '150804.081000', '150804.084000', '150804.087000', '150804.090000', '150804.093000', '150804.096000', '150804.099000', '150804.102000', '150804.105000', '150804.108000', '150804.110000', '150804.113000', '150804.116000', '150804.119000', '150823.996000', '150824.000000', '150824.003000', '150824.006000', '150824.009000', '150824.012000', '150824.015000', '150824.018000', '150824.020000', '150824.023000', '150824.027000', '150824.029000', '150824.032000', '150824.035000', '150824.038000', '150824.041000', '150824.044000', '150824.047000', '150824.050000', '150824.053000', '150824.056000', '150824.059000', '150824.062000', '150824.064000', '150824.067000', '150824.070000', '150824.073000', '150824.076000', '150824.079000', '150824.082000', '150824.085000', '150824.088000', '150824.091000', '150824.094000', '150824.097000', '150824.099000', '150824.102000', '150824.105000', '150824.108000', '150824.111000', '150824.114000', '150824.117000', '150824.120000', '150824.123000', '150843.996000', '150844.000000', '150844.003000', '150844.006000', '150844.009000', '150844.012000', '150844.015000', '150844.018000', '150844.028000', '150844.031000', '150844.034000', '150844.037000', '150844.040000', '150844.043000', '150844.046000', '150844.049000', '150844.056000', '150844.059000', '150844.062000', '150844.065000', '150844.068000', '150844.070000', '150844.073000', '150844.076000', '150844.079000', '150844.083000', '150844.086000', '150844.089000', '150844.092000', '150844.095000', '150844.098000', '150844.101000', '150844.104000', '150844.107000', '150844.110000', '150844.113000', '150844.116000', '150844.119000', '150844.122000', '150844.125000', '150844.128000', '150844.131000', '150844.134000', '150903.995000', '150904.054000', '150904.057000', '150904.060000', '150904.062000', '150904.066000', '150904.068000', '150904.071000', '150904.074000', '150904.077000', '150904.080000', '150904.083000', '150904.086000', '150904.090000', '150904.092000', '150904.095000', '150904.098000', '150904.101000', '150904.104000', '150904.107000', '150904.110000', '150904.113000', '150904.116000', '150904.119000', '150904.122000', '150904.125000', '150904.128000', '150904.131000', '150904.134000', '150904.137000', '150904.140000', '150904.143000', '150904.145000', '150904.148000', '150904.151000', '150904.154000', '150904.157000', '150904.160000', '150904.163000', '150904.166000', '150904.169000', '150904.172000', '150904.175000', '150923.997000', '150924.001000', '150924.004000', '150924.007000', '150924.010000', '150924.013000', '150924.016000', '150924.018000', '150924.022000', '150924.024000', '150924.027000', '150924.030000', '150924.033000', '150924.036000', '150924.039000', '150924.042000', '150924.045000', '150924.048000', '150924.051000', '150924.054000', '150924.057000', '150924.060000', '150924.062000', '150924.065000', '150924.068000', '150924.071000', '150924.074000', '150924.077000', '150924.080000', '150924.083000', '150924.086000', '150924.089000', '150924.092000', '150924.095000', '150924.098000', '150924.100000', '150924.103000', '150924.106000', '150924.109000', '150924.112000', '150924.115000', '150924.118000', '150924.121000', '150924.124000', '150943.995000', '150943.998000', '150944.002000', '150944.005000', '150944.008000', '150944.011000', '150944.014000', '150944.017000', '150944.020000', '150944.023000', '150944.026000', '150944.028000', '150944.039000', '150944.042000', '150944.045000', '150944.048000', '150944.051000', '150944.054000', '150944.057000', '150944.059000', '150944.063000', '150944.065000', '150944.068000', '150944.071000', '150944.074000', '150944.077000', '150944.080000', '150944.083000', '150944.086000', '150944.089000', '150944.092000', '150944.095000', '150944.098000', '150944.101000', '150944.104000', '150944.106000', '150944.109000', '150944.112000', '150944.115000', '150944.118000', '150944.121000', '150944.124000', '150944.127000', '150944.130000', '151003.995000', '151003.998000', '151004.002000', '151004.005000', '151004.008000', '151004.011000', '151004.014000', '151004.017000', '151004.020000', '151004.022000', '151004.026000', '151004.028000', '151004.031000', '151004.034000', '151004.037000', '151004.040000', '151004.043000', '151004.046000', '151004.049000', '151004.052000', '151004.055000', '151004.058000', '151004.061000', '151004.064000', '151004.067000', '151004.070000', '151004.073000', '151004.076000', '151004.079000', '151004.081000', '151004.084000', '151004.087000', '151004.090000', '151004.093000', '151004.096000', '151004.099000', '151004.102000', '151004.105000', '151004.108000', '151004.111000', '151004.114000', '151004.117000', '151004.121000', '151023.996000', '151023.999000', '151024.002000', '151024.005000', '151024.008000', '151024.011000', '151024.014000', '151024.017000', '151024.020000', '151024.022000', '151024.025000', '151024.028000', '151024.031000', '151024.034000', '151024.037000', '151024.040000', '151024.043000', '151024.046000', '151024.049000', '151024.052000', '151024.055000', '151024.057000', '151024.060000', '151024.063000', '151024.066000', '151024.069000', '151024.072000', '151024.075000', '151024.078000', '151024.081000', '151024.084000', '151024.087000', '151024.090000', '151024.093000', '151024.096000', '151024.099000', '151024.102000', '151024.105000', '151024.107000', '151024.110000', '151024.113000', '151024.116000', '151024.119000', '151024.122000', '151043.996000', '151044.000000', '151044.003000', '151044.006000', '151044.009000', '151044.012000', '151044.015000', '151044.018000', '151044.021000', '151044.024000', '151044.027000', '151044.030000', '151044.032000', '151044.036000', '151044.038000', '151044.041000', '151044.044000', '151044.047000', '151044.050000', '151044.053000', '151044.056000', '151044.059000', '151044.062000', '151044.065000', '151044.068000', '151044.071000', '151044.074000', '151044.076000', '151044.079000', '151044.082000', '151044.085000', '151044.088000', '151044.091000', '151044.094000', '151044.097000', '151044.100000', '151044.103000', '151044.106000', '151044.109000', '151044.112000', '151044.114000', '151044.117000', '151044.120000', '151103.996000', '151104.000000', '151104.003000', '151104.006000', '151104.009000', '151104.012000', '151104.015000', '151104.018000', '151104.021000', '151104.024000', '151104.027000', '151104.030000', '151104.033000', '151104.036000', '151104.039000', '151104.041000', '151104.044000', '151104.047000', '151104.050000', '151104.053000', '151104.056000', '151104.059000', '151104.062000', '151104.065000', '151104.068000', '151104.071000', '151104.074000', '151104.077000', '151104.079000', '151104.082000', '151104.085000', '151104.088000', '151104.091000', '151104.094000', '151104.097000', '151104.100000', '151104.103000', '151104.106000', '151104.109000', '151104.112000', '151104.115000', '151104.118000', '151104.121000', '151123.995000', '151123.998000', '151124.002000', '151124.005000', '151124.008000', '151124.011000', '151124.014000', '151124.017000', '151124.020000', '151124.023000', '151124.026000', '151124.029000', '151124.032000', '151124.035000', '151124.037000', '151124.040000', '151124.043000', '151124.046000', '151124.049000', '151124.052000', '151124.055000', '151124.058000', '151124.061000', '151124.064000', '151124.067000', '151124.070000', '151124.073000', '151124.075000', '151124.078000', '151124.081000', '151124.084000', '151124.087000', '151124.090000', '151124.093000', '151124.096000', '151124.099000', '151124.102000', '151124.105000', '151124.108000', '151124.111000', '151124.114000', '151124.117000', '151124.120000', '151124.123000', '151143.995000', '151143.998000', '151144.005000', '151144.008000', '151144.011000', '151144.014000', '151144.017000', '151144.019000', '151144.022000', '151144.026000', '151144.028000', '151144.031000', '151144.034000', '151144.037000', '151144.040000', '151144.043000', '151144.046000', '151144.049000', '151144.052000', '151144.055000', '151144.058000', '151144.061000', '151144.064000', '151144.066000', '151144.069000', '151144.072000', '151144.075000', '151144.078000', '151144.081000', '151144.084000', '151144.087000', '151144.090000', '151144.093000', '151144.096000', '151144.099000', '151144.101000', '151144.104000', '151144.107000', '151144.110000', '151144.113000', '151144.116000', '151144.119000', '151144.122000', '151203.995000', '151203.998000', '151204.002000', '151204.005000', '151204.008000', '151204.011000', '151204.014000', '151204.017000', '151204.020000', '151204.023000', '151204.026000', '151204.029000', '151204.032000', '151204.035000', '151204.037000', '151204.040000', '151204.043000', '151204.046000', '151204.049000', '151204.052000', '151204.055000', '151204.058000', '151204.061000', '151204.064000', '151204.067000', '151204.070000', '151204.073000', '151204.076000', '151204.079000', '151204.082000', '151204.084000', '151204.087000', '151204.090000', '151204.093000', '151204.096000', '151204.099000', '151204.102000', '151204.105000', '151204.108000', '151204.111000', '151204.114000', '151204.117000', '151204.120000', '151204.122000', '151209.823000', '151209.827000', '151209.830000', '151209.833000', '151209.836000', '151209.839000', '151209.842000', '151209.845000', '151209.848000', '151209.851000', '151209.854000', '151209.857000', '151209.860000'], '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], 'LargestImagePixelValue': [8832, 17267, 12400, 8925, 17213, 10390, 13626, 14365, 9142, 16511, 14317, 8826, 18109, 10877, 8429, 16727, 9270, 11925, 12619, 8802, 16782, 11850, 8912, 18113, 13684, 8734, 17618, 12235, 8308, 17290, 9964, 14633, 13659, 8662, 18330, 12183, 8242, 14921, 10707, 13707, 12186, 8396, 17093, 11052, 8570, 14870, 9028, 18753, 12076, 8544, 15605, 8985, 17856, 12203, 8292, 13611, 8831, 15361, 11896, 8478, 14535, 11487, 8467, 15005, 9679, 8667, 15395, 11489, 8735, 17110, 12538, 8611, 17729, 10227, 14443, 12123, 9128, 19127, 13545, 9691, 17061, 9116, 13339, 11440, 8636, 17498, 11470, 8534, 16786, 9383, 14895, 13583, 8407, 17509, 10280, 10308, 12781, 8925, 17903, 10898, 10793, 15299, 8835, 18422, 11214, 8227, 14051, 9816, 11140, 12300, 8817, 17449, 13358, 8191, 17119, 9354, 10050, 14146, 8959, 18976, 11474, 13907, 15679, 9055, 18792, 12071, 7963, 14106, 8561, 18453, 12275, 8525, 15122, 8979, 18163, 12063, 8626, 15408, 8783, 17680, 11461, 10947, 14018, 8787, 19055, 10239, 18293, 11677, 11742, 12738, 8203, 14604, 8617, 14681, 11308, 8590, 11903, 8582, 14952, 12276, 8372, 14634, 8899, 13723, 11253, 8347, 17307, 10589, 10092, 12542, 8556, 18733, 13072, 8376, 16776, 11084, 8093, 16885, 10267, 8128, 15319, 10420, 13387, 13700, 8447, 18675, 15683, 8777, 18068, 11590, 14821, 14809, 8771, 18253, 12622, 7976, 16921, 10832, 13549, 12911, 8612, 17246, 12533, 8243, 16492, 10427, 13871, 12002, 8164, 17179, 11049, 11653, 13079, 8767, 16871, 11781, 7974, 14821, 10306, 13307, 12198, 8507, 17462, 11310, 8445, 14855, 9533, 11718, 12102, 8197, 18507, 12154, 8729, 16538, 8820, 17218, 12689, 8172, 16267, 9970, 8428, 13226, 8483, 13247, 10658, 8574, 17615, 14011, 8365, 17649, 10669, 15217, 16010, 8963, 19095, 14428, 10105, 15411, 9170, 18599, 12751, 8467, 15669, 9590, 16377, 12963, 8344, 16086, 11127, 8458, 13676, 8859, 16034, 10484, 8522, 16782, 12078, 8140, 16020, 10236, 12527, 13206, 8590, 18427, 12448, 8464, 18325, 12890, 8438, 17004, 10500, 8227, 17043, 9579, 9031, 15761, 8339, 18998, 14365, 10388, 15600, 8707, 18710, 11374, 12481, 13243, 8677, 18182, 11423, 8057, 13447, 8262, 16883, 11590, 8379, 14761, 8861, 16481, 11452, 8000, 14749, 9165, 15977, 12110, 8318, 15030, 8104, 18126, 12770, 8574, 15495, 8405, 18710, 10689, 11259, 11738, 8380, 17396, 10351, 8586, 12005, 8192, 17357, 10122, 7981, 11942, 8405, 16483, 10506, 8067, 15361, 9298, 10847, 12416, 8389, 17608, 11689, 8064, 14635, 9626, 14992, 11471, 8376, 18835, 12454, 8199, 17107, 11689, 8301, 16952, 10282, 9266, 14281, 9553, 18648, 15650, 8366, 18113, 10805, 7857, 14841, 9100, 17909, 14394, 8387, 17108, 10799, 13254, 13425, 8504, 18472, 12042, 8091, 14369, 9792, 15997, 12340, 8033, 16460, 9800, 9760, 12439, 8550, 15327, 12433, 8254, 17218, 10461, 8367, 15297, 9898, 16411, 12848, 8531, 18557, 13003, 8179, 16676, 9753, 17496, 11425, 8378, 15742, 11441, 7958, 15717, 10323, 10984, 12099, 8428, 15945, 13834, 8140, 17651, 11333, 8407, 16312, 10311, 15525, 11503, 8555, 17899, 11986, 8077, 15480, 8819, 18552, 14591, 8191, 16641, 10304, 16051, 14711, 8066, 18076, 10503, 8566, 13150, 8379, 17665, 11589, 8088, 14574, 8632, 16457, 11399, 7948, 14448, 8573, 16798, 12242, 8274, 16166, 9950, 11435, 13697, 8508, 16449, 11862, 8134, 16193, 9559, 8483, 13426, 8840, 16736, 12855, 7820, 17293, 9935, 14001, 12016, 8780, 18802, 10458, 14914, 12227, 8333, 17727, 10771, 8443, 13613, 8409, 18202, 13846, 8832, 16954, 11012, 12682, 14022, 8359, 19039, 11224, 9335, 15605, 10117, 14030, 12263, 8662, 19275, 11343, 9287, 14962, 9211, 19386, 11997, 9025, 18373, 9539, 13251, 13033, 9457, 19027, 9787, 17032, 12504, 9215, 18148, 9523, 18361, 13915, 9085, 17603, 9547, 12080, 12622, 9125, 17573, 10106, 9250, 13989, 8819, 17853, 10747, 12355, 13869, 8359, 19300, 11156, 10782, 13572, 8800, 18640, 11270, 9045, 14902, 9457, 16487, 13290, 9133, 18686, 11127, 9161, 15224, 9272, 14135, 11552, 8345, 15641, 8746, 8939, 15078, 12639, 9901, 18501, 11604, 12560, 16874, 8665, 19925, 15870, 12000, 19050, 13524, 15617, 17251, 11245, 19363, 13500, 8940, 17077, 10393, 10817, 15733, 8845, 19708, 13884, 8820, 18067, 11117, 8910, 15679, 8934, 18379, 12168, 8922, 17948, 11752, 8597, 16453, 9902, 10873, 13880, 9028, 17253, 13050, 8754, 18431, 11964, 9233, 16673, 10375, 13588, 13228, 8578, 19225, 11868, 8830, 16160, 10131, 13933, 12371, 8579, 19438, 13586, 9068, 16320, 10466, 11276, 13379, 8532, 16513, 10475, 8399, 17377, 14006, 8660, 17567, 10800, 8667, 14618, 12510, 11027, 16975, 10094, 9345, 18079, 11166, 9217, 18193, 13081, 8970, 18243, 12699, 10220, 15857, 9374, 17146, 15085, 8345, 18949, 11057, 8908, 14403, 9235, 13929, 10707, 8528, 18580, 12435, 8809, 17156, 10696, 9438, 17005, 8937, 13137, 13196, 8320, 18842, 11220, 9697, 14655, 8598, 17463, 13482, 8601, 18249, 10867, 8843, 16296, 10144, 12594, 14061, 8505, 19197, 12651, 8960, 18514, 10501, 12934, 16002, 8880, 19022, 12402, 8548, 17160, 9474, 17147, 10995, 8674, 17114, 11152, 8746, 14919, 8488, 14307, 11037, 8890, 17337, 11043, 11048, 14356, 8672, 19599, 13706, 9067, 17037, 8917, 18297, 10863, 8690, 17591, 11468, 9123, 15572, 9492, 13554, 14172, 8825, 18597, 13646, 8722, 17097, 10279, 9202, 14868, 8797, 12967, 13265, 8418, 17908, 12320, 8845, 17560, 11751, 8788, 19355, 14047, 9680, 18517, 11059, 13364, 16287, 8884, 18859, 13604, 8770, 14535, 8942, 19575, 12065, 8758, 16256, 8921, 15787, 12268, 9109, 15203, 8598, 15344, 10886, 9022, 17166, 10749, 13701, 11491, 8649, 18810, 12585, 9395, 15590, 9371, 12252, 14830, 9048, 14272, 11149, 8269, 18821, 11201, 9100, 16046, 9167, 20226, 13325, 8891, 17555, 9393, 19601, 13322, 8972, 17072, 8677, 19506, 12498, 9164, 15078, 8980, 18272, 11826, 9424, 14249, 8653, 18469, 11512, 9808, 13347, 8827, 18052, 10193, 13565, 11691, 9282, 16538, 9169, 17378, 12425, 9113, 15989, 9219, 13460, 12387, 9009, 17633, 10211, 8998, 14538, 9030, 19262, 12165, 8888, 17302, 9688, 10035, 14226, 8492, 18898, 12458, 8908, 17599, 11390, 8884, 16185, 8469, 19920, 13589, 8784, 17045, 9639, 19254, 15847, 8872, 18595, 9731, 10459, 13316, 8414, 19113, 12094, 9007, 16422, 9793, 16169, 14574, 8735, 19326, 11339, 8852, 15931, 9409, 17326, 12072, 8953, 19572, 11356, 8806, 16347, 10435, 15285, 12004, 8561, 19411, 11369, 8882, 14969, 8584, 17290, 11810, 8744, 16147, 9812, 8783, 13442, 8640, 9665, 13133, 8854, 11948, 13806, 8613, 19974, 14220, 8926, 17975, 10057, 18347, 17555, 10569, 18392, 11028, 15920, 13899, 8192, 18845, 10072, 10677, 13393, 8497, 15792, 12288, 8626, 16857, 10357, 8446, 16304, 9429, 9582, 14953, 9314, 15845, 14020, 8765, 15514, 11740, 8328, 19789, 12734, 8453, 18417, 10464, 9396, 14848, 8964, 19316, 13093, 8503, 18448, 12311, 8826, 17212, 10061, 17123, 12184, 8254, 17697, 11826, 8467, 16927, 10199, 9816, 13508, 8239, 17540, 11813, 8445, 14868, 9328, 11911, 11981, 8313, 16319, 10754, 8701, 15559, 8729, 16377, 11881, 8901, 15944, 9154, 17682, 12077, 8765, 14929, 8875, 15652, 10368, 8593, 16125, 10543, 8634, 13901, 9117, 8493, 14103, 10226, 16256, 12708, 8608, 19415, 15880, 9694, 18011, 11969, 17372, 14727, 10214, 18864, 10965, 8436, 14558, 8533, 18330, 11156, 8590, 14442, 8462, 18402, 11310, 8337, 13592, 8458, 17763, 11398, 8931, 14317, 8786, 18230, 12621, 8894, 15208, 8768, 17960, 12731, 8520, 15367, 8737, 12765, 10496, 8580, 15129, 8749, 9990, 11457, 8367, 15953, 11192, 8412, 14659, 8686, 8475, 11038, 9247, 8581, 15995, 11345, 9277, 18799, 15036, 9292, 19367, 15105, 10240, 18164, 9408, 19384, 18294, 9003, 15496, 10058, 10061, 12914, 8930, 18511, 12675, 8647, 14574, 10869, 8348, 13572, 9355, 10568, 13046, 8841, 14942, 12332, 8763, 17823, 13015, 8557, 16758, 10849, 8339, 15366, 9356, 17674, 10608, 8144, 17027, 13049, 8181, 16394, 12103, 8739, 15042, 10991, 9439, 14747, 9396, 14676, 15196, 8000, 17999, 10346, 17415], 'WindowCenter': [4425.0, 4480.0, 4437.0, 4383.0, 4452.0, 4402.0, 4420.0, 4431.0, 4378.0, 4428.0, 4417.0, 4367.0, 4439.0, 4399.0, 4356.0, 4427.0, 4377.0, 4395.0, 4404.0, 4368.0, 4427.0, 4396.0, 4367.0, 4437.0, 4417.0, 4366.0, 4438.0, 4410.0, 4356.0, 4427.0, 4377.0, 4415.0, 4404.0, 4356.0, 4425.0, 4396.0, 4344.0, 4414.0, 4374.0, 4403.0, 4394.0, 4356.0, 4426.0, 4397.0, 4366.0, 4416.0, 4366.0, 4436.0, 4407.0, 4367.0, 4428.0, 4368.0, 4436.0, 4408.0, 4357.0, 4417.0, 4379.0, 4427.0, 4408.0, 4369.0, 4427.0, 4409.0, 4368.0, 4428.0, 4390.0, 4382.0, 4441.0, 4410.0, 4380.0, 4439.0, 4418.0, 4369.0, 4440.0, 4389.0, 4418.0, 4396.0, 4366.0, 4437.0, 4407.0, 4377.0, 4426.0, 4365.0, 4405.0, 4383.0, 4355.0, 4426.0, 4396.0, 4355.0, 4425.0, 4367.0, 4416.0, 4406.0, 4356.0, 4436.0, 4376.0, 4375.0, 4405.0, 4366.0, 4425.0, 4387.0, 4386.0, 4416.0, 4366.0, 4435.0, 4386.0, 4356.0, 4417.0, 4388.0, 4395.0, 4406.0, 4378.0, 4437.0, 4419.0, 4369.0, 4428.0, 4378.0, 4377.0, 4416.0, 4366.0, 4439.0, 4397.0, 4405.0, 4415.0, 4354.0, 4423.0, 4383.0, 4332.0, 4402.0, 4354.0, 4422.0, 4393.0, 4343.0, 4413.0, 4365.0, 4424.0, 4396.0, 4354.0, 4414.0, 4355.0, 4424.0, 4396.0, 4384.0, 4404.0, 4353.0, 4423.0, 4375.0, 4423.0, 4385.0, 4394.0, 4394.0, 4343.0, 4404.0, 4354.0, 4402.0, 4384.0, 4354.0, 4395.0, 4366.0, 4415.0, 4406.0, 4356.0, 4416.0, 4379.0, 4419.0, 4398.0, 4368.0, 4437.0, 4388.0, 4387.0, 4419.0, 4368.0, 4438.0, 4420.0, 4356.0, 4437.0, 4398.0, 4359.0, 4437.0, 4399.0, 4358.0, 4428.0, 4399.0, 4417.0, 4419.0, 4368.0, 4437.0, 4427.0, 4356.0, 4426.0, 4395.0, 4416.0, 4405.0, 4354.0, 4424.0, 4394.0, 4332.0, 4413.0, 4384.0, 4392.0, 4392.0, 4351.0, 4410.0, 4393.0, 4343.0, 4412.0, 4373.0, 4402.0, 4383.0, 4343.0, 4422.0, 4383.0, 4383.0, 4392.0, 4353.0, 4413.0, 4383.0, 4344.0, 4414.0, 4374.0, 4404.0, 4393.0, 4355.0, 4426.0, 4396.0, 4356.0, 4415.0, 4376.0, 4394.0, 4395.0, 4356.0, 4435.0, 4406.0, 4365.0, 4426.0, 4367.0, 4436.0, 4407.0, 4357.0, 4428.0, 4388.0, 4367.0, 4416.0, 4368.0, 4417.0, 4389.0, 4368.0, 4437.0, 4418.0, 4357.0, 4438.0, 4399.0, 4427.0, 4427.0, 4366.0, 4425.0, 4405.0, 4373.0, 4414.0, 4365.0, 4424.0, 4393.0, 4342.0, 4412.0, 4374.0, 4412.0, 4393.0, 4343.0, 4412.0, 4384.0, 4353.0, 4403.0, 4364.0, 4423.0, 4385.0, 4354.0, 4425.0, 4395.0, 4357.0, 4426.0, 4387.0, 4405.0, 4406.0, 4366.0, 4437.0, 4407.0, 4367.0, 4437.0, 4405.0, 4356.0, 4438.0, 4386.0, 4356.0, 4426.0, 4376.0, 4365.0, 4414.0, 4357.0, 4435.0, 4416.0, 4374.0, 4414.0, 4352.0, 4422.0, 4384.0, 4382.0, 4392.0, 4352.0, 4422.0, 4382.0, 4331.0, 4392.0, 4344.0, 4413.0, 4384.0, 4343.0, 4404.0, 4364.0, 4413.0, 4395.0, 4344.0, 4414.0, 4366.0, 4413.0, 4395.0, 4344.0, 4415.0, 4347.0, 4425.0, 4405.0, 4354.0, 4414.0, 4354.0, 4426.0, 4386.0, 4385.0, 4394.0, 4355.0, 4424.0, 4385.0, 4355.0, 4395.0, 4356.0, 4424.0, 4386.0, 4345.0, 4394.0, 4356.0, 4426.0, 4387.0, 4356.0, 4427.0, 4378.0, 4397.0, 4406.0, 4369.0, 4438.0, 4408.0, 4357.0, 4417.0, 4377.0, 4427.0, 4398.0, 4357.0, 4435.0, 4406.0, 4355.0, 4425.0, 4397.0, 4357.0, 4426.0, 4387.0, 4365.0, 4415.0, 4375.0, 4435.0, 4416.0, 4344.0, 4423.0, 4384.0, 4342.0, 4402.0, 4354.0, 4422.0, 4403.0, 4342.0, 4412.0, 4374.0, 4392.0, 4393.0, 4354.0, 4423.0, 4383.0, 4331.0, 4402.0, 4364.0, 4413.0, 4395.0, 4344.0, 4414.0, 4375.0, 4361.0, 4394.0, 4355.0, 4414.0, 4407.0, 4356.0, 4426.0, 4386.0, 4355.0, 4426.0, 4388.0, 4425.0, 4405.0, 4367.0, 4435.0, 4407.0, 4344.0, 4426.0, 4378.0, 4425.0, 4394.0, 4354.0, 4416.0, 4396.0, 4355.0, 4427.0, 4387.0, 4386.0, 4405.0, 4366.0, 4438.0, 4429.0, 4359.0, 4439.0, 4399.0, 4357.0, 4428.0, 4399.0, 4439.0, 4397.0, 4367.0, 4437.0, 4409.0, 4346.0, 4427.0, 4378.0, 4436.0, 4417.0, 4354.0, 4424.0, 4375.0, 4414.0, 4405.0, 4344.0, 4425.0, 4385.0, 4354.0, 4393.0, 4344.0, 4423.0, 4384.0, 4343.0, 4404.0, 4355.0, 4413.0, 4385.0, 4345.0, 4415.0, 4356.0, 4425.0, 4406.0, 4356.0, 4426.0, 4388.0, 4395.0, 4417.0, 4367.0, 4426.0, 4406.0, 4358.0, 4438.0, 4379.0, 4366.0, 4407.0, 4367.0, 4426.0, 4407.0, 4347.0, 4437.0, 4378.0, 4433.0, 4424.0, 4383.0, 4448.0, 4399.0, 4428.0, 4396.0, 4344.0, 4424.0, 4373.0, 4331.0, 4403.0, 4355.0, 4435.0, 4406.0, 4366.0, 4426.0, 4399.0, 4419.0, 4407.0, 4342.0, 4411.0, 4372.0, 4364.0, 4413.0, 4374.0, 4404.0, 4395.0, 4357.0, 4438.0, 4395.0, 4365.0, 4416.0, 4366.0, 4434.0, 4396.0, 4366.0, 4427.0, 4376.0, 4405.0, 4406.0, 4375.0, 4436.0, 4377.0, 4413.0, 4395.0, 4364.0, 4423.0, 4365.0, 4425.0, 4405.0, 4365.0, 4424.0, 4365.0, 4394.0, 4394.0, 4366.0, 4435.0, 4376.0, 4368.0, 4415.0, 4366.0, 4426.0, 4397.0, 4407.0, 4406.0, 4356.0, 4437.0, 4386.0, 4383.0, 4405.0, 4366.0, 4437.0, 4398.0, 4366.0, 4415.0, 4377.0, 4427.0, 4408.0, 4376.0, 4449.0, 4398.0, 4376.0, 4427.0, 4377.0, 4429.0, 4408.0, 4359.0, 4428.0, 4369.0, 4383.0, 4440.0, 4420.0, 4390.0, 4439.0, 4410.0, 4408.0, 4429.0, 4371.0, 4438.0, 4429.0, 4396.0, 4426.0, 4395.0, 4402.0, 4403.0, 4372.0, 4409.0, 4379.0, 4327.0, 4398.0, 4348.0, 4358.0, 4388.0, 4340.0, 4409.0, 4381.0, 4339.0, 4399.0, 4372.0, 4340.0, 4400.0, 4355.0, 4410.0, 4381.0, 4341.0, 4411.0, 4382.0, 4343.0, 4412.0, 4363.0, 4372.0, 4392.0, 4354.0, 4413.0, 4394.0, 4354.0, 4424.0, 4395.0, 4364.0, 4425.0, 4376.0, 4404.0, 4405.0, 4357.0, 4435.0, 4397.0, 4355.0, 4415.0, 4376.0, 4406.0, 4396.0, 4357.0, 4436.0, 4406.0, 4365.0, 4426.0, 4388.0, 4398.0, 4417.0, 4369.0, 4439.0, 4399.0, 4369.0, 4439.0, 4430.0, 4370.0, 4439.0, 4399.0, 4378.0, 4430.0, 4419.0, 4400.0, 4440.0, 4401.0, 4392.0, 4451.0, 4410.0, 4379.0, 4439.0, 4419.0, 4379.0, 4438.0, 4408.0, 4376.0, 4415.0, 4366.0, 4415.0, 4406.0, 4346.0, 4426.0, 4384.0, 4352.0, 4403.0, 4365.0, 4405.0, 4375.0, 4356.0, 4436.0, 4407.0, 4366.0, 4427.0, 4388.0, 4366.0, 4426.0, 4367.0, 4405.0, 4406.0, 4343.0, 4437.0, 4387.0, 4366.0, 4408.0, 4357.0, 4424.0, 4405.0, 4355.0, 4426.0, 4386.0, 4366.0, 4425.0, 4386.0, 4397.0, 4417.0, 4357.0, 4436.0, 4406.0, 4366.0, 4437.0, 4388.0, 4407.0, 4417.0, 4365.0, 4424.0, 4393.0, 4354.0, 4425.0, 4377.0, 4423.0, 4385.0, 4355.0, 4412.0, 4385.0, 4356.0, 4416.0, 4357.0, 4416.0, 4386.0, 4367.0, 4426.0, 4397.0, 4398.0, 4418.0, 4358.0, 4437.0, 4407.0, 4365.0, 4425.0, 4367.0, 4424.0, 4385.0, 4354.0, 4426.0, 4396.0, 4377.0, 4428.0, 4390.0, 4418.0, 4418.0, 4379.0, 4437.0, 4418.0, 4368.0, 4439.0, 4389.0, 4378.0, 4417.0, 4368.0, 4407.0, 4407.0, 4368.0, 4438.0, 4408.0, 4379.0, 4437.0, 4397.0, 4367.0, 4449.0, 4418.0, 4377.0, 4437.0, 4385.0, 4393.0, 4415.0, 4356.0, 4424.0, 4394.0, 4343.0, 4391.0, 4353.0, 4422.0, 4383.0, 4341.0, 4412.0, 4353.0, 4401.0, 4393.0, 4354.0, 4414.0, 4355.0, 4414.0, 4385.0, 4355.0, 4424.0, 4386.0, 4417.0, 4395.0, 4366.0, 4435.0, 4406.0, 4376.0, 4426.0, 4377.0, 4396.0, 4418.0, 4368.0, 4416.0, 4395.0, 4356.0, 4437.0, 4397.0, 4369.0, 4416.0, 4364.0, 4433.0, 4405.0, 4354.0, 4424.0, 4363.0, 4422.0, 4393.0, 4352.0, 4413.0, 4354.0, 4422.0, 4381.0, 4351.0, 4401.0, 4352.0, 4411.0, 4383.0, 4352.0, 4402.0, 4353.0, 4422.0, 4383.0, 4362.0, 4392.0, 4354.0, 4423.0, 4374.0, 4392.0, 4394.0, 4364.0, 4414.0, 4365.0, 4425.0, 4395.0, 4355.0, 4414.0, 4366.0, 4407.0, 4406.0, 4367.0, 4436.0, 4388.0, 4367.0, 4427.0, 4378.0, 4447.0, 4408.0, 4367.0, 4436.0, 4387.0, 4387.0, 4418.0, 4381.0, 4438.0, 4407.0, 4366.0, 4436.0, 4397.0, 4367.0, 4427.0, 4358.0, 4436.0, 4407.0, 4355.0, 4425.0, 4376.0, 4435.0, 4415.0, 4354.0, 4424.0, 4363.0, 4372.0, 4393.0, 4345.0, 4423.0, 4393.0, 4353.0, 4413.0, 4373.0, 4412.0, 4404.0, 4353.0, 4424.0, 4383.0, 4351.0, 4411.0, 4364.0, 4424.0, 4394.0, 4353.0, 4424.0, 4384.0, 4352.0, 4413.0, 4374.0, 4413.0, 4394.0, 4354.0, 4435.0, 4394.0, 4364.0, 4415.0, 4366.0, 4425.0, 4395.0, 4355.0, 4425.0, 4376.0, 4368.0, 4416.0, 4370.0, 4377.0, 4417.0, 4378.0, 4406.0, 4417.0, 4380.0, 4447.0, 4419.0, 4368.0, 4437.0, 4378.0, 4436.0, 4427.0, 4386.0, 4425.0, 4385.0, 4412.0, 4393.0, 4342.0, 4422.0, 4364.0, 4373.0, 4391.0, 4355.0, 4411.0, 4392.0, 4352.0, 4422.0, 4385.0, 4355.0, 4425.0, 4365.0, 4373.0, 4415.0, 4378.0, 4427.0, 4415.0, 4356.0, 4413.0, 4395.0, 4354.0, 4436.0, 4406.0, 4345.0, 4425.0, 4385.0, 4364.0, 4403.0, 4365.0, 4424.0, 4393.0, 4353.0, 4423.0, 4394.0, 4352.0, 4423.0, 4375.0, 4412.0, 4382.0, 4343.0, 4411.0, 4381.0, 4342.0, 4413.0, 4372.0, 4363.0, 4392.0, 4344.0, 4422.0, 4394.0, 4354.0, 4403.0, 4365.0, 4393.0, 4394.0, 4354.0, 4426.0, 4397.0, 4355.0, 4415.0, 4366.0, 4424.0, 4395.0, 4366.0, 4426.0, 4377.0, 4425.0, 4396.0, 4355.0, 4415.0, 4378.0, 4426.0, 4386.0, 4368.0, 4426.0, 4398.0, 4379.0, 4418.0, 4380.0, 4380.0, 4430.0, 4399.0, 4439.0, 4432.0, 4381.0, 4448.0, 4428.0, 4376.0, 4427.0, 4398.0, 4426.0, 4404.0, 4375.0, 4423.0, 4373.0, 4341.0, 4402.0, 4354.0, 4422.0, 4373.0, 4342.0, 4402.0, 4342.0, 4411.0, 4383.0, 4343.0, 4392.0, 4343.0, 4422.0, 4381.0, 4352.0, 4403.0, 4355.0, 4423.0, 4394.0, 4354.0, 4413.0, 4355.0, 4425.0, 4406.0, 4354.0, 4416.0, 4356.0, 4405.0, 4374.0, 4354.0, 4416.0, 4365.0, 4374.0, 4395.0, 4355.0, 4424.0, 4397.0, 4370.0, 4428.0, 4368.0, 4367.0, 4386.0, 4378.0, 4367.0, 4427.0, 4398.0, 4378.0, 4438.0, 4428.0, 4379.0, 4449.0, 4418.0, 4375.0, 4424.0, 4355.0, 4422.0, 4413.0, 4341.0, 4400.0, 4361.0, 4349.0, 4382.0, 4350.0, 4411.0, 4380.0, 4341.0, 4402.0, 4370.0, 4342.0, 4403.0, 4365.0, 4373.0, 4403.0, 4365.0, 4414.0, 4395.0, 4357.0, 4436.0, 4405.0, 4355.0, 4425.0, 4385.0, 4355.0, 4415.0, 4378.0, 4425.0, 4386.0, 4345.0, 4426.0, 4407.0, 4356.0, 4440.0, 4420.0, 4368.0, 4429.0, 4401.0, 4378.0, 4427.0, 4378.0, 4428.0, 4441.0, 4357.0, 4437.0, 4388.0, 4427.0], 'WindowWidth': [9767.0, 9829.0, 9760.0, 9679.0, 9770.0, 9702.0, 9720.0, 9736.0, 9661.0, 9724.0, 9709.0, 9642.0, 9744.0, 9688.0, 9624.0, 9720.0, 9653.0, 9676.0, 9686.0, 9644.0, 9722.0, 9679.0, 9642.0, 9736.0, 9708.0, 9640.0, 9739.0, 9703.0, 9625.0, 9722.0, 9654.0, 9701.0, 9685.0, 9622.0, 9716.0, 9678.0, 9603.0, 9699.0, 9646.0, 9681.0, 9671.0, 9625.0, 9720.0, 9680.0, 9637.0, 9706.0, 9640.0, 9733.0, 9697.0, 9640.0, 9724.0, 9644.0, 9733.0, 9696.0, 9627.0, 9707.0, 9661.0, 9722.0, 9699.0, 9647.0, 9723.0, 9699.0, 9645.0, 9726.0, 9678.0, 9672.0, 9749.0, 9707.0, 9664.0, 9744.0, 9714.0, 9647.0, 9747.0, 9674.0, 9709.0, 9677.0, 9638.0, 9735.0, 9695.0, 9655.0, 9720.0, 9636.0, 9686.0, 9655.0, 9621.0, 9718.0, 9679.0, 9621.0, 9717.0, 9641.0, 9704.0, 9689.0, 9624.0, 9733.0, 9652.0, 9648.0, 9688.0, 9636.0, 9716.0, 9667.0, 9664.0, 9706.0, 9637.0, 9730.0, 9664.0, 9624.0, 9707.0, 9670.0, 9677.0, 9691.0, 9657.0, 9738.0, 9715.0, 9648.0, 9725.0, 9659.0, 9652.0, 9705.0, 9637.0, 9740.0, 9681.0, 9687.0, 9700.0, 9617.0, 9711.0, 9655.0, 9585.0, 9678.0, 9617.0, 9707.0, 9669.0, 9599.0, 9695.0, 9635.0, 9712.0, 9677.0, 9616.0, 9698.0, 9621.0, 9712.0, 9676.0, 9658.0, 9685.0, 9615.0, 9711.0, 9646.0, 9710.0, 9661.0, 9672.0, 9672.0, 9602.0, 9684.0, 9617.0, 9679.0, 9657.0, 9619.0, 9674.0, 9640.0, 9702.0, 9692.0, 9625.0, 9707.0, 9664.0, 9715.0, 9685.0, 9644.0, 9737.0, 9670.0, 9668.0, 9714.0, 9646.0, 9739.0, 9716.0, 9626.0, 9736.0, 9688.0, 9632.0, 9737.0, 9689.0, 9633.0, 9726.0, 9687.0, 9710.0, 9714.0, 9646.0, 9738.0, 9723.0, 9623.0, 9720.0, 9676.0, 9703.0, 9688.0, 9619.0, 9713.0, 9670.0, 9585.0, 9696.0, 9659.0, 9665.0, 9665.0, 9609.0, 9687.0, 9668.0, 9602.0, 9693.0, 9641.0, 9679.0, 9654.0, 9599.0, 9707.0, 9655.0, 9653.0, 9666.0, 9617.0, 9694.0, 9657.0, 9603.0, 9698.0, 9646.0, 9685.0, 9669.0, 9621.0, 9718.0, 9679.0, 9624.0, 9701.0, 9652.0, 9672.0, 9676.0, 9624.0, 9732.0, 9695.0, 9637.0, 9719.0, 9643.0, 9733.0, 9695.0, 9628.0, 9725.0, 9671.0, 9643.0, 9706.0, 9646.0, 9709.0, 9673.0, 9646.0, 9738.0, 9712.0, 9629.0, 9741.0, 9689.0, 9721.0, 9722.0, 9637.0, 9718.0, 9689.0, 9642.0, 9699.0, 9633.0, 9712.0, 9669.0, 9598.0, 9693.0, 9646.0, 9693.0, 9669.0, 9601.0, 9693.0, 9657.0, 9614.0, 9683.0, 9635.0, 9710.0, 9661.0, 9620.0, 9715.0, 9677.0, 9629.0, 9721.0, 9669.0, 9689.0, 9691.0, 9641.0, 9737.0, 9696.0, 9642.0, 9737.0, 9691.0, 9626.0, 9740.0, 9668.0, 9623.0, 9720.0, 9651.0, 9634.0, 9700.0, 9628.0, 9731.0, 9706.0, 9643.0, 9696.0, 9613.0, 9707.0, 9658.0, 9650.0, 9664.0, 9612.0, 9704.0, 9651.0, 9581.0, 9663.0, 9605.0, 9695.0, 9658.0, 9602.0, 9683.0, 9633.0, 9697.0, 9675.0, 9607.0, 9698.0, 9637.0, 9696.0, 9675.0, 9605.0, 9702.0, 9614.0, 9715.0, 9689.0, 9617.0, 9699.0, 9618.0, 9720.0, 9667.0, 9661.0, 9672.0, 9621.0, 9713.0, 9662.0, 9623.0, 9677.0, 9624.0, 9714.0, 9664.0, 9606.0, 9672.0, 9623.0, 9721.0, 9669.0, 9626.0, 9723.0, 9657.0, 9680.0, 9693.0, 9648.0, 9741.0, 9698.0, 9627.0, 9707.0, 9654.0, 9722.0, 9684.0, 9629.0, 9733.0, 9692.0, 9621.0, 9716.0, 9682.0, 9629.0, 9720.0, 9667.0, 9635.0, 9701.0, 9649.0, 9730.0, 9707.0, 9605.0, 9712.0, 9658.0, 9599.0, 9680.0, 9619.0, 9707.0, 9683.0, 9597.0, 9693.0, 9643.0, 9664.0, 9668.0, 9616.0, 9709.0, 9655.0, 9581.0, 9678.0, 9630.0, 9695.0, 9673.0, 9604.0, 9698.0, 9646.0, 9624.0, 9672.0, 9622.0, 9702.0, 9695.0, 9624.0, 9720.0, 9666.0, 9621.0, 9718.0, 9672.0, 9718.0, 9691.0, 9640.0, 9731.0, 9693.0, 9604.0, 9719.0, 9658.0, 9716.0, 9673.0, 9620.0, 9704.0, 9679.0, 9623.0, 9721.0, 9668.0, 9665.0, 9690.0, 9641.0, 9741.0, 9730.0, 9634.0, 9744.0, 9688.0, 9629.0, 9725.0, 9689.0, 9742.0, 9682.0, 9642.0, 9735.0, 9699.0, 9612.0, 9722.0, 9659.0, 9734.0, 9709.0, 9618.0, 9713.0, 9647.0, 9698.0, 9687.0, 9604.0, 9715.0, 9660.0, 9616.0, 9669.0, 9604.0, 9712.0, 9660.0, 9601.0, 9685.0, 9621.0, 9696.0, 9660.0, 9609.0, 9701.0, 9625.0, 9716.0, 9693.0, 9625.0, 9720.0, 9672.0, 9677.0, 9708.0, 9642.0, 9720.0, 9694.0, 9633.0, 9741.0, 9661.0, 9640.0, 9694.0, 9643.0, 9718.0, 9694.0, 9613.0, 9736.0, 9656.0, 9741.0, 9731.0, 9676.0, 9752.0, 9688.0, 9725.0, 9677.0, 9603.0, 9709.0, 9639.0, 9578.0, 9678.0, 9622.0, 9729.0, 9691.0, 9636.0, 9719.0, 9687.0, 9716.0, 9691.0, 9596.0, 9686.0, 9635.0, 9628.0, 9695.0, 9646.0, 9684.0, 9674.0, 9625.0, 9738.0, 9676.0, 9633.0, 9702.0, 9637.0, 9725.0, 9676.0, 9635.0, 9721.0, 9650.0, 9686.0, 9691.0, 9646.0, 9732.0, 9653.0, 9696.0, 9674.0, 9629.0, 9710.0, 9634.0, 9713.0, 9689.0, 9633.0, 9711.0, 9634.0, 9668.0, 9671.0, 9638.0, 9730.0, 9653.0, 9639.0, 9700.0, 9638.0, 9716.0, 9682.0, 9694.0, 9691.0, 9624.0, 9733.0, 9664.0, 9655.0, 9687.0, 9639.0, 9736.0, 9683.0, 9636.0, 9701.0, 9655.0, 9720.0, 9697.0, 9653.0, 9757.0, 9686.0, 9651.0, 9721.0, 9658.0, 9727.0, 9698.0, 9632.0, 9724.0, 9648.0, 9673.0, 9748.0, 9718.0, 9674.0, 9741.0, 9703.0, 9697.0, 9728.0, 9650.0, 9740.0, 9729.0, 9678.0, 9720.0, 9674.0, 9674.0, 9681.0, 9637.0, 9685.0, 9641.0, 9566.0, 9662.0, 9597.0, 9608.0, 9649.0, 9590.0, 9681.0, 9644.0, 9586.0, 9667.0, 9634.0, 9589.0, 9671.0, 9618.0, 9684.0, 9646.0, 9591.0, 9686.0, 9649.0, 9598.0, 9692.0, 9628.0, 9636.0, 9664.0, 9618.0, 9693.0, 9669.0, 9619.0, 9712.0, 9673.0, 9630.0, 9713.0, 9649.0, 9683.0, 9688.0, 9626.0, 9730.0, 9678.0, 9619.0, 9701.0, 9650.0, 9688.0, 9677.0, 9625.0, 9731.0, 9692.0, 9633.0, 9718.0, 9668.0, 9683.0, 9708.0, 9647.0, 9741.0, 9686.0, 9646.0, 9743.0, 9733.0, 9649.0, 9742.0, 9688.0, 9659.0, 9730.0, 9714.0, 9690.0, 9743.0, 9693.0, 9683.0, 9762.0, 9704.0, 9660.0, 9742.0, 9713.0, 9659.0, 9739.0, 9698.0, 9649.0, 9700.0, 9636.0, 9698.0, 9689.0, 9610.0, 9717.0, 9658.0, 9611.0, 9681.0, 9634.0, 9688.0, 9647.0, 9624.0, 9730.0, 9693.0, 9636.0, 9720.0, 9671.0, 9638.0, 9717.0, 9640.0, 9686.0, 9688.0, 9603.0, 9734.0, 9668.0, 9634.0, 9692.0, 9625.0, 9712.0, 9687.0, 9623.0, 9718.0, 9664.0, 9635.0, 9714.0, 9665.0, 9678.0, 9706.0, 9627.0, 9732.0, 9691.0, 9635.0, 9733.0, 9670.0, 9691.0, 9705.0, 9633.0, 9712.0, 9668.0, 9614.0, 9713.0, 9652.0, 9709.0, 9660.0, 9618.0, 9695.0, 9661.0, 9623.0, 9703.0, 9627.0, 9701.0, 9663.0, 9638.0, 9718.0, 9681.0, 9682.0, 9709.0, 9628.0, 9735.0, 9695.0, 9633.0, 9715.0, 9638.0, 9713.0, 9659.0, 9619.0, 9717.0, 9677.0, 9653.0, 9726.0, 9679.0, 9712.0, 9711.0, 9660.0, 9734.0, 9711.0, 9644.0, 9740.0, 9673.0, 9656.0, 9707.0, 9644.0, 9693.0, 9693.0, 9645.0, 9739.0, 9697.0, 9660.0, 9735.0, 9681.0, 9643.0, 9757.0, 9713.0, 9652.0, 9736.0, 9661.0, 9667.0, 9699.0, 9621.0, 9714.0, 9671.0, 9597.0, 9662.0, 9613.0, 9705.0, 9654.0, 9594.0, 9690.0, 9613.0, 9676.0, 9667.0, 9616.0, 9698.0, 9621.0, 9695.0, 9659.0, 9619.0, 9712.0, 9663.0, 9706.0, 9675.0, 9638.0, 9730.0, 9690.0, 9649.0, 9717.0, 9655.0, 9678.0, 9709.0, 9645.0, 9705.0, 9676.0, 9625.0, 9736.0, 9682.0, 9642.0, 9705.0, 9632.0, 9724.0, 9687.0, 9616.0, 9710.0, 9628.0, 9704.0, 9667.0, 9608.0, 9693.0, 9618.0, 9706.0, 9649.0, 9606.0, 9674.0, 9612.0, 9689.0, 9654.0, 9611.0, 9677.0, 9614.0, 9705.0, 9654.0, 9625.0, 9666.0, 9618.0, 9709.0, 9644.0, 9665.0, 9670.0, 9629.0, 9698.0, 9635.0, 9715.0, 9675.0, 9619.0, 9698.0, 9637.0, 9692.0, 9690.0, 9642.0, 9733.0, 9671.0, 9642.0, 9721.0, 9656.0, 9750.0, 9698.0, 9640.0, 9734.0, 9671.0, 9667.0, 9712.0, 9669.0, 9739.0, 9696.0, 9639.0, 9733.0, 9681.0, 9639.0, 9721.0, 9632.0, 9735.0, 9696.0, 9619.0, 9715.0, 9650.0, 9730.0, 9702.0, 9616.0, 9713.0, 9629.0, 9636.0, 9668.0, 9607.0, 9710.0, 9668.0, 9614.0, 9695.0, 9642.0, 9691.0, 9683.0, 9615.0, 9712.0, 9656.0, 9609.0, 9689.0, 9630.0, 9713.0, 9671.0, 9615.0, 9711.0, 9657.0, 9610.0, 9695.0, 9645.0, 9695.0, 9670.0, 9618.0, 9728.0, 9672.0, 9632.0, 9700.0, 9640.0, 9716.0, 9675.0, 9621.0, 9715.0, 9652.0, 9646.0, 9706.0, 9648.0, 9654.0, 9707.0, 9659.0, 9692.0, 9710.0, 9665.0, 9753.0, 9716.0, 9642.0, 9736.0, 9656.0, 9732.0, 9724.0, 9665.0, 9717.0, 9660.0, 9691.0, 9666.0, 9596.0, 9707.0, 9631.0, 9639.0, 9662.0, 9619.0, 9689.0, 9666.0, 9611.0, 9708.0, 9662.0, 9621.0, 9715.0, 9635.0, 9642.0, 9700.0, 9660.0, 9722.0, 9702.0, 9625.0, 9696.0, 9673.0, 9620.0, 9734.0, 9693.0, 9606.0, 9716.0, 9661.0, 9628.0, 9682.0, 9634.0, 9713.0, 9669.0, 9615.0, 9709.0, 9669.0, 9611.0, 9709.0, 9649.0, 9693.0, 9648.0, 9600.0, 9689.0, 9648.0, 9598.0, 9694.0, 9640.0, 9626.0, 9665.0, 9603.0, 9705.0, 9671.0, 9619.0, 9683.0, 9633.0, 9667.0, 9670.0, 9617.0, 9720.0, 9682.0, 9622.0, 9702.0, 9638.0, 9713.0, 9674.0, 9637.0, 9719.0, 9653.0, 9713.0, 9676.0, 9621.0, 9703.0, 9660.0, 9720.0, 9667.0, 9646.0, 9721.0, 9685.0, 9660.0, 9713.0, 9666.0, 9665.0, 9731.0, 9689.0, 9743.0, 9739.0, 9668.0, 9755.0, 9726.0, 9652.0, 9723.0, 9684.0, 9719.0, 9687.0, 9645.0, 9712.0, 9641.0, 9594.0, 9678.0, 9618.0, 9707.0, 9640.0, 9595.0, 9677.0, 9597.0, 9689.0, 9655.0, 9601.0, 9664.0, 9602.0, 9703.0, 9650.0, 9611.0, 9681.0, 9620.0, 9709.0, 9672.0, 9618.0, 9698.0, 9621.0, 9716.0, 9691.0, 9619.0, 9705.0, 9626.0, 9685.0, 9646.0, 9618.0, 9707.0, 9637.0, 9645.0, 9675.0, 9624.0, 9714.0, 9680.0, 9650.0, 9724.0, 9644.0, 9642.0, 9663.0, 9657.0, 9642.0, 9723.0, 9685.0, 9659.0, 9740.0, 9726.0, 9660.0, 9757.0, 9713.0, 9646.0, 9714.0, 9619.0, 9705.0, 9695.0, 9592.0, 9670.0, 9621.0, 9600.0, 9648.0, 9605.0, 9689.0, 9646.0, 9592.0, 9676.0, 9632.0, 9596.0, 9681.0, 9634.0, 9642.0, 9683.0, 9634.0, 9697.0, 9674.0, 9626.0, 9732.0, 9688.0, 9621.0, 9715.0, 9663.0, 9620.0, 9703.0, 9656.0, 9715.0, 9663.0, 9609.0, 9717.0, 9695.0, 9624.0, 9748.0, 9719.0, 9643.0, 9726.0, 9690.0, 9656.0, 9721.0, 9659.0, 9728.0, 9748.0, 9627.0, 9738.0, 9671.0, 9721.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.0002554947916666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.017087063454861114</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.20174256496085</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2720789933796715</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943733020764559</td></tr>
<tr><td colspan=3>efc</td><td>0.4499</td></tr>
<tr><td colspan=3>fber</td><td>6299.3462</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08197179342308406</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8680555555555556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3297161363558185</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.28585430913735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5334682123246837</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.169825887605422</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134169</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02129746787250042</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015357797965407372</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.9137377675733305</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>43.033</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3751</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.1391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309002.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>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.134</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5553</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.2369</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3660.0191</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.7291</td></tr>
<tr><td colspan=3>tsnr</td><td>47.83084671921097</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>