ds005256-mriqc/sub-0011_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 03db0f4584 [DATALAD RUNCMD] Compute MRIQC for sub-0011
=== 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-0011 --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-0011",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:48:30 +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-0011_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0011_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-01/func/sub-0011_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e396c50feb9152b735ac7119efafbaf2</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>16:28:37.512500</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.99909, 0.0150797, 0.0398905, -0.013602, 0.999221, -0.0370585]</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.0811933</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>29</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7773, -7264, 563, -73, -248, 27, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9b5416b7-d4da-4750-9bd6-117c21e28a25||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.6804862022399902, -0.0364932082593441, 0.10912913084030151, 108.32516479492188], [-0.04045766219496727, 2.680835723876953, -0.09850195795297623, -78.27371978759766], [0.10702318698167801, 0.09942527115345001, 2.6959948539733887, -70.72284698486328], [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': ['162837.512500', '162837.972500', '162838.432500', '162838.892500', '162839.352500', '162839.812500', '162840.272500', '162840.732500', '162841.192500', '162841.652500', '162842.112500', '162842.572500', '162843.032500', '162843.492500', '162843.952500', '162844.412500', '162844.872500', '162845.332500', '162845.792500', '162846.252500', '162846.712500', '162847.172500', '162847.632500', '162848.092500', '162848.552500', '162849.012500', '162849.472500', '162849.932500', '162850.392500', '162850.852500', '162851.312500', '162851.772500', '162852.232500', '162852.692500', '162853.152500', '162853.612500', '162854.072500', '162854.532500', '162854.992500', '162855.452500', '162855.912500', '162856.372500', '162856.832500', '162857.292500', '162857.752500', '162858.212500', '162858.672500', '162859.132500', '162859.592500', '162900.052500', '162900.512500', '162900.972500', '162901.432500', '162901.892500', '162902.352500', '162902.812500', '162903.272500', '162903.732500', '162904.192500', '162904.652500', '162905.112500', '162905.572500', '162906.032500', '162906.492500', '162906.952500', '162907.412500', '162907.872500', '162908.332500', '162908.792500', '162909.252500', '162909.712500', '162910.172500', '162910.632500', '162911.092500', '162911.552500', '162912.012500', '162912.472500', '162912.932500', '162913.392500', '162913.852500', '162914.312500', '162914.772500', '162915.232500', '162915.692500', '162916.152500', '162916.612500', '162917.072500', '162917.532500', '162917.992500', '162918.452500', '162918.912500', '162919.372500', '162919.832500', '162920.292500', '162920.752500', '162921.212500', '162921.672500', '162922.132500', '162922.592500', '162923.052500', '162923.512500', '162923.972500', '162924.432500', '162924.892500', '162925.352500', '162925.812500', '162926.272500', '162926.732500', '162927.192500', '162927.652500', '162928.112500', '162928.572500', '162929.032500', '162929.492500', '162929.952500', '162930.412500', '162930.872500', '162931.332500', '162931.792500', '162932.252500', '162932.712500', '162933.172500', '162933.632500', '162934.092500', '162934.552500', '162935.012500', '162935.472500', '162935.932500', '162936.392500', '162936.852500', '162937.312500', '162937.772500', '162938.232500', '162938.692500', '162939.152500', '162939.612500', '162940.072500', '162940.532500', '162940.992500', '162941.452500', '162941.912500', '162942.372500', '162942.832500', '162943.292500', '162943.752500', '162944.212500', '162944.672500', '162945.132500', '162945.592500', '162946.052500', '162946.512500', '162946.972500', '162947.432500', '162947.892500', '162948.352500', '162948.812500', '162949.272500', '162949.732500', '162950.192500', '162950.652500', '162951.112500', '162951.572500', '162952.032500', '162952.492500', '162952.952500', '162953.412500', '162953.872500', '162954.332500', '162954.792500', '162955.252500', '162955.712500', '162956.172500', '162956.632500', '162957.092500', '162957.552500', '162958.012500', '162958.472500', '162958.932500', '162959.392500', '162959.852500', '163000.312500', '163000.772500', '163001.232500', '163001.692500', '163002.152500', '163002.612500', '163003.072500', '163003.532500', '163003.992500', '163004.452500', '163004.912500', '163005.372500', '163005.832500', '163006.292500', '163006.752500', '163007.212500', '163007.672500', '163008.132500', '163008.592500', '163009.052500', '163009.512500', '163009.972500', '163010.432500', '163010.892500', '163011.352500', '163011.812500', '163012.272500', '163012.732500', '163013.192500', '163013.652500', '163014.112500', '163014.572500', '163015.032500', '163015.492500', '163015.952500', '163016.412500', '163016.872500', '163017.332500', '163017.792500', '163018.252500', '163018.712500', '163019.172500', '163019.632500', '163020.092500', '163020.552500', '163021.012500', '163021.472500', '163021.932500', '163022.392500', '163022.852500', '163023.312500', '163023.772500', '163024.232500', '163024.692500', '163025.152500', '163025.612500', '163026.072500', '163026.532500', '163026.992500', '163027.452500', '163027.912500', '163028.372500', '163028.832500', '163029.292500', '163029.752500', '163030.212500', '163030.672500', '163031.132500', '163031.592500', '163032.052500', '163032.512500', '163032.972500', '163033.432500', '163033.892500', '163034.352500', '163034.812500', '163035.272500', '163035.732500', '163036.192500', '163036.652500', '163037.112500', '163037.572500', '163038.032500', '163038.492500', '163038.952500', '163039.412500', '163039.872500', '163040.332500', '163040.792500', '163041.252500', '163041.712500', '163042.172500', '163042.632500', '163043.092500', '163043.552500', '163044.012500', '163044.472500', '163044.932500', '163045.392500', '163045.852500', '163046.312500', '163046.772500', '163047.232500', '163047.692500', '163048.152500', '163048.612500', '163049.072500', '163049.532500', '163049.992500', '163050.452500', '163050.912500', '163051.372500', '163051.832500', '163052.292500', '163052.752500', '163053.212500', '163053.672500', '163054.132500', '163054.592500', '163055.052500', '163055.512500', '163055.972500', '163056.432500', '163056.892500', '163057.352500', '163057.812500', '163058.272500', '163058.732500', '163059.192500', '163059.652500', '163100.112500', '163100.572500', '163101.032500', '163101.492500', '163101.952500', '163102.412500', '163102.872500', '163103.332500', '163103.792500', '163104.252500', '163104.712500', '163105.172500', '163105.632500', '163106.092500', '163106.552500', '163107.012500', '163107.472500', '163107.932500', '163108.392500', '163108.852500', '163109.312500', '163109.772500', '163110.232500', '163110.692500', '163111.152500', '163111.612500', '163112.072500', '163112.532500', '163112.992500', '163113.452500', '163113.912500', '163114.372500', '163114.832500', '163115.292500', '163115.752500', '163116.212500', '163116.672500', '163117.132500', '163117.592500', '163118.052500', '163118.512500', '163118.972500', '163119.432500', '163119.892500', '163120.352500', '163120.812500', '163121.272500', '163121.732500', '163122.192500', '163122.652500', '163123.112500', '163123.572500', '163124.032500', '163124.492500', '163124.952500', '163125.412500', '163125.872500', '163126.332500', '163126.792500', '163127.252500', '163127.712500', '163128.172500', '163128.632500', '163129.092500', '163129.552500', '163130.012500', '163130.472500', '163130.932500', '163131.392500', '163131.852500', '163132.312500', '163132.772500', '163133.232500', '163133.692500', '163134.152500', '163134.612500', '163135.072500', '163135.532500', '163135.992500', '163136.452500', '163136.912500', '163137.372500', '163137.832500', '163138.292500', '163138.752500', '163139.212500', '163139.672500', '163140.132500', '163140.592500', '163141.052500', '163141.512500', '163141.972500', '163142.432500', '163142.892500', '163143.352500', '163143.812500', '163144.272500', '163144.732500', '163145.192500', '163145.652500', '163146.112500', '163146.572500', '163147.032500', '163147.492500', '163147.952500', '163148.412500', '163148.872500', '163149.332500', '163149.792500', '163150.252500', '163150.712500', '163151.172500', '163151.632500', '163152.092500', '163152.552500', '163153.012500', '163153.472500', '163153.932500', '163154.392500', '163154.852500', '163155.312500', '163155.772500', '163156.232500', '163156.692500', '163157.152500', '163157.612500', '163158.072500', '163158.532500', '163158.992500', '163159.452500', '163159.912500', '163200.372500', '163200.832500', '163201.292500', '163201.752500', '163202.212500', '163202.672500', '163203.132500', '163203.592500', '163204.052500', '163204.512500', '163204.972500', '163205.432500', '163205.892500', '163206.352500', '163206.812500', '163207.272500', '163207.732500', '163208.192500', '163208.652500', '163209.112500', '163209.572500', '163210.032500', '163210.492500', '163210.952500', '163211.412500', '163211.872500', '163212.332500', '163212.792500', '163213.252500', '163213.712500', '163214.172500', '163214.632500', '163215.092500', '163215.552500', '163216.012500', '163216.472500', '163216.932500', '163217.392500', '163217.852500', '163218.312500', '163218.772500', '163219.232500', '163219.692500', '163220.152500', '163220.612500', '163221.072500', '163221.532500', '163221.992500', '163222.452500', '163222.912500', '163223.372500', '163223.832500', '163224.292500', '163224.752500', '163225.212500', '163225.672500', '163226.132500', '163226.592500', '163227.052500', '163227.512500', '163227.972500', '163228.432500', '163228.892500', '163229.352500', '163229.812500', '163230.272500', '163230.732500', '163231.192500', '163231.652500', '163232.112500', '163232.572500', '163233.032500', '163233.492500', '163233.952500', '163234.412500', '163234.872500', '163235.332500', '163235.792500', '163236.252500', '163236.712500', '163237.172500', '163237.632500', '163238.092500', '163238.552500', '163239.012500', '163239.472500', '163239.932500', '163240.392500', '163240.852500', '163241.312500', '163241.772500', '163242.232500', '163242.692500', '163243.152500', '163243.612500', '163244.072500', '163244.532500', '163244.992500', '163245.452500', '163245.912500', '163246.372500', '163246.832500', '163247.292500', '163247.752500', '163248.212500', '163248.672500', '163249.132500', '163249.592500', '163250.052500', '163250.512500', '163250.972500', '163251.432500', '163251.892500', '163252.352500', '163252.812500', '163253.272500', '163253.732500', '163254.192500', '163254.652500', '163255.112500', '163255.572500', '163256.032500', '163256.492500', '163256.952500', '163257.412500', '163257.872500', '163258.332500', '163258.792500', '163259.252500', '163259.712500', '163300.172500', '163300.632500', '163301.092500', '163301.552500', '163302.012500', '163302.472500', '163302.932500', '163303.392500', '163303.852500', '163304.312500', '163304.772500', '163305.232500', '163305.692500', '163306.152500', '163306.612500', '163307.072500', '163307.532500', '163307.992500', '163308.452500', '163308.912500', '163309.372500', '163309.832500', '163310.292500', '163310.752500', '163311.212500', '163311.672500', '163312.132500', '163312.592500', '163313.052500', '163313.512500', '163313.972500', '163314.432500', '163314.892500', '163315.352500', '163315.812500', '163316.272500', '163316.732500', '163317.192500', '163317.652500', '163318.112500', '163318.572500', '163319.032500', '163319.492500', '163319.952500', '163320.412500', '163320.872500', '163321.332500', '163321.792500', '163322.252500', '163322.712500', '163323.172500', '163323.632500', '163324.092500', '163324.552500', '163325.012500', '163325.472500', '163325.932500', '163326.392500', '163326.852500', '163327.312500', '163327.772500', '163328.232500', '163328.692500', '163329.152500', '163329.612500', '163330.072500', '163330.532500', '163330.992500', '163331.452500', '163331.912500', '163332.372500', '163332.832500', '163333.292500', '163333.752500', '163334.212500', '163334.672500', '163335.132500', '163335.592500', '163336.052500', '163336.512500', '163336.972500', '163337.432500', '163337.892500', '163338.352500', '163338.812500', '163339.272500', '163339.732500', '163340.192500', '163340.652500', '163341.112500', '163341.572500', '163342.032500', '163342.492500', '163342.952500', '163343.412500', '163343.872500', '163344.332500', '163344.792500', '163345.252500', '163345.712500', '163346.172500', '163346.632500', '163347.092500', '163347.552500', '163348.012500', '163348.472500', '163348.932500', '163349.392500', '163349.852500', '163350.312500', '163350.772500', '163351.232500', '163351.692500', '163352.152500', '163352.612500', '163353.072500', '163353.532500', '163353.992500', '163354.452500', '163354.912500', '163355.372500', '163355.832500', '163356.292500', '163356.752500', '163357.212500', '163357.672500', '163358.132500', '163358.592500', '163359.052500', '163359.512500', '163359.972500', '163400.432500', '163400.892500', '163401.352500', '163401.812500', '163402.272500', '163402.732500', '163403.192500', '163403.652500', '163404.112500', '163404.572500', '163405.032500', '163405.492500', '163405.952500', '163406.412500', '163406.872500', '163407.332500', '163407.792500', '163408.252500', '163408.712500', '163409.172500', '163409.632500', '163410.092500', '163410.552500', '163411.012500', '163411.472500', '163411.932500', '163412.392500', '163412.852500', '163413.312500', '163413.772500', '163414.232500', '163414.692500', '163415.152500', '163415.612500', '163416.072500', '163416.532500', '163416.992500', '163417.452500', '163417.912500', '163418.372500', '163418.832500', '163419.292500', '163419.752500', '163420.212500', '163420.672500', '163421.132500', '163421.592500', '163422.052500', '163422.512500', '163422.972500', '163423.432500', '163423.892500', '163424.352500', '163424.812500', '163425.272500', '163425.732500', '163426.192500', '163426.652500', '163427.112500', '163427.572500', '163428.032500', '163428.492500', '163428.952500', '163429.412500', '163429.872500', '163430.332500', '163430.792500', '163431.252500', '163431.712500', '163432.172500', '163432.632500', '163433.092500', '163433.552500', '163434.012500', '163434.472500', '163434.932500', '163435.392500', '163435.852500', '163436.312500', '163436.772500', '163437.232500', '163437.692500', '163438.152500', '163438.612500', '163439.072500', '163439.532500', '163439.992500', '163440.452500', '163440.912500', '163441.372500', '163441.832500', '163442.292500', '163442.752500', '163443.212500', '163443.672500', '163444.132500', '163444.592500', '163445.052500', '163445.512500', '163445.972500', '163446.432500', '163446.892500', '163447.352500', '163447.812500', '163448.272500', '163448.732500', '163449.192500', '163449.652500', '163450.112500', '163450.572500', '163451.032500', '163451.492500', '163451.952500', '163452.412500', '163452.872500', '163453.332500', '163453.792500', '163454.252500', '163454.712500', '163455.172500', '163455.632500', '163456.092500', '163456.552500', '163457.012500', '163457.472500', '163457.932500', '163458.392500', '163458.852500', '163459.312500', '163459.772500', '163500.232500', '163500.692500', '163501.152500', '163501.612500', '163502.072500', '163502.532500', '163502.992500', '163503.452500', '163503.912500', '163504.372500', '163504.832500', '163505.292500', '163505.752500', '163506.212500', '163506.672500', '163507.132500', '163507.592500', '163508.052500', '163508.512500', '163508.972500', '163509.432500', '163509.892500', '163510.352500', '163510.812500', '163511.272500', '163511.732500', '163512.192500', '163512.652500', '163513.112500', '163513.572500', '163514.032500', '163514.492500', '163514.952500', '163515.412500', '163515.872500', '163516.332500', '163516.792500', '163517.252500', '163517.712500', '163518.172500'], 'ContentTime': ['162852.876000', '162852.880000', '162852.884000', '162852.887000', '162852.889000', '162852.892000', '162852.895000', '162852.898000', '162852.901000', '162852.904000', '162852.908000', '162852.911000', '162852.914000', '162852.917000', '162852.920000', '162852.922000', '162852.925000', '162852.929000', '162852.932000', '162852.935000', '162852.938000', '162852.944000', '162852.947000', '162852.951000', '162852.954000', '162852.957000', '162852.966000', '162852.969000', '162852.973000', '162852.975000', '162852.978000', '162852.981000', '162912.848000', '162912.851000', '162912.854000', '162912.856000', '162912.859000', '162912.862000', '162912.865000', '162912.868000', '162912.871000', '162912.874000', '162912.877000', '162912.879000', '162912.882000', '162912.888000', '162912.891000', '162912.893000', '162912.896000', '162912.899000', '162912.902000', '162912.905000', '162912.907000', '162912.910000', '162912.913000', '162912.916000', '162912.919000', '162912.921000', '162912.924000', '162912.927000', '162912.930000', '162912.933000', '162912.935000', '162912.938000', '162912.941000', '162912.944000', '162912.947000', '162912.949000', '162912.952000', '162912.955000', '162912.958000', '162912.961000', '162912.963000', '162912.966000', '162912.969000', '162912.972000', '162932.847000', '162932.850000', '162932.852000', '162932.855000', '162932.858000', '162932.861000', '162932.864000', '162932.867000', '162932.870000', '162932.872000', '162932.875000', '162932.878000', '162932.881000', '162932.884000', '162932.886000', '162932.889000', '162932.892000', '162932.895000', '162932.898000', '162932.901000', '162932.903000', '162932.906000', '162932.931000', '162932.934000', '162932.937000', '162932.940000', '162932.943000', '162932.945000', '162932.948000', '162932.951000', '162932.955000', '162932.958000', '162932.961000', '162932.964000', '162932.967000', '162932.970000', '162932.972000', '162932.975000', '162932.978000', '162932.981000', '162932.984000', '162932.987000', '162932.989000', '162952.847000', '162952.850000', '162952.852000', '162952.855000', '162952.858000', '162952.861000', '162952.864000', '162952.867000', '162952.870000', '162952.872000', '162952.875000', '162952.878000', '162952.881000', '162952.884000', '162952.887000', '162952.889000', '162952.892000', '162952.895000', '162952.898000', '162952.901000', '162952.904000', '162952.906000', '162952.909000', '162952.912000', '162952.915000', '162952.918000', '162952.921000', '162952.923000', '162952.926000', '162952.929000', '162952.932000', '162952.935000', '162952.937000', '162952.940000', '162952.943000', '162952.946000', '162952.949000', '162952.952000', '162952.954000', '162952.957000', '162952.960000', '162952.963000', '162952.966000', '162952.968000', '163012.847000', '163012.850000', '163012.853000', '163012.855000', '163012.858000', '163012.861000', '163012.864000', '163012.867000', '163012.870000', '163012.873000', '163012.876000', '163012.878000', '163012.881000', '163012.884000', '163012.887000', '163012.890000', '163012.892000', '163012.895000', '163012.898000', '163012.901000', '163012.904000', '163012.907000', '163012.910000', '163012.912000', '163012.915000', '163012.920000', '163012.923000', '163012.926000', '163012.929000', '163012.932000', '163012.935000', '163012.937000', '163012.940000', '163012.943000', '163012.946000', '163012.949000', '163012.952000', '163012.954000', '163012.957000', '163012.960000', '163012.963000', '163012.966000', '163012.969000', '163032.847000', '163032.850000', '163032.853000', '163032.856000', '163032.858000', '163032.861000', '163032.864000', '163032.867000', '163032.870000', '163032.873000', '163032.875000', '163032.878000', '163032.881000', '163032.884000', '163032.887000', '163032.890000', '163032.893000', '163032.896000', '163032.898000', '163032.901000', '163032.904000', '163032.907000', '163032.910000', '163032.913000', '163032.916000', '163032.918000', '163032.921000', '163032.924000', '163032.927000', '163032.930000', '163032.932000', '163032.935000', '163032.938000', '163032.941000', '163032.944000', '163032.947000', '163032.949000', '163032.952000', '163032.955000', '163032.958000', '163032.960000', '163032.963000', '163032.966000', '163032.969000', '163052.847000', '163052.850000', '163052.853000', '163052.856000', '163052.859000', '163052.861000', '163052.864000', '163052.867000', '163052.870000', '163052.873000', '163052.876000', '163052.878000', '163052.881000', '163052.884000', '163052.887000', '163052.890000', '163052.892000', '163052.895000', '163052.898000', '163052.901000', '163052.904000', '163052.907000', '163052.910000', '163052.912000', '163052.915000', '163052.918000', '163052.921000', '163052.924000', '163052.926000', '163052.929000', '163052.932000', '163052.935000', '163052.938000', '163052.941000', '163052.944000', '163052.946000', '163052.949000', '163052.952000', '163052.955000', '163052.958000', '163052.960000', '163052.963000', '163052.966000', '163112.847000', '163112.851000', '163112.854000', '163112.857000', '163112.860000', '163112.863000', '163112.866000', '163112.869000', '163112.872000', '163112.874000', '163112.878000', '163112.881000', '163112.884000', '163112.887000', '163112.890000', '163112.893000', '163112.896000', '163112.899000', '163112.915000', '163112.918000', '163112.921000', '163112.924000', '163112.927000', '163112.930000', '163112.933000', '163112.936000', '163112.939000', '163112.942000', '163112.945000', '163112.948000', '163112.951000', '163112.954000', '163112.957000', '163112.960000', '163112.963000', '163112.966000', '163112.969000', '163112.972000', '163112.975000', '163112.978000', '163112.981000', '163112.984000', '163112.987000', '163112.990000', '163132.848000', '163132.851000', '163132.854000', '163132.856000', '163132.859000', '163132.862000', '163132.865000', '163132.868000', '163132.871000', '163132.874000', '163132.876000', '163132.879000', '163132.882000', '163132.885000', '163132.888000', '163132.891000', '163132.894000', '163132.896000', '163132.899000', '163132.902000', '163132.905000', '163132.908000', '163132.911000', '163132.913000', '163132.916000', '163132.919000', '163132.922000', '163132.925000', '163132.928000', '163132.930000', '163132.933000', '163132.936000', '163132.939000', '163132.942000', '163132.945000', '163132.947000', '163132.950000', '163132.953000', '163132.957000', '163132.960000', '163132.963000', '163132.966000', '163132.969000', '163152.847000', '163152.850000', '163152.853000', '163152.856000', '163152.858000', '163152.861000', '163152.864000', '163152.867000', '163152.870000', '163152.873000', '163152.876000', '163152.878000', '163152.881000', '163152.884000', '163152.887000', '163152.890000', '163152.893000', '163152.896000', '163152.898000', '163152.901000', '163152.904000', '163152.907000', '163152.910000', '163152.913000', '163152.915000', '163152.918000', '163152.921000', '163152.924000', '163152.927000', '163152.930000', '163152.933000', '163152.935000', '163152.938000', '163152.941000', '163152.944000', '163152.947000', '163152.949000', '163152.952000', '163152.955000', '163152.958000', '163152.961000', '163152.964000', '163152.966000', '163152.969000', '163212.847000', '163212.850000', '163212.853000', '163212.861000', '163212.864000', '163212.866000', '163212.869000', '163212.872000', '163212.875000', '163212.878000', '163212.881000', '163212.884000', '163212.886000', '163212.889000', '163212.892000', '163212.895000', '163212.898000', '163212.901000', '163212.904000', '163212.907000', '163212.909000', '163212.912000', '163212.915000', '163212.918000', '163212.921000', '163212.924000', '163212.926000', '163212.929000', '163212.932000', '163212.935000', '163212.938000', '163212.941000', '163212.944000', '163212.946000', '163212.949000', '163212.952000', '163212.955000', '163212.958000', '163212.960000', '163212.963000', '163212.966000', '163212.969000', '163212.972000', '163232.847000', '163232.850000', '163232.853000', '163232.855000', '163232.858000', '163232.861000', '163232.864000', '163232.867000', '163232.870000', '163232.872000', '163232.875000', '163232.878000', '163232.881000', '163232.884000', '163232.887000', '163232.889000', '163232.892000', '163232.895000', '163232.898000', '163232.901000', '163232.904000', '163232.906000', '163232.909000', '163232.912000', '163232.915000', '163232.918000', '163232.920000', '163232.923000', '163232.926000', '163232.929000', '163232.932000', '163232.935000', '163232.937000', '163232.940000', '163232.943000', '163232.946000', '163232.949000', '163232.952000', '163232.954000', '163232.957000', '163232.960000', '163232.963000', '163232.966000', '163252.860000', '163252.863000', '163252.866000', '163252.869000', '163252.872000', '163252.874000', '163252.877000', '163252.880000', '163252.883000', '163252.886000', '163252.889000', '163252.892000', '163252.894000', '163252.897000', '163252.900000', '163252.903000', '163252.906000', '163252.909000', '163252.911000', '163252.914000', '163252.917000', '163252.920000', '163252.923000', '163252.926000', '163252.929000', '163252.931000', '163252.934000', '163252.937000', '163252.940000', '163252.943000', '163252.946000', '163252.949000', '163252.951000', '163252.954000', '163252.957000', '163252.960000', '163252.963000', '163252.965000', '163252.968000', '163252.971000', '163252.974000', '163252.977000', '163252.980000', '163252.983000', '163312.848000', '163312.853000', '163312.856000', '163312.859000', '163312.862000', '163312.864000', '163312.867000', '163312.870000', '163312.873000', '163312.876000', '163312.879000', '163312.882000', '163312.885000', '163312.888000', '163312.890000', '163312.893000', '163312.896000', '163312.899000', '163312.902000', '163312.905000', '163312.908000', '163312.910000', '163312.913000', '163312.916000', '163312.919000', '163312.922000', '163312.924000', '163312.927000', '163312.930000', '163312.933000', '163312.936000', '163312.939000', '163312.941000', '163312.944000', '163312.947000', '163312.950000', '163312.953000', '163312.955000', '163312.958000', '163312.961000', '163312.964000', '163312.967000', '163312.970000', '163332.847000', '163332.850000', '163332.853000', '163332.856000', '163332.858000', '163332.861000', '163332.864000', '163332.867000', '163332.870000', '163332.873000', '163332.876000', '163332.879000', '163332.882000', '163332.884000', '163332.887000', '163332.890000', '163332.893000', '163332.896000', '163332.899000', '163332.901000', '163332.904000', '163332.907000', '163332.910000', '163332.913000', '163332.916000', '163332.918000', '163332.922000', '163332.924000', '163332.927000', '163332.930000', '163332.933000', '163332.936000', '163332.938000', '163332.941000', '163332.944000', '163332.947000', '163332.950000', '163332.952000', '163332.955000', '163332.958000', '163332.961000', '163332.964000', '163332.967000', '163332.969000', '163352.848000', '163352.851000', '163352.854000', '163352.857000', '163352.866000', '163352.869000', '163352.872000', '163352.875000', '163352.878000', '163352.880000', '163352.883000', '163352.886000', '163352.889000', '163352.892000', '163352.895000', '163352.898000', '163352.903000', '163352.907000', '163352.910000', '163352.913000', '163352.916000', '163352.918000', '163352.921000', '163352.924000', '163352.927000', '163352.930000', '163352.933000', '163352.935000', '163352.938000', '163352.941000', '163352.944000', '163352.947000', '163352.949000', '163352.952000', '163352.955000', '163352.958000', '163352.961000', '163352.964000', '163352.967000', '163352.969000', '163352.972000', '163352.975000', '163352.978000', '163412.847000', '163412.850000', '163412.863000', '163412.866000', '163412.869000', '163412.877000', '163412.880000', '163412.883000', '163412.886000', '163412.889000', '163412.903000', '163412.905000', '163412.908000', '163412.917000', '163412.920000', '163412.923000', '163412.926000', '163412.929000', '163412.931000', '163412.934000', '163412.937000', '163412.940000', '163412.943000', '163412.946000', '163412.948000', '163412.951000', '163412.954000', '163412.957000', '163412.960000', '163412.963000', '163412.966000', '163412.968000', '163412.971000', '163412.974000', '163412.977000', '163412.980000', '163412.982000', '163412.985000', '163412.988000', '163412.991000', '163412.994000', '163412.997000', '163413.000000', '163413.003000', '163432.849000', '163432.852000', '163432.854000', '163432.857000', '163432.860000', '163432.863000', '163432.866000', '163432.869000', '163432.872000', '163432.875000', '163432.878000', '163432.882000', '163432.885000', '163432.892000', '163432.895000', '163432.898000', '163432.901000', '163432.904000', '163432.906000', '163432.909000', '163432.912000', '163432.915000', '163432.918000', '163432.921000', '163432.924000', '163432.926000', '163432.929000', '163432.932000', '163432.935000', '163432.938000', '163432.940000', '163432.943000', '163432.946000', '163432.949000', '163432.952000', '163432.954000', '163432.957000', '163432.960000', '163432.963000', '163432.966000', '163432.969000', '163432.971000', '163432.974000', '163452.847000', '163452.850000', '163452.853000', '163452.855000', '163452.859000', '163452.861000', '163452.864000', '163452.867000', '163452.877000', '163452.880000', '163452.882000', '163452.885000', '163452.888000', '163452.891000', '163452.894000', '163452.897000', '163452.900000', '163452.902000', '163452.905000', '163452.908000', '163452.911000', '163452.914000', '163452.917000', '163452.919000', '163452.922000', '163452.925000', '163452.928000', '163452.931000', '163452.934000', '163452.936000', '163452.939000', '163452.942000', '163452.945000', '163452.948000', '163452.951000', '163452.953000', '163452.956000', '163452.959000', '163452.962000', '163452.965000', '163452.967000', '163452.970000', '163452.973000', '163452.976000', '163512.847000', '163512.850000', '163512.853000', '163512.856000', '163512.859000', '163512.862000', '163512.865000', '163512.868000', '163512.870000', '163512.873000', '163512.876000', '163512.879000', '163512.882000', '163512.885000', '163512.888000', '163512.891000', '163512.894000', '163512.896000', '163512.902000', '163512.906000', '163512.909000', '163512.912000', '163512.915000', '163512.918000', '163512.921000', '163512.923000', '163512.926000', '163512.929000', '163512.932000', '163512.935000', '163512.938000', '163512.940000', '163512.943000', '163512.946000', '163512.949000', '163512.952000', '163512.955000', '163512.957000', '163512.960000', '163512.963000', '163512.966000', '163512.969000', '163512.971000', '163518.922000', '163518.926000', '163518.928000', '163518.931000', '163518.934000', '163518.937000', '163518.940000', '163518.943000', '163518.946000', '163518.949000', '163518.952000', '163518.955000', '163518.958000', '163518.961000'], 'InstanceCreationTime': ['162852.876000', '162852.880000', '162852.884000', '162852.887000', '162852.889000', '162852.892000', '162852.895000', '162852.898000', '162852.901000', '162852.904000', '162852.908000', '162852.911000', '162852.914000', '162852.917000', '162852.920000', '162852.922000', '162852.925000', '162852.929000', '162852.932000', '162852.935000', '162852.938000', '162852.944000', '162852.947000', '162852.951000', '162852.954000', '162852.957000', '162852.966000', '162852.969000', '162852.973000', '162852.975000', '162852.978000', '162852.981000', '162912.848000', '162912.851000', '162912.854000', '162912.856000', '162912.859000', '162912.862000', '162912.865000', '162912.868000', '162912.871000', '162912.874000', '162912.877000', '162912.879000', '162912.882000', '162912.888000', '162912.891000', '162912.893000', '162912.896000', '162912.899000', '162912.902000', '162912.905000', '162912.907000', '162912.910000', '162912.913000', '162912.916000', '162912.919000', '162912.921000', '162912.924000', '162912.927000', '162912.930000', '162912.933000', '162912.935000', '162912.938000', '162912.941000', '162912.944000', '162912.947000', '162912.949000', '162912.952000', '162912.955000', '162912.958000', '162912.961000', '162912.963000', '162912.966000', '162912.969000', '162912.972000', '162932.847000', '162932.850000', '162932.852000', '162932.855000', '162932.858000', '162932.861000', '162932.864000', '162932.867000', '162932.870000', '162932.872000', '162932.875000', '162932.878000', '162932.881000', '162932.884000', '162932.886000', '162932.889000', '162932.892000', '162932.895000', '162932.898000', '162932.901000', '162932.903000', '162932.906000', '162932.931000', '162932.934000', '162932.937000', '162932.940000', '162932.943000', '162932.945000', '162932.948000', '162932.951000', '162932.955000', '162932.958000', '162932.961000', '162932.964000', '162932.967000', '162932.970000', '162932.972000', '162932.975000', '162932.978000', '162932.981000', '162932.984000', '162932.987000', '162932.989000', '162952.847000', '162952.850000', '162952.852000', '162952.855000', '162952.858000', '162952.861000', '162952.864000', '162952.867000', '162952.870000', '162952.872000', '162952.875000', '162952.878000', '162952.881000', '162952.884000', '162952.887000', '162952.889000', '162952.892000', '162952.895000', '162952.898000', '162952.901000', '162952.904000', '162952.906000', '162952.909000', '162952.912000', '162952.915000', '162952.918000', '162952.921000', '162952.923000', '162952.926000', '162952.929000', '162952.932000', '162952.935000', '162952.937000', '162952.940000', '162952.943000', '162952.946000', '162952.949000', '162952.952000', '162952.954000', '162952.957000', '162952.960000', '162952.963000', '162952.966000', '162952.968000', '163012.847000', '163012.850000', '163012.853000', '163012.855000', '163012.858000', '163012.861000', '163012.864000', '163012.867000', '163012.870000', '163012.873000', '163012.876000', '163012.878000', '163012.881000', '163012.884000', '163012.887000', '163012.890000', '163012.892000', '163012.895000', '163012.898000', '163012.901000', '163012.904000', '163012.907000', '163012.910000', '163012.912000', '163012.915000', '163012.920000', '163012.923000', '163012.926000', '163012.929000', '163012.932000', '163012.935000', '163012.937000', '163012.940000', '163012.943000', '163012.946000', '163012.949000', '163012.952000', '163012.954000', '163012.957000', '163012.960000', '163012.963000', '163012.966000', '163012.969000', '163032.847000', '163032.850000', '163032.853000', '163032.856000', '163032.858000', '163032.861000', '163032.864000', '163032.867000', '163032.870000', '163032.873000', '163032.875000', '163032.878000', '163032.881000', '163032.884000', '163032.887000', '163032.890000', '163032.893000', '163032.896000', '163032.898000', '163032.901000', '163032.904000', '163032.907000', '163032.910000', '163032.913000', '163032.916000', '163032.918000', '163032.921000', '163032.924000', '163032.927000', '163032.930000', '163032.932000', '163032.935000', '163032.938000', '163032.941000', '163032.944000', '163032.947000', '163032.949000', '163032.952000', '163032.955000', '163032.958000', '163032.960000', '163032.963000', '163032.966000', '163032.969000', '163052.847000', '163052.850000', '163052.853000', '163052.856000', '163052.859000', '163052.861000', '163052.864000', '163052.867000', '163052.870000', '163052.873000', '163052.876000', '163052.878000', '163052.881000', '163052.884000', '163052.887000', '163052.890000', '163052.892000', '163052.895000', '163052.898000', '163052.901000', '163052.904000', '163052.907000', '163052.910000', '163052.912000', '163052.915000', '163052.918000', '163052.921000', '163052.924000', '163052.926000', '163052.929000', '163052.932000', '163052.935000', '163052.938000', '163052.941000', '163052.944000', '163052.946000', '163052.949000', '163052.952000', '163052.955000', '163052.958000', '163052.960000', '163052.963000', '163052.966000', '163112.847000', '163112.851000', '163112.854000', '163112.857000', '163112.860000', '163112.863000', '163112.866000', '163112.869000', '163112.872000', '163112.874000', '163112.878000', '163112.881000', '163112.884000', '163112.887000', '163112.890000', '163112.893000', '163112.896000', '163112.899000', '163112.915000', '163112.918000', '163112.921000', '163112.924000', '163112.927000', '163112.930000', '163112.933000', '163112.936000', '163112.939000', '163112.942000', '163112.945000', '163112.948000', '163112.951000', '163112.954000', '163112.957000', '163112.960000', '163112.963000', '163112.966000', '163112.969000', '163112.972000', '163112.975000', '163112.978000', '163112.981000', '163112.984000', '163112.987000', '163112.990000', '163132.848000', '163132.851000', '163132.854000', '163132.856000', '163132.859000', '163132.862000', '163132.865000', '163132.868000', '163132.871000', '163132.874000', '163132.876000', '163132.879000', '163132.882000', '163132.885000', '163132.888000', '163132.891000', '163132.894000', '163132.896000', '163132.899000', '163132.902000', '163132.905000', '163132.908000', '163132.911000', '163132.913000', '163132.916000', '163132.919000', '163132.922000', '163132.925000', '163132.928000', '163132.930000', '163132.933000', '163132.936000', '163132.939000', '163132.942000', '163132.945000', '163132.947000', '163132.950000', '163132.953000', '163132.957000', '163132.960000', '163132.963000', '163132.966000', '163132.969000', '163152.847000', '163152.850000', '163152.853000', '163152.856000', '163152.858000', '163152.861000', '163152.864000', '163152.867000', '163152.870000', '163152.873000', '163152.876000', '163152.878000', '163152.881000', '163152.884000', '163152.887000', '163152.890000', '163152.893000', '163152.896000', '163152.898000', '163152.901000', '163152.904000', '163152.907000', '163152.910000', '163152.913000', '163152.915000', '163152.918000', '163152.921000', '163152.924000', '163152.927000', '163152.930000', '163152.933000', '163152.935000', '163152.938000', '163152.941000', '163152.944000', '163152.947000', '163152.949000', '163152.952000', '163152.955000', '163152.958000', '163152.961000', '163152.964000', '163152.966000', '163152.969000', '163212.847000', '163212.850000', '163212.853000', '163212.861000', '163212.864000', '163212.866000', '163212.869000', '163212.872000', '163212.875000', '163212.878000', '163212.881000', '163212.884000', '163212.886000', '163212.889000', '163212.892000', '163212.895000', '163212.898000', '163212.901000', '163212.904000', '163212.907000', '163212.909000', '163212.912000', '163212.915000', '163212.918000', '163212.921000', '163212.924000', '163212.926000', '163212.929000', '163212.932000', '163212.935000', '163212.938000', '163212.941000', '163212.944000', '163212.946000', '163212.949000', '163212.952000', '163212.955000', '163212.958000', '163212.960000', '163212.963000', '163212.966000', '163212.969000', '163212.972000', '163232.847000', '163232.850000', '163232.853000', '163232.855000', '163232.858000', '163232.861000', '163232.864000', '163232.867000', '163232.870000', '163232.872000', '163232.875000', '163232.878000', '163232.881000', '163232.884000', '163232.887000', '163232.889000', '163232.892000', '163232.895000', '163232.898000', '163232.901000', '163232.904000', '163232.906000', '163232.909000', '163232.912000', '163232.915000', '163232.918000', '163232.920000', '163232.923000', '163232.926000', '163232.929000', '163232.932000', '163232.935000', '163232.937000', '163232.940000', '163232.943000', '163232.946000', '163232.949000', '163232.952000', '163232.954000', '163232.957000', '163232.960000', '163232.963000', '163232.966000', '163252.860000', '163252.863000', '163252.866000', '163252.869000', '163252.872000', '163252.874000', '163252.877000', '163252.880000', '163252.883000', '163252.886000', '163252.889000', '163252.892000', '163252.894000', '163252.897000', '163252.900000', '163252.903000', '163252.906000', '163252.909000', '163252.911000', '163252.914000', '163252.917000', '163252.920000', '163252.923000', '163252.926000', '163252.929000', '163252.931000', '163252.934000', '163252.937000', '163252.940000', '163252.943000', '163252.946000', '163252.949000', '163252.951000', '163252.954000', '163252.957000', '163252.960000', '163252.963000', '163252.965000', '163252.968000', '163252.971000', '163252.974000', '163252.977000', '163252.980000', '163252.983000', '163312.848000', '163312.853000', '163312.856000', '163312.859000', '163312.862000', '163312.864000', '163312.867000', '163312.870000', '163312.873000', '163312.876000', '163312.879000', '163312.882000', '163312.885000', '163312.888000', '163312.890000', '163312.893000', '163312.896000', '163312.899000', '163312.902000', '163312.905000', '163312.908000', '163312.910000', '163312.913000', '163312.916000', '163312.919000', '163312.922000', '163312.924000', '163312.927000', '163312.930000', '163312.933000', '163312.936000', '163312.939000', '163312.941000', '163312.944000', '163312.947000', '163312.950000', '163312.953000', '163312.955000', '163312.958000', '163312.961000', '163312.964000', '163312.967000', '163312.970000', '163332.847000', '163332.850000', '163332.853000', '163332.856000', '163332.858000', '163332.861000', '163332.864000', '163332.867000', '163332.870000', '163332.873000', '163332.876000', '163332.879000', '163332.882000', '163332.884000', '163332.887000', '163332.890000', '163332.893000', '163332.896000', '163332.899000', '163332.901000', '163332.904000', '163332.907000', '163332.910000', '163332.913000', '163332.916000', '163332.918000', '163332.922000', '163332.924000', '163332.927000', '163332.930000', '163332.933000', '163332.936000', '163332.938000', '163332.941000', '163332.944000', '163332.947000', '163332.950000', '163332.952000', '163332.955000', '163332.958000', '163332.961000', '163332.964000', '163332.967000', '163332.969000', '163352.848000', '163352.851000', '163352.854000', '163352.857000', '163352.866000', '163352.869000', '163352.872000', '163352.875000', '163352.878000', '163352.880000', '163352.883000', '163352.886000', '163352.889000', '163352.892000', '163352.895000', '163352.898000', '163352.903000', '163352.907000', '163352.910000', '163352.913000', '163352.916000', '163352.918000', '163352.921000', '163352.924000', '163352.927000', '163352.930000', '163352.933000', '163352.935000', '163352.938000', '163352.941000', '163352.944000', '163352.947000', '163352.949000', '163352.952000', '163352.955000', '163352.958000', '163352.961000', '163352.964000', '163352.967000', '163352.969000', '163352.972000', '163352.975000', '163352.978000', '163412.847000', '163412.850000', '163412.863000', '163412.866000', '163412.869000', '163412.877000', '163412.880000', '163412.883000', '163412.886000', '163412.889000', '163412.903000', '163412.905000', '163412.908000', '163412.917000', '163412.920000', '163412.923000', '163412.926000', '163412.929000', '163412.931000', '163412.934000', '163412.937000', '163412.940000', '163412.943000', '163412.946000', '163412.948000', '163412.951000', '163412.954000', '163412.957000', '163412.960000', '163412.963000', '163412.966000', '163412.968000', '163412.971000', '163412.974000', '163412.977000', '163412.980000', '163412.982000', '163412.985000', '163412.988000', '163412.991000', '163412.994000', '163412.997000', '163413.000000', '163413.003000', '163432.849000', '163432.852000', '163432.854000', '163432.857000', '163432.860000', '163432.863000', '163432.866000', '163432.869000', '163432.872000', '163432.875000', '163432.878000', '163432.882000', '163432.885000', '163432.892000', '163432.895000', '163432.898000', '163432.901000', '163432.904000', '163432.906000', '163432.909000', '163432.912000', '163432.915000', '163432.918000', '163432.921000', '163432.924000', '163432.926000', '163432.929000', '163432.932000', '163432.935000', '163432.938000', '163432.940000', '163432.943000', '163432.946000', '163432.949000', '163432.952000', '163432.954000', '163432.957000', '163432.960000', '163432.963000', '163432.966000', '163432.969000', '163432.971000', '163432.974000', '163452.847000', '163452.850000', '163452.853000', '163452.855000', '163452.859000', '163452.861000', '163452.864000', '163452.867000', '163452.877000', '163452.880000', '163452.882000', '163452.885000', '163452.888000', '163452.891000', '163452.894000', '163452.897000', '163452.900000', '163452.902000', '163452.905000', '163452.908000', '163452.911000', '163452.914000', '163452.917000', '163452.919000', '163452.922000', '163452.925000', '163452.928000', '163452.931000', '163452.934000', '163452.936000', '163452.939000', '163452.942000', '163452.945000', '163452.948000', '163452.951000', '163452.953000', '163452.956000', '163452.959000', '163452.962000', '163452.965000', '163452.967000', '163452.970000', '163452.973000', '163452.976000', '163512.847000', '163512.850000', '163512.853000', '163512.856000', '163512.859000', '163512.862000', '163512.865000', '163512.868000', '163512.870000', '163512.873000', '163512.876000', '163512.879000', '163512.882000', '163512.885000', '163512.888000', '163512.891000', '163512.894000', '163512.896000', '163512.902000', '163512.906000', '163512.909000', '163512.912000', '163512.915000', '163512.918000', '163512.921000', '163512.923000', '163512.926000', '163512.929000', '163512.932000', '163512.935000', '163512.938000', '163512.940000', '163512.943000', '163512.946000', '163512.949000', '163512.952000', '163512.955000', '163512.957000', '163512.960000', '163512.963000', '163512.966000', '163512.969000', '163512.971000', '163518.922000', '163518.926000', '163518.928000', '163518.931000', '163518.934000', '163518.937000', '163518.940000', '163518.943000', '163518.946000', '163518.949000', '163518.952000', '163518.955000', '163518.958000', '163518.961000'], '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': [14314, 11322, 12254, 9272, 8409, 7844, 8917, 7612, 12362, 8303, 12848, 7902, 14832, 8313, 13183, 7923, 12497, 8168, 14915, 8582, 12623, 10087, 9000, 10415, 7062, 11005, 9633, 8437, 11104, 8494, 11608, 13569, 9335, 12938, 8231, 12488, 10737, 12185, 12510, 11952, 11005, 7277, 8438, 7589, 10720, 7535, 13195, 7685, 13275, 8089, 10676, 8026, 9475, 9998, 10572, 12678, 12028, 12931, 11588, 12879, 11572, 11721, 11449, 11671, 12217, 11253, 12148, 9718, 14293, 9357, 13478, 8575, 11513, 7616, 9165, 7252, 11585, 7489, 13857, 8190, 10570, 7454, 7133, 10457, 7311, 13691, 7542, 13155, 8276, 12516, 10631, 10930, 9138, 8114, 7324, 13518, 8328, 6877, 12375, 8019, 14728, 10326, 13959, 7901, 10982, 7328, 10030, 6956, 8021, 6861, 8041, 6892, 10711, 8549, 10265, 8163, 11300, 9442, 10480, 9464, 9948, 11466, 9023, 11848, 8213, 12934, 7512, 11341, 7530, 8879, 7518, 8506, 8099, 9979, 8986, 11083, 11277, 10153, 11483, 8710, 15514, 8311, 12820, 8042, 9843, 7370, 9445, 9503, 8849, 9878, 8169, 10554, 8870, 9901, 9213, 9569, 10827, 8512, 10357, 8077, 11872, 8661, 13006, 7494, 12875, 10649, 15723, 9459, 14983, 8964, 14776, 8176, 13499, 7223, 11145, 7344, 8458, 8145, 7844, 8348, 10015, 10020, 9448, 10769, 9036, 12054, 9109, 14054, 8123, 13193, 7837, 12541, 8121, 12840, 10452, 11139, 10883, 8773, 12483, 7714, 13221, 7688, 10297, 7601, 10860, 9643, 9706, 10935, 8260, 14138, 7726, 12750, 7522, 11871, 9673, 9099, 13605, 7764, 13466, 7573, 10124, 8554, 9669, 10053, 8229, 13838, 7547, 11579, 6932, 10413, 9464, 8652, 10992, 7880, 13768, 7446, 12705, 8032, 9794, 7565, 11887, 9778, 11158, 11415, 9546, 11291, 8109, 13947, 7623, 13309, 7666, 10905, 8410, 10363, 9858, 8497, 14747, 8194, 13143, 7915, 9949, 9141, 9203, 9266, 8257, 11913, 7544, 12610, 7547, 10995, 7675, 11599, 7885, 11343, 7450, 11885, 7944, 12511, 7721, 13676, 8395, 14600, 9819, 12539, 9453, 10507, 9645, 8723, 14529, 8506, 13026, 7691, 9429, 8541, 9075, 8924, 8639, 12619, 7665, 9613, 8067, 7565, 8423, 8029, 12138, 12609, 9937, 14779, 8368, 13641, 8011, 13325, 11177, 11824, 16106, 9269, 14141, 8524, 11308, 8899, 8938, 14451, 8091, 13462, 7955, 11440, 7502, 10741, 7538, 9097, 11445, 8418, 14426, 7842, 12704, 7756, 11204, 8465, 8735, 14806, 8192, 13032, 7653, 10731, 8162, 8837, 13888, 7849, 10616, 7417, 9168, 8179, 9039, 8237, 8500, 12458, 7500, 11917, 7907, 11793, 7916, 11808, 10305, 9541, 8555, 8983, 8228, 8699, 10467, 8626, 8217, 8834, 7333, 9030, 8059, 13408, 8461, 8889, 12359, 13181, 11750, 11670, 9745, 16036, 9412, 14440, 9063, 11407, 7513, 10446, 7654, 9514, 11797, 8246, 14195, 8179, 11441, 7916, 10504, 7875, 9216, 9108, 8718, 14768, 8188, 13057, 7280, 12403, 11301, 10331, 12983, 8439, 13894, 7856, 11762, 9600, 8903, 10052, 8358, 13242, 8074, 11007, 7716, 10685, 8967, 8719, 12598, 8158, 13830, 7790, 10411, 8727, 8176, 8444, 7564, 12805, 14184, 9469, 12421, 8611, 12825, 8464, 14275, 11787, 13601, 13602, 9466, 14039, 8807, 13164, 7485, 10650, 7594, 8999, 7593, 10155, 8447, 9012, 7291, 11083, 7725, 14432, 10336, 12126, 11840, 8984, 13673, 8326, 11630, 7842, 10308, 7780, 9859, 7459, 9133, 7318, 9900, 7884, 8855, 13149, 8506, 13616, 8085, 11058, 7826, 9570, 7506, 9687, 8129, 8746, 7872, 8856, 8073, 9704, 10812, 10512, 10205, 9571, 7945, 11771, 10668, 11416, 15352, 9451, 14104, 8404, 13180, 8268, 10251, 7426, 9851, 7824, 8988, 7907, 8756, 10762, 8506, 13885, 8226, 12878, 8286, 12164, 7963, 12037, 7831, 10435, 10422, 8957, 8401, 8441, 13464, 7989, 12708, 8069, 11906, 8336, 10430, 8034, 12228, 8275, 11057, 8027, 9952, 10252, 8986, 14715, 9064, 13215, 8534, 11777, 8147, 12161, 7627, 10179, 9586, 8786, 7804, 8819, 9184, 8436, 11619, 8515, 7547, 7997, 7673, 8489, 11173, 8943, 13903, 13579, 9797, 12977, 8990, 12429, 8502, 11624, 8125, 12796, 11392, 10008, 8042, 8711, 7851, 8916, 12749, 8256, 12883, 8445, 11313, 8011, 11105, 9020, 9758, 12555, 9797, 14372, 8510, 13247, 8020, 11025, 7984, 9527, 10908, 8389, 13863, 8024, 11995, 7404, 11819, 11022, 9246, 14515, 8189, 12888, 7882, 10350, 7942, 8951, 11391, 8609, 13813, 8100, 12250, 7927, 12160, 8646, 10527, 11750, 9130, 14348, 8188, 12507, 7730, 10623, 8722, 8639, 9510, 8021, 12040, 8092, 9996, 7750, 10030, 7800, 11340, 7844, 9548, 11387, 9467, 14069, 8752, 12768, 8534, 12776, 8240, 11873, 7915, 11786, 7825, 9252, 10688, 8636, 14638, 8263, 12750, 8038, 12415, 7782, 9504, 14623, 8806, 12870, 8113, 9928, 7684, 8760, 10972, 8021, 12582, 8266, 10513, 7488, 9443, 7978, 8410, 9206, 8188, 9017, 8120, 12994, 8141, 12387, 9439, 10618, 8605, 8870, 9849, 9148, 8202, 8869, 7623, 11487, 8488, 13250, 8658, 13859, 9440, 13158, 11475, 10444, 9241, 9036, 10775, 8388, 13579, 8251, 13041, 8145, 10686, 8072, 9402, 7465, 9419, 8901, 8785, 7861, 8501, 8532, 8376, 12908, 7990, 12039, 8082, 11599, 8113, 11581, 12033, 9905, 14728, 8811, 13385, 8256, 11766, 9644, 9553, 10096, 8570, 13022, 7915, 10530, 7727, 8999, 7708, 9058, 7766, 8914, 11071, 8855, 10451, 8703, 13526, 8181, 12914, 9963, 9741, 7781, 10280, 8634, 9353, 7858, 12668, 8556, 7636, 10218, 7667, 13920, 12216, 11317, 12235, 9542, 10252, 9586, 12998, 9516, 11784, 8799, 10749, 8326, 15029, 8485, 14365, 8675, 13995, 8114, 13391, 9150, 12897, 12380, 9973, 13304, 8646, 12961, 7626, 10631, 7487, 10912, 8216, 8815, 7577, 8854, 10362, 8506, 14523, 8249, 13546, 7587, 12276, 7499, 12357, 12699, 9492, 13732, 8681, 14836, 8201, 8976, 7929, 7501, 12420, 14914, 9435, 14108, 8227, 13285, 7979, 10595, 7496, 12271, 10067, 10797, 9435, 9031, 12715, 8484, 13880, 7955, 12286, 8065, 9329, 7465, 9244, 7876, 9703, 11311, 8870, 11494, 8563, 14263, 8460, 13257, 9094, 13681, 8727, 10466, 9331, 8465, 11180, 7884, 11471, 8002, 13635, 11307], 'WindowCenter': [4271.0, 4222.0, 4220.0, 4187.0, 4165.0, 4164.0, 4173.0, 4167.0, 4215.0, 4165.0, 4204.0, 4164.0, 4213.0, 4163.0, 4218.0, 4167.0, 4203.0, 4164.0, 4211.0, 4173.0, 4214.0, 4195.0, 4174.0, 4193.0, 4143.0, 4194.0, 4185.0, 4164.0, 4193.0, 4163.0, 4205.0, 4216.0, 4173.0, 4202.0, 4152.0, 4191.0, 4181.0, 4191.0, 4190.0, 4178.0, 4168.0, 4126.0, 4138.0, 4139.0, 4169.0, 4140.0, 4201.0, 4142.0, 4189.0, 4139.0, 4179.0, 4150.0, 4171.0, 4184.0, 4182.0, 4203.0, 4193.0, 4203.0, 4179.0, 4191.0, 4178.0, 4179.0, 4178.0, 4180.0, 4179.0, 4177.0, 4176.0, 4159.0, 4186.0, 4146.0, 4188.0, 4150.0, 4179.0, 4139.0, 4148.0, 4140.0, 4192.0, 4168.0, 4213.0, 4151.0, 4170.0, 4140.0, 4142.0, 4182.0, 4154.0, 4215.0, 4154.0, 4203.0, 4152.0, 4193.0, 4171.0, 4181.0, 4160.0, 4139.0, 4140.0, 4199.0, 4150.0, 4130.0, 4201.0, 4152.0, 4202.0, 4171.0, 4189.0, 4127.0, 4156.0, 4116.0, 4145.0, 4104.0, 4124.0, 4104.0, 4135.0, 4115.0, 4169.0, 4148.0, 4170.0, 4148.0, 4179.0, 4158.0, 4169.0, 4159.0, 4170.0, 4180.0, 4160.0, 4178.0, 4150.0, 4189.0, 4129.0, 4180.0, 4141.0, 4158.0, 4141.0, 4161.0, 4152.0, 4183.0, 4173.0, 4194.0, 4194.0, 4184.0, 4191.0, 4162.0, 4212.0, 4152.0, 4201.0, 4152.0, 4171.0, 4141.0, 4171.0, 4171.0, 4173.0, 4183.0, 4163.0, 4184.0, 4174.0, 4211.0, 4198.0, 4198.0, 4208.0, 4188.0, 4195.0, 4166.0, 4194.0, 4176.0, 4215.0, 4157.0, 4218.0, 4210.0, 4240.0, 4187.0, 4215.0, 4174.0, 4211.0, 4152.0, 4201.0, 4130.0, 4181.0, 4127.0, 4137.0, 4150.0, 4151.0, 4162.0, 4196.0, 4196.0, 4184.0, 4193.0, 4199.0, 4217.0, 4187.0, 4225.0, 4167.0, 4203.0, 4154.0, 4192.0, 4150.0, 4191.0, 4181.0, 4192.0, 4180.0, 4150.0, 4188.0, 4139.0, 4190.0, 4142.0, 4182.0, 4140.0, 4181.0, 4171.0, 4171.0, 4180.0, 4151.0, 4201.0, 4143.0, 4190.0, 4141.0, 4191.0, 4157.0, 4160.0, 4187.0, 4140.0, 4200.0, 4141.0, 4171.0, 4148.0, 4170.0, 4169.0, 4152.0, 4201.0, 4142.0, 4180.0, 4129.0, 4181.0, 4160.0, 4162.0, 4180.0, 4164.0, 4212.0, 4143.0, 4201.0, 4153.0, 4182.0, 4151.0, 4203.0, 4183.0, 4194.0, 4191.0, 4172.0, 4191.0, 4153.0, 4201.0, 4153.0, 4214.0, 4142.0, 4183.0, 4150.0, 4183.0, 4169.0, 4163.0, 4209.0, 4153.0, 4201.0, 4141.0, 4171.0, 4159.0, 4161.0, 4160.0, 4163.0, 4191.0, 4152.0, 4201.0, 4154.0, 4194.0, 4165.0, 4205.0, 4178.0, 4205.0, 4156.0, 4204.0, 4166.0, 4214.0, 4155.0, 4214.0, 4165.0, 4216.0, 4173.0, 4193.0, 4160.0, 4171.0, 4158.0, 4148.0, 4199.0, 4150.0, 4187.0, 4129.0, 4147.0, 4147.0, 4159.0, 4160.0, 4162.0, 4203.0, 4154.0, 4182.0, 4166.0, 4166.0, 4187.0, 4189.0, 4230.0, 4216.0, 4197.0, 4225.0, 4166.0, 4215.0, 4164.0, 4216.0, 4183.0, 4191.0, 4199.0, 4160.0, 4189.0, 4138.0, 4166.0, 4133.0, 4147.0, 4183.0, 4125.0, 4176.0, 4124.0, 4165.0, 4115.0, 4165.0, 4126.0, 4147.0, 4165.0, 4139.0, 4187.0, 4126.0, 4175.0, 4125.0, 4167.0, 4134.0, 4136.0, 4186.0, 4138.0, 4185.0, 4126.0, 4167.0, 4126.0, 4147.0, 4186.0, 4137.0, 4165.0, 4125.0, 4157.0, 4148.0, 4160.0, 4150.0, 4174.0, 4202.0, 4154.0, 4204.0, 4165.0, 4203.0, 4154.0, 4204.0, 4183.0, 4184.0, 4173.0, 4174.0, 4163.0, 4176.0, 4208.0, 4188.0, 4176.0, 4184.0, 4154.0, 4173.0, 4164.0, 4225.0, 4176.0, 4187.0, 4231.0, 4218.0, 4218.0, 4203.0, 4183.0, 4222.0, 4173.0, 4202.0, 4159.0, 4178.0, 4130.0, 4180.0, 4137.0, 4170.0, 4190.0, 4162.0, 4211.0, 4160.0, 4189.0, 4151.0, 4191.0, 4152.0, 4174.0, 4172.0, 4174.0, 4212.0, 4162.0, 4203.0, 4140.0, 4205.0, 4180.0, 4184.0, 4199.0, 4162.0, 4200.0, 4150.0, 4203.0, 4171.0, 4172.0, 4170.0, 4163.0, 4202.0, 4151.0, 4192.0, 4154.0, 4195.0, 4173.0, 4165.0, 4201.0, 4152.0, 4225.0, 4167.0, 4197.0, 4176.0, 4175.0, 4186.0, 4166.0, 4227.0, 4214.0, 4183.0, 4214.0, 4173.0, 4202.0, 4161.0, 4214.0, 4179.0, 4200.0, 4186.0, 4157.0, 4184.0, 4144.0, 4174.0, 4111.0, 4165.0, 4126.0, 4144.0, 4113.0, 4143.0, 4122.0, 4134.0, 4113.0, 4164.0, 4124.0, 4186.0, 4144.0, 4164.0, 4152.0, 4133.0, 4160.0, 4121.0, 4149.0, 4111.0, 4140.0, 4121.0, 4153.0, 4126.0, 4146.0, 4125.0, 4169.0, 4137.0, 4158.0, 4186.0, 4148.0, 4186.0, 4137.0, 4177.0, 4140.0, 4170.0, 4138.0, 4184.0, 4151.0, 4162.0, 4151.0, 4173.0, 4161.0, 4186.0, 4218.0, 4206.0, 4183.0, 4185.0, 4163.0, 4204.0, 4182.0, 4203.0, 4212.0, 4173.0, 4202.0, 4150.0, 4199.0, 4148.0, 4180.0, 4140.0, 4180.0, 4153.0, 4172.0, 4151.0, 4173.0, 4190.0, 4173.0, 4216.0, 4174.0, 4203.0, 4161.0, 4192.0, 4149.0, 4201.0, 4140.0, 4183.0, 4180.0, 4161.0, 4150.0, 4161.0, 4200.0, 4162.0, 4214.0, 4163.0, 4204.0, 4162.0, 4192.0, 4162.0, 4204.0, 4163.0, 4193.0, 4152.0, 4184.0, 4182.0, 4174.0, 4212.0, 4173.0, 4201.0, 4161.0, 4191.0, 4150.0, 4202.0, 4140.0, 4181.0, 4171.0, 4161.0, 4151.0, 4173.0, 4171.0, 4174.0, 4204.0, 4175.0, 4164.0, 4176.0, 4180.0, 4186.0, 4217.0, 4188.0, 4239.0, 4216.0, 4184.0, 4202.0, 4173.0, 4189.0, 4159.0, 4190.0, 4149.0, 4202.0, 4181.0, 4169.0, 4137.0, 4149.0, 4150.0, 4172.0, 4200.0, 4163.0, 4202.0, 4161.0, 4192.0, 4150.0, 4179.0, 4147.0, 4169.0, 4189.0, 4169.0, 4196.0, 4147.0, 4185.0, 4134.0, 4166.0, 4136.0, 4156.0, 4165.0, 4147.0, 4185.0, 4137.0, 4177.0, 4126.0, 4178.0, 4167.0, 4158.0, 4187.0, 4136.0, 4186.0, 4136.0, 4167.0, 4137.0, 4159.0, 4179.0, 4160.0, 4197.0, 4150.0, 4189.0, 4149.0, 4189.0, 4160.0, 4181.0, 4189.0, 4158.0, 4198.0, 4148.0, 4190.0, 4137.0, 4180.0, 4147.0, 4160.0, 4158.0, 4149.0, 4189.0, 4150.0, 4181.0, 4163.0, 4181.0, 4152.0, 4203.0, 4161.0, 4183.0, 4204.0, 4185.0, 4211.0, 4161.0, 4200.0, 4161.0, 4203.0, 4163.0, 4202.0, 4151.0, 4191.0, 4140.0, 4171.0, 4179.0, 4161.0, 4210.0, 4160.0, 4200.0, 4150.0, 4200.0, 4138.0, 4172.0, 4210.0, 4160.0, 4189.0, 4149.0, 4169.0, 4137.0, 4159.0, 4180.0, 4152.0, 4200.0, 4161.0, 4180.0, 4150.0, 4183.0, 4163.0, 4175.0, 4172.0, 4163.0, 4173.0, 4164.0, 4212.0, 4164.0, 4214.0, 4174.0, 4194.0, 4161.0, 4187.0, 4182.0, 4183.0, 4162.0, 4184.0, 4164.0, 4216.0, 4177.0, 4216.0, 4174.0, 4214.0, 4183.0, 4215.0, 4194.0, 4180.0, 4159.0, 4161.0, 4168.0, 4148.0, 4198.0, 4149.0, 4199.0, 4148.0, 4166.0, 4149.0, 4170.0, 4139.0, 4183.0, 4172.0, 4174.0, 4150.0, 4173.0, 4161.0, 4175.0, 4215.0, 4163.0, 4203.0, 4162.0, 4203.0, 4152.0, 4204.0, 4204.0, 4183.0, 4211.0, 4161.0, 4198.0, 4150.0, 4191.0, 4170.0, 4170.0, 4169.0, 4161.0, 4199.0, 4148.0, 4181.0, 4140.0, 4161.0, 4139.0, 4172.0, 4152.0, 4186.0, 4204.0, 4173.0, 4191.0, 4174.0, 4212.0, 4174.0, 4214.0, 4181.0, 4170.0, 4139.0, 4169.0, 4161.0, 4180.0, 4177.0, 4226.0, 4175.0, 4165.0, 4194.0, 4164.0, 4224.0, 4204.0, 4193.0, 4190.0, 4169.0, 4168.0, 4172.0, 4188.0, 4169.0, 4178.0, 4157.0, 4177.0, 4150.0, 4212.0, 4161.0, 4199.0, 4148.0, 4186.0, 4138.0, 4186.0, 4145.0, 4186.0, 4174.0, 4156.0, 4173.0, 4133.0, 4173.0, 4122.0, 4153.0, 4126.0, 4166.0, 4134.0, 4145.0, 4125.0, 4156.0, 4164.0, 4158.0, 4198.0, 4148.0, 4185.0, 4135.0, 4176.0, 4125.0, 4188.0, 4185.0, 4167.0, 4198.0, 4148.0, 4193.0, 4148.0, 4157.0, 4146.0, 4140.0, 4213.0, 4211.0, 4170.0, 4200.0, 4146.0, 4187.0, 4147.0, 4179.0, 4125.0, 4188.0, 4166.0, 4176.0, 4156.0, 4156.0, 4187.0, 4157.0, 4195.0, 4149.0, 4189.0, 4148.0, 4158.0, 4137.0, 4169.0, 4148.0, 4181.0, 4192.0, 4173.0, 4191.0, 4172.0, 4210.0, 4163.0, 4210.0, 4171.0, 4210.0, 4171.0, 4191.0, 4184.0, 4176.0, 4216.0, 4175.0, 4215.0, 4174.0, 4225.0, 4192.0], 'WindowWidth': [9426.0, 9342.0, 9331.0, 9281.0, 9248.0, 9246.0, 9256.0, 9256.0, 9315.0, 9245.0, 9296.0, 9243.0, 9307.0, 9241.0, 9321.0, 9254.0, 9294.0, 9242.0, 9301.0, 9256.0, 9314.0, 9288.0, 9261.0, 9283.0, 9218.0, 9284.0, 9272.0, 9241.0, 9279.0, 9241.0, 9302.0, 9316.0, 9252.0, 9288.0, 9223.0, 9271.0, 9258.0, 9272.0, 9269.0, 9250.0, 9235.0, 9180.0, 9195.0, 9200.0, 9239.0, 9204.0, 9286.0, 9209.0, 9264.0, 9199.0, 9254.0, 9217.0, 9245.0, 9269.0, 9261.0, 9292.0, 9280.0, 9291.0, 9253.0, 9270.0, 9248.0, 9251.0, 9247.0, 9254.0, 9252.0, 9246.0, 9242.0, 9225.0, 9258.0, 9205.0, 9262.0, 9217.0, 9253.0, 9199.0, 9208.0, 9203.0, 9278.0, 9259.0, 9307.0, 9220.0, 9242.0, 9203.0, 9213.0, 9263.0, 9230.0, 9313.0, 9229.0, 9293.0, 9221.0, 9278.0, 9243.0, 9259.0, 9231.0, 9199.0, 9206.0, 9282.0, 9219.0, 9193.0, 9287.0, 9223.0, 9291.0, 9245.0, 9266.0, 9178.0, 9216.0, 9163.0, 9198.0, 9143.0, 9169.0, 9146.0, 9188.0, 9163.0, 9238.0, 9210.0, 9241.0, 9210.0, 9253.0, 9223.0, 9240.0, 9225.0, 9243.0, 9254.0, 9229.0, 9249.0, 9216.0, 9266.0, 9187.0, 9257.0, 9208.0, 9225.0, 9208.0, 9232.0, 9224.0, 9267.0, 9251.0, 9283.0, 9281.0, 9268.0, 9274.0, 9237.0, 9303.0, 9223.0, 9287.0, 9223.0, 9244.0, 9206.0, 9247.0, 9246.0, 9252.0, 9266.0, 9241.0, 9269.0, 9256.0, 9321.0, 9298.0, 9299.0, 9310.0, 9283.0, 9289.0, 9251.0, 9282.0, 9263.0, 9313.0, 9240.0, 9324.0, 9317.0, 9358.0, 9279.0, 9311.0, 9255.0, 9301.0, 9222.0, 9285.0, 9189.0, 9258.0, 9182.0, 9194.0, 9218.0, 9221.0, 9240.0, 9291.0, 9291.0, 9272.0, 9281.0, 9300.0, 9322.0, 9279.0, 9327.0, 9252.0, 9294.0, 9230.0, 9276.0, 9216.0, 9273.0, 9259.0, 9276.0, 9255.0, 9216.0, 9263.0, 9200.0, 9268.0, 9210.0, 9261.0, 9204.0, 9260.0, 9245.0, 9246.0, 9256.0, 9221.0, 9287.0, 9212.0, 9270.0, 9205.0, 9273.0, 9222.0, 9229.0, 9262.0, 9203.0, 9284.0, 9206.0, 9243.0, 9213.0, 9244.0, 9238.0, 9221.0, 9285.0, 9208.0, 9257.0, 9188.0, 9258.0, 9230.0, 9236.0, 9257.0, 9241.0, 9305.0, 9213.0, 9288.0, 9226.0, 9263.0, 9223.0, 9295.0, 9266.0, 9283.0, 9276.0, 9251.0, 9273.0, 9227.0, 9287.0, 9227.0, 9308.0, 9211.0, 9263.0, 9218.0, 9263.0, 9240.0, 9237.0, 9295.0, 9225.0, 9285.0, 9204.0, 9243.0, 9228.0, 9233.0, 9230.0, 9239.0, 9275.0, 9224.0, 9288.0, 9232.0, 9283.0, 9249.0, 9302.0, 9271.0, 9301.0, 9239.0, 9297.0, 9249.0, 9311.0, 9233.0, 9309.0, 9245.0, 9316.0, 9250.0, 9277.0, 9227.0, 9244.0, 9222.0, 9210.0, 9278.0, 9215.0, 9260.0, 9183.0, 9206.0, 9205.0, 9227.0, 9229.0, 9237.0, 9294.0, 9233.0, 9266.0, 9252.0, 9253.0, 9283.0, 9290.0, 9345.0, 9319.0, 9294.0, 9328.0, 9248.0, 9313.0, 9244.0, 9317.0, 9264.0, 9275.0, 9281.0, 9227.0, 9264.0, 9192.0, 9230.0, 9178.0, 9203.0, 9246.0, 9172.0, 9240.0, 9171.0, 9224.0, 9159.0, 9227.0, 9176.0, 9206.0, 9226.0, 9197.0, 9258.0, 9178.0, 9240.0, 9174.0, 9232.0, 9183.0, 9190.0, 9255.0, 9194.0, 9252.0, 9176.0, 9233.0, 9174.0, 9205.0, 9254.0, 9194.0, 9228.0, 9175.0, 9218.0, 9209.0, 9230.0, 9218.0, 9258.0, 9293.0, 9233.0, 9295.0, 9248.0, 9294.0, 9229.0, 9297.0, 9267.0, 9273.0, 9254.0, 9257.0, 9242.0, 9264.0, 9310.0, 9284.0, 9265.0, 9273.0, 9231.0, 9252.0, 9245.0, 9330.0, 9267.0, 9282.0, 9344.0, 9321.0, 9323.0, 9296.0, 9269.0, 9318.0, 9252.0, 9290.0, 9229.0, 9249.0, 9188.0, 9256.0, 9195.0, 9245.0, 9272.0, 9236.0, 9299.0, 9233.0, 9269.0, 9221.0, 9276.0, 9224.0, 9255.0, 9252.0, 9257.0, 9305.0, 9238.0, 9293.0, 9208.0, 9298.0, 9258.0, 9267.0, 9282.0, 9235.0, 9284.0, 9219.0, 9293.0, 9247.0, 9250.0, 9244.0, 9240.0, 9289.0, 9222.0, 9279.0, 9231.0, 9284.0, 9253.0, 9244.0, 9287.0, 9225.0, 9328.0, 9256.0, 9292.0, 9266.0, 9264.0, 9283.0, 9253.0, 9336.0, 9311.0, 9267.0, 9312.0, 9256.0, 9291.0, 9236.0, 9310.0, 9252.0, 9283.0, 9258.0, 9220.0, 9252.0, 9197.0, 9235.0, 9148.0, 9228.0, 9176.0, 9196.0, 9152.0, 9191.0, 9163.0, 9182.0, 9154.0, 9222.0, 9173.0, 9257.0, 9194.0, 9220.0, 9202.0, 9180.0, 9208.0, 9159.0, 9192.0, 9147.0, 9184.0, 9163.0, 9208.0, 9177.0, 9202.0, 9176.0, 9238.0, 9193.0, 9224.0, 9258.0, 9209.0, 9258.0, 9193.0, 9245.0, 9201.0, 9243.0, 9201.0, 9268.0, 9222.0, 9238.0, 9222.0, 9255.0, 9235.0, 9276.0, 9325.0, 9304.0, 9269.0, 9272.0, 9241.0, 9297.0, 9263.0, 9295.0, 9304.0, 9252.0, 9288.0, 9217.0, 9281.0, 9214.0, 9258.0, 9206.0, 9261.0, 9229.0, 9253.0, 9223.0, 9254.0, 9274.0, 9255.0, 9315.0, 9258.0, 9292.0, 9236.0, 9274.0, 9216.0, 9287.0, 9206.0, 9266.0, 9258.0, 9235.0, 9219.0, 9236.0, 9285.0, 9237.0, 9309.0, 9242.0, 9294.0, 9238.0, 9277.0, 9238.0, 9296.0, 9240.0, 9282.0, 9225.0, 9271.0, 9263.0, 9256.0, 9304.0, 9252.0, 9287.0, 9234.0, 9274.0, 9218.0, 9291.0, 9205.0, 9262.0, 9247.0, 9234.0, 9223.0, 9254.0, 9250.0, 9258.0, 9297.0, 9263.0, 9246.0, 9267.0, 9279.0, 9282.0, 9325.0, 9285.0, 9355.0, 9316.0, 9271.0, 9291.0, 9254.0, 9269.0, 9230.0, 9272.0, 9214.0, 9290.0, 9259.0, 9238.0, 9194.0, 9213.0, 9217.0, 9250.0, 9283.0, 9240.0, 9289.0, 9234.0, 9275.0, 9215.0, 9254.0, 9207.0, 9240.0, 9266.0, 9240.0, 9272.0, 9208.0, 9253.0, 9186.0, 9232.0, 9190.0, 9219.0, 9228.0, 9207.0, 9255.0, 9194.0, 9246.0, 9179.0, 9250.0, 9234.0, 9225.0, 9259.0, 9192.0, 9256.0, 9192.0, 9236.0, 9194.0, 9227.0, 9253.0, 9229.0, 9275.0, 9218.0, 9266.0, 9215.0, 9270.0, 9231.0, 9261.0, 9267.0, 9226.0, 9278.0, 9213.0, 9267.0, 9195.0, 9256.0, 9209.0, 9231.0, 9225.0, 9216.0, 9267.0, 9221.0, 9264.0, 9245.0, 9264.0, 9227.0, 9296.0, 9236.0, 9269.0, 9295.0, 9272.0, 9301.0, 9236.0, 9285.0, 9235.0, 9292.0, 9241.0, 9290.0, 9221.0, 9275.0, 9206.0, 9247.0, 9255.0, 9235.0, 9299.0, 9232.0, 9283.0, 9217.0, 9285.0, 9200.0, 9248.0, 9296.0, 9231.0, 9266.0, 9216.0, 9242.0, 9197.0, 9229.0, 9259.0, 9225.0, 9285.0, 9236.0, 9259.0, 9222.0, 9268.0, 9244.0, 9261.0, 9251.0, 9243.0, 9254.0, 9246.0, 9307.0, 9247.0, 9312.0, 9258.0, 9285.0, 9235.0, 9281.0, 9266.0, 9268.0, 9241.0, 9271.0, 9247.0, 9319.0, 9267.0, 9317.0, 9260.0, 9310.0, 9268.0, 9317.0, 9282.0, 9258.0, 9226.0, 9231.0, 9237.0, 9212.0, 9279.0, 9215.0, 9280.0, 9212.0, 9233.0, 9216.0, 9243.0, 9204.0, 9268.0, 9251.0, 9257.0, 9221.0, 9256.0, 9236.0, 9263.0, 9314.0, 9243.0, 9295.0, 9241.0, 9295.0, 9226.0, 9298.0, 9297.0, 9268.0, 9301.0, 9234.0, 9279.0, 9217.0, 9274.0, 9245.0, 9244.0, 9241.0, 9234.0, 9283.0, 9214.0, 9261.0, 9207.0, 9234.0, 9203.0, 9251.0, 9226.0, 9279.0, 9300.0, 9258.0, 9280.0, 9261.0, 9308.0, 9259.0, 9313.0, 9263.0, 9245.0, 9201.0, 9241.0, 9236.0, 9264.0, 9269.0, 9332.0, 9264.0, 9249.0, 9286.0, 9245.0, 9327.0, 9299.0, 9283.0, 9272.0, 9241.0, 9239.0, 9251.0, 9264.0, 9240.0, 9251.0, 9224.0, 9250.0, 9218.0, 9302.0, 9234.0, 9278.0, 9209.0, 9256.0, 9195.0, 9258.0, 9199.0, 9256.0, 9237.0, 9214.0, 9232.0, 9180.0, 9232.0, 9165.0, 9207.0, 9177.0, 9230.0, 9185.0, 9202.0, 9174.0, 9218.0, 9226.0, 9228.0, 9279.0, 9210.0, 9256.0, 9191.0, 9244.0, 9177.0, 9263.0, 9256.0, 9237.0, 9280.0, 9210.0, 9262.0, 9212.0, 9223.0, 9210.0, 9207.0, 9309.0, 9302.0, 9245.0, 9283.0, 9207.0, 9261.0, 9211.0, 9257.0, 9180.0, 9265.0, 9232.0, 9246.0, 9217.0, 9219.0, 9261.0, 9223.0, 9270.0, 9216.0, 9269.0, 9212.0, 9225.0, 9198.0, 9242.0, 9215.0, 9264.0, 9279.0, 9256.0, 9275.0, 9252.0, 9299.0, 9241.0, 9301.0, 9247.0, 9300.0, 9250.0, 9276.0, 9273.0, 9266.0, 9320.0, 9265.0, 9318.0, 9263.0, 9330.0, 9281.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.0011797244546498276</td></tr>
<tr><td colspan=3>aqi</td><td>0.04396129598163031</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.899911893528696</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.179455928885058</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9565978519310351</td></tr>
<tr><td colspan=3>efc</td><td>0.4391</td></tr>
<tr><td colspan=3>fber</td><td>7536.0234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10118131072965866</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.462686567164179</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.501458915003756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3860396703851086</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7177371170222795</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4005999576038795</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121183</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017773771658539772</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021641286090016365</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.852797294335307</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>34.8756</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8752</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.4748</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309597.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>619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.5495</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1296</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.201</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3427.9722</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4498.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.9824</td></tr>
<tr><td colspan=3>tsnr</td><td>32.424239047802985</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>