ds005256-mriqc/sub-0116_ses-03_task-social_acq-mb8_run-06_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
106 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-03_task-social_acq-mb8_run-06_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-03_task-social_acq-mb8_run-06_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-06_session-03_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-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_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-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_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-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_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-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_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-06_session-03_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-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_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-06_session-03_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-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_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-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_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-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-06_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-03/func/sub-0116_ses-03_task-social_acq-mb8_run-06_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>c9e33042684d4c9f2a4a0b04ce44c79c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:26:7.547500</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.997774, -0.0662148, 0.00797191, 0.0645231, 0.988632, 0.135805]</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-06_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.0883897</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7913, -7204, 544, -175, -258, 315, 149]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cd3c0fa2-7dbf-4ac9-9e52-ba3be5508164||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.6769535541534424, 0.17311081290245056, 0.04555869475007057, 102.24628448486328], [0.17764946818351746, 2.652428150177002, 0.3644682466983795, -118.98263549804688], [0.021388059481978416, -0.36435481905937195, 2.6748995780944824, -45.51960372924805], [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': ['152607.547500', '152608.007500', '152608.467500', '152608.927500', '152609.387500', '152609.847500', '152610.307500', '152610.767500', '152611.227500', '152611.687500', '152612.147500', '152612.607500', '152613.067500', '152613.527500', '152613.987500', '152614.447500', '152614.907500', '152615.367500', '152615.827500', '152616.287500', '152616.747500', '152617.207500', '152617.667500', '152618.127500', '152618.587500', '152619.047500', '152619.507500', '152619.967500', '152620.427500', '152620.887500', '152621.347500', '152621.807500', '152622.267500', '152622.727500', '152623.187500', '152623.647500', '152624.107500', '152624.567500', '152625.027500', '152625.487500', '152625.947500', '152626.407500', '152626.867500', '152627.327500', '152627.787500', '152628.247500', '152628.707500', '152629.167500', '152629.627500', '152630.087500', '152630.547500', '152631.007500', '152631.467500', '152631.927500', '152632.387500', '152632.847500', '152633.307500', '152633.767500', '152634.227500', '152634.687500', '152635.147500', '152635.607500', '152636.067500', '152636.527500', '152636.987500', '152637.447500', '152637.907500', '152638.367500', '152638.827500', '152639.287500', '152639.747500', '152640.207500', '152640.667500', '152641.127500', '152641.587500', '152642.047500', '152642.507500', '152642.967500', '152643.427500', '152643.887500', '152644.347500', '152644.807500', '152645.267500', '152645.727500', '152646.187500', '152646.647500', '152647.107500', '152647.567500', '152648.027500', '152648.487500', '152648.947500', '152649.407500', '152649.867500', '152650.327500', '152650.787500', '152651.247500', '152651.707500', '152652.167500', '152652.627500', '152653.087500', '152653.547500', '152654.007500', '152654.467500', '152654.927500', '152655.387500', '152655.847500', '152656.307500', '152656.767500', '152657.227500', '152657.687500', '152658.147500', '152658.607500', '152659.067500', '152659.527500', '152659.987500', '152700.447500', '152700.907500', '152701.367500', '152701.827500', '152702.287500', '152702.747500', '152703.207500', '152703.667500', '152704.127500', '152704.587500', '152705.047500', '152705.507500', '152705.967500', '152706.427500', '152706.887500', '152707.347500', '152707.807500', '152708.267500', '152708.727500', '152709.187500', '152709.647500', '152710.107500', '152710.567500', '152711.027500', '152711.487500', '152711.947500', '152712.407500', '152712.867500', '152713.327500', '152713.787500', '152714.247500', '152714.707500', '152715.167500', '152715.627500', '152716.087500', '152716.547500', '152717.007500', '152717.467500', '152717.927500', '152718.387500', '152718.847500', '152719.307500', '152719.767500', '152720.227500', '152720.687500', '152721.147500', '152721.607500', '152722.067500', '152722.527500', '152722.987500', '152723.447500', '152723.907500', '152724.367500', '152724.827500', '152725.287500', '152725.747500', '152726.207500', '152726.667500', '152727.127500', '152727.587500', '152728.047500', '152728.507500', '152728.967500', '152729.427500', '152729.887500', '152730.347500', '152730.807500', '152731.267500', '152731.727500', '152732.187500', '152732.647500', '152733.107500', '152733.567500', '152734.027500', '152734.487500', '152734.947500', '152735.407500', '152735.867500', '152736.327500', '152736.787500', '152737.247500', '152737.707500', '152738.167500', '152738.627500', '152739.087500', '152739.547500', '152740.007500', '152740.467500', '152740.927500', '152741.387500', '152741.847500', '152742.307500', '152742.767500', '152743.227500', '152743.687500', '152744.147500', '152744.607500', '152745.067500', '152745.527500', '152745.987500', '152746.447500', '152746.907500', '152747.367500', '152747.827500', '152748.287500', '152748.747500', '152749.207500', '152749.667500', '152750.127500', '152750.587500', '152751.047500', '152751.507500', '152751.967500', '152752.427500', '152752.887500', '152753.347500', '152753.807500', '152754.267500', '152754.727500', '152755.187500', '152755.647500', '152756.107500', '152756.567500', '152757.027500', '152757.487500', '152757.947500', '152758.407500', '152758.867500', '152759.327500', '152759.787500', '152800.247500', '152800.707500', '152801.167500', '152801.627500', '152802.087500', '152802.547500', '152803.007500', '152803.467500', '152803.927500', '152804.387500', '152804.847500', '152805.307500', '152805.767500', '152806.227500', '152806.687500', '152807.147500', '152807.607500', '152808.067500', '152808.527500', '152808.987500', '152809.447500', '152809.907500', '152810.367500', '152810.827500', '152811.287500', '152811.747500', '152812.207500', '152812.667500', '152813.127500', '152813.587500', '152814.047500', '152814.507500', '152814.967500', '152815.427500', '152815.887500', '152816.347500', '152816.807500', '152817.267500', '152817.727500', '152818.187500', '152818.647500', '152819.107500', '152819.567500', '152820.027500', '152820.487500', '152820.947500', '152821.407500', '152821.867500', '152822.327500', '152822.787500', '152823.247500', '152823.707500', '152824.167500', '152824.627500', '152825.087500', '152825.547500', '152826.007500', '152826.467500', '152826.927500', '152827.387500', '152827.847500', '152828.307500', '152828.767500', '152829.227500', '152829.687500', '152830.147500', '152830.607500', '152831.067500', '152831.527500', '152831.987500', '152832.447500', '152832.907500', '152833.367500', '152833.827500', '152834.287500', '152834.747500', '152835.207500', '152835.667500', '152836.127500', '152836.587500', '152837.047500', '152837.507500', '152837.967500', '152838.427500', '152838.887500', '152839.347500', '152839.807500', '152840.267500', '152840.727500', '152841.187500', '152841.647500', '152842.107500', '152842.567500', '152843.027500', '152843.487500', '152843.947500', '152844.407500', '152844.867500', '152845.327500', '152845.787500', '152846.247500', '152846.707500', '152847.167500', '152847.627500', '152848.087500', '152848.547500', '152849.007500', '152849.467500', '152849.927500', '152850.387500', '152850.847500', '152851.307500', '152851.767500', '152852.227500', '152852.687500', '152853.147500', '152853.607500', '152854.067500', '152854.527500', '152854.987500', '152855.447500', '152855.907500', '152856.367500', '152856.827500', '152857.287500', '152857.747500', '152858.207500', '152858.667500', '152859.127500', '152859.587500', '152900.047500', '152900.507500', '152900.967500', '152901.427500', '152901.887500', '152902.347500', '152902.807500', '152903.267500', '152903.727500', '152904.187500', '152904.647500', '152905.107500', '152905.567500', '152906.027500', '152906.487500', '152906.947500', '152907.407500', '152907.867500', '152908.327500', '152908.787500', '152909.247500', '152909.707500', '152910.167500', '152910.627500', '152911.087500', '152911.547500', '152912.007500', '152912.467500', '152912.927500', '152913.387500', '152913.847500', '152914.307500', '152914.767500', '152915.227500', '152915.687500', '152916.147500', '152916.607500', '152917.067500', '152917.527500', '152917.987500', '152918.447500', '152918.907500', '152919.367500', '152919.827500', '152920.287500', '152920.747500', '152921.207500', '152921.667500', '152922.127500', '152922.587500', '152923.047500', '152923.507500', '152923.967500', '152924.427500', '152924.887500', '152925.347500', '152925.807500', '152926.267500', '152926.727500', '152927.187500', '152927.647500', '152928.107500', '152928.567500', '152929.027500', '152929.487500', '152929.947500', '152930.407500', '152930.867500', '152931.327500', '152931.787500', '152932.247500', '152932.707500', '152933.167500', '152933.627500', '152934.087500', '152934.547500', '152935.007500', '152935.467500', '152935.927500', '152936.387500', '152936.847500', '152937.307500', '152937.767500', '152938.227500', '152938.687500', '152939.147500', '152939.607500', '152940.067500', '152940.527500', '152940.987500', '152941.447500', '152941.907500', '152942.367500', '152942.827500', '152943.287500', '152943.747500', '152944.207500', '152944.667500', '152945.127500', '152945.587500', '152946.047500', '152946.507500', '152946.967500', '152947.427500', '152947.887500', '152948.347500', '152948.807500', '152949.267500', '152949.727500', '152950.187500', '152950.647500', '152951.107500', '152951.567500', '152952.027500', '152952.487500', '152952.947500', '152953.407500', '152953.867500', '152954.327500', '152954.787500', '152955.247500', '152955.707500', '152956.167500', '152956.627500', '152957.087500', '152957.547500', '152958.007500', '152958.467500', '152958.927500', '152959.387500', '152959.847500', '153000.307500', '153000.767500', '153001.227500', '153001.687500', '153002.147500', '153002.607500', '153003.067500', '153003.527500', '153003.987500', '153004.447500', '153004.907500', '153005.367500', '153005.827500', '153006.287500', '153006.747500', '153007.207500', '153007.667500', '153008.127500', '153008.587500', '153009.047500', '153009.507500', '153009.967500', '153010.427500', '153010.887500', '153011.347500', '153011.807500', '153012.267500', '153012.727500', '153013.187500', '153013.647500', '153014.107500', '153014.567500', '153015.027500', '153015.487500', '153015.947500', '153016.407500', '153016.867500', '153017.327500', '153017.787500', '153018.247500', '153018.707500', '153019.167500', '153019.627500', '153020.087500', '153020.547500', '153021.007500', '153021.467500', '153021.927500', '153022.387500', '153022.847500', '153023.307500', '153023.767500', '153024.227500', '153024.687500', '153025.147500', '153025.607500', '153026.067500', '153026.527500', '153026.987500', '153027.447500', '153027.907500', '153028.367500', '153028.827500', '153029.287500', '153029.747500', '153030.207500', '153030.667500', '153031.127500', '153031.587500', '153032.047500', '153032.507500', '153032.967500', '153033.427500', '153033.887500', '153034.347500', '153034.807500', '153035.267500', '153035.727500', '153036.187500', '153036.647500', '153037.107500', '153037.567500', '153038.027500', '153038.487500', '153038.947500', '153039.407500', '153039.867500', '153040.327500', '153040.787500', '153041.247500', '153041.707500', '153042.167500', '153042.627500', '153043.087500', '153043.547500', '153044.007500', '153044.467500', '153044.927500', '153045.387500', '153045.847500', '153046.307500', '153046.767500', '153047.227500', '153047.687500', '153048.147500', '153048.607500', '153049.067500', '153049.527500', '153049.987500', '153050.447500', '153050.907500', '153051.367500', '153051.827500', '153052.287500', '153052.747500', '153053.207500', '153053.667500', '153054.127500', '153054.587500', '153055.047500', '153055.507500', '153055.967500', '153056.427500', '153056.887500', '153057.347500', '153057.807500', '153058.267500', '153058.727500', '153059.187500', '153059.647500', '153100.107500', '153100.567500', '153101.027500', '153101.487500', '153101.947500', '153102.407500', '153102.867500', '153103.327500', '153103.787500', '153104.247500', '153104.707500', '153105.167500', '153105.627500', '153106.087500', '153106.547500', '153107.007500', '153107.467500', '153107.927500', '153108.387500', '153108.847500', '153109.307500', '153109.767500', '153110.227500', '153110.687500', '153111.147500', '153111.607500', '153112.067500', '153112.527500', '153112.987500', '153113.447500', '153113.907500', '153114.367500', '153114.827500', '153115.287500', '153115.747500', '153116.207500', '153116.667500', '153117.127500', '153117.587500', '153118.047500', '153118.507500', '153118.967500', '153119.427500', '153119.887500', '153120.347500', '153120.807500', '153121.267500', '153121.727500', '153122.187500', '153122.647500', '153123.107500', '153123.567500', '153124.027500', '153124.487500', '153124.947500', '153125.407500', '153125.867500', '153126.327500', '153126.787500', '153127.247500', '153127.707500', '153128.167500', '153128.627500', '153129.087500', '153129.547500', '153130.007500', '153130.467500', '153130.927500', '153131.387500', '153131.847500', '153132.307500', '153132.767500', '153133.227500', '153133.687500', '153134.147500', '153134.607500', '153135.067500', '153135.527500', '153135.987500', '153136.447500', '153136.907500', '153137.367500', '153137.827500', '153138.287500', '153138.747500', '153139.207500', '153139.667500', '153140.127500', '153140.587500', '153141.047500', '153141.507500', '153141.967500', '153142.427500', '153142.887500', '153143.347500', '153143.807500', '153144.267500', '153144.727500', '153145.187500', '153145.647500', '153146.107500', '153146.567500', '153147.027500', '153147.487500', '153147.947500', '153148.407500', '153148.867500', '153149.327500', '153149.787500', '153150.247500', '153150.707500', '153151.167500', '153151.627500', '153152.087500', '153152.547500', '153153.007500', '153153.467500', '153153.927500', '153154.387500', '153154.847500', '153155.307500', '153155.767500', '153156.227500', '153156.687500', '153157.147500', '153157.607500', '153158.067500', '153158.527500', '153158.987500', '153159.447500', '153159.907500', '153200.367500', '153200.827500', '153201.287500', '153201.747500', '153202.207500', '153202.667500', '153203.127500', '153203.587500', '153204.047500', '153204.507500', '153204.967500', '153205.427500', '153205.887500', '153206.347500', '153206.807500', '153207.267500', '153207.727500', '153208.187500', '153208.647500', '153209.107500', '153209.567500', '153210.027500', '153210.487500', '153210.947500', '153211.407500', '153211.867500', '153212.327500', '153212.787500', '153213.247500', '153213.707500', '153214.167500', '153214.627500', '153215.087500', '153215.547500', '153216.007500', '153216.467500', '153216.927500', '153217.387500', '153217.847500', '153218.307500', '153218.767500', '153219.227500', '153219.687500', '153220.147500', '153220.607500', '153221.067500', '153221.527500', '153221.987500', '153222.447500', '153222.907500', '153223.367500', '153223.827500', '153224.287500', '153224.747500', '153225.207500', '153225.667500', '153226.127500', '153226.587500', '153227.047500', '153227.507500', '153227.967500', '153228.427500', '153228.887500', '153229.347500', '153229.807500', '153230.267500', '153230.727500', '153231.187500', '153231.647500', '153232.107500', '153232.567500', '153233.027500', '153233.487500', '153233.947500', '153234.407500', '153234.867500', '153235.327500', '153235.787500', '153236.247500', '153236.707500', '153237.167500', '153237.627500', '153238.087500', '153238.547500', '153239.007500', '153239.467500', '153239.927500', '153240.387500', '153240.847500', '153241.307500', '153241.767500', '153242.227500', '153242.687500', '153243.147500', '153243.607500', '153244.067500', '153244.527500', '153244.987500', '153245.447500', '153245.907500', '153246.367500', '153246.827500', '153247.287500', '153247.747500', '153248.207500'], 'ContentTime': ['152619.686000', '152619.689000', '152619.692000', '152619.694000', '152619.697000', '152619.699000', '152619.702000', '152619.705000', '152619.707000', '152619.710000', '152619.712000', '152619.715000', '152619.725000', '152619.727000', '152619.730000', '152619.733000', '152619.735000', '152619.738000', '152619.740000', '152619.743000', '152619.745000', '152619.748000', '152619.750000', '152619.753000', '152639.623000', '152639.626000', '152639.629000', '152639.632000', '152639.634000', '152639.644000', '152639.647000', '152639.649000', '152639.652000', '152639.654000', '152639.657000', '152639.660000', '152639.662000', '152639.665000', '152639.667000', '152639.670000', '152639.672000', '152639.675000', '152639.678000', '152639.681000', '152639.683000', '152639.686000', '152639.688000', '152639.691000', '152639.693000', '152639.696000', '152639.698000', '152639.701000', '152639.703000', '152639.706000', '152639.709000', '152639.711000', '152639.714000', '152639.716000', '152639.719000', '152639.722000', '152639.724000', '152639.727000', '152639.739000', '152639.742000', '152639.744000', '152639.747000', '152639.749000', '152659.625000', '152659.627000', '152659.630000', '152659.632000', '152659.635000', '152659.638000', '152659.640000', '152659.643000', '152659.645000', '152659.648000', '152659.650000', '152659.653000', '152659.656000', '152659.658000', '152659.661000', '152659.663000', '152659.666000', '152659.668000', '152659.671000', '152659.673000', '152659.676000', '152659.679000', '152659.681000', '152659.684000', '152659.686000', '152659.689000', '152659.691000', '152659.694000', '152659.708000', '152659.710000', '152659.713000', '152659.715000', '152659.718000', '152659.720000', '152659.723000', '152659.726000', '152659.728000', '152659.731000', '152659.733000', '152659.736000', '152659.738000', '152659.741000', '152659.744000', '152659.746000', '152719.624000', '152719.627000', '152719.630000', '152719.632000', '152719.635000', '152719.638000', '152719.640000', '152719.643000', '152719.645000', '152719.648000', '152719.651000', '152719.653000', '152719.656000', '152719.658000', '152719.661000', '152719.664000', '152719.666000', '152719.669000', '152719.672000', '152719.674000', '152719.677000', '152719.679000', '152719.682000', '152719.685000', '152719.687000', '152719.690000', '152719.692000', '152719.695000', '152719.697000', '152719.708000', '152719.711000', '152719.713000', '152719.716000', '152719.719000', '152719.721000', '152719.724000', '152719.726000', '152719.729000', '152719.731000', '152719.734000', '152719.736000', '152719.739000', '152719.742000', '152739.623000', '152739.626000', '152739.629000', '152739.631000', '152739.634000', '152739.637000', '152739.639000', '152739.642000', '152739.645000', '152739.647000', '152739.650000', '152739.652000', '152739.655000', '152739.657000', '152739.660000', '152739.663000', '152739.665000', '152739.668000', '152739.670000', '152739.673000', '152739.675000', '152739.678000', '152739.681000', '152739.683000', '152739.686000', '152739.688000', '152739.691000', '152739.693000', '152739.696000', '152739.699000', '152739.701000', '152739.704000', '152739.706000', '152739.709000', '152739.712000', '152739.714000', '152739.717000', '152739.719000', '152739.722000', '152739.725000', '152739.727000', '152739.730000', '152739.732000', '152739.735000', '152759.623000', '152759.626000', '152759.629000', '152759.631000', '152759.634000', '152759.637000', '152759.639000', '152759.642000', '152759.644000', '152759.647000', '152759.649000', '152759.653000', '152759.656000', '152759.659000', '152759.661000', '152759.664000', '152759.667000', '152759.669000', '152759.672000', '152759.674000', '152759.677000', '152759.679000', '152759.682000', '152759.684000', '152759.687000', '152759.690000', '152759.692000', '152759.695000', '152759.698000', '152759.700000', '152759.703000', '152759.705000', '152759.708000', '152759.710000', '152759.713000', '152759.716000', '152759.719000', '152759.721000', '152759.724000', '152759.726000', '152759.729000', '152759.732000', '152759.734000', '152819.623000', '152819.626000', '152819.629000', '152819.631000', '152819.634000', '152819.636000', '152819.639000', '152819.642000', '152819.644000', '152819.647000', '152819.649000', '152819.652000', '152819.654000', '152819.657000', '152819.660000', '152819.662000', '152819.665000', '152819.667000', '152819.676000', '152819.679000', '152819.681000', '152819.684000', '152819.686000', '152819.689000', '152819.692000', '152819.694000', '152819.697000', '152819.699000', '152819.702000', '152819.705000', '152819.707000', '152819.710000', '152819.712000', '152819.715000', '152819.718000', '152819.720000', '152819.723000', '152819.725000', '152819.728000', '152819.730000', '152819.733000', '152819.736000', '152819.738000', '152819.741000', '152839.624000', '152839.626000', '152839.629000', '152839.632000', '152839.634000', '152839.637000', '152839.640000', '152839.642000', '152839.645000', '152839.647000', '152839.650000', '152839.653000', '152839.655000', '152839.658000', '152839.660000', '152839.663000', '152839.666000', '152839.668000', '152839.671000', '152839.673000', '152839.676000', '152839.679000', '152839.681000', '152839.684000', '152839.687000', '152839.689000', '152839.692000', '152839.695000', '152839.697000', '152839.700000', '152839.703000', '152839.705000', '152839.708000', '152839.710000', '152839.713000', '152839.716000', '152839.718000', '152839.721000', '152839.723000', '152839.726000', '152839.729000', '152839.731000', '152839.734000', '152859.624000', '152859.627000', '152859.629000', '152859.632000', '152859.634000', '152859.637000', '152859.640000', '152859.642000', '152859.645000', '152859.647000', '152859.650000', '152859.652000', '152859.655000', '152859.658000', '152859.660000', '152859.663000', '152859.665000', '152859.668000', '152859.671000', '152859.673000', '152859.676000', '152859.678000', '152859.681000', '152859.684000', '152859.686000', '152859.715000', '152859.718000', '152859.720000', '152859.723000', '152859.726000', '152859.728000', '152859.731000', '152859.733000', '152859.736000', '152859.739000', '152859.741000', '152859.744000', '152859.746000', '152859.749000', '152859.751000', '152859.754000', '152859.757000', '152859.759000', '152859.762000', '152919.625000', '152919.627000', '152919.630000', '152919.632000', '152919.635000', '152919.638000', '152919.640000', '152919.643000', '152919.645000', '152919.648000', '152919.651000', '152919.653000', '152919.656000', '152919.659000', '152919.661000', '152919.664000', '152919.666000', '152919.669000', '152919.672000', '152919.674000', '152919.677000', '152919.679000', '152919.682000', '152919.685000', '152919.687000', '152919.690000', '152919.693000', '152919.695000', '152919.698000', '152919.700000', '152919.703000', '152919.705000', '152919.708000', '152919.711000', '152919.713000', '152919.716000', '152919.719000', '152919.721000', '152919.724000', '152919.726000', '152919.729000', '152919.732000', '152919.734000', '152939.624000', '152939.627000', '152939.630000', '152939.632000', '152939.635000', '152939.638000', '152939.640000', '152939.643000', '152939.645000', '152939.648000', '152939.651000', '152939.653000', '152939.656000', '152939.658000', '152939.661000', '152939.664000', '152939.666000', '152939.669000', '152939.671000', '152939.674000', '152939.677000', '152939.679000', '152939.682000', '152939.685000', '152939.687000', '152939.690000', '152939.692000', '152939.695000', '152939.698000', '152939.700000', '152939.703000', '152939.705000', '152939.708000', '152939.711000', '152939.713000', '152939.716000', '152939.718000', '152939.721000', '152939.724000', '152939.726000', '152939.729000', '152939.732000', '152939.734000', '152939.737000', '152959.624000', '152959.626000', '152959.629000', '152959.632000', '152959.634000', '152959.637000', '152959.639000', '152959.642000', '152959.645000', '152959.647000', '152959.650000', '152959.653000', '152959.655000', '152959.658000', '152959.660000', '152959.663000', '152959.666000', '152959.668000', '152959.671000', '152959.673000', '152959.676000', '152959.679000', '152959.681000', '152959.684000', '152959.686000', '152959.689000', '152959.692000', '152959.694000', '152959.697000', '152959.699000', '152959.702000', '152959.705000', '152959.707000', '152959.710000', '152959.712000', '152959.715000', '152959.718000', '152959.720000', '152959.723000', '152959.726000', '152959.728000', '152959.731000', '152959.733000', '153019.623000', '153019.626000', '153019.629000', '153019.632000', '153019.634000', '153019.637000', '153019.639000', '153019.642000', '153019.645000', '153019.647000', '153019.650000', '153019.652000', '153019.655000', '153019.658000', '153019.670000', '153019.672000', '153019.675000', '153019.678000', '153019.680000', '153019.683000', '153019.685000', '153019.688000', '153019.690000', '153019.693000', '153019.696000', '153019.698000', '153019.701000', '153019.704000', '153019.706000', '153019.709000', '153019.711000', '153019.714000', '153019.717000', '153019.719000', '153019.722000', '153019.724000', '153019.727000', '153019.730000', '153019.732000', '153019.735000', '153019.738000', '153019.740000', '153019.743000', '153019.745000', '153039.624000', '153039.626000', '153039.629000', '153039.632000', '153039.634000', '153039.637000', '153039.640000', '153039.642000', '153039.645000', '153039.648000', '153039.650000', '153039.653000', '153039.656000', '153039.658000', '153039.661000', '153039.663000', '153039.666000', '153039.669000', '153039.672000', '153039.674000', '153039.677000', '153039.680000', '153039.682000', '153039.685000', '153039.687000', '153039.690000', '153039.693000', '153039.695000', '153039.698000', '153039.700000', '153039.703000', '153039.706000', '153039.708000', '153039.711000', '153039.714000', '153039.716000', '153039.719000', '153039.721000', '153039.724000', '153039.727000', '153039.729000', '153039.732000', '153039.735000', '153059.624000', '153059.626000', '153059.629000', '153059.632000', '153059.634000', '153059.637000', '153059.639000', '153059.642000', '153059.645000', '153059.647000', '153059.650000', '153059.652000', '153059.655000', '153059.658000', '153059.660000', '153059.663000', '153059.665000', '153059.668000', '153059.671000', '153059.673000', '153059.676000', '153059.678000', '153059.681000', '153059.684000', '153059.686000', '153059.689000', '153059.691000', '153059.694000', '153059.696000', '153059.699000', '153059.702000', '153059.704000', '153059.707000', '153059.709000', '153059.712000', '153059.715000', '153059.717000', '153059.720000', '153059.722000', '153059.725000', '153059.728000', '153059.730000', '153059.733000', '153059.735000', '153119.624000', '153119.626000', '153119.629000', '153119.632000', '153119.634000', '153119.637000', '153119.640000', '153119.642000', '153119.645000', '153119.647000', '153119.650000', '153119.653000', '153119.655000', '153119.658000', '153119.660000', '153119.663000', '153119.666000', '153119.668000', '153119.671000', '153119.674000', '153119.676000', '153119.679000', '153119.681000', '153119.684000', '153119.687000', '153119.689000', '153119.692000', '153119.694000', '153119.697000', '153119.700000', '153119.702000', '153119.705000', '153119.708000', '153119.710000', '153119.713000', '153119.715000', '153119.718000', '153119.721000', '153119.723000', '153119.726000', '153119.729000', '153119.731000', '153119.734000', '153139.624000', '153139.627000', '153139.630000', '153139.632000', '153139.635000', '153139.638000', '153139.640000', '153139.643000', '153139.646000', '153139.648000', '153139.651000', '153139.653000', '153139.656000', '153139.659000', '153139.661000', '153139.664000', '153139.666000', '153139.669000', '153139.672000', '153139.674000', '153139.677000', '153139.679000', '153139.682000', '153139.685000', '153139.687000', '153139.690000', '153139.692000', '153139.695000', '153139.698000', '153139.700000', '153139.703000', '153139.705000', '153139.708000', '153139.711000', '153139.713000', '153139.716000', '153139.718000', '153139.721000', '153139.723000', '153139.726000', '153139.729000', '153139.731000', '153139.734000', '153139.736000', '153159.625000', '153159.627000', '153159.630000', '153159.633000', '153159.635000', '153159.638000', '153159.641000', '153159.643000', '153159.646000', '153159.648000', '153159.651000', '153159.654000', '153159.656000', '153159.659000', '153159.661000', '153159.664000', '153159.667000', '153159.689000', '153159.692000', '153159.695000', '153159.697000', '153159.700000', '153159.702000', '153159.707000', '153159.709000', '153159.712000', '153159.714000', '153159.717000', '153159.719000', '153159.722000', '153159.725000', '153159.727000', '153159.730000', '153159.733000', '153159.735000', '153159.738000', '153159.740000', '153159.743000', '153159.746000', '153159.748000', '153159.751000', '153159.753000', '153159.756000', '153219.624000', '153219.626000', '153219.629000', '153219.632000', '153219.634000', '153219.637000', '153219.639000', '153219.642000', '153219.645000', '153219.647000', '153219.650000', '153219.652000', '153219.655000', '153219.658000', '153219.660000', '153219.663000', '153219.665000', '153219.668000', '153219.671000', '153219.673000', '153219.676000', '153219.678000', '153219.681000', '153219.684000', '153219.686000', '153219.689000', '153219.691000', '153219.694000', '153219.697000', '153219.699000', '153219.702000', '153219.705000', '153219.707000', '153219.710000', '153219.713000', '153219.715000', '153219.718000', '153219.720000', '153219.723000', '153219.725000', '153219.728000', '153219.731000', '153219.733000', '153219.736000', '153239.624000', '153239.627000', '153239.629000', '153239.632000', '153239.635000', '153239.637000', '153239.640000', '153239.642000', '153239.645000', '153239.648000', '153239.650000', '153239.653000', '153239.655000', '153239.658000', '153239.661000', '153239.663000', '153239.666000', '153239.669000', '153239.671000', '153239.674000', '153239.676000', '153239.679000', '153239.682000', '153239.684000', '153239.687000', '153239.690000', '153239.692000', '153239.695000', '153239.697000', '153239.700000', '153239.703000', '153239.705000', '153239.708000', '153239.711000', '153239.713000', '153239.716000', '153239.718000', '153239.721000', '153239.723000', '153239.726000', '153239.729000', '153239.731000', '153239.734000', '153249.463000', '153249.466000', '153249.469000', '153249.471000', '153249.474000', '153249.477000', '153249.479000', '153249.482000', '153249.484000', '153249.487000', '153249.489000', '153249.492000', '153249.495000', '153249.497000', '153249.500000', '153249.503000', '153249.505000', '153249.508000', '153249.510000', '153249.513000', '153249.515000', '153249.518000'], 'InstanceCreationTime': ['152619.686000', '152619.689000', '152619.692000', '152619.694000', '152619.697000', '152619.699000', '152619.702000', '152619.705000', '152619.707000', '152619.710000', '152619.712000', '152619.715000', '152619.725000', '152619.727000', '152619.730000', '152619.733000', '152619.735000', '152619.738000', '152619.740000', '152619.743000', '152619.745000', '152619.748000', '152619.750000', '152619.753000', '152639.623000', '152639.626000', '152639.629000', '152639.632000', '152639.634000', '152639.644000', '152639.647000', '152639.649000', '152639.652000', '152639.654000', '152639.657000', '152639.660000', '152639.662000', '152639.665000', '152639.667000', '152639.670000', '152639.672000', '152639.675000', '152639.678000', '152639.681000', '152639.683000', '152639.686000', '152639.688000', '152639.691000', '152639.693000', '152639.696000', '152639.698000', '152639.701000', '152639.703000', '152639.706000', '152639.709000', '152639.711000', '152639.714000', '152639.716000', '152639.719000', '152639.722000', '152639.724000', '152639.727000', '152639.739000', '152639.742000', '152639.744000', '152639.747000', '152639.749000', '152659.625000', '152659.627000', '152659.630000', '152659.632000', '152659.635000', '152659.638000', '152659.640000', '152659.643000', '152659.645000', '152659.648000', '152659.650000', '152659.653000', '152659.656000', '152659.658000', '152659.661000', '152659.663000', '152659.666000', '152659.668000', '152659.671000', '152659.673000', '152659.676000', '152659.679000', '152659.681000', '152659.684000', '152659.686000', '152659.689000', '152659.691000', '152659.694000', '152659.708000', '152659.710000', '152659.713000', '152659.715000', '152659.718000', '152659.720000', '152659.723000', '152659.726000', '152659.728000', '152659.731000', '152659.733000', '152659.736000', '152659.738000', '152659.741000', '152659.744000', '152659.746000', '152719.624000', '152719.627000', '152719.630000', '152719.632000', '152719.635000', '152719.638000', '152719.640000', '152719.643000', '152719.645000', '152719.648000', '152719.651000', '152719.653000', '152719.656000', '152719.658000', '152719.661000', '152719.664000', '152719.666000', '152719.669000', '152719.672000', '152719.674000', '152719.677000', '152719.679000', '152719.682000', '152719.685000', '152719.687000', '152719.690000', '152719.692000', '152719.695000', '152719.697000', '152719.708000', '152719.711000', '152719.713000', '152719.716000', '152719.719000', '152719.721000', '152719.724000', '152719.726000', '152719.729000', '152719.731000', '152719.734000', '152719.736000', '152719.739000', '152719.742000', '152739.623000', '152739.626000', '152739.629000', '152739.631000', '152739.634000', '152739.637000', '152739.639000', '152739.642000', '152739.645000', '152739.647000', '152739.650000', '152739.652000', '152739.655000', '152739.657000', '152739.660000', '152739.663000', '152739.665000', '152739.668000', '152739.670000', '152739.673000', '152739.675000', '152739.678000', '152739.681000', '152739.683000', '152739.686000', '152739.688000', '152739.691000', '152739.693000', '152739.696000', '152739.699000', '152739.701000', '152739.704000', '152739.706000', '152739.709000', '152739.712000', '152739.714000', '152739.717000', '152739.719000', '152739.722000', '152739.725000', '152739.727000', '152739.730000', '152739.732000', '152739.735000', '152759.623000', '152759.626000', '152759.629000', '152759.631000', '152759.634000', '152759.637000', '152759.639000', '152759.642000', '152759.644000', '152759.647000', '152759.649000', '152759.653000', '152759.656000', '152759.659000', '152759.661000', '152759.664000', '152759.667000', '152759.669000', '152759.672000', '152759.674000', '152759.677000', '152759.679000', '152759.682000', '152759.684000', '152759.687000', '152759.690000', '152759.692000', '152759.695000', '152759.698000', '152759.700000', '152759.703000', '152759.705000', '152759.708000', '152759.710000', '152759.713000', '152759.716000', '152759.719000', '152759.721000', '152759.724000', '152759.726000', '152759.729000', '152759.732000', '152759.734000', '152819.623000', '152819.626000', '152819.629000', '152819.631000', '152819.634000', '152819.636000', '152819.639000', '152819.642000', '152819.644000', '152819.647000', '152819.649000', '152819.652000', '152819.654000', '152819.657000', '152819.660000', '152819.662000', '152819.665000', '152819.667000', '152819.676000', '152819.679000', '152819.681000', '152819.684000', '152819.686000', '152819.689000', '152819.692000', '152819.694000', '152819.697000', '152819.699000', '152819.702000', '152819.705000', '152819.707000', '152819.710000', '152819.712000', '152819.715000', '152819.718000', '152819.720000', '152819.723000', '152819.725000', '152819.728000', '152819.730000', '152819.733000', '152819.736000', '152819.738000', '152819.741000', '152839.624000', '152839.626000', '152839.629000', '152839.632000', '152839.634000', '152839.637000', '152839.640000', '152839.642000', '152839.645000', '152839.647000', '152839.650000', '152839.653000', '152839.655000', '152839.658000', '152839.660000', '152839.663000', '152839.666000', '152839.668000', '152839.671000', '152839.673000', '152839.676000', '152839.679000', '152839.681000', '152839.684000', '152839.687000', '152839.689000', '152839.692000', '152839.695000', '152839.697000', '152839.700000', '152839.703000', '152839.705000', '152839.708000', '152839.710000', '152839.713000', '152839.716000', '152839.718000', '152839.721000', '152839.723000', '152839.726000', '152839.729000', '152839.731000', '152839.734000', '152859.624000', '152859.627000', '152859.629000', '152859.632000', '152859.634000', '152859.637000', '152859.640000', '152859.642000', '152859.645000', '152859.647000', '152859.650000', '152859.652000', '152859.655000', '152859.658000', '152859.660000', '152859.663000', '152859.665000', '152859.668000', '152859.671000', '152859.673000', '152859.676000', '152859.678000', '152859.681000', '152859.684000', '152859.686000', '152859.715000', '152859.718000', '152859.720000', '152859.723000', '152859.726000', '152859.728000', '152859.731000', '152859.733000', '152859.736000', '152859.739000', '152859.741000', '152859.744000', '152859.746000', '152859.749000', '152859.751000', '152859.754000', '152859.757000', '152859.759000', '152859.762000', '152919.625000', '152919.627000', '152919.630000', '152919.632000', '152919.635000', '152919.638000', '152919.640000', '152919.643000', '152919.645000', '152919.648000', '152919.651000', '152919.653000', '152919.656000', '152919.659000', '152919.661000', '152919.664000', '152919.666000', '152919.669000', '152919.672000', '152919.674000', '152919.677000', '152919.679000', '152919.682000', '152919.685000', '152919.687000', '152919.690000', '152919.693000', '152919.695000', '152919.698000', '152919.700000', '152919.703000', '152919.705000', '152919.708000', '152919.711000', '152919.713000', '152919.716000', '152919.719000', '152919.721000', '152919.724000', '152919.726000', '152919.729000', '152919.732000', '152919.734000', '152939.624000', '152939.627000', '152939.630000', '152939.632000', '152939.635000', '152939.638000', '152939.640000', '152939.643000', '152939.645000', '152939.648000', '152939.651000', '152939.653000', '152939.656000', '152939.658000', '152939.661000', '152939.664000', '152939.666000', '152939.669000', '152939.671000', '152939.674000', '152939.677000', '152939.679000', '152939.682000', '152939.685000', '152939.687000', '152939.690000', '152939.692000', '152939.695000', '152939.698000', '152939.700000', '152939.703000', '152939.705000', '152939.708000', '152939.711000', '152939.713000', '152939.716000', '152939.718000', '152939.721000', '152939.724000', '152939.726000', '152939.729000', '152939.732000', '152939.734000', '152939.737000', '152959.624000', '152959.626000', '152959.629000', '152959.632000', '152959.634000', '152959.637000', '152959.639000', '152959.642000', '152959.645000', '152959.647000', '152959.650000', '152959.653000', '152959.655000', '152959.658000', '152959.660000', '152959.663000', '152959.666000', '152959.668000', '152959.671000', '152959.673000', '152959.676000', '152959.679000', '152959.681000', '152959.684000', '152959.686000', '152959.689000', '152959.692000', '152959.694000', '152959.697000', '152959.699000', '152959.702000', '152959.705000', '152959.707000', '152959.710000', '152959.712000', '152959.715000', '152959.718000', '152959.720000', '152959.723000', '152959.726000', '152959.728000', '152959.731000', '152959.733000', '153019.623000', '153019.626000', '153019.629000', '153019.632000', '153019.634000', '153019.637000', '153019.639000', '153019.642000', '153019.645000', '153019.647000', '153019.650000', '153019.652000', '153019.655000', '153019.658000', '153019.670000', '153019.672000', '153019.675000', '153019.678000', '153019.680000', '153019.683000', '153019.685000', '153019.688000', '153019.690000', '153019.693000', '153019.696000', '153019.698000', '153019.701000', '153019.704000', '153019.706000', '153019.709000', '153019.711000', '153019.714000', '153019.717000', '153019.719000', '153019.722000', '153019.724000', '153019.727000', '153019.730000', '153019.732000', '153019.735000', '153019.738000', '153019.740000', '153019.743000', '153019.745000', '153039.624000', '153039.626000', '153039.629000', '153039.632000', '153039.634000', '153039.637000', '153039.640000', '153039.642000', '153039.645000', '153039.648000', '153039.650000', '153039.653000', '153039.656000', '153039.658000', '153039.661000', '153039.663000', '153039.666000', '153039.669000', '153039.672000', '153039.674000', '153039.677000', '153039.680000', '153039.682000', '153039.685000', '153039.687000', '153039.690000', '153039.693000', '153039.695000', '153039.698000', '153039.700000', '153039.703000', '153039.706000', '153039.708000', '153039.711000', '153039.714000', '153039.716000', '153039.719000', '153039.721000', '153039.724000', '153039.727000', '153039.729000', '153039.732000', '153039.735000', '153059.624000', '153059.626000', '153059.629000', '153059.632000', '153059.634000', '153059.637000', '153059.639000', '153059.642000', '153059.645000', '153059.647000', '153059.650000', '153059.652000', '153059.655000', '153059.658000', '153059.660000', '153059.663000', '153059.665000', '153059.668000', '153059.671000', '153059.673000', '153059.676000', '153059.678000', '153059.681000', '153059.684000', '153059.686000', '153059.689000', '153059.691000', '153059.694000', '153059.696000', '153059.699000', '153059.702000', '153059.704000', '153059.707000', '153059.709000', '153059.712000', '153059.715000', '153059.717000', '153059.720000', '153059.722000', '153059.725000', '153059.728000', '153059.730000', '153059.733000', '153059.735000', '153119.624000', '153119.626000', '153119.629000', '153119.632000', '153119.634000', '153119.637000', '153119.640000', '153119.642000', '153119.645000', '153119.647000', '153119.650000', '153119.653000', '153119.655000', '153119.658000', '153119.660000', '153119.663000', '153119.666000', '153119.668000', '153119.671000', '153119.674000', '153119.676000', '153119.679000', '153119.681000', '153119.684000', '153119.687000', '153119.689000', '153119.692000', '153119.694000', '153119.697000', '153119.700000', '153119.702000', '153119.705000', '153119.708000', '153119.710000', '153119.713000', '153119.715000', '153119.718000', '153119.721000', '153119.723000', '153119.726000', '153119.729000', '153119.731000', '153119.734000', '153139.624000', '153139.627000', '153139.630000', '153139.632000', '153139.635000', '153139.638000', '153139.640000', '153139.643000', '153139.646000', '153139.648000', '153139.651000', '153139.653000', '153139.656000', '153139.659000', '153139.661000', '153139.664000', '153139.666000', '153139.669000', '153139.672000', '153139.674000', '153139.677000', '153139.679000', '153139.682000', '153139.685000', '153139.687000', '153139.690000', '153139.692000', '153139.695000', '153139.698000', '153139.700000', '153139.703000', '153139.705000', '153139.708000', '153139.711000', '153139.713000', '153139.716000', '153139.718000', '153139.721000', '153139.723000', '153139.726000', '153139.729000', '153139.731000', '153139.734000', '153139.736000', '153159.625000', '153159.627000', '153159.630000', '153159.633000', '153159.635000', '153159.638000', '153159.641000', '153159.643000', '153159.646000', '153159.648000', '153159.651000', '153159.654000', '153159.656000', '153159.659000', '153159.661000', '153159.664000', '153159.667000', '153159.689000', '153159.692000', '153159.695000', '153159.697000', '153159.700000', '153159.702000', '153159.707000', '153159.709000', '153159.712000', '153159.714000', '153159.717000', '153159.719000', '153159.722000', '153159.725000', '153159.727000', '153159.730000', '153159.733000', '153159.735000', '153159.738000', '153159.740000', '153159.743000', '153159.746000', '153159.748000', '153159.751000', '153159.753000', '153159.756000', '153219.624000', '153219.626000', '153219.629000', '153219.632000', '153219.634000', '153219.637000', '153219.639000', '153219.642000', '153219.645000', '153219.647000', '153219.650000', '153219.652000', '153219.655000', '153219.658000', '153219.660000', '153219.663000', '153219.665000', '153219.668000', '153219.671000', '153219.673000', '153219.676000', '153219.678000', '153219.681000', '153219.684000', '153219.686000', '153219.689000', '153219.691000', '153219.694000', '153219.697000', '153219.699000', '153219.702000', '153219.705000', '153219.707000', '153219.710000', '153219.713000', '153219.715000', '153219.718000', '153219.720000', '153219.723000', '153219.725000', '153219.728000', '153219.731000', '153219.733000', '153219.736000', '153239.624000', '153239.627000', '153239.629000', '153239.632000', '153239.635000', '153239.637000', '153239.640000', '153239.642000', '153239.645000', '153239.648000', '153239.650000', '153239.653000', '153239.655000', '153239.658000', '153239.661000', '153239.663000', '153239.666000', '153239.669000', '153239.671000', '153239.674000', '153239.676000', '153239.679000', '153239.682000', '153239.684000', '153239.687000', '153239.690000', '153239.692000', '153239.695000', '153239.697000', '153239.700000', '153239.703000', '153239.705000', '153239.708000', '153239.711000', '153239.713000', '153239.716000', '153239.718000', '153239.721000', '153239.723000', '153239.726000', '153239.729000', '153239.731000', '153239.734000', '153249.463000', '153249.466000', '153249.469000', '153249.471000', '153249.474000', '153249.477000', '153249.479000', '153249.482000', '153249.484000', '153249.487000', '153249.489000', '153249.492000', '153249.495000', '153249.497000', '153249.500000', '153249.503000', '153249.505000', '153249.508000', '153249.510000', '153249.513000', '153249.515000', '153249.518000'], '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': [13615, 11164, 11678, 14503, 9442, 13727, 9433, 14786, 10364, 12551, 9592, 11265, 11453, 9697, 15762, 10705, 11969, 9399, 11851, 9246, 14947, 11071, 13697, 10590, 9111, 8778, 9276, 8970, 12265, 9124, 10475, 9099, 12122, 13663, 11485, 9482, 10440, 9427, 12532, 9444, 13879, 9906, 14407, 10520, 14249, 11450, 13595, 9233, 12346, 9188, 10708, 12391, 9516, 13818, 9029, 12480, 8911, 13894, 9120, 12154, 9126, 9313, 9174, 9363, 11237, 9160, 11106, 10717, 10069, 11181, 10044, 9316, 11137, 9154, 12538, 9233, 12631, 10610, 9344, 12264, 15392, 11278, 12574, 9438, 9865, 9764, 8854, 11900, 9240, 15278, 9317, 11546, 9469, 15626, 9784, 12697, 9447, 14018, 9737, 13078, 9710, 11142, 9928, 11490, 9965, 13851, 10194, 9649, 15611, 10751, 12326, 9607, 10902, 9818, 8975, 15636, 9422, 13744, 9321, 11702, 9431, 9269, 15015, 9639, 12862, 9165, 11038, 9413, 9223, 9689, 9037, 16173, 9780, 12343, 9303, 11998, 8881, 11813, 9206, 9496, 9655, 9125, 11336, 9356, 14574, 10026, 9633, 10967, 9149, 12381, 9542, 14078, 9583, 11095, 9897, 9144, 10903, 10687, 9806, 13015, 9196, 10567, 9156, 12190, 12583, 9486, 10336, 15112, 10654, 12455, 9448, 11350, 9157, 10832, 9346, 10707, 9011, 10957, 9409, 11547, 10761, 9480, 10433, 11394, 10705, 15031, 11578, 11461, 9079, 12057, 9169, 12882, 9026, 11872, 9066, 11885, 8993, 14398, 10415, 14896, 11121, 12092, 9988, 8621, 9041, 9080, 13751, 8855, 10895, 9379, 12094, 9020, 10268, 8937, 10332, 9088, 8778, 14356, 10100, 9203, 11358, 15564, 12676, 14068, 10903, 10985, 8827, 11726, 8892, 9323, 9233, 9333, 10403, 9565, 13822, 8941, 12670, 9100, 13639, 8952, 13930, 8998, 11893, 9275, 11827, 9013, 11362, 9142, 10048, 9245, 13570, 8938, 13382, 9101, 13831, 9529, 14584, 10276, 9466, 9371, 14635, 10402, 14183, 10032, 13622, 9568, 13808, 9492, 14885, 10965, 12568, 9147, 9210, 10270, 8993, 11777, 8925, 10775, 13921, 8630, 9534, 8813, 9244, 11886, 12194, 13639, 9236, 10140, 10187, 9414, 12868, 10269, 9272, 10288, 8839, 9843, 9740, 9186, 13256, 9049, 15718, 8877, 12889, 8892, 13594, 9096, 12137, 9069, 8891, 9656, 10268, 9299, 10664, 9192, 11783, 9575, 14960, 10857, 10540, 9064, 13931, 9424, 15850, 11429, 12503, 9268, 10942, 9363, 10226, 9829, 10950, 9563, 10143, 9369, 10942, 15436, 11014, 12235, 8864, 11306, 9094, 9845, 13354, 8951, 12636, 9198, 11990, 8874, 13353, 8786, 10158, 9628, 8579, 9884, 8696, 10836, 8822, 12159, 8754, 10499, 8638, 10151, 8599, 13029, 8919, 10502, 8609, 9424, 8697, 13932, 10074, 9592, 9813, 9070, 13696, 13064, 10324, 12687, 9156, 11174, 8946, 11206, 9204, 9879, 9108, 12048, 9235, 14235, 8746, 8444, 9144, 9097, 10476, 10318, 9097, 11674, 9062, 11034, 8852, 8699, 9187, 9078, 13316, 8755, 9511, 8647, 13644, 8793, 13959, 9497, 12363, 8644, 10842, 8883, 10090, 8960, 9347, 8598, 11696, 8731, 10042, 8743, 14431, 9675, 12159, 8541, 10006, 8884, 8655, 12310, 8760, 13050, 8559, 10027, 8858, 9302, 8677, 9357, 9072, 8934, 8615, 11175, 8623, 12874, 8575, 12673, 9528, 12449, 8897, 8492, 9608, 8688, 11681, 9970, 8575, 11281, 8648, 11572, 8566, 10555, 8735, 9340, 8978, 8682, 9474, 8759, 13568, 9642, 11225, 8668, 9914, 11859, 8956, 14060, 8648, 11463, 8569, 9639, 8441, 10322, 8842, 8551, 9127, 8934, 9059, 8645, 14529, 9647, 12154, 8583, 9858, 8891, 8661, 12933, 8672, 10467, 8994, 11416, 8838, 11426, 8762, 12237, 8704, 9360, 8749, 11538, 10783, 8582, 13171, 8841, 10273, 8543, 8539, 11502, 8558, 11647, 8501, 11386, 8599, 12514, 8719, 11699, 8542, 8896, 10794, 8721, 9153, 8934, 13324, 8483, 9446, 8122, 8764, 11836, 8509, 9175, 8782, 8408, 8593, 8684, 12785, 8252, 10536, 10145, 11344, 10574, 8346, 8858, 13574, 8206, 11442, 8283, 9148, 8265, 8341, 8957, 8492, 8608, 8193, 8302, 11032, 8352, 9226, 12099, 8553, 11791, 8470, 11165, 8491, 9833, 8317, 8736, 12360, 8329, 9007, 9048, 13836, 10698, 11945, 8724, 8904, 8365, 8852, 9967, 8872, 8236, 8230, 8371, 8555, 8212, 10655, 8294, 10847, 8232, 8405, 8917, 8715, 12365, 8416, 11365, 8383, 8754, 8831, 8622, 12372, 8183, 10557, 8563, 8792, 8406, 8195, 8518, 8742, 8385, 8033, 8547, 8699, 12024, 8722, 12890, 8547, 8831, 10452, 8811, 10904, 8191, 8282, 9867, 11072, 8669, 11623, 8895, 9981, 8067, 8547, 7963, 8560, 8343, 8364, 9123, 12675, 8649, 12331, 8814, 12234, 8593, 11038, 8479, 8208, 8589, 13913, 8670, 10879, 8286, 10945, 8112, 8991, 8015, 8248, 8211, 9213, 8395, 12783, 8253, 8110, 8205, 8226, 10000, 11110, 9378, 12432, 8819, 10497, 8476, 10046, 8430, 10711, 8090, 10262, 8071, 10555, 7998, 8626, 12108, 8686, 11280, 8111, 9938, 8052, 9564, 8274, 8384, 7990, 8681, 8742, 9035, 11922, 8679, 8271, 8489, 8437, 8378, 8185, 9722, 8266, 8573, 10292, 8368, 13215, 8748, 10391, 7979, 9262, 8311, 8626, 10819, 8605, 7877, 8803, 10975, 8067, 9731, 8211, 8134, 8314, 8724, 8329, 8457, 8693, 8036, 8482, 8684, 9101, 9743, 12130, 8812, 10814, 8245, 12121, 8573, 10376, 8154, 8929, 12799, 8169, 11626, 8312, 8977, 8090, 9145, 11688, 8339, 8765, 8599, 8656, 8935, 8121, 8249, 8407, 8688, 8149, 11917, 8307, 10056, 8697, 8534, 10555, 13030, 10124, 11785, 8765, 8683, 8342, 8464, 8389, 9690, 8306, 9965, 8249, 8979, 8345, 11852, 8214, 11491, 8091, 9015, 8405, 8521, 8105, 9005, 8288, 8148, 8183, 10451, 8113, 12839, 8262, 9224, 8325, 13040, 8207, 11323, 8280, 8260, 8127, 8343, 8367, 11399, 8194, 12478, 8102, 11587, 8110, 11166, 8498, 8856, 8174, 8512, 11230, 8504, 8361, 8520, 8375, 8540, 8247, 10651, 8296, 9952, 8645, 11399, 8074, 8117, 10073, 8394, 10637, 8324, 13184, 8305, 10934, 8034, 9527, 8408, 8917, 11362, 8361, 11453, 8207, 8413, 8691, 10305, 8355, 10573, 8183, 10476, 8155, 8936, 8323, 8687, 9636, 8552, 8392, 8911, 9329, 8707, 10736, 8265, 8860, 9228, 11706, 8526, 10047, 8358], 'WindowCenter': [4784.0, 4735.0, 4732.0, 4741.0, 4690.0, 4714.0, 4676.0, 4713.0, 4683.0, 4704.0, 4674.0, 4693.0, 4693.0, 4674.0, 4723.0, 4683.0, 4693.0, 4676.0, 4706.0, 4678.0, 4720.0, 4678.0, 4706.0, 4684.0, 4675.0, 4666.0, 4661.0, 4664.0, 4696.0, 4663.0, 4692.0, 4678.0, 4707.0, 4714.0, 4695.0, 4674.0, 4685.0, 4664.0, 4690.0, 4661.0, 4701.0, 4660.0, 4689.0, 4658.0, 4700.0, 4670.0, 4677.0, 4637.0, 4665.0, 4624.0, 4644.0, 4659.0, 4632.0, 4672.0, 4635.0, 4673.0, 4647.0, 4685.0, 4647.0, 4673.0, 4647.0, 4644.0, 4648.0, 4647.0, 4680.0, 4650.0, 4682.0, 4670.0, 4672.0, 4680.0, 4673.0, 4662.0, 4682.0, 4663.0, 4693.0, 4663.0, 4705.0, 4696.0, 4674.0, 4708.0, 4714.0, 4685.0, 4706.0, 4664.0, 4664.0, 4674.0, 4666.0, 4682.0, 4664.0, 4725.0, 4675.0, 4696.0, 4685.0, 4736.0, 4697.0, 4717.0, 4690.0, 4726.0, 4686.0, 4731.0, 4688.0, 4708.0, 4688.0, 4708.0, 4687.0, 4726.0, 4688.0, 4689.0, 4726.0, 4683.0, 4704.0, 4673.0, 4684.0, 4672.0, 4664.0, 4711.0, 4662.0, 4704.0, 4664.0, 4682.0, 4660.0, 4662.0, 4700.0, 4661.0, 4691.0, 4660.0, 4681.0, 4660.0, 4662.0, 4659.0, 4664.0, 4722.0, 4684.0, 4701.0, 4673.0, 4692.0, 4664.0, 4694.0, 4662.0, 4674.0, 4659.0, 4664.0, 4682.0, 4666.0, 4714.0, 4687.0, 4689.0, 4707.0, 4687.0, 4716.0, 4689.0, 4739.0, 4677.0, 4696.0, 4683.0, 4665.0, 4682.0, 4696.0, 4691.0, 4716.0, 4687.0, 4695.0, 4688.0, 4715.0, 4716.0, 4675.0, 4685.0, 4711.0, 4672.0, 4690.0, 4658.0, 4680.0, 4658.0, 4681.0, 4673.0, 4696.0, 4675.0, 4682.0, 4674.0, 4693.0, 4696.0, 4674.0, 4684.0, 4693.0, 4682.0, 4712.0, 4681.0, 4678.0, 4650.0, 4689.0, 4662.0, 4691.0, 4650.0, 4679.0, 4662.0, 4680.0, 4652.0, 4710.0, 4681.0, 4724.0, 4705.0, 4704.0, 4683.0, 4653.0, 4661.0, 4650.0, 4691.0, 4640.0, 4660.0, 4640.0, 4692.0, 4664.0, 4684.0, 4677.0, 4686.0, 4664.0, 4651.0, 4712.0, 4684.0, 4673.0, 4697.0, 4708.0, 4688.0, 4690.0, 4670.0, 4654.0, 4638.0, 4663.0, 4637.0, 4645.0, 4645.0, 4646.0, 4669.0, 4658.0, 4699.0, 4649.0, 4689.0, 4647.0, 4697.0, 4649.0, 4699.0, 4649.0, 4678.0, 4648.0, 4678.0, 4648.0, 4680.0, 4649.0, 4671.0, 4660.0, 4700.0, 4673.0, 4712.0, 4664.0, 4701.0, 4674.0, 4710.0, 4685.0, 4687.0, 4704.0, 4727.0, 4684.0, 4713.0, 4683.0, 4699.0, 4674.0, 4701.0, 4675.0, 4724.0, 4696.0, 4703.0, 4672.0, 4674.0, 4682.0, 4673.0, 4701.0, 4673.0, 4683.0, 4726.0, 4665.0, 4686.0, 4665.0, 4674.0, 4702.0, 4692.0, 4705.0, 4662.0, 4672.0, 4672.0, 4662.0, 4679.0, 4658.0, 4648.0, 4670.0, 4664.0, 4671.0, 4672.0, 4661.0, 4689.0, 4649.0, 4711.0, 4650.0, 4690.0, 4649.0, 4689.0, 4638.0, 4677.0, 4637.0, 4637.0, 4646.0, 4658.0, 4647.0, 4671.0, 4662.0, 4691.0, 4673.0, 4711.0, 4696.0, 4683.0, 4674.0, 4712.0, 4664.0, 4713.0, 4683.0, 4691.0, 4661.0, 4670.0, 4649.0, 4672.0, 4660.0, 4678.0, 4659.0, 4671.0, 4660.0, 4681.0, 4711.0, 4682.0, 4688.0, 4651.0, 4680.0, 4649.0, 4660.0, 4688.0, 4648.0, 4676.0, 4648.0, 4692.0, 4664.0, 4701.0, 4651.0, 4669.0, 4659.0, 4650.0, 4671.0, 4652.0, 4679.0, 4673.0, 4702.0, 4664.0, 4683.0, 4664.0, 4672.0, 4664.0, 4715.0, 4662.0, 4683.0, 4652.0, 4663.0, 4652.0, 4701.0, 4662.0, 4672.0, 4684.0, 4661.0, 4713.0, 4699.0, 4659.0, 4676.0, 4636.0, 4655.0, 4636.0, 4667.0, 4635.0, 4658.0, 4652.0, 4692.0, 4662.0, 4699.0, 4665.0, 4651.0, 4670.0, 4660.0, 4682.0, 4668.0, 4648.0, 4680.0, 4649.0, 4681.0, 4651.0, 4652.0, 4659.0, 4650.0, 4688.0, 4650.0, 4659.0, 4653.0, 4699.0, 4652.0, 4701.0, 4651.0, 4678.0, 4637.0, 4667.0, 4639.0, 4646.0, 4623.0, 4633.0, 4638.0, 4678.0, 4649.0, 4658.0, 4650.0, 4697.0, 4657.0, 4675.0, 4626.0, 4642.0, 4634.0, 4635.0, 4665.0, 4636.0, 4697.0, 4639.0, 4657.0, 4649.0, 4659.0, 4650.0, 4660.0, 4665.0, 4662.0, 4665.0, 4684.0, 4654.0, 4700.0, 4665.0, 4716.0, 4673.0, 4703.0, 4663.0, 4662.0, 4674.0, 4665.0, 4705.0, 4672.0, 4654.0, 4683.0, 4665.0, 4691.0, 4664.0, 4696.0, 4655.0, 4664.0, 4663.0, 4652.0, 4672.0, 4652.0, 4691.0, 4661.0, 4680.0, 4650.0, 4670.0, 4680.0, 4650.0, 4689.0, 4636.0, 4667.0, 4638.0, 4647.0, 4638.0, 4683.0, 4650.0, 4650.0, 4649.0, 4651.0, 4647.0, 4651.0, 4697.0, 4660.0, 4689.0, 4640.0, 4659.0, 4647.0, 4648.0, 4687.0, 4640.0, 4668.0, 4651.0, 4679.0, 4650.0, 4691.0, 4662.0, 4692.0, 4651.0, 4662.0, 4665.0, 4692.0, 4680.0, 4654.0, 4701.0, 4663.0, 4671.0, 4652.0, 4652.0, 4681.0, 4652.0, 4680.0, 4652.0, 4692.0, 4664.0, 4690.0, 4665.0, 4691.0, 4654.0, 4665.0, 4671.0, 4643.0, 4651.0, 4653.0, 4688.0, 4641.0, 4650.0, 4640.0, 4653.0, 4679.0, 4649.0, 4661.0, 4650.0, 4640.0, 4650.0, 4638.0, 4688.0, 4640.0, 4658.0, 4660.0, 4668.0, 4659.0, 4625.0, 4624.0, 4661.0, 4604.0, 4641.0, 4602.0, 4612.0, 4614.0, 4629.0, 4642.0, 4654.0, 4649.0, 4650.0, 4641.0, 4669.0, 4628.0, 4636.0, 4666.0, 4629.0, 4680.0, 4645.0, 4670.0, 4641.0, 4657.0, 4637.0, 4636.0, 4676.0, 4638.0, 4638.0, 4650.0, 4686.0, 4646.0, 4652.0, 4613.0, 4622.0, 4612.0, 4621.0, 4633.0, 4620.0, 4611.0, 4611.0, 4614.0, 4625.0, 4626.0, 4658.0, 4627.0, 4667.0, 4640.0, 4639.0, 4639.0, 4638.0, 4676.0, 4641.0, 4681.0, 4655.0, 4664.0, 4651.0, 4640.0, 4679.0, 4640.0, 4658.0, 4639.0, 4638.0, 4640.0, 4643.0, 4639.0, 4639.0, 4642.0, 4643.0, 4652.0, 4653.0, 4704.0, 4655.0, 4695.0, 4647.0, 4658.0, 4687.0, 4678.0, 4708.0, 4667.0, 4666.0, 4674.0, 4669.0, 4653.0, 4683.0, 4655.0, 4664.0, 4654.0, 4665.0, 4656.0, 4668.0, 4656.0, 4645.0, 4657.0, 4703.0, 4653.0, 4683.0, 4652.0, 4680.0, 4641.0, 4672.0, 4644.0, 4639.0, 4640.0, 4677.0, 4626.0, 4656.0, 4615.0, 4654.0, 4615.0, 4625.0, 4616.0, 4627.0, 4627.0, 4659.0, 4638.0, 4690.0, 4642.0, 4629.0, 4641.0, 4641.0, 4672.0, 4679.0, 4650.0, 4678.0, 4653.0, 4659.0, 4643.0, 4659.0, 4639.0, 4658.0, 4630.0, 4658.0, 4629.0, 4659.0, 4628.0, 4639.0, 4668.0, 4638.0, 4656.0, 4616.0, 4644.0, 4615.0, 4647.0, 4626.0, 4626.0, 4616.0, 4637.0, 4625.0, 4638.0, 4667.0, 4637.0, 4626.0, 4639.0, 4638.0, 4651.0, 4641.0, 4660.0, 4641.0, 4650.0, 4659.0, 4641.0, 4689.0, 4640.0, 4659.0, 4630.0, 4648.0, 4629.0, 4642.0, 4668.0, 4638.0, 4628.0, 4649.0, 4668.0, 4630.0, 4658.0, 4640.0, 4643.0, 4653.0, 4653.0, 4643.0, 4651.0, 4654.0, 4653.0, 4653.0, 4676.0, 4680.0, 4672.0, 4704.0, 4678.0, 4685.0, 4653.0, 4705.0, 4652.0, 4673.0, 4628.0, 4650.0, 4678.0, 4642.0, 4668.0, 4631.0, 4637.0, 4617.0, 4636.0, 4666.0, 4628.0, 4626.0, 4626.0, 4626.0, 4648.0, 4640.0, 4652.0, 4650.0, 4652.0, 4655.0, 4692.0, 4643.0, 4672.0, 4665.0, 4664.0, 4686.0, 4691.0, 4662.0, 4669.0, 4638.0, 4627.0, 4628.0, 4626.0, 4629.0, 4649.0, 4628.0, 4647.0, 4639.0, 4637.0, 4640.0, 4680.0, 4640.0, 4670.0, 4627.0, 4639.0, 4628.0, 4639.0, 4631.0, 4639.0, 4629.0, 4629.0, 4640.0, 4658.0, 4630.0, 4689.0, 4643.0, 4651.0, 4643.0, 4690.0, 4641.0, 4670.0, 4642.0, 4628.0, 4629.0, 4627.0, 4638.0, 4680.0, 4641.0, 4688.0, 4630.0, 4671.0, 4630.0, 4670.0, 4626.0, 4638.0, 4625.0, 4639.0, 4656.0, 4628.0, 4627.0, 4635.0, 4653.0, 4652.0, 4654.0, 4685.0, 4652.0, 4671.0, 4654.0, 4678.0, 4644.0, 4641.0, 4673.0, 4655.0, 4668.0, 4642.0, 4692.0, 4640.0, 4658.0, 4614.0, 4637.0, 4615.0, 4635.0, 4654.0, 4628.0, 4667.0, 4630.0, 4626.0, 4640.0, 4654.0, 4639.0, 4667.0, 4639.0, 4668.0, 4629.0, 4649.0, 4630.0, 4642.0, 4649.0, 4641.0, 4639.0, 4650.0, 4659.0, 4653.0, 4671.0, 4641.0, 4652.0, 4662.0, 4692.0, 4653.0, 4662.0, 4641.0], 'WindowWidth': [10434.0, 10349.0, 10339.0, 10344.0, 10271.0, 10295.0, 10245.0, 10292.0, 10251.0, 10276.0, 10239.0, 10263.0, 10261.0, 10239.0, 10305.0, 10251.0, 10262.0, 10241.0, 10283.0, 10248.0, 10299.0, 10233.0, 10275.0, 10249.0, 10242.0, 10230.0, 10219.0, 10221.0, 10266.0, 10219.0, 10263.0, 10251.0, 10289.0, 10294.0, 10267.0, 10237.0, 10250.0, 10222.0, 10250.0, 10212.0, 10272.0, 10210.0, 10245.0, 10206.0, 10266.0, 10221.0, 10227.0, 10173.0, 10205.0, 10147.0, 10175.0, 10193.0, 10159.0, 10211.0, 10168.0, 10218.0, 10189.0, 10237.0, 10188.0, 10219.0, 10189.0, 10182.0, 10194.0, 10191.0, 10238.0, 10197.0, 10243.0, 10226.0, 10231.0, 10240.0, 10234.0, 10216.0, 10244.0, 10222.0, 10258.0, 10222.0, 10282.0, 10273.0, 10242.0, 10290.0, 10294.0, 10252.0, 10285.0, 10220.0, 10219.0, 10234.0, 10227.0, 10242.0, 10222.0, 10307.0, 10242.0, 10269.0, 10257.0, 10326.0, 10275.0, 10301.0, 10268.0, 10313.0, 10260.0, 10327.0, 10265.0, 10288.0, 10263.0, 10289.0, 10262.0, 10315.0, 10262.0, 10266.0, 10312.0, 10250.0, 10277.0, 10235.0, 10249.0, 10230.0, 10223.0, 10283.0, 10217.0, 10275.0, 10221.0, 10243.0, 10212.0, 10219.0, 10265.0, 10215.0, 10256.0, 10213.0, 10240.0, 10214.0, 10219.0, 10212.0, 10224.0, 10302.0, 10251.0, 10272.0, 10239.0, 10261.0, 10226.0, 10265.0, 10219.0, 10236.0, 10212.0, 10222.0, 10242.0, 10228.0, 10291.0, 10260.0, 10266.0, 10290.0, 10264.0, 10300.0, 10268.0, 10340.0, 10245.0, 10272.0, 10250.0, 10225.0, 10248.0, 10271.0, 10269.0, 10296.0, 10261.0, 10273.0, 10265.0, 10298.0, 10300.0, 10242.0, 10254.0, 10286.0, 10231.0, 10254.0, 10208.0, 10236.0, 10209.0, 10243.0, 10239.0, 10271.0, 10240.0, 10246.0, 10238.0, 10264.0, 10271.0, 10240.0, 10251.0, 10261.0, 10246.0, 10286.0, 10243.0, 10234.0, 10199.0, 10250.0, 10219.0, 10254.0, 10202.0, 10237.0, 10219.0, 10237.0, 10205.0, 10281.0, 10243.0, 10308.0, 10286.0, 10281.0, 10249.0, 10207.0, 10214.0, 10199.0, 10251.0, 10179.0, 10204.0, 10175.0, 10253.0, 10223.0, 10253.0, 10247.0, 10256.0, 10225.0, 10203.0, 10289.0, 10252.0, 10236.0, 10274.0, 10280.0, 10248.0, 10249.0, 10220.0, 10192.0, 10177.0, 10204.0, 10175.0, 10183.0, 10185.0, 10186.0, 10219.0, 10205.0, 10264.0, 10196.0, 10248.0, 10192.0, 10259.0, 10196.0, 10261.0, 10194.0, 10231.0, 10190.0, 10232.0, 10191.0, 10238.0, 10195.0, 10226.0, 10213.0, 10268.0, 10238.0, 10286.0, 10223.0, 10270.0, 10238.0, 10283.0, 10257.0, 10260.0, 10296.0, 10315.0, 10252.0, 10288.0, 10252.0, 10264.0, 10236.0, 10267.0, 10241.0, 10309.0, 10271.0, 10278.0, 10237.0, 10242.0, 10247.0, 10238.0, 10272.0, 10237.0, 10247.0, 10313.0, 10231.0, 10258.0, 10228.0, 10241.0, 10275.0, 10255.0, 10281.0, 10215.0, 10231.0, 10227.0, 10215.0, 10232.0, 10205.0, 10191.0, 10228.0, 10226.0, 10228.0, 10233.0, 10213.0, 10248.0, 10194.0, 10284.0, 10199.0, 10250.0, 10193.0, 10249.0, 10178.0, 10228.0, 10173.0, 10175.0, 10185.0, 10206.0, 10191.0, 10227.0, 10219.0, 10258.0, 10237.0, 10283.0, 10271.0, 10249.0, 10240.0, 10285.0, 10221.0, 10289.0, 10246.0, 10253.0, 10216.0, 10224.0, 10193.0, 10227.0, 10212.0, 10235.0, 10208.0, 10227.0, 10211.0, 10242.0, 10283.0, 10245.0, 10247.0, 10200.0, 10238.0, 10193.0, 10212.0, 10246.0, 10192.0, 10226.0, 10193.0, 10259.0, 10225.0, 10270.0, 10202.0, 10223.0, 10209.0, 10202.0, 10228.0, 10204.0, 10237.0, 10240.0, 10272.0, 10225.0, 10248.0, 10223.0, 10233.0, 10225.0, 10296.0, 10221.0, 10246.0, 10203.0, 10220.0, 10204.0, 10268.0, 10216.0, 10231.0, 10250.0, 10218.0, 10293.0, 10266.0, 10209.0, 10225.0, 10169.0, 10192.0, 10170.0, 10211.0, 10169.0, 10204.0, 10201.0, 10256.0, 10218.0, 10265.0, 10228.0, 10203.0, 10228.0, 10216.0, 10246.0, 10220.0, 10194.0, 10239.0, 10196.0, 10241.0, 10199.0, 10203.0, 10208.0, 10197.0, 10246.0, 10196.0, 10206.0, 10204.0, 10261.0, 10201.0, 10265.0, 10195.0, 10228.0, 10175.0, 10214.0, 10178.0, 10180.0, 10148.0, 10163.0, 10179.0, 10231.0, 10197.0, 10205.0, 10197.0, 10258.0, 10204.0, 10224.0, 10156.0, 10175.0, 10164.0, 10168.0, 10208.0, 10175.0, 10259.0, 10182.0, 10202.0, 10195.0, 10209.0, 10200.0, 10212.0, 10225.0, 10220.0, 10226.0, 10250.0, 10211.0, 10268.0, 10228.0, 10299.0, 10236.0, 10275.0, 10223.0, 10220.0, 10238.0, 10229.0, 10282.0, 10230.0, 10207.0, 10248.0, 10226.0, 10257.0, 10224.0, 10271.0, 10212.0, 10221.0, 10219.0, 10205.0, 10231.0, 10203.0, 10255.0, 10215.0, 10237.0, 10198.0, 10224.0, 10236.0, 10198.0, 10247.0, 10173.0, 10212.0, 10177.0, 10187.0, 10178.0, 10249.0, 10197.0, 10196.0, 10194.0, 10199.0, 10190.0, 10200.0, 10259.0, 10212.0, 10248.0, 10184.0, 10207.0, 10188.0, 10192.0, 10243.0, 10183.0, 10216.0, 10201.0, 10235.0, 10198.0, 10255.0, 10222.0, 10258.0, 10205.0, 10219.0, 10230.0, 10261.0, 10240.0, 10210.0, 10269.0, 10219.0, 10227.0, 10204.0, 10205.0, 10241.0, 10205.0, 10237.0, 10204.0, 10259.0, 10227.0, 10255.0, 10226.0, 10256.0, 10207.0, 10221.0, 10223.0, 10189.0, 10197.0, 10202.0, 10244.0, 10181.0, 10196.0, 10184.0, 10201.0, 10234.0, 10193.0, 10216.0, 10200.0, 10182.0, 10194.0, 10176.0, 10243.0, 10182.0, 10202.0, 10208.0, 10218.0, 10204.0, 10153.0, 10150.0, 10194.0, 10118.0, 10164.0, 10113.0, 10124.0, 10132.0, 10158.0, 10180.0, 10205.0, 10194.0, 10198.0, 10186.0, 10220.0, 10161.0, 10165.0, 10207.0, 10161.0, 10236.0, 10192.0, 10222.0, 10184.0, 10201.0, 10174.0, 10171.0, 10225.0, 10177.0, 10177.0, 10196.0, 10241.0, 10182.0, 10187.0, 10132.0, 10144.0, 10128.0, 10141.0, 10159.0, 10140.0, 10126.0, 10129.0, 10135.0, 10151.0, 10156.0, 10199.0, 10161.0, 10216.0, 10181.0, 10177.0, 10178.0, 10176.0, 10226.0, 10184.0, 10236.0, 10212.0, 10223.0, 10200.0, 10182.0, 10233.0, 10181.0, 10202.0, 10177.0, 10176.0, 10182.0, 10190.0, 10179.0, 10178.0, 10188.0, 10191.0, 10203.0, 10207.0, 10278.0, 10212.0, 10260.0, 10196.0, 10212.0, 10254.0, 10249.0, 10292.0, 10236.0, 10231.0, 10235.0, 10221.0, 10202.0, 10240.0, 10203.0, 10219.0, 10210.0, 10228.0, 10213.0, 10229.0, 10211.0, 10193.0, 10206.0, 10273.0, 10204.0, 10241.0, 10197.0, 10234.0, 10183.0, 10226.0, 10192.0, 10180.0, 10180.0, 10226.0, 10156.0, 10193.0, 10139.0, 10188.0, 10137.0, 10152.0, 10142.0, 10156.0, 10159.0, 10207.0, 10178.0, 10250.0, 10186.0, 10165.0, 10183.0, 10184.0, 10230.0, 10234.0, 10195.0, 10229.0, 10203.0, 10204.0, 10191.0, 10207.0, 10179.0, 10200.0, 10167.0, 10199.0, 10165.0, 10204.0, 10161.0, 10177.0, 10213.0, 10174.0, 10196.0, 10143.0, 10176.0, 10139.0, 10182.0, 10155.0, 10155.0, 10143.0, 10173.0, 10153.0, 10174.0, 10212.0, 10174.0, 10158.0, 10180.0, 10176.0, 10200.0, 10188.0, 10210.0, 10186.0, 10200.0, 10208.0, 10185.0, 10247.0, 10183.0, 10203.0, 10168.0, 10188.0, 10162.0, 10185.0, 10217.0, 10176.0, 10161.0, 10193.0, 10217.0, 10170.0, 10204.0, 10185.0, 10191.0, 10206.0, 10205.0, 10191.0, 10201.0, 10210.0, 10207.0, 10206.0, 10244.0, 10251.0, 10232.0, 10279.0, 10249.0, 10252.0, 10207.0, 10279.0, 10202.0, 10233.0, 10163.0, 10195.0, 10230.0, 10184.0, 10215.0, 10167.0, 10172.0, 10142.0, 10169.0, 10209.0, 10160.0, 10154.0, 10156.0, 10154.0, 10190.0, 10185.0, 10203.0, 10198.0, 10202.0, 10212.0, 10254.0, 10190.0, 10227.0, 10228.0, 10224.0, 10255.0, 10254.0, 10213.0, 10218.0, 10175.0, 10156.0, 10159.0, 10154.0, 10163.0, 10190.0, 10163.0, 10188.0, 10180.0, 10175.0, 10184.0, 10236.0, 10181.0, 10220.0, 10161.0, 10179.0, 10162.0, 10180.0, 10170.0, 10179.0, 10165.0, 10165.0, 10180.0, 10202.0, 10170.0, 10246.0, 10192.0, 10198.0, 10189.0, 10251.0, 10184.0, 10223.0, 10188.0, 10161.0, 10165.0, 10160.0, 10178.0, 10237.0, 10187.0, 10245.0, 10170.0, 10223.0, 10165.0, 10222.0, 10156.0, 10173.0, 10153.0, 10176.0, 10197.0, 10161.0, 10159.0, 10170.0, 10207.0, 10202.0, 10206.0, 10252.0, 10203.0, 10229.0, 10207.0, 10230.0, 10191.0, 10185.0, 10235.0, 10211.0, 10222.0, 10190.0, 10256.0, 10182.0, 10202.0, 10137.0, 10169.0, 10137.0, 10166.0, 10189.0, 10160.0, 10212.0, 10166.0, 10157.0, 10182.0, 10195.0, 10180.0, 10216.0, 10180.0, 10217.0, 10167.0, 10194.0, 10167.0, 10186.0, 10193.0, 10184.0, 10178.0, 10196.0, 10210.0, 10204.0, 10224.0, 10187.0, 10200.0, 10219.0, 10257.0, 10203.0, 10215.0, 10184.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.0010071526980482204</td></tr>
<tr><td colspan=3>aqi</td><td>0.045200090241102185</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.61670235375857</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1226060692988493</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9431176279195407</td></tr>
<tr><td colspan=3>efc</td><td>0.4725</td></tr>
<tr><td colspan=3>fber</td><td>6165.5869</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12326611625213447</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.351320321469576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5357087413441293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4468240325722603</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.761420752344417</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3988814391157107</td></tr>
<tr><td colspan=3>gcor</td><td>0.00877082</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010365888476371765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017828630283474922</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.8084420174365574</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>39.0117</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1955</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.1956</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296943.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.8434</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1451</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.231</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3814.8775</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1060.532</td></tr>
<tr><td colspan=3>tsnr</td><td>31.96369630098343</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>