ds005256-mriqc/sub-0087_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +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-0087_ses-04_task-social_acq-mb8_run-02_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-0087_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-02_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-0087/ses-04/func/sub-0087_ses-04_task-social_acq-mb8_run-02_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>aa3cbaf327614ee582abe55e8152d4f9</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:25:5.297500</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.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</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-02_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.110491</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 63]</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>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>561d111c-0d32-460a-96dc-a107d13f2f33||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.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['112505.297500', '112505.757500', '112506.217500', '112506.677500', '112507.137500', '112507.597500', '112508.057500', '112508.517500', '112508.977500', '112509.437500', '112509.897500', '112510.357500', '112510.817500', '112511.277500', '112511.737500', '112512.197500', '112512.657500', '112513.117500', '112513.577500', '112514.037500', '112514.497500', '112514.957500', '112515.417500', '112515.877500', '112516.337500', '112516.797500', '112517.257500', '112517.717500', '112518.177500', '112518.637500', '112519.097500', '112519.557500', '112520.017500', '112520.477500', '112520.937500', '112521.397500', '112521.857500', '112522.317500', '112522.777500', '112523.237500', '112523.697500', '112524.157500', '112524.617500', '112525.077500', '112525.537500', '112525.997500', '112526.457500', '112526.917500', '112527.377500', '112527.837500', '112528.297500', '112528.757500', '112529.217500', '112529.677500', '112530.137500', '112530.597500', '112531.057500', '112531.517500', '112531.977500', '112532.437500', '112532.897500', '112533.357500', '112533.817500', '112534.277500', '112534.737500', '112535.197500', '112535.657500', '112536.117500', '112536.577500', '112537.037500', '112537.497500', '112537.957500', '112538.417500', '112538.877500', '112539.337500', '112539.797500', '112540.257500', '112540.717500', '112541.177500', '112541.637500', '112542.097500', '112542.557500', '112543.017500', '112543.477500', '112543.937500', '112544.397500', '112544.857500', '112545.317500', '112545.777500', '112546.237500', '112546.697500', '112547.157500', '112547.617500', '112548.077500', '112548.537500', '112548.997500', '112549.457500', '112549.917500', '112550.377500', '112550.837500', '112551.297500', '112551.757500', '112552.217500', '112552.677500', '112553.137500', '112553.597500', '112554.057500', '112554.517500', '112554.977500', '112555.437500', '112555.897500', '112556.357500', '112556.817500', '112557.277500', '112557.737500', '112558.197500', '112558.657500', '112559.117500', '112559.577500', '112600.037500', '112600.497500', '112600.957500', '112601.417500', '112601.877500', '112602.337500', '112602.797500', '112603.257500', '112603.717500', '112604.177500', '112604.637500', '112605.097500', '112605.557500', '112606.017500', '112606.477500', '112606.937500', '112607.397500', '112607.857500', '112608.317500', '112608.777500', '112609.237500', '112609.697500', '112610.157500', '112610.617500', '112611.077500', '112611.537500', '112611.997500', '112612.457500', '112612.917500', '112613.377500', '112613.837500', '112614.297500', '112614.757500', '112615.217500', '112615.677500', '112616.137500', '112616.597500', '112617.057500', '112617.517500', '112617.977500', '112618.437500', '112618.897500', '112619.357500', '112619.817500', '112620.277500', '112620.737500', '112621.197500', '112621.657500', '112622.117500', '112622.577500', '112623.037500', '112623.497500', '112623.957500', '112624.417500', '112624.877500', '112625.337500', '112625.797500', '112626.257500', '112626.717500', '112627.177500', '112627.637500', '112628.097500', '112628.557500', '112629.017500', '112629.477500', '112629.937500', '112630.397500', '112630.857500', '112631.317500', '112631.777500', '112632.237500', '112632.697500', '112633.157500', '112633.617500', '112634.077500', '112634.537500', '112634.997500', '112635.457500', '112635.917500', '112636.377500', '112636.837500', '112637.297500', '112637.757500', '112638.217500', '112638.677500', '112639.137500', '112639.597500', '112640.057500', '112640.517500', '112640.977500', '112641.437500', '112641.897500', '112642.357500', '112642.817500', '112643.277500', '112643.737500', '112644.197500', '112644.657500', '112645.117500', '112645.577500', '112646.037500', '112646.497500', '112646.957500', '112647.417500', '112647.877500', '112648.337500', '112648.797500', '112649.257500', '112649.717500', '112650.177500', '112650.637500', '112651.097500', '112651.557500', '112652.017500', '112652.477500', '112652.937500', '112653.397500', '112653.857500', '112654.317500', '112654.777500', '112655.237500', '112655.697500', '112656.157500', '112656.617500', '112657.077500', '112657.537500', '112657.997500', '112658.457500', '112658.917500', '112659.377500', '112659.837500', '112700.297500', '112700.757500', '112701.217500', '112701.677500', '112702.137500', '112702.597500', '112703.057500', '112703.517500', '112703.977500', '112704.437500', '112704.897500', '112705.357500', '112705.817500', '112706.277500', '112706.737500', '112707.197500', '112707.657500', '112708.117500', '112708.577500', '112709.037500', '112709.497500', '112709.957500', '112710.417500', '112710.877500', '112711.337500', '112711.797500', '112712.257500', '112712.717500', '112713.177500', '112713.637500', '112714.097500', '112714.557500', '112715.017500', '112715.477500', '112715.937500', '112716.397500', '112716.857500', '112717.317500', '112717.777500', '112718.237500', '112718.697500', '112719.157500', '112719.617500', '112720.077500', '112720.537500', '112720.997500', '112721.457500', '112721.917500', '112722.377500', '112722.837500', '112723.297500', '112723.757500', '112724.217500', '112724.677500', '112725.137500', '112725.597500', '112726.057500', '112726.517500', '112726.977500', '112727.437500', '112727.897500', '112728.357500', '112728.817500', '112729.277500', '112729.737500', '112730.197500', '112730.657500', '112731.117500', '112731.577500', '112732.037500', '112732.497500', '112732.957500', '112733.417500', '112733.877500', '112734.337500', '112734.797500', '112735.257500', '112735.717500', '112736.177500', '112736.637500', '112737.097500', '112737.557500', '112738.017500', '112738.477500', '112738.937500', '112739.397500', '112739.857500', '112740.317500', '112740.777500', '112741.237500', '112741.697500', '112742.157500', '112742.617500', '112743.077500', '112743.537500', '112743.997500', '112744.457500', '112744.917500', '112745.377500', '112745.837500', '112746.297500', '112746.757500', '112747.217500', '112747.677500', '112748.137500', '112748.597500', '112749.057500', '112749.517500', '112749.977500', '112750.437500', '112750.897500', '112751.357500', '112751.817500', '112752.277500', '112752.737500', '112753.197500', '112753.657500', '112754.117500', '112754.577500', '112755.037500', '112755.497500', '112755.957500', '112756.417500', '112756.877500', '112757.337500', '112757.797500', '112758.257500', '112758.717500', '112759.177500', '112759.637500', '112800.097500', '112800.557500', '112801.017500', '112801.477500', '112801.937500', '112802.397500', '112802.857500', '112803.317500', '112803.777500', '112804.237500', '112804.697500', '112805.157500', '112805.617500', '112806.077500', '112806.537500', '112806.997500', '112807.457500', '112807.917500', '112808.377500', '112808.837500', '112809.297500', '112809.757500', '112810.217500', '112810.677500', '112811.137500', '112811.597500', '112812.057500', '112812.517500', '112812.977500', '112813.437500', '112813.897500', '112814.357500', '112814.817500', '112815.277500', '112815.737500', '112816.197500', '112816.657500', '112817.117500', '112817.577500', '112818.037500', '112818.497500', '112818.957500', '112819.417500', '112819.877500', '112820.337500', '112820.797500', '112821.257500', '112821.717500', '112822.177500', '112822.637500', '112823.097500', '112823.557500', '112824.017500', '112824.477500', '112824.937500', '112825.397500', '112825.857500', '112826.317500', '112826.777500', '112827.237500', '112827.697500', '112828.157500', '112828.617500', '112829.077500', '112829.537500', '112829.997500', '112830.457500', '112830.917500', '112831.377500', '112831.837500', '112832.297500', '112832.757500', '112833.217500', '112833.677500', '112834.137500', '112834.597500', '112835.057500', '112835.517500', '112835.977500', '112836.437500', '112836.897500', '112837.357500', '112837.817500', '112838.277500', '112838.737500', '112839.197500', '112839.657500', '112840.117500', '112840.577500', '112841.037500', '112841.497500', '112841.957500', '112842.417500', '112842.877500', '112843.337500', '112843.797500', '112844.257500', '112844.717500', '112845.177500', '112845.637500', '112846.097500', '112846.557500', '112847.017500', '112847.477500', '112847.937500', '112848.397500', '112848.857500', '112849.317500', '112849.777500', '112850.237500', '112850.697500', '112851.157500', '112851.617500', '112852.077500', '112852.537500', '112852.997500', '112853.457500', '112853.917500', '112854.377500', '112854.837500', '112855.297500', '112855.757500', '112856.217500', '112856.677500', '112857.137500', '112857.597500', '112858.057500', '112858.517500', '112858.977500', '112859.437500', '112859.897500', '112900.357500', '112900.817500', '112901.277500', '112901.737500', '112902.197500', '112902.657500', '112903.117500', '112903.577500', '112904.037500', '112904.497500', '112904.957500', '112905.417500', '112905.877500', '112906.337500', '112906.797500', '112907.257500', '112907.717500', '112908.177500', '112908.637500', '112909.097500', '112909.557500', '112910.017500', '112910.477500', '112910.937500', '112911.397500', '112911.857500', '112912.317500', '112912.777500', '112913.237500', '112913.697500', '112914.157500', '112914.617500', '112915.077500', '112915.537500', '112915.997500', '112916.457500', '112916.917500', '112917.377500', '112917.837500', '112918.297500', '112918.757500', '112919.217500', '112919.677500', '112920.137500', '112920.597500', '112921.057500', '112921.517500', '112921.977500', '112922.437500', '112922.897500', '112923.357500', '112923.817500', '112924.277500', '112924.737500', '112925.197500', '112925.657500', '112926.117500', '112926.577500', '112927.037500', '112927.497500', '112927.957500', '112928.417500', '112928.877500', '112929.337500', '112929.797500', '112930.257500', '112930.717500', '112931.177500', '112931.637500', '112932.097500', '112932.557500', '112933.017500', '112933.477500', '112933.937500', '112934.397500', '112934.857500', '112935.317500', '112935.777500', '112936.237500', '112936.697500', '112937.157500', '112937.617500', '112938.077500', '112938.537500', '112938.997500', '112939.457500', '112939.917500', '112940.377500', '112940.837500', '112941.297500', '112941.757500', '112942.217500', '112942.677500', '112943.137500', '112943.597500', '112944.057500', '112944.517500', '112944.977500', '112945.437500', '112945.897500', '112946.357500', '112946.817500', '112947.277500', '112947.737500', '112948.197500', '112948.657500', '112949.117500', '112949.577500', '112950.037500', '112950.497500', '112950.957500', '112951.417500', '112951.877500', '112952.337500', '112952.797500', '112953.257500', '112953.717500', '112954.177500', '112954.637500', '112955.097500', '112955.557500', '112956.017500', '112956.477500', '112956.937500', '112957.397500', '112957.857500', '112958.317500', '112958.777500', '112959.237500', '112959.697500', '113000.157500', '113000.617500', '113001.077500', '113001.537500', '113001.997500', '113002.457500', '113002.917500', '113003.377500', '113003.837500', '113004.297500', '113004.757500', '113005.217500', '113005.677500', '113006.137500', '113006.597500', '113007.057500', '113007.517500', '113007.977500', '113008.437500', '113008.897500', '113009.357500', '113009.817500', '113010.277500', '113010.737500', '113011.197500', '113011.657500', '113012.117500', '113012.577500', '113013.037500', '113013.497500', '113013.957500', '113014.417500', '113014.877500', '113015.337500', '113015.797500', '113016.257500', '113016.717500', '113017.177500', '113017.637500', '113018.097500', '113018.557500', '113019.017500', '113019.477500', '113019.937500', '113020.397500', '113020.857500', '113021.317500', '113021.777500', '113022.237500', '113022.697500', '113023.157500', '113023.617500', '113024.077500', '113024.537500', '113024.997500', '113025.457500', '113025.917500', '113026.377500', '113026.837500', '113027.297500', '113027.757500', '113028.217500', '113028.677500', '113029.137500', '113029.597500', '113030.057500', '113030.517500', '113030.977500', '113031.437500', '113031.897500', '113032.357500', '113032.817500', '113033.277500', '113033.737500', '113034.197500', '113034.657500', '113035.117500', '113035.577500', '113036.037500', '113036.497500', '113036.957500', '113037.417500', '113037.877500', '113038.337500', '113038.797500', '113039.257500', '113039.717500', '113040.177500', '113040.637500', '113041.097500', '113041.557500', '113042.017500', '113042.477500', '113042.937500', '113043.397500', '113043.857500', '113044.317500', '113044.777500', '113045.237500', '113045.697500', '113046.157500', '113046.617500', '113047.077500', '113047.537500', '113047.997500', '113048.457500', '113048.917500', '113049.377500', '113049.837500', '113050.297500', '113050.757500', '113051.217500', '113051.677500', '113052.137500', '113052.597500', '113053.057500', '113053.517500', '113053.977500', '113054.437500', '113054.897500', '113055.357500', '113055.817500', '113056.277500', '113056.737500', '113057.197500', '113057.657500', '113058.117500', '113058.577500', '113059.037500', '113059.497500', '113059.957500', '113100.417500', '113100.877500', '113101.337500', '113101.797500', '113102.257500', '113102.717500', '113103.177500', '113103.637500', '113104.097500', '113104.557500', '113105.017500', '113105.477500', '113105.937500', '113106.397500', '113106.857500', '113107.317500', '113107.777500', '113108.237500', '113108.697500', '113109.157500', '113109.617500', '113110.077500', '113110.537500', '113110.997500', '113111.457500', '113111.917500', '113112.377500', '113112.837500', '113113.297500', '113113.757500', '113114.217500', '113114.677500', '113115.137500', '113115.597500', '113116.057500', '113116.517500', '113116.977500', '113117.437500', '113117.897500', '113118.357500', '113118.817500', '113119.277500', '113119.737500', '113120.197500', '113120.657500', '113121.117500', '113121.577500', '113122.037500', '113122.497500', '113122.957500', '113123.417500', '113123.877500', '113124.337500', '113124.797500', '113125.257500', '113125.717500', '113126.177500', '113126.637500', '113127.097500', '113127.557500', '113128.017500', '113128.477500', '113128.937500', '113129.397500', '113129.857500', '113130.317500', '113130.777500', '113131.237500', '113131.697500', '113132.157500', '113132.617500', '113133.077500', '113133.537500', '113133.997500', '113134.457500', '113134.917500', '113135.377500', '113135.837500', '113136.297500', '113136.757500', '113137.217500', '113137.677500', '113138.137500', '113138.597500', '113139.057500', '113139.517500', '113139.977500', '113140.437500', '113140.897500', '113141.357500', '113141.817500', '113142.277500', '113142.737500', '113143.197500', '113143.657500', '113144.117500', '113144.577500', '113145.037500', '113145.497500', '113145.957500'], 'ContentTime': ['112534.629000', '112534.632000', '112534.635000', '112534.637000', '112534.640000', '112534.643000', '112534.645000', '112534.648000', '112534.677000', '112534.680000', '112534.683000', '112534.685000', '112534.688000', '112534.690000', '112534.693000', '112534.696000', '112534.698000', '112534.701000', '112534.704000', '112534.706000', '112534.709000', '112534.711000', '112534.714000', '112534.716000', '112534.719000', '112534.722000', '112534.724000', '112534.727000', '112534.729000', '112534.732000', '112534.734000', '112534.737000', '112534.740000', '112534.742000', '112534.745000', '112534.747000', '112534.750000', '112534.752000', '112534.755000', '112534.758000', '112534.760000', '112534.763000', '112534.766000', '112534.768000', '112534.771000', '112534.773000', '112534.776000', '112534.778000', '112534.781000', '112534.784000', '112534.786000', '112534.789000', '112534.791000', '112534.794000', '112534.796000', '112534.799000', '112534.808000', '112534.811000', '112534.813000', '112534.816000', '112534.824000', '112554.603000', '112554.606000', '112554.609000', '112554.640000', '112554.643000', '112554.646000', '112554.648000', '112554.651000', '112554.653000', '112554.656000', '112554.658000', '112554.661000', '112554.664000', '112554.666000', '112554.669000', '112554.671000', '112554.674000', '112554.676000', '112554.679000', '112554.682000', '112554.684000', '112554.687000', '112554.689000', '112554.692000', '112554.695000', '112554.697000', '112554.700000', '112554.703000', '112554.705000', '112554.708000', '112554.711000', '112554.713000', '112554.716000', '112554.718000', '112554.721000', '112554.724000', '112554.726000', '112554.729000', '112554.731000', '112554.734000', '112554.737000', '112554.739000', '112554.742000', '112614.603000', '112614.606000', '112614.609000', '112614.611000', '112614.614000', '112614.617000', '112614.619000', '112614.622000', '112614.625000', '112614.627000', '112614.630000', '112614.633000', '112614.635000', '112614.638000', '112614.640000', '112614.643000', '112614.645000', '112614.648000', '112614.651000', '112614.653000', '112614.656000', '112614.658000', '112614.661000', '112614.664000', '112614.666000', '112614.669000', '112614.671000', '112614.674000', '112614.676000', '112614.679000', '112614.682000', '112614.684000', '112614.687000', '112614.689000', '112614.692000', '112614.694000', '112614.698000', '112614.701000', '112614.704000', '112614.706000', '112614.709000', '112614.711000', '112614.714000', '112614.716000', '112634.603000', '112634.606000', '112634.609000', '112634.611000', '112634.614000', '112634.617000', '112634.619000', '112634.622000', '112634.624000', '112634.627000', '112634.630000', '112634.632000', '112634.635000', '112634.637000', '112634.640000', '112634.643000', '112634.645000', '112634.648000', '112634.650000', '112634.653000', '112634.656000', '112634.658000', '112634.661000', '112634.663000', '112634.666000', '112634.669000', '112634.671000', '112634.674000', '112634.676000', '112634.679000', '112634.682000', '112634.684000', '112634.687000', '112634.689000', '112634.692000', '112634.702000', '112634.705000', '112634.707000', '112634.710000', '112634.713000', '112634.715000', '112634.718000', '112634.720000', '112654.603000', '112654.606000', '112654.609000', '112654.611000', '112654.614000', '112654.617000', '112654.619000', '112654.622000', '112654.625000', '112654.627000', '112654.630000', '112654.632000', '112654.635000', '112654.637000', '112654.640000', '112654.643000', '112654.645000', '112654.648000', '112654.651000', '112654.653000', '112654.656000', '112654.658000', '112654.661000', '112654.664000', '112654.667000', '112654.669000', '112654.672000', '112654.674000', '112654.677000', '112654.680000', '112654.682000', '112654.685000', '112654.687000', '112654.690000', '112654.692000', '112654.695000', '112654.698000', '112654.700000', '112654.703000', '112654.706000', '112654.708000', '112654.711000', '112654.713000', '112654.716000', '112714.602000', '112714.605000', '112714.608000', '112714.611000', '112714.613000', '112714.616000', '112714.618000', '112714.621000', '112714.624000', '112714.626000', '112714.629000', '112714.632000', '112714.634000', '112714.637000', '112714.639000', '112714.642000', '112714.645000', '112714.647000', '112714.650000', '112714.652000', '112714.655000', '112714.658000', '112714.660000', '112714.663000', '112714.665000', '112714.668000', '112714.670000', '112714.673000', '112714.676000', '112714.679000', '112714.681000', '112714.684000', '112714.686000', '112714.689000', '112714.692000', '112714.694000', '112714.697000', '112714.699000', '112714.702000', '112714.704000', '112714.707000', '112714.710000', '112714.712000', '112734.602000', '112734.605000', '112734.608000', '112734.610000', '112734.613000', '112734.616000', '112734.618000', '112734.621000', '112734.624000', '112734.626000', '112734.629000', '112734.631000', '112734.634000', '112734.636000', '112734.639000', '112734.642000', '112734.644000', '112734.647000', '112734.649000', '112734.652000', '112734.655000', '112734.658000', '112734.660000', '112734.663000', '112734.665000', '112734.668000', '112734.670000', '112734.673000', '112734.676000', '112734.678000', '112734.681000', '112734.683000', '112734.686000', '112734.689000', '112734.691000', '112734.694000', '112734.697000', '112734.699000', '112734.702000', '112734.704000', '112734.707000', '112734.709000', '112734.712000', '112734.715000', '112754.602000', '112754.605000', '112754.608000', '112754.611000', '112754.613000', '112754.616000', '112754.619000', '112754.621000', '112754.624000', '112754.626000', '112754.629000', '112754.631000', '112754.634000', '112754.637000', '112754.639000', '112754.642000', '112754.645000', '112754.647000', '112754.650000', '112754.652000', '112754.655000', '112754.658000', '112754.660000', '112754.663000', '112754.665000', '112754.668000', '112754.671000', '112754.673000', '112754.676000', '112754.678000', '112754.681000', '112754.683000', '112754.686000', '112754.689000', '112754.691000', '112754.694000', '112754.697000', '112754.699000', '112754.702000', '112754.704000', '112754.707000', '112754.710000', '112754.712000', '112814.604000', '112814.607000', '112814.609000', '112814.612000', '112814.614000', '112814.617000', '112814.620000', '112814.622000', '112814.625000', '112814.627000', '112814.630000', '112814.633000', '112814.635000', '112814.638000', '112814.641000', '112814.643000', '112814.646000', '112814.648000', '112814.651000', '112814.653000', '112814.656000', '112814.659000', '112814.661000', '112814.664000', '112814.666000', '112814.669000', '112814.672000', '112814.674000', '112814.677000', '112814.679000', '112814.682000', '112814.694000', '112814.697000', '112814.700000', '112814.702000', '112814.705000', '112814.707000', '112814.710000', '112814.714000', '112814.716000', '112814.719000', '112814.721000', '112814.724000', '112814.727000', '112834.604000', '112834.606000', '112834.609000', '112834.612000', '112834.614000', '112834.617000', '112834.620000', '112834.622000', '112834.625000', '112834.627000', '112834.630000', '112834.632000', '112834.635000', '112834.638000', '112834.640000', '112834.643000', '112834.646000', '112834.648000', '112834.651000', '112834.653000', '112834.656000', '112834.659000', '112834.661000', '112834.664000', '112834.666000', '112834.669000', '112834.671000', '112834.674000', '112834.677000', '112834.679000', '112834.682000', '112834.684000', '112834.687000', '112834.690000', '112834.692000', '112834.695000', '112834.698000', '112834.700000', '112834.703000', '112834.705000', '112834.708000', '112834.711000', '112834.713000', '112854.604000', '112854.607000', '112854.610000', '112854.613000', '112854.615000', '112854.618000', '112854.621000', '112854.623000', '112854.626000', '112854.628000', '112854.631000', '112854.634000', '112854.636000', '112854.639000', '112854.641000', '112854.644000', '112854.647000', '112854.649000', '112854.652000', '112854.655000', '112854.657000', '112854.660000', '112854.662000', '112854.665000', '112854.668000', '112854.670000', '112854.673000', '112854.676000', '112854.678000', '112854.681000', '112854.684000', '112854.686000', '112854.689000', '112854.692000', '112854.694000', '112854.697000', '112854.699000', '112854.702000', '112854.705000', '112854.707000', '112854.710000', '112854.713000', '112854.715000', '112854.718000', '112914.604000', '112914.606000', '112914.609000', '112914.612000', '112914.614000', '112914.617000', '112914.619000', '112914.622000', '112914.625000', '112914.627000', '112914.630000', '112914.632000', '112914.635000', '112914.638000', '112914.640000', '112914.643000', '112914.646000', '112914.648000', '112914.651000', '112914.653000', '112914.656000', '112914.659000', '112914.661000', '112914.664000', '112914.666000', '112914.669000', '112914.671000', '112914.674000', '112914.677000', '112914.679000', '112914.682000', '112914.685000', '112914.687000', '112914.690000', '112914.692000', '112914.695000', '112914.697000', '112914.700000', '112914.703000', '112914.705000', '112914.708000', '112914.710000', '112914.713000', '112934.602000', '112934.605000', '112934.608000', '112934.611000', '112934.613000', '112934.616000', '112934.618000', '112934.621000', '112934.624000', '112934.626000', '112934.629000', '112934.631000', '112934.634000', '112934.637000', '112934.639000', '112934.642000', '112934.644000', '112934.647000', '112934.650000', '112934.652000', '112934.655000', '112934.657000', '112934.660000', '112934.662000', '112934.665000', '112934.668000', '112934.670000', '112934.673000', '112934.675000', '112934.678000', '112934.681000', '112934.683000', '112934.686000', '112934.689000', '112934.691000', '112934.694000', '112934.696000', '112934.699000', '112934.702000', '112934.704000', '112934.707000', '112934.709000', '112934.712000', '112934.715000', '112954.603000', '112954.605000', '112954.608000', '112954.611000', '112954.613000', '112954.616000', '112954.618000', '112954.621000', '112954.624000', '112954.626000', '112954.629000', '112954.631000', '112954.634000', '112954.637000', '112954.639000', '112954.642000', '112954.645000', '112954.647000', '112954.650000', '112954.653000', '112954.656000', '112954.658000', '112954.661000', '112954.663000', '112954.666000', '112954.669000', '112954.671000', '112954.674000', '112954.677000', '112954.679000', '112954.682000', '112954.685000', '112954.687000', '112954.690000', '112954.693000', '112954.695000', '112954.698000', '112954.700000', '112954.703000', '112954.706000', '112954.708000', '112954.711000', '112954.714000', '113014.603000', '113014.606000', '113014.608000', '113014.611000', '113014.613000', '113014.616000', '113014.619000', '113014.621000', '113014.624000', '113014.627000', '113014.629000', '113014.632000', '113014.634000', '113014.637000', '113014.640000', '113014.642000', '113014.645000', '113014.648000', '113014.651000', '113014.653000', '113014.656000', '113014.659000', '113014.661000', '113014.664000', '113014.666000', '113014.669000', '113014.672000', '113014.674000', '113014.677000', '113014.679000', '113014.682000', '113014.685000', '113014.687000', '113014.690000', '113014.692000', '113014.695000', '113014.698000', '113014.700000', '113014.703000', '113014.706000', '113014.709000', '113014.711000', '113014.714000', '113034.603000', '113034.606000', '113034.609000', '113034.612000', '113034.615000', '113034.617000', '113034.620000', '113034.623000', '113034.625000', '113034.628000', '113034.630000', '113034.633000', '113034.636000', '113034.639000', '113034.641000', '113034.644000', '113034.646000', '113034.649000', '113034.652000', '113034.654000', '113034.657000', '113034.659000', '113034.662000', '113034.665000', '113034.667000', '113034.670000', '113034.672000', '113034.675000', '113034.678000', '113034.680000', '113034.683000', '113034.685000', '113034.688000', '113034.691000', '113034.693000', '113034.696000', '113034.698000', '113034.701000', '113034.704000', '113034.706000', '113034.709000', '113034.712000', '113034.714000', '113034.717000', '113054.604000', '113054.607000', '113054.609000', '113054.612000', '113054.615000', '113054.617000', '113054.620000', '113054.623000', '113054.625000', '113054.628000', '113054.631000', '113054.633000', '113054.636000', '113054.639000', '113054.641000', '113054.644000', '113054.647000', '113054.649000', '113054.652000', '113054.654000', '113054.657000', '113054.660000', '113054.662000', '113054.665000', '113054.667000', '113054.670000', '113054.673000', '113054.675000', '113054.678000', '113054.681000', '113054.683000', '113054.686000', '113054.688000', '113054.691000', '113054.694000', '113054.696000', '113054.699000', '113054.701000', '113054.704000', '113054.707000', '113054.709000', '113054.712000', '113054.714000', '113114.604000', '113114.606000', '113114.609000', '113114.612000', '113114.614000', '113114.617000', '113114.620000', '113114.622000', '113114.625000', '113114.628000', '113114.630000', '113114.633000', '113114.636000', '113114.638000', '113114.641000', '113114.644000', '113114.646000', '113114.649000', '113114.652000', '113114.654000', '113114.665000', '113114.668000', '113114.671000', '113114.673000', '113114.690000', '113114.692000', '113114.695000', '113114.698000', '113114.700000', '113114.703000', '113114.705000', '113114.708000', '113114.711000', '113114.713000', '113114.716000', '113114.719000', '113114.721000', '113114.724000', '113114.727000', '113114.729000', '113114.732000', '113114.735000', '113114.737000', '113114.740000', '113134.604000', '113134.606000', '113134.609000', '113134.612000', '113134.615000', '113134.617000', '113134.620000', '113134.623000', '113134.625000', '113134.628000', '113134.631000', '113134.633000', '113134.636000', '113134.638000', '113134.641000', '113134.644000', '113134.646000', '113134.649000', '113134.652000', '113134.654000', '113134.657000', '113134.659000', '113134.662000', '113134.665000', '113134.667000', '113134.670000', '113134.673000', '113134.675000', '113134.678000', '113134.681000', '113134.683000', '113134.686000', '113134.690000', '113134.693000', '113134.696000', '113134.698000', '113134.701000', '113134.704000', '113134.706000', '113134.709000', '113134.711000', '113134.714000', '113134.717000', '113147.525000', '113147.528000', '113147.530000', '113147.533000', '113147.536000', '113147.538000', '113147.541000', '113147.544000', '113147.546000', '113147.549000', '113147.552000', '113147.555000', '113147.557000', '113147.560000', '113147.563000', '113147.566000', '113147.568000', '113147.571000', '113147.574000', '113147.577000', '113147.580000', '113147.582000', '113147.585000', '113147.588000', '113147.591000', '113147.593000', '113147.596000', '113147.599000', '113147.602000'], 'InstanceCreationTime': ['112534.629000', '112534.632000', '112534.635000', '112534.637000', '112534.640000', '112534.643000', '112534.645000', '112534.648000', '112534.677000', '112534.680000', '112534.683000', '112534.685000', '112534.688000', '112534.690000', '112534.693000', '112534.696000', '112534.698000', '112534.701000', '112534.704000', '112534.706000', '112534.709000', '112534.711000', '112534.714000', '112534.716000', '112534.719000', '112534.722000', '112534.724000', '112534.727000', '112534.729000', '112534.732000', '112534.734000', '112534.737000', '112534.740000', '112534.742000', '112534.745000', '112534.747000', '112534.750000', '112534.752000', '112534.755000', '112534.758000', '112534.760000', '112534.763000', '112534.766000', '112534.768000', '112534.771000', '112534.773000', '112534.776000', '112534.778000', '112534.781000', '112534.784000', '112534.786000', '112534.789000', '112534.791000', '112534.794000', '112534.796000', '112534.799000', '112534.808000', '112534.811000', '112534.813000', '112534.816000', '112534.824000', '112554.603000', '112554.606000', '112554.609000', '112554.640000', '112554.643000', '112554.646000', '112554.648000', '112554.651000', '112554.653000', '112554.656000', '112554.658000', '112554.661000', '112554.664000', '112554.666000', '112554.669000', '112554.671000', '112554.674000', '112554.676000', '112554.679000', '112554.682000', '112554.684000', '112554.687000', '112554.689000', '112554.692000', '112554.695000', '112554.697000', '112554.700000', '112554.703000', '112554.705000', '112554.708000', '112554.711000', '112554.713000', '112554.716000', '112554.718000', '112554.721000', '112554.724000', '112554.726000', '112554.729000', '112554.731000', '112554.734000', '112554.737000', '112554.739000', '112554.742000', '112614.603000', '112614.606000', '112614.609000', '112614.611000', '112614.614000', '112614.617000', '112614.619000', '112614.622000', '112614.625000', '112614.627000', '112614.630000', '112614.633000', '112614.635000', '112614.638000', '112614.640000', '112614.643000', '112614.645000', '112614.648000', '112614.651000', '112614.653000', '112614.656000', '112614.658000', '112614.661000', '112614.664000', '112614.666000', '112614.669000', '112614.671000', '112614.674000', '112614.676000', '112614.679000', '112614.682000', '112614.684000', '112614.687000', '112614.689000', '112614.692000', '112614.694000', '112614.698000', '112614.701000', '112614.704000', '112614.706000', '112614.709000', '112614.711000', '112614.714000', '112614.716000', '112634.603000', '112634.606000', '112634.609000', '112634.611000', '112634.614000', '112634.617000', '112634.619000', '112634.622000', '112634.624000', '112634.627000', '112634.630000', '112634.632000', '112634.635000', '112634.637000', '112634.640000', '112634.643000', '112634.645000', '112634.648000', '112634.650000', '112634.653000', '112634.656000', '112634.658000', '112634.661000', '112634.663000', '112634.666000', '112634.669000', '112634.671000', '112634.674000', '112634.676000', '112634.679000', '112634.682000', '112634.684000', '112634.687000', '112634.689000', '112634.692000', '112634.702000', '112634.705000', '112634.707000', '112634.710000', '112634.713000', '112634.715000', '112634.718000', '112634.720000', '112654.603000', '112654.606000', '112654.609000', '112654.611000', '112654.614000', '112654.617000', '112654.619000', '112654.622000', '112654.625000', '112654.627000', '112654.630000', '112654.632000', '112654.635000', '112654.637000', '112654.640000', '112654.643000', '112654.645000', '112654.648000', '112654.651000', '112654.653000', '112654.656000', '112654.658000', '112654.661000', '112654.664000', '112654.667000', '112654.669000', '112654.672000', '112654.674000', '112654.677000', '112654.680000', '112654.682000', '112654.685000', '112654.687000', '112654.690000', '112654.692000', '112654.695000', '112654.698000', '112654.700000', '112654.703000', '112654.706000', '112654.708000', '112654.711000', '112654.713000', '112654.716000', '112714.602000', '112714.605000', '112714.608000', '112714.611000', '112714.613000', '112714.616000', '112714.618000', '112714.621000', '112714.624000', '112714.626000', '112714.629000', '112714.632000', '112714.634000', '112714.637000', '112714.639000', '112714.642000', '112714.645000', '112714.647000', '112714.650000', '112714.652000', '112714.655000', '112714.658000', '112714.660000', '112714.663000', '112714.665000', '112714.668000', '112714.670000', '112714.673000', '112714.676000', '112714.679000', '112714.681000', '112714.684000', '112714.686000', '112714.689000', '112714.692000', '112714.694000', '112714.697000', '112714.699000', '112714.702000', '112714.704000', '112714.707000', '112714.710000', '112714.712000', '112734.602000', '112734.605000', '112734.608000', '112734.610000', '112734.613000', '112734.616000', '112734.618000', '112734.621000', '112734.624000', '112734.626000', '112734.629000', '112734.631000', '112734.634000', '112734.636000', '112734.639000', '112734.642000', '112734.644000', '112734.647000', '112734.649000', '112734.652000', '112734.655000', '112734.658000', '112734.660000', '112734.663000', '112734.665000', '112734.668000', '112734.670000', '112734.673000', '112734.676000', '112734.678000', '112734.681000', '112734.683000', '112734.686000', '112734.689000', '112734.691000', '112734.694000', '112734.697000', '112734.699000', '112734.702000', '112734.704000', '112734.707000', '112734.709000', '112734.712000', '112734.715000', '112754.602000', '112754.605000', '112754.608000', '112754.611000', '112754.613000', '112754.616000', '112754.619000', '112754.621000', '112754.624000', '112754.626000', '112754.629000', '112754.631000', '112754.634000', '112754.637000', '112754.639000', '112754.642000', '112754.645000', '112754.647000', '112754.650000', '112754.652000', '112754.655000', '112754.658000', '112754.660000', '112754.663000', '112754.665000', '112754.668000', '112754.671000', '112754.673000', '112754.676000', '112754.678000', '112754.681000', '112754.683000', '112754.686000', '112754.689000', '112754.691000', '112754.694000', '112754.697000', '112754.699000', '112754.702000', '112754.704000', '112754.707000', '112754.710000', '112754.712000', '112814.604000', '112814.607000', '112814.609000', '112814.612000', '112814.614000', '112814.617000', '112814.620000', '112814.622000', '112814.625000', '112814.627000', '112814.630000', '112814.633000', '112814.635000', '112814.638000', '112814.641000', '112814.643000', '112814.646000', '112814.648000', '112814.651000', '112814.653000', '112814.656000', '112814.659000', '112814.661000', '112814.664000', '112814.666000', '112814.669000', '112814.672000', '112814.674000', '112814.677000', '112814.679000', '112814.682000', '112814.694000', '112814.697000', '112814.700000', '112814.702000', '112814.705000', '112814.707000', '112814.710000', '112814.714000', '112814.716000', '112814.719000', '112814.721000', '112814.724000', '112814.727000', '112834.604000', '112834.606000', '112834.609000', '112834.612000', '112834.614000', '112834.617000', '112834.620000', '112834.622000', '112834.625000', '112834.627000', '112834.630000', '112834.632000', '112834.635000', '112834.638000', '112834.640000', '112834.643000', '112834.646000', '112834.648000', '112834.651000', '112834.653000', '112834.656000', '112834.659000', '112834.661000', '112834.664000', '112834.666000', '112834.669000', '112834.671000', '112834.674000', '112834.677000', '112834.679000', '112834.682000', '112834.684000', '112834.687000', '112834.690000', '112834.692000', '112834.695000', '112834.698000', '112834.700000', '112834.703000', '112834.705000', '112834.708000', '112834.711000', '112834.713000', '112854.604000', '112854.607000', '112854.610000', '112854.613000', '112854.615000', '112854.618000', '112854.621000', '112854.623000', '112854.626000', '112854.628000', '112854.631000', '112854.634000', '112854.636000', '112854.639000', '112854.641000', '112854.644000', '112854.647000', '112854.649000', '112854.652000', '112854.655000', '112854.657000', '112854.660000', '112854.662000', '112854.665000', '112854.668000', '112854.670000', '112854.673000', '112854.676000', '112854.678000', '112854.681000', '112854.684000', '112854.686000', '112854.689000', '112854.692000', '112854.694000', '112854.697000', '112854.699000', '112854.702000', '112854.705000', '112854.707000', '112854.710000', '112854.713000', '112854.715000', '112854.718000', '112914.604000', '112914.606000', '112914.609000', '112914.612000', '112914.614000', '112914.617000', '112914.619000', '112914.622000', '112914.625000', '112914.627000', '112914.630000', '112914.632000', '112914.635000', '112914.638000', '112914.640000', '112914.643000', '112914.646000', '112914.648000', '112914.651000', '112914.653000', '112914.656000', '112914.659000', '112914.661000', '112914.664000', '112914.666000', '112914.669000', '112914.671000', '112914.674000', '112914.677000', '112914.679000', '112914.682000', '112914.685000', '112914.687000', '112914.690000', '112914.692000', '112914.695000', '112914.697000', '112914.700000', '112914.703000', '112914.705000', '112914.708000', '112914.710000', '112914.713000', '112934.602000', '112934.605000', '112934.608000', '112934.611000', '112934.613000', '112934.616000', '112934.618000', '112934.621000', '112934.624000', '112934.626000', '112934.629000', '112934.631000', '112934.634000', '112934.637000', '112934.639000', '112934.642000', '112934.644000', '112934.647000', '112934.650000', '112934.652000', '112934.655000', '112934.657000', '112934.660000', '112934.662000', '112934.665000', '112934.668000', '112934.670000', '112934.673000', '112934.675000', '112934.678000', '112934.681000', '112934.683000', '112934.686000', '112934.689000', '112934.691000', '112934.694000', '112934.696000', '112934.699000', '112934.702000', '112934.704000', '112934.707000', '112934.709000', '112934.712000', '112934.715000', '112954.603000', '112954.605000', '112954.608000', '112954.611000', '112954.613000', '112954.616000', '112954.618000', '112954.621000', '112954.624000', '112954.626000', '112954.629000', '112954.631000', '112954.634000', '112954.637000', '112954.639000', '112954.642000', '112954.645000', '112954.647000', '112954.650000', '112954.653000', '112954.656000', '112954.658000', '112954.661000', '112954.663000', '112954.666000', '112954.669000', '112954.671000', '112954.674000', '112954.677000', '112954.679000', '112954.682000', '112954.685000', '112954.687000', '112954.690000', '112954.693000', '112954.695000', '112954.698000', '112954.700000', '112954.703000', '112954.706000', '112954.708000', '112954.711000', '112954.714000', '113014.603000', '113014.606000', '113014.608000', '113014.611000', '113014.613000', '113014.616000', '113014.619000', '113014.621000', '113014.624000', '113014.627000', '113014.629000', '113014.632000', '113014.634000', '113014.637000', '113014.640000', '113014.642000', '113014.645000', '113014.648000', '113014.651000', '113014.653000', '113014.656000', '113014.659000', '113014.661000', '113014.664000', '113014.666000', '113014.669000', '113014.672000', '113014.674000', '113014.677000', '113014.679000', '113014.682000', '113014.685000', '113014.687000', '113014.690000', '113014.692000', '113014.695000', '113014.698000', '113014.700000', '113014.703000', '113014.706000', '113014.709000', '113014.711000', '113014.714000', '113034.603000', '113034.606000', '113034.609000', '113034.612000', '113034.615000', '113034.617000', '113034.620000', '113034.623000', '113034.625000', '113034.628000', '113034.630000', '113034.633000', '113034.636000', '113034.639000', '113034.641000', '113034.644000', '113034.646000', '113034.649000', '113034.652000', '113034.654000', '113034.657000', '113034.659000', '113034.662000', '113034.665000', '113034.667000', '113034.670000', '113034.672000', '113034.675000', '113034.678000', '113034.680000', '113034.683000', '113034.685000', '113034.688000', '113034.691000', '113034.693000', '113034.696000', '113034.698000', '113034.701000', '113034.704000', '113034.706000', '113034.709000', '113034.712000', '113034.714000', '113034.717000', '113054.604000', '113054.607000', '113054.609000', '113054.612000', '113054.615000', '113054.617000', '113054.620000', '113054.623000', '113054.625000', '113054.628000', '113054.631000', '113054.633000', '113054.636000', '113054.639000', '113054.641000', '113054.644000', '113054.647000', '113054.649000', '113054.652000', '113054.654000', '113054.657000', '113054.660000', '113054.662000', '113054.665000', '113054.667000', '113054.670000', '113054.673000', '113054.675000', '113054.678000', '113054.681000', '113054.683000', '113054.686000', '113054.688000', '113054.691000', '113054.694000', '113054.696000', '113054.699000', '113054.701000', '113054.704000', '113054.707000', '113054.709000', '113054.712000', '113054.714000', '113114.604000', '113114.606000', '113114.609000', '113114.612000', '113114.614000', '113114.617000', '113114.620000', '113114.622000', '113114.625000', '113114.628000', '113114.630000', '113114.633000', '113114.636000', '113114.638000', '113114.641000', '113114.644000', '113114.646000', '113114.649000', '113114.652000', '113114.654000', '113114.665000', '113114.668000', '113114.671000', '113114.673000', '113114.690000', '113114.692000', '113114.695000', '113114.698000', '113114.700000', '113114.703000', '113114.705000', '113114.708000', '113114.711000', '113114.713000', '113114.716000', '113114.719000', '113114.721000', '113114.724000', '113114.727000', '113114.729000', '113114.732000', '113114.735000', '113114.737000', '113114.740000', '113134.604000', '113134.606000', '113134.609000', '113134.612000', '113134.615000', '113134.617000', '113134.620000', '113134.623000', '113134.625000', '113134.628000', '113134.631000', '113134.633000', '113134.636000', '113134.638000', '113134.641000', '113134.644000', '113134.646000', '113134.649000', '113134.652000', '113134.654000', '113134.657000', '113134.659000', '113134.662000', '113134.665000', '113134.667000', '113134.670000', '113134.673000', '113134.675000', '113134.678000', '113134.681000', '113134.683000', '113134.686000', '113134.690000', '113134.693000', '113134.696000', '113134.698000', '113134.701000', '113134.704000', '113134.706000', '113134.709000', '113134.711000', '113134.714000', '113134.717000', '113147.525000', '113147.528000', '113147.530000', '113147.533000', '113147.536000', '113147.538000', '113147.541000', '113147.544000', '113147.546000', '113147.549000', '113147.552000', '113147.555000', '113147.557000', '113147.560000', '113147.563000', '113147.566000', '113147.568000', '113147.571000', '113147.574000', '113147.577000', '113147.580000', '113147.582000', '113147.585000', '113147.588000', '113147.591000', '113147.593000', '113147.596000', '113147.599000', '113147.602000'], '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': [10204, 12512, 9326, 12832, 11222, 12824, 16875, 12528, 14136, 12800, 13142, 12950, 12837, 10658, 12069, 10961, 12592, 10691, 12571, 11296, 12498, 14429, 12886, 15183, 12207, 13536, 11842, 13170, 11493, 12389, 10690, 12363, 10702, 12587, 10205, 12206, 9377, 12191, 9471, 12486, 9248, 12811, 13656, 12352, 14013, 12435, 14024, 12922, 15789, 12630, 14478, 11614, 13493, 10985, 14118, 10986, 9011, 11649, 10602, 12621, 10020, 13504, 10389, 15923, 10244, 13646, 10907, 12371, 10985, 12505, 9771, 11875, 15438, 11698, 15255, 11873, 14047, 11861, 12440, 11764, 9855, 11892, 11890, 13351, 12520, 14290, 11755, 15164, 12429, 14389, 12470, 12288, 11854, 11903, 11316, 12125, 12447, 12065, 12875, 11088, 10145, 10907, 12608, 11296, 12022, 11895, 12363, 11054, 10381, 11710, 9641, 11910, 10203, 12168, 15104, 12670, 12500, 12113, 12434, 10867, 12108, 10590, 12516, 9447, 12439, 9466, 11828, 9150, 12585, 11863, 12816, 18661, 12748, 14631, 12659, 14798, 12459, 13851, 12220, 12874, 10532, 12392, 10125, 12518, 11498, 12522, 15179, 12574, 16006, 12818, 12955, 11328, 12569, 10880, 12218, 10393, 12051, 11057, 10114, 11105, 8932, 11595, 10415, 11249, 13643, 10874, 13459, 10238, 10553, 12434, 10769, 11361, 11392, 15593, 12432, 11173, 15462, 11212, 17798, 13686, 19153, 11794, 10521, 12620, 10355, 12932, 9939, 12619, 9090, 11469, 9011, 10808, 10475, 11306, 11208, 10577, 7991, 9747, 9794, 9823, 10727, 11568, 13463, 12392, 13709, 12228, 10254, 15161, 10926, 15820, 14167, 16618, 14156, 17152, 13517, 17722, 11591, 17457, 13625, 15506, 11330, 14541, 11365, 13823, 11487, 13243, 10714, 13359, 11309, 12851, 11994, 12890, 8880, 12561, 10311, 11855, 9925, 11839, 10449, 12554, 11636, 11912, 11754, 10745, 10906, 11852, 13178, 10264, 12662, 11294, 12835, 9965, 13794, 10825, 14374, 11070, 16512, 10914, 17712, 11298, 16659, 12947, 11867, 12468, 11359, 16947, 14531, 13368, 14086, 14201, 14476, 12493, 11050, 10607, 11793, 9690, 14242, 11331, 11683, 12022, 11383, 13817, 11818, 14053, 11679, 10184, 13203, 12690, 11690, 13354, 12995, 12454, 12551, 11874, 12244, 11592, 12745, 11936, 12142, 8710, 10315, 8800, 11478, 11676, 12350, 13374, 8758, 11974, 11145, 10532, 12199, 11843, 12945, 10971, 15914, 13250, 12034, 13681, 10285, 18868, 14639, 15950, 14720, 12068, 19659, 13699, 11592, 18731, 14070, 18955, 14744, 16589, 12487, 10774, 13739, 10881, 13431, 11914, 13900, 12216, 10169, 12591, 10047, 11727, 11019, 12393, 12132, 11792, 12067, 11809, 11405, 11787, 10028, 11995, 10061, 12327, 10659, 12650, 9983, 12731, 10469, 13349, 10194, 14235, 9760, 13688, 9171, 13038, 10238, 13367, 9897, 13421, 10426, 13610, 9945, 13889, 10786, 13488, 10533, 13261, 10268, 10962, 12011, 11522, 12125, 10892, 12527, 10797, 13137, 11084, 14053, 10920, 14958, 10672, 12620, 10427, 17001, 12253, 15124, 12100, 11674, 14786, 11011, 18242, 12583, 15361, 12518, 13688, 12012, 13061, 12053, 12640, 11598, 13059, 11697, 12403, 12052, 10757, 11184, 10938, 9530, 10995, 10337, 12332, 11411, 12460, 12108, 11845, 10993, 12152, 13068, 12404, 13925, 10604, 12012, 10158, 12706, 11261, 13471, 11992, 16953, 11686, 11288, 12076, 12058, 14393, 11931, 11185, 13598, 11045, 11242, 11427, 11134, 16992, 10739, 17988, 13078, 13023, 18533, 12973, 18774, 15107, 18818, 13372, 12232, 15024, 11121, 15755, 12513, 11220, 13123, 11713, 14945, 12188, 14245, 11292, 13323, 10802, 12983, 11526, 10937, 10729, 10536, 12512, 12162, 13433, 11309, 13655, 11398, 12983, 11671, 11291, 9920, 9589, 12243, 10884, 13753, 11477, 9932, 11133, 9337, 11686, 10123, 11712, 9963, 11557, 11004, 10142, 10544, 12433, 11635, 10538, 10691, 9806, 11474, 10344, 9255, 14919, 11214, 12874, 12138, 11908, 13183, 16484, 15544, 16825, 18738, 17229, 19410, 18785, 16844, 20692, 14971, 11187, 16449, 12848, 13466, 11350, 12253, 14404, 10272, 12383, 12473, 12081, 12431, 10207, 13223, 11477, 14355, 11666, 14486, 12755, 10011, 13290, 10461, 14862, 11569, 15032, 12108, 13926, 11621, 9885, 11842, 11164, 12740, 9731, 13487, 10067, 12988, 10047, 12872, 9964, 12947, 10458, 11940, 10373, 9646, 12654, 11025, 13565, 13163, 12247, 12101, 13442, 12185, 13349, 11316, 11186, 11013, 9821, 14689, 11266, 18240, 12615, 20971, 12951, 16584, 11836, 18018, 12130, 14153, 11777, 10614, 12266, 11051, 12487, 10342, 12738, 10570, 12976, 10998, 14248, 10547, 9103, 11597, 11637, 13515, 10737, 10216, 11436, 11096, 11274, 11131, 11943, 11335, 11439, 9584, 12261, 12864, 13597, 10366, 11662, 10945, 17056, 10510, 16878, 10995, 11611, 9432, 12239, 10861, 13318, 9797, 16413, 11647, 12933, 9239, 11427, 12098, 9985, 12227, 10286, 11227, 11222, 11205, 10868, 11932, 10858, 13251, 11142, 14299, 11797, 15672, 10116, 16412, 11035, 12571, 11981, 12178, 14228, 12922, 15498, 11358, 18779, 14123, 11633, 10166, 12759, 12153, 11703, 11664, 10247, 11238, 11282, 12512, 12066, 11823, 12445, 11297, 11458, 14292, 11479, 11453, 10888, 10041, 13714, 10670, 11364, 11357, 12479, 13344, 15367, 12594, 11534, 13405, 11707, 14394, 12273, 14793, 11803, 13423, 10740, 15735, 12837, 10136, 12383, 11731, 10197, 14937, 12051, 10758, 9339, 9865, 12215, 10840, 15416, 11812, 16054, 9867, 13377, 10365, 9681, 12005, 11773, 11525, 14175, 17263, 19049, 19386, 17046, 18831, 13810, 11108, 16616, 10743, 10148, 14014, 10186, 14262, 11223, 10597, 11557, 11783, 12988, 13950, 14499, 14273, 10411, 13566, 11653, 13131, 12349, 12991, 12477, 13971, 13582, 11487, 13108, 12211, 13057, 13958, 14197, 14194, 12414, 14006, 10989, 11973, 11374, 12756, 12226, 13815, 12055, 14718, 10503, 18739, 12882, 9870, 10803, 8680, 12059, 9914, 10806, 10157, 12157, 10251, 13940, 11115, 14671, 11218, 16926, 12004, 10977, 16483, 11653, 19846, 16004, 20755, 17350, 12677, 13839, 11024, 15397, 11775, 12980, 16798, 11761, 10764, 12188, 11116, 11181, 9530, 12170, 10717, 13752, 11403, 16297, 11731, 13062, 11922, 13487, 12446, 12654, 12156, 11176, 11775, 11785, 13704, 11769, 13446, 11231, 14103, 12018, 12529, 12070, 8875, 10379, 10868, 10935, 11489, 11029, 10321, 11682, 13279, 8982, 14760, 10654, 14535, 12117, 11453, 17158, 12100, 20160, 13784, 12728, 17678, 11373, 16251, 12423, 17033, 11620, 14373, 12264], 'WindowCenter': [4525.0, 4518.0, 4475.0, 4513.0, 4479.0, 4502.0, 4545.0, 4512.0, 4521.0, 4512.0, 4499.0, 4511.0, 4524.0, 4496.0, 4502.0, 4493.0, 4513.0, 4481.0, 4513.0, 4506.0, 4503.0, 4510.0, 4501.0, 4509.0, 4503.0, 4510.0, 4491.0, 4500.0, 4490.0, 4489.0, 4494.0, 4502.0, 4481.0, 4501.0, 4469.0, 4502.0, 4473.0, 4501.0, 4470.0, 4502.0, 4458.0, 4500.0, 4511.0, 4513.0, 4509.0, 4499.0, 4498.0, 4499.0, 4506.0, 4488.0, 4522.0, 4492.0, 4510.0, 4492.0, 4512.0, 4480.0, 4459.0, 4489.0, 4468.0, 4487.0, 4457.0, 4498.0, 4467.0, 4508.0, 4456.0, 4486.0, 4465.0, 4474.0, 4454.0, 4473.0, 4441.0, 4463.0, 4492.0, 4475.0, 4492.0, 4462.0, 4480.0, 4472.0, 4469.0, 4474.0, 4439.0, 4461.0, 4470.0, 4480.0, 4485.0, 4494.0, 4490.0, 4492.0, 4485.0, 4482.0, 4473.0, 4461.0, 4476.0, 4475.0, 4464.0, 4485.0, 4487.0, 4472.0, 4511.0, 4489.0, 4480.0, 4478.0, 4511.0, 4489.0, 4502.0, 4490.0, 4514.0, 4506.0, 4483.0, 4503.0, 4472.0, 4502.0, 4480.0, 4514.0, 4522.0, 4502.0, 4498.0, 4492.0, 4489.0, 4492.0, 4500.0, 4481.0, 4501.0, 4459.0, 4500.0, 4472.0, 4491.0, 4471.0, 4502.0, 4488.0, 4501.0, 4542.0, 4513.0, 4511.0, 4514.0, 4510.0, 4488.0, 4498.0, 4488.0, 4502.0, 4481.0, 4488.0, 4455.0, 4487.0, 4478.0, 4501.0, 4507.0, 4487.0, 4506.0, 4485.0, 4485.0, 4490.0, 4489.0, 4480.0, 4488.0, 4469.0, 4487.0, 4477.0, 4469.0, 4477.0, 4444.0, 4477.0, 4466.0, 4479.0, 4497.0, 4481.0, 4496.0, 4471.0, 4469.0, 4499.0, 4488.0, 4489.0, 4489.0, 4505.0, 4498.0, 4475.0, 4505.0, 4476.0, 4530.0, 4499.0, 4514.0, 4476.0, 4450.0, 4470.0, 4454.0, 4471.0, 4438.0, 4469.0, 4431.0, 4461.0, 4430.0, 4463.0, 4463.0, 4462.0, 4433.0, 4461.0, 4432.0, 4468.0, 4480.0, 4482.0, 4480.0, 4504.0, 4524.0, 4514.0, 4523.0, 4514.0, 4482.0, 4522.0, 4481.0, 4538.0, 4512.0, 4522.0, 4498.0, 4496.0, 4472.0, 4493.0, 4448.0, 4490.0, 4471.0, 4477.0, 4434.0, 4453.0, 4421.0, 4443.0, 4432.0, 4469.0, 4437.0, 4456.0, 4435.0, 4455.0, 4444.0, 4457.0, 4432.0, 4485.0, 4452.0, 4471.0, 4439.0, 4459.0, 4449.0, 4472.0, 4474.0, 4474.0, 4475.0, 4453.0, 4451.0, 4462.0, 4482.0, 4468.0, 4485.0, 4476.0, 4485.0, 4454.0, 4506.0, 4474.0, 4495.0, 4474.0, 4511.0, 4461.0, 4514.0, 4463.0, 4503.0, 4473.0, 4461.0, 4461.0, 4421.0, 4477.0, 4466.0, 4454.0, 4445.0, 4450.0, 4438.0, 4441.0, 4409.0, 4428.0, 4447.0, 4427.0, 4465.0, 4433.0, 4420.0, 4433.0, 4434.0, 4456.0, 4436.0, 4454.0, 4439.0, 4427.0, 4457.0, 4455.0, 4449.0, 4470.0, 4457.0, 4444.0, 4443.0, 4437.0, 4461.0, 4450.0, 4470.0, 4447.0, 4446.0, 4403.0, 4424.0, 4416.0, 4447.0, 4473.0, 4462.0, 4484.0, 4424.0, 4473.0, 4476.0, 4465.0, 4486.0, 4490.0, 4484.0, 4433.0, 4505.0, 4485.0, 4450.0, 4470.0, 4440.0, 4488.0, 4478.0, 4487.0, 4466.0, 4446.0, 4457.0, 4465.0, 4434.0, 4487.0, 4454.0, 4484.0, 4465.0, 4471.0, 4439.0, 4405.0, 4434.0, 4403.0, 4436.0, 4442.0, 4438.0, 4430.0, 4424.0, 4456.0, 4436.0, 4455.0, 4448.0, 4454.0, 4456.0, 4455.0, 4458.0, 4458.0, 4461.0, 4458.0, 4441.0, 4461.0, 4441.0, 4484.0, 4464.0, 4471.0, 4441.0, 4469.0, 4449.0, 4483.0, 4466.0, 4494.0, 4453.0, 4482.0, 4428.0, 4470.0, 4467.0, 4493.0, 4453.0, 4481.0, 4461.0, 4480.0, 4452.0, 4492.0, 4475.0, 4494.0, 4474.0, 4483.0, 4476.0, 4474.0, 4483.0, 4483.0, 4471.0, 4474.0, 4484.0, 4450.0, 4480.0, 4459.0, 4479.0, 4436.0, 4478.0, 4433.0, 4468.0, 4434.0, 4488.0, 4443.0, 4462.0, 4443.0, 4432.0, 4463.0, 4436.0, 4486.0, 4442.0, 4449.0, 4428.0, 4436.0, 4429.0, 4439.0, 4442.0, 4440.0, 4433.0, 4439.0, 4442.0, 4456.0, 4457.0, 4445.0, 4445.0, 4431.0, 4423.0, 4445.0, 4446.0, 4492.0, 4472.0, 4483.0, 4471.0, 4470.0, 4462.0, 4495.0, 4506.0, 4497.0, 4506.0, 4480.0, 4473.0, 4463.0, 4469.0, 4463.0, 4468.0, 4462.0, 4503.0, 4472.0, 4446.0, 4458.0, 4454.0, 4478.0, 4433.0, 4434.0, 4442.0, 4437.0, 4434.0, 4444.0, 4448.0, 4500.0, 4448.0, 4485.0, 4456.0, 4453.0, 4473.0, 4443.0, 4472.0, 4451.0, 4459.0, 4438.0, 4430.0, 4461.0, 4418.0, 4445.0, 4424.0, 4387.0, 4424.0, 4412.0, 4445.0, 4438.0, 4459.0, 4430.0, 4449.0, 4430.0, 4449.0, 4443.0, 4444.0, 4442.0, 4431.0, 4453.0, 4455.0, 4479.0, 4459.0, 4477.0, 4457.0, 4464.0, 4456.0, 4446.0, 4435.0, 4425.0, 4467.0, 4458.0, 4489.0, 4471.0, 4450.0, 4460.0, 4454.0, 4496.0, 4462.0, 4472.0, 4448.0, 4455.0, 4469.0, 4461.0, 4450.0, 4482.0, 4473.0, 4463.0, 4461.0, 4411.0, 4475.0, 4464.0, 4434.0, 4471.0, 4441.0, 4405.0, 4393.0, 4363.0, 4511.0, 4529.0, 4492.0, 4489.0, 4487.0, 4475.0, 4462.0, 4460.0, 4449.0, 4470.0, 4438.0, 4416.0, 4445.0, 4426.0, 4423.0, 4401.0, 4396.0, 4419.0, 4391.0, 4426.0, 4428.0, 4414.0, 4446.0, 4427.0, 4441.0, 4418.0, 4409.0, 4415.0, 4435.0, 4428.0, 4396.0, 4440.0, 4410.0, 4451.0, 4418.0, 4437.0, 4441.0, 4438.0, 4418.0, 4396.0, 4403.0, 4403.0, 4426.0, 4398.0, 4453.0, 4423.0, 4452.0, 4412.0, 4452.0, 4410.0, 4441.0, 4411.0, 4419.0, 4410.0, 4401.0, 4457.0, 4464.0, 4467.0, 4468.0, 4457.0, 4445.0, 4452.0, 4456.0, 4440.0, 4419.0, 4406.0, 4407.0, 4410.0, 4462.0, 4420.0, 4458.0, 4440.0, 4492.0, 4438.0, 4445.0, 4415.0, 4443.0, 4415.0, 4445.0, 4425.0, 4403.0, 4414.0, 4402.0, 4423.0, 4393.0, 4425.0, 4417.0, 4452.0, 4431.0, 4459.0, 4419.0, 4413.0, 4455.0, 4443.0, 4463.0, 4447.0, 4435.0, 4470.0, 4473.0, 4473.0, 4463.0, 4475.0, 4447.0, 4429.0, 4381.0, 4437.0, 4438.0, 4464.0, 4445.0, 4457.0, 4437.0, 4500.0, 4450.0, 4501.0, 4410.0, 4488.0, 4430.0, 4445.0, 4433.0, 4469.0, 4439.0, 4487.0, 4444.0, 4440.0, 4399.0, 4429.0, 4453.0, 4424.0, 4452.0, 4421.0, 4420.0, 4416.0, 4418.0, 4419.0, 4421.0, 4417.0, 4438.0, 4418.0, 4437.0, 4415.0, 4443.0, 4393.0, 4444.0, 4392.0, 4411.0, 4401.0, 4412.0, 4354.0, 4437.0, 4432.0, 4334.0, 4286.0, 4508.0, 4350.0, 4380.0, 4420.0, 4410.0, 4422.0, 4438.0, 4429.0, 4440.0, 4436.0, 4447.0, 4447.0, 4450.0, 4462.0, 4451.0, 4451.0, 4483.0, 4465.0, 4465.0, 4454.0, 4433.0, 4488.0, 4433.0, 4452.0, 4452.0, 4446.0, 4447.0, 4453.0, 4433.0, 4420.0, 4441.0, 4421.0, 4441.0, 4432.0, 4440.0, 4419.0, 4429.0, 4414.0, 4443.0, 4420.0, 4375.0, 4380.0, 4410.0, 4314.0, 4434.0, 4434.0, 4393.0, 4359.0, 4381.0, 4412.0, 4405.0, 4433.0, 4413.0, 4441.0, 4403.0, 4406.0, 4390.0, 4367.0, 4307.0, 4381.0, 4435.0, 4393.0, 4426.0, 4451.0, 4453.0, 4440.0, 4459.0, 4426.0, 4395.0, 4435.0, 4396.0, 4385.0, 4424.0, 4396.0, 4426.0, 4408.0, 4409.0, 4431.0, 4422.0, 4429.0, 4441.0, 4465.0, 4466.0, 4425.0, 4457.0, 4435.0, 4455.0, 4459.0, 4469.0, 4460.0, 4466.0, 4469.0, 4451.0, 4459.0, 4448.0, 4459.0, 4470.0, 4468.0, 4470.0, 4458.0, 4492.0, 4465.0, 4462.0, 4446.0, 4457.0, 4435.0, 4468.0, 4461.0, 4481.0, 4416.0, 4468.0, 4447.0, 4419.0, 4439.0, 4407.0, 4446.0, 4428.0, 4436.0, 4439.0, 4457.0, 4438.0, 4466.0, 4437.0, 4454.0, 4438.0, 4477.0, 4447.0, 4438.0, 4492.0, 4461.0, 4511.0, 4476.0, 4495.0, 4473.0, 4429.0, 4440.0, 4421.0, 4450.0, 4432.0, 4442.0, 4463.0, 4435.0, 4437.0, 4443.0, 4425.0, 4422.0, 4390.0, 4418.0, 4411.0, 4429.0, 4422.0, 4437.0, 4407.0, 4413.0, 4407.0, 4427.0, 4419.0, 4433.0, 4422.0, 4410.0, 4402.0, 4396.0, 4422.0, 4410.0, 4425.0, 4410.0, 4442.0, 4421.0, 4405.0, 4393.0, 4365.0, 4374.0, 4424.0, 4422.0, 4418.0, 4377.0, 4406.0, 4402.0, 4455.0, 4377.0, 4438.0, 4410.0, 4441.0, 4433.0, 4433.0, 4474.0, 4434.0, 4483.0, 4441.0, 4430.0, 4458.0, 4407.0, 4448.0, 4424.0, 4444.0, 4417.0, 4435.0, 4427.0], 'WindowWidth': [9948.0, 9923.0, 9857.0, 9905.0, 9850.0, 9887.0, 9954.0, 9902.0, 9912.0, 9902.0, 9879.0, 9899.0, 9925.0, 9888.0, 9887.0, 9879.0, 9906.0, 9856.0, 9905.0, 9900.0, 9889.0, 9895.0, 9885.0, 9895.0, 9893.0, 9897.0, 9870.0, 9881.0, 9866.0, 9865.0, 9881.0, 9888.0, 9857.0, 9884.0, 9836.0, 9887.0, 9853.0, 9886.0, 9842.0, 9888.0, 9821.0, 9879.0, 9901.0, 9905.0, 9893.0, 9880.0, 9875.0, 9877.0, 9882.0, 9862.0, 9916.0, 9877.0, 9897.0, 9874.0, 9901.0, 9856.0, 9825.0, 9863.0, 9834.0, 9859.0, 9817.0, 9874.0, 9830.0, 9887.0, 9814.0, 9857.0, 9824.0, 9838.0, 9807.0, 9835.0, 9786.0, 9818.0, 9861.0, 9840.0, 9859.0, 9815.0, 9840.0, 9831.0, 9822.0, 9834.0, 9780.0, 9814.0, 9825.0, 9839.0, 9853.0, 9865.0, 9868.0, 9861.0, 9852.0, 9843.0, 9832.0, 9810.0, 9840.0, 9840.0, 9825.0, 9852.0, 9857.0, 9831.0, 9898.0, 9867.0, 9859.0, 9850.0, 9901.0, 9865.0, 9887.0, 9868.0, 9906.0, 9898.0, 9865.0, 9892.0, 9848.0, 9889.0, 9854.0, 9908.0, 9918.0, 9885.0, 9876.0, 9871.0, 9864.0, 9875.0, 9882.0, 9856.0, 9884.0, 9825.0, 9884.0, 9848.0, 9870.0, 9845.0, 9887.0, 9862.0, 9882.0, 9951.0, 9908.0, 9899.0, 9908.0, 9894.0, 9861.0, 9873.0, 9859.0, 9890.0, 9857.0, 9861.0, 9810.0, 9856.0, 9850.0, 9886.0, 9888.0, 9859.0, 9882.0, 9852.0, 9854.0, 9869.0, 9864.0, 9855.0, 9860.0, 9839.0, 9860.0, 9844.0, 9835.0, 9844.0, 9797.0, 9845.0, 9828.0, 9848.0, 9872.0, 9856.0, 9869.0, 9844.0, 9835.0, 9880.0, 9869.0, 9866.0, 9865.0, 9881.0, 9878.0, 9841.0, 9881.0, 9842.0, 9931.0, 9880.0, 9894.0, 9841.0, 9795.0, 9822.0, 9810.0, 9827.0, 9776.0, 9821.0, 9774.0, 9812.0, 9772.0, 9822.0, 9822.0, 9812.0, 9758.0, 9814.0, 9783.0, 9839.0, 9861.0, 9864.0, 9855.0, 9896.0, 9925.0, 9910.0, 9921.0, 9907.0, 9862.0, 9917.0, 9858.0, 9957.0, 9906.0, 9923.0, 9877.0, 9873.0, 9830.0, 9864.0, 9788.0, 9854.0, 9823.0, 9830.0, 9762.0, 9785.0, 9737.0, 9771.0, 9754.0, 9819.0, 9774.0, 9796.0, 9767.0, 9795.0, 9779.0, 9800.0, 9777.0, 9853.0, 9803.0, 9825.0, 9779.0, 9806.0, 9792.0, 9827.0, 9835.0, 9837.0, 9835.0, 9799.0, 9793.0, 9813.0, 9840.0, 9835.0, 9852.0, 9843.0, 9855.0, 9811.0, 9888.0, 9841.0, 9869.0, 9839.0, 9893.0, 9817.0, 9894.0, 9822.0, 9876.0, 9834.0, 9809.0, 9809.0, 9735.0, 9825.0, 9807.0, 9786.0, 9770.0, 9774.0, 9754.0, 9766.0, 9716.0, 9755.0, 9783.0, 9758.0, 9808.0, 9756.0, 9731.0, 9755.0, 9760.0, 9792.0, 9766.0, 9787.0, 9772.0, 9754.0, 9794.0, 9790.0, 9790.0, 9820.0, 9795.0, 9774.0, 9769.0, 9767.0, 9810.0, 9792.0, 9819.0, 9784.0, 9779.0, 9721.0, 9749.0, 9740.0, 9785.0, 9831.0, 9812.0, 9843.0, 9764.0, 9834.0, 9840.0, 9825.0, 9856.0, 9866.0, 9855.0, 9760.0, 9881.0, 9855.0, 9793.0, 9821.0, 9783.0, 9847.0, 9835.0, 9843.0, 9812.0, 9780.0, 9784.0, 9811.0, 9761.0, 9848.0, 9793.0, 9838.0, 9811.0, 9813.0, 9761.0, 9707.0, 9745.0, 9703.0, 9753.0, 9771.0, 9757.0, 9752.0, 9749.0, 9799.0, 9774.0, 9797.0, 9792.0, 9793.0, 9799.0, 9795.0, 9805.0, 9804.0, 9812.0, 9805.0, 9786.0, 9811.0, 9787.0, 9850.0, 9827.0, 9828.0, 9788.0, 9819.0, 9794.0, 9846.0, 9830.0, 9864.0, 9807.0, 9843.0, 9764.0, 9825.0, 9832.0, 9863.0, 9809.0, 9844.0, 9817.0, 9838.0, 9806.0, 9861.0, 9843.0, 9867.0, 9841.0, 9848.0, 9846.0, 9840.0, 9851.0, 9850.0, 9832.0, 9840.0, 9855.0, 9797.0, 9841.0, 9809.0, 9836.0, 9771.0, 9834.0, 9762.0, 9818.0, 9767.0, 9850.0, 9775.0, 9799.0, 9775.0, 9757.0, 9804.0, 9772.0, 9843.0, 9772.0, 9778.0, 9745.0, 9753.0, 9747.0, 9761.0, 9771.0, 9767.0, 9758.0, 9762.0, 9770.0, 9799.0, 9801.0, 9785.0, 9781.0, 9755.0, 9746.0, 9783.0, 9789.0, 9863.0, 9834.0, 9853.0, 9830.0, 9825.0, 9819.0, 9871.0, 9889.0, 9875.0, 9887.0, 9856.0, 9832.0, 9820.0, 9819.0, 9816.0, 9816.0, 9815.0, 9879.0, 9831.0, 9782.0, 9802.0, 9795.0, 9831.0, 9758.0, 9760.0, 9769.0, 9772.0, 9760.0, 9779.0, 9791.0, 9865.0, 9789.0, 9838.0, 9802.0, 9786.0, 9822.0, 9774.0, 9819.0, 9782.0, 9789.0, 9759.0, 9751.0, 9800.0, 9731.0, 9767.0, 9733.0, 9671.0, 9735.0, 9713.0, 9764.0, 9761.0, 9792.0, 9756.0, 9779.0, 9755.0, 9779.0, 9778.0, 9786.0, 9778.0, 9757.0, 9791.0, 9796.0, 9839.0, 9813.0, 9831.0, 9804.0, 9809.0, 9800.0, 9788.0, 9771.0, 9758.0, 9819.0, 9806.0, 9852.0, 9832.0, 9799.0, 9814.0, 9814.0, 9875.0, 9825.0, 9834.0, 9798.0, 9801.0, 9830.0, 9821.0, 9801.0, 9847.0, 9836.0, 9820.0, 9813.0, 9724.0, 9840.0, 9822.0, 9777.0, 9820.0, 9773.0, 9697.0, 9684.0, 9619.0, 9901.0, 9928.0, 9858.0, 9850.0, 9848.0, 9825.0, 9803.0, 9801.0, 9778.0, 9814.0, 9763.0, 9727.0, 9767.0, 9736.0, 9726.0, 9694.0, 9680.0, 9712.0, 9684.0, 9739.0, 9742.0, 9715.0, 9777.0, 9755.0, 9767.0, 9729.0, 9698.0, 9723.0, 9751.0, 9741.0, 9696.0, 9763.0, 9720.0, 9779.0, 9728.0, 9754.0, 9767.0, 9759.0, 9730.0, 9694.0, 9698.0, 9697.0, 9733.0, 9700.0, 9787.0, 9746.0, 9785.0, 9731.0, 9785.0, 9725.0, 9765.0, 9721.0, 9730.0, 9718.0, 9707.0, 9795.0, 9818.0, 9811.0, 9812.0, 9798.0, 9778.0, 9785.0, 9797.0, 9764.0, 9734.0, 9709.0, 9713.0, 9721.0, 9798.0, 9737.0, 9790.0, 9764.0, 9843.0, 9760.0, 9760.0, 9720.0, 9756.0, 9721.0, 9765.0, 9738.0, 9703.0, 9719.0, 9698.0, 9728.0, 9687.0, 9733.0, 9730.0, 9787.0, 9754.0, 9792.0, 9739.0, 9735.0, 9797.0, 9775.0, 9802.0, 9789.0, 9770.0, 9825.0, 9836.0, 9837.0, 9817.0, 9842.0, 9787.0, 9748.0, 9667.0, 9754.0, 9759.0, 9808.0, 9788.0, 9805.0, 9772.0, 9867.0, 9801.0, 9873.0, 9720.0, 9865.0, 9768.0, 9778.0, 9757.0, 9821.0, 9777.0, 9844.0, 9777.0, 9765.0, 9708.0, 9747.0, 9790.0, 9750.0, 9789.0, 9741.0, 9738.0, 9725.0, 9732.0, 9732.0, 9731.0, 9729.0, 9763.0, 9732.0, 9758.0, 9720.0, 9759.0, 9687.0, 9761.0, 9685.0, 9705.0, 9694.0, 9708.0, 9601.0, 9763.0, 9746.0, 9568.0, 9465.0, 9907.0, 9609.0, 9674.0, 9731.0, 9716.0, 9739.0, 9773.0, 9762.0, 9778.0, 9771.0, 9785.0, 9787.0, 9796.0, 9813.0, 9799.0, 9800.0, 9846.0, 9825.0, 9822.0, 9804.0, 9777.0, 9861.0, 9767.0, 9797.0, 9796.0, 9781.0, 9779.0, 9784.0, 9755.0, 9734.0, 9763.0, 9734.0, 9764.0, 9752.0, 9762.0, 9730.0, 9743.0, 9729.0, 9764.0, 9728.0, 9658.0, 9653.0, 9713.0, 9544.0, 9750.0, 9758.0, 9687.0, 9636.0, 9667.0, 9717.0, 9710.0, 9746.0, 9720.0, 9760.0, 9712.0, 9701.0, 9682.0, 9644.0, 9513.0, 9651.0, 9762.0, 9671.0, 9740.0, 9785.0, 9796.0, 9765.0, 9791.0, 9734.0, 9690.0, 9744.0, 9693.0, 9676.0, 9727.0, 9692.0, 9733.0, 9714.0, 9717.0, 9753.0, 9739.0, 9743.0, 9760.0, 9804.0, 9808.0, 9752.0, 9795.0, 9760.0, 9788.0, 9801.0, 9820.0, 9808.0, 9809.0, 9817.0, 9794.0, 9803.0, 9787.0, 9803.0, 9817.0, 9812.0, 9816.0, 9800.0, 9857.0, 9823.0, 9814.0, 9782.0, 9796.0, 9762.0, 9814.0, 9809.0, 9835.0, 9733.0, 9811.0, 9777.0, 9742.0, 9772.0, 9726.0, 9775.0, 9758.0, 9769.0, 9778.0, 9797.0, 9775.0, 9809.0, 9770.0, 9788.0, 9773.0, 9827.0, 9786.0, 9775.0, 9858.0, 9813.0, 9893.0, 9830.0, 9859.0, 9820.0, 9751.0, 9768.0, 9742.0, 9780.0, 9755.0, 9768.0, 9801.0, 9762.0, 9766.0, 9775.0, 9745.0, 9736.0, 9689.0, 9727.0, 9721.0, 9743.0, 9738.0, 9752.0, 9705.0, 9712.0, 9706.0, 9732.0, 9726.0, 9753.0, 9736.0, 9715.0, 9695.0, 9686.0, 9722.0, 9713.0, 9732.0, 9715.0, 9762.0, 9728.0, 9700.0, 9674.0, 9643.0, 9652.0, 9739.0, 9739.0, 9726.0, 9651.0, 9714.0, 9695.0, 9796.0, 9673.0, 9758.0, 9718.0, 9766.0, 9757.0, 9755.0, 9817.0, 9761.0, 9828.0, 9768.0, 9745.0, 9785.0, 9709.0, 9775.0, 9735.0, 9764.0, 9732.0, 9750.0, 9739.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.00852163030998852</td></tr>
<tr><td colspan=3>aqi</td><td>0.14014247474167624</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>51.26391666021836</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0913944972183907</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983721495862068</td></tr>
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
<tr><td colspan=3>fber</td><td>4383.0034</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4305458816293023</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>496</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>56.946039035591276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.155451312816455</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.897611567279193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4360794635320273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.1326629076381454</td></tr>
<tr><td colspan=3>gcor</td><td>0.0258546</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0033200408797711134</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025791332125663757</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.922404349964964</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>19.1616</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.7619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.8611</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298241.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.697</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8545</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.8656</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3572.5841</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.4159</td></tr>
<tr><td colspan=3>tsnr</td><td>16.74891914665932</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>