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

616 lines
No EOL
107 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-0036_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0036_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-04/func/sub-0036_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0d2fa2bc9af70cbfb53d44414e6fb6b3</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>19:29:31.485000</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111738</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>291.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f6ffd0a0-ec25-4e49-a50e-77cac19d6022||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['192931.485000', '192931.945000', '192932.405000', '192932.865000', '192933.325000', '192933.785000', '192934.245000', '192934.705000', '192935.165000', '192935.625000', '192936.085000', '192936.545000', '192937.005000', '192937.465000', '192937.925000', '192938.385000', '192938.845000', '192939.305000', '192939.765000', '192940.225000', '192940.685000', '192941.145000', '192941.605000', '192942.065000', '192942.525000', '192942.985000', '192943.445000', '192943.905000', '192944.365000', '192944.825000', '192945.285000', '192945.745000', '192946.205000', '192946.665000', '192947.125000', '192947.585000', '192948.045000', '192948.505000', '192948.965000', '192949.425000', '192949.885000', '192950.345000', '192950.805000', '192951.265000', '192951.725000', '192952.185000', '192952.645000', '192953.105000', '192953.565000', '192954.025000', '192954.485000', '192954.945000', '192955.405000', '192955.865000', '192956.325000', '192956.785000', '192957.245000', '192957.705000', '192958.165000', '192958.625000', '192959.085000', '192959.545000', '193000.005000', '193000.465000', '193000.925000', '193001.385000', '193001.845000', '193002.305000', '193002.765000', '193003.225000', '193003.685000', '193004.145000', '193004.605000', '193005.065000', '193005.525000', '193005.985000', '193006.445000', '193006.905000', '193007.365000', '193007.825000', '193008.285000', '193008.745000', '193009.205000', '193009.665000', '193010.125000', '193010.585000', '193011.045000', '193011.505000', '193011.965000', '193012.425000', '193012.885000', '193013.345000', '193013.805000', '193014.265000', '193014.725000', '193015.185000', '193015.645000', '193016.105000', '193016.565000', '193017.025000', '193017.485000', '193017.945000', '193018.405000', '193018.865000', '193019.325000', '193019.785000', '193020.245000', '193020.705000', '193021.165000', '193021.625000', '193022.085000', '193022.545000', '193023.005000', '193023.465000', '193023.925000', '193024.385000', '193024.845000', '193025.305000', '193025.765000', '193026.225000', '193026.685000', '193027.145000', '193027.605000', '193028.065000', '193028.525000', '193028.985000', '193029.445000', '193029.905000', '193030.365000', '193030.825000', '193031.285000', '193031.745000', '193032.205000', '193032.665000', '193033.125000', '193033.585000', '193034.045000', '193034.505000', '193034.965000', '193035.425000', '193035.885000', '193036.345000', '193036.805000', '193037.265000', '193037.725000', '193038.185000', '193038.645000', '193039.105000', '193039.565000', '193040.025000', '193040.485000', '193040.945000', '193041.405000', '193041.865000', '193042.325000', '193042.785000', '193043.245000', '193043.705000', '193044.165000', '193044.625000', '193045.085000', '193045.545000', '193046.005000', '193046.465000', '193046.925000', '193047.385000', '193047.845000', '193048.305000', '193048.765000', '193049.225000', '193049.685000', '193050.145000', '193050.605000', '193051.065000', '193051.525000', '193051.985000', '193052.445000', '193052.905000', '193053.365000', '193053.825000', '193054.285000', '193054.745000', '193055.205000', '193055.665000', '193056.125000', '193056.585000', '193057.045000', '193057.505000', '193057.965000', '193058.425000', '193058.885000', '193059.345000', '193059.805000', '193100.265000', '193100.725000', '193101.185000', '193101.645000', '193102.105000', '193102.565000', '193103.025000', '193103.485000', '193103.945000', '193104.405000', '193104.865000', '193105.325000', '193105.785000', '193106.245000', '193106.705000', '193107.165000', '193107.625000', '193108.085000', '193108.545000', '193109.005000', '193109.465000', '193109.925000', '193110.385000', '193110.845000', '193111.305000', '193111.765000', '193112.225000', '193112.685000', '193113.145000', '193113.605000', '193114.065000', '193114.525000', '193114.985000', '193115.445000', '193115.905000', '193116.365000', '193116.825000', '193117.285000', '193117.745000', '193118.205000', '193118.665000', '193119.125000', '193119.585000', '193120.045000', '193120.505000', '193120.965000', '193121.425000', '193121.885000', '193122.345000', '193122.805000', '193123.265000', '193123.725000', '193124.185000', '193124.645000', '193125.105000', '193125.565000', '193126.025000', '193126.485000', '193126.945000', '193127.405000', '193127.865000', '193128.325000', '193128.785000', '193129.245000', '193129.705000', '193130.165000', '193130.625000', '193131.085000', '193131.545000', '193132.005000', '193132.465000', '193132.925000', '193133.385000', '193133.845000', '193134.305000', '193134.765000', '193135.225000', '193135.685000', '193136.145000', '193136.605000', '193137.065000', '193137.525000', '193137.985000', '193138.445000', '193138.905000', '193139.365000', '193139.825000', '193140.285000', '193140.745000', '193141.205000', '193141.665000', '193142.125000', '193142.585000', '193143.045000', '193143.505000', '193143.965000', '193144.425000', '193144.885000', '193145.345000', '193145.805000', '193146.265000', '193146.725000', '193147.185000', '193147.645000', '193148.105000', '193148.565000', '193149.025000', '193149.485000', '193149.945000', '193150.405000', '193150.865000', '193151.325000', '193151.785000', '193152.245000', '193152.705000', '193153.165000', '193153.625000', '193154.085000', '193154.545000', '193155.005000', '193155.465000', '193155.925000', '193156.385000', '193156.845000', '193157.305000', '193157.765000', '193158.225000', '193158.685000', '193159.145000', '193159.605000', '193200.065000', '193200.525000', '193200.985000', '193201.445000', '193201.905000', '193202.365000', '193202.825000', '193203.285000', '193203.745000', '193204.205000', '193204.665000', '193205.125000', '193205.585000', '193206.045000', '193206.505000', '193206.965000', '193207.425000', '193207.885000', '193208.345000', '193208.805000', '193209.265000', '193209.725000', '193210.185000', '193210.645000', '193211.105000', '193211.565000', '193212.025000', '193212.485000', '193212.945000', '193213.405000', '193213.865000', '193214.325000', '193214.785000', '193215.245000', '193215.705000', '193216.165000', '193216.625000', '193217.085000', '193217.545000', '193218.005000', '193218.465000', '193218.925000', '193219.385000', '193219.845000', '193220.305000', '193220.765000', '193221.225000', '193221.685000', '193222.145000', '193222.605000', '193223.065000', '193223.525000', '193223.985000', '193224.445000', '193224.905000', '193225.365000', '193225.825000', '193226.285000', '193226.745000', '193227.205000', '193227.665000', '193228.125000', '193228.585000', '193229.045000', '193229.505000', '193229.965000', '193230.425000', '193230.885000', '193231.345000', '193231.805000', '193232.265000', '193232.725000', '193233.185000', '193233.645000', '193234.105000', '193234.565000', '193235.025000', '193235.485000', '193235.945000', '193236.405000', '193236.865000', '193237.325000', '193237.785000', '193238.245000', '193238.705000', '193239.165000', '193239.625000', '193240.085000', '193240.545000', '193241.005000', '193241.465000', '193241.925000', '193242.385000', '193242.845000', '193243.305000', '193243.765000', '193244.225000', '193244.685000', '193245.145000', '193245.605000', '193246.065000', '193246.525000', '193246.985000', '193247.445000', '193247.905000', '193248.365000', '193248.825000', '193249.285000', '193249.745000', '193250.205000', '193250.665000', '193251.125000', '193251.585000', '193252.045000', '193252.505000', '193252.965000', '193253.425000', '193253.885000', '193254.345000', '193254.805000', '193255.265000', '193255.725000', '193256.185000', '193256.645000', '193257.105000', '193257.565000', '193258.025000', '193258.485000', '193258.945000', '193259.405000', '193259.865000', '193300.325000', '193300.785000', '193301.245000', '193301.705000', '193302.165000', '193302.625000', '193303.085000', '193303.545000', '193304.005000', '193304.465000', '193304.925000', '193305.385000', '193305.845000', '193306.305000', '193306.765000', '193307.225000', '193307.685000', '193308.145000', '193308.605000', '193309.065000', '193309.525000', '193309.985000', '193310.445000', '193310.905000', '193311.365000', '193311.825000', '193312.285000', '193312.745000', '193313.205000', '193313.665000', '193314.125000', '193314.585000', '193315.045000', '193315.505000', '193315.965000', '193316.425000', '193316.885000', '193317.345000', '193317.805000', '193318.265000', '193318.725000', '193319.185000', '193319.645000', '193320.105000', '193320.565000', '193321.025000', '193321.485000', '193321.945000', '193322.405000', '193322.865000', '193323.325000', '193323.785000', '193324.245000', '193324.705000', '193325.165000', '193325.625000', '193326.085000', '193326.545000', '193327.005000', '193327.465000', '193327.925000', '193328.385000', '193328.845000', '193329.305000', '193329.765000', '193330.225000', '193330.685000', '193331.145000', '193331.605000', '193332.065000', '193332.525000', '193332.985000', '193333.445000', '193333.905000', '193334.365000', '193334.825000', '193335.285000', '193335.745000', '193336.205000', '193336.665000', '193337.125000', '193337.585000', '193338.045000', '193338.505000', '193338.965000', '193339.425000', '193339.885000', '193340.345000', '193340.805000', '193341.265000', '193341.725000', '193342.185000', '193342.645000', '193343.105000', '193343.565000', '193344.025000', '193344.485000', '193344.945000', '193345.405000', '193345.865000', '193346.325000', '193346.785000', '193347.245000', '193347.705000', '193348.165000', '193348.625000', '193349.085000', '193349.545000', '193350.005000', '193350.465000', '193350.925000', '193351.385000', '193351.845000', '193352.305000', '193352.765000', '193353.225000', '193353.685000', '193354.145000', '193354.605000', '193355.065000', '193355.525000', '193355.985000', '193356.445000', '193356.905000', '193357.365000', '193357.825000', '193358.285000', '193358.745000', '193359.205000', '193359.665000', '193400.125000', '193400.585000', '193401.045000', '193401.505000', '193401.965000', '193402.425000', '193402.885000', '193403.345000', '193403.805000', '193404.265000', '193404.725000', '193405.185000', '193405.645000', '193406.105000', '193406.565000', '193407.025000', '193407.485000', '193407.945000', '193408.405000', '193408.865000', '193409.325000', '193409.785000', '193410.245000', '193410.705000', '193411.165000', '193411.625000', '193412.085000', '193412.545000', '193413.005000', '193413.465000', '193413.925000', '193414.385000', '193414.845000', '193415.305000', '193415.765000', '193416.225000', '193416.685000', '193417.145000', '193417.605000', '193418.065000', '193418.525000', '193418.985000', '193419.445000', '193419.905000', '193420.365000', '193420.825000', '193421.285000', '193421.745000', '193422.205000', '193422.665000', '193423.125000', '193423.585000', '193424.045000', '193424.505000', '193424.965000', '193425.425000', '193425.885000', '193426.345000', '193426.805000', '193427.265000', '193427.725000', '193428.185000', '193428.645000', '193429.105000', '193429.565000', '193430.025000', '193430.485000', '193430.945000', '193431.405000', '193431.865000', '193432.325000', '193432.785000', '193433.245000', '193433.705000', '193434.165000', '193434.625000', '193435.085000', '193435.545000', '193436.005000', '193436.465000', '193436.925000', '193437.385000', '193437.845000', '193438.305000', '193438.765000', '193439.225000', '193439.685000', '193440.145000', '193440.605000', '193441.065000', '193441.525000', '193441.985000', '193442.445000', '193442.905000', '193443.365000', '193443.825000', '193444.285000', '193444.745000', '193445.205000', '193445.665000', '193446.125000', '193446.585000', '193447.045000', '193447.505000', '193447.965000', '193448.425000', '193448.885000', '193449.345000', '193449.805000', '193450.265000', '193450.725000', '193451.185000', '193451.645000', '193452.105000', '193452.565000', '193453.025000', '193453.485000', '193453.945000', '193454.405000', '193454.865000', '193455.325000', '193455.785000', '193456.245000', '193456.705000', '193457.165000', '193457.625000', '193458.085000', '193458.545000', '193459.005000', '193459.465000', '193459.925000', '193500.385000', '193500.845000', '193501.305000', '193501.765000', '193502.225000', '193502.685000', '193503.145000', '193503.605000', '193504.065000', '193504.525000', '193504.985000', '193505.445000', '193505.905000', '193506.365000', '193506.825000', '193507.285000', '193507.745000', '193508.205000', '193508.665000', '193509.125000', '193509.585000', '193510.045000', '193510.505000', '193510.965000', '193511.425000', '193511.885000', '193512.345000', '193512.805000', '193513.265000', '193513.725000', '193514.185000', '193514.645000', '193515.105000', '193515.565000', '193516.025000', '193516.485000', '193516.945000', '193517.405000', '193517.865000', '193518.325000', '193518.785000', '193519.245000', '193519.705000', '193520.165000', '193520.625000', '193521.085000', '193521.545000', '193522.005000', '193522.465000', '193522.925000', '193523.385000', '193523.845000', '193524.305000', '193524.765000', '193525.225000', '193525.685000', '193526.145000', '193526.605000', '193527.065000', '193527.525000', '193527.985000', '193528.445000', '193528.905000', '193529.365000', '193529.825000', '193530.285000', '193530.745000', '193531.205000', '193531.665000', '193532.125000', '193532.585000', '193533.045000', '193533.505000', '193533.965000', '193534.425000', '193534.885000', '193535.345000', '193535.805000', '193536.265000', '193536.725000', '193537.185000', '193537.645000', '193538.105000', '193538.565000', '193539.025000', '193539.485000', '193539.945000', '193540.405000', '193540.865000', '193541.325000', '193541.785000', '193542.245000', '193542.705000', '193543.165000', '193543.625000', '193544.085000', '193544.545000', '193545.005000', '193545.465000', '193545.925000', '193546.385000', '193546.845000', '193547.305000', '193547.765000', '193548.225000', '193548.685000', '193549.145000', '193549.605000', '193550.065000', '193550.525000', '193550.985000', '193551.445000', '193551.905000', '193552.365000', '193552.825000', '193553.285000', '193553.745000', '193554.205000', '193554.665000', '193555.125000', '193555.585000', '193556.045000', '193556.505000', '193556.965000', '193557.425000', '193557.885000', '193558.345000', '193558.805000', '193559.265000', '193559.725000', '193600.185000', '193600.645000', '193601.105000', '193601.565000', '193602.025000', '193602.485000', '193602.945000', '193603.405000', '193603.865000', '193604.325000', '193604.785000', '193605.245000', '193605.705000', '193606.165000', '193606.625000', '193607.085000', '193607.545000', '193608.005000', '193608.465000', '193608.925000', '193609.385000', '193609.845000', '193610.305000', '193610.765000', '193611.225000', '193611.685000', '193612.145000'], 'ContentTime': ['192941.725000', '192941.729000', '192941.732000', '192941.734000', '192941.737000', '192941.740000', '192941.742000', '192941.745000', '192941.748000', '192941.751000', '192941.754000', '192941.761000', '192941.764000', '192941.767000', '192941.770000', '192941.772000', '192941.775000', '192941.778000', '192941.781000', '192941.784000', '193001.695000', '193001.698000', '193001.701000', '193001.703000', '193001.706000', '193001.708000', '193001.711000', '193001.713000', '193001.716000', '193001.718000', '193001.721000', '193001.724000', '193001.726000', '193001.729000', '193001.731000', '193001.734000', '193001.736000', '193001.739000', '193001.741000', '193001.744000', '193001.746000', '193001.749000', '193001.751000', '193001.755000', '193001.757000', '193001.760000', '193001.763000', '193001.766000', '193001.768000', '193001.771000', '193001.773000', '193001.776000', '193001.790000', '193001.793000', '193001.795000', '193001.798000', '193001.801000', '193001.803000', '193001.806000', '193001.808000', '193001.811000', '193001.813000', '193001.817000', '193021.697000', '193021.699000', '193021.702000', '193021.705000', '193021.707000', '193021.710000', '193021.720000', '193021.722000', '193021.725000', '193021.727000', '193021.730000', '193021.733000', '193021.735000', '193021.738000', '193021.740000', '193021.743000', '193021.745000', '193021.748000', '193021.750000', '193021.753000', '193021.756000', '193021.758000', '193021.761000', '193021.763000', '193021.766000', '193021.768000', '193021.771000', '193021.774000', '193021.776000', '193021.779000', '193021.781000', '193021.784000', '193021.786000', '193021.789000', '193021.792000', '193021.794000', '193021.797000', '193021.800000', '193021.802000', '193021.805000', '193021.807000', '193021.810000', '193021.812000', '193021.815000', '193041.696000', '193041.699000', '193041.702000', '193041.704000', '193041.707000', '193041.710000', '193041.712000', '193041.715000', '193041.717000', '193041.720000', '193041.722000', '193041.725000', '193041.727000', '193041.730000', '193041.732000', '193041.735000', '193041.738000', '193041.740000', '193041.743000', '193041.745000', '193041.748000', '193041.751000', '193041.753000', '193041.756000', '193041.758000', '193041.761000', '193041.763000', '193041.766000', '193041.769000', '193041.772000', '193041.775000', '193041.778000', '193041.781000', '193041.783000', '193041.786000', '193041.788000', '193041.791000', '193041.793000', '193041.796000', '193041.799000', '193041.801000', '193041.804000', '193041.806000', '193101.696000', '193101.699000', '193101.702000', '193101.705000', '193101.707000', '193101.710000', '193101.712000', '193101.715000', '193101.717000', '193101.720000', '193101.723000', '193101.725000', '193101.728000', '193101.730000', '193101.733000', '193101.736000', '193101.738000', '193101.741000', '193101.743000', '193101.746000', '193101.749000', '193101.751000', '193101.754000', '193101.756000', '193101.759000', '193101.761000', '193101.764000', '193101.767000', '193101.769000', '193101.772000', '193101.775000', '193101.777000', '193101.780000', '193101.782000', '193101.785000', '193101.787000', '193101.790000', '193101.793000', '193101.795000', '193101.798000', '193101.800000', '193101.803000', '193101.806000', '193101.808000', '193121.697000', '193121.699000', '193121.702000', '193121.705000', '193121.707000', '193121.710000', '193121.712000', '193121.715000', '193121.717000', '193121.720000', '193121.722000', '193121.725000', '193121.728000', '193121.730000', '193121.733000', '193121.735000', '193121.738000', '193121.740000', '193121.743000', '193121.746000', '193121.748000', '193121.751000', '193121.753000', '193121.756000', '193121.759000', '193121.761000', '193121.764000', '193121.766000', '193121.769000', '193121.771000', '193121.774000', '193121.776000', '193121.779000', '193121.782000', '193121.784000', '193121.787000', '193121.789000', '193121.792000', '193121.794000', '193121.797000', '193121.801000', '193121.803000', '193121.806000', '193141.697000', '193141.699000', '193141.702000', '193141.704000', '193141.707000', '193141.710000', '193141.712000', '193141.715000', '193141.717000', '193141.720000', '193141.722000', '193141.725000', '193141.728000', '193141.730000', '193141.733000', '193141.735000', '193141.738000', '193141.741000', '193141.743000', '193141.746000', '193141.748000', '193141.751000', '193141.753000', '193141.756000', '193141.759000', '193141.761000', '193141.764000', '193141.766000', '193141.769000', '193141.772000', '193141.774000', '193141.777000', '193141.779000', '193141.782000', '193141.784000', '193141.787000', '193141.790000', '193141.792000', '193141.795000', '193141.797000', '193141.800000', '193141.803000', '193141.805000', '193141.808000', '193201.697000', '193201.711000', '193201.713000', '193201.716000', '193201.718000', '193201.721000', '193201.724000', '193201.726000', '193201.729000', '193201.731000', '193201.734000', '193201.736000', '193201.739000', '193201.741000', '193201.744000', '193201.747000', '193201.749000', '193201.752000', '193201.754000', '193201.757000', '193201.760000', '193201.762000', '193201.765000', '193201.767000', '193201.770000', '193201.772000', '193201.775000', '193201.778000', '193201.780000', '193201.783000', '193201.785000', '193201.788000', '193201.790000', '193201.793000', '193201.796000', '193201.798000', '193201.801000', '193201.803000', '193201.806000', '193201.808000', '193201.811000', '193201.814000', '193201.816000', '193221.696000', '193221.698000', '193221.701000', '193221.704000', '193221.706000', '193221.709000', '193221.712000', '193221.714000', '193221.717000', '193221.719000', '193221.722000', '193221.725000', '193221.727000', '193221.730000', '193221.732000', '193221.735000', '193221.738000', '193221.740000', '193221.743000', '193221.745000', '193221.748000', '193221.750000', '193221.753000', '193221.755000', '193221.758000', '193221.761000', '193221.763000', '193221.766000', '193221.768000', '193221.771000', '193221.774000', '193221.776000', '193221.779000', '193221.781000', '193221.784000', '193221.786000', '193221.789000', '193221.792000', '193221.794000', '193221.797000', '193221.800000', '193221.802000', '193221.805000', '193221.807000', '193241.697000', '193241.699000', '193241.702000', '193241.705000', '193241.707000', '193241.710000', '193241.712000', '193241.715000', '193241.717000', '193241.720000', '193241.723000', '193241.725000', '193241.728000', '193241.730000', '193241.733000', '193241.736000', '193241.738000', '193241.741000', '193241.743000', '193241.746000', '193241.748000', '193241.751000', '193241.754000', '193241.756000', '193241.759000', '193241.761000', '193241.764000', '193241.766000', '193241.769000', '193241.772000', '193241.774000', '193241.777000', '193241.779000', '193241.782000', '193241.784000', '193241.787000', '193241.790000', '193241.792000', '193241.795000', '193241.797000', '193241.800000', '193241.803000', '193241.805000', '193301.697000', '193301.699000', '193301.702000', '193301.705000', '193301.707000', '193301.710000', '193301.712000', '193301.715000', '193301.717000', '193301.720000', '193301.723000', '193301.725000', '193301.728000', '193301.730000', '193301.733000', '193301.736000', '193301.738000', '193301.741000', '193301.743000', '193301.746000', '193301.748000', '193301.751000', '193301.754000', '193301.756000', '193301.759000', '193301.761000', '193301.764000', '193301.766000', '193301.769000', '193301.772000', '193301.774000', '193301.777000', '193301.779000', '193301.782000', '193301.785000', '193301.787000', '193301.790000', '193301.792000', '193301.795000', '193301.797000', '193301.800000', '193301.803000', '193301.805000', '193301.808000', '193321.697000', '193321.700000', '193321.702000', '193321.705000', '193321.708000', '193321.710000', '193321.713000', '193321.715000', '193321.718000', '193321.720000', '193321.723000', '193321.726000', '193321.728000', '193321.731000', '193321.733000', '193321.736000', '193321.739000', '193321.741000', '193321.744000', '193321.746000', '193321.749000', '193321.751000', '193321.754000', '193321.756000', '193321.759000', '193321.762000', '193321.764000', '193321.767000', '193321.770000', '193321.772000', '193321.775000', '193321.777000', '193321.780000', '193321.782000', '193321.785000', '193321.788000', '193321.790000', '193321.793000', '193321.795000', '193321.798000', '193321.801000', '193321.814000', '193321.816000', '193341.698000', '193341.701000', '193341.704000', '193341.706000', '193341.709000', '193341.712000', '193341.714000', '193341.717000', '193341.719000', '193341.722000', '193341.725000', '193341.727000', '193341.730000', '193341.732000', '193341.735000', '193341.738000', '193341.740000', '193341.743000', '193341.745000', '193341.748000', '193341.751000', '193341.753000', '193341.759000', '193341.761000', '193341.764000', '193341.767000', '193341.769000', '193341.772000', '193341.775000', '193341.777000', '193341.780000', '193341.782000', '193341.785000', '193341.787000', '193341.790000', '193341.793000', '193341.795000', '193341.798000', '193341.801000', '193341.803000', '193341.806000', '193341.808000', '193341.811000', '193341.813000', '193401.697000', '193401.700000', '193401.702000', '193401.705000', '193401.707000', '193401.710000', '193401.713000', '193401.715000', '193401.718000', '193401.720000', '193401.723000', '193401.726000', '193401.728000', '193401.731000', '193401.733000', '193401.736000', '193401.738000', '193401.741000', '193401.743000', '193401.746000', '193401.749000', '193401.751000', '193401.754000', '193401.756000', '193401.759000', '193401.762000', '193401.764000', '193401.767000', '193401.769000', '193401.772000', '193401.774000', '193401.777000', '193401.780000', '193401.782000', '193401.785000', '193401.787000', '193401.790000', '193401.792000', '193401.795000', '193401.798000', '193401.800000', '193401.803000', '193401.805000', '193421.697000', '193421.699000', '193421.702000', '193421.705000', '193421.707000', '193421.710000', '193421.712000', '193421.715000', '193421.718000', '193421.720000', '193421.723000', '193421.725000', '193421.728000', '193421.731000', '193421.733000', '193421.736000', '193421.738000', '193421.741000', '193421.743000', '193421.746000', '193421.749000', '193421.751000', '193421.754000', '193421.757000', '193421.759000', '193421.762000', '193421.764000', '193421.767000', '193421.769000', '193421.772000', '193421.775000', '193421.777000', '193421.780000', '193421.783000', '193421.785000', '193421.788000', '193421.790000', '193421.793000', '193421.796000', '193421.798000', '193421.801000', '193421.803000', '193421.806000', '193421.809000', '193441.695000', '193441.698000', '193441.701000', '193441.703000', '193441.706000', '193441.709000', '193441.711000', '193441.714000', '193441.716000', '193441.719000', '193441.721000', '193441.724000', '193441.727000', '193441.729000', '193441.732000', '193441.734000', '193441.737000', '193441.739000', '193441.742000', '193441.745000', '193441.747000', '193441.750000', '193441.752000', '193441.755000', '193441.758000', '193441.760000', '193441.763000', '193441.765000', '193441.768000', '193441.771000', '193441.773000', '193441.776000', '193441.778000', '193441.781000', '193441.784000', '193441.786000', '193441.789000', '193441.791000', '193441.794000', '193441.797000', '193441.799000', '193441.802000', '193441.804000', '193501.697000', '193501.699000', '193501.702000', '193501.705000', '193501.707000', '193501.716000', '193501.718000', '193501.721000', '193501.735000', '193501.739000', '193501.741000', '193501.744000', '193501.746000', '193501.749000', '193501.752000', '193501.754000', '193501.757000', '193501.759000', '193501.762000', '193501.765000', '193501.768000', '193501.770000', '193501.773000', '193501.775000', '193501.778000', '193501.781000', '193501.783000', '193501.786000', '193501.788000', '193501.791000', '193501.794000', '193501.796000', '193501.799000', '193501.802000', '193501.804000', '193501.807000', '193501.810000', '193501.812000', '193501.815000', '193501.817000', '193501.820000', '193501.823000', '193501.825000', '193501.828000', '193521.697000', '193521.699000', '193521.702000', '193521.705000', '193521.707000', '193521.710000', '193521.712000', '193521.715000', '193521.718000', '193521.720000', '193521.723000', '193521.725000', '193521.728000', '193521.730000', '193521.733000', '193521.735000', '193521.738000', '193521.740000', '193521.743000', '193521.746000', '193521.748000', '193521.751000', '193521.753000', '193521.756000', '193521.758000', '193521.761000', '193521.763000', '193521.766000', '193521.769000', '193521.771000', '193521.774000', '193521.776000', '193521.779000', '193521.781000', '193521.784000', '193521.787000', '193521.789000', '193521.792000', '193521.794000', '193521.797000', '193521.800000', '193521.802000', '193521.805000', '193541.697000', '193541.700000', '193541.702000', '193541.705000', '193541.707000', '193541.710000', '193541.713000', '193541.715000', '193541.719000', '193541.722000', '193541.724000', '193541.727000', '193541.730000', '193541.732000', '193541.735000', '193541.737000', '193541.740000', '193541.742000', '193541.745000', '193541.748000', '193541.750000', '193541.753000', '193541.755000', '193541.758000', '193541.761000', '193541.763000', '193541.766000', '193541.768000', '193541.771000', '193541.773000', '193541.776000', '193541.779000', '193541.781000', '193541.784000', '193541.786000', '193541.789000', '193541.792000', '193541.794000', '193541.797000', '193541.799000', '193541.802000', '193541.805000', '193541.807000', '193601.697000', '193601.699000', '193601.702000', '193601.705000', '193601.707000', '193601.710000', '193601.712000', '193601.715000', '193601.717000', '193601.720000', '193601.723000', '193601.725000', '193601.728000', '193601.730000', '193601.733000', '193601.735000', '193601.738000', '193601.741000', '193601.743000', '193601.746000', '193601.748000', '193601.751000', '193601.754000', '193601.756000', '193601.759000', '193601.761000', '193601.764000', '193601.766000', '193601.769000', '193601.772000', '193601.774000', '193601.777000', '193601.779000', '193601.782000', '193601.785000', '193601.787000', '193601.790000', '193601.792000', '193601.795000', '193601.798000', '193601.800000', '193601.803000', '193601.805000', '193601.808000', '193613.439000', '193613.442000', '193613.444000', '193613.447000', '193613.449000', '193613.452000', '193613.455000', '193613.457000', '193613.460000', '193613.462000', '193613.465000', '193613.467000', '193613.470000', '193613.473000', '193613.475000', '193613.478000', '193613.480000', '193613.483000', '193613.485000', '193613.488000', '193613.491000', '193613.493000', '193613.496000', '193613.498000', '193613.501000', '193613.504000'], 'InstanceCreationTime': ['192941.725000', '192941.729000', '192941.732000', '192941.734000', '192941.737000', '192941.740000', '192941.742000', '192941.745000', '192941.748000', '192941.751000', '192941.754000', '192941.761000', '192941.764000', '192941.767000', '192941.770000', '192941.772000', '192941.775000', '192941.778000', '192941.781000', '192941.784000', '193001.695000', '193001.698000', '193001.701000', '193001.703000', '193001.706000', '193001.708000', '193001.711000', '193001.713000', '193001.716000', '193001.718000', '193001.721000', '193001.724000', '193001.726000', '193001.729000', '193001.731000', '193001.734000', '193001.736000', '193001.739000', '193001.741000', '193001.744000', '193001.746000', '193001.749000', '193001.751000', '193001.755000', '193001.757000', '193001.760000', '193001.763000', '193001.766000', '193001.768000', '193001.771000', '193001.773000', '193001.776000', '193001.790000', '193001.793000', '193001.795000', '193001.798000', '193001.801000', '193001.803000', '193001.806000', '193001.808000', '193001.811000', '193001.813000', '193001.817000', '193021.697000', '193021.699000', '193021.702000', '193021.705000', '193021.707000', '193021.710000', '193021.720000', '193021.722000', '193021.725000', '193021.727000', '193021.730000', '193021.733000', '193021.735000', '193021.738000', '193021.740000', '193021.743000', '193021.745000', '193021.748000', '193021.750000', '193021.753000', '193021.756000', '193021.758000', '193021.761000', '193021.763000', '193021.766000', '193021.768000', '193021.771000', '193021.774000', '193021.776000', '193021.779000', '193021.781000', '193021.784000', '193021.786000', '193021.789000', '193021.792000', '193021.794000', '193021.797000', '193021.800000', '193021.802000', '193021.805000', '193021.807000', '193021.810000', '193021.812000', '193021.815000', '193041.696000', '193041.699000', '193041.702000', '193041.704000', '193041.707000', '193041.710000', '193041.712000', '193041.715000', '193041.717000', '193041.720000', '193041.722000', '193041.725000', '193041.727000', '193041.730000', '193041.732000', '193041.735000', '193041.738000', '193041.740000', '193041.743000', '193041.745000', '193041.748000', '193041.751000', '193041.753000', '193041.756000', '193041.758000', '193041.761000', '193041.763000', '193041.766000', '193041.769000', '193041.772000', '193041.775000', '193041.778000', '193041.781000', '193041.783000', '193041.786000', '193041.788000', '193041.791000', '193041.793000', '193041.796000', '193041.799000', '193041.801000', '193041.804000', '193041.806000', '193101.696000', '193101.699000', '193101.702000', '193101.705000', '193101.707000', '193101.710000', '193101.712000', '193101.715000', '193101.717000', '193101.720000', '193101.723000', '193101.725000', '193101.728000', '193101.730000', '193101.733000', '193101.736000', '193101.738000', '193101.741000', '193101.743000', '193101.746000', '193101.749000', '193101.751000', '193101.754000', '193101.756000', '193101.759000', '193101.761000', '193101.764000', '193101.767000', '193101.769000', '193101.772000', '193101.775000', '193101.777000', '193101.780000', '193101.782000', '193101.785000', '193101.787000', '193101.790000', '193101.793000', '193101.795000', '193101.798000', '193101.800000', '193101.803000', '193101.806000', '193101.808000', '193121.697000', '193121.699000', '193121.702000', '193121.705000', '193121.707000', '193121.710000', '193121.712000', '193121.715000', '193121.717000', '193121.720000', '193121.722000', '193121.725000', '193121.728000', '193121.730000', '193121.733000', '193121.735000', '193121.738000', '193121.740000', '193121.743000', '193121.746000', '193121.748000', '193121.751000', '193121.753000', '193121.756000', '193121.759000', '193121.761000', '193121.764000', '193121.766000', '193121.769000', '193121.771000', '193121.774000', '193121.776000', '193121.779000', '193121.782000', '193121.784000', '193121.787000', '193121.789000', '193121.792000', '193121.794000', '193121.797000', '193121.801000', '193121.803000', '193121.806000', '193141.697000', '193141.699000', '193141.702000', '193141.704000', '193141.707000', '193141.710000', '193141.712000', '193141.715000', '193141.717000', '193141.720000', '193141.722000', '193141.725000', '193141.728000', '193141.730000', '193141.733000', '193141.735000', '193141.738000', '193141.741000', '193141.743000', '193141.746000', '193141.748000', '193141.751000', '193141.753000', '193141.756000', '193141.759000', '193141.761000', '193141.764000', '193141.766000', '193141.769000', '193141.772000', '193141.774000', '193141.777000', '193141.779000', '193141.782000', '193141.784000', '193141.787000', '193141.790000', '193141.792000', '193141.795000', '193141.797000', '193141.800000', '193141.803000', '193141.805000', '193141.808000', '193201.697000', '193201.711000', '193201.713000', '193201.716000', '193201.718000', '193201.721000', '193201.724000', '193201.726000', '193201.729000', '193201.731000', '193201.734000', '193201.736000', '193201.739000', '193201.741000', '193201.744000', '193201.747000', '193201.749000', '193201.752000', '193201.754000', '193201.757000', '193201.760000', '193201.762000', '193201.765000', '193201.767000', '193201.770000', '193201.772000', '193201.775000', '193201.778000', '193201.780000', '193201.783000', '193201.785000', '193201.788000', '193201.790000', '193201.793000', '193201.796000', '193201.798000', '193201.801000', '193201.803000', '193201.806000', '193201.808000', '193201.811000', '193201.814000', '193201.816000', '193221.696000', '193221.698000', '193221.701000', '193221.704000', '193221.706000', '193221.709000', '193221.712000', '193221.714000', '193221.717000', '193221.719000', '193221.722000', '193221.725000', '193221.727000', '193221.730000', '193221.732000', '193221.735000', '193221.738000', '193221.740000', '193221.743000', '193221.745000', '193221.748000', '193221.750000', '193221.753000', '193221.755000', '193221.758000', '193221.761000', '193221.763000', '193221.766000', '193221.768000', '193221.771000', '193221.774000', '193221.776000', '193221.779000', '193221.781000', '193221.784000', '193221.786000', '193221.789000', '193221.792000', '193221.794000', '193221.797000', '193221.800000', '193221.802000', '193221.805000', '193221.807000', '193241.697000', '193241.699000', '193241.702000', '193241.705000', '193241.707000', '193241.710000', '193241.712000', '193241.715000', '193241.717000', '193241.720000', '193241.723000', '193241.725000', '193241.728000', '193241.730000', '193241.733000', '193241.736000', '193241.738000', '193241.741000', '193241.743000', '193241.746000', '193241.748000', '193241.751000', '193241.754000', '193241.756000', '193241.759000', '193241.761000', '193241.764000', '193241.766000', '193241.769000', '193241.772000', '193241.774000', '193241.777000', '193241.779000', '193241.782000', '193241.784000', '193241.787000', '193241.790000', '193241.792000', '193241.795000', '193241.797000', '193241.800000', '193241.803000', '193241.805000', '193301.697000', '193301.699000', '193301.702000', '193301.705000', '193301.707000', '193301.710000', '193301.712000', '193301.715000', '193301.717000', '193301.720000', '193301.723000', '193301.725000', '193301.728000', '193301.730000', '193301.733000', '193301.736000', '193301.738000', '193301.741000', '193301.743000', '193301.746000', '193301.748000', '193301.751000', '193301.754000', '193301.756000', '193301.759000', '193301.761000', '193301.764000', '193301.766000', '193301.769000', '193301.772000', '193301.774000', '193301.777000', '193301.779000', '193301.782000', '193301.785000', '193301.787000', '193301.790000', '193301.792000', '193301.795000', '193301.797000', '193301.800000', '193301.803000', '193301.805000', '193301.808000', '193321.697000', '193321.700000', '193321.702000', '193321.705000', '193321.708000', '193321.710000', '193321.713000', '193321.715000', '193321.718000', '193321.720000', '193321.723000', '193321.726000', '193321.728000', '193321.731000', '193321.733000', '193321.736000', '193321.739000', '193321.741000', '193321.744000', '193321.746000', '193321.749000', '193321.751000', '193321.754000', '193321.756000', '193321.759000', '193321.762000', '193321.764000', '193321.767000', '193321.770000', '193321.772000', '193321.775000', '193321.777000', '193321.780000', '193321.782000', '193321.785000', '193321.788000', '193321.790000', '193321.793000', '193321.795000', '193321.798000', '193321.801000', '193321.814000', '193321.816000', '193341.698000', '193341.701000', '193341.704000', '193341.706000', '193341.709000', '193341.712000', '193341.714000', '193341.717000', '193341.719000', '193341.722000', '193341.725000', '193341.727000', '193341.730000', '193341.732000', '193341.735000', '193341.738000', '193341.740000', '193341.743000', '193341.745000', '193341.748000', '193341.751000', '193341.753000', '193341.759000', '193341.761000', '193341.764000', '193341.767000', '193341.769000', '193341.772000', '193341.775000', '193341.777000', '193341.780000', '193341.782000', '193341.785000', '193341.787000', '193341.790000', '193341.793000', '193341.795000', '193341.798000', '193341.801000', '193341.803000', '193341.806000', '193341.808000', '193341.811000', '193341.813000', '193401.697000', '193401.700000', '193401.702000', '193401.705000', '193401.707000', '193401.710000', '193401.713000', '193401.715000', '193401.718000', '193401.720000', '193401.723000', '193401.726000', '193401.728000', '193401.731000', '193401.733000', '193401.736000', '193401.738000', '193401.741000', '193401.743000', '193401.746000', '193401.749000', '193401.751000', '193401.754000', '193401.756000', '193401.759000', '193401.762000', '193401.764000', '193401.767000', '193401.769000', '193401.772000', '193401.774000', '193401.777000', '193401.780000', '193401.782000', '193401.785000', '193401.787000', '193401.790000', '193401.792000', '193401.795000', '193401.798000', '193401.800000', '193401.803000', '193401.805000', '193421.697000', '193421.699000', '193421.702000', '193421.705000', '193421.707000', '193421.710000', '193421.712000', '193421.715000', '193421.718000', '193421.720000', '193421.723000', '193421.725000', '193421.728000', '193421.731000', '193421.733000', '193421.736000', '193421.738000', '193421.741000', '193421.743000', '193421.746000', '193421.749000', '193421.751000', '193421.754000', '193421.757000', '193421.759000', '193421.762000', '193421.764000', '193421.767000', '193421.769000', '193421.772000', '193421.775000', '193421.777000', '193421.780000', '193421.783000', '193421.785000', '193421.788000', '193421.790000', '193421.793000', '193421.796000', '193421.798000', '193421.801000', '193421.803000', '193421.806000', '193421.809000', '193441.695000', '193441.698000', '193441.701000', '193441.703000', '193441.706000', '193441.709000', '193441.711000', '193441.714000', '193441.716000', '193441.719000', '193441.721000', '193441.724000', '193441.727000', '193441.729000', '193441.732000', '193441.734000', '193441.737000', '193441.739000', '193441.742000', '193441.745000', '193441.747000', '193441.750000', '193441.752000', '193441.755000', '193441.758000', '193441.760000', '193441.763000', '193441.765000', '193441.768000', '193441.771000', '193441.773000', '193441.776000', '193441.778000', '193441.781000', '193441.784000', '193441.786000', '193441.789000', '193441.791000', '193441.794000', '193441.797000', '193441.799000', '193441.802000', '193441.804000', '193501.697000', '193501.699000', '193501.702000', '193501.705000', '193501.707000', '193501.716000', '193501.718000', '193501.721000', '193501.735000', '193501.739000', '193501.741000', '193501.744000', '193501.746000', '193501.749000', '193501.752000', '193501.754000', '193501.757000', '193501.759000', '193501.762000', '193501.765000', '193501.768000', '193501.770000', '193501.773000', '193501.775000', '193501.778000', '193501.781000', '193501.783000', '193501.786000', '193501.788000', '193501.791000', '193501.794000', '193501.796000', '193501.799000', '193501.802000', '193501.804000', '193501.807000', '193501.810000', '193501.812000', '193501.815000', '193501.817000', '193501.820000', '193501.823000', '193501.825000', '193501.828000', '193521.697000', '193521.699000', '193521.702000', '193521.705000', '193521.707000', '193521.710000', '193521.712000', '193521.715000', '193521.718000', '193521.720000', '193521.723000', '193521.725000', '193521.728000', '193521.730000', '193521.733000', '193521.735000', '193521.738000', '193521.740000', '193521.743000', '193521.746000', '193521.748000', '193521.751000', '193521.753000', '193521.756000', '193521.758000', '193521.761000', '193521.763000', '193521.766000', '193521.769000', '193521.771000', '193521.774000', '193521.776000', '193521.779000', '193521.781000', '193521.784000', '193521.787000', '193521.789000', '193521.792000', '193521.794000', '193521.797000', '193521.800000', '193521.802000', '193521.805000', '193541.697000', '193541.700000', '193541.702000', '193541.705000', '193541.707000', '193541.710000', '193541.713000', '193541.715000', '193541.719000', '193541.722000', '193541.724000', '193541.727000', '193541.730000', '193541.732000', '193541.735000', '193541.737000', '193541.740000', '193541.742000', '193541.745000', '193541.748000', '193541.750000', '193541.753000', '193541.755000', '193541.758000', '193541.761000', '193541.763000', '193541.766000', '193541.768000', '193541.771000', '193541.773000', '193541.776000', '193541.779000', '193541.781000', '193541.784000', '193541.786000', '193541.789000', '193541.792000', '193541.794000', '193541.797000', '193541.799000', '193541.802000', '193541.805000', '193541.807000', '193601.697000', '193601.699000', '193601.702000', '193601.705000', '193601.707000', '193601.710000', '193601.712000', '193601.715000', '193601.717000', '193601.720000', '193601.723000', '193601.725000', '193601.728000', '193601.730000', '193601.733000', '193601.735000', '193601.738000', '193601.741000', '193601.743000', '193601.746000', '193601.748000', '193601.751000', '193601.754000', '193601.756000', '193601.759000', '193601.761000', '193601.764000', '193601.766000', '193601.769000', '193601.772000', '193601.774000', '193601.777000', '193601.779000', '193601.782000', '193601.785000', '193601.787000', '193601.790000', '193601.792000', '193601.795000', '193601.798000', '193601.800000', '193601.803000', '193601.805000', '193601.808000', '193613.439000', '193613.442000', '193613.444000', '193613.447000', '193613.449000', '193613.452000', '193613.455000', '193613.457000', '193613.460000', '193613.462000', '193613.465000', '193613.467000', '193613.470000', '193613.473000', '193613.475000', '193613.478000', '193613.480000', '193613.483000', '193613.485000', '193613.488000', '193613.491000', '193613.493000', '193613.496000', '193613.498000', '193613.501000', '193613.504000'], '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': [17439, 11334, 14932, 10554, 10240, 16368, 11619, 14040, 9263, 14450, 10242, 14663, 20528, 12426, 17136, 12535, 15550, 10783, 14537, 9019, 13972, 9477, 15370, 10306, 13650, 13317, 11321, 18553, 12179, 15891, 11806, 14894, 9216, 13811, 13128, 12351, 18768, 10951, 16735, 12109, 15640, 9487, 13079, 20645, 10981, 15534, 9871, 13089, 9124, 12117, 9799, 12765, 10037, 14515, 11049, 17055, 12181, 16563, 20119, 12356, 14878, 13995, 11922, 17165, 9230, 12458, 19722, 12445, 14419, 8643, 12192, 18080, 11900, 14758, 10357, 13590, 9271, 12566, 18649, 11505, 14269, 10913, 14726, 9418, 13110, 16462, 11117, 16820, 12552, 14438, 9195, 11786, 17816, 12849, 15090, 9310, 11783, 18220, 11675, 15456, 9503, 12772, 13502, 10623, 17026, 12435, 14561, 8777, 12134, 18696, 12161, 16274, 10571, 14292, 9406, 13131, 16523, 11241, 17257, 11964, 14955, 9352, 12501, 19299, 11070, 15324, 9951, 13965, 9839, 11026, 17159, 12726, 14684, 9076, 12049, 19402, 11864, 15876, 11031, 13687, 8528, 11550, 17519, 12392, 14785, 8847, 13177, 15533, 11392, 16659, 12016, 14217, 8990, 11563, 17415, 12743, 14566, 8794, 11953, 18420, 12093, 15167, 9058, 12733, 17504, 11268, 15319, 9226, 13285, 16675, 10873, 15904, 10347, 13201, 12568, 10767, 16383, 12191, 13985, 8661, 11726, 17241, 12442, 14464, 8886, 11085, 16732, 12238, 14963, 8943, 12371, 18364, 12177, 15586, 10222, 13461, 15594, 11465, 16277, 10331, 13429, 17423, 11634, 16315, 9252, 12978, 16850, 11737, 16281, 9826, 13074, 14183, 11532, 16735, 11116, 14199, 8907, 12202, 18771, 11571, 15109, 9415, 13640, 12010, 12179, 17382, 11215, 14823, 8761, 12545, 17888, 11368, 14267, 8850, 11868, 17002, 11322, 13939, 8528, 12169, 18417, 11172, 14603, 8950, 13285, 16094, 11570, 16556, 10790, 13858, 13945, 11583, 17328, 11113, 13938, 15588, 11457, 16078, 10397, 13623, 8703, 12085, 17088, 12407, 14645, 9131, 12076, 17117, 12502, 14955, 9054, 12409, 18749, 11659, 15387, 9552, 12549, 18034, 10832, 15751, 9670, 13026, 17358, 10803, 16084, 10335, 13571, 9234, 11178, 16804, 12750, 14512, 9289, 11943, 17695, 12522, 15386, 9174, 12217, 18092, 11262, 14881, 8891, 12296, 18417, 12209, 15310, 10841, 13511, 8365, 11665, 8857, 11673, 9728, 15174, 10899, 16350, 19619, 12964, 15002, 14362, 12151, 17135, 10321, 13971, 19530, 12033, 15573, 9447, 13068, 17202, 11223, 15526, 10390, 13315, 14744, 11045, 16238, 10711, 12981, 17733, 10877, 15310, 10256, 13187, 19066, 11067, 14973, 9671, 12275, 19428, 11653, 14448, 9440, 12649, 17990, 11710, 16163, 10494, 13918, 14747, 12388, 17354, 11659, 14338, 9327, 12244, 19076, 11776, 15279, 8976, 13110, 19106, 11773, 15372, 8893, 12804, 19226, 12213, 14808, 9148, 11933, 17885, 11243, 14194, 8905, 12238, 17469, 11087, 15315, 10168, 13001, 14268, 10843, 16454, 12458, 13884, 8978, 11470, 17406, 12828, 14827, 8990, 11385, 17116, 13066, 14937, 8792, 12565, 17299, 11896, 15993, 11207, 14197, 9029, 12598, 19730, 11909, 15620, 9471, 13860, 14439, 11728, 17617, 11505, 14701, 8955, 12834, 18265, 10828, 15972, 11035, 14077, 8950, 10937, 17593, 12785, 14819, 8943, 12023, 18679, 11543, 15170, 10208, 13169, 9371, 10720, 17070, 12477, 14080, 8680, 11243, 17247, 13065, 14083, 8654, 11312, 17190, 12423, 13860, 8794, 11246, 16254, 12100, 14383, 9145, 12053, 18591, 11268, 15040, 9486, 12734, 19086, 11150, 14593, 9188, 12522, 18491, 10873, 14194, 9209, 12550, 19058, 11662, 14401, 9363, 12305, 19159, 11950, 14479, 8971, 12037, 18052, 11557, 15526, 9901, 13353, 12931, 11744, 16488, 11909, 13974, 9225, 12099, 19059, 11959, 15347, 9056, 12923, 18486, 11668, 15641, 8812, 12606, 12330, 12284, 18621, 12135, 16992, 12132, 9480, 13259, 11432, 17739, 12557, 17349, 14762, 11693, 17633, 12998, 14648, 9133, 11836, 18941, 13480, 15213, 9471, 12686, 9864, 11778, 18543, 12652, 14948, 9296, 13505, 14868, 11651, 17062, 11969, 14616, 9199, 13591, 16766, 11938, 17887, 11669, 14834, 9584, 13404, 20726, 12358, 16651, 10025, 13891, 14926, 12104, 18035, 11251, 13783, 9677, 13686, 19480, 11678, 15769, 10200, 13669, 10924, 12686, 17938, 11502, 14294, 14589, 12175, 17510, 9976, 13244, 19052, 12372, 16094, 9085, 12817, 16207, 11478, 16667, 10604, 13185, 11237, 12223, 17292, 11078, 14136, 9436, 13611, 17218, 11170, 15641, 10047, 13640, 13017, 12131, 17027, 11459, 14020, 9720, 13005, 19777, 11447, 14677, 10460, 13938, 9251, 12881, 14396, 10984, 16489, 11861, 14494, 10510, 12756, 19755, 10903, 14567, 9069, 12406, 19695, 11914, 14148, 9025, 12944, 9095, 12000, 9469, 13088, 11044, 14394, 12476, 10103, 15080, 12942, 12234, 18703, 10489, 12110, 17066, 10947, 13708, 9316, 11430, 17114, 12428, 12847, 8472, 11296, 18031, 11788, 14351, 10636, 13178, 9291, 12228, 18050, 13043, 13661, 9107, 10983, 16864, 13082, 13841, 9397, 11469, 16992, 12753, 13822, 8818, 12160, 18370, 11321, 14645, 10193, 12543, 15806, 11422, 15812, 10895, 13043, 12901, 11050, 16585, 12720, 13447, 8929, 11523, 17226, 13351, 14398, 9269, 12454, 18386, 11896, 15370, 12315, 13764, 9081, 11919, 18962, 12075, 15346, 11228, 13316, 9477, 12449, 18117, 13097, 14909, 9374, 13225, 14008, 12743, 17369, 11807, 13995, 9745, 13744, 17169, 11408, 16113, 11468, 13838, 9681, 12415, 17640, 12544, 14809, 9964, 13810, 14138, 11153, 16554, 12477, 14049, 9222, 12339, 17911, 12034, 14455, 9825, 13100, 16947, 10688, 15103, 10760, 13702, 11108, 10786, 16338, 12817, 13887, 9201, 11542, 17207, 13570, 14460, 9233, 11875, 18338, 12115, 14881, 10967, 13336, 9107, 12364, 18572, 13284, 15364, 10345, 13923, 9573, 12634, 19066, 13294, 14231, 9174, 12118, 18917, 12792, 15022, 9441, 12966, 12320, 12829, 19233, 11717, 14381, 9966, 13537, 18995, 12121, 15132, 10154, 13426, 10135, 13042, 18545, 12022, 14513, 9890, 13730, 19823, 11219, 14324, 9981, 13714, 14844, 11198, 15579, 11071, 13709, 9951, 13027, 17440, 11560, 14113, 10098, 13379, 16296, 11221, 14823, 10041, 13687, 18455, 11456, 14295, 9517, 12839, 18718, 12125, 14205, 9563, 11923, 17671, 12164, 14821, 9554, 12720, 13858, 11716, 16515, 11656, 13616, 9585, 12733, 18881, 11967, 14551, 9357, 12292, 17775, 11440, 15154, 9598, 13065, 18741], 'WindowCenter': [4723.0, 4645.0, 4685.0, 4627.0, 4628.0, 4663.0, 4623.0, 4638.0, 4600.0, 4638.0, 4610.0, 4640.0, 4684.0, 4636.0, 4653.0, 4621.0, 4641.0, 4615.0, 4642.0, 4579.0, 4630.0, 4600.0, 4653.0, 4615.0, 4633.0, 4627.0, 4613.0, 4665.0, 4623.0, 4652.0, 4623.0, 4643.0, 4591.0, 4644.0, 4632.0, 4634.0, 4663.0, 4613.0, 4653.0, 4636.0, 4653.0, 4603.0, 4634.0, 4674.0, 4611.0, 4652.0, 4615.0, 4648.0, 4603.0, 4633.0, 4615.0, 4646.0, 4617.0, 4658.0, 4639.0, 4666.0, 4638.0, 4668.0, 4678.0, 4624.0, 4646.0, 4629.0, 4612.0, 4640.0, 4578.0, 4610.0, 4647.0, 4608.0, 4616.0, 4565.0, 4608.0, 4646.0, 4609.0, 4626.0, 4599.0, 4631.0, 4594.0, 4632.0, 4675.0, 4652.0, 4671.0, 4627.0, 4654.0, 4605.0, 4636.0, 4654.0, 4625.0, 4654.0, 4634.0, 4643.0, 4593.0, 4623.0, 4663.0, 4622.0, 4643.0, 4589.0, 4611.0, 4649.0, 4610.0, 4629.0, 4588.0, 4620.0, 4618.0, 4600.0, 4649.0, 4619.0, 4628.0, 4578.0, 4622.0, 4658.0, 4620.0, 4639.0, 4600.0, 4641.0, 4591.0, 4633.0, 4651.0, 4611.0, 4651.0, 4622.0, 4641.0, 4592.0, 4622.0, 4659.0, 4611.0, 4641.0, 4599.0, 4632.0, 4588.0, 4611.0, 4649.0, 4620.0, 4630.0, 4579.0, 4619.0, 4661.0, 4620.0, 4641.0, 4599.0, 4629.0, 4578.0, 4610.0, 4651.0, 4620.0, 4629.0, 4578.0, 4619.0, 4639.0, 4611.0, 4649.0, 4621.0, 4629.0, 4577.0, 4621.0, 4647.0, 4619.0, 4639.0, 4577.0, 4621.0, 4659.0, 4621.0, 4640.0, 4589.0, 4631.0, 4661.0, 4612.0, 4642.0, 4590.0, 4631.0, 4651.0, 4611.0, 4641.0, 4599.0, 4630.0, 4620.0, 4611.0, 4650.0, 4621.0, 4632.0, 4590.0, 4623.0, 4650.0, 4632.0, 4642.0, 4591.0, 4624.0, 4651.0, 4624.0, 4643.0, 4590.0, 4631.0, 4661.0, 4623.0, 4642.0, 4601.0, 4633.0, 4650.0, 4611.0, 4651.0, 4599.0, 4632.0, 4651.0, 4610.0, 4638.0, 4579.0, 4619.0, 4638.0, 4608.0, 4639.0, 4587.0, 4618.0, 4628.0, 4608.0, 4637.0, 4608.0, 4630.0, 4590.0, 4620.0, 4660.0, 4620.0, 4641.0, 4600.0, 4643.0, 4621.0, 4622.0, 4652.0, 4612.0, 4643.0, 4579.0, 4621.0, 4649.0, 4610.0, 4629.0, 4579.0, 4609.0, 4638.0, 4597.0, 4628.0, 4576.0, 4608.0, 4648.0, 4610.0, 4629.0, 4589.0, 4630.0, 4639.0, 4610.0, 4649.0, 4610.0, 4642.0, 4630.0, 4612.0, 4649.0, 4608.0, 4633.0, 4639.0, 4610.0, 4640.0, 4600.0, 4629.0, 4590.0, 4621.0, 4651.0, 4634.0, 4641.0, 4590.0, 4633.0, 4662.0, 4632.0, 4643.0, 4589.0, 4622.0, 4662.0, 4624.0, 4643.0, 4590.0, 4622.0, 4649.0, 4611.0, 4640.0, 4588.0, 4632.0, 4649.0, 4613.0, 4650.0, 4601.0, 4632.0, 4591.0, 4623.0, 4664.0, 4633.0, 4645.0, 4604.0, 4634.0, 4664.0, 4635.0, 4644.0, 4592.0, 4624.0, 4661.0, 4611.0, 4630.0, 4579.0, 4623.0, 4659.0, 4622.0, 4639.0, 4613.0, 4644.0, 4597.0, 4623.0, 4602.0, 4623.0, 4614.0, 4654.0, 4625.0, 4668.0, 4675.0, 4635.0, 4644.0, 4629.0, 4610.0, 4638.0, 4588.0, 4619.0, 4646.0, 4595.0, 4613.0, 4575.0, 4605.0, 4637.0, 4596.0, 4628.0, 4586.0, 4618.0, 4626.0, 4609.0, 4639.0, 4602.0, 4622.0, 4646.0, 4599.0, 4639.0, 4598.0, 4632.0, 4659.0, 4610.0, 4629.0, 4601.0, 4620.0, 4661.0, 4610.0, 4630.0, 4600.0, 4623.0, 4660.0, 4623.0, 4651.0, 4611.0, 4642.0, 4641.0, 4624.0, 4653.0, 4612.0, 4642.0, 4592.0, 4622.0, 4661.0, 4612.0, 4641.0, 4592.0, 4633.0, 4661.0, 4622.0, 4642.0, 4579.0, 4621.0, 4660.0, 4612.0, 4630.0, 4579.0, 4610.0, 4648.0, 4609.0, 4631.0, 4579.0, 4621.0, 4650.0, 4611.0, 4641.0, 4602.0, 4636.0, 4642.0, 4613.0, 4653.0, 4633.0, 4634.0, 4591.0, 4624.0, 4654.0, 4634.0, 4643.0, 4590.0, 4622.0, 4650.0, 4635.0, 4641.0, 4580.0, 4622.0, 4661.0, 4623.0, 4651.0, 4612.0, 4644.0, 4593.0, 4633.0, 4674.0, 4622.0, 4642.0, 4601.0, 4631.0, 4633.0, 4611.0, 4652.0, 4610.0, 4629.0, 4580.0, 4620.0, 4647.0, 4600.0, 4638.0, 4598.0, 4629.0, 4577.0, 4599.0, 4649.0, 4617.0, 4630.0, 4577.0, 4609.0, 4649.0, 4609.0, 4640.0, 4600.0, 4622.0, 4589.0, 4613.0, 4649.0, 4620.0, 4630.0, 4580.0, 4612.0, 4650.0, 4621.0, 4630.0, 4579.0, 4609.0, 4648.0, 4617.0, 4619.0, 4576.0, 4599.0, 4636.0, 4616.0, 4630.0, 4590.0, 4620.0, 4661.0, 4612.0, 4640.0, 4589.0, 4621.0, 4659.0, 4610.0, 4630.0, 4589.0, 4624.0, 4648.0, 4599.0, 4629.0, 4590.0, 4617.0, 4659.0, 4609.0, 4628.0, 4590.0, 4621.0, 4659.0, 4612.0, 4628.0, 4577.0, 4621.0, 4648.0, 4611.0, 4639.0, 4589.0, 4631.0, 4620.0, 4621.0, 4652.0, 4621.0, 4631.0, 4592.0, 4622.0, 4662.0, 4622.0, 4643.0, 4592.0, 4633.0, 4660.0, 4623.0, 4643.0, 4604.0, 4622.0, 4652.0, 4657.0, 4679.0, 4652.0, 4664.0, 4635.0, 4612.0, 4633.0, 4635.0, 4677.0, 4658.0, 4682.0, 4654.0, 4625.0, 4666.0, 4633.0, 4642.0, 4590.0, 4610.0, 4650.0, 4620.0, 4627.0, 4576.0, 4606.0, 4586.0, 4598.0, 4643.0, 4607.0, 4626.0, 4578.0, 4630.0, 4629.0, 4610.0, 4636.0, 4607.0, 4631.0, 4592.0, 4634.0, 4652.0, 4623.0, 4652.0, 4612.0, 4642.0, 4605.0, 4635.0, 4673.0, 4625.0, 4642.0, 4593.0, 4631.0, 4631.0, 4611.0, 4640.0, 4598.0, 4622.0, 4587.0, 4633.0, 4661.0, 4610.0, 4639.0, 4602.0, 4632.0, 4611.0, 4629.0, 4651.0, 4612.0, 4643.0, 4628.0, 4611.0, 4650.0, 4589.0, 4621.0, 4647.0, 4621.0, 4629.0, 4579.0, 4621.0, 4637.0, 4598.0, 4637.0, 4597.0, 4618.0, 4596.0, 4610.0, 4647.0, 4599.0, 4631.0, 4589.0, 4631.0, 4649.0, 4610.0, 4640.0, 4600.0, 4620.0, 4618.0, 4611.0, 4637.0, 4608.0, 4629.0, 4588.0, 4619.0, 4659.0, 4609.0, 4628.0, 4600.0, 4629.0, 4590.0, 4622.0, 4630.0, 4611.0, 4650.0, 4619.0, 4643.0, 4598.0, 4622.0, 4661.0, 4600.0, 4627.0, 4581.0, 4607.0, 4658.0, 4622.0, 4631.0, 4591.0, 4620.0, 4592.0, 4623.0, 4603.0, 4630.0, 4626.0, 4642.0, 4634.0, 4614.0, 4656.0, 4624.0, 4623.0, 4654.0, 4601.0, 4611.0, 4629.0, 4588.0, 4606.0, 4567.0, 4597.0, 4624.0, 4605.0, 4604.0, 4553.0, 4597.0, 4648.0, 4610.0, 4630.0, 4600.0, 4620.0, 4592.0, 4623.0, 4650.0, 4632.0, 4628.0, 4580.0, 4612.0, 4640.0, 4621.0, 4620.0, 4579.0, 4611.0, 4637.0, 4619.0, 4617.0, 4579.0, 4612.0, 4660.0, 4610.0, 4630.0, 4600.0, 4623.0, 4642.0, 4612.0, 4639.0, 4603.0, 4623.0, 4621.0, 4612.0, 4640.0, 4621.0, 4632.0, 4581.0, 4612.0, 4651.0, 4632.0, 4632.0, 4591.0, 4623.0, 4662.0, 4624.0, 4642.0, 4623.0, 4632.0, 4591.0, 4626.0, 4675.0, 4623.0, 4644.0, 4614.0, 4634.0, 4602.0, 4635.0, 4666.0, 4634.0, 4645.0, 4603.0, 4634.0, 4633.0, 4634.0, 4653.0, 4622.0, 4634.0, 4602.0, 4634.0, 4652.0, 4622.0, 4642.0, 4622.0, 4631.0, 4591.0, 4620.0, 4652.0, 4621.0, 4630.0, 4590.0, 4631.0, 4627.0, 4596.0, 4639.0, 4620.0, 4631.0, 4580.0, 4621.0, 4650.0, 4622.0, 4631.0, 4591.0, 4621.0, 4640.0, 4602.0, 4629.0, 4600.0, 4633.0, 4608.0, 4611.0, 4641.0, 4621.0, 4631.0, 4589.0, 4622.0, 4651.0, 4633.0, 4629.0, 4590.0, 4622.0, 4662.0, 4622.0, 4643.0, 4613.0, 4633.0, 4590.0, 4633.0, 4663.0, 4646.0, 4656.0, 4614.0, 4646.0, 4606.0, 4637.0, 4678.0, 4649.0, 4662.0, 4617.0, 4635.0, 4662.0, 4623.0, 4632.0, 4589.0, 4620.0, 4605.0, 4621.0, 4649.0, 4610.0, 4618.0, 4589.0, 4620.0, 4648.0, 4607.0, 4626.0, 4587.0, 4617.0, 4587.0, 4617.0, 4647.0, 4607.0, 4625.0, 4586.0, 4618.0, 4643.0, 4597.0, 4615.0, 4584.0, 4618.0, 4615.0, 4596.0, 4622.0, 4598.0, 4618.0, 4587.0, 4616.0, 4636.0, 4599.0, 4629.0, 4587.0, 4620.0, 4637.0, 4598.0, 4629.0, 4590.0, 4631.0, 4647.0, 4608.0, 4618.0, 4588.0, 4609.0, 4647.0, 4608.0, 4617.0, 4587.0, 4609.0, 4646.0, 4609.0, 4628.0, 4588.0, 4620.0, 4631.0, 4621.0, 4651.0, 4608.0, 4631.0, 4591.0, 4621.0, 4662.0, 4612.0, 4630.0, 4591.0, 4620.0, 4651.0, 4612.0, 4629.0, 4589.0, 4620.0, 4662.0], 'WindowWidth': [10302.0, 10173.0, 10229.0, 10139.0, 10139.0, 10179.0, 10123.0, 10136.0, 10086.0, 10133.0, 10100.0, 10139.0, 10206.0, 10143.0, 10162.0, 10110.0, 10142.0, 10109.0, 10142.0, 10054.0, 10122.0, 10084.0, 10159.0, 10112.0, 10131.0, 10116.0, 10103.0, 10177.0, 10119.0, 10160.0, 10118.0, 10146.0, 10073.0, 10151.0, 10130.0, 10134.0, 10173.0, 10105.0, 10161.0, 10140.0, 10161.0, 10090.0, 10133.0, 10191.0, 10097.0, 10158.0, 10112.0, 10162.0, 10091.0, 10138.0, 10111.0, 10155.0, 10116.0, 10175.0, 10150.0, 10185.0, 10145.0, 10189.0, 10206.0, 10120.0, 10151.0, 10120.0, 10097.0, 10136.0, 10045.0, 10093.0, 10143.0, 10086.0, 10095.0, 10026.0, 10087.0, 10139.0, 10090.0, 10112.0, 10079.0, 10124.0, 10078.0, 10131.0, 10192.0, 10177.0, 10199.0, 10128.0, 10164.0, 10095.0, 10138.0, 10161.0, 10123.0, 10165.0, 10134.0, 10146.0, 10074.0, 10117.0, 10180.0, 10117.0, 10145.0, 10067.0, 10098.0, 10153.0, 10095.0, 10122.0, 10061.0, 10108.0, 10102.0, 10081.0, 10149.0, 10107.0, 10118.0, 10051.0, 10116.0, 10161.0, 10111.0, 10135.0, 10083.0, 10140.0, 10074.0, 10133.0, 10154.0, 10101.0, 10157.0, 10117.0, 10143.0, 10073.0, 10115.0, 10169.0, 10099.0, 10140.0, 10081.0, 10127.0, 10064.0, 10098.0, 10151.0, 10111.0, 10125.0, 10052.0, 10109.0, 10170.0, 10111.0, 10141.0, 10080.0, 10119.0, 10048.0, 10097.0, 10155.0, 10111.0, 10122.0, 10051.0, 10107.0, 10136.0, 10099.0, 10151.0, 10112.0, 10122.0, 10048.0, 10115.0, 10147.0, 10108.0, 10136.0, 10049.0, 10114.0, 10166.0, 10114.0, 10139.0, 10067.0, 10127.0, 10170.0, 10102.0, 10144.0, 10069.0, 10126.0, 10157.0, 10100.0, 10142.0, 10080.0, 10125.0, 10110.0, 10099.0, 10151.0, 10115.0, 10131.0, 10070.0, 10118.0, 10155.0, 10132.0, 10143.0, 10073.0, 10120.0, 10156.0, 10122.0, 10146.0, 10072.0, 10129.0, 10170.0, 10119.0, 10144.0, 10086.0, 10133.0, 10153.0, 10101.0, 10156.0, 10081.0, 10129.0, 10153.0, 10096.0, 10135.0, 10050.0, 10107.0, 10131.0, 10091.0, 10134.0, 10059.0, 10106.0, 10116.0, 10090.0, 10131.0, 10091.0, 10124.0, 10070.0, 10111.0, 10168.0, 10113.0, 10141.0, 10087.0, 10146.0, 10112.0, 10117.0, 10159.0, 10104.0, 10146.0, 10054.0, 10114.0, 10155.0, 10094.0, 10123.0, 10053.0, 10095.0, 10134.0, 10074.0, 10120.0, 10047.0, 10092.0, 10148.0, 10095.0, 10120.0, 10069.0, 10124.0, 10134.0, 10099.0, 10151.0, 10096.0, 10144.0, 10124.0, 10101.0, 10153.0, 10093.0, 10131.0, 10135.0, 10096.0, 10139.0, 10083.0, 10121.0, 10071.0, 10116.0, 10157.0, 10134.0, 10144.0, 10072.0, 10135.0, 10176.0, 10131.0, 10147.0, 10070.0, 10117.0, 10176.0, 10120.0, 10145.0, 10069.0, 10115.0, 10151.0, 10099.0, 10139.0, 10066.0, 10131.0, 10149.0, 10103.0, 10154.0, 10087.0, 10130.0, 10073.0, 10120.0, 10179.0, 10136.0, 10153.0, 10094.0, 10137.0, 10182.0, 10139.0, 10150.0, 10076.0, 10120.0, 10175.0, 10101.0, 10124.0, 10053.0, 10120.0, 10171.0, 10116.0, 10140.0, 10105.0, 10150.0, 10090.0, 10122.0, 10094.0, 10120.0, 10110.0, 10166.0, 10125.0, 10191.0, 10201.0, 10136.0, 10148.0, 10121.0, 10094.0, 10134.0, 10059.0, 10104.0, 10140.0, 10067.0, 10091.0, 10035.0, 10079.0, 10125.0, 10068.0, 10115.0, 10056.0, 10103.0, 10113.0, 10094.0, 10136.0, 10083.0, 10113.0, 10140.0, 10081.0, 10136.0, 10077.0, 10129.0, 10163.0, 10095.0, 10122.0, 10084.0, 10109.0, 10168.0, 10095.0, 10122.0, 10084.0, 10116.0, 10164.0, 10116.0, 10155.0, 10099.0, 10145.0, 10139.0, 10118.0, 10161.0, 10099.0, 10143.0, 10074.0, 10114.0, 10170.0, 10101.0, 10140.0, 10077.0, 10131.0, 10169.0, 10114.0, 10141.0, 10052.0, 10113.0, 10167.0, 10098.0, 10122.0, 10049.0, 10093.0, 10147.0, 10093.0, 10125.0, 10051.0, 10112.0, 10152.0, 10100.0, 10143.0, 10088.0, 10136.0, 10143.0, 10106.0, 10161.0, 10133.0, 10134.0, 10072.0, 10123.0, 10163.0, 10134.0, 10146.0, 10069.0, 10116.0, 10152.0, 10136.0, 10140.0, 10055.0, 10116.0, 10167.0, 10119.0, 10156.0, 10102.0, 10147.0, 10079.0, 10133.0, 10192.0, 10116.0, 10143.0, 10087.0, 10127.0, 10129.0, 10099.0, 10159.0, 10097.0, 10121.0, 10053.0, 10109.0, 10144.0, 10082.0, 10133.0, 10078.0, 10121.0, 10047.0, 10081.0, 10151.0, 10103.0, 10122.0, 10047.0, 10093.0, 10150.0, 10095.0, 10140.0, 10082.0, 10114.0, 10065.0, 10103.0, 10151.0, 10111.0, 10125.0, 10052.0, 10101.0, 10152.0, 10109.0, 10122.0, 10049.0, 10094.0, 10147.0, 10103.0, 10107.0, 10043.0, 10077.0, 10128.0, 10102.0, 10122.0, 10067.0, 10111.0, 10167.0, 10101.0, 10137.0, 10066.0, 10113.0, 10164.0, 10095.0, 10123.0, 10064.0, 10117.0, 10147.0, 10078.0, 10120.0, 10069.0, 10105.0, 10164.0, 10094.0, 10119.0, 10069.0, 10112.0, 10162.0, 10099.0, 10119.0, 10047.0, 10111.0, 10145.0, 10098.0, 10134.0, 10067.0, 10127.0, 10109.0, 10112.0, 10157.0, 10112.0, 10128.0, 10076.0, 10115.0, 10173.0, 10117.0, 10146.0, 10076.0, 10133.0, 10167.0, 10117.0, 10146.0, 10096.0, 10116.0, 10174.0, 10186.0, 10201.0, 10169.0, 10178.0, 10137.0, 10107.0, 10131.0, 10138.0, 10203.0, 10181.0, 10218.0, 10168.0, 10124.0, 10183.0, 10131.0, 10144.0, 10066.0, 10094.0, 10155.0, 10107.0, 10115.0, 10041.0, 10082.0, 10056.0, 10072.0, 10134.0, 10086.0, 10111.0, 10049.0, 10122.0, 10118.0, 10095.0, 10128.0, 10090.0, 10123.0, 10074.0, 10131.0, 10154.0, 10116.0, 10157.0, 10100.0, 10141.0, 10094.0, 10134.0, 10189.0, 10120.0, 10144.0, 10073.0, 10126.0, 10124.0, 10098.0, 10141.0, 10075.0, 10110.0, 10061.0, 10128.0, 10168.0, 10095.0, 10135.0, 10087.0, 10128.0, 10099.0, 10124.0, 10156.0, 10101.0, 10145.0, 10120.0, 10098.0, 10152.0, 10065.0, 10110.0, 10147.0, 10111.0, 10124.0, 10048.0, 10110.0, 10126.0, 10075.0, 10129.0, 10072.0, 10103.0, 10071.0, 10094.0, 10143.0, 10077.0, 10123.0, 10065.0, 10127.0, 10146.0, 10094.0, 10136.0, 10082.0, 10108.0, 10102.0, 10096.0, 10129.0, 10088.0, 10119.0, 10062.0, 10105.0, 10164.0, 10092.0, 10117.0, 10081.0, 10121.0, 10068.0, 10115.0, 10122.0, 10099.0, 10153.0, 10108.0, 10146.0, 10079.0, 10115.0, 10173.0, 10081.0, 10117.0, 10057.0, 10089.0, 10166.0, 10115.0, 10126.0, 10072.0, 10110.0, 10073.0, 10120.0, 10091.0, 10127.0, 10125.0, 10146.0, 10134.0, 10106.0, 10171.0, 10119.0, 10116.0, 10171.0, 10084.0, 10095.0, 10121.0, 10058.0, 10081.0, 10026.0, 10069.0, 10105.0, 10079.0, 10077.0, 10007.0, 10071.0, 10144.0, 10094.0, 10121.0, 10082.0, 10110.0, 10073.0, 10117.0, 10154.0, 10129.0, 10121.0, 10052.0, 10101.0, 10136.0, 10111.0, 10109.0, 10049.0, 10097.0, 10131.0, 10107.0, 10102.0, 10050.0, 10099.0, 10164.0, 10095.0, 10124.0, 10082.0, 10115.0, 10141.0, 10100.0, 10137.0, 10086.0, 10116.0, 10108.0, 10100.0, 10137.0, 10111.0, 10128.0, 10055.0, 10101.0, 10153.0, 10129.0, 10128.0, 10070.0, 10117.0, 10170.0, 10117.0, 10143.0, 10115.0, 10129.0, 10071.0, 10123.0, 10191.0, 10118.0, 10149.0, 10105.0, 10134.0, 10091.0, 10136.0, 10184.0, 10135.0, 10149.0, 10092.0, 10134.0, 10129.0, 10134.0, 10161.0, 10115.0, 10134.0, 10088.0, 10134.0, 10157.0, 10115.0, 10143.0, 10115.0, 10127.0, 10070.0, 10110.0, 10158.0, 10112.0, 10125.0, 10066.0, 10125.0, 10114.0, 10073.0, 10134.0, 10109.0, 10124.0, 10052.0, 10111.0, 10153.0, 10114.0, 10126.0, 10069.0, 10111.0, 10134.0, 10085.0, 10122.0, 10081.0, 10128.0, 10090.0, 10098.0, 10140.0, 10110.0, 10126.0, 10066.0, 10116.0, 10156.0, 10130.0, 10123.0, 10070.0, 10115.0, 10172.0, 10116.0, 10146.0, 10104.0, 10132.0, 10070.0, 10133.0, 10176.0, 10156.0, 10168.0, 10107.0, 10152.0, 10099.0, 10140.0, 10206.0, 10163.0, 10188.0, 10118.0, 10138.0, 10176.0, 10117.0, 10128.0, 10065.0, 10109.0, 10083.0, 10111.0, 10153.0, 10092.0, 10104.0, 10066.0, 10109.0, 10145.0, 10086.0, 10113.0, 10060.0, 10101.0, 10059.0, 10102.0, 10146.0, 10087.0, 10112.0, 10056.0, 10105.0, 10135.0, 10070.0, 10096.0, 10054.0, 10102.0, 10093.0, 10070.0, 10104.0, 10076.0, 10102.0, 10060.0, 10099.0, 10129.0, 10077.0, 10119.0, 10060.0, 10108.0, 10128.0, 10076.0, 10121.0, 10068.0, 10125.0, 10144.0, 10089.0, 10102.0, 10064.0, 10091.0, 10144.0, 10088.0, 10100.0, 10058.0, 10091.0, 10140.0, 10091.0, 10118.0, 10063.0, 10110.0, 10125.0, 10112.0, 10152.0, 10092.0, 10126.0, 10071.0, 10111.0, 10173.0, 10100.0, 10123.0, 10072.0, 10110.0, 10154.0, 10099.0, 10122.0, 10065.0, 10109.0, 10168.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.0020377560414269274</td></tr>
<tr><td colspan=3>aqi</td><td>0.017539669275028768</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.85378048273046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2686282769124417</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0333375656797235</td></tr>
<tr><td colspan=3>efc</td><td>0.5301</td></tr>
<tr><td colspan=3>fber</td><td>3128.908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09416978171547674</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.063291139240507</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6376067145027786</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5536737572974912</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8246390235644485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5345073626463965</td></tr>
<tr><td colspan=3>gcor</td><td>0.00964289</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007111131679266691</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03170330077409744</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7720900988994233</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>12.1922</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.3543</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.2279</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287228.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1373.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>486.2566</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.356</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.0775</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3681.8102</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1036.2897</td></tr>
<tr><td colspan=3>tsnr</td><td>40.952749654243235</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>