ds005256-mriqc/sub-0041_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 8eeb8c85d6 [DATALAD RUNCMD] Compute MRIQC for sub-0041
=== 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-0041 --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-0041",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:04:36 +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-0041_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0041_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0041_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-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-03/func/sub-0041_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>08b0ded28d4c6f287c8960c460190d83</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:36:55.160000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991932, -0.126743, -0.0027433, 0.126366, 0.986781, 0.101461]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0869479</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7777, -7358, 442, -78, -200, -59, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d664598c-cd99-4895-bea9-b195c2e7ec90||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.661280393600464, 0.3390296995639801, 0.027411505579948425, 94.84638977050781], [0.34004247188568115, 2.6474621295928955, 0.27266979217529297, -113.75614166259766], [-0.007360085844993591, -0.27221179008483887, 2.686056613922119, -60.217525482177734], [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': ['153655.160000', '153655.620000', '153656.080000', '153656.540000', '153657.000000', '153657.460000', '153657.920000', '153658.380000', '153658.840000', '153659.300000', '153659.760000', '153700.220000', '153700.680000', '153701.140000', '153701.600000', '153702.060000', '153702.520000', '153702.980000', '153703.440000', '153703.900000', '153704.360000', '153704.820000', '153705.280000', '153705.740000', '153706.200000', '153706.660000', '153707.120000', '153707.580000', '153708.040000', '153708.500000', '153708.960000', '153709.420000', '153709.880000', '153710.340000', '153710.800000', '153711.260000', '153711.720000', '153712.180000', '153712.640000', '153713.100000', '153713.560000', '153714.020000', '153714.480000', '153714.940000', '153715.400000', '153715.860000', '153716.320000', '153716.780000', '153717.240000', '153717.700000', '153718.160000', '153718.620000', '153719.080000', '153719.540000', '153720.000000', '153720.460000', '153720.920000', '153721.380000', '153721.840000', '153722.300000', '153722.760000', '153723.220000', '153723.680000', '153724.140000', '153724.600000', '153725.060000', '153725.520000', '153725.980000', '153726.440000', '153726.900000', '153727.360000', '153727.820000', '153728.280000', '153728.740000', '153729.200000', '153729.660000', '153730.120000', '153730.580000', '153731.040000', '153731.500000', '153731.960000', '153732.420000', '153732.880000', '153733.340000', '153733.800000', '153734.260000', '153734.720000', '153735.180000', '153735.640000', '153736.100000', '153736.560000', '153737.020000', '153737.480000', '153737.940000', '153738.400000', '153738.860000', '153739.320000', '153739.780000', '153740.240000', '153740.700000', '153741.160000', '153741.620000', '153742.080000', '153742.540000', '153743.000000', '153743.460000', '153743.920000', '153744.380000', '153744.840000', '153745.300000', '153745.760000', '153746.220000', '153746.680000', '153747.140000', '153747.600000', '153748.060000', '153748.520000', '153748.980000', '153749.440000', '153749.900000', '153750.360000', '153750.820000', '153751.280000', '153751.740000', '153752.200000', '153752.660000', '153753.120000', '153753.580000', '153754.040000', '153754.500000', '153754.960000', '153755.420000', '153755.880000', '153756.340000', '153756.800000', '153757.260000', '153757.720000', '153758.180000', '153758.640000', '153759.100000', '153759.560000', '153800.020000', '153800.480000', '153800.940000', '153801.400000', '153801.860000', '153802.320000', '153802.780000', '153803.240000', '153803.700000', '153804.160000', '153804.620000', '153805.080000', '153805.540000', '153806.000000', '153806.460000', '153806.920000', '153807.380000', '153807.840000', '153808.300000', '153808.760000', '153809.220000', '153809.680000', '153810.140000', '153810.600000', '153811.060000', '153811.520000', '153811.980000', '153812.440000', '153812.900000', '153813.360000', '153813.820000', '153814.280000', '153814.740000', '153815.200000', '153815.660000', '153816.120000', '153816.580000', '153817.040000', '153817.500000', '153817.960000', '153818.420000', '153818.880000', '153819.340000', '153819.800000', '153820.260000', '153820.720000', '153821.180000', '153821.640000', '153822.100000', '153822.560000', '153823.020000', '153823.480000', '153823.940000', '153824.400000', '153824.860000', '153825.320000', '153825.780000', '153826.240000', '153826.700000', '153827.160000', '153827.620000', '153828.080000', '153828.540000', '153829.000000', '153829.460000', '153829.920000', '153830.380000', '153830.840000', '153831.300000', '153831.760000', '153832.220000', '153832.680000', '153833.140000', '153833.600000', '153834.060000', '153834.520000', '153834.980000', '153835.440000', '153835.900000', '153836.360000', '153836.820000', '153837.280000', '153837.740000', '153838.200000', '153838.660000', '153839.120000', '153839.580000', '153840.040000', '153840.500000', '153840.960000', '153841.420000', '153841.880000', '153842.340000', '153842.800000', '153843.260000', '153843.720000', '153844.180000', '153844.640000', '153845.100000', '153845.560000', '153846.020000', '153846.480000', '153846.940000', '153847.400000', '153847.860000', '153848.320000', '153848.780000', '153849.240000', '153849.700000', '153850.160000', '153850.620000', '153851.080000', '153851.540000', '153852.000000', '153852.460000', '153852.920000', '153853.380000', '153853.840000', '153854.300000', '153854.760000', '153855.220000', '153855.680000', '153856.140000', '153856.600000', '153857.060000', '153857.520000', '153857.980000', '153858.440000', '153858.900000', '153859.360000', '153859.820000', '153900.280000', '153900.740000', '153901.200000', '153901.660000', '153902.120000', '153902.580000', '153903.040000', '153903.500000', '153903.960000', '153904.420000', '153904.880000', '153905.340000', '153905.800000', '153906.260000', '153906.720000', '153907.180000', '153907.640000', '153908.100000', '153908.560000', '153909.020000', '153909.480000', '153909.940000', '153910.400000', '153910.860000', '153911.320000', '153911.780000', '153912.240000', '153912.700000', '153913.160000', '153913.620000', '153914.080000', '153914.540000', '153915.000000', '153915.460000', '153915.920000', '153916.380000', '153916.840000', '153917.300000', '153917.760000', '153918.220000', '153918.680000', '153919.140000', '153919.600000', '153920.060000', '153920.520000', '153920.980000', '153921.440000', '153921.900000', '153922.360000', '153922.820000', '153923.280000', '153923.740000', '153924.200000', '153924.660000', '153925.120000', '153925.580000', '153926.040000', '153926.500000', '153926.960000', '153927.420000', '153927.880000', '153928.340000', '153928.800000', '153929.260000', '153929.720000', '153930.180000', '153930.640000', '153931.100000', '153931.560000', '153932.020000', '153932.480000', '153932.940000', '153933.400000', '153933.860000', '153934.320000', '153934.780000', '153935.240000', '153935.700000', '153936.160000', '153936.620000', '153937.080000', '153937.540000', '153938.000000', '153938.460000', '153938.920000', '153939.380000', '153939.840000', '153940.300000', '153940.760000', '153941.220000', '153941.680000', '153942.140000', '153942.600000', '153943.060000', '153943.520000', '153943.980000', '153944.440000', '153944.900000', '153945.360000', '153945.820000', '153946.280000', '153946.740000', '153947.200000', '153947.660000', '153948.120000', '153948.580000', '153949.040000', '153949.500000', '153949.960000', '153950.420000', '153950.880000', '153951.340000', '153951.800000', '153952.260000', '153952.720000', '153953.180000', '153953.640000', '153954.100000', '153954.560000', '153955.020000', '153955.480000', '153955.940000', '153956.400000', '153956.860000', '153957.320000', '153957.780000', '153958.240000', '153958.700000', '153959.160000', '153959.620000', '154000.080000', '154000.540000', '154001.000000', '154001.460000', '154001.920000', '154002.380000', '154002.840000', '154003.300000', '154003.760000', '154004.220000', '154004.680000', '154005.140000', '154005.600000', '154006.060000', '154006.520000', '154006.980000', '154007.440000', '154007.900000', '154008.360000', '154008.820000', '154009.280000', '154009.740000', '154010.200000', '154010.660000', '154011.120000', '154011.580000', '154012.040000', '154012.500000', '154012.960000', '154013.420000', '154013.880000', '154014.340000', '154014.800000', '154015.260000', '154015.720000', '154016.180000', '154016.640000', '154017.100000', '154017.560000', '154018.020000', '154018.480000', '154018.940000', '154019.400000', '154019.860000', '154020.320000', '154020.780000', '154021.240000', '154021.700000', '154022.160000', '154022.620000', '154023.080000', '154023.540000', '154024.000000', '154024.460000', '154024.920000', '154025.380000', '154025.840000', '154026.300000', '154026.760000', '154027.220000', '154027.680000', '154028.140000', '154028.600000', '154029.060000', '154029.520000', '154029.980000', '154030.440000', '154030.900000', '154031.360000', '154031.820000', '154032.280000', '154032.740000', '154033.200000', '154033.660000', '154034.120000', '154034.580000', '154035.040000', '154035.500000', '154035.960000', '154036.420000', '154036.880000', '154037.340000', '154037.800000', '154038.260000', '154038.720000', '154039.180000', '154039.640000', '154040.100000', '154040.560000', '154041.020000', '154041.480000', '154041.940000', '154042.400000', '154042.860000', '154043.320000', '154043.780000', '154044.240000', '154044.700000', '154045.160000', '154045.620000', '154046.080000', '154046.540000', '154047.000000', '154047.460000', '154047.920000', '154048.380000', '154048.840000', '154049.300000', '154049.760000', '154050.220000', '154050.680000', '154051.140000', '154051.600000', '154052.060000', '154052.520000', '154052.980000', '154053.440000', '154053.900000', '154054.360000', '154054.820000', '154055.280000', '154055.740000', '154056.200000', '154056.660000', '154057.120000', '154057.580000', '154058.040000', '154058.500000', '154058.960000', '154059.420000', '154059.880000', '154100.340000', '154100.800000', '154101.260000', '154101.720000', '154102.180000', '154102.640000', '154103.100000', '154103.560000', '154104.020000', '154104.480000', '154104.940000', '154105.400000', '154105.860000', '154106.320000', '154106.780000', '154107.240000', '154107.700000', '154108.160000', '154108.620000', '154109.080000', '154109.540000', '154110.000000', '154110.460000', '154110.920000', '154111.380000', '154111.840000', '154112.300000', '154112.760000', '154113.220000', '154113.680000', '154114.140000', '154114.600000', '154115.060000', '154115.520000', '154115.980000', '154116.440000', '154116.900000', '154117.360000', '154117.820000', '154118.280000', '154118.740000', '154119.200000', '154119.660000', '154120.120000', '154120.580000', '154121.040000', '154121.500000', '154121.960000', '154122.420000', '154122.880000', '154123.340000', '154123.800000', '154124.260000', '154124.720000', '154125.180000', '154125.640000', '154126.100000', '154126.560000', '154127.020000', '154127.480000', '154127.940000', '154128.400000', '154128.860000', '154129.320000', '154129.780000', '154130.240000', '154130.700000', '154131.160000', '154131.620000', '154132.080000', '154132.540000', '154133.000000', '154133.460000', '154133.920000', '154134.380000', '154134.840000', '154135.300000', '154135.760000', '154136.220000', '154136.680000', '154137.140000', '154137.600000', '154138.060000', '154138.520000', '154138.980000', '154139.440000', '154139.900000', '154140.360000', '154140.820000', '154141.280000', '154141.740000', '154142.200000', '154142.660000', '154143.120000', '154143.580000', '154144.040000', '154144.500000', '154144.960000', '154145.420000', '154145.880000', '154146.340000', '154146.800000', '154147.260000', '154147.720000', '154148.180000', '154148.640000', '154149.100000', '154149.560000', '154150.020000', '154150.480000', '154150.940000', '154151.400000', '154151.860000', '154152.320000', '154152.780000', '154153.240000', '154153.700000', '154154.160000', '154154.620000', '154155.080000', '154155.540000', '154156.000000', '154156.460000', '154156.920000', '154157.380000', '154157.840000', '154158.300000', '154158.760000', '154159.220000', '154159.680000', '154200.140000', '154200.600000', '154201.060000', '154201.520000', '154201.980000', '154202.440000', '154202.900000', '154203.360000', '154203.820000', '154204.280000', '154204.740000', '154205.200000', '154205.660000', '154206.120000', '154206.580000', '154207.040000', '154207.500000', '154207.960000', '154208.420000', '154208.880000', '154209.340000', '154209.800000', '154210.260000', '154210.720000', '154211.180000', '154211.640000', '154212.100000', '154212.560000', '154213.020000', '154213.480000', '154213.940000', '154214.400000', '154214.860000', '154215.320000', '154215.780000', '154216.240000', '154216.700000', '154217.160000', '154217.620000', '154218.080000', '154218.540000', '154219.000000', '154219.460000', '154219.920000', '154220.380000', '154220.840000', '154221.300000', '154221.760000', '154222.220000', '154222.680000', '154223.140000', '154223.600000', '154224.060000', '154224.520000', '154224.980000', '154225.440000', '154225.900000', '154226.360000', '154226.820000', '154227.280000', '154227.740000', '154228.200000', '154228.660000', '154229.120000', '154229.580000', '154230.040000', '154230.500000', '154230.960000', '154231.420000', '154231.880000', '154232.340000', '154232.800000', '154233.260000', '154233.720000', '154234.180000', '154234.640000', '154235.100000', '154235.560000', '154236.020000', '154236.480000', '154236.940000', '154237.400000', '154237.860000', '154238.320000', '154238.780000', '154239.240000', '154239.700000', '154240.160000', '154240.620000', '154241.080000', '154241.540000', '154242.000000', '154242.460000', '154242.920000', '154243.380000', '154243.840000', '154244.300000', '154244.760000', '154245.220000', '154245.680000', '154246.140000', '154246.600000', '154247.060000', '154247.520000', '154247.980000', '154248.440000', '154248.900000', '154249.360000', '154249.820000', '154250.280000', '154250.740000', '154251.200000', '154251.660000', '154252.120000', '154252.580000', '154253.040000', '154253.500000', '154253.960000', '154254.420000', '154254.880000', '154255.340000', '154255.800000', '154256.260000', '154256.720000', '154257.180000', '154257.640000', '154258.100000', '154258.560000', '154259.020000', '154259.480000', '154259.940000', '154300.400000', '154300.860000', '154301.320000', '154301.780000', '154302.240000', '154302.700000', '154303.160000', '154303.620000', '154304.080000', '154304.540000', '154305.000000', '154305.460000', '154305.920000', '154306.380000', '154306.840000', '154307.300000', '154307.760000', '154308.220000', '154308.680000', '154309.140000', '154309.600000', '154310.060000', '154310.520000', '154310.980000', '154311.440000', '154311.900000', '154312.360000', '154312.820000', '154313.280000', '154313.740000', '154314.200000', '154314.660000', '154315.120000', '154315.580000', '154316.040000', '154316.500000', '154316.960000', '154317.420000', '154317.880000', '154318.340000', '154318.800000', '154319.260000', '154319.720000', '154320.180000', '154320.640000', '154321.100000', '154321.560000', '154322.020000', '154322.480000', '154322.940000', '154323.400000', '154323.860000', '154324.320000', '154324.780000', '154325.240000', '154325.700000', '154326.160000', '154326.620000', '154327.080000', '154327.540000', '154328.000000', '154328.460000', '154328.920000', '154329.380000', '154329.840000', '154330.300000', '154330.760000', '154331.220000', '154331.680000', '154332.140000', '154332.600000', '154333.060000', '154333.520000', '154333.980000', '154334.440000', '154334.900000', '154335.360000', '154335.820000'], 'ContentTime': ['153720.405000', '153720.409000', '153720.412000', '153720.415000', '153720.418000', '153720.421000', '153720.424000', '153720.427000', '153720.430000', '153720.433000', '153720.435000', '153720.438000', '153720.441000', '153720.444000', '153720.447000', '153720.449000', '153720.452000', '153720.455000', '153720.458000', '153720.461000', '153720.464000', '153720.466000', '153720.469000', '153720.472000', '153720.475000', '153720.478000', '153720.480000', '153720.483000', '153720.486000', '153720.491000', '153720.495000', '153720.498000', '153720.501000', '153720.503000', '153720.523000', '153720.526000', '153720.529000', '153720.531000', '153720.534000', '153720.537000', '153720.540000', '153720.543000', '153720.546000', '153720.548000', '153720.551000', '153720.554000', '153720.557000', '153720.559000', '153720.562000', '153720.565000', '153720.568000', '153720.571000', '153740.376000', '153740.379000', '153740.382000', '153740.385000', '153740.387000', '153740.390000', '153740.393000', '153740.396000', '153740.399000', '153740.401000', '153740.404000', '153740.407000', '153740.410000', '153740.412000', '153740.415000', '153740.418000', '153740.428000', '153740.430000', '153740.433000', '153740.436000', '153740.439000', '153740.442000', '153740.444000', '153740.447000', '153740.450000', '153740.453000', '153740.455000', '153740.458000', '153740.461000', '153740.464000', '153740.467000', '153740.469000', '153740.472000', '153740.475000', '153740.478000', '153740.481000', '153740.483000', '153740.486000', '153740.489000', '153740.492000', '153740.495000', '153740.497000', '153740.500000', '153740.503000', '153800.376000', '153800.379000', '153800.382000', '153800.384000', '153800.387000', '153800.390000', '153800.393000', '153800.396000', '153800.398000', '153800.401000', '153800.404000', '153800.407000', '153800.410000', '153800.412000', '153800.415000', '153800.418000', '153800.421000', '153800.423000', '153800.426000', '153800.429000', '153800.432000', '153800.435000', '153800.440000', '153800.443000', '153800.446000', '153800.449000', '153800.452000', '153800.454000', '153800.457000', '153800.460000', '153800.463000', '153800.466000', '153800.468000', '153800.471000', '153800.474000', '153800.477000', '153800.480000', '153800.482000', '153800.485000', '153800.488000', '153800.491000', '153800.494000', '153800.496000', '153820.375000', '153820.390000', '153820.393000', '153820.395000', '153820.398000', '153820.401000', '153820.404000', '153820.407000', '153820.409000', '153820.412000', '153820.415000', '153820.418000', '153820.421000', '153820.423000', '153820.426000', '153820.429000', '153820.432000', '153820.435000', '153820.438000', '153820.440000', '153820.443000', '153820.446000', '153820.449000', '153820.452000', '153820.454000', '153820.457000', '153820.460000', '153820.463000', '153820.466000', '153820.468000', '153820.471000', '153820.474000', '153820.477000', '153820.480000', '153820.483000', '153820.485000', '153820.488000', '153820.491000', '153820.494000', '153820.497000', '153820.499000', '153820.502000', '153820.505000', '153820.508000', '153840.375000', '153840.378000', '153840.381000', '153840.384000', '153840.386000', '153840.389000', '153840.392000', '153840.395000', '153840.398000', '153840.400000', '153840.403000', '153840.406000', '153840.409000', '153840.412000', '153840.414000', '153840.417000', '153840.420000', '153840.423000', '153840.426000', '153840.429000', '153840.431000', '153840.434000', '153840.437000', '153840.440000', '153840.443000', '153840.453000', '153840.458000', '153840.461000', '153840.464000', '153840.467000', '153840.470000', '153840.472000', '153840.475000', '153840.478000', '153840.481000', '153840.484000', '153840.486000', '153840.489000', '153840.492000', '153840.495000', '153840.497000', '153840.500000', '153840.503000', '153900.375000', '153900.378000', '153900.381000', '153900.383000', '153900.386000', '153900.389000', '153900.392000', '153900.395000', '153900.398000', '153900.401000', '153900.403000', '153900.406000', '153900.409000', '153900.412000', '153900.415000', '153900.417000', '153900.420000', '153900.423000', '153900.426000', '153900.429000', '153900.431000', '153900.434000', '153900.437000', '153900.440000', '153900.442000', '153900.445000', '153900.448000', '153900.451000', '153900.454000', '153900.457000', '153900.459000', '153900.462000', '153900.465000', '153900.468000', '153900.471000', '153900.473000', '153900.476000', '153900.479000', '153900.482000', '153900.484000', '153900.487000', '153900.490000', '153900.493000', '153900.496000', '153920.375000', '153920.378000', '153920.381000', '153920.383000', '153920.386000', '153920.389000', '153920.392000', '153920.395000', '153920.397000', '153920.400000', '153920.403000', '153920.406000', '153920.409000', '153920.412000', '153920.415000', '153920.418000', '153920.420000', '153920.423000', '153920.426000', '153920.429000', '153920.431000', '153920.434000', '153920.437000', '153920.440000', '153920.443000', '153920.445000', '153920.448000', '153920.451000', '153920.454000', '153920.457000', '153920.460000', '153920.462000', '153920.465000', '153920.468000', '153920.471000', '153920.474000', '153920.476000', '153920.479000', '153920.482000', '153920.485000', '153920.488000', '153920.490000', '153920.493000', '153940.376000', '153940.379000', '153940.382000', '153940.384000', '153940.387000', '153940.390000', '153940.393000', '153940.396000', '153940.403000', '153940.405000', '153940.408000', '153940.411000', '153940.414000', '153940.417000', '153940.420000', '153940.422000', '153940.425000', '153940.428000', '153940.431000', '153940.434000', '153940.436000', '153940.439000', '153940.442000', '153940.445000', '153940.448000', '153940.451000', '153940.453000', '153940.456000', '153940.459000', '153940.462000', '153940.465000', '153940.467000', '153940.470000', '153940.473000', '153940.476000', '153940.479000', '153940.482000', '153940.484000', '153940.487000', '153940.490000', '153940.493000', '153940.509000', '153940.512000', '153940.515000', '154000.376000', '154000.379000', '154000.382000', '154000.385000', '154000.387000', '154000.390000', '154000.393000', '154000.396000', '154000.399000', '154000.402000', '154000.404000', '154000.407000', '154000.410000', '154000.413000', '154000.416000', '154000.418000', '154000.421000', '154000.424000', '154000.427000', '154000.430000', '154000.432000', '154000.435000', '154000.438000', '154000.441000', '154000.444000', '154000.446000', '154000.449000', '154000.452000', '154000.455000', '154000.458000', '154000.461000', '154000.463000', '154000.466000', '154000.469000', '154000.472000', '154000.475000', '154000.478000', '154000.480000', '154000.483000', '154000.486000', '154000.489000', '154000.492000', '154000.496000', '154020.376000', '154020.379000', '154020.384000', '154020.387000', '154020.390000', '154020.393000', '154020.395000', '154020.398000', '154020.401000', '154020.404000', '154020.407000', '154020.410000', '154020.412000', '154020.415000', '154020.418000', '154020.421000', '154020.424000', '154020.426000', '154020.429000', '154020.432000', '154020.435000', '154020.438000', '154020.440000', '154020.443000', '154020.446000', '154020.449000', '154020.452000', '154020.454000', '154020.457000', '154020.460000', '154020.463000', '154020.466000', '154020.469000', '154020.471000', '154020.474000', '154020.477000', '154020.480000', '154020.483000', '154020.485000', '154020.488000', '154020.491000', '154020.494000', '154020.497000', '154040.375000', '154040.378000', '154040.381000', '154040.384000', '154040.386000', '154040.389000', '154040.392000', '154040.395000', '154040.398000', '154040.400000', '154040.403000', '154040.406000', '154040.409000', '154040.412000', '154040.415000', '154040.417000', '154040.420000', '154040.423000', '154040.426000', '154040.429000', '154040.431000', '154040.434000', '154040.437000', '154040.440000', '154040.443000', '154040.446000', '154040.448000', '154040.451000', '154040.454000', '154040.457000', '154040.460000', '154040.462000', '154040.465000', '154040.468000', '154040.471000', '154040.474000', '154040.477000', '154040.479000', '154040.482000', '154040.485000', '154040.488000', '154040.491000', '154040.494000', '154040.496000', '154100.375000', '154100.378000', '154100.381000', '154100.383000', '154100.386000', '154100.389000', '154100.392000', '154100.395000', '154100.398000', '154100.401000', '154100.403000', '154100.406000', '154100.409000', '154100.412000', '154100.415000', '154100.417000', '154100.420000', '154100.423000', '154100.426000', '154100.429000', '154100.432000', '154100.434000', '154100.437000', '154100.440000', '154100.443000', '154100.446000', '154100.449000', '154100.451000', '154100.454000', '154100.457000', '154100.460000', '154100.463000', '154100.465000', '154100.468000', '154100.471000', '154100.474000', '154100.477000', '154100.479000', '154100.482000', '154100.485000', '154100.488000', '154100.491000', '154100.493000', '154100.496000', '154120.375000', '154120.378000', '154120.381000', '154120.384000', '154120.387000', '154120.389000', '154120.392000', '154120.395000', '154120.398000', '154120.401000', '154120.403000', '154120.406000', '154120.409000', '154120.412000', '154120.415000', '154120.417000', '154120.420000', '154120.423000', '154120.426000', '154120.429000', '154120.431000', '154120.445000', '154120.448000', '154120.451000', '154120.453000', '154120.456000', '154120.459000', '154120.462000', '154120.465000', '154120.467000', '154120.470000', '154120.473000', '154120.476000', '154120.479000', '154120.481000', '154120.484000', '154120.487000', '154120.490000', '154120.493000', '154120.496000', '154120.498000', '154120.501000', '154120.504000', '154140.375000', '154140.379000', '154140.382000', '154140.384000', '154140.387000', '154140.390000', '154140.393000', '154140.396000', '154140.399000', '154140.402000', '154140.404000', '154140.407000', '154140.410000', '154140.413000', '154140.416000', '154140.418000', '154140.421000', '154140.424000', '154140.427000', '154140.430000', '154140.432000', '154140.435000', '154140.438000', '154140.441000', '154140.444000', '154140.446000', '154140.449000', '154140.452000', '154140.455000', '154140.458000', '154140.460000', '154140.463000', '154140.466000', '154140.469000', '154140.472000', '154140.475000', '154140.477000', '154140.480000', '154140.483000', '154140.486000', '154140.489000', '154140.492000', '154140.494000', '154200.376000', '154200.379000', '154200.382000', '154200.385000', '154200.387000', '154200.390000', '154200.393000', '154200.396000', '154200.399000', '154200.402000', '154200.404000', '154200.407000', '154200.410000', '154200.413000', '154200.415000', '154200.418000', '154200.421000', '154200.424000', '154200.427000', '154200.429000', '154200.432000', '154200.435000', '154200.438000', '154200.441000', '154200.444000', '154200.446000', '154200.449000', '154200.452000', '154200.455000', '154200.458000', '154200.460000', '154200.463000', '154200.466000', '154200.469000', '154200.472000', '154200.475000', '154200.477000', '154200.480000', '154200.483000', '154200.486000', '154200.488000', '154200.491000', '154200.494000', '154200.497000', '154220.376000', '154220.379000', '154220.382000', '154220.385000', '154220.388000', '154220.391000', '154220.393000', '154220.396000', '154220.399000', '154220.402000', '154220.405000', '154220.408000', '154220.411000', '154220.413000', '154220.416000', '154220.419000', '154220.422000', '154220.425000', '154220.427000', '154220.430000', '154220.433000', '154220.436000', '154220.439000', '154220.441000', '154220.444000', '154220.447000', '154220.450000', '154220.452000', '154220.455000', '154220.458000', '154220.461000', '154220.464000', '154220.466000', '154220.469000', '154220.472000', '154220.475000', '154220.478000', '154220.481000', '154220.483000', '154220.486000', '154220.489000', '154220.492000', '154220.495000', '154240.376000', '154240.379000', '154240.382000', '154240.384000', '154240.387000', '154240.390000', '154240.393000', '154240.396000', '154240.399000', '154240.402000', '154240.404000', '154240.407000', '154240.410000', '154240.413000', '154240.416000', '154240.418000', '154240.421000', '154240.424000', '154240.427000', '154240.430000', '154240.433000', '154240.435000', '154240.438000', '154240.441000', '154240.444000', '154240.447000', '154240.449000', '154240.452000', '154240.455000', '154240.458000', '154240.461000', '154240.463000', '154240.466000', '154240.469000', '154240.472000', '154240.475000', '154240.478000', '154240.480000', '154240.483000', '154240.486000', '154240.489000', '154240.492000', '154240.494000', '154240.497000', '154300.375000', '154300.378000', '154300.381000', '154300.384000', '154300.387000', '154300.390000', '154300.392000', '154300.395000', '154300.398000', '154300.401000', '154300.404000', '154300.407000', '154300.410000', '154300.416000', '154300.419000', '154300.422000', '154300.425000', '154300.428000', '154300.431000', '154300.433000', '154300.436000', '154300.439000', '154300.442000', '154300.445000', '154300.447000', '154300.450000', '154300.453000', '154300.456000', '154300.459000', '154300.461000', '154300.464000', '154300.467000', '154300.470000', '154300.473000', '154300.476000', '154300.478000', '154300.481000', '154300.484000', '154300.487000', '154300.490000', '154300.492000', '154300.495000', '154300.498000', '154320.375000', '154320.378000', '154320.381000', '154320.384000', '154320.387000', '154320.389000', '154320.392000', '154320.395000', '154320.398000', '154320.401000', '154320.403000', '154320.406000', '154320.409000', '154320.412000', '154320.415000', '154320.417000', '154320.420000', '154320.423000', '154320.426000', '154320.429000', '154320.432000', '154320.435000', '154320.437000', '154320.440000', '154320.443000', '154320.446000', '154320.449000', '154320.451000', '154320.454000', '154320.457000', '154320.460000', '154320.463000', '154320.466000', '154320.468000', '154320.471000', '154320.474000', '154320.477000', '154320.479000', '154320.482000', '154320.485000', '154320.488000', '154320.491000', '154320.494000', '154320.496000', '154337.267000', '154337.270000', '154337.274000', '154337.277000', '154337.281000', '154337.284000', '154337.287000', '154337.290000', '154337.293000', '154337.297000', '154337.300000', '154337.303000', '154337.306000', '154337.309000', '154337.312000', '154337.315000', '154337.318000', '154337.321000', '154337.324000', '154337.327000', '154337.329000', '154337.332000', '154337.336000', '154337.339000', '154337.342000', '154337.345000', '154337.348000', '154337.351000', '154337.353000', '154337.356000', '154337.359000', '154337.362000', '154337.365000', '154337.368000', '154337.370000', '154337.373000', '154337.376000'], 'InstanceCreationTime': ['153720.405000', '153720.409000', '153720.412000', '153720.415000', '153720.418000', '153720.421000', '153720.424000', '153720.427000', '153720.430000', '153720.433000', '153720.435000', '153720.438000', '153720.441000', '153720.444000', '153720.447000', '153720.449000', '153720.452000', '153720.455000', '153720.458000', '153720.461000', '153720.464000', '153720.466000', '153720.469000', '153720.472000', '153720.475000', '153720.478000', '153720.480000', '153720.483000', '153720.486000', '153720.491000', '153720.495000', '153720.498000', '153720.501000', '153720.503000', '153720.523000', '153720.526000', '153720.529000', '153720.531000', '153720.534000', '153720.537000', '153720.540000', '153720.543000', '153720.546000', '153720.548000', '153720.551000', '153720.554000', '153720.557000', '153720.559000', '153720.562000', '153720.565000', '153720.568000', '153720.571000', '153740.376000', '153740.379000', '153740.382000', '153740.385000', '153740.387000', '153740.390000', '153740.393000', '153740.396000', '153740.399000', '153740.401000', '153740.404000', '153740.407000', '153740.410000', '153740.412000', '153740.415000', '153740.418000', '153740.428000', '153740.430000', '153740.433000', '153740.436000', '153740.439000', '153740.442000', '153740.444000', '153740.447000', '153740.450000', '153740.453000', '153740.455000', '153740.458000', '153740.461000', '153740.464000', '153740.467000', '153740.469000', '153740.472000', '153740.475000', '153740.478000', '153740.481000', '153740.483000', '153740.486000', '153740.489000', '153740.492000', '153740.495000', '153740.497000', '153740.500000', '153740.503000', '153800.376000', '153800.379000', '153800.382000', '153800.384000', '153800.387000', '153800.390000', '153800.393000', '153800.396000', '153800.398000', '153800.401000', '153800.404000', '153800.407000', '153800.410000', '153800.412000', '153800.415000', '153800.418000', '153800.421000', '153800.423000', '153800.426000', '153800.429000', '153800.432000', '153800.435000', '153800.440000', '153800.443000', '153800.446000', '153800.449000', '153800.452000', '153800.454000', '153800.457000', '153800.460000', '153800.463000', '153800.466000', '153800.468000', '153800.471000', '153800.474000', '153800.477000', '153800.480000', '153800.482000', '153800.485000', '153800.488000', '153800.491000', '153800.494000', '153800.496000', '153820.375000', '153820.390000', '153820.393000', '153820.395000', '153820.398000', '153820.401000', '153820.404000', '153820.407000', '153820.409000', '153820.412000', '153820.415000', '153820.418000', '153820.421000', '153820.423000', '153820.426000', '153820.429000', '153820.432000', '153820.435000', '153820.438000', '153820.440000', '153820.443000', '153820.446000', '153820.449000', '153820.452000', '153820.454000', '153820.457000', '153820.460000', '153820.463000', '153820.466000', '153820.468000', '153820.471000', '153820.474000', '153820.477000', '153820.480000', '153820.483000', '153820.485000', '153820.488000', '153820.491000', '153820.494000', '153820.497000', '153820.499000', '153820.502000', '153820.505000', '153820.508000', '153840.375000', '153840.378000', '153840.381000', '153840.384000', '153840.386000', '153840.389000', '153840.392000', '153840.395000', '153840.398000', '153840.400000', '153840.403000', '153840.406000', '153840.409000', '153840.412000', '153840.414000', '153840.417000', '153840.420000', '153840.423000', '153840.426000', '153840.429000', '153840.431000', '153840.434000', '153840.437000', '153840.440000', '153840.443000', '153840.453000', '153840.458000', '153840.461000', '153840.464000', '153840.467000', '153840.470000', '153840.472000', '153840.475000', '153840.478000', '153840.481000', '153840.484000', '153840.486000', '153840.489000', '153840.492000', '153840.495000', '153840.497000', '153840.500000', '153840.503000', '153900.375000', '153900.378000', '153900.381000', '153900.383000', '153900.386000', '153900.389000', '153900.392000', '153900.395000', '153900.398000', '153900.401000', '153900.403000', '153900.406000', '153900.409000', '153900.412000', '153900.415000', '153900.417000', '153900.420000', '153900.423000', '153900.426000', '153900.429000', '153900.431000', '153900.434000', '153900.437000', '153900.440000', '153900.442000', '153900.445000', '153900.448000', '153900.451000', '153900.454000', '153900.457000', '153900.459000', '153900.462000', '153900.465000', '153900.468000', '153900.471000', '153900.473000', '153900.476000', '153900.479000', '153900.482000', '153900.484000', '153900.487000', '153900.490000', '153900.493000', '153900.496000', '153920.375000', '153920.378000', '153920.381000', '153920.383000', '153920.386000', '153920.389000', '153920.392000', '153920.395000', '153920.397000', '153920.400000', '153920.403000', '153920.406000', '153920.409000', '153920.412000', '153920.415000', '153920.418000', '153920.420000', '153920.423000', '153920.426000', '153920.429000', '153920.431000', '153920.434000', '153920.437000', '153920.440000', '153920.443000', '153920.445000', '153920.448000', '153920.451000', '153920.454000', '153920.457000', '153920.460000', '153920.462000', '153920.465000', '153920.468000', '153920.471000', '153920.474000', '153920.476000', '153920.479000', '153920.482000', '153920.485000', '153920.488000', '153920.490000', '153920.493000', '153940.376000', '153940.379000', '153940.382000', '153940.384000', '153940.387000', '153940.390000', '153940.393000', '153940.396000', '153940.403000', '153940.405000', '153940.408000', '153940.411000', '153940.414000', '153940.417000', '153940.420000', '153940.422000', '153940.425000', '153940.428000', '153940.431000', '153940.434000', '153940.436000', '153940.439000', '153940.442000', '153940.445000', '153940.448000', '153940.451000', '153940.453000', '153940.456000', '153940.459000', '153940.462000', '153940.465000', '153940.467000', '153940.470000', '153940.473000', '153940.476000', '153940.479000', '153940.482000', '153940.484000', '153940.487000', '153940.490000', '153940.493000', '153940.509000', '153940.512000', '153940.515000', '154000.376000', '154000.379000', '154000.382000', '154000.385000', '154000.387000', '154000.390000', '154000.393000', '154000.396000', '154000.399000', '154000.402000', '154000.404000', '154000.407000', '154000.410000', '154000.413000', '154000.416000', '154000.418000', '154000.421000', '154000.424000', '154000.427000', '154000.430000', '154000.432000', '154000.435000', '154000.438000', '154000.441000', '154000.444000', '154000.446000', '154000.449000', '154000.452000', '154000.455000', '154000.458000', '154000.461000', '154000.463000', '154000.466000', '154000.469000', '154000.472000', '154000.475000', '154000.478000', '154000.480000', '154000.483000', '154000.486000', '154000.489000', '154000.492000', '154000.496000', '154020.376000', '154020.379000', '154020.384000', '154020.387000', '154020.390000', '154020.393000', '154020.395000', '154020.398000', '154020.401000', '154020.404000', '154020.407000', '154020.410000', '154020.412000', '154020.415000', '154020.418000', '154020.421000', '154020.424000', '154020.426000', '154020.429000', '154020.432000', '154020.435000', '154020.438000', '154020.440000', '154020.443000', '154020.446000', '154020.449000', '154020.452000', '154020.454000', '154020.457000', '154020.460000', '154020.463000', '154020.466000', '154020.469000', '154020.471000', '154020.474000', '154020.477000', '154020.480000', '154020.483000', '154020.485000', '154020.488000', '154020.491000', '154020.494000', '154020.497000', '154040.375000', '154040.378000', '154040.381000', '154040.384000', '154040.386000', '154040.389000', '154040.392000', '154040.395000', '154040.398000', '154040.400000', '154040.403000', '154040.406000', '154040.409000', '154040.412000', '154040.415000', '154040.417000', '154040.420000', '154040.423000', '154040.426000', '154040.429000', '154040.431000', '154040.434000', '154040.437000', '154040.440000', '154040.443000', '154040.446000', '154040.448000', '154040.451000', '154040.454000', '154040.457000', '154040.460000', '154040.462000', '154040.465000', '154040.468000', '154040.471000', '154040.474000', '154040.477000', '154040.479000', '154040.482000', '154040.485000', '154040.488000', '154040.491000', '154040.494000', '154040.496000', '154100.375000', '154100.378000', '154100.381000', '154100.383000', '154100.386000', '154100.389000', '154100.392000', '154100.395000', '154100.398000', '154100.401000', '154100.403000', '154100.406000', '154100.409000', '154100.412000', '154100.415000', '154100.417000', '154100.420000', '154100.423000', '154100.426000', '154100.429000', '154100.432000', '154100.434000', '154100.437000', '154100.440000', '154100.443000', '154100.446000', '154100.449000', '154100.451000', '154100.454000', '154100.457000', '154100.460000', '154100.463000', '154100.465000', '154100.468000', '154100.471000', '154100.474000', '154100.477000', '154100.479000', '154100.482000', '154100.485000', '154100.488000', '154100.491000', '154100.493000', '154100.496000', '154120.375000', '154120.378000', '154120.381000', '154120.384000', '154120.387000', '154120.389000', '154120.392000', '154120.395000', '154120.398000', '154120.401000', '154120.403000', '154120.406000', '154120.409000', '154120.412000', '154120.415000', '154120.417000', '154120.420000', '154120.423000', '154120.426000', '154120.429000', '154120.431000', '154120.445000', '154120.448000', '154120.451000', '154120.453000', '154120.456000', '154120.459000', '154120.462000', '154120.465000', '154120.467000', '154120.470000', '154120.473000', '154120.476000', '154120.479000', '154120.481000', '154120.484000', '154120.487000', '154120.490000', '154120.493000', '154120.496000', '154120.498000', '154120.501000', '154120.504000', '154140.375000', '154140.379000', '154140.382000', '154140.384000', '154140.387000', '154140.390000', '154140.393000', '154140.396000', '154140.399000', '154140.402000', '154140.404000', '154140.407000', '154140.410000', '154140.413000', '154140.416000', '154140.418000', '154140.421000', '154140.424000', '154140.427000', '154140.430000', '154140.432000', '154140.435000', '154140.438000', '154140.441000', '154140.444000', '154140.446000', '154140.449000', '154140.452000', '154140.455000', '154140.458000', '154140.460000', '154140.463000', '154140.466000', '154140.469000', '154140.472000', '154140.475000', '154140.477000', '154140.480000', '154140.483000', '154140.486000', '154140.489000', '154140.492000', '154140.494000', '154200.376000', '154200.379000', '154200.382000', '154200.385000', '154200.387000', '154200.390000', '154200.393000', '154200.396000', '154200.399000', '154200.402000', '154200.404000', '154200.407000', '154200.410000', '154200.413000', '154200.415000', '154200.418000', '154200.421000', '154200.424000', '154200.427000', '154200.429000', '154200.432000', '154200.435000', '154200.438000', '154200.441000', '154200.444000', '154200.446000', '154200.449000', '154200.452000', '154200.455000', '154200.458000', '154200.460000', '154200.463000', '154200.466000', '154200.469000', '154200.472000', '154200.475000', '154200.477000', '154200.480000', '154200.483000', '154200.486000', '154200.488000', '154200.491000', '154200.494000', '154200.497000', '154220.376000', '154220.379000', '154220.382000', '154220.385000', '154220.388000', '154220.391000', '154220.393000', '154220.396000', '154220.399000', '154220.402000', '154220.405000', '154220.408000', '154220.411000', '154220.413000', '154220.416000', '154220.419000', '154220.422000', '154220.425000', '154220.427000', '154220.430000', '154220.433000', '154220.436000', '154220.439000', '154220.441000', '154220.444000', '154220.447000', '154220.450000', '154220.452000', '154220.455000', '154220.458000', '154220.461000', '154220.464000', '154220.466000', '154220.469000', '154220.472000', '154220.475000', '154220.478000', '154220.481000', '154220.483000', '154220.486000', '154220.489000', '154220.492000', '154220.495000', '154240.376000', '154240.379000', '154240.382000', '154240.384000', '154240.387000', '154240.390000', '154240.393000', '154240.396000', '154240.399000', '154240.402000', '154240.404000', '154240.407000', '154240.410000', '154240.413000', '154240.416000', '154240.418000', '154240.421000', '154240.424000', '154240.427000', '154240.430000', '154240.433000', '154240.435000', '154240.438000', '154240.441000', '154240.444000', '154240.447000', '154240.449000', '154240.452000', '154240.455000', '154240.458000', '154240.461000', '154240.463000', '154240.466000', '154240.469000', '154240.472000', '154240.475000', '154240.478000', '154240.480000', '154240.483000', '154240.486000', '154240.489000', '154240.492000', '154240.494000', '154240.497000', '154300.375000', '154300.378000', '154300.381000', '154300.384000', '154300.387000', '154300.390000', '154300.392000', '154300.395000', '154300.398000', '154300.401000', '154300.404000', '154300.407000', '154300.410000', '154300.416000', '154300.419000', '154300.422000', '154300.425000', '154300.428000', '154300.431000', '154300.433000', '154300.436000', '154300.439000', '154300.442000', '154300.445000', '154300.447000', '154300.450000', '154300.453000', '154300.456000', '154300.459000', '154300.461000', '154300.464000', '154300.467000', '154300.470000', '154300.473000', '154300.476000', '154300.478000', '154300.481000', '154300.484000', '154300.487000', '154300.490000', '154300.492000', '154300.495000', '154300.498000', '154320.375000', '154320.378000', '154320.381000', '154320.384000', '154320.387000', '154320.389000', '154320.392000', '154320.395000', '154320.398000', '154320.401000', '154320.403000', '154320.406000', '154320.409000', '154320.412000', '154320.415000', '154320.417000', '154320.420000', '154320.423000', '154320.426000', '154320.429000', '154320.432000', '154320.435000', '154320.437000', '154320.440000', '154320.443000', '154320.446000', '154320.449000', '154320.451000', '154320.454000', '154320.457000', '154320.460000', '154320.463000', '154320.466000', '154320.468000', '154320.471000', '154320.474000', '154320.477000', '154320.479000', '154320.482000', '154320.485000', '154320.488000', '154320.491000', '154320.494000', '154320.496000', '154337.267000', '154337.270000', '154337.274000', '154337.277000', '154337.281000', '154337.284000', '154337.287000', '154337.290000', '154337.293000', '154337.297000', '154337.300000', '154337.303000', '154337.306000', '154337.309000', '154337.312000', '154337.315000', '154337.318000', '154337.321000', '154337.324000', '154337.327000', '154337.329000', '154337.332000', '154337.336000', '154337.339000', '154337.342000', '154337.345000', '154337.348000', '154337.351000', '154337.353000', '154337.356000', '154337.359000', '154337.362000', '154337.365000', '154337.368000', '154337.370000', '154337.373000', '154337.376000'], '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': [15394, 8885, 11068, 8689, 7942, 7869, 8001, 8176, 7937, 16360, 9728, 14640, 8623, 12647, 8552, 9430, 7699, 9200, 7842, 10943, 9749, 10259, 7699, 10194, 16036, 11620, 14826, 9336, 9727, 7801, 7937, 14541, 7877, 11938, 7702, 7921, 7767, 7630, 9281, 7355, 8349, 7905, 12923, 9221, 13013, 8076, 11505, 11036, 9168, 8481, 8589, 14553, 9300, 13406, 8544, 9172, 8301, 10356, 14222, 10623, 14758, 9116, 12121, 8320, 8650, 14869, 8449, 14626, 9072, 14197, 8541, 11503, 8705, 14281, 8679, 13068, 8123, 8621, 7910, 10780, 8150, 11377, 9541, 14596, 8458, 13314, 10397, 9433, 14143, 8438, 13120, 8309, 9752, 8454, 7805, 13069, 7768, 8229, 8209, 7855, 8873, 7965, 15084, 10180, 12936, 10731, 8188, 12831, 8880, 11226, 8260, 8469, 15321, 8240, 14161, 8976, 12473, 8077, 7886, 7619, 8894, 7964, 9161, 8011, 7920, 7559, 7772, 13246, 12593, 11141, 7936, 8605, 14821, 8745, 12351, 9202, 8855, 8383, 8040, 8072, 7782, 7580, 9887, 9342, 7784, 14013, 7506, 11231, 7727, 8581, 12309, 7657, 13541, 7829, 12440, 7692, 8895, 10686, 7498, 14211, 7988, 12691, 7564, 9026, 8015, 7496, 7799, 8067, 7792, 9619, 7707, 12367, 12237, 9934, 14917, 9292, 11502, 7893, 7875, 14322, 7517, 10041, 7818, 9338, 8196, 11664, 8500, 9123, 8283, 7844, 14434, 8389, 13024, 7712, 9505, 8414, 7882, 7982, 8341, 15357, 8677, 12565, 8438, 11162, 8075, 7822, 15445, 7876, 12617, 7993, 9143, 8791, 7708, 13839, 7438, 10318, 7853, 7653, 10453, 7538, 8216, 7653, 11623, 7971, 11496, 7979, 10106, 9646, 7939, 8701, 7512, 8072, 8143, 12368, 8307, 8444, 7860, 8153, 8164, 8296, 15122, 9950, 12290, 14008, 8601, 14834, 7966, 11806, 8176, 9294, 7790, 7682, 7711, 8297, 8245, 8101, 8793, 8014, 10768, 7996, 12340, 8190, 13710, 13157, 9508, 15249, 8456, 8382, 7768, 7922, 8974, 8027, 11801, 13351, 10394, 13789, 8729, 9987, 8067, 8189, 15067, 7765, 12257, 7689, 8871, 8097, 8187, 8013, 8466, 7520, 10517, 8056, 11543, 13648, 8479, 12538, 8934, 10818, 8008, 7753, 14995, 8045, 12528, 7866, 9469, 8053, 7990, 10707, 7850, 7728, 7511, 8145, 8284, 14284, 7795, 11967, 8467, 8644, 8011, 8254, 14257, 8208, 12740, 7893, 9529, 9466, 7865, 13651, 8157, 11966, 7761, 10063, 8317, 8384, 10933, 8002, 11030, 7911, 7788, 8001, 11497, 8221, 8263, 8931, 16173, 12106, 13954, 9491, 9371, 10312, 7996, 10246, 7700, 8065, 9442, 8078, 8197, 9397, 8242, 9210, 8291, 11325, 8144, 12417, 8770, 11791, 8653, 9813, 9675, 8111, 13519, 7983, 14573, 8361, 14250, 8434, 12493, 8113, 11100, 7935, 7890, 9172, 7801, 9655, 8434, 7420, 10432, 7741, 8440, 9150, 8043, 11804, 8538, 8099, 9934, 7748, 14192, 8317, 14495, 9182, 7864, 10297, 8199, 13947, 9383, 10830, 9214, 7984, 11395, 7779, 13590, 7873, 12449, 8855, 7921, 8674, 7960, 11920, 8169, 10658, 9066, 8287, 9366, 7622, 12162, 8398, 9742, 9681, 8177, 10166, 7822, 11659, 8436, 8254, 8595, 7559, 11290, 8951, 8575, 10007, 8154, 12870, 9343, 12448, 9846, 7690, 11169, 8526, 10099, 8926, 7839, 11471, 8283, 10714, 7743, 7530, 8515, 7862, 10112, 8831, 7829, 12251, 9542, 7996, 14620, 9282, 14953, 9676, 8102, 12384, 8266, 15299, 8249, 13886, 8828, 12579, 8706, 8039, 8358, 7910, 9844, 8050, 9238, 9741, 8673, 9470, 15397, 9938, 13863, 9147, 11197, 8343, 9592, 8547, 8447, 9471, 8365, 11903, 9283, 12266, 16683, 10491, 14664, 9308, 9225, 15720, 8535, 14011, 8556, 8958, 8318, 8481, 8022, 8319, 9206, 14442, 9729, 13947, 8942, 9336, 9808, 7799, 12828, 8199, 9276, 8257, 13542, 8559, 9444, 8435, 8172, 11178, 8092, 13155, 8414, 14174, 8377, 13952, 8652, 13753, 8531, 11513, 8709, 10913, 8075, 10691, 8899, 8290, 12860, 9337, 11887, 8255, 12989, 8333, 13090, 8750, 8828, 8324, 15440, 9671, 14454, 9684, 11419, 8431, 11264, 8249, 9116, 8060, 12823, 8097, 9338, 8658, 7786, 15135, 7860, 9819, 8093, 8409, 7537, 8468, 8697, 14945, 9342, 13883, 8728, 9225, 7941, 8247, 8177, 8474, 8078, 9896, 8209, 14888, 10663, 11765, 8771, 8308, 14973, 9684, 13726, 8689, 12613, 8431, 8170, 8619, 7834, 8440, 8954, 8510, 10400, 14579, 10216, 14165, 9509, 11342, 8451, 8152, 8230, 8156, 8374, 11012, 12553, 8531, 15596, 8625, 12729, 8453, 8762, 12576, 8121, 14002, 8354, 10273, 8358, 7616, 15753, 7814, 12833, 7977, 8347, 8421, 7704, 14559, 7840, 12794, 8203, 9645, 8306, 7935, 15113, 8427, 13192, 8413, 8008, 14179, 8234, 13898, 8225, 10122, 8205, 8115, 13387, 7777, 12995, 8121, 9979, 8255, 7801, 12932, 7795, 12563, 8247, 8728, 8315, 7733, 13774, 7993, 13717, 8256, 11839, 8373, 11834, 8445, 10845, 10412, 8277, 8632, 8334, 8640, 8530, 15571, 9179, 14513, 8718, 11073, 8756, 8124, 8874, 8141, 8551, 8525, 8930, 10401, 16196, 10869, 14040, 9133, 8875, 8990, 8509, 15301, 8283, 12971, 8519, 11560, 8693, 8431, 9905, 7894, 13361, 8027, 14121, 8538, 12037, 8670, 8599, 8736, 7747, 14298, 8200, 12796, 8723, 11433, 8615, 8229, 8499, 8828, 8516, 10510, 8027, 13688, 9752, 9896, 14944, 9926, 14490, 9163, 12163, 8851, 8081, 7647, 7682, 10432, 7856, 13123, 10775, 9134, 8529, 17151, 9368, 10445, 13906, 8092, 14085, 8514, 12037, 7725, 7987, 7711, 7911, 7805, 9440, 7527, 7740, 7730, 7725, 12660, 14451, 11949, 14251, 8701, 11136, 8795, 8297, 8169, 8513, 7893, 7692, 9936, 8172, 14209, 10129, 12458, 9066, 8436, 8155, 8732, 7824, 9526, 7715, 7568, 8419, 7424, 11458, 8121, 15313, 8354, 14352, 9436, 15025, 11626, 12485, 9120, 15171, 8435, 10558, 10096, 8188, 7981, 7913, 7538, 8593, 7523, 8003, 8119, 14168, 8366, 12182, 8643, 8691, 16200, 7824, 12997, 8455, 11840, 7738, 9951, 8376, 12449, 8062, 12006, 8232, 9118, 8030, 9909, 7704, 12306, 8009, 8679, 8064, 8513, 11225, 7986, 14844, 8493, 11932, 8774, 13896, 8643, 10726, 12057, 7989, 13635, 7848, 12658, 7842, 11338, 7814, 11698, 7740, 12248], 'WindowCenter': [4409.0, 4344.0, 4361.0, 4329.0, 4318.0, 4316.0, 4317.0, 4315.0, 4316.0, 4378.0, 4326.0, 4367.0, 4314.0, 4354.0, 4315.0, 4324.0, 4303.0, 4314.0, 4304.0, 4336.0, 4325.0, 4334.0, 4305.0, 4336.0, 4363.0, 4332.0, 4352.0, 4312.0, 4310.0, 4289.0, 4302.0, 4352.0, 4303.0, 4343.0, 4306.0, 4304.0, 4303.0, 4306.0, 4337.0, 4318.0, 4328.0, 4330.0, 4368.0, 4339.0, 4367.0, 4317.0, 4358.0, 4348.0, 4328.0, 4317.0, 4344.0, 4369.0, 4328.0, 4356.0, 4326.0, 4327.0, 4318.0, 4350.0, 4367.0, 4338.0, 4366.0, 4324.0, 4346.0, 4314.0, 4315.0, 4354.0, 4303.0, 4354.0, 4313.0, 4353.0, 4316.0, 4345.0, 4315.0, 4366.0, 4327.0, 4356.0, 4305.0, 4313.0, 4316.0, 4345.0, 4317.0, 4358.0, 4338.0, 4367.0, 4316.0, 4369.0, 4326.0, 4324.0, 4355.0, 4302.0, 4356.0, 4304.0, 4323.0, 4303.0, 4303.0, 4341.0, 4303.0, 4314.0, 4316.0, 4319.0, 4326.0, 4319.0, 4378.0, 4337.0, 4355.0, 4335.0, 4304.0, 4344.0, 4325.0, 4335.0, 4315.0, 4305.0, 4366.0, 4315.0, 4352.0, 4312.0, 4343.0, 4303.0, 4301.0, 4304.0, 4325.0, 4316.0, 4325.0, 4306.0, 4305.0, 4319.0, 4320.0, 4371.0, 4360.0, 4349.0, 4305.0, 4304.0, 4354.0, 4302.0, 4332.0, 4301.0, 4302.0, 4302.0, 4292.0, 4304.0, 4306.0, 4318.0, 4336.0, 4314.0, 4305.0, 4355.0, 4296.0, 4336.0, 4306.0, 4315.0, 4346.0, 4306.0, 4357.0, 4307.0, 4343.0, 4294.0, 4315.0, 4335.0, 4294.0, 4356.0, 4305.0, 4359.0, 4306.0, 4316.0, 4305.0, 4296.0, 4307.0, 4305.0, 4318.0, 4339.0, 4321.0, 4360.0, 4346.0, 4327.0, 4366.0, 4316.0, 4336.0, 4304.0, 4305.0, 4354.0, 4294.0, 4325.0, 4309.0, 4339.0, 4330.0, 4350.0, 4317.0, 4327.0, 4306.0, 4306.0, 4367.0, 4307.0, 4356.0, 4294.0, 4324.0, 4306.0, 4305.0, 4306.0, 4318.0, 4365.0, 4316.0, 4343.0, 4305.0, 4335.0, 4304.0, 4293.0, 4353.0, 4305.0, 4345.0, 4305.0, 4314.0, 4303.0, 4291.0, 4354.0, 4293.0, 4338.0, 4305.0, 4306.0, 4335.0, 4305.0, 4316.0, 4307.0, 4344.0, 4317.0, 4347.0, 4307.0, 4326.0, 4314.0, 4305.0, 4314.0, 4296.0, 4316.0, 4317.0, 4347.0, 4316.0, 4315.0, 4318.0, 4331.0, 4345.0, 4333.0, 4382.0, 4328.0, 4349.0, 4356.0, 4306.0, 4353.0, 4292.0, 4333.0, 4304.0, 4314.0, 4295.0, 4305.0, 4307.0, 4319.0, 4318.0, 4319.0, 4329.0, 4319.0, 4349.0, 4320.0, 4360.0, 4335.0, 4373.0, 4358.0, 4328.0, 4366.0, 4306.0, 4316.0, 4306.0, 4318.0, 4328.0, 4319.0, 4361.0, 4358.0, 4338.0, 4356.0, 4306.0, 4325.0, 4292.0, 4303.0, 4354.0, 4294.0, 4348.0, 4293.0, 4315.0, 4304.0, 4304.0, 4316.0, 4315.0, 4319.0, 4351.0, 4319.0, 4351.0, 4358.0, 4306.0, 4347.0, 4314.0, 4336.0, 4293.0, 4295.0, 4355.0, 4303.0, 4345.0, 4304.0, 4313.0, 4294.0, 4306.0, 4323.0, 4305.0, 4294.0, 4305.0, 4318.0, 4319.0, 4368.0, 4307.0, 4346.0, 4318.0, 4318.0, 4319.0, 4319.0, 4366.0, 4318.0, 4357.0, 4306.0, 4328.0, 4325.0, 4308.0, 4357.0, 4318.0, 4347.0, 4308.0, 4337.0, 4318.0, 4317.0, 4338.0, 4319.0, 4349.0, 4317.0, 4305.0, 4317.0, 4349.0, 4318.0, 4320.0, 4327.0, 4368.0, 4346.0, 4357.0, 4316.0, 4313.0, 4322.0, 4304.0, 4323.0, 4293.0, 4304.0, 4326.0, 4318.0, 4316.0, 4340.0, 4331.0, 4338.0, 4331.0, 4348.0, 4320.0, 4360.0, 4331.0, 4360.0, 4329.0, 4337.0, 4327.0, 4316.0, 4358.0, 4306.0, 4356.0, 4305.0, 4367.0, 4306.0, 4345.0, 4305.0, 4334.0, 4318.0, 4305.0, 4324.0, 4306.0, 4337.0, 4318.0, 4308.0, 4336.0, 4308.0, 4317.0, 4328.0, 4317.0, 4347.0, 4328.0, 4320.0, 4340.0, 4320.0, 4367.0, 4317.0, 4366.0, 4327.0, 4305.0, 4325.0, 4317.0, 4356.0, 4326.0, 4336.0, 4313.0, 4304.0, 4334.0, 4293.0, 4345.0, 4293.0, 4342.0, 4313.0, 4305.0, 4304.0, 4305.0, 4359.0, 4319.0, 4335.0, 4317.0, 4318.0, 4328.0, 4308.0, 4348.0, 4317.0, 4326.0, 4328.0, 4317.0, 4337.0, 4308.0, 4347.0, 4318.0, 4331.0, 4329.0, 4309.0, 4349.0, 4329.0, 4332.0, 4338.0, 4319.0, 4360.0, 4329.0, 4359.0, 4338.0, 4306.0, 4338.0, 4328.0, 4338.0, 4329.0, 4310.0, 4361.0, 4317.0, 4339.0, 4308.0, 4308.0, 4318.0, 4318.0, 4349.0, 4342.0, 4331.0, 4373.0, 4340.0, 4319.0, 4381.0, 4327.0, 4367.0, 4326.0, 4307.0, 4359.0, 4319.0, 4367.0, 4316.0, 4356.0, 4327.0, 4345.0, 4314.0, 4303.0, 4317.0, 4319.0, 4340.0, 4321.0, 4339.0, 4342.0, 4344.0, 4353.0, 4381.0, 4327.0, 4357.0, 4327.0, 4336.0, 4315.0, 4338.0, 4329.0, 4333.0, 4353.0, 4331.0, 4373.0, 4340.0, 4359.0, 4379.0, 4326.0, 4356.0, 4313.0, 4315.0, 4364.0, 4300.0, 4351.0, 4304.0, 4313.0, 4317.0, 4316.0, 4317.0, 4328.0, 4338.0, 4380.0, 4328.0, 4358.0, 4315.0, 4326.0, 4327.0, 4305.0, 4355.0, 4330.0, 4328.0, 4318.0, 4357.0, 4317.0, 4328.0, 4317.0, 4317.0, 4347.0, 4319.0, 4368.0, 4317.0, 4367.0, 4316.0, 4369.0, 4327.0, 4370.0, 4329.0, 4359.0, 4343.0, 4351.0, 4319.0, 4350.0, 4328.0, 4329.0, 4359.0, 4328.0, 4347.0, 4318.0, 4367.0, 4317.0, 4357.0, 4317.0, 4326.0, 4316.0, 4365.0, 4327.0, 4366.0, 4325.0, 4334.0, 4304.0, 4333.0, 4317.0, 4327.0, 4317.0, 4371.0, 4317.0, 4328.0, 4315.0, 4306.0, 4365.0, 4317.0, 4338.0, 4317.0, 4316.0, 4320.0, 4330.0, 4331.0, 4380.0, 4329.0, 4372.0, 4331.0, 4328.0, 4317.0, 4317.0, 4330.0, 4332.0, 4334.0, 4352.0, 4333.0, 4383.0, 4350.0, 4360.0, 4318.0, 4317.0, 4368.0, 4329.0, 4357.0, 4314.0, 4346.0, 4315.0, 4317.0, 4316.0, 4306.0, 4316.0, 4326.0, 4326.0, 4349.0, 4366.0, 4335.0, 4355.0, 4313.0, 4333.0, 4303.0, 4292.0, 4304.0, 4305.0, 4317.0, 4349.0, 4356.0, 4314.0, 4363.0, 4314.0, 4356.0, 4303.0, 4315.0, 4342.0, 4304.0, 4350.0, 4303.0, 4325.0, 4304.0, 4303.0, 4364.0, 4305.0, 4343.0, 4303.0, 4314.0, 4315.0, 4304.0, 4353.0, 4306.0, 4356.0, 4316.0, 4325.0, 4316.0, 4317.0, 4366.0, 4316.0, 4358.0, 4316.0, 4305.0, 4355.0, 4318.0, 4354.0, 4316.0, 4336.0, 4302.0, 4316.0, 4355.0, 4306.0, 4357.0, 4316.0, 4336.0, 4315.0, 4307.0, 4357.0, 4316.0, 4357.0, 4317.0, 4327.0, 4317.0, 4319.0, 4369.0, 4319.0, 4367.0, 4328.0, 4371.0, 4330.0, 4360.0, 4327.0, 4359.0, 4350.0, 4330.0, 4329.0, 4330.0, 4329.0, 4340.0, 4379.0, 4340.0, 4381.0, 4342.0, 4361.0, 4328.0, 4318.0, 4337.0, 4318.0, 4328.0, 4340.0, 4339.0, 4359.0, 4390.0, 4348.0, 4369.0, 4327.0, 4327.0, 4324.0, 4314.0, 4364.0, 4317.0, 4356.0, 4326.0, 4346.0, 4315.0, 4316.0, 4336.0, 4316.0, 4367.0, 4317.0, 4366.0, 4316.0, 4357.0, 4326.0, 4315.0, 4316.0, 4306.0, 4365.0, 4316.0, 4356.0, 4328.0, 4346.0, 4327.0, 4327.0, 4326.0, 4339.0, 4331.0, 4361.0, 4332.0, 4382.0, 4328.0, 4339.0, 4368.0, 4338.0, 4379.0, 4326.0, 4343.0, 4326.0, 4327.0, 4316.0, 4317.0, 4347.0, 4327.0, 4369.0, 4373.0, 4351.0, 4342.0, 4389.0, 4321.0, 4322.0, 4339.0, 4302.0, 4352.0, 4301.0, 4342.0, 4291.0, 4301.0, 4303.0, 4312.0, 4304.0, 4323.0, 4315.0, 4317.0, 4317.0, 4319.0, 4370.0, 4368.0, 4373.0, 4368.0, 4316.0, 4334.0, 4301.0, 4301.0, 4303.0, 4311.0, 4314.0, 4305.0, 4339.0, 4330.0, 4372.0, 4339.0, 4361.0, 4316.0, 4315.0, 4303.0, 4311.0, 4305.0, 4325.0, 4307.0, 4308.0, 4317.0, 4309.0, 4359.0, 4330.0, 4379.0, 4318.0, 4366.0, 4328.0, 4365.0, 4348.0, 4346.0, 4328.0, 4365.0, 4305.0, 4323.0, 4323.0, 4299.0, 4304.0, 4302.0, 4307.0, 4327.0, 4320.0, 4331.0, 4331.0, 4371.0, 4320.0, 4359.0, 4319.0, 4316.0, 4366.0, 4304.0, 4357.0, 4316.0, 4346.0, 4309.0, 4337.0, 4331.0, 4383.0, 4321.0, 4360.0, 4316.0, 4328.0, 4320.0, 4338.0, 4320.0, 4360.0, 4318.0, 4329.0, 4320.0, 4330.0, 4349.0, 4319.0, 4370.0, 4329.0, 4359.0, 4331.0, 4370.0, 4318.0, 4349.0, 4346.0, 4317.0, 4368.0, 4317.0, 4357.0, 4307.0, 4348.0, 4320.0, 4359.0, 4318.0, 4360.0], 'WindowWidth': [9714.0, 9615.0, 9632.0, 9586.0, 9567.0, 9562.0, 9563.0, 9559.0, 9562.0, 9647.0, 9574.0, 9628.0, 9553.0, 9610.0, 9556.0, 9568.0, 9539.0, 9554.0, 9539.0, 9586.0, 9570.0, 9581.0, 9544.0, 9585.0, 9620.0, 9576.0, 9604.0, 9547.0, 9543.0, 9512.0, 9535.0, 9600.0, 9537.0, 9589.0, 9548.0, 9543.0, 9539.0, 9548.0, 9591.0, 9571.0, 9581.0, 9586.0, 9636.0, 9596.0, 9632.0, 9565.0, 9621.0, 9606.0, 9577.0, 9563.0, 9614.0, 9638.0, 9579.0, 9615.0, 9577.0, 9577.0, 9567.0, 9613.0, 9632.0, 9591.0, 9627.0, 9569.0, 9600.0, 9554.0, 9555.0, 9606.0, 9536.0, 9607.0, 9552.0, 9604.0, 9559.0, 9596.0, 9559.0, 9626.0, 9576.0, 9614.0, 9542.0, 9552.0, 9560.0, 9598.0, 9567.0, 9620.0, 9596.0, 9630.0, 9561.0, 9636.0, 9571.0, 9567.0, 9610.0, 9535.0, 9614.0, 9539.0, 9564.0, 9537.0, 9536.0, 9586.0, 9538.0, 9554.0, 9562.0, 9570.0, 9576.0, 9570.0, 9651.0, 9590.0, 9611.0, 9583.0, 9541.0, 9594.0, 9572.0, 9584.0, 9556.0, 9541.0, 9625.0, 9555.0, 9601.0, 9549.0, 9590.0, 9535.0, 9531.0, 9542.0, 9570.0, 9559.0, 9567.0, 9543.0, 9542.0, 9569.0, 9569.0, 9642.0, 9626.0, 9608.0, 9542.0, 9538.0, 9605.0, 9529.0, 9571.0, 9526.0, 9531.0, 9531.0, 9518.0, 9539.0, 9547.0, 9567.0, 9587.0, 9551.0, 9540.0, 9608.0, 9530.0, 9584.0, 9545.0, 9557.0, 9598.0, 9546.0, 9614.0, 9545.0, 9591.0, 9525.0, 9555.0, 9581.0, 9525.0, 9609.0, 9539.0, 9620.0, 9544.0, 9557.0, 9541.0, 9532.0, 9547.0, 9544.0, 9564.0, 9594.0, 9572.0, 9624.0, 9598.0, 9573.0, 9627.0, 9555.0, 9585.0, 9538.0, 9541.0, 9606.0, 9526.0, 9567.0, 9552.0, 9593.0, 9585.0, 9610.0, 9561.0, 9572.0, 9544.0, 9545.0, 9627.0, 9545.0, 9609.0, 9524.0, 9566.0, 9542.0, 9541.0, 9545.0, 9562.0, 9622.0, 9557.0, 9591.0, 9541.0, 9582.0, 9538.0, 9522.0, 9603.0, 9539.0, 9595.0, 9539.0, 9551.0, 9536.0, 9519.0, 9603.0, 9523.0, 9593.0, 9541.0, 9543.0, 9583.0, 9541.0, 9558.0, 9547.0, 9594.0, 9563.0, 9600.0, 9547.0, 9572.0, 9550.0, 9540.0, 9552.0, 9531.0, 9560.0, 9564.0, 9600.0, 9557.0, 9555.0, 9564.0, 9588.0, 9615.0, 9594.0, 9661.0, 9576.0, 9606.0, 9609.0, 9541.0, 9602.0, 9518.0, 9574.0, 9537.0, 9551.0, 9529.0, 9543.0, 9550.0, 9568.0, 9565.0, 9565.0, 9580.0, 9567.0, 9607.0, 9568.0, 9622.0, 9599.0, 9647.0, 9615.0, 9576.0, 9625.0, 9543.0, 9557.0, 9544.0, 9564.0, 9580.0, 9570.0, 9628.0, 9617.0, 9589.0, 9612.0, 9543.0, 9566.0, 9519.0, 9534.0, 9604.0, 9523.0, 9602.0, 9523.0, 9556.0, 9538.0, 9540.0, 9561.0, 9558.0, 9570.0, 9613.0, 9567.0, 9613.0, 9616.0, 9543.0, 9599.0, 9552.0, 9583.0, 9523.0, 9525.0, 9607.0, 9534.0, 9593.0, 9536.0, 9548.0, 9523.0, 9542.0, 9562.0, 9541.0, 9525.0, 9543.0, 9565.0, 9567.0, 9633.0, 9548.0, 9600.0, 9562.0, 9562.0, 9567.0, 9567.0, 9628.0, 9563.0, 9614.0, 9545.0, 9576.0, 9569.0, 9550.0, 9614.0, 9564.0, 9600.0, 9549.0, 9589.0, 9564.0, 9562.0, 9590.0, 9565.0, 9605.0, 9562.0, 9545.0, 9564.0, 9609.0, 9566.0, 9569.0, 9576.0, 9634.0, 9598.0, 9615.0, 9555.0, 9549.0, 9559.0, 9536.0, 9561.0, 9521.0, 9537.0, 9570.0, 9563.0, 9561.0, 9597.0, 9589.0, 9593.0, 9585.0, 9605.0, 9567.0, 9624.0, 9586.0, 9624.0, 9581.0, 9589.0, 9576.0, 9559.0, 9617.0, 9541.0, 9613.0, 9539.0, 9627.0, 9542.0, 9592.0, 9542.0, 9579.0, 9567.0, 9543.0, 9567.0, 9545.0, 9589.0, 9564.0, 9552.0, 9585.0, 9551.0, 9563.0, 9577.0, 9563.0, 9602.0, 9579.0, 9569.0, 9596.0, 9570.0, 9629.0, 9560.0, 9625.0, 9574.0, 9544.0, 9568.0, 9559.0, 9612.0, 9572.0, 9583.0, 9549.0, 9535.0, 9578.0, 9521.0, 9594.0, 9520.0, 9584.0, 9549.0, 9539.0, 9538.0, 9540.0, 9620.0, 9567.0, 9580.0, 9559.0, 9563.0, 9577.0, 9551.0, 9603.0, 9562.0, 9572.0, 9576.0, 9560.0, 9586.0, 9549.0, 9600.0, 9562.0, 9589.0, 9580.0, 9553.0, 9607.0, 9582.0, 9588.0, 9591.0, 9564.0, 9621.0, 9580.0, 9618.0, 9590.0, 9546.0, 9589.0, 9577.0, 9590.0, 9579.0, 9555.0, 9629.0, 9561.0, 9592.0, 9549.0, 9548.0, 9563.0, 9566.0, 9609.0, 9606.0, 9589.0, 9648.0, 9599.0, 9569.0, 9654.0, 9577.0, 9631.0, 9571.0, 9546.0, 9619.0, 9564.0, 9630.0, 9558.0, 9611.0, 9575.0, 9596.0, 9555.0, 9538.0, 9561.0, 9566.0, 9595.0, 9572.0, 9594.0, 9604.0, 9607.0, 9618.0, 9653.0, 9575.0, 9614.0, 9574.0, 9582.0, 9555.0, 9589.0, 9583.0, 9595.0, 9621.0, 9588.0, 9647.0, 9596.0, 9623.0, 9650.0, 9569.0, 9613.0, 9549.0, 9553.0, 9618.0, 9528.0, 9596.0, 9538.0, 9550.0, 9560.0, 9558.0, 9564.0, 9580.0, 9595.0, 9651.0, 9576.0, 9617.0, 9555.0, 9571.0, 9572.0, 9542.0, 9607.0, 9582.0, 9577.0, 9565.0, 9615.0, 9561.0, 9578.0, 9563.0, 9563.0, 9602.0, 9566.0, 9632.0, 9564.0, 9629.0, 9562.0, 9633.0, 9576.0, 9636.0, 9582.0, 9623.0, 9606.0, 9614.0, 9569.0, 9610.0, 9580.0, 9581.0, 9623.0, 9578.0, 9603.0, 9562.0, 9631.0, 9563.0, 9612.0, 9562.0, 9575.0, 9561.0, 9626.0, 9575.0, 9628.0, 9568.0, 9578.0, 9539.0, 9577.0, 9561.0, 9574.0, 9564.0, 9643.0, 9562.0, 9575.0, 9557.0, 9546.0, 9625.0, 9562.0, 9591.0, 9564.0, 9561.0, 9573.0, 9586.0, 9588.0, 9651.0, 9580.0, 9645.0, 9586.0, 9578.0, 9562.0, 9562.0, 9586.0, 9593.0, 9598.0, 9618.0, 9595.0, 9663.0, 9612.0, 9625.0, 9564.0, 9562.0, 9632.0, 9579.0, 9614.0, 9553.0, 9600.0, 9555.0, 9560.0, 9560.0, 9545.0, 9558.0, 9574.0, 9574.0, 9609.0, 9627.0, 9581.0, 9611.0, 9548.0, 9576.0, 9537.0, 9520.0, 9539.0, 9543.0, 9562.0, 9608.0, 9614.0, 9553.0, 9618.0, 9552.0, 9611.0, 9537.0, 9555.0, 9589.0, 9537.0, 9596.0, 9534.0, 9567.0, 9537.0, 9536.0, 9619.0, 9542.0, 9590.0, 9537.0, 9553.0, 9555.0, 9540.0, 9603.0, 9546.0, 9611.0, 9558.0, 9572.0, 9559.0, 9562.0, 9626.0, 9559.0, 9617.0, 9557.0, 9543.0, 9609.0, 9565.0, 9608.0, 9557.0, 9583.0, 9535.0, 9560.0, 9610.0, 9547.0, 9614.0, 9559.0, 9586.0, 9556.0, 9551.0, 9614.0, 9562.0, 9616.0, 9563.0, 9577.0, 9563.0, 9571.0, 9637.0, 9569.0, 9630.0, 9580.0, 9641.0, 9588.0, 9626.0, 9577.0, 9624.0, 9612.0, 9585.0, 9585.0, 9585.0, 9582.0, 9600.0, 9652.0, 9597.0, 9657.0, 9609.0, 9627.0, 9580.0, 9568.0, 9594.0, 9567.0, 9581.0, 9600.0, 9599.0, 9627.0, 9669.0, 9607.0, 9637.0, 9576.0, 9575.0, 9568.0, 9556.0, 9621.0, 9562.0, 9613.0, 9574.0, 9601.0, 9557.0, 9559.0, 9587.0, 9560.0, 9630.0, 9562.0, 9624.0, 9559.0, 9615.0, 9572.0, 9558.0, 9561.0, 9548.0, 9623.0, 9561.0, 9614.0, 9579.0, 9602.0, 9577.0, 9578.0, 9576.0, 9595.0, 9589.0, 9630.0, 9593.0, 9660.0, 9579.0, 9595.0, 9632.0, 9593.0, 9651.0, 9575.0, 9592.0, 9574.0, 9581.0, 9565.0, 9566.0, 9605.0, 9582.0, 9639.0, 9654.0, 9620.0, 9607.0, 9669.0, 9563.0, 9560.0, 9579.0, 9533.0, 9600.0, 9532.0, 9588.0, 9519.0, 9533.0, 9540.0, 9551.0, 9544.0, 9566.0, 9561.0, 9564.0, 9567.0, 9570.0, 9642.0, 9636.0, 9651.0, 9633.0, 9558.0, 9580.0, 9529.0, 9531.0, 9536.0, 9546.0, 9555.0, 9545.0, 9593.0, 9585.0, 9645.0, 9591.0, 9625.0, 9558.0, 9556.0, 9535.0, 9545.0, 9541.0, 9570.0, 9549.0, 9552.0, 9564.0, 9554.0, 9623.0, 9585.0, 9651.0, 9566.0, 9626.0, 9578.0, 9623.0, 9603.0, 9598.0, 9575.0, 9625.0, 9538.0, 9562.0, 9559.0, 9526.0, 9537.0, 9534.0, 9547.0, 9575.0, 9572.0, 9590.0, 9590.0, 9642.0, 9569.0, 9622.0, 9565.0, 9559.0, 9626.0, 9540.0, 9612.0, 9559.0, 9598.0, 9554.0, 9588.0, 9587.0, 9661.0, 9574.0, 9623.0, 9560.0, 9576.0, 9569.0, 9594.0, 9573.0, 9625.0, 9565.0, 9581.0, 9571.0, 9584.0, 9608.0, 9569.0, 9637.0, 9581.0, 9620.0, 9586.0, 9638.0, 9563.0, 9606.0, 9598.0, 9561.0, 9630.0, 9564.0, 9615.0, 9547.0, 9602.0, 9570.0, 9621.0, 9567.0, 9623.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.0004757175660160735</td></tr>
<tr><td colspan=3>aqi</td><td>0.02143175396096441</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.88811965585057</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.193039083011494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003446151425287</td></tr>
<tr><td colspan=3>efc</td><td>0.4752</td></tr>
<tr><td colspan=3>fber</td><td>6100.6582</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10884918732771637</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.0849598163031</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563806509370415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4999153040337383</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8425709322278276</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.348933291849679</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112938</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017163140699267387</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025180773809552193</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6795698380686686</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>33.1267</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1103</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.6601</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.5914</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0549</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.0198</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.6304</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.2979</td></tr>
<tr><td colspan=3>tsnr</td><td>43.18272070772946</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>