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

616 lines
No EOL
141 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-0092_ses-02_task-narratives_acq-mb8_run-03_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-0092_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-03_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-0092/ses-02/func/sub-0092_ses-02_task-narratives_acq-mb8_run-03_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>c3b0875ef38a4139c21803b8b88f76e7</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>09:11:45.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999222, -0.0076647, -0.0386751, 0.00837125, 0.9998, 0.01814]</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-03_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.0811103</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7727, -7282, 667, -49, -70, 73, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c6b39077-2ae7-4243-b5fd-af709dacb191||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6808407306671143, 0.022459447383880615, -0.10402648895978928, 110.41986846923828], [0.020563840866088867, 2.682391405105591, 0.04981398209929466, -102.35472869873047], [-0.1037624254822731, -0.048668209463357925, 2.697535514831543, -64.79426574707031], [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, 1298]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['091145.375000', '091145.835000', '091146.295000', '091146.755000', '091147.215000', '091147.675000', '091148.135000', '091148.595000', '091149.055000', '091149.515000', '091149.975000', '091150.435000', '091150.895000', '091151.355000', '091151.815000', '091152.275000', '091152.735000', '091153.195000', '091153.655000', '091154.115000', '091154.575000', '091155.035000', '091155.495000', '091155.955000', '091156.415000', '091156.875000', '091157.335000', '091157.795000', '091158.255000', '091158.715000', '091159.175000', '091159.635000', '091200.095000', '091200.555000', '091201.015000', '091201.475000', '091201.935000', '091202.395000', '091202.855000', '091203.315000', '091203.775000', '091204.235000', '091204.695000', '091205.155000', '091205.615000', '091206.075000', '091206.535000', '091206.995000', '091207.455000', '091207.915000', '091208.375000', '091208.835000', '091209.295000', '091209.755000', '091210.215000', '091210.675000', '091211.135000', '091211.595000', '091212.055000', '091212.515000', '091212.975000', '091213.435000', '091213.895000', '091214.355000', '091214.815000', '091215.275000', '091215.735000', '091216.195000', '091216.655000', '091217.115000', '091217.575000', '091218.035000', '091218.495000', '091218.955000', '091219.415000', '091219.875000', '091220.335000', '091220.795000', '091221.255000', '091221.715000', '091222.175000', '091222.635000', '091223.095000', '091223.555000', '091224.015000', '091224.475000', '091224.935000', '091225.395000', '091225.855000', '091226.315000', '091226.775000', '091227.235000', '091227.695000', '091228.155000', '091228.615000', '091229.075000', '091229.535000', '091229.995000', '091230.455000', '091230.915000', '091231.375000', '091231.835000', '091232.295000', '091232.755000', '091233.215000', '091233.675000', '091234.135000', '091234.595000', '091235.055000', '091235.515000', '091235.975000', '091236.435000', '091236.895000', '091237.355000', '091237.815000', '091238.275000', '091238.735000', '091239.195000', '091239.655000', '091240.115000', '091240.575000', '091241.035000', '091241.495000', '091241.955000', '091242.415000', '091242.875000', '091243.335000', '091243.795000', '091244.255000', '091244.715000', '091245.175000', '091245.635000', '091246.095000', '091246.555000', '091247.015000', '091247.475000', '091247.935000', '091248.395000', '091248.855000', '091249.315000', '091249.775000', '091250.235000', '091250.695000', '091251.155000', '091251.615000', '091252.075000', '091252.535000', '091252.995000', '091253.455000', '091253.915000', '091254.375000', '091254.835000', '091255.295000', '091255.755000', '091256.215000', '091256.675000', '091257.135000', '091257.595000', '091258.055000', '091258.515000', '091258.975000', '091259.435000', '091259.895000', '091300.355000', '091300.815000', '091301.275000', '091301.735000', '091302.195000', '091302.655000', '091303.115000', '091303.575000', '091304.035000', '091304.495000', '091304.955000', '091305.415000', '091305.875000', '091306.335000', '091306.795000', '091307.255000', '091307.715000', '091308.175000', '091308.635000', '091309.095000', '091309.555000', '091310.015000', '091310.475000', '091310.935000', '091311.395000', '091311.855000', '091312.315000', '091312.775000', '091313.235000', '091313.695000', '091314.155000', '091314.615000', '091315.075000', '091315.535000', '091315.995000', '091316.455000', '091316.915000', '091317.375000', '091317.835000', '091318.295000', '091318.755000', '091319.215000', '091319.675000', '091320.135000', '091320.595000', '091321.055000', '091321.515000', '091321.975000', '091322.435000', '091322.895000', '091323.355000', '091323.815000', '091324.275000', '091324.735000', '091325.195000', '091325.655000', '091326.115000', '091326.575000', '091327.035000', '091327.495000', '091327.955000', '091328.415000', '091328.875000', '091329.335000', '091329.795000', '091330.255000', '091330.715000', '091331.175000', '091331.635000', '091332.095000', '091332.555000', '091333.015000', '091333.475000', '091333.935000', '091334.395000', '091334.855000', '091335.315000', '091335.775000', '091336.235000', '091336.695000', '091337.155000', '091337.615000', '091338.075000', '091338.535000', '091338.995000', '091339.455000', '091339.915000', '091340.375000', '091340.835000', '091341.295000', '091341.755000', '091342.215000', '091342.675000', '091343.135000', '091343.595000', '091344.055000', '091344.515000', '091344.975000', '091345.435000', '091345.895000', '091346.355000', '091346.815000', '091347.275000', '091347.735000', '091348.195000', '091348.655000', '091349.115000', '091349.575000', '091350.035000', '091350.495000', '091350.955000', '091351.415000', '091351.875000', '091352.335000', '091352.795000', '091353.255000', '091353.715000', '091354.175000', '091354.635000', '091355.095000', '091355.555000', '091356.015000', '091356.475000', '091356.935000', '091357.395000', '091357.855000', '091358.315000', '091358.775000', '091359.235000', '091359.695000', '091400.155000', '091400.615000', '091401.075000', '091401.535000', '091401.995000', '091402.455000', '091402.915000', '091403.375000', '091403.835000', '091404.295000', '091404.755000', '091405.215000', '091405.675000', '091406.135000', '091406.595000', '091407.055000', '091407.515000', '091407.975000', '091408.435000', '091408.895000', '091409.355000', '091409.815000', '091410.275000', '091410.735000', '091411.195000', '091411.655000', '091412.115000', '091412.575000', '091413.035000', '091413.495000', '091413.955000', '091414.415000', '091414.875000', '091415.335000', '091415.795000', '091416.255000', '091416.715000', '091417.175000', '091417.635000', '091418.095000', '091418.555000', '091419.015000', '091419.475000', '091419.935000', '091420.395000', '091420.855000', '091421.315000', '091421.775000', '091422.235000', '091422.695000', '091423.155000', '091423.615000', '091424.075000', '091424.535000', '091424.995000', '091425.455000', '091425.915000', '091426.375000', '091426.835000', '091427.295000', '091427.755000', '091428.215000', '091428.675000', '091429.135000', '091429.595000', '091430.055000', '091430.515000', '091430.975000', '091431.435000', '091431.895000', '091432.355000', '091432.815000', '091433.275000', '091433.735000', '091434.195000', '091434.655000', '091435.115000', '091435.575000', '091436.035000', '091436.495000', '091436.955000', '091437.415000', '091437.875000', '091438.335000', '091438.795000', '091439.255000', '091439.715000', '091440.175000', '091440.635000', '091441.095000', '091441.555000', '091442.015000', '091442.475000', '091442.935000', '091443.395000', '091443.855000', '091444.315000', '091444.775000', '091445.235000', '091445.695000', '091446.155000', '091446.615000', '091447.075000', '091447.535000', '091447.995000', '091448.455000', '091448.915000', '091449.375000', '091449.835000', '091450.295000', '091450.755000', '091451.215000', '091451.675000', '091452.135000', '091452.595000', '091453.055000', '091453.515000', '091453.975000', '091454.435000', '091454.895000', '091455.355000', '091455.815000', '091456.275000', '091456.735000', '091457.195000', '091457.655000', '091458.115000', '091458.575000', '091459.035000', '091459.495000', '091459.955000', '091500.415000', '091500.875000', '091501.335000', '091501.795000', '091502.255000', '091502.715000', '091503.175000', '091503.635000', '091504.095000', '091504.555000', '091505.015000', '091505.475000', '091505.935000', '091506.395000', '091506.855000', '091507.315000', '091507.775000', '091508.235000', '091508.695000', '091509.155000', '091509.615000', '091510.075000', '091510.535000', '091510.995000', '091511.455000', '091511.915000', '091512.375000', '091512.835000', '091513.295000', '091513.755000', '091514.215000', '091514.675000', '091515.135000', '091515.595000', '091516.055000', '091516.515000', '091516.975000', '091517.435000', '091517.895000', '091518.355000', '091518.815000', '091519.275000', '091519.735000', '091520.195000', '091520.655000', '091521.115000', '091521.575000', '091522.035000', '091522.495000', '091522.955000', '091523.415000', '091523.875000', '091524.335000', '091524.795000', '091525.255000', '091525.715000', '091526.175000', '091526.635000', '091527.095000', '091527.555000', '091528.015000', '091528.475000', '091528.935000', '091529.395000', '091529.855000', '091530.315000', '091530.775000', '091531.235000', '091531.695000', '091532.155000', '091532.615000', '091533.075000', '091533.535000', '091533.995000', '091534.455000', '091534.915000', '091535.375000', '091535.835000', '091536.295000', '091536.755000', '091537.215000', '091537.675000', '091538.135000', '091538.595000', '091539.055000', '091539.515000', '091539.975000', '091540.435000', '091540.895000', '091541.355000', '091541.815000', '091542.275000', '091542.735000', '091543.195000', '091543.655000', '091544.115000', '091544.575000', '091545.035000', '091545.495000', '091545.955000', '091546.415000', '091546.875000', '091547.335000', '091547.795000', '091548.255000', '091548.715000', '091549.175000', '091549.635000', '091550.095000', '091550.555000', '091551.015000', '091551.475000', '091551.935000', '091552.395000', '091552.855000', '091553.315000', '091553.775000', '091554.235000', '091554.695000', '091555.155000', '091555.615000', '091556.075000', '091556.535000', '091556.995000', '091557.455000', '091557.915000', '091558.375000', '091558.835000', '091559.295000', '091559.755000', '091600.215000', '091600.675000', '091601.135000', '091601.595000', '091602.055000', '091602.515000', '091602.975000', '091603.435000', '091603.895000', '091604.355000', '091604.815000', '091605.275000', '091605.735000', '091606.195000', '091606.655000', '091607.115000', '091607.575000', '091608.035000', '091608.495000', '091608.955000', '091609.415000', '091609.875000', '091610.335000', '091610.795000', '091611.255000', '091611.715000', '091612.175000', '091612.635000', '091613.095000', '091613.555000', '091614.015000', '091614.475000', '091614.935000', '091615.395000', '091615.855000', '091616.315000', '091616.775000', '091617.235000', '091617.695000', '091618.155000', '091618.615000', '091619.075000', '091619.535000', '091619.995000', '091620.455000', '091620.915000', '091621.375000', '091621.835000', '091622.295000', '091622.755000', '091623.215000', '091623.675000', '091624.135000', '091624.595000', '091625.055000', '091625.515000', '091625.975000', '091626.435000', '091626.895000', '091627.355000', '091627.815000', '091628.275000', '091628.735000', '091629.195000', '091629.655000', '091630.115000', '091630.575000', '091631.035000', '091631.495000', '091631.955000', '091632.415000', '091632.875000', '091633.335000', '091633.795000', '091634.255000', '091634.715000', '091635.175000', '091635.635000', '091636.095000', '091636.555000', '091637.015000', '091637.475000', '091637.935000', '091638.395000', '091638.855000', '091639.315000', '091639.775000', '091640.235000', '091640.695000', '091641.155000', '091641.615000', '091642.075000', '091642.535000', '091642.995000', '091643.455000', '091643.915000', '091644.375000', '091644.835000', '091645.295000', '091645.755000', '091646.215000', '091646.675000', '091647.135000', '091647.595000', '091648.055000', '091648.515000', '091648.975000', '091649.435000', '091649.895000', '091650.355000', '091650.815000', '091651.275000', '091651.735000', '091652.195000', '091652.655000', '091653.115000', '091653.575000', '091654.035000', '091654.495000', '091654.955000', '091655.415000', '091655.875000', '091656.335000', '091656.795000', '091657.255000', '091657.715000', '091658.175000', '091658.635000', '091659.095000', '091659.555000', '091700.015000', '091700.475000', '091700.935000', '091701.395000', '091701.855000', '091702.315000', '091702.775000', '091703.235000', '091703.695000', '091704.155000', '091704.615000', '091705.075000', '091705.535000', '091705.995000', '091706.455000', '091706.915000', '091707.375000', '091707.835000', '091708.295000', '091708.755000', '091709.215000', '091709.675000', '091710.135000', '091710.595000', '091711.055000', '091711.515000', '091711.975000', '091712.435000', '091712.895000', '091713.355000', '091713.815000', '091714.275000', '091714.735000', '091715.195000', '091715.655000', '091716.115000', '091716.575000', '091717.035000', '091717.495000', '091717.955000', '091718.415000', '091718.875000', '091719.335000', '091719.795000', '091720.255000', '091720.715000', '091721.175000', '091721.635000', '091722.095000', '091722.555000', '091723.015000', '091723.475000', '091723.935000', '091724.395000', '091724.855000', '091725.315000', '091725.775000', '091726.235000', '091726.695000', '091727.155000', '091727.615000', '091728.075000', '091728.535000', '091728.995000', '091729.455000', '091729.915000', '091730.375000', '091730.835000', '091731.295000', '091731.755000', '091732.215000', '091732.675000', '091733.135000', '091733.595000', '091734.055000', '091734.515000', '091734.975000', '091735.435000', '091735.895000', '091736.355000', '091736.815000', '091737.275000', '091737.735000', '091738.195000', '091738.655000', '091739.115000', '091739.575000', '091740.035000', '091740.495000', '091740.955000', '091741.415000', '091741.875000', '091742.335000', '091742.795000', '091743.255000', '091743.715000', '091744.175000', '091744.635000', '091745.095000', '091745.555000', '091746.015000', '091746.475000', '091746.935000', '091747.395000', '091747.855000', '091748.315000', '091748.775000', '091749.235000', '091749.695000', '091750.155000', '091750.615000', '091751.075000', '091751.535000', '091751.995000', '091752.455000', '091752.915000', '091753.375000', '091753.835000', '091754.295000', '091754.755000', '091755.215000', '091755.675000', '091756.135000', '091756.595000', '091757.055000', '091757.515000', '091757.975000', '091758.435000', '091758.895000', '091759.355000', '091759.815000', '091800.275000', '091800.735000', '091801.195000', '091801.655000', '091802.115000', '091802.575000', '091803.035000', '091803.495000', '091803.955000', '091804.415000', '091804.875000', '091805.335000', '091805.795000', '091806.255000', '091806.715000', '091807.175000', '091807.635000', '091808.095000', '091808.555000', '091809.015000', '091809.475000', '091809.935000', '091810.395000', '091810.855000', '091811.315000', '091811.775000', '091812.235000', '091812.695000', '091813.155000', '091813.615000', '091814.075000', '091814.535000', '091814.995000', '091815.455000', '091815.915000', '091816.375000', '091816.835000', '091817.295000', '091817.755000', '091818.215000', '091818.675000', '091819.135000', '091819.595000', '091820.055000', '091820.515000', '091820.975000', '091821.435000', '091821.895000', '091822.355000', '091822.815000', '091823.275000', '091823.735000', '091824.195000', '091824.655000', '091825.115000', '091825.575000', '091826.035000', '091826.495000', '091826.955000', '091827.415000', '091827.875000', '091828.335000', '091828.795000', '091829.255000', '091829.715000', '091830.175000', '091830.635000', '091831.095000', '091831.555000', '091832.015000', '091832.475000', '091832.935000', '091833.395000', '091833.855000', '091834.315000', '091834.775000', '091835.235000', '091835.695000', '091836.155000', '091836.615000', '091837.075000', '091837.535000', '091837.995000', '091838.455000', '091838.915000', '091839.375000', '091839.835000', '091840.295000', '091840.755000', '091841.215000', '091841.675000', '091842.135000', '091842.595000', '091843.055000', '091843.515000', '091843.975000', '091844.435000', '091844.895000', '091845.355000', '091845.815000', '091846.275000', '091846.735000', '091847.195000', '091847.655000', '091848.115000', '091848.575000', '091849.035000', '091849.495000', '091849.955000', '091850.415000', '091850.875000', '091851.335000', '091851.795000', '091852.255000', '091852.715000', '091853.175000', '091853.635000', '091854.095000', '091854.555000', '091855.015000', '091855.475000', '091855.935000', '091856.395000', '091856.855000', '091857.315000', '091857.775000', '091858.235000', '091858.695000', '091859.155000', '091859.615000', '091900.075000', '091900.535000', '091900.995000', '091901.455000', '091901.915000', '091902.375000', '091902.835000', '091903.295000', '091903.755000', '091904.215000', '091904.675000', '091905.135000', '091905.595000', '091906.055000', '091906.515000', '091906.975000', '091907.435000', '091907.895000', '091908.355000', '091908.815000', '091909.275000', '091909.735000', '091910.195000', '091910.655000', '091911.115000', '091911.575000', '091912.035000', '091912.495000', '091912.955000', '091913.415000', '091913.875000', '091914.335000', '091914.795000', '091915.255000', '091915.715000', '091916.175000', '091916.635000', '091917.095000', '091917.555000', '091918.015000', '091918.475000', '091918.935000', '091919.395000', '091919.855000', '091920.315000', '091920.775000', '091921.235000', '091921.695000', '091922.155000', '091922.615000', '091923.075000', '091923.535000', '091923.995000', '091924.455000', '091924.915000', '091925.375000', '091925.835000', '091926.295000', '091926.755000', '091927.215000', '091927.675000', '091928.135000', '091928.595000', '091929.055000', '091929.515000', '091929.975000', '091930.435000', '091930.895000', '091931.355000', '091931.815000', '091932.275000', '091932.735000', '091933.195000', '091933.655000', '091934.115000', '091934.575000', '091935.035000', '091935.495000', '091935.955000', '091936.415000', '091936.875000', '091937.335000', '091937.795000', '091938.255000', '091938.715000', '091939.175000', '091939.635000', '091940.095000', '091940.555000', '091941.015000', '091941.475000', '091941.935000', '091942.395000', '091942.855000', '091943.315000', '091943.775000', '091944.235000', '091944.695000', '091945.155000', '091945.615000', '091946.075000', '091946.535000', '091946.995000', '091947.455000', '091947.915000', '091948.375000', '091948.835000', '091949.295000', '091949.755000', '091950.215000', '091950.675000', '091951.135000', '091951.595000', '091952.055000', '091952.515000', '091952.975000', '091953.435000', '091953.895000', '091954.355000', '091954.815000', '091955.275000', '091955.735000', '091956.195000', '091956.655000', '091957.115000', '091957.575000', '091958.035000', '091958.495000', '091958.955000', '091959.415000', '091959.875000', '092000.335000', '092000.795000', '092001.255000', '092001.715000', '092002.175000', '092002.635000', '092003.095000', '092003.555000', '092004.015000', '092004.475000', '092004.935000', '092005.395000', '092005.855000', '092006.315000', '092006.775000', '092007.235000', '092007.695000', '092008.155000', '092008.615000', '092009.075000', '092009.535000', '092009.995000', '092010.455000', '092010.915000', '092011.375000', '092011.835000', '092012.295000', '092012.755000', '092013.215000', '092013.675000', '092014.135000', '092014.595000', '092015.055000', '092015.515000', '092015.975000', '092016.435000', '092016.895000', '092017.355000', '092017.815000', '092018.275000', '092018.735000', '092019.195000', '092019.655000', '092020.115000', '092020.575000', '092021.035000', '092021.495000', '092021.955000', '092022.415000', '092022.875000', '092023.335000', '092023.795000', '092024.255000', '092024.715000', '092025.175000', '092025.635000', '092026.095000', '092026.555000', '092027.015000', '092027.475000', '092027.935000', '092028.395000', '092028.855000', '092029.315000', '092029.775000', '092030.235000', '092030.695000', '092031.155000', '092031.615000', '092032.075000', '092032.535000', '092032.995000', '092033.455000', '092033.915000', '092034.375000', '092034.835000', '092035.295000', '092035.755000', '092036.215000', '092036.675000', '092037.135000', '092037.595000', '092038.055000', '092038.515000', '092038.975000', '092039.435000', '092039.895000', '092040.355000', '092040.815000', '092041.275000', '092041.735000', '092042.195000', '092042.655000', '092043.115000', '092043.575000', '092044.035000', '092044.495000', '092044.955000', '092045.415000', '092045.875000', '092046.335000', '092046.795000', '092047.255000', '092047.715000', '092048.175000', '092048.635000', '092049.095000', '092049.555000', '092050.015000', '092050.475000', '092050.935000', '092051.395000', '092051.855000', '092052.315000', '092052.775000', '092053.235000', '092053.695000', '092054.155000', '092054.615000', '092055.075000', '092055.535000', '092055.995000', '092056.455000', '092056.915000', '092057.375000', '092057.835000', '092058.295000', '092058.755000', '092059.215000', '092059.675000', '092100.135000', '092100.595000', '092101.055000', '092101.515000', '092101.975000', '092102.435000', '092102.895000', '092103.355000', '092103.815000', '092104.275000', '092104.735000', '092105.195000', '092105.655000', '092106.115000', '092106.575000', '092107.035000', '092107.495000', '092107.955000', '092108.415000', '092108.875000', '092109.335000', '092109.795000', '092110.255000', '092110.715000', '092111.175000', '092111.635000', '092112.095000', '092112.555000', '092113.015000', '092113.475000', '092113.935000', '092114.395000', '092114.855000', '092115.315000', '092115.775000', '092116.235000', '092116.695000', '092117.155000', '092117.615000', '092118.075000', '092118.535000', '092118.995000', '092119.455000', '092119.915000', '092120.375000', '092120.835000', '092121.295000', '092121.755000', '092122.215000', '092122.675000', '092123.135000', '092123.595000', '092124.055000', '092124.515000', '092124.975000', '092125.435000', '092125.895000', '092126.355000', '092126.815000', '092127.275000', '092127.735000', '092128.195000', '092128.655000', '092129.115000', '092129.575000', '092130.035000', '092130.495000', '092130.955000', '092131.415000', '092131.875000', '092132.335000', '092132.795000', '092133.255000', '092133.715000', '092134.175000', '092134.635000', '092135.095000', '092135.555000', '092136.015000', '092136.475000', '092136.935000', '092137.395000', '092137.855000', '092138.315000', '092138.775000', '092139.235000', '092139.695000', '092140.155000', '092140.615000', '092141.075000', '092141.535000', '092141.995000'], 'ContentTime': ['091210.542000', '091210.545000', '091210.548000', '091210.551000', '091210.553000', '091210.556000', '091210.558000', '091210.561000', '091210.564000', '091210.566000', '091210.569000', '091210.571000', '091210.574000', '091210.576000', '091210.579000', '091210.582000', '091210.584000', '091210.587000', '091210.590000', '091210.592000', '091210.595000', '091210.597000', '091210.600000', '091210.608000', '091210.610000', '091210.613000', '091210.615000', '091210.618000', '091210.621000', '091210.623000', '091210.626000', '091210.628000', '091210.631000', '091210.634000', '091210.636000', '091210.639000', '091210.641000', '091210.644000', '091210.647000', '091210.649000', '091210.652000', '091210.654000', '091210.657000', '091210.660000', '091210.662000', '091210.665000', '091210.667000', '091210.670000', '091210.673000', '091210.675000', '091210.678000', '091210.681000', '091210.683000', '091230.492000', '091230.495000', '091230.498000', '091230.501000', '091230.504000', '091230.506000', '091230.509000', '091230.511000', '091230.514000', '091230.516000', '091230.528000', '091230.531000', '091230.534000', '091230.536000', '091230.539000', '091230.542000', '091230.544000', '091230.547000', '091230.549000', '091230.552000', '091230.555000', '091230.557000', '091230.560000', '091230.562000', '091230.565000', '091230.567000', '091230.570000', '091230.573000', '091230.575000', '091230.578000', '091230.580000', '091230.583000', '091230.586000', '091230.588000', '091230.591000', '091230.593000', '091230.596000', '091230.599000', '091230.601000', '091230.604000', '091230.607000', '091230.609000', '091230.612000', '091250.492000', '091250.495000', '091250.498000', '091250.501000', '091250.503000', '091250.506000', '091250.508000', '091250.511000', '091250.513000', '091250.516000', '091250.519000', '091250.521000', '091250.524000', '091250.527000', '091250.529000', '091250.532000', '091250.535000', '091250.537000', '091250.540000', '091250.542000', '091250.545000', '091250.547000', '091250.550000', '091250.552000', '091250.555000', '091250.558000', '091250.560000', '091250.564000', '091250.567000', '091250.569000', '091250.572000', '091250.581000', '091250.584000', '091250.586000', '091250.589000', '091250.591000', '091250.594000', '091250.602000', '091250.605000', '091250.607000', '091250.610000', '091250.613000', '091250.616000', '091310.492000', '091310.509000', '091310.512000', '091310.515000', '091310.517000', '091310.520000', '091310.522000', '091310.525000', '091310.528000', '091310.530000', '091310.533000', '091310.536000', '091310.538000', '091310.541000', '091310.543000', '091310.546000', '091310.549000', '091310.551000', '091310.554000', '091310.557000', '091310.559000', '091310.562000', '091310.564000', '091310.567000', '091310.569000', '091310.572000', '091310.575000', '091310.577000', '091310.580000', '091310.582000', '091310.585000', '091310.588000', '091310.590000', '091310.593000', '091310.595000', '091310.598000', '091310.601000', '091310.603000', '091310.606000', '091310.609000', '091310.611000', '091310.618000', '091310.620000', '091310.623000', '091330.491000', '091330.494000', '091330.497000', '091330.500000', '091330.502000', '091330.505000', '091330.508000', '091330.510000', '091330.513000', '091330.515000', '091330.518000', '091330.521000', '091330.524000', '091330.527000', '091330.530000', '091330.533000', '091330.536000', '091330.538000', '091330.551000', '091330.554000', '091330.556000', '091330.559000', '091330.561000', '091330.564000', '091330.567000', '091330.569000', '091330.572000', '091330.575000', '091330.577000', '091330.580000', '091330.582000', '091330.585000', '091330.588000', '091330.590000', '091330.593000', '091330.596000', '091330.598000', '091330.601000', '091330.603000', '091330.606000', '091330.609000', '091330.611000', '091330.614000', '091350.492000', '091350.495000', '091350.498000', '091350.501000', '091350.503000', '091350.506000', '091350.509000', '091350.511000', '091350.514000', '091350.517000', '091350.519000', '091350.522000', '091350.524000', '091350.527000', '091350.530000', '091350.532000', '091350.535000', '091350.537000', '091350.540000', '091350.543000', '091350.545000', '091350.548000', '091350.551000', '091350.553000', '091350.556000', '091350.558000', '091350.561000', '091350.564000', '091350.566000', '091350.569000', '091350.571000', '091350.574000', '091350.577000', '091350.579000', '091350.582000', '091350.585000', '091350.587000', '091350.590000', '091350.592000', '091350.595000', '091350.597000', '091350.600000', '091350.603000', '091350.606000', '091410.493000', '091410.495000', '091410.498000', '091410.501000', '091410.503000', '091410.506000', '091410.508000', '091410.511000', '091410.514000', '091410.516000', '091410.519000', '091410.521000', '091410.524000', '091410.527000', '091410.530000', '091410.532000', '091410.535000', '091410.538000', '091410.540000', '091410.543000', '091410.546000', '091410.548000', '091410.551000', '091410.553000', '091410.556000', '091410.559000', '091410.562000', '091410.565000', '091410.568000', '091410.570000', '091410.573000', '091410.576000', '091410.578000', '091410.581000', '091410.583000', '091410.586000', '091410.589000', '091410.591000', '091410.594000', '091410.597000', '091410.599000', '091410.603000', '091410.606000', '091430.493000', '091430.496000', '091430.499000', '091430.501000', '091430.504000', '091430.507000', '091430.509000', '091430.512000', '091430.514000', '091430.517000', '091430.520000', '091430.522000', '091430.525000', '091430.528000', '091430.530000', '091430.533000', '091430.535000', '091430.538000', '091430.541000', '091430.543000', '091430.546000', '091430.548000', '091430.551000', '091430.554000', '091430.556000', '091430.559000', '091430.562000', '091430.564000', '091430.567000', '091430.569000', '091430.572000', '091430.575000', '091430.577000', '091430.580000', '091430.583000', '091430.585000', '091430.588000', '091430.591000', '091430.593000', '091430.596000', '091430.598000', '091430.632000', '091430.635000', '091430.637000', '091450.492000', '091450.495000', '091450.498000', '091450.501000', '091450.504000', '091450.506000', '091450.509000', '091450.512000', '091450.514000', '091450.517000', '091450.520000', '091450.523000', '091450.525000', '091450.528000', '091450.530000', '091450.533000', '091450.536000', '091450.538000', '091450.541000', '091450.544000', '091450.546000', '091450.549000', '091450.552000', '091450.555000', '091450.557000', '091450.560000', '091450.564000', '091450.566000', '091450.569000', '091450.572000', '091450.574000', '091450.577000', '091450.579000', '091450.582000', '091450.585000', '091450.587000', '091450.590000', '091450.593000', '091450.595000', '091450.598000', '091450.601000', '091450.603000', '091450.606000', '091510.493000', '091510.495000', '091510.498000', '091510.501000', '091510.504000', '091510.507000', '091510.509000', '091510.512000', '091510.515000', '091510.517000', '091510.520000', '091510.523000', '091510.525000', '091510.528000', '091510.530000', '091510.533000', '091510.536000', '091510.538000', '091510.541000', '091510.543000', '091510.546000', '091510.549000', '091510.561000', '091510.563000', '091510.566000', '091510.569000', '091510.571000', '091510.574000', '091510.577000', '091510.579000', '091510.582000', '091510.585000', '091510.587000', '091510.590000', '091510.592000', '091510.595000', '091510.598000', '091510.600000', '091510.603000', '091510.606000', '091510.608000', '091510.611000', '091510.614000', '091510.616000', '091530.492000', '091530.494000', '091530.497000', '091530.500000', '091530.502000', '091530.505000', '091530.508000', '091530.510000', '091530.513000', '091530.516000', '091530.518000', '091530.521000', '091530.523000', '091530.526000', '091530.529000', '091530.531000', '091530.534000', '091530.536000', '091530.539000', '091530.542000', '091530.544000', '091530.547000', '091530.549000', '091530.552000', '091530.555000', '091530.557000', '091530.567000', '091530.569000', '091530.572000', '091530.574000', '091530.577000', '091530.580000', '091530.582000', '091530.585000', '091530.588000', '091530.590000', '091530.593000', '091530.596000', '091530.598000', '091530.601000', '091530.603000', '091530.606000', '091530.609000', '091550.491000', '091550.494000', '091550.497000', '091550.500000', '091550.502000', '091550.505000', '091550.508000', '091550.511000', '091550.513000', '091550.516000', '091550.519000', '091550.521000', '091550.530000', '091550.533000', '091550.535000', '091550.538000', '091550.541000', '091550.543000', '091550.546000', '091550.549000', '091550.551000', '091550.554000', '091550.556000', '091550.559000', '091550.562000', '091550.564000', '091550.567000', '091550.570000', '091550.572000', '091550.575000', '091550.578000', '091550.580000', '091550.583000', '091550.585000', '091550.588000', '091550.591000', '091550.593000', '091550.596000', '091550.598000', '091550.601000', '091550.604000', '091550.606000', '091550.609000', '091550.612000', '091610.493000', '091610.496000', '091610.498000', '091610.501000', '091610.503000', '091610.506000', '091610.509000', '091610.511000', '091610.514000', '091610.517000', '091610.520000', '091610.522000', '091610.525000', '091610.527000', '091610.530000', '091610.533000', '091610.535000', '091610.538000', '091610.540000', '091610.543000', '091610.546000', '091610.576000', '091610.579000', '091610.581000', '091610.584000', '091610.587000', '091610.589000', '091610.592000', '091610.594000', '091610.597000', '091610.600000', '091610.602000', '091610.605000', '091610.608000', '091610.610000', '091610.613000', '091610.615000', '091610.618000', '091610.621000', '091610.623000', '091610.626000', '091610.628000', '091610.631000', '091630.493000', '091630.495000', '091630.498000', '091630.501000', '091630.504000', '091630.506000', '091630.509000', '091630.511000', '091630.514000', '091630.517000', '091630.520000', '091630.522000', '091630.525000', '091630.527000', '091630.530000', '091630.533000', '091630.535000', '091630.538000', '091630.540000', '091630.543000', '091630.546000', '091630.548000', '091630.551000', '091630.554000', '091630.556000', '091630.559000', '091630.562000', '091630.564000', '091630.567000', '091630.569000', '091630.572000', '091630.575000', '091630.577000', '091630.580000', '091630.582000', '091630.593000', '091630.595000', '091630.598000', '091630.601000', '091630.604000', '091630.606000', '091630.609000', '091630.612000', '091630.614000', '091650.492000', '091650.495000', '091650.498000', '091650.500000', '091650.503000', '091650.506000', '091650.508000', '091650.511000', '091650.514000', '091650.516000', '091650.519000', '091650.522000', '091650.524000', '091650.527000', '091650.529000', '091650.532000', '091650.535000', '091650.537000', '091650.540000', '091650.543000', '091650.545000', '091650.548000', '091650.550000', '091650.553000', '091650.556000', '091650.558000', '091650.561000', '091650.563000', '091650.566000', '091650.569000', '091650.571000', '091650.574000', '091650.577000', '091650.579000', '091650.582000', '091650.584000', '091650.587000', '091650.590000', '091650.592000', '091650.595000', '091650.598000', '091650.600000', '091650.603000', '091710.492000', '091710.495000', '091710.498000', '091710.501000', '091710.503000', '091710.506000', '091710.509000', '091710.511000', '091710.514000', '091710.517000', '091710.519000', '091710.522000', '091710.524000', '091710.527000', '091710.530000', '091710.532000', '091710.535000', '091710.537000', '091710.540000', '091710.543000', '091710.545000', '091710.548000', '091710.551000', '091710.553000', '091710.556000', '091710.559000', '091710.561000', '091710.564000', '091710.566000', '091710.569000', '091710.572000', '091710.574000', '091710.577000', '091710.580000', '091710.582000', '091710.585000', '091710.588000', '091710.591000', '091710.593000', '091710.596000', '091710.599000', '091710.601000', '091710.611000', '091710.613000', '091730.492000', '091730.495000', '091730.498000', '091730.501000', '091730.503000', '091730.506000', '091730.509000', '091730.511000', '091730.514000', '091730.517000', '091730.519000', '091730.522000', '091730.525000', '091730.527000', '091730.530000', '091730.532000', '091730.535000', '091730.538000', '091730.540000', '091730.543000', '091730.546000', '091730.548000', '091730.551000', '091730.553000', '091730.556000', '091730.559000', '091730.561000', '091730.564000', '091730.566000', '091730.569000', '091730.572000', '091730.574000', '091730.577000', '091730.580000', '091730.582000', '091730.585000', '091730.588000', '091730.590000', '091730.593000', '091730.596000', '091730.599000', '091730.602000', '091730.605000', '091750.491000', '091750.494000', '091750.497000', '091750.499000', '091750.502000', '091750.505000', '091750.507000', '091750.510000', '091750.513000', '091750.515000', '091750.518000', '091750.520000', '091750.523000', '091750.526000', '091750.528000', '091750.531000', '091750.534000', '091750.536000', '091750.539000', '091750.543000', '091750.546000', '091750.548000', '091750.551000', '091750.554000', '091750.556000', '091750.559000', '091750.561000', '091750.564000', '091750.567000', '091750.569000', '091750.572000', '091750.575000', '091750.577000', '091750.580000', '091750.582000', '091750.585000', '091750.588000', '091750.590000', '091750.593000', '091750.595000', '091750.598000', '091750.601000', '091750.603000', '091750.606000', '091810.492000', '091810.494000', '091810.497000', '091810.500000', '091810.502000', '091810.505000', '091810.508000', '091810.510000', '091810.513000', '091810.515000', '091810.518000', '091810.521000', '091810.523000', '091810.526000', '091810.529000', '091810.531000', '091810.534000', '091810.536000', '091810.539000', '091810.543000', '091810.545000', '091810.548000', '091810.551000', '091810.553000', '091810.556000', '091810.558000', '091810.561000', '091810.564000', '091810.566000', '091810.569000', '091810.572000', '091810.574000', '091810.577000', '091810.579000', '091810.582000', '091810.585000', '091810.587000', '091810.590000', '091810.593000', '091810.595000', '091810.598000', '091810.601000', '091810.603000', '091830.493000', '091830.496000', '091830.498000', '091830.501000', '091830.504000', '091830.506000', '091830.509000', '091830.512000', '091830.514000', '091830.517000', '091830.519000', '091830.522000', '091830.525000', '091830.527000', '091830.530000', '091830.533000', '091830.535000', '091830.538000', '091830.541000', '091830.543000', '091830.546000', '091830.548000', '091830.551000', '091830.554000', '091830.556000', '091830.559000', '091830.561000', '091830.564000', '091830.567000', '091830.569000', '091830.572000', '091830.575000', '091830.577000', '091830.580000', '091830.582000', '091830.585000', '091830.588000', '091830.590000', '091830.593000', '091830.596000', '091830.599000', '091830.601000', '091830.604000', '091850.493000', '091850.496000', '091850.499000', '091850.501000', '091850.504000', '091850.506000', '091850.509000', '091850.511000', '091850.514000', '091850.517000', '091850.519000', '091850.522000', '091850.525000', '091850.527000', '091850.530000', '091850.533000', '091850.535000', '091850.538000', '091850.540000', '091850.543000', '091850.546000', '091850.548000', '091850.551000', '091850.553000', '091850.556000', '091850.559000', '091850.561000', '091850.564000', '091850.566000', '091850.569000', '091850.572000', '091850.574000', '091850.577000', '091850.579000', '091850.582000', '091850.585000', '091850.587000', '091850.590000', '091850.592000', '091850.595000', '091850.598000', '091850.600000', '091850.603000', '091850.606000', '091910.501000', '091910.504000', '091910.506000', '091910.509000', '091910.512000', '091910.514000', '091910.517000', '091910.520000', '091910.523000', '091910.525000', '091910.528000', '091910.531000', '091910.533000', '091910.536000', '091910.539000', '091910.541000', '091910.544000', '091910.546000', '091910.549000', '091910.552000', '091910.554000', '091910.557000', '091910.560000', '091910.562000', '091910.565000', '091910.567000', '091910.570000', '091910.573000', '091910.575000', '091910.578000', '091910.581000', '091910.584000', '091910.586000', '091910.589000', '091910.591000', '091910.594000', '091910.597000', '091910.599000', '091910.602000', '091910.605000', '091910.607000', '091910.610000', '091910.613000', '091910.615000', '091930.492000', '091930.495000', '091930.498000', '091930.500000', '091930.503000', '091930.506000', '091930.508000', '091930.511000', '091930.514000', '091930.516000', '091930.519000', '091930.522000', '091930.524000', '091930.527000', '091930.530000', '091930.532000', '091930.535000', '091930.538000', '091930.540000', '091930.543000', '091930.545000', '091930.548000', '091930.551000', '091930.553000', '091930.556000', '091930.558000', '091930.561000', '091930.564000', '091930.566000', '091930.569000', '091930.572000', '091930.574000', '091930.577000', '091930.580000', '091930.582000', '091930.585000', '091930.587000', '091930.590000', '091930.593000', '091930.595000', '091930.598000', '091930.601000', '091930.603000', '091950.493000', '091950.495000', '091950.498000', '091950.501000', '091950.503000', '091950.506000', '091950.515000', '091950.518000', '091950.520000', '091950.523000', '091950.525000', '091950.528000', '091950.531000', '091950.533000', '091950.536000', '091950.538000', '091950.541000', '091950.544000', '091950.546000', '091950.549000', '091950.551000', '091950.554000', '091950.557000', '091950.559000', '091950.562000', '091950.564000', '091950.567000', '091950.570000', '091950.572000', '091950.575000', '091950.577000', '091950.580000', '091950.583000', '091950.585000', '091950.588000', '091950.590000', '091950.593000', '091950.596000', '091950.598000', '091950.601000', '091950.604000', '091950.606000', '091950.609000', '091950.612000', '092010.492000', '092010.494000', '092010.497000', '092010.500000', '092010.502000', '092010.505000', '092010.508000', '092010.510000', '092010.513000', '092010.516000', '092010.518000', '092010.521000', '092010.524000', '092010.526000', '092010.529000', '092010.540000', '092010.542000', '092010.545000', '092010.547000', '092010.550000', '092010.553000', '092010.555000', '092010.558000', '092010.561000', '092010.563000', '092010.566000', '092010.569000', '092010.571000', '092010.574000', '092010.576000', '092010.579000', '092010.582000', '092010.584000', '092010.587000', '092010.590000', '092010.592000', '092010.605000', '092010.608000', '092010.611000', '092010.613000', '092010.616000', '092010.619000', '092010.621000', '092030.493000', '092030.496000', '092030.499000', '092030.501000', '092030.504000', '092030.506000', '092030.509000', '092030.512000', '092030.514000', '092030.517000', '092030.520000', '092030.523000', '092030.525000', '092030.528000', '092030.530000', '092030.533000', '092030.536000', '092030.538000', '092030.541000', '092030.544000', '092030.546000', '092030.549000', '092030.552000', '092030.554000', '092030.557000', '092030.560000', '092030.563000', '092030.565000', '092030.568000', '092030.571000', '092030.574000', '092030.577000', '092030.579000', '092030.582000', '092030.584000', '092030.587000', '092030.590000', '092030.592000', '092030.595000', '092030.598000', '092030.600000', '092030.603000', '092030.605000', '092050.493000', '092050.495000', '092050.498000', '092050.501000', '092050.503000', '092050.506000', '092050.509000', '092050.511000', '092050.514000', '092050.516000', '092050.519000', '092050.522000', '092050.524000', '092050.527000', '092050.530000', '092050.532000', '092050.535000', '092050.537000', '092050.540000', '092050.543000', '092050.545000', '092050.548000', '092050.550000', '092050.553000', '092050.556000', '092050.558000', '092050.561000', '092050.564000', '092050.566000', '092050.569000', '092050.572000', '092050.574000', '092050.577000', '092050.580000', '092050.582000', '092050.585000', '092050.587000', '092050.590000', '092050.593000', '092050.595000', '092050.598000', '092050.601000', '092050.603000', '092050.606000', '092110.493000', '092110.496000', '092110.498000', '092110.501000', '092110.504000', '092110.506000', '092110.509000', '092110.511000', '092110.514000', '092110.517000', '092110.519000', '092110.522000', '092110.524000', '092110.527000', '092110.530000', '092110.532000', '092110.535000', '092110.538000', '092110.540000', '092110.543000', '092110.545000', '092110.548000', '092110.551000', '092110.553000', '092110.556000', '092110.559000', '092110.561000', '092110.564000', '092110.566000', '092110.569000', '092110.572000', '092110.574000', '092110.577000', '092110.580000', '092110.582000', '092110.585000', '092110.587000', '092110.590000', '092110.593000', '092110.595000', '092110.598000', '092110.601000', '092110.603000', '092130.492000', '092130.495000', '092130.498000', '092130.501000', '092130.504000', '092130.506000', '092130.509000', '092130.511000', '092130.514000', '092130.517000', '092130.520000', '092130.522000', '092130.525000', '092130.528000', '092130.530000', '092130.533000', '092130.535000', '092130.538000', '092130.541000', '092130.543000', '092130.546000', '092130.549000', '092130.551000', '092130.554000', '092130.557000', '092130.559000', '092130.562000', '092130.565000', '092130.567000', '092130.570000', '092130.573000', '092130.575000', '092130.578000', '092130.580000', '092130.583000', '092130.586000', '092130.588000', '092130.600000', '092130.603000', '092130.605000', '092130.608000', '092130.610000', '092130.613000', '092130.616000', '092143.197000', '092143.200000', '092143.203000', '092143.206000', '092143.208000', '092143.211000', '092143.214000', '092143.217000', '092143.219000', '092143.222000', '092143.225000', '092143.228000', '092143.231000', '092143.233000', '092143.236000', '092143.239000', '092143.242000', '092143.244000', '092143.247000', '092143.250000', '092143.252000', '092143.255000', '092143.259000', '092143.262000', '092143.264000', '092143.267000', '092143.270000', '092143.272000'], 'InstanceCreationTime': ['091210.542000', '091210.545000', '091210.548000', '091210.551000', '091210.553000', '091210.556000', '091210.558000', '091210.561000', '091210.564000', '091210.566000', '091210.569000', '091210.571000', '091210.574000', '091210.576000', '091210.579000', '091210.582000', '091210.584000', '091210.587000', '091210.590000', '091210.592000', '091210.595000', '091210.597000', '091210.600000', '091210.608000', '091210.610000', '091210.613000', '091210.615000', '091210.618000', '091210.621000', '091210.623000', '091210.626000', '091210.628000', '091210.631000', '091210.634000', '091210.636000', '091210.639000', '091210.641000', '091210.644000', '091210.647000', '091210.649000', '091210.652000', '091210.654000', '091210.657000', '091210.660000', '091210.662000', '091210.665000', '091210.667000', '091210.670000', '091210.673000', '091210.675000', '091210.678000', '091210.681000', '091210.683000', '091230.492000', '091230.495000', '091230.498000', '091230.501000', '091230.504000', '091230.506000', '091230.509000', '091230.511000', '091230.514000', '091230.516000', '091230.528000', '091230.531000', '091230.534000', '091230.536000', '091230.539000', '091230.542000', '091230.544000', '091230.547000', '091230.549000', '091230.552000', '091230.555000', '091230.557000', '091230.560000', '091230.562000', '091230.565000', '091230.567000', '091230.570000', '091230.573000', '091230.575000', '091230.578000', '091230.580000', '091230.583000', '091230.586000', '091230.588000', '091230.591000', '091230.593000', '091230.596000', '091230.599000', '091230.601000', '091230.604000', '091230.607000', '091230.609000', '091230.612000', '091250.492000', '091250.495000', '091250.498000', '091250.501000', '091250.503000', '091250.506000', '091250.508000', '091250.511000', '091250.513000', '091250.516000', '091250.519000', '091250.521000', '091250.524000', '091250.527000', '091250.529000', '091250.532000', '091250.535000', '091250.537000', '091250.540000', '091250.542000', '091250.545000', '091250.547000', '091250.550000', '091250.552000', '091250.555000', '091250.558000', '091250.560000', '091250.564000', '091250.567000', '091250.569000', '091250.572000', '091250.581000', '091250.584000', '091250.586000', '091250.589000', '091250.591000', '091250.594000', '091250.602000', '091250.605000', '091250.607000', '091250.610000', '091250.613000', '091250.616000', '091310.492000', '091310.509000', '091310.512000', '091310.515000', '091310.517000', '091310.520000', '091310.522000', '091310.525000', '091310.528000', '091310.530000', '091310.533000', '091310.536000', '091310.538000', '091310.541000', '091310.543000', '091310.546000', '091310.549000', '091310.551000', '091310.554000', '091310.557000', '091310.559000', '091310.562000', '091310.564000', '091310.567000', '091310.569000', '091310.572000', '091310.575000', '091310.577000', '091310.580000', '091310.582000', '091310.585000', '091310.588000', '091310.590000', '091310.593000', '091310.595000', '091310.598000', '091310.601000', '091310.603000', '091310.606000', '091310.609000', '091310.611000', '091310.618000', '091310.620000', '091310.623000', '091330.491000', '091330.494000', '091330.497000', '091330.500000', '091330.502000', '091330.505000', '091330.508000', '091330.510000', '091330.513000', '091330.515000', '091330.518000', '091330.521000', '091330.524000', '091330.527000', '091330.530000', '091330.533000', '091330.536000', '091330.538000', '091330.551000', '091330.554000', '091330.556000', '091330.559000', '091330.561000', '091330.564000', '091330.567000', '091330.569000', '091330.572000', '091330.575000', '091330.577000', '091330.580000', '091330.582000', '091330.585000', '091330.588000', '091330.590000', '091330.593000', '091330.596000', '091330.598000', '091330.601000', '091330.603000', '091330.606000', '091330.609000', '091330.611000', '091330.614000', '091350.492000', '091350.495000', '091350.498000', '091350.501000', '091350.503000', '091350.506000', '091350.509000', '091350.511000', '091350.514000', '091350.517000', '091350.519000', '091350.522000', '091350.524000', '091350.527000', '091350.530000', '091350.532000', '091350.535000', '091350.537000', '091350.540000', '091350.543000', '091350.545000', '091350.548000', '091350.551000', '091350.553000', '091350.556000', '091350.558000', '091350.561000', '091350.564000', '091350.566000', '091350.569000', '091350.571000', '091350.574000', '091350.577000', '091350.579000', '091350.582000', '091350.585000', '091350.587000', '091350.590000', '091350.592000', '091350.595000', '091350.597000', '091350.600000', '091350.603000', '091350.606000', '091410.493000', '091410.495000', '091410.498000', '091410.501000', '091410.503000', '091410.506000', '091410.508000', '091410.511000', '091410.514000', '091410.516000', '091410.519000', '091410.521000', '091410.524000', '091410.527000', '091410.530000', '091410.532000', '091410.535000', '091410.538000', '091410.540000', '091410.543000', '091410.546000', '091410.548000', '091410.551000', '091410.553000', '091410.556000', '091410.559000', '091410.562000', '091410.565000', '091410.568000', '091410.570000', '091410.573000', '091410.576000', '091410.578000', '091410.581000', '091410.583000', '091410.586000', '091410.589000', '091410.591000', '091410.594000', '091410.597000', '091410.599000', '091410.603000', '091410.606000', '091430.493000', '091430.496000', '091430.499000', '091430.501000', '091430.504000', '091430.507000', '091430.509000', '091430.512000', '091430.514000', '091430.517000', '091430.520000', '091430.522000', '091430.525000', '091430.528000', '091430.530000', '091430.533000', '091430.535000', '091430.538000', '091430.541000', '091430.543000', '091430.546000', '091430.548000', '091430.551000', '091430.554000', '091430.556000', '091430.559000', '091430.562000', '091430.564000', '091430.567000', '091430.569000', '091430.572000', '091430.575000', '091430.577000', '091430.580000', '091430.583000', '091430.585000', '091430.588000', '091430.591000', '091430.593000', '091430.596000', '091430.598000', '091430.632000', '091430.635000', '091430.637000', '091450.492000', '091450.495000', '091450.498000', '091450.501000', '091450.504000', '091450.506000', '091450.509000', '091450.512000', '091450.514000', '091450.517000', '091450.520000', '091450.523000', '091450.525000', '091450.528000', '091450.530000', '091450.533000', '091450.536000', '091450.538000', '091450.541000', '091450.544000', '091450.546000', '091450.549000', '091450.552000', '091450.555000', '091450.557000', '091450.560000', '091450.564000', '091450.566000', '091450.569000', '091450.572000', '091450.574000', '091450.577000', '091450.579000', '091450.582000', '091450.585000', '091450.587000', '091450.590000', '091450.593000', '091450.595000', '091450.598000', '091450.601000', '091450.603000', '091450.606000', '091510.493000', '091510.495000', '091510.498000', '091510.501000', '091510.504000', '091510.507000', '091510.509000', '091510.512000', '091510.515000', '091510.517000', '091510.520000', '091510.523000', '091510.525000', '091510.528000', '091510.530000', '091510.533000', '091510.536000', '091510.538000', '091510.541000', '091510.543000', '091510.546000', '091510.549000', '091510.561000', '091510.563000', '091510.566000', '091510.569000', '091510.571000', '091510.574000', '091510.577000', '091510.579000', '091510.582000', '091510.585000', '091510.587000', '091510.590000', '091510.592000', '091510.595000', '091510.598000', '091510.600000', '091510.603000', '091510.606000', '091510.608000', '091510.611000', '091510.614000', '091510.616000', '091530.492000', '091530.494000', '091530.497000', '091530.500000', '091530.502000', '091530.505000', '091530.508000', '091530.510000', '091530.513000', '091530.516000', '091530.518000', '091530.521000', '091530.523000', '091530.526000', '091530.529000', '091530.531000', '091530.534000', '091530.536000', '091530.539000', '091530.542000', '091530.544000', '091530.547000', '091530.549000', '091530.552000', '091530.555000', '091530.557000', '091530.567000', '091530.569000', '091530.572000', '091530.574000', '091530.577000', '091530.580000', '091530.582000', '091530.585000', '091530.588000', '091530.590000', '091530.593000', '091530.596000', '091530.598000', '091530.601000', '091530.603000', '091530.606000', '091530.609000', '091550.491000', '091550.494000', '091550.497000', '091550.500000', '091550.502000', '091550.505000', '091550.508000', '091550.511000', '091550.513000', '091550.516000', '091550.519000', '091550.521000', '091550.530000', '091550.533000', '091550.535000', '091550.538000', '091550.541000', '091550.543000', '091550.546000', '091550.549000', '091550.551000', '091550.554000', '091550.556000', '091550.559000', '091550.562000', '091550.564000', '091550.567000', '091550.570000', '091550.572000', '091550.575000', '091550.578000', '091550.580000', '091550.583000', '091550.585000', '091550.588000', '091550.591000', '091550.593000', '091550.596000', '091550.598000', '091550.601000', '091550.604000', '091550.606000', '091550.609000', '091550.612000', '091610.493000', '091610.496000', '091610.498000', '091610.501000', '091610.503000', '091610.506000', '091610.509000', '091610.511000', '091610.514000', '091610.517000', '091610.520000', '091610.522000', '091610.525000', '091610.527000', '091610.530000', '091610.533000', '091610.535000', '091610.538000', '091610.540000', '091610.543000', '091610.546000', '091610.576000', '091610.579000', '091610.581000', '091610.584000', '091610.587000', '091610.589000', '091610.592000', '091610.594000', '091610.597000', '091610.600000', '091610.602000', '091610.605000', '091610.608000', '091610.610000', '091610.613000', '091610.615000', '091610.618000', '091610.621000', '091610.623000', '091610.626000', '091610.628000', '091610.631000', '091630.493000', '091630.495000', '091630.498000', '091630.501000', '091630.504000', '091630.506000', '091630.509000', '091630.511000', '091630.514000', '091630.517000', '091630.520000', '091630.522000', '091630.525000', '091630.527000', '091630.530000', '091630.533000', '091630.535000', '091630.538000', '091630.540000', '091630.543000', '091630.546000', '091630.548000', '091630.551000', '091630.554000', '091630.556000', '091630.559000', '091630.562000', '091630.564000', '091630.567000', '091630.569000', '091630.572000', '091630.575000', '091630.577000', '091630.580000', '091630.582000', '091630.593000', '091630.595000', '091630.598000', '091630.601000', '091630.604000', '091630.606000', '091630.609000', '091630.612000', '091630.614000', '091650.492000', '091650.495000', '091650.498000', '091650.500000', '091650.503000', '091650.506000', '091650.508000', '091650.511000', '091650.514000', '091650.516000', '091650.519000', '091650.522000', '091650.524000', '091650.527000', '091650.529000', '091650.532000', '091650.535000', '091650.537000', '091650.540000', '091650.543000', '091650.545000', '091650.548000', '091650.550000', '091650.553000', '091650.556000', '091650.558000', '091650.561000', '091650.563000', '091650.566000', '091650.569000', '091650.571000', '091650.574000', '091650.577000', '091650.579000', '091650.582000', '091650.584000', '091650.587000', '091650.590000', '091650.592000', '091650.595000', '091650.598000', '091650.600000', '091650.603000', '091710.492000', '091710.495000', '091710.498000', '091710.501000', '091710.503000', '091710.506000', '091710.509000', '091710.511000', '091710.514000', '091710.517000', '091710.519000', '091710.522000', '091710.524000', '091710.527000', '091710.530000', '091710.532000', '091710.535000', '091710.537000', '091710.540000', '091710.543000', '091710.545000', '091710.548000', '091710.551000', '091710.553000', '091710.556000', '091710.559000', '091710.561000', '091710.564000', '091710.566000', '091710.569000', '091710.572000', '091710.574000', '091710.577000', '091710.580000', '091710.582000', '091710.585000', '091710.588000', '091710.591000', '091710.593000', '091710.596000', '091710.599000', '091710.601000', '091710.611000', '091710.613000', '091730.492000', '091730.495000', '091730.498000', '091730.501000', '091730.503000', '091730.506000', '091730.509000', '091730.511000', '091730.514000', '091730.517000', '091730.519000', '091730.522000', '091730.525000', '091730.527000', '091730.530000', '091730.532000', '091730.535000', '091730.538000', '091730.540000', '091730.543000', '091730.546000', '091730.548000', '091730.551000', '091730.553000', '091730.556000', '091730.559000', '091730.561000', '091730.564000', '091730.566000', '091730.569000', '091730.572000', '091730.574000', '091730.577000', '091730.580000', '091730.582000', '091730.585000', '091730.588000', '091730.590000', '091730.593000', '091730.596000', '091730.599000', '091730.602000', '091730.605000', '091750.491000', '091750.494000', '091750.497000', '091750.499000', '091750.502000', '091750.505000', '091750.507000', '091750.510000', '091750.513000', '091750.515000', '091750.518000', '091750.520000', '091750.523000', '091750.526000', '091750.528000', '091750.531000', '091750.534000', '091750.536000', '091750.539000', '091750.543000', '091750.546000', '091750.548000', '091750.551000', '091750.554000', '091750.556000', '091750.559000', '091750.561000', '091750.564000', '091750.567000', '091750.569000', '091750.572000', '091750.575000', '091750.577000', '091750.580000', '091750.582000', '091750.585000', '091750.588000', '091750.590000', '091750.593000', '091750.595000', '091750.598000', '091750.601000', '091750.603000', '091750.606000', '091810.492000', '091810.494000', '091810.497000', '091810.500000', '091810.502000', '091810.505000', '091810.508000', '091810.510000', '091810.513000', '091810.515000', '091810.518000', '091810.521000', '091810.523000', '091810.526000', '091810.529000', '091810.531000', '091810.534000', '091810.536000', '091810.539000', '091810.543000', '091810.545000', '091810.548000', '091810.551000', '091810.553000', '091810.556000', '091810.558000', '091810.561000', '091810.564000', '091810.566000', '091810.569000', '091810.572000', '091810.574000', '091810.577000', '091810.579000', '091810.582000', '091810.585000', '091810.587000', '091810.590000', '091810.593000', '091810.595000', '091810.598000', '091810.601000', '091810.603000', '091830.493000', '091830.496000', '091830.498000', '091830.501000', '091830.504000', '091830.506000', '091830.509000', '091830.512000', '091830.514000', '091830.517000', '091830.519000', '091830.522000', '091830.525000', '091830.527000', '091830.530000', '091830.533000', '091830.535000', '091830.538000', '091830.541000', '091830.543000', '091830.546000', '091830.548000', '091830.551000', '091830.554000', '091830.556000', '091830.559000', '091830.561000', '091830.564000', '091830.567000', '091830.569000', '091830.572000', '091830.575000', '091830.577000', '091830.580000', '091830.582000', '091830.585000', '091830.588000', '091830.590000', '091830.593000', '091830.596000', '091830.599000', '091830.601000', '091830.604000', '091850.493000', '091850.496000', '091850.499000', '091850.501000', '091850.504000', '091850.506000', '091850.509000', '091850.511000', '091850.514000', '091850.517000', '091850.519000', '091850.522000', '091850.525000', '091850.527000', '091850.530000', '091850.533000', '091850.535000', '091850.538000', '091850.540000', '091850.543000', '091850.546000', '091850.548000', '091850.551000', '091850.553000', '091850.556000', '091850.559000', '091850.561000', '091850.564000', '091850.566000', '091850.569000', '091850.572000', '091850.574000', '091850.577000', '091850.579000', '091850.582000', '091850.585000', '091850.587000', '091850.590000', '091850.592000', '091850.595000', '091850.598000', '091850.600000', '091850.603000', '091850.606000', '091910.501000', '091910.504000', '091910.506000', '091910.509000', '091910.512000', '091910.514000', '091910.517000', '091910.520000', '091910.523000', '091910.525000', '091910.528000', '091910.531000', '091910.533000', '091910.536000', '091910.539000', '091910.541000', '091910.544000', '091910.546000', '091910.549000', '091910.552000', '091910.554000', '091910.557000', '091910.560000', '091910.562000', '091910.565000', '091910.567000', '091910.570000', '091910.573000', '091910.575000', '091910.578000', '091910.581000', '091910.584000', '091910.586000', '091910.589000', '091910.591000', '091910.594000', '091910.597000', '091910.599000', '091910.602000', '091910.605000', '091910.607000', '091910.610000', '091910.613000', '091910.615000', '091930.492000', '091930.495000', '091930.498000', '091930.500000', '091930.503000', '091930.506000', '091930.508000', '091930.511000', '091930.514000', '091930.516000', '091930.519000', '091930.522000', '091930.524000', '091930.527000', '091930.530000', '091930.532000', '091930.535000', '091930.538000', '091930.540000', '091930.543000', '091930.545000', '091930.548000', '091930.551000', '091930.553000', '091930.556000', '091930.558000', '091930.561000', '091930.564000', '091930.566000', '091930.569000', '091930.572000', '091930.574000', '091930.577000', '091930.580000', '091930.582000', '091930.585000', '091930.587000', '091930.590000', '091930.593000', '091930.595000', '091930.598000', '091930.601000', '091930.603000', '091950.493000', '091950.495000', '091950.498000', '091950.501000', '091950.503000', '091950.506000', '091950.515000', '091950.518000', '091950.520000', '091950.523000', '091950.525000', '091950.528000', '091950.531000', '091950.533000', '091950.536000', '091950.538000', '091950.541000', '091950.544000', '091950.546000', '091950.549000', '091950.551000', '091950.554000', '091950.557000', '091950.559000', '091950.562000', '091950.564000', '091950.567000', '091950.570000', '091950.572000', '091950.575000', '091950.577000', '091950.580000', '091950.583000', '091950.585000', '091950.588000', '091950.590000', '091950.593000', '091950.596000', '091950.598000', '091950.601000', '091950.604000', '091950.606000', '091950.609000', '091950.612000', '092010.492000', '092010.494000', '092010.497000', '092010.500000', '092010.502000', '092010.505000', '092010.508000', '092010.510000', '092010.513000', '092010.516000', '092010.518000', '092010.521000', '092010.524000', '092010.526000', '092010.529000', '092010.540000', '092010.542000', '092010.545000', '092010.547000', '092010.550000', '092010.553000', '092010.555000', '092010.558000', '092010.561000', '092010.563000', '092010.566000', '092010.569000', '092010.571000', '092010.574000', '092010.576000', '092010.579000', '092010.582000', '092010.584000', '092010.587000', '092010.590000', '092010.592000', '092010.605000', '092010.608000', '092010.611000', '092010.613000', '092010.616000', '092010.619000', '092010.621000', '092030.493000', '092030.496000', '092030.499000', '092030.501000', '092030.504000', '092030.506000', '092030.509000', '092030.512000', '092030.514000', '092030.517000', '092030.520000', '092030.523000', '092030.525000', '092030.528000', '092030.530000', '092030.533000', '092030.536000', '092030.538000', '092030.541000', '092030.544000', '092030.546000', '092030.549000', '092030.552000', '092030.554000', '092030.557000', '092030.560000', '092030.563000', '092030.565000', '092030.568000', '092030.571000', '092030.574000', '092030.577000', '092030.579000', '092030.582000', '092030.584000', '092030.587000', '092030.590000', '092030.592000', '092030.595000', '092030.598000', '092030.600000', '092030.603000', '092030.605000', '092050.493000', '092050.495000', '092050.498000', '092050.501000', '092050.503000', '092050.506000', '092050.509000', '092050.511000', '092050.514000', '092050.516000', '092050.519000', '092050.522000', '092050.524000', '092050.527000', '092050.530000', '092050.532000', '092050.535000', '092050.537000', '092050.540000', '092050.543000', '092050.545000', '092050.548000', '092050.550000', '092050.553000', '092050.556000', '092050.558000', '092050.561000', '092050.564000', '092050.566000', '092050.569000', '092050.572000', '092050.574000', '092050.577000', '092050.580000', '092050.582000', '092050.585000', '092050.587000', '092050.590000', '092050.593000', '092050.595000', '092050.598000', '092050.601000', '092050.603000', '092050.606000', '092110.493000', '092110.496000', '092110.498000', '092110.501000', '092110.504000', '092110.506000', '092110.509000', '092110.511000', '092110.514000', '092110.517000', '092110.519000', '092110.522000', '092110.524000', '092110.527000', '092110.530000', '092110.532000', '092110.535000', '092110.538000', '092110.540000', '092110.543000', '092110.545000', '092110.548000', '092110.551000', '092110.553000', '092110.556000', '092110.559000', '092110.561000', '092110.564000', '092110.566000', '092110.569000', '092110.572000', '092110.574000', '092110.577000', '092110.580000', '092110.582000', '092110.585000', '092110.587000', '092110.590000', '092110.593000', '092110.595000', '092110.598000', '092110.601000', '092110.603000', '092130.492000', '092130.495000', '092130.498000', '092130.501000', '092130.504000', '092130.506000', '092130.509000', '092130.511000', '092130.514000', '092130.517000', '092130.520000', '092130.522000', '092130.525000', '092130.528000', '092130.530000', '092130.533000', '092130.535000', '092130.538000', '092130.541000', '092130.543000', '092130.546000', '092130.549000', '092130.551000', '092130.554000', '092130.557000', '092130.559000', '092130.562000', '092130.565000', '092130.567000', '092130.570000', '092130.573000', '092130.575000', '092130.578000', '092130.580000', '092130.583000', '092130.586000', '092130.588000', '092130.600000', '092130.603000', '092130.605000', '092130.608000', '092130.610000', '092130.613000', '092130.616000', '092143.197000', '092143.200000', '092143.203000', '092143.206000', '092143.208000', '092143.211000', '092143.214000', '092143.217000', '092143.219000', '092143.222000', '092143.225000', '092143.228000', '092143.231000', '092143.233000', '092143.236000', '092143.239000', '092143.242000', '092143.244000', '092143.247000', '092143.250000', '092143.252000', '092143.255000', '092143.259000', '092143.262000', '092143.264000', '092143.267000', '092143.270000', '092143.272000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [9292, 8426, 7755, 7257, 7438, 16448, 7564, 12256, 9057, 11428, 7305, 7888, 7360, 7319, 7416, 9848, 9927, 10089, 13829, 7377, 12315, 7326, 9996, 7171, 7501, 6785, 7390, 11346, 6993, 8495, 7163, 7883, 6980, 7261, 7349, 6967, 7356, 10440, 15244, 11738, 10242, 7685, 15108, 7658, 13130, 12542, 14018, 8327, 8041, 6856, 7600, 12519, 7396, 11383, 9247, 15088, 7460, 11647, 7333, 11005, 10867, 8452, 10892, 7715, 7006, 7248, 6941, 7277, 7307, 7291, 10410, 7076, 10935, 7348, 9546, 7786, 14158, 9657, 10896, 7248, 13209, 7656, 15532, 13979, 16155, 9727, 9399, 7125, 7624, 6916, 7499, 8566, 7626, 7272, 7469, 8875, 7232, 14442, 7496, 15377, 11501, 15245, 8169, 11428, 7529, 8696, 7184, 10335, 7073, 7368, 6824, 7416, 14383, 7427, 11452, 9340, 9386, 7240, 7328, 6964, 7376, 15275, 7548, 11817, 7343, 8204, 7271, 7374, 7192, 8358, 15041, 9383, 10831, 7191, 8058, 6977, 7262, 7445, 7656, 7573, 7470, 6895, 7324, 15007, 10627, 9287, 16401, 13077, 9051, 7612, 8351, 7309, 8200, 7235, 8293, 7144, 7845, 7356, 10606, 7420, 13734, 16272, 12671, 17439, 13501, 13575, 7782, 10066, 7528, 8035, 7222, 8527, 7250, 9358, 7573, 9417, 17760, 10831, 15286, 9229, 10775, 7239, 9603, 7064, 7426, 6889, 7345, 12391, 7957, 8644, 6999, 7539, 9502, 7143, 8360, 7124, 8039, 7260, 8482, 6981, 7374, 15837, 8542, 13033, 11292, 14453, 7865, 7793, 6875, 7550, 16441, 11164, 11839, 7710, 7348, 7153, 7517, 7112, 7557, 7258, 7784, 7540, 6933, 7526, 7868, 7163, 7152, 12156, 11163, 12369, 7276, 11413, 7256, 12125, 7782, 13286, 9474, 15891, 10075, 12572, 7482, 11955, 7354, 9881, 8625, 14524, 7219, 7988, 7062, 7743, 14946, 7628, 8979, 7214, 7262, 7035, 7306, 7136, 7082, 7133, 8609, 9536, 11906, 12401, 7543, 14829, 7463, 12580, 9621, 15930, 10921, 11182, 7625, 11878, 7413, 11773, 17062, 14221, 14332, 10662, 10029, 7395, 7682, 7212, 8456, 7507, 7650, 7259, 6711, 7232, 7139, 8848, 14890, 13338, 13618, 9303, 9652, 7326, 7576, 7213, 8343, 7779, 13464, 7425, 10292, 7237, 7356, 7097, 7382, 15205, 11228, 13212, 7607, 9821, 7017, 7831, 16275, 10077, 12996, 7282, 7747, 7046, 7231, 6838, 7478, 7101, 7747, 7083, 7206, 14454, 8923, 8682, 17390, 14374, 13711, 9109, 9731, 7271, 7351, 7135, 7389, 7209, 8803, 7117, 7266, 6997, 7729, 16034, 11713, 12146, 9676, 7958, 6593, 7433, 6749, 7400, 8832, 7234, 9675, 7260, 7769, 7327, 8668, 7266, 12658, 9671, 12601, 8340, 9742, 7094, 6845, 7416, 8949, 7237, 7011, 11384, 9951, 15711, 12245, 15886, 10952, 14306, 9131, 11551, 8511, 13369, 18010, 14607, 8857, 7515, 10417, 7471, 8587, 7357, 8406, 7739, 8684, 7414, 8866, 7411, 10083, 9745, 7894, 15622, 11315, 14222, 10024, 10517, 7674, 9928, 7533, 8497, 7709, 10699, 15615, 11827, 9794, 7645, 11126, 7358, 8523, 7053, 7537, 9303, 7391, 6761, 7310, 12877, 6931, 8257, 7355, 7522, 7029, 7328, 6833, 7267, 6743, 7490, 7443, 7788, 7867, 9126, 7365, 8925, 8402, 12031, 17894, 16480, 15341, 10164, 10029, 7780, 7514, 6942, 7641, 7792, 7742, 7124, 7547, 6894, 7343, 7851, 7343, 14563, 11045, 15214, 8782, 9977, 6757, 7364, 6842, 7575, 7714, 7827, 7493, 7228, 6732, 7705, 12474, 7736, 8969, 14082, 9297, 6841, 7559, 6680, 7682, 11221, 7858, 11157, 7736, 10063, 7498, 8987, 7288, 12935, 8657, 14399, 10217, 11253, 7011, 7974, 7235, 11549, 7300, 7289, 8235, 7292, 13532, 11579, 14928, 9981, 12511, 7249, 9008, 11170, 10002, 17032, 12764, 14207, 7718, 10110, 7266, 8488, 7249, 8421, 6958, 7445, 7077, 7027, 6983, 7332, 6943, 8903, 13433, 9275, 13398, 7678, 11427, 7440, 10979, 7434, 13144, 9408, 15744, 11161, 12914, 9863, 9081, 12279, 7546, 14960, 9106, 13996, 7426, 9261, 7796, 8676, 7694, 9488, 7589, 13073, 7003, 8572, 6936, 7341, 7312, 7432, 16982, 12676, 10885, 7223, 7486, 7010, 7248, 6885, 7422, 9504, 7342, 14182, 7319, 10917, 7223, 8932, 12429, 12540, 12311, 8006, 6697, 7712, 11421, 7366, 9229, 7669, 9022, 7190, 7544, 6814, 7215, 7054, 7332, 7215, 9296, 8020, 11893, 7092, 8138, 7263, 8336, 8747, 9584, 18042, 13959, 13322, 9213, 11226, 7416, 10396, 7465, 10034, 7606, 6823, 7505, 8363, 7463, 12715, 7420, 14089, 16073, 14083, 16743, 8456, 11254, 7290, 7420, 7225, 7362, 7412, 7347, 7062, 7390, 6847, 7368, 10304, 7502, 13465, 11856, 10418, 7307, 7188, 6793, 7096, 7480, 7197, 7118, 7294, 6746, 7316, 7109, 8575, 7671, 13465, 12695, 14472, 8604, 10476, 7334, 10835, 10079, 13819, 17893, 14265, 14117, 8902, 9134, 7503, 7466, 6956, 7610, 14741, 8977, 9300, 7528, 7705, 6899, 7432, 7397, 7776, 7150, 9055, 7438, 8680, 7164, 10996, 17161, 13648, 14771, 11285, 9156, 7581, 7471, 7073, 7590, 6880, 7258, 7133, 7317, 8711, 9790, 9499, 8035, 7923, 7480, 10324, 7321, 13029, 13020, 14675, 7266, 7535, 6761, 7167, 6779, 7188, 7070, 7899, 10724, 7230, 7114, 7491, 7988, 8347, 6956, 12899, 7590, 15419, 16342, 14829, 10464, 9007, 7344, 7755, 6965, 7292, 9771, 7527, 12310, 7673, 6941, 7251, 6885, 7257, 13178, 7189, 7254, 7242, 7101, 7098, 9748, 7875, 9103, 8005, 8137, 7698, 7207, 7375, 12098, 17253, 10121, 14507, 11403, 14986, 9589, 11298, 8207, 9833, 8365, 9528, 8969, 11223, 9865, 9125, 8848, 7581, 8242, 16470, 10291, 10648, 10865, 11325, 8195, 8226, 7733, 8600, 7975, 7994, 13699, 8963, 12397, 8306, 8645, 8013, 7175, 7604, 7650, 7697, 8804, 15712, 11046, 11961, 8335, 8841, 7655, 7258, 7558, 7167, 7513, 7574, 7470, 7368, 8102, 7388, 8612, 8215, 9230, 10536, 8811, 16598, 13222, 15510, 11791, 8172, 7609, 7820, 7282, 7830, 8409, 7886, 12976, 7772, 10097, 7849, 11549, 18560, 15081, 14323, 9618, 12054, 8049, 8306, 7717, 7835, 8606, 7961, 8330, 7106, 7746, 7177, 7173, 7443, 10318, 7451, 8739, 7914, 7568, 11421, 17190, 13931, 15755, 12719, 8082, 7676, 7919, 7245, 8379, 8069, 7728, 12719, 7755, 9141, 7834, 7258, 8249, 7638, 10615, 9175, 17382, 15767, 16815, 10616, 12162, 7955, 8032, 7616, 7879, 7992, 12017, 10019, 9917, 7469, 8063, 7559, 7265, 7757, 7394, 7815, 8211, 7593, 11406, 7037, 7106, 7015, 7904, 7188, 7579, 7747, 10094, 9226, 13581, 13876, 17066, 13455, 15687, 11750, 13730, 15619, 10936, 15325, 8057, 11552, 7897, 10358, 7544, 7575, 7369, 7595, 7563, 10491, 7422, 10821, 8401, 12854, 7465, 9193, 7047, 6995, 7118, 7114, 7265, 8377, 7527, 9492, 7276, 10191, 6916, 9186, 11462, 13144, 13668, 11685, 8826, 7311, 7311, 7286, 17224, 11573, 16278, 12234, 11701, 7500, 11525, 7101, 11778, 7779, 14585, 9442, 11547, 7811, 9976, 15279, 9254, 13725, 9677, 11743, 8107, 10750, 7700, 9165, 7268, 9114, 11590, 7837, 11833, 7484, 6911, 6994, 7072, 7354, 7189, 7227, 9798, 10011, 8853, 8834, 15656, 10855, 11719, 13407, 12005, 10476, 10645, 7484, 7889, 7605, 9029, 7247, 13195, 16439, 12619, 8700, 8066, 7912, 7473, 7443, 7336, 9365, 7265, 11021, 7713, 8467, 7358, 12609, 9274, 8104, 15530, 11323, 12900, 8945, 9461, 7537, 10154, 7402, 10626, 7734, 11778, 8006, 8857, 7514, 7613, 7612, 8316, 7638, 9182, 7979, 7641, 7464, 7086, 7159, 7047, 7169, 7367, 11349, 7876, 7664, 10583, 7153, 14140, 9125, 15706, 14630, 11997, 13233, 11949, 17656, 13170, 11244, 7841, 9773, 7609, 8675, 7633, 9384, 7862, 8155, 7375, 7832, 7376, 8729, 9996, 8208, 8422, 7313, 6903, 7634, 6774, 7581, 11694, 8595, 8509, 13784, 7346, 10432, 7278, 9089, 7543, 9005, 7398, 10075, 13705, 9052, 13258, 7541, 12489, 7721, 12209, 15737, 12496, 8818, 7622, 10645, 7426, 8740, 7419, 8465, 7527, 10205, 7674, 10307, 7465, 8116, 16684, 8780, 14913, 11167, 13199, 7966, 8317, 7100, 7313, 13787, 7283, 10067, 8943, 8162, 7617, 9008, 7573, 9564, 8255, 13038, 12052, 11061, 9991, 7152, 16204, 10811, 11566, 7879, 11255, 7267, 7457, 6930, 7394, 7157, 7855, 7181, 7399, 6966, 7046, 7047, 7828, 7395, 6894, 7694, 7148, 16699, 11544, 12470, 12804, 7974, 15725, 13552, 16206, 10256, 12975, 12064, 8220, 16537, 12482, 14233, 10065, 10097, 7338, 8870, 7380, 9053, 7442, 8995, 7810, 9334, 7355, 7158, 7276, 7346, 7263, 10311, 7436, 7492, 6984, 8244, 7457, 10594, 7499, 12657, 8405, 8229, 7531, 13401, 7209, 15694, 10483, 12053, 12108, 9217, 16565, 12967, 11361, 7651, 8056, 7306, 7299, 12431, 7261, 12631, 7452, 9591, 7027, 7363, 11665, 7447, 9512, 8106, 7624, 7092, 7325, 6675, 7086, 14414, 10647, 9737, 7166, 7457, 13695, 7070, 8506, 7239, 7219, 16421, 8605, 11869, 7309, 8701, 7226, 7855, 14044, 8047, 14928, 9161, 11888, 7540, 9164, 7223, 7213, 15670, 8004, 11054, 7426, 9438, 7149, 7292, 8958, 7375, 12098, 7175, 7019, 7629, 10365, 7443, 10338, 7113, 11722, 9505, 9809, 7609, 8532, 7305, 10039, 10235], 'WindowCenter': [4243.0, 4220.0, 4207.0, 4193.0, 4195.0, 4254.0, 4192.0, 4233.0, 4203.0, 4222.0, 4180.0, 4191.0, 4180.0, 4179.0, 4183.0, 4213.0, 4212.0, 4213.0, 4232.0, 4181.0, 4220.0, 4180.0, 4212.0, 4170.0, 4182.0, 4169.0, 4180.0, 4209.0, 4181.0, 4201.0, 4183.0, 4192.0, 4182.0, 4182.0, 4193.0, 4182.0, 4195.0, 4226.0, 4255.0, 4236.0, 4212.0, 4179.0, 4242.0, 4180.0, 4234.0, 4222.0, 4233.0, 4179.0, 4179.0, 4156.0, 4179.0, 4219.0, 4179.0, 4220.0, 4202.0, 4242.0, 4181.0, 4219.0, 4180.0, 4210.0, 4210.0, 4204.0, 4222.0, 4181.0, 4168.0, 4179.0, 4168.0, 4192.0, 4192.0, 4195.0, 4224.0, 4184.0, 4223.0, 4193.0, 4225.0, 4195.0, 4246.0, 4226.0, 4222.0, 4181.0, 4232.0, 4181.0, 4246.0, 4234.0, 4242.0, 4189.0, 4188.0, 4157.0, 4166.0, 4168.0, 4180.0, 4189.0, 4180.0, 4168.0, 4179.0, 4189.0, 4169.0, 4229.0, 4181.0, 4241.0, 4223.0, 4230.0, 4178.0, 4206.0, 4177.0, 4189.0, 4168.0, 4199.0, 4168.0, 4168.0, 4157.0, 4168.0, 4228.0, 4179.0, 4208.0, 4200.0, 4187.0, 4167.0, 4165.0, 4156.0, 4168.0, 4229.0, 4178.0, 4208.0, 4167.0, 4176.0, 4168.0, 4166.0, 4169.0, 4192.0, 4241.0, 4201.0, 4211.0, 4180.0, 4177.0, 4168.0, 4180.0, 4181.0, 4191.0, 4193.0, 4183.0, 4181.0, 4192.0, 4244.0, 4212.0, 4214.0, 4241.0, 4233.0, 4189.0, 4179.0, 4187.0, 4179.0, 4202.0, 4194.0, 4204.0, 4197.0, 4205.0, 4195.0, 4226.0, 4192.0, 4245.0, 4254.0, 4233.0, 4253.0, 4233.0, 4216.0, 4168.0, 4197.0, 4178.0, 4179.0, 4179.0, 4190.0, 4181.0, 4199.0, 4181.0, 4201.0, 4240.0, 4198.0, 4228.0, 4187.0, 4197.0, 4168.0, 4198.0, 4166.0, 4165.0, 4168.0, 4179.0, 4220.0, 4178.0, 4189.0, 4168.0, 4178.0, 4197.0, 4168.0, 4189.0, 4181.0, 4192.0, 4194.0, 4203.0, 4183.0, 4181.0, 4243.0, 4201.0, 4234.0, 4223.0, 4233.0, 4180.0, 4178.0, 4157.0, 4179.0, 4241.0, 4222.0, 4221.0, 4180.0, 4169.0, 4169.0, 4179.0, 4181.0, 4191.0, 4193.0, 4191.0, 4192.0, 4181.0, 4192.0, 4205.0, 4179.0, 4194.0, 4235.0, 4224.0, 4235.0, 4183.0, 4220.0, 4182.0, 4222.0, 4193.0, 4244.0, 4215.0, 4245.0, 4213.0, 4219.0, 4170.0, 4209.0, 4170.0, 4202.0, 4191.0, 4233.0, 4168.0, 4178.0, 4168.0, 4179.0, 4228.0, 4180.0, 4189.0, 4180.0, 4169.0, 4170.0, 4180.0, 4182.0, 4181.0, 4184.0, 4203.0, 4214.0, 4235.0, 4223.0, 4182.0, 4231.0, 4170.0, 4221.0, 4203.0, 4242.0, 4213.0, 4209.0, 4179.0, 4209.0, 4170.0, 4222.0, 4242.0, 4244.0, 4232.0, 4211.0, 4197.0, 4166.0, 4177.0, 4193.0, 4204.0, 4193.0, 4206.0, 4194.0, 4185.0, 4196.0, 4184.0, 4216.0, 4257.0, 4246.0, 4234.0, 4200.0, 4201.0, 4169.0, 4167.0, 4169.0, 4190.0, 4180.0, 4233.0, 4181.0, 4209.0, 4180.0, 4180.0, 4169.0, 4182.0, 4242.0, 4222.0, 4231.0, 4179.0, 4198.0, 4167.0, 4180.0, 4238.0, 4199.0, 4220.0, 4168.0, 4166.0, 4168.0, 4167.0, 4169.0, 4181.0, 4180.0, 4194.0, 4181.0, 4181.0, 4233.0, 4190.0, 4191.0, 4241.0, 4230.0, 4219.0, 4188.0, 4187.0, 4168.0, 4168.0, 4169.0, 4181.0, 4181.0, 4199.0, 4169.0, 4180.0, 4170.0, 4181.0, 4242.0, 4221.0, 4210.0, 4199.0, 4168.0, 4155.0, 4181.0, 4169.0, 4180.0, 4214.0, 4192.0, 4213.0, 4192.0, 4191.0, 4193.0, 4202.0, 4195.0, 4247.0, 4213.0, 4235.0, 4204.0, 4212.0, 4183.0, 4172.0, 4182.0, 4213.0, 4194.0, 4184.0, 4248.0, 4227.0, 4257.0, 4237.0, 4242.0, 4214.0, 4243.0, 4214.0, 4211.0, 4191.0, 4219.0, 4239.0, 4216.0, 4174.0, 4166.0, 4195.0, 4167.0, 4188.0, 4181.0, 4190.0, 4192.0, 4191.0, 4182.0, 4199.0, 4182.0, 4211.0, 4199.0, 4192.0, 4242.0, 4211.0, 4231.0, 4202.0, 4199.0, 4179.0, 4198.0, 4180.0, 4191.0, 4194.0, 4226.0, 4244.0, 4224.0, 4200.0, 4179.0, 4208.0, 4168.0, 4189.0, 4170.0, 4180.0, 4201.0, 4181.0, 4171.0, 4182.0, 4231.0, 4170.0, 4189.0, 4178.0, 4180.0, 4179.0, 4179.0, 4171.0, 4182.0, 4184.0, 4195.0, 4206.0, 4206.0, 4206.0, 4215.0, 4193.0, 4202.0, 4202.0, 4236.0, 4257.0, 4245.0, 4243.0, 4201.0, 4195.0, 4178.0, 4167.0, 4166.0, 4179.0, 4178.0, 4180.0, 4168.0, 4181.0, 4168.0, 4179.0, 4177.0, 4180.0, 4240.0, 4210.0, 4231.0, 4177.0, 4186.0, 4156.0, 4166.0, 4157.0, 4177.0, 4179.0, 4181.0, 4180.0, 4181.0, 4170.0, 4181.0, 4221.0, 4182.0, 4201.0, 4232.0, 4199.0, 4158.0, 4179.0, 4171.0, 4193.0, 4221.0, 4193.0, 4224.0, 4192.0, 4210.0, 4181.0, 4201.0, 4194.0, 4244.0, 4216.0, 4256.0, 4213.0, 4209.0, 4169.0, 4177.0, 4182.0, 4234.0, 4193.0, 4193.0, 4204.0, 4194.0, 4244.0, 4232.0, 4256.0, 4212.0, 4218.0, 4168.0, 4187.0, 4211.0, 4200.0, 4241.0, 4222.0, 4216.0, 4165.0, 4184.0, 4167.0, 4187.0, 4167.0, 4176.0, 4169.0, 4166.0, 4169.0, 4169.0, 4180.0, 4180.0, 4183.0, 4214.0, 4244.0, 4215.0, 4232.0, 4181.0, 4220.0, 4181.0, 4220.0, 4183.0, 4234.0, 4202.0, 4243.0, 4223.0, 4232.0, 4200.0, 4190.0, 4219.0, 4179.0, 4230.0, 4201.0, 4230.0, 4169.0, 4199.0, 4179.0, 4188.0, 4191.0, 4212.0, 4182.0, 4233.0, 4170.0, 4189.0, 4167.0, 4167.0, 4179.0, 4181.0, 4240.0, 4221.0, 4208.0, 4167.0, 4166.0, 4167.0, 4178.0, 4182.0, 4182.0, 4212.0, 4183.0, 4231.0, 4180.0, 4210.0, 4168.0, 4190.0, 4219.0, 4221.0, 4219.0, 4177.0, 4158.0, 4192.0, 4221.0, 4179.0, 4200.0, 4179.0, 4200.0, 4170.0, 4179.0, 4170.0, 4179.0, 4181.0, 4181.0, 4194.0, 4215.0, 4205.0, 4235.0, 4181.0, 4190.0, 4181.0, 4189.0, 4201.0, 4202.0, 4254.0, 4244.0, 4230.0, 4198.0, 4208.0, 4168.0, 4197.0, 4179.0, 4200.0, 4192.0, 4170.0, 4182.0, 4190.0, 4182.0, 4232.0, 4183.0, 4245.0, 4241.0, 4233.0, 4230.0, 4178.0, 4196.0, 4165.0, 4166.0, 4167.0, 4167.0, 4178.0, 4179.0, 4168.0, 4178.0, 4170.0, 4181.0, 4223.0, 4195.0, 4244.0, 4221.0, 4210.0, 4192.0, 4180.0, 4180.0, 4181.0, 4180.0, 4183.0, 4194.0, 4193.0, 4186.0, 4194.0, 4196.0, 4217.0, 4195.0, 4246.0, 4246.0, 4244.0, 4202.0, 4211.0, 4182.0, 4211.0, 4212.0, 4235.0, 4243.0, 4233.0, 4217.0, 4176.0, 4175.0, 4165.0, 4164.0, 4167.0, 4179.0, 4228.0, 4190.0, 4187.0, 4177.0, 4176.0, 4168.0, 4179.0, 4181.0, 4180.0, 4183.0, 4201.0, 4180.0, 4191.0, 4181.0, 4211.0, 4242.0, 4231.0, 4228.0, 4198.0, 4187.0, 4165.0, 4165.0, 4166.0, 4178.0, 4168.0, 4180.0, 4180.0, 4181.0, 4200.0, 4211.0, 4200.0, 4180.0, 4179.0, 4170.0, 4198.0, 4181.0, 4231.0, 4220.0, 4230.0, 4167.0, 4177.0, 4158.0, 4168.0, 4171.0, 4180.0, 4183.0, 4194.0, 4224.0, 4195.0, 4182.0, 4183.0, 4191.0, 4204.0, 4183.0, 4244.0, 4221.0, 4260.0, 4255.0, 4235.0, 4201.0, 4190.0, 4167.0, 4168.0, 4157.0, 4169.0, 4200.0, 4195.0, 4222.0, 4180.0, 4170.0, 4193.0, 4183.0, 4194.0, 4232.0, 4195.0, 4182.0, 4168.0, 4144.0, 4167.0, 4212.0, 4217.0, 4229.0, 4220.0, 4218.0, 4207.0, 4192.0, 4182.0, 4234.0, 4251.0, 4212.0, 4243.0, 4223.0, 4244.0, 4216.0, 4238.0, 4219.0, 4224.0, 4192.0, 4200.0, 4203.0, 4221.0, 4213.0, 4202.0, 4202.0, 4191.0, 4206.0, 4254.0, 4210.0, 4199.0, 4208.0, 4210.0, 4178.0, 4179.0, 4177.0, 4191.0, 4190.0, 4192.0, 4242.0, 4202.0, 4219.0, 4190.0, 4188.0, 4178.0, 4168.0, 4179.0, 4180.0, 4192.0, 4214.0, 4255.0, 4224.0, 4221.0, 4190.0, 4188.0, 4192.0, 4191.0, 4194.0, 4181.0, 4196.0, 4206.0, 4194.0, 4206.0, 4219.0, 4208.0, 4215.0, 4216.0, 4216.0, 4224.0, 4214.0, 4255.0, 4236.0, 4255.0, 4235.0, 4192.0, 4181.0, 4192.0, 4181.0, 4191.0, 4193.0, 4192.0, 4233.0, 4191.0, 4211.0, 4192.0, 4224.0, 4253.0, 4243.0, 4227.0, 4189.0, 4206.0, 4177.0, 4189.0, 4191.0, 4190.0, 4202.0, 4192.0, 4203.0, 4182.0, 4193.0, 4194.0, 4196.0, 4196.0, 4238.0, 4208.0, 4215.0, 4207.0, 4204.0, 4238.0, 4268.0, 4247.0, 4255.0, 4235.0, 4192.0, 4181.0, 4190.0, 4180.0, 4201.0, 4192.0, 4194.0, 4244.0, 4193.0, 4202.0, 4193.0, 4180.0, 4202.0, 4193.0, 4222.0, 4213.0, 4255.0, 4244.0, 4242.0, 4200.0, 4206.0, 4177.0, 4177.0, 4179.0, 4190.0, 4179.0, 4220.0, 4198.0, 4199.0, 4166.0, 4165.0, 4165.0, 4167.0, 4177.0, 4179.0, 4191.0, 4202.0, 4193.0, 4219.0, 4182.0, 4182.0, 4182.0, 4204.0, 4195.0, 4205.0, 4208.0, 4240.0, 4231.0, 4259.0, 4250.0, 4258.0, 4237.0, 4234.0, 4210.0, 4219.0, 4217.0, 4186.0, 4215.0, 4166.0, 4206.0, 4178.0, 4198.0, 4178.0, 4179.0, 4182.0, 4179.0, 4181.0, 4211.0, 4182.0, 4221.0, 4191.0, 4220.0, 4181.0, 4200.0, 4168.0, 4168.0, 4182.0, 4182.0, 4194.0, 4207.0, 4210.0, 4227.0, 4207.0, 4226.0, 4194.0, 4215.0, 4238.0, 4247.0, 4247.0, 4236.0, 4201.0, 4181.0, 4181.0, 4183.0, 4256.0, 4223.0, 4242.0, 4222.0, 4222.0, 4181.0, 4219.0, 4182.0, 4221.0, 4193.0, 4242.0, 4212.0, 4220.0, 4181.0, 4201.0, 4231.0, 4189.0, 4229.0, 4201.0, 4220.0, 4181.0, 4209.0, 4180.0, 4199.0, 4179.0, 4200.0, 4222.0, 4205.0, 4221.0, 4194.0, 4181.0, 4181.0, 4182.0, 4194.0, 4195.0, 4207.0, 4227.0, 4240.0, 4216.0, 4216.0, 4256.0, 4224.0, 4223.0, 4234.0, 4234.0, 4212.0, 4212.0, 4180.0, 4179.0, 4180.0, 4200.0, 4182.0, 4235.0, 4243.0, 4223.0, 4188.0, 4179.0, 4177.0, 4179.0, 4168.0, 4180.0, 4212.0, 4194.0, 4222.0, 4194.0, 4192.0, 4181.0, 4222.0, 4200.0, 4191.0, 4243.0, 4210.0, 4220.0, 4190.0, 4198.0, 4179.0, 4198.0, 4169.0, 4209.0, 4179.0, 4221.0, 4179.0, 4188.0, 4182.0, 4191.0, 4192.0, 4191.0, 4192.0, 4201.0, 4193.0, 4179.0, 4180.0, 4180.0, 4180.0, 4183.0, 4195.0, 4196.0, 4248.0, 4218.0, 4209.0, 4238.0, 4196.0, 4245.0, 4216.0, 4259.0, 4245.0, 4225.0, 4234.0, 4223.0, 4242.0, 4221.0, 4196.0, 4167.0, 4186.0, 4167.0, 4190.0, 4181.0, 4200.0, 4192.0, 4179.0, 4181.0, 4179.0, 4181.0, 4204.0, 4213.0, 4191.0, 4191.0, 4171.0, 4169.0, 4180.0, 4169.0, 4181.0, 4222.0, 4191.0, 4192.0, 4232.0, 4181.0, 4209.0, 4181.0, 4201.0, 4193.0, 4214.0, 4196.0, 4226.0, 4243.0, 4203.0, 4231.0, 4182.0, 4221.0, 4182.0, 4236.0, 4242.0, 4222.0, 4188.0, 4181.0, 4208.0, 4169.0, 4188.0, 4180.0, 4191.0, 4193.0, 4212.0, 4192.0, 4211.0, 4181.0, 4192.0, 4243.0, 4192.0, 4242.0, 4221.0, 4220.0, 4181.0, 4189.0, 4181.0, 4181.0, 4242.0, 4193.0, 4212.0, 4214.0, 4193.0, 4193.0, 4204.0, 4195.0, 4215.0, 4205.0, 4246.0, 4234.0, 4224.0, 4200.0, 4171.0, 4243.0, 4224.0, 4223.0, 4193.0, 4211.0, 4181.0, 4179.0, 4179.0, 4181.0, 4184.0, 4194.0, 4196.0, 4194.0, 4194.0, 4184.0, 4195.0, 4204.0, 4194.0, 4197.0, 4206.0, 4198.0, 4269.0, 4238.0, 4250.0, 4247.0, 4195.0, 4258.0, 4235.0, 4245.0, 4202.0, 4222.0, 4209.0, 4179.0, 4243.0, 4222.0, 4219.0, 4199.0, 4196.0, 4166.0, 4187.0, 4169.0, 4189.0, 4182.0, 4217.0, 4194.0, 4203.0, 4180.0, 4182.0, 4183.0, 4182.0, 4182.0, 4224.0, 4182.0, 4181.0, 4185.0, 4203.0, 4196.0, 4223.0, 4194.0, 4235.0, 4206.0, 4204.0, 4194.0, 4245.0, 4184.0, 4245.0, 4212.0, 4223.0, 4219.0, 4202.0, 4242.0, 4231.0, 4208.0, 4179.0, 4178.0, 4167.0, 4168.0, 4220.0, 4170.0, 4219.0, 4180.0, 4200.0, 4168.0, 4169.0, 4209.0, 4180.0, 4199.0, 4191.0, 4180.0, 4171.0, 4180.0, 4170.0, 4183.0, 4244.0, 4213.0, 4203.0, 4168.0, 4169.0, 4229.0, 4169.0, 4188.0, 4180.0, 4181.0, 4241.0, 4192.0, 4219.0, 4181.0, 4190.0, 4179.0, 4192.0, 4243.0, 4191.0, 4242.0, 4203.0, 4220.0, 4180.0, 4200.0, 4181.0, 4183.0, 4242.0, 4194.0, 4221.0, 4194.0, 4215.0, 4182.0, 4209.0, 4216.0, 4193.0, 4235.0, 4182.0, 4169.0, 4181.0, 4210.0, 4194.0, 4225.0, 4197.0, 4235.0, 4227.0, 4224.0, 4193.0, 4215.0, 4192.0, 4214.0, 4213.0], 'WindowWidth': [9404.0, 9367.0, 9344.0, 9320.0, 9321.0, 9401.0, 9315.0, 9371.0, 9329.0, 9353.0, 9296.0, 9309.0, 9296.0, 9293.0, 9302.0, 9341.0, 9340.0, 9343.0, 9364.0, 9295.0, 9345.0, 9294.0, 9338.0, 9281.0, 9300.0, 9278.0, 9294.0, 9331.0, 9296.0, 9325.0, 9303.0, 9315.0, 9301.0, 9301.0, 9318.0, 9302.0, 9324.0, 9366.0, 9406.0, 9378.0, 9341.0, 9293.0, 9378.0, 9295.0, 9374.0, 9352.0, 9368.0, 9289.0, 9289.0, 9257.0, 9291.0, 9343.0, 9293.0, 9347.0, 9328.0, 9380.0, 9296.0, 9344.0, 9294.0, 9335.0, 9333.0, 9333.0, 9354.0, 9296.0, 9274.0, 9290.0, 9277.0, 9314.0, 9316.0, 9324.0, 9360.0, 9307.0, 9356.0, 9318.0, 9363.0, 9323.0, 9393.0, 9369.0, 9353.0, 9298.0, 9366.0, 9298.0, 9396.0, 9373.0, 9381.0, 9302.0, 9298.0, 9258.0, 9268.0, 9273.0, 9295.0, 9304.0, 9293.0, 9274.0, 9291.0, 9302.0, 9277.0, 9357.0, 9297.0, 9377.0, 9357.0, 9359.0, 9288.0, 9321.0, 9286.0, 9303.0, 9276.0, 9319.0, 9274.0, 9273.0, 9258.0, 9273.0, 9354.0, 9291.0, 9327.0, 9319.0, 9295.0, 9271.0, 9266.0, 9254.0, 9273.0, 9359.0, 9287.0, 9327.0, 9272.0, 9282.0, 9273.0, 9268.0, 9279.0, 9313.0, 9376.0, 9322.0, 9336.0, 9295.0, 9287.0, 9276.0, 9293.0, 9297.0, 9311.0, 9318.0, 9303.0, 9300.0, 9316.0, 9391.0, 9339.0, 9347.0, 9380.0, 9367.0, 9304.0, 9290.0, 9300.0, 9292.0, 9328.0, 9322.0, 9335.0, 9329.0, 9337.0, 9323.0, 9366.0, 9319.0, 9394.0, 9402.0, 9369.0, 9397.0, 9366.0, 9336.0, 9274.0, 9310.0, 9287.0, 9289.0, 9294.0, 9307.0, 9297.0, 9317.0, 9295.0, 9323.0, 9375.0, 9313.0, 9353.0, 9299.0, 9311.0, 9272.0, 9313.0, 9269.0, 9266.0, 9275.0, 9292.0, 9346.0, 9291.0, 9302.0, 9274.0, 9286.0, 9310.0, 9274.0, 9305.0, 9300.0, 9316.0, 9322.0, 9331.0, 9304.0, 9301.0, 9384.0, 9325.0, 9372.0, 9355.0, 9370.0, 9291.0, 9287.0, 9258.0, 9290.0, 9377.0, 9355.0, 9351.0, 9294.0, 9276.0, 9279.0, 9289.0, 9297.0, 9315.0, 9318.0, 9314.0, 9317.0, 9300.0, 9314.0, 9338.0, 9297.0, 9321.0, 9378.0, 9362.0, 9376.0, 9304.0, 9349.0, 9300.0, 9353.0, 9316.0, 9388.0, 9347.0, 9388.0, 9342.0, 9344.0, 9278.0, 9330.0, 9280.0, 9323.0, 9309.0, 9370.0, 9273.0, 9286.0, 9274.0, 9289.0, 9355.0, 9292.0, 9301.0, 9293.0, 9275.0, 9280.0, 9292.0, 9299.0, 9297.0, 9309.0, 9330.0, 9346.0, 9375.0, 9354.0, 9296.0, 9362.0, 9280.0, 9349.0, 9328.0, 9379.0, 9341.0, 9328.0, 9290.0, 9329.0, 9279.0, 9352.0, 9381.0, 9388.0, 9367.0, 9336.0, 9308.0, 9270.0, 9285.0, 9318.0, 9335.0, 9318.0, 9339.0, 9321.0, 9309.0, 9327.0, 9308.0, 9354.0, 9414.0, 9394.0, 9372.0, 9320.0, 9320.0, 9275.0, 9270.0, 9276.0, 9305.0, 9292.0, 9367.0, 9296.0, 9331.0, 9294.0, 9292.0, 9278.0, 9301.0, 9381.0, 9352.0, 9363.0, 9290.0, 9312.0, 9272.0, 9294.0, 9372.0, 9316.0, 9348.0, 9275.0, 9268.0, 9274.0, 9273.0, 9278.0, 9297.0, 9295.0, 9318.0, 9298.0, 9298.0, 9370.0, 9305.0, 9308.0, 9376.0, 9360.0, 9343.0, 9299.0, 9295.0, 9274.0, 9273.0, 9279.0, 9297.0, 9298.0, 9319.0, 9280.0, 9293.0, 9281.0, 9296.0, 9384.0, 9349.0, 9331.0, 9314.0, 9271.0, 9252.0, 9297.0, 9277.0, 9296.0, 9350.0, 9314.0, 9346.0, 9316.0, 9311.0, 9317.0, 9330.0, 9323.0, 9395.0, 9347.0, 9378.0, 9334.0, 9341.0, 9303.0, 9285.0, 9301.0, 9346.0, 9319.0, 9307.0, 9401.0, 9371.0, 9413.0, 9383.0, 9383.0, 9345.0, 9387.0, 9347.0, 9335.0, 9307.0, 9343.0, 9370.0, 9336.0, 9274.0, 9266.0, 9303.0, 9270.0, 9299.0, 9296.0, 9310.0, 9313.0, 9309.0, 9299.0, 9318.0, 9299.0, 9338.0, 9318.0, 9310.0, 9381.0, 9336.0, 9361.0, 9323.0, 9315.0, 9291.0, 9315.0, 9294.0, 9309.0, 9320.0, 9365.0, 9386.0, 9358.0, 9319.0, 9291.0, 9326.0, 9274.0, 9301.0, 9281.0, 9294.0, 9322.0, 9297.0, 9283.0, 9301.0, 9364.0, 9282.0, 9304.0, 9290.0, 9294.0, 9293.0, 9291.0, 9286.0, 9301.0, 9307.0, 9327.0, 9343.0, 9342.0, 9341.0, 9350.0, 9318.0, 9328.0, 9328.0, 9379.0, 9416.0, 9389.0, 9383.0, 9322.0, 9307.0, 9288.0, 9271.0, 9269.0, 9289.0, 9290.0, 9294.0, 9276.0, 9295.0, 9276.0, 9291.0, 9286.0, 9292.0, 9376.0, 9334.0, 9363.0, 9285.0, 9293.0, 9255.0, 9268.0, 9258.0, 9287.0, 9295.0, 9298.0, 9295.0, 9297.0, 9281.0, 9298.0, 9351.0, 9300.0, 9323.0, 9365.0, 9318.0, 9261.0, 9291.0, 9286.0, 9320.0, 9354.0, 9317.0, 9360.0, 9315.0, 9335.0, 9299.0, 9324.0, 9321.0, 9389.0, 9352.0, 9407.0, 9342.0, 9330.0, 9278.0, 9287.0, 9300.0, 9373.0, 9318.0, 9318.0, 9333.0, 9321.0, 9389.0, 9371.0, 9407.0, 9339.0, 9343.0, 9275.0, 9299.0, 9336.0, 9320.0, 9375.0, 9350.0, 9336.0, 9266.0, 9289.0, 9269.0, 9297.0, 9274.0, 9283.0, 9276.0, 9270.0, 9277.0, 9276.0, 9296.0, 9295.0, 9304.0, 9349.0, 9388.0, 9350.0, 9367.0, 9298.0, 9349.0, 9296.0, 9349.0, 9303.0, 9372.0, 9328.0, 9384.0, 9356.0, 9367.0, 9318.0, 9305.0, 9343.0, 9291.0, 9361.0, 9324.0, 9360.0, 9278.0, 9315.0, 9291.0, 9302.0, 9311.0, 9341.0, 9300.0, 9369.0, 9280.0, 9303.0, 9273.0, 9272.0, 9292.0, 9295.0, 9376.0, 9349.0, 9327.0, 9273.0, 9269.0, 9275.0, 9290.0, 9302.0, 9301.0, 9342.0, 9304.0, 9364.0, 9293.0, 9334.0, 9276.0, 9308.0, 9343.0, 9348.0, 9342.0, 9285.0, 9261.0, 9315.0, 9350.0, 9293.0, 9320.0, 9293.0, 9321.0, 9281.0, 9290.0, 9282.0, 9291.0, 9299.0, 9299.0, 9322.0, 9348.0, 9337.0, 9374.0, 9300.0, 9309.0, 9298.0, 9307.0, 9325.0, 9326.0, 9400.0, 9386.0, 9360.0, 9316.0, 9328.0, 9274.0, 9312.0, 9292.0, 9319.0, 9317.0, 9283.0, 9300.0, 9310.0, 9301.0, 9366.0, 9302.0, 9392.0, 9380.0, 9369.0, 9359.0, 9284.0, 9307.0, 9264.0, 9267.0, 9272.0, 9272.0, 9290.0, 9290.0, 9276.0, 9290.0, 9280.0, 9297.0, 9360.0, 9325.0, 9389.0, 9350.0, 9337.0, 9314.0, 9296.0, 9298.0, 9297.0, 9296.0, 9304.0, 9321.0, 9318.0, 9313.0, 9322.0, 9329.0, 9358.0, 9324.0, 9393.0, 9394.0, 9388.0, 9326.0, 9336.0, 9298.0, 9337.0, 9339.0, 9374.0, 9387.0, 9368.0, 9337.0, 9280.0, 9277.0, 9265.0, 9262.0, 9272.0, 9290.0, 9355.0, 9305.0, 9297.0, 9284.0, 9283.0, 9276.0, 9290.0, 9298.0, 9295.0, 9304.0, 9323.0, 9297.0, 9308.0, 9297.0, 9338.0, 9386.0, 9363.0, 9356.0, 9312.0, 9295.0, 9267.0, 9266.0, 9268.0, 9289.0, 9275.0, 9293.0, 9295.0, 9298.0, 9322.0, 9337.0, 9319.0, 9293.0, 9289.0, 9278.0, 9314.0, 9295.0, 9362.0, 9345.0, 9360.0, 9272.0, 9284.0, 9262.0, 9275.0, 9285.0, 9297.0, 9304.0, 9319.0, 9360.0, 9322.0, 9303.0, 9304.0, 9312.0, 9332.0, 9304.0, 9388.0, 9372.0, 9424.0, 9404.0, 9374.0, 9321.0, 9302.0, 9269.0, 9273.0, 9257.0, 9275.0, 9320.0, 9322.0, 9352.0, 9295.0, 9279.0, 9317.0, 9303.0, 9319.0, 9369.0, 9324.0, 9299.0, 9272.0, 9228.0, 9269.0, 9343.0, 9358.0, 9379.0, 9368.0, 9362.0, 9343.0, 9313.0, 9299.0, 9371.0, 9391.0, 9339.0, 9384.0, 9358.0, 9386.0, 9351.0, 9388.0, 9362.0, 9363.0, 9314.0, 9317.0, 9328.0, 9349.0, 9341.0, 9325.0, 9326.0, 9311.0, 9339.0, 9403.0, 9333.0, 9315.0, 9326.0, 9333.0, 9284.0, 9288.0, 9286.0, 9308.0, 9307.0, 9313.0, 9380.0, 9325.0, 9343.0, 9306.0, 9300.0, 9289.0, 9274.0, 9292.0, 9294.0, 9312.0, 9347.0, 9401.0, 9360.0, 9350.0, 9309.0, 9302.0, 9312.0, 9312.0, 9322.0, 9297.0, 9329.0, 9339.0, 9322.0, 9341.0, 9364.0, 9346.0, 9353.0, 9354.0, 9353.0, 9360.0, 9348.0, 9403.0, 9377.0, 9403.0, 9375.0, 9313.0, 9298.0, 9313.0, 9298.0, 9313.0, 9315.0, 9316.0, 9369.0, 9310.0, 9336.0, 9314.0, 9360.0, 9401.0, 9382.0, 9352.0, 9302.0, 9320.0, 9283.0, 9302.0, 9310.0, 9309.0, 9328.0, 9315.0, 9330.0, 9301.0, 9316.0, 9324.0, 9329.0, 9328.0, 9388.0, 9348.0, 9351.0, 9341.0, 9335.0, 9386.0, 9431.0, 9396.0, 9403.0, 9376.0, 9313.0, 9296.0, 9307.0, 9296.0, 9325.0, 9313.0, 9321.0, 9388.0, 9318.0, 9327.0, 9316.0, 9297.0, 9328.0, 9316.0, 9353.0, 9344.0, 9410.0, 9385.0, 9379.0, 9318.0, 9322.0, 9283.0, 9282.0, 9288.0, 9308.0, 9292.0, 9348.0, 9313.0, 9317.0, 9267.0, 9265.0, 9264.0, 9271.0, 9285.0, 9292.0, 9313.0, 9329.0, 9316.0, 9344.0, 9301.0, 9302.0, 9305.0, 9336.0, 9324.0, 9338.0, 9345.0, 9391.0, 9382.0, 9416.0, 9407.0, 9414.0, 9380.0, 9374.0, 9331.0, 9342.0, 9336.0, 9291.0, 9329.0, 9264.0, 9321.0, 9285.0, 9310.0, 9285.0, 9290.0, 9302.0, 9293.0, 9297.0, 9337.0, 9301.0, 9352.0, 9311.0, 9347.0, 9296.0, 9317.0, 9277.0, 9276.0, 9301.0, 9302.0, 9323.0, 9343.0, 9354.0, 9369.0, 9343.0, 9367.0, 9323.0, 9351.0, 9386.0, 9397.0, 9396.0, 9377.0, 9325.0, 9298.0, 9297.0, 9304.0, 9409.0, 9358.0, 9383.0, 9355.0, 9351.0, 9295.0, 9345.0, 9298.0, 9350.0, 9318.0, 9381.0, 9341.0, 9347.0, 9296.0, 9324.0, 9363.0, 9302.0, 9357.0, 9322.0, 9345.0, 9296.0, 9330.0, 9293.0, 9316.0, 9293.0, 9321.0, 9356.0, 9338.0, 9349.0, 9321.0, 9299.0, 9300.0, 9302.0, 9322.0, 9327.0, 9346.0, 9371.0, 9393.0, 9354.0, 9353.0, 9409.0, 9358.0, 9358.0, 9374.0, 9373.0, 9340.0, 9337.0, 9293.0, 9292.0, 9296.0, 9322.0, 9300.0, 9377.0, 9387.0, 9354.0, 9302.0, 9289.0, 9286.0, 9290.0, 9276.0, 9294.0, 9342.0, 9319.0, 9355.0, 9319.0, 9313.0, 9299.0, 9355.0, 9319.0, 9310.0, 9382.0, 9332.0, 9347.0, 9305.0, 9314.0, 9290.0, 9314.0, 9278.0, 9331.0, 9292.0, 9346.0, 9290.0, 9301.0, 9302.0, 9314.0, 9314.0, 9311.0, 9314.0, 9325.0, 9315.0, 9291.0, 9295.0, 9293.0, 9296.0, 9303.0, 9325.0, 9329.0, 9403.0, 9362.0, 9350.0, 9384.0, 9326.0, 9391.0, 9352.0, 9418.0, 9392.0, 9361.0, 9371.0, 9356.0, 9380.0, 9346.0, 9304.0, 9268.0, 9292.0, 9272.0, 9305.0, 9296.0, 9320.0, 9311.0, 9290.0, 9297.0, 9289.0, 9296.0, 9331.0, 9344.0, 9310.0, 9309.0, 9282.0, 9278.0, 9295.0, 9279.0, 9297.0, 9354.0, 9311.0, 9311.0, 9365.0, 9297.0, 9331.0, 9298.0, 9324.0, 9316.0, 9348.0, 9328.0, 9363.0, 9384.0, 9328.0, 9361.0, 9297.0, 9348.0, 9299.0, 9375.0, 9380.0, 9352.0, 9300.0, 9293.0, 9326.0, 9276.0, 9303.0, 9294.0, 9311.0, 9316.0, 9339.0, 9314.0, 9338.0, 9298.0, 9314.0, 9384.0, 9311.0, 9381.0, 9351.0, 9347.0, 9296.0, 9305.0, 9298.0, 9300.0, 9381.0, 9318.0, 9342.0, 9347.0, 9317.0, 9319.0, 9333.0, 9322.0, 9348.0, 9336.0, 9390.0, 9372.0, 9357.0, 9321.0, 9282.0, 9386.0, 9360.0, 9359.0, 9316.0, 9336.0, 9296.0, 9292.0, 9294.0, 9297.0, 9309.0, 9319.0, 9330.0, 9324.0, 9324.0, 9308.0, 9326.0, 9336.0, 9322.0, 9330.0, 9341.0, 9335.0, 9430.0, 9388.0, 9406.0, 9395.0, 9324.0, 9412.0, 9375.0, 9388.0, 9323.0, 9350.0, 9328.0, 9288.0, 9383.0, 9352.0, 9344.0, 9316.0, 9306.0, 9269.0, 9295.0, 9275.0, 9303.0, 9302.0, 9355.0, 9321.0, 9327.0, 9295.0, 9299.0, 9303.0, 9301.0, 9300.0, 9358.0, 9301.0, 9298.0, 9310.0, 9330.0, 9326.0, 9358.0, 9320.0, 9376.0, 9341.0, 9333.0, 9320.0, 9388.0, 9306.0, 9391.0, 9340.0, 9354.0, 9347.0, 9324.0, 9381.0, 9361.0, 9326.0, 9288.0, 9286.0, 9272.0, 9277.0, 9346.0, 9280.0, 9345.0, 9295.0, 9321.0, 9276.0, 9278.0, 9329.0, 9294.0, 9318.0, 9311.0, 9294.0, 9284.0, 9296.0, 9282.0, 9303.0, 9388.0, 9343.0, 9328.0, 9275.0, 9277.0, 9357.0, 9277.0, 9301.0, 9297.0, 9298.0, 9379.0, 9311.0, 9345.0, 9295.0, 9306.0, 9292.0, 9314.0, 9383.0, 9310.0, 9381.0, 9327.0, 9348.0, 9296.0, 9323.0, 9299.0, 9304.0, 9381.0, 9319.0, 9350.0, 9324.0, 9350.0, 9303.0, 9352.0, 9354.0, 9318.0, 9377.0, 9299.0, 9280.0, 9297.0, 9336.0, 9320.0, 9366.0, 9330.0, 9379.0, 9371.0, 9361.0, 9318.0, 9353.0, 9318.0, 9347.0, 9343.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.0042321836419753085</td></tr>
<tr><td colspan=3>aqi</td><td>0.0338767662037037</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.93299858662548</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2043917302084934</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0578176479227788</td></tr>
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
<tr><td colspan=3>fber</td><td>6495.9946</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10815410457167303</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.638888888888889</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4912209970132615</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4367529419032827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.716391571599815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3205184775366874</td></tr>
<tr><td colspan=3>gcor</td><td>0.00948185</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01681184396147728</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024630028754472733</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.942091711842615</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.1742</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9028</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.6976</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300995.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>783.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.9293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5463</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.4452</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.8375</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.3175</td></tr>
<tr><td colspan=3>tsnr</td><td>35.90666958759539</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>