ds005256-mriqc/sub-0024_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 34ca7da863 [DATALAD RUNCMD] Compute MRIQC for sub-0024
=== 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-0024 --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-0024",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:02:13 +02:00

616 lines
No EOL
102 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-0024_ses-01_task-social_acq-mb8_run-02_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-0024_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-02_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-0024/ses-01/func/sub-0024_ses-01_task-social_acq-mb8_run-02_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>5729f076980a767c0eb8bec85365af52</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:57:50.960000</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.998777, -0.0216829, 0.0444317, 0.0203981, 0.999366, 0.0291688]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0786328</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>25</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7767, -7262, 597, -31, -289, 98, 58]</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>232.597</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f9c841c-62fe-4828-b0bf-2f689880913c||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.6796460151672363, 0.054726701229810715, 0.1215972825884819, 103.49249267578125], [0.058173768222332, 2.6812267303466797, 0.07621243596076965, -95.73274993896484], [0.11920705437660217, -0.07825782150030136, 2.696183443069458, -68.0063247680664], [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': ['155750.960000', '155751.420000', '155751.880000', '155752.340000', '155752.800000', '155753.260000', '155753.720000', '155754.180000', '155754.640000', '155755.100000', '155755.560000', '155756.020000', '155756.480000', '155756.940000', '155757.400000', '155757.860000', '155758.320000', '155758.780000', '155759.240000', '155759.700000', '155800.160000', '155800.620000', '155801.080000', '155801.540000', '155802.000000', '155802.460000', '155802.920000', '155803.380000', '155803.840000', '155804.300000', '155804.760000', '155805.220000', '155805.680000', '155806.140000', '155806.600000', '155807.060000', '155807.520000', '155807.980000', '155808.440000', '155808.900000', '155809.360000', '155809.820000', '155810.280000', '155810.740000', '155811.200000', '155811.660000', '155812.120000', '155812.580000', '155813.040000', '155813.500000', '155813.960000', '155814.420000', '155814.880000', '155815.340000', '155815.800000', '155816.260000', '155816.720000', '155817.180000', '155817.640000', '155818.100000', '155818.560000', '155819.020000', '155819.480000', '155819.940000', '155820.400000', '155820.860000', '155821.320000', '155821.780000', '155822.240000', '155822.700000', '155823.160000', '155823.620000', '155824.080000', '155824.540000', '155825.000000', '155825.460000', '155825.920000', '155826.380000', '155826.840000', '155827.300000', '155827.760000', '155828.220000', '155828.680000', '155829.140000', '155829.600000', '155830.060000', '155830.520000', '155830.980000', '155831.440000', '155831.900000', '155832.360000', '155832.820000', '155833.280000', '155833.740000', '155834.200000', '155834.660000', '155835.120000', '155835.580000', '155836.040000', '155836.500000', '155836.960000', '155837.420000', '155837.880000', '155838.340000', '155838.800000', '155839.260000', '155839.720000', '155840.180000', '155840.640000', '155841.100000', '155841.560000', '155842.020000', '155842.480000', '155842.940000', '155843.400000', '155843.860000', '155844.320000', '155844.780000', '155845.240000', '155845.700000', '155846.160000', '155846.620000', '155847.080000', '155847.540000', '155848.000000', '155848.460000', '155848.920000', '155849.380000', '155849.840000', '155850.300000', '155850.760000', '155851.220000', '155851.680000', '155852.140000', '155852.600000', '155853.060000', '155853.520000', '155853.980000', '155854.440000', '155854.900000', '155855.360000', '155855.820000', '155856.280000', '155856.740000', '155857.200000', '155857.660000', '155858.120000', '155858.580000', '155859.040000', '155859.500000', '155859.960000', '155900.420000', '155900.880000', '155901.340000', '155901.800000', '155902.260000', '155902.720000', '155903.180000', '155903.640000', '155904.100000', '155904.560000', '155905.020000', '155905.480000', '155905.940000', '155906.400000', '155906.860000', '155907.320000', '155907.780000', '155908.240000', '155908.700000', '155909.160000', '155909.620000', '155910.080000', '155910.540000', '155911.000000', '155911.460000', '155911.920000', '155912.380000', '155912.840000', '155913.300000', '155913.760000', '155914.220000', '155914.680000', '155915.140000', '155915.600000', '155916.060000', '155916.520000', '155916.980000', '155917.440000', '155917.900000', '155918.360000', '155918.820000', '155919.280000', '155919.740000', '155920.200000', '155920.660000', '155921.120000', '155921.580000', '155922.040000', '155922.500000', '155922.960000', '155923.420000', '155923.880000', '155924.340000', '155924.800000', '155925.260000', '155925.720000', '155926.180000', '155926.640000', '155927.100000', '155927.560000', '155928.020000', '155928.480000', '155928.940000', '155929.400000', '155929.860000', '155930.320000', '155930.780000', '155931.240000', '155931.700000', '155932.160000', '155932.620000', '155933.080000', '155933.540000', '155934.000000', '155934.460000', '155934.920000', '155935.380000', '155935.840000', '155936.300000', '155936.760000', '155937.220000', '155937.680000', '155938.140000', '155938.600000', '155939.060000', '155939.520000', '155939.980000', '155940.440000', '155940.900000', '155941.360000', '155941.820000', '155942.280000', '155942.740000', '155943.200000', '155943.660000', '155944.120000', '155944.580000', '155945.040000', '155945.500000', '155945.960000', '155946.420000', '155946.880000', '155947.340000', '155947.800000', '155948.260000', '155948.720000', '155949.180000', '155949.640000', '155950.100000', '155950.560000', '155951.020000', '155951.480000', '155951.940000', '155952.400000', '155952.860000', '155953.320000', '155953.780000', '155954.240000', '155954.700000', '155955.160000', '155955.620000', '155956.080000', '155956.540000', '155957.000000', '155957.460000', '155957.920000', '155958.380000', '155958.840000', '155959.300000', '155959.760000', '160000.220000', '160000.680000', '160001.140000', '160001.600000', '160002.060000', '160002.520000', '160002.980000', '160003.440000', '160003.900000', '160004.360000', '160004.820000', '160005.280000', '160005.740000', '160006.200000', '160006.660000', '160007.120000', '160007.580000', '160008.040000', '160008.500000', '160008.960000', '160009.420000', '160009.880000', '160010.340000', '160010.800000', '160011.260000', '160011.720000', '160012.180000', '160012.640000', '160013.100000', '160013.560000', '160014.020000', '160014.480000', '160014.940000', '160015.400000', '160015.860000', '160016.320000', '160016.780000', '160017.240000', '160017.700000', '160018.160000', '160018.620000', '160019.080000', '160019.540000', '160020.000000', '160020.460000', '160020.920000', '160021.380000', '160021.840000', '160022.300000', '160022.760000', '160023.220000', '160023.680000', '160024.140000', '160024.600000', '160025.060000', '160025.520000', '160025.980000', '160026.440000', '160026.900000', '160027.360000', '160027.820000', '160028.280000', '160028.740000', '160029.200000', '160029.660000', '160030.120000', '160030.580000', '160031.040000', '160031.500000', '160031.960000', '160032.420000', '160032.880000', '160033.340000', '160033.800000', '160034.260000', '160034.720000', '160035.180000', '160035.640000', '160036.100000', '160036.560000', '160037.020000', '160037.480000', '160037.940000', '160038.400000', '160038.860000', '160039.320000', '160039.780000', '160040.240000', '160040.700000', '160041.160000', '160041.620000', '160042.080000', '160042.540000', '160043.000000', '160043.460000', '160043.920000', '160044.380000', '160044.840000', '160045.300000', '160045.760000', '160046.220000', '160046.680000', '160047.140000', '160047.600000', '160048.060000', '160048.520000', '160048.980000', '160049.440000', '160049.900000', '160050.360000', '160050.820000', '160051.280000', '160051.740000', '160052.200000', '160052.660000', '160053.120000', '160053.580000', '160054.040000', '160054.500000', '160054.960000', '160055.420000', '160055.880000', '160056.340000', '160056.800000', '160057.260000', '160057.720000', '160058.180000', '160058.640000', '160059.100000', '160059.560000', '160100.020000', '160100.480000', '160100.940000', '160101.400000', '160101.860000', '160102.320000', '160102.780000', '160103.240000', '160103.700000', '160104.160000', '160104.620000', '160105.080000', '160105.540000', '160106.000000', '160106.460000', '160106.920000', '160107.380000', '160107.840000', '160108.300000', '160108.760000', '160109.220000', '160109.680000', '160110.140000', '160110.600000', '160111.060000', '160111.520000', '160111.980000', '160112.440000', '160112.900000', '160113.360000', '160113.820000', '160114.280000', '160114.740000', '160115.200000', '160115.660000', '160116.120000', '160116.580000', '160117.040000', '160117.500000', '160117.960000', '160118.420000', '160118.880000', '160119.340000', '160119.800000', '160120.260000', '160120.720000', '160121.180000', '160121.640000', '160122.100000', '160122.560000', '160123.020000', '160123.480000', '160123.940000', '160124.400000', '160124.860000', '160125.320000', '160125.780000', '160126.240000', '160126.700000', '160127.160000', '160127.620000', '160128.080000', '160128.540000', '160129.000000', '160129.460000', '160129.920000', '160130.380000', '160130.840000', '160131.300000', '160131.760000', '160132.220000', '160132.680000', '160133.140000', '160133.600000', '160134.060000', '160134.520000', '160134.980000', '160135.440000', '160135.900000', '160136.360000', '160136.820000', '160137.280000', '160137.740000', '160138.200000', '160138.660000', '160139.120000', '160139.580000', '160140.040000', '160140.500000', '160140.960000', '160141.420000', '160141.880000', '160142.340000', '160142.800000', '160143.260000', '160143.720000', '160144.180000', '160144.640000', '160145.100000', '160145.560000', '160146.020000', '160146.480000', '160146.940000', '160147.400000', '160147.860000', '160148.320000', '160148.780000', '160149.240000', '160149.700000', '160150.160000', '160150.620000', '160151.080000', '160151.540000', '160152.000000', '160152.460000', '160152.920000', '160153.380000', '160153.840000', '160154.300000', '160154.760000', '160155.220000', '160155.680000', '160156.140000', '160156.600000', '160157.060000', '160157.520000', '160157.980000', '160158.440000', '160158.900000', '160159.360000', '160159.820000', '160200.280000', '160200.740000', '160201.200000', '160201.660000', '160202.120000', '160202.580000', '160203.040000', '160203.500000', '160203.960000', '160204.420000', '160204.880000', '160205.340000', '160205.800000', '160206.260000', '160206.720000', '160207.180000', '160207.640000', '160208.100000', '160208.560000', '160209.020000', '160209.480000', '160209.940000', '160210.400000', '160210.860000', '160211.320000', '160211.780000', '160212.240000', '160212.700000', '160213.160000', '160213.620000', '160214.080000', '160214.540000', '160215.000000', '160215.460000', '160215.920000', '160216.380000', '160216.840000', '160217.300000', '160217.760000', '160218.220000', '160218.680000', '160219.140000', '160219.600000', '160220.060000', '160220.520000', '160220.980000', '160221.440000', '160221.900000', '160222.360000', '160222.820000', '160223.280000', '160223.740000', '160224.200000', '160224.660000', '160225.120000', '160225.580000', '160226.040000', '160226.500000', '160226.960000', '160227.420000', '160227.880000', '160228.340000', '160228.800000', '160229.260000', '160229.720000', '160230.180000', '160230.640000', '160231.100000', '160231.560000', '160232.020000', '160232.480000', '160232.940000', '160233.400000', '160233.860000', '160234.320000', '160234.780000', '160235.240000', '160235.700000', '160236.160000', '160236.620000', '160237.080000', '160237.540000', '160238.000000', '160238.460000', '160238.920000', '160239.380000', '160239.840000', '160240.300000', '160240.760000', '160241.220000', '160241.680000', '160242.140000', '160242.600000', '160243.060000', '160243.520000', '160243.980000', '160244.440000', '160244.900000', '160245.360000', '160245.820000', '160246.280000', '160246.740000', '160247.200000', '160247.660000', '160248.120000', '160248.580000', '160249.040000', '160249.500000', '160249.960000', '160250.420000', '160250.880000', '160251.340000', '160251.800000', '160252.260000', '160252.720000', '160253.180000', '160253.640000', '160254.100000', '160254.560000', '160255.020000', '160255.480000', '160255.940000', '160256.400000', '160256.860000', '160257.320000', '160257.780000', '160258.240000', '160258.700000', '160259.160000', '160259.620000', '160300.080000', '160300.540000', '160301.000000', '160301.460000', '160301.920000', '160302.380000', '160302.840000', '160303.300000', '160303.760000', '160304.220000', '160304.680000', '160305.140000', '160305.600000', '160306.060000', '160306.520000', '160306.980000', '160307.440000', '160307.900000', '160308.360000', '160308.820000', '160309.280000', '160309.740000', '160310.200000', '160310.660000', '160311.120000', '160311.580000', '160312.040000', '160312.500000', '160312.960000', '160313.420000', '160313.880000', '160314.340000', '160314.800000', '160315.260000', '160315.720000', '160316.180000', '160316.640000', '160317.100000', '160317.560000', '160318.020000', '160318.480000', '160318.940000', '160319.400000', '160319.860000', '160320.320000', '160320.780000', '160321.240000', '160321.700000', '160322.160000', '160322.620000', '160323.080000', '160323.540000', '160324.000000', '160324.460000', '160324.920000', '160325.380000', '160325.840000', '160326.300000', '160326.760000', '160327.220000', '160327.680000', '160328.140000', '160328.600000', '160329.060000', '160329.520000', '160329.980000', '160330.440000', '160330.900000', '160331.360000', '160331.820000', '160332.280000', '160332.740000', '160333.200000', '160333.660000', '160334.120000', '160334.580000', '160335.040000', '160335.500000', '160335.960000', '160336.420000', '160336.880000', '160337.340000', '160337.800000', '160338.260000', '160338.720000', '160339.180000', '160339.640000', '160340.100000', '160340.560000', '160341.020000', '160341.480000', '160341.940000', '160342.400000', '160342.860000', '160343.320000', '160343.780000', '160344.240000', '160344.700000', '160345.160000', '160345.620000', '160346.080000', '160346.540000', '160347.000000', '160347.460000', '160347.920000', '160348.380000', '160348.840000', '160349.300000', '160349.760000', '160350.220000', '160350.680000', '160351.140000', '160351.600000', '160352.060000', '160352.520000', '160352.980000', '160353.440000', '160353.900000', '160354.360000', '160354.820000', '160355.280000', '160355.740000', '160356.200000', '160356.660000', '160357.120000', '160357.580000', '160358.040000', '160358.500000', '160358.960000', '160359.420000', '160359.880000', '160400.340000', '160400.800000', '160401.260000', '160401.720000', '160402.180000', '160402.640000', '160403.100000', '160403.560000', '160404.020000', '160404.480000', '160404.940000', '160405.400000', '160405.860000', '160406.320000', '160406.780000', '160407.240000', '160407.700000', '160408.160000', '160408.620000', '160409.080000', '160409.540000', '160410.000000', '160410.460000', '160410.920000', '160411.380000', '160411.840000', '160412.300000', '160412.760000', '160413.220000', '160413.680000', '160414.140000', '160414.600000', '160415.060000', '160415.520000', '160415.980000', '160416.440000', '160416.900000', '160417.360000', '160417.820000', '160418.280000', '160418.740000', '160419.200000', '160419.660000', '160420.120000', '160420.580000', '160421.040000', '160421.500000', '160421.960000', '160422.420000', '160422.880000', '160423.340000', '160423.800000', '160424.260000', '160424.720000', '160425.180000', '160425.640000', '160426.100000', '160426.560000', '160427.020000', '160427.480000', '160427.940000', '160428.400000', '160428.860000', '160429.320000', '160429.780000', '160430.240000', '160430.700000', '160431.160000', '160431.620000'], 'ContentTime': ['155754.683000', '155754.903000', '155755.128000', '155755.325000', '155755.526000', '155755.747000', '155755.916000', '155756.111000', '155756.320000', '155756.530000', '155756.721000', '155757.142000', '155757.612000', '155758.105000', '155758.559000', '155759.065000', '155759.478000', '155759.936000', '155800.394000', '155800.847000', '155801.318000', '155801.777000', '155802.235000', '155802.698000', '155803.148000', '155803.605000', '155804.083000', '155804.533000', '155804.992000', '155805.452000', '155805.922000', '155806.422000', '155806.852000', '155807.296000', '155807.757000', '155808.225000', '155808.678000', '155809.140000', '155809.590000', '155810.058000', '155810.569000', '155810.966000', '155811.436000', '155811.895000', '155812.371000', '155812.823000', '155813.279000', '155813.742000', '155814.182000', '155814.657000', '155815.126000', '155815.576000', '155816.044000', '155816.497000', '155816.954000', '155817.409000', '155817.887000', '155818.364000', '155818.795000', '155819.253000', '155819.723000', '155820.172000', '155820.643000', '155821.100000', '155821.558000', '155822.010000', '155822.471000', '155822.934000', '155823.397000', '155823.862000', '155824.322000', '155824.776000', '155825.238000', '155825.703000', '155826.161000', '155826.627000', '155827.083000', '155827.577000', '155827.997000', '155828.458000', '155828.953000', '155829.381000', '155829.826000', '155830.294000', '155830.756000', '155831.221000', '155831.718000', '155832.137000', '155832.601000', '155833.062000', '155833.524000', '155833.978000', '155834.444000', '155834.944000', '155835.381000', '155835.807000', '155836.272000', '155836.773000', '155837.198000', '155837.653000', '155838.107000', '155838.607000', '155839.045000', '155839.499000', '155839.962000', '155840.422000', '155840.899000', '155841.343000', '155841.786000', '155842.266000', '155842.724000', '155843.213000', '155843.644000', '155844.096000', '155844.559000', '155845.017000', '155845.473000', '155845.950000', '155846.404000', '155846.858000', '155847.354000', '155847.786000', '155848.238000', '155848.692000', '155849.149000', '155849.620000', '155850.103000', '155850.537000', '155851.005000', '155851.467000', '155851.939000', '155852.386000', '155852.865000', '155853.305000', '155853.764000', '155854.216000', '155854.670000', '155855.128000', '155855.596000', '155856.047000', '155856.525000', '155856.984000', '155857.500000', '155857.901000', '155858.361000', '155858.829000', '155859.281000', '155859.730000', '155900.206000', '155900.650000', '155901.115000', '155901.576000', '155902.029000', '155902.502000', '155902.958000', '155903.416000', '155903.889000', '155904.374000', '155904.847000', '155905.265000', '155905.723000', '155906.180000', '155906.640000', '155907.100000', '155907.566000', '155908.015000', '155908.478000', '155908.946000', '155909.394000', '155909.867000', '155910.314000', '155910.770000', '155911.239000', '155911.729000', '155912.164000', '155912.612000', '155913.078000', '155913.551000', '155914.031000', '155914.450000', '155914.926000', '155915.376000', '155915.834000', '155916.308000', '155916.753000', '155917.225000', '155917.683000', '155918.136000', '155918.588000', '155919.051000', '155919.524000', '155919.981000', '155920.438000', '155920.895000', '155921.357000', '155921.853000', '155922.280000', '155922.739000', '155923.195000', '155923.661000', '155924.131000', '155924.587000', '155925.047000', '155925.510000', '155925.966000', '155926.417000', '155926.877000', '155927.351000', '155927.799000', '155928.257000', '155928.758000', '155929.174000', '155929.636000', '155930.108000', '155930.571000', '155931.025000', '155931.482000', '155931.947000', '155932.394000', '155932.869000', '155933.313000', '155933.779000', '155934.232000', '155934.699000', '155935.154000', '155935.615000', '155936.081000', '155936.551000', '155937.004000', '155937.455000', '155937.916000', '155938.378000', '155938.842000', '155939.338000', '155939.768000', '155940.225000', '155940.668000', '155941.146000', '155941.643000', '155942.068000', '155942.522000', '155942.973000', '155943.441000', '155943.904000', '155944.355000', '155944.845000', '155945.282000', '155945.733000', '155946.199000', '155946.697000', '155947.124000', '155947.579000', '155948.047000', '155948.505000', '155948.965000', '155949.432000', '155949.880000', '155950.351000', '155950.805000', '155951.268000', '155951.726000', '155952.176000', '155952.657000', '155953.137000', '155953.555000', '155954.014000', '155954.485000', '155954.943000', '155955.406000', '155955.873000', '155956.362000', '155956.789000', '155957.247000', '155957.698000', '155958.160000', '155958.618000', '155959.082000', '155959.537000', '155959.998000', '160000.467000', '160000.927000', '160001.383000', '160001.857000', '160002.305000', '160002.769000', '160003.224000', '160003.686000', '160004.138000', '160004.600000', '160005.056000', '160005.531000', '160005.989000', '160006.451000', '160006.903000', '160007.368000', '160007.827000', '160008.276000', '160008.753000', '160009.209000', '160009.663000', '160010.127000', '160010.577000', '160011.043000', '160011.498000', '160011.970000', '160012.414000', '160012.899000', '160013.337000', '160013.808000', '160014.274000', '160014.770000', '160015.187000', '160015.695000', '160016.096000', '160016.578000', '160017.025000', '160017.478000', '160017.950000', '160018.403000', '160018.862000', '160019.341000', '160019.792000', '160020.256000', '160020.707000', '160021.176000', '160021.622000', '160022.090000', '160022.549000', '160023.049000', '160023.466000', '160023.919000', '160024.386000', '160024.840000', '160025.309000', '160025.769000', '160026.224000', '160026.686000', '160027.152000', '160027.617000', '160028.063000', '160028.534000', '160028.994000', '160029.446000', '160029.899000', '160030.379000', '160030.820000', '160031.288000', '160031.740000', '160032.204000', '160032.687000', '160033.124000', '160033.587000', '160034.054000', '160034.511000', '160034.961000', '160035.429000', '160035.888000', '160036.348000', '160036.882000', '160037.277000', '160037.734000', '160038.189000', '160038.643000', '160039.105000', '160039.558000', '160040.059000', '160040.493000', '160040.943000', '160041.403000', '160041.859000', '160042.322000', '160042.790000', '160043.243000', '160043.706000', '160044.163000', '160044.623000', '160045.076000', '160045.550000', '160046.003000', '160046.469000', '160046.924000', '160047.379000', '160047.839000', '160048.298000', '160048.772000', '160049.224000', '160049.686000', '160050.147000', '160050.604000', '160051.061000', '160051.526000', '160051.983000', '160052.446000', '160052.909000', '160053.370000', '160053.829000', '160054.286000', '160054.739000', '160055.215000', '160055.671000', '160056.123000', '160056.591000', '160057.050000', '160057.511000', '160057.962000', '160058.433000', '160058.898000', '160059.349000', '160059.806000', '160100.274000', '160100.727000', '160101.199000', '160101.642000', '160102.116000', '160102.572000', '160103.072000', '160103.486000', '160103.963000', '160104.411000', '160104.879000', '160105.322000', '160105.785000', '160106.253000', '160106.719000', '160107.160000', '160107.635000', '160108.093000', '160108.549000', '160109.008000', '160109.473000', '160109.923000', '160110.392000', '160110.846000', '160111.302000', '160111.767000', '160112.224000', '160112.705000', '160113.143000', '160113.611000', '160114.070000', '160114.524000', '160115.000000', '160115.461000', '160115.906000', '160116.367000', '160116.847000', '160117.282000', '160117.745000', '160118.219000', '160118.665000', '160119.121000', '160119.595000', '160120.051000', '160120.512000', '160120.981000', '160121.424000', '160121.881000', '160122.355000', '160122.809000', '160123.262000', '160123.726000', '160124.182000', '160124.650000', '160125.103000', '160125.569000', '160126.025000', '160126.542000', '160126.952000', '160127.406000', '160127.867000', '160128.327000', '160128.800000', '160129.258000', '160129.714000', '160130.177000', '160130.637000', '160131.085000', '160131.551000', '160132.021000', '160132.468000', '160132.975000', '160133.407000', '160133.862000', '160134.314000', '160134.770000', '160135.225000', '160135.697000', '160136.160000', '160136.619000', '160137.064000', '160137.543000', '160137.995000', '160138.447000', '160138.917000', '160139.374000', '160139.864000', '160140.296000', '160140.746000', '160141.242000', '160141.677000', '160142.142000', '160142.592000', '160143.058000', '160143.507000', '160143.972000', '160144.426000', '160144.894000', '160145.346000', '160145.818000', '160146.305000', '160146.726000', '160147.208000', '160147.653000', '160148.108000', '160148.571000', '160149.034000', '160149.502000', '160149.953000', '160150.420000', '160150.870000', '160151.341000', '160151.789000', '160152.266000', '160152.707000', '160153.174000', '160153.642000', '160154.094000', '160154.548000', '160155.019000', '160155.469000', '160155.939000', '160156.387000', '160156.895000', '160157.319000', '160157.771000', '160158.237000', '160158.690000', '160159.157000', '160159.643000', '160200.074000', '160200.536000', '160201.000000', '160201.459000', '160201.915000', '160202.383000', '160202.836000', '160203.287000', '160203.760000', '160204.210000', '160204.671000', '160205.134000', '160205.591000', '160206.056000', '160206.513000', '160206.980000', '160207.446000', '160207.906000', '160208.364000', '160208.819000', '160209.281000', '160209.744000', '160210.203000', '160210.657000', '160211.114000', '160211.568000', '160212.047000', '160212.491000', '160213.003000', '160213.416000', '160213.887000', '160214.328000', '160214.850000', '160215.249000', '160215.719000', '160216.183000', '160216.645000', '160217.102000', '160217.549000', '160218.015000', '160218.475000', '160218.943000', '160219.399000', '160219.849000', '160220.317000', '160220.769000', '160221.247000', '160221.698000', '160222.147000', '160222.612000', '160223.074000', '160223.546000', '160223.995000', '160224.464000', '160224.914000', '160225.370000', '160225.841000', '160226.301000', '160226.763000', '160227.227000', '160227.667000', '160228.132000', '160228.602000', '160229.056000', '160229.515000', '160229.970000', '160230.436000', '160230.898000', '160231.365000', '160231.811000', '160232.279000', '160232.747000', '160233.199000', '160233.654000', '160234.113000', '160234.576000', '160235.049000', '160235.490000', '160235.951000', '160236.424000', '160236.879000', '160237.342000', '160237.810000', '160238.254000', '160238.726000', '160239.177000', '160239.643000', '160240.109000', '160240.581000', '160241.031000', '160241.489000', '160241.937000', '160242.405000', '160242.919000', '160243.336000', '160243.773000', '160244.235000', '160244.703000', '160245.156000', '160245.636000', '160246.082000', '160246.546000', '160247.004000', '160247.462000', '160247.927000', '160248.385000', '160248.881000', '160249.302000', '160249.758000', '160250.217000', '160250.682000', '160251.131000', '160251.600000', '160252.069000', '160252.518000', '160252.975000', '160253.434000', '160253.903000', '160254.367000', '160254.823000', '160255.289000', '160255.750000', '160256.209000', '160256.661000', '160257.125000', '160257.585000', '160258.031000', '160258.508000', '160258.963000', '160259.424000', '160259.890000', '160300.347000', '160300.806000', '160301.260000', '160301.718000', '160302.186000', '160302.649000', '160303.104000', '160303.573000', '160304.028000', '160304.496000', '160304.936000', '160305.395000', '160305.868000', '160306.332000', '160306.784000', '160307.292000', '160307.710000', '160308.210000', '160308.630000', '160309.083000', '160309.538000', '160310.012000', '160310.465000', '160310.943000', '160311.390000', '160311.840000', '160312.309000', '160312.762000', '160313.213000', '160313.749000', '160314.181000', '160314.612000', '160315.057000', '160315.541000', '160315.983000', '160316.450000', '160316.906000', '160317.369000', '160317.820000', '160318.280000', '160318.753000', '160319.200000', '160319.662000', '160320.133000', '160320.578000', '160321.051000', '160321.508000', '160321.964000', '160322.432000', '160322.889000', '160323.378000', '160323.798000', '160324.268000', '160324.722000', '160325.189000', '160325.644000', '160326.096000', '160326.567000', '160327.032000', '160327.493000', '160327.941000', '160328.415000', '160328.869000', '160329.335000', '160329.786000', '160330.259000', '160330.703000', '160331.160000', '160331.623000', '160332.140000', '160332.554000', '160333.000000', '160333.480000', '160333.929000', '160334.404000', '160334.933000', '160335.307000', '160335.771000', '160336.230000', '160336.695000', '160337.158000', '160337.616000', '160338.062000', '160338.534000', '160338.997000', '160339.444000', '160339.913000', '160340.371000', '160340.832000', '160341.295000', '160341.748000', '160342.215000', '160342.660000', '160343.122000', '160343.584000', '160344.052000', '160344.503000', '160344.979000', '160345.434000', '160345.885000', '160346.343000', '160346.814000', '160347.271000', '160347.730000', '160348.221000', '160348.653000', '160349.119000', '160349.564000', '160350.033000', '160350.532000', '160350.957000', '160351.408000', '160351.932000', '160352.326000', '160352.788000', '160353.247000', '160353.715000', '160354.171000', '160354.626000', '160355.087000', '160355.545000', '160356.008000', '160356.465000', '160356.962000', '160357.389000', '160357.859000', '160358.311000', '160358.765000', '160359.232000', '160359.698000', '160400.150000', '160400.616000', '160401.076000', '160401.548000', '160401.992000', '160402.446000', '160402.948000', '160403.372000', '160403.836000', '160404.346000', '160404.753000', '160405.218000', '160405.680000', '160406.134000', '160406.595000', '160407.062000', '160407.525000', '160407.973000', '160408.469000', '160408.896000', '160409.353000', '160409.822000', '160410.270000', '160410.733000', '160411.196000', '160411.695000', '160412.117000', '160412.583000', '160413.039000', '160413.548000', '160413.959000', '160414.423000', '160414.877000', '160415.368000', '160415.799000', '160416.270000', '160416.741000', '160417.180000', '160417.631000', '160418.097000', '160418.554000', '160419.018000', '160419.469000', '160419.944000', '160420.397000', '160420.856000', '160421.322000', '160421.781000', '160422.240000', '160422.689000', '160423.146000', '160423.610000', '160424.073000', '160424.549000', '160425.004000', '160425.466000', '160425.926000', '160426.380000', '160427.011000', '160427.304000', '160427.757000', '160428.222000', '160428.680000', '160429.181000', '160429.619000', '160430.047000', '160430.514000', '160430.976000', '160431.452000', '160431.899000', '160432.359000', '160432.811000'], 'InstanceCreationTime': ['155754.683000', '155754.903000', '155755.128000', '155755.325000', '155755.526000', '155755.747000', '155755.916000', '155756.111000', '155756.320000', '155756.530000', '155756.721000', '155757.142000', '155757.612000', '155758.105000', '155758.559000', '155759.065000', '155759.478000', '155759.936000', '155800.394000', '155800.847000', '155801.318000', '155801.777000', '155802.235000', '155802.698000', '155803.148000', '155803.605000', '155804.083000', '155804.533000', '155804.992000', '155805.452000', '155805.922000', '155806.422000', '155806.852000', '155807.296000', '155807.757000', '155808.225000', '155808.678000', '155809.140000', '155809.590000', '155810.058000', '155810.569000', '155810.966000', '155811.436000', '155811.895000', '155812.371000', '155812.823000', '155813.279000', '155813.742000', '155814.182000', '155814.657000', '155815.126000', '155815.576000', '155816.044000', '155816.497000', '155816.954000', '155817.409000', '155817.887000', '155818.364000', '155818.795000', '155819.253000', '155819.723000', '155820.172000', '155820.643000', '155821.100000', '155821.558000', '155822.010000', '155822.471000', '155822.934000', '155823.397000', '155823.862000', '155824.322000', '155824.776000', '155825.238000', '155825.703000', '155826.161000', '155826.627000', '155827.083000', '155827.577000', '155827.997000', '155828.458000', '155828.953000', '155829.381000', '155829.826000', '155830.294000', '155830.756000', '155831.221000', '155831.718000', '155832.137000', '155832.601000', '155833.062000', '155833.524000', '155833.978000', '155834.444000', '155834.944000', '155835.381000', '155835.807000', '155836.272000', '155836.773000', '155837.198000', '155837.653000', '155838.107000', '155838.607000', '155839.045000', '155839.499000', '155839.962000', '155840.422000', '155840.899000', '155841.343000', '155841.786000', '155842.266000', '155842.724000', '155843.213000', '155843.644000', '155844.096000', '155844.559000', '155845.017000', '155845.473000', '155845.950000', '155846.404000', '155846.858000', '155847.354000', '155847.786000', '155848.238000', '155848.692000', '155849.149000', '155849.620000', '155850.103000', '155850.537000', '155851.005000', '155851.467000', '155851.939000', '155852.386000', '155852.865000', '155853.305000', '155853.764000', '155854.216000', '155854.670000', '155855.128000', '155855.596000', '155856.047000', '155856.525000', '155856.984000', '155857.500000', '155857.901000', '155858.361000', '155858.829000', '155859.281000', '155859.730000', '155900.206000', '155900.650000', '155901.115000', '155901.576000', '155902.029000', '155902.502000', '155902.958000', '155903.416000', '155903.889000', '155904.374000', '155904.847000', '155905.265000', '155905.723000', '155906.180000', '155906.640000', '155907.100000', '155907.566000', '155908.015000', '155908.478000', '155908.946000', '155909.394000', '155909.867000', '155910.314000', '155910.770000', '155911.239000', '155911.729000', '155912.164000', '155912.612000', '155913.078000', '155913.551000', '155914.031000', '155914.450000', '155914.926000', '155915.376000', '155915.834000', '155916.308000', '155916.753000', '155917.225000', '155917.683000', '155918.136000', '155918.588000', '155919.051000', '155919.524000', '155919.981000', '155920.438000', '155920.895000', '155921.357000', '155921.853000', '155922.280000', '155922.739000', '155923.195000', '155923.661000', '155924.131000', '155924.587000', '155925.047000', '155925.510000', '155925.966000', '155926.417000', '155926.877000', '155927.351000', '155927.799000', '155928.257000', '155928.758000', '155929.174000', '155929.636000', '155930.108000', '155930.571000', '155931.025000', '155931.482000', '155931.947000', '155932.394000', '155932.869000', '155933.313000', '155933.779000', '155934.232000', '155934.699000', '155935.154000', '155935.615000', '155936.081000', '155936.551000', '155937.004000', '155937.455000', '155937.916000', '155938.378000', '155938.842000', '155939.338000', '155939.768000', '155940.225000', '155940.668000', '155941.146000', '155941.643000', '155942.068000', '155942.522000', '155942.973000', '155943.441000', '155943.904000', '155944.355000', '155944.845000', '155945.282000', '155945.733000', '155946.199000', '155946.697000', '155947.124000', '155947.579000', '155948.047000', '155948.505000', '155948.965000', '155949.432000', '155949.880000', '155950.351000', '155950.805000', '155951.268000', '155951.726000', '155952.176000', '155952.657000', '155953.137000', '155953.555000', '155954.014000', '155954.485000', '155954.943000', '155955.406000', '155955.873000', '155956.362000', '155956.789000', '155957.247000', '155957.698000', '155958.160000', '155958.618000', '155959.082000', '155959.537000', '155959.998000', '160000.467000', '160000.927000', '160001.383000', '160001.857000', '160002.305000', '160002.769000', '160003.224000', '160003.686000', '160004.138000', '160004.600000', '160005.056000', '160005.531000', '160005.989000', '160006.451000', '160006.903000', '160007.368000', '160007.827000', '160008.276000', '160008.753000', '160009.209000', '160009.663000', '160010.127000', '160010.577000', '160011.043000', '160011.498000', '160011.970000', '160012.414000', '160012.899000', '160013.337000', '160013.808000', '160014.274000', '160014.770000', '160015.187000', '160015.695000', '160016.096000', '160016.578000', '160017.025000', '160017.478000', '160017.950000', '160018.403000', '160018.862000', '160019.341000', '160019.792000', '160020.256000', '160020.707000', '160021.176000', '160021.622000', '160022.090000', '160022.549000', '160023.049000', '160023.466000', '160023.919000', '160024.386000', '160024.840000', '160025.309000', '160025.769000', '160026.224000', '160026.686000', '160027.152000', '160027.617000', '160028.063000', '160028.534000', '160028.994000', '160029.446000', '160029.899000', '160030.379000', '160030.820000', '160031.288000', '160031.740000', '160032.204000', '160032.687000', '160033.124000', '160033.587000', '160034.054000', '160034.511000', '160034.961000', '160035.429000', '160035.888000', '160036.348000', '160036.882000', '160037.277000', '160037.734000', '160038.189000', '160038.643000', '160039.105000', '160039.558000', '160040.059000', '160040.493000', '160040.943000', '160041.403000', '160041.859000', '160042.322000', '160042.790000', '160043.243000', '160043.706000', '160044.163000', '160044.623000', '160045.076000', '160045.550000', '160046.003000', '160046.469000', '160046.924000', '160047.379000', '160047.839000', '160048.298000', '160048.772000', '160049.224000', '160049.686000', '160050.147000', '160050.604000', '160051.061000', '160051.526000', '160051.983000', '160052.446000', '160052.909000', '160053.370000', '160053.829000', '160054.286000', '160054.739000', '160055.215000', '160055.671000', '160056.123000', '160056.591000', '160057.050000', '160057.511000', '160057.962000', '160058.433000', '160058.898000', '160059.349000', '160059.806000', '160100.274000', '160100.727000', '160101.199000', '160101.642000', '160102.116000', '160102.572000', '160103.072000', '160103.486000', '160103.963000', '160104.411000', '160104.879000', '160105.322000', '160105.785000', '160106.253000', '160106.719000', '160107.160000', '160107.635000', '160108.093000', '160108.549000', '160109.008000', '160109.473000', '160109.923000', '160110.392000', '160110.846000', '160111.302000', '160111.767000', '160112.224000', '160112.705000', '160113.143000', '160113.611000', '160114.070000', '160114.524000', '160115.000000', '160115.461000', '160115.906000', '160116.367000', '160116.847000', '160117.282000', '160117.745000', '160118.219000', '160118.665000', '160119.121000', '160119.595000', '160120.051000', '160120.512000', '160120.981000', '160121.424000', '160121.881000', '160122.355000', '160122.809000', '160123.262000', '160123.726000', '160124.182000', '160124.650000', '160125.103000', '160125.569000', '160126.025000', '160126.542000', '160126.952000', '160127.406000', '160127.867000', '160128.327000', '160128.800000', '160129.258000', '160129.714000', '160130.177000', '160130.637000', '160131.085000', '160131.551000', '160132.021000', '160132.468000', '160132.975000', '160133.407000', '160133.862000', '160134.314000', '160134.770000', '160135.225000', '160135.697000', '160136.160000', '160136.619000', '160137.064000', '160137.543000', '160137.995000', '160138.447000', '160138.917000', '160139.374000', '160139.864000', '160140.296000', '160140.746000', '160141.242000', '160141.677000', '160142.142000', '160142.592000', '160143.058000', '160143.507000', '160143.972000', '160144.426000', '160144.894000', '160145.346000', '160145.818000', '160146.305000', '160146.726000', '160147.208000', '160147.653000', '160148.108000', '160148.571000', '160149.034000', '160149.502000', '160149.953000', '160150.420000', '160150.870000', '160151.341000', '160151.789000', '160152.266000', '160152.707000', '160153.174000', '160153.642000', '160154.094000', '160154.548000', '160155.019000', '160155.469000', '160155.939000', '160156.387000', '160156.895000', '160157.319000', '160157.771000', '160158.237000', '160158.690000', '160159.157000', '160159.643000', '160200.074000', '160200.536000', '160201.000000', '160201.459000', '160201.915000', '160202.383000', '160202.836000', '160203.287000', '160203.760000', '160204.210000', '160204.671000', '160205.134000', '160205.591000', '160206.056000', '160206.513000', '160206.980000', '160207.446000', '160207.906000', '160208.364000', '160208.819000', '160209.281000', '160209.744000', '160210.203000', '160210.657000', '160211.114000', '160211.568000', '160212.047000', '160212.491000', '160213.003000', '160213.416000', '160213.887000', '160214.328000', '160214.850000', '160215.249000', '160215.719000', '160216.183000', '160216.645000', '160217.102000', '160217.549000', '160218.015000', '160218.475000', '160218.943000', '160219.399000', '160219.849000', '160220.317000', '160220.769000', '160221.247000', '160221.698000', '160222.147000', '160222.612000', '160223.074000', '160223.546000', '160223.995000', '160224.464000', '160224.914000', '160225.370000', '160225.841000', '160226.301000', '160226.763000', '160227.227000', '160227.667000', '160228.132000', '160228.602000', '160229.056000', '160229.515000', '160229.970000', '160230.436000', '160230.898000', '160231.365000', '160231.811000', '160232.279000', '160232.747000', '160233.199000', '160233.654000', '160234.113000', '160234.576000', '160235.049000', '160235.490000', '160235.951000', '160236.424000', '160236.879000', '160237.342000', '160237.810000', '160238.254000', '160238.726000', '160239.177000', '160239.643000', '160240.109000', '160240.581000', '160241.031000', '160241.489000', '160241.937000', '160242.405000', '160242.919000', '160243.336000', '160243.773000', '160244.235000', '160244.703000', '160245.156000', '160245.636000', '160246.082000', '160246.546000', '160247.004000', '160247.462000', '160247.927000', '160248.385000', '160248.881000', '160249.302000', '160249.758000', '160250.217000', '160250.682000', '160251.131000', '160251.600000', '160252.069000', '160252.518000', '160252.975000', '160253.434000', '160253.903000', '160254.367000', '160254.823000', '160255.289000', '160255.750000', '160256.209000', '160256.661000', '160257.125000', '160257.585000', '160258.031000', '160258.508000', '160258.963000', '160259.424000', '160259.890000', '160300.347000', '160300.806000', '160301.260000', '160301.718000', '160302.186000', '160302.649000', '160303.104000', '160303.573000', '160304.028000', '160304.496000', '160304.936000', '160305.395000', '160305.868000', '160306.332000', '160306.784000', '160307.292000', '160307.710000', '160308.210000', '160308.630000', '160309.083000', '160309.538000', '160310.012000', '160310.465000', '160310.943000', '160311.390000', '160311.840000', '160312.309000', '160312.762000', '160313.213000', '160313.749000', '160314.181000', '160314.612000', '160315.057000', '160315.541000', '160315.983000', '160316.450000', '160316.906000', '160317.369000', '160317.820000', '160318.280000', '160318.753000', '160319.200000', '160319.662000', '160320.133000', '160320.578000', '160321.051000', '160321.508000', '160321.964000', '160322.432000', '160322.889000', '160323.378000', '160323.798000', '160324.268000', '160324.722000', '160325.189000', '160325.644000', '160326.096000', '160326.567000', '160327.032000', '160327.493000', '160327.941000', '160328.415000', '160328.869000', '160329.335000', '160329.786000', '160330.259000', '160330.703000', '160331.160000', '160331.623000', '160332.140000', '160332.554000', '160333.000000', '160333.480000', '160333.929000', '160334.404000', '160334.933000', '160335.307000', '160335.771000', '160336.230000', '160336.695000', '160337.158000', '160337.616000', '160338.062000', '160338.534000', '160338.997000', '160339.444000', '160339.913000', '160340.371000', '160340.832000', '160341.295000', '160341.748000', '160342.215000', '160342.660000', '160343.122000', '160343.584000', '160344.052000', '160344.503000', '160344.979000', '160345.434000', '160345.885000', '160346.343000', '160346.814000', '160347.271000', '160347.730000', '160348.221000', '160348.653000', '160349.119000', '160349.564000', '160350.033000', '160350.532000', '160350.957000', '160351.408000', '160351.932000', '160352.326000', '160352.788000', '160353.247000', '160353.715000', '160354.171000', '160354.626000', '160355.087000', '160355.545000', '160356.008000', '160356.465000', '160356.962000', '160357.389000', '160357.859000', '160358.311000', '160358.765000', '160359.232000', '160359.698000', '160400.150000', '160400.616000', '160401.076000', '160401.548000', '160401.992000', '160402.446000', '160402.948000', '160403.372000', '160403.836000', '160404.346000', '160404.753000', '160405.218000', '160405.680000', '160406.134000', '160406.595000', '160407.062000', '160407.525000', '160407.973000', '160408.469000', '160408.896000', '160409.353000', '160409.822000', '160410.270000', '160410.733000', '160411.196000', '160411.695000', '160412.117000', '160412.583000', '160413.039000', '160413.548000', '160413.959000', '160414.423000', '160414.877000', '160415.368000', '160415.799000', '160416.270000', '160416.741000', '160417.180000', '160417.631000', '160418.097000', '160418.554000', '160419.018000', '160419.469000', '160419.944000', '160420.397000', '160420.856000', '160421.322000', '160421.781000', '160422.240000', '160422.689000', '160423.146000', '160423.610000', '160424.073000', '160424.549000', '160425.004000', '160425.466000', '160425.926000', '160426.380000', '160427.011000', '160427.304000', '160427.757000', '160428.222000', '160428.680000', '160429.181000', '160429.619000', '160430.047000', '160430.514000', '160430.976000', '160431.452000', '160431.899000', '160432.359000', '160432.811000'], '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': [623, 604, 613, 569, 666, 578, 827, 594, 600, 615, 524, 689, 549, 548, 615, 533, 665, 850, 656, 567, 572, 561, 681, 579, 863, 564, 631, 597, 581, 794, 564, 737, 561, 720, 585, 611, 627, 595, 690, 560, 684, 570, 526, 631, 566, 538, 629, 549, 737, 588, 539, 525, 545, 625, 589, 482, 777, 627, 833, 616, 792, 596, 822, 682, 671, 647, 538, 850, 646, 723, 592, 532, 832, 701, 852, 766, 563, 514, 566, 493, 613, 496, 658, 518, 658, 536, 705, 557, 595, 688, 533, 702, 546, 660, 549, 613, 988, 888, 913, 612, 555, 587, 505, 632, 551, 709, 546, 730, 550, 661, 556, 579, 610, 519, 606, 550, 745, 728, 579, 631, 555, 572, 537, 525, 590, 615, 674, 683, 628, 552, 623, 517, 659, 557, 677, 821, 910, 668, 561, 503, 759, 838, 836, 582, 589, 568, 509, 670, 543, 713, 536, 757, 548, 697, 542, 720, 698, 857, 749, 534, 587, 537, 554, 601, 511, 659, 525, 614, 517, 681, 568, 698, 590, 493, 624, 544, 635, 565, 762, 615, 901, 700, 587, 607, 525, 637, 536, 638, 525, 585, 532, 590, 589, 630, 788, 550, 551, 551, 581, 519, 572, 581, 563, 623, 553, 584, 719, 863, 680, 948, 780, 884, 718, 808, 623, 751, 676, 754, 593, 695, 579, 572, 641, 579, 582, 610, 580, 582, 599, 585, 564, 640, 592, 674, 618, 558, 628, 576, 680, 607, 742, 611, 865, 730, 589, 739, 597, 572, 632, 592, 750, 588, 784, 584, 735, 590, 720, 578, 644, 580, 579, 617, 524, 584, 557, 651, 587, 559, 594, 599, 545, 571, 575, 618, 579, 744, 625, 714, 591, 651, 633, 587, 735, 578, 747, 589, 555, 602, 559, 726, 591, 647, 746, 566, 598, 603, 543, 640, 558, 660, 562, 745, 621, 695, 587, 554, 627, 534, 863, 747, 632, 757, 556, 553, 645, 515, 621, 524, 672, 556, 717, 574, 747, 593, 797, 699, 834, 694, 600, 786, 598, 782, 635, 587, 890, 996, 911, 566, 534, 573, 522, 553, 558, 572, 577, 547, 567, 575, 682, 638, 729, 791, 611, 831, 654, 831, 596, 653, 732, 557, 727, 564, 554, 569, 559, 605, 562, 571, 553, 548, 598, 582, 640, 585, 566, 568, 583, 510, 625, 592, 678, 562, 611, 648, 521, 736, 611, 598, 739, 583, 513, 662, 553, 857, 611, 768, 692, 692, 754, 611, 828, 669, 748, 729, 622, 575, 669, 702, 713, 620, 579, 580, 624, 602, 570, 547, 552, 703, 563, 555, 655, 579, 787, 654, 767, 624, 592, 785, 547, 810, 546, 568, 586, 560, 562, 504, 554, 555, 585, 579, 577, 683, 641, 579, 542, 552, 537, 592, 535, 673, 547, 743, 603, 916, 669, 644, 761, 565, 740, 571, 780, 607, 652, 726, 657, 753, 564, 800, 563, 769, 550, 567, 596, 563, 576, 598, 551, 604, 541, 547, 555, 505, 560, 523, 568, 567, 766, 609, 731, 621, 645, 745, 581, 780, 653, 787, 650, 563, 743, 576, 706, 577, 550, 653, 566, 673, 545, 543, 597, 556, 537, 532, 537, 677, 558, 571, 537, 521, 562, 596, 575, 536, 677, 565, 678, 657, 561, 746, 684, 593, 725, 551, 527, 669, 578, 533, 727, 625, 639, 749, 566, 633, 606, 552, 711, 547, 881, 694, 588, 788, 571, 658, 627, 561, 858, 605, 533, 530, 572, 499, 561, 542, 595, 641, 608, 605, 570, 604, 790, 635, 635, 625, 832, 629, 627, 796, 588, 767, 672, 540, 739, 588, 553, 740, 556, 557, 545, 560, 550, 579, 554, 553, 555, 561, 598, 575, 548, 650, 580, 663, 746, 548, 717, 596, 525, 637, 554, 657, 765, 706, 713, 818, 557, 548, 647, 525, 551, 682, 596, 530, 566, 565, 545, 615, 588, 691, 570, 721, 826, 802, 840, 840, 931, 848, 800, 973, 856, 647, 962, 775, 585, 564, 551, 572, 548, 583, 571, 543, 650, 541, 573, 613, 534, 634, 599, 549, 919, 753, 648, 691, 562, 520, 604, 535, 643, 563, 515, 640, 517, 700, 563, 541, 709, 661, 649, 600, 510, 653, 573, 550, 712, 689, 972, 741, 555, 602, 516, 643, 553, 711, 569, 636, 697, 522, 698, 580, 680, 641, 574, 542, 547, 564, 545, 555, 556, 548, 727, 681, 607, 680, 720, 774, 665, 850, 767, 617, 832, 882, 958, 784, 556, 680, 596, 539, 569, 604, 527, 535, 515, 594, 561, 634, 591, 542, 628, 563, 860, 846, 696, 852, 550, 565, 562, 555, 567, 715, 603, 543, 725, 616, 894, 788, 642, 691, 580, 534, 624, 611, 850, 671, 577, 603, 534, 523, 530, 590, 529, 600, 782, 675, 549, 574, 634, 554, 536, 556, 562, 819, 839, 724, 730, 568, 744, 800, 684, 918, 841, 625, 898, 815, 723, 809, 619, 869, 743, 563, 695, 607, 558, 547, 624, 559, 584, 562, 556, 571, 648, 578, 531, 730, 682, 533, 596, 552, 517, 627, 527, 847, 727, 544, 535, 617, 555, 525, 639, 527, 747, 670, 556, 781, 694, 558, 808, 670, 780, 873, 700, 962, 828, 654, 807, 556, 545, 676, 610, 510, 756, 704, 592, 585, 549, 557, 590, 551, 562, 546, 770, 750, 637, 847, 733, 711, 793, 645, 852, 712, 543, 750, 580, 555, 647, 555], 'WindowCenter': [293.0, 291.0, 291.0, 290.0, 290.0, 290.0, 291.0, 290.0, 289.0, 290.0, 289.0, 290.0, 289.0, 289.0, 290.0, 289.0, 290.0, 292.0, 290.0, 290.0, 290.0, 289.0, 290.0, 290.0, 291.0, 290.0, 290.0, 290.0, 289.0, 291.0, 289.0, 291.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 290.0, 288.0, 290.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 289.0, 291.0, 290.0, 288.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 286.0, 290.0, 288.0, 288.0, 287.0, 286.0, 290.0, 289.0, 290.0, 289.0, 288.0, 287.0, 287.0, 286.0, 288.0, 286.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 286.0, 288.0, 290.0, 288.0, 288.0, 286.0, 286.0, 287.0, 286.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 286.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 286.0, 286.0, 286.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 289.0, 289.0, 287.0, 286.0, 286.0, 288.0, 288.0, 288.0, 286.0, 286.0, 286.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 286.0, 287.0, 286.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 285.0, 286.0, 286.0, 286.0, 285.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 286.0, 285.0, 285.0, 286.0, 286.0, 286.0, 285.0, 285.0, 284.0, 284.0, 285.0, 285.0, 285.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 288.0, 288.0, 289.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 288.0, 287.0, 286.0, 287.0, 286.0, 288.0, 286.0, 288.0, 286.0, 287.0, 286.0, 288.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 288.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 286.0, 287.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 291.0, 289.0, 289.0, 291.0, 289.0, 289.0, 289.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 288.0, 287.0, 287.0, 285.0, 287.0, 285.0, 287.0, 286.0, 286.0, 287.0, 287.0, 286.0, 283.0, 283.0, 285.0, 285.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 285.0, 287.0, 286.0, 287.0, 286.0, 286.0, 286.0, 284.0, 286.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 287.0, 286.0, 286.0, 287.0, 286.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 287.0, 290.0, 290.0, 289.0, 289.0, 288.0, 287.0, 288.0, 288.0, 291.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 287.0, 286.0, 286.0, 285.0, 285.0, 287.0, 287.0, 288.0, 287.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 285.0, 285.0, 287.0, 286.0, 288.0, 287.0, 288.0, 286.0, 286.0, 287.0, 284.0, 287.0, 284.0, 285.0, 285.0, 286.0, 285.0, 284.0, 286.0, 286.0, 287.0, 286.0, 287.0, 289.0, 289.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 290.0, 288.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 286.0, 287.0, 286.0, 287.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 287.0, 287.0, 288.0, 286.0, 288.0, 286.0, 288.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 285.0, 286.0, 286.0, 287.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 287.0, 287.0, 289.0, 287.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 286.0, 288.0, 285.0, 285.0, 285.0, 287.0, 286.0, 287.0, 287.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 287.0, 287.0, 289.0, 287.0, 286.0, 288.0, 286.0, 288.0, 287.0, 286.0, 287.0, 286.0, 287.0, 288.0, 287.0, 287.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 290.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 290.0, 289.0, 289.0, 290.0, 287.0, 288.0, 289.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 285.0, 288.0, 287.0, 286.0, 285.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 288.0, 286.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 290.0, 289.0, 289.0, 289.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 286.0, 288.0, 288.0, 288.0, 287.0, 286.0, 288.0, 287.0, 286.0, 288.0, 288.0, 290.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 286.0, 288.0, 288.0, 286.0, 289.0, 287.0, 287.0, 287.0, 285.0, 285.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 288.0, 287.0, 286.0, 287.0, 287.0, 287.0, 286.0, 287.0, 286.0, 286.0, 288.0, 288.0, 287.0, 286.0, 284.0, 285.0, 285.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 289.0, 289.0, 290.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 286.0, 286.0, 287.0, 286.0, 288.0, 288.0, 286.0, 287.0, 286.0, 285.0, 286.0, 286.0, 288.0, 287.0, 286.0, 286.0, 286.0, 286.0, 287.0, 288.0, 287.0, 288.0, 290.0, 290.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 289.0, 289.0, 288.0, 288.0, 286.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 287.0, 287.0, 286.0, 288.0, 287.0, 285.0, 286.0, 286.0, 286.0, 286.0, 287.0, 286.0, 287.0, 287.0, 286.0, 286.0, 287.0, 287.0, 287.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 290.0, 289.0, 288.0, 289.0, 289.0, 288.0, 287.0, 289.0, 287.0, 289.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 287.0, 288.0, 287.0, 285.0, 287.0, 287.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 286.0, 285.0, 288.0, 289.0, 287.0, 289.0, 288.0, 286.0, 287.0, 285.0, 287.0, 287.0, 284.0, 287.0, 286.0, 285.0, 287.0, 286.0], 'WindowWidth': [642.0, 639.0, 638.0, 636.0, 636.0, 635.0, 637.0, 635.0, 635.0, 635.0, 634.0, 636.0, 634.0, 634.0, 635.0, 634.0, 636.0, 639.0, 636.0, 635.0, 635.0, 634.0, 636.0, 635.0, 637.0, 636.0, 636.0, 635.0, 634.0, 636.0, 634.0, 636.0, 634.0, 635.0, 633.0, 634.0, 634.0, 634.0, 634.0, 633.0, 636.0, 634.0, 633.0, 635.0, 635.0, 633.0, 633.0, 633.0, 633.0, 631.0, 631.0, 632.0, 634.0, 637.0, 635.0, 633.0, 635.0, 633.0, 634.0, 632.0, 633.0, 632.0, 634.0, 633.0, 632.0, 631.0, 629.0, 634.0, 631.0, 632.0, 630.0, 629.0, 634.0, 634.0, 634.0, 633.0, 632.0, 631.0, 630.0, 629.0, 631.0, 629.0, 633.0, 630.0, 632.0, 631.0, 632.0, 631.0, 631.0, 632.0, 631.0, 632.0, 630.0, 631.0, 629.0, 632.0, 635.0, 632.0, 631.0, 629.0, 629.0, 630.0, 629.0, 631.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 629.0, 630.0, 630.0, 628.0, 630.0, 629.0, 631.0, 630.0, 628.0, 628.0, 629.0, 632.0, 634.0, 632.0, 633.0, 633.0, 633.0, 632.0, 632.0, 631.0, 632.0, 630.0, 632.0, 631.0, 632.0, 634.0, 632.0, 629.0, 628.0, 628.0, 632.0, 631.0, 631.0, 629.0, 629.0, 629.0, 630.0, 632.0, 631.0, 632.0, 630.0, 632.0, 630.0, 631.0, 630.0, 632.0, 632.0, 633.0, 632.0, 629.0, 630.0, 629.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 631.0, 632.0, 630.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 631.0, 633.0, 632.0, 630.0, 630.0, 630.0, 631.0, 629.0, 630.0, 629.0, 631.0, 630.0, 631.0, 629.0, 629.0, 629.0, 627.0, 628.0, 628.0, 628.0, 628.0, 630.0, 630.0, 629.0, 630.0, 630.0, 630.0, 631.0, 632.0, 632.0, 632.0, 631.0, 631.0, 627.0, 626.0, 626.0, 628.0, 628.0, 628.0, 626.0, 626.0, 624.0, 624.0, 626.0, 626.0, 627.0, 628.0, 629.0, 630.0, 630.0, 631.0, 631.0, 632.0, 632.0, 632.0, 632.0, 631.0, 632.0, 632.0, 632.0, 631.0, 632.0, 632.0, 633.0, 632.0, 630.0, 632.0, 630.0, 629.0, 630.0, 629.0, 631.0, 628.0, 630.0, 628.0, 629.0, 628.0, 631.0, 629.0, 629.0, 629.0, 629.0, 629.0, 630.0, 630.0, 629.0, 631.0, 629.0, 628.0, 629.0, 630.0, 629.0, 631.0, 630.0, 631.0, 630.0, 632.0, 632.0, 632.0, 630.0, 631.0, 631.0, 630.0, 632.0, 630.0, 631.0, 630.0, 629.0, 630.0, 631.0, 632.0, 632.0, 631.0, 634.0, 632.0, 632.0, 631.0, 629.0, 631.0, 630.0, 631.0, 631.0, 632.0, 632.0, 633.0, 632.0, 632.0, 633.0, 633.0, 636.0, 634.0, 634.0, 636.0, 634.0, 634.0, 633.0, 630.0, 631.0, 629.0, 631.0, 630.0, 632.0, 631.0, 633.0, 630.0, 632.0, 631.0, 630.0, 629.0, 627.0, 629.0, 626.0, 629.0, 629.0, 627.0, 630.0, 629.0, 627.0, 623.0, 623.0, 626.0, 627.0, 628.0, 628.0, 628.0, 629.0, 629.0, 629.0, 629.0, 630.0, 630.0, 630.0, 630.0, 626.0, 629.0, 627.0, 629.0, 627.0, 628.0, 628.0, 625.0, 628.0, 626.0, 626.0, 626.0, 626.0, 627.0, 626.0, 627.0, 628.0, 628.0, 629.0, 629.0, 630.0, 630.0, 629.0, 629.0, 630.0, 629.0, 631.0, 630.0, 633.0, 632.0, 633.0, 633.0, 631.0, 635.0, 635.0, 633.0, 633.0, 632.0, 630.0, 631.0, 632.0, 636.0, 634.0, 634.0, 633.0, 632.0, 632.0, 632.0, 631.0, 629.0, 628.0, 628.0, 626.0, 626.0, 630.0, 630.0, 631.0, 629.0, 628.0, 628.0, 628.0, 628.0, 628.0, 628.0, 628.0, 630.0, 627.0, 627.0, 629.0, 628.0, 630.0, 630.0, 631.0, 629.0, 627.0, 629.0, 625.0, 629.0, 625.0, 626.0, 626.0, 627.0, 626.0, 626.0, 629.0, 628.0, 630.0, 629.0, 630.0, 633.0, 633.0, 632.0, 631.0, 630.0, 630.0, 630.0, 629.0, 631.0, 630.0, 632.0, 631.0, 634.0, 632.0, 631.0, 632.0, 629.0, 630.0, 629.0, 630.0, 630.0, 630.0, 631.0, 629.0, 630.0, 628.0, 630.0, 628.0, 630.0, 629.0, 629.0, 629.0, 629.0, 631.0, 631.0, 631.0, 632.0, 632.0, 631.0, 630.0, 629.0, 631.0, 630.0, 630.0, 630.0, 634.0, 632.0, 632.0, 631.0, 629.0, 631.0, 628.0, 630.0, 629.0, 630.0, 629.0, 627.0, 629.0, 628.0, 629.0, 627.0, 626.0, 628.0, 628.0, 629.0, 628.0, 628.0, 630.0, 629.0, 631.0, 629.0, 630.0, 631.0, 631.0, 634.0, 633.0, 633.0, 633.0, 633.0, 632.0, 631.0, 633.0, 632.0, 633.0, 633.0, 632.0, 634.0, 633.0, 631.0, 632.0, 631.0, 631.0, 634.0, 631.0, 630.0, 632.0, 632.0, 631.0, 634.0, 631.0, 631.0, 630.0, 629.0, 631.0, 629.0, 633.0, 631.0, 629.0, 633.0, 631.0, 631.0, 630.0, 628.0, 631.0, 627.0, 627.0, 628.0, 630.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 631.0, 632.0, 629.0, 628.0, 631.0, 628.0, 630.0, 630.0, 628.0, 629.0, 629.0, 631.0, 632.0, 629.0, 629.0, 628.0, 629.0, 629.0, 630.0, 631.0, 631.0, 632.0, 632.0, 632.0, 632.0, 631.0, 632.0, 631.0, 633.0, 635.0, 633.0, 634.0, 632.0, 632.0, 633.0, 631.0, 633.0, 635.0, 634.0, 634.0, 635.0, 631.0, 632.0, 633.0, 629.0, 628.0, 630.0, 629.0, 630.0, 630.0, 630.0, 630.0, 631.0, 630.0, 630.0, 629.0, 631.0, 632.0, 631.0, 631.0, 632.0, 633.0, 632.0, 631.0, 631.0, 630.0, 627.0, 631.0, 629.0, 629.0, 627.0, 628.0, 628.0, 628.0, 628.0, 629.0, 630.0, 631.0, 629.0, 630.0, 631.0, 631.0, 631.0, 631.0, 631.0, 635.0, 634.0, 634.0, 633.0, 630.0, 629.0, 630.0, 629.0, 631.0, 630.0, 631.0, 632.0, 631.0, 632.0, 630.0, 629.0, 632.0, 631.0, 631.0, 630.0, 629.0, 631.0, 630.0, 629.0, 632.0, 632.0, 635.0, 632.0, 631.0, 630.0, 629.0, 630.0, 629.0, 631.0, 629.0, 631.0, 632.0, 630.0, 634.0, 631.0, 630.0, 629.0, 627.0, 626.0, 628.0, 628.0, 629.0, 628.0, 629.0, 629.0, 631.0, 630.0, 628.0, 630.0, 630.0, 630.0, 628.0, 629.0, 629.0, 628.0, 632.0, 631.0, 630.0, 627.0, 625.0, 627.0, 627.0, 628.0, 629.0, 630.0, 630.0, 631.0, 631.0, 630.0, 630.0, 631.0, 631.0, 630.0, 631.0, 630.0, 634.0, 634.0, 633.0, 634.0, 631.0, 631.0, 629.0, 630.0, 629.0, 631.0, 629.0, 628.0, 630.0, 629.0, 631.0, 631.0, 629.0, 629.0, 628.0, 627.0, 628.0, 629.0, 631.0, 630.0, 628.0, 629.0, 629.0, 629.0, 630.0, 632.0, 630.0, 632.0, 635.0, 635.0, 631.0, 632.0, 634.0, 631.0, 631.0, 631.0, 631.0, 633.0, 633.0, 631.0, 631.0, 628.0, 631.0, 632.0, 632.0, 633.0, 632.0, 630.0, 633.0, 632.0, 629.0, 629.0, 629.0, 632.0, 629.0, 626.0, 628.0, 627.0, 628.0, 628.0, 630.0, 629.0, 631.0, 630.0, 629.0, 629.0, 630.0, 630.0, 629.0, 632.0, 633.0, 631.0, 632.0, 631.0, 630.0, 631.0, 630.0, 634.0, 634.0, 633.0, 634.0, 633.0, 632.0, 631.0, 633.0, 631.0, 634.0, 633.0, 633.0, 635.0, 634.0, 632.0, 633.0, 631.0, 632.0, 633.0, 631.0, 633.0, 632.0, 631.0, 632.0, 629.0, 631.0, 631.0, 629.0, 627.0, 630.0, 629.0, 627.0, 627.0, 626.0, 627.0, 627.0, 627.0, 628.0, 627.0, 631.0, 633.0, 630.0, 632.0, 631.0, 628.0, 629.0, 626.0, 629.0, 629.0, 625.0, 628.0, 627.0, 627.0, 630.0, 629.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.005062881745120551</td></tr>
<tr><td colspan=3>aqi</td><td>0.0858722247990815</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.828294447080474</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1985562820689637</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0058665963218378</td></tr>
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
<tr><td colspan=3>fber</td><td>10537.5664</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19119877317092882</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>289</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.18025258323766</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6646461617824433</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5514970300766615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.85314520470299</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.589296250567679</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109172</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010410305112600327</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0307226050645113</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.295579410745607</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>24.9672</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.8741</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.3926</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>2.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297983.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.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>21.8507</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3077</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>33.9262</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>238.233</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>98.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>57.9662</td></tr>
<tr><td colspan=3>tsnr</td><td>24.20835310930852</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>