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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0011_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0011_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-03/func/sub-0011_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0a2ce7d8e157da82638441a961026f5c</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>15:50:28.865000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997216, -0.00529037, 0.0743751, 0.0116617, 0.99627, -0.085494]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0757198</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7742, -7242, 569, -33, -138, 8, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46460f81-6f7c-4a13-bc2d-c6e1b79de134||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754584312438965, 0.03128756210207939, 0.19884254038333893, 106.42980194091797], [0.01419367827475071, 2.6729207038879395, -0.23253318667411804, -79.37171173095703], [0.19954286515712738, 0.22937428951263428, 2.6826088428497314, -74.253173828125], [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': ['155028.865000', '155029.325000', '155029.785000', '155030.245000', '155030.705000', '155031.165000', '155031.625000', '155032.085000', '155032.545000', '155033.005000', '155033.465000', '155033.925000', '155034.385000', '155034.845000', '155035.305000', '155035.765000', '155036.225000', '155036.685000', '155037.145000', '155037.605000', '155038.065000', '155038.525000', '155038.985000', '155039.445000', '155039.905000', '155040.365000', '155040.825000', '155041.285000', '155041.745000', '155042.205000', '155042.665000', '155043.125000', '155043.585000', '155044.045000', '155044.505000', '155044.965000', '155045.425000', '155045.885000', '155046.345000', '155046.805000', '155047.265000', '155047.725000', '155048.185000', '155048.645000', '155049.105000', '155049.565000', '155050.025000', '155050.485000', '155050.945000', '155051.405000', '155051.865000', '155052.325000', '155052.785000', '155053.245000', '155053.705000', '155054.165000', '155054.625000', '155055.085000', '155055.545000', '155056.005000', '155056.465000', '155056.925000', '155057.385000', '155057.845000', '155058.305000', '155058.765000', '155059.225000', '155059.685000', '155100.145000', '155100.605000', '155101.065000', '155101.525000', '155101.985000', '155102.445000', '155102.905000', '155103.365000', '155103.825000', '155104.285000', '155104.745000', '155105.205000', '155105.665000', '155106.125000', '155106.585000', '155107.045000', '155107.505000', '155107.965000', '155108.425000', '155108.885000', '155109.345000', '155109.805000', '155110.265000', '155110.725000', '155111.185000', '155111.645000', '155112.105000', '155112.565000', '155113.025000', '155113.485000', '155113.945000', '155114.405000', '155114.865000', '155115.325000', '155115.785000', '155116.245000', '155116.705000', '155117.165000', '155117.625000', '155118.085000', '155118.545000', '155119.005000', '155119.465000', '155119.925000', '155120.385000', '155120.845000', '155121.305000', '155121.765000', '155122.225000', '155122.685000', '155123.145000', '155123.605000', '155124.065000', '155124.525000', '155124.985000', '155125.445000', '155125.905000', '155126.365000', '155126.825000', '155127.285000', '155127.745000', '155128.205000', '155128.665000', '155129.125000', '155129.585000', '155130.045000', '155130.505000', '155130.965000', '155131.425000', '155131.885000', '155132.345000', '155132.805000', '155133.265000', '155133.725000', '155134.185000', '155134.645000', '155135.105000', '155135.565000', '155136.025000', '155136.485000', '155136.945000', '155137.405000', '155137.865000', '155138.325000', '155138.785000', '155139.245000', '155139.705000', '155140.165000', '155140.625000', '155141.085000', '155141.545000', '155142.005000', '155142.465000', '155142.925000', '155143.385000', '155143.845000', '155144.305000', '155144.765000', '155145.225000', '155145.685000', '155146.145000', '155146.605000', '155147.065000', '155147.525000', '155147.985000', '155148.445000', '155148.905000', '155149.365000', '155149.825000', '155150.285000', '155150.745000', '155151.205000', '155151.665000', '155152.125000', '155152.585000', '155153.045000', '155153.505000', '155153.965000', '155154.425000', '155154.885000', '155155.345000', '155155.805000', '155156.265000', '155156.725000', '155157.185000', '155157.645000', '155158.105000', '155158.565000', '155159.025000', '155159.485000', '155159.945000', '155200.405000', '155200.865000', '155201.325000', '155201.785000', '155202.245000', '155202.705000', '155203.165000', '155203.625000', '155204.085000', '155204.545000', '155205.005000', '155205.465000', '155205.925000', '155206.385000', '155206.845000', '155207.305000', '155207.765000', '155208.225000', '155208.685000', '155209.145000', '155209.605000', '155210.065000', '155210.525000', '155210.985000', '155211.445000', '155211.905000', '155212.365000', '155212.825000', '155213.285000', '155213.745000', '155214.205000', '155214.665000', '155215.125000', '155215.585000', '155216.045000', '155216.505000', '155216.965000', '155217.425000', '155217.885000', '155218.345000', '155218.805000', '155219.265000', '155219.725000', '155220.185000', '155220.645000', '155221.105000', '155221.565000', '155222.025000', '155222.485000', '155222.945000', '155223.405000', '155223.865000', '155224.325000', '155224.785000', '155225.245000', '155225.705000', '155226.165000', '155226.625000', '155227.085000', '155227.545000', '155228.005000', '155228.465000', '155228.925000', '155229.385000', '155229.845000', '155230.305000', '155230.765000', '155231.225000', '155231.685000', '155232.145000', '155232.605000', '155233.065000', '155233.525000', '155233.985000', '155234.445000', '155234.905000', '155235.365000', '155235.825000', '155236.285000', '155236.745000', '155237.205000', '155237.665000', '155238.125000', '155238.585000', '155239.045000', '155239.505000', '155239.965000', '155240.425000', '155240.885000', '155241.345000', '155241.805000', '155242.265000', '155242.725000', '155243.185000', '155243.645000', '155244.105000', '155244.565000', '155245.025000', '155245.485000', '155245.945000', '155246.405000', '155246.865000', '155247.325000', '155247.785000', '155248.245000', '155248.705000', '155249.165000', '155249.625000', '155250.085000', '155250.545000', '155251.005000', '155251.465000', '155251.925000', '155252.385000', '155252.845000', '155253.305000', '155253.765000', '155254.225000', '155254.685000', '155255.145000', '155255.605000', '155256.065000', '155256.525000', '155256.985000', '155257.445000', '155257.905000', '155258.365000', '155258.825000', '155259.285000', '155259.745000', '155300.205000', '155300.665000', '155301.125000', '155301.585000', '155302.045000', '155302.505000', '155302.965000', '155303.425000', '155303.885000', '155304.345000', '155304.805000', '155305.265000', '155305.725000', '155306.185000', '155306.645000', '155307.105000', '155307.565000', '155308.025000', '155308.485000', '155308.945000', '155309.405000', '155309.865000', '155310.325000', '155310.785000', '155311.245000', '155311.705000', '155312.165000', '155312.625000', '155313.085000', '155313.545000', '155314.005000', '155314.465000', '155314.925000', '155315.385000', '155315.845000', '155316.305000', '155316.765000', '155317.225000', '155317.685000', '155318.145000', '155318.605000', '155319.065000', '155319.525000', '155319.985000', '155320.445000', '155320.905000', '155321.365000', '155321.825000', '155322.285000', '155322.745000', '155323.205000', '155323.665000', '155324.125000', '155324.585000', '155325.045000', '155325.505000', '155325.965000', '155326.425000', '155326.885000', '155327.345000', '155327.805000', '155328.265000', '155328.725000', '155329.185000', '155329.645000', '155330.105000', '155330.565000', '155331.025000', '155331.485000', '155331.945000', '155332.405000', '155332.865000', '155333.325000', '155333.785000', '155334.245000', '155334.705000', '155335.165000', '155335.625000', '155336.085000', '155336.545000', '155337.005000', '155337.465000', '155337.925000', '155338.385000', '155338.845000', '155339.305000', '155339.765000', '155340.225000', '155340.685000', '155341.145000', '155341.605000', '155342.065000', '155342.525000', '155342.985000', '155343.445000', '155343.905000', '155344.365000', '155344.825000', '155345.285000', '155345.745000', '155346.205000', '155346.665000', '155347.125000', '155347.585000', '155348.045000', '155348.505000', '155348.965000', '155349.425000', '155349.885000', '155350.345000', '155350.805000', '155351.265000', '155351.725000', '155352.185000', '155352.645000', '155353.105000', '155353.565000', '155354.025000', '155354.485000', '155354.945000', '155355.405000', '155355.865000', '155356.325000', '155356.785000', '155357.245000', '155357.705000', '155358.165000', '155358.625000', '155359.085000', '155359.545000', '155400.005000', '155400.465000', '155400.925000', '155401.385000', '155401.845000', '155402.305000', '155402.765000', '155403.225000', '155403.685000', '155404.145000', '155404.605000', '155405.065000', '155405.525000', '155405.985000', '155406.445000', '155406.905000', '155407.365000', '155407.825000', '155408.285000', '155408.745000', '155409.205000', '155409.665000', '155410.125000', '155410.585000', '155411.045000', '155411.505000', '155411.965000', '155412.425000', '155412.885000', '155413.345000', '155413.805000', '155414.265000', '155414.725000', '155415.185000', '155415.645000', '155416.105000', '155416.565000', '155417.025000', '155417.485000', '155417.945000', '155418.405000', '155418.865000', '155419.325000', '155419.785000', '155420.245000', '155420.705000', '155421.165000', '155421.625000', '155422.085000', '155422.545000', '155423.005000', '155423.465000', '155423.925000', '155424.385000', '155424.845000', '155425.305000', '155425.765000', '155426.225000', '155426.685000', '155427.145000', '155427.605000', '155428.065000', '155428.525000', '155428.985000', '155429.445000', '155429.905000', '155430.365000', '155430.825000', '155431.285000', '155431.745000', '155432.205000', '155432.665000', '155433.125000', '155433.585000', '155434.045000', '155434.505000', '155434.965000', '155435.425000', '155435.885000', '155436.345000', '155436.805000', '155437.265000', '155437.725000', '155438.185000', '155438.645000', '155439.105000', '155439.565000', '155440.025000', '155440.485000', '155440.945000', '155441.405000', '155441.865000', '155442.325000', '155442.785000', '155443.245000', '155443.705000', '155444.165000', '155444.625000', '155445.085000', '155445.545000', '155446.005000', '155446.465000', '155446.925000', '155447.385000', '155447.845000', '155448.305000', '155448.765000', '155449.225000', '155449.685000', '155450.145000', '155450.605000', '155451.065000', '155451.525000', '155451.985000', '155452.445000', '155452.905000', '155453.365000', '155453.825000', '155454.285000', '155454.745000', '155455.205000', '155455.665000', '155456.125000', '155456.585000', '155457.045000', '155457.505000', '155457.965000', '155458.425000', '155458.885000', '155459.345000', '155459.805000', '155500.265000', '155500.725000', '155501.185000', '155501.645000', '155502.105000', '155502.565000', '155503.025000', '155503.485000', '155503.945000', '155504.405000', '155504.865000', '155505.325000', '155505.785000', '155506.245000', '155506.705000', '155507.165000', '155507.625000', '155508.085000', '155508.545000', '155509.005000', '155509.465000', '155509.925000', '155510.385000', '155510.845000', '155511.305000', '155511.765000', '155512.225000', '155512.685000', '155513.145000', '155513.605000', '155514.065000', '155514.525000', '155514.985000', '155515.445000', '155515.905000', '155516.365000', '155516.825000', '155517.285000', '155517.745000', '155518.205000', '155518.665000', '155519.125000', '155519.585000', '155520.045000', '155520.505000', '155520.965000', '155521.425000', '155521.885000', '155522.345000', '155522.805000', '155523.265000', '155523.725000', '155524.185000', '155524.645000', '155525.105000', '155525.565000', '155526.025000', '155526.485000', '155526.945000', '155527.405000', '155527.865000', '155528.325000', '155528.785000', '155529.245000', '155529.705000', '155530.165000', '155530.625000', '155531.085000', '155531.545000', '155532.005000', '155532.465000', '155532.925000', '155533.385000', '155533.845000', '155534.305000', '155534.765000', '155535.225000', '155535.685000', '155536.145000', '155536.605000', '155537.065000', '155537.525000', '155537.985000', '155538.445000', '155538.905000', '155539.365000', '155539.825000', '155540.285000', '155540.745000', '155541.205000', '155541.665000', '155542.125000', '155542.585000', '155543.045000', '155543.505000', '155543.965000', '155544.425000', '155544.885000', '155545.345000', '155545.805000', '155546.265000', '155546.725000', '155547.185000', '155547.645000', '155548.105000', '155548.565000', '155549.025000', '155549.485000', '155549.945000', '155550.405000', '155550.865000', '155551.325000', '155551.785000', '155552.245000', '155552.705000', '155553.165000', '155553.625000', '155554.085000', '155554.545000', '155555.005000', '155555.465000', '155555.925000', '155556.385000', '155556.845000', '155557.305000', '155557.765000', '155558.225000', '155558.685000', '155559.145000', '155559.605000', '155600.065000', '155600.525000', '155600.985000', '155601.445000', '155601.905000', '155602.365000', '155602.825000', '155603.285000', '155603.745000', '155604.205000', '155604.665000', '155605.125000', '155605.585000', '155606.045000', '155606.505000', '155606.965000', '155607.425000', '155607.885000', '155608.345000', '155608.805000', '155609.265000', '155609.725000', '155610.185000', '155610.645000', '155611.105000', '155611.565000', '155612.025000', '155612.485000', '155612.945000', '155613.405000', '155613.865000', '155614.325000', '155614.785000', '155615.245000', '155615.705000', '155616.165000', '155616.625000', '155617.085000', '155617.545000', '155618.005000', '155618.465000', '155618.925000', '155619.385000', '155619.845000', '155620.305000', '155620.765000', '155621.225000', '155621.685000', '155622.145000', '155622.605000', '155623.065000', '155623.525000', '155623.985000', '155624.445000', '155624.905000', '155625.365000', '155625.825000', '155626.285000', '155626.745000', '155627.205000', '155627.665000', '155628.125000', '155628.585000', '155629.045000', '155629.505000', '155629.965000', '155630.425000', '155630.885000', '155631.345000', '155631.805000', '155632.265000', '155632.725000', '155633.185000', '155633.645000', '155634.105000', '155634.565000', '155635.025000', '155635.485000', '155635.945000', '155636.405000', '155636.865000', '155637.325000', '155637.785000', '155638.245000', '155638.705000', '155639.165000', '155639.625000', '155640.085000', '155640.545000', '155641.005000', '155641.465000', '155641.925000', '155642.385000', '155642.845000', '155643.305000', '155643.765000', '155644.225000', '155644.685000', '155645.145000', '155645.605000', '155646.065000', '155646.525000', '155646.985000', '155647.445000', '155647.905000', '155648.365000', '155648.825000', '155649.285000', '155649.745000', '155650.205000', '155650.665000', '155651.125000', '155651.585000', '155652.045000', '155652.505000', '155652.965000', '155653.425000', '155653.885000', '155654.345000', '155654.805000', '155655.265000', '155655.725000', '155656.185000', '155656.645000', '155657.105000', '155657.565000', '155658.025000', '155658.485000', '155658.945000', '155659.405000', '155659.865000', '155700.325000', '155700.785000', '155701.245000', '155701.705000', '155702.165000', '155702.625000', '155703.085000', '155703.545000', '155704.005000', '155704.465000', '155704.925000', '155705.385000', '155705.845000', '155706.305000', '155706.765000', '155707.225000', '155707.685000', '155708.145000', '155708.605000', '155709.065000', '155709.525000'], 'ContentTime': ['155043.601000', '155043.604000', '155043.613000', '155043.617000', '155043.619000', '155043.622000', '155043.625000', '155043.628000', '155043.631000', '155043.634000', '155043.636000', '155043.640000', '155043.643000', '155043.646000', '155043.649000', '155043.652000', '155043.655000', '155043.658000', '155043.661000', '155043.664000', '155043.666000', '155043.670000', '155043.682000', '155043.685000', '155043.688000', '155043.691000', '155043.693000', '155043.697000', '155043.700000', '155043.703000', '155043.706000', '155103.562000', '155103.565000', '155103.568000', '155103.571000', '155103.573000', '155103.576000', '155103.579000', '155103.582000', '155103.585000', '155103.588000', '155103.591000', '155103.594000', '155103.596000', '155103.599000', '155103.602000', '155103.605000', '155103.608000', '155103.615000', '155103.618000', '155103.620000', '155103.623000', '155103.626000', '155103.629000', '155103.632000', '155103.635000', '155103.638000', '155103.641000', '155103.643000', '155103.646000', '155103.649000', '155103.652000', '155103.655000', '155103.658000', '155103.660000', '155103.663000', '155103.666000', '155103.669000', '155103.672000', '155103.684000', '155103.687000', '155103.690000', '155103.693000', '155103.696000', '155103.699000', '155123.562000', '155123.565000', '155123.568000', '155123.571000', '155123.574000', '155123.576000', '155123.579000', '155123.582000', '155123.585000', '155123.588000', '155123.591000', '155123.594000', '155123.596000', '155123.599000', '155123.602000', '155123.605000', '155123.608000', '155123.611000', '155123.614000', '155123.622000', '155123.625000', '155123.628000', '155123.631000', '155123.634000', '155123.636000', '155123.639000', '155123.643000', '155123.646000', '155123.649000', '155123.652000', '155123.654000', '155123.657000', '155123.660000', '155123.663000', '155123.666000', '155123.669000', '155123.672000', '155123.675000', '155123.677000', '155123.680000', '155123.683000', '155123.686000', '155123.689000', '155143.562000', '155143.565000', '155143.568000', '155143.570000', '155143.573000', '155143.576000', '155143.579000', '155143.582000', '155143.585000', '155143.588000', '155143.591000', '155143.594000', '155143.596000', '155143.599000', '155143.602000', '155143.605000', '155143.608000', '155143.611000', '155143.614000', '155143.617000', '155143.620000', '155143.622000', '155143.625000', '155143.628000', '155143.631000', '155143.634000', '155143.637000', '155143.640000', '155143.643000', '155143.646000', '155143.649000', '155143.651000', '155143.654000', '155143.657000', '155143.660000', '155143.663000', '155143.666000', '155143.669000', '155143.672000', '155143.674000', '155143.677000', '155143.680000', '155143.683000', '155143.686000', '155203.562000', '155203.565000', '155203.568000', '155203.571000', '155203.574000', '155203.577000', '155203.579000', '155203.582000', '155203.585000', '155203.588000', '155203.591000', '155203.594000', '155203.597000', '155203.600000', '155203.602000', '155203.605000', '155203.608000', '155203.611000', '155203.614000', '155203.617000', '155203.619000', '155203.622000', '155203.625000', '155203.628000', '155203.631000', '155203.634000', '155203.636000', '155203.639000', '155203.642000', '155203.645000', '155203.648000', '155203.651000', '155203.654000', '155203.656000', '155203.659000', '155203.662000', '155203.665000', '155203.668000', '155203.671000', '155203.674000', '155203.677000', '155203.679000', '155203.682000', '155223.562000', '155223.565000', '155223.568000', '155223.571000', '155223.573000', '155223.577000', '155223.580000', '155223.583000', '155223.585000', '155223.588000', '155223.591000', '155223.594000', '155223.597000', '155223.600000', '155223.603000', '155223.606000', '155223.608000', '155223.611000', '155223.614000', '155223.617000', '155223.620000', '155223.623000', '155223.626000', '155223.629000', '155223.631000', '155223.634000', '155223.637000', '155223.640000', '155223.643000', '155223.646000', '155223.649000', '155223.652000', '155223.654000', '155223.657000', '155223.660000', '155223.663000', '155223.666000', '155223.669000', '155223.672000', '155223.674000', '155223.677000', '155223.680000', '155223.683000', '155223.686000', '155243.562000', '155243.565000', '155243.568000', '155243.571000', '155243.574000', '155243.577000', '155243.580000', '155243.582000', '155243.585000', '155243.588000', '155243.591000', '155243.594000', '155243.597000', '155243.600000', '155243.603000', '155243.606000', '155243.608000', '155243.611000', '155243.614000', '155243.617000', '155243.620000', '155243.623000', '155243.626000', '155243.629000', '155243.631000', '155243.634000', '155243.637000', '155243.640000', '155243.643000', '155243.646000', '155243.649000', '155243.652000', '155243.654000', '155243.668000', '155243.671000', '155243.674000', '155243.677000', '155243.680000', '155243.684000', '155243.686000', '155243.689000', '155243.692000', '155243.695000', '155303.561000', '155303.564000', '155303.567000', '155303.570000', '155303.573000', '155303.576000', '155303.579000', '155303.582000', '155303.584000', '155303.587000', '155303.590000', '155303.593000', '155303.596000', '155303.599000', '155303.602000', '155303.605000', '155303.607000', '155303.610000', '155303.613000', '155303.616000', '155303.619000', '155303.622000', '155303.625000', '155303.628000', '155303.630000', '155303.633000', '155303.636000', '155303.639000', '155303.642000', '155303.645000', '155303.648000', '155303.651000', '155303.653000', '155303.656000', '155303.659000', '155303.662000', '155303.665000', '155303.668000', '155303.671000', '155303.674000', '155303.677000', '155303.680000', '155303.682000', '155303.685000', '155323.562000', '155323.565000', '155323.568000', '155323.571000', '155323.574000', '155323.577000', '155323.580000', '155323.582000', '155323.585000', '155323.588000', '155323.591000', '155323.594000', '155323.597000', '155323.600000', '155323.603000', '155323.605000', '155323.608000', '155323.611000', '155323.614000', '155323.617000', '155323.620000', '155323.623000', '155323.626000', '155323.629000', '155323.631000', '155323.634000', '155323.637000', '155323.640000', '155323.643000', '155323.646000', '155323.649000', '155323.652000', '155323.655000', '155323.658000', '155323.661000', '155323.663000', '155323.666000', '155323.669000', '155323.672000', '155323.675000', '155323.678000', '155323.681000', '155323.684000', '155343.562000', '155343.565000', '155343.568000', '155343.571000', '155343.574000', '155343.577000', '155343.579000', '155343.582000', '155343.585000', '155343.588000', '155343.591000', '155343.594000', '155343.597000', '155343.599000', '155343.602000', '155343.605000', '155343.608000', '155343.611000', '155343.614000', '155343.617000', '155343.620000', '155343.622000', '155343.625000', '155343.628000', '155343.631000', '155343.634000', '155343.637000', '155343.640000', '155343.643000', '155343.645000', '155343.648000', '155343.651000', '155343.654000', '155343.657000', '155343.660000', '155343.663000', '155343.665000', '155343.668000', '155343.671000', '155343.674000', '155343.677000', '155343.680000', '155343.683000', '155343.686000', '155403.562000', '155403.565000', '155403.568000', '155403.571000', '155403.574000', '155403.577000', '155403.580000', '155403.582000', '155403.585000', '155403.588000', '155403.591000', '155403.594000', '155403.597000', '155403.600000', '155403.602000', '155403.605000', '155403.608000', '155403.611000', '155403.614000', '155403.617000', '155403.620000', '155403.623000', '155403.626000', '155403.628000', '155403.631000', '155403.634000', '155403.637000', '155403.640000', '155403.643000', '155403.646000', '155403.649000', '155403.652000', '155403.654000', '155403.657000', '155403.660000', '155403.663000', '155403.666000', '155403.669000', '155403.672000', '155403.675000', '155403.678000', '155403.680000', '155403.683000', '155423.562000', '155423.565000', '155423.568000', '155423.571000', '155423.574000', '155423.577000', '155423.582000', '155423.585000', '155423.588000', '155423.591000', '155423.594000', '155423.597000', '155423.599000', '155423.602000', '155423.605000', '155423.608000', '155423.611000', '155423.614000', '155423.617000', '155423.620000', '155423.623000', '155423.626000', '155423.628000', '155423.631000', '155423.634000', '155423.637000', '155423.640000', '155423.643000', '155423.646000', '155423.648000', '155423.656000', '155423.658000', '155423.661000', '155423.664000', '155423.667000', '155423.670000', '155423.673000', '155423.676000', '155423.679000', '155423.682000', '155423.685000', '155423.687000', '155423.690000', '155443.562000', '155443.565000', '155443.568000', '155443.571000', '155443.574000', '155443.577000', '155443.580000', '155443.583000', '155443.586000', '155443.588000', '155443.591000', '155443.594000', '155443.597000', '155443.600000', '155443.603000', '155443.606000', '155443.609000', '155443.612000', '155443.615000', '155443.618000', '155443.620000', '155443.623000', '155443.626000', '155443.629000', '155443.632000', '155443.635000', '155443.638000', '155443.641000', '155443.644000', '155443.646000', '155443.649000', '155443.652000', '155443.655000', '155443.658000', '155443.661000', '155443.664000', '155443.667000', '155443.670000', '155443.672000', '155443.675000', '155443.678000', '155443.681000', '155443.684000', '155443.687000', '155503.562000', '155503.565000', '155503.568000', '155503.571000', '155503.574000', '155503.577000', '155503.580000', '155503.583000', '155503.586000', '155503.589000', '155503.592000', '155503.595000', '155503.598000', '155503.601000', '155503.604000', '155503.607000', '155503.610000', '155503.613000', '155503.615000', '155503.618000', '155503.621000', '155503.624000', '155503.627000', '155503.630000', '155503.633000', '155503.636000', '155503.638000', '155503.641000', '155503.644000', '155503.647000', '155503.650000', '155503.653000', '155503.656000', '155503.659000', '155503.662000', '155503.665000', '155503.667000', '155503.670000', '155503.673000', '155503.676000', '155503.679000', '155503.682000', '155503.685000', '155523.561000', '155523.564000', '155523.567000', '155523.570000', '155523.573000', '155523.576000', '155523.579000', '155523.582000', '155523.584000', '155523.587000', '155523.590000', '155523.593000', '155523.596000', '155523.599000', '155523.602000', '155523.605000', '155523.608000', '155523.610000', '155523.613000', '155523.616000', '155523.619000', '155523.622000', '155523.625000', '155523.628000', '155523.631000', '155523.634000', '155523.636000', '155523.639000', '155523.642000', '155523.645000', '155523.648000', '155523.651000', '155523.654000', '155523.657000', '155523.659000', '155523.662000', '155523.665000', '155523.668000', '155523.671000', '155523.674000', '155523.677000', '155523.679000', '155523.682000', '155523.685000', '155543.562000', '155543.565000', '155543.568000', '155543.571000', '155543.574000', '155543.577000', '155543.580000', '155543.583000', '155543.585000', '155543.588000', '155543.591000', '155543.594000', '155543.597000', '155543.600000', '155543.603000', '155543.606000', '155543.609000', '155543.612000', '155543.615000', '155543.618000', '155543.621000', '155543.624000', '155543.627000', '155543.629000', '155543.632000', '155543.635000', '155543.638000', '155543.641000', '155543.644000', '155543.647000', '155543.650000', '155543.653000', '155543.656000', '155543.658000', '155543.661000', '155543.664000', '155543.667000', '155543.670000', '155543.673000', '155543.676000', '155543.690000', '155543.693000', '155543.696000', '155603.562000', '155603.565000', '155603.568000', '155603.571000', '155603.574000', '155603.577000', '155603.580000', '155603.583000', '155603.585000', '155603.588000', '155603.591000', '155603.594000', '155603.597000', '155603.600000', '155603.603000', '155603.606000', '155603.609000', '155603.612000', '155603.615000', '155603.617000', '155603.620000', '155603.623000', '155603.626000', '155603.629000', '155603.632000', '155603.635000', '155603.638000', '155603.641000', '155603.644000', '155603.647000', '155603.650000', '155603.653000', '155603.655000', '155603.658000', '155603.661000', '155603.664000', '155603.667000', '155603.670000', '155603.673000', '155603.675000', '155603.678000', '155603.681000', '155603.684000', '155603.687000', '155623.562000', '155623.565000', '155623.568000', '155623.571000', '155623.574000', '155623.577000', '155623.580000', '155623.583000', '155623.586000', '155623.588000', '155623.591000', '155623.594000', '155623.597000', '155623.600000', '155623.603000', '155623.607000', '155623.611000', '155623.614000', '155623.617000', '155623.620000', '155623.625000', '155623.628000', '155623.631000', '155623.634000', '155623.637000', '155623.640000', '155623.643000', '155623.646000', '155623.649000', '155623.652000', '155623.655000', '155623.657000', '155623.660000', '155623.663000', '155623.666000', '155623.669000', '155623.672000', '155623.675000', '155623.677000', '155623.680000', '155623.683000', '155623.686000', '155623.689000', '155643.562000', '155643.565000', '155643.568000', '155643.571000', '155643.574000', '155643.577000', '155643.580000', '155643.582000', '155643.585000', '155643.588000', '155643.591000', '155643.594000', '155643.597000', '155643.600000', '155643.603000', '155643.606000', '155643.609000', '155643.612000', '155643.615000', '155643.617000', '155643.620000', '155643.623000', '155643.626000', '155643.629000', '155643.632000', '155643.635000', '155643.638000', '155643.641000', '155643.644000', '155643.647000', '155643.650000', '155643.653000', '155643.655000', '155643.658000', '155643.661000', '155643.664000', '155643.667000', '155643.670000', '155643.673000', '155643.676000', '155643.679000', '155643.682000', '155643.685000', '155643.687000', '155703.562000', '155703.565000', '155703.568000', '155703.571000', '155703.574000', '155703.577000', '155703.580000', '155703.583000', '155703.586000', '155703.588000', '155703.591000', '155703.594000', '155703.597000', '155703.600000', '155703.603000', '155703.606000', '155703.609000', '155703.612000', '155703.615000', '155703.618000', '155703.620000', '155703.623000', '155703.626000', '155703.629000', '155703.632000', '155703.635000', '155703.638000', '155703.642000', '155703.645000', '155703.648000', '155703.651000', '155703.654000', '155703.657000', '155703.660000', '155703.663000', '155703.666000', '155703.668000', '155703.671000', '155703.674000', '155703.677000', '155703.680000', '155703.683000', '155703.686000', '155710.138000', '155710.141000', '155710.144000', '155710.147000', '155710.151000', '155710.154000', '155710.157000', '155710.160000', '155710.173000', '155710.176000', '155710.179000', '155710.182000', '155710.185000', '155710.188000', '155710.191000'], 'InstanceCreationTime': ['155043.601000', '155043.604000', '155043.613000', '155043.617000', '155043.619000', '155043.622000', '155043.625000', '155043.628000', '155043.631000', '155043.634000', '155043.636000', '155043.640000', '155043.643000', '155043.646000', '155043.649000', '155043.652000', '155043.655000', '155043.658000', '155043.661000', '155043.664000', '155043.666000', '155043.670000', '155043.682000', '155043.685000', '155043.688000', '155043.691000', '155043.693000', '155043.697000', '155043.700000', '155043.703000', '155043.706000', '155103.562000', '155103.565000', '155103.568000', '155103.571000', '155103.573000', '155103.576000', '155103.579000', '155103.582000', '155103.585000', '155103.588000', '155103.591000', '155103.594000', '155103.596000', '155103.599000', '155103.602000', '155103.605000', '155103.608000', '155103.615000', '155103.618000', '155103.620000', '155103.623000', '155103.626000', '155103.629000', '155103.632000', '155103.635000', '155103.638000', '155103.641000', '155103.643000', '155103.646000', '155103.649000', '155103.652000', '155103.655000', '155103.658000', '155103.660000', '155103.663000', '155103.666000', '155103.669000', '155103.672000', '155103.684000', '155103.687000', '155103.690000', '155103.693000', '155103.696000', '155103.699000', '155123.562000', '155123.565000', '155123.568000', '155123.571000', '155123.574000', '155123.576000', '155123.579000', '155123.582000', '155123.585000', '155123.588000', '155123.591000', '155123.594000', '155123.596000', '155123.599000', '155123.602000', '155123.605000', '155123.608000', '155123.611000', '155123.614000', '155123.622000', '155123.625000', '155123.628000', '155123.631000', '155123.634000', '155123.636000', '155123.639000', '155123.643000', '155123.646000', '155123.649000', '155123.652000', '155123.654000', '155123.657000', '155123.660000', '155123.663000', '155123.666000', '155123.669000', '155123.672000', '155123.675000', '155123.677000', '155123.680000', '155123.683000', '155123.686000', '155123.689000', '155143.562000', '155143.565000', '155143.568000', '155143.570000', '155143.573000', '155143.576000', '155143.579000', '155143.582000', '155143.585000', '155143.588000', '155143.591000', '155143.594000', '155143.596000', '155143.599000', '155143.602000', '155143.605000', '155143.608000', '155143.611000', '155143.614000', '155143.617000', '155143.620000', '155143.622000', '155143.625000', '155143.628000', '155143.631000', '155143.634000', '155143.637000', '155143.640000', '155143.643000', '155143.646000', '155143.649000', '155143.651000', '155143.654000', '155143.657000', '155143.660000', '155143.663000', '155143.666000', '155143.669000', '155143.672000', '155143.674000', '155143.677000', '155143.680000', '155143.683000', '155143.686000', '155203.562000', '155203.565000', '155203.568000', '155203.571000', '155203.574000', '155203.577000', '155203.579000', '155203.582000', '155203.585000', '155203.588000', '155203.591000', '155203.594000', '155203.597000', '155203.600000', '155203.602000', '155203.605000', '155203.608000', '155203.611000', '155203.614000', '155203.617000', '155203.619000', '155203.622000', '155203.625000', '155203.628000', '155203.631000', '155203.634000', '155203.636000', '155203.639000', '155203.642000', '155203.645000', '155203.648000', '155203.651000', '155203.654000', '155203.656000', '155203.659000', '155203.662000', '155203.665000', '155203.668000', '155203.671000', '155203.674000', '155203.677000', '155203.679000', '155203.682000', '155223.562000', '155223.565000', '155223.568000', '155223.571000', '155223.573000', '155223.577000', '155223.580000', '155223.583000', '155223.585000', '155223.588000', '155223.591000', '155223.594000', '155223.597000', '155223.600000', '155223.603000', '155223.606000', '155223.608000', '155223.611000', '155223.614000', '155223.617000', '155223.620000', '155223.623000', '155223.626000', '155223.629000', '155223.631000', '155223.634000', '155223.637000', '155223.640000', '155223.643000', '155223.646000', '155223.649000', '155223.652000', '155223.654000', '155223.657000', '155223.660000', '155223.663000', '155223.666000', '155223.669000', '155223.672000', '155223.674000', '155223.677000', '155223.680000', '155223.683000', '155223.686000', '155243.562000', '155243.565000', '155243.568000', '155243.571000', '155243.574000', '155243.577000', '155243.580000', '155243.582000', '155243.585000', '155243.588000', '155243.591000', '155243.594000', '155243.597000', '155243.600000', '155243.603000', '155243.606000', '155243.608000', '155243.611000', '155243.614000', '155243.617000', '155243.620000', '155243.623000', '155243.626000', '155243.629000', '155243.631000', '155243.634000', '155243.637000', '155243.640000', '155243.643000', '155243.646000', '155243.649000', '155243.652000', '155243.654000', '155243.668000', '155243.671000', '155243.674000', '155243.677000', '155243.680000', '155243.684000', '155243.686000', '155243.689000', '155243.692000', '155243.695000', '155303.561000', '155303.564000', '155303.567000', '155303.570000', '155303.573000', '155303.576000', '155303.579000', '155303.582000', '155303.584000', '155303.587000', '155303.590000', '155303.593000', '155303.596000', '155303.599000', '155303.602000', '155303.605000', '155303.607000', '155303.610000', '155303.613000', '155303.616000', '155303.619000', '155303.622000', '155303.625000', '155303.628000', '155303.630000', '155303.633000', '155303.636000', '155303.639000', '155303.642000', '155303.645000', '155303.648000', '155303.651000', '155303.653000', '155303.656000', '155303.659000', '155303.662000', '155303.665000', '155303.668000', '155303.671000', '155303.674000', '155303.677000', '155303.680000', '155303.682000', '155303.685000', '155323.562000', '155323.565000', '155323.568000', '155323.571000', '155323.574000', '155323.577000', '155323.580000', '155323.582000', '155323.585000', '155323.588000', '155323.591000', '155323.594000', '155323.597000', '155323.600000', '155323.603000', '155323.605000', '155323.608000', '155323.611000', '155323.614000', '155323.617000', '155323.620000', '155323.623000', '155323.626000', '155323.629000', '155323.631000', '155323.634000', '155323.637000', '155323.640000', '155323.643000', '155323.646000', '155323.649000', '155323.652000', '155323.655000', '155323.658000', '155323.661000', '155323.663000', '155323.666000', '155323.669000', '155323.672000', '155323.675000', '155323.678000', '155323.681000', '155323.684000', '155343.562000', '155343.565000', '155343.568000', '155343.571000', '155343.574000', '155343.577000', '155343.579000', '155343.582000', '155343.585000', '155343.588000', '155343.591000', '155343.594000', '155343.597000', '155343.599000', '155343.602000', '155343.605000', '155343.608000', '155343.611000', '155343.614000', '155343.617000', '155343.620000', '155343.622000', '155343.625000', '155343.628000', '155343.631000', '155343.634000', '155343.637000', '155343.640000', '155343.643000', '155343.645000', '155343.648000', '155343.651000', '155343.654000', '155343.657000', '155343.660000', '155343.663000', '155343.665000', '155343.668000', '155343.671000', '155343.674000', '155343.677000', '155343.680000', '155343.683000', '155343.686000', '155403.562000', '155403.565000', '155403.568000', '155403.571000', '155403.574000', '155403.577000', '155403.580000', '155403.582000', '155403.585000', '155403.588000', '155403.591000', '155403.594000', '155403.597000', '155403.600000', '155403.602000', '155403.605000', '155403.608000', '155403.611000', '155403.614000', '155403.617000', '155403.620000', '155403.623000', '155403.626000', '155403.628000', '155403.631000', '155403.634000', '155403.637000', '155403.640000', '155403.643000', '155403.646000', '155403.649000', '155403.652000', '155403.654000', '155403.657000', '155403.660000', '155403.663000', '155403.666000', '155403.669000', '155403.672000', '155403.675000', '155403.678000', '155403.680000', '155403.683000', '155423.562000', '155423.565000', '155423.568000', '155423.571000', '155423.574000', '155423.577000', '155423.582000', '155423.585000', '155423.588000', '155423.591000', '155423.594000', '155423.597000', '155423.599000', '155423.602000', '155423.605000', '155423.608000', '155423.611000', '155423.614000', '155423.617000', '155423.620000', '155423.623000', '155423.626000', '155423.628000', '155423.631000', '155423.634000', '155423.637000', '155423.640000', '155423.643000', '155423.646000', '155423.648000', '155423.656000', '155423.658000', '155423.661000', '155423.664000', '155423.667000', '155423.670000', '155423.673000', '155423.676000', '155423.679000', '155423.682000', '155423.685000', '155423.687000', '155423.690000', '155443.562000', '155443.565000', '155443.568000', '155443.571000', '155443.574000', '155443.577000', '155443.580000', '155443.583000', '155443.586000', '155443.588000', '155443.591000', '155443.594000', '155443.597000', '155443.600000', '155443.603000', '155443.606000', '155443.609000', '155443.612000', '155443.615000', '155443.618000', '155443.620000', '155443.623000', '155443.626000', '155443.629000', '155443.632000', '155443.635000', '155443.638000', '155443.641000', '155443.644000', '155443.646000', '155443.649000', '155443.652000', '155443.655000', '155443.658000', '155443.661000', '155443.664000', '155443.667000', '155443.670000', '155443.672000', '155443.675000', '155443.678000', '155443.681000', '155443.684000', '155443.687000', '155503.562000', '155503.565000', '155503.568000', '155503.571000', '155503.574000', '155503.577000', '155503.580000', '155503.583000', '155503.586000', '155503.589000', '155503.592000', '155503.595000', '155503.598000', '155503.601000', '155503.604000', '155503.607000', '155503.610000', '155503.613000', '155503.615000', '155503.618000', '155503.621000', '155503.624000', '155503.627000', '155503.630000', '155503.633000', '155503.636000', '155503.638000', '155503.641000', '155503.644000', '155503.647000', '155503.650000', '155503.653000', '155503.656000', '155503.659000', '155503.662000', '155503.665000', '155503.667000', '155503.670000', '155503.673000', '155503.676000', '155503.679000', '155503.682000', '155503.685000', '155523.561000', '155523.564000', '155523.567000', '155523.570000', '155523.573000', '155523.576000', '155523.579000', '155523.582000', '155523.584000', '155523.587000', '155523.590000', '155523.593000', '155523.596000', '155523.599000', '155523.602000', '155523.605000', '155523.608000', '155523.610000', '155523.613000', '155523.616000', '155523.619000', '155523.622000', '155523.625000', '155523.628000', '155523.631000', '155523.634000', '155523.636000', '155523.639000', '155523.642000', '155523.645000', '155523.648000', '155523.651000', '155523.654000', '155523.657000', '155523.659000', '155523.662000', '155523.665000', '155523.668000', '155523.671000', '155523.674000', '155523.677000', '155523.679000', '155523.682000', '155523.685000', '155543.562000', '155543.565000', '155543.568000', '155543.571000', '155543.574000', '155543.577000', '155543.580000', '155543.583000', '155543.585000', '155543.588000', '155543.591000', '155543.594000', '155543.597000', '155543.600000', '155543.603000', '155543.606000', '155543.609000', '155543.612000', '155543.615000', '155543.618000', '155543.621000', '155543.624000', '155543.627000', '155543.629000', '155543.632000', '155543.635000', '155543.638000', '155543.641000', '155543.644000', '155543.647000', '155543.650000', '155543.653000', '155543.656000', '155543.658000', '155543.661000', '155543.664000', '155543.667000', '155543.670000', '155543.673000', '155543.676000', '155543.690000', '155543.693000', '155543.696000', '155603.562000', '155603.565000', '155603.568000', '155603.571000', '155603.574000', '155603.577000', '155603.580000', '155603.583000', '155603.585000', '155603.588000', '155603.591000', '155603.594000', '155603.597000', '155603.600000', '155603.603000', '155603.606000', '155603.609000', '155603.612000', '155603.615000', '155603.617000', '155603.620000', '155603.623000', '155603.626000', '155603.629000', '155603.632000', '155603.635000', '155603.638000', '155603.641000', '155603.644000', '155603.647000', '155603.650000', '155603.653000', '155603.655000', '155603.658000', '155603.661000', '155603.664000', '155603.667000', '155603.670000', '155603.673000', '155603.675000', '155603.678000', '155603.681000', '155603.684000', '155603.687000', '155623.562000', '155623.565000', '155623.568000', '155623.571000', '155623.574000', '155623.577000', '155623.580000', '155623.583000', '155623.586000', '155623.588000', '155623.591000', '155623.594000', '155623.597000', '155623.600000', '155623.603000', '155623.607000', '155623.611000', '155623.614000', '155623.617000', '155623.620000', '155623.625000', '155623.628000', '155623.631000', '155623.634000', '155623.637000', '155623.640000', '155623.643000', '155623.646000', '155623.649000', '155623.652000', '155623.655000', '155623.657000', '155623.660000', '155623.663000', '155623.666000', '155623.669000', '155623.672000', '155623.675000', '155623.677000', '155623.680000', '155623.683000', '155623.686000', '155623.689000', '155643.562000', '155643.565000', '155643.568000', '155643.571000', '155643.574000', '155643.577000', '155643.580000', '155643.582000', '155643.585000', '155643.588000', '155643.591000', '155643.594000', '155643.597000', '155643.600000', '155643.603000', '155643.606000', '155643.609000', '155643.612000', '155643.615000', '155643.617000', '155643.620000', '155643.623000', '155643.626000', '155643.629000', '155643.632000', '155643.635000', '155643.638000', '155643.641000', '155643.644000', '155643.647000', '155643.650000', '155643.653000', '155643.655000', '155643.658000', '155643.661000', '155643.664000', '155643.667000', '155643.670000', '155643.673000', '155643.676000', '155643.679000', '155643.682000', '155643.685000', '155643.687000', '155703.562000', '155703.565000', '155703.568000', '155703.571000', '155703.574000', '155703.577000', '155703.580000', '155703.583000', '155703.586000', '155703.588000', '155703.591000', '155703.594000', '155703.597000', '155703.600000', '155703.603000', '155703.606000', '155703.609000', '155703.612000', '155703.615000', '155703.618000', '155703.620000', '155703.623000', '155703.626000', '155703.629000', '155703.632000', '155703.635000', '155703.638000', '155703.642000', '155703.645000', '155703.648000', '155703.651000', '155703.654000', '155703.657000', '155703.660000', '155703.663000', '155703.666000', '155703.668000', '155703.671000', '155703.674000', '155703.677000', '155703.680000', '155703.683000', '155703.686000', '155710.138000', '155710.141000', '155710.144000', '155710.147000', '155710.151000', '155710.154000', '155710.157000', '155710.160000', '155710.173000', '155710.176000', '155710.179000', '155710.182000', '155710.185000', '155710.188000', '155710.191000'], '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': [10333, 7437, 9972, 7398, 10206, 7460, 9316, 7379, 8690, 7447, 8975, 7653, 10080, 7686, 9775, 8959, 8666, 11392, 10474, 10576, 7802, 11108, 8274, 10607, 11216, 8090, 11624, 7470, 10907, 7340, 11091, 7389, 10627, 7214, 9772, 7457, 7983, 8684, 9039, 10095, 9459, 9958, 7464, 10469, 9477, 9622, 11846, 7372, 11022, 7071, 9887, 7194, 8600, 7386, 8618, 7191, 8712, 7369, 9448, 7174, 9259, 7379, 9679, 7202, 11122, 7715, 11350, 7728, 10359, 7895, 9291, 11287, 7277, 10768, 7739, 7017, 9463, 11584, 7376, 10399, 7164, 8627, 7011, 8891, 7162, 9327, 7246, 11429, 8901, 12452, 8927, 10397, 12491, 7050, 11509, 7258, 9073, 7120, 9031, 9799, 7144, 7686, 7979, 11340, 7398, 7531, 10027, 11221, 8507, 11902, 7332, 12003, 7133, 9914, 6780, 9831, 7120, 9702, 7095, 8669, 6959, 8770, 7109, 8898, 7165, 9324, 7308, 8959, 7250, 8684, 7359, 9298, 9627, 12122, 10108, 11879, 8049, 10491, 7259, 11109, 7495, 9155, 10036, 6626, 7245, 6572, 7060, 7548, 11389, 7345, 10852, 7114, 10383, 7107, 10846, 9673, 7155, 11182, 7242, 9931, 7212, 10774, 7224, 8009, 10838, 7126, 10714, 7061, 9987, 7136, 10778, 7760, 10253, 8944, 8103, 11685, 7182, 10952, 7151, 12099, 7942, 9745, 7565, 7204, 11371, 7547, 11138, 7509, 11210, 6916, 10923, 9286, 7496, 11316, 7189, 10591, 7017, 11697, 6488, 9174, 10823, 7187, 11086, 7155, 9839, 7093, 10684, 7031, 9241, 9554, 7630, 10718, 7100, 11125, 7287, 10720, 7008, 10705, 7202, 11277, 8448, 9566, 12454, 7335, 11661, 7075, 10659, 7041, 11179, 6702, 9332, 6897, 8040, 9890, 7264, 11619, 7387, 11442, 7216, 11326, 7359, 11155, 7444, 11092, 7209, 11190, 7081, 10432, 7230, 11429, 7156, 10998, 6713, 10024, 6812, 9932, 6672, 8656, 7495, 9691, 7041, 8760, 9426, 7198, 10780, 7543, 11509, 7302, 11570, 7299, 11550, 7832, 9275, 6976, 8440, 6949, 10126, 7057, 11373, 7107, 10883, 7251, 11062, 8044, 11103, 6944, 10769, 7494, 10652, 7535, 9265, 7421, 11640, 7766, 10648, 10880, 8899, 11422, 7515, 11625, 7133, 11009, 7690, 10072, 7556, 8877, 7125, 11603, 7737, 10390, 10552, 8431, 10977, 7253, 11128, 7351, 10316, 7238, 9026, 7188, 11032, 7279, 9445, 9035, 7973, 9655, 7250, 11240, 7212, 10243, 7470, 10837, 7267, 10778, 7483, 11436, 8038, 11647, 7840, 10807, 9030, 8052, 11661, 7236, 11360, 7190, 10242, 7356, 10193, 7202, 8918, 7201, 11188, 7277, 10702, 7465, 9224, 7250, 11135, 7723, 10271, 10172, 9127, 9946, 7598, 11200, 7588, 11035, 7437, 10873, 7248, 10815, 7307, 11517, 7167, 10567, 9071, 7474, 8609, 7196, 11738, 8816, 11205, 8155, 9209, 7073, 9896, 7441, 11924, 11000, 10117, 11015, 10387, 10952, 12195, 10564, 12214, 8556, 11739, 7319, 10420, 7187, 10267, 7298, 9740, 6911, 10351, 7219, 10265, 7532, 10264, 7183, 9215, 6896, 9211, 7209, 10425, 6954, 8955, 6753, 8411, 6981, 8710, 6655, 8473, 7044, 8870, 7384, 10443, 7376, 12109, 8437, 10717, 8482, 8598, 10023, 8956, 9193, 8509, 8037, 7429, 6939, 8795, 7383, 9644, 7400, 11857, 7502, 11724, 7685, 9694, 7010, 9808, 7355, 11934, 8024, 10833, 6952, 11067, 7201, 9814, 7211, 9244, 7362, 9453, 7574, 9368, 7772, 10468, 7582, 10549, 8163, 11809, 8242, 11736, 7274, 11456, 7367, 11324, 7268, 10862, 7230, 10672, 7337, 10737, 8455, 7675, 9675, 8109, 9772, 8555, 10957, 7034, 9105, 7547, 10227, 7569, 10826, 11004, 7250, 10489, 9116, 9809, 10814, 7540, 10992, 7364, 11841, 7554, 11523, 8326, 11904, 9291, 10547, 8327, 11366, 8005, 11340, 7253, 11019, 7152, 11590, 7421, 8318, 9982, 7033, 10690, 7999, 9529, 11792, 7652, 11971, 7908, 11427, 7682, 11826, 7554, 11397, 8007, 10597, 7607, 10620, 7290, 12105, 8367, 9798, 6781, 9558, 6967, 8040, 9629, 7837, 9956, 7416, 11731, 7445, 11724, 7764, 11209, 9332, 8296, 11757, 7023, 10653, 7503, 10181, 7877, 8408, 7795, 8668, 7905, 8914, 7715, 9003, 7662, 9937, 7535, 11920, 9324, 10398, 11592, 10212, 9319, 6996, 10899, 7256, 11291, 7458, 11331, 7679, 10634, 7853, 8816, 7781, 11133, 7134, 10935, 6963, 10812, 7468, 10252, 10798, 8946, 11107, 7421, 11854, 7140, 11115, 7663, 10584, 7838, 8680, 7654, 10213, 7403, 8554, 8031, 8765, 7845, 10813, 7312, 10674, 7436, 11479, 7196, 11247, 8566, 11126, 10201, 9371, 10837, 7385, 11602, 7291, 11363, 7605, 10965, 7682, 9924, 7618, 8421, 7812, 8845, 7359, 10019, 7460, 8160, 11516, 7857, 10342, 7314, 13085, 10641, 10930, 12379, 7797, 10046, 7595, 10362, 7101, 10979, 7263, 8678, 7146, 7116, 6814, 7451, 9401, 7259, 9944, 7266, 9277, 8622, 11261, 8612, 11206, 7275, 11431, 7513, 12343, 8679, 10593, 7007, 9889, 7335, 8840, 9731, 8080, 7181, 8454, 10254, 7453, 11526, 7391, 10328, 7393, 11737, 7683, 9542, 11425, 7257, 11984, 7289, 10839, 7591, 9280, 9632, 7045, 8071, 7683, 11595, 9452, 12225, 7671, 11594, 8345, 11764, 8232, 9988, 9736, 7460, 11390, 7194, 11168, 7118, 10349, 7460, 10180, 7408, 9599, 7215, 9038, 7074, 10912, 7579, 10410, 9931, 8427, 9257, 7687, 12329, 7732, 11812, 8076, 9702, 6754, 10870, 8444, 9817, 12422, 7476, 11308, 7026, 11882, 8485, 10390, 7901, 7926, 12487, 7230, 11233, 7365, 11873, 7833, 11220, 8024, 8448, 10377, 9420, 10138, 10284, 7782, 7475, 7614, 13033, 9019, 11076, 11400, 7689, 11978, 7394, 11396, 7301, 12613, 7653, 11233, 9740, 8054, 12478, 7354, 11917, 6965, 10367, 7249, 11795, 7675, 10528, 6971, 8133, 10853, 7255, 11784, 7739, 11431, 7434, 11234, 7481, 11208, 7588, 11300, 7760, 11260, 7753, 11600, 7835, 11389, 7500, 9577, 10445, 8368, 9719, 7640, 10544, 7844, 11198, 10659, 8389, 13352, 8540, 13325, 8715, 10255, 11991, 7405, 11578, 7293, 9557, 7266, 7390, 6903, 6865, 8827, 6966, 10839, 6977, 11296, 8753, 10385, 7341, 11031, 8116, 11234, 10914, 10080, 9659, 7237, 8684, 9391, 7542, 8589, 7602, 9976, 7806, 11065, 7741, 11072, 7754, 12891, 8227, 9704, 7853, 10199], 'WindowCenter': [4005.0, 3960.0, 3988.0, 3948.0, 3975.0, 3944.0, 3964.0, 3944.0, 3953.0, 3942.0, 3964.0, 3951.0, 3987.0, 3956.0, 3985.0, 3977.0, 3968.0, 3999.0, 3985.0, 3983.0, 3949.0, 3982.0, 3951.0, 3975.0, 3974.0, 3944.0, 3972.0, 3932.0, 3974.0, 3932.0, 3971.0, 3941.0, 3973.0, 3933.0, 3962.0, 3939.0, 3942.0, 3964.0, 3964.0, 3970.0, 3960.0, 3962.0, 3930.0, 3974.0, 3962.0, 3962.0, 3971.0, 3930.0, 3959.0, 3917.0, 3946.0, 3919.0, 3937.0, 3931.0, 3951.0, 3932.0, 3949.0, 3943.0, 3974.0, 3934.0, 3958.0, 3944.0, 3973.0, 3942.0, 3983.0, 3942.0, 3985.0, 3937.0, 3973.0, 3939.0, 3963.0, 3983.0, 3930.0, 3971.0, 3927.0, 3920.0, 3958.0, 3971.0, 3931.0, 3960.0, 3919.0, 3941.0, 3917.0, 3951.0, 3933.0, 3963.0, 3943.0, 3985.0, 3962.0, 3983.0, 3951.0, 3971.0, 3977.0, 3919.0, 3970.0, 3929.0, 3937.0, 3917.0, 3949.0, 3959.0, 3932.0, 3942.0, 3955.0, 3982.0, 3933.0, 3942.0, 3974.0, 3973.0, 3953.0, 3973.0, 3931.0, 3971.0, 3919.0, 3949.0, 3908.0, 3948.0, 3918.0, 3950.0, 3920.0, 3935.0, 3919.0, 3937.0, 3921.0, 3951.0, 3932.0, 3963.0, 3932.0, 3952.0, 3930.0, 3954.0, 3940.0, 3962.0, 3976.0, 3984.0, 3975.0, 3985.0, 3941.0, 3960.0, 3919.0, 3958.0, 3917.0, 3950.0, 3948.0, 3907.0, 3916.0, 3908.0, 3918.0, 3941.0, 3971.0, 3931.0, 3970.0, 3931.0, 3971.0, 3920.0, 3974.0, 3962.0, 3933.0, 3973.0, 3932.0, 3961.0, 3931.0, 3972.0, 3927.0, 3953.0, 3968.0, 3928.0, 3973.0, 3932.0, 3971.0, 3933.0, 3984.0, 3951.0, 3976.0, 3963.0, 3955.0, 3984.0, 3930.0, 3972.0, 3933.0, 3996.0, 3941.0, 3963.0, 3930.0, 3934.0, 3982.0, 3942.0, 3984.0, 3933.0, 3973.0, 3919.0, 3969.0, 3950.0, 3931.0, 3973.0, 3933.0, 3966.0, 3921.0, 3981.0, 3905.0, 3963.0, 3971.0, 3933.0, 3973.0, 3931.0, 3956.0, 3926.0, 3984.0, 3932.0, 3975.0, 3975.0, 3951.0, 3971.0, 3931.0, 3982.0, 3944.0, 3985.0, 3933.0, 3974.0, 3931.0, 3985.0, 3941.0, 3964.0, 3994.0, 3931.0, 3971.0, 3921.0, 3960.0, 3919.0, 3970.0, 3922.0, 3964.0, 3930.0, 3954.0, 3961.0, 3943.0, 3983.0, 3931.0, 3982.0, 3943.0, 3970.0, 3943.0, 3969.0, 3943.0, 3983.0, 3928.0, 3971.0, 3932.0, 3973.0, 3930.0, 3982.0, 3917.0, 3972.0, 3919.0, 3964.0, 3934.0, 3973.0, 3932.0, 3964.0, 3932.0, 3961.0, 3934.0, 3962.0, 3976.0, 3945.0, 3985.0, 3956.0, 3984.0, 3946.0, 3987.0, 3945.0, 3983.0, 3932.0, 3950.0, 3915.0, 3937.0, 3932.0, 3969.0, 3928.0, 3982.0, 3927.0, 3984.0, 3939.0, 3985.0, 3943.0, 3983.0, 3931.0, 3983.0, 3941.0, 3986.0, 3939.0, 3967.0, 3944.0, 3993.0, 3940.0, 3987.0, 3981.0, 3965.0, 3985.0, 3931.0, 3970.0, 3933.0, 3969.0, 3939.0, 3961.0, 3929.0, 3946.0, 3917.0, 3984.0, 3925.0, 3973.0, 3959.0, 3941.0, 3961.0, 3930.0, 3966.0, 3930.0, 3959.0, 3930.0, 3949.0, 3915.0, 3974.0, 3919.0, 3961.0, 3951.0, 3942.0, 3960.0, 3943.0, 3967.0, 3940.0, 3971.0, 3944.0, 3986.0, 3943.0, 3983.0, 3944.0, 3984.0, 3954.0, 3979.0, 3940.0, 3974.0, 3950.0, 3941.0, 3972.0, 3931.0, 3972.0, 3920.0, 3959.0, 3933.0, 3968.0, 3943.0, 3963.0, 3944.0, 3983.0, 3944.0, 3973.0, 3942.0, 3963.0, 3932.0, 3968.0, 3930.0, 3972.0, 3962.0, 3963.0, 3960.0, 3941.0, 3970.0, 3942.0, 3985.0, 3945.0, 3972.0, 3944.0, 3973.0, 3943.0, 3984.0, 3946.0, 4001.0, 3987.0, 3959.0, 3979.0, 3958.0, 3998.0, 3965.0, 3972.0, 3941.0, 3961.0, 3930.0, 3974.0, 3945.0, 3995.0, 3986.0, 3973.0, 3973.0, 3960.0, 3960.0, 3958.0, 3949.0, 3958.0, 3925.0, 3945.0, 3893.0, 3931.0, 3891.0, 3932.0, 3901.0, 3922.0, 3892.0, 3931.0, 3904.0, 3941.0, 3916.0, 3946.0, 3906.0, 3932.0, 3906.0, 3937.0, 3912.0, 3958.0, 3907.0, 3950.0, 3908.0, 3940.0, 3931.0, 3952.0, 3923.0, 3954.0, 3932.0, 3964.0, 3944.0, 3985.0, 3946.0, 3996.0, 3954.0, 3974.0, 3948.0, 3953.0, 3961.0, 3964.0, 3963.0, 3965.0, 3941.0, 3944.0, 3946.0, 3966.0, 3945.0, 3973.0, 3944.0, 3995.0, 3957.0, 4011.0, 3958.0, 3974.0, 3945.0, 3976.0, 3944.0, 3992.0, 3955.0, 3985.0, 3934.0, 3986.0, 3944.0, 3975.0, 3945.0, 3963.0, 3945.0, 3976.0, 3952.0, 3975.0, 3958.0, 3983.0, 3958.0, 3985.0, 3969.0, 3999.0, 3967.0, 3997.0, 3946.0, 3985.0, 3945.0, 3985.0, 3942.0, 3970.0, 3946.0, 3968.0, 3946.0, 3986.0, 3956.0, 3944.0, 3975.0, 3956.0, 3977.0, 3964.0, 3986.0, 3946.0, 3976.0, 3957.0, 3986.0, 3956.0, 3981.0, 3987.0, 3958.0, 3989.0, 3974.0, 3977.0, 3985.0, 3945.0, 3985.0, 3942.0, 3986.0, 3944.0, 3986.0, 3955.0, 3978.0, 3950.0, 3961.0, 3935.0, 3958.0, 3930.0, 3958.0, 3931.0, 3956.0, 3920.0, 3973.0, 3931.0, 3943.0, 3964.0, 3930.0, 3977.0, 3943.0, 3978.0, 3985.0, 3945.0, 3984.0, 3956.0, 3982.0, 3944.0, 3982.0, 3943.0, 3980.0, 3941.0, 3963.0, 3930.0, 3961.0, 3931.0, 3983.0, 3942.0, 3950.0, 3907.0, 3949.0, 3903.0, 3926.0, 3951.0, 3931.0, 3960.0, 3930.0, 3971.0, 3930.0, 3980.0, 3943.0, 3984.0, 3950.0, 3941.0, 3971.0, 3919.0, 3960.0, 3930.0, 3961.0, 3930.0, 3941.0, 3939.0, 3952.0, 3954.0, 3960.0, 3956.0, 3967.0, 3956.0, 3974.0, 3943.0, 3995.0, 3966.0, 3987.0, 3981.0, 3976.0, 3962.0, 3932.0, 3973.0, 3944.0, 3986.0, 3946.0, 3984.0, 3946.0, 3970.0, 3953.0, 3963.0, 3955.0, 3985.0, 3946.0, 3986.0, 3935.0, 3987.0, 3944.0, 3988.0, 3985.0, 3964.0, 3984.0, 3945.0, 3985.0, 3934.0, 3984.0, 3944.0, 3970.0, 3942.0, 3950.0, 3942.0, 3973.0, 3944.0, 3955.0, 3956.0, 3965.0, 3957.0, 4000.0, 3959.0, 3987.0, 3947.0, 3997.0, 3934.0, 3987.0, 3952.0, 3987.0, 3976.0, 3966.0, 3973.0, 3945.0, 3985.0, 3934.0, 3985.0, 3943.0, 3970.0, 3944.0, 3976.0, 3957.0, 3955.0, 3946.0, 3966.0, 3944.0, 3976.0, 3958.0, 3965.0, 4011.0, 3970.0, 3989.0, 3948.0, 4009.0, 3975.0, 3987.0, 3984.0, 3926.0, 3951.0, 3931.0, 3959.0, 3921.0, 3971.0, 3931.0, 3954.0, 3930.0, 3928.0, 3931.0, 3945.0, 3977.0, 3957.0, 3988.0, 3958.0, 3975.0, 3977.0, 3999.0, 3966.0, 3986.0, 3944.0, 3987.0, 3945.0, 3995.0, 3952.0, 3972.0, 3921.0, 3963.0, 3932.0, 3966.0, 3962.0, 3943.0, 3930.0, 3956.0, 3971.0, 3946.0, 3987.0, 3935.0, 3973.0, 3933.0, 3983.0, 3930.0, 3964.0, 3973.0, 3945.0, 3984.0, 3927.0, 3972.0, 3944.0, 3964.0, 3976.0, 3934.0, 3957.0, 3958.0, 3997.0, 3977.0, 3995.0, 3948.0, 3986.0, 3943.0, 3982.0, 3935.0, 3962.0, 3948.0, 3927.0, 3969.0, 3915.0, 3971.0, 3919.0, 3961.0, 3932.0, 3963.0, 3931.0, 3976.0, 3945.0, 3959.0, 3934.0, 3986.0, 3943.0, 3986.0, 3977.0, 3969.0, 3977.0, 3959.0, 3994.0, 3958.0, 3984.0, 3952.0, 3960.0, 3919.0, 3973.0, 3940.0, 3961.0, 3984.0, 3931.0, 3959.0, 3920.0, 3973.0, 3941.0, 3958.0, 3929.0, 3931.0, 3970.0, 3920.0, 3972.0, 3931.0, 3971.0, 3932.0, 3971.0, 3929.0, 3939.0, 3959.0, 3950.0, 3962.0, 3961.0, 3931.0, 3932.0, 3944.0, 3996.0, 3939.0, 3972.0, 3956.0, 3917.0, 3970.0, 3919.0, 3958.0, 3908.0, 3957.0, 3901.0, 3946.0, 3923.0, 3903.0, 3952.0, 3919.0, 3972.0, 3921.0, 3945.0, 3903.0, 3956.0, 3905.0, 3949.0, 3900.0, 3926.0, 3942.0, 3917.0, 3957.0, 3918.0, 3955.0, 3905.0, 3953.0, 3917.0, 3958.0, 3926.0, 3958.0, 3929.0, 3959.0, 3931.0, 3969.0, 3930.0, 3969.0, 3930.0, 3963.0, 3972.0, 3938.0, 3962.0, 3929.0, 3972.0, 3941.0, 3970.0, 3972.0, 3943.0, 3995.0, 3952.0, 3994.0, 3941.0, 3960.0, 3971.0, 3918.0, 3953.0, 3916.0, 3937.0, 3914.0, 3929.0, 3922.0, 3920.0, 3964.0, 3927.0, 3984.0, 3932.0, 3998.0, 3964.0, 3975.0, 3938.0, 3987.0, 3938.0, 3984.0, 3968.0, 3972.0, 3973.0, 3959.0, 3966.0, 3964.0, 3943.0, 3953.0, 3944.0, 3975.0, 3957.0, 3987.0, 3944.0, 3987.0, 3945.0, 3997.0, 3942.0, 3963.0, 3940.0, 3959.0], 'WindowWidth': [8927.0, 8856.0, 8887.0, 8831.0, 8865.0, 8820.0, 8845.0, 8818.0, 8829.0, 8815.0, 8847.0, 8830.0, 8881.0, 8840.0, 8876.0, 8870.0, 8857.0, 8901.0, 8877.0, 8873.0, 8823.0, 8869.0, 8826.0, 8860.0, 8857.0, 8816.0, 8852.0, 8798.0, 8855.0, 8800.0, 8849.0, 8811.0, 8854.0, 8801.0, 8840.0, 8806.0, 8813.0, 8845.0, 8845.0, 8850.0, 8835.0, 8839.0, 8795.0, 8858.0, 8839.0, 8839.0, 8849.0, 8793.0, 8830.0, 8772.0, 8809.0, 8776.0, 8799.0, 8796.0, 8823.0, 8798.0, 8819.0, 8815.0, 8859.0, 8805.0, 8832.0, 8818.0, 8857.0, 8814.0, 8871.0, 8814.0, 8874.0, 8800.0, 8853.0, 8804.0, 8841.0, 8868.0, 8795.0, 8848.0, 8787.0, 8780.0, 8831.0, 8849.0, 8798.0, 8833.0, 8777.0, 8808.0, 8774.0, 8824.0, 8803.0, 8841.0, 8818.0, 8875.0, 8841.0, 8869.0, 8822.0, 8851.0, 8853.0, 8776.0, 8843.0, 8788.0, 8797.0, 8770.0, 8815.0, 8832.0, 8799.0, 8814.0, 8838.0, 8866.0, 8801.0, 8811.0, 8858.0, 8853.0, 8826.0, 8852.0, 8795.0, 8847.0, 8774.0, 8814.0, 8759.0, 8813.0, 8774.0, 8817.0, 8777.0, 8794.0, 8776.0, 8799.0, 8781.0, 8823.0, 8801.0, 8841.0, 8799.0, 8824.0, 8794.0, 8830.0, 8810.0, 8841.0, 8865.0, 8873.0, 8861.0, 8875.0, 8807.0, 8832.0, 8774.0, 8826.0, 8768.0, 8816.0, 8810.0, 8756.0, 8765.0, 8759.0, 8772.0, 8808.0, 8848.0, 8797.0, 8847.0, 8796.0, 8849.0, 8779.0, 8858.0, 8840.0, 8805.0, 8855.0, 8800.0, 8837.0, 8796.0, 8852.0, 8787.0, 8829.0, 8844.0, 8793.0, 8855.0, 8801.0, 8852.0, 8803.0, 8873.0, 8828.0, 8864.0, 8842.0, 8833.0, 8871.0, 8796.0, 8854.0, 8803.0, 8889.0, 8810.0, 8840.0, 8794.0, 8803.0, 8865.0, 8814.0, 8873.0, 8802.0, 8854.0, 8778.0, 8845.0, 8819.0, 8797.0, 8857.0, 8803.0, 8840.0, 8783.0, 8862.0, 8756.0, 8842.0, 8849.0, 8803.0, 8855.0, 8796.0, 8826.0, 8787.0, 8874.0, 8800.0, 8862.0, 8860.0, 8827.0, 8853.0, 8801.0, 8867.0, 8820.0, 8876.0, 8803.0, 8859.0, 8797.0, 8873.0, 8809.0, 8843.0, 8883.0, 8797.0, 8850.0, 8781.0, 8832.0, 8776.0, 8848.0, 8787.0, 8846.0, 8794.0, 8831.0, 8837.0, 8816.0, 8869.0, 8797.0, 8865.0, 8817.0, 8849.0, 8816.0, 8846.0, 8816.0, 8869.0, 8792.0, 8852.0, 8800.0, 8857.0, 8795.0, 8867.0, 8774.0, 8852.0, 8778.0, 8842.0, 8809.0, 8857.0, 8804.0, 8846.0, 8801.0, 8838.0, 8806.0, 8841.0, 8866.0, 8824.0, 8876.0, 8839.0, 8874.0, 8826.0, 8881.0, 8820.0, 8869.0, 8796.0, 8820.0, 8767.0, 8799.0, 8799.0, 8845.0, 8789.0, 8866.0, 8789.0, 8871.0, 8809.0, 8876.0, 8815.0, 8868.0, 8796.0, 8868.0, 8813.0, 8877.0, 8809.0, 8853.0, 8819.0, 8884.0, 8809.0, 8882.0, 8865.0, 8848.0, 8873.0, 8798.0, 8847.0, 8803.0, 8846.0, 8805.0, 8835.0, 8791.0, 8810.0, 8773.0, 8868.0, 8782.0, 8854.0, 8831.0, 8808.0, 8832.0, 8791.0, 8836.0, 8792.0, 8831.0, 8794.0, 8818.0, 8768.0, 8854.0, 8776.0, 8835.0, 8821.0, 8811.0, 8833.0, 8815.0, 8842.0, 8809.0, 8851.0, 8819.0, 8876.0, 8818.0, 8871.0, 8820.0, 8872.0, 8834.0, 8862.0, 8808.0, 8856.0, 8818.0, 8811.0, 8851.0, 8796.0, 8849.0, 8780.0, 8831.0, 8802.0, 8845.0, 8818.0, 8843.0, 8822.0, 8871.0, 8820.0, 8857.0, 8815.0, 8842.0, 8799.0, 8844.0, 8794.0, 8853.0, 8838.0, 8840.0, 8831.0, 8810.0, 8846.0, 8814.0, 8875.0, 8823.0, 8854.0, 8819.0, 8856.0, 8817.0, 8873.0, 8827.0, 8908.0, 8887.0, 8852.0, 8877.0, 8847.0, 8900.0, 8848.0, 8852.0, 8809.0, 8837.0, 8795.0, 8861.0, 8824.0, 8888.0, 8877.0, 8855.0, 8855.0, 8832.0, 8832.0, 8824.0, 8812.0, 8824.0, 8775.0, 8800.0, 8727.0, 8774.0, 8723.0, 8778.0, 8736.0, 8765.0, 8725.0, 8776.0, 8744.0, 8791.0, 8766.0, 8806.0, 8753.0, 8781.0, 8752.0, 8795.0, 8757.0, 8825.0, 8755.0, 8817.0, 8759.0, 8807.0, 8796.0, 8825.0, 8790.0, 8830.0, 8801.0, 8844.0, 8818.0, 8876.0, 8826.0, 8892.0, 8832.0, 8859.0, 8816.0, 8827.0, 8837.0, 8843.0, 8842.0, 8846.0, 8811.0, 8819.0, 8826.0, 8852.0, 8822.0, 8858.0, 8820.0, 8890.0, 8844.0, 8918.0, 8843.0, 8860.0, 8823.0, 8865.0, 8821.0, 8883.0, 8835.0, 8874.0, 8805.0, 8876.0, 8819.0, 8863.0, 8823.0, 8844.0, 8824.0, 8867.0, 8833.0, 8864.0, 8845.0, 8873.0, 8846.0, 8878.0, 8861.0, 8903.0, 8857.0, 8894.0, 8825.0, 8876.0, 8823.0, 8877.0, 8815.0, 8850.0, 8823.0, 8845.0, 8824.0, 8875.0, 8839.0, 8821.0, 8864.0, 8838.0, 8865.0, 8847.0, 8877.0, 8825.0, 8869.0, 8844.0, 8882.0, 8841.0, 8868.0, 8883.0, 8846.0, 8887.0, 8862.0, 8866.0, 8874.0, 8821.0, 8875.0, 8816.0, 8878.0, 8819.0, 8877.0, 8833.0, 8855.0, 8819.0, 8831.0, 8794.0, 8826.0, 8792.0, 8825.0, 8794.0, 8824.0, 8779.0, 8852.0, 8796.0, 8811.0, 8841.0, 8795.0, 8865.0, 8815.0, 8867.0, 8874.0, 8821.0, 8871.0, 8835.0, 8867.0, 8818.0, 8867.0, 8816.0, 8862.0, 8809.0, 8839.0, 8792.0, 8833.0, 8794.0, 8866.0, 8810.0, 8816.0, 8757.0, 8812.0, 8745.0, 8782.0, 8820.0, 8794.0, 8831.0, 8793.0, 8848.0, 8792.0, 8860.0, 8816.0, 8871.0, 8819.0, 8808.0, 8845.0, 8776.0, 8832.0, 8794.0, 8836.0, 8791.0, 8807.0, 8805.0, 8826.0, 8832.0, 8838.0, 8841.0, 8853.0, 8837.0, 8860.0, 8817.0, 8888.0, 8852.0, 8881.0, 8865.0, 8863.0, 8839.0, 8801.0, 8856.0, 8819.0, 8876.0, 8825.0, 8872.0, 8821.0, 8850.0, 8830.0, 8843.0, 8837.0, 8876.0, 8825.0, 8878.0, 8808.0, 8880.0, 8820.0, 8883.0, 8875.0, 8847.0, 8870.0, 8821.0, 8873.0, 8805.0, 8872.0, 8819.0, 8847.0, 8813.0, 8820.0, 8812.0, 8854.0, 8818.0, 8833.0, 8837.0, 8850.0, 8842.0, 8902.0, 8847.0, 8882.0, 8827.0, 8893.0, 8808.0, 8880.0, 8828.0, 8880.0, 8862.0, 8850.0, 8854.0, 8821.0, 8875.0, 8806.0, 8874.0, 8816.0, 8847.0, 8819.0, 8864.0, 8841.0, 8834.0, 8824.0, 8852.0, 8820.0, 8865.0, 8846.0, 8853.0, 8919.0, 8864.0, 8889.0, 8830.0, 8915.0, 8861.0, 8878.0, 8871.0, 8784.0, 8820.0, 8792.0, 8828.0, 8782.0, 8850.0, 8795.0, 8831.0, 8794.0, 8792.0, 8799.0, 8825.0, 8867.0, 8844.0, 8884.0, 8845.0, 8863.0, 8871.0, 8901.0, 8853.0, 8880.0, 8821.0, 8880.0, 8821.0, 8888.0, 8826.0, 8852.0, 8782.0, 8841.0, 8799.0, 8849.0, 8837.0, 8816.0, 8795.0, 8836.0, 8851.0, 8824.0, 8878.0, 8806.0, 8855.0, 8801.0, 8866.0, 8792.0, 8842.0, 8853.0, 8821.0, 8868.0, 8788.0, 8851.0, 8818.0, 8843.0, 8862.0, 8808.0, 8842.0, 8846.0, 8896.0, 8870.0, 8890.0, 8829.0, 8879.0, 8816.0, 8866.0, 8793.0, 8835.0, 8811.0, 8785.0, 8840.0, 8769.0, 8848.0, 8776.0, 8834.0, 8797.0, 8839.0, 8798.0, 8864.0, 8821.0, 8833.0, 8805.0, 8877.0, 8816.0, 8877.0, 8868.0, 8862.0, 8866.0, 8847.0, 8888.0, 8843.0, 8873.0, 8827.0, 8834.0, 8779.0, 8852.0, 8807.0, 8836.0, 8867.0, 8793.0, 8827.0, 8779.0, 8852.0, 8805.0, 8826.0, 8787.0, 8792.0, 8843.0, 8776.0, 8847.0, 8794.0, 8847.0, 8798.0, 8847.0, 8787.0, 8800.0, 8827.0, 8818.0, 8835.0, 8834.0, 8795.0, 8796.0, 8818.0, 8887.0, 8801.0, 8847.0, 8819.0, 8769.0, 8843.0, 8774.0, 8823.0, 8754.0, 8819.0, 8736.0, 8801.0, 8765.0, 8740.0, 8805.0, 8776.0, 8850.0, 8781.0, 8803.0, 8739.0, 8814.0, 8746.0, 8811.0, 8735.0, 8778.0, 8792.0, 8768.0, 8819.0, 8767.0, 8813.0, 8748.0, 8811.0, 8769.0, 8826.0, 8783.0, 8825.0, 8788.0, 8827.0, 8792.0, 8841.0, 8792.0, 8843.0, 8796.0, 8838.0, 8850.0, 8800.0, 8838.0, 8790.0, 8851.0, 8811.0, 8846.0, 8852.0, 8815.0, 8886.0, 8825.0, 8882.0, 8805.0, 8830.0, 8845.0, 8771.0, 8813.0, 8765.0, 8794.0, 8765.0, 8788.0, 8783.0, 8780.0, 8842.0, 8790.0, 8873.0, 8802.0, 8896.0, 8846.0, 8860.0, 8806.0, 8878.0, 8804.0, 8872.0, 8844.0, 8852.0, 8857.0, 8847.0, 8851.0, 8846.0, 8818.0, 8830.0, 8820.0, 8861.0, 8842.0, 8881.0, 8820.0, 8880.0, 8822.0, 8891.0, 8812.0, 8840.0, 8805.0, 8827.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.0013096211251435134</td></tr>
<tr><td colspan=3>aqi</td><td>0.017620293340987372</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.03947722774716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331363650919545</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0257968207816086</td></tr>
<tr><td colspan=3>efc</td><td>0.4399</td></tr>
<tr><td colspan=3>fber</td><td>6437.9375</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08631612502607967</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.936854190585533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3955711069805155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.313499490296419</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5805175748393028</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2926962558058235</td></tr>
<tr><td colspan=3>gcor</td><td>0.0171162</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01950126513838768</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0217443760484457</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.777029841838156</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.0398</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8113</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.1255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310189.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>603.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.2319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0893</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.2659</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3211.6985</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.819</td></tr>
<tr><td colspan=3>tsnr</td><td>43.14749322878197</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>