ds005256-mriqc/sub-0076_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter e18cb1da9e [DATALAD RUNCMD] Compute MRIQC for sub-0076
=== 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-0076 --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-0076",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:59:44 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0076_ses-03_task-social_acq-mb8_run-04_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-0076_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-04_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-0076/ses-03/func/sub-0076_ses-03_task-social_acq-mb8_run-04_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>f7819523d2ec37e3b8e651b20ab57c68</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>10:45:11.635000</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.99997, -0.0076198, 0.00120656, 0.0075049, 0.997029, 0.0766543]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.100453</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7718, -7248, 682, 21, 10, -25, 88]</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>243.953</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ce44a0bb-8ada-488a-81ff-30ff899cab73||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.682847023010254, 0.020135093480348587, 0.00482508260756731, 110.50930786132812], [0.02044336125254631, 2.674957275390625, 0.20693591237068176, -99.76696014404297], [0.0032371170818805695, -0.20565779507160187, 2.69205379486084, -46.573734283447266], [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': ['104511.635000', '104512.095000', '104512.555000', '104513.015000', '104513.475000', '104513.935000', '104514.395000', '104514.855000', '104515.315000', '104515.775000', '104516.235000', '104516.695000', '104517.155000', '104517.615000', '104518.075000', '104518.535000', '104518.995000', '104519.455000', '104519.915000', '104520.375000', '104520.835000', '104521.295000', '104521.755000', '104522.215000', '104522.675000', '104523.135000', '104523.595000', '104524.055000', '104524.515000', '104524.975000', '104525.435000', '104525.895000', '104526.355000', '104526.815000', '104527.275000', '104527.735000', '104528.195000', '104528.655000', '104529.115000', '104529.575000', '104530.035000', '104530.495000', '104530.955000', '104531.415000', '104531.875000', '104532.335000', '104532.795000', '104533.255000', '104533.715000', '104534.175000', '104534.635000', '104535.095000', '104535.555000', '104536.015000', '104536.475000', '104536.935000', '104537.395000', '104537.855000', '104538.315000', '104538.775000', '104539.235000', '104539.695000', '104540.155000', '104540.615000', '104541.075000', '104541.535000', '104541.995000', '104542.455000', '104542.915000', '104543.375000', '104543.835000', '104544.295000', '104544.755000', '104545.215000', '104545.675000', '104546.135000', '104546.595000', '104547.055000', '104547.515000', '104547.975000', '104548.435000', '104548.895000', '104549.355000', '104549.815000', '104550.275000', '104550.735000', '104551.195000', '104551.655000', '104552.115000', '104552.575000', '104553.035000', '104553.495000', '104553.955000', '104554.415000', '104554.875000', '104555.335000', '104555.795000', '104556.255000', '104556.715000', '104557.175000', '104557.635000', '104558.095000', '104558.555000', '104559.015000', '104559.475000', '104559.935000', '104600.395000', '104600.855000', '104601.315000', '104601.775000', '104602.235000', '104602.695000', '104603.155000', '104603.615000', '104604.075000', '104604.535000', '104604.995000', '104605.455000', '104605.915000', '104606.375000', '104606.835000', '104607.295000', '104607.755000', '104608.215000', '104608.675000', '104609.135000', '104609.595000', '104610.055000', '104610.515000', '104610.975000', '104611.435000', '104611.895000', '104612.355000', '104612.815000', '104613.275000', '104613.735000', '104614.195000', '104614.655000', '104615.115000', '104615.575000', '104616.035000', '104616.495000', '104616.955000', '104617.415000', '104617.875000', '104618.335000', '104618.795000', '104619.255000', '104619.715000', '104620.175000', '104620.635000', '104621.095000', '104621.555000', '104622.015000', '104622.475000', '104622.935000', '104623.395000', '104623.855000', '104624.315000', '104624.775000', '104625.235000', '104625.695000', '104626.155000', '104626.615000', '104627.075000', '104627.535000', '104627.995000', '104628.455000', '104628.915000', '104629.375000', '104629.835000', '104630.295000', '104630.755000', '104631.215000', '104631.675000', '104632.135000', '104632.595000', '104633.055000', '104633.515000', '104633.975000', '104634.435000', '104634.895000', '104635.355000', '104635.815000', '104636.275000', '104636.735000', '104637.195000', '104637.655000', '104638.115000', '104638.575000', '104639.035000', '104639.495000', '104639.955000', '104640.415000', '104640.875000', '104641.335000', '104641.795000', '104642.255000', '104642.715000', '104643.175000', '104643.635000', '104644.095000', '104644.555000', '104645.015000', '104645.475000', '104645.935000', '104646.395000', '104646.855000', '104647.315000', '104647.775000', '104648.235000', '104648.695000', '104649.155000', '104649.615000', '104650.075000', '104650.535000', '104650.995000', '104651.455000', '104651.915000', '104652.375000', '104652.835000', '104653.295000', '104653.755000', '104654.215000', '104654.675000', '104655.135000', '104655.595000', '104656.055000', '104656.515000', '104656.975000', '104657.435000', '104657.895000', '104658.355000', '104658.815000', '104659.275000', '104659.735000', '104700.195000', '104700.655000', '104701.115000', '104701.575000', '104702.035000', '104702.495000', '104702.955000', '104703.415000', '104703.875000', '104704.335000', '104704.795000', '104705.255000', '104705.715000', '104706.175000', '104706.635000', '104707.095000', '104707.555000', '104708.015000', '104708.475000', '104708.935000', '104709.395000', '104709.855000', '104710.315000', '104710.775000', '104711.235000', '104711.695000', '104712.155000', '104712.615000', '104713.075000', '104713.535000', '104713.995000', '104714.455000', '104714.915000', '104715.375000', '104715.835000', '104716.295000', '104716.755000', '104717.215000', '104717.675000', '104718.135000', '104718.595000', '104719.055000', '104719.515000', '104719.975000', '104720.435000', '104720.895000', '104721.355000', '104721.815000', '104722.275000', '104722.735000', '104723.195000', '104723.655000', '104724.115000', '104724.575000', '104725.035000', '104725.495000', '104725.955000', '104726.415000', '104726.875000', '104727.335000', '104727.795000', '104728.255000', '104728.715000', '104729.175000', '104729.635000', '104730.095000', '104730.555000', '104731.015000', '104731.475000', '104731.935000', '104732.395000', '104732.855000', '104733.315000', '104733.775000', '104734.235000', '104734.695000', '104735.155000', '104735.615000', '104736.075000', '104736.535000', '104736.995000', '104737.455000', '104737.915000', '104738.375000', '104738.835000', '104739.295000', '104739.755000', '104740.215000', '104740.675000', '104741.135000', '104741.595000', '104742.055000', '104742.515000', '104742.975000', '104743.435000', '104743.895000', '104744.355000', '104744.815000', '104745.275000', '104745.735000', '104746.195000', '104746.655000', '104747.115000', '104747.575000', '104748.035000', '104748.495000', '104748.955000', '104749.415000', '104749.875000', '104750.335000', '104750.795000', '104751.255000', '104751.715000', '104752.175000', '104752.635000', '104753.095000', '104753.555000', '104754.015000', '104754.475000', '104754.935000', '104755.395000', '104755.855000', '104756.315000', '104756.775000', '104757.235000', '104757.695000', '104758.155000', '104758.615000', '104759.075000', '104759.535000', '104759.995000', '104800.455000', '104800.915000', '104801.375000', '104801.835000', '104802.295000', '104802.755000', '104803.215000', '104803.675000', '104804.135000', '104804.595000', '104805.055000', '104805.515000', '104805.975000', '104806.435000', '104806.895000', '104807.355000', '104807.815000', '104808.275000', '104808.735000', '104809.195000', '104809.655000', '104810.115000', '104810.575000', '104811.035000', '104811.495000', '104811.955000', '104812.415000', '104812.875000', '104813.335000', '104813.795000', '104814.255000', '104814.715000', '104815.175000', '104815.635000', '104816.095000', '104816.555000', '104817.015000', '104817.475000', '104817.935000', '104818.395000', '104818.855000', '104819.315000', '104819.775000', '104820.235000', '104820.695000', '104821.155000', '104821.615000', '104822.075000', '104822.535000', '104822.995000', '104823.455000', '104823.915000', '104824.375000', '104824.835000', '104825.295000', '104825.755000', '104826.215000', '104826.675000', '104827.135000', '104827.595000', '104828.055000', '104828.515000', '104828.975000', '104829.435000', '104829.895000', '104830.355000', '104830.815000', '104831.275000', '104831.735000', '104832.195000', '104832.655000', '104833.115000', '104833.575000', '104834.035000', '104834.495000', '104834.955000', '104835.415000', '104835.875000', '104836.335000', '104836.795000', '104837.255000', '104837.715000', '104838.175000', '104838.635000', '104839.095000', '104839.555000', '104840.015000', '104840.475000', '104840.935000', '104841.395000', '104841.855000', '104842.315000', '104842.775000', '104843.235000', '104843.695000', '104844.155000', '104844.615000', '104845.075000', '104845.535000', '104845.995000', '104846.455000', '104846.915000', '104847.375000', '104847.835000', '104848.295000', '104848.755000', '104849.215000', '104849.675000', '104850.135000', '104850.595000', '104851.055000', '104851.515000', '104851.975000', '104852.435000', '104852.895000', '104853.355000', '104853.815000', '104854.275000', '104854.735000', '104855.195000', '104855.655000', '104856.115000', '104856.575000', '104857.035000', '104857.495000', '104857.955000', '104858.415000', '104858.875000', '104859.335000', '104859.795000', '104900.255000', '104900.715000', '104901.175000', '104901.635000', '104902.095000', '104902.555000', '104903.015000', '104903.475000', '104903.935000', '104904.395000', '104904.855000', '104905.315000', '104905.775000', '104906.235000', '104906.695000', '104907.155000', '104907.615000', '104908.075000', '104908.535000', '104908.995000', '104909.455000', '104909.915000', '104910.375000', '104910.835000', '104911.295000', '104911.755000', '104912.215000', '104912.675000', '104913.135000', '104913.595000', '104914.055000', '104914.515000', '104914.975000', '104915.435000', '104915.895000', '104916.355000', '104916.815000', '104917.275000', '104917.735000', '104918.195000', '104918.655000', '104919.115000', '104919.575000', '104920.035000', '104920.495000', '104920.955000', '104921.415000', '104921.875000', '104922.335000', '104922.795000', '104923.255000', '104923.715000', '104924.175000', '104924.635000', '104925.095000', '104925.555000', '104926.015000', '104926.475000', '104926.935000', '104927.395000', '104927.855000', '104928.315000', '104928.775000', '104929.235000', '104929.695000', '104930.155000', '104930.615000', '104931.075000', '104931.535000', '104931.995000', '104932.455000', '104932.915000', '104933.375000', '104933.835000', '104934.295000', '104934.755000', '104935.215000', '104935.675000', '104936.135000', '104936.595000', '104937.055000', '104937.515000', '104937.975000', '104938.435000', '104938.895000', '104939.355000', '104939.815000', '104940.275000', '104940.735000', '104941.195000', '104941.655000', '104942.115000', '104942.575000', '104943.035000', '104943.495000', '104943.955000', '104944.415000', '104944.875000', '104945.335000', '104945.795000', '104946.255000', '104946.715000', '104947.175000', '104947.635000', '104948.095000', '104948.555000', '104949.015000', '104949.475000', '104949.935000', '104950.395000', '104950.855000', '104951.315000', '104951.775000', '104952.235000', '104952.695000', '104953.155000', '104953.615000', '104954.075000', '104954.535000', '104954.995000', '104955.455000', '104955.915000', '104956.375000', '104956.835000', '104957.295000', '104957.755000', '104958.215000', '104958.675000', '104959.135000', '104959.595000', '105000.055000', '105000.515000', '105000.975000', '105001.435000', '105001.895000', '105002.355000', '105002.815000', '105003.275000', '105003.735000', '105004.195000', '105004.655000', '105005.115000', '105005.575000', '105006.035000', '105006.495000', '105006.955000', '105007.415000', '105007.875000', '105008.335000', '105008.795000', '105009.255000', '105009.715000', '105010.175000', '105010.635000', '105011.095000', '105011.555000', '105012.015000', '105012.475000', '105012.935000', '105013.395000', '105013.855000', '105014.315000', '105014.775000', '105015.235000', '105015.695000', '105016.155000', '105016.615000', '105017.075000', '105017.535000', '105017.995000', '105018.455000', '105018.915000', '105019.375000', '105019.835000', '105020.295000', '105020.755000', '105021.215000', '105021.675000', '105022.135000', '105022.595000', '105023.055000', '105023.515000', '105023.975000', '105024.435000', '105024.895000', '105025.355000', '105025.815000', '105026.275000', '105026.735000', '105027.195000', '105027.655000', '105028.115000', '105028.575000', '105029.035000', '105029.495000', '105029.955000', '105030.415000', '105030.875000', '105031.335000', '105031.795000', '105032.255000', '105032.715000', '105033.175000', '105033.635000', '105034.095000', '105034.555000', '105035.015000', '105035.475000', '105035.935000', '105036.395000', '105036.855000', '105037.315000', '105037.775000', '105038.235000', '105038.695000', '105039.155000', '105039.615000', '105040.075000', '105040.535000', '105040.995000', '105041.455000', '105041.915000', '105042.375000', '105042.835000', '105043.295000', '105043.755000', '105044.215000', '105044.675000', '105045.135000', '105045.595000', '105046.055000', '105046.515000', '105046.975000', '105047.435000', '105047.895000', '105048.355000', '105048.815000', '105049.275000', '105049.735000', '105050.195000', '105050.655000', '105051.115000', '105051.575000', '105052.035000', '105052.495000', '105052.955000', '105053.415000', '105053.875000', '105054.335000', '105054.795000', '105055.255000', '105055.715000', '105056.175000', '105056.635000', '105057.095000', '105057.555000', '105058.015000', '105058.475000', '105058.935000', '105059.395000', '105059.855000', '105100.315000', '105100.775000', '105101.235000', '105101.695000', '105102.155000', '105102.615000', '105103.075000', '105103.535000', '105103.995000', '105104.455000', '105104.915000', '105105.375000', '105105.835000', '105106.295000', '105106.755000', '105107.215000', '105107.675000', '105108.135000', '105108.595000', '105109.055000', '105109.515000', '105109.975000', '105110.435000', '105110.895000', '105111.355000', '105111.815000', '105112.275000', '105112.735000', '105113.195000', '105113.655000', '105114.115000', '105114.575000', '105115.035000', '105115.495000', '105115.955000', '105116.415000', '105116.875000', '105117.335000', '105117.795000', '105118.255000', '105118.715000', '105119.175000', '105119.635000', '105120.095000', '105120.555000', '105121.015000', '105121.475000', '105121.935000', '105122.395000', '105122.855000', '105123.315000', '105123.775000', '105124.235000', '105124.695000', '105125.155000', '105125.615000', '105126.075000', '105126.535000', '105126.995000', '105127.455000', '105127.915000', '105128.375000', '105128.835000', '105129.295000', '105129.755000', '105130.215000', '105130.675000', '105131.135000', '105131.595000', '105132.055000', '105132.515000', '105132.975000', '105133.435000', '105133.895000', '105134.355000', '105134.815000', '105135.275000', '105135.735000', '105136.195000', '105136.655000', '105137.115000', '105137.575000', '105138.035000', '105138.495000', '105138.955000', '105139.415000', '105139.875000', '105140.335000', '105140.795000', '105141.255000', '105141.715000', '105142.175000', '105142.635000', '105143.095000', '105143.555000', '105144.015000', '105144.475000', '105144.935000', '105145.395000', '105145.855000', '105146.315000', '105146.775000', '105147.235000', '105147.695000', '105148.155000', '105148.615000', '105149.075000', '105149.535000', '105149.995000', '105150.455000', '105150.915000', '105151.375000', '105151.835000', '105152.295000'], 'ContentTime': ['104538.578000', '104538.581000', '104538.584000', '104538.587000', '104538.589000', '104538.592000', '104538.594000', '104538.597000', '104538.599000', '104538.602000', '104538.605000', '104538.607000', '104538.610000', '104538.612000', '104538.615000', '104538.618000', '104538.627000', '104538.629000', '104538.632000', '104538.634000', '104538.637000', '104538.639000', '104538.642000', '104538.645000', '104538.647000', '104538.650000', '104538.652000', '104538.655000', '104538.657000', '104538.660000', '104538.662000', '104538.665000', '104538.668000', '104538.670000', '104538.673000', '104538.675000', '104538.678000', '104538.681000', '104538.683000', '104538.686000', '104538.688000', '104538.691000', '104538.693000', '104538.696000', '104538.699000', '104538.701000', '104538.704000', '104538.706000', '104538.709000', '104538.711000', '104538.714000', '104538.717000', '104538.719000', '104538.722000', '104538.724000', '104538.727000', '104558.550000', '104558.552000', '104558.555000', '104558.558000', '104558.560000', '104558.563000', '104558.565000', '104558.568000', '104558.570000', '104558.573000', '104558.576000', '104558.578000', '104558.581000', '104558.584000', '104558.587000', '104558.590000', '104558.593000', '104558.595000', '104558.598000', '104558.600000', '104558.603000', '104558.605000', '104558.608000', '104558.610000', '104558.613000', '104558.616000', '104558.618000', '104558.621000', '104558.623000', '104558.626000', '104558.628000', '104558.631000', '104558.634000', '104558.636000', '104558.639000', '104558.642000', '104558.645000', '104558.648000', '104558.650000', '104558.653000', '104558.656000', '104558.658000', '104558.661000', '104618.549000', '104618.552000', '104618.555000', '104618.557000', '104618.560000', '104618.563000', '104618.565000', '104618.568000', '104618.570000', '104618.573000', '104618.575000', '104618.578000', '104618.580000', '104618.583000', '104618.586000', '104618.588000', '104618.591000', '104618.594000', '104618.596000', '104618.599000', '104618.601000', '104618.604000', '104618.606000', '104618.609000', '104618.612000', '104618.614000', '104618.617000', '104618.619000', '104618.622000', '104618.624000', '104618.627000', '104618.630000', '104618.632000', '104618.635000', '104618.637000', '104618.640000', '104618.643000', '104618.645000', '104618.648000', '104618.650000', '104618.653000', '104618.656000', '104618.658000', '104618.661000', '104638.549000', '104638.552000', '104638.555000', '104638.557000', '104638.560000', '104638.562000', '104638.565000', '104638.568000', '104638.570000', '104638.573000', '104638.575000', '104638.578000', '104638.580000', '104638.583000', '104638.586000', '104638.588000', '104638.591000', '104638.593000', '104638.596000', '104638.599000', '104638.602000', '104638.604000', '104638.607000', '104638.610000', '104638.612000', '104638.615000', '104638.632000', '104638.635000', '104638.637000', '104638.640000', '104638.642000', '104638.645000', '104638.648000', '104638.650000', '104638.653000', '104638.655000', '104638.658000', '104638.660000', '104638.663000', '104638.665000', '104638.668000', '104638.671000', '104638.673000', '104658.549000', '104658.552000', '104658.555000', '104658.557000', '104658.560000', '104658.563000', '104658.565000', '104658.568000', '104658.570000', '104658.573000', '104658.576000', '104658.578000', '104658.581000', '104658.583000', '104658.586000', '104658.589000', '104658.591000', '104658.594000', '104658.596000', '104658.599000', '104658.602000', '104658.604000', '104658.607000', '104658.609000', '104658.612000', '104658.615000', '104658.617000', '104658.620000', '104658.622000', '104658.625000', '104658.628000', '104658.630000', '104658.633000', '104658.635000', '104658.638000', '104658.640000', '104658.643000', '104658.646000', '104658.648000', '104658.651000', '104658.653000', '104658.656000', '104658.659000', '104658.661000', '104718.548000', '104718.551000', '104718.554000', '104718.556000', '104718.559000', '104718.561000', '104718.564000', '104718.567000', '104718.569000', '104718.572000', '104718.575000', '104718.577000', '104718.580000', '104718.582000', '104718.585000', '104718.587000', '104718.590000', '104718.593000', '104718.595000', '104718.598000', '104718.600000', '104718.603000', '104718.606000', '104718.608000', '104718.611000', '104718.614000', '104718.616000', '104718.619000', '104718.621000', '104718.624000', '104718.626000', '104718.629000', '104718.632000', '104718.634000', '104718.637000', '104718.639000', '104718.642000', '104718.644000', '104718.647000', '104718.650000', '104718.652000', '104718.655000', '104718.657000', '104738.548000', '104738.551000', '104738.554000', '104738.556000', '104738.559000', '104738.561000', '104738.564000', '104738.566000', '104738.569000', '104738.571000', '104738.574000', '104738.577000', '104738.579000', '104738.582000', '104738.584000', '104738.587000', '104738.590000', '104738.592000', '104738.595000', '104738.597000', '104738.600000', '104738.603000', '104738.605000', '104738.608000', '104738.610000', '104738.613000', '104738.616000', '104738.618000', '104738.621000', '104738.623000', '104738.626000', '104738.629000', '104738.631000', '104738.634000', '104738.637000', '104738.639000', '104738.642000', '104738.644000', '104738.647000', '104738.649000', '104738.652000', '104738.655000', '104738.657000', '104738.660000', '104758.550000', '104758.552000', '104758.555000', '104758.558000', '104758.560000', '104758.563000', '104758.565000', '104758.568000', '104758.570000', '104758.573000', '104758.576000', '104758.578000', '104758.581000', '104758.583000', '104758.586000', '104758.589000', '104758.620000', '104758.623000', '104758.625000', '104758.628000', '104758.631000', '104758.633000', '104758.636000', '104758.638000', '104758.641000', '104758.644000', '104758.647000', '104758.650000', '104758.653000', '104758.655000', '104758.658000', '104758.661000', '104758.663000', '104758.666000', '104758.668000', '104758.671000', '104758.674000', '104758.676000', '104758.679000', '104758.681000', '104758.684000', '104758.687000', '104758.689000', '104818.550000', '104818.553000', '104818.555000', '104818.558000', '104818.560000', '104818.563000', '104818.565000', '104818.568000', '104818.579000', '104818.582000', '104818.585000', '104818.587000', '104818.590000', '104818.592000', '104818.595000', '104818.598000', '104818.600000', '104818.603000', '104818.605000', '104818.608000', '104818.611000', '104818.613000', '104818.616000', '104818.618000', '104818.621000', '104818.623000', '104818.626000', '104818.629000', '104818.631000', '104818.634000', '104818.637000', '104818.639000', '104818.642000', '104818.644000', '104818.647000', '104818.649000', '104818.652000', '104818.655000', '104818.657000', '104818.660000', '104818.662000', '104818.665000', '104818.667000', '104818.670000', '104838.549000', '104838.552000', '104838.555000', '104838.557000', '104838.560000', '104838.563000', '104838.565000', '104838.568000', '104838.570000', '104838.573000', '104838.575000', '104838.578000', '104838.581000', '104838.583000', '104838.586000', '104838.592000', '104838.595000', '104838.597000', '104838.600000', '104838.603000', '104838.605000', '104838.608000', '104838.610000', '104838.613000', '104838.616000', '104838.618000', '104838.621000', '104838.623000', '104838.626000', '104838.628000', '104838.631000', '104838.634000', '104838.637000', '104838.639000', '104838.642000', '104838.644000', '104838.647000', '104838.650000', '104838.652000', '104838.655000', '104838.657000', '104838.660000', '104838.663000', '104858.550000', '104858.552000', '104858.555000', '104858.558000', '104858.560000', '104858.563000', '104858.565000', '104858.568000', '104858.571000', '104858.573000', '104858.576000', '104858.578000', '104858.581000', '104858.583000', '104858.586000', '104858.589000', '104858.591000', '104858.594000', '104858.597000', '104858.599000', '104858.602000', '104858.605000', '104858.607000', '104858.610000', '104858.613000', '104858.615000', '104858.618000', '104858.620000', '104858.623000', '104858.625000', '104858.628000', '104858.631000', '104858.634000', '104858.636000', '104858.639000', '104858.641000', '104858.644000', '104858.647000', '104858.649000', '104858.652000', '104858.654000', '104858.657000', '104858.659000', '104858.662000', '104918.549000', '104918.552000', '104918.555000', '104918.558000', '104918.560000', '104918.563000', '104918.565000', '104918.568000', '104918.570000', '104918.573000', '104918.576000', '104918.578000', '104918.581000', '104918.584000', '104918.586000', '104918.589000', '104918.592000', '104918.594000', '104918.597000', '104918.600000', '104918.602000', '104918.605000', '104918.607000', '104918.610000', '104918.613000', '104918.615000', '104918.618000', '104918.620000', '104918.623000', '104918.626000', '104918.628000', '104918.631000', '104918.634000', '104918.636000', '104918.639000', '104918.641000', '104918.644000', '104918.647000', '104918.649000', '104918.652000', '104918.654000', '104918.657000', '104918.660000', '104938.548000', '104938.551000', '104938.554000', '104938.556000', '104938.559000', '104938.562000', '104938.564000', '104938.567000', '104938.569000', '104938.572000', '104938.575000', '104938.577000', '104938.580000', '104938.583000', '104938.585000', '104938.588000', '104938.591000', '104938.593000', '104938.596000', '104938.598000', '104938.601000', '104938.604000', '104938.606000', '104938.609000', '104938.611000', '104938.614000', '104938.617000', '104938.619000', '104938.622000', '104938.624000', '104938.627000', '104938.630000', '104938.632000', '104938.635000', '104938.638000', '104938.640000', '104938.643000', '104938.645000', '104938.648000', '104938.651000', '104938.653000', '104938.656000', '104938.659000', '104938.661000', '104958.548000', '104958.551000', '104958.554000', '104958.556000', '104958.559000', '104958.562000', '104958.564000', '104958.567000', '104958.569000', '104958.572000', '104958.574000', '104958.577000', '104958.580000', '104958.582000', '104958.585000', '104958.588000', '104958.590000', '104958.593000', '104958.596000', '104958.598000', '104958.601000', '104958.604000', '104958.606000', '104958.609000', '104958.611000', '104958.614000', '104958.616000', '104958.619000', '104958.622000', '104958.624000', '104958.627000', '104958.629000', '104958.632000', '104958.635000', '104958.637000', '104958.640000', '104958.642000', '104958.645000', '104958.648000', '104958.650000', '104958.653000', '104958.655000', '104958.658000', '105018.550000', '105018.552000', '105018.555000', '105018.558000', '105018.560000', '105018.563000', '105018.566000', '105018.568000', '105018.571000', '105018.573000', '105018.576000', '105018.578000', '105018.581000', '105018.584000', '105018.586000', '105018.589000', '105018.592000', '105018.594000', '105018.597000', '105018.599000', '105018.602000', '105018.605000', '105018.607000', '105018.610000', '105018.612000', '105018.615000', '105018.617000', '105018.620000', '105018.623000', '105018.625000', '105018.628000', '105018.631000', '105018.633000', '105018.636000', '105018.638000', '105018.641000', '105018.643000', '105018.646000', '105018.649000', '105018.651000', '105018.654000', '105018.656000', '105018.659000', '105018.662000', '105038.550000', '105038.552000', '105038.555000', '105038.558000', '105038.560000', '105038.563000', '105038.565000', '105038.568000', '105038.570000', '105038.573000', '105038.576000', '105038.578000', '105038.581000', '105038.583000', '105038.586000', '105038.589000', '105038.591000', '105038.594000', '105038.597000', '105038.599000', '105038.602000', '105038.604000', '105038.607000', '105038.610000', '105038.612000', '105038.615000', '105038.617000', '105038.620000', '105038.623000', '105038.625000', '105038.628000', '105038.630000', '105038.633000', '105038.635000', '105038.638000', '105038.641000', '105038.643000', '105038.646000', '105038.648000', '105038.651000', '105038.654000', '105038.656000', '105038.659000', '105058.549000', '105058.552000', '105058.555000', '105058.557000', '105058.561000', '105058.563000', '105058.566000', '105058.569000', '105058.571000', '105058.574000', '105058.576000', '105058.579000', '105058.582000', '105058.584000', '105058.587000', '105058.590000', '105058.592000', '105058.595000', '105058.598000', '105058.600000', '105058.603000', '105058.605000', '105058.608000', '105058.610000', '105058.613000', '105058.616000', '105058.619000', '105058.622000', '105058.624000', '105058.627000', '105058.630000', '105058.632000', '105058.635000', '105058.637000', '105058.640000', '105058.643000', '105058.645000', '105058.648000', '105058.650000', '105058.653000', '105058.656000', '105058.658000', '105058.661000', '105118.549000', '105118.552000', '105118.555000', '105118.557000', '105118.560000', '105118.563000', '105118.565000', '105118.568000', '105118.570000', '105118.573000', '105118.575000', '105118.578000', '105118.581000', '105118.583000', '105118.586000', '105118.614000', '105118.617000', '105118.619000', '105118.622000', '105118.624000', '105118.627000', '105118.629000', '105118.632000', '105118.636000', '105118.639000', '105118.641000', '105118.644000', '105118.646000', '105118.649000', '105118.652000', '105118.654000', '105118.657000', '105118.659000', '105118.662000', '105118.665000', '105118.667000', '105118.670000', '105118.672000', '105118.675000', '105118.677000', '105118.680000', '105118.683000', '105118.685000', '105118.688000', '105138.548000', '105138.551000', '105138.554000', '105138.556000', '105138.559000', '105138.561000', '105138.564000', '105138.567000', '105138.569000', '105138.572000', '105138.574000', '105138.577000', '105138.579000', '105138.582000', '105138.585000', '105138.587000', '105138.590000', '105138.592000', '105138.595000', '105138.598000', '105138.600000', '105138.603000', '105138.605000', '105138.608000', '105138.611000', '105138.613000', '105138.616000', '105138.618000', '105138.621000', '105138.623000', '105138.626000', '105138.629000', '105138.631000', '105138.634000', '105138.636000', '105138.639000', '105138.641000', '105138.644000', '105138.647000', '105138.649000', '105138.652000', '105138.654000', '105138.657000', '105138.660000', '105153.741000', '105153.744000', '105153.747000', '105153.749000', '105153.752000', '105153.755000', '105153.758000', '105153.761000', '105153.763000', '105153.766000', '105153.769000', '105153.772000', '105153.775000', '105153.778000', '105153.781000', '105153.783000', '105153.786000', '105153.789000', '105153.791000', '105153.794000', '105153.797000', '105153.799000', '105153.802000', '105153.805000', '105153.807000', '105153.810000', '105153.816000', '105153.819000', '105153.823000', '105153.827000', '105153.830000', '105153.833000', '105153.837000'], 'InstanceCreationTime': ['104538.578000', '104538.581000', '104538.584000', '104538.587000', '104538.589000', '104538.592000', '104538.594000', '104538.597000', '104538.599000', '104538.602000', '104538.605000', '104538.607000', '104538.610000', '104538.612000', '104538.615000', '104538.618000', '104538.627000', '104538.629000', '104538.632000', '104538.634000', '104538.637000', '104538.639000', '104538.642000', '104538.645000', '104538.647000', '104538.650000', '104538.652000', '104538.655000', '104538.657000', '104538.660000', '104538.662000', '104538.665000', '104538.668000', '104538.670000', '104538.673000', '104538.675000', '104538.678000', '104538.681000', '104538.683000', '104538.686000', '104538.688000', '104538.691000', '104538.693000', '104538.696000', '104538.699000', '104538.701000', '104538.704000', '104538.706000', '104538.709000', '104538.711000', '104538.714000', '104538.717000', '104538.719000', '104538.722000', '104538.724000', '104538.727000', '104558.550000', '104558.552000', '104558.555000', '104558.558000', '104558.560000', '104558.563000', '104558.565000', '104558.568000', '104558.570000', '104558.573000', '104558.576000', '104558.578000', '104558.581000', '104558.584000', '104558.587000', '104558.590000', '104558.593000', '104558.595000', '104558.598000', '104558.600000', '104558.603000', '104558.605000', '104558.608000', '104558.610000', '104558.613000', '104558.616000', '104558.618000', '104558.621000', '104558.623000', '104558.626000', '104558.628000', '104558.631000', '104558.634000', '104558.636000', '104558.639000', '104558.642000', '104558.645000', '104558.648000', '104558.650000', '104558.653000', '104558.656000', '104558.658000', '104558.661000', '104618.549000', '104618.552000', '104618.555000', '104618.557000', '104618.560000', '104618.563000', '104618.565000', '104618.568000', '104618.570000', '104618.573000', '104618.575000', '104618.578000', '104618.580000', '104618.583000', '104618.586000', '104618.588000', '104618.591000', '104618.594000', '104618.596000', '104618.599000', '104618.601000', '104618.604000', '104618.606000', '104618.609000', '104618.612000', '104618.614000', '104618.617000', '104618.619000', '104618.622000', '104618.624000', '104618.627000', '104618.630000', '104618.632000', '104618.635000', '104618.637000', '104618.640000', '104618.643000', '104618.645000', '104618.648000', '104618.650000', '104618.653000', '104618.656000', '104618.658000', '104618.661000', '104638.549000', '104638.552000', '104638.555000', '104638.557000', '104638.560000', '104638.562000', '104638.565000', '104638.568000', '104638.570000', '104638.573000', '104638.575000', '104638.578000', '104638.580000', '104638.583000', '104638.586000', '104638.588000', '104638.591000', '104638.593000', '104638.596000', '104638.599000', '104638.602000', '104638.604000', '104638.607000', '104638.610000', '104638.612000', '104638.615000', '104638.632000', '104638.635000', '104638.637000', '104638.640000', '104638.642000', '104638.645000', '104638.648000', '104638.650000', '104638.653000', '104638.655000', '104638.658000', '104638.660000', '104638.663000', '104638.665000', '104638.668000', '104638.671000', '104638.673000', '104658.549000', '104658.552000', '104658.555000', '104658.557000', '104658.560000', '104658.563000', '104658.565000', '104658.568000', '104658.570000', '104658.573000', '104658.576000', '104658.578000', '104658.581000', '104658.583000', '104658.586000', '104658.589000', '104658.591000', '104658.594000', '104658.596000', '104658.599000', '104658.602000', '104658.604000', '104658.607000', '104658.609000', '104658.612000', '104658.615000', '104658.617000', '104658.620000', '104658.622000', '104658.625000', '104658.628000', '104658.630000', '104658.633000', '104658.635000', '104658.638000', '104658.640000', '104658.643000', '104658.646000', '104658.648000', '104658.651000', '104658.653000', '104658.656000', '104658.659000', '104658.661000', '104718.548000', '104718.551000', '104718.554000', '104718.556000', '104718.559000', '104718.561000', '104718.564000', '104718.567000', '104718.569000', '104718.572000', '104718.575000', '104718.577000', '104718.580000', '104718.582000', '104718.585000', '104718.587000', '104718.590000', '104718.593000', '104718.595000', '104718.598000', '104718.600000', '104718.603000', '104718.606000', '104718.608000', '104718.611000', '104718.614000', '104718.616000', '104718.619000', '104718.621000', '104718.624000', '104718.626000', '104718.629000', '104718.632000', '104718.634000', '104718.637000', '104718.639000', '104718.642000', '104718.644000', '104718.647000', '104718.650000', '104718.652000', '104718.655000', '104718.657000', '104738.548000', '104738.551000', '104738.554000', '104738.556000', '104738.559000', '104738.561000', '104738.564000', '104738.566000', '104738.569000', '104738.571000', '104738.574000', '104738.577000', '104738.579000', '104738.582000', '104738.584000', '104738.587000', '104738.590000', '104738.592000', '104738.595000', '104738.597000', '104738.600000', '104738.603000', '104738.605000', '104738.608000', '104738.610000', '104738.613000', '104738.616000', '104738.618000', '104738.621000', '104738.623000', '104738.626000', '104738.629000', '104738.631000', '104738.634000', '104738.637000', '104738.639000', '104738.642000', '104738.644000', '104738.647000', '104738.649000', '104738.652000', '104738.655000', '104738.657000', '104738.660000', '104758.550000', '104758.552000', '104758.555000', '104758.558000', '104758.560000', '104758.563000', '104758.565000', '104758.568000', '104758.570000', '104758.573000', '104758.576000', '104758.578000', '104758.581000', '104758.583000', '104758.586000', '104758.589000', '104758.620000', '104758.623000', '104758.625000', '104758.628000', '104758.631000', '104758.633000', '104758.636000', '104758.638000', '104758.641000', '104758.644000', '104758.647000', '104758.650000', '104758.653000', '104758.655000', '104758.658000', '104758.661000', '104758.663000', '104758.666000', '104758.668000', '104758.671000', '104758.674000', '104758.676000', '104758.679000', '104758.681000', '104758.684000', '104758.687000', '104758.689000', '104818.550000', '104818.553000', '104818.555000', '104818.558000', '104818.560000', '104818.563000', '104818.565000', '104818.568000', '104818.579000', '104818.582000', '104818.585000', '104818.587000', '104818.590000', '104818.592000', '104818.595000', '104818.598000', '104818.600000', '104818.603000', '104818.605000', '104818.608000', '104818.611000', '104818.613000', '104818.616000', '104818.618000', '104818.621000', '104818.623000', '104818.626000', '104818.629000', '104818.631000', '104818.634000', '104818.637000', '104818.639000', '104818.642000', '104818.644000', '104818.647000', '104818.649000', '104818.652000', '104818.655000', '104818.657000', '104818.660000', '104818.662000', '104818.665000', '104818.667000', '104818.670000', '104838.549000', '104838.552000', '104838.555000', '104838.557000', '104838.560000', '104838.563000', '104838.565000', '104838.568000', '104838.570000', '104838.573000', '104838.575000', '104838.578000', '104838.581000', '104838.583000', '104838.586000', '104838.592000', '104838.595000', '104838.597000', '104838.600000', '104838.603000', '104838.605000', '104838.608000', '104838.610000', '104838.613000', '104838.616000', '104838.618000', '104838.621000', '104838.623000', '104838.626000', '104838.628000', '104838.631000', '104838.634000', '104838.637000', '104838.639000', '104838.642000', '104838.644000', '104838.647000', '104838.650000', '104838.652000', '104838.655000', '104838.657000', '104838.660000', '104838.663000', '104858.550000', '104858.552000', '104858.555000', '104858.558000', '104858.560000', '104858.563000', '104858.565000', '104858.568000', '104858.571000', '104858.573000', '104858.576000', '104858.578000', '104858.581000', '104858.583000', '104858.586000', '104858.589000', '104858.591000', '104858.594000', '104858.597000', '104858.599000', '104858.602000', '104858.605000', '104858.607000', '104858.610000', '104858.613000', '104858.615000', '104858.618000', '104858.620000', '104858.623000', '104858.625000', '104858.628000', '104858.631000', '104858.634000', '104858.636000', '104858.639000', '104858.641000', '104858.644000', '104858.647000', '104858.649000', '104858.652000', '104858.654000', '104858.657000', '104858.659000', '104858.662000', '104918.549000', '104918.552000', '104918.555000', '104918.558000', '104918.560000', '104918.563000', '104918.565000', '104918.568000', '104918.570000', '104918.573000', '104918.576000', '104918.578000', '104918.581000', '104918.584000', '104918.586000', '104918.589000', '104918.592000', '104918.594000', '104918.597000', '104918.600000', '104918.602000', '104918.605000', '104918.607000', '104918.610000', '104918.613000', '104918.615000', '104918.618000', '104918.620000', '104918.623000', '104918.626000', '104918.628000', '104918.631000', '104918.634000', '104918.636000', '104918.639000', '104918.641000', '104918.644000', '104918.647000', '104918.649000', '104918.652000', '104918.654000', '104918.657000', '104918.660000', '104938.548000', '104938.551000', '104938.554000', '104938.556000', '104938.559000', '104938.562000', '104938.564000', '104938.567000', '104938.569000', '104938.572000', '104938.575000', '104938.577000', '104938.580000', '104938.583000', '104938.585000', '104938.588000', '104938.591000', '104938.593000', '104938.596000', '104938.598000', '104938.601000', '104938.604000', '104938.606000', '104938.609000', '104938.611000', '104938.614000', '104938.617000', '104938.619000', '104938.622000', '104938.624000', '104938.627000', '104938.630000', '104938.632000', '104938.635000', '104938.638000', '104938.640000', '104938.643000', '104938.645000', '104938.648000', '104938.651000', '104938.653000', '104938.656000', '104938.659000', '104938.661000', '104958.548000', '104958.551000', '104958.554000', '104958.556000', '104958.559000', '104958.562000', '104958.564000', '104958.567000', '104958.569000', '104958.572000', '104958.574000', '104958.577000', '104958.580000', '104958.582000', '104958.585000', '104958.588000', '104958.590000', '104958.593000', '104958.596000', '104958.598000', '104958.601000', '104958.604000', '104958.606000', '104958.609000', '104958.611000', '104958.614000', '104958.616000', '104958.619000', '104958.622000', '104958.624000', '104958.627000', '104958.629000', '104958.632000', '104958.635000', '104958.637000', '104958.640000', '104958.642000', '104958.645000', '104958.648000', '104958.650000', '104958.653000', '104958.655000', '104958.658000', '105018.550000', '105018.552000', '105018.555000', '105018.558000', '105018.560000', '105018.563000', '105018.566000', '105018.568000', '105018.571000', '105018.573000', '105018.576000', '105018.578000', '105018.581000', '105018.584000', '105018.586000', '105018.589000', '105018.592000', '105018.594000', '105018.597000', '105018.599000', '105018.602000', '105018.605000', '105018.607000', '105018.610000', '105018.612000', '105018.615000', '105018.617000', '105018.620000', '105018.623000', '105018.625000', '105018.628000', '105018.631000', '105018.633000', '105018.636000', '105018.638000', '105018.641000', '105018.643000', '105018.646000', '105018.649000', '105018.651000', '105018.654000', '105018.656000', '105018.659000', '105018.662000', '105038.550000', '105038.552000', '105038.555000', '105038.558000', '105038.560000', '105038.563000', '105038.565000', '105038.568000', '105038.570000', '105038.573000', '105038.576000', '105038.578000', '105038.581000', '105038.583000', '105038.586000', '105038.589000', '105038.591000', '105038.594000', '105038.597000', '105038.599000', '105038.602000', '105038.604000', '105038.607000', '105038.610000', '105038.612000', '105038.615000', '105038.617000', '105038.620000', '105038.623000', '105038.625000', '105038.628000', '105038.630000', '105038.633000', '105038.635000', '105038.638000', '105038.641000', '105038.643000', '105038.646000', '105038.648000', '105038.651000', '105038.654000', '105038.656000', '105038.659000', '105058.549000', '105058.552000', '105058.555000', '105058.557000', '105058.561000', '105058.563000', '105058.566000', '105058.569000', '105058.571000', '105058.574000', '105058.576000', '105058.579000', '105058.582000', '105058.584000', '105058.587000', '105058.590000', '105058.592000', '105058.595000', '105058.598000', '105058.600000', '105058.603000', '105058.605000', '105058.608000', '105058.610000', '105058.613000', '105058.616000', '105058.619000', '105058.622000', '105058.624000', '105058.627000', '105058.630000', '105058.632000', '105058.635000', '105058.637000', '105058.640000', '105058.643000', '105058.645000', '105058.648000', '105058.650000', '105058.653000', '105058.656000', '105058.658000', '105058.661000', '105118.549000', '105118.552000', '105118.555000', '105118.557000', '105118.560000', '105118.563000', '105118.565000', '105118.568000', '105118.570000', '105118.573000', '105118.575000', '105118.578000', '105118.581000', '105118.583000', '105118.586000', '105118.614000', '105118.617000', '105118.619000', '105118.622000', '105118.624000', '105118.627000', '105118.629000', '105118.632000', '105118.636000', '105118.639000', '105118.641000', '105118.644000', '105118.646000', '105118.649000', '105118.652000', '105118.654000', '105118.657000', '105118.659000', '105118.662000', '105118.665000', '105118.667000', '105118.670000', '105118.672000', '105118.675000', '105118.677000', '105118.680000', '105118.683000', '105118.685000', '105118.688000', '105138.548000', '105138.551000', '105138.554000', '105138.556000', '105138.559000', '105138.561000', '105138.564000', '105138.567000', '105138.569000', '105138.572000', '105138.574000', '105138.577000', '105138.579000', '105138.582000', '105138.585000', '105138.587000', '105138.590000', '105138.592000', '105138.595000', '105138.598000', '105138.600000', '105138.603000', '105138.605000', '105138.608000', '105138.611000', '105138.613000', '105138.616000', '105138.618000', '105138.621000', '105138.623000', '105138.626000', '105138.629000', '105138.631000', '105138.634000', '105138.636000', '105138.639000', '105138.641000', '105138.644000', '105138.647000', '105138.649000', '105138.652000', '105138.654000', '105138.657000', '105138.660000', '105153.741000', '105153.744000', '105153.747000', '105153.749000', '105153.752000', '105153.755000', '105153.758000', '105153.761000', '105153.763000', '105153.766000', '105153.769000', '105153.772000', '105153.775000', '105153.778000', '105153.781000', '105153.783000', '105153.786000', '105153.789000', '105153.791000', '105153.794000', '105153.797000', '105153.799000', '105153.802000', '105153.805000', '105153.807000', '105153.810000', '105153.816000', '105153.819000', '105153.823000', '105153.827000', '105153.830000', '105153.833000', '105153.837000'], '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': [12912, 14257, 16071, 13281, 14278, 16210, 12619, 14557, 14660, 13441, 14288, 16735, 13845, 14478, 12805, 14302, 14062, 12211, 14460, 13203, 13578, 14243, 15414, 13871, 14331, 16766, 13738, 14598, 13709, 14752, 14233, 12143, 14424, 14016, 12831, 14299, 15116, 12817, 14484, 14533, 13348, 14459, 13893, 13198, 14752, 14261, 13190, 14629, 13874, 13049, 14681, 13994, 12921, 14612, 14415, 13183, 14758, 14039, 13387, 14392, 14499, 13623, 14621, 14350, 12530, 14393, 12546, 13126, 14893, 13780, 12481, 14841, 15005, 13889, 14820, 14663, 13505, 15024, 13951, 12908, 14697, 13770, 12364, 14519, 13955, 12341, 14247, 14709, 12832, 14333, 14694, 12669, 14067, 14168, 12820, 14282, 14419, 15312, 13987, 14134, 14157, 13617, 14220, 14456, 13311, 14209, 14406, 12664, 14207, 13753, 11924, 14099, 13157, 11296, 14364, 13106, 12188, 14238, 14141, 12040, 14119, 13597, 11676, 14207, 14255, 12532, 14371, 14102, 12372, 14137, 14552, 13113, 14387, 12150, 10983, 13912, 13175, 11977, 14546, 13907, 11167, 14212, 14282, 12147, 14328, 14456, 12302, 14414, 14684, 13650, 14805, 14691, 16429, 13348, 14581, 14135, 11565, 14486, 14283, 12420, 14763, 14654, 13786, 14585, 14668, 13126, 14944, 14745, 12984, 14800, 14587, 12555, 14673, 14825, 16027, 14449, 14765, 15577, 14235, 14890, 14950, 13061, 14640, 14113, 12768, 14860, 14590, 13145, 15118, 14769, 13037, 14954, 12391, 13663, 14648, 14545, 15829, 14472, 14866, 15632, 14152, 15077, 14107, 13960, 14924, 13301, 12683, 14885, 12606, 13442, 14965, 14024, 13357, 14878, 14035, 13390, 15058, 14613, 14045, 15076, 14500, 12445, 14738, 14610, 13164, 14789, 14664, 14312, 14901, 14716, 15237, 14827, 15020, 15434, 13819, 15042, 15124, 13847, 14801, 14194, 13521, 14470, 14911, 13634, 14679, 13789, 13639, 14348, 14442, 13392, 14638, 14134, 11977, 14051, 12949, 10979, 14054, 13982, 11726, 13897, 12443, 11173, 13977, 14233, 13094, 14475, 15112, 12803, 14378, 14560, 12275, 14629, 14350, 12362, 14612, 14095, 12084, 14723, 14500, 13172, 14869, 14607, 15605, 14034, 14947, 13552, 14715, 14566, 15404, 13959, 14754, 14255, 14046, 14277, 13661, 12865, 14706, 13993, 12953, 14962, 14467, 12157, 15011, 14447, 15174, 14592, 14834, 14134, 14453, 14724, 14192, 13767, 14892, 13730, 13737, 15002, 13617, 13011, 14531, 13017, 13322, 14880, 14659, 13099, 15014, 14711, 13800, 15082, 14851, 12226, 15222, 14871, 15772, 14284, 15087, 13578, 15081, 15044, 12988, 14514, 14906, 10500, 12839, 14727, 14790, 15282, 11854, 14972, 15116, 11500, 15150, 16300, 16845, 13896, 15276, 15351, 14506, 14577, 15121, 13724, 14774, 13763, 12331, 14382, 13195, 11808, 14444, 14420, 11365, 13936, 12611, 11657, 14481, 14709, 12073, 14396, 14767, 13288, 14098, 14657, 15429, 13742, 14720, 13984, 11757, 14192, 14437, 12098, 14487, 14641, 14158, 14344, 14855, 15417, 13768, 14866, 14131, 13241, 14456, 13767, 13449, 14573, 13294, 13149, 14314, 13380, 12272, 14084, 14606, 12711, 14488, 14982, 12657, 14254, 14712, 15372, 13675, 14671, 13503, 13757, 14744, 13836, 12768, 14641, 14406, 11437, 14834, 14991, 12692, 14821, 14868, 12630, 14640, 14783, 14523, 14811, 14701, 16427, 14086, 14999, 14058, 14836, 14857, 14680, 14272, 14874, 14976, 13868, 14719, 14517, 13113, 14926, 14360, 16698, 14129, 14854, 14338, 14468, 14829, 13558, 13845, 14628, 13316, 14332, 15067, 12222, 14686, 14826, 12916, 15282, 14819, 16200, 14824, 14736, 15518, 14445, 14885, 14426, 14691, 15102, 14558, 14394, 14661, 13984, 14167, 14891, 12452, 15145, 14966, 12809, 14785, 14666, 14352, 15302, 14361, 13099, 15147, 14494, 16426, 14527, 14435, 13714, 14959, 14578, 15884, 14721, 14422, 15007, 14793, 14821, 14666, 14439, 14931, 13654, 13783, 14537, 12476, 14420, 14982, 13794, 13714, 15050, 13464, 13639, 14944, 14484, 13026, 14908, 14525, 13197, 14893, 14968, 13706, 15187, 14914, 12528, 14844, 12318, 14289, 15148, 14649, 12648, 14716, 14837, 12808, 14526, 14900, 15780, 14124, 14658, 14045, 14146, 14938, 14122, 13138, 14374, 13388, 12956, 14220, 13032, 12159, 14155, 13186, 12876, 14313, 14449, 13418, 14695, 11219, 14032, 14577, 15977, 14193, 14719, 14853, 13532, 14686, 14149, 13288, 14479, 13992, 12740, 14627, 13811, 12976, 14391, 13953, 12676, 14957, 14138, 12656, 14739, 14256, 12255, 14730, 14390, 13264, 14440, 13964, 13267, 14621, 14005, 12563, 14763, 14052, 15008, 14423, 14502, 16102, 14622, 14585, 14458, 14043, 14750, 13932, 14195, 14753, 13962, 13468, 15132, 14123, 12451, 14923, 14399, 12391, 14409, 11493, 11951, 14304, 14938, 12643, 14670, 14641, 13011, 14523, 14741, 15782, 14801, 14692, 15153, 13994, 14576, 14447, 13578, 14828, 13950, 11912, 14991, 13934, 12695, 14831, 13930, 15140, 14525, 14264, 15070, 13686, 14255, 14350, 13859, 14169, 13944, 13096, 14486, 12539, 13606, 14437, 12884, 13419, 14164, 13616, 14376, 14743, 13872, 13788, 14516, 13762, 13264, 14449, 14199, 11971, 14654, 13956, 15946, 14006, 14365, 13766, 14728, 14521, 14751, 13635, 14661, 13726, 13249, 14864, 12973, 13134, 14436, 14387, 12532, 15008, 14687, 14684, 14814, 14600, 15012, 14165, 14845, 13436, 13695, 14681, 14546, 13411, 14727, 14909, 13352, 14576, 14718, 13611, 14644, 15166, 15279, 14460, 14926, 14417, 12599, 14719, 14209, 13225, 14861, 12626, 13208, 14727, 14611, 13546, 14755, 14317, 13021, 14953, 14755, 16261, 14378, 14774, 14052, 13666, 14697, 14006, 12572, 14679, 11992, 12215, 14545, 14233, 12329, 14996, 14358, 13183, 14587, 14529, 15494, 14669, 14462, 16485, 14216, 14508, 13819, 14469, 14768, 13964, 13668, 14841, 14182, 12976, 14571, 14277, 15592, 14397, 14578, 14145, 14326, 14532, 14184, 13644, 14673, 13927, 13945, 14963, 14089, 14261, 14943, 14450, 12252, 15194, 14577, 15335, 14447, 14802, 14669, 14494, 14768, 13941, 13503, 15227, 11862, 13851, 14668, 14244, 12615, 14454, 14009, 12944, 14601, 14063, 15177, 14680, 14100, 15479, 14294, 14382, 13934, 14270, 13864, 15055, 14522, 13694, 13105, 14492, 13666, 15188, 14238, 13561, 13368, 14544, 13688, 14773, 14132, 13458, 13699, 14340, 13611, 16105, 14172, 13604, 13979, 14031, 13663, 15058, 14178, 13703, 15523, 14262, 13873, 14302, 14241, 13488, 14410, 13966, 13679, 14003, 14311, 13518, 14395, 14093, 13505, 14982, 13795, 13826, 13698, 13781, 13592, 12768, 14611], 'WindowCenter': [4761.0, 4755.0, 4740.0, 4716.0, 4724.0, 4722.0, 4701.0, 4711.0, 4712.0, 4701.0, 4711.0, 4720.0, 4699.0, 4699.0, 4688.0, 4710.0, 4699.0, 4689.0, 4709.0, 4696.0, 4700.0, 4712.0, 4708.0, 4700.0, 4712.0, 4719.0, 4700.0, 4711.0, 4696.0, 4710.0, 4698.0, 4687.0, 4710.0, 4700.0, 4689.0, 4698.0, 4707.0, 4688.0, 4697.0, 4697.0, 4688.0, 4697.0, 4696.0, 4685.0, 4697.0, 4695.0, 4681.0, 4695.0, 4684.0, 4673.0, 4695.0, 4684.0, 4685.0, 4696.0, 4696.0, 4671.0, 4694.0, 4694.0, 4685.0, 4696.0, 4696.0, 4682.0, 4697.0, 4694.0, 4683.0, 4698.0, 4686.0, 4697.0, 4709.0, 4697.0, 4688.0, 4708.0, 4709.0, 4710.0, 4711.0, 4707.0, 4699.0, 4709.0, 4695.0, 4698.0, 4711.0, 4699.0, 4689.0, 4710.0, 4698.0, 4689.0, 4708.0, 4708.0, 4689.0, 4697.0, 4698.0, 4685.0, 4697.0, 4697.0, 4686.0, 4697.0, 4698.0, 4696.0, 4696.0, 4696.0, 4696.0, 4697.0, 4699.0, 4697.0, 4685.0, 4697.0, 4693.0, 4686.0, 4696.0, 4696.0, 4676.0, 4697.0, 4685.0, 4676.0, 4698.0, 4687.0, 4687.0, 4698.0, 4697.0, 4687.0, 4698.0, 4697.0, 4678.0, 4699.0, 4708.0, 4684.0, 4710.0, 4698.0, 4689.0, 4709.0, 4711.0, 4685.0, 4708.0, 4687.0, 4680.0, 4712.0, 4701.0, 4691.0, 4712.0, 4701.0, 4688.0, 4713.0, 4712.0, 4701.0, 4708.0, 4710.0, 4689.0, 4710.0, 4708.0, 4699.0, 4710.0, 4712.0, 4709.0, 4688.0, 4700.0, 4696.0, 4675.0, 4695.0, 4697.0, 4687.0, 4707.0, 4708.0, 4695.0, 4709.0, 4709.0, 4698.0, 4709.0, 4708.0, 4698.0, 4710.0, 4708.0, 4689.0, 4711.0, 4713.0, 4710.0, 4699.0, 4708.0, 4705.0, 4698.0, 4707.0, 4706.0, 4688.0, 4696.0, 4696.0, 4684.0, 4698.0, 4696.0, 4682.0, 4707.0, 4707.0, 4687.0, 4708.0, 4686.0, 4698.0, 4709.0, 4711.0, 4708.0, 4698.0, 4707.0, 4704.0, 4696.0, 4707.0, 4696.0, 4697.0, 4708.0, 4685.0, 4687.0, 4709.0, 4685.0, 4697.0, 4707.0, 4701.0, 4686.0, 4697.0, 4694.0, 4682.0, 4697.0, 4705.0, 4697.0, 4705.0, 4695.0, 4685.0, 4710.0, 4708.0, 4688.0, 4710.0, 4708.0, 4699.0, 4710.0, 4709.0, 4708.0, 4708.0, 4708.0, 4708.0, 4698.0, 4708.0, 4708.0, 4699.0, 4711.0, 4698.0, 4688.0, 4710.0, 4708.0, 4699.0, 4708.0, 4699.0, 4699.0, 4697.0, 4696.0, 4698.0, 4710.0, 4698.0, 4677.0, 4699.0, 4687.0, 4678.0, 4696.0, 4710.0, 4689.0, 4712.0, 4688.0, 4679.0, 4712.0, 4708.0, 4713.0, 4725.0, 4711.0, 4701.0, 4712.0, 4710.0, 4690.0, 4710.0, 4711.0, 4687.0, 4711.0, 4697.0, 4689.0, 4710.0, 4709.0, 4688.0, 4698.0, 4697.0, 4696.0, 4697.0, 4707.0, 4686.0, 4697.0, 4698.0, 4693.0, 4686.0, 4696.0, 4695.0, 4697.0, 4697.0, 4696.0, 4686.0, 4697.0, 4697.0, 4686.0, 4697.0, 4695.0, 4677.0, 4696.0, 4698.0, 4694.0, 4697.0, 4696.0, 4694.0, 4697.0, 4709.0, 4687.0, 4697.0, 4709.0, 4697.0, 4698.0, 4707.0, 4698.0, 4688.0, 4698.0, 4685.0, 4698.0, 4707.0, 4698.0, 4688.0, 4709.0, 4710.0, 4697.0, 4709.0, 4708.0, 4688.0, 4710.0, 4712.0, 4709.0, 4699.0, 4709.0, 4700.0, 4722.0, 4722.0, 4701.0, 4723.0, 4724.0, 4681.0, 4715.0, 4721.0, 4714.0, 4725.0, 4704.0, 4726.0, 4725.0, 4693.0, 4712.0, 4723.0, 4720.0, 4687.0, 4707.0, 4697.0, 4699.0, 4709.0, 4697.0, 4687.0, 4694.0, 4684.0, 4674.0, 4697.0, 4686.0, 4677.0, 4698.0, 4696.0, 4677.0, 4699.0, 4688.0, 4689.0, 4708.0, 4709.0, 4687.0, 4699.0, 4708.0, 4696.0, 4700.0, 4710.0, 4709.0, 4698.0, 4699.0, 4686.0, 4677.0, 4698.0, 4697.0, 4676.0, 4694.0, 4698.0, 4686.0, 4697.0, 4698.0, 4708.0, 4695.0, 4696.0, 4695.0, 4684.0, 4697.0, 4696.0, 4688.0, 4699.0, 4684.0, 4687.0, 4698.0, 4696.0, 4687.0, 4699.0, 4696.0, 4687.0, 4698.0, 4709.0, 4688.0, 4699.0, 4709.0, 4705.0, 4699.0, 4712.0, 4700.0, 4712.0, 4722.0, 4709.0, 4700.0, 4713.0, 4711.0, 4691.0, 4723.0, 4712.0, 4701.0, 4710.0, 4709.0, 4690.0, 4722.0, 4712.0, 4711.0, 4711.0, 4710.0, 4708.0, 4699.0, 4710.0, 4699.0, 4711.0, 4710.0, 4710.0, 4710.0, 4711.0, 4709.0, 4700.0, 4710.0, 4710.0, 4688.0, 4709.0, 4698.0, 4704.0, 4697.0, 4698.0, 4697.0, 4696.0, 4706.0, 4686.0, 4697.0, 4708.0, 4698.0, 4710.0, 4719.0, 4690.0, 4712.0, 4723.0, 4702.0, 4722.0, 4725.0, 4722.0, 4709.0, 4710.0, 4708.0, 4708.0, 4708.0, 4699.0, 4709.0, 4708.0, 4697.0, 4698.0, 4709.0, 4699.0, 4710.0, 4708.0, 4689.0, 4711.0, 4710.0, 4700.0, 4711.0, 4711.0, 4698.0, 4708.0, 4709.0, 4687.0, 4709.0, 4699.0, 4705.0, 4696.0, 4696.0, 4684.0, 4696.0, 4708.0, 4697.0, 4694.0, 4697.0, 4694.0, 4696.0, 4694.0, 4692.0, 4685.0, 4698.0, 4684.0, 4685.0, 4694.0, 4673.0, 4697.0, 4706.0, 4695.0, 4687.0, 4697.0, 4686.0, 4687.0, 4707.0, 4698.0, 4687.0, 4708.0, 4696.0, 4687.0, 4710.0, 4709.0, 4696.0, 4710.0, 4707.0, 4687.0, 4711.0, 4691.0, 4710.0, 4720.0, 4710.0, 4691.0, 4712.0, 4710.0, 4687.0, 4701.0, 4713.0, 4710.0, 4699.0, 4710.0, 4696.0, 4700.0, 4713.0, 4699.0, 4688.0, 4710.0, 4698.0, 4700.0, 4712.0, 4700.0, 4702.0, 4710.0, 4698.0, 4702.0, 4723.0, 4713.0, 4711.0, 4724.0, 4693.0, 4725.0, 4726.0, 4724.0, 4712.0, 4710.0, 4697.0, 4700.0, 4712.0, 4700.0, 4700.0, 4708.0, 4700.0, 4689.0, 4706.0, 4696.0, 4688.0, 4709.0, 4699.0, 4686.0, 4696.0, 4696.0, 4684.0, 4698.0, 4696.0, 4688.0, 4697.0, 4696.0, 4686.0, 4696.0, 4695.0, 4688.0, 4709.0, 4698.0, 4687.0, 4696.0, 4699.0, 4705.0, 4695.0, 4696.0, 4704.0, 4693.0, 4694.0, 4683.0, 4684.0, 4695.0, 4696.0, 4681.0, 4697.0, 4687.0, 4683.0, 4696.0, 4697.0, 4682.0, 4697.0, 4697.0, 4685.0, 4710.0, 4690.0, 4702.0, 4722.0, 4726.0, 4703.0, 4723.0, 4724.0, 4698.0, 4711.0, 4723.0, 4721.0, 4711.0, 4710.0, 4696.0, 4699.0, 4707.0, 4698.0, 4698.0, 4708.0, 4698.0, 4674.0, 4708.0, 4698.0, 4687.0, 4705.0, 4708.0, 4705.0, 4698.0, 4697.0, 4695.0, 4696.0, 4709.0, 4698.0, 4699.0, 4698.0, 4695.0, 4689.0, 4708.0, 4689.0, 4699.0, 4709.0, 4687.0, 4700.0, 4711.0, 4696.0, 4700.0, 4709.0, 4700.0, 4699.0, 4700.0, 4698.0, 4688.0, 4710.0, 4699.0, 4676.0, 4709.0, 4700.0, 4707.0, 4697.0, 4697.0, 4695.0, 4709.0, 4710.0, 4696.0, 4696.0, 4710.0, 4695.0, 4689.0, 4711.0, 4697.0, 4699.0, 4711.0, 4709.0, 4689.0, 4711.0, 4709.0, 4710.0, 4711.0, 4712.0, 4707.0, 4699.0, 4711.0, 4697.0, 4700.0, 4712.0, 4710.0, 4700.0, 4712.0, 4709.0, 4697.0, 4712.0, 4710.0, 4711.0, 4712.0, 4721.0, 4712.0, 4701.0, 4710.0, 4710.0, 4690.0, 4711.0, 4710.0, 4700.0, 4711.0, 4689.0, 4701.0, 4710.0, 4712.0, 4701.0, 4712.0, 4712.0, 4699.0, 4722.0, 4711.0, 4721.0, 4709.0, 4710.0, 4698.0, 4700.0, 4711.0, 4697.0, 4689.0, 4711.0, 4691.0, 4702.0, 4713.0, 4722.0, 4702.0, 4713.0, 4713.0, 4700.0, 4724.0, 4723.0, 4713.0, 4710.0, 4712.0, 4719.0, 4712.0, 4713.0, 4699.0, 4711.0, 4711.0, 4700.0, 4699.0, 4711.0, 4700.0, 4700.0, 4708.0, 4710.0, 4709.0, 4700.0, 4709.0, 4697.0, 4708.0, 4710.0, 4710.0, 4700.0, 4709.0, 4699.0, 4698.0, 4711.0, 4699.0, 4696.0, 4700.0, 4698.0, 4688.0, 4711.0, 4713.0, 4707.0, 4710.0, 4709.0, 4697.0, 4700.0, 4710.0, 4711.0, 4697.0, 4712.0, 4687.0, 4711.0, 4724.0, 4713.0, 4691.0, 4713.0, 4709.0, 4701.0, 4712.0, 4713.0, 4707.0, 4697.0, 4698.0, 4696.0, 4698.0, 4698.0, 4698.0, 4699.0, 4699.0, 4696.0, 4699.0, 4697.0, 4687.0, 4697.0, 4699.0, 4694.0, 4696.0, 4686.0, 4684.0, 4695.0, 4697.0, 4694.0, 4694.0, 4686.0, 4683.0, 4694.0, 4694.0, 4693.0, 4683.0, 4684.0, 4682.0, 4683.0, 4695.0, 4693.0, 4686.0, 4686.0, 4692.0, 4696.0, 4695.0, 4694.0, 4695.0, 4685.0, 4682.0, 4683.0, 4696.0, 4684.0, 4695.0, 4688.0, 4693.0, 4687.0, 4697.0, 4694.0, 4695.0, 4699.0, 4694.0, 4696.0, 4699.0, 4686.0, 4707.0], 'WindowWidth': [10399.0, 10381.0, 10349.0, 10308.0, 10316.0, 10309.0, 10276.0, 10291.0, 10292.0, 10275.0, 10292.0, 10302.0, 10270.0, 10271.0, 10254.0, 10284.0, 10273.0, 10255.0, 10284.0, 10266.0, 10272.0, 10294.0, 10286.0, 10273.0, 10293.0, 10299.0, 10270.0, 10292.0, 10266.0, 10285.0, 10270.0, 10252.0, 10287.0, 10277.0, 10255.0, 10267.0, 10282.0, 10252.0, 10265.0, 10267.0, 10251.0, 10263.0, 10264.0, 10244.0, 10262.0, 10261.0, 10235.0, 10257.0, 10244.0, 10225.0, 10256.0, 10243.0, 10244.0, 10262.0, 10265.0, 10223.0, 10255.0, 10256.0, 10242.0, 10261.0, 10264.0, 10239.0, 10262.0, 10259.0, 10241.0, 10266.0, 10250.0, 10265.0, 10284.0, 10267.0, 10252.0, 10283.0, 10284.0, 10285.0, 10292.0, 10283.0, 10269.0, 10283.0, 10263.0, 10267.0, 10290.0, 10273.0, 10256.0, 10285.0, 10268.0, 10256.0, 10283.0, 10286.0, 10255.0, 10266.0, 10273.0, 10244.0, 10262.0, 10265.0, 10246.0, 10263.0, 10269.0, 10262.0, 10261.0, 10263.0, 10260.0, 10264.0, 10272.0, 10266.0, 10245.0, 10264.0, 10254.0, 10247.0, 10265.0, 10264.0, 10233.0, 10263.0, 10246.0, 10234.0, 10268.0, 10253.0, 10250.0, 10267.0, 10266.0, 10250.0, 10267.0, 10266.0, 10240.0, 10271.0, 10285.0, 10245.0, 10285.0, 10268.0, 10256.0, 10284.0, 10290.0, 10248.0, 10280.0, 10254.0, 10246.0, 10293.0, 10279.0, 10261.0, 10291.0, 10276.0, 10258.0, 10295.0, 10296.0, 10274.0, 10283.0, 10290.0, 10255.0, 10284.0, 10283.0, 10268.0, 10285.0, 10292.0, 10287.0, 10250.0, 10269.0, 10263.0, 10231.0, 10261.0, 10268.0, 10251.0, 10277.0, 10282.0, 10260.0, 10281.0, 10284.0, 10266.0, 10284.0, 10285.0, 10268.0, 10286.0, 10284.0, 10257.0, 10291.0, 10299.0, 10288.0, 10269.0, 10283.0, 10275.0, 10265.0, 10280.0, 10280.0, 10252.0, 10262.0, 10265.0, 10241.0, 10265.0, 10261.0, 10239.0, 10278.0, 10280.0, 10248.0, 10280.0, 10251.0, 10268.0, 10286.0, 10295.0, 10284.0, 10266.0, 10279.0, 10272.0, 10261.0, 10280.0, 10263.0, 10262.0, 10279.0, 10249.0, 10250.0, 10282.0, 10249.0, 10264.0, 10280.0, 10278.0, 10248.0, 10264.0, 10261.0, 10239.0, 10264.0, 10278.0, 10264.0, 10274.0, 10261.0, 10246.0, 10285.0, 10284.0, 10254.0, 10285.0, 10285.0, 10269.0, 10284.0, 10284.0, 10281.0, 10281.0, 10284.0, 10282.0, 10266.0, 10283.0, 10281.0, 10268.0, 10289.0, 10269.0, 10252.0, 10285.0, 10280.0, 10268.0, 10285.0, 10271.0, 10267.0, 10266.0, 10263.0, 10265.0, 10287.0, 10269.0, 10236.0, 10268.0, 10253.0, 10238.0, 10265.0, 10290.0, 10255.0, 10289.0, 10254.0, 10242.0, 10291.0, 10284.0, 10294.0, 10314.0, 10293.0, 10273.0, 10292.0, 10288.0, 10258.0, 10287.0, 10295.0, 10253.0, 10287.0, 10269.0, 10254.0, 10285.0, 10288.0, 10252.0, 10266.0, 10267.0, 10262.0, 10261.0, 10278.0, 10249.0, 10264.0, 10269.0, 10257.0, 10245.0, 10261.0, 10259.0, 10263.0, 10265.0, 10264.0, 10247.0, 10263.0, 10264.0, 10245.0, 10263.0, 10262.0, 10234.0, 10262.0, 10267.0, 10257.0, 10262.0, 10263.0, 10257.0, 10263.0, 10282.0, 10251.0, 10262.0, 10282.0, 10263.0, 10266.0, 10282.0, 10268.0, 10250.0, 10267.0, 10247.0, 10265.0, 10280.0, 10270.0, 10252.0, 10283.0, 10285.0, 10263.0, 10282.0, 10283.0, 10253.0, 10284.0, 10293.0, 10283.0, 10270.0, 10286.0, 10273.0, 10304.0, 10307.0, 10274.0, 10310.0, 10312.0, 10247.0, 10301.0, 10305.0, 10295.0, 10314.0, 10283.0, 10317.0, 10321.0, 10268.0, 10293.0, 10317.0, 10304.0, 10249.0, 10278.0, 10263.0, 10265.0, 10283.0, 10266.0, 10247.0, 10256.0, 10241.0, 10228.0, 10263.0, 10247.0, 10235.0, 10265.0, 10261.0, 10236.0, 10270.0, 10254.0, 10255.0, 10282.0, 10287.0, 10249.0, 10269.0, 10282.0, 10262.0, 10272.0, 10287.0, 10283.0, 10264.0, 10267.0, 10249.0, 10233.0, 10266.0, 10265.0, 10233.0, 10256.0, 10266.0, 10247.0, 10262.0, 10267.0, 10280.0, 10260.0, 10264.0, 10258.0, 10243.0, 10266.0, 10261.0, 10250.0, 10268.0, 10244.0, 10250.0, 10268.0, 10264.0, 10250.0, 10267.0, 10266.0, 10249.0, 10267.0, 10283.0, 10253.0, 10268.0, 10284.0, 10275.0, 10270.0, 10291.0, 10273.0, 10290.0, 10307.0, 10288.0, 10272.0, 10293.0, 10291.0, 10260.0, 10307.0, 10294.0, 10273.0, 10288.0, 10286.0, 10259.0, 10306.0, 10296.0, 10290.0, 10287.0, 10289.0, 10282.0, 10269.0, 10287.0, 10271.0, 10286.0, 10288.0, 10288.0, 10285.0, 10290.0, 10285.0, 10269.0, 10287.0, 10290.0, 10252.0, 10280.0, 10269.0, 10272.0, 10260.0, 10268.0, 10264.0, 10260.0, 10278.0, 10249.0, 10263.0, 10283.0, 10269.0, 10286.0, 10300.0, 10260.0, 10291.0, 10309.0, 10277.0, 10306.0, 10315.0, 10308.0, 10283.0, 10286.0, 10282.0, 10280.0, 10285.0, 10272.0, 10282.0, 10282.0, 10265.0, 10267.0, 10285.0, 10271.0, 10286.0, 10285.0, 10257.0, 10289.0, 10290.0, 10272.0, 10290.0, 10293.0, 10270.0, 10282.0, 10285.0, 10249.0, 10282.0, 10273.0, 10276.0, 10261.0, 10263.0, 10243.0, 10261.0, 10282.0, 10265.0, 10257.0, 10264.0, 10257.0, 10259.0, 10258.0, 10254.0, 10244.0, 10265.0, 10244.0, 10244.0, 10256.0, 10227.0, 10261.0, 10278.0, 10262.0, 10249.0, 10264.0, 10250.0, 10247.0, 10277.0, 10269.0, 10249.0, 10279.0, 10263.0, 10249.0, 10285.0, 10286.0, 10262.0, 10285.0, 10281.0, 10251.0, 10288.0, 10261.0, 10284.0, 10301.0, 10289.0, 10258.0, 10288.0, 10286.0, 10250.0, 10272.0, 10294.0, 10285.0, 10267.0, 10285.0, 10262.0, 10271.0, 10293.0, 10272.0, 10253.0, 10288.0, 10270.0, 10272.0, 10292.0, 10277.0, 10278.0, 10289.0, 10269.0, 10277.0, 10311.0, 10295.0, 10293.0, 10313.0, 10269.0, 10315.0, 10321.0, 10314.0, 10291.0, 10289.0, 10268.0, 10270.0, 10291.0, 10274.0, 10271.0, 10283.0, 10276.0, 10253.0, 10277.0, 10263.0, 10251.0, 10283.0, 10272.0, 10248.0, 10261.0, 10265.0, 10244.0, 10264.0, 10265.0, 10251.0, 10263.0, 10263.0, 10247.0, 10262.0, 10263.0, 10251.0, 10281.0, 10269.0, 10249.0, 10262.0, 10271.0, 10275.0, 10259.0, 10266.0, 10275.0, 10254.0, 10258.0, 10241.0, 10242.0, 10261.0, 10263.0, 10236.0, 10261.0, 10249.0, 10238.0, 10258.0, 10264.0, 10238.0, 10262.0, 10264.0, 10244.0, 10286.0, 10261.0, 10279.0, 10309.0, 10319.0, 10281.0, 10308.0, 10311.0, 10271.0, 10291.0, 10311.0, 10306.0, 10287.0, 10287.0, 10266.0, 10266.0, 10280.0, 10268.0, 10264.0, 10279.0, 10269.0, 10229.0, 10279.0, 10265.0, 10248.0, 10275.0, 10284.0, 10275.0, 10266.0, 10266.0, 10260.0, 10262.0, 10285.0, 10267.0, 10267.0, 10269.0, 10259.0, 10253.0, 10281.0, 10255.0, 10269.0, 10285.0, 10255.0, 10270.0, 10289.0, 10265.0, 10271.0, 10287.0, 10277.0, 10269.0, 10271.0, 10268.0, 10252.0, 10284.0, 10273.0, 10234.0, 10281.0, 10275.0, 10277.0, 10262.0, 10264.0, 10260.0, 10282.0, 10288.0, 10266.0, 10261.0, 10284.0, 10261.0, 10253.0, 10290.0, 10269.0, 10269.0, 10287.0, 10286.0, 10254.0, 10287.0, 10287.0, 10287.0, 10287.0, 10292.0, 10282.0, 10269.0, 10288.0, 10267.0, 10270.0, 10291.0, 10290.0, 10271.0, 10289.0, 10286.0, 10265.0, 10290.0, 10291.0, 10291.0, 10291.0, 10305.0, 10292.0, 10272.0, 10287.0, 10288.0, 10257.0, 10289.0, 10292.0, 10271.0, 10288.0, 10257.0, 10273.0, 10289.0, 10295.0, 10274.0, 10289.0, 10291.0, 10268.0, 10304.0, 10291.0, 10304.0, 10283.0, 10289.0, 10271.0, 10271.0, 10287.0, 10269.0, 10254.0, 10289.0, 10265.0, 10276.0, 10295.0, 10311.0, 10276.0, 10292.0, 10293.0, 10273.0, 10311.0, 10313.0, 10294.0, 10286.0, 10293.0, 10300.0, 10289.0, 10295.0, 10272.0, 10286.0, 10288.0, 10275.0, 10268.0, 10287.0, 10274.0, 10270.0, 10282.0, 10289.0, 10285.0, 10270.0, 10285.0, 10268.0, 10281.0, 10288.0, 10289.0, 10270.0, 10282.0, 10271.0, 10266.0, 10286.0, 10272.0, 10263.0, 10268.0, 10267.0, 10252.0, 10286.0, 10294.0, 10282.0, 10285.0, 10285.0, 10266.0, 10270.0, 10290.0, 10292.0, 10263.0, 10288.0, 10254.0, 10288.0, 10310.0, 10297.0, 10260.0, 10292.0, 10287.0, 10273.0, 10292.0, 10296.0, 10281.0, 10263.0, 10268.0, 10261.0, 10264.0, 10267.0, 10264.0, 10266.0, 10269.0, 10263.0, 10266.0, 10268.0, 10250.0, 10264.0, 10271.0, 10260.0, 10259.0, 10248.0, 10241.0, 10259.0, 10267.0, 10258.0, 10257.0, 10249.0, 10239.0, 10255.0, 10260.0, 10255.0, 10239.0, 10243.0, 10238.0, 10240.0, 10261.0, 10254.0, 10246.0, 10247.0, 10252.0, 10259.0, 10261.0, 10257.0, 10257.0, 10246.0, 10240.0, 10241.0, 10262.0, 10244.0, 10257.0, 10252.0, 10254.0, 10247.0, 10265.0, 10259.0, 10259.0, 10269.0, 10259.0, 10263.0, 10271.0, 10249.0, 10279.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.0002247295742232451</td></tr>
<tr><td colspan=3>aqi</td><td>0.016103522899884926</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98008973705066</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2268371920506913</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9958230339055305</td></tr>
<tr><td colspan=3>efc</td><td>0.5119</td></tr>
<tr><td colspan=3>fber</td><td>4875.6123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07796892602585713</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.46029919447640966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5042355330954322</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.550103030109897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.682566572406265</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.280036996770135</td></tr>
<tr><td colspan=3>gcor</td><td>0.00746768</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005891113542020321</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029784327372908592</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.070573129461001</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>32.3288</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.048</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.6887</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288562.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1162.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.4981</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.692</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.1638</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3813.7647</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.868</td></tr>
<tr><td colspan=3>tsnr</td><td>48.30845713382587</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>