ds005256-mriqc/sub-0132_ses-03_task-social_acq-mb8_run-01_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
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0132_ses-03_task-social_acq-mb8_run-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-01_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-01_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>93800f8830c7d6e8d2eb73f7c7569294</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:35:6.667500</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-01_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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>b9a2201c-83a0-49b8-858e-d8a3106ffad9||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': ['183506.667500', '183507.127500', '183507.587500', '183508.047500', '183508.507500', '183508.967500', '183509.427500', '183509.887500', '183510.347500', '183510.807500', '183511.267500', '183511.727500', '183512.187500', '183512.647500', '183513.107500', '183513.567500', '183514.027500', '183514.487500', '183514.947500', '183515.407500', '183515.867500', '183516.327500', '183516.787500', '183517.247500', '183517.707500', '183518.167500', '183518.627500', '183519.087500', '183519.547500', '183520.007500', '183520.467500', '183520.927500', '183521.387500', '183521.847500', '183522.307500', '183522.767500', '183523.227500', '183523.687500', '183524.147500', '183524.607500', '183525.067500', '183525.527500', '183525.987500', '183526.447500', '183526.907500', '183527.367500', '183527.827500', '183528.287500', '183528.747500', '183529.207500', '183529.667500', '183530.127500', '183530.587500', '183531.047500', '183531.507500', '183531.967500', '183532.427500', '183532.887500', '183533.347500', '183533.807500', '183534.267500', '183534.727500', '183535.187500', '183535.647500', '183536.107500', '183536.567500', '183537.027500', '183537.487500', '183537.947500', '183538.407500', '183538.867500', '183539.327500', '183539.787500', '183540.247500', '183540.707500', '183541.167500', '183541.627500', '183542.087500', '183542.547500', '183543.007500', '183543.467500', '183543.927500', '183544.387500', '183544.847500', '183545.307500', '183545.767500', '183546.227500', '183546.687500', '183547.147500', '183547.607500', '183548.067500', '183548.527500', '183548.987500', '183549.447500', '183549.907500', '183550.367500', '183550.827500', '183551.287500', '183551.747500', '183552.207500', '183552.667500', '183553.127500', '183553.587500', '183554.047500', '183554.507500', '183554.967500', '183555.427500', '183555.887500', '183556.347500', '183556.807500', '183557.267500', '183557.727500', '183558.187500', '183558.647500', '183559.107500', '183559.567500', '183600.027500', '183600.487500', '183600.947500', '183601.407500', '183601.867500', '183602.327500', '183602.787500', '183603.247500', '183603.707500', '183604.167500', '183604.627500', '183605.087500', '183605.547500', '183606.007500', '183606.467500', '183606.927500', '183607.387500', '183607.847500', '183608.307500', '183608.767500', '183609.227500', '183609.687500', '183610.147500', '183610.607500', '183611.067500', '183611.527500', '183611.987500', '183612.447500', '183612.907500', '183613.367500', '183613.827500', '183614.287500', '183614.747500', '183615.207500', '183615.667500', '183616.127500', '183616.587500', '183617.047500', '183617.507500', '183617.967500', '183618.427500', '183618.887500', '183619.347500', '183619.807500', '183620.267500', '183620.727500', '183621.187500', '183621.647500', '183622.107500', '183622.567500', '183623.027500', '183623.487500', '183623.947500', '183624.407500', '183624.867500', '183625.327500', '183625.787500', '183626.247500', '183626.707500', '183627.167500', '183627.627500', '183628.087500', '183628.547500', '183629.007500', '183629.467500', '183629.927500', '183630.387500', '183630.847500', '183631.307500', '183631.767500', '183632.227500', '183632.687500', '183633.147500', '183633.607500', '183634.067500', '183634.527500', '183634.987500', '183635.447500', '183635.907500', '183636.367500', '183636.827500', '183637.287500', '183637.747500', '183638.207500', '183638.667500', '183639.127500', '183639.587500', '183640.047500', '183640.507500', '183640.967500', '183641.427500', '183641.887500', '183642.347500', '183642.807500', '183643.267500', '183643.727500', '183644.187500', '183644.647500', '183645.107500', '183645.567500', '183646.027500', '183646.487500', '183646.947500', '183647.407500', '183647.867500', '183648.327500', '183648.787500', '183649.247500', '183649.707500', '183650.167500', '183650.627500', '183651.087500', '183651.547500', '183652.007500', '183652.467500', '183652.927500', '183653.387500', '183653.847500', '183654.307500', '183654.767500', '183655.227500', '183655.687500', '183656.147500', '183656.607500', '183657.067500', '183657.527500', '183657.987500', '183658.447500', '183658.907500', '183659.367500', '183659.827500', '183700.287500', '183700.747500', '183701.207500', '183701.667500', '183702.127500', '183702.587500', '183703.047500', '183703.507500', '183703.967500', '183704.427500', '183704.887500', '183705.347500', '183705.807500', '183706.267500', '183706.727500', '183707.187500', '183707.647500', '183708.107500', '183708.567500', '183709.027500', '183709.487500', '183709.947500', '183710.407500', '183710.867500', '183711.327500', '183711.787500', '183712.247500', '183712.707500', '183713.167500', '183713.627500', '183714.087500', '183714.547500', '183715.007500', '183715.467500', '183715.927500', '183716.387500', '183716.847500', '183717.307500', '183717.767500', '183718.227500', '183718.687500', '183719.147500', '183719.607500', '183720.067500', '183720.527500', '183720.987500', '183721.447500', '183721.907500', '183722.367500', '183722.827500', '183723.287500', '183723.747500', '183724.207500', '183724.667500', '183725.127500', '183725.587500', '183726.047500', '183726.507500', '183726.967500', '183727.427500', '183727.887500', '183728.347500', '183728.807500', '183729.267500', '183729.727500', '183730.187500', '183730.647500', '183731.107500', '183731.567500', '183732.027500', '183732.487500', '183732.947500', '183733.407500', '183733.867500', '183734.327500', '183734.787500', '183735.247500', '183735.707500', '183736.167500', '183736.627500', '183737.087500', '183737.547500', '183738.007500', '183738.467500', '183738.927500', '183739.387500', '183739.847500', '183740.307500', '183740.767500', '183741.227500', '183741.687500', '183742.147500', '183742.607500', '183743.067500', '183743.527500', '183743.987500', '183744.447500', '183744.907500', '183745.367500', '183745.827500', '183746.287500', '183746.747500', '183747.207500', '183747.667500', '183748.127500', '183748.587500', '183749.047500', '183749.507500', '183749.967500', '183750.427500', '183750.887500', '183751.347500', '183751.807500', '183752.267500', '183752.727500', '183753.187500', '183753.647500', '183754.107500', '183754.567500', '183755.027500', '183755.487500', '183755.947500', '183756.407500', '183756.867500', '183757.327500', '183757.787500', '183758.247500', '183758.707500', '183759.167500', '183759.627500', '183800.087500', '183800.547500', '183801.007500', '183801.467500', '183801.927500', '183802.387500', '183802.847500', '183803.307500', '183803.767500', '183804.227500', '183804.687500', '183805.147500', '183805.607500', '183806.067500', '183806.527500', '183806.987500', '183807.447500', '183807.907500', '183808.367500', '183808.827500', '183809.287500', '183809.747500', '183810.207500', '183810.667500', '183811.127500', '183811.587500', '183812.047500', '183812.507500', '183812.967500', '183813.427500', '183813.887500', '183814.347500', '183814.807500', '183815.267500', '183815.727500', '183816.187500', '183816.647500', '183817.107500', '183817.567500', '183818.027500', '183818.487500', '183818.947500', '183819.407500', '183819.867500', '183820.327500', '183820.787500', '183821.247500', '183821.707500', '183822.167500', '183822.627500', '183823.087500', '183823.547500', '183824.007500', '183824.467500', '183824.927500', '183825.387500', '183825.847500', '183826.307500', '183826.767500', '183827.227500', '183827.687500', '183828.147500', '183828.607500', '183829.067500', '183829.527500', '183829.987500', '183830.447500', '183830.907500', '183831.367500', '183831.827500', '183832.287500', '183832.747500', '183833.207500', '183833.667500', '183834.127500', '183834.587500', '183835.047500', '183835.507500', '183835.967500', '183836.427500', '183836.887500', '183837.347500', '183837.807500', '183838.267500', '183838.727500', '183839.187500', '183839.647500', '183840.107500', '183840.567500', '183841.027500', '183841.487500', '183841.947500', '183842.407500', '183842.867500', '183843.327500', '183843.787500', '183844.247500', '183844.707500', '183845.167500', '183845.627500', '183846.087500', '183846.547500', '183847.007500', '183847.467500', '183847.927500', '183848.387500', '183848.847500', '183849.307500', '183849.767500', '183850.227500', '183850.687500', '183851.147500', '183851.607500', '183852.067500', '183852.527500', '183852.987500', '183853.447500', '183853.907500', '183854.367500', '183854.827500', '183855.287500', '183855.747500', '183856.207500', '183856.667500', '183857.127500', '183857.587500', '183858.047500', '183858.507500', '183858.967500', '183859.427500', '183859.887500', '183900.347500', '183900.807500', '183901.267500', '183901.727500', '183902.187500', '183902.647500', '183903.107500', '183903.567500', '183904.027500', '183904.487500', '183904.947500', '183905.407500', '183905.867500', '183906.327500', '183906.787500', '183907.247500', '183907.707500', '183908.167500', '183908.627500', '183909.087500', '183909.547500', '183910.007500', '183910.467500', '183910.927500', '183911.387500', '183911.847500', '183912.307500', '183912.767500', '183913.227500', '183913.687500', '183914.147500', '183914.607500', '183915.067500', '183915.527500', '183915.987500', '183916.447500', '183916.907500', '183917.367500', '183917.827500', '183918.287500', '183918.747500', '183919.207500', '183919.667500', '183920.127500', '183920.587500', '183921.047500', '183921.507500', '183921.967500', '183922.427500', '183922.887500', '183923.347500', '183923.807500', '183924.267500', '183924.727500', '183925.187500', '183925.647500', '183926.107500', '183926.567500', '183927.027500', '183927.487500', '183927.947500', '183928.407500', '183928.867500', '183929.327500', '183929.787500', '183930.247500', '183930.707500', '183931.167500', '183931.627500', '183932.087500', '183932.547500', '183933.007500', '183933.467500', '183933.927500', '183934.387500', '183934.847500', '183935.307500', '183935.767500', '183936.227500', '183936.687500', '183937.147500', '183937.607500', '183938.067500', '183938.527500', '183938.987500', '183939.447500', '183939.907500', '183940.367500', '183940.827500', '183941.287500', '183941.747500', '183942.207500', '183942.667500', '183943.127500', '183943.587500', '183944.047500', '183944.507500', '183944.967500', '183945.427500', '183945.887500', '183946.347500', '183946.807500', '183947.267500', '183947.727500', '183948.187500', '183948.647500', '183949.107500', '183949.567500', '183950.027500', '183950.487500', '183950.947500', '183951.407500', '183951.867500', '183952.327500', '183952.787500', '183953.247500', '183953.707500', '183954.167500', '183954.627500', '183955.087500', '183955.547500', '183956.007500', '183956.467500', '183956.927500', '183957.387500', '183957.847500', '183958.307500', '183958.767500', '183959.227500', '183959.687500', '184000.147500', '184000.607500', '184001.067500', '184001.527500', '184001.987500', '184002.447500', '184002.907500', '184003.367500', '184003.827500', '184004.287500', '184004.747500', '184005.207500', '184005.667500', '184006.127500', '184006.587500', '184007.047500', '184007.507500', '184007.967500', '184008.427500', '184008.887500', '184009.347500', '184009.807500', '184010.267500', '184010.727500', '184011.187500', '184011.647500', '184012.107500', '184012.567500', '184013.027500', '184013.487500', '184013.947500', '184014.407500', '184014.867500', '184015.327500', '184015.787500', '184016.247500', '184016.707500', '184017.167500', '184017.627500', '184018.087500', '184018.547500', '184019.007500', '184019.467500', '184019.927500', '184020.387500', '184020.847500', '184021.307500', '184021.767500', '184022.227500', '184022.687500', '184023.147500', '184023.607500', '184024.067500', '184024.527500', '184024.987500', '184025.447500', '184025.907500', '184026.367500', '184026.827500', '184027.287500', '184027.747500', '184028.207500', '184028.667500', '184029.127500', '184029.587500', '184030.047500', '184030.507500', '184030.967500', '184031.427500', '184031.887500', '184032.347500', '184032.807500', '184033.267500', '184033.727500', '184034.187500', '184034.647500', '184035.107500', '184035.567500', '184036.027500', '184036.487500', '184036.947500', '184037.407500', '184037.867500', '184038.327500', '184038.787500', '184039.247500', '184039.707500', '184040.167500', '184040.627500', '184041.087500', '184041.547500', '184042.007500', '184042.467500', '184042.927500', '184043.387500', '184043.847500', '184044.307500', '184044.767500', '184045.227500', '184045.687500', '184046.147500', '184046.607500', '184047.067500', '184047.527500', '184047.987500', '184048.447500', '184048.907500', '184049.367500', '184049.827500', '184050.287500', '184050.747500', '184051.207500', '184051.667500', '184052.127500', '184052.587500', '184053.047500', '184053.507500', '184053.967500', '184054.427500', '184054.887500', '184055.347500', '184055.807500', '184056.267500', '184056.727500', '184057.187500', '184057.647500', '184058.107500', '184058.567500', '184059.027500', '184059.487500', '184059.947500', '184100.407500', '184100.867500', '184101.327500', '184101.787500', '184102.247500', '184102.707500', '184103.167500', '184103.627500', '184104.087500', '184104.547500', '184105.007500', '184105.467500', '184105.927500', '184106.387500', '184106.847500', '184107.307500', '184107.767500', '184108.227500', '184108.687500', '184109.147500', '184109.607500', '184110.067500', '184110.527500', '184110.987500', '184111.447500', '184111.907500', '184112.367500', '184112.827500', '184113.287500', '184113.747500', '184114.207500', '184114.667500', '184115.127500', '184115.587500', '184116.047500', '184116.507500', '184116.967500', '184117.427500', '184117.887500', '184118.347500', '184118.807500', '184119.267500', '184119.727500', '184120.187500', '184120.647500', '184121.107500', '184121.567500', '184122.027500', '184122.487500', '184122.947500', '184123.407500', '184123.867500', '184124.327500', '184124.787500', '184125.247500', '184125.707500', '184126.167500', '184126.627500', '184127.087500', '184127.547500', '184128.007500', '184128.467500', '184128.927500', '184129.387500', '184129.847500', '184130.307500', '184130.767500', '184131.227500', '184131.687500', '184132.147500', '184132.607500', '184133.067500', '184133.527500', '184133.987500', '184134.447500', '184134.907500', '184135.367500', '184135.827500', '184136.287500', '184136.747500', '184137.207500', '184137.667500', '184138.127500', '184138.587500', '184139.047500', '184139.507500', '184139.967500', '184140.427500', '184140.887500', '184141.347500', '184141.807500', '184142.267500', '184142.727500', '184143.187500', '184143.647500', '184144.107500', '184144.567500', '184145.027500', '184145.487500', '184145.947500', '184146.407500', '184146.867500', '184147.327500'], 'ContentTime': ['183534.559000', '183534.562000', '183534.565000', '183534.567000', '183534.570000', '183534.573000', '183534.575000', '183534.578000', '183534.580000', '183534.583000', '183534.585000', '183534.588000', '183534.591000', '183534.594000', '183534.596000', '183534.599000', '183534.601000', '183534.604000', '183534.607000', '183534.609000', '183534.612000', '183534.615000', '183534.617000', '183534.620000', '183534.622000', '183534.625000', '183534.628000', '183534.630000', '183534.637000', '183534.639000', '183534.642000', '183534.645000', '183534.647000', '183534.650000', '183534.652000', '183534.655000', '183534.658000', '183534.660000', '183534.663000', '183534.666000', '183534.668000', '183534.671000', '183534.674000', '183534.676000', '183534.679000', '183534.681000', '183534.684000', '183534.686000', '183534.689000', '183534.692000', '183534.694000', '183534.702000', '183534.704000', '183534.707000', '183534.710000', '183534.712000', '183534.715000', '183534.718000', '183554.504000', '183554.507000', '183554.510000', '183554.512000', '183554.515000', '183554.518000', '183554.520000', '183554.523000', '183554.525000', '183554.528000', '183554.531000', '183554.533000', '183554.536000', '183554.538000', '183554.541000', '183554.543000', '183554.546000', '183554.549000', '183554.551000', '183554.554000', '183554.556000', '183554.559000', '183554.562000', '183554.564000', '183554.567000', '183554.569000', '183554.572000', '183554.575000', '183554.577000', '183554.580000', '183554.582000', '183554.585000', '183554.587000', '183554.590000', '183554.593000', '183554.595000', '183554.598000', '183554.601000', '183554.603000', '183554.606000', '183554.609000', '183554.611000', '183554.614000', '183614.504000', '183614.507000', '183614.510000', '183614.513000', '183614.515000', '183614.518000', '183614.520000', '183614.523000', '183614.526000', '183614.531000', '183614.533000', '183614.536000', '183614.539000', '183614.541000', '183614.544000', '183614.546000', '183614.549000', '183614.552000', '183614.554000', '183614.557000', '183614.560000', '183614.562000', '183614.565000', '183614.567000', '183614.570000', '183614.573000', '183614.575000', '183614.578000', '183614.580000', '183614.583000', '183614.586000', '183614.588000', '183614.591000', '183614.594000', '183614.596000', '183614.599000', '183614.601000', '183614.604000', '183614.607000', '183614.609000', '183614.612000', '183614.614000', '183614.617000', '183634.504000', '183634.507000', '183634.510000', '183634.512000', '183634.515000', '183634.518000', '183634.520000', '183634.523000', '183634.525000', '183634.528000', '183634.531000', '183634.533000', '183634.536000', '183634.538000', '183634.541000', '183634.543000', '183634.546000', '183634.549000', '183634.551000', '183634.554000', '183634.557000', '183634.559000', '183634.562000', '183634.564000', '183634.567000', '183634.570000', '183634.572000', '183634.575000', '183634.578000', '183634.580000', '183634.583000', '183634.585000', '183634.588000', '183634.590000', '183634.593000', '183634.596000', '183634.599000', '183634.601000', '183634.604000', '183634.606000', '183634.609000', '183634.611000', '183634.614000', '183634.617000', '183654.503000', '183654.506000', '183654.509000', '183654.512000', '183654.514000', '183654.517000', '183654.520000', '183654.522000', '183654.525000', '183654.527000', '183654.530000', '183654.533000', '183654.535000', '183654.538000', '183654.541000', '183654.544000', '183654.547000', '183654.550000', '183654.553000', '183654.555000', '183654.558000', '183654.561000', '183654.563000', '183654.576000', '183654.580000', '183654.583000', '183654.585000', '183654.588000', '183654.591000', '183654.593000', '183654.596000', '183654.599000', '183654.601000', '183654.604000', '183654.607000', '183654.609000', '183654.612000', '183654.614000', '183654.617000', '183654.620000', '183654.622000', '183654.625000', '183654.628000', '183714.503000', '183714.506000', '183714.509000', '183714.512000', '183714.514000', '183714.517000', '183714.519000', '183714.522000', '183714.525000', '183714.527000', '183714.530000', '183714.532000', '183714.535000', '183714.538000', '183714.540000', '183714.543000', '183714.545000', '183714.548000', '183714.551000', '183714.553000', '183714.556000', '183714.558000', '183714.561000', '183714.564000', '183714.566000', '183714.569000', '183714.571000', '183714.574000', '183714.577000', '183714.579000', '183714.582000', '183714.585000', '183714.594000', '183714.596000', '183714.599000', '183714.602000', '183714.604000', '183714.607000', '183714.609000', '183714.612000', '183714.615000', '183714.617000', '183714.620000', '183714.630000', '183734.503000', '183734.506000', '183734.509000', '183734.512000', '183734.514000', '183734.517000', '183734.519000', '183734.522000', '183734.525000', '183734.527000', '183734.530000', '183734.532000', '183734.535000', '183734.538000', '183734.540000', '183734.543000', '183734.546000', '183734.548000', '183734.551000', '183734.554000', '183734.557000', '183734.559000', '183734.562000', '183734.565000', '183734.567000', '183734.570000', '183734.572000', '183734.575000', '183734.594000', '183734.596000', '183734.599000', '183734.602000', '183734.604000', '183734.607000', '183734.610000', '183734.612000', '183734.615000', '183734.618000', '183734.620000', '183734.623000', '183734.625000', '183734.628000', '183734.631000', '183754.503000', '183754.506000', '183754.509000', '183754.512000', '183754.515000', '183754.517000', '183754.520000', '183754.523000', '183754.525000', '183754.528000', '183754.530000', '183754.533000', '183754.536000', '183754.538000', '183754.541000', '183754.544000', '183754.546000', '183754.549000', '183754.551000', '183754.554000', '183754.557000', '183754.559000', '183754.562000', '183754.564000', '183754.567000', '183754.570000', '183754.572000', '183754.575000', '183754.577000', '183754.580000', '183754.583000', '183754.585000', '183754.588000', '183754.590000', '183754.593000', '183754.596000', '183754.599000', '183754.601000', '183754.604000', '183754.606000', '183754.609000', '183754.612000', '183754.614000', '183754.617000', '183814.504000', '183814.507000', '183814.510000', '183814.512000', '183814.515000', '183814.518000', '183814.520000', '183814.523000', '183814.526000', '183814.528000', '183814.531000', '183814.533000', '183814.536000', '183814.539000', '183814.541000', '183814.544000', '183814.546000', '183814.549000', '183814.552000', '183814.554000', '183814.557000', '183814.560000', '183814.562000', '183814.565000', '183814.567000', '183814.570000', '183814.573000', '183814.576000', '183814.579000', '183814.582000', '183814.586000', '183814.589000', '183814.592000', '183814.594000', '183814.597000', '183814.600000', '183814.602000', '183814.605000', '183814.608000', '183814.610000', '183814.613000', '183814.616000', '183814.620000', '183834.504000', '183834.508000', '183834.510000', '183834.513000', '183834.516000', '183834.528000', '183834.531000', '183834.533000', '183834.536000', '183834.538000', '183834.541000', '183834.544000', '183834.546000', '183834.549000', '183834.551000', '183834.554000', '183834.557000', '183834.559000', '183834.562000', '183834.564000', '183834.567000', '183834.570000', '183834.573000', '183834.575000', '183834.578000', '183834.580000', '183834.583000', '183834.586000', '183834.588000', '183834.591000', '183834.594000', '183834.596000', '183834.599000', '183834.602000', '183834.604000', '183834.607000', '183834.610000', '183834.612000', '183834.615000', '183834.618000', '183834.620000', '183834.623000', '183834.625000', '183834.628000', '183854.504000', '183854.507000', '183854.510000', '183854.513000', '183854.515000', '183854.518000', '183854.521000', '183854.523000', '183854.526000', '183854.528000', '183854.531000', '183854.534000', '183854.536000', '183854.539000', '183854.541000', '183854.544000', '183854.547000', '183854.549000', '183854.552000', '183854.555000', '183854.558000', '183854.561000', '183854.563000', '183854.566000', '183854.569000', '183854.571000', '183854.574000', '183854.576000', '183854.579000', '183854.582000', '183854.584000', '183854.587000', '183854.590000', '183854.592000', '183854.595000', '183854.597000', '183854.600000', '183854.603000', '183854.605000', '183854.608000', '183854.611000', '183854.613000', '183854.616000', '183914.503000', '183914.506000', '183914.509000', '183914.511000', '183914.515000', '183914.517000', '183914.520000', '183914.523000', '183914.525000', '183914.528000', '183914.530000', '183914.533000', '183914.536000', '183914.538000', '183914.541000', '183914.543000', '183914.546000', '183914.549000', '183914.551000', '183914.554000', '183914.557000', '183914.559000', '183914.562000', '183914.564000', '183914.567000', '183914.570000', '183914.572000', '183914.575000', '183914.577000', '183914.580000', '183914.582000', '183914.585000', '183914.588000', '183914.591000', '183914.593000', '183914.596000', '183914.599000', '183914.601000', '183914.604000', '183914.606000', '183914.609000', '183914.612000', '183914.614000', '183914.617000', '183934.504000', '183934.506000', '183934.509000', '183934.512000', '183934.515000', '183934.517000', '183934.520000', '183934.523000', '183934.525000', '183934.528000', '183934.530000', '183934.533000', '183934.536000', '183934.538000', '183934.541000', '183934.544000', '183934.546000', '183934.549000', '183934.552000', '183934.554000', '183934.557000', '183934.559000', '183934.562000', '183934.565000', '183934.567000', '183934.570000', '183934.572000', '183934.575000', '183934.578000', '183934.580000', '183934.583000', '183934.585000', '183934.588000', '183934.591000', '183934.593000', '183934.596000', '183934.598000', '183934.601000', '183934.604000', '183934.606000', '183934.609000', '183934.612000', '183934.615000', '183954.504000', '183954.506000', '183954.509000', '183954.512000', '183954.514000', '183954.517000', '183954.520000', '183954.522000', '183954.525000', '183954.528000', '183954.530000', '183954.533000', '183954.535000', '183954.538000', '183954.541000', '183954.543000', '183954.546000', '183954.549000', '183954.551000', '183954.554000', '183954.557000', '183954.559000', '183954.562000', '183954.564000', '183954.567000', '183954.569000', '183954.572000', '183954.574000', '183954.577000', '183954.580000', '183954.600000', '183954.602000', '183954.605000', '183954.608000', '183954.610000', '183954.613000', '183954.616000', '183954.618000', '183954.621000', '183954.623000', '183954.626000', '183954.629000', '183954.631000', '183954.634000', '184014.504000', '184014.507000', '184014.509000', '184014.512000', '184014.514000', '184014.517000', '184014.520000', '184014.522000', '184014.525000', '184014.527000', '184014.530000', '184014.533000', '184014.535000', '184014.538000', '184014.541000', '184014.543000', '184014.546000', '184014.548000', '184014.551000', '184014.554000', '184014.556000', '184014.559000', '184014.561000', '184014.564000', '184014.566000', '184014.569000', '184014.573000', '184014.575000', '184014.578000', '184014.581000', '184014.583000', '184014.586000', '184014.588000', '184014.591000', '184014.594000', '184014.596000', '184014.599000', '184014.602000', '184014.604000', '184014.607000', '184014.610000', '184014.612000', '184014.615000', '184034.504000', '184034.507000', '184034.510000', '184034.513000', '184034.516000', '184034.518000', '184034.521000', '184034.524000', '184034.526000', '184034.529000', '184034.532000', '184034.534000', '184034.538000', '184034.541000', '184034.544000', '184034.546000', '184034.549000', '184034.552000', '184034.554000', '184034.557000', '184034.559000', '184034.562000', '184034.565000', '184034.568000', '184034.570000', '184034.573000', '184034.575000', '184034.578000', '184034.581000', '184034.583000', '184034.586000', '184034.589000', '184034.591000', '184034.594000', '184034.596000', '184034.599000', '184034.602000', '184034.604000', '184034.607000', '184034.609000', '184034.612000', '184034.615000', '184034.617000', '184054.505000', '184054.507000', '184054.510000', '184054.513000', '184054.515000', '184054.518000', '184054.521000', '184054.523000', '184054.526000', '184054.528000', '184054.531000', '184054.534000', '184054.536000', '184054.539000', '184054.542000', '184054.544000', '184054.547000', '184054.549000', '184054.552000', '184054.555000', '184054.557000', '184054.560000', '184054.562000', '184054.565000', '184054.568000', '184054.570000', '184054.573000', '184054.575000', '184054.578000', '184054.581000', '184054.583000', '184054.586000', '184054.589000', '184054.591000', '184054.600000', '184054.602000', '184054.605000', '184054.607000', '184054.610000', '184054.613000', '184054.615000', '184054.618000', '184054.621000', '184054.623000', '184114.504000', '184114.507000', '184114.510000', '184114.513000', '184114.515000', '184114.518000', '184114.520000', '184114.523000', '184114.526000', '184114.528000', '184114.531000', '184114.534000', '184114.536000', '184114.551000', '184114.554000', '184114.556000', '184114.559000', '184114.561000', '184114.564000', '184114.566000', '184114.569000', '184114.572000', '184114.574000', '184114.577000', '184114.580000', '184114.582000', '184114.585000', '184114.588000', '184114.590000', '184114.593000', '184114.596000', '184114.598000', '184114.601000', '184114.603000', '184114.606000', '184114.609000', '184114.611000', '184114.614000', '184114.617000', '184114.619000', '184114.622000', '184114.638000', '184114.641000', '184114.643000', '184134.504000', '184134.507000', '184134.509000', '184134.512000', '184134.514000', '184134.517000', '184134.520000', '184134.522000', '184134.525000', '184134.527000', '184134.530000', '184134.533000', '184134.535000', '184134.538000', '184134.541000', '184134.543000', '184134.546000', '184134.549000', '184134.551000', '184134.554000', '184134.557000', '184134.559000', '184134.562000', '184134.565000', '184134.567000', '184134.570000', '184134.573000', '184134.575000', '184134.578000', '184134.581000', '184134.583000', '184134.586000', '184134.589000', '184134.591000', '184134.594000', '184134.596000', '184134.599000', '184134.602000', '184134.604000', '184134.607000', '184134.610000', '184134.612000', '184134.615000', '184148.926000', '184148.929000', '184148.932000', '184148.935000', '184148.938000', '184148.941000', '184148.943000', '184148.946000', '184148.949000', '184148.951000', '184148.954000', '184148.957000', '184148.960000', '184148.962000', '184148.965000', '184148.968000', '184148.971000', '184148.973000', '184148.976000', '184148.980000', '184148.983000', '184148.990000', '184148.993000', '184148.996000', '184149.000000', '184149.011000', '184149.014000', '184149.017000', '184149.020000', '184149.022000', '184149.025000', '184149.028000'], 'InstanceCreationTime': ['183534.559000', '183534.562000', '183534.565000', '183534.567000', '183534.570000', '183534.573000', '183534.575000', '183534.578000', '183534.580000', '183534.583000', '183534.585000', '183534.588000', '183534.591000', '183534.594000', '183534.596000', '183534.599000', '183534.601000', '183534.604000', '183534.607000', '183534.609000', '183534.612000', '183534.615000', '183534.617000', '183534.620000', '183534.622000', '183534.625000', '183534.628000', '183534.630000', '183534.637000', '183534.639000', '183534.642000', '183534.645000', '183534.647000', '183534.650000', '183534.652000', '183534.655000', '183534.658000', '183534.660000', '183534.663000', '183534.666000', '183534.668000', '183534.671000', '183534.674000', '183534.676000', '183534.679000', '183534.681000', '183534.684000', '183534.686000', '183534.689000', '183534.692000', '183534.694000', '183534.702000', '183534.704000', '183534.707000', '183534.710000', '183534.712000', '183534.715000', '183534.718000', '183554.504000', '183554.507000', '183554.510000', '183554.512000', '183554.515000', '183554.518000', '183554.520000', '183554.523000', '183554.525000', '183554.528000', '183554.531000', '183554.533000', '183554.536000', '183554.538000', '183554.541000', '183554.543000', '183554.546000', '183554.549000', '183554.551000', '183554.554000', '183554.556000', '183554.559000', '183554.562000', '183554.564000', '183554.567000', '183554.569000', '183554.572000', '183554.575000', '183554.577000', '183554.580000', '183554.582000', '183554.585000', '183554.587000', '183554.590000', '183554.593000', '183554.595000', '183554.598000', '183554.601000', '183554.603000', '183554.606000', '183554.609000', '183554.611000', '183554.614000', '183614.504000', '183614.507000', '183614.510000', '183614.513000', '183614.515000', '183614.518000', '183614.520000', '183614.523000', '183614.526000', '183614.531000', '183614.533000', '183614.536000', '183614.539000', '183614.541000', '183614.544000', '183614.546000', '183614.549000', '183614.552000', '183614.554000', '183614.557000', '183614.560000', '183614.562000', '183614.565000', '183614.567000', '183614.570000', '183614.573000', '183614.575000', '183614.578000', '183614.580000', '183614.583000', '183614.586000', '183614.588000', '183614.591000', '183614.594000', '183614.596000', '183614.599000', '183614.601000', '183614.604000', '183614.607000', '183614.609000', '183614.612000', '183614.614000', '183614.617000', '183634.504000', '183634.507000', '183634.510000', '183634.512000', '183634.515000', '183634.518000', '183634.520000', '183634.523000', '183634.525000', '183634.528000', '183634.531000', '183634.533000', '183634.536000', '183634.538000', '183634.541000', '183634.543000', '183634.546000', '183634.549000', '183634.551000', '183634.554000', '183634.557000', '183634.559000', '183634.562000', '183634.564000', '183634.567000', '183634.570000', '183634.572000', '183634.575000', '183634.578000', '183634.580000', '183634.583000', '183634.585000', '183634.588000', '183634.590000', '183634.593000', '183634.596000', '183634.599000', '183634.601000', '183634.604000', '183634.606000', '183634.609000', '183634.611000', '183634.614000', '183634.617000', '183654.503000', '183654.506000', '183654.509000', '183654.512000', '183654.514000', '183654.517000', '183654.520000', '183654.522000', '183654.525000', '183654.527000', '183654.530000', '183654.533000', '183654.535000', '183654.538000', '183654.541000', '183654.544000', '183654.547000', '183654.550000', '183654.553000', '183654.555000', '183654.558000', '183654.561000', '183654.563000', '183654.576000', '183654.580000', '183654.583000', '183654.585000', '183654.588000', '183654.591000', '183654.593000', '183654.596000', '183654.599000', '183654.601000', '183654.604000', '183654.607000', '183654.609000', '183654.612000', '183654.614000', '183654.617000', '183654.620000', '183654.622000', '183654.625000', '183654.628000', '183714.503000', '183714.506000', '183714.509000', '183714.512000', '183714.514000', '183714.517000', '183714.519000', '183714.522000', '183714.525000', '183714.527000', '183714.530000', '183714.532000', '183714.535000', '183714.538000', '183714.540000', '183714.543000', '183714.545000', '183714.548000', '183714.551000', '183714.553000', '183714.556000', '183714.558000', '183714.561000', '183714.564000', '183714.566000', '183714.569000', '183714.571000', '183714.574000', '183714.577000', '183714.579000', '183714.582000', '183714.585000', '183714.594000', '183714.596000', '183714.599000', '183714.602000', '183714.604000', '183714.607000', '183714.609000', '183714.612000', '183714.615000', '183714.617000', '183714.620000', '183714.630000', '183734.503000', '183734.506000', '183734.509000', '183734.512000', '183734.514000', '183734.517000', '183734.519000', '183734.522000', '183734.525000', '183734.527000', '183734.530000', '183734.532000', '183734.535000', '183734.538000', '183734.540000', '183734.543000', '183734.546000', '183734.548000', '183734.551000', '183734.554000', '183734.557000', '183734.559000', '183734.562000', '183734.565000', '183734.567000', '183734.570000', '183734.572000', '183734.575000', '183734.594000', '183734.596000', '183734.599000', '183734.602000', '183734.604000', '183734.607000', '183734.610000', '183734.612000', '183734.615000', '183734.618000', '183734.620000', '183734.623000', '183734.625000', '183734.628000', '183734.631000', '183754.503000', '183754.506000', '183754.509000', '183754.512000', '183754.515000', '183754.517000', '183754.520000', '183754.523000', '183754.525000', '183754.528000', '183754.530000', '183754.533000', '183754.536000', '183754.538000', '183754.541000', '183754.544000', '183754.546000', '183754.549000', '183754.551000', '183754.554000', '183754.557000', '183754.559000', '183754.562000', '183754.564000', '183754.567000', '183754.570000', '183754.572000', '183754.575000', '183754.577000', '183754.580000', '183754.583000', '183754.585000', '183754.588000', '183754.590000', '183754.593000', '183754.596000', '183754.599000', '183754.601000', '183754.604000', '183754.606000', '183754.609000', '183754.612000', '183754.614000', '183754.617000', '183814.504000', '183814.507000', '183814.510000', '183814.512000', '183814.515000', '183814.518000', '183814.520000', '183814.523000', '183814.526000', '183814.528000', '183814.531000', '183814.533000', '183814.536000', '183814.539000', '183814.541000', '183814.544000', '183814.546000', '183814.549000', '183814.552000', '183814.554000', '183814.557000', '183814.560000', '183814.562000', '183814.565000', '183814.567000', '183814.570000', '183814.573000', '183814.576000', '183814.579000', '183814.582000', '183814.586000', '183814.589000', '183814.592000', '183814.594000', '183814.597000', '183814.600000', '183814.602000', '183814.605000', '183814.608000', '183814.610000', '183814.613000', '183814.616000', '183814.620000', '183834.504000', '183834.508000', '183834.510000', '183834.513000', '183834.516000', '183834.528000', '183834.531000', '183834.533000', '183834.536000', '183834.538000', '183834.541000', '183834.544000', '183834.546000', '183834.549000', '183834.551000', '183834.554000', '183834.557000', '183834.559000', '183834.562000', '183834.564000', '183834.567000', '183834.570000', '183834.573000', '183834.575000', '183834.578000', '183834.580000', '183834.583000', '183834.586000', '183834.588000', '183834.591000', '183834.594000', '183834.596000', '183834.599000', '183834.602000', '183834.604000', '183834.607000', '183834.610000', '183834.612000', '183834.615000', '183834.618000', '183834.620000', '183834.623000', '183834.625000', '183834.628000', '183854.504000', '183854.507000', '183854.510000', '183854.513000', '183854.515000', '183854.518000', '183854.521000', '183854.523000', '183854.526000', '183854.528000', '183854.531000', '183854.534000', '183854.536000', '183854.539000', '183854.541000', '183854.544000', '183854.547000', '183854.549000', '183854.552000', '183854.555000', '183854.558000', '183854.561000', '183854.563000', '183854.566000', '183854.569000', '183854.571000', '183854.574000', '183854.576000', '183854.579000', '183854.582000', '183854.584000', '183854.587000', '183854.590000', '183854.592000', '183854.595000', '183854.597000', '183854.600000', '183854.603000', '183854.605000', '183854.608000', '183854.611000', '183854.613000', '183854.616000', '183914.503000', '183914.506000', '183914.509000', '183914.511000', '183914.515000', '183914.517000', '183914.520000', '183914.523000', '183914.525000', '183914.528000', '183914.530000', '183914.533000', '183914.536000', '183914.538000', '183914.541000', '183914.543000', '183914.546000', '183914.549000', '183914.551000', '183914.554000', '183914.557000', '183914.559000', '183914.562000', '183914.564000', '183914.567000', '183914.570000', '183914.572000', '183914.575000', '183914.577000', '183914.580000', '183914.582000', '183914.585000', '183914.588000', '183914.591000', '183914.593000', '183914.596000', '183914.599000', '183914.601000', '183914.604000', '183914.606000', '183914.609000', '183914.612000', '183914.614000', '183914.617000', '183934.504000', '183934.506000', '183934.509000', '183934.512000', '183934.515000', '183934.517000', '183934.520000', '183934.523000', '183934.525000', '183934.528000', '183934.530000', '183934.533000', '183934.536000', '183934.538000', '183934.541000', '183934.544000', '183934.546000', '183934.549000', '183934.552000', '183934.554000', '183934.557000', '183934.559000', '183934.562000', '183934.565000', '183934.567000', '183934.570000', '183934.572000', '183934.575000', '183934.578000', '183934.580000', '183934.583000', '183934.585000', '183934.588000', '183934.591000', '183934.593000', '183934.596000', '183934.598000', '183934.601000', '183934.604000', '183934.606000', '183934.609000', '183934.612000', '183934.615000', '183954.504000', '183954.506000', '183954.509000', '183954.512000', '183954.514000', '183954.517000', '183954.520000', '183954.522000', '183954.525000', '183954.528000', '183954.530000', '183954.533000', '183954.535000', '183954.538000', '183954.541000', '183954.543000', '183954.546000', '183954.549000', '183954.551000', '183954.554000', '183954.557000', '183954.559000', '183954.562000', '183954.564000', '183954.567000', '183954.569000', '183954.572000', '183954.574000', '183954.577000', '183954.580000', '183954.600000', '183954.602000', '183954.605000', '183954.608000', '183954.610000', '183954.613000', '183954.616000', '183954.618000', '183954.621000', '183954.623000', '183954.626000', '183954.629000', '183954.631000', '183954.634000', '184014.504000', '184014.507000', '184014.509000', '184014.512000', '184014.514000', '184014.517000', '184014.520000', '184014.522000', '184014.525000', '184014.527000', '184014.530000', '184014.533000', '184014.535000', '184014.538000', '184014.541000', '184014.543000', '184014.546000', '184014.548000', '184014.551000', '184014.554000', '184014.556000', '184014.559000', '184014.561000', '184014.564000', '184014.566000', '184014.569000', '184014.573000', '184014.575000', '184014.578000', '184014.581000', '184014.583000', '184014.586000', '184014.588000', '184014.591000', '184014.594000', '184014.596000', '184014.599000', '184014.602000', '184014.604000', '184014.607000', '184014.610000', '184014.612000', '184014.615000', '184034.504000', '184034.507000', '184034.510000', '184034.513000', '184034.516000', '184034.518000', '184034.521000', '184034.524000', '184034.526000', '184034.529000', '184034.532000', '184034.534000', '184034.538000', '184034.541000', '184034.544000', '184034.546000', '184034.549000', '184034.552000', '184034.554000', '184034.557000', '184034.559000', '184034.562000', '184034.565000', '184034.568000', '184034.570000', '184034.573000', '184034.575000', '184034.578000', '184034.581000', '184034.583000', '184034.586000', '184034.589000', '184034.591000', '184034.594000', '184034.596000', '184034.599000', '184034.602000', '184034.604000', '184034.607000', '184034.609000', '184034.612000', '184034.615000', '184034.617000', '184054.505000', '184054.507000', '184054.510000', '184054.513000', '184054.515000', '184054.518000', '184054.521000', '184054.523000', '184054.526000', '184054.528000', '184054.531000', '184054.534000', '184054.536000', '184054.539000', '184054.542000', '184054.544000', '184054.547000', '184054.549000', '184054.552000', '184054.555000', '184054.557000', '184054.560000', '184054.562000', '184054.565000', '184054.568000', '184054.570000', '184054.573000', '184054.575000', '184054.578000', '184054.581000', '184054.583000', '184054.586000', '184054.589000', '184054.591000', '184054.600000', '184054.602000', '184054.605000', '184054.607000', '184054.610000', '184054.613000', '184054.615000', '184054.618000', '184054.621000', '184054.623000', '184114.504000', '184114.507000', '184114.510000', '184114.513000', '184114.515000', '184114.518000', '184114.520000', '184114.523000', '184114.526000', '184114.528000', '184114.531000', '184114.534000', '184114.536000', '184114.551000', '184114.554000', '184114.556000', '184114.559000', '184114.561000', '184114.564000', '184114.566000', '184114.569000', '184114.572000', '184114.574000', '184114.577000', '184114.580000', '184114.582000', '184114.585000', '184114.588000', '184114.590000', '184114.593000', '184114.596000', '184114.598000', '184114.601000', '184114.603000', '184114.606000', '184114.609000', '184114.611000', '184114.614000', '184114.617000', '184114.619000', '184114.622000', '184114.638000', '184114.641000', '184114.643000', '184134.504000', '184134.507000', '184134.509000', '184134.512000', '184134.514000', '184134.517000', '184134.520000', '184134.522000', '184134.525000', '184134.527000', '184134.530000', '184134.533000', '184134.535000', '184134.538000', '184134.541000', '184134.543000', '184134.546000', '184134.549000', '184134.551000', '184134.554000', '184134.557000', '184134.559000', '184134.562000', '184134.565000', '184134.567000', '184134.570000', '184134.573000', '184134.575000', '184134.578000', '184134.581000', '184134.583000', '184134.586000', '184134.589000', '184134.591000', '184134.594000', '184134.596000', '184134.599000', '184134.602000', '184134.604000', '184134.607000', '184134.610000', '184134.612000', '184134.615000', '184148.926000', '184148.929000', '184148.932000', '184148.935000', '184148.938000', '184148.941000', '184148.943000', '184148.946000', '184148.949000', '184148.951000', '184148.954000', '184148.957000', '184148.960000', '184148.962000', '184148.965000', '184148.968000', '184148.971000', '184148.973000', '184148.976000', '184148.980000', '184148.983000', '184148.990000', '184148.993000', '184148.996000', '184149.000000', '184149.011000', '184149.014000', '184149.017000', '184149.020000', '184149.022000', '184149.025000', '184149.028000'], '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': [10591, 12243, 9828, 17263, 8178, 11586, 8612, 11031, 8343, 9564, 7874, 9233, 8115, 8954, 8341, 8955, 8319, 9160, 8245, 9412, 10273, 9499, 14145, 10178, 15214, 8644, 11295, 8908, 8791, 8150, 8017, 10252, 8144, 10664, 7633, 9685, 8199, 10681, 8560, 8791, 9058, 8796, 10114, 9333, 11193, 8201, 10091, 13249, 11398, 16404, 12791, 15648, 9526, 12150, 8824, 8954, 8361, 8580, 8573, 8811, 11298, 10101, 9424, 8301, 7677, 7414, 8294, 8180, 8732, 10029, 8951, 13311, 13335, 8992, 13953, 8967, 12891, 10793, 12828, 8805, 10252, 15586, 11160, 14973, 10922, 11579, 8157, 8974, 10964, 8826, 11000, 6904, 9524, 7356, 9413, 7076, 7773, 7555, 8996, 7890, 8805, 7540, 9563, 8428, 12231, 8283, 13274, 11232, 10416, 8941, 7234, 8117, 7014, 9094, 7233, 9485, 12343, 8341, 10430, 7811, 10052, 8045, 9733, 9840, 8464, 12059, 7578, 11471, 8016, 9318, 14544, 8488, 12016, 7992, 11136, 12192, 8437, 14608, 8584, 9165, 7267, 7355, 9400, 7675, 8541, 7188, 7869, 9472, 7486, 8050, 7696, 7892, 7431, 7955, 7450, 10174, 9374, 12593, 9029, 8739, 10672, 7915, 10119, 7924, 13793, 13257, 14495, 14618, 7976, 10210, 8195, 9713, 8305, 7512, 13193, 7656, 10000, 8057, 10700, 7518, 9838, 10933, 8854, 14569, 7434, 11723, 7931, 10809, 9111, 8388, 15998, 7638, 10478, 7834, 8657, 11484, 7748, 11012, 8153, 8153, 11784, 7400, 10495, 7339, 7316, 9928, 7453, 9771, 7367, 8191, 10227, 7743, 9900, 7872, 9612, 9159, 9217, 11032, 7017, 10212, 6999, 10007, 7680, 14294, 10251, 9999, 16195, 8636, 9471, 7369, 8601, 7323, 9347, 7806, 10116, 8161, 8229, 7929, 7445, 8691, 6700, 6871, 6754, 6689, 9214, 7457, 11903, 7871, 12344, 16435, 13454, 12990, 18725, 14132, 14041, 11604, 9648, 16081, 9225, 10584, 15187, 7453, 9552, 11791, 7477, 11119, 7193, 7901, 7449, 6934, 11209, 7312, 8962, 14957, 7205, 10728, 9621, 10980, 6959, 7329, 11052, 6928, 12047, 7394, 11113, 16542, 12104, 10297, 10017, 7225, 10353, 7115, 9957, 7003, 9155, 15810, 10770, 13595, 9677, 9055, 9449, 7729, 11869, 8365, 12632, 8242, 9535, 8527, 9131, 10038, 11895, 10463, 17401, 13352, 15811, 9972, 10964, 18959, 11005, 14671, 9340, 13859, 15923, 12787, 18112, 16178, 17922, 14137, 15198, 10857, 10782, 7091, 9271, 12878, 8591, 11588, 7257, 10592, 7079, 9830, 7246, 8954, 9345, 7848, 11917, 7898, 10351, 7677, 8828, 10878, 7635, 11324, 7408, 10285, 7691, 7285, 12816, 7191, 10562, 7894, 8974, 15243, 10235, 11858, 9975, 7719, 12971, 8338, 10878, 7602, 7748, 12752, 7506, 9360, 12230, 8627, 12354, 7665, 9973, 6975, 8651, 6752, 8629, 11631, 7825, 13511, 10138, 10256, 11894, 8628, 13392, 7676, 12817, 10881, 13582, 8777, 10169, 13837, 11450, 16917, 11460, 14637, 16321, 11857, 16781, 12914, 10782, 17966, 9361, 10681, 11966, 9042, 14157, 7695, 10444, 7585, 9639, 7792, 7898, 12318, 7841, 11879, 8764, 10447, 7083, 8484, 15192, 8194, 13182, 9585, 11149, 12260, 8152, 14391, 10025, 9730, 11455, 7790, 14076, 8792, 12181, 8501, 12785, 8858, 11590, 9686, 7804, 9160, 13814, 11555, 16092, 8313, 13415, 12434, 12763, 18212, 9304, 16875, 10751, 10267, 17520, 11204, 14222, 7951, 8867, 12960, 7925, 10590, 7453, 8860, 7589, 7937, 11353, 8225, 9532, 10007, 8102, 12967, 9642, 10614, 16140, 12645, 12782, 12851, 9374, 13972, 10343, 11147, 15221, 8168, 11388, 9137, 10160, 13380, 8202, 11320, 7885, 9055, 14578, 8142, 11337, 7694, 8812, 12634, 8347, 12173, 7841, 9759, 15294, 8558, 12841, 9348, 9703, 15567, 8629, 10719, 12366, 9037, 13845, 7830, 9810, 15655, 8509, 12793, 8429, 9213, 14110, 7677, 10653, 10887, 8402, 13301, 7596, 9027, 12321, 8304, 12149, 7611, 9823, 11377, 8111, 13017, 9403, 10787, 12734, 8040, 12877, 10321, 9858, 15300, 7890, 10983, 9205, 9278, 13918, 7708, 10753, 8751, 9289, 11599, 7897, 10868, 7646, 11844, 8732, 12112, 9184, 13402, 8699, 12877, 9822, 10956, 16568, 8282, 14786, 10691, 13146, 14781, 8694, 14573, 10507, 12085, 7821, 9260, 13741, 7726, 12166, 8147, 10500, 8283, 7789, 12354, 7704, 10762, 11059, 8112, 13180, 8094, 9995, 13334, 8271, 13219, 8276, 10835, 7746, 9836, 16140, 11620, 11376, 11087, 8225, 13235, 11709, 9968, 15821, 8357, 9296, 15062, 10379, 10989, 10220, 7730, 13102, 9666, 10598, 7767, 7732, 13927, 9281, 11132, 7337, 8645, 14933, 8467, 12753, 8286, 10050, 9959, 10476, 14300, 10891, 14285, 9661, 13765, 8420, 11830, 8632, 10151, 10797, 8390, 13762, 8578, 12080, 10184, 10096, 16432, 7817, 10859, 9728, 9102, 13834, 8371, 9758, 7248, 7192, 12425, 8080, 10317, 7671, 8484, 6990, 7818, 7004, 12571, 7946, 12106, 16096, 11645, 10668, 15259, 8420, 12222, 16762, 11234, 12948, 12190, 8614, 13364, 9198, 10891, 15823, 13005, 13809, 9918, 10004, 14851, 8971, 11298, 7470, 8881, 12692, 7668, 10243, 8511, 9085, 12985, 7676, 10924, 8479, 8953, 14408, 9641, 11598, 7774, 8181, 13667, 8953, 11196, 7705, 8085, 14269, 9211, 11546, 7638, 9138, 10127, 7907, 14245, 10465, 11511, 7878, 9092, 14062, 8364, 13546, 10053, 11957, 8702, 8339, 14260, 9950, 11789, 8136, 8961, 14349, 9072, 11967, 8971, 10207, 15843, 7754, 11701, 9206, 8872, 14636, 8112, 10735, 7984, 8493, 13775, 7784, 11751, 8319, 9482, 8029, 8159, 14036, 8899, 9034, 9610, 10974, 7728, 9854, 14780, 9681, 13444, 9243, 11194, 17265, 9252, 14294, 9685, 10009, 16383, 7852, 12127, 10298, 9934, 12535, 7842, 11274, 7936, 11247, 7898, 10834, 7628, 10724, 8279, 11099, 11970, 8210, 14239, 10924, 11137, 7908, 9261, 15032, 7957, 11582, 8878, 10428, 7160, 12207, 12287, 9574, 10816, 7478, 10749, 8281, 10868, 9113, 10328, 7954, 8019, 13479, 8894, 10284, 9026, 8379, 6793, 7408, 6645, 10133, 7773, 7117, 7049, 8444, 7004, 12613, 7144, 12585, 11349, 10235, 15820, 12340, 15014, 14140, 17495, 20064, 15229, 19454, 15974, 17674, 9694, 9633, 7893, 10399, 7213, 10520, 7100, 10198, 8044, 8930, 14128, 9307, 12419, 7206, 9501, 11231, 8318, 14069, 8740], 'WindowCenter': [4247.0, 4247.0, 4213.0, 4239.0, 4175.0, 4194.0, 4173.0, 4192.0, 4163.0, 4182.0, 4164.0, 4184.0, 4163.0, 4184.0, 4162.0, 4185.0, 4174.0, 4185.0, 4173.0, 4186.0, 4195.0, 4185.0, 4208.0, 4195.0, 4207.0, 4173.0, 4193.0, 4161.0, 4162.0, 4149.0, 4173.0, 4194.0, 4163.0, 4192.0, 4164.0, 4183.0, 4185.0, 4206.0, 4188.0, 4188.0, 4198.0, 4188.0, 4209.0, 4199.0, 4220.0, 4177.0, 4207.0, 4217.0, 4206.0, 4224.0, 4205.0, 4205.0, 4170.0, 4191.0, 4159.0, 4159.0, 4158.0, 4159.0, 4158.0, 4172.0, 4203.0, 4193.0, 4170.0, 4161.0, 4151.0, 4149.0, 4171.0, 4170.0, 4173.0, 4195.0, 4184.0, 4227.0, 4203.0, 4173.0, 4212.0, 4173.0, 4204.0, 4191.0, 4198.0, 4159.0, 4181.0, 4199.0, 4179.0, 4199.0, 4166.0, 4177.0, 4124.0, 4145.0, 4163.0, 4158.0, 4165.0, 4126.0, 4171.0, 4141.0, 4170.0, 4141.0, 4163.0, 4166.0, 4186.0, 4165.0, 4175.0, 4177.0, 4184.0, 4178.0, 4207.0, 4177.0, 4203.0, 4196.0, 4182.0, 4173.0, 4142.0, 4152.0, 4129.0, 4163.0, 4128.0, 4158.0, 4176.0, 4137.0, 4156.0, 4138.0, 4167.0, 4136.0, 4168.0, 4154.0, 4147.0, 4176.0, 4147.0, 4177.0, 4137.0, 4157.0, 4199.0, 4159.0, 4176.0, 4135.0, 4166.0, 4177.0, 4148.0, 4186.0, 4144.0, 4145.0, 4110.0, 4138.0, 4155.0, 4124.0, 4143.0, 4113.0, 4146.0, 4168.0, 4139.0, 4147.0, 4150.0, 4159.0, 4163.0, 4175.0, 4165.0, 4206.0, 4197.0, 4220.0, 4187.0, 4176.0, 4194.0, 4162.0, 4181.0, 4152.0, 4200.0, 4188.0, 4213.0, 4200.0, 4149.0, 4167.0, 4147.0, 4159.0, 4147.0, 4138.0, 4187.0, 4135.0, 4167.0, 4147.0, 4167.0, 4126.0, 4157.0, 4166.0, 4158.0, 4185.0, 4125.0, 4164.0, 4121.0, 4165.0, 4134.0, 4133.0, 4181.0, 4122.0, 4152.0, 4110.0, 4131.0, 4150.0, 4110.0, 4150.0, 4119.0, 4122.0, 4161.0, 4111.0, 4151.0, 4111.0, 4111.0, 4141.0, 4123.0, 4153.0, 4111.0, 4134.0, 4152.0, 4135.0, 4155.0, 4135.0, 4167.0, 4156.0, 4159.0, 4166.0, 4126.0, 4179.0, 4140.0, 4169.0, 4140.0, 4202.0, 4169.0, 4158.0, 4196.0, 4135.0, 4156.0, 4127.0, 4146.0, 4137.0, 4157.0, 4138.0, 4179.0, 4145.0, 4162.0, 4134.0, 4116.0, 4110.0, 3990.0, 4063.0, 4064.0, 4063.0, 4091.0, 4060.0, 4099.0, 4059.0, 4112.0, 4124.0, 4111.0, 4115.0, 4114.0, 4127.0, 4135.0, 4098.0, 4080.0, 4122.0, 4079.0, 4102.0, 4121.0, 4060.0, 4091.0, 4099.0, 4061.0, 4101.0, 4060.0, 4094.0, 4073.0, 4085.0, 4127.0, 4085.0, 4122.0, 4157.0, 4101.0, 4139.0, 4121.0, 4156.0, 4100.0, 4114.0, 4150.0, 4113.0, 4157.0, 4112.0, 4154.0, 4183.0, 4165.0, 4142.0, 4123.0, 4100.0, 4141.0, 4113.0, 4144.0, 4100.0, 4133.0, 4184.0, 4146.0, 4174.0, 4131.0, 4132.0, 4127.0, 4113.0, 4143.0, 4102.0, 4142.0, 4110.0, 4113.0, 4108.0, 4100.0, 4122.0, 4140.0, 4132.0, 4158.0, 4130.0, 4146.0, 4105.0, 4116.0, 4135.0, 4105.0, 4134.0, 4093.0, 4136.0, 4141.0, 4136.0, 4153.0, 4147.0, 4143.0, 4124.0, 4134.0, 4099.0, 4100.0, 4044.0, 4089.0, 4108.0, 4080.0, 4098.0, 4058.0, 4100.0, 4058.0, 4103.0, 4071.0, 4105.0, 4104.0, 4097.0, 4138.0, 4096.0, 4130.0, 4099.0, 4132.0, 4140.0, 4112.0, 4144.0, 4113.0, 4142.0, 4112.0, 4124.0, 4176.0, 4126.0, 4158.0, 4137.0, 4171.0, 4191.0, 4162.0, 4159.0, 4136.0, 4115.0, 4167.0, 4127.0, 4158.0, 4124.0, 4118.0, 4168.0, 4118.0, 4151.0, 4171.0, 4140.0, 4170.0, 4130.0, 4150.0, 4120.0, 4141.0, 4121.0, 4154.0, 4184.0, 4144.0, 4196.0, 4165.0, 4175.0, 4184.0, 4154.0, 4183.0, 4142.0, 4196.0, 4175.0, 4196.0, 4154.0, 4176.0, 4206.0, 4186.0, 4206.0, 4173.0, 4195.0, 4192.0, 4173.0, 4194.0, 4161.0, 4148.0, 4179.0, 4126.0, 4148.0, 4158.0, 4127.0, 4168.0, 4116.0, 4153.0, 4117.0, 4156.0, 4116.0, 4128.0, 4168.0, 4141.0, 4182.0, 4153.0, 4179.0, 4129.0, 4141.0, 4192.0, 4140.0, 4182.0, 4151.0, 4171.0, 4170.0, 4143.0, 4182.0, 4151.0, 4152.0, 4158.0, 4130.0, 4180.0, 4149.0, 4170.0, 4154.0, 4183.0, 4154.0, 4174.0, 4164.0, 4133.0, 4166.0, 4194.0, 4174.0, 4191.0, 4131.0, 4171.0, 4159.0, 4166.0, 4177.0, 4131.0, 4176.0, 4133.0, 4141.0, 4175.0, 4139.0, 4160.0, 4098.0, 4119.0, 4153.0, 4109.0, 4138.0, 4098.0, 4130.0, 4109.0, 4126.0, 4165.0, 4135.0, 4156.0, 4156.0, 4138.0, 4180.0, 4158.0, 4161.0, 4189.0, 4176.0, 4176.0, 4164.0, 4138.0, 4167.0, 4145.0, 4153.0, 4164.0, 4122.0, 4163.0, 4132.0, 4156.0, 4172.0, 4133.0, 4153.0, 4116.0, 4144.0, 4183.0, 4123.0, 4158.0, 4123.0, 4145.0, 4166.0, 4127.0, 4157.0, 4123.0, 4147.0, 4189.0, 4137.0, 4176.0, 4143.0, 4144.0, 4176.0, 4125.0, 4154.0, 4162.0, 4126.0, 4172.0, 4111.0, 4146.0, 4183.0, 4131.0, 4164.0, 4121.0, 4124.0, 4164.0, 4103.0, 4153.0, 4152.0, 4122.0, 4164.0, 4122.0, 4137.0, 4162.0, 4133.0, 4163.0, 4123.0, 4158.0, 4168.0, 4136.0, 4179.0, 4138.0, 4159.0, 4168.0, 4136.0, 4187.0, 4148.0, 4147.0, 4177.0, 4116.0, 4166.0, 4144.0, 4151.0, 4184.0, 4129.0, 4167.0, 4148.0, 4157.0, 4170.0, 4147.0, 4161.0, 4141.0, 4182.0, 4164.0, 4183.0, 4170.0, 4193.0, 4152.0, 4183.0, 4153.0, 4162.0, 4190.0, 4128.0, 4180.0, 4156.0, 4176.0, 4165.0, 4127.0, 4166.0, 4135.0, 4166.0, 4110.0, 4131.0, 4165.0, 4115.0, 4166.0, 4122.0, 4153.0, 4120.0, 4122.0, 4173.0, 4123.0, 4167.0, 4165.0, 4136.0, 4176.0, 4135.0, 4162.0, 4199.0, 4129.0, 4175.0, 4128.0, 4158.0, 4137.0, 4163.0, 4202.0, 4184.0, 4179.0, 4159.0, 4141.0, 4181.0, 4160.0, 4155.0, 4178.0, 4127.0, 4151.0, 4179.0, 4146.0, 4155.0, 4155.0, 4129.0, 4176.0, 4144.0, 4154.0, 4111.0, 4139.0, 4186.0, 4155.0, 4159.0, 4137.0, 4166.0, 4211.0, 4142.0, 4188.0, 4136.0, 4157.0, 4150.0, 4179.0, 4192.0, 4173.0, 4192.0, 4158.0, 4187.0, 4142.0, 4179.0, 4146.0, 4168.0, 4167.0, 4142.0, 4188.0, 4140.0, 4177.0, 4154.0, 4154.0, 4184.0, 4122.0, 4165.0, 4145.0, 4133.0, 4172.0, 4124.0, 4143.0, 4111.0, 4125.0, 4169.0, 4121.0, 4150.0, 4119.0, 4116.0, 4095.0, 4105.0, 4109.0, 4170.0, 4143.0, 4185.0, 4207.0, 4162.0, 4162.0, 4193.0, 4142.0, 4173.0, 4191.0, 4148.0, 4165.0, 4145.0, 4145.0, 4175.0, 4142.0, 4153.0, 4166.0, 4161.0, 4162.0, 4128.0, 4129.0, 4159.0, 4111.0, 4138.0, 4096.0, 4120.0, 4147.0, 4109.0, 4143.0, 4121.0, 4130.0, 4161.0, 4101.0, 4155.0, 4136.0, 4145.0, 4173.0, 4144.0, 4153.0, 4111.0, 4125.0, 4173.0, 4125.0, 4153.0, 4123.0, 4135.0, 4184.0, 4143.0, 4164.0, 4117.0, 4156.0, 4155.0, 4137.0, 4186.0, 4159.0, 4167.0, 4136.0, 4147.0, 4186.0, 4137.0, 4180.0, 4150.0, 4160.0, 4127.0, 4137.0, 4178.0, 4155.0, 4165.0, 4124.0, 4144.0, 4176.0, 4139.0, 4177.0, 4125.0, 4153.0, 4175.0, 4115.0, 4163.0, 4143.0, 4137.0, 4176.0, 4116.0, 4163.0, 4122.0, 4143.0, 4183.0, 4124.0, 4175.0, 4134.0, 4169.0, 4142.0, 4150.0, 4191.0, 4157.0, 4152.0, 4161.0, 4180.0, 4150.0, 4174.0, 4210.0, 4164.0, 4193.0, 4152.0, 4173.0, 4204.0, 4152.0, 4200.0, 4157.0, 4158.0, 4195.0, 4130.0, 4182.0, 4156.0, 4158.0, 4162.0, 4125.0, 4167.0, 4135.0, 4175.0, 4129.0, 4171.0, 4133.0, 4179.0, 4148.0, 4171.0, 4179.0, 4149.0, 4192.0, 4168.0, 4178.0, 4138.0, 4150.0, 4199.0, 4149.0, 4178.0, 4148.0, 4169.0, 4122.0, 4170.0, 4190.0, 4159.0, 4171.0, 4139.0, 4170.0, 4142.0, 4185.0, 4152.0, 4168.0, 4135.0, 4130.0, 4181.0, 4141.0, 4153.0, 4120.0, 4121.0, 4086.0, 4110.0, 4099.0, 4136.0, 4110.0, 4094.0, 4094.0, 4124.0, 4106.0, 4154.0, 4094.0, 4156.0, 4130.0, 4132.0, 4142.0, 4133.0, 4146.0, 4143.0, 4168.0, 4153.0, 4143.0, 4172.0, 4160.0, 4169.0, 4130.0, 4132.0, 4111.0, 4142.0, 4114.0, 4140.0, 4100.0, 4153.0, 4122.0, 4147.0, 4185.0, 4144.0, 4163.0, 4113.0, 4158.0, 4167.0, 4138.0, 4185.0, 4134.0], 'WindowWidth': [9411.0, 9401.0, 9343.0, 9371.0, 9276.0, 9298.0, 9268.0, 9289.0, 9253.0, 9277.0, 9256.0, 9282.0, 9254.0, 9283.0, 9251.0, 9286.0, 9268.0, 9287.0, 9266.0, 9289.0, 9300.0, 9287.0, 9310.0, 9298.0, 9305.0, 9265.0, 9293.0, 9245.0, 9249.0, 9226.0, 9269.0, 9297.0, 9253.0, 9290.0, 9258.0, 9280.0, 9289.0, 9317.0, 9296.0, 9294.0, 9311.0, 9298.0, 9327.0, 9311.0, 9343.0, 9280.0, 9321.0, 9333.0, 9315.0, 9341.0, 9312.0, 9301.0, 9257.0, 9286.0, 9240.0, 9241.0, 9238.0, 9241.0, 9239.0, 9264.0, 9311.0, 9294.0, 9259.0, 9248.0, 9234.0, 9229.0, 9263.0, 9260.0, 9267.0, 9300.0, 9284.0, 9348.0, 9306.0, 9264.0, 9315.0, 9264.0, 9305.0, 9287.0, 9296.0, 9237.0, 9270.0, 9293.0, 9265.0, 9291.0, 9241.0, 9260.0, 9180.0, 9211.0, 9234.0, 9234.0, 9241.0, 9192.0, 9258.0, 9218.0, 9257.0, 9219.0, 9252.0, 9263.0, 9288.0, 9261.0, 9271.0, 9280.0, 9283.0, 9281.0, 9319.0, 9277.0, 9303.0, 9301.0, 9274.0, 9265.0, 9221.0, 9233.0, 9200.0, 9248.0, 9191.0, 9232.0, 9253.0, 9201.0, 9225.0, 9207.0, 9243.0, 9202.0, 9248.0, 9223.0, 9219.0, 9254.0, 9222.0, 9259.0, 9203.0, 9233.0, 9292.0, 9238.0, 9254.0, 9200.0, 9242.0, 9258.0, 9223.0, 9269.0, 9208.0, 9211.0, 9159.0, 9209.0, 9227.0, 9182.0, 9206.0, 9166.0, 9218.0, 9247.0, 9212.0, 9221.0, 9229.0, 9243.0, 9255.0, 9276.0, 9262.0, 9318.0, 9307.0, 9340.0, 9291.0, 9276.0, 9293.0, 9249.0, 9270.0, 9235.0, 9298.0, 9276.0, 9318.0, 9292.0, 9225.0, 9245.0, 9219.0, 9237.0, 9219.0, 9209.0, 9271.0, 9200.0, 9245.0, 9220.0, 9245.0, 9188.0, 9231.0, 9241.0, 9233.0, 9266.0, 9185.0, 9233.0, 9174.0, 9238.0, 9195.0, 9193.0, 9253.0, 9174.0, 9216.0, 9155.0, 9184.0, 9208.0, 9155.0, 9210.0, 9167.0, 9176.0, 9225.0, 9160.0, 9212.0, 9158.0, 9160.0, 9200.0, 9182.0, 9220.0, 9162.0, 9196.0, 9219.0, 9203.0, 9225.0, 9198.0, 9246.0, 9231.0, 9238.0, 9244.0, 9191.0, 9266.0, 9216.0, 9254.0, 9214.0, 9302.0, 9252.0, 9233.0, 9280.0, 9196.0, 9228.0, 9193.0, 9217.0, 9207.0, 9235.0, 9209.0, 9266.0, 9212.0, 9250.0, 9196.0, 9167.0, 9141.0, 8931.0, 9075.0, 9074.0, 9068.0, 9101.0, 9061.0, 9107.0, 9053.0, 9129.0, 9154.0, 9126.0, 9137.0, 9134.0, 9160.0, 9172.0, 9110.0, 9083.0, 9146.0, 9083.0, 9117.0, 9142.0, 9061.0, 9102.0, 9110.0, 9066.0, 9116.0, 9063.0, 9117.0, 9085.0, 9108.0, 9166.0, 9109.0, 9169.0, 9209.0, 9139.0, 9187.0, 9162.0, 9223.0, 9138.0, 9163.0, 9206.0, 9164.0, 9216.0, 9160.0, 9218.0, 9257.0, 9233.0, 9198.0, 9161.0, 9139.0, 9196.0, 9165.0, 9204.0, 9140.0, 9187.0, 9261.0, 9199.0, 9247.0, 9180.0, 9187.0, 9174.0, 9162.0, 9189.0, 9130.0, 9182.0, 9149.0, 9146.0, 9141.0, 9122.0, 9156.0, 9190.0, 9178.0, 9214.0, 9165.0, 9192.0, 9130.0, 9145.0, 9164.0, 9122.0, 9170.0, 9111.0, 9175.0, 9174.0, 9177.0, 9196.0, 9192.0, 9185.0, 9153.0, 9170.0, 9111.0, 9114.0, 9032.0, 9099.0, 9122.0, 9087.0, 9110.0, 9059.0, 9118.0, 9060.0, 9124.0, 9079.0, 9132.0, 9130.0, 9125.0, 9181.0, 9126.0, 9175.0, 9131.0, 9185.0, 9190.0, 9158.0, 9195.0, 9163.0, 9200.0, 9158.0, 9179.0, 9247.0, 9187.0, 9224.0, 9202.0, 9258.0, 9274.0, 9231.0, 9225.0, 9186.0, 9159.0, 9230.0, 9179.0, 9222.0, 9179.0, 9169.0, 9233.0, 9170.0, 9219.0, 9245.0, 9202.0, 9241.0, 9188.0, 9212.0, 9174.0, 9204.0, 9180.0, 9229.0, 9267.0, 9215.0, 9290.0, 9242.0, 9256.0, 9267.0, 9229.0, 9263.0, 9209.0, 9287.0, 9255.0, 9288.0, 9228.0, 9263.0, 9303.0, 9274.0, 9301.0, 9250.0, 9287.0, 9273.0, 9249.0, 9286.0, 9227.0, 9205.0, 9249.0, 9172.0, 9207.0, 9216.0, 9177.0, 9230.0, 9160.0, 9216.0, 9164.0, 9222.0, 9160.0, 9181.0, 9233.0, 9205.0, 9263.0, 9228.0, 9265.0, 9196.0, 9205.0, 9273.0, 9203.0, 9263.0, 9218.0, 9243.0, 9239.0, 9211.0, 9261.0, 9217.0, 9219.0, 9220.0, 9187.0, 9252.0, 9220.0, 9242.0, 9227.0, 9263.0, 9228.0, 9253.0, 9241.0, 9197.0, 9246.0, 9283.0, 9253.0, 9274.0, 9189.0, 9245.0, 9224.0, 9239.0, 9248.0, 9183.0, 9243.0, 9180.0, 9194.0, 9239.0, 9189.0, 9220.0, 9131.0, 9160.0, 9205.0, 9150.0, 9188.0, 9134.0, 9181.0, 9151.0, 9178.0, 9237.0, 9198.0, 9226.0, 9226.0, 9206.0, 9257.0, 9233.0, 9231.0, 9269.0, 9252.0, 9253.0, 9232.0, 9196.0, 9233.0, 9205.0, 9215.0, 9220.0, 9170.0, 9231.0, 9186.0, 9223.0, 9239.0, 9189.0, 9216.0, 9162.0, 9206.0, 9256.0, 9178.0, 9221.0, 9176.0, 9210.0, 9228.0, 9180.0, 9220.0, 9178.0, 9207.0, 9265.0, 9193.0, 9255.0, 9204.0, 9207.0, 9243.0, 9172.0, 9219.0, 9226.0, 9172.0, 9240.0, 9158.0, 9203.0, 9260.0, 9185.0, 9233.0, 9169.0, 9169.0, 9223.0, 9142.0, 9216.0, 9213.0, 9173.0, 9224.0, 9174.0, 9194.0, 9229.0, 9191.0, 9231.0, 9179.0, 9232.0, 9237.0, 9202.0, 9254.0, 9197.0, 9226.0, 9234.0, 9201.0, 9271.0, 9206.0, 9207.0, 9245.0, 9162.0, 9240.0, 9208.0, 9216.0, 9259.0, 9186.0, 9242.0, 9217.0, 9229.0, 9240.0, 9219.0, 9230.0, 9209.0, 9266.0, 9245.0, 9265.0, 9255.0, 9279.0, 9222.0, 9267.0, 9224.0, 9234.0, 9270.0, 9183.0, 9258.0, 9226.0, 9254.0, 9226.0, 9177.0, 9229.0, 9184.0, 9235.0, 9153.0, 9183.0, 9222.0, 9159.0, 9236.0, 9173.0, 9215.0, 9169.0, 9174.0, 9244.0, 9179.0, 9242.0, 9238.0, 9201.0, 9254.0, 9198.0, 9237.0, 9291.0, 9186.0, 9249.0, 9183.0, 9225.0, 9204.0, 9238.0, 9294.0, 9270.0, 9263.0, 9224.0, 9206.0, 9261.0, 9226.0, 9224.0, 9249.0, 9178.0, 9217.0, 9255.0, 9202.0, 9221.0, 9222.0, 9187.0, 9253.0, 9207.0, 9219.0, 9156.0, 9210.0, 9267.0, 9225.0, 9224.0, 9206.0, 9250.0, 9312.0, 9208.0, 9273.0, 9199.0, 9230.0, 9215.0, 9262.0, 9277.0, 9251.0, 9275.0, 9234.0, 9271.0, 9207.0, 9266.0, 9213.0, 9244.0, 9242.0, 9208.0, 9273.0, 9201.0, 9256.0, 9220.0, 9220.0, 9260.0, 9174.0, 9237.0, 9208.0, 9190.0, 9240.0, 9172.0, 9202.0, 9159.0, 9186.0, 9236.0, 9174.0, 9210.0, 9167.0, 9158.0, 9131.0, 9145.0, 9157.0, 9240.0, 9211.0, 9272.0, 9307.0, 9234.0, 9232.0, 9276.0, 9210.0, 9251.0, 9275.0, 9207.0, 9236.0, 9197.0, 9209.0, 9250.0, 9200.0, 9215.0, 9228.0, 9223.0, 9226.0, 9171.0, 9174.0, 9217.0, 9144.0, 9186.0, 9127.0, 9165.0, 9196.0, 9153.0, 9200.0, 9168.0, 9180.0, 9219.0, 9135.0, 9221.0, 9201.0, 9210.0, 9243.0, 9203.0, 9216.0, 9154.0, 9174.0, 9241.0, 9172.0, 9217.0, 9177.0, 9196.0, 9260.0, 9204.0, 9234.0, 9166.0, 9227.0, 9221.0, 9202.0, 9266.0, 9226.0, 9240.0, 9197.0, 9214.0, 9265.0, 9202.0, 9254.0, 9214.0, 9227.0, 9177.0, 9201.0, 9247.0, 9223.0, 9237.0, 9178.0, 9208.0, 9244.0, 9199.0, 9254.0, 9171.0, 9217.0, 9239.0, 9159.0, 9231.0, 9204.0, 9194.0, 9245.0, 9163.0, 9232.0, 9175.0, 9205.0, 9258.0, 9183.0, 9251.0, 9196.0, 9252.0, 9211.0, 9230.0, 9273.0, 9233.0, 9223.0, 9235.0, 9267.0, 9228.0, 9255.0, 9308.0, 9242.0, 9279.0, 9222.0, 9254.0, 9294.0, 9220.0, 9296.0, 9229.0, 9231.0, 9281.0, 9189.0, 9264.0, 9227.0, 9231.0, 9228.0, 9182.0, 9241.0, 9197.0, 9252.0, 9188.0, 9245.0, 9199.0, 9263.0, 9221.0, 9247.0, 9262.0, 9224.0, 9276.0, 9247.0, 9259.0, 9205.0, 9217.0, 9291.0, 9222.0, 9260.0, 9218.0, 9251.0, 9182.0, 9243.0, 9278.0, 9236.0, 9243.0, 9213.0, 9243.0, 9210.0, 9273.0, 9221.0, 9245.0, 9196.0, 9187.0, 9256.0, 9201.0, 9218.0, 9164.0, 9168.0, 9113.0, 9155.0, 9143.0, 9182.0, 9154.0, 9131.0, 9130.0, 9172.0, 9149.0, 9209.0, 9128.0, 9213.0, 9171.0, 9175.0, 9182.0, 9167.0, 9199.0, 9186.0, 9237.0, 9206.0, 9188.0, 9242.0, 9218.0, 9228.0, 9177.0, 9181.0, 9154.0, 9195.0, 9163.0, 9192.0, 9139.0, 9213.0, 9171.0, 9214.0, 9265.0, 9206.0, 9227.0, 9162.0, 9233.0, 9243.0, 9205.0, 9262.0, 9194.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.039401241379310344</td></tr>
<tr><td colspan=3>aqi</td><td>0.1327443991954023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.32050253681246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1061521059723816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.023809406144994</td></tr>
<tr><td colspan=3>efc</td><td>0.4484</td></tr>
<tr><td colspan=3>fber</td><td>7591.9355</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2056788245434813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>243</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.93103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.684551904520511</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.502967940324594</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.851098932024504</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6995888412124347</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135008</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01904992014169693</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030276158824563026</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.232594977526688</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.0315</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.0126</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.0633</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308048.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>299.952</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5125</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.2133</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.6672</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.0469</td></tr>
<tr><td colspan=3>tsnr</td><td>18.47220093762735</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>