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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0132_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0132_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-03/func/sub-0132_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c3d55ddfb2e7bddd7c5968be4c51ad35</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:56:11.017500</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.998769, 0.0101333, -0.0485635, -0.0099364, 0.999941, 0.00429369]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0688445</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7734, -7224, 326, -60, -4, 49, 142]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>222.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4b56161-aff4-417a-a638-b370bef59819||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.6796233654022217, -0.02665862813591957, -0.1312311440706253, 118.07454681396484], [-0.027186831459403038, 2.682769775390625, 0.010275820270180702, -106.09562683105469], [-0.13029220700263977, -0.011519662104547024, 2.696789503097534, -63.600826263427734], [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': ['185611.017500', '185611.477500', '185611.937500', '185612.397500', '185612.857500', '185613.317500', '185613.777500', '185614.237500', '185614.697500', '185615.157500', '185615.617500', '185616.077500', '185616.537500', '185616.997500', '185617.457500', '185617.917500', '185618.377500', '185618.837500', '185619.297500', '185619.757500', '185620.217500', '185620.677500', '185621.137500', '185621.597500', '185622.057500', '185622.517500', '185622.977500', '185623.437500', '185623.897500', '185624.357500', '185624.817500', '185625.277500', '185625.737500', '185626.197500', '185626.657500', '185627.117500', '185627.577500', '185628.037500', '185628.497500', '185628.957500', '185629.417500', '185629.877500', '185630.337500', '185630.797500', '185631.257500', '185631.717500', '185632.177500', '185632.637500', '185633.097500', '185633.557500', '185634.017500', '185634.477500', '185634.937500', '185635.397500', '185635.857500', '185636.317500', '185636.777500', '185637.237500', '185637.697500', '185638.157500', '185638.617500', '185639.077500', '185639.537500', '185639.997500', '185640.457500', '185640.917500', '185641.377500', '185641.837500', '185642.297500', '185642.757500', '185643.217500', '185643.677500', '185644.137500', '185644.597500', '185645.057500', '185645.517500', '185645.977500', '185646.437500', '185646.897500', '185647.357500', '185647.817500', '185648.277500', '185648.737500', '185649.197500', '185649.657500', '185650.117500', '185650.577500', '185651.037500', '185651.497500', '185651.957500', '185652.417500', '185652.877500', '185653.337500', '185653.797500', '185654.257500', '185654.717500', '185655.177500', '185655.637500', '185656.097500', '185656.557500', '185657.017500', '185657.477500', '185657.937500', '185658.397500', '185658.857500', '185659.317500', '185659.777500', '185700.237500', '185700.697500', '185701.157500', '185701.617500', '185702.077500', '185702.537500', '185702.997500', '185703.457500', '185703.917500', '185704.377500', '185704.837500', '185705.297500', '185705.757500', '185706.217500', '185706.677500', '185707.137500', '185707.597500', '185708.057500', '185708.517500', '185708.977500', '185709.437500', '185709.897500', '185710.357500', '185710.817500', '185711.277500', '185711.737500', '185712.197500', '185712.657500', '185713.117500', '185713.577500', '185714.037500', '185714.497500', '185714.957500', '185715.417500', '185715.877500', '185716.337500', '185716.797500', '185717.257500', '185717.717500', '185718.177500', '185718.637500', '185719.097500', '185719.557500', '185720.017500', '185720.477500', '185720.937500', '185721.397500', '185721.857500', '185722.317500', '185722.777500', '185723.237500', '185723.697500', '185724.157500', '185724.617500', '185725.077500', '185725.537500', '185725.997500', '185726.457500', '185726.917500', '185727.377500', '185727.837500', '185728.297500', '185728.757500', '185729.217500', '185729.677500', '185730.137500', '185730.597500', '185731.057500', '185731.517500', '185731.977500', '185732.437500', '185732.897500', '185733.357500', '185733.817500', '185734.277500', '185734.737500', '185735.197500', '185735.657500', '185736.117500', '185736.577500', '185737.037500', '185737.497500', '185737.957500', '185738.417500', '185738.877500', '185739.337500', '185739.797500', '185740.257500', '185740.717500', '185741.177500', '185741.637500', '185742.097500', '185742.557500', '185743.017500', '185743.477500', '185743.937500', '185744.397500', '185744.857500', '185745.317500', '185745.777500', '185746.237500', '185746.697500', '185747.157500', '185747.617500', '185748.077500', '185748.537500', '185748.997500', '185749.457500', '185749.917500', '185750.377500', '185750.837500', '185751.297500', '185751.757500', '185752.217500', '185752.677500', '185753.137500', '185753.597500', '185754.057500', '185754.517500', '185754.977500', '185755.437500', '185755.897500', '185756.357500', '185756.817500', '185757.277500', '185757.737500', '185758.197500', '185758.657500', '185759.117500', '185759.577500', '185800.037500', '185800.497500', '185800.957500', '185801.417500', '185801.877500', '185802.337500', '185802.797500', '185803.257500', '185803.717500', '185804.177500', '185804.637500', '185805.097500', '185805.557500', '185806.017500', '185806.477500', '185806.937500', '185807.397500', '185807.857500', '185808.317500', '185808.777500', '185809.237500', '185809.697500', '185810.157500', '185810.617500', '185811.077500', '185811.537500', '185811.997500', '185812.457500', '185812.917500', '185813.377500', '185813.837500', '185814.297500', '185814.757500', '185815.217500', '185815.677500', '185816.137500', '185816.597500', '185817.057500', '185817.517500', '185817.977500', '185818.437500', '185818.897500', '185819.357500', '185819.817500', '185820.277500', '185820.737500', '185821.197500', '185821.657500', '185822.117500', '185822.577500', '185823.037500', '185823.497500', '185823.957500', '185824.417500', '185824.877500', '185825.337500', '185825.797500', '185826.257500', '185826.717500', '185827.177500', '185827.637500', '185828.097500', '185828.557500', '185829.017500', '185829.477500', '185829.937500', '185830.397500', '185830.857500', '185831.317500', '185831.777500', '185832.237500', '185832.697500', '185833.157500', '185833.617500', '185834.077500', '185834.537500', '185834.997500', '185835.457500', '185835.917500', '185836.377500', '185836.837500', '185837.297500', '185837.757500', '185838.217500', '185838.677500', '185839.137500', '185839.597500', '185840.057500', '185840.517500', '185840.977500', '185841.437500', '185841.897500', '185842.357500', '185842.817500', '185843.277500', '185843.737500', '185844.197500', '185844.657500', '185845.117500', '185845.577500', '185846.037500', '185846.497500', '185846.957500', '185847.417500', '185847.877500', '185848.337500', '185848.797500', '185849.257500', '185849.717500', '185850.177500', '185850.637500', '185851.097500', '185851.557500', '185852.017500', '185852.477500', '185852.937500', '185853.397500', '185853.857500', '185854.317500', '185854.777500', '185855.237500', '185855.697500', '185856.157500', '185856.617500', '185857.077500', '185857.537500', '185857.997500', '185858.457500', '185858.917500', '185859.377500', '185859.837500', '185900.297500', '185900.757500', '185901.217500', '185901.677500', '185902.137500', '185902.597500', '185903.057500', '185903.517500', '185903.977500', '185904.437500', '185904.897500', '185905.357500', '185905.817500', '185906.277500', '185906.737500', '185907.197500', '185907.657500', '185908.117500', '185908.577500', '185909.037500', '185909.497500', '185909.957500', '185910.417500', '185910.877500', '185911.337500', '185911.797500', '185912.257500', '185912.717500', '185913.177500', '185913.637500', '185914.097500', '185914.557500', '185915.017500', '185915.477500', '185915.937500', '185916.397500', '185916.857500', '185917.317500', '185917.777500', '185918.237500', '185918.697500', '185919.157500', '185919.617500', '185920.077500', '185920.537500', '185920.997500', '185921.457500', '185921.917500', '185922.377500', '185922.837500', '185923.297500', '185923.757500', '185924.217500', '185924.677500', '185925.137500', '185925.597500', '185926.057500', '185926.517500', '185926.977500', '185927.437500', '185927.897500', '185928.357500', '185928.817500', '185929.277500', '185929.737500', '185930.197500', '185930.657500', '185931.117500', '185931.577500', '185932.037500', '185932.497500', '185932.957500', '185933.417500', '185933.877500', '185934.337500', '185934.797500', '185935.257500', '185935.717500', '185936.177500', '185936.637500', '185937.097500', '185937.557500', '185938.017500', '185938.477500', '185938.937500', '185939.397500', '185939.857500', '185940.317500', '185940.777500', '185941.237500', '185941.697500', '185942.157500', '185942.617500', '185943.077500', '185943.537500', '185943.997500', '185944.457500', '185944.917500', '185945.377500', '185945.837500', '185946.297500', '185946.757500', '185947.217500', '185947.677500', '185948.137500', '185948.597500', '185949.057500', '185949.517500', '185949.977500', '185950.437500', '185950.897500', '185951.357500', '185951.817500', '185952.277500', '185952.737500', '185953.197500', '185953.657500', '185954.117500', '185954.577500', '185955.037500', '185955.497500', '185955.957500', '185956.417500', '185956.877500', '185957.337500', '185957.797500', '185958.257500', '185958.717500', '185959.177500', '185959.637500', '190000.097500', '190000.557500', '190001.017500', '190001.477500', '190001.937500', '190002.397500', '190002.857500', '190003.317500', '190003.777500', '190004.237500', '190004.697500', '190005.157500', '190005.617500', '190006.077500', '190006.537500', '190006.997500', '190007.457500', '190007.917500', '190008.377500', '190008.837500', '190009.297500', '190009.757500', '190010.217500', '190010.677500', '190011.137500', '190011.597500', '190012.057500', '190012.517500', '190012.977500', '190013.437500', '190013.897500', '190014.357500', '190014.817500', '190015.277500', '190015.737500', '190016.197500', '190016.657500', '190017.117500', '190017.577500', '190018.037500', '190018.497500', '190018.957500', '190019.417500', '190019.877500', '190020.337500', '190020.797500', '190021.257500', '190021.717500', '190022.177500', '190022.637500', '190023.097500', '190023.557500', '190024.017500', '190024.477500', '190024.937500', '190025.397500', '190025.857500', '190026.317500', '190026.777500', '190027.237500', '190027.697500', '190028.157500', '190028.617500', '190029.077500', '190029.537500', '190029.997500', '190030.457500', '190030.917500', '190031.377500', '190031.837500', '190032.297500', '190032.757500', '190033.217500', '190033.677500', '190034.137500', '190034.597500', '190035.057500', '190035.517500', '190035.977500', '190036.437500', '190036.897500', '190037.357500', '190037.817500', '190038.277500', '190038.737500', '190039.197500', '190039.657500', '190040.117500', '190040.577500', '190041.037500', '190041.497500', '190041.957500', '190042.417500', '190042.877500', '190043.337500', '190043.797500', '190044.257500', '190044.717500', '190045.177500', '190045.637500', '190046.097500', '190046.557500', '190047.017500', '190047.477500', '190047.937500', '190048.397500', '190048.857500', '190049.317500', '190049.777500', '190050.237500', '190050.697500', '190051.157500', '190051.617500', '190052.077500', '190052.537500', '190052.997500', '190053.457500', '190053.917500', '190054.377500', '190054.837500', '190055.297500', '190055.757500', '190056.217500', '190056.677500', '190057.137500', '190057.597500', '190058.057500', '190058.517500', '190058.977500', '190059.437500', '190059.897500', '190100.357500', '190100.817500', '190101.277500', '190101.737500', '190102.197500', '190102.657500', '190103.117500', '190103.577500', '190104.037500', '190104.497500', '190104.957500', '190105.417500', '190105.877500', '190106.337500', '190106.797500', '190107.257500', '190107.717500', '190108.177500', '190108.637500', '190109.097500', '190109.557500', '190110.017500', '190110.477500', '190110.937500', '190111.397500', '190111.857500', '190112.317500', '190112.777500', '190113.237500', '190113.697500', '190114.157500', '190114.617500', '190115.077500', '190115.537500', '190115.997500', '190116.457500', '190116.917500', '190117.377500', '190117.837500', '190118.297500', '190118.757500', '190119.217500', '190119.677500', '190120.137500', '190120.597500', '190121.057500', '190121.517500', '190121.977500', '190122.437500', '190122.897500', '190123.357500', '190123.817500', '190124.277500', '190124.737500', '190125.197500', '190125.657500', '190126.117500', '190126.577500', '190127.037500', '190127.497500', '190127.957500', '190128.417500', '190128.877500', '190129.337500', '190129.797500', '190130.257500', '190130.717500', '190131.177500', '190131.637500', '190132.097500', '190132.557500', '190133.017500', '190133.477500', '190133.937500', '190134.397500', '190134.857500', '190135.317500', '190135.777500', '190136.237500', '190136.697500', '190137.157500', '190137.617500', '190138.077500', '190138.537500', '190138.997500', '190139.457500', '190139.917500', '190140.377500', '190140.837500', '190141.297500', '190141.757500', '190142.217500', '190142.677500', '190143.137500', '190143.597500', '190144.057500', '190144.517500', '190144.977500', '190145.437500', '190145.897500', '190146.357500', '190146.817500', '190147.277500', '190147.737500', '190148.197500', '190148.657500', '190149.117500', '190149.577500', '190150.037500', '190150.497500', '190150.957500', '190151.417500', '190151.877500', '190152.337500', '190152.797500', '190153.257500', '190153.717500', '190154.177500', '190154.637500', '190155.097500', '190155.557500', '190156.017500', '190156.477500', '190156.937500', '190157.397500', '190157.857500', '190158.317500', '190158.777500', '190159.237500', '190159.697500', '190200.157500', '190200.617500', '190201.077500', '190201.537500', '190201.997500', '190202.457500', '190202.917500', '190203.377500', '190203.837500', '190204.297500', '190204.757500', '190205.217500', '190205.677500', '190206.137500', '190206.597500', '190207.057500', '190207.517500', '190207.977500', '190208.437500', '190208.897500', '190209.357500', '190209.817500', '190210.277500', '190210.737500', '190211.197500', '190211.657500', '190212.117500', '190212.577500', '190213.037500', '190213.497500', '190213.957500', '190214.417500', '190214.877500', '190215.337500', '190215.797500', '190216.257500', '190216.717500', '190217.177500', '190217.637500', '190218.097500', '190218.557500', '190219.017500', '190219.477500', '190219.937500', '190220.397500', '190220.857500', '190221.317500', '190221.777500', '190222.237500', '190222.697500', '190223.157500', '190223.617500', '190224.077500', '190224.537500', '190224.997500', '190225.457500', '190225.917500', '190226.377500', '190226.837500', '190227.297500', '190227.757500', '190228.217500', '190228.677500', '190229.137500', '190229.597500', '190230.057500', '190230.517500', '190230.977500', '190231.437500', '190231.897500', '190232.357500', '190232.817500', '190233.277500', '190233.737500', '190234.197500', '190234.657500', '190235.117500', '190235.577500', '190236.037500', '190236.497500', '190236.957500', '190237.417500', '190237.877500', '190238.337500', '190238.797500', '190239.257500', '190239.717500', '190240.177500', '190240.637500', '190241.097500', '190241.557500', '190242.017500', '190242.477500', '190242.937500', '190243.397500', '190243.857500', '190244.317500', '190244.777500', '190245.237500', '190245.697500', '190246.157500', '190246.617500', '190247.077500', '190247.537500', '190247.997500', '190248.457500', '190248.917500', '190249.377500', '190249.837500', '190250.297500', '190250.757500', '190251.217500', '190251.677500'], 'ContentTime': ['185634.535000', '185634.538000', '185634.541000', '185634.544000', '185634.547000', '185634.549000', '185634.552000', '185634.554000', '185634.557000', '185634.560000', '185634.562000', '185634.565000', '185634.568000', '185634.570000', '185634.573000', '185634.575000', '185634.578000', '185634.581000', '185634.583000', '185634.586000', '185634.588000', '185634.591000', '185634.593000', '185634.596000', '185634.598000', '185634.601000', '185634.603000', '185634.606000', '185634.609000', '185634.611000', '185634.614000', '185634.616000', '185634.619000', '185634.621000', '185634.628000', '185634.630000', '185634.633000', '185634.635000', '185634.638000', '185634.641000', '185634.643000', '185634.646000', '185634.649000', '185634.655000', '185634.658000', '185634.661000', '185634.663000', '185634.666000', '185654.504000', '185654.507000', '185654.510000', '185654.513000', '185654.515000', '185654.518000', '185654.520000', '185654.523000', '185654.525000', '185654.528000', '185654.530000', '185654.533000', '185654.536000', '185654.538000', '185654.541000', '185654.543000', '185654.546000', '185654.548000', '185654.551000', '185654.553000', '185654.556000', '185654.559000', '185654.561000', '185654.564000', '185654.566000', '185654.569000', '185654.571000', '185654.574000', '185654.576000', '185654.579000', '185654.581000', '185654.584000', '185654.586000', '185654.589000', '185654.591000', '185654.594000', '185654.597000', '185654.599000', '185654.602000', '185654.604000', '185654.607000', '185654.609000', '185654.612000', '185654.615000', '185714.504000', '185714.507000', '185714.510000', '185714.512000', '185714.515000', '185714.517000', '185714.520000', '185714.522000', '185714.525000', '185714.527000', '185714.530000', '185714.532000', '185714.535000', '185714.537000', '185714.540000', '185714.543000', '185714.545000', '185714.548000', '185714.550000', '185714.553000', '185714.569000', '185714.571000', '185714.574000', '185714.576000', '185714.579000', '185714.582000', '185714.584000', '185714.587000', '185714.589000', '185714.592000', '185714.594000', '185714.597000', '185714.599000', '185714.602000', '185714.605000', '185714.607000', '185714.610000', '185714.612000', '185714.615000', '185714.617000', '185714.620000', '185714.623000', '185714.625000', '185734.505000', '185734.508000', '185734.510000', '185734.513000', '185734.515000', '185734.518000', '185734.520000', '185734.523000', '185734.526000', '185734.528000', '185734.531000', '185734.533000', '185734.536000', '185734.538000', '185734.541000', '185734.543000', '185734.546000', '185734.549000', '185734.551000', '185734.554000', '185734.556000', '185734.559000', '185734.573000', '185734.576000', '185734.579000', '185734.582000', '185734.584000', '185734.587000', '185734.589000', '185734.592000', '185734.595000', '185734.597000', '185734.600000', '185734.603000', '185734.605000', '185734.608000', '185734.610000', '185734.613000', '185734.616000', '185734.618000', '185734.621000', '185734.624000', '185734.626000', '185734.629000', '185754.503000', '185754.506000', '185754.509000', '185754.511000', '185754.514000', '185754.517000', '185754.519000', '185754.522000', '185754.524000', '185754.527000', '185754.529000', '185754.532000', '185754.534000', '185754.537000', '185754.540000', '185754.542000', '185754.553000', '185754.556000', '185754.558000', '185754.569000', '185754.571000', '185754.574000', '185754.576000', '185754.579000', '185754.581000', '185754.584000', '185754.587000', '185754.589000', '185754.592000', '185754.594000', '185754.597000', '185754.600000', '185754.602000', '185754.605000', '185754.607000', '185754.610000', '185754.619000', '185754.622000', '185754.624000', '185754.627000', '185754.629000', '185754.632000', '185754.634000', '185814.504000', '185814.506000', '185814.509000', '185814.512000', '185814.514000', '185814.517000', '185814.519000', '185814.522000', '185814.525000', '185814.527000', '185814.530000', '185814.532000', '185814.535000', '185814.538000', '185814.540000', '185814.543000', '185814.546000', '185814.548000', '185814.551000', '185814.554000', '185814.556000', '185814.559000', '185814.561000', '185814.564000', '185814.567000', '185814.569000', '185814.572000', '185814.574000', '185814.577000', '185814.580000', '185814.582000', '185814.585000', '185814.588000', '185814.590000', '185814.593000', '185814.595000', '185814.598000', '185814.601000', '185814.603000', '185814.606000', '185814.608000', '185814.625000', '185814.628000', '185814.630000', '185834.503000', '185834.506000', '185834.509000', '185834.511000', '185834.514000', '185834.517000', '185834.519000', '185834.522000', '185834.524000', '185834.527000', '185834.529000', '185834.532000', '185834.534000', '185834.537000', '185834.539000', '185834.542000', '185834.545000', '185834.547000', '185834.550000', '185834.552000', '185834.555000', '185834.557000', '185834.560000', '185834.562000', '185834.565000', '185834.567000', '185834.570000', '185834.573000', '185834.575000', '185834.578000', '185834.580000', '185834.583000', '185834.585000', '185834.588000', '185834.590000', '185834.593000', '185834.595000', '185834.598000', '185834.601000', '185834.603000', '185834.606000', '185834.608000', '185834.611000', '185854.505000', '185854.507000', '185854.510000', '185854.513000', '185854.515000', '185854.518000', '185854.520000', '185854.523000', '185854.525000', '185854.528000', '185854.531000', '185854.533000', '185854.536000', '185854.538000', '185854.541000', '185854.543000', '185854.571000', '185854.573000', '185854.576000', '185854.578000', '185854.581000', '185854.584000', '185854.586000', '185854.589000', '185854.591000', '185854.594000', '185854.597000', '185854.599000', '185854.602000', '185854.604000', '185854.607000', '185854.610000', '185854.612000', '185854.615000', '185854.617000', '185854.620000', '185854.622000', '185854.625000', '185854.627000', '185854.630000', '185854.633000', '185854.635000', '185854.638000', '185854.640000', '185914.504000', '185914.507000', '185914.510000', '185914.512000', '185914.515000', '185914.518000', '185914.520000', '185914.523000', '185914.525000', '185914.528000', '185914.531000', '185914.533000', '185914.536000', '185914.538000', '185914.541000', '185914.543000', '185914.546000', '185914.548000', '185914.551000', '185914.553000', '185914.556000', '185914.559000', '185914.561000', '185914.564000', '185914.566000', '185914.569000', '185914.571000', '185914.574000', '185914.577000', '185914.579000', '185914.582000', '185914.584000', '185914.587000', '185914.589000', '185914.592000', '185914.595000', '185914.597000', '185914.600000', '185914.602000', '185914.605000', '185914.607000', '185914.610000', '185914.613000', '185934.505000', '185934.508000', '185934.510000', '185934.513000', '185934.515000', '185934.518000', '185934.520000', '185934.523000', '185934.526000', '185934.529000', '185934.531000', '185934.534000', '185934.536000', '185934.539000', '185934.542000', '185934.544000', '185934.547000', '185934.549000', '185934.552000', '185934.555000', '185934.557000', '185934.560000', '185934.562000', '185934.565000', '185934.567000', '185934.570000', '185934.572000', '185934.575000', '185934.578000', '185934.580000', '185934.583000', '185934.586000', '185934.588000', '185934.591000', '185934.593000', '185934.596000', '185934.599000', '185934.601000', '185934.604000', '185934.606000', '185934.609000', '185934.612000', '185934.615000', '185934.617000', '185954.504000', '185954.507000', '185954.510000', '185954.512000', '185954.515000', '185954.517000', '185954.520000', '185954.523000', '185954.525000', '185954.528000', '185954.530000', '185954.533000', '185954.535000', '185954.538000', '185954.540000', '185954.543000', '185954.546000', '185954.548000', '185954.551000', '185954.553000', '185954.556000', '185954.558000', '185954.561000', '185954.563000', '185954.566000', '185954.568000', '185954.571000', '185954.574000', '185954.576000', '185954.579000', '185954.581000', '185954.584000', '185954.586000', '185954.589000', '185954.591000', '185954.594000', '185954.597000', '185954.599000', '185954.602000', '185954.604000', '185954.607000', '185954.610000', '185954.612000', '190014.504000', '190014.506000', '190014.509000', '190014.512000', '190014.515000', '190014.517000', '190014.520000', '190014.522000', '190014.525000', '190014.527000', '190014.530000', '190014.532000', '190014.535000', '190014.538000', '190014.540000', '190014.543000', '190014.545000', '190014.548000', '190014.550000', '190014.553000', '190014.556000', '190014.558000', '190014.561000', '190014.563000', '190014.566000', '190014.568000', '190014.571000', '190014.587000', '190014.589000', '190014.592000', '190014.594000', '190014.597000', '190014.599000', '190014.602000', '190014.605000', '190014.607000', '190014.610000', '190014.612000', '190014.615000', '190014.617000', '190014.620000', '190014.622000', '190014.625000', '190034.503000', '190034.506000', '190034.509000', '190034.511000', '190034.514000', '190034.517000', '190034.519000', '190034.522000', '190034.524000', '190034.527000', '190034.530000', '190034.532000', '190034.535000', '190034.537000', '190034.540000', '190034.542000', '190034.545000', '190034.547000', '190034.550000', '190034.553000', '190034.555000', '190034.558000', '190034.560000', '190034.563000', '190034.565000', '190034.568000', '190034.570000', '190034.573000', '190034.576000', '190034.578000', '190034.581000', '190034.583000', '190034.586000', '190034.589000', '190034.591000', '190034.594000', '190034.596000', '190034.599000', '190034.601000', '190034.604000', '190034.606000', '190034.609000', '190034.612000', '190034.614000', '190054.504000', '190054.506000', '190054.509000', '190054.511000', '190054.514000', '190054.517000', '190054.519000', '190054.522000', '190054.524000', '190054.527000', '190054.530000', '190054.533000', '190054.536000', '190054.539000', '190054.542000', '190054.544000', '190054.547000', '190054.549000', '190054.552000', '190054.555000', '190054.557000', '190054.560000', '190054.564000', '190054.567000', '190054.570000', '190054.572000', '190054.575000', '190054.578000', '190054.587000', '190054.589000', '190054.592000', '190054.594000', '190054.597000', '190054.600000', '190054.602000', '190054.605000', '190054.608000', '190054.610000', '190054.613000', '190054.616000', '190054.618000', '190054.621000', '190054.624000', '190114.505000', '190114.507000', '190114.510000', '190114.513000', '190114.515000', '190114.518000', '190114.520000', '190114.523000', '190114.525000', '190114.528000', '190114.532000', '190114.534000', '190114.537000', '190114.540000', '190114.542000', '190114.545000', '190114.547000', '190114.550000', '190114.553000', '190114.555000', '190114.558000', '190114.560000', '190114.563000', '190114.565000', '190114.568000', '190114.571000', '190114.573000', '190114.576000', '190114.578000', '190114.581000', '190114.584000', '190114.586000', '190114.589000', '190114.591000', '190114.594000', '190114.596000', '190114.599000', '190114.602000', '190114.604000', '190114.607000', '190114.609000', '190114.612000', '190114.614000', '190114.617000', '190134.505000', '190134.507000', '190134.510000', '190134.513000', '190134.515000', '190134.518000', '190134.521000', '190134.523000', '190134.526000', '190134.528000', '190134.531000', '190134.534000', '190134.536000', '190134.539000', '190134.541000', '190134.544000', '190134.546000', '190134.549000', '190134.552000', '190134.554000', '190134.557000', '190134.559000', '190134.562000', '190134.564000', '190134.567000', '190134.569000', '190134.572000', '190134.575000', '190134.577000', '190134.580000', '190134.582000', '190134.585000', '190134.587000', '190134.590000', '190134.593000', '190134.595000', '190134.598000', '190134.601000', '190134.603000', '190134.606000', '190134.608000', '190134.611000', '190134.614000', '190134.616000', '190154.505000', '190154.507000', '190154.510000', '190154.513000', '190154.515000', '190154.518000', '190154.520000', '190154.523000', '190154.534000', '190154.536000', '190154.539000', '190154.541000', '190154.544000', '190154.546000', '190154.549000', '190154.551000', '190154.554000', '190154.557000', '190154.559000', '190154.562000', '190154.564000', '190154.567000', '190154.569000', '190154.572000', '190154.575000', '190154.577000', '190154.580000', '190154.582000', '190154.585000', '190154.588000', '190154.590000', '190154.593000', '190154.595000', '190154.598000', '190154.600000', '190154.603000', '190154.606000', '190154.609000', '190154.612000', '190154.614000', '190154.617000', '190154.620000', '190154.622000', '190214.505000', '190214.508000', '190214.510000', '190214.513000', '190214.515000', '190214.518000', '190214.520000', '190214.523000', '190214.526000', '190214.528000', '190214.531000', '190214.533000', '190214.536000', '190214.539000', '190214.542000', '190214.545000', '190214.548000', '190214.551000', '190214.554000', '190214.558000', '190214.561000', '190214.563000', '190214.566000', '190214.568000', '190214.571000', '190214.574000', '190214.576000', '190214.579000', '190214.581000', '190214.584000', '190214.586000', '190214.589000', '190214.592000', '190214.594000', '190214.597000', '190214.599000', '190214.603000', '190214.606000', '190214.608000', '190214.611000', '190214.613000', '190214.616000', '190214.619000', '190234.504000', '190234.506000', '190234.509000', '190234.511000', '190234.514000', '190234.517000', '190234.519000', '190234.522000', '190234.524000', '190234.527000', '190234.530000', '190234.532000', '190234.535000', '190234.537000', '190234.540000', '190234.542000', '190234.545000', '190234.547000', '190234.550000', '190234.553000', '190234.555000', '190234.558000', '190234.560000', '190234.563000', '190234.565000', '190234.568000', '190234.571000', '190234.573000', '190234.576000', '190234.578000', '190234.581000', '190234.583000', '190234.586000', '190234.589000', '190234.591000', '190234.594000', '190234.596000', '190234.605000', '190234.608000', '190234.610000', '190234.613000', '190234.615000', '190234.618000', '190234.621000', '190253.180000', '190253.183000', '190253.185000', '190253.188000', '190253.190000', '190253.193000', '190253.196000', '190253.198000', '190253.201000', '190253.204000', '190253.206000', '190253.209000', '190253.212000', '190253.215000', '190253.217000', '190253.220000', '190253.223000', '190253.225000', '190253.228000', '190253.231000', '190253.234000', '190253.236000', '190253.239000', '190253.242000', '190253.245000', '190253.247000', '190253.250000', '190253.253000', '190253.255000', '190253.258000', '190253.261000', '190253.263000', '190253.266000', '190253.269000', '190253.272000', '190253.279000', '190253.283000', '190253.286000', '190253.289000', '190253.293000', '190253.296000'], 'InstanceCreationTime': ['185634.535000', '185634.538000', '185634.541000', '185634.544000', '185634.547000', '185634.549000', '185634.552000', '185634.554000', '185634.557000', '185634.560000', '185634.562000', '185634.565000', '185634.568000', '185634.570000', '185634.573000', '185634.575000', '185634.578000', '185634.581000', '185634.583000', '185634.586000', '185634.588000', '185634.591000', '185634.593000', '185634.596000', '185634.598000', '185634.601000', '185634.603000', '185634.606000', '185634.609000', '185634.611000', '185634.614000', '185634.616000', '185634.619000', '185634.621000', '185634.628000', '185634.630000', '185634.633000', '185634.635000', '185634.638000', '185634.641000', '185634.643000', '185634.646000', '185634.649000', '185634.655000', '185634.658000', '185634.661000', '185634.663000', '185634.666000', '185654.504000', '185654.507000', '185654.510000', '185654.513000', '185654.515000', '185654.518000', '185654.520000', '185654.523000', '185654.525000', '185654.528000', '185654.530000', '185654.533000', '185654.536000', '185654.538000', '185654.541000', '185654.543000', '185654.546000', '185654.548000', '185654.551000', '185654.553000', '185654.556000', '185654.559000', '185654.561000', '185654.564000', '185654.566000', '185654.569000', '185654.571000', '185654.574000', '185654.576000', '185654.579000', '185654.581000', '185654.584000', '185654.586000', '185654.589000', '185654.591000', '185654.594000', '185654.597000', '185654.599000', '185654.602000', '185654.604000', '185654.607000', '185654.609000', '185654.612000', '185654.615000', '185714.504000', '185714.507000', '185714.510000', '185714.512000', '185714.515000', '185714.517000', '185714.520000', '185714.522000', '185714.525000', '185714.527000', '185714.530000', '185714.532000', '185714.535000', '185714.537000', '185714.540000', '185714.543000', '185714.545000', '185714.548000', '185714.550000', '185714.553000', '185714.569000', '185714.571000', '185714.574000', '185714.576000', '185714.579000', '185714.582000', '185714.584000', '185714.587000', '185714.589000', '185714.592000', '185714.594000', '185714.597000', '185714.599000', '185714.602000', '185714.605000', '185714.607000', '185714.610000', '185714.612000', '185714.615000', '185714.617000', '185714.620000', '185714.623000', '185714.625000', '185734.505000', '185734.508000', '185734.510000', '185734.513000', '185734.515000', '185734.518000', '185734.520000', '185734.523000', '185734.526000', '185734.528000', '185734.531000', '185734.533000', '185734.536000', '185734.538000', '185734.541000', '185734.543000', '185734.546000', '185734.549000', '185734.551000', '185734.554000', '185734.556000', '185734.559000', '185734.573000', '185734.576000', '185734.579000', '185734.582000', '185734.584000', '185734.587000', '185734.589000', '185734.592000', '185734.595000', '185734.597000', '185734.600000', '185734.603000', '185734.605000', '185734.608000', '185734.610000', '185734.613000', '185734.616000', '185734.618000', '185734.621000', '185734.624000', '185734.626000', '185734.629000', '185754.503000', '185754.506000', '185754.509000', '185754.511000', '185754.514000', '185754.517000', '185754.519000', '185754.522000', '185754.524000', '185754.527000', '185754.529000', '185754.532000', '185754.534000', '185754.537000', '185754.540000', '185754.542000', '185754.553000', '185754.556000', '185754.558000', '185754.569000', '185754.571000', '185754.574000', '185754.576000', '185754.579000', '185754.581000', '185754.584000', '185754.587000', '185754.589000', '185754.592000', '185754.594000', '185754.597000', '185754.600000', '185754.602000', '185754.605000', '185754.607000', '185754.610000', '185754.619000', '185754.622000', '185754.624000', '185754.627000', '185754.629000', '185754.632000', '185754.634000', '185814.504000', '185814.506000', '185814.509000', '185814.512000', '185814.514000', '185814.517000', '185814.519000', '185814.522000', '185814.525000', '185814.527000', '185814.530000', '185814.532000', '185814.535000', '185814.538000', '185814.540000', '185814.543000', '185814.546000', '185814.548000', '185814.551000', '185814.554000', '185814.556000', '185814.559000', '185814.561000', '185814.564000', '185814.567000', '185814.569000', '185814.572000', '185814.574000', '185814.577000', '185814.580000', '185814.582000', '185814.585000', '185814.588000', '185814.590000', '185814.593000', '185814.595000', '185814.598000', '185814.601000', '185814.603000', '185814.606000', '185814.608000', '185814.625000', '185814.628000', '185814.630000', '185834.503000', '185834.506000', '185834.509000', '185834.511000', '185834.514000', '185834.517000', '185834.519000', '185834.522000', '185834.524000', '185834.527000', '185834.529000', '185834.532000', '185834.534000', '185834.537000', '185834.539000', '185834.542000', '185834.545000', '185834.547000', '185834.550000', '185834.552000', '185834.555000', '185834.557000', '185834.560000', '185834.562000', '185834.565000', '185834.567000', '185834.570000', '185834.573000', '185834.575000', '185834.578000', '185834.580000', '185834.583000', '185834.585000', '185834.588000', '185834.590000', '185834.593000', '185834.595000', '185834.598000', '185834.601000', '185834.603000', '185834.606000', '185834.608000', '185834.611000', '185854.505000', '185854.507000', '185854.510000', '185854.513000', '185854.515000', '185854.518000', '185854.520000', '185854.523000', '185854.525000', '185854.528000', '185854.531000', '185854.533000', '185854.536000', '185854.538000', '185854.541000', '185854.543000', '185854.571000', '185854.573000', '185854.576000', '185854.578000', '185854.581000', '185854.584000', '185854.586000', '185854.589000', '185854.591000', '185854.594000', '185854.597000', '185854.599000', '185854.602000', '185854.604000', '185854.607000', '185854.610000', '185854.612000', '185854.615000', '185854.617000', '185854.620000', '185854.622000', '185854.625000', '185854.627000', '185854.630000', '185854.633000', '185854.635000', '185854.638000', '185854.640000', '185914.504000', '185914.507000', '185914.510000', '185914.512000', '185914.515000', '185914.518000', '185914.520000', '185914.523000', '185914.525000', '185914.528000', '185914.531000', '185914.533000', '185914.536000', '185914.538000', '185914.541000', '185914.543000', '185914.546000', '185914.548000', '185914.551000', '185914.553000', '185914.556000', '185914.559000', '185914.561000', '185914.564000', '185914.566000', '185914.569000', '185914.571000', '185914.574000', '185914.577000', '185914.579000', '185914.582000', '185914.584000', '185914.587000', '185914.589000', '185914.592000', '185914.595000', '185914.597000', '185914.600000', '185914.602000', '185914.605000', '185914.607000', '185914.610000', '185914.613000', '185934.505000', '185934.508000', '185934.510000', '185934.513000', '185934.515000', '185934.518000', '185934.520000', '185934.523000', '185934.526000', '185934.529000', '185934.531000', '185934.534000', '185934.536000', '185934.539000', '185934.542000', '185934.544000', '185934.547000', '185934.549000', '185934.552000', '185934.555000', '185934.557000', '185934.560000', '185934.562000', '185934.565000', '185934.567000', '185934.570000', '185934.572000', '185934.575000', '185934.578000', '185934.580000', '185934.583000', '185934.586000', '185934.588000', '185934.591000', '185934.593000', '185934.596000', '185934.599000', '185934.601000', '185934.604000', '185934.606000', '185934.609000', '185934.612000', '185934.615000', '185934.617000', '185954.504000', '185954.507000', '185954.510000', '185954.512000', '185954.515000', '185954.517000', '185954.520000', '185954.523000', '185954.525000', '185954.528000', '185954.530000', '185954.533000', '185954.535000', '185954.538000', '185954.540000', '185954.543000', '185954.546000', '185954.548000', '185954.551000', '185954.553000', '185954.556000', '185954.558000', '185954.561000', '185954.563000', '185954.566000', '185954.568000', '185954.571000', '185954.574000', '185954.576000', '185954.579000', '185954.581000', '185954.584000', '185954.586000', '185954.589000', '185954.591000', '185954.594000', '185954.597000', '185954.599000', '185954.602000', '185954.604000', '185954.607000', '185954.610000', '185954.612000', '190014.504000', '190014.506000', '190014.509000', '190014.512000', '190014.515000', '190014.517000', '190014.520000', '190014.522000', '190014.525000', '190014.527000', '190014.530000', '190014.532000', '190014.535000', '190014.538000', '190014.540000', '190014.543000', '190014.545000', '190014.548000', '190014.550000', '190014.553000', '190014.556000', '190014.558000', '190014.561000', '190014.563000', '190014.566000', '190014.568000', '190014.571000', '190014.587000', '190014.589000', '190014.592000', '190014.594000', '190014.597000', '190014.599000', '190014.602000', '190014.605000', '190014.607000', '190014.610000', '190014.612000', '190014.615000', '190014.617000', '190014.620000', '190014.622000', '190014.625000', '190034.503000', '190034.506000', '190034.509000', '190034.511000', '190034.514000', '190034.517000', '190034.519000', '190034.522000', '190034.524000', '190034.527000', '190034.530000', '190034.532000', '190034.535000', '190034.537000', '190034.540000', '190034.542000', '190034.545000', '190034.547000', '190034.550000', '190034.553000', '190034.555000', '190034.558000', '190034.560000', '190034.563000', '190034.565000', '190034.568000', '190034.570000', '190034.573000', '190034.576000', '190034.578000', '190034.581000', '190034.583000', '190034.586000', '190034.589000', '190034.591000', '190034.594000', '190034.596000', '190034.599000', '190034.601000', '190034.604000', '190034.606000', '190034.609000', '190034.612000', '190034.614000', '190054.504000', '190054.506000', '190054.509000', '190054.511000', '190054.514000', '190054.517000', '190054.519000', '190054.522000', '190054.524000', '190054.527000', '190054.530000', '190054.533000', '190054.536000', '190054.539000', '190054.542000', '190054.544000', '190054.547000', '190054.549000', '190054.552000', '190054.555000', '190054.557000', '190054.560000', '190054.564000', '190054.567000', '190054.570000', '190054.572000', '190054.575000', '190054.578000', '190054.587000', '190054.589000', '190054.592000', '190054.594000', '190054.597000', '190054.600000', '190054.602000', '190054.605000', '190054.608000', '190054.610000', '190054.613000', '190054.616000', '190054.618000', '190054.621000', '190054.624000', '190114.505000', '190114.507000', '190114.510000', '190114.513000', '190114.515000', '190114.518000', '190114.520000', '190114.523000', '190114.525000', '190114.528000', '190114.532000', '190114.534000', '190114.537000', '190114.540000', '190114.542000', '190114.545000', '190114.547000', '190114.550000', '190114.553000', '190114.555000', '190114.558000', '190114.560000', '190114.563000', '190114.565000', '190114.568000', '190114.571000', '190114.573000', '190114.576000', '190114.578000', '190114.581000', '190114.584000', '190114.586000', '190114.589000', '190114.591000', '190114.594000', '190114.596000', '190114.599000', '190114.602000', '190114.604000', '190114.607000', '190114.609000', '190114.612000', '190114.614000', '190114.617000', '190134.505000', '190134.507000', '190134.510000', '190134.513000', '190134.515000', '190134.518000', '190134.521000', '190134.523000', '190134.526000', '190134.528000', '190134.531000', '190134.534000', '190134.536000', '190134.539000', '190134.541000', '190134.544000', '190134.546000', '190134.549000', '190134.552000', '190134.554000', '190134.557000', '190134.559000', '190134.562000', '190134.564000', '190134.567000', '190134.569000', '190134.572000', '190134.575000', '190134.577000', '190134.580000', '190134.582000', '190134.585000', '190134.587000', '190134.590000', '190134.593000', '190134.595000', '190134.598000', '190134.601000', '190134.603000', '190134.606000', '190134.608000', '190134.611000', '190134.614000', '190134.616000', '190154.505000', '190154.507000', '190154.510000', '190154.513000', '190154.515000', '190154.518000', '190154.520000', '190154.523000', '190154.534000', '190154.536000', '190154.539000', '190154.541000', '190154.544000', '190154.546000', '190154.549000', '190154.551000', '190154.554000', '190154.557000', '190154.559000', '190154.562000', '190154.564000', '190154.567000', '190154.569000', '190154.572000', '190154.575000', '190154.577000', '190154.580000', '190154.582000', '190154.585000', '190154.588000', '190154.590000', '190154.593000', '190154.595000', '190154.598000', '190154.600000', '190154.603000', '190154.606000', '190154.609000', '190154.612000', '190154.614000', '190154.617000', '190154.620000', '190154.622000', '190214.505000', '190214.508000', '190214.510000', '190214.513000', '190214.515000', '190214.518000', '190214.520000', '190214.523000', '190214.526000', '190214.528000', '190214.531000', '190214.533000', '190214.536000', '190214.539000', '190214.542000', '190214.545000', '190214.548000', '190214.551000', '190214.554000', '190214.558000', '190214.561000', '190214.563000', '190214.566000', '190214.568000', '190214.571000', '190214.574000', '190214.576000', '190214.579000', '190214.581000', '190214.584000', '190214.586000', '190214.589000', '190214.592000', '190214.594000', '190214.597000', '190214.599000', '190214.603000', '190214.606000', '190214.608000', '190214.611000', '190214.613000', '190214.616000', '190214.619000', '190234.504000', '190234.506000', '190234.509000', '190234.511000', '190234.514000', '190234.517000', '190234.519000', '190234.522000', '190234.524000', '190234.527000', '190234.530000', '190234.532000', '190234.535000', '190234.537000', '190234.540000', '190234.542000', '190234.545000', '190234.547000', '190234.550000', '190234.553000', '190234.555000', '190234.558000', '190234.560000', '190234.563000', '190234.565000', '190234.568000', '190234.571000', '190234.573000', '190234.576000', '190234.578000', '190234.581000', '190234.583000', '190234.586000', '190234.589000', '190234.591000', '190234.594000', '190234.596000', '190234.605000', '190234.608000', '190234.610000', '190234.613000', '190234.615000', '190234.618000', '190234.621000', '190253.180000', '190253.183000', '190253.185000', '190253.188000', '190253.190000', '190253.193000', '190253.196000', '190253.198000', '190253.201000', '190253.204000', '190253.206000', '190253.209000', '190253.212000', '190253.215000', '190253.217000', '190253.220000', '190253.223000', '190253.225000', '190253.228000', '190253.231000', '190253.234000', '190253.236000', '190253.239000', '190253.242000', '190253.245000', '190253.247000', '190253.250000', '190253.253000', '190253.255000', '190253.258000', '190253.261000', '190253.263000', '190253.266000', '190253.269000', '190253.272000', '190253.279000', '190253.283000', '190253.286000', '190253.289000', '190253.293000', '190253.296000'], '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': [8047, 8326, 11330, 7547, 11421, 7629, 8547, 13273, 7377, 11595, 8004, 8686, 14449, 7671, 11625, 8393, 8459, 14020, 8035, 10904, 8024, 7989, 12895, 7884, 10432, 8924, 8002, 11683, 7996, 9723, 8126, 8342, 13461, 9620, 11447, 7644, 8079, 9955, 7679, 11619, 7899, 9155, 10264, 7600, 11960, 7668, 9542, 7662, 8055, 11998, 8944, 11758, 7609, 8901, 9067, 8371, 13326, 7521, 12357, 7804, 8746, 15764, 8961, 13289, 7327, 8874, 10492, 7417, 12317, 8499, 10324, 7165, 8563, 8646, 8287, 10182, 7887, 11102, 9168, 13750, 15552, 15776, 9091, 9057, 7520, 10399, 7875, 9362, 14963, 8400, 11848, 7781, 14127, 12835, 8371, 10727, 7571, 13149, 9609, 11470, 9123, 14134, 10628, 14812, 8372, 11025, 7577, 10036, 7569, 9246, 12271, 8505, 13068, 7387, 10770, 7519, 10504, 7552, 10201, 6971, 10372, 7250, 10309, 7736, 9698, 7350, 8689, 9743, 7726, 12177, 7954, 11768, 7840, 10128, 7719, 9102, 8011, 8946, 12702, 7669, 12771, 9838, 11321, 8176, 8721, 8594, 8532, 11479, 8962, 13884, 7467, 12789, 7807, 11890, 9263, 9776, 11791, 8380, 12166, 7714, 11080, 8937, 9061, 12697, 7224, 10809, 8293, 10868, 8505, 10881, 7570, 9629, 7359, 7831, 7884, 11726, 8118, 12042, 9193, 14796, 10883, 14324, 11174, 9489, 14132, 9870, 10825, 7176, 9065, 12844, 8019, 11063, 7328, 8481, 12341, 7020, 10742, 8038, 9353, 7084, 7742, 8057, 7545, 8336, 7376, 11496, 7094, 11616, 8985, 11776, 7890, 9031, 9826, 9438, 11431, 8799, 16028, 8884, 14493, 11195, 13219, 7778, 9472, 13693, 8627, 12640, 8268, 11360, 7764, 8901, 11573, 8777, 14108, 7597, 10927, 7874, 11017, 7758, 11100, 8082, 11144, 8639, 12038, 7479, 11721, 8094, 11495, 9284, 11345, 8659, 8910, 10361, 9080, 14866, 8800, 14078, 8273, 10574, 9873, 8519, 14446, 7145, 10633, 7624, 7827, 7600, 9315, 7627, 9769, 7425, 8927, 8463, 7403, 9547, 9825, 10248, 15937, 12450, 14117, 8361, 9647, 9340, 9183, 7394, 8189, 9256, 7719, 11176, 8219, 8730, 8455, 10544, 8693, 13613, 9026, 11821, 7359, 11603, 7970, 11377, 8221, 9654, 7767, 8637, 7567, 9887, 7644, 12723, 7743, 9362, 7087, 11447, 8893, 10508, 9029, 9155, 9344, 12034, 10341, 12804, 8521, 13343, 8074, 12913, 10542, 11549, 7727, 8923, 7305, 8657, 6982, 7801, 11830, 7203, 10853, 8249, 8775, 6890, 7171, 11861, 7422, 10626, 7140, 10126, 7270, 9995, 7646, 9589, 7313, 8970, 9489, 8913, 13623, 10638, 12570, 8369, 9848, 12254, 9344, 12817, 7502, 11551, 7660, 10789, 8121, 11143, 7999, 11650, 7961, 10451, 8848, 10192, 13427, 8077, 13797, 9349, 10259, 15250, 8630, 13632, 7676, 8998, 7794, 8680, 7131, 7054, 10813, 7715, 10112, 7624, 9656, 9566, 8284, 13244, 10188, 11297, 10675, 7924, 13716, 9044, 9662, 14762, 8331, 10011, 10422, 7167, 11242, 7718, 8652, 7025, 7242, 11471, 7643, 9705, 7451, 8692, 9384, 8473, 13295, 8495, 11968, 9749, 9654, 15560, 10726, 9761, 7427, 11180, 9035, 9364, 8905, 10824, 8869, 10080, 9781, 8289, 14620, 10085, 11918, 8037, 8850, 13288, 7503, 11431, 8712, 9025, 6627, 7518, 10711, 7051, 10853, 8293, 9158, 7974, 7680, 12379, 8739, 9833, 10809, 7989, 12623, 7688, 9436, 11684, 8138, 12336, 7549, 8234, 14511, 8065, 10822, 8772, 7578, 12507, 8092, 9337, 7638, 7881, 12166, 7691, 9277, 7608, 8584, 10183, 7153, 11360, 8436, 9918, 11575, 7849, 14368, 10113, 10256, 14964, 10723, 10545, 10213, 7765, 11735, 9691, 9724, 7159, 7935, 12285, 7896, 11457, 7794, 9204, 10796, 7720, 12658, 9798, 10407, 9513, 8400, 13618, 10721, 10510, 9092, 7728, 12378, 8980, 10821, 7702, 8942, 7906, 8217, 12740, 8022, 11729, 7374, 10881, 7520, 11438, 8219, 10060, 7105, 11423, 9276, 12985, 8625, 11097, 12101, 8418, 14812, 9797, 10285, 15824, 7357, 10586, 7879, 8281, 11803, 7514, 8601, 6851, 7273, 11146, 7574, 8845, 6856, 7033, 10467, 7094, 10978, 6975, 10876, 7847, 8837, 14700, 8739, 12216, 10066, 10158, 14852, 8979, 11507, 9908, 8476, 13736, 10486, 10618, 7455, 8232, 13278, 8119, 11202, 7846, 9390, 8948, 8479, 14069, 8384, 11562, 8159, 8314, 13548, 7884, 10564, 6975, 8416, 9277, 7722, 10862, 7070, 11940, 8414, 11872, 9288, 11729, 10447, 8626, 14897, 10352, 11468, 9193, 8902, 14933, 9977, 11736, 9692, 8497, 14369, 7708, 10341, 7577, 8852, 6679, 7057, 10234, 6984, 11000, 6985, 9130, 7760, 10954, 8528, 11383, 7927, 12427, 7881, 12733, 9681, 12149, 8201, 9092, 15653, 7509, 13144, 9339, 10120, 8313, 8138, 7130, 8054, 10914, 7939, 11741, 6959, 9790, 7508, 9401, 7252, 8460, 13967, 7020, 11943, 8553, 9523, 6860, 8054, 8985, 7868, 13443, 8834, 12247, 6909, 10397, 6827, 11425, 10784, 9068, 8736, 6565, 7760, 11867, 9027, 13653, 10694, 8478, 13178, 9893, 10866, 8151, 9956, 11982, 9847, 16244, 11963, 13925, 9553, 10071, 8896, 8239, 13149, 7566, 11540, 7945, 8996, 7491, 9051, 7290, 8775, 7396, 10082, 7554, 11470, 7988, 10367, 7352, 8890, 7674, 8801, 13745, 7600, 11472, 7546, 10606, 7777, 10471, 7361, 8831, 7148, 8377, 7098, 8503, 9126, 8037, 10151, 7481, 12177, 7433, 12026, 7314, 12030, 7715, 12295, 9130, 12261, 7915, 11450, 7758, 9660, 12301, 9202, 11487, 7701, 12442, 7324, 12536, 8802, 11054, 7735, 9488, 7576, 9519, 8078, 9093, 12961, 7548, 12872, 9372, 10674, 7656, 8335, 9756, 7550, 11624, 7900, 10220, 8005, 8479, 7493, 8579, 6915, 7563, 11771, 7281, 11590, 8275, 10028, 7439, 8648, 13663, 7946, 12558, 9330, 11502, 8194, 8625, 14771, 7423, 11497, 7679, 8980, 6951, 8574, 13225, 8057, 11754, 7487, 8744, 7774, 8651, 10275, 7674, 8844, 7540, 9036, 7807, 9623, 7936, 12639, 7846, 11878, 8493, 10080, 7399, 8513, 8054, 8219, 14463, 7995, 11815, 7744, 9553, 7183, 8498, 8066, 7729, 11524, 7140, 9938, 7498, 8727, 7093, 7830, 11645, 7357, 12170, 8755, 9617, 7030, 8457, 9396, 7860, 11461, 7297, 10948, 7734, 10456, 10730, 8659, 12861, 7954, 11035, 8223, 9597, 7003, 8605, 9710, 7610], 'WindowCenter': [4182.0, 4180.0, 4196.0, 4143.0, 4179.0, 4138.0, 4147.0, 4186.0, 4139.0, 4177.0, 4136.0, 4148.0, 4185.0, 4137.0, 4167.0, 4134.0, 4135.0, 4174.0, 4136.0, 4167.0, 4133.0, 4136.0, 4173.0, 4134.0, 4177.0, 4159.0, 4148.0, 4175.0, 4146.0, 4156.0, 4150.0, 4160.0, 4187.0, 4156.0, 4166.0, 4124.0, 4148.0, 4156.0, 4136.0, 4176.0, 4152.0, 4171.0, 4169.0, 4137.0, 4175.0, 4135.0, 4158.0, 4136.0, 4160.0, 4176.0, 4145.0, 4177.0, 4134.0, 4148.0, 4146.0, 4147.0, 4187.0, 4137.0, 4189.0, 4136.0, 4148.0, 4195.0, 4146.0, 4174.0, 4123.0, 4146.0, 4168.0, 4129.0, 4178.0, 4159.0, 4180.0, 4140.0, 4159.0, 4161.0, 4161.0, 4157.0, 4149.0, 4178.0, 4159.0, 4191.0, 4200.0, 4198.0, 4150.0, 4146.0, 4136.0, 4180.0, 4150.0, 4184.0, 4211.0, 4147.0, 4190.0, 4150.0, 4187.0, 4177.0, 4136.0, 4155.0, 4123.0, 4175.0, 4142.0, 4153.0, 4132.0, 4173.0, 4143.0, 4161.0, 4108.0, 4128.0, 4097.0, 4129.0, 4098.0, 4119.0, 4138.0, 4107.0, 4146.0, 4098.0, 4151.0, 4113.0, 4139.0, 4112.0, 4139.0, 4103.0, 4142.0, 4125.0, 4155.0, 4127.0, 4145.0, 4124.0, 4148.0, 4159.0, 4139.0, 4189.0, 4148.0, 4190.0, 4150.0, 4170.0, 4140.0, 4162.0, 4151.0, 4161.0, 4192.0, 4153.0, 4190.0, 4169.0, 4181.0, 4150.0, 4161.0, 4159.0, 4162.0, 4180.0, 4161.0, 4189.0, 4139.0, 4189.0, 4139.0, 4205.0, 4161.0, 4174.0, 4179.0, 4149.0, 4179.0, 4140.0, 4180.0, 4147.0, 4161.0, 4178.0, 4130.0, 4168.0, 4150.0, 4180.0, 4160.0, 4192.0, 4152.0, 4169.0, 4152.0, 4152.0, 4153.0, 4191.0, 4162.0, 4202.0, 4185.0, 4213.0, 4182.0, 4201.0, 4167.0, 4159.0, 4188.0, 4157.0, 4167.0, 4115.0, 4147.0, 4176.0, 4137.0, 4166.0, 4114.0, 4137.0, 4164.0, 4114.0, 4166.0, 4136.0, 4146.0, 4127.0, 4141.0, 4138.0, 4148.0, 4160.0, 4152.0, 4192.0, 4153.0, 4192.0, 4175.0, 4194.0, 4150.0, 4171.0, 4172.0, 4173.0, 4195.0, 4162.0, 4211.0, 4162.0, 4200.0, 4181.0, 4190.0, 4126.0, 4158.0, 4189.0, 4145.0, 4175.0, 4134.0, 4168.0, 4136.0, 4149.0, 4165.0, 4134.0, 4185.0, 4136.0, 4167.0, 4139.0, 4166.0, 4138.0, 4166.0, 4150.0, 4177.0, 4149.0, 4178.0, 4139.0, 4190.0, 4152.0, 4181.0, 4160.0, 4170.0, 4136.0, 4147.0, 4158.0, 4146.0, 4187.0, 4146.0, 4188.0, 4147.0, 4166.0, 4144.0, 4136.0, 4172.0, 4114.0, 4154.0, 4124.0, 4138.0, 4138.0, 4157.0, 4138.0, 4170.0, 4152.0, 4161.0, 4161.0, 4141.0, 4172.0, 4183.0, 4183.0, 4214.0, 4192.0, 4202.0, 4151.0, 4159.0, 4148.0, 4145.0, 4113.0, 4135.0, 4143.0, 4137.0, 4191.0, 4149.0, 4148.0, 4137.0, 4157.0, 4150.0, 4188.0, 4150.0, 4168.0, 4117.0, 4166.0, 4153.0, 4179.0, 4137.0, 4146.0, 4127.0, 4136.0, 4127.0, 4158.0, 4137.0, 4180.0, 4139.0, 4147.0, 4132.0, 4178.0, 4161.0, 4169.0, 4150.0, 4148.0, 4149.0, 4181.0, 4159.0, 4177.0, 4139.0, 4176.0, 4126.0, 4168.0, 4155.0, 4158.0, 4116.0, 4135.0, 4114.0, 4135.0, 4104.0, 4126.0, 4164.0, 4127.0, 4156.0, 4123.0, 4137.0, 4114.0, 4116.0, 4180.0, 4140.0, 4170.0, 4130.0, 4169.0, 4139.0, 4171.0, 4153.0, 4175.0, 4142.0, 4175.0, 4173.0, 4163.0, 4191.0, 4172.0, 4182.0, 4139.0, 4174.0, 4181.0, 4151.0, 4179.0, 4128.0, 4180.0, 4139.0, 4193.0, 4152.0, 4178.0, 4152.0, 4179.0, 4142.0, 4184.0, 4150.0, 4172.0, 4180.0, 4140.0, 4192.0, 4150.0, 4157.0, 4188.0, 4138.0, 4177.0, 4116.0, 4159.0, 4138.0, 4150.0, 4114.0, 4116.0, 4169.0, 4140.0, 4169.0, 4140.0, 4161.0, 4158.0, 4153.0, 4191.0, 4160.0, 4170.0, 4159.0, 4139.0, 4188.0, 4149.0, 4159.0, 4186.0, 4135.0, 4158.0, 4154.0, 4115.0, 4165.0, 4126.0, 4137.0, 4114.0, 4126.0, 4164.0, 4140.0, 4158.0, 4127.0, 4161.0, 4171.0, 4152.0, 4191.0, 4161.0, 4186.0, 4165.0, 4160.0, 4196.0, 4157.0, 4147.0, 4125.0, 4168.0, 4135.0, 4146.0, 4149.0, 4169.0, 4147.0, 4157.0, 4144.0, 4123.0, 4188.0, 4145.0, 4156.0, 4113.0, 4135.0, 4163.0, 4114.0, 4165.0, 4124.0, 4132.0, 4103.0, 4115.0, 4144.0, 4116.0, 4155.0, 4134.0, 4147.0, 4123.0, 4126.0, 4166.0, 4138.0, 4157.0, 4156.0, 4125.0, 4164.0, 4126.0, 4148.0, 4164.0, 4125.0, 4167.0, 4124.0, 4139.0, 4198.0, 4135.0, 4167.0, 4134.0, 4127.0, 4177.0, 4136.0, 4148.0, 4126.0, 4137.0, 4175.0, 4150.0, 4171.0, 4150.0, 4159.0, 4167.0, 4130.0, 4179.0, 4151.0, 4170.0, 4180.0, 4150.0, 4202.0, 4159.0, 4159.0, 4189.0, 4157.0, 4155.0, 4143.0, 4125.0, 4164.0, 4145.0, 4147.0, 4115.0, 4139.0, 4179.0, 4137.0, 4165.0, 4126.0, 4159.0, 4165.0, 4138.0, 4178.0, 4158.0, 4168.0, 4147.0, 4139.0, 4189.0, 4157.0, 4157.0, 4135.0, 4127.0, 4176.0, 4157.0, 4167.0, 4127.0, 4147.0, 4126.0, 4126.0, 4165.0, 4135.0, 4177.0, 4128.0, 4168.0, 4151.0, 4178.0, 4137.0, 4156.0, 4131.0, 4166.0, 4148.0, 4175.0, 4136.0, 4156.0, 4164.0, 4124.0, 4178.0, 4135.0, 4144.0, 4162.0, 4099.0, 4143.0, 4111.0, 4121.0, 4148.0, 4112.0, 4121.0, 4102.0, 4125.0, 4164.0, 4137.0, 4158.0, 4129.0, 4131.0, 4169.0, 4141.0, 4181.0, 4131.0, 4182.0, 4153.0, 4173.0, 4215.0, 4164.0, 4191.0, 4174.0, 4173.0, 4201.0, 4149.0, 4181.0, 4159.0, 4148.0, 4187.0, 4167.0, 4157.0, 4124.0, 4152.0, 4202.0, 4137.0, 4180.0, 4139.0, 4161.0, 4149.0, 4149.0, 4190.0, 4149.0, 4180.0, 4138.0, 4150.0, 4189.0, 4139.0, 4170.0, 4114.0, 4151.0, 4170.0, 4151.0, 4179.0, 4130.0, 4177.0, 4150.0, 4182.0, 4149.0, 4179.0, 4157.0, 4148.0, 4202.0, 4158.0, 4168.0, 4134.0, 4135.0, 4187.0, 4158.0, 4165.0, 4133.0, 4134.0, 4175.0, 4137.0, 4155.0, 4125.0, 4134.0, 4088.0, 4114.0, 4155.0, 4115.0, 4155.0, 4127.0, 4160.0, 4139.0, 4180.0, 4149.0, 4177.0, 4140.0, 4178.0, 4151.0, 4204.0, 4160.0, 4193.0, 4134.0, 4148.0, 4185.0, 4117.0, 4167.0, 4136.0, 4145.0, 4124.0, 4123.0, 4103.0, 4134.0, 4153.0, 4125.0, 4166.0, 4116.0, 4157.0, 4129.0, 4146.0, 4126.0, 4136.0, 4176.0, 4117.0, 4180.0, 4136.0, 4147.0, 4105.0, 4139.0, 4146.0, 4138.0, 4188.0, 4160.0, 4192.0, 4142.0, 4171.0, 4131.0, 4181.0, 4184.0, 4160.0, 4151.0, 4129.0, 4153.0, 4179.0, 4149.0, 4189.0, 4156.0, 4138.0, 4178.0, 4145.0, 4156.0, 4123.0, 4146.0, 4155.0, 4135.0, 4176.0, 4144.0, 4154.0, 4121.0, 4130.0, 4110.0, 4111.0, 4140.0, 4089.0, 4127.0, 4099.0, 4109.0, 4089.0, 4119.0, 4099.0, 4109.0, 4102.0, 4155.0, 4115.0, 4155.0, 4112.0, 4133.0, 4099.0, 4123.0, 4102.0, 4137.0, 4165.0, 4116.0, 4155.0, 4125.0, 4142.0, 4126.0, 4158.0, 4116.0, 4137.0, 4117.0, 4137.0, 4116.0, 4163.0, 4159.0, 4140.0, 4160.0, 4141.0, 4190.0, 4142.0, 4193.0, 4142.0, 4191.0, 4154.0, 4206.0, 4176.0, 4193.0, 4163.0, 4175.0, 4141.0, 4161.0, 4181.0, 4162.0, 4169.0, 4128.0, 4177.0, 4142.0, 4182.0, 4162.0, 4167.0, 4140.0, 4160.0, 4141.0, 4173.0, 4140.0, 4161.0, 4180.0, 4140.0, 4190.0, 4160.0, 4169.0, 4128.0, 4139.0, 4160.0, 4141.0, 4180.0, 4151.0, 4163.0, 4148.0, 4150.0, 4127.0, 4149.0, 4130.0, 4141.0, 4181.0, 4141.0, 4192.0, 4150.0, 4173.0, 4140.0, 4153.0, 4191.0, 4153.0, 4172.0, 4148.0, 4169.0, 4137.0, 4150.0, 4189.0, 4130.0, 4168.0, 4127.0, 4148.0, 4129.0, 4150.0, 4178.0, 4127.0, 4166.0, 4116.0, 4149.0, 4138.0, 4159.0, 4170.0, 4139.0, 4147.0, 4140.0, 4163.0, 4142.0, 4160.0, 4140.0, 4178.0, 4140.0, 4181.0, 4150.0, 4172.0, 4141.0, 4151.0, 4138.0, 4149.0, 4191.0, 4139.0, 4171.0, 4130.0, 4159.0, 4128.0, 4151.0, 4138.0, 4140.0, 4165.0, 4130.0, 4170.0, 4140.0, 4150.0, 4129.0, 4150.0, 4181.0, 4143.0, 4193.0, 4150.0, 4154.0, 4129.0, 4165.0, 4163.0, 4153.0, 4182.0, 4141.0, 4182.0, 4141.0, 4182.0, 4169.0, 4150.0, 4182.0, 4140.0, 4182.0, 4152.0, 4162.0, 4131.0, 4150.0, 4161.0, 4153.0], 'WindowWidth': [9304.0, 9293.0, 9303.0, 9226.0, 9266.0, 9209.0, 9220.0, 9271.0, 9210.0, 9258.0, 9200.0, 9218.0, 9263.0, 9205.0, 9242.0, 9195.0, 9197.0, 9245.0, 9201.0, 9244.0, 9193.0, 9202.0, 9246.0, 9196.0, 9259.0, 9239.0, 9221.0, 9253.0, 9216.0, 9230.0, 9228.0, 9245.0, 9273.0, 9229.0, 9239.0, 9180.0, 9220.0, 9228.0, 9201.0, 9252.0, 9233.0, 9260.0, 9251.0, 9206.0, 9252.0, 9199.0, 9232.0, 9202.0, 9243.0, 9255.0, 9213.0, 9254.0, 9197.0, 9219.0, 9214.0, 9219.0, 9270.0, 9208.0, 9277.0, 9203.0, 9219.0, 9280.0, 9215.0, 9248.0, 9178.0, 9214.0, 9245.0, 9192.0, 9255.0, 9236.0, 9268.0, 9218.0, 9239.0, 9242.0, 9243.0, 9228.0, 9222.0, 9260.0, 9237.0, 9283.0, 9291.0, 9287.0, 9221.0, 9212.0, 9203.0, 9269.0, 9229.0, 9282.0, 9310.0, 9219.0, 9280.0, 9227.0, 9271.0, 9257.0, 9199.0, 9219.0, 9178.0, 9251.0, 9201.0, 9216.0, 9185.0, 9245.0, 9198.0, 9221.0, 9146.0, 9171.0, 9130.0, 9175.0, 9130.0, 9161.0, 9183.0, 9142.0, 9190.0, 9134.0, 9212.0, 9162.0, 9191.0, 9158.0, 9189.0, 9148.0, 9198.0, 9182.0, 9223.0, 9188.0, 9210.0, 9181.0, 9217.0, 9234.0, 9209.0, 9276.0, 9222.0, 9279.0, 9225.0, 9252.0, 9212.0, 9245.0, 9228.0, 9241.0, 9283.0, 9234.0, 9279.0, 9249.0, 9266.0, 9224.0, 9241.0, 9238.0, 9243.0, 9267.0, 9242.0, 9275.0, 9209.0, 9277.0, 9209.0, 9310.0, 9243.0, 9261.0, 9261.0, 9221.0, 9261.0, 9211.0, 9265.0, 9215.0, 9239.0, 9255.0, 9197.0, 9243.0, 9223.0, 9263.0, 9241.0, 9290.0, 9234.0, 9252.0, 9233.0, 9232.0, 9235.0, 9284.0, 9248.0, 9301.0, 9283.0, 9317.0, 9270.0, 9296.0, 9241.0, 9236.0, 9273.0, 9228.0, 9241.0, 9166.0, 9215.0, 9253.0, 9200.0, 9240.0, 9166.0, 9199.0, 9232.0, 9168.0, 9238.0, 9198.0, 9212.0, 9189.0, 9214.0, 9206.0, 9222.0, 9241.0, 9235.0, 9285.0, 9238.0, 9286.0, 9269.0, 9291.0, 9226.0, 9258.0, 9258.0, 9262.0, 9293.0, 9244.0, 9310.0, 9243.0, 9293.0, 9269.0, 9280.0, 9184.0, 9230.0, 9275.0, 9212.0, 9249.0, 9194.0, 9245.0, 9201.0, 9218.0, 9235.0, 9192.0, 9261.0, 9201.0, 9243.0, 9207.0, 9239.0, 9206.0, 9239.0, 9224.0, 9257.0, 9224.0, 9259.0, 9209.0, 9279.0, 9230.0, 9270.0, 9236.0, 9249.0, 9197.0, 9214.0, 9230.0, 9213.0, 9268.0, 9213.0, 9272.0, 9218.0, 9241.0, 9204.0, 9195.0, 9240.0, 9165.0, 9218.0, 9181.0, 9206.0, 9207.0, 9228.0, 9208.0, 9252.0, 9234.0, 9243.0, 9244.0, 9217.0, 9260.0, 9277.0, 9277.0, 9317.0, 9285.0, 9300.0, 9228.0, 9237.0, 9217.0, 9210.0, 9164.0, 9197.0, 9204.0, 9207.0, 9287.0, 9223.0, 9218.0, 9203.0, 9227.0, 9221.0, 9271.0, 9222.0, 9242.0, 9172.0, 9238.0, 9236.0, 9260.0, 9199.0, 9210.0, 9185.0, 9196.0, 9187.0, 9230.0, 9202.0, 9261.0, 9208.0, 9213.0, 9201.0, 9259.0, 9238.0, 9245.0, 9222.0, 9215.0, 9219.0, 9263.0, 9234.0, 9253.0, 9204.0, 9250.0, 9183.0, 9239.0, 9220.0, 9225.0, 9166.0, 9193.0, 9164.0, 9193.0, 9150.0, 9183.0, 9228.0, 9186.0, 9222.0, 9177.0, 9197.0, 9164.0, 9171.0, 9263.0, 9211.0, 9246.0, 9197.0, 9247.0, 9208.0, 9253.0, 9237.0, 9266.0, 9219.0, 9267.0, 9261.0, 9246.0, 9280.0, 9254.0, 9268.0, 9205.0, 9260.0, 9266.0, 9224.0, 9257.0, 9191.0, 9263.0, 9210.0, 9288.0, 9231.0, 9260.0, 9228.0, 9259.0, 9215.0, 9279.0, 9225.0, 9254.0, 9262.0, 9210.0, 9281.0, 9222.0, 9226.0, 9270.0, 9199.0, 9251.0, 9169.0, 9236.0, 9207.0, 9222.0, 9166.0, 9173.0, 9246.0, 9209.0, 9247.0, 9211.0, 9240.0, 9231.0, 9232.0, 9282.0, 9236.0, 9251.0, 9230.0, 9204.0, 9273.0, 9221.0, 9232.0, 9265.0, 9193.0, 9227.0, 9218.0, 9167.0, 9233.0, 9182.0, 9197.0, 9166.0, 9187.0, 9234.0, 9209.0, 9230.0, 9190.0, 9245.0, 9256.0, 9229.0, 9281.0, 9243.0, 9275.0, 9246.0, 9238.0, 9282.0, 9227.0, 9212.0, 9181.0, 9243.0, 9193.0, 9211.0, 9219.0, 9245.0, 9213.0, 9227.0, 9204.0, 9176.0, 9273.0, 9206.0, 9224.0, 9158.0, 9190.0, 9226.0, 9162.0, 9233.0, 9177.0, 9184.0, 9148.0, 9167.0, 9202.0, 9172.0, 9222.0, 9192.0, 9212.0, 9176.0, 9183.0, 9239.0, 9204.0, 9227.0, 9223.0, 9181.0, 9231.0, 9184.0, 9216.0, 9233.0, 9181.0, 9239.0, 9178.0, 9207.0, 9287.0, 9197.0, 9241.0, 9191.0, 9187.0, 9254.0, 9199.0, 9216.0, 9185.0, 9200.0, 9247.0, 9228.0, 9257.0, 9226.0, 9237.0, 9243.0, 9196.0, 9261.0, 9226.0, 9252.0, 9264.0, 9225.0, 9299.0, 9231.0, 9234.0, 9272.0, 9224.0, 9220.0, 9200.0, 9181.0, 9230.0, 9209.0, 9212.0, 9168.0, 9206.0, 9258.0, 9202.0, 9237.0, 9187.0, 9233.0, 9239.0, 9205.0, 9259.0, 9232.0, 9244.0, 9212.0, 9206.0, 9272.0, 9226.0, 9227.0, 9192.0, 9187.0, 9253.0, 9231.0, 9244.0, 9188.0, 9214.0, 9179.0, 9179.0, 9230.0, 9195.0, 9257.0, 9189.0, 9242.0, 9230.0, 9258.0, 9202.0, 9224.0, 9202.0, 9239.0, 9218.0, 9248.0, 9196.0, 9224.0, 9232.0, 9179.0, 9259.0, 9190.0, 9201.0, 9224.0, 9135.0, 9201.0, 9152.0, 9167.0, 9199.0, 9158.0, 9168.0, 9145.0, 9181.0, 9232.0, 9202.0, 9234.0, 9198.0, 9200.0, 9247.0, 9216.0, 9266.0, 9202.0, 9271.0, 9233.0, 9262.0, 9319.0, 9247.0, 9284.0, 9261.0, 9259.0, 9294.0, 9220.0, 9265.0, 9231.0, 9220.0, 9271.0, 9243.0, 9230.0, 9180.0, 9229.0, 9298.0, 9204.0, 9263.0, 9209.0, 9239.0, 9220.0, 9223.0, 9277.0, 9221.0, 9265.0, 9206.0, 9226.0, 9274.0, 9206.0, 9248.0, 9167.0, 9228.0, 9254.0, 9232.0, 9261.0, 9199.0, 9258.0, 9225.0, 9268.0, 9221.0, 9261.0, 9227.0, 9219.0, 9299.0, 9229.0, 9243.0, 9191.0, 9194.0, 9270.0, 9228.0, 9234.0, 9187.0, 9190.0, 9249.0, 9204.0, 9222.0, 9181.0, 9190.0, 9121.0, 9165.0, 9223.0, 9169.0, 9221.0, 9188.0, 9238.0, 9210.0, 9264.0, 9223.0, 9257.0, 9211.0, 9260.0, 9230.0, 9307.0, 9238.0, 9289.0, 9193.0, 9216.0, 9262.0, 9172.0, 9239.0, 9194.0, 9204.0, 9175.0, 9174.0, 9149.0, 9194.0, 9216.0, 9181.0, 9236.0, 9169.0, 9228.0, 9194.0, 9214.0, 9184.0, 9200.0, 9250.0, 9175.0, 9263.0, 9198.0, 9212.0, 9154.0, 9204.0, 9210.0, 9205.0, 9270.0, 9238.0, 9284.0, 9218.0, 9256.0, 9205.0, 9270.0, 9277.0, 9237.0, 9226.0, 9197.0, 9238.0, 9260.0, 9220.0, 9276.0, 9223.0, 9203.0, 9255.0, 9207.0, 9219.0, 9176.0, 9209.0, 9217.0, 9190.0, 9249.0, 9201.0, 9215.0, 9161.0, 9175.0, 9146.0, 9149.0, 9188.0, 9117.0, 9165.0, 9130.0, 9143.0, 9118.0, 9161.0, 9133.0, 9148.0, 9144.0, 9221.0, 9166.0, 9220.0, 9157.0, 9184.0, 9134.0, 9172.0, 9141.0, 9196.0, 9230.0, 9166.0, 9218.0, 9179.0, 9199.0, 9181.0, 9227.0, 9169.0, 9197.0, 9171.0, 9199.0, 9172.0, 9246.0, 9234.0, 9210.0, 9235.0, 9214.0, 9277.0, 9217.0, 9285.0, 9218.0, 9280.0, 9237.0, 9312.0, 9269.0, 9286.0, 9251.0, 9258.0, 9213.0, 9238.0, 9264.0, 9242.0, 9245.0, 9190.0, 9256.0, 9215.0, 9266.0, 9241.0, 9241.0, 9207.0, 9234.0, 9215.0, 9258.0, 9210.0, 9239.0, 9261.0, 9211.0, 9277.0, 9237.0, 9247.0, 9188.0, 9205.0, 9233.0, 9211.0, 9263.0, 9230.0, 9238.0, 9219.0, 9223.0, 9189.0, 9222.0, 9197.0, 9214.0, 9265.0, 9215.0, 9286.0, 9226.0, 9258.0, 9212.0, 9231.0, 9280.0, 9232.0, 9247.0, 9219.0, 9248.0, 9198.0, 9223.0, 9273.0, 9194.0, 9242.0, 9185.0, 9215.0, 9195.0, 9221.0, 9257.0, 9187.0, 9237.0, 9169.0, 9217.0, 9206.0, 9237.0, 9250.0, 9207.0, 9216.0, 9210.0, 9248.0, 9217.0, 9237.0, 9210.0, 9257.0, 9208.0, 9267.0, 9223.0, 9254.0, 9212.0, 9224.0, 9203.0, 9220.0, 9278.0, 9206.0, 9249.0, 9194.0, 9233.0, 9192.0, 9226.0, 9203.0, 9209.0, 9235.0, 9196.0, 9250.0, 9211.0, 9223.0, 9195.0, 9227.0, 9267.0, 9219.0, 9285.0, 9223.0, 9223.0, 9195.0, 9253.0, 9245.0, 9232.0, 9270.0, 9216.0, 9270.0, 9214.0, 9271.0, 9249.0, 9225.0, 9266.0, 9209.0, 9269.0, 9227.0, 9240.0, 9198.0, 9223.0, 9240.0, 9233.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.0040754200230149595</td></tr>
<tr><td colspan=3>aqi</td><td>0.02984734315304948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.22748604804144</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2296661016705082</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0286161622926266</td></tr>
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
<tr><td colspan=3>fber</td><td>8101.6567</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14736518606184376</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.217491369390103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.32308700974998</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2480746736744504</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5222863944094605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1988999611660294</td></tr>
<tr><td colspan=3>gcor</td><td>0.014429</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01859169825911522</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02856452576816082</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.0459894879672</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.5881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.5202</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.3664</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308383.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.9223</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5021</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.0222</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3431.2282</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.5163</td></tr>
<tr><td colspan=3>tsnr</td><td>35.66454666503705</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>