ds005256-mriqc/sub-0060_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +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-0060_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0060_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-01/func/sub-0060_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4ccc470c9cc2533b6580d08bc4acee45</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>16:51:17.990000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997992, 0.0627394, 0.00875779, -0.063138, 0.973896, 0.218035]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0936151</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7751, -7293, 770, -52, -37, -26, 72]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0a42e47f-9cfe-4814-8933-f002c1d637c0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775383949279785, -0.16939468681812286, -0.013905595056712627, 116.53318786621094], [-0.168325275182724, 2.6128928661346436, 0.5890057682991028, -101.15373229980469], [0.02349652349948883, -0.584972620010376, 2.634934186935425, -47.02948760986328], [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': ['165117.990000', '165118.450000', '165118.910000', '165119.370000', '165119.830000', '165120.290000', '165120.750000', '165121.210000', '165121.670000', '165122.130000', '165122.590000', '165123.050000', '165123.510000', '165123.970000', '165124.430000', '165124.890000', '165125.350000', '165125.810000', '165126.270000', '165126.730000', '165127.190000', '165127.650000', '165128.110000', '165128.570000', '165129.030000', '165129.490000', '165129.950000', '165130.410000', '165130.870000', '165131.330000', '165131.790000', '165132.250000', '165132.710000', '165133.170000', '165133.630000', '165134.090000', '165134.550000', '165135.010000', '165135.470000', '165135.930000', '165136.390000', '165136.850000', '165137.310000', '165137.770000', '165138.230000', '165138.690000', '165139.150000', '165139.610000', '165140.070000', '165140.530000', '165140.990000', '165141.450000', '165141.910000', '165142.370000', '165142.830000', '165143.290000', '165143.750000', '165144.210000', '165144.670000', '165145.130000', '165145.590000', '165146.050000', '165146.510000', '165146.970000', '165147.430000', '165147.890000', '165148.350000', '165148.810000', '165149.270000', '165149.730000', '165150.190000', '165150.650000', '165151.110000', '165151.570000', '165152.030000', '165152.490000', '165152.950000', '165153.410000', '165153.870000', '165154.330000', '165154.790000', '165155.250000', '165155.710000', '165156.170000', '165156.630000', '165157.090000', '165157.550000', '165158.010000', '165158.470000', '165158.930000', '165159.390000', '165159.850000', '165200.310000', '165200.770000', '165201.230000', '165201.690000', '165202.150000', '165202.610000', '165203.070000', '165203.530000', '165203.990000', '165204.450000', '165204.910000', '165205.370000', '165205.830000', '165206.290000', '165206.750000', '165207.210000', '165207.670000', '165208.130000', '165208.590000', '165209.050000', '165209.510000', '165209.970000', '165210.430000', '165210.890000', '165211.350000', '165211.810000', '165212.270000', '165212.730000', '165213.190000', '165213.650000', '165214.110000', '165214.570000', '165215.030000', '165215.490000', '165215.950000', '165216.410000', '165216.870000', '165217.330000', '165217.790000', '165218.250000', '165218.710000', '165219.170000', '165219.630000', '165220.090000', '165220.550000', '165221.010000', '165221.470000', '165221.930000', '165222.390000', '165222.850000', '165223.310000', '165223.770000', '165224.230000', '165224.690000', '165225.150000', '165225.610000', '165226.070000', '165226.530000', '165226.990000', '165227.450000', '165227.910000', '165228.370000', '165228.830000', '165229.290000', '165229.750000', '165230.210000', '165230.670000', '165231.130000', '165231.590000', '165232.050000', '165232.510000', '165232.970000', '165233.430000', '165233.890000', '165234.350000', '165234.810000', '165235.270000', '165235.730000', '165236.190000', '165236.650000', '165237.110000', '165237.570000', '165238.030000', '165238.490000', '165238.950000', '165239.410000', '165239.870000', '165240.330000', '165240.790000', '165241.250000', '165241.710000', '165242.170000', '165242.630000', '165243.090000', '165243.550000', '165244.010000', '165244.470000', '165244.930000', '165245.390000', '165245.850000', '165246.310000', '165246.770000', '165247.230000', '165247.690000', '165248.150000', '165248.610000', '165249.070000', '165249.530000', '165249.990000', '165250.450000', '165250.910000', '165251.370000', '165251.830000', '165252.290000', '165252.750000', '165253.210000', '165253.670000', '165254.130000', '165254.590000', '165255.050000', '165255.510000', '165255.970000', '165256.430000', '165256.890000', '165257.350000', '165257.810000', '165258.270000', '165258.730000', '165259.190000', '165259.650000', '165300.110000', '165300.570000', '165301.030000', '165301.490000', '165301.950000', '165302.410000', '165302.870000', '165303.330000', '165303.790000', '165304.250000', '165304.710000', '165305.170000', '165305.630000', '165306.090000', '165306.550000', '165307.010000', '165307.470000', '165307.930000', '165308.390000', '165308.850000', '165309.310000', '165309.770000', '165310.230000', '165310.690000', '165311.150000', '165311.610000', '165312.070000', '165312.530000', '165312.990000', '165313.450000', '165313.910000', '165314.370000', '165314.830000', '165315.290000', '165315.750000', '165316.210000', '165316.670000', '165317.130000', '165317.590000', '165318.050000', '165318.510000', '165318.970000', '165319.430000', '165319.890000', '165320.350000', '165320.810000', '165321.270000', '165321.730000', '165322.190000', '165322.650000', '165323.110000', '165323.570000', '165324.030000', '165324.490000', '165324.950000', '165325.410000', '165325.870000', '165326.330000', '165326.790000', '165327.250000', '165327.710000', '165328.170000', '165328.630000', '165329.090000', '165329.550000', '165330.010000', '165330.470000', '165330.930000', '165331.390000', '165331.850000', '165332.310000', '165332.770000', '165333.230000', '165333.690000', '165334.150000', '165334.610000', '165335.070000', '165335.530000', '165335.990000', '165336.450000', '165336.910000', '165337.370000', '165337.830000', '165338.290000', '165338.750000', '165339.210000', '165339.670000', '165340.130000', '165340.590000', '165341.050000', '165341.510000', '165341.970000', '165342.430000', '165342.890000', '165343.350000', '165343.810000', '165344.270000', '165344.730000', '165345.190000', '165345.650000', '165346.110000', '165346.570000', '165347.030000', '165347.490000', '165347.950000', '165348.410000', '165348.870000', '165349.330000', '165349.790000', '165350.250000', '165350.710000', '165351.170000', '165351.630000', '165352.090000', '165352.550000', '165353.010000', '165353.470000', '165353.930000', '165354.390000', '165354.850000', '165355.310000', '165355.770000', '165356.230000', '165356.690000', '165357.150000', '165357.610000', '165358.070000', '165358.530000', '165358.990000', '165359.450000', '165359.910000', '165400.370000', '165400.830000', '165401.290000', '165401.750000', '165402.210000', '165402.670000', '165403.130000', '165403.590000', '165404.050000', '165404.510000', '165404.970000', '165405.430000', '165405.890000', '165406.350000', '165406.810000', '165407.270000', '165407.730000', '165408.190000', '165408.650000', '165409.110000', '165409.570000', '165410.030000', '165410.490000', '165410.950000', '165411.410000', '165411.870000', '165412.330000', '165412.790000', '165413.250000', '165413.710000', '165414.170000', '165414.630000', '165415.090000', '165415.550000', '165416.010000', '165416.470000', '165416.930000', '165417.390000', '165417.850000', '165418.310000', '165418.770000', '165419.230000', '165419.690000', '165420.150000', '165420.610000', '165421.070000', '165421.530000', '165421.990000', '165422.450000', '165422.910000', '165423.370000', '165423.830000', '165424.290000', '165424.750000', '165425.210000', '165425.670000', '165426.130000', '165426.590000', '165427.050000', '165427.510000', '165427.970000', '165428.430000', '165428.890000', '165429.350000', '165429.810000', '165430.270000', '165430.730000', '165431.190000', '165431.650000', '165432.110000', '165432.570000', '165433.030000', '165433.490000', '165433.950000', '165434.410000', '165434.870000', '165435.330000', '165435.790000', '165436.250000', '165436.710000', '165437.170000', '165437.630000', '165438.090000', '165438.550000', '165439.010000', '165439.470000', '165439.930000', '165440.390000', '165440.850000', '165441.310000', '165441.770000', '165442.230000', '165442.690000', '165443.150000', '165443.610000', '165444.070000', '165444.530000', '165444.990000', '165445.450000', '165445.910000', '165446.370000', '165446.830000', '165447.290000', '165447.750000', '165448.210000', '165448.670000', '165449.130000', '165449.590000', '165450.050000', '165450.510000', '165450.970000', '165451.430000', '165451.890000', '165452.350000', '165452.810000', '165453.270000', '165453.730000', '165454.190000', '165454.650000', '165455.110000', '165455.570000', '165456.030000', '165456.490000', '165456.950000', '165457.410000', '165457.870000', '165458.330000', '165458.790000', '165459.250000', '165459.710000', '165500.170000', '165500.630000', '165501.090000', '165501.550000', '165502.010000', '165502.470000', '165502.930000', '165503.390000', '165503.850000', '165504.310000', '165504.770000', '165505.230000', '165505.690000', '165506.150000', '165506.610000', '165507.070000', '165507.530000', '165507.990000', '165508.450000', '165508.910000', '165509.370000', '165509.830000', '165510.290000', '165510.750000', '165511.210000', '165511.670000', '165512.130000', '165512.590000', '165513.050000', '165513.510000', '165513.970000', '165514.430000', '165514.890000', '165515.350000', '165515.810000', '165516.270000', '165516.730000', '165517.190000', '165517.650000', '165518.110000', '165518.570000', '165519.030000', '165519.490000', '165519.950000', '165520.410000', '165520.870000', '165521.330000', '165521.790000', '165522.250000', '165522.710000', '165523.170000', '165523.630000', '165524.090000', '165524.550000', '165525.010000', '165525.470000', '165525.930000', '165526.390000', '165526.850000', '165527.310000', '165527.770000', '165528.230000', '165528.690000', '165529.150000', '165529.610000', '165530.070000', '165530.530000', '165530.990000', '165531.450000', '165531.910000', '165532.370000', '165532.830000', '165533.290000', '165533.750000', '165534.210000', '165534.670000', '165535.130000', '165535.590000', '165536.050000', '165536.510000', '165536.970000', '165537.430000', '165537.890000', '165538.350000', '165538.810000', '165539.270000', '165539.730000', '165540.190000', '165540.650000', '165541.110000', '165541.570000', '165542.030000', '165542.490000', '165542.950000', '165543.410000', '165543.870000', '165544.330000', '165544.790000', '165545.250000', '165545.710000', '165546.170000', '165546.630000', '165547.090000', '165547.550000', '165548.010000', '165548.470000', '165548.930000', '165549.390000', '165549.850000', '165550.310000', '165550.770000', '165551.230000', '165551.690000', '165552.150000', '165552.610000', '165553.070000', '165553.530000', '165553.990000', '165554.450000', '165554.910000', '165555.370000', '165555.830000', '165556.290000', '165556.750000', '165557.210000', '165557.670000', '165558.130000', '165558.590000', '165559.050000', '165559.510000', '165559.970000', '165600.430000', '165600.890000', '165601.350000', '165601.810000', '165602.270000', '165602.730000', '165603.190000', '165603.650000', '165604.110000', '165604.570000', '165605.030000', '165605.490000', '165605.950000', '165606.410000', '165606.870000', '165607.330000', '165607.790000', '165608.250000', '165608.710000', '165609.170000', '165609.630000', '165610.090000', '165610.550000', '165611.010000', '165611.470000', '165611.930000', '165612.390000', '165612.850000', '165613.310000', '165613.770000', '165614.230000', '165614.690000', '165615.150000', '165615.610000', '165616.070000', '165616.530000', '165616.990000', '165617.450000', '165617.910000', '165618.370000', '165618.830000', '165619.290000', '165619.750000', '165620.210000', '165620.670000', '165621.130000', '165621.590000', '165622.050000', '165622.510000', '165622.970000', '165623.430000', '165623.890000', '165624.350000', '165624.810000', '165625.270000', '165625.730000', '165626.190000', '165626.650000', '165627.110000', '165627.570000', '165628.030000', '165628.490000', '165628.950000', '165629.410000', '165629.870000', '165630.330000', '165630.790000', '165631.250000', '165631.710000', '165632.170000', '165632.630000', '165633.090000', '165633.550000', '165634.010000', '165634.470000', '165634.930000', '165635.390000', '165635.850000', '165636.310000', '165636.770000', '165637.230000', '165637.690000', '165638.150000', '165638.610000', '165639.070000', '165639.530000', '165639.990000', '165640.450000', '165640.910000', '165641.370000', '165641.830000', '165642.290000', '165642.750000', '165643.210000', '165643.670000', '165644.130000', '165644.590000', '165645.050000', '165645.510000', '165645.970000', '165646.430000', '165646.890000', '165647.350000', '165647.810000', '165648.270000', '165648.730000', '165649.190000', '165649.650000', '165650.110000', '165650.570000', '165651.030000', '165651.490000', '165651.950000', '165652.410000', '165652.870000', '165653.330000', '165653.790000', '165654.250000', '165654.710000', '165655.170000', '165655.630000', '165656.090000', '165656.550000', '165657.010000', '165657.470000', '165657.930000', '165658.390000', '165658.850000', '165659.310000', '165659.770000', '165700.230000', '165700.690000', '165701.150000', '165701.610000', '165702.070000', '165702.530000', '165702.990000', '165703.450000', '165703.910000', '165704.370000', '165704.830000', '165705.290000', '165705.750000', '165706.210000', '165706.670000', '165707.130000', '165707.590000', '165708.050000', '165708.510000', '165708.970000', '165709.430000', '165709.890000', '165710.350000', '165710.810000', '165711.270000', '165711.730000', '165712.190000', '165712.650000', '165713.110000', '165713.570000', '165714.030000', '165714.490000', '165714.950000', '165715.410000', '165715.870000', '165716.330000', '165716.790000', '165717.250000', '165717.710000', '165718.170000', '165718.630000', '165719.090000', '165719.550000', '165720.010000', '165720.470000', '165720.930000', '165721.390000', '165721.850000', '165722.310000', '165722.770000', '165723.230000', '165723.690000', '165724.150000', '165724.610000', '165725.070000', '165725.530000', '165725.990000', '165726.450000', '165726.910000', '165727.370000', '165727.830000', '165728.290000', '165728.750000', '165729.210000', '165729.670000', '165730.130000', '165730.590000', '165731.050000', '165731.510000', '165731.970000', '165732.430000', '165732.890000', '165733.350000', '165733.810000', '165734.270000', '165734.730000', '165735.190000', '165735.650000', '165736.110000', '165736.570000', '165737.030000', '165737.490000', '165737.950000', '165738.410000', '165738.870000', '165739.330000', '165739.790000', '165740.250000', '165740.710000', '165741.170000', '165741.630000', '165742.090000', '165742.550000', '165743.010000', '165743.470000', '165743.930000', '165744.390000', '165744.850000', '165745.310000', '165745.770000', '165746.230000', '165746.690000', '165747.150000', '165747.610000', '165748.070000', '165748.530000', '165748.990000', '165749.450000', '165749.910000', '165750.370000', '165750.830000', '165751.290000', '165751.750000', '165752.210000', '165752.670000', '165753.130000', '165753.590000', '165754.050000', '165754.510000', '165754.970000', '165755.430000', '165755.890000', '165756.350000', '165756.810000', '165757.270000', '165757.730000', '165758.190000', '165758.650000'], 'ContentTime': ['165136.822000', '165136.826000', '165136.829000', '165136.832000', '165136.835000', '165136.837000', '165136.840000', '165136.842000', '165136.845000', '165136.848000', '165136.850000', '165136.854000', '165136.857000', '165136.860000', '165136.883000', '165136.886000', '165136.888000', '165136.891000', '165136.894000', '165136.896000', '165136.899000', '165136.901000', '165136.904000', '165136.907000', '165136.909000', '165136.912000', '165136.915000', '165136.917000', '165136.920000', '165136.923000', '165136.925000', '165136.928000', '165136.931000', '165136.933000', '165136.936000', '165136.939000', '165136.941000', '165136.944000', '165156.776000', '165156.779000', '165156.782000', '165156.784000', '165156.787000', '165156.790000', '165156.792000', '165156.795000', '165156.798000', '165156.800000', '165156.803000', '165156.805000', '165156.808000', '165156.810000', '165156.813000', '165156.815000', '165156.818000', '165156.821000', '165156.823000', '165156.826000', '165156.828000', '165156.831000', '165156.833000', '165156.836000', '165156.839000', '165156.841000', '165156.844000', '165156.846000', '165156.849000', '165156.851000', '165156.854000', '165156.857000', '165156.859000', '165156.862000', '165156.864000', '165156.867000', '165156.870000', '165156.872000', '165156.875000', '165156.877000', '165156.880000', '165156.882000', '165156.885000', '165156.888000', '165216.776000', '165216.779000', '165216.782000', '165216.784000', '165216.787000', '165216.798000', '165216.801000', '165216.804000', '165216.806000', '165216.809000', '165216.812000', '165216.814000', '165216.817000', '165216.819000', '165216.822000', '165216.825000', '165216.842000', '165216.845000', '165216.848000', '165216.850000', '165216.853000', '165216.855000', '165216.858000', '165216.861000', '165216.863000', '165216.866000', '165216.868000', '165216.871000', '165216.873000', '165216.876000', '165216.879000', '165216.881000', '165216.884000', '165216.886000', '165216.889000', '165216.892000', '165216.894000', '165216.897000', '165216.900000', '165216.902000', '165216.905000', '165216.910000', '165216.912000', '165236.776000', '165236.779000', '165236.782000', '165236.784000', '165236.787000', '165236.789000', '165236.792000', '165236.795000', '165236.797000', '165236.800000', '165236.802000', '165236.805000', '165236.808000', '165236.810000', '165236.813000', '165236.816000', '165236.818000', '165236.821000', '165236.823000', '165236.826000', '165236.829000', '165236.831000', '165236.834000', '165236.837000', '165236.839000', '165236.842000', '165236.844000', '165236.847000', '165236.850000', '165236.852000', '165236.855000', '165236.858000', '165236.860000', '165236.863000', '165236.865000', '165236.875000', '165236.878000', '165236.880000', '165236.883000', '165236.886000', '165236.888000', '165236.891000', '165236.893000', '165236.896000', '165256.776000', '165256.779000', '165256.782000', '165256.785000', '165256.787000', '165256.790000', '165256.792000', '165256.795000', '165256.798000', '165256.800000', '165256.803000', '165256.806000', '165256.808000', '165256.811000', '165256.813000', '165256.816000', '165256.819000', '165256.821000', '165256.824000', '165256.826000', '165256.829000', '165256.832000', '165256.834000', '165256.837000', '165256.839000', '165256.842000', '165256.845000', '165256.847000', '165256.850000', '165256.853000', '165256.855000', '165256.858000', '165256.861000', '165256.863000', '165256.866000', '165256.878000', '165256.880000', '165256.883000', '165256.886000', '165256.888000', '165256.891000', '165256.894000', '165256.896000', '165316.777000', '165316.779000', '165316.782000', '165316.785000', '165316.787000', '165316.790000', '165316.793000', '165316.795000', '165316.798000', '165316.800000', '165316.803000', '165316.806000', '165316.808000', '165316.811000', '165316.813000', '165316.816000', '165316.818000', '165316.821000', '165316.824000', '165316.826000', '165316.829000', '165316.831000', '165316.834000', '165316.837000', '165316.839000', '165316.842000', '165316.845000', '165316.847000', '165316.850000', '165316.852000', '165316.855000', '165316.857000', '165316.860000', '165316.863000', '165316.865000', '165316.868000', '165316.870000', '165316.873000', '165316.876000', '165316.878000', '165316.881000', '165316.883000', '165316.886000', '165316.888000', '165336.776000', '165336.779000', '165336.782000', '165336.785000', '165336.787000', '165336.790000', '165336.793000', '165336.795000', '165336.798000', '165336.800000', '165336.803000', '165336.806000', '165336.809000', '165336.811000', '165336.814000', '165336.816000', '165336.819000', '165336.822000', '165336.824000', '165336.827000', '165336.830000', '165336.832000', '165336.835000', '165336.837000', '165336.840000', '165336.843000', '165336.845000', '165336.848000', '165336.851000', '165336.853000', '165336.856000', '165336.858000', '165336.861000', '165336.864000', '165336.866000', '165336.869000', '165336.872000', '165336.874000', '165336.877000', '165336.879000', '165336.882000', '165336.885000', '165336.887000', '165356.776000', '165356.779000', '165356.782000', '165356.784000', '165356.787000', '165356.790000', '165356.792000', '165356.795000', '165356.797000', '165356.800000', '165356.803000', '165356.805000', '165356.817000', '165356.820000', '165356.823000', '165356.825000', '165356.828000', '165356.835000', '165356.838000', '165356.840000', '165356.843000', '165356.846000', '165356.848000', '165356.851000', '165356.853000', '165356.856000', '165356.859000', '165356.861000', '165356.864000', '165356.866000', '165356.869000', '165356.871000', '165356.874000', '165356.877000', '165356.879000', '165356.882000', '165356.884000', '165356.887000', '165356.899000', '165356.902000', '165356.904000', '165356.907000', '165356.910000', '165356.912000', '165416.776000', '165416.779000', '165416.782000', '165416.785000', '165416.787000', '165416.790000', '165416.792000', '165416.795000', '165416.798000', '165416.800000', '165416.803000', '165416.806000', '165416.808000', '165416.811000', '165416.813000', '165416.816000', '165416.819000', '165416.821000', '165416.824000', '165416.826000', '165416.829000', '165416.832000', '165416.834000', '165416.837000', '165416.839000', '165416.842000', '165416.845000', '165416.847000', '165416.850000', '165416.853000', '165416.855000', '165416.858000', '165416.860000', '165416.863000', '165416.866000', '165416.868000', '165416.871000', '165416.873000', '165416.876000', '165416.879000', '165416.881000', '165416.884000', '165416.887000', '165436.777000', '165436.779000', '165436.782000', '165436.785000', '165436.787000', '165436.790000', '165436.793000', '165436.795000', '165436.798000', '165436.801000', '165436.803000', '165436.806000', '165436.809000', '165436.811000', '165436.814000', '165436.816000', '165436.819000', '165436.822000', '165436.824000', '165436.827000', '165436.830000', '165436.832000', '165436.835000', '165436.838000', '165436.840000', '165436.843000', '165436.845000', '165436.848000', '165436.851000', '165436.853000', '165436.856000', '165436.865000', '165436.868000', '165436.871000', '165436.873000', '165436.876000', '165436.879000', '165436.881000', '165436.884000', '165436.886000', '165436.889000', '165436.892000', '165436.894000', '165436.897000', '165456.777000', '165456.779000', '165456.782000', '165456.785000', '165456.788000', '165456.790000', '165456.793000', '165456.795000', '165456.798000', '165456.801000', '165456.803000', '165456.806000', '165456.809000', '165456.811000', '165456.814000', '165456.816000', '165456.819000', '165456.822000', '165456.824000', '165456.827000', '165456.830000', '165456.832000', '165456.835000', '165456.838000', '165456.840000', '165456.843000', '165456.845000', '165456.848000', '165456.851000', '165456.853000', '165456.856000', '165456.859000', '165456.861000', '165456.864000', '165456.867000', '165456.869000', '165456.872000', '165456.874000', '165456.877000', '165456.880000', '165456.882000', '165456.885000', '165456.887000', '165516.777000', '165516.780000', '165516.782000', '165516.785000', '165516.787000', '165516.790000', '165516.793000', '165516.795000', '165516.798000', '165516.800000', '165516.803000', '165516.806000', '165516.808000', '165516.811000', '165516.813000', '165516.816000', '165516.819000', '165516.821000', '165516.824000', '165516.826000', '165516.829000', '165516.832000', '165516.835000', '165516.837000', '165516.840000', '165516.842000', '165516.845000', '165516.848000', '165516.850000', '165516.853000', '165516.856000', '165516.858000', '165516.861000', '165516.863000', '165516.866000', '165516.869000', '165516.871000', '165516.874000', '165516.877000', '165516.879000', '165516.882000', '165516.884000', '165516.887000', '165536.776000', '165536.779000', '165536.782000', '165536.785000', '165536.788000', '165536.790000', '165536.793000', '165536.795000', '165536.798000', '165536.801000', '165536.803000', '165536.806000', '165536.808000', '165536.811000', '165536.814000', '165536.816000', '165536.819000', '165536.822000', '165536.824000', '165536.827000', '165536.830000', '165536.832000', '165536.835000', '165536.838000', '165536.840000', '165536.843000', '165536.845000', '165536.848000', '165536.851000', '165536.853000', '165536.856000', '165536.859000', '165536.861000', '165536.864000', '165536.867000', '165536.869000', '165536.872000', '165536.875000', '165536.878000', '165536.880000', '165536.883000', '165536.885000', '165536.888000', '165536.891000', '165556.776000', '165556.779000', '165556.782000', '165556.784000', '165556.788000', '165556.791000', '165556.794000', '165556.796000', '165556.799000', '165556.801000', '165556.804000', '165556.807000', '165556.810000', '165556.812000', '165556.815000', '165556.817000', '165556.820000', '165556.823000', '165556.825000', '165556.828000', '165556.830000', '165556.833000', '165556.836000', '165556.838000', '165556.841000', '165556.844000', '165556.847000', '165556.849000', '165556.852000', '165556.855000', '165556.857000', '165556.860000', '165556.862000', '165556.865000', '165556.868000', '165556.870000', '165556.873000', '165556.876000', '165556.878000', '165556.881000', '165556.883000', '165556.886000', '165556.889000', '165616.777000', '165616.780000', '165616.782000', '165616.785000', '165616.788000', '165616.790000', '165616.793000', '165616.796000', '165616.798000', '165616.801000', '165616.803000', '165616.806000', '165616.809000', '165616.811000', '165616.814000', '165616.817000', '165616.819000', '165616.822000', '165616.825000', '165616.827000', '165616.830000', '165616.832000', '165616.835000', '165616.838000', '165616.840000', '165616.843000', '165616.845000', '165616.848000', '165616.851000', '165616.853000', '165616.856000', '165616.858000', '165616.861000', '165616.864000', '165616.866000', '165616.869000', '165616.872000', '165616.874000', '165616.877000', '165616.879000', '165616.882000', '165616.885000', '165616.887000', '165616.890000', '165636.777000', '165636.779000', '165636.782000', '165636.785000', '165636.787000', '165636.790000', '165636.793000', '165636.795000', '165636.798000', '165636.802000', '165636.804000', '165636.807000', '165636.809000', '165636.812000', '165636.815000', '165636.817000', '165636.820000', '165636.823000', '165636.825000', '165636.828000', '165636.831000', '165636.833000', '165636.836000', '165636.838000', '165636.841000', '165636.844000', '165636.847000', '165636.849000', '165636.852000', '165636.854000', '165636.857000', '165636.859000', '165636.862000', '165636.865000', '165636.867000', '165636.870000', '165636.873000', '165636.875000', '165636.878000', '165636.880000', '165636.883000', '165636.886000', '165636.888000', '165656.777000', '165656.779000', '165656.782000', '165656.785000', '165656.787000', '165656.790000', '165656.793000', '165656.795000', '165656.798000', '165656.801000', '165656.803000', '165656.806000', '165656.809000', '165656.811000', '165656.814000', '165656.816000', '165656.819000', '165656.822000', '165656.824000', '165656.836000', '165656.839000', '165656.841000', '165656.844000', '165656.847000', '165656.849000', '165656.852000', '165656.854000', '165656.857000', '165656.860000', '165656.862000', '165656.865000', '165656.868000', '165656.870000', '165656.873000', '165656.875000', '165656.878000', '165656.881000', '165656.883000', '165656.886000', '165656.888000', '165656.891000', '165656.894000', '165656.896000', '165656.899000', '165716.776000', '165716.779000', '165716.782000', '165716.785000', '165716.787000', '165716.790000', '165716.793000', '165716.795000', '165716.798000', '165716.800000', '165716.803000', '165716.806000', '165716.808000', '165716.811000', '165716.813000', '165716.816000', '165716.819000', '165716.821000', '165716.824000', '165716.828000', '165716.831000', '165716.834000', '165716.836000', '165716.839000', '165716.842000', '165716.846000', '165716.849000', '165716.851000', '165716.854000', '165716.857000', '165716.859000', '165716.862000', '165716.865000', '165716.867000', '165716.870000', '165716.873000', '165716.875000', '165716.878000', '165716.880000', '165716.883000', '165716.886000', '165716.888000', '165716.891000', '165736.776000', '165736.779000', '165736.782000', '165736.785000', '165736.787000', '165736.790000', '165736.792000', '165736.795000', '165736.799000', '165736.802000', '165736.804000', '165736.807000', '165736.809000', '165736.812000', '165736.815000', '165736.817000', '165736.820000', '165736.823000', '165736.825000', '165736.828000', '165736.830000', '165736.833000', '165736.836000', '165736.838000', '165736.841000', '165736.844000', '165736.846000', '165736.849000', '165736.851000', '165736.854000', '165736.857000', '165736.859000', '165736.862000', '165736.864000', '165736.867000', '165736.870000', '165736.872000', '165736.875000', '165736.877000', '165736.880000', '165736.883000', '165736.885000', '165736.888000', '165736.890000', '165756.777000', '165756.780000', '165756.782000', '165756.785000', '165756.788000', '165756.790000', '165756.793000', '165756.795000', '165756.798000', '165756.801000', '165756.803000', '165756.806000', '165756.809000', '165756.811000', '165756.814000', '165756.817000', '165756.821000', '165756.824000', '165756.826000', '165756.829000', '165756.831000', '165756.834000', '165756.837000', '165756.839000', '165756.842000', '165756.844000', '165756.847000', '165756.850000', '165756.852000', '165756.855000', '165756.858000', '165756.860000', '165756.863000', '165756.865000', '165756.868000', '165756.871000', '165756.873000', '165756.876000', '165756.878000', '165756.881000', '165756.884000', '165756.886000', '165756.889000', '165800.025000', '165800.028000', '165800.031000', '165800.034000', '165800.037000', '165800.040000', '165800.042000', '165800.045000'], 'InstanceCreationTime': ['165136.822000', '165136.826000', '165136.829000', '165136.832000', '165136.835000', '165136.837000', '165136.840000', '165136.842000', '165136.845000', '165136.848000', '165136.850000', '165136.854000', '165136.857000', '165136.860000', '165136.883000', '165136.886000', '165136.888000', '165136.891000', '165136.894000', '165136.896000', '165136.899000', '165136.901000', '165136.904000', '165136.907000', '165136.909000', '165136.912000', '165136.915000', '165136.917000', '165136.920000', '165136.923000', '165136.925000', '165136.928000', '165136.931000', '165136.933000', '165136.936000', '165136.939000', '165136.941000', '165136.944000', '165156.776000', '165156.779000', '165156.782000', '165156.784000', '165156.787000', '165156.790000', '165156.792000', '165156.795000', '165156.798000', '165156.800000', '165156.803000', '165156.805000', '165156.808000', '165156.810000', '165156.813000', '165156.815000', '165156.818000', '165156.821000', '165156.823000', '165156.826000', '165156.828000', '165156.831000', '165156.833000', '165156.836000', '165156.839000', '165156.841000', '165156.844000', '165156.846000', '165156.849000', '165156.851000', '165156.854000', '165156.857000', '165156.859000', '165156.862000', '165156.864000', '165156.867000', '165156.870000', '165156.872000', '165156.875000', '165156.877000', '165156.880000', '165156.882000', '165156.885000', '165156.888000', '165216.776000', '165216.779000', '165216.782000', '165216.784000', '165216.787000', '165216.798000', '165216.801000', '165216.804000', '165216.806000', '165216.809000', '165216.812000', '165216.814000', '165216.817000', '165216.819000', '165216.822000', '165216.825000', '165216.842000', '165216.845000', '165216.848000', '165216.850000', '165216.853000', '165216.855000', '165216.858000', '165216.861000', '165216.863000', '165216.866000', '165216.868000', '165216.871000', '165216.873000', '165216.876000', '165216.879000', '165216.881000', '165216.884000', '165216.886000', '165216.889000', '165216.892000', '165216.894000', '165216.897000', '165216.900000', '165216.902000', '165216.905000', '165216.910000', '165216.912000', '165236.776000', '165236.779000', '165236.782000', '165236.784000', '165236.787000', '165236.789000', '165236.792000', '165236.795000', '165236.797000', '165236.800000', '165236.802000', '165236.805000', '165236.808000', '165236.810000', '165236.813000', '165236.816000', '165236.818000', '165236.821000', '165236.823000', '165236.826000', '165236.829000', '165236.831000', '165236.834000', '165236.837000', '165236.839000', '165236.842000', '165236.844000', '165236.847000', '165236.850000', '165236.852000', '165236.855000', '165236.858000', '165236.860000', '165236.863000', '165236.865000', '165236.875000', '165236.878000', '165236.880000', '165236.883000', '165236.886000', '165236.888000', '165236.891000', '165236.893000', '165236.896000', '165256.776000', '165256.779000', '165256.782000', '165256.785000', '165256.787000', '165256.790000', '165256.792000', '165256.795000', '165256.798000', '165256.800000', '165256.803000', '165256.806000', '165256.808000', '165256.811000', '165256.813000', '165256.816000', '165256.819000', '165256.821000', '165256.824000', '165256.826000', '165256.829000', '165256.832000', '165256.834000', '165256.837000', '165256.839000', '165256.842000', '165256.845000', '165256.847000', '165256.850000', '165256.853000', '165256.855000', '165256.858000', '165256.861000', '165256.863000', '165256.866000', '165256.878000', '165256.880000', '165256.883000', '165256.886000', '165256.888000', '165256.891000', '165256.894000', '165256.896000', '165316.777000', '165316.779000', '165316.782000', '165316.785000', '165316.787000', '165316.790000', '165316.793000', '165316.795000', '165316.798000', '165316.800000', '165316.803000', '165316.806000', '165316.808000', '165316.811000', '165316.813000', '165316.816000', '165316.818000', '165316.821000', '165316.824000', '165316.826000', '165316.829000', '165316.831000', '165316.834000', '165316.837000', '165316.839000', '165316.842000', '165316.845000', '165316.847000', '165316.850000', '165316.852000', '165316.855000', '165316.857000', '165316.860000', '165316.863000', '165316.865000', '165316.868000', '165316.870000', '165316.873000', '165316.876000', '165316.878000', '165316.881000', '165316.883000', '165316.886000', '165316.888000', '165336.776000', '165336.779000', '165336.782000', '165336.785000', '165336.787000', '165336.790000', '165336.793000', '165336.795000', '165336.798000', '165336.800000', '165336.803000', '165336.806000', '165336.809000', '165336.811000', '165336.814000', '165336.816000', '165336.819000', '165336.822000', '165336.824000', '165336.827000', '165336.830000', '165336.832000', '165336.835000', '165336.837000', '165336.840000', '165336.843000', '165336.845000', '165336.848000', '165336.851000', '165336.853000', '165336.856000', '165336.858000', '165336.861000', '165336.864000', '165336.866000', '165336.869000', '165336.872000', '165336.874000', '165336.877000', '165336.879000', '165336.882000', '165336.885000', '165336.887000', '165356.776000', '165356.779000', '165356.782000', '165356.784000', '165356.787000', '165356.790000', '165356.792000', '165356.795000', '165356.797000', '165356.800000', '165356.803000', '165356.805000', '165356.817000', '165356.820000', '165356.823000', '165356.825000', '165356.828000', '165356.835000', '165356.838000', '165356.840000', '165356.843000', '165356.846000', '165356.848000', '165356.851000', '165356.853000', '165356.856000', '165356.859000', '165356.861000', '165356.864000', '165356.866000', '165356.869000', '165356.871000', '165356.874000', '165356.877000', '165356.879000', '165356.882000', '165356.884000', '165356.887000', '165356.899000', '165356.902000', '165356.904000', '165356.907000', '165356.910000', '165356.912000', '165416.776000', '165416.779000', '165416.782000', '165416.785000', '165416.787000', '165416.790000', '165416.792000', '165416.795000', '165416.798000', '165416.800000', '165416.803000', '165416.806000', '165416.808000', '165416.811000', '165416.813000', '165416.816000', '165416.819000', '165416.821000', '165416.824000', '165416.826000', '165416.829000', '165416.832000', '165416.834000', '165416.837000', '165416.839000', '165416.842000', '165416.845000', '165416.847000', '165416.850000', '165416.853000', '165416.855000', '165416.858000', '165416.860000', '165416.863000', '165416.866000', '165416.868000', '165416.871000', '165416.873000', '165416.876000', '165416.879000', '165416.881000', '165416.884000', '165416.887000', '165436.777000', '165436.779000', '165436.782000', '165436.785000', '165436.787000', '165436.790000', '165436.793000', '165436.795000', '165436.798000', '165436.801000', '165436.803000', '165436.806000', '165436.809000', '165436.811000', '165436.814000', '165436.816000', '165436.819000', '165436.822000', '165436.824000', '165436.827000', '165436.830000', '165436.832000', '165436.835000', '165436.838000', '165436.840000', '165436.843000', '165436.845000', '165436.848000', '165436.851000', '165436.853000', '165436.856000', '165436.865000', '165436.868000', '165436.871000', '165436.873000', '165436.876000', '165436.879000', '165436.881000', '165436.884000', '165436.886000', '165436.889000', '165436.892000', '165436.894000', '165436.897000', '165456.777000', '165456.779000', '165456.782000', '165456.785000', '165456.788000', '165456.790000', '165456.793000', '165456.795000', '165456.798000', '165456.801000', '165456.803000', '165456.806000', '165456.809000', '165456.811000', '165456.814000', '165456.816000', '165456.819000', '165456.822000', '165456.824000', '165456.827000', '165456.830000', '165456.832000', '165456.835000', '165456.838000', '165456.840000', '165456.843000', '165456.845000', '165456.848000', '165456.851000', '165456.853000', '165456.856000', '165456.859000', '165456.861000', '165456.864000', '165456.867000', '165456.869000', '165456.872000', '165456.874000', '165456.877000', '165456.880000', '165456.882000', '165456.885000', '165456.887000', '165516.777000', '165516.780000', '165516.782000', '165516.785000', '165516.787000', '165516.790000', '165516.793000', '165516.795000', '165516.798000', '165516.800000', '165516.803000', '165516.806000', '165516.808000', '165516.811000', '165516.813000', '165516.816000', '165516.819000', '165516.821000', '165516.824000', '165516.826000', '165516.829000', '165516.832000', '165516.835000', '165516.837000', '165516.840000', '165516.842000', '165516.845000', '165516.848000', '165516.850000', '165516.853000', '165516.856000', '165516.858000', '165516.861000', '165516.863000', '165516.866000', '165516.869000', '165516.871000', '165516.874000', '165516.877000', '165516.879000', '165516.882000', '165516.884000', '165516.887000', '165536.776000', '165536.779000', '165536.782000', '165536.785000', '165536.788000', '165536.790000', '165536.793000', '165536.795000', '165536.798000', '165536.801000', '165536.803000', '165536.806000', '165536.808000', '165536.811000', '165536.814000', '165536.816000', '165536.819000', '165536.822000', '165536.824000', '165536.827000', '165536.830000', '165536.832000', '165536.835000', '165536.838000', '165536.840000', '165536.843000', '165536.845000', '165536.848000', '165536.851000', '165536.853000', '165536.856000', '165536.859000', '165536.861000', '165536.864000', '165536.867000', '165536.869000', '165536.872000', '165536.875000', '165536.878000', '165536.880000', '165536.883000', '165536.885000', '165536.888000', '165536.891000', '165556.776000', '165556.779000', '165556.782000', '165556.784000', '165556.788000', '165556.791000', '165556.794000', '165556.796000', '165556.799000', '165556.801000', '165556.804000', '165556.807000', '165556.810000', '165556.812000', '165556.815000', '165556.817000', '165556.820000', '165556.823000', '165556.825000', '165556.828000', '165556.830000', '165556.833000', '165556.836000', '165556.838000', '165556.841000', '165556.844000', '165556.847000', '165556.849000', '165556.852000', '165556.855000', '165556.857000', '165556.860000', '165556.862000', '165556.865000', '165556.868000', '165556.870000', '165556.873000', '165556.876000', '165556.878000', '165556.881000', '165556.883000', '165556.886000', '165556.889000', '165616.777000', '165616.780000', '165616.782000', '165616.785000', '165616.788000', '165616.790000', '165616.793000', '165616.796000', '165616.798000', '165616.801000', '165616.803000', '165616.806000', '165616.809000', '165616.811000', '165616.814000', '165616.817000', '165616.819000', '165616.822000', '165616.825000', '165616.827000', '165616.830000', '165616.832000', '165616.835000', '165616.838000', '165616.840000', '165616.843000', '165616.845000', '165616.848000', '165616.851000', '165616.853000', '165616.856000', '165616.858000', '165616.861000', '165616.864000', '165616.866000', '165616.869000', '165616.872000', '165616.874000', '165616.877000', '165616.879000', '165616.882000', '165616.885000', '165616.887000', '165616.890000', '165636.777000', '165636.779000', '165636.782000', '165636.785000', '165636.787000', '165636.790000', '165636.793000', '165636.795000', '165636.798000', '165636.802000', '165636.804000', '165636.807000', '165636.809000', '165636.812000', '165636.815000', '165636.817000', '165636.820000', '165636.823000', '165636.825000', '165636.828000', '165636.831000', '165636.833000', '165636.836000', '165636.838000', '165636.841000', '165636.844000', '165636.847000', '165636.849000', '165636.852000', '165636.854000', '165636.857000', '165636.859000', '165636.862000', '165636.865000', '165636.867000', '165636.870000', '165636.873000', '165636.875000', '165636.878000', '165636.880000', '165636.883000', '165636.886000', '165636.888000', '165656.777000', '165656.779000', '165656.782000', '165656.785000', '165656.787000', '165656.790000', '165656.793000', '165656.795000', '165656.798000', '165656.801000', '165656.803000', '165656.806000', '165656.809000', '165656.811000', '165656.814000', '165656.816000', '165656.819000', '165656.822000', '165656.824000', '165656.836000', '165656.839000', '165656.841000', '165656.844000', '165656.847000', '165656.849000', '165656.852000', '165656.854000', '165656.857000', '165656.860000', '165656.862000', '165656.865000', '165656.868000', '165656.870000', '165656.873000', '165656.875000', '165656.878000', '165656.881000', '165656.883000', '165656.886000', '165656.888000', '165656.891000', '165656.894000', '165656.896000', '165656.899000', '165716.776000', '165716.779000', '165716.782000', '165716.785000', '165716.787000', '165716.790000', '165716.793000', '165716.795000', '165716.798000', '165716.800000', '165716.803000', '165716.806000', '165716.808000', '165716.811000', '165716.813000', '165716.816000', '165716.819000', '165716.821000', '165716.824000', '165716.828000', '165716.831000', '165716.834000', '165716.836000', '165716.839000', '165716.842000', '165716.846000', '165716.849000', '165716.851000', '165716.854000', '165716.857000', '165716.859000', '165716.862000', '165716.865000', '165716.867000', '165716.870000', '165716.873000', '165716.875000', '165716.878000', '165716.880000', '165716.883000', '165716.886000', '165716.888000', '165716.891000', '165736.776000', '165736.779000', '165736.782000', '165736.785000', '165736.787000', '165736.790000', '165736.792000', '165736.795000', '165736.799000', '165736.802000', '165736.804000', '165736.807000', '165736.809000', '165736.812000', '165736.815000', '165736.817000', '165736.820000', '165736.823000', '165736.825000', '165736.828000', '165736.830000', '165736.833000', '165736.836000', '165736.838000', '165736.841000', '165736.844000', '165736.846000', '165736.849000', '165736.851000', '165736.854000', '165736.857000', '165736.859000', '165736.862000', '165736.864000', '165736.867000', '165736.870000', '165736.872000', '165736.875000', '165736.877000', '165736.880000', '165736.883000', '165736.885000', '165736.888000', '165736.890000', '165756.777000', '165756.780000', '165756.782000', '165756.785000', '165756.788000', '165756.790000', '165756.793000', '165756.795000', '165756.798000', '165756.801000', '165756.803000', '165756.806000', '165756.809000', '165756.811000', '165756.814000', '165756.817000', '165756.821000', '165756.824000', '165756.826000', '165756.829000', '165756.831000', '165756.834000', '165756.837000', '165756.839000', '165756.842000', '165756.844000', '165756.847000', '165756.850000', '165756.852000', '165756.855000', '165756.858000', '165756.860000', '165756.863000', '165756.865000', '165756.868000', '165756.871000', '165756.873000', '165756.876000', '165756.878000', '165756.881000', '165756.884000', '165756.886000', '165756.889000', '165800.025000', '165800.028000', '165800.031000', '165800.034000', '165800.037000', '165800.040000', '165800.042000', '165800.045000'], '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': [8258, 8119, 8983, 8203, 9089, 8110, 9642, 8402, 8283, 10069, 8325, 8436, 8271, 8593, 8094, 8650, 8501, 8616, 8245, 9137, 7994, 8867, 8442, 8823, 8221, 8302, 7433, 8445, 7803, 8584, 8299, 9140, 8484, 8580, 8381, 8711, 9393, 8513, 8216, 8627, 9901, 8596, 9113, 8539, 8610, 9482, 8285, 8632, 8643, 9026, 8491, 8519, 7902, 8827, 8357, 7894, 8602, 8604, 8679, 9826, 8721, 10053, 8650, 8454, 9286, 8280, 8480, 8792, 9008, 9400, 8718, 8598, 8696, 8933, 8553, 8023, 7564, 8626, 8165, 8644, 8337, 8399, 8541, 8756, 8630, 8836, 8585, 8619, 8276, 8775, 9808, 8755, 8551, 7837, 9029, 8381, 8954, 9020, 9563, 8636, 8610, 8703, 8749, 8926, 8536, 8650, 8692, 9054, 8641, 9440, 8806, 8779, 8475, 8517, 8128, 8744, 8473, 8194, 8561, 8397, 8644, 8511, 8541, 8810, 8692, 8381, 7836, 8800, 8443, 8945, 8472, 8623, 8903, 8176, 8794, 8894, 9286, 8573, 8100, 8857, 8395, 8981, 9179, 9105, 8692, 7851, 8793, 8357, 9082, 9171, 8114, 8916, 8969, 9554, 8799, 7837, 8830, 9243, 8863, 11075, 8828, 8925, 9625, 8518, 8718, 8741, 8822, 8110, 8828, 8536, 8879, 9215, 9507, 8460, 10003, 8613, 8462, 8612, 8747, 9315, 8818, 8412, 8985, 8883, 9499, 8803, 8079, 8854, 8689, 8184, 8860, 8467, 9000, 9241, 8566, 8545, 8212, 8953, 8743, 8980, 8860, 8252, 8879, 8458, 9107, 9147, 8737, 9277, 8873, 8679, 9368, 8912, 8391, 8943, 8581, 8942, 9048, 8999, 8871, 8654, 9043, 8800, 8944, 8984, 8844, 8594, 8232, 8756, 8333, 9002, 8714, 8117, 9213, 8443, 9407, 8883, 8862, 9083, 9110, 8995, 8863, 8770, 9014, 9992, 8891, 8785, 9176, 8981, 8809, 9247, 9062, 9110, 8935, 8407, 8888, 9143, 7963, 9141, 8473, 9113, 9118, 9348, 8878, 8710, 9111, 9316, 8906, 9036, 8651, 9268, 8932, 9078, 9040, 8632, 8535, 8462, 8805, 8881, 9562, 8900, 10307, 9244, 8858, 10545, 8879, 8998, 8651, 9168, 8741, 8765, 9185, 9019, 8701, 10617, 8883, 8820, 8948, 8800, 8547, 8816, 9283, 9745, 8762, 8737, 8974, 9005, 9652, 8778, 8870, 8878, 9047, 9503, 8763, 8687, 8864, 8959, 9436, 8905, 8839, 8962, 8924, 9809, 8408, 8972, 9154, 9564, 8743, 8295, 8736, 8995, 8733, 10727, 9004, 11036, 9513, 8840, 9619, 8253, 8612, 8117, 8513, 8655, 8773, 8305, 11191, 8283, 8965, 8663, 8421, 8201, 8483, 8809, 8885, 8418, 8171, 8359, 8245, 8378, 8659, 8069, 8300, 8658, 8198, 8478, 9130, 8659, 8596, 9203, 8536, 8757, 8454, 8289, 8454, 8441, 8566, 8787, 8769, 8888, 8596, 8441, 8209, 8680, 9579, 8680, 8567, 10954, 9216, 8854, 8647, 8411, 9132, 9796, 8726, 9472, 8381, 10928, 8473, 9683, 8849, 8674, 8615, 8644, 9126, 9453, 8670, 8564, 8460, 8650, 8682, 8353, 8076, 8368, 8604, 9469, 8597, 8458, 8776, 8470, 8827, 8537, 8179, 8618, 8835, 9398, 8703, 9004, 8675, 8978, 8709, 8877, 8329, 8695, 8762, 9498, 8743, 8443, 8820, 8453, 8738, 8822, 8468, 8873, 8433, 8588, 8758, 8543, 8935, 8723, 8867, 9031, 8480, 9149, 9301, 8305, 8889, 8448, 8260, 8842, 9044, 8340, 8535, 8753, 8212, 8509, 8364, 9422, 8303, 9602, 8278, 10769, 8251, 7918, 7456, 7576, 7938, 8478, 8112, 9428, 8020, 8581, 9148, 8217, 9974, 8127, 11009, 8683, 7801, 8094, 7937, 8318, 8045, 8155, 7768, 8092, 7601, 8011, 8192, 8085, 8171, 8590, 8795, 8210, 8629, 8028, 8573, 7924, 8279, 8773, 9077, 8293, 8440, 8393, 8720, 8732, 8465, 8759, 8667, 9060, 8814, 8547, 8136, 8510, 8645, 9081, 8608, 8317, 8551, 8592, 8642, 8641, 8720, 8686, 8882, 8412, 8905, 8475, 8771, 9101, 9266, 8678, 8323, 8473, 8630, 8771, 8499, 7797, 8800, 8324, 8759, 8779, 9237, 8341, 8836, 9108, 8745, 8778, 8896, 8793, 8793, 8881, 10120, 8603, 10570, 8557, 8872, 9008, 8793, 8679, 8692, 8927, 8899, 8493, 10962, 8239, 10646, 8201, 8799, 8238, 8578, 9474, 8308, 8513, 8775, 8523, 8559, 8395, 9005, 8672, 8424, 8455, 8179, 8819, 8786, 8546, 8508, 8459, 8713, 8356, 8562, 9019, 8470, 8333, 8808, 8019, 8728, 8509, 8628, 8386, 8633, 8519, 7939, 8581, 8503, 8592, 8783, 8070, 8958, 8546, 8767, 8779, 8647, 8630, 10426, 8307, 8663, 8287, 8406, 8766, 8905, 8665, 8574, 8419, 11177, 8328, 8513, 8238, 8768, 8394, 8452, 8703, 8816, 8493, 9364, 8320, 11313, 8655, 8618, 9405, 8353, 8994, 8652, 8569, 8555, 8563, 8930, 9090, 8398, 8232, 8320, 8604, 8368, 8109, 8434, 8362, 7759, 7579, 7625, 7762, 7864, 7670, 8196, 7530, 8174, 7684, 8255, 8300, 7937, 10236, 7854, 11190, 8015, 7843, 9264, 7610, 10827, 9035, 7658, 11804, 8157, 10714, 7803, 7924, 10210, 7440, 8107, 8194, 7925, 8138, 7936, 8023, 8230, 7937, 7765, 7796, 8021, 7374, 7724, 8129, 7890, 7997, 7771, 7605, 7557, 7191, 7976, 7543, 7908, 9378, 8053, 7817, 7608, 7684, 7810, 7964, 7985, 8796, 7699, 8380, 8156, 8109, 8636, 7729, 8387, 8037, 8049, 7980, 8074, 8071, 8315, 7868, 8374, 7861, 8041, 8027, 7947, 8428, 8281, 8125, 7884, 7761, 8144, 8014, 8261, 8025, 8261, 8243, 8357, 8403, 8319, 8045, 8054, 8563, 8625, 8520, 7825, 8389, 9537, 8307, 8704, 7878, 8444, 8358, 8245, 8236, 7608, 8253, 8378, 8161, 8221, 9402, 8344, 8255, 9419, 8492, 11118, 8117, 9762, 8280, 8168, 11111, 8157, 8288, 8053, 8267, 8553, 8711, 8282, 8149, 8091, 8330, 7995, 8093, 7688, 8088, 7920, 8498, 8136, 8219, 8149, 8476, 8204, 8391, 8456, 7878, 8391, 8237, 8137, 8360, 8233, 8099, 9133, 7811, 8404, 8569, 8090, 7712, 8019, 9459, 7923, 8255, 8205, 8301, 8641, 8015, 8255, 8146, 8233, 8522, 8163, 8223, 9686, 8149, 8411, 8224, 8270, 8715, 8368, 8460, 8354, 8166, 8332, 8184, 9617, 8031, 8459, 7809, 8258, 7973, 7949, 8257, 7943, 8182, 8308, 8020, 8425, 8080, 8102, 8328, 8067, 8340, 8047, 8217], 'WindowCenter': [3883.0, 3856.0, 3863.0, 3841.0, 3849.0, 3838.0, 3846.0, 3836.0, 3825.0, 3834.0, 3823.0, 3823.0, 3824.0, 3834.0, 3824.0, 3835.0, 3835.0, 3836.0, 3825.0, 3835.0, 3823.0, 3835.0, 3823.0, 3835.0, 3825.0, 3823.0, 3814.0, 3835.0, 3825.0, 3837.0, 3836.0, 3847.0, 3837.0, 3838.0, 3837.0, 3836.0, 3835.0, 3835.0, 3824.0, 3824.0, 3834.0, 3824.0, 3834.0, 3824.0, 3824.0, 3834.0, 3824.0, 3833.0, 3835.0, 3835.0, 3835.0, 3835.0, 3825.0, 3836.0, 3836.0, 3826.0, 3836.0, 3835.0, 3836.0, 3846.0, 3835.0, 3844.0, 3824.0, 3823.0, 3834.0, 3822.0, 3834.0, 3835.0, 3835.0, 3847.0, 3836.0, 3835.0, 3837.0, 3847.0, 3848.0, 3839.0, 3839.0, 3849.0, 3839.0, 3849.0, 3838.0, 3837.0, 3848.0, 3837.0, 3838.0, 3846.0, 3836.0, 3848.0, 3837.0, 3848.0, 3848.0, 3836.0, 3837.0, 3827.0, 3848.0, 3837.0, 3849.0, 3848.0, 3848.0, 3847.0, 3836.0, 3837.0, 3837.0, 3847.0, 3836.0, 3836.0, 3836.0, 3836.0, 3836.0, 3846.0, 3835.0, 3835.0, 3834.0, 3835.0, 3825.0, 3836.0, 3836.0, 3835.0, 3836.0, 3835.0, 3836.0, 3836.0, 3836.0, 3847.0, 3836.0, 3836.0, 3826.0, 3847.0, 3837.0, 3848.0, 3837.0, 3848.0, 3849.0, 3838.0, 3849.0, 3848.0, 3848.0, 3838.0, 3838.0, 3848.0, 3837.0, 3847.0, 3848.0, 3847.0, 3848.0, 3838.0, 3849.0, 3849.0, 3850.0, 3860.0, 3839.0, 3849.0, 3848.0, 3859.0, 3848.0, 3838.0, 3848.0, 3848.0, 3848.0, 3858.0, 3837.0, 3836.0, 3847.0, 3836.0, 3836.0, 3836.0, 3847.0, 3837.0, 3846.0, 3836.0, 3848.0, 3848.0, 3847.0, 3836.0, 3846.0, 3835.0, 3835.0, 3835.0, 3835.0, 3845.0, 3835.0, 3836.0, 3847.0, 3847.0, 3847.0, 3847.0, 3837.0, 3847.0, 3847.0, 3837.0, 3848.0, 3838.0, 3849.0, 3848.0, 3837.0, 3837.0, 3837.0, 3847.0, 3848.0, 3848.0, 3847.0, 3837.0, 3848.0, 3837.0, 3849.0, 3848.0, 3849.0, 3848.0, 3848.0, 3835.0, 3846.0, 3835.0, 3835.0, 3834.0, 3835.0, 3836.0, 3835.0, 3836.0, 3836.0, 3836.0, 3847.0, 3846.0, 3836.0, 3836.0, 3836.0, 3835.0, 3835.0, 3835.0, 3835.0, 3836.0, 3836.0, 3836.0, 3847.0, 3837.0, 3848.0, 3848.0, 3848.0, 3847.0, 3848.0, 3848.0, 3847.0, 3848.0, 3848.0, 3848.0, 3847.0, 3836.0, 3847.0, 3847.0, 3847.0, 3848.0, 3846.0, 3848.0, 3848.0, 3838.0, 3848.0, 3848.0, 3838.0, 3859.0, 3838.0, 3849.0, 3849.0, 3860.0, 3850.0, 3849.0, 3850.0, 3849.0, 3849.0, 3849.0, 3848.0, 3859.0, 3849.0, 3849.0, 3849.0, 3849.0, 3848.0, 3850.0, 3850.0, 3849.0, 3859.0, 3849.0, 3860.0, 3849.0, 3848.0, 3858.0, 3848.0, 3847.0, 3848.0, 3848.0, 3838.0, 3838.0, 3847.0, 3847.0, 3837.0, 3858.0, 3836.0, 3836.0, 3836.0, 3835.0, 3836.0, 3847.0, 3847.0, 3847.0, 3836.0, 3846.0, 3847.0, 3848.0, 3848.0, 3837.0, 3847.0, 3847.0, 3847.0, 3848.0, 3848.0, 3847.0, 3849.0, 3848.0, 3848.0, 3849.0, 3860.0, 3848.0, 3849.0, 3859.0, 3837.0, 3848.0, 3859.0, 3860.0, 3850.0, 3850.0, 3849.0, 3849.0, 3849.0, 3859.0, 3848.0, 3859.0, 3848.0, 3836.0, 3846.0, 3825.0, 3835.0, 3825.0, 3836.0, 3835.0, 3835.0, 3824.0, 3844.0, 3824.0, 3833.0, 3823.0, 3822.0, 3822.0, 3822.0, 3822.0, 3832.0, 3822.0, 3823.0, 3823.0, 3822.0, 3823.0, 3823.0, 3823.0, 3823.0, 3822.0, 3823.0, 3823.0, 3833.0, 3834.0, 3833.0, 3834.0, 3835.0, 3835.0, 3825.0, 3823.0, 3823.0, 3823.0, 3834.0, 3835.0, 3836.0, 3835.0, 3837.0, 3837.0, 3837.0, 3837.0, 3848.0, 3837.0, 3837.0, 3857.0, 3835.0, 3835.0, 3834.0, 3835.0, 3835.0, 3846.0, 3835.0, 3846.0, 3824.0, 3845.0, 3824.0, 3833.0, 3822.0, 3822.0, 3822.0, 3823.0, 3833.0, 3833.0, 3823.0, 3834.0, 3825.0, 3834.0, 3835.0, 3824.0, 3824.0, 3824.0, 3824.0, 3845.0, 3835.0, 3824.0, 3835.0, 3835.0, 3835.0, 3836.0, 3835.0, 3836.0, 3836.0, 3836.0, 3835.0, 3835.0, 3835.0, 3834.0, 3834.0, 3835.0, 3835.0, 3835.0, 3835.0, 3846.0, 3836.0, 3836.0, 3847.0, 3836.0, 3837.0, 3847.0, 3837.0, 3847.0, 3836.0, 3836.0, 3836.0, 3836.0, 3847.0, 3836.0, 3848.0, 3849.0, 3850.0, 3860.0, 3861.0, 3851.0, 3862.0, 3864.0, 3852.0, 3850.0, 3850.0, 3838.0, 3838.0, 3838.0, 3838.0, 3837.0, 3838.0, 3846.0, 3837.0, 3846.0, 3836.0, 3856.0, 3824.0, 3824.0, 3826.0, 3825.0, 3824.0, 3824.0, 3824.0, 3834.0, 3824.0, 3822.0, 3833.0, 3811.0, 3832.0, 3811.0, 3842.0, 3821.0, 3799.0, 3809.0, 3809.0, 3809.0, 3809.0, 3809.0, 3810.0, 3810.0, 3810.0, 3809.0, 3821.0, 3811.0, 3823.0, 3823.0, 3834.0, 3824.0, 3824.0, 3825.0, 3835.0, 3825.0, 3825.0, 3835.0, 3835.0, 3825.0, 3825.0, 3836.0, 3835.0, 3836.0, 3825.0, 3836.0, 3836.0, 3836.0, 3836.0, 3836.0, 3826.0, 3837.0, 3837.0, 3837.0, 3837.0, 3836.0, 3837.0, 3848.0, 3848.0, 3849.0, 3849.0, 3849.0, 3849.0, 3838.0, 3849.0, 3838.0, 3850.0, 3861.0, 3861.0, 3850.0, 3839.0, 3839.0, 3849.0, 3849.0, 3849.0, 3839.0, 3850.0, 3851.0, 3851.0, 3850.0, 3862.0, 3850.0, 3850.0, 3850.0, 3850.0, 3850.0, 3851.0, 3850.0, 3839.0, 3838.0, 3859.0, 3838.0, 3858.0, 3837.0, 3837.0, 3837.0, 3836.0, 3837.0, 3837.0, 3837.0, 3837.0, 3836.0, 3857.0, 3825.0, 3845.0, 3824.0, 3823.0, 3823.0, 3823.0, 3833.0, 3823.0, 3823.0, 3823.0, 3823.0, 3834.0, 3824.0, 3834.0, 3823.0, 3823.0, 3823.0, 3824.0, 3834.0, 3834.0, 3835.0, 3835.0, 3836.0, 3848.0, 3837.0, 3836.0, 3847.0, 3838.0, 3838.0, 3848.0, 3838.0, 3849.0, 3849.0, 3849.0, 3838.0, 3849.0, 3848.0, 3839.0, 3838.0, 3837.0, 3838.0, 3837.0, 3838.0, 3848.0, 3850.0, 3850.0, 3849.0, 3838.0, 3838.0, 3857.0, 3836.0, 3837.0, 3836.0, 3836.0, 3836.0, 3836.0, 3836.0, 3836.0, 3836.0, 3857.0, 3825.0, 3825.0, 3825.0, 3835.0, 3824.0, 3824.0, 3834.0, 3835.0, 3834.0, 3835.0, 3824.0, 3844.0, 3823.0, 3823.0, 3833.0, 3822.0, 3822.0, 3823.0, 3834.0, 3834.0, 3836.0, 3834.0, 3835.0, 3824.0, 3825.0, 3836.0, 3837.0, 3825.0, 3825.0, 3836.0, 3850.0, 3827.0, 3826.0, 3825.0, 3826.0, 3825.0, 3826.0, 3825.0, 3825.0, 3836.0, 3826.0, 3836.0, 3836.0, 3825.0, 3846.0, 3824.0, 3855.0, 3824.0, 3812.0, 3833.0, 3812.0, 3842.0, 3821.0, 3799.0, 3841.0, 3798.0, 3818.0, 3797.0, 3797.0, 3818.0, 3796.0, 3796.0, 3806.0, 3796.0, 3797.0, 3809.0, 3808.0, 3808.0, 3809.0, 3810.0, 3811.0, 3810.0, 3800.0, 3810.0, 3810.0, 3821.0, 3822.0, 3812.0, 3813.0, 3812.0, 3813.0, 3823.0, 3813.0, 3824.0, 3834.0, 3823.0, 3824.0, 3824.0, 3824.0, 3824.0, 3825.0, 3825.0, 3835.0, 3826.0, 3825.0, 3825.0, 3824.0, 3835.0, 3814.0, 3824.0, 3824.0, 3824.0, 3824.0, 3825.0, 3825.0, 3836.0, 3826.0, 3836.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3836.0, 3836.0, 3836.0, 3838.0, 3838.0, 3838.0, 3839.0, 3838.0, 3839.0, 3839.0, 3849.0, 3849.0, 3849.0, 3839.0, 3839.0, 3849.0, 3839.0, 3838.0, 3838.0, 3838.0, 3838.0, 3838.0, 3839.0, 3840.0, 3850.0, 3850.0, 3850.0, 3839.0, 3850.0, 3838.0, 3837.0, 3848.0, 3837.0, 3857.0, 3826.0, 3846.0, 3826.0, 3825.0, 3846.0, 3824.0, 3824.0, 3824.0, 3835.0, 3835.0, 3835.0, 3836.0, 3826.0, 3836.0, 3825.0, 3825.0, 3824.0, 3825.0, 3825.0, 3824.0, 3835.0, 3825.0, 3836.0, 3836.0, 3836.0, 3836.0, 3837.0, 3836.0, 3837.0, 3837.0, 3836.0, 3837.0, 3837.0, 3837.0, 3827.0, 3847.0, 3827.0, 3837.0, 3837.0, 3826.0, 3826.0, 3826.0, 3846.0, 3826.0, 3836.0, 3836.0, 3836.0, 3836.0, 3826.0, 3836.0, 3825.0, 3836.0, 3835.0, 3836.0, 3825.0, 3846.0, 3825.0, 3824.0, 3825.0, 3835.0, 3835.0, 3836.0, 3834.0, 3836.0, 3835.0, 3836.0, 3825.0, 3846.0, 3825.0, 3824.0, 3824.0, 3836.0, 3825.0, 3836.0, 3836.0, 3837.0, 3837.0, 3837.0, 3838.0, 3837.0, 3837.0, 3826.0, 3836.0, 3826.0, 3836.0, 3826.0, 3836.0], 'WindowWidth': [8705.0, 8654.0, 8655.0, 8619.0, 8625.0, 8609.0, 8616.0, 8603.0, 8586.0, 8596.0, 8580.0, 8580.0, 8582.0, 8596.0, 8583.0, 8598.0, 8598.0, 8600.0, 8584.0, 8598.0, 8580.0, 8597.0, 8580.0, 8596.0, 8583.0, 8580.0, 8568.0, 8599.0, 8585.0, 8603.0, 8602.0, 8619.0, 8606.0, 8608.0, 8606.0, 8601.0, 8599.0, 8597.0, 8582.0, 8582.0, 8595.0, 8582.0, 8594.0, 8582.0, 8581.0, 8594.0, 8583.0, 8593.0, 8599.0, 8598.0, 8599.0, 8599.0, 8586.0, 8600.0, 8601.0, 8589.0, 8602.0, 8599.0, 8601.0, 8612.0, 8598.0, 8607.0, 8581.0, 8578.0, 8593.0, 8577.0, 8595.0, 8600.0, 8600.0, 8617.0, 8604.0, 8602.0, 8607.0, 8620.0, 8622.0, 8613.0, 8613.0, 8625.0, 8611.0, 8624.0, 8607.0, 8605.0, 8622.0, 8606.0, 8607.0, 8617.0, 8605.0, 8621.0, 8607.0, 8620.0, 8620.0, 8603.0, 8606.0, 8592.0, 8622.0, 8606.0, 8624.0, 8623.0, 8622.0, 8618.0, 8604.0, 8606.0, 8604.0, 8617.0, 8602.0, 8602.0, 8601.0, 8601.0, 8601.0, 8613.0, 8600.0, 8600.0, 8598.0, 8599.0, 8586.0, 8601.0, 8601.0, 8599.0, 8601.0, 8601.0, 8603.0, 8602.0, 8603.0, 8617.0, 8604.0, 8602.0, 8589.0, 8620.0, 8606.0, 8622.0, 8607.0, 8622.0, 8625.0, 8609.0, 8624.0, 8624.0, 8623.0, 8607.0, 8609.0, 8621.0, 8605.0, 8620.0, 8621.0, 8620.0, 8621.0, 8608.0, 8624.0, 8624.0, 8628.0, 8640.0, 8612.0, 8625.0, 8623.0, 8639.0, 8623.0, 8610.0, 8623.0, 8621.0, 8621.0, 8632.0, 8605.0, 8602.0, 8617.0, 8601.0, 8602.0, 8603.0, 8617.0, 8605.0, 8617.0, 8604.0, 8621.0, 8621.0, 8619.0, 8601.0, 8615.0, 8600.0, 8599.0, 8600.0, 8599.0, 8613.0, 8600.0, 8602.0, 8620.0, 8621.0, 8619.0, 8618.0, 8605.0, 8619.0, 8619.0, 8606.0, 8622.0, 8609.0, 8624.0, 8621.0, 8605.0, 8606.0, 8604.0, 8618.0, 8621.0, 8624.0, 8618.0, 8607.0, 8622.0, 8607.0, 8624.0, 8622.0, 8624.0, 8622.0, 8621.0, 8600.0, 8616.0, 8600.0, 8600.0, 8598.0, 8598.0, 8603.0, 8601.0, 8602.0, 8602.0, 8601.0, 8618.0, 8616.0, 8604.0, 8601.0, 8603.0, 8599.0, 8598.0, 8600.0, 8598.0, 8601.0, 8602.0, 8604.0, 8620.0, 8606.0, 8622.0, 8621.0, 8622.0, 8621.0, 8622.0, 8623.0, 8619.0, 8623.0, 8621.0, 8621.0, 8620.0, 8604.0, 8618.0, 8620.0, 8619.0, 8620.0, 8616.0, 8621.0, 8624.0, 8609.0, 8622.0, 8621.0, 8608.0, 8638.0, 8609.0, 8627.0, 8626.0, 8642.0, 8628.0, 8627.0, 8628.0, 8625.0, 8626.0, 8625.0, 8625.0, 8639.0, 8625.0, 8625.0, 8626.0, 8627.0, 8624.0, 8628.0, 8629.0, 8626.0, 8639.0, 8624.0, 8641.0, 8623.0, 8621.0, 8636.0, 8623.0, 8619.0, 8622.0, 8623.0, 8607.0, 8609.0, 8618.0, 8619.0, 8604.0, 8633.0, 8602.0, 8602.0, 8601.0, 8600.0, 8603.0, 8619.0, 8618.0, 8618.0, 8603.0, 8616.0, 8620.0, 8623.0, 8622.0, 8605.0, 8618.0, 8619.0, 8618.0, 8621.0, 8621.0, 8620.0, 8624.0, 8621.0, 8621.0, 8627.0, 8643.0, 8621.0, 8623.0, 8638.0, 8608.0, 8622.0, 8638.0, 8642.0, 8628.0, 8627.0, 8625.0, 8626.0, 8624.0, 8636.0, 8622.0, 8637.0, 8619.0, 8601.0, 8613.0, 8584.0, 8599.0, 8585.0, 8600.0, 8598.0, 8598.0, 8581.0, 8608.0, 8580.0, 8593.0, 8577.0, 8576.0, 8575.0, 8575.0, 8574.0, 8589.0, 8577.0, 8578.0, 8577.0, 8577.0, 8577.0, 8578.0, 8580.0, 8578.0, 8577.0, 8577.0, 8579.0, 8591.0, 8594.0, 8592.0, 8595.0, 8597.0, 8598.0, 8584.0, 8579.0, 8579.0, 8579.0, 8596.0, 8598.0, 8602.0, 8599.0, 8605.0, 8603.0, 8605.0, 8604.0, 8620.0, 8607.0, 8603.0, 8630.0, 8599.0, 8597.0, 8595.0, 8599.0, 8598.0, 8613.0, 8598.0, 8613.0, 8582.0, 8609.0, 8580.0, 8590.0, 8576.0, 8573.0, 8575.0, 8577.0, 8591.0, 8591.0, 8580.0, 8595.0, 8583.0, 8596.0, 8597.0, 8582.0, 8582.0, 8582.0, 8581.0, 8612.0, 8598.0, 8583.0, 8599.0, 8599.0, 8600.0, 8601.0, 8599.0, 8601.0, 8601.0, 8600.0, 8596.0, 8596.0, 8596.0, 8595.0, 8596.0, 8597.0, 8599.0, 8599.0, 8598.0, 8614.0, 8601.0, 8601.0, 8618.0, 8602.0, 8606.0, 8617.0, 8604.0, 8617.0, 8601.0, 8603.0, 8602.0, 8604.0, 8619.0, 8602.0, 8621.0, 8623.0, 8629.0, 8641.0, 8644.0, 8630.0, 8649.0, 8653.0, 8633.0, 8629.0, 8627.0, 8608.0, 8608.0, 8607.0, 8607.0, 8605.0, 8607.0, 8615.0, 8605.0, 8614.0, 8601.0, 8626.0, 8582.0, 8581.0, 8589.0, 8586.0, 8581.0, 8582.0, 8581.0, 8594.0, 8579.0, 8575.0, 8588.0, 8557.0, 8586.0, 8558.0, 8601.0, 8570.0, 8537.0, 8551.0, 8553.0, 8552.0, 8552.0, 8551.0, 8554.0, 8555.0, 8554.0, 8555.0, 8572.0, 8559.0, 8577.0, 8578.0, 8594.0, 8581.0, 8580.0, 8583.0, 8597.0, 8585.0, 8584.0, 8597.0, 8598.0, 8583.0, 8584.0, 8601.0, 8598.0, 8599.0, 8585.0, 8600.0, 8601.0, 8599.0, 8599.0, 8599.0, 8587.0, 8604.0, 8604.0, 8603.0, 8603.0, 8602.0, 8606.0, 8621.0, 8621.0, 8623.0, 8624.0, 8625.0, 8622.0, 8608.0, 8624.0, 8608.0, 8626.0, 8644.0, 8645.0, 8626.0, 8611.0, 8612.0, 8625.0, 8625.0, 8625.0, 8612.0, 8627.0, 8632.0, 8631.0, 8628.0, 8648.0, 8629.0, 8627.0, 8627.0, 8628.0, 8627.0, 8631.0, 8625.0, 8610.0, 8607.0, 8635.0, 8606.0, 8631.0, 8604.0, 8603.0, 8603.0, 8602.0, 8603.0, 8604.0, 8603.0, 8603.0, 8601.0, 8629.0, 8584.0, 8609.0, 8580.0, 8577.0, 8578.0, 8578.0, 8592.0, 8579.0, 8578.0, 8579.0, 8579.0, 8595.0, 8582.0, 8593.0, 8579.0, 8579.0, 8577.0, 8580.0, 8594.0, 8596.0, 8596.0, 8597.0, 8602.0, 8621.0, 8605.0, 8603.0, 8619.0, 8607.0, 8607.0, 8622.0, 8609.0, 8623.0, 8623.0, 8626.0, 8609.0, 8624.0, 8622.0, 8610.0, 8608.0, 8606.0, 8608.0, 8606.0, 8607.0, 8620.0, 8629.0, 8628.0, 8626.0, 8608.0, 8606.0, 8631.0, 8602.0, 8603.0, 8602.0, 8603.0, 8602.0, 8601.0, 8601.0, 8602.0, 8601.0, 8628.0, 8585.0, 8582.0, 8583.0, 8596.0, 8580.0, 8583.0, 8595.0, 8596.0, 8595.0, 8596.0, 8581.0, 8608.0, 8579.0, 8577.0, 8589.0, 8575.0, 8575.0, 8577.0, 8594.0, 8595.0, 8601.0, 8596.0, 8599.0, 8583.0, 8585.0, 8602.0, 8605.0, 8584.0, 8583.0, 8601.0, 8629.0, 8593.0, 8587.0, 8584.0, 8588.0, 8586.0, 8587.0, 8585.0, 8586.0, 8602.0, 8589.0, 8602.0, 8601.0, 8585.0, 8614.0, 8580.0, 8625.0, 8579.0, 8563.0, 8589.0, 8560.0, 8599.0, 8570.0, 8538.0, 8595.0, 8535.0, 8560.0, 8532.0, 8531.0, 8559.0, 8530.0, 8529.0, 8542.0, 8531.0, 8531.0, 8551.0, 8549.0, 8550.0, 8551.0, 8555.0, 8560.0, 8556.0, 8542.0, 8558.0, 8557.0, 8574.0, 8575.0, 8563.0, 8565.0, 8563.0, 8565.0, 8578.0, 8565.0, 8580.0, 8594.0, 8579.0, 8581.0, 8581.0, 8584.0, 8583.0, 8585.0, 8586.0, 8599.0, 8587.0, 8584.0, 8584.0, 8582.0, 8596.0, 8568.0, 8581.0, 8580.0, 8581.0, 8582.0, 8584.0, 8584.0, 8600.0, 8587.0, 8601.0, 8587.0, 8587.0, 8584.0, 8587.0, 8584.0, 8585.0, 8584.0, 8584.0, 8587.0, 8588.0, 8602.0, 8603.0, 8603.0, 8608.0, 8607.0, 8608.0, 8610.0, 8610.0, 8611.0, 8613.0, 8625.0, 8626.0, 8625.0, 8612.0, 8611.0, 8625.0, 8611.0, 8609.0, 8607.0, 8608.0, 8608.0, 8609.0, 8610.0, 8613.0, 8627.0, 8628.0, 8628.0, 8612.0, 8627.0, 8608.0, 8605.0, 8619.0, 8602.0, 8627.0, 8588.0, 8613.0, 8586.0, 8583.0, 8612.0, 8583.0, 8582.0, 8581.0, 8597.0, 8597.0, 8599.0, 8600.0, 8588.0, 8602.0, 8586.0, 8586.0, 8583.0, 8583.0, 8585.0, 8584.0, 8599.0, 8584.0, 8600.0, 8602.0, 8600.0, 8603.0, 8604.0, 8603.0, 8603.0, 8604.0, 8602.0, 8606.0, 8605.0, 8607.0, 8591.0, 8619.0, 8591.0, 8604.0, 8604.0, 8588.0, 8589.0, 8588.0, 8615.0, 8588.0, 8601.0, 8600.0, 8600.0, 8600.0, 8587.0, 8600.0, 8587.0, 8600.0, 8598.0, 8600.0, 8585.0, 8613.0, 8585.0, 8583.0, 8584.0, 8599.0, 8599.0, 8600.0, 8597.0, 8601.0, 8600.0, 8600.0, 8585.0, 8614.0, 8585.0, 8582.0, 8583.0, 8601.0, 8586.0, 8603.0, 8603.0, 8605.0, 8606.0, 8606.0, 8607.0, 8603.0, 8603.0, 8589.0, 8602.0, 8589.0, 8601.0, 8588.0, 8601.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.00024246828143021916</td></tr>
<tr><td colspan=3>aqi</td><td>0.019924592618223762</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.216227095392615</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1184642095150112</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694539692147801</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>7621.7402</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.04874118668802458</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0380622837370241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4812146133361144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4067073971650785</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.753951297977048</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.282985144866217</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117996</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01560417003929615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01898973435163498</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.717607992851164</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>32.7537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.0556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.2844</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.5379</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9925</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.9169</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3074.2389</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.0819</td></tr>
<tr><td colspan=3>tsnr</td><td>44.01882465113886</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>