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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0020_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0020_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-01/func/sub-0020_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9c1d9dc64515aee206dd601097879e0e</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>10:35:11.660000</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.997011, -0.0504457, 0.0585112, 0.0402185, 0.985572, 0.164406]</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-04_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.0844904</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>19</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7779, -7224, 556, -74, -260, 108, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e67d6ca-dfb2-4d01-96f9-390a4ac959a3||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.6749086380004883, 0.10790318250656128, 0.17809374630451202, 105.45602416992188], [0.1353420466184616, 2.644218921661377, 0.4362161159515381, -96.76367950439453], [0.15698139369487762, -0.44108957052230835, 2.6585707664489746, -45.64893341064453], [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': ['103511.660000', '103512.120000', '103512.580000', '103513.040000', '103513.500000', '103513.960000', '103514.420000', '103514.880000', '103515.340000', '103515.800000', '103516.260000', '103516.720000', '103517.180000', '103517.640000', '103518.100000', '103518.560000', '103519.020000', '103519.480000', '103519.940000', '103520.400000', '103520.860000', '103521.320000', '103521.780000', '103522.240000', '103522.700000', '103523.160000', '103523.620000', '103524.080000', '103524.540000', '103525.000000', '103525.460000', '103525.920000', '103526.380000', '103526.840000', '103527.300000', '103527.760000', '103528.220000', '103528.680000', '103529.140000', '103529.600000', '103530.060000', '103530.520000', '103530.980000', '103531.440000', '103531.900000', '103532.360000', '103532.820000', '103533.280000', '103533.740000', '103534.200000', '103534.660000', '103535.120000', '103535.580000', '103536.040000', '103536.500000', '103536.960000', '103537.420000', '103537.880000', '103538.340000', '103538.800000', '103539.260000', '103539.720000', '103540.180000', '103540.640000', '103541.100000', '103541.560000', '103542.020000', '103542.480000', '103542.940000', '103543.400000', '103543.860000', '103544.320000', '103544.780000', '103545.240000', '103545.700000', '103546.160000', '103546.620000', '103547.080000', '103547.540000', '103548.000000', '103548.460000', '103548.920000', '103549.380000', '103549.840000', '103550.300000', '103550.760000', '103551.220000', '103551.680000', '103552.140000', '103552.600000', '103553.060000', '103553.520000', '103553.980000', '103554.440000', '103554.900000', '103555.360000', '103555.820000', '103556.280000', '103556.740000', '103557.200000', '103557.660000', '103558.120000', '103558.580000', '103559.040000', '103559.500000', '103559.960000', '103600.420000', '103600.880000', '103601.340000', '103601.800000', '103602.260000', '103602.720000', '103603.180000', '103603.640000', '103604.100000', '103604.560000', '103605.020000', '103605.480000', '103605.940000', '103606.400000', '103606.860000', '103607.320000', '103607.780000', '103608.240000', '103608.700000', '103609.160000', '103609.620000', '103610.080000', '103610.540000', '103611.000000', '103611.460000', '103611.920000', '103612.380000', '103612.840000', '103613.300000', '103613.760000', '103614.220000', '103614.680000', '103615.140000', '103615.600000', '103616.060000', '103616.520000', '103616.980000', '103617.440000', '103617.900000', '103618.360000', '103618.820000', '103619.280000', '103619.740000', '103620.200000', '103620.660000', '103621.120000', '103621.580000', '103622.040000', '103622.500000', '103622.960000', '103623.420000', '103623.880000', '103624.340000', '103624.800000', '103625.260000', '103625.720000', '103626.180000', '103626.640000', '103627.100000', '103627.560000', '103628.020000', '103628.480000', '103628.940000', '103629.400000', '103629.860000', '103630.320000', '103630.780000', '103631.240000', '103631.700000', '103632.160000', '103632.620000', '103633.080000', '103633.540000', '103634.000000', '103634.460000', '103634.920000', '103635.380000', '103635.840000', '103636.300000', '103636.760000', '103637.220000', '103637.680000', '103638.140000', '103638.600000', '103639.060000', '103639.520000', '103639.980000', '103640.440000', '103640.900000', '103641.360000', '103641.820000', '103642.280000', '103642.740000', '103643.200000', '103643.660000', '103644.120000', '103644.580000', '103645.040000', '103645.500000', '103645.960000', '103646.420000', '103646.880000', '103647.340000', '103647.800000', '103648.260000', '103648.720000', '103649.180000', '103649.640000', '103650.100000', '103650.560000', '103651.020000', '103651.480000', '103651.940000', '103652.400000', '103652.860000', '103653.320000', '103653.780000', '103654.240000', '103654.700000', '103655.160000', '103655.620000', '103656.080000', '103656.540000', '103657.000000', '103657.460000', '103657.920000', '103658.380000', '103658.840000', '103659.300000', '103659.760000', '103700.220000', '103700.680000', '103701.140000', '103701.600000', '103702.060000', '103702.520000', '103702.980000', '103703.440000', '103703.900000', '103704.360000', '103704.820000', '103705.280000', '103705.740000', '103706.200000', '103706.660000', '103707.120000', '103707.580000', '103708.040000', '103708.500000', '103708.960000', '103709.420000', '103709.880000', '103710.340000', '103710.800000', '103711.260000', '103711.720000', '103712.180000', '103712.640000', '103713.100000', '103713.560000', '103714.020000', '103714.480000', '103714.940000', '103715.400000', '103715.860000', '103716.320000', '103716.780000', '103717.240000', '103717.700000', '103718.160000', '103718.620000', '103719.080000', '103719.540000', '103720.000000', '103720.460000', '103720.920000', '103721.380000', '103721.840000', '103722.300000', '103722.760000', '103723.220000', '103723.680000', '103724.140000', '103724.600000', '103725.060000', '103725.520000', '103725.980000', '103726.440000', '103726.900000', '103727.360000', '103727.820000', '103728.280000', '103728.740000', '103729.200000', '103729.660000', '103730.120000', '103730.580000', '103731.040000', '103731.500000', '103731.960000', '103732.420000', '103732.880000', '103733.340000', '103733.800000', '103734.260000', '103734.720000', '103735.180000', '103735.640000', '103736.100000', '103736.560000', '103737.020000', '103737.480000', '103737.940000', '103738.400000', '103738.860000', '103739.320000', '103739.780000', '103740.240000', '103740.700000', '103741.160000', '103741.620000', '103742.080000', '103742.540000', '103743.000000', '103743.460000', '103743.920000', '103744.380000', '103744.840000', '103745.300000', '103745.760000', '103746.220000', '103746.680000', '103747.140000', '103747.600000', '103748.060000', '103748.520000', '103748.980000', '103749.440000', '103749.900000', '103750.360000', '103750.820000', '103751.280000', '103751.740000', '103752.200000', '103752.660000', '103753.120000', '103753.580000', '103754.040000', '103754.500000', '103754.960000', '103755.420000', '103755.880000', '103756.340000', '103756.800000', '103757.260000', '103757.720000', '103758.180000', '103758.640000', '103759.100000', '103759.560000', '103800.020000', '103800.480000', '103800.940000', '103801.400000', '103801.860000', '103802.320000', '103802.780000', '103803.240000', '103803.700000', '103804.160000', '103804.620000', '103805.080000', '103805.540000', '103806.000000', '103806.460000', '103806.920000', '103807.380000', '103807.840000', '103808.300000', '103808.760000', '103809.220000', '103809.680000', '103810.140000', '103810.600000', '103811.060000', '103811.520000', '103811.980000', '103812.440000', '103812.900000', '103813.360000', '103813.820000', '103814.280000', '103814.740000', '103815.200000', '103815.660000', '103816.120000', '103816.580000', '103817.040000', '103817.500000', '103817.960000', '103818.420000', '103818.880000', '103819.340000', '103819.800000', '103820.260000', '103820.720000', '103821.180000', '103821.640000', '103822.100000', '103822.560000', '103823.020000', '103823.480000', '103823.940000', '103824.400000', '103824.860000', '103825.320000', '103825.780000', '103826.240000', '103826.700000', '103827.160000', '103827.620000', '103828.080000', '103828.540000', '103829.000000', '103829.460000', '103829.920000', '103830.380000', '103830.840000', '103831.300000', '103831.760000', '103832.220000', '103832.680000', '103833.140000', '103833.600000', '103834.060000', '103834.520000', '103834.980000', '103835.440000', '103835.900000', '103836.360000', '103836.820000', '103837.280000', '103837.740000', '103838.200000', '103838.660000', '103839.120000', '103839.580000', '103840.040000', '103840.500000', '103840.960000', '103841.420000', '103841.880000', '103842.340000', '103842.800000', '103843.260000', '103843.720000', '103844.180000', '103844.640000', '103845.100000', '103845.560000', '103846.020000', '103846.480000', '103846.940000', '103847.400000', '103847.860000', '103848.320000', '103848.780000', '103849.240000', '103849.700000', '103850.160000', '103850.620000', '103851.080000', '103851.540000', '103852.000000', '103852.460000', '103852.920000', '103853.380000', '103853.840000', '103854.300000', '103854.760000', '103855.220000', '103855.680000', '103856.140000', '103856.600000', '103857.060000', '103857.520000', '103857.980000', '103858.440000', '103858.900000', '103859.360000', '103859.820000', '103900.280000', '103900.740000', '103901.200000', '103901.660000', '103902.120000', '103902.580000', '103903.040000', '103903.500000', '103903.960000', '103904.420000', '103904.880000', '103905.340000', '103905.800000', '103906.260000', '103906.720000', '103907.180000', '103907.640000', '103908.100000', '103908.560000', '103909.020000', '103909.480000', '103909.940000', '103910.400000', '103910.860000', '103911.320000', '103911.780000', '103912.240000', '103912.700000', '103913.160000', '103913.620000', '103914.080000', '103914.540000', '103915.000000', '103915.460000', '103915.920000', '103916.380000', '103916.840000', '103917.300000', '103917.760000', '103918.220000', '103918.680000', '103919.140000', '103919.600000', '103920.060000', '103920.520000', '103920.980000', '103921.440000', '103921.900000', '103922.360000', '103922.820000', '103923.280000', '103923.740000', '103924.200000', '103924.660000', '103925.120000', '103925.580000', '103926.040000', '103926.500000', '103926.960000', '103927.420000', '103927.880000', '103928.340000', '103928.800000', '103929.260000', '103929.720000', '103930.180000', '103930.640000', '103931.100000', '103931.560000', '103932.020000', '103932.480000', '103932.940000', '103933.400000', '103933.860000', '103934.320000', '103934.780000', '103935.240000', '103935.700000', '103936.160000', '103936.620000', '103937.080000', '103937.540000', '103938.000000', '103938.460000', '103938.920000', '103939.380000', '103939.840000', '103940.300000', '103940.760000', '103941.220000', '103941.680000', '103942.140000', '103942.600000', '103943.060000', '103943.520000', '103943.980000', '103944.440000', '103944.900000', '103945.360000', '103945.820000', '103946.280000', '103946.740000', '103947.200000', '103947.660000', '103948.120000', '103948.580000', '103949.040000', '103949.500000', '103949.960000', '103950.420000', '103950.880000', '103951.340000', '103951.800000', '103952.260000', '103952.720000', '103953.180000', '103953.640000', '103954.100000', '103954.560000', '103955.020000', '103955.480000', '103955.940000', '103956.400000', '103956.860000', '103957.320000', '103957.780000', '103958.240000', '103958.700000', '103959.160000', '103959.620000', '104000.080000', '104000.540000', '104001.000000', '104001.460000', '104001.920000', '104002.380000', '104002.840000', '104003.300000', '104003.760000', '104004.220000', '104004.680000', '104005.140000', '104005.600000', '104006.060000', '104006.520000', '104006.980000', '104007.440000', '104007.900000', '104008.360000', '104008.820000', '104009.280000', '104009.740000', '104010.200000', '104010.660000', '104011.120000', '104011.580000', '104012.040000', '104012.500000', '104012.960000', '104013.420000', '104013.880000', '104014.340000', '104014.800000', '104015.260000', '104015.720000', '104016.180000', '104016.640000', '104017.100000', '104017.560000', '104018.020000', '104018.480000', '104018.940000', '104019.400000', '104019.860000', '104020.320000', '104020.780000', '104021.240000', '104021.700000', '104022.160000', '104022.620000', '104023.080000', '104023.540000', '104024.000000', '104024.460000', '104024.920000', '104025.380000', '104025.840000', '104026.300000', '104026.760000', '104027.220000', '104027.680000', '104028.140000', '104028.600000', '104029.060000', '104029.520000', '104029.980000', '104030.440000', '104030.900000', '104031.360000', '104031.820000', '104032.280000', '104032.740000', '104033.200000', '104033.660000', '104034.120000', '104034.580000', '104035.040000', '104035.500000', '104035.960000', '104036.420000', '104036.880000', '104037.340000', '104037.800000', '104038.260000', '104038.720000', '104039.180000', '104039.640000', '104040.100000', '104040.560000', '104041.020000', '104041.480000', '104041.940000', '104042.400000', '104042.860000', '104043.320000', '104043.780000', '104044.240000', '104044.700000', '104045.160000', '104045.620000', '104046.080000', '104046.540000', '104047.000000', '104047.460000', '104047.920000', '104048.380000', '104048.840000', '104049.300000', '104049.760000', '104050.220000', '104050.680000', '104051.140000', '104051.600000', '104052.060000', '104052.520000', '104052.980000', '104053.440000', '104053.900000', '104054.360000', '104054.820000', '104055.280000', '104055.740000', '104056.200000', '104056.660000', '104057.120000', '104057.580000', '104058.040000', '104058.500000', '104058.960000', '104059.420000', '104059.880000', '104100.340000', '104100.800000', '104101.260000', '104101.720000', '104102.180000', '104102.640000', '104103.100000', '104103.560000', '104104.020000', '104104.480000', '104104.940000', '104105.400000', '104105.860000', '104106.320000', '104106.780000', '104107.240000', '104107.700000', '104108.160000', '104108.620000', '104109.080000', '104109.540000', '104110.000000', '104110.460000', '104110.920000', '104111.380000', '104111.840000', '104112.300000', '104112.760000', '104113.220000', '104113.680000', '104114.140000', '104114.600000', '104115.060000', '104115.520000', '104115.980000', '104116.440000', '104116.900000', '104117.360000', '104117.820000', '104118.280000', '104118.740000', '104119.200000', '104119.660000', '104120.120000', '104120.580000', '104121.040000', '104121.500000', '104121.960000', '104122.420000', '104122.880000', '104123.340000', '104123.800000', '104124.260000', '104124.720000', '104125.180000', '104125.640000', '104126.100000', '104126.560000', '104127.020000', '104127.480000', '104127.940000', '104128.400000', '104128.860000', '104129.320000', '104129.780000', '104130.240000', '104130.700000', '104131.160000', '104131.620000', '104132.080000', '104132.540000', '104133.000000', '104133.460000', '104133.920000', '104134.380000', '104134.840000', '104135.300000', '104135.760000', '104136.220000', '104136.680000', '104137.140000', '104137.600000', '104138.060000', '104138.520000', '104138.980000', '104139.440000', '104139.900000', '104140.360000', '104140.820000', '104141.280000', '104141.740000', '104142.200000', '104142.660000', '104143.120000', '104143.580000', '104144.040000', '104144.500000', '104144.960000', '104145.420000', '104145.880000', '104146.340000', '104146.800000', '104147.260000', '104147.720000', '104148.180000', '104148.640000', '104149.100000', '104149.560000', '104150.020000', '104150.480000', '104150.940000', '104151.400000', '104151.860000', '104152.320000'], 'ContentTime': ['103523.483000', '103523.488000', '103523.491000', '103523.494000', '103523.497000', '103523.500000', '103523.503000', '103523.506000', '103523.509000', '103523.513000', '103523.516000', '103523.519000', '103523.522000', '103523.525000', '103523.528000', '103523.532000', '103523.535000', '103523.538000', '103523.540000', '103523.544000', '103523.547000', '103523.550000', '103523.553000', '103523.556000', '103523.559000', '103543.472000', '103543.480000', '103543.483000', '103543.486000', '103543.489000', '103543.491000', '103543.494000', '103543.497000', '103543.500000', '103543.503000', '103543.506000', '103543.509000', '103543.512000', '103543.515000', '103543.518000', '103543.520000', '103543.523000', '103543.526000', '103543.529000', '103543.532000', '103543.535000', '103543.538000', '103543.541000', '103543.544000', '103543.547000', '103543.550000', '103543.553000', '103543.555000', '103543.559000', '103543.561000', '103543.564000', '103543.567000', '103543.570000', '103543.574000', '103543.577000', '103543.580000', '103543.583000', '103543.586000', '103543.588000', '103543.592000', '103543.595000', '103543.598000', '103543.601000', '103603.472000', '103603.475000', '103603.480000', '103603.485000', '103603.488000', '103603.491000', '103603.494000', '103603.497000', '103603.500000', '103603.503000', '103603.506000', '103603.509000', '103603.512000', '103603.515000', '103603.518000', '103603.521000', '103603.524000', '103603.527000', '103603.530000', '103603.533000', '103603.535000', '103603.538000', '103603.541000', '103603.544000', '103603.548000', '103603.550000', '103603.553000', '103603.557000', '103603.561000', '103603.564000', '103603.567000', '103603.569000', '103603.572000', '103603.575000', '103603.578000', '103603.581000', '103603.584000', '103603.587000', '103603.590000', '103603.593000', '103603.596000', '103603.599000', '103603.602000', '103603.605000', '103623.472000', '103623.475000', '103623.478000', '103623.481000', '103623.484000', '103623.487000', '103623.490000', '103623.493000', '103623.496000', '103623.499000', '103623.502000', '103623.505000', '103623.508000', '103623.511000', '103623.514000', '103623.517000', '103623.520000', '103623.523000', '103623.526000', '103623.529000', '103623.531000', '103623.534000', '103623.537000', '103623.540000', '103623.543000', '103623.546000', '103623.549000', '103623.552000', '103623.555000', '103623.558000', '103623.561000', '103623.564000', '103623.567000', '103623.570000', '103623.573000', '103623.576000', '103623.579000', '103623.582000', '103623.585000', '103623.588000', '103623.591000', '103623.594000', '103623.597000', '103643.471000', '103643.474000', '103643.477000', '103643.480000', '103643.483000', '103643.486000', '103643.489000', '103643.503000', '103643.507000', '103643.512000', '103643.516000', '103643.519000', '103643.522000', '103643.525000', '103643.528000', '103643.530000', '103643.533000', '103643.536000', '103643.539000', '103643.542000', '103643.545000', '103643.549000', '103643.551000', '103643.554000', '103643.557000', '103643.560000', '103643.563000', '103643.566000', '103643.569000', '103643.572000', '103643.575000', '103643.578000', '103643.581000', '103643.584000', '103643.587000', '103643.590000', '103643.593000', '103643.596000', '103643.599000', '103643.602000', '103643.605000', '103643.608000', '103643.611000', '103643.614000', '103703.471000', '103703.474000', '103703.477000', '103703.480000', '103703.483000', '103703.486000', '103703.489000', '103703.492000', '103703.495000', '103703.498000', '103703.501000', '103703.504000', '103703.507000', '103703.510000', '103703.513000', '103703.516000', '103703.519000', '103703.522000', '103703.525000', '103703.527000', '103703.530000', '103703.533000', '103703.536000', '103703.539000', '103703.542000', '103703.545000', '103703.548000', '103703.551000', '103703.554000', '103703.557000', '103703.560000', '103703.563000', '103703.566000', '103703.569000', '103703.572000', '103703.575000', '103703.578000', '103703.581000', '103703.584000', '103703.587000', '103703.590000', '103703.593000', '103703.596000', '103723.471000', '103723.474000', '103723.477000', '103723.480000', '103723.484000', '103723.487000', '103723.490000', '103723.493000', '103723.496000', '103723.499000', '103723.502000', '103723.505000', '103723.508000', '103723.511000', '103723.514000', '103723.517000', '103723.520000', '103723.523000', '103723.526000', '103723.528000', '103723.532000', '103723.537000', '103723.541000', '103723.544000', '103723.547000', '103723.550000', '103723.553000', '103723.556000', '103723.560000', '103723.563000', '103723.566000', '103723.569000', '103723.571000', '103723.574000', '103723.577000', '103723.580000', '103723.583000', '103723.586000', '103723.589000', '103723.592000', '103723.595000', '103723.615000', '103723.618000', '103743.472000', '103743.475000', '103743.478000', '103743.481000', '103743.484000', '103743.487000', '103743.490000', '103743.493000', '103743.496000', '103743.499000', '103743.502000', '103743.505000', '103743.508000', '103743.511000', '103743.514000', '103743.517000', '103743.520000', '103743.523000', '103743.526000', '103743.529000', '103743.532000', '103743.535000', '103743.538000', '103743.541000', '103743.544000', '103743.547000', '103743.550000', '103743.553000', '103743.556000', '103743.559000', '103743.562000', '103743.565000', '103743.568000', '103743.571000', '103743.574000', '103743.577000', '103743.580000', '103743.582000', '103743.586000', '103743.589000', '103743.591000', '103743.594000', '103743.597000', '103743.600000', '103803.472000', '103803.475000', '103803.478000', '103803.481000', '103803.485000', '103803.488000', '103803.491000', '103803.494000', '103803.497000', '103803.500000', '103803.503000', '103803.506000', '103803.509000', '103803.512000', '103803.515000', '103803.518000', '103803.521000', '103803.524000', '103803.527000', '103803.530000', '103803.533000', '103803.536000', '103803.539000', '103803.543000', '103803.547000', '103803.550000', '103803.555000', '103803.560000', '103803.563000', '103803.566000', '103803.569000', '103803.572000', '103803.575000', '103803.578000', '103803.581000', '103803.584000', '103803.587000', '103803.590000', '103803.593000', '103803.596000', '103803.599000', '103803.602000', '103803.605000', '103823.472000', '103823.475000', '103823.478000', '103823.481000', '103823.484000', '103823.487000', '103823.490000', '103823.493000', '103823.496000', '103823.499000', '103823.502000', '103823.505000', '103823.508000', '103823.511000', '103823.514000', '103823.517000', '103823.520000', '103823.523000', '103823.526000', '103823.529000', '103823.532000', '103823.535000', '103823.538000', '103823.541000', '103823.544000', '103823.546000', '103823.549000', '103823.552000', '103823.555000', '103823.559000', '103823.562000', '103823.565000', '103823.568000', '103823.571000', '103823.574000', '103823.578000', '103823.581000', '103823.584000', '103823.587000', '103823.590000', '103823.593000', '103823.596000', '103823.599000', '103823.602000', '103843.472000', '103843.475000', '103843.478000', '103843.481000', '103843.484000', '103843.487000', '103843.490000', '103843.493000', '103843.496000', '103843.499000', '103843.502000', '103843.505000', '103843.508000', '103843.511000', '103843.514000', '103843.517000', '103843.520000', '103843.523000', '103843.526000', '103843.529000', '103843.532000', '103843.535000', '103843.538000', '103843.541000', '103843.544000', '103843.547000', '103843.550000', '103843.553000', '103843.556000', '103843.560000', '103843.563000', '103843.566000', '103843.569000', '103843.572000', '103843.576000', '103843.581000', '103843.584000', '103843.587000', '103843.590000', '103843.593000', '103843.596000', '103843.599000', '103843.602000', '103903.471000', '103903.474000', '103903.477000', '103903.480000', '103903.483000', '103903.486000', '103903.489000', '103903.492000', '103903.505000', '103903.508000', '103903.511000', '103903.514000', '103903.517000', '103903.520000', '103903.523000', '103903.526000', '103903.529000', '103903.532000', '103903.535000', '103903.538000', '103903.541000', '103903.544000', '103903.547000', '103903.550000', '103903.553000', '103903.556000', '103903.559000', '103903.562000', '103903.565000', '103903.568000', '103903.571000', '103903.574000', '103903.577000', '103903.580000', '103903.582000', '103903.586000', '103903.588000', '103903.591000', '103903.594000', '103903.597000', '103903.600000', '103903.603000', '103903.606000', '103903.609000', '103923.471000', '103923.474000', '103923.477000', '103923.480000', '103923.483000', '103923.486000', '103923.489000', '103923.492000', '103923.495000', '103923.498000', '103923.501000', '103923.504000', '103923.507000', '103923.510000', '103923.513000', '103923.516000', '103923.519000', '103923.522000', '103923.525000', '103923.528000', '103923.531000', '103923.534000', '103923.537000', '103923.540000', '103923.543000', '103923.546000', '103923.549000', '103923.552000', '103923.555000', '103923.558000', '103923.561000', '103923.564000', '103923.567000', '103923.570000', '103923.574000', '103923.577000', '103923.580000', '103923.583000', '103923.586000', '103923.589000', '103923.592000', '103923.595000', '103923.598000', '103943.471000', '103943.474000', '103943.477000', '103943.480000', '103943.483000', '103943.486000', '103943.489000', '103943.492000', '103943.495000', '103943.498000', '103943.501000', '103943.504000', '103943.507000', '103943.510000', '103943.513000', '103943.516000', '103943.519000', '103943.522000', '103943.525000', '103943.528000', '103943.531000', '103943.534000', '103943.536000', '103943.539000', '103943.542000', '103943.545000', '103943.548000', '103943.564000', '103943.567000', '103943.570000', '103943.573000', '103943.576000', '103943.579000', '103943.582000', '103943.584000', '103943.587000', '103943.590000', '103943.593000', '103943.596000', '103943.599000', '103943.602000', '103943.605000', '103943.608000', '103943.611000', '104003.472000', '104003.475000', '104003.478000', '104003.481000', '104003.484000', '104003.487000', '104003.490000', '104003.493000', '104003.496000', '104003.499000', '104003.502000', '104003.505000', '104003.508000', '104003.511000', '104003.514000', '104003.517000', '104003.520000', '104003.523000', '104003.526000', '104003.529000', '104003.532000', '104003.535000', '104003.538000', '104003.541000', '104003.544000', '104003.550000', '104003.553000', '104003.556000', '104003.559000', '104003.562000', '104003.565000', '104003.568000', '104003.571000', '104003.574000', '104003.577000', '104003.580000', '104003.583000', '104003.586000', '104003.589000', '104003.592000', '104003.595000', '104003.597000', '104003.600000', '104023.472000', '104023.475000', '104023.478000', '104023.481000', '104023.484000', '104023.487000', '104023.490000', '104023.493000', '104023.496000', '104023.499000', '104023.502000', '104023.505000', '104023.508000', '104023.511000', '104023.514000', '104023.517000', '104023.520000', '104023.523000', '104023.526000', '104023.529000', '104023.532000', '104023.535000', '104023.538000', '104023.541000', '104023.544000', '104023.547000', '104023.549000', '104023.552000', '104023.555000', '104023.558000', '104023.561000', '104023.564000', '104023.567000', '104023.586000', '104023.589000', '104023.592000', '104023.595000', '104023.598000', '104023.600000', '104023.603000', '104023.606000', '104023.609000', '104023.612000', '104023.615000', '104043.472000', '104043.475000', '104043.478000', '104043.481000', '104043.484000', '104043.487000', '104043.490000', '104043.493000', '104043.497000', '104043.500000', '104043.503000', '104043.507000', '104043.510000', '104043.513000', '104043.517000', '104043.520000', '104043.522000', '104043.525000', '104043.528000', '104043.531000', '104043.534000', '104043.537000', '104043.540000', '104043.543000', '104043.546000', '104043.549000', '104043.552000', '104043.555000', '104043.558000', '104043.562000', '104043.565000', '104043.568000', '104043.571000', '104043.574000', '104043.577000', '104043.580000', '104043.583000', '104043.586000', '104043.589000', '104043.592000', '104043.595000', '104043.598000', '104043.601000', '104103.473000', '104103.476000', '104103.479000', '104103.482000', '104103.485000', '104103.488000', '104103.491000', '104103.494000', '104103.497000', '104103.500000', '104103.503000', '104103.506000', '104103.509000', '104103.512000', '104103.515000', '104103.518000', '104103.521000', '104103.524000', '104103.527000', '104103.530000', '104103.533000', '104103.536000', '104103.539000', '104103.542000', '104103.545000', '104103.548000', '104103.550000', '104103.553000', '104103.556000', '104103.559000', '104103.562000', '104103.565000', '104103.568000', '104103.571000', '104103.574000', '104103.577000', '104103.580000', '104103.583000', '104103.586000', '104103.589000', '104103.592000', '104103.595000', '104103.598000', '104103.601000', '104123.471000', '104123.474000', '104123.477000', '104123.483000', '104123.486000', '104123.489000', '104123.492000', '104123.495000', '104123.498000', '104123.501000', '104123.504000', '104123.507000', '104123.510000', '104123.513000', '104123.516000', '104123.519000', '104123.522000', '104123.525000', '104123.528000', '104123.531000', '104123.534000', '104123.537000', '104123.540000', '104123.543000', '104123.546000', '104123.549000', '104123.552000', '104123.555000', '104123.558000', '104123.561000', '104123.564000', '104123.567000', '104123.570000', '104123.573000', '104123.576000', '104123.579000', '104123.582000', '104123.585000', '104123.588000', '104123.591000', '104123.594000', '104123.597000', '104123.600000', '104143.471000', '104143.474000', '104143.477000', '104143.480000', '104143.483000', '104143.486000', '104143.489000', '104143.492000', '104143.495000', '104143.498000', '104143.501000', '104143.504000', '104143.512000', '104143.515000', '104143.518000', '104143.521000', '104143.524000', '104143.527000', '104143.530000', '104143.533000', '104143.535000', '104143.538000', '104143.541000', '104143.544000', '104143.547000', '104143.550000', '104143.553000', '104143.556000', '104143.559000', '104143.562000', '104143.565000', '104143.568000', '104143.571000', '104143.574000', '104143.577000', '104143.580000', '104143.583000', '104143.586000', '104143.589000', '104143.592000', '104143.595000', '104143.598000', '104143.601000', '104143.604000', '104153.258000', '104153.261000', '104153.264000', '104153.267000', '104153.270000', '104153.273000', '104153.276000', '104153.279000', '104153.282000', '104153.285000', '104153.288000', '104153.291000', '104153.295000', '104153.298000', '104153.301000', '104153.304000', '104153.307000', '104153.310000', '104153.313000', '104153.316000', '104153.319000'], 'InstanceCreationTime': ['103523.483000', '103523.488000', '103523.491000', '103523.494000', '103523.497000', '103523.500000', '103523.503000', '103523.506000', '103523.509000', '103523.513000', '103523.516000', '103523.519000', '103523.522000', '103523.525000', '103523.528000', '103523.532000', '103523.535000', '103523.538000', '103523.540000', '103523.544000', '103523.547000', '103523.550000', '103523.553000', '103523.556000', '103523.559000', '103543.472000', '103543.480000', '103543.483000', '103543.486000', '103543.489000', '103543.491000', '103543.494000', '103543.497000', '103543.500000', '103543.503000', '103543.506000', '103543.509000', '103543.512000', '103543.515000', '103543.518000', '103543.520000', '103543.523000', '103543.526000', '103543.529000', '103543.532000', '103543.535000', '103543.538000', '103543.541000', '103543.544000', '103543.547000', '103543.550000', '103543.553000', '103543.555000', '103543.559000', '103543.561000', '103543.564000', '103543.567000', '103543.570000', '103543.574000', '103543.577000', '103543.580000', '103543.583000', '103543.586000', '103543.588000', '103543.592000', '103543.595000', '103543.598000', '103543.601000', '103603.472000', '103603.475000', '103603.480000', '103603.485000', '103603.488000', '103603.491000', '103603.494000', '103603.497000', '103603.500000', '103603.503000', '103603.506000', '103603.509000', '103603.512000', '103603.515000', '103603.518000', '103603.521000', '103603.524000', '103603.527000', '103603.530000', '103603.533000', '103603.535000', '103603.538000', '103603.541000', '103603.544000', '103603.548000', '103603.550000', '103603.553000', '103603.557000', '103603.561000', '103603.564000', '103603.567000', '103603.569000', '103603.572000', '103603.575000', '103603.578000', '103603.581000', '103603.584000', '103603.587000', '103603.590000', '103603.593000', '103603.596000', '103603.599000', '103603.602000', '103603.605000', '103623.472000', '103623.475000', '103623.478000', '103623.481000', '103623.484000', '103623.487000', '103623.490000', '103623.493000', '103623.496000', '103623.499000', '103623.502000', '103623.505000', '103623.508000', '103623.511000', '103623.514000', '103623.517000', '103623.520000', '103623.523000', '103623.526000', '103623.529000', '103623.531000', '103623.534000', '103623.537000', '103623.540000', '103623.543000', '103623.546000', '103623.549000', '103623.552000', '103623.555000', '103623.558000', '103623.561000', '103623.564000', '103623.567000', '103623.570000', '103623.573000', '103623.576000', '103623.579000', '103623.582000', '103623.585000', '103623.588000', '103623.591000', '103623.594000', '103623.597000', '103643.471000', '103643.474000', '103643.477000', '103643.480000', '103643.483000', '103643.486000', '103643.489000', '103643.503000', '103643.507000', '103643.512000', '103643.516000', '103643.519000', '103643.522000', '103643.525000', '103643.528000', '103643.530000', '103643.533000', '103643.536000', '103643.539000', '103643.542000', '103643.545000', '103643.549000', '103643.551000', '103643.554000', '103643.557000', '103643.560000', '103643.563000', '103643.566000', '103643.569000', '103643.572000', '103643.575000', '103643.578000', '103643.581000', '103643.584000', '103643.587000', '103643.590000', '103643.593000', '103643.596000', '103643.599000', '103643.602000', '103643.605000', '103643.608000', '103643.611000', '103643.614000', '103703.471000', '103703.474000', '103703.477000', '103703.480000', '103703.483000', '103703.486000', '103703.489000', '103703.492000', '103703.495000', '103703.498000', '103703.501000', '103703.504000', '103703.507000', '103703.510000', '103703.513000', '103703.516000', '103703.519000', '103703.522000', '103703.525000', '103703.527000', '103703.530000', '103703.533000', '103703.536000', '103703.539000', '103703.542000', '103703.545000', '103703.548000', '103703.551000', '103703.554000', '103703.557000', '103703.560000', '103703.563000', '103703.566000', '103703.569000', '103703.572000', '103703.575000', '103703.578000', '103703.581000', '103703.584000', '103703.587000', '103703.590000', '103703.593000', '103703.596000', '103723.471000', '103723.474000', '103723.477000', '103723.480000', '103723.484000', '103723.487000', '103723.490000', '103723.493000', '103723.496000', '103723.499000', '103723.502000', '103723.505000', '103723.508000', '103723.511000', '103723.514000', '103723.517000', '103723.520000', '103723.523000', '103723.526000', '103723.528000', '103723.532000', '103723.537000', '103723.541000', '103723.544000', '103723.547000', '103723.550000', '103723.553000', '103723.556000', '103723.560000', '103723.563000', '103723.566000', '103723.569000', '103723.571000', '103723.574000', '103723.577000', '103723.580000', '103723.583000', '103723.586000', '103723.589000', '103723.592000', '103723.595000', '103723.615000', '103723.618000', '103743.472000', '103743.475000', '103743.478000', '103743.481000', '103743.484000', '103743.487000', '103743.490000', '103743.493000', '103743.496000', '103743.499000', '103743.502000', '103743.505000', '103743.508000', '103743.511000', '103743.514000', '103743.517000', '103743.520000', '103743.523000', '103743.526000', '103743.529000', '103743.532000', '103743.535000', '103743.538000', '103743.541000', '103743.544000', '103743.547000', '103743.550000', '103743.553000', '103743.556000', '103743.559000', '103743.562000', '103743.565000', '103743.568000', '103743.571000', '103743.574000', '103743.577000', '103743.580000', '103743.582000', '103743.586000', '103743.589000', '103743.591000', '103743.594000', '103743.597000', '103743.600000', '103803.472000', '103803.475000', '103803.478000', '103803.481000', '103803.485000', '103803.488000', '103803.491000', '103803.494000', '103803.497000', '103803.500000', '103803.503000', '103803.506000', '103803.509000', '103803.512000', '103803.515000', '103803.518000', '103803.521000', '103803.524000', '103803.527000', '103803.530000', '103803.533000', '103803.536000', '103803.539000', '103803.543000', '103803.547000', '103803.550000', '103803.555000', '103803.560000', '103803.563000', '103803.566000', '103803.569000', '103803.572000', '103803.575000', '103803.578000', '103803.581000', '103803.584000', '103803.587000', '103803.590000', '103803.593000', '103803.596000', '103803.599000', '103803.602000', '103803.605000', '103823.472000', '103823.475000', '103823.478000', '103823.481000', '103823.484000', '103823.487000', '103823.490000', '103823.493000', '103823.496000', '103823.499000', '103823.502000', '103823.505000', '103823.508000', '103823.511000', '103823.514000', '103823.517000', '103823.520000', '103823.523000', '103823.526000', '103823.529000', '103823.532000', '103823.535000', '103823.538000', '103823.541000', '103823.544000', '103823.546000', '103823.549000', '103823.552000', '103823.555000', '103823.559000', '103823.562000', '103823.565000', '103823.568000', '103823.571000', '103823.574000', '103823.578000', '103823.581000', '103823.584000', '103823.587000', '103823.590000', '103823.593000', '103823.596000', '103823.599000', '103823.602000', '103843.472000', '103843.475000', '103843.478000', '103843.481000', '103843.484000', '103843.487000', '103843.490000', '103843.493000', '103843.496000', '103843.499000', '103843.502000', '103843.505000', '103843.508000', '103843.511000', '103843.514000', '103843.517000', '103843.520000', '103843.523000', '103843.526000', '103843.529000', '103843.532000', '103843.535000', '103843.538000', '103843.541000', '103843.544000', '103843.547000', '103843.550000', '103843.553000', '103843.556000', '103843.560000', '103843.563000', '103843.566000', '103843.569000', '103843.572000', '103843.576000', '103843.581000', '103843.584000', '103843.587000', '103843.590000', '103843.593000', '103843.596000', '103843.599000', '103843.602000', '103903.471000', '103903.474000', '103903.477000', '103903.480000', '103903.483000', '103903.486000', '103903.489000', '103903.492000', '103903.505000', '103903.508000', '103903.511000', '103903.514000', '103903.517000', '103903.520000', '103903.523000', '103903.526000', '103903.529000', '103903.532000', '103903.535000', '103903.538000', '103903.541000', '103903.544000', '103903.547000', '103903.550000', '103903.553000', '103903.556000', '103903.559000', '103903.562000', '103903.565000', '103903.568000', '103903.571000', '103903.574000', '103903.577000', '103903.580000', '103903.582000', '103903.586000', '103903.588000', '103903.591000', '103903.594000', '103903.597000', '103903.600000', '103903.603000', '103903.606000', '103903.609000', '103923.471000', '103923.474000', '103923.477000', '103923.480000', '103923.483000', '103923.486000', '103923.489000', '103923.492000', '103923.495000', '103923.498000', '103923.501000', '103923.504000', '103923.507000', '103923.510000', '103923.513000', '103923.516000', '103923.519000', '103923.522000', '103923.525000', '103923.528000', '103923.531000', '103923.534000', '103923.537000', '103923.540000', '103923.543000', '103923.546000', '103923.549000', '103923.552000', '103923.555000', '103923.558000', '103923.561000', '103923.564000', '103923.567000', '103923.570000', '103923.574000', '103923.577000', '103923.580000', '103923.583000', '103923.586000', '103923.589000', '103923.592000', '103923.595000', '103923.598000', '103943.471000', '103943.474000', '103943.477000', '103943.480000', '103943.483000', '103943.486000', '103943.489000', '103943.492000', '103943.495000', '103943.498000', '103943.501000', '103943.504000', '103943.507000', '103943.510000', '103943.513000', '103943.516000', '103943.519000', '103943.522000', '103943.525000', '103943.528000', '103943.531000', '103943.534000', '103943.536000', '103943.539000', '103943.542000', '103943.545000', '103943.548000', '103943.564000', '103943.567000', '103943.570000', '103943.573000', '103943.576000', '103943.579000', '103943.582000', '103943.584000', '103943.587000', '103943.590000', '103943.593000', '103943.596000', '103943.599000', '103943.602000', '103943.605000', '103943.608000', '103943.611000', '104003.472000', '104003.475000', '104003.478000', '104003.481000', '104003.484000', '104003.487000', '104003.490000', '104003.493000', '104003.496000', '104003.499000', '104003.502000', '104003.505000', '104003.508000', '104003.511000', '104003.514000', '104003.517000', '104003.520000', '104003.523000', '104003.526000', '104003.529000', '104003.532000', '104003.535000', '104003.538000', '104003.541000', '104003.544000', '104003.550000', '104003.553000', '104003.556000', '104003.559000', '104003.562000', '104003.565000', '104003.568000', '104003.571000', '104003.574000', '104003.577000', '104003.580000', '104003.583000', '104003.586000', '104003.589000', '104003.592000', '104003.595000', '104003.597000', '104003.600000', '104023.472000', '104023.475000', '104023.478000', '104023.481000', '104023.484000', '104023.487000', '104023.490000', '104023.493000', '104023.496000', '104023.499000', '104023.502000', '104023.505000', '104023.508000', '104023.511000', '104023.514000', '104023.517000', '104023.520000', '104023.523000', '104023.526000', '104023.529000', '104023.532000', '104023.535000', '104023.538000', '104023.541000', '104023.544000', '104023.547000', '104023.549000', '104023.552000', '104023.555000', '104023.558000', '104023.561000', '104023.564000', '104023.567000', '104023.586000', '104023.589000', '104023.592000', '104023.595000', '104023.598000', '104023.600000', '104023.603000', '104023.606000', '104023.609000', '104023.612000', '104023.615000', '104043.472000', '104043.475000', '104043.478000', '104043.481000', '104043.484000', '104043.487000', '104043.490000', '104043.493000', '104043.497000', '104043.500000', '104043.503000', '104043.507000', '104043.510000', '104043.513000', '104043.517000', '104043.520000', '104043.522000', '104043.525000', '104043.528000', '104043.531000', '104043.534000', '104043.537000', '104043.540000', '104043.543000', '104043.546000', '104043.549000', '104043.552000', '104043.555000', '104043.558000', '104043.562000', '104043.565000', '104043.568000', '104043.571000', '104043.574000', '104043.577000', '104043.580000', '104043.583000', '104043.586000', '104043.589000', '104043.592000', '104043.595000', '104043.598000', '104043.601000', '104103.473000', '104103.476000', '104103.479000', '104103.482000', '104103.485000', '104103.488000', '104103.491000', '104103.494000', '104103.497000', '104103.500000', '104103.503000', '104103.506000', '104103.509000', '104103.512000', '104103.515000', '104103.518000', '104103.521000', '104103.524000', '104103.527000', '104103.530000', '104103.533000', '104103.536000', '104103.539000', '104103.542000', '104103.545000', '104103.548000', '104103.550000', '104103.553000', '104103.556000', '104103.559000', '104103.562000', '104103.565000', '104103.568000', '104103.571000', '104103.574000', '104103.577000', '104103.580000', '104103.583000', '104103.586000', '104103.589000', '104103.592000', '104103.595000', '104103.598000', '104103.601000', '104123.471000', '104123.474000', '104123.477000', '104123.483000', '104123.486000', '104123.489000', '104123.492000', '104123.495000', '104123.498000', '104123.501000', '104123.504000', '104123.507000', '104123.510000', '104123.513000', '104123.516000', '104123.519000', '104123.522000', '104123.525000', '104123.528000', '104123.531000', '104123.534000', '104123.537000', '104123.540000', '104123.543000', '104123.546000', '104123.549000', '104123.552000', '104123.555000', '104123.558000', '104123.561000', '104123.564000', '104123.567000', '104123.570000', '104123.573000', '104123.576000', '104123.579000', '104123.582000', '104123.585000', '104123.588000', '104123.591000', '104123.594000', '104123.597000', '104123.600000', '104143.471000', '104143.474000', '104143.477000', '104143.480000', '104143.483000', '104143.486000', '104143.489000', '104143.492000', '104143.495000', '104143.498000', '104143.501000', '104143.504000', '104143.512000', '104143.515000', '104143.518000', '104143.521000', '104143.524000', '104143.527000', '104143.530000', '104143.533000', '104143.535000', '104143.538000', '104143.541000', '104143.544000', '104143.547000', '104143.550000', '104143.553000', '104143.556000', '104143.559000', '104143.562000', '104143.565000', '104143.568000', '104143.571000', '104143.574000', '104143.577000', '104143.580000', '104143.583000', '104143.586000', '104143.589000', '104143.592000', '104143.595000', '104143.598000', '104143.601000', '104143.604000', '104153.258000', '104153.261000', '104153.264000', '104153.267000', '104153.270000', '104153.273000', '104153.276000', '104153.279000', '104153.282000', '104153.285000', '104153.288000', '104153.291000', '104153.295000', '104153.298000', '104153.301000', '104153.304000', '104153.307000', '104153.310000', '104153.313000', '104153.316000', '104153.319000'], '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': [804, 802, 925, 804, 805, 1038, 790, 861, 789, 830, 815, 1108, 824, 1206, 813, 1175, 884, 802, 1124, 881, 786, 798, 777, 804, 689, 735, 709, 714, 696, 715, 721, 733, 712, 736, 742, 752, 874, 740, 805, 906, 775, 1001, 785, 1017, 843, 1121, 1073, 1188, 754, 1050, 1114, 910, 1074, 759, 729, 752, 754, 788, 746, 774, 736, 757, 771, 741, 770, 746, 783, 784, 790, 788, 783, 779, 779, 741, 743, 793, 768, 767, 704, 801, 904, 800, 793, 1074, 879, 794, 1052, 769, 760, 827, 779, 671, 826, 604, 801, 802, 839, 800, 802, 758, 751, 703, 770, 714, 806, 735, 763, 760, 767, 837, 798, 988, 1018, 874, 837, 765, 736, 1095, 784, 986, 791, 750, 797, 790, 704, 810, 698, 780, 723, 776, 802, 762, 770, 816, 784, 902, 807, 837, 1014, 763, 969, 771, 764, 1112, 772, 870, 771, 728, 759, 733, 747, 761, 753, 745, 772, 727, 784, 733, 764, 889, 753, 951, 1112, 969, 964, 767, 767, 1142, 786, 1036, 770, 758, 776, 750, 757, 780, 742, 773, 752, 754, 710, 765, 735, 789, 746, 761, 746, 771, 924, 1016, 845, 941, 750, 783, 772, 800, 786, 756, 755, 751, 749, 760, 813, 763, 779, 762, 776, 781, 741, 791, 726, 785, 751, 760, 745, 775, 743, 764, 755, 750, 781, 778, 779, 796, 777, 831, 747, 741, 765, 748, 745, 766, 786, 770, 816, 763, 793, 774, 818, 798, 844, 775, 773, 793, 777, 1023, 775, 820, 744, 952, 741, 718, 749, 790, 756, 752, 778, 781, 759, 891, 773, 1023, 801, 1093, 872, 1205, 1023, 1136, 734, 757, 686, 705, 683, 743, 718, 744, 803, 782, 771, 928, 744, 1075, 858, 1101, 923, 786, 974, 762, 899, 810, 774, 821, 761, 837, 772, 839, 778, 841, 770, 796, 669, 745, 688, 777, 728, 786, 747, 775, 732, 785, 719, 768, 744, 794, 665, 805, 677, 799, 783, 789, 771, 1135, 917, 973, 811, 921, 784, 715, 779, 687, 775, 733, 766, 799, 764, 773, 745, 724, 704, 693, 737, 702, 758, 775, 1074, 780, 1073, 1039, 1050, 766, 964, 766, 823, 780, 789, 1165, 784, 945, 777, 772, 782, 737, 776, 751, 728, 676, 627, 659, 691, 738, 756, 749, 753, 754, 751, 769, 907, 752, 935, 766, 854, 776, 993, 911, 787, 889, 680, 717, 746, 750, 770, 755, 785, 758, 787, 784, 778, 743, 1075, 750, 990, 752, 1066, 761, 1098, 867, 1186, 892, 946, 712, 795, 769, 800, 648, 801, 776, 772, 756, 1091, 775, 959, 932, 779, 622, 782, 767, 825, 763, 821, 756, 724, 677, 618, 606, 649, 638, 721, 724, 739, 769, 746, 778, 761, 756, 928, 756, 1015, 794, 1013, 767, 814, 1096, 850, 974, 765, 768, 771, 763, 792, 759, 713, 777, 718, 744, 745, 748, 725, 756, 739, 750, 762, 763, 788, 724, 754, 715, 717, 615, 585, 657, 626, 740, 645, 703, 658, 672, 646, 644, 878, 838, 1141, 759, 1109, 700, 1178, 778, 1213, 958, 1158, 886, 748, 1082, 783, 1117, 1163, 1027, 1156, 788, 962, 777, 746, 782, 769, 778, 788, 768, 815, 781, 825, 773, 743, 695, 698, 697, 681, 691, 722, 696, 739, 704, 666, 674, 672, 736, 719, 758, 717, 1028, 755, 1043, 731, 1077, 741, 1029, 707, 734, 764, 707, 694, 637, 605, 580, 550, 595, 605, 636, 641, 632, 638, 598, 625, 682, 640, 663, 658, 634, 701, 630, 788, 656, 1055, 670, 955, 667, 935, 696, 997, 710, 962, 674, 923, 687, 757, 681, 672, 693, 726, 736, 699, 729, 698, 733, 720, 734, 728, 891, 724, 712, 1143, 739, 741, 727, 710, 717, 735, 717, 726, 735, 733, 720, 700, 614, 608, 595, 639, 566, 566, 594, 603, 620, 678, 635, 668, 653, 677, 950, 784, 916, 798, 724, 1113, 707, 1117, 929, 1100, 978, 1058, 1106, 749, 1167, 785, 1104, 1229, 930, 1051, 783, 758, 812, 773, 818, 779, 810, 777, 797, 750, 794, 773, 832, 794, 693, 754, 714, 765, 709, 759, 725, 744, 692, 725, 751, 773, 784, 786, 809, 797, 938, 805, 992, 798, 932, 821, 981, 826, 1039, 833, 1118, 815, 812, 839, 827, 1043, 823, 906, 820, 767, 831, 748, 849, 676, 819, 712, 801, 759, 780, 796, 793, 798, 783, 706, 762, 720, 786, 794, 772, 772, 686, 738, 778, 806, 870, 776, 877, 803, 1001, 783, 982, 800, 1004, 778, 935, 788, 1007, 803, 1014, 776, 711, 797, 770, 788, 811, 776, 794, 801, 788, 783, 791, 770, 788, 789, 1032, 770, 963, 771, 1068, 794, 867, 790, 818, 776, 722, 787, 765, 793, 775, 775, 708, 764, 708, 766, 699, 753, 759, 763, 781, 816, 790, 770, 795, 779, 781, 725, 770, 728, 751, 719, 738, 734, 760, 692, 760, 744, 770, 798, 751, 803, 768, 751, 750, 769, 758, 911, 763, 779, 746, 882, 778, 1133, 714, 954, 636, 866, 591, 562, 585, 549, 606, 627, 658, 676, 746, 718, 774, 904, 745, 1053, 933, 1085, 836, 1146, 1026, 1061, 882, 709, 967, 775, 1153, 786, 1037, 733, 743, 757, 777, 992, 814, 1163, 833, 730, 738, 723, 753, 730, 734, 779, 687, 782, 729, 752, 737, 735, 721, 691, 711, 710, 720, 748, 728, 719, 746, 738, 745, 747, 658], 'WindowCenter': [301.0, 301.0, 302.0, 299.0, 299.0, 300.0, 299.0, 299.0, 299.0, 299.0, 299.0, 301.0, 299.0, 301.0, 299.0, 300.0, 298.0, 298.0, 300.0, 298.0, 297.0, 297.0, 297.0, 298.0, 297.0, 298.0, 297.0, 297.0, 297.0, 297.0, 298.0, 298.0, 298.0, 299.0, 299.0, 299.0, 299.0, 298.0, 299.0, 299.0, 298.0, 299.0, 298.0, 299.0, 298.0, 300.0, 299.0, 299.0, 296.0, 298.0, 298.0, 297.0, 298.0, 296.0, 295.0, 295.0, 296.0, 296.0, 296.0, 297.0, 297.0, 297.0, 298.0, 297.0, 299.0, 298.0, 298.0, 298.0, 298.0, 298.0, 299.0, 299.0, 299.0, 299.0, 300.0, 299.0, 299.0, 299.0, 298.0, 299.0, 300.0, 299.0, 299.0, 301.0, 298.0, 298.0, 299.0, 296.0, 297.0, 297.0, 296.0, 295.0, 297.0, 294.0, 297.0, 297.0, 298.0, 298.0, 299.0, 298.0, 298.0, 297.0, 299.0, 298.0, 299.0, 298.0, 299.0, 299.0, 299.0, 299.0, 299.0, 301.0, 300.0, 299.0, 298.0, 297.0, 297.0, 299.0, 297.0, 299.0, 297.0, 297.0, 297.0, 298.0, 297.0, 299.0, 297.0, 300.0, 298.0, 299.0, 299.0, 299.0, 299.0, 299.0, 298.0, 298.0, 298.0, 298.0, 299.0, 297.0, 298.0, 296.0, 296.0, 299.0, 296.0, 297.0, 297.0, 297.0, 299.0, 297.0, 297.0, 298.0, 298.0, 298.0, 300.0, 298.0, 299.0, 298.0, 298.0, 298.0, 297.0, 299.0, 300.0, 298.0, 298.0, 296.0, 296.0, 298.0, 296.0, 298.0, 295.0, 295.0, 295.0, 295.0, 295.0, 298.0, 297.0, 297.0, 297.0, 297.0, 296.0, 297.0, 297.0, 298.0, 297.0, 297.0, 296.0, 297.0, 298.0, 298.0, 298.0, 297.0, 296.0, 296.0, 297.0, 297.0, 297.0, 296.0, 296.0, 297.0, 296.0, 297.0, 298.0, 297.0, 297.0, 297.0, 297.0, 298.0, 297.0, 298.0, 297.0, 298.0, 297.0, 297.0, 297.0, 298.0, 297.0, 297.0, 297.0, 297.0, 298.0, 298.0, 298.0, 299.0, 300.0, 299.0, 298.0, 298.0, 299.0, 299.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 297.0, 300.0, 299.0, 298.0, 297.0, 298.0, 297.0, 296.0, 297.0, 298.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 298.0, 300.0, 298.0, 299.0, 299.0, 300.0, 300.0, 299.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 298.0, 296.0, 298.0, 297.0, 298.0, 297.0, 295.0, 296.0, 295.0, 296.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 295.0, 297.0, 296.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 299.0, 298.0, 299.0, 297.0, 299.0, 297.0, 299.0, 299.0, 299.0, 300.0, 301.0, 300.0, 300.0, 298.0, 298.0, 297.0, 297.0, 297.0, 297.0, 298.0, 298.0, 299.0, 299.0, 298.0, 299.0, 298.0, 298.0, 297.0, 297.0, 298.0, 298.0, 298.0, 298.0, 300.0, 298.0, 300.0, 300.0, 299.0, 297.0, 298.0, 296.0, 297.0, 296.0, 296.0, 299.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 296.0, 296.0, 295.0, 295.0, 296.0, 297.0, 297.0, 297.0, 298.0, 298.0, 297.0, 298.0, 299.0, 298.0, 298.0, 297.0, 297.0, 297.0, 300.0, 298.0, 297.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 298.0, 297.0, 299.0, 297.0, 298.0, 296.0, 299.0, 297.0, 299.0, 297.0, 299.0, 297.0, 298.0, 296.0, 296.0, 295.0, 296.0, 294.0, 296.0, 296.0, 296.0, 296.0, 298.0, 295.0, 296.0, 296.0, 294.0, 292.0, 294.0, 294.0, 295.0, 295.0, 297.0, 297.0, 296.0, 296.0, 295.0, 294.0, 295.0, 297.0, 298.0, 298.0, 299.0, 299.0, 298.0, 299.0, 298.0, 298.0, 299.0, 298.0, 299.0, 298.0, 299.0, 296.0, 297.0, 298.0, 297.0, 297.0, 295.0, 295.0, 296.0, 296.0, 297.0, 296.0, 295.0, 297.0, 296.0, 298.0, 299.0, 298.0, 297.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 298.0, 299.0, 299.0, 300.0, 299.0, 298.0, 298.0, 297.0, 298.0, 297.0, 298.0, 297.0, 298.0, 297.0, 297.0, 301.0, 300.0, 302.0, 299.0, 301.0, 298.0, 301.0, 298.0, 301.0, 300.0, 300.0, 298.0, 297.0, 300.0, 297.0, 299.0, 298.0, 297.0, 298.0, 295.0, 296.0, 296.0, 294.0, 295.0, 295.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 298.0, 297.0, 296.0, 295.0, 296.0, 296.0, 296.0, 297.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 297.0, 300.0, 298.0, 300.0, 297.0, 300.0, 296.0, 299.0, 296.0, 297.0, 296.0, 296.0, 296.0, 296.0, 294.0, 294.0, 293.0, 295.0, 295.0, 296.0, 297.0, 297.0, 297.0, 296.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 297.0, 299.0, 297.0, 300.0, 297.0, 299.0, 296.0, 299.0, 296.0, 299.0, 297.0, 298.0, 295.0, 297.0, 295.0, 296.0, 295.0, 295.0, 296.0, 297.0, 297.0, 297.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 299.0, 297.0, 297.0, 299.0, 297.0, 296.0, 296.0, 296.0, 296.0, 297.0, 297.0, 297.0, 298.0, 299.0, 297.0, 297.0, 296.0, 295.0, 295.0, 295.0, 294.0, 294.0, 296.0, 295.0, 296.0, 297.0, 297.0, 297.0, 297.0, 298.0, 301.0, 300.0, 301.0, 299.0, 298.0, 301.0, 297.0, 301.0, 300.0, 300.0, 300.0, 300.0, 299.0, 296.0, 300.0, 296.0, 298.0, 298.0, 296.0, 296.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 297.0, 297.0, 297.0, 296.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 298.0, 297.0, 298.0, 299.0, 299.0, 299.0, 299.0, 299.0, 299.0, 301.0, 300.0, 300.0, 299.0, 301.0, 299.0, 300.0, 298.0, 300.0, 298.0, 300.0, 298.0, 298.0, 297.0, 298.0, 299.0, 297.0, 298.0, 298.0, 297.0, 298.0, 297.0, 298.0, 296.0, 298.0, 298.0, 299.0, 299.0, 298.0, 298.0, 298.0, 298.0, 299.0, 298.0, 299.0, 299.0, 299.0, 299.0, 299.0, 300.0, 299.0, 299.0, 299.0, 299.0, 299.0, 299.0, 300.0, 300.0, 300.0, 299.0, 300.0, 299.0, 300.0, 298.0, 299.0, 298.0, 300.0, 299.0, 300.0, 299.0, 297.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 299.0, 298.0, 298.0, 298.0, 299.0, 300.0, 298.0, 299.0, 298.0, 299.0, 298.0, 298.0, 298.0, 298.0, 298.0, 296.0, 298.0, 297.0, 298.0, 298.0, 298.0, 297.0, 298.0, 297.0, 298.0, 297.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 298.0, 297.0, 298.0, 298.0, 299.0, 298.0, 298.0, 298.0, 299.0, 298.0, 299.0, 299.0, 300.0, 299.0, 299.0, 299.0, 299.0, 298.0, 299.0, 298.0, 298.0, 299.0, 298.0, 298.0, 297.0, 298.0, 298.0, 300.0, 298.0, 300.0, 296.0, 297.0, 294.0, 293.0, 293.0, 293.0, 294.0, 295.0, 296.0, 297.0, 298.0, 297.0, 298.0, 298.0, 296.0, 300.0, 298.0, 299.0, 298.0, 299.0, 298.0, 297.0, 297.0, 295.0, 297.0, 295.0, 298.0, 296.0, 297.0, 295.0, 294.0, 295.0, 294.0, 296.0, 295.0, 297.0, 295.0, 294.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 296.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 297.0, 298.0, 299.0, 298.0, 297.0], 'WindowWidth': [656.0, 656.0, 656.0, 653.0, 652.0, 654.0, 651.0, 652.0, 651.0, 652.0, 652.0, 654.0, 651.0, 654.0, 651.0, 654.0, 649.0, 650.0, 652.0, 649.0, 648.0, 648.0, 648.0, 649.0, 649.0, 650.0, 649.0, 649.0, 648.0, 649.0, 650.0, 650.0, 651.0, 651.0, 651.0, 651.0, 652.0, 650.0, 651.0, 652.0, 650.0, 651.0, 650.0, 651.0, 650.0, 652.0, 651.0, 650.0, 647.0, 650.0, 649.0, 647.0, 648.0, 647.0, 644.0, 645.0, 646.0, 646.0, 647.0, 648.0, 648.0, 648.0, 649.0, 648.0, 651.0, 650.0, 650.0, 650.0, 651.0, 650.0, 651.0, 651.0, 653.0, 652.0, 653.0, 652.0, 652.0, 651.0, 651.0, 651.0, 653.0, 651.0, 651.0, 655.0, 649.0, 649.0, 650.0, 647.0, 648.0, 647.0, 647.0, 645.0, 647.0, 644.0, 648.0, 648.0, 649.0, 649.0, 651.0, 650.0, 650.0, 649.0, 651.0, 651.0, 653.0, 651.0, 652.0, 651.0, 652.0, 651.0, 651.0, 654.0, 652.0, 651.0, 650.0, 649.0, 649.0, 652.0, 649.0, 651.0, 648.0, 648.0, 648.0, 649.0, 648.0, 651.0, 649.0, 653.0, 651.0, 651.0, 651.0, 651.0, 651.0, 651.0, 650.0, 651.0, 649.0, 650.0, 651.0, 648.0, 650.0, 647.0, 647.0, 650.0, 647.0, 648.0, 648.0, 649.0, 651.0, 649.0, 649.0, 650.0, 650.0, 650.0, 654.0, 650.0, 651.0, 650.0, 650.0, 651.0, 648.0, 651.0, 652.0, 650.0, 650.0, 647.0, 647.0, 649.0, 645.0, 649.0, 645.0, 645.0, 645.0, 645.0, 645.0, 649.0, 648.0, 648.0, 648.0, 648.0, 647.0, 648.0, 648.0, 649.0, 648.0, 649.0, 648.0, 648.0, 650.0, 650.0, 649.0, 649.0, 647.0, 647.0, 647.0, 647.0, 648.0, 647.0, 647.0, 648.0, 647.0, 648.0, 649.0, 649.0, 648.0, 648.0, 648.0, 649.0, 649.0, 650.0, 648.0, 649.0, 648.0, 648.0, 648.0, 650.0, 648.0, 649.0, 648.0, 649.0, 650.0, 651.0, 650.0, 652.0, 653.0, 651.0, 650.0, 651.0, 651.0, 652.0, 650.0, 649.0, 649.0, 650.0, 650.0, 650.0, 649.0, 650.0, 650.0, 650.0, 651.0, 649.0, 650.0, 649.0, 648.0, 652.0, 651.0, 651.0, 648.0, 650.0, 648.0, 647.0, 649.0, 649.0, 650.0, 649.0, 650.0, 650.0, 650.0, 650.0, 649.0, 652.0, 649.0, 652.0, 652.0, 653.0, 652.0, 651.0, 647.0, 647.0, 647.0, 647.0, 646.0, 649.0, 649.0, 649.0, 648.0, 648.0, 648.0, 649.0, 647.0, 649.0, 648.0, 649.0, 647.0, 645.0, 647.0, 644.0, 646.0, 643.0, 642.0, 642.0, 642.0, 643.0, 643.0, 644.0, 644.0, 645.0, 645.0, 646.0, 643.0, 645.0, 645.0, 648.0, 647.0, 649.0, 648.0, 650.0, 650.0, 651.0, 650.0, 651.0, 650.0, 652.0, 649.0, 651.0, 649.0, 651.0, 652.0, 653.0, 654.0, 655.0, 653.0, 652.0, 650.0, 650.0, 648.0, 648.0, 648.0, 648.0, 649.0, 650.0, 653.0, 652.0, 650.0, 651.0, 650.0, 650.0, 649.0, 649.0, 650.0, 651.0, 650.0, 650.0, 652.0, 650.0, 652.0, 652.0, 651.0, 648.0, 650.0, 647.0, 647.0, 647.0, 647.0, 650.0, 647.0, 648.0, 647.0, 646.0, 646.0, 646.0, 648.0, 648.0, 647.0, 646.0, 645.0, 645.0, 646.0, 648.0, 648.0, 649.0, 649.0, 649.0, 648.0, 650.0, 651.0, 649.0, 650.0, 648.0, 649.0, 648.0, 653.0, 650.0, 648.0, 647.0, 646.0, 646.0, 647.0, 646.0, 647.0, 647.0, 646.0, 646.0, 647.0, 648.0, 649.0, 648.0, 650.0, 648.0, 649.0, 647.0, 652.0, 648.0, 651.0, 649.0, 651.0, 648.0, 649.0, 646.0, 646.0, 645.0, 646.0, 643.0, 646.0, 647.0, 646.0, 646.0, 649.0, 645.0, 646.0, 645.0, 643.0, 639.0, 643.0, 643.0, 644.0, 645.0, 647.0, 648.0, 647.0, 647.0, 645.0, 644.0, 646.0, 648.0, 650.0, 650.0, 651.0, 651.0, 650.0, 651.0, 650.0, 650.0, 651.0, 650.0, 651.0, 649.0, 651.0, 647.0, 648.0, 649.0, 647.0, 648.0, 645.0, 645.0, 646.0, 646.0, 647.0, 646.0, 645.0, 648.0, 647.0, 650.0, 651.0, 650.0, 648.0, 649.0, 648.0, 649.0, 651.0, 649.0, 650.0, 650.0, 652.0, 651.0, 654.0, 652.0, 651.0, 650.0, 650.0, 651.0, 649.0, 650.0, 649.0, 650.0, 650.0, 649.0, 654.0, 653.0, 657.0, 651.0, 655.0, 650.0, 654.0, 650.0, 654.0, 653.0, 653.0, 650.0, 648.0, 653.0, 648.0, 652.0, 650.0, 647.0, 648.0, 645.0, 646.0, 646.0, 644.0, 645.0, 645.0, 646.0, 647.0, 648.0, 648.0, 647.0, 648.0, 649.0, 648.0, 647.0, 646.0, 646.0, 647.0, 647.0, 649.0, 650.0, 650.0, 651.0, 652.0, 651.0, 651.0, 650.0, 650.0, 650.0, 649.0, 652.0, 650.0, 652.0, 648.0, 652.0, 647.0, 650.0, 647.0, 648.0, 647.0, 647.0, 647.0, 646.0, 644.0, 644.0, 643.0, 645.0, 645.0, 648.0, 649.0, 648.0, 648.0, 647.0, 648.0, 649.0, 648.0, 649.0, 649.0, 650.0, 649.0, 650.0, 652.0, 649.0, 654.0, 649.0, 652.0, 648.0, 651.0, 647.0, 651.0, 648.0, 650.0, 646.0, 648.0, 646.0, 647.0, 646.0, 646.0, 647.0, 648.0, 648.0, 648.0, 649.0, 648.0, 650.0, 650.0, 650.0, 650.0, 651.0, 648.0, 648.0, 651.0, 648.0, 647.0, 647.0, 647.0, 647.0, 648.0, 648.0, 648.0, 649.0, 651.0, 649.0, 649.0, 647.0, 646.0, 646.0, 645.0, 644.0, 644.0, 648.0, 646.0, 647.0, 649.0, 648.0, 649.0, 649.0, 651.0, 655.0, 654.0, 654.0, 653.0, 650.0, 655.0, 649.0, 655.0, 653.0, 654.0, 652.0, 652.0, 652.0, 647.0, 652.0, 646.0, 649.0, 648.0, 645.0, 645.0, 643.0, 643.0, 642.0, 643.0, 644.0, 644.0, 645.0, 645.0, 645.0, 646.0, 646.0, 647.0, 647.0, 648.0, 647.0, 649.0, 648.0, 650.0, 650.0, 649.0, 650.0, 650.0, 649.0, 650.0, 651.0, 653.0, 652.0, 652.0, 652.0, 653.0, 654.0, 654.0, 654.0, 653.0, 654.0, 652.0, 652.0, 651.0, 653.0, 651.0, 653.0, 649.0, 649.0, 649.0, 649.0, 651.0, 649.0, 649.0, 649.0, 648.0, 649.0, 648.0, 650.0, 648.0, 650.0, 650.0, 652.0, 651.0, 651.0, 650.0, 649.0, 651.0, 651.0, 650.0, 651.0, 652.0, 652.0, 652.0, 651.0, 654.0, 652.0, 653.0, 653.0, 652.0, 652.0, 651.0, 653.0, 654.0, 654.0, 651.0, 652.0, 651.0, 652.0, 650.0, 651.0, 650.0, 652.0, 651.0, 652.0, 651.0, 648.0, 649.0, 648.0, 649.0, 650.0, 650.0, 649.0, 650.0, 650.0, 651.0, 650.0, 651.0, 650.0, 651.0, 652.0, 650.0, 651.0, 649.0, 651.0, 649.0, 650.0, 650.0, 649.0, 649.0, 647.0, 649.0, 648.0, 649.0, 649.0, 649.0, 648.0, 649.0, 649.0, 650.0, 649.0, 649.0, 650.0, 650.0, 650.0, 650.0, 651.0, 650.0, 651.0, 651.0, 651.0, 649.0, 651.0, 650.0, 651.0, 650.0, 650.0, 650.0, 651.0, 651.0, 653.0, 651.0, 654.0, 652.0, 651.0, 652.0, 651.0, 651.0, 651.0, 650.0, 650.0, 651.0, 650.0, 649.0, 649.0, 650.0, 649.0, 653.0, 651.0, 652.0, 647.0, 648.0, 643.0, 642.0, 642.0, 643.0, 644.0, 646.0, 648.0, 648.0, 650.0, 649.0, 650.0, 650.0, 648.0, 652.0, 650.0, 651.0, 649.0, 650.0, 649.0, 648.0, 647.0, 644.0, 648.0, 645.0, 650.0, 646.0, 647.0, 644.0, 643.0, 644.0, 643.0, 646.0, 643.0, 647.0, 644.0, 642.0, 641.0, 641.0, 641.0, 642.0, 643.0, 643.0, 642.0, 643.0, 642.0, 642.0, 644.0, 643.0, 644.0, 646.0, 647.0, 646.0, 646.0, 647.0, 647.0, 647.0, 649.0, 651.0, 651.0, 650.0, 648.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.00513394495412844</td></tr>
<tr><td colspan=3>aqi</td><td>0.03899536961009174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.22943344732486</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.257333159678532</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.07667894392652</td></tr>
<tr><td colspan=3>efc</td><td>0.4908</td></tr>
<tr><td colspan=3>fber</td><td>5531.647</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14961725303295925</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>204</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.394495412844037</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.864969819324738</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.789979115299896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.147174834056414</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.657755508617904</td></tr>
<tr><td colspan=3>gcor</td><td>0.0191197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01560136303305626</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027967100962996483</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4493704194964194</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>27.657</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.1777</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.3584</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.2228</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4965</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>41.552</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>237.3865</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>53.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>74.5059</td></tr>
<tr><td colspan=3>tsnr</td><td>29.884791292250156</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>