ds005256-mriqc/sub-0060_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0060 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0060_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0060_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0060_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-03/func/sub-0060_ses-03_task-social_acq-mb8_run-04_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>befe4507f86af290b92dcfddec69889a</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:26:28.020000</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.999284, 0.0378312, -0.000777441, -0.0373407, 0.989235, 0.141491]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0890814</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7735, -7267, 686, -25, 38, 5, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d2dce82-bc10-4187-a8a3-3ea20d7258d9||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.6810054779052734, -0.10018228739500046, -0.016528988257050514, 115.95728302001953], [-0.10149829089641571, 2.654045343399048, 0.38167399168014526, -100.1383056640625], [-0.002085817977786064, -0.3796102702617645, 2.6728360652923584, -44.41196823120117], [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': ['182628.020000', '182628.480000', '182628.940000', '182629.400000', '182629.860000', '182630.320000', '182630.780000', '182631.240000', '182631.700000', '182632.160000', '182632.620000', '182633.080000', '182633.540000', '182634.000000', '182634.460000', '182634.920000', '182635.380000', '182635.840000', '182636.300000', '182636.760000', '182637.220000', '182637.680000', '182638.140000', '182638.600000', '182639.060000', '182639.520000', '182639.980000', '182640.440000', '182640.900000', '182641.360000', '182641.820000', '182642.280000', '182642.740000', '182643.200000', '182643.660000', '182644.120000', '182644.580000', '182645.040000', '182645.500000', '182645.960000', '182646.420000', '182646.880000', '182647.340000', '182647.800000', '182648.260000', '182648.720000', '182649.180000', '182649.640000', '182650.100000', '182650.560000', '182651.020000', '182651.480000', '182651.940000', '182652.400000', '182652.860000', '182653.320000', '182653.780000', '182654.240000', '182654.700000', '182655.160000', '182655.620000', '182656.080000', '182656.540000', '182657.000000', '182657.460000', '182657.920000', '182658.380000', '182658.840000', '182659.300000', '182659.760000', '182700.220000', '182700.680000', '182701.140000', '182701.600000', '182702.060000', '182702.520000', '182702.980000', '182703.440000', '182703.900000', '182704.360000', '182704.820000', '182705.280000', '182705.740000', '182706.200000', '182706.660000', '182707.120000', '182707.580000', '182708.040000', '182708.500000', '182708.960000', '182709.420000', '182709.880000', '182710.340000', '182710.800000', '182711.260000', '182711.720000', '182712.180000', '182712.640000', '182713.100000', '182713.560000', '182714.020000', '182714.480000', '182714.940000', '182715.400000', '182715.860000', '182716.320000', '182716.780000', '182717.240000', '182717.700000', '182718.160000', '182718.620000', '182719.080000', '182719.540000', '182720.000000', '182720.460000', '182720.920000', '182721.380000', '182721.840000', '182722.300000', '182722.760000', '182723.220000', '182723.680000', '182724.140000', '182724.600000', '182725.060000', '182725.520000', '182725.980000', '182726.440000', '182726.900000', '182727.360000', '182727.820000', '182728.280000', '182728.740000', '182729.200000', '182729.660000', '182730.120000', '182730.580000', '182731.040000', '182731.500000', '182731.960000', '182732.420000', '182732.880000', '182733.340000', '182733.800000', '182734.260000', '182734.720000', '182735.180000', '182735.640000', '182736.100000', '182736.560000', '182737.020000', '182737.480000', '182737.940000', '182738.400000', '182738.860000', '182739.320000', '182739.780000', '182740.240000', '182740.700000', '182741.160000', '182741.620000', '182742.080000', '182742.540000', '182743.000000', '182743.460000', '182743.920000', '182744.380000', '182744.840000', '182745.300000', '182745.760000', '182746.220000', '182746.680000', '182747.140000', '182747.600000', '182748.060000', '182748.520000', '182748.980000', '182749.440000', '182749.900000', '182750.360000', '182750.820000', '182751.280000', '182751.740000', '182752.200000', '182752.660000', '182753.120000', '182753.580000', '182754.040000', '182754.500000', '182754.960000', '182755.420000', '182755.880000', '182756.340000', '182756.800000', '182757.260000', '182757.720000', '182758.180000', '182758.640000', '182759.100000', '182759.560000', '182800.020000', '182800.480000', '182800.940000', '182801.400000', '182801.860000', '182802.320000', '182802.780000', '182803.240000', '182803.700000', '182804.160000', '182804.620000', '182805.080000', '182805.540000', '182806.000000', '182806.460000', '182806.920000', '182807.380000', '182807.840000', '182808.300000', '182808.760000', '182809.220000', '182809.680000', '182810.140000', '182810.600000', '182811.060000', '182811.520000', '182811.980000', '182812.440000', '182812.900000', '182813.360000', '182813.820000', '182814.280000', '182814.740000', '182815.200000', '182815.660000', '182816.120000', '182816.580000', '182817.040000', '182817.500000', '182817.960000', '182818.420000', '182818.880000', '182819.340000', '182819.800000', '182820.260000', '182820.720000', '182821.180000', '182821.640000', '182822.100000', '182822.560000', '182823.020000', '182823.480000', '182823.940000', '182824.400000', '182824.860000', '182825.320000', '182825.780000', '182826.240000', '182826.700000', '182827.160000', '182827.620000', '182828.080000', '182828.540000', '182829.000000', '182829.460000', '182829.920000', '182830.380000', '182830.840000', '182831.300000', '182831.760000', '182832.220000', '182832.680000', '182833.140000', '182833.600000', '182834.060000', '182834.520000', '182834.980000', '182835.440000', '182835.900000', '182836.360000', '182836.820000', '182837.280000', '182837.740000', '182838.200000', '182838.660000', '182839.120000', '182839.580000', '182840.040000', '182840.500000', '182840.960000', '182841.420000', '182841.880000', '182842.340000', '182842.800000', '182843.260000', '182843.720000', '182844.180000', '182844.640000', '182845.100000', '182845.560000', '182846.020000', '182846.480000', '182846.940000', '182847.400000', '182847.860000', '182848.320000', '182848.780000', '182849.240000', '182849.700000', '182850.160000', '182850.620000', '182851.080000', '182851.540000', '182852.000000', '182852.460000', '182852.920000', '182853.380000', '182853.840000', '182854.300000', '182854.760000', '182855.220000', '182855.680000', '182856.140000', '182856.600000', '182857.060000', '182857.520000', '182857.980000', '182858.440000', '182858.900000', '182859.360000', '182859.820000', '182900.280000', '182900.740000', '182901.200000', '182901.660000', '182902.120000', '182902.580000', '182903.040000', '182903.500000', '182903.960000', '182904.420000', '182904.880000', '182905.340000', '182905.800000', '182906.260000', '182906.720000', '182907.180000', '182907.640000', '182908.100000', '182908.560000', '182909.020000', '182909.480000', '182909.940000', '182910.400000', '182910.860000', '182911.320000', '182911.780000', '182912.240000', '182912.700000', '182913.160000', '182913.620000', '182914.080000', '182914.540000', '182915.000000', '182915.460000', '182915.920000', '182916.380000', '182916.840000', '182917.300000', '182917.760000', '182918.220000', '182918.680000', '182919.140000', '182919.600000', '182920.060000', '182920.520000', '182920.980000', '182921.440000', '182921.900000', '182922.360000', '182922.820000', '182923.280000', '182923.740000', '182924.200000', '182924.660000', '182925.120000', '182925.580000', '182926.040000', '182926.500000', '182926.960000', '182927.420000', '182927.880000', '182928.340000', '182928.800000', '182929.260000', '182929.720000', '182930.180000', '182930.640000', '182931.100000', '182931.560000', '182932.020000', '182932.480000', '182932.940000', '182933.400000', '182933.860000', '182934.320000', '182934.780000', '182935.240000', '182935.700000', '182936.160000', '182936.620000', '182937.080000', '182937.540000', '182938.000000', '182938.460000', '182938.920000', '182939.380000', '182939.840000', '182940.300000', '182940.760000', '182941.220000', '182941.680000', '182942.140000', '182942.600000', '182943.060000', '182943.520000', '182943.980000', '182944.440000', '182944.900000', '182945.360000', '182945.820000', '182946.280000', '182946.740000', '182947.200000', '182947.660000', '182948.120000', '182948.580000', '182949.040000', '182949.500000', '182949.960000', '182950.420000', '182950.880000', '182951.340000', '182951.800000', '182952.260000', '182952.720000', '182953.180000', '182953.640000', '182954.100000', '182954.560000', '182955.020000', '182955.480000', '182955.940000', '182956.400000', '182956.860000', '182957.320000', '182957.780000', '182958.240000', '182958.700000', '182959.160000', '182959.620000', '183000.080000', '183000.540000', '183001.000000', '183001.460000', '183001.920000', '183002.380000', '183002.840000', '183003.300000', '183003.760000', '183004.220000', '183004.680000', '183005.140000', '183005.600000', '183006.060000', '183006.520000', '183006.980000', '183007.440000', '183007.900000', '183008.360000', '183008.820000', '183009.280000', '183009.740000', '183010.200000', '183010.660000', '183011.120000', '183011.580000', '183012.040000', '183012.500000', '183012.960000', '183013.420000', '183013.880000', '183014.340000', '183014.800000', '183015.260000', '183015.720000', '183016.180000', '183016.640000', '183017.100000', '183017.560000', '183018.020000', '183018.480000', '183018.940000', '183019.400000', '183019.860000', '183020.320000', '183020.780000', '183021.240000', '183021.700000', '183022.160000', '183022.620000', '183023.080000', '183023.540000', '183024.000000', '183024.460000', '183024.920000', '183025.380000', '183025.840000', '183026.300000', '183026.760000', '183027.220000', '183027.680000', '183028.140000', '183028.600000', '183029.060000', '183029.520000', '183029.980000', '183030.440000', '183030.900000', '183031.360000', '183031.820000', '183032.280000', '183032.740000', '183033.200000', '183033.660000', '183034.120000', '183034.580000', '183035.040000', '183035.500000', '183035.960000', '183036.420000', '183036.880000', '183037.340000', '183037.800000', '183038.260000', '183038.720000', '183039.180000', '183039.640000', '183040.100000', '183040.560000', '183041.020000', '183041.480000', '183041.940000', '183042.400000', '183042.860000', '183043.320000', '183043.780000', '183044.240000', '183044.700000', '183045.160000', '183045.620000', '183046.080000', '183046.540000', '183047.000000', '183047.460000', '183047.920000', '183048.380000', '183048.840000', '183049.300000', '183049.760000', '183050.220000', '183050.680000', '183051.140000', '183051.600000', '183052.060000', '183052.520000', '183052.980000', '183053.440000', '183053.900000', '183054.360000', '183054.820000', '183055.280000', '183055.740000', '183056.200000', '183056.660000', '183057.120000', '183057.580000', '183058.040000', '183058.500000', '183058.960000', '183059.420000', '183059.880000', '183100.340000', '183100.800000', '183101.260000', '183101.720000', '183102.180000', '183102.640000', '183103.100000', '183103.560000', '183104.020000', '183104.480000', '183104.940000', '183105.400000', '183105.860000', '183106.320000', '183106.780000', '183107.240000', '183107.700000', '183108.160000', '183108.620000', '183109.080000', '183109.540000', '183110.000000', '183110.460000', '183110.920000', '183111.380000', '183111.840000', '183112.300000', '183112.760000', '183113.220000', '183113.680000', '183114.140000', '183114.600000', '183115.060000', '183115.520000', '183115.980000', '183116.440000', '183116.900000', '183117.360000', '183117.820000', '183118.280000', '183118.740000', '183119.200000', '183119.660000', '183120.120000', '183120.580000', '183121.040000', '183121.500000', '183121.960000', '183122.420000', '183122.880000', '183123.340000', '183123.800000', '183124.260000', '183124.720000', '183125.180000', '183125.640000', '183126.100000', '183126.560000', '183127.020000', '183127.480000', '183127.940000', '183128.400000', '183128.860000', '183129.320000', '183129.780000', '183130.240000', '183130.700000', '183131.160000', '183131.620000', '183132.080000', '183132.540000', '183133.000000', '183133.460000', '183133.920000', '183134.380000', '183134.840000', '183135.300000', '183135.760000', '183136.220000', '183136.680000', '183137.140000', '183137.600000', '183138.060000', '183138.520000', '183138.980000', '183139.440000', '183139.900000', '183140.360000', '183140.820000', '183141.280000', '183141.740000', '183142.200000', '183142.660000', '183143.120000', '183143.580000', '183144.040000', '183144.500000', '183144.960000', '183145.420000', '183145.880000', '183146.340000', '183146.800000', '183147.260000', '183147.720000', '183148.180000', '183148.640000', '183149.100000', '183149.560000', '183150.020000', '183150.480000', '183150.940000', '183151.400000', '183151.860000', '183152.320000', '183152.780000', '183153.240000', '183153.700000', '183154.160000', '183154.620000', '183155.080000', '183155.540000', '183156.000000', '183156.460000', '183156.920000', '183157.380000', '183157.840000', '183158.300000', '183158.760000', '183159.220000', '183159.680000', '183200.140000', '183200.600000', '183201.060000', '183201.520000', '183201.980000', '183202.440000', '183202.900000', '183203.360000', '183203.820000', '183204.280000', '183204.740000', '183205.200000', '183205.660000', '183206.120000', '183206.580000', '183207.040000', '183207.500000', '183207.960000', '183208.420000', '183208.880000', '183209.340000', '183209.800000', '183210.260000', '183210.720000', '183211.180000', '183211.640000', '183212.100000', '183212.560000', '183213.020000', '183213.480000', '183213.940000', '183214.400000', '183214.860000', '183215.320000', '183215.780000', '183216.240000', '183216.700000', '183217.160000', '183217.620000', '183218.080000', '183218.540000', '183219.000000', '183219.460000', '183219.920000', '183220.380000', '183220.840000', '183221.300000', '183221.760000', '183222.220000', '183222.680000', '183223.140000', '183223.600000', '183224.060000', '183224.520000', '183224.980000', '183225.440000', '183225.900000', '183226.360000', '183226.820000', '183227.280000', '183227.740000', '183228.200000', '183228.660000', '183229.120000', '183229.580000', '183230.040000', '183230.500000', '183230.960000', '183231.420000', '183231.880000', '183232.340000', '183232.800000', '183233.260000', '183233.720000', '183234.180000', '183234.640000', '183235.100000', '183235.560000', '183236.020000', '183236.480000', '183236.940000', '183237.400000', '183237.860000', '183238.320000', '183238.780000', '183239.240000', '183239.700000', '183240.160000', '183240.620000', '183241.080000', '183241.540000', '183242.000000', '183242.460000', '183242.920000', '183243.380000', '183243.840000', '183244.300000', '183244.760000', '183245.220000', '183245.680000', '183246.140000', '183246.600000', '183247.060000', '183247.520000', '183247.980000', '183248.440000', '183248.900000', '183249.360000', '183249.820000', '183250.280000', '183250.740000', '183251.200000', '183251.660000', '183252.120000', '183252.580000', '183253.040000', '183253.500000', '183253.960000', '183254.420000', '183254.880000', '183255.340000', '183255.800000', '183256.260000', '183256.720000', '183257.180000', '183257.640000', '183258.100000', '183258.560000', '183259.020000', '183259.480000', '183259.940000', '183300.400000', '183300.860000', '183301.320000', '183301.780000', '183302.240000', '183302.700000', '183303.160000', '183303.620000', '183304.080000', '183304.540000', '183305.000000', '183305.460000', '183305.920000', '183306.380000', '183306.840000', '183307.300000', '183307.760000', '183308.220000', '183308.680000'], 'ContentTime': ['182653.591000', '182653.595000', '182653.623000', '182653.625000', '182653.628000', '182653.631000', '182653.633000', '182653.636000', '182653.638000', '182653.641000', '182653.643000', '182653.646000', '182653.648000', '182653.651000', '182653.654000', '182653.656000', '182653.663000', '182653.665000', '182653.668000', '182653.671000', '182653.673000', '182653.676000', '182653.678000', '182653.681000', '182653.683000', '182653.686000', '182653.688000', '182653.691000', '182653.694000', '182653.696000', '182653.699000', '182653.701000', '182653.704000', '182653.706000', '182653.709000', '182653.712000', '182653.714000', '182653.717000', '182653.719000', '182653.722000', '182653.724000', '182653.727000', '182653.729000', '182653.732000', '182653.735000', '182653.737000', '182653.740000', '182653.742000', '182653.745000', '182653.747000', '182653.750000', '182653.752000', '182653.755000', '182713.559000', '182713.562000', '182713.565000', '182713.567000', '182713.570000', '182713.572000', '182713.575000', '182713.578000', '182713.580000', '182713.583000', '182713.585000', '182713.588000', '182713.590000', '182713.593000', '182713.595000', '182713.598000', '182713.601000', '182713.603000', '182713.606000', '182713.608000', '182713.611000', '182713.613000', '182713.616000', '182713.618000', '182713.621000', '182713.623000', '182713.626000', '182713.628000', '182713.631000', '182713.633000', '182713.636000', '182713.639000', '182713.641000', '182713.644000', '182713.646000', '182713.655000', '182713.658000', '182713.660000', '182713.663000', '182713.665000', '182713.668000', '182713.670000', '182713.673000', '182713.675000', '182733.560000', '182733.563000', '182733.566000', '182733.569000', '182733.571000', '182733.574000', '182733.576000', '182733.579000', '182733.581000', '182733.584000', '182733.586000', '182733.589000', '182733.591000', '182733.594000', '182733.596000', '182733.599000', '182733.602000', '182733.604000', '182733.616000', '182733.619000', '182733.621000', '182733.624000', '182733.626000', '182733.629000', '182733.631000', '182733.634000', '182733.637000', '182733.639000', '182733.642000', '182733.644000', '182733.647000', '182733.650000', '182733.652000', '182733.655000', '182733.657000', '182733.660000', '182733.663000', '182733.665000', '182733.668000', '182733.670000', '182733.673000', '182733.675000', '182733.678000', '182753.561000', '182753.564000', '182753.567000', '182753.575000', '182753.578000', '182753.580000', '182753.583000', '182753.585000', '182753.588000', '182753.591000', '182753.593000', '182753.596000', '182753.598000', '182753.601000', '182753.604000', '182753.606000', '182753.609000', '182753.611000', '182753.614000', '182753.617000', '182753.619000', '182753.622000', '182753.624000', '182753.627000', '182753.629000', '182753.632000', '182753.634000', '182753.637000', '182753.639000', '182753.642000', '182753.645000', '182753.647000', '182753.650000', '182753.652000', '182753.655000', '182753.658000', '182753.660000', '182753.663000', '182753.665000', '182753.668000', '182753.670000', '182753.673000', '182753.675000', '182753.678000', '182813.560000', '182813.563000', '182813.566000', '182813.568000', '182813.571000', '182813.573000', '182813.576000', '182813.578000', '182813.603000', '182813.605000', '182813.608000', '182813.610000', '182813.613000', '182813.624000', '182813.627000', '182813.629000', '182813.632000', '182813.634000', '182813.637000', '182813.639000', '182813.642000', '182813.644000', '182813.647000', '182813.649000', '182813.652000', '182813.655000', '182813.657000', '182813.660000', '182813.662000', '182813.665000', '182813.667000', '182813.670000', '182813.672000', '182813.675000', '182813.677000', '182813.680000', '182813.683000', '182813.685000', '182813.688000', '182813.690000', '182813.693000', '182813.696000', '182813.698000', '182833.560000', '182833.563000', '182833.566000', '182833.568000', '182833.571000', '182833.573000', '182833.576000', '182833.578000', '182833.581000', '182833.583000', '182833.586000', '182833.588000', '182833.591000', '182833.594000', '182833.596000', '182833.599000', '182833.602000', '182833.604000', '182833.607000', '182833.609000', '182833.612000', '182833.614000', '182833.617000', '182833.619000', '182833.622000', '182833.624000', '182833.627000', '182833.630000', '182833.632000', '182833.635000', '182833.637000', '182833.640000', '182833.642000', '182833.645000', '182833.647000', '182833.656000', '182833.659000', '182833.661000', '182833.664000', '182833.667000', '182833.669000', '182833.672000', '182833.675000', '182833.677000', '182853.561000', '182853.563000', '182853.566000', '182853.569000', '182853.571000', '182853.574000', '182853.576000', '182853.579000', '182853.581000', '182853.584000', '182853.586000', '182853.589000', '182853.592000', '182853.594000', '182853.597000', '182853.599000', '182853.602000', '182853.604000', '182853.607000', '182853.609000', '182853.612000', '182853.615000', '182853.617000', '182853.620000', '182853.622000', '182853.625000', '182853.627000', '182853.630000', '182853.633000', '182853.635000', '182853.638000', '182853.640000', '182853.643000', '182853.645000', '182853.648000', '182853.650000', '182853.653000', '182853.655000', '182853.658000', '182853.661000', '182853.663000', '182853.666000', '182853.668000', '182913.560000', '182913.563000', '182913.566000', '182913.569000', '182913.571000', '182913.574000', '182913.576000', '182913.579000', '182913.581000', '182913.584000', '182913.587000', '182913.589000', '182913.592000', '182913.594000', '182913.599000', '182913.602000', '182913.604000', '182913.607000', '182913.610000', '182913.612000', '182913.615000', '182913.617000', '182913.620000', '182913.622000', '182913.625000', '182913.628000', '182913.630000', '182913.633000', '182913.635000', '182913.638000', '182913.641000', '182913.643000', '182913.646000', '182913.648000', '182913.651000', '182913.654000', '182913.656000', '182913.659000', '182913.661000', '182913.664000', '182913.666000', '182913.669000', '182913.672000', '182913.674000', '182933.559000', '182933.562000', '182933.565000', '182933.567000', '182933.570000', '182933.572000', '182933.575000', '182933.578000', '182933.580000', '182933.583000', '182933.585000', '182933.588000', '182933.590000', '182933.593000', '182933.596000', '182933.598000', '182933.601000', '182933.603000', '182933.606000', '182933.609000', '182933.611000', '182933.614000', '182933.616000', '182933.619000', '182933.621000', '182933.624000', '182933.627000', '182933.629000', '182933.632000', '182933.634000', '182933.637000', '182933.639000', '182933.642000', '182933.645000', '182933.647000', '182933.650000', '182933.652000', '182933.655000', '182933.673000', '182933.675000', '182933.678000', '182933.680000', '182933.683000', '182953.560000', '182953.563000', '182953.566000', '182953.568000', '182953.571000', '182953.573000', '182953.576000', '182953.578000', '182953.581000', '182953.584000', '182953.586000', '182953.589000', '182953.591000', '182953.594000', '182953.596000', '182953.599000', '182953.602000', '182953.604000', '182953.607000', '182953.609000', '182953.612000', '182953.614000', '182953.617000', '182953.620000', '182953.622000', '182953.625000', '182953.627000', '182953.630000', '182953.633000', '182953.635000', '182953.638000', '182953.640000', '182953.643000', '182953.645000', '182953.648000', '182953.650000', '182953.653000', '182953.655000', '182953.658000', '182953.661000', '182953.663000', '182953.666000', '182953.668000', '182953.671000', '183013.561000', '183013.563000', '183013.566000', '183013.569000', '183013.571000', '183013.574000', '183013.576000', '183013.579000', '183013.583000', '183013.585000', '183013.588000', '183013.591000', '183013.593000', '183013.596000', '183013.598000', '183013.601000', '183013.604000', '183013.606000', '183013.609000', '183013.611000', '183013.614000', '183013.616000', '183013.619000', '183013.622000', '183013.624000', '183013.627000', '183013.629000', '183013.632000', '183013.635000', '183013.637000', '183013.640000', '183013.642000', '183013.645000', '183013.647000', '183013.650000', '183013.653000', '183013.655000', '183013.658000', '183013.660000', '183013.663000', '183013.665000', '183013.668000', '183013.670000', '183033.561000', '183033.563000', '183033.566000', '183033.569000', '183033.571000', '183033.574000', '183033.577000', '183033.579000', '183033.582000', '183033.585000', '183033.587000', '183033.590000', '183033.592000', '183033.595000', '183033.597000', '183033.600000', '183033.602000', '183033.605000', '183033.608000', '183033.610000', '183033.613000', '183033.615000', '183033.618000', '183033.621000', '183033.623000', '183033.626000', '183033.628000', '183033.631000', '183033.634000', '183033.637000', '183033.640000', '183033.642000', '183033.645000', '183033.648000', '183033.650000', '183033.653000', '183033.655000', '183033.658000', '183033.660000', '183033.663000', '183033.666000', '183033.668000', '183033.671000', '183053.560000', '183053.563000', '183053.566000', '183053.568000', '183053.571000', '183053.574000', '183053.576000', '183053.579000', '183053.581000', '183053.584000', '183053.586000', '183053.589000', '183053.592000', '183053.594000', '183053.597000', '183053.599000', '183053.602000', '183053.606000', '183053.608000', '183053.611000', '183053.613000', '183053.616000', '183053.619000', '183053.621000', '183053.624000', '183053.626000', '183053.629000', '183053.631000', '183053.634000', '183053.636000', '183053.639000', '183053.642000', '183053.644000', '183053.647000', '183053.649000', '183053.652000', '183053.654000', '183053.657000', '183053.659000', '183053.662000', '183053.665000', '183053.667000', '183053.670000', '183053.672000', '183113.561000', '183113.563000', '183113.566000', '183113.568000', '183113.571000', '183113.574000', '183113.576000', '183113.579000', '183113.581000', '183113.584000', '183113.586000', '183113.589000', '183113.592000', '183113.594000', '183113.597000', '183113.600000', '183113.603000', '183113.605000', '183113.608000', '183113.610000', '183113.626000', '183113.629000', '183113.631000', '183113.634000', '183113.636000', '183113.639000', '183113.642000', '183113.644000', '183113.647000', '183113.649000', '183113.652000', '183113.655000', '183113.657000', '183113.660000', '183113.662000', '183113.665000', '183113.667000', '183113.670000', '183113.672000', '183113.675000', '183113.678000', '183113.680000', '183113.683000', '183133.559000', '183133.562000', '183133.565000', '183133.567000', '183133.570000', '183133.572000', '183133.575000', '183133.578000', '183133.580000', '183133.583000', '183133.585000', '183133.588000', '183133.590000', '183133.593000', '183133.596000', '183133.598000', '183133.601000', '183133.603000', '183133.606000', '183133.608000', '183133.611000', '183133.614000', '183133.616000', '183133.619000', '183133.621000', '183133.624000', '183133.626000', '183133.629000', '183133.632000', '183133.634000', '183133.637000', '183133.639000', '183133.642000', '183133.644000', '183133.647000', '183133.650000', '183133.652000', '183133.655000', '183133.657000', '183133.660000', '183133.662000', '183133.665000', '183133.667000', '183133.670000', '183153.560000', '183153.562000', '183153.565000', '183153.568000', '183153.570000', '183153.573000', '183153.576000', '183153.578000', '183153.581000', '183153.583000', '183153.586000', '183153.589000', '183153.591000', '183153.594000', '183153.596000', '183153.599000', '183153.601000', '183153.604000', '183153.607000', '183153.609000', '183153.612000', '183153.615000', '183153.617000', '183153.620000', '183153.622000', '183153.625000', '183153.627000', '183153.630000', '183153.633000', '183153.635000', '183153.638000', '183153.640000', '183153.643000', '183153.646000', '183153.648000', '183153.651000', '183153.654000', '183153.657000', '183153.660000', '183153.662000', '183153.665000', '183153.668000', '183153.670000', '183213.561000', '183213.564000', '183213.566000', '183213.569000', '183213.571000', '183213.574000', '183213.577000', '183213.579000', '183213.582000', '183213.584000', '183213.587000', '183213.590000', '183213.592000', '183213.595000', '183213.597000', '183213.600000', '183213.603000', '183213.605000', '183213.608000', '183213.611000', '183213.613000', '183213.616000', '183213.618000', '183213.621000', '183213.624000', '183213.626000', '183213.629000', '183213.631000', '183213.634000', '183213.636000', '183213.639000', '183213.641000', '183213.644000', '183213.648000', '183213.650000', '183213.653000', '183213.655000', '183213.658000', '183213.661000', '183213.663000', '183213.666000', '183213.668000', '183213.671000', '183213.673000', '183233.560000', '183233.563000', '183233.566000', '183233.568000', '183233.571000', '183233.574000', '183233.576000', '183233.579000', '183233.581000', '183233.584000', '183233.586000', '183233.589000', '183233.592000', '183233.596000', '183233.598000', '183233.601000', '183233.604000', '183233.606000', '183233.609000', '183233.611000', '183233.614000', '183233.617000', '183233.619000', '183233.622000', '183233.624000', '183233.627000', '183233.629000', '183233.632000', '183233.635000', '183233.637000', '183233.640000', '183233.652000', '183233.655000', '183233.657000', '183233.660000', '183233.662000', '183233.665000', '183233.668000', '183233.670000', '183233.673000', '183233.675000', '183233.678000', '183233.680000', '183253.561000', '183253.564000', '183253.566000', '183253.569000', '183253.572000', '183253.574000', '183253.577000', '183253.579000', '183253.582000', '183253.584000', '183253.587000', '183253.590000', '183253.592000', '183253.595000', '183253.597000', '183253.600000', '183253.603000', '183253.605000', '183253.608000', '183253.610000', '183253.613000', '183253.615000', '183253.618000', '183253.620000', '183253.623000', '183253.626000', '183253.628000', '183253.631000', '183253.633000', '183253.636000', '183253.639000', '183253.641000', '183253.644000', '183253.646000', '183253.649000', '183253.651000', '183253.654000', '183253.657000', '183253.659000', '183253.662000', '183253.664000', '183253.667000', '183253.670000', '183253.672000', '183310.012000', '183310.015000', '183310.018000', '183310.021000', '183310.024000', '183310.026000', '183310.029000', '183310.032000', '183310.034000', '183310.037000', '183310.040000', '183310.042000', '183310.045000', '183310.048000', '183310.050000', '183310.053000', '183310.056000', '183310.059000', '183310.061000', '183310.064000', '183310.066000', '183310.069000', '183310.072000', '183310.075000', '183310.078000', '183310.081000', '183310.084000', '183310.087000', '183310.090000', '183310.093000', '183310.095000', '183310.098000', '183310.100000', '183310.103000', '183310.106000', '183310.109000'], 'InstanceCreationTime': ['182653.591000', '182653.595000', '182653.623000', '182653.625000', '182653.628000', '182653.631000', '182653.633000', '182653.636000', '182653.638000', '182653.641000', '182653.643000', '182653.646000', '182653.648000', '182653.651000', '182653.654000', '182653.656000', '182653.663000', '182653.665000', '182653.668000', '182653.671000', '182653.673000', '182653.676000', '182653.678000', '182653.681000', '182653.683000', '182653.686000', '182653.688000', '182653.691000', '182653.694000', '182653.696000', '182653.699000', '182653.701000', '182653.704000', '182653.706000', '182653.709000', '182653.712000', '182653.714000', '182653.717000', '182653.719000', '182653.722000', '182653.724000', '182653.727000', '182653.729000', '182653.732000', '182653.735000', '182653.737000', '182653.740000', '182653.742000', '182653.745000', '182653.747000', '182653.750000', '182653.752000', '182653.755000', '182713.559000', '182713.562000', '182713.565000', '182713.567000', '182713.570000', '182713.572000', '182713.575000', '182713.578000', '182713.580000', '182713.583000', '182713.585000', '182713.588000', '182713.590000', '182713.593000', '182713.595000', '182713.598000', '182713.601000', '182713.603000', '182713.606000', '182713.608000', '182713.611000', '182713.613000', '182713.616000', '182713.618000', '182713.621000', '182713.623000', '182713.626000', '182713.628000', '182713.631000', '182713.633000', '182713.636000', '182713.639000', '182713.641000', '182713.644000', '182713.646000', '182713.655000', '182713.658000', '182713.660000', '182713.663000', '182713.665000', '182713.668000', '182713.670000', '182713.673000', '182713.675000', '182733.560000', '182733.563000', '182733.566000', '182733.569000', '182733.571000', '182733.574000', '182733.576000', '182733.579000', '182733.581000', '182733.584000', '182733.586000', '182733.589000', '182733.591000', '182733.594000', '182733.596000', '182733.599000', '182733.602000', '182733.604000', '182733.616000', '182733.619000', '182733.621000', '182733.624000', '182733.626000', '182733.629000', '182733.631000', '182733.634000', '182733.637000', '182733.639000', '182733.642000', '182733.644000', '182733.647000', '182733.650000', '182733.652000', '182733.655000', '182733.657000', '182733.660000', '182733.663000', '182733.665000', '182733.668000', '182733.670000', '182733.673000', '182733.675000', '182733.678000', '182753.561000', '182753.564000', '182753.567000', '182753.575000', '182753.578000', '182753.580000', '182753.583000', '182753.585000', '182753.588000', '182753.591000', '182753.593000', '182753.596000', '182753.598000', '182753.601000', '182753.604000', '182753.606000', '182753.609000', '182753.611000', '182753.614000', '182753.617000', '182753.619000', '182753.622000', '182753.624000', '182753.627000', '182753.629000', '182753.632000', '182753.634000', '182753.637000', '182753.639000', '182753.642000', '182753.645000', '182753.647000', '182753.650000', '182753.652000', '182753.655000', '182753.658000', '182753.660000', '182753.663000', '182753.665000', '182753.668000', '182753.670000', '182753.673000', '182753.675000', '182753.678000', '182813.560000', '182813.563000', '182813.566000', '182813.568000', '182813.571000', '182813.573000', '182813.576000', '182813.578000', '182813.603000', '182813.605000', '182813.608000', '182813.610000', '182813.613000', '182813.624000', '182813.627000', '182813.629000', '182813.632000', '182813.634000', '182813.637000', '182813.639000', '182813.642000', '182813.644000', '182813.647000', '182813.649000', '182813.652000', '182813.655000', '182813.657000', '182813.660000', '182813.662000', '182813.665000', '182813.667000', '182813.670000', '182813.672000', '182813.675000', '182813.677000', '182813.680000', '182813.683000', '182813.685000', '182813.688000', '182813.690000', '182813.693000', '182813.696000', '182813.698000', '182833.560000', '182833.563000', '182833.566000', '182833.568000', '182833.571000', '182833.573000', '182833.576000', '182833.578000', '182833.581000', '182833.583000', '182833.586000', '182833.588000', '182833.591000', '182833.594000', '182833.596000', '182833.599000', '182833.602000', '182833.604000', '182833.607000', '182833.609000', '182833.612000', '182833.614000', '182833.617000', '182833.619000', '182833.622000', '182833.624000', '182833.627000', '182833.630000', '182833.632000', '182833.635000', '182833.637000', '182833.640000', '182833.642000', '182833.645000', '182833.647000', '182833.656000', '182833.659000', '182833.661000', '182833.664000', '182833.667000', '182833.669000', '182833.672000', '182833.675000', '182833.677000', '182853.561000', '182853.563000', '182853.566000', '182853.569000', '182853.571000', '182853.574000', '182853.576000', '182853.579000', '182853.581000', '182853.584000', '182853.586000', '182853.589000', '182853.592000', '182853.594000', '182853.597000', '182853.599000', '182853.602000', '182853.604000', '182853.607000', '182853.609000', '182853.612000', '182853.615000', '182853.617000', '182853.620000', '182853.622000', '182853.625000', '182853.627000', '182853.630000', '182853.633000', '182853.635000', '182853.638000', '182853.640000', '182853.643000', '182853.645000', '182853.648000', '182853.650000', '182853.653000', '182853.655000', '182853.658000', '182853.661000', '182853.663000', '182853.666000', '182853.668000', '182913.560000', '182913.563000', '182913.566000', '182913.569000', '182913.571000', '182913.574000', '182913.576000', '182913.579000', '182913.581000', '182913.584000', '182913.587000', '182913.589000', '182913.592000', '182913.594000', '182913.599000', '182913.602000', '182913.604000', '182913.607000', '182913.610000', '182913.612000', '182913.615000', '182913.617000', '182913.620000', '182913.622000', '182913.625000', '182913.628000', '182913.630000', '182913.633000', '182913.635000', '182913.638000', '182913.641000', '182913.643000', '182913.646000', '182913.648000', '182913.651000', '182913.654000', '182913.656000', '182913.659000', '182913.661000', '182913.664000', '182913.666000', '182913.669000', '182913.672000', '182913.674000', '182933.559000', '182933.562000', '182933.565000', '182933.567000', '182933.570000', '182933.572000', '182933.575000', '182933.578000', '182933.580000', '182933.583000', '182933.585000', '182933.588000', '182933.590000', '182933.593000', '182933.596000', '182933.598000', '182933.601000', '182933.603000', '182933.606000', '182933.609000', '182933.611000', '182933.614000', '182933.616000', '182933.619000', '182933.621000', '182933.624000', '182933.627000', '182933.629000', '182933.632000', '182933.634000', '182933.637000', '182933.639000', '182933.642000', '182933.645000', '182933.647000', '182933.650000', '182933.652000', '182933.655000', '182933.673000', '182933.675000', '182933.678000', '182933.680000', '182933.683000', '182953.560000', '182953.563000', '182953.566000', '182953.568000', '182953.571000', '182953.573000', '182953.576000', '182953.578000', '182953.581000', '182953.584000', '182953.586000', '182953.589000', '182953.591000', '182953.594000', '182953.596000', '182953.599000', '182953.602000', '182953.604000', '182953.607000', '182953.609000', '182953.612000', '182953.614000', '182953.617000', '182953.620000', '182953.622000', '182953.625000', '182953.627000', '182953.630000', '182953.633000', '182953.635000', '182953.638000', '182953.640000', '182953.643000', '182953.645000', '182953.648000', '182953.650000', '182953.653000', '182953.655000', '182953.658000', '182953.661000', '182953.663000', '182953.666000', '182953.668000', '182953.671000', '183013.561000', '183013.563000', '183013.566000', '183013.569000', '183013.571000', '183013.574000', '183013.576000', '183013.579000', '183013.583000', '183013.585000', '183013.588000', '183013.591000', '183013.593000', '183013.596000', '183013.598000', '183013.601000', '183013.604000', '183013.606000', '183013.609000', '183013.611000', '183013.614000', '183013.616000', '183013.619000', '183013.622000', '183013.624000', '183013.627000', '183013.629000', '183013.632000', '183013.635000', '183013.637000', '183013.640000', '183013.642000', '183013.645000', '183013.647000', '183013.650000', '183013.653000', '183013.655000', '183013.658000', '183013.660000', '183013.663000', '183013.665000', '183013.668000', '183013.670000', '183033.561000', '183033.563000', '183033.566000', '183033.569000', '183033.571000', '183033.574000', '183033.577000', '183033.579000', '183033.582000', '183033.585000', '183033.587000', '183033.590000', '183033.592000', '183033.595000', '183033.597000', '183033.600000', '183033.602000', '183033.605000', '183033.608000', '183033.610000', '183033.613000', '183033.615000', '183033.618000', '183033.621000', '183033.623000', '183033.626000', '183033.628000', '183033.631000', '183033.634000', '183033.637000', '183033.640000', '183033.642000', '183033.645000', '183033.648000', '183033.650000', '183033.653000', '183033.655000', '183033.658000', '183033.660000', '183033.663000', '183033.666000', '183033.668000', '183033.671000', '183053.560000', '183053.563000', '183053.566000', '183053.568000', '183053.571000', '183053.574000', '183053.576000', '183053.579000', '183053.581000', '183053.584000', '183053.586000', '183053.589000', '183053.592000', '183053.594000', '183053.597000', '183053.599000', '183053.602000', '183053.606000', '183053.608000', '183053.611000', '183053.613000', '183053.616000', '183053.619000', '183053.621000', '183053.624000', '183053.626000', '183053.629000', '183053.631000', '183053.634000', '183053.636000', '183053.639000', '183053.642000', '183053.644000', '183053.647000', '183053.649000', '183053.652000', '183053.654000', '183053.657000', '183053.659000', '183053.662000', '183053.665000', '183053.667000', '183053.670000', '183053.672000', '183113.561000', '183113.563000', '183113.566000', '183113.568000', '183113.571000', '183113.574000', '183113.576000', '183113.579000', '183113.581000', '183113.584000', '183113.586000', '183113.589000', '183113.592000', '183113.594000', '183113.597000', '183113.600000', '183113.603000', '183113.605000', '183113.608000', '183113.610000', '183113.626000', '183113.629000', '183113.631000', '183113.634000', '183113.636000', '183113.639000', '183113.642000', '183113.644000', '183113.647000', '183113.649000', '183113.652000', '183113.655000', '183113.657000', '183113.660000', '183113.662000', '183113.665000', '183113.667000', '183113.670000', '183113.672000', '183113.675000', '183113.678000', '183113.680000', '183113.683000', '183133.559000', '183133.562000', '183133.565000', '183133.567000', '183133.570000', '183133.572000', '183133.575000', '183133.578000', '183133.580000', '183133.583000', '183133.585000', '183133.588000', '183133.590000', '183133.593000', '183133.596000', '183133.598000', '183133.601000', '183133.603000', '183133.606000', '183133.608000', '183133.611000', '183133.614000', '183133.616000', '183133.619000', '183133.621000', '183133.624000', '183133.626000', '183133.629000', '183133.632000', '183133.634000', '183133.637000', '183133.639000', '183133.642000', '183133.644000', '183133.647000', '183133.650000', '183133.652000', '183133.655000', '183133.657000', '183133.660000', '183133.662000', '183133.665000', '183133.667000', '183133.670000', '183153.560000', '183153.562000', '183153.565000', '183153.568000', '183153.570000', '183153.573000', '183153.576000', '183153.578000', '183153.581000', '183153.583000', '183153.586000', '183153.589000', '183153.591000', '183153.594000', '183153.596000', '183153.599000', '183153.601000', '183153.604000', '183153.607000', '183153.609000', '183153.612000', '183153.615000', '183153.617000', '183153.620000', '183153.622000', '183153.625000', '183153.627000', '183153.630000', '183153.633000', '183153.635000', '183153.638000', '183153.640000', '183153.643000', '183153.646000', '183153.648000', '183153.651000', '183153.654000', '183153.657000', '183153.660000', '183153.662000', '183153.665000', '183153.668000', '183153.670000', '183213.561000', '183213.564000', '183213.566000', '183213.569000', '183213.571000', '183213.574000', '183213.577000', '183213.579000', '183213.582000', '183213.584000', '183213.587000', '183213.590000', '183213.592000', '183213.595000', '183213.597000', '183213.600000', '183213.603000', '183213.605000', '183213.608000', '183213.611000', '183213.613000', '183213.616000', '183213.618000', '183213.621000', '183213.624000', '183213.626000', '183213.629000', '183213.631000', '183213.634000', '183213.636000', '183213.639000', '183213.641000', '183213.644000', '183213.648000', '183213.650000', '183213.653000', '183213.655000', '183213.658000', '183213.661000', '183213.663000', '183213.666000', '183213.668000', '183213.671000', '183213.673000', '183233.560000', '183233.563000', '183233.566000', '183233.568000', '183233.571000', '183233.574000', '183233.576000', '183233.579000', '183233.581000', '183233.584000', '183233.586000', '183233.589000', '183233.592000', '183233.596000', '183233.598000', '183233.601000', '183233.604000', '183233.606000', '183233.609000', '183233.611000', '183233.614000', '183233.617000', '183233.619000', '183233.622000', '183233.624000', '183233.627000', '183233.629000', '183233.632000', '183233.635000', '183233.637000', '183233.640000', '183233.652000', '183233.655000', '183233.657000', '183233.660000', '183233.662000', '183233.665000', '183233.668000', '183233.670000', '183233.673000', '183233.675000', '183233.678000', '183233.680000', '183253.561000', '183253.564000', '183253.566000', '183253.569000', '183253.572000', '183253.574000', '183253.577000', '183253.579000', '183253.582000', '183253.584000', '183253.587000', '183253.590000', '183253.592000', '183253.595000', '183253.597000', '183253.600000', '183253.603000', '183253.605000', '183253.608000', '183253.610000', '183253.613000', '183253.615000', '183253.618000', '183253.620000', '183253.623000', '183253.626000', '183253.628000', '183253.631000', '183253.633000', '183253.636000', '183253.639000', '183253.641000', '183253.644000', '183253.646000', '183253.649000', '183253.651000', '183253.654000', '183253.657000', '183253.659000', '183253.662000', '183253.664000', '183253.667000', '183253.670000', '183253.672000', '183310.012000', '183310.015000', '183310.018000', '183310.021000', '183310.024000', '183310.026000', '183310.029000', '183310.032000', '183310.034000', '183310.037000', '183310.040000', '183310.042000', '183310.045000', '183310.048000', '183310.050000', '183310.053000', '183310.056000', '183310.059000', '183310.061000', '183310.064000', '183310.066000', '183310.069000', '183310.072000', '183310.075000', '183310.078000', '183310.081000', '183310.084000', '183310.087000', '183310.090000', '183310.093000', '183310.095000', '183310.098000', '183310.100000', '183310.103000', '183310.106000', '183310.109000'], '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': [6636, 10798, 7863, 9630, 6753, 7968, 6521, 7291, 6599, 7824, 6674, 7368, 6663, 6230, 6426, 6577, 6525, 6526, 6916, 6445, 6618, 6567, 6494, 6949, 6285, 7414, 6541, 7126, 6772, 8020, 6762, 9124, 7921, 7492, 6684, 6506, 6637, 6477, 6929, 6283, 7821, 6662, 6351, 6853, 6340, 7391, 6500, 7208, 6692, 6550, 6658, 6407, 7810, 6160, 8935, 6638, 8539, 6569, 7046, 6542, 6431, 6722, 6570, 7853, 6324, 7226, 6430, 6693, 6600, 6461, 6618, 6328, 7316, 6397, 7119, 6496, 6737, 6707, 6431, 7660, 6288, 7307, 6323, 6683, 6595, 6460, 7188, 6376, 7415, 6293, 6849, 6635, 6661, 7145, 6272, 7266, 6712, 6835, 8217, 6834, 6428, 7683, 6353, 7104, 6313, 7131, 6456, 6767, 9700, 7804, 10233, 8581, 6456, 7959, 6467, 6655, 7199, 6274, 6824, 6541, 6275, 8315, 6516, 9178, 7159, 7408, 8027, 6630, 10137, 8544, 7566, 7167, 6302, 7301, 6604, 6834, 6463, 6228, 7358, 6399, 7168, 6488, 6767, 6553, 6238, 7620, 6339, 7034, 6529, 6797, 7062, 6087, 7418, 6686, 6823, 6486, 6748, 7399, 6165, 6756, 7397, 6463, 7311, 6627, 6896, 6712, 6424, 8638, 6241, 6703, 7025, 6383, 7066, 6562, 8433, 6686, 7914, 7573, 6572, 8837, 6294, 7546, 6431, 6885, 6326, 6429, 8178, 6316, 7804, 6474, 6949, 6374, 6538, 8344, 6316, 7309, 6440, 6633, 6541, 6148, 7472, 6229, 6808, 6356, 6736, 6841, 6120, 8163, 6919, 6479, 7482, 6412, 6871, 6235, 6708, 7749, 6095, 9667, 8249, 6694, 8966, 6266, 6456, 7070, 6361, 7198, 6494, 8335, 6594, 8944, 7167, 7883, 8620, 6444, 8815, 7243, 6425, 6622, 6903, 6312, 6738, 6590, 6259, 7512, 6597, 7962, 6334, 6373, 6859, 6178, 9652, 7733, 7626, 6940, 6354, 7351, 6633, 7891, 6535, 6297, 6795, 6457, 7043, 6390, 6579, 6437, 6486, 7114, 6431, 6465, 6380, 6307, 7861, 6394, 6400, 7248, 6356, 7239, 6377, 6832, 7219, 6396, 7567, 6437, 6437, 7334, 6606, 6567, 7350, 6469, 7259, 7054, 6161, 8232, 8146, 6390, 7052, 6753, 6439, 7476, 6329, 7303, 6276, 6760, 7278, 6376, 8231, 6287, 6859, 7833, 6273, 9559, 6393, 6478, 7447, 6443, 8274, 6376, 7510, 8623, 6355, 7858, 6279, 6978, 6414, 6942, 6519, 6378, 7622, 6391, 7107, 6552, 6856, 7315, 6160, 7156, 6390, 6992, 7288, 6367, 7788, 6501, 7028, 6205, 6868, 7067, 6291, 8110, 6385, 6800, 8857, 6192, 7086, 7450, 6378, 7426, 6779, 8379, 6607, 7808, 7716, 6355, 9818, 7284, 6724, 7306, 6516, 7710, 6342, 6933, 8457, 7215, 10052, 8712, 6733, 6749, 6276, 7436, 6522, 7724, 6333, 6254, 7201, 6134, 7348, 6547, 6809, 6444, 6747, 7993, 6745, 6673, 7199, 6350, 6979, 6320, 6941, 6506, 6637, 8151, 6728, 8142, 6521, 6711, 7391, 6558, 7017, 6396, 6899, 7135, 6254, 8102, 6611, 7326, 6560, 6289, 8549, 6735, 6652, 7350, 6318, 7245, 6555, 6793, 6772, 6430, 8405, 7245, 8355, 7755, 6375, 7643, 6589, 7166, 6601, 6659, 6795, 6490, 8636, 7269, 7361, 8521, 6304, 6994, 6702, 6349, 7368, 6584, 6629, 6720, 6090, 8593, 6585, 6627, 6519, 6326, 7301, 6540, 7211, 6572, 6538, 6636, 6476, 7426, 6606, 6985, 6419, 6660, 6880, 6417, 7445, 6699, 7381, 7031, 6813, 7452, 6443, 7215, 6874, 6901, 7519, 6327, 7211, 7310, 7150, 7612, 6373, 7816, 7128, 6502, 7696, 6242, 7078, 7090, 6607, 7889, 6503, 7246, 6941, 7053, 7642, 6519, 7577, 7239, 7217, 7790, 6317, 7531, 7091, 6949, 7447, 6781, 7308, 7748, 6581, 7553, 7213, 7057, 7909, 6402, 7512, 8273, 6652, 8945, 6400, 7279, 7554, 6664, 8258, 6767, 7293, 7583, 6401, 7207, 8091, 6473, 7200, 8554, 7704, 6941, 7820, 6516, 7384, 6208, 7152, 6172, 6862, 6732, 6857, 8556, 6667, 10233, 8157, 9981, 8238, 8402, 8072, 6957, 9866, 7365, 10417, 8168, 9040, 7538, 6650, 8227, 6233, 7137, 6769, 6576, 6350, 6167, 7720, 6428, 7784, 6326, 6067, 6905, 6380, 7373, 6494, 6839, 6958, 6246, 6985, 6452, 6668, 7113, 6311, 7328, 6398, 8291, 7016, 6474, 9270, 6394, 6783, 7396, 6513, 7195, 6370, 7220, 6827, 6486, 9042, 7667, 8360, 7749, 6268, 6926, 6633, 6572, 7056, 6209, 8129, 6533, 6257, 7216, 6300, 8538, 6510, 6376, 7507, 6469, 7188, 6606, 6854, 6759, 6332, 8228, 6438, 6994, 6696, 6754, 7413, 6496, 7172, 6364, 7003, 7328, 6561, 7239, 6555, 7317, 7251, 6304, 7452, 6882, 7119, 7532, 6405, 7013, 7391, 6411, 7807, 6382, 6049, 8468, 6949, 6485, 6212, 7422, 7484, 6290, 7377, 6203, 7075, 7358, 6683, 8809, 6923, 9259, 7987, 8348, 7756, 6716, 7951, 6483, 6536, 7445, 6398, 10076, 8000, 9592, 7937, 6434, 6680, 6259, 7169, 6325, 7576, 6566, 7298, 6525, 6504, 8043, 6332, 6649, 6415, 6472, 7457, 6415, 7508, 6347, 7277, 6524, 6337, 7450, 6399, 6887, 6474, 6593, 6463, 6583, 8311, 6727, 7887, 6391, 6398, 6633, 6334, 7846, 6260, 8214, 6690, 8180, 7679, 6168, 7371, 6486, 6895, 6442, 6743, 7550, 6352, 7153, 6432, 7097, 7207, 6171, 6974, 6491, 6689, 7249, 6220, 8524, 7174, 6689, 8749, 6365, 7210, 7153, 6457, 7494, 6371, 6906, 7185, 6213, 9801, 7726, 6787, 7411, 6374, 7487, 6306, 6968, 7936, 6813, 7253, 6759, 6840, 7378, 6530, 7529, 6425, 6832, 8255, 6303, 7548, 6530, 6781, 6818, 6738, 7934, 6211, 6932, 7681, 6370, 7090, 6659, 6662, 7403, 6424, 8247, 6552, 8093, 7449, 6531, 7333, 6350, 6996, 6551, 7037, 7087, 6348, 8310, 6432, 7627, 6512, 6661, 6896, 6517, 7414, 6247, 7485, 6348, 6821, 7288, 6353, 7681, 6576, 7331, 6682, 6620, 7752, 6362, 7233, 6524, 6744, 7810, 6432, 7931, 6395, 6886, 7395, 6208, 7026, 6508, 6872, 6740, 6741, 8446, 6677, 7088, 6908, 6703, 7672, 6521, 7175, 6429, 6854, 7365, 6415, 8034, 6396, 7121, 7005, 6542, 7610, 6373, 7213, 6800, 6848, 7565, 6365, 7305, 6404, 7075, 7700, 6340, 7244, 6849], 'WindowCenter': [3881.0, 3917.0, 3872.0, 3879.0, 3846.0, 3853.0, 3835.0, 3842.0, 3833.0, 3842.0, 3832.0, 3841.0, 3831.0, 3821.0, 3831.0, 3832.0, 3832.0, 3834.0, 3843.0, 3845.0, 3846.0, 3847.0, 3847.0, 3858.0, 3849.0, 3871.0, 3861.0, 3870.0, 3861.0, 3881.0, 3861.0, 3891.0, 3870.0, 3859.0, 3848.0, 3848.0, 3858.0, 3849.0, 3860.0, 3862.0, 3872.0, 3862.0, 3861.0, 3861.0, 3861.0, 3871.0, 3861.0, 3870.0, 3861.0, 3850.0, 3860.0, 3848.0, 3870.0, 3847.0, 3880.0, 3858.0, 3878.0, 3858.0, 3856.0, 3847.0, 3847.0, 3858.0, 3859.0, 3869.0, 3849.0, 3870.0, 3848.0, 3859.0, 3859.0, 3859.0, 3859.0, 3861.0, 3871.0, 3861.0, 3870.0, 3861.0, 3860.0, 3872.0, 3863.0, 3882.0, 3862.0, 3882.0, 3862.0, 3874.0, 3875.0, 3863.0, 3874.0, 3863.0, 3882.0, 3874.0, 3873.0, 3874.0, 3875.0, 3885.0, 3875.0, 3885.0, 3887.0, 3886.0, 3897.0, 3887.0, 3876.0, 3897.0, 3877.0, 3884.0, 3876.0, 3875.0, 3876.0, 3874.0, 3906.0, 3886.0, 3906.0, 3894.0, 3862.0, 3883.0, 3863.0, 3874.0, 3874.0, 3863.0, 3876.0, 3876.0, 3875.0, 3895.0, 3863.0, 3894.0, 3873.0, 3873.0, 3883.0, 3862.0, 3901.0, 3880.0, 3870.0, 3858.0, 3848.0, 3868.0, 3859.0, 3859.0, 3848.0, 3849.0, 3870.0, 3848.0, 3859.0, 3849.0, 3859.0, 3860.0, 3849.0, 3869.0, 3859.0, 3860.0, 3860.0, 3858.0, 3871.0, 3850.0, 3871.0, 3862.0, 3860.0, 3862.0, 3873.0, 3882.0, 3863.0, 3873.0, 3884.0, 3874.0, 3883.0, 3875.0, 3873.0, 3874.0, 3864.0, 3895.0, 3864.0, 3873.0, 3885.0, 3864.0, 3873.0, 3874.0, 3883.0, 3873.0, 3884.0, 3883.0, 3861.0, 3892.0, 3861.0, 3870.0, 3860.0, 3859.0, 3860.0, 3861.0, 3882.0, 3859.0, 3881.0, 3861.0, 3861.0, 3860.0, 3859.0, 3880.0, 3860.0, 3871.0, 3860.0, 3859.0, 3860.0, 3849.0, 3871.0, 3851.0, 3859.0, 3860.0, 3870.0, 3861.0, 3853.0, 3882.0, 3872.0, 3863.0, 3883.0, 3863.0, 3873.0, 3863.0, 3862.0, 3881.0, 3851.0, 3893.0, 3881.0, 3862.0, 3891.0, 3862.0, 3850.0, 3873.0, 3861.0, 3860.0, 3860.0, 3880.0, 3861.0, 3880.0, 3871.0, 3870.0, 3880.0, 3848.0, 3880.0, 3859.0, 3848.0, 3859.0, 3861.0, 3851.0, 3860.0, 3860.0, 3849.0, 3872.0, 3860.0, 3869.0, 3848.0, 3848.0, 3848.0, 3836.0, 3878.0, 3857.0, 3857.0, 3846.0, 3835.0, 3855.0, 3845.0, 3855.0, 3834.0, 3834.0, 3846.0, 3845.0, 3845.0, 3844.0, 3845.0, 3845.0, 3845.0, 3856.0, 3847.0, 3846.0, 3847.0, 3848.0, 3869.0, 3847.0, 3848.0, 3869.0, 3861.0, 3870.0, 3861.0, 3862.0, 3872.0, 3863.0, 3883.0, 3862.0, 3873.0, 3884.0, 3875.0, 3876.0, 3887.0, 3876.0, 3887.0, 3887.0, 3864.0, 3897.0, 3886.0, 3864.0, 3874.0, 3876.0, 3864.0, 3874.0, 3864.0, 3875.0, 3865.0, 3864.0, 3875.0, 3863.0, 3884.0, 3863.0, 3862.0, 3875.0, 3862.0, 3892.0, 3861.0, 3850.0, 3872.0, 3860.0, 3881.0, 3861.0, 3870.0, 3881.0, 3849.0, 3870.0, 3848.0, 3859.0, 3848.0, 3860.0, 3860.0, 3860.0, 3871.0, 3861.0, 3871.0, 3861.0, 3861.0, 3871.0, 3862.0, 3871.0, 3861.0, 3871.0, 3872.0, 3863.0, 3881.0, 3863.0, 3873.0, 3862.0, 3862.0, 3872.0, 3863.0, 3883.0, 3864.0, 3862.0, 3893.0, 3863.0, 3873.0, 3874.0, 3865.0, 3873.0, 3874.0, 3893.0, 3874.0, 3874.0, 3884.0, 3863.0, 3903.0, 3872.0, 3861.0, 3871.0, 3861.0, 3870.0, 3861.0, 3860.0, 3880.0, 3859.0, 3890.0, 3880.0, 3848.0, 3848.0, 3846.0, 3858.0, 3847.0, 3869.0, 3848.0, 3848.0, 3858.0, 3838.0, 3858.0, 3849.0, 3847.0, 3849.0, 3860.0, 3870.0, 3859.0, 3847.0, 3859.0, 3848.0, 3859.0, 3860.0, 3860.0, 3849.0, 3859.0, 3870.0, 3858.0, 3869.0, 3848.0, 3859.0, 3869.0, 3849.0, 3859.0, 3860.0, 3860.0, 3860.0, 3848.0, 3869.0, 3860.0, 3870.0, 3860.0, 3848.0, 3880.0, 3861.0, 3850.0, 3870.0, 3849.0, 3872.0, 3861.0, 3861.0, 3860.0, 3850.0, 3881.0, 3859.0, 3871.0, 3870.0, 3850.0, 3870.0, 3859.0, 3858.0, 3859.0, 3849.0, 3859.0, 3850.0, 3880.0, 3860.0, 3859.0, 3880.0, 3848.0, 3858.0, 3849.0, 3849.0, 3858.0, 3849.0, 3849.0, 3848.0, 3837.0, 3867.0, 3848.0, 3846.0, 3837.0, 3846.0, 3855.0, 3846.0, 3856.0, 3846.0, 3848.0, 3846.0, 3847.0, 3857.0, 3848.0, 3858.0, 3847.0, 3848.0, 3858.0, 3848.0, 3859.0, 3860.0, 3859.0, 3859.0, 3859.0, 3870.0, 3860.0, 3870.0, 3861.0, 3861.0, 3871.0, 3861.0, 3871.0, 3872.0, 3872.0, 3882.0, 3863.0, 3884.0, 3874.0, 3862.0, 3884.0, 3864.0, 3874.0, 3873.0, 3873.0, 3885.0, 3864.0, 3873.0, 3873.0, 3872.0, 3883.0, 3865.0, 3885.0, 3874.0, 3873.0, 3884.0, 3863.0, 3884.0, 3874.0, 3876.0, 3886.0, 3876.0, 3887.0, 3886.0, 3877.0, 3887.0, 3886.0, 3877.0, 3885.0, 3866.0, 3875.0, 3895.0, 3863.0, 3895.0, 3863.0, 3874.0, 3883.0, 3862.0, 3882.0, 3875.0, 3873.0, 3885.0, 3865.0, 3872.0, 3895.0, 3878.0, 3875.0, 3895.0, 3875.0, 3874.0, 3885.0, 3864.0, 3885.0, 3878.0, 3874.0, 3864.0, 3873.0, 3875.0, 3872.0, 3893.0, 3861.0, 3903.0, 3870.0, 3890.0, 3869.0, 3867.0, 3856.0, 3845.0, 3876.0, 3846.0, 3876.0, 3854.0, 3863.0, 3843.0, 3831.0, 3852.0, 3821.0, 3831.0, 3831.0, 3832.0, 3832.0, 3822.0, 3853.0, 3833.0, 3854.0, 3835.0, 3834.0, 3845.0, 3836.0, 3855.0, 3848.0, 3846.0, 3858.0, 3848.0, 3858.0, 3848.0, 3861.0, 3860.0, 3850.0, 3870.0, 3861.0, 3882.0, 3860.0, 3849.0, 3881.0, 3849.0, 3860.0, 3859.0, 3849.0, 3859.0, 3850.0, 3860.0, 3860.0, 3849.0, 3881.0, 3869.0, 3871.0, 3868.0, 3848.0, 3859.0, 3859.0, 3860.0, 3858.0, 3849.0, 3868.0, 3849.0, 3849.0, 3860.0, 3848.0, 3879.0, 3848.0, 3847.0, 3857.0, 3848.0, 3857.0, 3860.0, 3859.0, 3859.0, 3849.0, 3879.0, 3848.0, 3859.0, 3847.0, 3847.0, 3870.0, 3848.0, 3860.0, 3860.0, 3860.0, 3869.0, 3860.0, 3871.0, 3861.0, 3871.0, 3872.0, 3862.0, 3871.0, 3871.0, 3873.0, 3885.0, 3875.0, 3872.0, 3885.0, 3864.0, 3886.0, 3876.0, 3866.0, 3909.0, 3887.0, 3877.0, 3877.0, 3888.0, 3899.0, 3879.0, 3889.0, 3867.0, 3878.0, 3889.0, 3876.0, 3898.0, 3876.0, 3896.0, 3884.0, 3883.0, 3870.0, 3848.0, 3869.0, 3847.0, 3847.0, 3858.0, 3849.0, 3879.0, 3869.0, 3880.0, 3857.0, 3836.0, 3834.0, 3835.0, 3845.0, 3836.0, 3856.0, 3847.0, 3857.0, 3846.0, 3838.0, 3857.0, 3836.0, 3847.0, 3837.0, 3847.0, 3858.0, 3850.0, 3859.0, 3851.0, 3861.0, 3851.0, 3849.0, 3860.0, 3850.0, 3860.0, 3849.0, 3859.0, 3850.0, 3861.0, 3871.0, 3861.0, 3870.0, 3851.0, 3848.0, 3850.0, 3850.0, 3871.0, 3849.0, 3869.0, 3860.0, 3871.0, 3859.0, 3839.0, 3860.0, 3849.0, 3859.0, 3850.0, 3861.0, 3871.0, 3861.0, 3862.0, 3850.0, 3862.0, 3872.0, 3852.0, 3872.0, 3863.0, 3863.0, 3874.0, 3853.0, 3884.0, 3864.0, 3861.0, 3882.0, 3852.0, 3873.0, 3862.0, 3852.0, 3873.0, 3853.0, 3862.0, 3863.0, 3852.0, 3893.0, 3872.0, 3860.0, 3859.0, 3849.0, 3860.0, 3850.0, 3861.0, 3882.0, 3861.0, 3871.0, 3862.0, 3851.0, 3860.0, 3850.0, 3870.0, 3850.0, 3850.0, 3870.0, 3849.0, 3869.0, 3849.0, 3848.0, 3848.0, 3861.0, 3871.0, 3850.0, 3862.0, 3872.0, 3851.0, 3862.0, 3860.0, 3860.0, 3871.0, 3861.0, 3881.0, 3851.0, 3872.0, 3870.0, 3850.0, 3859.0, 3850.0, 3859.0, 3849.0, 3858.0, 3860.0, 3849.0, 3871.0, 3850.0, 3869.0, 3849.0, 3849.0, 3857.0, 3849.0, 3858.0, 3849.0, 3860.0, 3851.0, 3859.0, 3870.0, 3848.0, 3869.0, 3861.0, 3871.0, 3861.0, 3860.0, 3870.0, 3861.0, 3870.0, 3862.0, 3862.0, 3871.0, 3862.0, 3882.0, 3861.0, 3871.0, 3873.0, 3852.0, 3873.0, 3863.0, 3863.0, 3863.0, 3863.0, 3883.0, 3863.0, 3873.0, 3861.0, 3862.0, 3872.0, 3862.0, 3871.0, 3863.0, 3861.0, 3874.0, 3863.0, 3884.0, 3863.0, 3863.0, 3862.0, 3862.0, 3873.0, 3862.0, 3872.0, 3863.0, 3861.0, 3872.0, 3863.0, 3872.0, 3863.0, 3871.0, 3872.0, 3862.0, 3872.0, 3863.0], 'WindowWidth': [8718.0, 8753.0, 8683.0, 8685.0, 8637.0, 8642.0, 8618.0, 8625.0, 8614.0, 8623.0, 8609.0, 8620.0, 8606.0, 8592.0, 8605.0, 8609.0, 8611.0, 8615.0, 8627.0, 8635.0, 8636.0, 8640.0, 8640.0, 8657.0, 8646.0, 8678.0, 8667.0, 8678.0, 8667.0, 8692.0, 8665.0, 8704.0, 8673.0, 8657.0, 8644.0, 8644.0, 8656.0, 8647.0, 8663.0, 8669.0, 8681.0, 8670.0, 8665.0, 8666.0, 8665.0, 8678.0, 8665.0, 8676.0, 8665.0, 8648.0, 8661.0, 8644.0, 8673.0, 8642.0, 8688.0, 8657.0, 8682.0, 8656.0, 8652.0, 8641.0, 8640.0, 8657.0, 8659.0, 8672.0, 8646.0, 8674.0, 8646.0, 8660.0, 8660.0, 8661.0, 8662.0, 8666.0, 8680.0, 8668.0, 8678.0, 8668.0, 8666.0, 8684.0, 8673.0, 8697.0, 8671.0, 8698.0, 8672.0, 8688.0, 8690.0, 8673.0, 8688.0, 8674.0, 8699.0, 8690.0, 8687.0, 8690.0, 8694.0, 8706.0, 8695.0, 8707.0, 8712.0, 8711.0, 8724.0, 8712.0, 8696.0, 8726.0, 8699.0, 8703.0, 8695.0, 8693.0, 8694.0, 8690.0, 8733.0, 8706.0, 8732.0, 8715.0, 8670.0, 8699.0, 8672.0, 8689.0, 8689.0, 8674.0, 8695.0, 8695.0, 8694.0, 8719.0, 8674.0, 8715.0, 8686.0, 8683.0, 8696.0, 8669.0, 8718.0, 8689.0, 8673.0, 8656.0, 8643.0, 8670.0, 8660.0, 8659.0, 8646.0, 8647.0, 8676.0, 8646.0, 8661.0, 8648.0, 8659.0, 8662.0, 8647.0, 8673.0, 8662.0, 8663.0, 8662.0, 8659.0, 8680.0, 8653.0, 8679.0, 8669.0, 8665.0, 8670.0, 8686.0, 8698.0, 8675.0, 8688.0, 8703.0, 8691.0, 8700.0, 8693.0, 8688.0, 8690.0, 8676.0, 8717.0, 8675.0, 8688.0, 8706.0, 8677.0, 8686.0, 8688.0, 8699.0, 8687.0, 8698.0, 8696.0, 8664.0, 8708.0, 8665.0, 8677.0, 8663.0, 8661.0, 8665.0, 8665.0, 8695.0, 8662.0, 8693.0, 8667.0, 8666.0, 8663.0, 8660.0, 8689.0, 8661.0, 8678.0, 8662.0, 8662.0, 8663.0, 8649.0, 8680.0, 8655.0, 8663.0, 8665.0, 8679.0, 8667.0, 8658.0, 8695.0, 8684.0, 8674.0, 8700.0, 8674.0, 8687.0, 8672.0, 8671.0, 8695.0, 8655.0, 8710.0, 8693.0, 8666.0, 8704.0, 8667.0, 8650.0, 8684.0, 8666.0, 8663.0, 8664.0, 8688.0, 8665.0, 8688.0, 8678.0, 8674.0, 8687.0, 8644.0, 8687.0, 8658.0, 8644.0, 8659.0, 8662.0, 8650.0, 8663.0, 8662.0, 8647.0, 8680.0, 8661.0, 8673.0, 8644.0, 8643.0, 8642.0, 8624.0, 8680.0, 8652.0, 8651.0, 8635.0, 8620.0, 8645.0, 8633.0, 8646.0, 8618.0, 8618.0, 8635.0, 8634.0, 8632.0, 8631.0, 8632.0, 8633.0, 8635.0, 8650.0, 8640.0, 8638.0, 8641.0, 8643.0, 8672.0, 8643.0, 8645.0, 8674.0, 8665.0, 8677.0, 8666.0, 8669.0, 8683.0, 8674.0, 8698.0, 8671.0, 8688.0, 8703.0, 8695.0, 8696.0, 8710.0, 8698.0, 8712.0, 8712.0, 8679.0, 8722.0, 8707.0, 8676.0, 8688.0, 8691.0, 8676.0, 8689.0, 8675.0, 8690.0, 8677.0, 8674.0, 8690.0, 8672.0, 8700.0, 8671.0, 8669.0, 8688.0, 8667.0, 8707.0, 8664.0, 8649.0, 8679.0, 8661.0, 8689.0, 8664.0, 8673.0, 8688.0, 8645.0, 8673.0, 8644.0, 8658.0, 8644.0, 8662.0, 8663.0, 8664.0, 8678.0, 8667.0, 8680.0, 8666.0, 8667.0, 8680.0, 8670.0, 8681.0, 8668.0, 8681.0, 8682.0, 8671.0, 8693.0, 8670.0, 8684.0, 8669.0, 8669.0, 8682.0, 8670.0, 8699.0, 8673.0, 8669.0, 8710.0, 8672.0, 8685.0, 8686.0, 8677.0, 8686.0, 8688.0, 8712.0, 8688.0, 8687.0, 8699.0, 8669.0, 8724.0, 8680.0, 8663.0, 8678.0, 8665.0, 8675.0, 8666.0, 8661.0, 8688.0, 8659.0, 8701.0, 8685.0, 8641.0, 8641.0, 8637.0, 8654.0, 8641.0, 8670.0, 8644.0, 8642.0, 8656.0, 8629.0, 8653.0, 8644.0, 8641.0, 8647.0, 8661.0, 8673.0, 8659.0, 8641.0, 8657.0, 8644.0, 8658.0, 8661.0, 8661.0, 8646.0, 8659.0, 8674.0, 8657.0, 8671.0, 8643.0, 8657.0, 8671.0, 8647.0, 8659.0, 8663.0, 8662.0, 8662.0, 8644.0, 8672.0, 8660.0, 8674.0, 8662.0, 8644.0, 8686.0, 8663.0, 8647.0, 8674.0, 8646.0, 8679.0, 8665.0, 8664.0, 8663.0, 8648.0, 8691.0, 8660.0, 8675.0, 8672.0, 8649.0, 8675.0, 8658.0, 8656.0, 8658.0, 8646.0, 8660.0, 8646.0, 8686.0, 8661.0, 8657.0, 8686.0, 8640.0, 8654.0, 8643.0, 8644.0, 8655.0, 8645.0, 8643.0, 8641.0, 8625.0, 8664.0, 8640.0, 8636.0, 8624.0, 8635.0, 8646.0, 8636.0, 8648.0, 8638.0, 8640.0, 8638.0, 8640.0, 8653.0, 8642.0, 8655.0, 8640.0, 8640.0, 8654.0, 8641.0, 8656.0, 8659.0, 8658.0, 8658.0, 8660.0, 8674.0, 8663.0, 8676.0, 8664.0, 8664.0, 8680.0, 8666.0, 8680.0, 8682.0, 8682.0, 8694.0, 8672.0, 8700.0, 8688.0, 8669.0, 8698.0, 8674.0, 8688.0, 8686.0, 8686.0, 8702.0, 8675.0, 8683.0, 8683.0, 8682.0, 8697.0, 8678.0, 8702.0, 8687.0, 8685.0, 8700.0, 8674.0, 8701.0, 8688.0, 8693.0, 8706.0, 8694.0, 8711.0, 8707.0, 8698.0, 8711.0, 8708.0, 8696.0, 8703.0, 8679.0, 8691.0, 8716.0, 8673.0, 8716.0, 8671.0, 8686.0, 8697.0, 8669.0, 8697.0, 8688.0, 8685.0, 8703.0, 8676.0, 8682.0, 8720.0, 8702.0, 8689.0, 8716.0, 8689.0, 8687.0, 8702.0, 8676.0, 8706.0, 8702.0, 8690.0, 8675.0, 8687.0, 8690.0, 8682.0, 8711.0, 8666.0, 8722.0, 8674.0, 8700.0, 8669.0, 8664.0, 8647.0, 8632.0, 8672.0, 8632.0, 8671.0, 8642.0, 8651.0, 8625.0, 8606.0, 8635.0, 8592.0, 8606.0, 8606.0, 8608.0, 8610.0, 8597.0, 8638.0, 8613.0, 8642.0, 8619.0, 8616.0, 8632.0, 8622.0, 8646.0, 8640.0, 8637.0, 8655.0, 8641.0, 8654.0, 8644.0, 8666.0, 8662.0, 8648.0, 8675.0, 8664.0, 8691.0, 8661.0, 8644.0, 8690.0, 8646.0, 8661.0, 8659.0, 8646.0, 8659.0, 8650.0, 8662.0, 8662.0, 8647.0, 8690.0, 8673.0, 8675.0, 8669.0, 8643.0, 8659.0, 8658.0, 8660.0, 8657.0, 8646.0, 8670.0, 8645.0, 8644.0, 8658.0, 8642.0, 8684.0, 8641.0, 8638.0, 8652.0, 8643.0, 8652.0, 8660.0, 8658.0, 8658.0, 8645.0, 8684.0, 8642.0, 8657.0, 8640.0, 8641.0, 8673.0, 8645.0, 8660.0, 8662.0, 8661.0, 8674.0, 8662.0, 8677.0, 8666.0, 8680.0, 8681.0, 8669.0, 8680.0, 8680.0, 8685.0, 8705.0, 8690.0, 8684.0, 8705.0, 8676.0, 8706.0, 8697.0, 8683.0, 8745.0, 8714.0, 8700.0, 8701.0, 8712.0, 8729.0, 8706.0, 8716.0, 8686.0, 8699.0, 8715.0, 8694.0, 8724.0, 8692.0, 8718.0, 8698.0, 8693.0, 8673.0, 8641.0, 8668.0, 8639.0, 8639.0, 8654.0, 8643.0, 8681.0, 8669.0, 8683.0, 8648.0, 8620.0, 8615.0, 8615.0, 8629.0, 8621.0, 8645.0, 8636.0, 8649.0, 8636.0, 8625.0, 8650.0, 8620.0, 8637.0, 8624.0, 8639.0, 8653.0, 8645.0, 8657.0, 8649.0, 8661.0, 8648.0, 8643.0, 8658.0, 8646.0, 8659.0, 8643.0, 8658.0, 8648.0, 8662.0, 8676.0, 8662.0, 8673.0, 8647.0, 8641.0, 8646.0, 8645.0, 8674.0, 8644.0, 8670.0, 8660.0, 8673.0, 8656.0, 8628.0, 8657.0, 8643.0, 8657.0, 8647.0, 8663.0, 8677.0, 8664.0, 8665.0, 8648.0, 8665.0, 8679.0, 8654.0, 8681.0, 8670.0, 8669.0, 8685.0, 8658.0, 8697.0, 8671.0, 8664.0, 8693.0, 8653.0, 8681.0, 8667.0, 8653.0, 8681.0, 8655.0, 8667.0, 8668.0, 8652.0, 8707.0, 8677.0, 8660.0, 8657.0, 8645.0, 8659.0, 8649.0, 8663.0, 8691.0, 8663.0, 8676.0, 8663.0, 8648.0, 8660.0, 8647.0, 8673.0, 8647.0, 8646.0, 8673.0, 8643.0, 8670.0, 8644.0, 8642.0, 8643.0, 8663.0, 8676.0, 8648.0, 8666.0, 8678.0, 8651.0, 8666.0, 8661.0, 8662.0, 8677.0, 8665.0, 8691.0, 8650.0, 8678.0, 8674.0, 8645.0, 8658.0, 8645.0, 8657.0, 8644.0, 8654.0, 8659.0, 8645.0, 8676.0, 8647.0, 8670.0, 8643.0, 8641.0, 8651.0, 8642.0, 8655.0, 8644.0, 8660.0, 8648.0, 8657.0, 8672.0, 8644.0, 8672.0, 8664.0, 8678.0, 8664.0, 8662.0, 8674.0, 8664.0, 8675.0, 8666.0, 8667.0, 8679.0, 8668.0, 8693.0, 8664.0, 8677.0, 8682.0, 8656.0, 8682.0, 8671.0, 8668.0, 8670.0, 8670.0, 8695.0, 8669.0, 8682.0, 8665.0, 8666.0, 8679.0, 8669.0, 8680.0, 8671.0, 8666.0, 8685.0, 8669.0, 8697.0, 8670.0, 8668.0, 8666.0, 8666.0, 8681.0, 8667.0, 8679.0, 8669.0, 8664.0, 8680.0, 8670.0, 8679.0, 8669.0, 8678.0, 8681.0, 8666.0, 8681.0, 8669.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.000443704128440367</td></tr>
<tr><td colspan=3>aqi</td><td>0.01690297626146789</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.79905357995404</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.155466871745122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964485836624584</td></tr>
<tr><td colspan=3>efc</td><td>0.4459</td></tr>
<tr><td colspan=3>fber</td><td>6984.0312</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05275119675772844</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.261467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4010113738882666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3132646721201997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6349991189949074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2547703305496936</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194114</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017162343487143517</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014575649052858353</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8967406637822415</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>31.9823</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.6515</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.9376</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.0573</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.8213</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3154.6999</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.0225</td></tr>
<tr><td colspan=3>tsnr</td><td>47.66017728159204</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>