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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0086_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0086_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-01/func/sub-0086_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3a8ab14a334bb23da787d6bc7c47b058</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:05:58.647500</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.999384, 0.00417979, 0.0348344, -0.00558164, 0.999174, 0.0402436]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0912094</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7746, -7303, 656, -79, -127, 69, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>236.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d9555e6-4321-4589-9813-899afa50d7d3||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.6812751293182373, -0.014975127764046192, 0.0935211107134819, 109.95507049560547], [-0.011214072816073895, 2.680711507797241, 0.10911578685045242, -100.7954330444336], [0.09345820546150208, -0.10797063261270523, 2.6961727142333984, -82.14667510986328], [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': ['090558.647500', '090559.107500', '090559.567500', '090600.027500', '090600.487500', '090600.947500', '090601.407500', '090601.867500', '090602.327500', '090602.787500', '090603.247500', '090603.707500', '090604.167500', '090604.627500', '090605.087500', '090605.547500', '090606.007500', '090606.467500', '090606.927500', '090607.387500', '090607.847500', '090608.307500', '090608.767500', '090609.227500', '090609.687500', '090610.147500', '090610.607500', '090611.067500', '090611.527500', '090611.987500', '090612.447500', '090612.907500', '090613.367500', '090613.827500', '090614.287500', '090614.747500', '090615.207500', '090615.667500', '090616.127500', '090616.587500', '090617.047500', '090617.507500', '090617.967500', '090618.427500', '090618.887500', '090619.347500', '090619.807500', '090620.267500', '090620.727500', '090621.187500', '090621.647500', '090622.107500', '090622.567500', '090623.027500', '090623.487500', '090623.947500', '090624.407500', '090624.867500', '090625.327500', '090625.787500', '090626.247500', '090626.707500', '090627.167500', '090627.627500', '090628.087500', '090628.547500', '090629.007500', '090629.467500', '090629.927500', '090630.387500', '090630.847500', '090631.307500', '090631.767500', '090632.227500', '090632.687500', '090633.147500', '090633.607500', '090634.067500', '090634.527500', '090634.987500', '090635.447500', '090635.907500', '090636.367500', '090636.827500', '090637.287500', '090637.747500', '090638.207500', '090638.667500', '090639.127500', '090639.587500', '090640.047500', '090640.507500', '090640.967500', '090641.427500', '090641.887500', '090642.347500', '090642.807500', '090643.267500', '090643.727500', '090644.187500', '090644.647500', '090645.107500', '090645.567500', '090646.027500', '090646.487500', '090646.947500', '090647.407500', '090647.867500', '090648.327500', '090648.787500', '090649.247500', '090649.707500', '090650.167500', '090650.627500', '090651.087500', '090651.547500', '090652.007500', '090652.467500', '090652.927500', '090653.387500', '090653.847500', '090654.307500', '090654.767500', '090655.227500', '090655.687500', '090656.147500', '090656.607500', '090657.067500', '090657.527500', '090657.987500', '090658.447500', '090658.907500', '090659.367500', '090659.827500', '090700.287500', '090700.747500', '090701.207500', '090701.667500', '090702.127500', '090702.587500', '090703.047500', '090703.507500', '090703.967500', '090704.427500', '090704.887500', '090705.347500', '090705.807500', '090706.267500', '090706.727500', '090707.187500', '090707.647500', '090708.107500', '090708.567500', '090709.027500', '090709.487500', '090709.947500', '090710.407500', '090710.867500', '090711.327500', '090711.787500', '090712.247500', '090712.707500', '090713.167500', '090713.627500', '090714.087500', '090714.547500', '090715.007500', '090715.467500', '090715.927500', '090716.387500', '090716.847500', '090717.307500', '090717.767500', '090718.227500', '090718.687500', '090719.147500', '090719.607500', '090720.067500', '090720.527500', '090720.987500', '090721.447500', '090721.907500', '090722.367500', '090722.827500', '090723.287500', '090723.747500', '090724.207500', '090724.667500', '090725.127500', '090725.587500', '090726.047500', '090726.507500', '090726.967500', '090727.427500', '090727.887500', '090728.347500', '090728.807500', '090729.267500', '090729.727500', '090730.187500', '090730.647500', '090731.107500', '090731.567500', '090732.027500', '090732.487500', '090732.947500', '090733.407500', '090733.867500', '090734.327500', '090734.787500', '090735.247500', '090735.707500', '090736.167500', '090736.627500', '090737.087500', '090737.547500', '090738.007500', '090738.467500', '090738.927500', '090739.387500', '090739.847500', '090740.307500', '090740.767500', '090741.227500', '090741.687500', '090742.147500', '090742.607500', '090743.067500', '090743.527500', '090743.987500', '090744.447500', '090744.907500', '090745.367500', '090745.827500', '090746.287500', '090746.747500', '090747.207500', '090747.667500', '090748.127500', '090748.587500', '090749.047500', '090749.507500', '090749.967500', '090750.427500', '090750.887500', '090751.347500', '090751.807500', '090752.267500', '090752.727500', '090753.187500', '090753.647500', '090754.107500', '090754.567500', '090755.027500', '090755.487500', '090755.947500', '090756.407500', '090756.867500', '090757.327500', '090757.787500', '090758.247500', '090758.707500', '090759.167500', '090759.627500', '090800.087500', '090800.547500', '090801.007500', '090801.467500', '090801.927500', '090802.387500', '090802.847500', '090803.307500', '090803.767500', '090804.227500', '090804.687500', '090805.147500', '090805.607500', '090806.067500', '090806.527500', '090806.987500', '090807.447500', '090807.907500', '090808.367500', '090808.827500', '090809.287500', '090809.747500', '090810.207500', '090810.667500', '090811.127500', '090811.587500', '090812.047500', '090812.507500', '090812.967500', '090813.427500', '090813.887500', '090814.347500', '090814.807500', '090815.267500', '090815.727500', '090816.187500', '090816.647500', '090817.107500', '090817.567500', '090818.027500', '090818.487500', '090818.947500', '090819.407500', '090819.867500', '090820.327500', '090820.787500', '090821.247500', '090821.707500', '090822.167500', '090822.627500', '090823.087500', '090823.547500', '090824.007500', '090824.467500', '090824.927500', '090825.387500', '090825.847500', '090826.307500', '090826.767500', '090827.227500', '090827.687500', '090828.147500', '090828.607500', '090829.067500', '090829.527500', '090829.987500', '090830.447500', '090830.907500', '090831.367500', '090831.827500', '090832.287500', '090832.747500', '090833.207500', '090833.667500', '090834.127500', '090834.587500', '090835.047500', '090835.507500', '090835.967500', '090836.427500', '090836.887500', '090837.347500', '090837.807500', '090838.267500', '090838.727500', '090839.187500', '090839.647500', '090840.107500', '090840.567500', '090841.027500', '090841.487500', '090841.947500', '090842.407500', '090842.867500', '090843.327500', '090843.787500', '090844.247500', '090844.707500', '090845.167500', '090845.627500', '090846.087500', '090846.547500', '090847.007500', '090847.467500', '090847.927500', '090848.387500', '090848.847500', '090849.307500', '090849.767500', '090850.227500', '090850.687500', '090851.147500', '090851.607500', '090852.067500', '090852.527500', '090852.987500', '090853.447500', '090853.907500', '090854.367500', '090854.827500', '090855.287500', '090855.747500', '090856.207500', '090856.667500', '090857.127500', '090857.587500', '090858.047500', '090858.507500', '090858.967500', '090859.427500', '090859.887500', '090900.347500', '090900.807500', '090901.267500', '090901.727500', '090902.187500', '090902.647500', '090903.107500', '090903.567500', '090904.027500', '090904.487500', '090904.947500', '090905.407500', '090905.867500', '090906.327500', '090906.787500', '090907.247500', '090907.707500', '090908.167500', '090908.627500', '090909.087500', '090909.547500', '090910.007500', '090910.467500', '090910.927500', '090911.387500', '090911.847500', '090912.307500', '090912.767500', '090913.227500', '090913.687500', '090914.147500', '090914.607500', '090915.067500', '090915.527500', '090915.987500', '090916.447500', '090916.907500', '090917.367500', '090917.827500', '090918.287500', '090918.747500', '090919.207500', '090919.667500', '090920.127500', '090920.587500', '090921.047500', '090921.507500', '090921.967500', '090922.427500', '090922.887500', '090923.347500', '090923.807500', '090924.267500', '090924.727500', '090925.187500', '090925.647500', '090926.107500', '090926.567500', '090927.027500', '090927.487500', '090927.947500', '090928.407500', '090928.867500', '090929.327500', '090929.787500', '090930.247500', '090930.707500', '090931.167500', '090931.627500', '090932.087500', '090932.547500', '090933.007500', '090933.467500', '090933.927500', '090934.387500', '090934.847500', '090935.307500', '090935.767500', '090936.227500', '090936.687500', '090937.147500', '090937.607500', '090938.067500', '090938.527500', '090938.987500', '090939.447500', '090939.907500', '090940.367500', '090940.827500', '090941.287500', '090941.747500', '090942.207500', '090942.667500', '090943.127500', '090943.587500', '090944.047500', '090944.507500', '090944.967500', '090945.427500', '090945.887500', '090946.347500', '090946.807500', '090947.267500', '090947.727500', '090948.187500', '090948.647500', '090949.107500', '090949.567500', '090950.027500', '090950.487500', '090950.947500', '090951.407500', '090951.867500', '090952.327500', '090952.787500', '090953.247500', '090953.707500', '090954.167500', '090954.627500', '090955.087500', '090955.547500', '090956.007500', '090956.467500', '090956.927500', '090957.387500', '090957.847500', '090958.307500', '090958.767500', '090959.227500', '090959.687500', '091000.147500', '091000.607500', '091001.067500', '091001.527500', '091001.987500', '091002.447500', '091002.907500', '091003.367500', '091003.827500', '091004.287500', '091004.747500', '091005.207500', '091005.667500', '091006.127500', '091006.587500', '091007.047500', '091007.507500', '091007.967500', '091008.427500', '091008.887500', '091009.347500', '091009.807500', '091010.267500', '091010.727500', '091011.187500', '091011.647500', '091012.107500', '091012.567500', '091013.027500', '091013.487500', '091013.947500', '091014.407500', '091014.867500', '091015.327500', '091015.787500', '091016.247500', '091016.707500', '091017.167500', '091017.627500', '091018.087500', '091018.547500', '091019.007500', '091019.467500', '091019.927500', '091020.387500', '091020.847500', '091021.307500', '091021.767500', '091022.227500', '091022.687500', '091023.147500', '091023.607500', '091024.067500', '091024.527500', '091024.987500', '091025.447500', '091025.907500', '091026.367500', '091026.827500', '091027.287500', '091027.747500', '091028.207500', '091028.667500', '091029.127500', '091029.587500', '091030.047500', '091030.507500', '091030.967500', '091031.427500', '091031.887500', '091032.347500', '091032.807500', '091033.267500', '091033.727500', '091034.187500', '091034.647500', '091035.107500', '091035.567500', '091036.027500', '091036.487500', '091036.947500', '091037.407500', '091037.867500', '091038.327500', '091038.787500', '091039.247500', '091039.707500', '091040.167500', '091040.627500', '091041.087500', '091041.547500', '091042.007500', '091042.467500', '091042.927500', '091043.387500', '091043.847500', '091044.307500', '091044.767500', '091045.227500', '091045.687500', '091046.147500', '091046.607500', '091047.067500', '091047.527500', '091047.987500', '091048.447500', '091048.907500', '091049.367500', '091049.827500', '091050.287500', '091050.747500', '091051.207500', '091051.667500', '091052.127500', '091052.587500', '091053.047500', '091053.507500', '091053.967500', '091054.427500', '091054.887500', '091055.347500', '091055.807500', '091056.267500', '091056.727500', '091057.187500', '091057.647500', '091058.107500', '091058.567500', '091059.027500', '091059.487500', '091059.947500', '091100.407500', '091100.867500', '091101.327500', '091101.787500', '091102.247500', '091102.707500', '091103.167500', '091103.627500', '091104.087500', '091104.547500', '091105.007500', '091105.467500', '091105.927500', '091106.387500', '091106.847500', '091107.307500', '091107.767500', '091108.227500', '091108.687500', '091109.147500', '091109.607500', '091110.067500', '091110.527500', '091110.987500', '091111.447500', '091111.907500', '091112.367500', '091112.827500', '091113.287500', '091113.747500', '091114.207500', '091114.667500', '091115.127500', '091115.587500', '091116.047500', '091116.507500', '091116.967500', '091117.427500', '091117.887500', '091118.347500', '091118.807500', '091119.267500', '091119.727500', '091120.187500', '091120.647500', '091121.107500', '091121.567500', '091122.027500', '091122.487500', '091122.947500', '091123.407500', '091123.867500', '091124.327500', '091124.787500', '091125.247500', '091125.707500', '091126.167500', '091126.627500', '091127.087500', '091127.547500', '091128.007500', '091128.467500', '091128.927500', '091129.387500', '091129.847500', '091130.307500', '091130.767500', '091131.227500', '091131.687500', '091132.147500', '091132.607500', '091133.067500', '091133.527500', '091133.987500', '091134.447500', '091134.907500', '091135.367500', '091135.827500', '091136.287500', '091136.747500', '091137.207500', '091137.667500', '091138.127500', '091138.587500', '091139.047500', '091139.507500', '091139.967500', '091140.427500', '091140.887500', '091141.347500', '091141.807500', '091142.267500', '091142.727500', '091143.187500', '091143.647500', '091144.107500', '091144.567500', '091145.027500', '091145.487500', '091145.947500', '091146.407500', '091146.867500', '091147.327500', '091147.787500', '091148.247500', '091148.707500', '091149.167500', '091149.627500', '091150.087500', '091150.547500', '091151.007500', '091151.467500', '091151.927500', '091152.387500', '091152.847500', '091153.307500', '091153.767500', '091154.227500', '091154.687500', '091155.147500', '091155.607500', '091156.067500', '091156.527500', '091156.987500', '091157.447500', '091157.907500', '091158.367500', '091158.827500', '091159.287500', '091159.747500', '091200.207500', '091200.667500', '091201.127500', '091201.587500', '091202.047500', '091202.507500', '091202.967500', '091203.427500', '091203.887500', '091204.347500', '091204.807500', '091205.267500', '091205.727500', '091206.187500', '091206.647500', '091207.107500', '091207.567500', '091208.027500', '091208.487500', '091208.947500', '091209.407500', '091209.867500', '091210.327500', '091210.787500', '091211.247500', '091211.707500', '091212.167500', '091212.627500', '091213.087500', '091213.547500', '091214.007500', '091214.467500', '091214.927500', '091215.387500', '091215.847500', '091216.307500', '091216.767500', '091217.227500', '091217.687500', '091218.147500', '091218.607500', '091219.067500', '091219.527500', '091219.987500', '091220.447500', '091220.907500', '091221.367500', '091221.827500', '091222.287500', '091222.747500', '091223.207500', '091223.667500', '091224.127500', '091224.587500', '091225.047500', '091225.507500', '091225.967500', '091226.427500', '091226.887500', '091227.347500', '091227.807500', '091228.267500', '091228.727500', '091229.187500', '091229.647500', '091230.107500', '091230.567500', '091231.027500', '091231.487500', '091231.947500', '091232.407500', '091232.867500', '091233.327500', '091233.787500', '091234.247500', '091234.707500', '091235.167500', '091235.627500', '091236.087500', '091236.547500', '091237.007500', '091237.467500', '091237.927500', '091238.387500', '091238.847500', '091239.307500'], 'ContentTime': ['090627.674000', '090627.677000', '090627.680000', '090627.682000', '090627.685000', '090627.687000', '090627.690000', '090627.697000', '090627.700000', '090627.702000', '090627.705000', '090627.707000', '090627.710000', '090627.712000', '090627.715000', '090627.718000', '090627.720000', '090627.723000', '090627.726000', '090627.728000', '090627.731000', '090627.733000', '090627.736000', '090627.739000', '090627.741000', '090627.744000', '090627.746000', '090627.749000', '090627.752000', '090627.754000', '090627.757000', '090627.759000', '090627.762000', '090627.764000', '090627.767000', '090627.770000', '090627.772000', '090627.775000', '090627.777000', '090627.780000', '090627.783000', '090627.785000', '090627.788000', '090627.790000', '090627.793000', '090627.795000', '090627.798000', '090627.801000', '090627.803000', '090627.806000', '090627.814000', '090627.822000', '090627.824000', '090627.827000', '090627.830000', '090627.832000', '090627.835000', '090627.837000', '090627.840000', '090627.843000', '090647.610000', '090647.613000', '090647.616000', '090647.619000', '090647.621000', '090647.624000', '090647.627000', '090647.629000', '090647.640000', '090647.643000', '090647.646000', '090647.648000', '090647.651000', '090647.654000', '090647.656000', '090647.659000', '090647.661000', '090647.664000', '090647.666000', '090647.669000', '090647.672000', '090647.674000', '090647.677000', '090647.679000', '090647.682000', '090647.684000', '090647.687000', '090647.690000', '090647.692000', '090647.695000', '090647.697000', '090647.700000', '090647.702000', '090647.705000', '090647.708000', '090647.710000', '090647.713000', '090647.715000', '090647.737000', '090647.740000', '090647.743000', '090647.745000', '090647.748000', '090707.610000', '090707.613000', '090707.616000', '090707.618000', '090707.621000', '090707.624000', '090707.626000', '090707.629000', '090707.631000', '090707.634000', '090707.637000', '090707.639000', '090707.642000', '090707.644000', '090707.647000', '090707.649000', '090707.652000', '090707.655000', '090707.657000', '090707.660000', '090707.662000', '090707.665000', '090707.667000', '090707.670000', '090707.673000', '090707.675000', '090707.678000', '090707.681000', '090707.683000', '090707.686000', '090707.688000', '090707.691000', '090707.694000', '090707.696000', '090707.699000', '090707.701000', '090707.704000', '090707.707000', '090707.709000', '090707.712000', '090707.715000', '090707.717000', '090707.720000', '090727.611000', '090727.614000', '090727.616000', '090727.619000', '090727.622000', '090727.624000', '090727.627000', '090727.630000', '090727.632000', '090727.635000', '090727.638000', '090727.640000', '090727.643000', '090727.645000', '090727.648000', '090727.651000', '090727.654000', '090727.656000', '090727.659000', '090727.661000', '090727.664000', '090727.667000', '090727.670000', '090727.672000', '090727.675000', '090727.677000', '090727.680000', '090727.683000', '090727.685000', '090727.688000', '090727.690000', '090727.693000', '090727.696000', '090727.698000', '090727.701000', '090727.703000', '090727.706000', '090727.709000', '090727.711000', '090727.714000', '090727.716000', '090727.719000', '090727.722000', '090727.724000', '090747.610000', '090747.612000', '090747.615000', '090747.618000', '090747.620000', '090747.623000', '090747.626000', '090747.628000', '090747.631000', '090747.633000', '090747.636000', '090747.639000', '090747.644000', '090747.646000', '090747.649000', '090747.652000', '090747.654000', '090747.657000', '090747.659000', '090747.662000', '090747.665000', '090747.667000', '090747.670000', '090747.673000', '090747.675000', '090747.678000', '090747.681000', '090747.683000', '090747.686000', '090747.688000', '090747.691000', '090747.694000', '090747.703000', '090747.706000', '090747.708000', '090747.711000', '090747.714000', '090747.716000', '090747.719000', '090747.722000', '090747.724000', '090747.727000', '090747.729000', '090807.609000', '090807.612000', '090807.615000', '090807.618000', '090807.620000', '090807.623000', '090807.625000', '090807.628000', '090807.631000', '090807.633000', '090807.636000', '090807.639000', '090807.641000', '090807.644000', '090807.647000', '090807.650000', '090807.652000', '090807.655000', '090807.658000', '090807.660000', '090807.663000', '090807.666000', '090807.668000', '090807.671000', '090807.674000', '090807.684000', '090807.686000', '090807.689000', '090807.691000', '090807.694000', '090807.697000', '090807.699000', '090807.702000', '090807.705000', '090807.707000', '090807.710000', '090807.712000', '090807.715000', '090807.718000', '090807.721000', '090807.723000', '090807.726000', '090807.729000', '090807.731000', '090827.609000', '090827.612000', '090827.615000', '090827.618000', '090827.620000', '090827.623000', '090827.626000', '090827.628000', '090827.631000', '090827.633000', '090827.636000', '090827.639000', '090827.641000', '090827.644000', '090827.646000', '090827.649000', '090827.652000', '090827.654000', '090827.657000', '090827.659000', '090827.662000', '090827.665000', '090827.667000', '090827.670000', '090827.673000', '090827.675000', '090827.678000', '090827.681000', '090827.683000', '090827.686000', '090827.689000', '090827.691000', '090827.702000', '090827.705000', '090827.711000', '090827.714000', '090827.717000', '090827.719000', '090827.722000', '090827.725000', '090827.727000', '090827.730000', '090827.733000', '090847.609000', '090847.612000', '090847.615000', '090847.618000', '090847.620000', '090847.623000', '090847.625000', '090847.628000', '090847.631000', '090847.634000', '090847.636000', '090847.639000', '090847.641000', '090847.644000', '090847.647000', '090847.649000', '090847.652000', '090847.654000', '090847.657000', '090847.660000', '090847.662000', '090847.665000', '090847.668000', '090847.670000', '090847.673000', '090847.676000', '090847.678000', '090847.681000', '090847.683000', '090847.686000', '090847.689000', '090847.691000', '090847.694000', '090847.697000', '090847.700000', '090847.702000', '090847.705000', '090847.707000', '090847.710000', '090847.712000', '090847.715000', '090847.718000', '090847.720000', '090847.723000', '090907.611000', '090907.614000', '090907.616000', '090907.619000', '090907.622000', '090907.624000', '090907.627000', '090907.631000', '090907.634000', '090907.636000', '090907.639000', '090907.642000', '090907.644000', '090907.647000', '090907.650000', '090907.652000', '090907.655000', '090907.658000', '090907.661000', '090907.663000', '090907.666000', '090907.669000', '090907.671000', '090907.674000', '090907.676000', '090907.679000', '090907.682000', '090907.685000', '090907.688000', '090907.690000', '090907.693000', '090907.695000', '090907.698000', '090907.701000', '090907.703000', '090907.706000', '090907.708000', '090907.711000', '090907.714000', '090907.716000', '090907.719000', '090907.722000', '090907.724000', '090927.611000', '090927.614000', '090927.616000', '090927.619000', '090927.622000', '090927.624000', '090927.627000', '090927.630000', '090927.632000', '090927.635000', '090927.638000', '090927.640000', '090927.643000', '090927.646000', '090927.648000', '090927.651000', '090927.654000', '090927.656000', '090927.659000', '090927.662000', '090927.664000', '090927.667000', '090927.670000', '090927.672000', '090927.675000', '090927.677000', '090927.680000', '090927.683000', '090927.686000', '090927.688000', '090927.691000', '090927.694000', '090927.696000', '090927.699000', '090927.702000', '090927.704000', '090927.707000', '090927.710000', '090927.712000', '090927.715000', '090927.718000', '090927.720000', '090927.723000', '090927.725000', '090947.611000', '090947.614000', '090947.616000', '090947.619000', '090947.622000', '090947.624000', '090947.627000', '090947.630000', '090947.632000', '090947.635000', '090947.638000', '090947.640000', '090947.643000', '090947.650000', '090947.652000', '090947.655000', '090947.658000', '090947.660000', '090947.663000', '090947.666000', '090947.668000', '090947.671000', '090947.674000', '090947.676000', '090947.679000', '090947.681000', '090947.684000', '090947.687000', '090947.690000', '090947.692000', '090947.695000', '090947.698000', '090947.700000', '090947.703000', '090947.705000', '090947.708000', '090947.711000', '090947.713000', '090947.716000', '090947.719000', '090947.721000', '090947.724000', '090947.726000', '091007.610000', '091007.612000', '091007.615000', '091007.618000', '091007.620000', '091007.623000', '091007.626000', '091007.628000', '091007.631000', '091007.633000', '091007.636000', '091007.639000', '091007.641000', '091007.644000', '091007.647000', '091007.650000', '091007.664000', '091007.666000', '091007.669000', '091007.672000', '091007.674000', '091007.677000', '091007.680000', '091007.682000', '091007.685000', '091007.687000', '091007.690000', '091007.693000', '091007.695000', '091007.698000', '091007.701000', '091007.703000', '091007.706000', '091007.708000', '091007.711000', '091007.714000', '091007.716000', '091007.719000', '091007.726000', '091007.729000', '091007.732000', '091007.734000', '091007.737000', '091007.740000', '091027.610000', '091027.613000', '091027.616000', '091027.618000', '091027.621000', '091027.623000', '091027.626000', '091027.629000', '091027.632000', '091027.634000', '091027.637000', '091027.640000', '091027.642000', '091027.645000', '091027.648000', '091027.650000', '091027.653000', '091027.656000', '091027.658000', '091027.661000', '091027.664000', '091027.666000', '091027.669000', '091027.672000', '091027.674000', '091027.677000', '091027.680000', '091027.682000', '091027.685000', '091027.688000', '091027.690000', '091027.693000', '091027.696000', '091027.699000', '091027.702000', '091027.704000', '091027.707000', '091027.710000', '091027.712000', '091027.715000', '091027.718000', '091027.722000', '091027.724000', '091047.609000', '091047.613000', '091047.616000', '091047.618000', '091047.621000', '091047.623000', '091047.626000', '091047.629000', '091047.631000', '091047.634000', '091047.637000', '091047.640000', '091047.642000', '091047.645000', '091047.648000', '091047.650000', '091047.653000', '091047.656000', '091047.658000', '091047.661000', '091047.664000', '091047.666000', '091047.669000', '091047.671000', '091047.682000', '091047.685000', '091047.687000', '091047.690000', '091047.693000', '091047.696000', '091047.698000', '091047.701000', '091047.703000', '091047.706000', '091047.709000', '091047.711000', '091047.714000', '091047.717000', '091047.719000', '091047.722000', '091047.724000', '091047.727000', '091047.730000', '091047.733000', '091107.610000', '091107.612000', '091107.615000', '091107.618000', '091107.620000', '091107.623000', '091107.626000', '091107.628000', '091107.631000', '091107.634000', '091107.636000', '091107.639000', '091107.642000', '091107.645000', '091107.649000', '091107.652000', '091107.655000', '091107.657000', '091107.660000', '091107.663000', '091107.665000', '091107.668000', '091107.671000', '091107.673000', '091107.676000', '091107.679000', '091107.681000', '091107.684000', '091107.687000', '091107.689000', '091107.692000', '091107.695000', '091107.697000', '091107.700000', '091107.702000', '091107.705000', '091107.708000', '091107.710000', '091107.713000', '091107.716000', '091107.718000', '091107.721000', '091107.723000', '091127.611000', '091127.613000', '091127.616000', '091127.619000', '091127.621000', '091127.624000', '091127.627000', '091127.629000', '091127.632000', '091127.634000', '091127.637000', '091127.640000', '091127.642000', '091127.645000', '091127.648000', '091127.650000', '091127.653000', '091127.655000', '091127.658000', '091127.661000', '091127.663000', '091127.666000', '091127.674000', '091127.676000', '091127.679000', '091127.681000', '091127.684000', '091127.687000', '091127.689000', '091127.692000', '091127.695000', '091127.697000', '091127.700000', '091127.702000', '091127.705000', '091127.708000', '091127.710000', '091127.713000', '091127.716000', '091127.718000', '091127.721000', '091127.736000', '091127.739000', '091127.742000', '091147.611000', '091147.613000', '091147.616000', '091147.619000', '091147.621000', '091147.624000', '091147.627000', '091147.629000', '091147.632000', '091147.634000', '091147.637000', '091147.640000', '091147.642000', '091147.645000', '091147.647000', '091147.650000', '091147.653000', '091147.655000', '091147.658000', '091147.660000', '091147.663000', '091147.666000', '091147.668000', '091147.671000', '091147.673000', '091147.676000', '091147.679000', '091147.681000', '091147.684000', '091147.686000', '091147.689000', '091147.692000', '091147.694000', '091147.697000', '091147.699000', '091147.702000', '091147.705000', '091147.707000', '091147.710000', '091147.712000', '091147.715000', '091147.718000', '091147.720000', '091207.611000', '091207.613000', '091207.616000', '091207.619000', '091207.622000', '091207.624000', '091207.635000', '091207.637000', '091207.640000', '091207.643000', '091207.645000', '091207.648000', '091207.651000', '091207.653000', '091207.656000', '091207.659000', '091207.661000', '091207.664000', '091207.667000', '091207.669000', '091207.672000', '091207.674000', '091207.677000', '091207.680000', '091207.682000', '091207.685000', '091207.688000', '091207.690000', '091207.693000', '091207.696000', '091207.698000', '091207.701000', '091207.703000', '091207.706000', '091207.709000', '091207.712000', '091207.715000', '091207.718000', '091207.720000', '091207.723000', '091207.726000', '091207.728000', '091207.731000', '091207.734000', '091227.610000', '091227.613000', '091227.615000', '091227.618000', '091227.620000', '091227.623000', '091227.626000', '091227.628000', '091227.631000', '091227.634000', '091227.636000', '091227.639000', '091227.641000', '091227.644000', '091227.647000', '091227.649000', '091227.652000', '091227.654000', '091227.657000', '091227.660000', '091227.662000', '091227.665000', '091227.667000', '091227.670000', '091227.673000', '091227.675000', '091227.678000', '091227.680000', '091227.683000', '091227.686000', '091227.688000', '091227.691000', '091227.693000', '091227.696000', '091227.699000', '091227.701000', '091227.704000', '091227.707000', '091227.709000', '091227.712000', '091227.734000', '091227.736000', '091227.739000', '091241.099000', '091241.102000', '091241.106000', '091241.108000', '091241.111000', '091241.114000', '091241.117000', '091241.120000', '091241.123000', '091241.125000', '091241.128000', '091241.131000', '091241.134000', '091241.142000', '091241.145000', '091241.148000', '091241.151000', '091241.153000', '091241.157000', '091241.160000', '091241.163000', '091241.165000', '091241.168000', '091241.171000', '091241.174000', '091241.177000', '091241.180000', '091241.183000', '091241.185000', '091241.188000'], 'InstanceCreationTime': ['090627.674000', '090627.677000', '090627.680000', '090627.682000', '090627.685000', '090627.687000', '090627.690000', '090627.697000', '090627.700000', '090627.702000', '090627.705000', '090627.707000', '090627.710000', '090627.712000', '090627.715000', '090627.718000', '090627.720000', '090627.723000', '090627.726000', '090627.728000', '090627.731000', '090627.733000', '090627.736000', '090627.739000', '090627.741000', '090627.744000', '090627.746000', '090627.749000', '090627.752000', '090627.754000', '090627.757000', '090627.759000', '090627.762000', '090627.764000', '090627.767000', '090627.770000', '090627.772000', '090627.775000', '090627.777000', '090627.780000', '090627.783000', '090627.785000', '090627.788000', '090627.790000', '090627.793000', '090627.795000', '090627.798000', '090627.801000', '090627.803000', '090627.806000', '090627.814000', '090627.822000', '090627.824000', '090627.827000', '090627.830000', '090627.832000', '090627.835000', '090627.837000', '090627.840000', '090627.843000', '090647.610000', '090647.613000', '090647.616000', '090647.619000', '090647.621000', '090647.624000', '090647.627000', '090647.629000', '090647.640000', '090647.643000', '090647.646000', '090647.648000', '090647.651000', '090647.654000', '090647.656000', '090647.659000', '090647.661000', '090647.664000', '090647.666000', '090647.669000', '090647.672000', '090647.674000', '090647.677000', '090647.679000', '090647.682000', '090647.684000', '090647.687000', '090647.690000', '090647.692000', '090647.695000', '090647.697000', '090647.700000', '090647.702000', '090647.705000', '090647.708000', '090647.710000', '090647.713000', '090647.715000', '090647.737000', '090647.740000', '090647.743000', '090647.745000', '090647.748000', '090707.610000', '090707.613000', '090707.616000', '090707.618000', '090707.621000', '090707.624000', '090707.626000', '090707.629000', '090707.631000', '090707.634000', '090707.637000', '090707.639000', '090707.642000', '090707.644000', '090707.647000', '090707.649000', '090707.652000', '090707.655000', '090707.657000', '090707.660000', '090707.662000', '090707.665000', '090707.667000', '090707.670000', '090707.673000', '090707.675000', '090707.678000', '090707.681000', '090707.683000', '090707.686000', '090707.688000', '090707.691000', '090707.694000', '090707.696000', '090707.699000', '090707.701000', '090707.704000', '090707.707000', '090707.709000', '090707.712000', '090707.715000', '090707.717000', '090707.720000', '090727.611000', '090727.614000', '090727.616000', '090727.619000', '090727.622000', '090727.624000', '090727.627000', '090727.630000', '090727.632000', '090727.635000', '090727.638000', '090727.640000', '090727.643000', '090727.645000', '090727.648000', '090727.651000', '090727.654000', '090727.656000', '090727.659000', '090727.661000', '090727.664000', '090727.667000', '090727.670000', '090727.672000', '090727.675000', '090727.677000', '090727.680000', '090727.683000', '090727.685000', '090727.688000', '090727.690000', '090727.693000', '090727.696000', '090727.698000', '090727.701000', '090727.703000', '090727.706000', '090727.709000', '090727.711000', '090727.714000', '090727.716000', '090727.719000', '090727.722000', '090727.724000', '090747.610000', '090747.612000', '090747.615000', '090747.618000', '090747.620000', '090747.623000', '090747.626000', '090747.628000', '090747.631000', '090747.633000', '090747.636000', '090747.639000', '090747.644000', '090747.646000', '090747.649000', '090747.652000', '090747.654000', '090747.657000', '090747.659000', '090747.662000', '090747.665000', '090747.667000', '090747.670000', '090747.673000', '090747.675000', '090747.678000', '090747.681000', '090747.683000', '090747.686000', '090747.688000', '090747.691000', '090747.694000', '090747.703000', '090747.706000', '090747.708000', '090747.711000', '090747.714000', '090747.716000', '090747.719000', '090747.722000', '090747.724000', '090747.727000', '090747.729000', '090807.609000', '090807.612000', '090807.615000', '090807.618000', '090807.620000', '090807.623000', '090807.625000', '090807.628000', '090807.631000', '090807.633000', '090807.636000', '090807.639000', '090807.641000', '090807.644000', '090807.647000', '090807.650000', '090807.652000', '090807.655000', '090807.658000', '090807.660000', '090807.663000', '090807.666000', '090807.668000', '090807.671000', '090807.674000', '090807.684000', '090807.686000', '090807.689000', '090807.691000', '090807.694000', '090807.697000', '090807.699000', '090807.702000', '090807.705000', '090807.707000', '090807.710000', '090807.712000', '090807.715000', '090807.718000', '090807.721000', '090807.723000', '090807.726000', '090807.729000', '090807.731000', '090827.609000', '090827.612000', '090827.615000', '090827.618000', '090827.620000', '090827.623000', '090827.626000', '090827.628000', '090827.631000', '090827.633000', '090827.636000', '090827.639000', '090827.641000', '090827.644000', '090827.646000', '090827.649000', '090827.652000', '090827.654000', '090827.657000', '090827.659000', '090827.662000', '090827.665000', '090827.667000', '090827.670000', '090827.673000', '090827.675000', '090827.678000', '090827.681000', '090827.683000', '090827.686000', '090827.689000', '090827.691000', '090827.702000', '090827.705000', '090827.711000', '090827.714000', '090827.717000', '090827.719000', '090827.722000', '090827.725000', '090827.727000', '090827.730000', '090827.733000', '090847.609000', '090847.612000', '090847.615000', '090847.618000', '090847.620000', '090847.623000', '090847.625000', '090847.628000', '090847.631000', '090847.634000', '090847.636000', '090847.639000', '090847.641000', '090847.644000', '090847.647000', '090847.649000', '090847.652000', '090847.654000', '090847.657000', '090847.660000', '090847.662000', '090847.665000', '090847.668000', '090847.670000', '090847.673000', '090847.676000', '090847.678000', '090847.681000', '090847.683000', '090847.686000', '090847.689000', '090847.691000', '090847.694000', '090847.697000', '090847.700000', '090847.702000', '090847.705000', '090847.707000', '090847.710000', '090847.712000', '090847.715000', '090847.718000', '090847.720000', '090847.723000', '090907.611000', '090907.614000', '090907.616000', '090907.619000', '090907.622000', '090907.624000', '090907.627000', '090907.631000', '090907.634000', '090907.636000', '090907.639000', '090907.642000', '090907.644000', '090907.647000', '090907.650000', '090907.652000', '090907.655000', '090907.658000', '090907.661000', '090907.663000', '090907.666000', '090907.669000', '090907.671000', '090907.674000', '090907.676000', '090907.679000', '090907.682000', '090907.685000', '090907.688000', '090907.690000', '090907.693000', '090907.695000', '090907.698000', '090907.701000', '090907.703000', '090907.706000', '090907.708000', '090907.711000', '090907.714000', '090907.716000', '090907.719000', '090907.722000', '090907.724000', '090927.611000', '090927.614000', '090927.616000', '090927.619000', '090927.622000', '090927.624000', '090927.627000', '090927.630000', '090927.632000', '090927.635000', '090927.638000', '090927.640000', '090927.643000', '090927.646000', '090927.648000', '090927.651000', '090927.654000', '090927.656000', '090927.659000', '090927.662000', '090927.664000', '090927.667000', '090927.670000', '090927.672000', '090927.675000', '090927.677000', '090927.680000', '090927.683000', '090927.686000', '090927.688000', '090927.691000', '090927.694000', '090927.696000', '090927.699000', '090927.702000', '090927.704000', '090927.707000', '090927.710000', '090927.712000', '090927.715000', '090927.718000', '090927.720000', '090927.723000', '090927.725000', '090947.611000', '090947.614000', '090947.616000', '090947.619000', '090947.622000', '090947.624000', '090947.627000', '090947.630000', '090947.632000', '090947.635000', '090947.638000', '090947.640000', '090947.643000', '090947.650000', '090947.652000', '090947.655000', '090947.658000', '090947.660000', '090947.663000', '090947.666000', '090947.668000', '090947.671000', '090947.674000', '090947.676000', '090947.679000', '090947.681000', '090947.684000', '090947.687000', '090947.690000', '090947.692000', '090947.695000', '090947.698000', '090947.700000', '090947.703000', '090947.705000', '090947.708000', '090947.711000', '090947.713000', '090947.716000', '090947.719000', '090947.721000', '090947.724000', '090947.726000', '091007.610000', '091007.612000', '091007.615000', '091007.618000', '091007.620000', '091007.623000', '091007.626000', '091007.628000', '091007.631000', '091007.633000', '091007.636000', '091007.639000', '091007.641000', '091007.644000', '091007.647000', '091007.650000', '091007.664000', '091007.666000', '091007.669000', '091007.672000', '091007.674000', '091007.677000', '091007.680000', '091007.682000', '091007.685000', '091007.687000', '091007.690000', '091007.693000', '091007.695000', '091007.698000', '091007.701000', '091007.703000', '091007.706000', '091007.708000', '091007.711000', '091007.714000', '091007.716000', '091007.719000', '091007.726000', '091007.729000', '091007.732000', '091007.734000', '091007.737000', '091007.740000', '091027.610000', '091027.613000', '091027.616000', '091027.618000', '091027.621000', '091027.623000', '091027.626000', '091027.629000', '091027.632000', '091027.634000', '091027.637000', '091027.640000', '091027.642000', '091027.645000', '091027.648000', '091027.650000', '091027.653000', '091027.656000', '091027.658000', '091027.661000', '091027.664000', '091027.666000', '091027.669000', '091027.672000', '091027.674000', '091027.677000', '091027.680000', '091027.682000', '091027.685000', '091027.688000', '091027.690000', '091027.693000', '091027.696000', '091027.699000', '091027.702000', '091027.704000', '091027.707000', '091027.710000', '091027.712000', '091027.715000', '091027.718000', '091027.722000', '091027.724000', '091047.609000', '091047.613000', '091047.616000', '091047.618000', '091047.621000', '091047.623000', '091047.626000', '091047.629000', '091047.631000', '091047.634000', '091047.637000', '091047.640000', '091047.642000', '091047.645000', '091047.648000', '091047.650000', '091047.653000', '091047.656000', '091047.658000', '091047.661000', '091047.664000', '091047.666000', '091047.669000', '091047.671000', '091047.682000', '091047.685000', '091047.687000', '091047.690000', '091047.693000', '091047.696000', '091047.698000', '091047.701000', '091047.703000', '091047.706000', '091047.709000', '091047.711000', '091047.714000', '091047.717000', '091047.719000', '091047.722000', '091047.724000', '091047.727000', '091047.730000', '091047.733000', '091107.610000', '091107.612000', '091107.615000', '091107.618000', '091107.620000', '091107.623000', '091107.626000', '091107.628000', '091107.631000', '091107.634000', '091107.636000', '091107.639000', '091107.642000', '091107.645000', '091107.649000', '091107.652000', '091107.655000', '091107.657000', '091107.660000', '091107.663000', '091107.665000', '091107.668000', '091107.671000', '091107.673000', '091107.676000', '091107.679000', '091107.681000', '091107.684000', '091107.687000', '091107.689000', '091107.692000', '091107.695000', '091107.697000', '091107.700000', '091107.702000', '091107.705000', '091107.708000', '091107.710000', '091107.713000', '091107.716000', '091107.718000', '091107.721000', '091107.723000', '091127.611000', '091127.613000', '091127.616000', '091127.619000', '091127.621000', '091127.624000', '091127.627000', '091127.629000', '091127.632000', '091127.634000', '091127.637000', '091127.640000', '091127.642000', '091127.645000', '091127.648000', '091127.650000', '091127.653000', '091127.655000', '091127.658000', '091127.661000', '091127.663000', '091127.666000', '091127.674000', '091127.676000', '091127.679000', '091127.681000', '091127.684000', '091127.687000', '091127.689000', '091127.692000', '091127.695000', '091127.697000', '091127.700000', '091127.702000', '091127.705000', '091127.708000', '091127.710000', '091127.713000', '091127.716000', '091127.718000', '091127.721000', '091127.736000', '091127.739000', '091127.742000', '091147.611000', '091147.613000', '091147.616000', '091147.619000', '091147.621000', '091147.624000', '091147.627000', '091147.629000', '091147.632000', '091147.634000', '091147.637000', '091147.640000', '091147.642000', '091147.645000', '091147.647000', '091147.650000', '091147.653000', '091147.655000', '091147.658000', '091147.660000', '091147.663000', '091147.666000', '091147.668000', '091147.671000', '091147.673000', '091147.676000', '091147.679000', '091147.681000', '091147.684000', '091147.686000', '091147.689000', '091147.692000', '091147.694000', '091147.697000', '091147.699000', '091147.702000', '091147.705000', '091147.707000', '091147.710000', '091147.712000', '091147.715000', '091147.718000', '091147.720000', '091207.611000', '091207.613000', '091207.616000', '091207.619000', '091207.622000', '091207.624000', '091207.635000', '091207.637000', '091207.640000', '091207.643000', '091207.645000', '091207.648000', '091207.651000', '091207.653000', '091207.656000', '091207.659000', '091207.661000', '091207.664000', '091207.667000', '091207.669000', '091207.672000', '091207.674000', '091207.677000', '091207.680000', '091207.682000', '091207.685000', '091207.688000', '091207.690000', '091207.693000', '091207.696000', '091207.698000', '091207.701000', '091207.703000', '091207.706000', '091207.709000', '091207.712000', '091207.715000', '091207.718000', '091207.720000', '091207.723000', '091207.726000', '091207.728000', '091207.731000', '091207.734000', '091227.610000', '091227.613000', '091227.615000', '091227.618000', '091227.620000', '091227.623000', '091227.626000', '091227.628000', '091227.631000', '091227.634000', '091227.636000', '091227.639000', '091227.641000', '091227.644000', '091227.647000', '091227.649000', '091227.652000', '091227.654000', '091227.657000', '091227.660000', '091227.662000', '091227.665000', '091227.667000', '091227.670000', '091227.673000', '091227.675000', '091227.678000', '091227.680000', '091227.683000', '091227.686000', '091227.688000', '091227.691000', '091227.693000', '091227.696000', '091227.699000', '091227.701000', '091227.704000', '091227.707000', '091227.709000', '091227.712000', '091227.734000', '091227.736000', '091227.739000', '091241.099000', '091241.102000', '091241.106000', '091241.108000', '091241.111000', '091241.114000', '091241.117000', '091241.120000', '091241.123000', '091241.125000', '091241.128000', '091241.131000', '091241.134000', '091241.142000', '091241.145000', '091241.148000', '091241.151000', '091241.153000', '091241.157000', '091241.160000', '091241.163000', '091241.165000', '091241.168000', '091241.171000', '091241.174000', '091241.177000', '091241.180000', '091241.183000', '091241.185000', '091241.188000'], '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': [11842, 15184, 8175, 11337, 8273, 10636, 7364, 9688, 12193, 7985, 11133, 13951, 7992, 9921, 7646, 10446, 9649, 8500, 11857, 7806, 9190, 11938, 7788, 10752, 7421, 9235, 12020, 7815, 10167, 7459, 10687, 12956, 7995, 11138, 7952, 10584, 12901, 8334, 11587, 13946, 7985, 11183, 8011, 10870, 10929, 8949, 12386, 9117, 9923, 11885, 8150, 11323, 9374, 8999, 12106, 8379, 10187, 8459, 9056, 12534, 8376, 10535, 12684, 8287, 11072, 7738, 10668, 12817, 7906, 9488, 7996, 10005, 12020, 7981, 10441, 12629, 8062, 10702, 7872, 10610, 11491, 8119, 10534, 7852, 10706, 8562, 8748, 12224, 8638, 10254, 10037, 9471, 12691, 8611, 10552, 13536, 8175, 10579, 7757, 10889, 13369, 7952, 11183, 8261, 10045, 10122, 8661, 12223, 9333, 9854, 12398, 9083, 10988, 8150, 9661, 12211, 7925, 9716, 11688, 8239, 11581, 7969, 11135, 14880, 8219, 9962, 7782, 10470, 13239, 7842, 10452, 7806, 9046, 11699, 7567, 10184, 10786, 8273, 10715, 7864, 11297, 12930, 8729, 12000, 9212, 10185, 12364, 8463, 10706, 7853, 10111, 12476, 8099, 9369, 10609, 8573, 11014, 7719, 10420, 11858, 8054, 10486, 7917, 10071, 10053, 8439, 11547, 8546, 9533, 11312, 7766, 10808, 9046, 8699, 11141, 8207, 10661, 9601, 9011, 12272, 8629, 9967, 12865, 8492, 10751, 8028, 10350, 13753, 8183, 10203, 13728, 8170, 9767, 10676, 8497, 10632, 7728, 10148, 12070, 7724, 10789, 7886, 9743, 13067, 7707, 10801, 10435, 8526, 10670, 8190, 10615, 12374, 7886, 11252, 8178, 9318, 11265, 7883, 10291, 9572, 8512, 11307, 8624, 10642, 8050, 9467, 12116, 8026, 9683, 7841, 9263, 11493, 8164, 10316, 9630, 8824, 11087, 7784, 10551, 9168, 8786, 11098, 8208, 10762, 7741, 10236, 13009, 8548, 10229, 10869, 9457, 13095, 8448, 10928, 15531, 8272, 11583, 8734, 9476, 11908, 7649, 10222, 10181, 8160, 10303, 7994, 10429, 10814, 8449, 11708, 8862, 9887, 11848, 8028, 10806, 10300, 8608, 10601, 7891, 10403, 10975, 8221, 11075, 8515, 9473, 11018, 7714, 10848, 8939, 9090, 11405, 8696, 11192, 12390, 9071, 12541, 9774, 9329, 12431, 8646, 9643, 7561, 8509, 11026, 7589, 9549, 10717, 8120, 11375, 7278, 9932, 11831, 8117, 9660, 8029, 9067, 11781, 8054, 10942, 12239, 8400, 11740, 8850, 10392, 8306, 8892, 11712, 8879, 9776, 12257, 8677, 9645, 7493, 8700, 11231, 7898, 8845, 10994, 8060, 9509, 7986, 8060, 11258, 7853, 9591, 11891, 8117, 11043, 7798, 10728, 13165, 8277, 10181, 7904, 9531, 11973, 7957, 10616, 10664, 8531, 10630, 8239, 10207, 7474, 8795, 11651, 8174, 10203, 12384, 8312, 10825, 7862, 9440, 12352, 8337, 9657, 12289, 8022, 10141, 8397, 8170, 11072, 8235, 9133, 10512, 7566, 10170, 9364, 8262, 10332, 7916, 10293, 12576, 7897, 11037, 9121, 9032, 11387, 8216, 10533, 13532, 8179, 10558, 8807, 8915, 11683, 7641, 9814, 12510, 8342, 9670, 7720, 9229, 12169, 8341, 10461, 13565, 8490, 9703, 7663, 9766, 11988, 8079, 9769, 10588, 8246, 11109, 7602, 9707, 11991, 8274, 9557, 7573, 9303, 11786, 8245, 10387, 12633, 7999, 9656, 7668, 9961, 11881, 8024, 9708, 7609, 9273, 11720, 8070, 10859, 10824, 8402, 10529, 7899, 10866, 11337, 8321, 11423, 8621, 9270, 11669, 8296, 10248, 7588, 9895, 12443, 8120, 10532, 10808, 8475, 10759, 8224, 10451, 13793, 7878, 9792, 7761, 8988, 11250, 7856, 10392, 10374, 8475, 11282, 8424, 10754, 11738, 8226, 11119, 8329, 9455, 11548, 7906, 10684, 8408, 9082, 11707, 8346, 9342, 11709, 8167, 10447, 7455, 8970, 11497, 8205, 9625, 11923, 8234, 10433, 7465, 9150, 11784, 8262, 9829, 9862, 8310, 11610, 8080, 9456, 12510, 8632, 9745, 7673, 8587, 11500, 7707, 9786, 10854, 8196, 11045, 7475, 10050, 12920, 8318, 10188, 8042, 9937, 12707, 8318, 11222, 12170, 8495, 11151, 7947, 10796, 13586, 8451, 11106, 9241, 9289, 11856, 8007, 10739, 10194, 8048, 11969, 8758, 10563, 10960, 8237, 11654, 8460, 9222, 12274, 8572, 11146, 7694, 9279, 13004, 8716, 10191, 11367, 8114, 11594, 8201, 9675, 12272, 8665, 10032, 7888, 9277, 12721, 8052, 10529, 13459, 8732, 10681, 7737, 9401, 12486, 8279, 9617, 12547, 8311, 10039, 7687, 9631, 11829, 8198, 10141, 7835, 9444, 12323, 8076, 10960, 10842, 8761, 12333, 9275, 10689, 14984, 8365, 10729, 13861, 8091, 10785, 8137, 9565, 12351, 8280, 10221, 12891, 8003, 9835, 8069, 10491, 12923, 8272, 10830, 10250, 8599, 10940, 8371, 10647, 7894, 8566, 12142, 8612, 9734, 12224, 8661, 10570, 8519, 8438, 12060, 8152, 9717, 11641, 8468, 10342, 7542, 8611, 11637, 8284, 9694, 11518, 8173, 10544, 7357, 8116, 10845, 7765, 9887, 7331, 8075, 11050, 7297, 10258, 13027, 8247, 10232, 7300, 10535, 12600, 7991, 11259, 8360, 9833, 12492, 8281, 11027, 8501, 8984, 12535, 8715, 10228, 12630, 8541, 11034, 10548, 8496, 11544, 7737, 8848, 11433, 8150, 10231, 7320, 8387, 11250, 7847, 9967, 11640, 7911, 10868, 7688, 9179, 12469, 8389, 10552, 12473, 8256, 11197, 7943, 9248, 12580, 8214, 10305, 11683, 7886, 10720, 7495, 8526, 11377, 8096, 10044, 7468, 8774, 11763, 7947, 10371, 10874, 8446, 11568, 7465, 10404, 13329, 8140, 10495, 7696, 10820, 11522, 8087, 10675, 8054, 9915, 7362, 10345, 7517, 10670, 7515, 10718, 8397, 9530, 13534, 8717, 12362, 12426, 10552, 13869, 8347, 11732, 8187, 9817, 13125, 8787, 10164, 7323, 10152, 12404, 7755, 10429, 7644, 9059, 11195, 7867, 10642, 7635, 9233, 12022, 8185, 10737, 7252, 9476, 12501, 8054, 10568, 12441, 8414, 11225, 7714, 9830, 12544, 8451, 10634, 7801, 9407, 11949, 7844, 10835, 10331, 8383, 11336, 8381, 10655, 13139, 8144, 11161, 11131, 8082, 11097, 8254, 10170, 12584, 8034, 10644, 13005, 8225, 9715, 7427, 8665, 11220, 7419, 9397, 10528, 7757, 10635, 7230, 9634, 12313, 8246, 10212, 7335, 9268, 12730, 7908, 11006, 13825, 8963, 10522, 7327, 10123, 12926, 7989, 10518, 12936, 8241, 11275, 7427, 10307, 12915, 8734, 11381, 8001, 9617, 12781, 8319, 11370, 13887, 8804, 10658, 7836, 9951, 12562, 8026, 10844, 7984, 8793, 11257, 7544, 10491], 'WindowCenter': [4503.0, 4498.0, 4428.0, 4454.0, 4400.0, 4426.0, 4386.0, 4415.0, 4436.0, 4395.0, 4426.0, 4446.0, 4385.0, 4414.0, 4373.0, 4414.0, 4402.0, 4395.0, 4423.0, 4385.0, 4418.0, 4436.0, 4398.0, 4439.0, 4385.0, 4426.0, 4450.0, 4399.0, 4424.0, 4400.0, 4440.0, 4459.0, 4418.0, 4452.0, 4397.0, 4440.0, 4444.0, 4404.0, 4441.0, 4458.0, 4401.0, 4437.0, 4397.0, 4438.0, 4427.0, 4407.0, 4450.0, 4417.0, 4418.0, 4435.0, 4397.0, 4426.0, 4406.0, 4415.0, 4448.0, 4396.0, 4416.0, 4396.0, 4407.0, 4437.0, 4409.0, 4435.0, 4447.0, 4395.0, 4426.0, 4386.0, 4427.0, 4449.0, 4398.0, 4416.0, 4395.0, 4416.0, 4437.0, 4395.0, 4439.0, 4447.0, 4394.0, 4426.0, 4397.0, 4427.0, 4438.0, 4410.0, 4427.0, 4399.0, 4428.0, 4407.0, 4420.0, 4463.0, 4410.0, 4429.0, 4419.0, 4419.0, 4446.0, 4408.0, 4442.0, 4459.0, 4396.0, 4416.0, 4385.0, 4426.0, 4446.0, 4398.0, 4439.0, 4395.0, 4415.0, 4414.0, 4394.0, 4434.0, 4403.0, 4417.0, 4434.0, 4392.0, 4412.0, 4382.0, 4402.0, 4422.0, 4384.0, 4405.0, 4422.0, 4393.0, 4422.0, 4384.0, 4423.0, 4456.0, 4384.0, 4401.0, 4368.0, 4412.0, 4431.0, 4386.0, 4414.0, 4367.0, 4392.0, 4420.0, 4372.0, 4428.0, 4426.0, 4395.0, 4412.0, 4379.0, 4424.0, 4433.0, 4393.0, 4434.0, 4406.0, 4414.0, 4420.0, 4380.0, 4399.0, 4369.0, 4401.0, 4420.0, 4383.0, 4403.0, 4400.0, 4379.0, 4398.0, 4373.0, 4414.0, 4421.0, 4383.0, 4411.0, 4383.0, 4412.0, 4403.0, 4395.0, 4438.0, 4389.0, 4402.0, 4423.0, 4383.0, 4423.0, 4404.0, 4407.0, 4419.0, 4394.0, 4413.0, 4402.0, 4394.0, 4431.0, 4396.0, 4417.0, 4433.0, 4393.0, 4410.0, 4371.0, 4401.0, 4420.0, 4369.0, 4401.0, 4419.0, 4382.0, 4404.0, 4396.0, 4379.0, 4398.0, 4370.0, 4402.0, 4420.0, 4384.0, 4413.0, 4382.0, 4403.0, 4432.0, 4371.0, 4413.0, 4412.0, 4395.0, 4411.0, 4383.0, 4412.0, 4419.0, 4382.0, 4422.0, 4381.0, 4404.0, 4409.0, 4383.0, 4412.0, 4404.0, 4407.0, 4425.0, 4394.0, 4412.0, 4382.0, 4414.0, 4435.0, 4392.0, 4411.0, 4379.0, 4405.0, 4423.0, 4396.0, 4428.0, 4416.0, 4406.0, 4424.0, 4386.0, 4427.0, 4416.0, 4405.0, 4425.0, 4396.0, 4426.0, 4383.0, 4417.0, 4436.0, 4391.0, 4428.0, 4411.0, 4404.0, 4431.0, 4382.0, 4414.0, 4442.0, 4382.0, 4411.0, 4380.0, 4391.0, 4409.0, 4372.0, 4412.0, 4411.0, 4382.0, 4402.0, 4383.0, 4413.0, 4409.0, 4394.0, 4435.0, 4388.0, 4402.0, 4421.0, 4381.0, 4413.0, 4414.0, 4393.0, 4400.0, 4382.0, 4413.0, 4411.0, 4394.0, 4425.0, 4392.0, 4403.0, 4412.0, 4384.0, 4413.0, 4403.0, 4407.0, 4419.0, 4392.0, 4413.0, 4421.0, 4380.0, 4421.0, 4388.0, 4390.0, 4423.0, 4380.0, 4389.0, 4368.0, 4390.0, 4409.0, 4383.0, 4403.0, 4410.0, 4381.0, 4421.0, 4372.0, 4402.0, 4424.0, 4395.0, 4405.0, 4382.0, 4391.0, 4422.0, 4383.0, 4412.0, 4422.0, 4396.0, 4425.0, 4392.0, 4401.0, 4380.0, 4389.0, 4411.0, 4380.0, 4404.0, 4421.0, 4379.0, 4389.0, 4357.0, 4381.0, 4411.0, 4363.0, 4393.0, 4411.0, 4368.0, 4390.0, 4369.0, 4377.0, 4412.0, 4383.0, 4416.0, 4421.0, 4382.0, 4413.0, 4381.0, 4413.0, 4435.0, 4396.0, 4403.0, 4372.0, 4401.0, 4422.0, 4383.0, 4413.0, 4414.0, 4394.0, 4412.0, 4381.0, 4401.0, 4370.0, 4392.0, 4412.0, 4383.0, 4414.0, 4420.0, 4382.0, 4412.0, 4370.0, 4390.0, 4420.0, 4381.0, 4391.0, 4408.0, 4368.0, 4401.0, 4368.0, 4382.0, 4421.0, 4380.0, 4391.0, 4409.0, 4372.0, 4412.0, 4402.0, 4393.0, 4412.0, 4383.0, 4409.0, 4427.0, 4383.0, 4427.0, 4404.0, 4394.0, 4422.0, 4394.0, 4412.0, 4433.0, 4395.0, 4414.0, 4391.0, 4390.0, 4423.0, 4372.0, 4402.0, 4435.0, 4378.0, 4402.0, 4366.0, 4403.0, 4422.0, 4380.0, 4414.0, 4433.0, 4387.0, 4391.0, 4370.0, 4400.0, 4419.0, 4382.0, 4415.0, 4401.0, 4382.0, 4412.0, 4370.0, 4401.0, 4419.0, 4383.0, 4392.0, 4371.0, 4404.0, 4422.0, 4381.0, 4413.0, 4433.0, 4382.0, 4390.0, 4372.0, 4403.0, 4424.0, 4396.0, 4403.0, 4373.0, 4399.0, 4422.0, 4383.0, 4438.0, 4421.0, 4394.0, 4411.0, 4383.0, 4413.0, 4411.0, 4383.0, 4423.0, 4394.0, 4405.0, 4410.0, 4380.0, 4401.0, 4372.0, 4402.0, 4417.0, 4377.0, 4414.0, 4410.0, 4376.0, 4411.0, 4381.0, 4413.0, 4432.0, 4383.0, 4403.0, 4370.0, 4392.0, 4410.0, 4381.0, 4401.0, 4413.0, 4384.0, 4411.0, 4380.0, 4411.0, 4410.0, 4370.0, 4410.0, 4382.0, 4403.0, 4410.0, 4371.0, 4401.0, 4379.0, 4390.0, 4410.0, 4381.0, 4390.0, 4408.0, 4380.0, 4400.0, 4359.0, 4379.0, 4410.0, 4381.0, 4401.0, 4410.0, 4380.0, 4401.0, 4360.0, 4390.0, 4420.0, 4381.0, 4401.0, 4400.0, 4381.0, 4412.0, 4365.0, 4404.0, 4434.0, 4380.0, 4399.0, 4371.0, 4393.0, 4422.0, 4385.0, 4414.0, 4411.0, 4394.0, 4424.0, 4372.0, 4411.0, 4446.0, 4397.0, 4416.0, 4380.0, 4416.0, 4434.0, 4396.0, 4439.0, 4436.0, 4393.0, 4425.0, 4382.0, 4426.0, 4434.0, 4394.0, 4428.0, 4404.0, 4388.0, 4422.0, 4384.0, 4423.0, 4412.0, 4394.0, 4425.0, 4394.0, 4416.0, 4414.0, 4394.0, 4425.0, 4396.0, 4416.0, 4424.0, 4393.0, 4426.0, 4373.0, 4403.0, 4445.0, 4396.0, 4413.0, 4423.0, 4384.0, 4423.0, 4382.0, 4418.0, 4437.0, 4394.0, 4415.0, 4383.0, 4406.0, 4429.0, 4385.0, 4426.0, 4433.0, 4383.0, 4403.0, 4372.0, 4391.0, 4422.0, 4381.0, 4403.0, 4422.0, 4376.0, 4402.0, 4370.0, 4402.0, 4422.0, 4395.0, 4416.0, 4385.0, 4417.0, 4430.0, 4384.0, 4425.0, 4427.0, 4407.0, 4434.0, 4391.0, 4414.0, 4441.0, 4382.0, 4413.0, 4432.0, 4383.0, 4410.0, 4370.0, 4403.0, 4421.0, 4382.0, 4413.0, 4433.0, 4380.0, 4401.0, 4371.0, 4412.0, 4421.0, 4381.0, 4413.0, 4403.0, 4393.0, 4400.0, 4381.0, 4412.0, 4370.0, 4380.0, 4420.0, 4392.0, 4401.0, 4420.0, 4378.0, 4401.0, 4379.0, 4379.0, 4421.0, 4380.0, 4403.0, 4410.0, 4381.0, 4400.0, 4370.0, 4387.0, 4423.0, 4382.0, 4402.0, 4436.0, 4397.0, 4427.0, 4375.0, 4382.0, 4428.0, 4385.0, 4400.0, 4358.0, 4370.0, 4410.0, 4370.0, 4429.0, 4443.0, 4390.0, 4414.0, 4374.0, 4415.0, 4423.0, 4380.0, 4439.0, 4397.0, 4406.0, 4422.0, 4379.0, 4415.0, 4378.0, 4392.0, 4425.0, 4396.0, 4403.0, 4420.0, 4380.0, 4400.0, 4398.0, 4380.0, 4410.0, 4367.0, 4393.0, 4405.0, 4370.0, 4399.0, 4359.0, 4381.0, 4410.0, 4385.0, 4402.0, 4411.0, 4382.0, 4411.0, 4372.0, 4389.0, 4434.0, 4390.0, 4413.0, 4422.0, 4381.0, 4411.0, 4371.0, 4392.0, 4433.0, 4384.0, 4401.0, 4411.0, 4383.0, 4412.0, 4371.0, 4397.0, 4424.0, 4384.0, 4403.0, 4372.0, 4390.0, 4434.0, 4397.0, 4424.0, 4415.0, 4397.0, 4426.0, 4375.0, 4428.0, 4458.0, 4398.0, 4413.0, 4385.0, 4427.0, 4424.0, 4398.0, 4425.0, 4396.0, 4418.0, 4398.0, 4457.0, 4410.0, 4442.0, 4399.0, 4440.0, 4398.0, 4420.0, 4449.0, 4406.0, 4452.0, 4434.0, 4418.0, 4446.0, 4380.0, 4423.0, 4382.0, 4400.0, 4433.0, 4393.0, 4402.0, 4371.0, 4416.0, 4424.0, 4374.0, 4412.0, 4375.0, 4395.0, 4424.0, 4385.0, 4414.0, 4384.0, 4418.0, 4425.0, 4384.0, 4415.0, 4373.0, 4406.0, 4424.0, 4382.0, 4427.0, 4424.0, 4380.0, 4416.0, 4373.0, 4404.0, 4434.0, 4392.0, 4416.0, 4374.0, 4405.0, 4424.0, 4383.0, 4416.0, 4412.0, 4398.0, 4415.0, 4384.0, 4413.0, 4423.0, 4373.0, 4413.0, 4412.0, 4372.0, 4411.0, 4379.0, 4403.0, 4420.0, 4368.0, 4414.0, 4422.0, 4371.0, 4391.0, 4358.0, 4381.0, 4410.0, 4372.0, 4405.0, 4400.0, 4382.0, 4414.0, 4373.0, 4415.0, 4435.0, 4396.0, 4414.0, 4369.0, 4405.0, 4433.0, 4382.0, 4423.0, 4441.0, 4389.0, 4413.0, 4362.0, 4416.0, 4424.0, 4380.0, 4417.0, 4418.0, 4384.0, 4415.0, 4374.0, 4415.0, 4436.0, 4396.0, 4422.0, 4370.0, 4406.0, 4419.0, 4381.0, 4423.0, 4445.0, 4393.0, 4401.0, 4372.0, 4403.0, 4422.0, 4379.0, 4425.0, 4381.0, 4383.0, 4412.0, 4372.0, 4415.0], 'WindowWidth': [9923.0, 9895.0, 9790.0, 9815.0, 9733.0, 9761.0, 9706.0, 9744.0, 9770.0, 9719.0, 9758.0, 9787.0, 9702.0, 9737.0, 9682.0, 9737.0, 9721.0, 9714.0, 9749.0, 9702.0, 9749.0, 9770.0, 9724.0, 9780.0, 9705.0, 9765.0, 9798.0, 9727.0, 9758.0, 9730.0, 9783.0, 9811.0, 9756.0, 9801.0, 9723.0, 9782.0, 9784.0, 9731.0, 9784.0, 9806.0, 9732.0, 9773.0, 9721.0, 9776.0, 9760.0, 9734.0, 9797.0, 9752.0, 9749.0, 9769.0, 9720.0, 9759.0, 9731.0, 9748.0, 9792.0, 9717.0, 9744.0, 9716.0, 9733.0, 9772.0, 9739.0, 9773.0, 9786.0, 9714.0, 9757.0, 9703.0, 9760.0, 9794.0, 9722.0, 9743.0, 9715.0, 9745.0, 9773.0, 9717.0, 9781.0, 9788.0, 9715.0, 9759.0, 9721.0, 9760.0, 9780.0, 9746.0, 9761.0, 9726.0, 9765.0, 9735.0, 9758.0, 9822.0, 9743.0, 9765.0, 9751.0, 9753.0, 9787.0, 9739.0, 9790.0, 9808.0, 9717.0, 9742.0, 9702.0, 9757.0, 9783.0, 9722.0, 9778.0, 9714.0, 9740.0, 9737.0, 9712.0, 9766.0, 9721.0, 9747.0, 9766.0, 9706.0, 9730.0, 9691.0, 9718.0, 9745.0, 9697.0, 9727.0, 9744.0, 9708.0, 9746.0, 9697.0, 9748.0, 9799.0, 9696.0, 9716.0, 9672.0, 9731.0, 9756.0, 9703.0, 9738.0, 9670.0, 9705.0, 9740.0, 9678.0, 9763.0, 9759.0, 9712.0, 9732.0, 9688.0, 9751.0, 9759.0, 9706.0, 9765.0, 9730.0, 9738.0, 9739.0, 9684.0, 9711.0, 9668.0, 9714.0, 9740.0, 9693.0, 9722.0, 9711.0, 9683.0, 9707.0, 9681.0, 9736.0, 9743.0, 9696.0, 9730.0, 9694.0, 9733.0, 9720.0, 9715.0, 9777.0, 9703.0, 9720.0, 9747.0, 9696.0, 9749.0, 9726.0, 9732.0, 9741.0, 9711.0, 9734.0, 9718.0, 9709.0, 9759.0, 9717.0, 9748.0, 9761.0, 9705.0, 9726.0, 9673.0, 9714.0, 9738.0, 9669.0, 9712.0, 9735.0, 9691.0, 9723.0, 9703.0, 9681.0, 9705.0, 9672.0, 9716.0, 9739.0, 9697.0, 9732.0, 9690.0, 9719.0, 9757.0, 9675.0, 9733.0, 9734.0, 9712.0, 9728.0, 9693.0, 9729.0, 9737.0, 9690.0, 9746.0, 9689.0, 9722.0, 9725.0, 9695.0, 9732.0, 9723.0, 9732.0, 9755.0, 9709.0, 9734.0, 9694.0, 9737.0, 9766.0, 9711.0, 9733.0, 9689.0, 9727.0, 9751.0, 9718.0, 9765.0, 9742.0, 9730.0, 9752.0, 9705.0, 9758.0, 9744.0, 9733.0, 9756.0, 9716.0, 9756.0, 9697.0, 9744.0, 9769.0, 9708.0, 9762.0, 9731.0, 9722.0, 9757.0, 9692.0, 9737.0, 9772.0, 9692.0, 9730.0, 9684.0, 9700.0, 9724.0, 9677.0, 9731.0, 9731.0, 9691.0, 9717.0, 9693.0, 9734.0, 9725.0, 9714.0, 9770.0, 9698.0, 9719.0, 9743.0, 9690.0, 9732.0, 9736.0, 9708.0, 9712.0, 9690.0, 9733.0, 9728.0, 9712.0, 9754.0, 9704.0, 9720.0, 9731.0, 9696.0, 9734.0, 9724.0, 9734.0, 9740.0, 9704.0, 9732.0, 9740.0, 9684.0, 9741.0, 9690.0, 9699.0, 9747.0, 9684.0, 9693.0, 9666.0, 9701.0, 9723.0, 9695.0, 9722.0, 9725.0, 9688.0, 9741.0, 9678.0, 9717.0, 9751.0, 9716.0, 9725.0, 9690.0, 9703.0, 9745.0, 9694.0, 9732.0, 9744.0, 9716.0, 9754.0, 9703.0, 9714.0, 9683.0, 9696.0, 9727.0, 9684.0, 9723.0, 9743.0, 9682.0, 9694.0, 9651.0, 9687.0, 9728.0, 9657.0, 9707.0, 9728.0, 9667.0, 9698.0, 9671.0, 9680.0, 9730.0, 9696.0, 9743.0, 9744.0, 9691.0, 9732.0, 9690.0, 9735.0, 9766.0, 9717.0, 9720.0, 9675.0, 9716.0, 9744.0, 9694.0, 9735.0, 9739.0, 9713.0, 9731.0, 9688.0, 9716.0, 9672.0, 9704.0, 9730.0, 9694.0, 9737.0, 9740.0, 9689.0, 9728.0, 9671.0, 9698.0, 9738.0, 9689.0, 9701.0, 9718.0, 9669.0, 9712.0, 9665.0, 9692.0, 9744.0, 9684.0, 9699.0, 9723.0, 9679.0, 9733.0, 9721.0, 9708.0, 9729.0, 9693.0, 9726.0, 9750.0, 9697.0, 9760.0, 9722.0, 9708.0, 9744.0, 9710.0, 9734.0, 9761.0, 9714.0, 9736.0, 9701.0, 9700.0, 9745.0, 9675.0, 9717.0, 9767.0, 9685.0, 9717.0, 9666.0, 9719.0, 9742.0, 9687.0, 9739.0, 9763.0, 9695.0, 9701.0, 9671.0, 9713.0, 9737.0, 9693.0, 9740.0, 9714.0, 9690.0, 9729.0, 9671.0, 9713.0, 9740.0, 9695.0, 9702.0, 9674.0, 9722.0, 9747.0, 9690.0, 9737.0, 9762.0, 9689.0, 9698.0, 9676.0, 9720.0, 9750.0, 9716.0, 9721.0, 9679.0, 9713.0, 9744.0, 9695.0, 9776.0, 9749.0, 9710.0, 9729.0, 9692.0, 9733.0, 9727.0, 9692.0, 9747.0, 9709.0, 9726.0, 9727.0, 9687.0, 9713.0, 9675.0, 9717.0, 9734.0, 9683.0, 9737.0, 9724.0, 9677.0, 9726.0, 9688.0, 9731.0, 9757.0, 9695.0, 9720.0, 9670.0, 9701.0, 9725.0, 9687.0, 9716.0, 9732.0, 9696.0, 9727.0, 9684.0, 9727.0, 9723.0, 9670.0, 9723.0, 9690.0, 9718.0, 9724.0, 9674.0, 9714.0, 9681.0, 9697.0, 9725.0, 9688.0, 9697.0, 9718.0, 9683.0, 9710.0, 9653.0, 9681.0, 9723.0, 9690.0, 9718.0, 9723.0, 9683.0, 9714.0, 9657.0, 9699.0, 9740.0, 9690.0, 9713.0, 9711.0, 9688.0, 9730.0, 9661.0, 9724.0, 9763.0, 9686.0, 9709.0, 9674.0, 9707.0, 9744.0, 9701.0, 9739.0, 9729.0, 9710.0, 9749.0, 9680.0, 9733.0, 9786.0, 9722.0, 9742.0, 9690.0, 9745.0, 9765.0, 9716.0, 9777.0, 9771.0, 9709.0, 9752.0, 9693.0, 9753.0, 9763.0, 9711.0, 9762.0, 9724.0, 9696.0, 9742.0, 9696.0, 9748.0, 9731.0, 9712.0, 9752.0, 9709.0, 9742.0, 9736.0, 9710.0, 9753.0, 9716.0, 9744.0, 9747.0, 9706.0, 9755.0, 9681.0, 9721.0, 9780.0, 9716.0, 9732.0, 9746.0, 9697.0, 9749.0, 9692.0, 9748.0, 9772.0, 9711.0, 9738.0, 9695.0, 9727.0, 9754.0, 9700.0, 9758.0, 9762.0, 9692.0, 9719.0, 9675.0, 9702.0, 9742.0, 9689.0, 9722.0, 9744.0, 9677.0, 9716.0, 9674.0, 9718.0, 9745.0, 9714.0, 9741.0, 9699.0, 9744.0, 9757.0, 9698.0, 9753.0, 9758.0, 9734.0, 9765.0, 9702.0, 9734.0, 9768.0, 9688.0, 9731.0, 9757.0, 9692.0, 9723.0, 9671.0, 9719.0, 9741.0, 9689.0, 9736.0, 9764.0, 9688.0, 9712.0, 9674.0, 9730.0, 9741.0, 9686.0, 9734.0, 9719.0, 9705.0, 9710.0, 9687.0, 9730.0, 9671.0, 9686.0, 9739.0, 9704.0, 9716.0, 9738.0, 9681.0, 9713.0, 9680.0, 9682.0, 9740.0, 9685.0, 9718.0, 9722.0, 9685.0, 9711.0, 9672.0, 9692.0, 9746.0, 9691.0, 9717.0, 9772.0, 9722.0, 9759.0, 9685.0, 9689.0, 9759.0, 9698.0, 9709.0, 9651.0, 9670.0, 9722.0, 9672.0, 9762.0, 9781.0, 9703.0, 9735.0, 9682.0, 9737.0, 9746.0, 9691.0, 9780.0, 9720.0, 9725.0, 9742.0, 9685.0, 9736.0, 9682.0, 9703.0, 9752.0, 9714.0, 9719.0, 9736.0, 9683.0, 9710.0, 9703.0, 9680.0, 9723.0, 9667.0, 9707.0, 9712.0, 9671.0, 9708.0, 9655.0, 9688.0, 9726.0, 9698.0, 9718.0, 9727.0, 9692.0, 9729.0, 9675.0, 9698.0, 9765.0, 9703.0, 9730.0, 9740.0, 9687.0, 9726.0, 9673.0, 9704.0, 9761.0, 9694.0, 9713.0, 9725.0, 9692.0, 9730.0, 9674.0, 9717.0, 9749.0, 9694.0, 9721.0, 9679.0, 9704.0, 9765.0, 9719.0, 9754.0, 9738.0, 9716.0, 9755.0, 9686.0, 9762.0, 9805.0, 9721.0, 9736.0, 9701.0, 9760.0, 9753.0, 9722.0, 9757.0, 9717.0, 9750.0, 9728.0, 9821.0, 9751.0, 9788.0, 9726.0, 9779.0, 9722.0, 9752.0, 9792.0, 9735.0, 9800.0, 9766.0, 9744.0, 9780.0, 9688.0, 9746.0, 9688.0, 9713.0, 9760.0, 9705.0, 9714.0, 9674.0, 9737.0, 9748.0, 9682.0, 9734.0, 9683.0, 9709.0, 9751.0, 9698.0, 9734.0, 9697.0, 9747.0, 9750.0, 9695.0, 9737.0, 9680.0, 9726.0, 9748.0, 9695.0, 9757.0, 9747.0, 9687.0, 9738.0, 9678.0, 9721.0, 9763.0, 9707.0, 9739.0, 9679.0, 9724.0, 9748.0, 9692.0, 9739.0, 9736.0, 9720.0, 9737.0, 9692.0, 9732.0, 9745.0, 9677.0, 9730.0, 9729.0, 9674.0, 9725.0, 9681.0, 9715.0, 9735.0, 9667.0, 9733.0, 9742.0, 9670.0, 9697.0, 9652.0, 9685.0, 9725.0, 9679.0, 9723.0, 9710.0, 9690.0, 9734.0, 9677.0, 9740.0, 9768.0, 9714.0, 9734.0, 9673.0, 9724.0, 9760.0, 9690.0, 9752.0, 9774.0, 9699.0, 9731.0, 9663.0, 9738.0, 9747.0, 9688.0, 9742.0, 9737.0, 9693.0, 9737.0, 9681.0, 9737.0, 9768.0, 9715.0, 9744.0, 9673.0, 9724.0, 9738.0, 9686.0, 9747.0, 9779.0, 9706.0, 9713.0, 9676.0, 9717.0, 9742.0, 9685.0, 9751.0, 9687.0, 9691.0, 9728.0, 9676.0, 9736.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.0030038965517241384</td></tr>
<tr><td colspan=3>aqi</td><td>0.022219445172413796</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.77217462018416</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.19203078269275</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01447286498274</td></tr>
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
<tr><td colspan=3>fber</td><td>5712.8784</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07729588207954827</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.468463731311706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39448567018374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.657657209363787</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.353248314387591</td></tr>
<tr><td colspan=3>gcor</td><td>0.00838246</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016552569344639778</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04372820258140564</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.097006548826625</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.9585</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.129</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.2596</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290987.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>922.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.7379</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9366</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.2175</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.7076</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.5339</td></tr>
<tr><td colspan=3>tsnr</td><td>39.13334320997819</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>