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

616 lines
No EOL
106 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-0120_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-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0120/figures/sub-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_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-0120/ses-01/func/sub-0120_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>5b93017e86f5d344c92fb78e1d291d64</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>11:06:55.270000</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.999525, -0.0153686, -0.0267039, 0.0188429, 0.990646, 0.135152]</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.14141</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>[4238, -7807, -7217, 308, -68, -21, 34, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30f14ab4-02c9-4efd-9277-67fa488fa2c6||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.6816532611846924, 0.05055401101708412, -0.06581804156303406, 113.044189453125], [0.04123278707265854, 2.657829999923706, 0.3660956919193268, -107.50492095947266], [-0.07164473086595535, -0.3626028895378113, 2.67425537109375, -32.792057037353516], [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': ['110655.270000', '110655.730000', '110656.190000', '110656.650000', '110657.110000', '110657.570000', '110658.030000', '110658.490000', '110658.950000', '110659.410000', '110659.870000', '110700.330000', '110700.790000', '110701.250000', '110701.710000', '110702.170000', '110702.630000', '110703.090000', '110703.550000', '110704.010000', '110704.470000', '110704.930000', '110705.390000', '110705.850000', '110706.310000', '110706.770000', '110707.230000', '110707.690000', '110708.150000', '110708.610000', '110709.070000', '110709.530000', '110709.990000', '110710.450000', '110710.910000', '110711.370000', '110711.830000', '110712.290000', '110712.750000', '110713.210000', '110713.670000', '110714.130000', '110714.590000', '110715.050000', '110715.510000', '110715.970000', '110716.430000', '110716.890000', '110717.350000', '110717.810000', '110718.270000', '110718.730000', '110719.190000', '110719.650000', '110720.110000', '110720.570000', '110721.030000', '110721.490000', '110721.950000', '110722.410000', '110722.870000', '110723.330000', '110723.790000', '110724.250000', '110724.710000', '110725.170000', '110725.630000', '110726.090000', '110726.550000', '110727.010000', '110727.470000', '110727.930000', '110728.390000', '110728.850000', '110729.310000', '110729.770000', '110730.230000', '110730.690000', '110731.150000', '110731.610000', '110732.070000', '110732.530000', '110732.990000', '110733.450000', '110733.910000', '110734.370000', '110734.830000', '110735.290000', '110735.750000', '110736.210000', '110736.670000', '110737.130000', '110737.590000', '110738.050000', '110738.510000', '110738.970000', '110739.430000', '110739.890000', '110740.350000', '110740.810000', '110741.270000', '110741.730000', '110742.190000', '110742.650000', '110743.110000', '110743.570000', '110744.030000', '110744.490000', '110744.950000', '110745.410000', '110745.870000', '110746.330000', '110746.790000', '110747.250000', '110747.710000', '110748.170000', '110748.630000', '110749.090000', '110749.550000', '110750.010000', '110750.470000', '110750.930000', '110751.390000', '110751.850000', '110752.310000', '110752.770000', '110753.230000', '110753.690000', '110754.150000', '110754.610000', '110755.070000', '110755.530000', '110755.990000', '110756.450000', '110756.910000', '110757.370000', '110757.830000', '110758.290000', '110758.750000', '110759.210000', '110759.670000', '110800.130000', '110800.590000', '110801.050000', '110801.510000', '110801.970000', '110802.430000', '110802.890000', '110803.350000', '110803.810000', '110804.270000', '110804.730000', '110805.190000', '110805.650000', '110806.110000', '110806.570000', '110807.030000', '110807.490000', '110807.950000', '110808.410000', '110808.870000', '110809.330000', '110809.790000', '110810.250000', '110810.710000', '110811.170000', '110811.630000', '110812.090000', '110812.550000', '110813.010000', '110813.470000', '110813.930000', '110814.390000', '110814.850000', '110815.310000', '110815.770000', '110816.230000', '110816.690000', '110817.150000', '110817.610000', '110818.070000', '110818.530000', '110818.990000', '110819.450000', '110819.910000', '110820.370000', '110820.830000', '110821.290000', '110821.750000', '110822.210000', '110822.670000', '110823.130000', '110823.590000', '110824.050000', '110824.510000', '110824.970000', '110825.430000', '110825.890000', '110826.350000', '110826.810000', '110827.270000', '110827.730000', '110828.190000', '110828.650000', '110829.110000', '110829.570000', '110830.030000', '110830.490000', '110830.950000', '110831.410000', '110831.870000', '110832.330000', '110832.790000', '110833.250000', '110833.710000', '110834.170000', '110834.630000', '110835.090000', '110835.550000', '110836.010000', '110836.470000', '110836.930000', '110837.390000', '110837.850000', '110838.310000', '110838.770000', '110839.230000', '110839.690000', '110840.150000', '110840.610000', '110841.070000', '110841.530000', '110841.990000', '110842.450000', '110842.910000', '110843.370000', '110843.830000', '110844.290000', '110844.750000', '110845.210000', '110845.670000', '110846.130000', '110846.590000', '110847.050000', '110847.510000', '110847.970000', '110848.430000', '110848.890000', '110849.350000', '110849.810000', '110850.270000', '110850.730000', '110851.190000', '110851.650000', '110852.110000', '110852.570000', '110853.030000', '110853.490000', '110853.950000', '110854.410000', '110854.870000', '110855.330000', '110855.790000', '110856.250000', '110856.710000', '110857.170000', '110857.630000', '110858.090000', '110858.550000', '110859.010000', '110859.470000', '110859.930000', '110900.390000', '110900.850000', '110901.310000', '110901.770000', '110902.230000', '110902.690000', '110903.150000', '110903.610000', '110904.070000', '110904.530000', '110904.990000', '110905.450000', '110905.910000', '110906.370000', '110906.830000', '110907.290000', '110907.750000', '110908.210000', '110908.670000', '110909.130000', '110909.590000', '110910.050000', '110910.510000', '110910.970000', '110911.430000', '110911.890000', '110912.350000', '110912.810000', '110913.270000', '110913.730000', '110914.190000', '110914.650000', '110915.110000', '110915.570000', '110916.030000', '110916.490000', '110916.950000', '110917.410000', '110917.870000', '110918.330000', '110918.790000', '110919.250000', '110919.710000', '110920.170000', '110920.630000', '110921.090000', '110921.550000', '110922.010000', '110922.470000', '110922.930000', '110923.390000', '110923.850000', '110924.310000', '110924.770000', '110925.230000', '110925.690000', '110926.150000', '110926.610000', '110927.070000', '110927.530000', '110927.990000', '110928.450000', '110928.910000', '110929.370000', '110929.830000', '110930.290000', '110930.750000', '110931.210000', '110931.670000', '110932.130000', '110932.590000', '110933.050000', '110933.510000', '110933.970000', '110934.430000', '110934.890000', '110935.350000', '110935.810000', '110936.270000', '110936.730000', '110937.190000', '110937.650000', '110938.110000', '110938.570000', '110939.030000', '110939.490000', '110939.950000', '110940.410000', '110940.870000', '110941.330000', '110941.790000', '110942.250000', '110942.710000', '110943.170000', '110943.630000', '110944.090000', '110944.550000', '110945.010000', '110945.470000', '110945.930000', '110946.390000', '110946.850000', '110947.310000', '110947.770000', '110948.230000', '110948.690000', '110949.150000', '110949.610000', '110950.070000', '110950.530000', '110950.990000', '110951.450000', '110951.910000', '110952.370000', '110952.830000', '110953.290000', '110953.750000', '110954.210000', '110954.670000', '110955.130000', '110955.590000', '110956.050000', '110956.510000', '110956.970000', '110957.430000', '110957.890000', '110958.350000', '110958.810000', '110959.270000', '110959.730000', '111000.190000', '111000.650000', '111001.110000', '111001.570000', '111002.030000', '111002.490000', '111002.950000', '111003.410000', '111003.870000', '111004.330000', '111004.790000', '111005.250000', '111005.710000', '111006.170000', '111006.630000', '111007.090000', '111007.550000', '111008.010000', '111008.470000', '111008.930000', '111009.390000', '111009.850000', '111010.310000', '111010.770000', '111011.230000', '111011.690000', '111012.150000', '111012.610000', '111013.070000', '111013.530000', '111013.990000', '111014.450000', '111014.910000', '111015.370000', '111015.830000', '111016.290000', '111016.750000', '111017.210000', '111017.670000', '111018.130000', '111018.590000', '111019.050000', '111019.510000', '111019.970000', '111020.430000', '111020.890000', '111021.350000', '111021.810000', '111022.270000', '111022.730000', '111023.190000', '111023.650000', '111024.110000', '111024.570000', '111025.030000', '111025.490000', '111025.950000', '111026.410000', '111026.870000', '111027.330000', '111027.790000', '111028.250000', '111028.710000', '111029.170000', '111029.630000', '111030.090000', '111030.550000', '111031.010000', '111031.470000', '111031.930000', '111032.390000', '111032.850000', '111033.310000', '111033.770000', '111034.230000', '111034.690000', '111035.150000', '111035.610000', '111036.070000', '111036.530000', '111036.990000', '111037.450000', '111037.910000', '111038.370000', '111038.830000', '111039.290000', '111039.750000', '111040.210000', '111040.670000', '111041.130000', '111041.590000', '111042.050000', '111042.510000', '111042.970000', '111043.430000', '111043.890000', '111044.350000', '111044.810000', '111045.270000', '111045.730000', '111046.190000', '111046.650000', '111047.110000', '111047.570000', '111048.030000', '111048.490000', '111048.950000', '111049.410000', '111049.870000', '111050.330000', '111050.790000', '111051.250000', '111051.710000', '111052.170000', '111052.630000', '111053.090000', '111053.550000', '111054.010000', '111054.470000', '111054.930000', '111055.390000', '111055.850000', '111056.310000', '111056.770000', '111057.230000', '111057.690000', '111058.150000', '111058.610000', '111059.070000', '111059.530000', '111059.990000', '111100.450000', '111100.910000', '111101.370000', '111101.830000', '111102.290000', '111102.750000', '111103.210000', '111103.670000', '111104.130000', '111104.590000', '111105.050000', '111105.510000', '111105.970000', '111106.430000', '111106.890000', '111107.350000', '111107.810000', '111108.270000', '111108.730000', '111109.190000', '111109.650000', '111110.110000', '111110.570000', '111111.030000', '111111.490000', '111111.950000', '111112.410000', '111112.870000', '111113.330000', '111113.790000', '111114.250000', '111114.710000', '111115.170000', '111115.630000', '111116.090000', '111116.550000', '111117.010000', '111117.470000', '111117.930000', '111118.390000', '111118.850000', '111119.310000', '111119.770000', '111120.230000', '111120.690000', '111121.150000', '111121.610000', '111122.070000', '111122.530000', '111122.990000', '111123.450000', '111123.910000', '111124.370000', '111124.830000', '111125.290000', '111125.750000', '111126.210000', '111126.670000', '111127.130000', '111127.590000', '111128.050000', '111128.510000', '111128.970000', '111129.430000', '111129.890000', '111130.350000', '111130.810000', '111131.270000', '111131.730000', '111132.190000', '111132.650000', '111133.110000', '111133.570000', '111134.030000', '111134.490000', '111134.950000', '111135.410000', '111135.870000', '111136.330000', '111136.790000', '111137.250000', '111137.710000', '111138.170000', '111138.630000', '111139.090000', '111139.550000', '111140.010000', '111140.470000', '111140.930000', '111141.390000', '111141.850000', '111142.310000', '111142.770000', '111143.230000', '111143.690000', '111144.150000', '111144.610000', '111145.070000', '111145.530000', '111145.990000', '111146.450000', '111146.910000', '111147.370000', '111147.830000', '111148.290000', '111148.750000', '111149.210000', '111149.670000', '111150.130000', '111150.590000', '111151.050000', '111151.510000', '111151.970000', '111152.430000', '111152.890000', '111153.350000', '111153.810000', '111154.270000', '111154.730000', '111155.190000', '111155.650000', '111156.110000', '111156.570000', '111157.030000', '111157.490000', '111157.950000', '111158.410000', '111158.870000', '111159.330000', '111159.790000', '111200.250000', '111200.710000', '111201.170000', '111201.630000', '111202.090000', '111202.550000', '111203.010000', '111203.470000', '111203.930000', '111204.390000', '111204.850000', '111205.310000', '111205.770000', '111206.230000', '111206.690000', '111207.150000', '111207.610000', '111208.070000', '111208.530000', '111208.990000', '111209.450000', '111209.910000', '111210.370000', '111210.830000', '111211.290000', '111211.750000', '111212.210000', '111212.670000', '111213.130000', '111213.590000', '111214.050000', '111214.510000', '111214.970000', '111215.430000', '111215.890000', '111216.350000', '111216.810000', '111217.270000', '111217.730000', '111218.190000', '111218.650000', '111219.110000', '111219.570000', '111220.030000', '111220.490000', '111220.950000', '111221.410000', '111221.870000', '111222.330000', '111222.790000', '111223.250000', '111223.710000', '111224.170000', '111224.630000', '111225.090000', '111225.550000', '111226.010000', '111226.470000', '111226.930000', '111227.390000', '111227.850000', '111228.310000', '111228.770000', '111229.230000', '111229.690000', '111230.150000', '111230.610000', '111231.070000', '111231.530000', '111231.990000', '111232.450000', '111232.910000', '111233.370000', '111233.830000', '111234.290000', '111234.750000', '111235.210000', '111235.670000', '111236.130000', '111236.590000', '111237.050000', '111237.510000', '111237.970000', '111238.430000', '111238.890000', '111239.350000', '111239.810000', '111240.270000', '111240.730000', '111241.190000', '111241.650000', '111242.110000', '111242.570000', '111243.030000', '111243.490000', '111243.950000', '111244.410000', '111244.870000', '111245.330000', '111245.790000', '111246.250000', '111246.710000', '111247.170000', '111247.630000', '111248.090000', '111248.550000', '111249.010000', '111249.470000', '111249.930000', '111250.390000', '111250.850000', '111251.310000', '111251.770000', '111252.230000', '111252.690000', '111253.150000', '111253.610000', '111254.070000', '111254.530000', '111254.990000', '111255.450000', '111255.910000', '111256.370000', '111256.830000', '111257.290000', '111257.750000', '111258.210000', '111258.670000', '111259.130000', '111259.590000', '111300.050000', '111300.510000', '111300.970000', '111301.430000', '111301.890000', '111302.350000', '111302.810000', '111303.270000', '111303.730000', '111304.190000', '111304.650000', '111305.110000', '111305.570000', '111306.030000', '111306.490000', '111306.950000', '111307.410000', '111307.870000', '111308.330000', '111308.790000', '111309.250000', '111309.710000', '111310.170000', '111310.630000', '111311.090000', '111311.550000', '111312.010000', '111312.470000', '111312.930000', '111313.390000', '111313.850000', '111314.310000', '111314.770000', '111315.230000', '111315.690000', '111316.150000', '111316.610000', '111317.070000', '111317.530000', '111317.990000', '111318.450000', '111318.910000', '111319.370000', '111319.830000', '111320.290000', '111320.750000', '111321.210000', '111321.670000', '111322.130000', '111322.590000', '111323.050000', '111323.510000', '111323.970000', '111324.430000', '111324.890000', '111325.350000', '111325.810000', '111326.270000', '111326.730000', '111327.190000', '111327.650000', '111328.110000', '111328.570000', '111329.030000', '111329.490000', '111329.950000', '111330.410000', '111330.870000', '111331.330000', '111331.790000', '111332.250000', '111332.710000', '111333.170000', '111333.630000', '111334.090000', '111334.550000', '111335.010000', '111335.470000', '111335.930000'], 'ContentTime': ['110711.660000', '110711.673000', '110711.675000', '110711.678000', '110711.692000', '110711.695000', '110711.698000', '110711.700000', '110711.703000', '110711.705000', '110711.708000', '110711.710000', '110711.713000', '110711.722000', '110711.724000', '110711.727000', '110711.729000', '110711.732000', '110711.735000', '110711.737000', '110711.740000', '110711.742000', '110711.745000', '110711.747000', '110711.750000', '110711.752000', '110711.755000', '110711.757000', '110711.760000', '110711.763000', '110711.765000', '110711.768000', '110711.770000', '110731.629000', '110731.631000', '110731.634000', '110731.637000', '110731.639000', '110731.642000', '110731.644000', '110731.647000', '110731.649000', '110731.652000', '110731.654000', '110731.657000', '110731.659000', '110731.662000', '110731.665000', '110731.667000', '110731.670000', '110731.673000', '110731.675000', '110731.678000', '110731.680000', '110731.683000', '110731.685000', '110731.688000', '110731.690000', '110731.693000', '110731.695000', '110731.698000', '110731.711000', '110731.713000', '110731.716000', '110731.718000', '110731.721000', '110731.723000', '110731.726000', '110731.728000', '110731.731000', '110731.734000', '110731.736000', '110731.739000', '110731.741000', '110731.744000', '110731.746000', '110751.628000', '110751.631000', '110751.634000', '110751.636000', '110751.639000', '110751.641000', '110751.644000', '110751.646000', '110751.649000', '110751.651000', '110751.654000', '110751.657000', '110751.659000', '110751.687000', '110751.689000', '110751.692000', '110751.694000', '110751.697000', '110751.699000', '110751.702000', '110751.705000', '110751.707000', '110751.710000', '110751.712000', '110751.715000', '110751.717000', '110751.720000', '110751.722000', '110751.725000', '110751.727000', '110751.730000', '110751.733000', '110751.735000', '110751.738000', '110751.740000', '110751.743000', '110751.745000', '110751.748000', '110751.750000', '110751.753000', '110751.756000', '110751.758000', '110751.761000', '110751.763000', '110811.628000', '110811.630000', '110811.633000', '110811.636000', '110811.638000', '110811.641000', '110811.655000', '110811.657000', '110811.660000', '110811.662000', '110811.665000', '110811.668000', '110811.670000', '110811.673000', '110811.675000', '110811.678000', '110811.680000', '110811.683000', '110811.686000', '110811.688000', '110811.691000', '110811.693000', '110811.696000', '110811.699000', '110811.701000', '110811.704000', '110811.706000', '110811.709000', '110811.711000', '110811.714000', '110811.717000', '110811.720000', '110811.723000', '110811.726000', '110811.728000', '110811.731000', '110811.733000', '110811.736000', '110811.738000', '110811.741000', '110811.743000', '110811.746000', '110811.749000', '110831.628000', '110831.630000', '110831.633000', '110831.636000', '110831.638000', '110831.641000', '110831.644000', '110831.646000', '110831.649000', '110831.651000', '110831.654000', '110831.656000', '110831.659000', '110831.668000', '110831.670000', '110831.673000', '110831.675000', '110831.678000', '110831.680000', '110831.683000', '110831.686000', '110831.688000', '110831.691000', '110831.694000', '110831.696000', '110831.699000', '110831.701000', '110831.704000', '110831.707000', '110831.709000', '110831.712000', '110831.714000', '110831.717000', '110831.720000', '110831.722000', '110831.725000', '110831.727000', '110831.730000', '110831.733000', '110831.735000', '110831.738000', '110831.740000', '110831.743000', '110831.745000', '110851.627000', '110851.630000', '110851.633000', '110851.635000', '110851.638000', '110851.641000', '110851.643000', '110851.646000', '110851.648000', '110851.651000', '110851.653000', '110851.656000', '110851.658000', '110851.661000', '110851.664000', '110851.666000', '110851.669000', '110851.671000', '110851.674000', '110851.676000', '110851.679000', '110851.682000', '110851.684000', '110851.687000', '110851.689000', '110851.692000', '110851.694000', '110851.697000', '110851.700000', '110851.702000', '110851.705000', '110851.707000', '110851.710000', '110851.712000', '110851.715000', '110851.718000', '110851.720000', '110851.723000', '110851.725000', '110851.728000', '110851.730000', '110851.733000', '110851.735000', '110911.627000', '110911.630000', '110911.633000', '110911.635000', '110911.638000', '110911.641000', '110911.643000', '110911.646000', '110911.648000', '110911.651000', '110911.653000', '110911.656000', '110911.658000', '110911.661000', '110911.664000', '110911.666000', '110911.669000', '110911.671000', '110911.674000', '110911.676000', '110911.679000', '110911.681000', '110911.684000', '110911.687000', '110911.689000', '110911.692000', '110911.694000', '110911.697000', '110911.700000', '110911.702000', '110911.705000', '110911.707000', '110911.715000', '110911.717000', '110911.720000', '110911.722000', '110911.725000', '110911.728000', '110911.730000', '110911.733000', '110911.735000', '110911.738000', '110911.740000', '110911.743000', '110931.629000', '110931.631000', '110931.634000', '110931.637000', '110931.639000', '110931.642000', '110931.644000', '110931.647000', '110931.649000', '110931.652000', '110931.655000', '110931.657000', '110931.660000', '110931.662000', '110931.665000', '110931.667000', '110931.670000', '110931.672000', '110931.675000', '110931.678000', '110931.680000', '110931.683000', '110931.685000', '110931.688000', '110931.690000', '110931.693000', '110931.696000', '110931.698000', '110931.701000', '110931.703000', '110931.706000', '110931.708000', '110931.711000', '110931.714000', '110931.716000', '110931.719000', '110931.721000', '110931.724000', '110931.727000', '110931.729000', '110931.732000', '110931.734000', '110931.737000', '110951.628000', '110951.631000', '110951.647000', '110951.649000', '110951.652000', '110951.655000', '110951.657000', '110951.660000', '110951.662000', '110951.665000', '110951.667000', '110951.670000', '110951.672000', '110951.675000', '110951.677000', '110951.680000', '110951.683000', '110951.685000', '110951.688000', '110951.690000', '110951.693000', '110951.695000', '110951.698000', '110951.701000', '110951.703000', '110951.706000', '110951.708000', '110951.711000', '110951.713000', '110951.716000', '110951.718000', '110951.721000', '110951.724000', '110951.726000', '110951.729000', '110951.731000', '110951.734000', '110951.736000', '110951.739000', '110951.741000', '110951.744000', '110951.747000', '110951.755000', '110951.757000', '111011.629000', '111011.632000', '111011.634000', '111011.637000', '111011.639000', '111011.642000', '111011.644000', '111011.647000', '111011.649000', '111011.652000', '111011.655000', '111011.657000', '111011.660000', '111011.662000', '111011.665000', '111011.667000', '111011.670000', '111011.672000', '111011.675000', '111011.678000', '111011.680000', '111011.683000', '111011.685000', '111011.688000', '111011.690000', '111011.693000', '111011.695000', '111011.698000', '111011.701000', '111011.703000', '111011.706000', '111011.709000', '111011.711000', '111011.714000', '111011.716000', '111011.719000', '111011.722000', '111011.724000', '111011.727000', '111011.729000', '111011.732000', '111011.735000', '111011.737000', '111031.627000', '111031.630000', '111031.633000', '111031.635000', '111031.638000', '111031.641000', '111031.643000', '111031.646000', '111031.648000', '111031.651000', '111031.653000', '111031.656000', '111031.659000', '111031.661000', '111031.664000', '111031.666000', '111031.669000', '111031.672000', '111031.674000', '111031.677000', '111031.679000', '111031.682000', '111031.685000', '111031.687000', '111031.690000', '111031.692000', '111031.695000', '111031.697000', '111031.700000', '111031.703000', '111031.705000', '111031.708000', '111031.710000', '111031.713000', '111031.716000', '111031.718000', '111031.721000', '111031.723000', '111031.726000', '111031.728000', '111031.731000', '111031.733000', '111031.736000', '111031.739000', '111051.628000', '111051.630000', '111051.633000', '111051.636000', '111051.638000', '111051.641000', '111051.643000', '111051.646000', '111051.648000', '111051.651000', '111051.654000', '111051.656000', '111051.659000', '111051.661000', '111051.664000', '111051.666000', '111051.669000', '111051.672000', '111051.674000', '111051.677000', '111051.679000', '111051.682000', '111051.684000', '111051.687000', '111051.689000', '111051.692000', '111051.695000', '111051.697000', '111051.700000', '111051.703000', '111051.705000', '111051.708000', '111051.710000', '111051.713000', '111051.716000', '111051.718000', '111051.721000', '111051.723000', '111051.726000', '111051.728000', '111051.731000', '111051.734000', '111051.736000', '111111.627000', '111111.630000', '111111.633000', '111111.635000', '111111.638000', '111111.640000', '111111.643000', '111111.646000', '111111.648000', '111111.651000', '111111.653000', '111111.656000', '111111.658000', '111111.661000', '111111.663000', '111111.666000', '111111.669000', '111111.671000', '111111.674000', '111111.676000', '111111.679000', '111111.682000', '111111.684000', '111111.687000', '111111.690000', '111111.692000', '111111.695000', '111111.713000', '111111.715000', '111111.718000', '111111.721000', '111111.723000', '111111.726000', '111111.728000', '111111.731000', '111111.734000', '111111.736000', '111111.739000', '111111.741000', '111111.744000', '111111.746000', '111111.749000', '111111.752000', '111111.754000', '111131.628000', '111131.630000', '111131.633000', '111131.636000', '111131.638000', '111131.641000', '111131.643000', '111131.646000', '111131.648000', '111131.651000', '111131.653000', '111131.656000', '111131.659000', '111131.661000', '111131.664000', '111131.666000', '111131.669000', '111131.671000', '111131.674000', '111131.677000', '111131.679000', '111131.682000', '111131.684000', '111131.687000', '111131.689000', '111131.692000', '111131.695000', '111131.697000', '111131.700000', '111131.702000', '111131.705000', '111131.707000', '111131.710000', '111131.713000', '111131.715000', '111131.718000', '111131.720000', '111131.723000', '111131.725000', '111131.728000', '111131.731000', '111131.733000', '111131.736000', '111151.628000', '111151.631000', '111151.634000', '111151.636000', '111151.639000', '111151.642000', '111151.644000', '111151.647000', '111151.649000', '111151.652000', '111151.655000', '111151.657000', '111151.660000', '111151.663000', '111151.665000', '111151.668000', '111151.670000', '111151.673000', '111151.675000', '111151.678000', '111151.681000', '111151.683000', '111151.686000', '111151.688000', '111151.691000', '111151.693000', '111151.696000', '111151.699000', '111151.701000', '111151.704000', '111151.706000', '111151.709000', '111151.712000', '111151.714000', '111151.717000', '111151.719000', '111151.722000', '111151.724000', '111151.727000', '111151.730000', '111151.732000', '111151.735000', '111151.737000', '111211.628000', '111211.631000', '111211.634000', '111211.636000', '111211.639000', '111211.641000', '111211.644000', '111211.647000', '111211.649000', '111211.652000', '111211.654000', '111211.657000', '111211.659000', '111211.662000', '111211.665000', '111211.667000', '111211.670000', '111211.672000', '111211.675000', '111211.678000', '111211.680000', '111211.683000', '111211.685000', '111211.688000', '111211.691000', '111211.693000', '111211.696000', '111211.698000', '111211.701000', '111211.703000', '111211.706000', '111211.709000', '111211.711000', '111211.714000', '111211.716000', '111211.719000', '111211.721000', '111211.724000', '111211.727000', '111211.729000', '111211.732000', '111211.734000', '111211.737000', '111211.739000', '111231.629000', '111231.632000', '111231.634000', '111231.637000', '111231.639000', '111231.642000', '111231.645000', '111231.647000', '111231.650000', '111231.652000', '111231.655000', '111231.658000', '111231.660000', '111231.663000', '111231.665000', '111231.668000', '111231.670000', '111231.673000', '111231.676000', '111231.678000', '111231.681000', '111231.683000', '111231.686000', '111231.688000', '111231.691000', '111231.694000', '111231.696000', '111231.699000', '111231.701000', '111231.704000', '111231.706000', '111231.709000', '111231.712000', '111231.714000', '111231.717000', '111231.719000', '111231.722000', '111231.724000', '111231.750000', '111231.753000', '111231.755000', '111231.758000', '111231.760000', '111251.628000', '111251.630000', '111251.633000', '111251.635000', '111251.638000', '111251.641000', '111251.643000', '111251.646000', '111251.648000', '111251.651000', '111251.653000', '111251.656000', '111251.659000', '111251.661000', '111251.664000', '111251.666000', '111251.669000', '111251.671000', '111251.674000', '111251.676000', '111251.679000', '111251.682000', '111251.684000', '111251.687000', '111251.689000', '111251.692000', '111251.695000', '111251.697000', '111251.700000', '111251.702000', '111251.705000', '111251.708000', '111251.710000', '111251.713000', '111251.715000', '111251.718000', '111251.720000', '111251.723000', '111251.725000', '111251.728000', '111251.731000', '111251.733000', '111251.736000', '111251.738000', '111311.627000', '111311.630000', '111311.634000', '111311.637000', '111311.640000', '111311.642000', '111311.645000', '111311.647000', '111311.650000', '111311.652000', '111311.655000', '111311.658000', '111311.660000', '111311.663000', '111311.666000', '111311.668000', '111311.671000', '111311.673000', '111311.676000', '111311.679000', '111311.681000', '111311.684000', '111311.686000', '111311.689000', '111311.693000', '111311.696000', '111311.698000', '111311.701000', '111311.703000', '111311.706000', '111311.709000', '111311.711000', '111311.714000', '111311.716000', '111311.719000', '111311.722000', '111311.724000', '111311.727000', '111311.729000', '111311.732000', '111311.734000', '111311.737000', '111311.740000', '111331.628000', '111331.630000', '111331.633000', '111331.635000', '111331.638000', '111331.640000', '111331.643000', '111331.646000', '111331.648000', '111331.651000', '111331.653000', '111331.656000', '111331.658000', '111331.662000', '111331.665000', '111331.667000', '111331.670000', '111331.672000', '111331.675000', '111331.677000', '111331.680000', '111331.683000', '111331.685000', '111331.688000', '111331.690000', '111331.693000', '111331.696000', '111331.698000', '111331.701000', '111331.703000', '111331.706000', '111331.709000', '111331.711000', '111331.714000', '111331.716000', '111331.719000', '111331.722000', '111331.724000', '111331.727000', '111331.729000', '111331.732000', '111331.734000', '111331.737000', '111331.740000', '111337.409000', '111337.412000', '111337.415000', '111337.418000', '111337.421000', '111337.424000', '111337.427000', '111337.430000', '111337.432000', '111337.435000', '111337.438000', '111337.441000', '111337.444000'], 'InstanceCreationTime': ['110711.660000', '110711.673000', '110711.675000', '110711.678000', '110711.692000', '110711.695000', '110711.698000', '110711.700000', '110711.703000', '110711.705000', '110711.708000', '110711.710000', '110711.713000', '110711.722000', '110711.724000', '110711.727000', '110711.729000', '110711.732000', '110711.735000', '110711.737000', '110711.740000', '110711.742000', '110711.745000', '110711.747000', '110711.750000', '110711.752000', '110711.755000', '110711.757000', '110711.760000', '110711.763000', '110711.765000', '110711.768000', '110711.770000', '110731.629000', '110731.631000', '110731.634000', '110731.637000', '110731.639000', '110731.642000', '110731.644000', '110731.647000', '110731.649000', '110731.652000', '110731.654000', '110731.657000', '110731.659000', '110731.662000', '110731.665000', '110731.667000', '110731.670000', '110731.673000', '110731.675000', '110731.678000', '110731.680000', '110731.683000', '110731.685000', '110731.688000', '110731.690000', '110731.693000', '110731.695000', '110731.698000', '110731.711000', '110731.713000', '110731.716000', '110731.718000', '110731.721000', '110731.723000', '110731.726000', '110731.728000', '110731.731000', '110731.734000', '110731.736000', '110731.739000', '110731.741000', '110731.744000', '110731.746000', '110751.628000', '110751.631000', '110751.634000', '110751.636000', '110751.639000', '110751.641000', '110751.644000', '110751.646000', '110751.649000', '110751.651000', '110751.654000', '110751.657000', '110751.659000', '110751.687000', '110751.689000', '110751.692000', '110751.694000', '110751.697000', '110751.699000', '110751.702000', '110751.705000', '110751.707000', '110751.710000', '110751.712000', '110751.715000', '110751.717000', '110751.720000', '110751.722000', '110751.725000', '110751.727000', '110751.730000', '110751.733000', '110751.735000', '110751.738000', '110751.740000', '110751.743000', '110751.745000', '110751.748000', '110751.750000', '110751.753000', '110751.756000', '110751.758000', '110751.761000', '110751.763000', '110811.628000', '110811.630000', '110811.633000', '110811.636000', '110811.638000', '110811.641000', '110811.655000', '110811.657000', '110811.660000', '110811.662000', '110811.665000', '110811.668000', '110811.670000', '110811.673000', '110811.675000', '110811.678000', '110811.680000', '110811.683000', '110811.686000', '110811.688000', '110811.691000', '110811.693000', '110811.696000', '110811.699000', '110811.701000', '110811.704000', '110811.706000', '110811.709000', '110811.711000', '110811.714000', '110811.717000', '110811.720000', '110811.723000', '110811.726000', '110811.728000', '110811.731000', '110811.733000', '110811.736000', '110811.738000', '110811.741000', '110811.743000', '110811.746000', '110811.749000', '110831.628000', '110831.630000', '110831.633000', '110831.636000', '110831.638000', '110831.641000', '110831.644000', '110831.646000', '110831.649000', '110831.651000', '110831.654000', '110831.656000', '110831.659000', '110831.668000', '110831.670000', '110831.673000', '110831.675000', '110831.678000', '110831.680000', '110831.683000', '110831.686000', '110831.688000', '110831.691000', '110831.694000', '110831.696000', '110831.699000', '110831.701000', '110831.704000', '110831.707000', '110831.709000', '110831.712000', '110831.714000', '110831.717000', '110831.720000', '110831.722000', '110831.725000', '110831.727000', '110831.730000', '110831.733000', '110831.735000', '110831.738000', '110831.740000', '110831.743000', '110831.745000', '110851.627000', '110851.630000', '110851.633000', '110851.635000', '110851.638000', '110851.641000', '110851.643000', '110851.646000', '110851.648000', '110851.651000', '110851.653000', '110851.656000', '110851.658000', '110851.661000', '110851.664000', '110851.666000', '110851.669000', '110851.671000', '110851.674000', '110851.676000', '110851.679000', '110851.682000', '110851.684000', '110851.687000', '110851.689000', '110851.692000', '110851.694000', '110851.697000', '110851.700000', '110851.702000', '110851.705000', '110851.707000', '110851.710000', '110851.712000', '110851.715000', '110851.718000', '110851.720000', '110851.723000', '110851.725000', '110851.728000', '110851.730000', '110851.733000', '110851.735000', '110911.627000', '110911.630000', '110911.633000', '110911.635000', '110911.638000', '110911.641000', '110911.643000', '110911.646000', '110911.648000', '110911.651000', '110911.653000', '110911.656000', '110911.658000', '110911.661000', '110911.664000', '110911.666000', '110911.669000', '110911.671000', '110911.674000', '110911.676000', '110911.679000', '110911.681000', '110911.684000', '110911.687000', '110911.689000', '110911.692000', '110911.694000', '110911.697000', '110911.700000', '110911.702000', '110911.705000', '110911.707000', '110911.715000', '110911.717000', '110911.720000', '110911.722000', '110911.725000', '110911.728000', '110911.730000', '110911.733000', '110911.735000', '110911.738000', '110911.740000', '110911.743000', '110931.629000', '110931.631000', '110931.634000', '110931.637000', '110931.639000', '110931.642000', '110931.644000', '110931.647000', '110931.649000', '110931.652000', '110931.655000', '110931.657000', '110931.660000', '110931.662000', '110931.665000', '110931.667000', '110931.670000', '110931.672000', '110931.675000', '110931.678000', '110931.680000', '110931.683000', '110931.685000', '110931.688000', '110931.690000', '110931.693000', '110931.696000', '110931.698000', '110931.701000', '110931.703000', '110931.706000', '110931.708000', '110931.711000', '110931.714000', '110931.716000', '110931.719000', '110931.721000', '110931.724000', '110931.727000', '110931.729000', '110931.732000', '110931.734000', '110931.737000', '110951.628000', '110951.631000', '110951.647000', '110951.649000', '110951.652000', '110951.655000', '110951.657000', '110951.660000', '110951.662000', '110951.665000', '110951.667000', '110951.670000', '110951.672000', '110951.675000', '110951.677000', '110951.680000', '110951.683000', '110951.685000', '110951.688000', '110951.690000', '110951.693000', '110951.695000', '110951.698000', '110951.701000', '110951.703000', '110951.706000', '110951.708000', '110951.711000', '110951.713000', '110951.716000', '110951.718000', '110951.721000', '110951.724000', '110951.726000', '110951.729000', '110951.731000', '110951.734000', '110951.736000', '110951.739000', '110951.741000', '110951.744000', '110951.747000', '110951.755000', '110951.757000', '111011.629000', '111011.632000', '111011.634000', '111011.637000', '111011.639000', '111011.642000', '111011.644000', '111011.647000', '111011.649000', '111011.652000', '111011.655000', '111011.657000', '111011.660000', '111011.662000', '111011.665000', '111011.667000', '111011.670000', '111011.672000', '111011.675000', '111011.678000', '111011.680000', '111011.683000', '111011.685000', '111011.688000', '111011.690000', '111011.693000', '111011.695000', '111011.698000', '111011.701000', '111011.703000', '111011.706000', '111011.709000', '111011.711000', '111011.714000', '111011.716000', '111011.719000', '111011.722000', '111011.724000', '111011.727000', '111011.729000', '111011.732000', '111011.735000', '111011.737000', '111031.627000', '111031.630000', '111031.633000', '111031.635000', '111031.638000', '111031.641000', '111031.643000', '111031.646000', '111031.648000', '111031.651000', '111031.653000', '111031.656000', '111031.659000', '111031.661000', '111031.664000', '111031.666000', '111031.669000', '111031.672000', '111031.674000', '111031.677000', '111031.679000', '111031.682000', '111031.685000', '111031.687000', '111031.690000', '111031.692000', '111031.695000', '111031.697000', '111031.700000', '111031.703000', '111031.705000', '111031.708000', '111031.710000', '111031.713000', '111031.716000', '111031.718000', '111031.721000', '111031.723000', '111031.726000', '111031.728000', '111031.731000', '111031.733000', '111031.736000', '111031.739000', '111051.628000', '111051.630000', '111051.633000', '111051.636000', '111051.638000', '111051.641000', '111051.643000', '111051.646000', '111051.648000', '111051.651000', '111051.654000', '111051.656000', '111051.659000', '111051.661000', '111051.664000', '111051.666000', '111051.669000', '111051.672000', '111051.674000', '111051.677000', '111051.679000', '111051.682000', '111051.684000', '111051.687000', '111051.689000', '111051.692000', '111051.695000', '111051.697000', '111051.700000', '111051.703000', '111051.705000', '111051.708000', '111051.710000', '111051.713000', '111051.716000', '111051.718000', '111051.721000', '111051.723000', '111051.726000', '111051.728000', '111051.731000', '111051.734000', '111051.736000', '111111.627000', '111111.630000', '111111.633000', '111111.635000', '111111.638000', '111111.640000', '111111.643000', '111111.646000', '111111.648000', '111111.651000', '111111.653000', '111111.656000', '111111.658000', '111111.661000', '111111.663000', '111111.666000', '111111.669000', '111111.671000', '111111.674000', '111111.676000', '111111.679000', '111111.682000', '111111.684000', '111111.687000', '111111.690000', '111111.692000', '111111.695000', '111111.713000', '111111.715000', '111111.718000', '111111.721000', '111111.723000', '111111.726000', '111111.728000', '111111.731000', '111111.734000', '111111.736000', '111111.739000', '111111.741000', '111111.744000', '111111.746000', '111111.749000', '111111.752000', '111111.754000', '111131.628000', '111131.630000', '111131.633000', '111131.636000', '111131.638000', '111131.641000', '111131.643000', '111131.646000', '111131.648000', '111131.651000', '111131.653000', '111131.656000', '111131.659000', '111131.661000', '111131.664000', '111131.666000', '111131.669000', '111131.671000', '111131.674000', '111131.677000', '111131.679000', '111131.682000', '111131.684000', '111131.687000', '111131.689000', '111131.692000', '111131.695000', '111131.697000', '111131.700000', '111131.702000', '111131.705000', '111131.707000', '111131.710000', '111131.713000', '111131.715000', '111131.718000', '111131.720000', '111131.723000', '111131.725000', '111131.728000', '111131.731000', '111131.733000', '111131.736000', '111151.628000', '111151.631000', '111151.634000', '111151.636000', '111151.639000', '111151.642000', '111151.644000', '111151.647000', '111151.649000', '111151.652000', '111151.655000', '111151.657000', '111151.660000', '111151.663000', '111151.665000', '111151.668000', '111151.670000', '111151.673000', '111151.675000', '111151.678000', '111151.681000', '111151.683000', '111151.686000', '111151.688000', '111151.691000', '111151.693000', '111151.696000', '111151.699000', '111151.701000', '111151.704000', '111151.706000', '111151.709000', '111151.712000', '111151.714000', '111151.717000', '111151.719000', '111151.722000', '111151.724000', '111151.727000', '111151.730000', '111151.732000', '111151.735000', '111151.737000', '111211.628000', '111211.631000', '111211.634000', '111211.636000', '111211.639000', '111211.641000', '111211.644000', '111211.647000', '111211.649000', '111211.652000', '111211.654000', '111211.657000', '111211.659000', '111211.662000', '111211.665000', '111211.667000', '111211.670000', '111211.672000', '111211.675000', '111211.678000', '111211.680000', '111211.683000', '111211.685000', '111211.688000', '111211.691000', '111211.693000', '111211.696000', '111211.698000', '111211.701000', '111211.703000', '111211.706000', '111211.709000', '111211.711000', '111211.714000', '111211.716000', '111211.719000', '111211.721000', '111211.724000', '111211.727000', '111211.729000', '111211.732000', '111211.734000', '111211.737000', '111211.739000', '111231.629000', '111231.632000', '111231.634000', '111231.637000', '111231.639000', '111231.642000', '111231.645000', '111231.647000', '111231.650000', '111231.652000', '111231.655000', '111231.658000', '111231.660000', '111231.663000', '111231.665000', '111231.668000', '111231.670000', '111231.673000', '111231.676000', '111231.678000', '111231.681000', '111231.683000', '111231.686000', '111231.688000', '111231.691000', '111231.694000', '111231.696000', '111231.699000', '111231.701000', '111231.704000', '111231.706000', '111231.709000', '111231.712000', '111231.714000', '111231.717000', '111231.719000', '111231.722000', '111231.724000', '111231.750000', '111231.753000', '111231.755000', '111231.758000', '111231.760000', '111251.628000', '111251.630000', '111251.633000', '111251.635000', '111251.638000', '111251.641000', '111251.643000', '111251.646000', '111251.648000', '111251.651000', '111251.653000', '111251.656000', '111251.659000', '111251.661000', '111251.664000', '111251.666000', '111251.669000', '111251.671000', '111251.674000', '111251.676000', '111251.679000', '111251.682000', '111251.684000', '111251.687000', '111251.689000', '111251.692000', '111251.695000', '111251.697000', '111251.700000', '111251.702000', '111251.705000', '111251.708000', '111251.710000', '111251.713000', '111251.715000', '111251.718000', '111251.720000', '111251.723000', '111251.725000', '111251.728000', '111251.731000', '111251.733000', '111251.736000', '111251.738000', '111311.627000', '111311.630000', '111311.634000', '111311.637000', '111311.640000', '111311.642000', '111311.645000', '111311.647000', '111311.650000', '111311.652000', '111311.655000', '111311.658000', '111311.660000', '111311.663000', '111311.666000', '111311.668000', '111311.671000', '111311.673000', '111311.676000', '111311.679000', '111311.681000', '111311.684000', '111311.686000', '111311.689000', '111311.693000', '111311.696000', '111311.698000', '111311.701000', '111311.703000', '111311.706000', '111311.709000', '111311.711000', '111311.714000', '111311.716000', '111311.719000', '111311.722000', '111311.724000', '111311.727000', '111311.729000', '111311.732000', '111311.734000', '111311.737000', '111311.740000', '111331.628000', '111331.630000', '111331.633000', '111331.635000', '111331.638000', '111331.640000', '111331.643000', '111331.646000', '111331.648000', '111331.651000', '111331.653000', '111331.656000', '111331.658000', '111331.662000', '111331.665000', '111331.667000', '111331.670000', '111331.672000', '111331.675000', '111331.677000', '111331.680000', '111331.683000', '111331.685000', '111331.688000', '111331.690000', '111331.693000', '111331.696000', '111331.698000', '111331.701000', '111331.703000', '111331.706000', '111331.709000', '111331.711000', '111331.714000', '111331.716000', '111331.719000', '111331.722000', '111331.724000', '111331.727000', '111331.729000', '111331.732000', '111331.734000', '111331.737000', '111331.740000', '111337.409000', '111337.412000', '111337.415000', '111337.418000', '111337.421000', '111337.424000', '111337.427000', '111337.430000', '111337.432000', '111337.435000', '111337.438000', '111337.441000', '111337.444000'], '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': [11855, 11980, 20213, 12700, 10110, 10324, 8066, 13994, 11755, 9753, 15288, 10285, 8852, 11365, 12696, 13734, 11261, 20096, 11656, 8405, 10443, 8177, 13481, 11025, 8163, 12262, 9318, 7561, 12711, 11089, 16561, 13371, 8912, 12741, 10502, 15434, 13452, 14582, 21730, 12719, 11718, 11108, 9004, 14631, 10924, 7800, 15589, 11620, 8089, 12783, 10142, 8001, 15391, 11635, 8821, 18274, 12123, 8428, 14103, 11568, 10287, 22455, 15616, 9618, 12338, 10435, 12534, 15185, 9874, 8898, 9796, 7859, 14657, 11907, 8734, 12340, 9650, 7314, 13825, 12493, 11281, 13052, 10061, 9957, 9978, 8000, 16303, 12746, 9008, 12749, 9929, 10951, 12429, 9771, 19079, 12290, 8754, 12238, 10280, 9622, 20724, 15245, 14961, 12429, 9113, 14771, 12203, 12070, 21791, 12990, 9151, 12613, 9107, 18359, 13853, 10321, 18232, 11241, 9851, 12083, 8898, 18696, 12158, 8427, 12398, 9410, 8004, 16877, 12871, 9566, 13440, 10091, 8120, 15901, 11976, 16642, 11736, 8217, 15007, 11555, 9559, 10877, 15754, 13107, 9038, 14320, 7408, 9149, 10634, 11913, 10569, 8676, 19472, 15221, 10478, 16557, 11378, 9232, 17635, 10860, 23275, 17912, 11474, 10293, 8663, 9915, 10128, 8119, 14083, 10532, 7544, 10691, 9419, 12064, 13925, 9271, 12770, 9912, 7722, 14485, 12864, 18719, 13170, 9216, 12951, 10234, 8500, 17490, 14276, 16559, 12938, 9572, 13065, 10828, 11055, 22005, 14576, 14871, 10917, 9276, 13254, 11411, 9078, 16179, 11232, 8357, 12105, 10136, 8229, 14680, 12226, 10749, 16120, 11634, 8475, 14402, 11518, 12705, 13003, 9074, 12389, 10817, 10032, 20434, 13513, 10152, 9605, 8461, 13447, 11185, 9251, 14301, 9674, 7243, 10299, 9553, 9126, 14378, 11548, 8779, 10965, 7844, 15621, 12847, 12222, 14013, 10241, 8025, 11839, 10315, 15152, 13605, 14141, 22479, 18479, 14671, 20441, 12537, 11766, 22537, 14904, 22874, 15954, 21808, 13563, 18835, 12187, 15443, 10310, 8468, 10377, 9345, 8187, 12786, 11675, 10508, 14329, 11318, 9891, 12243, 9494, 18820, 13508, 9389, 12759, 10076, 7493, 13404, 11174, 13847, 12685, 9526, 8756, 10090, 8844, 14928, 13550, 10321, 11087, 9590, 8819, 12642, 11418, 10153, 16862, 12874, 8018, 15687, 11496, 8871, 9424, 13683, 12868, 10522, 13626, 10538, 8274, 13496, 12647, 21900, 18523, 17705, 12342, 8673, 12106, 9843, 7658, 14049, 11649, 18796, 13604, 9222, 12489, 10257, 8807, 15206, 11859, 22365, 16396, 11070, 11450, 8876, 11541, 9442, 13307, 11638, 14033, 11347, 8086, 12347, 9942, 10101, 13539, 9568, 15158, 10429, 8235, 12421, 9909, 7836, 12948, 10510, 18414, 14092, 10376, 13977, 9728, 12578, 10784, 10780, 17077, 10987, 12956, 9251, 7122, 13716, 11944, 11284, 13721, 9911, 7776, 11692, 10177, 17002, 13764, 10102, 13778, 10307, 12754, 8370, 16030, 11852, 17822, 11795, 7542, 10187, 9363, 11206, 15134, 10035, 14107, 10781, 12917, 11880, 14479, 17890, 11099, 14000, 10362, 8611, 12494, 8749, 15975, 14034, 18317, 17223, 10793, 13443, 9270, 7810, 12625, 12535, 15086, 21192, 14945, 18708, 11994, 8836, 12693, 10835, 8488, 18510, 12549, 10110, 14868, 11001, 14639, 11634, 10801, 18191, 11828, 15725, 11851, 8101, 16103, 12957, 11278, 14265, 10111, 7746, 11202, 9652, 14808, 14106, 9709, 10329, 8960, 7934, 12727, 10715, 9430, 16647, 12831, 8980, 13119, 10391, 10182, 15260, 11935, 19719, 15632, 10853, 13636, 10543, 11474, 11619, 8851, 19458, 15433, 16193, 12267, 8464, 11852, 9826, 8134, 15927, 13516, 17839, 16593, 12606, 18123, 13882, 10050, 18051, 13772, 10273, 18016, 13474, 13856, 14061, 9661, 19743, 14834, 11126, 13095, 9903, 13463, 14330, 10223, 16171, 10735, 8102, 13335, 12126, 11841, 17070, 11808, 9891, 10221, 8497, 16031, 12576, 10180, 17326, 10898, 7763, 11137, 9313, 7969, 16311, 13884, 13940, 12754, 9014, 14115, 11304, 10315, 19468, 16045, 10684, 13275, 10685, 9084, 14263, 11632, 21379, 16800, 13027, 20942, 13892, 9019, 14629, 10461, 19110, 14114, 14271, 10490, 10368, 13545, 9360, 15310, 11230, 8470, 14744, 12049, 15922, 20246, 15469, 12783, 16769, 11667, 9893, 14307, 10962, 9198, 17416, 14687, 13630, 19696, 14121, 9893, 13767, 10544, 8658, 17638, 12804, 8727, 10652, 10713, 8662, 13100, 10402, 9996, 10806, 18192, 12449, 8057, 13997, 10291, 8810, 17739, 13187, 9809, 16787, 10910, 8112, 14058, 11422, 10259, 17313, 11745, 8554, 13688, 11932, 13389, 18831, 13920, 12249, 10766, 8513, 15334, 12513, 11779, 17852, 12911, 16167, 11142, 8469, 13866, 9888, 8303, 15702, 11064, 8653, 14529, 10669, 9653, 16763, 13988, 20580, 14658, 10938, 14687, 11031, 21508, 15900, 10476, 13374, 10317, 8446, 13878, 10285, 18564, 13322, 8248, 13058, 10135, 15541, 12530, 20092, 15165, 11585, 11280, 8555, 12543, 10830, 9465, 19582, 14892, 9053, 13159, 9824, 8496, 12357, 8483, 16008, 13027, 18091, 13569, 9371, 13240, 11372, 10250, 15091, 12280, 21803, 16873, 11827, 19000, 12116, 9155, 12566, 9287, 15434, 13435, 14019, 19902, 13146, 11617, 11232, 8504, 15007, 11586, 8723, 14065, 10848, 8568, 13903, 11044, 11099, 16155, 12567, 13866, 12590, 9462, 15737, 11872, 9588, 18923, 14049, 9818, 13350, 10766, 10537, 15998, 12198, 17010, 15875, 11869, 7645, 9013, 8722, 7761, 12605, 11331, 10211, 8359, 13827, 12206, 11226, 17723, 14089, 10691, 18091, 14559, 22197, 19876, 22039, 16651, 11826, 11362, 9851, 9183, 11831, 10126, 9049, 13832, 11427, 9775, 19613, 15506, 11653, 16049, 11496, 9163, 13685, 11330, 14246, 17095, 12610, 22954, 15997, 9890, 10395, 10188, 9682, 11440, 16915, 13677, 10409, 15367, 11468, 10287, 8766, 16163, 13662, 12149, 19546, 13205, 9150, 13244, 12433, 10053, 12420, 13156, 10697, 14174, 13787, 10796, 10916, 13460, 11327, 9953, 16224, 14148, 12663, 14005, 9893, 8793, 12623, 10140, 8602, 13664, 11567, 10775, 16430, 11851, 8104, 12811, 10544, 10090, 14510, 12463, 15650, 13313, 9255, 14662, 10699, 8737, 14853, 12466, 11584, 20771, 15790, 12994, 12444, 9988, 9932, 10392, 15520, 12010, 11338, 12901, 8702, 13500, 10749, 9561, 10587, 8061, 13976, 10749, 8736, 14506, 11452, 14427, 11507, 8990, 15367, 11994, 15865, 14342, 9213, 16610, 11085, 14559, 13956, 11562, 19694, 12017, 8015, 11942, 10542], 'WindowCenter': [4271.0, 4243.0, 4295.0, 4239.0, 4204.0, 4204.0, 4173.0, 4234.0, 4224.0, 4192.0, 4245.0, 4204.0, 4182.0, 4212.0, 4210.0, 4220.0, 4200.0, 4264.0, 4201.0, 4171.0, 4201.0, 4171.0, 4233.0, 4215.0, 4184.0, 4226.0, 4206.0, 4175.0, 4238.0, 4227.0, 4257.0, 4237.0, 4194.0, 4225.0, 4206.0, 4233.0, 4224.0, 4232.0, 4264.0, 4211.0, 4200.0, 4200.0, 4169.0, 4219.0, 4189.0, 4158.0, 4244.0, 4214.0, 4184.0, 4234.0, 4207.0, 4185.0, 4258.0, 4225.0, 4195.0, 4268.0, 4227.0, 4188.0, 4248.0, 4216.0, 4204.0, 4279.0, 4246.0, 4192.0, 4210.0, 4201.0, 4212.0, 4233.0, 4193.0, 4182.0, 4191.0, 4185.0, 4259.0, 4227.0, 4195.0, 4225.0, 4205.0, 4163.0, 4234.0, 4226.0, 4216.0, 4238.0, 4206.0, 4205.0, 4207.0, 4182.0, 4257.0, 4238.0, 4195.0, 4238.0, 4206.0, 4215.0, 4238.0, 4218.0, 4280.0, 4228.0, 4187.0, 4224.0, 4205.0, 4193.0, 4278.0, 4248.0, 4234.0, 4212.0, 4181.0, 4232.0, 4213.0, 4211.0, 4276.0, 4223.0, 4179.0, 4211.0, 4180.0, 4253.0, 4222.0, 4191.0, 4253.0, 4201.0, 4177.0, 4198.0, 4180.0, 4251.0, 4211.0, 4169.0, 4210.0, 4177.0, 4159.0, 4242.0, 4222.0, 4191.0, 4220.0, 4191.0, 4158.0, 4241.0, 4212.0, 4243.0, 4213.0, 4183.0, 4243.0, 4213.0, 4193.0, 4202.0, 4244.0, 4236.0, 4193.0, 4260.0, 4163.0, 4194.0, 4215.0, 4225.0, 4204.0, 4184.0, 4268.0, 4248.0, 4206.0, 4245.0, 4214.0, 4183.0, 4255.0, 4191.0, 4277.0, 4243.0, 4198.0, 4188.0, 4167.0, 4178.0, 4191.0, 4171.0, 4234.0, 4214.0, 4174.0, 4203.0, 4194.0, 4225.0, 4248.0, 4196.0, 4226.0, 4205.0, 4174.0, 4235.0, 4224.0, 4255.0, 4226.0, 4183.0, 4212.0, 4192.0, 4170.0, 4244.0, 4224.0, 4232.0, 4212.0, 4181.0, 4211.0, 4191.0, 4201.0, 4266.0, 4222.0, 4221.0, 4190.0, 4181.0, 4209.0, 4200.0, 4170.0, 4243.0, 4201.0, 4172.0, 4224.0, 4204.0, 4184.0, 4245.0, 4214.0, 4202.0, 4244.0, 4202.0, 4170.0, 4234.0, 4213.0, 4223.0, 4223.0, 4181.0, 4212.0, 4203.0, 4192.0, 4268.0, 4235.0, 4205.0, 4193.0, 4172.0, 4221.0, 4202.0, 4182.0, 4234.0, 4194.0, 4174.0, 4205.0, 4205.0, 4206.0, 4247.0, 4229.0, 4196.0, 4219.0, 4188.0, 4260.0, 4238.0, 4240.0, 4249.0, 4219.0, 4176.0, 4225.0, 4206.0, 4246.0, 4237.0, 4237.0, 4281.0, 4257.0, 4236.0, 4268.0, 4226.0, 4212.0, 4278.0, 4234.0, 4278.0, 4233.0, 4264.0, 4221.0, 4241.0, 4211.0, 4218.0, 4176.0, 4144.0, 4173.0, 4165.0, 4154.0, 4194.0, 4184.0, 4177.0, 4207.0, 4187.0, 4164.0, 4184.0, 4151.0, 4227.0, 4195.0, 4154.0, 4193.0, 4165.0, 4132.0, 4207.0, 4185.0, 4206.0, 4196.0, 4177.0, 4167.0, 4187.0, 4168.0, 4229.0, 4221.0, 4191.0, 4201.0, 4180.0, 4180.0, 4210.0, 4200.0, 4192.0, 4257.0, 4236.0, 4171.0, 4244.0, 4227.0, 4196.0, 4192.0, 4246.0, 4238.0, 4217.0, 4246.0, 4217.0, 4185.0, 4236.0, 4227.0, 4280.0, 4258.0, 4243.0, 4201.0, 4158.0, 4199.0, 4179.0, 4148.0, 4221.0, 4200.0, 4251.0, 4211.0, 4180.0, 4199.0, 4179.0, 4168.0, 4220.0, 4200.0, 4264.0, 4231.0, 4188.0, 4189.0, 4168.0, 4188.0, 4178.0, 4208.0, 4190.0, 4209.0, 4190.0, 4160.0, 4213.0, 4193.0, 4190.0, 4221.0, 4181.0, 4220.0, 4188.0, 4172.0, 4211.0, 4193.0, 4160.0, 4211.0, 4190.0, 4242.0, 4223.0, 4190.0, 4220.0, 4178.0, 4198.0, 4189.0, 4188.0, 4231.0, 4190.0, 4211.0, 4181.0, 4141.0, 4223.0, 4213.0, 4202.0, 4235.0, 4194.0, 4162.0, 4212.0, 4193.0, 4243.0, 4235.0, 4193.0, 4225.0, 4191.0, 4211.0, 4158.0, 4232.0, 4201.0, 4242.0, 4201.0, 4161.0, 4191.0, 4192.0, 4213.0, 4246.0, 4193.0, 4236.0, 4205.0, 4213.0, 4214.0, 4234.0, 4258.0, 4204.0, 4224.0, 4193.0, 4171.0, 4212.0, 4169.0, 4232.0, 4222.0, 4244.0, 4245.0, 4202.0, 4223.0, 4195.0, 4173.0, 4224.0, 4227.0, 4236.0, 4282.0, 4249.0, 4269.0, 4228.0, 4196.0, 4225.0, 4203.0, 4171.0, 4252.0, 4211.0, 4190.0, 4222.0, 4201.0, 4220.0, 4200.0, 4189.0, 4243.0, 4187.0, 4218.0, 4185.0, 4143.0, 4215.0, 4197.0, 4186.0, 4207.0, 4177.0, 4146.0, 4198.0, 4177.0, 4218.0, 4219.0, 4179.0, 4190.0, 4180.0, 4160.0, 4211.0, 4201.0, 4192.0, 4255.0, 4224.0, 4183.0, 4224.0, 4204.0, 4192.0, 4244.0, 4213.0, 4268.0, 4246.0, 4204.0, 4223.0, 4191.0, 4200.0, 4199.0, 4168.0, 4253.0, 4232.0, 4242.0, 4212.0, 4171.0, 4211.0, 4193.0, 4161.0, 4243.0, 4234.0, 4255.0, 4247.0, 4226.0, 4269.0, 4224.0, 4194.0, 4254.0, 4223.0, 4193.0, 4255.0, 4223.0, 4220.0, 4208.0, 4178.0, 4253.0, 4219.0, 4187.0, 4207.0, 4176.0, 4206.0, 4216.0, 4177.0, 4228.0, 4188.0, 4146.0, 4208.0, 4209.0, 4210.0, 4241.0, 4199.0, 4177.0, 4177.0, 4168.0, 4241.0, 4224.0, 4204.0, 4254.0, 4202.0, 4162.0, 4212.0, 4193.0, 4170.0, 4243.0, 4233.0, 4234.0, 4223.0, 4183.0, 4232.0, 4213.0, 4202.0, 4266.0, 4246.0, 4203.0, 4222.0, 4202.0, 4182.0, 4233.0, 4213.0, 4267.0, 4245.0, 4213.0, 4267.0, 4222.0, 4183.0, 4231.0, 4191.0, 4243.0, 4210.0, 4207.0, 4178.0, 4176.0, 4210.0, 4181.0, 4246.0, 4202.0, 4159.0, 4220.0, 4198.0, 4230.0, 4255.0, 4233.0, 4211.0, 4245.0, 4214.0, 4192.0, 4219.0, 4188.0, 4166.0, 4227.0, 4204.0, 4194.0, 4239.0, 4205.0, 4175.0, 4206.0, 4173.0, 4140.0, 4227.0, 4208.0, 4168.0, 4186.0, 4186.0, 4168.0, 4207.0, 4187.0, 4177.0, 4188.0, 4240.0, 4209.0, 4158.0, 4219.0, 4189.0, 4180.0, 4240.0, 4208.0, 4192.0, 4242.0, 4202.0, 4162.0, 4221.0, 4213.0, 4191.0, 4242.0, 4212.0, 4182.0, 4222.0, 4213.0, 4222.0, 4268.0, 4235.0, 4212.0, 4201.0, 4170.0, 4244.0, 4223.0, 4215.0, 4268.0, 4225.0, 4243.0, 4203.0, 4172.0, 4234.0, 4204.0, 4182.0, 4256.0, 4226.0, 4195.0, 4259.0, 4218.0, 4204.0, 4268.0, 4246.0, 4278.0, 4245.0, 4203.0, 4232.0, 4200.0, 4274.0, 4242.0, 4202.0, 4220.0, 4202.0, 4168.0, 4230.0, 4202.0, 4262.0, 4233.0, 4182.0, 4233.0, 4204.0, 4241.0, 4220.0, 4262.0, 4231.0, 4210.0, 4200.0, 4181.0, 4224.0, 4214.0, 4192.0, 4267.0, 4246.0, 4196.0, 4237.0, 4204.0, 4184.0, 4213.0, 4171.0, 4243.0, 4223.0, 4255.0, 4223.0, 4194.0, 4223.0, 4212.0, 4188.0, 4231.0, 4200.0, 4263.0, 4232.0, 4198.0, 4241.0, 4198.0, 4166.0, 4197.0, 4167.0, 4206.0, 4196.0, 4207.0, 4240.0, 4198.0, 4185.0, 4174.0, 4155.0, 4218.0, 4199.0, 4156.0, 4208.0, 4188.0, 4156.0, 4206.0, 4200.0, 4200.0, 4233.0, 4198.0, 4209.0, 4197.0, 4178.0, 4230.0, 4198.0, 4179.0, 4255.0, 4221.0, 4179.0, 4209.0, 4186.0, 4187.0, 4228.0, 4199.0, 4242.0, 4232.0, 4211.0, 4172.0, 4182.0, 4183.0, 4161.0, 4222.0, 4215.0, 4216.0, 4187.0, 4249.0, 4253.0, 4231.0, 4271.0, 4249.0, 4206.0, 4257.0, 4235.0, 4266.0, 4244.0, 4255.0, 4220.0, 4188.0, 4187.0, 4166.0, 4166.0, 4182.0, 4164.0, 4154.0, 4194.0, 4186.0, 4166.0, 4240.0, 4219.0, 4187.0, 4216.0, 4173.0, 4154.0, 4194.0, 4173.0, 4193.0, 4203.0, 4184.0, 4251.0, 4229.0, 4178.0, 4176.0, 4174.0, 4162.0, 4182.0, 4227.0, 4207.0, 4177.0, 4218.0, 4186.0, 4175.0, 4142.0, 4215.0, 4193.0, 4183.0, 4237.0, 4194.0, 4155.0, 4191.0, 4180.0, 4163.0, 4184.0, 4191.0, 4173.0, 4196.0, 4195.0, 4173.0, 4174.0, 4193.0, 4174.0, 4164.0, 4214.0, 4206.0, 4196.0, 4207.0, 4165.0, 4154.0, 4195.0, 4176.0, 4144.0, 4207.0, 4200.0, 4188.0, 4231.0, 4201.0, 4159.0, 4209.0, 4190.0, 4179.0, 4220.0, 4212.0, 4233.0, 4212.0, 4181.0, 4231.0, 4191.0, 4170.0, 4234.0, 4209.0, 4200.0, 4264.0, 4233.0, 4223.0, 4213.0, 4193.0, 4180.0, 4190.0, 4230.0, 4200.0, 4188.0, 4210.0, 4171.0, 4221.0, 4203.0, 4205.0, 4202.0, 4172.0, 4232.0, 4203.0, 4181.0, 4236.0, 4215.0, 4235.0, 4211.0, 4181.0, 4231.0, 4200.0, 4241.0, 4220.0, 4179.0, 4231.0, 4198.0, 4218.0, 4221.0, 4200.0, 4263.0, 4210.0, 4159.0, 4198.0, 4187.0], 'WindowWidth': [9448.0, 9394.0, 9472.0, 9377.0, 9321.0, 9319.0, 9276.0, 9359.0, 9348.0, 9303.0, 9379.0, 9319.0, 9288.0, 9327.0, 9320.0, 9334.0, 9307.0, 9408.0, 9310.0, 9269.0, 9309.0, 9273.0, 9357.0, 9337.0, 9294.0, 9352.0, 9328.0, 9285.0, 9371.0, 9355.0, 9401.0, 9372.0, 9308.0, 9350.0, 9324.0, 9359.0, 9350.0, 9355.0, 9408.0, 9322.0, 9306.0, 9306.0, 9263.0, 9332.0, 9291.0, 9249.0, 9372.0, 9334.0, 9295.0, 9362.0, 9328.0, 9298.0, 9400.0, 9352.0, 9311.0, 9418.0, 9358.0, 9304.0, 9388.0, 9340.0, 9319.0, 9438.0, 9380.0, 9299.0, 9321.0, 9311.0, 9325.0, 9359.0, 9304.0, 9287.0, 9299.0, 9296.0, 9404.0, 9357.0, 9311.0, 9349.0, 9324.0, 9266.0, 9359.0, 9353.0, 9339.0, 9370.0, 9326.0, 9323.0, 9326.0, 9291.0, 9401.0, 9372.0, 9310.0, 9368.0, 9326.0, 9335.0, 9373.0, 9345.0, 9439.0, 9360.0, 9301.0, 9347.0, 9322.0, 9303.0, 9435.0, 9385.0, 9359.0, 9326.0, 9286.0, 9354.0, 9331.0, 9325.0, 9427.0, 9342.0, 9279.0, 9322.0, 9281.0, 9387.0, 9343.0, 9297.0, 9387.0, 9308.0, 9270.0, 9303.0, 9281.0, 9382.0, 9326.0, 9265.0, 9320.0, 9274.0, 9251.0, 9370.0, 9343.0, 9298.0, 9335.0, 9297.0, 9248.0, 9365.0, 9327.0, 9374.0, 9329.0, 9289.0, 9371.0, 9330.0, 9301.0, 9313.0, 9377.0, 9367.0, 9306.0, 9404.0, 9266.0, 9308.0, 9337.0, 9349.0, 9320.0, 9292.0, 9420.0, 9390.0, 9326.0, 9380.0, 9331.0, 9286.0, 9391.0, 9294.0, 9434.0, 9371.0, 9300.0, 9288.0, 9260.0, 9273.0, 9294.0, 9271.0, 9360.0, 9333.0, 9280.0, 9317.0, 9307.0, 9348.0, 9385.0, 9311.0, 9354.0, 9322.0, 9279.0, 9362.0, 9346.0, 9394.0, 9351.0, 9287.0, 9325.0, 9297.0, 9264.0, 9373.0, 9344.0, 9353.0, 9325.0, 9279.0, 9319.0, 9294.0, 9305.0, 9410.0, 9338.0, 9333.0, 9289.0, 9280.0, 9316.0, 9306.0, 9265.0, 9372.0, 9309.0, 9273.0, 9344.0, 9318.0, 9293.0, 9376.0, 9331.0, 9311.0, 9373.0, 9313.0, 9267.0, 9355.0, 9326.0, 9342.0, 9342.0, 9284.0, 9324.0, 9315.0, 9298.0, 9419.0, 9362.0, 9324.0, 9300.0, 9271.0, 9334.0, 9311.0, 9285.0, 9358.0, 9305.0, 9281.0, 9323.0, 9324.0, 9327.0, 9385.0, 9361.0, 9313.0, 9345.0, 9305.0, 9405.0, 9372.0, 9376.0, 9389.0, 9346.0, 9284.0, 9348.0, 9324.0, 9377.0, 9369.0, 9363.0, 9448.0, 9404.0, 9365.0, 9413.0, 9350.0, 9326.0, 9430.0, 9360.0, 9439.0, 9355.0, 9405.0, 9336.0, 9366.0, 9325.0, 9328.0, 9268.0, 9220.0, 9258.0, 9249.0, 9234.0, 9287.0, 9278.0, 9269.0, 9312.0, 9281.0, 9247.0, 9274.0, 9223.0, 9341.0, 9292.0, 9232.0, 9283.0, 9249.0, 9203.0, 9309.0, 9277.0, 9308.0, 9294.0, 9271.0, 9258.0, 9284.0, 9260.0, 9343.0, 9338.0, 9296.0, 9310.0, 9281.0, 9280.0, 9317.0, 9307.0, 9298.0, 9401.0, 9367.0, 9273.0, 9376.0, 9354.0, 9313.0, 9302.0, 9379.0, 9373.0, 9341.0, 9383.0, 9341.0, 9296.0, 9365.0, 9353.0, 9444.0, 9402.0, 9371.0, 9307.0, 9245.0, 9299.0, 9275.0, 9232.0, 9333.0, 9306.0, 9379.0, 9322.0, 9277.0, 9301.0, 9274.0, 9259.0, 9334.0, 9302.0, 9413.0, 9354.0, 9286.0, 9287.0, 9258.0, 9284.0, 9272.0, 9312.0, 9290.0, 9312.0, 9290.0, 9252.0, 9325.0, 9299.0, 9293.0, 9334.0, 9281.0, 9333.0, 9287.0, 9272.0, 9321.0, 9300.0, 9254.0, 9322.0, 9292.0, 9370.0, 9344.0, 9292.0, 9333.0, 9272.0, 9299.0, 9287.0, 9285.0, 9353.0, 9291.0, 9320.0, 9279.0, 9226.0, 9341.0, 9328.0, 9310.0, 9359.0, 9303.0, 9258.0, 9323.0, 9300.0, 9372.0, 9361.0, 9301.0, 9346.0, 9292.0, 9320.0, 9245.0, 9351.0, 9307.0, 9369.0, 9307.0, 9254.0, 9294.0, 9299.0, 9327.0, 9379.0, 9303.0, 9362.0, 9319.0, 9326.0, 9329.0, 9358.0, 9402.0, 9313.0, 9343.0, 9297.0, 9264.0, 9321.0, 9260.0, 9352.0, 9338.0, 9373.0, 9375.0, 9310.0, 9340.0, 9308.0, 9275.0, 9343.0, 9349.0, 9363.0, 9451.0, 9388.0, 9417.0, 9356.0, 9309.0, 9346.0, 9315.0, 9269.0, 9384.0, 9323.0, 9293.0, 9338.0, 9307.0, 9333.0, 9306.0, 9288.0, 9374.0, 9282.0, 9330.0, 9276.0, 9216.0, 9316.0, 9295.0, 9279.0, 9310.0, 9268.0, 9227.0, 9301.0, 9272.0, 9329.0, 9329.0, 9277.0, 9296.0, 9279.0, 9253.0, 9321.0, 9311.0, 9299.0, 9389.0, 9347.0, 9289.0, 9344.0, 9318.0, 9297.0, 9372.0, 9327.0, 9422.0, 9382.0, 9317.0, 9341.0, 9296.0, 9305.0, 9304.0, 9259.0, 9389.0, 9354.0, 9366.0, 9323.0, 9267.0, 9321.0, 9300.0, 9254.0, 9367.0, 9358.0, 9392.0, 9385.0, 9351.0, 9417.0, 9346.0, 9303.0, 9390.0, 9343.0, 9301.0, 9390.0, 9340.0, 9332.0, 9312.0, 9273.0, 9390.0, 9331.0, 9284.0, 9311.0, 9267.0, 9307.0, 9321.0, 9270.0, 9343.0, 9285.0, 9228.0, 9311.0, 9317.0, 9321.0, 9367.0, 9304.0, 9270.0, 9272.0, 9258.0, 9361.0, 9345.0, 9318.0, 9388.0, 9313.0, 9259.0, 9326.0, 9303.0, 9267.0, 9371.0, 9356.0, 9357.0, 9340.0, 9287.0, 9353.0, 9327.0, 9313.0, 9414.0, 9377.0, 9313.0, 9338.0, 9310.0, 9281.0, 9353.0, 9327.0, 9416.0, 9381.0, 9327.0, 9417.0, 9340.0, 9285.0, 9348.0, 9292.0, 9369.0, 9315.0, 9307.0, 9270.0, 9265.0, 9316.0, 9281.0, 9377.0, 9310.0, 9246.0, 9329.0, 9299.0, 9344.0, 9396.0, 9357.0, 9323.0, 9377.0, 9332.0, 9298.0, 9330.0, 9287.0, 9252.0, 9339.0, 9300.0, 9288.0, 9367.0, 9306.0, 9265.0, 9308.0, 9259.0, 9209.0, 9339.0, 9313.0, 9260.0, 9282.0, 9282.0, 9260.0, 9311.0, 9283.0, 9271.0, 9285.0, 9363.0, 9317.0, 9248.0, 9331.0, 9289.0, 9278.0, 9362.0, 9313.0, 9296.0, 9367.0, 9312.0, 9258.0, 9333.0, 9326.0, 9295.0, 9369.0, 9325.0, 9284.0, 9338.0, 9327.0, 9338.0, 9413.0, 9358.0, 9323.0, 9308.0, 9267.0, 9369.0, 9342.0, 9332.0, 9414.0, 9349.0, 9369.0, 9312.0, 9272.0, 9360.0, 9319.0, 9290.0, 9396.0, 9355.0, 9312.0, 9405.0, 9346.0, 9323.0, 9416.0, 9380.0, 9435.0, 9379.0, 9317.0, 9354.0, 9309.0, 9425.0, 9370.0, 9311.0, 9336.0, 9317.0, 9264.0, 9352.0, 9313.0, 9398.0, 9357.0, 9288.0, 9358.0, 9321.0, 9367.0, 9335.0, 9400.0, 9353.0, 9320.0, 9308.0, 9288.0, 9348.0, 9332.0, 9299.0, 9416.0, 9380.0, 9311.0, 9366.0, 9319.0, 9290.0, 9326.0, 9267.0, 9369.0, 9340.0, 9394.0, 9340.0, 9301.0, 9341.0, 9325.0, 9286.0, 9347.0, 9304.0, 9407.0, 9360.0, 9300.0, 9365.0, 9299.0, 9252.0, 9292.0, 9253.0, 9305.0, 9292.0, 9307.0, 9361.0, 9294.0, 9274.0, 9259.0, 9235.0, 9321.0, 9299.0, 9237.0, 9308.0, 9281.0, 9238.0, 9305.0, 9304.0, 9303.0, 9354.0, 9299.0, 9314.0, 9297.0, 9272.0, 9344.0, 9296.0, 9276.0, 9397.0, 9337.0, 9275.0, 9313.0, 9280.0, 9281.0, 9341.0, 9299.0, 9368.0, 9354.0, 9323.0, 9274.0, 9288.0, 9290.0, 9256.0, 9338.0, 9335.0, 9338.0, 9300.0, 9387.0, 9398.0, 9367.0, 9428.0, 9387.0, 9320.0, 9399.0, 9363.0, 9418.0, 9381.0, 9399.0, 9333.0, 9282.0, 9282.0, 9252.0, 9252.0, 9267.0, 9243.0, 9230.0, 9285.0, 9277.0, 9249.0, 9364.0, 9331.0, 9280.0, 9322.0, 9256.0, 9230.0, 9283.0, 9256.0, 9280.0, 9297.0, 9274.0, 9386.0, 9348.0, 9273.0, 9267.0, 9258.0, 9240.0, 9265.0, 9337.0, 9309.0, 9268.0, 9329.0, 9278.0, 9263.0, 9214.0, 9313.0, 9283.0, 9268.0, 9358.0, 9287.0, 9234.0, 9279.0, 9261.0, 9242.0, 9269.0, 9277.0, 9256.0, 9288.0, 9286.0, 9256.0, 9256.0, 9284.0, 9259.0, 9244.0, 9316.0, 9303.0, 9289.0, 9307.0, 9249.0, 9233.0, 9287.0, 9264.0, 9216.0, 9307.0, 9300.0, 9284.0, 9350.0, 9306.0, 9248.0, 9310.0, 9290.0, 9271.0, 9331.0, 9321.0, 9353.0, 9321.0, 9278.0, 9348.0, 9293.0, 9265.0, 9354.0, 9315.0, 9302.0, 9411.0, 9360.0, 9341.0, 9326.0, 9300.0, 9277.0, 9291.0, 9344.0, 9302.0, 9283.0, 9315.0, 9264.0, 9333.0, 9312.0, 9321.0, 9313.0, 9269.0, 9354.0, 9314.0, 9284.0, 9363.0, 9334.0, 9360.0, 9325.0, 9283.0, 9351.0, 9307.0, 9364.0, 9332.0, 9275.0, 9349.0, 9300.0, 9326.0, 9336.0, 9305.0, 9402.0, 9319.0, 9250.0, 9299.0, 9282.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.001008438576349024</td></tr>
<tr><td colspan=3>aqi</td><td>0.05452188737083812</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.583320345678146</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214931638977012</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.934411879425288</td></tr>
<tr><td colspan=3>efc</td><td>0.4952</td></tr>
<tr><td colspan=3>fber</td><td>4651.2397</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13400271907646644</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.073478760045923</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.475274309377264</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3298063080894527</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7877166608083828</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3082999592339557</td></tr>
<tr><td colspan=3>gcor</td><td>0.00725487</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01598513498902321</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0346040278673172</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9118681879266197</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>12.1411</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6314</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.6157</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300367.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1119.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.816</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3277</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.4399</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3387.7027</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.8796</td></tr>
<tr><td colspan=3>tsnr</td><td>27.557577539701015</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>