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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0092_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0092_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-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-03_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-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-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-03_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-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-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-03_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-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-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-03_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-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-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-03_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-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-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-03_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-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-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-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-03/func/sub-0092_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b46463377d1a9e112636b5c938e1613f</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:29:24.367500</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.99931, 0.0021389, -0.0370749, 0.00122086, 0.995908, 0.090362]</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.0793542</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4126, -7740, -7291, 688, -52, -139, 23, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>38b5f785-e5ad-499b-8c53-1a9b01ff0547||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.6810762882232666, 0.003275474300608039, -0.10021442919969559, 112.08827209472656], [-0.005738506093621254, 2.6719489097595215, 0.24393142759799957, -99.90277862548828], [-0.09946919977664948, -0.2424347698688507, 2.6870901584625244, -60.39604949951172], [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': ['092924.367500', '092924.827500', '092925.287500', '092925.747500', '092926.207500', '092926.667500', '092927.127500', '092927.587500', '092928.047500', '092928.507500', '092928.967500', '092929.427500', '092929.887500', '092930.347500', '092930.807500', '092931.267500', '092931.727500', '092932.187500', '092932.647500', '092933.107500', '092933.567500', '092934.027500', '092934.487500', '092934.947500', '092935.407500', '092935.867500', '092936.327500', '092936.787500', '092937.247500', '092937.707500', '092938.167500', '092938.627500', '092939.087500', '092939.547500', '092940.007500', '092940.467500', '092940.927500', '092941.387500', '092941.847500', '092942.307500', '092942.767500', '092943.227500', '092943.687500', '092944.147500', '092944.607500', '092945.067500', '092945.527500', '092945.987500', '092946.447500', '092946.907500', '092947.367500', '092947.827500', '092948.287500', '092948.747500', '092949.207500', '092949.667500', '092950.127500', '092950.587500', '092951.047500', '092951.507500', '092951.967500', '092952.427500', '092952.887500', '092953.347500', '092953.807500', '092954.267500', '092954.727500', '092955.187500', '092955.647500', '092956.107500', '092956.567500', '092957.027500', '092957.487500', '092957.947500', '092958.407500', '092958.867500', '092959.327500', '092959.787500', '093000.247500', '093000.707500', '093001.167500', '093001.627500', '093002.087500', '093002.547500', '093003.007500', '093003.467500', '093003.927500', '093004.387500', '093004.847500', '093005.307500', '093005.767500', '093006.227500', '093006.687500', '093007.147500', '093007.607500', '093008.067500', '093008.527500', '093008.987500', '093009.447500', '093009.907500', '093010.367500', '093010.827500', '093011.287500', '093011.747500', '093012.207500', '093012.667500', '093013.127500', '093013.587500', '093014.047500', '093014.507500', '093014.967500', '093015.427500', '093015.887500', '093016.347500', '093016.807500', '093017.267500', '093017.727500', '093018.187500', '093018.647500', '093019.107500', '093019.567500', '093020.027500', '093020.487500', '093020.947500', '093021.407500', '093021.867500', '093022.327500', '093022.787500', '093023.247500', '093023.707500', '093024.167500', '093024.627500', '093025.087500', '093025.547500', '093026.007500', '093026.467500', '093026.927500', '093027.387500', '093027.847500', '093028.307500', '093028.767500', '093029.227500', '093029.687500', '093030.147500', '093030.607500', '093031.067500', '093031.527500', '093031.987500', '093032.447500', '093032.907500', '093033.367500', '093033.827500', '093034.287500', '093034.747500', '093035.207500', '093035.667500', '093036.127500', '093036.587500', '093037.047500', '093037.507500', '093037.967500', '093038.427500', '093038.887500', '093039.347500', '093039.807500', '093040.267500', '093040.727500', '093041.187500', '093041.647500', '093042.107500', '093042.567500', '093043.027500', '093043.487500', '093043.947500', '093044.407500', '093044.867500', '093045.327500', '093045.787500', '093046.247500', '093046.707500', '093047.167500', '093047.627500', '093048.087500', '093048.547500', '093049.007500', '093049.467500', '093049.927500', '093050.387500', '093050.847500', '093051.307500', '093051.767500', '093052.227500', '093052.687500', '093053.147500', '093053.607500', '093054.067500', '093054.527500', '093054.987500', '093055.447500', '093055.907500', '093056.367500', '093056.827500', '093057.287500', '093057.747500', '093058.207500', '093058.667500', '093059.127500', '093059.587500', '093100.047500', '093100.507500', '093100.967500', '093101.427500', '093101.887500', '093102.347500', '093102.807500', '093103.267500', '093103.727500', '093104.187500', '093104.647500', '093105.107500', '093105.567500', '093106.027500', '093106.487500', '093106.947500', '093107.407500', '093107.867500', '093108.327500', '093108.787500', '093109.247500', '093109.707500', '093110.167500', '093110.627500', '093111.087500', '093111.547500', '093112.007500', '093112.467500', '093112.927500', '093113.387500', '093113.847500', '093114.307500', '093114.767500', '093115.227500', '093115.687500', '093116.147500', '093116.607500', '093117.067500', '093117.527500', '093117.987500', '093118.447500', '093118.907500', '093119.367500', '093119.827500', '093120.287500', '093120.747500', '093121.207500', '093121.667500', '093122.127500', '093122.587500', '093123.047500', '093123.507500', '093123.967500', '093124.427500', '093124.887500', '093125.347500', '093125.807500', '093126.267500', '093126.727500', '093127.187500', '093127.647500', '093128.107500', '093128.567500', '093129.027500', '093129.487500', '093129.947500', '093130.407500', '093130.867500', '093131.327500', '093131.787500', '093132.247500', '093132.707500', '093133.167500', '093133.627500', '093134.087500', '093134.547500', '093135.007500', '093135.467500', '093135.927500', '093136.387500', '093136.847500', '093137.307500', '093137.767500', '093138.227500', '093138.687500', '093139.147500', '093139.607500', '093140.067500', '093140.527500', '093140.987500', '093141.447500', '093141.907500', '093142.367500', '093142.827500', '093143.287500', '093143.747500', '093144.207500', '093144.667500', '093145.127500', '093145.587500', '093146.047500', '093146.507500', '093146.967500', '093147.427500', '093147.887500', '093148.347500', '093148.807500', '093149.267500', '093149.727500', '093150.187500', '093150.647500', '093151.107500', '093151.567500', '093152.027500', '093152.487500', '093152.947500', '093153.407500', '093153.867500', '093154.327500', '093154.787500', '093155.247500', '093155.707500', '093156.167500', '093156.627500', '093157.087500', '093157.547500', '093158.007500', '093158.467500', '093158.927500', '093159.387500', '093159.847500', '093200.307500', '093200.767500', '093201.227500', '093201.687500', '093202.147500', '093202.607500', '093203.067500', '093203.527500', '093203.987500', '093204.447500', '093204.907500', '093205.367500', '093205.827500', '093206.287500', '093206.747500', '093207.207500', '093207.667500', '093208.127500', '093208.587500', '093209.047500', '093209.507500', '093209.967500', '093210.427500', '093210.887500', '093211.347500', '093211.807500', '093212.267500', '093212.727500', '093213.187500', '093213.647500', '093214.107500', '093214.567500', '093215.027500', '093215.487500', '093215.947500', '093216.407500', '093216.867500', '093217.327500', '093217.787500', '093218.247500', '093218.707500', '093219.167500', '093219.627500', '093220.087500', '093220.547500', '093221.007500', '093221.467500', '093221.927500', '093222.387500', '093222.847500', '093223.307500', '093223.767500', '093224.227500', '093224.687500', '093225.147500', '093225.607500', '093226.067500', '093226.527500', '093226.987500', '093227.447500', '093227.907500', '093228.367500', '093228.827500', '093229.287500', '093229.747500', '093230.207500', '093230.667500', '093231.127500', '093231.587500', '093232.047500', '093232.507500', '093232.967500', '093233.427500', '093233.887500', '093234.347500', '093234.807500', '093235.267500', '093235.727500', '093236.187500', '093236.647500', '093237.107500', '093237.567500', '093238.027500', '093238.487500', '093238.947500', '093239.407500', '093239.867500', '093240.327500', '093240.787500', '093241.247500', '093241.707500', '093242.167500', '093242.627500', '093243.087500', '093243.547500', '093244.007500', '093244.467500', '093244.927500', '093245.387500', '093245.847500', '093246.307500', '093246.767500', '093247.227500', '093247.687500', '093248.147500', '093248.607500', '093249.067500', '093249.527500', '093249.987500', '093250.447500', '093250.907500', '093251.367500', '093251.827500', '093252.287500', '093252.747500', '093253.207500', '093253.667500', '093254.127500', '093254.587500', '093255.047500', '093255.507500', '093255.967500', '093256.427500', '093256.887500', '093257.347500', '093257.807500', '093258.267500', '093258.727500', '093259.187500', '093259.647500', '093300.107500', '093300.567500', '093301.027500', '093301.487500', '093301.947500', '093302.407500', '093302.867500', '093303.327500', '093303.787500', '093304.247500', '093304.707500', '093305.167500', '093305.627500', '093306.087500', '093306.547500', '093307.007500', '093307.467500', '093307.927500', '093308.387500', '093308.847500', '093309.307500', '093309.767500', '093310.227500', '093310.687500', '093311.147500', '093311.607500', '093312.067500', '093312.527500', '093312.987500', '093313.447500', '093313.907500', '093314.367500', '093314.827500', '093315.287500', '093315.747500', '093316.207500', '093316.667500', '093317.127500', '093317.587500', '093318.047500', '093318.507500', '093318.967500', '093319.427500', '093319.887500', '093320.347500', '093320.807500', '093321.267500', '093321.727500', '093322.187500', '093322.647500', '093323.107500', '093323.567500', '093324.027500', '093324.487500', '093324.947500', '093325.407500', '093325.867500', '093326.327500', '093326.787500', '093327.247500', '093327.707500', '093328.167500', '093328.627500', '093329.087500', '093329.547500', '093330.007500', '093330.467500', '093330.927500', '093331.387500', '093331.847500', '093332.307500', '093332.767500', '093333.227500', '093333.687500', '093334.147500', '093334.607500', '093335.067500', '093335.527500', '093335.987500', '093336.447500', '093336.907500', '093337.367500', '093337.827500', '093338.287500', '093338.747500', '093339.207500', '093339.667500', '093340.127500', '093340.587500', '093341.047500', '093341.507500', '093341.967500', '093342.427500', '093342.887500', '093343.347500', '093343.807500', '093344.267500', '093344.727500', '093345.187500', '093345.647500', '093346.107500', '093346.567500', '093347.027500', '093347.487500', '093347.947500', '093348.407500', '093348.867500', '093349.327500', '093349.787500', '093350.247500', '093350.707500', '093351.167500', '093351.627500', '093352.087500', '093352.547500', '093353.007500', '093353.467500', '093353.927500', '093354.387500', '093354.847500', '093355.307500', '093355.767500', '093356.227500', '093356.687500', '093357.147500', '093357.607500', '093358.067500', '093358.527500', '093358.987500', '093359.447500', '093359.907500', '093400.367500', '093400.827500', '093401.287500', '093401.747500', '093402.207500', '093402.667500', '093403.127500', '093403.587500', '093404.047500', '093404.507500', '093404.967500', '093405.427500', '093405.887500', '093406.347500', '093406.807500', '093407.267500', '093407.727500', '093408.187500', '093408.647500', '093409.107500', '093409.567500', '093410.027500', '093410.487500', '093410.947500', '093411.407500', '093411.867500', '093412.327500', '093412.787500', '093413.247500', '093413.707500', '093414.167500', '093414.627500', '093415.087500', '093415.547500', '093416.007500', '093416.467500', '093416.927500', '093417.387500', '093417.847500', '093418.307500', '093418.767500', '093419.227500', '093419.687500', '093420.147500', '093420.607500', '093421.067500', '093421.527500', '093421.987500', '093422.447500', '093422.907500', '093423.367500', '093423.827500', '093424.287500', '093424.747500', '093425.207500', '093425.667500', '093426.127500', '093426.587500', '093427.047500', '093427.507500', '093427.967500', '093428.427500', '093428.887500', '093429.347500', '093429.807500', '093430.267500', '093430.727500', '093431.187500', '093431.647500', '093432.107500', '093432.567500', '093433.027500', '093433.487500', '093433.947500', '093434.407500', '093434.867500', '093435.327500', '093435.787500', '093436.247500', '093436.707500', '093437.167500', '093437.627500', '093438.087500', '093438.547500', '093439.007500', '093439.467500', '093439.927500', '093440.387500', '093440.847500', '093441.307500', '093441.767500', '093442.227500', '093442.687500', '093443.147500', '093443.607500', '093444.067500', '093444.527500', '093444.987500', '093445.447500', '093445.907500', '093446.367500', '093446.827500', '093447.287500', '093447.747500', '093448.207500', '093448.667500', '093449.127500', '093449.587500', '093450.047500', '093450.507500', '093450.967500', '093451.427500', '093451.887500', '093452.347500', '093452.807500', '093453.267500', '093453.727500', '093454.187500', '093454.647500', '093455.107500', '093455.567500', '093456.027500', '093456.487500', '093456.947500', '093457.407500', '093457.867500', '093458.327500', '093458.787500', '093459.247500', '093459.707500', '093500.167500', '093500.627500', '093501.087500', '093501.547500', '093502.007500', '093502.467500', '093502.927500', '093503.387500', '093503.847500', '093504.307500', '093504.767500', '093505.227500', '093505.687500', '093506.147500', '093506.607500', '093507.067500', '093507.527500', '093507.987500', '093508.447500', '093508.907500', '093509.367500', '093509.827500', '093510.287500', '093510.747500', '093511.207500', '093511.667500', '093512.127500', '093512.587500', '093513.047500', '093513.507500', '093513.967500', '093514.427500', '093514.887500', '093515.347500', '093515.807500', '093516.267500', '093516.727500', '093517.187500', '093517.647500', '093518.107500', '093518.567500', '093519.027500', '093519.487500', '093519.947500', '093520.407500', '093520.867500', '093521.327500', '093521.787500', '093522.247500', '093522.707500', '093523.167500', '093523.627500', '093524.087500', '093524.547500', '093525.007500', '093525.467500', '093525.927500', '093526.387500', '093526.847500', '093527.307500', '093527.767500', '093528.227500', '093528.687500', '093529.147500', '093529.607500', '093530.067500', '093530.527500', '093530.987500', '093531.447500', '093531.907500', '093532.367500', '093532.827500', '093533.287500', '093533.747500', '093534.207500', '093534.667500', '093535.127500', '093535.587500', '093536.047500', '093536.507500', '093536.967500', '093537.427500', '093537.887500', '093538.347500', '093538.807500', '093539.267500', '093539.727500', '093540.187500', '093540.647500', '093541.107500', '093541.567500', '093542.027500', '093542.487500', '093542.947500', '093543.407500', '093543.867500', '093544.327500', '093544.787500', '093545.247500', '093545.707500', '093546.167500', '093546.627500', '093547.087500', '093547.547500', '093548.007500', '093548.467500', '093548.927500', '093549.387500', '093549.847500', '093550.307500', '093550.767500', '093551.227500', '093551.687500', '093552.147500', '093552.607500', '093553.067500', '093553.527500', '093553.987500', '093554.447500', '093554.907500', '093555.367500', '093555.827500', '093556.287500', '093556.747500', '093557.207500', '093557.667500', '093558.127500', '093558.587500', '093559.047500', '093559.507500', '093559.967500', '093600.427500', '093600.887500', '093601.347500', '093601.807500', '093602.267500', '093602.727500', '093603.187500', '093603.647500', '093604.107500', '093604.567500', '093605.027500'], 'ContentTime': ['092943.701000', '092943.704000', '092943.707000', '092943.710000', '092943.713000', '092943.715000', '092943.718000', '092943.721000', '092943.723000', '092943.726000', '092943.728000', '092943.731000', '092943.739000', '092943.742000', '092943.745000', '092943.747000', '092943.752000', '092943.754000', '092943.757000', '092943.760000', '092943.762000', '092943.765000', '092943.767000', '092943.770000', '092943.772000', '092943.775000', '092943.777000', '092943.780000', '092943.782000', '092943.785000', '092943.788000', '092943.790000', '092943.793000', '092943.795000', '092943.798000', '092943.800000', '092943.803000', '092943.805000', '093003.667000', '093003.670000', '093003.673000', '093003.675000', '093003.678000', '093003.681000', '093003.683000', '093003.686000', '093003.688000', '093003.691000', '093003.693000', '093003.696000', '093003.698000', '093003.701000', '093003.703000', '093003.706000', '093003.708000', '093003.711000', '093003.713000', '093003.716000', '093003.718000', '093003.721000', '093003.724000', '093003.726000', '093003.729000', '093003.731000', '093003.734000', '093003.736000', '093003.739000', '093003.741000', '093003.744000', '093003.746000', '093003.749000', '093003.752000', '093003.754000', '093003.757000', '093003.759000', '093003.762000', '093003.764000', '093003.767000', '093003.770000', '093003.772000', '093003.775000', '093003.777000', '093023.667000', '093023.670000', '093023.673000', '093023.675000', '093023.678000', '093023.680000', '093023.683000', '093023.686000', '093023.688000', '093023.691000', '093023.693000', '093023.696000', '093023.699000', '093023.702000', '093023.714000', '093023.716000', '093023.719000', '093023.721000', '093023.724000', '093023.726000', '093023.729000', '093023.732000', '093023.734000', '093023.737000', '093023.739000', '093023.742000', '093023.745000', '093023.748000', '093023.750000', '093023.753000', '093023.756000', '093023.758000', '093023.761000', '093023.763000', '093023.766000', '093023.768000', '093023.771000', '093023.774000', '093023.776000', '093023.779000', '093023.781000', '093023.784000', '093023.786000', '093043.668000', '093043.685000', '093043.688000', '093043.691000', '093043.693000', '093043.696000', '093043.698000', '093043.701000', '093043.703000', '093043.706000', '093043.708000', '093043.711000', '093043.714000', '093043.716000', '093043.719000', '093043.721000', '093043.724000', '093043.726000', '093043.729000', '093043.731000', '093043.734000', '093043.737000', '093043.739000', '093043.742000', '093043.744000', '093043.747000', '093043.749000', '093043.752000', '093043.754000', '093043.757000', '093043.759000', '093043.762000', '093043.765000', '093043.767000', '093043.770000', '093043.772000', '093043.775000', '093043.777000', '093043.780000', '093043.782000', '093043.785000', '093043.787000', '093043.790000', '093043.793000', '093103.668000', '093103.670000', '093103.673000', '093103.675000', '093103.678000', '093103.681000', '093103.683000', '093103.686000', '093103.688000', '093103.691000', '093103.693000', '093103.696000', '093103.698000', '093103.701000', '093103.703000', '093103.706000', '093103.708000', '093103.711000', '093103.713000', '093103.716000', '093103.719000', '093103.721000', '093103.724000', '093103.726000', '093103.729000', '093103.732000', '093103.735000', '093103.738000', '093103.741000', '093103.743000', '093103.746000', '093103.748000', '093103.751000', '093103.753000', '093103.756000', '093103.758000', '093103.761000', '093103.764000', '093103.766000', '093103.769000', '093103.771000', '093103.774000', '093103.776000', '093123.667000', '093123.670000', '093123.673000', '093123.675000', '093123.678000', '093123.680000', '093123.683000', '093123.685000', '093123.688000', '093123.691000', '093123.693000', '093123.696000', '093123.698000', '093123.701000', '093123.704000', '093123.706000', '093123.709000', '093123.711000', '093123.714000', '093123.716000', '093123.719000', '093123.721000', '093123.724000', '093123.726000', '093123.729000', '093123.732000', '093123.734000', '093123.737000', '093123.739000', '093123.742000', '093123.744000', '093123.747000', '093123.750000', '093123.752000', '093123.755000', '093123.757000', '093123.760000', '093123.762000', '093123.765000', '093123.767000', '093123.770000', '093123.773000', '093123.775000', '093123.778000', '093143.667000', '093143.669000', '093143.672000', '093143.674000', '093143.677000', '093143.680000', '093143.682000', '093143.685000', '093143.687000', '093143.690000', '093143.692000', '093143.695000', '093143.698000', '093143.700000', '093143.703000', '093143.705000', '093143.708000', '093143.710000', '093143.713000', '093143.715000', '093143.718000', '093143.720000', '093143.723000', '093143.726000', '093143.728000', '093143.731000', '093143.733000', '093143.736000', '093143.738000', '093143.741000', '093143.743000', '093143.746000', '093143.749000', '093143.751000', '093143.754000', '093143.756000', '093143.759000', '093143.761000', '093143.764000', '093143.766000', '093143.769000', '093143.772000', '093143.774000', '093203.667000', '093203.670000', '093203.673000', '093203.675000', '093203.678000', '093203.680000', '093203.683000', '093203.686000', '093203.688000', '093203.691000', '093203.693000', '093203.696000', '093203.698000', '093203.701000', '093203.703000', '093203.706000', '093203.708000', '093203.711000', '093203.713000', '093203.716000', '093203.718000', '093203.721000', '093203.724000', '093203.726000', '093203.729000', '093203.731000', '093203.734000', '093203.736000', '093203.739000', '093203.741000', '093203.744000', '093203.747000', '093203.749000', '093203.752000', '093203.754000', '093203.757000', '093203.759000', '093203.762000', '093203.764000', '093203.767000', '093203.775000', '093203.778000', '093203.781000', '093203.783000', '093223.668000', '093223.671000', '093223.673000', '093223.676000', '093223.678000', '093223.681000', '093223.683000', '093223.686000', '093223.688000', '093223.691000', '093223.694000', '093223.696000', '093223.699000', '093223.701000', '093223.704000', '093223.706000', '093223.709000', '093223.711000', '093223.714000', '093223.716000', '093223.719000', '093223.722000', '093223.724000', '093223.727000', '093223.729000', '093223.732000', '093223.734000', '093223.737000', '093223.739000', '093223.742000', '093223.745000', '093223.747000', '093223.750000', '093223.752000', '093223.755000', '093223.757000', '093223.760000', '093223.763000', '093223.765000', '093223.768000', '093223.770000', '093223.773000', '093223.776000', '093243.668000', '093243.670000', '093243.673000', '093243.676000', '093243.678000', '093243.681000', '093243.683000', '093243.686000', '093243.688000', '093243.691000', '093243.694000', '093243.696000', '093243.699000', '093243.701000', '093243.704000', '093243.706000', '093243.709000', '093243.712000', '093243.714000', '093243.717000', '093243.719000', '093243.722000', '093243.724000', '093243.727000', '093243.730000', '093243.732000', '093243.735000', '093243.737000', '093243.740000', '093243.742000', '093243.745000', '093243.747000', '093243.750000', '093243.753000', '093243.755000', '093243.758000', '093243.760000', '093243.763000', '093243.765000', '093243.768000', '093243.771000', '093243.773000', '093243.776000', '093243.778000', '093303.667000', '093303.670000', '093303.673000', '093303.675000', '093303.678000', '093303.681000', '093303.683000', '093303.686000', '093303.688000', '093303.691000', '093303.694000', '093303.696000', '093303.699000', '093303.702000', '093303.704000', '093303.707000', '093303.709000', '093303.712000', '093303.714000', '093303.717000', '093303.719000', '093303.722000', '093303.725000', '093303.727000', '093303.730000', '093303.732000', '093303.735000', '093303.738000', '093303.740000', '093303.743000', '093303.745000', '093303.748000', '093303.750000', '093303.753000', '093303.755000', '093303.758000', '093303.761000', '093303.763000', '093303.766000', '093303.768000', '093303.771000', '093303.773000', '093303.776000', '093323.668000', '093323.670000', '093323.673000', '093323.675000', '093323.678000', '093323.681000', '093323.683000', '093323.686000', '093323.688000', '093323.691000', '093323.693000', '093323.696000', '093323.698000', '093323.701000', '093323.704000', '093323.706000', '093323.709000', '093323.712000', '093323.714000', '093323.717000', '093323.719000', '093323.722000', '093323.724000', '093323.727000', '093323.729000', '093323.732000', '093323.744000', '093323.747000', '093323.750000', '093323.752000', '093323.755000', '093323.757000', '093323.760000', '093323.762000', '093323.765000', '093323.768000', '093323.770000', '093323.773000', '093323.775000', '093323.778000', '093323.781000', '093323.783000', '093323.786000', '093323.788000', '093343.667000', '093343.670000', '093343.673000', '093343.675000', '093343.678000', '093343.681000', '093343.683000', '093343.686000', '093343.688000', '093343.691000', '093343.694000', '093343.696000', '093343.699000', '093343.701000', '093343.704000', '093343.706000', '093343.709000', '093343.711000', '093343.714000', '093343.716000', '093343.719000', '093343.732000', '093343.735000', '093343.737000', '093343.740000', '093343.742000', '093343.745000', '093343.747000', '093343.750000', '093343.753000', '093343.755000', '093343.758000', '093343.760000', '093343.763000', '093343.765000', '093343.768000', '093343.771000', '093343.774000', '093343.776000', '093343.779000', '093343.781000', '093343.784000', '093343.787000', '093403.666000', '093403.669000', '093403.672000', '093403.674000', '093403.677000', '093403.680000', '093403.683000', '093403.685000', '093403.688000', '093403.691000', '093403.693000', '093403.696000', '093403.698000', '093403.701000', '093403.704000', '093403.706000', '093403.709000', '093403.711000', '093403.714000', '093403.716000', '093403.719000', '093403.722000', '093403.724000', '093403.727000', '093403.729000', '093403.732000', '093403.734000', '093403.737000', '093403.740000', '093403.742000', '093403.745000', '093403.747000', '093403.750000', '093403.753000', '093403.755000', '093403.758000', '093403.760000', '093403.763000', '093403.765000', '093403.768000', '093403.770000', '093403.773000', '093403.776000', '093403.778000', '093423.667000', '093423.670000', '093423.673000', '093423.675000', '093423.678000', '093423.680000', '093423.683000', '093423.686000', '093423.688000', '093423.691000', '093423.693000', '093423.696000', '093423.698000', '093423.701000', '093423.703000', '093423.706000', '093423.708000', '093423.711000', '093423.713000', '093423.716000', '093423.719000', '093423.721000', '093423.724000', '093423.726000', '093423.729000', '093423.731000', '093423.734000', '093423.737000', '093423.739000', '093423.742000', '093423.744000', '093423.747000', '093423.749000', '093423.752000', '093423.755000', '093423.757000', '093423.760000', '093423.762000', '093423.765000', '093423.767000', '093423.770000', '093423.772000', '093423.775000', '093443.668000', '093443.670000', '093443.673000', '093443.676000', '093443.678000', '093443.681000', '093443.683000', '093443.686000', '093443.689000', '093443.691000', '093443.694000', '093443.696000', '093443.699000', '093443.701000', '093443.704000', '093443.707000', '093443.709000', '093443.712000', '093443.714000', '093443.717000', '093443.719000', '093443.722000', '093443.725000', '093443.727000', '093443.730000', '093443.732000', '093443.735000', '093443.737000', '093443.740000', '093443.774000', '093443.777000', '093443.779000', '093443.782000', '093443.785000', '093443.787000', '093443.790000', '093443.792000', '093443.795000', '093443.797000', '093443.800000', '093443.802000', '093443.805000', '093443.808000', '093443.810000', '093503.668000', '093503.670000', '093503.673000', '093503.676000', '093503.678000', '093503.681000', '093503.683000', '093503.686000', '093503.688000', '093503.691000', '093503.694000', '093503.696000', '093503.699000', '093503.701000', '093503.704000', '093503.706000', '093503.709000', '093503.712000', '093503.714000', '093503.717000', '093503.719000', '093503.722000', '093503.724000', '093503.727000', '093503.730000', '093503.732000', '093503.735000', '093503.737000', '093503.740000', '093503.742000', '093503.745000', '093503.747000', '093503.750000', '093503.753000', '093503.755000', '093503.758000', '093503.760000', '093503.763000', '093503.766000', '093503.768000', '093503.771000', '093503.773000', '093503.776000', '093523.668000', '093523.670000', '093523.673000', '093523.676000', '093523.678000', '093523.681000', '093523.685000', '093523.688000', '093523.691000', '093523.693000', '093523.696000', '093523.698000', '093523.701000', '093523.703000', '093523.706000', '093523.709000', '093523.711000', '093523.714000', '093523.716000', '093523.719000', '093523.722000', '093523.724000', '093523.727000', '093523.729000', '093523.732000', '093523.735000', '093523.737000', '093523.740000', '093523.742000', '093523.745000', '093523.747000', '093523.750000', '093523.753000', '093523.755000', '093523.758000', '093523.760000', '093523.763000', '093523.765000', '093523.768000', '093523.771000', '093523.773000', '093523.776000', '093523.778000', '093523.781000', '093543.668000', '093543.670000', '093543.673000', '093543.676000', '093543.678000', '093543.681000', '093543.683000', '093543.686000', '093543.688000', '093543.691000', '093543.693000', '093543.696000', '093543.699000', '093543.701000', '093543.704000', '093543.706000', '093543.709000', '093543.711000', '093543.714000', '093543.717000', '093543.719000', '093543.722000', '093543.724000', '093543.727000', '093543.729000', '093543.732000', '093543.735000', '093543.737000', '093543.740000', '093543.742000', '093543.745000', '093543.747000', '093543.750000', '093543.752000', '093543.755000', '093543.758000', '093543.760000', '093543.763000', '093543.765000', '093543.768000', '093543.770000', '093543.773000', '093543.776000', '093603.668000', '093603.670000', '093603.673000', '093603.676000', '093603.678000', '093603.681000', '093603.683000', '093603.686000', '093603.689000', '093603.691000', '093603.694000', '093603.696000', '093603.699000', '093603.701000', '093603.704000', '093603.706000', '093603.709000', '093603.712000', '093603.714000', '093603.717000', '093603.719000', '093603.722000', '093603.724000', '093603.727000', '093603.730000', '093603.732000', '093603.735000', '093603.737000', '093603.740000', '093603.743000', '093603.745000', '093603.748000', '093603.750000', '093603.753000', '093603.756000', '093603.758000', '093603.761000', '093603.764000', '093603.766000', '093603.769000', '093603.771000', '093603.774000', '093603.777000', '093603.779000', '093606.846000', '093606.848000', '093606.851000', '093606.854000', '093606.856000', '093606.859000', '093606.861000'], 'InstanceCreationTime': ['092943.701000', '092943.704000', '092943.707000', '092943.710000', '092943.713000', '092943.715000', '092943.718000', '092943.721000', '092943.723000', '092943.726000', '092943.728000', '092943.731000', '092943.739000', '092943.742000', '092943.745000', '092943.747000', '092943.752000', '092943.754000', '092943.757000', '092943.760000', '092943.762000', '092943.765000', '092943.767000', '092943.770000', '092943.772000', '092943.775000', '092943.777000', '092943.780000', '092943.782000', '092943.785000', '092943.788000', '092943.790000', '092943.793000', '092943.795000', '092943.798000', '092943.800000', '092943.803000', '092943.805000', '093003.667000', '093003.670000', '093003.673000', '093003.675000', '093003.678000', '093003.681000', '093003.683000', '093003.686000', '093003.688000', '093003.691000', '093003.693000', '093003.696000', '093003.698000', '093003.701000', '093003.703000', '093003.706000', '093003.708000', '093003.711000', '093003.713000', '093003.716000', '093003.718000', '093003.721000', '093003.724000', '093003.726000', '093003.729000', '093003.731000', '093003.734000', '093003.736000', '093003.739000', '093003.741000', '093003.744000', '093003.746000', '093003.749000', '093003.752000', '093003.754000', '093003.757000', '093003.759000', '093003.762000', '093003.764000', '093003.767000', '093003.770000', '093003.772000', '093003.775000', '093003.777000', '093023.667000', '093023.670000', '093023.673000', '093023.675000', '093023.678000', '093023.680000', '093023.683000', '093023.686000', '093023.688000', '093023.691000', '093023.693000', '093023.696000', '093023.699000', '093023.702000', '093023.714000', '093023.716000', '093023.719000', '093023.721000', '093023.724000', '093023.726000', '093023.729000', '093023.732000', '093023.734000', '093023.737000', '093023.739000', '093023.742000', '093023.745000', '093023.748000', '093023.750000', '093023.753000', '093023.756000', '093023.758000', '093023.761000', '093023.763000', '093023.766000', '093023.768000', '093023.771000', '093023.774000', '093023.776000', '093023.779000', '093023.781000', '093023.784000', '093023.786000', '093043.668000', '093043.685000', '093043.688000', '093043.691000', '093043.693000', '093043.696000', '093043.698000', '093043.701000', '093043.703000', '093043.706000', '093043.708000', '093043.711000', '093043.714000', '093043.716000', '093043.719000', '093043.721000', '093043.724000', '093043.726000', '093043.729000', '093043.731000', '093043.734000', '093043.737000', '093043.739000', '093043.742000', '093043.744000', '093043.747000', '093043.749000', '093043.752000', '093043.754000', '093043.757000', '093043.759000', '093043.762000', '093043.765000', '093043.767000', '093043.770000', '093043.772000', '093043.775000', '093043.777000', '093043.780000', '093043.782000', '093043.785000', '093043.787000', '093043.790000', '093043.793000', '093103.668000', '093103.670000', '093103.673000', '093103.675000', '093103.678000', '093103.681000', '093103.683000', '093103.686000', '093103.688000', '093103.691000', '093103.693000', '093103.696000', '093103.698000', '093103.701000', '093103.703000', '093103.706000', '093103.708000', '093103.711000', '093103.713000', '093103.716000', '093103.719000', '093103.721000', '093103.724000', '093103.726000', '093103.729000', '093103.732000', '093103.735000', '093103.738000', '093103.741000', '093103.743000', '093103.746000', '093103.748000', '093103.751000', '093103.753000', '093103.756000', '093103.758000', '093103.761000', '093103.764000', '093103.766000', '093103.769000', '093103.771000', '093103.774000', '093103.776000', '093123.667000', '093123.670000', '093123.673000', '093123.675000', '093123.678000', '093123.680000', '093123.683000', '093123.685000', '093123.688000', '093123.691000', '093123.693000', '093123.696000', '093123.698000', '093123.701000', '093123.704000', '093123.706000', '093123.709000', '093123.711000', '093123.714000', '093123.716000', '093123.719000', '093123.721000', '093123.724000', '093123.726000', '093123.729000', '093123.732000', '093123.734000', '093123.737000', '093123.739000', '093123.742000', '093123.744000', '093123.747000', '093123.750000', '093123.752000', '093123.755000', '093123.757000', '093123.760000', '093123.762000', '093123.765000', '093123.767000', '093123.770000', '093123.773000', '093123.775000', '093123.778000', '093143.667000', '093143.669000', '093143.672000', '093143.674000', '093143.677000', '093143.680000', '093143.682000', '093143.685000', '093143.687000', '093143.690000', '093143.692000', '093143.695000', '093143.698000', '093143.700000', '093143.703000', '093143.705000', '093143.708000', '093143.710000', '093143.713000', '093143.715000', '093143.718000', '093143.720000', '093143.723000', '093143.726000', '093143.728000', '093143.731000', '093143.733000', '093143.736000', '093143.738000', '093143.741000', '093143.743000', '093143.746000', '093143.749000', '093143.751000', '093143.754000', '093143.756000', '093143.759000', '093143.761000', '093143.764000', '093143.766000', '093143.769000', '093143.772000', '093143.774000', '093203.667000', '093203.670000', '093203.673000', '093203.675000', '093203.678000', '093203.680000', '093203.683000', '093203.686000', '093203.688000', '093203.691000', '093203.693000', '093203.696000', '093203.698000', '093203.701000', '093203.703000', '093203.706000', '093203.708000', '093203.711000', '093203.713000', '093203.716000', '093203.718000', '093203.721000', '093203.724000', '093203.726000', '093203.729000', '093203.731000', '093203.734000', '093203.736000', '093203.739000', '093203.741000', '093203.744000', '093203.747000', '093203.749000', '093203.752000', '093203.754000', '093203.757000', '093203.759000', '093203.762000', '093203.764000', '093203.767000', '093203.775000', '093203.778000', '093203.781000', '093203.783000', '093223.668000', '093223.671000', '093223.673000', '093223.676000', '093223.678000', '093223.681000', '093223.683000', '093223.686000', '093223.688000', '093223.691000', '093223.694000', '093223.696000', '093223.699000', '093223.701000', '093223.704000', '093223.706000', '093223.709000', '093223.711000', '093223.714000', '093223.716000', '093223.719000', '093223.722000', '093223.724000', '093223.727000', '093223.729000', '093223.732000', '093223.734000', '093223.737000', '093223.739000', '093223.742000', '093223.745000', '093223.747000', '093223.750000', '093223.752000', '093223.755000', '093223.757000', '093223.760000', '093223.763000', '093223.765000', '093223.768000', '093223.770000', '093223.773000', '093223.776000', '093243.668000', '093243.670000', '093243.673000', '093243.676000', '093243.678000', '093243.681000', '093243.683000', '093243.686000', '093243.688000', '093243.691000', '093243.694000', '093243.696000', '093243.699000', '093243.701000', '093243.704000', '093243.706000', '093243.709000', '093243.712000', '093243.714000', '093243.717000', '093243.719000', '093243.722000', '093243.724000', '093243.727000', '093243.730000', '093243.732000', '093243.735000', '093243.737000', '093243.740000', '093243.742000', '093243.745000', '093243.747000', '093243.750000', '093243.753000', '093243.755000', '093243.758000', '093243.760000', '093243.763000', '093243.765000', '093243.768000', '093243.771000', '093243.773000', '093243.776000', '093243.778000', '093303.667000', '093303.670000', '093303.673000', '093303.675000', '093303.678000', '093303.681000', '093303.683000', '093303.686000', '093303.688000', '093303.691000', '093303.694000', '093303.696000', '093303.699000', '093303.702000', '093303.704000', '093303.707000', '093303.709000', '093303.712000', '093303.714000', '093303.717000', '093303.719000', '093303.722000', '093303.725000', '093303.727000', '093303.730000', '093303.732000', '093303.735000', '093303.738000', '093303.740000', '093303.743000', '093303.745000', '093303.748000', '093303.750000', '093303.753000', '093303.755000', '093303.758000', '093303.761000', '093303.763000', '093303.766000', '093303.768000', '093303.771000', '093303.773000', '093303.776000', '093323.668000', '093323.670000', '093323.673000', '093323.675000', '093323.678000', '093323.681000', '093323.683000', '093323.686000', '093323.688000', '093323.691000', '093323.693000', '093323.696000', '093323.698000', '093323.701000', '093323.704000', '093323.706000', '093323.709000', '093323.712000', '093323.714000', '093323.717000', '093323.719000', '093323.722000', '093323.724000', '093323.727000', '093323.729000', '093323.732000', '093323.744000', '093323.747000', '093323.750000', '093323.752000', '093323.755000', '093323.757000', '093323.760000', '093323.762000', '093323.765000', '093323.768000', '093323.770000', '093323.773000', '093323.775000', '093323.778000', '093323.781000', '093323.783000', '093323.786000', '093323.788000', '093343.667000', '093343.670000', '093343.673000', '093343.675000', '093343.678000', '093343.681000', '093343.683000', '093343.686000', '093343.688000', '093343.691000', '093343.694000', '093343.696000', '093343.699000', '093343.701000', '093343.704000', '093343.706000', '093343.709000', '093343.711000', '093343.714000', '093343.716000', '093343.719000', '093343.732000', '093343.735000', '093343.737000', '093343.740000', '093343.742000', '093343.745000', '093343.747000', '093343.750000', '093343.753000', '093343.755000', '093343.758000', '093343.760000', '093343.763000', '093343.765000', '093343.768000', '093343.771000', '093343.774000', '093343.776000', '093343.779000', '093343.781000', '093343.784000', '093343.787000', '093403.666000', '093403.669000', '093403.672000', '093403.674000', '093403.677000', '093403.680000', '093403.683000', '093403.685000', '093403.688000', '093403.691000', '093403.693000', '093403.696000', '093403.698000', '093403.701000', '093403.704000', '093403.706000', '093403.709000', '093403.711000', '093403.714000', '093403.716000', '093403.719000', '093403.722000', '093403.724000', '093403.727000', '093403.729000', '093403.732000', '093403.734000', '093403.737000', '093403.740000', '093403.742000', '093403.745000', '093403.747000', '093403.750000', '093403.753000', '093403.755000', '093403.758000', '093403.760000', '093403.763000', '093403.765000', '093403.768000', '093403.770000', '093403.773000', '093403.776000', '093403.778000', '093423.667000', '093423.670000', '093423.673000', '093423.675000', '093423.678000', '093423.680000', '093423.683000', '093423.686000', '093423.688000', '093423.691000', '093423.693000', '093423.696000', '093423.698000', '093423.701000', '093423.703000', '093423.706000', '093423.708000', '093423.711000', '093423.713000', '093423.716000', '093423.719000', '093423.721000', '093423.724000', '093423.726000', '093423.729000', '093423.731000', '093423.734000', '093423.737000', '093423.739000', '093423.742000', '093423.744000', '093423.747000', '093423.749000', '093423.752000', '093423.755000', '093423.757000', '093423.760000', '093423.762000', '093423.765000', '093423.767000', '093423.770000', '093423.772000', '093423.775000', '093443.668000', '093443.670000', '093443.673000', '093443.676000', '093443.678000', '093443.681000', '093443.683000', '093443.686000', '093443.689000', '093443.691000', '093443.694000', '093443.696000', '093443.699000', '093443.701000', '093443.704000', '093443.707000', '093443.709000', '093443.712000', '093443.714000', '093443.717000', '093443.719000', '093443.722000', '093443.725000', '093443.727000', '093443.730000', '093443.732000', '093443.735000', '093443.737000', '093443.740000', '093443.774000', '093443.777000', '093443.779000', '093443.782000', '093443.785000', '093443.787000', '093443.790000', '093443.792000', '093443.795000', '093443.797000', '093443.800000', '093443.802000', '093443.805000', '093443.808000', '093443.810000', '093503.668000', '093503.670000', '093503.673000', '093503.676000', '093503.678000', '093503.681000', '093503.683000', '093503.686000', '093503.688000', '093503.691000', '093503.694000', '093503.696000', '093503.699000', '093503.701000', '093503.704000', '093503.706000', '093503.709000', '093503.712000', '093503.714000', '093503.717000', '093503.719000', '093503.722000', '093503.724000', '093503.727000', '093503.730000', '093503.732000', '093503.735000', '093503.737000', '093503.740000', '093503.742000', '093503.745000', '093503.747000', '093503.750000', '093503.753000', '093503.755000', '093503.758000', '093503.760000', '093503.763000', '093503.766000', '093503.768000', '093503.771000', '093503.773000', '093503.776000', '093523.668000', '093523.670000', '093523.673000', '093523.676000', '093523.678000', '093523.681000', '093523.685000', '093523.688000', '093523.691000', '093523.693000', '093523.696000', '093523.698000', '093523.701000', '093523.703000', '093523.706000', '093523.709000', '093523.711000', '093523.714000', '093523.716000', '093523.719000', '093523.722000', '093523.724000', '093523.727000', '093523.729000', '093523.732000', '093523.735000', '093523.737000', '093523.740000', '093523.742000', '093523.745000', '093523.747000', '093523.750000', '093523.753000', '093523.755000', '093523.758000', '093523.760000', '093523.763000', '093523.765000', '093523.768000', '093523.771000', '093523.773000', '093523.776000', '093523.778000', '093523.781000', '093543.668000', '093543.670000', '093543.673000', '093543.676000', '093543.678000', '093543.681000', '093543.683000', '093543.686000', '093543.688000', '093543.691000', '093543.693000', '093543.696000', '093543.699000', '093543.701000', '093543.704000', '093543.706000', '093543.709000', '093543.711000', '093543.714000', '093543.717000', '093543.719000', '093543.722000', '093543.724000', '093543.727000', '093543.729000', '093543.732000', '093543.735000', '093543.737000', '093543.740000', '093543.742000', '093543.745000', '093543.747000', '093543.750000', '093543.752000', '093543.755000', '093543.758000', '093543.760000', '093543.763000', '093543.765000', '093543.768000', '093543.770000', '093543.773000', '093543.776000', '093603.668000', '093603.670000', '093603.673000', '093603.676000', '093603.678000', '093603.681000', '093603.683000', '093603.686000', '093603.689000', '093603.691000', '093603.694000', '093603.696000', '093603.699000', '093603.701000', '093603.704000', '093603.706000', '093603.709000', '093603.712000', '093603.714000', '093603.717000', '093603.719000', '093603.722000', '093603.724000', '093603.727000', '093603.730000', '093603.732000', '093603.735000', '093603.737000', '093603.740000', '093603.743000', '093603.745000', '093603.748000', '093603.750000', '093603.753000', '093603.756000', '093603.758000', '093603.761000', '093603.764000', '093603.766000', '093603.769000', '093603.771000', '093603.774000', '093603.777000', '093603.779000', '093606.846000', '093606.848000', '093606.851000', '093606.854000', '093606.856000', '093606.859000', '093606.861000'], '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': [17718, 17737, 13552, 11996, 9994, 9790, 7778, 8007, 12947, 7939, 17074, 9010, 14665, 11538, 15416, 17096, 9146, 10207, 16122, 10392, 9085, 14556, 7757, 12303, 7879, 10384, 7574, 9223, 7657, 8252, 14476, 8015, 14370, 7796, 12683, 9144, 12461, 10420, 12687, 7888, 11608, 13052, 8900, 18318, 14206, 11629, 13439, 9003, 13301, 7707, 11886, 8171, 10009, 11462, 8682, 17892, 9606, 13578, 7807, 12672, 7675, 13020, 16938, 10025, 11149, 9711, 8655, 7799, 8025, 7278, 7376, 12824, 7974, 14472, 8570, 14543, 9725, 8140, 16925, 8048, 12071, 8539, 8959, 8426, 8732, 7269, 9051, 7145, 7628, 7806, 9068, 9441, 10718, 7387, 8928, 7606, 8903, 17575, 12252, 10259, 10039, 9150, 7690, 8141, 10427, 7882, 15076, 9367, 17279, 10644, 16838, 8381, 17936, 19121, 9724, 13951, 14304, 9429, 8382, 9689, 13193, 7744, 13774, 7545, 12127, 9689, 9483, 8176, 9979, 7280, 7412, 16790, 11880, 9806, 13442, 8542, 9979, 7456, 12404, 7314, 10639, 8638, 8055, 7384, 8223, 13572, 8489, 17344, 18853, 11276, 11976, 9302, 8881, 7994, 10355, 10221, 8510, 17379, 9775, 15402, 9154, 13141, 7946, 11260, 17725, 10882, 10256, 8712, 8000, 7035, 7033, 15974, 7434, 12240, 10042, 10386, 8350, 9622, 16980, 9356, 9138, 17323, 9082, 12057, 7787, 10866, 6822, 11117, 7799, 9693, 7448, 11370, 8306, 13994, 13520, 9559, 9918, 7857, 17535, 7401, 15077, 9484, 11463, 8342, 10678, 7517, 7225, 11276, 7394, 17502, 11324, 9554, 8115, 7894, 7243, 6792, 6629, 6809, 12585, 8374, 15320, 9504, 7989, 16843, 9018, 8002, 12508, 7772, 10672, 7330, 13066, 6683, 10578, 7002, 9324, 8206, 8415, 16298, 8825, 15244, 8503, 12879, 9566, 9220, 17136, 11587, 15058, 8712, 14514, 8424, 11163, 8118, 10349, 12635, 9748, 12526, 8077, 15473, 7188, 16707, 15709, 9353, 14499, 10217, 9897, 8026, 8375, 7336, 6840, 12676, 7897, 13842, 8155, 13939, 7268, 13938, 8278, 14251, 10693, 13066, 17718, 11177, 18063, 10936, 10696, 16562, 10349, 8856, 7660, 8204, 6972, 7055, 9810, 7295, 14454, 8999, 11666, 7314, 17360, 15930, 9554, 13516, 9581, 8966, 8930, 7352, 6776, 7027, 15492, 6867, 14478, 8784, 12229, 9035, 11896, 7405, 8297, 7139, 7739, 17637, 12789, 10257, 13575, 9208, 8661, 8750, 7210, 10406, 6653, 10824, 7414, 7110, 8195, 6810, 15695, 14438, 8133, 12089, 10539, 8275, 7329, 8563, 13836, 7139, 12276, 8239, 7717, 6738, 8735, 7077, 7265, 12662, 8131, 16101, 11417, 14636, 11321, 9249, 16598, 7777, 15120, 9894, 15208, 16903, 13213, 12499, 7246, 8531, 6775, 7216, 12709, 8275, 8001, 6620, 9691, 6614, 15011, 7116, 12608, 8732, 9648, 7076, 8696, 17141, 10482, 8934, 8896, 7521, 13145, 8215, 11094, 6892, 14440, 6749, 12203, 7955, 10163, 8481, 8359, 16675, 10751, 8987, 16626, 8987, 9384, 12067, 7606, 9347, 6767, 13002, 6886, 11965, 8614, 9810, 7961, 10373, 7035, 8051, 18235, 12420, 12687, 13450, 8355, 8136, 6945, 16641, 7387, 14638, 8947, 9297, 7755, 7489, 17399, 11624, 9408, 17715, 9606, 6829, 7608, 15581, 7098, 13477, 9247, 11575, 9573, 12589, 7551, 10375, 17294, 10456, 9850, 17335, 8698, 12889, 7172, 9393, 15225, 7914, 12346, 9594, 8006, 7384, 9130, 17520, 7323, 11455, 8189, 11788, 9578, 11455, 8376, 11597, 8288, 11954, 9339, 8760, 17860, 14096, 10877, 9158, 7761, 13856, 7444, 8254, 6965, 8120, 8541, 7304, 6694, 6647, 11923, 6790, 15332, 9948, 8380, 10413, 7008, 8311, 6635, 10678, 6718, 9079, 17786, 9179, 8971, 7415, 7970, 6867, 8260, 6525, 8091, 8699, 7733, 6821, 7441, 8143, 7144, 16010, 9527, 17276, 11574, 15603, 9175, 12862, 9103, 12510, 17561, 13135, 11195, 8101, 7371, 6690, 6866, 11568, 6906, 14729, 8841, 10960, 7934, 11198, 7401, 9591, 6899, 9548, 8162, 10597, 6764, 11151, 6698, 9036, 18823, 12196, 13335, 9094, 7582, 7087, 7124, 14163, 6888, 12440, 8700, 8304, 6780, 8034, 7783, 6927, 16683, 13782, 11530, 11673, 8367, 10218, 7513, 8417, 6833, 8502, 7021, 8269, 7016, 6831, 8746, 7087, 16113, 9087, 14402, 8171, 13958, 6994, 12339, 17322, 9610, 9827, 7561, 7370, 6979, 7788, 7223, 8830, 7399, 8922, 8434, 12494, 8222, 12523, 7336, 15547, 17335, 12383, 11829, 8424, 10001, 6845, 13373, 8002, 11867, 16501, 10879, 8956, 7659, 8304, 7109, 7662, 10656, 7998, 13226, 8170, 10016, 6939, 15408, 7141, 13555, 17694, 9083, 12795, 9319, 8372, 7822, 9376, 8159, 7455, 11717, 7259, 16199, 8735, 12838, 8100, 12118, 7047, 11514, 8237, 10494, 16498, 8925, 14143, 8773, 12894, 7116, 11108, 7753, 8905, 11356, 8147, 11226, 7101, 14867, 8096, 12573, 9343, 8790, 7725, 7051, 13039, 7281, 17666, 11394, 10325, 8399, 7571, 13114, 6972, 13614, 17168, 10237, 9515, 7618, 8839, 7236, 8121, 10335, 7650, 11298, 7244, 14579, 6975, 14139, 17402, 10114, 11567, 14606, 8628, 14433, 6858, 10720, 9932, 8104, 12298, 7581, 8815, 6753, 15497, 7069, 12908, 17654, 9977, 12378, 8832, 9419, 7322, 8091, 9809, 7374, 16680, 8350, 12840, 7813, 11750, 6859, 14132, 8328, 13392, 17186, 11460, 11096, 8017, 8558, 7511, 7788, 7259, 7015, 9862, 7237, 9367, 6928, 14489, 6800, 15507, 10595, 8941, 10372, 8356, 7931, 7148, 13471, 6861, 15753, 18223, 8636, 12766, 9351, 7928, 7226, 6938, 11349, 6653, 8691, 7693, 7497, 7554, 9663, 8083, 8100, 13264, 9370, 14459, 11187, 16418, 10240, 12204, 16674, 14156, 14763, 10088, 13849, 17244, 9050, 15396, 10268, 9147, 7666, 6985, 16360, 9401, 8661, 13368, 7614, 14191, 7509, 10552, 16381, 7895, 13646, 9928, 8547, 17438, 7820, 9435, 6912, 7760, 7895, 7180, 7178, 6641, 15626, 6842, 11681, 7720, 8543, 17305, 11572, 8937, 10296, 6862, 11284, 6844, 9851, 6680, 6972, 14443, 10335, 7613, 12005, 6825, 8939, 7039, 9077, 7269, 7359, 9561, 7235, 8601, 7257, 15496, 8026, 13926, 9895, 15598, 9999, 9142, 16720, 9465, 14723, 11034, 14232, 10633, 14596, 17256, 12286, 11209, 17592, 11427, 10953, 14825, 7989, 10187, 6839, 8875, 7321, 7162, 10545, 7580, 10592, 7105], 'WindowCenter': [4282.0, 4257.0, 4219.0, 4206.0, 4173.0, 4172.0, 4150.0, 4150.0, 4190.0, 4151.0, 4221.0, 4173.0, 4212.0, 4191.0, 4213.0, 4201.0, 4156.0, 4167.0, 4189.0, 4167.0, 4147.0, 4185.0, 4136.0, 4175.0, 4148.0, 4169.0, 4151.0, 4183.0, 4164.0, 4174.0, 4213.0, 4163.0, 4213.0, 4163.0, 4204.0, 4185.0, 4205.0, 4194.0, 4204.0, 4162.0, 4193.0, 4202.0, 4172.0, 4227.0, 4202.0, 4180.0, 4188.0, 4158.0, 4187.0, 4137.0, 4177.0, 4148.0, 4167.0, 4179.0, 4161.0, 4221.0, 4170.0, 4188.0, 4149.0, 4188.0, 4149.0, 4202.0, 4201.0, 4158.0, 4167.0, 4157.0, 4147.0, 4137.0, 4135.0, 4137.0, 4138.0, 4189.0, 4162.0, 4201.0, 4162.0, 4202.0, 4159.0, 4150.0, 4210.0, 4149.0, 4188.0, 4160.0, 4171.0, 4161.0, 4160.0, 4150.0, 4170.0, 4151.0, 4162.0, 4163.0, 4184.0, 4184.0, 4194.0, 4151.0, 4173.0, 4152.0, 4174.0, 4226.0, 4192.0, 4171.0, 4169.0, 4159.0, 4149.0, 4149.0, 4179.0, 4150.0, 4201.0, 4171.0, 4210.0, 4181.0, 4209.0, 4148.0, 4212.0, 4199.0, 4157.0, 4189.0, 4186.0, 4144.0, 4134.0, 4156.0, 4174.0, 4135.0, 4185.0, 4148.0, 4189.0, 4170.0, 4168.0, 4160.0, 4169.0, 4139.0, 4149.0, 4212.0, 4180.0, 4170.0, 4188.0, 4148.0, 4168.0, 4150.0, 4190.0, 4152.0, 4194.0, 4174.0, 4164.0, 4153.0, 4164.0, 4203.0, 4174.0, 4228.0, 4225.0, 4182.0, 4181.0, 4158.0, 4146.0, 4148.0, 4169.0, 4168.0, 4161.0, 4212.0, 4170.0, 4200.0, 4159.0, 4189.0, 4149.0, 4180.0, 4202.0, 4167.0, 4168.0, 4144.0, 4134.0, 4124.0, 4126.0, 4197.0, 4138.0, 4188.0, 4169.0, 4167.0, 4148.0, 4171.0, 4211.0, 4157.0, 4157.0, 4209.0, 4146.0, 4175.0, 4136.0, 4166.0, 4127.0, 4178.0, 4137.0, 4170.0, 4164.0, 4203.0, 4173.0, 4204.0, 4201.0, 4159.0, 4157.0, 4148.0, 4197.0, 4137.0, 4198.0, 4158.0, 4168.0, 4137.0, 4156.0, 4125.0, 4126.0, 4166.0, 4137.0, 4212.0, 4165.0, 4144.0, 4134.0, 4134.0, 4125.0, 4126.0, 4139.0, 4140.0, 4190.0, 4161.0, 4200.0, 4158.0, 4149.0, 4199.0, 4160.0, 4149.0, 4176.0, 4136.0, 4166.0, 4137.0, 4187.0, 4139.0, 4179.0, 4151.0, 4173.0, 4173.0, 4175.0, 4224.0, 4173.0, 4212.0, 4162.0, 4192.0, 4172.0, 4185.0, 4238.0, 4195.0, 4202.0, 4161.0, 4200.0, 4149.0, 4180.0, 4149.0, 4181.0, 4191.0, 4171.0, 4191.0, 4150.0, 4210.0, 4139.0, 4213.0, 4199.0, 4158.0, 4188.0, 4168.0, 4157.0, 4147.0, 4148.0, 4149.0, 4140.0, 4201.0, 4162.0, 4202.0, 4162.0, 4201.0, 4152.0, 4202.0, 4162.0, 4213.0, 4182.0, 4206.0, 4213.0, 4180.0, 4212.0, 4166.0, 4167.0, 4199.0, 4156.0, 4145.0, 4135.0, 4146.0, 4124.0, 4125.0, 4155.0, 4137.0, 4198.0, 4159.0, 4178.0, 4138.0, 4212.0, 4187.0, 4145.0, 4176.0, 4145.0, 4145.0, 4144.0, 4137.0, 4140.0, 4138.0, 4186.0, 4114.0, 4186.0, 4146.0, 4176.0, 4146.0, 4165.0, 4125.0, 4136.0, 4125.0, 4136.0, 4200.0, 4164.0, 4154.0, 4164.0, 4131.0, 4131.0, 4130.0, 4122.0, 4152.0, 4124.0, 4166.0, 4136.0, 4137.0, 4147.0, 4128.0, 4200.0, 4185.0, 4135.0, 4176.0, 4154.0, 4134.0, 4136.0, 4158.0, 4186.0, 4125.0, 4176.0, 4148.0, 4149.0, 4138.0, 4160.0, 4140.0, 4151.0, 4200.0, 4162.0, 4213.0, 4192.0, 4203.0, 4179.0, 4159.0, 4198.0, 4137.0, 4188.0, 4158.0, 4200.0, 4199.0, 4176.0, 4163.0, 4125.0, 4158.0, 4125.0, 4136.0, 4176.0, 4147.0, 4147.0, 4127.0, 4168.0, 4127.0, 4199.0, 4139.0, 4190.0, 4160.0, 4170.0, 4138.0, 4160.0, 4211.0, 4168.0, 4147.0, 4159.0, 4150.0, 4189.0, 4149.0, 4179.0, 4139.0, 4199.0, 4140.0, 4189.0, 4160.0, 4181.0, 4160.0, 4161.0, 4212.0, 4167.0, 4157.0, 4198.0, 4146.0, 4156.0, 4176.0, 4136.0, 4156.0, 4127.0, 4188.0, 4140.0, 4192.0, 4173.0, 4182.0, 4162.0, 4181.0, 4141.0, 4162.0, 4225.0, 4190.0, 4191.0, 4189.0, 4148.0, 4136.0, 4138.0, 4208.0, 4137.0, 4199.0, 4159.0, 4160.0, 4137.0, 4138.0, 4200.0, 4177.0, 4157.0, 4197.0, 4157.0, 4125.0, 4137.0, 4197.0, 4127.0, 4188.0, 4169.0, 4178.0, 4169.0, 4188.0, 4138.0, 4169.0, 4200.0, 4155.0, 4156.0, 4185.0, 4134.0, 4163.0, 4113.0, 4155.0, 4185.0, 4135.0, 4175.0, 4155.0, 4133.0, 4124.0, 4156.0, 4195.0, 4124.0, 4165.0, 4147.0, 4177.0, 4169.0, 4178.0, 4149.0, 4178.0, 4148.0, 4179.0, 4157.0, 4148.0, 4201.0, 4177.0, 4155.0, 4143.0, 4124.0, 4174.0, 4123.0, 4132.0, 4124.0, 4134.0, 4145.0, 4125.0, 4125.0, 4126.0, 4176.0, 4126.0, 4198.0, 4155.0, 4135.0, 4155.0, 4126.0, 4134.0, 4125.0, 4165.0, 4139.0, 4173.0, 4210.0, 4158.0, 4146.0, 4136.0, 4146.0, 4128.0, 4148.0, 4140.0, 4161.0, 4172.0, 4152.0, 4141.0, 4151.0, 4161.0, 4152.0, 4222.0, 4183.0, 4223.0, 4193.0, 4211.0, 4169.0, 4188.0, 4157.0, 4189.0, 4201.0, 4190.0, 4166.0, 4148.0, 4125.0, 4124.0, 4125.0, 4176.0, 4137.0, 4199.0, 4159.0, 4168.0, 4147.0, 4165.0, 4137.0, 4168.0, 4138.0, 4169.0, 4159.0, 4180.0, 4128.0, 4179.0, 4128.0, 4159.0, 4213.0, 4178.0, 4176.0, 4145.0, 4124.0, 4124.0, 4126.0, 4186.0, 4137.0, 4188.0, 4158.0, 4148.0, 4127.0, 4148.0, 4137.0, 4139.0, 4211.0, 4188.0, 4167.0, 4165.0, 4134.0, 4154.0, 4137.0, 4161.0, 4128.0, 4159.0, 4138.0, 4147.0, 4127.0, 4127.0, 4147.0, 4139.0, 4210.0, 4159.0, 4200.0, 4160.0, 4198.0, 4138.0, 4190.0, 4200.0, 4157.0, 4157.0, 4124.0, 4123.0, 4126.0, 4147.0, 4138.0, 4159.0, 4152.0, 4172.0, 4162.0, 4201.0, 4162.0, 4201.0, 4152.0, 4227.0, 4215.0, 4193.0, 4180.0, 4149.0, 4157.0, 4128.0, 4187.0, 4148.0, 4191.0, 4199.0, 4167.0, 4144.0, 4125.0, 4135.0, 4126.0, 4137.0, 4167.0, 4149.0, 4188.0, 4150.0, 4168.0, 4139.0, 4199.0, 4140.0, 4202.0, 4211.0, 4148.0, 4177.0, 4158.0, 4136.0, 4137.0, 4157.0, 4137.0, 4138.0, 4178.0, 4139.0, 4211.0, 4160.0, 4190.0, 4150.0, 4189.0, 4140.0, 4180.0, 4160.0, 4183.0, 4212.0, 4161.0, 4190.0, 4160.0, 4189.0, 4140.0, 4180.0, 4151.0, 4171.0, 4181.0, 4162.0, 4180.0, 4140.0, 4201.0, 4161.0, 4192.0, 4171.0, 4160.0, 4138.0, 4128.0, 4189.0, 4139.0, 4213.0, 4179.0, 4168.0, 4145.0, 4137.0, 4187.0, 4138.0, 4201.0, 4200.0, 4167.0, 4154.0, 4135.0, 4155.0, 4137.0, 4148.0, 4168.0, 4149.0, 4190.0, 4150.0, 4210.0, 4140.0, 4203.0, 4210.0, 4167.0, 4178.0, 4186.0, 4145.0, 4184.0, 4114.0, 4166.0, 4155.0, 4136.0, 4176.0, 4137.0, 4146.0, 4127.0, 4198.0, 4128.0, 4191.0, 4200.0, 4157.0, 4176.0, 4145.0, 4155.0, 4136.0, 4148.0, 4167.0, 4138.0, 4210.0, 4148.0, 4189.0, 4149.0, 4191.0, 4142.0, 4202.0, 4177.0, 4203.0, 4215.0, 4168.0, 4167.0, 4125.0, 4136.0, 4139.0, 4138.0, 4139.0, 4153.0, 4181.0, 4151.0, 4171.0, 4155.0, 4213.0, 4141.0, 4213.0, 4181.0, 4160.0, 4168.0, 4148.0, 4146.0, 4137.0, 4189.0, 4128.0, 4201.0, 4197.0, 4145.0, 4175.0, 4143.0, 4134.0, 4123.0, 4125.0, 4176.0, 4140.0, 4170.0, 4163.0, 4164.0, 4175.0, 4185.0, 4174.0, 4175.0, 4215.0, 4185.0, 4215.0, 4194.0, 4224.0, 4181.0, 4192.0, 4212.0, 4201.0, 4199.0, 4167.0, 4189.0, 4197.0, 4146.0, 4187.0, 4155.0, 4145.0, 4134.0, 4125.0, 4197.0, 4144.0, 4145.0, 4174.0, 4135.0, 4184.0, 4123.0, 4155.0, 4183.0, 4133.0, 4172.0, 4142.0, 4133.0, 4183.0, 4121.0, 4130.0, 4111.0, 4133.0, 4133.0, 4124.0, 4123.0, 4115.0, 4195.0, 4115.0, 4176.0, 4136.0, 4147.0, 4200.0, 4166.0, 4145.0, 4154.0, 4114.0, 4165.0, 4126.0, 4166.0, 4127.0, 4139.0, 4200.0, 4168.0, 4148.0, 4177.0, 4128.0, 4157.0, 4148.0, 4170.0, 4162.0, 4163.0, 4183.0, 4164.0, 4173.0, 4164.0, 4224.0, 4175.0, 4214.0, 4184.0, 4225.0, 4170.0, 4171.0, 4211.0, 4170.0, 4201.0, 4180.0, 4200.0, 4168.0, 4200.0, 4200.0, 4164.0, 4165.0, 4186.0, 4163.0, 4153.0, 4172.0, 4121.0, 4140.0, 4111.0, 4142.0, 4122.0, 4125.0, 4166.0, 4137.0, 4167.0, 4137.0], 'WindowWidth': [9460.0, 9422.0, 9343.0, 9317.0, 9268.0, 9264.0, 9232.0, 9233.0, 9286.0, 9235.0, 9332.0, 9267.0, 9319.0, 9289.0, 9324.0, 9311.0, 9233.0, 9250.0, 9287.0, 9250.0, 9222.0, 9269.0, 9203.0, 9257.0, 9228.0, 9255.0, 9239.0, 9282.0, 9262.0, 9272.0, 9323.0, 9255.0, 9320.0, 9256.0, 9310.0, 9289.0, 9314.0, 9299.0, 9311.0, 9253.0, 9296.0, 9305.0, 9265.0, 9356.0, 9307.0, 9272.0, 9280.0, 9238.0, 9274.0, 9208.0, 9262.0, 9226.0, 9250.0, 9269.0, 9248.0, 9331.0, 9256.0, 9280.0, 9227.0, 9279.0, 9228.0, 9303.0, 9308.0, 9239.0, 9250.0, 9235.0, 9220.0, 9208.0, 9205.0, 9210.0, 9213.0, 9284.0, 9253.0, 9300.0, 9252.0, 9306.0, 9241.0, 9231.0, 9313.0, 9229.0, 9279.0, 9245.0, 9261.0, 9250.0, 9247.0, 9234.0, 9259.0, 9238.0, 9252.0, 9257.0, 9286.0, 9284.0, 9296.0, 9237.0, 9266.0, 9238.0, 9270.0, 9352.0, 9290.0, 9260.0, 9255.0, 9242.0, 9228.0, 9229.0, 9268.0, 9232.0, 9300.0, 9262.0, 9314.0, 9273.0, 9311.0, 9225.0, 9322.0, 9304.0, 9234.0, 9282.0, 9273.0, 9211.0, 9200.0, 9230.0, 9253.0, 9202.0, 9270.0, 9225.0, 9282.0, 9259.0, 9254.0, 9244.0, 9253.0, 9216.0, 9230.0, 9323.0, 9271.0, 9256.0, 9279.0, 9226.0, 9253.0, 9233.0, 9286.0, 9242.0, 9299.0, 9273.0, 9259.0, 9242.0, 9258.0, 9309.0, 9271.0, 9355.0, 9348.0, 9278.0, 9274.0, 9239.0, 9221.0, 9226.0, 9254.0, 9252.0, 9246.0, 9319.0, 9258.0, 9297.0, 9239.0, 9280.0, 9227.0, 9271.0, 9312.0, 9248.0, 9253.0, 9214.0, 9201.0, 9186.0, 9193.0, 9289.0, 9213.0, 9281.0, 9256.0, 9250.0, 9228.0, 9261.0, 9321.0, 9235.0, 9237.0, 9313.0, 9220.0, 9256.0, 9207.0, 9245.0, 9195.0, 9263.0, 9211.0, 9260.0, 9260.0, 9311.0, 9270.0, 9312.0, 9303.0, 9241.0, 9236.0, 9223.0, 9291.0, 9208.0, 9293.0, 9240.0, 9250.0, 9207.0, 9232.0, 9187.0, 9190.0, 9243.0, 9207.0, 9325.0, 9243.0, 9213.0, 9200.0, 9199.0, 9189.0, 9192.0, 9217.0, 9219.0, 9285.0, 9248.0, 9300.0, 9238.0, 9228.0, 9298.0, 9245.0, 9228.0, 9258.0, 9205.0, 9244.0, 9209.0, 9277.0, 9216.0, 9270.0, 9237.0, 9269.0, 9271.0, 9274.0, 9340.0, 9268.0, 9320.0, 9251.0, 9291.0, 9264.0, 9286.0, 9366.0, 9302.0, 9305.0, 9246.0, 9297.0, 9227.0, 9270.0, 9229.0, 9275.0, 9290.0, 9259.0, 9289.0, 9233.0, 9314.0, 9216.0, 9323.0, 9296.0, 9238.0, 9280.0, 9253.0, 9235.0, 9222.0, 9224.0, 9231.0, 9219.0, 9302.0, 9251.0, 9305.0, 9252.0, 9303.0, 9239.0, 9305.0, 9252.0, 9321.0, 9280.0, 9317.0, 9323.0, 9271.0, 9321.0, 9245.0, 9249.0, 9297.0, 9233.0, 9216.0, 9202.0, 9220.0, 9186.0, 9190.0, 9229.0, 9208.0, 9293.0, 9242.0, 9265.0, 9213.0, 9325.0, 9279.0, 9214.0, 9260.0, 9214.0, 9214.0, 9211.0, 9210.0, 9220.0, 9214.0, 9271.0, 9174.0, 9271.0, 9219.0, 9258.0, 9220.0, 9242.0, 9190.0, 9203.0, 9190.0, 9206.0, 9306.0, 9239.0, 9224.0, 9238.0, 9189.0, 9188.0, 9188.0, 9180.0, 9220.0, 9189.0, 9246.0, 9208.0, 9210.0, 9221.0, 9198.0, 9298.0, 9270.0, 9203.0, 9258.0, 9226.0, 9198.0, 9205.0, 9237.0, 9272.0, 9190.0, 9258.0, 9224.0, 9229.0, 9214.0, 9245.0, 9219.0, 9235.0, 9299.0, 9252.0, 9323.0, 9292.0, 9311.0, 9268.0, 9240.0, 9295.0, 9207.0, 9281.0, 9238.0, 9299.0, 9302.0, 9256.0, 9237.0, 9189.0, 9239.0, 9190.0, 9205.0, 9258.0, 9222.0, 9221.0, 9196.0, 9251.0, 9199.0, 9295.0, 9215.0, 9284.0, 9246.0, 9257.0, 9214.0, 9242.0, 9321.0, 9250.0, 9220.0, 9242.0, 9231.0, 9283.0, 9227.0, 9268.0, 9216.0, 9297.0, 9219.0, 9283.0, 9247.0, 9276.0, 9245.0, 9248.0, 9323.0, 9249.0, 9236.0, 9295.0, 9221.0, 9233.0, 9257.0, 9205.0, 9232.0, 9198.0, 9280.0, 9221.0, 9292.0, 9269.0, 9280.0, 9254.0, 9276.0, 9223.0, 9251.0, 9348.0, 9287.0, 9287.0, 9282.0, 9225.0, 9208.0, 9212.0, 9308.0, 9210.0, 9297.0, 9242.0, 9244.0, 9210.0, 9212.0, 9307.0, 9261.0, 9236.0, 9291.0, 9234.0, 9192.0, 9211.0, 9291.0, 9195.0, 9277.0, 9254.0, 9266.0, 9256.0, 9277.0, 9211.0, 9255.0, 9307.0, 9230.0, 9231.0, 9271.0, 9196.0, 9236.0, 9169.0, 9230.0, 9270.0, 9201.0, 9255.0, 9228.0, 9194.0, 9186.0, 9230.0, 9283.0, 9187.0, 9241.0, 9222.0, 9263.0, 9255.0, 9263.0, 9228.0, 9266.0, 9227.0, 9267.0, 9235.0, 9224.0, 9310.0, 9261.0, 9228.0, 9208.0, 9184.0, 9252.0, 9181.0, 9193.0, 9186.0, 9201.0, 9215.0, 9190.0, 9191.0, 9192.0, 9258.0, 9193.0, 9295.0, 9230.0, 9204.0, 9228.0, 9191.0, 9200.0, 9190.0, 9244.0, 9219.0, 9269.0, 9314.0, 9238.0, 9220.0, 9208.0, 9220.0, 9200.0, 9227.0, 9222.0, 9249.0, 9265.0, 9238.0, 9223.0, 9236.0, 9249.0, 9240.0, 9336.0, 9281.0, 9336.0, 9293.0, 9317.0, 9255.0, 9282.0, 9237.0, 9281.0, 9311.0, 9285.0, 9247.0, 9228.0, 9189.0, 9188.0, 9190.0, 9260.0, 9210.0, 9294.0, 9242.0, 9250.0, 9221.0, 9242.0, 9209.0, 9250.0, 9214.0, 9253.0, 9242.0, 9270.0, 9201.0, 9266.0, 9200.0, 9241.0, 9331.0, 9265.0, 9258.0, 9214.0, 9186.0, 9187.0, 9191.0, 9271.0, 9210.0, 9280.0, 9240.0, 9226.0, 9199.0, 9225.0, 9209.0, 9215.0, 9323.0, 9282.0, 9249.0, 9241.0, 9199.0, 9226.0, 9211.0, 9251.0, 9201.0, 9241.0, 9213.0, 9221.0, 9196.0, 9197.0, 9222.0, 9217.0, 9314.0, 9242.0, 9297.0, 9245.0, 9294.0, 9213.0, 9286.0, 9305.0, 9234.0, 9235.0, 9186.0, 9182.0, 9194.0, 9226.0, 9215.0, 9244.0, 9241.0, 9263.0, 9252.0, 9302.0, 9250.0, 9302.0, 9239.0, 9350.0, 9333.0, 9292.0, 9272.0, 9226.0, 9235.0, 9197.0, 9273.0, 9224.0, 9286.0, 9299.0, 9245.0, 9209.0, 9186.0, 9200.0, 9191.0, 9207.0, 9249.0, 9228.0, 9277.0, 9229.0, 9252.0, 9215.0, 9296.0, 9217.0, 9305.0, 9319.0, 9225.0, 9261.0, 9235.0, 9203.0, 9208.0, 9235.0, 9208.0, 9210.0, 9263.0, 9215.0, 9313.0, 9245.0, 9283.0, 9229.0, 9281.0, 9217.0, 9270.0, 9245.0, 9278.0, 9320.0, 9245.0, 9283.0, 9244.0, 9283.0, 9217.0, 9269.0, 9235.0, 9262.0, 9274.0, 9252.0, 9271.0, 9220.0, 9301.0, 9250.0, 9291.0, 9262.0, 9245.0, 9211.0, 9200.0, 9282.0, 9217.0, 9324.0, 9268.0, 9250.0, 9217.0, 9209.0, 9275.0, 9213.0, 9303.0, 9303.0, 9247.0, 9226.0, 9203.0, 9230.0, 9209.0, 9224.0, 9254.0, 9230.0, 9285.0, 9233.0, 9313.0, 9220.0, 9310.0, 9319.0, 9248.0, 9263.0, 9272.0, 9215.0, 9266.0, 9174.0, 9245.0, 9230.0, 9206.0, 9259.0, 9209.0, 9221.0, 9198.0, 9291.0, 9199.0, 9288.0, 9304.0, 9234.0, 9256.0, 9216.0, 9229.0, 9206.0, 9224.0, 9249.0, 9213.0, 9310.0, 9225.0, 9280.0, 9228.0, 9285.0, 9226.0, 9304.0, 9280.0, 9310.0, 9332.0, 9249.0, 9245.0, 9187.0, 9203.0, 9214.0, 9210.0, 9213.0, 9245.0, 9275.0, 9234.0, 9261.0, 9247.0, 9324.0, 9223.0, 9322.0, 9274.0, 9245.0, 9253.0, 9224.0, 9220.0, 9209.0, 9282.0, 9200.0, 9306.0, 9298.0, 9216.0, 9257.0, 9208.0, 9198.0, 9184.0, 9192.0, 9261.0, 9222.0, 9262.0, 9257.0, 9260.0, 9277.0, 9288.0, 9272.0, 9276.0, 9328.0, 9288.0, 9329.0, 9296.0, 9344.0, 9275.0, 9292.0, 9322.0, 9302.0, 9297.0, 9249.0, 9284.0, 9294.0, 9220.0, 9276.0, 9230.0, 9215.0, 9199.0, 9190.0, 9291.0, 9214.0, 9214.0, 9254.0, 9201.0, 9267.0, 9185.0, 9229.0, 9265.0, 9196.0, 9248.0, 9206.0, 9195.0, 9266.0, 9175.0, 9187.0, 9164.0, 9196.0, 9197.0, 9186.0, 9184.0, 9176.0, 9283.0, 9176.0, 9257.0, 9205.0, 9222.0, 9303.0, 9246.0, 9214.0, 9224.0, 9173.0, 9241.0, 9192.0, 9246.0, 9198.0, 9217.0, 9302.0, 9253.0, 9227.0, 9262.0, 9199.0, 9237.0, 9230.0, 9260.0, 9255.0, 9257.0, 9284.0, 9261.0, 9270.0, 9261.0, 9342.0, 9275.0, 9326.0, 9284.0, 9344.0, 9261.0, 9262.0, 9317.0, 9258.0, 9306.0, 9272.0, 9302.0, 9253.0, 9301.0, 9311.0, 9241.0, 9241.0, 9280.0, 9236.0, 9222.0, 9247.0, 9176.0, 9200.0, 9165.0, 9206.0, 9182.0, 9191.0, 9248.0, 9210.0, 9251.0, 9212.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.0020700459770114947</td></tr>
<tr><td colspan=3>aqi</td><td>0.026767600459770113</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.9991185501496</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.282888778319907</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0331282337514387</td></tr>
<tr><td colspan=3>efc</td><td>0.4675</td></tr>
<tr><td colspan=3>fber</td><td>6750.8057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08717659831493864</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4469859634243307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3960138519654874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.65027720953974</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2946668287677645</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108727</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016798220574855804</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027324728667736053</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0884079880296</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.3191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5583</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.7229</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301586.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.4318</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.2194</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3392.7367</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.1947</td></tr>
<tr><td colspan=3>tsnr</td><td>38.77303118840791</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>