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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0111_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0111_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-01/func/sub-0111_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c1ab5e4248d945b76bcaafe7531d35f0</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:45:36.840000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998744, -0.0207963, -0.0455935, 0.0242343, 0.996798, 0.0761982]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0750248</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7258, 264, -92, 140, 121, 104]</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>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a60af5da-9746-4874-8eb4-5e94d6fdc60e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679556131362915, 0.06501895189285278, -0.11842966824769974, 109.1294174194336], [0.05579505115747452, 2.6743364334106445, 0.20845991373062134, -100.5362548828125], [-0.12232393026351929, -0.20443414151668549, 2.6893343925476074, -59.7269172668457], [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': ['154536.840000', '154537.300000', '154537.760000', '154538.220000', '154538.680000', '154539.140000', '154539.600000', '154540.060000', '154540.520000', '154540.980000', '154541.440000', '154541.900000', '154542.360000', '154542.820000', '154543.280000', '154543.740000', '154544.200000', '154544.660000', '154545.120000', '154545.580000', '154546.040000', '154546.500000', '154546.960000', '154547.420000', '154547.880000', '154548.340000', '154548.800000', '154549.260000', '154549.720000', '154550.180000', '154550.640000', '154551.100000', '154551.560000', '154552.020000', '154552.480000', '154552.940000', '154553.400000', '154553.860000', '154554.320000', '154554.780000', '154555.240000', '154555.700000', '154556.160000', '154556.620000', '154557.080000', '154557.540000', '154558.000000', '154558.460000', '154558.920000', '154559.380000', '154559.840000', '154600.300000', '154600.760000', '154601.220000', '154601.680000', '154602.140000', '154602.600000', '154603.060000', '154603.520000', '154603.980000', '154604.440000', '154604.900000', '154605.360000', '154605.820000', '154606.280000', '154606.740000', '154607.200000', '154607.660000', '154608.120000', '154608.580000', '154609.040000', '154609.500000', '154609.960000', '154610.420000', '154610.880000', '154611.340000', '154611.800000', '154612.260000', '154612.720000', '154613.180000', '154613.640000', '154614.100000', '154614.560000', '154615.020000', '154615.480000', '154615.940000', '154616.400000', '154616.860000', '154617.320000', '154617.780000', '154618.240000', '154618.700000', '154619.160000', '154619.620000', '154620.080000', '154620.540000', '154621.000000', '154621.460000', '154621.920000', '154622.380000', '154622.840000', '154623.300000', '154623.760000', '154624.220000', '154624.680000', '154625.140000', '154625.600000', '154626.060000', '154626.520000', '154626.980000', '154627.440000', '154627.900000', '154628.360000', '154628.820000', '154629.280000', '154629.740000', '154630.200000', '154630.660000', '154631.120000', '154631.580000', '154632.040000', '154632.500000', '154632.960000', '154633.420000', '154633.880000', '154634.340000', '154634.800000', '154635.260000', '154635.720000', '154636.180000', '154636.640000', '154637.100000', '154637.560000', '154638.020000', '154638.480000', '154638.940000', '154639.400000', '154639.860000', '154640.320000', '154640.780000', '154641.240000', '154641.700000', '154642.160000', '154642.620000', '154643.080000', '154643.540000', '154644.000000', '154644.460000', '154644.920000', '154645.380000', '154645.840000', '154646.300000', '154646.760000', '154647.220000', '154647.680000', '154648.140000', '154648.600000', '154649.060000', '154649.520000', '154649.980000', '154650.440000', '154650.900000', '154651.360000', '154651.820000', '154652.280000', '154652.740000', '154653.200000', '154653.660000', '154654.120000', '154654.580000', '154655.040000', '154655.500000', '154655.960000', '154656.420000', '154656.880000', '154657.340000', '154657.800000', '154658.260000', '154658.720000', '154659.180000', '154659.640000', '154700.100000', '154700.560000', '154701.020000', '154701.480000', '154701.940000', '154702.400000', '154702.860000', '154703.320000', '154703.780000', '154704.240000', '154704.700000', '154705.160000', '154705.620000', '154706.080000', '154706.540000', '154707.000000', '154707.460000', '154707.920000', '154708.380000', '154708.840000', '154709.300000', '154709.760000', '154710.220000', '154710.680000', '154711.140000', '154711.600000', '154712.060000', '154712.520000', '154712.980000', '154713.440000', '154713.900000', '154714.360000', '154714.820000', '154715.280000', '154715.740000', '154716.200000', '154716.660000', '154717.120000', '154717.580000', '154718.040000', '154718.500000', '154718.960000', '154719.420000', '154719.880000', '154720.340000', '154720.800000', '154721.260000', '154721.720000', '154722.180000', '154722.640000', '154723.100000', '154723.560000', '154724.020000', '154724.480000', '154724.940000', '154725.400000', '154725.860000', '154726.320000', '154726.780000', '154727.240000', '154727.700000', '154728.160000', '154728.620000', '154729.080000', '154729.540000', '154730.000000', '154730.460000', '154730.920000', '154731.380000', '154731.840000', '154732.300000', '154732.760000', '154733.220000', '154733.680000', '154734.140000', '154734.600000', '154735.060000', '154735.520000', '154735.980000', '154736.440000', '154736.900000', '154737.360000', '154737.820000', '154738.280000', '154738.740000', '154739.200000', '154739.660000', '154740.120000', '154740.580000', '154741.040000', '154741.500000', '154741.960000', '154742.420000', '154742.880000', '154743.340000', '154743.800000', '154744.260000', '154744.720000', '154745.180000', '154745.640000', '154746.100000', '154746.560000', '154747.020000', '154747.480000', '154747.940000', '154748.400000', '154748.860000', '154749.320000', '154749.780000', '154750.240000', '154750.700000', '154751.160000', '154751.620000', '154752.080000', '154752.540000', '154753.000000', '154753.460000', '154753.920000', '154754.380000', '154754.840000', '154755.300000', '154755.760000', '154756.220000', '154756.680000', '154757.140000', '154757.600000', '154758.060000', '154758.520000', '154758.980000', '154759.440000', '154759.900000', '154800.360000', '154800.820000', '154801.280000', '154801.740000', '154802.200000', '154802.660000', '154803.120000', '154803.580000', '154804.040000', '154804.500000', '154804.960000', '154805.420000', '154805.880000', '154806.340000', '154806.800000', '154807.260000', '154807.720000', '154808.180000', '154808.640000', '154809.100000', '154809.560000', '154810.020000', '154810.480000', '154810.940000', '154811.400000', '154811.860000', '154812.320000', '154812.780000', '154813.240000', '154813.700000', '154814.160000', '154814.620000', '154815.080000', '154815.540000', '154816.000000', '154816.460000', '154816.920000', '154817.380000', '154817.840000', '154818.300000', '154818.760000', '154819.220000', '154819.680000', '154820.140000', '154820.600000', '154821.060000', '154821.520000', '154821.980000', '154822.440000', '154822.900000', '154823.360000', '154823.820000', '154824.280000', '154824.740000', '154825.200000', '154825.660000', '154826.120000', '154826.580000', '154827.040000', '154827.500000', '154827.960000', '154828.420000', '154828.880000', '154829.340000', '154829.800000', '154830.260000', '154830.720000', '154831.180000', '154831.640000', '154832.100000', '154832.560000', '154833.020000', '154833.480000', '154833.940000', '154834.400000', '154834.860000', '154835.320000', '154835.780000', '154836.240000', '154836.700000', '154837.160000', '154837.620000', '154838.080000', '154838.540000', '154839.000000', '154839.460000', '154839.920000', '154840.380000', '154840.840000', '154841.300000', '154841.760000', '154842.220000', '154842.680000', '154843.140000', '154843.600000', '154844.060000', '154844.520000', '154844.980000', '154845.440000', '154845.900000', '154846.360000', '154846.820000', '154847.280000', '154847.740000', '154848.200000', '154848.660000', '154849.120000', '154849.580000', '154850.040000', '154850.500000', '154850.960000', '154851.420000', '154851.880000', '154852.340000', '154852.800000', '154853.260000', '154853.720000', '154854.180000', '154854.640000', '154855.100000', '154855.560000', '154856.020000', '154856.480000', '154856.940000', '154857.400000', '154857.860000', '154858.320000', '154858.780000', '154859.240000', '154859.700000', '154900.160000', '154900.620000', '154901.080000', '154901.540000', '154902.000000', '154902.460000', '154902.920000', '154903.380000', '154903.840000', '154904.300000', '154904.760000', '154905.220000', '154905.680000', '154906.140000', '154906.600000', '154907.060000', '154907.520000', '154907.980000', '154908.440000', '154908.900000', '154909.360000', '154909.820000', '154910.280000', '154910.740000', '154911.200000', '154911.660000', '154912.120000', '154912.580000', '154913.040000', '154913.500000', '154913.960000', '154914.420000', '154914.880000', '154915.340000', '154915.800000', '154916.260000', '154916.720000', '154917.180000', '154917.640000', '154918.100000', '154918.560000', '154919.020000', '154919.480000', '154919.940000', '154920.400000', '154920.860000', '154921.320000', '154921.780000', '154922.240000', '154922.700000', '154923.160000', '154923.620000', '154924.080000', '154924.540000', '154925.000000', '154925.460000', '154925.920000', '154926.380000', '154926.840000', '154927.300000', '154927.760000', '154928.220000', '154928.680000', '154929.140000', '154929.600000', '154930.060000', '154930.520000', '154930.980000', '154931.440000', '154931.900000', '154932.360000', '154932.820000', '154933.280000', '154933.740000', '154934.200000', '154934.660000', '154935.120000', '154935.580000', '154936.040000', '154936.500000', '154936.960000', '154937.420000', '154937.880000', '154938.340000', '154938.800000', '154939.260000', '154939.720000', '154940.180000', '154940.640000', '154941.100000', '154941.560000', '154942.020000', '154942.480000', '154942.940000', '154943.400000', '154943.860000', '154944.320000', '154944.780000', '154945.240000', '154945.700000', '154946.160000', '154946.620000', '154947.080000', '154947.540000', '154948.000000', '154948.460000', '154948.920000', '154949.380000', '154949.840000', '154950.300000', '154950.760000', '154951.220000', '154951.680000', '154952.140000', '154952.600000', '154953.060000', '154953.520000', '154953.980000', '154954.440000', '154954.900000', '154955.360000', '154955.820000', '154956.280000', '154956.740000', '154957.200000', '154957.660000', '154958.120000', '154958.580000', '154959.040000', '154959.500000', '154959.960000', '155000.420000', '155000.880000', '155001.340000', '155001.800000', '155002.260000', '155002.720000', '155003.180000', '155003.640000', '155004.100000', '155004.560000', '155005.020000', '155005.480000', '155005.940000', '155006.400000', '155006.860000', '155007.320000', '155007.780000', '155008.240000', '155008.700000', '155009.160000', '155009.620000', '155010.080000', '155010.540000', '155011.000000', '155011.460000', '155011.920000', '155012.380000', '155012.840000', '155013.300000', '155013.760000', '155014.220000', '155014.680000', '155015.140000', '155015.600000', '155016.060000', '155016.520000', '155016.980000', '155017.440000', '155017.900000', '155018.360000', '155018.820000', '155019.280000', '155019.740000', '155020.200000', '155020.660000', '155021.120000', '155021.580000', '155022.040000', '155022.500000', '155022.960000', '155023.420000', '155023.880000', '155024.340000', '155024.800000', '155025.260000', '155025.720000', '155026.180000', '155026.640000', '155027.100000', '155027.560000', '155028.020000', '155028.480000', '155028.940000', '155029.400000', '155029.860000', '155030.320000', '155030.780000', '155031.240000', '155031.700000', '155032.160000', '155032.620000', '155033.080000', '155033.540000', '155034.000000', '155034.460000', '155034.920000', '155035.380000', '155035.840000', '155036.300000', '155036.760000', '155037.220000', '155037.680000', '155038.140000', '155038.600000', '155039.060000', '155039.520000', '155039.980000', '155040.440000', '155040.900000', '155041.360000', '155041.820000', '155042.280000', '155042.740000', '155043.200000', '155043.660000', '155044.120000', '155044.580000', '155045.040000', '155045.500000', '155045.960000', '155046.420000', '155046.880000', '155047.340000', '155047.800000', '155048.260000', '155048.720000', '155049.180000', '155049.640000', '155050.100000', '155050.560000', '155051.020000', '155051.480000', '155051.940000', '155052.400000', '155052.860000', '155053.320000', '155053.780000', '155054.240000', '155054.700000', '155055.160000', '155055.620000', '155056.080000', '155056.540000', '155057.000000', '155057.460000', '155057.920000', '155058.380000', '155058.840000', '155059.300000', '155059.760000', '155100.220000', '155100.680000', '155101.140000', '155101.600000', '155102.060000', '155102.520000', '155102.980000', '155103.440000', '155103.900000', '155104.360000', '155104.820000', '155105.280000', '155105.740000', '155106.200000', '155106.660000', '155107.120000', '155107.580000', '155108.040000', '155108.500000', '155108.960000', '155109.420000', '155109.880000', '155110.340000', '155110.800000', '155111.260000', '155111.720000', '155112.180000', '155112.640000', '155113.100000', '155113.560000', '155114.020000', '155114.480000', '155114.940000', '155115.400000', '155115.860000', '155116.320000', '155116.780000', '155117.240000', '155117.700000', '155118.160000', '155118.620000', '155119.080000', '155119.540000', '155120.000000', '155120.460000', '155120.920000', '155121.380000', '155121.840000', '155122.300000', '155122.760000', '155123.220000', '155123.680000', '155124.140000', '155124.600000', '155125.060000', '155125.520000', '155125.980000', '155126.440000', '155126.900000', '155127.360000', '155127.820000', '155128.280000', '155128.740000', '155129.200000', '155129.660000', '155130.120000', '155130.580000', '155131.040000', '155131.500000', '155131.960000', '155132.420000', '155132.880000', '155133.340000', '155133.800000', '155134.260000', '155134.720000', '155135.180000', '155135.640000', '155136.100000', '155136.560000', '155137.020000', '155137.480000', '155137.940000', '155138.400000', '155138.860000', '155139.320000', '155139.780000', '155140.240000', '155140.700000', '155141.160000', '155141.620000', '155142.080000', '155142.540000', '155143.000000', '155143.460000', '155143.920000', '155144.380000', '155144.840000', '155145.300000', '155145.760000', '155146.220000', '155146.680000', '155147.140000', '155147.600000', '155148.060000', '155148.520000', '155148.980000', '155149.440000', '155149.900000', '155150.360000', '155150.820000', '155151.280000', '155151.740000', '155152.200000', '155152.660000', '155153.120000', '155153.580000', '155154.040000', '155154.500000', '155154.960000', '155155.420000', '155155.880000', '155156.340000', '155156.800000', '155157.260000', '155157.720000', '155158.180000', '155158.640000', '155159.100000', '155159.560000', '155200.020000', '155200.480000', '155200.940000', '155201.400000', '155201.860000', '155202.320000', '155202.780000', '155203.240000', '155203.700000', '155204.160000', '155204.620000', '155205.080000', '155205.540000', '155206.000000', '155206.460000', '155206.920000', '155207.380000', '155207.840000', '155208.300000', '155208.760000', '155209.220000', '155209.680000', '155210.140000', '155210.600000', '155211.060000', '155211.520000', '155211.980000', '155212.440000', '155212.900000', '155213.360000', '155213.820000', '155214.280000', '155214.740000', '155215.200000', '155215.660000', '155216.120000', '155216.580000', '155217.040000', '155217.500000'], 'ContentTime': ['154548.975000', '154548.978000', '154548.980000', '154548.983000', '154548.986000', '154548.988000', '154548.998000', '154549.001000', '154549.004000', '154549.007000', '154549.010000', '154549.012000', '154549.021000', '154549.024000', '154549.027000', '154549.029000', '154549.032000', '154549.035000', '154549.037000', '154549.040000', '154549.042000', '154549.045000', '154549.048000', '154608.939000', '154608.942000', '154608.945000', '154608.947000', '154608.950000', '154608.953000', '154608.955000', '154608.958000', '154608.960000', '154608.963000', '154608.966000', '154608.968000', '154608.971000', '154608.973000', '154608.976000', '154608.978000', '154608.984000', '154608.987000', '154608.989000', '154608.992000', '154608.995000', '154608.997000', '154609.001000', '154609.003000', '154609.006000', '154609.009000', '154609.012000', '154609.014000', '154609.017000', '154609.019000', '154609.022000', '154609.032000', '154609.035000', '154609.038000', '154609.040000', '154609.043000', '154609.046000', '154609.048000', '154609.051000', '154609.053000', '154609.056000', '154609.058000', '154609.061000', '154609.064000', '154628.940000', '154628.942000', '154628.945000', '154628.948000', '154628.951000', '154628.953000', '154628.956000', '154628.959000', '154628.961000', '154628.964000', '154628.967000', '154628.969000', '154628.972000', '154628.974000', '154628.977000', '154628.980000', '154628.982000', '154628.985000', '154628.987000', '154628.990000', '154628.993000', '154628.995000', '154628.998000', '154629.002000', '154629.004000', '154629.007000', '154629.010000', '154629.012000', '154629.015000', '154629.017000', '154629.020000', '154629.022000', '154629.025000', '154629.028000', '154629.030000', '154629.033000', '154629.035000', '154629.038000', '154629.040000', '154629.043000', '154629.045000', '154629.048000', '154629.051000', '154648.940000', '154648.942000', '154648.945000', '154648.948000', '154648.950000', '154648.953000', '154648.955000', '154648.958000', '154648.960000', '154648.963000', '154648.966000', '154648.969000', '154648.972000', '154648.974000', '154648.977000', '154648.979000', '154648.982000', '154648.985000', '154648.987000', '154648.990000', '154648.992000', '154648.995000', '154648.997000', '154649.001000', '154649.004000', '154649.006000', '154649.009000', '154649.011000', '154649.014000', '154649.017000', '154649.019000', '154649.022000', '154649.024000', '154649.027000', '154649.030000', '154649.032000', '154649.035000', '154649.037000', '154649.040000', '154649.043000', '154649.045000', '154649.048000', '154649.050000', '154649.053000', '154708.939000', '154708.942000', '154708.945000', '154708.947000', '154708.950000', '154708.953000', '154708.955000', '154708.958000', '154708.960000', '154708.963000', '154708.966000', '154708.968000', '154708.971000', '154708.973000', '154708.976000', '154708.979000', '154708.981000', '154708.984000', '154708.986000', '154708.989000', '154708.992000', '154708.994000', '154708.997000', '154709.001000', '154709.003000', '154709.006000', '154709.008000', '154709.011000', '154709.013000', '154709.016000', '154709.019000', '154709.021000', '154709.024000', '154709.026000', '154709.029000', '154709.032000', '154709.034000', '154709.037000', '154709.039000', '154709.042000', '154709.044000', '154709.047000', '154709.049000', '154728.940000', '154728.943000', '154728.946000', '154728.948000', '154728.951000', '154728.954000', '154728.956000', '154728.959000', '154728.961000', '154728.964000', '154728.966000', '154728.969000', '154728.972000', '154728.974000', '154729.015000', '154729.017000', '154729.020000', '154729.022000', '154729.025000', '154729.028000', '154729.030000', '154729.033000', '154729.035000', '154729.038000', '154729.041000', '154729.043000', '154729.046000', '154729.048000', '154729.051000', '154729.054000', '154729.056000', '154729.059000', '154729.061000', '154729.064000', '154729.067000', '154729.069000', '154729.072000', '154729.074000', '154729.077000', '154729.079000', '154729.082000', '154729.085000', '154729.087000', '154729.090000', '154748.941000', '154748.943000', '154748.946000', '154748.949000', '154748.951000', '154748.954000', '154748.956000', '154748.959000', '154748.961000', '154748.964000', '154748.967000', '154748.969000', '154748.972000', '154748.974000', '154748.977000', '154748.980000', '154748.982000', '154748.985000', '154748.987000', '154748.990000', '154748.993000', '154748.995000', '154748.998000', '154749.001000', '154749.004000', '154749.007000', '154749.009000', '154749.012000', '154749.015000', '154749.017000', '154749.020000', '154749.022000', '154749.025000', '154749.027000', '154749.030000', '154749.033000', '154749.035000', '154749.038000', '154749.040000', '154749.043000', '154749.046000', '154749.048000', '154749.051000', '154808.939000', '154808.942000', '154808.945000', '154808.947000', '154808.950000', '154808.953000', '154808.955000', '154808.958000', '154808.961000', '154808.963000', '154808.966000', '154808.968000', '154808.971000', '154808.974000', '154808.976000', '154808.979000', '154808.982000', '154808.984000', '154808.987000', '154808.989000', '154808.992000', '154808.995000', '154808.997000', '154809.001000', '154809.004000', '154809.008000', '154809.010000', '154809.013000', '154809.016000', '154809.018000', '154809.021000', '154809.023000', '154809.026000', '154809.029000', '154809.031000', '154809.034000', '154809.036000', '154809.039000', '154809.041000', '154809.044000', '154809.047000', '154809.049000', '154809.052000', '154828.939000', '154828.942000', '154828.945000', '154828.948000', '154828.950000', '154828.953000', '154828.955000', '154828.958000', '154828.961000', '154828.963000', '154828.966000', '154828.968000', '154828.971000', '154828.974000', '154828.976000', '154828.979000', '154828.982000', '154828.990000', '154828.993000', '154828.996000', '154828.998000', '154829.002000', '154829.004000', '154829.007000', '154829.009000', '154829.012000', '154829.015000', '154829.017000', '154829.020000', '154829.022000', '154829.025000', '154829.028000', '154829.030000', '154829.033000', '154829.035000', '154829.038000', '154829.041000', '154829.044000', '154829.046000', '154829.049000', '154829.051000', '154829.054000', '154829.057000', '154829.059000', '154848.939000', '154848.942000', '154848.945000', '154848.948000', '154848.950000', '154848.953000', '154848.955000', '154848.958000', '154848.961000', '154848.963000', '154848.966000', '154848.968000', '154848.971000', '154848.974000', '154848.976000', '154848.979000', '154848.982000', '154848.984000', '154848.987000', '154848.989000', '154848.992000', '154848.995000', '154848.997000', '154849.001000', '154849.003000', '154849.006000', '154849.009000', '154849.012000', '154849.015000', '154849.018000', '154849.020000', '154849.023000', '154849.025000', '154849.028000', '154849.030000', '154849.033000', '154849.036000', '154849.038000', '154849.041000', '154849.043000', '154849.046000', '154849.049000', '154849.053000', '154908.940000', '154908.942000', '154908.945000', '154908.948000', '154908.950000', '154908.953000', '154908.955000', '154908.958000', '154908.960000', '154908.963000', '154908.988000', '154908.990000', '154908.993000', '154908.996000', '154908.998000', '154909.002000', '154909.004000', '154909.007000', '154909.010000', '154909.012000', '154909.015000', '154909.017000', '154909.020000', '154909.023000', '154909.025000', '154909.028000', '154909.030000', '154909.033000', '154909.036000', '154909.038000', '154909.041000', '154909.043000', '154909.046000', '154909.049000', '154909.051000', '154909.054000', '154909.057000', '154909.059000', '154909.062000', '154909.064000', '154909.067000', '154909.070000', '154909.072000', '154909.075000', '154928.940000', '154928.943000', '154928.945000', '154928.948000', '154928.950000', '154928.953000', '154928.956000', '154928.958000', '154928.961000', '154928.963000', '154928.966000', '154928.969000', '154928.971000', '154928.974000', '154928.976000', '154928.979000', '154928.982000', '154928.984000', '154928.987000', '154928.989000', '154928.992000', '154928.995000', '154928.997000', '154929.000000', '154929.003000', '154929.005000', '154929.008000', '154929.010000', '154929.013000', '154929.016000', '154929.018000', '154929.021000', '154929.024000', '154929.026000', '154929.029000', '154929.032000', '154929.034000', '154929.037000', '154929.040000', '154929.043000', '154929.046000', '154929.049000', '154929.052000', '154948.940000', '154948.943000', '154948.946000', '154948.948000', '154948.951000', '154948.954000', '154948.965000', '154948.968000', '154948.970000', '154948.973000', '154948.976000', '154948.978000', '154948.981000', '154948.984000', '154948.986000', '154948.989000', '154948.991000', '154948.994000', '154948.997000', '154949.000000', '154949.003000', '154949.005000', '154949.008000', '154949.011000', '154949.013000', '154949.016000', '154949.019000', '154949.021000', '154949.024000', '154949.027000', '154949.029000', '154949.032000', '154949.034000', '154949.037000', '154949.039000', '154949.042000', '154949.045000', '154949.047000', '154949.050000', '154949.052000', '154949.055000', '154949.058000', '154949.060000', '154949.063000', '155008.940000', '155008.943000', '155008.946000', '155008.949000', '155008.951000', '155008.954000', '155008.957000', '155008.959000', '155008.962000', '155008.964000', '155008.967000', '155008.970000', '155008.972000', '155008.975000', '155008.978000', '155008.981000', '155008.983000', '155008.986000', '155008.988000', '155008.991000', '155008.994000', '155008.996000', '155009.000000', '155009.003000', '155009.005000', '155009.008000', '155009.010000', '155009.013000', '155009.016000', '155009.018000', '155009.021000', '155009.024000', '155009.026000', '155009.029000', '155009.031000', '155009.034000', '155009.037000', '155009.039000', '155009.042000', '155009.044000', '155009.047000', '155009.050000', '155009.052000', '155028.940000', '155028.942000', '155028.945000', '155028.948000', '155028.950000', '155028.953000', '155028.955000', '155028.958000', '155028.961000', '155028.963000', '155028.966000', '155028.968000', '155028.971000', '155028.974000', '155028.976000', '155028.979000', '155028.981000', '155028.984000', '155028.987000', '155028.989000', '155028.992000', '155029.021000', '155029.023000', '155029.026000', '155029.028000', '155029.031000', '155029.034000', '155029.036000', '155029.039000', '155029.041000', '155029.044000', '155029.047000', '155029.049000', '155029.052000', '155029.054000', '155029.057000', '155029.059000', '155029.062000', '155029.065000', '155029.067000', '155029.070000', '155029.072000', '155029.075000', '155029.078000', '155048.940000', '155048.942000', '155048.945000', '155048.948000', '155048.950000', '155048.953000', '155048.955000', '155048.958000', '155048.961000', '155048.963000', '155048.966000', '155048.968000', '155048.971000', '155048.974000', '155048.976000', '155048.979000', '155048.982000', '155048.984000', '155048.987000', '155048.989000', '155048.992000', '155048.995000', '155048.997000', '155049.001000', '155049.004000', '155049.006000', '155049.009000', '155049.011000', '155049.014000', '155049.017000', '155049.019000', '155049.022000', '155049.025000', '155049.028000', '155049.030000', '155049.033000', '155049.036000', '155049.038000', '155049.041000', '155049.044000', '155049.046000', '155049.049000', '155049.051000', '155108.939000', '155108.942000', '155108.945000', '155108.947000', '155108.950000', '155108.953000', '155108.955000', '155108.958000', '155108.961000', '155108.963000', '155108.966000', '155108.968000', '155108.971000', '155108.974000', '155108.976000', '155108.979000', '155108.981000', '155108.984000', '155108.986000', '155108.989000', '155108.992000', '155108.994000', '155108.997000', '155109.001000', '155109.003000', '155109.006000', '155109.009000', '155109.011000', '155109.014000', '155109.017000', '155109.019000', '155109.022000', '155109.024000', '155109.027000', '155109.030000', '155109.032000', '155109.035000', '155109.037000', '155109.040000', '155109.043000', '155109.045000', '155109.048000', '155109.050000', '155109.053000', '155128.939000', '155128.942000', '155128.945000', '155128.947000', '155128.950000', '155128.953000', '155128.955000', '155128.958000', '155128.960000', '155128.963000', '155128.966000', '155128.968000', '155128.971000', '155128.973000', '155128.976000', '155128.979000', '155128.981000', '155128.986000', '155128.988000', '155128.991000', '155128.994000', '155129.004000', '155129.006000', '155129.009000', '155129.012000', '155129.014000', '155129.017000', '155129.020000', '155129.022000', '155129.025000', '155129.027000', '155129.030000', '155129.033000', '155129.035000', '155129.038000', '155129.040000', '155129.043000', '155129.046000', '155129.048000', '155129.051000', '155129.053000', '155129.056000', '155129.059000', '155148.939000', '155148.942000', '155148.945000', '155148.947000', '155148.950000', '155148.953000', '155148.956000', '155148.958000', '155148.961000', '155148.964000', '155148.966000', '155148.969000', '155148.971000', '155148.974000', '155148.977000', '155148.979000', '155148.982000', '155148.984000', '155148.987000', '155148.990000', '155148.992000', '155148.995000', '155148.997000', '155149.001000', '155149.004000', '155149.006000', '155149.009000', '155149.012000', '155149.014000', '155149.017000', '155149.019000', '155149.022000', '155149.024000', '155149.027000', '155149.030000', '155149.032000', '155149.035000', '155149.037000', '155149.040000', '155149.043000', '155149.045000', '155149.048000', '155149.050000', '155149.053000', '155208.941000', '155208.943000', '155208.946000', '155208.949000', '155208.951000', '155208.954000', '155208.956000', '155208.959000', '155208.962000', '155208.964000', '155208.967000', '155208.969000', '155208.972000', '155208.975000', '155208.977000', '155208.980000', '155208.983000', '155208.985000', '155208.992000', '155208.995000', '155208.997000', '155209.001000', '155209.003000', '155209.006000', '155209.009000', '155209.011000', '155209.014000', '155209.016000', '155209.019000', '155209.022000', '155209.024000', '155209.027000', '155209.030000', '155209.032000', '155209.035000', '155209.037000', '155209.040000', '155209.043000', '155209.045000', '155209.048000', '155209.050000', '155209.053000', '155209.056000', '155219.188000', '155219.191000', '155219.194000', '155219.197000', '155219.199000', '155219.202000', '155219.204000', '155219.207000', '155219.210000', '155219.212000', '155219.215000', '155219.218000', '155219.221000', '155219.224000', '155219.226000', '155219.229000', '155219.232000', '155219.234000', '155219.237000', '155219.240000', '155219.242000', '155219.245000', '155219.247000'], 'InstanceCreationTime': ['154548.975000', '154548.978000', '154548.980000', '154548.983000', '154548.986000', '154548.988000', '154548.998000', '154549.001000', '154549.004000', '154549.007000', '154549.010000', '154549.012000', '154549.021000', '154549.024000', '154549.027000', '154549.029000', '154549.032000', '154549.035000', '154549.037000', '154549.040000', '154549.042000', '154549.045000', '154549.048000', '154608.939000', '154608.942000', '154608.945000', '154608.947000', '154608.950000', '154608.953000', '154608.955000', '154608.958000', '154608.960000', '154608.963000', '154608.966000', '154608.968000', '154608.971000', '154608.973000', '154608.976000', '154608.978000', '154608.984000', '154608.987000', '154608.989000', '154608.992000', '154608.995000', '154608.997000', '154609.001000', '154609.003000', '154609.006000', '154609.009000', '154609.012000', '154609.014000', '154609.017000', '154609.019000', '154609.022000', '154609.032000', '154609.035000', '154609.038000', '154609.040000', '154609.043000', '154609.046000', '154609.048000', '154609.051000', '154609.053000', '154609.056000', '154609.058000', '154609.061000', '154609.064000', '154628.940000', '154628.942000', '154628.945000', '154628.948000', '154628.951000', '154628.953000', '154628.956000', '154628.959000', '154628.961000', '154628.964000', '154628.967000', '154628.969000', '154628.972000', '154628.974000', '154628.977000', '154628.980000', '154628.982000', '154628.985000', '154628.987000', '154628.990000', '154628.993000', '154628.995000', '154628.998000', '154629.002000', '154629.004000', '154629.007000', '154629.010000', '154629.012000', '154629.015000', '154629.017000', '154629.020000', '154629.022000', '154629.025000', '154629.028000', '154629.030000', '154629.033000', '154629.035000', '154629.038000', '154629.040000', '154629.043000', '154629.045000', '154629.048000', '154629.051000', '154648.940000', '154648.942000', '154648.945000', '154648.948000', '154648.950000', '154648.953000', '154648.955000', '154648.958000', '154648.960000', '154648.963000', '154648.966000', '154648.969000', '154648.972000', '154648.974000', '154648.977000', '154648.979000', '154648.982000', '154648.985000', '154648.987000', '154648.990000', '154648.992000', '154648.995000', '154648.997000', '154649.001000', '154649.004000', '154649.006000', '154649.009000', '154649.011000', '154649.014000', '154649.017000', '154649.019000', '154649.022000', '154649.024000', '154649.027000', '154649.030000', '154649.032000', '154649.035000', '154649.037000', '154649.040000', '154649.043000', '154649.045000', '154649.048000', '154649.050000', '154649.053000', '154708.939000', '154708.942000', '154708.945000', '154708.947000', '154708.950000', '154708.953000', '154708.955000', '154708.958000', '154708.960000', '154708.963000', '154708.966000', '154708.968000', '154708.971000', '154708.973000', '154708.976000', '154708.979000', '154708.981000', '154708.984000', '154708.986000', '154708.989000', '154708.992000', '154708.994000', '154708.997000', '154709.001000', '154709.003000', '154709.006000', '154709.008000', '154709.011000', '154709.013000', '154709.016000', '154709.019000', '154709.021000', '154709.024000', '154709.026000', '154709.029000', '154709.032000', '154709.034000', '154709.037000', '154709.039000', '154709.042000', '154709.044000', '154709.047000', '154709.049000', '154728.940000', '154728.943000', '154728.946000', '154728.948000', '154728.951000', '154728.954000', '154728.956000', '154728.959000', '154728.961000', '154728.964000', '154728.966000', '154728.969000', '154728.972000', '154728.974000', '154729.015000', '154729.017000', '154729.020000', '154729.022000', '154729.025000', '154729.028000', '154729.030000', '154729.033000', '154729.035000', '154729.038000', '154729.041000', '154729.043000', '154729.046000', '154729.048000', '154729.051000', '154729.054000', '154729.056000', '154729.059000', '154729.061000', '154729.064000', '154729.067000', '154729.069000', '154729.072000', '154729.074000', '154729.077000', '154729.079000', '154729.082000', '154729.085000', '154729.087000', '154729.090000', '154748.941000', '154748.943000', '154748.946000', '154748.949000', '154748.951000', '154748.954000', '154748.956000', '154748.959000', '154748.961000', '154748.964000', '154748.967000', '154748.969000', '154748.972000', '154748.974000', '154748.977000', '154748.980000', '154748.982000', '154748.985000', '154748.987000', '154748.990000', '154748.993000', '154748.995000', '154748.998000', '154749.001000', '154749.004000', '154749.007000', '154749.009000', '154749.012000', '154749.015000', '154749.017000', '154749.020000', '154749.022000', '154749.025000', '154749.027000', '154749.030000', '154749.033000', '154749.035000', '154749.038000', '154749.040000', '154749.043000', '154749.046000', '154749.048000', '154749.051000', '154808.939000', '154808.942000', '154808.945000', '154808.947000', '154808.950000', '154808.953000', '154808.955000', '154808.958000', '154808.961000', '154808.963000', '154808.966000', '154808.968000', '154808.971000', '154808.974000', '154808.976000', '154808.979000', '154808.982000', '154808.984000', '154808.987000', '154808.989000', '154808.992000', '154808.995000', '154808.997000', '154809.001000', '154809.004000', '154809.008000', '154809.010000', '154809.013000', '154809.016000', '154809.018000', '154809.021000', '154809.023000', '154809.026000', '154809.029000', '154809.031000', '154809.034000', '154809.036000', '154809.039000', '154809.041000', '154809.044000', '154809.047000', '154809.049000', '154809.052000', '154828.939000', '154828.942000', '154828.945000', '154828.948000', '154828.950000', '154828.953000', '154828.955000', '154828.958000', '154828.961000', '154828.963000', '154828.966000', '154828.968000', '154828.971000', '154828.974000', '154828.976000', '154828.979000', '154828.982000', '154828.990000', '154828.993000', '154828.996000', '154828.998000', '154829.002000', '154829.004000', '154829.007000', '154829.009000', '154829.012000', '154829.015000', '154829.017000', '154829.020000', '154829.022000', '154829.025000', '154829.028000', '154829.030000', '154829.033000', '154829.035000', '154829.038000', '154829.041000', '154829.044000', '154829.046000', '154829.049000', '154829.051000', '154829.054000', '154829.057000', '154829.059000', '154848.939000', '154848.942000', '154848.945000', '154848.948000', '154848.950000', '154848.953000', '154848.955000', '154848.958000', '154848.961000', '154848.963000', '154848.966000', '154848.968000', '154848.971000', '154848.974000', '154848.976000', '154848.979000', '154848.982000', '154848.984000', '154848.987000', '154848.989000', '154848.992000', '154848.995000', '154848.997000', '154849.001000', '154849.003000', '154849.006000', '154849.009000', '154849.012000', '154849.015000', '154849.018000', '154849.020000', '154849.023000', '154849.025000', '154849.028000', '154849.030000', '154849.033000', '154849.036000', '154849.038000', '154849.041000', '154849.043000', '154849.046000', '154849.049000', '154849.053000', '154908.940000', '154908.942000', '154908.945000', '154908.948000', '154908.950000', '154908.953000', '154908.955000', '154908.958000', '154908.960000', '154908.963000', '154908.988000', '154908.990000', '154908.993000', '154908.996000', '154908.998000', '154909.002000', '154909.004000', '154909.007000', '154909.010000', '154909.012000', '154909.015000', '154909.017000', '154909.020000', '154909.023000', '154909.025000', '154909.028000', '154909.030000', '154909.033000', '154909.036000', '154909.038000', '154909.041000', '154909.043000', '154909.046000', '154909.049000', '154909.051000', '154909.054000', '154909.057000', '154909.059000', '154909.062000', '154909.064000', '154909.067000', '154909.070000', '154909.072000', '154909.075000', '154928.940000', '154928.943000', '154928.945000', '154928.948000', '154928.950000', '154928.953000', '154928.956000', '154928.958000', '154928.961000', '154928.963000', '154928.966000', '154928.969000', '154928.971000', '154928.974000', '154928.976000', '154928.979000', '154928.982000', '154928.984000', '154928.987000', '154928.989000', '154928.992000', '154928.995000', '154928.997000', '154929.000000', '154929.003000', '154929.005000', '154929.008000', '154929.010000', '154929.013000', '154929.016000', '154929.018000', '154929.021000', '154929.024000', '154929.026000', '154929.029000', '154929.032000', '154929.034000', '154929.037000', '154929.040000', '154929.043000', '154929.046000', '154929.049000', '154929.052000', '154948.940000', '154948.943000', '154948.946000', '154948.948000', '154948.951000', '154948.954000', '154948.965000', '154948.968000', '154948.970000', '154948.973000', '154948.976000', '154948.978000', '154948.981000', '154948.984000', '154948.986000', '154948.989000', '154948.991000', '154948.994000', '154948.997000', '154949.000000', '154949.003000', '154949.005000', '154949.008000', '154949.011000', '154949.013000', '154949.016000', '154949.019000', '154949.021000', '154949.024000', '154949.027000', '154949.029000', '154949.032000', '154949.034000', '154949.037000', '154949.039000', '154949.042000', '154949.045000', '154949.047000', '154949.050000', '154949.052000', '154949.055000', '154949.058000', '154949.060000', '154949.063000', '155008.940000', '155008.943000', '155008.946000', '155008.949000', '155008.951000', '155008.954000', '155008.957000', '155008.959000', '155008.962000', '155008.964000', '155008.967000', '155008.970000', '155008.972000', '155008.975000', '155008.978000', '155008.981000', '155008.983000', '155008.986000', '155008.988000', '155008.991000', '155008.994000', '155008.996000', '155009.000000', '155009.003000', '155009.005000', '155009.008000', '155009.010000', '155009.013000', '155009.016000', '155009.018000', '155009.021000', '155009.024000', '155009.026000', '155009.029000', '155009.031000', '155009.034000', '155009.037000', '155009.039000', '155009.042000', '155009.044000', '155009.047000', '155009.050000', '155009.052000', '155028.940000', '155028.942000', '155028.945000', '155028.948000', '155028.950000', '155028.953000', '155028.955000', '155028.958000', '155028.961000', '155028.963000', '155028.966000', '155028.968000', '155028.971000', '155028.974000', '155028.976000', '155028.979000', '155028.981000', '155028.984000', '155028.987000', '155028.989000', '155028.992000', '155029.021000', '155029.023000', '155029.026000', '155029.028000', '155029.031000', '155029.034000', '155029.036000', '155029.039000', '155029.041000', '155029.044000', '155029.047000', '155029.049000', '155029.052000', '155029.054000', '155029.057000', '155029.059000', '155029.062000', '155029.065000', '155029.067000', '155029.070000', '155029.072000', '155029.075000', '155029.078000', '155048.940000', '155048.942000', '155048.945000', '155048.948000', '155048.950000', '155048.953000', '155048.955000', '155048.958000', '155048.961000', '155048.963000', '155048.966000', '155048.968000', '155048.971000', '155048.974000', '155048.976000', '155048.979000', '155048.982000', '155048.984000', '155048.987000', '155048.989000', '155048.992000', '155048.995000', '155048.997000', '155049.001000', '155049.004000', '155049.006000', '155049.009000', '155049.011000', '155049.014000', '155049.017000', '155049.019000', '155049.022000', '155049.025000', '155049.028000', '155049.030000', '155049.033000', '155049.036000', '155049.038000', '155049.041000', '155049.044000', '155049.046000', '155049.049000', '155049.051000', '155108.939000', '155108.942000', '155108.945000', '155108.947000', '155108.950000', '155108.953000', '155108.955000', '155108.958000', '155108.961000', '155108.963000', '155108.966000', '155108.968000', '155108.971000', '155108.974000', '155108.976000', '155108.979000', '155108.981000', '155108.984000', '155108.986000', '155108.989000', '155108.992000', '155108.994000', '155108.997000', '155109.001000', '155109.003000', '155109.006000', '155109.009000', '155109.011000', '155109.014000', '155109.017000', '155109.019000', '155109.022000', '155109.024000', '155109.027000', '155109.030000', '155109.032000', '155109.035000', '155109.037000', '155109.040000', '155109.043000', '155109.045000', '155109.048000', '155109.050000', '155109.053000', '155128.939000', '155128.942000', '155128.945000', '155128.947000', '155128.950000', '155128.953000', '155128.955000', '155128.958000', '155128.960000', '155128.963000', '155128.966000', '155128.968000', '155128.971000', '155128.973000', '155128.976000', '155128.979000', '155128.981000', '155128.986000', '155128.988000', '155128.991000', '155128.994000', '155129.004000', '155129.006000', '155129.009000', '155129.012000', '155129.014000', '155129.017000', '155129.020000', '155129.022000', '155129.025000', '155129.027000', '155129.030000', '155129.033000', '155129.035000', '155129.038000', '155129.040000', '155129.043000', '155129.046000', '155129.048000', '155129.051000', '155129.053000', '155129.056000', '155129.059000', '155148.939000', '155148.942000', '155148.945000', '155148.947000', '155148.950000', '155148.953000', '155148.956000', '155148.958000', '155148.961000', '155148.964000', '155148.966000', '155148.969000', '155148.971000', '155148.974000', '155148.977000', '155148.979000', '155148.982000', '155148.984000', '155148.987000', '155148.990000', '155148.992000', '155148.995000', '155148.997000', '155149.001000', '155149.004000', '155149.006000', '155149.009000', '155149.012000', '155149.014000', '155149.017000', '155149.019000', '155149.022000', '155149.024000', '155149.027000', '155149.030000', '155149.032000', '155149.035000', '155149.037000', '155149.040000', '155149.043000', '155149.045000', '155149.048000', '155149.050000', '155149.053000', '155208.941000', '155208.943000', '155208.946000', '155208.949000', '155208.951000', '155208.954000', '155208.956000', '155208.959000', '155208.962000', '155208.964000', '155208.967000', '155208.969000', '155208.972000', '155208.975000', '155208.977000', '155208.980000', '155208.983000', '155208.985000', '155208.992000', '155208.995000', '155208.997000', '155209.001000', '155209.003000', '155209.006000', '155209.009000', '155209.011000', '155209.014000', '155209.016000', '155209.019000', '155209.022000', '155209.024000', '155209.027000', '155209.030000', '155209.032000', '155209.035000', '155209.037000', '155209.040000', '155209.043000', '155209.045000', '155209.048000', '155209.050000', '155209.053000', '155209.056000', '155219.188000', '155219.191000', '155219.194000', '155219.197000', '155219.199000', '155219.202000', '155219.204000', '155219.207000', '155219.210000', '155219.212000', '155219.215000', '155219.218000', '155219.221000', '155219.224000', '155219.226000', '155219.229000', '155219.232000', '155219.234000', '155219.237000', '155219.240000', '155219.242000', '155219.245000', '155219.247000'], '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': [10537, 8721, 10234, 10562, 11494, 10903, 10566, 11036, 10524, 10826, 10465, 13154, 10892, 10837, 11261, 10831, 10128, 10689, 10550, 10125, 10106, 11046, 11175, 10332, 11471, 11868, 11540, 11358, 11393, 11358, 10219, 10480, 9659, 10756, 9671, 11410, 10773, 9978, 10680, 10874, 10848, 13542, 10786, 11799, 11140, 11185, 10123, 11306, 10558, 9997, 11231, 10706, 9978, 10644, 10802, 10399, 9525, 9694, 10932, 11178, 10617, 10435, 9938, 10876, 10706, 11157, 10882, 11337, 11083, 10446, 10927, 10526, 9411, 10559, 12357, 11195, 10550, 9501, 10908, 13966, 10488, 9528, 9454, 10651, 11113, 11212, 10718, 10190, 10175, 10267, 10940, 10177, 11362, 10580, 9290, 10985, 10742, 10930, 10854, 9096, 10773, 10820, 10564, 10600, 9225, 10903, 10662, 9329, 10204, 10116, 10358, 10515, 10835, 11479, 9751, 10354, 10827, 11350, 11342, 10944, 9916, 10853, 11198, 11168, 11547, 10337, 10988, 10994, 9054, 11034, 11988, 11614, 11074, 10132, 11142, 10624, 10695, 11047, 10746, 10969, 11718, 11317, 10860, 10043, 11171, 11820, 11375, 11313, 10157, 10950, 10776, 8896, 11000, 10604, 11816, 10237, 9671, 11014, 11050, 10922, 11187, 10576, 10889, 11013, 9498, 10599, 11469, 11161, 11978, 11047, 11459, 9207, 10844, 10951, 10994, 10388, 11626, 10238, 10195, 10392, 10079, 9714, 10246, 10219, 10770, 10865, 11373, 9833, 10269, 10828, 11405, 11293, 10339, 10567, 10762, 11693, 11096, 11228, 11467, 10861, 10492, 10671, 10800, 9305, 10499, 10731, 10092, 10492, 11367, 10178, 10710, 10342, 10602, 12220, 10743, 12199, 11011, 10868, 11864, 10366, 10746, 10784, 11586, 11319, 14723, 11447, 10976, 10017, 11204, 10765, 11057, 10540, 10429, 10851, 10948, 8996, 10695, 11248, 9161, 10924, 13103, 10216, 10400, 10999, 10750, 10915, 12121, 10940, 12391, 11063, 12317, 11246, 11817, 10102, 10976, 10532, 9736, 10247, 10821, 11071, 12058, 11266, 11113, 11430, 11120, 9186, 10818, 10582, 10980, 12821, 11406, 10505, 11524, 11194, 9730, 11029, 10934, 10081, 10311, 9102, 10487, 10580, 11270, 10803, 11828, 10916, 10904, 10592, 14499, 11104, 13765, 11303, 14011, 11212, 11548, 11061, 10866, 10794, 9723, 10328, 10499, 10760, 10795, 13738, 11145, 10945, 9775, 10340, 10728, 11036, 10898, 10499, 9698, 10362, 10363, 10322, 11129, 10747, 10434, 10341, 10858, 11343, 9641, 12459, 10774, 11713, 10850, 11003, 10796, 11807, 10947, 11600, 11313, 10911, 12286, 10655, 10441, 11002, 11900, 10949, 10628, 9713, 10770, 10550, 10866, 12769, 11549, 10935, 9591, 10600, 13334, 11282, 10681, 10128, 10596, 14426, 11124, 10805, 11422, 10572, 12958, 10839, 10708, 10683, 10533, 11256, 10775, 11783, 11196, 11283, 10119, 10620, 12341, 11460, 10611, 9841, 10794, 14160, 11303, 10260, 9836, 10575, 11406, 11047, 10695, 11376, 11182, 10431, 10814, 11600, 10038, 9766, 10048, 10718, 11188, 10993, 12830, 11211, 11217, 10301, 10539, 10829, 10651, 11559, 11238, 11219, 11427, 11091, 10177, 10478, 11542, 10857, 11465, 11503, 11159, 11222, 11114, 11477, 10832, 11213, 11230, 10936, 11771, 11600, 11657, 11280, 11836, 10566, 10634, 10896, 10998, 10923, 12095, 10977, 10947, 9833, 10514, 10314, 11177, 10046, 9611, 10456, 10714, 10730, 14470, 11110, 10772, 9226, 10107, 10697, 10741, 11797, 10539, 11351, 10818, 10127, 10454, 10605, 12364, 11228, 10371, 10362, 10346, 11476, 10364, 13315, 11128, 11636, 10535, 10041, 10312, 10211, 11634, 10737, 11857, 11043, 10898, 11537, 10944, 9750, 10831, 10918, 10724, 11534, 10953, 12348, 11127, 10819, 10035, 10709, 10180, 10502, 10977, 11141, 11459, 10870, 10122, 9918, 10366, 11164, 10973, 10977, 11497, 11132, 10337, 10356, 11796, 10851, 12410, 11011, 11789, 10016, 10000, 10683, 10321, 11768, 11082, 11054, 10447, 10501, 12024, 11423, 9362, 9981, 10441, 11394, 11403, 11465, 10492, 9935, 10541, 10425, 11630, 10933, 11765, 10968, 11003, 9239, 10588, 10788, 10596, 11759, 9484, 9948, 10436, 10351, 10276, 11153, 10899, 11103, 10579, 13237, 10435, 10738, 10837, 12187, 10821, 11578, 11376, 11662, 10985, 10537, 10506, 10680, 11080, 11215, 11152, 9948, 10929, 13480, 11067, 10744, 10648, 10947, 10876, 11111, 11435, 11054, 11030, 9635, 10715, 11099, 10662, 12753, 11411, 11312, 10804, 10636, 14420, 10851, 10998, 12299, 10697, 10576, 10983, 11839, 11955, 10894, 12562, 10095, 10676, 10842, 12029, 11468, 15178, 11366, 10767, 9648, 10421, 11264, 10709, 11818, 11004, 14404, 11341, 10954, 11535, 11134, 11840, 10190, 11492, 11048, 11175, 10890, 11631, 11520, 11111, 9035, 10747, 10490, 10874, 10610, 10623, 9352, 12119, 10550, 11214, 10837, 11669, 11492, 12917, 11082, 10773, 11944, 11043, 10935, 10837, 10787, 9655, 9783, 10325, 10990, 15540, 11046, 10720, 9711, 10536, 11093, 10879, 11531, 10054, 10836, 13541, 10945, 10774, 10450, 10199, 12412, 10775, 11201, 10976, 11594, 10703, 10625, 10225, 10729, 10151, 10759, 10552, 10096, 10319, 13501, 11072, 10743, 11570, 10398, 10415, 10362, 14513, 10914, 11468, 10332, 10153, 10895, 10579, 10721, 10231, 10184, 10296, 11022, 10875, 9870, 10032, 10558, 10773, 9915, 10616, 10637, 12077, 12116, 11644, 10237, 9878, 11023, 10742, 12311, 11028, 12697, 11280, 11115, 10360, 10496, 14627, 10884, 11236, 11424, 11211, 10232, 10939, 11910, 10834, 10786, 9657, 10764, 12967, 11534, 11169, 10043, 10644, 12021, 11405, 11094, 11447, 10907, 11877, 11873, 11571, 11297, 10623, 11016, 11050, 11401, 9958, 10237, 10820, 10958, 10871, 11659, 11298, 10450, 11149, 10943, 9802, 10848, 10872, 10840, 11068, 9272, 10499, 11212, 10796, 10728, 10615, 10484, 10565, 11095, 11439, 11339, 11256, 10385, 10847, 11308, 10857, 10984, 11189, 11285, 10498, 10737, 11480, 10461, 11164, 10053, 10722, 10894, 10952, 10740, 9664, 10559, 11578, 10912, 13603, 11082, 11007, 9699, 10341, 11773, 10774, 11064, 10995, 11635, 10973, 11095, 11708, 11057, 10101, 11042, 13907, 11326, 10837, 9643, 10681, 11538, 11324, 11380, 10862, 10505, 10441, 10702, 14633, 11209, 11207, 11336, 11322, 10466, 10911, 12518, 11190, 11140, 11386, 10954, 11100, 11043, 11594, 11100, 11516, 11181, 11092, 10236, 10875, 10702, 11046, 11413, 11320, 10518, 9871, 10587, 10804, 10912, 11987, 11429, 10696, 10218, 10645, 11749, 11013, 10785, 10997, 10383, 10868, 10906, 11762, 10842], 'WindowCenter': [4754.0, 4719.0, 4726.0, 4725.0, 4723.0, 4713.0, 4700.0, 4699.0, 4686.0, 4685.0, 4684.0, 4692.0, 4673.0, 4670.0, 4670.0, 4681.0, 4670.0, 4670.0, 4669.0, 4669.0, 4670.0, 4680.0, 4694.0, 4672.0, 4694.0, 4682.0, 4694.0, 4681.0, 4683.0, 4668.0, 4658.0, 4657.0, 4646.0, 4667.0, 4647.0, 4668.0, 4668.0, 4659.0, 4669.0, 4669.0, 4671.0, 4689.0, 4670.0, 4667.0, 4668.0, 4656.0, 4646.0, 4667.0, 4656.0, 4645.0, 4666.0, 4656.0, 4658.0, 4669.0, 4670.0, 4671.0, 4662.0, 4672.0, 4684.0, 4682.0, 4683.0, 4672.0, 4672.0, 4682.0, 4670.0, 4681.0, 4670.0, 4682.0, 4683.0, 4671.0, 4671.0, 4670.0, 4661.0, 4672.0, 4691.0, 4682.0, 4672.0, 4673.0, 4682.0, 4702.0, 4673.0, 4672.0, 4672.0, 4683.0, 4681.0, 4683.0, 4672.0, 4674.0, 4671.0, 4671.0, 4671.0, 4659.0, 4680.0, 4670.0, 4660.0, 4671.0, 4670.0, 4671.0, 4669.0, 4650.0, 4680.0, 4683.0, 4697.0, 4684.0, 4672.0, 4682.0, 4671.0, 4662.0, 4683.0, 4683.0, 4684.0, 4686.0, 4694.0, 4696.0, 4675.0, 4685.0, 4684.0, 4683.0, 4683.0, 4671.0, 4662.0, 4671.0, 4681.0, 4681.0, 4681.0, 4659.0, 4669.0, 4668.0, 4648.0, 4669.0, 4679.0, 4680.0, 4681.0, 4671.0, 4681.0, 4670.0, 4672.0, 4680.0, 4669.0, 4671.0, 4679.0, 4670.0, 4668.0, 4659.0, 4669.0, 4679.0, 4669.0, 4668.0, 4657.0, 4668.0, 4668.0, 4649.0, 4681.0, 4670.0, 4693.0, 4673.0, 4674.0, 4685.0, 4682.0, 4682.0, 4682.0, 4671.0, 4681.0, 4670.0, 4661.0, 4669.0, 4670.0, 4669.0, 4678.0, 4668.0, 4666.0, 4647.0, 4657.0, 4656.0, 4668.0, 4658.0, 4680.0, 4670.0, 4669.0, 4670.0, 4670.0, 4671.0, 4682.0, 4682.0, 4694.0, 4683.0, 4695.0, 4685.0, 4684.0, 4684.0, 4683.0, 4683.0, 4672.0, 4672.0, 4672.0, 4680.0, 4671.0, 4669.0, 4670.0, 4670.0, 4669.0, 4669.0, 4668.0, 4659.0, 4671.0, 4681.0, 4684.0, 4684.0, 4693.0, 4684.0, 4684.0, 4684.0, 4685.0, 4694.0, 4684.0, 4681.0, 4672.0, 4669.0, 4677.0, 4658.0, 4668.0, 4667.0, 4667.0, 4668.0, 4686.0, 4666.0, 4654.0, 4645.0, 4666.0, 4655.0, 4667.0, 4668.0, 4668.0, 4669.0, 4667.0, 4648.0, 4670.0, 4680.0, 4661.0, 4681.0, 4691.0, 4671.0, 4672.0, 4680.0, 4681.0, 4670.0, 4680.0, 4669.0, 4678.0, 4667.0, 4666.0, 4657.0, 4665.0, 4645.0, 4655.0, 4644.0, 4645.0, 4655.0, 4656.0, 4656.0, 4666.0, 4668.0, 4656.0, 4666.0, 4654.0, 4645.0, 4666.0, 4656.0, 4667.0, 4676.0, 4668.0, 4657.0, 4679.0, 4668.0, 4659.0, 4669.0, 4668.0, 4669.0, 4671.0, 4661.0, 4683.0, 4683.0, 4695.0, 4684.0, 4695.0, 4684.0, 4683.0, 4684.0, 4701.0, 4683.0, 4691.0, 4682.0, 4689.0, 4671.0, 4668.0, 4670.0, 4668.0, 4670.0, 4659.0, 4670.0, 4670.0, 4670.0, 4670.0, 4689.0, 4671.0, 4669.0, 4660.0, 4670.0, 4670.0, 4681.0, 4681.0, 4672.0, 4661.0, 4670.0, 4671.0, 4670.0, 4682.0, 4695.0, 4683.0, 4685.0, 4683.0, 4684.0, 4673.0, 4693.0, 4682.0, 4693.0, 4683.0, 4671.0, 4670.0, 4669.0, 4670.0, 4668.0, 4669.0, 4668.0, 4679.0, 4670.0, 4659.0, 4668.0, 4667.0, 4668.0, 4656.0, 4648.0, 4668.0, 4658.0, 4669.0, 4690.0, 4682.0, 4670.0, 4660.0, 4671.0, 4690.0, 4681.0, 4671.0, 4671.0, 4682.0, 4701.0, 4694.0, 4684.0, 4694.0, 4683.0, 4692.0, 4683.0, 4671.0, 4671.0, 4671.0, 4681.0, 4671.0, 4681.0, 4681.0, 4669.0, 4659.0, 4669.0, 4678.0, 4679.0, 4668.0, 4670.0, 4682.0, 4700.0, 4682.0, 4671.0, 4672.0, 4683.0, 4682.0, 4683.0, 4683.0, 4694.0, 4681.0, 4670.0, 4670.0, 4669.0, 4659.0, 4659.0, 4659.0, 4670.0, 4680.0, 4682.0, 4690.0, 4671.0, 4669.0, 4660.0, 4669.0, 4669.0, 4670.0, 4669.0, 4671.0, 4668.0, 4670.0, 4668.0, 4659.0, 4659.0, 4668.0, 4669.0, 4667.0, 4669.0, 4668.0, 4669.0, 4669.0, 4668.0, 4669.0, 4667.0, 4669.0, 4657.0, 4680.0, 4668.0, 4670.0, 4667.0, 4668.0, 4658.0, 4657.0, 4669.0, 4667.0, 4681.0, 4704.0, 4684.0, 4695.0, 4673.0, 4685.0, 4684.0, 4693.0, 4684.0, 4673.0, 4682.0, 4672.0, 4683.0, 4701.0, 4682.0, 4669.0, 4650.0, 4659.0, 4669.0, 4670.0, 4667.0, 4659.0, 4667.0, 4668.0, 4659.0, 4670.0, 4672.0, 4680.0, 4671.0, 4660.0, 4660.0, 4670.0, 4669.0, 4671.0, 4701.0, 4682.0, 4668.0, 4670.0, 4658.0, 4658.0, 4658.0, 4668.0, 4670.0, 4668.0, 4669.0, 4657.0, 4668.0, 4667.0, 4648.0, 4668.0, 4668.0, 4669.0, 4680.0, 4681.0, 4678.0, 4670.0, 4668.0, 4660.0, 4670.0, 4670.0, 4671.0, 4671.0, 4683.0, 4680.0, 4682.0, 4671.0, 4671.0, 4672.0, 4680.0, 4682.0, 4672.0, 4683.0, 4670.0, 4659.0, 4660.0, 4669.0, 4670.0, 4678.0, 4670.0, 4679.0, 4660.0, 4659.0, 4669.0, 4660.0, 4678.0, 4670.0, 4680.0, 4670.0, 4670.0, 4679.0, 4680.0, 4661.0, 4672.0, 4682.0, 4682.0, 4683.0, 4680.0, 4671.0, 4659.0, 4659.0, 4658.0, 4668.0, 4670.0, 4668.0, 4658.0, 4656.0, 4648.0, 4658.0, 4667.0, 4670.0, 4680.0, 4661.0, 4661.0, 4670.0, 4671.0, 4670.0, 4682.0, 4670.0, 4671.0, 4669.0, 4691.0, 4671.0, 4668.0, 4658.0, 4666.0, 4657.0, 4665.0, 4668.0, 4668.0, 4669.0, 4658.0, 4658.0, 4659.0, 4668.0, 4670.0, 4681.0, 4672.0, 4682.0, 4690.0, 4681.0, 4681.0, 4682.0, 4682.0, 4682.0, 4682.0, 4680.0, 4682.0, 4670.0, 4661.0, 4671.0, 4680.0, 4672.0, 4691.0, 4683.0, 4681.0, 4671.0, 4671.0, 4700.0, 4672.0, 4671.0, 4693.0, 4683.0, 4683.0, 4683.0, 4680.0, 4682.0, 4669.0, 4679.0, 4658.0, 4659.0, 4670.0, 4679.0, 4669.0, 4687.0, 4668.0, 4657.0, 4647.0, 4657.0, 4667.0, 4658.0, 4678.0, 4670.0, 4687.0, 4668.0, 4657.0, 4668.0, 4666.0, 4668.0, 4658.0, 4668.0, 4668.0, 4668.0, 4657.0, 4666.0, 4668.0, 4669.0, 4651.0, 4683.0, 4672.0, 4683.0, 4672.0, 4683.0, 4662.0, 4693.0, 4682.0, 4683.0, 4683.0, 4681.0, 4682.0, 4690.0, 4681.0, 4670.0, 4682.0, 4681.0, 4671.0, 4682.0, 4669.0, 4661.0, 4672.0, 4673.0, 4682.0, 4700.0, 4671.0, 4669.0, 4660.0, 4670.0, 4671.0, 4671.0, 4669.0, 4659.0, 4668.0, 4688.0, 4670.0, 4668.0, 4660.0, 4658.0, 4679.0, 4669.0, 4668.0, 4658.0, 4656.0, 4656.0, 4654.0, 4646.0, 4667.0, 4658.0, 4669.0, 4668.0, 4669.0, 4670.0, 4690.0, 4683.0, 4683.0, 4693.0, 4671.0, 4672.0, 4671.0, 4699.0, 4671.0, 4680.0, 4671.0, 4660.0, 4670.0, 4660.0, 4669.0, 4660.0, 4670.0, 4670.0, 4671.0, 4670.0, 4670.0, 4672.0, 4671.0, 4683.0, 4672.0, 4673.0, 4673.0, 4681.0, 4681.0, 4668.0, 4659.0, 4648.0, 4657.0, 4658.0, 4666.0, 4658.0, 4666.0, 4657.0, 4655.0, 4646.0, 4656.0, 4685.0, 4657.0, 4665.0, 4668.0, 4669.0, 4658.0, 4657.0, 4666.0, 4658.0, 4657.0, 4648.0, 4669.0, 4690.0, 4682.0, 4670.0, 4660.0, 4671.0, 4679.0, 4681.0, 4670.0, 4680.0, 4671.0, 4679.0, 4680.0, 4668.0, 4667.0, 4658.0, 4669.0, 4670.0, 4668.0, 4660.0, 4658.0, 4667.0, 4669.0, 4657.0, 4679.0, 4680.0, 4670.0, 4671.0, 4668.0, 4658.0, 4669.0, 4668.0, 4670.0, 4680.0, 4663.0, 4671.0, 4670.0, 4671.0, 4669.0, 4670.0, 4669.0, 4669.0, 4680.0, 4669.0, 4669.0, 4667.0, 4657.0, 4657.0, 4656.0, 4658.0, 4657.0, 4669.0, 4667.0, 4658.0, 4655.0, 4655.0, 4656.0, 4666.0, 4659.0, 4680.0, 4667.0, 4670.0, 4668.0, 4659.0, 4670.0, 4679.0, 4671.0, 4689.0, 4670.0, 4657.0, 4647.0, 4656.0, 4666.0, 4667.0, 4666.0, 4657.0, 4655.0, 4657.0, 4654.0, 4666.0, 4667.0, 4658.0, 4669.0, 4687.0, 4668.0, 4668.0, 4659.0, 4669.0, 4680.0, 4682.0, 4679.0, 4670.0, 4669.0, 4669.0, 4670.0, 4698.0, 4680.0, 4670.0, 4670.0, 4668.0, 4669.0, 4669.0, 4677.0, 4669.0, 4668.0, 4679.0, 4669.0, 4669.0, 4680.0, 4669.0, 4669.0, 4667.0, 4668.0, 4656.0, 4657.0, 4680.0, 4669.0, 4669.0, 4668.0, 4670.0, 4669.0, 4660.0, 4671.0, 4681.0, 4683.0, 4681.0, 4682.0, 4670.0, 4671.0, 4671.0, 4680.0, 4682.0, 4681.0, 4683.0, 4673.0, 4672.0, 4681.0, 4680.0, 4682.0], 'WindowWidth': [10390.0, 10330.0, 10333.0, 10329.0, 10320.0, 10305.0, 10283.0, 10278.0, 10255.0, 10251.0, 10249.0, 10255.0, 10230.0, 10222.0, 10223.0, 10240.0, 10223.0, 10221.0, 10218.0, 10219.0, 10224.0, 10238.0, 10265.0, 10230.0, 10262.0, 10242.0, 10262.0, 10240.0, 10244.0, 10214.0, 10201.0, 10198.0, 10184.0, 10213.0, 10184.0, 10215.0, 10216.0, 10206.0, 10221.0, 10221.0, 10225.0, 10246.0, 10222.0, 10213.0, 10216.0, 10194.0, 10181.0, 10212.0, 10196.0, 10181.0, 10208.0, 10198.0, 10202.0, 10222.0, 10223.0, 10228.0, 10214.0, 10230.0, 10249.0, 10243.0, 10246.0, 10229.0, 10227.0, 10242.0, 10224.0, 10240.0, 10223.0, 10243.0, 10246.0, 10225.0, 10226.0, 10223.0, 10211.0, 10228.0, 10252.0, 10244.0, 10228.0, 10232.0, 10244.0, 10268.0, 10231.0, 10229.0, 10230.0, 10246.0, 10240.0, 10244.0, 10229.0, 10234.0, 10227.0, 10225.0, 10225.0, 10206.0, 10235.0, 10220.0, 10209.0, 10224.0, 10223.0, 10226.0, 10220.0, 10195.0, 10238.0, 10246.0, 10274.0, 10250.0, 10231.0, 10245.0, 10227.0, 10218.0, 10247.0, 10248.0, 10250.0, 10256.0, 10264.0, 10270.0, 10241.0, 10252.0, 10250.0, 10246.0, 10245.0, 10225.0, 10213.0, 10226.0, 10239.0, 10238.0, 10240.0, 10207.0, 10218.0, 10215.0, 10191.0, 10222.0, 10233.0, 10237.0, 10238.0, 10228.0, 10241.0, 10222.0, 10228.0, 10237.0, 10222.0, 10226.0, 10232.0, 10222.0, 10216.0, 10205.0, 10221.0, 10234.0, 10221.0, 10215.0, 10200.0, 10216.0, 10216.0, 10196.0, 10241.0, 10224.0, 10258.0, 10233.0, 10236.0, 10252.0, 10242.0, 10244.0, 10241.0, 10226.0, 10241.0, 10221.0, 10212.0, 10219.0, 10221.0, 10219.0, 10231.0, 10216.0, 10210.0, 10185.0, 10199.0, 10197.0, 10216.0, 10203.0, 10237.0, 10222.0, 10220.0, 10223.0, 10223.0, 10228.0, 10245.0, 10245.0, 10265.0, 10247.0, 10265.0, 10251.0, 10249.0, 10250.0, 10245.0, 10246.0, 10230.0, 10229.0, 10227.0, 10235.0, 10225.0, 10220.0, 10223.0, 10223.0, 10220.0, 10220.0, 10216.0, 10207.0, 10225.0, 10242.0, 10249.0, 10250.0, 10259.0, 10251.0, 10251.0, 10251.0, 10252.0, 10262.0, 10248.0, 10238.0, 10228.0, 10218.0, 10228.0, 10202.0, 10214.0, 10213.0, 10214.0, 10216.0, 10236.0, 10209.0, 10190.0, 10179.0, 10210.0, 10195.0, 10216.0, 10216.0, 10218.0, 10219.0, 10214.0, 10191.0, 10224.0, 10236.0, 10214.0, 10242.0, 10253.0, 10229.0, 10228.0, 10238.0, 10240.0, 10222.0, 10237.0, 10219.0, 10230.0, 10213.0, 10209.0, 10198.0, 10205.0, 10178.0, 10192.0, 10177.0, 10180.0, 10194.0, 10195.0, 10197.0, 10211.0, 10216.0, 10197.0, 10209.0, 10191.0, 10180.0, 10210.0, 10196.0, 10214.0, 10222.0, 10217.0, 10201.0, 10232.0, 10218.0, 10205.0, 10218.0, 10217.0, 10222.0, 10226.0, 10214.0, 10248.0, 10246.0, 10268.0, 10250.0, 10265.0, 10247.0, 10245.0, 10247.0, 10266.0, 10245.0, 10252.0, 10240.0, 10248.0, 10224.0, 10215.0, 10221.0, 10217.0, 10222.0, 10206.0, 10222.0, 10222.0, 10223.0, 10224.0, 10247.0, 10225.0, 10220.0, 10209.0, 10225.0, 10222.0, 10243.0, 10241.0, 10230.0, 10213.0, 10223.0, 10227.0, 10224.0, 10245.0, 10265.0, 10247.0, 10252.0, 10244.0, 10248.0, 10231.0, 10260.0, 10243.0, 10259.0, 10245.0, 10225.0, 10223.0, 10218.0, 10221.0, 10215.0, 10221.0, 10216.0, 10232.0, 10222.0, 10204.0, 10217.0, 10212.0, 10214.0, 10197.0, 10188.0, 10215.0, 10202.0, 10220.0, 10250.0, 10243.0, 10224.0, 10210.0, 10225.0, 10250.0, 10240.0, 10225.0, 10227.0, 10243.0, 10269.0, 10264.0, 10248.0, 10263.0, 10245.0, 10257.0, 10245.0, 10225.0, 10227.0, 10226.0, 10238.0, 10226.0, 10239.0, 10239.0, 10217.0, 10204.0, 10218.0, 10230.0, 10233.0, 10217.0, 10224.0, 10243.0, 10262.0, 10242.0, 10225.0, 10228.0, 10245.0, 10242.0, 10246.0, 10245.0, 10262.0, 10240.0, 10222.0, 10220.0, 10218.0, 10206.0, 10206.0, 10207.0, 10224.0, 10235.0, 10243.0, 10249.0, 10224.0, 10218.0, 10207.0, 10220.0, 10219.0, 10223.0, 10218.0, 10225.0, 10216.0, 10222.0, 10214.0, 10204.0, 10205.0, 10215.0, 10220.0, 10212.0, 10218.0, 10215.0, 10218.0, 10219.0, 10217.0, 10218.0, 10214.0, 10220.0, 10199.0, 10235.0, 10218.0, 10221.0, 10211.0, 10215.0, 10201.0, 10199.0, 10218.0, 10214.0, 10240.0, 10278.0, 10248.0, 10267.0, 10233.0, 10253.0, 10249.0, 10261.0, 10250.0, 10232.0, 10244.0, 10229.0, 10244.0, 10265.0, 10242.0, 10219.0, 10196.0, 10205.0, 10220.0, 10220.0, 10213.0, 10204.0, 10211.0, 10216.0, 10205.0, 10221.0, 10228.0, 10235.0, 10224.0, 10206.0, 10208.0, 10220.0, 10218.0, 10225.0, 10266.0, 10240.0, 10215.0, 10222.0, 10201.0, 10200.0, 10201.0, 10213.0, 10221.0, 10215.0, 10219.0, 10198.0, 10215.0, 10212.0, 10188.0, 10216.0, 10215.0, 10220.0, 10235.0, 10240.0, 10230.0, 10222.0, 10215.0, 10207.0, 10220.0, 10222.0, 10226.0, 10225.0, 10245.0, 10235.0, 10242.0, 10225.0, 10225.0, 10227.0, 10236.0, 10243.0, 10227.0, 10244.0, 10222.0, 10207.0, 10208.0, 10218.0, 10220.0, 10228.0, 10223.0, 10233.0, 10208.0, 10203.0, 10219.0, 10207.0, 10228.0, 10221.0, 10236.0, 10223.0, 10222.0, 10234.0, 10237.0, 10212.0, 10228.0, 10243.0, 10243.0, 10246.0, 10234.0, 10224.0, 10203.0, 10204.0, 10202.0, 10214.0, 10220.0, 10217.0, 10203.0, 10195.0, 10188.0, 10202.0, 10213.0, 10221.0, 10235.0, 10212.0, 10209.0, 10222.0, 10225.0, 10222.0, 10241.0, 10222.0, 10225.0, 10219.0, 10250.0, 10225.0, 10216.0, 10201.0, 10208.0, 10200.0, 10208.0, 10218.0, 10217.0, 10221.0, 10201.0, 10200.0, 10205.0, 10216.0, 10222.0, 10241.0, 10228.0, 10242.0, 10250.0, 10240.0, 10240.0, 10242.0, 10242.0, 10244.0, 10244.0, 10237.0, 10242.0, 10223.0, 10211.0, 10226.0, 10238.0, 10228.0, 10253.0, 10245.0, 10237.0, 10226.0, 10224.0, 10263.0, 10228.0, 10226.0, 10258.0, 10247.0, 10247.0, 10244.0, 10236.0, 10240.0, 10219.0, 10233.0, 10202.0, 10204.0, 10222.0, 10231.0, 10217.0, 10238.0, 10215.0, 10197.0, 10186.0, 10200.0, 10213.0, 10204.0, 10232.0, 10223.0, 10240.0, 10217.0, 10197.0, 10216.0, 10210.0, 10214.0, 10202.0, 10217.0, 10217.0, 10216.0, 10200.0, 10209.0, 10216.0, 10218.0, 10199.0, 10245.0, 10229.0, 10246.0, 10228.0, 10246.0, 10215.0, 10257.0, 10243.0, 10245.0, 10245.0, 10237.0, 10240.0, 10247.0, 10237.0, 10224.0, 10242.0, 10240.0, 10224.0, 10241.0, 10220.0, 10212.0, 10230.0, 10232.0, 10241.0, 10263.0, 10224.0, 10219.0, 10207.0, 10221.0, 10224.0, 10225.0, 10218.0, 10205.0, 10216.0, 10242.0, 10220.0, 10216.0, 10207.0, 10201.0, 10230.0, 10219.0, 10215.0, 10202.0, 10194.0, 10195.0, 10190.0, 10181.0, 10213.0, 10203.0, 10220.0, 10215.0, 10219.0, 10224.0, 10250.0, 10246.0, 10247.0, 10261.0, 10226.0, 10228.0, 10224.0, 10259.0, 10227.0, 10236.0, 10226.0, 10207.0, 10221.0, 10206.0, 10217.0, 10208.0, 10220.0, 10222.0, 10225.0, 10223.0, 10224.0, 10230.0, 10226.0, 10245.0, 10228.0, 10230.0, 10230.0, 10237.0, 10237.0, 10215.0, 10203.0, 10186.0, 10200.0, 10201.0, 10209.0, 10200.0, 10210.0, 10199.0, 10192.0, 10181.0, 10196.0, 10234.0, 10200.0, 10207.0, 10216.0, 10218.0, 10201.0, 10198.0, 10210.0, 10201.0, 10199.0, 10187.0, 10218.0, 10250.0, 10242.0, 10222.0, 10208.0, 10223.0, 10232.0, 10238.0, 10221.0, 10236.0, 10225.0, 10232.0, 10235.0, 10213.0, 10213.0, 10201.0, 10218.0, 10223.0, 10215.0, 10211.0, 10201.0, 10213.0, 10217.0, 10199.0, 10234.0, 10237.0, 10222.0, 10224.0, 10215.0, 10204.0, 10220.0, 10218.0, 10224.0, 10238.0, 10219.0, 10226.0, 10222.0, 10225.0, 10219.0, 10221.0, 10218.0, 10219.0, 10237.0, 10219.0, 10219.0, 10212.0, 10200.0, 10199.0, 10197.0, 10202.0, 10201.0, 10220.0, 10212.0, 10200.0, 10194.0, 10192.0, 10197.0, 10210.0, 10206.0, 10236.0, 10216.0, 10222.0, 10218.0, 10207.0, 10223.0, 10234.0, 10227.0, 10247.0, 10221.0, 10199.0, 10187.0, 10194.0, 10208.0, 10214.0, 10211.0, 10200.0, 10193.0, 10197.0, 10191.0, 10210.0, 10214.0, 10204.0, 10219.0, 10241.0, 10218.0, 10216.0, 10207.0, 10222.0, 10237.0, 10245.0, 10233.0, 10223.0, 10219.0, 10220.0, 10222.0, 10257.0, 10237.0, 10223.0, 10223.0, 10215.0, 10217.0, 10217.0, 10228.0, 10220.0, 10217.0, 10233.0, 10219.0, 10221.0, 10237.0, 10220.0, 10219.0, 10213.0, 10215.0, 10198.0, 10201.0, 10239.0, 10221.0, 10221.0, 10217.0, 10222.0, 10218.0, 10210.0, 10225.0, 10239.0, 10248.0, 10240.0, 10240.0, 10221.0, 10225.0, 10227.0, 10237.0, 10244.0, 10241.0, 10246.0, 10233.0, 10228.0, 10240.0, 10237.0, 10241.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.00043168202764976954</td></tr>
<tr><td colspan=3>aqi</td><td>0.02256001347926267</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.22293934718571</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2000728490772787</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9852226231026529</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>5747.0156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07362596020470911</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0368663594470047</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5543675601586795</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4789307590795033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.807005296712142</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3771666246843934</td></tr>
<tr><td colspan=3>gcor</td><td>0.00708544</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015146680176258087</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0330258347094059</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.004808474002281</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.8744</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.2661</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292731.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>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.7727</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5247</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.1678</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.2056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.7813</td></tr>
<tr><td colspan=3>tsnr</td><td>41.707299335394055</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>