ds005256-mriqc/sub-0106_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 3dec7468be [DATALAD RUNCMD] Compute MRIQC for sub-0106
=== 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-0106 --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-0106",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:19 +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-0106_ses-01_task-social_acq-mb8_run-03_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-0106_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-03_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-0106/ses-01/func/sub-0106_ses-01_task-social_acq-mb8_run-03_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>72ae61942cbd92f1f81e4e46b08df43e</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:51:20.977500</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.99781, -0.0183687, 0.0635386, 0.0104494, 0.992377, 0.122793]</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.259</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-03_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.0809873</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7776, -7264, 283, -57, 3, -123, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.379</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4c58f66-a288-4b00-815c-a635cb8d7b5b||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.6770522594451904, 0.02803502231836319, 0.17633646726608276, 105.57341766357422], [0.04928182065486908, 2.6624755859375, 0.32902365922927856, -96.3207015991211], [0.17046938836574554, -0.32944580912590027, 2.674069881439209, -66.86050415039062], [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': ['155120.977500', '155121.437500', '155121.897500', '155122.357500', '155122.817500', '155123.277500', '155123.737500', '155124.197500', '155124.657500', '155125.117500', '155125.577500', '155126.037500', '155126.497500', '155126.957500', '155127.417500', '155127.877500', '155128.337500', '155128.797500', '155129.257500', '155129.717500', '155130.177500', '155130.637500', '155131.097500', '155131.557500', '155132.017500', '155132.477500', '155132.937500', '155133.397500', '155133.857500', '155134.317500', '155134.777500', '155135.237500', '155135.697500', '155136.157500', '155136.617500', '155137.077500', '155137.537500', '155137.997500', '155138.457500', '155138.917500', '155139.377500', '155139.837500', '155140.297500', '155140.757500', '155141.217500', '155141.677500', '155142.137500', '155142.597500', '155143.057500', '155143.517500', '155143.977500', '155144.437500', '155144.897500', '155145.357500', '155145.817500', '155146.277500', '155146.737500', '155147.197500', '155147.657500', '155148.117500', '155148.577500', '155149.037500', '155149.497500', '155149.957500', '155150.417500', '155150.877500', '155151.337500', '155151.797500', '155152.257500', '155152.717500', '155153.177500', '155153.637500', '155154.097500', '155154.557500', '155155.017500', '155155.477500', '155155.937500', '155156.397500', '155156.857500', '155157.317500', '155157.777500', '155158.237500', '155158.697500', '155159.157500', '155159.617500', '155200.077500', '155200.537500', '155200.997500', '155201.457500', '155201.917500', '155202.377500', '155202.837500', '155203.297500', '155203.757500', '155204.217500', '155204.677500', '155205.137500', '155205.597500', '155206.057500', '155206.517500', '155206.977500', '155207.437500', '155207.897500', '155208.357500', '155208.817500', '155209.277500', '155209.737500', '155210.197500', '155210.657500', '155211.117500', '155211.577500', '155212.037500', '155212.497500', '155212.957500', '155213.417500', '155213.877500', '155214.337500', '155214.797500', '155215.257500', '155215.717500', '155216.177500', '155216.637500', '155217.097500', '155217.557500', '155218.017500', '155218.477500', '155218.937500', '155219.397500', '155219.857500', '155220.317500', '155220.777500', '155221.237500', '155221.697500', '155222.157500', '155222.617500', '155223.077500', '155223.537500', '155223.997500', '155224.457500', '155224.917500', '155225.377500', '155225.837500', '155226.297500', '155226.757500', '155227.217500', '155227.677500', '155228.137500', '155228.597500', '155229.057500', '155229.517500', '155229.977500', '155230.437500', '155230.897500', '155231.357500', '155231.817500', '155232.277500', '155232.737500', '155233.197500', '155233.657500', '155234.117500', '155234.577500', '155235.037500', '155235.497500', '155235.957500', '155236.417500', '155236.877500', '155237.337500', '155237.797500', '155238.257500', '155238.717500', '155239.177500', '155239.637500', '155240.097500', '155240.557500', '155241.017500', '155241.477500', '155241.937500', '155242.397500', '155242.857500', '155243.317500', '155243.777500', '155244.237500', '155244.697500', '155245.157500', '155245.617500', '155246.077500', '155246.537500', '155246.997500', '155247.457500', '155247.917500', '155248.377500', '155248.837500', '155249.297500', '155249.757500', '155250.217500', '155250.677500', '155251.137500', '155251.597500', '155252.057500', '155252.517500', '155252.977500', '155253.437500', '155253.897500', '155254.357500', '155254.817500', '155255.277500', '155255.737500', '155256.197500', '155256.657500', '155257.117500', '155257.577500', '155258.037500', '155258.497500', '155258.957500', '155259.417500', '155259.877500', '155300.337500', '155300.797500', '155301.257500', '155301.717500', '155302.177500', '155302.637500', '155303.097500', '155303.557500', '155304.017500', '155304.477500', '155304.937500', '155305.397500', '155305.857500', '155306.317500', '155306.777500', '155307.237500', '155307.697500', '155308.157500', '155308.617500', '155309.077500', '155309.537500', '155309.997500', '155310.457500', '155310.917500', '155311.377500', '155311.837500', '155312.297500', '155312.757500', '155313.217500', '155313.677500', '155314.137500', '155314.597500', '155315.057500', '155315.517500', '155315.977500', '155316.437500', '155316.897500', '155317.357500', '155317.817500', '155318.277500', '155318.737500', '155319.197500', '155319.657500', '155320.117500', '155320.577500', '155321.037500', '155321.497500', '155321.957500', '155322.417500', '155322.877500', '155323.337500', '155323.797500', '155324.257500', '155324.717500', '155325.177500', '155325.637500', '155326.097500', '155326.557500', '155327.017500', '155327.477500', '155327.937500', '155328.397500', '155328.857500', '155329.317500', '155329.777500', '155330.237500', '155330.697500', '155331.157500', '155331.617500', '155332.077500', '155332.537500', '155332.997500', '155333.457500', '155333.917500', '155334.377500', '155334.837500', '155335.297500', '155335.757500', '155336.217500', '155336.677500', '155337.137500', '155337.597500', '155338.057500', '155338.517500', '155338.977500', '155339.437500', '155339.897500', '155340.357500', '155340.817500', '155341.277500', '155341.737500', '155342.197500', '155342.657500', '155343.117500', '155343.577500', '155344.037500', '155344.497500', '155344.957500', '155345.417500', '155345.877500', '155346.337500', '155346.797500', '155347.257500', '155347.717500', '155348.177500', '155348.637500', '155349.097500', '155349.557500', '155350.017500', '155350.477500', '155350.937500', '155351.397500', '155351.857500', '155352.317500', '155352.777500', '155353.237500', '155353.697500', '155354.157500', '155354.617500', '155355.077500', '155355.537500', '155355.997500', '155356.457500', '155356.917500', '155357.377500', '155357.837500', '155358.297500', '155358.757500', '155359.217500', '155359.677500', '155400.137500', '155400.597500', '155401.057500', '155401.517500', '155401.977500', '155402.437500', '155402.897500', '155403.357500', '155403.817500', '155404.277500', '155404.737500', '155405.197500', '155405.657500', '155406.117500', '155406.577500', '155407.037500', '155407.497500', '155407.957500', '155408.417500', '155408.877500', '155409.337500', '155409.797500', '155410.257500', '155410.717500', '155411.177500', '155411.637500', '155412.097500', '155412.557500', '155413.017500', '155413.477500', '155413.937500', '155414.397500', '155414.857500', '155415.317500', '155415.777500', '155416.237500', '155416.697500', '155417.157500', '155417.617500', '155418.077500', '155418.537500', '155418.997500', '155419.457500', '155419.917500', '155420.377500', '155420.837500', '155421.297500', '155421.757500', '155422.217500', '155422.677500', '155423.137500', '155423.597500', '155424.057500', '155424.517500', '155424.977500', '155425.437500', '155425.897500', '155426.357500', '155426.817500', '155427.277500', '155427.737500', '155428.197500', '155428.657500', '155429.117500', '155429.577500', '155430.037500', '155430.497500', '155430.957500', '155431.417500', '155431.877500', '155432.337500', '155432.797500', '155433.257500', '155433.717500', '155434.177500', '155434.637500', '155435.097500', '155435.557500', '155436.017500', '155436.477500', '155436.937500', '155437.397500', '155437.857500', '155438.317500', '155438.777500', '155439.237500', '155439.697500', '155440.157500', '155440.617500', '155441.077500', '155441.537500', '155441.997500', '155442.457500', '155442.917500', '155443.377500', '155443.837500', '155444.297500', '155444.757500', '155445.217500', '155445.677500', '155446.137500', '155446.597500', '155447.057500', '155447.517500', '155447.977500', '155448.437500', '155448.897500', '155449.357500', '155449.817500', '155450.277500', '155450.737500', '155451.197500', '155451.657500', '155452.117500', '155452.577500', '155453.037500', '155453.497500', '155453.957500', '155454.417500', '155454.877500', '155455.337500', '155455.797500', '155456.257500', '155456.717500', '155457.177500', '155457.637500', '155458.097500', '155458.557500', '155459.017500', '155459.477500', '155459.937500', '155500.397500', '155500.857500', '155501.317500', '155501.777500', '155502.237500', '155502.697500', '155503.157500', '155503.617500', '155504.077500', '155504.537500', '155504.997500', '155505.457500', '155505.917500', '155506.377500', '155506.837500', '155507.297500', '155507.757500', '155508.217500', '155508.677500', '155509.137500', '155509.597500', '155510.057500', '155510.517500', '155510.977500', '155511.437500', '155511.897500', '155512.357500', '155512.817500', '155513.277500', '155513.737500', '155514.197500', '155514.657500', '155515.117500', '155515.577500', '155516.037500', '155516.497500', '155516.957500', '155517.417500', '155517.877500', '155518.337500', '155518.797500', '155519.257500', '155519.717500', '155520.177500', '155520.637500', '155521.097500', '155521.557500', '155522.017500', '155522.477500', '155522.937500', '155523.397500', '155523.857500', '155524.317500', '155524.777500', '155525.237500', '155525.697500', '155526.157500', '155526.617500', '155527.077500', '155527.537500', '155527.997500', '155528.457500', '155528.917500', '155529.377500', '155529.837500', '155530.297500', '155530.757500', '155531.217500', '155531.677500', '155532.137500', '155532.597500', '155533.057500', '155533.517500', '155533.977500', '155534.437500', '155534.897500', '155535.357500', '155535.817500', '155536.277500', '155536.737500', '155537.197500', '155537.657500', '155538.117500', '155538.577500', '155539.037500', '155539.497500', '155539.957500', '155540.417500', '155540.877500', '155541.337500', '155541.797500', '155542.257500', '155542.717500', '155543.177500', '155543.637500', '155544.097500', '155544.557500', '155545.017500', '155545.477500', '155545.937500', '155546.397500', '155546.857500', '155547.317500', '155547.777500', '155548.237500', '155548.697500', '155549.157500', '155549.617500', '155550.077500', '155550.537500', '155550.997500', '155551.457500', '155551.917500', '155552.377500', '155552.837500', '155553.297500', '155553.757500', '155554.217500', '155554.677500', '155555.137500', '155555.597500', '155556.057500', '155556.517500', '155556.977500', '155557.437500', '155557.897500', '155558.357500', '155558.817500', '155559.277500', '155559.737500', '155600.197500', '155600.657500', '155601.117500', '155601.577500', '155602.037500', '155602.497500', '155602.957500', '155603.417500', '155603.877500', '155604.337500', '155604.797500', '155605.257500', '155605.717500', '155606.177500', '155606.637500', '155607.097500', '155607.557500', '155608.017500', '155608.477500', '155608.937500', '155609.397500', '155609.857500', '155610.317500', '155610.777500', '155611.237500', '155611.697500', '155612.157500', '155612.617500', '155613.077500', '155613.537500', '155613.997500', '155614.457500', '155614.917500', '155615.377500', '155615.837500', '155616.297500', '155616.757500', '155617.217500', '155617.677500', '155618.137500', '155618.597500', '155619.057500', '155619.517500', '155619.977500', '155620.437500', '155620.897500', '155621.357500', '155621.817500', '155622.277500', '155622.737500', '155623.197500', '155623.657500', '155624.117500', '155624.577500', '155625.037500', '155625.497500', '155625.957500', '155626.417500', '155626.877500', '155627.337500', '155627.797500', '155628.257500', '155628.717500', '155629.177500', '155629.637500', '155630.097500', '155630.557500', '155631.017500', '155631.477500', '155631.937500', '155632.397500', '155632.857500', '155633.317500', '155633.777500', '155634.237500', '155634.697500', '155635.157500', '155635.617500', '155636.077500', '155636.537500', '155636.997500', '155637.457500', '155637.917500', '155638.377500', '155638.837500', '155639.297500', '155639.757500', '155640.217500', '155640.677500', '155641.137500', '155641.597500', '155642.057500', '155642.517500', '155642.977500', '155643.437500', '155643.897500', '155644.357500', '155644.817500', '155645.277500', '155645.737500', '155646.197500', '155646.657500', '155647.117500', '155647.577500', '155648.037500', '155648.497500', '155648.957500', '155649.417500', '155649.877500', '155650.337500', '155650.797500', '155651.257500', '155651.717500', '155652.177500', '155652.637500', '155653.097500', '155653.557500', '155654.017500', '155654.477500', '155654.937500', '155655.397500', '155655.857500', '155656.317500', '155656.777500', '155657.237500', '155657.697500', '155658.157500', '155658.617500', '155659.077500', '155659.537500', '155659.997500', '155700.457500', '155700.917500', '155701.377500', '155701.837500', '155702.297500', '155702.757500', '155703.217500', '155703.677500', '155704.137500', '155704.597500', '155705.057500', '155705.517500', '155705.977500', '155706.437500', '155706.897500', '155707.357500', '155707.817500', '155708.277500', '155708.737500', '155709.197500', '155709.657500', '155710.117500', '155710.577500', '155711.037500', '155711.497500', '155711.957500', '155712.417500', '155712.877500', '155713.337500', '155713.797500', '155714.257500', '155714.717500', '155715.177500', '155715.637500', '155716.097500', '155716.557500', '155717.017500', '155717.477500', '155717.937500', '155718.397500', '155718.857500', '155719.317500', '155719.777500', '155720.237500', '155720.697500', '155721.157500', '155721.617500', '155722.077500', '155722.537500', '155722.997500', '155723.457500', '155723.917500', '155724.377500', '155724.837500', '155725.297500', '155725.757500', '155726.217500', '155726.677500', '155727.137500', '155727.597500', '155728.057500', '155728.517500', '155728.977500', '155729.437500', '155729.897500', '155730.357500', '155730.817500', '155731.277500', '155731.737500', '155732.197500', '155732.657500', '155733.117500', '155733.577500', '155734.037500', '155734.497500', '155734.957500', '155735.417500', '155735.877500', '155736.337500', '155736.797500', '155737.257500', '155737.717500', '155738.177500', '155738.637500', '155739.097500', '155739.557500', '155740.017500', '155740.477500', '155740.937500', '155741.397500', '155741.857500', '155742.317500', '155742.777500', '155743.237500', '155743.697500', '155744.157500', '155744.617500', '155745.077500', '155745.537500', '155745.997500', '155746.457500', '155746.917500', '155747.377500', '155747.837500', '155748.297500', '155748.757500', '155749.217500', '155749.677500', '155750.137500', '155750.597500', '155751.057500', '155751.517500', '155751.977500', '155752.437500', '155752.897500', '155753.357500', '155753.817500', '155754.277500', '155754.737500', '155755.197500', '155755.657500', '155756.117500', '155756.577500', '155757.037500', '155757.497500', '155757.957500', '155758.417500', '155758.877500', '155759.337500', '155759.797500', '155800.257500', '155800.717500', '155801.177500', '155801.637500'], 'ContentTime': ['155137.984000', '155137.987000', '155137.990000', '155137.993000', '155137.995000', '155137.998000', '155138.001000', '155138.004000', '155138.007000', '155138.009000', '155138.012000', '155138.014000', '155138.017000', '155138.019000', '155138.027000', '155138.030000', '155138.032000', '155138.035000', '155138.037000', '155138.040000', '155138.043000', '155138.045000', '155138.048000', '155138.050000', '155138.053000', '155138.055000', '155138.058000', '155138.061000', '155138.068000', '155138.070000', '155138.073000', '155138.076000', '155138.078000', '155138.081000', '155157.958000', '155157.960000', '155157.963000', '155157.966000', '155157.968000', '155157.971000', '155157.973000', '155157.984000', '155157.986000', '155157.989000', '155157.991000', '155157.994000', '155157.997000', '155158.000000', '155158.003000', '155158.005000', '155158.008000', '155158.010000', '155158.013000', '155158.015000', '155158.018000', '155158.021000', '155158.023000', '155158.026000', '155158.028000', '155158.031000', '155158.033000', '155158.036000', '155158.038000', '155158.041000', '155158.043000', '155158.046000', '155158.049000', '155158.051000', '155158.054000', '155158.056000', '155158.059000', '155158.061000', '155158.064000', '155158.066000', '155158.069000', '155158.072000', '155158.074000', '155158.077000', '155217.958000', '155217.961000', '155217.964000', '155217.966000', '155217.969000', '155217.972000', '155217.974000', '155217.977000', '155217.979000', '155217.982000', '155217.985000', '155217.987000', '155217.990000', '155217.992000', '155217.995000', '155217.997000', '155218.001000', '155218.004000', '155218.006000', '155218.009000', '155218.025000', '155218.028000', '155218.030000', '155218.033000', '155218.035000', '155218.038000', '155218.040000', '155218.043000', '155218.046000', '155218.048000', '155218.051000', '155218.053000', '155218.056000', '155218.058000', '155218.061000', '155218.064000', '155218.066000', '155218.069000', '155218.076000', '155218.079000', '155218.081000', '155218.084000', '155218.086000', '155237.959000', '155237.961000', '155237.964000', '155237.967000', '155237.969000', '155237.972000', '155237.974000', '155237.977000', '155237.980000', '155237.982000', '155237.985000', '155237.987000', '155237.990000', '155237.993000', '155237.995000', '155237.998000', '155238.001000', '155238.004000', '155238.006000', '155238.009000', '155238.012000', '155238.014000', '155238.017000', '155238.019000', '155238.022000', '155238.024000', '155238.027000', '155238.030000', '155238.032000', '155238.035000', '155238.037000', '155238.040000', '155238.042000', '155238.045000', '155238.048000', '155238.050000', '155238.056000', '155238.058000', '155238.061000', '155238.063000', '155238.066000', '155238.069000', '155238.071000', '155238.074000', '155257.958000', '155257.961000', '155257.964000', '155257.966000', '155257.969000', '155257.972000', '155257.974000', '155257.977000', '155257.979000', '155257.982000', '155257.984000', '155257.987000', '155257.990000', '155257.993000', '155257.996000', '155258.000000', '155258.002000', '155258.005000', '155258.007000', '155258.010000', '155258.013000', '155258.015000', '155258.018000', '155258.020000', '155258.023000', '155258.025000', '155258.028000', '155258.030000', '155258.033000', '155258.036000', '155258.038000', '155258.041000', '155258.043000', '155258.046000', '155258.049000', '155258.051000', '155258.054000', '155258.056000', '155258.059000', '155258.061000', '155258.064000', '155258.066000', '155258.069000', '155317.958000', '155317.961000', '155317.964000', '155317.967000', '155317.969000', '155317.972000', '155317.975000', '155317.977000', '155317.980000', '155317.982000', '155317.985000', '155317.988000', '155317.990000', '155317.993000', '155317.996000', '155317.998000', '155318.002000', '155318.005000', '155318.007000', '155318.012000', '155318.015000', '155318.017000', '155318.020000', '155318.023000', '155318.025000', '155318.028000', '155318.031000', '155318.033000', '155318.036000', '155318.039000', '155318.041000', '155318.044000', '155318.047000', '155318.049000', '155318.052000', '155318.054000', '155318.057000', '155318.060000', '155318.062000', '155318.065000', '155318.067000', '155318.070000', '155318.073000', '155318.075000', '155337.958000', '155337.961000', '155337.964000', '155337.966000', '155337.969000', '155337.971000', '155337.974000', '155337.977000', '155337.979000', '155337.982000', '155337.984000', '155337.987000', '155337.989000', '155337.992000', '155337.995000', '155337.997000', '155338.001000', '155338.003000', '155338.006000', '155338.008000', '155338.011000', '155338.014000', '155338.016000', '155338.019000', '155338.021000', '155338.024000', '155338.026000', '155338.029000', '155338.032000', '155338.034000', '155338.037000', '155338.039000', '155338.042000', '155338.044000', '155338.047000', '155338.050000', '155338.052000', '155338.055000', '155338.057000', '155338.061000', '155338.066000', '155338.068000', '155338.071000', '155357.958000', '155357.961000', '155357.964000', '155357.966000', '155357.969000', '155357.971000', '155357.974000', '155357.977000', '155357.979000', '155357.982000', '155357.984000', '155357.987000', '155357.995000', '155357.998000', '155358.002000', '155358.004000', '155358.040000', '155358.042000', '155358.045000', '155358.048000', '155358.050000', '155358.053000', '155358.055000', '155358.058000', '155358.060000', '155358.063000', '155358.066000', '155358.068000', '155358.071000', '155358.073000', '155358.076000', '155358.079000', '155358.081000', '155358.084000', '155358.087000', '155358.089000', '155358.092000', '155358.094000', '155358.097000', '155358.099000', '155358.102000', '155358.105000', '155358.107000', '155358.110000', '155417.958000', '155417.960000', '155417.963000', '155417.966000', '155417.968000', '155417.971000', '155417.973000', '155417.976000', '155417.979000', '155417.981000', '155417.984000', '155417.986000', '155417.989000', '155417.991000', '155417.994000', '155417.997000', '155418.000000', '155418.003000', '155418.005000', '155418.008000', '155418.010000', '155418.013000', '155418.016000', '155418.018000', '155418.021000', '155418.023000', '155418.026000', '155418.029000', '155418.031000', '155418.034000', '155418.036000', '155418.039000', '155418.041000', '155418.044000', '155418.047000', '155418.049000', '155418.052000', '155418.054000', '155418.057000', '155418.060000', '155418.062000', '155418.065000', '155418.067000', '155437.958000', '155437.961000', '155437.964000', '155437.966000', '155437.969000', '155437.972000', '155437.975000', '155437.977000', '155437.980000', '155437.983000', '155437.985000', '155437.988000', '155437.990000', '155437.993000', '155437.996000', '155437.998000', '155438.002000', '155438.004000', '155438.007000', '155438.009000', '155438.012000', '155438.014000', '155438.017000', '155438.020000', '155438.022000', '155438.025000', '155438.027000', '155438.030000', '155438.032000', '155438.035000', '155438.038000', '155438.040000', '155438.043000', '155438.045000', '155438.048000', '155438.050000', '155438.053000', '155438.056000', '155438.058000', '155438.061000', '155438.063000', '155438.066000', '155438.068000', '155438.071000', '155457.959000', '155457.961000', '155457.964000', '155457.967000', '155457.969000', '155457.972000', '155457.975000', '155457.977000', '155457.980000', '155457.982000', '155457.985000', '155457.988000', '155457.990000', '155457.993000', '155457.996000', '155457.998000', '155458.002000', '155458.004000', '155458.007000', '155458.009000', '155458.012000', '155458.015000', '155458.017000', '155458.020000', '155458.023000', '155458.025000', '155458.028000', '155458.031000', '155458.033000', '155458.036000', '155458.039000', '155458.041000', '155458.044000', '155458.047000', '155458.049000', '155458.052000', '155458.055000', '155458.057000', '155458.060000', '155458.063000', '155458.066000', '155458.069000', '155458.071000', '155517.959000', '155517.961000', '155517.964000', '155517.967000', '155517.969000', '155517.972000', '155517.974000', '155517.977000', '155517.980000', '155517.982000', '155517.985000', '155517.988000', '155517.990000', '155517.993000', '155517.995000', '155517.998000', '155518.002000', '155518.004000', '155518.007000', '155518.010000', '155518.012000', '155518.015000', '155518.017000', '155518.020000', '155518.022000', '155518.025000', '155518.028000', '155518.030000', '155518.033000', '155518.035000', '155518.038000', '155518.041000', '155518.043000', '155518.046000', '155518.048000', '155518.051000', '155518.054000', '155518.056000', '155518.059000', '155518.061000', '155518.064000', '155518.067000', '155518.069000', '155518.072000', '155537.958000', '155537.961000', '155537.964000', '155537.966000', '155537.969000', '155537.972000', '155537.974000', '155537.977000', '155537.979000', '155537.982000', '155537.984000', '155538.011000', '155538.014000', '155538.016000', '155538.019000', '155538.021000', '155538.024000', '155538.027000', '155538.029000', '155538.032000', '155538.034000', '155538.037000', '155538.040000', '155538.042000', '155538.045000', '155538.047000', '155538.050000', '155538.053000', '155538.055000', '155538.058000', '155538.060000', '155538.063000', '155538.065000', '155538.068000', '155538.071000', '155538.073000', '155538.076000', '155538.078000', '155538.081000', '155538.083000', '155538.086000', '155538.089000', '155538.091000', '155557.959000', '155557.962000', '155557.964000', '155557.967000', '155557.970000', '155557.972000', '155557.975000', '155557.977000', '155557.980000', '155557.983000', '155557.985000', '155557.988000', '155557.991000', '155557.993000', '155557.996000', '155558.000000', '155558.002000', '155558.005000', '155558.007000', '155558.010000', '155558.013000', '155558.015000', '155558.018000', '155558.021000', '155558.023000', '155558.026000', '155558.028000', '155558.031000', '155558.034000', '155558.036000', '155558.039000', '155558.041000', '155558.044000', '155558.047000', '155558.049000', '155558.052000', '155558.054000', '155558.057000', '155558.060000', '155558.062000', '155558.065000', '155558.068000', '155558.070000', '155558.073000', '155617.958000', '155617.961000', '155617.964000', '155617.966000', '155617.969000', '155617.972000', '155617.974000', '155617.977000', '155617.980000', '155617.982000', '155617.985000', '155617.987000', '155617.990000', '155617.993000', '155617.995000', '155617.998000', '155618.002000', '155618.004000', '155618.007000', '155618.009000', '155618.012000', '155618.015000', '155618.017000', '155618.020000', '155618.023000', '155618.025000', '155618.028000', '155618.030000', '155618.033000', '155618.036000', '155618.038000', '155618.041000', '155618.043000', '155618.046000', '155618.049000', '155618.051000', '155618.054000', '155618.056000', '155618.059000', '155618.062000', '155618.064000', '155618.067000', '155618.069000', '155637.957000', '155637.960000', '155637.963000', '155637.965000', '155637.968000', '155637.971000', '155637.973000', '155637.976000', '155637.978000', '155637.981000', '155637.984000', '155637.986000', '155637.989000', '155637.991000', '155637.994000', '155637.996000', '155638.000000', '155638.003000', '155638.005000', '155638.008000', '155638.010000', '155638.013000', '155638.016000', '155638.018000', '155638.021000', '155638.023000', '155638.026000', '155638.029000', '155638.031000', '155638.034000', '155638.036000', '155638.039000', '155638.041000', '155638.044000', '155638.047000', '155638.049000', '155638.052000', '155638.054000', '155638.057000', '155638.060000', '155638.062000', '155638.065000', '155638.067000', '155638.070000', '155657.959000', '155657.961000', '155657.964000', '155657.967000', '155657.969000', '155657.972000', '155657.974000', '155657.977000', '155657.979000', '155657.982000', '155657.985000', '155657.987000', '155657.990000', '155657.992000', '155657.995000', '155657.998000', '155658.001000', '155658.004000', '155658.006000', '155658.009000', '155658.011000', '155658.014000', '155658.024000', '155658.027000', '155658.029000', '155658.032000', '155658.035000', '155658.037000', '155658.040000', '155658.042000', '155658.045000', '155658.047000', '155658.050000', '155658.053000', '155658.055000', '155658.058000', '155658.060000', '155658.063000', '155658.066000', '155658.068000', '155658.071000', '155658.074000', '155658.076000', '155717.958000', '155717.961000', '155717.964000', '155717.966000', '155717.969000', '155717.972000', '155717.974000', '155717.977000', '155717.979000', '155717.982000', '155717.985000', '155717.987000', '155717.990000', '155717.992000', '155717.995000', '155717.998000', '155718.002000', '155718.004000', '155718.007000', '155718.009000', '155718.012000', '155718.015000', '155718.017000', '155718.020000', '155718.023000', '155718.025000', '155718.028000', '155718.031000', '155718.033000', '155718.036000', '155718.038000', '155718.041000', '155718.044000', '155718.046000', '155718.049000', '155718.051000', '155718.054000', '155718.057000', '155718.059000', '155718.062000', '155718.064000', '155718.068000', '155718.071000', '155718.074000', '155737.958000', '155737.961000', '155737.964000', '155737.966000', '155737.969000', '155737.972000', '155737.974000', '155737.977000', '155737.979000', '155737.982000', '155737.984000', '155737.987000', '155737.990000', '155737.992000', '155737.995000', '155737.997000', '155738.001000', '155738.004000', '155738.006000', '155738.009000', '155738.012000', '155738.014000', '155738.017000', '155738.019000', '155738.022000', '155738.024000', '155738.027000', '155738.029000', '155738.032000', '155738.041000', '155738.044000', '155738.046000', '155738.049000', '155738.051000', '155738.054000', '155738.056000', '155738.059000', '155738.062000', '155738.064000', '155738.067000', '155738.069000', '155738.072000', '155738.074000', '155757.958000', '155757.961000', '155757.964000', '155757.966000', '155757.969000', '155757.972000', '155757.974000', '155757.977000', '155757.979000', '155757.982000', '155757.984000', '155757.987000', '155757.990000', '155757.992000', '155757.995000', '155757.997000', '155758.001000', '155758.004000', '155758.006000', '155758.009000', '155758.011000', '155758.014000', '155758.017000', '155758.019000', '155758.022000', '155758.024000', '155758.027000', '155758.029000', '155758.032000', '155758.035000', '155758.037000', '155758.040000', '155758.042000', '155758.045000', '155758.048000', '155758.050000', '155758.053000', '155758.055000', '155758.058000', '155758.061000', '155758.063000', '155758.066000', '155758.068000', '155758.071000', '155802.967000', '155802.970000', '155802.973000', '155802.975000', '155802.978000', '155802.981000', '155802.983000', '155802.986000', '155802.989000', '155802.991000', '155802.994000'], 'InstanceCreationTime': ['155137.984000', '155137.987000', '155137.990000', '155137.993000', '155137.995000', '155137.998000', '155138.001000', '155138.004000', '155138.007000', '155138.009000', '155138.012000', '155138.014000', '155138.017000', '155138.019000', '155138.027000', '155138.030000', '155138.032000', '155138.035000', '155138.037000', '155138.040000', '155138.043000', '155138.045000', '155138.048000', '155138.050000', '155138.053000', '155138.055000', '155138.058000', '155138.061000', '155138.068000', '155138.070000', '155138.073000', '155138.076000', '155138.078000', '155138.081000', '155157.958000', '155157.960000', '155157.963000', '155157.966000', '155157.968000', '155157.971000', '155157.973000', '155157.984000', '155157.986000', '155157.989000', '155157.991000', '155157.994000', '155157.997000', '155158.000000', '155158.003000', '155158.005000', '155158.008000', '155158.010000', '155158.013000', '155158.015000', '155158.018000', '155158.021000', '155158.023000', '155158.026000', '155158.028000', '155158.031000', '155158.033000', '155158.036000', '155158.038000', '155158.041000', '155158.043000', '155158.046000', '155158.049000', '155158.051000', '155158.054000', '155158.056000', '155158.059000', '155158.061000', '155158.064000', '155158.066000', '155158.069000', '155158.072000', '155158.074000', '155158.077000', '155217.958000', '155217.961000', '155217.964000', '155217.966000', '155217.969000', '155217.972000', '155217.974000', '155217.977000', '155217.979000', '155217.982000', '155217.985000', '155217.987000', '155217.990000', '155217.992000', '155217.995000', '155217.997000', '155218.001000', '155218.004000', '155218.006000', '155218.009000', '155218.025000', '155218.028000', '155218.030000', '155218.033000', '155218.035000', '155218.038000', '155218.040000', '155218.043000', '155218.046000', '155218.048000', '155218.051000', '155218.053000', '155218.056000', '155218.058000', '155218.061000', '155218.064000', '155218.066000', '155218.069000', '155218.076000', '155218.079000', '155218.081000', '155218.084000', '155218.086000', '155237.959000', '155237.961000', '155237.964000', '155237.967000', '155237.969000', '155237.972000', '155237.974000', '155237.977000', '155237.980000', '155237.982000', '155237.985000', '155237.987000', '155237.990000', '155237.993000', '155237.995000', '155237.998000', '155238.001000', '155238.004000', '155238.006000', '155238.009000', '155238.012000', '155238.014000', '155238.017000', '155238.019000', '155238.022000', '155238.024000', '155238.027000', '155238.030000', '155238.032000', '155238.035000', '155238.037000', '155238.040000', '155238.042000', '155238.045000', '155238.048000', '155238.050000', '155238.056000', '155238.058000', '155238.061000', '155238.063000', '155238.066000', '155238.069000', '155238.071000', '155238.074000', '155257.958000', '155257.961000', '155257.964000', '155257.966000', '155257.969000', '155257.972000', '155257.974000', '155257.977000', '155257.979000', '155257.982000', '155257.984000', '155257.987000', '155257.990000', '155257.993000', '155257.996000', '155258.000000', '155258.002000', '155258.005000', '155258.007000', '155258.010000', '155258.013000', '155258.015000', '155258.018000', '155258.020000', '155258.023000', '155258.025000', '155258.028000', '155258.030000', '155258.033000', '155258.036000', '155258.038000', '155258.041000', '155258.043000', '155258.046000', '155258.049000', '155258.051000', '155258.054000', '155258.056000', '155258.059000', '155258.061000', '155258.064000', '155258.066000', '155258.069000', '155317.958000', '155317.961000', '155317.964000', '155317.967000', '155317.969000', '155317.972000', '155317.975000', '155317.977000', '155317.980000', '155317.982000', '155317.985000', '155317.988000', '155317.990000', '155317.993000', '155317.996000', '155317.998000', '155318.002000', '155318.005000', '155318.007000', '155318.012000', '155318.015000', '155318.017000', '155318.020000', '155318.023000', '155318.025000', '155318.028000', '155318.031000', '155318.033000', '155318.036000', '155318.039000', '155318.041000', '155318.044000', '155318.047000', '155318.049000', '155318.052000', '155318.054000', '155318.057000', '155318.060000', '155318.062000', '155318.065000', '155318.067000', '155318.070000', '155318.073000', '155318.075000', '155337.958000', '155337.961000', '155337.964000', '155337.966000', '155337.969000', '155337.971000', '155337.974000', '155337.977000', '155337.979000', '155337.982000', '155337.984000', '155337.987000', '155337.989000', '155337.992000', '155337.995000', '155337.997000', '155338.001000', '155338.003000', '155338.006000', '155338.008000', '155338.011000', '155338.014000', '155338.016000', '155338.019000', '155338.021000', '155338.024000', '155338.026000', '155338.029000', '155338.032000', '155338.034000', '155338.037000', '155338.039000', '155338.042000', '155338.044000', '155338.047000', '155338.050000', '155338.052000', '155338.055000', '155338.057000', '155338.061000', '155338.066000', '155338.068000', '155338.071000', '155357.958000', '155357.961000', '155357.964000', '155357.966000', '155357.969000', '155357.971000', '155357.974000', '155357.977000', '155357.979000', '155357.982000', '155357.984000', '155357.987000', '155357.995000', '155357.998000', '155358.002000', '155358.004000', '155358.040000', '155358.042000', '155358.045000', '155358.048000', '155358.050000', '155358.053000', '155358.055000', '155358.058000', '155358.060000', '155358.063000', '155358.066000', '155358.068000', '155358.071000', '155358.073000', '155358.076000', '155358.079000', '155358.081000', '155358.084000', '155358.087000', '155358.089000', '155358.092000', '155358.094000', '155358.097000', '155358.099000', '155358.102000', '155358.105000', '155358.107000', '155358.110000', '155417.958000', '155417.960000', '155417.963000', '155417.966000', '155417.968000', '155417.971000', '155417.973000', '155417.976000', '155417.979000', '155417.981000', '155417.984000', '155417.986000', '155417.989000', '155417.991000', '155417.994000', '155417.997000', '155418.000000', '155418.003000', '155418.005000', '155418.008000', '155418.010000', '155418.013000', '155418.016000', '155418.018000', '155418.021000', '155418.023000', '155418.026000', '155418.029000', '155418.031000', '155418.034000', '155418.036000', '155418.039000', '155418.041000', '155418.044000', '155418.047000', '155418.049000', '155418.052000', '155418.054000', '155418.057000', '155418.060000', '155418.062000', '155418.065000', '155418.067000', '155437.958000', '155437.961000', '155437.964000', '155437.966000', '155437.969000', '155437.972000', '155437.975000', '155437.977000', '155437.980000', '155437.983000', '155437.985000', '155437.988000', '155437.990000', '155437.993000', '155437.996000', '155437.998000', '155438.002000', '155438.004000', '155438.007000', '155438.009000', '155438.012000', '155438.014000', '155438.017000', '155438.020000', '155438.022000', '155438.025000', '155438.027000', '155438.030000', '155438.032000', '155438.035000', '155438.038000', '155438.040000', '155438.043000', '155438.045000', '155438.048000', '155438.050000', '155438.053000', '155438.056000', '155438.058000', '155438.061000', '155438.063000', '155438.066000', '155438.068000', '155438.071000', '155457.959000', '155457.961000', '155457.964000', '155457.967000', '155457.969000', '155457.972000', '155457.975000', '155457.977000', '155457.980000', '155457.982000', '155457.985000', '155457.988000', '155457.990000', '155457.993000', '155457.996000', '155457.998000', '155458.002000', '155458.004000', '155458.007000', '155458.009000', '155458.012000', '155458.015000', '155458.017000', '155458.020000', '155458.023000', '155458.025000', '155458.028000', '155458.031000', '155458.033000', '155458.036000', '155458.039000', '155458.041000', '155458.044000', '155458.047000', '155458.049000', '155458.052000', '155458.055000', '155458.057000', '155458.060000', '155458.063000', '155458.066000', '155458.069000', '155458.071000', '155517.959000', '155517.961000', '155517.964000', '155517.967000', '155517.969000', '155517.972000', '155517.974000', '155517.977000', '155517.980000', '155517.982000', '155517.985000', '155517.988000', '155517.990000', '155517.993000', '155517.995000', '155517.998000', '155518.002000', '155518.004000', '155518.007000', '155518.010000', '155518.012000', '155518.015000', '155518.017000', '155518.020000', '155518.022000', '155518.025000', '155518.028000', '155518.030000', '155518.033000', '155518.035000', '155518.038000', '155518.041000', '155518.043000', '155518.046000', '155518.048000', '155518.051000', '155518.054000', '155518.056000', '155518.059000', '155518.061000', '155518.064000', '155518.067000', '155518.069000', '155518.072000', '155537.958000', '155537.961000', '155537.964000', '155537.966000', '155537.969000', '155537.972000', '155537.974000', '155537.977000', '155537.979000', '155537.982000', '155537.984000', '155538.011000', '155538.014000', '155538.016000', '155538.019000', '155538.021000', '155538.024000', '155538.027000', '155538.029000', '155538.032000', '155538.034000', '155538.037000', '155538.040000', '155538.042000', '155538.045000', '155538.047000', '155538.050000', '155538.053000', '155538.055000', '155538.058000', '155538.060000', '155538.063000', '155538.065000', '155538.068000', '155538.071000', '155538.073000', '155538.076000', '155538.078000', '155538.081000', '155538.083000', '155538.086000', '155538.089000', '155538.091000', '155557.959000', '155557.962000', '155557.964000', '155557.967000', '155557.970000', '155557.972000', '155557.975000', '155557.977000', '155557.980000', '155557.983000', '155557.985000', '155557.988000', '155557.991000', '155557.993000', '155557.996000', '155558.000000', '155558.002000', '155558.005000', '155558.007000', '155558.010000', '155558.013000', '155558.015000', '155558.018000', '155558.021000', '155558.023000', '155558.026000', '155558.028000', '155558.031000', '155558.034000', '155558.036000', '155558.039000', '155558.041000', '155558.044000', '155558.047000', '155558.049000', '155558.052000', '155558.054000', '155558.057000', '155558.060000', '155558.062000', '155558.065000', '155558.068000', '155558.070000', '155558.073000', '155617.958000', '155617.961000', '155617.964000', '155617.966000', '155617.969000', '155617.972000', '155617.974000', '155617.977000', '155617.980000', '155617.982000', '155617.985000', '155617.987000', '155617.990000', '155617.993000', '155617.995000', '155617.998000', '155618.002000', '155618.004000', '155618.007000', '155618.009000', '155618.012000', '155618.015000', '155618.017000', '155618.020000', '155618.023000', '155618.025000', '155618.028000', '155618.030000', '155618.033000', '155618.036000', '155618.038000', '155618.041000', '155618.043000', '155618.046000', '155618.049000', '155618.051000', '155618.054000', '155618.056000', '155618.059000', '155618.062000', '155618.064000', '155618.067000', '155618.069000', '155637.957000', '155637.960000', '155637.963000', '155637.965000', '155637.968000', '155637.971000', '155637.973000', '155637.976000', '155637.978000', '155637.981000', '155637.984000', '155637.986000', '155637.989000', '155637.991000', '155637.994000', '155637.996000', '155638.000000', '155638.003000', '155638.005000', '155638.008000', '155638.010000', '155638.013000', '155638.016000', '155638.018000', '155638.021000', '155638.023000', '155638.026000', '155638.029000', '155638.031000', '155638.034000', '155638.036000', '155638.039000', '155638.041000', '155638.044000', '155638.047000', '155638.049000', '155638.052000', '155638.054000', '155638.057000', '155638.060000', '155638.062000', '155638.065000', '155638.067000', '155638.070000', '155657.959000', '155657.961000', '155657.964000', '155657.967000', '155657.969000', '155657.972000', '155657.974000', '155657.977000', '155657.979000', '155657.982000', '155657.985000', '155657.987000', '155657.990000', '155657.992000', '155657.995000', '155657.998000', '155658.001000', '155658.004000', '155658.006000', '155658.009000', '155658.011000', '155658.014000', '155658.024000', '155658.027000', '155658.029000', '155658.032000', '155658.035000', '155658.037000', '155658.040000', '155658.042000', '155658.045000', '155658.047000', '155658.050000', '155658.053000', '155658.055000', '155658.058000', '155658.060000', '155658.063000', '155658.066000', '155658.068000', '155658.071000', '155658.074000', '155658.076000', '155717.958000', '155717.961000', '155717.964000', '155717.966000', '155717.969000', '155717.972000', '155717.974000', '155717.977000', '155717.979000', '155717.982000', '155717.985000', '155717.987000', '155717.990000', '155717.992000', '155717.995000', '155717.998000', '155718.002000', '155718.004000', '155718.007000', '155718.009000', '155718.012000', '155718.015000', '155718.017000', '155718.020000', '155718.023000', '155718.025000', '155718.028000', '155718.031000', '155718.033000', '155718.036000', '155718.038000', '155718.041000', '155718.044000', '155718.046000', '155718.049000', '155718.051000', '155718.054000', '155718.057000', '155718.059000', '155718.062000', '155718.064000', '155718.068000', '155718.071000', '155718.074000', '155737.958000', '155737.961000', '155737.964000', '155737.966000', '155737.969000', '155737.972000', '155737.974000', '155737.977000', '155737.979000', '155737.982000', '155737.984000', '155737.987000', '155737.990000', '155737.992000', '155737.995000', '155737.997000', '155738.001000', '155738.004000', '155738.006000', '155738.009000', '155738.012000', '155738.014000', '155738.017000', '155738.019000', '155738.022000', '155738.024000', '155738.027000', '155738.029000', '155738.032000', '155738.041000', '155738.044000', '155738.046000', '155738.049000', '155738.051000', '155738.054000', '155738.056000', '155738.059000', '155738.062000', '155738.064000', '155738.067000', '155738.069000', '155738.072000', '155738.074000', '155757.958000', '155757.961000', '155757.964000', '155757.966000', '155757.969000', '155757.972000', '155757.974000', '155757.977000', '155757.979000', '155757.982000', '155757.984000', '155757.987000', '155757.990000', '155757.992000', '155757.995000', '155757.997000', '155758.001000', '155758.004000', '155758.006000', '155758.009000', '155758.011000', '155758.014000', '155758.017000', '155758.019000', '155758.022000', '155758.024000', '155758.027000', '155758.029000', '155758.032000', '155758.035000', '155758.037000', '155758.040000', '155758.042000', '155758.045000', '155758.048000', '155758.050000', '155758.053000', '155758.055000', '155758.058000', '155758.061000', '155758.063000', '155758.066000', '155758.068000', '155758.071000', '155802.967000', '155802.970000', '155802.973000', '155802.975000', '155802.978000', '155802.981000', '155802.983000', '155802.986000', '155802.989000', '155802.991000', '155802.994000'], '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': [11857, 8820, 12604, 8980, 9511, 8228, 9636, 7616, 11321, 9565, 8665, 10594, 9486, 9281, 7549, 9461, 7556, 11177, 7868, 10618, 8924, 8611, 9587, 8184, 9112, 7948, 11338, 7838, 10728, 9171, 8356, 8498, 8506, 8076, 8504, 9983, 8487, 10602, 7844, 9480, 7835, 8837, 7919, 9445, 8003, 8777, 7686, 9652, 8185, 10001, 7917, 11350, 8559, 9113, 7913, 8942, 7693, 10650, 9570, 8956, 8246, 8055, 10063, 8487, 9919, 7715, 9058, 10269, 9167, 9573, 9312, 8837, 8235, 10156, 9749, 9877, 10246, 10619, 8756, 8617, 8078, 9712, 9209, 10152, 9568, 9419, 7963, 7759, 7974, 8611, 7785, 9578, 8222, 9995, 8051, 9135, 8565, 10564, 8336, 11237, 8033, 9341, 7856, 9194, 8127, 10181, 8105, 9590, 8180, 9098, 8218, 9178, 9003, 10353, 8056, 11091, 8663, 9222, 7819, 10269, 9315, 8536, 9089, 8053, 9276, 8399, 8255, 7359, 7791, 7560, 10167, 8214, 10592, 8774, 9437, 7615, 10648, 7706, 10273, 8329, 11344, 10057, 9058, 9169, 7308, 8639, 9601, 9273, 8373, 7889, 8049, 7836, 11119, 8255, 10282, 8555, 8970, 7884, 8770, 8055, 11091, 7912, 10482, 8071, 7632, 7864, 8522, 7980, 10162, 7647, 9801, 8281, 8790, 7869, 8728, 7916, 10385, 9338, 9933, 7981, 9100, 7912, 9388, 8132, 10578, 7955, 10396, 9219, 8749, 7956, 9740, 8154, 10764, 8856, 10401, 7926, 7383, 8815, 8470, 8941, 8730, 9509, 9292, 9553, 10028, 8171, 7842, 7969, 9019, 7695, 9271, 8159, 8206, 8822, 7536, 8525, 8838, 9424, 8440, 10118, 8564, 8287, 8852, 7747, 9135, 10127, 9583, 10995, 9663, 9327, 9182, 8436, 9382, 10500, 8825, 10188, 9170, 9578, 8756, 8805, 8588, 10485, 8216, 9612, 7833, 9864, 8529, 8589, 7912, 8332, 9281, 8601, 9313, 7352, 8639, 9753, 9516, 8378, 10407, 8274, 9690, 8198, 7866, 8644, 10381, 8090, 10923, 8062, 10364, 7531, 10364, 8453, 9024, 7657, 8598, 8845, 8955, 8375, 8721, 8048, 10011, 7932, 10318, 8969, 10103, 7989, 9288, 7993, 9725, 7912, 9977, 8159, 7353, 8040, 8578, 7798, 9964, 8332, 8906, 7874, 9064, 8136, 10407, 8078, 9834, 8906, 9353, 7820, 9316, 8194, 9705, 10380, 9632, 10886, 7773, 8510, 8045, 9722, 8099, 9944, 8782, 9314, 7999, 9556, 8368, 9842, 8575, 8524, 8813, 8070, 8625, 7844, 10707, 8038, 10030, 9406, 9517, 8010, 9195, 8831, 9804, 8948, 10376, 10068, 9654, 9040, 9796, 8785, 9096, 8432, 8604, 8668, 8025, 7927, 7930, 9143, 8043, 9403, 8909, 10030, 7977, 9334, 8227, 9288, 8383, 9350, 8690, 8880, 8884, 8956, 8632, 9909, 8399, 10084, 8326, 8741, 8927, 8628, 9616, 8986, 8155, 9928, 7715, 9565, 8022, 7788, 8174, 9629, 8195, 9122, 8118, 8833, 9054, 9681, 8147, 9662, 7885, 9223, 7882, 9341, 7760, 11104, 8028, 9808, 8052, 9388, 9526, 7683, 10029, 8304, 9179, 7321, 8845, 9004, 7733, 10146, 7951, 10183, 8196, 9533, 7890, 9244, 7891, 9100, 7974, 9174, 7602, 9082, 7729, 9988, 7678, 9749, 9098, 8860, 7959, 8873, 9465, 8392, 9854, 8201, 9909, 8205, 9225, 8374, 9723, 8045, 9320, 7935, 9935, 7841, 9390, 8807, 9834, 8699, 10238, 9150, 8746, 8819, 8914, 8821, 10279, 7985, 10963, 8084, 9221, 7786, 9180, 8022, 11501, 8288, 10351, 8745, 8890, 7816, 8617, 7678, 9208, 8926, 8331, 8301, 7974, 8501, 8472, 8291, 7759, 7805, 7550, 9795, 7853, 8451, 7755, 9719, 7952, 9739, 8627, 8370, 7599, 9128, 7885, 9647, 7756, 8718, 8329, 9256, 7897, 9319, 8030, 9958, 7788, 9451, 8333, 8531, 7932, 8766, 7876, 9043, 8179, 10093, 7791, 8751, 7999, 8536, 7776, 8606, 8121, 9542, 7954, 9908, 8115, 9105, 8767, 7762, 9010, 7994, 8849, 8092, 9743, 7998, 9142, 9302, 8350, 8391, 8474, 9842, 7856, 7650, 8150, 8781, 9497, 8048, 10274, 7841, 9886, 8577, 9237, 7927, 9355, 7837, 9464, 8016, 9683, 8999, 9713, 7863, 8333, 9428, 7964, 10117, 8333, 9186, 7992, 8945, 8060, 9760, 7933, 11117, 8236, 9351, 7915, 8019, 8151, 9476, 7405, 8985, 8020, 8903, 7902, 9535, 7762, 8964, 8755, 8525, 8033, 8768, 8195, 9608, 7948, 10120, 9204, 8934, 9107, 8777, 8657, 9170, 8029, 8849, 9880, 8385, 9720, 8164, 9746, 7949, 9652, 8275, 9743, 7909, 9195, 8688, 9448, 8618, 8544, 7939, 9257, 7982, 8820, 7842, 8027, 7899, 9480, 8123, 9853, 8032, 10910, 7864, 8907, 7689, 9028, 8335, 9058, 7704, 8553, 8138, 8297, 8158, 8108, 8069, 10392, 8929, 8677, 9709, 8321, 9423, 8633, 9687, 8035, 9783, 7806, 9162, 8790, 8290, 7985, 9204, 7950, 9116, 8063, 9104, 8238, 8570, 7755, 7357, 7888, 8383, 7984, 8609, 8300, 10050, 7925, 9534, 7929, 9818, 7767, 9173, 7804, 8772, 7870, 7506, 7908, 9088, 7523, 8495, 7893, 8636, 7344, 7555, 7917, 9187, 8971, 8557, 9673, 8551, 8576, 8321, 9141, 8382, 9810, 7562, 9541, 8630, 7791, 8792, 8130, 9470, 8003, 7761, 8249, 7802, 8346, 7990, 8632, 7814, 9198, 8705, 8873, 8780, 8382, 8415, 9148, 7360, 8842, 7596, 8800, 8135, 9461, 7920, 8826, 7771, 9601, 7928, 9236, 7835, 9139, 8328, 8545, 7543, 8452, 8032, 7912, 9292, 8200, 10440, 8335, 9046, 9158, 9364, 9022, 10221, 8227, 12142, 8873, 12599, 8746, 11040, 8486, 9578, 9145, 8583, 9907, 8322, 10232, 8559, 10584, 8234, 9638, 8304, 9762, 8177, 8060, 8005, 9148, 9151, 7903, 9297, 7962, 8779, 7678, 8230, 8053, 8322, 8100, 9587, 7976, 9020, 7908, 7318, 7999, 8808, 8048, 9466, 7557, 8909, 8053, 9364, 8202, 9563, 7846, 9398, 8178, 9254, 7766, 8760, 8945, 8124, 9480, 7824, 9665, 8477, 9363, 8157, 9527, 8387, 9250, 8711, 10499, 9644, 8553, 8388, 8062, 9107, 7949, 9356, 8103, 8564, 8796, 7915, 8807, 8018, 9662, 9354, 10575, 8122, 8247, 8178, 8286, 7893, 9214, 7912, 9308, 8448, 9485, 8552, 9241, 9259, 8052, 8207, 8300, 8392, 8141, 9099, 8544, 9185, 9163, 7897, 8554, 8062, 8939, 8017, 9339, 8481, 7839, 9161, 10283, 8322], 'WindowCenter': [4318.0, 4287.0, 4314.0, 4260.0, 4256.0, 4247.0, 4253.0, 4234.0, 4261.0, 4243.0, 4243.0, 4264.0, 4242.0, 4240.0, 4221.0, 4240.0, 4221.0, 4261.0, 4218.0, 4263.0, 4243.0, 4230.0, 4240.0, 4230.0, 4239.0, 4222.0, 4249.0, 4219.0, 4261.0, 4239.0, 4217.0, 4230.0, 4218.0, 4218.0, 4229.0, 4238.0, 4230.0, 4251.0, 4219.0, 4240.0, 4221.0, 4255.0, 4232.0, 4265.0, 4244.0, 4243.0, 4233.0, 4253.0, 4244.0, 4253.0, 4232.0, 4262.0, 4245.0, 4242.0, 4231.0, 4240.0, 4221.0, 4246.0, 4251.0, 4240.0, 4241.0, 4232.0, 4251.0, 4225.0, 4252.0, 4232.0, 4252.0, 4249.0, 4254.0, 4251.0, 4240.0, 4241.0, 4215.0, 4252.0, 4240.0, 4242.0, 4250.0, 4234.0, 4229.0, 4228.0, 4219.0, 4239.0, 4228.0, 4249.0, 4240.0, 4240.0, 4219.0, 4218.0, 4221.0, 4228.0, 4220.0, 4251.0, 4232.0, 4251.0, 4231.0, 4241.0, 4242.0, 4260.0, 4231.0, 4246.0, 4220.0, 4224.0, 4233.0, 4239.0, 4230.0, 4249.0, 4230.0, 4250.0, 4233.0, 4241.0, 4226.0, 4254.0, 4254.0, 4262.0, 4233.0, 4246.0, 4243.0, 4240.0, 4220.0, 4251.0, 4240.0, 4229.0, 4229.0, 4232.0, 4241.0, 4231.0, 4230.0, 4222.0, 4231.0, 4219.0, 4262.0, 4243.0, 4247.0, 4230.0, 4241.0, 4221.0, 4236.0, 4220.0, 4249.0, 4231.0, 4262.0, 4240.0, 4213.0, 4240.0, 4207.0, 4241.0, 4252.0, 4252.0, 4238.0, 4233.0, 4231.0, 4234.0, 4262.0, 4233.0, 4247.0, 4242.0, 4240.0, 4231.0, 4241.0, 4231.0, 4260.0, 4220.0, 4250.0, 4219.0, 4208.0, 4229.0, 4229.0, 4229.0, 4252.0, 4222.0, 4251.0, 4232.0, 4240.0, 4231.0, 4241.0, 4233.0, 4263.0, 4252.0, 4250.0, 4220.0, 4240.0, 4231.0, 4241.0, 4230.0, 4250.0, 4220.0, 4235.0, 4241.0, 4228.0, 4219.0, 4223.0, 4232.0, 4234.0, 4227.0, 4249.0, 4219.0, 4208.0, 4229.0, 4229.0, 4237.0, 4228.0, 4239.0, 4240.0, 4240.0, 4240.0, 4219.0, 4217.0, 4203.0, 4227.0, 4218.0, 4238.0, 4230.0, 4229.0, 4224.0, 4219.0, 4241.0, 4240.0, 4237.0, 4232.0, 4236.0, 4230.0, 4229.0, 4240.0, 4230.0, 4242.0, 4235.0, 4251.0, 4250.0, 4240.0, 4239.0, 4239.0, 4231.0, 4239.0, 4248.0, 4229.0, 4250.0, 4228.0, 4238.0, 4227.0, 4229.0, 4230.0, 4249.0, 4215.0, 4238.0, 4219.0, 4237.0, 4230.0, 4214.0, 4219.0, 4229.0, 4239.0, 4232.0, 4251.0, 4206.0, 4243.0, 4252.0, 4250.0, 4243.0, 4261.0, 4216.0, 4239.0, 4230.0, 4230.0, 4242.0, 4252.0, 4221.0, 4261.0, 4221.0, 4263.0, 4232.0, 4261.0, 4231.0, 4239.0, 4220.0, 4230.0, 4240.0, 4239.0, 4229.0, 4227.0, 4218.0, 4248.0, 4219.0, 4248.0, 4216.0, 4238.0, 4204.0, 4212.0, 4203.0, 4228.0, 4218.0, 4239.0, 4203.0, 4208.0, 4230.0, 4239.0, 4232.0, 4262.0, 4227.0, 4226.0, 4232.0, 4240.0, 4233.0, 4262.0, 4233.0, 4253.0, 4226.0, 4239.0, 4220.0, 4240.0, 4232.0, 4250.0, 4262.0, 4250.0, 4262.0, 4220.0, 4229.0, 4221.0, 4239.0, 4230.0, 4235.0, 4229.0, 4239.0, 4230.0, 4249.0, 4230.0, 4252.0, 4241.0, 4226.0, 4225.0, 4233.0, 4240.0, 4232.0, 4246.0, 4231.0, 4251.0, 4242.0, 4239.0, 4219.0, 4223.0, 4239.0, 4238.0, 4229.0, 4250.0, 4223.0, 4239.0, 4239.0, 4238.0, 4214.0, 4227.0, 4231.0, 4243.0, 4242.0, 4232.0, 4214.0, 4231.0, 4241.0, 4231.0, 4239.0, 4240.0, 4238.0, 4204.0, 4214.0, 4219.0, 4227.0, 4218.0, 4239.0, 4213.0, 4228.0, 4228.0, 4227.0, 4229.0, 4239.0, 4217.0, 4249.0, 4228.0, 4230.0, 4239.0, 4241.0, 4228.0, 4239.0, 4217.0, 4251.0, 4221.0, 4251.0, 4231.0, 4233.0, 4243.0, 4254.0, 4231.0, 4251.0, 4230.0, 4243.0, 4242.0, 4252.0, 4233.0, 4252.0, 4220.0, 4225.0, 4232.0, 4240.0, 4221.0, 4260.0, 4232.0, 4251.0, 4231.0, 4241.0, 4252.0, 4204.0, 4250.0, 4229.0, 4252.0, 4222.0, 4240.0, 4242.0, 4232.0, 4246.0, 4233.0, 4253.0, 4218.0, 4238.0, 4220.0, 4239.0, 4220.0, 4241.0, 4216.0, 4240.0, 4218.0, 4229.0, 4221.0, 4249.0, 4221.0, 4239.0, 4240.0, 4217.0, 4220.0, 4240.0, 4238.0, 4232.0, 4251.0, 4231.0, 4249.0, 4215.0, 4240.0, 4232.0, 4250.0, 4217.0, 4225.0, 4231.0, 4250.0, 4232.0, 4243.0, 4242.0, 4252.0, 4244.0, 4261.0, 4238.0, 4232.0, 4242.0, 4242.0, 4242.0, 4250.0, 4217.0, 4261.0, 4221.0, 4239.0, 4221.0, 4241.0, 4232.0, 4261.0, 4231.0, 4249.0, 4230.0, 4228.0, 4216.0, 4227.0, 4220.0, 4240.0, 4228.0, 4230.0, 4231.0, 4219.0, 4240.0, 4244.0, 4243.0, 4232.0, 4221.0, 4232.0, 4251.0, 4233.0, 4242.0, 4234.0, 4252.0, 4217.0, 4237.0, 4216.0, 4215.0, 4220.0, 4240.0, 4219.0, 4240.0, 4221.0, 4230.0, 4231.0, 4240.0, 4219.0, 4240.0, 4232.0, 4250.0, 4220.0, 4252.0, 4230.0, 4230.0, 4216.0, 4231.0, 4231.0, 4227.0, 4233.0, 4251.0, 4221.0, 4228.0, 4219.0, 4229.0, 4220.0, 4230.0, 4234.0, 4240.0, 4231.0, 4251.0, 4232.0, 4252.0, 4244.0, 4234.0, 4227.0, 4234.0, 4241.0, 4234.0, 4252.0, 4233.0, 4254.0, 4226.0, 4243.0, 4232.0, 4231.0, 4264.0, 4233.0, 4235.0, 4243.0, 4231.0, 4252.0, 4244.0, 4262.0, 4231.0, 4237.0, 4241.0, 4242.0, 4232.0, 4241.0, 4221.0, 4241.0, 4233.0, 4236.0, 4243.0, 4240.0, 4227.0, 4231.0, 4241.0, 4211.0, 4252.0, 4216.0, 4241.0, 4204.0, 4217.0, 4207.0, 4240.0, 4220.0, 4261.0, 4219.0, 4227.0, 4217.0, 4204.0, 4204.0, 4239.0, 4197.0, 4228.0, 4218.0, 4228.0, 4219.0, 4240.0, 4221.0, 4242.0, 4242.0, 4215.0, 4230.0, 4231.0, 4216.0, 4240.0, 4220.0, 4240.0, 4228.0, 4230.0, 4214.0, 4228.0, 4228.0, 4237.0, 4217.0, 4229.0, 4221.0, 4229.0, 4239.0, 4219.0, 4237.0, 4220.0, 4239.0, 4230.0, 4253.0, 4220.0, 4240.0, 4215.0, 4240.0, 4241.0, 4242.0, 4243.0, 4239.0, 4216.0, 4227.0, 4231.0, 4220.0, 4232.0, 4240.0, 4207.0, 4239.0, 4218.0, 4249.0, 4220.0, 4228.0, 4209.0, 4213.0, 4203.0, 4229.0, 4220.0, 4231.0, 4230.0, 4230.0, 4230.0, 4204.0, 4217.0, 4236.0, 4230.0, 4231.0, 4240.0, 4219.0, 4238.0, 4230.0, 4237.0, 4219.0, 4223.0, 4208.0, 4239.0, 4231.0, 4230.0, 4204.0, 4240.0, 4214.0, 4229.0, 4219.0, 4241.0, 4232.0, 4229.0, 4205.0, 4208.0, 4230.0, 4228.0, 4219.0, 4229.0, 4231.0, 4236.0, 4219.0, 4239.0, 4220.0, 4237.0, 4209.0, 4240.0, 4204.0, 4213.0, 4218.0, 4207.0, 4219.0, 4229.0, 4220.0, 4217.0, 4220.0, 4231.0, 4211.0, 4206.0, 4218.0, 4241.0, 4230.0, 4231.0, 4241.0, 4230.0, 4229.0, 4229.0, 4239.0, 4230.0, 4239.0, 4219.0, 4241.0, 4231.0, 4218.0, 4231.0, 4220.0, 4251.0, 4231.0, 4234.0, 4243.0, 4233.0, 4232.0, 4231.0, 4241.0, 4205.0, 4243.0, 4229.0, 4241.0, 4228.0, 4229.0, 4230.0, 4240.0, 4220.0, 4242.0, 4235.0, 4226.0, 4232.0, 4251.0, 4233.0, 4242.0, 4221.0, 4252.0, 4217.0, 4251.0, 4247.0, 4269.0, 4246.0, 4240.0, 4234.0, 4246.0, 4243.0, 4244.0, 4238.0, 4232.0, 4261.0, 4231.0, 4241.0, 4225.0, 4240.0, 4229.0, 4251.0, 4219.0, 4258.0, 4229.0, 4270.0, 4217.0, 4245.0, 4216.0, 4210.0, 4226.0, 4227.0, 4238.0, 4229.0, 4236.0, 4217.0, 4236.0, 4205.0, 4223.0, 4202.0, 4224.0, 4216.0, 4192.0, 4205.0, 4227.0, 4211.0, 4216.0, 4226.0, 4217.0, 4229.0, 4220.0, 4230.0, 4220.0, 4231.0, 4233.0, 4251.0, 4232.0, 4243.0, 4231.0, 4196.0, 4231.0, 4240.0, 4216.0, 4250.0, 4233.0, 4240.0, 4233.0, 4225.0, 4231.0, 4252.0, 4233.0, 4254.0, 4231.0, 4252.0, 4232.0, 4244.0, 4253.0, 4244.0, 4255.0, 4233.0, 4254.0, 4232.0, 4241.0, 4231.0, 4251.0, 4232.0, 4240.0, 4244.0, 4249.0, 4241.0, 4214.0, 4218.0, 4218.0, 4238.0, 4231.0, 4252.0, 4216.0, 4241.0, 4226.0, 4231.0, 4239.0, 4232.0, 4254.0, 4242.0, 4261.0, 4208.0, 4229.0, 4230.0, 4232.0, 4214.0, 4238.0, 4219.0, 4239.0, 4215.0, 4250.0, 4225.0, 4240.0, 4240.0, 4218.0, 4217.0, 4229.0, 4219.0, 4219.0, 4226.0, 4230.0, 4239.0, 4239.0, 4204.0, 4228.0, 4231.0, 4243.0, 4232.0, 4240.0, 4242.0, 4220.0, 4253.0, 4251.0, 4231.0], 'WindowWidth': [9542.0, 9497.0, 9524.0, 9442.0, 9430.0, 9414.0, 9418.0, 9394.0, 9427.0, 9402.0, 9403.0, 9432.0, 9399.0, 9393.0, 9369.0, 9393.0, 9371.0, 9423.0, 9364.0, 9428.0, 9403.0, 9380.0, 9394.0, 9378.0, 9390.0, 9371.0, 9404.0, 9364.0, 9424.0, 9392.0, 9357.0, 9378.0, 9359.0, 9359.0, 9376.0, 9386.0, 9382.0, 9407.0, 9364.0, 9393.0, 9369.0, 9423.0, 9388.0, 9437.0, 9408.0, 9403.0, 9390.0, 9419.0, 9407.0, 9416.0, 9388.0, 9427.0, 9410.0, 9399.0, 9384.0, 9395.0, 9371.0, 9392.0, 9409.0, 9394.0, 9401.0, 9387.0, 9411.0, 9364.0, 9414.0, 9386.0, 9416.0, 9403.0, 9420.0, 9412.0, 9397.0, 9396.0, 9352.0, 9414.0, 9393.0, 9398.0, 9407.0, 9373.0, 9376.0, 9375.0, 9365.0, 9391.0, 9375.0, 9403.0, 9393.0, 9394.0, 9364.0, 9362.0, 9369.0, 9376.0, 9368.0, 9412.0, 9387.0, 9412.0, 9384.0, 9398.0, 9401.0, 9422.0, 9382.0, 9392.0, 9369.0, 9363.0, 9388.0, 9394.0, 9382.0, 9407.0, 9383.0, 9412.0, 9389.0, 9399.0, 9368.0, 9419.0, 9420.0, 9427.0, 9389.0, 9394.0, 9402.0, 9393.0, 9369.0, 9409.0, 9394.0, 9378.0, 9378.0, 9386.0, 9397.0, 9383.0, 9380.0, 9372.0, 9386.0, 9365.0, 9431.0, 9405.0, 9398.0, 9377.0, 9397.0, 9371.0, 9378.0, 9369.0, 9406.0, 9383.0, 9425.0, 9393.0, 9343.0, 9392.0, 9346.0, 9399.0, 9414.0, 9414.0, 9393.0, 9391.0, 9388.0, 9395.0, 9429.0, 9390.0, 9397.0, 9401.0, 9395.0, 9384.0, 9396.0, 9384.0, 9420.0, 9368.0, 9407.0, 9366.0, 9347.0, 9378.0, 9378.0, 9380.0, 9414.0, 9374.0, 9411.0, 9388.0, 9394.0, 9385.0, 9399.0, 9390.0, 9430.0, 9414.0, 9408.0, 9368.0, 9394.0, 9383.0, 9397.0, 9381.0, 9409.0, 9369.0, 9377.0, 9396.0, 9376.0, 9365.0, 9359.0, 9388.0, 9374.0, 9374.0, 9403.0, 9364.0, 9347.0, 9377.0, 9377.0, 9389.0, 9376.0, 9390.0, 9395.0, 9393.0, 9392.0, 9363.0, 9358.0, 9332.0, 9373.0, 9363.0, 9390.0, 9382.0, 9377.0, 9360.0, 9365.0, 9397.0, 9397.0, 9383.0, 9387.0, 9379.0, 9382.0, 9380.0, 9395.0, 9383.0, 9400.0, 9378.0, 9413.0, 9407.0, 9394.0, 9391.0, 9392.0, 9382.0, 9391.0, 9401.0, 9379.0, 9406.0, 9375.0, 9386.0, 9371.0, 9377.0, 9380.0, 9405.0, 9350.0, 9389.0, 9366.0, 9386.0, 9381.0, 9348.0, 9366.0, 9380.0, 9393.0, 9385.0, 9412.0, 9342.0, 9404.0, 9417.0, 9410.0, 9404.0, 9426.0, 9353.0, 9394.0, 9381.0, 9384.0, 9401.0, 9413.0, 9371.0, 9425.0, 9370.0, 9433.0, 9387.0, 9427.0, 9383.0, 9391.0, 9369.0, 9382.0, 9396.0, 9390.0, 9379.0, 9374.0, 9363.0, 9402.0, 9365.0, 9404.0, 9350.0, 9387.0, 9333.0, 9340.0, 9331.0, 9375.0, 9361.0, 9390.0, 9332.0, 9347.0, 9381.0, 9392.0, 9388.0, 9430.0, 9374.0, 9368.0, 9389.0, 9397.0, 9392.0, 9428.0, 9391.0, 9417.0, 9369.0, 9392.0, 9369.0, 9395.0, 9386.0, 9409.0, 9429.0, 9410.0, 9426.0, 9367.0, 9379.0, 9371.0, 9393.0, 9382.0, 9379.0, 9379.0, 9392.0, 9380.0, 9405.0, 9381.0, 9414.0, 9399.0, 9367.0, 9365.0, 9390.0, 9396.0, 9389.0, 9394.0, 9385.0, 9411.0, 9401.0, 9393.0, 9365.0, 9358.0, 9392.0, 9390.0, 9379.0, 9407.0, 9358.0, 9392.0, 9393.0, 9387.0, 9346.0, 9374.0, 9384.0, 9405.0, 9400.0, 9386.0, 9350.0, 9386.0, 9397.0, 9384.0, 9394.0, 9396.0, 9389.0, 9333.0, 9345.0, 9362.0, 9371.0, 9361.0, 9391.0, 9345.0, 9373.0, 9374.0, 9374.0, 9378.0, 9390.0, 9354.0, 9407.0, 9377.0, 9379.0, 9391.0, 9397.0, 9370.0, 9393.0, 9356.0, 9412.0, 9372.0, 9410.0, 9386.0, 9391.0, 9405.0, 9421.0, 9386.0, 9412.0, 9384.0, 9403.0, 9401.0, 9412.0, 9389.0, 9414.0, 9370.0, 9364.0, 9387.0, 9394.0, 9371.0, 9421.0, 9387.0, 9409.0, 9385.0, 9396.0, 9415.0, 9335.0, 9409.0, 9376.0, 9416.0, 9375.0, 9391.0, 9402.0, 9389.0, 9395.0, 9390.0, 9415.0, 9359.0, 9390.0, 9366.0, 9391.0, 9368.0, 9397.0, 9354.0, 9394.0, 9363.0, 9380.0, 9369.0, 9406.0, 9370.0, 9395.0, 9394.0, 9352.0, 9366.0, 9394.0, 9389.0, 9386.0, 9412.0, 9382.0, 9405.0, 9349.0, 9394.0, 9386.0, 9409.0, 9357.0, 9365.0, 9384.0, 9408.0, 9386.0, 9402.0, 9400.0, 9414.0, 9408.0, 9427.0, 9386.0, 9385.0, 9400.0, 9402.0, 9402.0, 9407.0, 9356.0, 9425.0, 9369.0, 9392.0, 9371.0, 9397.0, 9388.0, 9425.0, 9384.0, 9407.0, 9381.0, 9373.0, 9358.0, 9372.0, 9366.0, 9393.0, 9376.0, 9382.0, 9385.0, 9365.0, 9396.0, 9407.0, 9402.0, 9387.0, 9372.0, 9391.0, 9414.0, 9391.0, 9402.0, 9393.0, 9415.0, 9357.0, 9385.0, 9355.0, 9349.0, 9367.0, 9393.0, 9365.0, 9392.0, 9370.0, 9381.0, 9384.0, 9393.0, 9366.0, 9396.0, 9386.0, 9409.0, 9370.0, 9413.0, 9382.0, 9382.0, 9353.0, 9383.0, 9385.0, 9372.0, 9390.0, 9411.0, 9370.0, 9376.0, 9366.0, 9379.0, 9369.0, 9383.0, 9393.0, 9396.0, 9384.0, 9411.0, 9388.0, 9418.0, 9408.0, 9393.0, 9372.0, 9393.0, 9400.0, 9393.0, 9416.0, 9389.0, 9419.0, 9369.0, 9404.0, 9386.0, 9386.0, 9436.0, 9392.0, 9397.0, 9405.0, 9382.0, 9416.0, 9408.0, 9429.0, 9389.0, 9385.0, 9400.0, 9400.0, 9386.0, 9397.0, 9371.0, 9397.0, 9390.0, 9383.0, 9404.0, 9394.0, 9376.0, 9385.0, 9398.0, 9350.0, 9414.0, 9355.0, 9396.0, 9335.0, 9354.0, 9341.0, 9394.0, 9366.0, 9422.0, 9365.0, 9372.0, 9359.0, 9332.0, 9332.0, 9391.0, 9329.0, 9376.0, 9364.0, 9376.0, 9367.0, 9394.0, 9371.0, 9402.0, 9402.0, 9352.0, 9382.0, 9383.0, 9355.0, 9395.0, 9367.0, 9393.0, 9374.0, 9381.0, 9348.0, 9375.0, 9374.0, 9385.0, 9360.0, 9377.0, 9354.0, 9377.0, 9393.0, 9364.0, 9386.0, 9366.0, 9390.0, 9382.0, 9418.0, 9368.0, 9393.0, 9352.0, 9395.0, 9397.0, 9401.0, 9406.0, 9388.0, 9355.0, 9371.0, 9384.0, 9368.0, 9386.0, 9396.0, 9343.0, 9392.0, 9361.0, 9404.0, 9368.0, 9374.0, 9350.0, 9344.0, 9332.0, 9377.0, 9368.0, 9383.0, 9382.0, 9380.0, 9381.0, 9335.0, 9354.0, 9380.0, 9379.0, 9382.0, 9394.0, 9365.0, 9387.0, 9378.0, 9385.0, 9362.0, 9356.0, 9348.0, 9391.0, 9384.0, 9382.0, 9335.0, 9394.0, 9349.0, 9379.0, 9366.0, 9396.0, 9388.0, 9380.0, 9338.0, 9349.0, 9381.0, 9376.0, 9367.0, 9379.0, 9385.0, 9386.0, 9365.0, 9390.0, 9365.0, 9386.0, 9351.0, 9395.0, 9335.0, 9344.0, 9363.0, 9347.0, 9364.0, 9377.0, 9368.0, 9355.0, 9370.0, 9382.0, 9357.0, 9340.0, 9358.0, 9399.0, 9379.0, 9383.0, 9397.0, 9379.0, 9375.0, 9377.0, 9390.0, 9381.0, 9390.0, 9364.0, 9397.0, 9384.0, 9363.0, 9385.0, 9367.0, 9411.0, 9386.0, 9395.0, 9404.0, 9392.0, 9387.0, 9386.0, 9397.0, 9338.0, 9403.0, 9381.0, 9397.0, 9376.0, 9378.0, 9382.0, 9393.0, 9370.0, 9401.0, 9398.0, 9367.0, 9388.0, 9411.0, 9392.0, 9401.0, 9373.0, 9413.0, 9356.0, 9413.0, 9421.0, 9451.0, 9417.0, 9396.0, 9397.0, 9414.0, 9408.0, 9412.0, 9390.0, 9388.0, 9425.0, 9383.0, 9398.0, 9363.0, 9395.0, 9378.0, 9409.0, 9363.0, 9416.0, 9377.0, 9434.0, 9359.0, 9392.0, 9353.0, 9334.0, 9369.0, 9372.0, 9389.0, 9378.0, 9384.0, 9358.0, 9380.0, 9338.0, 9360.0, 9331.0, 9362.0, 9356.0, 9312.0, 9339.0, 9370.0, 9338.0, 9358.0, 9369.0, 9360.0, 9379.0, 9369.0, 9382.0, 9368.0, 9384.0, 9391.0, 9412.0, 9388.0, 9403.0, 9385.0, 9326.0, 9385.0, 9394.0, 9354.0, 9410.0, 9390.0, 9396.0, 9390.0, 9365.0, 9384.0, 9413.0, 9390.0, 9420.0, 9383.0, 9416.0, 9389.0, 9408.0, 9419.0, 9408.0, 9423.0, 9393.0, 9422.0, 9389.0, 9399.0, 9387.0, 9411.0, 9387.0, 9396.0, 9406.0, 9402.0, 9398.0, 9347.0, 9363.0, 9364.0, 9389.0, 9384.0, 9417.0, 9355.0, 9399.0, 9366.0, 9385.0, 9394.0, 9389.0, 9420.0, 9400.0, 9425.0, 9343.0, 9377.0, 9380.0, 9388.0, 9350.0, 9390.0, 9365.0, 9393.0, 9352.0, 9409.0, 9367.0, 9394.0, 9394.0, 9362.0, 9359.0, 9377.0, 9364.0, 9367.0, 9369.0, 9381.0, 9391.0, 9390.0, 9335.0, 9377.0, 9385.0, 9403.0, 9387.0, 9397.0, 9400.0, 9371.0, 9418.0, 9411.0, 9383.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.00027767548906789416</td></tr>
<tr><td colspan=3>aqi</td><td>0.015864915535097814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.34267563975804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.195274872949309</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9947484565553004</td></tr>
<tr><td colspan=3>efc</td><td>0.4635</td></tr>
<tr><td colspan=3>fber</td><td>6081.0952</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07680963177298139</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4509173345870594</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.368890488975795</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.705787480943545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2780740338418393</td></tr>
<tr><td colspan=3>gcor</td><td>0.00606186</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014876174740493298</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027373187243938446</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.8587511443100575</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>28.4188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9742</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.6704</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302077.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.5169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2573</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.223</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3449.4899</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.4534</td></tr>
<tr><td colspan=3>tsnr</td><td>44.64877441059798</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>