ds005256-mriqc/sub-0115_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_ses-01_task-social_acq-mb8_run-03_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-0115_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-03_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-0115/ses-01/func/sub-0115_ses-01_task-social_acq-mb8_run-03_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>c437b68eb34fe65a9f5644a0960664a4</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>18:17:46.285000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998975, -0.0452566, 0.000627775, 0.0451885, 0.996496, -0.0703801]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.087044</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7762, -7288, 153, -108, -156, -79, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.023</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a94a67a-388e-4d52-a795-33ba4b55f617||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801774501800537, 0.12123757600784302, -0.006910888943821192, 108.80975341796875], [0.1214202269911766, 2.6735265254974365, -0.1899080127477646, -89.00894165039062], [0.001684275222942233, 0.18882454931735992, 2.6933040618896484, -96.35213470458984], [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': ['181746.285000', '181746.745000', '181747.205000', '181747.665000', '181748.125000', '181748.585000', '181749.045000', '181749.505000', '181749.965000', '181750.425000', '181750.885000', '181751.345000', '181751.805000', '181752.265000', '181752.725000', '181753.185000', '181753.645000', '181754.105000', '181754.565000', '181755.025000', '181755.485000', '181755.945000', '181756.405000', '181756.865000', '181757.325000', '181757.785000', '181758.245000', '181758.705000', '181759.165000', '181759.625000', '181800.085000', '181800.545000', '181801.005000', '181801.465000', '181801.925000', '181802.385000', '181802.845000', '181803.305000', '181803.765000', '181804.225000', '181804.685000', '181805.145000', '181805.605000', '181806.065000', '181806.525000', '181806.985000', '181807.445000', '181807.905000', '181808.365000', '181808.825000', '181809.285000', '181809.745000', '181810.205000', '181810.665000', '181811.125000', '181811.585000', '181812.045000', '181812.505000', '181812.965000', '181813.425000', '181813.885000', '181814.345000', '181814.805000', '181815.265000', '181815.725000', '181816.185000', '181816.645000', '181817.105000', '181817.565000', '181818.025000', '181818.485000', '181818.945000', '181819.405000', '181819.865000', '181820.325000', '181820.785000', '181821.245000', '181821.705000', '181822.165000', '181822.625000', '181823.085000', '181823.545000', '181824.005000', '181824.465000', '181824.925000', '181825.385000', '181825.845000', '181826.305000', '181826.765000', '181827.225000', '181827.685000', '181828.145000', '181828.605000', '181829.065000', '181829.525000', '181829.985000', '181830.445000', '181830.905000', '181831.365000', '181831.825000', '181832.285000', '181832.745000', '181833.205000', '181833.665000', '181834.125000', '181834.585000', '181835.045000', '181835.505000', '181835.965000', '181836.425000', '181836.885000', '181837.345000', '181837.805000', '181838.265000', '181838.725000', '181839.185000', '181839.645000', '181840.105000', '181840.565000', '181841.025000', '181841.485000', '181841.945000', '181842.405000', '181842.865000', '181843.325000', '181843.785000', '181844.245000', '181844.705000', '181845.165000', '181845.625000', '181846.085000', '181846.545000', '181847.005000', '181847.465000', '181847.925000', '181848.385000', '181848.845000', '181849.305000', '181849.765000', '181850.225000', '181850.685000', '181851.145000', '181851.605000', '181852.065000', '181852.525000', '181852.985000', '181853.445000', '181853.905000', '181854.365000', '181854.825000', '181855.285000', '181855.745000', '181856.205000', '181856.665000', '181857.125000', '181857.585000', '181858.045000', '181858.505000', '181858.965000', '181859.425000', '181859.885000', '181900.345000', '181900.805000', '181901.265000', '181901.725000', '181902.185000', '181902.645000', '181903.105000', '181903.565000', '181904.025000', '181904.485000', '181904.945000', '181905.405000', '181905.865000', '181906.325000', '181906.785000', '181907.245000', '181907.705000', '181908.165000', '181908.625000', '181909.085000', '181909.545000', '181910.005000', '181910.465000', '181910.925000', '181911.385000', '181911.845000', '181912.305000', '181912.765000', '181913.225000', '181913.685000', '181914.145000', '181914.605000', '181915.065000', '181915.525000', '181915.985000', '181916.445000', '181916.905000', '181917.365000', '181917.825000', '181918.285000', '181918.745000', '181919.205000', '181919.665000', '181920.125000', '181920.585000', '181921.045000', '181921.505000', '181921.965000', '181922.425000', '181922.885000', '181923.345000', '181923.805000', '181924.265000', '181924.725000', '181925.185000', '181925.645000', '181926.105000', '181926.565000', '181927.025000', '181927.485000', '181927.945000', '181928.405000', '181928.865000', '181929.325000', '181929.785000', '181930.245000', '181930.705000', '181931.165000', '181931.625000', '181932.085000', '181932.545000', '181933.005000', '181933.465000', '181933.925000', '181934.385000', '181934.845000', '181935.305000', '181935.765000', '181936.225000', '181936.685000', '181937.145000', '181937.605000', '181938.065000', '181938.525000', '181938.985000', '181939.445000', '181939.905000', '181940.365000', '181940.825000', '181941.285000', '181941.745000', '181942.205000', '181942.665000', '181943.125000', '181943.585000', '181944.045000', '181944.505000', '181944.965000', '181945.425000', '181945.885000', '181946.345000', '181946.805000', '181947.265000', '181947.725000', '181948.185000', '181948.645000', '181949.105000', '181949.565000', '181950.025000', '181950.485000', '181950.945000', '181951.405000', '181951.865000', '181952.325000', '181952.785000', '181953.245000', '181953.705000', '181954.165000', '181954.625000', '181955.085000', '181955.545000', '181956.005000', '181956.465000', '181956.925000', '181957.385000', '181957.845000', '181958.305000', '181958.765000', '181959.225000', '181959.685000', '182000.145000', '182000.605000', '182001.065000', '182001.525000', '182001.985000', '182002.445000', '182002.905000', '182003.365000', '182003.825000', '182004.285000', '182004.745000', '182005.205000', '182005.665000', '182006.125000', '182006.585000', '182007.045000', '182007.505000', '182007.965000', '182008.425000', '182008.885000', '182009.345000', '182009.805000', '182010.265000', '182010.725000', '182011.185000', '182011.645000', '182012.105000', '182012.565000', '182013.025000', '182013.485000', '182013.945000', '182014.405000', '182014.865000', '182015.325000', '182015.785000', '182016.245000', '182016.705000', '182017.165000', '182017.625000', '182018.085000', '182018.545000', '182019.005000', '182019.465000', '182019.925000', '182020.385000', '182020.845000', '182021.305000', '182021.765000', '182022.225000', '182022.685000', '182023.145000', '182023.605000', '182024.065000', '182024.525000', '182024.985000', '182025.445000', '182025.905000', '182026.365000', '182026.825000', '182027.285000', '182027.745000', '182028.205000', '182028.665000', '182029.125000', '182029.585000', '182030.045000', '182030.505000', '182030.965000', '182031.425000', '182031.885000', '182032.345000', '182032.805000', '182033.265000', '182033.725000', '182034.185000', '182034.645000', '182035.105000', '182035.565000', '182036.025000', '182036.485000', '182036.945000', '182037.405000', '182037.865000', '182038.325000', '182038.785000', '182039.245000', '182039.705000', '182040.165000', '182040.625000', '182041.085000', '182041.545000', '182042.005000', '182042.465000', '182042.925000', '182043.385000', '182043.845000', '182044.305000', '182044.765000', '182045.225000', '182045.685000', '182046.145000', '182046.605000', '182047.065000', '182047.525000', '182047.985000', '182048.445000', '182048.905000', '182049.365000', '182049.825000', '182050.285000', '182050.745000', '182051.205000', '182051.665000', '182052.125000', '182052.585000', '182053.045000', '182053.505000', '182053.965000', '182054.425000', '182054.885000', '182055.345000', '182055.805000', '182056.265000', '182056.725000', '182057.185000', '182057.645000', '182058.105000', '182058.565000', '182059.025000', '182059.485000', '182059.945000', '182100.405000', '182100.865000', '182101.325000', '182101.785000', '182102.245000', '182102.705000', '182103.165000', '182103.625000', '182104.085000', '182104.545000', '182105.005000', '182105.465000', '182105.925000', '182106.385000', '182106.845000', '182107.305000', '182107.765000', '182108.225000', '182108.685000', '182109.145000', '182109.605000', '182110.065000', '182110.525000', '182110.985000', '182111.445000', '182111.905000', '182112.365000', '182112.825000', '182113.285000', '182113.745000', '182114.205000', '182114.665000', '182115.125000', '182115.585000', '182116.045000', '182116.505000', '182116.965000', '182117.425000', '182117.885000', '182118.345000', '182118.805000', '182119.265000', '182119.725000', '182120.185000', '182120.645000', '182121.105000', '182121.565000', '182122.025000', '182122.485000', '182122.945000', '182123.405000', '182123.865000', '182124.325000', '182124.785000', '182125.245000', '182125.705000', '182126.165000', '182126.625000', '182127.085000', '182127.545000', '182128.005000', '182128.465000', '182128.925000', '182129.385000', '182129.845000', '182130.305000', '182130.765000', '182131.225000', '182131.685000', '182132.145000', '182132.605000', '182133.065000', '182133.525000', '182133.985000', '182134.445000', '182134.905000', '182135.365000', '182135.825000', '182136.285000', '182136.745000', '182137.205000', '182137.665000', '182138.125000', '182138.585000', '182139.045000', '182139.505000', '182139.965000', '182140.425000', '182140.885000', '182141.345000', '182141.805000', '182142.265000', '182142.725000', '182143.185000', '182143.645000', '182144.105000', '182144.565000', '182145.025000', '182145.485000', '182145.945000', '182146.405000', '182146.865000', '182147.325000', '182147.785000', '182148.245000', '182148.705000', '182149.165000', '182149.625000', '182150.085000', '182150.545000', '182151.005000', '182151.465000', '182151.925000', '182152.385000', '182152.845000', '182153.305000', '182153.765000', '182154.225000', '182154.685000', '182155.145000', '182155.605000', '182156.065000', '182156.525000', '182156.985000', '182157.445000', '182157.905000', '182158.365000', '182158.825000', '182159.285000', '182159.745000', '182200.205000', '182200.665000', '182201.125000', '182201.585000', '182202.045000', '182202.505000', '182202.965000', '182203.425000', '182203.885000', '182204.345000', '182204.805000', '182205.265000', '182205.725000', '182206.185000', '182206.645000', '182207.105000', '182207.565000', '182208.025000', '182208.485000', '182208.945000', '182209.405000', '182209.865000', '182210.325000', '182210.785000', '182211.245000', '182211.705000', '182212.165000', '182212.625000', '182213.085000', '182213.545000', '182214.005000', '182214.465000', '182214.925000', '182215.385000', '182215.845000', '182216.305000', '182216.765000', '182217.225000', '182217.685000', '182218.145000', '182218.605000', '182219.065000', '182219.525000', '182219.985000', '182220.445000', '182220.905000', '182221.365000', '182221.825000', '182222.285000', '182222.745000', '182223.205000', '182223.665000', '182224.125000', '182224.585000', '182225.045000', '182225.505000', '182225.965000', '182226.425000', '182226.885000', '182227.345000', '182227.805000', '182228.265000', '182228.725000', '182229.185000', '182229.645000', '182230.105000', '182230.565000', '182231.025000', '182231.485000', '182231.945000', '182232.405000', '182232.865000', '182233.325000', '182233.785000', '182234.245000', '182234.705000', '182235.165000', '182235.625000', '182236.085000', '182236.545000', '182237.005000', '182237.465000', '182237.925000', '182238.385000', '182238.845000', '182239.305000', '182239.765000', '182240.225000', '182240.685000', '182241.145000', '182241.605000', '182242.065000', '182242.525000', '182242.985000', '182243.445000', '182243.905000', '182244.365000', '182244.825000', '182245.285000', '182245.745000', '182246.205000', '182246.665000', '182247.125000', '182247.585000', '182248.045000', '182248.505000', '182248.965000', '182249.425000', '182249.885000', '182250.345000', '182250.805000', '182251.265000', '182251.725000', '182252.185000', '182252.645000', '182253.105000', '182253.565000', '182254.025000', '182254.485000', '182254.945000', '182255.405000', '182255.865000', '182256.325000', '182256.785000', '182257.245000', '182257.705000', '182258.165000', '182258.625000', '182259.085000', '182259.545000', '182300.005000', '182300.465000', '182300.925000', '182301.385000', '182301.845000', '182302.305000', '182302.765000', '182303.225000', '182303.685000', '182304.145000', '182304.605000', '182305.065000', '182305.525000', '182305.985000', '182306.445000', '182306.905000', '182307.365000', '182307.825000', '182308.285000', '182308.745000', '182309.205000', '182309.665000', '182310.125000', '182310.585000', '182311.045000', '182311.505000', '182311.965000', '182312.425000', '182312.885000', '182313.345000', '182313.805000', '182314.265000', '182314.725000', '182315.185000', '182315.645000', '182316.105000', '182316.565000', '182317.025000', '182317.485000', '182317.945000', '182318.405000', '182318.865000', '182319.325000', '182319.785000', '182320.245000', '182320.705000', '182321.165000', '182321.625000', '182322.085000', '182322.545000', '182323.005000', '182323.465000', '182323.925000', '182324.385000', '182324.845000', '182325.305000', '182325.765000', '182326.225000', '182326.685000', '182327.145000', '182327.605000', '182328.065000', '182328.525000', '182328.985000', '182329.445000', '182329.905000', '182330.365000', '182330.825000', '182331.285000', '182331.745000', '182332.205000', '182332.665000', '182333.125000', '182333.585000', '182334.045000', '182334.505000', '182334.965000', '182335.425000', '182335.885000', '182336.345000', '182336.805000', '182337.265000', '182337.725000', '182338.185000', '182338.645000', '182339.105000', '182339.565000', '182340.025000', '182340.485000', '182340.945000', '182341.405000', '182341.865000', '182342.325000', '182342.785000', '182343.245000', '182343.705000', '182344.165000', '182344.625000', '182345.085000', '182345.545000', '182346.005000', '182346.465000', '182346.925000', '182347.385000', '182347.845000', '182348.305000', '182348.765000', '182349.225000', '182349.685000', '182350.145000', '182350.605000', '182351.065000', '182351.525000', '182351.985000', '182352.445000', '182352.905000', '182353.365000', '182353.825000', '182354.285000', '182354.745000', '182355.205000', '182355.665000', '182356.125000', '182356.585000', '182357.045000', '182357.505000', '182357.965000', '182358.425000', '182358.885000', '182359.345000', '182359.805000', '182400.265000', '182400.725000', '182401.185000', '182401.645000', '182402.105000', '182402.565000', '182403.025000', '182403.485000', '182403.945000', '182404.405000', '182404.865000', '182405.325000', '182405.785000', '182406.245000', '182406.705000', '182407.165000', '182407.625000', '182408.085000', '182408.545000', '182409.005000', '182409.465000', '182409.925000', '182410.385000', '182410.845000', '182411.305000', '182411.765000', '182412.225000', '182412.685000', '182413.145000', '182413.605000', '182414.065000', '182414.525000', '182414.985000', '182415.445000', '182415.905000', '182416.365000', '182416.825000', '182417.285000', '182417.745000', '182418.205000', '182418.665000', '182419.125000', '182419.585000', '182420.045000', '182420.505000', '182420.965000', '182421.425000', '182421.885000', '182422.345000', '182422.805000', '182423.265000', '182423.725000', '182424.185000', '182424.645000', '182425.105000', '182425.565000', '182426.025000', '182426.485000', '182426.945000'], 'ContentTime': ['181811.862000', '181811.865000', '181811.868000', '181811.870000', '181811.873000', '181811.876000', '181811.878000', '181811.881000', '181811.883000', '181811.886000', '181811.889000', '181811.891000', '181811.894000', '181811.896000', '181811.899000', '181811.902000', '181811.904000', '181811.907000', '181811.909000', '181811.912000', '181811.914000', '181811.917000', '181811.920000', '181811.922000', '181811.929000', '181811.932000', '181811.935000', '181811.937000', '181811.940000', '181811.942000', '181811.945000', '181811.947000', '181811.950000', '181811.952000', '181811.955000', '181811.958000', '181811.961000', '181811.964000', '181811.967000', '181811.969000', '181811.972000', '181811.974000', '181811.977000', '181811.979000', '181811.982000', '181811.985000', '181811.988000', '181811.991000', '181811.994000', '181811.996000', '181811.999000', '181812.001000', '181812.004000', '181831.829000', '181831.832000', '181831.835000', '181831.837000', '181831.840000', '181831.842000', '181831.845000', '181831.848000', '181831.850000', '181831.853000', '181831.855000', '181831.858000', '181831.860000', '181831.863000', '181831.865000', '181831.868000', '181831.884000', '181831.886000', '181831.889000', '181831.891000', '181831.894000', '181831.901000', '181831.903000', '181831.906000', '181831.909000', '181831.911000', '181831.914000', '181831.916000', '181831.919000', '181831.921000', '181831.924000', '181831.927000', '181831.929000', '181831.932000', '181831.934000', '181831.937000', '181831.939000', '181831.942000', '181831.944000', '181831.947000', '181831.950000', '181831.952000', '181831.955000', '181831.957000', '181851.829000', '181851.832000', '181851.835000', '181851.837000', '181851.840000', '181851.843000', '181851.845000', '181851.848000', '181851.851000', '181851.854000', '181851.856000', '181851.859000', '181851.861000', '181851.864000', '181851.867000', '181851.869000', '181851.872000', '181851.874000', '181851.877000', '181851.879000', '181851.882000', '181851.885000', '181851.887000', '181851.890000', '181851.892000', '181851.895000', '181851.897000', '181851.906000', '181851.909000', '181851.912000', '181851.914000', '181851.917000', '181851.919000', '181851.922000', '181851.924000', '181851.927000', '181851.930000', '181851.932000', '181851.935000', '181851.937000', '181851.940000', '181851.942000', '181851.945000', '181911.830000', '181911.832000', '181911.835000', '181911.838000', '181911.840000', '181911.855000', '181911.857000', '181911.860000', '181911.863000', '181911.865000', '181911.868000', '181911.870000', '181911.873000', '181911.876000', '181911.878000', '181911.881000', '181911.883000', '181911.886000', '181911.888000', '181911.891000', '181911.894000', '181911.896000', '181911.899000', '181911.901000', '181911.904000', '181911.906000', '181911.909000', '181911.912000', '181911.914000', '181911.917000', '181911.919000', '181911.922000', '181911.925000', '181911.927000', '181911.930000', '181911.932000', '181911.935000', '181911.937000', '181911.940000', '181911.943000', '181911.945000', '181911.948000', '181911.950000', '181911.953000', '181931.830000', '181931.832000', '181931.835000', '181931.838000', '181931.840000', '181931.843000', '181931.845000', '181931.848000', '181931.851000', '181931.853000', '181931.856000', '181931.858000', '181931.861000', '181931.864000', '181931.873000', '181931.876000', '181931.878000', '181931.881000', '181931.883000', '181931.886000', '181931.888000', '181931.891000', '181931.894000', '181931.896000', '181931.899000', '181931.902000', '181931.904000', '181931.907000', '181931.909000', '181931.912000', '181931.915000', '181931.917000', '181931.920000', '181931.922000', '181931.925000', '181931.927000', '181931.930000', '181931.933000', '181931.935000', '181931.938000', '181931.940000', '181931.943000', '181931.946000', '181951.829000', '181951.832000', '181951.835000', '181951.837000', '181951.840000', '181951.843000', '181951.845000', '181951.848000', '181951.850000', '181951.853000', '181951.856000', '181951.858000', '181951.861000', '181951.864000', '181951.866000', '181951.869000', '181951.872000', '181951.875000', '181951.877000', '181951.880000', '181951.882000', '181951.885000', '181951.887000', '181951.890000', '181951.893000', '181951.895000', '181951.898000', '181951.900000', '181951.903000', '181951.906000', '181951.908000', '181951.911000', '181951.913000', '181951.916000', '181951.919000', '181951.921000', '181951.924000', '181951.926000', '181951.929000', '181951.931000', '181951.934000', '181951.937000', '181951.939000', '181951.942000', '182011.830000', '182011.833000', '182011.835000', '182011.838000', '182011.840000', '182011.843000', '182011.845000', '182011.848000', '182011.851000', '182011.853000', '182011.856000', '182011.869000', '182011.871000', '182011.874000', '182011.876000', '182011.879000', '182011.882000', '182011.884000', '182011.887000', '182011.889000', '182011.892000', '182011.894000', '182011.897000', '182011.900000', '182011.902000', '182011.905000', '182011.907000', '182011.910000', '182011.913000', '182011.915000', '182011.918000', '182011.921000', '182011.923000', '182011.926000', '182011.928000', '182011.931000', '182011.933000', '182011.936000', '182011.939000', '182011.941000', '182011.944000', '182011.947000', '182011.949000', '182031.832000', '182031.834000', '182031.837000', '182031.840000', '182031.842000', '182031.845000', '182031.848000', '182031.850000', '182031.853000', '182031.855000', '182031.858000', '182031.860000', '182031.863000', '182031.866000', '182031.868000', '182031.871000', '182031.873000', '182031.876000', '182031.879000', '182031.881000', '182031.884000', '182031.887000', '182031.889000', '182031.892000', '182031.895000', '182031.897000', '182031.900000', '182031.902000', '182031.905000', '182031.908000', '182031.910000', '182031.913000', '182031.915000', '182031.918000', '182031.920000', '182031.923000', '182031.926000', '182031.928000', '182031.931000', '182031.933000', '182031.936000', '182031.939000', '182031.941000', '182031.944000', '182051.830000', '182051.832000', '182051.835000', '182051.838000', '182051.840000', '182051.843000', '182051.845000', '182051.848000', '182051.851000', '182051.853000', '182051.856000', '182051.858000', '182051.861000', '182051.864000', '182051.866000', '182051.869000', '182051.871000', '182051.874000', '182051.877000', '182051.879000', '182051.882000', '182051.885000', '182051.888000', '182051.890000', '182051.893000', '182051.896000', '182051.898000', '182051.901000', '182051.903000', '182051.906000', '182051.909000', '182051.911000', '182051.914000', '182051.916000', '182051.919000', '182051.921000', '182051.924000', '182051.927000', '182051.929000', '182051.932000', '182051.934000', '182051.937000', '182051.940000', '182111.829000', '182111.832000', '182111.835000', '182111.837000', '182111.840000', '182111.843000', '182111.845000', '182111.848000', '182111.850000', '182111.853000', '182111.856000', '182111.858000', '182111.861000', '182111.863000', '182111.866000', '182111.869000', '182111.871000', '182111.874000', '182111.876000', '182111.879000', '182111.881000', '182111.884000', '182111.887000', '182111.889000', '182111.892000', '182111.899000', '182111.901000', '182111.904000', '182111.906000', '182111.909000', '182111.912000', '182111.914000', '182111.917000', '182111.919000', '182111.922000', '182111.925000', '182111.927000', '182111.930000', '182111.932000', '182111.935000', '182111.938000', '182111.940000', '182111.943000', '182111.946000', '182131.830000', '182131.832000', '182131.835000', '182131.838000', '182131.840000', '182131.843000', '182131.846000', '182131.848000', '182131.851000', '182131.854000', '182131.856000', '182131.859000', '182131.861000', '182131.864000', '182131.867000', '182131.869000', '182131.872000', '182131.874000', '182131.877000', '182131.880000', '182131.882000', '182131.885000', '182131.887000', '182131.890000', '182131.893000', '182131.895000', '182131.898000', '182131.900000', '182131.903000', '182131.906000', '182131.908000', '182131.911000', '182131.913000', '182131.916000', '182131.919000', '182131.921000', '182131.924000', '182131.927000', '182131.929000', '182131.932000', '182131.934000', '182131.937000', '182131.940000', '182151.830000', '182151.832000', '182151.835000', '182151.838000', '182151.840000', '182151.843000', '182151.846000', '182151.848000', '182151.851000', '182151.854000', '182151.856000', '182151.859000', '182151.861000', '182151.864000', '182151.867000', '182151.871000', '182151.882000', '182151.885000', '182151.887000', '182151.890000', '182151.893000', '182151.895000', '182151.898000', '182151.901000', '182151.904000', '182151.906000', '182151.909000', '182151.912000', '182151.914000', '182151.917000', '182151.919000', '182151.922000', '182151.925000', '182151.927000', '182151.930000', '182151.932000', '182151.935000', '182151.938000', '182151.940000', '182151.943000', '182151.945000', '182151.948000', '182151.951000', '182211.830000', '182211.832000', '182211.835000', '182211.838000', '182211.840000', '182211.843000', '182211.846000', '182211.848000', '182211.851000', '182211.853000', '182211.856000', '182211.859000', '182211.861000', '182211.864000', '182211.866000', '182211.869000', '182211.872000', '182211.874000', '182211.877000', '182211.879000', '182211.882000', '182211.884000', '182211.887000', '182211.890000', '182211.892000', '182211.895000', '182211.897000', '182211.900000', '182211.903000', '182211.905000', '182211.908000', '182211.910000', '182211.913000', '182211.916000', '182211.918000', '182211.921000', '182211.924000', '182211.926000', '182211.929000', '182211.931000', '182211.934000', '182211.936000', '182211.939000', '182211.942000', '182231.830000', '182231.833000', '182231.836000', '182231.838000', '182231.841000', '182231.844000', '182231.846000', '182231.849000', '182231.852000', '182231.854000', '182231.857000', '182231.859000', '182231.862000', '182231.865000', '182231.867000', '182231.870000', '182231.872000', '182231.875000', '182231.878000', '182231.880000', '182231.883000', '182231.885000', '182231.888000', '182231.891000', '182231.893000', '182231.896000', '182231.898000', '182231.901000', '182231.904000', '182231.906000', '182231.909000', '182231.911000', '182231.914000', '182231.917000', '182231.919000', '182231.922000', '182231.925000', '182231.927000', '182231.930000', '182231.932000', '182231.935000', '182231.937000', '182231.940000', '182251.831000', '182251.833000', '182251.836000', '182251.839000', '182251.841000', '182251.844000', '182251.847000', '182251.849000', '182251.852000', '182251.855000', '182251.857000', '182251.860000', '182251.862000', '182251.865000', '182251.868000', '182251.870000', '182251.873000', '182251.875000', '182251.878000', '182251.880000', '182251.883000', '182251.886000', '182251.888000', '182251.891000', '182251.894000', '182251.896000', '182251.899000', '182251.901000', '182251.904000', '182251.907000', '182251.909000', '182251.912000', '182251.915000', '182251.918000', '182251.920000', '182251.923000', '182251.926000', '182251.928000', '182251.931000', '182251.933000', '182251.936000', '182251.939000', '182251.941000', '182251.944000', '182311.830000', '182311.832000', '182311.835000', '182311.838000', '182311.840000', '182311.843000', '182311.846000', '182311.848000', '182311.851000', '182311.853000', '182311.857000', '182311.860000', '182311.862000', '182311.865000', '182311.868000', '182311.870000', '182311.873000', '182311.875000', '182311.888000', '182311.890000', '182311.893000', '182311.896000', '182311.898000', '182311.901000', '182311.903000', '182311.908000', '182311.911000', '182311.913000', '182311.916000', '182311.919000', '182311.921000', '182311.924000', '182311.926000', '182311.929000', '182311.932000', '182311.934000', '182311.937000', '182311.939000', '182311.942000', '182311.945000', '182311.947000', '182311.950000', '182311.952000', '182331.829000', '182331.832000', '182331.835000', '182331.838000', '182331.840000', '182331.843000', '182331.845000', '182331.848000', '182331.851000', '182331.853000', '182331.856000', '182331.858000', '182331.861000', '182331.864000', '182331.866000', '182331.869000', '182331.871000', '182331.874000', '182331.877000', '182331.879000', '182331.882000', '182331.884000', '182331.887000', '182331.890000', '182331.892000', '182331.895000', '182331.897000', '182331.900000', '182331.902000', '182331.905000', '182331.908000', '182331.910000', '182331.913000', '182331.915000', '182331.918000', '182331.920000', '182331.923000', '182331.926000', '182331.928000', '182331.931000', '182331.933000', '182331.936000', '182331.938000', '182331.941000', '182351.829000', '182351.832000', '182351.835000', '182351.838000', '182351.840000', '182351.843000', '182351.845000', '182351.848000', '182351.851000', '182351.853000', '182351.856000', '182351.858000', '182351.861000', '182351.864000', '182351.866000', '182351.869000', '182351.871000', '182351.874000', '182351.878000', '182351.881000', '182351.883000', '182351.886000', '182351.888000', '182351.891000', '182351.893000', '182351.896000', '182351.899000', '182351.902000', '182351.905000', '182351.908000', '182351.911000', '182351.913000', '182351.916000', '182351.919000', '182351.921000', '182351.924000', '182351.927000', '182351.930000', '182351.932000', '182351.935000', '182351.938000', '182351.940000', '182351.943000', '182411.830000', '182411.833000', '182411.835000', '182411.838000', '182411.841000', '182411.843000', '182411.846000', '182411.848000', '182411.851000', '182411.854000', '182411.856000', '182411.859000', '182411.862000', '182411.864000', '182411.867000', '182411.869000', '182411.872000', '182411.875000', '182411.877000', '182411.880000', '182411.882000', '182411.885000', '182411.888000', '182411.890000', '182411.893000', '182411.895000', '182411.898000', '182411.901000', '182411.903000', '182411.906000', '182411.908000', '182411.911000', '182411.914000', '182411.916000', '182411.919000', '182411.921000', '182411.924000', '182411.927000', '182411.929000', '182411.932000', '182411.934000', '182411.937000', '182411.939000', '182411.942000', '182428.214000', '182428.217000', '182428.220000', '182428.223000', '182428.226000', '182428.229000', '182428.231000', '182428.234000', '182428.237000', '182428.240000', '182428.242000', '182428.245000', '182428.248000', '182428.251000', '182428.253000', '182428.257000', '182428.260000', '182428.262000', '182428.265000', '182428.268000', '182428.271000', '182428.273000', '182428.276000', '182428.279000', '182428.281000', '182428.284000', '182428.287000', '182428.289000', '182428.292000', '182428.303000', '182428.306000', '182428.308000', '182428.311000', '182428.316000', '182428.319000', '182428.323000'], 'InstanceCreationTime': ['181811.862000', '181811.865000', '181811.868000', '181811.870000', '181811.873000', '181811.876000', '181811.878000', '181811.881000', '181811.883000', '181811.886000', '181811.889000', '181811.891000', '181811.894000', '181811.896000', '181811.899000', '181811.902000', '181811.904000', '181811.907000', '181811.909000', '181811.912000', '181811.914000', '181811.917000', '181811.920000', '181811.922000', '181811.929000', '181811.932000', '181811.935000', '181811.937000', '181811.940000', '181811.942000', '181811.945000', '181811.947000', '181811.950000', '181811.952000', '181811.955000', '181811.958000', '181811.961000', '181811.964000', '181811.967000', '181811.969000', '181811.972000', '181811.974000', '181811.977000', '181811.979000', '181811.982000', '181811.985000', '181811.988000', '181811.991000', '181811.994000', '181811.996000', '181811.999000', '181812.001000', '181812.004000', '181831.829000', '181831.832000', '181831.835000', '181831.837000', '181831.840000', '181831.842000', '181831.845000', '181831.848000', '181831.850000', '181831.853000', '181831.855000', '181831.858000', '181831.860000', '181831.863000', '181831.865000', '181831.868000', '181831.884000', '181831.886000', '181831.889000', '181831.891000', '181831.894000', '181831.901000', '181831.903000', '181831.906000', '181831.909000', '181831.911000', '181831.914000', '181831.916000', '181831.919000', '181831.921000', '181831.924000', '181831.927000', '181831.929000', '181831.932000', '181831.934000', '181831.937000', '181831.939000', '181831.942000', '181831.944000', '181831.947000', '181831.950000', '181831.952000', '181831.955000', '181831.957000', '181851.829000', '181851.832000', '181851.835000', '181851.837000', '181851.840000', '181851.843000', '181851.845000', '181851.848000', '181851.851000', '181851.854000', '181851.856000', '181851.859000', '181851.861000', '181851.864000', '181851.867000', '181851.869000', '181851.872000', '181851.874000', '181851.877000', '181851.879000', '181851.882000', '181851.885000', '181851.887000', '181851.890000', '181851.892000', '181851.895000', '181851.897000', '181851.906000', '181851.909000', '181851.912000', '181851.914000', '181851.917000', '181851.919000', '181851.922000', '181851.924000', '181851.927000', '181851.930000', '181851.932000', '181851.935000', '181851.937000', '181851.940000', '181851.942000', '181851.945000', '181911.830000', '181911.832000', '181911.835000', '181911.838000', '181911.840000', '181911.855000', '181911.857000', '181911.860000', '181911.863000', '181911.865000', '181911.868000', '181911.870000', '181911.873000', '181911.876000', '181911.878000', '181911.881000', '181911.883000', '181911.886000', '181911.888000', '181911.891000', '181911.894000', '181911.896000', '181911.899000', '181911.901000', '181911.904000', '181911.906000', '181911.909000', '181911.912000', '181911.914000', '181911.917000', '181911.919000', '181911.922000', '181911.925000', '181911.927000', '181911.930000', '181911.932000', '181911.935000', '181911.937000', '181911.940000', '181911.943000', '181911.945000', '181911.948000', '181911.950000', '181911.953000', '181931.830000', '181931.832000', '181931.835000', '181931.838000', '181931.840000', '181931.843000', '181931.845000', '181931.848000', '181931.851000', '181931.853000', '181931.856000', '181931.858000', '181931.861000', '181931.864000', '181931.873000', '181931.876000', '181931.878000', '181931.881000', '181931.883000', '181931.886000', '181931.888000', '181931.891000', '181931.894000', '181931.896000', '181931.899000', '181931.902000', '181931.904000', '181931.907000', '181931.909000', '181931.912000', '181931.915000', '181931.917000', '181931.920000', '181931.922000', '181931.925000', '181931.927000', '181931.930000', '181931.933000', '181931.935000', '181931.938000', '181931.940000', '181931.943000', '181931.946000', '181951.829000', '181951.832000', '181951.835000', '181951.837000', '181951.840000', '181951.843000', '181951.845000', '181951.848000', '181951.850000', '181951.853000', '181951.856000', '181951.858000', '181951.861000', '181951.864000', '181951.866000', '181951.869000', '181951.872000', '181951.875000', '181951.877000', '181951.880000', '181951.882000', '181951.885000', '181951.887000', '181951.890000', '181951.893000', '181951.895000', '181951.898000', '181951.900000', '181951.903000', '181951.906000', '181951.908000', '181951.911000', '181951.913000', '181951.916000', '181951.919000', '181951.921000', '181951.924000', '181951.926000', '181951.929000', '181951.931000', '181951.934000', '181951.937000', '181951.939000', '181951.942000', '182011.830000', '182011.833000', '182011.835000', '182011.838000', '182011.840000', '182011.843000', '182011.845000', '182011.848000', '182011.851000', '182011.853000', '182011.856000', '182011.869000', '182011.871000', '182011.874000', '182011.876000', '182011.879000', '182011.882000', '182011.884000', '182011.887000', '182011.889000', '182011.892000', '182011.894000', '182011.897000', '182011.900000', '182011.902000', '182011.905000', '182011.907000', '182011.910000', '182011.913000', '182011.915000', '182011.918000', '182011.921000', '182011.923000', '182011.926000', '182011.928000', '182011.931000', '182011.933000', '182011.936000', '182011.939000', '182011.941000', '182011.944000', '182011.947000', '182011.949000', '182031.832000', '182031.834000', '182031.837000', '182031.840000', '182031.842000', '182031.845000', '182031.848000', '182031.850000', '182031.853000', '182031.855000', '182031.858000', '182031.860000', '182031.863000', '182031.866000', '182031.868000', '182031.871000', '182031.873000', '182031.876000', '182031.879000', '182031.881000', '182031.884000', '182031.887000', '182031.889000', '182031.892000', '182031.895000', '182031.897000', '182031.900000', '182031.902000', '182031.905000', '182031.908000', '182031.910000', '182031.913000', '182031.915000', '182031.918000', '182031.920000', '182031.923000', '182031.926000', '182031.928000', '182031.931000', '182031.933000', '182031.936000', '182031.939000', '182031.941000', '182031.944000', '182051.830000', '182051.832000', '182051.835000', '182051.838000', '182051.840000', '182051.843000', '182051.845000', '182051.848000', '182051.851000', '182051.853000', '182051.856000', '182051.858000', '182051.861000', '182051.864000', '182051.866000', '182051.869000', '182051.871000', '182051.874000', '182051.877000', '182051.879000', '182051.882000', '182051.885000', '182051.888000', '182051.890000', '182051.893000', '182051.896000', '182051.898000', '182051.901000', '182051.903000', '182051.906000', '182051.909000', '182051.911000', '182051.914000', '182051.916000', '182051.919000', '182051.921000', '182051.924000', '182051.927000', '182051.929000', '182051.932000', '182051.934000', '182051.937000', '182051.940000', '182111.829000', '182111.832000', '182111.835000', '182111.837000', '182111.840000', '182111.843000', '182111.845000', '182111.848000', '182111.850000', '182111.853000', '182111.856000', '182111.858000', '182111.861000', '182111.863000', '182111.866000', '182111.869000', '182111.871000', '182111.874000', '182111.876000', '182111.879000', '182111.881000', '182111.884000', '182111.887000', '182111.889000', '182111.892000', '182111.899000', '182111.901000', '182111.904000', '182111.906000', '182111.909000', '182111.912000', '182111.914000', '182111.917000', '182111.919000', '182111.922000', '182111.925000', '182111.927000', '182111.930000', '182111.932000', '182111.935000', '182111.938000', '182111.940000', '182111.943000', '182111.946000', '182131.830000', '182131.832000', '182131.835000', '182131.838000', '182131.840000', '182131.843000', '182131.846000', '182131.848000', '182131.851000', '182131.854000', '182131.856000', '182131.859000', '182131.861000', '182131.864000', '182131.867000', '182131.869000', '182131.872000', '182131.874000', '182131.877000', '182131.880000', '182131.882000', '182131.885000', '182131.887000', '182131.890000', '182131.893000', '182131.895000', '182131.898000', '182131.900000', '182131.903000', '182131.906000', '182131.908000', '182131.911000', '182131.913000', '182131.916000', '182131.919000', '182131.921000', '182131.924000', '182131.927000', '182131.929000', '182131.932000', '182131.934000', '182131.937000', '182131.940000', '182151.830000', '182151.832000', '182151.835000', '182151.838000', '182151.840000', '182151.843000', '182151.846000', '182151.848000', '182151.851000', '182151.854000', '182151.856000', '182151.859000', '182151.861000', '182151.864000', '182151.867000', '182151.871000', '182151.882000', '182151.885000', '182151.887000', '182151.890000', '182151.893000', '182151.895000', '182151.898000', '182151.901000', '182151.904000', '182151.906000', '182151.909000', '182151.912000', '182151.914000', '182151.917000', '182151.919000', '182151.922000', '182151.925000', '182151.927000', '182151.930000', '182151.932000', '182151.935000', '182151.938000', '182151.940000', '182151.943000', '182151.945000', '182151.948000', '182151.951000', '182211.830000', '182211.832000', '182211.835000', '182211.838000', '182211.840000', '182211.843000', '182211.846000', '182211.848000', '182211.851000', '182211.853000', '182211.856000', '182211.859000', '182211.861000', '182211.864000', '182211.866000', '182211.869000', '182211.872000', '182211.874000', '182211.877000', '182211.879000', '182211.882000', '182211.884000', '182211.887000', '182211.890000', '182211.892000', '182211.895000', '182211.897000', '182211.900000', '182211.903000', '182211.905000', '182211.908000', '182211.910000', '182211.913000', '182211.916000', '182211.918000', '182211.921000', '182211.924000', '182211.926000', '182211.929000', '182211.931000', '182211.934000', '182211.936000', '182211.939000', '182211.942000', '182231.830000', '182231.833000', '182231.836000', '182231.838000', '182231.841000', '182231.844000', '182231.846000', '182231.849000', '182231.852000', '182231.854000', '182231.857000', '182231.859000', '182231.862000', '182231.865000', '182231.867000', '182231.870000', '182231.872000', '182231.875000', '182231.878000', '182231.880000', '182231.883000', '182231.885000', '182231.888000', '182231.891000', '182231.893000', '182231.896000', '182231.898000', '182231.901000', '182231.904000', '182231.906000', '182231.909000', '182231.911000', '182231.914000', '182231.917000', '182231.919000', '182231.922000', '182231.925000', '182231.927000', '182231.930000', '182231.932000', '182231.935000', '182231.937000', '182231.940000', '182251.831000', '182251.833000', '182251.836000', '182251.839000', '182251.841000', '182251.844000', '182251.847000', '182251.849000', '182251.852000', '182251.855000', '182251.857000', '182251.860000', '182251.862000', '182251.865000', '182251.868000', '182251.870000', '182251.873000', '182251.875000', '182251.878000', '182251.880000', '182251.883000', '182251.886000', '182251.888000', '182251.891000', '182251.894000', '182251.896000', '182251.899000', '182251.901000', '182251.904000', '182251.907000', '182251.909000', '182251.912000', '182251.915000', '182251.918000', '182251.920000', '182251.923000', '182251.926000', '182251.928000', '182251.931000', '182251.933000', '182251.936000', '182251.939000', '182251.941000', '182251.944000', '182311.830000', '182311.832000', '182311.835000', '182311.838000', '182311.840000', '182311.843000', '182311.846000', '182311.848000', '182311.851000', '182311.853000', '182311.857000', '182311.860000', '182311.862000', '182311.865000', '182311.868000', '182311.870000', '182311.873000', '182311.875000', '182311.888000', '182311.890000', '182311.893000', '182311.896000', '182311.898000', '182311.901000', '182311.903000', '182311.908000', '182311.911000', '182311.913000', '182311.916000', '182311.919000', '182311.921000', '182311.924000', '182311.926000', '182311.929000', '182311.932000', '182311.934000', '182311.937000', '182311.939000', '182311.942000', '182311.945000', '182311.947000', '182311.950000', '182311.952000', '182331.829000', '182331.832000', '182331.835000', '182331.838000', '182331.840000', '182331.843000', '182331.845000', '182331.848000', '182331.851000', '182331.853000', '182331.856000', '182331.858000', '182331.861000', '182331.864000', '182331.866000', '182331.869000', '182331.871000', '182331.874000', '182331.877000', '182331.879000', '182331.882000', '182331.884000', '182331.887000', '182331.890000', '182331.892000', '182331.895000', '182331.897000', '182331.900000', '182331.902000', '182331.905000', '182331.908000', '182331.910000', '182331.913000', '182331.915000', '182331.918000', '182331.920000', '182331.923000', '182331.926000', '182331.928000', '182331.931000', '182331.933000', '182331.936000', '182331.938000', '182331.941000', '182351.829000', '182351.832000', '182351.835000', '182351.838000', '182351.840000', '182351.843000', '182351.845000', '182351.848000', '182351.851000', '182351.853000', '182351.856000', '182351.858000', '182351.861000', '182351.864000', '182351.866000', '182351.869000', '182351.871000', '182351.874000', '182351.878000', '182351.881000', '182351.883000', '182351.886000', '182351.888000', '182351.891000', '182351.893000', '182351.896000', '182351.899000', '182351.902000', '182351.905000', '182351.908000', '182351.911000', '182351.913000', '182351.916000', '182351.919000', '182351.921000', '182351.924000', '182351.927000', '182351.930000', '182351.932000', '182351.935000', '182351.938000', '182351.940000', '182351.943000', '182411.830000', '182411.833000', '182411.835000', '182411.838000', '182411.841000', '182411.843000', '182411.846000', '182411.848000', '182411.851000', '182411.854000', '182411.856000', '182411.859000', '182411.862000', '182411.864000', '182411.867000', '182411.869000', '182411.872000', '182411.875000', '182411.877000', '182411.880000', '182411.882000', '182411.885000', '182411.888000', '182411.890000', '182411.893000', '182411.895000', '182411.898000', '182411.901000', '182411.903000', '182411.906000', '182411.908000', '182411.911000', '182411.914000', '182411.916000', '182411.919000', '182411.921000', '182411.924000', '182411.927000', '182411.929000', '182411.932000', '182411.934000', '182411.937000', '182411.939000', '182411.942000', '182428.214000', '182428.217000', '182428.220000', '182428.223000', '182428.226000', '182428.229000', '182428.231000', '182428.234000', '182428.237000', '182428.240000', '182428.242000', '182428.245000', '182428.248000', '182428.251000', '182428.253000', '182428.257000', '182428.260000', '182428.262000', '182428.265000', '182428.268000', '182428.271000', '182428.273000', '182428.276000', '182428.279000', '182428.281000', '182428.284000', '182428.287000', '182428.289000', '182428.292000', '182428.303000', '182428.306000', '182428.308000', '182428.311000', '182428.316000', '182428.319000', '182428.323000'], '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': [7218, 10222, 8523, 9006, 7813, 7998, 7128, 8247, 7170, 7892, 8640, 7979, 7287, 7825, 9382, 7562, 11904, 7348, 11376, 7082, 10767, 8719, 9372, 7184, 8162, 7015, 7874, 7830, 7927, 6951, 8114, 7548, 7710, 9971, 7202, 8286, 8874, 7691, 11837, 9831, 7886, 7479, 8210, 11345, 8745, 12797, 7824, 10181, 7794, 7465, 7858, 8687, 7877, 6741, 8052, 7056, 8093, 7007, 8057, 6898, 8195, 7297, 8018, 7120, 7999, 8223, 8223, 7063, 8327, 6606, 8149, 7974, 8129, 7190, 8071, 8038, 7766, 11503, 7608, 10700, 7315, 10775, 8422, 11911, 8478, 9193, 7293, 8607, 7319, 8207, 7011, 8096, 8082, 8128, 9863, 7654, 10412, 7590, 11545, 7495, 10679, 7889, 10650, 8035, 8918, 7246, 8069, 6977, 10160, 7901, 8592, 6956, 8307, 6805, 8318, 6464, 8233, 8889, 7989, 9492, 7744, 7453, 7865, 9097, 7508, 11207, 7305, 10462, 7350, 10301, 7247, 9144, 7155, 8133, 7531, 8297, 8286, 7692, 8157, 8542, 8083, 10054, 7741, 10419, 7410, 10703, 8825, 8589, 7598, 8495, 7179, 8393, 7375, 7949, 6510, 8156, 7859, 8048, 11343, 7749, 10683, 8066, 9943, 7768, 11490, 7533, 11304, 7626, 10076, 7765, 10990, 7976, 11255, 7502, 10128, 7427, 10191, 7292, 10432, 7920, 8916, 8115, 8076, 8154, 6764, 8115, 7160, 7950, 7117, 8093, 6535, 8089, 7263, 8178, 7894, 7777, 10579, 7558, 11151, 7658, 10535, 8428, 10623, 9215, 8064, 6910, 8237, 7580, 7903, 9557, 7524, 8203, 10440, 7769, 11099, 7552, 10960, 8672, 9724, 7980, 8185, 7242, 8153, 7397, 8149, 7219, 8057, 7233, 8213, 7805, 7982, 9975, 7768, 9384, 8131, 10025, 7913, 10517, 7801, 8228, 8113, 6996, 12885, 9735, 10926, 7434, 9209, 7572, 7814, 7740, 8935, 7645, 8313, 7853, 8221, 8036, 9282, 7839, 8203, 8067, 8663, 7779, 9515, 7893, 7573, 7777, 8661, 7859, 9717, 7842, 9574, 7770, 9685, 7849, 10887, 7649, 9750, 7947, 9201, 7696, 10754, 8422, 11427, 7384, 8513, 7308, 9567, 7411, 9737, 8801, 8182, 7166, 8228, 7698, 8233, 8294, 7751, 8360, 7492, 8297, 9454, 7628, 8256, 7384, 7852, 11494, 7923, 8219, 10985, 9140, 8053, 7255, 8065, 8531, 7846, 11563, 8367, 10513, 7780, 8032, 8144, 7096, 8105, 6903, 7872, 7136, 8100, 7054, 8053, 6939, 8121, 6486, 8037, 7270, 7917, 10264, 7688, 8243, 10962, 8378, 10125, 7614, 8498, 10036, 8956, 11021, 7942, 7664, 7870, 9097, 7717, 11971, 8122, 11223, 7463, 10383, 8461, 9456, 8415, 8319, 7336, 8675, 7293, 9110, 8678, 8221, 7018, 8319, 6740, 8292, 8701, 8122, 9769, 7907, 7694, 8137, 8996, 8005, 10669, 7788, 9509, 7842, 9361, 7807, 11064, 8067, 11089, 7540, 9949, 7828, 10580, 7855, 9264, 7236, 8711, 7300, 8600, 7853, 7982, 7274, 10005, 7509, 11209, 8054, 10107, 7540, 10050, 7608, 9967, 7921, 9200, 7692, 9611, 7733, 9015, 7582, 8382, 7444, 10502, 7557, 8980, 7383, 8174, 6729, 8222, 8665, 8035, 8669, 7811, 9964, 7421, 7993, 7794, 7811, 11242, 8932, 9352, 8025, 7999, 7542, 7784, 10097, 7733, 11958, 8158, 11407, 7515, 7819, 7828, 7346, 7973, 8028, 7757, 6863, 8031, 7035, 8110, 7108, 8022, 7078, 7931, 7112, 7853, 7282, 10029, 8139, 7904, 7237, 8148, 7230, 8951, 8262, 8217, 7406, 8085, 7137, 8160, 9409, 7810, 9786, 7918, 7521, 8014, 10001, 7926, 12086, 8575, 10978, 7629, 9078, 7716, 10069, 7434, 10560, 7540, 10433, 7712, 10967, 8631, 11908, 7922, 10666, 7364, 10577, 7285, 10608, 7303, 8733, 7413, 8233, 7306, 8332, 8632, 8094, 6695, 8207, 7986, 8119, 9525, 7865, 8010, 7614, 8095, 6488, 8232, 9388, 7647, 10642, 7809, 8658, 7416, 8361, 7946, 9100, 9787, 8123, 7090, 8397, 7283, 9167, 7277, 8078, 7270, 10043, 7466, 10204, 7426, 8690, 7303, 8853, 7078, 8171, 7389, 8200, 7408, 8397, 6811, 8266, 7879, 8072, 9163, 8096, 7777, 8012, 10297, 7789, 11833, 7733, 10905, 7658, 11055, 8989, 8565, 7310, 8288, 7419, 8376, 6820, 8230, 6677, 8344, 6946, 8199, 10121, 8042, 10417, 8069, 9400, 7972, 10612, 7708, 9995, 7800, 9349, 8004, 10056, 7523, 9903, 7606, 9832, 7612, 10631, 8387, 9692, 7321, 9208, 7467, 9108, 7960, 8296, 7525, 10735, 7355, 10286, 7249, 10247, 7395, 8684, 7597, 8105, 7306, 8251, 7227, 8311, 7522, 8464, 7008, 8211, 7986, 8040, 7261, 8107, 8642, 7734, 11653, 8774, 11130, 7421, 9666, 7905, 9445, 7962, 8741, 7270, 8313, 7462, 8127, 7979, 8217, 7702, 8126, 9104, 7614, 11547, 7365, 8269, 7534, 8396, 7706, 8130, 9223, 8228, 8072, 8347, 9372, 8178, 10883, 8034, 9625, 8056, 8601, 7873, 11520, 7771, 8405, 7015, 8512, 7842, 7975, 8318, 7246, 8308, 10846, 8174, 9463, 7364, 8069, 7591, 8150, 10392, 8125, 9346, 7589, 8430, 6416, 8291, 10159, 7939, 10656, 7831, 9690, 8189, 9536, 8088, 9481, 8190, 7948, 7989, 8995, 7881, 8697, 7919, 7710, 8082, 9745, 7762, 10678, 7622, 9678, 7743, 10581, 7510, 10602, 7521, 10135, 7498, 8806, 7439, 8100, 7330, 8324, 7422, 8310, 7240, 8175, 7441, 8299, 7689, 8176, 11173, 7812, 10017, 7892, 9769, 7902, 11719, 8539, 8429, 7597, 8310, 6501, 8219, 8575, 8122, 8010, 7690, 8407, 7830, 8271, 11484, 9256, 8241, 7890, 8139, 11647, 9505, 12426, 7685, 11173, 7680, 10689, 8616, 10701, 7536, 10040, 7607, 10017, 7490, 10118, 7716, 9860, 7739, 9741, 7698, 9566, 7686, 9221, 7680, 8935, 7855, 9720, 7610, 9461, 7568, 8624, 7551, 9478, 7592, 8208, 7436, 8235, 7299, 8719, 7395, 8226, 7227, 8197, 7364, 8198, 7435, 8253, 7370, 8351, 8625, 8193, 10187, 7990, 8698, 8262, 9900, 7888, 11596, 7837, 10151, 7613, 10403, 7650, 9040, 7994, 8502, 7753, 8375, 8376, 7818, 9916, 7621, 8410, 9598, 8073, 11281, 8959, 11981, 10168, 8107, 6831, 8484, 7886, 8260, 11217, 7998, 9294, 8057, 6848, 8304, 7029, 8212, 6322, 8205, 6851, 8087, 7514, 7909, 7766, 7985, 8346, 7745, 9970, 7747, 9763, 7645, 9354, 8031], 'WindowCenter': [3806.0, 3832.0, 3796.0, 3795.0, 3770.0, 3769.0, 3759.0, 3768.0, 3759.0, 3767.0, 3777.0, 3766.0, 3756.0, 3757.0, 3777.0, 3758.0, 3798.0, 3757.0, 3798.0, 3748.0, 3799.0, 3768.0, 3777.0, 3746.0, 3766.0, 3747.0, 3769.0, 3769.0, 3768.0, 3756.0, 3766.0, 3767.0, 3766.0, 3800.0, 3768.0, 3780.0, 3793.0, 3782.0, 3811.0, 3801.0, 3769.0, 3758.0, 3769.0, 3799.0, 3767.0, 3808.0, 3755.0, 3784.0, 3755.0, 3744.0, 3753.0, 3764.0, 3754.0, 3733.0, 3752.0, 3743.0, 3754.0, 3745.0, 3753.0, 3743.0, 3764.0, 3744.0, 3766.0, 3746.0, 3756.0, 3768.0, 3764.0, 3744.0, 3766.0, 3744.0, 3767.0, 3767.0, 3765.0, 3743.0, 3767.0, 3767.0, 3766.0, 3799.0, 3755.0, 3786.0, 3758.0, 3800.0, 3769.0, 3799.0, 3768.0, 3775.0, 3758.0, 3778.0, 3757.0, 3767.0, 3746.0, 3765.0, 3764.0, 3766.0, 3791.0, 3767.0, 3798.0, 3768.0, 3798.0, 3755.0, 3787.0, 3755.0, 3784.0, 3754.0, 3765.0, 3756.0, 3755.0, 3743.0, 3785.0, 3755.0, 3763.0, 3743.0, 3754.0, 3731.0, 3753.0, 3734.0, 3766.0, 3777.0, 3767.0, 3776.0, 3754.0, 3755.0, 3766.0, 3777.0, 3756.0, 3796.0, 3759.0, 3785.0, 3757.0, 3786.0, 3758.0, 3779.0, 3758.0, 3767.0, 3767.0, 3778.0, 3779.0, 3771.0, 3782.0, 3792.0, 3781.0, 3802.0, 3771.0, 3802.0, 3772.0, 3801.0, 3780.0, 3778.0, 3772.0, 3780.0, 3759.0, 3769.0, 3756.0, 3768.0, 3736.0, 3768.0, 3768.0, 3768.0, 3800.0, 3768.0, 3788.0, 3767.0, 3788.0, 3755.0, 3798.0, 3757.0, 3798.0, 3755.0, 3776.0, 3756.0, 3786.0, 3756.0, 3795.0, 3755.0, 3783.0, 3754.0, 3786.0, 3755.0, 3785.0, 3753.0, 3765.0, 3752.0, 3752.0, 3753.0, 3730.0, 3750.0, 3742.0, 3753.0, 3744.0, 3752.0, 3734.0, 3753.0, 3743.0, 3767.0, 3765.0, 3755.0, 3788.0, 3756.0, 3798.0, 3755.0, 3788.0, 3769.0, 3787.0, 3779.0, 3768.0, 3745.0, 3765.0, 3754.0, 3766.0, 3789.0, 3770.0, 3781.0, 3799.0, 3768.0, 3799.0, 3767.0, 3800.0, 3780.0, 3789.0, 3771.0, 3767.0, 3758.0, 3767.0, 3758.0, 3768.0, 3756.0, 3767.0, 3756.0, 3779.0, 3768.0, 3769.0, 3788.0, 3768.0, 3778.0, 3769.0, 3789.0, 3766.0, 3787.0, 3756.0, 3766.0, 3753.0, 3744.0, 3796.0, 3774.0, 3785.0, 3742.0, 3761.0, 3741.0, 3752.0, 3754.0, 3764.0, 3754.0, 3752.0, 3754.0, 3765.0, 3753.0, 3774.0, 3755.0, 3754.0, 3768.0, 3766.0, 3756.0, 3776.0, 3753.0, 3752.0, 3756.0, 3767.0, 3765.0, 3776.0, 3767.0, 3776.0, 3756.0, 3776.0, 3757.0, 3786.0, 3755.0, 3773.0, 3755.0, 3764.0, 3756.0, 3786.0, 3755.0, 3784.0, 3745.0, 3765.0, 3743.0, 3776.0, 3757.0, 3777.0, 3766.0, 3753.0, 3744.0, 3765.0, 3753.0, 3765.0, 3765.0, 3755.0, 3767.0, 3757.0, 3782.0, 3791.0, 3768.0, 3779.0, 3768.0, 3768.0, 3798.0, 3770.0, 3781.0, 3814.0, 3791.0, 3768.0, 3755.0, 3767.0, 3767.0, 3767.0, 3800.0, 3768.0, 3785.0, 3754.0, 3754.0, 3765.0, 3745.0, 3755.0, 3745.0, 3755.0, 3743.0, 3767.0, 3747.0, 3766.0, 3745.0, 3767.0, 3745.0, 3767.0, 3756.0, 3769.0, 3800.0, 3782.0, 3791.0, 3813.0, 3780.0, 3800.0, 3770.0, 3779.0, 3790.0, 3779.0, 3801.0, 3768.0, 3754.0, 3765.0, 3779.0, 3766.0, 3799.0, 3766.0, 3796.0, 3756.0, 3785.0, 3767.0, 3775.0, 3767.0, 3764.0, 3744.0, 3762.0, 3742.0, 3764.0, 3767.0, 3754.0, 3742.0, 3753.0, 3732.0, 3766.0, 3763.0, 3754.0, 3776.0, 3753.0, 3753.0, 3755.0, 3764.0, 3755.0, 3785.0, 3754.0, 3774.0, 3753.0, 3774.0, 3754.0, 3783.0, 3754.0, 3785.0, 3753.0, 3773.0, 3756.0, 3785.0, 3756.0, 3764.0, 3744.0, 3764.0, 3743.0, 3764.0, 3754.0, 3753.0, 3743.0, 3773.0, 3743.0, 3785.0, 3753.0, 3773.0, 3742.0, 3772.0, 3742.0, 3773.0, 3753.0, 3775.0, 3754.0, 3775.0, 3754.0, 3762.0, 3753.0, 3765.0, 3757.0, 3784.0, 3755.0, 3765.0, 3745.0, 3765.0, 3746.0, 3766.0, 3777.0, 3767.0, 3766.0, 3767.0, 3789.0, 3770.0, 3768.0, 3768.0, 3769.0, 3812.0, 3791.0, 3791.0, 3769.0, 3769.0, 3766.0, 3768.0, 3789.0, 3770.0, 3801.0, 3767.0, 3800.0, 3755.0, 3755.0, 3756.0, 3753.0, 3756.0, 3756.0, 3753.0, 3734.0, 3754.0, 3746.0, 3756.0, 3744.0, 3756.0, 3745.0, 3755.0, 3745.0, 3767.0, 3757.0, 3788.0, 3769.0, 3767.0, 3755.0, 3768.0, 3757.0, 3780.0, 3769.0, 3767.0, 3757.0, 3765.0, 3746.0, 3767.0, 3779.0, 3756.0, 3787.0, 3765.0, 3755.0, 3767.0, 3787.0, 3767.0, 3808.0, 3779.0, 3797.0, 3756.0, 3777.0, 3757.0, 3786.0, 3757.0, 3787.0, 3756.0, 3786.0, 3757.0, 3797.0, 3766.0, 3795.0, 3755.0, 3786.0, 3756.0, 3789.0, 3758.0, 3788.0, 3755.0, 3765.0, 3754.0, 3766.0, 3756.0, 3767.0, 3778.0, 3768.0, 3745.0, 3767.0, 3769.0, 3769.0, 3777.0, 3767.0, 3754.0, 3756.0, 3766.0, 3748.0, 3780.0, 3792.0, 3772.0, 3802.0, 3768.0, 3778.0, 3755.0, 3768.0, 3768.0, 3778.0, 3789.0, 3767.0, 3745.0, 3766.0, 3757.0, 3777.0, 3756.0, 3755.0, 3753.0, 3775.0, 3757.0, 3785.0, 3756.0, 3766.0, 3757.0, 3765.0, 3744.0, 3766.0, 3756.0, 3766.0, 3755.0, 3766.0, 3745.0, 3768.0, 3767.0, 3767.0, 3777.0, 3767.0, 3755.0, 3768.0, 3789.0, 3756.0, 3799.0, 3756.0, 3788.0, 3758.0, 3798.0, 3778.0, 3765.0, 3757.0, 3765.0, 3756.0, 3767.0, 3746.0, 3766.0, 3745.0, 3767.0, 3747.0, 3770.0, 3789.0, 3768.0, 3786.0, 3767.0, 3777.0, 3766.0, 3786.0, 3757.0, 3776.0, 3757.0, 3775.0, 3756.0, 3775.0, 3756.0, 3776.0, 3755.0, 3776.0, 3757.0, 3785.0, 3766.0, 3775.0, 3744.0, 3777.0, 3756.0, 3775.0, 3756.0, 3764.0, 3755.0, 3785.0, 3755.0, 3775.0, 3744.0, 3775.0, 3745.0, 3764.0, 3754.0, 3755.0, 3756.0, 3767.0, 3757.0, 3767.0, 3756.0, 3767.0, 3759.0, 3770.0, 3768.0, 3768.0, 3756.0, 3768.0, 3778.0, 3771.0, 3800.0, 3781.0, 3800.0, 3759.0, 3789.0, 3768.0, 3791.0, 3768.0, 3767.0, 3756.0, 3766.0, 3757.0, 3755.0, 3767.0, 3767.0, 3756.0, 3768.0, 3779.0, 3758.0, 3800.0, 3757.0, 3766.0, 3756.0, 3766.0, 3758.0, 3756.0, 3778.0, 3767.0, 3757.0, 3767.0, 3777.0, 3767.0, 3788.0, 3756.0, 3776.0, 3755.0, 3766.0, 3766.0, 3797.0, 3758.0, 3765.0, 3744.0, 3768.0, 3765.0, 3768.0, 3769.0, 3759.0, 3783.0, 3817.0, 3795.0, 3803.0, 3760.0, 3769.0, 3767.0, 3769.0, 3801.0, 3772.0, 3790.0, 3769.0, 3768.0, 3746.0, 3779.0, 3789.0, 3768.0, 3788.0, 3757.0, 3776.0, 3768.0, 3788.0, 3769.0, 3776.0, 3769.0, 3755.0, 3767.0, 3779.0, 3757.0, 3765.0, 3767.0, 3756.0, 3768.0, 3778.0, 3757.0, 3788.0, 3758.0, 3787.0, 3769.0, 3788.0, 3759.0, 3788.0, 3757.0, 3788.0, 3757.0, 3778.0, 3757.0, 3756.0, 3756.0, 3769.0, 3759.0, 3767.0, 3757.0, 3766.0, 3744.0, 3767.0, 3758.0, 3768.0, 3799.0, 3757.0, 3788.0, 3766.0, 3788.0, 3768.0, 3798.0, 3768.0, 3766.0, 3756.0, 3778.0, 3750.0, 3769.0, 3778.0, 3768.0, 3767.0, 3768.0, 3768.0, 3769.0, 3781.0, 3812.0, 3791.0, 3780.0, 3770.0, 3769.0, 3811.0, 3788.0, 3811.0, 3757.0, 3786.0, 3754.0, 3787.0, 3766.0, 3774.0, 3755.0, 3772.0, 3755.0, 3773.0, 3746.0, 3774.0, 3755.0, 3775.0, 3755.0, 3773.0, 3755.0, 3774.0, 3755.0, 3774.0, 3756.0, 3775.0, 3755.0, 3773.0, 3757.0, 3775.0, 3755.0, 3766.0, 3756.0, 3776.0, 3759.0, 3766.0, 3758.0, 3778.0, 3758.0, 3779.0, 3757.0, 3766.0, 3756.0, 3769.0, 3758.0, 3768.0, 3759.0, 3767.0, 3758.0, 3769.0, 3778.0, 3766.0, 3789.0, 3768.0, 3765.0, 3767.0, 3788.0, 3769.0, 3799.0, 3755.0, 3786.0, 3756.0, 3800.0, 3769.0, 3777.0, 3767.0, 3778.0, 3755.0, 3768.0, 3767.0, 3768.0, 3789.0, 3757.0, 3768.0, 3790.0, 3770.0, 3811.0, 3793.0, 3812.0, 3791.0, 3767.0, 3735.0, 3768.0, 3768.0, 3766.0, 3798.0, 3757.0, 3777.0, 3766.0, 3744.0, 3767.0, 3744.0, 3755.0, 3733.0, 3768.0, 3746.0, 3767.0, 3757.0, 3768.0, 3757.0, 3770.0, 3780.0, 3770.0, 3791.0, 3770.0, 3790.0, 3770.0, 3789.0, 3770.0], 'WindowWidth': [8579.0, 8601.0, 8543.0, 8534.0, 8494.0, 8488.0, 8476.0, 8487.0, 8474.0, 8483.0, 8496.0, 8479.0, 8465.0, 8470.0, 8495.0, 8470.0, 8523.0, 8468.0, 8520.0, 8456.0, 8524.0, 8483.0, 8493.0, 8451.0, 8479.0, 8455.0, 8487.0, 8487.0, 8483.0, 8466.0, 8481.0, 8483.0, 8481.0, 8531.0, 8487.0, 8504.0, 8525.0, 8511.0, 8546.0, 8534.0, 8487.0, 8471.0, 8486.0, 8527.0, 8481.0, 8539.0, 8462.0, 8499.0, 8461.0, 8445.0, 8458.0, 8472.0, 8458.0, 8429.0, 8454.0, 8442.0, 8459.0, 8448.0, 8457.0, 8444.0, 8471.0, 8445.0, 8478.0, 8452.0, 8464.0, 8486.0, 8473.0, 8446.0, 8478.0, 8448.0, 8481.0, 8481.0, 8477.0, 8446.0, 8482.0, 8481.0, 8481.0, 8526.0, 8465.0, 8504.0, 8470.0, 8528.0, 8487.0, 8525.0, 8482.0, 8489.0, 8469.0, 8499.0, 8468.0, 8481.0, 8451.0, 8474.0, 8472.0, 8481.0, 8518.0, 8485.0, 8524.0, 8485.0, 8522.0, 8465.0, 8507.0, 8463.0, 8498.0, 8458.0, 8473.0, 8463.0, 8462.0, 8445.0, 8502.0, 8462.0, 8471.0, 8442.0, 8458.0, 8425.0, 8456.0, 8432.0, 8478.0, 8492.0, 8480.0, 8491.0, 8461.0, 8461.0, 8478.0, 8492.0, 8465.0, 8517.0, 8470.0, 8500.0, 8466.0, 8505.0, 8471.0, 8499.0, 8471.0, 8482.0, 8481.0, 8498.0, 8501.0, 8494.0, 8511.0, 8524.0, 8507.0, 8535.0, 8493.0, 8534.0, 8496.0, 8533.0, 8503.0, 8498.0, 8494.0, 8504.0, 8475.0, 8487.0, 8467.0, 8483.0, 8439.0, 8485.0, 8485.0, 8485.0, 8529.0, 8484.0, 8508.0, 8482.0, 8509.0, 8465.0, 8522.0, 8467.0, 8521.0, 8462.0, 8491.0, 8466.0, 8503.0, 8466.0, 8514.0, 8463.0, 8498.0, 8460.0, 8503.0, 8463.0, 8501.0, 8458.0, 8474.0, 8456.0, 8456.0, 8455.0, 8424.0, 8449.0, 8441.0, 8458.0, 8448.0, 8455.0, 8433.0, 8457.0, 8444.0, 8480.0, 8476.0, 8465.0, 8509.0, 8466.0, 8523.0, 8465.0, 8509.0, 8488.0, 8509.0, 8498.0, 8485.0, 8450.0, 8476.0, 8460.0, 8480.0, 8512.0, 8490.0, 8508.0, 8529.0, 8487.0, 8527.0, 8484.0, 8530.0, 8504.0, 8512.0, 8491.0, 8482.0, 8469.0, 8481.0, 8470.0, 8483.0, 8466.0, 8481.0, 8468.0, 8501.0, 8485.0, 8488.0, 8511.0, 8484.0, 8497.0, 8487.0, 8512.0, 8480.0, 8507.0, 8464.0, 8476.0, 8457.0, 8445.0, 8517.0, 8484.0, 8498.0, 8439.0, 8463.0, 8439.0, 8454.0, 8459.0, 8471.0, 8459.0, 8454.0, 8460.0, 8475.0, 8458.0, 8485.0, 8461.0, 8458.0, 8483.0, 8477.0, 8464.0, 8487.0, 8457.0, 8455.0, 8466.0, 8479.0, 8476.0, 8490.0, 8480.0, 8489.0, 8466.0, 8490.0, 8467.0, 8502.0, 8462.0, 8482.0, 8460.0, 8471.0, 8464.0, 8502.0, 8461.0, 8499.0, 8448.0, 8473.0, 8443.0, 8490.0, 8466.0, 8493.0, 8476.0, 8457.0, 8446.0, 8474.0, 8457.0, 8476.0, 8475.0, 8464.0, 8483.0, 8470.0, 8509.0, 8520.0, 8486.0, 8500.0, 8486.0, 8485.0, 8526.0, 8489.0, 8508.0, 8554.0, 8522.0, 8484.0, 8465.0, 8482.0, 8480.0, 8483.0, 8526.0, 8484.0, 8502.0, 8461.0, 8461.0, 8476.0, 8450.0, 8461.0, 8448.0, 8461.0, 8445.0, 8480.0, 8454.0, 8478.0, 8450.0, 8481.0, 8452.0, 8483.0, 8469.0, 8488.0, 8532.0, 8510.0, 8523.0, 8551.0, 8507.0, 8531.0, 8490.0, 8502.0, 8518.0, 8501.0, 8534.0, 8483.0, 8460.0, 8478.0, 8498.0, 8480.0, 8525.0, 8479.0, 8519.0, 8465.0, 8503.0, 8482.0, 8489.0, 8479.0, 8473.0, 8445.0, 8467.0, 8442.0, 8471.0, 8479.0, 8459.0, 8440.0, 8455.0, 8428.0, 8477.0, 8470.0, 8459.0, 8488.0, 8457.0, 8456.0, 8462.0, 8472.0, 8462.0, 8500.0, 8459.0, 8484.0, 8458.0, 8485.0, 8460.0, 8496.0, 8459.0, 8500.0, 8456.0, 8484.0, 8462.0, 8499.0, 8462.0, 8471.0, 8444.0, 8471.0, 8444.0, 8471.0, 8458.0, 8455.0, 8443.0, 8481.0, 8443.0, 8499.0, 8456.0, 8481.0, 8440.0, 8478.0, 8440.0, 8480.0, 8457.0, 8487.0, 8459.0, 8485.0, 8458.0, 8466.0, 8456.0, 8477.0, 8467.0, 8499.0, 8461.0, 8472.0, 8447.0, 8476.0, 8452.0, 8480.0, 8495.0, 8481.0, 8479.0, 8482.0, 8512.0, 8490.0, 8485.0, 8486.0, 8489.0, 8549.0, 8522.0, 8520.0, 8489.0, 8488.0, 8480.0, 8484.0, 8512.0, 8490.0, 8530.0, 8483.0, 8526.0, 8462.0, 8461.0, 8464.0, 8459.0, 8464.0, 8463.0, 8456.0, 8432.0, 8459.0, 8451.0, 8464.0, 8447.0, 8463.0, 8448.0, 8462.0, 8450.0, 8480.0, 8469.0, 8511.0, 8485.0, 8480.0, 8464.0, 8482.0, 8469.0, 8502.0, 8487.0, 8483.0, 8468.0, 8478.0, 8451.0, 8482.0, 8499.0, 8465.0, 8506.0, 8478.0, 8464.0, 8481.0, 8508.0, 8482.0, 8537.0, 8499.0, 8520.0, 8466.0, 8493.0, 8469.0, 8505.0, 8469.0, 8506.0, 8466.0, 8504.0, 8469.0, 8521.0, 8479.0, 8516.0, 8463.0, 8502.0, 8465.0, 8510.0, 8470.0, 8508.0, 8463.0, 8476.0, 8461.0, 8480.0, 8469.0, 8482.0, 8497.0, 8483.0, 8451.0, 8482.0, 8487.0, 8487.0, 8493.0, 8480.0, 8461.0, 8466.0, 8479.0, 8458.0, 8504.0, 8523.0, 8495.0, 8535.0, 8487.0, 8499.0, 8465.0, 8486.0, 8486.0, 8498.0, 8512.0, 8479.0, 8450.0, 8479.0, 8467.0, 8494.0, 8464.0, 8461.0, 8458.0, 8488.0, 8467.0, 8503.0, 8465.0, 8477.0, 8465.0, 8473.0, 8448.0, 8479.0, 8464.0, 8477.0, 8463.0, 8478.0, 8451.0, 8484.0, 8481.0, 8480.0, 8493.0, 8479.0, 8463.0, 8484.0, 8511.0, 8467.0, 8522.0, 8466.0, 8508.0, 8470.0, 8523.0, 8497.0, 8476.0, 8465.0, 8476.0, 8466.0, 8480.0, 8451.0, 8478.0, 8450.0, 8480.0, 8454.0, 8488.0, 8512.0, 8482.0, 8505.0, 8481.0, 8493.0, 8480.0, 8505.0, 8467.0, 8490.0, 8468.0, 8489.0, 8465.0, 8487.0, 8465.0, 8490.0, 8462.0, 8489.0, 8468.0, 8501.0, 8478.0, 8489.0, 8447.0, 8493.0, 8466.0, 8490.0, 8465.0, 8473.0, 8462.0, 8501.0, 8461.0, 8486.0, 8445.0, 8487.0, 8447.0, 8470.0, 8459.0, 8461.0, 8465.0, 8478.0, 8467.0, 8479.0, 8466.0, 8482.0, 8472.0, 8487.0, 8483.0, 8483.0, 8465.0, 8485.0, 8498.0, 8491.0, 8528.0, 8505.0, 8528.0, 8473.0, 8511.0, 8484.0, 8519.0, 8483.0, 8479.0, 8466.0, 8481.0, 8468.0, 8464.0, 8480.0, 8481.0, 8466.0, 8485.0, 8500.0, 8471.0, 8527.0, 8469.0, 8479.0, 8467.0, 8479.0, 8470.0, 8466.0, 8495.0, 8479.0, 8466.0, 8481.0, 8494.0, 8482.0, 8508.0, 8464.0, 8490.0, 8463.0, 8478.0, 8479.0, 8519.0, 8469.0, 8476.0, 8448.0, 8482.0, 8477.0, 8483.0, 8486.0, 8475.0, 8513.0, 8564.0, 8534.0, 8539.0, 8478.0, 8488.0, 8483.0, 8488.0, 8533.0, 8495.0, 8516.0, 8487.0, 8484.0, 8455.0, 8500.0, 8514.0, 8484.0, 8510.0, 8468.0, 8490.0, 8484.0, 8509.0, 8485.0, 8491.0, 8485.0, 8463.0, 8481.0, 8497.0, 8468.0, 8475.0, 8481.0, 8464.0, 8484.0, 8495.0, 8469.0, 8508.0, 8470.0, 8508.0, 8490.0, 8508.0, 8472.0, 8507.0, 8467.0, 8510.0, 8470.0, 8496.0, 8467.0, 8464.0, 8464.0, 8484.0, 8471.0, 8481.0, 8466.0, 8477.0, 8446.0, 8480.0, 8470.0, 8485.0, 8527.0, 8470.0, 8510.0, 8482.0, 8510.0, 8485.0, 8524.0, 8484.0, 8478.0, 8467.0, 8499.0, 8466.0, 8487.0, 8499.0, 8484.0, 8481.0, 8484.0, 8486.0, 8488.0, 8509.0, 8551.0, 8522.0, 8504.0, 8489.0, 8489.0, 8544.0, 8511.0, 8543.0, 8469.0, 8504.0, 8461.0, 8506.0, 8479.0, 8485.0, 8461.0, 8482.0, 8462.0, 8483.0, 8449.0, 8485.0, 8461.0, 8487.0, 8464.0, 8483.0, 8461.0, 8484.0, 8461.0, 8485.0, 8465.0, 8488.0, 8463.0, 8483.0, 8465.0, 8488.0, 8462.0, 8478.0, 8467.0, 8491.0, 8472.0, 8479.0, 8471.0, 8499.0, 8472.0, 8500.0, 8468.0, 8479.0, 8467.0, 8486.0, 8469.0, 8483.0, 8473.0, 8482.0, 8471.0, 8486.0, 8497.0, 8480.0, 8513.0, 8484.0, 8477.0, 8482.0, 8510.0, 8487.0, 8524.0, 8464.0, 8505.0, 8467.0, 8528.0, 8489.0, 8496.0, 8483.0, 8497.0, 8465.0, 8485.0, 8482.0, 8485.0, 8513.0, 8469.0, 8484.0, 8516.0, 8491.0, 8548.0, 8527.0, 8547.0, 8519.0, 8481.0, 8436.0, 8481.0, 8482.0, 8480.0, 8522.0, 8467.0, 8492.0, 8478.0, 8447.0, 8478.0, 8446.0, 8461.0, 8430.0, 8482.0, 8452.0, 8481.0, 8467.0, 8484.0, 8469.0, 8491.0, 8504.0, 8491.0, 8520.0, 8490.0, 8515.0, 8491.0, 8515.0, 8490.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.00046562211981566814</td></tr>
<tr><td colspan=3>aqi</td><td>0.016311604723502304</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.901089713402556</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1571353038754333</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005995336020762</td></tr>
<tr><td colspan=3>efc</td><td>0.492</td></tr>
<tr><td colspan=3>fber</td><td>3756.8479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07633447323867433</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.728110599078341</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5536152313646414</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5839243020308076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6842140269124415</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3927073651506747</td></tr>
<tr><td colspan=3>gcor</td><td>0.0074412</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00390790868550539</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01836470142006874</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7547739871915056</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>25.1565</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8709</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.0254</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294669.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>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.1528</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3261</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.7099</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2927.1016</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.882</td></tr>
<tr><td colspan=3>tsnr</td><td>42.49559340858832</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>