ds005256-mriqc/sub-0019_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0019 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0019_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0019_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0019_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-01/func/sub-0019_ses-01_task-social_acq-mb8_run-06_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>daecc1567a3a84461529158880ec8258</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>16:09:41.787500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99781, 0.0660992, 0.00233253, -0.0659247, 0.991092, 0.115714]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.253</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-06_task-social_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.0845103</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>46</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7789, -7261, 492, 25, -356, 57, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b6ed2ff9-8b2d-4619-b322-0e3ae1210bdd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770522594451904, -0.17687101662158966, -0.014409560710191727, 118.67741394042969], [-0.17733925580978394, 2.6590282917022705, 0.31216010451316833, -92.51420593261719], [0.006258015520870686, -0.3104534149169922, 2.6818554401397705, -51.41645050048828], [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, 872]</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], 'AcquisitionTime': ['160941.787500', '160942.247500', '160942.707500', '160943.167500', '160943.627500', '160944.087500', '160944.547500', '160945.007500', '160945.467500', '160945.927500', '160946.387500', '160946.847500', '160947.307500', '160947.767500', '160948.227500', '160948.687500', '160949.147500', '160949.607500', '160950.067500', '160950.527500', '160950.987500', '160951.447500', '160951.907500', '160952.367500', '160952.827500', '160953.287500', '160953.747500', '160954.207500', '160954.667500', '160955.127500', '160955.587500', '160956.047500', '160956.507500', '160956.967500', '160957.427500', '160957.887500', '160958.347500', '160958.807500', '160959.267500', '160959.727500', '161000.187500', '161000.647500', '161001.107500', '161001.567500', '161002.027500', '161002.487500', '161002.947500', '161003.407500', '161003.867500', '161004.327500', '161004.787500', '161005.247500', '161005.707500', '161006.167500', '161006.627500', '161007.087500', '161007.547500', '161008.007500', '161008.467500', '161008.927500', '161009.387500', '161009.847500', '161010.307500', '161010.767500', '161011.227500', '161011.687500', '161012.147500', '161012.607500', '161013.067500', '161013.527500', '161013.987500', '161014.447500', '161014.907500', '161015.367500', '161015.827500', '161016.287500', '161016.747500', '161017.207500', '161017.667500', '161018.127500', '161018.587500', '161019.047500', '161019.507500', '161019.967500', '161020.427500', '161020.887500', '161021.347500', '161021.807500', '161022.267500', '161022.727500', '161023.187500', '161023.647500', '161024.107500', '161024.567500', '161025.027500', '161025.487500', '161025.947500', '161026.407500', '161026.867500', '161027.327500', '161027.787500', '161028.247500', '161028.707500', '161029.167500', '161029.627500', '161030.087500', '161030.547500', '161031.007500', '161031.467500', '161031.927500', '161032.387500', '161032.847500', '161033.307500', '161033.767500', '161034.227500', '161034.687500', '161035.147500', '161035.607500', '161036.067500', '161036.527500', '161036.987500', '161037.447500', '161037.907500', '161038.367500', '161038.827500', '161039.287500', '161039.747500', '161040.207500', '161040.667500', '161041.127500', '161041.587500', '161042.047500', '161042.507500', '161042.967500', '161043.427500', '161043.887500', '161044.347500', '161044.807500', '161045.267500', '161045.727500', '161046.187500', '161046.647500', '161047.107500', '161047.567500', '161048.027500', '161048.487500', '161048.947500', '161049.407500', '161049.867500', '161050.327500', '161050.787500', '161051.247500', '161051.707500', '161052.167500', '161052.627500', '161053.087500', '161053.547500', '161054.007500', '161054.467500', '161054.927500', '161055.387500', '161055.847500', '161056.307500', '161056.767500', '161057.227500', '161057.687500', '161058.147500', '161058.607500', '161059.067500', '161059.527500', '161059.987500', '161100.447500', '161100.907500', '161101.367500', '161101.827500', '161102.287500', '161102.747500', '161103.207500', '161103.667500', '161104.127500', '161104.587500', '161105.047500', '161105.507500', '161105.967500', '161106.427500', '161106.887500', '161107.347500', '161107.807500', '161108.267500', '161108.727500', '161109.187500', '161109.647500', '161110.107500', '161110.567500', '161111.027500', '161111.487500', '161111.947500', '161112.407500', '161112.867500', '161113.327500', '161113.787500', '161114.247500', '161114.707500', '161115.167500', '161115.627500', '161116.087500', '161116.547500', '161117.007500', '161117.467500', '161117.927500', '161118.387500', '161118.847500', '161119.307500', '161119.767500', '161120.227500', '161120.687500', '161121.147500', '161121.607500', '161122.067500', '161122.527500', '161122.987500', '161123.447500', '161123.907500', '161124.367500', '161124.827500', '161125.287500', '161125.747500', '161126.207500', '161126.667500', '161127.127500', '161127.587500', '161128.047500', '161128.507500', '161128.967500', '161129.427500', '161129.887500', '161130.347500', '161130.807500', '161131.267500', '161131.727500', '161132.187500', '161132.647500', '161133.107500', '161133.567500', '161134.027500', '161134.487500', '161134.947500', '161135.407500', '161135.867500', '161136.327500', '161136.787500', '161137.247500', '161137.707500', '161138.167500', '161138.627500', '161139.087500', '161139.547500', '161140.007500', '161140.467500', '161140.927500', '161141.387500', '161141.847500', '161142.307500', '161142.767500', '161143.227500', '161143.687500', '161144.147500', '161144.607500', '161145.067500', '161145.527500', '161145.987500', '161146.447500', '161146.907500', '161147.367500', '161147.827500', '161148.287500', '161148.747500', '161149.207500', '161149.667500', '161150.127500', '161150.587500', '161151.047500', '161151.507500', '161151.967500', '161152.427500', '161152.887500', '161153.347500', '161153.807500', '161154.267500', '161154.727500', '161155.187500', '161155.647500', '161156.107500', '161156.567500', '161157.027500', '161157.487500', '161157.947500', '161158.407500', '161158.867500', '161159.327500', '161159.787500', '161200.247500', '161200.707500', '161201.167500', '161201.627500', '161202.087500', '161202.547500', '161203.007500', '161203.467500', '161203.927500', '161204.387500', '161204.847500', '161205.307500', '161205.767500', '161206.227500', '161206.687500', '161207.147500', '161207.607500', '161208.067500', '161208.527500', '161208.987500', '161209.447500', '161209.907500', '161210.367500', '161210.827500', '161211.287500', '161211.747500', '161212.207500', '161212.667500', '161213.127500', '161213.587500', '161214.047500', '161214.507500', '161214.967500', '161215.427500', '161215.887500', '161216.347500', '161216.807500', '161217.267500', '161217.727500', '161218.187500', '161218.647500', '161219.107500', '161219.567500', '161220.027500', '161220.487500', '161220.947500', '161221.407500', '161221.867500', '161222.327500', '161222.787500', '161223.247500', '161223.707500', '161224.167500', '161224.627500', '161225.087500', '161225.547500', '161226.007500', '161226.467500', '161226.927500', '161227.387500', '161227.847500', '161228.307500', '161228.767500', '161229.227500', '161229.687500', '161230.147500', '161230.607500', '161231.067500', '161231.527500', '161231.987500', '161232.447500', '161232.907500', '161233.367500', '161233.827500', '161234.287500', '161234.747500', '161235.207500', '161235.667500', '161236.127500', '161236.587500', '161237.047500', '161237.507500', '161237.967500', '161238.427500', '161238.887500', '161239.347500', '161239.807500', '161240.267500', '161240.727500', '161241.187500', '161241.647500', '161242.107500', '161242.567500', '161243.027500', '161243.487500', '161243.947500', '161244.407500', '161244.867500', '161245.327500', '161245.787500', '161246.247500', '161246.707500', '161247.167500', '161247.627500', '161248.087500', '161248.547500', '161249.007500', '161249.467500', '161249.927500', '161250.387500', '161250.847500', '161251.307500', '161251.767500', '161252.227500', '161252.687500', '161253.147500', '161253.607500', '161254.067500', '161254.527500', '161254.987500', '161255.447500', '161255.907500', '161256.367500', '161256.827500', '161257.287500', '161257.747500', '161258.207500', '161258.667500', '161259.127500', '161259.587500', '161300.047500', '161300.507500', '161300.967500', '161301.427500', '161301.887500', '161302.347500', '161302.807500', '161303.267500', '161303.727500', '161304.187500', '161304.647500', '161305.107500', '161305.567500', '161306.027500', '161306.487500', '161306.947500', '161307.407500', '161307.867500', '161308.327500', '161308.787500', '161309.247500', '161309.707500', '161310.167500', '161310.627500', '161311.087500', '161311.547500', '161312.007500', '161312.467500', '161312.927500', '161313.387500', '161313.847500', '161314.307500', '161314.767500', '161315.227500', '161315.687500', '161316.147500', '161316.607500', '161317.067500', '161317.527500', '161317.987500', '161318.447500', '161318.907500', '161319.367500', '161319.827500', '161320.287500', '161320.747500', '161321.207500', '161321.667500', '161322.127500', '161322.587500', '161323.047500', '161323.507500', '161323.967500', '161324.427500', '161324.887500', '161325.347500', '161325.807500', '161326.267500', '161326.727500', '161327.187500', '161327.647500', '161328.107500', '161328.567500', '161329.027500', '161329.487500', '161329.947500', '161330.407500', '161330.867500', '161331.327500', '161331.787500', '161332.247500', '161332.707500', '161333.167500', '161333.627500', '161334.087500', '161334.547500', '161335.007500', '161335.467500', '161335.927500', '161336.387500', '161336.847500', '161337.307500', '161337.767500', '161338.227500', '161338.687500', '161339.147500', '161339.607500', '161340.067500', '161340.527500', '161340.987500', '161341.447500', '161341.907500', '161342.367500', '161342.827500', '161343.287500', '161343.747500', '161344.207500', '161344.667500', '161345.127500', '161345.587500', '161346.047500', '161346.507500', '161346.967500', '161347.427500', '161347.887500', '161348.347500', '161348.807500', '161349.267500', '161349.727500', '161350.187500', '161350.647500', '161351.107500', '161351.567500', '161352.027500', '161352.487500', '161352.947500', '161353.407500', '161353.867500', '161354.327500', '161354.787500', '161355.247500', '161355.707500', '161356.167500', '161356.627500', '161357.087500', '161357.547500', '161358.007500', '161358.467500', '161358.927500', '161359.387500', '161359.847500', '161400.307500', '161400.767500', '161401.227500', '161401.687500', '161402.147500', '161402.607500', '161403.067500', '161403.527500', '161403.987500', '161404.447500', '161404.907500', '161405.367500', '161405.827500', '161406.287500', '161406.747500', '161407.207500', '161407.667500', '161408.127500', '161408.587500', '161409.047500', '161409.507500', '161409.967500', '161410.427500', '161410.887500', '161411.347500', '161411.807500', '161412.267500', '161412.727500', '161413.187500', '161413.647500', '161414.107500', '161414.567500', '161415.027500', '161415.487500', '161415.947500', '161416.407500', '161416.867500', '161417.327500', '161417.787500', '161418.247500', '161418.707500', '161419.167500', '161419.627500', '161420.087500', '161420.547500', '161421.007500', '161421.467500', '161421.927500', '161422.387500', '161422.847500', '161423.307500', '161423.767500', '161424.227500', '161424.687500', '161425.147500', '161425.607500', '161426.067500', '161426.527500', '161426.987500', '161427.447500', '161427.907500', '161428.367500', '161428.827500', '161429.287500', '161429.747500', '161430.207500', '161430.667500', '161431.127500', '161431.587500', '161432.047500', '161432.507500', '161432.967500', '161433.427500', '161433.887500', '161434.347500', '161434.807500', '161435.267500', '161435.727500', '161436.187500', '161436.647500', '161437.107500', '161437.567500', '161438.027500', '161438.487500', '161438.947500', '161439.407500', '161439.867500', '161440.327500', '161440.787500', '161441.247500', '161441.707500', '161442.167500', '161442.627500', '161443.087500', '161443.547500', '161444.007500', '161444.467500', '161444.927500', '161445.387500', '161445.847500', '161446.307500', '161446.767500', '161447.227500', '161447.687500', '161448.147500', '161448.607500', '161449.067500', '161449.527500', '161449.987500', '161450.447500', '161450.907500', '161451.367500', '161451.827500', '161452.287500', '161452.747500', '161453.207500', '161453.667500', '161454.127500', '161454.587500', '161455.047500', '161455.507500', '161455.967500', '161456.427500', '161456.887500', '161457.347500', '161457.807500', '161458.267500', '161458.727500', '161459.187500', '161459.647500', '161500.107500', '161500.567500', '161501.027500', '161501.487500', '161501.947500', '161502.407500', '161502.867500', '161503.327500', '161503.787500', '161504.247500', '161504.707500', '161505.167500', '161505.627500', '161506.087500', '161506.547500', '161507.007500', '161507.467500', '161507.927500', '161508.387500', '161508.847500', '161509.307500', '161509.767500', '161510.227500', '161510.687500', '161511.147500', '161511.607500', '161512.067500', '161512.527500', '161512.987500', '161513.447500', '161513.907500', '161514.367500', '161514.827500', '161515.287500', '161515.747500', '161516.207500', '161516.667500', '161517.127500', '161517.587500', '161518.047500', '161518.507500', '161518.967500', '161519.427500', '161519.887500', '161520.347500', '161520.807500', '161521.267500', '161521.727500', '161522.187500', '161522.647500', '161523.107500', '161523.567500', '161524.027500', '161524.487500', '161524.947500', '161525.407500', '161525.867500', '161526.327500', '161526.787500', '161527.247500', '161527.707500', '161528.167500', '161528.627500', '161529.087500', '161529.547500', '161530.007500', '161530.467500', '161530.927500', '161531.387500', '161531.847500', '161532.307500', '161532.767500', '161533.227500', '161533.687500', '161534.147500', '161534.607500', '161535.067500', '161535.527500', '161535.987500', '161536.447500', '161536.907500', '161537.367500', '161537.827500', '161538.287500', '161538.747500', '161539.207500', '161539.667500', '161540.127500', '161540.587500', '161541.047500', '161541.507500', '161541.967500', '161542.427500', '161542.887500', '161543.347500', '161543.807500', '161544.267500', '161544.727500', '161545.187500', '161545.647500', '161546.107500', '161546.567500', '161547.027500', '161547.487500', '161547.947500', '161548.407500', '161548.867500', '161549.327500', '161549.787500', '161550.247500', '161550.707500', '161551.167500', '161551.627500', '161552.087500', '161552.547500', '161553.007500', '161553.467500', '161553.927500', '161554.387500', '161554.847500', '161555.307500', '161555.767500', '161556.227500', '161556.687500', '161557.147500', '161557.607500', '161558.067500', '161558.527500', '161558.987500', '161559.447500', '161559.907500', '161600.367500', '161600.827500', '161601.287500', '161601.747500', '161602.207500', '161602.667500', '161603.127500', '161603.587500', '161604.047500', '161604.507500', '161604.967500', '161605.427500', '161605.887500', '161606.347500', '161606.807500', '161607.267500', '161607.727500', '161608.187500', '161608.647500', '161609.107500', '161609.567500', '161610.027500', '161610.487500', '161610.947500', '161611.407500', '161611.867500', '161612.327500', '161612.787500', '161613.247500', '161613.707500', '161614.167500', '161614.627500', '161615.087500', '161615.547500', '161616.007500', '161616.467500', '161616.927500', '161617.387500', '161617.847500', '161618.307500', '161618.767500', '161619.227500', '161619.687500', '161620.147500', '161620.607500', '161621.067500', '161621.527500', '161621.987500', '161622.447500'], 'ContentTime': ['160945.035000', '160945.252000', '160945.484000', '160945.719000', '160945.930000', '160946.170000', '160946.353000', '160946.572000', '160946.793000', '160946.970000', '160947.172000', '160947.557000', '160948.029000', '160948.487000', '160948.977000', '160949.432000', '160949.918000', '160950.336000', '160950.797000', '160951.255000', '160951.722000', '160952.192000', '160952.671000', '160953.106000', '160953.569000', '160954.015000', '160954.473000', '160954.944000', '160955.398000', '160955.872000', '160956.323000', '160956.776000', '160957.234000', '160957.704000', '160958.161000', '160958.632000', '160959.083000', '160959.546000', '160959.996000', '161000.490000', '161000.928000', '161001.385000', '161001.848000', '161002.313000', '161002.756000', '161003.217000', '161003.684000', '161004.136000', '161004.600000', '161005.063000', '161005.531000', '161005.988000', '161006.449000', '161006.904000', '161007.372000', '161007.824000', '161008.285000', '161008.738000', '161009.236000', '161009.654000', '161010.138000', '161010.576000', '161011.053000', '161011.511000', '161011.966000', '161012.441000', '161012.875000', '161013.337000', '161013.885000', '161014.263000', '161014.750000', '161015.188000', '161015.636000', '161016.100000', '161016.566000', '161017.014000', '161017.502000', '161017.953000', '161018.407000', '161018.871000', '161019.332000', '161019.778000', '161020.279000', '161020.699000', '161021.160000', '161021.634000', '161022.090000', '161022.535000', '161023.015000', '161023.473000', '161023.930000', '161024.390000', '161024.848000', '161025.297000', '161025.766000', '161026.217000', '161026.679000', '161027.178000', '161027.614000', '161028.066000', '161028.519000', '161029.017000', '161029.435000', '161029.915000', '161030.367000', '161030.828000', '161031.293000', '161031.739000', '161032.206000', '161032.664000', '161033.116000', '161033.633000', '161034.038000', '161034.506000', '161034.956000', '161035.432000', '161035.879000', '161036.352000', '161036.806000', '161037.256000', '161037.733000', '161038.186000', '161038.638000', '161039.112000', '161039.571000', '161040.027000', '161040.515000', '161040.951000', '161041.409000', '161041.864000', '161042.329000', '161042.794000', '161043.234000', '161043.702000', '161044.165000', '161044.618000', '161045.092000', '161045.543000', '161045.997000', '161046.453000', '161046.930000', '161047.385000', '161047.838000', '161048.336000', '161048.770000', '161049.216000', '161049.694000', '161050.138000', '161050.611000', '161051.058000', '161051.518000', '161051.981000', '161052.439000', '161052.897000', '161053.358000', '161053.818000', '161054.283000', '161054.757000', '161055.206000', '161055.675000', '161056.166000', '161056.579000', '161057.049000', '161057.537000', '161057.968000', '161058.437000', '161058.880000', '161059.352000', '161059.819000', '161100.309000', '161100.720000', '161101.184000', '161101.667000', '161102.098000', '161102.566000', '161103.021000', '161103.484000', '161103.953000', '161104.406000', '161104.898000', '161105.338000', '161105.789000', '161106.239000', '161106.699000', '161107.170000', '161107.623000', '161108.095000', '161108.543000', '161109.016000', '161109.465000', '161109.932000', '161110.396000', '161110.854000', '161111.318000', '161111.762000', '161112.221000', '161112.693000', '161113.140000', '161113.602000', '161114.070000', '161114.573000', '161114.991000', '161115.448000', '161115.903000', '161116.378000', '161116.831000', '161117.297000', '161117.749000', '161118.239000', '161118.673000', '161119.157000', '161119.582000', '161120.048000', '161120.498000', '161120.974000', '161121.422000', '161121.891000', '161122.357000', '161122.808000', '161123.274000', '161123.725000', '161124.181000', '161124.643000', '161125.100000', '161125.557000', '161126.028000', '161126.503000', '161126.948000', '161127.398000', '161127.858000', '161128.319000', '161128.790000', '161129.242000', '161129.702000', '161130.170000', '161130.641000', '161131.078000', '161131.545000', '161132.017000', '161132.460000', '161132.925000', '161133.389000', '161133.857000', '161134.319000', '161134.769000', '161135.219000', '161135.685000', '161136.138000', '161136.615000', '161137.065000', '161137.536000', '161137.981000', '161138.483000', '161138.903000', '161139.364000', '161139.829000', '161140.301000', '161140.763000', '161141.243000', '161141.673000', '161142.120000', '161142.578000', '161143.053000', '161143.512000', '161143.977000', '161144.426000', '161144.887000', '161145.358000', '161145.814000', '161146.275000', '161146.725000', '161147.198000', '161147.740000', '161148.101000', '161148.573000', '161149.039000', '161149.483000', '161149.946000', '161150.417000', '161150.879000', '161151.320000', '161151.867000', '161152.247000', '161152.705000', '161153.160000', '161153.659000', '161154.084000', '161154.552000', '161155.015000', '161155.479000', '161155.935000', '161156.387000', '161156.843000', '161157.318000', '161157.809000', '161158.230000', '161158.680000', '161159.183000', '161159.614000', '161200.073000', '161200.521000', '161200.998000', '161201.462000', '161201.940000', '161202.366000', '161202.840000', '161203.293000', '161203.741000', '161204.243000', '161204.672000', '161205.132000', '161205.586000', '161206.046000', '161206.503000', '161206.983000', '161207.442000', '161207.900000', '161208.363000', '161208.817000', '161209.273000', '161209.734000', '161210.196000', '161210.653000', '161211.157000', '161211.631000', '161212.034000', '161212.494000', '161212.944000', '161213.409000', '161213.904000', '161214.325000', '161214.788000', '161215.240000', '161215.720000', '161216.168000', '161216.630000', '161217.087000', '161217.556000', '161218.037000', '161218.486000', '161218.928000', '161219.386000', '161219.852000', '161220.341000', '161220.776000', '161221.226000', '161221.685000', '161222.156000', '161222.616000', '161223.074000', '161223.537000', '161223.997000', '161224.456000', '161224.914000', '161225.375000', '161225.846000', '161226.299000', '161226.755000', '161227.221000', '161227.675000', '161228.124000', '161228.590000', '161229.052000', '161229.526000', '161229.962000', '161230.432000', '161230.904000', '161231.346000', '161231.807000', '161232.279000', '161232.744000', '161233.194000', '161233.658000', '161234.125000', '161234.577000', '161235.024000', '161235.493000', '161235.948000', '161236.411000', '161236.883000', '161237.329000', '161237.929000', '161238.264000', '161238.721000', '161239.173000', '161239.652000', '161240.098000', '161240.563000', '161241.010000', '161241.482000', '161241.927000', '161242.388000', '161242.860000', '161243.322000', '161243.768000', '161244.238000', '161244.695000', '161245.145000', '161245.629000', '161246.067000', '161246.534000', '161246.991000', '161247.448000', '161247.924000', '161248.369000', '161248.837000', '161249.304000', '161249.773000', '161250.229000', '161250.671000', '161251.130000', '161251.586000', '161252.062000', '161252.517000', '161252.976000', '161253.434000', '161253.903000', '161254.363000', '161254.811000', '161255.281000', '161255.769000', '161256.201000', '161256.665000', '161257.111000', '161257.585000', '161258.049000', '161258.496000', '161258.958000', '161259.424000', '161259.879000', '161300.338000', '161300.800000', '161301.266000', '161301.717000', '161302.186000', '161302.645000', '161303.107000', '161303.564000', '161304.025000', '161304.466000', '161304.933000', '161305.407000', '161305.860000', '161306.319000', '161306.778000', '161307.238000', '161307.697000', '161308.156000', '161308.609000', '161309.078000', '161309.544000', '161309.994000', '161310.451000', '161310.910000', '161311.367000', '161311.915000', '161312.308000', '161312.748000', '161313.222000', '161313.673000', '161314.138000', '161314.598000', '161315.056000', '161315.518000', '161315.978000', '161316.429000', '161316.895000', '161317.360000', '161317.819000', '161318.279000', '161318.734000', '161319.193000', '161319.664000', '161320.123000', '161320.585000', '161321.028000', '161321.496000', '161321.957000', '161322.414000', '161322.872000', '161323.342000', '161323.789000', '161324.245000', '161324.722000', '161325.181000', '161325.644000', '161326.096000', '161326.589000', '161327.013000', '161327.477000', '161327.971000', '161328.391000', '161328.860000', '161329.347000', '161329.821000', '161330.235000', '161330.703000', '161331.155000', '161331.613000', '161332.116000', '161332.543000', '161333.009000', '161333.450000', '161333.927000', '161334.374000', '161334.833000', '161335.293000', '161335.767000', '161336.220000', '161336.754000', '161337.142000', '161337.593000', '161338.070000', '161338.521000', '161338.980000', '161339.450000', '161339.899000', '161340.356000', '161340.828000', '161341.273000', '161341.740000', '161342.191000', '161342.650000', '161343.122000', '161343.573000', '161344.040000', '161344.500000', '161344.956000', '161345.430000', '161345.878000', '161346.339000', '161346.808000', '161347.264000', '161347.725000', '161348.178000', '161348.633000', '161349.091000', '161349.553000', '161350.032000', '161350.471000', '161350.932000', '161351.397000', '161351.896000', '161352.327000', '161352.783000', '161353.243000', '161353.693000', '161354.161000', '161354.630000', '161355.075000', '161355.545000', '161356.000000', '161356.463000', '161356.943000', '161357.391000', '161357.850000', '161358.311000', '161358.761000', '161359.221000', '161359.675000', '161400.151000', '161400.594000', '161401.065000', '161401.522000', '161401.984000', '161402.434000', '161402.895000', '161403.352000', '161403.853000', '161404.297000', '161404.738000', '161405.207000', '161405.716000', '161406.122000', '161406.575000', '161407.041000', '161407.512000', '161407.973000', '161408.414000', '161408.880000', '161409.346000', '161409.797000', '161410.254000', '161410.741000', '161411.174000', '161411.645000', '161412.100000', '161412.554000', '161413.033000', '161413.479000', '161413.958000', '161414.407000', '161414.856000', '161415.316000', '161415.778000', '161416.245000', '161416.706000', '161417.159000', '161417.625000', '161418.076000', '161418.549000', '161419.048000', '161419.462000', '161419.916000', '161420.393000', '161420.846000', '161421.312000', '161421.754000', '161422.214000', '161422.688000', '161423.146000', '161423.610000', '161424.073000', '161424.530000', '161424.984000', '161425.439000', '161426.026000', '161426.376000', '161426.832000', '161427.279000', '161427.746000', '161428.217000', '161428.664000', '161429.115000', '161429.595000', '161430.048000', '161430.500000', '161431.001000', '161431.429000', '161431.895000', '161432.336000', '161432.808000', '161433.299000', '161433.714000', '161434.195000', '161434.642000', '161435.111000', '161435.563000', '161436.036000', '161436.493000', '161436.942000', '161437.425000', '161437.868000', '161438.324000', '161438.791000', '161439.255000', '161439.698000', '161440.178000', '161440.620000', '161441.081000', '161441.582000', '161442.007000', '161442.464000', '161442.927000', '161443.381000', '161443.858000', '161444.309000', '161444.807000', '161445.231000', '161445.696000', '161446.178000', '161446.615000', '161447.063000', '161447.522000', '161447.983000', '161448.442000', '161448.901000', '161449.358000', '161449.818000', '161450.291000', '161450.752000', '161451.237000', '161451.659000', '161452.130000', '161452.599000', '161453.043000', '161453.501000', '161453.974000', '161454.432000', '161454.897000', '161455.353000', '161455.803000', '161456.302000', '161456.719000', '161457.199000', '161457.647000', '161458.141000', '161458.582000', '161459.043000', '161459.491000', '161459.972000', '161500.417000', '161500.875000', '161501.343000', '161501.815000', '161502.241000', '161502.719000', '161503.177000', '161503.628000', '161504.081000', '161504.559000', '161505.017000', '161505.487000', '161505.932000', '161506.393000', '161506.844000', '161507.357000', '161507.760000', '161508.228000', '161508.686000', '161509.154000', '161509.605000', '161510.066000', '161510.531000', '161510.977000', '161511.446000', '161512.011000', '161512.366000', '161512.838000', '161513.297000', '161513.801000', '161514.211000', '161514.682000', '161515.128000', '161515.617000', '161516.063000', '161516.502000', '161516.978000', '161517.443000', '161517.897000', '161518.350000', '161518.805000', '161519.279000', '161519.735000', '161520.229000', '161520.677000', '161521.109000', '161521.573000', '161522.039000', '161522.500000', '161522.943000', '161523.412000', '161523.865000', '161524.366000', '161524.782000', '161525.261000', '161525.807000', '161526.168000', '161526.633000', '161527.104000', '161527.551000', '161528.022000', '161528.475000', '161528.934000', '161529.401000', '161529.845000', '161530.326000', '161530.770000', '161531.223000', '161531.693000', '161532.154000', '161532.624000', '161533.088000', '161533.543000', '161534.000000', '161534.458000', '161534.918000', '161535.373000', '161535.832000', '161536.298000', '161536.761000', '161537.211000', '161537.671000', '161538.125000', '161538.593000', '161539.057000', '161539.515000', '161539.985000', '161540.432000', '161540.895000', '161541.359000', '161541.818000', '161542.280000', '161542.730000', '161543.206000', '161543.665000', '161544.127000', '161544.579000', '161545.036000', '161545.510000', '161545.950000', '161546.408000', '161546.870000', '161547.341000', '161547.833000', '161548.253000', '161548.732000', '161549.176000', '161549.639000', '161550.110000', '161550.554000', '161551.027000', '161551.479000', '161551.930000', '161552.391000', '161552.854000', '161553.346000', '161553.974000', '161554.231000', '161554.691000', '161555.157000', '161555.638000', '161556.099000', '161556.539000', '161557.007000', '161557.461000', '161557.961000', '161558.372000', '161558.851000', '161559.361000', '161559.762000', '161600.213000', '161600.704000', '161601.150000', '161601.597000', '161602.064000', '161602.509000', '161602.978000', '161603.439000', '161604.029000', '161604.372000', '161604.818000', '161605.277000', '161605.747000', '161606.199000', '161606.665000', '161607.113000', '161607.581000', '161608.047000', '161608.509000', '161608.961000', '161609.430000', '161609.885000', '161610.331000', '161610.801000', '161611.257000', '161611.715000', '161612.183000', '161612.654000', '161613.095000', '161613.562000', '161614.014000', '161614.472000', '161614.943000', '161615.406000', '161616.034000', '161616.324000', '161616.774000', '161617.234000', '161617.736000', '161618.157000', '161618.631000', '161619.075000', '161619.545000', '161620.014000', '161620.462000', '161620.925000', '161621.388000', '161621.851000', '161622.317000', '161622.784000', '161623.215000'], 'InstanceCreationTime': ['160945.035000', '160945.252000', '160945.484000', '160945.719000', '160945.930000', '160946.170000', '160946.353000', '160946.572000', '160946.793000', '160946.970000', '160947.172000', '160947.557000', '160948.029000', '160948.487000', '160948.977000', '160949.432000', '160949.918000', '160950.336000', '160950.797000', '160951.255000', '160951.722000', '160952.192000', '160952.671000', '160953.106000', '160953.569000', '160954.015000', '160954.473000', '160954.944000', '160955.398000', '160955.872000', '160956.323000', '160956.776000', '160957.234000', '160957.704000', '160958.161000', '160958.632000', '160959.083000', '160959.546000', '160959.996000', '161000.490000', '161000.928000', '161001.385000', '161001.848000', '161002.313000', '161002.756000', '161003.217000', '161003.684000', '161004.136000', '161004.600000', '161005.063000', '161005.531000', '161005.988000', '161006.449000', '161006.904000', '161007.372000', '161007.824000', '161008.285000', '161008.738000', '161009.236000', '161009.654000', '161010.138000', '161010.576000', '161011.053000', '161011.511000', '161011.966000', '161012.441000', '161012.875000', '161013.337000', '161013.885000', '161014.263000', '161014.750000', '161015.188000', '161015.636000', '161016.100000', '161016.566000', '161017.014000', '161017.502000', '161017.953000', '161018.407000', '161018.871000', '161019.332000', '161019.778000', '161020.279000', '161020.699000', '161021.160000', '161021.634000', '161022.090000', '161022.535000', '161023.015000', '161023.473000', '161023.930000', '161024.390000', '161024.848000', '161025.297000', '161025.766000', '161026.217000', '161026.679000', '161027.178000', '161027.614000', '161028.066000', '161028.519000', '161029.017000', '161029.435000', '161029.915000', '161030.367000', '161030.828000', '161031.293000', '161031.739000', '161032.206000', '161032.664000', '161033.116000', '161033.633000', '161034.038000', '161034.506000', '161034.956000', '161035.432000', '161035.879000', '161036.352000', '161036.806000', '161037.256000', '161037.733000', '161038.186000', '161038.638000', '161039.112000', '161039.571000', '161040.027000', '161040.515000', '161040.951000', '161041.409000', '161041.864000', '161042.329000', '161042.794000', '161043.234000', '161043.702000', '161044.165000', '161044.618000', '161045.092000', '161045.543000', '161045.997000', '161046.453000', '161046.930000', '161047.385000', '161047.838000', '161048.336000', '161048.770000', '161049.216000', '161049.694000', '161050.138000', '161050.611000', '161051.058000', '161051.518000', '161051.981000', '161052.439000', '161052.897000', '161053.358000', '161053.818000', '161054.283000', '161054.757000', '161055.206000', '161055.675000', '161056.166000', '161056.579000', '161057.049000', '161057.537000', '161057.968000', '161058.437000', '161058.880000', '161059.352000', '161059.819000', '161100.309000', '161100.720000', '161101.184000', '161101.667000', '161102.098000', '161102.566000', '161103.021000', '161103.484000', '161103.953000', '161104.406000', '161104.898000', '161105.338000', '161105.789000', '161106.239000', '161106.699000', '161107.170000', '161107.623000', '161108.095000', '161108.543000', '161109.016000', '161109.465000', '161109.932000', '161110.396000', '161110.854000', '161111.318000', '161111.762000', '161112.221000', '161112.693000', '161113.140000', '161113.602000', '161114.070000', '161114.573000', '161114.991000', '161115.448000', '161115.903000', '161116.378000', '161116.831000', '161117.297000', '161117.749000', '161118.239000', '161118.673000', '161119.157000', '161119.582000', '161120.048000', '161120.498000', '161120.974000', '161121.422000', '161121.891000', '161122.357000', '161122.808000', '161123.274000', '161123.725000', '161124.181000', '161124.643000', '161125.100000', '161125.557000', '161126.028000', '161126.503000', '161126.948000', '161127.398000', '161127.858000', '161128.319000', '161128.790000', '161129.242000', '161129.702000', '161130.170000', '161130.641000', '161131.078000', '161131.545000', '161132.017000', '161132.460000', '161132.925000', '161133.389000', '161133.857000', '161134.319000', '161134.769000', '161135.219000', '161135.685000', '161136.138000', '161136.615000', '161137.065000', '161137.536000', '161137.981000', '161138.483000', '161138.903000', '161139.364000', '161139.829000', '161140.301000', '161140.763000', '161141.243000', '161141.673000', '161142.120000', '161142.578000', '161143.053000', '161143.512000', '161143.977000', '161144.426000', '161144.887000', '161145.358000', '161145.814000', '161146.275000', '161146.725000', '161147.198000', '161147.740000', '161148.101000', '161148.573000', '161149.039000', '161149.483000', '161149.946000', '161150.417000', '161150.879000', '161151.320000', '161151.867000', '161152.247000', '161152.705000', '161153.160000', '161153.659000', '161154.084000', '161154.552000', '161155.015000', '161155.479000', '161155.935000', '161156.387000', '161156.843000', '161157.318000', '161157.809000', '161158.230000', '161158.680000', '161159.183000', '161159.614000', '161200.073000', '161200.521000', '161200.998000', '161201.462000', '161201.940000', '161202.366000', '161202.840000', '161203.293000', '161203.741000', '161204.243000', '161204.672000', '161205.132000', '161205.586000', '161206.046000', '161206.503000', '161206.983000', '161207.442000', '161207.900000', '161208.363000', '161208.817000', '161209.273000', '161209.734000', '161210.196000', '161210.653000', '161211.157000', '161211.631000', '161212.034000', '161212.494000', '161212.944000', '161213.409000', '161213.904000', '161214.325000', '161214.788000', '161215.240000', '161215.720000', '161216.168000', '161216.630000', '161217.087000', '161217.556000', '161218.037000', '161218.486000', '161218.928000', '161219.386000', '161219.852000', '161220.341000', '161220.776000', '161221.226000', '161221.685000', '161222.156000', '161222.616000', '161223.074000', '161223.537000', '161223.997000', '161224.456000', '161224.914000', '161225.375000', '161225.846000', '161226.299000', '161226.755000', '161227.221000', '161227.675000', '161228.124000', '161228.590000', '161229.052000', '161229.526000', '161229.962000', '161230.432000', '161230.904000', '161231.346000', '161231.807000', '161232.279000', '161232.744000', '161233.194000', '161233.658000', '161234.125000', '161234.577000', '161235.024000', '161235.493000', '161235.948000', '161236.411000', '161236.883000', '161237.329000', '161237.929000', '161238.264000', '161238.721000', '161239.173000', '161239.652000', '161240.098000', '161240.563000', '161241.010000', '161241.482000', '161241.927000', '161242.388000', '161242.860000', '161243.322000', '161243.768000', '161244.238000', '161244.695000', '161245.145000', '161245.629000', '161246.067000', '161246.534000', '161246.991000', '161247.448000', '161247.924000', '161248.369000', '161248.837000', '161249.304000', '161249.773000', '161250.229000', '161250.671000', '161251.130000', '161251.586000', '161252.062000', '161252.517000', '161252.976000', '161253.434000', '161253.903000', '161254.363000', '161254.811000', '161255.281000', '161255.769000', '161256.201000', '161256.665000', '161257.111000', '161257.585000', '161258.049000', '161258.496000', '161258.958000', '161259.424000', '161259.879000', '161300.338000', '161300.800000', '161301.266000', '161301.717000', '161302.186000', '161302.645000', '161303.107000', '161303.564000', '161304.025000', '161304.466000', '161304.933000', '161305.407000', '161305.860000', '161306.319000', '161306.778000', '161307.238000', '161307.697000', '161308.156000', '161308.609000', '161309.078000', '161309.544000', '161309.994000', '161310.451000', '161310.910000', '161311.367000', '161311.915000', '161312.308000', '161312.748000', '161313.222000', '161313.673000', '161314.138000', '161314.598000', '161315.056000', '161315.518000', '161315.978000', '161316.429000', '161316.895000', '161317.360000', '161317.819000', '161318.279000', '161318.734000', '161319.193000', '161319.664000', '161320.123000', '161320.585000', '161321.028000', '161321.496000', '161321.957000', '161322.414000', '161322.872000', '161323.342000', '161323.789000', '161324.245000', '161324.722000', '161325.181000', '161325.644000', '161326.096000', '161326.589000', '161327.013000', '161327.477000', '161327.971000', '161328.391000', '161328.860000', '161329.347000', '161329.821000', '161330.235000', '161330.703000', '161331.155000', '161331.613000', '161332.116000', '161332.543000', '161333.009000', '161333.450000', '161333.927000', '161334.374000', '161334.833000', '161335.293000', '161335.767000', '161336.220000', '161336.754000', '161337.142000', '161337.593000', '161338.070000', '161338.521000', '161338.980000', '161339.450000', '161339.899000', '161340.356000', '161340.828000', '161341.273000', '161341.740000', '161342.191000', '161342.650000', '161343.122000', '161343.573000', '161344.040000', '161344.500000', '161344.956000', '161345.430000', '161345.878000', '161346.339000', '161346.808000', '161347.264000', '161347.725000', '161348.178000', '161348.633000', '161349.091000', '161349.553000', '161350.032000', '161350.471000', '161350.932000', '161351.397000', '161351.896000', '161352.327000', '161352.783000', '161353.243000', '161353.693000', '161354.161000', '161354.630000', '161355.075000', '161355.545000', '161356.000000', '161356.463000', '161356.943000', '161357.391000', '161357.850000', '161358.311000', '161358.761000', '161359.221000', '161359.675000', '161400.151000', '161400.594000', '161401.065000', '161401.522000', '161401.984000', '161402.434000', '161402.895000', '161403.352000', '161403.853000', '161404.297000', '161404.738000', '161405.207000', '161405.716000', '161406.122000', '161406.575000', '161407.041000', '161407.512000', '161407.973000', '161408.414000', '161408.880000', '161409.346000', '161409.797000', '161410.254000', '161410.741000', '161411.174000', '161411.645000', '161412.100000', '161412.554000', '161413.033000', '161413.479000', '161413.958000', '161414.407000', '161414.856000', '161415.316000', '161415.778000', '161416.245000', '161416.706000', '161417.159000', '161417.625000', '161418.076000', '161418.549000', '161419.048000', '161419.462000', '161419.916000', '161420.393000', '161420.846000', '161421.312000', '161421.754000', '161422.214000', '161422.688000', '161423.146000', '161423.610000', '161424.073000', '161424.530000', '161424.984000', '161425.439000', '161426.026000', '161426.376000', '161426.832000', '161427.279000', '161427.746000', '161428.217000', '161428.664000', '161429.115000', '161429.595000', '161430.048000', '161430.500000', '161431.001000', '161431.429000', '161431.895000', '161432.336000', '161432.808000', '161433.299000', '161433.714000', '161434.195000', '161434.642000', '161435.111000', '161435.563000', '161436.036000', '161436.493000', '161436.942000', '161437.425000', '161437.868000', '161438.324000', '161438.791000', '161439.255000', '161439.698000', '161440.178000', '161440.620000', '161441.081000', '161441.582000', '161442.007000', '161442.464000', '161442.927000', '161443.381000', '161443.858000', '161444.309000', '161444.807000', '161445.231000', '161445.696000', '161446.178000', '161446.615000', '161447.063000', '161447.522000', '161447.983000', '161448.442000', '161448.901000', '161449.358000', '161449.818000', '161450.291000', '161450.752000', '161451.237000', '161451.659000', '161452.130000', '161452.599000', '161453.043000', '161453.501000', '161453.974000', '161454.432000', '161454.897000', '161455.353000', '161455.803000', '161456.302000', '161456.719000', '161457.199000', '161457.647000', '161458.141000', '161458.582000', '161459.043000', '161459.491000', '161459.972000', '161500.417000', '161500.875000', '161501.343000', '161501.815000', '161502.241000', '161502.719000', '161503.177000', '161503.628000', '161504.081000', '161504.559000', '161505.017000', '161505.487000', '161505.932000', '161506.393000', '161506.844000', '161507.357000', '161507.760000', '161508.228000', '161508.686000', '161509.154000', '161509.605000', '161510.066000', '161510.531000', '161510.977000', '161511.446000', '161512.011000', '161512.366000', '161512.838000', '161513.297000', '161513.801000', '161514.211000', '161514.682000', '161515.128000', '161515.617000', '161516.063000', '161516.502000', '161516.978000', '161517.443000', '161517.897000', '161518.350000', '161518.805000', '161519.279000', '161519.735000', '161520.229000', '161520.677000', '161521.109000', '161521.573000', '161522.039000', '161522.500000', '161522.943000', '161523.412000', '161523.865000', '161524.366000', '161524.782000', '161525.261000', '161525.807000', '161526.168000', '161526.633000', '161527.104000', '161527.551000', '161528.022000', '161528.475000', '161528.934000', '161529.401000', '161529.845000', '161530.326000', '161530.770000', '161531.223000', '161531.693000', '161532.154000', '161532.624000', '161533.088000', '161533.543000', '161534.000000', '161534.458000', '161534.918000', '161535.373000', '161535.832000', '161536.298000', '161536.761000', '161537.211000', '161537.671000', '161538.125000', '161538.593000', '161539.057000', '161539.515000', '161539.985000', '161540.432000', '161540.895000', '161541.359000', '161541.818000', '161542.280000', '161542.730000', '161543.206000', '161543.665000', '161544.127000', '161544.579000', '161545.036000', '161545.510000', '161545.950000', '161546.408000', '161546.870000', '161547.341000', '161547.833000', '161548.253000', '161548.732000', '161549.176000', '161549.639000', '161550.110000', '161550.554000', '161551.027000', '161551.479000', '161551.930000', '161552.391000', '161552.854000', '161553.346000', '161553.974000', '161554.231000', '161554.691000', '161555.157000', '161555.638000', '161556.099000', '161556.539000', '161557.007000', '161557.461000', '161557.961000', '161558.372000', '161558.851000', '161559.361000', '161559.762000', '161600.213000', '161600.704000', '161601.150000', '161601.597000', '161602.064000', '161602.509000', '161602.978000', '161603.439000', '161604.029000', '161604.372000', '161604.818000', '161605.277000', '161605.747000', '161606.199000', '161606.665000', '161607.113000', '161607.581000', '161608.047000', '161608.509000', '161608.961000', '161609.430000', '161609.885000', '161610.331000', '161610.801000', '161611.257000', '161611.715000', '161612.183000', '161612.654000', '161613.095000', '161613.562000', '161614.014000', '161614.472000', '161614.943000', '161615.406000', '161616.034000', '161616.324000', '161616.774000', '161617.234000', '161617.736000', '161618.157000', '161618.631000', '161619.075000', '161619.545000', '161620.014000', '161620.462000', '161620.925000', '161621.388000', '161621.851000', '161622.317000', '161622.784000', '161623.215000'], '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], 'LargestImagePixelValue': [820, 805, 770, 779, 770, 811, 918, 689, 756, 628, 580, 705, 582, 577, 576, 594, 581, 580, 588, 596, 565, 748, 585, 717, 584, 637, 595, 724, 599, 742, 586, 790, 585, 795, 599, 718, 611, 719, 608, 751, 613, 777, 603, 739, 608, 768, 613, 783, 612, 644, 617, 610, 600, 551, 608, 639, 610, 637, 631, 572, 559, 574, 557, 577, 647, 582, 691, 609, 750, 618, 648, 603, 643, 614, 626, 603, 567, 628, 579, 613, 559, 629, 585, 781, 607, 846, 604, 794, 612, 818, 612, 816, 621, 742, 608, 727, 604, 673, 606, 659, 603, 614, 625, 593, 725, 595, 702, 616, 753, 606, 780, 616, 837, 601, 786, 600, 752, 616, 669, 619, 646, 590, 583, 580, 582, 621, 576, 624, 580, 691, 579, 764, 592, 662, 580, 657, 596, 655, 588, 658, 580, 654, 593, 644, 586, 666, 584, 662, 602, 720, 611, 760, 598, 695, 611, 594, 621, 569, 548, 574, 614, 572, 634, 570, 660, 592, 754, 605, 771, 607, 775, 615, 799, 621, 672, 664, 582, 612, 599, 757, 606, 875, 616, 921, 613, 871, 611, 772, 608, 728, 685, 572, 700, 589, 696, 604, 704, 608, 737, 596, 784, 609, 897, 618, 825, 608, 636, 626, 633, 624, 676, 617, 589, 596, 576, 585, 586, 678, 586, 762, 606, 835, 615, 710, 614, 737, 613, 752, 612, 764, 618, 747, 618, 660, 575, 586, 624, 599, 551, 617, 705, 613, 859, 618, 579, 593, 598, 699, 619, 893, 633, 839, 702, 600, 684, 615, 777, 592, 839, 618, 883, 625, 910, 614, 808, 609, 725, 611, 583, 615, 589, 665, 619, 783, 598, 718, 606, 826, 618, 838, 608, 857, 603, 847, 609, 817, 611, 736, 607, 583, 574, 581, 592, 605, 589, 597, 609, 602, 602, 608, 704, 606, 706, 614, 807, 616, 827, 612, 844, 598, 720, 591, 651, 616, 608, 731, 600, 771, 603, 722, 616, 850, 613, 881, 599, 928, 587, 861, 607, 813, 615, 805, 618, 806, 607, 785, 600, 757, 623, 648, 611, 586, 515, 601, 535, 606, 662, 613, 673, 615, 837, 603, 822, 602, 807, 618, 792, 633, 688, 611, 593, 598, 603, 616, 591, 646, 733, 618, 598, 656, 606, 582, 605, 618, 600, 610, 574, 696, 583, 823, 603, 686, 618, 694, 599, 732, 593, 770, 615, 750, 621, 748, 611, 811, 617, 842, 624, 819, 614, 802, 627, 826, 629, 726, 622, 728, 622, 741, 613, 731, 627, 673, 626, 651, 601, 671, 607, 705, 605, 672, 615, 666, 607, 672, 600, 714, 599, 805, 615, 781, 630, 714, 627, 719, 625, 715, 616, 755, 616, 733, 625, 757, 642, 702, 614, 642, 614, 761, 628, 750, 626, 584, 614, 583, 635, 590, 661, 602, 673, 579, 799, 619, 878, 620, 765, 608, 760, 625, 771, 620, 598, 625, 591, 623, 609, 691, 592, 791, 610, 843, 591, 681, 602, 718, 612, 750, 606, 807, 615, 815, 608, 708, 612, 718, 621, 748, 615, 732, 624, 658, 606, 583, 618, 569, 614, 567, 515, 576, 616, 589, 735, 613, 770, 623, 737, 624, 784, 630, 671, 617, 578, 677, 602, 722, 615, 796, 627, 859, 626, 898, 606, 731, 619, 599, 645, 592, 791, 612, 838, 608, 728, 610, 757, 618, 789, 616, 834, 611, 805, 626, 733, 622, 586, 558, 591, 544, 597, 666, 598, 747, 617, 821, 607, 773, 620, 786, 619, 615, 597, 587, 659, 597, 658, 601, 724, 605, 871, 621, 856, 618, 814, 626, 785, 626, 687, 610, 589, 605, 612, 709, 596, 785, 596, 811, 616, 853, 615, 727, 621, 591, 622, 578, 654, 595, 758, 602, 707, 625, 745, 621, 773, 614, 791, 618, 709, 618, 599, 608, 593, 619, 591, 625, 587, 619, 601, 656, 596, 751, 603, 725, 616, 687, 621, 728, 621, 680, 623, 586, 564, 590, 641, 594, 706, 611, 893, 604, 819, 627, 807, 631, 847, 625, 643, 617, 608, 598, 600, 791, 613, 836, 624, 811, 621, 599, 584, 602, 709, 603, 869, 621, 831, 627, 823, 623, 729, 650, 593, 672, 604, 666, 613, 656, 610, 759, 605, 829, 622, 796, 626, 751, 626, 623, 558, 596, 528, 612, 685, 620, 704, 615, 603, 628, 628, 727, 612, 875, 728, 590, 662, 612, 813, 613, 894, 608, 863, 607, 863, 596, 902, 623, 904, 715, 703, 636, 598, 602, 596, 591, 600, 595, 600, 609, 599, 692, 595, 612, 606, 619, 615, 673, 619, 706, 614, 788, 597, 785, 620, 723, 614, 720, 622, 728, 622, 742, 597, 661, 602, 670, 603, 689, 625, 647, 601, 578, 584, 583, 590, 586, 603, 584, 605, 582, 602, 601, 613, 599, 682, 610, 729, 619, 784, 607, 899, 597, 859, 608, 843, 624, 881, 620, 758, 597, 579, 578, 590, 602, 602, 616, 597, 802, 612, 809, 608, 598, 605, 582, 606, 593, 606, 603, 724, 601, 812, 602, 953, 625, 975, 654, 962, 636, 939, 622, 943, 617, 887, 621, 848, 619, 803, 607, 777, 629, 745, 624, 595, 604, 597, 565, 607, 572, 593, 644, 594, 704, 599, 700, 620, 642, 616, 584, 662, 601, 644, 589, 654, 597, 734, 607, 831, 608, 805, 608, 776, 600, 738, 629, 628, 589, 609, 568, 594, 626], 'WindowCenter': [284.0, 282.0, 280.0, 280.0, 279.0, 279.0, 279.0, 278.0, 278.0, 277.0, 276.0, 277.0, 276.0, 276.0, 276.0, 277.0, 276.0, 276.0, 276.0, 277.0, 276.0, 279.0, 277.0, 278.0, 277.0, 277.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 278.0, 278.0, 277.0, 278.0, 278.0, 279.0, 279.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 280.0, 280.0, 278.0, 279.0, 279.0, 280.0, 279.0, 281.0, 280.0, 281.0, 279.0, 281.0, 279.0, 280.0, 278.0, 279.0, 280.0, 278.0, 280.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 278.0, 278.0, 278.0, 277.0, 278.0, 277.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 280.0, 279.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 280.0, 280.0, 282.0, 280.0, 278.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 277.0, 278.0, 278.0, 279.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 280.0, 280.0, 278.0, 278.0, 278.0, 277.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 280.0, 277.0, 280.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 277.0, 278.0, 277.0, 279.0, 278.0, 278.0, 278.0, 277.0, 276.0, 277.0, 277.0, 278.0, 279.0, 279.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 279.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 278.0, 277.0, 279.0, 277.0, 280.0, 278.0, 279.0, 278.0, 279.0, 277.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 279.0, 278.0, 280.0, 279.0, 280.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 277.0, 278.0, 277.0, 278.0, 278.0, 277.0, 278.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 280.0, 278.0, 281.0, 279.0, 281.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 277.0, 278.0, 278.0, 277.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 278.0, 278.0, 279.0, 279.0, 280.0, 279.0, 281.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 278.0, 278.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 278.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 277.0, 279.0, 277.0, 278.0, 278.0, 278.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 278.0, 277.0, 279.0, 279.0, 278.0, 279.0, 279.0, 278.0, 279.0, 280.0, 282.0, 281.0, 282.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 281.0, 278.0, 280.0, 279.0, 278.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 278.0, 278.0, 277.0, 279.0, 278.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 277.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 277.0, 278.0, 278.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 278.0, 281.0, 278.0, 280.0, 277.0, 279.0, 277.0, 279.0, 277.0, 278.0, 276.0, 278.0, 276.0, 278.0, 276.0, 278.0, 276.0, 277.0, 276.0, 276.0, 277.0, 276.0, 277.0, 277.0, 277.0, 277.0, 278.0, 277.0, 279.0, 278.0, 279.0, 278.0, 278.0, 278.0, 277.0, 279.0, 277.0, 278.0, 278.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 279.0, 277.0, 279.0, 278.0, 279.0, 279.0, 278.0, 278.0, 278.0, 277.0, 278.0, 278.0], 'WindowWidth': [623.0, 620.0, 616.0, 616.0, 614.0, 614.0, 613.0, 611.0, 611.0, 610.0, 608.0, 610.0, 608.0, 608.0, 608.0, 609.0, 608.0, 608.0, 608.0, 609.0, 608.0, 612.0, 609.0, 611.0, 609.0, 610.0, 610.0, 611.0, 610.0, 612.0, 611.0, 613.0, 611.0, 613.0, 611.0, 612.0, 612.0, 612.0, 612.0, 613.0, 612.0, 614.0, 612.0, 613.0, 612.0, 613.0, 612.0, 614.0, 613.0, 613.0, 613.0, 612.0, 612.0, 611.0, 612.0, 612.0, 613.0, 613.0, 615.0, 612.0, 611.0, 612.0, 612.0, 612.0, 614.0, 615.0, 616.0, 615.0, 615.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 615.0, 613.0, 615.0, 613.0, 616.0, 613.0, 615.0, 613.0, 615.0, 614.0, 616.0, 614.0, 614.0, 613.0, 613.0, 612.0, 613.0, 612.0, 613.0, 613.0, 613.0, 613.0, 612.0, 614.0, 612.0, 613.0, 612.0, 615.0, 614.0, 615.0, 613.0, 615.0, 613.0, 615.0, 613.0, 614.0, 613.0, 613.0, 614.0, 613.0, 612.0, 611.0, 612.0, 611.0, 612.0, 611.0, 612.0, 611.0, 614.0, 612.0, 614.0, 612.0, 613.0, 611.0, 613.0, 612.0, 613.0, 611.0, 613.0, 611.0, 613.0, 612.0, 612.0, 611.0, 613.0, 611.0, 613.0, 612.0, 614.0, 613.0, 615.0, 613.0, 614.0, 613.0, 612.0, 613.0, 611.0, 612.0, 612.0, 613.0, 612.0, 614.0, 615.0, 615.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 618.0, 615.0, 614.0, 614.0, 612.0, 613.0, 613.0, 615.0, 614.0, 617.0, 615.0, 617.0, 614.0, 616.0, 613.0, 615.0, 613.0, 614.0, 614.0, 612.0, 614.0, 611.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 614.0, 612.0, 612.0, 612.0, 612.0, 613.0, 613.0, 612.0, 611.0, 612.0, 611.0, 612.0, 611.0, 613.0, 613.0, 614.0, 612.0, 615.0, 612.0, 613.0, 612.0, 614.0, 612.0, 613.0, 612.0, 614.0, 613.0, 615.0, 615.0, 614.0, 614.0, 613.0, 613.0, 613.0, 613.0, 614.0, 614.0, 615.0, 617.0, 615.0, 613.0, 614.0, 614.0, 615.0, 614.0, 616.0, 613.0, 615.0, 615.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 612.0, 614.0, 612.0, 613.0, 611.0, 612.0, 612.0, 611.0, 612.0, 612.0, 613.0, 612.0, 613.0, 611.0, 613.0, 611.0, 613.0, 612.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 615.0, 615.0, 612.0, 611.0, 611.0, 611.0, 611.0, 611.0, 611.0, 611.0, 612.0, 614.0, 613.0, 612.0, 613.0, 611.0, 612.0, 612.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 613.0, 612.0, 612.0, 612.0, 612.0, 614.0, 611.0, 614.0, 611.0, 613.0, 612.0, 614.0, 612.0, 614.0, 611.0, 614.0, 610.0, 613.0, 611.0, 613.0, 611.0, 613.0, 612.0, 612.0, 611.0, 612.0, 611.0, 612.0, 612.0, 612.0, 612.0, 610.0, 609.0, 611.0, 610.0, 612.0, 613.0, 613.0, 613.0, 612.0, 615.0, 613.0, 615.0, 612.0, 615.0, 614.0, 616.0, 614.0, 613.0, 613.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 614.0, 612.0, 611.0, 612.0, 611.0, 611.0, 610.0, 612.0, 610.0, 612.0, 611.0, 613.0, 611.0, 614.0, 612.0, 613.0, 612.0, 613.0, 611.0, 615.0, 614.0, 615.0, 614.0, 615.0, 613.0, 614.0, 612.0, 614.0, 612.0, 614.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 614.0, 612.0, 615.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 615.0, 613.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 613.0, 613.0, 615.0, 613.0, 615.0, 613.0, 613.0, 613.0, 613.0, 613.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 613.0, 616.0, 613.0, 614.0, 613.0, 615.0, 614.0, 615.0, 613.0, 612.0, 613.0, 612.0, 612.0, 611.0, 614.0, 611.0, 615.0, 612.0, 615.0, 612.0, 613.0, 611.0, 612.0, 612.0, 613.0, 611.0, 613.0, 611.0, 613.0, 611.0, 613.0, 612.0, 612.0, 612.0, 614.0, 612.0, 613.0, 612.0, 612.0, 612.0, 611.0, 612.0, 611.0, 612.0, 611.0, 611.0, 612.0, 613.0, 613.0, 615.0, 614.0, 615.0, 614.0, 614.0, 613.0, 615.0, 614.0, 614.0, 613.0, 612.0, 614.0, 612.0, 614.0, 613.0, 615.0, 612.0, 616.0, 613.0, 615.0, 612.0, 613.0, 612.0, 612.0, 613.0, 612.0, 615.0, 612.0, 614.0, 611.0, 612.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 611.0, 611.0, 612.0, 610.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 613.0, 615.0, 613.0, 613.0, 613.0, 612.0, 614.0, 612.0, 613.0, 612.0, 614.0, 613.0, 616.0, 613.0, 615.0, 612.0, 614.0, 612.0, 615.0, 613.0, 613.0, 612.0, 611.0, 612.0, 612.0, 614.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 614.0, 612.0, 612.0, 613.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 613.0, 614.0, 614.0, 615.0, 613.0, 615.0, 613.0, 614.0, 612.0, 612.0, 612.0, 612.0, 613.0, 612.0, 613.0, 611.0, 612.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 612.0, 613.0, 613.0, 614.0, 614.0, 614.0, 614.0, 613.0, 613.0, 613.0, 614.0, 613.0, 615.0, 614.0, 616.0, 613.0, 615.0, 613.0, 615.0, 614.0, 615.0, 614.0, 613.0, 613.0, 612.0, 612.0, 612.0, 615.0, 613.0, 615.0, 613.0, 615.0, 613.0, 612.0, 612.0, 612.0, 614.0, 612.0, 615.0, 612.0, 615.0, 612.0, 614.0, 612.0, 613.0, 613.0, 611.0, 613.0, 611.0, 612.0, 612.0, 612.0, 612.0, 613.0, 611.0, 613.0, 612.0, 613.0, 612.0, 613.0, 612.0, 612.0, 611.0, 612.0, 611.0, 613.0, 613.0, 612.0, 613.0, 613.0, 612.0, 614.0, 615.0, 618.0, 617.0, 617.0, 615.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 611.0, 614.0, 612.0, 614.0, 612.0, 616.0, 612.0, 614.0, 612.0, 611.0, 611.0, 609.0, 610.0, 609.0, 609.0, 609.0, 610.0, 609.0, 610.0, 609.0, 611.0, 610.0, 610.0, 610.0, 610.0, 610.0, 611.0, 611.0, 611.0, 611.0, 612.0, 611.0, 612.0, 612.0, 611.0, 611.0, 612.0, 612.0, 613.0, 612.0, 613.0, 612.0, 612.0, 612.0, 613.0, 612.0, 613.0, 613.0, 612.0, 612.0, 612.0, 612.0, 611.0, 612.0, 611.0, 612.0, 612.0, 613.0, 612.0, 612.0, 614.0, 613.0, 613.0, 613.0, 613.0, 614.0, 614.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 615.0, 613.0, 615.0, 613.0, 614.0, 612.0, 611.0, 612.0, 612.0, 613.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 612.0, 616.0, 612.0, 614.0, 610.0, 613.0, 609.0, 612.0, 609.0, 611.0, 609.0, 610.0, 609.0, 610.0, 608.0, 610.0, 609.0, 610.0, 609.0, 609.0, 609.0, 609.0, 609.0, 610.0, 610.0, 611.0, 611.0, 611.0, 612.0, 612.0, 613.0, 612.0, 612.0, 612.0, 611.0, 613.0, 611.0, 612.0, 611.0, 613.0, 611.0, 614.0, 612.0, 614.0, 612.0, 613.0, 611.0, 613.0, 612.0, 613.0, 613.0, 612.0, 611.0, 612.0, 611.0, 612.0, 612.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.001122425287356322</td></tr>
<tr><td colspan=3>aqi</td><td>0.018301745977011497</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.7322773424626</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2698326715880326</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0279754679056397</td></tr>
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
<tr><td colspan=3>fber</td><td>8249.1133</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07505608080028577</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0344827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.311267718224922</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2383576739061217</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4964936677516802</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1989518130169654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131122</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01954856514930725</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.013665467500686646</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0897998629862125</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>39.2399</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9686</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.6093</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>22.6962</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8082</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.8926</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>234.1668</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>88.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.1492</td></tr>
<tr><td colspan=3>tsnr</td><td>45.72239572042599</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>