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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0011_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0011_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-03/func/sub-0011_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ea6cbc7fdb0381a45c847a3e3adbb917</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>15:36:26.220000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997216, -0.00529037, 0.0743751, 0.0116617, 0.99627, -0.085494]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0757198</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7742, -7242, 569, -33, -138, 8, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7728b515-5d7e-4a2d-9017-a8a0222187fc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754584312438965, 0.03128756210207939, 0.19884254038333893, 106.42980194091797], [0.01419367827475071, 2.6729207038879395, -0.23253318667411804, -79.37171173095703], [0.19954286515712738, 0.22937428951263428, 2.6826088428497314, -74.253173828125], [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': ['153626.220000', '153626.680000', '153627.140000', '153627.600000', '153628.060000', '153628.520000', '153628.980000', '153629.440000', '153629.900000', '153630.360000', '153630.820000', '153631.280000', '153631.740000', '153632.200000', '153632.660000', '153633.120000', '153633.580000', '153634.040000', '153634.500000', '153634.960000', '153635.420000', '153635.880000', '153636.340000', '153636.800000', '153637.260000', '153637.720000', '153638.180000', '153638.640000', '153639.100000', '153639.560000', '153640.020000', '153640.480000', '153640.940000', '153641.400000', '153641.860000', '153642.320000', '153642.780000', '153643.240000', '153643.700000', '153644.160000', '153644.620000', '153645.080000', '153645.540000', '153646.000000', '153646.460000', '153646.920000', '153647.380000', '153647.840000', '153648.300000', '153648.760000', '153649.220000', '153649.680000', '153650.140000', '153650.600000', '153651.060000', '153651.520000', '153651.980000', '153652.440000', '153652.900000', '153653.360000', '153653.820000', '153654.280000', '153654.740000', '153655.200000', '153655.660000', '153656.120000', '153656.580000', '153657.040000', '153657.500000', '153657.960000', '153658.420000', '153658.880000', '153659.340000', '153659.800000', '153700.260000', '153700.720000', '153701.180000', '153701.640000', '153702.100000', '153702.560000', '153703.020000', '153703.480000', '153703.940000', '153704.400000', '153704.860000', '153705.320000', '153705.780000', '153706.240000', '153706.700000', '153707.160000', '153707.620000', '153708.080000', '153708.540000', '153709.000000', '153709.460000', '153709.920000', '153710.380000', '153710.840000', '153711.300000', '153711.760000', '153712.220000', '153712.680000', '153713.140000', '153713.600000', '153714.060000', '153714.520000', '153714.980000', '153715.440000', '153715.900000', '153716.360000', '153716.820000', '153717.280000', '153717.740000', '153718.200000', '153718.660000', '153719.120000', '153719.580000', '153720.040000', '153720.500000', '153720.960000', '153721.420000', '153721.880000', '153722.340000', '153722.800000', '153723.260000', '153723.720000', '153724.180000', '153724.640000', '153725.100000', '153725.560000', '153726.020000', '153726.480000', '153726.940000', '153727.400000', '153727.860000', '153728.320000', '153728.780000', '153729.240000', '153729.700000', '153730.160000', '153730.620000', '153731.080000', '153731.540000', '153732.000000', '153732.460000', '153732.920000', '153733.380000', '153733.840000', '153734.300000', '153734.760000', '153735.220000', '153735.680000', '153736.140000', '153736.600000', '153737.060000', '153737.520000', '153737.980000', '153738.440000', '153738.900000', '153739.360000', '153739.820000', '153740.280000', '153740.740000', '153741.200000', '153741.660000', '153742.120000', '153742.580000', '153743.040000', '153743.500000', '153743.960000', '153744.420000', '153744.880000', '153745.340000', '153745.800000', '153746.260000', '153746.720000', '153747.180000', '153747.640000', '153748.100000', '153748.560000', '153749.020000', '153749.480000', '153749.940000', '153750.400000', '153750.860000', '153751.320000', '153751.780000', '153752.240000', '153752.700000', '153753.160000', '153753.620000', '153754.080000', '153754.540000', '153755.000000', '153755.460000', '153755.920000', '153756.380000', '153756.840000', '153757.300000', '153757.760000', '153758.220000', '153758.680000', '153759.140000', '153759.600000', '153800.060000', '153800.520000', '153800.980000', '153801.440000', '153801.900000', '153802.360000', '153802.820000', '153803.280000', '153803.740000', '153804.200000', '153804.660000', '153805.120000', '153805.580000', '153806.040000', '153806.500000', '153806.960000', '153807.420000', '153807.880000', '153808.340000', '153808.800000', '153809.260000', '153809.720000', '153810.180000', '153810.640000', '153811.100000', '153811.560000', '153812.020000', '153812.480000', '153812.940000', '153813.400000', '153813.860000', '153814.320000', '153814.780000', '153815.240000', '153815.700000', '153816.160000', '153816.620000', '153817.080000', '153817.540000', '153818.000000', '153818.460000', '153818.920000', '153819.380000', '153819.840000', '153820.300000', '153820.760000', '153821.220000', '153821.680000', '153822.140000', '153822.600000', '153823.060000', '153823.520000', '153823.980000', '153824.440000', '153824.900000', '153825.360000', '153825.820000', '153826.280000', '153826.740000', '153827.200000', '153827.660000', '153828.120000', '153828.580000', '153829.040000', '153829.500000', '153829.960000', '153830.420000', '153830.880000', '153831.340000', '153831.800000', '153832.260000', '153832.720000', '153833.180000', '153833.640000', '153834.100000', '153834.560000', '153835.020000', '153835.480000', '153835.940000', '153836.400000', '153836.860000', '153837.320000', '153837.780000', '153838.240000', '153838.700000', '153839.160000', '153839.620000', '153840.080000', '153840.540000', '153841.000000', '153841.460000', '153841.920000', '153842.380000', '153842.840000', '153843.300000', '153843.760000', '153844.220000', '153844.680000', '153845.140000', '153845.600000', '153846.060000', '153846.520000', '153846.980000', '153847.440000', '153847.900000', '153848.360000', '153848.820000', '153849.280000', '153849.740000', '153850.200000', '153850.660000', '153851.120000', '153851.580000', '153852.040000', '153852.500000', '153852.960000', '153853.420000', '153853.880000', '153854.340000', '153854.800000', '153855.260000', '153855.720000', '153856.180000', '153856.640000', '153857.100000', '153857.560000', '153858.020000', '153858.480000', '153858.940000', '153859.400000', '153859.860000', '153900.320000', '153900.780000', '153901.240000', '153901.700000', '153902.160000', '153902.620000', '153903.080000', '153903.540000', '153904.000000', '153904.460000', '153904.920000', '153905.380000', '153905.840000', '153906.300000', '153906.760000', '153907.220000', '153907.680000', '153908.140000', '153908.600000', '153909.060000', '153909.520000', '153909.980000', '153910.440000', '153910.900000', '153911.360000', '153911.820000', '153912.280000', '153912.740000', '153913.200000', '153913.660000', '153914.120000', '153914.580000', '153915.040000', '153915.500000', '153915.960000', '153916.420000', '153916.880000', '153917.340000', '153917.800000', '153918.260000', '153918.720000', '153919.180000', '153919.640000', '153920.100000', '153920.560000', '153921.020000', '153921.480000', '153921.940000', '153922.400000', '153922.860000', '153923.320000', '153923.780000', '153924.240000', '153924.700000', '153925.160000', '153925.620000', '153926.080000', '153926.540000', '153927.000000', '153927.460000', '153927.920000', '153928.380000', '153928.840000', '153929.300000', '153929.760000', '153930.220000', '153930.680000', '153931.140000', '153931.600000', '153932.060000', '153932.520000', '153932.980000', '153933.440000', '153933.900000', '153934.360000', '153934.820000', '153935.280000', '153935.740000', '153936.200000', '153936.660000', '153937.120000', '153937.580000', '153938.040000', '153938.500000', '153938.960000', '153939.420000', '153939.880000', '153940.340000', '153940.800000', '153941.260000', '153941.720000', '153942.180000', '153942.640000', '153943.100000', '153943.560000', '153944.020000', '153944.480000', '153944.940000', '153945.400000', '153945.860000', '153946.320000', '153946.780000', '153947.240000', '153947.700000', '153948.160000', '153948.620000', '153949.080000', '153949.540000', '153950.000000', '153950.460000', '153950.920000', '153951.380000', '153951.840000', '153952.300000', '153952.760000', '153953.220000', '153953.680000', '153954.140000', '153954.600000', '153955.060000', '153955.520000', '153955.980000', '153956.440000', '153956.900000', '153957.360000', '153957.820000', '153958.280000', '153958.740000', '153959.200000', '153959.660000', '154000.120000', '154000.580000', '154001.040000', '154001.500000', '154001.960000', '154002.420000', '154002.880000', '154003.340000', '154003.800000', '154004.260000', '154004.720000', '154005.180000', '154005.640000', '154006.100000', '154006.560000', '154007.020000', '154007.480000', '154007.940000', '154008.400000', '154008.860000', '154009.320000', '154009.780000', '154010.240000', '154010.700000', '154011.160000', '154011.620000', '154012.080000', '154012.540000', '154013.000000', '154013.460000', '154013.920000', '154014.380000', '154014.840000', '154015.300000', '154015.760000', '154016.220000', '154016.680000', '154017.140000', '154017.600000', '154018.060000', '154018.520000', '154018.980000', '154019.440000', '154019.900000', '154020.360000', '154020.820000', '154021.280000', '154021.740000', '154022.200000', '154022.660000', '154023.120000', '154023.580000', '154024.040000', '154024.500000', '154024.960000', '154025.420000', '154025.880000', '154026.340000', '154026.800000', '154027.260000', '154027.720000', '154028.180000', '154028.640000', '154029.100000', '154029.560000', '154030.020000', '154030.480000', '154030.940000', '154031.400000', '154031.860000', '154032.320000', '154032.780000', '154033.240000', '154033.700000', '154034.160000', '154034.620000', '154035.080000', '154035.540000', '154036.000000', '154036.460000', '154036.920000', '154037.380000', '154037.840000', '154038.300000', '154038.760000', '154039.220000', '154039.680000', '154040.140000', '154040.600000', '154041.060000', '154041.520000', '154041.980000', '154042.440000', '154042.900000', '154043.360000', '154043.820000', '154044.280000', '154044.740000', '154045.200000', '154045.660000', '154046.120000', '154046.580000', '154047.040000', '154047.500000', '154047.960000', '154048.420000', '154048.880000', '154049.340000', '154049.800000', '154050.260000', '154050.720000', '154051.180000', '154051.640000', '154052.100000', '154052.560000', '154053.020000', '154053.480000', '154053.940000', '154054.400000', '154054.860000', '154055.320000', '154055.780000', '154056.240000', '154056.700000', '154057.160000', '154057.620000', '154058.080000', '154058.540000', '154059.000000', '154059.460000', '154059.920000', '154100.380000', '154100.840000', '154101.300000', '154101.760000', '154102.220000', '154102.680000', '154103.140000', '154103.600000', '154104.060000', '154104.520000', '154104.980000', '154105.440000', '154105.900000', '154106.360000', '154106.820000', '154107.280000', '154107.740000', '154108.200000', '154108.660000', '154109.120000', '154109.580000', '154110.040000', '154110.500000', '154110.960000', '154111.420000', '154111.880000', '154112.340000', '154112.800000', '154113.260000', '154113.720000', '154114.180000', '154114.640000', '154115.100000', '154115.560000', '154116.020000', '154116.480000', '154116.940000', '154117.400000', '154117.860000', '154118.320000', '154118.780000', '154119.240000', '154119.700000', '154120.160000', '154120.620000', '154121.080000', '154121.540000', '154122.000000', '154122.460000', '154122.920000', '154123.380000', '154123.840000', '154124.300000', '154124.760000', '154125.220000', '154125.680000', '154126.140000', '154126.600000', '154127.060000', '154127.520000', '154127.980000', '154128.440000', '154128.900000', '154129.360000', '154129.820000', '154130.280000', '154130.740000', '154131.200000', '154131.660000', '154132.120000', '154132.580000', '154133.040000', '154133.500000', '154133.960000', '154134.420000', '154134.880000', '154135.340000', '154135.800000', '154136.260000', '154136.720000', '154137.180000', '154137.640000', '154138.100000', '154138.560000', '154139.020000', '154139.480000', '154139.940000', '154140.400000', '154140.860000', '154141.320000', '154141.780000', '154142.240000', '154142.700000', '154143.160000', '154143.620000', '154144.080000', '154144.540000', '154145.000000', '154145.460000', '154145.920000', '154146.380000', '154146.840000', '154147.300000', '154147.760000', '154148.220000', '154148.680000', '154149.140000', '154149.600000', '154150.060000', '154150.520000', '154150.980000', '154151.440000', '154151.900000', '154152.360000', '154152.820000', '154153.280000', '154153.740000', '154154.200000', '154154.660000', '154155.120000', '154155.580000', '154156.040000', '154156.500000', '154156.960000', '154157.420000', '154157.880000', '154158.340000', '154158.800000', '154159.260000', '154159.720000', '154200.180000', '154200.640000', '154201.100000', '154201.560000', '154202.020000', '154202.480000', '154202.940000', '154203.400000', '154203.860000', '154204.320000', '154204.780000', '154205.240000', '154205.700000', '154206.160000', '154206.620000', '154207.080000', '154207.540000', '154208.000000', '154208.460000', '154208.920000', '154209.380000', '154209.840000', '154210.300000', '154210.760000', '154211.220000', '154211.680000', '154212.140000', '154212.600000', '154213.060000', '154213.520000', '154213.980000', '154214.440000', '154214.900000', '154215.360000', '154215.820000', '154216.280000', '154216.740000', '154217.200000', '154217.660000', '154218.120000', '154218.580000', '154219.040000', '154219.500000', '154219.960000', '154220.420000', '154220.880000', '154221.340000', '154221.800000', '154222.260000', '154222.720000', '154223.180000', '154223.640000', '154224.100000', '154224.560000', '154225.020000', '154225.480000', '154225.940000', '154226.400000', '154226.860000', '154227.320000', '154227.780000', '154228.240000', '154228.700000', '154229.160000', '154229.620000', '154230.080000', '154230.540000', '154231.000000', '154231.460000', '154231.920000', '154232.380000', '154232.840000', '154233.300000', '154233.760000', '154234.220000', '154234.680000', '154235.140000', '154235.600000', '154236.060000', '154236.520000', '154236.980000', '154237.440000', '154237.900000', '154238.360000', '154238.820000', '154239.280000', '154239.740000', '154240.200000', '154240.660000', '154241.120000', '154241.580000', '154242.040000', '154242.500000', '154242.960000', '154243.420000', '154243.880000', '154244.340000', '154244.800000', '154245.260000', '154245.720000', '154246.180000', '154246.640000', '154247.100000', '154247.560000', '154248.020000', '154248.480000', '154248.940000', '154249.400000', '154249.860000', '154250.320000', '154250.780000', '154251.240000', '154251.700000', '154252.160000', '154252.620000', '154253.080000', '154253.540000', '154254.000000', '154254.460000', '154254.920000', '154255.380000', '154255.840000', '154256.300000', '154256.760000', '154257.220000', '154257.680000', '154258.140000', '154258.600000', '154259.060000', '154259.520000', '154259.980000', '154300.440000', '154300.900000', '154301.360000', '154301.820000', '154302.280000', '154302.740000', '154303.200000', '154303.660000', '154304.120000', '154304.580000', '154305.040000', '154305.500000', '154305.960000', '154306.420000', '154306.880000'], 'ContentTime': ['153643.452000', '153643.455000', '153643.458000', '153643.469000', '153643.472000', '153643.475000', '153643.478000', '153643.481000', '153643.484000', '153643.487000', '153643.489000', '153643.492000', '153643.495000', '153643.509000', '153643.512000', '153643.515000', '153643.518000', '153643.521000', '153643.524000', '153643.526000', '153643.529000', '153643.532000', '153643.535000', '153643.538000', '153643.545000', '153643.548000', '153643.550000', '153643.553000', '153643.556000', '153643.559000', '153643.562000', '153643.565000', '153643.568000', '153643.571000', '153643.573000', '153643.576000', '153703.419000', '153703.422000', '153703.454000', '153703.457000', '153703.459000', '153703.462000', '153703.465000', '153703.468000', '153703.471000', '153703.474000', '153703.477000', '153703.479000', '153703.482000', '153703.485000', '153703.488000', '153703.491000', '153703.494000', '153703.496000', '153703.499000', '153703.502000', '153703.505000', '153703.508000', '153703.511000', '153703.514000', '153703.516000', '153703.519000', '153703.522000', '153703.525000', '153703.528000', '153703.531000', '153703.533000', '153703.536000', '153703.539000', '153703.542000', '153703.545000', '153703.548000', '153703.551000', '153703.553000', '153703.556000', '153703.559000', '153703.562000', '153703.565000', '153703.568000', '153703.571000', '153723.419000', '153723.426000', '153723.429000', '153723.432000', '153723.435000', '153723.438000', '153723.441000', '153723.443000', '153723.446000', '153723.449000', '153723.452000', '153723.455000', '153723.458000', '153723.460000', '153723.463000', '153723.467000', '153723.473000', '153723.476000', '153723.479000', '153723.482000', '153723.484000', '153723.487000', '153723.490000', '153723.493000', '153723.496000', '153723.499000', '153723.502000', '153723.505000', '153723.507000', '153723.510000', '153723.513000', '153723.516000', '153723.519000', '153723.522000', '153723.525000', '153723.528000', '153723.530000', '153723.533000', '153723.536000', '153723.539000', '153723.542000', '153723.545000', '153723.547000', '153743.419000', '153743.422000', '153743.425000', '153743.428000', '153743.431000', '153743.434000', '153743.437000', '153743.439000', '153743.442000', '153743.445000', '153743.448000', '153743.451000', '153743.454000', '153743.457000', '153743.460000', '153743.462000', '153743.465000', '153743.468000', '153743.471000', '153743.474000', '153743.477000', '153743.480000', '153743.483000', '153743.486000', '153743.488000', '153743.491000', '153743.494000', '153743.497000', '153743.500000', '153743.503000', '153743.506000', '153743.509000', '153743.511000', '153743.514000', '153743.517000', '153743.520000', '153743.523000', '153743.526000', '153743.529000', '153743.531000', '153743.534000', '153743.537000', '153743.540000', '153743.543000', '153803.419000', '153803.422000', '153803.425000', '153803.428000', '153803.431000', '153803.434000', '153803.436000', '153803.439000', '153803.442000', '153803.445000', '153803.448000', '153803.451000', '153803.454000', '153803.457000', '153803.460000', '153803.462000', '153803.466000', '153803.469000', '153803.471000', '153803.475000', '153803.480000', '153803.483000', '153803.486000', '153803.489000', '153803.492000', '153803.495000', '153803.498000', '153803.500000', '153803.503000', '153803.506000', '153803.509000', '153803.512000', '153803.515000', '153803.518000', '153803.520000', '153803.523000', '153803.529000', '153803.531000', '153803.534000', '153803.537000', '153803.540000', '153803.543000', '153803.546000', '153823.419000', '153823.422000', '153823.425000', '153823.428000', '153823.431000', '153823.433000', '153823.436000', '153823.439000', '153823.442000', '153823.445000', '153823.448000', '153823.451000', '153823.453000', '153823.456000', '153823.459000', '153823.462000', '153823.465000', '153823.468000', '153823.471000', '153823.474000', '153823.477000', '153823.479000', '153823.482000', '153823.485000', '153823.488000', '153823.491000', '153823.494000', '153823.496000', '153823.499000', '153823.502000', '153823.515000', '153823.518000', '153823.521000', '153823.523000', '153823.526000', '153823.529000', '153823.532000', '153823.535000', '153823.537000', '153823.540000', '153823.543000', '153823.546000', '153823.549000', '153823.552000', '153843.419000', '153843.422000', '153843.425000', '153843.428000', '153843.431000', '153843.434000', '153843.436000', '153843.439000', '153843.442000', '153843.445000', '153843.448000', '153843.451000', '153843.454000', '153843.456000', '153843.459000', '153843.462000', '153843.465000', '153843.468000', '153843.471000', '153843.474000', '153843.477000', '153843.479000', '153843.482000', '153843.485000', '153843.488000', '153843.491000', '153843.494000', '153843.497000', '153843.500000', '153843.503000', '153843.506000', '153843.508000', '153843.511000', '153843.514000', '153843.517000', '153843.520000', '153843.523000', '153843.526000', '153843.529000', '153843.532000', '153843.534000', '153843.537000', '153843.540000', '153903.418000', '153903.421000', '153903.424000', '153903.427000', '153903.430000', '153903.432000', '153903.435000', '153903.438000', '153903.441000', '153903.444000', '153903.447000', '153903.450000', '153903.452000', '153903.455000', '153903.458000', '153903.461000', '153903.464000', '153903.467000', '153903.470000', '153903.473000', '153903.475000', '153903.478000', '153903.481000', '153903.484000', '153903.487000', '153903.490000', '153903.493000', '153903.495000', '153903.498000', '153903.501000', '153903.504000', '153903.507000', '153903.510000', '153903.513000', '153903.515000', '153903.518000', '153903.521000', '153903.524000', '153903.527000', '153903.530000', '153903.533000', '153903.535000', '153903.538000', '153903.541000', '153923.419000', '153923.422000', '153923.425000', '153923.428000', '153923.431000', '153923.433000', '153923.436000', '153923.439000', '153923.442000', '153923.445000', '153923.448000', '153923.452000', '153923.454000', '153923.457000', '153923.460000', '153923.463000', '153923.466000', '153923.469000', '153923.472000', '153923.475000', '153923.478000', '153923.481000', '153923.483000', '153923.486000', '153923.489000', '153923.492000', '153923.495000', '153923.498000', '153923.501000', '153923.504000', '153923.507000', '153923.510000', '153923.513000', '153923.516000', '153923.518000', '153923.521000', '153923.524000', '153923.527000', '153923.530000', '153923.533000', '153923.536000', '153923.539000', '153923.541000', '153943.419000', '153943.422000', '153943.425000', '153943.428000', '153943.431000', '153943.434000', '153943.436000', '153943.439000', '153943.442000', '153943.445000', '153943.448000', '153943.451000', '153943.454000', '153943.457000', '153943.460000', '153943.463000', '153943.465000', '153943.468000', '153943.471000', '153943.474000', '153943.477000', '153943.480000', '153943.483000', '153943.486000', '153943.488000', '153943.491000', '153943.494000', '153943.497000', '153943.500000', '153943.503000', '153943.506000', '153943.509000', '153943.511000', '153943.514000', '153943.517000', '153943.520000', '153943.523000', '153943.525000', '153943.528000', '153943.531000', '153943.534000', '153943.537000', '153943.540000', '153943.543000', '154003.419000', '154003.422000', '154003.425000', '154003.428000', '154003.431000', '154003.434000', '154003.436000', '154003.439000', '154003.442000', '154003.445000', '154003.448000', '154003.465000', '154003.468000', '154003.471000', '154003.474000', '154003.477000', '154003.480000', '154003.483000', '154003.486000', '154003.488000', '154003.491000', '154003.494000', '154003.497000', '154003.500000', '154003.503000', '154003.506000', '154003.509000', '154003.512000', '154003.514000', '154003.517000', '154003.520000', '154003.523000', '154003.526000', '154003.529000', '154003.532000', '154003.535000', '154003.538000', '154003.541000', '154003.544000', '154003.547000', '154003.549000', '154003.552000', '154003.555000', '154023.419000', '154023.422000', '154023.425000', '154023.428000', '154023.431000', '154023.433000', '154023.436000', '154023.439000', '154023.442000', '154023.445000', '154023.448000', '154023.451000', '154023.453000', '154023.456000', '154023.459000', '154023.462000', '154023.465000', '154023.468000', '154023.471000', '154023.473000', '154023.476000', '154023.479000', '154023.482000', '154023.485000', '154023.488000', '154023.491000', '154023.494000', '154023.496000', '154023.499000', '154023.502000', '154023.505000', '154023.508000', '154023.511000', '154023.514000', '154023.517000', '154023.520000', '154023.522000', '154023.525000', '154023.528000', '154023.531000', '154023.534000', '154023.537000', '154023.539000', '154023.542000', '154043.419000', '154043.422000', '154043.425000', '154043.428000', '154043.431000', '154043.434000', '154043.436000', '154043.439000', '154043.442000', '154043.445000', '154043.448000', '154043.451000', '154043.454000', '154043.457000', '154043.459000', '154043.462000', '154043.465000', '154043.468000', '154043.471000', '154043.474000', '154043.477000', '154043.480000', '154043.483000', '154043.487000', '154043.490000', '154043.493000', '154043.496000', '154043.498000', '154043.501000', '154043.504000', '154043.507000', '154043.510000', '154043.513000', '154043.516000', '154043.519000', '154043.522000', '154043.524000', '154043.527000', '154043.530000', '154043.533000', '154043.536000', '154043.539000', '154043.542000', '154103.419000', '154103.422000', '154103.425000', '154103.428000', '154103.431000', '154103.434000', '154103.436000', '154103.439000', '154103.442000', '154103.445000', '154103.448000', '154103.451000', '154103.454000', '154103.457000', '154103.460000', '154103.462000', '154103.465000', '154103.468000', '154103.471000', '154103.474000', '154103.477000', '154103.480000', '154103.483000', '154103.486000', '154103.488000', '154103.491000', '154103.494000', '154103.497000', '154103.500000', '154103.503000', '154103.506000', '154103.508000', '154103.511000', '154103.514000', '154103.517000', '154103.520000', '154103.523000', '154103.526000', '154103.529000', '154103.531000', '154103.534000', '154103.537000', '154103.540000', '154103.543000', '154123.418000', '154123.421000', '154123.424000', '154123.427000', '154123.430000', '154123.433000', '154123.435000', '154123.438000', '154123.441000', '154123.444000', '154123.447000', '154123.450000', '154123.453000', '154123.456000', '154123.459000', '154123.462000', '154123.464000', '154123.467000', '154123.470000', '154123.473000', '154123.476000', '154123.479000', '154123.482000', '154123.485000', '154123.488000', '154123.490000', '154123.493000', '154123.496000', '154123.499000', '154123.502000', '154123.505000', '154123.507000', '154123.510000', '154123.513000', '154123.516000', '154123.519000', '154123.531000', '154123.534000', '154123.537000', '154123.540000', '154123.543000', '154123.546000', '154123.549000', '154143.419000', '154143.422000', '154143.425000', '154143.428000', '154143.431000', '154143.434000', '154143.436000', '154143.439000', '154143.442000', '154143.445000', '154143.448000', '154143.451000', '154143.454000', '154143.457000', '154143.460000', '154143.462000', '154143.465000', '154143.468000', '154143.471000', '154143.474000', '154143.477000', '154143.480000', '154143.483000', '154143.486000', '154143.488000', '154143.491000', '154143.494000', '154143.497000', '154143.500000', '154143.503000', '154143.506000', '154143.509000', '154143.511000', '154143.514000', '154143.517000', '154143.520000', '154143.523000', '154143.526000', '154143.529000', '154143.532000', '154143.535000', '154143.537000', '154143.540000', '154143.543000', '154203.419000', '154203.422000', '154203.425000', '154203.428000', '154203.431000', '154203.434000', '154203.437000', '154203.439000', '154203.442000', '154203.445000', '154203.448000', '154203.451000', '154203.454000', '154203.457000', '154203.460000', '154203.463000', '154203.466000', '154203.468000', '154203.471000', '154203.474000', '154203.477000', '154203.480000', '154203.483000', '154203.486000', '154203.489000', '154203.492000', '154203.494000', '154203.497000', '154203.500000', '154203.503000', '154203.506000', '154203.509000', '154203.511000', '154203.514000', '154203.517000', '154203.520000', '154203.524000', '154203.527000', '154203.530000', '154203.533000', '154203.536000', '154203.538000', '154203.541000', '154223.419000', '154223.422000', '154223.425000', '154223.428000', '154223.431000', '154223.434000', '154223.436000', '154223.439000', '154223.442000', '154223.445000', '154223.448000', '154223.451000', '154223.454000', '154223.457000', '154223.459000', '154223.462000', '154223.465000', '154223.468000', '154223.471000', '154223.474000', '154223.477000', '154223.480000', '154223.483000', '154223.485000', '154223.488000', '154223.491000', '154223.494000', '154223.497000', '154223.500000', '154223.503000', '154223.506000', '154223.509000', '154223.511000', '154223.514000', '154223.519000', '154223.522000', '154223.525000', '154223.528000', '154223.530000', '154223.533000', '154223.536000', '154223.539000', '154223.542000', '154223.545000', '154243.419000', '154243.422000', '154243.425000', '154243.428000', '154243.431000', '154243.434000', '154243.436000', '154243.439000', '154243.442000', '154243.445000', '154243.448000', '154243.451000', '154243.454000', '154243.456000', '154243.459000', '154243.462000', '154243.465000', '154243.468000', '154243.471000', '154243.474000', '154243.476000', '154243.479000', '154243.482000', '154243.485000', '154243.488000', '154243.491000', '154243.494000', '154243.497000', '154243.500000', '154243.502000', '154243.505000', '154243.508000', '154243.511000', '154243.514000', '154243.517000', '154243.520000', '154243.523000', '154243.526000', '154243.528000', '154243.531000', '154243.534000', '154243.537000', '154243.540000', '154303.419000', '154303.422000', '154303.425000', '154303.440000', '154303.443000', '154303.446000', '154303.449000', '154303.452000', '154303.455000', '154303.458000', '154303.461000', '154303.463000', '154303.466000', '154303.469000', '154303.472000', '154303.475000', '154303.478000', '154303.481000', '154303.484000', '154303.487000', '154303.489000', '154303.492000', '154303.495000', '154303.498000', '154303.501000', '154303.504000', '154303.507000', '154303.509000', '154303.512000', '154303.515000', '154303.518000', '154303.521000', '154303.524000', '154303.527000', '154303.530000', '154303.533000', '154303.535000', '154303.538000', '154303.541000', '154303.544000', '154303.547000', '154303.550000', '154303.553000', '154303.555000', '154307.593000', '154307.596000', '154307.599000', '154307.603000', '154307.606000', '154307.609000', '154307.612000', '154307.615000', '154307.619000'], 'InstanceCreationTime': ['153643.452000', '153643.455000', '153643.458000', '153643.469000', '153643.472000', '153643.475000', '153643.478000', '153643.481000', '153643.484000', '153643.487000', '153643.489000', '153643.492000', '153643.495000', '153643.509000', '153643.512000', '153643.515000', '153643.518000', '153643.521000', '153643.524000', '153643.526000', '153643.529000', '153643.532000', '153643.535000', '153643.538000', '153643.545000', '153643.548000', '153643.550000', '153643.553000', '153643.556000', '153643.559000', '153643.562000', '153643.565000', '153643.568000', '153643.571000', '153643.573000', '153643.576000', '153703.419000', '153703.422000', '153703.454000', '153703.457000', '153703.459000', '153703.462000', '153703.465000', '153703.468000', '153703.471000', '153703.474000', '153703.477000', '153703.479000', '153703.482000', '153703.485000', '153703.488000', '153703.491000', '153703.494000', '153703.496000', '153703.499000', '153703.502000', '153703.505000', '153703.508000', '153703.511000', '153703.514000', '153703.516000', '153703.519000', '153703.522000', '153703.525000', '153703.528000', '153703.531000', '153703.533000', '153703.536000', '153703.539000', '153703.542000', '153703.545000', '153703.548000', '153703.551000', '153703.553000', '153703.556000', '153703.559000', '153703.562000', '153703.565000', '153703.568000', '153703.571000', '153723.419000', '153723.426000', '153723.429000', '153723.432000', '153723.435000', '153723.438000', '153723.441000', '153723.443000', '153723.446000', '153723.449000', '153723.452000', '153723.455000', '153723.458000', '153723.460000', '153723.463000', '153723.467000', '153723.473000', '153723.476000', '153723.479000', '153723.482000', '153723.484000', '153723.487000', '153723.490000', '153723.493000', '153723.496000', '153723.499000', '153723.502000', '153723.505000', '153723.507000', '153723.510000', '153723.513000', '153723.516000', '153723.519000', '153723.522000', '153723.525000', '153723.528000', '153723.530000', '153723.533000', '153723.536000', '153723.539000', '153723.542000', '153723.545000', '153723.547000', '153743.419000', '153743.422000', '153743.425000', '153743.428000', '153743.431000', '153743.434000', '153743.437000', '153743.439000', '153743.442000', '153743.445000', '153743.448000', '153743.451000', '153743.454000', '153743.457000', '153743.460000', '153743.462000', '153743.465000', '153743.468000', '153743.471000', '153743.474000', '153743.477000', '153743.480000', '153743.483000', '153743.486000', '153743.488000', '153743.491000', '153743.494000', '153743.497000', '153743.500000', '153743.503000', '153743.506000', '153743.509000', '153743.511000', '153743.514000', '153743.517000', '153743.520000', '153743.523000', '153743.526000', '153743.529000', '153743.531000', '153743.534000', '153743.537000', '153743.540000', '153743.543000', '153803.419000', '153803.422000', '153803.425000', '153803.428000', '153803.431000', '153803.434000', '153803.436000', '153803.439000', '153803.442000', '153803.445000', '153803.448000', '153803.451000', '153803.454000', '153803.457000', '153803.460000', '153803.462000', '153803.466000', '153803.469000', '153803.471000', '153803.475000', '153803.480000', '153803.483000', '153803.486000', '153803.489000', '153803.492000', '153803.495000', '153803.498000', '153803.500000', '153803.503000', '153803.506000', '153803.509000', '153803.512000', '153803.515000', '153803.518000', '153803.520000', '153803.523000', '153803.529000', '153803.531000', '153803.534000', '153803.537000', '153803.540000', '153803.543000', '153803.546000', '153823.419000', '153823.422000', '153823.425000', '153823.428000', '153823.431000', '153823.433000', '153823.436000', '153823.439000', '153823.442000', '153823.445000', '153823.448000', '153823.451000', '153823.453000', '153823.456000', '153823.459000', '153823.462000', '153823.465000', '153823.468000', '153823.471000', '153823.474000', '153823.477000', '153823.479000', '153823.482000', '153823.485000', '153823.488000', '153823.491000', '153823.494000', '153823.496000', '153823.499000', '153823.502000', '153823.515000', '153823.518000', '153823.521000', '153823.523000', '153823.526000', '153823.529000', '153823.532000', '153823.535000', '153823.537000', '153823.540000', '153823.543000', '153823.546000', '153823.549000', '153823.552000', '153843.419000', '153843.422000', '153843.425000', '153843.428000', '153843.431000', '153843.434000', '153843.436000', '153843.439000', '153843.442000', '153843.445000', '153843.448000', '153843.451000', '153843.454000', '153843.456000', '153843.459000', '153843.462000', '153843.465000', '153843.468000', '153843.471000', '153843.474000', '153843.477000', '153843.479000', '153843.482000', '153843.485000', '153843.488000', '153843.491000', '153843.494000', '153843.497000', '153843.500000', '153843.503000', '153843.506000', '153843.508000', '153843.511000', '153843.514000', '153843.517000', '153843.520000', '153843.523000', '153843.526000', '153843.529000', '153843.532000', '153843.534000', '153843.537000', '153843.540000', '153903.418000', '153903.421000', '153903.424000', '153903.427000', '153903.430000', '153903.432000', '153903.435000', '153903.438000', '153903.441000', '153903.444000', '153903.447000', '153903.450000', '153903.452000', '153903.455000', '153903.458000', '153903.461000', '153903.464000', '153903.467000', '153903.470000', '153903.473000', '153903.475000', '153903.478000', '153903.481000', '153903.484000', '153903.487000', '153903.490000', '153903.493000', '153903.495000', '153903.498000', '153903.501000', '153903.504000', '153903.507000', '153903.510000', '153903.513000', '153903.515000', '153903.518000', '153903.521000', '153903.524000', '153903.527000', '153903.530000', '153903.533000', '153903.535000', '153903.538000', '153903.541000', '153923.419000', '153923.422000', '153923.425000', '153923.428000', '153923.431000', '153923.433000', '153923.436000', '153923.439000', '153923.442000', '153923.445000', '153923.448000', '153923.452000', '153923.454000', '153923.457000', '153923.460000', '153923.463000', '153923.466000', '153923.469000', '153923.472000', '153923.475000', '153923.478000', '153923.481000', '153923.483000', '153923.486000', '153923.489000', '153923.492000', '153923.495000', '153923.498000', '153923.501000', '153923.504000', '153923.507000', '153923.510000', '153923.513000', '153923.516000', '153923.518000', '153923.521000', '153923.524000', '153923.527000', '153923.530000', '153923.533000', '153923.536000', '153923.539000', '153923.541000', '153943.419000', '153943.422000', '153943.425000', '153943.428000', '153943.431000', '153943.434000', '153943.436000', '153943.439000', '153943.442000', '153943.445000', '153943.448000', '153943.451000', '153943.454000', '153943.457000', '153943.460000', '153943.463000', '153943.465000', '153943.468000', '153943.471000', '153943.474000', '153943.477000', '153943.480000', '153943.483000', '153943.486000', '153943.488000', '153943.491000', '153943.494000', '153943.497000', '153943.500000', '153943.503000', '153943.506000', '153943.509000', '153943.511000', '153943.514000', '153943.517000', '153943.520000', '153943.523000', '153943.525000', '153943.528000', '153943.531000', '153943.534000', '153943.537000', '153943.540000', '153943.543000', '154003.419000', '154003.422000', '154003.425000', '154003.428000', '154003.431000', '154003.434000', '154003.436000', '154003.439000', '154003.442000', '154003.445000', '154003.448000', '154003.465000', '154003.468000', '154003.471000', '154003.474000', '154003.477000', '154003.480000', '154003.483000', '154003.486000', '154003.488000', '154003.491000', '154003.494000', '154003.497000', '154003.500000', '154003.503000', '154003.506000', '154003.509000', '154003.512000', '154003.514000', '154003.517000', '154003.520000', '154003.523000', '154003.526000', '154003.529000', '154003.532000', '154003.535000', '154003.538000', '154003.541000', '154003.544000', '154003.547000', '154003.549000', '154003.552000', '154003.555000', '154023.419000', '154023.422000', '154023.425000', '154023.428000', '154023.431000', '154023.433000', '154023.436000', '154023.439000', '154023.442000', '154023.445000', '154023.448000', '154023.451000', '154023.453000', '154023.456000', '154023.459000', '154023.462000', '154023.465000', '154023.468000', '154023.471000', '154023.473000', '154023.476000', '154023.479000', '154023.482000', '154023.485000', '154023.488000', '154023.491000', '154023.494000', '154023.496000', '154023.499000', '154023.502000', '154023.505000', '154023.508000', '154023.511000', '154023.514000', '154023.517000', '154023.520000', '154023.522000', '154023.525000', '154023.528000', '154023.531000', '154023.534000', '154023.537000', '154023.539000', '154023.542000', '154043.419000', '154043.422000', '154043.425000', '154043.428000', '154043.431000', '154043.434000', '154043.436000', '154043.439000', '154043.442000', '154043.445000', '154043.448000', '154043.451000', '154043.454000', '154043.457000', '154043.459000', '154043.462000', '154043.465000', '154043.468000', '154043.471000', '154043.474000', '154043.477000', '154043.480000', '154043.483000', '154043.487000', '154043.490000', '154043.493000', '154043.496000', '154043.498000', '154043.501000', '154043.504000', '154043.507000', '154043.510000', '154043.513000', '154043.516000', '154043.519000', '154043.522000', '154043.524000', '154043.527000', '154043.530000', '154043.533000', '154043.536000', '154043.539000', '154043.542000', '154103.419000', '154103.422000', '154103.425000', '154103.428000', '154103.431000', '154103.434000', '154103.436000', '154103.439000', '154103.442000', '154103.445000', '154103.448000', '154103.451000', '154103.454000', '154103.457000', '154103.460000', '154103.462000', '154103.465000', '154103.468000', '154103.471000', '154103.474000', '154103.477000', '154103.480000', '154103.483000', '154103.486000', '154103.488000', '154103.491000', '154103.494000', '154103.497000', '154103.500000', '154103.503000', '154103.506000', '154103.508000', '154103.511000', '154103.514000', '154103.517000', '154103.520000', '154103.523000', '154103.526000', '154103.529000', '154103.531000', '154103.534000', '154103.537000', '154103.540000', '154103.543000', '154123.418000', '154123.421000', '154123.424000', '154123.427000', '154123.430000', '154123.433000', '154123.435000', '154123.438000', '154123.441000', '154123.444000', '154123.447000', '154123.450000', '154123.453000', '154123.456000', '154123.459000', '154123.462000', '154123.464000', '154123.467000', '154123.470000', '154123.473000', '154123.476000', '154123.479000', '154123.482000', '154123.485000', '154123.488000', '154123.490000', '154123.493000', '154123.496000', '154123.499000', '154123.502000', '154123.505000', '154123.507000', '154123.510000', '154123.513000', '154123.516000', '154123.519000', '154123.531000', '154123.534000', '154123.537000', '154123.540000', '154123.543000', '154123.546000', '154123.549000', '154143.419000', '154143.422000', '154143.425000', '154143.428000', '154143.431000', '154143.434000', '154143.436000', '154143.439000', '154143.442000', '154143.445000', '154143.448000', '154143.451000', '154143.454000', '154143.457000', '154143.460000', '154143.462000', '154143.465000', '154143.468000', '154143.471000', '154143.474000', '154143.477000', '154143.480000', '154143.483000', '154143.486000', '154143.488000', '154143.491000', '154143.494000', '154143.497000', '154143.500000', '154143.503000', '154143.506000', '154143.509000', '154143.511000', '154143.514000', '154143.517000', '154143.520000', '154143.523000', '154143.526000', '154143.529000', '154143.532000', '154143.535000', '154143.537000', '154143.540000', '154143.543000', '154203.419000', '154203.422000', '154203.425000', '154203.428000', '154203.431000', '154203.434000', '154203.437000', '154203.439000', '154203.442000', '154203.445000', '154203.448000', '154203.451000', '154203.454000', '154203.457000', '154203.460000', '154203.463000', '154203.466000', '154203.468000', '154203.471000', '154203.474000', '154203.477000', '154203.480000', '154203.483000', '154203.486000', '154203.489000', '154203.492000', '154203.494000', '154203.497000', '154203.500000', '154203.503000', '154203.506000', '154203.509000', '154203.511000', '154203.514000', '154203.517000', '154203.520000', '154203.524000', '154203.527000', '154203.530000', '154203.533000', '154203.536000', '154203.538000', '154203.541000', '154223.419000', '154223.422000', '154223.425000', '154223.428000', '154223.431000', '154223.434000', '154223.436000', '154223.439000', '154223.442000', '154223.445000', '154223.448000', '154223.451000', '154223.454000', '154223.457000', '154223.459000', '154223.462000', '154223.465000', '154223.468000', '154223.471000', '154223.474000', '154223.477000', '154223.480000', '154223.483000', '154223.485000', '154223.488000', '154223.491000', '154223.494000', '154223.497000', '154223.500000', '154223.503000', '154223.506000', '154223.509000', '154223.511000', '154223.514000', '154223.519000', '154223.522000', '154223.525000', '154223.528000', '154223.530000', '154223.533000', '154223.536000', '154223.539000', '154223.542000', '154223.545000', '154243.419000', '154243.422000', '154243.425000', '154243.428000', '154243.431000', '154243.434000', '154243.436000', '154243.439000', '154243.442000', '154243.445000', '154243.448000', '154243.451000', '154243.454000', '154243.456000', '154243.459000', '154243.462000', '154243.465000', '154243.468000', '154243.471000', '154243.474000', '154243.476000', '154243.479000', '154243.482000', '154243.485000', '154243.488000', '154243.491000', '154243.494000', '154243.497000', '154243.500000', '154243.502000', '154243.505000', '154243.508000', '154243.511000', '154243.514000', '154243.517000', '154243.520000', '154243.523000', '154243.526000', '154243.528000', '154243.531000', '154243.534000', '154243.537000', '154243.540000', '154303.419000', '154303.422000', '154303.425000', '154303.440000', '154303.443000', '154303.446000', '154303.449000', '154303.452000', '154303.455000', '154303.458000', '154303.461000', '154303.463000', '154303.466000', '154303.469000', '154303.472000', '154303.475000', '154303.478000', '154303.481000', '154303.484000', '154303.487000', '154303.489000', '154303.492000', '154303.495000', '154303.498000', '154303.501000', '154303.504000', '154303.507000', '154303.509000', '154303.512000', '154303.515000', '154303.518000', '154303.521000', '154303.524000', '154303.527000', '154303.530000', '154303.533000', '154303.535000', '154303.538000', '154303.541000', '154303.544000', '154303.547000', '154303.550000', '154303.553000', '154303.555000', '154307.593000', '154307.596000', '154307.599000', '154307.603000', '154307.606000', '154307.609000', '154307.612000', '154307.615000', '154307.619000'], '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': [8638, 10898, 8163, 9903, 7781, 11118, 7585, 9194, 9225, 7899, 9967, 7609, 9109, 9548, 9780, 10082, 8907, 8317, 7850, 9534, 7640, 9720, 8925, 9037, 9566, 7822, 8298, 7761, 10038, 7473, 9411, 8206, 7713, 9882, 8212, 7797, 9305, 8114, 7845, 10965, 8339, 7777, 9880, 8878, 7837, 10469, 7346, 8608, 9712, 10040, 9648, 10371, 9597, 9197, 10244, 7433, 8172, 7269, 8991, 7394, 10818, 7976, 8289, 9531, 7602, 9910, 7502, 9990, 7471, 11131, 7774, 11193, 7525, 9680, 7575, 9528, 7605, 11013, 8030, 10457, 9562, 9525, 10880, 7319, 8576, 7459, 9684, 7468, 11474, 7545, 10306, 8400, 8941, 9192, 7343, 8678, 7324, 9273, 7660, 9970, 7596, 10262, 10989, 7149, 7705, 7792, 10945, 9144, 10673, 10090, 10182, 10513, 7862, 11407, 8434, 9893, 8019, 11015, 9974, 10892, 10455, 7837, 10580, 7800, 8796, 7998, 10555, 7921, 11400, 8024, 10874, 8152, 10950, 8476, 11350, 8349, 10232, 7546, 10151, 7774, 10203, 7779, 11280, 7798, 10735, 7858, 10810, 8038, 11204, 8226, 10731, 9292, 10204, 8700, 10213, 8641, 10496, 10119, 8481, 10007, 7380, 11437, 7452, 11080, 7859, 10579, 7662, 11735, 7533, 12125, 7733, 9467, 7487, 8795, 7726, 9511, 7529, 9991, 7603, 9879, 7675, 10486, 7427, 10246, 7478, 9346, 7748, 10052, 7440, 8538, 9333, 7587, 9951, 7694, 11369, 7870, 10964, 7880, 10803, 9999, 10552, 8636, 10196, 8372, 9528, 9250, 8388, 10314, 9450, 8754, 9430, 8312, 9949, 10253, 10060, 10688, 9904, 10476, 8169, 11366, 8126, 11074, 8115, 10386, 7748, 9461, 7830, 9209, 7899, 9808, 7690, 9135, 8633, 8070, 9317, 7760, 9787, 8830, 11675, 8163, 11201, 7942, 11160, 8156, 10602, 7843, 9468, 7519, 9515, 7546, 11420, 7371, 11135, 7337, 10686, 7034, 9127, 7652, 8486, 6953, 8624, 7028, 8481, 7432, 9375, 7253, 8887, 7644, 9690, 7648, 9991, 7964, 11010, 8843, 7494, 9237, 7996, 9988, 8126, 10875, 8012, 12126, 9318, 11158, 8973, 10934, 8701, 9972, 10959, 8958, 11600, 8085, 11528, 7925, 10178, 7779, 10815, 7825, 10262, 7854, 10109, 8316, 9471, 8733, 7760, 10222, 7897, 9556, 7783, 9344, 7858, 9183, 7915, 9175, 7918, 9280, 8112, 9827, 7601, 10735, 8209, 9288, 7930, 7389, 11469, 7579, 8341, 7659, 9420, 7758, 9273, 7689, 8833, 9526, 6962, 10646, 7475, 8930, 7414, 9911, 7730, 9543, 9025, 8692, 9672, 7634, 9685, 7829, 9711, 7979, 10151, 7775, 11132, 7654, 10150, 7765, 9881, 7975, 10182, 8105, 9939, 8098, 10295, 8827, 11004, 8252, 10764, 8026, 10902, 7844, 10804, 7942, 10272, 7862, 10243, 7969, 9710, 7816, 9449, 7929, 9504, 7871, 9749, 7846, 9900, 7954, 9860, 7952, 9932, 7968, 10024, 7590, 9309, 7701, 9389, 7463, 8888, 7379, 9634, 7864, 9149, 8350, 9349, 8724, 7608, 9160, 9535, 9450, 9478, 10118, 7059, 8685, 7619, 9092, 7622, 10485, 7085, 7798, 10644, 7282, 8218, 8011, 7365, 9360, 7782, 11482, 8372, 9388, 9811, 8534, 9680, 9500, 10229, 7584, 9603, 7477, 9382, 7612, 10252, 7580, 9075, 7771, 9232, 7710, 9358, 7789, 9519, 8054, 10843, 7678, 10648, 7833, 10576, 9538, 7668, 10273, 7389, 9853, 7485, 10697, 7433, 10275, 7320, 10601, 7479, 10434, 7442, 10169, 7306, 10595, 7296, 9931, 7448, 8683, 7373, 9394, 7877, 10366, 7612, 9754, 7960, 9324, 9237, 10654, 9490, 7889, 9226, 7417, 9356, 10410, 9210, 7975, 8888, 7981, 8899, 8838, 8922, 8233, 8481, 8147, 7966, 10442, 7974, 10891, 7834, 10490, 7409, 10578, 7585, 11035, 7808, 10932, 7459, 10858, 7353, 9747, 7238, 10367, 7319, 10129, 7444, 9737, 7207, 10148, 7079, 10195, 7124, 9897, 7291, 9719, 7740, 8706, 8414, 9554, 9339, 7554, 9576, 7438, 11484, 6899, 9432, 7200, 9919, 7132, 9849, 7661, 8049, 9629, 7069, 11584, 7715, 7375, 9834, 7620, 11450, 9808, 10227, 7281, 10029, 7282, 10252, 7358, 10421, 7415, 9419, 7181, 8185, 7993, 8926, 9319, 8700, 9484, 7206, 9079, 7183, 9109, 7361, 8927, 7546, 8816, 7294, 8071, 9724, 7267, 9789, 7246, 9837, 7282, 10628, 7357, 11852, 8158, 6618, 11463, 7136, 11877, 7330, 9821, 7352, 10660, 7316, 10799, 7744, 11778, 10075, 9770, 9605, 8567, 9167, 11659, 8862, 12424, 7780, 11396, 7016, 11182, 7043, 10131, 7258, 10131, 7357, 9989, 7515, 10754, 7429, 10773, 7465, 10322, 7499, 10503, 7389, 10134, 7235, 10203, 7564, 9938, 7604, 9415, 6842, 8367, 8039, 10646, 9658, 8540, 9563, 7280, 9170, 7205, 9718, 7752, 10523, 7399, 10492, 7345, 10073, 7388, 8879, 7457, 10233, 7379, 9967, 8671, 7567, 8717, 7957, 11599, 10052, 7395, 9426, 7628, 10981, 7720, 11687, 8931, 8905, 9156, 7431, 8637, 7606, 11432, 8487, 8232, 11508, 7329, 10956, 7740, 10431, 8110, 10260, 7607, 10576, 7610, 10665, 7524, 10367, 7507, 10171, 7568, 9385, 7635, 9399, 7727, 9799, 7639, 10711, 7243, 9393, 7674, 9644, 9265, 7779, 8932, 7468, 9555, 8008, 10639, 7342, 9065, 7255, 9329, 7277, 8895, 7029, 9565, 7110, 8569, 7435, 9243, 7637, 10264, 7317, 10265, 8296, 11836, 8623, 11960, 8255, 11347, 7344, 11630, 7803, 10276, 11173, 7374, 8190, 7618, 11169, 8538, 8405, 8934, 7919, 11426, 9198, 7379, 10137, 8885, 12311, 10783, 10117, 9637, 8218, 9060, 8724, 9080, 8805, 10442, 7264, 8399, 7236, 8530, 7475, 9441, 7464, 9123, 7352, 9190, 7375, 10102, 7724, 10108, 7635, 10868, 7425, 10943, 7620, 11045, 7676, 10573, 7259, 9711, 7377, 9607, 7299, 10053, 7202, 10019, 7342, 10118, 7336, 11179, 7109, 11148, 7170, 11430, 7195, 10342, 8573, 8182, 8982, 9357, 9107, 6916, 11749, 7002, 10265, 7689, 11088, 8196, 11327, 7195, 9895, 7372, 11516, 7118, 9472, 6922, 9546, 6885, 9732, 10425, 7552, 9111, 7009, 8711, 8633, 7419, 9001, 11636, 7563, 10368, 8782, 11151, 6993, 12064, 6858, 12180, 7253, 11630, 7564, 10398, 8536, 8805, 8906, 8573, 9003, 10597, 9222, 8185, 8709, 7118, 8312, 7269, 9164, 6943, 8296, 6708, 7981, 6919, 9407, 6863, 10464, 7847], 'WindowCenter': [3995.0, 4011.0, 3968.0, 3988.0, 3952.0, 3985.0, 3952.0, 3974.0, 3977.0, 3951.0, 3973.0, 3953.0, 3962.0, 3972.0, 3970.0, 3973.0, 3949.0, 3939.0, 3938.0, 3958.0, 3941.0, 3960.0, 3960.0, 3948.0, 3959.0, 3937.0, 3949.0, 3942.0, 3972.0, 3931.0, 3947.0, 3951.0, 3941.0, 3972.0, 3963.0, 3941.0, 3971.0, 3952.0, 3963.0, 3983.0, 3961.0, 3951.0, 3984.0, 3972.0, 3952.0, 3986.0, 3944.0, 3962.0, 3972.0, 3970.0, 3962.0, 3972.0, 3958.0, 3949.0, 3958.0, 3929.0, 3949.0, 3939.0, 3960.0, 3941.0, 3981.0, 3952.0, 3964.0, 3973.0, 3942.0, 3970.0, 3942.0, 3970.0, 3927.0, 3970.0, 3939.0, 3970.0, 3928.0, 3958.0, 3940.0, 3961.0, 3940.0, 3971.0, 3951.0, 3970.0, 3972.0, 3960.0, 3971.0, 3942.0, 3948.0, 3941.0, 3970.0, 3942.0, 3981.0, 3939.0, 3972.0, 3955.0, 3962.0, 3964.0, 3942.0, 3963.0, 3943.0, 3974.0, 3954.0, 3981.0, 3968.0, 3986.0, 3998.0, 3944.0, 3955.0, 3969.0, 4011.0, 3990.0, 3997.0, 3988.0, 3984.0, 4000.0, 3965.0, 3996.0, 3965.0, 3972.0, 3954.0, 3973.0, 3973.0, 3980.0, 3972.0, 3940.0, 3972.0, 3931.0, 3941.0, 3941.0, 3958.0, 3939.0, 3969.0, 3940.0, 3960.0, 3940.0, 3969.0, 3940.0, 3957.0, 3938.0, 3948.0, 3929.0, 3958.0, 3929.0, 3960.0, 3941.0, 3967.0, 3941.0, 3971.0, 3941.0, 3971.0, 3939.0, 3972.0, 3952.0, 3970.0, 3961.0, 3961.0, 3951.0, 3957.0, 3952.0, 3970.0, 3973.0, 3948.0, 3961.0, 3928.0, 3982.0, 3943.0, 3983.0, 3948.0, 3972.0, 3940.0, 3993.0, 3952.0, 3996.0, 3942.0, 3960.0, 3942.0, 3952.0, 3954.0, 3974.0, 3940.0, 3974.0, 3951.0, 3974.0, 3956.0, 3986.0, 3941.0, 3975.0, 3945.0, 3962.0, 3950.0, 3987.0, 3955.0, 3966.0, 3976.0, 3964.0, 3999.0, 3967.0, 3999.0, 3954.0, 3987.0, 3954.0, 3986.0, 3971.0, 3982.0, 3952.0, 3971.0, 3940.0, 3961.0, 3960.0, 3952.0, 3972.0, 3962.0, 3951.0, 3963.0, 3951.0, 3972.0, 3972.0, 3972.0, 3972.0, 3961.0, 3957.0, 3939.0, 3967.0, 3940.0, 3971.0, 3939.0, 3959.0, 3927.0, 3960.0, 3940.0, 3961.0, 3950.0, 3970.0, 3952.0, 3973.0, 3964.0, 3953.0, 3976.0, 3954.0, 3974.0, 3974.0, 3986.0, 3952.0, 3972.0, 3940.0, 3969.0, 3940.0, 3959.0, 3927.0, 3948.0, 3916.0, 3946.0, 3926.0, 3968.0, 3928.0, 3969.0, 3928.0, 3970.0, 3916.0, 3960.0, 3940.0, 3950.0, 3930.0, 3950.0, 3931.0, 3963.0, 3956.0, 3977.0, 3958.0, 3974.0, 3954.0, 3974.0, 3967.0, 3986.0, 3967.0, 3998.0, 3963.0, 3944.0, 3975.0, 3952.0, 3975.0, 3952.0, 3982.0, 3942.0, 3984.0, 3949.0, 3972.0, 3937.0, 3959.0, 3924.0, 3944.0, 3943.0, 3923.0, 3941.0, 3911.0, 3939.0, 3900.0, 3918.0, 3898.0, 3929.0, 3899.0, 3930.0, 3899.0, 3931.0, 3910.0, 3920.0, 3909.0, 3900.0, 3929.0, 3910.0, 3921.0, 3912.0, 3932.0, 3925.0, 3934.0, 3926.0, 3936.0, 3926.0, 3949.0, 3939.0, 3958.0, 3928.0, 3958.0, 3938.0, 3949.0, 3940.0, 3941.0, 3983.0, 3941.0, 3951.0, 3943.0, 3962.0, 3942.0, 3976.0, 3958.0, 3962.0, 3972.0, 3942.0, 3984.0, 3956.0, 3977.0, 3955.0, 3975.0, 3954.0, 3975.0, 3977.0, 3964.0, 3975.0, 3957.0, 3973.0, 3955.0, 3973.0, 3966.0, 3975.0, 3944.0, 3986.0, 3944.0, 3973.0, 3943.0, 3977.0, 3956.0, 3973.0, 3955.0, 3962.0, 3954.0, 3972.0, 3964.0, 3974.0, 3953.0, 3972.0, 3942.0, 3970.0, 3940.0, 3971.0, 3941.0, 3962.0, 3940.0, 3961.0, 3941.0, 3951.0, 3930.0, 3951.0, 3941.0, 3960.0, 3940.0, 3962.0, 3943.0, 3961.0, 3942.0, 3972.0, 3949.0, 3962.0, 3941.0, 3961.0, 3929.0, 3949.0, 3940.0, 3962.0, 3931.0, 3961.0, 3941.0, 3961.0, 3951.0, 3974.0, 3963.0, 3976.0, 3962.0, 3942.0, 3975.0, 3973.0, 3976.0, 3962.0, 3975.0, 3930.0, 3950.0, 3954.0, 3965.0, 3955.0, 3984.0, 3943.0, 3954.0, 3986.0, 3956.0, 3964.0, 3964.0, 3954.0, 3988.0, 3956.0, 3997.0, 3967.0, 3976.0, 3977.0, 3954.0, 3965.0, 3960.0, 3963.0, 3929.0, 3951.0, 3927.0, 3950.0, 3929.0, 3963.0, 3931.0, 3950.0, 3929.0, 3951.0, 3941.0, 3962.0, 3942.0, 3973.0, 3956.0, 3984.0, 3954.0, 3983.0, 3944.0, 3975.0, 3976.0, 3943.0, 3975.0, 3931.0, 3974.0, 3943.0, 3974.0, 3930.0, 3974.0, 3932.0, 3972.0, 3942.0, 3973.0, 3931.0, 3970.0, 3930.0, 3973.0, 3943.0, 3974.0, 3932.0, 3951.0, 3942.0, 3964.0, 3956.0, 3974.0, 3954.0, 3976.0, 3955.0, 3973.0, 3988.0, 3986.0, 3976.0, 3942.0, 3962.0, 3932.0, 3964.0, 3974.0, 3960.0, 3940.0, 3951.0, 3927.0, 3952.0, 3951.0, 3952.0, 3940.0, 3952.0, 3939.0, 3941.0, 3969.0, 3941.0, 3970.0, 3929.0, 3958.0, 3928.0, 3959.0, 3928.0, 3968.0, 3929.0, 3959.0, 3929.0, 3969.0, 3930.0, 3960.0, 3942.0, 3960.0, 3931.0, 3961.0, 3930.0, 3963.0, 3943.0, 3974.0, 3934.0, 3973.0, 3933.0, 3975.0, 3945.0, 3974.0, 3956.0, 3964.0, 3954.0, 3974.0, 3965.0, 3943.0, 3974.0, 3942.0, 3982.0, 3946.0, 3963.0, 3943.0, 3975.0, 3945.0, 3974.0, 3955.0, 3955.0, 3975.0, 3942.0, 3995.0, 3956.0, 3943.0, 3974.0, 3954.0, 3986.0, 3963.0, 3962.0, 3930.0, 3959.0, 3928.0, 3960.0, 3930.0, 3959.0, 3930.0, 3949.0, 3920.0, 3941.0, 3942.0, 3952.0, 3963.0, 3951.0, 3961.0, 3930.0, 3962.0, 3932.0, 3963.0, 3943.0, 3965.0, 3955.0, 3964.0, 3945.0, 3955.0, 3977.0, 3942.0, 3976.0, 3945.0, 3976.0, 3957.0, 3984.0, 3945.0, 3997.0, 3956.0, 3935.0, 3996.0, 3941.0, 3996.0, 3945.0, 3974.0, 3943.0, 3974.0, 3942.0, 3984.0, 3954.0, 3994.0, 3975.0, 3961.0, 3964.0, 3952.0, 3963.0, 3971.0, 3950.0, 3971.0, 3928.0, 3958.0, 3904.0, 3956.0, 3907.0, 3947.0, 3919.0, 3958.0, 3929.0, 3948.0, 3918.0, 3959.0, 3918.0, 3960.0, 3916.0, 3957.0, 3918.0, 3948.0, 3916.0, 3948.0, 3917.0, 3949.0, 3928.0, 3948.0, 3929.0, 3949.0, 3920.0, 3940.0, 3941.0, 3971.0, 3962.0, 3940.0, 3961.0, 3929.0, 3951.0, 3929.0, 3962.0, 3929.0, 3968.0, 3930.0, 3971.0, 3930.0, 3963.0, 3932.0, 3963.0, 3932.0, 3971.0, 3942.0, 3961.0, 3953.0, 3942.0, 3953.0, 3954.0, 3982.0, 3972.0, 3942.0, 3963.0, 3943.0, 3984.0, 3953.0, 3983.0, 3963.0, 3952.0, 3951.0, 3931.0, 3950.0, 3939.0, 3983.0, 3952.0, 3952.0, 3984.0, 3931.0, 3973.0, 3942.0, 3973.0, 3941.0, 3957.0, 3929.0, 3960.0, 3928.0, 3959.0, 3929.0, 3949.0, 3917.0, 3949.0, 3918.0, 3938.0, 3916.0, 3937.0, 3928.0, 3948.0, 3925.0, 3958.0, 3918.0, 3948.0, 3941.0, 3962.0, 3961.0, 3929.0, 3950.0, 3919.0, 3959.0, 3940.0, 3960.0, 3917.0, 3939.0, 3918.0, 3949.0, 3919.0, 3950.0, 3917.0, 3948.0, 3919.0, 3949.0, 3930.0, 3964.0, 3943.0, 3973.0, 3943.0, 3974.0, 3955.0, 3984.0, 3952.0, 3983.0, 3942.0, 3970.0, 3931.0, 3971.0, 3931.0, 3960.0, 3971.0, 3930.0, 3951.0, 3943.0, 3982.0, 3955.0, 3954.0, 3964.0, 3950.0, 3984.0, 3965.0, 3944.0, 3975.0, 3966.0, 3986.0, 3972.0, 3961.0, 3951.0, 3940.0, 3940.0, 3938.0, 3940.0, 3939.0, 3958.0, 3917.0, 3927.0, 3917.0, 3937.0, 3928.0, 3950.0, 3919.0, 3949.0, 3919.0, 3949.0, 3930.0, 3960.0, 3942.0, 3962.0, 3931.0, 3972.0, 3932.0, 3972.0, 3932.0, 3972.0, 3931.0, 3961.0, 3919.0, 3950.0, 3931.0, 3962.0, 3932.0, 3960.0, 3930.0, 3959.0, 3933.0, 3974.0, 3944.0, 3983.0, 3934.0, 3974.0, 3933.0, 3985.0, 3933.0, 3973.0, 3953.0, 3950.0, 3962.0, 3961.0, 3962.0, 3933.0, 3985.0, 3933.0, 3973.0, 3944.0, 3985.0, 3953.0, 3985.0, 3921.0, 3964.0, 3930.0, 3972.0, 3920.0, 3951.0, 3931.0, 3963.0, 3934.0, 3961.0, 3987.0, 3956.0, 3964.0, 3944.0, 3964.0, 3967.0, 3947.0, 3977.0, 3997.0, 3946.0, 3977.0, 3955.0, 3971.0, 3934.0, 3983.0, 3918.0, 3973.0, 3922.0, 3960.0, 3919.0, 3949.0, 3926.0, 3927.0, 3936.0, 3926.0, 3938.0, 3947.0, 3937.0, 3917.0, 3926.0, 3906.0, 3927.0, 3904.0, 3938.0, 3907.0, 3927.0, 3906.0, 3928.0, 3919.0, 3951.0, 3921.0, 3960.0, 3941.0], 'WindowWidth': [8919.0, 8931.0, 8865.0, 8890.0, 8832.0, 8878.0, 8831.0, 8862.0, 8871.0, 8831.0, 8859.0, 8833.0, 8841.0, 8857.0, 8849.0, 8858.0, 8819.0, 8806.0, 8804.0, 8831.0, 8811.0, 8835.0, 8838.0, 8817.0, 8833.0, 8803.0, 8822.0, 8814.0, 8854.0, 8797.0, 8814.0, 8823.0, 8811.0, 8853.0, 8846.0, 8814.0, 8856.0, 8831.0, 8847.0, 8874.0, 8842.0, 8828.0, 8875.0, 8859.0, 8831.0, 8880.0, 8822.0, 8843.0, 8857.0, 8851.0, 8842.0, 8852.0, 8831.0, 8818.0, 8828.0, 8791.0, 8819.0, 8808.0, 8838.0, 8815.0, 8866.0, 8830.0, 8848.0, 8858.0, 8815.0, 8852.0, 8814.0, 8849.0, 8787.0, 8849.0, 8804.0, 8848.0, 8790.0, 8832.0, 8810.0, 8838.0, 8810.0, 8850.0, 8825.0, 8851.0, 8856.0, 8837.0, 8852.0, 8813.0, 8820.0, 8814.0, 8852.0, 8818.0, 8866.0, 8808.0, 8854.0, 8836.0, 8841.0, 8847.0, 8816.0, 8845.0, 8820.0, 8861.0, 8837.0, 8869.0, 8861.0, 8882.0, 8899.0, 8823.0, 8841.0, 8866.0, 8925.0, 8893.0, 8897.0, 8887.0, 8875.0, 8906.0, 8853.0, 8894.0, 8852.0, 8856.0, 8833.0, 8857.0, 8857.0, 8865.0, 8854.0, 8808.0, 8853.0, 8795.0, 8807.0, 8808.0, 8828.0, 8803.0, 8842.0, 8804.0, 8832.0, 8806.0, 8843.0, 8808.0, 8825.0, 8801.0, 8813.0, 8788.0, 8827.0, 8791.0, 8831.0, 8810.0, 8840.0, 8809.0, 8847.0, 8810.0, 8848.0, 8807.0, 8852.0, 8828.0, 8847.0, 8836.0, 8835.0, 8824.0, 8827.0, 8827.0, 8849.0, 8854.0, 8815.0, 8836.0, 8792.0, 8868.0, 8818.0, 8870.0, 8818.0, 8853.0, 8810.0, 8884.0, 8829.0, 8892.0, 8816.0, 8837.0, 8814.0, 8828.0, 8835.0, 8859.0, 8811.0, 8859.0, 8828.0, 8860.0, 8841.0, 8881.0, 8814.0, 8862.0, 8823.0, 8843.0, 8824.0, 8883.0, 8841.0, 8853.0, 8868.0, 8851.0, 8904.0, 8860.0, 8902.0, 8836.0, 8882.0, 8832.0, 8879.0, 8856.0, 8867.0, 8826.0, 8851.0, 8808.0, 8836.0, 8835.0, 8826.0, 8854.0, 8838.0, 8823.0, 8842.0, 8823.0, 8853.0, 8853.0, 8855.0, 8850.0, 8836.0, 8826.0, 8805.0, 8839.0, 8806.0, 8849.0, 8804.0, 8829.0, 8787.0, 8833.0, 8808.0, 8837.0, 8823.0, 8849.0, 8830.0, 8860.0, 8847.0, 8832.0, 8866.0, 8835.0, 8861.0, 8863.0, 8879.0, 8827.0, 8854.0, 8808.0, 8844.0, 8807.0, 8832.0, 8786.0, 8814.0, 8767.0, 8808.0, 8782.0, 8842.0, 8788.0, 8844.0, 8787.0, 8845.0, 8771.0, 8835.0, 8810.0, 8823.0, 8794.0, 8823.0, 8799.0, 8844.0, 8842.0, 8870.0, 8848.0, 8864.0, 8835.0, 8863.0, 8860.0, 8884.0, 8858.0, 8901.0, 8845.0, 8820.0, 8864.0, 8830.0, 8862.0, 8828.0, 8870.0, 8814.0, 8874.0, 8819.0, 8851.0, 8797.0, 8829.0, 8775.0, 8801.0, 8794.0, 8769.0, 8790.0, 8749.0, 8785.0, 8732.0, 8754.0, 8727.0, 8769.0, 8728.0, 8773.0, 8729.0, 8776.0, 8745.0, 8760.0, 8744.0, 8735.0, 8770.0, 8748.0, 8764.0, 8755.0, 8783.0, 8777.0, 8787.0, 8780.0, 8793.0, 8783.0, 8817.0, 8805.0, 8829.0, 8787.0, 8827.0, 8800.0, 8816.0, 8808.0, 8811.0, 8870.0, 8812.0, 8825.0, 8816.0, 8840.0, 8814.0, 8868.0, 8845.0, 8842.0, 8854.0, 8816.0, 8875.0, 8841.0, 8869.0, 8838.0, 8863.0, 8836.0, 8865.0, 8870.0, 8848.0, 8865.0, 8841.0, 8861.0, 8837.0, 8860.0, 8852.0, 8862.0, 8818.0, 8876.0, 8819.0, 8855.0, 8817.0, 8867.0, 8838.0, 8856.0, 8834.0, 8839.0, 8833.0, 8852.0, 8846.0, 8859.0, 8829.0, 8851.0, 8811.0, 8845.0, 8805.0, 8847.0, 8810.0, 8838.0, 8805.0, 8833.0, 8807.0, 8820.0, 8792.0, 8819.0, 8809.0, 8833.0, 8806.0, 8838.0, 8813.0, 8836.0, 8811.0, 8852.0, 8819.0, 8839.0, 8808.0, 8834.0, 8791.0, 8817.0, 8808.0, 8842.0, 8798.0, 8838.0, 8813.0, 8837.0, 8826.0, 8860.0, 8846.0, 8863.0, 8843.0, 8815.0, 8861.0, 8858.0, 8866.0, 8841.0, 8859.0, 8795.0, 8823.0, 8832.0, 8848.0, 8834.0, 8873.0, 8819.0, 8836.0, 8877.0, 8838.0, 8849.0, 8850.0, 8838.0, 8887.0, 8840.0, 8895.0, 8855.0, 8863.0, 8866.0, 8832.0, 8847.0, 8836.0, 8841.0, 8790.0, 8821.0, 8784.0, 8819.0, 8790.0, 8839.0, 8795.0, 8818.0, 8791.0, 8821.0, 8810.0, 8838.0, 8814.0, 8858.0, 8839.0, 8872.0, 8834.0, 8870.0, 8820.0, 8862.0, 8864.0, 8815.0, 8861.0, 8797.0, 8858.0, 8817.0, 8858.0, 8795.0, 8856.0, 8799.0, 8852.0, 8813.0, 8855.0, 8798.0, 8848.0, 8794.0, 8855.0, 8818.0, 8858.0, 8799.0, 8825.0, 8814.0, 8845.0, 8839.0, 8860.0, 8833.0, 8866.0, 8836.0, 8860.0, 8886.0, 8879.0, 8865.0, 8813.0, 8841.0, 8798.0, 8845.0, 8859.0, 8836.0, 8805.0, 8821.0, 8785.0, 8823.0, 8821.0, 8824.0, 8805.0, 8822.0, 8803.0, 8809.0, 8844.0, 8809.0, 8845.0, 8791.0, 8827.0, 8788.0, 8827.0, 8787.0, 8841.0, 8791.0, 8829.0, 8789.0, 8842.0, 8794.0, 8834.0, 8813.0, 8834.0, 8795.0, 8835.0, 8796.0, 8844.0, 8816.0, 8858.0, 8805.0, 8853.0, 8803.0, 8862.0, 8823.0, 8859.0, 8837.0, 8845.0, 8834.0, 8861.0, 8850.0, 8817.0, 8858.0, 8814.0, 8867.0, 8824.0, 8843.0, 8816.0, 8862.0, 8823.0, 8859.0, 8836.0, 8836.0, 8862.0, 8815.0, 8890.0, 8837.0, 8818.0, 8863.0, 8834.0, 8880.0, 8841.0, 8838.0, 8792.0, 8829.0, 8787.0, 8832.0, 8792.0, 8830.0, 8792.0, 8816.0, 8780.0, 8808.0, 8813.0, 8825.0, 8841.0, 8822.0, 8837.0, 8792.0, 8838.0, 8800.0, 8841.0, 8817.0, 8848.0, 8837.0, 8847.0, 8824.0, 8837.0, 8869.0, 8816.0, 8865.0, 8822.0, 8864.0, 8843.0, 8875.0, 8823.0, 8893.0, 8839.0, 8808.0, 8891.0, 8814.0, 8890.0, 8823.0, 8860.0, 8818.0, 8859.0, 8814.0, 8872.0, 8833.0, 8886.0, 8860.0, 8837.0, 8842.0, 8823.0, 8841.0, 8847.0, 8819.0, 8847.0, 8786.0, 8825.0, 8750.0, 8819.0, 8755.0, 8809.0, 8776.0, 8826.0, 8787.0, 8810.0, 8773.0, 8828.0, 8774.0, 8830.0, 8769.0, 8825.0, 8773.0, 8810.0, 8768.0, 8812.0, 8769.0, 8814.0, 8787.0, 8813.0, 8790.0, 8815.0, 8779.0, 8805.0, 8809.0, 8848.0, 8837.0, 8804.0, 8834.0, 8789.0, 8821.0, 8791.0, 8837.0, 8789.0, 8840.0, 8791.0, 8848.0, 8793.0, 8840.0, 8799.0, 8841.0, 8799.0, 8849.0, 8814.0, 8836.0, 8828.0, 8813.0, 8830.0, 8832.0, 8865.0, 8855.0, 8813.0, 8842.0, 8816.0, 8871.0, 8832.0, 8867.0, 8841.0, 8824.0, 8822.0, 8796.0, 8820.0, 8806.0, 8867.0, 8825.0, 8826.0, 8869.0, 8797.0, 8854.0, 8813.0, 8854.0, 8808.0, 8825.0, 8790.0, 8830.0, 8784.0, 8827.0, 8788.0, 8814.0, 8767.0, 8811.0, 8769.0, 8798.0, 8767.0, 8796.0, 8785.0, 8812.0, 8778.0, 8823.0, 8772.0, 8812.0, 8808.0, 8836.0, 8835.0, 8790.0, 8817.0, 8774.0, 8829.0, 8805.0, 8832.0, 8769.0, 8801.0, 8770.0, 8813.0, 8775.0, 8816.0, 8771.0, 8812.0, 8775.0, 8817.0, 8797.0, 8843.0, 8816.0, 8853.0, 8817.0, 8856.0, 8833.0, 8868.0, 8827.0, 8867.0, 8812.0, 8845.0, 8795.0, 8846.0, 8796.0, 8832.0, 8847.0, 8792.0, 8823.0, 8814.0, 8864.0, 8833.0, 8829.0, 8843.0, 8821.0, 8872.0, 8849.0, 8821.0, 8862.0, 8850.0, 8876.0, 8851.0, 8834.0, 8821.0, 8802.0, 8803.0, 8796.0, 8803.0, 8799.0, 8821.0, 8766.0, 8780.0, 8769.0, 8795.0, 8786.0, 8817.0, 8775.0, 8813.0, 8775.0, 8814.0, 8792.0, 8833.0, 8811.0, 8835.0, 8794.0, 8848.0, 8798.0, 8850.0, 8796.0, 8851.0, 8794.0, 8834.0, 8775.0, 8818.0, 8793.0, 8837.0, 8796.0, 8833.0, 8793.0, 8831.0, 8802.0, 8856.0, 8817.0, 8869.0, 8804.0, 8855.0, 8804.0, 8871.0, 8801.0, 8854.0, 8829.0, 8822.0, 8840.0, 8838.0, 8840.0, 8802.0, 8872.0, 8801.0, 8856.0, 8818.0, 8873.0, 8826.0, 8871.0, 8781.0, 8842.0, 8791.0, 8849.0, 8779.0, 8820.0, 8796.0, 8840.0, 8806.0, 8837.0, 8882.0, 8839.0, 8845.0, 8820.0, 8847.0, 8854.0, 8830.0, 8868.0, 8893.0, 8824.0, 8865.0, 8834.0, 8850.0, 8802.0, 8866.0, 8774.0, 8849.0, 8781.0, 8829.0, 8773.0, 8808.0, 8778.0, 8779.0, 8790.0, 8777.0, 8796.0, 8806.0, 8791.0, 8763.0, 8777.0, 8750.0, 8779.0, 8745.0, 8797.0, 8754.0, 8780.0, 8751.0, 8783.0, 8774.0, 8820.0, 8780.0, 8829.0, 8808.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.006334747126436781</td></tr>
<tr><td colspan=3>aqi</td><td>0.05486265011494253</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31819925868818</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1898700399884914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016255320287687</td></tr>
<tr><td colspan=3>efc</td><td>0.4399</td></tr>
<tr><td colspan=3>fber</td><td>6357.459</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0862452546706717</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3333333333333335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5190789618170597</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.376807216059773</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733551934827043</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.446877734564362</td></tr>
<tr><td colspan=3>gcor</td><td>0.00916749</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019365742802619934</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0216682031750679</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.879684491758199</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>43.109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.3089</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310512.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>599.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.7632</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.104</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3214.2163</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.9618</td></tr>
<tr><td colspan=3>tsnr</td><td>28.978956227365416</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>