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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0032_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0032_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-03/func/sub-0032_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dfb179b3cfa65152ebfced3cd7de9649</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:47:32.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993762, -0.0593739, 0.0943986, 0.0694906, 0.991744, -0.107771]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0896896</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7781, -7216, 595, -149, -185, -102, 5]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>01b2a331-b90e-4395-8967-ca2c8208292e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666191816329956, 0.18643832206726074, 0.23549532890319824, 98.18782806396484], [0.15929588675498962, 2.6607770919799805, -0.3068787157535553, -101.95337677001953], [0.2532646358013153, 0.2891422510147095, 2.6721465587615967, -86.41835021972656], [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': ['134732.385000', '134732.845000', '134733.305000', '134733.765000', '134734.225000', '134734.685000', '134735.145000', '134735.605000', '134736.065000', '134736.525000', '134736.985000', '134737.445000', '134737.905000', '134738.365000', '134738.825000', '134739.285000', '134739.745000', '134740.205000', '134740.665000', '134741.125000', '134741.585000', '134742.045000', '134742.505000', '134742.965000', '134743.425000', '134743.885000', '134744.345000', '134744.805000', '134745.265000', '134745.725000', '134746.185000', '134746.645000', '134747.105000', '134747.565000', '134748.025000', '134748.485000', '134748.945000', '134749.405000', '134749.865000', '134750.325000', '134750.785000', '134751.245000', '134751.705000', '134752.165000', '134752.625000', '134753.085000', '134753.545000', '134754.005000', '134754.465000', '134754.925000', '134755.385000', '134755.845000', '134756.305000', '134756.765000', '134757.225000', '134757.685000', '134758.145000', '134758.605000', '134759.065000', '134759.525000', '134759.985000', '134800.445000', '134800.905000', '134801.365000', '134801.825000', '134802.285000', '134802.745000', '134803.205000', '134803.665000', '134804.125000', '134804.585000', '134805.045000', '134805.505000', '134805.965000', '134806.425000', '134806.885000', '134807.345000', '134807.805000', '134808.265000', '134808.725000', '134809.185000', '134809.645000', '134810.105000', '134810.565000', '134811.025000', '134811.485000', '134811.945000', '134812.405000', '134812.865000', '134813.325000', '134813.785000', '134814.245000', '134814.705000', '134815.165000', '134815.625000', '134816.085000', '134816.545000', '134817.005000', '134817.465000', '134817.925000', '134818.385000', '134818.845000', '134819.305000', '134819.765000', '134820.225000', '134820.685000', '134821.145000', '134821.605000', '134822.065000', '134822.525000', '134822.985000', '134823.445000', '134823.905000', '134824.365000', '134824.825000', '134825.285000', '134825.745000', '134826.205000', '134826.665000', '134827.125000', '134827.585000', '134828.045000', '134828.505000', '134828.965000', '134829.425000', '134829.885000', '134830.345000', '134830.805000', '134831.265000', '134831.725000', '134832.185000', '134832.645000', '134833.105000', '134833.565000', '134834.025000', '134834.485000', '134834.945000', '134835.405000', '134835.865000', '134836.325000', '134836.785000', '134837.245000', '134837.705000', '134838.165000', '134838.625000', '134839.085000', '134839.545000', '134840.005000', '134840.465000', '134840.925000', '134841.385000', '134841.845000', '134842.305000', '134842.765000', '134843.225000', '134843.685000', '134844.145000', '134844.605000', '134845.065000', '134845.525000', '134845.985000', '134846.445000', '134846.905000', '134847.365000', '134847.825000', '134848.285000', '134848.745000', '134849.205000', '134849.665000', '134850.125000', '134850.585000', '134851.045000', '134851.505000', '134851.965000', '134852.425000', '134852.885000', '134853.345000', '134853.805000', '134854.265000', '134854.725000', '134855.185000', '134855.645000', '134856.105000', '134856.565000', '134857.025000', '134857.485000', '134857.945000', '134858.405000', '134858.865000', '134859.325000', '134859.785000', '134900.245000', '134900.705000', '134901.165000', '134901.625000', '134902.085000', '134902.545000', '134903.005000', '134903.465000', '134903.925000', '134904.385000', '134904.845000', '134905.305000', '134905.765000', '134906.225000', '134906.685000', '134907.145000', '134907.605000', '134908.065000', '134908.525000', '134908.985000', '134909.445000', '134909.905000', '134910.365000', '134910.825000', '134911.285000', '134911.745000', '134912.205000', '134912.665000', '134913.125000', '134913.585000', '134914.045000', '134914.505000', '134914.965000', '134915.425000', '134915.885000', '134916.345000', '134916.805000', '134917.265000', '134917.725000', '134918.185000', '134918.645000', '134919.105000', '134919.565000', '134920.025000', '134920.485000', '134920.945000', '134921.405000', '134921.865000', '134922.325000', '134922.785000', '134923.245000', '134923.705000', '134924.165000', '134924.625000', '134925.085000', '134925.545000', '134926.005000', '134926.465000', '134926.925000', '134927.385000', '134927.845000', '134928.305000', '134928.765000', '134929.225000', '134929.685000', '134930.145000', '134930.605000', '134931.065000', '134931.525000', '134931.985000', '134932.445000', '134932.905000', '134933.365000', '134933.825000', '134934.285000', '134934.745000', '134935.205000', '134935.665000', '134936.125000', '134936.585000', '134937.045000', '134937.505000', '134937.965000', '134938.425000', '134938.885000', '134939.345000', '134939.805000', '134940.265000', '134940.725000', '134941.185000', '134941.645000', '134942.105000', '134942.565000', '134943.025000', '134943.485000', '134943.945000', '134944.405000', '134944.865000', '134945.325000', '134945.785000', '134946.245000', '134946.705000', '134947.165000', '134947.625000', '134948.085000', '134948.545000', '134949.005000', '134949.465000', '134949.925000', '134950.385000', '134950.845000', '134951.305000', '134951.765000', '134952.225000', '134952.685000', '134953.145000', '134953.605000', '134954.065000', '134954.525000', '134954.985000', '134955.445000', '134955.905000', '134956.365000', '134956.825000', '134957.285000', '134957.745000', '134958.205000', '134958.665000', '134959.125000', '134959.585000', '135000.045000', '135000.505000', '135000.965000', '135001.425000', '135001.885000', '135002.345000', '135002.805000', '135003.265000', '135003.725000', '135004.185000', '135004.645000', '135005.105000', '135005.565000', '135006.025000', '135006.485000', '135006.945000', '135007.405000', '135007.865000', '135008.325000', '135008.785000', '135009.245000', '135009.705000', '135010.165000', '135010.625000', '135011.085000', '135011.545000', '135012.005000', '135012.465000', '135012.925000', '135013.385000', '135013.845000', '135014.305000', '135014.765000', '135015.225000', '135015.685000', '135016.145000', '135016.605000', '135017.065000', '135017.525000', '135017.985000', '135018.445000', '135018.905000', '135019.365000', '135019.825000', '135020.285000', '135020.745000', '135021.205000', '135021.665000', '135022.125000', '135022.585000', '135023.045000', '135023.505000', '135023.965000', '135024.425000', '135024.885000', '135025.345000', '135025.805000', '135026.265000', '135026.725000', '135027.185000', '135027.645000', '135028.105000', '135028.565000', '135029.025000', '135029.485000', '135029.945000', '135030.405000', '135030.865000', '135031.325000', '135031.785000', '135032.245000', '135032.705000', '135033.165000', '135033.625000', '135034.085000', '135034.545000', '135035.005000', '135035.465000', '135035.925000', '135036.385000', '135036.845000', '135037.305000', '135037.765000', '135038.225000', '135038.685000', '135039.145000', '135039.605000', '135040.065000', '135040.525000', '135040.985000', '135041.445000', '135041.905000', '135042.365000', '135042.825000', '135043.285000', '135043.745000', '135044.205000', '135044.665000', '135045.125000', '135045.585000', '135046.045000', '135046.505000', '135046.965000', '135047.425000', '135047.885000', '135048.345000', '135048.805000', '135049.265000', '135049.725000', '135050.185000', '135050.645000', '135051.105000', '135051.565000', '135052.025000', '135052.485000', '135052.945000', '135053.405000', '135053.865000', '135054.325000', '135054.785000', '135055.245000', '135055.705000', '135056.165000', '135056.625000', '135057.085000', '135057.545000', '135058.005000', '135058.465000', '135058.925000', '135059.385000', '135059.845000', '135100.305000', '135100.765000', '135101.225000', '135101.685000', '135102.145000', '135102.605000', '135103.065000', '135103.525000', '135103.985000', '135104.445000', '135104.905000', '135105.365000', '135105.825000', '135106.285000', '135106.745000', '135107.205000', '135107.665000', '135108.125000', '135108.585000', '135109.045000', '135109.505000', '135109.965000', '135110.425000', '135110.885000', '135111.345000', '135111.805000', '135112.265000', '135112.725000', '135113.185000', '135113.645000', '135114.105000', '135114.565000', '135115.025000', '135115.485000', '135115.945000', '135116.405000', '135116.865000', '135117.325000', '135117.785000', '135118.245000', '135118.705000', '135119.165000', '135119.625000', '135120.085000', '135120.545000', '135121.005000', '135121.465000', '135121.925000', '135122.385000', '135122.845000', '135123.305000', '135123.765000', '135124.225000', '135124.685000', '135125.145000', '135125.605000', '135126.065000', '135126.525000', '135126.985000', '135127.445000', '135127.905000', '135128.365000', '135128.825000', '135129.285000', '135129.745000', '135130.205000', '135130.665000', '135131.125000', '135131.585000', '135132.045000', '135132.505000', '135132.965000', '135133.425000', '135133.885000', '135134.345000', '135134.805000', '135135.265000', '135135.725000', '135136.185000', '135136.645000', '135137.105000', '135137.565000', '135138.025000', '135138.485000', '135138.945000', '135139.405000', '135139.865000', '135140.325000', '135140.785000', '135141.245000', '135141.705000', '135142.165000', '135142.625000', '135143.085000', '135143.545000', '135144.005000', '135144.465000', '135144.925000', '135145.385000', '135145.845000', '135146.305000', '135146.765000', '135147.225000', '135147.685000', '135148.145000', '135148.605000', '135149.065000', '135149.525000', '135149.985000', '135150.445000', '135150.905000', '135151.365000', '135151.825000', '135152.285000', '135152.745000', '135153.205000', '135153.665000', '135154.125000', '135154.585000', '135155.045000', '135155.505000', '135155.965000', '135156.425000', '135156.885000', '135157.345000', '135157.805000', '135158.265000', '135158.725000', '135159.185000', '135159.645000', '135200.105000', '135200.565000', '135201.025000', '135201.485000', '135201.945000', '135202.405000', '135202.865000', '135203.325000', '135203.785000', '135204.245000', '135204.705000', '135205.165000', '135205.625000', '135206.085000', '135206.545000', '135207.005000', '135207.465000', '135207.925000', '135208.385000', '135208.845000', '135209.305000', '135209.765000', '135210.225000', '135210.685000', '135211.145000', '135211.605000', '135212.065000', '135212.525000', '135212.985000', '135213.445000', '135213.905000', '135214.365000', '135214.825000', '135215.285000', '135215.745000', '135216.205000', '135216.665000', '135217.125000', '135217.585000', '135218.045000', '135218.505000', '135218.965000', '135219.425000', '135219.885000', '135220.345000', '135220.805000', '135221.265000', '135221.725000', '135222.185000', '135222.645000', '135223.105000', '135223.565000', '135224.025000', '135224.485000', '135224.945000', '135225.405000', '135225.865000', '135226.325000', '135226.785000', '135227.245000', '135227.705000', '135228.165000', '135228.625000', '135229.085000', '135229.545000', '135230.005000', '135230.465000', '135230.925000', '135231.385000', '135231.845000', '135232.305000', '135232.765000', '135233.225000', '135233.685000', '135234.145000', '135234.605000', '135235.065000', '135235.525000', '135235.985000', '135236.445000', '135236.905000', '135237.365000', '135237.825000', '135238.285000', '135238.745000', '135239.205000', '135239.665000', '135240.125000', '135240.585000', '135241.045000', '135241.505000', '135241.965000', '135242.425000', '135242.885000', '135243.345000', '135243.805000', '135244.265000', '135244.725000', '135245.185000', '135245.645000', '135246.105000', '135246.565000', '135247.025000', '135247.485000', '135247.945000', '135248.405000', '135248.865000', '135249.325000', '135249.785000', '135250.245000', '135250.705000', '135251.165000', '135251.625000', '135252.085000', '135252.545000', '135253.005000', '135253.465000', '135253.925000', '135254.385000', '135254.845000', '135255.305000', '135255.765000', '135256.225000', '135256.685000', '135257.145000', '135257.605000', '135258.065000', '135258.525000', '135258.985000', '135259.445000', '135259.905000', '135300.365000', '135300.825000', '135301.285000', '135301.745000', '135302.205000', '135302.665000', '135303.125000', '135303.585000', '135304.045000', '135304.505000', '135304.965000', '135305.425000', '135305.885000', '135306.345000', '135306.805000', '135307.265000', '135307.725000', '135308.185000', '135308.645000', '135309.105000', '135309.565000', '135310.025000', '135310.485000', '135310.945000', '135311.405000', '135311.865000', '135312.325000', '135312.785000', '135313.245000', '135313.705000', '135314.165000', '135314.625000', '135315.085000', '135315.545000', '135316.005000', '135316.465000', '135316.925000', '135317.385000', '135317.845000', '135318.305000', '135318.765000', '135319.225000', '135319.685000', '135320.145000', '135320.605000', '135321.065000', '135321.525000', '135321.985000', '135322.445000', '135322.905000', '135323.365000', '135323.825000', '135324.285000', '135324.745000', '135325.205000', '135325.665000', '135326.125000', '135326.585000', '135327.045000', '135327.505000', '135327.965000', '135328.425000', '135328.885000', '135329.345000', '135329.805000', '135330.265000', '135330.725000', '135331.185000', '135331.645000', '135332.105000', '135332.565000', '135333.025000', '135333.485000', '135333.945000', '135334.405000', '135334.865000', '135335.325000', '135335.785000', '135336.245000', '135336.705000', '135337.165000', '135337.625000', '135338.085000', '135338.545000', '135339.005000', '135339.465000', '135339.925000', '135340.385000', '135340.845000', '135341.305000', '135341.765000', '135342.225000', '135342.685000', '135343.145000', '135343.605000', '135344.065000', '135344.525000', '135344.985000', '135345.445000', '135345.905000', '135346.365000', '135346.825000', '135347.285000', '135347.745000', '135348.205000', '135348.665000', '135349.125000', '135349.585000', '135350.045000', '135350.505000', '135350.965000', '135351.425000', '135351.885000', '135352.345000', '135352.805000', '135353.265000', '135353.725000', '135354.185000', '135354.645000', '135355.105000', '135355.565000', '135356.025000', '135356.485000', '135356.945000', '135357.405000', '135357.865000', '135358.325000', '135358.785000', '135359.245000', '135359.705000', '135400.165000', '135400.625000', '135401.085000', '135401.545000', '135402.005000', '135402.465000', '135402.925000', '135403.385000', '135403.845000', '135404.305000', '135404.765000', '135405.225000', '135405.685000', '135406.145000', '135406.605000', '135407.065000', '135407.525000', '135407.985000', '135408.445000', '135408.905000', '135409.365000', '135409.825000', '135410.285000', '135410.745000', '135411.205000', '135411.665000', '135412.125000', '135412.585000', '135413.045000'], 'ContentTime': ['134745.790000', '134745.793000', '134745.796000', '134745.799000', '134745.802000', '134745.805000', '134745.808000', '134745.811000', '134745.818000', '134745.821000', '134745.831000', '134745.834000', '134745.836000', '134745.839000', '134745.842000', '134745.845000', '134745.848000', '134745.851000', '134745.853000', '134745.856000', '134745.859000', '134745.862000', '134745.866000', '134745.869000', '134745.872000', '134745.875000', '134745.878000', '134805.743000', '134805.746000', '134805.749000', '134805.752000', '134805.755000', '134805.758000', '134805.761000', '134805.764000', '134805.767000', '134805.770000', '134805.772000', '134805.780000', '134805.783000', '134805.785000', '134805.788000', '134805.791000', '134805.794000', '134805.797000', '134805.800000', '134805.803000', '134805.805000', '134805.808000', '134805.811000', '134805.814000', '134805.820000', '134805.823000', '134805.826000', '134805.829000', '134805.832000', '134805.834000', '134805.837000', '134805.840000', '134805.843000', '134805.846000', '134805.849000', '134805.852000', '134805.854000', '134805.857000', '134805.860000', '134805.863000', '134805.866000', '134805.869000', '134805.871000', '134825.743000', '134825.746000', '134825.749000', '134825.752000', '134825.755000', '134825.757000', '134825.760000', '134825.763000', '134825.766000', '134825.769000', '134825.772000', '134825.775000', '134825.777000', '134825.780000', '134825.783000', '134825.786000', '134825.789000', '134825.792000', '134825.800000', '134825.802000', '134825.805000', '134825.808000', '134825.811000', '134825.814000', '134825.817000', '134825.819000', '134825.822000', '134825.825000', '134825.828000', '134825.831000', '134825.834000', '134825.837000', '134825.840000', '134825.842000', '134825.845000', '134825.848000', '134825.851000', '134825.854000', '134825.857000', '134825.860000', '134825.862000', '134825.865000', '134825.868000', '134825.871000', '134845.742000', '134845.745000', '134845.748000', '134845.750000', '134845.754000', '134845.756000', '134845.759000', '134845.762000', '134845.765000', '134845.768000', '134845.771000', '134845.773000', '134845.776000', '134845.779000', '134845.782000', '134845.785000', '134845.788000', '134845.791000', '134845.794000', '134845.797000', '134845.800000', '134845.802000', '134845.805000', '134845.808000', '134845.811000', '134845.814000', '134845.826000', '134845.829000', '134845.832000', '134845.834000', '134845.837000', '134845.840000', '134845.843000', '134845.846000', '134845.849000', '134845.852000', '134845.854000', '134845.857000', '134845.860000', '134845.863000', '134845.866000', '134845.869000', '134845.872000', '134905.742000', '134905.745000', '134905.748000', '134905.751000', '134905.754000', '134905.757000', '134905.760000', '134905.763000', '134905.765000', '134905.777000', '134905.780000', '134905.783000', '134905.785000', '134905.788000', '134905.791000', '134905.794000', '134905.797000', '134905.800000', '134905.803000', '134905.806000', '134905.808000', '134905.811000', '134905.814000', '134905.817000', '134905.820000', '134905.823000', '134905.826000', '134905.829000', '134905.831000', '134905.834000', '134905.837000', '134905.840000', '134905.843000', '134905.846000', '134905.849000', '134905.852000', '134905.855000', '134905.858000', '134905.860000', '134905.863000', '134905.866000', '134905.869000', '134905.872000', '134905.875000', '134925.744000', '134925.747000', '134925.750000', '134925.753000', '134925.756000', '134925.759000', '134925.762000', '134925.765000', '134925.768000', '134925.770000', '134925.773000', '134925.776000', '134925.779000', '134925.782000', '134925.785000', '134925.788000', '134925.791000', '134925.794000', '134925.796000', '134925.800000', '134925.802000', '134925.805000', '134925.808000', '134925.811000', '134925.814000', '134925.817000', '134925.820000', '134925.823000', '134925.826000', '134925.828000', '134925.831000', '134925.834000', '134925.837000', '134925.840000', '134925.842000', '134925.845000', '134925.848000', '134925.851000', '134925.854000', '134925.856000', '134925.860000', '134925.862000', '134925.865000', '134945.743000', '134945.746000', '134945.749000', '134945.752000', '134945.755000', '134945.757000', '134945.760000', '134945.763000', '134945.766000', '134945.769000', '134945.772000', '134945.775000', '134945.778000', '134945.781000', '134945.783000', '134945.786000', '134945.789000', '134945.792000', '134945.795000', '134945.798000', '134945.801000', '134945.804000', '134945.806000', '134945.809000', '134945.812000', '134945.815000', '134945.818000', '134945.821000', '134945.824000', '134945.827000', '134945.829000', '134945.832000', '134945.835000', '134945.838000', '134945.841000', '134945.844000', '134945.847000', '134945.850000', '134945.852000', '134945.855000', '134945.858000', '134945.861000', '134945.864000', '134945.867000', '135005.743000', '135005.746000', '135005.749000', '135005.752000', '135005.755000', '135005.758000', '135005.761000', '135005.764000', '135005.767000', '135005.770000', '135005.773000', '135005.776000', '135005.778000', '135005.782000', '135005.784000', '135005.787000', '135005.790000', '135005.793000', '135005.796000', '135005.799000', '135005.802000', '135005.805000', '135005.807000', '135005.810000', '135005.813000', '135005.816000', '135005.819000', '135005.822000', '135005.825000', '135005.828000', '135005.831000', '135005.834000', '135005.837000', '135005.839000', '135005.842000', '135005.845000', '135005.848000', '135005.851000', '135005.854000', '135005.857000', '135005.860000', '135005.863000', '135005.865000', '135025.743000', '135025.746000', '135025.749000', '135025.752000', '135025.755000', '135025.758000', '135025.761000', '135025.764000', '135025.766000', '135025.769000', '135025.772000', '135025.775000', '135025.778000', '135025.781000', '135025.784000', '135025.787000', '135025.789000', '135025.792000', '135025.795000', '135025.798000', '135025.801000', '135025.804000', '135025.811000', '135025.814000', '135025.816000', '135025.819000', '135025.822000', '135025.825000', '135025.828000', '135025.831000', '135025.834000', '135025.837000', '135025.839000', '135025.842000', '135025.845000', '135025.848000', '135025.851000', '135025.854000', '135025.857000', '135025.860000', '135025.863000', '135025.865000', '135025.868000', '135025.871000', '135045.743000', '135045.746000', '135045.749000', '135045.752000', '135045.755000', '135045.758000', '135045.760000', '135045.763000', '135045.771000', '135045.774000', '135045.776000', '135045.781000', '135045.784000', '135045.787000', '135045.790000', '135045.793000', '135045.796000', '135045.799000', '135045.801000', '135045.804000', '135045.807000', '135045.810000', '135045.813000', '135045.816000', '135045.819000', '135045.822000', '135045.824000', '135045.827000', '135045.830000', '135045.833000', '135045.836000', '135045.839000', '135045.842000', '135045.845000', '135045.848000', '135045.851000', '135045.854000', '135045.857000', '135045.860000', '135045.863000', '135045.866000', '135045.868000', '135045.871000', '135105.742000', '135105.745000', '135105.748000', '135105.751000', '135105.754000', '135105.757000', '135105.759000', '135105.762000', '135105.765000', '135105.768000', '135105.771000', '135105.774000', '135105.777000', '135105.780000', '135105.783000', '135105.786000', '135105.789000', '135105.792000', '135105.795000', '135105.798000', '135105.801000', '135105.804000', '135105.807000', '135105.809000', '135105.812000', '135105.815000', '135105.818000', '135105.821000', '135105.824000', '135105.827000', '135105.830000', '135105.832000', '135105.835000', '135105.838000', '135105.841000', '135105.844000', '135105.847000', '135105.850000', '135105.852000', '135105.855000', '135105.858000', '135105.861000', '135105.864000', '135105.867000', '135125.742000', '135125.745000', '135125.748000', '135125.751000', '135125.754000', '135125.757000', '135125.760000', '135125.763000', '135125.765000', '135125.768000', '135125.771000', '135125.774000', '135125.777000', '135125.780000', '135125.783000', '135125.786000', '135125.788000', '135125.791000', '135125.794000', '135125.797000', '135125.800000', '135125.803000', '135125.806000', '135125.809000', '135125.812000', '135125.814000', '135125.817000', '135125.820000', '135125.823000', '135125.826000', '135125.829000', '135125.832000', '135125.835000', '135125.838000', '135125.841000', '135125.843000', '135125.846000', '135125.849000', '135125.852000', '135125.855000', '135125.859000', '135125.862000', '135125.865000', '135145.743000', '135145.746000', '135145.749000', '135145.752000', '135145.755000', '135145.758000', '135145.760000', '135145.769000', '135145.772000', '135145.774000', '135145.777000', '135145.780000', '135145.783000', '135145.786000', '135145.789000', '135145.792000', '135145.795000', '135145.797000', '135145.800000', '135145.803000', '135145.806000', '135145.809000', '135145.812000', '135145.815000', '135145.818000', '135145.821000', '135145.823000', '135145.826000', '135145.829000', '135145.832000', '135145.835000', '135145.838000', '135145.841000', '135145.844000', '135145.846000', '135145.849000', '135145.852000', '135145.855000', '135145.858000', '135145.861000', '135145.864000', '135145.866000', '135145.869000', '135145.872000', '135205.743000', '135205.746000', '135205.749000', '135205.761000', '135205.764000', '135205.767000', '135205.770000', '135205.773000', '135205.776000', '135205.779000', '135205.782000', '135205.784000', '135205.787000', '135205.790000', '135205.793000', '135205.796000', '135205.799000', '135205.802000', '135205.805000', '135205.808000', '135205.811000', '135205.814000', '135205.819000', '135205.822000', '135205.825000', '135205.828000', '135205.831000', '135205.833000', '135205.836000', '135205.839000', '135205.842000', '135205.845000', '135205.848000', '135205.851000', '135205.854000', '135205.857000', '135205.859000', '135205.862000', '135205.865000', '135205.868000', '135205.871000', '135205.874000', '135205.877000', '135225.743000', '135225.746000', '135225.759000', '135225.762000', '135225.764000', '135225.767000', '135225.770000', '135225.773000', '135225.776000', '135225.779000', '135225.782000', '135225.785000', '135225.788000', '135225.790000', '135225.793000', '135225.796000', '135225.799000', '135225.802000', '135225.805000', '135225.808000', '135225.811000', '135225.814000', '135225.817000', '135225.819000', '135225.822000', '135225.825000', '135225.828000', '135225.831000', '135225.834000', '135225.836000', '135225.839000', '135225.842000', '135225.845000', '135225.848000', '135225.851000', '135225.854000', '135225.857000', '135225.860000', '135225.862000', '135225.865000', '135225.868000', '135225.871000', '135225.874000', '135225.877000', '135245.743000', '135245.746000', '135245.749000', '135245.752000', '135245.755000', '135245.758000', '135245.761000', '135245.763000', '135245.766000', '135245.769000', '135245.772000', '135245.775000', '135245.778000', '135245.781000', '135245.783000', '135245.786000', '135245.789000', '135245.792000', '135245.795000', '135245.798000', '135245.801000', '135245.804000', '135245.807000', '135245.809000', '135245.812000', '135245.815000', '135245.818000', '135245.821000', '135245.824000', '135245.827000', '135245.830000', '135245.833000', '135245.836000', '135245.838000', '135245.841000', '135245.844000', '135245.847000', '135245.850000', '135245.853000', '135245.856000', '135245.859000', '135245.861000', '135245.864000', '135305.743000', '135305.746000', '135305.749000', '135305.752000', '135305.755000', '135305.758000', '135305.761000', '135305.763000', '135305.766000', '135305.769000', '135305.772000', '135305.775000', '135305.778000', '135305.781000', '135305.783000', '135305.786000', '135305.789000', '135305.792000', '135305.795000', '135305.798000', '135305.801000', '135305.804000', '135305.807000', '135305.809000', '135305.812000', '135305.815000', '135305.818000', '135305.821000', '135305.824000', '135305.827000', '135305.830000', '135305.833000', '135305.836000', '135305.839000', '135305.842000', '135305.845000', '135305.848000', '135305.851000', '135305.853000', '135305.856000', '135305.859000', '135305.862000', '135305.865000', '135305.868000', '135325.742000', '135325.745000', '135325.748000', '135325.751000', '135325.754000', '135325.757000', '135325.760000', '135325.763000', '135325.765000', '135325.768000', '135325.771000', '135325.774000', '135325.777000', '135325.780000', '135325.792000', '135325.795000', '135325.798000', '135325.801000', '135325.804000', '135325.807000', '135325.811000', '135325.814000', '135325.817000', '135325.820000', '135325.823000', '135325.826000', '135325.828000', '135325.831000', '135325.834000', '135325.837000', '135325.840000', '135325.843000', '135325.846000', '135325.849000', '135325.852000', '135325.856000', '135325.859000', '135325.862000', '135325.864000', '135325.867000', '135325.870000', '135325.873000', '135325.876000', '135345.742000', '135345.745000', '135345.748000', '135345.751000', '135345.754000', '135345.756000', '135345.759000', '135345.762000', '135345.765000', '135345.768000', '135345.771000', '135345.774000', '135345.777000', '135345.780000', '135345.783000', '135345.785000', '135345.788000', '135345.791000', '135345.794000', '135345.797000', '135345.800000', '135345.803000', '135345.806000', '135345.808000', '135345.811000', '135345.814000', '135345.817000', '135345.820000', '135345.823000', '135345.826000', '135345.829000', '135345.832000', '135345.835000', '135345.837000', '135345.840000', '135345.843000', '135345.846000', '135345.849000', '135345.852000', '135345.855000', '135345.858000', '135345.861000', '135345.863000', '135345.866000', '135405.743000', '135405.746000', '135405.749000', '135405.752000', '135405.755000', '135405.758000', '135405.761000', '135405.763000', '135405.766000', '135405.769000', '135405.772000', '135405.775000', '135405.778000', '135405.781000', '135405.784000', '135405.787000', '135405.789000', '135405.792000', '135405.795000', '135405.798000', '135405.801000', '135405.804000', '135405.807000', '135405.810000', '135405.812000', '135405.815000', '135405.818000', '135405.821000', '135405.824000', '135405.827000', '135405.830000', '135405.833000', '135405.835000', '135405.838000', '135405.841000', '135405.844000', '135405.847000', '135405.850000', '135405.853000', '135405.856000', '135405.859000', '135405.862000', '135405.865000', '135414.274000', '135414.278000', '135414.281000', '135414.284000', '135414.287000', '135414.290000', '135414.293000', '135414.296000', '135414.299000', '135414.302000', '135414.305000', '135414.308000', '135414.311000', '135414.314000', '135414.316000', '135414.319000', '135414.322000', '135414.325000', '135414.328000'], 'InstanceCreationTime': ['134745.790000', '134745.793000', '134745.796000', '134745.799000', '134745.802000', '134745.805000', '134745.808000', '134745.811000', '134745.818000', '134745.821000', '134745.831000', '134745.834000', '134745.836000', '134745.839000', '134745.842000', '134745.845000', '134745.848000', '134745.851000', '134745.853000', '134745.856000', '134745.859000', '134745.862000', '134745.866000', '134745.869000', '134745.872000', '134745.875000', '134745.878000', '134805.743000', '134805.746000', '134805.749000', '134805.752000', '134805.755000', '134805.758000', '134805.761000', '134805.764000', '134805.767000', '134805.770000', '134805.772000', '134805.780000', '134805.783000', '134805.785000', '134805.788000', '134805.791000', '134805.794000', '134805.797000', '134805.800000', '134805.803000', '134805.805000', '134805.808000', '134805.811000', '134805.814000', '134805.820000', '134805.823000', '134805.826000', '134805.829000', '134805.832000', '134805.834000', '134805.837000', '134805.840000', '134805.843000', '134805.846000', '134805.849000', '134805.852000', '134805.854000', '134805.857000', '134805.860000', '134805.863000', '134805.866000', '134805.869000', '134805.871000', '134825.743000', '134825.746000', '134825.749000', '134825.752000', '134825.755000', '134825.757000', '134825.760000', '134825.763000', '134825.766000', '134825.769000', '134825.772000', '134825.775000', '134825.777000', '134825.780000', '134825.783000', '134825.786000', '134825.789000', '134825.792000', '134825.800000', '134825.802000', '134825.805000', '134825.808000', '134825.811000', '134825.814000', '134825.817000', '134825.819000', '134825.822000', '134825.825000', '134825.828000', '134825.831000', '134825.834000', '134825.837000', '134825.840000', '134825.842000', '134825.845000', '134825.848000', '134825.851000', '134825.854000', '134825.857000', '134825.860000', '134825.862000', '134825.865000', '134825.868000', '134825.871000', '134845.742000', '134845.745000', '134845.748000', '134845.750000', '134845.754000', '134845.756000', '134845.759000', '134845.762000', '134845.765000', '134845.768000', '134845.771000', '134845.773000', '134845.776000', '134845.779000', '134845.782000', '134845.785000', '134845.788000', '134845.791000', '134845.794000', '134845.797000', '134845.800000', '134845.802000', '134845.805000', '134845.808000', '134845.811000', '134845.814000', '134845.826000', '134845.829000', '134845.832000', '134845.834000', '134845.837000', '134845.840000', '134845.843000', '134845.846000', '134845.849000', '134845.852000', '134845.854000', '134845.857000', '134845.860000', '134845.863000', '134845.866000', '134845.869000', '134845.872000', '134905.742000', '134905.745000', '134905.748000', '134905.751000', '134905.754000', '134905.757000', '134905.760000', '134905.763000', '134905.765000', '134905.777000', '134905.780000', '134905.783000', '134905.785000', '134905.788000', '134905.791000', '134905.794000', '134905.797000', '134905.800000', '134905.803000', '134905.806000', '134905.808000', '134905.811000', '134905.814000', '134905.817000', '134905.820000', '134905.823000', '134905.826000', '134905.829000', '134905.831000', '134905.834000', '134905.837000', '134905.840000', '134905.843000', '134905.846000', '134905.849000', '134905.852000', '134905.855000', '134905.858000', '134905.860000', '134905.863000', '134905.866000', '134905.869000', '134905.872000', '134905.875000', '134925.744000', '134925.747000', '134925.750000', '134925.753000', '134925.756000', '134925.759000', '134925.762000', '134925.765000', '134925.768000', '134925.770000', '134925.773000', '134925.776000', '134925.779000', '134925.782000', '134925.785000', '134925.788000', '134925.791000', '134925.794000', '134925.796000', '134925.800000', '134925.802000', '134925.805000', '134925.808000', '134925.811000', '134925.814000', '134925.817000', '134925.820000', '134925.823000', '134925.826000', '134925.828000', '134925.831000', '134925.834000', '134925.837000', '134925.840000', '134925.842000', '134925.845000', '134925.848000', '134925.851000', '134925.854000', '134925.856000', '134925.860000', '134925.862000', '134925.865000', '134945.743000', '134945.746000', '134945.749000', '134945.752000', '134945.755000', '134945.757000', '134945.760000', '134945.763000', '134945.766000', '134945.769000', '134945.772000', '134945.775000', '134945.778000', '134945.781000', '134945.783000', '134945.786000', '134945.789000', '134945.792000', '134945.795000', '134945.798000', '134945.801000', '134945.804000', '134945.806000', '134945.809000', '134945.812000', '134945.815000', '134945.818000', '134945.821000', '134945.824000', '134945.827000', '134945.829000', '134945.832000', '134945.835000', '134945.838000', '134945.841000', '134945.844000', '134945.847000', '134945.850000', '134945.852000', '134945.855000', '134945.858000', '134945.861000', '134945.864000', '134945.867000', '135005.743000', '135005.746000', '135005.749000', '135005.752000', '135005.755000', '135005.758000', '135005.761000', '135005.764000', '135005.767000', '135005.770000', '135005.773000', '135005.776000', '135005.778000', '135005.782000', '135005.784000', '135005.787000', '135005.790000', '135005.793000', '135005.796000', '135005.799000', '135005.802000', '135005.805000', '135005.807000', '135005.810000', '135005.813000', '135005.816000', '135005.819000', '135005.822000', '135005.825000', '135005.828000', '135005.831000', '135005.834000', '135005.837000', '135005.839000', '135005.842000', '135005.845000', '135005.848000', '135005.851000', '135005.854000', '135005.857000', '135005.860000', '135005.863000', '135005.865000', '135025.743000', '135025.746000', '135025.749000', '135025.752000', '135025.755000', '135025.758000', '135025.761000', '135025.764000', '135025.766000', '135025.769000', '135025.772000', '135025.775000', '135025.778000', '135025.781000', '135025.784000', '135025.787000', '135025.789000', '135025.792000', '135025.795000', '135025.798000', '135025.801000', '135025.804000', '135025.811000', '135025.814000', '135025.816000', '135025.819000', '135025.822000', '135025.825000', '135025.828000', '135025.831000', '135025.834000', '135025.837000', '135025.839000', '135025.842000', '135025.845000', '135025.848000', '135025.851000', '135025.854000', '135025.857000', '135025.860000', '135025.863000', '135025.865000', '135025.868000', '135025.871000', '135045.743000', '135045.746000', '135045.749000', '135045.752000', '135045.755000', '135045.758000', '135045.760000', '135045.763000', '135045.771000', '135045.774000', '135045.776000', '135045.781000', '135045.784000', '135045.787000', '135045.790000', '135045.793000', '135045.796000', '135045.799000', '135045.801000', '135045.804000', '135045.807000', '135045.810000', '135045.813000', '135045.816000', '135045.819000', '135045.822000', '135045.824000', '135045.827000', '135045.830000', '135045.833000', '135045.836000', '135045.839000', '135045.842000', '135045.845000', '135045.848000', '135045.851000', '135045.854000', '135045.857000', '135045.860000', '135045.863000', '135045.866000', '135045.868000', '135045.871000', '135105.742000', '135105.745000', '135105.748000', '135105.751000', '135105.754000', '135105.757000', '135105.759000', '135105.762000', '135105.765000', '135105.768000', '135105.771000', '135105.774000', '135105.777000', '135105.780000', '135105.783000', '135105.786000', '135105.789000', '135105.792000', '135105.795000', '135105.798000', '135105.801000', '135105.804000', '135105.807000', '135105.809000', '135105.812000', '135105.815000', '135105.818000', '135105.821000', '135105.824000', '135105.827000', '135105.830000', '135105.832000', '135105.835000', '135105.838000', '135105.841000', '135105.844000', '135105.847000', '135105.850000', '135105.852000', '135105.855000', '135105.858000', '135105.861000', '135105.864000', '135105.867000', '135125.742000', '135125.745000', '135125.748000', '135125.751000', '135125.754000', '135125.757000', '135125.760000', '135125.763000', '135125.765000', '135125.768000', '135125.771000', '135125.774000', '135125.777000', '135125.780000', '135125.783000', '135125.786000', '135125.788000', '135125.791000', '135125.794000', '135125.797000', '135125.800000', '135125.803000', '135125.806000', '135125.809000', '135125.812000', '135125.814000', '135125.817000', '135125.820000', '135125.823000', '135125.826000', '135125.829000', '135125.832000', '135125.835000', '135125.838000', '135125.841000', '135125.843000', '135125.846000', '135125.849000', '135125.852000', '135125.855000', '135125.859000', '135125.862000', '135125.865000', '135145.743000', '135145.746000', '135145.749000', '135145.752000', '135145.755000', '135145.758000', '135145.760000', '135145.769000', '135145.772000', '135145.774000', '135145.777000', '135145.780000', '135145.783000', '135145.786000', '135145.789000', '135145.792000', '135145.795000', '135145.797000', '135145.800000', '135145.803000', '135145.806000', '135145.809000', '135145.812000', '135145.815000', '135145.818000', '135145.821000', '135145.823000', '135145.826000', '135145.829000', '135145.832000', '135145.835000', '135145.838000', '135145.841000', '135145.844000', '135145.846000', '135145.849000', '135145.852000', '135145.855000', '135145.858000', '135145.861000', '135145.864000', '135145.866000', '135145.869000', '135145.872000', '135205.743000', '135205.746000', '135205.749000', '135205.761000', '135205.764000', '135205.767000', '135205.770000', '135205.773000', '135205.776000', '135205.779000', '135205.782000', '135205.784000', '135205.787000', '135205.790000', '135205.793000', '135205.796000', '135205.799000', '135205.802000', '135205.805000', '135205.808000', '135205.811000', '135205.814000', '135205.819000', '135205.822000', '135205.825000', '135205.828000', '135205.831000', '135205.833000', '135205.836000', '135205.839000', '135205.842000', '135205.845000', '135205.848000', '135205.851000', '135205.854000', '135205.857000', '135205.859000', '135205.862000', '135205.865000', '135205.868000', '135205.871000', '135205.874000', '135205.877000', '135225.743000', '135225.746000', '135225.759000', '135225.762000', '135225.764000', '135225.767000', '135225.770000', '135225.773000', '135225.776000', '135225.779000', '135225.782000', '135225.785000', '135225.788000', '135225.790000', '135225.793000', '135225.796000', '135225.799000', '135225.802000', '135225.805000', '135225.808000', '135225.811000', '135225.814000', '135225.817000', '135225.819000', '135225.822000', '135225.825000', '135225.828000', '135225.831000', '135225.834000', '135225.836000', '135225.839000', '135225.842000', '135225.845000', '135225.848000', '135225.851000', '135225.854000', '135225.857000', '135225.860000', '135225.862000', '135225.865000', '135225.868000', '135225.871000', '135225.874000', '135225.877000', '135245.743000', '135245.746000', '135245.749000', '135245.752000', '135245.755000', '135245.758000', '135245.761000', '135245.763000', '135245.766000', '135245.769000', '135245.772000', '135245.775000', '135245.778000', '135245.781000', '135245.783000', '135245.786000', '135245.789000', '135245.792000', '135245.795000', '135245.798000', '135245.801000', '135245.804000', '135245.807000', '135245.809000', '135245.812000', '135245.815000', '135245.818000', '135245.821000', '135245.824000', '135245.827000', '135245.830000', '135245.833000', '135245.836000', '135245.838000', '135245.841000', '135245.844000', '135245.847000', '135245.850000', '135245.853000', '135245.856000', '135245.859000', '135245.861000', '135245.864000', '135305.743000', '135305.746000', '135305.749000', '135305.752000', '135305.755000', '135305.758000', '135305.761000', '135305.763000', '135305.766000', '135305.769000', '135305.772000', '135305.775000', '135305.778000', '135305.781000', '135305.783000', '135305.786000', '135305.789000', '135305.792000', '135305.795000', '135305.798000', '135305.801000', '135305.804000', '135305.807000', '135305.809000', '135305.812000', '135305.815000', '135305.818000', '135305.821000', '135305.824000', '135305.827000', '135305.830000', '135305.833000', '135305.836000', '135305.839000', '135305.842000', '135305.845000', '135305.848000', '135305.851000', '135305.853000', '135305.856000', '135305.859000', '135305.862000', '135305.865000', '135305.868000', '135325.742000', '135325.745000', '135325.748000', '135325.751000', '135325.754000', '135325.757000', '135325.760000', '135325.763000', '135325.765000', '135325.768000', '135325.771000', '135325.774000', '135325.777000', '135325.780000', '135325.792000', '135325.795000', '135325.798000', '135325.801000', '135325.804000', '135325.807000', '135325.811000', '135325.814000', '135325.817000', '135325.820000', '135325.823000', '135325.826000', '135325.828000', '135325.831000', '135325.834000', '135325.837000', '135325.840000', '135325.843000', '135325.846000', '135325.849000', '135325.852000', '135325.856000', '135325.859000', '135325.862000', '135325.864000', '135325.867000', '135325.870000', '135325.873000', '135325.876000', '135345.742000', '135345.745000', '135345.748000', '135345.751000', '135345.754000', '135345.756000', '135345.759000', '135345.762000', '135345.765000', '135345.768000', '135345.771000', '135345.774000', '135345.777000', '135345.780000', '135345.783000', '135345.785000', '135345.788000', '135345.791000', '135345.794000', '135345.797000', '135345.800000', '135345.803000', '135345.806000', '135345.808000', '135345.811000', '135345.814000', '135345.817000', '135345.820000', '135345.823000', '135345.826000', '135345.829000', '135345.832000', '135345.835000', '135345.837000', '135345.840000', '135345.843000', '135345.846000', '135345.849000', '135345.852000', '135345.855000', '135345.858000', '135345.861000', '135345.863000', '135345.866000', '135405.743000', '135405.746000', '135405.749000', '135405.752000', '135405.755000', '135405.758000', '135405.761000', '135405.763000', '135405.766000', '135405.769000', '135405.772000', '135405.775000', '135405.778000', '135405.781000', '135405.784000', '135405.787000', '135405.789000', '135405.792000', '135405.795000', '135405.798000', '135405.801000', '135405.804000', '135405.807000', '135405.810000', '135405.812000', '135405.815000', '135405.818000', '135405.821000', '135405.824000', '135405.827000', '135405.830000', '135405.833000', '135405.835000', '135405.838000', '135405.841000', '135405.844000', '135405.847000', '135405.850000', '135405.853000', '135405.856000', '135405.859000', '135405.862000', '135405.865000', '135414.274000', '135414.278000', '135414.281000', '135414.284000', '135414.287000', '135414.290000', '135414.293000', '135414.296000', '135414.299000', '135414.302000', '135414.305000', '135414.308000', '135414.311000', '135414.314000', '135414.316000', '135414.319000', '135414.322000', '135414.325000', '135414.328000'], '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': [9401, 9580, 8529, 10567, 8187, 9741, 7563, 8905, 7516, 7641, 8817, 8196, 10901, 8249, 9764, 7743, 8116, 7190, 7211, 7221, 7690, 7205, 7423, 8693, 7300, 9115, 7299, 9063, 8269, 10357, 7937, 9598, 7822, 9552, 7613, 9409, 8471, 9058, 9522, 8848, 12099, 9608, 11464, 9048, 9930, 8362, 9667, 7924, 9429, 7491, 9849, 8902, 9645, 8284, 8560, 8199, 7955, 7622, 7965, 7547, 8616, 8020, 8469, 7584, 6961, 7582, 7161, 8670, 8013, 9164, 9479, 10934, 9953, 10926, 10055, 10800, 9191, 11688, 8796, 12725, 7101, 6704, 9227, 7358, 8425, 7460, 9396, 8022, 10690, 8744, 10055, 7721, 10106, 8342, 8493, 7404, 6630, 6836, 6954, 7047, 7204, 6275, 8872, 6459, 9589, 6900, 11767, 8161, 9065, 7031, 7701, 6947, 7719, 6626, 8603, 6626, 8382, 6746, 7983, 6593, 7756, 6749, 7761, 8714, 8828, 10604, 8912, 7407, 7893, 6567, 7816, 6926, 8009, 7612, 11206, 10049, 10633, 7463, 8718, 7600, 11851, 8975, 10437, 8781, 9210, 7569, 8460, 8054, 8508, 11744, 8402, 10522, 8993, 9841, 7665, 8344, 6659, 7139, 8697, 6977, 8463, 7463, 9586, 7695, 7923, 6643, 7628, 6579, 7258, 7020, 8031, 9593, 9452, 9451, 8559, 8712, 7949, 10611, 8211, 10301, 8305, 10035, 8621, 10696, 8984, 8864, 7752, 8138, 7027, 8091, 7514, 8785, 9852, 8995, 8955, 7869, 9246, 7466, 9229, 7898, 10589, 8252, 8885, 7354, 8264, 7118, 8973, 7646, 9111, 8371, 8499, 7469, 8163, 8368, 7715, 10298, 8153, 11872, 8562, 7755, 7520, 8175, 7305, 9027, 7236, 10353, 7774, 10970, 8282, 9121, 7421, 8965, 8033, 9576, 9702, 11025, 10795, 9561, 11125, 8751, 9882, 8779, 10116, 8949, 10235, 8599, 8715, 7768, 8403, 7263, 8263, 7190, 8801, 7190, 8656, 7130, 8311, 6955, 7699, 8025, 7727, 9290, 7575, 8698, 7535, 8700, 7445, 9774, 7822, 9527, 7697, 8996, 7413, 8834, 7839, 10406, 8313, 9259, 8273, 8772, 7804, 9036, 7884, 9485, 8206, 8647, 7612, 8096, 7064, 8013, 6768, 10304, 7600, 8818, 7550, 8275, 8014, 8211, 10029, 8648, 11547, 8586, 9363, 8203, 8464, 6983, 8444, 7030, 9295, 8007, 8519, 7862, 7812, 9504, 7633, 9713, 8359, 10218, 8402, 8520, 7267, 7824, 6708, 7606, 6730, 8396, 6915, 8497, 7522, 7962, 9232, 7914, 10543, 9284, 10995, 8701, 9331, 7526, 8420, 7407, 8035, 8589, 8245, 10500, 7779, 9106, 7621, 8186, 7240, 8903, 7222, 8482, 7350, 7703, 8414, 7604, 9920, 8204, 9656, 7793, 8343, 7030, 8631, 7561, 8371, 10315, 8741, 11132, 8083, 8546, 6992, 7819, 6585, 7988, 7142, 9322, 8092, 8374, 9185, 8003, 10354, 8272, 10378, 8718, 10967, 7856, 9085, 7482, 7990, 9832, 7955, 10215, 9011, 10817, 8681, 8605, 7513, 8523, 7042, 8388, 8531, 9064, 11620, 8329, 9161, 8235, 8818, 7188, 8885, 7894, 9819, 7577, 7961, 9708, 7598, 8720, 7749, 9159, 8336, 10382, 7809, 9171, 7259, 8568, 7724, 8799, 9655, 8937, 10295, 8212, 9872, 7424, 8728, 7618, 9385, 8642, 10706, 8605, 8883, 7427, 9134, 7190, 8877, 8193, 9559, 8849, 8781, 7547, 7883, 8081, 7819, 8675, 8316, 8705, 8631, 8275, 7930, 9927, 8168, 10692, 9110, 12023, 8933, 9075, 7674, 9309, 7461, 9610, 8571, 10088, 8511, 8312, 8707, 7880, 9329, 8172, 10348, 8514, 8826, 7824, 8652, 6939, 8565, 7159, 8952, 7547, 8623, 7151, 7929, 8609, 7814, 10845, 8638, 11609, 8373, 8964, 7305, 8084, 8126, 9495, 7982, 9100, 7748, 9033, 7082, 8995, 7901, 10050, 8693, 9238, 7403, 8140, 7218, 8716, 8338, 8984, 8703, 8487, 10854, 7913, 9330, 8636, 10209, 8951, 10484, 7922, 9419, 7109, 8865, 8032, 9561, 10193, 9291, 11396, 7714, 8773, 7685, 8407, 8272, 8999, 7729, 8665, 6899, 8438, 7377, 8748, 9804, 9375, 11641, 8752, 9783, 7941, 8840, 7439, 8289, 7039, 9075, 8433, 8506, 9848, 7705, 8782, 7546, 8300, 6973, 8898, 7570, 8703, 10843, 7633, 8789, 7796, 9416, 7578, 9856, 7374, 8214, 7573, 7495, 9777, 7805, 9334, 7915, 8300, 7036, 8221, 7706, 9955, 8280, 9015, 7581, 9033, 8820, 10311, 9643, 9738, 10749, 8498, 9875, 8410, 9235, 7847, 10493, 8139, 9882, 9011, 9596, 10412, 11994, 8551, 9592, 8077, 9594, 7575, 9705, 8398, 10471, 8116, 9984, 8388, 10186, 9216, 11044, 8692, 9038, 8002, 8884, 7374, 9002, 7449, 8741, 7111, 8166, 6978, 8195, 6647, 8162, 7498, 8018, 8522, 7665, 9725, 7279, 9502, 8207, 10063, 8379, 8657, 7103, 8250, 6932, 8050, 7167, 8857, 8081, 7875, 10030, 7547, 9086, 7818, 8867, 7579, 10015, 7569, 8701, 7026, 7813, 9012, 7055, 8763, 7798, 8662, 7281, 7828, 6754, 7564, 6756, 7988, 7360, 9297, 9745, 8770, 11352, 8465, 9169, 8245, 8924, 7823, 9790, 7410, 9017, 7138, 8482, 7505, 8067, 9335, 8524, 11119, 8179, 9683, 7978, 8901, 7294, 8720, 7457, 9679, 8358, 8527, 9118, 7713, 9122, 7274, 8369, 7546, 8879, 6905, 8458, 6805, 8013, 9320, 7712, 10216, 8422, 11661, 8311, 9191, 7309, 8657, 7887, 10228, 8137, 10032, 7518, 8915, 8577, 8618, 11645, 9583, 12169, 9096, 9582, 7634, 8493, 7965, 9402, 7516, 8846, 7194, 8022, 8956, 8471, 11281, 8441, 10476, 8160, 9022, 7382, 8798, 7693, 9530, 10853, 8872, 11738, 8210, 9437, 7762, 8673, 7931, 9234, 7465, 8544, 7038, 7982, 7475, 8551, 7445, 9666, 7429, 8773, 7411, 8392, 9969, 9093, 12128, 9007, 10807, 8454, 9061, 7830, 9551, 8035, 8046, 11170, 7637, 9122, 7060, 8185, 7587, 8269, 7310, 7946, 6680, 7837, 6808, 8348, 8989, 8558, 10291, 7845, 10443, 7697, 10089, 7899, 10462, 7826, 9619, 7381, 8862, 8334, 8796, 11636, 9851, 11569, 8407, 10095, 7692, 9363, 8203, 10340, 8052, 9374, 7981, 8616, 7023, 8550, 8065, 8578, 10801, 8373, 11056, 7834, 9381, 7791, 9124, 7909, 9422, 7684, 9128, 7508, 8215, 6816, 8649, 8340, 8535, 10510, 8218, 11209, 7715, 9545, 7628, 9253, 7704, 9781, 8272, 10000, 7420, 8548, 7326, 8187, 10916, 7986, 9720], 'WindowCenter': [4263.0, 4249.0, 4223.0, 4227.0, 4194.0, 4201.0, 4169.0, 4190.0, 4157.0, 4180.0, 4187.0, 4178.0, 4196.0, 4149.0, 4184.0, 4156.0, 4167.0, 4145.0, 4159.0, 4170.0, 4169.0, 4141.0, 4158.0, 4161.0, 4173.0, 4188.0, 4170.0, 4188.0, 4181.0, 4210.0, 4182.0, 4198.0, 4168.0, 4198.0, 4157.0, 4172.0, 4167.0, 4179.0, 4187.0, 4188.0, 4218.0, 4188.0, 4205.0, 4176.0, 4183.0, 4153.0, 4173.0, 4153.0, 4174.0, 4157.0, 4181.0, 4176.0, 4185.0, 4136.0, 4147.0, 4151.0, 4143.0, 4138.0, 4169.0, 4155.0, 4179.0, 4167.0, 4165.0, 4156.0, 4145.0, 4168.0, 4148.0, 4190.0, 4168.0, 4191.0, 4189.0, 4226.0, 4215.0, 4211.0, 4187.0, 4196.0, 4177.0, 4194.0, 4164.0, 4200.0, 4116.0, 4142.0, 4183.0, 4168.0, 4176.0, 4152.0, 4183.0, 4165.0, 4194.0, 4158.0, 4196.0, 4165.0, 4192.0, 4175.0, 4156.0, 4152.0, 4142.0, 4128.0, 4140.0, 4124.0, 4138.0, 4132.0, 4186.0, 4134.0, 4199.0, 4156.0, 4217.0, 4161.0, 4170.0, 4127.0, 4137.0, 4127.0, 4148.0, 4131.0, 4173.0, 4143.0, 4176.0, 4144.0, 4163.0, 4131.0, 4152.0, 4130.0, 4152.0, 4187.0, 4187.0, 4189.0, 4187.0, 4155.0, 4175.0, 4142.0, 4168.0, 4157.0, 4178.0, 4170.0, 4235.0, 4199.0, 4169.0, 4152.0, 4175.0, 4151.0, 4217.0, 4200.0, 4192.0, 4186.0, 4157.0, 4139.0, 4159.0, 4139.0, 4160.0, 4173.0, 4150.0, 4180.0, 4160.0, 4169.0, 4139.0, 4143.0, 4115.0, 4127.0, 4146.0, 4129.0, 4159.0, 4137.0, 4168.0, 4150.0, 4149.0, 4129.0, 4137.0, 4115.0, 4137.0, 4142.0, 4163.0, 4184.0, 4169.0, 4194.0, 4171.0, 4174.0, 4148.0, 4191.0, 4162.0, 4176.0, 4162.0, 4167.0, 4174.0, 4195.0, 4185.0, 4156.0, 4152.0, 4151.0, 4128.0, 4150.0, 4140.0, 4146.0, 4182.0, 4173.0, 4156.0, 4146.0, 4170.0, 4141.0, 4171.0, 4163.0, 4194.0, 4158.0, 4184.0, 4154.0, 4146.0, 4125.0, 4186.0, 4136.0, 4174.0, 4164.0, 4175.0, 4153.0, 4163.0, 4144.0, 4166.0, 4208.0, 4177.0, 4216.0, 4175.0, 4166.0, 4150.0, 4146.0, 4153.0, 4157.0, 4154.0, 4196.0, 4166.0, 4206.0, 4161.0, 4185.0, 4126.0, 4172.0, 4150.0, 4171.0, 4171.0, 4193.0, 4164.0, 4171.0, 4177.0, 4148.0, 4156.0, 4146.0, 4167.0, 4157.0, 4167.0, 4146.0, 4144.0, 4120.0, 4145.0, 4125.0, 4147.0, 4101.0, 4157.0, 4128.0, 4142.0, 4116.0, 4131.0, 4115.0, 4123.0, 4149.0, 4135.0, 4167.0, 4136.0, 4144.0, 4152.0, 4144.0, 4126.0, 4181.0, 4136.0, 4167.0, 4164.0, 4171.0, 4153.0, 4172.0, 4137.0, 4194.0, 4163.0, 4155.0, 4163.0, 4161.0, 4124.0, 4172.0, 4136.0, 4166.0, 4148.0, 4173.0, 4136.0, 4144.0, 4123.0, 4162.0, 4115.0, 4195.0, 4138.0, 4174.0, 4136.0, 4146.0, 4134.0, 4160.0, 4182.0, 4146.0, 4202.0, 4161.0, 4171.0, 4150.0, 4147.0, 4112.0, 4150.0, 4112.0, 4172.0, 4134.0, 4157.0, 4133.0, 4134.0, 4169.0, 4133.0, 4169.0, 4146.0, 4167.0, 4147.0, 4156.0, 4150.0, 4136.0, 4130.0, 4153.0, 4133.0, 4175.0, 4145.0, 4159.0, 4137.0, 4148.0, 4156.0, 4136.0, 4194.0, 4157.0, 4178.0, 4161.0, 4156.0, 4135.0, 4160.0, 4138.0, 4136.0, 4154.0, 4162.0, 4177.0, 4154.0, 4155.0, 4136.0, 4162.0, 4126.0, 4174.0, 4142.0, 4157.0, 4142.0, 4136.0, 4145.0, 4137.0, 4185.0, 4165.0, 4168.0, 4149.0, 4162.0, 4125.0, 4173.0, 4141.0, 4163.0, 4166.0, 4174.0, 4203.0, 4148.0, 4156.0, 4144.0, 4135.0, 4116.0, 4176.0, 4145.0, 4182.0, 4161.0, 4178.0, 4168.0, 4149.0, 4176.0, 4163.0, 4193.0, 4157.0, 4204.0, 4147.0, 4167.0, 4125.0, 4146.0, 4181.0, 4151.0, 4192.0, 4157.0, 4205.0, 4158.0, 4155.0, 4126.0, 4161.0, 4128.0, 4147.0, 4172.0, 4158.0, 4187.0, 4148.0, 4156.0, 4145.0, 4143.0, 4113.0, 4144.0, 4151.0, 4166.0, 4152.0, 4147.0, 4164.0, 4152.0, 4145.0, 4151.0, 4157.0, 4147.0, 4178.0, 4137.0, 4167.0, 4126.0, 4161.0, 4139.0, 4144.0, 4155.0, 4157.0, 4176.0, 4159.0, 4177.0, 4153.0, 4144.0, 4136.0, 4168.0, 4158.0, 4193.0, 4159.0, 4172.0, 4125.0, 4171.0, 4113.0, 4172.0, 4145.0, 4168.0, 4172.0, 4158.0, 4136.0, 4147.0, 4132.0, 4137.0, 4147.0, 4148.0, 4158.0, 4159.0, 4159.0, 4150.0, 4165.0, 4163.0, 4193.0, 4158.0, 4189.0, 4157.0, 4155.0, 4124.0, 4153.0, 4112.0, 4154.0, 4144.0, 4165.0, 4161.0, 4145.0, 4158.0, 4134.0, 4153.0, 4146.0, 4166.0, 4156.0, 4156.0, 4136.0, 4145.0, 4114.0, 4146.0, 4115.0, 4158.0, 4136.0, 4173.0, 4125.0, 4146.0, 4144.0, 4152.0, 4177.0, 4157.0, 4188.0, 4158.0, 4156.0, 4153.0, 4134.0, 4147.0, 4185.0, 4148.0, 4156.0, 4136.0, 4156.0, 4127.0, 4175.0, 4153.0, 4167.0, 4156.0, 4167.0, 4137.0, 4145.0, 4125.0, 4156.0, 4147.0, 4168.0, 4175.0, 4158.0, 4191.0, 4152.0, 4170.0, 4145.0, 4166.0, 4155.0, 4182.0, 4134.0, 4170.0, 4128.0, 4143.0, 4132.0, 4168.0, 4165.0, 4154.0, 4189.0, 4151.0, 4142.0, 4134.0, 4134.0, 4162.0, 4155.0, 4137.0, 4144.0, 4113.0, 4144.0, 4123.0, 4163.0, 4182.0, 4156.0, 4175.0, 4145.0, 4169.0, 4134.0, 4143.0, 4123.0, 4149.0, 4112.0, 4156.0, 4146.0, 4157.0, 4166.0, 4135.0, 4143.0, 4134.0, 4162.0, 4115.0, 4173.0, 4135.0, 4157.0, 4176.0, 4136.0, 4144.0, 4124.0, 4157.0, 4134.0, 4184.0, 4141.0, 4158.0, 4151.0, 4137.0, 4177.0, 4148.0, 4170.0, 4161.0, 4161.0, 4141.0, 4176.0, 4168.0, 4181.0, 4178.0, 4172.0, 4149.0, 4170.0, 4183.0, 4181.0, 4180.0, 4181.0, 4189.0, 4159.0, 4166.0, 4147.0, 4170.0, 4147.0, 4177.0, 4136.0, 4196.0, 4173.0, 4175.0, 4165.0, 4179.0, 4121.0, 4194.0, 4151.0, 4185.0, 4162.0, 4166.0, 4176.0, 4207.0, 4149.0, 4192.0, 4163.0, 4180.0, 4154.0, 4190.0, 4160.0, 4159.0, 4132.0, 4159.0, 4125.0, 4159.0, 4123.0, 4142.0, 4114.0, 4150.0, 4155.0, 4174.0, 4130.0, 4146.0, 4142.0, 4163.0, 4161.0, 4150.0, 4154.0, 4141.0, 4167.0, 4147.0, 4167.0, 4147.0, 4161.0, 4131.0, 4144.0, 4130.0, 4147.0, 4144.0, 4175.0, 4164.0, 4148.0, 4165.0, 4137.0, 4156.0, 4138.0, 4158.0, 4137.0, 4184.0, 4150.0, 4174.0, 4141.0, 4135.0, 4170.0, 4156.0, 4173.0, 4150.0, 4169.0, 4169.0, 4167.0, 4144.0, 4163.0, 4146.0, 4162.0, 4167.0, 4199.0, 4181.0, 4189.0, 4206.0, 4159.0, 4184.0, 4148.0, 4169.0, 4150.0, 4196.0, 4138.0, 4186.0, 4155.0, 4187.0, 4138.0, 4162.0, 4196.0, 4171.0, 4206.0, 4177.0, 4195.0, 4165.0, 4158.0, 4153.0, 4185.0, 4154.0, 4196.0, 4176.0, 4185.0, 4167.0, 4147.0, 4183.0, 4156.0, 4160.0, 4166.0, 4187.0, 4140.0, 4171.0, 4145.0, 4178.0, 4195.0, 4150.0, 4207.0, 4178.0, 4230.0, 4172.0, 4181.0, 4152.0, 4188.0, 4180.0, 4209.0, 4190.0, 4210.0, 4152.0, 4189.0, 4175.0, 4175.0, 4205.0, 4180.0, 4216.0, 4185.0, 4195.0, 4178.0, 4187.0, 4164.0, 4167.0, 4137.0, 4184.0, 4142.0, 4164.0, 4172.0, 4158.0, 4203.0, 4175.0, 4192.0, 4146.0, 4171.0, 4140.0, 4162.0, 4151.0, 4167.0, 4192.0, 4168.0, 4188.0, 4148.0, 4170.0, 4122.0, 4159.0, 4133.0, 4182.0, 4153.0, 4172.0, 4143.0, 4163.0, 4152.0, 4174.0, 4136.0, 4178.0, 4153.0, 4156.0, 4139.0, 4174.0, 4180.0, 4172.0, 4202.0, 4170.0, 4191.0, 4160.0, 4170.0, 4140.0, 4182.0, 4148.0, 4148.0, 4187.0, 4149.0, 4153.0, 4138.0, 4160.0, 4150.0, 4171.0, 4152.0, 4172.0, 4126.0, 4165.0, 4145.0, 4188.0, 4185.0, 4189.0, 4206.0, 4177.0, 4205.0, 4165.0, 4196.0, 4163.0, 4205.0, 4152.0, 4183.0, 4141.0, 4172.0, 4161.0, 4173.0, 4201.0, 4183.0, 4203.0, 4173.0, 4180.0, 4151.0, 4181.0, 4162.0, 4193.0, 4161.0, 4171.0, 4149.0, 4169.0, 4111.0, 4155.0, 4151.0, 4173.0, 4202.0, 4171.0, 4201.0, 4149.0, 4169.0, 4150.0, 4171.0, 4160.0, 4182.0, 4162.0, 4183.0, 4152.0, 4171.0, 4130.0, 4173.0, 4172.0, 4184.0, 4202.0, 4174.0, 4205.0, 4163.0, 4182.0, 4152.0, 4181.0, 4151.0, 4192.0, 4173.0, 4193.0, 4140.0, 4170.0, 4139.0, 4143.0, 4190.0, 4160.0, 4181.0], 'WindowWidth': [9463.0, 9429.0, 9379.0, 9371.0, 9320.0, 9323.0, 9277.0, 9303.0, 9255.0, 9294.0, 9296.0, 9284.0, 9304.0, 9230.0, 9283.0, 9250.0, 9265.0, 9233.0, 9260.0, 9275.0, 9273.0, 9224.0, 9258.0, 9247.0, 9285.0, 9297.0, 9274.0, 9296.0, 9291.0, 9327.0, 9293.0, 9309.0, 9269.0, 9308.0, 9253.0, 9264.0, 9265.0, 9283.0, 9291.0, 9298.0, 9335.0, 9293.0, 9311.0, 9275.0, 9277.0, 9238.0, 9266.0, 9239.0, 9268.0, 9254.0, 9273.0, 9274.0, 9283.0, 9204.0, 9220.0, 9236.0, 9221.0, 9211.0, 9271.0, 9248.0, 9286.0, 9266.0, 9259.0, 9248.0, 9232.0, 9269.0, 9243.0, 9302.0, 9269.0, 9304.0, 9297.0, 9360.0, 9339.0, 9327.0, 9284.0, 9300.0, 9276.0, 9292.0, 9253.0, 9294.0, 9174.0, 9230.0, 9286.0, 9274.0, 9283.0, 9244.0, 9286.0, 9265.0, 9300.0, 9242.0, 9307.0, 9265.0, 9297.0, 9277.0, 9236.0, 9243.0, 9230.0, 9203.0, 9222.0, 9190.0, 9217.0, 9217.0, 9292.0, 9222.0, 9314.0, 9255.0, 9336.0, 9251.0, 9259.0, 9198.0, 9211.0, 9198.0, 9229.0, 9213.0, 9270.0, 9231.0, 9280.0, 9236.0, 9258.0, 9213.0, 9239.0, 9207.0, 9241.0, 9295.0, 9296.0, 9287.0, 9296.0, 9250.0, 9278.0, 9230.0, 9271.0, 9257.0, 9283.0, 9276.0, 9370.0, 9307.0, 9247.0, 9241.0, 9272.0, 9238.0, 9336.0, 9318.0, 9294.0, 9292.0, 9237.0, 9216.0, 9244.0, 9214.0, 9245.0, 9250.0, 9230.0, 9271.0, 9244.0, 9258.0, 9219.0, 9213.0, 9180.0, 9197.0, 9221.0, 9204.0, 9244.0, 9211.0, 9257.0, 9235.0, 9231.0, 9205.0, 9211.0, 9178.0, 9210.0, 9226.0, 9257.0, 9285.0, 9257.0, 9301.0, 9264.0, 9273.0, 9229.0, 9288.0, 9252.0, 9261.0, 9253.0, 9250.0, 9271.0, 9300.0, 9289.0, 9236.0, 9241.0, 9235.0, 9202.0, 9235.0, 9219.0, 9222.0, 9278.0, 9271.0, 9234.0, 9221.0, 9258.0, 9223.0, 9262.0, 9254.0, 9299.0, 9241.0, 9287.0, 9247.0, 9223.0, 9194.0, 9293.0, 9209.0, 9271.0, 9258.0, 9276.0, 9243.0, 9256.0, 9216.0, 9267.0, 9323.0, 9283.0, 9330.0, 9275.0, 9268.0, 9234.0, 9220.0, 9241.0, 9237.0, 9246.0, 9302.0, 9263.0, 9318.0, 9251.0, 9289.0, 9196.0, 9265.0, 9230.0, 9261.0, 9259.0, 9294.0, 9242.0, 9259.0, 9264.0, 9225.0, 9232.0, 9221.0, 9247.0, 9235.0, 9249.0, 9222.0, 9215.0, 9175.0, 9217.0, 9191.0, 9222.0, 9151.0, 9238.0, 9201.0, 9208.0, 9181.0, 9195.0, 9177.0, 9184.0, 9230.0, 9206.0, 9253.0, 9209.0, 9216.0, 9238.0, 9214.0, 9194.0, 9275.0, 9210.0, 9250.0, 9260.0, 9262.0, 9241.0, 9265.0, 9212.0, 9299.0, 9255.0, 9231.0, 9255.0, 9247.0, 9188.0, 9265.0, 9207.0, 9248.0, 9226.0, 9268.0, 9210.0, 9215.0, 9188.0, 9252.0, 9180.0, 9301.0, 9214.0, 9273.0, 9208.0, 9220.0, 9200.0, 9246.0, 9276.0, 9222.0, 9305.0, 9250.0, 9261.0, 9233.0, 9225.0, 9168.0, 9231.0, 9171.0, 9267.0, 9203.0, 9236.0, 9201.0, 9202.0, 9257.0, 9200.0, 9258.0, 9221.0, 9250.0, 9224.0, 9234.0, 9238.0, 9209.0, 9208.0, 9243.0, 9216.0, 9275.0, 9234.0, 9245.0, 9211.0, 9227.0, 9232.0, 9207.0, 9296.0, 9237.0, 9265.0, 9250.0, 9233.0, 9203.0, 9246.0, 9214.0, 9207.0, 9229.0, 9254.0, 9263.0, 9244.0, 9231.0, 9207.0, 9250.0, 9196.0, 9272.0, 9226.0, 9236.0, 9223.0, 9207.0, 9217.0, 9211.0, 9286.0, 9263.0, 9255.0, 9233.0, 9255.0, 9192.0, 9268.0, 9222.0, 9253.0, 9245.0, 9270.0, 9309.0, 9229.0, 9235.0, 9232.0, 9208.0, 9183.0, 9279.0, 9235.0, 9281.0, 9250.0, 9283.0, 9254.0, 9229.0, 9260.0, 9254.0, 9296.0, 9235.0, 9313.0, 9223.0, 9252.0, 9192.0, 9220.0, 9273.0, 9235.0, 9294.0, 9236.0, 9313.0, 9241.0, 9233.0, 9195.0, 9250.0, 9202.0, 9224.0, 9266.0, 9240.0, 9277.0, 9225.0, 9233.0, 9216.0, 9212.0, 9170.0, 9216.0, 9235.0, 9246.0, 9239.0, 9224.0, 9241.0, 9237.0, 9216.0, 9236.0, 9237.0, 9223.0, 9266.0, 9211.0, 9251.0, 9195.0, 9248.0, 9215.0, 9216.0, 9231.0, 9235.0, 9261.0, 9242.0, 9263.0, 9243.0, 9214.0, 9209.0, 9254.0, 9239.0, 9296.0, 9243.0, 9267.0, 9193.0, 9263.0, 9172.0, 9265.0, 9217.0, 9252.0, 9266.0, 9239.0, 9208.0, 9223.0, 9198.0, 9213.0, 9224.0, 9229.0, 9241.0, 9245.0, 9245.0, 9232.0, 9246.0, 9256.0, 9295.0, 9240.0, 9281.0, 9235.0, 9231.0, 9188.0, 9226.0, 9170.0, 9229.0, 9213.0, 9243.0, 9248.0, 9218.0, 9242.0, 9201.0, 9226.0, 9222.0, 9247.0, 9235.0, 9235.0, 9208.0, 9216.0, 9176.0, 9220.0, 9178.0, 9240.0, 9207.0, 9268.0, 9193.0, 9221.0, 9214.0, 9238.0, 9262.0, 9238.0, 9279.0, 9241.0, 9235.0, 9242.0, 9204.0, 9225.0, 9287.0, 9226.0, 9237.0, 9209.0, 9234.0, 9199.0, 9272.0, 9239.0, 9252.0, 9235.0, 9252.0, 9212.0, 9220.0, 9192.0, 9236.0, 9223.0, 9253.0, 9273.0, 9240.0, 9291.0, 9239.0, 9259.0, 9216.0, 9247.0, 9232.0, 9279.0, 9203.0, 9259.0, 9199.0, 9211.0, 9196.0, 9253.0, 9245.0, 9228.0, 9284.0, 9234.0, 9209.0, 9202.0, 9202.0, 9252.0, 9233.0, 9210.0, 9217.0, 9174.0, 9216.0, 9187.0, 9253.0, 9276.0, 9234.0, 9257.0, 9217.0, 9256.0, 9201.0, 9211.0, 9185.0, 9231.0, 9171.0, 9234.0, 9219.0, 9236.0, 9246.0, 9205.0, 9212.0, 9203.0, 9252.0, 9180.0, 9269.0, 9206.0, 9237.0, 9262.0, 9206.0, 9214.0, 9188.0, 9236.0, 9203.0, 9283.0, 9226.0, 9241.0, 9236.0, 9211.0, 9263.0, 9228.0, 9260.0, 9250.0, 9250.0, 9225.0, 9278.0, 9270.0, 9278.0, 9285.0, 9265.0, 9230.0, 9259.0, 9284.0, 9277.0, 9273.0, 9275.0, 9284.0, 9244.0, 9249.0, 9224.0, 9262.0, 9224.0, 9266.0, 9207.0, 9305.0, 9266.0, 9270.0, 9238.0, 9263.0, 9165.0, 9302.0, 9232.0, 9284.0, 9254.0, 9247.0, 9277.0, 9319.0, 9230.0, 9293.0, 9254.0, 9270.0, 9226.0, 9285.0, 9245.0, 9241.0, 9195.0, 9244.0, 9190.0, 9244.0, 9185.0, 9209.0, 9174.0, 9231.0, 9254.0, 9275.0, 9208.0, 9223.0, 9226.0, 9254.0, 9247.0, 9234.0, 9227.0, 9224.0, 9249.0, 9223.0, 9252.0, 9224.0, 9248.0, 9210.0, 9217.0, 9207.0, 9224.0, 9234.0, 9275.0, 9258.0, 9228.0, 9247.0, 9213.0, 9235.0, 9215.0, 9242.0, 9212.0, 9284.0, 9236.0, 9272.0, 9224.0, 9207.0, 9261.0, 9254.0, 9271.0, 9234.0, 9260.0, 9274.0, 9270.0, 9236.0, 9256.0, 9238.0, 9255.0, 9269.0, 9314.0, 9278.0, 9300.0, 9318.0, 9245.0, 9285.0, 9227.0, 9258.0, 9233.0, 9306.0, 9216.0, 9291.0, 9249.0, 9292.0, 9216.0, 9252.0, 9305.0, 9264.0, 9320.0, 9283.0, 9301.0, 9262.0, 9241.0, 9245.0, 9289.0, 9247.0, 9305.0, 9278.0, 9291.0, 9251.0, 9227.0, 9284.0, 9252.0, 9247.0, 9267.0, 9297.0, 9224.0, 9265.0, 9239.0, 9284.0, 9305.0, 9237.0, 9322.0, 9285.0, 9356.0, 9270.0, 9279.0, 9242.0, 9299.0, 9290.0, 9328.0, 9305.0, 9330.0, 9239.0, 9299.0, 9276.0, 9275.0, 9316.0, 9275.0, 9333.0, 9289.0, 9302.0, 9286.0, 9295.0, 9258.0, 9255.0, 9213.0, 9285.0, 9227.0, 9260.0, 9268.0, 9241.0, 9311.0, 9275.0, 9294.0, 9222.0, 9263.0, 9221.0, 9254.0, 9237.0, 9250.0, 9291.0, 9257.0, 9282.0, 9228.0, 9260.0, 9185.0, 9244.0, 9201.0, 9279.0, 9246.0, 9269.0, 9231.0, 9255.0, 9242.0, 9272.0, 9209.0, 9270.0, 9245.0, 9237.0, 9219.0, 9274.0, 9273.0, 9266.0, 9305.0, 9262.0, 9289.0, 9247.0, 9260.0, 9220.0, 9279.0, 9228.0, 9229.0, 9279.0, 9231.0, 9225.0, 9218.0, 9248.0, 9236.0, 9266.0, 9242.0, 9271.0, 9201.0, 9266.0, 9238.0, 9299.0, 9292.0, 9301.0, 9319.0, 9282.0, 9315.0, 9262.0, 9304.0, 9259.0, 9317.0, 9243.0, 9284.0, 9224.0, 9267.0, 9250.0, 9271.0, 9306.0, 9283.0, 9309.0, 9270.0, 9274.0, 9238.0, 9277.0, 9253.0, 9297.0, 9252.0, 9262.0, 9233.0, 9259.0, 9170.0, 9233.0, 9238.0, 9271.0, 9307.0, 9266.0, 9303.0, 9234.0, 9257.0, 9236.0, 9263.0, 9249.0, 9282.0, 9254.0, 9283.0, 9242.0, 9265.0, 9211.0, 9270.0, 9267.0, 9288.0, 9311.0, 9274.0, 9313.0, 9258.0, 9280.0, 9239.0, 9278.0, 9240.0, 9296.0, 9270.0, 9298.0, 9223.0, 9261.0, 9217.0, 9214.0, 9287.0, 9247.0, 9278.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.009014741081703108</td></tr>
<tr><td colspan=3>aqi</td><td>0.05634657675489069</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.4288281382834</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.258584785506911</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0958684938018424</td></tr>
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
<tr><td colspan=3>fber</td><td>3161.2761</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14790381987844012</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.614499424626008</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.553134744503468</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5460775756604166</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6135896649598935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.499736992890093</td></tr>
<tr><td colspan=3>gcor</td><td>0.00756843</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006294887512922287</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02277648262679577</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.065086081385882</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>33.7127</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.9505</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.9159</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300480.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>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.1887</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5361</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.8852</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3374.9669</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.6266</td></tr>
<tr><td colspan=3>tsnr</td><td>25.351152026094496</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>