ds005256-mriqc/sub-0092_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 7ca8e1081e [DATALAD RUNCMD] Compute MRIQC for sub-0092
=== 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-0092 --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-0092",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:00:30 +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-0092_ses-01_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-0092_ses-01_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-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_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-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_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-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-01_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_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-0092/ses-01/func/sub-0092_ses-01_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>bcf11f9ee4441f428fe83bfdaaaf6997</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>09:32:36.165000</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.999048, -0.0276418, -0.0337569, 0.0336655, 0.980536, 0.193433]</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.085781</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7755, -7164, 743, -34, -91, 155, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.909</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fc121422-3f60-4bf6-9d1d-cc70b0fca398||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.6803719997406006, 0.09032218903303146, -0.07493318617343903, 109.16268920898438], [0.07416100054979324, 2.6307058334350586, 0.524838924407959, -107.7889633178711], [-0.09056732058525085, -0.5189653635025024, 2.6474382877349854, -16.535572052001953], [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': ['093236.165000', '093236.625000', '093237.085000', '093237.545000', '093238.005000', '093238.465000', '093238.925000', '093239.385000', '093239.845000', '093240.305000', '093240.765000', '093241.225000', '093241.685000', '093242.145000', '093242.605000', '093243.065000', '093243.525000', '093243.985000', '093244.445000', '093244.905000', '093245.365000', '093245.825000', '093246.285000', '093246.745000', '093247.205000', '093247.665000', '093248.125000', '093248.585000', '093249.045000', '093249.505000', '093249.965000', '093250.425000', '093250.885000', '093251.345000', '093251.805000', '093252.265000', '093252.725000', '093253.185000', '093253.645000', '093254.105000', '093254.565000', '093255.025000', '093255.485000', '093255.945000', '093256.405000', '093256.865000', '093257.325000', '093257.785000', '093258.245000', '093258.705000', '093259.165000', '093259.625000', '093300.085000', '093300.545000', '093301.005000', '093301.465000', '093301.925000', '093302.385000', '093302.845000', '093303.305000', '093303.765000', '093304.225000', '093304.685000', '093305.145000', '093305.605000', '093306.065000', '093306.525000', '093306.985000', '093307.445000', '093307.905000', '093308.365000', '093308.825000', '093309.285000', '093309.745000', '093310.205000', '093310.665000', '093311.125000', '093311.585000', '093312.045000', '093312.505000', '093312.965000', '093313.425000', '093313.885000', '093314.345000', '093314.805000', '093315.265000', '093315.725000', '093316.185000', '093316.645000', '093317.105000', '093317.565000', '093318.025000', '093318.485000', '093318.945000', '093319.405000', '093319.865000', '093320.325000', '093320.785000', '093321.245000', '093321.705000', '093322.165000', '093322.625000', '093323.085000', '093323.545000', '093324.005000', '093324.465000', '093324.925000', '093325.385000', '093325.845000', '093326.305000', '093326.765000', '093327.225000', '093327.685000', '093328.145000', '093328.605000', '093329.065000', '093329.525000', '093329.985000', '093330.445000', '093330.905000', '093331.365000', '093331.825000', '093332.285000', '093332.745000', '093333.205000', '093333.665000', '093334.125000', '093334.585000', '093335.045000', '093335.505000', '093335.965000', '093336.425000', '093336.885000', '093337.345000', '093337.805000', '093338.265000', '093338.725000', '093339.185000', '093339.645000', '093340.105000', '093340.565000', '093341.025000', '093341.485000', '093341.945000', '093342.405000', '093342.865000', '093343.325000', '093343.785000', '093344.245000', '093344.705000', '093345.165000', '093345.625000', '093346.085000', '093346.545000', '093347.005000', '093347.465000', '093347.925000', '093348.385000', '093348.845000', '093349.305000', '093349.765000', '093350.225000', '093350.685000', '093351.145000', '093351.605000', '093352.065000', '093352.525000', '093352.985000', '093353.445000', '093353.905000', '093354.365000', '093354.825000', '093355.285000', '093355.745000', '093356.205000', '093356.665000', '093357.125000', '093357.585000', '093358.045000', '093358.505000', '093358.965000', '093359.425000', '093359.885000', '093400.345000', '093400.805000', '093401.265000', '093401.725000', '093402.185000', '093402.645000', '093403.105000', '093403.565000', '093404.025000', '093404.485000', '093404.945000', '093405.405000', '093405.865000', '093406.325000', '093406.785000', '093407.245000', '093407.705000', '093408.165000', '093408.625000', '093409.085000', '093409.545000', '093410.005000', '093410.465000', '093410.925000', '093411.385000', '093411.845000', '093412.305000', '093412.765000', '093413.225000', '093413.685000', '093414.145000', '093414.605000', '093415.065000', '093415.525000', '093415.985000', '093416.445000', '093416.905000', '093417.365000', '093417.825000', '093418.285000', '093418.745000', '093419.205000', '093419.665000', '093420.125000', '093420.585000', '093421.045000', '093421.505000', '093421.965000', '093422.425000', '093422.885000', '093423.345000', '093423.805000', '093424.265000', '093424.725000', '093425.185000', '093425.645000', '093426.105000', '093426.565000', '093427.025000', '093427.485000', '093427.945000', '093428.405000', '093428.865000', '093429.325000', '093429.785000', '093430.245000', '093430.705000', '093431.165000', '093431.625000', '093432.085000', '093432.545000', '093433.005000', '093433.465000', '093433.925000', '093434.385000', '093434.845000', '093435.305000', '093435.765000', '093436.225000', '093436.685000', '093437.145000', '093437.605000', '093438.065000', '093438.525000', '093438.985000', '093439.445000', '093439.905000', '093440.365000', '093440.825000', '093441.285000', '093441.745000', '093442.205000', '093442.665000', '093443.125000', '093443.585000', '093444.045000', '093444.505000', '093444.965000', '093445.425000', '093445.885000', '093446.345000', '093446.805000', '093447.265000', '093447.725000', '093448.185000', '093448.645000', '093449.105000', '093449.565000', '093450.025000', '093450.485000', '093450.945000', '093451.405000', '093451.865000', '093452.325000', '093452.785000', '093453.245000', '093453.705000', '093454.165000', '093454.625000', '093455.085000', '093455.545000', '093456.005000', '093456.465000', '093456.925000', '093457.385000', '093457.845000', '093458.305000', '093458.765000', '093459.225000', '093459.685000', '093500.145000', '093500.605000', '093501.065000', '093501.525000', '093501.985000', '093502.445000', '093502.905000', '093503.365000', '093503.825000', '093504.285000', '093504.745000', '093505.205000', '093505.665000', '093506.125000', '093506.585000', '093507.045000', '093507.505000', '093507.965000', '093508.425000', '093508.885000', '093509.345000', '093509.805000', '093510.265000', '093510.725000', '093511.185000', '093511.645000', '093512.105000', '093512.565000', '093513.025000', '093513.485000', '093513.945000', '093514.405000', '093514.865000', '093515.325000', '093515.785000', '093516.245000', '093516.705000', '093517.165000', '093517.625000', '093518.085000', '093518.545000', '093519.005000', '093519.465000', '093519.925000', '093520.385000', '093520.845000', '093521.305000', '093521.765000', '093522.225000', '093522.685000', '093523.145000', '093523.605000', '093524.065000', '093524.525000', '093524.985000', '093525.445000', '093525.905000', '093526.365000', '093526.825000', '093527.285000', '093527.745000', '093528.205000', '093528.665000', '093529.125000', '093529.585000', '093530.045000', '093530.505000', '093530.965000', '093531.425000', '093531.885000', '093532.345000', '093532.805000', '093533.265000', '093533.725000', '093534.185000', '093534.645000', '093535.105000', '093535.565000', '093536.025000', '093536.485000', '093536.945000', '093537.405000', '093537.865000', '093538.325000', '093538.785000', '093539.245000', '093539.705000', '093540.165000', '093540.625000', '093541.085000', '093541.545000', '093542.005000', '093542.465000', '093542.925000', '093543.385000', '093543.845000', '093544.305000', '093544.765000', '093545.225000', '093545.685000', '093546.145000', '093546.605000', '093547.065000', '093547.525000', '093547.985000', '093548.445000', '093548.905000', '093549.365000', '093549.825000', '093550.285000', '093550.745000', '093551.205000', '093551.665000', '093552.125000', '093552.585000', '093553.045000', '093553.505000', '093553.965000', '093554.425000', '093554.885000', '093555.345000', '093555.805000', '093556.265000', '093556.725000', '093557.185000', '093557.645000', '093558.105000', '093558.565000', '093559.025000', '093559.485000', '093559.945000', '093600.405000', '093600.865000', '093601.325000', '093601.785000', '093602.245000', '093602.705000', '093603.165000', '093603.625000', '093604.085000', '093604.545000', '093605.005000', '093605.465000', '093605.925000', '093606.385000', '093606.845000', '093607.305000', '093607.765000', '093608.225000', '093608.685000', '093609.145000', '093609.605000', '093610.065000', '093610.525000', '093610.985000', '093611.445000', '093611.905000', '093612.365000', '093612.825000', '093613.285000', '093613.745000', '093614.205000', '093614.665000', '093615.125000', '093615.585000', '093616.045000', '093616.505000', '093616.965000', '093617.425000', '093617.885000', '093618.345000', '093618.805000', '093619.265000', '093619.725000', '093620.185000', '093620.645000', '093621.105000', '093621.565000', '093622.025000', '093622.485000', '093622.945000', '093623.405000', '093623.865000', '093624.325000', '093624.785000', '093625.245000', '093625.705000', '093626.165000', '093626.625000', '093627.085000', '093627.545000', '093628.005000', '093628.465000', '093628.925000', '093629.385000', '093629.845000', '093630.305000', '093630.765000', '093631.225000', '093631.685000', '093632.145000', '093632.605000', '093633.065000', '093633.525000', '093633.985000', '093634.445000', '093634.905000', '093635.365000', '093635.825000', '093636.285000', '093636.745000', '093637.205000', '093637.665000', '093638.125000', '093638.585000', '093639.045000', '093639.505000', '093639.965000', '093640.425000', '093640.885000', '093641.345000', '093641.805000', '093642.265000', '093642.725000', '093643.185000', '093643.645000', '093644.105000', '093644.565000', '093645.025000', '093645.485000', '093645.945000', '093646.405000', '093646.865000', '093647.325000', '093647.785000', '093648.245000', '093648.705000', '093649.165000', '093649.625000', '093650.085000', '093650.545000', '093651.005000', '093651.465000', '093651.925000', '093652.385000', '093652.845000', '093653.305000', '093653.765000', '093654.225000', '093654.685000', '093655.145000', '093655.605000', '093656.065000', '093656.525000', '093656.985000', '093657.445000', '093657.905000', '093658.365000', '093658.825000', '093659.285000', '093659.745000', '093700.205000', '093700.665000', '093701.125000', '093701.585000', '093702.045000', '093702.505000', '093702.965000', '093703.425000', '093703.885000', '093704.345000', '093704.805000', '093705.265000', '093705.725000', '093706.185000', '093706.645000', '093707.105000', '093707.565000', '093708.025000', '093708.485000', '093708.945000', '093709.405000', '093709.865000', '093710.325000', '093710.785000', '093711.245000', '093711.705000', '093712.165000', '093712.625000', '093713.085000', '093713.545000', '093714.005000', '093714.465000', '093714.925000', '093715.385000', '093715.845000', '093716.305000', '093716.765000', '093717.225000', '093717.685000', '093718.145000', '093718.605000', '093719.065000', '093719.525000', '093719.985000', '093720.445000', '093720.905000', '093721.365000', '093721.825000', '093722.285000', '093722.745000', '093723.205000', '093723.665000', '093724.125000', '093724.585000', '093725.045000', '093725.505000', '093725.965000', '093726.425000', '093726.885000', '093727.345000', '093727.805000', '093728.265000', '093728.725000', '093729.185000', '093729.645000', '093730.105000', '093730.565000', '093731.025000', '093731.485000', '093731.945000', '093732.405000', '093732.865000', '093733.325000', '093733.785000', '093734.245000', '093734.705000', '093735.165000', '093735.625000', '093736.085000', '093736.545000', '093737.005000', '093737.465000', '093737.925000', '093738.385000', '093738.845000', '093739.305000', '093739.765000', '093740.225000', '093740.685000', '093741.145000', '093741.605000', '093742.065000', '093742.525000', '093742.985000', '093743.445000', '093743.905000', '093744.365000', '093744.825000', '093745.285000', '093745.745000', '093746.205000', '093746.665000', '093747.125000', '093747.585000', '093748.045000', '093748.505000', '093748.965000', '093749.425000', '093749.885000', '093750.345000', '093750.805000', '093751.265000', '093751.725000', '093752.185000', '093752.645000', '093753.105000', '093753.565000', '093754.025000', '093754.485000', '093754.945000', '093755.405000', '093755.865000', '093756.325000', '093756.785000', '093757.245000', '093757.705000', '093758.165000', '093758.625000', '093759.085000', '093759.545000', '093800.005000', '093800.465000', '093800.925000', '093801.385000', '093801.845000', '093802.305000', '093802.765000', '093803.225000', '093803.685000', '093804.145000', '093804.605000', '093805.065000', '093805.525000', '093805.985000', '093806.445000', '093806.905000', '093807.365000', '093807.825000', '093808.285000', '093808.745000', '093809.205000', '093809.665000', '093810.125000', '093810.585000', '093811.045000', '093811.505000', '093811.965000', '093812.425000', '093812.885000', '093813.345000', '093813.805000', '093814.265000', '093814.725000', '093815.185000', '093815.645000', '093816.105000', '093816.565000', '093817.025000', '093817.485000', '093817.945000', '093818.405000', '093818.865000', '093819.325000', '093819.785000', '093820.245000', '093820.705000', '093821.165000', '093821.625000', '093822.085000', '093822.545000', '093823.005000', '093823.465000', '093823.925000', '093824.385000', '093824.845000', '093825.305000', '093825.765000', '093826.225000', '093826.685000', '093827.145000', '093827.605000', '093828.065000', '093828.525000', '093828.985000', '093829.445000', '093829.905000', '093830.365000', '093830.825000', '093831.285000', '093831.745000', '093832.205000', '093832.665000', '093833.125000', '093833.585000', '093834.045000', '093834.505000', '093834.965000', '093835.425000', '093835.885000', '093836.345000', '093836.805000', '093837.265000', '093837.725000', '093838.185000', '093838.645000', '093839.105000', '093839.565000', '093840.025000', '093840.485000', '093840.945000', '093841.405000', '093841.865000', '093842.325000', '093842.785000', '093843.245000', '093843.705000', '093844.165000', '093844.625000', '093845.085000', '093845.545000', '093846.005000', '093846.465000', '093846.925000', '093847.385000', '093847.845000', '093848.305000', '093848.765000', '093849.225000', '093849.685000', '093850.145000', '093850.605000', '093851.065000', '093851.525000', '093851.985000', '093852.445000', '093852.905000', '093853.365000', '093853.825000', '093854.285000', '093854.745000', '093855.205000', '093855.665000', '093856.125000', '093856.585000', '093857.045000', '093857.505000', '093857.965000', '093858.425000', '093858.885000', '093859.345000', '093859.805000', '093900.265000', '093900.725000', '093901.185000', '093901.645000', '093902.105000', '093902.565000', '093903.025000', '093903.485000', '093903.945000', '093904.405000', '093904.865000', '093905.325000', '093905.785000', '093906.245000', '093906.705000', '093907.165000', '093907.625000', '093908.085000', '093908.545000', '093909.005000', '093909.465000', '093909.925000', '093910.385000', '093910.845000', '093911.305000', '093911.765000', '093912.225000', '093912.685000', '093913.145000', '093913.605000', '093914.065000', '093914.525000', '093914.985000', '093915.445000', '093915.905000', '093916.365000', '093916.825000'], 'ContentTime': ['093247.660000', '093247.663000', '093247.666000', '093247.668000', '093247.671000', '093247.673000', '093247.676000', '093247.679000', '093247.681000', '093247.689000', '093247.692000', '093247.695000', '093247.697000', '093247.700000', '093247.702000', '093247.705000', '093247.707000', '093247.724000', '093247.727000', '093247.729000', '093247.732000', '093247.737000', '093307.633000', '093307.636000', '093307.639000', '093307.641000', '093307.644000', '093307.647000', '093307.649000', '093307.652000', '093307.654000', '093307.657000', '093307.663000', '093307.665000', '093307.668000', '093307.671000', '093307.673000', '093307.676000', '093307.678000', '093307.681000', '093307.683000', '093307.699000', '093307.702000', '093307.704000', '093307.707000', '093307.709000', '093307.712000', '093307.714000', '093307.717000', '093307.719000', '093307.722000', '093307.724000', '093307.727000', '093307.730000', '093307.732000', '093307.735000', '093307.737000', '093307.740000', '093307.742000', '093307.745000', '093307.747000', '093307.750000', '093307.753000', '093307.755000', '093307.758000', '093307.760000', '093327.633000', '093327.636000', '093327.639000', '093327.641000', '093327.644000', '093327.647000', '093327.649000', '093327.652000', '093327.654000', '093327.657000', '093327.659000', '093327.662000', '093327.665000', '093327.667000', '093327.670000', '093327.672000', '093327.675000', '093327.678000', '093327.680000', '093327.683000', '093327.685000', '093327.688000', '093327.690000', '093327.693000', '093327.695000', '093327.698000', '093327.700000', '093327.703000', '093327.705000', '093327.708000', '093327.710000', '093327.713000', '093327.716000', '093327.718000', '093327.721000', '093327.724000', '093327.727000', '093327.729000', '093327.732000', '093327.744000', '093327.747000', '093327.749000', '093327.752000', '093347.632000', '093347.635000', '093347.638000', '093347.640000', '093347.643000', '093347.645000', '093347.648000', '093347.650000', '093347.653000', '093347.656000', '093347.658000', '093347.661000', '093347.663000', '093347.666000', '093347.668000', '093347.671000', '093347.674000', '093347.676000', '093347.679000', '093347.681000', '093347.684000', '093347.686000', '093347.689000', '093347.692000', '093347.694000', '093347.697000', '093347.699000', '093347.702000', '093347.704000', '093347.707000', '093347.709000', '093347.712000', '093347.714000', '093347.717000', '093347.719000', '093347.722000', '093347.725000', '093347.727000', '093347.730000', '093347.732000', '093347.735000', '093347.737000', '093347.740000', '093347.742000', '093407.634000', '093407.637000', '093407.639000', '093407.642000', '093407.645000', '093407.647000', '093407.650000', '093407.652000', '093407.655000', '093407.657000', '093407.660000', '093407.662000', '093407.665000', '093407.667000', '093407.670000', '093407.672000', '093407.675000', '093407.678000', '093407.680000', '093407.683000', '093407.685000', '093407.688000', '093407.691000', '093407.693000', '093407.696000', '093407.699000', '093407.701000', '093407.704000', '093407.721000', '093407.724000', '093407.726000', '093407.729000', '093407.732000', '093407.734000', '093407.737000', '093407.739000', '093407.742000', '093407.745000', '093407.748000', '093407.750000', '093407.753000', '093407.755000', '093407.758000', '093427.633000', '093427.636000', '093427.639000', '093427.642000', '093427.644000', '093427.647000', '093427.649000', '093427.652000', '093427.655000', '093427.657000', '093427.660000', '093427.668000', '093427.671000', '093427.673000', '093427.676000', '093427.679000', '093427.681000', '093427.684000', '093427.686000', '093427.689000', '093427.691000', '093427.694000', '093427.696000', '093427.699000', '093427.701000', '093427.704000', '093427.707000', '093427.709000', '093427.712000', '093427.714000', '093427.717000', '093427.719000', '093427.722000', '093427.724000', '093427.727000', '093427.729000', '093427.732000', '093427.735000', '093427.737000', '093427.740000', '093427.742000', '093427.745000', '093427.747000', '093427.750000', '093447.634000', '093447.637000', '093447.639000', '093447.642000', '093447.644000', '093447.647000', '093447.650000', '093447.652000', '093447.655000', '093447.657000', '093447.660000', '093447.663000', '093447.665000', '093447.668000', '093447.671000', '093447.673000', '093447.676000', '093447.679000', '093447.681000', '093447.684000', '093447.686000', '093447.689000', '093447.692000', '093447.694000', '093447.697000', '093447.699000', '093447.702000', '093447.704000', '093447.719000', '093447.722000', '093447.724000', '093447.727000', '093447.730000', '093447.732000', '093447.735000', '093447.737000', '093447.740000', '093447.742000', '093447.745000', '093447.748000', '093447.750000', '093447.753000', '093447.755000', '093507.634000', '093507.636000', '093507.640000', '093507.642000', '093507.645000', '093507.647000', '093507.650000', '093507.652000', '093507.655000', '093507.658000', '093507.660000', '093507.663000', '093507.665000', '093507.668000', '093507.671000', '093507.673000', '093507.676000', '093507.678000', '093507.681000', '093507.683000', '093507.686000', '093507.688000', '093507.691000', '093507.694000', '093507.696000', '093507.699000', '093507.701000', '093507.704000', '093507.706000', '093507.709000', '093507.712000', '093507.714000', '093507.717000', '093507.719000', '093507.722000', '093507.724000', '093507.727000', '093507.729000', '093507.738000', '093507.740000', '093507.743000', '093507.746000', '093507.749000', '093507.751000', '093527.634000', '093527.636000', '093527.639000', '093527.642000', '093527.645000', '093527.647000', '093527.650000', '093527.652000', '093527.655000', '093527.658000', '093527.660000', '093527.663000', '093527.665000', '093527.668000', '093527.670000', '093527.673000', '093527.676000', '093527.678000', '093527.681000', '093527.683000', '093527.686000', '093527.689000', '093527.691000', '093527.694000', '093527.697000', '093527.699000', '093527.702000', '093527.704000', '093527.707000', '093527.710000', '093527.712000', '093527.715000', '093527.717000', '093527.720000', '093527.723000', '093527.725000', '093527.728000', '093527.731000', '093527.733000', '093527.736000', '093527.739000', '093527.741000', '093527.744000', '093547.633000', '093547.636000', '093547.639000', '093547.641000', '093547.644000', '093547.647000', '093547.649000', '093547.652000', '093547.654000', '093547.657000', '093547.660000', '093547.662000', '093547.665000', '093547.667000', '093547.670000', '093547.673000', '093547.675000', '093547.679000', '093547.681000', '093547.684000', '093547.686000', '093547.689000', '093547.692000', '093547.694000', '093547.697000', '093547.699000', '093547.702000', '093547.705000', '093547.707000', '093547.710000', '093547.712000', '093547.715000', '093547.717000', '093547.720000', '093547.723000', '093547.725000', '093547.728000', '093547.731000', '093547.733000', '093547.736000', '093547.738000', '093547.741000', '093547.743000', '093547.746000', '093607.633000', '093607.636000', '093607.638000', '093607.641000', '093607.644000', '093607.646000', '093607.649000', '093607.652000', '093607.654000', '093607.657000', '093607.659000', '093607.662000', '093607.665000', '093607.667000', '093607.670000', '093607.673000', '093607.675000', '093607.678000', '093607.680000', '093607.683000', '093607.686000', '093607.688000', '093607.691000', '093607.694000', '093607.696000', '093607.699000', '093607.701000', '093607.704000', '093607.707000', '093607.709000', '093607.712000', '093607.714000', '093607.717000', '093607.720000', '093607.722000', '093607.725000', '093607.727000', '093607.730000', '093607.732000', '093607.735000', '093607.738000', '093607.740000', '093607.743000', '093627.633000', '093627.636000', '093627.639000', '093627.641000', '093627.644000', '093627.647000', '093627.649000', '093627.652000', '093627.655000', '093627.657000', '093627.671000', '093627.674000', '093627.677000', '093627.679000', '093627.682000', '093627.684000', '093627.687000', '093627.690000', '093627.692000', '093627.695000', '093627.698000', '093627.700000', '093627.703000', '093627.705000', '093627.708000', '093627.711000', '093627.713000', '093627.716000', '093627.718000', '093627.721000', '093627.723000', '093627.726000', '093627.729000', '093627.731000', '093627.734000', '093627.736000', '093627.739000', '093627.741000', '093627.744000', '093627.747000', '093627.749000', '093627.752000', '093627.754000', '093627.757000', '093647.634000', '093647.636000', '093647.639000', '093647.642000', '093647.644000', '093647.647000', '093647.650000', '093647.652000', '093647.655000', '093647.657000', '093647.660000', '093647.663000', '093647.665000', '093647.668000', '093647.671000', '093647.673000', '093647.676000', '093647.678000', '093647.681000', '093647.684000', '093647.686000', '093647.689000', '093647.691000', '093647.694000', '093647.697000', '093647.699000', '093647.702000', '093647.705000', '093647.707000', '093647.710000', '093647.712000', '093647.715000', '093647.718000', '093647.720000', '093647.723000', '093647.725000', '093647.728000', '093647.731000', '093647.733000', '093647.736000', '093647.739000', '093647.741000', '093647.744000', '093707.634000', '093707.636000', '093707.639000', '093707.642000', '093707.644000', '093707.647000', '093707.649000', '093707.652000', '093707.655000', '093707.657000', '093707.660000', '093707.663000', '093707.665000', '093707.668000', '093707.671000', '093707.673000', '093707.676000', '093707.679000', '093707.681000', '093707.684000', '093707.687000', '093707.689000', '093707.692000', '093707.695000', '093707.698000', '093707.700000', '093707.703000', '093707.705000', '093707.708000', '093707.711000', '093707.713000', '093707.716000', '093707.719000', '093707.721000', '093707.724000', '093707.727000', '093707.729000', '093707.732000', '093707.734000', '093707.737000', '093707.740000', '093707.742000', '093707.745000', '093727.634000', '093727.636000', '093727.639000', '093727.642000', '093727.645000', '093727.647000', '093727.650000', '093727.652000', '093727.655000', '093727.658000', '093727.660000', '093727.663000', '093727.666000', '093727.668000', '093727.671000', '093727.674000', '093727.676000', '093727.679000', '093727.681000', '093727.684000', '093727.687000', '093727.689000', '093727.692000', '093727.695000', '093727.697000', '093727.700000', '093727.703000', '093727.705000', '093727.708000', '093727.710000', '093727.713000', '093727.716000', '093727.718000', '093727.721000', '093727.723000', '093727.726000', '093727.729000', '093727.731000', '093727.734000', '093727.736000', '093727.739000', '093727.745000', '093727.748000', '093727.750000', '093747.634000', '093747.636000', '093747.639000', '093747.642000', '093747.644000', '093747.647000', '093747.650000', '093747.652000', '093747.655000', '093747.658000', '093747.660000', '093747.663000', '093747.666000', '093747.668000', '093747.671000', '093747.673000', '093747.676000', '093747.679000', '093747.681000', '093747.684000', '093747.686000', '093747.689000', '093747.692000', '093747.695000', '093747.697000', '093747.700000', '093747.702000', '093747.705000', '093747.708000', '093747.710000', '093747.713000', '093747.716000', '093747.718000', '093747.721000', '093747.723000', '093747.731000', '093747.734000', '093747.737000', '093747.739000', '093747.742000', '093747.745000', '093747.747000', '093747.750000', '093747.752000', '093807.634000', '093807.637000', '093807.639000', '093807.642000', '093807.645000', '093807.647000', '093807.650000', '093807.653000', '093807.655000', '093807.658000', '093807.660000', '093807.663000', '093807.665000', '093807.668000', '093807.670000', '093807.673000', '093807.676000', '093807.678000', '093807.681000', '093807.684000', '093807.686000', '093807.689000', '093807.692000', '093807.694000', '093807.697000', '093807.699000', '093807.702000', '093807.705000', '093807.707000', '093807.710000', '093807.713000', '093807.715000', '093807.718000', '093807.720000', '093807.723000', '093807.726000', '093807.728000', '093807.731000', '093807.733000', '093807.736000', '093807.739000', '093807.741000', '093807.744000', '093827.633000', '093827.636000', '093827.639000', '093827.642000', '093827.644000', '093827.647000', '093827.650000', '093827.653000', '093827.655000', '093827.658000', '093827.660000', '093827.663000', '093827.666000', '093827.668000', '093827.671000', '093827.673000', '093827.676000', '093827.679000', '093827.686000', '093827.689000', '093827.691000', '093827.694000', '093827.697000', '093827.699000', '093827.702000', '093827.705000', '093827.707000', '093827.710000', '093827.713000', '093827.715000', '093827.718000', '093827.720000', '093827.723000', '093827.725000', '093827.728000', '093827.731000', '093827.733000', '093827.736000', '093827.738000', '093827.741000', '093827.743000', '093827.746000', '093827.749000', '093827.751000', '093847.634000', '093847.637000', '093847.640000', '093847.643000', '093847.645000', '093847.648000', '093847.650000', '093847.653000', '093847.656000', '093847.660000', '093847.662000', '093847.665000', '093847.667000', '093847.670000', '093847.673000', '093847.675000', '093847.678000', '093847.680000', '093847.683000', '093847.685000', '093847.688000', '093847.691000', '093847.693000', '093847.696000', '093847.699000', '093847.701000', '093847.704000', '093847.706000', '093847.709000', '093847.712000', '093847.714000', '093847.717000', '093847.719000', '093847.722000', '093847.725000', '093847.727000', '093847.730000', '093847.732000', '093847.735000', '093847.737000', '093847.740000', '093847.743000', '093847.745000', '093907.634000', '093907.637000', '093907.640000', '093907.642000', '093907.645000', '093907.648000', '093907.650000', '093907.653000', '093907.656000', '093907.658000', '093907.661000', '093907.663000', '093907.666000', '093907.669000', '093907.671000', '093907.674000', '093907.677000', '093907.679000', '093907.682000', '093907.685000', '093907.687000', '093907.690000', '093907.692000', '093907.695000', '093907.698000', '093907.700000', '093907.703000', '093907.706000', '093907.708000', '093907.711000', '093907.713000', '093907.716000', '093907.719000', '093907.721000', '093907.724000', '093907.726000', '093907.729000', '093907.732000', '093907.734000', '093907.737000', '093907.740000', '093907.742000', '093907.745000', '093918.183000', '093918.186000', '093918.189000', '093918.283000', '093918.286000', '093918.289000', '093918.291000', '093918.294000', '093918.297000', '093918.299000', '093918.302000', '093918.304000', '093918.307000', '093918.309000', '093918.312000', '093918.330000', '093918.333000', '093918.335000', '093918.338000', '093918.341000', '093918.343000', '093918.346000', '093918.348000', '093918.351000'], 'InstanceCreationTime': ['093247.660000', '093247.663000', '093247.666000', '093247.668000', '093247.671000', '093247.673000', '093247.676000', '093247.679000', '093247.681000', '093247.689000', '093247.692000', '093247.695000', '093247.697000', '093247.700000', '093247.702000', '093247.705000', '093247.707000', '093247.724000', '093247.727000', '093247.729000', '093247.732000', '093247.737000', '093307.633000', '093307.636000', '093307.639000', '093307.641000', '093307.644000', '093307.647000', '093307.649000', '093307.652000', '093307.654000', '093307.657000', '093307.663000', '093307.665000', '093307.668000', '093307.671000', '093307.673000', '093307.676000', '093307.678000', '093307.681000', '093307.683000', '093307.699000', '093307.702000', '093307.704000', '093307.707000', '093307.709000', '093307.712000', '093307.714000', '093307.717000', '093307.719000', '093307.722000', '093307.724000', '093307.727000', '093307.730000', '093307.732000', '093307.735000', '093307.737000', '093307.740000', '093307.742000', '093307.745000', '093307.747000', '093307.750000', '093307.753000', '093307.755000', '093307.758000', '093307.760000', '093327.633000', '093327.636000', '093327.639000', '093327.641000', '093327.644000', '093327.647000', '093327.649000', '093327.652000', '093327.654000', '093327.657000', '093327.659000', '093327.662000', '093327.665000', '093327.667000', '093327.670000', '093327.672000', '093327.675000', '093327.678000', '093327.680000', '093327.683000', '093327.685000', '093327.688000', '093327.690000', '093327.693000', '093327.695000', '093327.698000', '093327.700000', '093327.703000', '093327.705000', '093327.708000', '093327.710000', '093327.713000', '093327.716000', '093327.718000', '093327.721000', '093327.724000', '093327.727000', '093327.729000', '093327.732000', '093327.744000', '093327.747000', '093327.749000', '093327.752000', '093347.632000', '093347.635000', '093347.638000', '093347.640000', '093347.643000', '093347.645000', '093347.648000', '093347.650000', '093347.653000', '093347.656000', '093347.658000', '093347.661000', '093347.663000', '093347.666000', '093347.668000', '093347.671000', '093347.674000', '093347.676000', '093347.679000', '093347.681000', '093347.684000', '093347.686000', '093347.689000', '093347.692000', '093347.694000', '093347.697000', '093347.699000', '093347.702000', '093347.704000', '093347.707000', '093347.709000', '093347.712000', '093347.714000', '093347.717000', '093347.719000', '093347.722000', '093347.725000', '093347.727000', '093347.730000', '093347.732000', '093347.735000', '093347.737000', '093347.740000', '093347.742000', '093407.634000', '093407.637000', '093407.639000', '093407.642000', '093407.645000', '093407.647000', '093407.650000', '093407.652000', '093407.655000', '093407.657000', '093407.660000', '093407.662000', '093407.665000', '093407.667000', '093407.670000', '093407.672000', '093407.675000', '093407.678000', '093407.680000', '093407.683000', '093407.685000', '093407.688000', '093407.691000', '093407.693000', '093407.696000', '093407.699000', '093407.701000', '093407.704000', '093407.721000', '093407.724000', '093407.726000', '093407.729000', '093407.732000', '093407.734000', '093407.737000', '093407.739000', '093407.742000', '093407.745000', '093407.748000', '093407.750000', '093407.753000', '093407.755000', '093407.758000', '093427.633000', '093427.636000', '093427.639000', '093427.642000', '093427.644000', '093427.647000', '093427.649000', '093427.652000', '093427.655000', '093427.657000', '093427.660000', '093427.668000', '093427.671000', '093427.673000', '093427.676000', '093427.679000', '093427.681000', '093427.684000', '093427.686000', '093427.689000', '093427.691000', '093427.694000', '093427.696000', '093427.699000', '093427.701000', '093427.704000', '093427.707000', '093427.709000', '093427.712000', '093427.714000', '093427.717000', '093427.719000', '093427.722000', '093427.724000', '093427.727000', '093427.729000', '093427.732000', '093427.735000', '093427.737000', '093427.740000', '093427.742000', '093427.745000', '093427.747000', '093427.750000', '093447.634000', '093447.637000', '093447.639000', '093447.642000', '093447.644000', '093447.647000', '093447.650000', '093447.652000', '093447.655000', '093447.657000', '093447.660000', '093447.663000', '093447.665000', '093447.668000', '093447.671000', '093447.673000', '093447.676000', '093447.679000', '093447.681000', '093447.684000', '093447.686000', '093447.689000', '093447.692000', '093447.694000', '093447.697000', '093447.699000', '093447.702000', '093447.704000', '093447.719000', '093447.722000', '093447.724000', '093447.727000', '093447.730000', '093447.732000', '093447.735000', '093447.737000', '093447.740000', '093447.742000', '093447.745000', '093447.748000', '093447.750000', '093447.753000', '093447.755000', '093507.634000', '093507.636000', '093507.640000', '093507.642000', '093507.645000', '093507.647000', '093507.650000', '093507.652000', '093507.655000', '093507.658000', '093507.660000', '093507.663000', '093507.665000', '093507.668000', '093507.671000', '093507.673000', '093507.676000', '093507.678000', '093507.681000', '093507.683000', '093507.686000', '093507.688000', '093507.691000', '093507.694000', '093507.696000', '093507.699000', '093507.701000', '093507.704000', '093507.706000', '093507.709000', '093507.712000', '093507.714000', '093507.717000', '093507.719000', '093507.722000', '093507.724000', '093507.727000', '093507.729000', '093507.738000', '093507.740000', '093507.743000', '093507.746000', '093507.749000', '093507.751000', '093527.634000', '093527.636000', '093527.639000', '093527.642000', '093527.645000', '093527.647000', '093527.650000', '093527.652000', '093527.655000', '093527.658000', '093527.660000', '093527.663000', '093527.665000', '093527.668000', '093527.670000', '093527.673000', '093527.676000', '093527.678000', '093527.681000', '093527.683000', '093527.686000', '093527.689000', '093527.691000', '093527.694000', '093527.697000', '093527.699000', '093527.702000', '093527.704000', '093527.707000', '093527.710000', '093527.712000', '093527.715000', '093527.717000', '093527.720000', '093527.723000', '093527.725000', '093527.728000', '093527.731000', '093527.733000', '093527.736000', '093527.739000', '093527.741000', '093527.744000', '093547.633000', '093547.636000', '093547.639000', '093547.641000', '093547.644000', '093547.647000', '093547.649000', '093547.652000', '093547.654000', '093547.657000', '093547.660000', '093547.662000', '093547.665000', '093547.667000', '093547.670000', '093547.673000', '093547.675000', '093547.679000', '093547.681000', '093547.684000', '093547.686000', '093547.689000', '093547.692000', '093547.694000', '093547.697000', '093547.699000', '093547.702000', '093547.705000', '093547.707000', '093547.710000', '093547.712000', '093547.715000', '093547.717000', '093547.720000', '093547.723000', '093547.725000', '093547.728000', '093547.731000', '093547.733000', '093547.736000', '093547.738000', '093547.741000', '093547.743000', '093547.746000', '093607.633000', '093607.636000', '093607.638000', '093607.641000', '093607.644000', '093607.646000', '093607.649000', '093607.652000', '093607.654000', '093607.657000', '093607.659000', '093607.662000', '093607.665000', '093607.667000', '093607.670000', '093607.673000', '093607.675000', '093607.678000', '093607.680000', '093607.683000', '093607.686000', '093607.688000', '093607.691000', '093607.694000', '093607.696000', '093607.699000', '093607.701000', '093607.704000', '093607.707000', '093607.709000', '093607.712000', '093607.714000', '093607.717000', '093607.720000', '093607.722000', '093607.725000', '093607.727000', '093607.730000', '093607.732000', '093607.735000', '093607.738000', '093607.740000', '093607.743000', '093627.633000', '093627.636000', '093627.639000', '093627.641000', '093627.644000', '093627.647000', '093627.649000', '093627.652000', '093627.655000', '093627.657000', '093627.671000', '093627.674000', '093627.677000', '093627.679000', '093627.682000', '093627.684000', '093627.687000', '093627.690000', '093627.692000', '093627.695000', '093627.698000', '093627.700000', '093627.703000', '093627.705000', '093627.708000', '093627.711000', '093627.713000', '093627.716000', '093627.718000', '093627.721000', '093627.723000', '093627.726000', '093627.729000', '093627.731000', '093627.734000', '093627.736000', '093627.739000', '093627.741000', '093627.744000', '093627.747000', '093627.749000', '093627.752000', '093627.754000', '093627.757000', '093647.634000', '093647.636000', '093647.639000', '093647.642000', '093647.644000', '093647.647000', '093647.650000', '093647.652000', '093647.655000', '093647.657000', '093647.660000', '093647.663000', '093647.665000', '093647.668000', '093647.671000', '093647.673000', '093647.676000', '093647.678000', '093647.681000', '093647.684000', '093647.686000', '093647.689000', '093647.691000', '093647.694000', '093647.697000', '093647.699000', '093647.702000', '093647.705000', '093647.707000', '093647.710000', '093647.712000', '093647.715000', '093647.718000', '093647.720000', '093647.723000', '093647.725000', '093647.728000', '093647.731000', '093647.733000', '093647.736000', '093647.739000', '093647.741000', '093647.744000', '093707.634000', '093707.636000', '093707.639000', '093707.642000', '093707.644000', '093707.647000', '093707.649000', '093707.652000', '093707.655000', '093707.657000', '093707.660000', '093707.663000', '093707.665000', '093707.668000', '093707.671000', '093707.673000', '093707.676000', '093707.679000', '093707.681000', '093707.684000', '093707.687000', '093707.689000', '093707.692000', '093707.695000', '093707.698000', '093707.700000', '093707.703000', '093707.705000', '093707.708000', '093707.711000', '093707.713000', '093707.716000', '093707.719000', '093707.721000', '093707.724000', '093707.727000', '093707.729000', '093707.732000', '093707.734000', '093707.737000', '093707.740000', '093707.742000', '093707.745000', '093727.634000', '093727.636000', '093727.639000', '093727.642000', '093727.645000', '093727.647000', '093727.650000', '093727.652000', '093727.655000', '093727.658000', '093727.660000', '093727.663000', '093727.666000', '093727.668000', '093727.671000', '093727.674000', '093727.676000', '093727.679000', '093727.681000', '093727.684000', '093727.687000', '093727.689000', '093727.692000', '093727.695000', '093727.697000', '093727.700000', '093727.703000', '093727.705000', '093727.708000', '093727.710000', '093727.713000', '093727.716000', '093727.718000', '093727.721000', '093727.723000', '093727.726000', '093727.729000', '093727.731000', '093727.734000', '093727.736000', '093727.739000', '093727.745000', '093727.748000', '093727.750000', '093747.634000', '093747.636000', '093747.639000', '093747.642000', '093747.644000', '093747.647000', '093747.650000', '093747.652000', '093747.655000', '093747.658000', '093747.660000', '093747.663000', '093747.666000', '093747.668000', '093747.671000', '093747.673000', '093747.676000', '093747.679000', '093747.681000', '093747.684000', '093747.686000', '093747.689000', '093747.692000', '093747.695000', '093747.697000', '093747.700000', '093747.702000', '093747.705000', '093747.708000', '093747.710000', '093747.713000', '093747.716000', '093747.718000', '093747.721000', '093747.723000', '093747.731000', '093747.734000', '093747.737000', '093747.739000', '093747.742000', '093747.745000', '093747.747000', '093747.750000', '093747.752000', '093807.634000', '093807.637000', '093807.639000', '093807.642000', '093807.645000', '093807.647000', '093807.650000', '093807.653000', '093807.655000', '093807.658000', '093807.660000', '093807.663000', '093807.665000', '093807.668000', '093807.670000', '093807.673000', '093807.676000', '093807.678000', '093807.681000', '093807.684000', '093807.686000', '093807.689000', '093807.692000', '093807.694000', '093807.697000', '093807.699000', '093807.702000', '093807.705000', '093807.707000', '093807.710000', '093807.713000', '093807.715000', '093807.718000', '093807.720000', '093807.723000', '093807.726000', '093807.728000', '093807.731000', '093807.733000', '093807.736000', '093807.739000', '093807.741000', '093807.744000', '093827.633000', '093827.636000', '093827.639000', '093827.642000', '093827.644000', '093827.647000', '093827.650000', '093827.653000', '093827.655000', '093827.658000', '093827.660000', '093827.663000', '093827.666000', '093827.668000', '093827.671000', '093827.673000', '093827.676000', '093827.679000', '093827.686000', '093827.689000', '093827.691000', '093827.694000', '093827.697000', '093827.699000', '093827.702000', '093827.705000', '093827.707000', '093827.710000', '093827.713000', '093827.715000', '093827.718000', '093827.720000', '093827.723000', '093827.725000', '093827.728000', '093827.731000', '093827.733000', '093827.736000', '093827.738000', '093827.741000', '093827.743000', '093827.746000', '093827.749000', '093827.751000', '093847.634000', '093847.637000', '093847.640000', '093847.643000', '093847.645000', '093847.648000', '093847.650000', '093847.653000', '093847.656000', '093847.660000', '093847.662000', '093847.665000', '093847.667000', '093847.670000', '093847.673000', '093847.675000', '093847.678000', '093847.680000', '093847.683000', '093847.685000', '093847.688000', '093847.691000', '093847.693000', '093847.696000', '093847.699000', '093847.701000', '093847.704000', '093847.706000', '093847.709000', '093847.712000', '093847.714000', '093847.717000', '093847.719000', '093847.722000', '093847.725000', '093847.727000', '093847.730000', '093847.732000', '093847.735000', '093847.737000', '093847.740000', '093847.743000', '093847.745000', '093907.634000', '093907.637000', '093907.640000', '093907.642000', '093907.645000', '093907.648000', '093907.650000', '093907.653000', '093907.656000', '093907.658000', '093907.661000', '093907.663000', '093907.666000', '093907.669000', '093907.671000', '093907.674000', '093907.677000', '093907.679000', '093907.682000', '093907.685000', '093907.687000', '093907.690000', '093907.692000', '093907.695000', '093907.698000', '093907.700000', '093907.703000', '093907.706000', '093907.708000', '093907.711000', '093907.713000', '093907.716000', '093907.719000', '093907.721000', '093907.724000', '093907.726000', '093907.729000', '093907.732000', '093907.734000', '093907.737000', '093907.740000', '093907.742000', '093907.745000', '093918.183000', '093918.186000', '093918.189000', '093918.283000', '093918.286000', '093918.289000', '093918.291000', '093918.294000', '093918.297000', '093918.299000', '093918.302000', '093918.304000', '093918.307000', '093918.309000', '093918.312000', '093918.330000', '093918.333000', '093918.335000', '093918.338000', '093918.341000', '093918.343000', '093918.346000', '093918.348000', '093918.351000'], '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': [12813, 17246, 19906, 15670, 19252, 14396, 20026, 13267, 16204, 11876, 13827, 11607, 14824, 11434, 11997, 12400, 12048, 12628, 11240, 15035, 11495, 18148, 12126, 17762, 11386, 18495, 13509, 17460, 11635, 16246, 11598, 14588, 13005, 10799, 15918, 11790, 10656, 15909, 16342, 12900, 12886, 11584, 18667, 14078, 21411, 11534, 21138, 16510, 19019, 13199, 11254, 22292, 17351, 11474, 12581, 9897, 18836, 16899, 11849, 13548, 10927, 16698, 10737, 18824, 13180, 14187, 17320, 16821, 11850, 12586, 10471, 11361, 10407, 13399, 10332, 16139, 11335, 15770, 12312, 17320, 10373, 13227, 10698, 11811, 10235, 13665, 10692, 15703, 10643, 15322, 10559, 16812, 13190, 14524, 17035, 10526, 13417, 10603, 12719, 10891, 10437, 18642, 17718, 12779, 14750, 10538, 19614, 13005, 21097, 16310, 22076, 17817, 21340, 18114, 19677, 15480, 17495, 12178, 18129, 11617, 15912, 10379, 14628, 10614, 13664, 10549, 10717, 10705, 10690, 13295, 10131, 14128, 10284, 11193, 10527, 14892, 10334, 18252, 10363, 15915, 10479, 11478, 10399, 11938, 10715, 11176, 14638, 11396, 17013, 11086, 16986, 10822, 19605, 15280, 21903, 15600, 16328, 12582, 10334, 20299, 16394, 20710, 20803, 13365, 17217, 10510, 19651, 14271, 23548, 18345, 15332, 13913, 14072, 13392, 20152, 17146, 22297, 16579, 20557, 14102, 14254, 11640, 11264, 12789, 11524, 15574, 11455, 11687, 14876, 11776, 19044, 14947, 11710, 11986, 11938, 16243, 12553, 16578, 11724, 16069, 11729, 17173, 13210, 14153, 12714, 11717, 12706, 11874, 13951, 11580, 14457, 12206, 18939, 11179, 17015, 11317, 11877, 12147, 12036, 16853, 11462, 19778, 13267, 20968, 11242, 16810, 14310, 11905, 16395, 11434, 19782, 14203, 22025, 17167, 21458, 17965, 12054, 12922, 12030, 13761, 11345, 14913, 12353, 12072, 16916, 12028, 20004, 12691, 15398, 14958, 11092, 17944, 10759, 17892, 14442, 13170, 13802, 11419, 14500, 11546, 14306, 12684, 16649, 16614, 11130, 15658, 11314, 15098, 11250, 18759, 13531, 19766, 13326, 19551, 14024, 20282, 12418, 11985, 11354, 12182, 11316, 16913, 11463, 16978, 11643, 18318, 14271, 15839, 11295, 15421, 11193, 16664, 11154, 17551, 12747, 16759, 11505, 11996, 12354, 11759, 14133, 11374, 17360, 11103, 14002, 11174, 15152, 13233, 17350, 19160, 11165, 17918, 11199, 19331, 17249, 11683, 16055, 11476, 18891, 15635, 19992, 18961, 18848, 19158, 16441, 21050, 16822, 16866, 14428, 12115, 11177, 12226, 11829, 12395, 11980, 12212, 11078, 11707, 12643, 11649, 16555, 12207, 17352, 12256, 15975, 12134, 15274, 12064, 17454, 12640, 13596, 12062, 12459, 12566, 12190, 14812, 11932, 11709, 12107, 11378, 17346, 11639, 16087, 11637, 15800, 11612, 16472, 11640, 17672, 13677, 15119, 11596, 12508, 11567, 12682, 13756, 13551, 19616, 13152, 12451, 11637, 12544, 11959, 13288, 13114, 14353, 15956, 16403, 17810, 12417, 19252, 11757, 18817, 13903, 22603, 18662, 21280, 16906, 11570, 12652, 11952, 12865, 12519, 17342, 12260, 18739, 13364, 13343, 12670, 12441, 15789, 12296, 12571, 12517, 11903, 15230, 12125, 11983, 11330, 12041, 12714, 11726, 14162, 11915, 16202, 11961, 15517, 11654, 14832, 11761, 16271, 11271, 11643, 12858, 12117, 12026, 12323, 11848, 18813, 12998, 11795, 12518, 12515, 17658, 12829, 13893, 12013, 15640, 12293, 15260, 13231, 12627, 13240, 11943, 18611, 11894, 16057, 13435, 11418, 19706, 12935, 14601, 17305, 12158, 16912, 15906, 15588, 18653, 12348, 12101, 11719, 11893, 11723, 13298, 13095, 16743, 15443, 11882, 11843, 11761, 12395, 12442, 12251, 14781, 12901, 12380, 11945, 11340, 11542, 11241, 11645, 13306, 11669, 17616, 13023, 18671, 14827, 12862, 11602, 17199, 11916, 16798, 11531, 16874, 11953, 12584, 12121, 13088, 11880, 14842, 14755, 11383, 14089, 11466, 14960, 11784, 17141, 11963, 19491, 13368, 16733, 11690, 15418, 11431, 14765, 14868, 11429, 15042, 11224, 15878, 11991, 11466, 18037, 16009, 16874, 12075, 11738, 15001, 11737, 19357, 13675, 20829, 13763, 20103, 12640, 14894, 11803, 13700, 12029, 15421, 12012, 12249, 13012, 11408, 15729, 12329, 12668, 12262, 13309, 12319, 17421, 13611, 15892, 13837, 11344, 12958, 11712, 11675, 14849, 12052, 15683, 14757, 13385, 17761, 11646, 15300, 11343, 15745, 11201, 15624, 14250, 11635, 12675, 11743, 14486, 11348, 19846, 14862, 14312, 12951, 11737, 14498, 11628, 15262, 16024, 17153, 21759, 14467, 17874, 11706, 17786, 14350, 20491, 15097, 18776, 11463, 14949, 11203, 12799, 11567, 12581, 13773, 12972, 11456, 12985, 11422, 12868, 11650, 11916, 11933, 13691, 15387, 15114, 17106, 18449, 11423, 14312, 11436, 15769, 11509, 16622, 15685, 15144, 11676, 12641, 11616, 11761, 11941, 11605, 14691, 11420, 14726, 12588, 11676, 10872, 12019, 11083, 12059, 15475, 11393, 17969, 11291, 18087, 11313, 17716, 11788, 18999, 13539, 20329, 13399, 18544, 11458, 16978, 11405, 18036, 13283, 15531, 13322, 12132, 11413, 14664, 12322, 18783, 16933, 18815, 15691, 11704, 12659, 11572, 14159, 11361, 20047, 14587, 11702, 11983, 11672, 15860, 11035, 17361, 15384, 11517, 18567, 10916, 19976, 12892, 21475, 15303, 21718, 13006, 19217, 10714, 17034, 15474, 10959, 13018, 11113, 12142, 13347, 11916, 19560, 14131, 21050, 17059, 18613, 16552, 16351, 16471, 12705, 19024, 11415, 15842, 11774, 15862, 12125, 17404, 14758, 11152, 12162, 11408, 13310, 11377, 13099, 17471, 14840, 15137, 12374, 11396, 11508, 20013, 11694, 18118, 11971, 16039, 11126, 17206, 11277, 13820, 11470, 15626, 11372, 17551, 11218, 15682, 12144, 12314, 11236, 12261, 14393, 11396, 19553, 12290, 18298, 11407, 18253, 14372, 20372, 15212, 17299, 13894, 14634, 11329, 17825, 16139, 19441, 21384, 11219, 13607, 11315, 13101, 11498, 11895, 16240, 10988, 19164, 12297, 19268, 12767, 18991, 12614, 19243, 13633, 20021, 13525, 20926, 15970, 16296, 13095, 11129, 12685, 11315, 14539, 10941, 18800, 11150, 15186, 11191, 14273, 11021, 14072, 13555, 11218, 12332, 10914, 15244, 12963, 11491, 19543, 14457, 18907, 15746, 11520, 16756, 11068, 20320, 15008, 18466, 15723, 11196, 17633, 11225, 20984, 15482, 21685, 17425, 11511, 13699, 11276, 14984, 17378, 16328, 13484, 20393, 11227, 17482, 11086, 18646, 13738, 21005, 15276, 10810, 12486, 11088, 16769, 10817, 15484, 14327, 15395, 14785, 15406, 16347, 10653, 18272, 13531, 15674, 11549, 17497, 12613, 20790, 11099, 14977, 11364, 13420], 'WindowCenter': [4703.0, 4722.0, 4713.0, 4686.0, 4706.0, 4661.0, 4686.0, 4648.0, 4655.0, 4626.0, 4648.0, 4639.0, 4669.0, 4640.0, 4640.0, 4648.0, 4649.0, 4662.0, 4649.0, 4680.0, 4651.0, 4689.0, 4648.0, 4678.0, 4651.0, 4689.0, 4659.0, 4676.0, 4635.0, 4667.0, 4637.0, 4669.0, 4659.0, 4639.0, 4666.0, 4646.0, 4641.0, 4705.0, 4708.0, 4662.0, 4660.0, 4652.0, 4691.0, 4656.0, 4700.0, 4637.0, 4684.0, 4669.0, 4688.0, 4644.0, 4627.0, 4689.0, 4669.0, 4624.0, 4635.0, 4604.0, 4677.0, 4668.0, 4624.0, 4632.0, 4602.0, 4641.0, 4589.0, 4650.0, 4610.0, 4621.0, 4628.0, 4626.0, 4586.0, 4594.0, 4585.0, 4584.0, 4584.0, 4607.0, 4577.0, 4626.0, 4588.0, 4626.0, 4597.0, 4638.0, 4576.0, 4607.0, 4588.0, 4596.0, 4590.0, 4630.0, 4599.0, 4638.0, 4602.0, 4643.0, 4613.0, 4653.0, 4636.0, 4645.0, 4665.0, 4617.0, 4634.0, 4616.0, 4646.0, 4627.0, 4629.0, 4689.0, 4680.0, 4639.0, 4648.0, 4620.0, 4679.0, 4636.0, 4673.0, 4658.0, 4675.0, 4656.0, 4662.0, 4650.0, 4649.0, 4630.0, 4638.0, 4609.0, 4636.0, 4598.0, 4626.0, 4590.0, 4628.0, 4589.0, 4617.0, 4589.0, 4589.0, 4589.0, 4600.0, 4619.0, 4600.0, 4630.0, 4591.0, 4612.0, 4614.0, 4642.0, 4604.0, 4664.0, 4612.0, 4666.0, 4628.0, 4638.0, 4629.0, 4648.0, 4640.0, 4651.0, 4671.0, 4649.0, 4691.0, 4651.0, 4691.0, 4651.0, 4704.0, 4683.0, 4710.0, 4683.0, 4682.0, 4663.0, 4631.0, 4701.0, 4682.0, 4700.0, 4700.0, 4661.0, 4678.0, 4631.0, 4687.0, 4658.0, 4686.0, 4668.0, 4645.0, 4634.0, 4632.0, 4632.0, 4662.0, 4652.0, 4661.0, 4639.0, 4659.0, 4619.0, 4632.0, 4629.0, 4614.0, 4622.0, 4614.0, 4646.0, 4626.0, 4626.0, 4671.0, 4637.0, 4689.0, 4656.0, 4625.0, 4623.0, 4635.0, 4665.0, 4634.0, 4655.0, 4612.0, 4642.0, 4623.0, 4654.0, 4636.0, 4644.0, 4637.0, 4623.0, 4634.0, 4636.0, 4648.0, 4625.0, 4656.0, 4636.0, 4676.0, 4627.0, 4667.0, 4627.0, 4637.0, 4638.0, 4637.0, 4668.0, 4628.0, 4677.0, 4637.0, 4687.0, 4617.0, 4656.0, 4644.0, 4625.0, 4654.0, 4626.0, 4674.0, 4646.0, 4676.0, 4666.0, 4674.0, 4653.0, 4613.0, 4621.0, 4611.0, 4634.0, 4628.0, 4646.0, 4636.0, 4640.0, 4666.0, 4625.0, 4678.0, 4626.0, 4646.0, 4647.0, 4619.0, 4664.0, 4617.0, 4663.0, 4646.0, 4636.0, 4634.0, 4625.0, 4644.0, 4626.0, 4645.0, 4636.0, 4655.0, 4657.0, 4615.0, 4644.0, 4614.0, 4642.0, 4615.0, 4662.0, 4633.0, 4660.0, 4624.0, 4662.0, 4632.0, 4661.0, 4612.0, 4610.0, 4612.0, 4621.0, 4615.0, 4652.0, 4615.0, 4655.0, 4623.0, 4665.0, 4646.0, 4654.0, 4614.0, 4643.0, 4616.0, 4655.0, 4615.0, 4664.0, 4637.0, 4669.0, 4627.0, 4638.0, 4647.0, 4648.0, 4657.0, 4638.0, 4677.0, 4638.0, 4657.0, 4640.0, 4680.0, 4661.0, 4681.0, 4701.0, 4640.0, 4688.0, 4651.0, 4690.0, 4680.0, 4638.0, 4657.0, 4629.0, 4679.0, 4669.0, 4690.0, 4680.0, 4670.0, 4671.0, 4645.0, 4658.0, 4635.0, 4633.0, 4621.0, 4602.0, 4602.0, 4612.0, 4612.0, 4623.0, 4612.0, 4611.0, 4602.0, 4612.0, 4622.0, 4613.0, 4654.0, 4614.0, 4654.0, 4612.0, 4642.0, 4610.0, 4643.0, 4612.0, 4654.0, 4624.0, 4622.0, 4612.0, 4614.0, 4613.0, 4623.0, 4644.0, 4627.0, 4614.0, 4626.0, 4626.0, 4665.0, 4615.0, 4655.0, 4628.0, 4655.0, 4628.0, 4655.0, 4628.0, 4668.0, 4648.0, 4657.0, 4629.0, 4637.0, 4639.0, 4646.0, 4662.0, 4661.0, 4702.0, 4659.0, 4648.0, 4651.0, 4659.0, 4639.0, 4646.0, 4649.0, 4656.0, 4670.0, 4666.0, 4681.0, 4638.0, 4674.0, 4615.0, 4663.0, 4630.0, 4674.0, 4654.0, 4661.0, 4634.0, 4599.0, 4611.0, 4600.0, 4612.0, 4612.0, 4654.0, 4602.0, 4655.0, 4626.0, 4615.0, 4614.0, 4615.0, 4632.0, 4602.0, 4601.0, 4599.0, 4600.0, 4628.0, 4610.0, 4610.0, 4613.0, 4612.0, 4621.0, 4612.0, 4632.0, 4614.0, 4642.0, 4612.0, 4631.0, 4615.0, 4644.0, 4625.0, 4653.0, 4615.0, 4626.0, 4648.0, 4636.0, 4633.0, 4650.0, 4649.0, 4687.0, 4663.0, 4641.0, 4652.0, 4662.0, 4682.0, 4651.0, 4648.0, 4638.0, 4659.0, 4639.0, 4674.0, 4652.0, 4645.0, 4655.0, 4632.0, 4671.0, 4626.0, 4663.0, 4632.0, 4624.0, 4695.0, 4667.0, 4674.0, 4670.0, 4629.0, 4656.0, 4656.0, 4645.0, 4665.0, 4623.0, 4624.0, 4625.0, 4614.0, 4615.0, 4634.0, 4626.0, 4643.0, 4633.0, 4601.0, 4612.0, 4612.0, 4622.0, 4624.0, 4632.0, 4643.0, 4624.0, 4623.0, 4613.0, 4613.0, 4614.0, 4614.0, 4625.0, 4634.0, 4626.0, 4664.0, 4636.0, 4664.0, 4646.0, 4624.0, 4625.0, 4654.0, 4626.0, 4666.0, 4627.0, 4665.0, 4624.0, 4636.0, 4636.0, 4648.0, 4639.0, 4655.0, 4658.0, 4624.0, 4647.0, 4626.0, 4657.0, 4637.0, 4667.0, 4638.0, 4677.0, 4648.0, 4666.0, 4638.0, 4656.0, 4636.0, 4665.0, 4658.0, 4635.0, 4669.0, 4642.0, 4669.0, 4637.0, 4651.0, 4690.0, 4682.0, 4679.0, 4650.0, 4637.0, 4654.0, 4625.0, 4668.0, 4638.0, 4671.0, 4628.0, 4657.0, 4615.0, 4633.0, 4600.0, 4610.0, 4599.0, 4630.0, 4610.0, 4610.0, 4612.0, 4602.0, 4640.0, 4623.0, 4622.0, 4626.0, 4633.0, 4628.0, 4666.0, 4647.0, 4667.0, 4636.0, 4613.0, 4624.0, 4611.0, 4615.0, 4633.0, 4624.0, 4644.0, 4634.0, 4623.0, 4653.0, 4612.0, 4642.0, 4614.0, 4656.0, 4628.0, 4652.0, 4657.0, 4626.0, 4636.0, 4637.0, 4656.0, 4626.0, 4688.0, 4671.0, 4661.0, 4650.0, 4629.0, 4659.0, 4630.0, 4656.0, 4660.0, 4668.0, 4690.0, 4646.0, 4664.0, 4617.0, 4655.0, 4636.0, 4664.0, 4632.0, 4640.0, 4590.0, 4618.0, 4589.0, 4607.0, 4599.0, 4607.0, 4618.0, 4619.0, 4598.0, 4609.0, 4611.0, 4621.0, 4615.0, 4625.0, 4623.0, 4633.0, 4643.0, 4642.0, 4652.0, 4651.0, 4610.0, 4632.0, 4610.0, 4641.0, 4612.0, 4652.0, 4642.0, 4632.0, 4600.0, 4609.0, 4601.0, 4609.0, 4611.0, 4611.0, 4642.0, 4614.0, 4632.0, 4622.0, 4612.0, 4613.0, 4621.0, 4624.0, 4632.0, 4657.0, 4625.0, 4664.0, 4624.0, 4665.0, 4626.0, 4665.0, 4625.0, 4672.0, 4638.0, 4674.0, 4633.0, 4663.0, 4624.0, 4653.0, 4623.0, 4675.0, 4647.0, 4654.0, 4647.0, 4634.0, 4626.0, 4655.0, 4637.0, 4676.0, 4666.0, 4663.0, 4656.0, 4621.0, 4634.0, 4611.0, 4645.0, 4626.0, 4682.0, 4657.0, 4626.0, 4626.0, 4626.0, 4667.0, 4630.0, 4678.0, 4669.0, 4627.0, 4675.0, 4627.0, 4676.0, 4637.0, 4679.0, 4644.0, 4677.0, 4625.0, 4658.0, 4601.0, 4652.0, 4657.0, 4627.0, 4634.0, 4629.0, 4636.0, 4651.0, 4628.0, 4678.0, 4648.0, 4673.0, 4657.0, 4656.0, 4645.0, 4644.0, 4642.0, 4610.0, 4638.0, 4587.0, 4625.0, 4609.0, 4629.0, 4610.0, 4649.0, 4632.0, 4599.0, 4610.0, 4610.0, 4620.0, 4600.0, 4621.0, 4650.0, 4631.0, 4629.0, 4609.0, 4598.0, 4601.0, 4648.0, 4600.0, 4638.0, 4599.0, 4629.0, 4602.0, 4640.0, 4601.0, 4619.0, 4612.0, 4642.0, 4626.0, 4666.0, 4627.0, 4657.0, 4637.0, 4637.0, 4629.0, 4636.0, 4659.0, 4638.0, 4689.0, 4639.0, 4678.0, 4640.0, 4676.0, 4660.0, 4688.0, 4658.0, 4667.0, 4638.0, 4642.0, 4616.0, 4666.0, 4657.0, 4665.0, 4689.0, 4626.0, 4645.0, 4615.0, 4634.0, 4625.0, 4623.0, 4655.0, 4614.0, 4677.0, 4636.0, 4676.0, 4635.0, 4663.0, 4624.0, 4662.0, 4630.0, 4662.0, 4630.0, 4659.0, 4653.0, 4638.0, 4620.0, 4601.0, 4619.0, 4609.0, 4631.0, 4600.0, 4663.0, 4614.0, 4642.0, 4615.0, 4644.0, 4628.0, 4655.0, 4648.0, 4626.0, 4648.0, 4644.0, 4665.0, 4648.0, 4639.0, 4690.0, 4669.0, 4687.0, 4668.0, 4626.0, 4668.0, 4637.0, 4689.0, 4659.0, 4679.0, 4658.0, 4627.0, 4667.0, 4626.0, 4674.0, 4656.0, 4675.0, 4665.0, 4613.0, 4631.0, 4613.0, 4643.0, 4652.0, 4641.0, 4621.0, 4661.0, 4602.0, 4650.0, 4611.0, 4650.0, 4621.0, 4661.0, 4639.0, 4601.0, 4609.0, 4613.0, 4653.0, 4614.0, 4643.0, 4634.0, 4644.0, 4634.0, 4644.0, 4643.0, 4590.0, 4653.0, 4622.0, 4631.0, 4600.0, 4640.0, 4610.0, 4649.0, 4590.0, 4628.0, 4612.0, 4620.0], 'WindowWidth': [10286.0, 10308.0, 10287.0, 10242.0, 10276.0, 10203.0, 10228.0, 10175.0, 10181.0, 10142.0, 10174.0, 10166.0, 10209.0, 10170.0, 10170.0, 10180.0, 10182.0, 10202.0, 10187.0, 10226.0, 10188.0, 10237.0, 10179.0, 10223.0, 10187.0, 10237.0, 10193.0, 10212.0, 10155.0, 10202.0, 10162.0, 10210.0, 10196.0, 10168.0, 10202.0, 10177.0, 10178.0, 10272.0, 10277.0, 10204.0, 10201.0, 10189.0, 10245.0, 10186.0, 10254.0, 10161.0, 10223.0, 10208.0, 10236.0, 10169.0, 10143.0, 10243.0, 10211.0, 10139.0, 10155.0, 10109.0, 10218.0, 10209.0, 10134.0, 10145.0, 10101.0, 10151.0, 10075.0, 10164.0, 10106.0, 10122.0, 10129.0, 10123.0, 10063.0, 10075.0, 10066.0, 10062.0, 10064.0, 10096.0, 10059.0, 10126.0, 10072.0, 10122.0, 10084.0, 10140.0, 10054.0, 10097.0, 10075.0, 10083.0, 10081.0, 10135.0, 10095.0, 10144.0, 10102.0, 10158.0, 10120.0, 10172.0, 10153.0, 10165.0, 10197.0, 10131.0, 10150.0, 10128.0, 10169.0, 10144.0, 10150.0, 10239.0, 10224.0, 10163.0, 10172.0, 10138.0, 10215.0, 10155.0, 10202.0, 10188.0, 10206.0, 10180.0, 10186.0, 10167.0, 10164.0, 10136.0, 10145.0, 10105.0, 10139.0, 10088.0, 10125.0, 10082.0, 10130.0, 10080.0, 10113.0, 10079.0, 10078.0, 10077.0, 10095.0, 10120.0, 10096.0, 10135.0, 10084.0, 10113.0, 10120.0, 10156.0, 10109.0, 10189.0, 10121.0, 10196.0, 10147.0, 10163.0, 10153.0, 10179.0, 10171.0, 10186.0, 10212.0, 10182.0, 10239.0, 10187.0, 10240.0, 10188.0, 10262.0, 10233.0, 10268.0, 10232.0, 10226.0, 10203.0, 10155.0, 10254.0, 10229.0, 10255.0, 10255.0, 10196.0, 10218.0, 10158.0, 10229.0, 10189.0, 10233.0, 10204.0, 10165.0, 10148.0, 10141.0, 10142.0, 10184.0, 10169.0, 10181.0, 10149.0, 10175.0, 10119.0, 10140.0, 10145.0, 10117.0, 10127.0, 10120.0, 10164.0, 10139.0, 10141.0, 10211.0, 10159.0, 10238.0, 10186.0, 10137.0, 10137.0, 10156.0, 10197.0, 10150.0, 10179.0, 10115.0, 10156.0, 10130.0, 10174.0, 10154.0, 10161.0, 10153.0, 10129.0, 10147.0, 10155.0, 10173.0, 10138.0, 10182.0, 10156.0, 10211.0, 10141.0, 10197.0, 10142.0, 10157.0, 10159.0, 10156.0, 10199.0, 10144.0, 10217.0, 10154.0, 10229.0, 10126.0, 10182.0, 10160.0, 10135.0, 10175.0, 10140.0, 10205.0, 10166.0, 10211.0, 10194.0, 10208.0, 10176.0, 10116.0, 10122.0, 10108.0, 10144.0, 10143.0, 10163.0, 10152.0, 10162.0, 10193.0, 10130.0, 10209.0, 10132.0, 10159.0, 10163.0, 10129.0, 10186.0, 10127.0, 10186.0, 10165.0, 10152.0, 10145.0, 10136.0, 10163.0, 10140.0, 10162.0, 10151.0, 10176.0, 10182.0, 10120.0, 10159.0, 10119.0, 10154.0, 10120.0, 10181.0, 10144.0, 10178.0, 10130.0, 10181.0, 10138.0, 10179.0, 10111.0, 10107.0, 10113.0, 10126.0, 10121.0, 10169.0, 10122.0, 10176.0, 10134.0, 10191.0, 10168.0, 10175.0, 10121.0, 10159.0, 10125.0, 10176.0, 10124.0, 10191.0, 10156.0, 10203.0, 10143.0, 10157.0, 10172.0, 10177.0, 10187.0, 10160.0, 10213.0, 10161.0, 10188.0, 10168.0, 10223.0, 10200.0, 10225.0, 10258.0, 10168.0, 10233.0, 10189.0, 10241.0, 10225.0, 10159.0, 10185.0, 10147.0, 10213.0, 10204.0, 10237.0, 10226.0, 10211.0, 10207.0, 10164.0, 10183.0, 10144.0, 10141.0, 10120.0, 10093.0, 10096.0, 10113.0, 10112.0, 10128.0, 10112.0, 10109.0, 10099.0, 10111.0, 10125.0, 10114.0, 10171.0, 10118.0, 10173.0, 10112.0, 10151.0, 10107.0, 10155.0, 10112.0, 10169.0, 10129.0, 10121.0, 10110.0, 10112.0, 10111.0, 10125.0, 10156.0, 10138.0, 10118.0, 10135.0, 10137.0, 10187.0, 10121.0, 10175.0, 10140.0, 10175.0, 10141.0, 10176.0, 10145.0, 10196.0, 10172.0, 10182.0, 10144.0, 10156.0, 10161.0, 10170.0, 10199.0, 10194.0, 10258.0, 10194.0, 10175.0, 10185.0, 10194.0, 10164.0, 10168.0, 10173.0, 10182.0, 10207.0, 10197.0, 10223.0, 10158.0, 10206.0, 10122.0, 10186.0, 10136.0, 10208.0, 10178.0, 10185.0, 10143.0, 10091.0, 10106.0, 10087.0, 10108.0, 10106.0, 10170.0, 10092.0, 10172.0, 10130.0, 10114.0, 10112.0, 10117.0, 10133.0, 10093.0, 10092.0, 10085.0, 10088.0, 10126.0, 10106.0, 10106.0, 10115.0, 10111.0, 10122.0, 10114.0, 10140.0, 10118.0, 10152.0, 10111.0, 10135.0, 10119.0, 10156.0, 10135.0, 10169.0, 10121.0, 10138.0, 10171.0, 10150.0, 10147.0, 10179.0, 10180.0, 10232.0, 10204.0, 10169.0, 10184.0, 10200.0, 10228.0, 10183.0, 10171.0, 10159.0, 10188.0, 10161.0, 10216.0, 10185.0, 10171.0, 10184.0, 10145.0, 10198.0, 10140.0, 10187.0, 10144.0, 10137.0, 10242.0, 10210.0, 10217.0, 10206.0, 10147.0, 10180.0, 10179.0, 10161.0, 10191.0, 10125.0, 10131.0, 10133.0, 10115.0, 10117.0, 10144.0, 10135.0, 10157.0, 10139.0, 10093.0, 10109.0, 10109.0, 10123.0, 10130.0, 10145.0, 10155.0, 10129.0, 10127.0, 10113.0, 10116.0, 10119.0, 10117.0, 10134.0, 10146.0, 10138.0, 10189.0, 10150.0, 10188.0, 10165.0, 10132.0, 10136.0, 10173.0, 10138.0, 10195.0, 10143.0, 10191.0, 10136.0, 10153.0, 10154.0, 10172.0, 10162.0, 10182.0, 10186.0, 10137.0, 10168.0, 10140.0, 10183.0, 10154.0, 10198.0, 10158.0, 10211.0, 10172.0, 10197.0, 10159.0, 10182.0, 10158.0, 10196.0, 10188.0, 10152.0, 10204.0, 10172.0, 10205.0, 10161.0, 10187.0, 10242.0, 10231.0, 10221.0, 10180.0, 10156.0, 10174.0, 10133.0, 10199.0, 10154.0, 10206.0, 10138.0, 10181.0, 10114.0, 10139.0, 10088.0, 10101.0, 10086.0, 10130.0, 10105.0, 10106.0, 10110.0, 10095.0, 10147.0, 10127.0, 10126.0, 10137.0, 10143.0, 10141.0, 10196.0, 10171.0, 10196.0, 10151.0, 10115.0, 10131.0, 10110.0, 10119.0, 10140.0, 10130.0, 10157.0, 10143.0, 10127.0, 10171.0, 10112.0, 10151.0, 10119.0, 10180.0, 10144.0, 10171.0, 10182.0, 10140.0, 10153.0, 10157.0, 10181.0, 10142.0, 10227.0, 10210.0, 10193.0, 10176.0, 10146.0, 10187.0, 10150.0, 10181.0, 10191.0, 10199.0, 10238.0, 10167.0, 10190.0, 10125.0, 10173.0, 10150.0, 10191.0, 10138.0, 10147.0, 10075.0, 10111.0, 10074.0, 10096.0, 10089.0, 10099.0, 10113.0, 10116.0, 10088.0, 10103.0, 10108.0, 10123.0, 10122.0, 10136.0, 10131.0, 10144.0, 10157.0, 10155.0, 10168.0, 10168.0, 10108.0, 10138.0, 10108.0, 10150.0, 10113.0, 10168.0, 10153.0, 10139.0, 10093.0, 10103.0, 10093.0, 10104.0, 10107.0, 10111.0, 10153.0, 10118.0, 10139.0, 10127.0, 10114.0, 10117.0, 10127.0, 10134.0, 10145.0, 10181.0, 10137.0, 10187.0, 10133.0, 10190.0, 10139.0, 10190.0, 10137.0, 10200.0, 10155.0, 10201.0, 10144.0, 10184.0, 10133.0, 10172.0, 10134.0, 10205.0, 10170.0, 10175.0, 10168.0, 10147.0, 10140.0, 10176.0, 10154.0, 10209.0, 10194.0, 10188.0, 10179.0, 10126.0, 10144.0, 10113.0, 10163.0, 10141.0, 10214.0, 10183.0, 10137.0, 10138.0, 10141.0, 10196.0, 10152.0, 10214.0, 10202.0, 10143.0, 10207.0, 10141.0, 10209.0, 10155.0, 10216.0, 10160.0, 10210.0, 10132.0, 10174.0, 10097.0, 10169.0, 10184.0, 10143.0, 10146.0, 10147.0, 10155.0, 10179.0, 10142.0, 10212.0, 10167.0, 10201.0, 10182.0, 10180.0, 10164.0, 10161.0, 10153.0, 10104.0, 10141.0, 10066.0, 10119.0, 10103.0, 10128.0, 10107.0, 10159.0, 10137.0, 10088.0, 10104.0, 10107.0, 10119.0, 10091.0, 10121.0, 10163.0, 10134.0, 10128.0, 10102.0, 10086.0, 10093.0, 10155.0, 10091.0, 10139.0, 10088.0, 10129.0, 10097.0, 10145.0, 10095.0, 10117.0, 10113.0, 10154.0, 10137.0, 10193.0, 10141.0, 10181.0, 10154.0, 10153.0, 10146.0, 10153.0, 10188.0, 10159.0, 10228.0, 10161.0, 10213.0, 10163.0, 10207.0, 10190.0, 10228.0, 10185.0, 10196.0, 10156.0, 10156.0, 10124.0, 10194.0, 10184.0, 10194.0, 10233.0, 10141.0, 10164.0, 10122.0, 10146.0, 10135.0, 10131.0, 10177.0, 10121.0, 10209.0, 10154.0, 10207.0, 10149.0, 10184.0, 10132.0, 10182.0, 10137.0, 10181.0, 10137.0, 10177.0, 10173.0, 10145.0, 10119.0, 10095.0, 10118.0, 10106.0, 10137.0, 10097.0, 10186.0, 10120.0, 10155.0, 10123.0, 10162.0, 10146.0, 10180.0, 10173.0, 10141.0, 10172.0, 10173.0, 10195.0, 10174.0, 10164.0, 10236.0, 10207.0, 10227.0, 10201.0, 10141.0, 10199.0, 10160.0, 10231.0, 10189.0, 10219.0, 10188.0, 10141.0, 10195.0, 10139.0, 10204.0, 10179.0, 10207.0, 10193.0, 10117.0, 10138.0, 10115.0, 10157.0, 10170.0, 10151.0, 10122.0, 10181.0, 10096.0, 10162.0, 10109.0, 10162.0, 10122.0, 10176.0, 10146.0, 10094.0, 10104.0, 10113.0, 10167.0, 10116.0, 10155.0, 10144.0, 10157.0, 10143.0, 10156.0, 10152.0, 10076.0, 10170.0, 10122.0, 10134.0, 10092.0, 10147.0, 10104.0, 10160.0, 10076.0, 10126.0, 10109.0, 10119.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.002345494252873563</td></tr>
<tr><td colspan=3>aqi</td><td>0.03125216735632184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.35504307105866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2539223523935534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.023235250794018</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>5805.3511</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11016345834523858</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.03448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.42073193793223</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344402307741457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6727750271851685</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.245018478870066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156711</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027650365605950356</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029987633228302002</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9195132863046322</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>40.4872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1076</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.817</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.7595</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.396</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.4319</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3815.8337</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1022.8244</td></tr>
<tr><td colspan=3>tsnr</td><td>34.52902183413971</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>