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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0102_ses-03_task-social_acq-mb8_run-05_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-0102_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-05_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-0102/ses-03/func/sub-0102_ses-03_task-social_acq-mb8_run-05_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>a22e9ed35695d8776260aad5b9942873</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>13:37:13.227500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997954, -0.0639181, -0.00135592, 0.0638352, 0.997381, -0.0340054]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.102817</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7816, -7246, 193, -126, -105, -77, 110]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c057797-acf5-4652-b9e6-3968ee49ff85||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677438259124756, 0.1712651401758194, -0.009520009160041809, 107.71919250488281], [0.17148761451244354, 2.6758999824523926, -0.09139318019151688, -93.42142486572266], [-0.003637824673205614, 0.09123413264751434, 2.6984360218048096, -61.35944366455078], [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': ['133713.227500', '133713.687500', '133714.147500', '133714.607500', '133715.067500', '133715.527500', '133715.987500', '133716.447500', '133716.907500', '133717.367500', '133717.827500', '133718.287500', '133718.747500', '133719.207500', '133719.667500', '133720.127500', '133720.587500', '133721.047500', '133721.507500', '133721.967500', '133722.427500', '133722.887500', '133723.347500', '133723.807500', '133724.267500', '133724.727500', '133725.187500', '133725.647500', '133726.107500', '133726.567500', '133727.027500', '133727.487500', '133727.947500', '133728.407500', '133728.867500', '133729.327500', '133729.787500', '133730.247500', '133730.707500', '133731.167500', '133731.627500', '133732.087500', '133732.547500', '133733.007500', '133733.467500', '133733.927500', '133734.387500', '133734.847500', '133735.307500', '133735.767500', '133736.227500', '133736.687500', '133737.147500', '133737.607500', '133738.067500', '133738.527500', '133738.987500', '133739.447500', '133739.907500', '133740.367500', '133740.827500', '133741.287500', '133741.747500', '133742.207500', '133742.667500', '133743.127500', '133743.587500', '133744.047500', '133744.507500', '133744.967500', '133745.427500', '133745.887500', '133746.347500', '133746.807500', '133747.267500', '133747.727500', '133748.187500', '133748.647500', '133749.107500', '133749.567500', '133750.027500', '133750.487500', '133750.947500', '133751.407500', '133751.867500', '133752.327500', '133752.787500', '133753.247500', '133753.707500', '133754.167500', '133754.627500', '133755.087500', '133755.547500', '133756.007500', '133756.467500', '133756.927500', '133757.387500', '133757.847500', '133758.307500', '133758.767500', '133759.227500', '133759.687500', '133800.147500', '133800.607500', '133801.067500', '133801.527500', '133801.987500', '133802.447500', '133802.907500', '133803.367500', '133803.827500', '133804.287500', '133804.747500', '133805.207500', '133805.667500', '133806.127500', '133806.587500', '133807.047500', '133807.507500', '133807.967500', '133808.427500', '133808.887500', '133809.347500', '133809.807500', '133810.267500', '133810.727500', '133811.187500', '133811.647500', '133812.107500', '133812.567500', '133813.027500', '133813.487500', '133813.947500', '133814.407500', '133814.867500', '133815.327500', '133815.787500', '133816.247500', '133816.707500', '133817.167500', '133817.627500', '133818.087500', '133818.547500', '133819.007500', '133819.467500', '133819.927500', '133820.387500', '133820.847500', '133821.307500', '133821.767500', '133822.227500', '133822.687500', '133823.147500', '133823.607500', '133824.067500', '133824.527500', '133824.987500', '133825.447500', '133825.907500', '133826.367500', '133826.827500', '133827.287500', '133827.747500', '133828.207500', '133828.667500', '133829.127500', '133829.587500', '133830.047500', '133830.507500', '133830.967500', '133831.427500', '133831.887500', '133832.347500', '133832.807500', '133833.267500', '133833.727500', '133834.187500', '133834.647500', '133835.107500', '133835.567500', '133836.027500', '133836.487500', '133836.947500', '133837.407500', '133837.867500', '133838.327500', '133838.787500', '133839.247500', '133839.707500', '133840.167500', '133840.627500', '133841.087500', '133841.547500', '133842.007500', '133842.467500', '133842.927500', '133843.387500', '133843.847500', '133844.307500', '133844.767500', '133845.227500', '133845.687500', '133846.147500', '133846.607500', '133847.067500', '133847.527500', '133847.987500', '133848.447500', '133848.907500', '133849.367500', '133849.827500', '133850.287500', '133850.747500', '133851.207500', '133851.667500', '133852.127500', '133852.587500', '133853.047500', '133853.507500', '133853.967500', '133854.427500', '133854.887500', '133855.347500', '133855.807500', '133856.267500', '133856.727500', '133857.187500', '133857.647500', '133858.107500', '133858.567500', '133859.027500', '133859.487500', '133859.947500', '133900.407500', '133900.867500', '133901.327500', '133901.787500', '133902.247500', '133902.707500', '133903.167500', '133903.627500', '133904.087500', '133904.547500', '133905.007500', '133905.467500', '133905.927500', '133906.387500', '133906.847500', '133907.307500', '133907.767500', '133908.227500', '133908.687500', '133909.147500', '133909.607500', '133910.067500', '133910.527500', '133910.987500', '133911.447500', '133911.907500', '133912.367500', '133912.827500', '133913.287500', '133913.747500', '133914.207500', '133914.667500', '133915.127500', '133915.587500', '133916.047500', '133916.507500', '133916.967500', '133917.427500', '133917.887500', '133918.347500', '133918.807500', '133919.267500', '133919.727500', '133920.187500', '133920.647500', '133921.107500', '133921.567500', '133922.027500', '133922.487500', '133922.947500', '133923.407500', '133923.867500', '133924.327500', '133924.787500', '133925.247500', '133925.707500', '133926.167500', '133926.627500', '133927.087500', '133927.547500', '133928.007500', '133928.467500', '133928.927500', '133929.387500', '133929.847500', '133930.307500', '133930.767500', '133931.227500', '133931.687500', '133932.147500', '133932.607500', '133933.067500', '133933.527500', '133933.987500', '133934.447500', '133934.907500', '133935.367500', '133935.827500', '133936.287500', '133936.747500', '133937.207500', '133937.667500', '133938.127500', '133938.587500', '133939.047500', '133939.507500', '133939.967500', '133940.427500', '133940.887500', '133941.347500', '133941.807500', '133942.267500', '133942.727500', '133943.187500', '133943.647500', '133944.107500', '133944.567500', '133945.027500', '133945.487500', '133945.947500', '133946.407500', '133946.867500', '133947.327500', '133947.787500', '133948.247500', '133948.707500', '133949.167500', '133949.627500', '133950.087500', '133950.547500', '133951.007500', '133951.467500', '133951.927500', '133952.387500', '133952.847500', '133953.307500', '133953.767500', '133954.227500', '133954.687500', '133955.147500', '133955.607500', '133956.067500', '133956.527500', '133956.987500', '133957.447500', '133957.907500', '133958.367500', '133958.827500', '133959.287500', '133959.747500', '134000.207500', '134000.667500', '134001.127500', '134001.587500', '134002.047500', '134002.507500', '134002.967500', '134003.427500', '134003.887500', '134004.347500', '134004.807500', '134005.267500', '134005.727500', '134006.187500', '134006.647500', '134007.107500', '134007.567500', '134008.027500', '134008.487500', '134008.947500', '134009.407500', '134009.867500', '134010.327500', '134010.787500', '134011.247500', '134011.707500', '134012.167500', '134012.627500', '134013.087500', '134013.547500', '134014.007500', '134014.467500', '134014.927500', '134015.387500', '134015.847500', '134016.307500', '134016.767500', '134017.227500', '134017.687500', '134018.147500', '134018.607500', '134019.067500', '134019.527500', '134019.987500', '134020.447500', '134020.907500', '134021.367500', '134021.827500', '134022.287500', '134022.747500', '134023.207500', '134023.667500', '134024.127500', '134024.587500', '134025.047500', '134025.507500', '134025.967500', '134026.427500', '134026.887500', '134027.347500', '134027.807500', '134028.267500', '134028.727500', '134029.187500', '134029.647500', '134030.107500', '134030.567500', '134031.027500', '134031.487500', '134031.947500', '134032.407500', '134032.867500', '134033.327500', '134033.787500', '134034.247500', '134034.707500', '134035.167500', '134035.627500', '134036.087500', '134036.547500', '134037.007500', '134037.467500', '134037.927500', '134038.387500', '134038.847500', '134039.307500', '134039.767500', '134040.227500', '134040.687500', '134041.147500', '134041.607500', '134042.067500', '134042.527500', '134042.987500', '134043.447500', '134043.907500', '134044.367500', '134044.827500', '134045.287500', '134045.747500', '134046.207500', '134046.667500', '134047.127500', '134047.587500', '134048.047500', '134048.507500', '134048.967500', '134049.427500', '134049.887500', '134050.347500', '134050.807500', '134051.267500', '134051.727500', '134052.187500', '134052.647500', '134053.107500', '134053.567500', '134054.027500', '134054.487500', '134054.947500', '134055.407500', '134055.867500', '134056.327500', '134056.787500', '134057.247500', '134057.707500', '134058.167500', '134058.627500', '134059.087500', '134059.547500', '134100.007500', '134100.467500', '134100.927500', '134101.387500', '134101.847500', '134102.307500', '134102.767500', '134103.227500', '134103.687500', '134104.147500', '134104.607500', '134105.067500', '134105.527500', '134105.987500', '134106.447500', '134106.907500', '134107.367500', '134107.827500', '134108.287500', '134108.747500', '134109.207500', '134109.667500', '134110.127500', '134110.587500', '134111.047500', '134111.507500', '134111.967500', '134112.427500', '134112.887500', '134113.347500', '134113.807500', '134114.267500', '134114.727500', '134115.187500', '134115.647500', '134116.107500', '134116.567500', '134117.027500', '134117.487500', '134117.947500', '134118.407500', '134118.867500', '134119.327500', '134119.787500', '134120.247500', '134120.707500', '134121.167500', '134121.627500', '134122.087500', '134122.547500', '134123.007500', '134123.467500', '134123.927500', '134124.387500', '134124.847500', '134125.307500', '134125.767500', '134126.227500', '134126.687500', '134127.147500', '134127.607500', '134128.067500', '134128.527500', '134128.987500', '134129.447500', '134129.907500', '134130.367500', '134130.827500', '134131.287500', '134131.747500', '134132.207500', '134132.667500', '134133.127500', '134133.587500', '134134.047500', '134134.507500', '134134.967500', '134135.427500', '134135.887500', '134136.347500', '134136.807500', '134137.267500', '134137.727500', '134138.187500', '134138.647500', '134139.107500', '134139.567500', '134140.027500', '134140.487500', '134140.947500', '134141.407500', '134141.867500', '134142.327500', '134142.787500', '134143.247500', '134143.707500', '134144.167500', '134144.627500', '134145.087500', '134145.547500', '134146.007500', '134146.467500', '134146.927500', '134147.387500', '134147.847500', '134148.307500', '134148.767500', '134149.227500', '134149.687500', '134150.147500', '134150.607500', '134151.067500', '134151.527500', '134151.987500', '134152.447500', '134152.907500', '134153.367500', '134153.827500', '134154.287500', '134154.747500', '134155.207500', '134155.667500', '134156.127500', '134156.587500', '134157.047500', '134157.507500', '134157.967500', '134158.427500', '134158.887500', '134159.347500', '134159.807500', '134200.267500', '134200.727500', '134201.187500', '134201.647500', '134202.107500', '134202.567500', '134203.027500', '134203.487500', '134203.947500', '134204.407500', '134204.867500', '134205.327500', '134205.787500', '134206.247500', '134206.707500', '134207.167500', '134207.627500', '134208.087500', '134208.547500', '134209.007500', '134209.467500', '134209.927500', '134210.387500', '134210.847500', '134211.307500', '134211.767500', '134212.227500', '134212.687500', '134213.147500', '134213.607500', '134214.067500', '134214.527500', '134214.987500', '134215.447500', '134215.907500', '134216.367500', '134216.827500', '134217.287500', '134217.747500', '134218.207500', '134218.667500', '134219.127500', '134219.587500', '134220.047500', '134220.507500', '134220.967500', '134221.427500', '134221.887500', '134222.347500', '134222.807500', '134223.267500', '134223.727500', '134224.187500', '134224.647500', '134225.107500', '134225.567500', '134226.027500', '134226.487500', '134226.947500', '134227.407500', '134227.867500', '134228.327500', '134228.787500', '134229.247500', '134229.707500', '134230.167500', '134230.627500', '134231.087500', '134231.547500', '134232.007500', '134232.467500', '134232.927500', '134233.387500', '134233.847500', '134234.307500', '134234.767500', '134235.227500', '134235.687500', '134236.147500', '134236.607500', '134237.067500', '134237.527500', '134237.987500', '134238.447500', '134238.907500', '134239.367500', '134239.827500', '134240.287500', '134240.747500', '134241.207500', '134241.667500', '134242.127500', '134242.587500', '134243.047500', '134243.507500', '134243.967500', '134244.427500', '134244.887500', '134245.347500', '134245.807500', '134246.267500', '134246.727500', '134247.187500', '134247.647500', '134248.107500', '134248.567500', '134249.027500', '134249.487500', '134249.947500', '134250.407500', '134250.867500', '134251.327500', '134251.787500', '134252.247500', '134252.707500', '134253.167500', '134253.627500', '134254.087500', '134254.547500', '134255.007500', '134255.467500', '134255.927500', '134256.387500', '134256.847500', '134257.307500', '134257.767500', '134258.227500', '134258.687500', '134259.147500', '134259.607500', '134300.067500', '134300.527500', '134300.987500', '134301.447500', '134301.907500', '134302.367500', '134302.827500', '134303.287500', '134303.747500', '134304.207500', '134304.667500', '134305.127500', '134305.587500', '134306.047500', '134306.507500', '134306.967500', '134307.427500', '134307.887500', '134308.347500', '134308.807500', '134309.267500', '134309.727500', '134310.187500', '134310.647500', '134311.107500', '134311.567500', '134312.027500', '134312.487500', '134312.947500', '134313.407500', '134313.867500', '134314.327500', '134314.787500', '134315.247500', '134315.707500', '134316.167500', '134316.627500', '134317.087500', '134317.547500', '134318.007500', '134318.467500', '134318.927500', '134319.387500', '134319.847500', '134320.307500', '134320.767500', '134321.227500', '134321.687500', '134322.147500', '134322.607500', '134323.067500', '134323.527500', '134323.987500', '134324.447500', '134324.907500', '134325.367500', '134325.827500', '134326.287500', '134326.747500', '134327.207500', '134327.667500', '134328.127500', '134328.587500', '134329.047500', '134329.507500', '134329.967500', '134330.427500', '134330.887500', '134331.347500', '134331.807500', '134332.267500', '134332.727500', '134333.187500', '134333.647500', '134334.107500', '134334.567500', '134335.027500', '134335.487500', '134335.947500', '134336.407500', '134336.867500', '134337.327500', '134337.787500', '134338.247500', '134338.707500', '134339.167500', '134339.627500', '134340.087500', '134340.547500', '134341.007500', '134341.467500', '134341.927500', '134342.387500', '134342.847500', '134343.307500', '134343.767500', '134344.227500', '134344.687500', '134345.147500', '134345.607500', '134346.067500', '134346.527500', '134346.987500', '134347.447500', '134347.907500', '134348.367500', '134348.827500', '134349.287500', '134349.747500', '134350.207500', '134350.667500', '134351.127500', '134351.587500', '134352.047500', '134352.507500', '134352.967500', '134353.427500', '134353.887500'], 'ContentTime': ['133733.153000', '133733.156000', '133733.163000', '133733.166000', '133733.169000', '133733.171000', '133733.174000', '133733.176000', '133733.179000', '133733.182000', '133733.184000', '133733.187000', '133733.189000', '133733.192000', '133733.195000', '133733.197000', '133733.200000', '133733.202000', '133733.205000', '133733.211000', '133733.214000', '133733.216000', '133733.219000', '133733.221000', '133733.224000', '133733.227000', '133733.229000', '133733.232000', '133733.235000', '133733.237000', '133733.240000', '133733.242000', '133733.245000', '133733.248000', '133733.250000', '133733.253000', '133733.255000', '133733.258000', '133733.261000', '133733.263000', '133753.114000', '133753.117000', '133753.120000', '133753.123000', '133753.125000', '133753.128000', '133753.131000', '133753.134000', '133753.136000', '133753.139000', '133753.142000', '133753.145000', '133753.148000', '133753.151000', '133753.154000', '133753.157000', '133753.159000', '133753.162000', '133753.164000', '133753.167000', '133753.169000', '133753.172000', '133753.175000', '133753.177000', '133753.180000', '133753.183000', '133753.185000', '133753.188000', '133753.191000', '133753.193000', '133753.196000', '133753.198000', '133753.201000', '133753.204000', '133753.206000', '133753.216000', '133753.218000', '133753.221000', '133753.223000', '133753.226000', '133753.229000', '133753.231000', '133753.234000', '133813.127000', '133813.130000', '133813.133000', '133813.136000', '133813.138000', '133813.141000', '133813.143000', '133813.146000', '133813.149000', '133813.151000', '133813.160000', '133813.162000', '133813.165000', '133813.167000', '133813.170000', '133813.173000', '133813.175000', '133813.178000', '133813.181000', '133813.183000', '133813.186000', '133813.188000', '133813.191000', '133813.193000', '133813.196000', '133813.199000', '133813.201000', '133813.204000', '133813.207000', '133813.209000', '133813.212000', '133813.214000', '133813.217000', '133813.219000', '133813.222000', '133813.224000', '133813.227000', '133813.230000', '133813.232000', '133813.235000', '133813.237000', '133813.241000', '133813.243000', '133813.246000', '133833.114000', '133833.117000', '133833.120000', '133833.122000', '133833.125000', '133833.127000', '133833.130000', '133833.133000', '133833.135000', '133833.138000', '133833.141000', '133833.144000', '133833.146000', '133833.149000', '133833.152000', '133833.154000', '133833.157000', '133833.159000', '133833.162000', '133833.165000', '133833.167000', '133833.170000', '133833.173000', '133833.175000', '133833.178000', '133833.180000', '133833.183000', '133833.185000', '133833.188000', '133833.191000', '133833.194000', '133833.196000', '133833.199000', '133833.201000', '133833.204000', '133833.207000', '133833.209000', '133833.212000', '133833.215000', '133833.217000', '133833.220000', '133833.222000', '133833.225000', '133833.228000', '133853.114000', '133853.117000', '133853.120000', '133853.122000', '133853.125000', '133853.128000', '133853.130000', '133853.133000', '133853.135000', '133853.138000', '133853.141000', '133853.143000', '133853.146000', '133853.149000', '133853.151000', '133853.154000', '133853.157000', '133853.159000', '133853.162000', '133853.164000', '133853.167000', '133853.170000', '133853.172000', '133853.175000', '133853.177000', '133853.180000', '133853.183000', '133853.185000', '133853.188000', '133853.191000', '133853.193000', '133853.196000', '133853.199000', '133853.201000', '133853.204000', '133853.206000', '133853.209000', '133853.212000', '133853.214000', '133853.217000', '133853.220000', '133853.222000', '133853.225000', '133913.115000', '133913.117000', '133913.120000', '133913.123000', '133913.125000', '133913.128000', '133913.131000', '133913.134000', '133913.137000', '133913.141000', '133913.144000', '133913.146000', '133913.149000', '133913.152000', '133913.155000', '133913.157000', '133913.160000', '133913.162000', '133913.165000', '133913.168000', '133913.171000', '133913.174000', '133913.177000', '133913.179000', '133913.182000', '133913.184000', '133913.187000', '133913.190000', '133913.192000', '133913.195000', '133913.198000', '133913.200000', '133913.203000', '133913.205000', '133913.208000', '133913.211000', '133913.218000', '133913.221000', '133913.224000', '133913.227000', '133913.229000', '133913.232000', '133913.235000', '133933.115000', '133933.117000', '133933.120000', '133933.123000', '133933.126000', '133933.128000', '133933.131000', '133933.133000', '133933.136000', '133933.139000', '133933.141000', '133933.144000', '133933.147000', '133933.149000', '133933.152000', '133933.154000', '133933.157000', '133933.160000', '133933.162000', '133933.165000', '133933.168000', '133933.170000', '133933.173000', '133933.175000', '133933.178000', '133933.181000', '133933.183000', '133933.186000', '133933.189000', '133933.191000', '133933.194000', '133933.196000', '133933.199000', '133933.202000', '133933.204000', '133933.207000', '133933.210000', '133933.212000', '133933.215000', '133933.217000', '133933.229000', '133933.232000', '133933.235000', '133933.237000', '133953.113000', '133953.116000', '133953.119000', '133953.122000', '133953.124000', '133953.127000', '133953.130000', '133953.132000', '133953.135000', '133953.137000', '133953.140000', '133953.143000', '133953.145000', '133953.148000', '133953.150000', '133953.153000', '133953.156000', '133953.158000', '133953.161000', '133953.170000', '133953.173000', '133953.176000', '133953.179000', '133953.181000', '133953.184000', '133953.187000', '133953.189000', '133953.192000', '133953.195000', '133953.198000', '133953.200000', '133953.203000', '133953.206000', '133953.208000', '133953.211000', '133953.214000', '133953.216000', '133953.219000', '133953.222000', '133953.224000', '133953.227000', '133953.230000', '133953.232000', '134013.115000', '134013.118000', '134013.120000', '134013.123000', '134013.126000', '134013.128000', '134013.131000', '134013.134000', '134013.136000', '134013.139000', '134013.141000', '134013.144000', '134013.147000', '134013.149000', '134013.152000', '134013.155000', '134013.157000', '134013.160000', '134013.162000', '134013.165000', '134013.168000', '134013.170000', '134013.173000', '134013.176000', '134013.178000', '134013.181000', '134013.183000', '134013.186000', '134013.189000', '134013.191000', '134013.194000', '134013.197000', '134013.199000', '134013.202000', '134013.204000', '134013.207000', '134013.210000', '134013.212000', '134013.215000', '134013.217000', '134013.220000', '134013.223000', '134013.225000', '134013.228000', '134033.115000', '134033.118000', '134033.120000', '134033.123000', '134033.125000', '134033.128000', '134033.131000', '134033.133000', '134033.136000', '134033.139000', '134033.141000', '134033.144000', '134033.147000', '134033.149000', '134033.152000', '134033.155000', '134033.159000', '134033.162000', '134033.164000', '134033.167000', '134033.170000', '134033.172000', '134033.175000', '134033.178000', '134033.180000', '134033.183000', '134033.185000', '134033.188000', '134033.191000', '134033.193000', '134033.196000', '134033.198000', '134033.201000', '134033.204000', '134033.206000', '134033.209000', '134033.212000', '134033.215000', '134033.218000', '134033.221000', '134033.223000', '134033.226000', '134033.229000', '134053.114000', '134053.117000', '134053.120000', '134053.123000', '134053.125000', '134053.128000', '134053.131000', '134053.134000', '134053.136000', '134053.139000', '134053.142000', '134053.144000', '134053.147000', '134053.149000', '134053.152000', '134053.155000', '134053.157000', '134053.160000', '134053.163000', '134053.165000', '134053.168000', '134053.171000', '134053.173000', '134053.176000', '134053.179000', '134053.181000', '134053.184000', '134053.187000', '134053.189000', '134053.192000', '134053.195000', '134053.197000', '134053.200000', '134053.202000', '134053.205000', '134053.208000', '134053.210000', '134053.213000', '134053.216000', '134053.218000', '134053.221000', '134053.224000', '134053.226000', '134053.229000', '134113.115000', '134113.117000', '134113.120000', '134113.123000', '134113.125000', '134113.128000', '134113.131000', '134113.133000', '134113.136000', '134113.139000', '134113.142000', '134113.144000', '134113.147000', '134113.150000', '134113.152000', '134113.155000', '134113.157000', '134113.160000', '134113.163000', '134113.165000', '134113.168000', '134113.182000', '134113.185000', '134113.188000', '134113.191000', '134113.193000', '134113.196000', '134113.198000', '134113.201000', '134113.204000', '134113.206000', '134113.209000', '134113.212000', '134113.214000', '134113.217000', '134113.219000', '134113.222000', '134113.225000', '134113.227000', '134113.230000', '134113.233000', '134113.243000', '134113.245000', '134133.114000', '134133.118000', '134133.120000', '134133.123000', '134133.126000', '134133.128000', '134133.131000', '134133.133000', '134133.136000', '134133.139000', '134133.141000', '134133.144000', '134133.146000', '134133.149000', '134133.152000', '134133.154000', '134133.157000', '134133.160000', '134133.162000', '134133.165000', '134133.167000', '134133.170000', '134133.173000', '134133.175000', '134133.178000', '134133.181000', '134133.183000', '134133.186000', '134133.189000', '134133.191000', '134133.194000', '134133.196000', '134133.199000', '134133.202000', '134133.205000', '134133.207000', '134133.210000', '134133.212000', '134133.215000', '134133.218000', '134133.220000', '134133.223000', '134133.226000', '134133.228000', '134153.115000', '134153.117000', '134153.120000', '134153.123000', '134153.125000', '134153.128000', '134153.131000', '134153.133000', '134153.136000', '134153.138000', '134153.141000', '134153.144000', '134153.146000', '134153.149000', '134153.152000', '134153.154000', '134153.157000', '134153.159000', '134153.162000', '134153.165000', '134153.167000', '134153.170000', '134153.173000', '134153.175000', '134153.178000', '134153.181000', '134153.183000', '134153.191000', '134153.194000', '134153.197000', '134153.199000', '134153.202000', '134153.204000', '134153.207000', '134153.210000', '134153.214000', '134153.216000', '134153.219000', '134153.222000', '134153.224000', '134153.227000', '134153.231000', '134153.233000', '134213.113000', '134213.116000', '134213.119000', '134213.121000', '134213.124000', '134213.127000', '134213.129000', '134213.132000', '134213.135000', '134213.137000', '134213.140000', '134213.143000', '134213.145000', '134213.148000', '134213.151000', '134213.153000', '134213.156000', '134213.159000', '134213.161000', '134213.164000', '134213.167000', '134213.169000', '134213.172000', '134213.174000', '134213.177000', '134213.180000', '134213.182000', '134213.185000', '134213.188000', '134213.190000', '134213.193000', '134213.195000', '134213.198000', '134213.201000', '134213.203000', '134213.206000', '134213.209000', '134213.211000', '134213.214000', '134213.217000', '134213.219000', '134213.222000', '134213.225000', '134213.227000', '134233.114000', '134233.117000', '134233.120000', '134233.123000', '134233.125000', '134233.128000', '134233.131000', '134233.133000', '134233.136000', '134233.139000', '134233.141000', '134233.144000', '134233.146000', '134233.149000', '134233.152000', '134233.154000', '134233.157000', '134233.160000', '134233.162000', '134233.165000', '134233.167000', '134233.170000', '134233.173000', '134233.175000', '134233.178000', '134233.180000', '134233.183000', '134233.186000', '134233.188000', '134233.191000', '134233.194000', '134233.196000', '134233.199000', '134233.201000', '134233.204000', '134233.207000', '134233.209000', '134233.212000', '134233.215000', '134233.217000', '134233.220000', '134233.222000', '134233.225000', '134253.115000', '134253.117000', '134253.120000', '134253.123000', '134253.125000', '134253.128000', '134253.131000', '134253.133000', '134253.136000', '134253.138000', '134253.141000', '134253.144000', '134253.146000', '134253.149000', '134253.152000', '134253.161000', '134253.163000', '134253.166000', '134253.169000', '134253.171000', '134253.174000', '134253.177000', '134253.179000', '134253.182000', '134253.184000', '134253.187000', '134253.190000', '134253.192000', '134253.195000', '134253.198000', '134253.200000', '134253.203000', '134253.206000', '134253.208000', '134253.211000', '134253.214000', '134253.217000', '134253.219000', '134253.222000', '134253.225000', '134253.227000', '134253.230000', '134253.232000', '134253.235000', '134313.114000', '134313.117000', '134313.120000', '134313.123000', '134313.125000', '134313.128000', '134313.130000', '134313.133000', '134313.136000', '134313.138000', '134313.141000', '134313.143000', '134313.146000', '134313.149000', '134313.152000', '134313.154000', '134313.159000', '134313.162000', '134313.164000', '134313.167000', '134313.169000', '134313.172000', '134313.175000', '134313.177000', '134313.180000', '134313.182000', '134313.185000', '134313.188000', '134313.190000', '134313.193000', '134313.196000', '134313.198000', '134313.201000', '134313.203000', '134313.206000', '134313.209000', '134313.211000', '134313.214000', '134313.216000', '134313.219000', '134313.222000', '134313.224000', '134313.227000', '134333.114000', '134333.117000', '134333.120000', '134333.123000', '134333.125000', '134333.128000', '134333.131000', '134333.133000', '134333.136000', '134333.138000', '134333.141000', '134333.143000', '134333.146000', '134333.148000', '134333.151000', '134333.154000', '134333.156000', '134333.159000', '134333.162000', '134333.164000', '134333.167000', '134333.169000', '134333.172000', '134333.175000', '134333.177000', '134333.180000', '134333.182000', '134333.185000', '134333.188000', '134333.190000', '134333.193000', '134333.196000', '134333.198000', '134333.201000', '134333.204000', '134333.206000', '134333.209000', '134333.211000', '134333.214000', '134333.217000', '134333.219000', '134333.222000', '134333.224000', '134333.227000', '134353.115000', '134353.117000', '134353.120000', '134353.123000', '134353.125000', '134353.128000', '134353.131000', '134353.133000', '134353.136000', '134353.139000', '134353.141000', '134353.144000', '134353.153000', '134353.156000', '134353.158000', '134353.161000', '134353.164000', '134353.166000', '134353.169000', '134353.172000', '134353.174000', '134353.177000', '134353.180000', '134353.182000', '134353.185000', '134353.187000', '134353.190000', '134353.193000', '134353.195000', '134353.198000', '134353.201000', '134353.203000', '134353.206000', '134353.208000', '134353.211000', '134353.214000', '134353.216000', '134353.219000', '134353.221000', '134353.224000', '134353.227000', '134353.229000', '134353.232000', '134355.560000', '134355.563000', '134355.566000', '134355.569000', '134355.572000', '134355.575000'], 'InstanceCreationTime': ['133733.153000', '133733.156000', '133733.163000', '133733.166000', '133733.169000', '133733.171000', '133733.174000', '133733.176000', '133733.179000', '133733.182000', '133733.184000', '133733.187000', '133733.189000', '133733.192000', '133733.195000', '133733.197000', '133733.200000', '133733.202000', '133733.205000', '133733.211000', '133733.214000', '133733.216000', '133733.219000', '133733.221000', '133733.224000', '133733.227000', '133733.229000', '133733.232000', '133733.235000', '133733.237000', '133733.240000', '133733.242000', '133733.245000', '133733.248000', '133733.250000', '133733.253000', '133733.255000', '133733.258000', '133733.261000', '133733.263000', '133753.114000', '133753.117000', '133753.120000', '133753.123000', '133753.125000', '133753.128000', '133753.131000', '133753.134000', '133753.136000', '133753.139000', '133753.142000', '133753.145000', '133753.148000', '133753.151000', '133753.154000', '133753.157000', '133753.159000', '133753.162000', '133753.164000', '133753.167000', '133753.169000', '133753.172000', '133753.175000', '133753.177000', '133753.180000', '133753.183000', '133753.185000', '133753.188000', '133753.191000', '133753.193000', '133753.196000', '133753.198000', '133753.201000', '133753.204000', '133753.206000', '133753.216000', '133753.218000', '133753.221000', '133753.223000', '133753.226000', '133753.229000', '133753.231000', '133753.234000', '133813.127000', '133813.130000', '133813.133000', '133813.136000', '133813.138000', '133813.141000', '133813.143000', '133813.146000', '133813.149000', '133813.151000', '133813.160000', '133813.162000', '133813.165000', '133813.167000', '133813.170000', '133813.173000', '133813.175000', '133813.178000', '133813.181000', '133813.183000', '133813.186000', '133813.188000', '133813.191000', '133813.193000', '133813.196000', '133813.199000', '133813.201000', '133813.204000', '133813.207000', '133813.209000', '133813.212000', '133813.214000', '133813.217000', '133813.219000', '133813.222000', '133813.224000', '133813.227000', '133813.230000', '133813.232000', '133813.235000', '133813.237000', '133813.241000', '133813.243000', '133813.246000', '133833.114000', '133833.117000', '133833.120000', '133833.122000', '133833.125000', '133833.127000', '133833.130000', '133833.133000', '133833.135000', '133833.138000', '133833.141000', '133833.144000', '133833.146000', '133833.149000', '133833.152000', '133833.154000', '133833.157000', '133833.159000', '133833.162000', '133833.165000', '133833.167000', '133833.170000', '133833.173000', '133833.175000', '133833.178000', '133833.180000', '133833.183000', '133833.185000', '133833.188000', '133833.191000', '133833.194000', '133833.196000', '133833.199000', '133833.201000', '133833.204000', '133833.207000', '133833.209000', '133833.212000', '133833.215000', '133833.217000', '133833.220000', '133833.222000', '133833.225000', '133833.228000', '133853.114000', '133853.117000', '133853.120000', '133853.122000', '133853.125000', '133853.128000', '133853.130000', '133853.133000', '133853.135000', '133853.138000', '133853.141000', '133853.143000', '133853.146000', '133853.149000', '133853.151000', '133853.154000', '133853.157000', '133853.159000', '133853.162000', '133853.164000', '133853.167000', '133853.170000', '133853.172000', '133853.175000', '133853.177000', '133853.180000', '133853.183000', '133853.185000', '133853.188000', '133853.191000', '133853.193000', '133853.196000', '133853.199000', '133853.201000', '133853.204000', '133853.206000', '133853.209000', '133853.212000', '133853.214000', '133853.217000', '133853.220000', '133853.222000', '133853.225000', '133913.115000', '133913.117000', '133913.120000', '133913.123000', '133913.125000', '133913.128000', '133913.131000', '133913.134000', '133913.137000', '133913.141000', '133913.144000', '133913.146000', '133913.149000', '133913.152000', '133913.155000', '133913.157000', '133913.160000', '133913.162000', '133913.165000', '133913.168000', '133913.171000', '133913.174000', '133913.177000', '133913.179000', '133913.182000', '133913.184000', '133913.187000', '133913.190000', '133913.192000', '133913.195000', '133913.198000', '133913.200000', '133913.203000', '133913.205000', '133913.208000', '133913.211000', '133913.218000', '133913.221000', '133913.224000', '133913.227000', '133913.229000', '133913.232000', '133913.235000', '133933.115000', '133933.117000', '133933.120000', '133933.123000', '133933.126000', '133933.128000', '133933.131000', '133933.133000', '133933.136000', '133933.139000', '133933.141000', '133933.144000', '133933.147000', '133933.149000', '133933.152000', '133933.154000', '133933.157000', '133933.160000', '133933.162000', '133933.165000', '133933.168000', '133933.170000', '133933.173000', '133933.175000', '133933.178000', '133933.181000', '133933.183000', '133933.186000', '133933.189000', '133933.191000', '133933.194000', '133933.196000', '133933.199000', '133933.202000', '133933.204000', '133933.207000', '133933.210000', '133933.212000', '133933.215000', '133933.217000', '133933.229000', '133933.232000', '133933.235000', '133933.237000', '133953.113000', '133953.116000', '133953.119000', '133953.122000', '133953.124000', '133953.127000', '133953.130000', '133953.132000', '133953.135000', '133953.137000', '133953.140000', '133953.143000', '133953.145000', '133953.148000', '133953.150000', '133953.153000', '133953.156000', '133953.158000', '133953.161000', '133953.170000', '133953.173000', '133953.176000', '133953.179000', '133953.181000', '133953.184000', '133953.187000', '133953.189000', '133953.192000', '133953.195000', '133953.198000', '133953.200000', '133953.203000', '133953.206000', '133953.208000', '133953.211000', '133953.214000', '133953.216000', '133953.219000', '133953.222000', '133953.224000', '133953.227000', '133953.230000', '133953.232000', '134013.115000', '134013.118000', '134013.120000', '134013.123000', '134013.126000', '134013.128000', '134013.131000', '134013.134000', '134013.136000', '134013.139000', '134013.141000', '134013.144000', '134013.147000', '134013.149000', '134013.152000', '134013.155000', '134013.157000', '134013.160000', '134013.162000', '134013.165000', '134013.168000', '134013.170000', '134013.173000', '134013.176000', '134013.178000', '134013.181000', '134013.183000', '134013.186000', '134013.189000', '134013.191000', '134013.194000', '134013.197000', '134013.199000', '134013.202000', '134013.204000', '134013.207000', '134013.210000', '134013.212000', '134013.215000', '134013.217000', '134013.220000', '134013.223000', '134013.225000', '134013.228000', '134033.115000', '134033.118000', '134033.120000', '134033.123000', '134033.125000', '134033.128000', '134033.131000', '134033.133000', '134033.136000', '134033.139000', '134033.141000', '134033.144000', '134033.147000', '134033.149000', '134033.152000', '134033.155000', '134033.159000', '134033.162000', '134033.164000', '134033.167000', '134033.170000', '134033.172000', '134033.175000', '134033.178000', '134033.180000', '134033.183000', '134033.185000', '134033.188000', '134033.191000', '134033.193000', '134033.196000', '134033.198000', '134033.201000', '134033.204000', '134033.206000', '134033.209000', '134033.212000', '134033.215000', '134033.218000', '134033.221000', '134033.223000', '134033.226000', '134033.229000', '134053.114000', '134053.117000', '134053.120000', '134053.123000', '134053.125000', '134053.128000', '134053.131000', '134053.134000', '134053.136000', '134053.139000', '134053.142000', '134053.144000', '134053.147000', '134053.149000', '134053.152000', '134053.155000', '134053.157000', '134053.160000', '134053.163000', '134053.165000', '134053.168000', '134053.171000', '134053.173000', '134053.176000', '134053.179000', '134053.181000', '134053.184000', '134053.187000', '134053.189000', '134053.192000', '134053.195000', '134053.197000', '134053.200000', '134053.202000', '134053.205000', '134053.208000', '134053.210000', '134053.213000', '134053.216000', '134053.218000', '134053.221000', '134053.224000', '134053.226000', '134053.229000', '134113.115000', '134113.117000', '134113.120000', '134113.123000', '134113.125000', '134113.128000', '134113.131000', '134113.133000', '134113.136000', '134113.139000', '134113.142000', '134113.144000', '134113.147000', '134113.150000', '134113.152000', '134113.155000', '134113.157000', '134113.160000', '134113.163000', '134113.165000', '134113.168000', '134113.182000', '134113.185000', '134113.188000', '134113.191000', '134113.193000', '134113.196000', '134113.198000', '134113.201000', '134113.204000', '134113.206000', '134113.209000', '134113.212000', '134113.214000', '134113.217000', '134113.219000', '134113.222000', '134113.225000', '134113.227000', '134113.230000', '134113.233000', '134113.243000', '134113.245000', '134133.114000', '134133.118000', '134133.120000', '134133.123000', '134133.126000', '134133.128000', '134133.131000', '134133.133000', '134133.136000', '134133.139000', '134133.141000', '134133.144000', '134133.146000', '134133.149000', '134133.152000', '134133.154000', '134133.157000', '134133.160000', '134133.162000', '134133.165000', '134133.167000', '134133.170000', '134133.173000', '134133.175000', '134133.178000', '134133.181000', '134133.183000', '134133.186000', '134133.189000', '134133.191000', '134133.194000', '134133.196000', '134133.199000', '134133.202000', '134133.205000', '134133.207000', '134133.210000', '134133.212000', '134133.215000', '134133.218000', '134133.220000', '134133.223000', '134133.226000', '134133.228000', '134153.115000', '134153.117000', '134153.120000', '134153.123000', '134153.125000', '134153.128000', '134153.131000', '134153.133000', '134153.136000', '134153.138000', '134153.141000', '134153.144000', '134153.146000', '134153.149000', '134153.152000', '134153.154000', '134153.157000', '134153.159000', '134153.162000', '134153.165000', '134153.167000', '134153.170000', '134153.173000', '134153.175000', '134153.178000', '134153.181000', '134153.183000', '134153.191000', '134153.194000', '134153.197000', '134153.199000', '134153.202000', '134153.204000', '134153.207000', '134153.210000', '134153.214000', '134153.216000', '134153.219000', '134153.222000', '134153.224000', '134153.227000', '134153.231000', '134153.233000', '134213.113000', '134213.116000', '134213.119000', '134213.121000', '134213.124000', '134213.127000', '134213.129000', '134213.132000', '134213.135000', '134213.137000', '134213.140000', '134213.143000', '134213.145000', '134213.148000', '134213.151000', '134213.153000', '134213.156000', '134213.159000', '134213.161000', '134213.164000', '134213.167000', '134213.169000', '134213.172000', '134213.174000', '134213.177000', '134213.180000', '134213.182000', '134213.185000', '134213.188000', '134213.190000', '134213.193000', '134213.195000', '134213.198000', '134213.201000', '134213.203000', '134213.206000', '134213.209000', '134213.211000', '134213.214000', '134213.217000', '134213.219000', '134213.222000', '134213.225000', '134213.227000', '134233.114000', '134233.117000', '134233.120000', '134233.123000', '134233.125000', '134233.128000', '134233.131000', '134233.133000', '134233.136000', '134233.139000', '134233.141000', '134233.144000', '134233.146000', '134233.149000', '134233.152000', '134233.154000', '134233.157000', '134233.160000', '134233.162000', '134233.165000', '134233.167000', '134233.170000', '134233.173000', '134233.175000', '134233.178000', '134233.180000', '134233.183000', '134233.186000', '134233.188000', '134233.191000', '134233.194000', '134233.196000', '134233.199000', '134233.201000', '134233.204000', '134233.207000', '134233.209000', '134233.212000', '134233.215000', '134233.217000', '134233.220000', '134233.222000', '134233.225000', '134253.115000', '134253.117000', '134253.120000', '134253.123000', '134253.125000', '134253.128000', '134253.131000', '134253.133000', '134253.136000', '134253.138000', '134253.141000', '134253.144000', '134253.146000', '134253.149000', '134253.152000', '134253.161000', '134253.163000', '134253.166000', '134253.169000', '134253.171000', '134253.174000', '134253.177000', '134253.179000', '134253.182000', '134253.184000', '134253.187000', '134253.190000', '134253.192000', '134253.195000', '134253.198000', '134253.200000', '134253.203000', '134253.206000', '134253.208000', '134253.211000', '134253.214000', '134253.217000', '134253.219000', '134253.222000', '134253.225000', '134253.227000', '134253.230000', '134253.232000', '134253.235000', '134313.114000', '134313.117000', '134313.120000', '134313.123000', '134313.125000', '134313.128000', '134313.130000', '134313.133000', '134313.136000', '134313.138000', '134313.141000', '134313.143000', '134313.146000', '134313.149000', '134313.152000', '134313.154000', '134313.159000', '134313.162000', '134313.164000', '134313.167000', '134313.169000', '134313.172000', '134313.175000', '134313.177000', '134313.180000', '134313.182000', '134313.185000', '134313.188000', '134313.190000', '134313.193000', '134313.196000', '134313.198000', '134313.201000', '134313.203000', '134313.206000', '134313.209000', '134313.211000', '134313.214000', '134313.216000', '134313.219000', '134313.222000', '134313.224000', '134313.227000', '134333.114000', '134333.117000', '134333.120000', '134333.123000', '134333.125000', '134333.128000', '134333.131000', '134333.133000', '134333.136000', '134333.138000', '134333.141000', '134333.143000', '134333.146000', '134333.148000', '134333.151000', '134333.154000', '134333.156000', '134333.159000', '134333.162000', '134333.164000', '134333.167000', '134333.169000', '134333.172000', '134333.175000', '134333.177000', '134333.180000', '134333.182000', '134333.185000', '134333.188000', '134333.190000', '134333.193000', '134333.196000', '134333.198000', '134333.201000', '134333.204000', '134333.206000', '134333.209000', '134333.211000', '134333.214000', '134333.217000', '134333.219000', '134333.222000', '134333.224000', '134333.227000', '134353.115000', '134353.117000', '134353.120000', '134353.123000', '134353.125000', '134353.128000', '134353.131000', '134353.133000', '134353.136000', '134353.139000', '134353.141000', '134353.144000', '134353.153000', '134353.156000', '134353.158000', '134353.161000', '134353.164000', '134353.166000', '134353.169000', '134353.172000', '134353.174000', '134353.177000', '134353.180000', '134353.182000', '134353.185000', '134353.187000', '134353.190000', '134353.193000', '134353.195000', '134353.198000', '134353.201000', '134353.203000', '134353.206000', '134353.208000', '134353.211000', '134353.214000', '134353.216000', '134353.219000', '134353.221000', '134353.224000', '134353.227000', '134353.229000', '134353.232000', '134355.560000', '134355.563000', '134355.566000', '134355.569000', '134355.572000', '134355.575000'], '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': [12299, 14511, 10574, 16293, 12330, 11190, 14351, 10248, 16891, 13584, 17851, 12887, 11174, 13059, 10291, 13609, 11262, 13853, 10370, 15029, 10134, 15616, 9985, 15562, 10226, 15411, 10794, 15068, 11361, 15078, 11480, 12799, 13536, 13125, 15619, 10725, 16066, 10624, 15425, 10700, 15006, 11356, 15157, 11589, 15560, 12513, 14716, 10577, 14419, 10752, 14569, 10277, 15168, 10221, 15377, 11400, 16288, 12686, 14745, 10467, 14408, 10740, 13301, 10225, 13568, 12374, 14049, 14107, 10445, 13809, 9410, 14627, 10461, 15294, 10435, 15409, 10660, 15013, 11446, 15648, 12791, 10068, 14574, 9999, 14144, 10025, 11359, 12552, 11138, 14334, 10407, 15434, 13761, 15204, 15857, 9245, 14684, 10605, 15200, 12465, 16832, 12719, 18275, 13505, 18457, 13479, 12948, 12597, 11513, 14279, 10081, 15497, 9997, 15911, 10964, 16566, 9517, 15000, 10421, 14658, 10686, 14604, 11110, 10300, 11604, 8043, 14265, 9881, 12740, 12574, 11476, 16286, 13076, 9982, 13679, 10089, 15259, 12455, 18170, 15020, 16186, 12630, 8866, 12882, 8445, 14760, 11471, 15537, 13831, 15468, 12360, 9365, 13096, 8655, 14569, 10924, 16254, 14458, 17642, 12082, 13318, 12085, 10174, 14306, 12536, 16786, 12573, 17135, 12487, 13295, 11439, 11492, 15656, 11299, 15251, 12175, 15171, 11562, 16900, 12383, 13925, 11400, 13753, 12225, 14430, 12354, 15100, 14494, 9521, 13122, 8673, 13833, 10545, 14376, 12257, 11053, 10571, 8883, 12645, 8893, 14725, 12641, 15608, 10978, 16593, 11479, 14981, 10704, 12133, 11381, 10442, 15511, 10205, 14637, 10385, 12787, 11034, 9539, 14157, 10495, 12504, 9797, 9794, 14685, 12139, 13969, 10402, 9331, 12023, 12643, 14772, 15295, 16599, 11646, 16842, 11874, 15357, 12402, 16930, 13007, 10349, 12025, 10084, 14996, 11877, 16959, 14091, 13898, 10783, 10157, 12309, 11387, 17273, 13491, 10907, 10554, 10063, 12355, 11230, 16021, 13852, 10317, 11755, 10149, 13049, 10728, 16919, 14775, 16451, 12210, 10642, 12281, 11355, 17077, 14602, 17916, 11917, 11545, 11959, 10399, 16605, 12255, 15303, 10819, 11621, 10351, 10613, 16143, 11690, 16646, 11910, 16644, 11810, 16413, 12273, 10138, 12288, 10445, 13087, 10222, 14260, 11096, 12667, 10373, 10188, 10614, 10518, 14009, 11900, 15280, 10625, 11240, 10640, 9899, 12236, 10752, 15036, 10537, 15991, 10797, 13467, 10538, 13198, 15063, 10217, 13683, 10386, 13886, 10838, 14308, 12314, 14865, 10669, 11854, 10885, 10608, 13471, 10593, 14770, 10820, 14729, 10603, 10226, 10997, 11117, 14131, 11852, 13368, 10948, 10331, 11067, 11109, 13914, 12728, 16475, 12465, 16427, 12607, 15001, 11454, 15788, 11474, 13549, 11115, 11872, 11130, 16444, 10885, 15678, 10883, 10439, 10785, 10468, 10778, 10578, 12314, 10471, 13075, 10515, 9971, 11060, 10609, 12953, 11737, 14054, 11318, 16055, 11300, 17090, 13356, 13636, 14846, 12306, 14055, 11602, 16704, 14387, 17746, 12461, 15876, 11704, 16326, 11583, 15893, 11815, 11379, 11406, 11096, 11434, 11327, 13301, 11324, 14733, 11513, 12691, 11539, 11348, 11582, 11205, 16595, 11006, 16043, 11622, 11490, 12086, 11038, 14481, 11157, 13791, 11072, 11008, 11055, 8972, 15059, 11630, 11107, 19537, 18260, 17307, 21571, 16338, 13713, 20273, 14274, 11809, 13866, 10351, 9846, 11156, 9631, 12428, 10289, 11067, 15545, 15385, 16224, 17826, 11219, 9884, 14651, 11314, 9430, 17253, 14436, 10943, 13922, 14098, 10983, 16655, 13423, 14753, 15631, 14016, 18485, 11073, 10820, 11668, 9006, 13467, 11372, 10042, 11987, 10223, 14494, 11442, 9093, 12358, 9907, 14513, 11334, 14811, 10911, 14566, 11126, 14310, 12302, 13815, 13200, 13709, 13613, 12014, 12886, 11340, 11821, 11203, 10818, 12105, 8084, 11551, 8396, 12492, 9164, 13308, 12025, 13838, 12098, 9174, 12064, 11674, 13112, 13367, 13512, 14986, 14538, 10484, 13181, 8782, 12290, 9119, 13243, 10135, 14364, 12045, 14698, 11220, 15635, 11249, 14760, 11446, 14684, 11549, 16398, 11913, 12010, 10539, 11887, 11232, 14382, 11724, 15689, 13569, 8676, 12193, 9448, 11843, 9695, 12545, 9710, 14303, 11244, 14337, 10253, 14270, 10675, 14304, 10934, 14698, 11599, 14961, 10585, 11967, 10486, 10438, 11780, 9692, 14606, 11879, 13022, 10185, 9475, 11304, 9303, 13498, 11473, 17108, 11671, 17620, 11781, 13125, 11003, 10780, 17245, 11565, 16783, 11540, 10564, 11890, 10728, 18486, 13111, 9597, 12365, 10551, 15208, 11769, 18853, 13625, 13137, 12273, 11157, 13194, 10203, 14226, 11143, 15961, 11723, 14367, 10215, 8704, 11111, 10335, 15512, 11480, 8731, 11037, 9409, 13403, 11294, 15785, 11559, 13851, 9857, 10795, 10229, 10378, 10355, 9754, 13591, 10391, 13811, 9650, 13703, 9655, 10985, 10085, 9830, 13983, 9399, 13557, 10613, 13973, 10506, 11424, 13581, 8898, 13736, 10833, 14311, 10516, 18054, 13497, 12113, 11045, 13651, 11277, 12189, 13368, 13433, 16555, 8811, 12551, 9505, 12491, 10644, 13166, 10930, 8894, 9397, 8576, 11230, 10167, 14065, 10820, 10624, 10931, 12503, 11778, 12988, 15624, 10822, 15838, 11491, 13825, 12502, 14940, 19700, 15751, 19420, 15177, 10101, 11493, 9516, 13036, 9821, 14341, 9697, 14172, 10073, 12099, 11364, 13308, 16833, 10249, 16356, 12904, 17301, 12787, 18568, 14498, 15188, 12142, 9317, 11959, 9488, 12408, 9564, 12113, 10063, 9274, 11778, 8934, 9109, 10245, 9092, 13154, 10247, 11773, 12561, 9225, 13111, 10089, 14052, 9584, 8900, 9160, 9623, 9649, 10201, 9219, 14357, 14983, 9769, 17780, 11111, 14410, 10815, 11438, 12111, 12776, 18715, 11794, 15382, 11286, 14589, 10713, 14440, 10275, 9488, 12370, 9724, 12748, 9161, 9005, 11632, 10652, 12237, 11444, 8775, 12937, 9981, 14391, 10231, 12380, 18492, 10796, 17096, 11502, 15994, 11961, 16964, 13089, 9556, 12439, 9579, 12664, 10092, 15273, 11151, 9990, 11407, 9766, 12790, 9962, 14534, 11102, 10242, 12198, 10116, 13244, 10254, 11065, 11621, 10042, 14033, 10093, 10343, 10156, 10405, 15093, 12066, 14178, 10566, 10281, 11333, 10569, 17167, 12439, 10758, 10898, 10369, 13158, 10782, 14153, 11110, 11631, 11163, 10803, 11067, 10847, 13780, 11421, 13811, 11300, 10482, 11330, 10993, 14616, 11656, 11519, 11509, 11337, 13103, 11127, 15731, 12829, 15874, 11195, 13645, 11410, 13628, 11411, 11782, 11644, 10802, 11478, 11037, 11355, 11235, 12589, 11588, 10765, 11162], 'WindowCenter': [4761.0, 4753.0, 4709.0, 4757.0, 4719.0, 4705.0, 4732.0, 4697.0, 4745.0, 4724.0, 4753.0, 4715.0, 4692.0, 4713.0, 4694.0, 4723.0, 4704.0, 4726.0, 4695.0, 4747.0, 4698.0, 4749.0, 4697.0, 4761.0, 4711.0, 4752.0, 4719.0, 4749.0, 4732.0, 4761.0, 4733.0, 4743.0, 4753.0, 4754.0, 4776.0, 4735.0, 4774.0, 4723.0, 4760.0, 4713.0, 4751.0, 4721.0, 4764.0, 4733.0, 4762.0, 4742.0, 4752.0, 4722.0, 4748.0, 4722.0, 4752.0, 4714.0, 4760.0, 4713.0, 4762.0, 4733.0, 4773.0, 4745.0, 4753.0, 4723.0, 4751.0, 4722.0, 4742.0, 4723.0, 4755.0, 4746.0, 4764.0, 4765.0, 4723.0, 4754.0, 4703.0, 4763.0, 4720.0, 4766.0, 4726.0, 4765.0, 4723.0, 4776.0, 4746.0, 4774.0, 4754.0, 4741.0, 4792.0, 4736.0, 4764.0, 4727.0, 4751.0, 4757.0, 4749.0, 4778.0, 4763.0, 4800.0, 4779.0, 4788.0, 4788.0, 4715.0, 4764.0, 4725.0, 4774.0, 4756.0, 4784.0, 4753.0, 4784.0, 4756.0, 4785.0, 4754.0, 4730.0, 4730.0, 4721.0, 4740.0, 4710.0, 4750.0, 4701.0, 4759.0, 4722.0, 4770.0, 4702.0, 4751.0, 4722.0, 4762.0, 4725.0, 4753.0, 4737.0, 4724.0, 4734.0, 4694.0, 4753.0, 4716.0, 4756.0, 4755.0, 4749.0, 4789.0, 4757.0, 4727.0, 4756.0, 4726.0, 4766.0, 4747.0, 4788.0, 4770.0, 4775.0, 4745.0, 4703.0, 4741.0, 4692.0, 4753.0, 4735.0, 4765.0, 4756.0, 4766.0, 4744.0, 4706.0, 4743.0, 4695.0, 4754.0, 4725.0, 4775.0, 4766.0, 4786.0, 4736.0, 4744.0, 4733.0, 4714.0, 4763.0, 4745.0, 4778.0, 4745.0, 4776.0, 4744.0, 4742.0, 4732.0, 4734.0, 4764.0, 4724.0, 4764.0, 4732.0, 4752.0, 4735.0, 4773.0, 4734.0, 4742.0, 4722.0, 4742.0, 4719.0, 4741.0, 4730.0, 4752.0, 4741.0, 4690.0, 4729.0, 4680.0, 4740.0, 4712.0, 4752.0, 4734.0, 4723.0, 4712.0, 4692.0, 4730.0, 4693.0, 4752.0, 4746.0, 4764.0, 4725.0, 4764.0, 4725.0, 4756.0, 4714.0, 4734.0, 4726.0, 4724.0, 4766.0, 4713.0, 4752.0, 4714.0, 4743.0, 4724.0, 4715.0, 4769.0, 4727.0, 4747.0, 4729.0, 4730.0, 4767.0, 4749.0, 4769.0, 4727.0, 4718.0, 4746.0, 4756.0, 4770.0, 4778.0, 4779.0, 4736.0, 4776.0, 4735.0, 4755.0, 4735.0, 4775.0, 4745.0, 4713.0, 4732.0, 4713.0, 4753.0, 4735.0, 4773.0, 4755.0, 4745.0, 4722.0, 4712.0, 4734.0, 4736.0, 4775.0, 4745.0, 4724.0, 4713.0, 4714.0, 4734.0, 4738.0, 4776.0, 4757.0, 4717.0, 4738.0, 4714.0, 4746.0, 4726.0, 4776.0, 4766.0, 4774.0, 4733.0, 4714.0, 4733.0, 4725.0, 4775.0, 4754.0, 4774.0, 4722.0, 4721.0, 4722.0, 4713.0, 4763.0, 4731.0, 4749.0, 4710.0, 4720.0, 4710.0, 4714.0, 4761.0, 4720.0, 4759.0, 4721.0, 4749.0, 4722.0, 4761.0, 4720.0, 4700.0, 4718.0, 4697.0, 4716.0, 4700.0, 4738.0, 4721.0, 4730.0, 4700.0, 4699.0, 4700.0, 4711.0, 4742.0, 4734.0, 4751.0, 4713.0, 4712.0, 4710.0, 4713.0, 4735.0, 4724.0, 4752.0, 4724.0, 4764.0, 4724.0, 4744.0, 4724.0, 4743.0, 4755.0, 4711.0, 4742.0, 4711.0, 4742.0, 4725.0, 4754.0, 4733.0, 4752.0, 4713.0, 4722.0, 4721.0, 4713.0, 4744.0, 4724.0, 4753.0, 4726.0, 4755.0, 4725.0, 4725.0, 4726.0, 4734.0, 4756.0, 4738.0, 4756.0, 4726.0, 4714.0, 4725.0, 4724.0, 4754.0, 4747.0, 4766.0, 4735.0, 4762.0, 4733.0, 4752.0, 4723.0, 4764.0, 4725.0, 4731.0, 4723.0, 4720.0, 4722.0, 4762.0, 4726.0, 4764.0, 4724.0, 4714.0, 4713.0, 4713.0, 4724.0, 4726.0, 4748.0, 4728.0, 4746.0, 4727.0, 4717.0, 4738.0, 4740.0, 4761.0, 4763.0, 4771.0, 4751.0, 4779.0, 4741.0, 4791.0, 4761.0, 4760.0, 4768.0, 4736.0, 4747.0, 4727.0, 4776.0, 4754.0, 4766.0, 4734.0, 4750.0, 4722.0, 4751.0, 4723.0, 4754.0, 4722.0, 4709.0, 4709.0, 4710.0, 4710.0, 4722.0, 4741.0, 4723.0, 4753.0, 4722.0, 4732.0, 4722.0, 4724.0, 4723.0, 4723.0, 4774.0, 4724.0, 4763.0, 4724.0, 4724.0, 4737.0, 4727.0, 4754.0, 4725.0, 4756.0, 4739.0, 4742.0, 4749.0, 4719.0, 4776.0, 4750.0, 4750.0, 4810.0, 4801.0, 4788.0, 4799.0, 4767.0, 4731.0, 4768.0, 4738.0, 4718.0, 4739.0, 4700.0, 4699.0, 4708.0, 4703.0, 4727.0, 4723.0, 4746.0, 4788.0, 4778.0, 4787.0, 4785.0, 4728.0, 4707.0, 4745.0, 4705.0, 4677.0, 4746.0, 4713.0, 4695.0, 4711.0, 4699.0, 4671.0, 4710.0, 4691.0, 4710.0, 4711.0, 4702.0, 4720.0, 4657.0, 4653.0, 4654.0, 4623.0, 4685.0, 4677.0, 4658.0, 4689.0, 4682.0, 4710.0, 4694.0, 4676.0, 4705.0, 4687.0, 4724.0, 4695.0, 4728.0, 4695.0, 4726.0, 4695.0, 4727.0, 4706.0, 4716.0, 4704.0, 4714.0, 4713.0, 4705.0, 4705.0, 4695.0, 4695.0, 4695.0, 4698.0, 4717.0, 4668.0, 4719.0, 4681.0, 4732.0, 4703.0, 4744.0, 4744.0, 4754.0, 4734.0, 4704.0, 4735.0, 4725.0, 4745.0, 4745.0, 4757.0, 4767.0, 4756.0, 4726.0, 4744.0, 4694.0, 4732.0, 4693.0, 4744.0, 4714.0, 4755.0, 4747.0, 4756.0, 4725.0, 4765.0, 4726.0, 4754.0, 4725.0, 4753.0, 4737.0, 4774.0, 4736.0, 4734.0, 4715.0, 4724.0, 4723.0, 4754.0, 4723.0, 4765.0, 4733.0, 4683.0, 4721.0, 4703.0, 4721.0, 4702.0, 4733.0, 4703.0, 4753.0, 4725.0, 4753.0, 4715.0, 4753.0, 4727.0, 4755.0, 4725.0, 4764.0, 4736.0, 4764.0, 4714.0, 4722.0, 4712.0, 4712.0, 4724.0, 4703.0, 4755.0, 4737.0, 4742.0, 4714.0, 4703.0, 4723.0, 4705.0, 4746.0, 4736.0, 4776.0, 4725.0, 4775.0, 4723.0, 4742.0, 4725.0, 4724.0, 4776.0, 4724.0, 4764.0, 4721.0, 4713.0, 4731.0, 4724.0, 4783.0, 4743.0, 4702.0, 4732.0, 4701.0, 4750.0, 4721.0, 4773.0, 4742.0, 4731.0, 4721.0, 4708.0, 4717.0, 4687.0, 4728.0, 4709.0, 4738.0, 4708.0, 4728.0, 4687.0, 4680.0, 4709.0, 4701.0, 4749.0, 4710.0, 4679.0, 4698.0, 4679.0, 4729.0, 4709.0, 4749.0, 4722.0, 4730.0, 4691.0, 4698.0, 4701.0, 4699.0, 4703.0, 4691.0, 4731.0, 4700.0, 4729.0, 4690.0, 4730.0, 4691.0, 4710.0, 4702.0, 4702.0, 4742.0, 4692.0, 4731.0, 4712.0, 4741.0, 4714.0, 4722.0, 4734.0, 4693.0, 4730.0, 4711.0, 4740.0, 4713.0, 4774.0, 4743.0, 4722.0, 4710.0, 4730.0, 4710.0, 4720.0, 4731.0, 4732.0, 4750.0, 4678.0, 4708.0, 4688.0, 4719.0, 4710.0, 4729.0, 4711.0, 4692.0, 4689.0, 4681.0, 4710.0, 4713.0, 4755.0, 4725.0, 4713.0, 4713.0, 4734.0, 4721.0, 4733.0, 4755.0, 4711.0, 4754.0, 4710.0, 4731.0, 4723.0, 4752.0, 4785.0, 4754.0, 4785.0, 4743.0, 4702.0, 4711.0, 4702.0, 4727.0, 4701.0, 4738.0, 4691.0, 4729.0, 4701.0, 4721.0, 4721.0, 4734.0, 4749.0, 4686.0, 4735.0, 4703.0, 4735.0, 4694.0, 4734.0, 4717.0, 4713.0, 4682.0, 4653.0, 4683.0, 4662.0, 4690.0, 4662.0, 4692.0, 4673.0, 4664.0, 4694.0, 4664.0, 4665.0, 4685.0, 4679.0, 4729.0, 4702.0, 4722.0, 4720.0, 4693.0, 4719.0, 4699.0, 4728.0, 4692.0, 4706.0, 4693.0, 4714.0, 4706.0, 4714.0, 4706.0, 4755.0, 4756.0, 4704.0, 4762.0, 4711.0, 4730.0, 4703.0, 4712.0, 4722.0, 4720.0, 4774.0, 4709.0, 4740.0, 4698.0, 4728.0, 4702.0, 4740.0, 4701.0, 4689.0, 4719.0, 4691.0, 4747.0, 4702.0, 4694.0, 4736.0, 4726.0, 4735.0, 4724.0, 4705.0, 4746.0, 4716.0, 4755.0, 4716.0, 4746.0, 4786.0, 4715.0, 4763.0, 4722.0, 4751.0, 4722.0, 4761.0, 4731.0, 4690.0, 4720.0, 4689.0, 4719.0, 4702.0, 4752.0, 4711.0, 4701.0, 4711.0, 4701.0, 4732.0, 4703.0, 4742.0, 4714.0, 4703.0, 4722.0, 4704.0, 4731.0, 4704.0, 4723.0, 4725.0, 4704.0, 4744.0, 4713.0, 4714.0, 4713.0, 4716.0, 4765.0, 4735.0, 4744.0, 4714.0, 4703.0, 4715.0, 4716.0, 4776.0, 4736.0, 4714.0, 4715.0, 4702.0, 4733.0, 4715.0, 4754.0, 4726.0, 4723.0, 4723.0, 4715.0, 4725.0, 4728.0, 4757.0, 4737.0, 4756.0, 4726.0, 4713.0, 4725.0, 4728.0, 4768.0, 4739.0, 4727.0, 4726.0, 4724.0, 4734.0, 4726.0, 4766.0, 4734.0, 4755.0, 4724.0, 4743.0, 4724.0, 4744.0, 4726.0, 4723.0, 4724.0, 4713.0, 4724.0, 4715.0, 4737.0, 4741.0, 4747.0, 4740.0, 4740.0, 4739.0], 'WindowWidth': [10399.0, 10373.0, 10309.0, 10368.0, 10316.0, 10292.0, 10328.0, 10281.0, 10346.0, 10317.0, 10355.0, 10305.0, 10269.0, 10298.0, 10272.0, 10312.0, 10287.0, 10320.0, 10278.0, 10350.0, 10286.0, 10356.0, 10285.0, 10375.0, 10308.0, 10361.0, 10318.0, 10358.0, 10337.0, 10378.0, 10342.0, 10356.0, 10368.0, 10372.0, 10405.0, 10346.0, 10402.0, 10326.0, 10375.0, 10313.0, 10364.0, 10323.0, 10383.0, 10342.0, 10382.0, 10353.0, 10365.0, 10326.0, 10356.0, 10323.0, 10364.0, 10315.0, 10375.0, 10315.0, 10381.0, 10344.0, 10397.0, 10360.0, 10369.0, 10327.0, 10365.0, 10325.0, 10353.0, 10329.0, 10375.0, 10363.0, 10389.0, 10390.0, 10329.0, 10372.0, 10302.0, 10383.0, 10324.0, 10391.0, 10335.0, 10389.0, 10330.0, 10405.0, 10365.0, 10403.0, 10376.0, 10364.0, 10441.0, 10353.0, 10386.0, 10338.0, 10376.0, 10380.0, 10373.0, 10415.0, 10402.0, 10451.0, 10418.0, 10429.0, 10429.0, 10322.0, 10388.0, 10335.0, 10402.0, 10379.0, 10419.0, 10373.0, 10419.0, 10379.0, 10421.0, 10370.0, 10335.0, 10332.0, 10319.0, 10344.0, 10303.0, 10358.0, 10293.0, 10373.0, 10326.0, 10388.0, 10296.0, 10364.0, 10324.0, 10381.0, 10335.0, 10368.0, 10354.0, 10333.0, 10344.0, 10290.0, 10366.0, 10318.0, 10378.0, 10377.0, 10372.0, 10430.0, 10381.0, 10337.0, 10376.0, 10335.0, 10392.0, 10367.0, 10426.0, 10401.0, 10403.0, 10358.0, 10299.0, 10348.0, 10282.0, 10367.0, 10346.0, 10389.0, 10378.0, 10392.0, 10358.0, 10306.0, 10353.0, 10289.0, 10368.0, 10332.0, 10401.0, 10391.0, 10418.0, 10348.0, 10356.0, 10339.0, 10315.0, 10381.0, 10360.0, 10410.0, 10358.0, 10405.0, 10355.0, 10350.0, 10337.0, 10342.0, 10385.0, 10328.0, 10383.0, 10337.0, 10365.0, 10344.0, 10397.0, 10344.0, 10352.0, 10322.0, 10349.0, 10314.0, 10346.0, 10329.0, 10363.0, 10346.0, 10275.0, 10327.0, 10261.0, 10341.0, 10308.0, 10363.0, 10342.0, 10324.0, 10307.0, 10282.0, 10331.0, 10284.0, 10366.0, 10361.0, 10385.0, 10330.0, 10384.0, 10329.0, 10372.0, 10313.0, 10340.0, 10331.0, 10328.0, 10388.0, 10311.0, 10364.0, 10314.0, 10353.0, 10330.0, 10317.0, 10395.0, 10337.0, 10362.0, 10339.0, 10344.0, 10393.0, 10370.0, 10396.0, 10339.0, 10326.0, 10362.0, 10376.0, 10398.0, 10408.0, 10415.0, 10347.0, 10406.0, 10343.0, 10371.0, 10345.0, 10404.0, 10358.0, 10311.0, 10337.0, 10310.0, 10367.0, 10345.0, 10396.0, 10372.0, 10355.0, 10322.0, 10309.0, 10341.0, 10346.0, 10401.0, 10358.0, 10328.0, 10313.0, 10315.0, 10341.0, 10352.0, 10404.0, 10377.0, 10323.0, 10349.0, 10314.0, 10358.0, 10334.0, 10405.0, 10390.0, 10400.0, 10339.0, 10314.0, 10338.0, 10330.0, 10401.0, 10370.0, 10399.0, 10321.0, 10318.0, 10320.0, 10312.0, 10380.0, 10332.0, 10357.0, 10303.0, 10316.0, 10304.0, 10313.0, 10378.0, 10317.0, 10370.0, 10317.0, 10355.0, 10319.0, 10376.0, 10317.0, 10287.0, 10309.0, 10280.0, 10305.0, 10288.0, 10338.0, 10318.0, 10329.0, 10289.0, 10285.0, 10287.0, 10303.0, 10348.0, 10341.0, 10362.0, 10310.0, 10307.0, 10302.0, 10312.0, 10344.0, 10329.0, 10366.0, 10329.0, 10381.0, 10327.0, 10354.0, 10330.0, 10355.0, 10373.0, 10307.0, 10350.0, 10305.0, 10348.0, 10333.0, 10369.0, 10340.0, 10365.0, 10311.0, 10321.0, 10321.0, 10311.0, 10358.0, 10328.0, 10367.0, 10334.0, 10370.0, 10330.0, 10332.0, 10332.0, 10343.0, 10373.0, 10352.0, 10375.0, 10333.0, 10313.0, 10329.0, 10326.0, 10370.0, 10362.0, 10389.0, 10343.0, 10379.0, 10336.0, 10362.0, 10325.0, 10382.0, 10328.0, 10331.0, 10321.0, 10316.0, 10319.0, 10376.0, 10332.0, 10381.0, 10327.0, 10310.0, 10307.0, 10308.0, 10327.0, 10334.0, 10364.0, 10339.0, 10359.0, 10335.0, 10322.0, 10352.0, 10361.0, 10391.0, 10394.0, 10404.0, 10376.0, 10412.0, 10363.0, 10432.0, 10390.0, 10385.0, 10396.0, 10345.0, 10361.0, 10333.0, 10406.0, 10370.0, 10388.0, 10339.0, 10359.0, 10320.0, 10358.0, 10322.0, 10367.0, 10321.0, 10299.0, 10296.0, 10298.0, 10298.0, 10320.0, 10345.0, 10325.0, 10364.0, 10321.0, 10334.0, 10320.0, 10325.0, 10324.0, 10326.0, 10398.0, 10327.0, 10380.0, 10327.0, 10328.0, 10349.0, 10337.0, 10370.0, 10329.0, 10379.0, 10356.0, 10364.0, 10372.0, 10331.0, 10408.0, 10380.0, 10378.0, 10465.0, 10456.0, 10432.0, 10447.0, 10394.0, 10331.0, 10380.0, 10338.0, 10309.0, 10341.0, 10290.0, 10285.0, 10297.0, 10297.0, 10323.0, 10329.0, 10366.0, 10430.0, 10420.0, 10431.0, 10429.0, 10340.0, 10306.0, 10352.0, 10296.0, 10256.0, 10347.0, 10295.0, 10271.0, 10288.0, 10270.0, 10230.0, 10285.0, 10256.0, 10283.0, 10290.0, 10277.0, 10301.0, 10204.0, 10191.0, 10192.0, 10147.0, 10242.0, 10236.0, 10210.0, 10253.0, 10249.0, 10285.0, 10269.0, 10245.0, 10284.0, 10259.0, 10310.0, 10271.0, 10318.0, 10270.0, 10314.0, 10272.0, 10315.0, 10285.0, 10298.0, 10281.0, 10293.0, 10291.0, 10280.0, 10282.0, 10269.0, 10268.0, 10271.0, 10281.0, 10306.0, 10241.0, 10311.0, 10265.0, 10333.0, 10297.0, 10353.0, 10356.0, 10368.0, 10341.0, 10300.0, 10341.0, 10328.0, 10354.0, 10357.0, 10373.0, 10390.0, 10376.0, 10333.0, 10356.0, 10285.0, 10334.0, 10281.0, 10351.0, 10311.0, 10370.0, 10362.0, 10374.0, 10330.0, 10385.0, 10330.0, 10366.0, 10328.0, 10364.0, 10348.0, 10397.0, 10346.0, 10340.0, 10314.0, 10326.0, 10321.0, 10366.0, 10323.0, 10384.0, 10337.0, 10268.0, 10317.0, 10292.0, 10317.0, 10291.0, 10333.0, 10296.0, 10365.0, 10327.0, 10363.0, 10313.0, 10365.0, 10335.0, 10369.0, 10331.0, 10383.0, 10347.0, 10383.0, 10312.0, 10319.0, 10305.0, 10304.0, 10322.0, 10296.0, 10371.0, 10348.0, 10348.0, 10310.0, 10297.0, 10321.0, 10301.0, 10358.0, 10345.0, 10402.0, 10328.0, 10398.0, 10324.0, 10349.0, 10328.0, 10327.0, 10403.0, 10326.0, 10381.0, 10317.0, 10309.0, 10333.0, 10326.0, 10411.0, 10352.0, 10293.0, 10333.0, 10289.0, 10356.0, 10318.0, 10394.0, 10347.0, 10329.0, 10313.0, 10295.0, 10305.0, 10264.0, 10320.0, 10297.0, 10337.0, 10293.0, 10318.0, 10263.0, 10258.0, 10296.0, 10289.0, 10355.0, 10299.0, 10256.0, 10281.0, 10255.0, 10323.0, 10297.0, 10354.0, 10319.0, 10327.0, 10274.0, 10280.0, 10286.0, 10284.0, 10294.0, 10275.0, 10330.0, 10286.0, 10325.0, 10272.0, 10325.0, 10273.0, 10300.0, 10291.0, 10293.0, 10347.0, 10279.0, 10330.0, 10304.0, 10346.0, 10314.0, 10320.0, 10338.0, 10279.0, 10329.0, 10302.0, 10342.0, 10310.0, 10396.0, 10351.0, 10319.0, 10300.0, 10327.0, 10297.0, 10313.0, 10329.0, 10332.0, 10358.0, 10252.0, 10292.0, 10266.0, 10308.0, 10302.0, 10326.0, 10304.0, 10277.0, 10270.0, 10262.0, 10301.0, 10311.0, 10372.0, 10329.0, 10310.0, 10309.0, 10338.0, 10316.0, 10336.0, 10370.0, 10302.0, 10366.0, 10300.0, 10330.0, 10321.0, 10363.0, 10419.0, 10369.0, 10414.0, 10353.0, 10292.0, 10303.0, 10293.0, 10321.0, 10289.0, 10336.0, 10274.0, 10324.0, 10287.0, 10313.0, 10316.0, 10335.0, 10355.0, 10260.0, 10326.0, 10278.0, 10325.0, 10267.0, 10327.0, 10300.0, 10287.0, 10244.0, 10205.0, 10248.0, 10218.0, 10255.0, 10219.0, 10262.0, 10238.0, 10227.0, 10267.0, 10226.0, 10230.0, 10257.0, 10254.0, 10324.0, 10292.0, 10320.0, 10316.0, 10280.0, 10311.0, 10283.0, 10320.0, 10278.0, 10302.0, 10278.0, 10314.0, 10302.0, 10308.0, 10305.0, 10370.0, 10372.0, 10295.0, 10375.0, 10301.0, 10326.0, 10290.0, 10301.0, 10315.0, 10314.0, 10394.0, 10296.0, 10338.0, 10278.0, 10317.0, 10287.0, 10338.0, 10288.0, 10269.0, 10308.0, 10273.0, 10361.0, 10296.0, 10284.0, 10346.0, 10334.0, 10344.0, 10326.0, 10303.0, 10358.0, 10318.0, 10368.0, 10316.0, 10358.0, 10417.0, 10314.0, 10378.0, 10319.0, 10357.0, 10318.0, 10374.0, 10331.0, 10273.0, 10313.0, 10269.0, 10310.0, 10291.0, 10362.0, 10304.0, 10288.0, 10300.0, 10288.0, 10330.0, 10294.0, 10347.0, 10310.0, 10293.0, 10320.0, 10295.0, 10331.0, 10295.0, 10321.0, 10328.0, 10299.0, 10352.0, 10309.0, 10310.0, 10308.0, 10316.0, 10384.0, 10344.0, 10352.0, 10310.0, 10293.0, 10311.0, 10316.0, 10401.0, 10346.0, 10311.0, 10310.0, 10291.0, 10335.0, 10314.0, 10367.0, 10331.0, 10323.0, 10322.0, 10313.0, 10325.0, 10335.0, 10375.0, 10349.0, 10374.0, 10330.0, 10310.0, 10327.0, 10336.0, 10391.0, 10352.0, 10333.0, 10329.0, 10326.0, 10339.0, 10330.0, 10387.0, 10340.0, 10368.0, 10326.0, 10348.0, 10323.0, 10352.0, 10330.0, 10324.0, 10324.0, 10307.0, 10323.0, 10313.0, 10347.0, 10358.0, 10363.0, 10356.0, 10359.0, 10354.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.007795068807339449</td></tr>
<tr><td colspan=3>aqi</td><td>0.07016139438073395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.78051412249139</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1794878178185992</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.024875201228473</td></tr>
<tr><td colspan=3>efc</td><td>0.5166</td></tr>
<tr><td colspan=3>fber</td><td>3662.3701</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12153482799727455</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.238532110091743</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4986589801594006</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4517924869992576</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6467437550785298</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3974406984004144</td></tr>
<tr><td colspan=3>gcor</td><td>0.0088582</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0006559235043823719</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01778663508594036</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.356901635901249</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>15.2266</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.9401</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.14</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1333.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>494.7834</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9404</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.2765</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3918.6835</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.3083</td></tr>
<tr><td colspan=3>tsnr</td><td>24.235468057449907</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>