ds005256-mriqc/sub-0064_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter b993479202 [DATALAD RUNCMD] Compute MRIQC for sub-0064
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0064 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0064",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:12:18 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0064_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-03/func/sub-0064_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>78ff08f253c2f557fa2fcd9c070aec3b</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>09:11:45.355000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997892, -0.050478, -0.0407824, 0.0502018, 0.998709, -0.00776815]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819112</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7733, -7250, 563, -26, -99, -29, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97db5a82-edee-4180-86cf-d5c290060d2b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677271604537964, 0.1346878558397293, -0.11102907359600067, 112.24956512451172], [0.1354287713766098, 2.6794629096984863, -0.01540195569396019, -98.00543975830078], [-0.10941623151302338, 0.020841389894485474, 2.697672128677368, -63.24856185913086], [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': ['091145.355000', '091145.815000', '091146.275000', '091146.735000', '091147.195000', '091147.655000', '091148.115000', '091148.575000', '091149.035000', '091149.495000', '091149.955000', '091150.415000', '091150.875000', '091151.335000', '091151.795000', '091152.255000', '091152.715000', '091153.175000', '091153.635000', '091154.095000', '091154.555000', '091155.015000', '091155.475000', '091155.935000', '091156.395000', '091156.855000', '091157.315000', '091157.775000', '091158.235000', '091158.695000', '091159.155000', '091159.615000', '091200.075000', '091200.535000', '091200.995000', '091201.455000', '091201.915000', '091202.375000', '091202.835000', '091203.295000', '091203.755000', '091204.215000', '091204.675000', '091205.135000', '091205.595000', '091206.055000', '091206.515000', '091206.975000', '091207.435000', '091207.895000', '091208.355000', '091208.815000', '091209.275000', '091209.735000', '091210.195000', '091210.655000', '091211.115000', '091211.575000', '091212.035000', '091212.495000', '091212.955000', '091213.415000', '091213.875000', '091214.335000', '091214.795000', '091215.255000', '091215.715000', '091216.175000', '091216.635000', '091217.095000', '091217.555000', '091218.015000', '091218.475000', '091218.935000', '091219.395000', '091219.855000', '091220.315000', '091220.775000', '091221.235000', '091221.695000', '091222.155000', '091222.615000', '091223.075000', '091223.535000', '091223.995000', '091224.455000', '091224.915000', '091225.375000', '091225.835000', '091226.295000', '091226.755000', '091227.215000', '091227.675000', '091228.135000', '091228.595000', '091229.055000', '091229.515000', '091229.975000', '091230.435000', '091230.895000', '091231.355000', '091231.815000', '091232.275000', '091232.735000', '091233.195000', '091233.655000', '091234.115000', '091234.575000', '091235.035000', '091235.495000', '091235.955000', '091236.415000', '091236.875000', '091237.335000', '091237.795000', '091238.255000', '091238.715000', '091239.175000', '091239.635000', '091240.095000', '091240.555000', '091241.015000', '091241.475000', '091241.935000', '091242.395000', '091242.855000', '091243.315000', '091243.775000', '091244.235000', '091244.695000', '091245.155000', '091245.615000', '091246.075000', '091246.535000', '091246.995000', '091247.455000', '091247.915000', '091248.375000', '091248.835000', '091249.295000', '091249.755000', '091250.215000', '091250.675000', '091251.135000', '091251.595000', '091252.055000', '091252.515000', '091252.975000', '091253.435000', '091253.895000', '091254.355000', '091254.815000', '091255.275000', '091255.735000', '091256.195000', '091256.655000', '091257.115000', '091257.575000', '091258.035000', '091258.495000', '091258.955000', '091259.415000', '091259.875000', '091300.335000', '091300.795000', '091301.255000', '091301.715000', '091302.175000', '091302.635000', '091303.095000', '091303.555000', '091304.015000', '091304.475000', '091304.935000', '091305.395000', '091305.855000', '091306.315000', '091306.775000', '091307.235000', '091307.695000', '091308.155000', '091308.615000', '091309.075000', '091309.535000', '091309.995000', '091310.455000', '091310.915000', '091311.375000', '091311.835000', '091312.295000', '091312.755000', '091313.215000', '091313.675000', '091314.135000', '091314.595000', '091315.055000', '091315.515000', '091315.975000', '091316.435000', '091316.895000', '091317.355000', '091317.815000', '091318.275000', '091318.735000', '091319.195000', '091319.655000', '091320.115000', '091320.575000', '091321.035000', '091321.495000', '091321.955000', '091322.415000', '091322.875000', '091323.335000', '091323.795000', '091324.255000', '091324.715000', '091325.175000', '091325.635000', '091326.095000', '091326.555000', '091327.015000', '091327.475000', '091327.935000', '091328.395000', '091328.855000', '091329.315000', '091329.775000', '091330.235000', '091330.695000', '091331.155000', '091331.615000', '091332.075000', '091332.535000', '091332.995000', '091333.455000', '091333.915000', '091334.375000', '091334.835000', '091335.295000', '091335.755000', '091336.215000', '091336.675000', '091337.135000', '091337.595000', '091338.055000', '091338.515000', '091338.975000', '091339.435000', '091339.895000', '091340.355000', '091340.815000', '091341.275000', '091341.735000', '091342.195000', '091342.655000', '091343.115000', '091343.575000', '091344.035000', '091344.495000', '091344.955000', '091345.415000', '091345.875000', '091346.335000', '091346.795000', '091347.255000', '091347.715000', '091348.175000', '091348.635000', '091349.095000', '091349.555000', '091350.015000', '091350.475000', '091350.935000', '091351.395000', '091351.855000', '091352.315000', '091352.775000', '091353.235000', '091353.695000', '091354.155000', '091354.615000', '091355.075000', '091355.535000', '091355.995000', '091356.455000', '091356.915000', '091357.375000', '091357.835000', '091358.295000', '091358.755000', '091359.215000', '091359.675000', '091400.135000', '091400.595000', '091401.055000', '091401.515000', '091401.975000', '091402.435000', '091402.895000', '091403.355000', '091403.815000', '091404.275000', '091404.735000', '091405.195000', '091405.655000', '091406.115000', '091406.575000', '091407.035000', '091407.495000', '091407.955000', '091408.415000', '091408.875000', '091409.335000', '091409.795000', '091410.255000', '091410.715000', '091411.175000', '091411.635000', '091412.095000', '091412.555000', '091413.015000', '091413.475000', '091413.935000', '091414.395000', '091414.855000', '091415.315000', '091415.775000', '091416.235000', '091416.695000', '091417.155000', '091417.615000', '091418.075000', '091418.535000', '091418.995000', '091419.455000', '091419.915000', '091420.375000', '091420.835000', '091421.295000', '091421.755000', '091422.215000', '091422.675000', '091423.135000', '091423.595000', '091424.055000', '091424.515000', '091424.975000', '091425.435000', '091425.895000', '091426.355000', '091426.815000', '091427.275000', '091427.735000', '091428.195000', '091428.655000', '091429.115000', '091429.575000', '091430.035000', '091430.495000', '091430.955000', '091431.415000', '091431.875000', '091432.335000', '091432.795000', '091433.255000', '091433.715000', '091434.175000', '091434.635000', '091435.095000', '091435.555000', '091436.015000', '091436.475000', '091436.935000', '091437.395000', '091437.855000', '091438.315000', '091438.775000', '091439.235000', '091439.695000', '091440.155000', '091440.615000', '091441.075000', '091441.535000', '091441.995000', '091442.455000', '091442.915000', '091443.375000', '091443.835000', '091444.295000', '091444.755000', '091445.215000', '091445.675000', '091446.135000', '091446.595000', '091447.055000', '091447.515000', '091447.975000', '091448.435000', '091448.895000', '091449.355000', '091449.815000', '091450.275000', '091450.735000', '091451.195000', '091451.655000', '091452.115000', '091452.575000', '091453.035000', '091453.495000', '091453.955000', '091454.415000', '091454.875000', '091455.335000', '091455.795000', '091456.255000', '091456.715000', '091457.175000', '091457.635000', '091458.095000', '091458.555000', '091459.015000', '091459.475000', '091459.935000', '091500.395000', '091500.855000', '091501.315000', '091501.775000', '091502.235000', '091502.695000', '091503.155000', '091503.615000', '091504.075000', '091504.535000', '091504.995000', '091505.455000', '091505.915000', '091506.375000', '091506.835000', '091507.295000', '091507.755000', '091508.215000', '091508.675000', '091509.135000', '091509.595000', '091510.055000', '091510.515000', '091510.975000', '091511.435000', '091511.895000', '091512.355000', '091512.815000', '091513.275000', '091513.735000', '091514.195000', '091514.655000', '091515.115000', '091515.575000', '091516.035000', '091516.495000', '091516.955000', '091517.415000', '091517.875000', '091518.335000', '091518.795000', '091519.255000', '091519.715000', '091520.175000', '091520.635000', '091521.095000', '091521.555000', '091522.015000', '091522.475000', '091522.935000', '091523.395000', '091523.855000', '091524.315000', '091524.775000', '091525.235000', '091525.695000', '091526.155000', '091526.615000', '091527.075000', '091527.535000', '091527.995000', '091528.455000', '091528.915000', '091529.375000', '091529.835000', '091530.295000', '091530.755000', '091531.215000', '091531.675000', '091532.135000', '091532.595000', '091533.055000', '091533.515000', '091533.975000', '091534.435000', '091534.895000', '091535.355000', '091535.815000', '091536.275000', '091536.735000', '091537.195000', '091537.655000', '091538.115000', '091538.575000', '091539.035000', '091539.495000', '091539.955000', '091540.415000', '091540.875000', '091541.335000', '091541.795000', '091542.255000', '091542.715000', '091543.175000', '091543.635000', '091544.095000', '091544.555000', '091545.015000', '091545.475000', '091545.935000', '091546.395000', '091546.855000', '091547.315000', '091547.775000', '091548.235000', '091548.695000', '091549.155000', '091549.615000', '091550.075000', '091550.535000', '091550.995000', '091551.455000', '091551.915000', '091552.375000', '091552.835000', '091553.295000', '091553.755000', '091554.215000', '091554.675000', '091555.135000', '091555.595000', '091556.055000', '091556.515000', '091556.975000', '091557.435000', '091557.895000', '091558.355000', '091558.815000', '091559.275000', '091559.735000', '091600.195000', '091600.655000', '091601.115000', '091601.575000', '091602.035000', '091602.495000', '091602.955000', '091603.415000', '091603.875000', '091604.335000', '091604.795000', '091605.255000', '091605.715000', '091606.175000', '091606.635000', '091607.095000', '091607.555000', '091608.015000', '091608.475000', '091608.935000', '091609.395000', '091609.855000', '091610.315000', '091610.775000', '091611.235000', '091611.695000', '091612.155000', '091612.615000', '091613.075000', '091613.535000', '091613.995000', '091614.455000', '091614.915000', '091615.375000', '091615.835000', '091616.295000', '091616.755000', '091617.215000', '091617.675000', '091618.135000', '091618.595000', '091619.055000', '091619.515000', '091619.975000', '091620.435000', '091620.895000', '091621.355000', '091621.815000', '091622.275000', '091622.735000', '091623.195000', '091623.655000', '091624.115000', '091624.575000', '091625.035000', '091625.495000', '091625.955000', '091626.415000', '091626.875000', '091627.335000', '091627.795000', '091628.255000', '091628.715000', '091629.175000', '091629.635000', '091630.095000', '091630.555000', '091631.015000', '091631.475000', '091631.935000', '091632.395000', '091632.855000', '091633.315000', '091633.775000', '091634.235000', '091634.695000', '091635.155000', '091635.615000', '091636.075000', '091636.535000', '091636.995000', '091637.455000', '091637.915000', '091638.375000', '091638.835000', '091639.295000', '091639.755000', '091640.215000', '091640.675000', '091641.135000', '091641.595000', '091642.055000', '091642.515000', '091642.975000', '091643.435000', '091643.895000', '091644.355000', '091644.815000', '091645.275000', '091645.735000', '091646.195000', '091646.655000', '091647.115000', '091647.575000', '091648.035000', '091648.495000', '091648.955000', '091649.415000', '091649.875000', '091650.335000', '091650.795000', '091651.255000', '091651.715000', '091652.175000', '091652.635000', '091653.095000', '091653.555000', '091654.015000', '091654.475000', '091654.935000', '091655.395000', '091655.855000', '091656.315000', '091656.775000', '091657.235000', '091657.695000', '091658.155000', '091658.615000', '091659.075000', '091659.535000', '091659.995000', '091700.455000', '091700.915000', '091701.375000', '091701.835000', '091702.295000', '091702.755000', '091703.215000', '091703.675000', '091704.135000', '091704.595000', '091705.055000', '091705.515000', '091705.975000', '091706.435000', '091706.895000', '091707.355000', '091707.815000', '091708.275000', '091708.735000', '091709.195000', '091709.655000', '091710.115000', '091710.575000', '091711.035000', '091711.495000', '091711.955000', '091712.415000', '091712.875000', '091713.335000', '091713.795000', '091714.255000', '091714.715000', '091715.175000', '091715.635000', '091716.095000', '091716.555000', '091717.015000', '091717.475000', '091717.935000', '091718.395000', '091718.855000', '091719.315000', '091719.775000', '091720.235000', '091720.695000', '091721.155000', '091721.615000', '091722.075000', '091722.535000', '091722.995000', '091723.455000', '091723.915000', '091724.375000', '091724.835000', '091725.295000', '091725.755000', '091726.215000', '091726.675000', '091727.135000', '091727.595000', '091728.055000', '091728.515000', '091728.975000', '091729.435000', '091729.895000', '091730.355000', '091730.815000', '091731.275000', '091731.735000', '091732.195000', '091732.655000', '091733.115000', '091733.575000', '091734.035000', '091734.495000', '091734.955000', '091735.415000', '091735.875000', '091736.335000', '091736.795000', '091737.255000', '091737.715000', '091738.175000', '091738.635000', '091739.095000', '091739.555000', '091740.015000', '091740.475000', '091740.935000', '091741.395000', '091741.855000', '091742.315000', '091742.775000', '091743.235000', '091743.695000', '091744.155000', '091744.615000', '091745.075000', '091745.535000', '091745.995000', '091746.455000', '091746.915000', '091747.375000', '091747.835000', '091748.295000', '091748.755000', '091749.215000', '091749.675000', '091750.135000', '091750.595000', '091751.055000', '091751.515000', '091751.975000', '091752.435000', '091752.895000', '091753.355000', '091753.815000', '091754.275000', '091754.735000', '091755.195000', '091755.655000', '091756.115000', '091756.575000', '091757.035000', '091757.495000', '091757.955000', '091758.415000', '091758.875000', '091759.335000', '091759.795000', '091800.255000', '091800.715000', '091801.175000', '091801.635000', '091802.095000', '091802.555000', '091803.015000', '091803.475000', '091803.935000', '091804.395000', '091804.855000', '091805.315000', '091805.775000', '091806.235000', '091806.695000', '091807.155000', '091807.615000', '091808.075000', '091808.535000', '091808.995000', '091809.455000', '091809.915000', '091810.375000', '091810.835000', '091811.295000', '091811.755000', '091812.215000', '091812.675000', '091813.135000', '091813.595000', '091814.055000', '091814.515000', '091814.975000', '091815.435000', '091815.895000', '091816.355000', '091816.815000', '091817.275000', '091817.735000', '091818.195000', '091818.655000', '091819.115000', '091819.575000', '091820.035000', '091820.495000', '091820.955000', '091821.415000', '091821.875000', '091822.335000', '091822.795000', '091823.255000', '091823.715000', '091824.175000', '091824.635000', '091825.095000', '091825.555000', '091826.015000'], 'ContentTime': ['091215.364000', '091215.367000', '091215.370000', '091215.372000', '091215.375000', '091215.377000', '091215.380000', '091215.383000', '091215.385000', '091215.388000', '091215.390000', '091215.393000', '091215.395000', '091215.398000', '091215.407000', '091215.410000', '091215.412000', '091215.415000', '091215.418000', '091215.420000', '091215.423000', '091215.425000', '091215.428000', '091215.431000', '091215.433000', '091215.436000', '091215.439000', '091215.441000', '091215.444000', '091215.446000', '091215.449000', '091215.451000', '091215.454000', '091215.462000', '091215.465000', '091215.468000', '091215.470000', '091215.473000', '091215.476000', '091215.478000', '091215.481000', '091215.483000', '091215.486000', '091215.489000', '091215.491000', '091215.494000', '091215.496000', '091215.499000', '091215.501000', '091215.504000', '091215.507000', '091215.509000', '091215.512000', '091215.514000', '091215.517000', '091215.520000', '091215.522000', '091215.531000', '091215.534000', '091215.537000', '091215.539000', '091215.542000', '091215.545000', '091235.339000', '091235.342000', '091235.345000', '091235.347000', '091235.350000', '091235.353000', '091235.356000', '091235.358000', '091235.361000', '091235.364000', '091235.366000', '091235.369000', '091235.372000', '091235.375000', '091235.377000', '091235.380000', '091235.383000', '091235.385000', '091235.388000', '091235.390000', '091235.393000', '091235.396000', '091235.398000', '091235.401000', '091235.404000', '091235.406000', '091235.409000', '091235.411000', '091235.414000', '091235.417000', '091235.419000', '091235.422000', '091235.425000', '091235.427000', '091235.430000', '091235.432000', '091235.435000', '091235.438000', '091235.440000', '091235.443000', '091235.445000', '091235.448000', '091235.451000', '091255.340000', '091255.343000', '091255.345000', '091255.348000', '091255.350000', '091255.353000', '091255.356000', '091255.358000', '091255.361000', '091255.364000', '091255.366000', '091255.369000', '091255.371000', '091255.374000', '091255.376000', '091255.379000', '091255.382000', '091255.391000', '091255.394000', '091255.397000', '091255.399000', '091255.402000', '091255.404000', '091255.407000', '091255.410000', '091255.412000', '091255.415000', '091255.417000', '091255.420000', '091255.423000', '091255.425000', '091255.428000', '091255.430000', '091255.433000', '091255.471000', '091255.474000', '091255.476000', '091255.479000', '091255.481000', '091255.484000', '091255.486000', '091255.489000', '091255.492000', '091255.494000', '091315.340000', '091315.343000', '091315.346000', '091315.348000', '091315.351000', '091315.354000', '091315.356000', '091315.359000', '091315.362000', '091315.364000', '091315.367000', '091315.370000', '091315.372000', '091315.375000', '091315.377000', '091315.380000', '091315.383000', '091315.385000', '091315.388000', '091315.391000', '091315.393000', '091315.396000', '091315.398000', '091315.401000', '091315.404000', '091315.406000', '091315.409000', '091315.412000', '091315.414000', '091315.417000', '091315.419000', '091315.422000', '091315.425000', '091315.427000', '091315.430000', '091315.433000', '091315.435000', '091315.438000', '091315.440000', '091315.443000', '091315.445000', '091315.448000', '091315.451000', '091335.339000', '091335.342000', '091335.345000', '091335.347000', '091335.350000', '091335.353000', '091335.356000', '091335.358000', '091335.361000', '091335.363000', '091335.366000', '091335.368000', '091335.371000', '091335.374000', '091335.376000', '091335.379000', '091335.381000', '091335.384000', '091335.387000', '091335.389000', '091335.392000', '091335.394000', '091335.397000', '091335.399000', '091335.402000', '091335.405000', '091335.407000', '091335.410000', '091335.412000', '091335.415000', '091335.417000', '091335.420000', '091335.423000', '091335.425000', '091335.428000', '091335.431000', '091335.433000', '091335.436000', '091335.438000', '091335.441000', '091335.444000', '091335.446000', '091335.449000', '091335.451000', '091355.339000', '091355.342000', '091355.345000', '091355.348000', '091355.350000', '091355.353000', '091355.356000', '091355.358000', '091355.361000', '091355.363000', '091355.366000', '091355.369000', '091355.371000', '091355.374000', '091355.377000', '091355.379000', '091355.382000', '091355.384000', '091355.387000', '091355.390000', '091355.392000', '091355.395000', '091355.398000', '091355.400000', '091355.403000', '091355.405000', '091355.408000', '091355.411000', '091355.413000', '091355.416000', '091355.418000', '091355.421000', '091355.424000', '091355.426000', '091355.429000', '091355.431000', '091355.434000', '091355.437000', '091355.439000', '091355.442000', '091355.445000', '091355.447000', '091355.450000', '091415.340000', '091415.343000', '091415.346000', '091415.348000', '091415.351000', '091415.353000', '091415.356000', '091415.359000', '091415.361000', '091415.364000', '091415.366000', '091415.369000', '091415.372000', '091415.374000', '091415.377000', '091415.380000', '091415.382000', '091415.385000', '091415.387000', '091415.390000', '091415.393000', '091415.395000', '091415.398000', '091415.401000', '091415.403000', '091415.406000', '091415.408000', '091415.411000', '091415.414000', '091415.416000', '091415.419000', '091415.422000', '091415.424000', '091415.427000', '091415.429000', '091415.432000', '091415.434000', '091415.437000', '091415.440000', '091415.442000', '091415.445000', '091415.448000', '091415.450000', '091415.453000', '091435.339000', '091435.342000', '091435.345000', '091435.348000', '091435.350000', '091435.353000', '091435.356000', '091435.359000', '091435.361000', '091435.364000', '091435.367000', '091435.369000', '091435.372000', '091435.375000', '091435.377000', '091435.380000', '091435.383000', '091435.385000', '091435.388000', '091435.390000', '091435.393000', '091435.396000', '091435.398000', '091435.401000', '091435.403000', '091435.406000', '091435.409000', '091435.411000', '091435.414000', '091435.417000', '091435.431000', '091435.434000', '091435.436000', '091435.439000', '091435.442000', '091435.444000', '091435.447000', '091435.450000', '091435.452000', '091435.455000', '091435.457000', '091435.460000', '091435.462000', '091455.339000', '091455.342000', '091455.345000', '091455.347000', '091455.350000', '091455.353000', '091455.356000', '091455.358000', '091455.361000', '091455.364000', '091455.366000', '091455.369000', '091455.371000', '091455.374000', '091455.376000', '091455.379000', '091455.382000', '091455.384000', '091455.387000', '091455.390000', '091455.392000', '091455.395000', '091455.397000', '091455.400000', '091455.403000', '091455.405000', '091455.408000', '091455.410000', '091455.413000', '091455.416000', '091455.419000', '091455.421000', '091455.424000', '091455.427000', '091455.429000', '091455.432000', '091455.434000', '091455.437000', '091455.440000', '091455.442000', '091455.445000', '091455.448000', '091455.450000', '091515.340000', '091515.343000', '091515.345000', '091515.348000', '091515.350000', '091515.353000', '091515.356000', '091515.358000', '091515.361000', '091515.363000', '091515.366000', '091515.369000', '091515.371000', '091515.374000', '091515.376000', '091515.379000', '091515.382000', '091515.384000', '091515.387000', '091515.389000', '091515.392000', '091515.395000', '091515.397000', '091515.400000', '091515.402000', '091515.405000', '091515.408000', '091515.410000', '091515.413000', '091515.416000', '091515.418000', '091515.421000', '091515.423000', '091515.426000', '091515.429000', '091515.431000', '091515.434000', '091515.437000', '091515.439000', '091515.442000', '091515.445000', '091515.447000', '091515.450000', '091515.453000', '091535.341000', '091535.344000', '091535.346000', '091535.349000', '091535.352000', '091535.354000', '091535.357000', '091535.360000', '091535.362000', '091535.365000', '091535.367000', '091535.370000', '091535.372000', '091535.375000', '091535.378000', '091535.380000', '091535.383000', '091535.385000', '091535.388000', '091535.390000', '091535.393000', '091535.396000', '091535.398000', '091535.401000', '091535.403000', '091535.406000', '091535.409000', '091535.411000', '091535.414000', '091535.417000', '091535.419000', '091535.422000', '091535.424000', '091535.427000', '091535.430000', '091535.432000', '091535.435000', '091535.437000', '091535.440000', '091535.443000', '091535.445000', '091535.448000', '091535.450000', '091535.453000', '091555.340000', '091555.343000', '091555.345000', '091555.348000', '091555.351000', '091555.353000', '091555.356000', '091555.358000', '091555.361000', '091555.364000', '091555.366000', '091555.369000', '091555.372000', '091555.375000', '091555.377000', '091555.380000', '091555.383000', '091555.385000', '091555.388000', '091555.390000', '091555.393000', '091555.396000', '091555.398000', '091555.401000', '091555.403000', '091555.406000', '091555.409000', '091555.411000', '091555.414000', '091555.417000', '091555.419000', '091555.422000', '091555.424000', '091555.427000', '091555.430000', '091555.432000', '091555.435000', '091555.438000', '091555.440000', '091555.443000', '091555.446000', '091555.448000', '091555.451000', '091615.339000', '091615.342000', '091615.345000', '091615.347000', '091615.350000', '091615.353000', '091615.355000', '091615.358000', '091615.361000', '091615.363000', '091615.366000', '091615.369000', '091615.372000', '091615.374000', '091615.377000', '091615.379000', '091615.382000', '091615.385000', '091615.387000', '091615.390000', '091615.392000', '091615.395000', '091615.398000', '091615.400000', '091615.403000', '091615.405000', '091615.408000', '091615.411000', '091615.414000', '091615.416000', '091615.419000', '091615.421000', '091615.424000', '091615.427000', '091615.429000', '091615.432000', '091615.435000', '091615.437000', '091615.440000', '091615.442000', '091615.445000', '091615.448000', '091615.450000', '091615.453000', '091635.340000', '091635.343000', '091635.346000', '091635.348000', '091635.351000', '091635.353000', '091635.356000', '091635.359000', '091635.361000', '091635.364000', '091635.367000', '091635.369000', '091635.372000', '091635.374000', '091635.377000', '091635.380000', '091635.382000', '091635.385000', '091635.388000', '091635.390000', '091635.393000', '091635.395000', '091635.398000', '091635.401000', '091635.403000', '091635.406000', '091635.409000', '091635.411000', '091635.414000', '091635.416000', '091635.419000', '091635.422000', '091635.424000', '091635.427000', '091635.429000', '091635.432000', '091635.435000', '091635.437000', '091635.440000', '091635.443000', '091635.445000', '091635.448000', '091635.450000', '091655.339000', '091655.342000', '091655.345000', '091655.347000', '091655.350000', '091655.353000', '091655.355000', '091655.358000', '091655.361000', '091655.363000', '091655.366000', '091655.369000', '091655.371000', '091655.374000', '091655.376000', '091655.380000', '091655.382000', '091655.385000', '091655.387000', '091655.390000', '091655.393000', '091655.395000', '091655.398000', '091655.401000', '091655.403000', '091655.406000', '091655.408000', '091655.411000', '091655.414000', '091655.416000', '091655.419000', '091655.422000', '091655.424000', '091655.427000', '091655.429000', '091655.432000', '091655.435000', '091655.437000', '091655.440000', '091655.443000', '091655.446000', '091655.448000', '091655.451000', '091715.340000', '091715.343000', '091715.345000', '091715.348000', '091715.351000', '091715.353000', '091715.356000', '091715.358000', '091715.361000', '091715.364000', '091715.366000', '091715.369000', '091715.372000', '091715.374000', '091715.377000', '091715.379000', '091715.382000', '091715.385000', '091715.387000', '091715.390000', '091715.393000', '091715.395000', '091715.398000', '091715.400000', '091715.403000', '091715.406000', '091715.408000', '091715.411000', '091715.413000', '091715.416000', '091715.419000', '091715.421000', '091715.424000', '091715.430000', '091715.433000', '091715.435000', '091715.438000', '091715.441000', '091715.443000', '091715.446000', '091715.449000', '091715.451000', '091715.454000', '091715.456000', '091735.340000', '091735.342000', '091735.345000', '091735.348000', '091735.350000', '091735.353000', '091735.356000', '091735.358000', '091735.361000', '091735.364000', '091735.368000', '091735.371000', '091735.373000', '091735.376000', '091735.379000', '091735.382000', '091735.384000', '091735.387000', '091735.398000', '091735.400000', '091735.403000', '091735.405000', '091735.419000', '091735.421000', '091735.424000', '091735.427000', '091735.429000', '091735.432000', '091735.435000', '091735.437000', '091735.440000', '091735.443000', '091735.445000', '091735.448000', '091735.451000', '091735.453000', '091735.456000', '091735.458000', '091735.461000', '091735.464000', '091735.466000', '091735.469000', '091735.472000', '091755.339000', '091755.343000', '091755.347000', '091755.350000', '091755.352000', '091755.355000', '091755.357000', '091755.360000', '091755.363000', '091755.365000', '091755.368000', '091755.371000', '091755.373000', '091755.376000', '091755.378000', '091755.381000', '091755.383000', '091755.386000', '091755.389000', '091755.391000', '091755.394000', '091755.397000', '091755.399000', '091755.402000', '091755.405000', '091755.407000', '091755.410000', '091755.412000', '091755.415000', '091755.418000', '091755.420000', '091755.423000', '091755.425000', '091755.428000', '091755.431000', '091755.433000', '091755.436000', '091755.439000', '091755.441000', '091755.444000', '091755.447000', '091755.449000', '091755.452000', '091755.455000', '091815.339000', '091815.342000', '091815.345000', '091815.348000', '091815.350000', '091815.353000', '091815.356000', '091815.358000', '091815.361000', '091815.364000', '091815.367000', '091815.370000', '091815.373000', '091815.375000', '091815.378000', '091815.380000', '091815.383000', '091815.386000', '091815.388000', '091815.391000', '091815.393000', '091815.396000', '091815.399000', '091815.401000', '091815.404000', '091815.406000', '091815.409000', '091815.412000', '091815.414000', '091815.417000', '091815.420000', '091815.423000', '091815.425000', '091815.428000', '091815.431000', '091815.434000', '091815.436000', '091815.439000', '091815.442000', '091815.444000', '091815.447000', '091815.450000', '091815.452000', '091827.340000', '091827.344000', '091827.346000', '091827.349000', '091827.352000', '091827.355000', '091827.358000', '091827.361000', '091827.363000', '091827.366000', '091827.369000', '091827.371000', '091827.374000', '091827.377000', '091827.382000', '091827.386000', '091827.389000', '091827.392000', '091827.396000', '091827.400000', '091827.407000', '091827.410000', '091827.413000', '091827.416000', '091827.418000', '091827.421000', '091827.430000'], 'InstanceCreationTime': ['091215.364000', '091215.367000', '091215.370000', '091215.372000', '091215.375000', '091215.377000', '091215.380000', '091215.383000', '091215.385000', '091215.388000', '091215.390000', '091215.393000', '091215.395000', '091215.398000', '091215.407000', '091215.410000', '091215.412000', '091215.415000', '091215.418000', '091215.420000', '091215.423000', '091215.425000', '091215.428000', '091215.431000', '091215.433000', '091215.436000', '091215.439000', '091215.441000', '091215.444000', '091215.446000', '091215.449000', '091215.451000', '091215.454000', '091215.462000', '091215.465000', '091215.468000', '091215.470000', '091215.473000', '091215.476000', '091215.478000', '091215.481000', '091215.483000', '091215.486000', '091215.489000', '091215.491000', '091215.494000', '091215.496000', '091215.499000', '091215.501000', '091215.504000', '091215.507000', '091215.509000', '091215.512000', '091215.514000', '091215.517000', '091215.520000', '091215.522000', '091215.531000', '091215.534000', '091215.537000', '091215.539000', '091215.542000', '091215.545000', '091235.339000', '091235.342000', '091235.345000', '091235.347000', '091235.350000', '091235.353000', '091235.356000', '091235.358000', '091235.361000', '091235.364000', '091235.366000', '091235.369000', '091235.372000', '091235.375000', '091235.377000', '091235.380000', '091235.383000', '091235.385000', '091235.388000', '091235.390000', '091235.393000', '091235.396000', '091235.398000', '091235.401000', '091235.404000', '091235.406000', '091235.409000', '091235.411000', '091235.414000', '091235.417000', '091235.419000', '091235.422000', '091235.425000', '091235.427000', '091235.430000', '091235.432000', '091235.435000', '091235.438000', '091235.440000', '091235.443000', '091235.445000', '091235.448000', '091235.451000', '091255.340000', '091255.343000', '091255.345000', '091255.348000', '091255.350000', '091255.353000', '091255.356000', '091255.358000', '091255.361000', '091255.364000', '091255.366000', '091255.369000', '091255.371000', '091255.374000', '091255.376000', '091255.379000', '091255.382000', '091255.391000', '091255.394000', '091255.397000', '091255.399000', '091255.402000', '091255.404000', '091255.407000', '091255.410000', '091255.412000', '091255.415000', '091255.417000', '091255.420000', '091255.423000', '091255.425000', '091255.428000', '091255.430000', '091255.433000', '091255.471000', '091255.474000', '091255.476000', '091255.479000', '091255.481000', '091255.484000', '091255.486000', '091255.489000', '091255.492000', '091255.494000', '091315.340000', '091315.343000', '091315.346000', '091315.348000', '091315.351000', '091315.354000', '091315.356000', '091315.359000', '091315.362000', '091315.364000', '091315.367000', '091315.370000', '091315.372000', '091315.375000', '091315.377000', '091315.380000', '091315.383000', '091315.385000', '091315.388000', '091315.391000', '091315.393000', '091315.396000', '091315.398000', '091315.401000', '091315.404000', '091315.406000', '091315.409000', '091315.412000', '091315.414000', '091315.417000', '091315.419000', '091315.422000', '091315.425000', '091315.427000', '091315.430000', '091315.433000', '091315.435000', '091315.438000', '091315.440000', '091315.443000', '091315.445000', '091315.448000', '091315.451000', '091335.339000', '091335.342000', '091335.345000', '091335.347000', '091335.350000', '091335.353000', '091335.356000', '091335.358000', '091335.361000', '091335.363000', '091335.366000', '091335.368000', '091335.371000', '091335.374000', '091335.376000', '091335.379000', '091335.381000', '091335.384000', '091335.387000', '091335.389000', '091335.392000', '091335.394000', '091335.397000', '091335.399000', '091335.402000', '091335.405000', '091335.407000', '091335.410000', '091335.412000', '091335.415000', '091335.417000', '091335.420000', '091335.423000', '091335.425000', '091335.428000', '091335.431000', '091335.433000', '091335.436000', '091335.438000', '091335.441000', '091335.444000', '091335.446000', '091335.449000', '091335.451000', '091355.339000', '091355.342000', '091355.345000', '091355.348000', '091355.350000', '091355.353000', '091355.356000', '091355.358000', '091355.361000', '091355.363000', '091355.366000', '091355.369000', '091355.371000', '091355.374000', '091355.377000', '091355.379000', '091355.382000', '091355.384000', '091355.387000', '091355.390000', '091355.392000', '091355.395000', '091355.398000', '091355.400000', '091355.403000', '091355.405000', '091355.408000', '091355.411000', '091355.413000', '091355.416000', '091355.418000', '091355.421000', '091355.424000', '091355.426000', '091355.429000', '091355.431000', '091355.434000', '091355.437000', '091355.439000', '091355.442000', '091355.445000', '091355.447000', '091355.450000', '091415.340000', '091415.343000', '091415.346000', '091415.348000', '091415.351000', '091415.353000', '091415.356000', '091415.359000', '091415.361000', '091415.364000', '091415.366000', '091415.369000', '091415.372000', '091415.374000', '091415.377000', '091415.380000', '091415.382000', '091415.385000', '091415.387000', '091415.390000', '091415.393000', '091415.395000', '091415.398000', '091415.401000', '091415.403000', '091415.406000', '091415.408000', '091415.411000', '091415.414000', '091415.416000', '091415.419000', '091415.422000', '091415.424000', '091415.427000', '091415.429000', '091415.432000', '091415.434000', '091415.437000', '091415.440000', '091415.442000', '091415.445000', '091415.448000', '091415.450000', '091415.453000', '091435.339000', '091435.342000', '091435.345000', '091435.348000', '091435.350000', '091435.353000', '091435.356000', '091435.359000', '091435.361000', '091435.364000', '091435.367000', '091435.369000', '091435.372000', '091435.375000', '091435.377000', '091435.380000', '091435.383000', '091435.385000', '091435.388000', '091435.390000', '091435.393000', '091435.396000', '091435.398000', '091435.401000', '091435.403000', '091435.406000', '091435.409000', '091435.411000', '091435.414000', '091435.417000', '091435.431000', '091435.434000', '091435.436000', '091435.439000', '091435.442000', '091435.444000', '091435.447000', '091435.450000', '091435.452000', '091435.455000', '091435.457000', '091435.460000', '091435.462000', '091455.339000', '091455.342000', '091455.345000', '091455.347000', '091455.350000', '091455.353000', '091455.356000', '091455.358000', '091455.361000', '091455.364000', '091455.366000', '091455.369000', '091455.371000', '091455.374000', '091455.376000', '091455.379000', '091455.382000', '091455.384000', '091455.387000', '091455.390000', '091455.392000', '091455.395000', '091455.397000', '091455.400000', '091455.403000', '091455.405000', '091455.408000', '091455.410000', '091455.413000', '091455.416000', '091455.419000', '091455.421000', '091455.424000', '091455.427000', '091455.429000', '091455.432000', '091455.434000', '091455.437000', '091455.440000', '091455.442000', '091455.445000', '091455.448000', '091455.450000', '091515.340000', '091515.343000', '091515.345000', '091515.348000', '091515.350000', '091515.353000', '091515.356000', '091515.358000', '091515.361000', '091515.363000', '091515.366000', '091515.369000', '091515.371000', '091515.374000', '091515.376000', '091515.379000', '091515.382000', '091515.384000', '091515.387000', '091515.389000', '091515.392000', '091515.395000', '091515.397000', '091515.400000', '091515.402000', '091515.405000', '091515.408000', '091515.410000', '091515.413000', '091515.416000', '091515.418000', '091515.421000', '091515.423000', '091515.426000', '091515.429000', '091515.431000', '091515.434000', '091515.437000', '091515.439000', '091515.442000', '091515.445000', '091515.447000', '091515.450000', '091515.453000', '091535.341000', '091535.344000', '091535.346000', '091535.349000', '091535.352000', '091535.354000', '091535.357000', '091535.360000', '091535.362000', '091535.365000', '091535.367000', '091535.370000', '091535.372000', '091535.375000', '091535.378000', '091535.380000', '091535.383000', '091535.385000', '091535.388000', '091535.390000', '091535.393000', '091535.396000', '091535.398000', '091535.401000', '091535.403000', '091535.406000', '091535.409000', '091535.411000', '091535.414000', '091535.417000', '091535.419000', '091535.422000', '091535.424000', '091535.427000', '091535.430000', '091535.432000', '091535.435000', '091535.437000', '091535.440000', '091535.443000', '091535.445000', '091535.448000', '091535.450000', '091535.453000', '091555.340000', '091555.343000', '091555.345000', '091555.348000', '091555.351000', '091555.353000', '091555.356000', '091555.358000', '091555.361000', '091555.364000', '091555.366000', '091555.369000', '091555.372000', '091555.375000', '091555.377000', '091555.380000', '091555.383000', '091555.385000', '091555.388000', '091555.390000', '091555.393000', '091555.396000', '091555.398000', '091555.401000', '091555.403000', '091555.406000', '091555.409000', '091555.411000', '091555.414000', '091555.417000', '091555.419000', '091555.422000', '091555.424000', '091555.427000', '091555.430000', '091555.432000', '091555.435000', '091555.438000', '091555.440000', '091555.443000', '091555.446000', '091555.448000', '091555.451000', '091615.339000', '091615.342000', '091615.345000', '091615.347000', '091615.350000', '091615.353000', '091615.355000', '091615.358000', '091615.361000', '091615.363000', '091615.366000', '091615.369000', '091615.372000', '091615.374000', '091615.377000', '091615.379000', '091615.382000', '091615.385000', '091615.387000', '091615.390000', '091615.392000', '091615.395000', '091615.398000', '091615.400000', '091615.403000', '091615.405000', '091615.408000', '091615.411000', '091615.414000', '091615.416000', '091615.419000', '091615.421000', '091615.424000', '091615.427000', '091615.429000', '091615.432000', '091615.435000', '091615.437000', '091615.440000', '091615.442000', '091615.445000', '091615.448000', '091615.450000', '091615.453000', '091635.340000', '091635.343000', '091635.346000', '091635.348000', '091635.351000', '091635.353000', '091635.356000', '091635.359000', '091635.361000', '091635.364000', '091635.367000', '091635.369000', '091635.372000', '091635.374000', '091635.377000', '091635.380000', '091635.382000', '091635.385000', '091635.388000', '091635.390000', '091635.393000', '091635.395000', '091635.398000', '091635.401000', '091635.403000', '091635.406000', '091635.409000', '091635.411000', '091635.414000', '091635.416000', '091635.419000', '091635.422000', '091635.424000', '091635.427000', '091635.429000', '091635.432000', '091635.435000', '091635.437000', '091635.440000', '091635.443000', '091635.445000', '091635.448000', '091635.450000', '091655.339000', '091655.342000', '091655.345000', '091655.347000', '091655.350000', '091655.353000', '091655.355000', '091655.358000', '091655.361000', '091655.363000', '091655.366000', '091655.369000', '091655.371000', '091655.374000', '091655.376000', '091655.380000', '091655.382000', '091655.385000', '091655.387000', '091655.390000', '091655.393000', '091655.395000', '091655.398000', '091655.401000', '091655.403000', '091655.406000', '091655.408000', '091655.411000', '091655.414000', '091655.416000', '091655.419000', '091655.422000', '091655.424000', '091655.427000', '091655.429000', '091655.432000', '091655.435000', '091655.437000', '091655.440000', '091655.443000', '091655.446000', '091655.448000', '091655.451000', '091715.340000', '091715.343000', '091715.345000', '091715.348000', '091715.351000', '091715.353000', '091715.356000', '091715.358000', '091715.361000', '091715.364000', '091715.366000', '091715.369000', '091715.372000', '091715.374000', '091715.377000', '091715.379000', '091715.382000', '091715.385000', '091715.387000', '091715.390000', '091715.393000', '091715.395000', '091715.398000', '091715.400000', '091715.403000', '091715.406000', '091715.408000', '091715.411000', '091715.413000', '091715.416000', '091715.419000', '091715.421000', '091715.424000', '091715.430000', '091715.433000', '091715.435000', '091715.438000', '091715.441000', '091715.443000', '091715.446000', '091715.449000', '091715.451000', '091715.454000', '091715.456000', '091735.340000', '091735.342000', '091735.345000', '091735.348000', '091735.350000', '091735.353000', '091735.356000', '091735.358000', '091735.361000', '091735.364000', '091735.368000', '091735.371000', '091735.373000', '091735.376000', '091735.379000', '091735.382000', '091735.384000', '091735.387000', '091735.398000', '091735.400000', '091735.403000', '091735.405000', '091735.419000', '091735.421000', '091735.424000', '091735.427000', '091735.429000', '091735.432000', '091735.435000', '091735.437000', '091735.440000', '091735.443000', '091735.445000', '091735.448000', '091735.451000', '091735.453000', '091735.456000', '091735.458000', '091735.461000', '091735.464000', '091735.466000', '091735.469000', '091735.472000', '091755.339000', '091755.343000', '091755.347000', '091755.350000', '091755.352000', '091755.355000', '091755.357000', '091755.360000', '091755.363000', '091755.365000', '091755.368000', '091755.371000', '091755.373000', '091755.376000', '091755.378000', '091755.381000', '091755.383000', '091755.386000', '091755.389000', '091755.391000', '091755.394000', '091755.397000', '091755.399000', '091755.402000', '091755.405000', '091755.407000', '091755.410000', '091755.412000', '091755.415000', '091755.418000', '091755.420000', '091755.423000', '091755.425000', '091755.428000', '091755.431000', '091755.433000', '091755.436000', '091755.439000', '091755.441000', '091755.444000', '091755.447000', '091755.449000', '091755.452000', '091755.455000', '091815.339000', '091815.342000', '091815.345000', '091815.348000', '091815.350000', '091815.353000', '091815.356000', '091815.358000', '091815.361000', '091815.364000', '091815.367000', '091815.370000', '091815.373000', '091815.375000', '091815.378000', '091815.380000', '091815.383000', '091815.386000', '091815.388000', '091815.391000', '091815.393000', '091815.396000', '091815.399000', '091815.401000', '091815.404000', '091815.406000', '091815.409000', '091815.412000', '091815.414000', '091815.417000', '091815.420000', '091815.423000', '091815.425000', '091815.428000', '091815.431000', '091815.434000', '091815.436000', '091815.439000', '091815.442000', '091815.444000', '091815.447000', '091815.450000', '091815.452000', '091827.340000', '091827.344000', '091827.346000', '091827.349000', '091827.352000', '091827.355000', '091827.358000', '091827.361000', '091827.363000', '091827.366000', '091827.369000', '091827.371000', '091827.374000', '091827.377000', '091827.382000', '091827.386000', '091827.389000', '091827.392000', '091827.396000', '091827.400000', '091827.407000', '091827.410000', '091827.413000', '091827.416000', '091827.418000', '091827.421000', '091827.430000'], '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': [8267, 7811, 10054, 7882, 7221, 7480, 7597, 7291, 7794, 8154, 7198, 7444, 7197, 7921, 8235, 8142, 10090, 8650, 7306, 6946, 7394, 7213, 7288, 7517, 9516, 9172, 9443, 11580, 7575, 7144, 7122, 7585, 8073, 7288, 7568, 7153, 7733, 8144, 7196, 7114, 7161, 7221, 7131, 7810, 7749, 9637, 7641, 12485, 9929, 13014, 13686, 8510, 11983, 7446, 7438, 7404, 7746, 7883, 7177, 7627, 7352, 8385, 13834, 10087, 7597, 7417, 7671, 7169, 7781, 6774, 7743, 7294, 7292, 7199, 7460, 7094, 7392, 6915, 7051, 7025, 9177, 8734, 12403, 11229, 12563, 12052, 11563, 13823, 8865, 7547, 7401, 7440, 7263, 7133, 7613, 10409, 7850, 7789, 7082, 7896, 10448, 8489, 12952, 7992, 11516, 7858, 11413, 8124, 11061, 8210, 10474, 8094, 8261, 7621, 7359, 7418, 7871, 7214, 7983, 7414, 7444, 7442, 7913, 7603, 7834, 7271, 7596, 6897, 7683, 11030, 8063, 8808, 7151, 7624, 10954, 7264, 7393, 7410, 7679, 9899, 7825, 8173, 7450, 7500, 12423, 7970, 11379, 8710, 8374, 7180, 7381, 7678, 7440, 13753, 7835, 12746, 9220, 12650, 9519, 7567, 6933, 7810, 8719, 7942, 7337, 7435, 7765, 7778, 10461, 14161, 10814, 7746, 7622, 7870, 7372, 7297, 7455, 7446, 8776, 8929, 8880, 7702, 12734, 13697, 14875, 12144, 7997, 9519, 8114, 7304, 8081, 9728, 8084, 7377, 7319, 7908, 7295, 7756, 7717, 7462, 7830, 7321, 8216, 8045, 7909, 10673, 8283, 11884, 9439, 13362, 7311, 7512, 7098, 7845, 7540, 7407, 7637, 7064, 7833, 7285, 7769, 7462, 7730, 11253, 7837, 9681, 7533, 6840, 7743, 7667, 7368, 7429, 7325, 7397, 7099, 7978, 7327, 7945, 10494, 8849, 8956, 7720, 7708, 7280, 7528, 10881, 7858, 9821, 10760, 7624, 8078, 8142, 10558, 8638, 11352, 7642, 7525, 7510, 7941, 8180, 7975, 10394, 7652, 9000, 8246, 8664, 7453, 7885, 11740, 7908, 7578, 7220, 8148, 7398, 8277, 11932, 8367, 8207, 7539, 7798, 7659, 7864, 11893, 7533, 7533, 7085, 7745, 7556, 7243, 7770, 7312, 7399, 7256, 7415, 8304, 7839, 7900, 7342, 7514, 7950, 7246, 7631, 7873, 7077, 7592, 7650, 7286, 12040, 9912, 12276, 9719, 13422, 9779, 14269, 12015, 12355, 13918, 7397, 7093, 7030, 7463, 6920, 7721, 7876, 7639, 9285, 7596, 9939, 8840, 11591, 9313, 7768, 7560, 7597, 7888, 7648, 9053, 7612, 7592, 7592, 7419, 7493, 7447, 7433, 7560, 7207, 7613, 7598, 7613, 8393, 7705, 9684, 9595, 7497, 7280, 7608, 7762, 7188, 7647, 7325, 7351, 7336, 7198, 7472, 7272, 7676, 9091, 7583, 8509, 7299, 7370, 8475, 7462, 9766, 7718, 13006, 8798, 13869, 8311, 12134, 7238, 7036, 8159, 7993, 12731, 7921, 8557, 7100, 7583, 7547, 7831, 7784, 7648, 8713, 7090, 7878, 8902, 7636, 7330, 7859, 8032, 7851, 7947, 7468, 7697, 11956, 8238, 8416, 7777, 7458, 7169, 7252, 7006, 7045, 7248, 6943, 7207, 7304, 7587, 7231, 6899, 7180, 10428, 12785, 12585, 10866, 13215, 12685, 14045, 11573, 8242, 12885, 7646, 7438, 7551, 7775, 11071, 12754, 15875, 8342, 8625, 8586, 13692, 7185, 7589, 7191, 7548, 7552, 7427, 7736, 7658, 8460, 7519, 8638, 8193, 10864, 7968, 12868, 10533, 10865, 8736, 7628, 8539, 7316, 7684, 7788, 8050, 10031, 7594, 7418, 7951, 7961, 7384, 7908, 7454, 7899, 8134, 9924, 7824, 7531, 7275, 7877, 7411, 7508, 7663, 7702, 8140, 12218, 7343, 7489, 7394, 7551, 9129, 7247, 12233, 8097, 8351, 7660, 7445, 7037, 7615, 7790, 7713, 11459, 8112, 11839, 8329, 10557, 7136, 6940, 8429, 9229, 11534, 7296, 7163, 7584, 7215, 9405, 7569, 10219, 7219, 7562, 7698, 7263, 8769, 7011, 10562, 7276, 11596, 7199, 7343, 6865, 7106, 11324, 7096, 9313, 7545, 7255, 7010, 7487, 10829, 7560, 9490, 7230, 7098, 7254, 7011, 11004, 7087, 7140, 7144, 7329, 7229, 7216, 7053, 7227, 9222, 7318, 8696, 7410, 8806, 7303, 7216, 7162, 7276, 7448, 7420, 7324, 7103, 6968, 7241, 7574, 7073, 7365, 7036, 7770, 7408, 7035, 7688, 7524, 7088, 7718, 8924, 11998, 10342, 11728, 12353, 13332, 13802, 11843, 8598, 9198, 7053, 7173, 8587, 6933, 9182, 7180, 6864, 7310, 7461, 9092, 7683, 7414, 7666, 7282, 7557, 7291, 9212, 7721, 8788, 7753, 7167, 10049, 8093, 11808, 7552, 8449, 7641, 7565, 7387, 8503, 7604, 7233, 8056, 7511, 7082, 7613, 7120, 7753, 7510, 8080, 7375, 9463, 7458, 8709, 7897, 10358, 10403, 8469, 12094, 7432, 6816, 7118, 6938, 7687, 7143, 9225, 7091, 7177, 7499, 6980, 11192, 9510, 13178, 7564, 7011, 7183, 7350, 9087, 7183, 7826, 7018, 7617, 10976, 7972, 7204, 8578, 7408, 11940, 7392, 8804, 7265, 7116, 7429, 7242, 6983, 7851, 7140, 7012, 7189, 9594, 10595, 9254, 13943, 10696, 8541, 9974, 10685, 10069, 11226, 10469, 8521, 12062, 7315, 7257, 7518, 7494, 7452, 7384, 8302, 7449, 9892, 7294, 9391, 7607, 7009, 7617, 7338, 8909, 7580, 7449, 8862, 7468, 11311, 9531, 9627, 7668, 7046, 7683, 7320, 7672, 7453, 7833, 7560, 8910, 7468, 7044, 7173, 7391, 6923, 7311, 7011, 7508, 7357, 8694, 7164, 7362, 7490, 7494, 7310, 12367, 8902, 7468, 7717, 7392, 7305, 7155, 7545, 7215, 6885, 6981, 7293, 8872, 7253, 10913, 7465, 8552, 7338, 7554, 7643, 7585, 9031, 7754, 11963, 7458, 9930, 8327, 11491, 9321, 12915, 7667, 7845, 7430, 10217, 7763, 7508, 7381, 7420, 7687, 7335, 7197, 7379, 7186, 7501, 7227, 8904, 7954, 9500, 7437, 7178, 7702, 7203, 7831, 7436, 8004, 7726, 7579, 7749, 7497, 7058, 7100, 7068, 9911, 7538, 7603, 11540, 9711, 11164, 9215, 9614, 7564, 13831, 10512, 14139, 8906, 8326, 7396, 11941, 7434, 7266, 7141, 7530, 8289, 9436, 7754, 8561, 8292, 7878, 12143, 8651, 11880, 7808, 9072, 10510, 9900, 13212, 10336, 7651, 7647, 7902, 7565, 7631, 7435, 7810, 7449, 7264, 7177, 7783, 7271, 9876, 8258, 9383, 8296, 7440, 7895, 7692, 7696, 7723, 8927, 8085, 8739, 7630, 7637, 7705, 7607, 7534, 7614, 9436, 7691, 9413, 8011], 'WindowCenter': [4036.0, 4011.0, 4028.0, 4008.0, 4008.0, 3996.0, 3994.0, 3982.0, 3995.0, 3993.0, 3973.0, 3982.0, 3970.0, 3980.0, 3979.0, 3979.0, 3999.0, 3979.0, 3970.0, 3968.0, 3981.0, 3979.0, 3982.0, 3979.0, 3999.0, 4002.0, 4002.0, 4012.0, 3982.0, 3969.0, 3968.0, 3981.0, 3979.0, 3968.0, 3978.0, 3968.0, 3981.0, 3991.0, 3968.0, 3968.0, 3967.0, 3967.0, 3967.0, 3977.0, 3977.0, 3987.0, 3979.0, 4020.0, 4001.0, 4033.0, 4033.0, 4019.0, 4021.0, 3969.0, 3954.0, 3955.0, 3977.0, 3976.0, 3955.0, 3966.0, 3980.0, 3990.0, 4022.0, 3999.0, 3979.0, 3979.0, 3967.0, 3957.0, 3967.0, 3971.0, 3992.0, 3981.0, 3979.0, 3966.0, 3967.0, 3980.0, 3978.0, 3980.0, 3969.0, 3979.0, 4014.0, 4003.0, 4034.0, 4010.0, 4019.0, 4022.0, 4009.0, 4019.0, 3975.0, 3966.0, 3965.0, 3964.0, 3964.0, 3967.0, 3976.0, 4010.0, 3990.0, 3978.0, 3968.0, 3989.0, 4009.0, 3989.0, 4018.0, 3976.0, 4007.0, 3976.0, 3996.0, 3977.0, 4008.0, 3992.0, 4010.0, 3990.0, 3988.0, 3978.0, 3968.0, 3981.0, 3992.0, 3979.0, 4005.0, 3982.0, 3992.0, 3993.0, 3991.0, 3992.0, 3992.0, 3994.0, 3993.0, 3984.0, 3994.0, 4025.0, 4007.0, 4018.0, 3998.0, 4007.0, 4026.0, 3995.0, 3985.0, 3983.0, 3994.0, 4015.0, 3996.0, 3994.0, 3981.0, 3982.0, 4023.0, 3992.0, 4013.0, 3990.0, 3978.0, 3970.0, 3982.0, 3981.0, 3969.0, 4020.0, 3992.0, 4033.0, 4001.0, 4022.0, 4001.0, 3980.0, 3968.0, 3978.0, 3977.0, 3978.0, 3967.0, 3967.0, 3967.0, 3981.0, 4026.0, 4036.0, 4012.0, 3993.0, 3993.0, 3993.0, 3981.0, 3982.0, 3981.0, 3981.0, 4005.0, 4004.0, 4014.0, 3994.0, 4034.0, 4035.0, 4036.0, 4025.0, 3979.0, 4001.0, 3978.0, 3969.0, 3979.0, 3988.0, 3978.0, 3968.0, 3982.0, 3992.0, 3994.0, 4007.0, 3993.0, 3983.0, 3979.0, 3980.0, 3989.0, 3981.0, 3977.0, 4012.0, 3989.0, 4009.0, 3991.0, 4019.0, 3967.0, 3966.0, 3966.0, 3977.0, 3966.0, 3967.0, 3979.0, 3968.0, 3979.0, 3978.0, 3979.0, 3980.0, 3991.0, 4024.0, 3982.0, 4000.0, 3981.0, 3971.0, 3992.0, 3981.0, 3993.0, 3994.0, 3994.0, 3983.0, 3983.0, 4004.0, 3997.0, 4006.0, 4038.0, 4017.0, 4017.0, 3995.0, 4007.0, 3993.0, 3996.0, 4026.0, 3995.0, 4016.0, 4039.0, 3995.0, 4007.0, 4007.0, 4027.0, 4007.0, 4025.0, 3993.0, 3994.0, 3995.0, 3993.0, 3992.0, 3993.0, 4014.0, 3983.0, 4001.0, 3992.0, 3991.0, 3983.0, 3995.0, 4023.0, 3992.0, 3980.0, 3980.0, 3992.0, 3969.0, 3979.0, 4010.0, 3979.0, 3977.0, 3978.0, 3967.0, 3980.0, 3991.0, 4009.0, 3969.0, 3967.0, 3969.0, 3980.0, 3980.0, 3983.0, 3981.0, 3979.0, 3969.0, 3967.0, 3981.0, 3993.0, 3994.0, 3992.0, 3979.0, 3969.0, 3992.0, 3993.0, 3992.0, 3977.0, 3968.0, 3981.0, 3980.0, 3980.0, 4009.0, 3999.0, 4021.0, 3999.0, 4016.0, 3988.0, 4019.0, 4009.0, 4008.0, 4006.0, 3965.0, 3955.0, 3954.0, 3964.0, 3954.0, 3965.0, 3965.0, 3965.0, 3974.0, 3965.0, 3985.0, 3989.0, 4009.0, 3976.0, 3964.0, 3952.0, 3966.0, 3965.0, 3966.0, 3989.0, 3979.0, 3979.0, 3968.0, 3964.0, 3968.0, 3965.0, 3965.0, 3978.0, 3966.0, 3976.0, 3965.0, 3966.0, 3978.0, 3978.0, 3999.0, 4000.0, 3968.0, 3967.0, 4007.0, 3979.0, 3968.0, 3981.0, 3978.0, 3980.0, 3981.0, 3981.0, 3982.0, 3992.0, 3994.0, 4001.0, 3992.0, 3991.0, 3980.0, 3981.0, 3992.0, 3980.0, 4012.0, 3994.0, 4034.0, 3991.0, 4022.0, 3990.0, 4011.0, 3980.0, 3980.0, 3993.0, 3992.0, 4036.0, 3993.0, 4004.0, 3984.0, 3993.0, 3982.0, 3979.0, 3980.0, 3981.0, 3991.0, 3983.0, 4005.0, 4002.0, 3993.0, 3981.0, 3981.0, 3978.0, 3978.0, 3978.0, 3969.0, 3978.0, 4009.0, 3978.0, 3976.0, 3981.0, 3968.0, 3955.0, 3954.0, 3941.0, 3940.0, 3952.0, 3941.0, 3952.0, 3953.0, 3967.0, 3967.0, 3957.0, 3969.0, 4013.0, 4024.0, 4022.0, 4011.0, 4021.0, 4021.0, 4018.0, 3999.0, 3989.0, 4020.0, 3966.0, 3966.0, 3981.0, 3980.0, 4022.0, 4023.0, 4032.0, 3990.0, 3990.0, 3990.0, 4020.0, 3970.0, 3978.0, 3957.0, 3979.0, 3965.0, 3980.0, 3980.0, 3979.0, 3990.0, 3969.0, 3977.0, 3980.0, 3998.0, 3966.0, 3994.0, 3984.0, 3983.0, 3961.0, 3952.0, 3961.0, 3965.0, 3976.0, 3979.0, 3977.0, 3997.0, 3966.0, 3966.0, 3978.0, 3991.0, 3982.0, 3994.0, 3980.0, 3980.0, 3992.0, 4013.0, 3980.0, 3980.0, 3980.0, 3991.0, 3980.0, 3994.0, 3992.0, 3992.0, 3991.0, 4021.0, 3980.0, 3992.0, 3992.0, 3992.0, 4013.0, 3981.0, 4022.0, 3993.0, 4002.0, 4007.0, 3995.0, 3982.0, 3994.0, 3992.0, 3995.0, 4035.0, 4005.0, 4035.0, 4004.0, 4011.0, 3983.0, 3983.0, 4005.0, 4018.0, 4037.0, 3998.0, 3997.0, 4006.0, 3996.0, 4017.0, 4021.0, 4039.0, 4009.0, 4009.0, 4007.0, 3993.0, 4002.0, 3982.0, 4024.0, 3994.0, 4034.0, 3993.0, 3990.0, 3982.0, 3983.0, 4021.0, 3983.0, 4011.0, 3993.0, 3992.0, 3984.0, 3995.0, 4024.0, 3980.0, 4002.0, 3995.0, 3995.0, 3993.0, 3982.0, 4021.0, 3980.0, 3969.0, 3979.0, 3968.0, 3977.0, 3979.0, 3969.0, 3980.0, 4000.0, 3980.0, 3988.0, 3979.0, 4000.0, 3980.0, 3992.0, 3994.0, 3993.0, 3993.0, 4006.0, 4006.0, 4007.0, 4008.0, 3995.0, 3996.0, 3994.0, 3994.0, 3995.0, 4005.0, 4007.0, 3994.0, 3994.0, 3993.0, 3981.0, 4004.0, 4028.0, 4050.0, 4038.0, 4037.0, 4037.0, 4037.0, 4034.0, 4023.0, 4001.0, 4002.0, 3983.0, 3981.0, 3998.0, 3980.0, 4001.0, 3979.0, 3970.0, 3992.0, 3992.0, 4001.0, 3990.0, 3994.0, 3991.0, 3993.0, 3992.0, 4007.0, 4015.0, 4005.0, 4001.0, 3992.0, 3980.0, 4012.0, 3991.0, 4022.0, 3991.0, 4004.0, 3992.0, 3979.0, 3979.0, 3987.0, 3990.0, 3980.0, 3990.0, 3992.0, 3981.0, 3993.0, 3982.0, 3991.0, 3992.0, 3992.0, 3992.0, 4012.0, 3992.0, 4002.0, 4005.0, 4025.0, 4024.0, 4004.0, 4035.0, 3994.0, 3986.0, 3996.0, 3996.0, 4007.0, 3997.0, 4017.0, 4011.0, 4010.0, 4008.0, 4009.0, 4051.0, 4029.0, 4047.0, 4008.0, 3996.0, 3994.0, 3994.0, 4016.0, 3996.0, 4006.0, 4009.0, 4019.0, 4039.0, 4007.0, 3994.0, 4004.0, 3995.0, 4036.0, 3993.0, 4003.0, 4007.0, 3996.0, 4004.0, 4007.0, 4008.0, 4016.0, 3982.0, 3980.0, 3995.0, 4038.0, 4050.0, 4030.0, 4061.0, 4051.0, 4017.0, 4026.0, 4024.0, 4014.0, 4026.0, 4029.0, 4004.0, 4024.0, 3982.0, 3980.0, 3981.0, 3993.0, 3993.0, 3993.0, 4004.0, 3997.0, 4041.0, 4022.0, 4030.0, 4022.0, 4009.0, 4008.0, 3997.0, 3991.0, 3981.0, 3993.0, 4014.0, 4008.0, 4036.0, 4025.0, 4013.0, 3992.0, 3981.0, 3991.0, 3981.0, 3990.0, 3991.0, 3994.0, 3992.0, 4000.0, 3995.0, 3997.0, 3995.0, 3995.0, 3995.0, 3996.0, 3994.0, 3996.0, 3996.0, 4017.0, 3996.0, 3995.0, 3993.0, 4009.0, 3996.0, 4035.0, 4031.0, 3996.0, 3994.0, 3994.0, 3981.0, 3984.0, 3993.0, 3994.0, 3985.0, 3984.0, 3983.0, 4015.0, 3983.0, 4024.0, 3994.0, 4016.0, 3995.0, 3995.0, 3993.0, 3993.0, 4003.0, 3995.0, 4025.0, 3983.0, 4015.0, 3993.0, 4023.0, 3989.0, 4020.0, 3981.0, 3979.0, 3981.0, 4010.0, 3980.0, 3979.0, 3980.0, 3982.0, 3981.0, 3980.0, 3969.0, 3980.0, 3970.0, 3980.0, 3981.0, 4003.0, 3992.0, 4015.0, 3982.0, 3981.0, 3993.0, 3984.0, 3994.0, 3994.0, 4009.0, 4005.0, 4006.0, 4006.0, 4007.0, 3993.0, 3981.0, 3983.0, 4024.0, 4007.0, 3994.0, 4038.0, 4016.0, 4039.0, 4017.0, 4026.0, 4005.0, 4049.0, 4014.0, 4047.0, 4005.0, 3977.0, 3966.0, 4008.0, 3967.0, 3979.0, 3969.0, 3980.0, 3989.0, 4002.0, 3980.0, 3991.0, 3980.0, 3979.0, 4009.0, 3990.0, 4011.0, 3966.0, 3977.0, 3999.0, 3989.0, 3996.0, 3973.0, 3953.0, 3954.0, 3964.0, 3967.0, 3981.0, 3981.0, 3991.0, 3979.0, 3967.0, 3955.0, 3962.0, 3965.0, 3984.0, 3977.0, 3988.0, 3988.0, 3966.0, 3977.0, 3978.0, 3977.0, 3967.0, 3976.0, 3979.0, 3992.0, 3980.0, 3967.0, 3978.0, 3981.0, 3981.0, 3994.0, 4002.0, 3994.0, 4002.0, 3994.0], 'WindowWidth': [9016.0, 8969.0, 8986.0, 8959.0, 8959.0, 8936.0, 8930.0, 8911.0, 8932.0, 8925.0, 8897.0, 8909.0, 8891.0, 8903.0, 8898.0, 8898.0, 8925.0, 8898.0, 8887.0, 8884.0, 8905.0, 8901.0, 8912.0, 8902.0, 8927.0, 8935.0, 8933.0, 8947.0, 8907.0, 8886.0, 8886.0, 8906.0, 8902.0, 8884.0, 8896.0, 8882.0, 8905.0, 8922.0, 8883.0, 8885.0, 8881.0, 8883.0, 8883.0, 8894.0, 8895.0, 8907.0, 8900.0, 8958.0, 8933.0, 8980.0, 8983.0, 8973.0, 8959.0, 8883.0, 8855.0, 8860.0, 8894.0, 8890.0, 8862.0, 8876.0, 8903.0, 8918.0, 8962.0, 8928.0, 8900.0, 8901.0, 8881.0, 8866.0, 8880.0, 8896.0, 8925.0, 8908.0, 8901.0, 8880.0, 8883.0, 8904.0, 8900.0, 8904.0, 8887.0, 8901.0, 8956.0, 8944.0, 8982.0, 8946.0, 8957.0, 8965.0, 8938.0, 8950.0, 8887.0, 8879.0, 8875.0, 8873.0, 8874.0, 8881.0, 8893.0, 8942.0, 8919.0, 8900.0, 8889.0, 8916.0, 8940.0, 8917.0, 8952.0, 8893.0, 8933.0, 8893.0, 8916.0, 8895.0, 8936.0, 8925.0, 8942.0, 8918.0, 8911.0, 8900.0, 8884.0, 8904.0, 8924.0, 8902.0, 8948.0, 8912.0, 8923.0, 8929.0, 8922.0, 8921.0, 8925.0, 8929.0, 8928.0, 8915.0, 8931.0, 8973.0, 8953.0, 8967.0, 8945.0, 8951.0, 8974.0, 8931.0, 8917.0, 8912.0, 8927.0, 8959.0, 8937.0, 8927.0, 8905.0, 8908.0, 8964.0, 8922.0, 8948.0, 8915.0, 8895.0, 8889.0, 8913.0, 8908.0, 8887.0, 8956.0, 8924.0, 8978.0, 8931.0, 8961.0, 8932.0, 8903.0, 8885.0, 8898.0, 8892.0, 8895.0, 8881.0, 8882.0, 8881.0, 8906.0, 8976.0, 8988.0, 8952.0, 8927.0, 8930.0, 8925.0, 8905.0, 8910.0, 8906.0, 8909.0, 8946.0, 8943.0, 8958.0, 8929.0, 8985.0, 8987.0, 8989.0, 8972.0, 8903.0, 8932.0, 8898.0, 8887.0, 8900.0, 8909.0, 8897.0, 8885.0, 8909.0, 8923.0, 8931.0, 8954.0, 8929.0, 8912.0, 8902.0, 8902.0, 8914.0, 8905.0, 8893.0, 8948.0, 8913.0, 8938.0, 8919.0, 8954.0, 8882.0, 8878.0, 8877.0, 8893.0, 8879.0, 8884.0, 8900.0, 8887.0, 8903.0, 8899.0, 8902.0, 8907.0, 8921.0, 8971.0, 8910.0, 8931.0, 8905.0, 8893.0, 8923.0, 8909.0, 8928.0, 8931.0, 8929.0, 8913.0, 8914.0, 8944.0, 8939.0, 8948.0, 8998.0, 8968.0, 8966.0, 8935.0, 8954.0, 8929.0, 8934.0, 8975.0, 8934.0, 8963.0, 8997.0, 8933.0, 8952.0, 8952.0, 8977.0, 8950.0, 8972.0, 8926.0, 8928.0, 8933.0, 8926.0, 8923.0, 8925.0, 8953.0, 8911.0, 8934.0, 8924.0, 8921.0, 8915.0, 8931.0, 8966.0, 8923.0, 8903.0, 8905.0, 8922.0, 8888.0, 8899.0, 8941.0, 8897.0, 8893.0, 8897.0, 8879.0, 8905.0, 8921.0, 8941.0, 8884.0, 8879.0, 8884.0, 8901.0, 8901.0, 8912.0, 8906.0, 8901.0, 8887.0, 8879.0, 8905.0, 8926.0, 8930.0, 8924.0, 8899.0, 8885.0, 8920.0, 8928.0, 8922.0, 8891.0, 8882.0, 8906.0, 8901.0, 8901.0, 8939.0, 8925.0, 8963.0, 8928.0, 8947.0, 8907.0, 8953.0, 8939.0, 8938.0, 8931.0, 8874.0, 8860.0, 8859.0, 8873.0, 8859.0, 8873.0, 8873.0, 8874.0, 8885.0, 8875.0, 8900.0, 8913.0, 8938.0, 8890.0, 8872.0, 8852.0, 8877.0, 8873.0, 8875.0, 8913.0, 8901.0, 8901.0, 8882.0, 8871.0, 8881.0, 8874.0, 8873.0, 8897.0, 8876.0, 8892.0, 8874.0, 8878.0, 8897.0, 8896.0, 8925.0, 8931.0, 8884.0, 8883.0, 8955.0, 8903.0, 8887.0, 8906.0, 8903.0, 8906.0, 8908.0, 8910.0, 8911.0, 8926.0, 8930.0, 8935.0, 8922.0, 8920.0, 8907.0, 8907.0, 8923.0, 8906.0, 8953.0, 8931.0, 8982.0, 8920.0, 8961.0, 8917.0, 8943.0, 8905.0, 8906.0, 8926.0, 8923.0, 8989.0, 8926.0, 8942.0, 8917.0, 8928.0, 8909.0, 8902.0, 8903.0, 8905.0, 8919.0, 8913.0, 8946.0, 8936.0, 8926.0, 8904.0, 8903.0, 8897.0, 8895.0, 8895.0, 8884.0, 8896.0, 8937.0, 8896.0, 8891.0, 8906.0, 8883.0, 8863.0, 8857.0, 8832.0, 8829.0, 8848.0, 8834.0, 8851.0, 8854.0, 8877.0, 8879.0, 8867.0, 8885.0, 8952.0, 8969.0, 8966.0, 8947.0, 8962.0, 8959.0, 8953.0, 8925.0, 8915.0, 8956.0, 8879.0, 8881.0, 8908.0, 8903.0, 8965.0, 8968.0, 8977.0, 8916.0, 8916.0, 8919.0, 8956.0, 8892.0, 8897.0, 8868.0, 8901.0, 8876.0, 8904.0, 8901.0, 8899.0, 8917.0, 8885.0, 8889.0, 8899.0, 8924.0, 8878.0, 8911.0, 8895.0, 8893.0, 8860.0, 8849.0, 8862.0, 8872.0, 8892.0, 8899.0, 8893.0, 8920.0, 8879.0, 8878.0, 8898.0, 8922.0, 8908.0, 8928.0, 8903.0, 8902.0, 8920.0, 8952.0, 8905.0, 8905.0, 8904.0, 8921.0, 8903.0, 8930.0, 8924.0, 8924.0, 8921.0, 8959.0, 8905.0, 8926.0, 8924.0, 8925.0, 8953.0, 8909.0, 8965.0, 8927.0, 8938.0, 8956.0, 8935.0, 8913.0, 8930.0, 8924.0, 8930.0, 8987.0, 8946.0, 8987.0, 8942.0, 8949.0, 8913.0, 8915.0, 8947.0, 8968.0, 8991.0, 8941.0, 8942.0, 8950.0, 8935.0, 8968.0, 8981.0, 9002.0, 8960.0, 8959.0, 8956.0, 8928.0, 8938.0, 8911.0, 8972.0, 8931.0, 8986.0, 8933.0, 8923.0, 8914.0, 8915.0, 8966.0, 8917.0, 8952.0, 8931.0, 8925.0, 8919.0, 8933.0, 8969.0, 8900.0, 8933.0, 8934.0, 8939.0, 8929.0, 8911.0, 8963.0, 8904.0, 8891.0, 8903.0, 8887.0, 8897.0, 8901.0, 8888.0, 8904.0, 8931.0, 8904.0, 8913.0, 8904.0, 8934.0, 8907.0, 8927.0, 8935.0, 8932.0, 8931.0, 8954.0, 8953.0, 8956.0, 8958.0, 8937.0, 8938.0, 8930.0, 8933.0, 8937.0, 8948.0, 8955.0, 8934.0, 8929.0, 8926.0, 8910.0, 8945.0, 8987.0, 9021.0, 9002.0, 8994.0, 8995.0, 8992.0, 8984.0, 8966.0, 8936.0, 8938.0, 8915.0, 8908.0, 8929.0, 8905.0, 8934.0, 8904.0, 8894.0, 8927.0, 8926.0, 8935.0, 8920.0, 8933.0, 8923.0, 8928.0, 8926.0, 8956.0, 8964.0, 8951.0, 8937.0, 8924.0, 8906.0, 8952.0, 8922.0, 8966.0, 8923.0, 8945.0, 8928.0, 8903.0, 8903.0, 8912.0, 8920.0, 8907.0, 8921.0, 8926.0, 8911.0, 8929.0, 8913.0, 8924.0, 8926.0, 8925.0, 8927.0, 8952.0, 8927.0, 8938.0, 8950.0, 8974.0, 8972.0, 8945.0, 8985.0, 8930.0, 8925.0, 8939.0, 8938.0, 8956.0, 8944.0, 8967.0, 8966.0, 8967.0, 8959.0, 8963.0, 9023.0, 8988.0, 9011.0, 8958.0, 8941.0, 8933.0, 8929.0, 8962.0, 8939.0, 8953.0, 8961.0, 8976.0, 9001.0, 8954.0, 8935.0, 8945.0, 8935.0, 8991.0, 8929.0, 8942.0, 8957.0, 8940.0, 8948.0, 8958.0, 8963.0, 8969.0, 8911.0, 8905.0, 8936.0, 8999.0, 9020.0, 8992.0, 9035.0, 9021.0, 8967.0, 8978.0, 8972.0, 8958.0, 8976.0, 8987.0, 8946.0, 8969.0, 8913.0, 8907.0, 8910.0, 8927.0, 8930.0, 8930.0, 8947.0, 8940.0, 9008.0, 8985.0, 8990.0, 8984.0, 8961.0, 8957.0, 8940.0, 8918.0, 8906.0, 8928.0, 8958.0, 8959.0, 8991.0, 8976.0, 8955.0, 8923.0, 8908.0, 8921.0, 8910.0, 8921.0, 8925.0, 8933.0, 8928.0, 8935.0, 8936.0, 8941.0, 8936.0, 8934.0, 8935.0, 8939.0, 8937.0, 8939.0, 8938.0, 8968.0, 8937.0, 8934.0, 8929.0, 8960.0, 8938.0, 8988.0, 8994.0, 8937.0, 8930.0, 8929.0, 8909.0, 8916.0, 8926.0, 8931.0, 8920.0, 8918.0, 8915.0, 8960.0, 8915.0, 8970.0, 8933.0, 8965.0, 8936.0, 8933.0, 8928.0, 8927.0, 8940.0, 8933.0, 8974.0, 8914.0, 8958.0, 8928.0, 8967.0, 8914.0, 8956.0, 8905.0, 8901.0, 8909.0, 8944.0, 8904.0, 8900.0, 8905.0, 8908.0, 8906.0, 8903.0, 8889.0, 8904.0, 8890.0, 8905.0, 8907.0, 8941.0, 8923.0, 8959.0, 8912.0, 8908.0, 8926.0, 8914.0, 8930.0, 8931.0, 8959.0, 8950.0, 8953.0, 8952.0, 8954.0, 8929.0, 8911.0, 8915.0, 8973.0, 8954.0, 8931.0, 8995.0, 8959.0, 8998.0, 8966.0, 8979.0, 8950.0, 9016.0, 8957.0, 9007.0, 8946.0, 8894.0, 8878.0, 8935.0, 8882.0, 8902.0, 8888.0, 8904.0, 8916.0, 8935.0, 8904.0, 8920.0, 8902.0, 8899.0, 8942.0, 8918.0, 8944.0, 8878.0, 8892.0, 8928.0, 8910.0, 8915.0, 8880.0, 8853.0, 8856.0, 8870.0, 8877.0, 8908.0, 8908.0, 8925.0, 8901.0, 8881.0, 8861.0, 8865.0, 8874.0, 8898.0, 8894.0, 8910.0, 8912.0, 8880.0, 8894.0, 8897.0, 8895.0, 8880.0, 8891.0, 8899.0, 8924.0, 8903.0, 8881.0, 8898.0, 8907.0, 8907.0, 8930.0, 8936.0, 8927.0, 8937.0, 8929.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.003494126436781609</td></tr>
<tr><td colspan=3>aqi</td><td>0.06116207804597701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.27047689552358</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1978822623705392</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0236739425431525</td></tr>
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
<tr><td colspan=3>fber</td><td>7837.8389</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19967370650088925</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>300</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.48275862068966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4391147333945224</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3414391259939227</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6505903004413662</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.325314773748278</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104962</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006402098573744297</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031025247648358345</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.016712865736014</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.989</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.3702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307061.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>587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.1868</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.6434</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3264.5345</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1206.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.1749</td></tr>
<tr><td colspan=3>tsnr</td><td>28.043053720146418</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>