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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0034_ses-03_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-0034_ses-03_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-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_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-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_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-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-03_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_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-0034/ses-03/func/sub-0034_ses-03_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>bb94cd8e997c2a30c409b71108be4693</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>11:51:4.952500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996126, 0.0875468, 0.00822924, -0.0876753, 0.981696, 0.169073]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.101686</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7813, -7176, 518, -44, -231, 122, -1]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2556964a-0988-46ad-932f-4dd9dbfe677d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672534465789795, -0.23522651195526123, -0.018152572214603424, 123.28961181640625], [-0.2348816990852356, 2.633819103240967, 0.45667657256126404, -76.55280303955078], [0.022078460082411766, -0.4536101818084717, 2.661036729812622, -27.590028762817383], [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': ['115104.952500', '115105.412500', '115105.872500', '115106.332500', '115106.792500', '115107.252500', '115107.712500', '115108.172500', '115108.632500', '115109.092500', '115109.552500', '115110.012500', '115110.472500', '115110.932500', '115111.392500', '115111.852500', '115112.312500', '115112.772500', '115113.232500', '115113.692500', '115114.152500', '115114.612500', '115115.072500', '115115.532500', '115115.992500', '115116.452500', '115116.912500', '115117.372500', '115117.832500', '115118.292500', '115118.752500', '115119.212500', '115119.672500', '115120.132500', '115120.592500', '115121.052500', '115121.512500', '115121.972500', '115122.432500', '115122.892500', '115123.352500', '115123.812500', '115124.272500', '115124.732500', '115125.192500', '115125.652500', '115126.112500', '115126.572500', '115127.032500', '115127.492500', '115127.952500', '115128.412500', '115128.872500', '115129.332500', '115129.792500', '115130.252500', '115130.712500', '115131.172500', '115131.632500', '115132.092500', '115132.552500', '115133.012500', '115133.472500', '115133.932500', '115134.392500', '115134.852500', '115135.312500', '115135.772500', '115136.232500', '115136.692500', '115137.152500', '115137.612500', '115138.072500', '115138.532500', '115138.992500', '115139.452500', '115139.912500', '115140.372500', '115140.832500', '115141.292500', '115141.752500', '115142.212500', '115142.672500', '115143.132500', '115143.592500', '115144.052500', '115144.512500', '115144.972500', '115145.432500', '115145.892500', '115146.352500', '115146.812500', '115147.272500', '115147.732500', '115148.192500', '115148.652500', '115149.112500', '115149.572500', '115150.032500', '115150.492500', '115150.952500', '115151.412500', '115151.872500', '115152.332500', '115152.792500', '115153.252500', '115153.712500', '115154.172500', '115154.632500', '115155.092500', '115155.552500', '115156.012500', '115156.472500', '115156.932500', '115157.392500', '115157.852500', '115158.312500', '115158.772500', '115159.232500', '115159.692500', '115200.152500', '115200.612500', '115201.072500', '115201.532500', '115201.992500', '115202.452500', '115202.912500', '115203.372500', '115203.832500', '115204.292500', '115204.752500', '115205.212500', '115205.672500', '115206.132500', '115206.592500', '115207.052500', '115207.512500', '115207.972500', '115208.432500', '115208.892500', '115209.352500', '115209.812500', '115210.272500', '115210.732500', '115211.192500', '115211.652500', '115212.112500', '115212.572500', '115213.032500', '115213.492500', '115213.952500', '115214.412500', '115214.872500', '115215.332500', '115215.792500', '115216.252500', '115216.712500', '115217.172500', '115217.632500', '115218.092500', '115218.552500', '115219.012500', '115219.472500', '115219.932500', '115220.392500', '115220.852500', '115221.312500', '115221.772500', '115222.232500', '115222.692500', '115223.152500', '115223.612500', '115224.072500', '115224.532500', '115224.992500', '115225.452500', '115225.912500', '115226.372500', '115226.832500', '115227.292500', '115227.752500', '115228.212500', '115228.672500', '115229.132500', '115229.592500', '115230.052500', '115230.512500', '115230.972500', '115231.432500', '115231.892500', '115232.352500', '115232.812500', '115233.272500', '115233.732500', '115234.192500', '115234.652500', '115235.112500', '115235.572500', '115236.032500', '115236.492500', '115236.952500', '115237.412500', '115237.872500', '115238.332500', '115238.792500', '115239.252500', '115239.712500', '115240.172500', '115240.632500', '115241.092500', '115241.552500', '115242.012500', '115242.472500', '115242.932500', '115243.392500', '115243.852500', '115244.312500', '115244.772500', '115245.232500', '115245.692500', '115246.152500', '115246.612500', '115247.072500', '115247.532500', '115247.992500', '115248.452500', '115248.912500', '115249.372500', '115249.832500', '115250.292500', '115250.752500', '115251.212500', '115251.672500', '115252.132500', '115252.592500', '115253.052500', '115253.512500', '115253.972500', '115254.432500', '115254.892500', '115255.352500', '115255.812500', '115256.272500', '115256.732500', '115257.192500', '115257.652500', '115258.112500', '115258.572500', '115259.032500', '115259.492500', '115259.952500', '115300.412500', '115300.872500', '115301.332500', '115301.792500', '115302.252500', '115302.712500', '115303.172500', '115303.632500', '115304.092500', '115304.552500', '115305.012500', '115305.472500', '115305.932500', '115306.392500', '115306.852500', '115307.312500', '115307.772500', '115308.232500', '115308.692500', '115309.152500', '115309.612500', '115310.072500', '115310.532500', '115310.992500', '115311.452500', '115311.912500', '115312.372500', '115312.832500', '115313.292500', '115313.752500', '115314.212500', '115314.672500', '115315.132500', '115315.592500', '115316.052500', '115316.512500', '115316.972500', '115317.432500', '115317.892500', '115318.352500', '115318.812500', '115319.272500', '115319.732500', '115320.192500', '115320.652500', '115321.112500', '115321.572500', '115322.032500', '115322.492500', '115322.952500', '115323.412500', '115323.872500', '115324.332500', '115324.792500', '115325.252500', '115325.712500', '115326.172500', '115326.632500', '115327.092500', '115327.552500', '115328.012500', '115328.472500', '115328.932500', '115329.392500', '115329.852500', '115330.312500', '115330.772500', '115331.232500', '115331.692500', '115332.152500', '115332.612500', '115333.072500', '115333.532500', '115333.992500', '115334.452500', '115334.912500', '115335.372500', '115335.832500', '115336.292500', '115336.752500', '115337.212500', '115337.672500', '115338.132500', '115338.592500', '115339.052500', '115339.512500', '115339.972500', '115340.432500', '115340.892500', '115341.352500', '115341.812500', '115342.272500', '115342.732500', '115343.192500', '115343.652500', '115344.112500', '115344.572500', '115345.032500', '115345.492500', '115345.952500', '115346.412500', '115346.872500', '115347.332500', '115347.792500', '115348.252500', '115348.712500', '115349.172500', '115349.632500', '115350.092500', '115350.552500', '115351.012500', '115351.472500', '115351.932500', '115352.392500', '115352.852500', '115353.312500', '115353.772500', '115354.232500', '115354.692500', '115355.152500', '115355.612500', '115356.072500', '115356.532500', '115356.992500', '115357.452500', '115357.912500', '115358.372500', '115358.832500', '115359.292500', '115359.752500', '115400.212500', '115400.672500', '115401.132500', '115401.592500', '115402.052500', '115402.512500', '115402.972500', '115403.432500', '115403.892500', '115404.352500', '115404.812500', '115405.272500', '115405.732500', '115406.192500', '115406.652500', '115407.112500', '115407.572500', '115408.032500', '115408.492500', '115408.952500', '115409.412500', '115409.872500', '115410.332500', '115410.792500', '115411.252500', '115411.712500', '115412.172500', '115412.632500', '115413.092500', '115413.552500', '115414.012500', '115414.472500', '115414.932500', '115415.392500', '115415.852500', '115416.312500', '115416.772500', '115417.232500', '115417.692500', '115418.152500', '115418.612500', '115419.072500', '115419.532500', '115419.992500', '115420.452500', '115420.912500', '115421.372500', '115421.832500', '115422.292500', '115422.752500', '115423.212500', '115423.672500', '115424.132500', '115424.592500', '115425.052500', '115425.512500', '115425.972500', '115426.432500', '115426.892500', '115427.352500', '115427.812500', '115428.272500', '115428.732500', '115429.192500', '115429.652500', '115430.112500', '115430.572500', '115431.032500', '115431.492500', '115431.952500', '115432.412500', '115432.872500', '115433.332500', '115433.792500', '115434.252500', '115434.712500', '115435.172500', '115435.632500', '115436.092500', '115436.552500', '115437.012500', '115437.472500', '115437.932500', '115438.392500', '115438.852500', '115439.312500', '115439.772500', '115440.232500', '115440.692500', '115441.152500', '115441.612500', '115442.072500', '115442.532500', '115442.992500', '115443.452500', '115443.912500', '115444.372500', '115444.832500', '115445.292500', '115445.752500', '115446.212500', '115446.672500', '115447.132500', '115447.592500', '115448.052500', '115448.512500', '115448.972500', '115449.432500', '115449.892500', '115450.352500', '115450.812500', '115451.272500', '115451.732500', '115452.192500', '115452.652500', '115453.112500', '115453.572500', '115454.032500', '115454.492500', '115454.952500', '115455.412500', '115455.872500', '115456.332500', '115456.792500', '115457.252500', '115457.712500', '115458.172500', '115458.632500', '115459.092500', '115459.552500', '115500.012500', '115500.472500', '115500.932500', '115501.392500', '115501.852500', '115502.312500', '115502.772500', '115503.232500', '115503.692500', '115504.152500', '115504.612500', '115505.072500', '115505.532500', '115505.992500', '115506.452500', '115506.912500', '115507.372500', '115507.832500', '115508.292500', '115508.752500', '115509.212500', '115509.672500', '115510.132500', '115510.592500', '115511.052500', '115511.512500', '115511.972500', '115512.432500', '115512.892500', '115513.352500', '115513.812500', '115514.272500', '115514.732500', '115515.192500', '115515.652500', '115516.112500', '115516.572500', '115517.032500', '115517.492500', '115517.952500', '115518.412500', '115518.872500', '115519.332500', '115519.792500', '115520.252500', '115520.712500', '115521.172500', '115521.632500', '115522.092500', '115522.552500', '115523.012500', '115523.472500', '115523.932500', '115524.392500', '115524.852500', '115525.312500', '115525.772500', '115526.232500', '115526.692500', '115527.152500', '115527.612500', '115528.072500', '115528.532500', '115528.992500', '115529.452500', '115529.912500', '115530.372500', '115530.832500', '115531.292500', '115531.752500', '115532.212500', '115532.672500', '115533.132500', '115533.592500', '115534.052500', '115534.512500', '115534.972500', '115535.432500', '115535.892500', '115536.352500', '115536.812500', '115537.272500', '115537.732500', '115538.192500', '115538.652500', '115539.112500', '115539.572500', '115540.032500', '115540.492500', '115540.952500', '115541.412500', '115541.872500', '115542.332500', '115542.792500', '115543.252500', '115543.712500', '115544.172500', '115544.632500', '115545.092500', '115545.552500', '115546.012500', '115546.472500', '115546.932500', '115547.392500', '115547.852500', '115548.312500', '115548.772500', '115549.232500', '115549.692500', '115550.152500', '115550.612500', '115551.072500', '115551.532500', '115551.992500', '115552.452500', '115552.912500', '115553.372500', '115553.832500', '115554.292500', '115554.752500', '115555.212500', '115555.672500', '115556.132500', '115556.592500', '115557.052500', '115557.512500', '115557.972500', '115558.432500', '115558.892500', '115559.352500', '115559.812500', '115600.272500', '115600.732500', '115601.192500', '115601.652500', '115602.112500', '115602.572500', '115603.032500', '115603.492500', '115603.952500', '115604.412500', '115604.872500', '115605.332500', '115605.792500', '115606.252500', '115606.712500', '115607.172500', '115607.632500', '115608.092500', '115608.552500', '115609.012500', '115609.472500', '115609.932500', '115610.392500', '115610.852500', '115611.312500', '115611.772500', '115612.232500', '115612.692500', '115613.152500', '115613.612500', '115614.072500', '115614.532500', '115614.992500', '115615.452500', '115615.912500', '115616.372500', '115616.832500', '115617.292500', '115617.752500', '115618.212500', '115618.672500', '115619.132500', '115619.592500', '115620.052500', '115620.512500', '115620.972500', '115621.432500', '115621.892500', '115622.352500', '115622.812500', '115623.272500', '115623.732500', '115624.192500', '115624.652500', '115625.112500', '115625.572500', '115626.032500', '115626.492500', '115626.952500', '115627.412500', '115627.872500', '115628.332500', '115628.792500', '115629.252500', '115629.712500', '115630.172500', '115630.632500', '115631.092500', '115631.552500', '115632.012500', '115632.472500', '115632.932500', '115633.392500', '115633.852500', '115634.312500', '115634.772500', '115635.232500', '115635.692500', '115636.152500', '115636.612500', '115637.072500', '115637.532500', '115637.992500', '115638.452500', '115638.912500', '115639.372500', '115639.832500', '115640.292500', '115640.752500', '115641.212500', '115641.672500', '115642.132500', '115642.592500', '115643.052500', '115643.512500', '115643.972500', '115644.432500', '115644.892500', '115645.352500', '115645.812500', '115646.272500', '115646.732500', '115647.192500', '115647.652500', '115648.112500', '115648.572500', '115649.032500', '115649.492500', '115649.952500', '115650.412500', '115650.872500', '115651.332500', '115651.792500', '115652.252500', '115652.712500', '115653.172500', '115653.632500', '115654.092500', '115654.552500', '115655.012500', '115655.472500', '115655.932500', '115656.392500', '115656.852500', '115657.312500', '115657.772500', '115658.232500', '115658.692500', '115659.152500', '115659.612500', '115700.072500', '115700.532500', '115700.992500', '115701.452500', '115701.912500', '115702.372500', '115702.832500', '115703.292500', '115703.752500', '115704.212500', '115704.672500', '115705.132500', '115705.592500', '115706.052500', '115706.512500', '115706.972500', '115707.432500', '115707.892500', '115708.352500', '115708.812500', '115709.272500', '115709.732500', '115710.192500', '115710.652500', '115711.112500', '115711.572500', '115712.032500', '115712.492500', '115712.952500', '115713.412500', '115713.872500', '115714.332500', '115714.792500', '115715.252500', '115715.712500', '115716.172500', '115716.632500', '115717.092500', '115717.552500', '115718.012500', '115718.472500', '115718.932500', '115719.392500', '115719.852500', '115720.312500', '115720.772500', '115721.232500', '115721.692500', '115722.152500', '115722.612500', '115723.072500', '115723.532500', '115723.992500', '115724.452500', '115724.912500', '115725.372500', '115725.832500', '115726.292500', '115726.752500', '115727.212500', '115727.672500', '115728.132500', '115728.592500', '115729.052500', '115729.512500', '115729.972500', '115730.432500', '115730.892500', '115731.352500', '115731.812500', '115732.272500', '115732.732500', '115733.192500', '115733.652500', '115734.112500', '115734.572500', '115735.032500', '115735.492500', '115735.952500', '115736.412500', '115736.872500', '115737.332500', '115737.792500', '115738.252500', '115738.712500', '115739.172500', '115739.632500', '115740.092500', '115740.552500', '115741.012500', '115741.472500', '115741.932500', '115742.392500', '115742.852500', '115743.312500', '115743.772500', '115744.232500', '115744.692500', '115745.152500', '115745.612500'], 'ContentTime': ['115125.853000', '115125.857000', '115125.860000', '115125.863000', '115125.865000', '115125.868000', '115125.871000', '115125.874000', '115125.877000', '115125.879000', '115125.882000', '115125.885000', '115125.890000', '115125.893000', '115125.896000', '115125.899000', '115125.901000', '115125.904000', '115125.907000', '115125.910000', '115125.913000', '115125.915000', '115125.918000', '115125.921000', '115125.924000', '115125.927000', '115125.929000', '115125.932000', '115125.935000', '115125.938000', '115125.941000', '115125.943000', '115125.946000', '115125.949000', '115125.952000', '115125.955000', '115125.957000', '115125.960000', '115125.963000', '115125.966000', '115125.969000', '115125.972000', '115125.974000', '115125.977000', '115125.980000', '115145.815000', '115145.835000', '115145.838000', '115145.841000', '115145.843000', '115145.846000', '115145.849000', '115145.852000', '115145.855000', '115145.858000', '115145.874000', '115145.877000', '115145.880000', '115145.882000', '115145.885000', '115145.888000', '115145.891000', '115145.894000', '115145.897000', '115145.899000', '115145.902000', '115145.905000', '115145.908000', '115145.911000', '115145.913000', '115145.916000', '115145.919000', '115145.923000', '115145.926000', '115145.929000', '115145.932000', '115145.935000', '115145.937000', '115145.940000', '115145.943000', '115145.946000', '115145.949000', '115145.951000', '115145.954000', '115145.957000', '115145.960000', '115145.963000', '115145.966000', '115205.815000', '115205.818000', '115205.821000', '115205.823000', '115205.826000', '115205.829000', '115205.832000', '115205.835000', '115205.837000', '115205.840000', '115205.843000', '115205.846000', '115205.849000', '115205.852000', '115205.854000', '115205.857000', '115205.860000', '115205.863000', '115205.866000', '115205.868000', '115205.871000', '115205.874000', '115205.877000', '115205.880000', '115205.883000', '115205.885000', '115205.888000', '115205.891000', '115205.894000', '115205.897000', '115205.900000', '115205.902000', '115205.905000', '115205.908000', '115205.911000', '115205.914000', '115205.916000', '115205.919000', '115205.922000', '115205.925000', '115205.928000', '115205.930000', '115205.933000', '115205.936000', '115225.815000', '115225.818000', '115225.821000', '115225.823000', '115225.826000', '115225.829000', '115225.832000', '115225.835000', '115225.838000', '115225.840000', '115225.843000', '115225.846000', '115225.849000', '115225.852000', '115225.854000', '115225.857000', '115225.860000', '115225.863000', '115225.866000', '115225.869000', '115225.871000', '115225.874000', '115225.877000', '115225.880000', '115225.883000', '115225.886000', '115225.888000', '115225.891000', '115225.894000', '115225.902000', '115225.904000', '115225.907000', '115225.910000', '115225.913000', '115225.916000', '115225.919000', '115225.921000', '115225.924000', '115225.927000', '115225.930000', '115225.933000', '115225.936000', '115225.938000', '115245.814000', '115245.817000', '115245.820000', '115245.823000', '115245.826000', '115245.829000', '115245.831000', '115245.834000', '115245.837000', '115245.840000', '115245.843000', '115245.846000', '115245.848000', '115245.851000', '115245.854000', '115245.857000', '115245.860000', '115245.862000', '115245.865000', '115245.868000', '115245.871000', '115245.874000', '115245.876000', '115245.885000', '115245.888000', '115245.891000', '115245.893000', '115245.896000', '115245.899000', '115245.902000', '115245.905000', '115245.907000', '115245.910000', '115245.913000', '115245.916000', '115245.919000', '115245.922000', '115245.924000', '115245.927000', '115245.930000', '115245.933000', '115245.936000', '115245.939000', '115305.814000', '115305.817000', '115305.820000', '115305.823000', '115305.825000', '115305.828000', '115305.831000', '115305.834000', '115305.837000', '115305.840000', '115305.842000', '115305.845000', '115305.848000', '115305.851000', '115305.854000', '115305.857000', '115305.859000', '115305.862000', '115305.865000', '115305.868000', '115305.871000', '115305.873000', '115305.876000', '115305.879000', '115305.888000', '115305.890000', '115305.893000', '115305.896000', '115305.899000', '115305.902000', '115305.904000', '115305.907000', '115305.910000', '115305.913000', '115305.916000', '115305.919000', '115305.921000', '115305.924000', '115305.927000', '115305.930000', '115305.933000', '115305.936000', '115305.938000', '115305.941000', '115325.814000', '115325.817000', '115325.820000', '115325.823000', '115325.826000', '115325.828000', '115325.841000', '115325.843000', '115325.846000', '115325.849000', '115325.852000', '115325.855000', '115325.858000', '115325.860000', '115325.863000', '115325.866000', '115325.869000', '115325.871000', '115325.874000', '115325.877000', '115325.880000', '115325.883000', '115325.886000', '115325.888000', '115325.891000', '115325.894000', '115325.897000', '115325.900000', '115325.902000', '115325.905000', '115325.908000', '115325.911000', '115325.914000', '115325.917000', '115325.920000', '115325.922000', '115325.925000', '115325.928000', '115325.931000', '115325.934000', '115325.937000', '115325.940000', '115325.942000', '115345.815000', '115345.818000', '115345.821000', '115345.824000', '115345.827000', '115345.829000', '115345.832000', '115345.835000', '115345.838000', '115345.841000', '115345.844000', '115345.846000', '115345.849000', '115345.852000', '115345.855000', '115345.858000', '115345.860000', '115345.863000', '115345.866000', '115345.869000', '115345.872000', '115345.875000', '115345.877000', '115345.880000', '115345.883000', '115345.886000', '115345.889000', '115345.891000', '115345.894000', '115345.897000', '115345.900000', '115345.903000', '115345.906000', '115345.908000', '115345.911000', '115345.914000', '115345.917000', '115345.920000', '115345.922000', '115345.925000', '115345.928000', '115345.931000', '115345.934000', '115345.937000', '115405.815000', '115405.818000', '115405.821000', '115405.824000', '115405.827000', '115405.830000', '115405.833000', '115405.836000', '115405.838000', '115405.841000', '115405.844000', '115405.847000', '115405.850000', '115405.853000', '115405.855000', '115405.858000', '115405.861000', '115405.864000', '115405.867000', '115405.870000', '115405.872000', '115405.875000', '115405.878000', '115405.881000', '115405.884000', '115405.886000', '115405.889000', '115405.892000', '115405.895000', '115405.898000', '115405.901000', '115405.903000', '115405.906000', '115405.909000', '115405.912000', '115405.915000', '115405.918000', '115405.920000', '115405.923000', '115405.926000', '115405.929000', '115405.932000', '115405.935000', '115425.815000', '115425.818000', '115425.821000', '115425.823000', '115425.826000', '115425.829000', '115425.832000', '115425.835000', '115425.838000', '115425.841000', '115425.844000', '115425.846000', '115425.849000', '115425.852000', '115425.855000', '115425.858000', '115425.860000', '115425.863000', '115425.866000', '115425.869000', '115425.872000', '115425.875000', '115425.877000', '115425.880000', '115425.883000', '115425.886000', '115425.889000', '115425.891000', '115425.894000', '115425.897000', '115425.900000', '115425.903000', '115425.906000', '115425.908000', '115425.911000', '115425.914000', '115425.917000', '115425.920000', '115425.923000', '115425.937000', '115425.939000', '115425.942000', '115425.945000', '115425.948000', '115445.815000', '115445.818000', '115445.821000', '115445.824000', '115445.827000', '115445.829000', '115445.832000', '115445.835000', '115445.838000', '115445.841000', '115445.844000', '115445.847000', '115445.849000', '115445.852000', '115445.855000', '115445.858000', '115445.861000', '115445.864000', '115445.867000', '115445.869000', '115445.872000', '115445.875000', '115445.878000', '115445.885000', '115445.888000', '115445.891000', '115445.894000', '115445.897000', '115445.899000', '115445.902000', '115445.905000', '115445.924000', '115445.926000', '115445.929000', '115445.932000', '115445.935000', '115445.938000', '115445.941000', '115445.944000', '115445.946000', '115445.949000', '115445.952000', '115445.955000', '115505.814000', '115505.817000', '115505.820000', '115505.823000', '115505.825000', '115505.828000', '115505.831000', '115505.834000', '115505.837000', '115505.839000', '115505.842000', '115505.845000', '115505.848000', '115505.851000', '115505.854000', '115505.857000', '115505.859000', '115505.862000', '115505.865000', '115505.868000', '115505.871000', '115505.874000', '115505.876000', '115505.879000', '115505.882000', '115505.885000', '115505.888000', '115505.891000', '115505.894000', '115505.896000', '115505.899000', '115505.902000', '115505.905000', '115505.908000', '115505.911000', '115505.913000', '115505.916000', '115505.920000', '115505.923000', '115505.925000', '115505.928000', '115505.931000', '115505.934000', '115505.943000', '115525.814000', '115525.817000', '115525.820000', '115525.823000', '115525.826000', '115525.828000', '115525.831000', '115525.834000', '115525.837000', '115525.840000', '115525.843000', '115525.845000', '115525.848000', '115525.851000', '115525.854000', '115525.857000', '115525.860000', '115525.863000', '115525.866000', '115525.868000', '115525.871000', '115525.874000', '115525.877000', '115525.880000', '115525.882000', '115525.885000', '115525.888000', '115525.891000', '115525.894000', '115525.897000', '115525.899000', '115525.902000', '115525.905000', '115525.908000', '115525.911000', '115525.914000', '115525.916000', '115525.919000', '115525.922000', '115525.926000', '115525.929000', '115525.932000', '115525.935000', '115545.814000', '115545.817000', '115545.820000', '115545.823000', '115545.825000', '115545.828000', '115545.831000', '115545.834000', '115545.837000', '115545.839000', '115545.842000', '115545.845000', '115545.848000', '115545.851000', '115545.854000', '115545.857000', '115545.859000', '115545.862000', '115545.865000', '115545.868000', '115545.871000', '115545.874000', '115545.876000', '115545.879000', '115545.882000', '115545.885000', '115545.888000', '115545.891000', '115545.894000', '115545.897000', '115545.899000', '115545.902000', '115545.905000', '115545.908000', '115545.911000', '115545.914000', '115545.916000', '115545.919000', '115545.922000', '115545.925000', '115545.928000', '115545.931000', '115545.933000', '115545.936000', '115605.815000', '115605.818000', '115605.821000', '115605.824000', '115605.827000', '115605.829000', '115605.832000', '115605.835000', '115605.838000', '115605.841000', '115605.844000', '115605.846000', '115605.849000', '115605.852000', '115605.855000', '115605.858000', '115605.861000', '115605.864000', '115605.866000', '115605.869000', '115605.872000', '115605.875000', '115605.878000', '115605.881000', '115605.883000', '115605.886000', '115605.889000', '115605.892000', '115605.895000', '115605.898000', '115605.901000', '115605.903000', '115605.906000', '115605.909000', '115605.912000', '115605.915000', '115605.917000', '115605.920000', '115605.923000', '115605.926000', '115605.929000', '115605.932000', '115605.935000', '115625.815000', '115625.818000', '115625.821000', '115625.824000', '115625.826000', '115625.829000', '115625.832000', '115625.835000', '115625.838000', '115625.840000', '115625.843000', '115625.846000', '115625.849000', '115625.863000', '115625.866000', '115625.868000', '115625.871000', '115625.874000', '115625.877000', '115625.880000', '115625.883000', '115625.885000', '115625.888000', '115625.891000', '115625.894000', '115625.897000', '115625.900000', '115625.903000', '115625.906000', '115625.908000', '115625.911000', '115625.914000', '115625.917000', '115625.920000', '115625.923000', '115625.925000', '115625.928000', '115625.931000', '115625.934000', '115625.937000', '115625.939000', '115625.942000', '115625.945000', '115625.948000', '115645.815000', '115645.818000', '115645.821000', '115645.824000', '115645.826000', '115645.829000', '115645.832000', '115645.836000', '115645.839000', '115645.842000', '115645.845000', '115645.848000', '115645.851000', '115645.854000', '115645.856000', '115645.859000', '115645.862000', '115645.865000', '115645.868000', '115645.871000', '115645.873000', '115645.876000', '115645.879000', '115645.882000', '115645.885000', '115645.888000', '115645.891000', '115645.893000', '115645.896000', '115645.899000', '115645.902000', '115645.905000', '115645.908000', '115645.911000', '115645.914000', '115645.917000', '115645.919000', '115645.922000', '115645.925000', '115645.928000', '115645.931000', '115645.934000', '115645.937000', '115705.815000', '115705.818000', '115705.821000', '115705.824000', '115705.827000', '115705.829000', '115705.832000', '115705.835000', '115705.838000', '115705.841000', '115705.843000', '115705.846000', '115705.849000', '115705.852000', '115705.855000', '115705.858000', '115705.860000', '115705.863000', '115705.866000', '115705.869000', '115705.872000', '115705.874000', '115705.877000', '115705.880000', '115705.883000', '115705.886000', '115705.889000', '115705.892000', '115705.894000', '115705.897000', '115705.900000', '115705.903000', '115705.906000', '115705.909000', '115705.911000', '115705.914000', '115705.917000', '115705.920000', '115705.923000', '115705.926000', '115705.929000', '115705.931000', '115705.934000', '115705.937000', '115725.814000', '115725.817000', '115725.820000', '115725.823000', '115725.825000', '115725.828000', '115725.831000', '115725.834000', '115725.837000', '115725.840000', '115725.842000', '115725.845000', '115725.848000', '115725.851000', '115725.854000', '115725.857000', '115725.859000', '115725.862000', '115725.865000', '115725.868000', '115725.871000', '115725.873000', '115725.876000', '115725.879000', '115725.882000', '115725.885000', '115725.888000', '115725.891000', '115725.893000', '115725.896000', '115725.899000', '115725.902000', '115725.905000', '115725.908000', '115725.910000', '115725.913000', '115725.916000', '115725.919000', '115725.922000', '115725.925000', '115725.928000', '115725.931000', '115725.934000', '115745.814000', '115745.829000', '115745.832000', '115745.835000', '115745.838000', '115745.841000', '115745.843000', '115745.846000', '115745.849000', '115745.852000', '115745.855000', '115745.858000', '115745.860000', '115745.863000', '115745.866000', '115745.869000', '115745.872000', '115745.875000', '115745.877000', '115745.880000', '115745.883000', '115745.886000', '115745.889000', '115745.891000', '115745.914000', '115745.917000', '115745.920000', '115745.923000', '115745.926000', '115745.929000', '115745.932000', '115745.934000', '115745.937000', '115745.940000', '115745.943000', '115745.946000', '115745.948000', '115745.951000', '115745.954000', '115745.957000', '115745.960000', '115745.963000', '115745.966000', '115745.968000', '115746.235000'], 'InstanceCreationTime': ['115125.853000', '115125.857000', '115125.860000', '115125.863000', '115125.865000', '115125.868000', '115125.871000', '115125.874000', '115125.877000', '115125.879000', '115125.882000', '115125.885000', '115125.890000', '115125.893000', '115125.896000', '115125.899000', '115125.901000', '115125.904000', '115125.907000', '115125.910000', '115125.913000', '115125.915000', '115125.918000', '115125.921000', '115125.924000', '115125.927000', '115125.929000', '115125.932000', '115125.935000', '115125.938000', '115125.941000', '115125.943000', '115125.946000', '115125.949000', '115125.952000', '115125.955000', '115125.957000', '115125.960000', '115125.963000', '115125.966000', '115125.969000', '115125.972000', '115125.974000', '115125.977000', '115125.980000', '115145.815000', '115145.835000', '115145.838000', '115145.841000', '115145.843000', '115145.846000', '115145.849000', '115145.852000', '115145.855000', '115145.858000', '115145.874000', '115145.877000', '115145.880000', '115145.882000', '115145.885000', '115145.888000', '115145.891000', '115145.894000', '115145.897000', '115145.899000', '115145.902000', '115145.905000', '115145.908000', '115145.911000', '115145.913000', '115145.916000', '115145.919000', '115145.923000', '115145.926000', '115145.929000', '115145.932000', '115145.935000', '115145.937000', '115145.940000', '115145.943000', '115145.946000', '115145.949000', '115145.951000', '115145.954000', '115145.957000', '115145.960000', '115145.963000', '115145.966000', '115205.815000', '115205.818000', '115205.821000', '115205.823000', '115205.826000', '115205.829000', '115205.832000', '115205.835000', '115205.837000', '115205.840000', '115205.843000', '115205.846000', '115205.849000', '115205.852000', '115205.854000', '115205.857000', '115205.860000', '115205.863000', '115205.866000', '115205.868000', '115205.871000', '115205.874000', '115205.877000', '115205.880000', '115205.883000', '115205.885000', '115205.888000', '115205.891000', '115205.894000', '115205.897000', '115205.900000', '115205.902000', '115205.905000', '115205.908000', '115205.911000', '115205.914000', '115205.916000', '115205.919000', '115205.922000', '115205.925000', '115205.928000', '115205.930000', '115205.933000', '115205.936000', '115225.815000', '115225.818000', '115225.821000', '115225.823000', '115225.826000', '115225.829000', '115225.832000', '115225.835000', '115225.838000', '115225.840000', '115225.843000', '115225.846000', '115225.849000', '115225.852000', '115225.854000', '115225.857000', '115225.860000', '115225.863000', '115225.866000', '115225.869000', '115225.871000', '115225.874000', '115225.877000', '115225.880000', '115225.883000', '115225.886000', '115225.888000', '115225.891000', '115225.894000', '115225.902000', '115225.904000', '115225.907000', '115225.910000', '115225.913000', '115225.916000', '115225.919000', '115225.921000', '115225.924000', '115225.927000', '115225.930000', '115225.933000', '115225.936000', '115225.938000', '115245.814000', '115245.817000', '115245.820000', '115245.823000', '115245.826000', '115245.829000', '115245.831000', '115245.834000', '115245.837000', '115245.840000', '115245.843000', '115245.846000', '115245.848000', '115245.851000', '115245.854000', '115245.857000', '115245.860000', '115245.862000', '115245.865000', '115245.868000', '115245.871000', '115245.874000', '115245.876000', '115245.885000', '115245.888000', '115245.891000', '115245.893000', '115245.896000', '115245.899000', '115245.902000', '115245.905000', '115245.907000', '115245.910000', '115245.913000', '115245.916000', '115245.919000', '115245.922000', '115245.924000', '115245.927000', '115245.930000', '115245.933000', '115245.936000', '115245.939000', '115305.814000', '115305.817000', '115305.820000', '115305.823000', '115305.825000', '115305.828000', '115305.831000', '115305.834000', '115305.837000', '115305.840000', '115305.842000', '115305.845000', '115305.848000', '115305.851000', '115305.854000', '115305.857000', '115305.859000', '115305.862000', '115305.865000', '115305.868000', '115305.871000', '115305.873000', '115305.876000', '115305.879000', '115305.888000', '115305.890000', '115305.893000', '115305.896000', '115305.899000', '115305.902000', '115305.904000', '115305.907000', '115305.910000', '115305.913000', '115305.916000', '115305.919000', '115305.921000', '115305.924000', '115305.927000', '115305.930000', '115305.933000', '115305.936000', '115305.938000', '115305.941000', '115325.814000', '115325.817000', '115325.820000', '115325.823000', '115325.826000', '115325.828000', '115325.841000', '115325.843000', '115325.846000', '115325.849000', '115325.852000', '115325.855000', '115325.858000', '115325.860000', '115325.863000', '115325.866000', '115325.869000', '115325.871000', '115325.874000', '115325.877000', '115325.880000', '115325.883000', '115325.886000', '115325.888000', '115325.891000', '115325.894000', '115325.897000', '115325.900000', '115325.902000', '115325.905000', '115325.908000', '115325.911000', '115325.914000', '115325.917000', '115325.920000', '115325.922000', '115325.925000', '115325.928000', '115325.931000', '115325.934000', '115325.937000', '115325.940000', '115325.942000', '115345.815000', '115345.818000', '115345.821000', '115345.824000', '115345.827000', '115345.829000', '115345.832000', '115345.835000', '115345.838000', '115345.841000', '115345.844000', '115345.846000', '115345.849000', '115345.852000', '115345.855000', '115345.858000', '115345.860000', '115345.863000', '115345.866000', '115345.869000', '115345.872000', '115345.875000', '115345.877000', '115345.880000', '115345.883000', '115345.886000', '115345.889000', '115345.891000', '115345.894000', '115345.897000', '115345.900000', '115345.903000', '115345.906000', '115345.908000', '115345.911000', '115345.914000', '115345.917000', '115345.920000', '115345.922000', '115345.925000', '115345.928000', '115345.931000', '115345.934000', '115345.937000', '115405.815000', '115405.818000', '115405.821000', '115405.824000', '115405.827000', '115405.830000', '115405.833000', '115405.836000', '115405.838000', '115405.841000', '115405.844000', '115405.847000', '115405.850000', '115405.853000', '115405.855000', '115405.858000', '115405.861000', '115405.864000', '115405.867000', '115405.870000', '115405.872000', '115405.875000', '115405.878000', '115405.881000', '115405.884000', '115405.886000', '115405.889000', '115405.892000', '115405.895000', '115405.898000', '115405.901000', '115405.903000', '115405.906000', '115405.909000', '115405.912000', '115405.915000', '115405.918000', '115405.920000', '115405.923000', '115405.926000', '115405.929000', '115405.932000', '115405.935000', '115425.815000', '115425.818000', '115425.821000', '115425.823000', '115425.826000', '115425.829000', '115425.832000', '115425.835000', '115425.838000', '115425.841000', '115425.844000', '115425.846000', '115425.849000', '115425.852000', '115425.855000', '115425.858000', '115425.860000', '115425.863000', '115425.866000', '115425.869000', '115425.872000', '115425.875000', '115425.877000', '115425.880000', '115425.883000', '115425.886000', '115425.889000', '115425.891000', '115425.894000', '115425.897000', '115425.900000', '115425.903000', '115425.906000', '115425.908000', '115425.911000', '115425.914000', '115425.917000', '115425.920000', '115425.923000', '115425.937000', '115425.939000', '115425.942000', '115425.945000', '115425.948000', '115445.815000', '115445.818000', '115445.821000', '115445.824000', '115445.827000', '115445.829000', '115445.832000', '115445.835000', '115445.838000', '115445.841000', '115445.844000', '115445.847000', '115445.849000', '115445.852000', '115445.855000', '115445.858000', '115445.861000', '115445.864000', '115445.867000', '115445.869000', '115445.872000', '115445.875000', '115445.878000', '115445.885000', '115445.888000', '115445.891000', '115445.894000', '115445.897000', '115445.899000', '115445.902000', '115445.905000', '115445.924000', '115445.926000', '115445.929000', '115445.932000', '115445.935000', '115445.938000', '115445.941000', '115445.944000', '115445.946000', '115445.949000', '115445.952000', '115445.955000', '115505.814000', '115505.817000', '115505.820000', '115505.823000', '115505.825000', '115505.828000', '115505.831000', '115505.834000', '115505.837000', '115505.839000', '115505.842000', '115505.845000', '115505.848000', '115505.851000', '115505.854000', '115505.857000', '115505.859000', '115505.862000', '115505.865000', '115505.868000', '115505.871000', '115505.874000', '115505.876000', '115505.879000', '115505.882000', '115505.885000', '115505.888000', '115505.891000', '115505.894000', '115505.896000', '115505.899000', '115505.902000', '115505.905000', '115505.908000', '115505.911000', '115505.913000', '115505.916000', '115505.920000', '115505.923000', '115505.925000', '115505.928000', '115505.931000', '115505.934000', '115505.943000', '115525.814000', '115525.817000', '115525.820000', '115525.823000', '115525.826000', '115525.828000', '115525.831000', '115525.834000', '115525.837000', '115525.840000', '115525.843000', '115525.845000', '115525.848000', '115525.851000', '115525.854000', '115525.857000', '115525.860000', '115525.863000', '115525.866000', '115525.868000', '115525.871000', '115525.874000', '115525.877000', '115525.880000', '115525.882000', '115525.885000', '115525.888000', '115525.891000', '115525.894000', '115525.897000', '115525.899000', '115525.902000', '115525.905000', '115525.908000', '115525.911000', '115525.914000', '115525.916000', '115525.919000', '115525.922000', '115525.926000', '115525.929000', '115525.932000', '115525.935000', '115545.814000', '115545.817000', '115545.820000', '115545.823000', '115545.825000', '115545.828000', '115545.831000', '115545.834000', '115545.837000', '115545.839000', '115545.842000', '115545.845000', '115545.848000', '115545.851000', '115545.854000', '115545.857000', '115545.859000', '115545.862000', '115545.865000', '115545.868000', '115545.871000', '115545.874000', '115545.876000', '115545.879000', '115545.882000', '115545.885000', '115545.888000', '115545.891000', '115545.894000', '115545.897000', '115545.899000', '115545.902000', '115545.905000', '115545.908000', '115545.911000', '115545.914000', '115545.916000', '115545.919000', '115545.922000', '115545.925000', '115545.928000', '115545.931000', '115545.933000', '115545.936000', '115605.815000', '115605.818000', '115605.821000', '115605.824000', '115605.827000', '115605.829000', '115605.832000', '115605.835000', '115605.838000', '115605.841000', '115605.844000', '115605.846000', '115605.849000', '115605.852000', '115605.855000', '115605.858000', '115605.861000', '115605.864000', '115605.866000', '115605.869000', '115605.872000', '115605.875000', '115605.878000', '115605.881000', '115605.883000', '115605.886000', '115605.889000', '115605.892000', '115605.895000', '115605.898000', '115605.901000', '115605.903000', '115605.906000', '115605.909000', '115605.912000', '115605.915000', '115605.917000', '115605.920000', '115605.923000', '115605.926000', '115605.929000', '115605.932000', '115605.935000', '115625.815000', '115625.818000', '115625.821000', '115625.824000', '115625.826000', '115625.829000', '115625.832000', '115625.835000', '115625.838000', '115625.840000', '115625.843000', '115625.846000', '115625.849000', '115625.863000', '115625.866000', '115625.868000', '115625.871000', '115625.874000', '115625.877000', '115625.880000', '115625.883000', '115625.885000', '115625.888000', '115625.891000', '115625.894000', '115625.897000', '115625.900000', '115625.903000', '115625.906000', '115625.908000', '115625.911000', '115625.914000', '115625.917000', '115625.920000', '115625.923000', '115625.925000', '115625.928000', '115625.931000', '115625.934000', '115625.937000', '115625.939000', '115625.942000', '115625.945000', '115625.948000', '115645.815000', '115645.818000', '115645.821000', '115645.824000', '115645.826000', '115645.829000', '115645.832000', '115645.836000', '115645.839000', '115645.842000', '115645.845000', '115645.848000', '115645.851000', '115645.854000', '115645.856000', '115645.859000', '115645.862000', '115645.865000', '115645.868000', '115645.871000', '115645.873000', '115645.876000', '115645.879000', '115645.882000', '115645.885000', '115645.888000', '115645.891000', '115645.893000', '115645.896000', '115645.899000', '115645.902000', '115645.905000', '115645.908000', '115645.911000', '115645.914000', '115645.917000', '115645.919000', '115645.922000', '115645.925000', '115645.928000', '115645.931000', '115645.934000', '115645.937000', '115705.815000', '115705.818000', '115705.821000', '115705.824000', '115705.827000', '115705.829000', '115705.832000', '115705.835000', '115705.838000', '115705.841000', '115705.843000', '115705.846000', '115705.849000', '115705.852000', '115705.855000', '115705.858000', '115705.860000', '115705.863000', '115705.866000', '115705.869000', '115705.872000', '115705.874000', '115705.877000', '115705.880000', '115705.883000', '115705.886000', '115705.889000', '115705.892000', '115705.894000', '115705.897000', '115705.900000', '115705.903000', '115705.906000', '115705.909000', '115705.911000', '115705.914000', '115705.917000', '115705.920000', '115705.923000', '115705.926000', '115705.929000', '115705.931000', '115705.934000', '115705.937000', '115725.814000', '115725.817000', '115725.820000', '115725.823000', '115725.825000', '115725.828000', '115725.831000', '115725.834000', '115725.837000', '115725.840000', '115725.842000', '115725.845000', '115725.848000', '115725.851000', '115725.854000', '115725.857000', '115725.859000', '115725.862000', '115725.865000', '115725.868000', '115725.871000', '115725.873000', '115725.876000', '115725.879000', '115725.882000', '115725.885000', '115725.888000', '115725.891000', '115725.893000', '115725.896000', '115725.899000', '115725.902000', '115725.905000', '115725.908000', '115725.910000', '115725.913000', '115725.916000', '115725.919000', '115725.922000', '115725.925000', '115725.928000', '115725.931000', '115725.934000', '115745.814000', '115745.829000', '115745.832000', '115745.835000', '115745.838000', '115745.841000', '115745.843000', '115745.846000', '115745.849000', '115745.852000', '115745.855000', '115745.858000', '115745.860000', '115745.863000', '115745.866000', '115745.869000', '115745.872000', '115745.875000', '115745.877000', '115745.880000', '115745.883000', '115745.886000', '115745.889000', '115745.891000', '115745.914000', '115745.917000', '115745.920000', '115745.923000', '115745.926000', '115745.929000', '115745.932000', '115745.934000', '115745.937000', '115745.940000', '115745.943000', '115745.946000', '115745.948000', '115745.951000', '115745.954000', '115745.957000', '115745.960000', '115745.963000', '115745.966000', '115745.968000', '115746.235000'], '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': [11848, 14463, 9710, 12368, 9223, 8689, 15154, 9942, 11899, 14788, 9690, 14002, 9865, 8742, 14582, 9806, 9916, 15340, 9860, 15569, 11665, 9428, 10868, 9782, 8319, 14595, 9760, 8180, 9484, 9090, 11483, 9958, 11214, 9683, 11007, 10311, 8751, 15636, 9866, 12775, 16024, 10025, 12149, 14438, 9863, 11279, 9556, 9188, 16231, 10146, 8758, 13347, 9887, 8329, 9435, 8981, 16346, 10110, 9067, 13262, 10062, 8382, 9276, 9165, 14176, 10144, 8749, 14512, 9997, 8280, 11566, 9136, 11379, 9630, 8802, 14530, 10045, 11239, 14804, 9679, 10973, 9657, 8463, 14600, 9880, 15740, 9555, 8882, 13221, 9499, 12734, 9769, 8860, 14663, 9588, 8927, 16310, 9614, 14330, 10148, 8610, 15665, 9988, 8508, 15577, 9661, 10514, 9769, 8871, 12177, 9866, 8447, 11547, 9312, 8843, 9781, 8449, 12368, 9522, 15191, 11777, 8805, 12335, 10198, 8444, 13913, 9700, 8968, 12568, 9316, 10727, 9546, 8666, 14036, 9767, 8401, 13415, 9460, 14731, 9559, 9175, 13455, 9894, 8483, 9708, 8983, 12681, 9887, 8762, 14944, 10051, 8674, 13851, 9275, 14550, 9735, 9131, 13121, 10062, 8932, 13821, 10062, 8463, 10052, 9489, 13677, 9933, 9099, 12021, 9792, 8212, 9753, 9189, 12298, 9521, 8683, 14709, 9760, 10954, 9587, 8674, 14814, 9961, 11257, 14822, 9866, 12097, 10243, 8889, 14588, 10038, 8594, 15253, 9618, 13503, 9671, 9211, 13099, 9821, 8768, 15623, 9642, 12284, 9518, 8912, 13953, 9998, 9455, 15929, 9565, 12253, 9962, 8839, 13691, 9784, 8580, 9626, 9060, 12108, 9978, 9067, 10432, 9368, 11263, 10193, 12782, 10477, 8830, 9787, 9522, 14675, 10360, 9006, 14360, 10014, 12565, 12308, 9488, 15296, 9785, 9573, 9977, 9869, 8245, 9556, 9704, 15991, 9986, 9171, 12285, 9864, 8532, 11714, 9488, 15242, 9861, 9310, 13477, 10130, 8908, 15488, 9868, 9392, 9318, 9162, 14836, 9992, 8532, 9543, 12194, 12876, 10166, 10880, 10280, 14776, 16022, 9501, 16362, 12745, 9217, 11178, 9729, 8710, 15554, 9676, 14248, 11897, 9104, 13040, 9792, 8752, 9503, 9587, 12337, 9824, 8939, 13708, 10266, 8417, 10206, 9064, 14647, 9691, 8785, 14274, 9103, 8774, 12728, 9342, 12031, 9535, 9196, 14032, 9865, 8766, 13913, 9802, 8207, 9819, 9480, 12086, 9853, 8854, 13230, 9638, 12869, 9982, 8980, 13565, 9760, 8712, 15142, 9715, 12773, 9631, 9104, 14233, 9805, 8756, 12834, 9394, 11657, 9724, 9040, 14890, 10051, 12234, 9426, 9030, 11586, 9765, 13794, 9935, 9262, 16920, 10239, 9222, 12901, 9745, 13670, 9790, 9220, 14190, 9541, 8448, 14135, 9365, 13542, 9433, 9058, 13535, 9446, 9061, 9506, 9063, 13651, 9496, 8657, 16493, 9722, 10795, 9257, 9006, 12064, 9172, 8435, 15363, 9580, 9102, 9446, 8948, 11642, 10054, 8650, 15100, 9473, 8476, 9249, 8794, 12635, 8997, 8373, 14683, 9501, 8369, 9355, 8966, 11062, 9399, 8533, 11097, 9201, 12409, 9611, 8632, 16712, 9656, 10706, 13560, 9068, 13962, 9343, 9129, 15807, 9591, 8591, 11002, 9633, 8449, 10772, 9172, 13478, 9226, 8561, 9593, 9226, 9842, 10154, 8934, 9789, 11427, 11651, 9204, 15159, 9875, 9071, 15242, 9922, 10613, 14511, 9571, 15702, 12679, 9227, 10934, 10307, 8457, 14317, 9984, 8619, 13886, 9672, 10496, 9409, 9259, 14457, 9759, 8926, 13566, 9437, 8313, 12810, 9831, 13062, 9928, 9165, 14011, 9929, 9029, 14022, 9676, 11420, 9808, 8876, 9757, 9284, 11690, 10068, 9505, 9231, 9269, 13650, 10086, 9109, 12521, 9902, 12342, 10110, 9254, 15137, 9935, 10045, 16090, 9974, 10565, 11029, 9543, 12103, 9851, 9060, 13889, 9621, 11698, 9866, 9049, 14694, 10111, 8512, 15168, 9675, 13590, 9397, 9046, 16124, 9470, 8968, 10353, 9479, 8387, 14284, 9494, 11353, 8636, 8613, 9757, 10808, 9709, 9499, 15436, 10070, 8918, 12798, 9895, 8591, 15702, 9970, 11978, 14970, 9440, 16308, 10109, 9446, 9665, 8801, 14744, 10156, 13084, 16026, 9147, 13772, 9574, 8784, 15326, 9667, 8470, 14722, 9585, 8420, 13922, 9279, 9101, 9404, 9042, 12828, 9621, 8507, 14884, 9618, 8278, 12695, 9693, 12177, 9461, 8616, 9384, 9346, 12267, 10085, 8785, 13770, 9784, 8250, 9468, 9346, 14989, 13374, 9102, 15163, 9622, 8839, 14390, 9339, 8551, 15541, 9684, 13119, 13157, 9259, 12194, 9527, 8398, 15705, 9850, 12767, 13960, 9128, 11588, 9214, 8594, 15293, 9897, 10215, 13667, 9342, 11974, 9900, 9010, 9669, 9585, 13585, 12834, 13682, 10013, 10595, 9925, 11303, 9407, 9537, 15953, 11785, 9545, 16698, 9900, 9543, 12634, 9732, 9937, 9249, 9495, 15024, 10259, 10765, 9527, 9116, 14846, 9592, 8699, 15833, 9941, 11755, 9294, 9067, 14748, 9919, 9565, 9506, 9215, 15362, 9546, 11330, 9279, 9143, 14052, 9765, 10995, 16587, 9778, 12421, 14899, 9362, 12815, 9828, 9108, 13849, 9930, 8455, 9886, 9332, 13525, 9293, 8879, 15511, 9617, 8615, 16263, 9962, 9017, 9557, 9004, 13106, 9521, 9045, 14541, 9545, 8900, 10394, 9405, 9342, 10036, 9157, 12341, 9466, 8784, 9683, 9305, 11824, 9910, 9263, 13270, 9539, 10826, 9874, 11923, 11741, 9567, 13539, 9968, 9121, 13643, 9667, 12858, 9755, 9464, 15296, 9481, 8900, 16068, 9684, 9094, 15443, 9620, 12821, 11818, 9173, 11679, 9610, 9095, 13140, 9388, 14232, 9744, 11773, 9785, 8865, 10161, 9284, 13471, 9788, 9373, 15234, 10561, 8853, 10901, 9352, 11884, 9732, 9450, 14188, 9215, 8934, 16024, 9557, 10298, 14042, 9592, 12552, 10021, 8970, 15949, 9472, 11758, 11340, 9250, 14113, 9484, 10430, 11428, 9076, 15992, 10051, 9387, 15107, 9455, 8659, 9844, 9033, 15324, 9985, 8886, 15853, 9344, 8890, 9590, 9110, 14172, 9430, 8816, 12951, 9580, 9660, 9688, 8945, 14133, 9524, 8671, 15349, 9503, 8619, 10009, 9101, 9709, 9425, 10636, 10000, 9402, 9396, 11040, 9557, 10671, 13491, 10013, 9425, 13321, 9606, 9232, 14412, 9469, 9895, 13794, 9124, 9367, 13901, 9238, 10340, 14469, 9441, 10425, 14627, 9323, 9573, 12124, 9565, 10782, 9700, 9389, 12489, 9644, 9104, 13307, 9654, 9559, 10078, 9360, 9271, 9498, 9199, 13525, 9191, 9187, 9988, 9393, 9148], 'WindowCenter': [4194.0, 4186.0, 4144.0, 4163.0, 4129.0, 4120.0, 4169.0, 4128.0, 4148.0, 4157.0, 4127.0, 4159.0, 4125.0, 4116.0, 4156.0, 4124.0, 4125.0, 4152.0, 4124.0, 4157.0, 4135.0, 4116.0, 4126.0, 4125.0, 4107.0, 4144.0, 4125.0, 4105.0, 4124.0, 4118.0, 4134.0, 4126.0, 4138.0, 4127.0, 4137.0, 4137.0, 4119.0, 4156.0, 4116.0, 4147.0, 4156.0, 4114.0, 4147.0, 4146.0, 4115.0, 4136.0, 4113.0, 4113.0, 4152.0, 4111.0, 4103.0, 4144.0, 4113.0, 4092.0, 4101.0, 4115.0, 4156.0, 4112.0, 4105.0, 4144.0, 4113.0, 4093.0, 4113.0, 4115.0, 4146.0, 4123.0, 4104.0, 4144.0, 4124.0, 4105.0, 4133.0, 4116.0, 4134.0, 4113.0, 4116.0, 4144.0, 4114.0, 4137.0, 4145.0, 4114.0, 4125.0, 4115.0, 4105.0, 4155.0, 4125.0, 4156.0, 4114.0, 4116.0, 4146.0, 4115.0, 4146.0, 4113.0, 4116.0, 4155.0, 4113.0, 4104.0, 4153.0, 4113.0, 4145.0, 4113.0, 4104.0, 4143.0, 4111.0, 4102.0, 4142.0, 4113.0, 4123.0, 4126.0, 4114.0, 4132.0, 4112.0, 4105.0, 4122.0, 4114.0, 4102.0, 4124.0, 4105.0, 4133.0, 4115.0, 4156.0, 4134.0, 4116.0, 4134.0, 4123.0, 4103.0, 4142.0, 4112.0, 4114.0, 4132.0, 4114.0, 4123.0, 4113.0, 4104.0, 4144.0, 4114.0, 4105.0, 4144.0, 4115.0, 4156.0, 4112.0, 4114.0, 4144.0, 4113.0, 4103.0, 4112.0, 4115.0, 4143.0, 4113.0, 4105.0, 4154.0, 4114.0, 4105.0, 4144.0, 4114.0, 4156.0, 4112.0, 4113.0, 4143.0, 4111.0, 4114.0, 4143.0, 4113.0, 4105.0, 4113.0, 4115.0, 4144.0, 4113.0, 4115.0, 4135.0, 4126.0, 4104.0, 4115.0, 4116.0, 4145.0, 4114.0, 4117.0, 4156.0, 4126.0, 4137.0, 4125.0, 4117.0, 4155.0, 4125.0, 4136.0, 4155.0, 4125.0, 4146.0, 4126.0, 4117.0, 4156.0, 4126.0, 4116.0, 4155.0, 4126.0, 4147.0, 4113.0, 4116.0, 4144.0, 4124.0, 4116.0, 4155.0, 4126.0, 4136.0, 4113.0, 4115.0, 4145.0, 4124.0, 4126.0, 4155.0, 4114.0, 4135.0, 4123.0, 4115.0, 4144.0, 4124.0, 4115.0, 4115.0, 4117.0, 4145.0, 4129.0, 4129.0, 4136.0, 4127.0, 4122.0, 4125.0, 4146.0, 4134.0, 4116.0, 4125.0, 4127.0, 4157.0, 4126.0, 4118.0, 4156.0, 4127.0, 4149.0, 4134.0, 4115.0, 4157.0, 4113.0, 4126.0, 4113.0, 4125.0, 4105.0, 4114.0, 4126.0, 4166.0, 4114.0, 4116.0, 4136.0, 4125.0, 4105.0, 4135.0, 4116.0, 4157.0, 4113.0, 4126.0, 4161.0, 4127.0, 4129.0, 4154.0, 4111.0, 4116.0, 4113.0, 4116.0, 4156.0, 4124.0, 4115.0, 4126.0, 4147.0, 4146.0, 4140.0, 4137.0, 4138.0, 4169.0, 4157.0, 4115.0, 4168.0, 4144.0, 4115.0, 4124.0, 4113.0, 4104.0, 4154.0, 4113.0, 4155.0, 4132.0, 4114.0, 4145.0, 4113.0, 4104.0, 4114.0, 4114.0, 4145.0, 4123.0, 4115.0, 4144.0, 4126.0, 4104.0, 4123.0, 4115.0, 4155.0, 4114.0, 4104.0, 4144.0, 4105.0, 4104.0, 4134.0, 4116.0, 4135.0, 4112.0, 4115.0, 4143.0, 4112.0, 4105.0, 4144.0, 4124.0, 4106.0, 4114.0, 4125.0, 4145.0, 4124.0, 4116.0, 4145.0, 4127.0, 4145.0, 4125.0, 4116.0, 4146.0, 4125.0, 4117.0, 4156.0, 4125.0, 4147.0, 4124.0, 4116.0, 4155.0, 4125.0, 4117.0, 4146.0, 4116.0, 4135.0, 4126.0, 4116.0, 4156.0, 4127.0, 4147.0, 4115.0, 4117.0, 4136.0, 4138.0, 4159.0, 4126.0, 4127.0, 4169.0, 4126.0, 4129.0, 4147.0, 4127.0, 4158.0, 4125.0, 4125.0, 4159.0, 4126.0, 4107.0, 4158.0, 4126.0, 4158.0, 4115.0, 4116.0, 4159.0, 4126.0, 4116.0, 4125.0, 4117.0, 4157.0, 4126.0, 4117.0, 4166.0, 4126.0, 4137.0, 4114.0, 4117.0, 4145.0, 4115.0, 4105.0, 4155.0, 4125.0, 4115.0, 4124.0, 4117.0, 4135.0, 4125.0, 4117.0, 4156.0, 4125.0, 4105.0, 4114.0, 4117.0, 4147.0, 4114.0, 4107.0, 4155.0, 4126.0, 4107.0, 4114.0, 4116.0, 4136.0, 4126.0, 4118.0, 4137.0, 4127.0, 4147.0, 4126.0, 4118.0, 4167.0, 4126.0, 4139.0, 4144.0, 4116.0, 4157.0, 4112.0, 4114.0, 4155.0, 4113.0, 4104.0, 4123.0, 4125.0, 4105.0, 4134.0, 4116.0, 4157.0, 4126.0, 4119.0, 4126.0, 4129.0, 4137.0, 4137.0, 4115.0, 4138.0, 4151.0, 4147.0, 4129.0, 4170.0, 4127.0, 4118.0, 4157.0, 4128.0, 4127.0, 4144.0, 4116.0, 4158.0, 4137.0, 4117.0, 4127.0, 4128.0, 4108.0, 4146.0, 4117.0, 4105.0, 4142.0, 4115.0, 4136.0, 4115.0, 4127.0, 4156.0, 4114.0, 4117.0, 4145.0, 4114.0, 4107.0, 4146.0, 4127.0, 4147.0, 4125.0, 4127.0, 4155.0, 4127.0, 4118.0, 4157.0, 4128.0, 4135.0, 4126.0, 4117.0, 4125.0, 4128.0, 4149.0, 4138.0, 4128.0, 4118.0, 4129.0, 4158.0, 4127.0, 4118.0, 4147.0, 4138.0, 4158.0, 4137.0, 4129.0, 4168.0, 4127.0, 4138.0, 4170.0, 4127.0, 4138.0, 4137.0, 4141.0, 4146.0, 4127.0, 4129.0, 4158.0, 4127.0, 4147.0, 4126.0, 4118.0, 4157.0, 4126.0, 4118.0, 4157.0, 4127.0, 4159.0, 4115.0, 4116.0, 4166.0, 4114.0, 4116.0, 4125.0, 4126.0, 4106.0, 4144.0, 4129.0, 4151.0, 4117.0, 4117.0, 4128.0, 4148.0, 4138.0, 4141.0, 4171.0, 4127.0, 4130.0, 4158.0, 4128.0, 4119.0, 4168.0, 4129.0, 4149.0, 4167.0, 4129.0, 4179.0, 4136.0, 4127.0, 4126.0, 4129.0, 4158.0, 4126.0, 4148.0, 4154.0, 4115.0, 4144.0, 4102.0, 4101.0, 4155.0, 4102.0, 4094.0, 4142.0, 4112.0, 4093.0, 4140.0, 4102.0, 4101.0, 4099.0, 4113.0, 4145.0, 4114.0, 4104.0, 4154.0, 4115.0, 4106.0, 4144.0, 4125.0, 4135.0, 4114.0, 4106.0, 4115.0, 4128.0, 4147.0, 4137.0, 4117.0, 4147.0, 4127.0, 4107.0, 4115.0, 4127.0, 4169.0, 4147.0, 4116.0, 4159.0, 4117.0, 4116.0, 4158.0, 4115.0, 4106.0, 4156.0, 4115.0, 4157.0, 4146.0, 4115.0, 4135.0, 4115.0, 4106.0, 4155.0, 4125.0, 4146.0, 4144.0, 4115.0, 4135.0, 4115.0, 4106.0, 4157.0, 4127.0, 4137.0, 4157.0, 4117.0, 4147.0, 4155.0, 4158.0, 4167.0, 4154.0, 4172.0, 4174.0, 4173.0, 4140.0, 4140.0, 4141.0, 4150.0, 4128.0, 4140.0, 4171.0, 4138.0, 4127.0, 4171.0, 4126.0, 4128.0, 4147.0, 4128.0, 4129.0, 4116.0, 4128.0, 4158.0, 4138.0, 4138.0, 4127.0, 4129.0, 4157.0, 4127.0, 4117.0, 4157.0, 4127.0, 4148.0, 4117.0, 4118.0, 4159.0, 4128.0, 4127.0, 4115.0, 4117.0, 4167.0, 4127.0, 4138.0, 4118.0, 4130.0, 4157.0, 4127.0, 4139.0, 4158.0, 4128.0, 4148.0, 4156.0, 4117.0, 4147.0, 4114.0, 4116.0, 4170.0, 4126.0, 4106.0, 4126.0, 4117.0, 4145.0, 4115.0, 4117.0, 4157.0, 4115.0, 4106.0, 4156.0, 4125.0, 4116.0, 4113.0, 4114.0, 4145.0, 4114.0, 4115.0, 4155.0, 4116.0, 4117.0, 4125.0, 4127.0, 4116.0, 4126.0, 4127.0, 4146.0, 4126.0, 4118.0, 4126.0, 4128.0, 4149.0, 4140.0, 4130.0, 4158.0, 4130.0, 4139.0, 4141.0, 4160.0, 4148.0, 4129.0, 4160.0, 4128.0, 4131.0, 4159.0, 4140.0, 4160.0, 4129.0, 4141.0, 4171.0, 4129.0, 4129.0, 4168.0, 4128.0, 4129.0, 4157.0, 4128.0, 4159.0, 4146.0, 4128.0, 4151.0, 4128.0, 4129.0, 4157.0, 4127.0, 4157.0, 4129.0, 4162.0, 4141.0, 4131.0, 4139.0, 4132.0, 4161.0, 4127.0, 4130.0, 4170.0, 4127.0, 4118.0, 4136.0, 4127.0, 4149.0, 4115.0, 4119.0, 4157.0, 4117.0, 4118.0, 4167.0, 4128.0, 4139.0, 4157.0, 4128.0, 4147.0, 4126.0, 4118.0, 4157.0, 4127.0, 4148.0, 4137.0, 4130.0, 4159.0, 4128.0, 4139.0, 4136.0, 4128.0, 4170.0, 4126.0, 4117.0, 4156.0, 4126.0, 4116.0, 4125.0, 4117.0, 4157.0, 4126.0, 4116.0, 4155.0, 4117.0, 4116.0, 4114.0, 4116.0, 4156.0, 4115.0, 4116.0, 4145.0, 4126.0, 4126.0, 4114.0, 4116.0, 4156.0, 4117.0, 4118.0, 4155.0, 4128.0, 4117.0, 4139.0, 4132.0, 4142.0, 4118.0, 4126.0, 4126.0, 4116.0, 4130.0, 4149.0, 4141.0, 4153.0, 4161.0, 4140.0, 4130.0, 4161.0, 4141.0, 4130.0, 4159.0, 4128.0, 4139.0, 4157.0, 4118.0, 4118.0, 4147.0, 4117.0, 4129.0, 4148.0, 4117.0, 4125.0, 4144.0, 4104.0, 4113.0, 4122.0, 4113.0, 4123.0, 4101.0, 4102.0, 4123.0, 4112.0, 4104.0, 4132.0, 4113.0, 4114.0, 4111.0, 4104.0, 4101.0, 4114.0, 4115.0, 4145.0, 4117.0, 4115.0, 4097.0, 4101.0, 4101.0], 'WindowWidth': [9297.0, 9273.0, 9213.0, 9234.0, 9182.0, 9171.0, 9233.0, 9176.0, 9204.0, 9213.0, 9175.0, 9219.0, 9168.0, 9158.0, 9209.0, 9166.0, 9168.0, 9200.0, 9163.0, 9213.0, 9179.0, 9157.0, 9169.0, 9170.0, 9147.0, 9191.0, 9168.0, 9142.0, 9166.0, 9164.0, 9179.0, 9173.0, 9189.0, 9176.0, 9187.0, 9188.0, 9166.0, 9214.0, 9155.0, 9199.0, 9213.0, 9151.0, 9198.0, 9196.0, 9151.0, 9185.0, 9148.0, 9148.0, 9200.0, 9139.0, 9133.0, 9190.0, 9147.0, 9120.0, 9130.0, 9154.0, 9210.0, 9144.0, 9139.0, 9190.0, 9148.0, 9121.0, 9147.0, 9155.0, 9195.0, 9163.0, 9140.0, 9192.0, 9165.0, 9142.0, 9175.0, 9155.0, 9177.0, 9149.0, 9157.0, 9191.0, 9150.0, 9185.0, 9193.0, 9153.0, 9166.0, 9154.0, 9142.0, 9206.0, 9167.0, 9211.0, 9149.0, 9156.0, 9194.0, 9154.0, 9197.0, 9148.0, 9156.0, 9209.0, 9147.0, 9139.0, 9203.0, 9149.0, 9194.0, 9147.0, 9136.0, 9188.0, 9141.0, 9132.0, 9186.0, 9147.0, 9163.0, 9171.0, 9152.0, 9172.0, 9147.0, 9140.0, 9159.0, 9151.0, 9133.0, 9165.0, 9141.0, 9174.0, 9154.0, 9210.0, 9179.0, 9157.0, 9179.0, 9161.0, 9138.0, 9186.0, 9146.0, 9152.0, 9172.0, 9152.0, 9161.0, 9150.0, 9140.0, 9191.0, 9152.0, 9140.0, 9190.0, 9153.0, 9210.0, 9147.0, 9151.0, 9194.0, 9149.0, 9137.0, 9145.0, 9155.0, 9190.0, 9147.0, 9140.0, 9205.0, 9151.0, 9142.0, 9192.0, 9153.0, 9210.0, 9145.0, 9149.0, 9187.0, 9144.0, 9152.0, 9190.0, 9150.0, 9140.0, 9148.0, 9155.0, 9191.0, 9149.0, 9155.0, 9180.0, 9171.0, 9141.0, 9153.0, 9158.0, 9195.0, 9153.0, 9160.0, 9212.0, 9172.0, 9186.0, 9169.0, 9161.0, 9210.0, 9167.0, 9187.0, 9208.0, 9168.0, 9198.0, 9170.0, 9160.0, 9210.0, 9170.0, 9159.0, 9208.0, 9172.0, 9199.0, 9150.0, 9159.0, 9194.0, 9166.0, 9159.0, 9210.0, 9170.0, 9183.0, 9149.0, 9155.0, 9194.0, 9164.0, 9170.0, 9207.0, 9152.0, 9181.0, 9164.0, 9155.0, 9192.0, 9167.0, 9156.0, 9154.0, 9160.0, 9195.0, 9180.0, 9181.0, 9184.0, 9175.0, 9158.0, 9167.0, 9197.0, 9181.0, 9159.0, 9169.0, 9176.0, 9216.0, 9173.0, 9164.0, 9211.0, 9174.0, 9204.0, 9178.0, 9154.0, 9213.0, 9148.0, 9171.0, 9150.0, 9168.0, 9142.0, 9151.0, 9171.0, 9225.0, 9152.0, 9157.0, 9184.0, 9167.0, 9143.0, 9180.0, 9157.0, 9214.0, 9148.0, 9172.0, 9225.0, 9172.0, 9182.0, 9205.0, 9145.0, 9159.0, 9150.0, 9157.0, 9210.0, 9167.0, 9158.0, 9172.0, 9203.0, 9199.0, 9198.0, 9189.0, 9193.0, 9236.0, 9214.0, 9155.0, 9231.0, 9191.0, 9156.0, 9165.0, 9149.0, 9140.0, 9203.0, 9150.0, 9208.0, 9172.0, 9151.0, 9195.0, 9149.0, 9138.0, 9149.0, 9153.0, 9193.0, 9164.0, 9156.0, 9194.0, 9169.0, 9140.0, 9163.0, 9155.0, 9209.0, 9152.0, 9139.0, 9193.0, 9140.0, 9140.0, 9176.0, 9156.0, 9182.0, 9146.0, 9153.0, 9191.0, 9147.0, 9142.0, 9192.0, 9165.0, 9144.0, 9151.0, 9171.0, 9195.0, 9166.0, 9159.0, 9194.0, 9174.0, 9195.0, 9167.0, 9159.0, 9198.0, 9169.0, 9162.0, 9210.0, 9170.0, 9199.0, 9167.0, 9159.0, 9209.0, 9169.0, 9162.0, 9197.0, 9158.0, 9183.0, 9170.0, 9160.0, 9212.0, 9175.0, 9202.0, 9155.0, 9161.0, 9185.0, 9190.0, 9222.0, 9171.0, 9174.0, 9235.0, 9171.0, 9180.0, 9200.0, 9176.0, 9217.0, 9170.0, 9172.0, 9219.0, 9172.0, 9148.0, 9215.0, 9173.0, 9216.0, 9155.0, 9160.0, 9217.0, 9172.0, 9159.0, 9168.0, 9161.0, 9214.0, 9171.0, 9163.0, 9228.0, 9171.0, 9187.0, 9152.0, 9160.0, 9194.0, 9155.0, 9143.0, 9209.0, 9169.0, 9155.0, 9167.0, 9161.0, 9184.0, 9169.0, 9162.0, 9211.0, 9169.0, 9142.0, 9153.0, 9162.0, 9200.0, 9154.0, 9147.0, 9210.0, 9172.0, 9146.0, 9153.0, 9160.0, 9185.0, 9172.0, 9164.0, 9187.0, 9176.0, 9203.0, 9173.0, 9165.0, 9230.0, 9171.0, 9193.0, 9194.0, 9158.0, 9213.0, 9146.0, 9154.0, 9210.0, 9150.0, 9141.0, 9162.0, 9168.0, 9144.0, 9178.0, 9159.0, 9215.0, 9172.0, 9167.0, 9174.0, 9185.0, 9189.0, 9190.0, 9158.0, 9191.0, 9213.0, 9202.0, 9181.0, 9238.0, 9174.0, 9164.0, 9213.0, 9173.0, 9172.0, 9188.0, 9155.0, 9215.0, 9182.0, 9157.0, 9169.0, 9173.0, 9149.0, 9195.0, 9156.0, 9141.0, 9186.0, 9155.0, 9184.0, 9153.0, 9173.0, 9213.0, 9152.0, 9158.0, 9194.0, 9153.0, 9146.0, 9196.0, 9173.0, 9199.0, 9168.0, 9174.0, 9209.0, 9172.0, 9164.0, 9212.0, 9174.0, 9182.0, 9172.0, 9161.0, 9169.0, 9180.0, 9205.0, 9192.0, 9178.0, 9162.0, 9181.0, 9218.0, 9175.0, 9166.0, 9200.0, 9192.0, 9218.0, 9189.0, 9181.0, 9232.0, 9174.0, 9192.0, 9236.0, 9174.0, 9190.0, 9189.0, 9199.0, 9200.0, 9177.0, 9182.0, 9216.0, 9175.0, 9200.0, 9172.0, 9165.0, 9213.0, 9172.0, 9164.0, 9212.0, 9174.0, 9217.0, 9155.0, 9156.0, 9225.0, 9151.0, 9157.0, 9167.0, 9171.0, 9145.0, 9193.0, 9181.0, 9213.0, 9160.0, 9162.0, 9177.0, 9204.0, 9193.0, 9200.0, 9241.0, 9174.0, 9182.0, 9218.0, 9179.0, 9170.0, 9233.0, 9180.0, 9207.0, 9231.0, 9181.0, 9249.0, 9187.0, 9176.0, 9175.0, 9182.0, 9223.0, 9173.0, 9205.0, 9206.0, 9153.0, 9194.0, 9130.0, 9130.0, 9208.0, 9131.0, 9124.0, 9186.0, 9146.0, 9122.0, 9180.0, 9133.0, 9129.0, 9126.0, 9152.0, 9194.0, 9152.0, 9141.0, 9205.0, 9155.0, 9145.0, 9190.0, 9168.0, 9182.0, 9151.0, 9145.0, 9156.0, 9177.0, 9200.0, 9187.0, 9162.0, 9200.0, 9174.0, 9147.0, 9155.0, 9174.0, 9233.0, 9199.0, 9157.0, 9218.0, 9157.0, 9159.0, 9214.0, 9154.0, 9144.0, 9209.0, 9154.0, 9214.0, 9195.0, 9156.0, 9180.0, 9155.0, 9145.0, 9208.0, 9168.0, 9198.0, 9191.0, 9155.0, 9180.0, 9155.0, 9146.0, 9212.0, 9172.0, 9189.0, 9213.0, 9160.0, 9202.0, 9226.0, 9238.0, 9248.0, 9226.0, 9243.0, 9248.0, 9247.0, 9199.0, 9198.0, 9199.0, 9210.0, 9178.0, 9196.0, 9243.0, 9188.0, 9173.0, 9239.0, 9169.0, 9176.0, 9198.0, 9175.0, 9176.0, 9154.0, 9175.0, 9216.0, 9191.0, 9191.0, 9175.0, 9180.0, 9214.0, 9172.0, 9161.0, 9213.0, 9172.0, 9202.0, 9160.0, 9164.0, 9218.0, 9176.0, 9174.0, 9155.0, 9161.0, 9229.0, 9174.0, 9189.0, 9161.0, 9180.0, 9213.0, 9175.0, 9192.0, 9217.0, 9174.0, 9203.0, 9210.0, 9160.0, 9201.0, 9150.0, 9157.0, 9238.0, 9172.0, 9145.0, 9168.0, 9159.0, 9195.0, 9155.0, 9160.0, 9213.0, 9155.0, 9145.0, 9213.0, 9168.0, 9156.0, 9147.0, 9153.0, 9193.0, 9151.0, 9155.0, 9207.0, 9156.0, 9159.0, 9165.0, 9175.0, 9159.0, 9171.0, 9175.0, 9198.0, 9172.0, 9163.0, 9171.0, 9179.0, 9205.0, 9198.0, 9184.0, 9217.0, 9183.0, 9194.0, 9199.0, 9225.0, 9203.0, 9179.0, 9224.0, 9178.0, 9186.0, 9219.0, 9198.0, 9225.0, 9180.0, 9199.0, 9241.0, 9179.0, 9181.0, 9233.0, 9177.0, 9180.0, 9213.0, 9176.0, 9221.0, 9199.0, 9179.0, 9214.0, 9176.0, 9181.0, 9218.0, 9175.0, 9216.0, 9179.0, 9226.0, 9200.0, 9186.0, 9193.0, 9185.0, 9224.0, 9175.0, 9181.0, 9239.0, 9174.0, 9163.0, 9183.0, 9176.0, 9204.0, 9153.0, 9161.0, 9212.0, 9159.0, 9162.0, 9227.0, 9176.0, 9192.0, 9214.0, 9176.0, 9202.0, 9172.0, 9163.0, 9215.0, 9173.0, 9203.0, 9186.0, 9180.0, 9219.0, 9177.0, 9192.0, 9185.0, 9179.0, 9239.0, 9171.0, 9161.0, 9210.0, 9172.0, 9159.0, 9167.0, 9160.0, 9214.0, 9170.0, 9158.0, 9209.0, 9160.0, 9159.0, 9152.0, 9156.0, 9213.0, 9153.0, 9158.0, 9192.0, 9171.0, 9171.0, 9153.0, 9159.0, 9212.0, 9159.0, 9162.0, 9210.0, 9175.0, 9161.0, 9196.0, 9189.0, 9202.0, 9162.0, 9167.0, 9168.0, 9156.0, 9184.0, 9206.0, 9200.0, 9221.0, 9227.0, 9196.0, 9184.0, 9225.0, 9198.0, 9185.0, 9221.0, 9177.0, 9193.0, 9215.0, 9161.0, 9163.0, 9201.0, 9159.0, 9177.0, 9203.0, 9157.0, 9169.0, 9192.0, 9135.0, 9147.0, 9155.0, 9147.0, 9160.0, 9127.0, 9132.0, 9157.0, 9144.0, 9136.0, 9169.0, 9147.0, 9150.0, 9141.0, 9135.0, 9130.0, 9151.0, 9152.0, 9192.0, 9159.0, 9154.0, 9116.0, 9125.0, 9126.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.007828712643678161</td></tr>
<tr><td colspan=3>aqi</td><td>0.030390286781609193</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.974325831956236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2794583086536244</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.106746577146145</td></tr>
<tr><td colspan=3>efc</td><td>0.4751</td></tr>
<tr><td colspan=3>fber</td><td>4990.9595</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08239564647526162</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9885057471264367</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.299001039652323</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2015247656933776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5157189400205864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.179759413243005</td></tr>
<tr><td colspan=3>gcor</td><td>0.00592033</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020724572241306305</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02458617091178894</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.28259134680531</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.4353</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5032</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.8722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301031.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.2111</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1266</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.2139</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3366.3298</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.3583</td></tr>
<tr><td colspan=3>tsnr</td><td>35.92721667140722</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>