ds005256-mriqc/sub-0059_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 11d67ab8d6 [DATALAD RUNCMD] Compute MRIQC for sub-0059
=== 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-0059 --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-0059",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:39 +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-0059_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0059_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-01/func/sub-0059_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>20df8232d2e2272887a14dc44bad9768</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:21:26.087500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999072, -0.0239215, 0.0358115, 0.0205787, 0.995641, 0.0909652]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969932</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7760, -7264, 540, -88, -250, -23, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>284c73bf-22a5-44fd-822a-440bcf6c598b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804378032684326, 0.05521111935377121, 0.1021447703242302, 105.10557556152344], [0.06417951732873917, 2.6712331771850586, 0.2433883100748062, -102.5382080078125], [0.09607954323291779, -0.24405288696289062, 2.6870670318603516, -66.02936553955078], [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': ['112126.087500', '112126.547500', '112127.007500', '112127.467500', '112127.927500', '112128.387500', '112128.847500', '112129.307500', '112129.767500', '112130.227500', '112130.687500', '112131.147500', '112131.607500', '112132.067500', '112132.527500', '112132.987500', '112133.447500', '112133.907500', '112134.367500', '112134.827500', '112135.287500', '112135.747500', '112136.207500', '112136.667500', '112137.127500', '112137.587500', '112138.047500', '112138.507500', '112138.967500', '112139.427500', '112139.887500', '112140.347500', '112140.807500', '112141.267500', '112141.727500', '112142.187500', '112142.647500', '112143.107500', '112143.567500', '112144.027500', '112144.487500', '112144.947500', '112145.407500', '112145.867500', '112146.327500', '112146.787500', '112147.247500', '112147.707500', '112148.167500', '112148.627500', '112149.087500', '112149.547500', '112150.007500', '112150.467500', '112150.927500', '112151.387500', '112151.847500', '112152.307500', '112152.767500', '112153.227500', '112153.687500', '112154.147500', '112154.607500', '112155.067500', '112155.527500', '112155.987500', '112156.447500', '112156.907500', '112157.367500', '112157.827500', '112158.287500', '112158.747500', '112159.207500', '112159.667500', '112200.127500', '112200.587500', '112201.047500', '112201.507500', '112201.967500', '112202.427500', '112202.887500', '112203.347500', '112203.807500', '112204.267500', '112204.727500', '112205.187500', '112205.647500', '112206.107500', '112206.567500', '112207.027500', '112207.487500', '112207.947500', '112208.407500', '112208.867500', '112209.327500', '112209.787500', '112210.247500', '112210.707500', '112211.167500', '112211.627500', '112212.087500', '112212.547500', '112213.007500', '112213.467500', '112213.927500', '112214.387500', '112214.847500', '112215.307500', '112215.767500', '112216.227500', '112216.687500', '112217.147500', '112217.607500', '112218.067500', '112218.527500', '112218.987500', '112219.447500', '112219.907500', '112220.367500', '112220.827500', '112221.287500', '112221.747500', '112222.207500', '112222.667500', '112223.127500', '112223.587500', '112224.047500', '112224.507500', '112224.967500', '112225.427500', '112225.887500', '112226.347500', '112226.807500', '112227.267500', '112227.727500', '112228.187500', '112228.647500', '112229.107500', '112229.567500', '112230.027500', '112230.487500', '112230.947500', '112231.407500', '112231.867500', '112232.327500', '112232.787500', '112233.247500', '112233.707500', '112234.167500', '112234.627500', '112235.087500', '112235.547500', '112236.007500', '112236.467500', '112236.927500', '112237.387500', '112237.847500', '112238.307500', '112238.767500', '112239.227500', '112239.687500', '112240.147500', '112240.607500', '112241.067500', '112241.527500', '112241.987500', '112242.447500', '112242.907500', '112243.367500', '112243.827500', '112244.287500', '112244.747500', '112245.207500', '112245.667500', '112246.127500', '112246.587500', '112247.047500', '112247.507500', '112247.967500', '112248.427500', '112248.887500', '112249.347500', '112249.807500', '112250.267500', '112250.727500', '112251.187500', '112251.647500', '112252.107500', '112252.567500', '112253.027500', '112253.487500', '112253.947500', '112254.407500', '112254.867500', '112255.327500', '112255.787500', '112256.247500', '112256.707500', '112257.167500', '112257.627500', '112258.087500', '112258.547500', '112259.007500', '112259.467500', '112259.927500', '112300.387500', '112300.847500', '112301.307500', '112301.767500', '112302.227500', '112302.687500', '112303.147500', '112303.607500', '112304.067500', '112304.527500', '112304.987500', '112305.447500', '112305.907500', '112306.367500', '112306.827500', '112307.287500', '112307.747500', '112308.207500', '112308.667500', '112309.127500', '112309.587500', '112310.047500', '112310.507500', '112310.967500', '112311.427500', '112311.887500', '112312.347500', '112312.807500', '112313.267500', '112313.727500', '112314.187500', '112314.647500', '112315.107500', '112315.567500', '112316.027500', '112316.487500', '112316.947500', '112317.407500', '112317.867500', '112318.327500', '112318.787500', '112319.247500', '112319.707500', '112320.167500', '112320.627500', '112321.087500', '112321.547500', '112322.007500', '112322.467500', '112322.927500', '112323.387500', '112323.847500', '112324.307500', '112324.767500', '112325.227500', '112325.687500', '112326.147500', '112326.607500', '112327.067500', '112327.527500', '112327.987500', '112328.447500', '112328.907500', '112329.367500', '112329.827500', '112330.287500', '112330.747500', '112331.207500', '112331.667500', '112332.127500', '112332.587500', '112333.047500', '112333.507500', '112333.967500', '112334.427500', '112334.887500', '112335.347500', '112335.807500', '112336.267500', '112336.727500', '112337.187500', '112337.647500', '112338.107500', '112338.567500', '112339.027500', '112339.487500', '112339.947500', '112340.407500', '112340.867500', '112341.327500', '112341.787500', '112342.247500', '112342.707500', '112343.167500', '112343.627500', '112344.087500', '112344.547500', '112345.007500', '112345.467500', '112345.927500', '112346.387500', '112346.847500', '112347.307500', '112347.767500', '112348.227500', '112348.687500', '112349.147500', '112349.607500', '112350.067500', '112350.527500', '112350.987500', '112351.447500', '112351.907500', '112352.367500', '112352.827500', '112353.287500', '112353.747500', '112354.207500', '112354.667500', '112355.127500', '112355.587500', '112356.047500', '112356.507500', '112356.967500', '112357.427500', '112357.887500', '112358.347500', '112358.807500', '112359.267500', '112359.727500', '112400.187500', '112400.647500', '112401.107500', '112401.567500', '112402.027500', '112402.487500', '112402.947500', '112403.407500', '112403.867500', '112404.327500', '112404.787500', '112405.247500', '112405.707500', '112406.167500', '112406.627500', '112407.087500', '112407.547500', '112408.007500', '112408.467500', '112408.927500', '112409.387500', '112409.847500', '112410.307500', '112410.767500', '112411.227500', '112411.687500', '112412.147500', '112412.607500', '112413.067500', '112413.527500', '112413.987500', '112414.447500', '112414.907500', '112415.367500', '112415.827500', '112416.287500', '112416.747500', '112417.207500', '112417.667500', '112418.127500', '112418.587500', '112419.047500', '112419.507500', '112419.967500', '112420.427500', '112420.887500', '112421.347500', '112421.807500', '112422.267500', '112422.727500', '112423.187500', '112423.647500', '112424.107500', '112424.567500', '112425.027500', '112425.487500', '112425.947500', '112426.407500', '112426.867500', '112427.327500', '112427.787500', '112428.247500', '112428.707500', '112429.167500', '112429.627500', '112430.087500', '112430.547500', '112431.007500', '112431.467500', '112431.927500', '112432.387500', '112432.847500', '112433.307500', '112433.767500', '112434.227500', '112434.687500', '112435.147500', '112435.607500', '112436.067500', '112436.527500', '112436.987500', '112437.447500', '112437.907500', '112438.367500', '112438.827500', '112439.287500', '112439.747500', '112440.207500', '112440.667500', '112441.127500', '112441.587500', '112442.047500', '112442.507500', '112442.967500', '112443.427500', '112443.887500', '112444.347500', '112444.807500', '112445.267500', '112445.727500', '112446.187500', '112446.647500', '112447.107500', '112447.567500', '112448.027500', '112448.487500', '112448.947500', '112449.407500', '112449.867500', '112450.327500', '112450.787500', '112451.247500', '112451.707500', '112452.167500', '112452.627500', '112453.087500', '112453.547500', '112454.007500', '112454.467500', '112454.927500', '112455.387500', '112455.847500', '112456.307500', '112456.767500', '112457.227500', '112457.687500', '112458.147500', '112458.607500', '112459.067500', '112459.527500', '112459.987500', '112500.447500', '112500.907500', '112501.367500', '112501.827500', '112502.287500', '112502.747500', '112503.207500', '112503.667500', '112504.127500', '112504.587500', '112505.047500', '112505.507500', '112505.967500', '112506.427500', '112506.887500', '112507.347500', '112507.807500', '112508.267500', '112508.727500', '112509.187500', '112509.647500', '112510.107500', '112510.567500', '112511.027500', '112511.487500', '112511.947500', '112512.407500', '112512.867500', '112513.327500', '112513.787500', '112514.247500', '112514.707500', '112515.167500', '112515.627500', '112516.087500', '112516.547500', '112517.007500', '112517.467500', '112517.927500', '112518.387500', '112518.847500', '112519.307500', '112519.767500', '112520.227500', '112520.687500', '112521.147500', '112521.607500', '112522.067500', '112522.527500', '112522.987500', '112523.447500', '112523.907500', '112524.367500', '112524.827500', '112525.287500', '112525.747500', '112526.207500', '112526.667500', '112527.127500', '112527.587500', '112528.047500', '112528.507500', '112528.967500', '112529.427500', '112529.887500', '112530.347500', '112530.807500', '112531.267500', '112531.727500', '112532.187500', '112532.647500', '112533.107500', '112533.567500', '112534.027500', '112534.487500', '112534.947500', '112535.407500', '112535.867500', '112536.327500', '112536.787500', '112537.247500', '112537.707500', '112538.167500', '112538.627500', '112539.087500', '112539.547500', '112540.007500', '112540.467500', '112540.927500', '112541.387500', '112541.847500', '112542.307500', '112542.767500', '112543.227500', '112543.687500', '112544.147500', '112544.607500', '112545.067500', '112545.527500', '112545.987500', '112546.447500', '112546.907500', '112547.367500', '112547.827500', '112548.287500', '112548.747500', '112549.207500', '112549.667500', '112550.127500', '112550.587500', '112551.047500', '112551.507500', '112551.967500', '112552.427500', '112552.887500', '112553.347500', '112553.807500', '112554.267500', '112554.727500', '112555.187500', '112555.647500', '112556.107500', '112556.567500', '112557.027500', '112557.487500', '112557.947500', '112558.407500', '112558.867500', '112559.327500', '112559.787500', '112600.247500', '112600.707500', '112601.167500', '112601.627500', '112602.087500', '112602.547500', '112603.007500', '112603.467500', '112603.927500', '112604.387500', '112604.847500', '112605.307500', '112605.767500', '112606.227500', '112606.687500', '112607.147500', '112607.607500', '112608.067500', '112608.527500', '112608.987500', '112609.447500', '112609.907500', '112610.367500', '112610.827500', '112611.287500', '112611.747500', '112612.207500', '112612.667500', '112613.127500', '112613.587500', '112614.047500', '112614.507500', '112614.967500', '112615.427500', '112615.887500', '112616.347500', '112616.807500', '112617.267500', '112617.727500', '112618.187500', '112618.647500', '112619.107500', '112619.567500', '112620.027500', '112620.487500', '112620.947500', '112621.407500', '112621.867500', '112622.327500', '112622.787500', '112623.247500', '112623.707500', '112624.167500', '112624.627500', '112625.087500', '112625.547500', '112626.007500', '112626.467500', '112626.927500', '112627.387500', '112627.847500', '112628.307500', '112628.767500', '112629.227500', '112629.687500', '112630.147500', '112630.607500', '112631.067500', '112631.527500', '112631.987500', '112632.447500', '112632.907500', '112633.367500', '112633.827500', '112634.287500', '112634.747500', '112635.207500', '112635.667500', '112636.127500', '112636.587500', '112637.047500', '112637.507500', '112637.967500', '112638.427500', '112638.887500', '112639.347500', '112639.807500', '112640.267500', '112640.727500', '112641.187500', '112641.647500', '112642.107500', '112642.567500', '112643.027500', '112643.487500', '112643.947500', '112644.407500', '112644.867500', '112645.327500', '112645.787500', '112646.247500', '112646.707500', '112647.167500', '112647.627500', '112648.087500', '112648.547500', '112649.007500', '112649.467500', '112649.927500', '112650.387500', '112650.847500', '112651.307500', '112651.767500', '112652.227500', '112652.687500', '112653.147500', '112653.607500', '112654.067500', '112654.527500', '112654.987500', '112655.447500', '112655.907500', '112656.367500', '112656.827500', '112657.287500', '112657.747500', '112658.207500', '112658.667500', '112659.127500', '112659.587500', '112700.047500', '112700.507500', '112700.967500', '112701.427500', '112701.887500', '112702.347500', '112702.807500', '112703.267500', '112703.727500', '112704.187500', '112704.647500', '112705.107500', '112705.567500', '112706.027500', '112706.487500', '112706.947500', '112707.407500', '112707.867500', '112708.327500', '112708.787500', '112709.247500', '112709.707500', '112710.167500', '112710.627500', '112711.087500', '112711.547500', '112712.007500', '112712.467500', '112712.927500', '112713.387500', '112713.847500', '112714.307500', '112714.767500', '112715.227500', '112715.687500', '112716.147500', '112716.607500', '112717.067500', '112717.527500', '112717.987500', '112718.447500', '112718.907500', '112719.367500', '112719.827500', '112720.287500', '112720.747500', '112721.207500', '112721.667500', '112722.127500', '112722.587500', '112723.047500', '112723.507500', '112723.967500', '112724.427500', '112724.887500', '112725.347500', '112725.807500', '112726.267500', '112726.727500', '112727.187500', '112727.647500', '112728.107500', '112728.567500', '112729.027500', '112729.487500', '112729.947500', '112730.407500', '112730.867500', '112731.327500', '112731.787500', '112732.247500', '112732.707500', '112733.167500', '112733.627500', '112734.087500', '112734.547500', '112735.007500', '112735.467500', '112735.927500', '112736.387500', '112736.847500', '112737.307500', '112737.767500', '112738.227500', '112738.687500', '112739.147500', '112739.607500', '112740.067500', '112740.527500', '112740.987500', '112741.447500', '112741.907500', '112742.367500', '112742.827500', '112743.287500', '112743.747500', '112744.207500', '112744.667500', '112745.127500', '112745.587500', '112746.047500', '112746.507500', '112746.967500', '112747.427500', '112747.887500', '112748.347500', '112748.807500', '112749.267500', '112749.727500', '112750.187500', '112750.647500', '112751.107500', '112751.567500', '112752.027500', '112752.487500', '112752.947500', '112753.407500', '112753.867500', '112754.327500', '112754.787500', '112755.247500', '112755.707500', '112756.167500', '112756.627500', '112757.087500', '112757.547500', '112758.007500', '112758.467500', '112758.927500', '112759.387500', '112759.847500', '112800.307500', '112800.767500', '112801.227500', '112801.687500', '112802.147500', '112802.607500', '112803.067500', '112803.527500', '112803.987500', '112804.447500', '112804.907500', '112805.367500', '112805.827500', '112806.287500', '112806.747500'], 'ContentTime': ['112133.533000', '112133.536000', '112133.539000', '112133.541000', '112133.544000', '112133.547000', '112133.549000', '112133.552000', '112133.554000', '112133.557000', '112133.559000', '112133.562000', '112133.564000', '112153.503000', '112153.506000', '112153.509000', '112153.511000', '112153.514000', '112153.516000', '112153.519000', '112153.527000', '112153.529000', '112153.532000', '112153.534000', '112153.537000', '112153.539000', '112153.542000', '112153.545000', '112153.547000', '112153.550000', '112153.552000', '112153.555000', '112153.557000', '112153.560000', '112153.562000', '112153.565000', '112153.568000', '112153.570000', '112153.573000', '112153.576000', '112153.578000', '112153.581000', '112153.583000', '112153.586000', '112153.589000', '112153.591000', '112153.594000', '112153.596000', '112153.599000', '112153.601000', '112153.604000', '112153.607000', '112153.609000', '112153.612000', '112153.614000', '112153.617000', '112153.619000', '112213.504000', '112213.506000', '112213.509000', '112213.512000', '112213.514000', '112213.517000', '112213.519000', '112213.523000', '112213.526000', '112213.528000', '112213.531000', '112213.534000', '112213.536000', '112213.539000', '112213.541000', '112213.544000', '112213.546000', '112213.549000', '112213.551000', '112213.554000', '112213.556000', '112213.559000', '112213.562000', '112213.564000', '112213.567000', '112213.569000', '112213.572000', '112213.575000', '112213.577000', '112213.580000', '112213.582000', '112213.585000', '112213.588000', '112213.590000', '112213.593000', '112213.595000', '112213.598000', '112213.600000', '112213.603000', '112213.606000', '112213.608000', '112213.611000', '112213.614000', '112233.503000', '112233.506000', '112233.509000', '112233.511000', '112233.514000', '112233.517000', '112233.519000', '112233.522000', '112233.524000', '112233.527000', '112233.529000', '112233.532000', '112233.535000', '112233.537000', '112233.540000', '112233.542000', '112233.545000', '112233.547000', '112233.550000', '112233.552000', '112233.555000', '112233.558000', '112233.560000', '112233.563000', '112233.565000', '112233.568000', '112233.584000', '112233.587000', '112233.589000', '112233.592000', '112233.594000', '112233.597000', '112233.600000', '112233.602000', '112233.605000', '112233.607000', '112233.610000', '112233.612000', '112233.615000', '112233.617000', '112233.620000', '112233.623000', '112233.625000', '112233.628000', '112253.503000', '112253.506000', '112253.509000', '112253.511000', '112253.514000', '112253.516000', '112253.519000', '112253.522000', '112253.528000', '112253.530000', '112253.533000', '112253.535000', '112253.538000', '112253.541000', '112253.543000', '112253.546000', '112253.548000', '112253.551000', '112253.553000', '112253.556000', '112253.559000', '112253.561000', '112253.564000', '112253.566000', '112253.569000', '112253.571000', '112253.574000', '112253.577000', '112253.579000', '112253.582000', '112253.584000', '112253.587000', '112253.590000', '112253.592000', '112253.595000', '112253.597000', '112253.600000', '112253.603000', '112253.605000', '112253.608000', '112253.610000', '112253.613000', '112253.615000', '112313.504000', '112313.506000', '112313.509000', '112313.512000', '112313.514000', '112313.517000', '112313.519000', '112313.522000', '112313.524000', '112313.527000', '112313.529000', '112313.532000', '112313.535000', '112313.537000', '112313.540000', '112313.543000', '112313.545000', '112313.551000', '112313.553000', '112313.556000', '112313.559000', '112313.561000', '112313.564000', '112313.566000', '112313.569000', '112313.571000', '112313.574000', '112313.576000', '112313.579000', '112313.582000', '112313.584000', '112313.587000', '112313.589000', '112313.592000', '112313.594000', '112313.597000', '112313.600000', '112313.602000', '112313.605000', '112313.607000', '112313.610000', '112313.613000', '112313.615000', '112333.504000', '112333.506000', '112333.509000', '112333.511000', '112333.514000', '112333.517000', '112333.519000', '112333.522000', '112333.524000', '112333.527000', '112333.530000', '112333.532000', '112333.535000', '112333.537000', '112333.540000', '112333.542000', '112333.545000', '112333.548000', '112333.550000', '112333.553000', '112333.555000', '112333.558000', '112333.561000', '112333.563000', '112333.566000', '112333.568000', '112333.571000', '112333.573000', '112333.576000', '112333.579000', '112333.581000', '112333.584000', '112333.586000', '112333.589000', '112333.591000', '112333.594000', '112333.597000', '112333.599000', '112333.602000', '112333.605000', '112333.607000', '112333.610000', '112333.612000', '112333.615000', '112353.504000', '112353.506000', '112353.509000', '112353.511000', '112353.514000', '112353.517000', '112353.519000', '112353.522000', '112353.525000', '112353.527000', '112353.530000', '112353.532000', '112353.535000', '112353.537000', '112353.540000', '112353.543000', '112353.545000', '112353.548000', '112353.551000', '112353.553000', '112353.556000', '112353.559000', '112353.561000', '112353.564000', '112353.566000', '112353.569000', '112353.572000', '112353.574000', '112353.577000', '112353.579000', '112353.582000', '112353.585000', '112353.587000', '112353.590000', '112353.592000', '112353.595000', '112353.597000', '112353.600000', '112353.603000', '112353.605000', '112353.608000', '112353.610000', '112353.613000', '112353.616000', '112413.504000', '112413.507000', '112413.509000', '112413.512000', '112413.514000', '112413.517000', '112413.520000', '112413.522000', '112413.525000', '112413.527000', '112413.530000', '112413.533000', '112413.535000', '112413.538000', '112413.540000', '112413.543000', '112413.545000', '112413.548000', '112413.551000', '112413.553000', '112413.556000', '112413.569000', '112413.572000', '112413.575000', '112413.577000', '112413.580000', '112413.582000', '112413.585000', '112413.588000', '112413.590000', '112413.593000', '112413.595000', '112413.598000', '112413.601000', '112413.603000', '112413.606000', '112413.609000', '112413.611000', '112413.614000', '112413.616000', '112413.619000', '112413.621000', '112413.624000', '112433.503000', '112433.506000', '112433.509000', '112433.512000', '112433.514000', '112433.517000', '112433.519000', '112433.522000', '112433.525000', '112433.527000', '112433.530000', '112433.532000', '112433.535000', '112433.538000', '112433.540000', '112433.543000', '112433.545000', '112433.548000', '112433.550000', '112433.553000', '112433.556000', '112433.558000', '112433.561000', '112433.564000', '112433.566000', '112433.569000', '112433.571000', '112433.574000', '112433.576000', '112433.579000', '112433.582000', '112433.584000', '112433.587000', '112433.589000', '112433.592000', '112433.595000', '112433.597000', '112433.600000', '112433.602000', '112433.605000', '112433.608000', '112433.610000', '112433.613000', '112433.615000', '112453.504000', '112453.506000', '112453.509000', '112453.512000', '112453.514000', '112453.517000', '112453.519000', '112453.522000', '112453.525000', '112453.527000', '112453.530000', '112453.532000', '112453.535000', '112453.537000', '112453.540000', '112453.543000', '112453.545000', '112453.548000', '112453.551000', '112453.553000', '112453.556000', '112453.558000', '112453.566000', '112453.568000', '112453.571000', '112453.573000', '112453.576000', '112453.579000', '112453.581000', '112453.584000', '112453.586000', '112453.589000', '112453.591000', '112453.594000', '112453.597000', '112453.599000', '112453.602000', '112453.605000', '112453.607000', '112453.610000', '112453.612000', '112453.615000', '112453.618000', '112513.503000', '112513.506000', '112513.509000', '112513.511000', '112513.514000', '112513.517000', '112513.519000', '112513.522000', '112513.524000', '112513.527000', '112513.531000', '112513.533000', '112513.536000', '112513.538000', '112513.541000', '112513.543000', '112513.546000', '112513.549000', '112513.551000', '112513.554000', '112513.556000', '112513.559000', '112513.562000', '112513.564000', '112513.567000', '112513.569000', '112513.572000', '112513.574000', '112513.577000', '112513.580000', '112513.582000', '112513.585000', '112513.588000', '112513.590000', '112513.593000', '112513.596000', '112513.598000', '112513.601000', '112513.604000', '112513.606000', '112513.609000', '112513.611000', '112513.614000', '112513.616000', '112533.504000', '112533.507000', '112533.509000', '112533.512000', '112533.514000', '112533.517000', '112533.519000', '112533.522000', '112533.525000', '112533.527000', '112533.530000', '112533.532000', '112533.535000', '112533.538000', '112533.540000', '112533.543000', '112533.545000', '112533.548000', '112533.551000', '112533.553000', '112533.556000', '112533.558000', '112533.561000', '112533.564000', '112533.566000', '112533.569000', '112533.571000', '112533.574000', '112533.576000', '112533.579000', '112533.582000', '112533.584000', '112533.587000', '112533.589000', '112533.592000', '112533.595000', '112533.597000', '112533.600000', '112533.603000', '112533.605000', '112533.608000', '112533.610000', '112533.613000', '112553.504000', '112553.506000', '112553.509000', '112553.521000', '112553.524000', '112553.527000', '112553.529000', '112553.532000', '112553.534000', '112553.537000', '112553.539000', '112553.542000', '112553.545000', '112553.547000', '112553.550000', '112553.552000', '112553.555000', '112553.558000', '112553.560000', '112553.563000', '112553.565000', '112553.568000', '112553.571000', '112553.573000', '112553.576000', '112553.578000', '112553.581000', '112553.584000', '112553.586000', '112553.589000', '112553.591000', '112553.594000', '112553.597000', '112553.599000', '112553.602000', '112553.604000', '112553.607000', '112553.609000', '112553.612000', '112553.615000', '112553.617000', '112553.620000', '112553.622000', '112553.625000', '112613.504000', '112613.506000', '112613.509000', '112613.512000', '112613.514000', '112613.517000', '112613.519000', '112613.522000', '112613.525000', '112613.527000', '112613.530000', '112613.532000', '112613.535000', '112613.538000', '112613.540000', '112613.543000', '112613.545000', '112613.548000', '112613.551000', '112613.553000', '112613.556000', '112613.558000', '112613.561000', '112613.563000', '112613.566000', '112613.569000', '112613.571000', '112613.574000', '112613.577000', '112613.579000', '112613.582000', '112613.584000', '112613.587000', '112613.590000', '112613.592000', '112613.595000', '112613.597000', '112613.600000', '112613.603000', '112613.605000', '112613.608000', '112613.610000', '112613.613000', '112633.504000', '112633.507000', '112633.509000', '112633.512000', '112633.515000', '112633.517000', '112633.520000', '112633.522000', '112633.525000', '112633.527000', '112633.530000', '112633.533000', '112633.535000', '112633.538000', '112633.540000', '112633.543000', '112633.545000', '112633.548000', '112633.551000', '112633.553000', '112633.556000', '112633.559000', '112633.561000', '112633.564000', '112633.567000', '112633.570000', '112633.573000', '112633.575000', '112633.578000', '112633.581000', '112633.583000', '112633.586000', '112633.589000', '112633.591000', '112633.594000', '112633.596000', '112633.599000', '112633.602000', '112633.604000', '112633.607000', '112633.610000', '112633.612000', '112633.615000', '112653.503000', '112653.506000', '112653.509000', '112653.511000', '112653.514000', '112653.517000', '112653.519000', '112653.522000', '112653.524000', '112653.527000', '112653.530000', '112653.532000', '112653.535000', '112653.537000', '112653.540000', '112653.543000', '112653.545000', '112653.548000', '112653.551000', '112653.553000', '112653.556000', '112653.558000', '112653.561000', '112653.563000', '112653.566000', '112653.569000', '112653.571000', '112653.574000', '112653.577000', '112653.579000', '112653.582000', '112653.590000', '112653.593000', '112653.595000', '112653.598000', '112653.601000', '112653.603000', '112653.606000', '112653.609000', '112653.611000', '112653.614000', '112653.616000', '112653.619000', '112653.622000', '112713.503000', '112713.506000', '112713.509000', '112713.511000', '112713.514000', '112713.517000', '112713.519000', '112713.522000', '112713.524000', '112713.527000', '112713.530000', '112713.532000', '112713.535000', '112713.537000', '112713.540000', '112713.543000', '112713.545000', '112713.548000', '112713.550000', '112713.553000', '112713.556000', '112713.559000', '112713.562000', '112713.565000', '112713.567000', '112713.570000', '112713.572000', '112713.575000', '112713.589000', '112713.591000', '112713.594000', '112713.596000', '112713.599000', '112713.602000', '112713.604000', '112713.607000', '112713.610000', '112713.612000', '112713.615000', '112713.617000', '112713.620000', '112713.622000', '112713.625000', '112733.504000', '112733.508000', '112733.511000', '112733.513000', '112733.516000', '112733.518000', '112733.521000', '112733.524000', '112733.526000', '112733.529000', '112733.531000', '112733.534000', '112733.536000', '112733.539000', '112733.542000', '112733.544000', '112733.547000', '112733.549000', '112733.552000', '112733.555000', '112733.557000', '112733.560000', '112733.562000', '112733.565000', '112733.568000', '112733.570000', '112733.573000', '112733.575000', '112733.578000', '112733.581000', '112733.583000', '112733.586000', '112733.588000', '112733.591000', '112733.593000', '112733.596000', '112733.599000', '112733.601000', '112733.604000', '112733.607000', '112733.609000', '112733.612000', '112733.614000', '112733.617000', '112753.504000', '112753.507000', '112753.509000', '112753.512000', '112753.514000', '112753.517000', '112753.519000', '112753.522000', '112753.525000', '112753.527000', '112753.530000', '112753.532000', '112753.535000', '112753.538000', '112753.540000', '112753.543000', '112753.545000', '112753.548000', '112753.550000', '112753.553000', '112753.556000', '112753.558000', '112753.561000', '112753.564000', '112753.567000', '112753.570000', '112753.573000', '112753.575000', '112753.578000', '112753.580000', '112753.583000', '112753.585000', '112753.588000', '112753.591000', '112753.593000', '112753.596000', '112753.598000', '112753.601000', '112753.604000', '112753.606000', '112753.609000', '112753.612000', '112753.615000', '112808.287000', '112808.290000', '112808.293000', '112808.296000', '112808.303000', '112808.306000', '112808.309000', '112808.311000', '112808.314000', '112808.317000', '112808.321000', '112808.323000', '112808.326000', '112808.329000', '112808.331000', '112808.334000', '112808.337000', '112808.339000', '112808.342000', '112808.345000', '112808.347000', '112808.350000', '112808.353000', '112808.356000', '112808.358000', '112808.361000', '112808.364000', '112808.367000', '112808.369000', '112808.372000', '112808.375000', '112808.377000', '112808.380000'], 'InstanceCreationTime': ['112133.533000', '112133.536000', '112133.539000', '112133.541000', '112133.544000', '112133.547000', '112133.549000', '112133.552000', '112133.554000', '112133.557000', '112133.559000', '112133.562000', '112133.564000', '112153.503000', '112153.506000', '112153.509000', '112153.511000', '112153.514000', '112153.516000', '112153.519000', '112153.527000', '112153.529000', '112153.532000', '112153.534000', '112153.537000', '112153.539000', '112153.542000', '112153.545000', '112153.547000', '112153.550000', '112153.552000', '112153.555000', '112153.557000', '112153.560000', '112153.562000', '112153.565000', '112153.568000', '112153.570000', '112153.573000', '112153.576000', '112153.578000', '112153.581000', '112153.583000', '112153.586000', '112153.589000', '112153.591000', '112153.594000', '112153.596000', '112153.599000', '112153.601000', '112153.604000', '112153.607000', '112153.609000', '112153.612000', '112153.614000', '112153.617000', '112153.619000', '112213.504000', '112213.506000', '112213.509000', '112213.512000', '112213.514000', '112213.517000', '112213.519000', '112213.523000', '112213.526000', '112213.528000', '112213.531000', '112213.534000', '112213.536000', '112213.539000', '112213.541000', '112213.544000', '112213.546000', '112213.549000', '112213.551000', '112213.554000', '112213.556000', '112213.559000', '112213.562000', '112213.564000', '112213.567000', '112213.569000', '112213.572000', '112213.575000', '112213.577000', '112213.580000', '112213.582000', '112213.585000', '112213.588000', '112213.590000', '112213.593000', '112213.595000', '112213.598000', '112213.600000', '112213.603000', '112213.606000', '112213.608000', '112213.611000', '112213.614000', '112233.503000', '112233.506000', '112233.509000', '112233.511000', '112233.514000', '112233.517000', '112233.519000', '112233.522000', '112233.524000', '112233.527000', '112233.529000', '112233.532000', '112233.535000', '112233.537000', '112233.540000', '112233.542000', '112233.545000', '112233.547000', '112233.550000', '112233.552000', '112233.555000', '112233.558000', '112233.560000', '112233.563000', '112233.565000', '112233.568000', '112233.584000', '112233.587000', '112233.589000', '112233.592000', '112233.594000', '112233.597000', '112233.600000', '112233.602000', '112233.605000', '112233.607000', '112233.610000', '112233.612000', '112233.615000', '112233.617000', '112233.620000', '112233.623000', '112233.625000', '112233.628000', '112253.503000', '112253.506000', '112253.509000', '112253.511000', '112253.514000', '112253.516000', '112253.519000', '112253.522000', '112253.528000', '112253.530000', '112253.533000', '112253.535000', '112253.538000', '112253.541000', '112253.543000', '112253.546000', '112253.548000', '112253.551000', '112253.553000', '112253.556000', '112253.559000', '112253.561000', '112253.564000', '112253.566000', '112253.569000', '112253.571000', '112253.574000', '112253.577000', '112253.579000', '112253.582000', '112253.584000', '112253.587000', '112253.590000', '112253.592000', '112253.595000', '112253.597000', '112253.600000', '112253.603000', '112253.605000', '112253.608000', '112253.610000', '112253.613000', '112253.615000', '112313.504000', '112313.506000', '112313.509000', '112313.512000', '112313.514000', '112313.517000', '112313.519000', '112313.522000', '112313.524000', '112313.527000', '112313.529000', '112313.532000', '112313.535000', '112313.537000', '112313.540000', '112313.543000', '112313.545000', '112313.551000', '112313.553000', '112313.556000', '112313.559000', '112313.561000', '112313.564000', '112313.566000', '112313.569000', '112313.571000', '112313.574000', '112313.576000', '112313.579000', '112313.582000', '112313.584000', '112313.587000', '112313.589000', '112313.592000', '112313.594000', '112313.597000', '112313.600000', '112313.602000', '112313.605000', '112313.607000', '112313.610000', '112313.613000', '112313.615000', '112333.504000', '112333.506000', '112333.509000', '112333.511000', '112333.514000', '112333.517000', '112333.519000', '112333.522000', '112333.524000', '112333.527000', '112333.530000', '112333.532000', '112333.535000', '112333.537000', '112333.540000', '112333.542000', '112333.545000', '112333.548000', '112333.550000', '112333.553000', '112333.555000', '112333.558000', '112333.561000', '112333.563000', '112333.566000', '112333.568000', '112333.571000', '112333.573000', '112333.576000', '112333.579000', '112333.581000', '112333.584000', '112333.586000', '112333.589000', '112333.591000', '112333.594000', '112333.597000', '112333.599000', '112333.602000', '112333.605000', '112333.607000', '112333.610000', '112333.612000', '112333.615000', '112353.504000', '112353.506000', '112353.509000', '112353.511000', '112353.514000', '112353.517000', '112353.519000', '112353.522000', '112353.525000', '112353.527000', '112353.530000', '112353.532000', '112353.535000', '112353.537000', '112353.540000', '112353.543000', '112353.545000', '112353.548000', '112353.551000', '112353.553000', '112353.556000', '112353.559000', '112353.561000', '112353.564000', '112353.566000', '112353.569000', '112353.572000', '112353.574000', '112353.577000', '112353.579000', '112353.582000', '112353.585000', '112353.587000', '112353.590000', '112353.592000', '112353.595000', '112353.597000', '112353.600000', '112353.603000', '112353.605000', '112353.608000', '112353.610000', '112353.613000', '112353.616000', '112413.504000', '112413.507000', '112413.509000', '112413.512000', '112413.514000', '112413.517000', '112413.520000', '112413.522000', '112413.525000', '112413.527000', '112413.530000', '112413.533000', '112413.535000', '112413.538000', '112413.540000', '112413.543000', '112413.545000', '112413.548000', '112413.551000', '112413.553000', '112413.556000', '112413.569000', '112413.572000', '112413.575000', '112413.577000', '112413.580000', '112413.582000', '112413.585000', '112413.588000', '112413.590000', '112413.593000', '112413.595000', '112413.598000', '112413.601000', '112413.603000', '112413.606000', '112413.609000', '112413.611000', '112413.614000', '112413.616000', '112413.619000', '112413.621000', '112413.624000', '112433.503000', '112433.506000', '112433.509000', '112433.512000', '112433.514000', '112433.517000', '112433.519000', '112433.522000', '112433.525000', '112433.527000', '112433.530000', '112433.532000', '112433.535000', '112433.538000', '112433.540000', '112433.543000', '112433.545000', '112433.548000', '112433.550000', '112433.553000', '112433.556000', '112433.558000', '112433.561000', '112433.564000', '112433.566000', '112433.569000', '112433.571000', '112433.574000', '112433.576000', '112433.579000', '112433.582000', '112433.584000', '112433.587000', '112433.589000', '112433.592000', '112433.595000', '112433.597000', '112433.600000', '112433.602000', '112433.605000', '112433.608000', '112433.610000', '112433.613000', '112433.615000', '112453.504000', '112453.506000', '112453.509000', '112453.512000', '112453.514000', '112453.517000', '112453.519000', '112453.522000', '112453.525000', '112453.527000', '112453.530000', '112453.532000', '112453.535000', '112453.537000', '112453.540000', '112453.543000', '112453.545000', '112453.548000', '112453.551000', '112453.553000', '112453.556000', '112453.558000', '112453.566000', '112453.568000', '112453.571000', '112453.573000', '112453.576000', '112453.579000', '112453.581000', '112453.584000', '112453.586000', '112453.589000', '112453.591000', '112453.594000', '112453.597000', '112453.599000', '112453.602000', '112453.605000', '112453.607000', '112453.610000', '112453.612000', '112453.615000', '112453.618000', '112513.503000', '112513.506000', '112513.509000', '112513.511000', '112513.514000', '112513.517000', '112513.519000', '112513.522000', '112513.524000', '112513.527000', '112513.531000', '112513.533000', '112513.536000', '112513.538000', '112513.541000', '112513.543000', '112513.546000', '112513.549000', '112513.551000', '112513.554000', '112513.556000', '112513.559000', '112513.562000', '112513.564000', '112513.567000', '112513.569000', '112513.572000', '112513.574000', '112513.577000', '112513.580000', '112513.582000', '112513.585000', '112513.588000', '112513.590000', '112513.593000', '112513.596000', '112513.598000', '112513.601000', '112513.604000', '112513.606000', '112513.609000', '112513.611000', '112513.614000', '112513.616000', '112533.504000', '112533.507000', '112533.509000', '112533.512000', '112533.514000', '112533.517000', '112533.519000', '112533.522000', '112533.525000', '112533.527000', '112533.530000', '112533.532000', '112533.535000', '112533.538000', '112533.540000', '112533.543000', '112533.545000', '112533.548000', '112533.551000', '112533.553000', '112533.556000', '112533.558000', '112533.561000', '112533.564000', '112533.566000', '112533.569000', '112533.571000', '112533.574000', '112533.576000', '112533.579000', '112533.582000', '112533.584000', '112533.587000', '112533.589000', '112533.592000', '112533.595000', '112533.597000', '112533.600000', '112533.603000', '112533.605000', '112533.608000', '112533.610000', '112533.613000', '112553.504000', '112553.506000', '112553.509000', '112553.521000', '112553.524000', '112553.527000', '112553.529000', '112553.532000', '112553.534000', '112553.537000', '112553.539000', '112553.542000', '112553.545000', '112553.547000', '112553.550000', '112553.552000', '112553.555000', '112553.558000', '112553.560000', '112553.563000', '112553.565000', '112553.568000', '112553.571000', '112553.573000', '112553.576000', '112553.578000', '112553.581000', '112553.584000', '112553.586000', '112553.589000', '112553.591000', '112553.594000', '112553.597000', '112553.599000', '112553.602000', '112553.604000', '112553.607000', '112553.609000', '112553.612000', '112553.615000', '112553.617000', '112553.620000', '112553.622000', '112553.625000', '112613.504000', '112613.506000', '112613.509000', '112613.512000', '112613.514000', '112613.517000', '112613.519000', '112613.522000', '112613.525000', '112613.527000', '112613.530000', '112613.532000', '112613.535000', '112613.538000', '112613.540000', '112613.543000', '112613.545000', '112613.548000', '112613.551000', '112613.553000', '112613.556000', '112613.558000', '112613.561000', '112613.563000', '112613.566000', '112613.569000', '112613.571000', '112613.574000', '112613.577000', '112613.579000', '112613.582000', '112613.584000', '112613.587000', '112613.590000', '112613.592000', '112613.595000', '112613.597000', '112613.600000', '112613.603000', '112613.605000', '112613.608000', '112613.610000', '112613.613000', '112633.504000', '112633.507000', '112633.509000', '112633.512000', '112633.515000', '112633.517000', '112633.520000', '112633.522000', '112633.525000', '112633.527000', '112633.530000', '112633.533000', '112633.535000', '112633.538000', '112633.540000', '112633.543000', '112633.545000', '112633.548000', '112633.551000', '112633.553000', '112633.556000', '112633.559000', '112633.561000', '112633.564000', '112633.567000', '112633.570000', '112633.573000', '112633.575000', '112633.578000', '112633.581000', '112633.583000', '112633.586000', '112633.589000', '112633.591000', '112633.594000', '112633.596000', '112633.599000', '112633.602000', '112633.604000', '112633.607000', '112633.610000', '112633.612000', '112633.615000', '112653.503000', '112653.506000', '112653.509000', '112653.511000', '112653.514000', '112653.517000', '112653.519000', '112653.522000', '112653.524000', '112653.527000', '112653.530000', '112653.532000', '112653.535000', '112653.537000', '112653.540000', '112653.543000', '112653.545000', '112653.548000', '112653.551000', '112653.553000', '112653.556000', '112653.558000', '112653.561000', '112653.563000', '112653.566000', '112653.569000', '112653.571000', '112653.574000', '112653.577000', '112653.579000', '112653.582000', '112653.590000', '112653.593000', '112653.595000', '112653.598000', '112653.601000', '112653.603000', '112653.606000', '112653.609000', '112653.611000', '112653.614000', '112653.616000', '112653.619000', '112653.622000', '112713.503000', '112713.506000', '112713.509000', '112713.511000', '112713.514000', '112713.517000', '112713.519000', '112713.522000', '112713.524000', '112713.527000', '112713.530000', '112713.532000', '112713.535000', '112713.537000', '112713.540000', '112713.543000', '112713.545000', '112713.548000', '112713.550000', '112713.553000', '112713.556000', '112713.559000', '112713.562000', '112713.565000', '112713.567000', '112713.570000', '112713.572000', '112713.575000', '112713.589000', '112713.591000', '112713.594000', '112713.596000', '112713.599000', '112713.602000', '112713.604000', '112713.607000', '112713.610000', '112713.612000', '112713.615000', '112713.617000', '112713.620000', '112713.622000', '112713.625000', '112733.504000', '112733.508000', '112733.511000', '112733.513000', '112733.516000', '112733.518000', '112733.521000', '112733.524000', '112733.526000', '112733.529000', '112733.531000', '112733.534000', '112733.536000', '112733.539000', '112733.542000', '112733.544000', '112733.547000', '112733.549000', '112733.552000', '112733.555000', '112733.557000', '112733.560000', '112733.562000', '112733.565000', '112733.568000', '112733.570000', '112733.573000', '112733.575000', '112733.578000', '112733.581000', '112733.583000', '112733.586000', '112733.588000', '112733.591000', '112733.593000', '112733.596000', '112733.599000', '112733.601000', '112733.604000', '112733.607000', '112733.609000', '112733.612000', '112733.614000', '112733.617000', '112753.504000', '112753.507000', '112753.509000', '112753.512000', '112753.514000', '112753.517000', '112753.519000', '112753.522000', '112753.525000', '112753.527000', '112753.530000', '112753.532000', '112753.535000', '112753.538000', '112753.540000', '112753.543000', '112753.545000', '112753.548000', '112753.550000', '112753.553000', '112753.556000', '112753.558000', '112753.561000', '112753.564000', '112753.567000', '112753.570000', '112753.573000', '112753.575000', '112753.578000', '112753.580000', '112753.583000', '112753.585000', '112753.588000', '112753.591000', '112753.593000', '112753.596000', '112753.598000', '112753.601000', '112753.604000', '112753.606000', '112753.609000', '112753.612000', '112753.615000', '112808.287000', '112808.290000', '112808.293000', '112808.296000', '112808.303000', '112808.306000', '112808.309000', '112808.311000', '112808.314000', '112808.317000', '112808.321000', '112808.323000', '112808.326000', '112808.329000', '112808.331000', '112808.334000', '112808.337000', '112808.339000', '112808.342000', '112808.345000', '112808.347000', '112808.350000', '112808.353000', '112808.356000', '112808.358000', '112808.361000', '112808.364000', '112808.367000', '112808.369000', '112808.372000', '112808.375000', '112808.377000', '112808.380000'], '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': [14654, 10541, 14564, 10593, 14761, 10418, 10881, 8609, 8078, 11076, 8156, 13556, 9578, 14957, 10768, 14326, 10515, 12051, 9496, 11567, 9800, 11865, 10439, 10642, 11813, 7853, 12391, 8374, 13380, 9204, 10934, 10026, 9822, 11728, 7507, 13351, 9029, 14726, 10572, 15631, 11277, 16137, 10821, 15025, 9825, 12590, 8658, 9590, 9280, 8109, 11589, 8587, 13633, 9130, 9360, 8911, 7864, 13076, 9079, 11352, 9735, 8478, 14083, 9583, 15374, 9936, 15595, 9956, 15120, 11301, 14698, 9593, 9474, 9866, 7525, 12958, 8635, 11082, 8396, 7837, 11702, 7976, 12187, 9268, 7641, 11886, 8488, 15182, 10341, 12613, 10798, 9054, 12412, 8906, 15810, 8275, 12709, 9368, 7253, 12136, 8214, 9172, 10281, 8811, 11355, 10213, 8241, 14159, 9815, 15652, 9750, 14373, 10160, 11214, 9513, 7963, 13882, 9138, 7349, 9933, 7505, 7570, 10204, 7668, 13354, 8114, 14623, 8879, 14247, 14065, 11107, 15564, 11938, 15669, 11760, 14043, 9651, 12285, 9806, 12347, 9772, 11053, 8756, 7803, 11902, 8361, 13436, 8871, 13921, 9849, 14475, 10230, 11702, 9558, 9469, 10183, 8902, 12119, 8361, 15147, 9201, 11992, 9324, 8328, 12105, 7669, 14885, 10275, 10478, 10409, 7975, 14110, 9899, 14175, 10647, 12319, 11452, 10031, 15118, 9979, 15343, 9940, 11745, 9394, 7883, 13309, 9220, 13396, 8708, 8080, 12589, 7732, 8018, 12651, 8394, 9293, 10415, 7836, 12812, 10205, 8465, 13773, 8960, 14609, 9426, 14612, 9245, 8315, 10674, 7697, 14212, 9077, 12544, 9348, 7038, 12367, 8501, 10331, 9317, 7853, 13765, 8796, 12822, 9534, 8446, 11657, 8202, 14323, 9562, 13140, 9705, 9632, 11894, 8292, 14627, 9540, 16088, 9508, 11548, 8770, 7598, 12877, 7855, 14560, 8952, 11342, 8439, 7365, 12570, 8230, 14289, 9745, 13970, 9556, 13825, 9672, 8577, 10935, 7268, 14312, 8510, 14681, 9718, 14444, 9292, 8509, 9296, 7197, 13668, 8495, 14691, 9814, 12068, 9793, 9032, 11203, 8103, 14139, 9084, 13978, 9740, 9824, 10141, 7759, 13402, 8613, 14360, 9278, 10720, 8564, 8921, 11219, 7826, 13922, 8736, 12581, 9547, 10176, 11871, 11392, 13662, 10738, 16777, 8764, 9440, 9256, 7428, 10957, 8170, 7574, 12152, 7696, 11894, 10986, 8863, 15206, 11360, 14762, 9457, 10811, 9031, 8562, 11984, 8088, 13594, 8242, 9541, 7975, 7992, 10724, 7513, 13951, 9269, 11923, 8825, 6992, 11835, 7753, 13369, 8882, 8339, 10604, 7529, 11494, 8766, 10584, 11107, 9546, 12936, 7838, 13883, 9052, 14881, 10470, 17315, 10793, 10599, 9724, 7458, 13566, 8900, 14505, 10297, 15039, 9215, 11008, 9395, 8850, 11317, 8265, 13891, 9062, 13609, 9177, 8832, 11626, 8208, 14875, 9536, 11983, 9458, 9544, 10608, 8608, 14005, 8577, 14517, 10154, 12916, 10282, 14041, 11878, 9029, 12782, 8001, 14059, 9396, 14419, 9869, 12320, 9830, 11842, 10021, 7754, 12210, 8229, 15018, 9783, 12242, 9734, 7641, 11967, 7686, 7942, 9480, 7650, 12279, 9059, 11891, 11139, 11527, 8074, 12684, 8076, 13465, 8364, 12722, 8727, 13124, 8265, 13084, 8554, 9997, 9463, 7839, 12384, 7585, 13959, 9083, 14020, 9339, 14387, 10364, 14391, 9756, 9398, 11037, 8042, 12422, 8002, 13722, 9352, 14154, 8778, 10283, 8816, 8924, 11208, 8081, 13896, 9303, 14767, 10240, 11929, 10214, 12642, 11487, 13079, 12577, 7797, 13180, 8367, 13965, 9536, 14538, 10133, 10946, 9318, 7278, 12731, 7700, 14137, 8500, 13327, 8758, 12590, 7341, 13017, 7930, 13322, 8786, 14498, 9948, 10170, 8424, 7299, 11659, 7616, 9984, 9798, 8768, 13659, 8992, 13081, 11591, 13988, 12168, 11563, 10717, 10786, 11357, 11992, 9324, 12818, 7996, 13160, 8921, 14384, 9740, 12353, 9523, 9469, 10892, 6946, 13395, 8734, 14471, 10152, 12600, 10028, 8260, 11485, 7604, 13371, 8984, 14330, 10077, 11655, 9820, 7758, 12611, 7897, 14157, 9145, 14406, 10031, 13869, 9460, 8251, 10912, 7134, 13816, 9218, 14855, 10366, 17919, 11034, 15952, 9378, 13105, 9451, 11170, 10394, 10768, 12919, 8104, 13071, 8023, 13954, 8776, 9189, 7350, 7261, 9149, 7460, 7447, 10647, 7864, 12483, 9789, 11513, 14061, 13463, 13130, 12103, 11149, 13877, 11359, 9486, 12350, 7843, 13791, 9008, 10626, 8457, 7603, 11235, 7784, 14039, 9184, 9632, 8695, 7460, 12331, 7858, 13803, 8891, 13566, 9484, 13347, 9031, 7403, 10990, 7490, 10047, 9369, 8264, 11704, 7352, 12839, 8207, 14191, 9829, 12133, 9248, 10234, 11679, 12424, 12465, 11311, 12603, 11166, 11902, 9194, 11553, 8183, 12635, 7987, 13160, 8694, 13625, 9532, 10343, 8686, 7489, 10416, 7243, 7775, 8371, 7308, 12502, 8369, 13612, 9473, 14080, 9808, 13260, 9441, 13672, 9731, 15321, 9648, 12645, 9473, 12218, 9203, 11670, 9499, 9638, 9680, 7156, 11381, 7080, 12831, 8495, 13608, 9845, 12695, 9358, 10756, 9215, 10925, 10156, 12286, 11202, 8920, 12236, 7743, 13901, 9107, 14678, 10206, 10927, 9245, 7344, 12323, 7539, 14451, 9711, 15209, 10344, 13198, 10009, 12273, 11777, 13251, 12491, 10178, 15403, 9327, 14621, 9552, 13970, 9921, 15065, 10429, 11804, 9277, 7185, 12355, 7658, 14515, 9145, 11121, 8903, 7279, 11429, 7752, 13480, 9140, 12538, 9364, 13167, 9753, 8776, 11003, 7178, 13467, 8740, 14812, 9854, 11557, 9337, 7488, 10648, 7485, 12916, 8433, 8973, 9656, 7796, 14095, 9225, 12099, 9867, 10421, 12422, 9933, 14499, 9497, 17106, 8600, 11091, 9839, 7725, 13685, 8435, 14576, 8771, 9690, 7778, 7149, 11630, 7489, 13700, 9290, 11616, 9065, 8064, 10895, 7154, 13741, 8874, 13079, 9140, 9755, 9195, 7275, 9855, 7235, 7448, 11683, 7586, 10172, 10463, 7527, 13734, 9115, 16219, 11522, 15995, 10639, 14171, 13802, 10563, 14832, 9298, 14433, 8836, 13283, 8456, 9860, 8138, 7497, 10748, 7715, 12871, 8436, 13027, 9082, 13084, 9088, 10759, 8656, 7662, 9569, 7218, 11791, 7571, 12657, 9104, 11022, 8434, 7894, 10351, 7327, 13753, 8875, 14224, 9837, 14397, 10202, 13084, 9037, 10681, 10068, 10122, 11307, 10696, 11564, 9690, 8546, 7392, 7604, 7198, 7550, 7909, 7424, 8929, 7734, 7733, 13198, 8773, 13386, 8872, 14272, 9158, 13972, 9674, 14156, 9276, 13691], 'WindowCenter': [4503.0, 4448.0, 4473.0, 4431.0, 4458.0, 4427.0, 4426.0, 4406.0, 4395.0, 4437.0, 4397.0, 4447.0, 4430.0, 4467.0, 4440.0, 4459.0, 4439.0, 4437.0, 4417.0, 4437.0, 4417.0, 4435.0, 4441.0, 4428.0, 4438.0, 4409.0, 4450.0, 4420.0, 4459.0, 4429.0, 4438.0, 4440.0, 4430.0, 4450.0, 4400.0, 4460.0, 4420.0, 4470.0, 4439.0, 4469.0, 4439.0, 4468.0, 4429.0, 4457.0, 4429.0, 4447.0, 4406.0, 4416.0, 4416.0, 4396.0, 4437.0, 4408.0, 4458.0, 4429.0, 4428.0, 4431.0, 4435.0, 4473.0, 4445.0, 4463.0, 4442.0, 4422.0, 4473.0, 4432.0, 4472.0, 4430.0, 4471.0, 4430.0, 4469.0, 4442.0, 4459.0, 4428.0, 4429.0, 4441.0, 4410.0, 4448.0, 4418.0, 4449.0, 4420.0, 4414.0, 4462.0, 4424.0, 4474.0, 4445.0, 4425.0, 4476.0, 4448.0, 4497.0, 4467.0, 4488.0, 4466.0, 4461.0, 4491.0, 4448.0, 4485.0, 4425.0, 4463.0, 4433.0, 4402.0, 4461.0, 4424.0, 4444.0, 4455.0, 4447.0, 4466.0, 4456.0, 4425.0, 4487.0, 4446.0, 4486.0, 4445.0, 4484.0, 4442.0, 4440.0, 4430.0, 4413.0, 4461.0, 4433.0, 4416.0, 4444.0, 4413.0, 4412.0, 4453.0, 4414.0, 4474.0, 4424.0, 4485.0, 4436.0, 4486.0, 4474.0, 4441.0, 4460.0, 4439.0, 4458.0, 4426.0, 4444.0, 4403.0, 4422.0, 4413.0, 4431.0, 4413.0, 4423.0, 4403.0, 4381.0, 4434.0, 4405.0, 4445.0, 4416.0, 4456.0, 4429.0, 4457.0, 4428.0, 4437.0, 4419.0, 4416.0, 4427.0, 4417.0, 4447.0, 4408.0, 4469.0, 4431.0, 4462.0, 4433.0, 4421.0, 4460.0, 4424.0, 4482.0, 4454.0, 4453.0, 4454.0, 4424.0, 4486.0, 4443.0, 4471.0, 4440.0, 4451.0, 4439.0, 4428.0, 4459.0, 4430.0, 4470.0, 4427.0, 4435.0, 4404.0, 4385.0, 4446.0, 4405.0, 4445.0, 4404.0, 4395.0, 4448.0, 4396.0, 4396.0, 4446.0, 4408.0, 4443.0, 4441.0, 4412.0, 4460.0, 4439.0, 4409.0, 4459.0, 4406.0, 4458.0, 4419.0, 4457.0, 4418.0, 4407.0, 4438.0, 4398.0, 4456.0, 4418.0, 4447.0, 4419.0, 4399.0, 4460.0, 4420.0, 4440.0, 4442.0, 4422.0, 4484.0, 4435.0, 4473.0, 4442.0, 4422.0, 4462.0, 4422.0, 4472.0, 4442.0, 4461.0, 4432.0, 4430.0, 4449.0, 4410.0, 4470.0, 4429.0, 4470.0, 4431.0, 4449.0, 4407.0, 4396.0, 4446.0, 4407.0, 4458.0, 4418.0, 4437.0, 4408.0, 4410.0, 4457.0, 4419.0, 4457.0, 4429.0, 4459.0, 4430.0, 4458.0, 4418.0, 4408.0, 4436.0, 4398.0, 4456.0, 4419.0, 4468.0, 4429.0, 4469.0, 4429.0, 4418.0, 4418.0, 4397.0, 4469.0, 4433.0, 4470.0, 4442.0, 4460.0, 4431.0, 4421.0, 4439.0, 4409.0, 4471.0, 4419.0, 4460.0, 4430.0, 4429.0, 4429.0, 4398.0, 4461.0, 4420.0, 4471.0, 4432.0, 4450.0, 4421.0, 4431.0, 4452.0, 4412.0, 4483.0, 4434.0, 4473.0, 4442.0, 4441.0, 4462.0, 4450.0, 4472.0, 4441.0, 4483.0, 4432.0, 4443.0, 4429.0, 4399.0, 4438.0, 4410.0, 4398.0, 4449.0, 4411.0, 4464.0, 4451.0, 4422.0, 4472.0, 4449.0, 4468.0, 4417.0, 4425.0, 4407.0, 4406.0, 4436.0, 4398.0, 4458.0, 4419.0, 4428.0, 4397.0, 4394.0, 4436.0, 4398.0, 4460.0, 4430.0, 4448.0, 4430.0, 4399.0, 4449.0, 4422.0, 4473.0, 4433.0, 4422.0, 4452.0, 4425.0, 4464.0, 4445.0, 4454.0, 4466.0, 4444.0, 4474.0, 4423.0, 4472.0, 4431.0, 4472.0, 4443.0, 4482.0, 4440.0, 4440.0, 4428.0, 4399.0, 4457.0, 4419.0, 4458.0, 4427.0, 4470.0, 4418.0, 4427.0, 4417.0, 4405.0, 4436.0, 4407.0, 4459.0, 4419.0, 4457.0, 4419.0, 4418.0, 4449.0, 4420.0, 4482.0, 4442.0, 4450.0, 4430.0, 4429.0, 4451.0, 4421.0, 4473.0, 4421.0, 4472.0, 4442.0, 4460.0, 4442.0, 4461.0, 4450.0, 4420.0, 4460.0, 4408.0, 4456.0, 4418.0, 4455.0, 4417.0, 4435.0, 4416.0, 4436.0, 4416.0, 4395.0, 4435.0, 4394.0, 4456.0, 4429.0, 4436.0, 4416.0, 4397.0, 4447.0, 4398.0, 4408.0, 4418.0, 4396.0, 4448.0, 4418.0, 4449.0, 4436.0, 4438.0, 4408.0, 4448.0, 4396.0, 4446.0, 4396.0, 4447.0, 4406.0, 4446.0, 4394.0, 4446.0, 4417.0, 4427.0, 4429.0, 4408.0, 4460.0, 4407.0, 4468.0, 4420.0, 4459.0, 4419.0, 4457.0, 4430.0, 4459.0, 4427.0, 4416.0, 4427.0, 4396.0, 4447.0, 4396.0, 4458.0, 4419.0, 4458.0, 4419.0, 4427.0, 4419.0, 4419.0, 4450.0, 4409.0, 4469.0, 4431.0, 4470.0, 4441.0, 4450.0, 4441.0, 4449.0, 4441.0, 4450.0, 4450.0, 4396.0, 4448.0, 4407.0, 4457.0, 4429.0, 4457.0, 4429.0, 4437.0, 4419.0, 4399.0, 4447.0, 4395.0, 4456.0, 4405.0, 4448.0, 4406.0, 4447.0, 4398.0, 4445.0, 4397.0, 4445.0, 4418.0, 4471.0, 4431.0, 4440.0, 4420.0, 4409.0, 4449.0, 4411.0, 4440.0, 4443.0, 4446.0, 4487.0, 4432.0, 4463.0, 4450.0, 4473.0, 4464.0, 4452.0, 4427.0, 4438.0, 4426.0, 4434.0, 4406.0, 4444.0, 4399.0, 4458.0, 4418.0, 4454.0, 4417.0, 4445.0, 4418.0, 4417.0, 4438.0, 4387.0, 4457.0, 4419.0, 4459.0, 4429.0, 4450.0, 4431.0, 4410.0, 4450.0, 4411.0, 4458.0, 4421.0, 4470.0, 4442.0, 4450.0, 4430.0, 4399.0, 4449.0, 4410.0, 4458.0, 4418.0, 4459.0, 4430.0, 4459.0, 4430.0, 4410.0, 4440.0, 4390.0, 4458.0, 4431.0, 4469.0, 4442.0, 4481.0, 4441.0, 4468.0, 4419.0, 4446.0, 4417.0, 4426.0, 4425.0, 4425.0, 4448.0, 4395.0, 4448.0, 4409.0, 4457.0, 4433.0, 4430.0, 4400.0, 4400.0, 4429.0, 4399.0, 4398.0, 4439.0, 4411.0, 4462.0, 4444.0, 4452.0, 4475.0, 4460.0, 4450.0, 4438.0, 4440.0, 4450.0, 4426.0, 4403.0, 4422.0, 4384.0, 4443.0, 4393.0, 4412.0, 4392.0, 4384.0, 4423.0, 4385.0, 4445.0, 4406.0, 4415.0, 4405.0, 4387.0, 4446.0, 4395.0, 4444.0, 4407.0, 4445.0, 4416.0, 4447.0, 4408.0, 4387.0, 4425.0, 4387.0, 4427.0, 4419.0, 4410.0, 4450.0, 4399.0, 4461.0, 4422.0, 4472.0, 4443.0, 4462.0, 4432.0, 4441.0, 4453.0, 4450.0, 4452.0, 4428.0, 4448.0, 4427.0, 4425.0, 4405.0, 4424.0, 4382.0, 4434.0, 4383.0, 4432.0, 4393.0, 4446.0, 4417.0, 4428.0, 4419.0, 4412.0, 4450.0, 4410.0, 4410.0, 4420.0, 4399.0, 4458.0, 4422.0, 4473.0, 4442.0, 4471.0, 4443.0, 4461.0, 4429.0, 4461.0, 4430.0, 4467.0, 4419.0, 4447.0, 4417.0, 4436.0, 4417.0, 4433.0, 4415.0, 4415.0, 4415.0, 4386.0, 4438.0, 4398.0, 4459.0, 4422.0, 4471.0, 4455.0, 4472.0, 4445.0, 4465.0, 4445.0, 4455.0, 4454.0, 4465.0, 4466.0, 4433.0, 4462.0, 4413.0, 4472.0, 4433.0, 4485.0, 4457.0, 4455.0, 4444.0, 4427.0, 4476.0, 4426.0, 4485.0, 4458.0, 4496.0, 4456.0, 4476.0, 4445.0, 4465.0, 4464.0, 4463.0, 4462.0, 4432.0, 4473.0, 4420.0, 4459.0, 4418.0, 4459.0, 4419.0, 4456.0, 4427.0, 4436.0, 4417.0, 4389.0, 4447.0, 4398.0, 4457.0, 4419.0, 4437.0, 4408.0, 4387.0, 4435.0, 4397.0, 4457.0, 4417.0, 4447.0, 4417.0, 4448.0, 4429.0, 4408.0, 4436.0, 4387.0, 4457.0, 4420.0, 4457.0, 4429.0, 4436.0, 4416.0, 4399.0, 4439.0, 4398.0, 4458.0, 4408.0, 4418.0, 4430.0, 4411.0, 4472.0, 4431.0, 4450.0, 4442.0, 4441.0, 4450.0, 4430.0, 4459.0, 4417.0, 4467.0, 4406.0, 4437.0, 4417.0, 4397.0, 4457.0, 4408.0, 4456.0, 4408.0, 4426.0, 4398.0, 4388.0, 4447.0, 4400.0, 4472.0, 4431.0, 4451.0, 4421.0, 4409.0, 4441.0, 4399.0, 4461.0, 4419.0, 4461.0, 4432.0, 4443.0, 4444.0, 4403.0, 4430.0, 4400.0, 4412.0, 4449.0, 4411.0, 4443.0, 4442.0, 4410.0, 4460.0, 4421.0, 4481.0, 4451.0, 4469.0, 4429.0, 4457.0, 4448.0, 4425.0, 4447.0, 4405.0, 4444.0, 4404.0, 4432.0, 4382.0, 4400.0, 4378.0, 4371.0, 4412.0, 4382.0, 4430.0, 4392.0, 4432.0, 4404.0, 4432.0, 4403.0, 4423.0, 4403.0, 4384.0, 4415.0, 4386.0, 4445.0, 4397.0, 4446.0, 4420.0, 4439.0, 4421.0, 4422.0, 4443.0, 4414.0, 4473.0, 4432.0, 4473.0, 4443.0, 4473.0, 4443.0, 4460.0, 4422.0, 4441.0, 4430.0, 4428.0, 4439.0, 4429.0, 4439.0, 4431.0, 4433.0, 4397.0, 4384.0, 4386.0, 4397.0, 4407.0, 4398.0, 4430.0, 4411.0, 4411.0, 4461.0, 4410.0, 4458.0, 4420.0, 4458.0, 4418.0, 4457.0, 4417.0, 4473.0, 4418.0, 4445.0], 'WindowWidth': [9905.0, 9814.0, 9841.0, 9776.0, 9810.0, 9765.0, 9762.0, 9734.0, 9719.0, 9775.0, 9724.0, 9791.0, 9771.0, 9818.0, 9787.0, 9810.0, 9782.0, 9777.0, 9750.0, 9775.0, 9748.0, 9770.0, 9787.0, 9766.0, 9778.0, 9743.0, 9800.0, 9761.0, 9812.0, 9772.0, 9780.0, 9787.0, 9771.0, 9800.0, 9734.0, 9814.0, 9760.0, 9826.0, 9782.0, 9824.0, 9782.0, 9826.0, 9768.0, 9807.0, 9768.0, 9793.0, 9735.0, 9746.0, 9746.0, 9722.0, 9779.0, 9740.0, 9807.0, 9772.0, 9767.0, 9779.0, 9791.0, 9839.0, 9804.0, 9825.0, 9792.0, 9765.0, 9838.0, 9778.0, 9838.0, 9774.0, 9832.0, 9773.0, 9829.0, 9793.0, 9813.0, 9767.0, 9768.0, 9791.0, 9745.0, 9792.0, 9754.0, 9795.0, 9761.0, 9759.0, 9820.0, 9775.0, 9839.0, 9803.0, 9777.0, 9846.0, 9813.0, 9876.0, 9836.0, 9868.0, 9833.0, 9833.0, 9873.0, 9810.0, 9856.0, 9774.0, 9820.0, 9778.0, 9735.0, 9815.0, 9771.0, 9799.0, 9815.0, 9809.0, 9832.0, 9816.0, 9774.0, 9862.0, 9803.0, 9861.0, 9800.0, 9853.0, 9790.0, 9785.0, 9772.0, 9752.0, 9816.0, 9782.0, 9767.0, 9799.0, 9758.0, 9755.0, 9810.0, 9758.0, 9840.0, 9772.0, 9859.0, 9790.0, 9862.0, 9838.0, 9790.0, 9817.0, 9783.0, 9811.0, 9758.0, 9783.0, 9723.0, 9747.0, 9734.0, 9759.0, 9736.0, 9748.0, 9724.0, 9693.0, 9767.0, 9732.0, 9785.0, 9748.0, 9800.0, 9769.0, 9804.0, 9768.0, 9778.0, 9755.0, 9748.0, 9763.0, 9748.0, 9790.0, 9739.0, 9824.0, 9774.0, 9821.0, 9781.0, 9764.0, 9815.0, 9771.0, 9850.0, 9814.0, 9809.0, 9812.0, 9773.0, 9859.0, 9796.0, 9830.0, 9786.0, 9800.0, 9784.0, 9767.0, 9818.0, 9774.0, 9833.0, 9766.0, 9774.0, 9727.0, 9700.0, 9786.0, 9730.0, 9786.0, 9729.0, 9718.0, 9792.0, 9722.0, 9720.0, 9788.0, 9741.0, 9798.0, 9790.0, 9752.0, 9815.0, 9784.0, 9743.0, 9812.0, 9735.0, 9812.0, 9759.0, 9808.0, 9750.0, 9738.0, 9781.0, 9728.0, 9802.0, 9755.0, 9791.0, 9756.0, 9733.0, 9814.0, 9761.0, 9786.0, 9794.0, 9766.0, 9857.0, 9789.0, 9836.0, 9795.0, 9766.0, 9819.0, 9765.0, 9835.0, 9792.0, 9819.0, 9780.0, 9775.0, 9798.0, 9745.0, 9829.0, 9769.0, 9832.0, 9775.0, 9799.0, 9737.0, 9723.0, 9789.0, 9739.0, 9809.0, 9753.0, 9780.0, 9740.0, 9748.0, 9806.0, 9757.0, 9806.0, 9771.0, 9809.0, 9772.0, 9807.0, 9752.0, 9738.0, 9776.0, 9725.0, 9804.0, 9754.0, 9823.0, 9772.0, 9826.0, 9769.0, 9752.0, 9753.0, 9726.0, 9825.0, 9781.0, 9827.0, 9792.0, 9813.0, 9774.0, 9761.0, 9783.0, 9741.0, 9831.0, 9757.0, 9812.0, 9770.0, 9767.0, 9768.0, 9727.0, 9815.0, 9761.0, 9833.0, 9780.0, 9803.0, 9763.0, 9775.0, 9806.0, 9753.0, 9852.0, 9788.0, 9837.0, 9794.0, 9790.0, 9820.0, 9801.0, 9837.0, 9789.0, 9856.0, 9781.0, 9798.0, 9773.0, 9730.0, 9778.0, 9744.0, 9726.0, 9794.0, 9749.0, 9828.0, 9804.0, 9766.0, 9838.0, 9799.0, 9825.0, 9752.0, 9758.0, 9736.0, 9732.0, 9775.0, 9724.0, 9810.0, 9758.0, 9768.0, 9724.0, 9716.0, 9775.0, 9727.0, 9812.0, 9773.0, 9797.0, 9774.0, 9731.0, 9798.0, 9767.0, 9836.0, 9784.0, 9766.0, 9809.0, 9778.0, 9827.0, 9805.0, 9813.0, 9832.0, 9800.0, 9841.0, 9770.0, 9835.0, 9776.0, 9835.0, 9794.0, 9851.0, 9788.0, 9786.0, 9766.0, 9728.0, 9804.0, 9756.0, 9811.0, 9763.0, 9826.0, 9752.0, 9761.0, 9748.0, 9730.0, 9774.0, 9736.0, 9810.0, 9756.0, 9805.0, 9755.0, 9753.0, 9796.0, 9761.0, 9847.0, 9793.0, 9802.0, 9774.0, 9771.0, 9804.0, 9763.0, 9836.0, 9764.0, 9835.0, 9792.0, 9812.0, 9792.0, 9816.0, 9800.0, 9758.0, 9814.0, 9740.0, 9803.0, 9750.0, 9800.0, 9749.0, 9770.0, 9747.0, 9771.0, 9747.0, 9717.0, 9770.0, 9716.0, 9799.0, 9769.0, 9773.0, 9746.0, 9722.0, 9793.0, 9727.0, 9740.0, 9752.0, 9723.0, 9792.0, 9750.0, 9797.0, 9774.0, 9780.0, 9738.0, 9792.0, 9719.0, 9787.0, 9718.0, 9788.0, 9730.0, 9786.0, 9715.0, 9788.0, 9750.0, 9764.0, 9769.0, 9741.0, 9812.0, 9740.0, 9821.0, 9759.0, 9810.0, 9756.0, 9806.0, 9772.0, 9809.0, 9766.0, 9749.0, 9762.0, 9720.0, 9788.0, 9720.0, 9808.0, 9754.0, 9808.0, 9758.0, 9762.0, 9756.0, 9755.0, 9797.0, 9743.0, 9825.0, 9776.0, 9826.0, 9789.0, 9799.0, 9788.0, 9796.0, 9788.0, 9798.0, 9799.0, 9722.0, 9793.0, 9736.0, 9805.0, 9767.0, 9806.0, 9769.0, 9778.0, 9754.0, 9729.0, 9789.0, 9720.0, 9800.0, 9732.0, 9793.0, 9732.0, 9790.0, 9725.0, 9784.0, 9724.0, 9783.0, 9755.0, 9828.0, 9775.0, 9789.0, 9762.0, 9748.0, 9800.0, 9750.0, 9786.0, 9795.0, 9808.0, 9862.0, 9779.0, 9821.0, 9799.0, 9838.0, 9824.0, 9802.0, 9764.0, 9776.0, 9758.0, 9770.0, 9730.0, 9782.0, 9727.0, 9805.0, 9753.0, 9796.0, 9749.0, 9783.0, 9751.0, 9747.0, 9777.0, 9712.0, 9803.0, 9755.0, 9810.0, 9770.0, 9797.0, 9775.0, 9744.0, 9798.0, 9749.0, 9808.0, 9761.0, 9825.0, 9791.0, 9798.0, 9772.0, 9730.0, 9795.0, 9744.0, 9808.0, 9755.0, 9809.0, 9773.0, 9811.0, 9770.0, 9744.0, 9784.0, 9720.0, 9808.0, 9775.0, 9824.0, 9791.0, 9845.0, 9788.0, 9823.0, 9754.0, 9787.0, 9746.0, 9757.0, 9756.0, 9756.0, 9790.0, 9717.0, 9792.0, 9741.0, 9804.0, 9782.0, 9774.0, 9732.0, 9732.0, 9770.0, 9727.0, 9726.0, 9781.0, 9747.0, 9816.0, 9796.0, 9806.0, 9845.0, 9814.0, 9801.0, 9779.0, 9785.0, 9797.0, 9758.0, 9720.0, 9747.0, 9698.0, 9780.0, 9709.0, 9733.0, 9708.0, 9699.0, 9748.0, 9701.0, 9782.0, 9732.0, 9744.0, 9730.0, 9707.0, 9787.0, 9717.0, 9781.0, 9733.0, 9785.0, 9746.0, 9789.0, 9735.0, 9708.0, 9755.0, 9710.0, 9761.0, 9753.0, 9741.0, 9797.0, 9731.0, 9814.0, 9764.0, 9831.0, 9796.0, 9818.0, 9779.0, 9788.0, 9804.0, 9797.0, 9802.0, 9763.0, 9794.0, 9759.0, 9756.0, 9725.0, 9750.0, 9692.0, 9765.0, 9698.0, 9763.0, 9713.0, 9786.0, 9751.0, 9767.0, 9756.0, 9754.0, 9804.0, 9750.0, 9750.0, 9759.0, 9730.0, 9808.0, 9766.0, 9837.0, 9795.0, 9833.0, 9795.0, 9819.0, 9772.0, 9816.0, 9773.0, 9820.0, 9754.0, 9788.0, 9749.0, 9772.0, 9747.0, 9767.0, 9746.0, 9744.0, 9745.0, 9709.0, 9779.0, 9728.0, 9810.0, 9766.0, 9830.0, 9816.0, 9835.0, 9802.0, 9830.0, 9802.0, 9814.0, 9812.0, 9825.0, 9829.0, 9779.0, 9820.0, 9754.0, 9833.0, 9783.0, 9857.0, 9819.0, 9814.0, 9801.0, 9783.0, 9845.0, 9778.0, 9858.0, 9824.0, 9877.0, 9818.0, 9844.0, 9802.0, 9826.0, 9825.0, 9820.0, 9823.0, 9777.0, 9840.0, 9758.0, 9814.0, 9752.0, 9809.0, 9754.0, 9803.0, 9763.0, 9775.0, 9751.0, 9718.0, 9792.0, 9727.0, 9807.0, 9755.0, 9777.0, 9738.0, 9710.0, 9772.0, 9725.0, 9804.0, 9752.0, 9791.0, 9750.0, 9792.0, 9767.0, 9737.0, 9773.0, 9710.0, 9805.0, 9759.0, 9803.0, 9766.0, 9775.0, 9748.0, 9728.0, 9783.0, 9731.0, 9809.0, 9743.0, 9754.0, 9772.0, 9749.0, 9832.0, 9776.0, 9800.0, 9793.0, 9789.0, 9801.0, 9771.0, 9812.0, 9749.0, 9822.0, 9733.0, 9774.0, 9749.0, 9723.0, 9806.0, 9737.0, 9803.0, 9739.0, 9762.0, 9727.0, 9714.0, 9792.0, 9732.0, 9832.0, 9779.0, 9802.0, 9761.0, 9743.0, 9787.0, 9731.0, 9815.0, 9759.0, 9814.0, 9779.0, 9796.0, 9800.0, 9741.0, 9771.0, 9733.0, 9752.0, 9795.0, 9751.0, 9793.0, 9789.0, 9748.0, 9817.0, 9762.0, 9846.0, 9802.0, 9826.0, 9771.0, 9803.0, 9797.0, 9757.0, 9793.0, 9728.0, 9784.0, 9724.0, 9760.0, 9691.0, 9713.0, 9684.0, 9677.0, 9734.0, 9695.0, 9758.0, 9709.0, 9761.0, 9725.0, 9760.0, 9724.0, 9751.0, 9723.0, 9700.0, 9743.0, 9707.0, 9784.0, 9724.0, 9789.0, 9758.0, 9782.0, 9763.0, 9768.0, 9796.0, 9758.0, 9834.0, 9778.0, 9835.0, 9796.0, 9838.0, 9793.0, 9814.0, 9763.0, 9786.0, 9771.0, 9768.0, 9783.0, 9766.0, 9783.0, 9774.0, 9787.0, 9722.0, 9698.0, 9704.0, 9721.0, 9734.0, 9726.0, 9772.0, 9748.0, 9749.0, 9814.0, 9742.0, 9807.0, 9757.0, 9810.0, 9751.0, 9808.0, 9747.0, 9839.0, 9751.0, 9784.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.0064204712643678155</td></tr>
<tr><td colspan=3>aqi</td><td>0.03522193712643678</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.31424938771002</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.324625016317606</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0787618403567323</td></tr>
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
<tr><td colspan=3>fber</td><td>6210.0483</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09310274390532101</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.793103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502371467043241</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3881642157890006</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7801391155345003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3388110698062214</td></tr>
<tr><td colspan=3>gcor</td><td>0.00972958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017122935503721237</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03446201980113983</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9326373749060184</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>21.5369</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0254</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.3049</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295346.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.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>329.4853</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5985</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.2615</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3593.9976</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3806.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.7924</td></tr>
<tr><td colspan=3>tsnr</td><td>35.234682155773044</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>