ds005256-mriqc/sub-0095_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +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-0095_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0095_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-04/func/sub-0095_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>715d006419388d930d76d087ca0ee500</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>18:13:9.170000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969096</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7812, -7187, 140, -161, -198, -140, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>71a7670c-0c4a-4f0e-9191-c5f161b7da3f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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': ['181309.170000', '181309.630000', '181310.090000', '181310.550000', '181311.010000', '181311.470000', '181311.930000', '181312.390000', '181312.850000', '181313.310000', '181313.770000', '181314.230000', '181314.690000', '181315.150000', '181315.610000', '181316.070000', '181316.530000', '181316.990000', '181317.450000', '181317.910000', '181318.370000', '181318.830000', '181319.290000', '181319.750000', '181320.210000', '181320.670000', '181321.130000', '181321.590000', '181322.050000', '181322.510000', '181322.970000', '181323.430000', '181323.890000', '181324.350000', '181324.810000', '181325.270000', '181325.730000', '181326.190000', '181326.650000', '181327.110000', '181327.570000', '181328.030000', '181328.490000', '181328.950000', '181329.410000', '181329.870000', '181330.330000', '181330.790000', '181331.250000', '181331.710000', '181332.170000', '181332.630000', '181333.090000', '181333.550000', '181334.010000', '181334.470000', '181334.930000', '181335.390000', '181335.850000', '181336.310000', '181336.770000', '181337.230000', '181337.690000', '181338.150000', '181338.610000', '181339.070000', '181339.530000', '181339.990000', '181340.450000', '181340.910000', '181341.370000', '181341.830000', '181342.290000', '181342.750000', '181343.210000', '181343.670000', '181344.130000', '181344.590000', '181345.050000', '181345.510000', '181345.970000', '181346.430000', '181346.890000', '181347.350000', '181347.810000', '181348.270000', '181348.730000', '181349.190000', '181349.650000', '181350.110000', '181350.570000', '181351.030000', '181351.490000', '181351.950000', '181352.410000', '181352.870000', '181353.330000', '181353.790000', '181354.250000', '181354.710000', '181355.170000', '181355.630000', '181356.090000', '181356.550000', '181357.010000', '181357.470000', '181357.930000', '181358.390000', '181358.850000', '181359.310000', '181359.770000', '181400.230000', '181400.690000', '181401.150000', '181401.610000', '181402.070000', '181402.530000', '181402.990000', '181403.450000', '181403.910000', '181404.370000', '181404.830000', '181405.290000', '181405.750000', '181406.210000', '181406.670000', '181407.130000', '181407.590000', '181408.050000', '181408.510000', '181408.970000', '181409.430000', '181409.890000', '181410.350000', '181410.810000', '181411.270000', '181411.730000', '181412.190000', '181412.650000', '181413.110000', '181413.570000', '181414.030000', '181414.490000', '181414.950000', '181415.410000', '181415.870000', '181416.330000', '181416.790000', '181417.250000', '181417.710000', '181418.170000', '181418.630000', '181419.090000', '181419.550000', '181420.010000', '181420.470000', '181420.930000', '181421.390000', '181421.850000', '181422.310000', '181422.770000', '181423.230000', '181423.690000', '181424.150000', '181424.610000', '181425.070000', '181425.530000', '181425.990000', '181426.450000', '181426.910000', '181427.370000', '181427.830000', '181428.290000', '181428.750000', '181429.210000', '181429.670000', '181430.130000', '181430.590000', '181431.050000', '181431.510000', '181431.970000', '181432.430000', '181432.890000', '181433.350000', '181433.810000', '181434.270000', '181434.730000', '181435.190000', '181435.650000', '181436.110000', '181436.570000', '181437.030000', '181437.490000', '181437.950000', '181438.410000', '181438.870000', '181439.330000', '181439.790000', '181440.250000', '181440.710000', '181441.170000', '181441.630000', '181442.090000', '181442.550000', '181443.010000', '181443.470000', '181443.930000', '181444.390000', '181444.850000', '181445.310000', '181445.770000', '181446.230000', '181446.690000', '181447.150000', '181447.610000', '181448.070000', '181448.530000', '181448.990000', '181449.450000', '181449.910000', '181450.370000', '181450.830000', '181451.290000', '181451.750000', '181452.210000', '181452.670000', '181453.130000', '181453.590000', '181454.050000', '181454.510000', '181454.970000', '181455.430000', '181455.890000', '181456.350000', '181456.810000', '181457.270000', '181457.730000', '181458.190000', '181458.650000', '181459.110000', '181459.570000', '181500.030000', '181500.490000', '181500.950000', '181501.410000', '181501.870000', '181502.330000', '181502.790000', '181503.250000', '181503.710000', '181504.170000', '181504.630000', '181505.090000', '181505.550000', '181506.010000', '181506.470000', '181506.930000', '181507.390000', '181507.850000', '181508.310000', '181508.770000', '181509.230000', '181509.690000', '181510.150000', '181510.610000', '181511.070000', '181511.530000', '181511.990000', '181512.450000', '181512.910000', '181513.370000', '181513.830000', '181514.290000', '181514.750000', '181515.210000', '181515.670000', '181516.130000', '181516.590000', '181517.050000', '181517.510000', '181517.970000', '181518.430000', '181518.890000', '181519.350000', '181519.810000', '181520.270000', '181520.730000', '181521.190000', '181521.650000', '181522.110000', '181522.570000', '181523.030000', '181523.490000', '181523.950000', '181524.410000', '181524.870000', '181525.330000', '181525.790000', '181526.250000', '181526.710000', '181527.170000', '181527.630000', '181528.090000', '181528.550000', '181529.010000', '181529.470000', '181529.930000', '181530.390000', '181530.850000', '181531.310000', '181531.770000', '181532.230000', '181532.690000', '181533.150000', '181533.610000', '181534.070000', '181534.530000', '181534.990000', '181535.450000', '181535.910000', '181536.370000', '181536.830000', '181537.290000', '181537.750000', '181538.210000', '181538.670000', '181539.130000', '181539.590000', '181540.050000', '181540.510000', '181540.970000', '181541.430000', '181541.890000', '181542.350000', '181542.810000', '181543.270000', '181543.730000', '181544.190000', '181544.650000', '181545.110000', '181545.570000', '181546.030000', '181546.490000', '181546.950000', '181547.410000', '181547.870000', '181548.330000', '181548.790000', '181549.250000', '181549.710000', '181550.170000', '181550.630000', '181551.090000', '181551.550000', '181552.010000', '181552.470000', '181552.930000', '181553.390000', '181553.850000', '181554.310000', '181554.770000', '181555.230000', '181555.690000', '181556.150000', '181556.610000', '181557.070000', '181557.530000', '181557.990000', '181558.450000', '181558.910000', '181559.370000', '181559.830000', '181600.290000', '181600.750000', '181601.210000', '181601.670000', '181602.130000', '181602.590000', '181603.050000', '181603.510000', '181603.970000', '181604.430000', '181604.890000', '181605.350000', '181605.810000', '181606.270000', '181606.730000', '181607.190000', '181607.650000', '181608.110000', '181608.570000', '181609.030000', '181609.490000', '181609.950000', '181610.410000', '181610.870000', '181611.330000', '181611.790000', '181612.250000', '181612.710000', '181613.170000', '181613.630000', '181614.090000', '181614.550000', '181615.010000', '181615.470000', '181615.930000', '181616.390000', '181616.850000', '181617.310000', '181617.770000', '181618.230000', '181618.690000', '181619.150000', '181619.610000', '181620.070000', '181620.530000', '181620.990000', '181621.450000', '181621.910000', '181622.370000', '181622.830000', '181623.290000', '181623.750000', '181624.210000', '181624.670000', '181625.130000', '181625.590000', '181626.050000', '181626.510000', '181626.970000', '181627.430000', '181627.890000', '181628.350000', '181628.810000', '181629.270000', '181629.730000', '181630.190000', '181630.650000', '181631.110000', '181631.570000', '181632.030000', '181632.490000', '181632.950000', '181633.410000', '181633.870000', '181634.330000', '181634.790000', '181635.250000', '181635.710000', '181636.170000', '181636.630000', '181637.090000', '181637.550000', '181638.010000', '181638.470000', '181638.930000', '181639.390000', '181639.850000', '181640.310000', '181640.770000', '181641.230000', '181641.690000', '181642.150000', '181642.610000', '181643.070000', '181643.530000', '181643.990000', '181644.450000', '181644.910000', '181645.370000', '181645.830000', '181646.290000', '181646.750000', '181647.210000', '181647.670000', '181648.130000', '181648.590000', '181649.050000', '181649.510000', '181649.970000', '181650.430000', '181650.890000', '181651.350000', '181651.810000', '181652.270000', '181652.730000', '181653.190000', '181653.650000', '181654.110000', '181654.570000', '181655.030000', '181655.490000', '181655.950000', '181656.410000', '181656.870000', '181657.330000', '181657.790000', '181658.250000', '181658.710000', '181659.170000', '181659.630000', '181700.090000', '181700.550000', '181701.010000', '181701.470000', '181701.930000', '181702.390000', '181702.850000', '181703.310000', '181703.770000', '181704.230000', '181704.690000', '181705.150000', '181705.610000', '181706.070000', '181706.530000', '181706.990000', '181707.450000', '181707.910000', '181708.370000', '181708.830000', '181709.290000', '181709.750000', '181710.210000', '181710.670000', '181711.130000', '181711.590000', '181712.050000', '181712.510000', '181712.970000', '181713.430000', '181713.890000', '181714.350000', '181714.810000', '181715.270000', '181715.730000', '181716.190000', '181716.650000', '181717.110000', '181717.570000', '181718.030000', '181718.490000', '181718.950000', '181719.410000', '181719.870000', '181720.330000', '181720.790000', '181721.250000', '181721.710000', '181722.170000', '181722.630000', '181723.090000', '181723.550000', '181724.010000', '181724.470000', '181724.930000', '181725.390000', '181725.850000', '181726.310000', '181726.770000', '181727.230000', '181727.690000', '181728.150000', '181728.610000', '181729.070000', '181729.530000', '181729.990000', '181730.450000', '181730.910000', '181731.370000', '181731.830000', '181732.290000', '181732.750000', '181733.210000', '181733.670000', '181734.130000', '181734.590000', '181735.050000', '181735.510000', '181735.970000', '181736.430000', '181736.890000', '181737.350000', '181737.810000', '181738.270000', '181738.730000', '181739.190000', '181739.650000', '181740.110000', '181740.570000', '181741.030000', '181741.490000', '181741.950000', '181742.410000', '181742.870000', '181743.330000', '181743.790000', '181744.250000', '181744.710000', '181745.170000', '181745.630000', '181746.090000', '181746.550000', '181747.010000', '181747.470000', '181747.930000', '181748.390000', '181748.850000', '181749.310000', '181749.770000', '181750.230000', '181750.690000', '181751.150000', '181751.610000', '181752.070000', '181752.530000', '181752.990000', '181753.450000', '181753.910000', '181754.370000', '181754.830000', '181755.290000', '181755.750000', '181756.210000', '181756.670000', '181757.130000', '181757.590000', '181758.050000', '181758.510000', '181758.970000', '181759.430000', '181759.890000', '181800.350000', '181800.810000', '181801.270000', '181801.730000', '181802.190000', '181802.650000', '181803.110000', '181803.570000', '181804.030000', '181804.490000', '181804.950000', '181805.410000', '181805.870000', '181806.330000', '181806.790000', '181807.250000', '181807.710000', '181808.170000', '181808.630000', '181809.090000', '181809.550000', '181810.010000', '181810.470000', '181810.930000', '181811.390000', '181811.850000', '181812.310000', '181812.770000', '181813.230000', '181813.690000', '181814.150000', '181814.610000', '181815.070000', '181815.530000', '181815.990000', '181816.450000', '181816.910000', '181817.370000', '181817.830000', '181818.290000', '181818.750000', '181819.210000', '181819.670000', '181820.130000', '181820.590000', '181821.050000', '181821.510000', '181821.970000', '181822.430000', '181822.890000', '181823.350000', '181823.810000', '181824.270000', '181824.730000', '181825.190000', '181825.650000', '181826.110000', '181826.570000', '181827.030000', '181827.490000', '181827.950000', '181828.410000', '181828.870000', '181829.330000', '181829.790000', '181830.250000', '181830.710000', '181831.170000', '181831.630000', '181832.090000', '181832.550000', '181833.010000', '181833.470000', '181833.930000', '181834.390000', '181834.850000', '181835.310000', '181835.770000', '181836.230000', '181836.690000', '181837.150000', '181837.610000', '181838.070000', '181838.530000', '181838.990000', '181839.450000', '181839.910000', '181840.370000', '181840.830000', '181841.290000', '181841.750000', '181842.210000', '181842.670000', '181843.130000', '181843.590000', '181844.050000', '181844.510000', '181844.970000', '181845.430000', '181845.890000', '181846.350000', '181846.810000', '181847.270000', '181847.730000', '181848.190000', '181848.650000', '181849.110000', '181849.570000', '181850.030000', '181850.490000', '181850.950000', '181851.410000', '181851.870000', '181852.330000', '181852.790000', '181853.250000', '181853.710000', '181854.170000', '181854.630000', '181855.090000', '181855.550000', '181856.010000', '181856.470000', '181856.930000', '181857.390000', '181857.850000', '181858.310000', '181858.770000', '181859.230000', '181859.690000', '181900.150000', '181900.610000', '181901.070000', '181901.530000', '181901.990000', '181902.450000', '181902.910000', '181903.370000', '181903.830000', '181904.290000', '181904.750000', '181905.210000', '181905.670000', '181906.130000', '181906.590000', '181907.050000', '181907.510000', '181907.970000', '181908.430000', '181908.890000', '181909.350000', '181909.810000', '181910.270000', '181910.730000', '181911.190000', '181911.650000', '181912.110000', '181912.570000', '181913.030000', '181913.490000', '181913.950000', '181914.410000', '181914.870000', '181915.330000', '181915.790000', '181916.250000', '181916.710000', '181917.170000', '181917.630000', '181918.090000', '181918.550000', '181919.010000', '181919.470000', '181919.930000', '181920.390000', '181920.850000', '181921.310000', '181921.770000', '181922.230000', '181922.690000', '181923.150000', '181923.610000', '181924.070000', '181924.530000', '181924.990000', '181925.450000', '181925.910000', '181926.370000', '181926.830000', '181927.290000', '181927.750000', '181928.210000', '181928.670000', '181929.130000', '181929.590000', '181930.050000', '181930.510000', '181930.970000', '181931.430000', '181931.890000', '181932.350000', '181932.810000', '181933.270000', '181933.730000', '181934.190000', '181934.650000', '181935.110000', '181935.570000', '181936.030000', '181936.490000', '181936.950000', '181937.410000', '181937.870000', '181938.330000', '181938.790000', '181939.250000', '181939.710000', '181940.170000', '181940.630000', '181941.090000', '181941.550000', '181942.010000', '181942.470000', '181942.930000', '181943.390000', '181943.850000', '181944.310000', '181944.770000', '181945.230000', '181945.690000', '181946.150000', '181946.610000', '181947.070000', '181947.530000', '181947.990000', '181948.450000', '181948.910000', '181949.370000', '181949.830000'], 'ContentTime': ['181328.781000', '181328.785000', '181328.788000', '181328.790000', '181328.793000', '181328.796000', '181328.798000', '181328.810000', '181328.812000', '181328.815000', '181328.818000', '181328.820000', '181328.823000', '181328.826000', '181328.833000', '181328.835000', '181328.838000', '181328.841000', '181328.843000', '181328.846000', '181328.848000', '181328.851000', '181328.854000', '181328.856000', '181328.859000', '181328.862000', '181328.864000', '181328.867000', '181328.869000', '181328.872000', '181328.875000', '181328.877000', '181328.880000', '181328.882000', '181328.885000', '181328.888000', '181328.891000', '181328.893000', '181328.896000', '181328.898000', '181348.751000', '181348.754000', '181348.757000', '181348.760000', '181348.762000', '181348.765000', '181348.768000', '181348.770000', '181348.773000', '181348.775000', '181348.778000', '181348.781000', '181348.783000', '181348.786000', '181348.789000', '181348.791000', '181348.794000', '181348.797000', '181348.799000', '181348.802000', '181348.805000', '181348.807000', '181348.810000', '181348.813000', '181348.815000', '181348.818000', '181348.820000', '181348.823000', '181348.826000', '181348.828000', '181348.831000', '181348.834000', '181348.836000', '181348.839000', '181348.841000', '181348.844000', '181348.846000', '181348.849000', '181348.852000', '181348.854000', '181348.857000', '181348.860000', '181348.862000', '181408.751000', '181408.754000', '181408.757000', '181408.760000', '181408.762000', '181408.765000', '181408.768000', '181408.770000', '181408.773000', '181408.776000', '181408.778000', '181408.781000', '181408.790000', '181408.793000', '181408.795000', '181408.798000', '181408.832000', '181408.834000', '181408.837000', '181408.840000', '181408.850000', '181408.852000', '181408.855000', '181408.858000', '181408.860000', '181408.863000', '181408.866000', '181408.868000', '181408.871000', '181408.873000', '181408.876000', '181408.879000', '181408.881000', '181408.884000', '181408.887000', '181408.889000', '181408.892000', '181408.894000', '181408.897000', '181408.900000', '181408.902000', '181408.905000', '181408.908000', '181408.910000', '181428.750000', '181428.753000', '181428.756000', '181428.759000', '181428.761000', '181428.764000', '181428.767000', '181428.769000', '181428.772000', '181428.775000', '181428.777000', '181428.780000', '181428.783000', '181428.785000', '181428.788000', '181428.790000', '181428.793000', '181428.796000', '181428.798000', '181428.887000', '181428.890000', '181428.893000', '181428.895000', '181428.898000', '181428.900000', '181428.903000', '181428.906000', '181428.908000', '181428.911000', '181428.913000', '181428.916000', '181428.919000', '181428.927000', '181428.929000', '181428.932000', '181428.935000', '181428.937000', '181428.940000', '181428.943000', '181428.945000', '181428.948000', '181428.950000', '181428.953000', '181448.751000', '181448.754000', '181448.756000', '181448.759000', '181448.761000', '181448.764000', '181448.767000', '181448.769000', '181448.772000', '181448.775000', '181448.777000', '181448.780000', '181448.782000', '181448.792000', '181448.795000', '181448.798000', '181448.800000', '181448.803000', '181448.806000', '181448.808000', '181448.811000', '181448.814000', '181448.816000', '181448.819000', '181448.821000', '181448.824000', '181448.827000', '181448.829000', '181448.832000', '181448.835000', '181448.838000', '181448.840000', '181448.843000', '181448.845000', '181448.848000', '181448.851000', '181448.853000', '181448.856000', '181448.865000', '181448.868000', '181448.871000', '181448.873000', '181448.876000', '181448.878000', '181508.750000', '181508.753000', '181508.756000', '181508.759000', '181508.761000', '181508.764000', '181508.767000', '181508.769000', '181508.772000', '181508.774000', '181508.777000', '181508.780000', '181508.782000', '181508.785000', '181508.788000', '181508.790000', '181508.793000', '181508.796000', '181508.798000', '181508.801000', '181508.804000', '181508.806000', '181508.809000', '181508.812000', '181508.814000', '181508.817000', '181508.819000', '181508.822000', '181508.825000', '181508.827000', '181508.830000', '181508.833000', '181508.835000', '181508.838000', '181508.841000', '181508.843000', '181508.846000', '181508.849000', '181508.851000', '181508.860000', '181508.862000', '181508.865000', '181508.867000', '181528.750000', '181528.753000', '181528.756000', '181528.759000', '181528.761000', '181528.764000', '181528.767000', '181528.769000', '181528.772000', '181528.774000', '181528.777000', '181528.780000', '181528.782000', '181528.785000', '181528.787000', '181528.790000', '181528.792000', '181528.795000', '181528.798000', '181528.800000', '181528.803000', '181528.806000', '181528.808000', '181528.811000', '181528.813000', '181528.816000', '181528.819000', '181528.821000', '181528.824000', '181528.826000', '181528.829000', '181528.832000', '181528.834000', '181528.837000', '181528.839000', '181528.842000', '181528.845000', '181528.847000', '181528.850000', '181528.852000', '181528.855000', '181528.858000', '181528.860000', '181548.751000', '181548.753000', '181548.756000', '181548.759000', '181548.761000', '181548.764000', '181548.767000', '181548.769000', '181548.772000', '181548.774000', '181548.777000', '181548.780000', '181548.782000', '181548.785000', '181548.787000', '181548.790000', '181548.793000', '181548.795000', '181548.798000', '181548.838000', '181548.841000', '181548.843000', '181548.846000', '181548.848000', '181548.851000', '181548.854000', '181548.856000', '181548.859000', '181548.861000', '181548.864000', '181548.867000', '181548.869000', '181548.872000', '181548.874000', '181548.877000', '181548.880000', '181548.882000', '181548.885000', '181548.887000', '181548.890000', '181548.893000', '181548.896000', '181548.898000', '181548.901000', '181608.751000', '181608.754000', '181608.757000', '181608.759000', '181608.762000', '181608.765000', '181608.767000', '181608.770000', '181608.773000', '181608.775000', '181608.778000', '181608.781000', '181608.795000', '181608.797000', '181608.838000', '181608.841000', '181608.844000', '181608.846000', '181608.849000', '181608.851000', '181608.854000', '181608.857000', '181608.859000', '181608.862000', '181608.864000', '181608.867000', '181608.870000', '181608.872000', '181608.875000', '181608.877000', '181608.880000', '181608.883000', '181608.885000', '181608.888000', '181608.891000', '181608.893000', '181608.896000', '181608.898000', '181608.901000', '181608.904000', '181608.906000', '181608.909000', '181608.911000', '181608.914000', '181628.752000', '181628.755000', '181628.757000', '181628.760000', '181628.763000', '181628.765000', '181628.768000', '181628.770000', '181628.811000', '181628.826000', '181628.829000', '181628.832000', '181628.834000', '181628.837000', '181628.839000', '181628.842000', '181628.845000', '181628.847000', '181628.850000', '181628.853000', '181628.855000', '181628.858000', '181628.860000', '181628.863000', '181628.865000', '181628.868000', '181628.871000', '181628.874000', '181628.876000', '181628.879000', '181628.881000', '181628.884000', '181628.887000', '181628.889000', '181628.892000', '181628.894000', '181628.897000', '181628.900000', '181628.902000', '181628.905000', '181628.907000', '181628.910000', '181628.913000', '181648.751000', '181648.754000', '181648.756000', '181648.759000', '181648.762000', '181648.764000', '181648.767000', '181648.770000', '181648.772000', '181648.775000', '181648.778000', '181648.780000', '181648.783000', '181648.785000', '181648.788000', '181648.791000', '181648.793000', '181648.796000', '181648.798000', '181648.852000', '181648.854000', '181648.857000', '181648.860000', '181648.862000', '181648.865000', '181648.867000', '181648.870000', '181648.873000', '181648.875000', '181648.878000', '181648.880000', '181648.883000', '181648.886000', '181648.888000', '181648.891000', '181648.893000', '181648.896000', '181648.899000', '181648.901000', '181648.904000', '181648.906000', '181648.909000', '181648.912000', '181708.750000', '181708.753000', '181708.756000', '181708.759000', '181708.761000', '181708.764000', '181708.767000', '181708.769000', '181708.772000', '181708.775000', '181708.777000', '181708.780000', '181708.782000', '181708.785000', '181708.788000', '181708.790000', '181708.793000', '181708.796000', '181708.798000', '181708.859000', '181708.862000', '181708.865000', '181708.867000', '181708.870000', '181708.873000', '181708.875000', '181708.878000', '181708.880000', '181708.883000', '181708.886000', '181708.888000', '181708.891000', '181708.893000', '181708.896000', '181708.899000', '181708.901000', '181708.904000', '181708.907000', '181708.910000', '181708.912000', '181708.915000', '181708.918000', '181708.920000', '181708.923000', '181728.751000', '181728.753000', '181728.756000', '181728.759000', '181728.761000', '181728.764000', '181728.767000', '181728.769000', '181728.772000', '181728.775000', '181728.778000', '181728.780000', '181728.789000', '181728.791000', '181728.794000', '181728.797000', '181728.799000', '181728.847000', '181728.850000', '181728.852000', '181728.855000', '181728.858000', '181728.860000', '181728.863000', '181728.865000', '181728.868000', '181728.871000', '181728.873000', '181728.877000', '181728.879000', '181728.882000', '181728.885000', '181728.887000', '181728.890000', '181728.893000', '181728.895000', '181728.898000', '181728.900000', '181728.903000', '181728.906000', '181728.908000', '181728.911000', '181728.913000', '181748.750000', '181748.753000', '181748.756000', '181748.759000', '181748.761000', '181748.764000', '181748.766000', '181748.769000', '181748.772000', '181748.774000', '181748.777000', '181748.780000', '181748.782000', '181748.785000', '181748.787000', '181748.790000', '181748.793000', '181748.795000', '181748.798000', '181748.846000', '181748.849000', '181748.851000', '181748.854000', '181748.857000', '181748.859000', '181748.862000', '181748.864000', '181748.867000', '181748.869000', '181748.872000', '181748.875000', '181748.877000', '181748.880000', '181748.882000', '181748.890000', '181748.893000', '181748.895000', '181748.898000', '181748.901000', '181748.903000', '181748.906000', '181748.908000', '181748.911000', '181748.914000', '181808.751000', '181808.753000', '181808.756000', '181808.759000', '181808.761000', '181808.764000', '181808.767000', '181808.769000', '181808.772000', '181808.774000', '181808.777000', '181808.779000', '181808.782000', '181808.785000', '181808.787000', '181808.790000', '181808.793000', '181808.795000', '181808.798000', '181808.826000', '181808.828000', '181808.831000', '181808.833000', '181808.836000', '181808.839000', '181808.841000', '181808.844000', '181808.846000', '181808.849000', '181808.852000', '181808.854000', '181808.857000', '181808.859000', '181808.862000', '181808.865000', '181808.867000', '181808.870000', '181808.873000', '181808.875000', '181808.878000', '181808.880000', '181808.883000', '181808.886000', '181828.752000', '181828.754000', '181828.757000', '181828.760000', '181828.763000', '181828.765000', '181828.768000', '181828.770000', '181828.773000', '181828.775000', '181828.778000', '181828.781000', '181828.783000', '181828.786000', '181828.789000', '181828.791000', '181828.794000', '181828.797000', '181828.850000', '181828.853000', '181828.856000', '181828.858000', '181828.861000', '181828.863000', '181828.866000', '181828.869000', '181828.871000', '181828.874000', '181828.876000', '181828.879000', '181828.882000', '181828.884000', '181828.887000', '181828.889000', '181828.892000', '181828.895000', '181828.897000', '181828.900000', '181828.902000', '181828.905000', '181828.908000', '181828.910000', '181828.913000', '181828.915000', '181848.751000', '181848.754000', '181848.757000', '181848.760000', '181848.762000', '181848.765000', '181848.767000', '181848.770000', '181848.773000', '181848.775000', '181848.778000', '181848.780000', '181848.783000', '181848.786000', '181848.788000', '181848.791000', '181848.794000', '181848.796000', '181848.799000', '181848.860000', '181848.864000', '181848.867000', '181848.869000', '181848.872000', '181848.874000', '181848.877000', '181848.880000', '181848.882000', '181848.885000', '181848.887000', '181848.890000', '181848.893000', '181848.895000', '181848.898000', '181848.901000', '181848.903000', '181848.906000', '181848.908000', '181848.921000', '181848.924000', '181848.926000', '181848.929000', '181848.932000', '181908.750000', '181908.753000', '181908.756000', '181908.759000', '181908.761000', '181908.766000', '181908.768000', '181908.771000', '181908.774000', '181908.776000', '181908.779000', '181908.781000', '181908.784000', '181908.787000', '181908.789000', '181908.792000', '181908.795000', '181908.797000', '181908.872000', '181908.875000', '181908.877000', '181908.880000', '181908.882000', '181908.885000', '181908.888000', '181908.890000', '181908.893000', '181908.895000', '181908.898000', '181908.901000', '181908.903000', '181908.906000', '181908.908000', '181908.911000', '181908.914000', '181908.916000', '181908.919000', '181908.922000', '181908.924000', '181908.927000', '181908.929000', '181908.932000', '181908.935000', '181908.937000', '181928.751000', '181928.762000', '181928.765000', '181928.768000', '181928.770000', '181928.773000', '181928.775000', '181928.778000', '181928.781000', '181928.783000', '181928.786000', '181928.788000', '181928.791000', '181928.793000', '181928.796000', '181928.799000', '181928.862000', '181928.865000', '181928.868000', '181928.870000', '181928.873000', '181928.875000', '181928.878000', '181928.881000', '181928.883000', '181928.886000', '181928.888000', '181928.891000', '181928.893000', '181928.896000', '181928.899000', '181928.901000', '181928.904000', '181928.907000', '181928.909000', '181928.912000', '181928.914000', '181928.917000', '181928.920000', '181928.922000', '181928.925000', '181928.928000', '181928.931000', '181948.751000', '181948.754000', '181948.756000', '181948.759000', '181948.761000', '181948.764000', '181948.767000', '181948.769000', '181948.772000', '181948.774000', '181948.777000', '181948.780000', '181948.782000', '181948.785000', '181948.787000', '181948.790000', '181948.793000', '181948.795000', '181948.798000', '181948.871000', '181948.873000', '181948.876000', '181948.878000', '181948.881000', '181948.884000', '181948.886000', '181948.889000', '181948.891000', '181948.894000', '181948.897000', '181948.899000', '181948.902000', '181948.905000', '181948.907000', '181948.910000', '181948.912000', '181948.915000', '181948.918000', '181948.920000', '181948.923000', '181948.925000', '181948.928000', '181948.931000', '181948.933000', '181951.361000', '181951.364000', '181951.367000', '181951.370000', '181951.372000', '181951.375000'], 'InstanceCreationTime': ['181328.781000', '181328.785000', '181328.788000', '181328.790000', '181328.793000', '181328.796000', '181328.798000', '181328.810000', '181328.812000', '181328.815000', '181328.818000', '181328.820000', '181328.823000', '181328.826000', '181328.833000', '181328.835000', '181328.838000', '181328.841000', '181328.843000', '181328.846000', '181328.848000', '181328.851000', '181328.854000', '181328.856000', '181328.859000', '181328.862000', '181328.864000', '181328.867000', '181328.869000', '181328.872000', '181328.875000', '181328.877000', '181328.880000', '181328.882000', '181328.885000', '181328.888000', '181328.891000', '181328.893000', '181328.896000', '181328.898000', '181348.751000', '181348.754000', '181348.757000', '181348.760000', '181348.762000', '181348.765000', '181348.768000', '181348.770000', '181348.773000', '181348.775000', '181348.778000', '181348.781000', '181348.783000', '181348.786000', '181348.789000', '181348.791000', '181348.794000', '181348.797000', '181348.799000', '181348.802000', '181348.805000', '181348.807000', '181348.810000', '181348.813000', '181348.815000', '181348.818000', '181348.820000', '181348.823000', '181348.826000', '181348.828000', '181348.831000', '181348.834000', '181348.836000', '181348.839000', '181348.841000', '181348.844000', '181348.846000', '181348.849000', '181348.852000', '181348.854000', '181348.857000', '181348.860000', '181348.862000', '181408.751000', '181408.754000', '181408.757000', '181408.760000', '181408.762000', '181408.765000', '181408.768000', '181408.770000', '181408.773000', '181408.776000', '181408.778000', '181408.781000', '181408.790000', '181408.793000', '181408.795000', '181408.798000', '181408.832000', '181408.834000', '181408.837000', '181408.840000', '181408.850000', '181408.852000', '181408.855000', '181408.858000', '181408.860000', '181408.863000', '181408.866000', '181408.868000', '181408.871000', '181408.873000', '181408.876000', '181408.879000', '181408.881000', '181408.884000', '181408.887000', '181408.889000', '181408.892000', '181408.894000', '181408.897000', '181408.900000', '181408.902000', '181408.905000', '181408.908000', '181408.910000', '181428.750000', '181428.753000', '181428.756000', '181428.759000', '181428.761000', '181428.764000', '181428.767000', '181428.769000', '181428.772000', '181428.775000', '181428.777000', '181428.780000', '181428.783000', '181428.785000', '181428.788000', '181428.790000', '181428.793000', '181428.796000', '181428.798000', '181428.887000', '181428.890000', '181428.893000', '181428.895000', '181428.898000', '181428.900000', '181428.903000', '181428.906000', '181428.908000', '181428.911000', '181428.913000', '181428.916000', '181428.919000', '181428.927000', '181428.929000', '181428.932000', '181428.935000', '181428.937000', '181428.940000', '181428.943000', '181428.945000', '181428.948000', '181428.950000', '181428.953000', '181448.751000', '181448.754000', '181448.756000', '181448.759000', '181448.761000', '181448.764000', '181448.767000', '181448.769000', '181448.772000', '181448.775000', '181448.777000', '181448.780000', '181448.782000', '181448.792000', '181448.795000', '181448.798000', '181448.800000', '181448.803000', '181448.806000', '181448.808000', '181448.811000', '181448.814000', '181448.816000', '181448.819000', '181448.821000', '181448.824000', '181448.827000', '181448.829000', '181448.832000', '181448.835000', '181448.838000', '181448.840000', '181448.843000', '181448.845000', '181448.848000', '181448.851000', '181448.853000', '181448.856000', '181448.865000', '181448.868000', '181448.871000', '181448.873000', '181448.876000', '181448.878000', '181508.750000', '181508.753000', '181508.756000', '181508.759000', '181508.761000', '181508.764000', '181508.767000', '181508.769000', '181508.772000', '181508.774000', '181508.777000', '181508.780000', '181508.782000', '181508.785000', '181508.788000', '181508.790000', '181508.793000', '181508.796000', '181508.798000', '181508.801000', '181508.804000', '181508.806000', '181508.809000', '181508.812000', '181508.814000', '181508.817000', '181508.819000', '181508.822000', '181508.825000', '181508.827000', '181508.830000', '181508.833000', '181508.835000', '181508.838000', '181508.841000', '181508.843000', '181508.846000', '181508.849000', '181508.851000', '181508.860000', '181508.862000', '181508.865000', '181508.867000', '181528.750000', '181528.753000', '181528.756000', '181528.759000', '181528.761000', '181528.764000', '181528.767000', '181528.769000', '181528.772000', '181528.774000', '181528.777000', '181528.780000', '181528.782000', '181528.785000', '181528.787000', '181528.790000', '181528.792000', '181528.795000', '181528.798000', '181528.800000', '181528.803000', '181528.806000', '181528.808000', '181528.811000', '181528.813000', '181528.816000', '181528.819000', '181528.821000', '181528.824000', '181528.826000', '181528.829000', '181528.832000', '181528.834000', '181528.837000', '181528.839000', '181528.842000', '181528.845000', '181528.847000', '181528.850000', '181528.852000', '181528.855000', '181528.858000', '181528.860000', '181548.751000', '181548.753000', '181548.756000', '181548.759000', '181548.761000', '181548.764000', '181548.767000', '181548.769000', '181548.772000', '181548.774000', '181548.777000', '181548.780000', '181548.782000', '181548.785000', '181548.787000', '181548.790000', '181548.793000', '181548.795000', '181548.798000', '181548.838000', '181548.841000', '181548.843000', '181548.846000', '181548.848000', '181548.851000', '181548.854000', '181548.856000', '181548.859000', '181548.861000', '181548.864000', '181548.867000', '181548.869000', '181548.872000', '181548.874000', '181548.877000', '181548.880000', '181548.882000', '181548.885000', '181548.887000', '181548.890000', '181548.893000', '181548.896000', '181548.898000', '181548.901000', '181608.751000', '181608.754000', '181608.757000', '181608.759000', '181608.762000', '181608.765000', '181608.767000', '181608.770000', '181608.773000', '181608.775000', '181608.778000', '181608.781000', '181608.795000', '181608.797000', '181608.838000', '181608.841000', '181608.844000', '181608.846000', '181608.849000', '181608.851000', '181608.854000', '181608.857000', '181608.859000', '181608.862000', '181608.864000', '181608.867000', '181608.870000', '181608.872000', '181608.875000', '181608.877000', '181608.880000', '181608.883000', '181608.885000', '181608.888000', '181608.891000', '181608.893000', '181608.896000', '181608.898000', '181608.901000', '181608.904000', '181608.906000', '181608.909000', '181608.911000', '181608.914000', '181628.752000', '181628.755000', '181628.757000', '181628.760000', '181628.763000', '181628.765000', '181628.768000', '181628.770000', '181628.811000', '181628.826000', '181628.829000', '181628.832000', '181628.834000', '181628.837000', '181628.839000', '181628.842000', '181628.845000', '181628.847000', '181628.850000', '181628.853000', '181628.855000', '181628.858000', '181628.860000', '181628.863000', '181628.865000', '181628.868000', '181628.871000', '181628.874000', '181628.876000', '181628.879000', '181628.881000', '181628.884000', '181628.887000', '181628.889000', '181628.892000', '181628.894000', '181628.897000', '181628.900000', '181628.902000', '181628.905000', '181628.907000', '181628.910000', '181628.913000', '181648.751000', '181648.754000', '181648.756000', '181648.759000', '181648.762000', '181648.764000', '181648.767000', '181648.770000', '181648.772000', '181648.775000', '181648.778000', '181648.780000', '181648.783000', '181648.785000', '181648.788000', '181648.791000', '181648.793000', '181648.796000', '181648.798000', '181648.852000', '181648.854000', '181648.857000', '181648.860000', '181648.862000', '181648.865000', '181648.867000', '181648.870000', '181648.873000', '181648.875000', '181648.878000', '181648.880000', '181648.883000', '181648.886000', '181648.888000', '181648.891000', '181648.893000', '181648.896000', '181648.899000', '181648.901000', '181648.904000', '181648.906000', '181648.909000', '181648.912000', '181708.750000', '181708.753000', '181708.756000', '181708.759000', '181708.761000', '181708.764000', '181708.767000', '181708.769000', '181708.772000', '181708.775000', '181708.777000', '181708.780000', '181708.782000', '181708.785000', '181708.788000', '181708.790000', '181708.793000', '181708.796000', '181708.798000', '181708.859000', '181708.862000', '181708.865000', '181708.867000', '181708.870000', '181708.873000', '181708.875000', '181708.878000', '181708.880000', '181708.883000', '181708.886000', '181708.888000', '181708.891000', '181708.893000', '181708.896000', '181708.899000', '181708.901000', '181708.904000', '181708.907000', '181708.910000', '181708.912000', '181708.915000', '181708.918000', '181708.920000', '181708.923000', '181728.751000', '181728.753000', '181728.756000', '181728.759000', '181728.761000', '181728.764000', '181728.767000', '181728.769000', '181728.772000', '181728.775000', '181728.778000', '181728.780000', '181728.789000', '181728.791000', '181728.794000', '181728.797000', '181728.799000', '181728.847000', '181728.850000', '181728.852000', '181728.855000', '181728.858000', '181728.860000', '181728.863000', '181728.865000', '181728.868000', '181728.871000', '181728.873000', '181728.877000', '181728.879000', '181728.882000', '181728.885000', '181728.887000', '181728.890000', '181728.893000', '181728.895000', '181728.898000', '181728.900000', '181728.903000', '181728.906000', '181728.908000', '181728.911000', '181728.913000', '181748.750000', '181748.753000', '181748.756000', '181748.759000', '181748.761000', '181748.764000', '181748.766000', '181748.769000', '181748.772000', '181748.774000', '181748.777000', '181748.780000', '181748.782000', '181748.785000', '181748.787000', '181748.790000', '181748.793000', '181748.795000', '181748.798000', '181748.846000', '181748.849000', '181748.851000', '181748.854000', '181748.857000', '181748.859000', '181748.862000', '181748.864000', '181748.867000', '181748.869000', '181748.872000', '181748.875000', '181748.877000', '181748.880000', '181748.882000', '181748.890000', '181748.893000', '181748.895000', '181748.898000', '181748.901000', '181748.903000', '181748.906000', '181748.908000', '181748.911000', '181748.914000', '181808.751000', '181808.753000', '181808.756000', '181808.759000', '181808.761000', '181808.764000', '181808.767000', '181808.769000', '181808.772000', '181808.774000', '181808.777000', '181808.779000', '181808.782000', '181808.785000', '181808.787000', '181808.790000', '181808.793000', '181808.795000', '181808.798000', '181808.826000', '181808.828000', '181808.831000', '181808.833000', '181808.836000', '181808.839000', '181808.841000', '181808.844000', '181808.846000', '181808.849000', '181808.852000', '181808.854000', '181808.857000', '181808.859000', '181808.862000', '181808.865000', '181808.867000', '181808.870000', '181808.873000', '181808.875000', '181808.878000', '181808.880000', '181808.883000', '181808.886000', '181828.752000', '181828.754000', '181828.757000', '181828.760000', '181828.763000', '181828.765000', '181828.768000', '181828.770000', '181828.773000', '181828.775000', '181828.778000', '181828.781000', '181828.783000', '181828.786000', '181828.789000', '181828.791000', '181828.794000', '181828.797000', '181828.850000', '181828.853000', '181828.856000', '181828.858000', '181828.861000', '181828.863000', '181828.866000', '181828.869000', '181828.871000', '181828.874000', '181828.876000', '181828.879000', '181828.882000', '181828.884000', '181828.887000', '181828.889000', '181828.892000', '181828.895000', '181828.897000', '181828.900000', '181828.902000', '181828.905000', '181828.908000', '181828.910000', '181828.913000', '181828.915000', '181848.751000', '181848.754000', '181848.757000', '181848.760000', '181848.762000', '181848.765000', '181848.767000', '181848.770000', '181848.773000', '181848.775000', '181848.778000', '181848.780000', '181848.783000', '181848.786000', '181848.788000', '181848.791000', '181848.794000', '181848.796000', '181848.799000', '181848.860000', '181848.864000', '181848.867000', '181848.869000', '181848.872000', '181848.874000', '181848.877000', '181848.880000', '181848.882000', '181848.885000', '181848.887000', '181848.890000', '181848.893000', '181848.895000', '181848.898000', '181848.901000', '181848.903000', '181848.906000', '181848.908000', '181848.921000', '181848.924000', '181848.926000', '181848.929000', '181848.932000', '181908.750000', '181908.753000', '181908.756000', '181908.759000', '181908.761000', '181908.766000', '181908.768000', '181908.771000', '181908.774000', '181908.776000', '181908.779000', '181908.781000', '181908.784000', '181908.787000', '181908.789000', '181908.792000', '181908.795000', '181908.797000', '181908.872000', '181908.875000', '181908.877000', '181908.880000', '181908.882000', '181908.885000', '181908.888000', '181908.890000', '181908.893000', '181908.895000', '181908.898000', '181908.901000', '181908.903000', '181908.906000', '181908.908000', '181908.911000', '181908.914000', '181908.916000', '181908.919000', '181908.922000', '181908.924000', '181908.927000', '181908.929000', '181908.932000', '181908.935000', '181908.937000', '181928.751000', '181928.762000', '181928.765000', '181928.768000', '181928.770000', '181928.773000', '181928.775000', '181928.778000', '181928.781000', '181928.783000', '181928.786000', '181928.788000', '181928.791000', '181928.793000', '181928.796000', '181928.799000', '181928.862000', '181928.865000', '181928.868000', '181928.870000', '181928.873000', '181928.875000', '181928.878000', '181928.881000', '181928.883000', '181928.886000', '181928.888000', '181928.891000', '181928.893000', '181928.896000', '181928.899000', '181928.901000', '181928.904000', '181928.907000', '181928.909000', '181928.912000', '181928.914000', '181928.917000', '181928.920000', '181928.922000', '181928.925000', '181928.928000', '181928.931000', '181948.751000', '181948.754000', '181948.756000', '181948.759000', '181948.761000', '181948.764000', '181948.767000', '181948.769000', '181948.772000', '181948.774000', '181948.777000', '181948.780000', '181948.782000', '181948.785000', '181948.787000', '181948.790000', '181948.793000', '181948.795000', '181948.798000', '181948.871000', '181948.873000', '181948.876000', '181948.878000', '181948.881000', '181948.884000', '181948.886000', '181948.889000', '181948.891000', '181948.894000', '181948.897000', '181948.899000', '181948.902000', '181948.905000', '181948.907000', '181948.910000', '181948.912000', '181948.915000', '181948.918000', '181948.920000', '181948.923000', '181948.925000', '181948.928000', '181948.931000', '181948.933000', '181951.361000', '181951.364000', '181951.367000', '181951.370000', '181951.372000', '181951.375000'], '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': [6521, 9562, 6671, 5632, 11115, 8060, 5941, 8005, 5919, 10933, 8307, 6161, 9620, 7453, 8231, 8150, 5963, 9891, 9196, 5919, 9027, 6939, 6360, 5540, 10227, 7074, 6125, 11377, 9540, 6662, 8158, 5878, 11517, 9672, 6142, 5352, 7110, 5556, 10995, 8134, 5764, 5605, 8175, 6836, 10053, 7254, 5736, 9434, 7385, 8558, 9312, 6511, 9328, 8841, 7252, 11458, 7553, 5747, 10416, 8672, 9170, 7632, 5753, 10152, 9631, 6318, 9644, 7053, 5571, 11231, 8876, 6042, 8157, 5860, 10483, 8449, 5794, 7912, 5958, 8234, 9463, 6375, 5539, 6810, 5835, 10658, 8620, 5880, 9803, 7481, 7848, 8761, 6162, 9430, 8256, 6542, 9719, 6543, 7431, 9937, 6954, 6579, 7516, 5894, 11142, 8764, 6110, 8681, 7271, 6033, 9930, 6622, 7920, 8908, 7026, 11133, 7360, 5575, 9230, 6644, 10810, 7760, 5869, 8066, 6237, 9634, 7403, 5672, 8881, 7114, 6137, 8330, 6175, 6128, 10265, 7811, 5861, 7934, 6674, 11252, 8688, 5854, 10119, 8287, 6451, 9151, 6750, 9151, 10096, 7920, 5703, 7370, 5982, 10078, 8257, 5803, 9303, 7903, 5845, 8931, 6040, 6506, 10232, 7556, 5688, 7878, 6413, 10797, 8899, 5907, 9350, 7557, 6457, 9988, 6788, 5724, 8873, 6973, 10633, 7897, 6146, 10231, 9175, 6346, 7510, 6832, 5751, 10530, 8317, 5636, 8390, 5843, 11077, 8856, 5929, 7514, 6313, 9839, 7295, 5884, 8396, 6842, 6355, 8608, 5936, 8376, 8490, 6996, 10313, 6921, 6882, 8647, 6788, 11043, 7583, 5925, 8902, 6500, 10252, 7202, 5923, 8790, 7417, 6356, 9753, 6513, 5799, 9260, 7499, 11511, 8218, 6078, 9949, 7709, 9619, 7427, 5913, 9022, 7056, 7132, 6774, 5952, 9261, 8143, 6050, 8815, 6465, 9399, 8249, 6078, 8701, 6268, 9861, 8050, 6045, 8172, 6135, 9501, 6791, 10267, 7171, 5639, 8594, 7598, 5920, 8875, 6257, 5812, 10238, 8008, 8626, 7089, 11252, 9370, 6701, 7814, 6463, 6370, 10107, 7936, 5826, 7566, 5693, 11411, 8767, 5985, 7503, 5720, 10742, 8449, 5950, 9207, 6482, 10691, 9355, 6357, 9774, 6060, 10275, 8417, 5930, 7427, 5748, 8084, 8410, 5801, 8782, 6163, 9252, 8480, 5995, 8178, 6715, 8785, 11113, 7986, 5923, 9458, 6246, 10219, 7930, 9433, 6197, 8507, 6040, 5853, 9651, 6757, 11207, 8852, 11500, 7810, 11981, 8099, 10505, 5961, 6024, 8989, 6754, 6014, 7633, 5747, 10293, 8009, 6034, 7611, 5715, 9731, 7096, 5598, 9413, 6932, 6070, 7241, 9257, 7555, 6024, 8143, 6281, 6640, 10995, 8528, 5948, 8554, 6487, 6459, 10618, 7059, 5639, 8520, 7041, 8074, 8744, 6475, 10483, 8248, 6624, 9746, 6690, 6896, 10249, 7407, 5711, 8106, 6219, 10870, 9167, 6281, 9116, 7248, 9235, 8556, 6101, 9878, 6946, 10357, 9110, 5749, 8114, 6428, 5952, 10984, 8112, 5836, 9482, 6746, 8042, 9938, 7201, 10576, 6946, 6114, 10490, 7668, 5761, 8683, 7182, 9502, 9311, 6489, 9746, 7747, 6446, 9718, 6642, 7858, 7331, 6520, 10425, 6659, 5753, 8082, 6068, 10021, 6440, 5724, 8925, 8020, 5825, 9257, 6359, 6227, 10551, 7852, 10068, 7168, 6922, 10597, 7641, 10037, 7355, 5846, 10118, 8198, 6252, 8439, 6258, 7018, 9783, 7360, 8775, 6838, 5958, 10667, 8633, 5830, 8421, 6263, 7609, 10242, 7630, 6187, 8412, 6151, 11273, 9761, 6680, 9683, 7276, 7467, 10814, 8217, 5791, 7871, 6616, 10787, 8331, 6171, 9325, 8783, 6207, 8499, 6399, 6004, 9311, 8733, 6152, 6834, 7663, 6427, 10776, 8815, 6240, 10036, 8139, 8774, 7980, 5782, 9713, 8094, 5987, 8551, 6168, 6529, 9567, 7202, 5518, 7252, 6034, 9407, 7995, 5633, 8634, 7344, 5942, 7831, 5960, 8586, 8473, 6136, 8946, 6366, 6132, 10174, 8727, 5941, 8906, 6985, 6139, 10910, 8586, 5948, 8458, 6335, 11143, 8946, 6030, 9003, 7743, 6165, 9568, 6742, 5741, 9128, 7161, 10479, 7878, 5796, 8765, 6597, 7811, 7986, 5925, 5716, 9105, 7548, 5889, 8904, 6808, 6408, 11347, 8866, 6131, 8510, 5882, 10956, 8462, 6004, 9100, 7929, 6057, 9292, 6432, 5888, 9769, 8059, 5929, 8029, 6049, 9827, 8035, 6678, 9289, 6623, 9255, 9450, 6381, 9771, 6521, 5960, 9294, 7009, 8788, 7395, 5900, 9319, 8935, 5848, 9087, 6331, 5904, 9428, 7720, 5912, 8729, 6217, 9647, 8485, 6329, 9451, 6747, 7098, 9886, 6798, 9951, 6845, 5923, 9395, 6913, 8815, 6832, 5760, 9146, 8947, 5857, 9101, 6968, 6000, 10203, 8587, 6167, 9836, 6789, 8984, 9382, 6308, 9975, 6859, 6148, 10310, 7972, 5994, 7898, 6824, 6357, 10327, 7899, 6087, 8754, 7800, 7411, 9619, 6587, 7042, 10123, 7579, 6045, 8692, 7189, 6947, 11213, 8935, 6010, 9211, 7917, 8030, 11204, 6959, 6028, 8410, 7198, 9249, 9095, 6465, 5861, 9514, 7830, 6025, 9273, 6337, 7623, 10030, 6856, 10126, 6755, 5967, 10023, 7877, 5662, 8010, 6887, 7799, 10166, 6574, 5822, 7437, 6172, 10960, 8775, 5999, 5932, 8656, 7304, 8385, 8189, 6165, 8127, 9229, 6501, 6883, 7242, 6415, 7003, 9537, 7397, 6945, 9883, 8711, 6785, 7156, 10415, 8436, 6377, 7871, 6271, 10404, 8604, 6434, 7854, 6653, 5734, 8541, 8501, 6427, 5462, 9023, 7504, 6066, 8313, 6094, 7768, 9853, 7666, 10165, 7914, 5918, 11268, 9160, 7226, 5841, 8319, 7210, 11686, 8606, 10674, 6288, 8745, 7221, 5662, 5490, 8323, 7578, 11396, 10474, 6988, 11458, 7736, 7335, 11789, 6784, 5617, 6843, 7266, 5508, 9289, 7429, 5630, 10351, 10374, 7089, 5463, 10020, 9540, 7367, 7176, 6981, 5845, 7311, 10598, 6455, 5574, 8072, 7639, 5800, 6324, 8210, 6102, 6815, 9400, 8063, 10472, 9837, 6802, 5467, 10158, 8833, 8335, 10349, 6939, 5671, 9260, 7202, 8865, 9165, 6445, 5596, 9886, 7590, 9389, 8644, 5942, 5820, 8866, 6721, 10529, 6193, 5570, 8426, 8508, 5716, 7799, 6271, 5475, 9284, 8774, 6286, 6766, 7797, 5979, 9429, 9514, 6660, 8219, 7136, 5723, 11544, 9787, 6342, 9437, 7587, 5944, 11216, 7531, 5773, 8727, 7103, 6099, 10563, 6543, 5590, 8813, 8564], 'WindowCenter': [3608.0, 3637.0, 3592.0, 3570.0, 3634.0, 3601.0, 3569.0, 3600.0, 3569.0, 3620.0, 3600.0, 3567.0, 3609.0, 3589.0, 3598.0, 3599.0, 3568.0, 3620.0, 3611.0, 3570.0, 3612.0, 3590.0, 3579.0, 3558.0, 3622.0, 3589.0, 3569.0, 3632.0, 3612.0, 3578.0, 3587.0, 3555.0, 3619.0, 3608.0, 3555.0, 3543.0, 3575.0, 3544.0, 3619.0, 3587.0, 3557.0, 3556.0, 3599.0, 3579.0, 3620.0, 3589.0, 3557.0, 3610.0, 3589.0, 3599.0, 3609.0, 3567.0, 3608.0, 3609.0, 3588.0, 3620.0, 3587.0, 3556.0, 3609.0, 3598.0, 3596.0, 3575.0, 3554.0, 3605.0, 3608.0, 3565.0, 3607.0, 3576.0, 3543.0, 3617.0, 3597.0, 3554.0, 3585.0, 3553.0, 3606.0, 3586.0, 3553.0, 3585.0, 3566.0, 3597.0, 3609.0, 3578.0, 3545.0, 3578.0, 3557.0, 3620.0, 3609.0, 3556.0, 3609.0, 3589.0, 3598.0, 3598.0, 3567.0, 3609.0, 3599.0, 3566.0, 3608.0, 3566.0, 3586.0, 3609.0, 3578.0, 3577.0, 3588.0, 3557.0, 3634.0, 3624.0, 3568.0, 3610.0, 3589.0, 3568.0, 3621.0, 3579.0, 3599.0, 3599.0, 3577.0, 3620.0, 3587.0, 3544.0, 3597.0, 3565.0, 3619.0, 3587.0, 3554.0, 3585.0, 3555.0, 3608.0, 3587.0, 3556.0, 3608.0, 3579.0, 3568.0, 3599.0, 3568.0, 3568.0, 3622.0, 3600.0, 3557.0, 3588.0, 3578.0, 3620.0, 3600.0, 3557.0, 3608.0, 3598.0, 3566.0, 3608.0, 3577.0, 3596.0, 3609.0, 3587.0, 3555.0, 3587.0, 3566.0, 3608.0, 3597.0, 3555.0, 3597.0, 3598.0, 3556.0, 3609.0, 3567.0, 3566.0, 3621.0, 3589.0, 3556.0, 3598.0, 3567.0, 3620.0, 3609.0, 3556.0, 3608.0, 3587.0, 3566.0, 3608.0, 3577.0, 3555.0, 3597.0, 3577.0, 3619.0, 3598.0, 3567.0, 3608.0, 3609.0, 3566.0, 3587.0, 3577.0, 3555.0, 3620.0, 3599.0, 3556.0, 3599.0, 3556.0, 3619.0, 3598.0, 3555.0, 3575.0, 3565.0, 3607.0, 3586.0, 3555.0, 3597.0, 3578.0, 3567.0, 3610.0, 3568.0, 3598.0, 3599.0, 3577.0, 3608.0, 3577.0, 3575.0, 3597.0, 3567.0, 3619.0, 3587.0, 3555.0, 3597.0, 3565.0, 3608.0, 3587.0, 3566.0, 3599.0, 3589.0, 3579.0, 3621.0, 3579.0, 3556.0, 3609.0, 3588.0, 3619.0, 3597.0, 3555.0, 3607.0, 3587.0, 3607.0, 3575.0, 3555.0, 3597.0, 3577.0, 3576.0, 3575.0, 3566.0, 3608.0, 3600.0, 3569.0, 3610.0, 3579.0, 3609.0, 3599.0, 3566.0, 3598.0, 3567.0, 3608.0, 3588.0, 3555.0, 3598.0, 3566.0, 3608.0, 3577.0, 3608.0, 3577.0, 3556.0, 3598.0, 3600.0, 3569.0, 3611.0, 3580.0, 3557.0, 3623.0, 3600.0, 3599.0, 3578.0, 3619.0, 3597.0, 3565.0, 3585.0, 3567.0, 3564.0, 3619.0, 3600.0, 3555.0, 3587.0, 3556.0, 3619.0, 3610.0, 3567.0, 3587.0, 3556.0, 3619.0, 3599.0, 3569.0, 3609.0, 3567.0, 3618.0, 3609.0, 3566.0, 3608.0, 3554.0, 3607.0, 3586.0, 3554.0, 3586.0, 3555.0, 3586.0, 3599.0, 3557.0, 3610.0, 3569.0, 3610.0, 3611.0, 3568.0, 3599.0, 3579.0, 3611.0, 3636.0, 3614.0, 3582.0, 3624.0, 3592.0, 3622.0, 3586.0, 3596.0, 3553.0, 3585.0, 3556.0, 3556.0, 3610.0, 3578.0, 3619.0, 3597.0, 3605.0, 3560.0, 3591.0, 3560.0, 3578.0, 3538.0, 3538.0, 3581.0, 3562.0, 3552.0, 3573.0, 3541.0, 3593.0, 3584.0, 3541.0, 3573.0, 3554.0, 3608.0, 3576.0, 3544.0, 3608.0, 3577.0, 3568.0, 3588.0, 3611.0, 3601.0, 3568.0, 3600.0, 3579.0, 3578.0, 3622.0, 3611.0, 3569.0, 3611.0, 3579.0, 3568.0, 3621.0, 3590.0, 3557.0, 3610.0, 3590.0, 3601.0, 3611.0, 3580.0, 3621.0, 3601.0, 3579.0, 3611.0, 3580.0, 3578.0, 3622.0, 3590.0, 3568.0, 3600.0, 3569.0, 3633.0, 3622.0, 3579.0, 3610.0, 3589.0, 3610.0, 3600.0, 3568.0, 3609.0, 3579.0, 3608.0, 3599.0, 3556.0, 3588.0, 3567.0, 3567.0, 3621.0, 3600.0, 3558.0, 3610.0, 3579.0, 3588.0, 3610.0, 3589.0, 3620.0, 3577.0, 3556.0, 3621.0, 3589.0, 3556.0, 3598.0, 3578.0, 3609.0, 3609.0, 3567.0, 3608.0, 3589.0, 3567.0, 3609.0, 3579.0, 3598.0, 3589.0, 3579.0, 3621.0, 3579.0, 3557.0, 3600.0, 3568.0, 3622.0, 3580.0, 3569.0, 3611.0, 3613.0, 3571.0, 3624.0, 3593.0, 3570.0, 3635.0, 3613.0, 3622.0, 3592.0, 3590.0, 3622.0, 3590.0, 3610.0, 3589.0, 3558.0, 3620.0, 3599.0, 3568.0, 3599.0, 3579.0, 3578.0, 3623.0, 3591.0, 3611.0, 3580.0, 3569.0, 3622.0, 3612.0, 3569.0, 3600.0, 3580.0, 3589.0, 3622.0, 3601.0, 3568.0, 3599.0, 3568.0, 3621.0, 3611.0, 3578.0, 3609.0, 3577.0, 3576.0, 3609.0, 3586.0, 3544.0, 3586.0, 3577.0, 3618.0, 3597.0, 3555.0, 3608.0, 3599.0, 3567.0, 3598.0, 3567.0, 3567.0, 3610.0, 3611.0, 3569.0, 3578.0, 3589.0, 3568.0, 3621.0, 3610.0, 3567.0, 3609.0, 3599.0, 3598.0, 3587.0, 3556.0, 3607.0, 3587.0, 3555.0, 3597.0, 3555.0, 3565.0, 3609.0, 3588.0, 3545.0, 3587.0, 3567.0, 3609.0, 3599.0, 3557.0, 3599.0, 3590.0, 3568.0, 3600.0, 3570.0, 3610.0, 3611.0, 3569.0, 3611.0, 3580.0, 3568.0, 3622.0, 3611.0, 3569.0, 3610.0, 3590.0, 3568.0, 3622.0, 3611.0, 3568.0, 3599.0, 3567.0, 3621.0, 3610.0, 3568.0, 3608.0, 3589.0, 3567.0, 3610.0, 3579.0, 3557.0, 3610.0, 3589.0, 3621.0, 3599.0, 3557.0, 3600.0, 3579.0, 3589.0, 3600.0, 3569.0, 3569.0, 3612.0, 3602.0, 3570.0, 3612.0, 3580.0, 3569.0, 3634.0, 3611.0, 3567.0, 3599.0, 3556.0, 3619.0, 3598.0, 3567.0, 3598.0, 3599.0, 3567.0, 3609.0, 3568.0, 3556.0, 3620.0, 3599.0, 3567.0, 3600.0, 3568.0, 3608.0, 3599.0, 3577.0, 3609.0, 3578.0, 3598.0, 3610.0, 3566.0, 3608.0, 3567.0, 3568.0, 3609.0, 3589.0, 3599.0, 3588.0, 3557.0, 3609.0, 3611.0, 3559.0, 3611.0, 3579.0, 3568.0, 3622.0, 3603.0, 3569.0, 3610.0, 3570.0, 3610.0, 3611.0, 3568.0, 3611.0, 3578.0, 3577.0, 3611.0, 3579.0, 3609.0, 3579.0, 3555.0, 3609.0, 3589.0, 3610.0, 3578.0, 3558.0, 3610.0, 3612.0, 3569.0, 3612.0, 3591.0, 3570.0, 3622.0, 3613.0, 3568.0, 3611.0, 3579.0, 3598.0, 3611.0, 3568.0, 3610.0, 3578.0, 3567.0, 3621.0, 3601.0, 3568.0, 3600.0, 3580.0, 3579.0, 3623.0, 3601.0, 3569.0, 3610.0, 3601.0, 3590.0, 3622.0, 3580.0, 3578.0, 3622.0, 3602.0, 3568.0, 3611.0, 3591.0, 3590.0, 3634.0, 3612.0, 3569.0, 3611.0, 3601.0, 3600.0, 3633.0, 3590.0, 3567.0, 3601.0, 3580.0, 3610.0, 3610.0, 3569.0, 3558.0, 3611.0, 3590.0, 3569.0, 3611.0, 3579.0, 3588.0, 3610.0, 3580.0, 3620.0, 3579.0, 3565.0, 3611.0, 3599.0, 3556.0, 3600.0, 3579.0, 3588.0, 3621.0, 3579.0, 3557.0, 3589.0, 3568.0, 3620.0, 3600.0, 3568.0, 3567.0, 3599.0, 3590.0, 3599.0, 3599.0, 3568.0, 3599.0, 3612.0, 3582.0, 3590.0, 3601.0, 3581.0, 3590.0, 3622.0, 3590.0, 3590.0, 3621.0, 3611.0, 3578.0, 3577.0, 3620.0, 3598.0, 3565.0, 3586.0, 3566.0, 3608.0, 3599.0, 3567.0, 3587.0, 3577.0, 3557.0, 3610.0, 3609.0, 3580.0, 3558.0, 3612.0, 3602.0, 3581.0, 3611.0, 3570.0, 3601.0, 3623.0, 3602.0, 3622.0, 3601.0, 3558.0, 3633.0, 3622.0, 3591.0, 3571.0, 3612.0, 3601.0, 3631.0, 3598.0, 3607.0, 3565.0, 3596.0, 3587.0, 3557.0, 3557.0, 3598.0, 3589.0, 3617.0, 3606.0, 3563.0, 3592.0, 3573.0, 3561.0, 3604.0, 3563.0, 3540.0, 3562.0, 3574.0, 3530.0, 3582.0, 3562.0, 3541.0, 3605.0, 3606.0, 3563.0, 3531.0, 3594.0, 3595.0, 3574.0, 3565.0, 3563.0, 3544.0, 3577.0, 3608.0, 3566.0, 3545.0, 3598.0, 3590.0, 3558.0, 3579.0, 3600.0, 3568.0, 3579.0, 3610.0, 3600.0, 3622.0, 3610.0, 3578.0, 3545.0, 3608.0, 3598.0, 3597.0, 3608.0, 3576.0, 3556.0, 3597.0, 3587.0, 3597.0, 3608.0, 3566.0, 3544.0, 3608.0, 3588.0, 3608.0, 3597.0, 3567.0, 3555.0, 3609.0, 3577.0, 3620.0, 3567.0, 3557.0, 3598.0, 3612.0, 3570.0, 3601.0, 3580.0, 3560.0, 3622.0, 3614.0, 3582.0, 3581.0, 3601.0, 3569.0, 3611.0, 3623.0, 3580.0, 3600.0, 3590.0, 3558.0, 3622.0, 3623.0, 3568.0, 3610.0, 3588.0, 3566.0, 3621.0, 3588.0, 3557.0, 3599.0, 3578.0, 3568.0, 3621.0, 3579.0, 3558.0, 3611.0, 3612.0], 'WindowWidth': [8179.0, 8209.0, 8144.0, 8112.0, 8202.0, 8153.0, 8107.0, 8148.0, 8106.0, 8176.0, 8149.0, 8102.0, 8159.0, 8133.0, 8144.0, 8146.0, 8104.0, 8172.0, 8164.0, 8110.0, 8167.0, 8135.0, 8119.0, 8093.0, 8180.0, 8135.0, 8108.0, 8198.0, 8168.0, 8117.0, 8127.0, 8081.0, 8169.0, 8155.0, 8081.0, 8062.0, 8108.0, 8064.0, 8170.0, 8127.0, 8088.0, 8086.0, 8145.0, 8119.0, 8175.0, 8132.0, 8088.0, 8160.0, 8133.0, 8145.0, 8159.0, 8100.0, 8153.0, 8158.0, 8128.0, 8174.0, 8127.0, 8083.0, 8156.0, 8139.0, 8133.0, 8105.0, 8078.0, 8145.0, 8154.0, 8095.0, 8151.0, 8109.0, 8063.0, 8166.0, 8138.0, 8078.0, 8118.0, 8076.0, 8148.0, 8121.0, 8076.0, 8121.0, 8096.0, 8138.0, 8160.0, 8115.0, 8071.0, 8117.0, 8087.0, 8175.0, 8159.0, 8086.0, 8156.0, 8131.0, 8141.0, 8142.0, 8101.0, 8157.0, 8143.0, 8098.0, 8153.0, 8097.0, 8123.0, 8158.0, 8115.0, 8113.0, 8130.0, 8089.0, 8201.0, 8187.0, 8105.0, 8160.0, 8133.0, 8104.0, 8177.0, 8120.0, 8145.0, 8144.0, 8114.0, 8172.0, 8125.0, 8066.0, 8138.0, 8094.0, 8170.0, 8125.0, 8079.0, 8120.0, 8082.0, 8155.0, 8126.0, 8087.0, 8154.0, 8119.0, 8105.0, 8145.0, 8105.0, 8103.0, 8181.0, 8148.0, 8087.0, 8129.0, 8116.0, 8175.0, 8146.0, 8087.0, 8154.0, 8141.0, 8098.0, 8155.0, 8112.0, 8136.0, 8157.0, 8126.0, 8080.0, 8126.0, 8097.0, 8154.0, 8140.0, 8083.0, 8138.0, 8143.0, 8086.0, 8159.0, 8103.0, 8099.0, 8176.0, 8131.0, 8086.0, 8141.0, 8099.0, 8173.0, 8158.0, 8084.0, 8155.0, 8126.0, 8097.0, 8154.0, 8113.0, 8080.0, 8139.0, 8112.0, 8170.0, 8140.0, 8099.0, 8154.0, 8158.0, 8097.0, 8126.0, 8113.0, 8082.0, 8176.0, 8146.0, 8087.0, 8143.0, 8083.0, 8172.0, 8141.0, 8081.0, 8107.0, 8095.0, 8150.0, 8124.0, 8083.0, 8139.0, 8115.0, 8102.0, 8160.0, 8105.0, 8142.0, 8145.0, 8114.0, 8155.0, 8112.0, 8107.0, 8138.0, 8097.0, 8170.0, 8125.0, 8080.0, 8138.0, 8094.0, 8156.0, 8127.0, 8098.0, 8143.0, 8134.0, 8119.0, 8177.0, 8120.0, 8085.0, 8156.0, 8129.0, 8172.0, 8140.0, 8081.0, 8152.0, 8124.0, 8151.0, 8108.0, 8081.0, 8137.0, 8112.0, 8109.0, 8108.0, 8098.0, 8156.0, 8147.0, 8106.0, 8161.0, 8118.0, 8156.0, 8144.0, 8098.0, 8141.0, 8101.0, 8154.0, 8127.0, 8081.0, 8141.0, 8099.0, 8156.0, 8113.0, 8155.0, 8114.0, 8084.0, 8143.0, 8148.0, 8107.0, 8164.0, 8124.0, 8089.0, 8182.0, 8148.0, 8144.0, 8116.0, 8169.0, 8139.0, 8092.0, 8118.0, 8097.0, 8091.0, 8172.0, 8146.0, 8083.0, 8127.0, 8084.0, 8172.0, 8162.0, 8101.0, 8126.0, 8083.0, 8171.0, 8145.0, 8105.0, 8159.0, 8101.0, 8167.0, 8157.0, 8097.0, 8153.0, 8078.0, 8149.0, 8121.0, 8077.0, 8122.0, 8082.0, 8124.0, 8145.0, 8088.0, 8162.0, 8109.0, 8160.0, 8164.0, 8103.0, 8145.0, 8119.0, 8162.0, 8205.0, 8174.0, 8130.0, 8187.0, 8143.0, 8182.0, 8123.0, 8133.0, 8074.0, 8119.0, 8083.0, 8085.0, 8161.0, 8115.0, 8173.0, 8139.0, 8143.0, 8076.0, 8118.0, 8074.0, 8096.0, 8045.0, 8045.0, 8107.0, 8085.0, 8070.0, 8100.0, 8054.0, 8125.0, 8115.0, 8054.0, 8099.0, 8077.0, 8152.0, 8109.0, 8065.0, 8152.0, 8112.0, 8103.0, 8130.0, 8164.0, 8150.0, 8104.0, 8146.0, 8120.0, 8116.0, 8179.0, 8163.0, 8106.0, 8164.0, 8121.0, 8102.0, 8177.0, 8135.0, 8090.0, 8161.0, 8136.0, 8151.0, 8165.0, 8122.0, 8177.0, 8150.0, 8119.0, 8162.0, 8120.0, 8115.0, 8180.0, 8135.0, 8105.0, 8149.0, 8107.0, 8196.0, 8180.0, 8119.0, 8159.0, 8133.0, 8160.0, 8146.0, 8103.0, 8157.0, 8119.0, 8155.0, 8145.0, 8085.0, 8127.0, 8100.0, 8100.0, 8179.0, 8149.0, 8091.0, 8161.0, 8118.0, 8128.0, 8162.0, 8130.0, 8171.0, 8113.0, 8084.0, 8179.0, 8133.0, 8084.0, 8141.0, 8115.0, 8158.0, 8158.0, 8101.0, 8155.0, 8131.0, 8102.0, 8157.0, 8118.0, 8142.0, 8131.0, 8118.0, 8176.0, 8120.0, 8088.0, 8148.0, 8105.0, 8179.0, 8122.0, 8109.0, 8165.0, 8172.0, 8114.0, 8186.0, 8145.0, 8111.0, 8202.0, 8170.0, 8181.0, 8140.0, 8134.0, 8182.0, 8134.0, 8160.0, 8131.0, 8092.0, 8174.0, 8147.0, 8104.0, 8146.0, 8120.0, 8116.0, 8182.0, 8138.0, 8165.0, 8122.0, 8106.0, 8180.0, 8167.0, 8107.0, 8148.0, 8121.0, 8132.0, 8180.0, 8149.0, 8103.0, 8146.0, 8102.0, 8177.0, 8164.0, 8115.0, 8156.0, 8112.0, 8108.0, 8156.0, 8124.0, 8064.0, 8121.0, 8111.0, 8166.0, 8137.0, 8082.0, 8153.0, 8143.0, 8101.0, 8143.0, 8100.0, 8101.0, 8160.0, 8163.0, 8106.0, 8116.0, 8131.0, 8102.0, 8176.0, 8160.0, 8101.0, 8156.0, 8145.0, 8142.0, 8125.0, 8082.0, 8151.0, 8123.0, 8081.0, 8136.0, 8081.0, 8092.0, 8156.0, 8127.0, 8068.0, 8124.0, 8101.0, 8158.0, 8145.0, 8088.0, 8144.0, 8134.0, 8104.0, 8149.0, 8109.0, 8160.0, 8165.0, 8107.0, 8163.0, 8121.0, 8103.0, 8179.0, 8165.0, 8106.0, 8162.0, 8134.0, 8102.0, 8179.0, 8162.0, 8102.0, 8144.0, 8100.0, 8176.0, 8161.0, 8102.0, 8155.0, 8130.0, 8101.0, 8159.0, 8118.0, 8088.0, 8160.0, 8132.0, 8176.0, 8146.0, 8089.0, 8146.0, 8117.0, 8133.0, 8148.0, 8107.0, 8106.0, 8166.0, 8154.0, 8109.0, 8165.0, 8123.0, 8105.0, 8198.0, 8164.0, 8101.0, 8143.0, 8084.0, 8171.0, 8142.0, 8100.0, 8141.0, 8145.0, 8101.0, 8158.0, 8102.0, 8085.0, 8174.0, 8146.0, 8102.0, 8147.0, 8103.0, 8155.0, 8146.0, 8114.0, 8158.0, 8115.0, 8139.0, 8158.0, 8097.0, 8154.0, 8099.0, 8101.0, 8156.0, 8130.0, 8144.0, 8129.0, 8088.0, 8158.0, 8164.0, 8093.0, 8163.0, 8121.0, 8105.0, 8180.0, 8155.0, 8107.0, 8162.0, 8109.0, 8160.0, 8164.0, 8103.0, 8161.0, 8117.0, 8112.0, 8161.0, 8117.0, 8158.0, 8116.0, 8082.0, 8157.0, 8130.0, 8159.0, 8116.0, 8091.0, 8160.0, 8167.0, 8108.0, 8166.0, 8138.0, 8109.0, 8180.0, 8169.0, 8104.0, 8163.0, 8118.0, 8141.0, 8161.0, 8101.0, 8160.0, 8116.0, 8100.0, 8178.0, 8151.0, 8103.0, 8147.0, 8121.0, 8120.0, 8184.0, 8152.0, 8107.0, 8162.0, 8151.0, 8135.0, 8179.0, 8123.0, 8115.0, 8180.0, 8151.0, 8105.0, 8164.0, 8139.0, 8135.0, 8199.0, 8167.0, 8108.0, 8163.0, 8148.0, 8148.0, 8194.0, 8134.0, 8101.0, 8148.0, 8120.0, 8160.0, 8161.0, 8104.0, 8089.0, 8161.0, 8135.0, 8104.0, 8162.0, 8120.0, 8128.0, 8161.0, 8120.0, 8173.0, 8118.0, 8095.0, 8162.0, 8145.0, 8084.0, 8146.0, 8117.0, 8127.0, 8175.0, 8117.0, 8087.0, 8129.0, 8101.0, 8174.0, 8145.0, 8101.0, 8100.0, 8144.0, 8134.0, 8143.0, 8144.0, 8104.0, 8144.0, 8166.0, 8127.0, 8137.0, 8152.0, 8127.0, 8136.0, 8178.0, 8135.0, 8136.0, 8177.0, 8164.0, 8118.0, 8112.0, 8173.0, 8140.0, 8095.0, 8122.0, 8096.0, 8153.0, 8143.0, 8099.0, 8126.0, 8113.0, 8086.0, 8162.0, 8159.0, 8122.0, 8093.0, 8165.0, 8156.0, 8125.0, 8164.0, 8110.0, 8150.0, 8185.0, 8152.0, 8178.0, 8151.0, 8090.0, 8195.0, 8181.0, 8138.0, 8113.0, 8167.0, 8153.0, 8191.0, 8140.0, 8149.0, 8091.0, 8135.0, 8126.0, 8089.0, 8089.0, 8142.0, 8129.0, 8165.0, 8146.0, 8083.0, 8121.0, 8097.0, 8079.0, 8140.0, 8085.0, 8053.0, 8083.0, 8102.0, 8038.0, 8109.0, 8082.0, 8055.0, 8146.0, 8146.0, 8087.0, 8042.0, 8129.0, 8131.0, 8101.0, 8090.0, 8087.0, 8065.0, 8109.0, 8153.0, 8096.0, 8070.0, 8142.0, 8133.0, 8091.0, 8121.0, 8149.0, 8106.0, 8118.0, 8160.0, 8148.0, 8176.0, 8159.0, 8116.0, 8069.0, 8155.0, 8142.0, 8138.0, 8154.0, 8109.0, 8082.0, 8137.0, 8125.0, 8139.0, 8154.0, 8096.0, 8065.0, 8152.0, 8127.0, 8154.0, 8140.0, 8099.0, 8082.0, 8155.0, 8114.0, 8174.0, 8101.0, 8088.0, 8143.0, 8167.0, 8109.0, 8152.0, 8124.0, 8097.0, 8179.0, 8172.0, 8127.0, 8124.0, 8151.0, 8107.0, 8164.0, 8183.0, 8121.0, 8147.0, 8133.0, 8089.0, 8179.0, 8179.0, 8103.0, 8158.0, 8128.0, 8097.0, 8177.0, 8128.0, 8087.0, 8144.0, 8115.0, 8103.0, 8176.0, 8120.0, 8091.0, 8162.0, 8167.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.000608183908045977</td></tr>
<tr><td colspan=3>aqi</td><td>0.018815666896551723</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.02770921471805</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213839685189874</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0082021776179513</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>6461.6084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11138516212118249</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.436781609195402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5800776391946676</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5945395745049926</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7863785699311943</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3593147731478163</td></tr>
<tr><td colspan=3>gcor</td><td>0.00763981</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006120462901890278</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020615005865693092</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.769056827790466</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>24.7153</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6404</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.0993</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302403.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>258.4977</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.05</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2803.4268</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.0515</td></tr>
<tr><td colspan=3>tsnr</td><td>40.06983767240308</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>