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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0053_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-01/func/sub-0053_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>48ef466a8e554288c51d3aeea83b44b5</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:04:0.617500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992658, 0.0401057, -0.114115, -0.0518493, 0.993445, -0.101878]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0894328</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7708, -7309, 577, -49, -68, -132, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.632</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c72d08e-c472-438a-a73c-aff3266d74c6||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6632280349731445, -0.13910774886608124, -0.29505860805511475, 125.9186782836914], [-0.10760052502155304, 2.665339708328247, -0.28902655839920044, -92.33499908447266], [-0.30616194009780884, 0.27333155274391174, 2.6682212352752686, -87.48456573486328], [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': ['150400.617500', '150401.077500', '150401.537500', '150401.997500', '150402.457500', '150402.917500', '150403.377500', '150403.837500', '150404.297500', '150404.757500', '150405.217500', '150405.677500', '150406.137500', '150406.597500', '150407.057500', '150407.517500', '150407.977500', '150408.437500', '150408.897500', '150409.357500', '150409.817500', '150410.277500', '150410.737500', '150411.197500', '150411.657500', '150412.117500', '150412.577500', '150413.037500', '150413.497500', '150413.957500', '150414.417500', '150414.877500', '150415.337500', '150415.797500', '150416.257500', '150416.717500', '150417.177500', '150417.637500', '150418.097500', '150418.557500', '150419.017500', '150419.477500', '150419.937500', '150420.397500', '150420.857500', '150421.317500', '150421.777500', '150422.237500', '150422.697500', '150423.157500', '150423.617500', '150424.077500', '150424.537500', '150424.997500', '150425.457500', '150425.917500', '150426.377500', '150426.837500', '150427.297500', '150427.757500', '150428.217500', '150428.677500', '150429.137500', '150429.597500', '150430.057500', '150430.517500', '150430.977500', '150431.437500', '150431.897500', '150432.357500', '150432.817500', '150433.277500', '150433.737500', '150434.197500', '150434.657500', '150435.117500', '150435.577500', '150436.037500', '150436.497500', '150436.957500', '150437.417500', '150437.877500', '150438.337500', '150438.797500', '150439.257500', '150439.717500', '150440.177500', '150440.637500', '150441.097500', '150441.557500', '150442.017500', '150442.477500', '150442.937500', '150443.397500', '150443.857500', '150444.317500', '150444.777500', '150445.237500', '150445.697500', '150446.157500', '150446.617500', '150447.077500', '150447.537500', '150447.997500', '150448.457500', '150448.917500', '150449.377500', '150449.837500', '150450.297500', '150450.757500', '150451.217500', '150451.677500', '150452.137500', '150452.597500', '150453.057500', '150453.517500', '150453.977500', '150454.437500', '150454.897500', '150455.357500', '150455.817500', '150456.277500', '150456.737500', '150457.197500', '150457.657500', '150458.117500', '150458.577500', '150459.037500', '150459.497500', '150459.957500', '150500.417500', '150500.877500', '150501.337500', '150501.797500', '150502.257500', '150502.717500', '150503.177500', '150503.637500', '150504.097500', '150504.557500', '150505.017500', '150505.477500', '150505.937500', '150506.397500', '150506.857500', '150507.317500', '150507.777500', '150508.237500', '150508.697500', '150509.157500', '150509.617500', '150510.077500', '150510.537500', '150510.997500', '150511.457500', '150511.917500', '150512.377500', '150512.837500', '150513.297500', '150513.757500', '150514.217500', '150514.677500', '150515.137500', '150515.597500', '150516.057500', '150516.517500', '150516.977500', '150517.437500', '150517.897500', '150518.357500', '150518.817500', '150519.277500', '150519.737500', '150520.197500', '150520.657500', '150521.117500', '150521.577500', '150522.037500', '150522.497500', '150522.957500', '150523.417500', '150523.877500', '150524.337500', '150524.797500', '150525.257500', '150525.717500', '150526.177500', '150526.637500', '150527.097500', '150527.557500', '150528.017500', '150528.477500', '150528.937500', '150529.397500', '150529.857500', '150530.317500', '150530.777500', '150531.237500', '150531.697500', '150532.157500', '150532.617500', '150533.077500', '150533.537500', '150533.997500', '150534.457500', '150534.917500', '150535.377500', '150535.837500', '150536.297500', '150536.757500', '150537.217500', '150537.677500', '150538.137500', '150538.597500', '150539.057500', '150539.517500', '150539.977500', '150540.437500', '150540.897500', '150541.357500', '150541.817500', '150542.277500', '150542.737500', '150543.197500', '150543.657500', '150544.117500', '150544.577500', '150545.037500', '150545.497500', '150545.957500', '150546.417500', '150546.877500', '150547.337500', '150547.797500', '150548.257500', '150548.717500', '150549.177500', '150549.637500', '150550.097500', '150550.557500', '150551.017500', '150551.477500', '150551.937500', '150552.397500', '150552.857500', '150553.317500', '150553.777500', '150554.237500', '150554.697500', '150555.157500', '150555.617500', '150556.077500', '150556.537500', '150556.997500', '150557.457500', '150557.917500', '150558.377500', '150558.837500', '150559.297500', '150559.757500', '150600.217500', '150600.677500', '150601.137500', '150601.597500', '150602.057500', '150602.517500', '150602.977500', '150603.437500', '150603.897500', '150604.357500', '150604.817500', '150605.277500', '150605.737500', '150606.197500', '150606.657500', '150607.117500', '150607.577500', '150608.037500', '150608.497500', '150608.957500', '150609.417500', '150609.877500', '150610.337500', '150610.797500', '150611.257500', '150611.717500', '150612.177500', '150612.637500', '150613.097500', '150613.557500', '150614.017500', '150614.477500', '150614.937500', '150615.397500', '150615.857500', '150616.317500', '150616.777500', '150617.237500', '150617.697500', '150618.157500', '150618.617500', '150619.077500', '150619.537500', '150619.997500', '150620.457500', '150620.917500', '150621.377500', '150621.837500', '150622.297500', '150622.757500', '150623.217500', '150623.677500', '150624.137500', '150624.597500', '150625.057500', '150625.517500', '150625.977500', '150626.437500', '150626.897500', '150627.357500', '150627.817500', '150628.277500', '150628.737500', '150629.197500', '150629.657500', '150630.117500', '150630.577500', '150631.037500', '150631.497500', '150631.957500', '150632.417500', '150632.877500', '150633.337500', '150633.797500', '150634.257500', '150634.717500', '150635.177500', '150635.637500', '150636.097500', '150636.557500', '150637.017500', '150637.477500', '150637.937500', '150638.397500', '150638.857500', '150639.317500', '150639.777500', '150640.237500', '150640.697500', '150641.157500', '150641.617500', '150642.077500', '150642.537500', '150642.997500', '150643.457500', '150643.917500', '150644.377500', '150644.837500', '150645.297500', '150645.757500', '150646.217500', '150646.677500', '150647.137500', '150647.597500', '150648.057500', '150648.517500', '150648.977500', '150649.437500', '150649.897500', '150650.357500', '150650.817500', '150651.277500', '150651.737500', '150652.197500', '150652.657500', '150653.117500', '150653.577500', '150654.037500', '150654.497500', '150654.957500', '150655.417500', '150655.877500', '150656.337500', '150656.797500', '150657.257500', '150657.717500', '150658.177500', '150658.637500', '150659.097500', '150659.557500', '150700.017500', '150700.477500', '150700.937500', '150701.397500', '150701.857500', '150702.317500', '150702.777500', '150703.237500', '150703.697500', '150704.157500', '150704.617500', '150705.077500', '150705.537500', '150705.997500', '150706.457500', '150706.917500', '150707.377500', '150707.837500', '150708.297500', '150708.757500', '150709.217500', '150709.677500', '150710.137500', '150710.597500', '150711.057500', '150711.517500', '150711.977500', '150712.437500', '150712.897500', '150713.357500', '150713.817500', '150714.277500', '150714.737500', '150715.197500', '150715.657500', '150716.117500', '150716.577500', '150717.037500', '150717.497500', '150717.957500', '150718.417500', '150718.877500', '150719.337500', '150719.797500', '150720.257500', '150720.717500', '150721.177500', '150721.637500', '150722.097500', '150722.557500', '150723.017500', '150723.477500', '150723.937500', '150724.397500', '150724.857500', '150725.317500', '150725.777500', '150726.237500', '150726.697500', '150727.157500', '150727.617500', '150728.077500', '150728.537500', '150728.997500', '150729.457500', '150729.917500', '150730.377500', '150730.837500', '150731.297500', '150731.757500', '150732.217500', '150732.677500', '150733.137500', '150733.597500', '150734.057500', '150734.517500', '150734.977500', '150735.437500', '150735.897500', '150736.357500', '150736.817500', '150737.277500', '150737.737500', '150738.197500', '150738.657500', '150739.117500', '150739.577500', '150740.037500', '150740.497500', '150740.957500', '150741.417500', '150741.877500', '150742.337500', '150742.797500', '150743.257500', '150743.717500', '150744.177500', '150744.637500', '150745.097500', '150745.557500', '150746.017500', '150746.477500', '150746.937500', '150747.397500', '150747.857500', '150748.317500', '150748.777500', '150749.237500', '150749.697500', '150750.157500', '150750.617500', '150751.077500', '150751.537500', '150751.997500', '150752.457500', '150752.917500', '150753.377500', '150753.837500', '150754.297500', '150754.757500', '150755.217500', '150755.677500', '150756.137500', '150756.597500', '150757.057500', '150757.517500', '150757.977500', '150758.437500', '150758.897500', '150759.357500', '150759.817500', '150800.277500', '150800.737500', '150801.197500', '150801.657500', '150802.117500', '150802.577500', '150803.037500', '150803.497500', '150803.957500', '150804.417500', '150804.877500', '150805.337500', '150805.797500', '150806.257500', '150806.717500', '150807.177500', '150807.637500', '150808.097500', '150808.557500', '150809.017500', '150809.477500', '150809.937500', '150810.397500', '150810.857500', '150811.317500', '150811.777500', '150812.237500', '150812.697500', '150813.157500', '150813.617500', '150814.077500', '150814.537500', '150814.997500', '150815.457500', '150815.917500', '150816.377500', '150816.837500', '150817.297500', '150817.757500', '150818.217500', '150818.677500', '150819.137500', '150819.597500', '150820.057500', '150820.517500', '150820.977500', '150821.437500', '150821.897500', '150822.357500', '150822.817500', '150823.277500', '150823.737500', '150824.197500', '150824.657500', '150825.117500', '150825.577500', '150826.037500', '150826.497500', '150826.957500', '150827.417500', '150827.877500', '150828.337500', '150828.797500', '150829.257500', '150829.717500', '150830.177500', '150830.637500', '150831.097500', '150831.557500', '150832.017500', '150832.477500', '150832.937500', '150833.397500', '150833.857500', '150834.317500', '150834.777500', '150835.237500', '150835.697500', '150836.157500', '150836.617500', '150837.077500', '150837.537500', '150837.997500', '150838.457500', '150838.917500', '150839.377500', '150839.837500', '150840.297500', '150840.757500', '150841.217500', '150841.677500', '150842.137500', '150842.597500', '150843.057500', '150843.517500', '150843.977500', '150844.437500', '150844.897500', '150845.357500', '150845.817500', '150846.277500', '150846.737500', '150847.197500', '150847.657500', '150848.117500', '150848.577500', '150849.037500', '150849.497500', '150849.957500', '150850.417500', '150850.877500', '150851.337500', '150851.797500', '150852.257500', '150852.717500', '150853.177500', '150853.637500', '150854.097500', '150854.557500', '150855.017500', '150855.477500', '150855.937500', '150856.397500', '150856.857500', '150857.317500', '150857.777500', '150858.237500', '150858.697500', '150859.157500', '150859.617500', '150900.077500', '150900.537500', '150900.997500', '150901.457500', '150901.917500', '150902.377500', '150902.837500', '150903.297500', '150903.757500', '150904.217500', '150904.677500', '150905.137500', '150905.597500', '150906.057500', '150906.517500', '150906.977500', '150907.437500', '150907.897500', '150908.357500', '150908.817500', '150909.277500', '150909.737500', '150910.197500', '150910.657500', '150911.117500', '150911.577500', '150912.037500', '150912.497500', '150912.957500', '150913.417500', '150913.877500', '150914.337500', '150914.797500', '150915.257500', '150915.717500', '150916.177500', '150916.637500', '150917.097500', '150917.557500', '150918.017500', '150918.477500', '150918.937500', '150919.397500', '150919.857500', '150920.317500', '150920.777500', '150921.237500', '150921.697500', '150922.157500', '150922.617500', '150923.077500', '150923.537500', '150923.997500', '150924.457500', '150924.917500', '150925.377500', '150925.837500', '150926.297500', '150926.757500', '150927.217500', '150927.677500', '150928.137500', '150928.597500', '150929.057500', '150929.517500', '150929.977500', '150930.437500', '150930.897500', '150931.357500', '150931.817500', '150932.277500', '150932.737500', '150933.197500', '150933.657500', '150934.117500', '150934.577500', '150935.037500', '150935.497500', '150935.957500', '150936.417500', '150936.877500', '150937.337500', '150937.797500', '150938.257500', '150938.717500', '150939.177500', '150939.637500', '150940.097500', '150940.557500', '150941.017500', '150941.477500', '150941.937500', '150942.397500', '150942.857500', '150943.317500', '150943.777500', '150944.237500', '150944.697500', '150945.157500', '150945.617500', '150946.077500', '150946.537500', '150946.997500', '150947.457500', '150947.917500', '150948.377500', '150948.837500', '150949.297500', '150949.757500', '150950.217500', '150950.677500', '150951.137500', '150951.597500', '150952.057500', '150952.517500', '150952.977500', '150953.437500', '150953.897500', '150954.357500', '150954.817500', '150955.277500', '150955.737500', '150956.197500', '150956.657500', '150957.117500', '150957.577500', '150958.037500', '150958.497500', '150958.957500', '150959.417500', '150959.877500', '151000.337500', '151000.797500', '151001.257500', '151001.717500', '151002.177500', '151002.637500', '151003.097500', '151003.557500', '151004.017500', '151004.477500', '151004.937500', '151005.397500', '151005.857500', '151006.317500', '151006.777500', '151007.237500', '151007.697500', '151008.157500', '151008.617500', '151009.077500', '151009.537500', '151009.997500', '151010.457500', '151010.917500', '151011.377500', '151011.837500', '151012.297500', '151012.757500', '151013.217500', '151013.677500', '151014.137500', '151014.597500', '151015.057500', '151015.517500', '151015.977500', '151016.437500', '151016.897500', '151017.357500', '151017.817500', '151018.277500', '151018.737500', '151019.197500', '151019.657500', '151020.117500', '151020.577500', '151021.037500', '151021.497500', '151021.957500', '151022.417500', '151022.877500', '151023.337500', '151023.797500', '151024.257500', '151024.717500', '151025.177500', '151025.637500', '151026.097500', '151026.557500', '151027.017500', '151027.477500', '151027.937500', '151028.397500', '151028.857500', '151029.317500', '151029.777500', '151030.237500', '151030.697500', '151031.157500', '151031.617500', '151032.077500', '151032.537500', '151032.997500', '151033.457500', '151033.917500', '151034.377500', '151034.837500', '151035.297500', '151035.757500', '151036.217500', '151036.677500', '151037.137500', '151037.597500', '151038.057500', '151038.517500', '151038.977500', '151039.437500', '151039.897500', '151040.357500', '151040.817500', '151041.277500'], 'ContentTime': ['150415.448000', '150415.451000', '150415.454000', '150415.457000', '150415.459000', '150415.462000', '150415.465000', '150415.467000', '150415.470000', '150415.473000', '150415.475000', '150415.478000', '150415.480000', '150415.483000', '150415.485000', '150415.488000', '150415.490000', '150415.499000', '150415.502000', '150415.504000', '150415.507000', '150415.509000', '150415.512000', '150415.514000', '150415.517000', '150415.520000', '150415.529000', '150415.531000', '150415.534000', '150435.418000', '150435.420000', '150435.423000', '150435.425000', '150435.428000', '150435.430000', '150435.433000', '150435.435000', '150435.438000', '150435.441000', '150435.443000', '150435.446000', '150435.448000', '150435.451000', '150435.453000', '150435.456000', '150435.458000', '150435.461000', '150435.463000', '150435.466000', '150435.468000', '150435.471000', '150435.473000', '150435.476000', '150435.479000', '150435.481000', '150435.484000', '150435.487000', '150435.489000', '150435.492000', '150435.494000', '150435.497000', '150435.499000', '150435.502000', '150435.504000', '150435.507000', '150435.509000', '150435.512000', '150435.515000', '150435.524000', '150435.526000', '150435.529000', '150435.532000', '150455.417000', '150455.420000', '150455.423000', '150455.425000', '150455.428000', '150455.430000', '150455.433000', '150455.439000', '150455.442000', '150455.444000', '150455.447000', '150455.449000', '150455.452000', '150455.454000', '150455.457000', '150455.459000', '150455.462000', '150455.465000', '150455.467000', '150455.470000', '150455.472000', '150455.475000', '150455.477000', '150455.480000', '150455.482000', '150455.485000', '150455.487000', '150455.490000', '150455.492000', '150455.495000', '150455.498000', '150455.500000', '150455.503000', '150455.505000', '150455.508000', '150455.510000', '150455.513000', '150455.515000', '150455.518000', '150455.520000', '150455.523000', '150455.526000', '150455.528000', '150455.531000', '150515.417000', '150515.420000', '150515.423000', '150515.425000', '150515.428000', '150515.431000', '150515.433000', '150515.436000', '150515.438000', '150515.441000', '150515.454000', '150515.456000', '150515.459000', '150515.462000', '150515.464000', '150515.467000', '150515.469000', '150515.472000', '150515.474000', '150515.477000', '150515.479000', '150515.482000', '150515.484000', '150515.487000', '150515.489000', '150515.492000', '150515.495000', '150515.497000', '150515.500000', '150515.502000', '150515.505000', '150515.507000', '150515.510000', '150515.512000', '150515.515000', '150515.517000', '150515.520000', '150515.522000', '150515.525000', '150515.527000', '150515.530000', '150515.532000', '150515.535000', '150535.417000', '150535.420000', '150535.423000', '150535.425000', '150535.428000', '150535.430000', '150535.433000', '150535.435000', '150535.438000', '150535.440000', '150535.443000', '150535.446000', '150535.448000', '150535.451000', '150535.453000', '150535.456000', '150535.458000', '150535.461000', '150535.463000', '150535.466000', '150535.468000', '150535.471000', '150535.473000', '150535.476000', '150535.478000', '150535.481000', '150535.484000', '150535.486000', '150535.489000', '150535.491000', '150535.494000', '150535.496000', '150535.499000', '150535.502000', '150535.504000', '150535.507000', '150535.509000', '150535.512000', '150535.514000', '150535.517000', '150535.520000', '150535.522000', '150535.525000', '150535.527000', '150555.416000', '150555.419000', '150555.422000', '150555.424000', '150555.427000', '150555.429000', '150555.432000', '150555.434000', '150555.437000', '150555.440000', '150555.442000', '150555.445000', '150555.447000', '150555.450000', '150555.452000', '150555.455000', '150555.457000', '150555.460000', '150555.462000', '150555.465000', '150555.467000', '150555.470000', '150555.473000', '150555.475000', '150555.478000', '150555.480000', '150555.483000', '150555.485000', '150555.488000', '150555.491000', '150555.493000', '150555.496000', '150555.498000', '150555.501000', '150555.503000', '150555.506000', '150555.509000', '150555.512000', '150555.514000', '150555.517000', '150555.520000', '150555.522000', '150555.525000', '150615.417000', '150615.420000', '150615.423000', '150615.425000', '150615.428000', '150615.431000', '150615.434000', '150615.437000', '150615.439000', '150615.442000', '150615.444000', '150615.447000', '150615.450000', '150615.452000', '150615.455000', '150615.458000', '150615.460000', '150615.463000', '150615.465000', '150615.468000', '150615.470000', '150615.473000', '150615.477000', '150615.479000', '150615.482000', '150615.485000', '150615.487000', '150615.490000', '150615.492000', '150615.495000', '150615.497000', '150615.500000', '150615.503000', '150615.505000', '150615.508000', '150615.510000', '150615.513000', '150615.516000', '150615.518000', '150615.521000', '150615.523000', '150615.526000', '150615.528000', '150635.417000', '150635.420000', '150635.423000', '150635.425000', '150635.428000', '150635.431000', '150635.433000', '150635.436000', '150635.438000', '150635.441000', '150635.443000', '150635.446000', '150635.448000', '150635.451000', '150635.454000', '150635.456000', '150635.459000', '150635.461000', '150635.464000', '150635.467000', '150635.469000', '150635.472000', '150635.474000', '150635.477000', '150635.479000', '150635.482000', '150635.485000', '150635.487000', '150635.490000', '150635.492000', '150635.495000', '150635.497000', '150635.500000', '150635.503000', '150635.505000', '150635.508000', '150635.510000', '150635.513000', '150635.516000', '150635.518000', '150635.521000', '150635.523000', '150635.526000', '150635.528000', '150655.417000', '150655.420000', '150655.423000', '150655.425000', '150655.428000', '150655.430000', '150655.446000', '150655.448000', '150655.451000', '150655.453000', '150655.456000', '150655.459000', '150655.461000', '150655.464000', '150655.466000', '150655.469000', '150655.471000', '150655.474000', '150655.477000', '150655.479000', '150655.482000', '150655.485000', '150655.487000', '150655.490000', '150655.492000', '150655.495000', '150655.497000', '150655.500000', '150655.503000', '150655.505000', '150655.508000', '150655.510000', '150655.513000', '150655.515000', '150655.518000', '150655.520000', '150655.523000', '150655.526000', '150655.528000', '150655.531000', '150655.533000', '150655.536000', '150655.538000', '150655.541000', '150715.418000', '150715.420000', '150715.423000', '150715.425000', '150715.428000', '150715.431000', '150715.433000', '150715.436000', '150715.439000', '150715.441000', '150715.444000', '150715.446000', '150715.449000', '150715.451000', '150715.454000', '150715.457000', '150715.459000', '150715.462000', '150715.464000', '150715.467000', '150715.470000', '150715.472000', '150715.475000', '150715.477000', '150715.480000', '150715.482000', '150715.485000', '150715.487000', '150715.490000', '150715.493000', '150715.495000', '150715.498000', '150715.500000', '150715.503000', '150715.505000', '150715.508000', '150715.511000', '150715.513000', '150715.516000', '150715.518000', '150715.521000', '150715.523000', '150715.526000', '150735.417000', '150735.420000', '150735.423000', '150735.425000', '150735.428000', '150735.430000', '150735.433000', '150735.436000', '150735.438000', '150735.441000', '150735.443000', '150735.446000', '150735.448000', '150735.451000', '150735.454000', '150735.456000', '150735.459000', '150735.461000', '150735.467000', '150735.470000', '150735.473000', '150735.476000', '150735.478000', '150735.481000', '150735.484000', '150735.486000', '150735.489000', '150735.491000', '150735.494000', '150735.496000', '150735.499000', '150735.501000', '150735.504000', '150735.507000', '150735.509000', '150735.512000', '150735.514000', '150735.517000', '150735.520000', '150735.522000', '150735.525000', '150735.528000', '150735.530000', '150755.418000', '150755.420000', '150755.423000', '150755.425000', '150755.428000', '150755.431000', '150755.433000', '150755.436000', '150755.438000', '150755.441000', '150755.443000', '150755.446000', '150755.449000', '150755.451000', '150755.454000', '150755.457000', '150755.459000', '150755.462000', '150755.464000', '150755.467000', '150755.469000', '150755.472000', '150755.475000', '150755.477000', '150755.480000', '150755.482000', '150755.485000', '150755.487000', '150755.490000', '150755.493000', '150755.495000', '150755.498000', '150755.500000', '150755.503000', '150755.505000', '150755.508000', '150755.511000', '150755.513000', '150755.516000', '150755.518000', '150755.521000', '150755.523000', '150755.526000', '150755.528000', '150815.416000', '150815.419000', '150815.422000', '150815.424000', '150815.427000', '150815.429000', '150815.432000', '150815.434000', '150815.437000', '150815.440000', '150815.442000', '150815.445000', '150815.447000', '150815.450000', '150815.452000', '150815.455000', '150815.458000', '150815.460000', '150815.463000', '150815.465000', '150815.468000', '150815.471000', '150815.473000', '150815.476000', '150815.478000', '150815.481000', '150815.491000', '150815.494000', '150815.496000', '150815.499000', '150815.502000', '150815.554000', '150815.557000', '150815.559000', '150815.562000', '150815.565000', '150815.568000', '150815.570000', '150815.573000', '150815.575000', '150815.578000', '150815.581000', '150815.583000', '150835.418000', '150835.420000', '150835.423000', '150835.426000', '150835.428000', '150835.431000', '150835.433000', '150835.436000', '150835.438000', '150835.441000', '150835.444000', '150835.446000', '150835.449000', '150835.451000', '150835.454000', '150835.456000', '150835.459000', '150835.462000', '150835.464000', '150835.467000', '150835.469000', '150835.472000', '150835.474000', '150835.477000', '150835.479000', '150835.482000', '150835.484000', '150835.487000', '150835.490000', '150835.492000', '150835.495000', '150835.497000', '150835.500000', '150835.502000', '150835.505000', '150835.507000', '150835.510000', '150835.513000', '150835.515000', '150835.518000', '150835.520000', '150835.523000', '150835.526000', '150835.528000', '150855.417000', '150855.420000', '150855.423000', '150855.425000', '150855.428000', '150855.430000', '150855.433000', '150855.436000', '150855.438000', '150855.441000', '150855.443000', '150855.446000', '150855.448000', '150855.451000', '150855.453000', '150855.456000', '150855.458000', '150855.461000', '150855.464000', '150855.466000', '150855.469000', '150855.471000', '150855.474000', '150855.477000', '150855.479000', '150855.482000', '150855.484000', '150855.487000', '150855.490000', '150855.492000', '150855.495000', '150855.497000', '150855.500000', '150855.502000', '150855.505000', '150855.507000', '150855.511000', '150855.514000', '150855.517000', '150855.519000', '150855.522000', '150855.524000', '150855.527000', '150915.417000', '150915.420000', '150915.423000', '150915.426000', '150915.428000', '150915.431000', '150915.433000', '150915.436000', '150915.438000', '150915.441000', '150915.443000', '150915.446000', '150915.449000', '150915.451000', '150915.454000', '150915.456000', '150915.459000', '150915.461000', '150915.464000', '150915.467000', '150915.469000', '150915.472000', '150915.474000', '150915.477000', '150915.480000', '150915.482000', '150915.485000', '150915.487000', '150915.490000', '150915.492000', '150915.495000', '150915.498000', '150915.500000', '150915.503000', '150915.505000', '150915.508000', '150915.511000', '150915.513000', '150915.516000', '150915.518000', '150915.521000', '150915.523000', '150915.526000', '150915.529000', '150935.418000', '150935.421000', '150935.423000', '150935.426000', '150935.429000', '150935.431000', '150935.434000', '150935.436000', '150935.439000', '150935.441000', '150935.444000', '150935.447000', '150935.449000', '150935.452000', '150935.454000', '150935.457000', '150935.459000', '150935.462000', '150935.465000', '150935.467000', '150935.470000', '150935.473000', '150935.476000', '150935.478000', '150935.481000', '150935.483000', '150935.486000', '150935.488000', '150935.491000', '150935.494000', '150935.496000', '150935.499000', '150935.501000', '150935.504000', '150935.506000', '150935.509000', '150935.512000', '150935.514000', '150935.517000', '150935.519000', '150935.522000', '150935.525000', '150935.527000', '150955.417000', '150955.420000', '150955.423000', '150955.425000', '150955.428000', '150955.431000', '150955.433000', '150955.436000', '150955.438000', '150955.441000', '150955.443000', '150955.446000', '150955.448000', '150955.451000', '150955.454000', '150955.456000', '150955.459000', '150955.461000', '150955.464000', '150955.466000', '150955.469000', '150955.471000', '150955.474000', '150955.477000', '150955.479000', '150955.482000', '150955.484000', '150955.487000', '150955.490000', '150955.492000', '150955.495000', '150955.497000', '150955.500000', '150955.503000', '150955.505000', '150955.508000', '150955.510000', '150955.513000', '150955.515000', '150955.518000', '150955.520000', '150955.523000', '150955.526000', '150955.528000', '151015.418000', '151015.420000', '151015.423000', '151015.425000', '151015.428000', '151015.431000', '151015.433000', '151015.436000', '151015.438000', '151015.441000', '151015.443000', '151015.446000', '151015.448000', '151015.451000', '151015.453000', '151015.456000', '151015.459000', '151015.461000', '151015.464000', '151015.466000', '151015.469000', '151015.471000', '151015.474000', '151015.476000', '151015.479000', '151015.482000', '151015.484000', '151015.487000', '151015.489000', '151015.492000', '151015.494000', '151015.497000', '151015.500000', '151015.502000', '151015.505000', '151015.507000', '151015.510000', '151015.513000', '151015.515000', '151015.518000', '151015.520000', '151015.523000', '151015.526000', '151035.416000', '151035.419000', '151035.422000', '151035.424000', '151035.427000', '151035.429000', '151035.432000', '151035.435000', '151035.437000', '151035.440000', '151035.442000', '151035.445000', '151035.447000', '151035.450000', '151035.453000', '151035.455000', '151035.458000', '151035.460000', '151035.463000', '151035.466000', '151035.468000', '151035.471000', '151035.473000', '151035.476000', '151035.478000', '151035.481000', '151035.484000', '151035.486000', '151035.489000', '151035.491000', '151035.494000', '151035.497000', '151035.499000', '151035.502000', '151035.504000', '151035.507000', '151035.509000', '151035.512000', '151035.515000', '151035.517000', '151035.520000', '151035.522000', '151035.525000', '151035.527000', '151043.105000', '151043.108000', '151043.111000', '151043.114000', '151043.116000', '151043.119000', '151043.122000', '151043.125000', '151043.127000', '151043.130000', '151043.133000', '151043.135000', '151043.138000', '151043.140000', '151043.143000', '151043.146000', '151043.148000'], 'InstanceCreationTime': ['150415.448000', '150415.451000', '150415.454000', '150415.457000', '150415.459000', '150415.462000', '150415.465000', '150415.467000', '150415.470000', '150415.473000', '150415.475000', '150415.478000', '150415.480000', '150415.483000', '150415.485000', '150415.488000', '150415.490000', '150415.499000', '150415.502000', '150415.504000', '150415.507000', '150415.509000', '150415.512000', '150415.514000', '150415.517000', '150415.520000', '150415.529000', '150415.531000', '150415.534000', '150435.418000', '150435.420000', '150435.423000', '150435.425000', '150435.428000', '150435.430000', '150435.433000', '150435.435000', '150435.438000', '150435.441000', '150435.443000', '150435.446000', '150435.448000', '150435.451000', '150435.453000', '150435.456000', '150435.458000', '150435.461000', '150435.463000', '150435.466000', '150435.468000', '150435.471000', '150435.473000', '150435.476000', '150435.479000', '150435.481000', '150435.484000', '150435.487000', '150435.489000', '150435.492000', '150435.494000', '150435.497000', '150435.499000', '150435.502000', '150435.504000', '150435.507000', '150435.509000', '150435.512000', '150435.515000', '150435.524000', '150435.526000', '150435.529000', '150435.532000', '150455.417000', '150455.420000', '150455.423000', '150455.425000', '150455.428000', '150455.430000', '150455.433000', '150455.439000', '150455.442000', '150455.444000', '150455.447000', '150455.449000', '150455.452000', '150455.454000', '150455.457000', '150455.459000', '150455.462000', '150455.465000', '150455.467000', '150455.470000', '150455.472000', '150455.475000', '150455.477000', '150455.480000', '150455.482000', '150455.485000', '150455.487000', '150455.490000', '150455.492000', '150455.495000', '150455.498000', '150455.500000', '150455.503000', '150455.505000', '150455.508000', '150455.510000', '150455.513000', '150455.515000', '150455.518000', '150455.520000', '150455.523000', '150455.526000', '150455.528000', '150455.531000', '150515.417000', '150515.420000', '150515.423000', '150515.425000', '150515.428000', '150515.431000', '150515.433000', '150515.436000', '150515.438000', '150515.441000', '150515.454000', '150515.456000', '150515.459000', '150515.462000', '150515.464000', '150515.467000', '150515.469000', '150515.472000', '150515.474000', '150515.477000', '150515.479000', '150515.482000', '150515.484000', '150515.487000', '150515.489000', '150515.492000', '150515.495000', '150515.497000', '150515.500000', '150515.502000', '150515.505000', '150515.507000', '150515.510000', '150515.512000', '150515.515000', '150515.517000', '150515.520000', '150515.522000', '150515.525000', '150515.527000', '150515.530000', '150515.532000', '150515.535000', '150535.417000', '150535.420000', '150535.423000', '150535.425000', '150535.428000', '150535.430000', '150535.433000', '150535.435000', '150535.438000', '150535.440000', '150535.443000', '150535.446000', '150535.448000', '150535.451000', '150535.453000', '150535.456000', '150535.458000', '150535.461000', '150535.463000', '150535.466000', '150535.468000', '150535.471000', '150535.473000', '150535.476000', '150535.478000', '150535.481000', '150535.484000', '150535.486000', '150535.489000', '150535.491000', '150535.494000', '150535.496000', '150535.499000', '150535.502000', '150535.504000', '150535.507000', '150535.509000', '150535.512000', '150535.514000', '150535.517000', '150535.520000', '150535.522000', '150535.525000', '150535.527000', '150555.416000', '150555.419000', '150555.422000', '150555.424000', '150555.427000', '150555.429000', '150555.432000', '150555.434000', '150555.437000', '150555.440000', '150555.442000', '150555.445000', '150555.447000', '150555.450000', '150555.452000', '150555.455000', '150555.457000', '150555.460000', '150555.462000', '150555.465000', '150555.467000', '150555.470000', '150555.473000', '150555.475000', '150555.478000', '150555.480000', '150555.483000', '150555.485000', '150555.488000', '150555.491000', '150555.493000', '150555.496000', '150555.498000', '150555.501000', '150555.503000', '150555.506000', '150555.509000', '150555.512000', '150555.514000', '150555.517000', '150555.520000', '150555.522000', '150555.525000', '150615.417000', '150615.420000', '150615.423000', '150615.425000', '150615.428000', '150615.431000', '150615.434000', '150615.437000', '150615.439000', '150615.442000', '150615.444000', '150615.447000', '150615.450000', '150615.452000', '150615.455000', '150615.458000', '150615.460000', '150615.463000', '150615.465000', '150615.468000', '150615.470000', '150615.473000', '150615.477000', '150615.479000', '150615.482000', '150615.485000', '150615.487000', '150615.490000', '150615.492000', '150615.495000', '150615.497000', '150615.500000', '150615.503000', '150615.505000', '150615.508000', '150615.510000', '150615.513000', '150615.516000', '150615.518000', '150615.521000', '150615.523000', '150615.526000', '150615.528000', '150635.417000', '150635.420000', '150635.423000', '150635.425000', '150635.428000', '150635.431000', '150635.433000', '150635.436000', '150635.438000', '150635.441000', '150635.443000', '150635.446000', '150635.448000', '150635.451000', '150635.454000', '150635.456000', '150635.459000', '150635.461000', '150635.464000', '150635.467000', '150635.469000', '150635.472000', '150635.474000', '150635.477000', '150635.479000', '150635.482000', '150635.485000', '150635.487000', '150635.490000', '150635.492000', '150635.495000', '150635.497000', '150635.500000', '150635.503000', '150635.505000', '150635.508000', '150635.510000', '150635.513000', '150635.516000', '150635.518000', '150635.521000', '150635.523000', '150635.526000', '150635.528000', '150655.417000', '150655.420000', '150655.423000', '150655.425000', '150655.428000', '150655.430000', '150655.446000', '150655.448000', '150655.451000', '150655.453000', '150655.456000', '150655.459000', '150655.461000', '150655.464000', '150655.466000', '150655.469000', '150655.471000', '150655.474000', '150655.477000', '150655.479000', '150655.482000', '150655.485000', '150655.487000', '150655.490000', '150655.492000', '150655.495000', '150655.497000', '150655.500000', '150655.503000', '150655.505000', '150655.508000', '150655.510000', '150655.513000', '150655.515000', '150655.518000', '150655.520000', '150655.523000', '150655.526000', '150655.528000', '150655.531000', '150655.533000', '150655.536000', '150655.538000', '150655.541000', '150715.418000', '150715.420000', '150715.423000', '150715.425000', '150715.428000', '150715.431000', '150715.433000', '150715.436000', '150715.439000', '150715.441000', '150715.444000', '150715.446000', '150715.449000', '150715.451000', '150715.454000', '150715.457000', '150715.459000', '150715.462000', '150715.464000', '150715.467000', '150715.470000', '150715.472000', '150715.475000', '150715.477000', '150715.480000', '150715.482000', '150715.485000', '150715.487000', '150715.490000', '150715.493000', '150715.495000', '150715.498000', '150715.500000', '150715.503000', '150715.505000', '150715.508000', '150715.511000', '150715.513000', '150715.516000', '150715.518000', '150715.521000', '150715.523000', '150715.526000', '150735.417000', '150735.420000', '150735.423000', '150735.425000', '150735.428000', '150735.430000', '150735.433000', '150735.436000', '150735.438000', '150735.441000', '150735.443000', '150735.446000', '150735.448000', '150735.451000', '150735.454000', '150735.456000', '150735.459000', '150735.461000', '150735.467000', '150735.470000', '150735.473000', '150735.476000', '150735.478000', '150735.481000', '150735.484000', '150735.486000', '150735.489000', '150735.491000', '150735.494000', '150735.496000', '150735.499000', '150735.501000', '150735.504000', '150735.507000', '150735.509000', '150735.512000', '150735.514000', '150735.517000', '150735.520000', '150735.522000', '150735.525000', '150735.528000', '150735.530000', '150755.418000', '150755.420000', '150755.423000', '150755.425000', '150755.428000', '150755.431000', '150755.433000', '150755.436000', '150755.438000', '150755.441000', '150755.443000', '150755.446000', '150755.449000', '150755.451000', '150755.454000', '150755.457000', '150755.459000', '150755.462000', '150755.464000', '150755.467000', '150755.469000', '150755.472000', '150755.475000', '150755.477000', '150755.480000', '150755.482000', '150755.485000', '150755.487000', '150755.490000', '150755.493000', '150755.495000', '150755.498000', '150755.500000', '150755.503000', '150755.505000', '150755.508000', '150755.511000', '150755.513000', '150755.516000', '150755.518000', '150755.521000', '150755.523000', '150755.526000', '150755.528000', '150815.416000', '150815.419000', '150815.422000', '150815.424000', '150815.427000', '150815.429000', '150815.432000', '150815.434000', '150815.437000', '150815.440000', '150815.442000', '150815.445000', '150815.447000', '150815.450000', '150815.452000', '150815.455000', '150815.458000', '150815.460000', '150815.463000', '150815.465000', '150815.468000', '150815.471000', '150815.473000', '150815.476000', '150815.478000', '150815.481000', '150815.491000', '150815.494000', '150815.496000', '150815.499000', '150815.502000', '150815.554000', '150815.557000', '150815.559000', '150815.562000', '150815.565000', '150815.568000', '150815.570000', '150815.573000', '150815.575000', '150815.578000', '150815.581000', '150815.583000', '150835.418000', '150835.420000', '150835.423000', '150835.426000', '150835.428000', '150835.431000', '150835.433000', '150835.436000', '150835.438000', '150835.441000', '150835.444000', '150835.446000', '150835.449000', '150835.451000', '150835.454000', '150835.456000', '150835.459000', '150835.462000', '150835.464000', '150835.467000', '150835.469000', '150835.472000', '150835.474000', '150835.477000', '150835.479000', '150835.482000', '150835.484000', '150835.487000', '150835.490000', '150835.492000', '150835.495000', '150835.497000', '150835.500000', '150835.502000', '150835.505000', '150835.507000', '150835.510000', '150835.513000', '150835.515000', '150835.518000', '150835.520000', '150835.523000', '150835.526000', '150835.528000', '150855.417000', '150855.420000', '150855.423000', '150855.425000', '150855.428000', '150855.430000', '150855.433000', '150855.436000', '150855.438000', '150855.441000', '150855.443000', '150855.446000', '150855.448000', '150855.451000', '150855.453000', '150855.456000', '150855.458000', '150855.461000', '150855.464000', '150855.466000', '150855.469000', '150855.471000', '150855.474000', '150855.477000', '150855.479000', '150855.482000', '150855.484000', '150855.487000', '150855.490000', '150855.492000', '150855.495000', '150855.497000', '150855.500000', '150855.502000', '150855.505000', '150855.507000', '150855.511000', '150855.514000', '150855.517000', '150855.519000', '150855.522000', '150855.524000', '150855.527000', '150915.417000', '150915.420000', '150915.423000', '150915.426000', '150915.428000', '150915.431000', '150915.433000', '150915.436000', '150915.438000', '150915.441000', '150915.443000', '150915.446000', '150915.449000', '150915.451000', '150915.454000', '150915.456000', '150915.459000', '150915.461000', '150915.464000', '150915.467000', '150915.469000', '150915.472000', '150915.474000', '150915.477000', '150915.480000', '150915.482000', '150915.485000', '150915.487000', '150915.490000', '150915.492000', '150915.495000', '150915.498000', '150915.500000', '150915.503000', '150915.505000', '150915.508000', '150915.511000', '150915.513000', '150915.516000', '150915.518000', '150915.521000', '150915.523000', '150915.526000', '150915.529000', '150935.418000', '150935.421000', '150935.423000', '150935.426000', '150935.429000', '150935.431000', '150935.434000', '150935.436000', '150935.439000', '150935.441000', '150935.444000', '150935.447000', '150935.449000', '150935.452000', '150935.454000', '150935.457000', '150935.459000', '150935.462000', '150935.465000', '150935.467000', '150935.470000', '150935.473000', '150935.476000', '150935.478000', '150935.481000', '150935.483000', '150935.486000', '150935.488000', '150935.491000', '150935.494000', '150935.496000', '150935.499000', '150935.501000', '150935.504000', '150935.506000', '150935.509000', '150935.512000', '150935.514000', '150935.517000', '150935.519000', '150935.522000', '150935.525000', '150935.527000', '150955.417000', '150955.420000', '150955.423000', '150955.425000', '150955.428000', '150955.431000', '150955.433000', '150955.436000', '150955.438000', '150955.441000', '150955.443000', '150955.446000', '150955.448000', '150955.451000', '150955.454000', '150955.456000', '150955.459000', '150955.461000', '150955.464000', '150955.466000', '150955.469000', '150955.471000', '150955.474000', '150955.477000', '150955.479000', '150955.482000', '150955.484000', '150955.487000', '150955.490000', '150955.492000', '150955.495000', '150955.497000', '150955.500000', '150955.503000', '150955.505000', '150955.508000', '150955.510000', '150955.513000', '150955.515000', '150955.518000', '150955.520000', '150955.523000', '150955.526000', '150955.528000', '151015.418000', '151015.420000', '151015.423000', '151015.425000', '151015.428000', '151015.431000', '151015.433000', '151015.436000', '151015.438000', '151015.441000', '151015.443000', '151015.446000', '151015.448000', '151015.451000', '151015.453000', '151015.456000', '151015.459000', '151015.461000', '151015.464000', '151015.466000', '151015.469000', '151015.471000', '151015.474000', '151015.476000', '151015.479000', '151015.482000', '151015.484000', '151015.487000', '151015.489000', '151015.492000', '151015.494000', '151015.497000', '151015.500000', '151015.502000', '151015.505000', '151015.507000', '151015.510000', '151015.513000', '151015.515000', '151015.518000', '151015.520000', '151015.523000', '151015.526000', '151035.416000', '151035.419000', '151035.422000', '151035.424000', '151035.427000', '151035.429000', '151035.432000', '151035.435000', '151035.437000', '151035.440000', '151035.442000', '151035.445000', '151035.447000', '151035.450000', '151035.453000', '151035.455000', '151035.458000', '151035.460000', '151035.463000', '151035.466000', '151035.468000', '151035.471000', '151035.473000', '151035.476000', '151035.478000', '151035.481000', '151035.484000', '151035.486000', '151035.489000', '151035.491000', '151035.494000', '151035.497000', '151035.499000', '151035.502000', '151035.504000', '151035.507000', '151035.509000', '151035.512000', '151035.515000', '151035.517000', '151035.520000', '151035.522000', '151035.525000', '151035.527000', '151043.105000', '151043.108000', '151043.111000', '151043.114000', '151043.116000', '151043.119000', '151043.122000', '151043.125000', '151043.127000', '151043.130000', '151043.133000', '151043.135000', '151043.138000', '151043.140000', '151043.143000', '151043.146000', '151043.148000'], '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': [8330, 9394, 7971, 9554, 10370, 8691, 15114, 9093, 11260, 8330, 9771, 7852, 9269, 8034, 9388, 7855, 9510, 8229, 9541, 7770, 8479, 7476, 8545, 7409, 8448, 12505, 7767, 13946, 8002, 9666, 7795, 8932, 7736, 8978, 9191, 8826, 11241, 8298, 11510, 7891, 12641, 7954, 13208, 7993, 9941, 8177, 9618, 8465, 9666, 7941, 9208, 7870, 9057, 8028, 8744, 8051, 8779, 9178, 8427, 9730, 7744, 12520, 7576, 13238, 8016, 9447, 8776, 9571, 8034, 9048, 7657, 8634, 7903, 8450, 10731, 7858, 12664, 7674, 12650, 7598, 10199, 7603, 8836, 8182, 8866, 8054, 8604, 7470, 8384, 7386, 8171, 9541, 7748, 12207, 7993, 12302, 7532, 8904, 7941, 8041, 12174, 8035, 9722, 10855, 8478, 10932, 7837, 10819, 8615, 10777, 11914, 9414, 10367, 8309, 7788, 8592, 7549, 9032, 7703, 11680, 7717, 11634, 7847, 9112, 8829, 7852, 9293, 14171, 8198, 12496, 9680, 11424, 8861, 10464, 7833, 8541, 7496, 8684, 7516, 7658, 8054, 7955, 13482, 8160, 15859, 8978, 11831, 8087, 9634, 9145, 9812, 12087, 8158, 11698, 7712, 11222, 7770, 9849, 7524, 10590, 7814, 10735, 7568, 9855, 7769, 12244, 7912, 10116, 8321, 9527, 9205, 9086, 10092, 7892, 13155, 7533, 10660, 7649, 9999, 8215, 10337, 7864, 9738, 7716, 8779, 7775, 8726, 10358, 8799, 13168, 7958, 13478, 7889, 13584, 8061, 12447, 7916, 10089, 8619, 9782, 7987, 9424, 8425, 8426, 12043, 8001, 11530, 7943, 9770, 8552, 9777, 8050, 8490, 8227, 8561, 8434, 8338, 12089, 7924, 13817, 8117, 13597, 8210, 9110, 8003, 8764, 8145, 8566, 7951, 8808, 7851, 8420, 9054, 8801, 13309, 8292, 10613, 8402, 9810, 8421, 9743, 8075, 8738, 7934, 8518, 8606, 8518, 12936, 8336, 16005, 8522, 10969, 8256, 9337, 8131, 9341, 11441, 8532, 13888, 7985, 14150, 7959, 10036, 7993, 9377, 8422, 9691, 8554, 9962, 7932, 9056, 7906, 8923, 9176, 9132, 12621, 8106, 13773, 7955, 12426, 7915, 11916, 7652, 12140, 7825, 12889, 7799, 13496, 7729, 10052, 7770, 9379, 9307, 9585, 13745, 8878, 15688, 8521, 12785, 7785, 9583, 7731, 9570, 8032, 9470, 8057, 10220, 8098, 10069, 7808, 9574, 8001, 10265, 7891, 9641, 8448, 10217, 11653, 8371, 14723, 8076, 11329, 8165, 9727, 8182, 9056, 8286, 8595, 8349, 7911, 8377, 8300, 12063, 8242, 10469, 8074, 9488, 8575, 9503, 8128, 8513, 7915, 8796, 8254, 8523, 11819, 7997, 14074, 8031, 14064, 8205, 10197, 8275, 9477, 7995, 9394, 9072, 9027, 9966, 8318, 12366, 8200, 14146, 8250, 9999, 8569, 10014, 8652, 9558, 8121, 8536, 7511, 8859, 8937, 8623, 12233, 8048, 12201, 7995, 12132, 7932, 12616, 8030, 13908, 8327, 12006, 8393, 10734, 8051, 9951, 7862, 9247, 7975, 9446, 7767, 9609, 7740, 9227, 8301, 8315, 10998, 8244, 13406, 8036, 15635, 8938, 14479, 8076, 10325, 7885, 9858, 8048, 9470, 8044, 11143, 8013, 9806, 7986, 9140, 8314, 9226, 8323, 9940, 8290, 9555, 8213, 8115, 7933, 8693, 7017, 9391, 7705, 11329, 7455, 7621, 11068, 8042, 8306, 8102, 9022, 9038, 14493, 8897, 15918, 10007, 12155, 7386, 7780, 8313, 7899, 8145, 8123, 7782, 10915, 9849, 8675, 14652, 8748, 10961, 8356, 11314, 8254, 14263, 8858, 14199, 8735, 8420, 8487, 8146, 8687, 8314, 12441, 8252, 13850, 8235, 13467, 8304, 10618, 7955, 9467, 8016, 9572, 9569, 9422, 9884, 7987, 7693, 8372, 7591, 8416, 7657, 8884, 7560, 9211, 10016, 10486, 12601, 8252, 14148, 7743, 10958, 7860, 9673, 8494, 9437, 8996, 8724, 8926, 7895, 11871, 7835, 13858, 7926, 9879, 8955, 10379, 8181, 8944, 7424, 8577, 9661, 8029, 13506, 7768, 14917, 7844, 9927, 7847, 8806, 7780, 8817, 7538, 8853, 9247, 8532, 7669, 8109, 8847, 8302, 11589, 7863, 14508, 8378, 11144, 8832, 11136, 7940, 9335, 7784, 8780, 8861, 8711, 12978, 7877, 15255, 8062, 10675, 8170, 9275, 7805, 9017, 7607, 8994, 8024, 9661, 7930, 8619, 8313, 8213, 9741, 8090, 12127, 8158, 13551, 8095, 13959, 8192, 13777, 8292, 13568, 8075, 10176, 8401, 10875, 8187, 10652, 8265, 8739, 8093, 8429, 8156, 8573, 11717, 8236, 11822, 8164, 12148, 8146, 13380, 8206, 10013, 8095, 10415, 8197, 9884, 7968, 8748, 8002, 8420, 7844, 8860, 8308, 8979, 8120, 8429, 9281, 8619, 12044, 7856, 12951, 7772, 14585, 8212, 14309, 7907, 9944, 8275, 10226, 8110, 9512, 8153, 9163, 9305, 9145, 11215, 8354, 12865, 8015, 13932, 7990, 11565, 7950, 9391, 8312, 10773, 8132, 10166, 8056, 9620, 8121, 10045, 7975, 10018, 8420, 10812, 10091, 8864, 10951, 8149, 14034, 8077, 10941, 8138, 10711, 7964, 12355, 7917, 11617, 7802, 12168, 7795, 9728, 8755, 11948, 7999, 9904, 7980, 9579, 7785, 9280, 9536, 9568, 11199, 8410, 9476, 7490, 9931, 7744, 10478, 7655, 11508, 7883, 10481, 7734, 10022, 8034, 14073, 8040, 11391, 9529, 12396, 9619, 11010, 7982, 9243, 7883, 8797, 7672, 9544, 8419, 9810, 7651, 8300, 7637, 8063, 8031, 7967, 8310, 7988, 8825, 8494, 8910, 8431, 7837, 8294, 8925, 8419, 12393, 8059, 14336, 8965, 15660, 8621, 14643, 7729, 10265, 7968, 10016, 7842, 9413, 8256, 9348, 7690, 8402, 7318, 8111, 7506, 8316, 8341, 8605, 9425, 8175, 8584, 7959, 11027, 7706, 12867, 7839, 14005, 8337, 15088, 8105, 13225, 7553, 13405, 7734, 13624, 8248, 13328, 8280, 11836, 8079, 11631, 7717, 12055, 7529, 12868, 8060, 14255, 9156, 12253, 7733, 12554, 7670, 12502, 7887, 13439, 7926, 13629, 7963, 10464, 8297, 10284, 9040, 11358, 8585, 10652, 7715, 9976, 6918, 7231, 9382, 7245, 13045, 9429, 11801, 9790, 7509, 11412, 7772, 7907, 11392, 14936, 10526, 14403, 8851, 12225, 7061, 7779, 10603, 7338, 7827, 10072, 7526, 7697, 10649, 7772, 10586, 7195, 7337, 8334, 7809, 10753, 9056, 12012, 8871, 10848, 7585, 12031, 7706, 12887, 7482, 10683, 8162, 11183, 7717, 12888, 7491, 7105, 8051, 7630, 8701, 10114, 9362, 13734, 9175, 15202, 8624, 14024, 7857, 10755, 7911, 11076, 8645, 10937, 8645, 10371, 7539, 8824, 7213, 8996, 7958], 'WindowCenter': [3857.0, 3863.0, 3841.0, 3850.0, 3851.0, 3826.0, 3883.0, 3832.0, 3840.0, 3821.0, 3841.0, 3800.0, 3824.0, 3810.0, 3823.0, 3797.0, 3842.0, 3810.0, 3841.0, 3801.0, 3825.0, 3811.0, 3831.0, 3804.0, 3834.0, 3873.0, 3811.0, 3896.0, 3813.0, 3855.0, 3825.0, 3845.0, 3818.0, 3844.0, 3845.0, 3835.0, 3853.0, 3812.0, 3865.0, 3823.0, 3860.0, 3811.0, 3861.0, 3809.0, 3840.0, 3822.0, 3840.0, 3821.0, 3841.0, 3810.0, 3818.0, 3808.0, 3830.0, 3810.0, 3818.0, 3803.0, 3820.0, 3831.0, 3811.0, 3840.0, 3808.0, 3871.0, 3809.0, 3870.0, 3814.0, 3839.0, 3824.0, 3842.0, 3815.0, 3830.0, 3810.0, 3819.0, 3801.0, 3813.0, 3840.0, 3814.0, 3866.0, 3799.0, 3859.0, 3810.0, 3850.0, 3803.0, 3831.0, 3820.0, 3836.0, 3823.0, 3833.0, 3812.0, 3833.0, 3810.0, 3835.0, 3849.0, 3813.0, 3877.0, 3837.0, 3876.0, 3836.0, 3858.0, 3829.0, 3829.0, 3863.0, 3818.0, 3855.0, 3866.0, 3836.0, 3865.0, 3812.0, 3848.0, 3820.0, 3846.0, 3862.0, 3830.0, 3832.0, 3807.0, 3796.0, 3817.0, 3797.0, 3818.0, 3807.0, 3848.0, 3801.0, 3852.0, 3812.0, 3837.0, 3843.0, 3823.0, 3843.0, 3871.0, 3820.0, 3856.0, 3823.0, 3850.0, 3818.0, 3850.0, 3791.0, 3804.0, 3785.0, 3817.0, 3797.0, 3803.0, 3821.0, 3833.0, 3880.0, 3823.0, 3906.0, 3833.0, 3863.0, 3809.0, 3825.0, 3828.0, 3816.0, 3847.0, 3807.0, 3848.0, 3797.0, 3847.0, 3796.0, 3827.0, 3804.0, 3847.0, 3811.0, 3864.0, 3824.0, 3849.0, 3822.0, 3872.0, 3815.0, 3847.0, 3815.0, 3837.0, 3825.0, 3832.0, 3852.0, 3810.0, 3872.0, 3809.0, 3850.0, 3810.0, 3835.0, 3821.0, 3839.0, 3797.0, 3835.0, 3810.0, 3820.0, 3808.0, 3830.0, 3850.0, 3824.0, 3872.0, 3808.0, 3871.0, 3803.0, 3871.0, 3802.0, 3860.0, 3803.0, 3840.0, 3819.0, 3828.0, 3808.0, 3829.0, 3818.0, 3819.0, 3848.0, 3808.0, 3848.0, 3801.0, 3834.0, 3819.0, 3839.0, 3818.0, 3819.0, 3819.0, 3818.0, 3818.0, 3820.0, 3854.0, 3815.0, 3882.0, 3820.0, 3883.0, 3820.0, 3819.0, 3820.0, 3830.0, 3820.0, 3825.0, 3821.0, 3831.0, 3821.0, 3832.0, 3820.0, 3827.0, 3882.0, 3812.0, 3840.0, 3816.0, 3841.0, 3811.0, 3835.0, 3803.0, 3807.0, 3809.0, 3819.0, 3818.0, 3831.0, 3872.0, 3820.0, 3892.0, 3809.0, 3842.0, 3820.0, 3828.0, 3806.0, 3828.0, 3842.0, 3818.0, 3869.0, 3802.0, 3880.0, 3806.0, 3836.0, 3808.0, 3828.0, 3812.0, 3833.0, 3829.0, 3840.0, 3815.0, 3829.0, 3819.0, 3829.0, 3828.0, 3840.0, 3859.0, 3803.0, 3864.0, 3809.0, 3870.0, 3803.0, 3853.0, 3808.0, 3864.0, 3810.0, 3883.0, 3822.0, 3886.0, 3812.0, 3842.0, 3806.0, 3837.0, 3842.0, 3838.0, 3879.0, 3833.0, 3893.0, 3820.0, 3865.0, 3797.0, 3827.0, 3797.0, 3828.0, 3808.0, 3817.0, 3804.0, 3833.0, 3803.0, 3839.0, 3808.0, 3840.0, 3802.0, 3839.0, 3807.0, 3839.0, 3812.0, 3839.0, 3849.0, 3818.0, 3874.0, 3794.0, 3840.0, 3799.0, 3824.0, 3799.0, 3810.0, 3792.0, 3816.0, 3798.0, 3806.0, 3806.0, 3817.0, 3852.0, 3811.0, 3848.0, 3819.0, 3840.0, 3814.0, 3839.0, 3807.0, 3807.0, 3808.0, 3807.0, 3818.0, 3830.0, 3861.0, 3811.0, 3882.0, 3814.0, 3882.0, 3820.0, 3844.0, 3818.0, 3840.0, 3808.0, 3818.0, 3829.0, 3830.0, 3839.0, 3809.0, 3853.0, 3818.0, 3880.0, 3818.0, 3839.0, 3819.0, 3839.0, 3819.0, 3840.0, 3809.0, 3812.0, 3797.0, 3823.0, 3824.0, 3830.0, 3856.0, 3809.0, 3872.0, 3815.0, 3862.0, 3820.0, 3858.0, 3820.0, 3871.0, 3821.0, 3866.0, 3821.0, 3862.0, 3814.0, 3830.0, 3808.0, 3822.0, 3802.0, 3834.0, 3809.0, 3836.0, 3808.0, 3830.0, 3810.0, 3820.0, 3849.0, 3820.0, 3871.0, 3809.0, 3875.0, 3830.0, 3870.0, 3808.0, 3837.0, 3806.0, 3838.0, 3806.0, 3821.0, 3808.0, 3843.0, 3798.0, 3839.0, 3809.0, 3822.0, 3818.0, 3828.0, 3818.0, 3839.0, 3818.0, 3839.0, 3818.0, 3806.0, 3806.0, 3817.0, 3787.0, 3841.0, 3809.0, 3861.0, 3809.0, 3811.0, 3852.0, 3822.0, 3834.0, 3822.0, 3825.0, 3833.0, 3883.0, 3832.0, 3887.0, 3840.0, 3860.0, 3777.0, 3795.0, 3817.0, 3796.0, 3808.0, 3796.0, 3810.0, 3852.0, 3842.0, 3825.0, 3882.0, 3831.0, 3840.0, 3813.0, 3850.0, 3819.0, 3869.0, 3819.0, 3870.0, 3800.0, 3807.0, 3817.0, 3806.0, 3799.0, 3812.0, 3860.0, 3820.0, 3875.0, 3820.0, 3882.0, 3820.0, 3839.0, 3808.0, 3822.0, 3801.0, 3828.0, 3827.0, 3829.0, 3828.0, 3807.0, 3795.0, 3807.0, 3807.0, 3806.0, 3809.0, 3830.0, 3811.0, 3843.0, 3853.0, 3844.0, 3872.0, 3821.0, 3882.0, 3809.0, 3849.0, 3802.0, 3816.0, 3812.0, 3824.0, 3818.0, 3819.0, 3829.0, 3808.0, 3859.0, 3807.0, 3864.0, 3804.0, 3838.0, 3831.0, 3838.0, 3820.0, 3831.0, 3809.0, 3819.0, 3828.0, 3799.0, 3870.0, 3810.0, 3881.0, 3803.0, 3840.0, 3820.0, 3830.0, 3809.0, 3830.0, 3803.0, 3831.0, 3824.0, 3825.0, 3811.0, 3809.0, 3824.0, 3820.0, 3861.0, 3821.0, 3883.0, 3822.0, 3857.0, 3832.0, 3852.0, 3810.0, 3829.0, 3797.0, 3816.0, 3815.0, 3813.0, 3870.0, 3797.0, 3880.0, 3804.0, 3844.0, 3812.0, 3828.0, 3784.0, 3811.0, 3790.0, 3806.0, 3808.0, 3829.0, 3802.0, 3819.0, 3818.0, 3818.0, 3828.0, 3808.0, 3860.0, 3803.0, 3871.0, 3797.0, 3876.0, 3820.0, 3870.0, 3818.0, 3869.0, 3808.0, 3832.0, 3819.0, 3845.0, 3819.0, 3850.0, 3818.0, 3817.0, 3801.0, 3807.0, 3796.0, 3820.0, 3860.0, 3819.0, 3849.0, 3820.0, 3860.0, 3797.0, 3870.0, 3817.0, 3832.0, 3796.0, 3849.0, 3820.0, 3840.0, 3797.0, 3818.0, 3796.0, 3818.0, 3797.0, 3830.0, 3819.0, 3818.0, 3814.0, 3820.0, 3829.0, 3819.0, 3873.0, 3836.0, 3874.0, 3805.0, 3881.0, 3821.0, 3895.0, 3822.0, 3840.0, 3808.0, 3849.0, 3808.0, 3828.0, 3806.0, 3828.0, 3829.0, 3830.0, 3849.0, 3819.0, 3861.0, 3808.0, 3880.0, 3807.0, 3848.0, 3821.0, 3829.0, 3808.0, 3838.0, 3820.0, 3851.0, 3820.0, 3840.0, 3797.0, 3840.0, 3808.0, 3840.0, 3802.0, 3850.0, 3833.0, 3830.0, 3837.0, 3806.0, 3867.0, 3806.0, 3836.0, 3806.0, 3836.0, 3800.0, 3859.0, 3807.0, 3852.0, 3807.0, 3853.0, 3797.0, 3833.0, 3831.0, 3860.0, 3821.0, 3846.0, 3820.0, 3839.0, 3796.0, 3829.0, 3839.0, 3841.0, 3849.0, 3819.0, 3839.0, 3797.0, 3838.0, 3796.0, 3842.0, 3809.0, 3856.0, 3820.0, 3851.0, 3811.0, 3850.0, 3821.0, 3875.0, 3821.0, 3861.0, 3836.0, 3866.0, 3839.0, 3839.0, 3808.0, 3827.0, 3795.0, 3810.0, 3790.0, 3839.0, 3819.0, 3839.0, 3808.0, 3812.0, 3801.0, 3795.0, 3807.0, 3806.0, 3806.0, 3819.0, 3829.0, 3820.0, 3825.0, 3821.0, 3810.0, 3821.0, 3819.0, 3820.0, 3866.0, 3821.0, 3882.0, 3825.0, 3892.0, 3813.0, 3875.0, 3797.0, 3836.0, 3806.0, 3820.0, 3807.0, 3826.0, 3807.0, 3827.0, 3800.0, 3818.0, 3797.0, 3807.0, 3797.0, 3813.0, 3819.0, 3824.0, 3830.0, 3814.0, 3831.0, 3821.0, 3861.0, 3808.0, 3869.0, 3809.0, 3881.0, 3820.0, 3892.0, 3808.0, 3872.0, 3810.0, 3858.0, 3799.0, 3870.0, 3808.0, 3877.0, 3816.0, 3874.0, 3822.0, 3862.0, 3811.0, 3860.0, 3812.0, 3868.0, 3824.0, 3894.0, 3833.0, 3862.0, 3810.0, 3861.0, 3809.0, 3860.0, 3805.0, 3876.0, 3810.0, 3861.0, 3809.0, 3839.0, 3819.0, 3839.0, 3830.0, 3838.0, 3818.0, 3849.0, 3806.0, 3838.0, 3798.0, 3811.0, 3843.0, 3802.0, 3880.0, 3843.0, 3864.0, 3829.0, 3804.0, 3875.0, 3810.0, 3810.0, 3876.0, 3884.0, 3841.0, 3871.0, 3817.0, 3847.0, 3773.0, 3795.0, 3836.0, 3777.0, 3784.0, 3839.0, 3798.0, 3797.0, 3840.0, 3811.0, 3851.0, 3788.0, 3797.0, 3801.0, 3798.0, 3851.0, 3808.0, 3850.0, 3819.0, 3849.0, 3797.0, 3835.0, 3785.0, 3857.0, 3793.0, 3833.0, 3809.0, 3850.0, 3799.0, 3873.0, 3799.0, 3782.0, 3797.0, 3805.0, 3833.0, 3853.0, 3846.0, 3886.0, 3827.0, 3893.0, 3814.0, 3878.0, 3811.0, 3849.0, 3796.0, 3844.0, 3818.0, 3844.0, 3819.0, 3840.0, 3813.0, 3831.0, 3787.0, 3828.0, 3809.0], 'WindowWidth': [8669.0, 8668.0, 8639.0, 8639.0, 8635.0, 8599.0, 8670.0, 8607.0, 8607.0, 8590.0, 8617.0, 8553.0, 8585.0, 8573.0, 8585.0, 8547.0, 8617.0, 8566.0, 8614.0, 8557.0, 8593.0, 8579.0, 8602.0, 8562.0, 8612.0, 8662.0, 8572.0, 8695.0, 8577.0, 8641.0, 8602.0, 8628.0, 8585.0, 8624.0, 8626.0, 8608.0, 8627.0, 8572.0, 8649.0, 8593.0, 8631.0, 8574.0, 8632.0, 8571.0, 8611.0, 8591.0, 8614.0, 8590.0, 8614.0, 8573.0, 8574.0, 8567.0, 8598.0, 8572.0, 8581.0, 8557.0, 8587.0, 8599.0, 8568.0, 8611.0, 8570.0, 8654.0, 8569.0, 8651.0, 8575.0, 8610.0, 8589.0, 8617.0, 8578.0, 8600.0, 8573.0, 8583.0, 8553.0, 8572.0, 8603.0, 8574.0, 8644.0, 8552.0, 8632.0, 8575.0, 8627.0, 8560.0, 8604.0, 8583.0, 8607.0, 8597.0, 8610.0, 8581.0, 8609.0, 8577.0, 8615.0, 8628.0, 8580.0, 8667.0, 8622.0, 8668.0, 8620.0, 8651.0, 8603.0, 8602.0, 8642.0, 8587.0, 8641.0, 8658.0, 8618.0, 8653.0, 8579.0, 8623.0, 8586.0, 8619.0, 8642.0, 8598.0, 8591.0, 8562.0, 8545.0, 8574.0, 8549.0, 8578.0, 8566.0, 8615.0, 8558.0, 8626.0, 8573.0, 8610.0, 8623.0, 8597.0, 8623.0, 8648.0, 8586.0, 8631.0, 8582.0, 8624.0, 8578.0, 8624.0, 8538.0, 8547.0, 8530.0, 8577.0, 8552.0, 8559.0, 8589.0, 8611.0, 8670.0, 8590.0, 8710.0, 8609.0, 8648.0, 8568.0, 8585.0, 8590.0, 8568.0, 8615.0, 8561.0, 8616.0, 8549.0, 8615.0, 8548.0, 8581.0, 8560.0, 8621.0, 8576.0, 8648.0, 8599.0, 8629.0, 8594.0, 8659.0, 8578.0, 8622.0, 8577.0, 8609.0, 8588.0, 8603.0, 8629.0, 8567.0, 8656.0, 8571.0, 8624.0, 8573.0, 8603.0, 8589.0, 8604.0, 8547.0, 8602.0, 8573.0, 8585.0, 8569.0, 8600.0, 8625.0, 8588.0, 8656.0, 8562.0, 8653.0, 8556.0, 8652.0, 8556.0, 8636.0, 8558.0, 8611.0, 8583.0, 8588.0, 8567.0, 8595.0, 8581.0, 8583.0, 8611.0, 8565.0, 8617.0, 8553.0, 8597.0, 8582.0, 8610.0, 8581.0, 8584.0, 8583.0, 8581.0, 8579.0, 8586.0, 8626.0, 8577.0, 8670.0, 8588.0, 8673.0, 8588.0, 8576.0, 8586.0, 8600.0, 8587.0, 8590.0, 8590.0, 8604.0, 8591.0, 8607.0, 8580.0, 8594.0, 8670.0, 8570.0, 8606.0, 8579.0, 8616.0, 8567.0, 8601.0, 8557.0, 8558.0, 8570.0, 8583.0, 8581.0, 8602.0, 8656.0, 8587.0, 8684.0, 8564.0, 8609.0, 8585.0, 8594.0, 8562.0, 8594.0, 8606.0, 8581.0, 8648.0, 8554.0, 8665.0, 8562.0, 8601.0, 8566.0, 8592.0, 8570.0, 8598.0, 8597.0, 8613.0, 8577.0, 8599.0, 8584.0, 8597.0, 8594.0, 8614.0, 8628.0, 8557.0, 8638.0, 8570.0, 8652.0, 8557.0, 8622.0, 8570.0, 8641.0, 8576.0, 8674.0, 8594.0, 8677.0, 8576.0, 8615.0, 8568.0, 8610.0, 8617.0, 8612.0, 8666.0, 8607.0, 8683.0, 8583.0, 8641.0, 8551.0, 8589.0, 8548.0, 8590.0, 8564.0, 8570.0, 8559.0, 8597.0, 8557.0, 8609.0, 8568.0, 8609.0, 8555.0, 8608.0, 8566.0, 8609.0, 8567.0, 8610.0, 8620.0, 8580.0, 8652.0, 8536.0, 8601.0, 8543.0, 8581.0, 8543.0, 8559.0, 8530.0, 8572.0, 8543.0, 8562.0, 8561.0, 8578.0, 8619.0, 8566.0, 8619.0, 8584.0, 8611.0, 8572.0, 8610.0, 8567.0, 8560.0, 8568.0, 8558.0, 8579.0, 8599.0, 8640.0, 8569.0, 8669.0, 8576.0, 8672.0, 8587.0, 8615.0, 8582.0, 8612.0, 8568.0, 8575.0, 8595.0, 8598.0, 8608.0, 8563.0, 8623.0, 8581.0, 8663.0, 8581.0, 8608.0, 8583.0, 8611.0, 8584.0, 8613.0, 8570.0, 8570.0, 8553.0, 8584.0, 8586.0, 8601.0, 8630.0, 8565.0, 8655.0, 8578.0, 8637.0, 8587.0, 8628.0, 8588.0, 8648.0, 8591.0, 8645.0, 8589.0, 8645.0, 8576.0, 8592.0, 8568.0, 8582.0, 8555.0, 8600.0, 8571.0, 8604.0, 8568.0, 8600.0, 8565.0, 8585.0, 8620.0, 8584.0, 8652.0, 8570.0, 8655.0, 8596.0, 8650.0, 8565.0, 8603.0, 8562.0, 8604.0, 8561.0, 8577.0, 8567.0, 8610.0, 8548.0, 8610.0, 8569.0, 8580.0, 8578.0, 8594.0, 8581.0, 8609.0, 8579.0, 8609.0, 8581.0, 8562.0, 8562.0, 8577.0, 8534.0, 8614.0, 8572.0, 8644.0, 8573.0, 8578.0, 8625.0, 8595.0, 8614.0, 8596.0, 8591.0, 8609.0, 8674.0, 8603.0, 8674.0, 8611.0, 8635.0, 8514.0, 8545.0, 8578.0, 8543.0, 8566.0, 8543.0, 8575.0, 8629.0, 8616.0, 8590.0, 8663.0, 8602.0, 8604.0, 8570.0, 8621.0, 8583.0, 8640.0, 8581.0, 8648.0, 8546.0, 8563.0, 8574.0, 8559.0, 8544.0, 8567.0, 8636.0, 8587.0, 8656.0, 8586.0, 8671.0, 8584.0, 8601.0, 8564.0, 8578.0, 8549.0, 8592.0, 8588.0, 8592.0, 8588.0, 8562.0, 8546.0, 8562.0, 8565.0, 8555.0, 8571.0, 8600.0, 8578.0, 8623.0, 8633.0, 8616.0, 8656.0, 8588.0, 8670.0, 8568.0, 8619.0, 8552.0, 8570.0, 8565.0, 8585.0, 8577.0, 8582.0, 8594.0, 8567.0, 8632.0, 8565.0, 8637.0, 8559.0, 8607.0, 8600.0, 8601.0, 8584.0, 8603.0, 8571.0, 8583.0, 8593.0, 8551.0, 8651.0, 8574.0, 8664.0, 8558.0, 8613.0, 8586.0, 8598.0, 8569.0, 8598.0, 8558.0, 8603.0, 8587.0, 8590.0, 8578.0, 8564.0, 8585.0, 8587.0, 8639.0, 8589.0, 8672.0, 8591.0, 8632.0, 8603.0, 8623.0, 8571.0, 8597.0, 8551.0, 8575.0, 8571.0, 8569.0, 8649.0, 8544.0, 8665.0, 8558.0, 8612.0, 8568.0, 8593.0, 8523.0, 8564.0, 8535.0, 8556.0, 8565.0, 8593.0, 8555.0, 8581.0, 8578.0, 8580.0, 8591.0, 8566.0, 8636.0, 8559.0, 8654.0, 8546.0, 8657.0, 8585.0, 8651.0, 8580.0, 8646.0, 8566.0, 8594.0, 8583.0, 8614.0, 8581.0, 8626.0, 8581.0, 8577.0, 8551.0, 8562.0, 8542.0, 8586.0, 8637.0, 8581.0, 8615.0, 8586.0, 8638.0, 8544.0, 8649.0, 8579.0, 8595.0, 8544.0, 8621.0, 8584.0, 8612.0, 8546.0, 8581.0, 8542.0, 8579.0, 8544.0, 8599.0, 8583.0, 8576.0, 8575.0, 8585.0, 8595.0, 8582.0, 8660.0, 8617.0, 8661.0, 8564.0, 8664.0, 8589.0, 8692.0, 8592.0, 8614.0, 8560.0, 8622.0, 8566.0, 8593.0, 8562.0, 8593.0, 8592.0, 8598.0, 8619.0, 8581.0, 8630.0, 8565.0, 8661.0, 8564.0, 8617.0, 8588.0, 8596.0, 8563.0, 8601.0, 8588.0, 8630.0, 8587.0, 8612.0, 8546.0, 8611.0, 8568.0, 8610.0, 8553.0, 8623.0, 8596.0, 8598.0, 8595.0, 8561.0, 8641.0, 8559.0, 8599.0, 8559.0, 8599.0, 8548.0, 8634.0, 8565.0, 8619.0, 8565.0, 8622.0, 8549.0, 8597.0, 8602.0, 8639.0, 8591.0, 8619.0, 8589.0, 8610.0, 8544.0, 8597.0, 8609.0, 8614.0, 8621.0, 8585.0, 8608.0, 8551.0, 8603.0, 8541.0, 8607.0, 8571.0, 8632.0, 8587.0, 8628.0, 8576.0, 8627.0, 8589.0, 8656.0, 8589.0, 8642.0, 8605.0, 8645.0, 8609.0, 8603.0, 8568.0, 8590.0, 8540.0, 8563.0, 8537.0, 8609.0, 8581.0, 8607.0, 8568.0, 8568.0, 8552.0, 8540.0, 8565.0, 8562.0, 8555.0, 8584.0, 8596.0, 8587.0, 8590.0, 8591.0, 8575.0, 8589.0, 8577.0, 8586.0, 8643.0, 8590.0, 8671.0, 8588.0, 8683.0, 8571.0, 8654.0, 8550.0, 8599.0, 8559.0, 8575.0, 8562.0, 8586.0, 8562.0, 8590.0, 8551.0, 8581.0, 8552.0, 8564.0, 8551.0, 8573.0, 8584.0, 8589.0, 8600.0, 8576.0, 8603.0, 8591.0, 8641.0, 8570.0, 8649.0, 8570.0, 8668.0, 8585.0, 8683.0, 8562.0, 8656.0, 8572.0, 8625.0, 8549.0, 8650.0, 8562.0, 8658.0, 8578.0, 8663.0, 8593.0, 8644.0, 8576.0, 8630.0, 8578.0, 8649.0, 8598.0, 8689.0, 8606.0, 8640.0, 8572.0, 8637.0, 8568.0, 8636.0, 8563.0, 8658.0, 8572.0, 8632.0, 8569.0, 8607.0, 8582.0, 8608.0, 8597.0, 8598.0, 8580.0, 8622.0, 8563.0, 8606.0, 8556.0, 8575.0, 8623.0, 8562.0, 8672.0, 8623.0, 8646.0, 8591.0, 8567.0, 8667.0, 8573.0, 8571.0, 8670.0, 8675.0, 8613.0, 8651.0, 8574.0, 8610.0, 8510.0, 8542.0, 8596.0, 8513.0, 8520.0, 8607.0, 8546.0, 8549.0, 8602.0, 8573.0, 8626.0, 8538.0, 8549.0, 8551.0, 8550.0, 8624.0, 8557.0, 8614.0, 8578.0, 8619.0, 8547.0, 8588.0, 8524.0, 8625.0, 8543.0, 8596.0, 8569.0, 8621.0, 8552.0, 8658.0, 8554.0, 8528.0, 8545.0, 8563.0, 8607.0, 8635.0, 8629.0, 8679.0, 8593.0, 8684.0, 8574.0, 8663.0, 8574.0, 8619.0, 8541.0, 8612.0, 8578.0, 8610.0, 8581.0, 8611.0, 8583.0, 8599.0, 8532.0, 8593.0, 8568.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.002398735632183908</td></tr>
<tr><td colspan=3>aqi</td><td>0.019792259080459767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.93190548960874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2138515065592639</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0440212306674348</td></tr>
<tr><td colspan=3>efc</td><td>0.4829</td></tr>
<tr><td colspan=3>fber</td><td>3272.8037</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08330298677755213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.218390804597701</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5464712572774917</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5488953937750525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.732351753037476</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3581666250199453</td></tr>
<tr><td colspan=3>gcor</td><td>0.00592443</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006670321337878704</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028119949623942375</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6288398222018103</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.2651</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4614</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.6339</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.5737</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8761</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.8696</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3012.4375</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.3386</td></tr>
<tr><td colspan=3>tsnr</td><td>38.01491207443178</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>