ds005256-mriqc/sub-0116_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 25db8bca58 [DATALAD RUNCMD] Compute MRIQC for sub-0116
=== 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-0116 --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-0116",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:15:19 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0116_ses-01_task-social_acq-mb8_run-05_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-0116_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-05_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-0116/ses-01/func/sub-0116_ses-01_task-social_acq-mb8_run-05_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>b4d71caed93277dc3bda68fa4baa3593</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:25:50.630000</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.997685, -0.0466459, 0.0494923, 0.0404199, 0.99194, 0.12009]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.101586</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7891, -7232, 471, -150, -385, 237, 106]</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>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8cd23edf-b976-4244-8604-0d1ffea38e9e||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.6767148971557617, 0.1084437146782875, 0.1476767659187317, 106.60015106201172], [0.12514741718769073, 2.661302089691162, 0.3180912137031555, -108.91529846191406], [0.13278426229953766, -0.3221929371356964, 2.6771271228790283, -60.963809967041016], [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': ['182550.630000', '182551.090000', '182551.550000', '182552.010000', '182552.470000', '182552.930000', '182553.390000', '182553.850000', '182554.310000', '182554.770000', '182555.230000', '182555.690000', '182556.150000', '182556.610000', '182557.070000', '182557.530000', '182557.990000', '182558.450000', '182558.910000', '182559.370000', '182559.830000', '182600.290000', '182600.750000', '182601.210000', '182601.670000', '182602.130000', '182602.590000', '182603.050000', '182603.510000', '182603.970000', '182604.430000', '182604.890000', '182605.350000', '182605.810000', '182606.270000', '182606.730000', '182607.190000', '182607.650000', '182608.110000', '182608.570000', '182609.030000', '182609.490000', '182609.950000', '182610.410000', '182610.870000', '182611.330000', '182611.790000', '182612.250000', '182612.710000', '182613.170000', '182613.630000', '182614.090000', '182614.550000', '182615.010000', '182615.470000', '182615.930000', '182616.390000', '182616.850000', '182617.310000', '182617.770000', '182618.230000', '182618.690000', '182619.150000', '182619.610000', '182620.070000', '182620.530000', '182620.990000', '182621.450000', '182621.910000', '182622.370000', '182622.830000', '182623.290000', '182623.750000', '182624.210000', '182624.670000', '182625.130000', '182625.590000', '182626.050000', '182626.510000', '182626.970000', '182627.430000', '182627.890000', '182628.350000', '182628.810000', '182629.270000', '182629.730000', '182630.190000', '182630.650000', '182631.110000', '182631.570000', '182632.030000', '182632.490000', '182632.950000', '182633.410000', '182633.870000', '182634.330000', '182634.790000', '182635.250000', '182635.710000', '182636.170000', '182636.630000', '182637.090000', '182637.550000', '182638.010000', '182638.470000', '182638.930000', '182639.390000', '182639.850000', '182640.310000', '182640.770000', '182641.230000', '182641.690000', '182642.150000', '182642.610000', '182643.070000', '182643.530000', '182643.990000', '182644.450000', '182644.910000', '182645.370000', '182645.830000', '182646.290000', '182646.750000', '182647.210000', '182647.670000', '182648.130000', '182648.590000', '182649.050000', '182649.510000', '182649.970000', '182650.430000', '182650.890000', '182651.350000', '182651.810000', '182652.270000', '182652.730000', '182653.190000', '182653.650000', '182654.110000', '182654.570000', '182655.030000', '182655.490000', '182655.950000', '182656.410000', '182656.870000', '182657.330000', '182657.790000', '182658.250000', '182658.710000', '182659.170000', '182659.630000', '182700.090000', '182700.550000', '182701.010000', '182701.470000', '182701.930000', '182702.390000', '182702.850000', '182703.310000', '182703.770000', '182704.230000', '182704.690000', '182705.150000', '182705.610000', '182706.070000', '182706.530000', '182706.990000', '182707.450000', '182707.910000', '182708.370000', '182708.830000', '182709.290000', '182709.750000', '182710.210000', '182710.670000', '182711.130000', '182711.590000', '182712.050000', '182712.510000', '182712.970000', '182713.430000', '182713.890000', '182714.350000', '182714.810000', '182715.270000', '182715.730000', '182716.190000', '182716.650000', '182717.110000', '182717.570000', '182718.030000', '182718.490000', '182718.950000', '182719.410000', '182719.870000', '182720.330000', '182720.790000', '182721.250000', '182721.710000', '182722.170000', '182722.630000', '182723.090000', '182723.550000', '182724.010000', '182724.470000', '182724.930000', '182725.390000', '182725.850000', '182726.310000', '182726.770000', '182727.230000', '182727.690000', '182728.150000', '182728.610000', '182729.070000', '182729.530000', '182729.990000', '182730.450000', '182730.910000', '182731.370000', '182731.830000', '182732.290000', '182732.750000', '182733.210000', '182733.670000', '182734.130000', '182734.590000', '182735.050000', '182735.510000', '182735.970000', '182736.430000', '182736.890000', '182737.350000', '182737.810000', '182738.270000', '182738.730000', '182739.190000', '182739.650000', '182740.110000', '182740.570000', '182741.030000', '182741.490000', '182741.950000', '182742.410000', '182742.870000', '182743.330000', '182743.790000', '182744.250000', '182744.710000', '182745.170000', '182745.630000', '182746.090000', '182746.550000', '182747.010000', '182747.470000', '182747.930000', '182748.390000', '182748.850000', '182749.310000', '182749.770000', '182750.230000', '182750.690000', '182751.150000', '182751.610000', '182752.070000', '182752.530000', '182752.990000', '182753.450000', '182753.910000', '182754.370000', '182754.830000', '182755.290000', '182755.750000', '182756.210000', '182756.670000', '182757.130000', '182757.590000', '182758.050000', '182758.510000', '182758.970000', '182759.430000', '182759.890000', '182800.350000', '182800.810000', '182801.270000', '182801.730000', '182802.190000', '182802.650000', '182803.110000', '182803.570000', '182804.030000', '182804.490000', '182804.950000', '182805.410000', '182805.870000', '182806.330000', '182806.790000', '182807.250000', '182807.710000', '182808.170000', '182808.630000', '182809.090000', '182809.550000', '182810.010000', '182810.470000', '182810.930000', '182811.390000', '182811.850000', '182812.310000', '182812.770000', '182813.230000', '182813.690000', '182814.150000', '182814.610000', '182815.070000', '182815.530000', '182815.990000', '182816.450000', '182816.910000', '182817.370000', '182817.830000', '182818.290000', '182818.750000', '182819.210000', '182819.670000', '182820.130000', '182820.590000', '182821.050000', '182821.510000', '182821.970000', '182822.430000', '182822.890000', '182823.350000', '182823.810000', '182824.270000', '182824.730000', '182825.190000', '182825.650000', '182826.110000', '182826.570000', '182827.030000', '182827.490000', '182827.950000', '182828.410000', '182828.870000', '182829.330000', '182829.790000', '182830.250000', '182830.710000', '182831.170000', '182831.630000', '182832.090000', '182832.550000', '182833.010000', '182833.470000', '182833.930000', '182834.390000', '182834.850000', '182835.310000', '182835.770000', '182836.230000', '182836.690000', '182837.150000', '182837.610000', '182838.070000', '182838.530000', '182838.990000', '182839.450000', '182839.910000', '182840.370000', '182840.830000', '182841.290000', '182841.750000', '182842.210000', '182842.670000', '182843.130000', '182843.590000', '182844.050000', '182844.510000', '182844.970000', '182845.430000', '182845.890000', '182846.350000', '182846.810000', '182847.270000', '182847.730000', '182848.190000', '182848.650000', '182849.110000', '182849.570000', '182850.030000', '182850.490000', '182850.950000', '182851.410000', '182851.870000', '182852.330000', '182852.790000', '182853.250000', '182853.710000', '182854.170000', '182854.630000', '182855.090000', '182855.550000', '182856.010000', '182856.470000', '182856.930000', '182857.390000', '182857.850000', '182858.310000', '182858.770000', '182859.230000', '182859.690000', '182900.150000', '182900.610000', '182901.070000', '182901.530000', '182901.990000', '182902.450000', '182902.910000', '182903.370000', '182903.830000', '182904.290000', '182904.750000', '182905.210000', '182905.670000', '182906.130000', '182906.590000', '182907.050000', '182907.510000', '182907.970000', '182908.430000', '182908.890000', '182909.350000', '182909.810000', '182910.270000', '182910.730000', '182911.190000', '182911.650000', '182912.110000', '182912.570000', '182913.030000', '182913.490000', '182913.950000', '182914.410000', '182914.870000', '182915.330000', '182915.790000', '182916.250000', '182916.710000', '182917.170000', '182917.630000', '182918.090000', '182918.550000', '182919.010000', '182919.470000', '182919.930000', '182920.390000', '182920.850000', '182921.310000', '182921.770000', '182922.230000', '182922.690000', '182923.150000', '182923.610000', '182924.070000', '182924.530000', '182924.990000', '182925.450000', '182925.910000', '182926.370000', '182926.830000', '182927.290000', '182927.750000', '182928.210000', '182928.670000', '182929.130000', '182929.590000', '182930.050000', '182930.510000', '182930.970000', '182931.430000', '182931.890000', '182932.350000', '182932.810000', '182933.270000', '182933.730000', '182934.190000', '182934.650000', '182935.110000', '182935.570000', '182936.030000', '182936.490000', '182936.950000', '182937.410000', '182937.870000', '182938.330000', '182938.790000', '182939.250000', '182939.710000', '182940.170000', '182940.630000', '182941.090000', '182941.550000', '182942.010000', '182942.470000', '182942.930000', '182943.390000', '182943.850000', '182944.310000', '182944.770000', '182945.230000', '182945.690000', '182946.150000', '182946.610000', '182947.070000', '182947.530000', '182947.990000', '182948.450000', '182948.910000', '182949.370000', '182949.830000', '182950.290000', '182950.750000', '182951.210000', '182951.670000', '182952.130000', '182952.590000', '182953.050000', '182953.510000', '182953.970000', '182954.430000', '182954.890000', '182955.350000', '182955.810000', '182956.270000', '182956.730000', '182957.190000', '182957.650000', '182958.110000', '182958.570000', '182959.030000', '182959.490000', '182959.950000', '183000.410000', '183000.870000', '183001.330000', '183001.790000', '183002.250000', '183002.710000', '183003.170000', '183003.630000', '183004.090000', '183004.550000', '183005.010000', '183005.470000', '183005.930000', '183006.390000', '183006.850000', '183007.310000', '183007.770000', '183008.230000', '183008.690000', '183009.150000', '183009.610000', '183010.070000', '183010.530000', '183010.990000', '183011.450000', '183011.910000', '183012.370000', '183012.830000', '183013.290000', '183013.750000', '183014.210000', '183014.670000', '183015.130000', '183015.590000', '183016.050000', '183016.510000', '183016.970000', '183017.430000', '183017.890000', '183018.350000', '183018.810000', '183019.270000', '183019.730000', '183020.190000', '183020.650000', '183021.110000', '183021.570000', '183022.030000', '183022.490000', '183022.950000', '183023.410000', '183023.870000', '183024.330000', '183024.790000', '183025.250000', '183025.710000', '183026.170000', '183026.630000', '183027.090000', '183027.550000', '183028.010000', '183028.470000', '183028.930000', '183029.390000', '183029.850000', '183030.310000', '183030.770000', '183031.230000', '183031.690000', '183032.150000', '183032.610000', '183033.070000', '183033.530000', '183033.990000', '183034.450000', '183034.910000', '183035.370000', '183035.830000', '183036.290000', '183036.750000', '183037.210000', '183037.670000', '183038.130000', '183038.590000', '183039.050000', '183039.510000', '183039.970000', '183040.430000', '183040.890000', '183041.350000', '183041.810000', '183042.270000', '183042.730000', '183043.190000', '183043.650000', '183044.110000', '183044.570000', '183045.030000', '183045.490000', '183045.950000', '183046.410000', '183046.870000', '183047.330000', '183047.790000', '183048.250000', '183048.710000', '183049.170000', '183049.630000', '183050.090000', '183050.550000', '183051.010000', '183051.470000', '183051.930000', '183052.390000', '183052.850000', '183053.310000', '183053.770000', '183054.230000', '183054.690000', '183055.150000', '183055.610000', '183056.070000', '183056.530000', '183056.990000', '183057.450000', '183057.910000', '183058.370000', '183058.830000', '183059.290000', '183059.750000', '183100.210000', '183100.670000', '183101.130000', '183101.590000', '183102.050000', '183102.510000', '183102.970000', '183103.430000', '183103.890000', '183104.350000', '183104.810000', '183105.270000', '183105.730000', '183106.190000', '183106.650000', '183107.110000', '183107.570000', '183108.030000', '183108.490000', '183108.950000', '183109.410000', '183109.870000', '183110.330000', '183110.790000', '183111.250000', '183111.710000', '183112.170000', '183112.630000', '183113.090000', '183113.550000', '183114.010000', '183114.470000', '183114.930000', '183115.390000', '183115.850000', '183116.310000', '183116.770000', '183117.230000', '183117.690000', '183118.150000', '183118.610000', '183119.070000', '183119.530000', '183119.990000', '183120.450000', '183120.910000', '183121.370000', '183121.830000', '183122.290000', '183122.750000', '183123.210000', '183123.670000', '183124.130000', '183124.590000', '183125.050000', '183125.510000', '183125.970000', '183126.430000', '183126.890000', '183127.350000', '183127.810000', '183128.270000', '183128.730000', '183129.190000', '183129.650000', '183130.110000', '183130.570000', '183131.030000', '183131.490000', '183131.950000', '183132.410000', '183132.870000', '183133.330000', '183133.790000', '183134.250000', '183134.710000', '183135.170000', '183135.630000', '183136.090000', '183136.550000', '183137.010000', '183137.470000', '183137.930000', '183138.390000', '183138.850000', '183139.310000', '183139.770000', '183140.230000', '183140.690000', '183141.150000', '183141.610000', '183142.070000', '183142.530000', '183142.990000', '183143.450000', '183143.910000', '183144.370000', '183144.830000', '183145.290000', '183145.750000', '183146.210000', '183146.670000', '183147.130000', '183147.590000', '183148.050000', '183148.510000', '183148.970000', '183149.430000', '183149.890000', '183150.350000', '183150.810000', '183151.270000', '183151.730000', '183152.190000', '183152.650000', '183153.110000', '183153.570000', '183154.030000', '183154.490000', '183154.950000', '183155.410000', '183155.870000', '183156.330000', '183156.790000', '183157.250000', '183157.710000', '183158.170000', '183158.630000', '183159.090000', '183159.550000', '183200.010000', '183200.470000', '183200.930000', '183201.390000', '183201.850000', '183202.310000', '183202.770000', '183203.230000', '183203.690000', '183204.150000', '183204.610000', '183205.070000', '183205.530000', '183205.990000', '183206.450000', '183206.910000', '183207.370000', '183207.830000', '183208.290000', '183208.750000', '183209.210000', '183209.670000', '183210.130000', '183210.590000', '183211.050000', '183211.510000', '183211.970000', '183212.430000', '183212.890000', '183213.350000', '183213.810000', '183214.270000', '183214.730000', '183215.190000', '183215.650000', '183216.110000', '183216.570000', '183217.030000', '183217.490000', '183217.950000', '183218.410000', '183218.870000', '183219.330000', '183219.790000', '183220.250000', '183220.710000', '183221.170000', '183221.630000', '183222.090000', '183222.550000', '183223.010000', '183223.470000', '183223.930000', '183224.390000', '183224.850000', '183225.310000', '183225.770000', '183226.230000', '183226.690000', '183227.150000', '183227.610000', '183228.070000', '183228.530000', '183228.990000', '183229.450000', '183229.910000', '183230.370000', '183230.830000', '183231.290000'], 'ContentTime': ['182602.940000', '182602.943000', '182602.946000', '182602.955000', '182602.958000', '182602.960000', '182602.963000', '182602.965000', '182602.973000', '182602.975000', '182602.978000', '182602.981000', '182602.983000', '182602.990000', '182602.993000', '182602.996000', '182602.998000', '182603.002000', '182603.004000', '182603.007000', '182603.009000', '182603.012000', '182603.014000', '182603.017000', '182603.019000', '182622.879000', '182622.882000', '182622.885000', '182622.913000', '182622.916000', '182622.919000', '182622.921000', '182622.924000', '182622.926000', '182622.929000', '182622.931000', '182622.934000', '182622.936000', '182622.940000', '182622.943000', '182622.946000', '182622.948000', '182622.951000', '182622.954000', '182622.956000', '182622.959000', '182622.961000', '182622.964000', '182622.966000', '182622.969000', '182622.971000', '182622.974000', '182622.976000', '182622.979000', '182622.982000', '182622.984000', '182622.991000', '182622.993000', '182622.996000', '182623.000000', '182623.002000', '182623.005000', '182623.007000', '182623.010000', '182623.012000', '182623.015000', '182623.017000', '182623.020000', '182642.880000', '182642.891000', '182642.894000', '182642.896000', '182642.899000', '182642.901000', '182642.904000', '182642.907000', '182642.909000', '182642.912000', '182642.914000', '182642.917000', '182642.919000', '182642.922000', '182642.924000', '182642.927000', '182642.930000', '182642.932000', '182642.935000', '182642.937000', '182642.940000', '182642.942000', '182642.945000', '182642.947000', '182642.950000', '182642.952000', '182642.955000', '182642.957000', '182642.960000', '182642.963000', '182642.965000', '182642.968000', '182642.970000', '182642.973000', '182642.975000', '182642.978000', '182642.980000', '182642.983000', '182642.986000', '182642.988000', '182642.991000', '182642.993000', '182642.996000', '182642.998000', '182702.879000', '182702.882000', '182702.885000', '182702.887000', '182702.890000', '182702.893000', '182702.895000', '182702.898000', '182702.900000', '182702.903000', '182702.906000', '182702.908000', '182702.911000', '182702.913000', '182702.916000', '182702.919000', '182702.921000', '182702.924000', '182702.926000', '182702.929000', '182702.931000', '182702.934000', '182702.937000', '182702.939000', '182702.942000', '182702.944000', '182702.947000', '182702.949000', '182702.952000', '182702.955000', '182702.957000', '182702.960000', '182702.962000', '182702.965000', '182702.968000', '182702.970000', '182702.973000', '182702.975000', '182702.978000', '182702.981000', '182702.983000', '182702.986000', '182702.989000', '182702.991000', '182722.879000', '182722.882000', '182722.885000', '182722.888000', '182722.890000', '182722.893000', '182722.895000', '182722.898000', '182722.900000', '182722.903000', '182722.906000', '182722.908000', '182722.911000', '182722.913000', '182722.916000', '182722.918000', '182722.921000', '182722.924000', '182722.926000', '182722.929000', '182722.931000', '182722.934000', '182722.936000', '182722.939000', '182722.941000', '182722.944000', '182722.947000', '182722.949000', '182722.952000', '182722.954000', '182722.957000', '182722.959000', '182722.962000', '182722.964000', '182722.967000', '182722.970000', '182722.972000', '182722.975000', '182722.977000', '182722.980000', '182722.982000', '182722.985000', '182722.987000', '182742.880000', '182742.883000', '182742.886000', '182742.889000', '182742.891000', '182742.894000', '182742.896000', '182742.899000', '182742.901000', '182742.904000', '182742.907000', '182742.909000', '182742.912000', '182742.914000', '182742.917000', '182742.920000', '182742.922000', '182742.925000', '182742.927000', '182742.930000', '182742.932000', '182742.935000', '182742.938000', '182742.940000', '182742.943000', '182742.945000', '182742.948000', '182742.951000', '182742.953000', '182742.956000', '182742.958000', '182742.961000', '182742.963000', '182742.966000', '182742.969000', '182742.971000', '182742.974000', '182742.976000', '182742.979000', '182742.981000', '182742.984000', '182742.987000', '182742.989000', '182742.992000', '182802.880000', '182802.883000', '182802.886000', '182802.889000', '182802.891000', '182802.894000', '182802.896000', '182802.899000', '182802.901000', '182802.904000', '182802.907000', '182802.909000', '182802.912000', '182802.915000', '182802.917000', '182802.920000', '182802.923000', '182802.925000', '182802.928000', '182802.930000', '182802.933000', '182802.936000', '182802.938000', '182802.941000', '182802.943000', '182802.946000', '182802.949000', '182802.951000', '182802.954000', '182802.956000', '182802.959000', '182802.961000', '182802.964000', '182802.967000', '182802.969000', '182802.972000', '182802.974000', '182802.977000', '182802.979000', '182802.982000', '182802.985000', '182802.987000', '182802.990000', '182822.879000', '182822.882000', '182822.886000', '182822.889000', '182822.892000', '182822.895000', '182822.898000', '182822.900000', '182822.903000', '182822.906000', '182822.908000', '182822.911000', '182822.913000', '182822.916000', '182822.919000', '182822.921000', '182822.924000', '182822.926000', '182822.929000', '182822.932000', '182822.934000', '182822.937000', '182822.939000', '182822.942000', '182822.944000', '182822.947000', '182822.950000', '182822.952000', '182822.955000', '182822.957000', '182822.960000', '182822.963000', '182822.965000', '182822.968000', '182822.970000', '182822.973000', '182822.975000', '182822.978000', '182822.980000', '182822.983000', '182822.986000', '182822.988000', '182822.991000', '182842.880000', '182842.882000', '182842.885000', '182842.887000', '182842.890000', '182842.893000', '182842.895000', '182842.898000', '182842.900000', '182842.903000', '182842.906000', '182842.908000', '182842.911000', '182842.913000', '182842.916000', '182842.918000', '182842.921000', '182842.924000', '182842.926000', '182842.929000', '182842.932000', '182842.934000', '182842.937000', '182842.939000', '182842.942000', '182842.944000', '182842.947000', '182842.950000', '182842.952000', '182842.955000', '182842.957000', '182842.960000', '182842.962000', '182842.965000', '182842.968000', '182842.970000', '182842.973000', '182842.975000', '182842.978000', '182842.980000', '182842.983000', '182842.986000', '182842.988000', '182842.991000', '182902.879000', '182902.883000', '182902.885000', '182902.888000', '182902.890000', '182902.893000', '182902.896000', '182902.898000', '182902.901000', '182902.903000', '182902.906000', '182902.909000', '182902.911000', '182902.914000', '182902.916000', '182902.919000', '182902.921000', '182902.924000', '182902.927000', '182902.929000', '182902.932000', '182902.934000', '182902.937000', '182902.940000', '182902.942000', '182902.945000', '182902.947000', '182902.950000', '182902.953000', '182902.955000', '182902.958000', '182902.960000', '182902.963000', '182902.965000', '182902.968000', '182902.971000', '182902.973000', '182902.976000', '182902.978000', '182902.981000', '182902.983000', '182902.986000', '182902.989000', '182922.879000', '182922.882000', '182922.885000', '182922.887000', '182922.890000', '182922.893000', '182922.895000', '182922.898000', '182922.900000', '182922.903000', '182922.906000', '182922.908000', '182922.911000', '182922.913000', '182922.916000', '182922.918000', '182922.921000', '182922.924000', '182922.926000', '182922.929000', '182922.931000', '182922.934000', '182922.936000', '182922.939000', '182922.942000', '182922.944000', '182922.947000', '182922.949000', '182922.952000', '182922.954000', '182922.957000', '182922.960000', '182922.962000', '182922.965000', '182922.967000', '182922.970000', '182922.973000', '182922.975000', '182922.978000', '182922.980000', '182922.983000', '182922.985000', '182922.988000', '182922.991000', '182942.880000', '182942.882000', '182942.885000', '182942.888000', '182942.890000', '182942.893000', '182942.895000', '182942.898000', '182942.901000', '182942.904000', '182942.906000', '182942.909000', '182942.912000', '182942.915000', '182942.917000', '182942.920000', '182942.922000', '182942.926000', '182942.929000', '182942.931000', '182942.934000', '182942.936000', '182942.939000', '182942.942000', '182942.944000', '182942.947000', '182942.949000', '182942.952000', '182942.955000', '182942.957000', '182942.960000', '182942.963000', '182942.965000', '182942.968000', '182942.970000', '182942.973000', '182943.020000', '182943.023000', '182943.025000', '182943.028000', '182943.030000', '182943.033000', '182943.035000', '183002.880000', '183002.883000', '183002.886000', '183002.888000', '183002.891000', '183002.894000', '183002.896000', '183002.899000', '183002.902000', '183002.904000', '183002.907000', '183002.909000', '183002.912000', '183002.914000', '183002.917000', '183002.920000', '183002.922000', '183002.925000', '183002.927000', '183002.930000', '183002.932000', '183002.935000', '183002.938000', '183002.940000', '183002.943000', '183002.945000', '183002.948000', '183002.950000', '183002.953000', '183002.956000', '183002.958000', '183002.961000', '183002.963000', '183002.966000', '183002.968000', '183002.971000', '183002.974000', '183002.976000', '183002.979000', '183002.981000', '183002.984000', '183002.987000', '183002.990000', '183002.992000', '183022.880000', '183022.883000', '183022.886000', '183022.889000', '183022.891000', '183022.894000', '183022.896000', '183022.899000', '183022.902000', '183022.904000', '183022.907000', '183022.909000', '183022.912000', '183022.915000', '183022.917000', '183022.920000', '183022.922000', '183022.925000', '183022.927000', '183022.931000', '183022.934000', '183022.937000', '183022.939000', '183022.942000', '183022.945000', '183022.947000', '183022.950000', '183022.952000', '183022.955000', '183022.958000', '183022.960000', '183022.963000', '183022.965000', '183022.968000', '183022.971000', '183022.973000', '183022.976000', '183022.978000', '183022.981000', '183022.984000', '183022.986000', '183022.989000', '183022.991000', '183042.879000', '183042.882000', '183042.885000', '183042.888000', '183042.890000', '183042.893000', '183042.895000', '183042.898000', '183042.901000', '183042.903000', '183042.906000', '183042.908000', '183042.911000', '183042.913000', '183042.916000', '183042.919000', '183042.921000', '183042.924000', '183042.926000', '183042.929000', '183042.932000', '183042.934000', '183042.937000', '183042.939000', '183042.942000', '183042.944000', '183042.947000', '183042.950000', '183042.952000', '183042.955000', '183042.957000', '183042.960000', '183042.962000', '183042.965000', '183042.968000', '183042.970000', '183042.973000', '183042.976000', '183042.978000', '183042.981000', '183042.983000', '183042.986000', '183042.988000', '183042.991000', '183102.879000', '183102.882000', '183102.885000', '183102.887000', '183102.890000', '183102.893000', '183102.895000', '183102.898000', '183102.901000', '183102.903000', '183102.906000', '183102.908000', '183102.911000', '183102.914000', '183102.916000', '183102.919000', '183102.921000', '183102.924000', '183102.927000', '183102.929000', '183102.932000', '183102.934000', '183102.937000', '183102.941000', '183102.944000', '183102.946000', '183102.949000', '183102.952000', '183102.954000', '183102.957000', '183102.959000', '183102.962000', '183102.965000', '183102.968000', '183102.971000', '183102.973000', '183102.976000', '183102.978000', '183102.981000', '183102.984000', '183102.986000', '183102.989000', '183102.991000', '183122.879000', '183122.882000', '183122.885000', '183122.896000', '183122.898000', '183122.901000', '183122.903000', '183122.906000', '183122.908000', '183122.911000', '183122.914000', '183122.916000', '183122.919000', '183122.921000', '183122.924000', '183122.926000', '183122.929000', '183122.932000', '183122.934000', '183122.937000', '183122.939000', '183122.942000', '183122.945000', '183122.947000', '183122.950000', '183122.952000', '183122.955000', '183122.957000', '183122.960000', '183122.963000', '183122.965000', '183122.968000', '183122.970000', '183122.973000', '183122.976000', '183122.978000', '183122.981000', '183122.983000', '183122.986000', '183122.988000', '183122.991000', '183122.994000', '183122.996000', '183123.000000', '183142.880000', '183142.883000', '183142.885000', '183142.888000', '183142.891000', '183142.893000', '183142.896000', '183142.900000', '183142.903000', '183142.905000', '183142.908000', '183142.911000', '183142.913000', '183142.916000', '183142.918000', '183142.921000', '183142.924000', '183142.926000', '183142.929000', '183142.931000', '183142.934000', '183142.936000', '183142.939000', '183142.942000', '183142.944000', '183142.947000', '183142.949000', '183142.954000', '183142.956000', '183142.959000', '183142.962000', '183142.964000', '183142.967000', '183142.970000', '183142.972000', '183142.975000', '183142.977000', '183142.980000', '183142.983000', '183142.985000', '183142.988000', '183142.990000', '183142.993000', '183202.879000', '183202.882000', '183202.885000', '183202.887000', '183202.890000', '183202.893000', '183202.895000', '183202.898000', '183202.901000', '183202.903000', '183202.906000', '183202.908000', '183202.911000', '183202.913000', '183202.916000', '183202.919000', '183202.921000', '183202.924000', '183202.926000', '183202.929000', '183202.932000', '183202.934000', '183202.937000', '183202.939000', '183202.942000', '183202.944000', '183202.947000', '183202.949000', '183202.952000', '183202.955000', '183202.957000', '183202.960000', '183202.962000', '183202.965000', '183202.968000', '183202.970000', '183202.973000', '183202.975000', '183202.978000', '183202.980000', '183202.983000', '183202.986000', '183202.988000', '183202.991000', '183222.881000', '183222.884000', '183222.886000', '183222.889000', '183222.892000', '183222.894000', '183222.897000', '183222.899000', '183222.902000', '183222.905000', '183222.907000', '183222.910000', '183222.912000', '183222.915000', '183222.918000', '183222.920000', '183222.923000', '183222.926000', '183222.928000', '183222.931000', '183222.933000', '183222.936000', '183222.938000', '183222.941000', '183222.944000', '183222.946000', '183222.949000', '183222.951000', '183222.954000', '183222.957000', '183222.959000', '183222.962000', '183222.964000', '183222.967000', '183222.969000', '183222.972000', '183222.975000', '183222.977000', '183222.980000', '183222.983000', '183222.986000', '183222.989000', '183222.992000', '183232.160000', '183232.163000', '183232.166000', '183232.169000', '183232.171000', '183232.174000', '183232.176000', '183232.179000', '183232.182000', '183232.184000', '183232.187000', '183232.189000', '183232.192000', '183232.195000', '183232.197000', '183232.200000', '183232.203000', '183232.206000', '183232.209000', '183232.212000', '183232.214000'], 'InstanceCreationTime': ['182602.940000', '182602.943000', '182602.946000', '182602.955000', '182602.958000', '182602.960000', '182602.963000', '182602.965000', '182602.973000', '182602.975000', '182602.978000', '182602.981000', '182602.983000', '182602.990000', '182602.993000', '182602.996000', '182602.998000', '182603.002000', '182603.004000', '182603.007000', '182603.009000', '182603.012000', '182603.014000', '182603.017000', '182603.019000', '182622.879000', '182622.882000', '182622.885000', '182622.913000', '182622.916000', '182622.919000', '182622.921000', '182622.924000', '182622.926000', '182622.929000', '182622.931000', '182622.934000', '182622.936000', '182622.940000', '182622.943000', '182622.946000', '182622.948000', '182622.951000', '182622.954000', '182622.956000', '182622.959000', '182622.961000', '182622.964000', '182622.966000', '182622.969000', '182622.971000', '182622.974000', '182622.976000', '182622.979000', '182622.982000', '182622.984000', '182622.991000', '182622.993000', '182622.996000', '182623.000000', '182623.002000', '182623.005000', '182623.007000', '182623.010000', '182623.012000', '182623.015000', '182623.017000', '182623.020000', '182642.880000', '182642.891000', '182642.894000', '182642.896000', '182642.899000', '182642.901000', '182642.904000', '182642.907000', '182642.909000', '182642.912000', '182642.914000', '182642.917000', '182642.919000', '182642.922000', '182642.924000', '182642.927000', '182642.930000', '182642.932000', '182642.935000', '182642.937000', '182642.940000', '182642.942000', '182642.945000', '182642.947000', '182642.950000', '182642.952000', '182642.955000', '182642.957000', '182642.960000', '182642.963000', '182642.965000', '182642.968000', '182642.970000', '182642.973000', '182642.975000', '182642.978000', '182642.980000', '182642.983000', '182642.986000', '182642.988000', '182642.991000', '182642.993000', '182642.996000', '182642.998000', '182702.879000', '182702.882000', '182702.885000', '182702.887000', '182702.890000', '182702.893000', '182702.895000', '182702.898000', '182702.900000', '182702.903000', '182702.906000', '182702.908000', '182702.911000', '182702.913000', '182702.916000', '182702.919000', '182702.921000', '182702.924000', '182702.926000', '182702.929000', '182702.931000', '182702.934000', '182702.937000', '182702.939000', '182702.942000', '182702.944000', '182702.947000', '182702.949000', '182702.952000', '182702.955000', '182702.957000', '182702.960000', '182702.962000', '182702.965000', '182702.968000', '182702.970000', '182702.973000', '182702.975000', '182702.978000', '182702.981000', '182702.983000', '182702.986000', '182702.989000', '182702.991000', '182722.879000', '182722.882000', '182722.885000', '182722.888000', '182722.890000', '182722.893000', '182722.895000', '182722.898000', '182722.900000', '182722.903000', '182722.906000', '182722.908000', '182722.911000', '182722.913000', '182722.916000', '182722.918000', '182722.921000', '182722.924000', '182722.926000', '182722.929000', '182722.931000', '182722.934000', '182722.936000', '182722.939000', '182722.941000', '182722.944000', '182722.947000', '182722.949000', '182722.952000', '182722.954000', '182722.957000', '182722.959000', '182722.962000', '182722.964000', '182722.967000', '182722.970000', '182722.972000', '182722.975000', '182722.977000', '182722.980000', '182722.982000', '182722.985000', '182722.987000', '182742.880000', '182742.883000', '182742.886000', '182742.889000', '182742.891000', '182742.894000', '182742.896000', '182742.899000', '182742.901000', '182742.904000', '182742.907000', '182742.909000', '182742.912000', '182742.914000', '182742.917000', '182742.920000', '182742.922000', '182742.925000', '182742.927000', '182742.930000', '182742.932000', '182742.935000', '182742.938000', '182742.940000', '182742.943000', '182742.945000', '182742.948000', '182742.951000', '182742.953000', '182742.956000', '182742.958000', '182742.961000', '182742.963000', '182742.966000', '182742.969000', '182742.971000', '182742.974000', '182742.976000', '182742.979000', '182742.981000', '182742.984000', '182742.987000', '182742.989000', '182742.992000', '182802.880000', '182802.883000', '182802.886000', '182802.889000', '182802.891000', '182802.894000', '182802.896000', '182802.899000', '182802.901000', '182802.904000', '182802.907000', '182802.909000', '182802.912000', '182802.915000', '182802.917000', '182802.920000', '182802.923000', '182802.925000', '182802.928000', '182802.930000', '182802.933000', '182802.936000', '182802.938000', '182802.941000', '182802.943000', '182802.946000', '182802.949000', '182802.951000', '182802.954000', '182802.956000', '182802.959000', '182802.961000', '182802.964000', '182802.967000', '182802.969000', '182802.972000', '182802.974000', '182802.977000', '182802.979000', '182802.982000', '182802.985000', '182802.987000', '182802.990000', '182822.879000', '182822.882000', '182822.886000', '182822.889000', '182822.892000', '182822.895000', '182822.898000', '182822.900000', '182822.903000', '182822.906000', '182822.908000', '182822.911000', '182822.913000', '182822.916000', '182822.919000', '182822.921000', '182822.924000', '182822.926000', '182822.929000', '182822.932000', '182822.934000', '182822.937000', '182822.939000', '182822.942000', '182822.944000', '182822.947000', '182822.950000', '182822.952000', '182822.955000', '182822.957000', '182822.960000', '182822.963000', '182822.965000', '182822.968000', '182822.970000', '182822.973000', '182822.975000', '182822.978000', '182822.980000', '182822.983000', '182822.986000', '182822.988000', '182822.991000', '182842.880000', '182842.882000', '182842.885000', '182842.887000', '182842.890000', '182842.893000', '182842.895000', '182842.898000', '182842.900000', '182842.903000', '182842.906000', '182842.908000', '182842.911000', '182842.913000', '182842.916000', '182842.918000', '182842.921000', '182842.924000', '182842.926000', '182842.929000', '182842.932000', '182842.934000', '182842.937000', '182842.939000', '182842.942000', '182842.944000', '182842.947000', '182842.950000', '182842.952000', '182842.955000', '182842.957000', '182842.960000', '182842.962000', '182842.965000', '182842.968000', '182842.970000', '182842.973000', '182842.975000', '182842.978000', '182842.980000', '182842.983000', '182842.986000', '182842.988000', '182842.991000', '182902.879000', '182902.883000', '182902.885000', '182902.888000', '182902.890000', '182902.893000', '182902.896000', '182902.898000', '182902.901000', '182902.903000', '182902.906000', '182902.909000', '182902.911000', '182902.914000', '182902.916000', '182902.919000', '182902.921000', '182902.924000', '182902.927000', '182902.929000', '182902.932000', '182902.934000', '182902.937000', '182902.940000', '182902.942000', '182902.945000', '182902.947000', '182902.950000', '182902.953000', '182902.955000', '182902.958000', '182902.960000', '182902.963000', '182902.965000', '182902.968000', '182902.971000', '182902.973000', '182902.976000', '182902.978000', '182902.981000', '182902.983000', '182902.986000', '182902.989000', '182922.879000', '182922.882000', '182922.885000', '182922.887000', '182922.890000', '182922.893000', '182922.895000', '182922.898000', '182922.900000', '182922.903000', '182922.906000', '182922.908000', '182922.911000', '182922.913000', '182922.916000', '182922.918000', '182922.921000', '182922.924000', '182922.926000', '182922.929000', '182922.931000', '182922.934000', '182922.936000', '182922.939000', '182922.942000', '182922.944000', '182922.947000', '182922.949000', '182922.952000', '182922.954000', '182922.957000', '182922.960000', '182922.962000', '182922.965000', '182922.967000', '182922.970000', '182922.973000', '182922.975000', '182922.978000', '182922.980000', '182922.983000', '182922.985000', '182922.988000', '182922.991000', '182942.880000', '182942.882000', '182942.885000', '182942.888000', '182942.890000', '182942.893000', '182942.895000', '182942.898000', '182942.901000', '182942.904000', '182942.906000', '182942.909000', '182942.912000', '182942.915000', '182942.917000', '182942.920000', '182942.922000', '182942.926000', '182942.929000', '182942.931000', '182942.934000', '182942.936000', '182942.939000', '182942.942000', '182942.944000', '182942.947000', '182942.949000', '182942.952000', '182942.955000', '182942.957000', '182942.960000', '182942.963000', '182942.965000', '182942.968000', '182942.970000', '182942.973000', '182943.020000', '182943.023000', '182943.025000', '182943.028000', '182943.030000', '182943.033000', '182943.035000', '183002.880000', '183002.883000', '183002.886000', '183002.888000', '183002.891000', '183002.894000', '183002.896000', '183002.899000', '183002.902000', '183002.904000', '183002.907000', '183002.909000', '183002.912000', '183002.914000', '183002.917000', '183002.920000', '183002.922000', '183002.925000', '183002.927000', '183002.930000', '183002.932000', '183002.935000', '183002.938000', '183002.940000', '183002.943000', '183002.945000', '183002.948000', '183002.950000', '183002.953000', '183002.956000', '183002.958000', '183002.961000', '183002.963000', '183002.966000', '183002.968000', '183002.971000', '183002.974000', '183002.976000', '183002.979000', '183002.981000', '183002.984000', '183002.987000', '183002.990000', '183002.992000', '183022.880000', '183022.883000', '183022.886000', '183022.889000', '183022.891000', '183022.894000', '183022.896000', '183022.899000', '183022.902000', '183022.904000', '183022.907000', '183022.909000', '183022.912000', '183022.915000', '183022.917000', '183022.920000', '183022.922000', '183022.925000', '183022.927000', '183022.931000', '183022.934000', '183022.937000', '183022.939000', '183022.942000', '183022.945000', '183022.947000', '183022.950000', '183022.952000', '183022.955000', '183022.958000', '183022.960000', '183022.963000', '183022.965000', '183022.968000', '183022.971000', '183022.973000', '183022.976000', '183022.978000', '183022.981000', '183022.984000', '183022.986000', '183022.989000', '183022.991000', '183042.879000', '183042.882000', '183042.885000', '183042.888000', '183042.890000', '183042.893000', '183042.895000', '183042.898000', '183042.901000', '183042.903000', '183042.906000', '183042.908000', '183042.911000', '183042.913000', '183042.916000', '183042.919000', '183042.921000', '183042.924000', '183042.926000', '183042.929000', '183042.932000', '183042.934000', '183042.937000', '183042.939000', '183042.942000', '183042.944000', '183042.947000', '183042.950000', '183042.952000', '183042.955000', '183042.957000', '183042.960000', '183042.962000', '183042.965000', '183042.968000', '183042.970000', '183042.973000', '183042.976000', '183042.978000', '183042.981000', '183042.983000', '183042.986000', '183042.988000', '183042.991000', '183102.879000', '183102.882000', '183102.885000', '183102.887000', '183102.890000', '183102.893000', '183102.895000', '183102.898000', '183102.901000', '183102.903000', '183102.906000', '183102.908000', '183102.911000', '183102.914000', '183102.916000', '183102.919000', '183102.921000', '183102.924000', '183102.927000', '183102.929000', '183102.932000', '183102.934000', '183102.937000', '183102.941000', '183102.944000', '183102.946000', '183102.949000', '183102.952000', '183102.954000', '183102.957000', '183102.959000', '183102.962000', '183102.965000', '183102.968000', '183102.971000', '183102.973000', '183102.976000', '183102.978000', '183102.981000', '183102.984000', '183102.986000', '183102.989000', '183102.991000', '183122.879000', '183122.882000', '183122.885000', '183122.896000', '183122.898000', '183122.901000', '183122.903000', '183122.906000', '183122.908000', '183122.911000', '183122.914000', '183122.916000', '183122.919000', '183122.921000', '183122.924000', '183122.926000', '183122.929000', '183122.932000', '183122.934000', '183122.937000', '183122.939000', '183122.942000', '183122.945000', '183122.947000', '183122.950000', '183122.952000', '183122.955000', '183122.957000', '183122.960000', '183122.963000', '183122.965000', '183122.968000', '183122.970000', '183122.973000', '183122.976000', '183122.978000', '183122.981000', '183122.983000', '183122.986000', '183122.988000', '183122.991000', '183122.994000', '183122.996000', '183123.000000', '183142.880000', '183142.883000', '183142.885000', '183142.888000', '183142.891000', '183142.893000', '183142.896000', '183142.900000', '183142.903000', '183142.905000', '183142.908000', '183142.911000', '183142.913000', '183142.916000', '183142.918000', '183142.921000', '183142.924000', '183142.926000', '183142.929000', '183142.931000', '183142.934000', '183142.936000', '183142.939000', '183142.942000', '183142.944000', '183142.947000', '183142.949000', '183142.954000', '183142.956000', '183142.959000', '183142.962000', '183142.964000', '183142.967000', '183142.970000', '183142.972000', '183142.975000', '183142.977000', '183142.980000', '183142.983000', '183142.985000', '183142.988000', '183142.990000', '183142.993000', '183202.879000', '183202.882000', '183202.885000', '183202.887000', '183202.890000', '183202.893000', '183202.895000', '183202.898000', '183202.901000', '183202.903000', '183202.906000', '183202.908000', '183202.911000', '183202.913000', '183202.916000', '183202.919000', '183202.921000', '183202.924000', '183202.926000', '183202.929000', '183202.932000', '183202.934000', '183202.937000', '183202.939000', '183202.942000', '183202.944000', '183202.947000', '183202.949000', '183202.952000', '183202.955000', '183202.957000', '183202.960000', '183202.962000', '183202.965000', '183202.968000', '183202.970000', '183202.973000', '183202.975000', '183202.978000', '183202.980000', '183202.983000', '183202.986000', '183202.988000', '183202.991000', '183222.881000', '183222.884000', '183222.886000', '183222.889000', '183222.892000', '183222.894000', '183222.897000', '183222.899000', '183222.902000', '183222.905000', '183222.907000', '183222.910000', '183222.912000', '183222.915000', '183222.918000', '183222.920000', '183222.923000', '183222.926000', '183222.928000', '183222.931000', '183222.933000', '183222.936000', '183222.938000', '183222.941000', '183222.944000', '183222.946000', '183222.949000', '183222.951000', '183222.954000', '183222.957000', '183222.959000', '183222.962000', '183222.964000', '183222.967000', '183222.969000', '183222.972000', '183222.975000', '183222.977000', '183222.980000', '183222.983000', '183222.986000', '183222.989000', '183222.992000', '183232.160000', '183232.163000', '183232.166000', '183232.169000', '183232.171000', '183232.174000', '183232.176000', '183232.179000', '183232.182000', '183232.184000', '183232.187000', '183232.189000', '183232.192000', '183232.195000', '183232.197000', '183232.200000', '183232.203000', '183232.206000', '183232.209000', '183232.212000', '183232.214000'], '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': [10627, 8189, 11224, 16669, 11991, 11001, 8096, 7998, 10780, 7696, 10155, 7437, 7905, 7747, 8002, 8303, 7970, 14164, 7579, 12331, 7507, 9385, 8884, 7588, 7597, 7566, 7561, 7971, 12045, 7920, 8897, 7804, 8355, 8668, 8220, 11034, 7678, 14368, 7594, 10177, 9707, 7488, 8798, 8232, 11965, 7916, 8226, 12674, 7577, 9581, 8826, 8120, 11417, 9800, 7919, 15342, 7489, 8844, 11458, 7501, 10901, 8969, 7868, 12209, 9164, 8253, 10752, 7758, 11593, 8337, 7803, 14679, 7220, 9742, 8721, 7695, 11446, 9888, 7834, 12603, 7416, 10349, 11045, 7476, 11290, 9523, 7907, 10654, 7374, 10494, 9274, 7285, 8144, 7798, 12382, 9100, 7763, 10750, 8595, 10553, 7332, 12736, 7810, 8900, 8119, 12116, 7734, 11726, 12995, 7944, 9117, 7192, 8099, 7865, 13325, 9922, 8043, 8611, 7988, 11454, 7460, 10422, 8479, 8614, 7575, 8058, 11940, 7894, 8971, 7362, 7493, 7955, 9536, 7880, 13016, 9366, 10489, 7764, 7880, 14439, 7680, 10241, 7866, 9195, 8240, 8196, 9459, 7992, 10609, 7862, 11110, 7556, 8767, 8629, 7828, 9350, 7972, 11970, 8903, 8242, 10322, 7924, 14161, 7200, 9398, 9375, 7598, 9019, 7387, 7772, 7869, 8516, 7907, 12937, 9079, 9518, 8479, 8189, 10916, 7620, 9712, 7200, 9259, 9162, 7851, 14939, 7329, 12705, 7305, 9022, 7672, 10104, 7356, 11207, 8687, 8672, 12629, 7528, 10938, 8396, 8518, 10531, 7793, 12085, 7188, 9893, 7103, 8054, 9949, 7760, 9004, 7931, 11548, 8986, 8164, 7902, 7392, 7562, 7847, 14202, 7486, 9871, 7394, 9294, 9797, 8281, 14608, 7765, 12734, 7765, 9670, 7282, 8789, 7824, 9284, 8344, 7933, 12487, 8341, 9137, 7487, 8763, 10639, 7832, 13592, 8087, 8895, 7790, 8562, 7775, 7376, 12803, 7934, 12687, 8871, 7886, 7646, 7251, 8699, 14606, 7496, 10498, 8336, 7766, 7651, 7668, 7893, 7882, 12295, 8425, 12137, 7259, 8862, 9230, 7610, 12106, 16125, 9367, 13338, 7970, 8778, 7544, 7572, 11755, 7588, 8646, 7292, 8616, 6983, 7671, 7142, 8685, 7546, 9094, 7365, 10467, 9269, 8048, 12380, 7489, 9759, 7350, 8241, 8898, 7825, 11181, 7563, 9148, 7503, 8074, 7596, 8171, 12450, 7709, 12748, 7557, 9938, 7470, 8378, 7506, 10248, 7804, 10254, 7601, 10241, 10372, 8131, 13499, 7821, 9466, 7854, 7665, 7053, 7381, 6913, 7498, 6895, 8547, 14465, 8075, 10003, 7665, 8633, 9936, 8118, 10737, 7323, 9310, 7303, 8054, 9798, 7921, 11321, 7685, 8450, 7157, 8184, 12639, 7517, 10007, 7185, 7683, 7514, 8372, 12175, 7981, 8238, 9847, 7987, 11853, 7585, 8634, 9549, 8057, 10921, 7627, 8732, 7522, 8173, 13059, 8041, 10921, 8156, 10043, 7396, 8964, 9871, 7655, 6889, 7311, 7262, 8370, 12856, 8571, 8579, 7390, 8295, 10966, 7586, 10340, 7788, 8643, 7289, 8128, 12281, 7376, 8853, 7442, 9048, 7159, 8069, 10016, 7790, 10140, 7699, 10898, 7721, 8333, 8916, 7468, 7406, 7225, 7801, 7583, 7643, 7758, 7193, 8995, 14222, 8945, 10713, 7530, 7902, 8668, 7719, 10646, 7276, 8104, 7153, 7770, 11023, 7434, 10465, 7320, 7480, 6940, 8078, 7065, 9048, 7636, 8807, 7392, 7175, 7446, 7920, 9468, 14349, 9515, 8183, 7330, 7735, 7282, 8354, 7265, 8618, 13498, 7827, 7947, 7441, 6970, 9783, 13002, 9032, 10065, 8273, 7762, 7280, 8061, 7389, 8743, 7815, 10756, 8014, 12913, 8096, 7570, 9869, 7436, 7356, 7969, 10812, 10425, 7963, 12336, 7659, 8729, 7152, 7994, 6600, 8055, 12586, 7516, 10031, 7543, 8786, 7267, 8030, 11889, 7759, 11058, 7512, 9010, 7294, 7769, 7230, 7733, 7031, 7973, 7278, 8337, 7289, 8617, 7455, 10191, 7470, 8797, 7315, 7932, 6974, 7742, 7025, 8356, 7442, 8056, 7225, 9234, 10344, 7818, 11644, 7221, 9186, 7346, 8132, 7195, 8376, 7898, 10323, 7322, 8574, 7354, 7910, 8148, 6809, 9568, 14499, 8296, 11413, 8830, 7974, 8154, 7559, 10620, 7549, 7795, 7796, 7448, 7671, 7562, 10938, 7362, 7832, 10529, 7506, 11195, 7382, 7932, 10522, 7469, 9249, 7801, 10116, 7514, 8209, 9986, 7591, 7303, 7895, 12051, 7836, 7638, 8828, 7800, 10483, 7419, 9811, 8196, 8058, 8695, 7760, 11860, 6965, 8226, 11759, 7640, 10606, 7408, 9585, 8875, 7793, 11186, 7433, 8994, 7245, 7994, 13041, 7411, 9805, 7425, 7561, 7741, 12097, 8387, 8240, 7254, 8116, 13288, 7517, 10585, 7783, 9062, 7104, 8203, 9360, 7819, 11061, 7810, 10053, 7237, 8285, 7145, 7764, 7417, 7988, 12564, 7557, 8258, 7934, 7976, 7929, 7928, 10795, 7441, 9754, 7782, 8586, 7401, 8096, 7360, 8461, 7383, 8873, 7401, 9051, 10893, 7557, 11093, 7853, 8461, 7521, 7887, 9203, 7890, 8201, 7714, 7958, 7864, 7548, 8056, 7206, 8756, 7021, 8620, 10882, 7705, 7064, 7905, 7757, 9418, 7910, 10336, 7821, 10371, 10052, 7716, 7103, 8084, 7421, 8181, 13255, 8312, 7686, 7182, 7920, 7170, 8089, 10792, 7512, 9165, 7394, 9419, 7692, 7873, 10194, 7600, 7292, 7428, 7059, 8059, 10232, 7661, 13060, 8606, 9312, 7205, 7884, 8613, 7818, 8293, 7279, 6932, 7806, 7278, 9489, 12136, 8030, 11067, 7854, 9590, 7338, 7743, 7444, 7933, 7520, 7869, 10391, 7141, 9422, 7395, 8260, 7223, 8030, 7410, 8977, 7267, 7628, 7784, 12676, 8367, 9206, 7496, 7999, 7678, 9155, 7512, 9943, 7670, 11616, 7746, 9943, 8547, 8017, 12930, 7700, 7048, 7808, 7721, 7881, 10961, 7565, 7713, 7194, 7887, 11803, 7138, 9396, 7296, 8088, 6929, 7725, 7122, 8253, 12423, 8096, 9088, 7404, 9108, 9547, 7635, 9942, 7787, 9925, 7756, 7617, 7879, 7647, 8811, 7857, 8406, 7879, 7912, 8206, 13428, 9399, 9451, 7353, 8375, 7172, 8048, 7531, 8044, 11833, 8088, 8670, 6997, 8084, 7271, 8388, 7392, 8040, 7666, 12076, 8850, 8840, 7591, 9012, 7524, 9141, 7835, 9081, 6972, 8824, 13067, 8144, 9122, 7563, 9166, 7521, 8913, 9844, 8599, 10401, 7840, 9308, 7313, 9093, 7150, 9237, 7467, 7981, 12361, 7912, 10167, 7998, 8836, 7595, 8529, 8098, 8117, 8695, 7356, 9203, 8138], 'WindowCenter': [4224.0, 4177.0, 4195.0, 4203.0, 4179.0, 4166.0, 4123.0, 4122.0, 4151.0, 4120.0, 4141.0, 4121.0, 4120.0, 4121.0, 4132.0, 4132.0, 4133.0, 4185.0, 4134.0, 4174.0, 4123.0, 4153.0, 4156.0, 4134.0, 4132.0, 4134.0, 4134.0, 4147.0, 4177.0, 4147.0, 4156.0, 4148.0, 4148.0, 4158.0, 4159.0, 4178.0, 4148.0, 4187.0, 4147.0, 4168.0, 4168.0, 4137.0, 4146.0, 4148.0, 4178.0, 4148.0, 4159.0, 4188.0, 4137.0, 4157.0, 4156.0, 4148.0, 4178.0, 4167.0, 4147.0, 4197.0, 4136.0, 4158.0, 4176.0, 4138.0, 4177.0, 4157.0, 4147.0, 4179.0, 4157.0, 4147.0, 4166.0, 4136.0, 4176.0, 4146.0, 4147.0, 4187.0, 4136.0, 4156.0, 4145.0, 4148.0, 4178.0, 4168.0, 4148.0, 4187.0, 4137.0, 4167.0, 4176.0, 4138.0, 4177.0, 4155.0, 4136.0, 4164.0, 4135.0, 4165.0, 4157.0, 4136.0, 4146.0, 4149.0, 4187.0, 4170.0, 4150.0, 4179.0, 4158.0, 4176.0, 4137.0, 4199.0, 4161.0, 4172.0, 4161.0, 4201.0, 4161.0, 4192.0, 4202.0, 4151.0, 4157.0, 4137.0, 4146.0, 4148.0, 4188.0, 4167.0, 4145.0, 4146.0, 4146.0, 4175.0, 4137.0, 4165.0, 4146.0, 4145.0, 4135.0, 4147.0, 4189.0, 4159.0, 4157.0, 4136.0, 4137.0, 4158.0, 4169.0, 4160.0, 4200.0, 4169.0, 4167.0, 4136.0, 4145.0, 4186.0, 4135.0, 4164.0, 4134.0, 4143.0, 4132.0, 4144.0, 4154.0, 4146.0, 4164.0, 4133.0, 4165.0, 4135.0, 4144.0, 4145.0, 4134.0, 4154.0, 4144.0, 4175.0, 4155.0, 4145.0, 4165.0, 4145.0, 4184.0, 4134.0, 4154.0, 4154.0, 4135.0, 4155.0, 4135.0, 4146.0, 4147.0, 4157.0, 4159.0, 4189.0, 4157.0, 4155.0, 4145.0, 4146.0, 4166.0, 4135.0, 4154.0, 4135.0, 4155.0, 4155.0, 4146.0, 4196.0, 4135.0, 4188.0, 4137.0, 4157.0, 4148.0, 4178.0, 4148.0, 4178.0, 4157.0, 4158.0, 4187.0, 4136.0, 4165.0, 4146.0, 4145.0, 4165.0, 4133.0, 4173.0, 4123.0, 4153.0, 4123.0, 4145.0, 4154.0, 4134.0, 4153.0, 4144.0, 4175.0, 4155.0, 4144.0, 4133.0, 4124.0, 4133.0, 4146.0, 4187.0, 4136.0, 4165.0, 4136.0, 4156.0, 4166.0, 4147.0, 4186.0, 4135.0, 4175.0, 4135.0, 4155.0, 4136.0, 4156.0, 4146.0, 4156.0, 4145.0, 4147.0, 4187.0, 4146.0, 4155.0, 4135.0, 4146.0, 4164.0, 4135.0, 4185.0, 4134.0, 4154.0, 4147.0, 4157.0, 4147.0, 4149.0, 4202.0, 4177.0, 4207.0, 4160.0, 4148.0, 4137.0, 4148.0, 4157.0, 4186.0, 4124.0, 4166.0, 4135.0, 4137.0, 4136.0, 4149.0, 4148.0, 4150.0, 4192.0, 4159.0, 4178.0, 4136.0, 4159.0, 4158.0, 4136.0, 4179.0, 4187.0, 4143.0, 4175.0, 4121.0, 4130.0, 4119.0, 4134.0, 4161.0, 4122.0, 4141.0, 4122.0, 4141.0, 4122.0, 4133.0, 4124.0, 4155.0, 4136.0, 4143.0, 4137.0, 4167.0, 4154.0, 4146.0, 4175.0, 4123.0, 4143.0, 4122.0, 4133.0, 4142.0, 4134.0, 4164.0, 4134.0, 4153.0, 4134.0, 4134.0, 4135.0, 4147.0, 4176.0, 4135.0, 4187.0, 4136.0, 4165.0, 4137.0, 4146.0, 4138.0, 4167.0, 4149.0, 4178.0, 4150.0, 4181.0, 4168.0, 4147.0, 4185.0, 4135.0, 4155.0, 4145.0, 4136.0, 4124.0, 4134.0, 4126.0, 4136.0, 4139.0, 4171.0, 4201.0, 4149.0, 4167.0, 4149.0, 4158.0, 4169.0, 4148.0, 4167.0, 4137.0, 4156.0, 4137.0, 4148.0, 4167.0, 4147.0, 4177.0, 4137.0, 4146.0, 4137.0, 4157.0, 4186.0, 4137.0, 4168.0, 4125.0, 4137.0, 4135.0, 4157.0, 4177.0, 4147.0, 4148.0, 4166.0, 4146.0, 4175.0, 4134.0, 4146.0, 4155.0, 4146.0, 4164.0, 4136.0, 4145.0, 4134.0, 4157.0, 4187.0, 4146.0, 4176.0, 4146.0, 4167.0, 4137.0, 4158.0, 4167.0, 4136.0, 4124.0, 4136.0, 4137.0, 4159.0, 4189.0, 4156.0, 4157.0, 4137.0, 4147.0, 4165.0, 4147.0, 4166.0, 4136.0, 4145.0, 4135.0, 4146.0, 4188.0, 4137.0, 4155.0, 4136.0, 4156.0, 4136.0, 4148.0, 4167.0, 4147.0, 4166.0, 4136.0, 4166.0, 4136.0, 4147.0, 4156.0, 4136.0, 4135.0, 4136.0, 4146.0, 4147.0, 4146.0, 4147.0, 4138.0, 4169.0, 4199.0, 4158.0, 4167.0, 4135.0, 4135.0, 4143.0, 4134.0, 4163.0, 4135.0, 4134.0, 4123.0, 4135.0, 4164.0, 4135.0, 4165.0, 4135.0, 4136.0, 4136.0, 4145.0, 4137.0, 4160.0, 4149.0, 4168.0, 4150.0, 4139.0, 4150.0, 4159.0, 4171.0, 4191.0, 4170.0, 4148.0, 4137.0, 4135.0, 4137.0, 4157.0, 4137.0, 4171.0, 4202.0, 4148.0, 4145.0, 4135.0, 4137.0, 4180.0, 4190.0, 4157.0, 4157.0, 4136.0, 4138.0, 4138.0, 4150.0, 4137.0, 4157.0, 4149.0, 4191.0, 4163.0, 4202.0, 4161.0, 4149.0, 4167.0, 4125.0, 4123.0, 4134.0, 4178.0, 4164.0, 4133.0, 4173.0, 4122.0, 4134.0, 4123.0, 4132.0, 4111.0, 4133.0, 4162.0, 4121.0, 4142.0, 4121.0, 4131.0, 4121.0, 4134.0, 4163.0, 4133.0, 4164.0, 4122.0, 4131.0, 4110.0, 4119.0, 4121.0, 4121.0, 4111.0, 4132.0, 4123.0, 4143.0, 4135.0, 4144.0, 4137.0, 4165.0, 4135.0, 4144.0, 4123.0, 4135.0, 4124.0, 4134.0, 4126.0, 4145.0, 4137.0, 4147.0, 4138.0, 4168.0, 4167.0, 4137.0, 4177.0, 4136.0, 4155.0, 4136.0, 4146.0, 4138.0, 4160.0, 4159.0, 4178.0, 4150.0, 4173.0, 4175.0, 4174.0, 4173.0, 4153.0, 4184.0, 4201.0, 4148.0, 4180.0, 4157.0, 4147.0, 4135.0, 4136.0, 4166.0, 4137.0, 4136.0, 4135.0, 4136.0, 4135.0, 4147.0, 4177.0, 4137.0, 4148.0, 4178.0, 4137.0, 4176.0, 4137.0, 4146.0, 4166.0, 4136.0, 4156.0, 4147.0, 4167.0, 4136.0, 4147.0, 4167.0, 4136.0, 4136.0, 4148.0, 4188.0, 4148.0, 4148.0, 4157.0, 4146.0, 4167.0, 4137.0, 4168.0, 4158.0, 4149.0, 4146.0, 4137.0, 4176.0, 4125.0, 4146.0, 4177.0, 4135.0, 4165.0, 4135.0, 4155.0, 4144.0, 4136.0, 4164.0, 4135.0, 4144.0, 4123.0, 4145.0, 4186.0, 4136.0, 4154.0, 4136.0, 4135.0, 4148.0, 4190.0, 4148.0, 4146.0, 4137.0, 4147.0, 4186.0, 4136.0, 4165.0, 4135.0, 4145.0, 4124.0, 4145.0, 4155.0, 4135.0, 4175.0, 4135.0, 4154.0, 4135.0, 4145.0, 4125.0, 4135.0, 4134.0, 4146.0, 4175.0, 4135.0, 4145.0, 4134.0, 4146.0, 4134.0, 4145.0, 4164.0, 4136.0, 4155.0, 4146.0, 4145.0, 4136.0, 4145.0, 4137.0, 4157.0, 4138.0, 4157.0, 4149.0, 4169.0, 4178.0, 4149.0, 4177.0, 4147.0, 4143.0, 4135.0, 4147.0, 4155.0, 4146.0, 4145.0, 4146.0, 4160.0, 4189.0, 4175.0, 4159.0, 4150.0, 4158.0, 4137.0, 4160.0, 4179.0, 4147.0, 4136.0, 4147.0, 4151.0, 4168.0, 4160.0, 4179.0, 4149.0, 4179.0, 4168.0, 4136.0, 4125.0, 4145.0, 4134.0, 4145.0, 4187.0, 4146.0, 4133.0, 4123.0, 4134.0, 4124.0, 4146.0, 4166.0, 4135.0, 4155.0, 4135.0, 4155.0, 4134.0, 4146.0, 4165.0, 4134.0, 4123.0, 4135.0, 4124.0, 4146.0, 4167.0, 4148.0, 4187.0, 4157.0, 4154.0, 4124.0, 4134.0, 4145.0, 4135.0, 4143.0, 4135.0, 4135.0, 4146.0, 4137.0, 4180.0, 4189.0, 4147.0, 4177.0, 4144.0, 4156.0, 4135.0, 4135.0, 4124.0, 4135.0, 4134.0, 4145.0, 4164.0, 4137.0, 4157.0, 4137.0, 4145.0, 4136.0, 4148.0, 4149.0, 4169.0, 4150.0, 4149.0, 4150.0, 4190.0, 4148.0, 4159.0, 4137.0, 4146.0, 4149.0, 4169.0, 4150.0, 4180.0, 4147.0, 4189.0, 4148.0, 4169.0, 4156.0, 4147.0, 4187.0, 4135.0, 4125.0, 4135.0, 4134.0, 4147.0, 4178.0, 4135.0, 4134.0, 4124.0, 4146.0, 4175.0, 4136.0, 4157.0, 4124.0, 4145.0, 4124.0, 4135.0, 4126.0, 4159.0, 4188.0, 4146.0, 4156.0, 4136.0, 4158.0, 4156.0, 4137.0, 4169.0, 4151.0, 4168.0, 4149.0, 4149.0, 4162.0, 4149.0, 4158.0, 4160.0, 4160.0, 4162.0, 4161.0, 4160.0, 4192.0, 4158.0, 4157.0, 4124.0, 4145.0, 4124.0, 4145.0, 4136.0, 4148.0, 4188.0, 4146.0, 4145.0, 4136.0, 4158.0, 4149.0, 4158.0, 4150.0, 4158.0, 4151.0, 4192.0, 4172.0, 4157.0, 4137.0, 4155.0, 4135.0, 4155.0, 4135.0, 4155.0, 4123.0, 4156.0, 4186.0, 4135.0, 4155.0, 4134.0, 4153.0, 4135.0, 4156.0, 4155.0, 4144.0, 4164.0, 4135.0, 4146.0, 4124.0, 4144.0, 4123.0, 4155.0, 4126.0, 4138.0, 4167.0, 4137.0, 4168.0, 4148.0, 4157.0, 4148.0, 4159.0, 4161.0, 4149.0, 4159.0, 4151.0, 4173.0, 4150.0], 'WindowWidth': [9363.0, 9287.0, 9305.0, 9319.0, 9273.0, 9247.0, 9184.0, 9180.0, 9215.0, 9175.0, 9205.0, 9179.0, 9175.0, 9181.0, 9196.0, 9195.0, 9201.0, 9272.0, 9201.0, 9254.0, 9188.0, 9227.0, 9234.0, 9204.0, 9199.0, 9202.0, 9203.0, 9227.0, 9266.0, 9225.0, 9235.0, 9226.0, 9227.0, 9240.0, 9244.0, 9267.0, 9226.0, 9280.0, 9226.0, 9254.0, 9253.0, 9211.0, 9221.0, 9227.0, 9268.0, 9227.0, 9245.0, 9283.0, 9212.0, 9238.0, 9235.0, 9228.0, 9268.0, 9250.0, 9225.0, 9293.0, 9209.0, 9240.0, 9263.0, 9214.0, 9266.0, 9238.0, 9226.0, 9271.0, 9241.0, 9225.0, 9248.0, 9209.0, 9263.0, 9223.0, 9226.0, 9278.0, 9208.0, 9234.0, 9220.0, 9229.0, 9269.0, 9255.0, 9228.0, 9278.0, 9212.0, 9253.0, 9262.0, 9214.0, 9263.0, 9233.0, 9207.0, 9242.0, 9207.0, 9246.0, 9239.0, 9208.0, 9222.0, 9234.0, 9280.0, 9260.0, 9236.0, 9272.0, 9242.0, 9264.0, 9215.0, 9299.0, 9252.0, 9267.0, 9251.0, 9304.0, 9254.0, 9298.0, 9310.0, 9236.0, 9240.0, 9212.0, 9223.0, 9230.0, 9289.0, 9253.0, 9220.0, 9224.0, 9224.0, 9260.0, 9212.0, 9247.0, 9223.0, 9220.0, 9208.0, 9227.0, 9287.0, 9244.0, 9239.0, 9211.0, 9213.0, 9243.0, 9258.0, 9250.0, 9304.0, 9258.0, 9253.0, 9208.0, 9220.0, 9278.0, 9207.0, 9244.0, 9204.0, 9212.0, 9197.0, 9216.0, 9231.0, 9222.0, 9243.0, 9200.0, 9245.0, 9206.0, 9218.0, 9219.0, 9205.0, 9230.0, 9219.0, 9259.0, 9233.0, 9221.0, 9245.0, 9219.0, 9271.0, 9204.0, 9230.0, 9231.0, 9207.0, 9232.0, 9207.0, 9224.0, 9226.0, 9240.0, 9246.0, 9286.0, 9240.0, 9233.0, 9221.0, 9223.0, 9249.0, 9207.0, 9231.0, 9208.0, 9234.0, 9232.0, 9224.0, 9292.0, 9206.0, 9283.0, 9213.0, 9239.0, 9229.0, 9268.0, 9231.0, 9269.0, 9240.0, 9242.0, 9281.0, 9208.0, 9246.0, 9220.0, 9219.0, 9246.0, 9202.0, 9252.0, 9189.0, 9227.0, 9188.0, 9219.0, 9228.0, 9203.0, 9229.0, 9218.0, 9259.0, 9234.0, 9217.0, 9200.0, 9188.0, 9201.0, 9224.0, 9281.0, 9210.0, 9246.0, 9210.0, 9236.0, 9249.0, 9226.0, 9278.0, 9206.0, 9258.0, 9207.0, 9233.0, 9212.0, 9235.0, 9225.0, 9235.0, 9221.0, 9226.0, 9281.0, 9223.0, 9233.0, 9208.0, 9222.0, 9244.0, 9206.0, 9275.0, 9203.0, 9230.0, 9225.0, 9239.0, 9227.0, 9233.0, 9306.0, 9286.0, 9322.0, 9246.0, 9229.0, 9211.0, 9233.0, 9240.0, 9278.0, 9188.0, 9245.0, 9202.0, 9209.0, 9208.0, 9229.0, 9228.0, 9235.0, 9293.0, 9243.0, 9265.0, 9209.0, 9244.0, 9242.0, 9210.0, 9272.0, 9283.0, 9213.0, 9260.0, 9180.0, 9190.0, 9173.0, 9202.0, 9233.0, 9183.0, 9206.0, 9184.0, 9206.0, 9185.0, 9198.0, 9192.0, 9234.0, 9209.0, 9214.0, 9212.0, 9251.0, 9231.0, 9222.0, 9261.0, 9185.0, 9210.0, 9184.0, 9198.0, 9210.0, 9204.0, 9241.0, 9203.0, 9226.0, 9205.0, 9204.0, 9207.0, 9225.0, 9262.0, 9207.0, 9279.0, 9210.0, 9246.0, 9213.0, 9222.0, 9216.0, 9253.0, 9232.0, 9270.0, 9237.0, 9277.0, 9256.0, 9225.0, 9276.0, 9206.0, 9231.0, 9221.0, 9209.0, 9190.0, 9205.0, 9196.0, 9212.0, 9220.0, 9266.0, 9307.0, 9231.0, 9253.0, 9230.0, 9244.0, 9256.0, 9228.0, 9251.0, 9212.0, 9236.0, 9213.0, 9228.0, 9251.0, 9227.0, 9266.0, 9212.0, 9222.0, 9212.0, 9240.0, 9277.0, 9213.0, 9254.0, 9195.0, 9212.0, 9208.0, 9241.0, 9265.0, 9228.0, 9228.0, 9248.0, 9221.0, 9258.0, 9205.0, 9222.0, 9234.0, 9222.0, 9244.0, 9208.0, 9218.0, 9205.0, 9240.0, 9280.0, 9224.0, 9261.0, 9224.0, 9250.0, 9213.0, 9241.0, 9252.0, 9209.0, 9193.0, 9211.0, 9212.0, 9246.0, 9288.0, 9238.0, 9239.0, 9214.0, 9225.0, 9248.0, 9226.0, 9249.0, 9211.0, 9221.0, 9206.0, 9224.0, 9282.0, 9212.0, 9233.0, 9211.0, 9235.0, 9210.0, 9229.0, 9254.0, 9225.0, 9248.0, 9210.0, 9250.0, 9211.0, 9227.0, 9236.0, 9210.0, 9208.0, 9209.0, 9224.0, 9227.0, 9224.0, 9227.0, 9216.0, 9260.0, 9303.0, 9243.0, 9253.0, 9205.0, 9204.0, 9211.0, 9201.0, 9240.0, 9208.0, 9204.0, 9187.0, 9205.0, 9241.0, 9206.0, 9246.0, 9206.0, 9207.0, 9210.0, 9221.0, 9213.0, 9245.0, 9234.0, 9256.0, 9236.0, 9220.0, 9236.0, 9247.0, 9264.0, 9293.0, 9259.0, 9226.0, 9211.0, 9205.0, 9213.0, 9237.0, 9214.0, 9266.0, 9314.0, 9228.0, 9219.0, 9208.0, 9213.0, 9273.0, 9288.0, 9238.0, 9236.0, 9206.0, 9213.0, 9214.0, 9230.0, 9212.0, 9240.0, 9235.0, 9295.0, 9258.0, 9307.0, 9253.0, 9231.0, 9250.0, 9192.0, 9184.0, 9204.0, 9267.0, 9242.0, 9198.0, 9254.0, 9184.0, 9200.0, 9185.0, 9197.0, 9168.0, 9199.0, 9237.0, 9179.0, 9208.0, 9181.0, 9194.0, 9181.0, 9202.0, 9238.0, 9199.0, 9242.0, 9183.0, 9191.0, 9162.0, 9172.0, 9181.0, 9180.0, 9165.0, 9194.0, 9187.0, 9212.0, 9205.0, 9215.0, 9211.0, 9244.0, 9207.0, 9216.0, 9187.0, 9202.0, 9188.0, 9203.0, 9195.0, 9220.0, 9213.0, 9224.0, 9214.0, 9256.0, 9250.0, 9212.0, 9264.0, 9208.0, 9232.0, 9209.0, 9223.0, 9214.0, 9246.0, 9245.0, 9271.0, 9238.0, 9273.0, 9283.0, 9275.0, 9272.0, 9246.0, 9287.0, 9311.0, 9229.0, 9273.0, 9237.0, 9224.0, 9205.0, 9209.0, 9247.0, 9212.0, 9209.0, 9206.0, 9209.0, 9207.0, 9228.0, 9266.0, 9215.0, 9230.0, 9267.0, 9212.0, 9264.0, 9211.0, 9224.0, 9251.0, 9210.0, 9236.0, 9226.0, 9252.0, 9211.0, 9226.0, 9253.0, 9210.0, 9209.0, 9229.0, 9283.0, 9230.0, 9227.0, 9239.0, 9225.0, 9252.0, 9214.0, 9254.0, 9243.0, 9230.0, 9222.0, 9211.0, 9263.0, 9193.0, 9222.0, 9265.0, 9205.0, 9245.0, 9206.0, 9233.0, 9216.0, 9208.0, 9242.0, 9206.0, 9215.0, 9187.0, 9220.0, 9276.0, 9211.0, 9229.0, 9209.0, 9208.0, 9230.0, 9287.0, 9229.0, 9223.0, 9210.0, 9224.0, 9277.0, 9209.0, 9245.0, 9207.0, 9217.0, 9189.0, 9218.0, 9232.0, 9207.0, 9259.0, 9205.0, 9230.0, 9207.0, 9221.0, 9193.0, 9207.0, 9203.0, 9221.0, 9262.0, 9207.0, 9220.0, 9203.0, 9221.0, 9201.0, 9219.0, 9243.0, 9209.0, 9234.0, 9223.0, 9218.0, 9210.0, 9220.0, 9214.0, 9239.0, 9216.0, 9238.0, 9233.0, 9261.0, 9270.0, 9230.0, 9265.0, 9227.0, 9215.0, 9208.0, 9224.0, 9233.0, 9222.0, 9219.0, 9223.0, 9252.0, 9307.0, 9281.0, 9248.0, 9236.0, 9244.0, 9216.0, 9248.0, 9269.0, 9223.0, 9210.0, 9227.0, 9238.0, 9254.0, 9247.0, 9271.0, 9231.0, 9273.0, 9257.0, 9210.0, 9193.0, 9219.0, 9203.0, 9220.0, 9281.0, 9223.0, 9199.0, 9188.0, 9201.0, 9192.0, 9223.0, 9249.0, 9206.0, 9232.0, 9206.0, 9232.0, 9202.0, 9223.0, 9245.0, 9204.0, 9187.0, 9206.0, 9192.0, 9223.0, 9251.0, 9228.0, 9281.0, 9238.0, 9230.0, 9188.0, 9202.0, 9219.0, 9207.0, 9214.0, 9205.0, 9206.0, 9222.0, 9214.0, 9275.0, 9286.0, 9227.0, 9264.0, 9219.0, 9234.0, 9208.0, 9207.0, 9190.0, 9205.0, 9202.0, 9219.0, 9244.0, 9212.0, 9236.0, 9211.0, 9218.0, 9211.0, 9228.0, 9233.0, 9259.0, 9236.0, 9234.0, 9238.0, 9291.0, 9229.0, 9243.0, 9211.0, 9222.0, 9232.0, 9258.0, 9237.0, 9274.0, 9227.0, 9285.0, 9229.0, 9257.0, 9237.0, 9225.0, 9278.0, 9206.0, 9191.0, 9206.0, 9204.0, 9226.0, 9268.0, 9207.0, 9205.0, 9190.0, 9222.0, 9261.0, 9210.0, 9238.0, 9190.0, 9220.0, 9190.0, 9205.0, 9196.0, 9244.0, 9285.0, 9224.0, 9236.0, 9209.0, 9239.0, 9232.0, 9210.0, 9256.0, 9233.0, 9254.0, 9231.0, 9233.0, 9250.0, 9231.0, 9241.0, 9248.0, 9249.0, 9256.0, 9252.0, 9249.0, 9297.0, 9243.0, 9238.0, 9188.0, 9216.0, 9188.0, 9219.0, 9209.0, 9228.0, 9284.0, 9221.0, 9218.0, 9209.0, 9243.0, 9233.0, 9242.0, 9235.0, 9243.0, 9238.0, 9294.0, 9267.0, 9237.0, 9210.0, 9229.0, 9205.0, 9232.0, 9205.0, 9230.0, 9188.0, 9235.0, 9278.0, 9207.0, 9231.0, 9202.0, 9226.0, 9206.0, 9236.0, 9233.0, 9218.0, 9241.0, 9203.0, 9214.0, 9188.0, 9216.0, 9187.0, 9232.0, 9189.0, 9208.0, 9240.0, 9208.0, 9251.0, 9226.0, 9237.0, 9228.0, 9245.0, 9249.0, 9229.0, 9246.0, 9235.0, 9266.0, 9234.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.0011073134328358212</td></tr>
<tr><td colspan=3>aqi</td><td>0.02045162032146957</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96873275489659</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2305637068735629</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004661093712644</td></tr>
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
<tr><td colspan=3>fber</td><td>6072.0205</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10681333541127654</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.610792192881744</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.492019128332226</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4419673963244146</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7015048446820145</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332585143990249</td></tr>
<tr><td colspan=3>gcor</td><td>0.00903605</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007651368156075478</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015973107889294624</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.775798711060685</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>37.4148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1068</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.3148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296164.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>670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.4443</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.195</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.2511</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3307.6021</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.8637</td></tr>
<tr><td colspan=3>tsnr</td><td>41.19635772542097</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>