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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0034_ses-03_task-social_acq-mb8_run-01_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-0034_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-01_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-0034/ses-03/func/sub-0034_ses-03_task-social_acq-mb8_run-01_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>80b78b4d1bac631c001a828ca24c8060</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:12:2.235000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996126, 0.0875468, 0.00822924, -0.0876753, 0.981696, 0.169073]</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-01_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.101686</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7813, -7176, 518, -44, -231, 122, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15e1cd0a-bbec-4956-b62d-be35a3728bfe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672534465789795, -0.23522651195526123, -0.018152572214603424, 123.28961181640625], [-0.2348816990852356, 2.633819103240967, 0.45667657256126404, -76.55280303955078], [0.022078460082411766, -0.4536101818084717, 2.661036729812622, -27.590028762817383], [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': ['111202.235000', '111202.695000', '111203.155000', '111203.615000', '111204.075000', '111204.535000', '111204.995000', '111205.455000', '111205.915000', '111206.375000', '111206.835000', '111207.295000', '111207.755000', '111208.215000', '111208.675000', '111209.135000', '111209.595000', '111210.055000', '111210.515000', '111210.975000', '111211.435000', '111211.895000', '111212.355000', '111212.815000', '111213.275000', '111213.735000', '111214.195000', '111214.655000', '111215.115000', '111215.575000', '111216.035000', '111216.495000', '111216.955000', '111217.415000', '111217.875000', '111218.335000', '111218.795000', '111219.255000', '111219.715000', '111220.175000', '111220.635000', '111221.095000', '111221.555000', '111222.015000', '111222.475000', '111222.935000', '111223.395000', '111223.855000', '111224.315000', '111224.775000', '111225.235000', '111225.695000', '111226.155000', '111226.615000', '111227.075000', '111227.535000', '111227.995000', '111228.455000', '111228.915000', '111229.375000', '111229.835000', '111230.295000', '111230.755000', '111231.215000', '111231.675000', '111232.135000', '111232.595000', '111233.055000', '111233.515000', '111233.975000', '111234.435000', '111234.895000', '111235.355000', '111235.815000', '111236.275000', '111236.735000', '111237.195000', '111237.655000', '111238.115000', '111238.575000', '111239.035000', '111239.495000', '111239.955000', '111240.415000', '111240.875000', '111241.335000', '111241.795000', '111242.255000', '111242.715000', '111243.175000', '111243.635000', '111244.095000', '111244.555000', '111245.015000', '111245.475000', '111245.935000', '111246.395000', '111246.855000', '111247.315000', '111247.775000', '111248.235000', '111248.695000', '111249.155000', '111249.615000', '111250.075000', '111250.535000', '111250.995000', '111251.455000', '111251.915000', '111252.375000', '111252.835000', '111253.295000', '111253.755000', '111254.215000', '111254.675000', '111255.135000', '111255.595000', '111256.055000', '111256.515000', '111256.975000', '111257.435000', '111257.895000', '111258.355000', '111258.815000', '111259.275000', '111259.735000', '111300.195000', '111300.655000', '111301.115000', '111301.575000', '111302.035000', '111302.495000', '111302.955000', '111303.415000', '111303.875000', '111304.335000', '111304.795000', '111305.255000', '111305.715000', '111306.175000', '111306.635000', '111307.095000', '111307.555000', '111308.015000', '111308.475000', '111308.935000', '111309.395000', '111309.855000', '111310.315000', '111310.775000', '111311.235000', '111311.695000', '111312.155000', '111312.615000', '111313.075000', '111313.535000', '111313.995000', '111314.455000', '111314.915000', '111315.375000', '111315.835000', '111316.295000', '111316.755000', '111317.215000', '111317.675000', '111318.135000', '111318.595000', '111319.055000', '111319.515000', '111319.975000', '111320.435000', '111320.895000', '111321.355000', '111321.815000', '111322.275000', '111322.735000', '111323.195000', '111323.655000', '111324.115000', '111324.575000', '111325.035000', '111325.495000', '111325.955000', '111326.415000', '111326.875000', '111327.335000', '111327.795000', '111328.255000', '111328.715000', '111329.175000', '111329.635000', '111330.095000', '111330.555000', '111331.015000', '111331.475000', '111331.935000', '111332.395000', '111332.855000', '111333.315000', '111333.775000', '111334.235000', '111334.695000', '111335.155000', '111335.615000', '111336.075000', '111336.535000', '111336.995000', '111337.455000', '111337.915000', '111338.375000', '111338.835000', '111339.295000', '111339.755000', '111340.215000', '111340.675000', '111341.135000', '111341.595000', '111342.055000', '111342.515000', '111342.975000', '111343.435000', '111343.895000', '111344.355000', '111344.815000', '111345.275000', '111345.735000', '111346.195000', '111346.655000', '111347.115000', '111347.575000', '111348.035000', '111348.495000', '111348.955000', '111349.415000', '111349.875000', '111350.335000', '111350.795000', '111351.255000', '111351.715000', '111352.175000', '111352.635000', '111353.095000', '111353.555000', '111354.015000', '111354.475000', '111354.935000', '111355.395000', '111355.855000', '111356.315000', '111356.775000', '111357.235000', '111357.695000', '111358.155000', '111358.615000', '111359.075000', '111359.535000', '111359.995000', '111400.455000', '111400.915000', '111401.375000', '111401.835000', '111402.295000', '111402.755000', '111403.215000', '111403.675000', '111404.135000', '111404.595000', '111405.055000', '111405.515000', '111405.975000', '111406.435000', '111406.895000', '111407.355000', '111407.815000', '111408.275000', '111408.735000', '111409.195000', '111409.655000', '111410.115000', '111410.575000', '111411.035000', '111411.495000', '111411.955000', '111412.415000', '111412.875000', '111413.335000', '111413.795000', '111414.255000', '111414.715000', '111415.175000', '111415.635000', '111416.095000', '111416.555000', '111417.015000', '111417.475000', '111417.935000', '111418.395000', '111418.855000', '111419.315000', '111419.775000', '111420.235000', '111420.695000', '111421.155000', '111421.615000', '111422.075000', '111422.535000', '111422.995000', '111423.455000', '111423.915000', '111424.375000', '111424.835000', '111425.295000', '111425.755000', '111426.215000', '111426.675000', '111427.135000', '111427.595000', '111428.055000', '111428.515000', '111428.975000', '111429.435000', '111429.895000', '111430.355000', '111430.815000', '111431.275000', '111431.735000', '111432.195000', '111432.655000', '111433.115000', '111433.575000', '111434.035000', '111434.495000', '111434.955000', '111435.415000', '111435.875000', '111436.335000', '111436.795000', '111437.255000', '111437.715000', '111438.175000', '111438.635000', '111439.095000', '111439.555000', '111440.015000', '111440.475000', '111440.935000', '111441.395000', '111441.855000', '111442.315000', '111442.775000', '111443.235000', '111443.695000', '111444.155000', '111444.615000', '111445.075000', '111445.535000', '111445.995000', '111446.455000', '111446.915000', '111447.375000', '111447.835000', '111448.295000', '111448.755000', '111449.215000', '111449.675000', '111450.135000', '111450.595000', '111451.055000', '111451.515000', '111451.975000', '111452.435000', '111452.895000', '111453.355000', '111453.815000', '111454.275000', '111454.735000', '111455.195000', '111455.655000', '111456.115000', '111456.575000', '111457.035000', '111457.495000', '111457.955000', '111458.415000', '111458.875000', '111459.335000', '111459.795000', '111500.255000', '111500.715000', '111501.175000', '111501.635000', '111502.095000', '111502.555000', '111503.015000', '111503.475000', '111503.935000', '111504.395000', '111504.855000', '111505.315000', '111505.775000', '111506.235000', '111506.695000', '111507.155000', '111507.615000', '111508.075000', '111508.535000', '111508.995000', '111509.455000', '111509.915000', '111510.375000', '111510.835000', '111511.295000', '111511.755000', '111512.215000', '111512.675000', '111513.135000', '111513.595000', '111514.055000', '111514.515000', '111514.975000', '111515.435000', '111515.895000', '111516.355000', '111516.815000', '111517.275000', '111517.735000', '111518.195000', '111518.655000', '111519.115000', '111519.575000', '111520.035000', '111520.495000', '111520.955000', '111521.415000', '111521.875000', '111522.335000', '111522.795000', '111523.255000', '111523.715000', '111524.175000', '111524.635000', '111525.095000', '111525.555000', '111526.015000', '111526.475000', '111526.935000', '111527.395000', '111527.855000', '111528.315000', '111528.775000', '111529.235000', '111529.695000', '111530.155000', '111530.615000', '111531.075000', '111531.535000', '111531.995000', '111532.455000', '111532.915000', '111533.375000', '111533.835000', '111534.295000', '111534.755000', '111535.215000', '111535.675000', '111536.135000', '111536.595000', '111537.055000', '111537.515000', '111537.975000', '111538.435000', '111538.895000', '111539.355000', '111539.815000', '111540.275000', '111540.735000', '111541.195000', '111541.655000', '111542.115000', '111542.575000', '111543.035000', '111543.495000', '111543.955000', '111544.415000', '111544.875000', '111545.335000', '111545.795000', '111546.255000', '111546.715000', '111547.175000', '111547.635000', '111548.095000', '111548.555000', '111549.015000', '111549.475000', '111549.935000', '111550.395000', '111550.855000', '111551.315000', '111551.775000', '111552.235000', '111552.695000', '111553.155000', '111553.615000', '111554.075000', '111554.535000', '111554.995000', '111555.455000', '111555.915000', '111556.375000', '111556.835000', '111557.295000', '111557.755000', '111558.215000', '111558.675000', '111559.135000', '111559.595000', '111600.055000', '111600.515000', '111600.975000', '111601.435000', '111601.895000', '111602.355000', '111602.815000', '111603.275000', '111603.735000', '111604.195000', '111604.655000', '111605.115000', '111605.575000', '111606.035000', '111606.495000', '111606.955000', '111607.415000', '111607.875000', '111608.335000', '111608.795000', '111609.255000', '111609.715000', '111610.175000', '111610.635000', '111611.095000', '111611.555000', '111612.015000', '111612.475000', '111612.935000', '111613.395000', '111613.855000', '111614.315000', '111614.775000', '111615.235000', '111615.695000', '111616.155000', '111616.615000', '111617.075000', '111617.535000', '111617.995000', '111618.455000', '111618.915000', '111619.375000', '111619.835000', '111620.295000', '111620.755000', '111621.215000', '111621.675000', '111622.135000', '111622.595000', '111623.055000', '111623.515000', '111623.975000', '111624.435000', '111624.895000', '111625.355000', '111625.815000', '111626.275000', '111626.735000', '111627.195000', '111627.655000', '111628.115000', '111628.575000', '111629.035000', '111629.495000', '111629.955000', '111630.415000', '111630.875000', '111631.335000', '111631.795000', '111632.255000', '111632.715000', '111633.175000', '111633.635000', '111634.095000', '111634.555000', '111635.015000', '111635.475000', '111635.935000', '111636.395000', '111636.855000', '111637.315000', '111637.775000', '111638.235000', '111638.695000', '111639.155000', '111639.615000', '111640.075000', '111640.535000', '111640.995000', '111641.455000', '111641.915000', '111642.375000', '111642.835000', '111643.295000', '111643.755000', '111644.215000', '111644.675000', '111645.135000', '111645.595000', '111646.055000', '111646.515000', '111646.975000', '111647.435000', '111647.895000', '111648.355000', '111648.815000', '111649.275000', '111649.735000', '111650.195000', '111650.655000', '111651.115000', '111651.575000', '111652.035000', '111652.495000', '111652.955000', '111653.415000', '111653.875000', '111654.335000', '111654.795000', '111655.255000', '111655.715000', '111656.175000', '111656.635000', '111657.095000', '111657.555000', '111658.015000', '111658.475000', '111658.935000', '111659.395000', '111659.855000', '111700.315000', '111700.775000', '111701.235000', '111701.695000', '111702.155000', '111702.615000', '111703.075000', '111703.535000', '111703.995000', '111704.455000', '111704.915000', '111705.375000', '111705.835000', '111706.295000', '111706.755000', '111707.215000', '111707.675000', '111708.135000', '111708.595000', '111709.055000', '111709.515000', '111709.975000', '111710.435000', '111710.895000', '111711.355000', '111711.815000', '111712.275000', '111712.735000', '111713.195000', '111713.655000', '111714.115000', '111714.575000', '111715.035000', '111715.495000', '111715.955000', '111716.415000', '111716.875000', '111717.335000', '111717.795000', '111718.255000', '111718.715000', '111719.175000', '111719.635000', '111720.095000', '111720.555000', '111721.015000', '111721.475000', '111721.935000', '111722.395000', '111722.855000', '111723.315000', '111723.775000', '111724.235000', '111724.695000', '111725.155000', '111725.615000', '111726.075000', '111726.535000', '111726.995000', '111727.455000', '111727.915000', '111728.375000', '111728.835000', '111729.295000', '111729.755000', '111730.215000', '111730.675000', '111731.135000', '111731.595000', '111732.055000', '111732.515000', '111732.975000', '111733.435000', '111733.895000', '111734.355000', '111734.815000', '111735.275000', '111735.735000', '111736.195000', '111736.655000', '111737.115000', '111737.575000', '111738.035000', '111738.495000', '111738.955000', '111739.415000', '111739.875000', '111740.335000', '111740.795000', '111741.255000', '111741.715000', '111742.175000', '111742.635000', '111743.095000', '111743.555000', '111744.015000', '111744.475000', '111744.935000', '111745.395000', '111745.855000', '111746.315000', '111746.775000', '111747.235000', '111747.695000', '111748.155000', '111748.615000', '111749.075000', '111749.535000', '111749.995000', '111750.455000', '111750.915000', '111751.375000', '111751.835000', '111752.295000', '111752.755000', '111753.215000', '111753.675000', '111754.135000', '111754.595000', '111755.055000', '111755.515000', '111755.975000', '111756.435000', '111756.895000', '111757.355000', '111757.815000', '111758.275000', '111758.735000', '111759.195000', '111759.655000', '111800.115000', '111800.575000', '111801.035000', '111801.495000', '111801.955000', '111802.415000', '111802.875000', '111803.335000', '111803.795000', '111804.255000', '111804.715000', '111805.175000', '111805.635000', '111806.095000', '111806.555000', '111807.015000', '111807.475000', '111807.935000', '111808.395000', '111808.855000', '111809.315000', '111809.775000', '111810.235000', '111810.695000', '111811.155000', '111811.615000', '111812.075000', '111812.535000', '111812.995000', '111813.455000', '111813.915000', '111814.375000', '111814.835000', '111815.295000', '111815.755000', '111816.215000', '111816.675000', '111817.135000', '111817.595000', '111818.055000', '111818.515000', '111818.975000', '111819.435000', '111819.895000', '111820.355000', '111820.815000', '111821.275000', '111821.735000', '111822.195000', '111822.655000', '111823.115000', '111823.575000', '111824.035000', '111824.495000', '111824.955000', '111825.415000', '111825.875000', '111826.335000', '111826.795000', '111827.255000', '111827.715000', '111828.175000', '111828.635000', '111829.095000', '111829.555000', '111830.015000', '111830.475000', '111830.935000', '111831.395000', '111831.855000', '111832.315000', '111832.775000', '111833.235000', '111833.695000', '111834.155000', '111834.615000', '111835.075000', '111835.535000', '111835.995000', '111836.455000', '111836.915000', '111837.375000', '111837.835000', '111838.295000', '111838.755000', '111839.215000', '111839.675000', '111840.135000', '111840.595000', '111841.055000', '111841.515000', '111841.975000', '111842.435000', '111842.895000'], 'ContentTime': ['111225.708000', '111225.711000', '111225.714000', '111225.717000', '111225.720000', '111225.723000', '111225.725000', '111225.728000', '111225.731000', '111225.736000', '111225.739000', '111225.741000', '111225.744000', '111225.747000', '111225.750000', '111225.753000', '111225.756000', '111225.758000', '111225.761000', '111225.764000', '111225.767000', '111225.770000', '111225.773000', '111225.775000', '111225.778000', '111225.781000', '111225.784000', '111225.787000', '111225.789000', '111225.792000', '111225.799000', '111225.802000', '111225.805000', '111225.807000', '111225.810000', '111225.813000', '111225.816000', '111225.819000', '111225.822000', '111225.824000', '111225.827000', '111225.830000', '111225.833000', '111225.836000', '111225.838000', '111225.841000', '111225.844000', '111225.847000', '111225.849000', '111225.852000', '111245.671000', '111245.674000', '111245.677000', '111245.679000', '111245.682000', '111245.685000', '111245.688000', '111245.691000', '111245.694000', '111245.696000', '111245.699000', '111245.702000', '111245.705000', '111245.707000', '111245.710000', '111245.713000', '111245.716000', '111245.719000', '111245.721000', '111245.724000', '111245.727000', '111245.730000', '111245.733000', '111245.736000', '111245.738000', '111245.741000', '111245.744000', '111245.747000', '111245.750000', '111245.753000', '111245.756000', '111245.758000', '111245.761000', '111245.764000', '111245.803000', '111245.806000', '111245.809000', '111245.811000', '111245.814000', '111245.817000', '111245.820000', '111245.823000', '111245.825000', '111305.671000', '111305.674000', '111305.677000', '111305.679000', '111305.682000', '111305.685000', '111305.688000', '111305.691000', '111305.694000', '111305.696000', '111305.699000', '111305.702000', '111305.705000', '111305.709000', '111305.712000', '111305.715000', '111305.718000', '111305.720000', '111305.723000', '111305.726000', '111305.729000', '111305.732000', '111305.734000', '111305.737000', '111305.740000', '111305.743000', '111305.746000', '111305.748000', '111305.751000', '111305.754000', '111305.757000', '111305.760000', '111305.762000', '111305.765000', '111305.768000', '111305.771000', '111305.774000', '111305.777000', '111305.780000', '111305.782000', '111305.785000', '111305.788000', '111305.791000', '111305.794000', '111325.670000', '111325.673000', '111325.676000', '111325.679000', '111325.681000', '111325.684000', '111325.687000', '111325.690000', '111325.693000', '111325.695000', '111325.698000', '111325.701000', '111325.705000', '111325.708000', '111325.711000', '111325.719000', '111325.722000', '111325.725000', '111325.728000', '111325.731000', '111325.733000', '111325.736000', '111325.739000', '111325.742000', '111325.745000', '111325.748000', '111325.750000', '111325.753000', '111325.756000', '111325.759000', '111325.762000', '111325.765000', '111325.768000', '111325.771000', '111325.774000', '111325.777000', '111325.779000', '111325.782000', '111325.785000', '111325.788000', '111325.791000', '111325.794000', '111325.797000', '111345.670000', '111345.673000', '111345.676000', '111345.679000', '111345.681000', '111345.684000', '111345.687000', '111345.690000', '111345.693000', '111345.695000', '111345.698000', '111345.701000', '111345.704000', '111345.707000', '111345.709000', '111345.712000', '111345.715000', '111345.718000', '111345.721000', '111345.724000', '111345.726000', '111345.729000', '111345.732000', '111345.735000', '111345.738000', '111345.741000', '111345.743000', '111345.746000', '111345.751000', '111345.754000', '111345.757000', '111345.760000', '111345.762000', '111345.765000', '111345.768000', '111345.771000', '111345.774000', '111345.777000', '111345.779000', '111345.782000', '111345.785000', '111345.788000', '111345.791000', '111345.793000', '111405.670000', '111405.673000', '111405.676000', '111405.679000', '111405.681000', '111405.684000', '111405.687000', '111405.690000', '111405.693000', '111405.696000', '111405.698000', '111405.701000', '111405.704000', '111405.707000', '111405.710000', '111405.713000', '111405.715000', '111405.718000', '111405.721000', '111405.724000', '111405.727000', '111405.730000', '111405.733000', '111405.735000', '111405.738000', '111405.741000', '111405.744000', '111405.747000', '111405.749000', '111405.752000', '111405.755000', '111405.758000', '111405.761000', '111405.764000', '111405.767000', '111405.777000', '111405.780000', '111405.784000', '111405.796000', '111405.799000', '111405.802000', '111405.805000', '111405.808000', '111425.671000', '111425.674000', '111425.677000', '111425.679000', '111425.682000', '111425.685000', '111425.688000', '111425.691000', '111425.694000', '111425.696000', '111425.699000', '111425.702000', '111425.705000', '111425.708000', '111425.711000', '111425.713000', '111425.716000', '111425.719000', '111425.722000', '111425.725000', '111425.728000', '111425.730000', '111425.733000', '111425.736000', '111425.739000', '111425.742000', '111425.744000', '111425.747000', '111425.750000', '111425.753000', '111425.771000', '111425.809000', '111425.812000', '111425.815000', '111425.818000', '111425.821000', '111425.823000', '111425.826000', '111425.829000', '111425.832000', '111425.835000', '111425.837000', '111425.840000', '111425.843000', '111445.671000', '111445.674000', '111445.677000', '111445.680000', '111445.693000', '111445.696000', '111445.698000', '111445.701000', '111445.704000', '111445.707000', '111445.710000', '111445.713000', '111445.715000', '111445.718000', '111445.721000', '111445.724000', '111445.727000', '111445.730000', '111445.732000', '111445.735000', '111445.738000', '111445.741000', '111445.745000', '111445.748000', '111445.751000', '111445.754000', '111445.757000', '111445.760000', '111445.762000', '111445.765000', '111445.768000', '111445.795000', '111445.798000', '111445.801000', '111445.804000', '111445.807000', '111445.810000', '111445.813000', '111445.816000', '111445.819000', '111445.822000', '111445.824000', '111445.827000', '111505.671000', '111505.674000', '111505.676000', '111505.679000', '111505.682000', '111505.685000', '111505.688000', '111505.690000', '111505.693000', '111505.696000', '111505.699000', '111505.702000', '111505.705000', '111505.707000', '111505.710000', '111505.713000', '111505.716000', '111505.719000', '111505.722000', '111505.724000', '111505.727000', '111505.730000', '111505.733000', '111505.736000', '111505.739000', '111505.741000', '111505.744000', '111505.747000', '111505.750000', '111505.753000', '111505.756000', '111505.758000', '111505.761000', '111505.764000', '111505.767000', '111505.807000', '111505.810000', '111505.813000', '111505.816000', '111505.819000', '111505.821000', '111505.824000', '111505.827000', '111505.830000', '111525.671000', '111525.674000', '111525.677000', '111525.680000', '111525.682000', '111525.685000', '111525.688000', '111525.691000', '111525.694000', '111525.697000', '111525.699000', '111525.702000', '111525.705000', '111525.708000', '111525.711000', '111525.714000', '111525.716000', '111525.719000', '111525.722000', '111525.725000', '111525.728000', '111525.731000', '111525.733000', '111525.736000', '111525.739000', '111525.742000', '111525.745000', '111525.748000', '111525.750000', '111525.753000', '111525.756000', '111525.759000', '111525.762000', '111525.765000', '111525.768000', '111525.789000', '111525.791000', '111525.794000', '111525.797000', '111525.804000', '111525.806000', '111525.809000', '111525.812000', '111545.670000', '111545.673000', '111545.675000', '111545.678000', '111545.681000', '111545.684000', '111545.687000', '111545.690000', '111545.693000', '111545.695000', '111545.698000', '111545.701000', '111545.704000', '111545.707000', '111545.710000', '111545.712000', '111545.715000', '111545.718000', '111545.721000', '111545.724000', '111545.727000', '111545.729000', '111545.732000', '111545.735000', '111545.738000', '111545.741000', '111545.744000', '111545.747000', '111545.749000', '111545.752000', '111545.755000', '111545.758000', '111545.761000', '111545.763000', '111545.766000', '111545.769000', '111545.772000', '111545.775000', '111545.778000', '111545.780000', '111545.833000', '111545.836000', '111545.839000', '111545.842000', '111605.670000', '111605.673000', '111605.676000', '111605.678000', '111605.681000', '111605.684000', '111605.687000', '111605.690000', '111605.692000', '111605.695000', '111605.698000', '111605.710000', '111605.713000', '111605.716000', '111605.718000', '111605.721000', '111605.724000', '111605.727000', '111605.730000', '111605.733000', '111605.736000', '111605.738000', '111605.741000', '111605.744000', '111605.747000', '111605.750000', '111605.753000', '111605.755000', '111605.758000', '111605.761000', '111605.764000', '111605.767000', '111605.809000', '111605.812000', '111605.815000', '111605.818000', '111605.821000', '111605.824000', '111605.827000', '111605.830000', '111605.833000', '111605.835000', '111605.855000', '111625.670000', '111625.673000', '111625.676000', '111625.678000', '111625.681000', '111625.684000', '111625.687000', '111625.690000', '111625.692000', '111625.695000', '111625.698000', '111625.701000', '111625.704000', '111625.707000', '111625.710000', '111625.712000', '111625.715000', '111625.718000', '111625.721000', '111625.724000', '111625.726000', '111625.729000', '111625.732000', '111625.735000', '111625.738000', '111625.741000', '111625.743000', '111625.746000', '111625.749000', '111625.752000', '111625.755000', '111625.758000', '111625.760000', '111625.763000', '111625.766000', '111625.818000', '111625.821000', '111625.824000', '111625.827000', '111625.830000', '111625.833000', '111625.835000', '111625.838000', '111625.841000', '111645.671000', '111645.674000', '111645.677000', '111645.680000', '111645.682000', '111645.685000', '111645.688000', '111645.691000', '111645.694000', '111645.697000', '111645.699000', '111645.702000', '111645.705000', '111645.708000', '111645.711000', '111645.714000', '111645.716000', '111645.719000', '111645.722000', '111645.725000', '111645.728000', '111645.731000', '111645.733000', '111645.736000', '111645.739000', '111645.742000', '111645.745000', '111645.748000', '111645.750000', '111645.753000', '111645.756000', '111645.759000', '111645.762000', '111645.764000', '111645.767000', '111645.823000', '111645.826000', '111645.829000', '111645.832000', '111645.835000', '111645.838000', '111645.840000', '111645.843000', '111705.671000', '111705.674000', '111705.677000', '111705.680000', '111705.682000', '111705.685000', '111705.688000', '111705.691000', '111705.694000', '111705.697000', '111705.699000', '111705.702000', '111705.705000', '111705.708000', '111705.711000', '111705.714000', '111705.716000', '111705.719000', '111705.722000', '111705.725000', '111705.728000', '111705.731000', '111705.733000', '111705.736000', '111705.739000', '111705.742000', '111705.745000', '111705.748000', '111705.751000', '111705.753000', '111705.756000', '111705.759000', '111705.762000', '111705.765000', '111705.767000', '111705.831000', '111705.833000', '111705.836000', '111705.839000', '111705.842000', '111705.845000', '111705.848000', '111705.851000', '111705.853000', '111725.671000', '111725.674000', '111725.677000', '111725.680000', '111725.682000', '111725.685000', '111725.688000', '111725.691000', '111725.694000', '111725.697000', '111725.700000', '111725.702000', '111725.705000', '111725.708000', '111725.711000', '111725.714000', '111725.717000', '111725.720000', '111725.722000', '111725.725000', '111725.728000', '111725.731000', '111725.734000', '111725.737000', '111725.740000', '111725.743000', '111725.745000', '111725.748000', '111725.751000', '111725.754000', '111725.757000', '111725.760000', '111725.762000', '111725.765000', '111725.768000', '111725.824000', '111725.839000', '111725.842000', '111725.844000', '111725.847000', '111725.850000', '111725.853000', '111725.856000', '111745.671000', '111745.674000', '111745.677000', '111745.680000', '111745.683000', '111745.686000', '111745.689000', '111745.692000', '111745.695000', '111745.697000', '111745.700000', '111745.703000', '111745.706000', '111745.709000', '111745.712000', '111745.714000', '111745.717000', '111745.720000', '111745.723000', '111745.726000', '111745.729000', '111745.732000', '111745.734000', '111745.737000', '111745.740000', '111745.743000', '111745.746000', '111745.749000', '111745.751000', '111745.754000', '111745.757000', '111745.760000', '111745.763000', '111745.765000', '111745.768000', '111745.843000', '111745.846000', '111745.848000', '111745.851000', '111745.854000', '111745.857000', '111745.860000', '111745.862000', '111805.670000', '111805.673000', '111805.676000', '111805.679000', '111805.681000', '111805.684000', '111805.687000', '111805.690000', '111805.693000', '111805.696000', '111805.699000', '111805.702000', '111805.704000', '111805.707000', '111805.710000', '111805.713000', '111805.716000', '111805.719000', '111805.721000', '111805.724000', '111805.727000', '111805.730000', '111805.733000', '111805.736000', '111805.738000', '111805.741000', '111805.744000', '111805.747000', '111805.750000', '111805.753000', '111805.756000', '111805.758000', '111805.761000', '111805.764000', '111805.767000', '111805.826000', '111805.829000', '111805.832000', '111805.834000', '111805.837000', '111805.840000', '111805.843000', '111805.846000', '111805.848000', '111825.670000', '111825.675000', '111825.678000', '111825.681000', '111825.684000', '111825.687000', '111825.690000', '111825.693000', '111825.695000', '111825.698000', '111825.701000', '111825.704000', '111825.707000', '111825.710000', '111825.713000', '111825.715000', '111825.718000', '111825.721000', '111825.734000', '111825.737000', '111825.739000', '111825.742000', '111825.745000', '111825.748000', '111825.751000', '111825.754000', '111825.756000', '111825.759000', '111825.762000', '111825.765000', '111825.831000', '111825.834000', '111825.837000', '111825.840000', '111825.843000', '111825.845000', '111825.848000', '111825.851000', '111825.854000', '111825.857000', '111825.859000', '111825.862000', '111825.865000', '111843.683000', '111843.687000', '111843.691000', '111843.694000', '111843.698000', '111843.702000', '111843.706000', '111843.709000', '111843.713000', '111843.716000', '111843.728000', '111843.731000', '111843.734000', '111843.737000', '111843.740000', '111843.743000', '111843.745000', '111843.748000', '111843.751000', '111843.754000', '111843.758000', '111843.761000', '111843.764000', '111843.767000', '111843.812000', '111843.815000', '111843.818000', '111843.821000', '111843.824000', '111843.827000', '111843.830000', '111843.833000', '111843.835000', '111843.838000', '111843.841000', '111843.844000', '111843.847000', '111843.850000', '111843.853000', '111843.856000'], 'InstanceCreationTime': ['111225.708000', '111225.711000', '111225.714000', '111225.717000', '111225.720000', '111225.723000', '111225.725000', '111225.728000', '111225.731000', '111225.736000', '111225.739000', '111225.741000', '111225.744000', '111225.747000', '111225.750000', '111225.753000', '111225.756000', '111225.758000', '111225.761000', '111225.764000', '111225.767000', '111225.770000', '111225.773000', '111225.775000', '111225.778000', '111225.781000', '111225.784000', '111225.787000', '111225.789000', '111225.792000', '111225.799000', '111225.802000', '111225.805000', '111225.807000', '111225.810000', '111225.813000', '111225.816000', '111225.819000', '111225.822000', '111225.824000', '111225.827000', '111225.830000', '111225.833000', '111225.836000', '111225.838000', '111225.841000', '111225.844000', '111225.847000', '111225.849000', '111225.852000', '111245.671000', '111245.674000', '111245.677000', '111245.679000', '111245.682000', '111245.685000', '111245.688000', '111245.691000', '111245.694000', '111245.696000', '111245.699000', '111245.702000', '111245.705000', '111245.707000', '111245.710000', '111245.713000', '111245.716000', '111245.719000', '111245.721000', '111245.724000', '111245.727000', '111245.730000', '111245.733000', '111245.736000', '111245.738000', '111245.741000', '111245.744000', '111245.747000', '111245.750000', '111245.753000', '111245.756000', '111245.758000', '111245.761000', '111245.764000', '111245.803000', '111245.806000', '111245.809000', '111245.811000', '111245.814000', '111245.817000', '111245.820000', '111245.823000', '111245.825000', '111305.671000', '111305.674000', '111305.677000', '111305.679000', '111305.682000', '111305.685000', '111305.688000', '111305.691000', '111305.694000', '111305.696000', '111305.699000', '111305.702000', '111305.705000', '111305.709000', '111305.712000', '111305.715000', '111305.718000', '111305.720000', '111305.723000', '111305.726000', '111305.729000', '111305.732000', '111305.734000', '111305.737000', '111305.740000', '111305.743000', '111305.746000', '111305.748000', '111305.751000', '111305.754000', '111305.757000', '111305.760000', '111305.762000', '111305.765000', '111305.768000', '111305.771000', '111305.774000', '111305.777000', '111305.780000', '111305.782000', '111305.785000', '111305.788000', '111305.791000', '111305.794000', '111325.670000', '111325.673000', '111325.676000', '111325.679000', '111325.681000', '111325.684000', '111325.687000', '111325.690000', '111325.693000', '111325.695000', '111325.698000', '111325.701000', '111325.705000', '111325.708000', '111325.711000', '111325.719000', '111325.722000', '111325.725000', '111325.728000', '111325.731000', '111325.733000', '111325.736000', '111325.739000', '111325.742000', '111325.745000', '111325.748000', '111325.750000', '111325.753000', '111325.756000', '111325.759000', '111325.762000', '111325.765000', '111325.768000', '111325.771000', '111325.774000', '111325.777000', '111325.779000', '111325.782000', '111325.785000', '111325.788000', '111325.791000', '111325.794000', '111325.797000', '111345.670000', '111345.673000', '111345.676000', '111345.679000', '111345.681000', '111345.684000', '111345.687000', '111345.690000', '111345.693000', '111345.695000', '111345.698000', '111345.701000', '111345.704000', '111345.707000', '111345.709000', '111345.712000', '111345.715000', '111345.718000', '111345.721000', '111345.724000', '111345.726000', '111345.729000', '111345.732000', '111345.735000', '111345.738000', '111345.741000', '111345.743000', '111345.746000', '111345.751000', '111345.754000', '111345.757000', '111345.760000', '111345.762000', '111345.765000', '111345.768000', '111345.771000', '111345.774000', '111345.777000', '111345.779000', '111345.782000', '111345.785000', '111345.788000', '111345.791000', '111345.793000', '111405.670000', '111405.673000', '111405.676000', '111405.679000', '111405.681000', '111405.684000', '111405.687000', '111405.690000', '111405.693000', '111405.696000', '111405.698000', '111405.701000', '111405.704000', '111405.707000', '111405.710000', '111405.713000', '111405.715000', '111405.718000', '111405.721000', '111405.724000', '111405.727000', '111405.730000', '111405.733000', '111405.735000', '111405.738000', '111405.741000', '111405.744000', '111405.747000', '111405.749000', '111405.752000', '111405.755000', '111405.758000', '111405.761000', '111405.764000', '111405.767000', '111405.777000', '111405.780000', '111405.784000', '111405.796000', '111405.799000', '111405.802000', '111405.805000', '111405.808000', '111425.671000', '111425.674000', '111425.677000', '111425.679000', '111425.682000', '111425.685000', '111425.688000', '111425.691000', '111425.694000', '111425.696000', '111425.699000', '111425.702000', '111425.705000', '111425.708000', '111425.711000', '111425.713000', '111425.716000', '111425.719000', '111425.722000', '111425.725000', '111425.728000', '111425.730000', '111425.733000', '111425.736000', '111425.739000', '111425.742000', '111425.744000', '111425.747000', '111425.750000', '111425.753000', '111425.771000', '111425.809000', '111425.812000', '111425.815000', '111425.818000', '111425.821000', '111425.823000', '111425.826000', '111425.829000', '111425.832000', '111425.835000', '111425.837000', '111425.840000', '111425.843000', '111445.671000', '111445.674000', '111445.677000', '111445.680000', '111445.693000', '111445.696000', '111445.698000', '111445.701000', '111445.704000', '111445.707000', '111445.710000', '111445.713000', '111445.715000', '111445.718000', '111445.721000', '111445.724000', '111445.727000', '111445.730000', '111445.732000', '111445.735000', '111445.738000', '111445.741000', '111445.745000', '111445.748000', '111445.751000', '111445.754000', '111445.757000', '111445.760000', '111445.762000', '111445.765000', '111445.768000', '111445.795000', '111445.798000', '111445.801000', '111445.804000', '111445.807000', '111445.810000', '111445.813000', '111445.816000', '111445.819000', '111445.822000', '111445.824000', '111445.827000', '111505.671000', '111505.674000', '111505.676000', '111505.679000', '111505.682000', '111505.685000', '111505.688000', '111505.690000', '111505.693000', '111505.696000', '111505.699000', '111505.702000', '111505.705000', '111505.707000', '111505.710000', '111505.713000', '111505.716000', '111505.719000', '111505.722000', '111505.724000', '111505.727000', '111505.730000', '111505.733000', '111505.736000', '111505.739000', '111505.741000', '111505.744000', '111505.747000', '111505.750000', '111505.753000', '111505.756000', '111505.758000', '111505.761000', '111505.764000', '111505.767000', '111505.807000', '111505.810000', '111505.813000', '111505.816000', '111505.819000', '111505.821000', '111505.824000', '111505.827000', '111505.830000', '111525.671000', '111525.674000', '111525.677000', '111525.680000', '111525.682000', '111525.685000', '111525.688000', '111525.691000', '111525.694000', '111525.697000', '111525.699000', '111525.702000', '111525.705000', '111525.708000', '111525.711000', '111525.714000', '111525.716000', '111525.719000', '111525.722000', '111525.725000', '111525.728000', '111525.731000', '111525.733000', '111525.736000', '111525.739000', '111525.742000', '111525.745000', '111525.748000', '111525.750000', '111525.753000', '111525.756000', '111525.759000', '111525.762000', '111525.765000', '111525.768000', '111525.789000', '111525.791000', '111525.794000', '111525.797000', '111525.804000', '111525.806000', '111525.809000', '111525.812000', '111545.670000', '111545.673000', '111545.675000', '111545.678000', '111545.681000', '111545.684000', '111545.687000', '111545.690000', '111545.693000', '111545.695000', '111545.698000', '111545.701000', '111545.704000', '111545.707000', '111545.710000', '111545.712000', '111545.715000', '111545.718000', '111545.721000', '111545.724000', '111545.727000', '111545.729000', '111545.732000', '111545.735000', '111545.738000', '111545.741000', '111545.744000', '111545.747000', '111545.749000', '111545.752000', '111545.755000', '111545.758000', '111545.761000', '111545.763000', '111545.766000', '111545.769000', '111545.772000', '111545.775000', '111545.778000', '111545.780000', '111545.833000', '111545.836000', '111545.839000', '111545.842000', '111605.670000', '111605.673000', '111605.676000', '111605.678000', '111605.681000', '111605.684000', '111605.687000', '111605.690000', '111605.692000', '111605.695000', '111605.698000', '111605.710000', '111605.713000', '111605.716000', '111605.718000', '111605.721000', '111605.724000', '111605.727000', '111605.730000', '111605.733000', '111605.736000', '111605.738000', '111605.741000', '111605.744000', '111605.747000', '111605.750000', '111605.753000', '111605.755000', '111605.758000', '111605.761000', '111605.764000', '111605.767000', '111605.809000', '111605.812000', '111605.815000', '111605.818000', '111605.821000', '111605.824000', '111605.827000', '111605.830000', '111605.833000', '111605.835000', '111605.855000', '111625.670000', '111625.673000', '111625.676000', '111625.678000', '111625.681000', '111625.684000', '111625.687000', '111625.690000', '111625.692000', '111625.695000', '111625.698000', '111625.701000', '111625.704000', '111625.707000', '111625.710000', '111625.712000', '111625.715000', '111625.718000', '111625.721000', '111625.724000', '111625.726000', '111625.729000', '111625.732000', '111625.735000', '111625.738000', '111625.741000', '111625.743000', '111625.746000', '111625.749000', '111625.752000', '111625.755000', '111625.758000', '111625.760000', '111625.763000', '111625.766000', '111625.818000', '111625.821000', '111625.824000', '111625.827000', '111625.830000', '111625.833000', '111625.835000', '111625.838000', '111625.841000', '111645.671000', '111645.674000', '111645.677000', '111645.680000', '111645.682000', '111645.685000', '111645.688000', '111645.691000', '111645.694000', '111645.697000', '111645.699000', '111645.702000', '111645.705000', '111645.708000', '111645.711000', '111645.714000', '111645.716000', '111645.719000', '111645.722000', '111645.725000', '111645.728000', '111645.731000', '111645.733000', '111645.736000', '111645.739000', '111645.742000', '111645.745000', '111645.748000', '111645.750000', '111645.753000', '111645.756000', '111645.759000', '111645.762000', '111645.764000', '111645.767000', '111645.823000', '111645.826000', '111645.829000', '111645.832000', '111645.835000', '111645.838000', '111645.840000', '111645.843000', '111705.671000', '111705.674000', '111705.677000', '111705.680000', '111705.682000', '111705.685000', '111705.688000', '111705.691000', '111705.694000', '111705.697000', '111705.699000', '111705.702000', '111705.705000', '111705.708000', '111705.711000', '111705.714000', '111705.716000', '111705.719000', '111705.722000', '111705.725000', '111705.728000', '111705.731000', '111705.733000', '111705.736000', '111705.739000', '111705.742000', '111705.745000', '111705.748000', '111705.751000', '111705.753000', '111705.756000', '111705.759000', '111705.762000', '111705.765000', '111705.767000', '111705.831000', '111705.833000', '111705.836000', '111705.839000', '111705.842000', '111705.845000', '111705.848000', '111705.851000', '111705.853000', '111725.671000', '111725.674000', '111725.677000', '111725.680000', '111725.682000', '111725.685000', '111725.688000', '111725.691000', '111725.694000', '111725.697000', '111725.700000', '111725.702000', '111725.705000', '111725.708000', '111725.711000', '111725.714000', '111725.717000', '111725.720000', '111725.722000', '111725.725000', '111725.728000', '111725.731000', '111725.734000', '111725.737000', '111725.740000', '111725.743000', '111725.745000', '111725.748000', '111725.751000', '111725.754000', '111725.757000', '111725.760000', '111725.762000', '111725.765000', '111725.768000', '111725.824000', '111725.839000', '111725.842000', '111725.844000', '111725.847000', '111725.850000', '111725.853000', '111725.856000', '111745.671000', '111745.674000', '111745.677000', '111745.680000', '111745.683000', '111745.686000', '111745.689000', '111745.692000', '111745.695000', '111745.697000', '111745.700000', '111745.703000', '111745.706000', '111745.709000', '111745.712000', '111745.714000', '111745.717000', '111745.720000', '111745.723000', '111745.726000', '111745.729000', '111745.732000', '111745.734000', '111745.737000', '111745.740000', '111745.743000', '111745.746000', '111745.749000', '111745.751000', '111745.754000', '111745.757000', '111745.760000', '111745.763000', '111745.765000', '111745.768000', '111745.843000', '111745.846000', '111745.848000', '111745.851000', '111745.854000', '111745.857000', '111745.860000', '111745.862000', '111805.670000', '111805.673000', '111805.676000', '111805.679000', '111805.681000', '111805.684000', '111805.687000', '111805.690000', '111805.693000', '111805.696000', '111805.699000', '111805.702000', '111805.704000', '111805.707000', '111805.710000', '111805.713000', '111805.716000', '111805.719000', '111805.721000', '111805.724000', '111805.727000', '111805.730000', '111805.733000', '111805.736000', '111805.738000', '111805.741000', '111805.744000', '111805.747000', '111805.750000', '111805.753000', '111805.756000', '111805.758000', '111805.761000', '111805.764000', '111805.767000', '111805.826000', '111805.829000', '111805.832000', '111805.834000', '111805.837000', '111805.840000', '111805.843000', '111805.846000', '111805.848000', '111825.670000', '111825.675000', '111825.678000', '111825.681000', '111825.684000', '111825.687000', '111825.690000', '111825.693000', '111825.695000', '111825.698000', '111825.701000', '111825.704000', '111825.707000', '111825.710000', '111825.713000', '111825.715000', '111825.718000', '111825.721000', '111825.734000', '111825.737000', '111825.739000', '111825.742000', '111825.745000', '111825.748000', '111825.751000', '111825.754000', '111825.756000', '111825.759000', '111825.762000', '111825.765000', '111825.831000', '111825.834000', '111825.837000', '111825.840000', '111825.843000', '111825.845000', '111825.848000', '111825.851000', '111825.854000', '111825.857000', '111825.859000', '111825.862000', '111825.865000', '111843.683000', '111843.687000', '111843.691000', '111843.694000', '111843.698000', '111843.702000', '111843.706000', '111843.709000', '111843.713000', '111843.716000', '111843.728000', '111843.731000', '111843.734000', '111843.737000', '111843.740000', '111843.743000', '111843.745000', '111843.748000', '111843.751000', '111843.754000', '111843.758000', '111843.761000', '111843.764000', '111843.767000', '111843.812000', '111843.815000', '111843.818000', '111843.821000', '111843.824000', '111843.827000', '111843.830000', '111843.833000', '111843.835000', '111843.838000', '111843.841000', '111843.844000', '111843.847000', '111843.850000', '111843.853000', '111843.856000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [9820, 10911, 10508, 9788, 12824, 10110, 9918, 13020, 9791, 12913, 9831, 9935, 12920, 9828, 12190, 9577, 10115, 13306, 10154, 9905, 9954, 10130, 11432, 9783, 12214, 9994, 10413, 9556, 10367, 14600, 9906, 12119, 13743, 9867, 11830, 9175, 10055, 13638, 10043, 10897, 9586, 10202, 13084, 9537, 10266, 13897, 10179, 11720, 9317, 10106, 13063, 9551, 10243, 13377, 9926, 10325, 9330, 9818, 12369, 9589, 10049, 12875, 9768, 12124, 8807, 9920, 12852, 9436, 11492, 9534, 9732, 12484, 9555, 10364, 11990, 9586, 12165, 8678, 10149, 12842, 9353, 10279, 8810, 9731, 12450, 9271, 12226, 10255, 9772, 10744, 9053, 10196, 11349, 9667, 11494, 9061, 9726, 9541, 9354, 11292, 9113, 9621, 8822, 9574, 11631, 9211, 9717, 12160, 9429, 12481, 8672, 9874, 16247, 9930, 13867, 11424, 9766, 14779, 9462, 10010, 9048, 9584, 12275, 9290, 12825, 11270, 9687, 13208, 9789, 13452, 8702, 9337, 8983, 10493, 12327, 9274, 10204, 13356, 9239, 14592, 8785, 9769, 11476, 9306, 11836, 8469, 9473, 12023, 8949, 9614, 12828, 9180, 11423, 8970, 9281, 11288, 8753, 11725, 9283, 9425, 10976, 8978, 11779, 9272, 9560, 11691, 9260, 10486, 12753, 9368, 13681, 9061, 9694, 15339, 9257, 12738, 8949, 9112, 13780, 9596, 12447, 9059, 9934, 15715, 10575, 14280, 10001, 11522, 10827, 9773, 9477, 9124, 10169, 13101, 10144, 10217, 11838, 9609, 9953, 8568, 9980, 12724, 9517, 12751, 13934, 10190, 12089, 9757, 10344, 13473, 10239, 11539, 12300, 10250, 11466, 9619, 10210, 12851, 9585, 10760, 9301, 10307, 12139, 9902, 12688, 9252, 9743, 8940, 9926, 11539, 9328, 10421, 8889, 9771, 8703, 9789, 12206, 9338, 12118, 8590, 10104, 14458, 9538, 12100, 10015, 9808, 11880, 9133, 10341, 9657, 9681, 12828, 9030, 11331, 8973, 9594, 8679, 10264, 13088, 9451, 10123, 14255, 9501, 10584, 10364, 9714, 11652, 9157, 9713, 13408, 9688, 11679, 8603, 9528, 12358, 9352, 9979, 12024, 9377, 11459, 8823, 9926, 12433, 9076, 10997, 9072, 9565, 12448, 9328, 14121, 9080, 9847, 12098, 9363, 11736, 10293, 9337, 12151, 9083, 9284, 9295, 9909, 9158, 12097, 13422, 9597, 10492, 10995, 9057, 14091, 9263, 9594, 13325, 9157, 11300, 11955, 9339, 13410, 9073, 9582, 13861, 9403, 10904, 12845, 9296, 12013, 9325, 9411, 12702, 9393, 12710, 8818, 9478, 12585, 9345, 9658, 9033, 9392, 12358, 9370, 9589, 13655, 9506, 11064, 8966, 9376, 12391, 9032, 9261, 8985, 9195, 11284, 9491, 9446, 10903, 9437, 11354, 9219, 9454, 13069, 9161, 11102, 9593, 9298, 12951, 8847, 12838, 9427, 9087, 12313, 8792, 12334, 9414, 9226, 12233, 8990, 11371, 9070, 9282, 12272, 9064, 9594, 9277, 9441, 14319, 9214, 9571, 9020, 9149, 12696, 9284, 9485, 12645, 9581, 12210, 8924, 10222, 15119, 9726, 12875, 9162, 9635, 14915, 9354, 11744, 9161, 9520, 14002, 9202, 9841, 13775, 9501, 11758, 9342, 9524, 14070, 9360, 13537, 9455, 9752, 13479, 9502, 15244, 9568, 9487, 12579, 9418, 12289, 9794, 9413, 14122, 9386, 10476, 9122, 11166, 9062, 12563, 8797, 11811, 14395, 9037, 13309, 10263, 8957, 12390, 9066, 14207, 10733, 9066, 12943, 8911, 11745, 12162, 9149, 12989, 9671, 9213, 13640, 8869, 10740, 9919, 9069, 13457, 8876, 9183, 14622, 8927, 13538, 9758, 8845, 12912, 8793, 9119, 9585, 9096, 12472, 8856, 11823, 8886, 14047, 13833, 9504, 12871, 8986, 11125, 14313, 8867, 14241, 8894, 9028, 10523, 8608, 15172, 9505, 8527, 13228, 8611, 13384, 10580, 8470, 12501, 8927, 8980, 9580, 8379, 9954, 9165, 12765, 10289, 10435, 9560, 10589, 10343, 10793, 10691, 9221, 14483, 9454, 15212, 8741, 11918, 16541, 8450, 14771, 11050, 10412, 15031, 8900, 13611, 15133, 8522, 13660, 8623, 8784, 15473, 8792, 14119, 10408, 8634, 12480, 8754, 8652, 12491, 8383, 15099, 8506, 8352, 12746, 8534, 8809, 10678, 8332, 11548, 8230, 8332, 8735, 8521, 10918, 8654, 10551, 8498, 14973, 12381, 8351, 12610, 8241, 14132, 9517, 8077, 13111, 8275, 8457, 13838, 8003, 14764, 10058, 7963, 10663, 8040, 8454, 9864, 8012, 9865, 8840, 8093, 10448, 7839, 13254, 9465, 7924, 11798, 8012, 15383, 9524, 8076, 14160, 8328, 14220, 10109, 8121, 14496, 8200, 9556, 11306, 8110, 12389, 8154, 8551, 16162, 8472, 16576, 9860, 8937, 9139, 8391, 9579, 9530, 12185, 8458, 11297, 8402, 14494, 8753, 8970, 16272, 9393, 15717, 9400, 9075, 14122, 9175, 13943, 10324, 8816, 13516, 8804, 8637, 10168, 8240, 12796, 8652, 8923, 10127, 8651, 13501, 8912, 11102, 9208, 10192, 8051, 12062, 8272, 13221, 14145, 9433, 16199, 10499, 10223, 16091, 11017, 12484, 10554, 8464, 14443, 8445, 11960, 16432, 10312, 14677, 10145, 8637, 14469, 8664, 8504, 9618, 8277, 12371, 8323, 8535, 14451, 8145, 10484, 8372, 9361, 11497, 8229, 11781, 8218, 11309, 8798, 8302, 12381, 8776, 8334, 8752, 8365, 12891, 8373, 8211, 13832, 8339, 8036, 9879, 7994, 12893, 8036, 8013, 12385, 8607, 11889, 9694, 7850, 12395, 8096, 12194, 9922, 7948, 13956, 8210, 14250, 10377, 8090, 13311, 8342, 11107, 11680, 8258, 12295, 8260, 10338, 11752, 8356, 12674, 8615, 9716, 9732, 8248, 12737, 8505, 8362, 10607, 8091, 11479, 8093, 8473, 13306, 7977, 13041, 8125, 14529, 10741, 8645, 9317, 8114, 12684, 8415, 10162, 11476, 8314, 14655, 8284, 10156, 16106, 8281, 10699, 9890, 7906, 11501, 7959, 7883, 9238, 8212, 11633, 7822, 7944, 14370, 8164, 12180, 8990, 8448, 13589, 8011, 10394, 8134, 14223, 10626, 8069, 12503, 7990, 9288, 15558, 8439, 12575, 8379, 8131, 13662, 7905, 13709, 9946, 8181, 12541, 7934, 7899, 13796, 8025, 10603, 8883, 7687, 11213, 7636, 9847, 7771, 11742, 7750, 9581, 7873, 9302, 7935, 14077, 10538, 7728, 12310, 8537, 7523, 13886, 7723, 15084, 12313, 9322, 16510, 10584, 9427, 15394, 9213, 12135, 16160, 7857, 14723, 9724, 8172, 15402, 7936, 9527, 8376, 8421, 7472, 8120, 10947, 8336, 8038, 8330, 13765, 8791, 8745, 13690, 7660, 9655, 8267, 9539, 7932, 13419, 12974, 7986, 14976, 9247, 8129, 9834, 7651, 12670, 7635, 7833, 11411], 'WindowCenter': [4172.0, 4170.0, 4153.0, 4145.0, 4163.0, 4141.0, 4131.0, 4149.0, 4130.0, 4150.0, 4129.0, 4130.0, 4148.0, 4128.0, 4150.0, 4119.0, 4129.0, 4148.0, 4129.0, 4117.0, 4116.0, 4128.0, 4136.0, 4127.0, 4147.0, 4128.0, 4128.0, 4130.0, 4140.0, 4158.0, 4128.0, 4150.0, 4148.0, 4127.0, 4136.0, 4115.0, 4127.0, 4146.0, 4117.0, 4126.0, 4115.0, 4126.0, 4145.0, 4105.0, 4127.0, 4145.0, 4115.0, 4136.0, 4104.0, 4115.0, 4135.0, 4102.0, 4116.0, 4133.0, 4114.0, 4116.0, 4104.0, 4116.0, 4136.0, 4107.0, 4117.0, 4134.0, 4115.0, 4136.0, 4104.0, 4119.0, 4136.0, 4105.0, 4136.0, 4104.0, 4116.0, 4134.0, 4115.0, 4128.0, 4125.0, 4115.0, 4148.0, 4106.0, 4138.0, 4147.0, 4116.0, 4127.0, 4104.0, 4117.0, 4146.0, 4117.0, 4149.0, 4126.0, 4129.0, 4137.0, 4119.0, 4140.0, 4138.0, 4129.0, 4139.0, 4118.0, 4130.0, 4129.0, 4130.0, 4151.0, 4120.0, 4130.0, 4118.0, 4130.0, 4151.0, 4119.0, 4130.0, 4149.0, 4130.0, 4149.0, 4107.0, 4131.0, 4159.0, 4130.0, 4149.0, 4139.0, 4127.0, 4147.0, 4117.0, 4118.0, 4108.0, 4119.0, 4137.0, 4117.0, 4149.0, 4126.0, 4118.0, 4136.0, 4116.0, 4146.0, 4095.0, 4116.0, 4117.0, 4141.0, 4148.0, 4117.0, 4127.0, 4147.0, 4117.0, 4156.0, 4105.0, 4131.0, 4138.0, 4119.0, 4138.0, 4094.0, 4117.0, 4139.0, 4106.0, 4116.0, 4134.0, 4117.0, 4138.0, 4105.0, 4120.0, 4138.0, 4108.0, 4151.0, 4119.0, 4132.0, 4138.0, 4120.0, 4152.0, 4118.0, 4131.0, 4151.0, 4121.0, 4143.0, 4149.0, 4119.0, 4150.0, 4107.0, 4119.0, 4147.0, 4117.0, 4148.0, 4106.0, 4120.0, 4150.0, 4119.0, 4139.0, 4107.0, 4119.0, 4161.0, 4143.0, 4150.0, 4118.0, 4138.0, 4140.0, 4128.0, 4132.0, 4130.0, 4140.0, 4151.0, 4116.0, 4127.0, 4149.0, 4131.0, 4129.0, 4107.0, 4127.0, 4136.0, 4116.0, 4147.0, 4142.0, 4114.0, 4123.0, 4102.0, 4114.0, 4132.0, 4112.0, 4124.0, 4122.0, 4112.0, 4110.0, 4100.0, 4114.0, 4122.0, 4113.0, 4123.0, 4104.0, 4125.0, 4134.0, 4115.0, 4135.0, 4116.0, 4116.0, 4118.0, 4128.0, 4135.0, 4117.0, 4127.0, 4119.0, 4126.0, 4107.0, 4130.0, 4137.0, 4119.0, 4148.0, 4107.0, 4128.0, 4156.0, 4117.0, 4148.0, 4115.0, 4128.0, 4137.0, 4117.0, 4128.0, 4115.0, 4117.0, 4137.0, 4107.0, 4138.0, 4117.0, 4118.0, 4107.0, 4129.0, 4147.0, 4105.0, 4116.0, 4146.0, 4104.0, 4126.0, 4114.0, 4116.0, 4135.0, 4114.0, 4127.0, 4144.0, 4115.0, 4125.0, 4095.0, 4116.0, 4136.0, 4115.0, 4128.0, 4135.0, 4116.0, 4126.0, 4105.0, 4127.0, 4135.0, 4118.0, 4127.0, 4106.0, 4129.0, 4148.0, 4118.0, 4160.0, 4108.0, 4129.0, 4149.0, 4119.0, 4150.0, 4140.0, 4145.0, 4163.0, 4132.0, 4129.0, 4131.0, 4128.0, 4130.0, 4163.0, 4160.0, 4130.0, 4141.0, 4138.0, 4118.0, 4159.0, 4116.0, 4127.0, 4146.0, 4115.0, 4136.0, 4125.0, 4104.0, 4146.0, 4104.0, 4115.0, 4133.0, 4103.0, 4125.0, 4133.0, 4104.0, 4123.0, 4102.0, 4105.0, 4133.0, 4104.0, 4134.0, 4102.0, 4115.0, 4134.0, 4104.0, 4114.0, 4101.0, 4115.0, 4133.0, 4115.0, 4117.0, 4143.0, 4114.0, 4124.0, 4104.0, 4115.0, 4135.0, 4116.0, 4116.0, 4105.0, 4119.0, 4136.0, 4128.0, 4130.0, 4138.0, 4130.0, 4139.0, 4128.0, 4129.0, 4147.0, 4130.0, 4139.0, 4129.0, 4130.0, 4149.0, 4121.0, 4160.0, 4117.0, 4119.0, 4148.0, 4120.0, 4160.0, 4118.0, 4131.0, 4150.0, 4121.0, 4152.0, 4118.0, 4130.0, 4149.0, 4119.0, 4131.0, 4118.0, 4141.0, 4159.0, 4118.0, 4129.0, 4117.0, 4130.0, 4148.0, 4118.0, 4130.0, 4147.0, 4129.0, 4149.0, 4117.0, 4130.0, 4157.0, 4128.0, 4148.0, 4118.0, 4127.0, 4146.0, 4116.0, 4138.0, 4104.0, 4116.0, 4146.0, 4104.0, 4117.0, 4134.0, 4115.0, 4125.0, 4104.0, 4117.0, 4146.0, 4118.0, 4147.0, 4116.0, 4117.0, 4133.0, 4114.0, 4157.0, 4114.0, 4117.0, 4137.0, 4118.0, 4136.0, 4115.0, 4117.0, 4156.0, 4118.0, 4124.0, 4117.0, 4136.0, 4133.0, 4150.0, 4119.0, 4151.0, 4160.0, 4120.0, 4159.0, 4126.0, 4119.0, 4149.0, 4117.0, 4158.0, 4127.0, 4119.0, 4147.0, 4116.0, 4138.0, 4137.0, 4118.0, 4147.0, 4116.0, 4117.0, 4145.0, 4107.0, 4139.0, 4115.0, 4119.0, 4146.0, 4106.0, 4118.0, 4145.0, 4106.0, 4147.0, 4114.0, 4107.0, 4136.0, 4097.0, 4112.0, 4129.0, 4134.0, 4160.0, 4131.0, 4159.0, 4129.0, 4169.0, 4157.0, 4127.0, 4147.0, 4118.0, 4151.0, 4169.0, 4131.0, 4169.0, 4118.0, 4118.0, 4125.0, 4118.0, 4160.0, 4117.0, 4118.0, 4146.0, 4118.0, 4160.0, 4127.0, 4110.0, 4147.0, 4116.0, 4119.0, 4129.0, 4121.0, 4142.0, 4154.0, 4173.0, 4152.0, 4152.0, 4141.0, 4152.0, 4153.0, 4162.0, 4152.0, 4144.0, 4175.0, 4157.0, 4185.0, 4133.0, 4165.0, 4170.0, 4109.0, 4162.0, 4136.0, 4138.0, 4158.0, 4116.0, 4159.0, 4157.0, 4106.0, 4146.0, 4106.0, 4105.0, 4154.0, 4104.0, 4145.0, 4113.0, 4104.0, 4135.0, 4105.0, 4105.0, 4134.0, 4095.0, 4156.0, 4103.0, 4104.0, 4134.0, 4104.0, 4116.0, 4124.0, 4105.0, 4137.0, 4119.0, 4119.0, 4117.0, 4130.0, 4136.0, 4117.0, 4135.0, 4118.0, 4171.0, 4148.0, 4121.0, 4148.0, 4119.0, 4169.0, 4126.0, 4108.0, 4157.0, 4106.0, 4108.0, 4145.0, 4105.0, 4158.0, 4124.0, 4107.0, 4136.0, 4107.0, 4118.0, 4128.0, 4109.0, 4139.0, 4131.0, 4120.0, 4149.0, 4109.0, 4173.0, 4141.0, 4122.0, 4151.0, 4120.0, 4172.0, 4131.0, 4123.0, 4170.0, 4122.0, 4172.0, 4138.0, 4110.0, 4160.0, 4110.0, 4129.0, 4138.0, 4110.0, 4148.0, 4109.0, 4121.0, 4180.0, 4118.0, 4181.0, 4127.0, 4131.0, 4129.0, 4122.0, 4128.0, 4128.0, 4159.0, 4120.0, 4150.0, 4122.0, 4172.0, 4130.0, 4146.0, 4180.0, 4127.0, 4168.0, 4116.0, 4127.0, 4155.0, 4116.0, 4157.0, 4125.0, 4128.0, 4157.0, 4127.0, 4119.0, 4136.0, 4118.0, 4157.0, 4120.0, 4128.0, 4139.0, 4131.0, 4172.0, 4143.0, 4164.0, 4170.0, 4151.0, 4122.0, 4173.0, 4131.0, 4173.0, 4171.0, 4132.0, 4181.0, 4139.0, 4143.0, 4173.0, 4138.0, 4149.0, 4126.0, 4104.0, 4145.0, 4093.0, 4136.0, 4154.0, 4124.0, 4144.0, 4112.0, 4102.0, 4141.0, 4089.0, 4090.0, 4100.0, 4092.0, 4132.0, 4091.0, 4104.0, 4142.0, 4095.0, 4123.0, 4095.0, 4115.0, 4122.0, 4093.0, 4133.0, 4095.0, 4136.0, 4103.0, 4105.0, 4133.0, 4102.0, 4105.0, 4101.0, 4108.0, 4146.0, 4093.0, 4105.0, 4144.0, 4104.0, 4095.0, 4129.0, 4107.0, 4146.0, 4106.0, 4109.0, 4146.0, 4118.0, 4148.0, 4129.0, 4107.0, 4156.0, 4109.0, 4161.0, 4140.0, 4122.0, 4170.0, 4119.0, 4171.0, 4139.0, 4120.0, 4172.0, 4121.0, 4163.0, 4149.0, 4119.0, 4148.0, 4120.0, 4140.0, 4148.0, 4120.0, 4161.0, 4119.0, 4130.0, 4130.0, 4122.0, 4148.0, 4118.0, 4119.0, 4137.0, 4109.0, 4148.0, 4110.0, 4120.0, 4159.0, 4109.0, 4160.0, 4109.0, 4170.0, 4138.0, 4120.0, 4115.0, 4108.0, 4148.0, 4107.0, 4140.0, 4136.0, 4108.0, 4159.0, 4106.0, 4127.0, 4157.0, 4105.0, 4126.0, 4114.0, 4094.0, 4134.0, 4096.0, 4107.0, 4114.0, 4108.0, 4136.0, 4095.0, 4108.0, 4158.0, 4106.0, 4147.0, 4116.0, 4109.0, 4146.0, 4110.0, 4129.0, 4108.0, 4160.0, 4127.0, 4097.0, 4149.0, 4097.0, 4118.0, 4157.0, 4108.0, 4148.0, 4107.0, 4107.0, 4144.0, 4097.0, 4157.0, 4125.0, 4107.0, 4147.0, 4095.0, 4107.0, 4146.0, 4109.0, 4138.0, 4117.0, 4099.0, 4137.0, 4109.0, 4139.0, 4108.0, 4162.0, 4123.0, 4142.0, 4122.0, 4141.0, 4124.0, 4186.0, 4153.0, 4113.0, 4163.0, 4133.0, 4123.0, 4171.0, 4112.0, 4173.0, 4148.0, 4119.0, 4170.0, 4126.0, 4116.0, 4144.0, 4105.0, 4135.0, 4143.0, 4095.0, 4146.0, 4112.0, 4106.0, 4141.0, 4082.0, 4100.0, 4091.0, 4091.0, 4070.0, 4094.0, 4112.0, 4095.0, 4096.0, 4094.0, 4146.0, 4105.0, 4107.0, 4146.0, 4095.0, 4112.0, 4095.0, 4114.0, 4095.0, 4160.0, 4148.0, 4099.0, 4160.0, 4105.0, 4097.0, 4113.0, 4087.0, 4146.0, 4082.0, 4086.0, 4124.0], 'WindowWidth': [9265.0, 9255.0, 9221.0, 9209.0, 9232.0, 9198.0, 9183.0, 9205.0, 9181.0, 9208.0, 9177.0, 9181.0, 9200.0, 9177.0, 9208.0, 9163.0, 9177.0, 9202.0, 9176.0, 9159.0, 9156.0, 9175.0, 9182.0, 9172.0, 9200.0, 9176.0, 9174.0, 9179.0, 9194.0, 9217.0, 9173.0, 9208.0, 9202.0, 9171.0, 9182.0, 9152.0, 9170.0, 9198.0, 9157.0, 9169.0, 9151.0, 9168.0, 9193.0, 9138.0, 9170.0, 9192.0, 9153.0, 9181.0, 9135.0, 9151.0, 9179.0, 9132.0, 9153.0, 9172.0, 9149.0, 9152.0, 9133.0, 9154.0, 9178.0, 9139.0, 9155.0, 9174.0, 9151.0, 9180.0, 9135.0, 9159.0, 9178.0, 9136.0, 9182.0, 9134.0, 9154.0, 9175.0, 9152.0, 9171.0, 9164.0, 9152.0, 9202.0, 9146.0, 9189.0, 9198.0, 9159.0, 9172.0, 9138.0, 9159.0, 9196.0, 9159.0, 9203.0, 9169.0, 9178.0, 9184.0, 9166.0, 9195.0, 9187.0, 9179.0, 9191.0, 9162.0, 9178.0, 9176.0, 9182.0, 9211.0, 9168.0, 9182.0, 9163.0, 9182.0, 9211.0, 9164.0, 9181.0, 9203.0, 9180.0, 9206.0, 9146.0, 9183.0, 9218.0, 9178.0, 9205.0, 9187.0, 9172.0, 9198.0, 9157.0, 9157.0, 9144.0, 9162.0, 9184.0, 9157.0, 9201.0, 9166.0, 9156.0, 9177.0, 9154.0, 9192.0, 9123.0, 9156.0, 9158.0, 9196.0, 9202.0, 9159.0, 9169.0, 9196.0, 9156.0, 9210.0, 9139.0, 9181.0, 9187.0, 9163.0, 9188.0, 9124.0, 9158.0, 9189.0, 9140.0, 9155.0, 9175.0, 9156.0, 9185.0, 9136.0, 9164.0, 9185.0, 9148.0, 9210.0, 9166.0, 9184.0, 9189.0, 9168.0, 9213.0, 9161.0, 9183.0, 9207.0, 9168.0, 9199.0, 9202.0, 9163.0, 9206.0, 9144.0, 9161.0, 9197.0, 9157.0, 9199.0, 9138.0, 9163.0, 9202.0, 9161.0, 9188.0, 9140.0, 9159.0, 9222.0, 9202.0, 9202.0, 9159.0, 9184.0, 9192.0, 9175.0, 9187.0, 9181.0, 9195.0, 9212.0, 9154.0, 9171.0, 9206.0, 9184.0, 9176.0, 9145.0, 9172.0, 9182.0, 9154.0, 9199.0, 9185.0, 9149.0, 9160.0, 9128.0, 9147.0, 9169.0, 9145.0, 9164.0, 9155.0, 9142.0, 9136.0, 9123.0, 9145.0, 9154.0, 9144.0, 9158.0, 9136.0, 9165.0, 9174.0, 9153.0, 9180.0, 9154.0, 9154.0, 9162.0, 9177.0, 9179.0, 9158.0, 9171.0, 9162.0, 9170.0, 9146.0, 9181.0, 9187.0, 9163.0, 9203.0, 9143.0, 9175.0, 9210.0, 9157.0, 9203.0, 9153.0, 9174.0, 9182.0, 9156.0, 9173.0, 9152.0, 9156.0, 9183.0, 9144.0, 9186.0, 9157.0, 9160.0, 9145.0, 9176.0, 9199.0, 9137.0, 9153.0, 9193.0, 9135.0, 9167.0, 9146.0, 9153.0, 9177.0, 9150.0, 9171.0, 9190.0, 9152.0, 9165.0, 9123.0, 9154.0, 9179.0, 9152.0, 9173.0, 9177.0, 9155.0, 9168.0, 9140.0, 9171.0, 9178.0, 9160.0, 9170.0, 9142.0, 9177.0, 9199.0, 9161.0, 9221.0, 9146.0, 9177.0, 9203.0, 9164.0, 9206.0, 9196.0, 9211.0, 9232.0, 9189.0, 9179.0, 9185.0, 9177.0, 9181.0, 9230.0, 9224.0, 9180.0, 9197.0, 9186.0, 9162.0, 9218.0, 9156.0, 9172.0, 9195.0, 9153.0, 9182.0, 9163.0, 9137.0, 9196.0, 9136.0, 9152.0, 9175.0, 9134.0, 9165.0, 9171.0, 9134.0, 9158.0, 9130.0, 9138.0, 9170.0, 9136.0, 9175.0, 9131.0, 9152.0, 9174.0, 9135.0, 9149.0, 9127.0, 9152.0, 9172.0, 9152.0, 9155.0, 9186.0, 9150.0, 9163.0, 9136.0, 9154.0, 9181.0, 9156.0, 9157.0, 9139.0, 9163.0, 9183.0, 9174.0, 9180.0, 9188.0, 9180.0, 9190.0, 9175.0, 9178.0, 9198.0, 9180.0, 9191.0, 9178.0, 9181.0, 9205.0, 9169.0, 9223.0, 9160.0, 9167.0, 9201.0, 9168.0, 9220.0, 9161.0, 9184.0, 9206.0, 9170.0, 9215.0, 9163.0, 9182.0, 9205.0, 9165.0, 9184.0, 9161.0, 9198.0, 9220.0, 9163.0, 9177.0, 9159.0, 9181.0, 9204.0, 9163.0, 9180.0, 9198.0, 9176.0, 9204.0, 9158.0, 9179.0, 9213.0, 9175.0, 9201.0, 9160.0, 9173.0, 9195.0, 9155.0, 9186.0, 9135.0, 9155.0, 9194.0, 9137.0, 9156.0, 9175.0, 9151.0, 9162.0, 9132.0, 9158.0, 9196.0, 9162.0, 9199.0, 9153.0, 9157.0, 9173.0, 9149.0, 9211.0, 9148.0, 9158.0, 9181.0, 9160.0, 9182.0, 9151.0, 9159.0, 9210.0, 9163.0, 9164.0, 9158.0, 9183.0, 9189.0, 9207.0, 9164.0, 9210.0, 9219.0, 9164.0, 9219.0, 9170.0, 9164.0, 9204.0, 9160.0, 9214.0, 9170.0, 9162.0, 9198.0, 9156.0, 9187.0, 9182.0, 9160.0, 9197.0, 9154.0, 9157.0, 9192.0, 9144.0, 9188.0, 9150.0, 9161.0, 9193.0, 9139.0, 9158.0, 9192.0, 9141.0, 9196.0, 9148.0, 9142.0, 9180.0, 9126.0, 9152.0, 9176.0, 9193.0, 9224.0, 9187.0, 9220.0, 9179.0, 9234.0, 9213.0, 9174.0, 9200.0, 9162.0, 9210.0, 9233.0, 9185.0, 9234.0, 9162.0, 9161.0, 9165.0, 9162.0, 9219.0, 9158.0, 9162.0, 9196.0, 9162.0, 9220.0, 9170.0, 9151.0, 9196.0, 9154.0, 9163.0, 9176.0, 9173.0, 9202.0, 9224.0, 9247.0, 9217.0, 9215.0, 9200.0, 9215.0, 9216.0, 9230.0, 9216.0, 9208.0, 9249.0, 9228.0, 9264.0, 9191.0, 9235.0, 9237.0, 9153.0, 9229.0, 9184.0, 9189.0, 9214.0, 9156.0, 9218.0, 9211.0, 9142.0, 9197.0, 9140.0, 9140.0, 9204.0, 9137.0, 9192.0, 9145.0, 9137.0, 9178.0, 9137.0, 9138.0, 9175.0, 9125.0, 9206.0, 9134.0, 9139.0, 9176.0, 9138.0, 9155.0, 9162.0, 9138.0, 9185.0, 9169.0, 9170.0, 9163.0, 9185.0, 9182.0, 9163.0, 9181.0, 9166.0, 9240.0, 9204.0, 9172.0, 9203.0, 9167.0, 9235.0, 9171.0, 9151.0, 9214.0, 9144.0, 9149.0, 9194.0, 9142.0, 9215.0, 9165.0, 9148.0, 9183.0, 9150.0, 9165.0, 9176.0, 9153.0, 9192.0, 9185.0, 9170.0, 9206.0, 9157.0, 9243.0, 9198.0, 9175.0, 9211.0, 9172.0, 9243.0, 9183.0, 9176.0, 9237.0, 9173.0, 9241.0, 9189.0, 9155.0, 9222.0, 9154.0, 9179.0, 9187.0, 9153.0, 9202.0, 9152.0, 9173.0, 9250.0, 9166.0, 9256.0, 9174.0, 9185.0, 9176.0, 9173.0, 9175.0, 9177.0, 9220.0, 9170.0, 9210.0, 9176.0, 9244.0, 9186.0, 9218.0, 9254.0, 9176.0, 9232.0, 9157.0, 9175.0, 9209.0, 9156.0, 9212.0, 9169.0, 9177.0, 9217.0, 9179.0, 9168.0, 9185.0, 9163.0, 9213.0, 9167.0, 9179.0, 9192.0, 9187.0, 9245.0, 9207.0, 9238.0, 9259.0, 9213.0, 9179.0, 9244.0, 9188.0, 9248.0, 9240.0, 9189.0, 9253.0, 9194.0, 9203.0, 9247.0, 9191.0, 9208.0, 9169.0, 9139.0, 9194.0, 9122.0, 9182.0, 9204.0, 9163.0, 9194.0, 9143.0, 9131.0, 9183.0, 9110.0, 9113.0, 9124.0, 9118.0, 9169.0, 9114.0, 9135.0, 9182.0, 9125.0, 9159.0, 9124.0, 9153.0, 9158.0, 9123.0, 9173.0, 9125.0, 9182.0, 9136.0, 9141.0, 9174.0, 9133.0, 9141.0, 9132.0, 9146.0, 9196.0, 9122.0, 9141.0, 9190.0, 9138.0, 9128.0, 9178.0, 9149.0, 9195.0, 9146.0, 9153.0, 9198.0, 9163.0, 9202.0, 9177.0, 9151.0, 9213.0, 9155.0, 9223.0, 9196.0, 9176.0, 9235.0, 9167.0, 9239.0, 9192.0, 9171.0, 9245.0, 9174.0, 9229.0, 9207.0, 9168.0, 9204.0, 9168.0, 9197.0, 9203.0, 9171.0, 9226.0, 9167.0, 9182.0, 9181.0, 9174.0, 9202.0, 9163.0, 9166.0, 9186.0, 9152.0, 9202.0, 9155.0, 9169.0, 9221.0, 9154.0, 9223.0, 9153.0, 9235.0, 9189.0, 9166.0, 9155.0, 9149.0, 9202.0, 9147.0, 9194.0, 9184.0, 9149.0, 9219.0, 9143.0, 9174.0, 9214.0, 9140.0, 9169.0, 9150.0, 9128.0, 9178.0, 9130.0, 9147.0, 9151.0, 9149.0, 9184.0, 9128.0, 9149.0, 9212.0, 9144.0, 9199.0, 9158.0, 9152.0, 9197.0, 9152.0, 9175.0, 9149.0, 9219.0, 9171.0, 9132.0, 9201.0, 9130.0, 9160.0, 9213.0, 9150.0, 9202.0, 9147.0, 9147.0, 9191.0, 9132.0, 9215.0, 9167.0, 9145.0, 9198.0, 9129.0, 9145.0, 9196.0, 9151.0, 9187.0, 9161.0, 9139.0, 9187.0, 9153.0, 9193.0, 9153.0, 9230.0, 9182.0, 9203.0, 9178.0, 9201.0, 9182.0, 9268.0, 9217.0, 9165.0, 9232.0, 9192.0, 9182.0, 9241.0, 9164.0, 9247.0, 9203.0, 9164.0, 9238.0, 9169.0, 9155.0, 9192.0, 9139.0, 9181.0, 9187.0, 9126.0, 9191.0, 9147.0, 9143.0, 9186.0, 9104.0, 9124.0, 9116.0, 9115.0, 9086.0, 9122.0, 9143.0, 9127.0, 9127.0, 9123.0, 9194.0, 9137.0, 9144.0, 9195.0, 9128.0, 9144.0, 9124.0, 9148.0, 9126.0, 9217.0, 9199.0, 9137.0, 9221.0, 9138.0, 9130.0, 9146.0, 9116.0, 9193.0, 9104.0, 9114.0, 9163.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.0010182413793103447</td></tr>
<tr><td colspan=3>aqi</td><td>0.053425939885057463</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.96559749302644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1449497495972374</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9511014534177218</td></tr>
<tr><td colspan=3>efc</td><td>0.4763</td></tr>
<tr><td colspan=3>fber</td><td>4719.7388</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11484073679361693</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.344827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3480393344376553</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2254016742150164</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5785383930683086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2401779360296414</td></tr>
<tr><td colspan=3>gcor</td><td>0.00797326</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022187773138284683</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02404662035405636</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.358366001298554</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>42.5005</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0302</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.281</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301114.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>694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.0904</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1373</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.6403</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3366.6572</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.9657</td></tr>
<tr><td colspan=3>tsnr</td><td>30.562163193244487</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>