ds005256-mriqc/sub-0037_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 2b3c66583d [DATALAD RUNCMD] Compute MRIQC for sub-0037
=== 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-0037 --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-0037",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25: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-0037_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0037_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-03/func/sub-0037_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>10b8368e3925cf5ee31572a7ffbcb5ba</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>17:54:11.112500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999551, 0.0294697, -0.00550875, -0.029666, 0.998768, -0.0397899]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096222</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7741, -7226, 510, -44, -161, 39, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d36ecac9-dd77-4a84-a9eb-5018ec88cd3a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6817209720611572, -0.07959159463644028, -0.01168928574770689, 116.74121856689453], [-0.07906518131494522, 2.6796205043792725, -0.10782559961080551, -87.05282592773438], [-0.014779577031731606, 0.10675331205129623, 2.6978209018707275, -55.5608024597168], [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': ['175411.112500', '175411.572500', '175412.032500', '175412.492500', '175412.952500', '175413.412500', '175413.872500', '175414.332500', '175414.792500', '175415.252500', '175415.712500', '175416.172500', '175416.632500', '175417.092500', '175417.552500', '175418.012500', '175418.472500', '175418.932500', '175419.392500', '175419.852500', '175420.312500', '175420.772500', '175421.232500', '175421.692500', '175422.152500', '175422.612500', '175423.072500', '175423.532500', '175423.992500', '175424.452500', '175424.912500', '175425.372500', '175425.832500', '175426.292500', '175426.752500', '175427.212500', '175427.672500', '175428.132500', '175428.592500', '175429.052500', '175429.512500', '175429.972500', '175430.432500', '175430.892500', '175431.352500', '175431.812500', '175432.272500', '175432.732500', '175433.192500', '175433.652500', '175434.112500', '175434.572500', '175435.032500', '175435.492500', '175435.952500', '175436.412500', '175436.872500', '175437.332500', '175437.792500', '175438.252500', '175438.712500', '175439.172500', '175439.632500', '175440.092500', '175440.552500', '175441.012500', '175441.472500', '175441.932500', '175442.392500', '175442.852500', '175443.312500', '175443.772500', '175444.232500', '175444.692500', '175445.152500', '175445.612500', '175446.072500', '175446.532500', '175446.992500', '175447.452500', '175447.912500', '175448.372500', '175448.832500', '175449.292500', '175449.752500', '175450.212500', '175450.672500', '175451.132500', '175451.592500', '175452.052500', '175452.512500', '175452.972500', '175453.432500', '175453.892500', '175454.352500', '175454.812500', '175455.272500', '175455.732500', '175456.192500', '175456.652500', '175457.112500', '175457.572500', '175458.032500', '175458.492500', '175458.952500', '175459.412500', '175459.872500', '175500.332500', '175500.792500', '175501.252500', '175501.712500', '175502.172500', '175502.632500', '175503.092500', '175503.552500', '175504.012500', '175504.472500', '175504.932500', '175505.392500', '175505.852500', '175506.312500', '175506.772500', '175507.232500', '175507.692500', '175508.152500', '175508.612500', '175509.072500', '175509.532500', '175509.992500', '175510.452500', '175510.912500', '175511.372500', '175511.832500', '175512.292500', '175512.752500', '175513.212500', '175513.672500', '175514.132500', '175514.592500', '175515.052500', '175515.512500', '175515.972500', '175516.432500', '175516.892500', '175517.352500', '175517.812500', '175518.272500', '175518.732500', '175519.192500', '175519.652500', '175520.112500', '175520.572500', '175521.032500', '175521.492500', '175521.952500', '175522.412500', '175522.872500', '175523.332500', '175523.792500', '175524.252500', '175524.712500', '175525.172500', '175525.632500', '175526.092500', '175526.552500', '175527.012500', '175527.472500', '175527.932500', '175528.392500', '175528.852500', '175529.312500', '175529.772500', '175530.232500', '175530.692500', '175531.152500', '175531.612500', '175532.072500', '175532.532500', '175532.992500', '175533.452500', '175533.912500', '175534.372500', '175534.832500', '175535.292500', '175535.752500', '175536.212500', '175536.672500', '175537.132500', '175537.592500', '175538.052500', '175538.512500', '175538.972500', '175539.432500', '175539.892500', '175540.352500', '175540.812500', '175541.272500', '175541.732500', '175542.192500', '175542.652500', '175543.112500', '175543.572500', '175544.032500', '175544.492500', '175544.952500', '175545.412500', '175545.872500', '175546.332500', '175546.792500', '175547.252500', '175547.712500', '175548.172500', '175548.632500', '175549.092500', '175549.552500', '175550.012500', '175550.472500', '175550.932500', '175551.392500', '175551.852500', '175552.312500', '175552.772500', '175553.232500', '175553.692500', '175554.152500', '175554.612500', '175555.072500', '175555.532500', '175555.992500', '175556.452500', '175556.912500', '175557.372500', '175557.832500', '175558.292500', '175558.752500', '175559.212500', '175559.672500', '175600.132500', '175600.592500', '175601.052500', '175601.512500', '175601.972500', '175602.432500', '175602.892500', '175603.352500', '175603.812500', '175604.272500', '175604.732500', '175605.192500', '175605.652500', '175606.112500', '175606.572500', '175607.032500', '175607.492500', '175607.952500', '175608.412500', '175608.872500', '175609.332500', '175609.792500', '175610.252500', '175610.712500', '175611.172500', '175611.632500', '175612.092500', '175612.552500', '175613.012500', '175613.472500', '175613.932500', '175614.392500', '175614.852500', '175615.312500', '175615.772500', '175616.232500', '175616.692500', '175617.152500', '175617.612500', '175618.072500', '175618.532500', '175618.992500', '175619.452500', '175619.912500', '175620.372500', '175620.832500', '175621.292500', '175621.752500', '175622.212500', '175622.672500', '175623.132500', '175623.592500', '175624.052500', '175624.512500', '175624.972500', '175625.432500', '175625.892500', '175626.352500', '175626.812500', '175627.272500', '175627.732500', '175628.192500', '175628.652500', '175629.112500', '175629.572500', '175630.032500', '175630.492500', '175630.952500', '175631.412500', '175631.872500', '175632.332500', '175632.792500', '175633.252500', '175633.712500', '175634.172500', '175634.632500', '175635.092500', '175635.552500', '175636.012500', '175636.472500', '175636.932500', '175637.392500', '175637.852500', '175638.312500', '175638.772500', '175639.232500', '175639.692500', '175640.152500', '175640.612500', '175641.072500', '175641.532500', '175641.992500', '175642.452500', '175642.912500', '175643.372500', '175643.832500', '175644.292500', '175644.752500', '175645.212500', '175645.672500', '175646.132500', '175646.592500', '175647.052500', '175647.512500', '175647.972500', '175648.432500', '175648.892500', '175649.352500', '175649.812500', '175650.272500', '175650.732500', '175651.192500', '175651.652500', '175652.112500', '175652.572500', '175653.032500', '175653.492500', '175653.952500', '175654.412500', '175654.872500', '175655.332500', '175655.792500', '175656.252500', '175656.712500', '175657.172500', '175657.632500', '175658.092500', '175658.552500', '175659.012500', '175659.472500', '175659.932500', '175700.392500', '175700.852500', '175701.312500', '175701.772500', '175702.232500', '175702.692500', '175703.152500', '175703.612500', '175704.072500', '175704.532500', '175704.992500', '175705.452500', '175705.912500', '175706.372500', '175706.832500', '175707.292500', '175707.752500', '175708.212500', '175708.672500', '175709.132500', '175709.592500', '175710.052500', '175710.512500', '175710.972500', '175711.432500', '175711.892500', '175712.352500', '175712.812500', '175713.272500', '175713.732500', '175714.192500', '175714.652500', '175715.112500', '175715.572500', '175716.032500', '175716.492500', '175716.952500', '175717.412500', '175717.872500', '175718.332500', '175718.792500', '175719.252500', '175719.712500', '175720.172500', '175720.632500', '175721.092500', '175721.552500', '175722.012500', '175722.472500', '175722.932500', '175723.392500', '175723.852500', '175724.312500', '175724.772500', '175725.232500', '175725.692500', '175726.152500', '175726.612500', '175727.072500', '175727.532500', '175727.992500', '175728.452500', '175728.912500', '175729.372500', '175729.832500', '175730.292500', '175730.752500', '175731.212500', '175731.672500', '175732.132500', '175732.592500', '175733.052500', '175733.512500', '175733.972500', '175734.432500', '175734.892500', '175735.352500', '175735.812500', '175736.272500', '175736.732500', '175737.192500', '175737.652500', '175738.112500', '175738.572500', '175739.032500', '175739.492500', '175739.952500', '175740.412500', '175740.872500', '175741.332500', '175741.792500', '175742.252500', '175742.712500', '175743.172500', '175743.632500', '175744.092500', '175744.552500', '175745.012500', '175745.472500', '175745.932500', '175746.392500', '175746.852500', '175747.312500', '175747.772500', '175748.232500', '175748.692500', '175749.152500', '175749.612500', '175750.072500', '175750.532500', '175750.992500', '175751.452500', '175751.912500', '175752.372500', '175752.832500', '175753.292500', '175753.752500', '175754.212500', '175754.672500', '175755.132500', '175755.592500', '175756.052500', '175756.512500', '175756.972500', '175757.432500', '175757.892500', '175758.352500', '175758.812500', '175759.272500', '175759.732500', '175800.192500', '175800.652500', '175801.112500', '175801.572500', '175802.032500', '175802.492500', '175802.952500', '175803.412500', '175803.872500', '175804.332500', '175804.792500', '175805.252500', '175805.712500', '175806.172500', '175806.632500', '175807.092500', '175807.552500', '175808.012500', '175808.472500', '175808.932500', '175809.392500', '175809.852500', '175810.312500', '175810.772500', '175811.232500', '175811.692500', '175812.152500', '175812.612500', '175813.072500', '175813.532500', '175813.992500', '175814.452500', '175814.912500', '175815.372500', '175815.832500', '175816.292500', '175816.752500', '175817.212500', '175817.672500', '175818.132500', '175818.592500', '175819.052500', '175819.512500', '175819.972500', '175820.432500', '175820.892500', '175821.352500', '175821.812500', '175822.272500', '175822.732500', '175823.192500', '175823.652500', '175824.112500', '175824.572500', '175825.032500', '175825.492500', '175825.952500', '175826.412500', '175826.872500', '175827.332500', '175827.792500', '175828.252500', '175828.712500', '175829.172500', '175829.632500', '175830.092500', '175830.552500', '175831.012500', '175831.472500', '175831.932500', '175832.392500', '175832.852500', '175833.312500', '175833.772500', '175834.232500', '175834.692500', '175835.152500', '175835.612500', '175836.072500', '175836.532500', '175836.992500', '175837.452500', '175837.912500', '175838.372500', '175838.832500', '175839.292500', '175839.752500', '175840.212500', '175840.672500', '175841.132500', '175841.592500', '175842.052500', '175842.512500', '175842.972500', '175843.432500', '175843.892500', '175844.352500', '175844.812500', '175845.272500', '175845.732500', '175846.192500', '175846.652500', '175847.112500', '175847.572500', '175848.032500', '175848.492500', '175848.952500', '175849.412500', '175849.872500', '175850.332500', '175850.792500', '175851.252500', '175851.712500', '175852.172500', '175852.632500', '175853.092500', '175853.552500', '175854.012500', '175854.472500', '175854.932500', '175855.392500', '175855.852500', '175856.312500', '175856.772500', '175857.232500', '175857.692500', '175858.152500', '175858.612500', '175859.072500', '175859.532500', '175859.992500', '175900.452500', '175900.912500', '175901.372500', '175901.832500', '175902.292500', '175902.752500', '175903.212500', '175903.672500', '175904.132500', '175904.592500', '175905.052500', '175905.512500', '175905.972500', '175906.432500', '175906.892500', '175907.352500', '175907.812500', '175908.272500', '175908.732500', '175909.192500', '175909.652500', '175910.112500', '175910.572500', '175911.032500', '175911.492500', '175911.952500', '175912.412500', '175912.872500', '175913.332500', '175913.792500', '175914.252500', '175914.712500', '175915.172500', '175915.632500', '175916.092500', '175916.552500', '175917.012500', '175917.472500', '175917.932500', '175918.392500', '175918.852500', '175919.312500', '175919.772500', '175920.232500', '175920.692500', '175921.152500', '175921.612500', '175922.072500', '175922.532500', '175922.992500', '175923.452500', '175923.912500', '175924.372500', '175924.832500', '175925.292500', '175925.752500', '175926.212500', '175926.672500', '175927.132500', '175927.592500', '175928.052500', '175928.512500', '175928.972500', '175929.432500', '175929.892500', '175930.352500', '175930.812500', '175931.272500', '175931.732500', '175932.192500', '175932.652500', '175933.112500', '175933.572500', '175934.032500', '175934.492500', '175934.952500', '175935.412500', '175935.872500', '175936.332500', '175936.792500', '175937.252500', '175937.712500', '175938.172500', '175938.632500', '175939.092500', '175939.552500', '175940.012500', '175940.472500', '175940.932500', '175941.392500', '175941.852500', '175942.312500', '175942.772500', '175943.232500', '175943.692500', '175944.152500', '175944.612500', '175945.072500', '175945.532500', '175945.992500', '175946.452500', '175946.912500', '175947.372500', '175947.832500', '175948.292500', '175948.752500', '175949.212500', '175949.672500', '175950.132500', '175950.592500', '175951.052500', '175951.512500', '175951.972500', '175952.432500', '175952.892500', '175953.352500', '175953.812500', '175954.272500', '175954.732500', '175955.192500', '175955.652500', '175956.112500', '175956.572500', '175957.032500', '175957.492500', '175957.952500', '175958.412500', '175958.872500', '175959.332500', '175959.792500', '180000.252500', '180000.712500', '180001.172500', '180001.632500', '180002.092500', '180002.552500', '180003.012500', '180003.472500', '180003.932500', '180004.392500', '180004.852500', '180005.312500', '180005.772500', '180006.232500', '180006.692500', '180007.152500', '180007.612500', '180008.072500', '180008.532500', '180008.992500', '180009.452500', '180009.912500', '180010.372500', '180010.832500', '180011.292500', '180011.752500', '180012.212500', '180012.672500', '180013.132500', '180013.592500', '180014.052500', '180014.512500', '180014.972500', '180015.432500', '180015.892500', '180016.352500', '180016.812500', '180017.272500', '180017.732500', '180018.192500', '180018.652500', '180019.112500', '180019.572500', '180020.032500', '180020.492500', '180020.952500', '180021.412500', '180021.872500', '180022.332500', '180022.792500', '180023.252500', '180023.712500', '180024.172500', '180024.632500', '180025.092500', '180025.552500', '180026.012500', '180026.472500', '180026.932500', '180027.392500', '180027.852500', '180028.312500', '180028.772500', '180029.232500', '180029.692500', '180030.152500', '180030.612500', '180031.072500', '180031.532500', '180031.992500', '180032.452500', '180032.912500', '180033.372500', '180033.832500', '180034.292500', '180034.752500', '180035.212500', '180035.672500', '180036.132500', '180036.592500', '180037.052500', '180037.512500', '180037.972500', '180038.432500', '180038.892500', '180039.352500', '180039.812500', '180040.272500', '180040.732500', '180041.192500', '180041.652500', '180042.112500', '180042.572500', '180043.032500', '180043.492500', '180043.952500', '180044.412500', '180044.872500', '180045.332500', '180045.792500', '180046.252500', '180046.712500', '180047.172500', '180047.632500', '180048.092500', '180048.552500', '180049.012500', '180049.472500', '180049.932500', '180050.392500', '180050.852500', '180051.312500', '180051.772500'], 'ContentTime': ['175427.151000', '175427.154000', '175427.158000', '175427.161000', '175427.164000', '175427.167000', '175427.170000', '175427.173000', '175427.176000', '175427.179000', '175427.193000', '175427.198000', '175427.201000', '175427.203000', '175427.206000', '175427.209000', '175427.212000', '175427.215000', '175427.218000', '175427.221000', '175427.224000', '175427.227000', '175427.231000', '175427.233000', '175427.236000', '175427.239000', '175427.242000', '175427.245000', '175427.248000', '175427.257000', '175427.260000', '175427.263000', '175427.266000', '175447.106000', '175447.109000', '175447.112000', '175447.115000', '175447.118000', '175447.120000', '175447.123000', '175447.126000', '175447.129000', '175447.132000', '175447.135000', '175447.138000', '175447.140000', '175447.143000', '175447.146000', '175447.149000', '175447.152000', '175447.154000', '175447.157000', '175447.160000', '175447.163000', '175447.166000', '175447.169000', '175447.171000', '175447.174000', '175447.177000', '175447.180000', '175447.183000', '175447.186000', '175447.188000', '175447.191000', '175447.194000', '175447.197000', '175447.200000', '175447.203000', '175447.205000', '175447.208000', '175447.211000', '175447.214000', '175447.217000', '175447.220000', '175447.222000', '175447.225000', '175447.228000', '175507.106000', '175507.109000', '175507.112000', '175507.115000', '175507.118000', '175507.120000', '175507.137000', '175507.146000', '175507.149000', '175507.152000', '175507.154000', '175507.157000', '175507.160000', '175507.163000', '175507.166000', '175507.168000', '175507.171000', '175507.174000', '175507.177000', '175507.180000', '175507.183000', '175507.186000', '175507.189000', '175507.191000', '175507.194000', '175507.197000', '175507.200000', '175507.203000', '175507.206000', '175507.209000', '175507.212000', '175507.215000', '175507.218000', '175507.220000', '175507.223000', '175507.226000', '175507.229000', '175507.244000', '175507.247000', '175507.250000', '175507.253000', '175507.255000', '175507.258000', '175527.106000', '175527.109000', '175527.112000', '175527.115000', '175527.118000', '175527.121000', '175527.123000', '175527.126000', '175527.130000', '175527.133000', '175527.136000', '175527.139000', '175527.141000', '175527.144000', '175527.147000', '175527.150000', '175527.153000', '175527.156000', '175527.159000', '175527.161000', '175527.164000', '175527.175000', '175527.178000', '175527.181000', '175527.184000', '175527.187000', '175527.190000', '175527.192000', '175527.195000', '175527.198000', '175527.201000', '175527.204000', '175527.207000', '175527.210000', '175527.212000', '175527.215000', '175527.218000', '175527.221000', '175527.224000', '175527.227000', '175527.230000', '175527.233000', '175527.235000', '175527.238000', '175547.107000', '175547.110000', '175547.113000', '175547.116000', '175547.119000', '175547.121000', '175547.124000', '175547.127000', '175547.130000', '175547.133000', '175547.136000', '175547.139000', '175547.141000', '175547.144000', '175547.147000', '175547.150000', '175547.153000', '175547.156000', '175547.158000', '175547.161000', '175547.164000', '175547.167000', '175547.170000', '175547.173000', '175547.176000', '175547.179000', '175547.181000', '175547.184000', '175547.187000', '175547.190000', '175547.193000', '175547.196000', '175547.199000', '175547.202000', '175547.204000', '175547.207000', '175547.210000', '175547.213000', '175547.217000', '175547.221000', '175547.224000', '175547.227000', '175547.230000', '175607.107000', '175607.110000', '175607.113000', '175607.116000', '175607.119000', '175607.122000', '175607.124000', '175607.127000', '175607.130000', '175607.133000', '175607.143000', '175607.146000', '175607.149000', '175607.152000', '175607.154000', '175607.157000', '175607.160000', '175607.163000', '175607.166000', '175607.169000', '175607.172000', '175607.174000', '175607.177000', '175607.180000', '175607.183000', '175607.186000', '175607.189000', '175607.191000', '175607.194000', '175607.197000', '175607.200000', '175607.203000', '175607.206000', '175607.209000', '175607.211000', '175607.214000', '175607.217000', '175607.220000', '175607.223000', '175607.226000', '175607.228000', '175607.231000', '175607.234000', '175607.237000', '175627.107000', '175627.110000', '175627.113000', '175627.116000', '175627.119000', '175627.122000', '175627.125000', '175627.127000', '175627.130000', '175627.133000', '175627.136000', '175627.139000', '175627.142000', '175627.144000', '175627.147000', '175627.150000', '175627.153000', '175627.156000', '175627.159000', '175627.162000', '175627.165000', '175627.167000', '175627.170000', '175627.174000', '175627.177000', '175627.180000', '175627.183000', '175627.186000', '175627.189000', '175627.192000', '175627.195000', '175627.198000', '175627.201000', '175627.203000', '175627.206000', '175627.209000', '175627.212000', '175627.215000', '175627.218000', '175627.221000', '175627.224000', '175627.226000', '175627.229000', '175647.106000', '175647.109000', '175647.112000', '175647.124000', '175647.126000', '175647.129000', '175647.132000', '175647.139000', '175647.142000', '175647.145000', '175647.147000', '175647.151000', '175647.153000', '175647.156000', '175647.159000', '175647.162000', '175647.165000', '175647.168000', '175647.171000', '175647.174000', '175647.177000', '175647.179000', '175647.182000', '175647.185000', '175647.188000', '175647.191000', '175647.193000', '175647.196000', '175647.199000', '175647.202000', '175647.205000', '175647.208000', '175647.211000', '175647.214000', '175647.216000', '175647.219000', '175647.222000', '175647.225000', '175647.228000', '175647.231000', '175647.233000', '175647.236000', '175647.239000', '175647.242000', '175707.106000', '175707.109000', '175707.112000', '175707.115000', '175707.118000', '175707.121000', '175707.123000', '175707.126000', '175707.129000', '175707.132000', '175707.135000', '175707.138000', '175707.140000', '175707.143000', '175707.146000', '175707.149000', '175707.152000', '175707.155000', '175707.158000', '175707.161000', '175707.163000', '175707.166000', '175707.169000', '175707.172000', '175707.175000', '175707.178000', '175707.181000', '175707.183000', '175707.186000', '175707.189000', '175707.192000', '175707.195000', '175707.198000', '175707.201000', '175707.204000', '175707.206000', '175707.209000', '175707.212000', '175707.215000', '175707.218000', '175707.221000', '175707.224000', '175707.226000', '175727.106000', '175727.109000', '175727.112000', '175727.115000', '175727.118000', '175727.121000', '175727.124000', '175727.127000', '175727.130000', '175727.133000', '175727.136000', '175727.139000', '175727.141000', '175727.144000', '175727.147000', '175727.150000', '175727.153000', '175727.156000', '175727.159000', '175727.162000', '175727.165000', '175727.167000', '175727.170000', '175727.173000', '175727.176000', '175727.179000', '175727.182000', '175727.185000', '175727.188000', '175727.190000', '175727.193000', '175727.196000', '175727.199000', '175727.202000', '175727.205000', '175727.208000', '175727.210000', '175727.213000', '175727.216000', '175727.219000', '175727.222000', '175727.225000', '175727.228000', '175727.231000', '175747.107000', '175747.110000', '175747.113000', '175747.116000', '175747.119000', '175747.121000', '175747.124000', '175747.127000', '175747.130000', '175747.133000', '175747.136000', '175747.139000', '175747.141000', '175747.144000', '175747.147000', '175747.150000', '175747.153000', '175747.156000', '175747.159000', '175747.161000', '175747.164000', '175747.167000', '175747.170000', '175747.173000', '175747.176000', '175747.179000', '175747.181000', '175747.184000', '175747.187000', '175747.190000', '175747.193000', '175747.196000', '175747.199000', '175747.202000', '175747.205000', '175747.207000', '175747.210000', '175747.214000', '175747.217000', '175747.220000', '175747.223000', '175747.226000', '175747.229000', '175807.107000', '175807.110000', '175807.113000', '175807.116000', '175807.118000', '175807.121000', '175807.124000', '175807.127000', '175807.130000', '175807.133000', '175807.136000', '175807.138000', '175807.141000', '175807.144000', '175807.147000', '175807.150000', '175807.153000', '175807.156000', '175807.159000', '175807.161000', '175807.164000', '175807.167000', '175807.170000', '175807.173000', '175807.176000', '175807.179000', '175807.182000', '175807.184000', '175807.196000', '175807.199000', '175807.202000', '175807.204000', '175807.207000', '175807.210000', '175807.213000', '175807.216000', '175807.219000', '175807.222000', '175807.225000', '175807.227000', '175807.230000', '175807.233000', '175807.236000', '175807.239000', '175827.107000', '175827.110000', '175827.113000', '175827.116000', '175827.119000', '175827.122000', '175827.124000', '175827.128000', '175827.130000', '175827.133000', '175827.136000', '175827.139000', '175827.142000', '175827.145000', '175827.148000', '175827.151000', '175827.153000', '175827.156000', '175827.159000', '175827.162000', '175827.165000', '175827.168000', '175827.171000', '175827.174000', '175827.176000', '175827.179000', '175827.182000', '175827.185000', '175827.188000', '175827.191000', '175827.194000', '175827.197000', '175827.199000', '175827.202000', '175827.205000', '175827.208000', '175827.211000', '175827.214000', '175827.216000', '175827.219000', '175827.222000', '175827.225000', '175827.228000', '175847.107000', '175847.110000', '175847.113000', '175847.115000', '175847.118000', '175847.121000', '175847.124000', '175847.127000', '175847.130000', '175847.133000', '175847.136000', '175847.138000', '175847.142000', '175847.144000', '175847.147000', '175847.150000', '175847.153000', '175847.156000', '175847.159000', '175847.162000', '175847.165000', '175847.167000', '175847.170000', '175847.173000', '175847.176000', '175847.179000', '175847.182000', '175847.185000', '175847.188000', '175847.190000', '175847.193000', '175847.196000', '175847.199000', '175847.202000', '175847.204000', '175847.207000', '175847.210000', '175847.213000', '175847.216000', '175847.219000', '175847.222000', '175847.225000', '175847.227000', '175847.230000', '175907.106000', '175907.109000', '175907.112000', '175907.115000', '175907.118000', '175907.121000', '175907.124000', '175907.126000', '175907.129000', '175907.132000', '175907.135000', '175907.138000', '175907.141000', '175907.144000', '175907.147000', '175907.149000', '175907.152000', '175907.155000', '175907.158000', '175907.161000', '175907.164000', '175907.166000', '175907.169000', '175907.172000', '175907.175000', '175907.178000', '175907.181000', '175907.184000', '175907.187000', '175907.190000', '175907.193000', '175907.195000', '175907.198000', '175907.201000', '175907.204000', '175907.207000', '175907.210000', '175907.212000', '175907.215000', '175907.218000', '175907.221000', '175907.224000', '175907.227000', '175927.106000', '175927.110000', '175927.113000', '175927.116000', '175927.119000', '175927.122000', '175927.124000', '175927.127000', '175927.130000', '175927.133000', '175927.136000', '175927.139000', '175927.142000', '175927.145000', '175927.148000', '175927.151000', '175927.153000', '175927.156000', '175927.159000', '175927.162000', '175927.165000', '175927.168000', '175927.171000', '175927.174000', '175927.177000', '175927.179000', '175927.182000', '175927.185000', '175927.188000', '175927.191000', '175927.194000', '175927.198000', '175927.200000', '175927.203000', '175927.206000', '175927.209000', '175927.212000', '175927.215000', '175927.218000', '175927.221000', '175927.224000', '175927.226000', '175927.229000', '175947.106000', '175947.109000', '175947.112000', '175947.115000', '175947.118000', '175947.120000', '175947.123000', '175947.126000', '175947.129000', '175947.132000', '175947.135000', '175947.138000', '175947.141000', '175947.144000', '175947.147000', '175947.149000', '175947.152000', '175947.155000', '175947.158000', '175947.161000', '175947.164000', '175947.167000', '175947.170000', '175947.172000', '175947.175000', '175947.178000', '175947.181000', '175947.184000', '175947.187000', '175947.189000', '175947.192000', '175947.195000', '175947.198000', '175947.201000', '175947.204000', '175947.207000', '175947.210000', '175947.212000', '175947.215000', '175947.218000', '175947.221000', '175947.224000', '175947.227000', '175947.230000', '180007.108000', '180007.113000', '180007.116000', '180007.119000', '180007.122000', '180007.125000', '180007.128000', '180007.131000', '180007.134000', '180007.137000', '180007.140000', '180007.142000', '180007.147000', '180007.150000', '180007.153000', '180007.156000', '180007.159000', '180007.161000', '180007.164000', '180007.167000', '180007.170000', '180007.173000', '180007.176000', '180007.179000', '180007.182000', '180007.185000', '180007.188000', '180007.191000', '180007.193000', '180007.196000', '180007.199000', '180007.202000', '180007.205000', '180007.208000', '180007.211000', '180007.214000', '180007.216000', '180007.219000', '180007.222000', '180007.225000', '180007.228000', '180007.231000', '180007.234000', '180027.107000', '180027.110000', '180027.113000', '180027.116000', '180027.119000', '180027.122000', '180027.125000', '180027.128000', '180027.130000', '180027.133000', '180027.136000', '180027.139000', '180027.142000', '180027.145000', '180027.148000', '180027.151000', '180027.153000', '180027.156000', '180027.159000', '180027.162000', '180027.165000', '180027.168000', '180027.171000', '180027.174000', '180027.177000', '180027.180000', '180027.182000', '180027.185000', '180027.188000', '180027.191000', '180027.194000', '180027.197000', '180027.200000', '180027.203000', '180027.206000', '180027.208000', '180027.211000', '180027.214000', '180027.217000', '180027.220000', '180027.223000', '180027.226000', '180027.229000', '180027.232000', '180047.107000', '180047.110000', '180047.113000', '180047.116000', '180047.119000', '180047.121000', '180047.124000', '180047.128000', '180047.131000', '180047.133000', '180047.136000', '180047.139000', '180047.142000', '180047.145000', '180047.148000', '180047.151000', '180047.154000', '180047.157000', '180047.159000', '180047.162000', '180047.165000', '180047.168000', '180047.171000', '180047.174000', '180047.177000', '180047.180000', '180047.182000', '180047.185000', '180047.188000', '180047.191000', '180047.194000', '180047.197000', '180047.200000', '180047.203000', '180047.205000', '180047.208000', '180047.211000', '180047.214000', '180047.217000', '180047.220000', '180047.223000', '180047.226000', '180047.228000', '180052.716000', '180052.720000', '180052.732000', '180052.735000', '180052.738000', '180052.740000', '180052.743000', '180052.746000', '180052.749000', '180052.752000', '180052.755000', '180052.758000', '180052.761000'], 'InstanceCreationTime': ['175427.151000', '175427.154000', '175427.158000', '175427.161000', '175427.164000', '175427.167000', '175427.170000', '175427.173000', '175427.176000', '175427.179000', '175427.193000', '175427.198000', '175427.201000', '175427.203000', '175427.206000', '175427.209000', '175427.212000', '175427.215000', '175427.218000', '175427.221000', '175427.224000', '175427.227000', '175427.231000', '175427.233000', '175427.236000', '175427.239000', '175427.242000', '175427.245000', '175427.248000', '175427.257000', '175427.260000', '175427.263000', '175427.266000', '175447.106000', '175447.109000', '175447.112000', '175447.115000', '175447.118000', '175447.120000', '175447.123000', '175447.126000', '175447.129000', '175447.132000', '175447.135000', '175447.138000', '175447.140000', '175447.143000', '175447.146000', '175447.149000', '175447.152000', '175447.154000', '175447.157000', '175447.160000', '175447.163000', '175447.166000', '175447.169000', '175447.171000', '175447.174000', '175447.177000', '175447.180000', '175447.183000', '175447.186000', '175447.188000', '175447.191000', '175447.194000', '175447.197000', '175447.200000', '175447.203000', '175447.205000', '175447.208000', '175447.211000', '175447.214000', '175447.217000', '175447.220000', '175447.222000', '175447.225000', '175447.228000', '175507.106000', '175507.109000', '175507.112000', '175507.115000', '175507.118000', '175507.120000', '175507.137000', '175507.146000', '175507.149000', '175507.152000', '175507.154000', '175507.157000', '175507.160000', '175507.163000', '175507.166000', '175507.168000', '175507.171000', '175507.174000', '175507.177000', '175507.180000', '175507.183000', '175507.186000', '175507.189000', '175507.191000', '175507.194000', '175507.197000', '175507.200000', '175507.203000', '175507.206000', '175507.209000', '175507.212000', '175507.215000', '175507.218000', '175507.220000', '175507.223000', '175507.226000', '175507.229000', '175507.244000', '175507.247000', '175507.250000', '175507.253000', '175507.255000', '175507.258000', '175527.106000', '175527.109000', '175527.112000', '175527.115000', '175527.118000', '175527.121000', '175527.123000', '175527.126000', '175527.130000', '175527.133000', '175527.136000', '175527.139000', '175527.141000', '175527.144000', '175527.147000', '175527.150000', '175527.153000', '175527.156000', '175527.159000', '175527.161000', '175527.164000', '175527.175000', '175527.178000', '175527.181000', '175527.184000', '175527.187000', '175527.190000', '175527.192000', '175527.195000', '175527.198000', '175527.201000', '175527.204000', '175527.207000', '175527.210000', '175527.212000', '175527.215000', '175527.218000', '175527.221000', '175527.224000', '175527.227000', '175527.230000', '175527.233000', '175527.235000', '175527.238000', '175547.107000', '175547.110000', '175547.113000', '175547.116000', '175547.119000', '175547.121000', '175547.124000', '175547.127000', '175547.130000', '175547.133000', '175547.136000', '175547.139000', '175547.141000', '175547.144000', '175547.147000', '175547.150000', '175547.153000', '175547.156000', '175547.158000', '175547.161000', '175547.164000', '175547.167000', '175547.170000', '175547.173000', '175547.176000', '175547.179000', '175547.181000', '175547.184000', '175547.187000', '175547.190000', '175547.193000', '175547.196000', '175547.199000', '175547.202000', '175547.204000', '175547.207000', '175547.210000', '175547.213000', '175547.217000', '175547.221000', '175547.224000', '175547.227000', '175547.230000', '175607.107000', '175607.110000', '175607.113000', '175607.116000', '175607.119000', '175607.122000', '175607.124000', '175607.127000', '175607.130000', '175607.133000', '175607.143000', '175607.146000', '175607.149000', '175607.152000', '175607.154000', '175607.157000', '175607.160000', '175607.163000', '175607.166000', '175607.169000', '175607.172000', '175607.174000', '175607.177000', '175607.180000', '175607.183000', '175607.186000', '175607.189000', '175607.191000', '175607.194000', '175607.197000', '175607.200000', '175607.203000', '175607.206000', '175607.209000', '175607.211000', '175607.214000', '175607.217000', '175607.220000', '175607.223000', '175607.226000', '175607.228000', '175607.231000', '175607.234000', '175607.237000', '175627.107000', '175627.110000', '175627.113000', '175627.116000', '175627.119000', '175627.122000', '175627.125000', '175627.127000', '175627.130000', '175627.133000', '175627.136000', '175627.139000', '175627.142000', '175627.144000', '175627.147000', '175627.150000', '175627.153000', '175627.156000', '175627.159000', '175627.162000', '175627.165000', '175627.167000', '175627.170000', '175627.174000', '175627.177000', '175627.180000', '175627.183000', '175627.186000', '175627.189000', '175627.192000', '175627.195000', '175627.198000', '175627.201000', '175627.203000', '175627.206000', '175627.209000', '175627.212000', '175627.215000', '175627.218000', '175627.221000', '175627.224000', '175627.226000', '175627.229000', '175647.106000', '175647.109000', '175647.112000', '175647.124000', '175647.126000', '175647.129000', '175647.132000', '175647.139000', '175647.142000', '175647.145000', '175647.147000', '175647.151000', '175647.153000', '175647.156000', '175647.159000', '175647.162000', '175647.165000', '175647.168000', '175647.171000', '175647.174000', '175647.177000', '175647.179000', '175647.182000', '175647.185000', '175647.188000', '175647.191000', '175647.193000', '175647.196000', '175647.199000', '175647.202000', '175647.205000', '175647.208000', '175647.211000', '175647.214000', '175647.216000', '175647.219000', '175647.222000', '175647.225000', '175647.228000', '175647.231000', '175647.233000', '175647.236000', '175647.239000', '175647.242000', '175707.106000', '175707.109000', '175707.112000', '175707.115000', '175707.118000', '175707.121000', '175707.123000', '175707.126000', '175707.129000', '175707.132000', '175707.135000', '175707.138000', '175707.140000', '175707.143000', '175707.146000', '175707.149000', '175707.152000', '175707.155000', '175707.158000', '175707.161000', '175707.163000', '175707.166000', '175707.169000', '175707.172000', '175707.175000', '175707.178000', '175707.181000', '175707.183000', '175707.186000', '175707.189000', '175707.192000', '175707.195000', '175707.198000', '175707.201000', '175707.204000', '175707.206000', '175707.209000', '175707.212000', '175707.215000', '175707.218000', '175707.221000', '175707.224000', '175707.226000', '175727.106000', '175727.109000', '175727.112000', '175727.115000', '175727.118000', '175727.121000', '175727.124000', '175727.127000', '175727.130000', '175727.133000', '175727.136000', '175727.139000', '175727.141000', '175727.144000', '175727.147000', '175727.150000', '175727.153000', '175727.156000', '175727.159000', '175727.162000', '175727.165000', '175727.167000', '175727.170000', '175727.173000', '175727.176000', '175727.179000', '175727.182000', '175727.185000', '175727.188000', '175727.190000', '175727.193000', '175727.196000', '175727.199000', '175727.202000', '175727.205000', '175727.208000', '175727.210000', '175727.213000', '175727.216000', '175727.219000', '175727.222000', '175727.225000', '175727.228000', '175727.231000', '175747.107000', '175747.110000', '175747.113000', '175747.116000', '175747.119000', '175747.121000', '175747.124000', '175747.127000', '175747.130000', '175747.133000', '175747.136000', '175747.139000', '175747.141000', '175747.144000', '175747.147000', '175747.150000', '175747.153000', '175747.156000', '175747.159000', '175747.161000', '175747.164000', '175747.167000', '175747.170000', '175747.173000', '175747.176000', '175747.179000', '175747.181000', '175747.184000', '175747.187000', '175747.190000', '175747.193000', '175747.196000', '175747.199000', '175747.202000', '175747.205000', '175747.207000', '175747.210000', '175747.214000', '175747.217000', '175747.220000', '175747.223000', '175747.226000', '175747.229000', '175807.107000', '175807.110000', '175807.113000', '175807.116000', '175807.118000', '175807.121000', '175807.124000', '175807.127000', '175807.130000', '175807.133000', '175807.136000', '175807.138000', '175807.141000', '175807.144000', '175807.147000', '175807.150000', '175807.153000', '175807.156000', '175807.159000', '175807.161000', '175807.164000', '175807.167000', '175807.170000', '175807.173000', '175807.176000', '175807.179000', '175807.182000', '175807.184000', '175807.196000', '175807.199000', '175807.202000', '175807.204000', '175807.207000', '175807.210000', '175807.213000', '175807.216000', '175807.219000', '175807.222000', '175807.225000', '175807.227000', '175807.230000', '175807.233000', '175807.236000', '175807.239000', '175827.107000', '175827.110000', '175827.113000', '175827.116000', '175827.119000', '175827.122000', '175827.124000', '175827.128000', '175827.130000', '175827.133000', '175827.136000', '175827.139000', '175827.142000', '175827.145000', '175827.148000', '175827.151000', '175827.153000', '175827.156000', '175827.159000', '175827.162000', '175827.165000', '175827.168000', '175827.171000', '175827.174000', '175827.176000', '175827.179000', '175827.182000', '175827.185000', '175827.188000', '175827.191000', '175827.194000', '175827.197000', '175827.199000', '175827.202000', '175827.205000', '175827.208000', '175827.211000', '175827.214000', '175827.216000', '175827.219000', '175827.222000', '175827.225000', '175827.228000', '175847.107000', '175847.110000', '175847.113000', '175847.115000', '175847.118000', '175847.121000', '175847.124000', '175847.127000', '175847.130000', '175847.133000', '175847.136000', '175847.138000', '175847.142000', '175847.144000', '175847.147000', '175847.150000', '175847.153000', '175847.156000', '175847.159000', '175847.162000', '175847.165000', '175847.167000', '175847.170000', '175847.173000', '175847.176000', '175847.179000', '175847.182000', '175847.185000', '175847.188000', '175847.190000', '175847.193000', '175847.196000', '175847.199000', '175847.202000', '175847.204000', '175847.207000', '175847.210000', '175847.213000', '175847.216000', '175847.219000', '175847.222000', '175847.225000', '175847.227000', '175847.230000', '175907.106000', '175907.109000', '175907.112000', '175907.115000', '175907.118000', '175907.121000', '175907.124000', '175907.126000', '175907.129000', '175907.132000', '175907.135000', '175907.138000', '175907.141000', '175907.144000', '175907.147000', '175907.149000', '175907.152000', '175907.155000', '175907.158000', '175907.161000', '175907.164000', '175907.166000', '175907.169000', '175907.172000', '175907.175000', '175907.178000', '175907.181000', '175907.184000', '175907.187000', '175907.190000', '175907.193000', '175907.195000', '175907.198000', '175907.201000', '175907.204000', '175907.207000', '175907.210000', '175907.212000', '175907.215000', '175907.218000', '175907.221000', '175907.224000', '175907.227000', '175927.106000', '175927.110000', '175927.113000', '175927.116000', '175927.119000', '175927.122000', '175927.124000', '175927.127000', '175927.130000', '175927.133000', '175927.136000', '175927.139000', '175927.142000', '175927.145000', '175927.148000', '175927.151000', '175927.153000', '175927.156000', '175927.159000', '175927.162000', '175927.165000', '175927.168000', '175927.171000', '175927.174000', '175927.177000', '175927.179000', '175927.182000', '175927.185000', '175927.188000', '175927.191000', '175927.194000', '175927.198000', '175927.200000', '175927.203000', '175927.206000', '175927.209000', '175927.212000', '175927.215000', '175927.218000', '175927.221000', '175927.224000', '175927.226000', '175927.229000', '175947.106000', '175947.109000', '175947.112000', '175947.115000', '175947.118000', '175947.120000', '175947.123000', '175947.126000', '175947.129000', '175947.132000', '175947.135000', '175947.138000', '175947.141000', '175947.144000', '175947.147000', '175947.149000', '175947.152000', '175947.155000', '175947.158000', '175947.161000', '175947.164000', '175947.167000', '175947.170000', '175947.172000', '175947.175000', '175947.178000', '175947.181000', '175947.184000', '175947.187000', '175947.189000', '175947.192000', '175947.195000', '175947.198000', '175947.201000', '175947.204000', '175947.207000', '175947.210000', '175947.212000', '175947.215000', '175947.218000', '175947.221000', '175947.224000', '175947.227000', '175947.230000', '180007.108000', '180007.113000', '180007.116000', '180007.119000', '180007.122000', '180007.125000', '180007.128000', '180007.131000', '180007.134000', '180007.137000', '180007.140000', '180007.142000', '180007.147000', '180007.150000', '180007.153000', '180007.156000', '180007.159000', '180007.161000', '180007.164000', '180007.167000', '180007.170000', '180007.173000', '180007.176000', '180007.179000', '180007.182000', '180007.185000', '180007.188000', '180007.191000', '180007.193000', '180007.196000', '180007.199000', '180007.202000', '180007.205000', '180007.208000', '180007.211000', '180007.214000', '180007.216000', '180007.219000', '180007.222000', '180007.225000', '180007.228000', '180007.231000', '180007.234000', '180027.107000', '180027.110000', '180027.113000', '180027.116000', '180027.119000', '180027.122000', '180027.125000', '180027.128000', '180027.130000', '180027.133000', '180027.136000', '180027.139000', '180027.142000', '180027.145000', '180027.148000', '180027.151000', '180027.153000', '180027.156000', '180027.159000', '180027.162000', '180027.165000', '180027.168000', '180027.171000', '180027.174000', '180027.177000', '180027.180000', '180027.182000', '180027.185000', '180027.188000', '180027.191000', '180027.194000', '180027.197000', '180027.200000', '180027.203000', '180027.206000', '180027.208000', '180027.211000', '180027.214000', '180027.217000', '180027.220000', '180027.223000', '180027.226000', '180027.229000', '180027.232000', '180047.107000', '180047.110000', '180047.113000', '180047.116000', '180047.119000', '180047.121000', '180047.124000', '180047.128000', '180047.131000', '180047.133000', '180047.136000', '180047.139000', '180047.142000', '180047.145000', '180047.148000', '180047.151000', '180047.154000', '180047.157000', '180047.159000', '180047.162000', '180047.165000', '180047.168000', '180047.171000', '180047.174000', '180047.177000', '180047.180000', '180047.182000', '180047.185000', '180047.188000', '180047.191000', '180047.194000', '180047.197000', '180047.200000', '180047.203000', '180047.205000', '180047.208000', '180047.211000', '180047.214000', '180047.217000', '180047.220000', '180047.223000', '180047.226000', '180047.228000', '180052.716000', '180052.720000', '180052.732000', '180052.735000', '180052.738000', '180052.740000', '180052.743000', '180052.746000', '180052.749000', '180052.752000', '180052.755000', '180052.758000', '180052.761000'], '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': [13749, 16724, 14006, 14992, 18918, 13449, 15803, 13643, 13062, 13261, 13614, 12614, 13458, 13664, 18438, 13702, 13774, 13813, 12533, 14040, 13443, 13096, 13727, 10500, 13752, 12654, 12768, 13002, 13501, 13543, 13021, 13914, 12975, 17232, 13291, 14186, 13788, 13091, 13522, 13627, 14134, 13942, 12789, 14946, 13299, 13401, 13596, 11088, 13474, 13285, 17626, 13869, 13736, 13595, 13152, 16523, 13747, 13500, 14174, 13153, 16828, 13627, 11586, 13817, 13482, 16550, 13523, 13742, 13764, 13668, 12696, 13821, 13495, 14278, 13033, 13572, 15312, 13851, 15256, 14553, 13603, 16209, 13364, 13930, 19892, 13673, 13921, 13671, 13701, 15884, 13518, 12999, 13640, 13279, 12405, 13546, 13088, 16799, 13588, 12682, 13345, 12798, 12609, 13002, 12391, 13641, 13155, 13049, 13095, 12955, 13438, 13190, 16007, 13659, 12805, 16306, 13139, 13883, 13725, 13375, 15478, 13133, 10915, 13013, 13543, 14243, 13608, 12736, 16783, 13158, 14020, 13353, 12039, 14271, 13579, 16432, 13383, 12791, 16659, 13906, 15069, 13658, 13806, 17115, 13728, 12985, 13523, 13413, 15953, 13322, 12886, 19024, 13328, 13803, 13763, 13332, 14007, 13366, 13258, 14287, 13721, 12638, 12643, 12756, 12110, 13275, 12974, 12664, 13157, 12782, 13264, 11735, 13924, 13301, 15887, 13325, 13547, 13553, 13564, 17603, 13393, 15982, 16036, 13566, 15644, 13646, 13625, 17514, 13757, 12560, 13860, 13792, 14263, 13164, 13641, 13457, 13853, 13707, 17581, 13606, 12890, 13970, 13583, 12890, 13154, 13544, 12744, 13637, 12855, 13728, 13159, 12504, 13748, 13593, 15227, 13468, 12437, 15220, 13705, 12967, 13647, 13345, 18195, 13694, 14683, 14056, 13501, 16661, 13731, 12839, 19022, 13655, 13451, 13654, 13213, 18277, 13633, 14227, 13484, 11166, 13464, 13129, 16327, 13457, 16538, 13927, 13981, 13503, 14025, 18979, 14643, 13987, 14144, 13375, 18844, 13710, 13463, 13925, 14080, 16621, 13727, 10856, 13831, 13939, 12902, 13769, 10592, 13860, 13668, 13429, 13625, 12319, 13168, 13351, 12717, 13587, 12638, 14122, 12973, 15313, 13510, 11492, 13403, 13319, 16762, 13054, 11153, 14307, 12860, 14077, 12899, 13375, 14731, 13651, 14152, 13685, 14075, 17566, 13676, 14339, 13875, 14190, 16543, 13436, 12570, 13660, 13395, 12990, 13515, 10723, 13040, 12910, 13016, 13580, 11301, 13611, 12609, 16375, 13363, 12725, 13428, 12895, 15433, 13077, 15236, 13879, 12911, 15097, 13145, 13399, 13504, 13507, 13264, 13343, 13930, 13024, 13384, 15963, 13818, 13012, 13289, 13292, 15415, 13543, 13286, 16382, 13221, 14201, 13891, 13270, 16009, 13689, 13226, 17762, 13587, 14382, 13226, 12914, 15384, 13975, 13162, 13044, 13351, 11719, 13009, 13286, 13290, 13575, 14699, 13236, 13682, 18415, 13302, 13561, 13484, 12881, 17466, 13091, 15896, 13883, 11218, 13379, 13276, 15676, 13219, 13160, 18279, 13544, 13682, 13741, 13491, 16193, 13428, 10781, 13598, 13355, 14399, 13246, 12304, 17386, 13633, 13269, 13594, 13060, 16143, 13707, 12934, 12767, 13042, 11774, 13511, 13260, 14183, 13148, 12673, 16021, 13399, 12776, 12673, 13179, 11210, 12413, 13328, 12581, 13307, 12353, 13285, 12966, 13422, 13240, 13845, 16790, 13003, 13942, 18457, 13097, 13321, 13566, 13446, 16328, 13652, 11337, 13251, 13521, 15921, 12948, 12810, 13687, 11938, 13914, 13916, 16029, 13810, 14331, 13385, 13693, 16260, 12770, 12922, 14154, 13109, 12628, 13068, 13969, 15175, 12690, 16487, 13216, 13303, 13192, 11975, 13827, 13077, 13836, 13377, 12320, 14379, 13016, 12642, 13201, 10484, 12505, 12638, 13416, 12869, 11006, 13210, 13108, 16710, 13237, 13752, 13162, 13208, 16238, 12690, 10315, 12783, 13368, 15748, 12472, 11838, 12682, 12214, 12283, 12744, 12928, 13251, 12856, 13194, 12076, 12896, 15289, 16496, 13885, 16007, 13171, 14019, 18675, 13443, 14503, 13301, 12909, 16642, 12741, 12670, 12923, 13974, 14917, 12580, 11880, 11905, 12809, 12441, 12689, 10122, 12431, 13160, 13849, 12414, 10426, 12752, 13705, 14283, 12635, 11878, 16241, 13210, 13476, 12779, 14198, 17658, 12717, 14340, 13003, 13989, 15778, 12640, 12563, 13102, 13542, 15292, 13099, 14049, 16358, 12951, 11033, 13052, 13667, 14771, 12458, 10834, 13156, 12918, 13298, 13010, 14116, 12916, 12088, 13431, 13116, 13431, 13109, 14867, 17749, 12784, 14578, 13331, 13897, 16756, 12619, 12365, 17809, 13144, 13886, 13000, 13268, 14921, 12886, 10131, 12961, 13429, 12082, 12506, 12111, 13073, 13152, 14736, 12921, 11304, 12662, 13089, 16975, 12953, 13308, 12874, 12237, 12640, 13282, 15626, 12390, 13019, 12927, 12220, 13091, 11446, 12771, 13352, 18050, 13595, 15180, 12751, 13600, 17208, 12791, 15942, 12782, 12458, 12740, 13029, 14327, 12900, 11046, 12857, 13503, 15077, 12270, 12122, 16016, 13385, 13361, 12851, 13970, 16243, 12262, 12963, 12823, 13793, 12614, 12384, 13580, 16480, 12598, 10215, 12111, 13424, 14637, 12192, 10424, 12462, 13067, 14402, 12240, 12302, 14047, 12533, 13226, 12525, 12864, 17181, 12496, 14102, 12583, 13604, 15928, 12445, 13417, 16773, 12521, 13457, 12436, 13703, 18450, 12301, 14276, 12687, 13063, 13129, 12931, 16340, 13405, 11352, 12886, 13210, 16274, 12505, 13479, 17051, 12614, 13797, 12866, 13809, 15430, 11919, 12692, 12706, 13155, 14791, 12595, 13858, 16309, 12515, 12260, 16298, 12329, 11267, 12521, 13431, 13823, 12631, 12447, 15377, 12686, 12018, 12394, 10405, 12215, 12770, 16364, 12635, 13151, 12209, 13812, 15652, 12538, 13482, 13889, 12974, 15580, 12500, 13941, 18061, 12551, 14132, 12321, 13229, 15448, 12611, 12431, 15972, 12680, 13461, 12616, 13260, 15832, 12505, 12438, 12623, 13137, 15008, 12529, 12465, 13675, 12559, 13675, 12279, 12552, 17318, 12735, 12603, 12260, 12577, 15522, 12649, 12988, 12423, 12686, 15225, 12473, 12737, 12543, 12738, 14738, 13472, 12441, 15746, 12488, 12841, 12338, 12735, 14499, 12183, 12998, 14313, 12639, 12509, 12881, 12571, 14703, 12619, 12724, 14181, 12467, 14814, 12345, 13645, 17086, 12778, 12546, 14728, 12819, 13016, 12693, 12602, 15300, 12542, 13945, 12541, 14304, 17452, 12820, 13638, 12401, 12898, 12504, 12844, 12101, 12367, 12668, 15339, 12863, 11373, 12792, 12780, 15515, 12586, 11749, 12554, 13201, 16775, 12630, 13271, 12641, 12861, 12379, 12790, 15222, 12113, 12856, 18150, 12722, 13401, 12413, 13087, 15751, 12758, 12659, 12737, 10749, 12440, 12513, 15752, 12795], 'WindowCenter': [4502.0, 4507.0, 4462.0, 4460.0, 4464.0, 4421.0, 4441.0, 4420.0, 4408.0, 4405.0, 4418.0, 4397.0, 4406.0, 4416.0, 4446.0, 4414.0, 4404.0, 4415.0, 4406.0, 4415.0, 4417.0, 4416.0, 4429.0, 4398.0, 4429.0, 4420.0, 4420.0, 4431.0, 4430.0, 4432.0, 4431.0, 4432.0, 4421.0, 4451.0, 4431.0, 4428.0, 4430.0, 4420.0, 4431.0, 4431.0, 4428.0, 4431.0, 4420.0, 4440.0, 4432.0, 4431.0, 4432.0, 4410.0, 4432.0, 4432.0, 4461.0, 4432.0, 4432.0, 4432.0, 4435.0, 4462.0, 4442.0, 4430.0, 4442.0, 4432.0, 4450.0, 4434.0, 4410.0, 4431.0, 4434.0, 4451.0, 4433.0, 4442.0, 4432.0, 4432.0, 4419.0, 4433.0, 4431.0, 4454.0, 4444.0, 4458.0, 4467.0, 4459.0, 4468.0, 4447.0, 4443.0, 4453.0, 4430.0, 4433.0, 4461.0, 4420.0, 4418.0, 4419.0, 4418.0, 4438.0, 4418.0, 4406.0, 4417.0, 4419.0, 4406.0, 4415.0, 4417.0, 4436.0, 4418.0, 4404.0, 4430.0, 4419.0, 4419.0, 4428.0, 4418.0, 4430.0, 4431.0, 4418.0, 4430.0, 4420.0, 4419.0, 4431.0, 4438.0, 4430.0, 4419.0, 4448.0, 4420.0, 4430.0, 4430.0, 4430.0, 4439.0, 4429.0, 4399.0, 4419.0, 4431.0, 4439.0, 4430.0, 4431.0, 4451.0, 4430.0, 4430.0, 4434.0, 4421.0, 4443.0, 4432.0, 4452.0, 4431.0, 4422.0, 4451.0, 4432.0, 4439.0, 4431.0, 4444.0, 4450.0, 4431.0, 4420.0, 4429.0, 4429.0, 4440.0, 4428.0, 4419.0, 4458.0, 4428.0, 4428.0, 4416.0, 4428.0, 4425.0, 4417.0, 4419.0, 4426.0, 4428.0, 4417.0, 4416.0, 4419.0, 4416.0, 4430.0, 4431.0, 4416.0, 4433.0, 4430.0, 4433.0, 4421.0, 4443.0, 4444.0, 4452.0, 4443.0, 4445.0, 4434.0, 4433.0, 4463.0, 4432.0, 4453.0, 4451.0, 4432.0, 4440.0, 4431.0, 4430.0, 4450.0, 4430.0, 4410.0, 4417.0, 4430.0, 4427.0, 4416.0, 4428.0, 4417.0, 4427.0, 4430.0, 4446.0, 4427.0, 4417.0, 4426.0, 4429.0, 4417.0, 4417.0, 4430.0, 4417.0, 4428.0, 4420.0, 4427.0, 4429.0, 4418.0, 4429.0, 4431.0, 4438.0, 4430.0, 4432.0, 4439.0, 4443.0, 4428.0, 4442.0, 4444.0, 4472.0, 4444.0, 4439.0, 4442.0, 4432.0, 4452.0, 4429.0, 4420.0, 4460.0, 4429.0, 4419.0, 4427.0, 4430.0, 4458.0, 4431.0, 4428.0, 4430.0, 4411.0, 4428.0, 4431.0, 4451.0, 4442.0, 4461.0, 4442.0, 4431.0, 4430.0, 4431.0, 4460.0, 4441.0, 4429.0, 4429.0, 4428.0, 4457.0, 4417.0, 4417.0, 4417.0, 4428.0, 4435.0, 4416.0, 4386.0, 4416.0, 4427.0, 4404.0, 4428.0, 4387.0, 4426.0, 4427.0, 4415.0, 4429.0, 4408.0, 4417.0, 4429.0, 4417.0, 4429.0, 4419.0, 4427.0, 4418.0, 4437.0, 4430.0, 4407.0, 4417.0, 4429.0, 4446.0, 4420.0, 4398.0, 4430.0, 4419.0, 4443.0, 4432.0, 4456.0, 4456.0, 4447.0, 4443.0, 4444.0, 4445.0, 4461.0, 4431.0, 4431.0, 4429.0, 4429.0, 4438.0, 4419.0, 4408.0, 4418.0, 4418.0, 4418.0, 4429.0, 4398.0, 4418.0, 4418.0, 4420.0, 4429.0, 4399.0, 4430.0, 4419.0, 4449.0, 4430.0, 4418.0, 4430.0, 4420.0, 4441.0, 4430.0, 4440.0, 4429.0, 4420.0, 4437.0, 4429.0, 4429.0, 4428.0, 4430.0, 4419.0, 4430.0, 4431.0, 4419.0, 4431.0, 4449.0, 4442.0, 4429.0, 4429.0, 4432.0, 4451.0, 4432.0, 4430.0, 4450.0, 4431.0, 4440.0, 4430.0, 4420.0, 4437.0, 4431.0, 4420.0, 4448.0, 4419.0, 4427.0, 4416.0, 4418.0, 4437.0, 4428.0, 4417.0, 4416.0, 4429.0, 4408.0, 4419.0, 4431.0, 4430.0, 4443.0, 4439.0, 4431.0, 4444.0, 4461.0, 4431.0, 4429.0, 4432.0, 4433.0, 4460.0, 4431.0, 4452.0, 4431.0, 4399.0, 4430.0, 4430.0, 4439.0, 4420.0, 4419.0, 4460.0, 4420.0, 4426.0, 4429.0, 4428.0, 4448.0, 4418.0, 4397.0, 4418.0, 4431.0, 4427.0, 4419.0, 4419.0, 4449.0, 4430.0, 4417.0, 4418.0, 4418.0, 4437.0, 4428.0, 4419.0, 4407.0, 4430.0, 4409.0, 4417.0, 4431.0, 4427.0, 4418.0, 4419.0, 4438.0, 4429.0, 4420.0, 4417.0, 4430.0, 4408.0, 4419.0, 4442.0, 4420.0, 4443.0, 4433.0, 4431.0, 4434.0, 4441.0, 4433.0, 4445.0, 4453.0, 4432.0, 4445.0, 4461.0, 4432.0, 4418.0, 4430.0, 4432.0, 4451.0, 4431.0, 4398.0, 4419.0, 4430.0, 4448.0, 4419.0, 4422.0, 4442.0, 4411.0, 4442.0, 4443.0, 4453.0, 4431.0, 4429.0, 4419.0, 4431.0, 4438.0, 4419.0, 4420.0, 4428.0, 4420.0, 4406.0, 4418.0, 4430.0, 4427.0, 4408.0, 4438.0, 4418.0, 4415.0, 4418.0, 4408.0, 4417.0, 4418.0, 4415.0, 4419.0, 4408.0, 4428.0, 4419.0, 4416.0, 4429.0, 4399.0, 4419.0, 4420.0, 4419.0, 4420.0, 4397.0, 4420.0, 4431.0, 4448.0, 4420.0, 4418.0, 4418.0, 4431.0, 4450.0, 4419.0, 4389.0, 4418.0, 4430.0, 4438.0, 4418.0, 4411.0, 4419.0, 4410.0, 4408.0, 4421.0, 4418.0, 4431.0, 4432.0, 4443.0, 4434.0, 4446.0, 4469.0, 4465.0, 4433.0, 4439.0, 4418.0, 4429.0, 4447.0, 4418.0, 4427.0, 4418.0, 4418.0, 4436.0, 4420.0, 4416.0, 4405.0, 4427.0, 4426.0, 4406.0, 4407.0, 4396.0, 4419.0, 4408.0, 4420.0, 4387.0, 4418.0, 4431.0, 4428.0, 4420.0, 4399.0, 4421.0, 4442.0, 4441.0, 4421.0, 4422.0, 4452.0, 4434.0, 4430.0, 4423.0, 4442.0, 4461.0, 4421.0, 4442.0, 4421.0, 4441.0, 4451.0, 4421.0, 4420.0, 4420.0, 4432.0, 4441.0, 4418.0, 4430.0, 4450.0, 4420.0, 4398.0, 4420.0, 4430.0, 4439.0, 4418.0, 4398.0, 4430.0, 4431.0, 4430.0, 4432.0, 4440.0, 4431.0, 4421.0, 4444.0, 4434.0, 4442.0, 4443.0, 4455.0, 4462.0, 4434.0, 4443.0, 4432.0, 4432.0, 4451.0, 4421.0, 4421.0, 4460.0, 4419.0, 4419.0, 4416.0, 4419.0, 4439.0, 4419.0, 4389.0, 4418.0, 4431.0, 4408.0, 4430.0, 4422.0, 4430.0, 4432.0, 4440.0, 4431.0, 4411.0, 4419.0, 4433.0, 4462.0, 4424.0, 4431.0, 4432.0, 4422.0, 4421.0, 4431.0, 4451.0, 4425.0, 4423.0, 4434.0, 4422.0, 4446.0, 4424.0, 4446.0, 4458.0, 4476.0, 4435.0, 4442.0, 4422.0, 4432.0, 4449.0, 4420.0, 4441.0, 4419.0, 4407.0, 4407.0, 4419.0, 4428.0, 4419.0, 4397.0, 4419.0, 4430.0, 4437.0, 4409.0, 4409.0, 4438.0, 4430.0, 4416.0, 4419.0, 4428.0, 4437.0, 4407.0, 4419.0, 4417.0, 4428.0, 4405.0, 4418.0, 4430.0, 4447.0, 4418.0, 4386.0, 4419.0, 4430.0, 4437.0, 4421.0, 4401.0, 4432.0, 4443.0, 4441.0, 4433.0, 4433.0, 4441.0, 4434.0, 4431.0, 4433.0, 4433.0, 4464.0, 4434.0, 4444.0, 4433.0, 4445.0, 4451.0, 4433.0, 4433.0, 4451.0, 4421.0, 4430.0, 4423.0, 4444.0, 4470.0, 4423.0, 4441.0, 4434.0, 4433.0, 4432.0, 4432.0, 4452.0, 4432.0, 4410.0, 4421.0, 4431.0, 4451.0, 4421.0, 4432.0, 4449.0, 4420.0, 4429.0, 4420.0, 4431.0, 4439.0, 4409.0, 4420.0, 4419.0, 4432.0, 4430.0, 4419.0, 4430.0, 4438.0, 4409.0, 4409.0, 4437.0, 4418.0, 4397.0, 4406.0, 4418.0, 4417.0, 4408.0, 4418.0, 4438.0, 4419.0, 4408.0, 4422.0, 4400.0, 4421.0, 4433.0, 4450.0, 4424.0, 4432.0, 4422.0, 4444.0, 4453.0, 4423.0, 4433.0, 4428.0, 4420.0, 4440.0, 4419.0, 4430.0, 4449.0, 4420.0, 4428.0, 4417.0, 4420.0, 4437.0, 4419.0, 4421.0, 4449.0, 4420.0, 4428.0, 4419.0, 4431.0, 4449.0, 4421.0, 4421.0, 4420.0, 4432.0, 4440.0, 4422.0, 4421.0, 4430.0, 4420.0, 4429.0, 4421.0, 4421.0, 4460.0, 4432.0, 4420.0, 4422.0, 4433.0, 4453.0, 4433.0, 4432.0, 4420.0, 4433.0, 4452.0, 4422.0, 4432.0, 4420.0, 4432.0, 4453.0, 4431.0, 4422.0, 4451.0, 4433.0, 4432.0, 4420.0, 4433.0, 4442.0, 4422.0, 4434.0, 4440.0, 4432.0, 4435.0, 4431.0, 4435.0, 4442.0, 4433.0, 4434.0, 4431.0, 4422.0, 4440.0, 4421.0, 4433.0, 4448.0, 4420.0, 4420.0, 4438.0, 4422.0, 4417.0, 4420.0, 4421.0, 4441.0, 4420.0, 4430.0, 4420.0, 4431.0, 4450.0, 4422.0, 4432.0, 4421.0, 4421.0, 4419.0, 4431.0, 4421.0, 4420.0, 4434.0, 4452.0, 4433.0, 4413.0, 4431.0, 4435.0, 4453.0, 4422.0, 4423.0, 4435.0, 4444.0, 4464.0, 4432.0, 4433.0, 4434.0, 4434.0, 4421.0, 4432.0, 4442.0, 4411.0, 4420.0, 4461.0, 4422.0, 4430.0, 4420.0, 4431.0, 4441.0, 4432.0, 4420.0, 4432.0, 4411.0, 4432.0, 4432.0, 4454.0, 4434.0], 'WindowWidth': [9895.0, 9898.0, 9820.0, 9814.0, 9811.0, 9741.0, 9770.0, 9737.0, 9716.0, 9709.0, 9728.0, 9700.0, 9711.0, 9723.0, 9766.0, 9720.0, 9704.0, 9721.0, 9710.0, 9724.0, 9730.0, 9727.0, 9749.0, 9704.0, 9750.0, 9739.0, 9737.0, 9753.0, 9753.0, 9756.0, 9755.0, 9757.0, 9740.0, 9780.0, 9753.0, 9749.0, 9752.0, 9736.0, 9752.0, 9752.0, 9747.0, 9753.0, 9736.0, 9764.0, 9755.0, 9754.0, 9759.0, 9725.0, 9758.0, 9758.0, 9797.0, 9757.0, 9757.0, 9760.0, 9765.0, 9800.0, 9771.0, 9754.0, 9772.0, 9758.0, 9784.0, 9763.0, 9723.0, 9756.0, 9761.0, 9784.0, 9760.0, 9773.0, 9757.0, 9758.0, 9734.0, 9756.0, 9754.0, 9792.0, 9778.0, 9804.0, 9818.0, 9807.0, 9822.0, 9786.0, 9774.0, 9793.0, 9754.0, 9758.0, 9800.0, 9737.0, 9732.0, 9733.0, 9729.0, 9759.0, 9732.0, 9713.0, 9728.0, 9732.0, 9710.0, 9724.0, 9728.0, 9753.0, 9731.0, 9708.0, 9751.0, 9735.0, 9734.0, 9749.0, 9733.0, 9752.0, 9751.0, 9732.0, 9753.0, 9740.0, 9736.0, 9753.0, 9760.0, 9751.0, 9738.0, 9775.0, 9738.0, 9753.0, 9751.0, 9750.0, 9764.0, 9751.0, 9711.0, 9736.0, 9756.0, 9762.0, 9754.0, 9756.0, 9783.0, 9754.0, 9752.0, 9763.0, 9741.0, 9775.0, 9760.0, 9787.0, 9756.0, 9745.0, 9783.0, 9757.0, 9763.0, 9757.0, 9777.0, 9788.0, 9758.0, 9737.0, 9749.0, 9749.0, 9767.0, 9747.0, 9735.0, 9790.0, 9746.0, 9747.0, 9727.0, 9747.0, 9741.0, 9729.0, 9733.0, 9740.0, 9746.0, 9731.0, 9729.0, 9735.0, 9730.0, 9754.0, 9755.0, 9732.0, 9761.0, 9754.0, 9763.0, 9742.0, 9777.0, 9778.0, 9789.0, 9777.0, 9781.0, 9765.0, 9761.0, 9803.0, 9758.0, 9790.0, 9785.0, 9759.0, 9766.0, 9754.0, 9753.0, 9784.0, 9753.0, 9723.0, 9730.0, 9750.0, 9745.0, 9728.0, 9748.0, 9728.0, 9745.0, 9750.0, 9770.0, 9743.0, 9730.0, 9740.0, 9748.0, 9730.0, 9730.0, 9752.0, 9730.0, 9749.0, 9738.0, 9746.0, 9750.0, 9734.0, 9752.0, 9756.0, 9760.0, 9754.0, 9757.0, 9765.0, 9773.0, 9750.0, 9775.0, 9780.0, 9818.0, 9778.0, 9767.0, 9772.0, 9759.0, 9792.0, 9755.0, 9740.0, 9796.0, 9750.0, 9736.0, 9745.0, 9751.0, 9790.0, 9756.0, 9747.0, 9753.0, 9728.0, 9750.0, 9756.0, 9786.0, 9772.0, 9798.0, 9772.0, 9759.0, 9753.0, 9757.0, 9800.0, 9770.0, 9750.0, 9749.0, 9749.0, 9790.0, 9732.0, 9729.0, 9729.0, 9743.0, 9756.0, 9728.0, 9685.0, 9726.0, 9742.0, 9710.0, 9744.0, 9689.0, 9741.0, 9745.0, 9726.0, 9748.0, 9719.0, 9730.0, 9750.0, 9731.0, 9750.0, 9735.0, 9746.0, 9733.0, 9758.0, 9750.0, 9718.0, 9731.0, 9749.0, 9770.0, 9737.0, 9699.0, 9749.0, 9735.0, 9775.0, 9759.0, 9799.0, 9799.0, 9786.0, 9775.0, 9777.0, 9779.0, 9805.0, 9757.0, 9757.0, 9749.0, 9748.0, 9761.0, 9734.0, 9720.0, 9732.0, 9731.0, 9730.0, 9748.0, 9707.0, 9732.0, 9736.0, 9737.0, 9751.0, 9708.0, 9752.0, 9739.0, 9778.0, 9753.0, 9734.0, 9753.0, 9739.0, 9769.0, 9752.0, 9768.0, 9750.0, 9737.0, 9759.0, 9750.0, 9750.0, 9747.0, 9752.0, 9735.0, 9753.0, 9754.0, 9736.0, 9756.0, 9779.0, 9772.0, 9750.0, 9751.0, 9759.0, 9783.0, 9758.0, 9752.0, 9778.0, 9756.0, 9769.0, 9753.0, 9738.0, 9759.0, 9753.0, 9738.0, 9777.0, 9734.0, 9745.0, 9728.0, 9732.0, 9758.0, 9745.0, 9728.0, 9727.0, 9747.0, 9720.0, 9738.0, 9753.0, 9753.0, 9774.0, 9765.0, 9757.0, 9778.0, 9799.0, 9755.0, 9751.0, 9758.0, 9761.0, 9795.0, 9756.0, 9787.0, 9755.0, 9710.0, 9751.0, 9753.0, 9768.0, 9737.0, 9736.0, 9793.0, 9736.0, 9743.0, 9748.0, 9748.0, 9776.0, 9734.0, 9702.0, 9734.0, 9752.0, 9744.0, 9736.0, 9737.0, 9777.0, 9749.0, 9728.0, 9733.0, 9733.0, 9760.0, 9747.0, 9734.0, 9715.0, 9753.0, 9723.0, 9732.0, 9753.0, 9744.0, 9734.0, 9738.0, 9761.0, 9750.0, 9735.0, 9729.0, 9751.0, 9722.0, 9738.0, 9772.0, 9739.0, 9777.0, 9764.0, 9759.0, 9765.0, 9771.0, 9763.0, 9780.0, 9790.0, 9758.0, 9781.0, 9801.0, 9757.0, 9737.0, 9753.0, 9758.0, 9787.0, 9757.0, 9706.0, 9735.0, 9752.0, 9778.0, 9740.0, 9744.0, 9773.0, 9728.0, 9774.0, 9775.0, 9794.0, 9759.0, 9753.0, 9738.0, 9752.0, 9762.0, 9735.0, 9740.0, 9749.0, 9738.0, 9716.0, 9732.0, 9752.0, 9746.0, 9719.0, 9760.0, 9732.0, 9725.0, 9732.0, 9721.0, 9729.0, 9730.0, 9722.0, 9733.0, 9717.0, 9745.0, 9735.0, 9728.0, 9750.0, 9709.0, 9735.0, 9739.0, 9735.0, 9738.0, 9704.0, 9738.0, 9754.0, 9776.0, 9737.0, 9733.0, 9731.0, 9754.0, 9779.0, 9738.0, 9693.0, 9732.0, 9750.0, 9763.0, 9736.0, 9728.0, 9735.0, 9724.0, 9721.0, 9734.0, 9727.0, 9754.0, 9757.0, 9776.0, 9765.0, 9787.0, 9824.0, 9809.0, 9759.0, 9767.0, 9731.0, 9745.0, 9774.0, 9731.0, 9742.0, 9730.0, 9731.0, 9756.0, 9736.0, 9728.0, 9712.0, 9742.0, 9737.0, 9713.0, 9714.0, 9699.0, 9734.0, 9719.0, 9737.0, 9690.0, 9732.0, 9754.0, 9747.0, 9739.0, 9709.0, 9742.0, 9772.0, 9768.0, 9742.0, 9746.0, 9784.0, 9761.0, 9752.0, 9746.0, 9773.0, 9798.0, 9742.0, 9772.0, 9742.0, 9769.0, 9785.0, 9743.0, 9741.0, 9739.0, 9758.0, 9772.0, 9735.0, 9753.0, 9783.0, 9741.0, 9705.0, 9737.0, 9750.0, 9763.0, 9735.0, 9706.0, 9752.0, 9754.0, 9753.0, 9760.0, 9768.0, 9758.0, 9745.0, 9779.0, 9765.0, 9775.0, 9776.0, 9800.0, 9806.0, 9765.0, 9776.0, 9758.0, 9757.0, 9786.0, 9745.0, 9742.0, 9792.0, 9734.0, 9736.0, 9727.0, 9735.0, 9763.0, 9736.0, 9693.0, 9733.0, 9756.0, 9721.0, 9755.0, 9746.0, 9755.0, 9758.0, 9766.0, 9756.0, 9729.0, 9738.0, 9760.0, 9801.0, 9748.0, 9755.0, 9759.0, 9745.0, 9744.0, 9756.0, 9788.0, 9748.0, 9741.0, 9764.0, 9745.0, 9783.0, 9750.0, 9786.0, 9807.0, 9829.0, 9767.0, 9773.0, 9745.0, 9758.0, 9779.0, 9737.0, 9770.0, 9737.0, 9717.0, 9715.0, 9737.0, 9746.0, 9735.0, 9703.0, 9735.0, 9752.0, 9759.0, 9723.0, 9724.0, 9761.0, 9751.0, 9727.0, 9734.0, 9745.0, 9758.0, 9718.0, 9735.0, 9731.0, 9746.0, 9711.0, 9733.0, 9752.0, 9773.0, 9734.0, 9688.0, 9735.0, 9753.0, 9761.0, 9743.0, 9716.0, 9759.0, 9776.0, 9770.0, 9763.0, 9764.0, 9772.0, 9764.0, 9756.0, 9763.0, 9765.0, 9807.0, 9764.0, 9780.0, 9763.0, 9779.0, 9786.0, 9761.0, 9764.0, 9786.0, 9742.0, 9752.0, 9747.0, 9778.0, 9813.0, 9747.0, 9771.0, 9763.0, 9762.0, 9758.0, 9758.0, 9790.0, 9761.0, 9725.0, 9740.0, 9755.0, 9790.0, 9742.0, 9756.0, 9781.0, 9739.0, 9749.0, 9741.0, 9755.0, 9765.0, 9724.0, 9741.0, 9736.0, 9756.0, 9751.0, 9738.0, 9754.0, 9764.0, 9723.0, 9720.0, 9757.0, 9734.0, 9704.0, 9715.0, 9731.0, 9728.0, 9720.0, 9735.0, 9762.0, 9738.0, 9720.0, 9746.0, 9716.0, 9745.0, 9762.0, 9785.0, 9750.0, 9762.0, 9746.0, 9778.0, 9792.0, 9748.0, 9763.0, 9749.0, 9739.0, 9771.0, 9739.0, 9751.0, 9778.0, 9738.0, 9751.0, 9733.0, 9738.0, 9760.0, 9737.0, 9742.0, 9778.0, 9740.0, 9746.0, 9736.0, 9754.0, 9780.0, 9741.0, 9741.0, 9739.0, 9756.0, 9768.0, 9745.0, 9743.0, 9753.0, 9739.0, 9751.0, 9742.0, 9744.0, 9797.0, 9759.0, 9741.0, 9746.0, 9763.0, 9789.0, 9761.0, 9758.0, 9740.0, 9764.0, 9789.0, 9747.0, 9759.0, 9740.0, 9759.0, 9792.0, 9758.0, 9746.0, 9783.0, 9761.0, 9757.0, 9741.0, 9761.0, 9774.0, 9746.0, 9764.0, 9768.0, 9761.0, 9767.0, 9758.0, 9766.0, 9772.0, 9763.0, 9766.0, 9756.0, 9746.0, 9770.0, 9741.0, 9758.0, 9776.0, 9739.0, 9741.0, 9764.0, 9743.0, 9729.0, 9740.0, 9741.0, 9771.0, 9740.0, 9755.0, 9740.0, 9755.0, 9781.0, 9744.0, 9759.0, 9739.0, 9741.0, 9735.0, 9755.0, 9742.0, 9741.0, 9762.0, 9785.0, 9761.0, 9734.0, 9756.0, 9767.0, 9790.0, 9747.0, 9747.0, 9766.0, 9780.0, 9806.0, 9760.0, 9762.0, 9764.0, 9761.0, 9742.0, 9758.0, 9775.0, 9728.0, 9740.0, 9799.0, 9745.0, 9752.0, 9739.0, 9755.0, 9770.0, 9759.0, 9739.0, 9760.0, 9730.0, 9760.0, 9761.0, 9795.0, 9765.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.00021493087557603686</td></tr>
<tr><td colspan=3>aqi</td><td>0.018549174078341012</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.79295926826983</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2465954022376011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9874788769665508</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>4427.2627</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08790554301254089</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4976958525345623</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2975530382152596</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.294076672577677</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4976528495422246</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.100929592525878</td></tr>
<tr><td colspan=3>gcor</td><td>0.00789421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022987650707364082</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03622596710920334</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.085334527314289</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>25.3454</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.6804</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.189</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1201.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>457.2964</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6749</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.8298</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3643.3779</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4784.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.416</td></tr>
<tr><td colspan=3>tsnr</td><td>42.86892308201641</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>