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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0029_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0029_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-01/func/sub-0029_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5a4e517c6c6fbdaa202adac6e92073aa</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:01:59.827500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999726, 0.0214213, 0.00942817, -0.0223379, 0.993543, 0.111236]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112428</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7766, -7203, 613, -41, -175, 43, 53]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c0d605aa-5f36-4880-b1e4-ca838589af42||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682192087173462, -0.05993086099624634, 0.018858062103390694, 113.81466674804688], [-0.05747181922197342, 2.665602922439575, 0.3008238971233368, -88.9755630493164], [0.025295091792941093, -0.2984384000301361, 2.6831231117248535, -26.83510971069336], [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': ['140159.827500', '140200.287500', '140200.747500', '140201.207500', '140201.667500', '140202.127500', '140202.587500', '140203.047500', '140203.507500', '140203.967500', '140204.427500', '140204.887500', '140205.347500', '140205.807500', '140206.267500', '140206.727500', '140207.187500', '140207.647500', '140208.107500', '140208.567500', '140209.027500', '140209.487500', '140209.947500', '140210.407500', '140210.867500', '140211.327500', '140211.787500', '140212.247500', '140212.707500', '140213.167500', '140213.627500', '140214.087500', '140214.547500', '140215.007500', '140215.467500', '140215.927500', '140216.387500', '140216.847500', '140217.307500', '140217.767500', '140218.227500', '140218.687500', '140219.147500', '140219.607500', '140220.067500', '140220.527500', '140220.987500', '140221.447500', '140221.907500', '140222.367500', '140222.827500', '140223.287500', '140223.747500', '140224.207500', '140224.667500', '140225.127500', '140225.587500', '140226.047500', '140226.507500', '140226.967500', '140227.427500', '140227.887500', '140228.347500', '140228.807500', '140229.267500', '140229.727500', '140230.187500', '140230.647500', '140231.107500', '140231.567500', '140232.027500', '140232.487500', '140232.947500', '140233.407500', '140233.867500', '140234.327500', '140234.787500', '140235.247500', '140235.707500', '140236.167500', '140236.627500', '140237.087500', '140237.547500', '140238.007500', '140238.467500', '140238.927500', '140239.387500', '140239.847500', '140240.307500', '140240.767500', '140241.227500', '140241.687500', '140242.147500', '140242.607500', '140243.067500', '140243.527500', '140243.987500', '140244.447500', '140244.907500', '140245.367500', '140245.827500', '140246.287500', '140246.747500', '140247.207500', '140247.667500', '140248.127500', '140248.587500', '140249.047500', '140249.507500', '140249.967500', '140250.427500', '140250.887500', '140251.347500', '140251.807500', '140252.267500', '140252.727500', '140253.187500', '140253.647500', '140254.107500', '140254.567500', '140255.027500', '140255.487500', '140255.947500', '140256.407500', '140256.867500', '140257.327500', '140257.787500', '140258.247500', '140258.707500', '140259.167500', '140259.627500', '140300.087500', '140300.547500', '140301.007500', '140301.467500', '140301.927500', '140302.387500', '140302.847500', '140303.307500', '140303.767500', '140304.227500', '140304.687500', '140305.147500', '140305.607500', '140306.067500', '140306.527500', '140306.987500', '140307.447500', '140307.907500', '140308.367500', '140308.827500', '140309.287500', '140309.747500', '140310.207500', '140310.667500', '140311.127500', '140311.587500', '140312.047500', '140312.507500', '140312.967500', '140313.427500', '140313.887500', '140314.347500', '140314.807500', '140315.267500', '140315.727500', '140316.187500', '140316.647500', '140317.107500', '140317.567500', '140318.027500', '140318.487500', '140318.947500', '140319.407500', '140319.867500', '140320.327500', '140320.787500', '140321.247500', '140321.707500', '140322.167500', '140322.627500', '140323.087500', '140323.547500', '140324.007500', '140324.467500', '140324.927500', '140325.387500', '140325.847500', '140326.307500', '140326.767500', '140327.227500', '140327.687500', '140328.147500', '140328.607500', '140329.067500', '140329.527500', '140329.987500', '140330.447500', '140330.907500', '140331.367500', '140331.827500', '140332.287500', '140332.747500', '140333.207500', '140333.667500', '140334.127500', '140334.587500', '140335.047500', '140335.507500', '140335.967500', '140336.427500', '140336.887500', '140337.347500', '140337.807500', '140338.267500', '140338.727500', '140339.187500', '140339.647500', '140340.107500', '140340.567500', '140341.027500', '140341.487500', '140341.947500', '140342.407500', '140342.867500', '140343.327500', '140343.787500', '140344.247500', '140344.707500', '140345.167500', '140345.627500', '140346.087500', '140346.547500', '140347.007500', '140347.467500', '140347.927500', '140348.387500', '140348.847500', '140349.307500', '140349.767500', '140350.227500', '140350.687500', '140351.147500', '140351.607500', '140352.067500', '140352.527500', '140352.987500', '140353.447500', '140353.907500', '140354.367500', '140354.827500', '140355.287500', '140355.747500', '140356.207500', '140356.667500', '140357.127500', '140357.587500', '140358.047500', '140358.507500', '140358.967500', '140359.427500', '140359.887500', '140400.347500', '140400.807500', '140401.267500', '140401.727500', '140402.187500', '140402.647500', '140403.107500', '140403.567500', '140404.027500', '140404.487500', '140404.947500', '140405.407500', '140405.867500', '140406.327500', '140406.787500', '140407.247500', '140407.707500', '140408.167500', '140408.627500', '140409.087500', '140409.547500', '140410.007500', '140410.467500', '140410.927500', '140411.387500', '140411.847500', '140412.307500', '140412.767500', '140413.227500', '140413.687500', '140414.147500', '140414.607500', '140415.067500', '140415.527500', '140415.987500', '140416.447500', '140416.907500', '140417.367500', '140417.827500', '140418.287500', '140418.747500', '140419.207500', '140419.667500', '140420.127500', '140420.587500', '140421.047500', '140421.507500', '140421.967500', '140422.427500', '140422.887500', '140423.347500', '140423.807500', '140424.267500', '140424.727500', '140425.187500', '140425.647500', '140426.107500', '140426.567500', '140427.027500', '140427.487500', '140427.947500', '140428.407500', '140428.867500', '140429.327500', '140429.787500', '140430.247500', '140430.707500', '140431.167500', '140431.627500', '140432.087500', '140432.547500', '140433.007500', '140433.467500', '140433.927500', '140434.387500', '140434.847500', '140435.307500', '140435.767500', '140436.227500', '140436.687500', '140437.147500', '140437.607500', '140438.067500', '140438.527500', '140438.987500', '140439.447500', '140439.907500', '140440.367500', '140440.827500', '140441.287500', '140441.747500', '140442.207500', '140442.667500', '140443.127500', '140443.587500', '140444.047500', '140444.507500', '140444.967500', '140445.427500', '140445.887500', '140446.347500', '140446.807500', '140447.267500', '140447.727500', '140448.187500', '140448.647500', '140449.107500', '140449.567500', '140450.027500', '140450.487500', '140450.947500', '140451.407500', '140451.867500', '140452.327500', '140452.787500', '140453.247500', '140453.707500', '140454.167500', '140454.627500', '140455.087500', '140455.547500', '140456.007500', '140456.467500', '140456.927500', '140457.387500', '140457.847500', '140458.307500', '140458.767500', '140459.227500', '140459.687500', '140500.147500', '140500.607500', '140501.067500', '140501.527500', '140501.987500', '140502.447500', '140502.907500', '140503.367500', '140503.827500', '140504.287500', '140504.747500', '140505.207500', '140505.667500', '140506.127500', '140506.587500', '140507.047500', '140507.507500', '140507.967500', '140508.427500', '140508.887500', '140509.347500', '140509.807500', '140510.267500', '140510.727500', '140511.187500', '140511.647500', '140512.107500', '140512.567500', '140513.027500', '140513.487500', '140513.947500', '140514.407500', '140514.867500', '140515.327500', '140515.787500', '140516.247500', '140516.707500', '140517.167500', '140517.627500', '140518.087500', '140518.547500', '140519.007500', '140519.467500', '140519.927500', '140520.387500', '140520.847500', '140521.307500', '140521.767500', '140522.227500', '140522.687500', '140523.147500', '140523.607500', '140524.067500', '140524.527500', '140524.987500', '140525.447500', '140525.907500', '140526.367500', '140526.827500', '140527.287500', '140527.747500', '140528.207500', '140528.667500', '140529.127500', '140529.587500', '140530.047500', '140530.507500', '140530.967500', '140531.427500', '140531.887500', '140532.347500', '140532.807500', '140533.267500', '140533.727500', '140534.187500', '140534.647500', '140535.107500', '140535.567500', '140536.027500', '140536.487500', '140536.947500', '140537.407500', '140537.867500', '140538.327500', '140538.787500', '140539.247500', '140539.707500', '140540.167500', '140540.627500', '140541.087500', '140541.547500', '140542.007500', '140542.467500', '140542.927500', '140543.387500', '140543.847500', '140544.307500', '140544.767500', '140545.227500', '140545.687500', '140546.147500', '140546.607500', '140547.067500', '140547.527500', '140547.987500', '140548.447500', '140548.907500', '140549.367500', '140549.827500', '140550.287500', '140550.747500', '140551.207500', '140551.667500', '140552.127500', '140552.587500', '140553.047500', '140553.507500', '140553.967500', '140554.427500', '140554.887500', '140555.347500', '140555.807500', '140556.267500', '140556.727500', '140557.187500', '140557.647500', '140558.107500', '140558.567500', '140559.027500', '140559.487500', '140559.947500', '140600.407500', '140600.867500', '140601.327500', '140601.787500', '140602.247500', '140602.707500', '140603.167500', '140603.627500', '140604.087500', '140604.547500', '140605.007500', '140605.467500', '140605.927500', '140606.387500', '140606.847500', '140607.307500', '140607.767500', '140608.227500', '140608.687500', '140609.147500', '140609.607500', '140610.067500', '140610.527500', '140610.987500', '140611.447500', '140611.907500', '140612.367500', '140612.827500', '140613.287500', '140613.747500', '140614.207500', '140614.667500', '140615.127500', '140615.587500', '140616.047500', '140616.507500', '140616.967500', '140617.427500', '140617.887500', '140618.347500', '140618.807500', '140619.267500', '140619.727500', '140620.187500', '140620.647500', '140621.107500', '140621.567500', '140622.027500', '140622.487500', '140622.947500', '140623.407500', '140623.867500', '140624.327500', '140624.787500', '140625.247500', '140625.707500', '140626.167500', '140626.627500', '140627.087500', '140627.547500', '140628.007500', '140628.467500', '140628.927500', '140629.387500', '140629.847500', '140630.307500', '140630.767500', '140631.227500', '140631.687500', '140632.147500', '140632.607500', '140633.067500', '140633.527500', '140633.987500', '140634.447500', '140634.907500', '140635.367500', '140635.827500', '140636.287500', '140636.747500', '140637.207500', '140637.667500', '140638.127500', '140638.587500', '140639.047500', '140639.507500', '140639.967500', '140640.427500', '140640.887500', '140641.347500', '140641.807500', '140642.267500', '140642.727500', '140643.187500', '140643.647500', '140644.107500', '140644.567500', '140645.027500', '140645.487500', '140645.947500', '140646.407500', '140646.867500', '140647.327500', '140647.787500', '140648.247500', '140648.707500', '140649.167500', '140649.627500', '140650.087500', '140650.547500', '140651.007500', '140651.467500', '140651.927500', '140652.387500', '140652.847500', '140653.307500', '140653.767500', '140654.227500', '140654.687500', '140655.147500', '140655.607500', '140656.067500', '140656.527500', '140656.987500', '140657.447500', '140657.907500', '140658.367500', '140658.827500', '140659.287500', '140659.747500', '140700.207500', '140700.667500', '140701.127500', '140701.587500', '140702.047500', '140702.507500', '140702.967500', '140703.427500', '140703.887500', '140704.347500', '140704.807500', '140705.267500', '140705.727500', '140706.187500', '140706.647500', '140707.107500', '140707.567500', '140708.027500', '140708.487500', '140708.947500', '140709.407500', '140709.867500', '140710.327500', '140710.787500', '140711.247500', '140711.707500', '140712.167500', '140712.627500', '140713.087500', '140713.547500', '140714.007500', '140714.467500', '140714.927500', '140715.387500', '140715.847500', '140716.307500', '140716.767500', '140717.227500', '140717.687500', '140718.147500', '140718.607500', '140719.067500', '140719.527500', '140719.987500', '140720.447500', '140720.907500', '140721.367500', '140721.827500', '140722.287500', '140722.747500', '140723.207500', '140723.667500', '140724.127500', '140724.587500', '140725.047500', '140725.507500', '140725.967500', '140726.427500', '140726.887500', '140727.347500', '140727.807500', '140728.267500', '140728.727500', '140729.187500', '140729.647500', '140730.107500', '140730.567500', '140731.027500', '140731.487500', '140731.947500', '140732.407500', '140732.867500', '140733.327500', '140733.787500', '140734.247500', '140734.707500', '140735.167500', '140735.627500', '140736.087500', '140736.547500', '140737.007500', '140737.467500', '140737.927500', '140738.387500', '140738.847500', '140739.307500', '140739.767500', '140740.227500', '140740.687500', '140741.147500', '140741.607500', '140742.067500', '140742.527500', '140742.987500', '140743.447500', '140743.907500', '140744.367500', '140744.827500', '140745.287500', '140745.747500', '140746.207500', '140746.667500', '140747.127500', '140747.587500', '140748.047500', '140748.507500', '140748.967500', '140749.427500', '140749.887500', '140750.347500', '140750.807500', '140751.267500', '140751.727500', '140752.187500', '140752.647500', '140753.107500', '140753.567500', '140754.027500', '140754.487500', '140754.947500', '140755.407500', '140755.867500', '140756.327500', '140756.787500', '140757.247500', '140757.707500', '140758.167500', '140758.627500', '140759.087500', '140759.547500', '140800.007500', '140800.467500', '140800.927500', '140801.387500', '140801.847500', '140802.307500', '140802.767500', '140803.227500', '140803.687500', '140804.147500', '140804.607500', '140805.067500', '140805.527500', '140805.987500', '140806.447500', '140806.907500', '140807.367500', '140807.827500', '140808.287500', '140808.747500', '140809.207500', '140809.667500', '140810.127500', '140810.587500', '140811.047500', '140811.507500', '140811.967500', '140812.427500', '140812.887500', '140813.347500', '140813.807500', '140814.267500', '140814.727500', '140815.187500', '140815.647500', '140816.107500', '140816.567500', '140817.027500', '140817.487500', '140817.947500', '140818.407500', '140818.867500', '140819.327500', '140819.787500', '140820.247500', '140820.707500', '140821.167500', '140821.627500', '140822.087500', '140822.547500', '140823.007500', '140823.467500', '140823.927500', '140824.387500', '140824.847500', '140825.307500', '140825.767500', '140826.227500', '140826.687500', '140827.147500', '140827.607500', '140828.067500', '140828.527500', '140828.987500', '140829.447500', '140829.907500', '140830.367500', '140830.827500', '140831.287500', '140831.747500', '140832.207500', '140832.667500', '140833.127500', '140833.587500', '140834.047500', '140834.507500', '140834.967500', '140835.427500', '140835.887500', '140836.347500', '140836.807500', '140837.267500', '140837.727500', '140838.187500', '140838.647500', '140839.107500', '140839.567500', '140840.027500', '140840.487500'], 'ContentTime': ['140219.996000', '140220.001000', '140220.008000', '140220.011000', '140220.014000', '140220.017000', '140220.029000', '140220.032000', '140220.035000', '140220.038000', '140220.041000', '140220.044000', '140220.047000', '140220.050000', '140220.053000', '140220.056000', '140220.060000', '140220.062000', '140220.065000', '140220.068000', '140220.071000', '140220.074000', '140220.077000', '140220.080000', '140220.083000', '140220.086000', '140220.089000', '140220.092000', '140220.095000', '140220.098000', '140220.101000', '140220.104000', '140220.107000', '140220.110000', '140220.113000', '140220.116000', '140220.119000', '140220.122000', '140220.125000', '140220.128000', '140220.131000', '140239.949000', '140239.952000', '140239.955000', '140239.958000', '140239.961000', '140239.964000', '140239.967000', '140239.970000', '140239.973000', '140239.976000', '140239.978000', '140239.981000', '140239.984000', '140239.987000', '140239.990000', '140239.993000', '140239.996000', '140240.000000', '140240.003000', '140240.006000', '140240.009000', '140240.012000', '140240.015000', '140240.017000', '140240.020000', '140240.023000', '140240.026000', '140240.029000', '140240.032000', '140240.035000', '140240.038000', '140240.041000', '140240.044000', '140240.047000', '140240.050000', '140240.052000', '140240.055000', '140240.058000', '140240.063000', '140240.066000', '140240.069000', '140240.072000', '140240.075000', '140240.087000', '140259.949000', '140259.952000', '140259.955000', '140259.958000', '140259.961000', '140259.964000', '140259.971000', '140259.974000', '140259.976000', '140259.979000', '140259.982000', '140259.985000', '140259.988000', '140259.991000', '140259.994000', '140259.997000', '140300.001000', '140300.004000', '140300.008000', '140300.011000', '140300.014000', '140300.016000', '140300.019000', '140300.022000', '140300.025000', '140300.028000', '140300.031000', '140300.034000', '140300.037000', '140300.040000', '140300.043000', '140300.045000', '140300.048000', '140300.051000', '140300.054000', '140300.057000', '140300.060000', '140300.063000', '140300.066000', '140300.069000', '140300.071000', '140300.074000', '140300.078000', '140319.949000', '140319.952000', '140319.955000', '140319.958000', '140319.961000', '140319.964000', '140319.967000', '140319.978000', '140319.981000', '140319.983000', '140319.986000', '140319.989000', '140319.992000', '140319.995000', '140319.998000', '140320.002000', '140320.005000', '140320.008000', '140320.011000', '140320.014000', '140320.017000', '140320.020000', '140320.023000', '140320.026000', '140320.029000', '140320.031000', '140320.034000', '140320.037000', '140320.040000', '140320.043000', '140320.046000', '140320.049000', '140320.052000', '140320.055000', '140320.057000', '140320.060000', '140320.063000', '140320.066000', '140320.069000', '140320.075000', '140320.078000', '140320.081000', '140320.084000', '140320.087000', '140339.949000', '140339.952000', '140339.955000', '140339.958000', '140339.961000', '140339.964000', '140339.967000', '140339.969000', '140339.972000', '140339.975000', '140339.978000', '140339.981000', '140339.984000', '140339.987000', '140339.990000', '140339.993000', '140339.996000', '140340.000000', '140340.003000', '140340.005000', '140340.008000', '140340.011000', '140340.014000', '140340.017000', '140340.020000', '140340.023000', '140340.026000', '140340.029000', '140340.032000', '140340.035000', '140340.038000', '140340.040000', '140340.043000', '140340.046000', '140340.049000', '140340.052000', '140340.060000', '140340.063000', '140340.066000', '140340.069000', '140340.072000', '140340.075000', '140340.078000', '140359.948000', '140359.951000', '140359.954000', '140359.957000', '140359.966000', '140359.969000', '140359.972000', '140359.975000', '140359.978000', '140359.981000', '140359.984000', '140359.987000', '140359.990000', '140359.993000', '140359.995000', '140359.998000', '140400.002000', '140400.005000', '140400.008000', '140400.011000', '140400.014000', '140400.017000', '140400.020000', '140400.023000', '140400.026000', '140400.028000', '140400.031000', '140400.034000', '140400.037000', '140400.040000', '140400.043000', '140400.046000', '140400.049000', '140400.052000', '140400.055000', '140400.057000', '140400.060000', '140400.063000', '140400.066000', '140400.069000', '140400.072000', '140400.075000', '140400.078000', '140400.081000', '140419.948000', '140419.951000', '140419.954000', '140419.957000', '140419.960000', '140419.963000', '140419.966000', '140419.969000', '140419.972000', '140419.975000', '140419.978000', '140419.980000', '140419.983000', '140419.986000', '140419.989000', '140419.992000', '140419.995000', '140419.998000', '140420.002000', '140420.005000', '140420.008000', '140420.011000', '140420.013000', '140420.016000', '140420.019000', '140420.022000', '140420.025000', '140420.028000', '140420.031000', '140420.034000', '140420.037000', '140420.040000', '140420.043000', '140420.046000', '140420.049000', '140420.052000', '140420.055000', '140420.058000', '140420.076000', '140420.079000', '140420.081000', '140420.084000', '140420.087000', '140439.949000', '140439.952000', '140439.955000', '140439.958000', '140439.961000', '140439.964000', '140439.967000', '140439.969000', '140439.972000', '140439.975000', '140439.978000', '140439.981000', '140439.984000', '140439.987000', '140439.990000', '140439.993000', '140439.996000', '140440.000000', '140440.003000', '140440.011000', '140440.014000', '140440.017000', '140440.020000', '140440.023000', '140440.026000', '140440.029000', '140440.032000', '140440.034000', '140440.037000', '140440.040000', '140440.043000', '140440.046000', '140440.049000', '140440.052000', '140440.055000', '140440.058000', '140440.060000', '140440.064000', '140440.066000', '140440.069000', '140440.072000', '140440.075000', '140440.078000', '140440.081000', '140459.949000', '140459.952000', '140459.955000', '140459.958000', '140459.961000', '140459.964000', '140459.967000', '140459.970000', '140459.973000', '140459.976000', '140459.978000', '140459.981000', '140459.984000', '140459.987000', '140459.990000', '140459.993000', '140459.996000', '140500.000000', '140500.003000', '140500.006000', '140500.009000', '140500.012000', '140500.015000', '140500.018000', '140500.021000', '140500.024000', '140500.026000', '140500.029000', '140500.032000', '140500.035000', '140500.038000', '140500.041000', '140500.044000', '140500.047000', '140500.050000', '140500.053000', '140500.056000', '140500.059000', '140500.062000', '140500.065000', '140500.067000', '140500.070000', '140500.073000', '140519.949000', '140519.952000', '140519.955000', '140519.958000', '140519.961000', '140519.964000', '140519.967000', '140519.970000', '140519.973000', '140519.975000', '140519.978000', '140519.981000', '140519.984000', '140519.987000', '140519.990000', '140519.993000', '140519.996000', '140520.000000', '140520.003000', '140520.006000', '140520.009000', '140520.012000', '140520.015000', '140520.017000', '140520.020000', '140520.023000', '140520.026000', '140520.029000', '140520.032000', '140520.035000', '140520.038000', '140520.041000', '140520.044000', '140520.047000', '140520.050000', '140520.053000', '140520.056000', '140520.059000', '140520.062000', '140520.065000', '140520.067000', '140520.070000', '140520.073000', '140520.076000', '140539.949000', '140539.952000', '140539.955000', '140539.958000', '140539.961000', '140539.964000', '140539.967000', '140539.970000', '140539.973000', '140539.976000', '140539.979000', '140539.982000', '140539.985000', '140539.988000', '140539.990000', '140539.993000', '140539.996000', '140540.000000', '140540.003000', '140540.006000', '140540.009000', '140540.012000', '140540.015000', '140540.018000', '140540.021000', '140540.024000', '140540.027000', '140540.030000', '140540.032000', '140540.035000', '140540.038000', '140540.041000', '140540.044000', '140540.047000', '140540.050000', '140540.053000', '140540.056000', '140540.059000', '140540.062000', '140540.064000', '140540.067000', '140540.070000', '140540.073000', '140559.949000', '140559.952000', '140559.955000', '140559.958000', '140559.961000', '140559.964000', '140559.967000', '140559.970000', '140559.973000', '140559.976000', '140559.978000', '140559.981000', '140559.984000', '140559.987000', '140559.990000', '140559.993000', '140559.996000', '140600.000000', '140600.003000', '140600.006000', '140600.021000', '140600.024000', '140600.027000', '140600.030000', '140600.033000', '140600.036000', '140600.039000', '140600.042000', '140600.045000', '140600.049000', '140600.052000', '140600.054000', '140600.057000', '140600.060000', '140600.063000', '140600.066000', '140600.069000', '140600.072000', '140600.075000', '140600.078000', '140600.081000', '140600.084000', '140600.087000', '140600.090000', '140619.948000', '140619.951000', '140619.954000', '140619.957000', '140619.960000', '140619.963000', '140619.966000', '140619.969000', '140619.972000', '140619.975000', '140619.978000', '140619.980000', '140619.983000', '140619.986000', '140619.989000', '140619.992000', '140619.995000', '140619.998000', '140620.002000', '140620.005000', '140620.008000', '140620.011000', '140620.014000', '140620.017000', '140620.020000', '140620.023000', '140620.026000', '140620.029000', '140620.031000', '140620.034000', '140620.037000', '140620.040000', '140620.043000', '140620.046000', '140620.049000', '140620.052000', '140620.055000', '140620.058000', '140620.061000', '140620.064000', '140620.067000', '140620.070000', '140620.072000', '140639.948000', '140639.951000', '140639.954000', '140639.957000', '140639.960000', '140639.963000', '140639.966000', '140639.969000', '140639.972000', '140639.975000', '140639.978000', '140639.981000', '140639.984000', '140639.987000', '140639.990000', '140639.993000', '140639.996000', '140640.000000', '140640.003000', '140640.006000', '140640.009000', '140640.012000', '140640.015000', '140640.018000', '140640.020000', '140640.023000', '140640.026000', '140640.029000', '140640.032000', '140640.035000', '140640.044000', '140640.047000', '140640.050000', '140640.053000', '140640.056000', '140640.059000', '140640.062000', '140640.065000', '140640.068000', '140640.071000', '140640.074000', '140640.077000', '140640.080000', '140659.949000', '140659.952000', '140659.955000', '140659.958000', '140659.961000', '140659.964000', '140659.967000', '140659.970000', '140659.972000', '140659.975000', '140659.978000', '140659.981000', '140659.984000', '140659.987000', '140659.990000', '140659.993000', '140659.996000', '140700.000000', '140700.003000', '140700.006000', '140700.008000', '140700.011000', '140700.014000', '140700.017000', '140700.020000', '140700.023000', '140700.026000', '140700.029000', '140700.032000', '140700.035000', '140700.038000', '140700.041000', '140700.043000', '140700.046000', '140700.049000', '140700.052000', '140700.055000', '140700.058000', '140700.061000', '140700.064000', '140700.067000', '140700.070000', '140700.072000', '140700.075000', '140719.949000', '140719.952000', '140719.955000', '140719.958000', '140719.961000', '140719.964000', '140719.967000', '140719.970000', '140719.973000', '140719.976000', '140719.979000', '140719.982000', '140720.001000', '140720.004000', '140720.007000', '140720.010000', '140720.013000', '140720.016000', '140720.019000', '140720.022000', '140720.025000', '140720.028000', '140720.030000', '140720.033000', '140720.036000', '140720.039000', '140720.042000', '140720.045000', '140720.048000', '140720.051000', '140720.068000', '140720.071000', '140720.073000', '140720.076000', '140720.079000', '140720.082000', '140720.086000', '140720.089000', '140720.092000', '140720.095000', '140720.098000', '140720.101000', '140720.104000', '140739.949000', '140739.952000', '140739.955000', '140739.958000', '140739.961000', '140739.964000', '140739.967000', '140739.970000', '140739.973000', '140739.976000', '140739.978000', '140739.981000', '140739.984000', '140739.987000', '140739.990000', '140739.993000', '140739.996000', '140740.000000', '140740.003000', '140740.006000', '140740.009000', '140740.012000', '140740.015000', '140740.018000', '140740.021000', '140740.024000', '140740.027000', '140740.030000', '140740.033000', '140740.036000', '140740.039000', '140740.042000', '140740.045000', '140740.048000', '140740.051000', '140740.054000', '140740.057000', '140740.059000', '140740.062000', '140740.065000', '140740.068000', '140740.071000', '140740.074000', '140740.077000', '140759.949000', '140759.952000', '140759.955000', '140759.958000', '140759.961000', '140759.964000', '140759.967000', '140759.970000', '140759.973000', '140759.976000', '140759.979000', '140759.982000', '140759.985000', '140759.991000', '140759.994000', '140759.997000', '140800.001000', '140800.004000', '140800.007000', '140800.010000', '140800.013000', '140800.016000', '140800.018000', '140800.021000', '140800.024000', '140800.027000', '140800.030000', '140800.033000', '140800.036000', '140800.039000', '140800.042000', '140800.045000', '140800.048000', '140800.051000', '140800.054000', '140800.057000', '140800.060000', '140800.063000', '140800.066000', '140800.068000', '140800.072000', '140800.074000', '140800.077000', '140819.949000', '140819.952000', '140819.955000', '140819.958000', '140819.961000', '140819.964000', '140819.967000', '140819.970000', '140819.973000', '140819.976000', '140819.978000', '140819.981000', '140819.984000', '140819.987000', '140819.990000', '140819.993000', '140819.996000', '140820.000000', '140820.003000', '140820.009000', '140820.012000', '140820.015000', '140820.018000', '140820.021000', '140820.024000', '140820.027000', '140820.029000', '140820.032000', '140820.036000', '140820.038000', '140820.041000', '140820.044000', '140820.047000', '140820.050000', '140820.053000', '140820.056000', '140820.059000', '140820.062000', '140820.065000', '140820.068000', '140820.070000', '140820.073000', '140820.076000', '140820.079000', '140839.948000', '140839.951000', '140839.954000', '140839.957000', '140839.960000', '140839.963000', '140839.966000', '140839.969000', '140839.972000', '140839.975000', '140839.978000', '140839.981000', '140839.984000', '140839.987000', '140839.990000', '140839.993000', '140839.996000', '140840.000000', '140840.003000', '140840.006000', '140840.009000', '140840.020000', '140840.023000', '140840.026000', '140840.029000', '140840.032000', '140840.035000', '140840.038000', '140840.041000', '140840.044000', '140840.047000', '140840.050000', '140840.053000', '140840.056000', '140840.059000', '140840.062000', '140840.065000', '140840.068000', '140840.071000', '140840.074000', '140840.077000', '140840.093000', '140840.095000', '140841.902000', '140841.906000', '140841.909000', '140841.912000', '140841.915000'], 'InstanceCreationTime': ['140219.996000', '140220.001000', '140220.008000', '140220.011000', '140220.014000', '140220.017000', '140220.029000', '140220.032000', '140220.035000', '140220.038000', '140220.041000', '140220.044000', '140220.047000', '140220.050000', '140220.053000', '140220.056000', '140220.060000', '140220.062000', '140220.065000', '140220.068000', '140220.071000', '140220.074000', '140220.077000', '140220.080000', '140220.083000', '140220.086000', '140220.089000', '140220.092000', '140220.095000', '140220.098000', '140220.101000', '140220.104000', '140220.107000', '140220.110000', '140220.113000', '140220.116000', '140220.119000', '140220.122000', '140220.125000', '140220.128000', '140220.131000', '140239.949000', '140239.952000', '140239.955000', '140239.958000', '140239.961000', '140239.964000', '140239.967000', '140239.970000', '140239.973000', '140239.976000', '140239.978000', '140239.981000', '140239.984000', '140239.987000', '140239.990000', '140239.993000', '140239.996000', '140240.000000', '140240.003000', '140240.006000', '140240.009000', '140240.012000', '140240.015000', '140240.017000', '140240.020000', '140240.023000', '140240.026000', '140240.029000', '140240.032000', '140240.035000', '140240.038000', '140240.041000', '140240.044000', '140240.047000', '140240.050000', '140240.052000', '140240.055000', '140240.058000', '140240.063000', '140240.066000', '140240.069000', '140240.072000', '140240.075000', '140240.087000', '140259.949000', '140259.952000', '140259.955000', '140259.958000', '140259.961000', '140259.964000', '140259.971000', '140259.974000', '140259.976000', '140259.979000', '140259.982000', '140259.985000', '140259.988000', '140259.991000', '140259.994000', '140259.997000', '140300.001000', '140300.004000', '140300.008000', '140300.011000', '140300.014000', '140300.016000', '140300.019000', '140300.022000', '140300.025000', '140300.028000', '140300.031000', '140300.034000', '140300.037000', '140300.040000', '140300.043000', '140300.045000', '140300.048000', '140300.051000', '140300.054000', '140300.057000', '140300.060000', '140300.063000', '140300.066000', '140300.069000', '140300.071000', '140300.074000', '140300.078000', '140319.949000', '140319.952000', '140319.955000', '140319.958000', '140319.961000', '140319.964000', '140319.967000', '140319.978000', '140319.981000', '140319.983000', '140319.986000', '140319.989000', '140319.992000', '140319.995000', '140319.998000', '140320.002000', '140320.005000', '140320.008000', '140320.011000', '140320.014000', '140320.017000', '140320.020000', '140320.023000', '140320.026000', '140320.029000', '140320.031000', '140320.034000', '140320.037000', '140320.040000', '140320.043000', '140320.046000', '140320.049000', '140320.052000', '140320.055000', '140320.057000', '140320.060000', '140320.063000', '140320.066000', '140320.069000', '140320.075000', '140320.078000', '140320.081000', '140320.084000', '140320.087000', '140339.949000', '140339.952000', '140339.955000', '140339.958000', '140339.961000', '140339.964000', '140339.967000', '140339.969000', '140339.972000', '140339.975000', '140339.978000', '140339.981000', '140339.984000', '140339.987000', '140339.990000', '140339.993000', '140339.996000', '140340.000000', '140340.003000', '140340.005000', '140340.008000', '140340.011000', '140340.014000', '140340.017000', '140340.020000', '140340.023000', '140340.026000', '140340.029000', '140340.032000', '140340.035000', '140340.038000', '140340.040000', '140340.043000', '140340.046000', '140340.049000', '140340.052000', '140340.060000', '140340.063000', '140340.066000', '140340.069000', '140340.072000', '140340.075000', '140340.078000', '140359.948000', '140359.951000', '140359.954000', '140359.957000', '140359.966000', '140359.969000', '140359.972000', '140359.975000', '140359.978000', '140359.981000', '140359.984000', '140359.987000', '140359.990000', '140359.993000', '140359.995000', '140359.998000', '140400.002000', '140400.005000', '140400.008000', '140400.011000', '140400.014000', '140400.017000', '140400.020000', '140400.023000', '140400.026000', '140400.028000', '140400.031000', '140400.034000', '140400.037000', '140400.040000', '140400.043000', '140400.046000', '140400.049000', '140400.052000', '140400.055000', '140400.057000', '140400.060000', '140400.063000', '140400.066000', '140400.069000', '140400.072000', '140400.075000', '140400.078000', '140400.081000', '140419.948000', '140419.951000', '140419.954000', '140419.957000', '140419.960000', '140419.963000', '140419.966000', '140419.969000', '140419.972000', '140419.975000', '140419.978000', '140419.980000', '140419.983000', '140419.986000', '140419.989000', '140419.992000', '140419.995000', '140419.998000', '140420.002000', '140420.005000', '140420.008000', '140420.011000', '140420.013000', '140420.016000', '140420.019000', '140420.022000', '140420.025000', '140420.028000', '140420.031000', '140420.034000', '140420.037000', '140420.040000', '140420.043000', '140420.046000', '140420.049000', '140420.052000', '140420.055000', '140420.058000', '140420.076000', '140420.079000', '140420.081000', '140420.084000', '140420.087000', '140439.949000', '140439.952000', '140439.955000', '140439.958000', '140439.961000', '140439.964000', '140439.967000', '140439.969000', '140439.972000', '140439.975000', '140439.978000', '140439.981000', '140439.984000', '140439.987000', '140439.990000', '140439.993000', '140439.996000', '140440.000000', '140440.003000', '140440.011000', '140440.014000', '140440.017000', '140440.020000', '140440.023000', '140440.026000', '140440.029000', '140440.032000', '140440.034000', '140440.037000', '140440.040000', '140440.043000', '140440.046000', '140440.049000', '140440.052000', '140440.055000', '140440.058000', '140440.060000', '140440.064000', '140440.066000', '140440.069000', '140440.072000', '140440.075000', '140440.078000', '140440.081000', '140459.949000', '140459.952000', '140459.955000', '140459.958000', '140459.961000', '140459.964000', '140459.967000', '140459.970000', '140459.973000', '140459.976000', '140459.978000', '140459.981000', '140459.984000', '140459.987000', '140459.990000', '140459.993000', '140459.996000', '140500.000000', '140500.003000', '140500.006000', '140500.009000', '140500.012000', '140500.015000', '140500.018000', '140500.021000', '140500.024000', '140500.026000', '140500.029000', '140500.032000', '140500.035000', '140500.038000', '140500.041000', '140500.044000', '140500.047000', '140500.050000', '140500.053000', '140500.056000', '140500.059000', '140500.062000', '140500.065000', '140500.067000', '140500.070000', '140500.073000', '140519.949000', '140519.952000', '140519.955000', '140519.958000', '140519.961000', '140519.964000', '140519.967000', '140519.970000', '140519.973000', '140519.975000', '140519.978000', '140519.981000', '140519.984000', '140519.987000', '140519.990000', '140519.993000', '140519.996000', '140520.000000', '140520.003000', '140520.006000', '140520.009000', '140520.012000', '140520.015000', '140520.017000', '140520.020000', '140520.023000', '140520.026000', '140520.029000', '140520.032000', '140520.035000', '140520.038000', '140520.041000', '140520.044000', '140520.047000', '140520.050000', '140520.053000', '140520.056000', '140520.059000', '140520.062000', '140520.065000', '140520.067000', '140520.070000', '140520.073000', '140520.076000', '140539.949000', '140539.952000', '140539.955000', '140539.958000', '140539.961000', '140539.964000', '140539.967000', '140539.970000', '140539.973000', '140539.976000', '140539.979000', '140539.982000', '140539.985000', '140539.988000', '140539.990000', '140539.993000', '140539.996000', '140540.000000', '140540.003000', '140540.006000', '140540.009000', '140540.012000', '140540.015000', '140540.018000', '140540.021000', '140540.024000', '140540.027000', '140540.030000', '140540.032000', '140540.035000', '140540.038000', '140540.041000', '140540.044000', '140540.047000', '140540.050000', '140540.053000', '140540.056000', '140540.059000', '140540.062000', '140540.064000', '140540.067000', '140540.070000', '140540.073000', '140559.949000', '140559.952000', '140559.955000', '140559.958000', '140559.961000', '140559.964000', '140559.967000', '140559.970000', '140559.973000', '140559.976000', '140559.978000', '140559.981000', '140559.984000', '140559.987000', '140559.990000', '140559.993000', '140559.996000', '140600.000000', '140600.003000', '140600.006000', '140600.021000', '140600.024000', '140600.027000', '140600.030000', '140600.033000', '140600.036000', '140600.039000', '140600.042000', '140600.045000', '140600.049000', '140600.052000', '140600.054000', '140600.057000', '140600.060000', '140600.063000', '140600.066000', '140600.069000', '140600.072000', '140600.075000', '140600.078000', '140600.081000', '140600.084000', '140600.087000', '140600.090000', '140619.948000', '140619.951000', '140619.954000', '140619.957000', '140619.960000', '140619.963000', '140619.966000', '140619.969000', '140619.972000', '140619.975000', '140619.978000', '140619.980000', '140619.983000', '140619.986000', '140619.989000', '140619.992000', '140619.995000', '140619.998000', '140620.002000', '140620.005000', '140620.008000', '140620.011000', '140620.014000', '140620.017000', '140620.020000', '140620.023000', '140620.026000', '140620.029000', '140620.031000', '140620.034000', '140620.037000', '140620.040000', '140620.043000', '140620.046000', '140620.049000', '140620.052000', '140620.055000', '140620.058000', '140620.061000', '140620.064000', '140620.067000', '140620.070000', '140620.072000', '140639.948000', '140639.951000', '140639.954000', '140639.957000', '140639.960000', '140639.963000', '140639.966000', '140639.969000', '140639.972000', '140639.975000', '140639.978000', '140639.981000', '140639.984000', '140639.987000', '140639.990000', '140639.993000', '140639.996000', '140640.000000', '140640.003000', '140640.006000', '140640.009000', '140640.012000', '140640.015000', '140640.018000', '140640.020000', '140640.023000', '140640.026000', '140640.029000', '140640.032000', '140640.035000', '140640.044000', '140640.047000', '140640.050000', '140640.053000', '140640.056000', '140640.059000', '140640.062000', '140640.065000', '140640.068000', '140640.071000', '140640.074000', '140640.077000', '140640.080000', '140659.949000', '140659.952000', '140659.955000', '140659.958000', '140659.961000', '140659.964000', '140659.967000', '140659.970000', '140659.972000', '140659.975000', '140659.978000', '140659.981000', '140659.984000', '140659.987000', '140659.990000', '140659.993000', '140659.996000', '140700.000000', '140700.003000', '140700.006000', '140700.008000', '140700.011000', '140700.014000', '140700.017000', '140700.020000', '140700.023000', '140700.026000', '140700.029000', '140700.032000', '140700.035000', '140700.038000', '140700.041000', '140700.043000', '140700.046000', '140700.049000', '140700.052000', '140700.055000', '140700.058000', '140700.061000', '140700.064000', '140700.067000', '140700.070000', '140700.072000', '140700.075000', '140719.949000', '140719.952000', '140719.955000', '140719.958000', '140719.961000', '140719.964000', '140719.967000', '140719.970000', '140719.973000', '140719.976000', '140719.979000', '140719.982000', '140720.001000', '140720.004000', '140720.007000', '140720.010000', '140720.013000', '140720.016000', '140720.019000', '140720.022000', '140720.025000', '140720.028000', '140720.030000', '140720.033000', '140720.036000', '140720.039000', '140720.042000', '140720.045000', '140720.048000', '140720.051000', '140720.068000', '140720.071000', '140720.073000', '140720.076000', '140720.079000', '140720.082000', '140720.086000', '140720.089000', '140720.092000', '140720.095000', '140720.098000', '140720.101000', '140720.104000', '140739.949000', '140739.952000', '140739.955000', '140739.958000', '140739.961000', '140739.964000', '140739.967000', '140739.970000', '140739.973000', '140739.976000', '140739.978000', '140739.981000', '140739.984000', '140739.987000', '140739.990000', '140739.993000', '140739.996000', '140740.000000', '140740.003000', '140740.006000', '140740.009000', '140740.012000', '140740.015000', '140740.018000', '140740.021000', '140740.024000', '140740.027000', '140740.030000', '140740.033000', '140740.036000', '140740.039000', '140740.042000', '140740.045000', '140740.048000', '140740.051000', '140740.054000', '140740.057000', '140740.059000', '140740.062000', '140740.065000', '140740.068000', '140740.071000', '140740.074000', '140740.077000', '140759.949000', '140759.952000', '140759.955000', '140759.958000', '140759.961000', '140759.964000', '140759.967000', '140759.970000', '140759.973000', '140759.976000', '140759.979000', '140759.982000', '140759.985000', '140759.991000', '140759.994000', '140759.997000', '140800.001000', '140800.004000', '140800.007000', '140800.010000', '140800.013000', '140800.016000', '140800.018000', '140800.021000', '140800.024000', '140800.027000', '140800.030000', '140800.033000', '140800.036000', '140800.039000', '140800.042000', '140800.045000', '140800.048000', '140800.051000', '140800.054000', '140800.057000', '140800.060000', '140800.063000', '140800.066000', '140800.068000', '140800.072000', '140800.074000', '140800.077000', '140819.949000', '140819.952000', '140819.955000', '140819.958000', '140819.961000', '140819.964000', '140819.967000', '140819.970000', '140819.973000', '140819.976000', '140819.978000', '140819.981000', '140819.984000', '140819.987000', '140819.990000', '140819.993000', '140819.996000', '140820.000000', '140820.003000', '140820.009000', '140820.012000', '140820.015000', '140820.018000', '140820.021000', '140820.024000', '140820.027000', '140820.029000', '140820.032000', '140820.036000', '140820.038000', '140820.041000', '140820.044000', '140820.047000', '140820.050000', '140820.053000', '140820.056000', '140820.059000', '140820.062000', '140820.065000', '140820.068000', '140820.070000', '140820.073000', '140820.076000', '140820.079000', '140839.948000', '140839.951000', '140839.954000', '140839.957000', '140839.960000', '140839.963000', '140839.966000', '140839.969000', '140839.972000', '140839.975000', '140839.978000', '140839.981000', '140839.984000', '140839.987000', '140839.990000', '140839.993000', '140839.996000', '140840.000000', '140840.003000', '140840.006000', '140840.009000', '140840.020000', '140840.023000', '140840.026000', '140840.029000', '140840.032000', '140840.035000', '140840.038000', '140840.041000', '140840.044000', '140840.047000', '140840.050000', '140840.053000', '140840.056000', '140840.059000', '140840.062000', '140840.065000', '140840.068000', '140840.071000', '140840.074000', '140840.077000', '140840.093000', '140840.095000', '140841.902000', '140841.906000', '140841.909000', '140841.912000', '140841.915000'], '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': [14212, 10485, 19087, 11371, 13232, 9314, 12869, 11956, 13599, 11041, 14936, 11276, 17044, 10727, 17052, 10685, 17015, 10457, 15571, 11381, 11179, 20389, 10668, 17250, 11278, 12107, 10014, 10411, 17428, 10680, 14185, 10549, 11755, 9741, 10472, 10929, 10656, 13983, 10379, 11125, 10180, 10483, 8474, 10323, 15579, 10602, 12780, 10361, 11971, 10366, 10457, 9477, 10633, 13494, 10180, 16563, 10350, 13001, 9859, 11817, 10486, 11442, 13224, 9840, 16419, 10453, 12546, 20781, 10678, 14322, 9011, 10082, 15370, 10075, 10631, 13846, 10467, 12430, 9602, 10181, 13247, 10629, 13213, 9983, 10232, 9310, 10170, 15248, 10117, 11426, 15842, 10594, 14121, 10263, 11645, 10214, 10513, 16458, 10500, 11873, 8642, 10174, 16509, 10548, 11935, 9526, 10468, 17269, 9969, 12059, 10147, 10199, 14414, 10492, 11320, 8814, 10137, 16328, 10735, 13294, 9794, 10258, 19028, 10407, 14542, 10053, 11038, 19989, 10383, 13915, 9589, 10274, 17182, 10470, 11948, 9362, 10334, 15474, 10428, 11646, 9831, 10128, 15602, 9885, 11081, 9552, 10613, 16549, 10493, 12461, 9948, 10739, 9451, 10090, 14672, 10071, 11333, 9607, 10354, 15195, 10058, 11697, 9846, 10213, 18120, 10605, 14197, 10066, 11457, 11245, 10603, 15233, 10603, 12028, 9738, 10442, 17916, 10497, 12749, 9840, 10461, 17341, 10497, 12493, 9711, 10060, 8601, 10412, 15632, 10519, 12328, 9574, 11113, 19175, 9892, 12955, 14139, 10158, 16551, 10348, 10751, 15334, 10481, 13278, 10266, 10236, 9909, 10226, 13287, 10072, 10710, 11422, 9988, 15347, 9963, 11142, 16095, 10700, 14310, 9961, 10664, 8865, 9785, 16284, 9713, 11420, 9872, 10063, 16961, 10275, 11289, 9610, 9716, 16310, 9947, 10951, 9446, 10345, 16155, 10367, 11824, 9876, 10507, 9828, 10860, 9092, 9887, 11228, 10227, 17011, 10406, 13508, 18968, 10404, 14966, 9872, 10881, 16156, 10742, 11827, 10087, 9917, 9865, 10755, 9187, 10245, 17814, 10293, 13538, 10275, 12204, 10215, 10888, 19390, 10338, 14099, 9839, 11169, 9387, 9932, 15584, 10160, 12148, 9596, 10871, 17440, 9717, 10573, 17160, 9874, 11591, 8461, 10394, 12034, 9217, 10182, 8045, 10186, 14324, 10066, 11029, 16120, 10490, 13804, 10156, 10635, 19174, 10581, 12563, 9249, 10268, 16151, 10346, 12054, 10612, 10062, 14624, 10432, 11113, 16819, 10493, 14033, 9120, 10123, 16551, 10392, 12971, 9692, 10277, 16237, 10404, 13500, 9324, 10481, 18858, 10326, 11208, 9065, 10662, 15478, 10103, 10973, 9486, 9826, 9878, 10506, 9638, 10187, 10794, 10002, 15220, 10116, 13538, 11044, 11132, 20205, 12038, 13598, 20844, 14299, 12410, 19511, 10399, 13648, 14490, 10122, 14601, 10168, 10664, 9400, 10489, 13448, 10374, 11701, 10724, 11307, 9624, 10304, 17065, 10574, 12616, 10462, 11294, 9979, 10443, 18328, 10734, 13664, 10639, 11641, 9681, 10361, 8221, 10124, 8147, 9899, 15262, 10964, 13646, 10474, 11699, 9305, 10545, 13477, 10528, 15176, 10439, 12491, 10542, 12248, 9896, 11046, 9703, 11394, 8730, 10134, 17313, 10243, 14806, 10604, 12669, 15615, 10147, 17117, 10449, 12072, 9938, 10626, 17141, 10589, 13048, 10551, 12393, 10027, 10758, 8995, 10641, 9752, 10148, 16842, 10330, 12153, 9515, 10524, 8216, 10109, 16070, 10833, 12791, 9999, 11073, 9311, 10121, 9014, 10294, 14036, 10288, 13373, 10668, 12039, 9315, 10122, 8094, 10054, 15703, 10662, 12728, 9040, 9953, 8342, 9902, 15776, 10636, 13144, 9677, 9965, 8965, 9980, 11735, 10309, 14229, 10671, 12510, 9693, 10827, 8707, 9895, 11251, 9782, 14545, 10429, 12423, 8707, 9854, 10502, 10239, 14715, 10442, 12429, 8317, 10265, 8133, 9936, 15337, 10567, 13535, 9235, 10553, 8739, 9835, 9557, 10147, 15478, 10368, 12052, 9347, 10726, 18373, 10183, 15363, 10524, 12885, 9515, 11285, 8395, 9778, 8431, 10106, 15237, 10472, 13335, 9631, 10551, 8124, 9731, 18294, 10555, 13821, 9454, 11579, 9068, 10073, 12253, 9909, 15112, 10377, 12937, 9366, 10521, 15726, 9942, 15326, 10218, 12614, 9520, 10619, 18619, 9823, 14725, 10101, 12430, 9772, 10642, 8746, 10258, 7956, 10354, 15401, 10168, 13649, 9756, 10671, 9227, 10587, 9753, 9987, 14302, 9720, 12998, 10471, 12299, 9146, 10101, 8461, 10132, 18274, 10326, 14162, 10139, 13298, 9753, 11267, 16796, 10042, 16297, 10221, 12570, 9816, 10350, 12495, 9668, 12795, 10352, 11600, 9202, 10153, 17639, 9888, 10351, 17532, 10475, 12248, 8542, 9722, 8797, 10098, 11025, 9844, 10874, 8111, 9927, 8645, 10312, 9442, 10261, 19478, 11234, 16261, 10053, 13993, 9868, 12199, 9742, 10967, 11126, 9747, 18974, 10435, 15082, 10657, 13532, 9864, 12727, 9548, 10140, 21090, 10252, 17153, 9935, 12986, 10046, 12185, 9797, 11746, 9464, 10977, 9352, 10026, 8996, 10266, 9816, 9860, 18240, 10314, 14250, 10257, 13063, 9980, 11947, 9726, 10499, 9048, 10495, 12650, 9984, 16075, 10355, 12865, 9843, 12664, 9959, 11905, 10161, 10777, 9329, 10422, 16502, 9842, 16341, 10189, 12670, 9705, 10703, 9634, 10412, 8876, 9973, 11737, 11093, 12138, 10222, 11369, 9984, 10820, 12989, 11200, 12577, 10367, 12873, 10847, 12238, 8338, 13563, 10578, 10799, 10421, 8766, 10402, 14986, 10017, 15100, 10504, 14309, 10238, 12601, 9688, 10633, 10476, 10506, 12314, 10134, 14278, 10563, 12548, 10677, 12124, 10564, 12212, 9744, 11995, 9737, 11465, 9206, 10478, 17020, 10002, 17024, 10621, 14619, 9679, 12777, 10188, 10813, 9826, 10577, 9449, 10799, 13970, 10064, 15887, 10130, 12377, 9773, 10938, 9517, 9890, 9116, 9987, 17391, 10102, 14777, 10053, 12539, 9972, 11691, 9881, 11242, 19722, 10093, 15025, 10385, 12605, 10114, 10871, 9759, 10473, 9271, 10207, 12875, 9864, 14346, 10080, 11536, 10007, 10988, 10152, 10543, 9416, 10272, 9937, 9823, 15962, 10189, 13776, 10137, 12277, 9885, 12151, 10445, 10526, 10087, 10886, 10549, 9823, 18310, 10206, 15526, 9560, 13823, 9965, 13032, 10450, 11051, 9796, 11007, 18253, 9822, 14908, 10186, 11166, 10013, 11108, 9311, 9627, 14276, 9777, 10520, 9604, 10948, 8490, 9979, 13158, 10042, 12237, 9998, 12327, 9924, 12139, 9670, 11348, 9550, 10068, 14413, 10212, 17258, 9802, 14482, 10067, 11710, 9760, 10929, 9297, 9513, 15483, 9740, 12696, 9896, 11444, 9735, 11096, 9716, 10620], 'WindowCenter': [4473.0, 4429.0, 4466.0, 4412.0, 4419.0, 4378.0, 4405.0, 4396.0, 4417.0, 4396.0, 4427.0, 4399.0, 4427.0, 4386.0, 4426.0, 4384.0, 4415.0, 4373.0, 4412.0, 4381.0, 4383.0, 4421.0, 4371.0, 4411.0, 4369.0, 4369.0, 4348.0, 4360.0, 4399.0, 4360.0, 4388.0, 4359.0, 4369.0, 4349.0, 4360.0, 4368.0, 4371.0, 4389.0, 4359.0, 4369.0, 4360.0, 4370.0, 4339.0, 4372.0, 4400.0, 4371.0, 4390.0, 4372.0, 4382.0, 4372.0, 4372.0, 4361.0, 4373.0, 4390.0, 4373.0, 4412.0, 4361.0, 4391.0, 4361.0, 4380.0, 4371.0, 4382.0, 4391.0, 4360.0, 4399.0, 4360.0, 4382.0, 4421.0, 4360.0, 4390.0, 4336.0, 4359.0, 4388.0, 4347.0, 4360.0, 4378.0, 4359.0, 4378.0, 4359.0, 4371.0, 4379.0, 4373.0, 4392.0, 4360.0, 4361.0, 4349.0, 4372.0, 4402.0, 4371.0, 4382.0, 4401.0, 4372.0, 4391.0, 4361.0, 4382.0, 4372.0, 4374.0, 4411.0, 4372.0, 4381.0, 4341.0, 4372.0, 4413.0, 4373.0, 4381.0, 4350.0, 4371.0, 4411.0, 4361.0, 4383.0, 4361.0, 4361.0, 4390.0, 4371.0, 4382.0, 4363.0, 4374.0, 4413.0, 4383.0, 4392.0, 4363.0, 4373.0, 4412.0, 4372.0, 4391.0, 4359.0, 4372.0, 4420.0, 4359.0, 4390.0, 4349.0, 4361.0, 4410.0, 4371.0, 4382.0, 4349.0, 4361.0, 4399.0, 4360.0, 4380.0, 4359.0, 4372.0, 4399.0, 4361.0, 4370.0, 4348.0, 4360.0, 4400.0, 4371.0, 4380.0, 4348.0, 4370.0, 4348.0, 4360.0, 4390.0, 4361.0, 4382.0, 4350.0, 4361.0, 4390.0, 4360.0, 4380.0, 4360.0, 4372.0, 4411.0, 4371.0, 4391.0, 4361.0, 4383.0, 4370.0, 4360.0, 4399.0, 4360.0, 4381.0, 4349.0, 4372.0, 4411.0, 4360.0, 4380.0, 4360.0, 4372.0, 4410.0, 4371.0, 4379.0, 4360.0, 4362.0, 4350.0, 4373.0, 4413.0, 4373.0, 4392.0, 4361.0, 4382.0, 4422.0, 4360.0, 4391.0, 4389.0, 4359.0, 4397.0, 4360.0, 4370.0, 4398.0, 4371.0, 4380.0, 4359.0, 4359.0, 4358.0, 4361.0, 4390.0, 4361.0, 4372.0, 4370.0, 4360.0, 4401.0, 4359.0, 4371.0, 4400.0, 4371.0, 4390.0, 4359.0, 4370.0, 4338.0, 4361.0, 4399.0, 4349.0, 4370.0, 4349.0, 4360.0, 4410.0, 4359.0, 4369.0, 4348.0, 4349.0, 4400.0, 4360.0, 4359.0, 4348.0, 4360.0, 4399.0, 4360.0, 4379.0, 4359.0, 4370.0, 4360.0, 4370.0, 4351.0, 4373.0, 4371.0, 4371.0, 4412.0, 4372.0, 4394.0, 4410.0, 4361.0, 4390.0, 4348.0, 4369.0, 4388.0, 4369.0, 4367.0, 4361.0, 4360.0, 4361.0, 4372.0, 4361.0, 4375.0, 4423.0, 4371.0, 4391.0, 4372.0, 4382.0, 4360.0, 4373.0, 4422.0, 4360.0, 4389.0, 4358.0, 4370.0, 4347.0, 4361.0, 4399.0, 4360.0, 4380.0, 4359.0, 4371.0, 4411.0, 4348.0, 4361.0, 4400.0, 4348.0, 4369.0, 4326.0, 4360.0, 4380.0, 4361.0, 4372.0, 4340.0, 4373.0, 4402.0, 4372.0, 4385.0, 4413.0, 4373.0, 4392.0, 4372.0, 4373.0, 4423.0, 4373.0, 4392.0, 4350.0, 4372.0, 4401.0, 4371.0, 4393.0, 4371.0, 4362.0, 4401.0, 4371.0, 4383.0, 4411.0, 4372.0, 4402.0, 4350.0, 4372.0, 4401.0, 4371.0, 4392.0, 4360.0, 4361.0, 4400.0, 4372.0, 4391.0, 4349.0, 4372.0, 4422.0, 4360.0, 4371.0, 4337.0, 4371.0, 4400.0, 4371.0, 4371.0, 4360.0, 4373.0, 4361.0, 4372.0, 4360.0, 4372.0, 4382.0, 4374.0, 4414.0, 4374.0, 4404.0, 4382.0, 4383.0, 4423.0, 4381.0, 4392.0, 4421.0, 4388.0, 4368.0, 4398.0, 4347.0, 4378.0, 4374.0, 4346.0, 4374.0, 4345.0, 4345.0, 4335.0, 4369.0, 4386.0, 4357.0, 4368.0, 4370.0, 4370.0, 4349.0, 4372.0, 4411.0, 4370.0, 4379.0, 4359.0, 4370.0, 4359.0, 4371.0, 4411.0, 4371.0, 4388.0, 4370.0, 4380.0, 4361.0, 4373.0, 4341.0, 4372.0, 4340.0, 4373.0, 4411.0, 4383.0, 4403.0, 4374.0, 4382.0, 4362.0, 4382.0, 4392.0, 4384.0, 4402.0, 4373.0, 4392.0, 4373.0, 4393.0, 4373.0, 4383.0, 4363.0, 4383.0, 4353.0, 4385.0, 4414.0, 4372.0, 4403.0, 4372.0, 4393.0, 4412.0, 4371.0, 4410.0, 4371.0, 4380.0, 4360.0, 4372.0, 4413.0, 4372.0, 4392.0, 4372.0, 4391.0, 4373.0, 4383.0, 4351.0, 4373.0, 4361.0, 4373.0, 4412.0, 4372.0, 4383.0, 4360.0, 4371.0, 4340.0, 4372.0, 4413.0, 4383.0, 4392.0, 4372.0, 4382.0, 4351.0, 4373.0, 4363.0, 4374.0, 4402.0, 4373.0, 4392.0, 4372.0, 4393.0, 4363.0, 4373.0, 4354.0, 4373.0, 4412.0, 4373.0, 4392.0, 4353.0, 4372.0, 4341.0, 4374.0, 4413.0, 4384.0, 4405.0, 4373.0, 4373.0, 4362.0, 4374.0, 4394.0, 4375.0, 4403.0, 4385.0, 4394.0, 4374.0, 4386.0, 4365.0, 4375.0, 4383.0, 4374.0, 4403.0, 4383.0, 4395.0, 4354.0, 4377.0, 4384.0, 4384.0, 4414.0, 4384.0, 4405.0, 4353.0, 4374.0, 4343.0, 4375.0, 4414.0, 4386.0, 4406.0, 4364.0, 4374.0, 4353.0, 4375.0, 4375.0, 4387.0, 4414.0, 4375.0, 4394.0, 4364.0, 4385.0, 4435.0, 4375.0, 4414.0, 4385.0, 4394.0, 4374.0, 4396.0, 4366.0, 4375.0, 4354.0, 4385.0, 4414.0, 4385.0, 4406.0, 4374.0, 4384.0, 4343.0, 4375.0, 4436.0, 4384.0, 4403.0, 4364.0, 4395.0, 4363.0, 4376.0, 4393.0, 4373.0, 4402.0, 4373.0, 4393.0, 4363.0, 4385.0, 4411.0, 4363.0, 4402.0, 4372.0, 4393.0, 4361.0, 4373.0, 4423.0, 4361.0, 4390.0, 4361.0, 4379.0, 4361.0, 4372.0, 4340.0, 4372.0, 4341.0, 4373.0, 4402.0, 4374.0, 4403.0, 4364.0, 4372.0, 4351.0, 4373.0, 4363.0, 4374.0, 4402.0, 4363.0, 4392.0, 4372.0, 4395.0, 4364.0, 4372.0, 4352.0, 4375.0, 4426.0, 4374.0, 4402.0, 4373.0, 4405.0, 4363.0, 4384.0, 4414.0, 4363.0, 4402.0, 4372.0, 4392.0, 4361.0, 4373.0, 4391.0, 4362.0, 4391.0, 4372.0, 4383.0, 4361.0, 4385.0, 4424.0, 4361.0, 4372.0, 4410.0, 4371.0, 4381.0, 4351.0, 4363.0, 4362.0, 4386.0, 4383.0, 4386.0, 4396.0, 4367.0, 4387.0, 4367.0, 4399.0, 4387.0, 4399.0, 4448.0, 4397.0, 4424.0, 4375.0, 4405.0, 4374.0, 4396.0, 4363.0, 4383.0, 4383.0, 4374.0, 4435.0, 4385.0, 4415.0, 4384.0, 4404.0, 4374.0, 4394.0, 4375.0, 4374.0, 4435.0, 4372.0, 4413.0, 4362.0, 4393.0, 4374.0, 4392.0, 4371.0, 4383.0, 4362.0, 4383.0, 4362.0, 4373.0, 4351.0, 4373.0, 4361.0, 4372.0, 4423.0, 4373.0, 4401.0, 4372.0, 4392.0, 4372.0, 4383.0, 4361.0, 4372.0, 4349.0, 4372.0, 4392.0, 4372.0, 4410.0, 4371.0, 4391.0, 4362.0, 4390.0, 4372.0, 4382.0, 4371.0, 4373.0, 4350.0, 4372.0, 4411.0, 4362.0, 4411.0, 4361.0, 4380.0, 4360.0, 4370.0, 4360.0, 4372.0, 4350.0, 4372.0, 4392.0, 4383.0, 4393.0, 4383.0, 4393.0, 4372.0, 4385.0, 4404.0, 4383.0, 4392.0, 4384.0, 4393.0, 4397.0, 4406.0, 4365.0, 4405.0, 4386.0, 4385.0, 4396.0, 4365.0, 4398.0, 4428.0, 4377.0, 4415.0, 4384.0, 4403.0, 4372.0, 4394.0, 4363.0, 4374.0, 4372.0, 4374.0, 4381.0, 4373.0, 4413.0, 4386.0, 4394.0, 4383.0, 4395.0, 4384.0, 4396.0, 4376.0, 4396.0, 4375.0, 4396.0, 4364.0, 4385.0, 4426.0, 4374.0, 4414.0, 4384.0, 4404.0, 4363.0, 4394.0, 4374.0, 4384.0, 4362.0, 4373.0, 4362.0, 4384.0, 4403.0, 4374.0, 4413.0, 4373.0, 4393.0, 4372.0, 4385.0, 4373.0, 4373.0, 4352.0, 4374.0, 4413.0, 4373.0, 4404.0, 4374.0, 4383.0, 4362.0, 4382.0, 4362.0, 4383.0, 4424.0, 4371.0, 4402.0, 4361.0, 4380.0, 4361.0, 4372.0, 4359.0, 4371.0, 4351.0, 4373.0, 4391.0, 4374.0, 4403.0, 4373.0, 4382.0, 4362.0, 4382.0, 4373.0, 4384.0, 4362.0, 4373.0, 4360.0, 4373.0, 4412.0, 4372.0, 4392.0, 4373.0, 4382.0, 4373.0, 4394.0, 4384.0, 4373.0, 4372.0, 4383.0, 4371.0, 4374.0, 4422.0, 4371.0, 4402.0, 4362.0, 4391.0, 4362.0, 4392.0, 4360.0, 4369.0, 4359.0, 4370.0, 4410.0, 4361.0, 4400.0, 4359.0, 4369.0, 4347.0, 4369.0, 4348.0, 4361.0, 4389.0, 4359.0, 4359.0, 4349.0, 4369.0, 4351.0, 4373.0, 4391.0, 4372.0, 4381.0, 4373.0, 4393.0, 4374.0, 4393.0, 4363.0, 4382.0, 4373.0, 4374.0, 4401.0, 4372.0, 4411.0, 4361.0, 4402.0, 4362.0, 4381.0, 4361.0, 4371.0, 4349.0, 4362.0, 4402.0, 4362.0, 4390.0, 4361.0, 4381.0, 4361.0, 4382.0, 4390.0, 4416.0], 'WindowWidth': [9832.0, 9761.0, 9807.0, 9722.0, 9724.0, 9666.0, 9698.0, 9684.0, 9716.0, 9688.0, 9732.0, 9697.0, 9732.0, 9673.0, 9728.0, 9666.0, 9712.0, 9649.0, 9701.0, 9654.0, 9660.0, 9720.0, 9641.0, 9700.0, 9636.0, 9634.0, 9603.0, 9624.0, 9682.0, 9623.0, 9659.0, 9621.0, 9634.0, 9606.0, 9624.0, 9633.0, 9640.0, 9663.0, 9623.0, 9635.0, 9625.0, 9639.0, 9596.0, 9644.0, 9680.0, 9641.0, 9665.0, 9644.0, 9659.0, 9645.0, 9644.0, 9627.0, 9647.0, 9668.0, 9647.0, 9700.0, 9629.0, 9667.0, 9627.0, 9652.0, 9643.0, 9658.0, 9666.0, 9626.0, 9677.0, 9624.0, 9657.0, 9717.0, 9622.0, 9663.0, 9585.0, 9620.0, 9658.0, 9601.0, 9623.0, 9644.0, 9622.0, 9646.0, 9621.0, 9643.0, 9650.0, 9647.0, 9670.0, 9625.0, 9628.0, 9608.0, 9642.0, 9686.0, 9642.0, 9660.0, 9683.0, 9643.0, 9667.0, 9628.0, 9658.0, 9644.0, 9650.0, 9698.0, 9644.0, 9656.0, 9599.0, 9644.0, 9703.0, 9646.0, 9655.0, 9610.0, 9643.0, 9698.0, 9628.0, 9660.0, 9627.0, 9629.0, 9666.0, 9643.0, 9659.0, 9635.0, 9650.0, 9703.0, 9662.0, 9673.0, 9633.0, 9648.0, 9705.0, 9643.0, 9669.0, 9622.0, 9645.0, 9714.0, 9621.0, 9665.0, 9606.0, 9626.0, 9693.0, 9643.0, 9657.0, 9606.0, 9628.0, 9677.0, 9624.0, 9653.0, 9622.0, 9645.0, 9677.0, 9626.0, 9637.0, 9605.0, 9624.0, 9680.0, 9641.0, 9650.0, 9605.0, 9637.0, 9604.0, 9624.0, 9665.0, 9627.0, 9659.0, 9609.0, 9626.0, 9665.0, 9624.0, 9653.0, 9627.0, 9645.0, 9700.0, 9641.0, 9669.0, 9627.0, 9661.0, 9638.0, 9625.0, 9677.0, 9624.0, 9654.0, 9607.0, 9644.0, 9698.0, 9626.0, 9652.0, 9624.0, 9643.0, 9696.0, 9642.0, 9651.0, 9626.0, 9630.0, 9613.0, 9649.0, 9704.0, 9648.0, 9673.0, 9629.0, 9659.0, 9716.0, 9626.0, 9669.0, 9661.0, 9622.0, 9672.0, 9624.0, 9639.0, 9675.0, 9640.0, 9651.0, 9620.0, 9623.0, 9618.0, 9627.0, 9667.0, 9630.0, 9645.0, 9637.0, 9625.0, 9682.0, 9622.0, 9640.0, 9680.0, 9639.0, 9665.0, 9622.0, 9638.0, 9593.0, 9629.0, 9679.0, 9608.0, 9638.0, 9607.0, 9623.0, 9696.0, 9622.0, 9635.0, 9603.0, 9609.0, 9679.0, 9625.0, 9621.0, 9603.0, 9624.0, 9677.0, 9627.0, 9648.0, 9623.0, 9639.0, 9624.0, 9641.0, 9617.0, 9647.0, 9642.0, 9643.0, 9701.0, 9645.0, 9678.0, 9700.0, 9626.0, 9666.0, 9602.0, 9634.0, 9658.0, 9635.0, 9631.0, 9625.0, 9623.0, 9629.0, 9645.0, 9628.0, 9654.0, 9719.0, 9643.0, 9669.0, 9645.0, 9659.0, 9625.0, 9646.0, 9717.0, 9625.0, 9663.0, 9618.0, 9637.0, 9605.0, 9628.0, 9677.0, 9623.0, 9651.0, 9622.0, 9643.0, 9698.0, 9607.0, 9626.0, 9679.0, 9605.0, 9633.0, 9572.0, 9623.0, 9653.0, 9629.0, 9645.0, 9600.0, 9649.0, 9688.0, 9646.0, 9669.0, 9704.0, 9647.0, 9672.0, 9643.0, 9647.0, 9720.0, 9646.0, 9672.0, 9610.0, 9645.0, 9683.0, 9642.0, 9674.0, 9642.0, 9632.0, 9683.0, 9643.0, 9662.0, 9699.0, 9645.0, 9687.0, 9611.0, 9644.0, 9683.0, 9643.0, 9672.0, 9626.0, 9629.0, 9680.0, 9644.0, 9671.0, 9609.0, 9646.0, 9715.0, 9623.0, 9639.0, 9590.0, 9640.0, 9679.0, 9642.0, 9640.0, 9626.0, 9648.0, 9629.0, 9645.0, 9626.0, 9646.0, 9658.0, 9653.0, 9709.0, 9651.0, 9693.0, 9659.0, 9660.0, 9721.0, 9653.0, 9674.0, 9718.0, 9658.0, 9633.0, 9676.0, 9601.0, 9646.0, 9632.0, 9598.0, 9634.0, 9594.0, 9596.0, 9584.0, 9635.0, 9656.0, 9617.0, 9632.0, 9637.0, 9639.0, 9609.0, 9645.0, 9698.0, 9639.0, 9647.0, 9623.0, 9638.0, 9620.0, 9642.0, 9702.0, 9641.0, 9662.0, 9638.0, 9653.0, 9628.0, 9650.0, 9602.0, 9645.0, 9600.0, 9648.0, 9700.0, 9664.0, 9689.0, 9649.0, 9660.0, 9633.0, 9661.0, 9674.0, 9664.0, 9686.0, 9647.0, 9671.0, 9648.0, 9677.0, 9649.0, 9661.0, 9634.0, 9663.0, 9623.0, 9668.0, 9709.0, 9646.0, 9689.0, 9644.0, 9676.0, 9699.0, 9643.0, 9694.0, 9640.0, 9652.0, 9624.0, 9646.0, 9705.0, 9644.0, 9669.0, 9644.0, 9670.0, 9649.0, 9662.0, 9615.0, 9648.0, 9628.0, 9647.0, 9703.0, 9646.0, 9660.0, 9626.0, 9642.0, 9598.0, 9645.0, 9704.0, 9662.0, 9671.0, 9646.0, 9659.0, 9614.0, 9649.0, 9636.0, 9651.0, 9685.0, 9649.0, 9671.0, 9646.0, 9677.0, 9636.0, 9647.0, 9625.0, 9649.0, 9702.0, 9647.0, 9675.0, 9620.0, 9646.0, 9602.0, 9650.0, 9704.0, 9666.0, 9694.0, 9649.0, 9649.0, 9632.0, 9652.0, 9678.0, 9654.0, 9690.0, 9667.0, 9678.0, 9651.0, 9671.0, 9641.0, 9654.0, 9661.0, 9652.0, 9690.0, 9664.0, 9681.0, 9623.0, 9659.0, 9664.0, 9667.0, 9706.0, 9665.0, 9696.0, 9621.0, 9652.0, 9607.0, 9655.0, 9708.0, 9672.0, 9701.0, 9638.0, 9650.0, 9622.0, 9655.0, 9655.0, 9674.0, 9708.0, 9656.0, 9679.0, 9639.0, 9669.0, 9742.0, 9656.0, 9705.0, 9667.0, 9679.0, 9651.0, 9685.0, 9646.0, 9655.0, 9624.0, 9668.0, 9707.0, 9669.0, 9698.0, 9652.0, 9665.0, 9607.0, 9654.0, 9743.0, 9666.0, 9690.0, 9638.0, 9680.0, 9634.0, 9658.0, 9675.0, 9648.0, 9688.0, 9649.0, 9676.0, 9635.0, 9667.0, 9700.0, 9635.0, 9687.0, 9645.0, 9674.0, 9628.0, 9648.0, 9720.0, 9627.0, 9666.0, 9627.0, 9651.0, 9628.0, 9645.0, 9598.0, 9644.0, 9602.0, 9648.0, 9688.0, 9651.0, 9690.0, 9635.0, 9644.0, 9613.0, 9648.0, 9634.0, 9651.0, 9684.0, 9635.0, 9671.0, 9646.0, 9681.0, 9637.0, 9646.0, 9619.0, 9653.0, 9729.0, 9651.0, 9686.0, 9648.0, 9696.0, 9636.0, 9664.0, 9708.0, 9633.0, 9685.0, 9644.0, 9670.0, 9629.0, 9648.0, 9670.0, 9633.0, 9668.0, 9646.0, 9660.0, 9629.0, 9667.0, 9721.0, 9629.0, 9644.0, 9697.0, 9641.0, 9656.0, 9615.0, 9635.0, 9633.0, 9671.0, 9665.0, 9673.0, 9686.0, 9650.0, 9678.0, 9648.0, 9695.0, 9677.0, 9697.0, 9765.0, 9689.0, 9723.0, 9656.0, 9696.0, 9654.0, 9684.0, 9635.0, 9661.0, 9660.0, 9652.0, 9744.0, 9669.0, 9708.0, 9666.0, 9692.0, 9650.0, 9679.0, 9657.0, 9653.0, 9744.0, 9646.0, 9703.0, 9630.0, 9675.0, 9651.0, 9673.0, 9644.0, 9660.0, 9631.0, 9662.0, 9633.0, 9650.0, 9617.0, 9647.0, 9629.0, 9648.0, 9721.0, 9648.0, 9684.0, 9646.0, 9673.0, 9645.0, 9661.0, 9630.0, 9645.0, 9610.0, 9646.0, 9670.0, 9645.0, 9697.0, 9643.0, 9669.0, 9631.0, 9668.0, 9645.0, 9660.0, 9643.0, 9645.0, 9612.0, 9645.0, 9700.0, 9631.0, 9698.0, 9627.0, 9652.0, 9625.0, 9637.0, 9627.0, 9645.0, 9612.0, 9647.0, 9673.0, 9663.0, 9678.0, 9665.0, 9676.0, 9647.0, 9669.0, 9695.0, 9664.0, 9674.0, 9667.0, 9675.0, 9690.0, 9699.0, 9644.0, 9695.0, 9674.0, 9668.0, 9686.0, 9643.0, 9692.0, 9735.0, 9660.0, 9709.0, 9665.0, 9690.0, 9646.0, 9679.0, 9636.0, 9650.0, 9645.0, 9650.0, 9657.0, 9648.0, 9706.0, 9671.0, 9678.0, 9663.0, 9678.0, 9666.0, 9683.0, 9658.0, 9683.0, 9653.0, 9682.0, 9637.0, 9668.0, 9729.0, 9653.0, 9708.0, 9663.0, 9690.0, 9634.0, 9677.0, 9651.0, 9662.0, 9631.0, 9647.0, 9630.0, 9663.0, 9689.0, 9651.0, 9704.0, 9648.0, 9673.0, 9645.0, 9667.0, 9648.0, 9648.0, 9617.0, 9650.0, 9705.0, 9647.0, 9692.0, 9650.0, 9659.0, 9630.0, 9657.0, 9629.0, 9659.0, 9726.0, 9642.0, 9684.0, 9628.0, 9651.0, 9626.0, 9645.0, 9623.0, 9640.0, 9613.0, 9647.0, 9668.0, 9650.0, 9691.0, 9648.0, 9657.0, 9631.0, 9658.0, 9646.0, 9665.0, 9631.0, 9647.0, 9626.0, 9648.0, 9701.0, 9648.0, 9673.0, 9648.0, 9658.0, 9648.0, 9678.0, 9664.0, 9647.0, 9643.0, 9662.0, 9643.0, 9651.0, 9719.0, 9642.0, 9686.0, 9629.0, 9668.0, 9630.0, 9672.0, 9625.0, 9636.0, 9619.0, 9639.0, 9698.0, 9627.0, 9681.0, 9622.0, 9633.0, 9602.0, 9635.0, 9606.0, 9627.0, 9664.0, 9622.0, 9620.0, 9607.0, 9638.0, 9615.0, 9650.0, 9669.0, 9647.0, 9656.0, 9648.0, 9677.0, 9654.0, 9675.0, 9634.0, 9659.0, 9649.0, 9652.0, 9684.0, 9645.0, 9699.0, 9629.0, 9688.0, 9631.0, 9653.0, 9625.0, 9641.0, 9608.0, 9630.0, 9686.0, 9633.0, 9666.0, 9629.0, 9654.0, 9627.0, 9659.0, 9686.0, 9732.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.0009035212888377446</td></tr>
<tr><td colspan=3>aqi</td><td>0.01889192278481013</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.77555923214278</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3384019938133647</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008127057903225</td></tr>
<tr><td colspan=3>efc</td><td>0.4586</td></tr>
<tr><td colspan=3>fber</td><td>7016.0127</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08414231762868586</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.46029919447640966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.442534109232069</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3507200348635577</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.682130481507572</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2947518113250767</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101921</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01586058735847473</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01645750366151333</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8740164986911565</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.0676</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2113</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.8325</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305424.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.8058</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3157</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.754</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3612.5426</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1245.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.0823</td></tr>
<tr><td colspan=3>tsnr</td><td>43.73634052905254</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>