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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0016_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0016_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-01/func/sub-0016_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2f89e2f69e9438f2770c2ceb8896aff7</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>14:01:4.655000</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_VE11C_LATEST_20160120</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.999519, 0.0284863, -0.0122203, -0.0282682, 0.999444, 0.0176618]</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.0964547</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7773, -7231, 572, -72, -140, -30, 85]</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>237.131</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51625d0b-be42-4cdb-bfd4-22cddda2047e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681637763977051, -0.07584161311388016, -0.03433496505022049, 115.04578399658203], [-0.07642670720815659, 2.681436061859131, 0.04673114791512489, -89.04467010498047], [-0.03278624266386032, -0.04738523066043854, 2.6993770599365234, -55.48084259033203], [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': ['140104.655000', '140105.115000', '140105.575000', '140106.035000', '140106.495000', '140106.955000', '140107.415000', '140107.875000', '140108.335000', '140108.795000', '140109.255000', '140109.715000', '140110.175000', '140110.635000', '140111.095000', '140111.555000', '140112.015000', '140112.475000', '140112.935000', '140113.395000', '140113.855000', '140114.315000', '140114.775000', '140115.235000', '140115.695000', '140116.155000', '140116.615000', '140117.075000', '140117.535000', '140117.995000', '140118.455000', '140118.915000', '140119.375000', '140119.835000', '140120.295000', '140120.755000', '140121.215000', '140121.675000', '140122.135000', '140122.595000', '140123.055000', '140123.515000', '140123.975000', '140124.435000', '140124.895000', '140125.355000', '140125.815000', '140126.275000', '140126.735000', '140127.195000', '140127.655000', '140128.115000', '140128.575000', '140129.035000', '140129.495000', '140129.955000', '140130.415000', '140130.875000', '140131.335000', '140131.795000', '140132.255000', '140132.715000', '140133.175000', '140133.635000', '140134.095000', '140134.555000', '140135.015000', '140135.475000', '140135.935000', '140136.395000', '140136.855000', '140137.315000', '140137.775000', '140138.235000', '140138.695000', '140139.155000', '140139.615000', '140140.075000', '140140.535000', '140140.995000', '140141.455000', '140141.915000', '140142.375000', '140142.835000', '140143.295000', '140143.755000', '140144.215000', '140144.675000', '140145.135000', '140145.595000', '140146.055000', '140146.515000', '140146.975000', '140147.435000', '140147.895000', '140148.355000', '140148.815000', '140149.275000', '140149.735000', '140150.195000', '140150.655000', '140151.115000', '140151.575000', '140152.035000', '140152.495000', '140152.955000', '140153.415000', '140153.875000', '140154.335000', '140154.795000', '140155.255000', '140155.715000', '140156.175000', '140156.635000', '140157.095000', '140157.555000', '140158.015000', '140158.475000', '140158.935000', '140159.395000', '140159.855000', '140200.315000', '140200.775000', '140201.235000', '140201.695000', '140202.155000', '140202.615000', '140203.075000', '140203.535000', '140203.995000', '140204.455000', '140204.915000', '140205.375000', '140205.835000', '140206.295000', '140206.755000', '140207.215000', '140207.675000', '140208.135000', '140208.595000', '140209.055000', '140209.515000', '140209.975000', '140210.435000', '140210.895000', '140211.355000', '140211.815000', '140212.275000', '140212.735000', '140213.195000', '140213.655000', '140214.115000', '140214.575000', '140215.035000', '140215.495000', '140215.955000', '140216.415000', '140216.875000', '140217.335000', '140217.795000', '140218.255000', '140218.715000', '140219.175000', '140219.635000', '140220.095000', '140220.555000', '140221.015000', '140221.475000', '140221.935000', '140222.395000', '140222.855000', '140223.315000', '140223.775000', '140224.235000', '140224.695000', '140225.155000', '140225.615000', '140226.075000', '140226.535000', '140226.995000', '140227.455000', '140227.915000', '140228.375000', '140228.835000', '140229.295000', '140229.755000', '140230.215000', '140230.675000', '140231.135000', '140231.595000', '140232.055000', '140232.515000', '140232.975000', '140233.435000', '140233.895000', '140234.355000', '140234.815000', '140235.275000', '140235.735000', '140236.195000', '140236.655000', '140237.115000', '140237.575000', '140238.035000', '140238.495000', '140238.955000', '140239.415000', '140239.875000', '140240.335000', '140240.795000', '140241.255000', '140241.715000', '140242.175000', '140242.635000', '140243.095000', '140243.555000', '140244.015000', '140244.475000', '140244.935000', '140245.395000', '140245.855000', '140246.315000', '140246.775000', '140247.235000', '140247.695000', '140248.155000', '140248.615000', '140249.075000', '140249.535000', '140249.995000', '140250.455000', '140250.915000', '140251.375000', '140251.835000', '140252.295000', '140252.755000', '140253.215000', '140253.675000', '140254.135000', '140254.595000', '140255.055000', '140255.515000', '140255.975000', '140256.435000', '140256.895000', '140257.355000', '140257.815000', '140258.275000', '140258.735000', '140259.195000', '140259.655000', '140300.115000', '140300.575000', '140301.035000', '140301.495000', '140301.955000', '140302.415000', '140302.875000', '140303.335000', '140303.795000', '140304.255000', '140304.715000', '140305.175000', '140305.635000', '140306.095000', '140306.555000', '140307.015000', '140307.475000', '140307.935000', '140308.395000', '140308.855000', '140309.315000', '140309.775000', '140310.235000', '140310.695000', '140311.155000', '140311.615000', '140312.075000', '140312.535000', '140312.995000', '140313.455000', '140313.915000', '140314.375000', '140314.835000', '140315.295000', '140315.755000', '140316.215000', '140316.675000', '140317.135000', '140317.595000', '140318.055000', '140318.515000', '140318.975000', '140319.435000', '140319.895000', '140320.355000', '140320.815000', '140321.275000', '140321.735000', '140322.195000', '140322.655000', '140323.115000', '140323.575000', '140324.035000', '140324.495000', '140324.955000', '140325.415000', '140325.875000', '140326.335000', '140326.795000', '140327.255000', '140327.715000', '140328.175000', '140328.635000', '140329.095000', '140329.555000', '140330.015000', '140330.475000', '140330.935000', '140331.395000', '140331.855000', '140332.315000', '140332.775000', '140333.235000', '140333.695000', '140334.155000', '140334.615000', '140335.075000', '140335.535000', '140335.995000', '140336.455000', '140336.915000', '140337.375000', '140337.835000', '140338.295000', '140338.755000', '140339.215000', '140339.675000', '140340.135000', '140340.595000', '140341.055000', '140341.515000', '140341.975000', '140342.435000', '140342.895000', '140343.355000', '140343.815000', '140344.275000', '140344.735000', '140345.195000', '140345.655000', '140346.115000', '140346.575000', '140347.035000', '140347.495000', '140347.955000', '140348.415000', '140348.875000', '140349.335000', '140349.795000', '140350.255000', '140350.715000', '140351.175000', '140351.635000', '140352.095000', '140352.555000', '140353.015000', '140353.475000', '140353.935000', '140354.395000', '140354.855000', '140355.315000', '140355.775000', '140356.235000', '140356.695000', '140357.155000', '140357.615000', '140358.075000', '140358.535000', '140358.995000', '140359.455000', '140359.915000', '140400.375000', '140400.835000', '140401.295000', '140401.755000', '140402.215000', '140402.675000', '140403.135000', '140403.595000', '140404.055000', '140404.515000', '140404.975000', '140405.435000', '140405.895000', '140406.355000', '140406.815000', '140407.275000', '140407.735000', '140408.195000', '140408.655000', '140409.115000', '140409.575000', '140410.035000', '140410.495000', '140410.955000', '140411.415000', '140411.875000', '140412.335000', '140412.795000', '140413.255000', '140413.715000', '140414.175000', '140414.635000', '140415.095000', '140415.555000', '140416.015000', '140416.475000', '140416.935000', '140417.395000', '140417.855000', '140418.315000', '140418.775000', '140419.235000', '140419.695000', '140420.155000', '140420.615000', '140421.075000', '140421.535000', '140421.995000', '140422.455000', '140422.915000', '140423.375000', '140423.835000', '140424.295000', '140424.755000', '140425.215000', '140425.675000', '140426.135000', '140426.595000', '140427.055000', '140427.515000', '140427.975000', '140428.435000', '140428.895000', '140429.355000', '140429.815000', '140430.275000', '140430.735000', '140431.195000', '140431.655000', '140432.115000', '140432.575000', '140433.035000', '140433.495000', '140433.955000', '140434.415000', '140434.875000', '140435.335000', '140435.795000', '140436.255000', '140436.715000', '140437.175000', '140437.635000', '140438.095000', '140438.555000', '140439.015000', '140439.475000', '140439.935000', '140440.395000', '140440.855000', '140441.315000', '140441.775000', '140442.235000', '140442.695000', '140443.155000', '140443.615000', '140444.075000', '140444.535000', '140444.995000', '140445.455000', '140445.915000', '140446.375000', '140446.835000', '140447.295000', '140447.755000', '140448.215000', '140448.675000', '140449.135000', '140449.595000', '140450.055000', '140450.515000', '140450.975000', '140451.435000', '140451.895000', '140452.355000', '140452.815000', '140453.275000', '140453.735000', '140454.195000', '140454.655000', '140455.115000', '140455.575000', '140456.035000', '140456.495000', '140456.955000', '140457.415000', '140457.875000', '140458.335000', '140458.795000', '140459.255000', '140459.715000', '140500.175000', '140500.635000', '140501.095000', '140501.555000', '140502.015000', '140502.475000', '140502.935000', '140503.395000', '140503.855000', '140504.315000', '140504.775000', '140505.235000', '140505.695000', '140506.155000', '140506.615000', '140507.075000', '140507.535000', '140507.995000', '140508.455000', '140508.915000', '140509.375000', '140509.835000', '140510.295000', '140510.755000', '140511.215000', '140511.675000', '140512.135000', '140512.595000', '140513.055000', '140513.515000', '140513.975000', '140514.435000', '140514.895000', '140515.355000', '140515.815000', '140516.275000', '140516.735000', '140517.195000', '140517.655000', '140518.115000', '140518.575000', '140519.035000', '140519.495000', '140519.955000', '140520.415000', '140520.875000', '140521.335000', '140521.795000', '140522.255000', '140522.715000', '140523.175000', '140523.635000', '140524.095000', '140524.555000', '140525.015000', '140525.475000', '140525.935000', '140526.395000', '140526.855000', '140527.315000', '140527.775000', '140528.235000', '140528.695000', '140529.155000', '140529.615000', '140530.075000', '140530.535000', '140530.995000', '140531.455000', '140531.915000', '140532.375000', '140532.835000', '140533.295000', '140533.755000', '140534.215000', '140534.675000', '140535.135000', '140535.595000', '140536.055000', '140536.515000', '140536.975000', '140537.435000', '140537.895000', '140538.355000', '140538.815000', '140539.275000', '140539.735000', '140540.195000', '140540.655000', '140541.115000', '140541.575000', '140542.035000', '140542.495000', '140542.955000', '140543.415000', '140543.875000', '140544.335000', '140544.795000', '140545.255000', '140545.715000', '140546.175000', '140546.635000', '140547.095000', '140547.555000', '140548.015000', '140548.475000', '140548.935000', '140549.395000', '140549.855000', '140550.315000', '140550.775000', '140551.235000', '140551.695000', '140552.155000', '140552.615000', '140553.075000', '140553.535000', '140553.995000', '140554.455000', '140554.915000', '140555.375000', '140555.835000', '140556.295000', '140556.755000', '140557.215000', '140557.675000', '140558.135000', '140558.595000', '140559.055000', '140559.515000', '140559.975000', '140600.435000', '140600.895000', '140601.355000', '140601.815000', '140602.275000', '140602.735000', '140603.195000', '140603.655000', '140604.115000', '140604.575000', '140605.035000', '140605.495000', '140605.955000', '140606.415000', '140606.875000', '140607.335000', '140607.795000', '140608.255000', '140608.715000', '140609.175000', '140609.635000', '140610.095000', '140610.555000', '140611.015000', '140611.475000', '140611.935000', '140612.395000', '140612.855000', '140613.315000', '140613.775000', '140614.235000', '140614.695000', '140615.155000', '140615.615000', '140616.075000', '140616.535000', '140616.995000', '140617.455000', '140617.915000', '140618.375000', '140618.835000', '140619.295000', '140619.755000', '140620.215000', '140620.675000', '140621.135000', '140621.595000', '140622.055000', '140622.515000', '140622.975000', '140623.435000', '140623.895000', '140624.355000', '140624.815000', '140625.275000', '140625.735000', '140626.195000', '140626.655000', '140627.115000', '140627.575000', '140628.035000', '140628.495000', '140628.955000', '140629.415000', '140629.875000', '140630.335000', '140630.795000', '140631.255000', '140631.715000', '140632.175000', '140632.635000', '140633.095000', '140633.555000', '140634.015000', '140634.475000', '140634.935000', '140635.395000', '140635.855000', '140636.315000', '140636.775000', '140637.235000', '140637.695000', '140638.155000', '140638.615000', '140639.075000', '140639.535000', '140639.995000', '140640.455000', '140640.915000', '140641.375000', '140641.835000', '140642.295000', '140642.755000', '140643.215000', '140643.675000', '140644.135000', '140644.595000', '140645.055000', '140645.515000', '140645.975000', '140646.435000', '140646.895000', '140647.355000', '140647.815000', '140648.275000', '140648.735000', '140649.195000', '140649.655000', '140650.115000', '140650.575000', '140651.035000', '140651.495000', '140651.955000', '140652.415000', '140652.875000', '140653.335000', '140653.795000', '140654.255000', '140654.715000', '140655.175000', '140655.635000', '140656.095000', '140656.555000', '140657.015000', '140657.475000', '140657.935000', '140658.395000', '140658.855000', '140659.315000', '140659.775000', '140700.235000', '140700.695000', '140701.155000', '140701.615000', '140702.075000', '140702.535000', '140702.995000', '140703.455000', '140703.915000', '140704.375000', '140704.835000', '140705.295000', '140705.755000', '140706.215000', '140706.675000', '140707.135000', '140707.595000', '140708.055000', '140708.515000', '140708.975000', '140709.435000', '140709.895000', '140710.355000', '140710.815000', '140711.275000', '140711.735000', '140712.195000', '140712.655000', '140713.115000', '140713.575000', '140714.035000', '140714.495000', '140714.955000', '140715.415000', '140715.875000', '140716.335000', '140716.795000', '140717.255000', '140717.715000', '140718.175000', '140718.635000', '140719.095000', '140719.555000', '140720.015000', '140720.475000', '140720.935000', '140721.395000', '140721.855000', '140722.315000', '140722.775000', '140723.235000', '140723.695000', '140724.155000', '140724.615000', '140725.075000', '140725.535000', '140725.995000', '140726.455000', '140726.915000', '140727.375000', '140727.835000', '140728.295000', '140728.755000', '140729.215000', '140729.675000', '140730.135000', '140730.595000', '140731.055000', '140731.515000', '140731.975000', '140732.435000', '140732.895000', '140733.355000', '140733.815000', '140734.275000', '140734.735000', '140735.195000', '140735.655000', '140736.115000', '140736.575000', '140737.035000', '140737.495000', '140737.955000', '140738.415000', '140738.875000', '140739.335000', '140739.795000', '140740.255000', '140740.715000', '140741.175000', '140741.635000', '140742.095000', '140742.555000', '140743.015000', '140743.475000', '140743.935000', '140744.395000', '140744.855000', '140745.315000'], 'ContentTime': ['140133.019000', '140133.022000', '140133.025000', '140133.028000', '140133.031000', '140133.034000', '140133.040000', '140133.043000', '140133.046000', '140133.048000', '140133.051000', '140133.054000', '140133.057000', '140133.060000', '140133.062000', '140133.065000', '140133.068000', '140133.071000', '140133.074000', '140133.077000', '140133.079000', '140133.082000', '140133.085000', '140133.088000', '140133.090000', '140133.093000', '140133.096000', '140133.099000', '140133.102000', '140133.105000', '140133.108000', '140133.110000', '140133.113000', '140133.116000', '140133.119000', '140133.122000', '140133.125000', '140133.127000', '140133.130000', '140133.133000', '140133.136000', '140133.139000', '140133.142000', '140133.145000', '140133.147000', '140133.150000', '140133.153000', '140133.156000', '140133.159000', '140133.161000', '140133.170000', '140133.172000', '140133.175000', '140133.178000', '140133.181000', '140133.183000', '140133.186000', '140133.189000', '140133.192000', '140152.988000', '140152.991000', '140152.994000', '140152.996000', '140153.007000', '140153.010000', '140153.013000', '140153.015000', '140153.018000', '140153.021000', '140153.024000', '140153.027000', '140153.030000', '140153.032000', '140153.035000', '140153.038000', '140153.041000', '140153.043000', '140153.046000', '140153.049000', '140153.052000', '140153.055000', '140153.057000', '140153.060000', '140153.063000', '140153.066000', '140153.069000', '140153.071000', '140153.074000', '140153.077000', '140153.080000', '140153.083000', '140153.086000', '140153.088000', '140153.091000', '140153.094000', '140153.097000', '140153.100000', '140153.102000', '140153.105000', '140153.108000', '140153.111000', '140153.113000', '140153.116000', '140212.988000', '140212.991000', '140212.994000', '140212.996000', '140213.000000', '140213.003000', '140213.006000', '140213.009000', '140213.012000', '140213.014000', '140213.017000', '140213.020000', '140213.023000', '140213.026000', '140213.030000', '140213.033000', '140213.036000', '140213.045000', '140213.048000', '140213.051000', '140213.054000', '140213.056000', '140213.059000', '140213.062000', '140213.065000', '140213.068000', '140213.070000', '140213.073000', '140213.076000', '140213.079000', '140213.081000', '140213.084000', '140213.087000', '140213.090000', '140213.093000', '140213.095000', '140213.098000', '140213.101000', '140213.104000', '140213.107000', '140213.109000', '140213.112000', '140213.115000', '140232.988000', '140232.991000', '140232.994000', '140232.996000', '140233.000000', '140233.003000', '140233.006000', '140233.009000', '140233.011000', '140233.014000', '140233.017000', '140233.020000', '140233.023000', '140233.025000', '140233.028000', '140233.031000', '140233.034000', '140233.037000', '140233.040000', '140233.042000', '140233.045000', '140233.048000', '140233.051000', '140233.067000', '140233.069000', '140233.072000', '140233.075000', '140233.078000', '140233.081000', '140233.083000', '140233.086000', '140233.089000', '140233.092000', '140233.094000', '140233.097000', '140233.100000', '140233.103000', '140233.106000', '140233.109000', '140233.111000', '140233.114000', '140233.117000', '140233.120000', '140233.122000', '140252.988000', '140252.991000', '140252.993000', '140252.996000', '140253.000000', '140253.003000', '140253.006000', '140253.009000', '140253.011000', '140253.014000', '140253.017000', '140253.020000', '140253.023000', '140253.025000', '140253.028000', '140253.031000', '140253.034000', '140253.036000', '140253.039000', '140253.042000', '140253.045000', '140253.048000', '140253.050000', '140253.053000', '140253.056000', '140253.059000', '140253.061000', '140253.064000', '140253.067000', '140253.070000', '140253.073000', '140253.075000', '140253.078000', '140253.081000', '140253.084000', '140253.087000', '140253.089000', '140253.092000', '140253.095000', '140253.098000', '140253.108000', '140253.111000', '140253.114000', '140312.988000', '140312.991000', '140312.993000', '140312.996000', '140312.999000', '140313.002000', '140313.005000', '140313.007000', '140313.010000', '140313.013000', '140313.016000', '140313.019000', '140313.021000', '140313.024000', '140313.027000', '140313.030000', '140313.033000', '140313.035000', '140313.038000', '140313.041000', '140313.044000', '140313.046000', '140313.049000', '140313.052000', '140313.055000', '140313.058000', '140313.060000', '140313.063000', '140313.070000', '140313.073000', '140313.076000', '140313.079000', '140313.082000', '140313.084000', '140313.087000', '140313.090000', '140313.093000', '140313.096000', '140313.099000', '140313.101000', '140313.104000', '140313.107000', '140313.110000', '140313.113000', '140332.988000', '140332.991000', '140332.994000', '140332.996000', '140333.000000', '140333.003000', '140333.006000', '140333.009000', '140333.012000', '140333.014000', '140333.017000', '140333.020000', '140333.023000', '140333.025000', '140333.028000', '140333.031000', '140333.034000', '140333.037000', '140333.039000', '140333.042000', '140333.045000', '140333.048000', '140333.051000', '140333.054000', '140333.056000', '140333.059000', '140333.062000', '140333.065000', '140333.069000', '140333.072000', '140333.075000', '140333.078000', '140333.081000', '140333.084000', '140333.086000', '140333.089000', '140333.092000', '140333.095000', '140333.098000', '140333.100000', '140333.103000', '140333.106000', '140333.109000', '140352.988000', '140352.991000', '140352.993000', '140352.996000', '140353.000000', '140353.003000', '140353.006000', '140353.008000', '140353.011000', '140353.014000', '140353.017000', '140353.020000', '140353.022000', '140353.025000', '140353.028000', '140353.031000', '140353.034000', '140353.037000', '140353.040000', '140353.042000', '140353.045000', '140353.048000', '140353.051000', '140353.054000', '140353.056000', '140353.059000', '140353.062000', '140353.065000', '140353.068000', '140353.070000', '140353.073000', '140353.076000', '140353.079000', '140353.082000', '140353.084000', '140353.087000', '140353.090000', '140353.093000', '140353.096000', '140353.098000', '140353.101000', '140353.104000', '140353.107000', '140353.110000', '140412.988000', '140412.991000', '140412.993000', '140412.996000', '140413.006000', '140413.009000', '140413.012000', '140413.015000', '140413.018000', '140413.020000', '140413.023000', '140413.026000', '140413.029000', '140413.032000', '140413.034000', '140413.037000', '140413.040000', '140413.043000', '140413.046000', '140413.048000', '140413.051000', '140413.054000', '140413.057000', '140413.060000', '140413.062000', '140413.065000', '140413.068000', '140413.071000', '140413.074000', '140413.077000', '140413.079000', '140413.082000', '140413.085000', '140413.088000', '140413.091000', '140413.093000', '140413.096000', '140413.099000', '140413.102000', '140413.105000', '140413.107000', '140413.110000', '140413.113000', '140432.988000', '140432.991000', '140432.993000', '140432.996000', '140433.000000', '140433.003000', '140433.006000', '140433.009000', '140433.011000', '140433.014000', '140433.017000', '140433.020000', '140433.023000', '140433.025000', '140433.028000', '140433.031000', '140433.034000', '140433.037000', '140433.039000', '140433.042000', '140433.045000', '140433.048000', '140433.051000', '140433.053000', '140433.056000', '140433.059000', '140433.062000', '140433.065000', '140433.067000', '140433.070000', '140433.073000', '140433.076000', '140433.079000', '140433.081000', '140433.084000', '140433.087000', '140433.090000', '140433.093000', '140433.095000', '140433.098000', '140433.101000', '140433.104000', '140433.107000', '140433.109000', '140452.988000', '140452.991000', '140452.994000', '140452.996000', '140453.000000', '140453.003000', '140453.006000', '140453.009000', '140453.011000', '140453.014000', '140453.017000', '140453.020000', '140453.023000', '140453.025000', '140453.028000', '140453.031000', '140453.034000', '140453.037000', '140453.039000', '140453.042000', '140453.045000', '140453.048000', '140453.050000', '140453.053000', '140453.056000', '140453.059000', '140453.062000', '140453.064000', '140453.067000', '140453.070000', '140453.073000', '140453.076000', '140453.079000', '140453.081000', '140453.084000', '140453.087000', '140453.090000', '140453.092000', '140453.095000', '140453.098000', '140453.101000', '140453.105000', '140453.108000', '140512.988000', '140512.991000', '140512.994000', '140512.996000', '140513.000000', '140513.003000', '140513.006000', '140513.008000', '140513.011000', '140513.014000', '140513.017000', '140513.020000', '140513.022000', '140513.025000', '140513.028000', '140513.031000', '140513.034000', '140513.037000', '140513.039000', '140513.042000', '140513.045000', '140513.048000', '140513.051000', '140513.053000', '140513.056000', '140513.059000', '140513.062000', '140513.065000', '140513.068000', '140513.070000', '140513.082000', '140513.085000', '140513.088000', '140513.090000', '140513.093000', '140513.096000', '140513.099000', '140513.102000', '140513.104000', '140513.107000', '140513.110000', '140513.113000', '140513.116000', '140513.118000', '140532.988000', '140532.991000', '140532.994000', '140532.996000', '140533.000000', '140533.003000', '140533.006000', '140533.009000', '140533.012000', '140533.014000', '140533.017000', '140533.020000', '140533.023000', '140533.026000', '140533.029000', '140533.031000', '140533.034000', '140533.037000', '140533.040000', '140533.043000', '140533.045000', '140533.048000', '140533.051000', '140533.054000', '140533.056000', '140533.059000', '140533.062000', '140533.065000', '140533.068000', '140533.071000', '140533.073000', '140533.076000', '140533.079000', '140533.082000', '140533.085000', '140533.088000', '140533.090000', '140533.093000', '140533.096000', '140533.099000', '140533.102000', '140533.104000', '140533.107000', '140552.988000', '140552.991000', '140552.994000', '140552.997000', '140553.000000', '140553.003000', '140553.006000', '140553.009000', '140553.012000', '140553.015000', '140553.018000', '140553.020000', '140553.023000', '140553.026000', '140553.029000', '140553.032000', '140553.035000', '140553.037000', '140553.040000', '140553.043000', '140553.046000', '140553.049000', '140553.052000', '140553.054000', '140553.057000', '140553.060000', '140553.063000', '140553.065000', '140553.068000', '140553.071000', '140553.074000', '140553.077000', '140553.079000', '140553.082000', '140553.085000', '140553.088000', '140553.091000', '140553.093000', '140553.096000', '140553.099000', '140553.102000', '140553.105000', '140553.108000', '140553.111000', '140612.988000', '140612.991000', '140612.994000', '140612.997000', '140613.000000', '140613.003000', '140613.006000', '140613.009000', '140613.012000', '140613.015000', '140613.018000', '140613.021000', '140613.024000', '140613.027000', '140613.029000', '140613.032000', '140613.035000', '140613.038000', '140613.041000', '140613.043000', '140613.046000', '140613.049000', '140613.052000', '140613.055000', '140613.057000', '140613.060000', '140613.063000', '140613.066000', '140613.069000', '140613.071000', '140613.074000', '140613.077000', '140613.080000', '140613.083000', '140613.085000', '140613.088000', '140613.091000', '140613.094000', '140613.097000', '140613.099000', '140613.102000', '140613.105000', '140613.108000', '140632.988000', '140632.991000', '140632.994000', '140632.997000', '140633.000000', '140633.003000', '140633.006000', '140633.009000', '140633.012000', '140633.014000', '140633.017000', '140633.020000', '140633.023000', '140633.026000', '140633.028000', '140633.031000', '140633.034000', '140633.037000', '140633.040000', '140633.043000', '140633.045000', '140633.048000', '140633.051000', '140633.054000', '140633.057000', '140633.059000', '140633.062000', '140633.065000', '140633.068000', '140633.071000', '140633.074000', '140633.076000', '140633.079000', '140633.082000', '140633.085000', '140633.087000', '140633.090000', '140633.093000', '140633.096000', '140633.099000', '140633.102000', '140633.104000', '140633.107000', '140652.988000', '140652.991000', '140652.994000', '140652.996000', '140653.000000', '140653.003000', '140653.006000', '140653.008000', '140653.011000', '140653.014000', '140653.017000', '140653.020000', '140653.022000', '140653.025000', '140653.028000', '140653.031000', '140653.034000', '140653.037000', '140653.039000', '140653.042000', '140653.045000', '140653.048000', '140653.051000', '140653.053000', '140653.056000', '140653.061000', '140653.064000', '140653.066000', '140653.069000', '140653.072000', '140653.075000', '140653.077000', '140653.080000', '140653.083000', '140653.086000', '140653.089000', '140653.091000', '140653.094000', '140653.097000', '140653.100000', '140653.103000', '140653.106000', '140653.109000', '140653.111000', '140712.988000', '140712.991000', '140712.994000', '140713.000000', '140713.004000', '140713.007000', '140713.010000', '140713.013000', '140713.016000', '140713.019000', '140713.021000', '140713.024000', '140713.027000', '140713.030000', '140713.033000', '140713.035000', '140713.038000', '140713.041000', '140713.044000', '140713.046000', '140713.049000', '140713.052000', '140713.055000', '140713.058000', '140713.060000', '140713.063000', '140713.066000', '140713.069000', '140713.072000', '140713.074000', '140713.077000', '140713.080000', '140713.083000', '140713.086000', '140713.088000', '140713.091000', '140713.094000', '140713.097000', '140713.099000', '140713.102000', '140713.105000', '140713.108000', '140713.111000', '140732.988000', '140732.991000', '140732.994000', '140732.996000', '140733.000000', '140733.003000', '140733.006000', '140733.008000', '140733.011000', '140733.014000', '140733.017000', '140733.020000', '140733.023000', '140733.025000', '140733.028000', '140733.031000', '140733.034000', '140733.037000', '140733.039000', '140733.042000', '140733.045000', '140733.048000', '140733.051000', '140733.053000', '140733.056000', '140733.059000', '140733.062000', '140733.065000', '140733.068000', '140733.070000', '140733.073000', '140733.076000', '140733.079000', '140733.082000', '140733.084000', '140733.087000', '140733.090000', '140733.093000', '140733.096000', '140733.098000', '140733.101000', '140733.104000', '140733.107000', '140733.110000', '140746.635000', '140746.638000', '140746.642000', '140746.645000', '140746.648000', '140746.651000', '140746.654000', '140746.657000', '140746.660000', '140746.663000', '140746.666000', '140746.669000', '140746.672000', '140746.675000', '140746.677000', '140746.680000', '140746.683000', '140746.686000', '140746.689000', '140746.692000', '140746.695000', '140746.698000', '140746.701000', '140746.704000', '140746.706000', '140746.709000', '140746.712000', '140746.715000', '140746.718000', '140746.721000'], 'InstanceCreationTime': ['140133.019000', '140133.022000', '140133.025000', '140133.028000', '140133.031000', '140133.034000', '140133.040000', '140133.043000', '140133.046000', '140133.048000', '140133.051000', '140133.054000', '140133.057000', '140133.060000', '140133.062000', '140133.065000', '140133.068000', '140133.071000', '140133.074000', '140133.077000', '140133.079000', '140133.082000', '140133.085000', '140133.088000', '140133.090000', '140133.093000', '140133.096000', '140133.099000', '140133.102000', '140133.105000', '140133.108000', '140133.110000', '140133.113000', '140133.116000', '140133.119000', '140133.122000', '140133.125000', '140133.127000', '140133.130000', '140133.133000', '140133.136000', '140133.139000', '140133.142000', '140133.145000', '140133.147000', '140133.150000', '140133.153000', '140133.156000', '140133.159000', '140133.161000', '140133.170000', '140133.172000', '140133.175000', '140133.178000', '140133.181000', '140133.183000', '140133.186000', '140133.189000', '140133.192000', '140152.988000', '140152.991000', '140152.994000', '140152.996000', '140153.007000', '140153.010000', '140153.013000', '140153.015000', '140153.018000', '140153.021000', '140153.024000', '140153.027000', '140153.030000', '140153.032000', '140153.035000', '140153.038000', '140153.041000', '140153.043000', '140153.046000', '140153.049000', '140153.052000', '140153.055000', '140153.057000', '140153.060000', '140153.063000', '140153.066000', '140153.069000', '140153.071000', '140153.074000', '140153.077000', '140153.080000', '140153.083000', '140153.086000', '140153.088000', '140153.091000', '140153.094000', '140153.097000', '140153.100000', '140153.102000', '140153.105000', '140153.108000', '140153.111000', '140153.113000', '140153.116000', '140212.988000', '140212.991000', '140212.994000', '140212.996000', '140213.000000', '140213.003000', '140213.006000', '140213.009000', '140213.012000', '140213.014000', '140213.017000', '140213.020000', '140213.023000', '140213.026000', '140213.030000', '140213.033000', '140213.036000', '140213.045000', '140213.048000', '140213.051000', '140213.054000', '140213.056000', '140213.059000', '140213.062000', '140213.065000', '140213.068000', '140213.070000', '140213.073000', '140213.076000', '140213.079000', '140213.081000', '140213.084000', '140213.087000', '140213.090000', '140213.093000', '140213.095000', '140213.098000', '140213.101000', '140213.104000', '140213.107000', '140213.109000', '140213.112000', '140213.115000', '140232.988000', '140232.991000', '140232.994000', '140232.996000', '140233.000000', '140233.003000', '140233.006000', '140233.009000', '140233.011000', '140233.014000', '140233.017000', '140233.020000', '140233.023000', '140233.025000', '140233.028000', '140233.031000', '140233.034000', '140233.037000', '140233.040000', '140233.042000', '140233.045000', '140233.048000', '140233.051000', '140233.067000', '140233.069000', '140233.072000', '140233.075000', '140233.078000', '140233.081000', '140233.083000', '140233.086000', '140233.089000', '140233.092000', '140233.094000', '140233.097000', '140233.100000', '140233.103000', '140233.106000', '140233.109000', '140233.111000', '140233.114000', '140233.117000', '140233.120000', '140233.122000', '140252.988000', '140252.991000', '140252.993000', '140252.996000', '140253.000000', '140253.003000', '140253.006000', '140253.009000', '140253.011000', '140253.014000', '140253.017000', '140253.020000', '140253.023000', '140253.025000', '140253.028000', '140253.031000', '140253.034000', '140253.036000', '140253.039000', '140253.042000', '140253.045000', '140253.048000', '140253.050000', '140253.053000', '140253.056000', '140253.059000', '140253.061000', '140253.064000', '140253.067000', '140253.070000', '140253.073000', '140253.075000', '140253.078000', '140253.081000', '140253.084000', '140253.087000', '140253.089000', '140253.092000', '140253.095000', '140253.098000', '140253.108000', '140253.111000', '140253.114000', '140312.988000', '140312.991000', '140312.993000', '140312.996000', '140312.999000', '140313.002000', '140313.005000', '140313.007000', '140313.010000', '140313.013000', '140313.016000', '140313.019000', '140313.021000', '140313.024000', '140313.027000', '140313.030000', '140313.033000', '140313.035000', '140313.038000', '140313.041000', '140313.044000', '140313.046000', '140313.049000', '140313.052000', '140313.055000', '140313.058000', '140313.060000', '140313.063000', '140313.070000', '140313.073000', '140313.076000', '140313.079000', '140313.082000', '140313.084000', '140313.087000', '140313.090000', '140313.093000', '140313.096000', '140313.099000', '140313.101000', '140313.104000', '140313.107000', '140313.110000', '140313.113000', '140332.988000', '140332.991000', '140332.994000', '140332.996000', '140333.000000', '140333.003000', '140333.006000', '140333.009000', '140333.012000', '140333.014000', '140333.017000', '140333.020000', '140333.023000', '140333.025000', '140333.028000', '140333.031000', '140333.034000', '140333.037000', '140333.039000', '140333.042000', '140333.045000', '140333.048000', '140333.051000', '140333.054000', '140333.056000', '140333.059000', '140333.062000', '140333.065000', '140333.069000', '140333.072000', '140333.075000', '140333.078000', '140333.081000', '140333.084000', '140333.086000', '140333.089000', '140333.092000', '140333.095000', '140333.098000', '140333.100000', '140333.103000', '140333.106000', '140333.109000', '140352.988000', '140352.991000', '140352.993000', '140352.996000', '140353.000000', '140353.003000', '140353.006000', '140353.008000', '140353.011000', '140353.014000', '140353.017000', '140353.020000', '140353.022000', '140353.025000', '140353.028000', '140353.031000', '140353.034000', '140353.037000', '140353.040000', '140353.042000', '140353.045000', '140353.048000', '140353.051000', '140353.054000', '140353.056000', '140353.059000', '140353.062000', '140353.065000', '140353.068000', '140353.070000', '140353.073000', '140353.076000', '140353.079000', '140353.082000', '140353.084000', '140353.087000', '140353.090000', '140353.093000', '140353.096000', '140353.098000', '140353.101000', '140353.104000', '140353.107000', '140353.110000', '140412.988000', '140412.991000', '140412.993000', '140412.996000', '140413.006000', '140413.009000', '140413.012000', '140413.015000', '140413.018000', '140413.020000', '140413.023000', '140413.026000', '140413.029000', '140413.032000', '140413.034000', '140413.037000', '140413.040000', '140413.043000', '140413.046000', '140413.048000', '140413.051000', '140413.054000', '140413.057000', '140413.060000', '140413.062000', '140413.065000', '140413.068000', '140413.071000', '140413.074000', '140413.077000', '140413.079000', '140413.082000', '140413.085000', '140413.088000', '140413.091000', '140413.093000', '140413.096000', '140413.099000', '140413.102000', '140413.105000', '140413.107000', '140413.110000', '140413.113000', '140432.988000', '140432.991000', '140432.993000', '140432.996000', '140433.000000', '140433.003000', '140433.006000', '140433.009000', '140433.011000', '140433.014000', '140433.017000', '140433.020000', '140433.023000', '140433.025000', '140433.028000', '140433.031000', '140433.034000', '140433.037000', '140433.039000', '140433.042000', '140433.045000', '140433.048000', '140433.051000', '140433.053000', '140433.056000', '140433.059000', '140433.062000', '140433.065000', '140433.067000', '140433.070000', '140433.073000', '140433.076000', '140433.079000', '140433.081000', '140433.084000', '140433.087000', '140433.090000', '140433.093000', '140433.095000', '140433.098000', '140433.101000', '140433.104000', '140433.107000', '140433.109000', '140452.988000', '140452.991000', '140452.994000', '140452.996000', '140453.000000', '140453.003000', '140453.006000', '140453.009000', '140453.011000', '140453.014000', '140453.017000', '140453.020000', '140453.023000', '140453.025000', '140453.028000', '140453.031000', '140453.034000', '140453.037000', '140453.039000', '140453.042000', '140453.045000', '140453.048000', '140453.050000', '140453.053000', '140453.056000', '140453.059000', '140453.062000', '140453.064000', '140453.067000', '140453.070000', '140453.073000', '140453.076000', '140453.079000', '140453.081000', '140453.084000', '140453.087000', '140453.090000', '140453.092000', '140453.095000', '140453.098000', '140453.101000', '140453.105000', '140453.108000', '140512.988000', '140512.991000', '140512.994000', '140512.996000', '140513.000000', '140513.003000', '140513.006000', '140513.008000', '140513.011000', '140513.014000', '140513.017000', '140513.020000', '140513.022000', '140513.025000', '140513.028000', '140513.031000', '140513.034000', '140513.037000', '140513.039000', '140513.042000', '140513.045000', '140513.048000', '140513.051000', '140513.053000', '140513.056000', '140513.059000', '140513.062000', '140513.065000', '140513.068000', '140513.070000', '140513.082000', '140513.085000', '140513.088000', '140513.090000', '140513.093000', '140513.096000', '140513.099000', '140513.102000', '140513.104000', '140513.107000', '140513.110000', '140513.113000', '140513.116000', '140513.118000', '140532.988000', '140532.991000', '140532.994000', '140532.996000', '140533.000000', '140533.003000', '140533.006000', '140533.009000', '140533.012000', '140533.014000', '140533.017000', '140533.020000', '140533.023000', '140533.026000', '140533.029000', '140533.031000', '140533.034000', '140533.037000', '140533.040000', '140533.043000', '140533.045000', '140533.048000', '140533.051000', '140533.054000', '140533.056000', '140533.059000', '140533.062000', '140533.065000', '140533.068000', '140533.071000', '140533.073000', '140533.076000', '140533.079000', '140533.082000', '140533.085000', '140533.088000', '140533.090000', '140533.093000', '140533.096000', '140533.099000', '140533.102000', '140533.104000', '140533.107000', '140552.988000', '140552.991000', '140552.994000', '140552.997000', '140553.000000', '140553.003000', '140553.006000', '140553.009000', '140553.012000', '140553.015000', '140553.018000', '140553.020000', '140553.023000', '140553.026000', '140553.029000', '140553.032000', '140553.035000', '140553.037000', '140553.040000', '140553.043000', '140553.046000', '140553.049000', '140553.052000', '140553.054000', '140553.057000', '140553.060000', '140553.063000', '140553.065000', '140553.068000', '140553.071000', '140553.074000', '140553.077000', '140553.079000', '140553.082000', '140553.085000', '140553.088000', '140553.091000', '140553.093000', '140553.096000', '140553.099000', '140553.102000', '140553.105000', '140553.108000', '140553.111000', '140612.988000', '140612.991000', '140612.994000', '140612.997000', '140613.000000', '140613.003000', '140613.006000', '140613.009000', '140613.012000', '140613.015000', '140613.018000', '140613.021000', '140613.024000', '140613.027000', '140613.029000', '140613.032000', '140613.035000', '140613.038000', '140613.041000', '140613.043000', '140613.046000', '140613.049000', '140613.052000', '140613.055000', '140613.057000', '140613.060000', '140613.063000', '140613.066000', '140613.069000', '140613.071000', '140613.074000', '140613.077000', '140613.080000', '140613.083000', '140613.085000', '140613.088000', '140613.091000', '140613.094000', '140613.097000', '140613.099000', '140613.102000', '140613.105000', '140613.108000', '140632.988000', '140632.991000', '140632.994000', '140632.997000', '140633.000000', '140633.003000', '140633.006000', '140633.009000', '140633.012000', '140633.014000', '140633.017000', '140633.020000', '140633.023000', '140633.026000', '140633.028000', '140633.031000', '140633.034000', '140633.037000', '140633.040000', '140633.043000', '140633.045000', '140633.048000', '140633.051000', '140633.054000', '140633.057000', '140633.059000', '140633.062000', '140633.065000', '140633.068000', '140633.071000', '140633.074000', '140633.076000', '140633.079000', '140633.082000', '140633.085000', '140633.087000', '140633.090000', '140633.093000', '140633.096000', '140633.099000', '140633.102000', '140633.104000', '140633.107000', '140652.988000', '140652.991000', '140652.994000', '140652.996000', '140653.000000', '140653.003000', '140653.006000', '140653.008000', '140653.011000', '140653.014000', '140653.017000', '140653.020000', '140653.022000', '140653.025000', '140653.028000', '140653.031000', '140653.034000', '140653.037000', '140653.039000', '140653.042000', '140653.045000', '140653.048000', '140653.051000', '140653.053000', '140653.056000', '140653.061000', '140653.064000', '140653.066000', '140653.069000', '140653.072000', '140653.075000', '140653.077000', '140653.080000', '140653.083000', '140653.086000', '140653.089000', '140653.091000', '140653.094000', '140653.097000', '140653.100000', '140653.103000', '140653.106000', '140653.109000', '140653.111000', '140712.988000', '140712.991000', '140712.994000', '140713.000000', '140713.004000', '140713.007000', '140713.010000', '140713.013000', '140713.016000', '140713.019000', '140713.021000', '140713.024000', '140713.027000', '140713.030000', '140713.033000', '140713.035000', '140713.038000', '140713.041000', '140713.044000', '140713.046000', '140713.049000', '140713.052000', '140713.055000', '140713.058000', '140713.060000', '140713.063000', '140713.066000', '140713.069000', '140713.072000', '140713.074000', '140713.077000', '140713.080000', '140713.083000', '140713.086000', '140713.088000', '140713.091000', '140713.094000', '140713.097000', '140713.099000', '140713.102000', '140713.105000', '140713.108000', '140713.111000', '140732.988000', '140732.991000', '140732.994000', '140732.996000', '140733.000000', '140733.003000', '140733.006000', '140733.008000', '140733.011000', '140733.014000', '140733.017000', '140733.020000', '140733.023000', '140733.025000', '140733.028000', '140733.031000', '140733.034000', '140733.037000', '140733.039000', '140733.042000', '140733.045000', '140733.048000', '140733.051000', '140733.053000', '140733.056000', '140733.059000', '140733.062000', '140733.065000', '140733.068000', '140733.070000', '140733.073000', '140733.076000', '140733.079000', '140733.082000', '140733.084000', '140733.087000', '140733.090000', '140733.093000', '140733.096000', '140733.098000', '140733.101000', '140733.104000', '140733.107000', '140733.110000', '140746.635000', '140746.638000', '140746.642000', '140746.645000', '140746.648000', '140746.651000', '140746.654000', '140746.657000', '140746.660000', '140746.663000', '140746.666000', '140746.669000', '140746.672000', '140746.675000', '140746.677000', '140746.680000', '140746.683000', '140746.686000', '140746.689000', '140746.692000', '140746.695000', '140746.698000', '140746.701000', '140746.704000', '140746.706000', '140746.709000', '140746.712000', '140746.715000', '140746.718000', '140746.721000'], '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': [9615, 11060, 9189, 12373, 9072, 10008, 9358, 10777, 9594, 12371, 9647, 11602, 9026, 11365, 9434, 11019, 9216, 10750, 9106, 10750, 8716, 11294, 9014, 11244, 9022, 10665, 9114, 9581, 9278, 9842, 9138, 10727, 9144, 10567, 9359, 10524, 8672, 9666, 8345, 9523, 8929, 9336, 8269, 9250, 8194, 9303, 8621, 9313, 10213, 9440, 11827, 9009, 11149, 8752, 9048, 8993, 9569, 9213, 11544, 9135, 12055, 9613, 12060, 8911, 11234, 8782, 10852, 8678, 10986, 9145, 11051, 8992, 11283, 9433, 10410, 9166, 10232, 9151, 9698, 9220, 10216, 8856, 9771, 8889, 9601, 8549, 9497, 8910, 9612, 8960, 9651, 8827, 9904, 8137, 9704, 9954, 9699, 12869, 9555, 13307, 9317, 12331, 9999, 11179, 9414, 11301, 9000, 10999, 8622, 10682, 8525, 11017, 8372, 11734, 8919, 11294, 8771, 11659, 8521, 11112, 9185, 10509, 9127, 10297, 9054, 10279, 9096, 10406, 9251, 10058, 9061, 9741, 8313, 9597, 9790, 8920, 10776, 8725, 9614, 8818, 8841, 8551, 9436, 8677, 10262, 8885, 11748, 8492, 10652, 8533, 10664, 8444, 10709, 8675, 10783, 9011, 10750, 9025, 10762, 8948, 9419, 9196, 9119, 9372, 9343, 8916, 9043, 9784, 9097, 12782, 9031, 11666, 8645, 10595, 9137, 9626, 9197, 9982, 9269, 9746, 9166, 9762, 8601, 9370, 8354, 9144, 8631, 9052, 8709, 9046, 8280, 9288, 9991, 9259, 12180, 8950, 11771, 8417, 10712, 8538, 10665, 8520, 10879, 8473, 10626, 9178, 10087, 8775, 10434, 8784, 10046, 9152, 9984, 9147, 10239, 9080, 10589, 8606, 10448, 8432, 9464, 9127, 9257, 8550, 9201, 8467, 9105, 9802, 9342, 12856, 9322, 12849, 9341, 12058, 8961, 10793, 8830, 10519, 8976, 11818, 8848, 10905, 8724, 11915, 8909, 14972, 9477, 9579, 9958, 8862, 9265, 8436, 11936, 8999, 12682, 9216, 11633, 9094, 11377, 9068, 11107, 8976, 10686, 9028, 11132, 8646, 10990, 9007, 11304, 8620, 10972, 9706, 10564, 9293, 10098, 8882, 9901, 10183, 9505, 10736, 9622, 9465, 9653, 10713, 9450, 12029, 9501, 12085, 9410, 10615, 9018, 10633, 8741, 9949, 8636, 10405, 9227, 10423, 8574, 9854, 8365, 9642, 8704, 10027, 8601, 9598, 8998, 9267, 12212, 9403, 12940, 8905, 11627, 9179, 10948, 9238, 10517, 9298, 10295, 8430, 9740, 8003, 9367, 8586, 9322, 8636, 9303, 8642, 9291, 9739, 9357, 11331, 9223, 10724, 8701, 10259, 8654, 9935, 8313, 9526, 8540, 9201, 9128, 9300, 10729, 9066, 11311, 8812, 10444, 8391, 10216, 8837, 9213, 8268, 9598, 9358, 9509, 9914, 9660, 10241, 9772, 11626, 9439, 11597, 8865, 11298, 8660, 10452, 8704, 9598, 8207, 9680, 10607, 9464, 13088, 9381, 12629, 8841, 11968, 8826, 11215, 9046, 10477, 9433, 10310, 9040, 9707, 9430, 9806, 12520, 9722, 13357, 9281, 12930, 9427, 12311, 9434, 10974, 9583, 10366, 8965, 9595, 8063, 9363, 8723, 9469, 9492, 9333, 9295, 9351, 9074, 9567, 9132, 9216, 11397, 9415, 11202, 8607, 10644, 8684, 9838, 9171, 10538, 8972, 10382, 8842, 9979, 8946, 9976, 8042, 9212, 10016, 9277, 10223, 9424, 10578, 9531, 11633, 9535, 11973, 9360, 10569, 9103, 10456, 8609, 9757, 8723, 9846, 8719, 9968, 8598, 9663, 8003, 9421, 9604, 9180, 11114, 9269, 12883, 9269, 12219, 9314, 11194, 8821, 10625, 8848, 10438, 8540, 9583, 8488, 9283, 8608, 9243, 8015, 9092, 8256, 9248, 9599, 9241, 11700, 9043, 10793, 8410, 10596, 8424, 10610, 8440, 10756, 8881, 10398, 9071, 10453, 8860, 9953, 8584, 9519, 8421, 9381, 9144, 10378, 9395, 9510, 9037, 9310, 8477, 9199, 13182, 8950, 11519, 9143, 10814, 9048, 10552, 8424, 9938, 8763, 9926, 11204, 9213, 12879, 8961, 13117, 9521, 12767, 9122, 11886, 8808, 9908, 10161, 9436, 13270, 9103, 12468, 9004, 11225, 8555, 10550, 8684, 10007, 8636, 10234, 8392, 9238, 8058, 9232, 9416, 9496, 10146, 9155, 9667, 9311, 9120, 9611, 10870, 9246, 11602, 8831, 10779, 9361, 10016, 8920, 9573, 9129, 10077, 9169, 10061, 8816, 10378, 9011, 10635, 9032, 9902, 8429, 10182, 9384, 9381, 10457, 9261, 9873, 9141, 9269, 9049, 10734, 9334, 12101, 9584, 11328, 8832, 10443, 9327, 10044, 8809, 10078, 8349, 10128, 8820, 9978, 8845, 10052, 8891, 9274, 8046, 9098, 9101, 9125, 10244, 8986, 11375, 9075, 10855, 8384, 10488, 8682, 10411, 8838, 9705, 8742, 9510, 7891, 9586, 8243, 9319, 9333, 9086, 8453, 9065, 8324, 9211, 9059, 9186, 11882, 9181, 11313, 8399, 10404, 8780, 10231, 8849, 10405, 8431, 9517, 8549, 9053, 8994, 9016, 9238, 8884, 8432, 9133, 8873, 8957, 11948, 8918, 12189, 8926, 11427, 8733, 10483, 8708, 10285, 8813, 10548, 8711, 9794, 8449, 9538, 10336, 9140, 12105, 9029, 12624, 9053, 12279, 8925, 10940, 8937, 10510, 8808, 10084, 8421, 9589, 9855, 8959, 11070, 9481, 11015, 9227, 11262, 8661, 10658, 8721, 10939, 8785, 10560, 8309, 10514, 8649, 9978, 8210, 9634, 9619, 9584, 10022, 9258, 11250, 9357, 10926, 9168, 10893, 9359, 10358, 8691, 9561, 8669, 9681, 8247, 9566, 11469, 9632, 12291, 9179, 11312, 9426, 10348, 8716, 10330, 8356, 9509, 8339, 9419, 10187, 9504, 12531, 9493, 11836, 9312, 10423, 8649, 9432, 9065, 8990, 9214, 9006, 8247, 9225, 9876, 9249, 11646, 9116, 11025, 8918, 10331, 8500, 10317, 8527, 10412, 8715, 10458, 8876, 10007, 8956, 9573, 8488, 9368, 10515, 9136, 10929, 9132, 10332, 9333, 12144, 9107, 11475, 8774, 10651, 9057, 10057, 8573, 10044, 9016, 10391, 8742, 10775, 9268, 10329, 8742, 9075, 8320, 9202, 8223, 8782, 7990, 9119, 8165, 9174, 9501, 9156, 11364, 9215, 11516, 8383, 11348, 8246, 11092, 9367, 10047, 9740, 9279, 10269, 9454, 12208, 9294, 11876, 9326, 11717, 9354, 11672, 9609, 11938, 9372, 10752, 9431, 10818, 9350, 10604, 9378, 10749, 9411, 10446, 9423, 10247, 9204, 9987, 9071, 9878, 9145, 9844, 9142, 9370, 10498, 9263, 11965, 9266, 11441, 9577, 10579, 8985, 9673, 9218, 10202, 9415, 10255, 9240, 9311, 9430, 9534, 9042, 9161, 9636, 9285, 10595, 9226, 12111, 9179, 11281, 9659, 10940, 9291, 10546, 9163, 10254, 9254], 'WindowCenter': [4286.0, 4278.0, 4244.0, 4258.0, 4205.0, 4212.0, 4203.0, 4220.0, 4212.0, 4230.0, 4200.0, 4221.0, 4188.0, 4208.0, 4199.0, 4220.0, 4200.0, 4208.0, 4177.0, 4195.0, 4176.0, 4219.0, 4189.0, 4234.0, 4188.0, 4222.0, 4200.0, 4199.0, 4198.0, 4198.0, 4186.0, 4207.0, 4198.0, 4208.0, 4199.0, 4221.0, 4189.0, 4200.0, 4191.0, 4213.0, 4189.0, 4188.0, 4166.0, 4186.0, 4166.0, 4189.0, 4178.0, 4203.0, 4210.0, 4211.0, 4232.0, 4201.0, 4232.0, 4190.0, 4188.0, 4199.0, 4198.0, 4200.0, 4219.0, 4201.0, 4231.0, 4200.0, 4219.0, 4201.0, 4221.0, 4190.0, 4208.0, 4177.0, 4206.0, 4198.0, 4208.0, 4189.0, 4219.0, 4200.0, 4223.0, 4214.0, 4210.0, 4199.0, 4197.0, 4186.0, 4221.0, 4188.0, 4199.0, 4188.0, 4210.0, 4202.0, 4213.0, 4212.0, 4211.0, 4200.0, 4199.0, 4189.0, 4210.0, 4177.0, 4200.0, 4199.0, 4200.0, 4245.0, 4213.0, 4240.0, 4187.0, 4230.0, 4211.0, 4217.0, 4197.0, 4209.0, 4199.0, 4234.0, 4214.0, 4223.0, 4204.0, 4221.0, 4188.0, 4217.0, 4189.0, 4209.0, 4188.0, 4219.0, 4188.0, 4208.0, 4187.0, 4197.0, 4188.0, 4212.0, 4199.0, 4197.0, 4175.0, 4194.0, 4173.0, 4186.0, 4175.0, 4186.0, 4165.0, 4213.0, 4197.0, 4187.0, 4220.0, 4189.0, 4197.0, 4187.0, 4186.0, 4202.0, 4211.0, 4202.0, 4220.0, 4212.0, 4245.0, 4218.0, 4235.0, 4202.0, 4220.0, 4193.0, 4209.0, 4203.0, 4220.0, 4200.0, 4222.0, 4188.0, 4221.0, 4203.0, 4213.0, 4201.0, 4189.0, 4185.0, 4185.0, 4175.0, 4176.0, 4184.0, 4188.0, 4217.0, 4187.0, 4206.0, 4176.0, 4196.0, 4198.0, 4199.0, 4198.0, 4212.0, 4199.0, 4199.0, 4199.0, 4210.0, 4189.0, 4201.0, 4206.0, 4226.0, 4202.0, 4200.0, 4189.0, 4189.0, 4179.0, 4200.0, 4197.0, 4199.0, 4218.0, 4190.0, 4232.0, 4191.0, 4208.0, 4188.0, 4207.0, 4187.0, 4207.0, 4191.0, 4223.0, 4213.0, 4222.0, 4190.0, 4224.0, 4205.0, 4213.0, 4202.0, 4210.0, 4199.0, 4222.0, 4199.0, 4211.0, 4202.0, 4224.0, 4191.0, 4216.0, 4212.0, 4212.0, 4189.0, 4200.0, 4177.0, 4188.0, 4197.0, 4188.0, 4217.0, 4188.0, 4218.0, 4187.0, 4216.0, 4189.0, 4209.0, 4202.0, 4196.0, 4188.0, 4219.0, 4200.0, 4220.0, 4190.0, 4231.0, 4214.0, 4263.0, 4210.0, 4213.0, 4213.0, 4203.0, 4188.0, 4179.0, 4219.0, 4202.0, 4229.0, 4199.0, 4218.0, 4205.0, 4233.0, 4203.0, 4233.0, 4204.0, 4222.0, 4201.0, 4207.0, 4179.0, 4207.0, 4189.0, 4208.0, 4179.0, 4209.0, 4189.0, 4198.0, 4176.0, 4198.0, 4177.0, 4211.0, 4199.0, 4186.0, 4182.0, 4174.0, 4175.0, 4188.0, 4194.0, 4186.0, 4217.0, 4200.0, 4217.0, 4188.0, 4209.0, 4189.0, 4197.0, 4175.0, 4195.0, 4178.0, 4222.0, 4213.0, 4222.0, 4190.0, 4213.0, 4205.0, 4225.0, 4202.0, 4211.0, 4189.0, 4200.0, 4189.0, 4201.0, 4218.0, 4189.0, 4219.0, 4189.0, 4223.0, 4199.0, 4206.0, 4189.0, 4221.0, 4200.0, 4210.0, 4179.0, 4199.0, 4179.0, 4227.0, 4205.0, 4215.0, 4202.0, 4211.0, 4189.0, 4213.0, 4200.0, 4202.0, 4220.0, 4202.0, 4222.0, 4205.0, 4212.0, 4191.0, 4210.0, 4178.0, 4199.0, 4179.0, 4201.0, 4199.0, 4202.0, 4221.0, 4217.0, 4250.0, 4203.0, 4212.0, 4190.0, 4211.0, 4191.0, 4203.0, 4179.0, 4214.0, 4215.0, 4214.0, 4210.0, 4213.0, 4209.0, 4211.0, 4220.0, 4201.0, 4221.0, 4203.0, 4236.0, 4192.0, 4223.0, 4189.0, 4201.0, 4179.0, 4201.0, 4208.0, 4199.0, 4230.0, 4203.0, 4235.0, 4201.0, 4218.0, 4177.0, 4206.0, 4188.0, 4208.0, 4189.0, 4200.0, 4177.0, 4199.0, 4187.0, 4198.0, 4231.0, 4202.0, 4231.0, 4188.0, 4215.0, 4174.0, 4204.0, 4176.0, 4196.0, 4187.0, 4196.0, 4186.0, 4200.0, 4183.0, 4200.0, 4190.0, 4212.0, 4200.0, 4189.0, 4186.0, 4188.0, 4187.0, 4200.0, 4188.0, 4202.0, 4220.0, 4213.0, 4247.0, 4203.0, 4211.0, 4202.0, 4211.0, 4201.0, 4210.0, 4201.0, 4210.0, 4189.0, 4210.0, 4203.0, 4215.0, 4182.0, 4215.0, 4224.0, 4202.0, 4208.0, 4199.0, 4207.0, 4200.0, 4219.0, 4199.0, 4220.0, 4189.0, 4209.0, 4188.0, 4223.0, 4193.0, 4200.0, 4190.0, 4198.0, 4179.0, 4196.0, 4188.0, 4201.0, 4180.0, 4201.0, 4214.0, 4215.0, 4234.0, 4213.0, 4230.0, 4190.0, 4217.0, 4188.0, 4209.0, 4189.0, 4208.0, 4188.0, 4210.0, 4191.0, 4213.0, 4191.0, 4200.0, 4176.0, 4187.0, 4166.0, 4189.0, 4178.0, 4200.0, 4188.0, 4200.0, 4219.0, 4215.0, 4224.0, 4193.0, 4209.0, 4178.0, 4209.0, 4179.0, 4211.0, 4190.0, 4211.0, 4190.0, 4210.0, 4189.0, 4199.0, 4190.0, 4216.0, 4194.0, 4200.0, 4201.0, 4199.0, 4200.0, 4198.0, 4186.0, 4200.0, 4178.0, 4199.0, 4227.0, 4187.0, 4218.0, 4199.0, 4220.0, 4200.0, 4211.0, 4177.0, 4198.0, 4175.0, 4201.0, 4207.0, 4189.0, 4229.0, 4178.0, 4204.0, 4174.0, 4192.0, 4160.0, 4193.0, 4149.0, 4160.0, 4157.0, 4158.0, 4188.0, 4161.0, 4203.0, 4163.0, 4179.0, 4165.0, 4182.0, 4161.0, 4173.0, 4162.0, 4183.0, 4163.0, 4185.0, 4166.0, 4188.0, 4203.0, 4210.0, 4208.0, 4187.0, 4186.0, 4175.0, 4174.0, 4187.0, 4195.0, 4201.0, 4220.0, 4189.0, 4207.0, 4201.0, 4223.0, 4202.0, 4212.0, 4202.0, 4197.0, 4188.0, 4199.0, 4201.0, 4213.0, 4191.0, 4212.0, 4201.0, 4215.0, 4194.0, 4224.0, 4202.0, 4214.0, 4223.0, 4201.0, 4198.0, 4187.0, 4187.0, 4190.0, 4208.0, 4201.0, 4229.0, 4201.0, 4207.0, 4188.0, 4197.0, 4187.0, 4198.0, 4202.0, 4211.0, 4179.0, 4199.0, 4187.0, 4197.0, 4176.0, 4197.0, 4175.0, 4188.0, 4166.0, 4189.0, 4188.0, 4200.0, 4211.0, 4215.0, 4232.0, 4202.0, 4235.0, 4204.0, 4209.0, 4190.0, 4209.0, 4189.0, 4202.0, 4188.0, 4201.0, 4179.0, 4212.0, 4205.0, 4215.0, 4213.0, 4202.0, 4178.0, 4190.0, 4179.0, 4212.0, 4201.0, 4203.0, 4222.0, 4203.0, 4222.0, 4193.0, 4236.0, 4204.0, 4211.0, 4201.0, 4235.0, 4191.0, 4213.0, 4189.0, 4204.0, 4215.0, 4216.0, 4212.0, 4204.0, 4190.0, 4213.0, 4201.0, 4203.0, 4232.0, 4203.0, 4233.0, 4203.0, 4235.0, 4206.0, 4223.0, 4190.0, 4200.0, 4187.0, 4209.0, 4177.0, 4200.0, 4178.0, 4200.0, 4198.0, 4202.0, 4233.0, 4201.0, 4229.0, 4189.0, 4218.0, 4190.0, 4208.0, 4188.0, 4210.0, 4189.0, 4211.0, 4179.0, 4214.0, 4212.0, 4216.0, 4219.0, 4200.0, 4233.0, 4229.0, 4233.0, 4191.0, 4222.0, 4191.0, 4220.0, 4203.0, 4223.0, 4192.0, 4221.0, 4189.0, 4211.0, 4203.0, 4226.0, 4213.0, 4215.0, 4210.0, 4202.0, 4220.0, 4200.0, 4210.0, 4200.0, 4210.0, 4200.0, 4223.0, 4204.0, 4202.0, 4189.0, 4200.0, 4180.0, 4204.0, 4207.0, 4187.0, 4207.0, 4187.0, 4207.0, 4188.0, 4222.0, 4192.0, 4209.0, 4176.0, 4187.0, 4165.0, 4187.0, 4195.0, 4188.0, 4216.0, 4188.0, 4207.0, 4187.0, 4197.0, 4178.0, 4201.0, 4201.0, 4189.0, 4186.0, 4177.0, 4165.0, 4189.0, 4198.0, 4201.0, 4232.0, 4202.0, 4210.0, 4200.0, 4211.0, 4202.0, 4209.0, 4189.0, 4208.0, 4189.0, 4210.0, 4191.0, 4212.0, 4189.0, 4201.0, 4189.0, 4215.0, 4224.0, 4201.0, 4208.0, 4199.0, 4197.0, 4200.0, 4220.0, 4190.0, 4220.0, 4190.0, 4210.0, 4203.0, 4213.0, 4192.0, 4197.0, 4215.0, 4211.0, 4191.0, 4233.0, 4212.0, 4211.0, 4191.0, 4216.0, 4205.0, 4214.0, 4193.0, 4202.0, 4179.0, 4201.0, 4191.0, 4214.0, 4199.0, 4203.0, 4233.0, 4204.0, 4232.0, 4192.0, 4220.0, 4192.0, 4222.0, 4215.0, 4225.0, 4213.0, 4213.0, 4210.0, 4226.0, 4231.0, 4203.0, 4219.0, 4191.0, 4220.0, 4190.0, 4209.0, 4201.0, 4234.0, 4201.0, 4208.0, 4187.0, 4197.0, 4186.0, 4197.0, 4188.0, 4210.0, 4190.0, 4210.0, 4201.0, 4227.0, 4204.0, 4211.0, 4187.0, 4197.0, 4186.0, 4200.0, 4186.0, 4188.0, 4198.0, 4188.0, 4208.0, 4188.0, 4210.0, 4199.0, 4223.0, 4191.0, 4188.0, 4201.0, 4212.0, 4198.0, 4210.0, 4188.0, 4200.0, 4201.0, 4226.0, 4218.0, 4214.0, 4200.0, 4200.0, 4209.0, 4189.0, 4220.0, 4202.0, 4221.0, 4201.0, 4222.0, 4202.0, 4211.0, 4200.0, 4209.0, 4188.0], 'WindowWidth': [9494.0, 9468.0, 9409.0, 9416.0, 9336.0, 9336.0, 9328.0, 9345.0, 9338.0, 9356.0, 9317.0, 9343.0, 9297.0, 9323.0, 9313.0, 9347.0, 9318.0, 9321.0, 9278.0, 9301.0, 9278.0, 9338.0, 9299.0, 9367.0, 9298.0, 9350.0, 9316.0, 9313.0, 9311.0, 9308.0, 9291.0, 9319.0, 9310.0, 9324.0, 9313.0, 9346.0, 9298.0, 9316.0, 9308.0, 9339.0, 9302.0, 9295.0, 9262.0, 9290.0, 9262.0, 9299.0, 9283.0, 9326.0, 9330.0, 9334.0, 9365.0, 9321.0, 9365.0, 9304.0, 9297.0, 9314.0, 9309.0, 9319.0, 9339.0, 9320.0, 9357.0, 9316.0, 9339.0, 9320.0, 9347.0, 9303.0, 9324.0, 9280.0, 9316.0, 9310.0, 9323.0, 9300.0, 9339.0, 9315.0, 9352.0, 9342.0, 9333.0, 9313.0, 9306.0, 9292.0, 9347.0, 9295.0, 9313.0, 9294.0, 9331.0, 9323.0, 9342.0, 9339.0, 9333.0, 9315.0, 9315.0, 9298.0, 9330.0, 9281.0, 9316.0, 9311.0, 9315.0, 9385.0, 9339.0, 9368.0, 9295.0, 9358.0, 9333.0, 9333.0, 9309.0, 9325.0, 9315.0, 9373.0, 9346.0, 9355.0, 9329.0, 9345.0, 9299.0, 9334.0, 9299.0, 9324.0, 9298.0, 9339.0, 9297.0, 9323.0, 9294.0, 9307.0, 9297.0, 9336.0, 9316.0, 9307.0, 9274.0, 9296.0, 9268.0, 9288.0, 9272.0, 9291.0, 9261.0, 9337.0, 9306.0, 9295.0, 9344.0, 9301.0, 9309.0, 9294.0, 9291.0, 9323.0, 9332.0, 9323.0, 9344.0, 9339.0, 9387.0, 9356.0, 9374.0, 9327.0, 9344.0, 9311.0, 9329.0, 9325.0, 9345.0, 9317.0, 9348.0, 9298.0, 9347.0, 9326.0, 9343.0, 9320.0, 9301.0, 9286.0, 9287.0, 9270.0, 9277.0, 9283.0, 9295.0, 9333.0, 9294.0, 9317.0, 9276.0, 9303.0, 9313.0, 9314.0, 9312.0, 9337.0, 9315.0, 9315.0, 9314.0, 9329.0, 9300.0, 9320.0, 9336.0, 9363.0, 9325.0, 9318.0, 9298.0, 9299.0, 9285.0, 9316.0, 9308.0, 9314.0, 9335.0, 9302.0, 9364.0, 9308.0, 9325.0, 9297.0, 9320.0, 9295.0, 9320.0, 9306.0, 9353.0, 9338.0, 9351.0, 9303.0, 9356.0, 9332.0, 9339.0, 9321.0, 9329.0, 9313.0, 9350.0, 9315.0, 9332.0, 9323.0, 9356.0, 9308.0, 9348.0, 9339.0, 9337.0, 9300.0, 9315.0, 9278.0, 9296.0, 9305.0, 9297.0, 9333.0, 9295.0, 9335.0, 9291.0, 9330.0, 9298.0, 9328.0, 9321.0, 9304.0, 9297.0, 9337.0, 9316.0, 9343.0, 9304.0, 9361.0, 9343.0, 9406.0, 9330.0, 9341.0, 9337.0, 9323.0, 9297.0, 9285.0, 9338.0, 9323.0, 9351.0, 9313.0, 9335.0, 9328.0, 9364.0, 9323.0, 9364.0, 9330.0, 9350.0, 9319.0, 9320.0, 9283.0, 9318.0, 9298.0, 9323.0, 9286.0, 9323.0, 9295.0, 9308.0, 9274.0, 9307.0, 9277.0, 9332.0, 9312.0, 9287.0, 9276.0, 9268.0, 9269.0, 9292.0, 9295.0, 9287.0, 9331.0, 9317.0, 9333.0, 9294.0, 9328.0, 9297.0, 9303.0, 9273.0, 9300.0, 9281.0, 9348.0, 9340.0, 9347.0, 9301.0, 9337.0, 9333.0, 9359.0, 9322.0, 9332.0, 9299.0, 9318.0, 9299.0, 9318.0, 9335.0, 9297.0, 9337.0, 9299.0, 9350.0, 9315.0, 9316.0, 9297.0, 9344.0, 9316.0, 9327.0, 9284.0, 9313.0, 9286.0, 9365.0, 9334.0, 9344.0, 9321.0, 9334.0, 9301.0, 9339.0, 9317.0, 9322.0, 9344.0, 9320.0, 9350.0, 9330.0, 9335.0, 9305.0, 9330.0, 9282.0, 9313.0, 9285.0, 9319.0, 9312.0, 9322.0, 9346.0, 9352.0, 9401.0, 9325.0, 9334.0, 9302.0, 9330.0, 9303.0, 9326.0, 9285.0, 9341.0, 9346.0, 9340.0, 9328.0, 9337.0, 9327.0, 9333.0, 9341.0, 9318.0, 9345.0, 9325.0, 9374.0, 9309.0, 9349.0, 9298.0, 9318.0, 9284.0, 9316.0, 9320.0, 9311.0, 9357.0, 9323.0, 9367.0, 9320.0, 9336.0, 9278.0, 9315.0, 9295.0, 9322.0, 9298.0, 9314.0, 9277.0, 9312.0, 9291.0, 9309.0, 9359.0, 9320.0, 9358.0, 9294.0, 9325.0, 9268.0, 9307.0, 9274.0, 9302.0, 9289.0, 9303.0, 9288.0, 9315.0, 9295.0, 9316.0, 9301.0, 9335.0, 9316.0, 9298.0, 9288.0, 9295.0, 9291.0, 9314.0, 9295.0, 9320.0, 9342.0, 9338.0, 9392.0, 9324.0, 9331.0, 9323.0, 9332.0, 9319.0, 9328.0, 9318.0, 9327.0, 9298.0, 9330.0, 9326.0, 9345.0, 9296.0, 9346.0, 9355.0, 9322.0, 9323.0, 9311.0, 9318.0, 9315.0, 9339.0, 9312.0, 9340.0, 9297.0, 9325.0, 9297.0, 9351.0, 9311.0, 9317.0, 9302.0, 9311.0, 9282.0, 9305.0, 9294.0, 9319.0, 9287.0, 9319.0, 9340.0, 9346.0, 9370.0, 9339.0, 9356.0, 9299.0, 9333.0, 9298.0, 9324.0, 9299.0, 9323.0, 9294.0, 9326.0, 9303.0, 9337.0, 9307.0, 9316.0, 9276.0, 9291.0, 9263.0, 9299.0, 9282.0, 9315.0, 9294.0, 9315.0, 9339.0, 9345.0, 9356.0, 9313.0, 9325.0, 9285.0, 9324.0, 9286.0, 9330.0, 9301.0, 9332.0, 9300.0, 9329.0, 9296.0, 9313.0, 9302.0, 9346.0, 9313.0, 9315.0, 9317.0, 9313.0, 9315.0, 9309.0, 9288.0, 9316.0, 9282.0, 9313.0, 9344.0, 9292.0, 9337.0, 9313.0, 9343.0, 9314.0, 9332.0, 9280.0, 9307.0, 9272.0, 9317.0, 9319.0, 9300.0, 9352.0, 9278.0, 9308.0, 9265.0, 9286.0, 9243.0, 9289.0, 9223.0, 9240.0, 9231.0, 9236.0, 9276.0, 9243.0, 9307.0, 9252.0, 9265.0, 9258.0, 9277.0, 9246.0, 9263.0, 9247.0, 9279.0, 9253.0, 9287.0, 9261.0, 9295.0, 9326.0, 9331.0, 9322.0, 9292.0, 9287.0, 9272.0, 9269.0, 9292.0, 9299.0, 9318.0, 9341.0, 9298.0, 9320.0, 9317.0, 9353.0, 9324.0, 9335.0, 9322.0, 9308.0, 9295.0, 9313.0, 9320.0, 9336.0, 9304.0, 9334.0, 9318.0, 9344.0, 9316.0, 9353.0, 9321.0, 9343.0, 9353.0, 9319.0, 9309.0, 9293.0, 9291.0, 9302.0, 9321.0, 9318.0, 9352.0, 9315.0, 9321.0, 9294.0, 9306.0, 9291.0, 9310.0, 9323.0, 9332.0, 9285.0, 9311.0, 9291.0, 9306.0, 9276.0, 9307.0, 9274.0, 9296.0, 9264.0, 9301.0, 9296.0, 9317.0, 9331.0, 9346.0, 9363.0, 9323.0, 9372.0, 9329.0, 9327.0, 9301.0, 9325.0, 9301.0, 9320.0, 9298.0, 9320.0, 9286.0, 9336.0, 9333.0, 9345.0, 9338.0, 9320.0, 9283.0, 9303.0, 9285.0, 9337.0, 9320.0, 9326.0, 9347.0, 9325.0, 9349.0, 9312.0, 9377.0, 9330.0, 9332.0, 9320.0, 9373.0, 9306.0, 9337.0, 9300.0, 9329.0, 9349.0, 9349.0, 9338.0, 9328.0, 9305.0, 9339.0, 9320.0, 9328.0, 9364.0, 9327.0, 9366.0, 9325.0, 9373.0, 9336.0, 9353.0, 9303.0, 9314.0, 9294.0, 9326.0, 9280.0, 9318.0, 9283.0, 9316.0, 9308.0, 9323.0, 9366.0, 9320.0, 9352.0, 9298.0, 9335.0, 9300.0, 9324.0, 9297.0, 9328.0, 9298.0, 9332.0, 9287.0, 9340.0, 9336.0, 9351.0, 9339.0, 9314.0, 9368.0, 9372.0, 9366.0, 9306.0, 9349.0, 9307.0, 9344.0, 9325.0, 9354.0, 9309.0, 9347.0, 9301.0, 9334.0, 9329.0, 9361.0, 9339.0, 9345.0, 9331.0, 9321.0, 9342.0, 9317.0, 9330.0, 9315.0, 9327.0, 9314.0, 9355.0, 9329.0, 9323.0, 9301.0, 9315.0, 9287.0, 9324.0, 9319.0, 9292.0, 9317.0, 9291.0, 9317.0, 9294.0, 9351.0, 9310.0, 9326.0, 9278.0, 9293.0, 9260.0, 9292.0, 9299.0, 9293.0, 9329.0, 9293.0, 9318.0, 9292.0, 9305.0, 9284.0, 9318.0, 9322.0, 9301.0, 9288.0, 9279.0, 9259.0, 9297.0, 9307.0, 9317.0, 9362.0, 9322.0, 9328.0, 9318.0, 9335.0, 9323.0, 9325.0, 9300.0, 9322.0, 9300.0, 9328.0, 9304.0, 9335.0, 9299.0, 9319.0, 9299.0, 9346.0, 9356.0, 9320.0, 9322.0, 9313.0, 9306.0, 9314.0, 9341.0, 9303.0, 9341.0, 9302.0, 9329.0, 9326.0, 9339.0, 9309.0, 9309.0, 9346.0, 9333.0, 9305.0, 9367.0, 9335.0, 9334.0, 9305.0, 9352.0, 9335.0, 9343.0, 9311.0, 9322.0, 9286.0, 9321.0, 9308.0, 9343.0, 9314.0, 9324.0, 9364.0, 9328.0, 9360.0, 9309.0, 9342.0, 9310.0, 9347.0, 9345.0, 9358.0, 9340.0, 9338.0, 9330.0, 9362.0, 9360.0, 9323.0, 9340.0, 9303.0, 9340.0, 9299.0, 9324.0, 9318.0, 9366.0, 9319.0, 9323.0, 9291.0, 9305.0, 9289.0, 9304.0, 9295.0, 9327.0, 9299.0, 9328.0, 9317.0, 9365.0, 9329.0, 9333.0, 9292.0, 9307.0, 9287.0, 9315.0, 9290.0, 9297.0, 9306.0, 9296.0, 9322.0, 9295.0, 9325.0, 9314.0, 9352.0, 9307.0, 9297.0, 9319.0, 9334.0, 9311.0, 9330.0, 9297.0, 9318.0, 9317.0, 9362.0, 9353.0, 9344.0, 9316.0, 9316.0, 9325.0, 9300.0, 9341.0, 9324.0, 9347.0, 9318.0, 9350.0, 9324.0, 9332.0, 9316.0, 9326.0, 9297.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.0008207479861910242</td></tr>
<tr><td colspan=3>aqi</td><td>0.019377161910241653</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.87973067301844</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.243933743214287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042502786751155</td></tr>
<tr><td colspan=3>efc</td><td>0.4648</td></tr>
<tr><td colspan=3>fber</td><td>5040.9204</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12850689705310397</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.844649021864212</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6557173840046358</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6477762095993684</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.83341302335526</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4859629190592782</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142009</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014653663150966167</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020110273733735085</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.744595013049502</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>40.2308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0308</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304458.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>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.5685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1261</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.1929</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.2916</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.72</td></tr>
<tr><td colspan=3>tsnr</td><td>42.019339207501616</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>