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

616 lines
No EOL
106 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-0100_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5e0b163e8cf6b3735627c5db50f790dd</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:12:7.840000</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.999821, 0.0159116, 0.0101995, -0.0136119, 0.980616, -0.195468]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7770, -7237, 88, -140, -56, 54, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4590345b-9fa3-41c2-83a6-19bbd1477ae8||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.682447671890259, -0.03651982918381691, 0.03540227934718132, 110.65784454345703], [-0.04268967732787132, 2.630920171737671, -0.5272938013076782, -81.31256866455078], [0.027364404872059822, 0.5244256854057312, 2.6477742195129395, -100.97154235839844], [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': ['141207.840000', '141208.300000', '141208.760000', '141209.220000', '141209.680000', '141210.140000', '141210.600000', '141211.060000', '141211.520000', '141211.980000', '141212.440000', '141212.900000', '141213.360000', '141213.820000', '141214.280000', '141214.740000', '141215.200000', '141215.660000', '141216.120000', '141216.580000', '141217.040000', '141217.500000', '141217.960000', '141218.420000', '141218.880000', '141219.340000', '141219.800000', '141220.260000', '141220.720000', '141221.180000', '141221.640000', '141222.100000', '141222.560000', '141223.020000', '141223.480000', '141223.940000', '141224.400000', '141224.860000', '141225.320000', '141225.780000', '141226.240000', '141226.700000', '141227.160000', '141227.620000', '141228.080000', '141228.540000', '141229.000000', '141229.460000', '141229.920000', '141230.380000', '141230.840000', '141231.300000', '141231.760000', '141232.220000', '141232.680000', '141233.140000', '141233.600000', '141234.060000', '141234.520000', '141234.980000', '141235.440000', '141235.900000', '141236.360000', '141236.820000', '141237.280000', '141237.740000', '141238.200000', '141238.660000', '141239.120000', '141239.580000', '141240.040000', '141240.500000', '141240.960000', '141241.420000', '141241.880000', '141242.340000', '141242.800000', '141243.260000', '141243.720000', '141244.180000', '141244.640000', '141245.100000', '141245.560000', '141246.020000', '141246.480000', '141246.940000', '141247.400000', '141247.860000', '141248.320000', '141248.780000', '141249.240000', '141249.700000', '141250.160000', '141250.620000', '141251.080000', '141251.540000', '141252.000000', '141252.460000', '141252.920000', '141253.380000', '141253.840000', '141254.300000', '141254.760000', '141255.220000', '141255.680000', '141256.140000', '141256.600000', '141257.060000', '141257.520000', '141257.980000', '141258.440000', '141258.900000', '141259.360000', '141259.820000', '141300.280000', '141300.740000', '141301.200000', '141301.660000', '141302.120000', '141302.580000', '141303.040000', '141303.500000', '141303.960000', '141304.420000', '141304.880000', '141305.340000', '141305.800000', '141306.260000', '141306.720000', '141307.180000', '141307.640000', '141308.100000', '141308.560000', '141309.020000', '141309.480000', '141309.940000', '141310.400000', '141310.860000', '141311.320000', '141311.780000', '141312.240000', '141312.700000', '141313.160000', '141313.620000', '141314.080000', '141314.540000', '141315.000000', '141315.460000', '141315.920000', '141316.380000', '141316.840000', '141317.300000', '141317.760000', '141318.220000', '141318.680000', '141319.140000', '141319.600000', '141320.060000', '141320.520000', '141320.980000', '141321.440000', '141321.900000', '141322.360000', '141322.820000', '141323.280000', '141323.740000', '141324.200000', '141324.660000', '141325.120000', '141325.580000', '141326.040000', '141326.500000', '141326.960000', '141327.420000', '141327.880000', '141328.340000', '141328.800000', '141329.260000', '141329.720000', '141330.180000', '141330.640000', '141331.100000', '141331.560000', '141332.020000', '141332.480000', '141332.940000', '141333.400000', '141333.860000', '141334.320000', '141334.780000', '141335.240000', '141335.700000', '141336.160000', '141336.620000', '141337.080000', '141337.540000', '141338.000000', '141338.460000', '141338.920000', '141339.380000', '141339.840000', '141340.300000', '141340.760000', '141341.220000', '141341.680000', '141342.140000', '141342.600000', '141343.060000', '141343.520000', '141343.980000', '141344.440000', '141344.900000', '141345.360000', '141345.820000', '141346.280000', '141346.740000', '141347.200000', '141347.660000', '141348.120000', '141348.580000', '141349.040000', '141349.500000', '141349.960000', '141350.420000', '141350.880000', '141351.340000', '141351.800000', '141352.260000', '141352.720000', '141353.180000', '141353.640000', '141354.100000', '141354.560000', '141355.020000', '141355.480000', '141355.940000', '141356.400000', '141356.860000', '141357.320000', '141357.780000', '141358.240000', '141358.700000', '141359.160000', '141359.620000', '141400.080000', '141400.540000', '141401.000000', '141401.460000', '141401.920000', '141402.380000', '141402.840000', '141403.300000', '141403.760000', '141404.220000', '141404.680000', '141405.140000', '141405.600000', '141406.060000', '141406.520000', '141406.980000', '141407.440000', '141407.900000', '141408.360000', '141408.820000', '141409.280000', '141409.740000', '141410.200000', '141410.660000', '141411.120000', '141411.580000', '141412.040000', '141412.500000', '141412.960000', '141413.420000', '141413.880000', '141414.340000', '141414.800000', '141415.260000', '141415.720000', '141416.180000', '141416.640000', '141417.100000', '141417.560000', '141418.020000', '141418.480000', '141418.940000', '141419.400000', '141419.860000', '141420.320000', '141420.780000', '141421.240000', '141421.700000', '141422.160000', '141422.620000', '141423.080000', '141423.540000', '141424.000000', '141424.460000', '141424.920000', '141425.380000', '141425.840000', '141426.300000', '141426.760000', '141427.220000', '141427.680000', '141428.140000', '141428.600000', '141429.060000', '141429.520000', '141429.980000', '141430.440000', '141430.900000', '141431.360000', '141431.820000', '141432.280000', '141432.740000', '141433.200000', '141433.660000', '141434.120000', '141434.580000', '141435.040000', '141435.500000', '141435.960000', '141436.420000', '141436.880000', '141437.340000', '141437.800000', '141438.260000', '141438.720000', '141439.180000', '141439.640000', '141440.100000', '141440.560000', '141441.020000', '141441.480000', '141441.940000', '141442.400000', '141442.860000', '141443.320000', '141443.780000', '141444.240000', '141444.700000', '141445.160000', '141445.620000', '141446.080000', '141446.540000', '141447.000000', '141447.460000', '141447.920000', '141448.380000', '141448.840000', '141449.300000', '141449.760000', '141450.220000', '141450.680000', '141451.140000', '141451.600000', '141452.060000', '141452.520000', '141452.980000', '141453.440000', '141453.900000', '141454.360000', '141454.820000', '141455.280000', '141455.740000', '141456.200000', '141456.660000', '141457.120000', '141457.580000', '141458.040000', '141458.500000', '141458.960000', '141459.420000', '141459.880000', '141500.340000', '141500.800000', '141501.260000', '141501.720000', '141502.180000', '141502.640000', '141503.100000', '141503.560000', '141504.020000', '141504.480000', '141504.940000', '141505.400000', '141505.860000', '141506.320000', '141506.780000', '141507.240000', '141507.700000', '141508.160000', '141508.620000', '141509.080000', '141509.540000', '141510.000000', '141510.460000', '141510.920000', '141511.380000', '141511.840000', '141512.300000', '141512.760000', '141513.220000', '141513.680000', '141514.140000', '141514.600000', '141515.060000', '141515.520000', '141515.980000', '141516.440000', '141516.900000', '141517.360000', '141517.820000', '141518.280000', '141518.740000', '141519.200000', '141519.660000', '141520.120000', '141520.580000', '141521.040000', '141521.500000', '141521.960000', '141522.420000', '141522.880000', '141523.340000', '141523.800000', '141524.260000', '141524.720000', '141525.180000', '141525.640000', '141526.100000', '141526.560000', '141527.020000', '141527.480000', '141527.940000', '141528.400000', '141528.860000', '141529.320000', '141529.780000', '141530.240000', '141530.700000', '141531.160000', '141531.620000', '141532.080000', '141532.540000', '141533.000000', '141533.460000', '141533.920000', '141534.380000', '141534.840000', '141535.300000', '141535.760000', '141536.220000', '141536.680000', '141537.140000', '141537.600000', '141538.060000', '141538.520000', '141538.980000', '141539.440000', '141539.900000', '141540.360000', '141540.820000', '141541.280000', '141541.740000', '141542.200000', '141542.660000', '141543.120000', '141543.580000', '141544.040000', '141544.500000', '141544.960000', '141545.420000', '141545.880000', '141546.340000', '141546.800000', '141547.260000', '141547.720000', '141548.180000', '141548.640000', '141549.100000', '141549.560000', '141550.020000', '141550.480000', '141550.940000', '141551.400000', '141551.860000', '141552.320000', '141552.780000', '141553.240000', '141553.700000', '141554.160000', '141554.620000', '141555.080000', '141555.540000', '141556.000000', '141556.460000', '141556.920000', '141557.380000', '141557.840000', '141558.300000', '141558.760000', '141559.220000', '141559.680000', '141600.140000', '141600.600000', '141601.060000', '141601.520000', '141601.980000', '141602.440000', '141602.900000', '141603.360000', '141603.820000', '141604.280000', '141604.740000', '141605.200000', '141605.660000', '141606.120000', '141606.580000', '141607.040000', '141607.500000', '141607.960000', '141608.420000', '141608.880000', '141609.340000', '141609.800000', '141610.260000', '141610.720000', '141611.180000', '141611.640000', '141612.100000', '141612.560000', '141613.020000', '141613.480000', '141613.940000', '141614.400000', '141614.860000', '141615.320000', '141615.780000', '141616.240000', '141616.700000', '141617.160000', '141617.620000', '141618.080000', '141618.540000', '141619.000000', '141619.460000', '141619.920000', '141620.380000', '141620.840000', '141621.300000', '141621.760000', '141622.220000', '141622.680000', '141623.140000', '141623.600000', '141624.060000', '141624.520000', '141624.980000', '141625.440000', '141625.900000', '141626.360000', '141626.820000', '141627.280000', '141627.740000', '141628.200000', '141628.660000', '141629.120000', '141629.580000', '141630.040000', '141630.500000', '141630.960000', '141631.420000', '141631.880000', '141632.340000', '141632.800000', '141633.260000', '141633.720000', '141634.180000', '141634.640000', '141635.100000', '141635.560000', '141636.020000', '141636.480000', '141636.940000', '141637.400000', '141637.860000', '141638.320000', '141638.780000', '141639.240000', '141639.700000', '141640.160000', '141640.620000', '141641.080000', '141641.540000', '141642.000000', '141642.460000', '141642.920000', '141643.380000', '141643.840000', '141644.300000', '141644.760000', '141645.220000', '141645.680000', '141646.140000', '141646.600000', '141647.060000', '141647.520000', '141647.980000', '141648.440000', '141648.900000', '141649.360000', '141649.820000', '141650.280000', '141650.740000', '141651.200000', '141651.660000', '141652.120000', '141652.580000', '141653.040000', '141653.500000', '141653.960000', '141654.420000', '141654.880000', '141655.340000', '141655.800000', '141656.260000', '141656.720000', '141657.180000', '141657.640000', '141658.100000', '141658.560000', '141659.020000', '141659.480000', '141659.940000', '141700.400000', '141700.860000', '141701.320000', '141701.780000', '141702.240000', '141702.700000', '141703.160000', '141703.620000', '141704.080000', '141704.540000', '141705.000000', '141705.460000', '141705.920000', '141706.380000', '141706.840000', '141707.300000', '141707.760000', '141708.220000', '141708.680000', '141709.140000', '141709.600000', '141710.060000', '141710.520000', '141710.980000', '141711.440000', '141711.900000', '141712.360000', '141712.820000', '141713.280000', '141713.740000', '141714.200000', '141714.660000', '141715.120000', '141715.580000', '141716.040000', '141716.500000', '141716.960000', '141717.420000', '141717.880000', '141718.340000', '141718.800000', '141719.260000', '141719.720000', '141720.180000', '141720.640000', '141721.100000', '141721.560000', '141722.020000', '141722.480000', '141722.940000', '141723.400000', '141723.860000', '141724.320000', '141724.780000', '141725.240000', '141725.700000', '141726.160000', '141726.620000', '141727.080000', '141727.540000', '141728.000000', '141728.460000', '141728.920000', '141729.380000', '141729.840000', '141730.300000', '141730.760000', '141731.220000', '141731.680000', '141732.140000', '141732.600000', '141733.060000', '141733.520000', '141733.980000', '141734.440000', '141734.900000', '141735.360000', '141735.820000', '141736.280000', '141736.740000', '141737.200000', '141737.660000', '141738.120000', '141738.580000', '141739.040000', '141739.500000', '141739.960000', '141740.420000', '141740.880000', '141741.340000', '141741.800000', '141742.260000', '141742.720000', '141743.180000', '141743.640000', '141744.100000', '141744.560000', '141745.020000', '141745.480000', '141745.940000', '141746.400000', '141746.860000', '141747.320000', '141747.780000', '141748.240000', '141748.700000', '141749.160000', '141749.620000', '141750.080000', '141750.540000', '141751.000000', '141751.460000', '141751.920000', '141752.380000', '141752.840000', '141753.300000', '141753.760000', '141754.220000', '141754.680000', '141755.140000', '141755.600000', '141756.060000', '141756.520000', '141756.980000', '141757.440000', '141757.900000', '141758.360000', '141758.820000', '141759.280000', '141759.740000', '141800.200000', '141800.660000', '141801.120000', '141801.580000', '141802.040000', '141802.500000', '141802.960000', '141803.420000', '141803.880000', '141804.340000', '141804.800000', '141805.260000', '141805.720000', '141806.180000', '141806.640000', '141807.100000', '141807.560000', '141808.020000', '141808.480000', '141808.940000', '141809.400000', '141809.860000', '141810.320000', '141810.780000', '141811.240000', '141811.700000', '141812.160000', '141812.620000', '141813.080000', '141813.540000', '141814.000000', '141814.460000', '141814.920000', '141815.380000', '141815.840000', '141816.300000', '141816.760000', '141817.220000', '141817.680000', '141818.140000', '141818.600000', '141819.060000', '141819.520000', '141819.980000', '141820.440000', '141820.900000', '141821.360000', '141821.820000', '141822.280000', '141822.740000', '141823.200000', '141823.660000', '141824.120000', '141824.580000', '141825.040000', '141825.500000', '141825.960000', '141826.420000', '141826.880000', '141827.340000', '141827.800000', '141828.260000', '141828.720000', '141829.180000', '141829.640000', '141830.100000', '141830.560000', '141831.020000', '141831.480000', '141831.940000', '141832.400000', '141832.860000', '141833.320000', '141833.780000', '141834.240000', '141834.700000', '141835.160000', '141835.620000', '141836.080000', '141836.540000', '141837.000000', '141837.460000', '141837.920000', '141838.380000', '141838.840000', '141839.300000', '141839.760000', '141840.220000', '141840.680000', '141841.140000', '141841.600000', '141842.060000', '141842.520000', '141842.980000', '141843.440000', '141843.900000', '141844.360000', '141844.820000', '141845.280000', '141845.740000', '141846.200000', '141846.660000', '141847.120000', '141847.580000', '141848.040000', '141848.500000'], 'ContentTime': ['141220.595000', '141220.603000', '141220.606000', '141220.615000', '141220.617000', '141220.620000', '141220.622000', '141220.625000', '141220.628000', '141220.630000', '141220.633000', '141220.636000', '141220.638000', '141220.641000', '141220.643000', '141220.654000', '141220.657000', '141220.666000', '141220.668000', '141220.671000', '141220.673000', '141220.676000', '141220.679000', '141220.681000', '141220.684000', '141240.566000', '141240.578000', '141240.587000', '141240.590000', '141240.592000', '141240.595000', '141240.597000', '141240.600000', '141240.603000', '141240.606000', '141240.608000', '141240.611000', '141240.613000', '141240.616000', '141240.619000', '141240.621000', '141240.624000', '141240.626000', '141240.629000', '141240.632000', '141240.634000', '141240.637000', '141240.639000', '141240.642000', '141240.645000', '141240.647000', '141240.650000', '141240.652000', '141240.655000', '141240.658000', '141240.660000', '141240.663000', '141240.665000', '141240.668000', '141240.671000', '141240.673000', '141240.676000', '141240.678000', '141240.681000', '141240.683000', '141240.698000', '141240.701000', '141240.703000', '141300.566000', '141300.569000', '141300.572000', '141300.575000', '141300.577000', '141300.580000', '141300.583000', '141300.585000', '141300.588000', '141300.590000', '141300.593000', '141300.596000', '141300.598000', '141300.601000', '141300.604000', '141300.606000', '141300.609000', '141300.611000', '141300.614000', '141300.617000', '141300.619000', '141300.622000', '141300.624000', '141300.627000', '141300.630000', '141300.632000', '141300.635000', '141300.637000', '141300.640000', '141300.642000', '141300.645000', '141300.648000', '141300.650000', '141300.653000', '141300.656000', '141300.658000', '141300.661000', '141300.663000', '141300.666000', '141300.668000', '141300.671000', '141300.674000', '141300.676000', '141300.679000', '141320.566000', '141320.569000', '141320.571000', '141320.574000', '141320.577000', '141320.579000', '141320.582000', '141320.584000', '141320.587000', '141320.590000', '141320.592000', '141320.595000', '141320.597000', '141320.600000', '141320.603000', '141320.605000', '141320.608000', '141320.611000', '141320.613000', '141320.616000', '141320.619000', '141320.621000', '141320.624000', '141320.626000', '141320.629000', '141320.632000', '141320.634000', '141320.637000', '141320.640000', '141320.647000', '141320.649000', '141320.652000', '141320.655000', '141320.657000', '141320.660000', '141320.662000', '141320.665000', '141320.668000', '141320.670000', '141320.673000', '141320.676000', '141320.678000', '141320.681000', '141340.565000', '141340.568000', '141340.571000', '141340.574000', '141340.576000', '141340.579000', '141340.582000', '141340.584000', '141340.587000', '141340.590000', '141340.592000', '141340.595000', '141340.597000', '141340.600000', '141340.603000', '141340.605000', '141340.608000', '141340.611000', '141340.613000', '141340.616000', '141340.618000', '141340.621000', '141340.624000', '141340.626000', '141340.629000', '141340.632000', '141340.634000', '141340.637000', '141340.651000', '141340.654000', '141340.657000', '141340.659000', '141340.662000', '141340.664000', '141340.667000', '141340.670000', '141340.672000', '141340.675000', '141340.677000', '141340.680000', '141340.683000', '141340.685000', '141340.688000', '141340.690000', '141400.565000', '141400.568000', '141400.571000', '141400.574000', '141400.576000', '141400.579000', '141400.582000', '141400.584000', '141400.587000', '141400.590000', '141400.592000', '141400.595000', '141400.598000', '141400.600000', '141400.603000', '141400.606000', '141400.608000', '141400.611000', '141400.613000', '141400.616000', '141400.619000', '141400.621000', '141400.624000', '141400.627000', '141400.629000', '141400.632000', '141400.634000', '141400.637000', '141400.651000', '141400.654000', '141400.656000', '141400.659000', '141400.661000', '141400.664000', '141400.667000', '141400.669000', '141400.672000', '141400.675000', '141400.677000', '141400.680000', '141400.682000', '141400.685000', '141400.688000', '141420.566000', '141420.568000', '141420.571000', '141420.574000', '141420.576000', '141420.579000', '141420.582000', '141420.584000', '141420.587000', '141420.590000', '141420.592000', '141420.595000', '141420.598000', '141420.600000', '141420.603000', '141420.606000', '141420.608000', '141420.611000', '141420.614000', '141420.616000', '141420.619000', '141420.621000', '141420.624000', '141420.627000', '141420.629000', '141420.632000', '141420.635000', '141420.637000', '141420.640000', '141420.643000', '141420.645000', '141420.648000', '141420.650000', '141420.653000', '141420.656000', '141420.658000', '141420.661000', '141420.664000', '141420.666000', '141420.669000', '141420.672000', '141420.674000', '141420.677000', '141420.679000', '141440.565000', '141440.568000', '141440.572000', '141440.574000', '141440.577000', '141440.579000', '141440.582000', '141440.585000', '141440.587000', '141440.590000', '141440.593000', '141440.595000', '141440.598000', '141440.601000', '141440.603000', '141440.606000', '141440.609000', '141440.611000', '141440.614000', '141440.617000', '141440.619000', '141440.622000', '141440.624000', '141440.627000', '141440.644000', '141440.646000', '141440.649000', '141440.652000', '141440.654000', '141440.657000', '141440.660000', '141440.662000', '141440.665000', '141440.668000', '141440.670000', '141440.673000', '141440.675000', '141440.678000', '141440.681000', '141440.683000', '141440.686000', '141440.688000', '141440.691000', '141500.567000', '141500.569000', '141500.572000', '141500.575000', '141500.577000', '141500.580000', '141500.583000', '141500.585000', '141500.588000', '141500.591000', '141500.593000', '141500.596000', '141500.599000', '141500.601000', '141500.604000', '141500.607000', '141500.609000', '141500.612000', '141500.614000', '141500.617000', '141500.620000', '141500.623000', '141500.625000', '141500.628000', '141500.631000', '141500.633000', '141500.636000', '141500.638000', '141500.641000', '141500.644000', '141500.646000', '141500.649000', '141500.652000', '141500.659000', '141500.662000', '141500.665000', '141500.667000', '141500.670000', '141500.672000', '141500.675000', '141500.678000', '141500.680000', '141500.683000', '141500.686000', '141520.566000', '141520.569000', '141520.572000', '141520.575000', '141520.577000', '141520.580000', '141520.582000', '141520.585000', '141520.588000', '141520.590000', '141520.593000', '141520.596000', '141520.598000', '141520.601000', '141520.604000', '141520.606000', '141520.609000', '141520.611000', '141520.614000', '141520.617000', '141520.619000', '141520.622000', '141520.625000', '141520.638000', '141520.640000', '141520.643000', '141520.646000', '141520.648000', '141520.651000', '141520.654000', '141520.656000', '141520.659000', '141520.661000', '141520.664000', '141520.667000', '141520.669000', '141520.672000', '141520.675000', '141520.677000', '141520.680000', '141520.682000', '141520.685000', '141520.688000', '141540.566000', '141540.569000', '141540.572000', '141540.575000', '141540.579000', '141540.582000', '141540.585000', '141540.588000', '141540.591000', '141540.593000', '141540.596000', '141540.599000', '141540.601000', '141540.604000', '141540.607000', '141540.609000', '141540.612000', '141540.615000', '141540.617000', '141540.620000', '141540.623000', '141540.625000', '141540.628000', '141540.631000', '141540.634000', '141540.637000', '141540.639000', '141540.642000', '141540.645000', '141540.647000', '141540.650000', '141540.653000', '141540.655000', '141540.658000', '141540.661000', '141540.663000', '141540.666000', '141540.669000', '141540.671000', '141540.674000', '141540.676000', '141540.679000', '141540.682000', '141600.566000', '141600.569000', '141600.571000', '141600.574000', '141600.583000', '141600.593000', '141600.596000', '141600.599000', '141600.601000', '141600.604000', '141600.606000', '141600.609000', '141600.612000', '141600.614000', '141600.617000', '141600.620000', '141600.622000', '141600.625000', '141600.628000', '141600.630000', '141600.633000', '141600.635000', '141600.638000', '141600.641000', '141600.643000', '141600.646000', '141600.649000', '141600.651000', '141600.654000', '141600.656000', '141600.659000', '141600.662000', '141600.664000', '141600.667000', '141600.669000', '141600.672000', '141600.675000', '141600.677000', '141600.680000', '141600.683000', '141600.685000', '141600.688000', '141600.690000', '141600.693000', '141620.566000', '141620.569000', '141620.571000', '141620.574000', '141620.577000', '141620.580000', '141620.582000', '141620.585000', '141620.588000', '141620.590000', '141620.598000', '141620.600000', '141620.603000', '141620.606000', '141620.608000', '141620.611000', '141620.614000', '141620.617000', '141620.619000', '141620.622000', '141620.624000', '141620.627000', '141620.630000', '141620.632000', '141620.635000', '141620.638000', '141620.640000', '141620.643000', '141620.646000', '141620.648000', '141620.651000', '141620.654000', '141620.656000', '141620.659000', '141620.662000', '141620.664000', '141620.667000', '141620.669000', '141620.672000', '141620.675000', '141620.677000', '141620.680000', '141620.683000', '141640.565000', '141640.568000', '141640.571000', '141640.574000', '141640.576000', '141640.579000', '141640.582000', '141640.584000', '141640.587000', '141640.590000', '141640.592000', '141640.595000', '141640.598000', '141640.600000', '141640.603000', '141640.606000', '141640.608000', '141640.611000', '141640.614000', '141640.616000', '141640.619000', '141640.622000', '141640.624000', '141640.627000', '141640.629000', '141640.632000', '141640.635000', '141640.637000', '141640.640000', '141640.643000', '141640.645000', '141640.648000', '141640.651000', '141640.653000', '141640.663000', '141640.666000', '141640.669000', '141640.671000', '141640.674000', '141640.677000', '141640.679000', '141640.682000', '141640.685000', '141640.687000', '141700.566000', '141700.568000', '141700.571000', '141700.574000', '141700.576000', '141700.589000', '141700.592000', '141700.594000', '141700.597000', '141700.599000', '141700.602000', '141700.605000', '141700.607000', '141700.610000', '141700.613000', '141700.615000', '141700.619000', '141700.622000', '141700.625000', '141700.627000', '141700.630000', '141700.633000', '141700.635000', '141700.638000', '141700.641000', '141700.643000', '141700.646000', '141700.649000', '141700.651000', '141700.654000', '141700.656000', '141700.659000', '141700.662000', '141700.664000', '141700.667000', '141700.670000', '141700.673000', '141700.675000', '141700.678000', '141700.681000', '141700.683000', '141700.686000', '141700.689000', '141720.566000', '141720.569000', '141720.572000', '141720.575000', '141720.577000', '141720.580000', '141720.582000', '141720.585000', '141720.588000', '141720.590000', '141720.593000', '141720.596000', '141720.598000', '141720.601000', '141720.604000', '141720.606000', '141720.609000', '141720.612000', '141720.614000', '141720.617000', '141720.620000', '141720.622000', '141720.625000', '141720.628000', '141720.630000', '141720.633000', '141720.635000', '141720.638000', '141720.641000', '141720.643000', '141720.646000', '141720.649000', '141720.651000', '141720.654000', '141720.657000', '141720.659000', '141720.662000', '141720.664000', '141720.667000', '141720.670000', '141720.672000', '141720.675000', '141720.678000', '141720.680000', '141740.567000', '141740.589000', '141740.592000', '141740.594000', '141740.597000', '141740.600000', '141740.602000', '141740.605000', '141740.608000', '141740.610000', '141740.613000', '141740.616000', '141740.618000', '141740.621000', '141740.624000', '141740.627000', '141740.629000', '141740.632000', '141740.635000', '141740.637000', '141740.640000', '141740.643000', '141740.645000', '141740.648000', '141740.650000', '141740.653000', '141740.656000', '141740.658000', '141740.661000', '141740.663000', '141740.666000', '141740.669000', '141740.672000', '141740.675000', '141740.678000', '141740.680000', '141740.683000', '141740.686000', '141740.688000', '141740.691000', '141740.694000', '141740.696000', '141740.699000', '141800.565000', '141800.568000', '141800.571000', '141800.574000', '141800.577000', '141800.579000', '141800.582000', '141800.584000', '141800.587000', '141800.590000', '141800.592000', '141800.595000', '141800.598000', '141800.600000', '141800.603000', '141800.606000', '141800.608000', '141800.611000', '141800.614000', '141800.616000', '141800.619000', '141800.621000', '141800.624000', '141800.627000', '141800.629000', '141800.632000', '141800.643000', '141800.645000', '141800.648000', '141800.650000', '141800.653000', '141800.656000', '141800.659000', '141800.661000', '141800.664000', '141800.666000', '141800.669000', '141800.672000', '141800.674000', '141800.677000', '141800.679000', '141800.682000', '141800.685000', '141800.688000', '141820.565000', '141820.568000', '141820.571000', '141820.574000', '141820.576000', '141820.579000', '141820.582000', '141820.584000', '141820.587000', '141820.590000', '141820.592000', '141820.595000', '141820.598000', '141820.601000', '141820.603000', '141820.606000', '141820.621000', '141820.624000', '141820.627000', '141820.629000', '141820.632000', '141820.635000', '141820.638000', '141820.641000', '141820.643000', '141820.646000', '141820.649000', '141820.651000', '141820.654000', '141820.656000', '141820.660000', '141820.663000', '141820.665000', '141820.668000', '141820.671000', '141820.673000', '141820.676000', '141820.679000', '141820.681000', '141820.684000', '141820.686000', '141820.689000', '141820.692000', '141840.566000', '141840.569000', '141840.572000', '141840.575000', '141840.578000', '141840.580000', '141840.583000', '141840.585000', '141840.588000', '141840.591000', '141840.593000', '141840.596000', '141840.599000', '141840.601000', '141840.604000', '141840.607000', '141840.609000', '141840.612000', '141840.615000', '141840.617000', '141840.620000', '141840.622000', '141840.625000', '141840.628000', '141840.630000', '141840.633000', '141840.636000', '141840.638000', '141840.641000', '141840.644000', '141840.647000', '141840.649000', '141840.652000', '141840.655000', '141840.657000', '141840.660000', '141840.663000', '141840.665000', '141840.668000', '141840.671000', '141840.673000', '141840.676000', '141840.679000', '141840.681000', '141850.079000', '141850.082000', '141850.084000', '141850.087000', '141850.090000', '141850.093000', '141850.095000', '141850.098000', '141850.101000', '141850.104000', '141850.106000', '141850.109000', '141850.112000', '141850.115000', '141850.118000', '141850.121000', '141850.124000', '141850.127000', '141850.130000', '141850.133000', '141850.135000'], 'InstanceCreationTime': ['141220.595000', '141220.603000', '141220.606000', '141220.615000', '141220.617000', '141220.620000', '141220.622000', '141220.625000', '141220.628000', '141220.630000', '141220.633000', '141220.636000', '141220.638000', '141220.641000', '141220.643000', '141220.654000', '141220.657000', '141220.666000', '141220.668000', '141220.671000', '141220.673000', '141220.676000', '141220.679000', '141220.681000', '141220.684000', '141240.566000', '141240.578000', '141240.587000', '141240.590000', '141240.592000', '141240.595000', '141240.597000', '141240.600000', '141240.603000', '141240.606000', '141240.608000', '141240.611000', '141240.613000', '141240.616000', '141240.619000', '141240.621000', '141240.624000', '141240.626000', '141240.629000', '141240.632000', '141240.634000', '141240.637000', '141240.639000', '141240.642000', '141240.645000', '141240.647000', '141240.650000', '141240.652000', '141240.655000', '141240.658000', '141240.660000', '141240.663000', '141240.665000', '141240.668000', '141240.671000', '141240.673000', '141240.676000', '141240.678000', '141240.681000', '141240.683000', '141240.698000', '141240.701000', '141240.703000', '141300.566000', '141300.569000', '141300.572000', '141300.575000', '141300.577000', '141300.580000', '141300.583000', '141300.585000', '141300.588000', '141300.590000', '141300.593000', '141300.596000', '141300.598000', '141300.601000', '141300.604000', '141300.606000', '141300.609000', '141300.611000', '141300.614000', '141300.617000', '141300.619000', '141300.622000', '141300.624000', '141300.627000', '141300.630000', '141300.632000', '141300.635000', '141300.637000', '141300.640000', '141300.642000', '141300.645000', '141300.648000', '141300.650000', '141300.653000', '141300.656000', '141300.658000', '141300.661000', '141300.663000', '141300.666000', '141300.668000', '141300.671000', '141300.674000', '141300.676000', '141300.679000', '141320.566000', '141320.569000', '141320.571000', '141320.574000', '141320.577000', '141320.579000', '141320.582000', '141320.584000', '141320.587000', '141320.590000', '141320.592000', '141320.595000', '141320.597000', '141320.600000', '141320.603000', '141320.605000', '141320.608000', '141320.611000', '141320.613000', '141320.616000', '141320.619000', '141320.621000', '141320.624000', '141320.626000', '141320.629000', '141320.632000', '141320.634000', '141320.637000', '141320.640000', '141320.647000', '141320.649000', '141320.652000', '141320.655000', '141320.657000', '141320.660000', '141320.662000', '141320.665000', '141320.668000', '141320.670000', '141320.673000', '141320.676000', '141320.678000', '141320.681000', '141340.565000', '141340.568000', '141340.571000', '141340.574000', '141340.576000', '141340.579000', '141340.582000', '141340.584000', '141340.587000', '141340.590000', '141340.592000', '141340.595000', '141340.597000', '141340.600000', '141340.603000', '141340.605000', '141340.608000', '141340.611000', '141340.613000', '141340.616000', '141340.618000', '141340.621000', '141340.624000', '141340.626000', '141340.629000', '141340.632000', '141340.634000', '141340.637000', '141340.651000', '141340.654000', '141340.657000', '141340.659000', '141340.662000', '141340.664000', '141340.667000', '141340.670000', '141340.672000', '141340.675000', '141340.677000', '141340.680000', '141340.683000', '141340.685000', '141340.688000', '141340.690000', '141400.565000', '141400.568000', '141400.571000', '141400.574000', '141400.576000', '141400.579000', '141400.582000', '141400.584000', '141400.587000', '141400.590000', '141400.592000', '141400.595000', '141400.598000', '141400.600000', '141400.603000', '141400.606000', '141400.608000', '141400.611000', '141400.613000', '141400.616000', '141400.619000', '141400.621000', '141400.624000', '141400.627000', '141400.629000', '141400.632000', '141400.634000', '141400.637000', '141400.651000', '141400.654000', '141400.656000', '141400.659000', '141400.661000', '141400.664000', '141400.667000', '141400.669000', '141400.672000', '141400.675000', '141400.677000', '141400.680000', '141400.682000', '141400.685000', '141400.688000', '141420.566000', '141420.568000', '141420.571000', '141420.574000', '141420.576000', '141420.579000', '141420.582000', '141420.584000', '141420.587000', '141420.590000', '141420.592000', '141420.595000', '141420.598000', '141420.600000', '141420.603000', '141420.606000', '141420.608000', '141420.611000', '141420.614000', '141420.616000', '141420.619000', '141420.621000', '141420.624000', '141420.627000', '141420.629000', '141420.632000', '141420.635000', '141420.637000', '141420.640000', '141420.643000', '141420.645000', '141420.648000', '141420.650000', '141420.653000', '141420.656000', '141420.658000', '141420.661000', '141420.664000', '141420.666000', '141420.669000', '141420.672000', '141420.674000', '141420.677000', '141420.679000', '141440.565000', '141440.568000', '141440.572000', '141440.574000', '141440.577000', '141440.579000', '141440.582000', '141440.585000', '141440.587000', '141440.590000', '141440.593000', '141440.595000', '141440.598000', '141440.601000', '141440.603000', '141440.606000', '141440.609000', '141440.611000', '141440.614000', '141440.617000', '141440.619000', '141440.622000', '141440.624000', '141440.627000', '141440.644000', '141440.646000', '141440.649000', '141440.652000', '141440.654000', '141440.657000', '141440.660000', '141440.662000', '141440.665000', '141440.668000', '141440.670000', '141440.673000', '141440.675000', '141440.678000', '141440.681000', '141440.683000', '141440.686000', '141440.688000', '141440.691000', '141500.567000', '141500.569000', '141500.572000', '141500.575000', '141500.577000', '141500.580000', '141500.583000', '141500.585000', '141500.588000', '141500.591000', '141500.593000', '141500.596000', '141500.599000', '141500.601000', '141500.604000', '141500.607000', '141500.609000', '141500.612000', '141500.614000', '141500.617000', '141500.620000', '141500.623000', '141500.625000', '141500.628000', '141500.631000', '141500.633000', '141500.636000', '141500.638000', '141500.641000', '141500.644000', '141500.646000', '141500.649000', '141500.652000', '141500.659000', '141500.662000', '141500.665000', '141500.667000', '141500.670000', '141500.672000', '141500.675000', '141500.678000', '141500.680000', '141500.683000', '141500.686000', '141520.566000', '141520.569000', '141520.572000', '141520.575000', '141520.577000', '141520.580000', '141520.582000', '141520.585000', '141520.588000', '141520.590000', '141520.593000', '141520.596000', '141520.598000', '141520.601000', '141520.604000', '141520.606000', '141520.609000', '141520.611000', '141520.614000', '141520.617000', '141520.619000', '141520.622000', '141520.625000', '141520.638000', '141520.640000', '141520.643000', '141520.646000', '141520.648000', '141520.651000', '141520.654000', '141520.656000', '141520.659000', '141520.661000', '141520.664000', '141520.667000', '141520.669000', '141520.672000', '141520.675000', '141520.677000', '141520.680000', '141520.682000', '141520.685000', '141520.688000', '141540.566000', '141540.569000', '141540.572000', '141540.575000', '141540.579000', '141540.582000', '141540.585000', '141540.588000', '141540.591000', '141540.593000', '141540.596000', '141540.599000', '141540.601000', '141540.604000', '141540.607000', '141540.609000', '141540.612000', '141540.615000', '141540.617000', '141540.620000', '141540.623000', '141540.625000', '141540.628000', '141540.631000', '141540.634000', '141540.637000', '141540.639000', '141540.642000', '141540.645000', '141540.647000', '141540.650000', '141540.653000', '141540.655000', '141540.658000', '141540.661000', '141540.663000', '141540.666000', '141540.669000', '141540.671000', '141540.674000', '141540.676000', '141540.679000', '141540.682000', '141600.566000', '141600.569000', '141600.571000', '141600.574000', '141600.583000', '141600.593000', '141600.596000', '141600.599000', '141600.601000', '141600.604000', '141600.606000', '141600.609000', '141600.612000', '141600.614000', '141600.617000', '141600.620000', '141600.622000', '141600.625000', '141600.628000', '141600.630000', '141600.633000', '141600.635000', '141600.638000', '141600.641000', '141600.643000', '141600.646000', '141600.649000', '141600.651000', '141600.654000', '141600.656000', '141600.659000', '141600.662000', '141600.664000', '141600.667000', '141600.669000', '141600.672000', '141600.675000', '141600.677000', '141600.680000', '141600.683000', '141600.685000', '141600.688000', '141600.690000', '141600.693000', '141620.566000', '141620.569000', '141620.571000', '141620.574000', '141620.577000', '141620.580000', '141620.582000', '141620.585000', '141620.588000', '141620.590000', '141620.598000', '141620.600000', '141620.603000', '141620.606000', '141620.608000', '141620.611000', '141620.614000', '141620.617000', '141620.619000', '141620.622000', '141620.624000', '141620.627000', '141620.630000', '141620.632000', '141620.635000', '141620.638000', '141620.640000', '141620.643000', '141620.646000', '141620.648000', '141620.651000', '141620.654000', '141620.656000', '141620.659000', '141620.662000', '141620.664000', '141620.667000', '141620.669000', '141620.672000', '141620.675000', '141620.677000', '141620.680000', '141620.683000', '141640.565000', '141640.568000', '141640.571000', '141640.574000', '141640.576000', '141640.579000', '141640.582000', '141640.584000', '141640.587000', '141640.590000', '141640.592000', '141640.595000', '141640.598000', '141640.600000', '141640.603000', '141640.606000', '141640.608000', '141640.611000', '141640.614000', '141640.616000', '141640.619000', '141640.622000', '141640.624000', '141640.627000', '141640.629000', '141640.632000', '141640.635000', '141640.637000', '141640.640000', '141640.643000', '141640.645000', '141640.648000', '141640.651000', '141640.653000', '141640.663000', '141640.666000', '141640.669000', '141640.671000', '141640.674000', '141640.677000', '141640.679000', '141640.682000', '141640.685000', '141640.687000', '141700.566000', '141700.568000', '141700.571000', '141700.574000', '141700.576000', '141700.589000', '141700.592000', '141700.594000', '141700.597000', '141700.599000', '141700.602000', '141700.605000', '141700.607000', '141700.610000', '141700.613000', '141700.615000', '141700.619000', '141700.622000', '141700.625000', '141700.627000', '141700.630000', '141700.633000', '141700.635000', '141700.638000', '141700.641000', '141700.643000', '141700.646000', '141700.649000', '141700.651000', '141700.654000', '141700.656000', '141700.659000', '141700.662000', '141700.664000', '141700.667000', '141700.670000', '141700.673000', '141700.675000', '141700.678000', '141700.681000', '141700.683000', '141700.686000', '141700.689000', '141720.566000', '141720.569000', '141720.572000', '141720.575000', '141720.577000', '141720.580000', '141720.582000', '141720.585000', '141720.588000', '141720.590000', '141720.593000', '141720.596000', '141720.598000', '141720.601000', '141720.604000', '141720.606000', '141720.609000', '141720.612000', '141720.614000', '141720.617000', '141720.620000', '141720.622000', '141720.625000', '141720.628000', '141720.630000', '141720.633000', '141720.635000', '141720.638000', '141720.641000', '141720.643000', '141720.646000', '141720.649000', '141720.651000', '141720.654000', '141720.657000', '141720.659000', '141720.662000', '141720.664000', '141720.667000', '141720.670000', '141720.672000', '141720.675000', '141720.678000', '141720.680000', '141740.567000', '141740.589000', '141740.592000', '141740.594000', '141740.597000', '141740.600000', '141740.602000', '141740.605000', '141740.608000', '141740.610000', '141740.613000', '141740.616000', '141740.618000', '141740.621000', '141740.624000', '141740.627000', '141740.629000', '141740.632000', '141740.635000', '141740.637000', '141740.640000', '141740.643000', '141740.645000', '141740.648000', '141740.650000', '141740.653000', '141740.656000', '141740.658000', '141740.661000', '141740.663000', '141740.666000', '141740.669000', '141740.672000', '141740.675000', '141740.678000', '141740.680000', '141740.683000', '141740.686000', '141740.688000', '141740.691000', '141740.694000', '141740.696000', '141740.699000', '141800.565000', '141800.568000', '141800.571000', '141800.574000', '141800.577000', '141800.579000', '141800.582000', '141800.584000', '141800.587000', '141800.590000', '141800.592000', '141800.595000', '141800.598000', '141800.600000', '141800.603000', '141800.606000', '141800.608000', '141800.611000', '141800.614000', '141800.616000', '141800.619000', '141800.621000', '141800.624000', '141800.627000', '141800.629000', '141800.632000', '141800.643000', '141800.645000', '141800.648000', '141800.650000', '141800.653000', '141800.656000', '141800.659000', '141800.661000', '141800.664000', '141800.666000', '141800.669000', '141800.672000', '141800.674000', '141800.677000', '141800.679000', '141800.682000', '141800.685000', '141800.688000', '141820.565000', '141820.568000', '141820.571000', '141820.574000', '141820.576000', '141820.579000', '141820.582000', '141820.584000', '141820.587000', '141820.590000', '141820.592000', '141820.595000', '141820.598000', '141820.601000', '141820.603000', '141820.606000', '141820.621000', '141820.624000', '141820.627000', '141820.629000', '141820.632000', '141820.635000', '141820.638000', '141820.641000', '141820.643000', '141820.646000', '141820.649000', '141820.651000', '141820.654000', '141820.656000', '141820.660000', '141820.663000', '141820.665000', '141820.668000', '141820.671000', '141820.673000', '141820.676000', '141820.679000', '141820.681000', '141820.684000', '141820.686000', '141820.689000', '141820.692000', '141840.566000', '141840.569000', '141840.572000', '141840.575000', '141840.578000', '141840.580000', '141840.583000', '141840.585000', '141840.588000', '141840.591000', '141840.593000', '141840.596000', '141840.599000', '141840.601000', '141840.604000', '141840.607000', '141840.609000', '141840.612000', '141840.615000', '141840.617000', '141840.620000', '141840.622000', '141840.625000', '141840.628000', '141840.630000', '141840.633000', '141840.636000', '141840.638000', '141840.641000', '141840.644000', '141840.647000', '141840.649000', '141840.652000', '141840.655000', '141840.657000', '141840.660000', '141840.663000', '141840.665000', '141840.668000', '141840.671000', '141840.673000', '141840.676000', '141840.679000', '141840.681000', '141850.079000', '141850.082000', '141850.084000', '141850.087000', '141850.090000', '141850.093000', '141850.095000', '141850.098000', '141850.101000', '141850.104000', '141850.106000', '141850.109000', '141850.112000', '141850.115000', '141850.118000', '141850.121000', '141850.124000', '141850.127000', '141850.130000', '141850.133000', '141850.135000'], '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': [10640, 10588, 10466, 9236, 9472, 10067, 9499, 10385, 9312, 11156, 9597, 14356, 10330, 9004, 10616, 10815, 17224, 9583, 9658, 10202, 10596, 14942, 10578, 11278, 9230, 8902, 10329, 10938, 13663, 9410, 9829, 9457, 8410, 10414, 9813, 9916, 8852, 9236, 9796, 8592, 10426, 9253, 11049, 9516, 14742, 12542, 10372, 10629, 9296, 10688, 9546, 13198, 9903, 9249, 9783, 9490, 10779, 9277, 11123, 10384, 15950, 10928, 8373, 9978, 9796, 10073, 10182, 10834, 10358, 9162, 9717, 9894, 11210, 10311, 8717, 9994, 9481, 10456, 10137, 8374, 9777, 8967, 10089, 10074, 11453, 9683, 8813, 9939, 11303, 16860, 10353, 10686, 9973, 10651, 15170, 12208, 12607, 9614, 10113, 10056, 17312, 13308, 9908, 11110, 9492, 11478, 9894, 8872, 10202, 8624, 10196, 10380, 10221, 9333, 8774, 10159, 10627, 12437, 9617, 9481, 10454, 9766, 10998, 10317, 10343, 9183, 9626, 10809, 10646, 10491, 9712, 10893, 10076, 10294, 10526, 8768, 10590, 9335, 10470, 10551, 8628, 10482, 9327, 10830, 10143, 13326, 10310, 8524, 10603, 11406, 15975, 9910, 9171, 9845, 10468, 17479, 12054, 8802, 10161, 9249, 10387, 10379, 12119, 9892, 8599, 10273, 10454, 13924, 10682, 8586, 9911, 9042, 10249, 10089, 14167, 9809, 9135, 10001, 9407, 12262, 10251, 11192, 9982, 13585, 12380, 13709, 10509, 8725, 11071, 10014, 15284, 11212, 8466, 10524, 9748, 10292, 10099, 15562, 9802, 9268, 10125, 9063, 12345, 9716, 10108, 9870, 9572, 10129, 9780, 10828, 9225, 9166, 10325, 11931, 10112, 9874, 10950, 10132, 11774, 10623, 8921, 11095, 9566, 10523, 10566, 10442, 9957, 8665, 10656, 10323, 13213, 10766, 8645, 10186, 9081, 10525, 10329, 14664, 9374, 8922, 9858, 11503, 10389, 9139, 11419, 9195, 15817, 12034, 9703, 10246, 8909, 10483, 10002, 13715, 9833, 8767, 9802, 10336, 12601, 10080, 8873, 9923, 9326, 10058, 10243, 10727, 9911, 8715, 10002, 10513, 12765, 9650, 9746, 10311, 10384, 14331, 9910, 11341, 9867, 10232, 10094, 9831, 10960, 9891, 11393, 9948, 17964, 13880, 8793, 10310, 10030, 10669, 10192, 14938, 9900, 8978, 10167, 9341, 11727, 10080, 8715, 9716, 9344, 10167, 10206, 10800, 10049, 8723, 10061, 10096, 12882, 9297, 10617, 10170, 9446, 10239, 9755, 11118, 9486, 12591, 9815, 8526, 10474, 9609, 10720, 10158, 13524, 9984, 9056, 10250, 9610, 17718, 9779, 9138, 10372, 9848, 9853, 10605, 10585, 9576, 8378, 10390, 9104, 10156, 9691, 10329, 10422, 10189, 10442, 9109, 10894, 9912, 12614, 11669, 8445, 11358, 9668, 14256, 11900, 12848, 10725, 9761, 11089, 10147, 14971, 10323, 8333, 10669, 10554, 15843, 10266, 8783, 9814, 10616, 10978, 10078, 9008, 9966, 8644, 10359, 10369, 13023, 10386, 9357, 10172, 9336, 12401, 9966, 10116, 9902, 10017, 10500, 13794, 12308, 10373, 11371, 9578, 17187, 12044, 8952, 10907, 9882, 10716, 10538, 11535, 9736, 9492, 10321, 14569, 11298, 9951, 10506, 10044, 10236, 10039, 8756, 10667, 10388, 10659, 10519, 9455, 10258, 9481, 10610, 10680, 10367, 10196, 8745, 10649, 10169, 10495, 10220, 8640, 10843, 9879, 10073, 10045, 8957, 10996, 9613, 13115, 14084, 8820, 11467, 9929, 11095, 9976, 12226, 11322, 9333, 11302, 9727, 14281, 10352, 9407, 10564, 10253, 12761, 9440, 10122, 10047, 10624, 14336, 10463, 11377, 9493, 9304, 10181, 10339, 11841, 9999, 9772, 9904, 9109, 9830, 10193, 10483, 9824, 8578, 10265, 9715, 10900, 9337, 9555, 10276, 10086, 13909, 10190, 10829, 9868, 15444, 14408, 8698, 11238, 9581, 12570, 9971, 12460, 10981, 8783, 10879, 9843, 15476, 10008, 9086, 10621, 10037, 11309, 10685, 8736, 10523, 9387, 9216, 10507, 9920, 9981, 9095, 11110, 9796, 10255, 10031, 8569, 10867, 9474, 13493, 14255, 9886, 11169, 10520, 8996, 10570, 11050, 18079, 10311, 9508, 10586, 9201, 10349, 10262, 11470, 9692, 11217, 10027, 9624, 10641, 8863, 10737, 10488, 9773, 10191, 8964, 10626, 11638, 15461, 9669, 8707, 10195, 9588, 13063, 10732, 9001, 10110, 8558, 10416, 10725, 11716, 10325, 8687, 10156, 10018, 12303, 9665, 10093, 10188, 8979, 11682, 9432, 10321, 10113, 11397, 14085, 10114, 10875, 9930, 10529, 12773, 9750, 11224, 10373, 9089, 10075, 10896, 13438, 10407, 8704, 10645, 10573, 14272, 10701, 10574, 10377, 8678, 11185, 10472, 15088, 9709, 10389, 10156, 10005, 10700, 8567, 11349, 10151, 15103, 11845, 11995, 10735, 8883, 10805, 14080, 15083, 10308, 8930, 10476, 10746, 15344, 10236, 9046, 10525, 9903, 10222, 10025, 11866, 9982, 8448, 10499, 10889, 10794, 9631, 9141, 10044, 9442, 10874, 9332, 9387, 10018, 9796, 12442, 9921, 11286, 9468, 11955, 12655, 11186, 11190, 9797, 10125, 10187, 15233, 12256, 9334, 11088, 9550, 11300, 10480, 9156, 10453, 9221, 10939, 10016, 12653, 9841, 8652, 9945, 9691, 11930, 9986, 10244, 9416, 9317, 10328, 10366, 11034, 9592, 11040, 10501, 12975, 10277, 9853, 10732, 10346, 12562, 10269, 8298, 10828, 9981, 10401, 10088, 10884, 10317, 9022, 10349, 10304, 10537, 9761, 8801, 10655, 10827, 12258, 9433, 9474, 10325, 11822, 17275, 10581, 9953, 9939, 9418, 10803, 10298, 10701, 9813, 9130, 9974, 10377, 13275, 19565, 19412, 14878, 9209, 10176, 9991, 9719, 10520, 10293, 10403, 9405, 10669, 10310, 11353, 9809, 10112, 10617, 9913, 11511, 9446, 12026, 11012, 12571, 11465, 10357, 11527, 10057, 13715, 10626, 9776, 12303, 14748, 17858, 9718, 9842, 10495, 10054, 12796, 12532, 13859, 9673, 8701, 10211, 10441, 10168, 10440, 9156, 10096, 10482, 10525, 10337, 8990, 10070, 8964, 10363, 10633, 10953, 9694, 10945, 10130, 8982, 10560, 10209, 14036, 12952, 13676, 9815, 10358, 10484, 14612, 17370, 10186, 9978, 10166, 9714, 10240, 10207, 10185, 9861, 8541, 10752, 9223, 10280, 10815, 10188, 10319, 9246, 10401, 9084, 10841, 10021, 11900, 10162, 9111, 10449, 10604, 13369, 13607, 13191, 10129, 10002, 10867, 10067, 14037, 10044, 8803, 10769, 11182, 16030, 11606, 9234, 9738, 9371, 10645, 11258, 11743, 9473, 10003, 10579, 10277, 11045, 10549, 10291, 10323, 8748, 10208, 8467, 10003, 10508, 10780, 10538, 13091, 10124, 8593, 10520, 10789, 12806, 11028, 11612, 10141, 9588, 10611, 10415, 11839, 10017, 8919], 'WindowCenter': [4926.0, 4907.0, 4875.0, 4840.0, 4848.0, 4847.0, 4846.0, 4842.0, 4820.0, 4862.0, 4832.0, 4878.0, 4828.0, 4805.0, 4838.0, 4837.0, 4898.0, 4816.0, 4801.0, 4827.0, 4835.0, 4872.0, 4826.0, 4824.0, 4804.0, 4791.0, 4825.0, 4823.0, 4878.0, 4818.0, 4813.0, 4814.0, 4807.0, 4834.0, 4840.0, 4828.0, 4806.0, 4815.0, 4841.0, 4820.0, 4841.0, 4816.0, 4836.0, 4841.0, 4886.0, 4870.0, 4825.0, 4813.0, 4818.0, 4824.0, 4819.0, 4843.0, 4814.0, 4817.0, 4824.0, 4818.0, 4820.0, 4802.0, 4844.0, 4833.0, 4882.0, 4836.0, 4794.0, 4812.0, 4823.0, 4824.0, 4835.0, 4838.0, 4838.0, 4807.0, 4826.0, 4836.0, 4846.0, 4840.0, 4807.0, 4824.0, 4841.0, 4847.0, 4852.0, 4812.0, 4831.0, 4833.0, 4852.0, 4854.0, 4860.0, 4832.0, 4820.0, 4841.0, 4860.0, 4898.0, 4830.0, 4826.0, 4829.0, 4836.0, 4888.0, 4857.0, 4842.0, 4803.0, 4825.0, 4825.0, 4894.0, 4851.0, 4803.0, 4810.0, 4816.0, 4830.0, 4827.0, 4793.0, 4814.0, 4804.0, 4825.0, 4827.0, 4812.0, 4805.0, 4807.0, 4835.0, 4839.0, 4854.0, 4817.0, 4801.0, 4835.0, 4824.0, 4837.0, 4838.0, 4827.0, 4803.0, 4814.0, 4835.0, 4834.0, 4837.0, 4818.0, 4822.0, 4826.0, 4836.0, 4840.0, 4808.0, 4825.0, 4829.0, 4845.0, 4851.0, 4810.0, 4837.0, 4818.0, 4849.0, 4841.0, 4868.0, 4815.0, 4808.0, 4837.0, 4848.0, 4885.0, 4817.0, 4804.0, 4828.0, 4834.0, 4905.0, 4859.0, 4809.0, 4826.0, 4814.0, 4835.0, 4837.0, 4857.0, 4827.0, 4796.0, 4826.0, 4837.0, 4876.0, 4839.0, 4794.0, 4812.0, 4816.0, 4838.0, 4838.0, 4864.0, 4818.0, 4804.0, 4827.0, 4815.0, 4855.0, 4813.0, 4823.0, 4827.0, 4865.0, 4857.0, 4861.0, 4811.0, 4781.0, 4833.0, 4824.0, 4873.0, 4835.0, 4783.0, 4811.0, 4803.0, 4824.0, 4824.0, 4872.0, 4802.0, 4789.0, 4824.0, 4793.0, 4855.0, 4805.0, 4811.0, 4826.0, 4815.0, 4825.0, 4823.0, 4824.0, 4816.0, 4816.0, 4836.0, 4858.0, 4828.0, 4816.0, 4821.0, 4837.0, 4845.0, 4838.0, 4805.0, 4835.0, 4817.0, 4836.0, 4836.0, 4837.0, 4815.0, 4792.0, 4837.0, 4837.0, 4865.0, 4850.0, 4796.0, 4814.0, 4816.0, 4836.0, 4838.0, 4866.0, 4803.0, 4794.0, 4824.0, 4845.0, 4826.0, 4802.0, 4832.0, 4817.0, 4884.0, 4857.0, 4804.0, 4812.0, 4806.0, 4835.0, 4825.0, 4865.0, 4817.0, 4785.0, 4825.0, 4824.0, 4857.0, 4840.0, 4794.0, 4816.0, 4826.0, 4825.0, 4842.0, 4837.0, 4830.0, 4796.0, 4837.0, 4847.0, 4855.0, 4819.0, 4803.0, 4839.0, 4826.0, 4889.0, 4816.0, 4822.0, 4827.0, 4826.0, 4826.0, 4814.0, 4823.0, 4815.0, 4845.0, 4825.0, 4892.0, 4866.0, 4795.0, 4812.0, 4815.0, 4835.0, 4824.0, 4873.0, 4817.0, 4781.0, 4824.0, 4804.0, 4844.0, 4827.0, 4793.0, 4815.0, 4817.0, 4834.0, 4839.0, 4838.0, 4830.0, 4796.0, 4827.0, 4838.0, 4868.0, 4819.0, 4825.0, 4839.0, 4817.0, 4829.0, 4817.0, 4834.0, 4818.0, 4854.0, 4826.0, 4796.0, 4822.0, 4828.0, 4837.0, 4838.0, 4854.0, 4816.0, 4801.0, 4824.0, 4811.0, 4906.0, 4828.0, 4804.0, 4813.0, 4812.0, 4810.0, 4835.0, 4825.0, 4816.0, 4791.0, 4824.0, 4817.0, 4839.0, 4832.0, 4824.0, 4850.0, 4839.0, 4839.0, 4821.0, 4836.0, 4841.0, 4868.0, 4859.0, 4799.0, 4834.0, 4830.0, 4875.0, 4859.0, 4856.0, 4823.0, 4815.0, 4835.0, 4824.0, 4874.0, 4813.0, 4783.0, 4833.0, 4823.0, 4886.0, 4829.0, 4795.0, 4811.0, 4835.0, 4834.0, 4841.0, 4808.0, 4814.0, 4805.0, 4837.0, 4836.0, 4874.0, 4839.0, 4805.0, 4829.0, 4828.0, 4869.0, 4829.0, 4814.0, 4817.0, 4829.0, 4837.0, 4875.0, 4844.0, 4814.0, 4833.0, 4817.0, 4893.0, 4846.0, 4792.0, 4812.0, 4815.0, 4823.0, 4836.0, 4832.0, 4804.0, 4814.0, 4822.0, 4875.0, 4834.0, 4811.0, 4810.0, 4825.0, 4823.0, 4828.0, 4807.0, 4825.0, 4828.0, 4835.0, 4839.0, 4829.0, 4824.0, 4815.0, 4836.0, 4837.0, 4840.0, 4829.0, 4806.0, 4839.0, 4850.0, 4850.0, 4852.0, 4809.0, 4847.0, 4853.0, 4841.0, 4843.0, 4820.0, 4837.0, 4843.0, 4880.0, 4892.0, 4820.0, 4845.0, 4827.0, 4846.0, 4827.0, 4855.0, 4836.0, 4805.0, 4848.0, 4826.0, 4875.0, 4815.0, 4815.0, 4836.0, 4826.0, 4857.0, 4805.0, 4810.0, 4827.0, 4834.0, 4875.0, 4827.0, 4834.0, 4803.0, 4802.0, 4823.0, 4822.0, 4858.0, 4825.0, 4814.0, 4815.0, 4817.0, 4823.0, 4840.0, 4825.0, 4819.0, 4807.0, 4837.0, 4829.0, 4851.0, 4816.0, 4818.0, 4841.0, 4838.0, 4880.0, 4826.0, 4825.0, 4831.0, 4884.0, 4880.0, 4796.0, 4822.0, 4818.0, 4854.0, 4828.0, 4843.0, 4823.0, 4796.0, 4833.0, 4825.0, 4885.0, 4817.0, 4795.0, 4825.0, 4827.0, 4831.0, 4850.0, 4809.0, 4835.0, 4816.0, 4819.0, 4838.0, 4841.0, 4830.0, 4809.0, 4835.0, 4841.0, 4840.0, 4829.0, 4806.0, 4837.0, 4842.0, 4878.0, 4891.0, 4830.0, 4834.0, 4822.0, 4817.0, 4837.0, 4834.0, 4896.0, 4825.0, 4801.0, 4837.0, 4817.0, 4824.0, 4825.0, 4833.0, 4816.0, 4830.0, 4825.0, 4805.0, 4824.0, 4803.0, 4835.0, 4825.0, 4802.0, 4814.0, 4802.0, 4819.0, 4846.0, 4876.0, 4817.0, 4782.0, 4823.0, 4814.0, 4855.0, 4837.0, 4803.0, 4825.0, 4793.0, 4837.0, 4836.0, 4857.0, 4840.0, 4807.0, 4840.0, 4837.0, 4870.0, 4831.0, 4828.0, 4839.0, 4817.0, 4859.0, 4818.0, 4826.0, 4851.0, 4858.0, 4889.0, 4838.0, 4836.0, 4830.0, 4834.0, 4867.0, 4829.0, 4824.0, 4814.0, 4805.0, 4824.0, 4848.0, 4864.0, 4822.0, 4793.0, 4834.0, 4837.0, 4876.0, 4851.0, 4825.0, 4824.0, 4806.0, 4849.0, 4836.0, 4885.0, 4817.0, 4812.0, 4828.0, 4812.0, 4823.0, 4794.0, 4821.0, 4826.0, 4860.0, 4847.0, 4821.0, 4820.0, 4792.0, 4820.0, 4876.0, 4873.0, 4816.0, 4789.0, 4822.0, 4822.0, 4874.0, 4825.0, 4794.0, 4823.0, 4824.0, 4821.0, 4823.0, 4844.0, 4814.0, 4782.0, 4837.0, 4835.0, 4837.0, 4818.0, 4815.0, 4828.0, 4830.0, 4838.0, 4807.0, 4815.0, 4839.0, 4828.0, 4868.0, 4818.0, 4834.0, 4828.0, 4857.0, 4866.0, 4836.0, 4823.0, 4812.0, 4822.0, 4823.0, 4874.0, 4846.0, 4805.0, 4820.0, 4815.0, 4830.0, 4837.0, 4804.0, 4814.0, 4804.0, 4835.0, 4825.0, 4854.0, 4825.0, 4795.0, 4827.0, 4826.0, 4857.0, 4829.0, 4815.0, 4817.0, 4815.0, 4838.0, 4829.0, 4823.0, 4828.0, 4845.0, 4837.0, 4867.0, 4826.0, 4813.0, 4835.0, 4837.0, 4857.0, 4839.0, 4796.0, 4826.0, 4827.0, 4835.0, 4838.0, 4837.0, 4815.0, 4806.0, 4825.0, 4827.0, 4827.0, 4816.0, 4817.0, 4836.0, 4848.0, 4845.0, 4806.0, 4812.0, 4835.0, 4841.0, 4893.0, 4828.0, 4812.0, 4813.0, 4803.0, 4828.0, 4836.0, 4826.0, 4815.0, 4803.0, 4827.0, 4823.0, 4865.0, 4917.0, 4918.0, 4874.0, 4812.0, 4811.0, 4811.0, 4802.0, 4822.0, 4814.0, 4828.0, 4829.0, 4849.0, 4839.0, 4846.0, 4816.0, 4810.0, 4837.0, 4813.0, 4832.0, 4804.0, 4834.0, 4827.0, 4844.0, 4821.0, 4800.0, 4834.0, 4812.0, 4837.0, 4808.0, 4809.0, 4829.0, 4861.0, 4876.0, 4790.0, 4787.0, 4822.0, 4811.0, 4838.0, 4843.0, 4861.0, 4814.0, 4792.0, 4813.0, 4822.0, 4822.0, 4840.0, 4806.0, 4822.0, 4839.0, 4835.0, 4827.0, 4806.0, 4816.0, 4806.0, 4826.0, 4837.0, 4823.0, 4816.0, 4837.0, 4828.0, 4809.0, 4827.0, 4839.0, 4865.0, 4855.0, 4850.0, 4802.0, 4820.0, 4822.0, 4873.0, 4884.0, 4816.0, 4803.0, 4823.0, 4811.0, 4811.0, 4826.0, 4826.0, 4827.0, 4791.0, 4836.0, 4816.0, 4840.0, 4841.0, 4826.0, 4840.0, 4816.0, 4841.0, 4808.0, 4834.0, 4829.0, 4845.0, 4838.0, 4795.0, 4826.0, 4838.0, 4867.0, 4878.0, 4855.0, 4814.0, 4816.0, 4835.0, 4827.0, 4868.0, 4817.0, 4793.0, 4836.0, 4845.0, 4886.0, 4847.0, 4805.0, 4806.0, 4804.0, 4819.0, 4835.0, 4834.0, 4806.0, 4800.0, 4836.0, 4822.0, 4835.0, 4825.0, 4811.0, 4825.0, 4805.0, 4826.0, 4809.0, 4828.0, 4838.0, 4849.0, 4848.0, 4867.0, 4840.0, 4798.0, 4825.0, 4836.0, 4855.0, 4839.0, 4836.0, 4812.0, 4816.0, 4823.0, 4839.0, 4835.0, 4814.0, 4806.0], 'WindowWidth': [10771.0, 10720.0, 10651.0, 10587.0, 10593.0, 10589.0, 10583.0, 10571.0, 10536.0, 10597.0, 10556.0, 10611.0, 10538.0, 10507.0, 10556.0, 10555.0, 10638.0, 10521.0, 10494.0, 10539.0, 10550.0, 10600.0, 10536.0, 10525.0, 10497.0, 10480.0, 10534.0, 10528.0, 10611.0, 10524.0, 10511.0, 10515.0, 10514.0, 10550.0, 10563.0, 10541.0, 10509.0, 10519.0, 10565.0, 10538.0, 10564.0, 10521.0, 10550.0, 10567.0, 10623.0, 10603.0, 10531.0, 10511.0, 10528.0, 10535.0, 10530.0, 10554.0, 10514.0, 10525.0, 10533.0, 10527.0, 10518.0, 10497.0, 10561.0, 10548.0, 10613.0, 10551.0, 10487.0, 10507.0, 10532.0, 10537.0, 10550.0, 10555.0, 10554.0, 10508.0, 10538.0, 10554.0, 10567.0, 10560.0, 10510.0, 10530.0, 10565.0, 10574.0, 10587.0, 10526.0, 10549.0, 10556.0, 10585.0, 10590.0, 10588.0, 10551.0, 10533.0, 10569.0, 10590.0, 10641.0, 10544.0, 10534.0, 10543.0, 10553.0, 10625.0, 10581.0, 10552.0, 10497.0, 10532.0, 10535.0, 10628.0, 10564.0, 10495.0, 10500.0, 10521.0, 10536.0, 10538.0, 10484.0, 10512.0, 10507.0, 10535.0, 10540.0, 10512.0, 10503.0, 10516.0, 10553.0, 10558.0, 10573.0, 10522.0, 10495.0, 10552.0, 10535.0, 10555.0, 10556.0, 10536.0, 10500.0, 10519.0, 10550.0, 10547.0, 10551.0, 10524.0, 10524.0, 10539.0, 10553.0, 10561.0, 10512.0, 10528.0, 10548.0, 10567.0, 10581.0, 10518.0, 10553.0, 10528.0, 10574.0, 10566.0, 10594.0, 10515.0, 10514.0, 10557.0, 10570.0, 10618.0, 10520.0, 10502.0, 10542.0, 10546.0, 10647.0, 10584.0, 10513.0, 10532.0, 10519.0, 10553.0, 10555.0, 10579.0, 10537.0, 10490.0, 10539.0, 10555.0, 10607.0, 10556.0, 10489.0, 10512.0, 10526.0, 10557.0, 10557.0, 10587.0, 10526.0, 10501.0, 10539.0, 10520.0, 10576.0, 10512.0, 10526.0, 10541.0, 10591.0, 10580.0, 10576.0, 10506.0, 10464.0, 10543.0, 10533.0, 10597.0, 10546.0, 10472.0, 10504.0, 10499.0, 10533.0, 10530.0, 10592.0, 10495.0, 10471.0, 10527.0, 10486.0, 10573.0, 10502.0, 10506.0, 10538.0, 10523.0, 10536.0, 10528.0, 10526.0, 10520.0, 10525.0, 10553.0, 10584.0, 10541.0, 10519.0, 10522.0, 10554.0, 10565.0, 10557.0, 10504.0, 10541.0, 10524.0, 10551.0, 10552.0, 10550.0, 10520.0, 10483.0, 10553.0, 10556.0, 10593.0, 10575.0, 10492.0, 10515.0, 10524.0, 10552.0, 10557.0, 10587.0, 10498.0, 10487.0, 10534.0, 10561.0, 10535.0, 10496.0, 10536.0, 10527.0, 10615.0, 10580.0, 10500.0, 10507.0, 10507.0, 10549.0, 10534.0, 10588.0, 10523.0, 10473.0, 10534.0, 10532.0, 10580.0, 10558.0, 10488.0, 10519.0, 10541.0, 10535.0, 10567.0, 10553.0, 10546.0, 10495.0, 10556.0, 10569.0, 10577.0, 10529.0, 10500.0, 10559.0, 10538.0, 10630.0, 10520.0, 10521.0, 10538.0, 10538.0, 10538.0, 10516.0, 10522.0, 10518.0, 10563.0, 10535.0, 10627.0, 10589.0, 10487.0, 10508.0, 10520.0, 10549.0, 10534.0, 10597.0, 10519.0, 10462.0, 10530.0, 10504.0, 10559.0, 10536.0, 10485.0, 10514.0, 10526.0, 10549.0, 10558.0, 10553.0, 10546.0, 10492.0, 10540.0, 10556.0, 10598.0, 10527.0, 10530.0, 10557.0, 10526.0, 10544.0, 10523.0, 10540.0, 10529.0, 10572.0, 10539.0, 10493.0, 10526.0, 10544.0, 10556.0, 10554.0, 10569.0, 10520.0, 10497.0, 10534.0, 10512.0, 10647.0, 10539.0, 10498.0, 10512.0, 10514.0, 10508.0, 10548.0, 10531.0, 10518.0, 10481.0, 10534.0, 10527.0, 10559.0, 10548.0, 10531.0, 10576.0, 10562.0, 10558.0, 10533.0, 10549.0, 10565.0, 10599.0, 10587.0, 10500.0, 10543.0, 10545.0, 10606.0, 10587.0, 10572.0, 10524.0, 10516.0, 10550.0, 10534.0, 10598.0, 10510.0, 10470.0, 10545.0, 10531.0, 10619.0, 10543.0, 10488.0, 10508.0, 10549.0, 10547.0, 10564.0, 10509.0, 10513.0, 10506.0, 10556.0, 10551.0, 10605.0, 10557.0, 10504.0, 10541.0, 10545.0, 10600.0, 10543.0, 10516.0, 10520.0, 10545.0, 10556.0, 10605.0, 10555.0, 10511.0, 10539.0, 10525.0, 10626.0, 10563.0, 10480.0, 10508.0, 10520.0, 10529.0, 10551.0, 10535.0, 10500.0, 10519.0, 10530.0, 10602.0, 10543.0, 10506.0, 10504.0, 10536.0, 10530.0, 10543.0, 10511.0, 10531.0, 10539.0, 10550.0, 10560.0, 10543.0, 10529.0, 10520.0, 10554.0, 10555.0, 10561.0, 10542.0, 10506.0, 10560.0, 10578.0, 10579.0, 10580.0, 10516.0, 10567.0, 10586.0, 10568.0, 10573.0, 10533.0, 10553.0, 10573.0, 10621.0, 10638.0, 10533.0, 10558.0, 10539.0, 10567.0, 10541.0, 10575.0, 10547.0, 10505.0, 10570.0, 10538.0, 10602.0, 10516.0, 10520.0, 10554.0, 10539.0, 10578.0, 10504.0, 10507.0, 10543.0, 10549.0, 10604.0, 10536.0, 10541.0, 10497.0, 10500.0, 10529.0, 10526.0, 10584.0, 10535.0, 10515.0, 10518.0, 10528.0, 10534.0, 10563.0, 10535.0, 10526.0, 10514.0, 10557.0, 10548.0, 10579.0, 10524.0, 10527.0, 10566.0, 10558.0, 10619.0, 10536.0, 10533.0, 10552.0, 10619.0, 10617.0, 10491.0, 10520.0, 10528.0, 10576.0, 10543.0, 10554.0, 10525.0, 10492.0, 10546.0, 10537.0, 10618.0, 10523.0, 10489.0, 10532.0, 10542.0, 10541.0, 10579.0, 10516.0, 10548.0, 10524.0, 10535.0, 10558.0, 10565.0, 10547.0, 10516.0, 10545.0, 10566.0, 10563.0, 10547.0, 10510.0, 10552.0, 10568.0, 10613.0, 10636.0, 10547.0, 10541.0, 10524.0, 10530.0, 10554.0, 10548.0, 10635.0, 10534.0, 10496.0, 10554.0, 10528.0, 10532.0, 10533.0, 10540.0, 10523.0, 10540.0, 10534.0, 10503.0, 10529.0, 10505.0, 10549.0, 10533.0, 10494.0, 10514.0, 10502.0, 10523.0, 10566.0, 10604.0, 10521.0, 10468.0, 10532.0, 10520.0, 10577.0, 10555.0, 10501.0, 10529.0, 10488.0, 10553.0, 10550.0, 10582.0, 10559.0, 10509.0, 10563.0, 10557.0, 10605.0, 10548.0, 10538.0, 10562.0, 10529.0, 10586.0, 10529.0, 10537.0, 10580.0, 10587.0, 10629.0, 10555.0, 10550.0, 10549.0, 10548.0, 10598.0, 10543.0, 10526.0, 10513.0, 10508.0, 10533.0, 10572.0, 10585.0, 10521.0, 10485.0, 10547.0, 10555.0, 10606.0, 10580.0, 10534.0, 10528.0, 10508.0, 10573.0, 10553.0, 10619.0, 10525.0, 10510.0, 10541.0, 10514.0, 10530.0, 10486.0, 10519.0, 10536.0, 10577.0, 10565.0, 10519.0, 10518.0, 10485.0, 10524.0, 10605.0, 10594.0, 10519.0, 10474.0, 10527.0, 10526.0, 10602.0, 10534.0, 10486.0, 10526.0, 10534.0, 10527.0, 10536.0, 10557.0, 10515.0, 10470.0, 10553.0, 10549.0, 10554.0, 10527.0, 10522.0, 10543.0, 10550.0, 10554.0, 10509.0, 10523.0, 10562.0, 10544.0, 10598.0, 10525.0, 10543.0, 10544.0, 10584.0, 10593.0, 10548.0, 10523.0, 10508.0, 10529.0, 10530.0, 10601.0, 10564.0, 10502.0, 10515.0, 10519.0, 10538.0, 10551.0, 10503.0, 10513.0, 10501.0, 10550.0, 10534.0, 10575.0, 10535.0, 10489.0, 10540.0, 10540.0, 10583.0, 10543.0, 10518.0, 10526.0, 10523.0, 10556.0, 10541.0, 10528.0, 10543.0, 10566.0, 10553.0, 10592.0, 10534.0, 10511.0, 10549.0, 10553.0, 10581.0, 10558.0, 10493.0, 10530.0, 10541.0, 10550.0, 10555.0, 10550.0, 10515.0, 10509.0, 10536.0, 10539.0, 10539.0, 10520.0, 10527.0, 10554.0, 10570.0, 10561.0, 10507.0, 10510.0, 10552.0, 10556.0, 10630.0, 10539.0, 10510.0, 10512.0, 10504.0, 10535.0, 10552.0, 10535.0, 10515.0, 10500.0, 10540.0, 10532.0, 10595.0, 10674.0, 10678.0, 10604.0, 10514.0, 10508.0, 10509.0, 10497.0, 10525.0, 10514.0, 10539.0, 10545.0, 10574.0, 10561.0, 10562.0, 10521.0, 10506.0, 10553.0, 10512.0, 10540.0, 10501.0, 10542.0, 10537.0, 10553.0, 10518.0, 10488.0, 10543.0, 10511.0, 10536.0, 10500.0, 10506.0, 10532.0, 10577.0, 10592.0, 10475.0, 10465.0, 10524.0, 10509.0, 10544.0, 10555.0, 10579.0, 10514.0, 10480.0, 10513.0, 10527.0, 10527.0, 10558.0, 10506.0, 10524.0, 10559.0, 10548.0, 10539.0, 10509.0, 10520.0, 10510.0, 10535.0, 10553.0, 10529.0, 10524.0, 10555.0, 10540.0, 10512.0, 10536.0, 10559.0, 10591.0, 10575.0, 10558.0, 10493.0, 10523.0, 10529.0, 10596.0, 10613.0, 10519.0, 10492.0, 10527.0, 10509.0, 10507.0, 10535.0, 10534.0, 10536.0, 10484.0, 10552.0, 10524.0, 10560.0, 10559.0, 10533.0, 10561.0, 10527.0, 10562.0, 10511.0, 10543.0, 10547.0, 10565.0, 10557.0, 10491.0, 10531.0, 10554.0, 10598.0, 10612.0, 10570.0, 10513.0, 10518.0, 10550.0, 10540.0, 10595.0, 10523.0, 10481.0, 10548.0, 10561.0, 10618.0, 10563.0, 10501.0, 10501.0, 10504.0, 10523.0, 10547.0, 10541.0, 10501.0, 10489.0, 10549.0, 10527.0, 10547.0, 10526.0, 10505.0, 10532.0, 10509.0, 10537.0, 10515.0, 10538.0, 10552.0, 10573.0, 10571.0, 10597.0, 10558.0, 10497.0, 10527.0, 10551.0, 10575.0, 10558.0, 10545.0, 10510.0, 10520.0, 10529.0, 10557.0, 10543.0, 10513.0, 10508.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.0003406098964326813</td></tr>
<tr><td colspan=3>aqi</td><td>0.025986850402761795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.32942277050686</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1901962667626738</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9862264861290307</td></tr>
<tr><td colspan=3>efc</td><td>0.5337</td></tr>
<tr><td colspan=3>fber</td><td>2926.3828</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.32841791690845273</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>634</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>72.95742232451093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.318787243471586</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2269634014505097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4462798507670525</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.283118478197195</td></tr>
<tr><td colspan=3>gcor</td><td>0.00922481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008204717189073563</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0491078682243824</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.452671272381142</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>23.7488</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.6344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>287.4033</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1289.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>519.2414</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0091</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.5697</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4012.3586</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.2396</td></tr>
<tr><td colspan=3>tsnr</td><td>35.811076333746314</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>