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

616 lines
No EOL
105 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-0115_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0115_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-01/func/sub-0115_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fbf57d09ed93b81b685bee65c58fa297</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>18:10:47.710000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998975, -0.0452566, 0.000627775, 0.0451885, 0.996496, -0.0703801]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.087044</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7762, -7288, 153, -108, -156, -79, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>237.023</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f719a14-6b2a-4c8a-8250-0c6f0de885df||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801774501800537, 0.12123757600784302, -0.006910888943821192, 108.80975341796875], [0.1214202269911766, 2.6735265254974365, -0.1899080127477646, -89.00894165039062], [0.001684275222942233, 0.18882454931735992, 2.6933040618896484, -96.35213470458984], [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': ['181047.710000', '181048.170000', '181048.630000', '181049.090000', '181049.550000', '181050.010000', '181050.470000', '181050.930000', '181051.390000', '181051.850000', '181052.310000', '181052.770000', '181053.230000', '181053.690000', '181054.150000', '181054.610000', '181055.070000', '181055.530000', '181055.990000', '181056.450000', '181056.910000', '181057.370000', '181057.830000', '181058.290000', '181058.750000', '181059.210000', '181059.670000', '181100.130000', '181100.590000', '181101.050000', '181101.510000', '181101.970000', '181102.430000', '181102.890000', '181103.350000', '181103.810000', '181104.270000', '181104.730000', '181105.190000', '181105.650000', '181106.110000', '181106.570000', '181107.030000', '181107.490000', '181107.950000', '181108.410000', '181108.870000', '181109.330000', '181109.790000', '181110.250000', '181110.710000', '181111.170000', '181111.630000', '181112.090000', '181112.550000', '181113.010000', '181113.470000', '181113.930000', '181114.390000', '181114.850000', '181115.310000', '181115.770000', '181116.230000', '181116.690000', '181117.150000', '181117.610000', '181118.070000', '181118.530000', '181118.990000', '181119.450000', '181119.910000', '181120.370000', '181120.830000', '181121.290000', '181121.750000', '181122.210000', '181122.670000', '181123.130000', '181123.590000', '181124.050000', '181124.510000', '181124.970000', '181125.430000', '181125.890000', '181126.350000', '181126.810000', '181127.270000', '181127.730000', '181128.190000', '181128.650000', '181129.110000', '181129.570000', '181130.030000', '181130.490000', '181130.950000', '181131.410000', '181131.870000', '181132.330000', '181132.790000', '181133.250000', '181133.710000', '181134.170000', '181134.630000', '181135.090000', '181135.550000', '181136.010000', '181136.470000', '181136.930000', '181137.390000', '181137.850000', '181138.310000', '181138.770000', '181139.230000', '181139.690000', '181140.150000', '181140.610000', '181141.070000', '181141.530000', '181141.990000', '181142.450000', '181142.910000', '181143.370000', '181143.830000', '181144.290000', '181144.750000', '181145.210000', '181145.670000', '181146.130000', '181146.590000', '181147.050000', '181147.510000', '181147.970000', '181148.430000', '181148.890000', '181149.350000', '181149.810000', '181150.270000', '181150.730000', '181151.190000', '181151.650000', '181152.110000', '181152.570000', '181153.030000', '181153.490000', '181153.950000', '181154.410000', '181154.870000', '181155.330000', '181155.790000', '181156.250000', '181156.710000', '181157.170000', '181157.630000', '181158.090000', '181158.550000', '181159.010000', '181159.470000', '181159.930000', '181200.390000', '181200.850000', '181201.310000', '181201.770000', '181202.230000', '181202.690000', '181203.150000', '181203.610000', '181204.070000', '181204.530000', '181204.990000', '181205.450000', '181205.910000', '181206.370000', '181206.830000', '181207.290000', '181207.750000', '181208.210000', '181208.670000', '181209.130000', '181209.590000', '181210.050000', '181210.510000', '181210.970000', '181211.430000', '181211.890000', '181212.350000', '181212.810000', '181213.270000', '181213.730000', '181214.190000', '181214.650000', '181215.110000', '181215.570000', '181216.030000', '181216.490000', '181216.950000', '181217.410000', '181217.870000', '181218.330000', '181218.790000', '181219.250000', '181219.710000', '181220.170000', '181220.630000', '181221.090000', '181221.550000', '181222.010000', '181222.470000', '181222.930000', '181223.390000', '181223.850000', '181224.310000', '181224.770000', '181225.230000', '181225.690000', '181226.150000', '181226.610000', '181227.070000', '181227.530000', '181227.990000', '181228.450000', '181228.910000', '181229.370000', '181229.830000', '181230.290000', '181230.750000', '181231.210000', '181231.670000', '181232.130000', '181232.590000', '181233.050000', '181233.510000', '181233.970000', '181234.430000', '181234.890000', '181235.350000', '181235.810000', '181236.270000', '181236.730000', '181237.190000', '181237.650000', '181238.110000', '181238.570000', '181239.030000', '181239.490000', '181239.950000', '181240.410000', '181240.870000', '181241.330000', '181241.790000', '181242.250000', '181242.710000', '181243.170000', '181243.630000', '181244.090000', '181244.550000', '181245.010000', '181245.470000', '181245.930000', '181246.390000', '181246.850000', '181247.310000', '181247.770000', '181248.230000', '181248.690000', '181249.150000', '181249.610000', '181250.070000', '181250.530000', '181250.990000', '181251.450000', '181251.910000', '181252.370000', '181252.830000', '181253.290000', '181253.750000', '181254.210000', '181254.670000', '181255.130000', '181255.590000', '181256.050000', '181256.510000', '181256.970000', '181257.430000', '181257.890000', '181258.350000', '181258.810000', '181259.270000', '181259.730000', '181300.190000', '181300.650000', '181301.110000', '181301.570000', '181302.030000', '181302.490000', '181302.950000', '181303.410000', '181303.870000', '181304.330000', '181304.790000', '181305.250000', '181305.710000', '181306.170000', '181306.630000', '181307.090000', '181307.550000', '181308.010000', '181308.470000', '181308.930000', '181309.390000', '181309.850000', '181310.310000', '181310.770000', '181311.230000', '181311.690000', '181312.150000', '181312.610000', '181313.070000', '181313.530000', '181313.990000', '181314.450000', '181314.910000', '181315.370000', '181315.830000', '181316.290000', '181316.750000', '181317.210000', '181317.670000', '181318.130000', '181318.590000', '181319.050000', '181319.510000', '181319.970000', '181320.430000', '181320.890000', '181321.350000', '181321.810000', '181322.270000', '181322.730000', '181323.190000', '181323.650000', '181324.110000', '181324.570000', '181325.030000', '181325.490000', '181325.950000', '181326.410000', '181326.870000', '181327.330000', '181327.790000', '181328.250000', '181328.710000', '181329.170000', '181329.630000', '181330.090000', '181330.550000', '181331.010000', '181331.470000', '181331.930000', '181332.390000', '181332.850000', '181333.310000', '181333.770000', '181334.230000', '181334.690000', '181335.150000', '181335.610000', '181336.070000', '181336.530000', '181336.990000', '181337.450000', '181337.910000', '181338.370000', '181338.830000', '181339.290000', '181339.750000', '181340.210000', '181340.670000', '181341.130000', '181341.590000', '181342.050000', '181342.510000', '181342.970000', '181343.430000', '181343.890000', '181344.350000', '181344.810000', '181345.270000', '181345.730000', '181346.190000', '181346.650000', '181347.110000', '181347.570000', '181348.030000', '181348.490000', '181348.950000', '181349.410000', '181349.870000', '181350.330000', '181350.790000', '181351.250000', '181351.710000', '181352.170000', '181352.630000', '181353.090000', '181353.550000', '181354.010000', '181354.470000', '181354.930000', '181355.390000', '181355.850000', '181356.310000', '181356.770000', '181357.230000', '181357.690000', '181358.150000', '181358.610000', '181359.070000', '181359.530000', '181359.990000', '181400.450000', '181400.910000', '181401.370000', '181401.830000', '181402.290000', '181402.750000', '181403.210000', '181403.670000', '181404.130000', '181404.590000', '181405.050000', '181405.510000', '181405.970000', '181406.430000', '181406.890000', '181407.350000', '181407.810000', '181408.270000', '181408.730000', '181409.190000', '181409.650000', '181410.110000', '181410.570000', '181411.030000', '181411.490000', '181411.950000', '181412.410000', '181412.870000', '181413.330000', '181413.790000', '181414.250000', '181414.710000', '181415.170000', '181415.630000', '181416.090000', '181416.550000', '181417.010000', '181417.470000', '181417.930000', '181418.390000', '181418.850000', '181419.310000', '181419.770000', '181420.230000', '181420.690000', '181421.150000', '181421.610000', '181422.070000', '181422.530000', '181422.990000', '181423.450000', '181423.910000', '181424.370000', '181424.830000', '181425.290000', '181425.750000', '181426.210000', '181426.670000', '181427.130000', '181427.590000', '181428.050000', '181428.510000', '181428.970000', '181429.430000', '181429.890000', '181430.350000', '181430.810000', '181431.270000', '181431.730000', '181432.190000', '181432.650000', '181433.110000', '181433.570000', '181434.030000', '181434.490000', '181434.950000', '181435.410000', '181435.870000', '181436.330000', '181436.790000', '181437.250000', '181437.710000', '181438.170000', '181438.630000', '181439.090000', '181439.550000', '181440.010000', '181440.470000', '181440.930000', '181441.390000', '181441.850000', '181442.310000', '181442.770000', '181443.230000', '181443.690000', '181444.150000', '181444.610000', '181445.070000', '181445.530000', '181445.990000', '181446.450000', '181446.910000', '181447.370000', '181447.830000', '181448.290000', '181448.750000', '181449.210000', '181449.670000', '181450.130000', '181450.590000', '181451.050000', '181451.510000', '181451.970000', '181452.430000', '181452.890000', '181453.350000', '181453.810000', '181454.270000', '181454.730000', '181455.190000', '181455.650000', '181456.110000', '181456.570000', '181457.030000', '181457.490000', '181457.950000', '181458.410000', '181458.870000', '181459.330000', '181459.790000', '181500.250000', '181500.710000', '181501.170000', '181501.630000', '181502.090000', '181502.550000', '181503.010000', '181503.470000', '181503.930000', '181504.390000', '181504.850000', '181505.310000', '181505.770000', '181506.230000', '181506.690000', '181507.150000', '181507.610000', '181508.070000', '181508.530000', '181508.990000', '181509.450000', '181509.910000', '181510.370000', '181510.830000', '181511.290000', '181511.750000', '181512.210000', '181512.670000', '181513.130000', '181513.590000', '181514.050000', '181514.510000', '181514.970000', '181515.430000', '181515.890000', '181516.350000', '181516.810000', '181517.270000', '181517.730000', '181518.190000', '181518.650000', '181519.110000', '181519.570000', '181520.030000', '181520.490000', '181520.950000', '181521.410000', '181521.870000', '181522.330000', '181522.790000', '181523.250000', '181523.710000', '181524.170000', '181524.630000', '181525.090000', '181525.550000', '181526.010000', '181526.470000', '181526.930000', '181527.390000', '181527.850000', '181528.310000', '181528.770000', '181529.230000', '181529.690000', '181530.150000', '181530.610000', '181531.070000', '181531.530000', '181531.990000', '181532.450000', '181532.910000', '181533.370000', '181533.830000', '181534.290000', '181534.750000', '181535.210000', '181535.670000', '181536.130000', '181536.590000', '181537.050000', '181537.510000', '181537.970000', '181538.430000', '181538.890000', '181539.350000', '181539.810000', '181540.270000', '181540.730000', '181541.190000', '181541.650000', '181542.110000', '181542.570000', '181543.030000', '181543.490000', '181543.950000', '181544.410000', '181544.870000', '181545.330000', '181545.790000', '181546.250000', '181546.710000', '181547.170000', '181547.630000', '181548.090000', '181548.550000', '181549.010000', '181549.470000', '181549.930000', '181550.390000', '181550.850000', '181551.310000', '181551.770000', '181552.230000', '181552.690000', '181553.150000', '181553.610000', '181554.070000', '181554.530000', '181554.990000', '181555.450000', '181555.910000', '181556.370000', '181556.830000', '181557.290000', '181557.750000', '181558.210000', '181558.670000', '181559.130000', '181559.590000', '181600.050000', '181600.510000', '181600.970000', '181601.430000', '181601.890000', '181602.350000', '181602.810000', '181603.270000', '181603.730000', '181604.190000', '181604.650000', '181605.110000', '181605.570000', '181606.030000', '181606.490000', '181606.950000', '181607.410000', '181607.870000', '181608.330000', '181608.790000', '181609.250000', '181609.710000', '181610.170000', '181610.630000', '181611.090000', '181611.550000', '181612.010000', '181612.470000', '181612.930000', '181613.390000', '181613.850000', '181614.310000', '181614.770000', '181615.230000', '181615.690000', '181616.150000', '181616.610000', '181617.070000', '181617.530000', '181617.990000', '181618.450000', '181618.910000', '181619.370000', '181619.830000', '181620.290000', '181620.750000', '181621.210000', '181621.670000', '181622.130000', '181622.590000', '181623.050000', '181623.510000', '181623.970000', '181624.430000', '181624.890000', '181625.350000', '181625.810000', '181626.270000', '181626.730000', '181627.190000', '181627.650000', '181628.110000', '181628.570000', '181629.030000', '181629.490000', '181629.950000', '181630.410000', '181630.870000', '181631.330000', '181631.790000', '181632.250000', '181632.710000', '181633.170000', '181633.630000', '181634.090000', '181634.550000', '181635.010000', '181635.470000', '181635.930000', '181636.390000', '181636.850000', '181637.310000', '181637.770000', '181638.230000', '181638.690000', '181639.150000', '181639.610000', '181640.070000', '181640.530000', '181640.990000', '181641.450000', '181641.910000', '181642.370000', '181642.830000', '181643.290000', '181643.750000', '181644.210000', '181644.670000', '181645.130000', '181645.590000', '181646.050000', '181646.510000', '181646.970000', '181647.430000', '181647.890000', '181648.350000', '181648.810000', '181649.270000', '181649.730000', '181650.190000', '181650.650000', '181651.110000', '181651.570000', '181652.030000', '181652.490000', '181652.950000', '181653.410000', '181653.870000', '181654.330000', '181654.790000', '181655.250000', '181655.710000', '181656.170000', '181656.630000', '181657.090000', '181657.550000', '181658.010000', '181658.470000', '181658.930000', '181659.390000', '181659.850000', '181700.310000', '181700.770000', '181701.230000', '181701.690000', '181702.150000', '181702.610000', '181703.070000', '181703.530000', '181703.990000', '181704.450000', '181704.910000', '181705.370000', '181705.830000', '181706.290000', '181706.750000', '181707.210000', '181707.670000', '181708.130000', '181708.590000', '181709.050000', '181709.510000', '181709.970000', '181710.430000', '181710.890000', '181711.350000', '181711.810000', '181712.270000', '181712.730000', '181713.190000', '181713.650000', '181714.110000', '181714.570000', '181715.030000', '181715.490000', '181715.950000', '181716.410000', '181716.870000', '181717.330000', '181717.790000', '181718.250000', '181718.710000', '181719.170000', '181719.630000', '181720.090000', '181720.550000', '181721.010000', '181721.470000', '181721.930000', '181722.390000', '181722.850000', '181723.310000', '181723.770000', '181724.230000', '181724.690000', '181725.150000', '181725.610000', '181726.070000', '181726.530000', '181726.990000', '181727.450000', '181727.910000', '181728.370000'], 'ContentTime': ['181111.750000', '181111.753000', '181111.756000', '181111.759000', '181111.761000', '181111.764000', '181111.767000', '181111.769000', '181111.772000', '181111.774000', '181111.777000', '181111.780000', '181111.782000', '181111.785000', '181111.787000', '181111.790000', '181111.792000', '181111.795000', '181111.797000', '181111.800000', '181111.803000', '181111.805000', '181111.808000', '181111.810000', '181111.813000', '181111.815000', '181111.818000', '181111.820000', '181111.823000', '181111.826000', '181111.828000', '181111.831000', '181111.833000', '181111.836000', '181111.839000', '181111.841000', '181111.844000', '181111.868000', '181111.871000', '181111.874000', '181111.876000', '181111.888000', '181111.890000', '181111.893000', '181111.895000', '181111.898000', '181111.901000', '181111.903000', '181111.906000', '181111.908000', '181131.721000', '181131.734000', '181131.737000', '181131.739000', '181131.742000', '181131.744000', '181131.747000', '181131.749000', '181131.752000', '181131.755000', '181131.757000', '181131.760000', '181131.762000', '181131.765000', '181131.767000', '181131.770000', '181131.772000', '181131.775000', '181131.778000', '181131.780000', '181131.783000', '181131.786000', '181131.788000', '181131.791000', '181131.794000', '181131.804000', '181131.806000', '181131.809000', '181131.812000', '181131.814000', '181131.817000', '181131.819000', '181131.822000', '181131.824000', '181131.827000', '181131.829000', '181131.832000', '181131.835000', '181131.837000', '181131.840000', '181131.842000', '181131.845000', '181131.847000', '181151.721000', '181151.724000', '181151.727000', '181151.729000', '181151.732000', '181151.735000', '181151.737000', '181151.740000', '181151.743000', '181151.746000', '181151.748000', '181151.755000', '181151.757000', '181151.760000', '181151.763000', '181151.765000', '181151.768000', '181151.770000', '181151.773000', '181151.775000', '181151.778000', '181151.781000', '181151.783000', '181151.786000', '181151.788000', '181151.791000', '181151.793000', '181151.796000', '181151.799000', '181151.801000', '181151.804000', '181151.806000', '181151.809000', '181151.811000', '181151.814000', '181151.817000', '181151.819000', '181151.822000', '181151.824000', '181151.827000', '181151.829000', '181151.832000', '181151.835000', '181151.837000', '181211.722000', '181211.724000', '181211.727000', '181211.730000', '181211.732000', '181211.735000', '181211.737000', '181211.740000', '181211.743000', '181211.750000', '181211.753000', '181211.756000', '181211.758000', '181211.761000', '181211.763000', '181211.766000', '181211.768000', '181211.771000', '181211.774000', '181211.776000', '181211.779000', '181211.781000', '181211.784000', '181211.787000', '181211.789000', '181211.792000', '181211.794000', '181211.797000', '181211.799000', '181211.802000', '181211.804000', '181211.807000', '181211.810000', '181211.812000', '181211.815000', '181211.817000', '181211.820000', '181211.822000', '181211.825000', '181211.828000', '181211.830000', '181211.833000', '181211.835000', '181231.722000', '181231.724000', '181231.727000', '181231.730000', '181231.732000', '181231.735000', '181231.737000', '181231.740000', '181231.743000', '181231.745000', '181231.748000', '181231.750000', '181231.753000', '181231.756000', '181231.758000', '181231.761000', '181231.763000', '181231.766000', '181231.769000', '181231.771000', '181231.774000', '181231.776000', '181231.779000', '181231.782000', '181231.784000', '181231.787000', '181231.789000', '181231.792000', '181231.795000', '181231.797000', '181231.800000', '181231.802000', '181231.805000', '181231.807000', '181231.810000', '181231.813000', '181231.815000', '181231.818000', '181231.820000', '181231.823000', '181231.825000', '181231.828000', '181231.830000', '181231.833000', '181251.721000', '181251.724000', '181251.727000', '181251.729000', '181251.739000', '181251.742000', '181251.744000', '181251.747000', '181251.749000', '181251.752000', '181251.755000', '181251.758000', '181251.760000', '181251.763000', '181251.765000', '181251.768000', '181251.771000', '181251.773000', '181251.776000', '181251.778000', '181251.781000', '181251.783000', '181251.786000', '181251.789000', '181251.791000', '181251.794000', '181251.796000', '181251.799000', '181251.801000', '181251.804000', '181251.823000', '181251.825000', '181251.828000', '181251.831000', '181251.833000', '181251.836000', '181251.838000', '181251.841000', '181251.843000', '181251.846000', '181251.849000', '181251.851000', '181251.854000', '181311.721000', '181311.724000', '181311.727000', '181311.729000', '181311.732000', '181311.735000', '181311.737000', '181311.740000', '181311.742000', '181311.745000', '181311.747000', '181311.750000', '181311.753000', '181311.755000', '181311.758000', '181311.760000', '181311.763000', '181311.766000', '181311.768000', '181311.771000', '181311.773000', '181311.776000', '181311.779000', '181311.781000', '181311.784000', '181311.786000', '181311.789000', '181311.792000', '181311.794000', '181311.797000', '181311.799000', '181311.802000', '181311.805000', '181311.807000', '181311.810000', '181311.812000', '181311.815000', '181311.818000', '181311.820000', '181311.823000', '181311.825000', '181311.828000', '181311.830000', '181311.833000', '181331.722000', '181331.724000', '181331.727000', '181331.730000', '181331.732000', '181331.735000', '181331.737000', '181331.740000', '181331.743000', '181331.745000', '181331.748000', '181331.750000', '181331.753000', '181331.755000', '181331.758000', '181331.761000', '181331.763000', '181331.766000', '181331.768000', '181331.771000', '181331.774000', '181331.776000', '181331.779000', '181331.781000', '181331.784000', '181331.786000', '181331.789000', '181331.792000', '181331.794000', '181331.797000', '181331.799000', '181331.802000', '181331.805000', '181331.807000', '181331.810000', '181331.813000', '181331.815000', '181331.818000', '181331.820000', '181331.823000', '181331.825000', '181331.828000', '181331.831000', '181351.722000', '181351.724000', '181351.727000', '181351.730000', '181351.732000', '181351.735000', '181351.738000', '181351.740000', '181351.743000', '181351.746000', '181351.749000', '181351.752000', '181351.754000', '181351.757000', '181351.760000', '181351.762000', '181351.765000', '181351.768000', '181351.770000', '181351.773000', '181351.776000', '181351.778000', '181351.781000', '181351.783000', '181351.786000', '181351.789000', '181351.791000', '181351.794000', '181351.796000', '181351.799000', '181351.802000', '181351.804000', '181351.807000', '181351.809000', '181351.812000', '181351.815000', '181351.817000', '181351.820000', '181351.822000', '181351.825000', '181351.827000', '181351.830000', '181351.833000', '181411.721000', '181411.724000', '181411.727000', '181411.729000', '181411.732000', '181411.735000', '181411.737000', '181411.740000', '181411.742000', '181411.745000', '181411.748000', '181411.750000', '181411.753000', '181411.755000', '181411.758000', '181411.761000', '181411.763000', '181411.766000', '181411.768000', '181411.771000', '181411.773000', '181411.776000', '181411.779000', '181411.781000', '181411.784000', '181411.786000', '181411.789000', '181411.791000', '181411.794000', '181411.797000', '181411.799000', '181411.802000', '181411.805000', '181411.807000', '181411.810000', '181411.812000', '181411.815000', '181411.818000', '181411.820000', '181411.823000', '181411.825000', '181411.828000', '181411.831000', '181411.833000', '181431.721000', '181431.724000', '181431.727000', '181431.729000', '181431.732000', '181431.734000', '181431.737000', '181431.740000', '181431.742000', '181431.745000', '181431.747000', '181431.750000', '181431.752000', '181431.755000', '181431.758000', '181431.760000', '181431.763000', '181431.765000', '181431.768000', '181431.771000', '181431.773000', '181431.776000', '181431.778000', '181431.781000', '181431.783000', '181431.786000', '181431.797000', '181431.800000', '181431.803000', '181431.805000', '181431.808000', '181431.810000', '181431.813000', '181431.816000', '181431.818000', '181431.821000', '181431.823000', '181431.826000', '181431.828000', '181431.831000', '181431.834000', '181431.836000', '181431.839000', '181431.841000', '181451.721000', '181451.724000', '181451.727000', '181451.729000', '181451.732000', '181451.735000', '181451.737000', '181451.740000', '181451.742000', '181451.745000', '181451.748000', '181451.750000', '181451.753000', '181451.755000', '181451.758000', '181451.761000', '181451.763000', '181451.766000', '181451.768000', '181451.771000', '181451.773000', '181451.776000', '181451.779000', '181451.782000', '181451.784000', '181451.787000', '181451.790000', '181451.792000', '181451.795000', '181451.798000', '181451.800000', '181451.803000', '181451.805000', '181451.808000', '181451.810000', '181451.813000', '181451.816000', '181451.818000', '181451.821000', '181451.823000', '181451.830000', '181451.833000', '181451.836000', '181511.722000', '181511.724000', '181511.727000', '181511.730000', '181511.732000', '181511.735000', '181511.737000', '181511.740000', '181511.742000', '181511.745000', '181511.748000', '181511.750000', '181511.753000', '181511.755000', '181511.758000', '181511.761000', '181511.763000', '181511.766000', '181511.768000', '181511.771000', '181511.773000', '181511.776000', '181511.779000', '181511.781000', '181511.785000', '181511.788000', '181511.791000', '181511.793000', '181511.796000', '181511.799000', '181511.801000', '181511.804000', '181511.806000', '181511.809000', '181511.812000', '181511.814000', '181511.817000', '181511.819000', '181511.822000', '181511.825000', '181511.827000', '181511.830000', '181511.832000', '181531.721000', '181531.724000', '181531.727000', '181531.729000', '181531.732000', '181531.734000', '181531.737000', '181531.740000', '181531.742000', '181531.745000', '181531.748000', '181531.750000', '181531.754000', '181531.756000', '181531.759000', '181531.762000', '181531.764000', '181531.767000', '181531.769000', '181531.772000', '181531.774000', '181531.777000', '181531.780000', '181531.782000', '181531.785000', '181531.787000', '181531.790000', '181531.793000', '181531.795000', '181531.798000', '181531.800000', '181531.803000', '181531.805000', '181531.808000', '181531.811000', '181531.813000', '181531.816000', '181531.818000', '181531.821000', '181531.824000', '181531.826000', '181531.829000', '181531.831000', '181531.834000', '181551.721000', '181551.724000', '181551.727000', '181551.730000', '181551.732000', '181551.735000', '181551.738000', '181551.740000', '181551.743000', '181551.746000', '181551.749000', '181551.752000', '181551.754000', '181551.757000', '181551.760000', '181551.762000', '181551.765000', '181551.767000', '181551.770000', '181551.773000', '181551.775000', '181551.778000', '181551.781000', '181551.783000', '181551.786000', '181551.788000', '181551.791000', '181551.794000', '181551.796000', '181551.799000', '181551.802000', '181551.806000', '181551.808000', '181551.811000', '181551.813000', '181551.816000', '181551.818000', '181551.821000', '181551.824000', '181551.826000', '181551.829000', '181551.831000', '181551.834000', '181611.721000', '181611.724000', '181611.727000', '181611.729000', '181611.732000', '181611.735000', '181611.737000', '181611.740000', '181611.743000', '181611.745000', '181611.748000', '181611.750000', '181611.753000', '181611.756000', '181611.758000', '181611.761000', '181611.763000', '181611.766000', '181611.769000', '181611.771000', '181611.774000', '181611.777000', '181611.779000', '181611.782000', '181611.784000', '181611.787000', '181611.790000', '181611.792000', '181611.795000', '181611.798000', '181611.806000', '181611.809000', '181611.811000', '181611.814000', '181611.816000', '181611.819000', '181611.822000', '181611.824000', '181611.827000', '181611.830000', '181611.832000', '181611.835000', '181611.837000', '181611.840000', '181631.721000', '181631.724000', '181631.727000', '181631.730000', '181631.732000', '181631.735000', '181631.738000', '181631.740000', '181631.743000', '181631.746000', '181631.748000', '181631.751000', '181631.753000', '181631.756000', '181631.758000', '181631.761000', '181631.764000', '181631.766000', '181631.769000', '181631.771000', '181631.774000', '181631.777000', '181631.780000', '181631.782000', '181631.785000', '181631.788000', '181631.790000', '181631.793000', '181631.795000', '181631.798000', '181631.801000', '181631.803000', '181631.806000', '181631.809000', '181631.811000', '181631.814000', '181631.816000', '181631.819000', '181631.822000', '181631.825000', '181631.828000', '181631.831000', '181631.833000', '181651.722000', '181651.724000', '181651.727000', '181651.730000', '181651.732000', '181651.735000', '181651.737000', '181651.740000', '181651.743000', '181651.745000', '181651.748000', '181651.751000', '181651.753000', '181651.756000', '181651.758000', '181651.761000', '181651.763000', '181651.766000', '181651.769000', '181651.771000', '181651.774000', '181651.776000', '181651.779000', '181651.782000', '181651.784000', '181651.787000', '181651.790000', '181651.792000', '181651.795000', '181651.797000', '181651.800000', '181651.803000', '181651.805000', '181651.808000', '181651.810000', '181651.815000', '181651.818000', '181651.820000', '181651.823000', '181651.826000', '181651.828000', '181651.831000', '181651.833000', '181651.836000', '181711.722000', '181711.724000', '181711.727000', '181711.730000', '181711.732000', '181711.735000', '181711.738000', '181711.740000', '181711.743000', '181711.745000', '181711.748000', '181711.751000', '181711.753000', '181711.756000', '181711.758000', '181711.761000', '181711.764000', '181711.766000', '181711.769000', '181711.771000', '181711.774000', '181711.777000', '181711.779000', '181711.782000', '181711.784000', '181711.787000', '181711.789000', '181711.792000', '181711.795000', '181711.797000', '181711.800000', '181711.803000', '181711.806000', '181711.809000', '181711.812000', '181711.814000', '181711.817000', '181711.820000', '181711.822000', '181711.825000', '181711.827000', '181711.830000', '181711.832000', '181729.733000', '181729.736000', '181729.739000', '181729.741000', '181729.744000', '181729.756000', '181729.758000', '181729.761000', '181729.764000', '181729.767000', '181729.770000', '181729.772000', '181729.775000', '181729.778000', '181729.781000', '181729.784000', '181729.787000', '181729.790000', '181729.793000', '181729.796000', '181729.799000', '181729.803000', '181729.807000', '181729.811000', '181729.814000', '181729.816000', '181729.819000', '181729.822000', '181729.824000', '181729.827000', '181729.830000', '181729.834000', '181729.837000', '181729.840000', '181729.842000', '181729.845000', '181729.848000', '181729.851000', '181729.854000', '181729.856000'], 'InstanceCreationTime': ['181111.750000', '181111.753000', '181111.756000', '181111.759000', '181111.761000', '181111.764000', '181111.767000', '181111.769000', '181111.772000', '181111.774000', '181111.777000', '181111.780000', '181111.782000', '181111.785000', '181111.787000', '181111.790000', '181111.792000', '181111.795000', '181111.797000', '181111.800000', '181111.803000', '181111.805000', '181111.808000', '181111.810000', '181111.813000', '181111.815000', '181111.818000', '181111.820000', '181111.823000', '181111.826000', '181111.828000', '181111.831000', '181111.833000', '181111.836000', '181111.839000', '181111.841000', '181111.844000', '181111.868000', '181111.871000', '181111.874000', '181111.876000', '181111.888000', '181111.890000', '181111.893000', '181111.895000', '181111.898000', '181111.901000', '181111.903000', '181111.906000', '181111.908000', '181131.721000', '181131.734000', '181131.737000', '181131.739000', '181131.742000', '181131.744000', '181131.747000', '181131.749000', '181131.752000', '181131.755000', '181131.757000', '181131.760000', '181131.762000', '181131.765000', '181131.767000', '181131.770000', '181131.772000', '181131.775000', '181131.778000', '181131.780000', '181131.783000', '181131.786000', '181131.788000', '181131.791000', '181131.794000', '181131.804000', '181131.806000', '181131.809000', '181131.812000', '181131.814000', '181131.817000', '181131.819000', '181131.822000', '181131.824000', '181131.827000', '181131.829000', '181131.832000', '181131.835000', '181131.837000', '181131.840000', '181131.842000', '181131.845000', '181131.847000', '181151.721000', '181151.724000', '181151.727000', '181151.729000', '181151.732000', '181151.735000', '181151.737000', '181151.740000', '181151.743000', '181151.746000', '181151.748000', '181151.755000', '181151.757000', '181151.760000', '181151.763000', '181151.765000', '181151.768000', '181151.770000', '181151.773000', '181151.775000', '181151.778000', '181151.781000', '181151.783000', '181151.786000', '181151.788000', '181151.791000', '181151.793000', '181151.796000', '181151.799000', '181151.801000', '181151.804000', '181151.806000', '181151.809000', '181151.811000', '181151.814000', '181151.817000', '181151.819000', '181151.822000', '181151.824000', '181151.827000', '181151.829000', '181151.832000', '181151.835000', '181151.837000', '181211.722000', '181211.724000', '181211.727000', '181211.730000', '181211.732000', '181211.735000', '181211.737000', '181211.740000', '181211.743000', '181211.750000', '181211.753000', '181211.756000', '181211.758000', '181211.761000', '181211.763000', '181211.766000', '181211.768000', '181211.771000', '181211.774000', '181211.776000', '181211.779000', '181211.781000', '181211.784000', '181211.787000', '181211.789000', '181211.792000', '181211.794000', '181211.797000', '181211.799000', '181211.802000', '181211.804000', '181211.807000', '181211.810000', '181211.812000', '181211.815000', '181211.817000', '181211.820000', '181211.822000', '181211.825000', '181211.828000', '181211.830000', '181211.833000', '181211.835000', '181231.722000', '181231.724000', '181231.727000', '181231.730000', '181231.732000', '181231.735000', '181231.737000', '181231.740000', '181231.743000', '181231.745000', '181231.748000', '181231.750000', '181231.753000', '181231.756000', '181231.758000', '181231.761000', '181231.763000', '181231.766000', '181231.769000', '181231.771000', '181231.774000', '181231.776000', '181231.779000', '181231.782000', '181231.784000', '181231.787000', '181231.789000', '181231.792000', '181231.795000', '181231.797000', '181231.800000', '181231.802000', '181231.805000', '181231.807000', '181231.810000', '181231.813000', '181231.815000', '181231.818000', '181231.820000', '181231.823000', '181231.825000', '181231.828000', '181231.830000', '181231.833000', '181251.721000', '181251.724000', '181251.727000', '181251.729000', '181251.739000', '181251.742000', '181251.744000', '181251.747000', '181251.749000', '181251.752000', '181251.755000', '181251.758000', '181251.760000', '181251.763000', '181251.765000', '181251.768000', '181251.771000', '181251.773000', '181251.776000', '181251.778000', '181251.781000', '181251.783000', '181251.786000', '181251.789000', '181251.791000', '181251.794000', '181251.796000', '181251.799000', '181251.801000', '181251.804000', '181251.823000', '181251.825000', '181251.828000', '181251.831000', '181251.833000', '181251.836000', '181251.838000', '181251.841000', '181251.843000', '181251.846000', '181251.849000', '181251.851000', '181251.854000', '181311.721000', '181311.724000', '181311.727000', '181311.729000', '181311.732000', '181311.735000', '181311.737000', '181311.740000', '181311.742000', '181311.745000', '181311.747000', '181311.750000', '181311.753000', '181311.755000', '181311.758000', '181311.760000', '181311.763000', '181311.766000', '181311.768000', '181311.771000', '181311.773000', '181311.776000', '181311.779000', '181311.781000', '181311.784000', '181311.786000', '181311.789000', '181311.792000', '181311.794000', '181311.797000', '181311.799000', '181311.802000', '181311.805000', '181311.807000', '181311.810000', '181311.812000', '181311.815000', '181311.818000', '181311.820000', '181311.823000', '181311.825000', '181311.828000', '181311.830000', '181311.833000', '181331.722000', '181331.724000', '181331.727000', '181331.730000', '181331.732000', '181331.735000', '181331.737000', '181331.740000', '181331.743000', '181331.745000', '181331.748000', '181331.750000', '181331.753000', '181331.755000', '181331.758000', '181331.761000', '181331.763000', '181331.766000', '181331.768000', '181331.771000', '181331.774000', '181331.776000', '181331.779000', '181331.781000', '181331.784000', '181331.786000', '181331.789000', '181331.792000', '181331.794000', '181331.797000', '181331.799000', '181331.802000', '181331.805000', '181331.807000', '181331.810000', '181331.813000', '181331.815000', '181331.818000', '181331.820000', '181331.823000', '181331.825000', '181331.828000', '181331.831000', '181351.722000', '181351.724000', '181351.727000', '181351.730000', '181351.732000', '181351.735000', '181351.738000', '181351.740000', '181351.743000', '181351.746000', '181351.749000', '181351.752000', '181351.754000', '181351.757000', '181351.760000', '181351.762000', '181351.765000', '181351.768000', '181351.770000', '181351.773000', '181351.776000', '181351.778000', '181351.781000', '181351.783000', '181351.786000', '181351.789000', '181351.791000', '181351.794000', '181351.796000', '181351.799000', '181351.802000', '181351.804000', '181351.807000', '181351.809000', '181351.812000', '181351.815000', '181351.817000', '181351.820000', '181351.822000', '181351.825000', '181351.827000', '181351.830000', '181351.833000', '181411.721000', '181411.724000', '181411.727000', '181411.729000', '181411.732000', '181411.735000', '181411.737000', '181411.740000', '181411.742000', '181411.745000', '181411.748000', '181411.750000', '181411.753000', '181411.755000', '181411.758000', '181411.761000', '181411.763000', '181411.766000', '181411.768000', '181411.771000', '181411.773000', '181411.776000', '181411.779000', '181411.781000', '181411.784000', '181411.786000', '181411.789000', '181411.791000', '181411.794000', '181411.797000', '181411.799000', '181411.802000', '181411.805000', '181411.807000', '181411.810000', '181411.812000', '181411.815000', '181411.818000', '181411.820000', '181411.823000', '181411.825000', '181411.828000', '181411.831000', '181411.833000', '181431.721000', '181431.724000', '181431.727000', '181431.729000', '181431.732000', '181431.734000', '181431.737000', '181431.740000', '181431.742000', '181431.745000', '181431.747000', '181431.750000', '181431.752000', '181431.755000', '181431.758000', '181431.760000', '181431.763000', '181431.765000', '181431.768000', '181431.771000', '181431.773000', '181431.776000', '181431.778000', '181431.781000', '181431.783000', '181431.786000', '181431.797000', '181431.800000', '181431.803000', '181431.805000', '181431.808000', '181431.810000', '181431.813000', '181431.816000', '181431.818000', '181431.821000', '181431.823000', '181431.826000', '181431.828000', '181431.831000', '181431.834000', '181431.836000', '181431.839000', '181431.841000', '181451.721000', '181451.724000', '181451.727000', '181451.729000', '181451.732000', '181451.735000', '181451.737000', '181451.740000', '181451.742000', '181451.745000', '181451.748000', '181451.750000', '181451.753000', '181451.755000', '181451.758000', '181451.761000', '181451.763000', '181451.766000', '181451.768000', '181451.771000', '181451.773000', '181451.776000', '181451.779000', '181451.782000', '181451.784000', '181451.787000', '181451.790000', '181451.792000', '181451.795000', '181451.798000', '181451.800000', '181451.803000', '181451.805000', '181451.808000', '181451.810000', '181451.813000', '181451.816000', '181451.818000', '181451.821000', '181451.823000', '181451.830000', '181451.833000', '181451.836000', '181511.722000', '181511.724000', '181511.727000', '181511.730000', '181511.732000', '181511.735000', '181511.737000', '181511.740000', '181511.742000', '181511.745000', '181511.748000', '181511.750000', '181511.753000', '181511.755000', '181511.758000', '181511.761000', '181511.763000', '181511.766000', '181511.768000', '181511.771000', '181511.773000', '181511.776000', '181511.779000', '181511.781000', '181511.785000', '181511.788000', '181511.791000', '181511.793000', '181511.796000', '181511.799000', '181511.801000', '181511.804000', '181511.806000', '181511.809000', '181511.812000', '181511.814000', '181511.817000', '181511.819000', '181511.822000', '181511.825000', '181511.827000', '181511.830000', '181511.832000', '181531.721000', '181531.724000', '181531.727000', '181531.729000', '181531.732000', '181531.734000', '181531.737000', '181531.740000', '181531.742000', '181531.745000', '181531.748000', '181531.750000', '181531.754000', '181531.756000', '181531.759000', '181531.762000', '181531.764000', '181531.767000', '181531.769000', '181531.772000', '181531.774000', '181531.777000', '181531.780000', '181531.782000', '181531.785000', '181531.787000', '181531.790000', '181531.793000', '181531.795000', '181531.798000', '181531.800000', '181531.803000', '181531.805000', '181531.808000', '181531.811000', '181531.813000', '181531.816000', '181531.818000', '181531.821000', '181531.824000', '181531.826000', '181531.829000', '181531.831000', '181531.834000', '181551.721000', '181551.724000', '181551.727000', '181551.730000', '181551.732000', '181551.735000', '181551.738000', '181551.740000', '181551.743000', '181551.746000', '181551.749000', '181551.752000', '181551.754000', '181551.757000', '181551.760000', '181551.762000', '181551.765000', '181551.767000', '181551.770000', '181551.773000', '181551.775000', '181551.778000', '181551.781000', '181551.783000', '181551.786000', '181551.788000', '181551.791000', '181551.794000', '181551.796000', '181551.799000', '181551.802000', '181551.806000', '181551.808000', '181551.811000', '181551.813000', '181551.816000', '181551.818000', '181551.821000', '181551.824000', '181551.826000', '181551.829000', '181551.831000', '181551.834000', '181611.721000', '181611.724000', '181611.727000', '181611.729000', '181611.732000', '181611.735000', '181611.737000', '181611.740000', '181611.743000', '181611.745000', '181611.748000', '181611.750000', '181611.753000', '181611.756000', '181611.758000', '181611.761000', '181611.763000', '181611.766000', '181611.769000', '181611.771000', '181611.774000', '181611.777000', '181611.779000', '181611.782000', '181611.784000', '181611.787000', '181611.790000', '181611.792000', '181611.795000', '181611.798000', '181611.806000', '181611.809000', '181611.811000', '181611.814000', '181611.816000', '181611.819000', '181611.822000', '181611.824000', '181611.827000', '181611.830000', '181611.832000', '181611.835000', '181611.837000', '181611.840000', '181631.721000', '181631.724000', '181631.727000', '181631.730000', '181631.732000', '181631.735000', '181631.738000', '181631.740000', '181631.743000', '181631.746000', '181631.748000', '181631.751000', '181631.753000', '181631.756000', '181631.758000', '181631.761000', '181631.764000', '181631.766000', '181631.769000', '181631.771000', '181631.774000', '181631.777000', '181631.780000', '181631.782000', '181631.785000', '181631.788000', '181631.790000', '181631.793000', '181631.795000', '181631.798000', '181631.801000', '181631.803000', '181631.806000', '181631.809000', '181631.811000', '181631.814000', '181631.816000', '181631.819000', '181631.822000', '181631.825000', '181631.828000', '181631.831000', '181631.833000', '181651.722000', '181651.724000', '181651.727000', '181651.730000', '181651.732000', '181651.735000', '181651.737000', '181651.740000', '181651.743000', '181651.745000', '181651.748000', '181651.751000', '181651.753000', '181651.756000', '181651.758000', '181651.761000', '181651.763000', '181651.766000', '181651.769000', '181651.771000', '181651.774000', '181651.776000', '181651.779000', '181651.782000', '181651.784000', '181651.787000', '181651.790000', '181651.792000', '181651.795000', '181651.797000', '181651.800000', '181651.803000', '181651.805000', '181651.808000', '181651.810000', '181651.815000', '181651.818000', '181651.820000', '181651.823000', '181651.826000', '181651.828000', '181651.831000', '181651.833000', '181651.836000', '181711.722000', '181711.724000', '181711.727000', '181711.730000', '181711.732000', '181711.735000', '181711.738000', '181711.740000', '181711.743000', '181711.745000', '181711.748000', '181711.751000', '181711.753000', '181711.756000', '181711.758000', '181711.761000', '181711.764000', '181711.766000', '181711.769000', '181711.771000', '181711.774000', '181711.777000', '181711.779000', '181711.782000', '181711.784000', '181711.787000', '181711.789000', '181711.792000', '181711.795000', '181711.797000', '181711.800000', '181711.803000', '181711.806000', '181711.809000', '181711.812000', '181711.814000', '181711.817000', '181711.820000', '181711.822000', '181711.825000', '181711.827000', '181711.830000', '181711.832000', '181729.733000', '181729.736000', '181729.739000', '181729.741000', '181729.744000', '181729.756000', '181729.758000', '181729.761000', '181729.764000', '181729.767000', '181729.770000', '181729.772000', '181729.775000', '181729.778000', '181729.781000', '181729.784000', '181729.787000', '181729.790000', '181729.793000', '181729.796000', '181729.799000', '181729.803000', '181729.807000', '181729.811000', '181729.814000', '181729.816000', '181729.819000', '181729.822000', '181729.824000', '181729.827000', '181729.830000', '181729.834000', '181729.837000', '181729.840000', '181729.842000', '181729.845000', '181729.848000', '181729.851000', '181729.854000', '181729.856000'], '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': [7577, 8643, 7477, 10155, 7250, 9484, 7299, 7850, 7222, 10464, 7261, 10322, 7110, 10792, 7148, 10984, 7179, 10731, 7073, 10247, 7081, 9231, 6759, 9347, 7107, 8811, 6906, 7985, 7228, 7793, 6606, 7822, 10166, 7499, 9534, 7544, 10619, 7714, 12364, 9410, 11492, 7209, 11243, 8972, 10333, 8807, 7701, 6866, 8101, 6900, 8522, 9766, 7700, 7394, 7890, 7224, 7640, 8490, 7501, 9662, 7407, 9167, 7391, 9791, 7351, 10162, 7042, 9856, 7391, 10755, 8514, 11617, 7884, 10776, 7243, 10192, 7405, 10843, 6892, 10184, 7077, 10644, 7253, 8890, 6678, 7673, 6782, 7800, 6929, 7809, 6629, 7910, 6416, 7701, 9693, 7547, 9924, 7301, 10746, 8024, 12280, 9089, 11802, 7141, 11467, 7953, 11495, 8083, 9418, 6770, 9722, 7022, 10743, 8540, 9574, 7113, 10856, 6996, 10748, 8157, 9414, 6888, 10698, 6830, 10738, 7539, 11040, 8085, 10116, 6996, 10256, 7377, 11032, 7110, 10654, 6983, 10602, 6961, 9918, 6793, 7860, 6768, 7831, 6742, 7649, 7725, 7648, 6786, 7639, 8181, 7693, 8182, 7612, 7485, 7507, 10652, 7047, 10519, 7035, 9657, 7052, 9748, 9884, 7641, 8432, 7728, 7428, 7725, 11335, 7591, 11080, 7772, 7119, 7708, 7506, 7707, 8617, 7605, 7202, 7585, 8171, 7589, 8783, 7542, 7482, 7715, 7453, 7565, 7801, 7650, 6588, 7711, 6625, 7580, 6788, 7679, 6572, 7642, 7544, 7623, 8637, 7459, 7809, 7223, 10581, 7876, 12143, 7890, 10403, 7160, 10227, 8911, 7803, 6591, 7490, 6648, 7549, 9837, 7508, 9376, 7574, 9686, 7355, 11683, 9398, 8065, 6788, 7939, 7419, 7565, 12388, 8724, 12373, 6909, 11658, 8523, 11275, 8624, 8871, 6685, 11054, 6885, 10360, 7050, 7476, 6716, 8042, 6738, 9624, 6502, 7443, 6701, 8896, 6694, 10569, 8296, 8730, 6432, 7733, 6547, 7621, 8270, 7513, 7049, 7675, 6647, 7854, 8572, 7597, 7445, 7368, 7784, 7377, 11454, 7244, 11644, 6786, 7749, 6732, 8579, 9197, 7660, 7006, 7610, 8879, 7368, 12152, 8413, 11391, 6857, 8840, 6701, 8091, 10141, 7619, 8688, 7239, 7748, 6808, 7651, 12029, 9112, 10230, 8043, 7914, 7203, 7632, 9603, 7498, 8293, 7397, 6751, 7395, 9434, 7227, 11690, 7876, 10759, 6946, 10536, 7288, 9152, 7630, 7844, 6802, 7902, 7138, 7754, 8849, 7566, 6957, 7645, 9501, 7438, 10992, 7523, 9792, 7500, 10569, 7553, 10788, 7060, 10965, 7053, 11331, 9027, 9920, 7852, 8682, 6845, 9077, 8396, 7903, 9243, 7717, 7844, 7576, 11031, 8135, 11848, 6901, 10795, 7120, 11338, 8145, 11352, 6817, 11190, 6950, 11208, 8394, 9975, 6659, 7490, 6561, 7789, 7010, 7745, 7054, 7634, 6722, 7544, 8384, 7342, 11116, 7012, 11214, 7004, 11220, 7868, 8022, 6819, 7577, 6659, 7326, 7797, 7511, 10362, 7597, 7814, 9218, 7175, 7987, 7540, 7314, 10559, 10826, 7407, 10926, 7039, 7665, 8049, 7608, 11583, 7278, 10400, 6818, 11374, 7500, 9537, 6657, 10205, 6459, 10359, 7563, 8330, 6696, 7509, 6655, 7545, 8392, 7377, 8998, 7491, 9850, 7261, 12040, 9211, 12358, 6899, 11244, 8900, 9380, 8802, 7648, 6698, 7838, 8600, 7643, 11908, 7687, 9314, 7676, 7992, 7618, 10710, 7546, 10731, 7326, 8508, 7125, 10185, 7530, 11511, 6924, 7749, 6790, 8085, 7385, 7377, 8405, 9162, 7548, 11427, 7210, 11369, 7307, 10901, 9750, 8194, 6814, 7787, 6513, 7569, 8301, 7513, 6940, 7760, 8372, 7480, 10905, 7298, 8801, 7439, 10718, 7655, 7900, 6832, 8013, 6843, 7859, 10652, 7572, 7700, 7666, 6612, 8156, 7585, 7617, 6726, 7802, 6555, 7829, 9512, 7631, 9335, 7499, 8693, 7609, 11436, 7467, 10760, 7598, 9213, 7633, 11195, 7733, 11268, 7239, 10031, 7357, 11369, 8465, 11094, 6889, 10262, 7027, 9564, 7494, 7884, 6536, 7822, 7199, 7786, 11162, 7571, 11448, 7173, 10868, 8464, 10496, 6688, 7396, 6597, 7723, 7888, 7171, 9620, 9213, 7707, 11655, 7149, 9322, 9534, 10486, 13012, 7677, 9596, 7650, 7671, 7443, 10596, 7480, 7652, 7614, 6680, 7465, 6959, 7854, 6463, 7773, 6527, 7595, 8328, 7661, 8158, 7655, 9342, 7744, 11204, 7398, 10410, 7614, 9911, 7536, 11849, 7340, 10807, 7342, 10146, 7339, 11898, 8312, 9213, 7190, 9337, 6869, 9901, 9758, 7786, 7296, 7924, 7228, 7785, 9431, 7647, 9143, 7538, 8751, 7240, 11860, 8759, 9465, 6961, 8031, 6994, 8059, 9179, 7680, 8105, 7835, 8997, 8011, 11663, 9338, 12175, 7286, 11266, 7341, 11143, 8152, 11532, 7321, 11116, 7192, 10501, 7221, 8872, 7039, 7833, 6970, 7910, 7096, 7930, 7035, 8028, 7096, 7631, 10638, 7632, 12008, 7230, 11245, 7260, 9933, 7964, 8058, 7111, 7704, 8391, 7355, 8053, 7609, 7942, 12367, 10084, 12070, 9756, 7921, 6781, 7894, 9507, 7981, 12612, 8171, 9173, 7126, 8097, 6566, 7701, 10309, 7541, 10233, 7517, 11493, 8962, 11266, 7092, 8074, 6802, 7839, 8002, 7782, 7129, 7769, 8974, 7548, 11898, 8071, 11297, 7247, 10772, 7502, 10367, 6963, 8256, 6904, 8263, 7123, 7709, 10461, 7705, 7894, 8597, 7928, 8132, 8103, 11026, 8007, 11889, 7620, 9004, 7642, 7781, 7733, 9708, 7656, 6619, 7756, 6233, 7902, 7050, 7558, 6571, 7832, 6933, 7675, 9842, 7780, 7974, 7840, 8496, 7672, 10892, 7441, 8947, 7600, 9519, 7448, 11429, 7340, 11225, 7640, 11629, 9539, 11524, 7596, 10658, 7130, 10807, 9476, 10520, 7289, 10716, 6965, 10141, 7213, 10637, 6928, 10412, 7010, 10169, 7019, 8837, 6906, 8037, 7000, 7885, 8914, 7917, 8485, 7928, 6766, 7850, 9641, 7478, 10006, 7614, 9683, 7533, 11652, 8342, 10618, 7145, 9472, 6866, 8041, 6692, 7895, 6378, 7930, 7710, 7584, 11565, 7384, 11517, 7350, 10639, 7788, 11565, 9173, 11787, 7117, 10553, 6953, 9520, 8690, 7881, 7099, 7954, 6866, 7940, 7244, 8039, 6792, 7966, 6738, 7856, 7806, 7840, 7959, 7703, 8111, 7684, 11012, 7708, 11452, 7087, 10955, 7229, 10054, 8871, 7859, 6821, 7902, 6616, 7811, 9593, 7756, 10000, 7746, 7321, 7664, 9723, 7144, 9540, 6733, 7683, 6548, 7952, 9026, 7612], 'WindowCenter': [3804.0, 3798.0, 3775.0, 3803.0, 3759.0, 3788.0, 3755.0, 3767.0, 3756.0, 3798.0, 3757.0, 3786.0, 3755.0, 3799.0, 3757.0, 3796.0, 3757.0, 3786.0, 3744.0, 3787.0, 3755.0, 3777.0, 3746.0, 3777.0, 3758.0, 3789.0, 3758.0, 3768.0, 3755.0, 3766.0, 3756.0, 3769.0, 3799.0, 3757.0, 3788.0, 3768.0, 3799.0, 3768.0, 3810.0, 3778.0, 3797.0, 3755.0, 3796.0, 3777.0, 3785.0, 3764.0, 3752.0, 3732.0, 3752.0, 3744.0, 3765.0, 3774.0, 3753.0, 3742.0, 3752.0, 3742.0, 3754.0, 3762.0, 3754.0, 3775.0, 3753.0, 3775.0, 3756.0, 3788.0, 3755.0, 3785.0, 3755.0, 3786.0, 3756.0, 3799.0, 3777.0, 3795.0, 3764.0, 3785.0, 3755.0, 3786.0, 3756.0, 3785.0, 3745.0, 3787.0, 3743.0, 3786.0, 3756.0, 3775.0, 3745.0, 3755.0, 3744.0, 3765.0, 3744.0, 3753.0, 3745.0, 3766.0, 3734.0, 3756.0, 3787.0, 3754.0, 3785.0, 3757.0, 3798.0, 3767.0, 3795.0, 3777.0, 3796.0, 3745.0, 3796.0, 3766.0, 3784.0, 3754.0, 3774.0, 3743.0, 3774.0, 3745.0, 3797.0, 3767.0, 3775.0, 3754.0, 3797.0, 3756.0, 3786.0, 3765.0, 3774.0, 3743.0, 3785.0, 3744.0, 3787.0, 3755.0, 3784.0, 3755.0, 3784.0, 3742.0, 3784.0, 3755.0, 3785.0, 3743.0, 3784.0, 3743.0, 3786.0, 3745.0, 3785.0, 3745.0, 3764.0, 3745.0, 3766.0, 3746.0, 3768.0, 3756.0, 3756.0, 3746.0, 3770.0, 3779.0, 3767.0, 3764.0, 3755.0, 3756.0, 3768.0, 3798.0, 3758.0, 3798.0, 3757.0, 3788.0, 3759.0, 3790.0, 3788.0, 3756.0, 3766.0, 3754.0, 3756.0, 3756.0, 3798.0, 3755.0, 3784.0, 3754.0, 3742.0, 3754.0, 3743.0, 3754.0, 3764.0, 3755.0, 3742.0, 3755.0, 3763.0, 3755.0, 3764.0, 3755.0, 3743.0, 3756.0, 3754.0, 3754.0, 3754.0, 3754.0, 3744.0, 3757.0, 3745.0, 3754.0, 3745.0, 3753.0, 3744.0, 3769.0, 3766.0, 3757.0, 3765.0, 3755.0, 3765.0, 3758.0, 3798.0, 3768.0, 3808.0, 3769.0, 3798.0, 3758.0, 3787.0, 3778.0, 3767.0, 3746.0, 3754.0, 3746.0, 3756.0, 3787.0, 3756.0, 3776.0, 3754.0, 3788.0, 3757.0, 3797.0, 3779.0, 3766.0, 3745.0, 3769.0, 3755.0, 3758.0, 3808.0, 3766.0, 3798.0, 3746.0, 3798.0, 3766.0, 3785.0, 3765.0, 3764.0, 3744.0, 3798.0, 3755.0, 3784.0, 3744.0, 3753.0, 3745.0, 3765.0, 3744.0, 3776.0, 3734.0, 3754.0, 3745.0, 3775.0, 3744.0, 3786.0, 3766.0, 3765.0, 3734.0, 3754.0, 3735.0, 3755.0, 3765.0, 3754.0, 3743.0, 3755.0, 3745.0, 3766.0, 3765.0, 3754.0, 3743.0, 3755.0, 3755.0, 3757.0, 3798.0, 3757.0, 3798.0, 3746.0, 3767.0, 3746.0, 3776.0, 3777.0, 3766.0, 3746.0, 3768.0, 3778.0, 3757.0, 3798.0, 3767.0, 3797.0, 3745.0, 3778.0, 3748.0, 3767.0, 3788.0, 3755.0, 3777.0, 3756.0, 3757.0, 3745.0, 3769.0, 3811.0, 3777.0, 3789.0, 3767.0, 3767.0, 3770.0, 3770.0, 3788.0, 3756.0, 3765.0, 3755.0, 3744.0, 3757.0, 3787.0, 3757.0, 3798.0, 3768.0, 3787.0, 3747.0, 3799.0, 3755.0, 3778.0, 3756.0, 3767.0, 3744.0, 3767.0, 3746.0, 3756.0, 3775.0, 3756.0, 3744.0, 3766.0, 3788.0, 3757.0, 3798.0, 3754.0, 3787.0, 3769.0, 3798.0, 3757.0, 3786.0, 3745.0, 3797.0, 3758.0, 3800.0, 3778.0, 3788.0, 3767.0, 3763.0, 3745.0, 3778.0, 3766.0, 3755.0, 3775.0, 3754.0, 3753.0, 3755.0, 3785.0, 3755.0, 3796.0, 3744.0, 3785.0, 3745.0, 3795.0, 3756.0, 3785.0, 3744.0, 3784.0, 3744.0, 3797.0, 3765.0, 3774.0, 3743.0, 3753.0, 3745.0, 3754.0, 3745.0, 3756.0, 3744.0, 3753.0, 3745.0, 3769.0, 3766.0, 3757.0, 3797.0, 3746.0, 3796.0, 3757.0, 3799.0, 3766.0, 3755.0, 3744.0, 3753.0, 3746.0, 3767.0, 3769.0, 3770.0, 3799.0, 3768.0, 3770.0, 3788.0, 3757.0, 3767.0, 3767.0, 3771.0, 3812.0, 3812.0, 3769.0, 3798.0, 3757.0, 3769.0, 3769.0, 3768.0, 3799.0, 3757.0, 3789.0, 3747.0, 3811.0, 3758.0, 3787.0, 3747.0, 3788.0, 3747.0, 3789.0, 3768.0, 3780.0, 3746.0, 3768.0, 3759.0, 3769.0, 3779.0, 3758.0, 3778.0, 3759.0, 3790.0, 3769.0, 3810.0, 3789.0, 3808.0, 3758.0, 3799.0, 3779.0, 3777.0, 3777.0, 3754.0, 3734.0, 3754.0, 3764.0, 3755.0, 3797.0, 3753.0, 3763.0, 3753.0, 3753.0, 3756.0, 3785.0, 3754.0, 3784.0, 3742.0, 3764.0, 3744.0, 3785.0, 3755.0, 3796.0, 3745.0, 3751.0, 3734.0, 3764.0, 3755.0, 3768.0, 3778.0, 3790.0, 3768.0, 3800.0, 3757.0, 3799.0, 3759.0, 3797.0, 3779.0, 3766.0, 3746.0, 3754.0, 3735.0, 3755.0, 3765.0, 3754.0, 3743.0, 3766.0, 3766.0, 3769.0, 3798.0, 3755.0, 3776.0, 3757.0, 3800.0, 3767.0, 3766.0, 3745.0, 3767.0, 3745.0, 3768.0, 3788.0, 3755.0, 3767.0, 3755.0, 3742.0, 3765.0, 3753.0, 3753.0, 3741.0, 3753.0, 3735.0, 3765.0, 3787.0, 3755.0, 3775.0, 3756.0, 3765.0, 3756.0, 3797.0, 3745.0, 3784.0, 3754.0, 3775.0, 3754.0, 3786.0, 3755.0, 3784.0, 3742.0, 3773.0, 3755.0, 3796.0, 3766.0, 3785.0, 3743.0, 3785.0, 3746.0, 3787.0, 3758.0, 3765.0, 3733.0, 3755.0, 3757.0, 3769.0, 3798.0, 3768.0, 3797.0, 3759.0, 3798.0, 3779.0, 3786.0, 3744.0, 3756.0, 3747.0, 3768.0, 3780.0, 3760.0, 3802.0, 3791.0, 3769.0, 3811.0, 3758.0, 3790.0, 3791.0, 3800.0, 3812.0, 3755.0, 3776.0, 3755.0, 3755.0, 3756.0, 3785.0, 3741.0, 3741.0, 3753.0, 3732.0, 3756.0, 3744.0, 3752.0, 3731.0, 3754.0, 3735.0, 3755.0, 3765.0, 3755.0, 3754.0, 3755.0, 3777.0, 3757.0, 3798.0, 3755.0, 3786.0, 3756.0, 3786.0, 3755.0, 3796.0, 3743.0, 3796.0, 3755.0, 3784.0, 3755.0, 3795.0, 3765.0, 3774.0, 3744.0, 3775.0, 3745.0, 3787.0, 3788.0, 3753.0, 3754.0, 3766.0, 3755.0, 3768.0, 3779.0, 3767.0, 3776.0, 3755.0, 3777.0, 3758.0, 3798.0, 3778.0, 3787.0, 3757.0, 3766.0, 3757.0, 3768.0, 3788.0, 3755.0, 3765.0, 3757.0, 3777.0, 3767.0, 3800.0, 3778.0, 3798.0, 3755.0, 3786.0, 3754.0, 3796.0, 3769.0, 3796.0, 3744.0, 3785.0, 3744.0, 3786.0, 3756.0, 3774.0, 3745.0, 3755.0, 3743.0, 3766.0, 3744.0, 3766.0, 3745.0, 3765.0, 3744.0, 3757.0, 3786.0, 3756.0, 3796.0, 3745.0, 3796.0, 3757.0, 3786.0, 3755.0, 3753.0, 3744.0, 3756.0, 3764.0, 3756.0, 3767.0, 3767.0, 3770.0, 3811.0, 3800.0, 3809.0, 3777.0, 3755.0, 3732.0, 3766.0, 3777.0, 3767.0, 3797.0, 3766.0, 3774.0, 3745.0, 3766.0, 3745.0, 3755.0, 3785.0, 3754.0, 3786.0, 3755.0, 3796.0, 3777.0, 3797.0, 3745.0, 3755.0, 3744.0, 3753.0, 3755.0, 3753.0, 3744.0, 3755.0, 3776.0, 3756.0, 3797.0, 3753.0, 3784.0, 3745.0, 3785.0, 3757.0, 3785.0, 3745.0, 3765.0, 3744.0, 3765.0, 3755.0, 3767.0, 3800.0, 3770.0, 3769.0, 3776.0, 3768.0, 3767.0, 3768.0, 3798.0, 3768.0, 3797.0, 3755.0, 3765.0, 3755.0, 3753.0, 3755.0, 3787.0, 3756.0, 3744.0, 3755.0, 3723.0, 3765.0, 3744.0, 3754.0, 3745.0, 3755.0, 3755.0, 3756.0, 3787.0, 3755.0, 3767.0, 3766.0, 3766.0, 3754.0, 3786.0, 3755.0, 3765.0, 3755.0, 3777.0, 3756.0, 3797.0, 3757.0, 3796.0, 3757.0, 3798.0, 3777.0, 3785.0, 3753.0, 3782.0, 3745.0, 3786.0, 3776.0, 3773.0, 3742.0, 3772.0, 3743.0, 3773.0, 3742.0, 3773.0, 3741.0, 3783.0, 3742.0, 3785.0, 3745.0, 3764.0, 3744.0, 3754.0, 3744.0, 3755.0, 3765.0, 3752.0, 3763.0, 3752.0, 3732.0, 3756.0, 3775.0, 3742.0, 3772.0, 3754.0, 3774.0, 3757.0, 3796.0, 3766.0, 3785.0, 3744.0, 3775.0, 3745.0, 3755.0, 3743.0, 3766.0, 3734.0, 3767.0, 3755.0, 3755.0, 3798.0, 3756.0, 3795.0, 3755.0, 3785.0, 3756.0, 3786.0, 3766.0, 3784.0, 3744.0, 3784.0, 3743.0, 3774.0, 3765.0, 3754.0, 3743.0, 3753.0, 3743.0, 3752.0, 3743.0, 3755.0, 3732.0, 3766.0, 3745.0, 3754.0, 3754.0, 3754.0, 3752.0, 3755.0, 3766.0, 3756.0, 3785.0, 3757.0, 3796.0, 3745.0, 3787.0, 3755.0, 3775.0, 3767.0, 3753.0, 3733.0, 3753.0, 3732.0, 3753.0, 3775.0, 3755.0, 3775.0, 3754.0, 3744.0, 3757.0, 3777.0, 3745.0, 3788.0, 3747.0, 3766.0, 3733.0, 3767.0, 3777.0, 3770.0], 'WindowWidth': [8571.0, 8549.0, 8512.0, 8540.0, 8479.0, 8512.0, 8468.0, 8483.0, 8469.0, 8523.0, 8470.0, 8506.0, 8466.0, 8525.0, 8470.0, 8518.0, 8467.0, 8505.0, 8448.0, 8508.0, 8464.0, 8493.0, 8453.0, 8494.0, 8470.0, 8514.0, 8473.0, 8484.0, 8466.0, 8481.0, 8470.0, 8489.0, 8528.0, 8469.0, 8511.0, 8485.0, 8527.0, 8486.0, 8540.0, 8497.0, 8520.0, 8462.0, 8518.0, 8493.0, 8502.0, 8474.0, 8455.0, 8427.0, 8454.0, 8445.0, 8475.0, 8486.0, 8456.0, 8441.0, 8455.0, 8443.0, 8463.0, 8469.0, 8462.0, 8489.0, 8460.0, 8491.0, 8469.0, 8507.0, 8465.0, 8503.0, 8464.0, 8504.0, 8468.0, 8524.0, 8494.0, 8517.0, 8475.0, 8501.0, 8463.0, 8503.0, 8465.0, 8501.0, 8450.0, 8504.0, 8445.0, 8503.0, 8465.0, 8488.0, 8449.0, 8461.0, 8447.0, 8478.0, 8448.0, 8459.0, 8451.0, 8479.0, 8435.0, 8465.0, 8507.0, 8463.0, 8503.0, 8470.0, 8523.0, 8482.0, 8516.0, 8494.0, 8516.0, 8450.0, 8517.0, 8478.0, 8499.0, 8460.0, 8484.0, 8446.0, 8487.0, 8451.0, 8520.0, 8480.0, 8487.0, 8461.0, 8520.0, 8465.0, 8504.0, 8476.0, 8486.0, 8445.0, 8500.0, 8448.0, 8506.0, 8464.0, 8498.0, 8462.0, 8497.0, 8441.0, 8499.0, 8463.0, 8501.0, 8444.0, 8496.0, 8444.0, 8505.0, 8450.0, 8503.0, 8450.0, 8475.0, 8452.0, 8481.0, 8453.0, 8483.0, 8465.0, 8466.0, 8454.0, 8490.0, 8501.0, 8483.0, 8475.0, 8465.0, 8468.0, 8487.0, 8524.0, 8474.0, 8524.0, 8470.0, 8512.0, 8475.0, 8514.0, 8512.0, 8465.0, 8477.0, 8460.0, 8464.0, 8465.0, 8522.0, 8461.0, 8500.0, 8458.0, 8442.0, 8460.0, 8443.0, 8458.0, 8472.0, 8460.0, 8443.0, 8464.0, 8471.0, 8462.0, 8473.0, 8462.0, 8444.0, 8466.0, 8460.0, 8459.0, 8460.0, 8461.0, 8447.0, 8467.0, 8450.0, 8460.0, 8448.0, 8456.0, 8449.0, 8488.0, 8479.0, 8468.0, 8477.0, 8463.0, 8476.0, 8472.0, 8523.0, 8484.0, 8537.0, 8485.0, 8523.0, 8472.0, 8507.0, 8497.0, 8481.0, 8451.0, 8461.0, 8453.0, 8466.0, 8505.0, 8466.0, 8491.0, 8462.0, 8510.0, 8469.0, 8521.0, 8499.0, 8477.0, 8449.0, 8484.0, 8464.0, 8470.0, 8536.0, 8479.0, 8520.0, 8451.0, 8522.0, 8479.0, 8500.0, 8477.0, 8472.0, 8446.0, 8521.0, 8464.0, 8499.0, 8447.0, 8458.0, 8449.0, 8478.0, 8450.0, 8491.0, 8435.0, 8459.0, 8449.0, 8489.0, 8450.0, 8506.0, 8477.0, 8474.0, 8432.0, 8460.0, 8437.0, 8462.0, 8475.0, 8460.0, 8443.0, 8460.0, 8450.0, 8478.0, 8475.0, 8460.0, 8445.0, 8464.0, 8464.0, 8469.0, 8524.0, 8470.0, 8521.0, 8454.0, 8484.0, 8453.0, 8492.0, 8496.0, 8479.0, 8451.0, 8486.0, 8497.0, 8470.0, 8523.0, 8483.0, 8519.0, 8450.0, 8496.0, 8458.0, 8483.0, 8511.0, 8464.0, 8494.0, 8465.0, 8467.0, 8451.0, 8489.0, 8546.0, 8497.0, 8513.0, 8482.0, 8481.0, 8492.0, 8490.0, 8510.0, 8465.0, 8475.0, 8462.0, 8447.0, 8469.0, 8508.0, 8471.0, 8522.0, 8484.0, 8507.0, 8454.0, 8525.0, 8464.0, 8495.0, 8465.0, 8480.0, 8449.0, 8481.0, 8452.0, 8466.0, 8489.0, 8463.0, 8448.0, 8481.0, 8508.0, 8467.0, 8522.0, 8461.0, 8505.0, 8488.0, 8524.0, 8468.0, 8505.0, 8451.0, 8518.0, 8472.0, 8527.0, 8497.0, 8508.0, 8480.0, 8471.0, 8450.0, 8495.0, 8478.0, 8461.0, 8488.0, 8457.0, 8456.0, 8463.0, 8502.0, 8461.0, 8516.0, 8445.0, 8501.0, 8451.0, 8517.0, 8465.0, 8501.0, 8445.0, 8499.0, 8445.0, 8518.0, 8474.0, 8485.0, 8444.0, 8457.0, 8449.0, 8461.0, 8449.0, 8463.0, 8447.0, 8458.0, 8447.0, 8488.0, 8480.0, 8467.0, 8518.0, 8452.0, 8520.0, 8468.0, 8527.0, 8478.0, 8461.0, 8446.0, 8457.0, 8451.0, 8484.0, 8490.0, 8494.0, 8528.0, 8487.0, 8492.0, 8512.0, 8469.0, 8482.0, 8484.0, 8495.0, 8551.0, 8547.0, 8488.0, 8525.0, 8469.0, 8489.0, 8489.0, 8484.0, 8526.0, 8469.0, 8510.0, 8457.0, 8545.0, 8472.0, 8508.0, 8456.0, 8510.0, 8457.0, 8512.0, 8485.0, 8502.0, 8454.0, 8484.0, 8476.0, 8490.0, 8500.0, 8471.0, 8496.0, 8472.0, 8516.0, 8489.0, 8542.0, 8514.0, 8536.0, 8470.0, 8528.0, 8500.0, 8492.0, 8492.0, 8459.0, 8431.0, 8460.0, 8473.0, 8460.0, 8520.0, 8455.0, 8469.0, 8456.0, 8455.0, 8464.0, 8500.0, 8460.0, 8497.0, 8441.0, 8470.0, 8447.0, 8502.0, 8462.0, 8516.0, 8447.0, 8451.0, 8431.0, 8472.0, 8463.0, 8487.0, 8502.0, 8516.0, 8485.0, 8528.0, 8469.0, 8525.0, 8473.0, 8522.0, 8498.0, 8478.0, 8450.0, 8460.0, 8435.0, 8464.0, 8475.0, 8459.0, 8443.0, 8480.0, 8480.0, 8489.0, 8522.0, 8463.0, 8490.0, 8470.0, 8531.0, 8483.0, 8480.0, 8452.0, 8480.0, 8454.0, 8486.0, 8509.0, 8464.0, 8484.0, 8462.0, 8444.0, 8476.0, 8458.0, 8456.0, 8440.0, 8457.0, 8436.0, 8477.0, 8507.0, 8463.0, 8489.0, 8465.0, 8476.0, 8466.0, 8519.0, 8449.0, 8498.0, 8460.0, 8486.0, 8460.0, 8501.0, 8461.0, 8496.0, 8441.0, 8482.0, 8463.0, 8516.0, 8477.0, 8500.0, 8444.0, 8500.0, 8453.0, 8507.0, 8469.0, 8476.0, 8433.0, 8464.0, 8468.0, 8489.0, 8524.0, 8484.0, 8521.0, 8473.0, 8525.0, 8501.0, 8505.0, 8450.0, 8466.0, 8456.0, 8487.0, 8504.0, 8480.0, 8538.0, 8521.0, 8488.0, 8544.0, 8472.0, 8517.0, 8521.0, 8530.0, 8550.0, 8464.0, 8491.0, 8463.0, 8463.0, 8464.0, 8499.0, 8440.0, 8437.0, 8457.0, 8429.0, 8467.0, 8445.0, 8453.0, 8425.0, 8462.0, 8436.0, 8463.0, 8475.0, 8463.0, 8459.0, 8465.0, 8494.0, 8468.0, 8521.0, 8462.0, 8502.0, 8463.0, 8504.0, 8464.0, 8516.0, 8445.0, 8519.0, 8463.0, 8499.0, 8464.0, 8514.0, 8476.0, 8486.0, 8446.0, 8489.0, 8451.0, 8506.0, 8509.0, 8458.0, 8461.0, 8477.0, 8463.0, 8484.0, 8498.0, 8482.0, 8490.0, 8464.0, 8496.0, 8473.0, 8522.0, 8498.0, 8507.0, 8468.0, 8479.0, 8468.0, 8484.0, 8512.0, 8465.0, 8478.0, 8468.0, 8493.0, 8483.0, 8527.0, 8496.0, 8521.0, 8461.0, 8501.0, 8461.0, 8517.0, 8489.0, 8519.0, 8447.0, 8501.0, 8447.0, 8504.0, 8465.0, 8488.0, 8450.0, 8462.0, 8445.0, 8480.0, 8448.0, 8477.0, 8450.0, 8476.0, 8447.0, 8468.0, 8504.0, 8465.0, 8516.0, 8448.0, 8516.0, 8468.0, 8505.0, 8461.0, 8456.0, 8445.0, 8464.0, 8474.0, 8467.0, 8483.0, 8483.0, 8489.0, 8547.0, 8531.0, 8540.0, 8493.0, 8462.0, 8428.0, 8479.0, 8494.0, 8481.0, 8522.0, 8477.0, 8486.0, 8449.0, 8479.0, 8450.0, 8463.0, 8502.0, 8461.0, 8505.0, 8465.0, 8518.0, 8496.0, 8521.0, 8450.0, 8462.0, 8448.0, 8458.0, 8462.0, 8457.0, 8444.0, 8462.0, 8490.0, 8465.0, 8517.0, 8458.0, 8497.0, 8447.0, 8501.0, 8469.0, 8504.0, 8449.0, 8474.0, 8447.0, 8474.0, 8464.0, 8484.0, 8531.0, 8493.0, 8489.0, 8495.0, 8484.0, 8482.0, 8484.0, 8523.0, 8482.0, 8521.0, 8462.0, 8474.0, 8462.0, 8458.0, 8463.0, 8507.0, 8466.0, 8447.0, 8462.0, 8419.0, 8475.0, 8447.0, 8461.0, 8448.0, 8465.0, 8463.0, 8468.0, 8507.0, 8462.0, 8480.0, 8480.0, 8477.0, 8462.0, 8504.0, 8461.0, 8474.0, 8465.0, 8493.0, 8465.0, 8518.0, 8467.0, 8517.0, 8468.0, 8521.0, 8493.0, 8499.0, 8457.0, 8494.0, 8449.0, 8504.0, 8491.0, 8481.0, 8440.0, 8478.0, 8441.0, 8482.0, 8441.0, 8482.0, 8439.0, 8494.0, 8441.0, 8500.0, 8448.0, 8472.0, 8445.0, 8457.0, 8446.0, 8463.0, 8475.0, 8454.0, 8468.0, 8454.0, 8428.0, 8462.0, 8486.0, 8442.0, 8481.0, 8459.0, 8485.0, 8467.0, 8516.0, 8478.0, 8501.0, 8448.0, 8488.0, 8450.0, 8461.0, 8444.0, 8476.0, 8433.0, 8480.0, 8464.0, 8464.0, 8522.0, 8465.0, 8513.0, 8462.0, 8500.0, 8464.0, 8503.0, 8478.0, 8497.0, 8444.0, 8498.0, 8444.0, 8486.0, 8473.0, 8457.0, 8443.0, 8455.0, 8443.0, 8456.0, 8443.0, 8460.0, 8428.0, 8478.0, 8449.0, 8459.0, 8459.0, 8458.0, 8453.0, 8460.0, 8478.0, 8466.0, 8501.0, 8468.0, 8517.0, 8450.0, 8506.0, 8464.0, 8488.0, 8479.0, 8457.0, 8431.0, 8456.0, 8429.0, 8459.0, 8488.0, 8462.0, 8487.0, 8459.0, 8446.0, 8468.0, 8492.0, 8452.0, 8511.0, 8457.0, 8480.0, 8435.0, 8482.0, 8496.0, 8490.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.00024344073647871115</td></tr>
<tr><td colspan=3>aqi</td><td>0.015338878711162253</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.34477798642857</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1601337386290334</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0091418680414757</td></tr>
<tr><td colspan=3>efc</td><td>0.4916</td></tr>
<tr><td colspan=3>fber</td><td>3808.4763</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08302384117728115</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2658227848101267</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5436919509850697</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5782066658034903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6759581180183685</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.376911069133351</td></tr>
<tr><td colspan=3>gcor</td><td>0.00643268</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003533026436343789</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018548093736171722</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.7641530639680383</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.6216</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8432</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.5628</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.8573</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3327</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.75</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2927.3052</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.3028</td></tr>
<tr><td colspan=3>tsnr</td><td>43.571189269423485</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>