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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0037_ses-01_task-social_acq-mb8_run-06_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-0037_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-06_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-0037/ses-01/func/sub-0037_ses-01_task-social_acq-mb8_run-06_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>4b03ccc2c1af341965a4cbef266d1606</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:46:3.500000</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.99971, 0.00475741, 0.0236088, -0.00401315, 0.999497, -0.0314728]</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-06_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.100322</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7749, -7250, 613, -58, -182, 40, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc8fccd1-0437-448b-bf84-f14396a1aeab||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.6821486949920654, -0.010766974650323391, 0.06411605328321457, 112.11647033691406], [-0.012763788923621178, 2.6815762519836426, -0.08469603955745697, -81.9780044555664], [0.06334080547094345, 0.08443916589021683, 2.697909355163574, -77.32073974609375], [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': ['114603.500000', '114603.960000', '114604.420000', '114604.880000', '114605.340000', '114605.800000', '114606.260000', '114606.720000', '114607.180000', '114607.640000', '114608.100000', '114608.560000', '114609.020000', '114609.480000', '114609.940000', '114610.400000', '114610.860000', '114611.320000', '114611.780000', '114612.240000', '114612.700000', '114613.160000', '114613.620000', '114614.080000', '114614.540000', '114615.000000', '114615.460000', '114615.920000', '114616.380000', '114616.840000', '114617.300000', '114617.760000', '114618.220000', '114618.680000', '114619.140000', '114619.600000', '114620.060000', '114620.520000', '114620.980000', '114621.440000', '114621.900000', '114622.360000', '114622.820000', '114623.280000', '114623.740000', '114624.200000', '114624.660000', '114625.120000', '114625.580000', '114626.040000', '114626.500000', '114626.960000', '114627.420000', '114627.880000', '114628.340000', '114628.800000', '114629.260000', '114629.720000', '114630.180000', '114630.640000', '114631.100000', '114631.560000', '114632.020000', '114632.480000', '114632.940000', '114633.400000', '114633.860000', '114634.320000', '114634.780000', '114635.240000', '114635.700000', '114636.160000', '114636.620000', '114637.080000', '114637.540000', '114638.000000', '114638.460000', '114638.920000', '114639.380000', '114639.840000', '114640.300000', '114640.760000', '114641.220000', '114641.680000', '114642.140000', '114642.600000', '114643.060000', '114643.520000', '114643.980000', '114644.440000', '114644.900000', '114645.360000', '114645.820000', '114646.280000', '114646.740000', '114647.200000', '114647.660000', '114648.120000', '114648.580000', '114649.040000', '114649.500000', '114649.960000', '114650.420000', '114650.880000', '114651.340000', '114651.800000', '114652.260000', '114652.720000', '114653.180000', '114653.640000', '114654.100000', '114654.560000', '114655.020000', '114655.480000', '114655.940000', '114656.400000', '114656.860000', '114657.320000', '114657.780000', '114658.240000', '114658.700000', '114659.160000', '114659.620000', '114700.080000', '114700.540000', '114701.000000', '114701.460000', '114701.920000', '114702.380000', '114702.840000', '114703.300000', '114703.760000', '114704.220000', '114704.680000', '114705.140000', '114705.600000', '114706.060000', '114706.520000', '114706.980000', '114707.440000', '114707.900000', '114708.360000', '114708.820000', '114709.280000', '114709.740000', '114710.200000', '114710.660000', '114711.120000', '114711.580000', '114712.040000', '114712.500000', '114712.960000', '114713.420000', '114713.880000', '114714.340000', '114714.800000', '114715.260000', '114715.720000', '114716.180000', '114716.640000', '114717.100000', '114717.560000', '114718.020000', '114718.480000', '114718.940000', '114719.400000', '114719.860000', '114720.320000', '114720.780000', '114721.240000', '114721.700000', '114722.160000', '114722.620000', '114723.080000', '114723.540000', '114724.000000', '114724.460000', '114724.920000', '114725.380000', '114725.840000', '114726.300000', '114726.760000', '114727.220000', '114727.680000', '114728.140000', '114728.600000', '114729.060000', '114729.520000', '114729.980000', '114730.440000', '114730.900000', '114731.360000', '114731.820000', '114732.280000', '114732.740000', '114733.200000', '114733.660000', '114734.120000', '114734.580000', '114735.040000', '114735.500000', '114735.960000', '114736.420000', '114736.880000', '114737.340000', '114737.800000', '114738.260000', '114738.720000', '114739.180000', '114739.640000', '114740.100000', '114740.560000', '114741.020000', '114741.480000', '114741.940000', '114742.400000', '114742.860000', '114743.320000', '114743.780000', '114744.240000', '114744.700000', '114745.160000', '114745.620000', '114746.080000', '114746.540000', '114747.000000', '114747.460000', '114747.920000', '114748.380000', '114748.840000', '114749.300000', '114749.760000', '114750.220000', '114750.680000', '114751.140000', '114751.600000', '114752.060000', '114752.520000', '114752.980000', '114753.440000', '114753.900000', '114754.360000', '114754.820000', '114755.280000', '114755.740000', '114756.200000', '114756.660000', '114757.120000', '114757.580000', '114758.040000', '114758.500000', '114758.960000', '114759.420000', '114759.880000', '114800.340000', '114800.800000', '114801.260000', '114801.720000', '114802.180000', '114802.640000', '114803.100000', '114803.560000', '114804.020000', '114804.480000', '114804.940000', '114805.400000', '114805.860000', '114806.320000', '114806.780000', '114807.240000', '114807.700000', '114808.160000', '114808.620000', '114809.080000', '114809.540000', '114810.000000', '114810.460000', '114810.920000', '114811.380000', '114811.840000', '114812.300000', '114812.760000', '114813.220000', '114813.680000', '114814.140000', '114814.600000', '114815.060000', '114815.520000', '114815.980000', '114816.440000', '114816.900000', '114817.360000', '114817.820000', '114818.280000', '114818.740000', '114819.200000', '114819.660000', '114820.120000', '114820.580000', '114821.040000', '114821.500000', '114821.960000', '114822.420000', '114822.880000', '114823.340000', '114823.800000', '114824.260000', '114824.720000', '114825.180000', '114825.640000', '114826.100000', '114826.560000', '114827.020000', '114827.480000', '114827.940000', '114828.400000', '114828.860000', '114829.320000', '114829.780000', '114830.240000', '114830.700000', '114831.160000', '114831.620000', '114832.080000', '114832.540000', '114833.000000', '114833.460000', '114833.920000', '114834.380000', '114834.840000', '114835.300000', '114835.760000', '114836.220000', '114836.680000', '114837.140000', '114837.600000', '114838.060000', '114838.520000', '114838.980000', '114839.440000', '114839.900000', '114840.360000', '114840.820000', '114841.280000', '114841.740000', '114842.200000', '114842.660000', '114843.120000', '114843.580000', '114844.040000', '114844.500000', '114844.960000', '114845.420000', '114845.880000', '114846.340000', '114846.800000', '114847.260000', '114847.720000', '114848.180000', '114848.640000', '114849.100000', '114849.560000', '114850.020000', '114850.480000', '114850.940000', '114851.400000', '114851.860000', '114852.320000', '114852.780000', '114853.240000', '114853.700000', '114854.160000', '114854.620000', '114855.080000', '114855.540000', '114856.000000', '114856.460000', '114856.920000', '114857.380000', '114857.840000', '114858.300000', '114858.760000', '114859.220000', '114859.680000', '114900.140000', '114900.600000', '114901.060000', '114901.520000', '114901.980000', '114902.440000', '114902.900000', '114903.360000', '114903.820000', '114904.280000', '114904.740000', '114905.200000', '114905.660000', '114906.120000', '114906.580000', '114907.040000', '114907.500000', '114907.960000', '114908.420000', '114908.880000', '114909.340000', '114909.800000', '114910.260000', '114910.720000', '114911.180000', '114911.640000', '114912.100000', '114912.560000', '114913.020000', '114913.480000', '114913.940000', '114914.400000', '114914.860000', '114915.320000', '114915.780000', '114916.240000', '114916.700000', '114917.160000', '114917.620000', '114918.080000', '114918.540000', '114919.000000', '114919.460000', '114919.920000', '114920.380000', '114920.840000', '114921.300000', '114921.760000', '114922.220000', '114922.680000', '114923.140000', '114923.600000', '114924.060000', '114924.520000', '114924.980000', '114925.440000', '114925.900000', '114926.360000', '114926.820000', '114927.280000', '114927.740000', '114928.200000', '114928.660000', '114929.120000', '114929.580000', '114930.040000', '114930.500000', '114930.960000', '114931.420000', '114931.880000', '114932.340000', '114932.800000', '114933.260000', '114933.720000', '114934.180000', '114934.640000', '114935.100000', '114935.560000', '114936.020000', '114936.480000', '114936.940000', '114937.400000', '114937.860000', '114938.320000', '114938.780000', '114939.240000', '114939.700000', '114940.160000', '114940.620000', '114941.080000', '114941.540000', '114942.000000', '114942.460000', '114942.920000', '114943.380000', '114943.840000', '114944.300000', '114944.760000', '114945.220000', '114945.680000', '114946.140000', '114946.600000', '114947.060000', '114947.520000', '114947.980000', '114948.440000', '114948.900000', '114949.360000', '114949.820000', '114950.280000', '114950.740000', '114951.200000', '114951.660000', '114952.120000', '114952.580000', '114953.040000', '114953.500000', '114953.960000', '114954.420000', '114954.880000', '114955.340000', '114955.800000', '114956.260000', '114956.720000', '114957.180000', '114957.640000', '114958.100000', '114958.560000', '114959.020000', '114959.480000', '114959.940000', '115000.400000', '115000.860000', '115001.320000', '115001.780000', '115002.240000', '115002.700000', '115003.160000', '115003.620000', '115004.080000', '115004.540000', '115005.000000', '115005.460000', '115005.920000', '115006.380000', '115006.840000', '115007.300000', '115007.760000', '115008.220000', '115008.680000', '115009.140000', '115009.600000', '115010.060000', '115010.520000', '115010.980000', '115011.440000', '115011.900000', '115012.360000', '115012.820000', '115013.280000', '115013.740000', '115014.200000', '115014.660000', '115015.120000', '115015.580000', '115016.040000', '115016.500000', '115016.960000', '115017.420000', '115017.880000', '115018.340000', '115018.800000', '115019.260000', '115019.720000', '115020.180000', '115020.640000', '115021.100000', '115021.560000', '115022.020000', '115022.480000', '115022.940000', '115023.400000', '115023.860000', '115024.320000', '115024.780000', '115025.240000', '115025.700000', '115026.160000', '115026.620000', '115027.080000', '115027.540000', '115028.000000', '115028.460000', '115028.920000', '115029.380000', '115029.840000', '115030.300000', '115030.760000', '115031.220000', '115031.680000', '115032.140000', '115032.600000', '115033.060000', '115033.520000', '115033.980000', '115034.440000', '115034.900000', '115035.360000', '115035.820000', '115036.280000', '115036.740000', '115037.200000', '115037.660000', '115038.120000', '115038.580000', '115039.040000', '115039.500000', '115039.960000', '115040.420000', '115040.880000', '115041.340000', '115041.800000', '115042.260000', '115042.720000', '115043.180000', '115043.640000', '115044.100000', '115044.560000', '115045.020000', '115045.480000', '115045.940000', '115046.400000', '115046.860000', '115047.320000', '115047.780000', '115048.240000', '115048.700000', '115049.160000', '115049.620000', '115050.080000', '115050.540000', '115051.000000', '115051.460000', '115051.920000', '115052.380000', '115052.840000', '115053.300000', '115053.760000', '115054.220000', '115054.680000', '115055.140000', '115055.600000', '115056.060000', '115056.520000', '115056.980000', '115057.440000', '115057.900000', '115058.360000', '115058.820000', '115059.280000', '115059.740000', '115100.200000', '115100.660000', '115101.120000', '115101.580000', '115102.040000', '115102.500000', '115102.960000', '115103.420000', '115103.880000', '115104.340000', '115104.800000', '115105.260000', '115105.720000', '115106.180000', '115106.640000', '115107.100000', '115107.560000', '115108.020000', '115108.480000', '115108.940000', '115109.400000', '115109.860000', '115110.320000', '115110.780000', '115111.240000', '115111.700000', '115112.160000', '115112.620000', '115113.080000', '115113.540000', '115114.000000', '115114.460000', '115114.920000', '115115.380000', '115115.840000', '115116.300000', '115116.760000', '115117.220000', '115117.680000', '115118.140000', '115118.600000', '115119.060000', '115119.520000', '115119.980000', '115120.440000', '115120.900000', '115121.360000', '115121.820000', '115122.280000', '115122.740000', '115123.200000', '115123.660000', '115124.120000', '115124.580000', '115125.040000', '115125.500000', '115125.960000', '115126.420000', '115126.880000', '115127.340000', '115127.800000', '115128.260000', '115128.720000', '115129.180000', '115129.640000', '115130.100000', '115130.560000', '115131.020000', '115131.480000', '115131.940000', '115132.400000', '115132.860000', '115133.320000', '115133.780000', '115134.240000', '115134.700000', '115135.160000', '115135.620000', '115136.080000', '115136.540000', '115137.000000', '115137.460000', '115137.920000', '115138.380000', '115138.840000', '115139.300000', '115139.760000', '115140.220000', '115140.680000', '115141.140000', '115141.600000', '115142.060000', '115142.520000', '115142.980000', '115143.440000', '115143.900000', '115144.360000', '115144.820000', '115145.280000', '115145.740000', '115146.200000', '115146.660000', '115147.120000', '115147.580000', '115148.040000', '115148.500000', '115148.960000', '115149.420000', '115149.880000', '115150.340000', '115150.800000', '115151.260000', '115151.720000', '115152.180000', '115152.640000', '115153.100000', '115153.560000', '115154.020000', '115154.480000', '115154.940000', '115155.400000', '115155.860000', '115156.320000', '115156.780000', '115157.240000', '115157.700000', '115158.160000', '115158.620000', '115159.080000', '115159.540000', '115200.000000', '115200.460000', '115200.920000', '115201.380000', '115201.840000', '115202.300000', '115202.760000', '115203.220000', '115203.680000', '115204.140000', '115204.600000', '115205.060000', '115205.520000', '115205.980000', '115206.440000', '115206.900000', '115207.360000', '115207.820000', '115208.280000', '115208.740000', '115209.200000', '115209.660000', '115210.120000', '115210.580000', '115211.040000', '115211.500000', '115211.960000', '115212.420000', '115212.880000', '115213.340000', '115213.800000', '115214.260000', '115214.720000', '115215.180000', '115215.640000', '115216.100000', '115216.560000', '115217.020000', '115217.480000', '115217.940000', '115218.400000', '115218.860000', '115219.320000', '115219.780000', '115220.240000', '115220.700000', '115221.160000', '115221.620000', '115222.080000', '115222.540000', '115223.000000', '115223.460000', '115223.920000', '115224.380000', '115224.840000', '115225.300000', '115225.760000', '115226.220000', '115226.680000', '115227.140000', '115227.600000', '115228.060000', '115228.520000', '115228.980000', '115229.440000', '115229.900000', '115230.360000', '115230.820000', '115231.280000', '115231.740000', '115232.200000', '115232.660000', '115233.120000', '115233.580000', '115234.040000', '115234.500000', '115234.960000', '115235.420000', '115235.880000', '115236.340000', '115236.800000', '115237.260000', '115237.720000', '115238.180000', '115238.640000', '115239.100000', '115239.560000', '115240.020000', '115240.480000', '115240.940000', '115241.400000', '115241.860000', '115242.320000', '115242.780000', '115243.240000', '115243.700000', '115244.160000'], 'ContentTime': ['114615.182000', '114615.196000', '114615.199000', '114615.203000', '114615.206000', '114615.209000', '114615.212000', '114615.215000', '114615.218000', '114615.221000', '114615.224000', '114615.228000', '114615.231000', '114615.234000', '114615.238000', '114615.241000', '114615.244000', '114615.248000', '114615.251000', '114615.255000', '114615.258000', '114615.261000', '114615.265000', '114615.268000', '114635.123000', '114635.126000', '114635.129000', '114635.131000', '114635.134000', '114635.137000', '114635.140000', '114635.142000', '114635.145000', '114635.148000', '114635.151000', '114635.153000', '114635.156000', '114635.159000', '114635.162000', '114635.165000', '114635.167000', '114635.170000', '114635.173000', '114635.176000', '114635.179000', '114635.181000', '114635.184000', '114635.187000', '114635.190000', '114635.192000', '114635.195000', '114635.198000', '114635.201000', '114635.203000', '114635.206000', '114635.209000', '114635.212000', '114635.215000', '114635.218000', '114635.220000', '114635.227000', '114635.230000', '114635.233000', '114635.236000', '114635.239000', '114635.241000', '114635.244000', '114635.247000', '114655.123000', '114655.126000', '114655.129000', '114655.131000', '114655.134000', '114655.137000', '114655.140000', '114655.143000', '114655.145000', '114655.148000', '114655.151000', '114655.154000', '114655.156000', '114655.159000', '114655.162000', '114655.165000', '114655.168000', '114655.171000', '114655.173000', '114655.176000', '114655.179000', '114655.182000', '114655.184000', '114655.187000', '114655.190000', '114655.193000', '114655.196000', '114655.199000', '114655.201000', '114655.204000', '114655.207000', '114655.210000', '114655.213000', '114655.216000', '114655.218000', '114655.221000', '114655.224000', '114655.227000', '114655.229000', '114655.232000', '114655.235000', '114655.238000', '114655.240000', '114715.123000', '114715.126000', '114715.129000', '114715.131000', '114715.134000', '114715.137000', '114715.140000', '114715.142000', '114715.145000', '114715.148000', '114715.151000', '114715.154000', '114715.156000', '114715.159000', '114715.162000', '114715.165000', '114715.168000', '114715.170000', '114715.173000', '114715.176000', '114715.179000', '114715.181000', '114715.184000', '114715.187000', '114715.190000', '114715.192000', '114715.195000', '114715.198000', '114715.201000', '114715.204000', '114715.206000', '114715.209000', '114715.212000', '114715.215000', '114715.218000', '114715.220000', '114715.223000', '114715.226000', '114715.229000', '114715.231000', '114715.234000', '114715.237000', '114715.240000', '114715.242000', '114735.123000', '114735.126000', '114735.129000', '114735.132000', '114735.134000', '114735.137000', '114735.140000', '114735.143000', '114735.146000', '114735.148000', '114735.151000', '114735.154000', '114735.157000', '114735.161000', '114735.164000', '114735.167000', '114735.169000', '114735.172000', '114735.175000', '114735.178000', '114735.181000', '114735.183000', '114735.186000', '114735.189000', '114735.192000', '114735.195000', '114735.197000', '114735.200000', '114735.203000', '114735.206000', '114735.209000', '114735.212000', '114735.214000', '114735.217000', '114735.220000', '114735.223000', '114735.227000', '114735.230000', '114735.233000', '114735.235000', '114735.238000', '114735.241000', '114735.256000', '114755.124000', '114755.127000', '114755.130000', '114755.133000', '114755.136000', '114755.138000', '114755.141000', '114755.144000', '114755.147000', '114755.149000', '114755.152000', '114755.155000', '114755.158000', '114755.161000', '114755.163000', '114755.166000', '114755.169000', '114755.172000', '114755.175000', '114755.177000', '114755.180000', '114755.183000', '114755.186000', '114755.189000', '114755.191000', '114755.194000', '114755.197000', '114755.200000', '114755.203000', '114755.206000', '114755.208000', '114755.211000', '114755.214000', '114755.217000', '114755.219000', '114755.222000', '114755.225000', '114755.228000', '114755.231000', '114755.233000', '114755.236000', '114755.239000', '114755.242000', '114755.245000', '114815.123000', '114815.126000', '114815.129000', '114815.132000', '114815.134000', '114815.137000', '114815.140000', '114815.143000', '114815.146000', '114815.148000', '114815.151000', '114815.154000', '114815.157000', '114815.160000', '114815.162000', '114815.165000', '114815.168000', '114815.171000', '114815.174000', '114815.176000', '114815.179000', '114815.182000', '114815.185000', '114815.188000', '114815.190000', '114815.193000', '114815.196000', '114815.199000', '114815.202000', '114815.205000', '114815.207000', '114815.210000', '114815.213000', '114815.216000', '114815.219000', '114815.221000', '114815.224000', '114815.227000', '114815.230000', '114815.233000', '114815.236000', '114815.238000', '114815.241000', '114835.123000', '114835.126000', '114835.129000', '114835.131000', '114835.134000', '114835.137000', '114835.140000', '114835.143000', '114835.145000', '114835.148000', '114835.151000', '114835.154000', '114835.157000', '114835.160000', '114835.162000', '114835.165000', '114835.168000', '114835.171000', '114835.174000', '114835.176000', '114835.179000', '114835.182000', '114835.185000', '114835.188000', '114835.190000', '114835.193000', '114835.196000', '114835.199000', '114835.202000', '114835.204000', '114835.207000', '114835.210000', '114835.213000', '114835.216000', '114835.218000', '114835.221000', '114835.224000', '114835.227000', '114835.229000', '114835.232000', '114835.235000', '114835.238000', '114835.241000', '114835.243000', '114855.123000', '114855.126000', '114855.129000', '114855.132000', '114855.134000', '114855.140000', '114855.143000', '114855.146000', '114855.149000', '114855.152000', '114855.154000', '114855.157000', '114855.160000', '114855.163000', '114855.166000', '114855.168000', '114855.171000', '114855.174000', '114855.177000', '114855.180000', '114855.182000', '114855.185000', '114855.188000', '114855.191000', '114855.194000', '114855.198000', '114855.202000', '114855.204000', '114855.207000', '114855.210000', '114855.213000', '114855.216000', '114855.218000', '114855.221000', '114855.224000', '114855.227000', '114855.230000', '114855.232000', '114855.235000', '114855.238000', '114855.241000', '114855.244000', '114855.246000', '114915.123000', '114915.126000', '114915.129000', '114915.131000', '114915.134000', '114915.137000', '114915.140000', '114915.143000', '114915.145000', '114915.148000', '114915.151000', '114915.154000', '114915.157000', '114915.160000', '114915.163000', '114915.165000', '114915.168000', '114915.171000', '114915.174000', '114915.177000', '114915.180000', '114915.182000', '114915.185000', '114915.188000', '114915.206000', '114915.209000', '114915.212000', '114915.215000', '114915.218000', '114915.221000', '114915.223000', '114915.226000', '114915.229000', '114915.232000', '114915.235000', '114915.237000', '114915.240000', '114915.243000', '114915.246000', '114915.248000', '114915.251000', '114915.254000', '114915.257000', '114915.260000', '114935.123000', '114935.126000', '114935.129000', '114935.131000', '114935.134000', '114935.137000', '114935.140000', '114935.143000', '114935.146000', '114935.148000', '114935.151000', '114935.154000', '114935.157000', '114935.160000', '114935.162000', '114935.165000', '114935.168000', '114935.171000', '114935.174000', '114935.176000', '114935.179000', '114935.182000', '114935.185000', '114935.188000', '114935.191000', '114935.193000', '114935.196000', '114935.199000', '114935.202000', '114935.205000', '114935.208000', '114935.210000', '114935.213000', '114935.216000', '114935.219000', '114935.225000', '114935.228000', '114935.230000', '114935.233000', '114935.236000', '114935.239000', '114935.242000', '114935.245000', '114955.123000', '114955.126000', '114955.129000', '114955.131000', '114955.134000', '114955.137000', '114955.140000', '114955.143000', '114955.146000', '114955.148000', '114955.151000', '114955.154000', '114955.157000', '114955.160000', '114955.162000', '114955.165000', '114955.168000', '114955.171000', '114955.174000', '114955.176000', '114955.179000', '114955.182000', '114955.185000', '114955.188000', '114955.191000', '114955.193000', '114955.196000', '114955.199000', '114955.202000', '114955.205000', '114955.207000', '114955.210000', '114955.213000', '114955.216000', '114955.219000', '114955.221000', '114955.224000', '114955.227000', '114955.230000', '114955.233000', '114955.235000', '114955.238000', '114955.241000', '114955.244000', '115015.124000', '115015.127000', '115015.130000', '115015.133000', '115015.135000', '115015.138000', '115015.141000', '115015.144000', '115015.147000', '115015.150000', '115015.152000', '115015.155000', '115015.158000', '115015.161000', '115015.164000', '115015.166000', '115015.169000', '115015.172000', '115015.175000', '115015.177000', '115015.180000', '115015.183000', '115015.186000', '115015.189000', '115015.192000', '115015.194000', '115015.197000', '115015.200000', '115015.203000', '115015.206000', '115015.209000', '115015.211000', '115015.214000', '115015.217000', '115015.220000', '115015.223000', '115015.226000', '115015.228000', '115015.231000', '115015.235000', '115015.238000', '115015.241000', '115015.244000', '115035.123000', '115035.126000', '115035.129000', '115035.131000', '115035.134000', '115035.137000', '115035.140000', '115035.143000', '115035.146000', '115035.148000', '115035.151000', '115035.154000', '115035.157000', '115035.160000', '115035.163000', '115035.166000', '115035.168000', '115035.171000', '115035.174000', '115035.177000', '115035.180000', '115035.183000', '115035.185000', '115035.188000', '115035.191000', '115035.194000', '115035.197000', '115035.200000', '115035.202000', '115035.205000', '115035.208000', '115035.211000', '115035.214000', '115035.216000', '115035.219000', '115035.222000', '115035.225000', '115035.228000', '115035.230000', '115035.233000', '115035.236000', '115035.239000', '115035.241000', '115035.244000', '115055.123000', '115055.126000', '115055.129000', '115055.132000', '115055.134000', '115055.145000', '115055.148000', '115055.151000', '115055.154000', '115055.157000', '115055.159000', '115055.162000', '115055.165000', '115055.168000', '115055.171000', '115055.173000', '115055.176000', '115055.179000', '115055.182000', '115055.185000', '115055.187000', '115055.190000', '115055.193000', '115055.196000', '115055.199000', '115055.202000', '115055.204000', '115055.207000', '115055.210000', '115055.213000', '115055.216000', '115055.218000', '115055.221000', '115055.224000', '115055.227000', '115055.230000', '115055.233000', '115055.235000', '115055.238000', '115055.241000', '115055.244000', '115055.247000', '115055.249000', '115115.123000', '115115.126000', '115115.128000', '115115.131000', '115115.134000', '115115.137000', '115115.140000', '115115.143000', '115115.146000', '115115.148000', '115115.151000', '115115.154000', '115115.157000', '115115.160000', '115115.162000', '115115.165000', '115115.168000', '115115.171000', '115115.174000', '115115.176000', '115115.179000', '115115.182000', '115115.185000', '115115.188000', '115115.191000', '115115.193000', '115115.196000', '115115.199000', '115115.202000', '115115.205000', '115115.207000', '115115.210000', '115115.213000', '115115.216000', '115115.219000', '115115.222000', '115115.225000', '115115.227000', '115115.230000', '115115.233000', '115115.236000', '115115.239000', '115115.241000', '115115.244000', '115135.123000', '115135.126000', '115135.129000', '115135.132000', '115135.135000', '115135.137000', '115135.140000', '115135.143000', '115135.146000', '115135.149000', '115135.151000', '115135.154000', '115135.157000', '115135.160000', '115135.163000', '115135.166000', '115135.168000', '115135.171000', '115135.174000', '115135.177000', '115135.180000', '115135.183000', '115135.186000', '115135.188000', '115135.191000', '115135.194000', '115135.197000', '115135.200000', '115135.203000', '115135.205000', '115135.208000', '115135.211000', '115135.214000', '115135.217000', '115135.220000', '115135.223000', '115135.225000', '115135.228000', '115135.231000', '115135.234000', '115135.237000', '115135.239000', '115135.242000', '115155.123000', '115155.127000', '115155.130000', '115155.133000', '115155.136000', '115155.139000', '115155.141000', '115155.144000', '115155.147000', '115155.150000', '115155.153000', '115155.155000', '115155.158000', '115155.161000', '115155.164000', '115155.167000', '115155.171000', '115155.174000', '115155.177000', '115155.180000', '115155.183000', '115155.186000', '115155.189000', '115155.191000', '115155.194000', '115155.197000', '115155.200000', '115155.203000', '115155.205000', '115155.208000', '115155.211000', '115155.214000', '115155.217000', '115155.220000', '115155.222000', '115155.225000', '115155.228000', '115155.231000', '115155.234000', '115155.237000', '115155.239000', '115155.242000', '115155.245000', '115215.123000', '115215.126000', '115215.129000', '115215.132000', '115215.135000', '115215.137000', '115215.140000', '115215.143000', '115215.146000', '115215.149000', '115215.152000', '115215.154000', '115215.157000', '115215.160000', '115215.163000', '115215.166000', '115215.168000', '115215.182000', '115215.185000', '115215.187000', '115215.190000', '115215.193000', '115215.196000', '115215.199000', '115215.201000', '115215.204000', '115215.207000', '115215.210000', '115215.213000', '115215.215000', '115215.218000', '115215.221000', '115215.224000', '115215.227000', '115215.230000', '115215.232000', '115215.235000', '115215.238000', '115215.241000', '115215.244000', '115215.246000', '115215.249000', '115215.252000', '115215.255000', '115235.123000', '115235.127000', '115235.130000', '115235.133000', '115235.136000', '115235.139000', '115235.141000', '115235.144000', '115235.147000', '115235.150000', '115235.153000', '115235.155000', '115235.158000', '115235.161000', '115235.164000', '115235.167000', '115235.170000', '115235.173000', '115235.175000', '115235.178000', '115235.181000', '115235.184000', '115235.186000', '115235.189000', '115235.192000', '115235.195000', '115235.198000', '115235.201000', '115235.203000', '115235.206000', '115235.209000', '115235.212000', '115235.215000', '115235.218000', '115235.220000', '115235.223000', '115235.226000', '115235.229000', '115235.232000', '115235.234000', '115235.237000', '115235.240000', '115235.243000', '115244.848000', '115244.851000', '115244.854000', '115244.857000', '115244.860000', '115244.863000', '115244.866000', '115244.869000', '115244.872000', '115244.875000', '115244.878000', '115244.881000', '115244.884000', '115244.887000', '115244.890000', '115244.893000', '115244.895000', '115244.898000', '115244.901000', '115244.904000', '115244.907000', '115244.910000'], 'InstanceCreationTime': ['114615.182000', '114615.196000', '114615.199000', '114615.203000', '114615.206000', '114615.209000', '114615.212000', '114615.215000', '114615.218000', '114615.221000', '114615.224000', '114615.228000', '114615.231000', '114615.234000', '114615.238000', '114615.241000', '114615.244000', '114615.248000', '114615.251000', '114615.255000', '114615.258000', '114615.261000', '114615.265000', '114615.268000', '114635.123000', '114635.126000', '114635.129000', '114635.131000', '114635.134000', '114635.137000', '114635.140000', '114635.142000', '114635.145000', '114635.148000', '114635.151000', '114635.153000', '114635.156000', '114635.159000', '114635.162000', '114635.165000', '114635.167000', '114635.170000', '114635.173000', '114635.176000', '114635.179000', '114635.181000', '114635.184000', '114635.187000', '114635.190000', '114635.192000', '114635.195000', '114635.198000', '114635.201000', '114635.203000', '114635.206000', '114635.209000', '114635.212000', '114635.215000', '114635.218000', '114635.220000', '114635.227000', '114635.230000', '114635.233000', '114635.236000', '114635.239000', '114635.241000', '114635.244000', '114635.247000', '114655.123000', '114655.126000', '114655.129000', '114655.131000', '114655.134000', '114655.137000', '114655.140000', '114655.143000', '114655.145000', '114655.148000', '114655.151000', '114655.154000', '114655.156000', '114655.159000', '114655.162000', '114655.165000', '114655.168000', '114655.171000', '114655.173000', '114655.176000', '114655.179000', '114655.182000', '114655.184000', '114655.187000', '114655.190000', '114655.193000', '114655.196000', '114655.199000', '114655.201000', '114655.204000', '114655.207000', '114655.210000', '114655.213000', '114655.216000', '114655.218000', '114655.221000', '114655.224000', '114655.227000', '114655.229000', '114655.232000', '114655.235000', '114655.238000', '114655.240000', '114715.123000', '114715.126000', '114715.129000', '114715.131000', '114715.134000', '114715.137000', '114715.140000', '114715.142000', '114715.145000', '114715.148000', '114715.151000', '114715.154000', '114715.156000', '114715.159000', '114715.162000', '114715.165000', '114715.168000', '114715.170000', '114715.173000', '114715.176000', '114715.179000', '114715.181000', '114715.184000', '114715.187000', '114715.190000', '114715.192000', '114715.195000', '114715.198000', '114715.201000', '114715.204000', '114715.206000', '114715.209000', '114715.212000', '114715.215000', '114715.218000', '114715.220000', '114715.223000', '114715.226000', '114715.229000', '114715.231000', '114715.234000', '114715.237000', '114715.240000', '114715.242000', '114735.123000', '114735.126000', '114735.129000', '114735.132000', '114735.134000', '114735.137000', '114735.140000', '114735.143000', '114735.146000', '114735.148000', '114735.151000', '114735.154000', '114735.157000', '114735.161000', '114735.164000', '114735.167000', '114735.169000', '114735.172000', '114735.175000', '114735.178000', '114735.181000', '114735.183000', '114735.186000', '114735.189000', '114735.192000', '114735.195000', '114735.197000', '114735.200000', '114735.203000', '114735.206000', '114735.209000', '114735.212000', '114735.214000', '114735.217000', '114735.220000', '114735.223000', '114735.227000', '114735.230000', '114735.233000', '114735.235000', '114735.238000', '114735.241000', '114735.256000', '114755.124000', '114755.127000', '114755.130000', '114755.133000', '114755.136000', '114755.138000', '114755.141000', '114755.144000', '114755.147000', '114755.149000', '114755.152000', '114755.155000', '114755.158000', '114755.161000', '114755.163000', '114755.166000', '114755.169000', '114755.172000', '114755.175000', '114755.177000', '114755.180000', '114755.183000', '114755.186000', '114755.189000', '114755.191000', '114755.194000', '114755.197000', '114755.200000', '114755.203000', '114755.206000', '114755.208000', '114755.211000', '114755.214000', '114755.217000', '114755.219000', '114755.222000', '114755.225000', '114755.228000', '114755.231000', '114755.233000', '114755.236000', '114755.239000', '114755.242000', '114755.245000', '114815.123000', '114815.126000', '114815.129000', '114815.132000', '114815.134000', '114815.137000', '114815.140000', '114815.143000', '114815.146000', '114815.148000', '114815.151000', '114815.154000', '114815.157000', '114815.160000', '114815.162000', '114815.165000', '114815.168000', '114815.171000', '114815.174000', '114815.176000', '114815.179000', '114815.182000', '114815.185000', '114815.188000', '114815.190000', '114815.193000', '114815.196000', '114815.199000', '114815.202000', '114815.205000', '114815.207000', '114815.210000', '114815.213000', '114815.216000', '114815.219000', '114815.221000', '114815.224000', '114815.227000', '114815.230000', '114815.233000', '114815.236000', '114815.238000', '114815.241000', '114835.123000', '114835.126000', '114835.129000', '114835.131000', '114835.134000', '114835.137000', '114835.140000', '114835.143000', '114835.145000', '114835.148000', '114835.151000', '114835.154000', '114835.157000', '114835.160000', '114835.162000', '114835.165000', '114835.168000', '114835.171000', '114835.174000', '114835.176000', '114835.179000', '114835.182000', '114835.185000', '114835.188000', '114835.190000', '114835.193000', '114835.196000', '114835.199000', '114835.202000', '114835.204000', '114835.207000', '114835.210000', '114835.213000', '114835.216000', '114835.218000', '114835.221000', '114835.224000', '114835.227000', '114835.229000', '114835.232000', '114835.235000', '114835.238000', '114835.241000', '114835.243000', '114855.123000', '114855.126000', '114855.129000', '114855.132000', '114855.134000', '114855.140000', '114855.143000', '114855.146000', '114855.149000', '114855.152000', '114855.154000', '114855.157000', '114855.160000', '114855.163000', '114855.166000', '114855.168000', '114855.171000', '114855.174000', '114855.177000', '114855.180000', '114855.182000', '114855.185000', '114855.188000', '114855.191000', '114855.194000', '114855.198000', '114855.202000', '114855.204000', '114855.207000', '114855.210000', '114855.213000', '114855.216000', '114855.218000', '114855.221000', '114855.224000', '114855.227000', '114855.230000', '114855.232000', '114855.235000', '114855.238000', '114855.241000', '114855.244000', '114855.246000', '114915.123000', '114915.126000', '114915.129000', '114915.131000', '114915.134000', '114915.137000', '114915.140000', '114915.143000', '114915.145000', '114915.148000', '114915.151000', '114915.154000', '114915.157000', '114915.160000', '114915.163000', '114915.165000', '114915.168000', '114915.171000', '114915.174000', '114915.177000', '114915.180000', '114915.182000', '114915.185000', '114915.188000', '114915.206000', '114915.209000', '114915.212000', '114915.215000', '114915.218000', '114915.221000', '114915.223000', '114915.226000', '114915.229000', '114915.232000', '114915.235000', '114915.237000', '114915.240000', '114915.243000', '114915.246000', '114915.248000', '114915.251000', '114915.254000', '114915.257000', '114915.260000', '114935.123000', '114935.126000', '114935.129000', '114935.131000', '114935.134000', '114935.137000', '114935.140000', '114935.143000', '114935.146000', '114935.148000', '114935.151000', '114935.154000', '114935.157000', '114935.160000', '114935.162000', '114935.165000', '114935.168000', '114935.171000', '114935.174000', '114935.176000', '114935.179000', '114935.182000', '114935.185000', '114935.188000', '114935.191000', '114935.193000', '114935.196000', '114935.199000', '114935.202000', '114935.205000', '114935.208000', '114935.210000', '114935.213000', '114935.216000', '114935.219000', '114935.225000', '114935.228000', '114935.230000', '114935.233000', '114935.236000', '114935.239000', '114935.242000', '114935.245000', '114955.123000', '114955.126000', '114955.129000', '114955.131000', '114955.134000', '114955.137000', '114955.140000', '114955.143000', '114955.146000', '114955.148000', '114955.151000', '114955.154000', '114955.157000', '114955.160000', '114955.162000', '114955.165000', '114955.168000', '114955.171000', '114955.174000', '114955.176000', '114955.179000', '114955.182000', '114955.185000', '114955.188000', '114955.191000', '114955.193000', '114955.196000', '114955.199000', '114955.202000', '114955.205000', '114955.207000', '114955.210000', '114955.213000', '114955.216000', '114955.219000', '114955.221000', '114955.224000', '114955.227000', '114955.230000', '114955.233000', '114955.235000', '114955.238000', '114955.241000', '114955.244000', '115015.124000', '115015.127000', '115015.130000', '115015.133000', '115015.135000', '115015.138000', '115015.141000', '115015.144000', '115015.147000', '115015.150000', '115015.152000', '115015.155000', '115015.158000', '115015.161000', '115015.164000', '115015.166000', '115015.169000', '115015.172000', '115015.175000', '115015.177000', '115015.180000', '115015.183000', '115015.186000', '115015.189000', '115015.192000', '115015.194000', '115015.197000', '115015.200000', '115015.203000', '115015.206000', '115015.209000', '115015.211000', '115015.214000', '115015.217000', '115015.220000', '115015.223000', '115015.226000', '115015.228000', '115015.231000', '115015.235000', '115015.238000', '115015.241000', '115015.244000', '115035.123000', '115035.126000', '115035.129000', '115035.131000', '115035.134000', '115035.137000', '115035.140000', '115035.143000', '115035.146000', '115035.148000', '115035.151000', '115035.154000', '115035.157000', '115035.160000', '115035.163000', '115035.166000', '115035.168000', '115035.171000', '115035.174000', '115035.177000', '115035.180000', '115035.183000', '115035.185000', '115035.188000', '115035.191000', '115035.194000', '115035.197000', '115035.200000', '115035.202000', '115035.205000', '115035.208000', '115035.211000', '115035.214000', '115035.216000', '115035.219000', '115035.222000', '115035.225000', '115035.228000', '115035.230000', '115035.233000', '115035.236000', '115035.239000', '115035.241000', '115035.244000', '115055.123000', '115055.126000', '115055.129000', '115055.132000', '115055.134000', '115055.145000', '115055.148000', '115055.151000', '115055.154000', '115055.157000', '115055.159000', '115055.162000', '115055.165000', '115055.168000', '115055.171000', '115055.173000', '115055.176000', '115055.179000', '115055.182000', '115055.185000', '115055.187000', '115055.190000', '115055.193000', '115055.196000', '115055.199000', '115055.202000', '115055.204000', '115055.207000', '115055.210000', '115055.213000', '115055.216000', '115055.218000', '115055.221000', '115055.224000', '115055.227000', '115055.230000', '115055.233000', '115055.235000', '115055.238000', '115055.241000', '115055.244000', '115055.247000', '115055.249000', '115115.123000', '115115.126000', '115115.128000', '115115.131000', '115115.134000', '115115.137000', '115115.140000', '115115.143000', '115115.146000', '115115.148000', '115115.151000', '115115.154000', '115115.157000', '115115.160000', '115115.162000', '115115.165000', '115115.168000', '115115.171000', '115115.174000', '115115.176000', '115115.179000', '115115.182000', '115115.185000', '115115.188000', '115115.191000', '115115.193000', '115115.196000', '115115.199000', '115115.202000', '115115.205000', '115115.207000', '115115.210000', '115115.213000', '115115.216000', '115115.219000', '115115.222000', '115115.225000', '115115.227000', '115115.230000', '115115.233000', '115115.236000', '115115.239000', '115115.241000', '115115.244000', '115135.123000', '115135.126000', '115135.129000', '115135.132000', '115135.135000', '115135.137000', '115135.140000', '115135.143000', '115135.146000', '115135.149000', '115135.151000', '115135.154000', '115135.157000', '115135.160000', '115135.163000', '115135.166000', '115135.168000', '115135.171000', '115135.174000', '115135.177000', '115135.180000', '115135.183000', '115135.186000', '115135.188000', '115135.191000', '115135.194000', '115135.197000', '115135.200000', '115135.203000', '115135.205000', '115135.208000', '115135.211000', '115135.214000', '115135.217000', '115135.220000', '115135.223000', '115135.225000', '115135.228000', '115135.231000', '115135.234000', '115135.237000', '115135.239000', '115135.242000', '115155.123000', '115155.127000', '115155.130000', '115155.133000', '115155.136000', '115155.139000', '115155.141000', '115155.144000', '115155.147000', '115155.150000', '115155.153000', '115155.155000', '115155.158000', '115155.161000', '115155.164000', '115155.167000', '115155.171000', '115155.174000', '115155.177000', '115155.180000', '115155.183000', '115155.186000', '115155.189000', '115155.191000', '115155.194000', '115155.197000', '115155.200000', '115155.203000', '115155.205000', '115155.208000', '115155.211000', '115155.214000', '115155.217000', '115155.220000', '115155.222000', '115155.225000', '115155.228000', '115155.231000', '115155.234000', '115155.237000', '115155.239000', '115155.242000', '115155.245000', '115215.123000', '115215.126000', '115215.129000', '115215.132000', '115215.135000', '115215.137000', '115215.140000', '115215.143000', '115215.146000', '115215.149000', '115215.152000', '115215.154000', '115215.157000', '115215.160000', '115215.163000', '115215.166000', '115215.168000', '115215.182000', '115215.185000', '115215.187000', '115215.190000', '115215.193000', '115215.196000', '115215.199000', '115215.201000', '115215.204000', '115215.207000', '115215.210000', '115215.213000', '115215.215000', '115215.218000', '115215.221000', '115215.224000', '115215.227000', '115215.230000', '115215.232000', '115215.235000', '115215.238000', '115215.241000', '115215.244000', '115215.246000', '115215.249000', '115215.252000', '115215.255000', '115235.123000', '115235.127000', '115235.130000', '115235.133000', '115235.136000', '115235.139000', '115235.141000', '115235.144000', '115235.147000', '115235.150000', '115235.153000', '115235.155000', '115235.158000', '115235.161000', '115235.164000', '115235.167000', '115235.170000', '115235.173000', '115235.175000', '115235.178000', '115235.181000', '115235.184000', '115235.186000', '115235.189000', '115235.192000', '115235.195000', '115235.198000', '115235.201000', '115235.203000', '115235.206000', '115235.209000', '115235.212000', '115235.215000', '115235.218000', '115235.220000', '115235.223000', '115235.226000', '115235.229000', '115235.232000', '115235.234000', '115235.237000', '115235.240000', '115235.243000', '115244.848000', '115244.851000', '115244.854000', '115244.857000', '115244.860000', '115244.863000', '115244.866000', '115244.869000', '115244.872000', '115244.875000', '115244.878000', '115244.881000', '115244.884000', '115244.887000', '115244.890000', '115244.893000', '115244.895000', '115244.898000', '115244.901000', '115244.904000', '115244.907000', '115244.910000'], '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': [11488, 12902, 11512, 12050, 11570, 11972, 11332, 11248, 11884, 11420, 11287, 11636, 14183, 11590, 11087, 11817, 11462, 10141, 11310, 12291, 11602, 11022, 11031, 11279, 10898, 11373, 12038, 11398, 11201, 11690, 11209, 11444, 11122, 13696, 11751, 11295, 11289, 11244, 12955, 11466, 11629, 11799, 11267, 11753, 11517, 11513, 11529, 10941, 13227, 11588, 11317, 11148, 11365, 10481, 11438, 10980, 11533, 11418, 10940, 11817, 11337, 12587, 11453, 11165, 13045, 11615, 11041, 11934, 11425, 11558, 11538, 11226, 10809, 11649, 10944, 11933, 11575, 10965, 11402, 11151, 10909, 11311, 11069, 12177, 11579, 11546, 11777, 11303, 12971, 11797, 11047, 11520, 11523, 10903, 11501, 11299, 12826, 11573, 10954, 10752, 11207, 10967, 11159, 11300, 11469, 11469, 10921, 11560, 11082, 12180, 11600, 10914, 11682, 11364, 12839, 11534, 11275, 13462, 11457, 10780, 11085, 11510, 10975, 11740, 11539, 10858, 11513, 11042, 11163, 11559, 11147, 12160, 11462, 11047, 11767, 11481, 10832, 11753, 11486, 11010, 11109, 11247, 11608, 11483, 11043, 12711, 11597, 11037, 11499, 11340, 10980, 11147, 11309, 11324, 11465, 11258, 10499, 11378, 10945, 11321, 11552, 11104, 11516, 11000, 11413, 11413, 10933, 11568, 11288, 11301, 11241, 10951, 11238, 11220, 12165, 11659, 11205, 10205, 11480, 10914, 11427, 11331, 12393, 11723, 11183, 11778, 11429, 11025, 11568, 11379, 10550, 11386, 10706, 11995, 11244, 12401, 11735, 11319, 11407, 11229, 10251, 11995, 11274, 10338, 11688, 10969, 11087, 11135, 12876, 10998, 11261, 12876, 11450, 10980, 13144, 11291, 10856, 11604, 11134, 12849, 11414, 10921, 10979, 11421, 10992, 11337, 11267, 10535, 11531, 10921, 12625, 11435, 10865, 11802, 11198, 11975, 11574, 11181, 11711, 11553, 10945, 12168, 11219, 10715, 11386, 11307, 11180, 11265, 10633, 11475, 11100, 10915, 11380, 10846, 11234, 11103, 12052, 11548, 11272, 11576, 11630, 10826, 11209, 11303, 11997, 11501, 10358, 11736, 11107, 10947, 11438, 10577, 11634, 11053, 12214, 11294, 11840, 11351, 11314, 13462, 11306, 10803, 11776, 11182, 12878, 11525, 10819, 11657, 11081, 11132, 11402, 11031, 11002, 11139, 9869, 11555, 10954, 11193, 11508, 10622, 11310, 11046, 10373, 11442, 11058, 11476, 11100, 9977, 11384, 11594, 11539, 11235, 10775, 11223, 10715, 11433, 11210, 11034, 11111, 12998, 11537, 10997, 11397, 11078, 11575, 11209, 12677, 11055, 11053, 10928, 11244, 11453, 11343, 11167, 10097, 11490, 11058, 11358, 10882, 11923, 11308, 12827, 11545, 10956, 11499, 11092, 12050, 11317, 12378, 11511, 11071, 12366, 11282, 10940, 11985, 11210, 10673, 11541, 10748, 11546, 11154, 11416, 11439, 10473, 11506, 10834, 11403, 11459, 11465, 11452, 10894, 11679, 11152, 13163, 11272, 10952, 11633, 11285, 12104, 11323, 11084, 11426, 11131, 12769, 11474, 10961, 11819, 11209, 10458, 11353, 10874, 10926, 11330, 11774, 11450, 10821, 11567, 10835, 11535, 11646, 10973, 11038, 11290, 11997, 11496, 11213, 13330, 11394, 10653, 11320, 10880, 10585, 11460, 10915, 11508, 11055, 13353, 11408, 10915, 12424, 11218, 11891, 10693, 10965, 12437, 11189, 10561, 11186, 10924, 10943, 11310, 10823, 11422, 11045, 11576, 11432, 10774, 11646, 11188, 10567, 11141, 10625, 11192, 11064, 11582, 11199, 11511, 11383, 11061, 10920, 11049, 12585, 11373, 10614, 11489, 11106, 11898, 11332, 10835, 11139, 11118, 13294, 11233, 10709, 11608, 11015, 12995, 11466, 10875, 11290, 10967, 11714, 11327, 12455, 11581, 10867, 11028, 11142, 12799, 11247, 11207, 11162, 11247, 12802, 11400, 10870, 10862, 11254, 12454, 11153, 10628, 11276, 11166, 10295, 11184, 10064, 11491, 10805, 10570, 11384, 12067, 11462, 10844, 11169, 11196, 12483, 11305, 10745, 10919, 10898, 13436, 11340, 10635, 11335, 10831, 12498, 11101, 11428, 11181, 10619, 10239, 11123, 11617, 10753, 10931, 11288, 11150, 10820, 11115, 10863, 13137, 11055, 10730, 11502, 11019, 11759, 11329, 11010, 11056, 11025, 10354, 11204, 10711, 10432, 11203, 11572, 11210, 10848, 12143, 11281, 10646, 11587, 11167, 12042, 11220, 10867, 12149, 11225, 10779, 11144, 10881, 13294, 11237, 10930, 11323, 10723, 13444, 11250, 10864, 10558, 11140, 10568, 11519, 10864, 11392, 11415, 10949, 11460, 11046, 12147, 11384, 11396, 11171, 10952, 11670, 11071, 11385, 10770, 11013, 12614, 11253, 10875, 10951, 10803, 12284, 11307, 10816, 10820, 10938, 11127, 11133, 10898, 11185, 11039, 11318, 11359, 11192, 11253, 11113, 11235, 10986, 12877, 11436, 11084, 11013, 11006, 13507, 11221, 11075, 13582, 11002, 11356, 11346, 10873, 12652, 11293, 10956, 11457, 10835, 11318, 11179, 11095, 11421, 11070, 10903, 11203, 10685, 11468, 11137, 12383, 11314, 10756, 10888, 11267, 12853, 11264, 10890, 10960, 10935, 13330, 11331, 10812, 11136, 10750, 12784, 11061, 11299, 11469, 10897, 10982, 11121, 12073, 11249, 10863, 11097, 10756, 11408, 10887, 11637, 10363, 10890, 10641, 10904, 10708, 11246, 12548, 10925, 13117, 10854, 12119, 11042, 13033, 10890, 12167, 10670, 11359, 10483, 10617, 13238, 10979, 10688, 11109, 10427, 11129, 10080, 11181, 10639, 11208, 11648, 11289, 11250, 11010, 11113, 10830, 11265, 10360, 11140, 10169, 11380, 11486, 11436, 10714, 11149, 11272, 11168, 14248, 11783, 12266, 10686, 10885, 10286, 11088, 14206, 11174, 11692, 11175, 10212, 11442, 10929, 12346, 11143, 12207, 11083, 10595, 11242, 10748, 13570, 10967, 11317, 11137, 10406, 11156, 10749, 10536, 11032, 11564, 11249, 10436, 11239, 10729, 10009, 10943, 13245, 11217, 10906, 11243, 10724, 10168, 11110, 10168, 11274, 10805, 10841, 11000, 13272, 11123, 10659, 11157, 10886, 13213, 11237, 10871, 10926, 11230, 10851, 11302, 10735, 11943, 11254, 12034, 11591, 11212, 11364, 11333, 11649, 10766, 11069, 13858, 11399, 10783, 11347, 11052, 13168, 11242, 10995, 11190, 11163, 12120, 11368, 10827, 11496, 11182, 10536, 11281, 10659, 10928, 11506, 11816, 11472, 10900, 12659, 11373, 10685, 10795, 11280, 11422, 11511, 10689, 10890, 11419, 11247, 11365, 10556, 11462, 10892, 13038, 11131, 12338, 11457, 11000, 11722, 11132, 13179, 11127, 11008, 11129, 10910, 12303, 11280, 11302, 10377, 11062, 12172, 11271, 11452, 10202, 11088, 12411, 11276, 11590, 10876, 11045, 11670, 10970, 10912, 12083, 11349, 11043, 11542, 11255, 10979, 11277, 11002, 11079, 11196, 12204, 11382, 10291, 11507, 10822, 13748, 11203], 'WindowCenter': [3868.0, 3862.0, 3839.0, 3836.0, 3836.0, 3824.0, 3823.0, 3825.0, 3835.0, 3823.0, 3823.0, 3823.0, 3843.0, 3822.0, 3812.0, 3823.0, 3821.0, 3811.0, 3823.0, 3821.0, 3823.0, 3812.0, 3812.0, 3822.0, 3811.0, 3821.0, 3821.0, 3822.0, 3823.0, 3823.0, 3821.0, 3834.0, 3824.0, 3833.0, 3823.0, 3824.0, 3823.0, 3823.0, 3832.0, 3821.0, 3811.0, 3821.0, 3810.0, 3820.0, 3822.0, 3809.0, 3819.0, 3811.0, 3820.0, 3809.0, 3810.0, 3809.0, 3810.0, 3809.0, 3821.0, 3810.0, 3821.0, 3822.0, 3811.0, 3823.0, 3824.0, 3823.0, 3823.0, 3824.0, 3831.0, 3821.0, 3810.0, 3820.0, 3821.0, 3811.0, 3809.0, 3808.0, 3808.0, 3821.0, 3809.0, 3819.0, 3821.0, 3810.0, 3821.0, 3821.0, 3809.0, 3822.0, 3822.0, 3821.0, 3822.0, 3822.0, 3823.0, 3821.0, 3833.0, 3823.0, 3811.0, 3819.0, 3821.0, 3812.0, 3822.0, 3824.0, 3832.0, 3821.0, 3812.0, 3810.0, 3810.0, 3810.0, 3809.0, 3810.0, 3809.0, 3821.0, 3810.0, 3820.0, 3823.0, 3820.0, 3822.0, 3811.0, 3820.0, 3820.0, 3822.0, 3820.0, 3810.0, 3819.0, 3820.0, 3809.0, 3807.0, 3810.0, 3810.0, 3808.0, 3821.0, 3809.0, 3820.0, 3809.0, 3809.0, 3808.0, 3809.0, 3820.0, 3810.0, 3809.0, 3808.0, 3808.0, 3808.0, 3809.0, 3809.0, 3808.0, 3809.0, 3809.0, 3809.0, 3808.0, 3809.0, 3819.0, 3809.0, 3808.0, 3807.0, 3809.0, 3807.0, 3808.0, 3808.0, 3809.0, 3809.0, 3810.0, 3797.0, 3809.0, 3807.0, 3808.0, 3808.0, 3807.0, 3820.0, 3809.0, 3820.0, 3821.0, 3809.0, 3821.0, 3823.0, 3810.0, 3822.0, 3810.0, 3822.0, 3824.0, 3821.0, 3822.0, 3824.0, 3811.0, 3823.0, 3821.0, 3822.0, 3822.0, 3832.0, 3823.0, 3823.0, 3822.0, 3823.0, 3810.0, 3821.0, 3821.0, 3811.0, 3821.0, 3811.0, 3818.0, 3820.0, 3820.0, 3820.0, 3809.0, 3821.0, 3823.0, 3809.0, 3832.0, 3822.0, 3813.0, 3834.0, 3823.0, 3821.0, 3822.0, 3832.0, 3811.0, 3821.0, 3831.0, 3823.0, 3811.0, 3819.0, 3809.0, 3811.0, 3808.0, 3809.0, 3819.0, 3808.0, 3807.0, 3795.0, 3807.0, 3809.0, 3810.0, 3808.0, 3797.0, 3820.0, 3808.0, 3817.0, 3808.0, 3808.0, 3809.0, 3808.0, 3808.0, 3807.0, 3808.0, 3807.0, 3808.0, 3796.0, 3817.0, 3808.0, 3796.0, 3819.0, 3807.0, 3818.0, 3821.0, 3810.0, 3820.0, 3823.0, 3809.0, 3822.0, 3809.0, 3822.0, 3821.0, 3821.0, 3820.0, 3821.0, 3819.0, 3821.0, 3810.0, 3820.0, 3820.0, 3821.0, 3822.0, 3810.0, 3835.0, 3835.0, 3822.0, 3835.0, 3824.0, 3836.0, 3835.0, 3834.0, 3825.0, 3835.0, 3822.0, 3823.0, 3833.0, 3821.0, 3810.0, 3821.0, 3809.0, 3823.0, 3810.0, 3809.0, 3808.0, 3809.0, 3808.0, 3819.0, 3808.0, 3809.0, 3820.0, 3797.0, 3821.0, 3810.0, 3820.0, 3822.0, 3810.0, 3821.0, 3820.0, 3810.0, 3823.0, 3821.0, 3821.0, 3821.0, 3799.0, 3821.0, 3821.0, 3822.0, 3810.0, 3808.0, 3809.0, 3809.0, 3820.0, 3822.0, 3809.0, 3821.0, 3830.0, 3820.0, 3810.0, 3819.0, 3810.0, 3820.0, 3820.0, 3820.0, 3808.0, 3809.0, 3809.0, 3810.0, 3809.0, 3809.0, 3822.0, 3797.0, 3820.0, 3809.0, 3821.0, 3811.0, 3819.0, 3821.0, 3831.0, 3821.0, 3810.0, 3822.0, 3822.0, 3822.0, 3810.0, 3821.0, 3810.0, 3811.0, 3819.0, 3810.0, 3808.0, 3807.0, 3808.0, 3808.0, 3820.0, 3807.0, 3821.0, 3820.0, 3822.0, 3822.0, 3811.0, 3832.0, 3822.0, 3822.0, 3821.0, 3821.0, 3822.0, 3812.0, 3821.0, 3822.0, 3831.0, 3810.0, 3810.0, 3808.0, 3810.0, 3819.0, 3809.0, 3810.0, 3808.0, 3811.0, 3819.0, 3820.0, 3810.0, 3818.0, 3810.0, 3810.0, 3809.0, 3809.0, 3810.0, 3811.0, 3820.0, 3821.0, 3808.0, 3822.0, 3824.0, 3820.0, 3822.0, 3812.0, 3811.0, 3822.0, 3821.0, 3820.0, 3810.0, 3831.0, 3810.0, 3809.0, 3810.0, 3811.0, 3809.0, 3821.0, 3811.0, 3822.0, 3823.0, 3832.0, 3823.0, 3811.0, 3832.0, 3809.0, 3821.0, 3809.0, 3809.0, 3819.0, 3809.0, 3798.0, 3809.0, 3810.0, 3809.0, 3809.0, 3807.0, 3820.0, 3820.0, 3819.0, 3809.0, 3809.0, 3808.0, 3810.0, 3808.0, 3810.0, 3808.0, 3810.0, 3809.0, 3810.0, 3812.0, 3819.0, 3819.0, 3810.0, 3811.0, 3810.0, 3819.0, 3821.0, 3809.0, 3819.0, 3811.0, 3819.0, 3810.0, 3809.0, 3809.0, 3810.0, 3831.0, 3821.0, 3810.0, 3820.0, 3811.0, 3830.0, 3820.0, 3810.0, 3822.0, 3809.0, 3821.0, 3822.0, 3832.0, 3822.0, 3811.0, 3823.0, 3823.0, 3832.0, 3822.0, 3810.0, 3821.0, 3821.0, 3832.0, 3821.0, 3811.0, 3809.0, 3810.0, 3819.0, 3809.0, 3808.0, 3808.0, 3809.0, 3797.0, 3810.0, 3798.0, 3820.0, 3810.0, 3808.0, 3822.0, 3820.0, 3821.0, 3811.0, 3809.0, 3820.0, 3820.0, 3811.0, 3809.0, 3809.0, 3812.0, 3831.0, 3811.0, 3809.0, 3810.0, 3811.0, 3820.0, 3821.0, 3821.0, 3822.0, 3811.0, 3809.0, 3822.0, 3821.0, 3810.0, 3809.0, 3810.0, 3822.0, 3810.0, 3821.0, 3810.0, 3830.0, 3810.0, 3810.0, 3820.0, 3809.0, 3808.0, 3809.0, 3810.0, 3810.0, 3810.0, 3800.0, 3821.0, 3810.0, 3810.0, 3811.0, 3819.0, 3820.0, 3810.0, 3819.0, 3809.0, 3810.0, 3809.0, 3809.0, 3819.0, 3808.0, 3809.0, 3819.0, 3809.0, 3809.0, 3808.0, 3809.0, 3830.0, 3811.0, 3809.0, 3821.0, 3822.0, 3831.0, 3810.0, 3811.0, 3810.0, 3820.0, 3808.0, 3820.0, 3810.0, 3819.0, 3821.0, 3810.0, 3822.0, 3823.0, 3821.0, 3821.0, 3823.0, 3821.0, 3810.0, 3821.0, 3822.0, 3822.0, 3810.0, 3812.0, 3832.0, 3821.0, 3810.0, 3810.0, 3810.0, 3821.0, 3810.0, 3809.0, 3809.0, 3810.0, 3810.0, 3811.0, 3811.0, 3821.0, 3821.0, 3820.0, 3821.0, 3821.0, 3822.0, 3821.0, 3822.0, 3822.0, 3832.0, 3821.0, 3822.0, 3810.0, 3812.0, 3831.0, 3810.0, 3811.0, 3830.0, 3809.0, 3810.0, 3808.0, 3808.0, 3820.0, 3808.0, 3807.0, 3819.0, 3809.0, 3821.0, 3821.0, 3821.0, 3822.0, 3822.0, 3810.0, 3822.0, 3811.0, 3821.0, 3821.0, 3820.0, 3821.0, 3810.0, 3810.0, 3811.0, 3832.0, 3821.0, 3811.0, 3810.0, 3811.0, 3832.0, 3822.0, 3810.0, 3821.0, 3811.0, 3831.0, 3820.0, 3823.0, 3821.0, 3810.0, 3810.0, 3821.0, 3820.0, 3822.0, 3810.0, 3822.0, 3810.0, 3822.0, 3821.0, 3822.0, 3814.0, 3813.0, 3824.0, 3826.0, 3823.0, 3826.0, 3836.0, 3826.0, 3836.0, 3825.0, 3823.0, 3823.0, 3834.0, 3812.0, 3822.0, 3812.0, 3810.0, 3810.0, 3799.0, 3819.0, 3798.0, 3796.0, 3797.0, 3796.0, 3807.0, 3796.0, 3809.0, 3810.0, 3822.0, 3823.0, 3824.0, 3823.0, 3813.0, 3822.0, 3812.0, 3823.0, 3813.0, 3823.0, 3812.0, 3823.0, 3823.0, 3824.0, 3824.0, 3835.0, 3836.0, 3837.0, 3849.0, 3836.0, 3824.0, 3812.0, 3824.0, 3812.0, 3823.0, 3834.0, 3824.0, 3822.0, 3823.0, 3811.0, 3823.0, 3814.0, 3822.0, 3810.0, 3820.0, 3811.0, 3799.0, 3811.0, 3810.0, 3819.0, 3809.0, 3808.0, 3810.0, 3797.0, 3808.0, 3809.0, 3799.0, 3811.0, 3809.0, 3821.0, 3809.0, 3821.0, 3811.0, 3799.0, 3811.0, 3832.0, 3821.0, 3810.0, 3822.0, 3822.0, 3812.0, 3821.0, 3810.0, 3823.0, 3811.0, 3822.0, 3824.0, 3832.0, 3823.0, 3812.0, 3811.0, 3811.0, 3831.0, 3811.0, 3811.0, 3810.0, 3812.0, 3810.0, 3821.0, 3811.0, 3821.0, 3823.0, 3821.0, 3822.0, 3821.0, 3822.0, 3822.0, 3822.0, 3811.0, 3812.0, 3832.0, 3821.0, 3812.0, 3809.0, 3810.0, 3820.0, 3810.0, 3809.0, 3810.0, 3810.0, 3820.0, 3821.0, 3809.0, 3809.0, 3810.0, 3810.0, 3823.0, 3812.0, 3811.0, 3823.0, 3822.0, 3821.0, 3823.0, 3831.0, 3821.0, 3812.0, 3810.0, 3810.0, 3809.0, 3820.0, 3809.0, 3811.0, 3821.0, 3821.0, 3822.0, 3811.0, 3821.0, 3811.0, 3832.0, 3822.0, 3820.0, 3821.0, 3811.0, 3819.0, 3809.0, 3820.0, 3810.0, 3798.0, 3808.0, 3809.0, 3808.0, 3809.0, 3809.0, 3798.0, 3808.0, 3807.0, 3807.0, 3807.0, 3795.0, 3808.0, 3806.0, 3808.0, 3808.0, 3795.0, 3807.0, 3806.0, 3796.0, 3807.0, 3807.0, 3807.0, 3806.0, 3806.0, 3807.0, 3807.0, 3819.0, 3809.0, 3819.0, 3820.0, 3822.0, 3823.0, 3810.0, 3823.0, 3823.0, 3832.0, 3810.0], 'WindowWidth': [8665.0, 8647.0, 8610.0, 8604.0, 8599.0, 8582.0, 8579.0, 8582.0, 8596.0, 8578.0, 8577.0, 8578.0, 8607.0, 8574.0, 8565.0, 8576.0, 8572.0, 8558.0, 8576.0, 8575.0, 8576.0, 8563.0, 8561.0, 8572.0, 8557.0, 8572.0, 8571.0, 8573.0, 8575.0, 8576.0, 8573.0, 8594.0, 8580.0, 8595.0, 8577.0, 8582.0, 8576.0, 8577.0, 8588.0, 8571.0, 8562.0, 8569.0, 8553.0, 8567.0, 8572.0, 8554.0, 8566.0, 8558.0, 8567.0, 8552.0, 8556.0, 8552.0, 8553.0, 8552.0, 8571.0, 8555.0, 8570.0, 8575.0, 8560.0, 8577.0, 8578.0, 8578.0, 8576.0, 8578.0, 8586.0, 8570.0, 8557.0, 8567.0, 8570.0, 8557.0, 8552.0, 8549.0, 8549.0, 8570.0, 8553.0, 8566.0, 8570.0, 8555.0, 8571.0, 8573.0, 8552.0, 8573.0, 8574.0, 8572.0, 8575.0, 8574.0, 8576.0, 8572.0, 8593.0, 8576.0, 8559.0, 8567.0, 8572.0, 8560.0, 8573.0, 8578.0, 8588.0, 8571.0, 8560.0, 8555.0, 8555.0, 8556.0, 8551.0, 8554.0, 8553.0, 8572.0, 8554.0, 8569.0, 8576.0, 8569.0, 8572.0, 8560.0, 8568.0, 8569.0, 8576.0, 8569.0, 8555.0, 8567.0, 8567.0, 8553.0, 8546.0, 8553.0, 8555.0, 8550.0, 8570.0, 8553.0, 8569.0, 8554.0, 8552.0, 8550.0, 8552.0, 8568.0, 8555.0, 8554.0, 8551.0, 8551.0, 8551.0, 8552.0, 8551.0, 8550.0, 8553.0, 8553.0, 8554.0, 8551.0, 8553.0, 8566.0, 8552.0, 8549.0, 8547.0, 8553.0, 8547.0, 8550.0, 8550.0, 8552.0, 8551.0, 8554.0, 8532.0, 8551.0, 8547.0, 8550.0, 8550.0, 8548.0, 8568.0, 8553.0, 8570.0, 8571.0, 8555.0, 8571.0, 8575.0, 8556.0, 8573.0, 8556.0, 8576.0, 8581.0, 8574.0, 8576.0, 8581.0, 8560.0, 8577.0, 8574.0, 8575.0, 8575.0, 8590.0, 8576.0, 8576.0, 8574.0, 8577.0, 8559.0, 8571.0, 8572.0, 8559.0, 8573.0, 8560.0, 8564.0, 8567.0, 8571.0, 8568.0, 8551.0, 8571.0, 8576.0, 8554.0, 8588.0, 8577.0, 8565.0, 8593.0, 8579.0, 8574.0, 8576.0, 8594.0, 8560.0, 8573.0, 8589.0, 8575.0, 8560.0, 8568.0, 8551.0, 8559.0, 8548.0, 8551.0, 8566.0, 8550.0, 8548.0, 8529.0, 8547.0, 8552.0, 8553.0, 8551.0, 8536.0, 8567.0, 8552.0, 8562.0, 8549.0, 8551.0, 8550.0, 8548.0, 8549.0, 8546.0, 8550.0, 8546.0, 8547.0, 8530.0, 8559.0, 8549.0, 8531.0, 8566.0, 8548.0, 8566.0, 8573.0, 8555.0, 8570.0, 8576.0, 8555.0, 8573.0, 8555.0, 8575.0, 8572.0, 8575.0, 8569.0, 8571.0, 8568.0, 8572.0, 8555.0, 8569.0, 8570.0, 8574.0, 8574.0, 8559.0, 8598.0, 8599.0, 8578.0, 8596.0, 8582.0, 8601.0, 8600.0, 8597.0, 8583.0, 8599.0, 8577.0, 8578.0, 8591.0, 8572.0, 8559.0, 8570.0, 8554.0, 8579.0, 8556.0, 8555.0, 8551.0, 8551.0, 8549.0, 8566.0, 8551.0, 8553.0, 8569.0, 8536.0, 8571.0, 8557.0, 8568.0, 8574.0, 8555.0, 8574.0, 8571.0, 8558.0, 8575.0, 8573.0, 8572.0, 8572.0, 8541.0, 8574.0, 8574.0, 8574.0, 8557.0, 8551.0, 8554.0, 8554.0, 8568.0, 8575.0, 8555.0, 8573.0, 8585.0, 8568.0, 8558.0, 8567.0, 8555.0, 8567.0, 8568.0, 8574.0, 8551.0, 8553.0, 8552.0, 8554.0, 8553.0, 8554.0, 8573.0, 8536.0, 8569.0, 8553.0, 8572.0, 8559.0, 8568.0, 8572.0, 8589.0, 8573.0, 8557.0, 8574.0, 8574.0, 8573.0, 8556.0, 8574.0, 8555.0, 8557.0, 8566.0, 8553.0, 8552.0, 8547.0, 8551.0, 8550.0, 8569.0, 8548.0, 8572.0, 8569.0, 8573.0, 8574.0, 8559.0, 8590.0, 8576.0, 8574.0, 8571.0, 8574.0, 8575.0, 8562.0, 8572.0, 8574.0, 8587.0, 8557.0, 8554.0, 8550.0, 8555.0, 8567.0, 8553.0, 8555.0, 8551.0, 8555.0, 8567.0, 8567.0, 8554.0, 8563.0, 8554.0, 8553.0, 8554.0, 8552.0, 8555.0, 8558.0, 8569.0, 8572.0, 8552.0, 8574.0, 8580.0, 8572.0, 8575.0, 8562.0, 8558.0, 8573.0, 8575.0, 8570.0, 8555.0, 8587.0, 8556.0, 8553.0, 8555.0, 8558.0, 8553.0, 8571.0, 8558.0, 8575.0, 8579.0, 8591.0, 8578.0, 8561.0, 8589.0, 8554.0, 8573.0, 8552.0, 8552.0, 8569.0, 8552.0, 8536.0, 8550.0, 8555.0, 8551.0, 8552.0, 8548.0, 8569.0, 8569.0, 8567.0, 8552.0, 8554.0, 8550.0, 8555.0, 8549.0, 8555.0, 8551.0, 8554.0, 8551.0, 8555.0, 8559.0, 8568.0, 8567.0, 8554.0, 8556.0, 8555.0, 8568.0, 8572.0, 8555.0, 8566.0, 8557.0, 8567.0, 8556.0, 8555.0, 8553.0, 8556.0, 8586.0, 8571.0, 8558.0, 8567.0, 8557.0, 8584.0, 8568.0, 8554.0, 8574.0, 8554.0, 8572.0, 8576.0, 8592.0, 8575.0, 8561.0, 8576.0, 8576.0, 8589.0, 8574.0, 8556.0, 8571.0, 8573.0, 8590.0, 8572.0, 8558.0, 8552.0, 8555.0, 8567.0, 8551.0, 8551.0, 8549.0, 8552.0, 8534.0, 8555.0, 8537.0, 8571.0, 8558.0, 8552.0, 8573.0, 8570.0, 8572.0, 8559.0, 8553.0, 8569.0, 8573.0, 8558.0, 8555.0, 8554.0, 8560.0, 8587.0, 8557.0, 8554.0, 8555.0, 8559.0, 8570.0, 8570.0, 8572.0, 8574.0, 8559.0, 8553.0, 8572.0, 8571.0, 8554.0, 8552.0, 8556.0, 8575.0, 8557.0, 8571.0, 8556.0, 8585.0, 8554.0, 8557.0, 8567.0, 8554.0, 8552.0, 8551.0, 8553.0, 8555.0, 8557.0, 8542.0, 8571.0, 8557.0, 8555.0, 8558.0, 8567.0, 8570.0, 8556.0, 8566.0, 8552.0, 8556.0, 8551.0, 8554.0, 8567.0, 8551.0, 8554.0, 8567.0, 8552.0, 8551.0, 8551.0, 8554.0, 8583.0, 8557.0, 8553.0, 8574.0, 8575.0, 8586.0, 8556.0, 8559.0, 8556.0, 8569.0, 8551.0, 8568.0, 8555.0, 8567.0, 8570.0, 8555.0, 8575.0, 8579.0, 8572.0, 8572.0, 8577.0, 8572.0, 8557.0, 8571.0, 8575.0, 8577.0, 8555.0, 8560.0, 8587.0, 8572.0, 8555.0, 8555.0, 8557.0, 8571.0, 8555.0, 8553.0, 8554.0, 8557.0, 8556.0, 8557.0, 8556.0, 8572.0, 8572.0, 8569.0, 8574.0, 8572.0, 8574.0, 8572.0, 8575.0, 8576.0, 8590.0, 8573.0, 8576.0, 8557.0, 8561.0, 8589.0, 8555.0, 8559.0, 8582.0, 8551.0, 8556.0, 8548.0, 8550.0, 8568.0, 8549.0, 8545.0, 8566.0, 8553.0, 8572.0, 8574.0, 8574.0, 8574.0, 8574.0, 8556.0, 8575.0, 8559.0, 8571.0, 8572.0, 8570.0, 8572.0, 8557.0, 8556.0, 8557.0, 8590.0, 8571.0, 8559.0, 8555.0, 8558.0, 8590.0, 8572.0, 8557.0, 8572.0, 8558.0, 8585.0, 8569.0, 8576.0, 8572.0, 8555.0, 8554.0, 8572.0, 8569.0, 8573.0, 8556.0, 8574.0, 8557.0, 8576.0, 8573.0, 8572.0, 8562.0, 8560.0, 8578.0, 8586.0, 8578.0, 8585.0, 8598.0, 8587.0, 8600.0, 8582.0, 8579.0, 8576.0, 8596.0, 8560.0, 8574.0, 8560.0, 8555.0, 8552.0, 8537.0, 8568.0, 8533.0, 8527.0, 8530.0, 8525.0, 8544.0, 8529.0, 8551.0, 8554.0, 8573.0, 8577.0, 8581.0, 8579.0, 8562.0, 8573.0, 8560.0, 8575.0, 8562.0, 8577.0, 8560.0, 8577.0, 8578.0, 8578.0, 8581.0, 8596.0, 8598.0, 8601.0, 8625.0, 8599.0, 8583.0, 8562.0, 8579.0, 8560.0, 8575.0, 8597.0, 8578.0, 8575.0, 8576.0, 8559.0, 8575.0, 8566.0, 8574.0, 8555.0, 8567.0, 8554.0, 8538.0, 8556.0, 8554.0, 8566.0, 8549.0, 8549.0, 8553.0, 8533.0, 8549.0, 8552.0, 8536.0, 8555.0, 8552.0, 8569.0, 8551.0, 8570.0, 8558.0, 8539.0, 8556.0, 8586.0, 8570.0, 8554.0, 8573.0, 8573.0, 8559.0, 8570.0, 8555.0, 8577.0, 8559.0, 8575.0, 8577.0, 8590.0, 8574.0, 8562.0, 8556.0, 8559.0, 8586.0, 8558.0, 8556.0, 8553.0, 8557.0, 8555.0, 8571.0, 8558.0, 8570.0, 8575.0, 8573.0, 8574.0, 8570.0, 8573.0, 8576.0, 8576.0, 8557.0, 8560.0, 8591.0, 8572.0, 8560.0, 8552.0, 8556.0, 8570.0, 8554.0, 8552.0, 8553.0, 8556.0, 8569.0, 8569.0, 8552.0, 8552.0, 8554.0, 8557.0, 8577.0, 8561.0, 8556.0, 8575.0, 8576.0, 8571.0, 8578.0, 8586.0, 8571.0, 8560.0, 8554.0, 8555.0, 8553.0, 8569.0, 8553.0, 8556.0, 8570.0, 8571.0, 8576.0, 8560.0, 8572.0, 8560.0, 8590.0, 8573.0, 8571.0, 8571.0, 8559.0, 8564.0, 8549.0, 8569.0, 8552.0, 8536.0, 8550.0, 8551.0, 8551.0, 8550.0, 8553.0, 8536.0, 8549.0, 8548.0, 8545.0, 8546.0, 8528.0, 8546.0, 8545.0, 8547.0, 8548.0, 8526.0, 8544.0, 8544.0, 8528.0, 8546.0, 8547.0, 8545.0, 8543.0, 8542.0, 8547.0, 8547.0, 8567.0, 8552.0, 8567.0, 8570.0, 8574.0, 8576.0, 8558.0, 8578.0, 8578.0, 8590.0, 8556.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.00036597238204833145</td></tr>
<tr><td colspan=3>aqi</td><td>0.018623794591484465</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.22105032839862</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2516158979262675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052401951958512</td></tr>
<tr><td colspan=3>efc</td><td>0.4937</td></tr>
<tr><td colspan=3>fber</td><td>4425.126</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07261257468042817</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.46029919447640966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.381343103990224</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3765463069750843</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6207124829718906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1467705220236972</td></tr>
<tr><td colspan=3>gcor</td><td>0.00560765</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0103703448548913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03421027958393097</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.005045549770131</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.3813</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9289</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.9155</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299619.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>903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.9112</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6922</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.5492</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.7493</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.4914</td></tr>
<tr><td colspan=3>tsnr</td><td>42.058819636236876</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>