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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-04_task-social_acq-mb8_run-03_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-0064_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-03_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-0064/ses-04/func/sub-0064_ses-04_task-social_acq-mb8_run-03_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>1f36727113e8c4093178a7aed9084bde</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:33:30.052500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999684, -0.0250115, -0.00247334, 0.0251301, 0.99308, 0.114721]</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-03_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.0986519</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7741, -7237, 643, -24, -124, 22, 100]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c289e4cc-8982-4f8d-ac84-153972721453||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682079315185547, 0.06742223352193832, 0.001115394290536642, 110.91716003417969], [0.0671040415763855, 2.664360761642456, 0.3098154067993164, -108.79524230957031], [-0.006635790225118399, -0.3077867925167084, 2.6821658611297607, -49.76943588256836], [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': ['113330.052500', '113330.512500', '113330.972500', '113331.432500', '113331.892500', '113332.352500', '113332.812500', '113333.272500', '113333.732500', '113334.192500', '113334.652500', '113335.112500', '113335.572500', '113336.032500', '113336.492500', '113336.952500', '113337.412500', '113337.872500', '113338.332500', '113338.792500', '113339.252500', '113339.712500', '113340.172500', '113340.632500', '113341.092500', '113341.552500', '113342.012500', '113342.472500', '113342.932500', '113343.392500', '113343.852500', '113344.312500', '113344.772500', '113345.232500', '113345.692500', '113346.152500', '113346.612500', '113347.072500', '113347.532500', '113347.992500', '113348.452500', '113348.912500', '113349.372500', '113349.832500', '113350.292500', '113350.752500', '113351.212500', '113351.672500', '113352.132500', '113352.592500', '113353.052500', '113353.512500', '113353.972500', '113354.432500', '113354.892500', '113355.352500', '113355.812500', '113356.272500', '113356.732500', '113357.192500', '113357.652500', '113358.112500', '113358.572500', '113359.032500', '113359.492500', '113359.952500', '113400.412500', '113400.872500', '113401.332500', '113401.792500', '113402.252500', '113402.712500', '113403.172500', '113403.632500', '113404.092500', '113404.552500', '113405.012500', '113405.472500', '113405.932500', '113406.392500', '113406.852500', '113407.312500', '113407.772500', '113408.232500', '113408.692500', '113409.152500', '113409.612500', '113410.072500', '113410.532500', '113410.992500', '113411.452500', '113411.912500', '113412.372500', '113412.832500', '113413.292500', '113413.752500', '113414.212500', '113414.672500', '113415.132500', '113415.592500', '113416.052500', '113416.512500', '113416.972500', '113417.432500', '113417.892500', '113418.352500', '113418.812500', '113419.272500', '113419.732500', '113420.192500', '113420.652500', '113421.112500', '113421.572500', '113422.032500', '113422.492500', '113422.952500', '113423.412500', '113423.872500', '113424.332500', '113424.792500', '113425.252500', '113425.712500', '113426.172500', '113426.632500', '113427.092500', '113427.552500', '113428.012500', '113428.472500', '113428.932500', '113429.392500', '113429.852500', '113430.312500', '113430.772500', '113431.232500', '113431.692500', '113432.152500', '113432.612500', '113433.072500', '113433.532500', '113433.992500', '113434.452500', '113434.912500', '113435.372500', '113435.832500', '113436.292500', '113436.752500', '113437.212500', '113437.672500', '113438.132500', '113438.592500', '113439.052500', '113439.512500', '113439.972500', '113440.432500', '113440.892500', '113441.352500', '113441.812500', '113442.272500', '113442.732500', '113443.192500', '113443.652500', '113444.112500', '113444.572500', '113445.032500', '113445.492500', '113445.952500', '113446.412500', '113446.872500', '113447.332500', '113447.792500', '113448.252500', '113448.712500', '113449.172500', '113449.632500', '113450.092500', '113450.552500', '113451.012500', '113451.472500', '113451.932500', '113452.392500', '113452.852500', '113453.312500', '113453.772500', '113454.232500', '113454.692500', '113455.152500', '113455.612500', '113456.072500', '113456.532500', '113456.992500', '113457.452500', '113457.912500', '113458.372500', '113458.832500', '113459.292500', '113459.752500', '113500.212500', '113500.672500', '113501.132500', '113501.592500', '113502.052500', '113502.512500', '113502.972500', '113503.432500', '113503.892500', '113504.352500', '113504.812500', '113505.272500', '113505.732500', '113506.192500', '113506.652500', '113507.112500', '113507.572500', '113508.032500', '113508.492500', '113508.952500', '113509.412500', '113509.872500', '113510.332500', '113510.792500', '113511.252500', '113511.712500', '113512.172500', '113512.632500', '113513.092500', '113513.552500', '113514.012500', '113514.472500', '113514.932500', '113515.392500', '113515.852500', '113516.312500', '113516.772500', '113517.232500', '113517.692500', '113518.152500', '113518.612500', '113519.072500', '113519.532500', '113519.992500', '113520.452500', '113520.912500', '113521.372500', '113521.832500', '113522.292500', '113522.752500', '113523.212500', '113523.672500', '113524.132500', '113524.592500', '113525.052500', '113525.512500', '113525.972500', '113526.432500', '113526.892500', '113527.352500', '113527.812500', '113528.272500', '113528.732500', '113529.192500', '113529.652500', '113530.112500', '113530.572500', '113531.032500', '113531.492500', '113531.952500', '113532.412500', '113532.872500', '113533.332500', '113533.792500', '113534.252500', '113534.712500', '113535.172500', '113535.632500', '113536.092500', '113536.552500', '113537.012500', '113537.472500', '113537.932500', '113538.392500', '113538.852500', '113539.312500', '113539.772500', '113540.232500', '113540.692500', '113541.152500', '113541.612500', '113542.072500', '113542.532500', '113542.992500', '113543.452500', '113543.912500', '113544.372500', '113544.832500', '113545.292500', '113545.752500', '113546.212500', '113546.672500', '113547.132500', '113547.592500', '113548.052500', '113548.512500', '113548.972500', '113549.432500', '113549.892500', '113550.352500', '113550.812500', '113551.272500', '113551.732500', '113552.192500', '113552.652500', '113553.112500', '113553.572500', '113554.032500', '113554.492500', '113554.952500', '113555.412500', '113555.872500', '113556.332500', '113556.792500', '113557.252500', '113557.712500', '113558.172500', '113558.632500', '113559.092500', '113559.552500', '113600.012500', '113600.472500', '113600.932500', '113601.392500', '113601.852500', '113602.312500', '113602.772500', '113603.232500', '113603.692500', '113604.152500', '113604.612500', '113605.072500', '113605.532500', '113605.992500', '113606.452500', '113606.912500', '113607.372500', '113607.832500', '113608.292500', '113608.752500', '113609.212500', '113609.672500', '113610.132500', '113610.592500', '113611.052500', '113611.512500', '113611.972500', '113612.432500', '113612.892500', '113613.352500', '113613.812500', '113614.272500', '113614.732500', '113615.192500', '113615.652500', '113616.112500', '113616.572500', '113617.032500', '113617.492500', '113617.952500', '113618.412500', '113618.872500', '113619.332500', '113619.792500', '113620.252500', '113620.712500', '113621.172500', '113621.632500', '113622.092500', '113622.552500', '113623.012500', '113623.472500', '113623.932500', '113624.392500', '113624.852500', '113625.312500', '113625.772500', '113626.232500', '113626.692500', '113627.152500', '113627.612500', '113628.072500', '113628.532500', '113628.992500', '113629.452500', '113629.912500', '113630.372500', '113630.832500', '113631.292500', '113631.752500', '113632.212500', '113632.672500', '113633.132500', '113633.592500', '113634.052500', '113634.512500', '113634.972500', '113635.432500', '113635.892500', '113636.352500', '113636.812500', '113637.272500', '113637.732500', '113638.192500', '113638.652500', '113639.112500', '113639.572500', '113640.032500', '113640.492500', '113640.952500', '113641.412500', '113641.872500', '113642.332500', '113642.792500', '113643.252500', '113643.712500', '113644.172500', '113644.632500', '113645.092500', '113645.552500', '113646.012500', '113646.472500', '113646.932500', '113647.392500', '113647.852500', '113648.312500', '113648.772500', '113649.232500', '113649.692500', '113650.152500', '113650.612500', '113651.072500', '113651.532500', '113651.992500', '113652.452500', '113652.912500', '113653.372500', '113653.832500', '113654.292500', '113654.752500', '113655.212500', '113655.672500', '113656.132500', '113656.592500', '113657.052500', '113657.512500', '113657.972500', '113658.432500', '113658.892500', '113659.352500', '113659.812500', '113700.272500', '113700.732500', '113701.192500', '113701.652500', '113702.112500', '113702.572500', '113703.032500', '113703.492500', '113703.952500', '113704.412500', '113704.872500', '113705.332500', '113705.792500', '113706.252500', '113706.712500', '113707.172500', '113707.632500', '113708.092500', '113708.552500', '113709.012500', '113709.472500', '113709.932500', '113710.392500', '113710.852500', '113711.312500', '113711.772500', '113712.232500', '113712.692500', '113713.152500', '113713.612500', '113714.072500', '113714.532500', '113714.992500', '113715.452500', '113715.912500', '113716.372500', '113716.832500', '113717.292500', '113717.752500', '113718.212500', '113718.672500', '113719.132500', '113719.592500', '113720.052500', '113720.512500', '113720.972500', '113721.432500', '113721.892500', '113722.352500', '113722.812500', '113723.272500', '113723.732500', '113724.192500', '113724.652500', '113725.112500', '113725.572500', '113726.032500', '113726.492500', '113726.952500', '113727.412500', '113727.872500', '113728.332500', '113728.792500', '113729.252500', '113729.712500', '113730.172500', '113730.632500', '113731.092500', '113731.552500', '113732.012500', '113732.472500', '113732.932500', '113733.392500', '113733.852500', '113734.312500', '113734.772500', '113735.232500', '113735.692500', '113736.152500', '113736.612500', '113737.072500', '113737.532500', '113737.992500', '113738.452500', '113738.912500', '113739.372500', '113739.832500', '113740.292500', '113740.752500', '113741.212500', '113741.672500', '113742.132500', '113742.592500', '113743.052500', '113743.512500', '113743.972500', '113744.432500', '113744.892500', '113745.352500', '113745.812500', '113746.272500', '113746.732500', '113747.192500', '113747.652500', '113748.112500', '113748.572500', '113749.032500', '113749.492500', '113749.952500', '113750.412500', '113750.872500', '113751.332500', '113751.792500', '113752.252500', '113752.712500', '113753.172500', '113753.632500', '113754.092500', '113754.552500', '113755.012500', '113755.472500', '113755.932500', '113756.392500', '113756.852500', '113757.312500', '113757.772500', '113758.232500', '113758.692500', '113759.152500', '113759.612500', '113800.072500', '113800.532500', '113800.992500', '113801.452500', '113801.912500', '113802.372500', '113802.832500', '113803.292500', '113803.752500', '113804.212500', '113804.672500', '113805.132500', '113805.592500', '113806.052500', '113806.512500', '113806.972500', '113807.432500', '113807.892500', '113808.352500', '113808.812500', '113809.272500', '113809.732500', '113810.192500', '113810.652500', '113811.112500', '113811.572500', '113812.032500', '113812.492500', '113812.952500', '113813.412500', '113813.872500', '113814.332500', '113814.792500', '113815.252500', '113815.712500', '113816.172500', '113816.632500', '113817.092500', '113817.552500', '113818.012500', '113818.472500', '113818.932500', '113819.392500', '113819.852500', '113820.312500', '113820.772500', '113821.232500', '113821.692500', '113822.152500', '113822.612500', '113823.072500', '113823.532500', '113823.992500', '113824.452500', '113824.912500', '113825.372500', '113825.832500', '113826.292500', '113826.752500', '113827.212500', '113827.672500', '113828.132500', '113828.592500', '113829.052500', '113829.512500', '113829.972500', '113830.432500', '113830.892500', '113831.352500', '113831.812500', '113832.272500', '113832.732500', '113833.192500', '113833.652500', '113834.112500', '113834.572500', '113835.032500', '113835.492500', '113835.952500', '113836.412500', '113836.872500', '113837.332500', '113837.792500', '113838.252500', '113838.712500', '113839.172500', '113839.632500', '113840.092500', '113840.552500', '113841.012500', '113841.472500', '113841.932500', '113842.392500', '113842.852500', '113843.312500', '113843.772500', '113844.232500', '113844.692500', '113845.152500', '113845.612500', '113846.072500', '113846.532500', '113846.992500', '113847.452500', '113847.912500', '113848.372500', '113848.832500', '113849.292500', '113849.752500', '113850.212500', '113850.672500', '113851.132500', '113851.592500', '113852.052500', '113852.512500', '113852.972500', '113853.432500', '113853.892500', '113854.352500', '113854.812500', '113855.272500', '113855.732500', '113856.192500', '113856.652500', '113857.112500', '113857.572500', '113858.032500', '113858.492500', '113858.952500', '113859.412500', '113859.872500', '113900.332500', '113900.792500', '113901.252500', '113901.712500', '113902.172500', '113902.632500', '113903.092500', '113903.552500', '113904.012500', '113904.472500', '113904.932500', '113905.392500', '113905.852500', '113906.312500', '113906.772500', '113907.232500', '113907.692500', '113908.152500', '113908.612500', '113909.072500', '113909.532500', '113909.992500', '113910.452500', '113910.912500', '113911.372500', '113911.832500', '113912.292500', '113912.752500', '113913.212500', '113913.672500', '113914.132500', '113914.592500', '113915.052500', '113915.512500', '113915.972500', '113916.432500', '113916.892500', '113917.352500', '113917.812500', '113918.272500', '113918.732500', '113919.192500', '113919.652500', '113920.112500', '113920.572500', '113921.032500', '113921.492500', '113921.952500', '113922.412500', '113922.872500', '113923.332500', '113923.792500', '113924.252500', '113924.712500', '113925.172500', '113925.632500', '113926.092500', '113926.552500', '113927.012500', '113927.472500', '113927.932500', '113928.392500', '113928.852500', '113929.312500', '113929.772500', '113930.232500', '113930.692500', '113931.152500', '113931.612500', '113932.072500', '113932.532500', '113932.992500', '113933.452500', '113933.912500', '113934.372500', '113934.832500', '113935.292500', '113935.752500', '113936.212500', '113936.672500', '113937.132500', '113937.592500', '113938.052500', '113938.512500', '113938.972500', '113939.432500', '113939.892500', '113940.352500', '113940.812500', '113941.272500', '113941.732500', '113942.192500', '113942.652500', '113943.112500', '113943.572500', '113944.032500', '113944.492500', '113944.952500', '113945.412500', '113945.872500', '113946.332500', '113946.792500', '113947.252500', '113947.712500', '113948.172500', '113948.632500', '113949.092500', '113949.552500', '113950.012500', '113950.472500', '113950.932500', '113951.392500', '113951.852500', '113952.312500', '113952.772500', '113953.232500', '113953.692500', '113954.152500', '113954.612500', '113955.072500', '113955.532500', '113955.992500', '113956.452500', '113956.912500', '113957.372500', '113957.832500', '113958.292500', '113958.752500', '113959.212500', '113959.672500', '114000.132500', '114000.592500', '114001.052500', '114001.512500', '114001.972500', '114002.432500', '114002.892500', '114003.352500', '114003.812500', '114004.272500', '114004.732500', '114005.192500', '114005.652500', '114006.112500', '114006.572500', '114007.032500', '114007.492500', '114007.952500', '114008.412500', '114008.872500', '114009.332500', '114009.792500', '114010.252500', '114010.712500'], 'ContentTime': ['113357.780000', '113357.782000', '113357.785000', '113357.788000', '113357.791000', '113357.793000', '113357.796000', '113357.798000', '113357.801000', '113357.803000', '113357.806000', '113357.809000', '113357.811000', '113357.821000', '113357.824000', '113357.827000', '113357.829000', '113357.832000', '113357.834000', '113357.842000', '113357.844000', '113357.847000', '113357.849000', '113357.852000', '113357.855000', '113357.857000', '113357.860000', '113357.870000', '113357.873000', '113357.875000', '113357.878000', '113357.880000', '113357.883000', '113357.886000', '113357.888000', '113357.891000', '113357.893000', '113357.896000', '113357.899000', '113357.901000', '113357.904000', '113357.906000', '113357.909000', '113357.912000', '113357.914000', '113357.917000', '113357.919000', '113357.922000', '113357.925000', '113357.927000', '113357.930000', '113357.932000', '113357.935000', '113357.937000', '113357.940000', '113357.942000', '113357.945000', '113357.948000', '113357.950000', '113417.731000', '113417.734000', '113417.737000', '113417.740000', '113417.742000', '113417.745000', '113417.747000', '113417.750000', '113417.753000', '113417.755000', '113417.758000', '113417.760000', '113417.763000', '113417.765000', '113417.768000', '113417.771000', '113417.773000', '113417.776000', '113417.779000', '113417.781000', '113417.784000', '113417.786000', '113417.789000', '113417.791000', '113417.797000', '113417.800000', '113417.806000', '113417.809000', '113417.812000', '113417.814000', '113417.817000', '113417.820000', '113417.822000', '113417.825000', '113417.827000', '113417.830000', '113417.832000', '113417.835000', '113417.838000', '113417.840000', '113417.843000', '113417.845000', '113417.848000', '113437.731000', '113437.735000', '113437.738000', '113437.741000', '113437.743000', '113437.746000', '113437.748000', '113437.751000', '113437.753000', '113437.756000', '113437.759000', '113437.761000', '113437.764000', '113437.766000', '113437.769000', '113437.771000', '113437.774000', '113437.777000', '113437.779000', '113437.782000', '113437.785000', '113437.787000', '113437.790000', '113437.793000', '113437.795000', '113437.798000', '113437.800000', '113437.803000', '113437.806000', '113437.808000', '113437.811000', '113437.813000', '113437.816000', '113437.819000', '113437.821000', '113437.824000', '113437.826000', '113437.829000', '113437.832000', '113437.834000', '113437.837000', '113437.839000', '113437.842000', '113437.845000', '113457.730000', '113457.734000', '113457.736000', '113457.739000', '113457.741000', '113457.744000', '113457.747000', '113457.749000', '113457.752000', '113457.755000', '113457.757000', '113457.760000', '113457.762000', '113457.765000', '113457.768000', '113457.770000', '113457.773000', '113457.776000', '113457.778000', '113457.781000', '113457.783000', '113457.786000', '113457.789000', '113457.791000', '113457.794000', '113457.796000', '113457.799000', '113457.801000', '113457.804000', '113457.807000', '113457.809000', '113457.812000', '113457.814000', '113457.817000', '113457.819000', '113457.822000', '113457.825000', '113457.827000', '113457.830000', '113457.832000', '113457.835000', '113457.838000', '113457.840000', '113517.730000', '113517.733000', '113517.736000', '113517.738000', '113517.741000', '113517.743000', '113517.746000', '113517.749000', '113517.751000', '113517.754000', '113517.757000', '113517.759000', '113517.762000', '113517.764000', '113517.767000', '113517.770000', '113517.772000', '113517.775000', '113517.778000', '113517.780000', '113517.783000', '113517.785000', '113517.788000', '113517.791000', '113517.793000', '113517.796000', '113517.799000', '113517.801000', '113517.804000', '113517.806000', '113517.809000', '113517.811000', '113517.814000', '113517.817000', '113517.819000', '113517.822000', '113517.825000', '113517.827000', '113517.830000', '113517.832000', '113517.835000', '113517.837000', '113517.840000', '113517.843000', '113537.730000', '113537.733000', '113537.736000', '113537.738000', '113537.741000', '113537.744000', '113537.746000', '113537.758000', '113537.761000', '113537.764000', '113537.766000', '113537.769000', '113537.772000', '113537.774000', '113537.777000', '113537.779000', '113537.792000', '113537.794000', '113537.797000', '113537.799000', '113537.802000', '113537.805000', '113537.807000', '113537.810000', '113537.812000', '113537.815000', '113537.818000', '113537.820000', '113537.823000', '113537.826000', '113537.828000', '113537.831000', '113537.833000', '113537.836000', '113537.838000', '113537.841000', '113537.844000', '113537.846000', '113537.849000', '113537.851000', '113537.854000', '113537.857000', '113537.859000', '113557.730000', '113557.733000', '113557.736000', '113557.738000', '113557.741000', '113557.743000', '113557.746000', '113557.749000', '113557.751000', '113557.754000', '113557.757000', '113557.759000', '113557.762000', '113557.764000', '113557.769000', '113557.772000', '113557.775000', '113557.777000', '113557.780000', '113557.783000', '113557.785000', '113557.788000', '113557.790000', '113557.793000', '113557.795000', '113557.798000', '113557.801000', '113557.803000', '113557.806000', '113557.809000', '113557.811000', '113557.814000', '113557.816000', '113557.819000', '113557.822000', '113557.824000', '113557.827000', '113557.830000', '113557.832000', '113557.835000', '113557.837000', '113557.840000', '113557.842000', '113557.845000', '113617.731000', '113617.734000', '113617.737000', '113617.740000', '113617.742000', '113617.745000', '113617.747000', '113617.750000', '113617.753000', '113617.755000', '113617.758000', '113617.760000', '113617.763000', '113617.766000', '113617.768000', '113617.771000', '113617.773000', '113617.776000', '113617.779000', '113617.781000', '113617.784000', '113617.786000', '113617.789000', '113617.792000', '113617.794000', '113617.797000', '113617.799000', '113617.802000', '113617.804000', '113617.807000', '113617.816000', '113617.819000', '113617.822000', '113617.824000', '113617.827000', '113617.830000', '113617.832000', '113617.835000', '113617.837000', '113617.840000', '113617.842000', '113617.845000', '113617.847000', '113637.732000', '113637.734000', '113637.737000', '113637.740000', '113637.743000', '113637.745000', '113637.748000', '113637.751000', '113637.754000', '113637.757000', '113637.759000', '113637.762000', '113637.765000', '113637.767000', '113637.770000', '113637.772000', '113637.775000', '113637.778000', '113637.780000', '113637.783000', '113637.786000', '113637.788000', '113637.791000', '113637.793000', '113637.796000', '113637.798000', '113637.801000', '113637.803000', '113637.806000', '113637.809000', '113637.811000', '113637.814000', '113637.816000', '113637.819000', '113637.822000', '113637.824000', '113637.827000', '113637.829000', '113637.832000', '113637.834000', '113637.837000', '113637.840000', '113637.842000', '113657.731000', '113657.733000', '113657.736000', '113657.739000', '113657.742000', '113657.744000', '113657.747000', '113657.749000', '113657.752000', '113657.754000', '113657.760000', '113657.763000', '113657.766000', '113657.768000', '113657.771000', '113657.773000', '113657.776000', '113657.779000', '113657.781000', '113657.784000', '113657.786000', '113657.789000', '113657.792000', '113657.794000', '113657.797000', '113657.799000', '113657.802000', '113657.805000', '113657.807000', '113657.810000', '113657.812000', '113657.815000', '113657.817000', '113657.829000', '113657.832000', '113657.835000', '113657.837000', '113657.840000', '113657.842000', '113657.845000', '113657.848000', '113657.850000', '113657.853000', '113657.856000', '113717.730000', '113717.734000', '113717.736000', '113717.739000', '113717.742000', '113717.744000', '113717.747000', '113717.750000', '113717.752000', '113717.755000', '113717.757000', '113717.760000', '113717.763000', '113717.765000', '113717.768000', '113717.771000', '113717.773000', '113717.776000', '113717.778000', '113717.781000', '113717.784000', '113717.786000', '113717.789000', '113717.792000', '113717.795000', '113717.797000', '113717.800000', '113717.803000', '113717.805000', '113717.808000', '113717.811000', '113717.814000', '113717.817000', '113717.819000', '113717.822000', '113717.825000', '113717.827000', '113717.830000', '113717.833000', '113717.835000', '113717.838000', '113717.840000', '113717.843000', '113737.730000', '113737.733000', '113737.736000', '113737.739000', '113737.741000', '113737.744000', '113737.746000', '113737.749000', '113737.752000', '113737.754000', '113737.757000', '113737.759000', '113737.762000', '113737.765000', '113737.767000', '113737.770000', '113737.772000', '113737.775000', '113737.778000', '113737.780000', '113737.783000', '113737.785000', '113737.788000', '113737.791000', '113737.793000', '113737.796000', '113737.798000', '113737.801000', '113737.804000', '113737.806000', '113737.809000', '113737.811000', '113737.814000', '113737.816000', '113737.819000', '113737.830000', '113737.833000', '113737.835000', '113737.838000', '113737.841000', '113737.843000', '113737.846000', '113737.848000', '113737.851000', '113757.730000', '113757.733000', '113757.736000', '113757.738000', '113757.741000', '113757.744000', '113757.746000', '113757.749000', '113757.752000', '113757.754000', '113757.757000', '113757.759000', '113757.762000', '113757.764000', '113757.767000', '113757.771000', '113757.773000', '113757.776000', '113757.779000', '113757.782000', '113757.784000', '113757.802000', '113757.805000', '113757.808000', '113757.810000', '113757.813000', '113757.816000', '113757.818000', '113757.821000', '113757.823000', '113757.826000', '113757.829000', '113757.831000', '113757.834000', '113757.836000', '113757.839000', '113757.842000', '113757.844000', '113757.847000', '113757.849000', '113757.852000', '113757.854000', '113757.857000', '113817.731000', '113817.734000', '113817.736000', '113817.739000', '113817.741000', '113817.744000', '113817.747000', '113817.749000', '113817.752000', '113817.755000', '113817.757000', '113817.760000', '113817.762000', '113817.765000', '113817.768000', '113817.770000', '113817.773000', '113817.775000', '113817.778000', '113817.781000', '113817.783000', '113817.786000', '113817.788000', '113817.791000', '113817.793000', '113817.796000', '113817.799000', '113817.801000', '113817.804000', '113817.807000', '113817.809000', '113817.812000', '113817.814000', '113817.817000', '113817.820000', '113817.822000', '113817.833000', '113817.836000', '113817.839000', '113817.841000', '113817.844000', '113817.847000', '113817.849000', '113817.852000', '113837.731000', '113837.734000', '113837.737000', '113837.739000', '113837.742000', '113837.745000', '113837.747000', '113837.750000', '113837.752000', '113837.755000', '113837.757000', '113837.760000', '113837.763000', '113837.765000', '113837.779000', '113837.782000', '113837.784000', '113837.787000', '113837.789000', '113837.792000', '113837.794000', '113837.797000', '113837.799000', '113837.802000', '113837.805000', '113837.808000', '113837.810000', '113837.813000', '113837.816000', '113837.818000', '113837.821000', '113837.823000', '113837.826000', '113837.829000', '113837.831000', '113837.834000', '113837.836000', '113837.839000', '113837.842000', '113837.844000', '113837.848000', '113837.856000', '113837.858000', '113857.732000', '113857.734000', '113857.737000', '113857.739000', '113857.743000', '113857.745000', '113857.748000', '113857.751000', '113857.753000', '113857.756000', '113857.759000', '113857.761000', '113857.764000', '113857.766000', '113857.769000', '113857.772000', '113857.774000', '113857.777000', '113857.779000', '113857.782000', '113857.785000', '113857.787000', '113857.790000', '113857.792000', '113857.795000', '113857.798000', '113857.800000', '113857.803000', '113857.806000', '113857.808000', '113857.811000', '113857.813000', '113857.816000', '113857.819000', '113857.821000', '113857.824000', '113857.827000', '113857.829000', '113857.832000', '113857.834000', '113857.837000', '113857.840000', '113857.842000', '113857.845000', '113917.731000', '113917.733000', '113917.736000', '113917.739000', '113917.741000', '113917.744000', '113917.747000', '113917.749000', '113917.752000', '113917.754000', '113917.757000', '113917.760000', '113917.762000', '113917.765000', '113917.767000', '113917.770000', '113917.773000', '113917.775000', '113917.778000', '113917.780000', '113917.783000', '113917.785000', '113917.788000', '113917.791000', '113917.793000', '113917.796000', '113917.798000', '113917.801000', '113917.804000', '113917.806000', '113917.809000', '113917.812000', '113917.814000', '113917.817000', '113917.820000', '113917.822000', '113917.825000', '113917.828000', '113917.830000', '113917.833000', '113917.836000', '113917.838000', '113917.841000', '113937.730000', '113937.733000', '113937.736000', '113937.739000', '113937.741000', '113937.744000', '113937.746000', '113937.749000', '113937.752000', '113937.754000', '113937.757000', '113937.760000', '113937.762000', '113937.765000', '113937.767000', '113937.770000', '113937.773000', '113937.775000', '113937.778000', '113937.780000', '113937.783000', '113937.785000', '113937.788000', '113937.791000', '113937.793000', '113937.796000', '113937.798000', '113937.801000', '113937.804000', '113937.806000', '113937.809000', '113937.811000', '113937.814000', '113937.817000', '113937.819000', '113937.822000', '113937.824000', '113937.827000', '113937.829000', '113937.832000', '113937.835000', '113937.837000', '113937.840000', '113937.843000', '113957.731000', '113957.734000', '113957.736000', '113957.739000', '113957.741000', '113957.744000', '113957.747000', '113957.749000', '113957.752000', '113957.754000', '113957.757000', '113957.759000', '113957.762000', '113957.765000', '113957.767000', '113957.770000', '113957.772000', '113957.775000', '113957.778000', '113957.780000', '113957.783000', '113957.785000', '113957.788000', '113957.791000', '113957.793000', '113957.796000', '113957.798000', '113957.801000', '113957.804000', '113957.806000', '113957.809000', '113957.811000', '113957.814000', '113957.817000', '113957.819000', '113957.822000', '113957.825000', '113957.828000', '113957.830000', '113957.850000', '113957.853000', '113957.856000', '113957.858000', '114011.673000', '114011.676000', '114011.680000', '114011.682000', '114011.688000', '114011.691000', '114011.694000', '114011.697000', '114011.700000', '114011.703000', '114011.706000', '114011.709000', '114011.712000', '114011.715000', '114011.717000', '114011.720000', '114011.723000', '114011.726000', '114011.728000', '114011.732000', '114011.736000', '114011.739000', '114011.742000', '114011.745000', '114011.748000', '114011.751000', '114011.755000', '114011.757000', '114011.761000', '114011.764000', '114011.774000'], 'InstanceCreationTime': ['113357.780000', '113357.782000', '113357.785000', '113357.788000', '113357.791000', '113357.793000', '113357.796000', '113357.798000', '113357.801000', '113357.803000', '113357.806000', '113357.809000', '113357.811000', '113357.821000', '113357.824000', '113357.827000', '113357.829000', '113357.832000', '113357.834000', '113357.842000', '113357.844000', '113357.847000', '113357.849000', '113357.852000', '113357.855000', '113357.857000', '113357.860000', '113357.870000', '113357.873000', '113357.875000', '113357.878000', '113357.880000', '113357.883000', '113357.886000', '113357.888000', '113357.891000', '113357.893000', '113357.896000', '113357.899000', '113357.901000', '113357.904000', '113357.906000', '113357.909000', '113357.912000', '113357.914000', '113357.917000', '113357.919000', '113357.922000', '113357.925000', '113357.927000', '113357.930000', '113357.932000', '113357.935000', '113357.937000', '113357.940000', '113357.942000', '113357.945000', '113357.948000', '113357.950000', '113417.731000', '113417.734000', '113417.737000', '113417.740000', '113417.742000', '113417.745000', '113417.747000', '113417.750000', '113417.753000', '113417.755000', '113417.758000', '113417.760000', '113417.763000', '113417.765000', '113417.768000', '113417.771000', '113417.773000', '113417.776000', '113417.779000', '113417.781000', '113417.784000', '113417.786000', '113417.789000', '113417.791000', '113417.797000', '113417.800000', '113417.806000', '113417.809000', '113417.812000', '113417.814000', '113417.817000', '113417.820000', '113417.822000', '113417.825000', '113417.827000', '113417.830000', '113417.832000', '113417.835000', '113417.838000', '113417.840000', '113417.843000', '113417.845000', '113417.848000', '113437.731000', '113437.735000', '113437.738000', '113437.741000', '113437.743000', '113437.746000', '113437.748000', '113437.751000', '113437.753000', '113437.756000', '113437.759000', '113437.761000', '113437.764000', '113437.766000', '113437.769000', '113437.771000', '113437.774000', '113437.777000', '113437.779000', '113437.782000', '113437.785000', '113437.787000', '113437.790000', '113437.793000', '113437.795000', '113437.798000', '113437.800000', '113437.803000', '113437.806000', '113437.808000', '113437.811000', '113437.813000', '113437.816000', '113437.819000', '113437.821000', '113437.824000', '113437.826000', '113437.829000', '113437.832000', '113437.834000', '113437.837000', '113437.839000', '113437.842000', '113437.845000', '113457.730000', '113457.734000', '113457.736000', '113457.739000', '113457.741000', '113457.744000', '113457.747000', '113457.749000', '113457.752000', '113457.755000', '113457.757000', '113457.760000', '113457.762000', '113457.765000', '113457.768000', '113457.770000', '113457.773000', '113457.776000', '113457.778000', '113457.781000', '113457.783000', '113457.786000', '113457.789000', '113457.791000', '113457.794000', '113457.796000', '113457.799000', '113457.801000', '113457.804000', '113457.807000', '113457.809000', '113457.812000', '113457.814000', '113457.817000', '113457.819000', '113457.822000', '113457.825000', '113457.827000', '113457.830000', '113457.832000', '113457.835000', '113457.838000', '113457.840000', '113517.730000', '113517.733000', '113517.736000', '113517.738000', '113517.741000', '113517.743000', '113517.746000', '113517.749000', '113517.751000', '113517.754000', '113517.757000', '113517.759000', '113517.762000', '113517.764000', '113517.767000', '113517.770000', '113517.772000', '113517.775000', '113517.778000', '113517.780000', '113517.783000', '113517.785000', '113517.788000', '113517.791000', '113517.793000', '113517.796000', '113517.799000', '113517.801000', '113517.804000', '113517.806000', '113517.809000', '113517.811000', '113517.814000', '113517.817000', '113517.819000', '113517.822000', '113517.825000', '113517.827000', '113517.830000', '113517.832000', '113517.835000', '113517.837000', '113517.840000', '113517.843000', '113537.730000', '113537.733000', '113537.736000', '113537.738000', '113537.741000', '113537.744000', '113537.746000', '113537.758000', '113537.761000', '113537.764000', '113537.766000', '113537.769000', '113537.772000', '113537.774000', '113537.777000', '113537.779000', '113537.792000', '113537.794000', '113537.797000', '113537.799000', '113537.802000', '113537.805000', '113537.807000', '113537.810000', '113537.812000', '113537.815000', '113537.818000', '113537.820000', '113537.823000', '113537.826000', '113537.828000', '113537.831000', '113537.833000', '113537.836000', '113537.838000', '113537.841000', '113537.844000', '113537.846000', '113537.849000', '113537.851000', '113537.854000', '113537.857000', '113537.859000', '113557.730000', '113557.733000', '113557.736000', '113557.738000', '113557.741000', '113557.743000', '113557.746000', '113557.749000', '113557.751000', '113557.754000', '113557.757000', '113557.759000', '113557.762000', '113557.764000', '113557.769000', '113557.772000', '113557.775000', '113557.777000', '113557.780000', '113557.783000', '113557.785000', '113557.788000', '113557.790000', '113557.793000', '113557.795000', '113557.798000', '113557.801000', '113557.803000', '113557.806000', '113557.809000', '113557.811000', '113557.814000', '113557.816000', '113557.819000', '113557.822000', '113557.824000', '113557.827000', '113557.830000', '113557.832000', '113557.835000', '113557.837000', '113557.840000', '113557.842000', '113557.845000', '113617.731000', '113617.734000', '113617.737000', '113617.740000', '113617.742000', '113617.745000', '113617.747000', '113617.750000', '113617.753000', '113617.755000', '113617.758000', '113617.760000', '113617.763000', '113617.766000', '113617.768000', '113617.771000', '113617.773000', '113617.776000', '113617.779000', '113617.781000', '113617.784000', '113617.786000', '113617.789000', '113617.792000', '113617.794000', '113617.797000', '113617.799000', '113617.802000', '113617.804000', '113617.807000', '113617.816000', '113617.819000', '113617.822000', '113617.824000', '113617.827000', '113617.830000', '113617.832000', '113617.835000', '113617.837000', '113617.840000', '113617.842000', '113617.845000', '113617.847000', '113637.732000', '113637.734000', '113637.737000', '113637.740000', '113637.743000', '113637.745000', '113637.748000', '113637.751000', '113637.754000', '113637.757000', '113637.759000', '113637.762000', '113637.765000', '113637.767000', '113637.770000', '113637.772000', '113637.775000', '113637.778000', '113637.780000', '113637.783000', '113637.786000', '113637.788000', '113637.791000', '113637.793000', '113637.796000', '113637.798000', '113637.801000', '113637.803000', '113637.806000', '113637.809000', '113637.811000', '113637.814000', '113637.816000', '113637.819000', '113637.822000', '113637.824000', '113637.827000', '113637.829000', '113637.832000', '113637.834000', '113637.837000', '113637.840000', '113637.842000', '113657.731000', '113657.733000', '113657.736000', '113657.739000', '113657.742000', '113657.744000', '113657.747000', '113657.749000', '113657.752000', '113657.754000', '113657.760000', '113657.763000', '113657.766000', '113657.768000', '113657.771000', '113657.773000', '113657.776000', '113657.779000', '113657.781000', '113657.784000', '113657.786000', '113657.789000', '113657.792000', '113657.794000', '113657.797000', '113657.799000', '113657.802000', '113657.805000', '113657.807000', '113657.810000', '113657.812000', '113657.815000', '113657.817000', '113657.829000', '113657.832000', '113657.835000', '113657.837000', '113657.840000', '113657.842000', '113657.845000', '113657.848000', '113657.850000', '113657.853000', '113657.856000', '113717.730000', '113717.734000', '113717.736000', '113717.739000', '113717.742000', '113717.744000', '113717.747000', '113717.750000', '113717.752000', '113717.755000', '113717.757000', '113717.760000', '113717.763000', '113717.765000', '113717.768000', '113717.771000', '113717.773000', '113717.776000', '113717.778000', '113717.781000', '113717.784000', '113717.786000', '113717.789000', '113717.792000', '113717.795000', '113717.797000', '113717.800000', '113717.803000', '113717.805000', '113717.808000', '113717.811000', '113717.814000', '113717.817000', '113717.819000', '113717.822000', '113717.825000', '113717.827000', '113717.830000', '113717.833000', '113717.835000', '113717.838000', '113717.840000', '113717.843000', '113737.730000', '113737.733000', '113737.736000', '113737.739000', '113737.741000', '113737.744000', '113737.746000', '113737.749000', '113737.752000', '113737.754000', '113737.757000', '113737.759000', '113737.762000', '113737.765000', '113737.767000', '113737.770000', '113737.772000', '113737.775000', '113737.778000', '113737.780000', '113737.783000', '113737.785000', '113737.788000', '113737.791000', '113737.793000', '113737.796000', '113737.798000', '113737.801000', '113737.804000', '113737.806000', '113737.809000', '113737.811000', '113737.814000', '113737.816000', '113737.819000', '113737.830000', '113737.833000', '113737.835000', '113737.838000', '113737.841000', '113737.843000', '113737.846000', '113737.848000', '113737.851000', '113757.730000', '113757.733000', '113757.736000', '113757.738000', '113757.741000', '113757.744000', '113757.746000', '113757.749000', '113757.752000', '113757.754000', '113757.757000', '113757.759000', '113757.762000', '113757.764000', '113757.767000', '113757.771000', '113757.773000', '113757.776000', '113757.779000', '113757.782000', '113757.784000', '113757.802000', '113757.805000', '113757.808000', '113757.810000', '113757.813000', '113757.816000', '113757.818000', '113757.821000', '113757.823000', '113757.826000', '113757.829000', '113757.831000', '113757.834000', '113757.836000', '113757.839000', '113757.842000', '113757.844000', '113757.847000', '113757.849000', '113757.852000', '113757.854000', '113757.857000', '113817.731000', '113817.734000', '113817.736000', '113817.739000', '113817.741000', '113817.744000', '113817.747000', '113817.749000', '113817.752000', '113817.755000', '113817.757000', '113817.760000', '113817.762000', '113817.765000', '113817.768000', '113817.770000', '113817.773000', '113817.775000', '113817.778000', '113817.781000', '113817.783000', '113817.786000', '113817.788000', '113817.791000', '113817.793000', '113817.796000', '113817.799000', '113817.801000', '113817.804000', '113817.807000', '113817.809000', '113817.812000', '113817.814000', '113817.817000', '113817.820000', '113817.822000', '113817.833000', '113817.836000', '113817.839000', '113817.841000', '113817.844000', '113817.847000', '113817.849000', '113817.852000', '113837.731000', '113837.734000', '113837.737000', '113837.739000', '113837.742000', '113837.745000', '113837.747000', '113837.750000', '113837.752000', '113837.755000', '113837.757000', '113837.760000', '113837.763000', '113837.765000', '113837.779000', '113837.782000', '113837.784000', '113837.787000', '113837.789000', '113837.792000', '113837.794000', '113837.797000', '113837.799000', '113837.802000', '113837.805000', '113837.808000', '113837.810000', '113837.813000', '113837.816000', '113837.818000', '113837.821000', '113837.823000', '113837.826000', '113837.829000', '113837.831000', '113837.834000', '113837.836000', '113837.839000', '113837.842000', '113837.844000', '113837.848000', '113837.856000', '113837.858000', '113857.732000', '113857.734000', '113857.737000', '113857.739000', '113857.743000', '113857.745000', '113857.748000', '113857.751000', '113857.753000', '113857.756000', '113857.759000', '113857.761000', '113857.764000', '113857.766000', '113857.769000', '113857.772000', '113857.774000', '113857.777000', '113857.779000', '113857.782000', '113857.785000', '113857.787000', '113857.790000', '113857.792000', '113857.795000', '113857.798000', '113857.800000', '113857.803000', '113857.806000', '113857.808000', '113857.811000', '113857.813000', '113857.816000', '113857.819000', '113857.821000', '113857.824000', '113857.827000', '113857.829000', '113857.832000', '113857.834000', '113857.837000', '113857.840000', '113857.842000', '113857.845000', '113917.731000', '113917.733000', '113917.736000', '113917.739000', '113917.741000', '113917.744000', '113917.747000', '113917.749000', '113917.752000', '113917.754000', '113917.757000', '113917.760000', '113917.762000', '113917.765000', '113917.767000', '113917.770000', '113917.773000', '113917.775000', '113917.778000', '113917.780000', '113917.783000', '113917.785000', '113917.788000', '113917.791000', '113917.793000', '113917.796000', '113917.798000', '113917.801000', '113917.804000', '113917.806000', '113917.809000', '113917.812000', '113917.814000', '113917.817000', '113917.820000', '113917.822000', '113917.825000', '113917.828000', '113917.830000', '113917.833000', '113917.836000', '113917.838000', '113917.841000', '113937.730000', '113937.733000', '113937.736000', '113937.739000', '113937.741000', '113937.744000', '113937.746000', '113937.749000', '113937.752000', '113937.754000', '113937.757000', '113937.760000', '113937.762000', '113937.765000', '113937.767000', '113937.770000', '113937.773000', '113937.775000', '113937.778000', '113937.780000', '113937.783000', '113937.785000', '113937.788000', '113937.791000', '113937.793000', '113937.796000', '113937.798000', '113937.801000', '113937.804000', '113937.806000', '113937.809000', '113937.811000', '113937.814000', '113937.817000', '113937.819000', '113937.822000', '113937.824000', '113937.827000', '113937.829000', '113937.832000', '113937.835000', '113937.837000', '113937.840000', '113937.843000', '113957.731000', '113957.734000', '113957.736000', '113957.739000', '113957.741000', '113957.744000', '113957.747000', '113957.749000', '113957.752000', '113957.754000', '113957.757000', '113957.759000', '113957.762000', '113957.765000', '113957.767000', '113957.770000', '113957.772000', '113957.775000', '113957.778000', '113957.780000', '113957.783000', '113957.785000', '113957.788000', '113957.791000', '113957.793000', '113957.796000', '113957.798000', '113957.801000', '113957.804000', '113957.806000', '113957.809000', '113957.811000', '113957.814000', '113957.817000', '113957.819000', '113957.822000', '113957.825000', '113957.828000', '113957.830000', '113957.850000', '113957.853000', '113957.856000', '113957.858000', '114011.673000', '114011.676000', '114011.680000', '114011.682000', '114011.688000', '114011.691000', '114011.694000', '114011.697000', '114011.700000', '114011.703000', '114011.706000', '114011.709000', '114011.712000', '114011.715000', '114011.717000', '114011.720000', '114011.723000', '114011.726000', '114011.728000', '114011.732000', '114011.736000', '114011.739000', '114011.742000', '114011.745000', '114011.748000', '114011.751000', '114011.755000', '114011.757000', '114011.761000', '114011.764000', '114011.774000'], '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': [17364, 10574, 16947, 8813, 16558, 9796, 17286, 11766, 16128, 8194, 14868, 7771, 13736, 7987, 12629, 7357, 7059, 7988, 7567, 8924, 7749, 10910, 8109, 11039, 8203, 10911, 8385, 12385, 8407, 10587, 8068, 10959, 8014, 12121, 7870, 10897, 7624, 7557, 7424, 7939, 10273, 8026, 10880, 8030, 11639, 7942, 12799, 7862, 11952, 7841, 12951, 8115, 12949, 8055, 11834, 7929, 10538, 7937, 9189, 7970, 10865, 8043, 12175, 7381, 7900, 8740, 7651, 8497, 7712, 7753, 10592, 7794, 13017, 9326, 13109, 7868, 11900, 8996, 11763, 9908, 12086, 10663, 8690, 9646, 7756, 8784, 7869, 10640, 7874, 11402, 7544, 11820, 7689, 10852, 7830, 10123, 8408, 9836, 7466, 8975, 7667, 8540, 7580, 9649, 7790, 10542, 7833, 11147, 7821, 11530, 7782, 10641, 7866, 9972, 7785, 9127, 9585, 9429, 7655, 7602, 7861, 9399, 7995, 11073, 8066, 10985, 8961, 7833, 9309, 7824, 9834, 7799, 10252, 9401, 11360, 8967, 11552, 7968, 11272, 8460, 12176, 9270, 11608, 9300, 12491, 8357, 12459, 7739, 11123, 7681, 8147, 8150, 7603, 8468, 7635, 12898, 9343, 9208, 7455, 7897, 10515, 7998, 11479, 8482, 9055, 7718, 9537, 8025, 12798, 9447, 9257, 9747, 7583, 7507, 8319, 12483, 8007, 13833, 9092, 16712, 12085, 14781, 8046, 11053, 7852, 11941, 8143, 12069, 7918, 12270, 7726, 10739, 7545, 10186, 8222, 10304, 7608, 9664, 7826, 11709, 7932, 11399, 8040, 11788, 8029, 11718, 7985, 11646, 7851, 11598, 7766, 11000, 8416, 10164, 8002, 10426, 8430, 10080, 10031, 8166, 10170, 7830, 9870, 7740, 8504, 7771, 10264, 7742, 11007, 7720, 7734, 8437, 7927, 10786, 7938, 12486, 8586, 12767, 9499, 10991, 7989, 10395, 13252, 9975, 13071, 7754, 12963, 7933, 11742, 8095, 10800, 7993, 10623, 7883, 11539, 8018, 11354, 7839, 8653, 8152, 11221, 9838, 12346, 10438, 11975, 9739, 7969, 9763, 8221, 10261, 13273, 7946, 13417, 8109, 12772, 7815, 12106, 8025, 11624, 7841, 9919, 8035, 7648, 9713, 9621, 9241, 13556, 10450, 13702, 11011, 11328, 8665, 11715, 8230, 11257, 9565, 8663, 9630, 7878, 9644, 8848, 8281, 13445, 7523, 13252, 7911, 11961, 7682, 7770, 7910, 7761, 9656, 7794, 10945, 7689, 12836, 7631, 12480, 9310, 13733, 10757, 12452, 9305, 8025, 9309, 7827, 9732, 10003, 8182, 12595, 10295, 12998, 9839, 7892, 7620, 7855, 9489, 7782, 8677, 7665, 12758, 7676, 12464, 8028, 13135, 8073, 11757, 7738, 12216, 8889, 14627, 7640, 10746, 7627, 11579, 7987, 11108, 8035, 11055, 9362, 10934, 10340, 8418, 9070, 7444, 10997, 7635, 9994, 7961, 9977, 8151, 10437, 8521, 7430, 9374, 9364, 9575, 13448, 9062, 15127, 8670, 13049, 7604, 9622, 7586, 9149, 7641, 10374, 7773, 10646, 7558, 11512, 7971, 12743, 9368, 7501, 8032, 7715, 8250, 7629, 9569, 7833, 12853, 7949, 9751, 11612, 8744, 13144, 7519, 11730, 8201, 12228, 8341, 14037, 10246, 11682, 8113, 7939, 9671, 7568, 9273, 7564, 10685, 7783, 11334, 9628, 8887, 9212, 7492, 10546, 8609, 11258, 10780, 10873, 12753, 12114, 9953, 9775, 7742, 10801, 8462, 12700, 8088, 12250, 8430, 13324, 8005, 12561, 8343, 12471, 7960, 11837, 8903, 9090, 13533, 7705, 12662, 9082, 12333, 8258, 8651, 7776, 10627, 8164, 12477, 8478, 12853, 7968, 13120, 7633, 11129, 8328, 11900, 8456, 12156, 8308, 11795, 8093, 11500, 7572, 8621, 7648, 9527, 7615, 13339, 9495, 13343, 10529, 14813, 11730, 14706, 12113, 10463, 9525, 7998, 11004, 7427, 12283, 7885, 12305, 7911, 12370, 7667, 12596, 9891, 9931, 8022, 7492, 9450, 7613, 10811, 8325, 10346, 9261, 9187, 10024, 9323, 12020, 10142, 8446, 8690, 7408, 10473, 7671, 11948, 7892, 12289, 8141, 13251, 9361, 13755, 8096, 13647, 10839, 12868, 8359, 8394, 8110, 8754, 7949, 7510, 9265, 7182, 9186, 7589, 11210, 7437, 13644, 7787, 12852, 7942, 12295, 8092, 11947, 9079, 10910, 8922, 7649, 9112, 7442, 11174, 7322, 12275, 8281, 13494, 10210, 14805, 9628, 12680, 7982, 8996, 8835, 8085, 10062, 7357, 12027, 7837, 14193, 8541, 12386, 7975, 7532, 9354, 7491, 11716, 7699, 12589, 8025, 12016, 8347, 11296, 8230, 10912, 8192, 8999, 8532, 7644, 8662, 9864, 8656, 14333, 7920, 13382, 8967, 12418, 8342, 8109, 8066, 7477, 9230, 7575, 7274, 8508, 7779, 9907, 8812, 10727, 10757, 9237, 10943, 13215, 9989, 14574, 9652, 13165, 11227, 12547, 11059, 7836, 10364, 7459, 12153, 7690, 12516, 8131, 12405, 8409, 12184, 8263, 11766, 9331, 7500, 8635, 7436, 11245, 8045, 11696, 8364, 11025, 9102, 11343, 8513, 12237, 8872, 13956, 9664, 11371, 9951, 7935, 9162, 7755, 11098, 7926, 11595, 8409, 11206, 8415, 9752, 8490, 7610, 12124, 7750, 11862, 7728, 13376, 9151, 13614, 8321, 11936, 7780, 12571, 8539, 13225, 8330, 12667, 8225, 12700, 8439, 13385, 9185, 12925, 7996, 12434, 7964, 11379, 8143, 7919, 7561, 7733, 10651, 7856, 11644, 7917, 10421, 8083, 9514, 7747, 9999, 7559, 10125, 7851, 10447, 7708, 11136, 7813, 12452, 7934, 11895, 8021, 11439, 7954, 10429, 8002, 10337, 7825, 10046, 7848, 9507, 7589, 11793, 7835, 11884, 8051, 9442, 8374, 7467, 7849, 7668, 10150, 7526, 11542, 7793, 11799, 7580, 12045, 7965, 12927, 8214, 12983, 8187, 11775, 7992, 11806, 7758, 11094, 8016, 8415, 7900, 7498, 9271, 7582, 10512, 10023, 7620, 8656, 7751, 10438, 7869, 10066, 7927, 10729, 7533, 12802, 7550, 11031, 8181, 7396, 9305, 7518, 12767, 7781, 11025, 9062, 10835, 9489, 11813, 10430, 13068, 10536, 8530, 9425, 7924, 10313, 7699, 10998, 7746, 10402, 7953, 7742, 10603, 7495, 11870, 7871, 12411, 9102, 12658, 9687, 11036, 9264, 9522, 11296, 8672, 12381, 7769, 9071, 7885, 10475, 8490, 9925, 9316, 9075, 11076, 7496, 11523, 7908, 12717, 8141, 12812, 8342, 12159, 8254, 11220, 8591, 8550, 8783, 7627, 9887, 8022, 12007, 8061, 13395, 9418, 13362, 8267, 11709, 8027, 10347, 7917, 8982, 8172, 10352, 8087, 10585, 9283, 7892, 8795, 7763, 10551, 8089, 9317, 8275, 8287, 9750, 8962, 9379, 8012, 9187, 8817, 10197, 8403, 11308, 8764], 'WindowCenter': [4402.0, 4348.0, 4374.0, 4312.0, 4361.0, 4320.0, 4347.0, 4316.0, 4335.0, 4283.0, 4320.0, 4273.0, 4337.0, 4285.0, 4310.0, 4273.0, 4250.0, 4270.0, 4258.0, 4281.0, 4272.0, 4302.0, 4270.0, 4301.0, 4295.0, 4303.0, 4272.0, 4301.0, 4270.0, 4289.0, 4259.0, 4290.0, 4271.0, 4301.0, 4271.0, 4300.0, 4272.0, 4271.0, 4262.0, 4269.0, 4290.0, 4271.0, 4289.0, 4270.0, 4301.0, 4261.0, 4300.0, 4260.0, 4299.0, 4259.0, 4298.0, 4258.0, 4298.0, 4258.0, 4286.0, 4257.0, 4276.0, 4257.0, 4266.0, 4256.0, 4290.0, 4260.0, 4311.0, 4261.0, 4273.0, 4283.0, 4274.0, 4282.0, 4274.0, 4274.0, 4304.0, 4275.0, 4324.0, 4294.0, 4314.0, 4273.0, 4300.0, 4282.0, 4290.0, 4280.0, 4298.0, 4292.0, 4269.0, 4280.0, 4259.0, 4270.0, 4271.0, 4290.0, 4271.0, 4301.0, 4261.0, 4300.0, 4260.0, 4291.0, 4261.0, 4291.0, 4260.0, 4280.0, 4249.0, 4270.0, 4260.0, 4270.0, 4261.0, 4281.0, 4272.0, 4302.0, 4272.0, 4303.0, 4274.0, 4314.0, 4272.0, 4293.0, 4271.0, 4292.0, 4261.0, 4293.0, 4293.0, 4294.0, 4274.0, 4272.0, 4273.0, 4280.0, 4272.0, 4303.0, 4274.0, 4303.0, 4295.0, 4275.0, 4295.0, 4275.0, 4306.0, 4275.0, 4303.0, 4282.0, 4303.0, 4283.0, 4301.0, 4273.0, 4302.0, 4271.0, 4301.0, 4281.0, 4299.0, 4281.0, 4300.0, 4258.0, 4298.0, 4259.0, 4288.0, 4258.0, 4258.0, 4258.0, 4259.0, 4272.0, 4273.0, 4324.0, 4296.0, 4294.0, 4274.0, 4283.0, 4303.0, 4273.0, 4300.0, 4269.0, 4270.0, 4263.0, 4281.0, 4261.0, 4298.0, 4293.0, 4280.0, 4279.0, 4260.0, 4258.0, 4268.0, 4287.0, 4259.0, 4310.0, 4282.0, 4318.0, 4299.0, 4308.0, 4245.0, 4273.0, 4245.0, 4261.0, 4233.0, 4272.0, 4233.0, 4273.0, 4234.0, 4263.0, 4233.0, 4264.0, 4243.0, 4263.0, 4233.0, 4264.0, 4245.0, 4284.0, 4245.0, 4285.0, 4258.0, 4285.0, 4258.0, 4287.0, 4258.0, 4286.0, 4257.0, 4286.0, 4247.0, 4275.0, 4257.0, 4276.0, 4258.0, 4277.0, 4269.0, 4292.0, 4280.0, 4257.0, 4278.0, 4247.0, 4276.0, 4259.0, 4270.0, 4272.0, 4288.0, 4258.0, 4288.0, 4259.0, 4259.0, 4270.0, 4271.0, 4301.0, 4260.0, 4301.0, 4269.0, 4300.0, 4279.0, 4288.0, 4258.0, 4278.0, 4297.0, 4277.0, 4296.0, 4247.0, 4297.0, 4259.0, 4286.0, 4245.0, 4275.0, 4256.0, 4276.0, 4258.0, 4288.0, 4259.0, 4289.0, 4271.0, 4269.0, 4269.0, 4290.0, 4292.0, 4301.0, 4292.0, 4300.0, 4281.0, 4259.0, 4279.0, 4257.0, 4278.0, 4297.0, 4257.0, 4298.0, 4257.0, 4298.0, 4258.0, 4312.0, 4270.0, 4298.0, 4258.0, 4278.0, 4269.0, 4259.0, 4280.0, 4277.0, 4280.0, 4308.0, 4290.0, 4309.0, 4289.0, 4287.0, 4266.0, 4286.0, 4256.0, 4274.0, 4267.0, 4256.0, 4266.0, 4245.0, 4267.0, 4255.0, 4255.0, 4295.0, 4258.0, 4297.0, 4256.0, 4287.0, 4243.0, 4243.0, 4244.0, 4244.0, 4265.0, 4245.0, 4287.0, 4259.0, 4299.0, 4258.0, 4312.0, 4281.0, 4309.0, 4289.0, 4298.0, 4278.0, 4258.0, 4278.0, 4246.0, 4265.0, 4263.0, 4254.0, 4285.0, 4275.0, 4295.0, 4277.0, 4255.0, 4243.0, 4244.0, 4265.0, 4245.0, 4268.0, 4257.0, 4297.0, 4259.0, 4296.0, 4257.0, 4296.0, 4245.0, 4275.0, 4234.0, 4286.0, 4253.0, 4294.0, 4245.0, 4273.0, 4243.0, 4271.0, 4243.0, 4273.0, 4245.0, 4274.0, 4265.0, 4275.0, 4275.0, 4244.0, 4253.0, 4233.0, 4274.0, 4243.0, 4265.0, 4257.0, 4265.0, 4271.0, 4278.0, 4269.0, 4246.0, 4265.0, 4254.0, 4265.0, 4283.0, 4255.0, 4296.0, 4255.0, 4284.0, 4232.0, 4251.0, 4231.0, 4264.0, 4245.0, 4264.0, 4244.0, 4285.0, 4245.0, 4286.0, 4246.0, 4284.0, 4266.0, 4246.0, 4256.0, 4258.0, 4258.0, 4260.0, 4279.0, 4259.0, 4310.0, 4260.0, 4278.0, 4299.0, 4268.0, 4298.0, 4247.0, 4287.0, 4257.0, 4286.0, 4257.0, 4297.0, 4277.0, 4286.0, 4245.0, 4245.0, 4265.0, 4247.0, 4265.0, 4246.0, 4275.0, 4257.0, 4288.0, 4280.0, 4280.0, 4281.0, 4261.0, 4290.0, 4268.0, 4288.0, 4276.0, 4288.0, 4297.0, 4301.0, 4278.0, 4275.0, 4258.0, 4276.0, 4256.0, 4285.0, 4257.0, 4287.0, 4257.0, 4295.0, 4258.0, 4286.0, 4256.0, 4284.0, 4232.0, 4271.0, 4241.0, 4242.0, 4270.0, 4232.0, 4271.0, 4252.0, 4270.0, 4240.0, 4240.0, 4232.0, 4261.0, 4243.0, 4272.0, 4254.0, 4283.0, 4244.0, 4296.0, 4245.0, 4273.0, 4255.0, 4272.0, 4242.0, 4272.0, 4243.0, 4273.0, 4245.0, 4274.0, 4272.0, 4266.0, 4244.0, 4264.0, 4245.0, 4293.0, 4265.0, 4293.0, 4276.0, 4305.0, 4286.0, 4293.0, 4285.0, 4264.0, 4264.0, 4244.0, 4273.0, 4234.0, 4284.0, 4243.0, 4283.0, 4244.0, 4296.0, 4257.0, 4295.0, 4277.0, 4276.0, 4256.0, 4247.0, 4277.0, 4271.0, 4287.0, 4254.0, 4265.0, 4254.0, 4265.0, 4264.0, 4265.0, 4284.0, 4275.0, 4254.0, 4253.0, 4232.0, 4264.0, 4233.0, 4283.0, 4245.0, 4284.0, 4255.0, 4285.0, 4278.0, 4296.0, 4245.0, 4282.0, 4273.0, 4271.0, 4242.0, 4241.0, 4243.0, 4252.0, 4245.0, 4246.0, 4266.0, 4235.0, 4265.0, 4245.0, 4285.0, 4246.0, 4297.0, 4257.0, 4297.0, 4259.0, 4285.0, 4256.0, 4286.0, 4267.0, 4276.0, 4268.0, 4258.0, 4278.0, 4248.0, 4286.0, 4246.0, 4298.0, 4257.0, 4297.0, 4277.0, 4307.0, 4267.0, 4295.0, 4256.0, 4266.0, 4265.0, 4244.0, 4265.0, 4246.0, 4287.0, 4257.0, 4296.0, 4256.0, 4297.0, 4258.0, 4245.0, 4265.0, 4246.0, 4287.0, 4257.0, 4298.0, 4258.0, 4288.0, 4257.0, 4274.0, 4256.0, 4274.0, 4255.0, 4255.0, 4255.0, 4246.0, 4256.0, 4264.0, 4254.0, 4295.0, 4244.0, 4296.0, 4266.0, 4272.0, 4255.0, 4246.0, 4258.0, 4247.0, 4291.0, 4259.0, 4247.0, 4270.0, 4260.0, 4291.0, 4283.0, 4302.0, 4302.0, 4283.0, 4303.0, 4310.0, 4268.0, 4309.0, 4294.0, 4312.0, 4288.0, 4286.0, 4286.0, 4246.0, 4275.0, 4245.0, 4286.0, 4245.0, 4285.0, 4257.0, 4284.0, 4256.0, 4285.0, 4257.0, 4298.0, 4268.0, 4246.0, 4256.0, 4248.0, 4288.0, 4260.0, 4297.0, 4282.0, 4299.0, 4283.0, 4300.0, 4270.0, 4298.0, 4283.0, 4323.0, 4282.0, 4288.0, 4267.0, 4257.0, 4268.0, 4271.0, 4298.0, 4269.0, 4299.0, 4271.0, 4314.0, 4285.0, 4293.0, 4284.0, 4274.0, 4313.0, 4261.0, 4301.0, 4273.0, 4312.0, 4282.0, 4311.0, 4284.0, 4314.0, 4260.0, 4298.0, 4268.0, 4296.0, 4255.0, 4284.0, 4244.0, 4282.0, 4243.0, 4283.0, 4254.0, 4297.0, 4257.0, 4283.0, 4232.0, 4261.0, 4228.0, 4231.0, 4243.0, 4244.0, 4273.0, 4243.0, 4273.0, 4243.0, 4277.0, 4245.0, 4254.0, 4233.0, 4254.0, 4232.0, 4263.0, 4232.0, 4262.0, 4233.0, 4273.0, 4234.0, 4274.0, 4244.0, 4273.0, 4244.0, 4262.0, 4232.0, 4262.0, 4233.0, 4263.0, 4235.0, 4264.0, 4233.0, 4265.0, 4247.0, 4286.0, 4245.0, 4286.0, 4269.0, 4277.0, 4283.0, 4261.0, 4271.0, 4259.0, 4289.0, 4259.0, 4301.0, 4272.0, 4300.0, 4260.0, 4313.0, 4260.0, 4299.0, 4257.0, 4286.0, 4258.0, 4287.0, 4247.0, 4287.0, 4247.0, 4276.0, 4247.0, 4257.0, 4258.0, 4248.0, 4279.0, 4261.0, 4292.0, 4295.0, 4274.0, 4286.0, 4273.0, 4291.0, 4260.0, 4281.0, 4262.0, 4291.0, 4260.0, 4300.0, 4261.0, 4289.0, 4269.0, 4250.0, 4282.0, 4263.0, 4311.0, 4261.0, 4291.0, 4281.0, 4290.0, 4282.0, 4300.0, 4290.0, 4299.0, 4279.0, 4257.0, 4268.0, 4272.0, 4291.0, 4248.0, 4277.0, 4246.0, 4277.0, 4259.0, 4247.0, 4278.0, 4248.0, 4289.0, 4259.0, 4299.0, 4269.0, 4299.0, 4279.0, 4288.0, 4280.0, 4280.0, 4301.0, 4268.0, 4287.0, 4257.0, 4255.0, 4248.0, 4275.0, 4257.0, 4277.0, 4281.0, 4270.0, 4288.0, 4247.0, 4287.0, 4257.0, 4296.0, 4257.0, 4286.0, 4257.0, 4286.0, 4256.0, 4276.0, 4255.0, 4255.0, 4256.0, 4245.0, 4275.0, 4256.0, 4285.0, 4258.0, 4296.0, 4256.0, 4284.0, 4244.0, 4274.0, 4244.0, 4264.0, 4244.0, 4254.0, 4255.0, 4263.0, 4245.0, 4275.0, 4267.0, 4257.0, 4267.0, 4246.0, 4275.0, 4256.0, 4267.0, 4269.0, 4269.0, 4280.0, 4281.0, 4281.0, 4259.0, 4268.0, 4269.0, 4278.0, 4257.0, 4288.0, 4257.0], 'WindowWidth': [9688.0, 9602.0, 9627.0, 9538.0, 9603.0, 9546.0, 9577.0, 9533.0, 9554.0, 9482.0, 9528.0, 9469.0, 9563.0, 9487.0, 9514.0, 9468.0, 9432.0, 9458.0, 9441.0, 9476.0, 9466.0, 9504.0, 9459.0, 9502.0, 9503.0, 9508.0, 9464.0, 9499.0, 9457.0, 9482.0, 9443.0, 9484.0, 9461.0, 9501.0, 9462.0, 9498.0, 9464.0, 9462.0, 9450.0, 9456.0, 9485.0, 9462.0, 9483.0, 9459.0, 9500.0, 9447.0, 9498.0, 9444.0, 9494.0, 9441.0, 9491.0, 9438.0, 9490.0, 9437.0, 9473.0, 9435.0, 9458.0, 9432.0, 9445.0, 9432.0, 9483.0, 9444.0, 9514.0, 9450.0, 9467.0, 9480.0, 9469.0, 9480.0, 9470.0, 9470.0, 9510.0, 9474.0, 9538.0, 9495.0, 9522.0, 9465.0, 9500.0, 9476.0, 9481.0, 9470.0, 9492.0, 9488.0, 9453.0, 9469.0, 9441.0, 9456.0, 9459.0, 9482.0, 9461.0, 9500.0, 9447.0, 9497.0, 9443.0, 9485.0, 9447.0, 9485.0, 9442.0, 9470.0, 9427.0, 9458.0, 9442.0, 9457.0, 9447.0, 9475.0, 9464.0, 9504.0, 9467.0, 9507.0, 9471.0, 9524.0, 9466.0, 9492.0, 9461.0, 9489.0, 9446.0, 9494.0, 9496.0, 9497.0, 9472.0, 9464.0, 9465.0, 9474.0, 9465.0, 9506.0, 9471.0, 9509.0, 9503.0, 9476.0, 9502.0, 9474.0, 9517.0, 9475.0, 9509.0, 9478.0, 9508.0, 9479.0, 9504.0, 9466.0, 9505.0, 9459.0, 9501.0, 9471.0, 9495.0, 9473.0, 9499.0, 9438.0, 9493.0, 9443.0, 9478.0, 9438.0, 9438.0, 9439.0, 9442.0, 9466.0, 9469.0, 9542.0, 9505.0, 9497.0, 9471.0, 9483.0, 9508.0, 9466.0, 9498.0, 9454.0, 9456.0, 9453.0, 9472.0, 9446.0, 9492.0, 9491.0, 9472.0, 9467.0, 9444.0, 9439.0, 9453.0, 9475.0, 9438.0, 9511.0, 9476.0, 9520.0, 9493.0, 9504.0, 9416.0, 9448.0, 9410.0, 9425.0, 9393.0, 9444.0, 9394.0, 9448.0, 9394.0, 9434.0, 9393.0, 9437.0, 9409.0, 9433.0, 9395.0, 9437.0, 9414.0, 9464.0, 9415.0, 9469.0, 9437.0, 9469.0, 9437.0, 9476.0, 9438.0, 9473.0, 9435.0, 9469.0, 9421.0, 9456.0, 9435.0, 9458.0, 9436.0, 9460.0, 9454.0, 9491.0, 9471.0, 9435.0, 9464.0, 9422.0, 9459.0, 9442.0, 9460.0, 9465.0, 9481.0, 9440.0, 9479.0, 9441.0, 9444.0, 9459.0, 9463.0, 9502.0, 9444.0, 9502.0, 9455.0, 9497.0, 9466.0, 9479.0, 9438.0, 9466.0, 9487.0, 9460.0, 9485.0, 9422.0, 9488.0, 9439.0, 9470.0, 9416.0, 9454.0, 9433.0, 9457.0, 9438.0, 9477.0, 9443.0, 9483.0, 9461.0, 9458.0, 9457.0, 9483.0, 9490.0, 9501.0, 9490.0, 9497.0, 9475.0, 9442.0, 9467.0, 9436.0, 9466.0, 9490.0, 9434.0, 9490.0, 9436.0, 9491.0, 9438.0, 9519.0, 9459.0, 9493.0, 9440.0, 9465.0, 9454.0, 9441.0, 9472.0, 9464.0, 9471.0, 9507.0, 9484.0, 9508.0, 9480.0, 9476.0, 9448.0, 9469.0, 9430.0, 9452.0, 9445.0, 9430.0, 9445.0, 9414.0, 9445.0, 9428.0, 9431.0, 9482.0, 9439.0, 9490.0, 9433.0, 9475.0, 9412.0, 9410.0, 9411.0, 9414.0, 9442.0, 9416.0, 9476.0, 9442.0, 9496.0, 9440.0, 9517.0, 9477.0, 9508.0, 9482.0, 9491.0, 9467.0, 9441.0, 9465.0, 9420.0, 9444.0, 9435.0, 9427.0, 9467.0, 9457.0, 9483.0, 9460.0, 9429.0, 9411.0, 9413.0, 9442.0, 9416.0, 9453.0, 9436.0, 9491.0, 9441.0, 9485.0, 9434.0, 9487.0, 9414.0, 9453.0, 9396.0, 9472.0, 9425.0, 9481.0, 9417.0, 9448.0, 9409.0, 9441.0, 9410.0, 9447.0, 9415.0, 9451.0, 9442.0, 9454.0, 9456.0, 9411.0, 9422.0, 9394.0, 9451.0, 9409.0, 9441.0, 9434.0, 9443.0, 9461.0, 9464.0, 9453.0, 9418.0, 9440.0, 9422.0, 9438.0, 9462.0, 9426.0, 9485.0, 9427.0, 9464.0, 9392.0, 9414.0, 9388.0, 9437.0, 9416.0, 9437.0, 9415.0, 9470.0, 9416.0, 9471.0, 9416.0, 9466.0, 9445.0, 9419.0, 9432.0, 9438.0, 9437.0, 9442.0, 9467.0, 9439.0, 9510.0, 9443.0, 9465.0, 9495.0, 9450.0, 9492.0, 9423.0, 9473.0, 9432.0, 9470.0, 9435.0, 9489.0, 9460.0, 9468.0, 9414.0, 9413.0, 9444.0, 9420.0, 9442.0, 9418.0, 9454.0, 9434.0, 9477.0, 9472.0, 9472.0, 9474.0, 9450.0, 9485.0, 9451.0, 9476.0, 9458.0, 9478.0, 9489.0, 9502.0, 9463.0, 9458.0, 9439.0, 9458.0, 9430.0, 9467.0, 9433.0, 9474.0, 9433.0, 9484.0, 9436.0, 9472.0, 9430.0, 9464.0, 9392.0, 9443.0, 9400.0, 9404.0, 9439.0, 9391.0, 9441.0, 9418.0, 9438.0, 9400.0, 9399.0, 9392.0, 9428.0, 9408.0, 9446.0, 9425.0, 9463.0, 9414.0, 9485.0, 9416.0, 9450.0, 9426.0, 9444.0, 9405.0, 9445.0, 9409.0, 9449.0, 9414.0, 9453.0, 9465.0, 9446.0, 9413.0, 9440.0, 9415.0, 9476.0, 9442.0, 9477.0, 9459.0, 9496.0, 9473.0, 9478.0, 9467.0, 9436.0, 9437.0, 9411.0, 9448.0, 9399.0, 9467.0, 9410.0, 9461.0, 9412.0, 9486.0, 9435.0, 9483.0, 9460.0, 9457.0, 9433.0, 9422.0, 9462.0, 9462.0, 9476.0, 9427.0, 9440.0, 9425.0, 9440.0, 9437.0, 9443.0, 9466.0, 9454.0, 9426.0, 9422.0, 9394.0, 9435.0, 9394.0, 9462.0, 9415.0, 9468.0, 9431.0, 9468.0, 9465.0, 9488.0, 9414.0, 9460.0, 9448.0, 9441.0, 9405.0, 9404.0, 9408.0, 9420.0, 9415.0, 9418.0, 9445.0, 9405.0, 9443.0, 9417.0, 9469.0, 9419.0, 9487.0, 9437.0, 9491.0, 9440.0, 9470.0, 9432.0, 9470.0, 9449.0, 9460.0, 9451.0, 9441.0, 9465.0, 9425.0, 9473.0, 9418.0, 9490.0, 9435.0, 9490.0, 9461.0, 9501.0, 9446.0, 9484.0, 9434.0, 9448.0, 9444.0, 9413.0, 9443.0, 9419.0, 9473.0, 9437.0, 9484.0, 9431.0, 9489.0, 9438.0, 9416.0, 9443.0, 9418.0, 9474.0, 9436.0, 9491.0, 9439.0, 9475.0, 9434.0, 9451.0, 9429.0, 9452.0, 9428.0, 9425.0, 9428.0, 9416.0, 9430.0, 9438.0, 9425.0, 9478.0, 9411.0, 9483.0, 9446.0, 9445.0, 9427.0, 9416.0, 9437.0, 9420.0, 9490.0, 9442.0, 9421.0, 9458.0, 9444.0, 9488.0, 9481.0, 9503.0, 9504.0, 9479.0, 9508.0, 9510.0, 9448.0, 9508.0, 9496.0, 9518.0, 9476.0, 9468.0, 9472.0, 9419.0, 9455.0, 9416.0, 9469.0, 9415.0, 9466.0, 9431.0, 9465.0, 9431.0, 9466.0, 9434.0, 9491.0, 9448.0, 9418.0, 9430.0, 9424.0, 9476.0, 9443.0, 9489.0, 9479.0, 9496.0, 9480.0, 9498.0, 9456.0, 9490.0, 9480.0, 9533.0, 9476.0, 9475.0, 9448.0, 9434.0, 9451.0, 9462.0, 9493.0, 9456.0, 9497.0, 9462.0, 9524.0, 9489.0, 9493.0, 9484.0, 9469.0, 9520.0, 9447.0, 9499.0, 9467.0, 9516.0, 9478.0, 9515.0, 9484.0, 9526.0, 9445.0, 9490.0, 9451.0, 9487.0, 9427.0, 9463.0, 9411.0, 9458.0, 9409.0, 9459.0, 9425.0, 9491.0, 9435.0, 9462.0, 9393.0, 9427.0, 9379.0, 9385.0, 9409.0, 9413.0, 9450.0, 9409.0, 9449.0, 9409.0, 9461.0, 9413.0, 9424.0, 9393.0, 9421.0, 9392.0, 9432.0, 9391.0, 9431.0, 9394.0, 9446.0, 9397.0, 9448.0, 9411.0, 9448.0, 9409.0, 9431.0, 9391.0, 9430.0, 9392.0, 9432.0, 9398.0, 9436.0, 9395.0, 9442.0, 9420.0, 9470.0, 9416.0, 9472.0, 9457.0, 9461.0, 9485.0, 9450.0, 9463.0, 9443.0, 9482.0, 9443.0, 9500.0, 9467.0, 9496.0, 9443.0, 9519.0, 9443.0, 9493.0, 9435.0, 9470.0, 9435.0, 9472.0, 9419.0, 9471.0, 9419.0, 9457.0, 9420.0, 9433.0, 9437.0, 9425.0, 9469.0, 9448.0, 9490.0, 9498.0, 9471.0, 9490.0, 9468.0, 9488.0, 9442.0, 9474.0, 9447.0, 9484.0, 9443.0, 9499.0, 9446.0, 9481.0, 9454.0, 9430.0, 9478.0, 9454.0, 9516.0, 9448.0, 9485.0, 9474.0, 9483.0, 9474.0, 9495.0, 9484.0, 9491.0, 9464.0, 9433.0, 9451.0, 9464.0, 9486.0, 9423.0, 9459.0, 9417.0, 9461.0, 9440.0, 9422.0, 9463.0, 9425.0, 9480.0, 9442.0, 9494.0, 9456.0, 9492.0, 9468.0, 9476.0, 9472.0, 9472.0, 9502.0, 9452.0, 9473.0, 9437.0, 9429.0, 9422.0, 9453.0, 9433.0, 9462.0, 9476.0, 9458.0, 9479.0, 9420.0, 9473.0, 9435.0, 9485.0, 9434.0, 9469.0, 9433.0, 9470.0, 9430.0, 9456.0, 9426.0, 9425.0, 9431.0, 9414.0, 9456.0, 9431.0, 9469.0, 9437.0, 9484.0, 9429.0, 9465.0, 9412.0, 9452.0, 9411.0, 9437.0, 9409.0, 9425.0, 9428.0, 9436.0, 9415.0, 9453.0, 9449.0, 9434.0, 9447.0, 9419.0, 9453.0, 9433.0, 9449.0, 9455.0, 9456.0, 9474.0, 9475.0, 9475.0, 9441.0, 9452.0, 9452.0, 9462.0, 9433.0, 9475.0, 9432.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.0016234295612009239</td></tr>
<tr><td colspan=3>aqi</td><td>0.03433044919168591</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.27169657793068</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2567919035375714</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974899684739873</td></tr>
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
<tr><td colspan=3>fber</td><td>8407.3184</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12049188701173844</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.702078521939955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.388265786031741</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3109574903570254</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.626806573735687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2270332940025104</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123975</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009762032888829708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02672743611037731</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8928857779148154</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.0974</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.0281</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.7865</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306622.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.8274</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4253</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.173</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3527.0024</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69922.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.6925</td></tr>
<tr><td colspan=3>tsnr</td><td>36.17888753442094</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>