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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0008_ses-03_task-social_acq-mb8_run-05_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-0008_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0008_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_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-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-social_acq-mb8_run-05_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-0008/ses-03/func/sub-0008_ses-03_task-social_acq-mb8_run-05_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>24977fbb5c29775ea174145e8bd38f21</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>13:11:37.357500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999853, -0.00516441, 0.0163496, 0.00436266, 0.998804, 0.0486991]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0782262</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7721, -7323, 627, -126, -68, -82, 106]</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>222.29</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7719471-b35c-45b2-9776-99952d18d276||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682532548904419, 0.011704706586897373, 0.04477011412382126, 110.2308349609375], [0.01385573111474514, 2.679718017578125, 0.1312757432460785, -102.80046844482422], [0.043864719569683075, -0.13065621256828308, 2.6964352130889893, -67.72127532958984], [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': ['131137.357500', '131137.817500', '131138.277500', '131138.737500', '131139.197500', '131139.657500', '131140.117500', '131140.577500', '131141.037500', '131141.497500', '131141.957500', '131142.417500', '131142.877500', '131143.337500', '131143.797500', '131144.257500', '131144.717500', '131145.177500', '131145.637500', '131146.097500', '131146.557500', '131147.017500', '131147.477500', '131147.937500', '131148.397500', '131148.857500', '131149.317500', '131149.777500', '131150.237500', '131150.697500', '131151.157500', '131151.617500', '131152.077500', '131152.537500', '131152.997500', '131153.457500', '131153.917500', '131154.377500', '131154.837500', '131155.297500', '131155.757500', '131156.217500', '131156.677500', '131157.137500', '131157.597500', '131158.057500', '131158.517500', '131158.977500', '131159.437500', '131159.897500', '131200.357500', '131200.817500', '131201.277500', '131201.737500', '131202.197500', '131202.657500', '131203.117500', '131203.577500', '131204.037500', '131204.497500', '131204.957500', '131205.417500', '131205.877500', '131206.337500', '131206.797500', '131207.257500', '131207.717500', '131208.177500', '131208.637500', '131209.097500', '131209.557500', '131210.017500', '131210.477500', '131210.937500', '131211.397500', '131211.857500', '131212.317500', '131212.777500', '131213.237500', '131213.697500', '131214.157500', '131214.617500', '131215.077500', '131215.537500', '131215.997500', '131216.457500', '131216.917500', '131217.377500', '131217.837500', '131218.297500', '131218.757500', '131219.217500', '131219.677500', '131220.137500', '131220.597500', '131221.057500', '131221.517500', '131221.977500', '131222.437500', '131222.897500', '131223.357500', '131223.817500', '131224.277500', '131224.737500', '131225.197500', '131225.657500', '131226.117500', '131226.577500', '131227.037500', '131227.497500', '131227.957500', '131228.417500', '131228.877500', '131229.337500', '131229.797500', '131230.257500', '131230.717500', '131231.177500', '131231.637500', '131232.097500', '131232.557500', '131233.017500', '131233.477500', '131233.937500', '131234.397500', '131234.857500', '131235.317500', '131235.777500', '131236.237500', '131236.697500', '131237.157500', '131237.617500', '131238.077500', '131238.537500', '131238.997500', '131239.457500', '131239.917500', '131240.377500', '131240.837500', '131241.297500', '131241.757500', '131242.217500', '131242.677500', '131243.137500', '131243.597500', '131244.057500', '131244.517500', '131244.977500', '131245.437500', '131245.897500', '131246.357500', '131246.817500', '131247.277500', '131247.737500', '131248.197500', '131248.657500', '131249.117500', '131249.577500', '131250.037500', '131250.497500', '131250.957500', '131251.417500', '131251.877500', '131252.337500', '131252.797500', '131253.257500', '131253.717500', '131254.177500', '131254.637500', '131255.097500', '131255.557500', '131256.017500', '131256.477500', '131256.937500', '131257.397500', '131257.857500', '131258.317500', '131258.777500', '131259.237500', '131259.697500', '131300.157500', '131300.617500', '131301.077500', '131301.537500', '131301.997500', '131302.457500', '131302.917500', '131303.377500', '131303.837500', '131304.297500', '131304.757500', '131305.217500', '131305.677500', '131306.137500', '131306.597500', '131307.057500', '131307.517500', '131307.977500', '131308.437500', '131308.897500', '131309.357500', '131309.817500', '131310.277500', '131310.737500', '131311.197500', '131311.657500', '131312.117500', '131312.577500', '131313.037500', '131313.497500', '131313.957500', '131314.417500', '131314.877500', '131315.337500', '131315.797500', '131316.257500', '131316.717500', '131317.177500', '131317.637500', '131318.097500', '131318.557500', '131319.017500', '131319.477500', '131319.937500', '131320.397500', '131320.857500', '131321.317500', '131321.777500', '131322.237500', '131322.697500', '131323.157500', '131323.617500', '131324.077500', '131324.537500', '131324.997500', '131325.457500', '131325.917500', '131326.377500', '131326.837500', '131327.297500', '131327.757500', '131328.217500', '131328.677500', '131329.137500', '131329.597500', '131330.057500', '131330.517500', '131330.977500', '131331.437500', '131331.897500', '131332.357500', '131332.817500', '131333.277500', '131333.737500', '131334.197500', '131334.657500', '131335.117500', '131335.577500', '131336.037500', '131336.497500', '131336.957500', '131337.417500', '131337.877500', '131338.337500', '131338.797500', '131339.257500', '131339.717500', '131340.177500', '131340.637500', '131341.097500', '131341.557500', '131342.017500', '131342.477500', '131342.937500', '131343.397500', '131343.857500', '131344.317500', '131344.777500', '131345.237500', '131345.697500', '131346.157500', '131346.617500', '131347.077500', '131347.537500', '131347.997500', '131348.457500', '131348.917500', '131349.377500', '131349.837500', '131350.297500', '131350.757500', '131351.217500', '131351.677500', '131352.137500', '131352.597500', '131353.057500', '131353.517500', '131353.977500', '131354.437500', '131354.897500', '131355.357500', '131355.817500', '131356.277500', '131356.737500', '131357.197500', '131357.657500', '131358.117500', '131358.577500', '131359.037500', '131359.497500', '131359.957500', '131400.417500', '131400.877500', '131401.337500', '131401.797500', '131402.257500', '131402.717500', '131403.177500', '131403.637500', '131404.097500', '131404.557500', '131405.017500', '131405.477500', '131405.937500', '131406.397500', '131406.857500', '131407.317500', '131407.777500', '131408.237500', '131408.697500', '131409.157500', '131409.617500', '131410.077500', '131410.537500', '131410.997500', '131411.457500', '131411.917500', '131412.377500', '131412.837500', '131413.297500', '131413.757500', '131414.217500', '131414.677500', '131415.137500', '131415.597500', '131416.057500', '131416.517500', '131416.977500', '131417.437500', '131417.897500', '131418.357500', '131418.817500', '131419.277500', '131419.737500', '131420.197500', '131420.657500', '131421.117500', '131421.577500', '131422.037500', '131422.497500', '131422.957500', '131423.417500', '131423.877500', '131424.337500', '131424.797500', '131425.257500', '131425.717500', '131426.177500', '131426.637500', '131427.097500', '131427.557500', '131428.017500', '131428.477500', '131428.937500', '131429.397500', '131429.857500', '131430.317500', '131430.777500', '131431.237500', '131431.697500', '131432.157500', '131432.617500', '131433.077500', '131433.537500', '131433.997500', '131434.457500', '131434.917500', '131435.377500', '131435.837500', '131436.297500', '131436.757500', '131437.217500', '131437.677500', '131438.137500', '131438.597500', '131439.057500', '131439.517500', '131439.977500', '131440.437500', '131440.897500', '131441.357500', '131441.817500', '131442.277500', '131442.737500', '131443.197500', '131443.657500', '131444.117500', '131444.577500', '131445.037500', '131445.497500', '131445.957500', '131446.417500', '131446.877500', '131447.337500', '131447.797500', '131448.257500', '131448.717500', '131449.177500', '131449.637500', '131450.097500', '131450.557500', '131451.017500', '131451.477500', '131451.937500', '131452.397500', '131452.857500', '131453.317500', '131453.777500', '131454.237500', '131454.697500', '131455.157500', '131455.617500', '131456.077500', '131456.537500', '131456.997500', '131457.457500', '131457.917500', '131458.377500', '131458.837500', '131459.297500', '131459.757500', '131500.217500', '131500.677500', '131501.137500', '131501.597500', '131502.057500', '131502.517500', '131502.977500', '131503.437500', '131503.897500', '131504.357500', '131504.817500', '131505.277500', '131505.737500', '131506.197500', '131506.657500', '131507.117500', '131507.577500', '131508.037500', '131508.497500', '131508.957500', '131509.417500', '131509.877500', '131510.337500', '131510.797500', '131511.257500', '131511.717500', '131512.177500', '131512.637500', '131513.097500', '131513.557500', '131514.017500', '131514.477500', '131514.937500', '131515.397500', '131515.857500', '131516.317500', '131516.777500', '131517.237500', '131517.697500', '131518.157500', '131518.617500', '131519.077500', '131519.537500', '131519.997500', '131520.457500', '131520.917500', '131521.377500', '131521.837500', '131522.297500', '131522.757500', '131523.217500', '131523.677500', '131524.137500', '131524.597500', '131525.057500', '131525.517500', '131525.977500', '131526.437500', '131526.897500', '131527.357500', '131527.817500', '131528.277500', '131528.737500', '131529.197500', '131529.657500', '131530.117500', '131530.577500', '131531.037500', '131531.497500', '131531.957500', '131532.417500', '131532.877500', '131533.337500', '131533.797500', '131534.257500', '131534.717500', '131535.177500', '131535.637500', '131536.097500', '131536.557500', '131537.017500', '131537.477500', '131537.937500', '131538.397500', '131538.857500', '131539.317500', '131539.777500', '131540.237500', '131540.697500', '131541.157500', '131541.617500', '131542.077500', '131542.537500', '131542.997500', '131543.457500', '131543.917500', '131544.377500', '131544.837500', '131545.297500', '131545.757500', '131546.217500', '131546.677500', '131547.137500', '131547.597500', '131548.057500', '131548.517500', '131548.977500', '131549.437500', '131549.897500', '131550.357500', '131550.817500', '131551.277500', '131551.737500', '131552.197500', '131552.657500', '131553.117500', '131553.577500', '131554.037500', '131554.497500', '131554.957500', '131555.417500', '131555.877500', '131556.337500', '131556.797500', '131557.257500', '131557.717500', '131558.177500', '131558.637500', '131559.097500', '131559.557500', '131600.017500', '131600.477500', '131600.937500', '131601.397500', '131601.857500', '131602.317500', '131602.777500', '131603.237500', '131603.697500', '131604.157500', '131604.617500', '131605.077500', '131605.537500', '131605.997500', '131606.457500', '131606.917500', '131607.377500', '131607.837500', '131608.297500', '131608.757500', '131609.217500', '131609.677500', '131610.137500', '131610.597500', '131611.057500', '131611.517500', '131611.977500', '131612.437500', '131612.897500', '131613.357500', '131613.817500', '131614.277500', '131614.737500', '131615.197500', '131615.657500', '131616.117500', '131616.577500', '131617.037500', '131617.497500', '131617.957500', '131618.417500', '131618.877500', '131619.337500', '131619.797500', '131620.257500', '131620.717500', '131621.177500', '131621.637500', '131622.097500', '131622.557500', '131623.017500', '131623.477500', '131623.937500', '131624.397500', '131624.857500', '131625.317500', '131625.777500', '131626.237500', '131626.697500', '131627.157500', '131627.617500', '131628.077500', '131628.537500', '131628.997500', '131629.457500', '131629.917500', '131630.377500', '131630.837500', '131631.297500', '131631.757500', '131632.217500', '131632.677500', '131633.137500', '131633.597500', '131634.057500', '131634.517500', '131634.977500', '131635.437500', '131635.897500', '131636.357500', '131636.817500', '131637.277500', '131637.737500', '131638.197500', '131638.657500', '131639.117500', '131639.577500', '131640.037500', '131640.497500', '131640.957500', '131641.417500', '131641.877500', '131642.337500', '131642.797500', '131643.257500', '131643.717500', '131644.177500', '131644.637500', '131645.097500', '131645.557500', '131646.017500', '131646.477500', '131646.937500', '131647.397500', '131647.857500', '131648.317500', '131648.777500', '131649.237500', '131649.697500', '131650.157500', '131650.617500', '131651.077500', '131651.537500', '131651.997500', '131652.457500', '131652.917500', '131653.377500', '131653.837500', '131654.297500', '131654.757500', '131655.217500', '131655.677500', '131656.137500', '131656.597500', '131657.057500', '131657.517500', '131657.977500', '131658.437500', '131658.897500', '131659.357500', '131659.817500', '131700.277500', '131700.737500', '131701.197500', '131701.657500', '131702.117500', '131702.577500', '131703.037500', '131703.497500', '131703.957500', '131704.417500', '131704.877500', '131705.337500', '131705.797500', '131706.257500', '131706.717500', '131707.177500', '131707.637500', '131708.097500', '131708.557500', '131709.017500', '131709.477500', '131709.937500', '131710.397500', '131710.857500', '131711.317500', '131711.777500', '131712.237500', '131712.697500', '131713.157500', '131713.617500', '131714.077500', '131714.537500', '131714.997500', '131715.457500', '131715.917500', '131716.377500', '131716.837500', '131717.297500', '131717.757500', '131718.217500', '131718.677500', '131719.137500', '131719.597500', '131720.057500', '131720.517500', '131720.977500', '131721.437500', '131721.897500', '131722.357500', '131722.817500', '131723.277500', '131723.737500', '131724.197500', '131724.657500', '131725.117500', '131725.577500', '131726.037500', '131726.497500', '131726.957500', '131727.417500', '131727.877500', '131728.337500', '131728.797500', '131729.257500', '131729.717500', '131730.177500', '131730.637500', '131731.097500', '131731.557500', '131732.017500', '131732.477500', '131732.937500', '131733.397500', '131733.857500', '131734.317500', '131734.777500', '131735.237500', '131735.697500', '131736.157500', '131736.617500', '131737.077500', '131737.537500', '131737.997500', '131738.457500', '131738.917500', '131739.377500', '131739.837500', '131740.297500', '131740.757500', '131741.217500', '131741.677500', '131742.137500', '131742.597500', '131743.057500', '131743.517500', '131743.977500', '131744.437500', '131744.897500', '131745.357500', '131745.817500', '131746.277500', '131746.737500', '131747.197500', '131747.657500', '131748.117500', '131748.577500', '131749.037500', '131749.497500', '131749.957500', '131750.417500', '131750.877500', '131751.337500', '131751.797500', '131752.257500', '131752.717500', '131753.177500', '131753.637500', '131754.097500', '131754.557500', '131755.017500', '131755.477500', '131755.937500', '131756.397500', '131756.857500', '131757.317500', '131757.777500', '131758.237500', '131758.697500', '131759.157500', '131759.617500', '131800.077500', '131800.537500', '131800.997500', '131801.457500', '131801.917500', '131802.377500', '131802.837500', '131803.297500', '131803.757500', '131804.217500', '131804.677500', '131805.137500', '131805.597500', '131806.057500', '131806.517500', '131806.977500', '131807.437500', '131807.897500', '131808.357500', '131808.817500', '131809.277500', '131809.737500', '131810.197500', '131810.657500', '131811.117500', '131811.577500', '131812.037500', '131812.497500', '131812.957500', '131813.417500', '131813.877500', '131814.337500', '131814.797500', '131815.257500', '131815.717500', '131816.177500', '131816.637500', '131817.097500', '131817.557500', '131818.017500'], 'ContentTime': ['131204.015000', '131204.019000', '131204.022000', '131204.025000', '131204.028000', '131204.031000', '131204.034000', '131204.037000', '131204.040000', '131204.042000', '131204.045000', '131204.048000', '131204.051000', '131204.054000', '131204.057000', '131204.060000', '131204.063000', '131204.066000', '131204.069000', '131204.072000', '131204.075000', '131204.078000', '131204.080000', '131204.083000', '131204.086000', '131204.089000', '131204.092000', '131204.095000', '131204.098000', '131204.108000', '131204.111000', '131204.114000', '131204.119000', '131204.122000', '131204.125000', '131204.128000', '131204.131000', '131204.134000', '131204.137000', '131204.140000', '131204.142000', '131204.145000', '131204.148000', '131204.151000', '131204.154000', '131204.157000', '131204.160000', '131204.163000', '131204.166000', '131204.168000', '131204.171000', '131204.174000', '131204.177000', '131204.180000', '131204.183000', '131223.970000', '131223.973000', '131223.976000', '131223.979000', '131223.982000', '131223.985000', '131223.988000', '131223.991000', '131223.993000', '131223.996000', '131224.000000', '131224.003000', '131224.006000', '131224.009000', '131224.012000', '131224.015000', '131224.018000', '131224.021000', '131224.024000', '131224.027000', '131224.029000', '131224.032000', '131224.035000', '131224.038000', '131224.041000', '131224.044000', '131224.047000', '131224.050000', '131224.053000', '131224.056000', '131224.058000', '131224.061000', '131224.064000', '131224.067000', '131224.070000', '131224.073000', '131224.076000', '131224.078000', '131224.081000', '131224.084000', '131224.087000', '131224.090000', '131224.093000', '131224.096000', '131243.970000', '131243.973000', '131243.976000', '131243.979000', '131243.982000', '131243.985000', '131243.988000', '131243.991000', '131243.993000', '131243.997000', '131244.000000', '131244.003000', '131244.006000', '131244.009000', '131244.012000', '131244.015000', '131244.018000', '131244.021000', '131244.024000', '131244.027000', '131244.032000', '131244.035000', '131244.038000', '131244.041000', '131244.044000', '131244.047000', '131244.050000', '131244.053000', '131244.056000', '131244.059000', '131244.061000', '131244.064000', '131244.067000', '131244.070000', '131244.073000', '131244.077000', '131244.080000', '131244.083000', '131244.086000', '131244.089000', '131244.092000', '131244.094000', '131244.097000', '131303.970000', '131303.973000', '131303.979000', '131303.982000', '131303.985000', '131303.988000', '131303.991000', '131303.993000', '131303.996000', '131304.000000', '131304.003000', '131304.006000', '131304.013000', '131304.016000', '131304.019000', '131304.022000', '131304.025000', '131304.028000', '131304.031000', '131304.033000', '131304.036000', '131304.039000', '131304.042000', '131304.045000', '131304.048000', '131304.051000', '131304.054000', '131304.057000', '131304.060000', '131304.062000', '131304.065000', '131304.068000', '131304.071000', '131304.074000', '131304.077000', '131304.080000', '131304.083000', '131304.086000', '131304.088000', '131304.091000', '131304.094000', '131304.097000', '131304.100000', '131304.103000', '131323.971000', '131323.974000', '131323.977000', '131323.980000', '131323.983000', '131323.985000', '131323.988000', '131323.991000', '131323.994000', '131323.997000', '131324.000000', '131324.003000', '131324.006000', '131324.009000', '131324.012000', '131324.015000', '131324.018000', '131324.021000', '131324.024000', '131324.026000', '131324.029000', '131324.032000', '131324.035000', '131324.038000', '131324.041000', '131324.057000', '131324.060000', '131324.063000', '131324.066000', '131324.069000', '131324.072000', '131324.075000', '131324.078000', '131324.081000', '131324.084000', '131324.086000', '131324.089000', '131324.092000', '131324.095000', '131324.098000', '131324.101000', '131324.104000', '131324.107000', '131343.971000', '131343.974000', '131343.977000', '131343.980000', '131343.983000', '131343.986000', '131343.989000', '131343.992000', '131344.001000', '131344.004000', '131344.007000', '131344.010000', '131344.013000', '131344.016000', '131344.019000', '131344.022000', '131344.025000', '131344.028000', '131344.030000', '131344.033000', '131344.036000', '131344.039000', '131344.042000', '131344.045000', '131344.048000', '131344.051000', '131344.054000', '131344.057000', '131344.059000', '131344.062000', '131344.065000', '131344.068000', '131344.071000', '131344.074000', '131344.077000', '131344.080000', '131344.083000', '131344.086000', '131344.089000', '131344.092000', '131344.095000', '131344.097000', '131344.100000', '131344.103000', '131403.971000', '131403.974000', '131403.977000', '131403.980000', '131403.983000', '131403.985000', '131403.988000', '131403.991000', '131403.994000', '131403.997000', '131404.001000', '131404.004000', '131404.007000', '131404.010000', '131404.013000', '131404.016000', '131404.018000', '131404.021000', '131404.024000', '131404.027000', '131404.030000', '131404.033000', '131404.036000', '131404.039000', '131404.042000', '131404.045000', '131404.048000', '131404.051000', '131404.054000', '131404.056000', '131404.059000', '131404.062000', '131404.065000', '131404.068000', '131404.071000', '131404.074000', '131404.077000', '131404.079000', '131404.082000', '131404.085000', '131404.088000', '131404.091000', '131404.094000', '131423.971000', '131423.974000', '131423.977000', '131423.980000', '131423.983000', '131423.986000', '131423.989000', '131423.991000', '131423.995000', '131423.997000', '131424.001000', '131424.004000', '131424.007000', '131424.010000', '131424.013000', '131424.016000', '131424.019000', '131424.022000', '131424.025000', '131424.028000', '131424.031000', '131424.034000', '131424.039000', '131424.042000', '131424.045000', '131424.048000', '131424.051000', '131424.054000', '131424.057000', '131424.060000', '131424.062000', '131424.065000', '131424.068000', '131424.071000', '131424.074000', '131424.077000', '131424.080000', '131424.083000', '131424.086000', '131424.089000', '131424.092000', '131424.095000', '131424.097000', '131424.100000', '131443.970000', '131443.973000', '131443.976000', '131443.979000', '131443.982000', '131443.984000', '131443.987000', '131443.990000', '131443.993000', '131443.996000', '131444.000000', '131444.003000', '131444.006000', '131444.009000', '131444.012000', '131444.015000', '131444.017000', '131444.020000', '131444.023000', '131444.026000', '131444.029000', '131444.032000', '131444.035000', '131444.038000', '131444.040000', '131444.043000', '131444.046000', '131444.049000', '131444.052000', '131444.055000', '131444.058000', '131444.061000', '131444.064000', '131444.066000', '131444.069000', '131444.072000', '131444.075000', '131444.078000', '131444.081000', '131444.084000', '131444.087000', '131444.089000', '131444.092000', '131503.970000', '131503.974000', '131503.977000', '131503.981000', '131503.984000', '131503.987000', '131503.990000', '131503.993000', '131503.996000', '131504.000000', '131504.003000', '131504.006000', '131504.009000', '131504.012000', '131504.015000', '131504.018000', '131504.021000', '131504.024000', '131504.026000', '131504.029000', '131504.032000', '131504.035000', '131504.044000', '131504.047000', '131504.050000', '131504.053000', '131504.056000', '131504.059000', '131504.061000', '131504.064000', '131504.067000', '131504.070000', '131504.073000', '131504.076000', '131504.079000', '131504.082000', '131504.085000', '131504.088000', '131504.091000', '131504.093000', '131504.096000', '131504.099000', '131504.102000', '131523.970000', '131523.973000', '131523.976000', '131523.979000', '131523.982000', '131523.985000', '131523.987000', '131523.990000', '131523.993000', '131523.996000', '131524.000000', '131524.003000', '131524.006000', '131524.009000', '131524.012000', '131524.014000', '131524.017000', '131524.020000', '131524.023000', '131524.026000', '131524.029000', '131524.032000', '131524.035000', '131524.038000', '131524.041000', '131524.043000', '131524.046000', '131524.049000', '131524.052000', '131524.055000', '131524.058000', '131524.061000', '131524.064000', '131524.067000', '131524.069000', '131524.072000', '131524.075000', '131524.078000', '131524.081000', '131524.084000', '131524.087000', '131524.089000', '131524.092000', '131524.095000', '131543.971000', '131543.974000', '131543.977000', '131543.980000', '131543.983000', '131543.986000', '131543.989000', '131543.992000', '131543.995000', '131543.998000', '131544.001000', '131544.004000', '131544.007000', '131544.010000', '131544.012000', '131544.015000', '131544.018000', '131544.021000', '131544.024000', '131544.027000', '131544.030000', '131544.033000', '131544.035000', '131544.038000', '131544.041000', '131544.044000', '131544.047000', '131544.050000', '131544.053000', '131544.056000', '131544.059000', '131544.061000', '131544.064000', '131544.067000', '131544.070000', '131544.077000', '131544.080000', '131544.082000', '131544.085000', '131544.088000', '131544.091000', '131544.094000', '131544.097000', '131603.971000', '131603.974000', '131603.977000', '131603.980000', '131603.983000', '131603.986000', '131603.988000', '131603.991000', '131603.994000', '131603.997000', '131604.001000', '131604.004000', '131604.007000', '131604.010000', '131604.012000', '131604.015000', '131604.018000', '131604.021000', '131604.024000', '131604.027000', '131604.030000', '131604.033000', '131604.036000', '131604.038000', '131604.041000', '131604.044000', '131604.047000', '131604.050000', '131604.053000', '131604.056000', '131604.059000', '131604.061000', '131604.064000', '131604.067000', '131604.070000', '131604.073000', '131604.076000', '131604.079000', '131604.082000', '131604.084000', '131604.087000', '131604.090000', '131604.093000', '131604.096000', '131623.971000', '131623.974000', '131623.977000', '131623.980000', '131623.983000', '131623.986000', '131623.989000', '131623.992000', '131623.994000', '131623.997000', '131624.001000', '131624.004000', '131624.008000', '131624.011000', '131624.014000', '131624.017000', '131624.019000', '131624.022000', '131624.025000', '131624.028000', '131624.031000', '131624.034000', '131624.037000', '131624.040000', '131624.043000', '131624.046000', '131624.049000', '131624.051000', '131624.054000', '131624.057000', '131624.060000', '131624.063000', '131624.079000', '131624.081000', '131624.084000', '131624.087000', '131624.090000', '131624.093000', '131624.096000', '131624.099000', '131624.102000', '131624.104000', '131624.107000', '131643.971000', '131643.974000', '131643.977000', '131643.980000', '131643.983000', '131643.986000', '131643.988000', '131643.991000', '131643.994000', '131643.997000', '131644.001000', '131644.004000', '131644.007000', '131644.010000', '131644.013000', '131644.015000', '131644.018000', '131644.021000', '131644.024000', '131644.027000', '131644.030000', '131644.033000', '131644.036000', '131644.039000', '131644.042000', '131644.045000', '131644.047000', '131644.050000', '131644.053000', '131644.056000', '131644.059000', '131644.062000', '131644.065000', '131644.068000', '131644.071000', '131644.074000', '131644.076000', '131644.079000', '131644.082000', '131644.085000', '131644.088000', '131644.091000', '131644.094000', '131644.097000', '131703.970000', '131703.973000', '131703.976000', '131703.979000', '131703.982000', '131703.985000', '131703.988000', '131703.990000', '131703.993000', '131703.996000', '131704.000000', '131704.003000', '131704.006000', '131704.009000', '131704.012000', '131704.015000', '131704.018000', '131704.021000', '131704.023000', '131704.026000', '131704.029000', '131704.032000', '131704.035000', '131704.039000', '131704.042000', '131704.045000', '131704.048000', '131704.051000', '131704.054000', '131704.057000', '131704.059000', '131704.062000', '131704.065000', '131704.068000', '131704.071000', '131704.074000', '131704.077000', '131704.080000', '131704.083000', '131704.086000', '131704.088000', '131704.091000', '131704.094000', '131723.970000', '131723.973000', '131723.976000', '131723.979000', '131723.982000', '131723.985000', '131723.988000', '131723.990000', '131723.993000', '131723.996000', '131724.000000', '131724.003000', '131724.006000', '131724.009000', '131724.012000', '131724.014000', '131724.017000', '131724.020000', '131724.023000', '131724.026000', '131724.029000', '131724.032000', '131724.035000', '131724.037000', '131724.040000', '131724.043000', '131724.046000', '131724.049000', '131724.052000', '131724.055000', '131724.058000', '131724.061000', '131724.063000', '131724.066000', '131724.069000', '131724.072000', '131724.075000', '131724.078000', '131724.081000', '131724.084000', '131724.087000', '131724.089000', '131724.092000', '131724.095000', '131743.970000', '131743.973000', '131743.976000', '131743.979000', '131743.982000', '131743.985000', '131743.988000', '131743.992000', '131743.995000', '131743.997000', '131744.001000', '131744.004000', '131744.007000', '131744.010000', '131744.013000', '131744.016000', '131744.019000', '131744.022000', '131744.025000', '131744.027000', '131744.030000', '131744.033000', '131744.036000', '131744.039000', '131744.042000', '131744.045000', '131744.048000', '131744.051000', '131744.054000', '131744.057000', '131744.060000', '131744.063000', '131744.066000', '131744.069000', '131744.072000', '131744.075000', '131744.077000', '131744.080000', '131744.083000', '131744.086000', '131744.089000', '131744.092000', '131744.095000', '131803.971000', '131803.974000', '131803.977000', '131803.980000', '131803.983000', '131803.986000', '131803.989000', '131803.992000', '131803.994000', '131803.997000', '131804.000000', '131804.003000', '131804.006000', '131804.009000', '131804.012000', '131804.015000', '131804.018000', '131804.020000', '131804.023000', '131804.026000', '131804.029000', '131804.032000', '131804.035000', '131804.038000', '131804.041000', '131804.043000', '131804.046000', '131804.049000', '131804.052000', '131804.055000', '131804.058000', '131804.061000', '131804.064000', '131804.067000', '131804.070000', '131804.072000', '131804.075000', '131804.078000', '131804.081000', '131804.084000', '131804.087000', '131804.090000', '131804.093000', '131804.096000', '131819.529000', '131819.533000', '131819.537000', '131819.540000', '131819.543000', '131819.546000', '131819.550000', '131819.553000', '131819.557000', '131819.560000', '131819.563000', '131819.566000', '131819.569000', '131819.572000', '131819.575000', '131819.578000', '131819.581000', '131819.584000', '131819.587000', '131819.589000', '131819.593000', '131819.596000', '131819.599000', '131819.602000', '131819.605000', '131819.608000', '131819.611000', '131819.614000', '131819.617000', '131819.620000', '131819.623000', '131819.626000', '131819.629000', '131819.632000'], 'InstanceCreationTime': ['131204.015000', '131204.019000', '131204.022000', '131204.025000', '131204.028000', '131204.031000', '131204.034000', '131204.037000', '131204.040000', '131204.042000', '131204.045000', '131204.048000', '131204.051000', '131204.054000', '131204.057000', '131204.060000', '131204.063000', '131204.066000', '131204.069000', '131204.072000', '131204.075000', '131204.078000', '131204.080000', '131204.083000', '131204.086000', '131204.089000', '131204.092000', '131204.095000', '131204.098000', '131204.108000', '131204.111000', '131204.114000', '131204.119000', '131204.122000', '131204.125000', '131204.128000', '131204.131000', '131204.134000', '131204.137000', '131204.140000', '131204.142000', '131204.145000', '131204.148000', '131204.151000', '131204.154000', '131204.157000', '131204.160000', '131204.163000', '131204.166000', '131204.168000', '131204.171000', '131204.174000', '131204.177000', '131204.180000', '131204.183000', '131223.970000', '131223.973000', '131223.976000', '131223.979000', '131223.982000', '131223.985000', '131223.988000', '131223.991000', '131223.993000', '131223.996000', '131224.000000', '131224.003000', '131224.006000', '131224.009000', '131224.012000', '131224.015000', '131224.018000', '131224.021000', '131224.024000', '131224.027000', '131224.029000', '131224.032000', '131224.035000', '131224.038000', '131224.041000', '131224.044000', '131224.047000', '131224.050000', '131224.053000', '131224.056000', '131224.058000', '131224.061000', '131224.064000', '131224.067000', '131224.070000', '131224.073000', '131224.076000', '131224.078000', '131224.081000', '131224.084000', '131224.087000', '131224.090000', '131224.093000', '131224.096000', '131243.970000', '131243.973000', '131243.976000', '131243.979000', '131243.982000', '131243.985000', '131243.988000', '131243.991000', '131243.993000', '131243.997000', '131244.000000', '131244.003000', '131244.006000', '131244.009000', '131244.012000', '131244.015000', '131244.018000', '131244.021000', '131244.024000', '131244.027000', '131244.032000', '131244.035000', '131244.038000', '131244.041000', '131244.044000', '131244.047000', '131244.050000', '131244.053000', '131244.056000', '131244.059000', '131244.061000', '131244.064000', '131244.067000', '131244.070000', '131244.073000', '131244.077000', '131244.080000', '131244.083000', '131244.086000', '131244.089000', '131244.092000', '131244.094000', '131244.097000', '131303.970000', '131303.973000', '131303.979000', '131303.982000', '131303.985000', '131303.988000', '131303.991000', '131303.993000', '131303.996000', '131304.000000', '131304.003000', '131304.006000', '131304.013000', '131304.016000', '131304.019000', '131304.022000', '131304.025000', '131304.028000', '131304.031000', '131304.033000', '131304.036000', '131304.039000', '131304.042000', '131304.045000', '131304.048000', '131304.051000', '131304.054000', '131304.057000', '131304.060000', '131304.062000', '131304.065000', '131304.068000', '131304.071000', '131304.074000', '131304.077000', '131304.080000', '131304.083000', '131304.086000', '131304.088000', '131304.091000', '131304.094000', '131304.097000', '131304.100000', '131304.103000', '131323.971000', '131323.974000', '131323.977000', '131323.980000', '131323.983000', '131323.985000', '131323.988000', '131323.991000', '131323.994000', '131323.997000', '131324.000000', '131324.003000', '131324.006000', '131324.009000', '131324.012000', '131324.015000', '131324.018000', '131324.021000', '131324.024000', '131324.026000', '131324.029000', '131324.032000', '131324.035000', '131324.038000', '131324.041000', '131324.057000', '131324.060000', '131324.063000', '131324.066000', '131324.069000', '131324.072000', '131324.075000', '131324.078000', '131324.081000', '131324.084000', '131324.086000', '131324.089000', '131324.092000', '131324.095000', '131324.098000', '131324.101000', '131324.104000', '131324.107000', '131343.971000', '131343.974000', '131343.977000', '131343.980000', '131343.983000', '131343.986000', '131343.989000', '131343.992000', '131344.001000', '131344.004000', '131344.007000', '131344.010000', '131344.013000', '131344.016000', '131344.019000', '131344.022000', '131344.025000', '131344.028000', '131344.030000', '131344.033000', '131344.036000', '131344.039000', '131344.042000', '131344.045000', '131344.048000', '131344.051000', '131344.054000', '131344.057000', '131344.059000', '131344.062000', '131344.065000', '131344.068000', '131344.071000', '131344.074000', '131344.077000', '131344.080000', '131344.083000', '131344.086000', '131344.089000', '131344.092000', '131344.095000', '131344.097000', '131344.100000', '131344.103000', '131403.971000', '131403.974000', '131403.977000', '131403.980000', '131403.983000', '131403.985000', '131403.988000', '131403.991000', '131403.994000', '131403.997000', '131404.001000', '131404.004000', '131404.007000', '131404.010000', '131404.013000', '131404.016000', '131404.018000', '131404.021000', '131404.024000', '131404.027000', '131404.030000', '131404.033000', '131404.036000', '131404.039000', '131404.042000', '131404.045000', '131404.048000', '131404.051000', '131404.054000', '131404.056000', '131404.059000', '131404.062000', '131404.065000', '131404.068000', '131404.071000', '131404.074000', '131404.077000', '131404.079000', '131404.082000', '131404.085000', '131404.088000', '131404.091000', '131404.094000', '131423.971000', '131423.974000', '131423.977000', '131423.980000', '131423.983000', '131423.986000', '131423.989000', '131423.991000', '131423.995000', '131423.997000', '131424.001000', '131424.004000', '131424.007000', '131424.010000', '131424.013000', '131424.016000', '131424.019000', '131424.022000', '131424.025000', '131424.028000', '131424.031000', '131424.034000', '131424.039000', '131424.042000', '131424.045000', '131424.048000', '131424.051000', '131424.054000', '131424.057000', '131424.060000', '131424.062000', '131424.065000', '131424.068000', '131424.071000', '131424.074000', '131424.077000', '131424.080000', '131424.083000', '131424.086000', '131424.089000', '131424.092000', '131424.095000', '131424.097000', '131424.100000', '131443.970000', '131443.973000', '131443.976000', '131443.979000', '131443.982000', '131443.984000', '131443.987000', '131443.990000', '131443.993000', '131443.996000', '131444.000000', '131444.003000', '131444.006000', '131444.009000', '131444.012000', '131444.015000', '131444.017000', '131444.020000', '131444.023000', '131444.026000', '131444.029000', '131444.032000', '131444.035000', '131444.038000', '131444.040000', '131444.043000', '131444.046000', '131444.049000', '131444.052000', '131444.055000', '131444.058000', '131444.061000', '131444.064000', '131444.066000', '131444.069000', '131444.072000', '131444.075000', '131444.078000', '131444.081000', '131444.084000', '131444.087000', '131444.089000', '131444.092000', '131503.970000', '131503.974000', '131503.977000', '131503.981000', '131503.984000', '131503.987000', '131503.990000', '131503.993000', '131503.996000', '131504.000000', '131504.003000', '131504.006000', '131504.009000', '131504.012000', '131504.015000', '131504.018000', '131504.021000', '131504.024000', '131504.026000', '131504.029000', '131504.032000', '131504.035000', '131504.044000', '131504.047000', '131504.050000', '131504.053000', '131504.056000', '131504.059000', '131504.061000', '131504.064000', '131504.067000', '131504.070000', '131504.073000', '131504.076000', '131504.079000', '131504.082000', '131504.085000', '131504.088000', '131504.091000', '131504.093000', '131504.096000', '131504.099000', '131504.102000', '131523.970000', '131523.973000', '131523.976000', '131523.979000', '131523.982000', '131523.985000', '131523.987000', '131523.990000', '131523.993000', '131523.996000', '131524.000000', '131524.003000', '131524.006000', '131524.009000', '131524.012000', '131524.014000', '131524.017000', '131524.020000', '131524.023000', '131524.026000', '131524.029000', '131524.032000', '131524.035000', '131524.038000', '131524.041000', '131524.043000', '131524.046000', '131524.049000', '131524.052000', '131524.055000', '131524.058000', '131524.061000', '131524.064000', '131524.067000', '131524.069000', '131524.072000', '131524.075000', '131524.078000', '131524.081000', '131524.084000', '131524.087000', '131524.089000', '131524.092000', '131524.095000', '131543.971000', '131543.974000', '131543.977000', '131543.980000', '131543.983000', '131543.986000', '131543.989000', '131543.992000', '131543.995000', '131543.998000', '131544.001000', '131544.004000', '131544.007000', '131544.010000', '131544.012000', '131544.015000', '131544.018000', '131544.021000', '131544.024000', '131544.027000', '131544.030000', '131544.033000', '131544.035000', '131544.038000', '131544.041000', '131544.044000', '131544.047000', '131544.050000', '131544.053000', '131544.056000', '131544.059000', '131544.061000', '131544.064000', '131544.067000', '131544.070000', '131544.077000', '131544.080000', '131544.082000', '131544.085000', '131544.088000', '131544.091000', '131544.094000', '131544.097000', '131603.971000', '131603.974000', '131603.977000', '131603.980000', '131603.983000', '131603.986000', '131603.988000', '131603.991000', '131603.994000', '131603.997000', '131604.001000', '131604.004000', '131604.007000', '131604.010000', '131604.012000', '131604.015000', '131604.018000', '131604.021000', '131604.024000', '131604.027000', '131604.030000', '131604.033000', '131604.036000', '131604.038000', '131604.041000', '131604.044000', '131604.047000', '131604.050000', '131604.053000', '131604.056000', '131604.059000', '131604.061000', '131604.064000', '131604.067000', '131604.070000', '131604.073000', '131604.076000', '131604.079000', '131604.082000', '131604.084000', '131604.087000', '131604.090000', '131604.093000', '131604.096000', '131623.971000', '131623.974000', '131623.977000', '131623.980000', '131623.983000', '131623.986000', '131623.989000', '131623.992000', '131623.994000', '131623.997000', '131624.001000', '131624.004000', '131624.008000', '131624.011000', '131624.014000', '131624.017000', '131624.019000', '131624.022000', '131624.025000', '131624.028000', '131624.031000', '131624.034000', '131624.037000', '131624.040000', '131624.043000', '131624.046000', '131624.049000', '131624.051000', '131624.054000', '131624.057000', '131624.060000', '131624.063000', '131624.079000', '131624.081000', '131624.084000', '131624.087000', '131624.090000', '131624.093000', '131624.096000', '131624.099000', '131624.102000', '131624.104000', '131624.107000', '131643.971000', '131643.974000', '131643.977000', '131643.980000', '131643.983000', '131643.986000', '131643.988000', '131643.991000', '131643.994000', '131643.997000', '131644.001000', '131644.004000', '131644.007000', '131644.010000', '131644.013000', '131644.015000', '131644.018000', '131644.021000', '131644.024000', '131644.027000', '131644.030000', '131644.033000', '131644.036000', '131644.039000', '131644.042000', '131644.045000', '131644.047000', '131644.050000', '131644.053000', '131644.056000', '131644.059000', '131644.062000', '131644.065000', '131644.068000', '131644.071000', '131644.074000', '131644.076000', '131644.079000', '131644.082000', '131644.085000', '131644.088000', '131644.091000', '131644.094000', '131644.097000', '131703.970000', '131703.973000', '131703.976000', '131703.979000', '131703.982000', '131703.985000', '131703.988000', '131703.990000', '131703.993000', '131703.996000', '131704.000000', '131704.003000', '131704.006000', '131704.009000', '131704.012000', '131704.015000', '131704.018000', '131704.021000', '131704.023000', '131704.026000', '131704.029000', '131704.032000', '131704.035000', '131704.039000', '131704.042000', '131704.045000', '131704.048000', '131704.051000', '131704.054000', '131704.057000', '131704.059000', '131704.062000', '131704.065000', '131704.068000', '131704.071000', '131704.074000', '131704.077000', '131704.080000', '131704.083000', '131704.086000', '131704.088000', '131704.091000', '131704.094000', '131723.970000', '131723.973000', '131723.976000', '131723.979000', '131723.982000', '131723.985000', '131723.988000', '131723.990000', '131723.993000', '131723.996000', '131724.000000', '131724.003000', '131724.006000', '131724.009000', '131724.012000', '131724.014000', '131724.017000', '131724.020000', '131724.023000', '131724.026000', '131724.029000', '131724.032000', '131724.035000', '131724.037000', '131724.040000', '131724.043000', '131724.046000', '131724.049000', '131724.052000', '131724.055000', '131724.058000', '131724.061000', '131724.063000', '131724.066000', '131724.069000', '131724.072000', '131724.075000', '131724.078000', '131724.081000', '131724.084000', '131724.087000', '131724.089000', '131724.092000', '131724.095000', '131743.970000', '131743.973000', '131743.976000', '131743.979000', '131743.982000', '131743.985000', '131743.988000', '131743.992000', '131743.995000', '131743.997000', '131744.001000', '131744.004000', '131744.007000', '131744.010000', '131744.013000', '131744.016000', '131744.019000', '131744.022000', '131744.025000', '131744.027000', '131744.030000', '131744.033000', '131744.036000', '131744.039000', '131744.042000', '131744.045000', '131744.048000', '131744.051000', '131744.054000', '131744.057000', '131744.060000', '131744.063000', '131744.066000', '131744.069000', '131744.072000', '131744.075000', '131744.077000', '131744.080000', '131744.083000', '131744.086000', '131744.089000', '131744.092000', '131744.095000', '131803.971000', '131803.974000', '131803.977000', '131803.980000', '131803.983000', '131803.986000', '131803.989000', '131803.992000', '131803.994000', '131803.997000', '131804.000000', '131804.003000', '131804.006000', '131804.009000', '131804.012000', '131804.015000', '131804.018000', '131804.020000', '131804.023000', '131804.026000', '131804.029000', '131804.032000', '131804.035000', '131804.038000', '131804.041000', '131804.043000', '131804.046000', '131804.049000', '131804.052000', '131804.055000', '131804.058000', '131804.061000', '131804.064000', '131804.067000', '131804.070000', '131804.072000', '131804.075000', '131804.078000', '131804.081000', '131804.084000', '131804.087000', '131804.090000', '131804.093000', '131804.096000', '131819.529000', '131819.533000', '131819.537000', '131819.540000', '131819.543000', '131819.546000', '131819.550000', '131819.553000', '131819.557000', '131819.560000', '131819.563000', '131819.566000', '131819.569000', '131819.572000', '131819.575000', '131819.578000', '131819.581000', '131819.584000', '131819.587000', '131819.589000', '131819.593000', '131819.596000', '131819.599000', '131819.602000', '131819.605000', '131819.608000', '131819.611000', '131819.614000', '131819.617000', '131819.620000', '131819.623000', '131819.626000', '131819.629000', '131819.632000'], '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': [8159, 7760, 7420, 8127, 9413, 8423, 9365, 8240, 9684, 8341, 9097, 8205, 8570, 8635, 8520, 8460, 7861, 8518, 7918, 8629, 7699, 8870, 8120, 8407, 8391, 7878, 8654, 8247, 8666, 8656, 8796, 8230, 8744, 8493, 8520, 7940, 8041, 7883, 8107, 8572, 8454, 8458, 8697, 8278, 8758, 8502, 7999, 8543, 8283, 8675, 8721, 8587, 9441, 8500, 9092, 8802, 8504, 9046, 8085, 8991, 7961, 8768, 7996, 8799, 8256, 8960, 8521, 8503, 8616, 8734, 8712, 9314, 8931, 8211, 8121, 8036, 9184, 8292, 9275, 8352, 9303, 8384, 8684, 8342, 8493, 8415, 8204, 8680, 8842, 8811, 9639, 9001, 10910, 10341, 9058, 8649, 9890, 8194, 8743, 8243, 8399, 8491, 8608, 8278, 8362, 9239, 8538, 8716, 8682, 8682, 8646, 9934, 8861, 9051, 8888, 8292, 8804, 8317, 8797, 8503, 8737, 8998, 8912, 9048, 8386, 9007, 9039, 8938, 9249, 9173, 9129, 9141, 8435, 8575, 8384, 8557, 8689, 8918, 8686, 8372, 8743, 9579, 8810, 9860, 8867, 8744, 9052, 8926, 8876, 8853, 9198, 9128, 8691, 8932, 8726, 9125, 9262, 9278, 9234, 9320, 8885, 9176, 9222, 8812, 8810, 8963, 8987, 9200, 9171, 9213, 9246, 8399, 8763, 8779, 8576, 8578, 9384, 8350, 9986, 7906, 8825, 9014, 9053, 9084, 8899, 9053, 8455, 8727, 8422, 8796, 8780, 8850, 9022, 8760, 8779, 8990, 9057, 8828, 8771, 9053, 8514, 9213, 10448, 8794, 10036, 8957, 9445, 8807, 8394, 9711, 8300, 8480, 7951, 8414, 8596, 9040, 8974, 9079, 8624, 8321, 8270, 8915, 9020, 9266, 8828, 8982, 8881, 8933, 8939, 9308, 9067, 10159, 9089, 9396, 8968, 8811, 9166, 8473, 9218, 8866, 9279, 9120, 8263, 8979, 8967, 9179, 9645, 9287, 8655, 9008, 8359, 9246, 8861, 9375, 8968, 9540, 9153, 9491, 9020, 8719, 9211, 8759, 9436, 9381, 9286, 10021, 9109, 9418, 9369, 8966, 9039, 8924, 9253, 9048, 9284, 9238, 9292, 9423, 9592, 9448, 8516, 9216, 9373, 9538, 9770, 9731, 9325, 9575, 9268, 9513, 9921, 8889, 8873, 9023, 9318, 8584, 9426, 9821, 9218, 10211, 9380, 9766, 9757, 8745, 9615, 8972, 9382, 9028, 10307, 8672, 9391, 9195, 9295, 8974, 8724, 9770, 8894, 8738, 9076, 9060, 9269, 8957, 9342, 9070, 9369, 9015, 9406, 9004, 9337, 9065, 9349, 9159, 9266, 9370, 8667, 9365, 9061, 9349, 9833, 9526, 9279, 9642, 8924, 9069, 9030, 9440, 9256, 9656, 9368, 8860, 9289, 10570, 9248, 9175, 9737, 9047, 9301, 9172, 9637, 9043, 9020, 9341, 9131, 9422, 8863, 9628, 10519, 9543, 8694, 9376, 9282, 9540, 9107, 9137, 9226, 9214, 9338, 8469, 9323, 10722, 9313, 10645, 9730, 9738, 9837, 9336, 9553, 9615, 9556, 9815, 9677, 9865, 9738, 9809, 9482, 10132, 9719, 10194, 9820, 9733, 9597, 9572, 9546, 9672, 9398, 9726, 9302, 9339, 9094, 9104, 9281, 9427, 9287, 9473, 8948, 8989, 9366, 9774, 8815, 9582, 8762, 9710, 9503, 9304, 9932, 9412, 8979, 9479, 8842, 9551, 9225, 9401, 9839, 9396, 10214, 9623, 10474, 9678, 10711, 9397, 10023, 9563, 10324, 9766, 8715, 9288, 9457, 9359, 8603, 9403, 8752, 9407, 8773, 9402, 8815, 9143, 9029, 9416, 8930, 9610, 8766, 9516, 9136, 9349, 8994, 9318, 9102, 9289, 9135, 8776, 8802, 10313, 8396, 10518, 8926, 9100, 9347, 9112, 9421, 8764, 9139, 8385, 9333, 8537, 9278, 9449, 9317, 10152, 9524, 9520, 9395, 9394, 9344, 8881, 9535, 8848, 9590, 9168, 8894, 9090, 8590, 9423, 9302, 9560, 9942, 9136, 9183, 9962, 9153, 9916, 9537, 9540, 9413, 9596, 9483, 8826, 9572, 9423, 9721, 11311, 9666, 9065, 9575, 9464, 9446, 9468, 9872, 9679, 9664, 9585, 9139, 9617, 8984, 9877, 9843, 10042, 9390, 9902, 9033, 9496, 9485, 9611, 9575, 9698, 9405, 10075, 9477, 9574, 9434, 9741, 9950, 9455, 9776, 9659, 9683, 9764, 9565, 9744, 9616, 9234, 10187, 9520, 9485, 9393, 8943, 9661, 9455, 9805, 10657, 9996, 9040, 8740, 8678, 9734, 9067, 9174, 9320, 9417, 9368, 9093, 9088, 11254, 9411, 9763, 9530, 9340, 9445, 9347, 9429, 9350, 9300, 9515, 9015, 9712, 11319, 9659, 9000, 9403, 9277, 9383, 9518, 9961, 9405, 9400, 9504, 9283, 9671, 9383, 9804, 9480, 9650, 11342, 9858, 9501, 9857, 9351, 9750, 9517, 9944, 9769, 9042, 9635, 9547, 9780, 10975, 10063, 9358, 9580, 9476, 9804, 9590, 9541, 9713, 9493, 9879, 9992, 9811, 9303, 9662, 9439, 10045, 9788, 9572, 9949, 9562, 9750, 11218, 10060, 9318, 10055, 9516, 9859, 9725, 10218, 9869, 10128, 9759, 9654, 9840, 9755, 9869, 10307, 10016, 10002, 10129, 9533, 10016, 9669, 9988, 9654, 9910, 9877, 9567, 9878, 10162, 9972, 11199, 10130, 9386, 10086, 9675, 9823, 9658, 10287, 9753, 10015, 9889, 9605, 10022, 10642, 10404, 9389, 10143, 9763, 10182, 9642, 9873, 9926, 9583, 10063, 9255, 10250, 10282, 10366, 9470, 10062, 9732, 10308, 9923, 10322, 9986, 9303, 10012, 10914, 10209, 9558, 10076, 9702, 10226, 9645, 10011, 10072, 9812, 9899, 9394, 10121, 10576, 10246, 9497, 10132, 9558, 10058, 9643, 10086, 9913, 9722, 9962, 9073, 10019, 10606, 10024, 9182, 10252, 9583, 10097, 9904, 10203, 9793, 10236, 9892, 9832, 9956, 9799, 10003, 10221, 10144, 10287, 10405, 9401, 9919, 9706, 10187, 9554, 10588, 9903, 10298, 10016, 10445, 9899, 10166, 9987, 9995, 10030, 10096, 10075, 10719, 10345, 9523, 10045, 9318, 10371, 9498, 10305, 9660, 10138, 9792, 9523, 10084, 10213, 10209, 10007, 10118, 10664, 10406, 9819, 10405, 9776, 10147, 9972, 10466, 9829, 10163, 9942, 10084, 9920, 10028, 9997, 9899, 10071, 9496, 10264, 10128, 10043, 10235, 10150, 10388, 10415, 10527, 10476, 9757, 10262, 9738, 10159, 9687, 10312, 9831, 10527, 9724, 10181, 9564, 9918, 9852, 10265, 9950, 10080, 10263, 10610, 10146, 10740, 10227, 9293, 10151, 9403, 10073, 9366, 10306, 9557, 10618, 9681, 9983, 9847, 10135, 9946, 9677, 9822, 10361, 10131, 10134, 10254, 10347, 10342, 10055, 10602, 10590, 10555, 10778, 10566, 9590, 10588, 9636, 10395, 9741], 'WindowCenter': [4130.0, 4114.0, 4088.0, 4097.0, 4106.0, 4093.0, 4104.0, 4081.0, 4092.0, 4081.0, 4081.0, 4080.0, 4077.0, 4079.0, 4081.0, 4078.0, 4079.0, 4081.0, 4081.0, 4091.0, 4071.0, 4091.0, 4080.0, 4081.0, 4094.0, 4108.0, 4106.0, 4105.0, 4104.0, 4104.0, 4092.0, 4092.0, 4092.0, 4094.0, 4095.0, 4095.0, 4095.0, 4094.0, 4094.0, 4093.0, 4105.0, 4108.0, 4107.0, 4095.0, 4091.0, 4091.0, 4081.0, 4091.0, 4082.0, 4091.0, 4078.0, 4080.0, 4087.0, 4081.0, 4088.0, 4090.0, 4079.0, 4091.0, 4069.0, 4078.0, 4067.0, 4079.0, 4081.0, 4077.0, 4079.0, 4077.0, 4091.0, 4089.0, 4089.0, 4090.0, 4090.0, 4101.0, 4092.0, 4080.0, 4079.0, 4080.0, 4089.0, 4080.0, 4090.0, 4080.0, 4091.0, 4081.0, 4104.0, 4081.0, 4078.0, 4079.0, 4079.0, 4092.0, 4092.0, 4090.0, 4091.0, 4117.0, 4084.0, 4077.0, 4106.0, 4092.0, 4088.0, 4065.0, 4076.0, 4080.0, 4080.0, 4092.0, 4105.0, 4094.0, 4094.0, 4103.0, 4093.0, 4091.0, 4081.0, 4079.0, 4079.0, 4088.0, 4077.0, 4076.0, 4077.0, 4068.0, 4079.0, 4068.0, 4076.0, 4078.0, 4077.0, 4089.0, 4088.0, 4091.0, 4079.0, 4093.0, 4092.0, 4103.0, 4091.0, 4090.0, 4089.0, 4090.0, 4080.0, 4079.0, 4080.0, 4093.0, 4092.0, 4091.0, 4092.0, 4090.0, 4093.0, 4102.0, 4093.0, 4100.0, 4092.0, 4091.0, 4092.0, 4092.0, 4090.0, 4091.0, 4089.0, 4091.0, 4091.0, 4092.0, 4091.0, 4091.0, 4090.0, 4089.0, 4087.0, 4089.0, 4089.0, 4088.0, 4089.0, 4078.0, 4079.0, 4076.0, 4077.0, 4088.0, 4088.0, 4075.0, 4087.0, 4078.0, 4078.0, 4078.0, 4078.0, 4078.0, 4087.0, 4080.0, 4101.0, 4081.0, 4091.0, 4092.0, 4091.0, 4093.0, 4103.0, 4103.0, 4093.0, 4093.0, 4091.0, 4090.0, 4091.0, 4091.0, 4091.0, 4093.0, 4092.0, 4105.0, 4092.0, 4093.0, 4088.0, 4089.0, 4080.0, 4089.0, 4100.0, 4080.0, 4089.0, 4078.0, 4088.0, 4079.0, 4068.0, 4087.0, 4066.0, 4076.0, 4066.0, 4078.0, 4091.0, 4089.0, 4092.0, 4103.0, 4092.0, 4091.0, 4080.0, 4092.0, 4092.0, 4104.0, 4093.0, 4092.0, 4091.0, 4089.0, 4089.0, 4089.0, 4090.0, 4098.0, 4079.0, 4077.0, 4077.0, 4076.0, 4077.0, 4066.0, 4077.0, 4077.0, 4088.0, 4088.0, 4080.0, 4090.0, 4089.0, 4088.0, 4100.0, 4090.0, 4079.0, 4091.0, 4081.0, 4091.0, 4091.0, 4091.0, 4090.0, 4089.0, 4090.0, 4089.0, 4091.0, 4090.0, 4101.0, 4090.0, 4100.0, 4102.0, 4103.0, 4102.0, 4102.0, 4104.0, 4103.0, 4103.0, 4102.0, 4103.0, 4102.0, 4103.0, 4103.0, 4103.0, 4102.0, 4102.0, 4102.0, 4103.0, 4093.0, 4105.0, 4104.0, 4102.0, 4103.0, 4101.0, 4090.0, 4090.0, 4090.0, 4088.0, 4089.0, 4078.0, 4076.0, 4077.0, 4077.0, 4076.0, 4077.0, 4098.0, 4089.0, 4099.0, 4104.0, 4112.0, 4102.0, 4079.0, 4090.0, 4090.0, 4087.0, 4091.0, 4099.0, 4078.0, 4088.0, 4089.0, 4090.0, 4091.0, 4080.0, 4089.0, 4088.0, 4089.0, 4090.0, 4089.0, 4089.0, 4090.0, 4089.0, 4091.0, 4101.0, 4091.0, 4091.0, 4091.0, 4091.0, 4090.0, 4090.0, 4091.0, 4089.0, 4089.0, 4080.0, 4091.0, 4090.0, 4090.0, 4100.0, 4100.0, 4088.0, 4089.0, 4090.0, 4092.0, 4092.0, 4100.0, 4090.0, 4090.0, 4090.0, 4089.0, 4090.0, 4100.0, 4090.0, 4077.0, 4088.0, 4077.0, 4088.0, 4090.0, 4090.0, 4091.0, 4091.0, 4091.0, 4089.0, 4090.0, 4091.0, 4101.0, 4100.0, 4101.0, 4091.0, 4091.0, 4092.0, 4102.0, 4092.0, 4092.0, 4092.0, 4090.0, 4090.0, 4079.0, 4091.0, 4100.0, 4092.0, 4102.0, 4101.0, 4100.0, 4100.0, 4089.0, 4103.0, 4102.0, 4102.0, 4113.0, 4104.0, 4102.0, 4102.0, 4102.0, 4103.0, 4102.0, 4102.0, 4102.0, 4102.0, 4101.0, 4101.0, 4091.0, 4091.0, 4090.0, 4089.0, 4089.0, 4090.0, 4089.0, 4090.0, 4089.0, 4090.0, 4089.0, 4088.0, 4088.0, 4089.0, 4089.0, 4090.0, 4088.0, 4078.0, 4086.0, 4077.0, 4087.0, 4076.0, 4076.0, 4076.0, 4076.0, 4077.0, 4087.0, 4075.0, 4087.0, 4076.0, 4087.0, 4087.0, 4077.0, 4087.0, 4089.0, 4097.0, 4088.0, 4097.0, 4089.0, 4099.0, 4090.0, 4100.0, 4101.0, 4080.0, 4090.0, 4089.0, 4090.0, 4080.0, 4088.0, 4078.0, 4088.0, 4078.0, 4089.0, 4089.0, 4089.0, 4078.0, 4089.0, 4078.0, 4089.0, 4079.0, 4089.0, 4089.0, 4090.0, 4090.0, 4089.0, 4089.0, 4088.0, 4089.0, 4078.0, 4078.0, 4087.0, 4078.0, 4099.0, 4079.0, 4089.0, 4090.0, 4091.0, 4090.0, 4090.0, 4090.0, 4079.0, 4091.0, 4089.0, 4092.0, 4101.0, 4092.0, 4101.0, 4091.0, 4089.0, 4091.0, 4090.0, 4090.0, 4079.0, 4089.0, 4078.0, 4088.0, 4089.0, 4078.0, 4089.0, 4079.0, 4092.0, 4090.0, 4101.0, 4101.0, 4102.0, 4103.0, 4118.0, 4118.0, 4130.0, 4116.0, 4114.0, 4104.0, 4103.0, 4104.0, 4103.0, 4104.0, 4103.0, 4104.0, 4124.0, 4103.0, 4092.0, 4103.0, 4103.0, 4104.0, 4103.0, 4102.0, 4103.0, 4102.0, 4104.0, 4091.0, 4102.0, 4090.0, 4102.0, 4103.0, 4101.0, 4091.0, 4100.0, 4090.0, 4102.0, 4090.0, 4101.0, 4101.0, 4104.0, 4103.0, 4102.0, 4103.0, 4103.0, 4105.0, 4101.0, 4103.0, 4102.0, 4101.0, 4090.0, 4090.0, 4089.0, 4090.0, 4089.0, 4088.0, 4089.0, 4099.0, 4088.0, 4088.0, 4078.0, 4077.0, 4090.0, 4088.0, 4098.0, 4098.0, 4100.0, 4118.0, 4094.0, 4094.0, 4101.0, 4093.0, 4103.0, 4101.0, 4102.0, 4091.0, 4091.0, 4079.0, 4100.0, 4090.0, 4101.0, 4091.0, 4090.0, 4090.0, 4090.0, 4088.0, 4090.0, 4078.0, 4088.0, 4088.0, 4089.0, 4098.0, 4090.0, 4078.0, 4090.0, 4090.0, 4090.0, 4101.0, 4101.0, 4090.0, 4090.0, 4102.0, 4089.0, 4089.0, 4091.0, 4101.0, 4101.0, 4102.0, 4110.0, 4103.0, 4101.0, 4101.0, 4090.0, 4089.0, 4091.0, 4089.0, 4101.0, 4091.0, 4089.0, 4088.0, 4089.0, 4100.0, 4088.0, 4089.0, 4101.0, 4101.0, 4100.0, 4101.0, 4089.0, 4091.0, 4090.0, 4099.0, 4101.0, 4100.0, 4089.0, 4089.0, 4090.0, 4101.0, 4100.0, 4100.0, 4102.0, 4091.0, 4091.0, 4110.0, 4102.0, 4090.0, 4102.0, 4102.0, 4102.0, 4101.0, 4100.0, 4101.0, 4101.0, 4101.0, 4101.0, 4101.0, 4100.0, 4100.0, 4099.0, 4089.0, 4089.0, 4088.0, 4087.0, 4087.0, 4089.0, 4088.0, 4088.0, 4090.0, 4088.0, 4088.0, 4089.0, 4100.0, 4089.0, 4109.0, 4100.0, 4089.0, 4101.0, 4102.0, 4103.0, 4103.0, 4101.0, 4102.0, 4101.0, 4101.0, 4090.0, 4101.0, 4099.0, 4100.0, 4089.0, 4099.0, 4100.0, 4099.0, 4089.0, 4100.0, 4101.0, 4090.0, 4102.0, 4089.0, 4101.0, 4102.0, 4102.0, 4091.0, 4102.0, 4101.0, 4101.0, 4101.0, 4100.0, 4101.0, 4090.0, 4102.0, 4112.0, 4101.0, 4091.0, 4100.0, 4100.0, 4100.0, 4102.0, 4101.0, 4102.0, 4100.0, 4102.0, 4091.0, 4102.0, 4101.0, 4102.0, 4103.0, 4102.0, 4101.0, 4100.0, 4090.0, 4102.0, 4101.0, 4090.0, 4101.0, 4090.0, 4100.0, 4099.0, 4100.0, 4102.0, 4101.0, 4100.0, 4100.0, 4101.0, 4100.0, 4101.0, 4113.0, 4102.0, 4101.0, 4104.0, 4102.0, 4104.0, 4101.0, 4102.0, 4102.0, 4112.0, 4091.0, 4101.0, 4090.0, 4100.0, 4091.0, 4099.0, 4089.0, 4099.0, 4101.0, 4111.0, 4103.0, 4101.0, 4102.0, 4101.0, 4103.0, 4101.0, 4101.0, 4100.0, 4100.0, 4091.0, 4089.0, 4090.0, 4099.0, 4088.0, 4087.0, 4087.0, 4087.0, 4087.0, 4087.0, 4099.0, 4099.0, 4100.0, 4100.0, 4101.0, 4111.0, 4111.0, 4101.0, 4113.0, 4102.0, 4102.0, 4102.0, 4100.0, 4102.0, 4101.0, 4102.0, 4101.0, 4101.0, 4100.0, 4100.0, 4099.0, 4101.0, 4101.0, 4112.0, 4102.0, 4102.0, 4103.0, 4102.0, 4112.0, 4113.0, 4113.0, 4113.0, 4102.0, 4102.0, 4090.0, 4100.0, 4090.0, 4100.0, 4100.0, 4100.0, 4090.0, 4100.0, 4090.0, 4089.0, 4089.0, 4099.0, 4088.0, 4087.0, 4089.0, 4098.0, 4088.0, 4098.0, 4099.0, 4089.0, 4100.0, 4089.0, 4100.0, 4089.0, 4100.0, 4089.0, 4102.0, 4090.0, 4089.0, 4100.0, 4088.0, 4089.0, 4088.0, 4089.0, 4099.0, 4089.0, 4088.0, 4088.0, 4088.0, 4099.0, 4098.0, 4112.0, 4100.0, 4112.0, 4111.0, 4114.0, 4103.0, 4113.0, 4103.0, 4113.0, 4103.0], 'WindowWidth': [9204.0, 9169.0, 9123.0, 9130.0, 9137.0, 9116.0, 9130.0, 9096.0, 9110.0, 9094.0, 9092.0, 9088.0, 9084.0, 9088.0, 9093.0, 9086.0, 9088.0, 9092.0, 9093.0, 9106.0, 9078.0, 9106.0, 9092.0, 9093.0, 9116.0, 9146.0, 9139.0, 9135.0, 9131.0, 9132.0, 9113.0, 9113.0, 9111.0, 9116.0, 9119.0, 9119.0, 9119.0, 9116.0, 9116.0, 9114.0, 9137.0, 9142.0, 9142.0, 9119.0, 9107.0, 9109.0, 9095.0, 9108.0, 9096.0, 9107.0, 9085.0, 9090.0, 9097.0, 9092.0, 9100.0, 9102.0, 9089.0, 9106.0, 9073.0, 9085.0, 9070.0, 9086.0, 9093.0, 9083.0, 9087.0, 9083.0, 9106.0, 9103.0, 9103.0, 9103.0, 9103.0, 9122.0, 9109.0, 9091.0, 9087.0, 9090.0, 9102.0, 9089.0, 9103.0, 9090.0, 9104.0, 9092.0, 9130.0, 9096.0, 9086.0, 9087.0, 9088.0, 9110.0, 9108.0, 9103.0, 9107.0, 9154.0, 9086.0, 9078.0, 9137.0, 9110.0, 9095.0, 9063.0, 9079.0, 9089.0, 9091.0, 9111.0, 9133.0, 9120.0, 9116.0, 9126.0, 9113.0, 9108.0, 9093.0, 9087.0, 9087.0, 9097.0, 9081.0, 9081.0, 9081.0, 9069.0, 9087.0, 9069.0, 9080.0, 9082.0, 9083.0, 9101.0, 9099.0, 9105.0, 9088.0, 9112.0, 9109.0, 9129.0, 9108.0, 9106.0, 9103.0, 9103.0, 9089.0, 9087.0, 9092.0, 9111.0, 9110.0, 9108.0, 9110.0, 9106.0, 9115.0, 9125.0, 9111.0, 9119.0, 9109.0, 9108.0, 9109.0, 9110.0, 9106.0, 9107.0, 9103.0, 9107.0, 9107.0, 9109.0, 9107.0, 9106.0, 9105.0, 9102.0, 9099.0, 9101.0, 9100.0, 9098.0, 9101.0, 9084.0, 9086.0, 9078.0, 9081.0, 9097.0, 9096.0, 9077.0, 9095.0, 9084.0, 9086.0, 9085.0, 9083.0, 9085.0, 9094.0, 9091.0, 9120.0, 9094.0, 9109.0, 9110.0, 9109.0, 9112.0, 9126.0, 9129.0, 9114.0, 9112.0, 9109.0, 9107.0, 9108.0, 9108.0, 9109.0, 9114.0, 9113.0, 9134.0, 9109.0, 9111.0, 9101.0, 9103.0, 9091.0, 9100.0, 9118.0, 9089.0, 9100.0, 9084.0, 9096.0, 9086.0, 9072.0, 9095.0, 9065.0, 9079.0, 9066.0, 9085.0, 9106.0, 9102.0, 9109.0, 9127.0, 9110.0, 9109.0, 9092.0, 9111.0, 9111.0, 9129.0, 9114.0, 9108.0, 9107.0, 9101.0, 9102.0, 9100.0, 9103.0, 9112.0, 9087.0, 9082.0, 9080.0, 9079.0, 9080.0, 9064.0, 9079.0, 9081.0, 9096.0, 9098.0, 9090.0, 9104.0, 9100.0, 9099.0, 9117.0, 9102.0, 9088.0, 9106.0, 9095.0, 9109.0, 9106.0, 9107.0, 9103.0, 9102.0, 9104.0, 9103.0, 9107.0, 9105.0, 9122.0, 9106.0, 9120.0, 9123.0, 9128.0, 9125.0, 9127.0, 9130.0, 9129.0, 9127.0, 9124.0, 9128.0, 9125.0, 9128.0, 9126.0, 9125.0, 9124.0, 9123.0, 9123.0, 9129.0, 9117.0, 9133.0, 9130.0, 9124.0, 9126.0, 9120.0, 9105.0, 9103.0, 9103.0, 9099.0, 9100.0, 9082.0, 9079.0, 9078.0, 9079.0, 9078.0, 9079.0, 9111.0, 9102.0, 9115.0, 9133.0, 9138.0, 9122.0, 9089.0, 9103.0, 9104.0, 9099.0, 9105.0, 9113.0, 9084.0, 9098.0, 9101.0, 9104.0, 9108.0, 9091.0, 9101.0, 9099.0, 9103.0, 9104.0, 9101.0, 9100.0, 9104.0, 9103.0, 9106.0, 9121.0, 9107.0, 9106.0, 9107.0, 9106.0, 9105.0, 9105.0, 9106.0, 9101.0, 9102.0, 9089.0, 9107.0, 9104.0, 9103.0, 9116.0, 9117.0, 9099.0, 9101.0, 9104.0, 9110.0, 9109.0, 9117.0, 9104.0, 9104.0, 9105.0, 9100.0, 9103.0, 9117.0, 9103.0, 9082.0, 9096.0, 9083.0, 9098.0, 9104.0, 9104.0, 9106.0, 9105.0, 9106.0, 9102.0, 9106.0, 9107.0, 9120.0, 9119.0, 9121.0, 9107.0, 9108.0, 9110.0, 9124.0, 9112.0, 9110.0, 9109.0, 9105.0, 9105.0, 9087.0, 9107.0, 9117.0, 9109.0, 9122.0, 9120.0, 9118.0, 9117.0, 9104.0, 9126.0, 9123.0, 9124.0, 9142.0, 9130.0, 9124.0, 9124.0, 9123.0, 9126.0, 9122.0, 9123.0, 9123.0, 9123.0, 9120.0, 9122.0, 9106.0, 9105.0, 9106.0, 9101.0, 9100.0, 9102.0, 9101.0, 9104.0, 9100.0, 9102.0, 9099.0, 9097.0, 9098.0, 9101.0, 9100.0, 9102.0, 9099.0, 9085.0, 9093.0, 9080.0, 9092.0, 9078.0, 9079.0, 9077.0, 9078.0, 9081.0, 9094.0, 9075.0, 9094.0, 9078.0, 9096.0, 9094.0, 9082.0, 9096.0, 9098.0, 9107.0, 9096.0, 9108.0, 9100.0, 9114.0, 9103.0, 9119.0, 9120.0, 9090.0, 9105.0, 9100.0, 9103.0, 9090.0, 9097.0, 9083.0, 9097.0, 9083.0, 9099.0, 9099.0, 9099.0, 9084.0, 9099.0, 9085.0, 9101.0, 9088.0, 9099.0, 9098.0, 9103.0, 9102.0, 9099.0, 9101.0, 9097.0, 9100.0, 9083.0, 9085.0, 9094.0, 9083.0, 9114.0, 9086.0, 9102.0, 9104.0, 9107.0, 9104.0, 9103.0, 9103.0, 9088.0, 9107.0, 9101.0, 9108.0, 9119.0, 9108.0, 9118.0, 9104.0, 9102.0, 9105.0, 9102.0, 9102.0, 9086.0, 9099.0, 9083.0, 9096.0, 9100.0, 9086.0, 9102.0, 9088.0, 9108.0, 9106.0, 9120.0, 9122.0, 9124.0, 9128.0, 9156.0, 9156.0, 9174.0, 9149.0, 9145.0, 9129.0, 9128.0, 9131.0, 9126.0, 9128.0, 9126.0, 9129.0, 9157.0, 9127.0, 9110.0, 9125.0, 9127.0, 9128.0, 9126.0, 9124.0, 9126.0, 9122.0, 9128.0, 9106.0, 9124.0, 9106.0, 9122.0, 9125.0, 9119.0, 9106.0, 9118.0, 9104.0, 9123.0, 9103.0, 9120.0, 9121.0, 9128.0, 9126.0, 9122.0, 9126.0, 9126.0, 9134.0, 9120.0, 9125.0, 9123.0, 9120.0, 9103.0, 9103.0, 9100.0, 9103.0, 9099.0, 9097.0, 9099.0, 9113.0, 9098.0, 9096.0, 9083.0, 9082.0, 9102.0, 9097.0, 9111.0, 9113.0, 9116.0, 9155.0, 9115.0, 9117.0, 9121.0, 9112.0, 9125.0, 9121.0, 9122.0, 9106.0, 9105.0, 9086.0, 9117.0, 9100.0, 9118.0, 9104.0, 9101.0, 9103.0, 9101.0, 9097.0, 9102.0, 9082.0, 9096.0, 9099.0, 9099.0, 9110.0, 9101.0, 9083.0, 9103.0, 9102.0, 9104.0, 9119.0, 9120.0, 9103.0, 9102.0, 9122.0, 9101.0, 9101.0, 9107.0, 9119.0, 9121.0, 9123.0, 9131.0, 9124.0, 9120.0, 9118.0, 9103.0, 9101.0, 9104.0, 9100.0, 9118.0, 9104.0, 9101.0, 9099.0, 9100.0, 9116.0, 9099.0, 9100.0, 9120.0, 9119.0, 9119.0, 9120.0, 9101.0, 9105.0, 9103.0, 9114.0, 9117.0, 9115.0, 9101.0, 9101.0, 9104.0, 9120.0, 9117.0, 9118.0, 9121.0, 9106.0, 9105.0, 9131.0, 9121.0, 9103.0, 9123.0, 9122.0, 9124.0, 9120.0, 9118.0, 9119.0, 9120.0, 9121.0, 9122.0, 9118.0, 9119.0, 9116.0, 9114.0, 9100.0, 9097.0, 9095.0, 9094.0, 9094.0, 9097.0, 9097.0, 9099.0, 9102.0, 9097.0, 9099.0, 9101.0, 9114.0, 9101.0, 9128.0, 9117.0, 9102.0, 9120.0, 9123.0, 9124.0, 9125.0, 9121.0, 9122.0, 9119.0, 9119.0, 9103.0, 9118.0, 9115.0, 9115.0, 9099.0, 9112.0, 9116.0, 9114.0, 9102.0, 9116.0, 9120.0, 9103.0, 9122.0, 9103.0, 9120.0, 9124.0, 9124.0, 9106.0, 9121.0, 9121.0, 9120.0, 9120.0, 9116.0, 9119.0, 9106.0, 9122.0, 9134.0, 9121.0, 9106.0, 9117.0, 9119.0, 9119.0, 9123.0, 9121.0, 9123.0, 9118.0, 9124.0, 9108.0, 9122.0, 9121.0, 9124.0, 9125.0, 9123.0, 9120.0, 9118.0, 9104.0, 9122.0, 9120.0, 9103.0, 9120.0, 9104.0, 9117.0, 9114.0, 9116.0, 9124.0, 9121.0, 9119.0, 9118.0, 9120.0, 9119.0, 9119.0, 9140.0, 9125.0, 9121.0, 9128.0, 9123.0, 9129.0, 9122.0, 9122.0, 9123.0, 9137.0, 9106.0, 9120.0, 9105.0, 9116.0, 9105.0, 9115.0, 9101.0, 9115.0, 9120.0, 9134.0, 9124.0, 9122.0, 9123.0, 9121.0, 9124.0, 9121.0, 9120.0, 9119.0, 9117.0, 9106.0, 9101.0, 9102.0, 9113.0, 9098.0, 9094.0, 9094.0, 9093.0, 9095.0, 9093.0, 9112.0, 9112.0, 9117.0, 9116.0, 9119.0, 9134.0, 9134.0, 9120.0, 9139.0, 9124.0, 9124.0, 9122.0, 9118.0, 9123.0, 9120.0, 9123.0, 9119.0, 9120.0, 9117.0, 9118.0, 9116.0, 9120.0, 9120.0, 9138.0, 9123.0, 9124.0, 9125.0, 9124.0, 9139.0, 9140.0, 9140.0, 9141.0, 9125.0, 9124.0, 9105.0, 9117.0, 9104.0, 9117.0, 9119.0, 9118.0, 9106.0, 9115.0, 9103.0, 9099.0, 9099.0, 9113.0, 9096.0, 9095.0, 9097.0, 9110.0, 9096.0, 9109.0, 9112.0, 9101.0, 9116.0, 9100.0, 9115.0, 9101.0, 9115.0, 9101.0, 9122.0, 9103.0, 9101.0, 9116.0, 9098.0, 9101.0, 9096.0, 9099.0, 9114.0, 9098.0, 9096.0, 9098.0, 9097.0, 9113.0, 9114.0, 9136.0, 9118.0, 9137.0, 9135.0, 9144.0, 9129.0, 9140.0, 9125.0, 9139.0, 9127.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.0009148620689655172</td></tr>
<tr><td colspan=3>aqi</td><td>0.021513545632183904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.39550288278481</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1489015062945915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902786859608745</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>5498.9121</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08167231040216795</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9540229885057472</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.708072128174519</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6394718461609963</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9075186579520804</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.577225880410479</td></tr>
<tr><td colspan=3>gcor</td><td>0.00536158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008087999187409878</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023393971845507622</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.634738205785347</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.6549</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2003</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.4319</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298996.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>791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8208</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7833</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.5373</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3239.5658</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.9457</td></tr>
<tr><td colspan=3>tsnr</td><td>39.03404720389517</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>