ds005256-mriqc/sub-0102_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter fada54bd13 [DATALAD RUNCMD] Compute MRIQC for sub-0102
=== 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-0102 --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-0102",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12: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-0102_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0102_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-01/func/sub-0102_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7b1265aecf77c42e881be7d9e0c8b9ce</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:18:33.717500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995653, -0.0102174, -0.0925763, 0.00590837, 0.998891, -0.0467004]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4210, -7805, -7282, 233, -94, -77, -62, 105]</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>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ac75f5d-59df-4cc3-bd53-74775f81b744||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712646484375, 0.01585172303020954, -0.2509673237800598, 116.727783203125], [0.02741243690252304, 2.67995285987854, -0.12406609207391739, -96.28411865234375], [-0.2483755499124527, 0.12529370188713074, 2.6854465007781982, -70.35465240478516], [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': ['161833.717500', '161834.177500', '161834.637500', '161835.097500', '161835.557500', '161836.017500', '161836.477500', '161836.937500', '161837.397500', '161837.857500', '161838.317500', '161838.777500', '161839.237500', '161839.697500', '161840.157500', '161840.617500', '161841.077500', '161841.537500', '161841.997500', '161842.457500', '161842.917500', '161843.377500', '161843.837500', '161844.297500', '161844.757500', '161845.217500', '161845.677500', '161846.137500', '161846.597500', '161847.057500', '161847.517500', '161847.977500', '161848.437500', '161848.897500', '161849.357500', '161849.817500', '161850.277500', '161850.737500', '161851.197500', '161851.657500', '161852.117500', '161852.577500', '161853.037500', '161853.497500', '161853.957500', '161854.417500', '161854.877500', '161855.337500', '161855.797500', '161856.257500', '161856.717500', '161857.177500', '161857.637500', '161858.097500', '161858.557500', '161859.017500', '161859.477500', '161859.937500', '161900.397500', '161900.857500', '161901.317500', '161901.777500', '161902.237500', '161902.697500', '161903.157500', '161903.617500', '161904.077500', '161904.537500', '161904.997500', '161905.457500', '161905.917500', '161906.377500', '161906.837500', '161907.297500', '161907.757500', '161908.217500', '161908.677500', '161909.137500', '161909.597500', '161910.057500', '161910.517500', '161910.977500', '161911.437500', '161911.897500', '161912.357500', '161912.817500', '161913.277500', '161913.737500', '161914.197500', '161914.657500', '161915.117500', '161915.577500', '161916.037500', '161916.497500', '161916.957500', '161917.417500', '161917.877500', '161918.337500', '161918.797500', '161919.257500', '161919.717500', '161920.177500', '161920.637500', '161921.097500', '161921.557500', '161922.017500', '161922.477500', '161922.937500', '161923.397500', '161923.857500', '161924.317500', '161924.777500', '161925.237500', '161925.697500', '161926.157500', '161926.617500', '161927.077500', '161927.537500', '161927.997500', '161928.457500', '161928.917500', '161929.377500', '161929.837500', '161930.297500', '161930.757500', '161931.217500', '161931.677500', '161932.137500', '161932.597500', '161933.057500', '161933.517500', '161933.977500', '161934.437500', '161934.897500', '161935.357500', '161935.817500', '161936.277500', '161936.737500', '161937.197500', '161937.657500', '161938.117500', '161938.577500', '161939.037500', '161939.497500', '161939.957500', '161940.417500', '161940.877500', '161941.337500', '161941.797500', '161942.257500', '161942.717500', '161943.177500', '161943.637500', '161944.097500', '161944.557500', '161945.017500', '161945.477500', '161945.937500', '161946.397500', '161946.857500', '161947.317500', '161947.777500', '161948.237500', '161948.697500', '161949.157500', '161949.617500', '161950.077500', '161950.537500', '161950.997500', '161951.457500', '161951.917500', '161952.377500', '161952.837500', '161953.297500', '161953.757500', '161954.217500', '161954.677500', '161955.137500', '161955.597500', '161956.057500', '161956.517500', '161956.977500', '161957.437500', '161957.897500', '161958.357500', '161958.817500', '161959.277500', '161959.737500', '162000.197500', '162000.657500', '162001.117500', '162001.577500', '162002.037500', '162002.497500', '162002.957500', '162003.417500', '162003.877500', '162004.337500', '162004.797500', '162005.257500', '162005.717500', '162006.177500', '162006.637500', '162007.097500', '162007.557500', '162008.017500', '162008.477500', '162008.937500', '162009.397500', '162009.857500', '162010.317500', '162010.777500', '162011.237500', '162011.697500', '162012.157500', '162012.617500', '162013.077500', '162013.537500', '162013.997500', '162014.457500', '162014.917500', '162015.377500', '162015.837500', '162016.297500', '162016.757500', '162017.217500', '162017.677500', '162018.137500', '162018.597500', '162019.057500', '162019.517500', '162019.977500', '162020.437500', '162020.897500', '162021.357500', '162021.817500', '162022.277500', '162022.737500', '162023.197500', '162023.657500', '162024.117500', '162024.577500', '162025.037500', '162025.497500', '162025.957500', '162026.417500', '162026.877500', '162027.337500', '162027.797500', '162028.257500', '162028.717500', '162029.177500', '162029.637500', '162030.097500', '162030.557500', '162031.017500', '162031.477500', '162031.937500', '162032.397500', '162032.857500', '162033.317500', '162033.777500', '162034.237500', '162034.697500', '162035.157500', '162035.617500', '162036.077500', '162036.537500', '162036.997500', '162037.457500', '162037.917500', '162038.377500', '162038.837500', '162039.297500', '162039.757500', '162040.217500', '162040.677500', '162041.137500', '162041.597500', '162042.057500', '162042.517500', '162042.977500', '162043.437500', '162043.897500', '162044.357500', '162044.817500', '162045.277500', '162045.737500', '162046.197500', '162046.657500', '162047.117500', '162047.577500', '162048.037500', '162048.497500', '162048.957500', '162049.417500', '162049.877500', '162050.337500', '162050.797500', '162051.257500', '162051.717500', '162052.177500', '162052.637500', '162053.097500', '162053.557500', '162054.017500', '162054.477500', '162054.937500', '162055.397500', '162055.857500', '162056.317500', '162056.777500', '162057.237500', '162057.697500', '162058.157500', '162058.617500', '162059.077500', '162059.537500', '162059.997500', '162100.457500', '162100.917500', '162101.377500', '162101.837500', '162102.297500', '162102.757500', '162103.217500', '162103.677500', '162104.137500', '162104.597500', '162105.057500', '162105.517500', '162105.977500', '162106.437500', '162106.897500', '162107.357500', '162107.817500', '162108.277500', '162108.737500', '162109.197500', '162109.657500', '162110.117500', '162110.577500', '162111.037500', '162111.497500', '162111.957500', '162112.417500', '162112.877500', '162113.337500', '162113.797500', '162114.257500', '162114.717500', '162115.177500', '162115.637500', '162116.097500', '162116.557500', '162117.017500', '162117.477500', '162117.937500', '162118.397500', '162118.857500', '162119.317500', '162119.777500', '162120.237500', '162120.697500', '162121.157500', '162121.617500', '162122.077500', '162122.537500', '162122.997500', '162123.457500', '162123.917500', '162124.377500', '162124.837500', '162125.297500', '162125.757500', '162126.217500', '162126.677500', '162127.137500', '162127.597500', '162128.057500', '162128.517500', '162128.977500', '162129.437500', '162129.897500', '162130.357500', '162130.817500', '162131.277500', '162131.737500', '162132.197500', '162132.657500', '162133.117500', '162133.577500', '162134.037500', '162134.497500', '162134.957500', '162135.417500', '162135.877500', '162136.337500', '162136.797500', '162137.257500', '162137.717500', '162138.177500', '162138.637500', '162139.097500', '162139.557500', '162140.017500', '162140.477500', '162140.937500', '162141.397500', '162141.857500', '162142.317500', '162142.777500', '162143.237500', '162143.697500', '162144.157500', '162144.617500', '162145.077500', '162145.537500', '162145.997500', '162146.457500', '162146.917500', '162147.377500', '162147.837500', '162148.297500', '162148.757500', '162149.217500', '162149.677500', '162150.137500', '162150.597500', '162151.057500', '162151.517500', '162151.977500', '162152.437500', '162152.897500', '162153.357500', '162153.817500', '162154.277500', '162154.737500', '162155.197500', '162155.657500', '162156.117500', '162156.577500', '162157.037500', '162157.497500', '162157.957500', '162158.417500', '162158.877500', '162159.337500', '162159.797500', '162200.257500', '162200.717500', '162201.177500', '162201.637500', '162202.097500', '162202.557500', '162203.017500', '162203.477500', '162203.937500', '162204.397500', '162204.857500', '162205.317500', '162205.777500', '162206.237500', '162206.697500', '162207.157500', '162207.617500', '162208.077500', '162208.537500', '162208.997500', '162209.457500', '162209.917500', '162210.377500', '162210.837500', '162211.297500', '162211.757500', '162212.217500', '162212.677500', '162213.137500', '162213.597500', '162214.057500', '162214.517500', '162214.977500', '162215.437500', '162215.897500', '162216.357500', '162216.817500', '162217.277500', '162217.737500', '162218.197500', '162218.657500', '162219.117500', '162219.577500', '162220.037500', '162220.497500', '162220.957500', '162221.417500', '162221.877500', '162222.337500', '162222.797500', '162223.257500', '162223.717500', '162224.177500', '162224.637500', '162225.097500', '162225.557500', '162226.017500', '162226.477500', '162226.937500', '162227.397500', '162227.857500', '162228.317500', '162228.777500', '162229.237500', '162229.697500', '162230.157500', '162230.617500', '162231.077500', '162231.537500', '162231.997500', '162232.457500', '162232.917500', '162233.377500', '162233.837500', '162234.297500', '162234.757500', '162235.217500', '162235.677500', '162236.137500', '162236.597500', '162237.057500', '162237.517500', '162237.977500', '162238.437500', '162238.897500', '162239.357500', '162239.817500', '162240.277500', '162240.737500', '162241.197500', '162241.657500', '162242.117500', '162242.577500', '162243.037500', '162243.497500', '162243.957500', '162244.417500', '162244.877500', '162245.337500', '162245.797500', '162246.257500', '162246.717500', '162247.177500', '162247.637500', '162248.097500', '162248.557500', '162249.017500', '162249.477500', '162249.937500', '162250.397500', '162250.857500', '162251.317500', '162251.777500', '162252.237500', '162252.697500', '162253.157500', '162253.617500', '162254.077500', '162254.537500', '162254.997500', '162255.457500', '162255.917500', '162256.377500', '162256.837500', '162257.297500', '162257.757500', '162258.217500', '162258.677500', '162259.137500', '162259.597500', '162300.057500', '162300.517500', '162300.977500', '162301.437500', '162301.897500', '162302.357500', '162302.817500', '162303.277500', '162303.737500', '162304.197500', '162304.657500', '162305.117500', '162305.577500', '162306.037500', '162306.497500', '162306.957500', '162307.417500', '162307.877500', '162308.337500', '162308.797500', '162309.257500', '162309.717500', '162310.177500', '162310.637500', '162311.097500', '162311.557500', '162312.017500', '162312.477500', '162312.937500', '162313.397500', '162313.857500', '162314.317500', '162314.777500', '162315.237500', '162315.697500', '162316.157500', '162316.617500', '162317.077500', '162317.537500', '162317.997500', '162318.457500', '162318.917500', '162319.377500', '162319.837500', '162320.297500', '162320.757500', '162321.217500', '162321.677500', '162322.137500', '162322.597500', '162323.057500', '162323.517500', '162323.977500', '162324.437500', '162324.897500', '162325.357500', '162325.817500', '162326.277500', '162326.737500', '162327.197500', '162327.657500', '162328.117500', '162328.577500', '162329.037500', '162329.497500', '162329.957500', '162330.417500', '162330.877500', '162331.337500', '162331.797500', '162332.257500', '162332.717500', '162333.177500', '162333.637500', '162334.097500', '162334.557500', '162335.017500', '162335.477500', '162335.937500', '162336.397500', '162336.857500', '162337.317500', '162337.777500', '162338.237500', '162338.697500', '162339.157500', '162339.617500', '162340.077500', '162340.537500', '162340.997500', '162341.457500', '162341.917500', '162342.377500', '162342.837500', '162343.297500', '162343.757500', '162344.217500', '162344.677500', '162345.137500', '162345.597500', '162346.057500', '162346.517500', '162346.977500', '162347.437500', '162347.897500', '162348.357500', '162348.817500', '162349.277500', '162349.737500', '162350.197500', '162350.657500', '162351.117500', '162351.577500', '162352.037500', '162352.497500', '162352.957500', '162353.417500', '162353.877500', '162354.337500', '162354.797500', '162355.257500', '162355.717500', '162356.177500', '162356.637500', '162357.097500', '162357.557500', '162358.017500', '162358.477500', '162358.937500', '162359.397500', '162359.857500', '162400.317500', '162400.777500', '162401.237500', '162401.697500', '162402.157500', '162402.617500', '162403.077500', '162403.537500', '162403.997500', '162404.457500', '162404.917500', '162405.377500', '162405.837500', '162406.297500', '162406.757500', '162407.217500', '162407.677500', '162408.137500', '162408.597500', '162409.057500', '162409.517500', '162409.977500', '162410.437500', '162410.897500', '162411.357500', '162411.817500', '162412.277500', '162412.737500', '162413.197500', '162413.657500', '162414.117500', '162414.577500', '162415.037500', '162415.497500', '162415.957500', '162416.417500', '162416.877500', '162417.337500', '162417.797500', '162418.257500', '162418.717500', '162419.177500', '162419.637500', '162420.097500', '162420.557500', '162421.017500', '162421.477500', '162421.937500', '162422.397500', '162422.857500', '162423.317500', '162423.777500', '162424.237500', '162424.697500', '162425.157500', '162425.617500', '162426.077500', '162426.537500', '162426.997500', '162427.457500', '162427.917500', '162428.377500', '162428.837500', '162429.297500', '162429.757500', '162430.217500', '162430.677500', '162431.137500', '162431.597500', '162432.057500', '162432.517500', '162432.977500', '162433.437500', '162433.897500', '162434.357500', '162434.817500', '162435.277500', '162435.737500', '162436.197500', '162436.657500', '162437.117500', '162437.577500', '162438.037500', '162438.497500', '162438.957500', '162439.417500', '162439.877500', '162440.337500', '162440.797500', '162441.257500', '162441.717500', '162442.177500', '162442.637500', '162443.097500', '162443.557500', '162444.017500', '162444.477500', '162444.937500', '162445.397500', '162445.857500', '162446.317500', '162446.777500', '162447.237500', '162447.697500', '162448.157500', '162448.617500', '162449.077500', '162449.537500', '162449.997500', '162450.457500', '162450.917500', '162451.377500', '162451.837500', '162452.297500', '162452.757500', '162453.217500', '162453.677500', '162454.137500', '162454.597500', '162455.057500', '162455.517500', '162455.977500', '162456.437500', '162456.897500', '162457.357500', '162457.817500', '162458.277500', '162458.737500', '162459.197500', '162459.657500', '162500.117500', '162500.577500', '162501.037500', '162501.497500', '162501.957500', '162502.417500', '162502.877500', '162503.337500', '162503.797500', '162504.257500', '162504.717500', '162505.177500', '162505.637500', '162506.097500', '162506.557500', '162507.017500', '162507.477500', '162507.937500', '162508.397500', '162508.857500', '162509.317500', '162509.777500', '162510.237500', '162510.697500', '162511.157500', '162511.617500', '162512.077500', '162512.537500', '162512.997500', '162513.457500', '162513.917500', '162514.377500'], 'ContentTime': ['161857.343000', '161857.346000', '161857.349000', '161857.351000', '161857.354000', '161857.356000', '161857.359000', '161857.362000', '161857.364000', '161857.367000', '161857.369000', '161857.372000', '161857.374000', '161857.377000', '161857.379000', '161857.382000', '161857.385000', '161857.387000', '161857.390000', '161857.392000', '161857.395000', '161857.397000', '161857.400000', '161857.402000', '161857.405000', '161857.408000', '161857.410000', '161857.413000', '161857.415000', '161857.418000', '161857.421000', '161857.423000', '161857.426000', '161857.428000', '161857.431000', '161857.433000', '161857.436000', '161857.438000', '161857.448000', '161857.450000', '161857.453000', '161857.455000', '161857.458000', '161857.460000', '161857.463000', '161857.465000', '161857.468000', '161857.471000', '161857.473000', '161917.311000', '161917.314000', '161917.317000', '161917.319000', '161917.322000', '161917.324000', '161917.327000', '161917.330000', '161917.332000', '161917.335000', '161917.337000', '161917.340000', '161917.342000', '161917.345000', '161917.348000', '161917.350000', '161917.353000', '161917.355000', '161917.358000', '161917.360000', '161917.363000', '161917.365000', '161917.368000', '161917.371000', '161917.373000', '161917.376000', '161917.378000', '161917.381000', '161917.383000', '161917.386000', '161917.388000', '161917.391000', '161917.393000', '161917.402000', '161917.405000', '161917.407000', '161917.410000', '161917.412000', '161917.415000', '161917.418000', '161917.420000', '161917.423000', '161917.425000', '161937.311000', '161937.314000', '161937.317000', '161937.319000', '161937.322000', '161937.324000', '161937.327000', '161937.329000', '161937.332000', '161937.335000', '161937.337000', '161937.359000', '161937.362000', '161937.365000', '161937.367000', '161937.370000', '161937.372000', '161937.375000', '161937.377000', '161937.380000', '161937.382000', '161937.385000', '161937.387000', '161937.390000', '161937.393000', '161937.395000', '161937.398000', '161937.400000', '161937.403000', '161937.405000', '161937.408000', '161937.411000', '161937.413000', '161937.416000', '161937.423000', '161937.426000', '161937.428000', '161937.431000', '161937.433000', '161937.436000', '161937.439000', '161937.441000', '161937.444000', '161937.446000', '161957.312000', '161957.314000', '161957.317000', '161957.320000', '161957.322000', '161957.325000', '161957.327000', '161957.330000', '161957.333000', '161957.335000', '161957.338000', '161957.340000', '161957.343000', '161957.346000', '161957.348000', '161957.351000', '161957.353000', '161957.356000', '161957.359000', '161957.368000', '161957.371000', '161957.373000', '161957.376000', '161957.379000', '161957.390000', '161957.393000', '161957.396000', '161957.398000', '161957.401000', '161957.404000', '161957.406000', '161957.409000', '161957.411000', '161957.414000', '161957.416000', '161957.419000', '161957.422000', '161957.424000', '161957.427000', '161957.429000', '161957.432000', '161957.435000', '161957.437000', '162017.311000', '162017.313000', '162017.316000', '162017.319000', '162017.321000', '162017.324000', '162017.327000', '162017.329000', '162017.332000', '162017.334000', '162017.337000', '162017.340000', '162017.342000', '162017.345000', '162017.347000', '162017.350000', '162017.352000', '162017.355000', '162017.358000', '162017.360000', '162017.363000', '162017.366000', '162017.368000', '162017.371000', '162017.373000', '162017.376000', '162017.379000', '162017.381000', '162017.384000', '162017.386000', '162017.389000', '162017.392000', '162017.394000', '162017.397000', '162017.399000', '162017.402000', '162017.405000', '162017.407000', '162017.410000', '162017.413000', '162017.415000', '162017.418000', '162017.420000', '162017.423000', '162037.310000', '162037.313000', '162037.316000', '162037.318000', '162037.321000', '162037.323000', '162037.326000', '162037.329000', '162037.331000', '162037.334000', '162037.336000', '162037.339000', '162037.341000', '162037.344000', '162037.347000', '162037.349000', '162037.352000', '162037.354000', '162037.357000', '162037.359000', '162037.362000', '162037.365000', '162037.367000', '162037.370000', '162037.372000', '162037.375000', '162037.378000', '162037.380000', '162037.383000', '162037.385000', '162037.388000', '162037.391000', '162037.393000', '162037.396000', '162037.399000', '162037.401000', '162037.404000', '162037.406000', '162037.409000', '162037.412000', '162037.414000', '162037.417000', '162037.419000', '162057.310000', '162057.313000', '162057.316000', '162057.318000', '162057.321000', '162057.324000', '162057.326000', '162057.329000', '162057.331000', '162057.334000', '162057.336000', '162057.339000', '162057.341000', '162057.344000', '162057.347000', '162057.349000', '162057.352000', '162057.355000', '162057.357000', '162057.360000', '162057.362000', '162057.365000', '162057.367000', '162057.370000', '162057.373000', '162057.375000', '162057.378000', '162057.380000', '162057.383000', '162057.386000', '162057.388000', '162057.391000', '162057.393000', '162057.396000', '162057.399000', '162057.401000', '162057.404000', '162057.406000', '162057.409000', '162057.412000', '162057.414000', '162057.417000', '162057.419000', '162057.422000', '162117.310000', '162117.314000', '162117.316000', '162117.319000', '162117.321000', '162117.324000', '162117.327000', '162117.329000', '162117.332000', '162117.335000', '162117.337000', '162117.340000', '162117.342000', '162117.345000', '162117.348000', '162117.350000', '162117.353000', '162117.355000', '162117.358000', '162117.361000', '162117.363000', '162117.366000', '162117.369000', '162117.372000', '162117.374000', '162117.377000', '162117.379000', '162117.382000', '162117.385000', '162117.387000', '162117.390000', '162117.393000', '162117.395000', '162117.398000', '162117.400000', '162117.403000', '162117.406000', '162117.408000', '162117.411000', '162117.413000', '162117.416000', '162117.419000', '162117.421000', '162137.311000', '162137.314000', '162137.317000', '162137.320000', '162137.322000', '162137.325000', '162137.328000', '162137.330000', '162137.333000', '162137.335000', '162137.338000', '162137.341000', '162137.343000', '162137.346000', '162137.349000', '162137.370000', '162137.372000', '162137.375000', '162137.378000', '162137.380000', '162137.383000', '162137.385000', '162137.388000', '162137.391000', '162137.393000', '162137.396000', '162137.399000', '162137.401000', '162137.404000', '162137.407000', '162137.409000', '162137.412000', '162137.414000', '162137.417000', '162137.420000', '162137.422000', '162137.425000', '162137.427000', '162137.430000', '162137.433000', '162137.435000', '162137.438000', '162137.440000', '162137.443000', '162157.312000', '162157.314000', '162157.317000', '162157.319000', '162157.322000', '162157.325000', '162157.327000', '162157.330000', '162157.333000', '162157.335000', '162157.338000', '162157.341000', '162157.343000', '162157.346000', '162157.348000', '162157.351000', '162157.354000', '162157.356000', '162157.359000', '162157.361000', '162157.364000', '162157.367000', '162157.369000', '162157.372000', '162157.374000', '162157.377000', '162157.379000', '162157.382000', '162157.385000', '162157.387000', '162157.390000', '162157.392000', '162157.395000', '162157.398000', '162157.400000', '162157.403000', '162157.406000', '162157.409000', '162157.412000', '162157.415000', '162157.418000', '162157.420000', '162157.423000', '162217.311000', '162217.314000', '162217.317000', '162217.319000', '162217.322000', '162217.325000', '162217.327000', '162217.330000', '162217.332000', '162217.335000', '162217.337000', '162217.340000', '162217.342000', '162217.345000', '162217.348000', '162217.350000', '162217.353000', '162217.356000', '162217.358000', '162217.361000', '162217.364000', '162217.367000', '162217.369000', '162217.372000', '162217.375000', '162217.378000', '162217.380000', '162217.383000', '162217.385000', '162217.388000', '162217.391000', '162217.393000', '162217.396000', '162217.398000', '162217.401000', '162217.404000', '162217.406000', '162217.409000', '162217.411000', '162217.414000', '162217.417000', '162217.419000', '162217.422000', '162217.425000', '162237.310000', '162237.313000', '162237.316000', '162237.319000', '162237.321000', '162237.324000', '162237.326000', '162237.329000', '162237.332000', '162237.334000', '162237.337000', '162237.340000', '162237.342000', '162237.345000', '162237.347000', '162237.350000', '162237.353000', '162237.355000', '162237.358000', '162237.361000', '162237.363000', '162237.366000', '162237.368000', '162237.371000', '162237.374000', '162237.376000', '162237.379000', '162237.382000', '162237.384000', '162237.387000', '162237.389000', '162237.392000', '162237.395000', '162237.397000', '162237.400000', '162237.402000', '162237.405000', '162237.408000', '162237.410000', '162237.413000', '162237.415000', '162237.418000', '162237.420000', '162257.310000', '162257.313000', '162257.316000', '162257.318000', '162257.321000', '162257.324000', '162257.326000', '162257.329000', '162257.332000', '162257.334000', '162257.337000', '162257.339000', '162257.342000', '162257.345000', '162257.347000', '162257.350000', '162257.353000', '162257.355000', '162257.358000', '162257.360000', '162257.363000', '162257.365000', '162257.368000', '162257.371000', '162257.373000', '162257.376000', '162257.378000', '162257.381000', '162257.384000', '162257.386000', '162257.389000', '162257.391000', '162257.394000', '162257.397000', '162257.399000', '162257.402000', '162257.404000', '162257.407000', '162257.410000', '162257.412000', '162257.426000', '162257.429000', '162257.432000', '162257.434000', '162317.310000', '162317.313000', '162317.316000', '162317.319000', '162317.321000', '162317.324000', '162317.327000', '162317.329000', '162317.332000', '162317.334000', '162317.337000', '162317.340000', '162317.342000', '162317.345000', '162317.348000', '162317.350000', '162317.353000', '162317.355000', '162317.358000', '162317.361000', '162317.363000', '162317.366000', '162317.368000', '162317.371000', '162317.374000', '162317.376000', '162317.379000', '162317.381000', '162317.384000', '162317.386000', '162317.389000', '162317.392000', '162317.394000', '162317.397000', '162317.399000', '162317.402000', '162317.405000', '162317.407000', '162317.410000', '162317.413000', '162317.415000', '162317.418000', '162317.420000', '162337.310000', '162337.313000', '162337.316000', '162337.318000', '162337.321000', '162337.324000', '162337.326000', '162337.329000', '162337.332000', '162337.334000', '162337.337000', '162337.340000', '162337.342000', '162337.345000', '162337.347000', '162337.350000', '162337.353000', '162337.355000', '162337.358000', '162337.360000', '162337.363000', '162337.366000', '162337.368000', '162337.371000', '162337.373000', '162337.376000', '162337.378000', '162337.381000', '162337.384000', '162337.386000', '162337.389000', '162337.391000', '162337.394000', '162337.397000', '162337.399000', '162337.402000', '162337.404000', '162337.407000', '162337.410000', '162337.412000', '162337.415000', '162337.417000', '162337.420000', '162337.423000', '162357.312000', '162357.315000', '162357.317000', '162357.320000', '162357.323000', '162357.325000', '162357.328000', '162357.331000', '162357.333000', '162357.336000', '162357.338000', '162357.341000', '162357.344000', '162357.346000', '162357.349000', '162357.351000', '162357.354000', '162357.357000', '162357.359000', '162357.362000', '162357.364000', '162357.367000', '162357.370000', '162357.372000', '162357.375000', '162357.377000', '162357.380000', '162357.382000', '162357.385000', '162357.388000', '162357.390000', '162357.393000', '162357.395000', '162357.398000', '162357.401000', '162357.403000', '162357.406000', '162357.408000', '162357.411000', '162357.414000', '162357.416000', '162357.419000', '162357.422000', '162417.312000', '162417.314000', '162417.317000', '162417.320000', '162417.322000', '162417.325000', '162417.328000', '162417.330000', '162417.333000', '162417.335000', '162417.338000', '162417.341000', '162417.343000', '162417.346000', '162417.348000', '162417.351000', '162417.354000', '162417.356000', '162417.359000', '162417.361000', '162417.364000', '162417.367000', '162417.369000', '162417.372000', '162417.374000', '162417.377000', '162417.380000', '162417.382000', '162417.385000', '162417.387000', '162417.390000', '162417.393000', '162417.395000', '162417.398000', '162417.400000', '162417.403000', '162417.406000', '162417.408000', '162417.411000', '162417.413000', '162417.416000', '162417.418000', '162417.421000', '162417.424000', '162437.312000', '162437.315000', '162437.317000', '162437.320000', '162437.323000', '162437.326000', '162437.342000', '162437.345000', '162437.348000', '162437.350000', '162437.354000', '162437.357000', '162437.359000', '162437.362000', '162437.365000', '162437.367000', '162437.370000', '162437.372000', '162437.375000', '162437.378000', '162437.380000', '162437.383000', '162437.385000', '162437.388000', '162437.391000', '162437.393000', '162437.396000', '162437.399000', '162437.401000', '162437.404000', '162437.407000', '162437.409000', '162437.412000', '162437.415000', '162437.417000', '162437.420000', '162437.422000', '162437.425000', '162437.428000', '162437.430000', '162437.433000', '162437.436000', '162437.438000', '162457.311000', '162457.314000', '162457.316000', '162457.319000', '162457.321000', '162457.324000', '162457.327000', '162457.329000', '162457.332000', '162457.334000', '162457.337000', '162457.339000', '162457.342000', '162457.345000', '162457.347000', '162457.350000', '162457.352000', '162457.355000', '162457.358000', '162457.360000', '162457.363000', '162457.366000', '162457.368000', '162457.371000', '162457.373000', '162457.376000', '162457.379000', '162457.381000', '162457.384000', '162457.387000', '162457.389000', '162457.392000', '162457.395000', '162457.397000', '162457.400000', '162457.403000', '162457.405000', '162457.408000', '162457.411000', '162457.413000', '162457.416000', '162457.418000', '162457.421000', '162457.424000', '162515.655000', '162515.658000', '162515.661000', '162515.664000', '162515.666000', '162515.669000', '162515.672000', '162515.675000', '162515.678000', '162515.681000', '162515.684000', '162515.686000', '162515.689000', '162515.692000', '162515.696000', '162515.699000', '162515.702000', '162515.708000', '162515.711000', '162515.713000', '162515.716000', '162515.719000', '162515.721000', '162515.724000', '162515.728000', '162515.731000', '162515.734000', '162515.737000', '162515.740000', '162515.743000', '162515.745000', '162515.750000', '162515.754000', '162515.758000', '162515.761000', '162515.764000', '162515.768000', '162515.772000', '162515.775000', '162515.778000'], 'InstanceCreationTime': ['161857.343000', '161857.346000', '161857.349000', '161857.351000', '161857.354000', '161857.356000', '161857.359000', '161857.362000', '161857.364000', '161857.367000', '161857.369000', '161857.372000', '161857.374000', '161857.377000', '161857.379000', '161857.382000', '161857.385000', '161857.387000', '161857.390000', '161857.392000', '161857.395000', '161857.397000', '161857.400000', '161857.402000', '161857.405000', '161857.408000', '161857.410000', '161857.413000', '161857.415000', '161857.418000', '161857.421000', '161857.423000', '161857.426000', '161857.428000', '161857.431000', '161857.433000', '161857.436000', '161857.438000', '161857.448000', '161857.450000', '161857.453000', '161857.455000', '161857.458000', '161857.460000', '161857.463000', '161857.465000', '161857.468000', '161857.471000', '161857.473000', '161917.311000', '161917.314000', '161917.317000', '161917.319000', '161917.322000', '161917.324000', '161917.327000', '161917.330000', '161917.332000', '161917.335000', '161917.337000', '161917.340000', '161917.342000', '161917.345000', '161917.348000', '161917.350000', '161917.353000', '161917.355000', '161917.358000', '161917.360000', '161917.363000', '161917.365000', '161917.368000', '161917.371000', '161917.373000', '161917.376000', '161917.378000', '161917.381000', '161917.383000', '161917.386000', '161917.388000', '161917.391000', '161917.393000', '161917.402000', '161917.405000', '161917.407000', '161917.410000', '161917.412000', '161917.415000', '161917.418000', '161917.420000', '161917.423000', '161917.425000', '161937.311000', '161937.314000', '161937.317000', '161937.319000', '161937.322000', '161937.324000', '161937.327000', '161937.329000', '161937.332000', '161937.335000', '161937.337000', '161937.359000', '161937.362000', '161937.365000', '161937.367000', '161937.370000', '161937.372000', '161937.375000', '161937.377000', '161937.380000', '161937.382000', '161937.385000', '161937.387000', '161937.390000', '161937.393000', '161937.395000', '161937.398000', '161937.400000', '161937.403000', '161937.405000', '161937.408000', '161937.411000', '161937.413000', '161937.416000', '161937.423000', '161937.426000', '161937.428000', '161937.431000', '161937.433000', '161937.436000', '161937.439000', '161937.441000', '161937.444000', '161937.446000', '161957.312000', '161957.314000', '161957.317000', '161957.320000', '161957.322000', '161957.325000', '161957.327000', '161957.330000', '161957.333000', '161957.335000', '161957.338000', '161957.340000', '161957.343000', '161957.346000', '161957.348000', '161957.351000', '161957.353000', '161957.356000', '161957.359000', '161957.368000', '161957.371000', '161957.373000', '161957.376000', '161957.379000', '161957.390000', '161957.393000', '161957.396000', '161957.398000', '161957.401000', '161957.404000', '161957.406000', '161957.409000', '161957.411000', '161957.414000', '161957.416000', '161957.419000', '161957.422000', '161957.424000', '161957.427000', '161957.429000', '161957.432000', '161957.435000', '161957.437000', '162017.311000', '162017.313000', '162017.316000', '162017.319000', '162017.321000', '162017.324000', '162017.327000', '162017.329000', '162017.332000', '162017.334000', '162017.337000', '162017.340000', '162017.342000', '162017.345000', '162017.347000', '162017.350000', '162017.352000', '162017.355000', '162017.358000', '162017.360000', '162017.363000', '162017.366000', '162017.368000', '162017.371000', '162017.373000', '162017.376000', '162017.379000', '162017.381000', '162017.384000', '162017.386000', '162017.389000', '162017.392000', '162017.394000', '162017.397000', '162017.399000', '162017.402000', '162017.405000', '162017.407000', '162017.410000', '162017.413000', '162017.415000', '162017.418000', '162017.420000', '162017.423000', '162037.310000', '162037.313000', '162037.316000', '162037.318000', '162037.321000', '162037.323000', '162037.326000', '162037.329000', '162037.331000', '162037.334000', '162037.336000', '162037.339000', '162037.341000', '162037.344000', '162037.347000', '162037.349000', '162037.352000', '162037.354000', '162037.357000', '162037.359000', '162037.362000', '162037.365000', '162037.367000', '162037.370000', '162037.372000', '162037.375000', '162037.378000', '162037.380000', '162037.383000', '162037.385000', '162037.388000', '162037.391000', '162037.393000', '162037.396000', '162037.399000', '162037.401000', '162037.404000', '162037.406000', '162037.409000', '162037.412000', '162037.414000', '162037.417000', '162037.419000', '162057.310000', '162057.313000', '162057.316000', '162057.318000', '162057.321000', '162057.324000', '162057.326000', '162057.329000', '162057.331000', '162057.334000', '162057.336000', '162057.339000', '162057.341000', '162057.344000', '162057.347000', '162057.349000', '162057.352000', '162057.355000', '162057.357000', '162057.360000', '162057.362000', '162057.365000', '162057.367000', '162057.370000', '162057.373000', '162057.375000', '162057.378000', '162057.380000', '162057.383000', '162057.386000', '162057.388000', '162057.391000', '162057.393000', '162057.396000', '162057.399000', '162057.401000', '162057.404000', '162057.406000', '162057.409000', '162057.412000', '162057.414000', '162057.417000', '162057.419000', '162057.422000', '162117.310000', '162117.314000', '162117.316000', '162117.319000', '162117.321000', '162117.324000', '162117.327000', '162117.329000', '162117.332000', '162117.335000', '162117.337000', '162117.340000', '162117.342000', '162117.345000', '162117.348000', '162117.350000', '162117.353000', '162117.355000', '162117.358000', '162117.361000', '162117.363000', '162117.366000', '162117.369000', '162117.372000', '162117.374000', '162117.377000', '162117.379000', '162117.382000', '162117.385000', '162117.387000', '162117.390000', '162117.393000', '162117.395000', '162117.398000', '162117.400000', '162117.403000', '162117.406000', '162117.408000', '162117.411000', '162117.413000', '162117.416000', '162117.419000', '162117.421000', '162137.311000', '162137.314000', '162137.317000', '162137.320000', '162137.322000', '162137.325000', '162137.328000', '162137.330000', '162137.333000', '162137.335000', '162137.338000', '162137.341000', '162137.343000', '162137.346000', '162137.349000', '162137.370000', '162137.372000', '162137.375000', '162137.378000', '162137.380000', '162137.383000', '162137.385000', '162137.388000', '162137.391000', '162137.393000', '162137.396000', '162137.399000', '162137.401000', '162137.404000', '162137.407000', '162137.409000', '162137.412000', '162137.414000', '162137.417000', '162137.420000', '162137.422000', '162137.425000', '162137.427000', '162137.430000', '162137.433000', '162137.435000', '162137.438000', '162137.440000', '162137.443000', '162157.312000', '162157.314000', '162157.317000', '162157.319000', '162157.322000', '162157.325000', '162157.327000', '162157.330000', '162157.333000', '162157.335000', '162157.338000', '162157.341000', '162157.343000', '162157.346000', '162157.348000', '162157.351000', '162157.354000', '162157.356000', '162157.359000', '162157.361000', '162157.364000', '162157.367000', '162157.369000', '162157.372000', '162157.374000', '162157.377000', '162157.379000', '162157.382000', '162157.385000', '162157.387000', '162157.390000', '162157.392000', '162157.395000', '162157.398000', '162157.400000', '162157.403000', '162157.406000', '162157.409000', '162157.412000', '162157.415000', '162157.418000', '162157.420000', '162157.423000', '162217.311000', '162217.314000', '162217.317000', '162217.319000', '162217.322000', '162217.325000', '162217.327000', '162217.330000', '162217.332000', '162217.335000', '162217.337000', '162217.340000', '162217.342000', '162217.345000', '162217.348000', '162217.350000', '162217.353000', '162217.356000', '162217.358000', '162217.361000', '162217.364000', '162217.367000', '162217.369000', '162217.372000', '162217.375000', '162217.378000', '162217.380000', '162217.383000', '162217.385000', '162217.388000', '162217.391000', '162217.393000', '162217.396000', '162217.398000', '162217.401000', '162217.404000', '162217.406000', '162217.409000', '162217.411000', '162217.414000', '162217.417000', '162217.419000', '162217.422000', '162217.425000', '162237.310000', '162237.313000', '162237.316000', '162237.319000', '162237.321000', '162237.324000', '162237.326000', '162237.329000', '162237.332000', '162237.334000', '162237.337000', '162237.340000', '162237.342000', '162237.345000', '162237.347000', '162237.350000', '162237.353000', '162237.355000', '162237.358000', '162237.361000', '162237.363000', '162237.366000', '162237.368000', '162237.371000', '162237.374000', '162237.376000', '162237.379000', '162237.382000', '162237.384000', '162237.387000', '162237.389000', '162237.392000', '162237.395000', '162237.397000', '162237.400000', '162237.402000', '162237.405000', '162237.408000', '162237.410000', '162237.413000', '162237.415000', '162237.418000', '162237.420000', '162257.310000', '162257.313000', '162257.316000', '162257.318000', '162257.321000', '162257.324000', '162257.326000', '162257.329000', '162257.332000', '162257.334000', '162257.337000', '162257.339000', '162257.342000', '162257.345000', '162257.347000', '162257.350000', '162257.353000', '162257.355000', '162257.358000', '162257.360000', '162257.363000', '162257.365000', '162257.368000', '162257.371000', '162257.373000', '162257.376000', '162257.378000', '162257.381000', '162257.384000', '162257.386000', '162257.389000', '162257.391000', '162257.394000', '162257.397000', '162257.399000', '162257.402000', '162257.404000', '162257.407000', '162257.410000', '162257.412000', '162257.426000', '162257.429000', '162257.432000', '162257.434000', '162317.310000', '162317.313000', '162317.316000', '162317.319000', '162317.321000', '162317.324000', '162317.327000', '162317.329000', '162317.332000', '162317.334000', '162317.337000', '162317.340000', '162317.342000', '162317.345000', '162317.348000', '162317.350000', '162317.353000', '162317.355000', '162317.358000', '162317.361000', '162317.363000', '162317.366000', '162317.368000', '162317.371000', '162317.374000', '162317.376000', '162317.379000', '162317.381000', '162317.384000', '162317.386000', '162317.389000', '162317.392000', '162317.394000', '162317.397000', '162317.399000', '162317.402000', '162317.405000', '162317.407000', '162317.410000', '162317.413000', '162317.415000', '162317.418000', '162317.420000', '162337.310000', '162337.313000', '162337.316000', '162337.318000', '162337.321000', '162337.324000', '162337.326000', '162337.329000', '162337.332000', '162337.334000', '162337.337000', '162337.340000', '162337.342000', '162337.345000', '162337.347000', '162337.350000', '162337.353000', '162337.355000', '162337.358000', '162337.360000', '162337.363000', '162337.366000', '162337.368000', '162337.371000', '162337.373000', '162337.376000', '162337.378000', '162337.381000', '162337.384000', '162337.386000', '162337.389000', '162337.391000', '162337.394000', '162337.397000', '162337.399000', '162337.402000', '162337.404000', '162337.407000', '162337.410000', '162337.412000', '162337.415000', '162337.417000', '162337.420000', '162337.423000', '162357.312000', '162357.315000', '162357.317000', '162357.320000', '162357.323000', '162357.325000', '162357.328000', '162357.331000', '162357.333000', '162357.336000', '162357.338000', '162357.341000', '162357.344000', '162357.346000', '162357.349000', '162357.351000', '162357.354000', '162357.357000', '162357.359000', '162357.362000', '162357.364000', '162357.367000', '162357.370000', '162357.372000', '162357.375000', '162357.377000', '162357.380000', '162357.382000', '162357.385000', '162357.388000', '162357.390000', '162357.393000', '162357.395000', '162357.398000', '162357.401000', '162357.403000', '162357.406000', '162357.408000', '162357.411000', '162357.414000', '162357.416000', '162357.419000', '162357.422000', '162417.312000', '162417.314000', '162417.317000', '162417.320000', '162417.322000', '162417.325000', '162417.328000', '162417.330000', '162417.333000', '162417.335000', '162417.338000', '162417.341000', '162417.343000', '162417.346000', '162417.348000', '162417.351000', '162417.354000', '162417.356000', '162417.359000', '162417.361000', '162417.364000', '162417.367000', '162417.369000', '162417.372000', '162417.374000', '162417.377000', '162417.380000', '162417.382000', '162417.385000', '162417.387000', '162417.390000', '162417.393000', '162417.395000', '162417.398000', '162417.400000', '162417.403000', '162417.406000', '162417.408000', '162417.411000', '162417.413000', '162417.416000', '162417.418000', '162417.421000', '162417.424000', '162437.312000', '162437.315000', '162437.317000', '162437.320000', '162437.323000', '162437.326000', '162437.342000', '162437.345000', '162437.348000', '162437.350000', '162437.354000', '162437.357000', '162437.359000', '162437.362000', '162437.365000', '162437.367000', '162437.370000', '162437.372000', '162437.375000', '162437.378000', '162437.380000', '162437.383000', '162437.385000', '162437.388000', '162437.391000', '162437.393000', '162437.396000', '162437.399000', '162437.401000', '162437.404000', '162437.407000', '162437.409000', '162437.412000', '162437.415000', '162437.417000', '162437.420000', '162437.422000', '162437.425000', '162437.428000', '162437.430000', '162437.433000', '162437.436000', '162437.438000', '162457.311000', '162457.314000', '162457.316000', '162457.319000', '162457.321000', '162457.324000', '162457.327000', '162457.329000', '162457.332000', '162457.334000', '162457.337000', '162457.339000', '162457.342000', '162457.345000', '162457.347000', '162457.350000', '162457.352000', '162457.355000', '162457.358000', '162457.360000', '162457.363000', '162457.366000', '162457.368000', '162457.371000', '162457.373000', '162457.376000', '162457.379000', '162457.381000', '162457.384000', '162457.387000', '162457.389000', '162457.392000', '162457.395000', '162457.397000', '162457.400000', '162457.403000', '162457.405000', '162457.408000', '162457.411000', '162457.413000', '162457.416000', '162457.418000', '162457.421000', '162457.424000', '162515.655000', '162515.658000', '162515.661000', '162515.664000', '162515.666000', '162515.669000', '162515.672000', '162515.675000', '162515.678000', '162515.681000', '162515.684000', '162515.686000', '162515.689000', '162515.692000', '162515.696000', '162515.699000', '162515.702000', '162515.708000', '162515.711000', '162515.713000', '162515.716000', '162515.719000', '162515.721000', '162515.724000', '162515.728000', '162515.731000', '162515.734000', '162515.737000', '162515.740000', '162515.743000', '162515.745000', '162515.750000', '162515.754000', '162515.758000', '162515.761000', '162515.764000', '162515.768000', '162515.772000', '162515.775000', '162515.778000'], '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': [14362, 12004, 11036, 10879, 8709, 10871, 8817, 11280, 10013, 8570, 11290, 9695, 13598, 10736, 9223, 13773, 11548, 9329, 11040, 8577, 12064, 10904, 13019, 11867, 8996, 12572, 9584, 10502, 11081, 8742, 12832, 11218, 13968, 12385, 8504, 11299, 9253, 9815, 10807, 8631, 12955, 11490, 13654, 11452, 8711, 11683, 10766, 12417, 11154, 9565, 13499, 11578, 9404, 11277, 8909, 12366, 11041, 10765, 11367, 9030, 12484, 10316, 13146, 10825, 10456, 11334, 8781, 12896, 11254, 9436, 10653, 8148, 10948, 9840, 14213, 11385, 10524, 10869, 8860, 11152, 9597, 11591, 10986, 12330, 11619, 10195, 11678, 8885, 11607, 9283, 11433, 10341, 11854, 11287, 12311, 10940, 10211, 11601, 9024, 11276, 10188, 13108, 10908, 11442, 11589, 11249, 11840, 8336, 11544, 10040, 12382, 12143, 10484, 11513, 8789, 11828, 10910, 13695, 11783, 9070, 11428, 10373, 12507, 11878, 12101, 11675, 8706, 11839, 10641, 12403, 11860, 8613, 12178, 10875, 10629, 11367, 9219, 12793, 11576, 9485, 11649, 9003, 12289, 11621, 12327, 12087, 8849, 11943, 10201, 12681, 11738, 8213, 12384, 10558, 11472, 11910, 9664, 13072, 11888, 12425, 11931, 10020, 12279, 10638, 14025, 12039, 9170, 12114, 9775, 13043, 12256, 10193, 12054, 9822, 11290, 10967, 8525, 12748, 12004, 8732, 11594, 10276, 12339, 11750, 9898, 13873, 12015, 10557, 12399, 10291, 14700, 12508, 9917, 12306, 11015, 14723, 11790, 7504, 11258, 9131, 11211, 11543, 9374, 12927, 11966, 10453, 12554, 10833, 12800, 11017, 9527, 11709, 10444, 13674, 12030, 10414, 12587, 11796, 9533, 12757, 12126, 11038, 14362, 10464, 9912, 10724, 9616, 11356, 11791, 10187, 13355, 11900, 9048, 11841, 10184, 13005, 12035, 10501, 12146, 9560, 11903, 10416, 13104, 11066, 8762, 12040, 8896, 12171, 10857, 9113, 11828, 11282, 11604, 12625, 8108, 12300, 9336, 9724, 11701, 10775, 14284, 11279, 9373, 12679, 11563, 11601, 13677, 10491, 10735, 11720, 7824, 11500, 9818, 9197, 12647, 10943, 10620, 12718, 11222, 12795, 12182, 10128, 14984, 13971, 8984, 13896, 12196, 9735, 9581, 13158, 11402, 9654, 11610, 13339, 10557, 9854, 14714, 11669, 10043, 12683, 11522, 9950, 13357, 9980, 15716, 12522, 17015, 12137, 9206, 10760, 8261, 12723, 10734, 7851, 10213, 7739, 11779, 8952, 9081, 9811, 9050, 12415, 10463, 8950, 10650, 8457, 10595, 9205, 8078, 12059, 10138, 8972, 13009, 12310, 11625, 13034, 9309, 10404, 11115, 9152, 13916, 12046, 15134, 12134, 10182, 13736, 9892, 13346, 11926, 13819, 12599, 14648, 12408, 10437, 12884, 9633, 12891, 8547, 12567, 9932, 12625, 11115, 12826, 11989, 12640, 11836, 13373, 11968, 11812, 12012, 10221, 12479, 8494, 11134, 8485, 11167, 8063, 11976, 10340, 11879, 10178, 12010, 9804, 9400, 11150, 8090, 11823, 9262, 13081, 10360, 13340, 11542, 12951, 12031, 9442, 11452, 10068, 11968, 9678, 12078, 8172, 11401, 8547, 11893, 9340, 11758, 10018, 13743, 9503, 13523, 9445, 11970, 11074, 9194, 10292, 9053, 11494, 9423, 13463, 10432, 10727, 11426, 9594, 12951, 11583, 10760, 12260, 8946, 13770, 11886, 12074, 12377, 8501, 14096, 11285, 9754, 12869, 11011, 15818, 12326, 10015, 12590, 9773, 14628, 12627, 10307, 12701, 10075, 14945, 11762, 9131, 14102, 11527, 10078, 12605, 11594, 12994, 12324, 9574, 13706, 12096, 12242, 12272, 9795, 14715, 12244, 10414, 12840, 11025, 16356, 12294, 10146, 12870, 11082, 14899, 12347, 10259, 13656, 10693, 11144, 10760, 8736, 12643, 11227, 9477, 11547, 8751, 13513, 12173, 9629, 12286, 10032, 13690, 11951, 9724, 12318, 10229, 12265, 10707, 8489, 11190, 9064, 10893, 11784, 7860, 12031, 9604, 9006, 12370, 10977, 16130, 11665, 11004, 12577, 10488, 13257, 11606, 12627, 12499, 8996, 13909, 11898, 8875, 11301, 7965, 9754, 10119, 8551, 14440, 11571, 9518, 12838, 9082, 11787, 11342, 9116, 14856, 11691, 11223, 14867, 12177, 12350, 12542, 8735, 10049, 10469, 9502, 15939, 11927, 12246, 14408, 11395, 12297, 12843, 9942, 14340, 12485, 11203, 14345, 11322, 12350, 12770, 9423, 13785, 12626, 11325, 12838, 9625, 13245, 11540, 9702, 11591, 8700, 12546, 11543, 8094, 12419, 10263, 9118, 11240, 9286, 12486, 10007, 8932, 10387, 9009, 9754, 10371, 8578, 12032, 10662, 7890, 12572, 10002, 10434, 12142, 10058, 13604, 11656, 10110, 12189, 8659, 12582, 10789, 11120, 11831, 8770, 12152, 8568, 8238, 10742, 8300, 8809, 11992, 10305, 10144, 12029, 9154, 14042, 12030, 11724, 12376, 9060, 12344, 9440, 9371, 12475, 11928, 9404, 14256, 11776, 10222, 13272, 12619, 8435, 13333, 11743, 11010, 14965, 11283, 15611, 11804, 9490, 11843, 10250, 14012, 12021, 10477, 12723, 9140, 12772, 11490, 10461, 11882, 8266, 11388, 8536, 8866, 12841, 11195, 10991, 13940, 10629, 9818, 10307, 8250, 10635, 11309, 10450, 14534, 13136, 13663, 13742, 12601, 9718, 9797, 11005, 8977, 8130, 12300, 12830, 9258, 9752, 12360, 10993, 15012, 12745, 16125, 12514, 15377, 13836, 14308, 13290, 10923, 12209, 10435, 13204, 9334, 8884, 9415, 8292, 8494, 8586, 7932, 10110, 9239, 11329, 10141, 8905, 12964, 9438, 10607, 9868, 8457, 11358, 10184, 10522, 14345, 15573, 13606, 14750, 7775, 8397, 7242, 6924, 9996, 8862, 12049, 11071, 9416, 14298, 11428, 12952, 12320, 9706, 14069, 12587, 11150, 15710, 11315, 11988, 16276, 13496, 17085, 12516, 11208, 12796, 10377, 11423, 11056, 9074, 12018, 9633, 13375, 11219, 8927, 11268, 8863, 12667, 9755, 9338, 10282, 8030, 11682, 10032, 9832, 11624, 7788, 10938, 8103, 9056, 9993, 7911, 12295, 10977, 10688, 12054, 8794, 12481, 10983, 14045, 12034, 10431, 11922, 8931, 12443, 9355, 12129, 9057, 8868, 10362, 7255, 11538, 8619, 10129, 11269, 8726, 13230, 8971, 10492, 11230, 8021, 13306, 10918, 14980, 12118, 10553, 11901, 8503, 12761, 9644, 9842, 11621, 9568, 15593, 11506, 7419, 12012, 8968, 7563, 11059, 10205, 7693, 8824, 13248, 10419, 8517, 11135, 11259, 10385, 14604, 10987, 9747, 14669, 11513, 14347, 14417, 9239, 14320, 10856, 12298, 11903, 12413, 11868, 13680, 11708, 10806, 12040, 7693, 10253, 8122, 10568, 7676, 9340, 9802, 7848, 11435, 9555, 9195, 9963, 9200, 13331, 11449, 10561, 12689, 9631, 13881, 12398, 10628, 13959, 11800, 11004], 'WindowCenter': [4324.0, 4285.0, 4250.0, 4257.0, 4222.0, 4241.0, 4220.0, 4253.0, 4244.0, 4221.0, 4252.0, 4234.0, 4274.0, 4255.0, 4233.0, 4274.0, 4254.0, 4226.0, 4253.0, 4224.0, 4252.0, 4255.0, 4265.0, 4254.0, 4233.0, 4253.0, 4233.0, 4243.0, 4252.0, 4221.0, 4263.0, 4246.0, 4274.0, 4265.0, 4222.0, 4241.0, 4226.0, 4232.0, 4241.0, 4220.0, 4242.0, 4253.0, 4263.0, 4242.0, 4210.0, 4233.0, 4241.0, 4250.0, 4242.0, 4231.0, 4261.0, 4241.0, 4217.0, 4229.0, 4207.0, 4249.0, 4239.0, 4224.0, 4241.0, 4221.0, 4264.0, 4231.0, 4250.0, 4243.0, 4229.0, 4228.0, 4209.0, 4251.0, 4241.0, 4210.0, 4228.0, 4210.0, 4239.0, 4230.0, 4261.0, 4240.0, 4228.0, 4229.0, 4218.0, 4241.0, 4231.0, 4240.0, 4240.0, 4249.0, 4240.0, 4230.0, 4240.0, 4220.0, 4240.0, 4212.0, 4240.0, 4231.0, 4243.0, 4233.0, 4249.0, 4241.0, 4231.0, 4250.0, 4222.0, 4253.0, 4242.0, 4261.0, 4243.0, 4251.0, 4246.0, 4254.0, 4246.0, 4222.0, 4246.0, 4243.0, 4264.0, 4265.0, 4244.0, 4255.0, 4215.0, 4254.0, 4254.0, 4275.0, 4265.0, 4227.0, 4254.0, 4244.0, 4265.0, 4266.0, 4265.0, 4248.0, 4217.0, 4255.0, 4244.0, 4258.0, 4266.0, 4235.0, 4266.0, 4255.0, 4257.0, 4268.0, 4240.0, 4277.0, 4261.0, 4246.0, 4268.0, 4241.0, 4272.0, 4262.0, 4271.0, 4279.0, 4237.0, 4267.0, 4260.0, 4283.0, 4272.0, 4239.0, 4279.0, 4263.0, 4261.0, 4274.0, 4263.0, 4273.0, 4264.0, 4271.0, 4267.0, 4247.0, 4262.0, 4258.0, 4281.0, 4260.0, 4227.0, 4260.0, 4246.0, 4276.0, 4260.0, 4245.0, 4258.0, 4237.0, 4254.0, 4247.0, 4237.0, 4270.0, 4266.0, 4235.0, 4258.0, 4251.0, 4271.0, 4268.0, 4241.0, 4278.0, 4258.0, 4255.0, 4258.0, 4247.0, 4280.0, 4258.0, 4243.0, 4258.0, 4249.0, 4280.0, 4257.0, 4203.0, 4242.0, 4232.0, 4252.0, 4247.0, 4228.0, 4268.0, 4259.0, 4237.0, 4265.0, 4248.0, 4269.0, 4247.0, 4235.0, 4247.0, 4236.0, 4264.0, 4266.0, 4243.0, 4263.0, 4252.0, 4234.0, 4264.0, 4265.0, 4255.0, 4267.0, 4230.0, 4223.0, 4239.0, 4231.0, 4235.0, 4254.0, 4235.0, 4264.0, 4244.0, 4214.0, 4233.0, 4231.0, 4261.0, 4246.0, 4223.0, 4233.0, 4219.0, 4233.0, 4241.0, 4242.0, 4233.0, 4223.0, 4253.0, 4215.0, 4250.0, 4242.0, 4223.0, 4253.0, 4254.0, 4246.0, 4257.0, 4212.0, 4253.0, 4215.0, 4232.0, 4253.0, 4247.0, 4268.0, 4255.0, 4227.0, 4257.0, 4268.0, 4267.0, 4278.0, 4256.0, 4244.0, 4255.0, 4212.0, 4252.0, 4225.0, 4226.0, 4265.0, 4257.0, 4246.0, 4267.0, 4258.0, 4260.0, 4259.0, 4245.0, 4281.0, 4276.0, 4216.0, 4264.0, 4253.0, 4233.0, 4231.0, 4254.0, 4245.0, 4225.0, 4231.0, 4260.0, 4242.0, 4231.0, 4261.0, 4241.0, 4224.0, 4251.0, 4240.0, 4219.0, 4251.0, 4206.0, 4246.0, 4225.0, 4243.0, 4211.0, 4189.0, 4199.0, 4182.0, 4233.0, 4215.0, 4184.0, 4207.0, 4183.0, 4223.0, 4204.0, 4207.0, 4217.0, 4220.0, 4263.0, 4236.0, 4221.0, 4232.0, 4209.0, 4241.0, 4232.0, 4211.0, 4257.0, 4257.0, 4235.0, 4279.0, 4274.0, 4263.0, 4259.0, 4223.0, 4236.0, 4245.0, 4233.0, 4265.0, 4247.0, 4274.0, 4253.0, 4232.0, 4263.0, 4221.0, 4251.0, 4239.0, 4247.0, 4238.0, 4248.0, 4239.0, 4216.0, 4229.0, 4204.0, 4236.0, 4196.0, 4236.0, 4205.0, 4235.0, 4226.0, 4236.0, 4229.0, 4236.0, 4237.0, 4229.0, 4237.0, 4230.0, 4239.0, 4218.0, 4238.0, 4207.0, 4228.0, 4209.0, 4239.0, 4197.0, 4232.0, 4230.0, 4232.0, 4230.0, 4250.0, 4230.0, 4221.0, 4245.0, 4212.0, 4245.0, 4233.0, 4263.0, 4237.0, 4264.0, 4247.0, 4265.0, 4255.0, 4232.0, 4245.0, 4231.0, 4246.0, 4233.0, 4246.0, 4212.0, 4252.0, 4216.0, 4245.0, 4234.0, 4253.0, 4244.0, 4266.0, 4233.0, 4266.0, 4245.0, 4265.0, 4254.0, 4233.0, 4245.0, 4226.0, 4259.0, 4247.0, 4269.0, 4258.0, 4250.0, 4267.0, 4260.0, 4271.0, 4273.0, 4270.0, 4282.0, 4243.0, 4282.0, 4274.0, 4275.0, 4280.0, 4237.0, 4282.0, 4268.0, 4247.0, 4280.0, 4271.0, 4300.0, 4272.0, 4247.0, 4280.0, 4259.0, 4282.0, 4280.0, 4258.0, 4277.0, 4259.0, 4293.0, 4262.0, 4248.0, 4288.0, 4267.0, 4238.0, 4277.0, 4261.0, 4278.0, 4279.0, 4247.0, 4278.0, 4260.0, 4267.0, 4269.0, 4239.0, 4287.0, 4259.0, 4245.0, 4260.0, 4248.0, 4280.0, 4258.0, 4244.0, 4265.0, 4253.0, 4277.0, 4257.0, 4243.0, 4258.0, 4241.0, 4241.0, 4242.0, 4223.0, 4256.0, 4248.0, 4233.0, 4246.0, 4217.0, 4277.0, 4267.0, 4238.0, 4266.0, 4238.0, 4267.0, 4259.0, 4246.0, 4259.0, 4247.0, 4265.0, 4248.0, 4228.0, 4248.0, 4240.0, 4269.0, 4272.0, 4227.0, 4271.0, 4249.0, 4244.0, 4282.0, 4269.0, 4292.0, 4262.0, 4257.0, 4267.0, 4258.0, 4278.0, 4255.0, 4266.0, 4264.0, 4236.0, 4277.0, 4256.0, 4234.0, 4254.0, 4214.0, 4245.0, 4239.0, 4239.0, 4281.0, 4260.0, 4239.0, 4271.0, 4229.0, 4266.0, 4256.0, 4241.0, 4300.0, 4280.0, 4270.0, 4283.0, 4269.0, 4260.0, 4268.0, 4226.0, 4245.0, 4238.0, 4235.0, 4280.0, 4267.0, 4260.0, 4278.0, 4248.0, 4247.0, 4263.0, 4232.0, 4254.0, 4244.0, 4233.0, 4262.0, 4232.0, 4232.0, 4237.0, 4207.0, 4241.0, 4232.0, 4229.0, 4238.0, 4207.0, 4236.0, 4221.0, 4199.0, 4227.0, 4208.0, 4249.0, 4242.0, 4200.0, 4231.0, 4223.0, 4210.0, 4242.0, 4223.0, 4245.0, 4231.0, 4223.0, 4245.0, 4227.0, 4234.0, 4237.0, 4217.0, 4266.0, 4256.0, 4219.0, 4267.0, 4240.0, 4257.0, 4275.0, 4261.0, 4282.0, 4270.0, 4240.0, 4267.0, 4225.0, 4260.0, 4260.0, 4270.0, 4271.0, 4232.0, 4268.0, 4232.0, 4244.0, 4270.0, 4251.0, 4254.0, 4275.0, 4264.0, 4252.0, 4281.0, 4251.0, 4284.0, 4274.0, 4274.0, 4282.0, 4248.0, 4271.0, 4246.0, 4247.0, 4278.0, 4266.0, 4235.0, 4287.0, 4267.0, 4257.0, 4278.0, 4258.0, 4225.0, 4275.0, 4266.0, 4256.0, 4287.0, 4248.0, 4284.0, 4253.0, 4231.0, 4251.0, 4243.0, 4254.0, 4257.0, 4241.0, 4253.0, 4222.0, 4251.0, 4235.0, 4242.0, 4246.0, 4223.0, 4252.0, 4224.0, 4237.0, 4277.0, 4256.0, 4245.0, 4269.0, 4244.0, 4245.0, 4238.0, 4226.0, 4257.0, 4261.0, 4269.0, 4293.0, 4270.0, 4289.0, 4276.0, 4256.0, 4243.0, 4243.0, 4252.0, 4211.0, 4206.0, 4247.0, 4249.0, 4218.0, 4217.0, 4248.0, 4220.0, 4248.0, 4237.0, 4245.0, 4223.0, 4234.0, 4222.0, 4217.0, 4206.0, 4171.0, 4182.0, 4182.0, 4190.0, 4159.0, 4162.0, 4174.0, 4165.0, 4177.0, 4178.0, 4183.0, 4212.0, 4218.0, 4226.0, 4216.0, 4207.0, 4247.0, 4216.0, 4214.0, 4215.0, 4195.0, 4225.0, 4216.0, 4225.0, 4260.0, 4259.0, 4248.0, 4259.0, 4196.0, 4195.0, 4188.0, 4189.0, 4229.0, 4220.0, 4242.0, 4240.0, 4221.0, 4261.0, 4240.0, 4248.0, 4249.0, 4218.0, 4237.0, 4225.0, 4213.0, 4243.0, 4212.0, 4212.0, 4244.0, 4213.0, 4241.0, 4207.0, 4196.0, 4206.0, 4173.0, 4193.0, 4194.0, 4175.0, 4207.0, 4187.0, 4216.0, 4208.0, 4177.0, 4190.0, 4178.0, 4218.0, 4189.0, 4182.0, 4200.0, 4181.0, 4222.0, 4218.0, 4216.0, 4217.0, 4183.0, 4225.0, 4195.0, 4206.0, 4227.0, 4190.0, 4249.0, 4233.0, 4229.0, 4250.0, 4220.0, 4250.0, 4243.0, 4260.0, 4251.0, 4221.0, 4244.0, 4213.0, 4252.0, 4232.0, 4243.0, 4232.0, 4233.0, 4233.0, 4192.0, 4250.0, 4220.0, 4242.0, 4252.0, 4215.0, 4267.0, 4225.0, 4244.0, 4245.0, 4205.0, 4255.0, 4243.0, 4276.0, 4256.0, 4242.0, 4252.0, 4215.0, 4257.0, 4245.0, 4244.0, 4260.0, 4239.0, 4297.0, 4265.0, 4208.0, 4265.0, 4246.0, 4240.0, 4271.0, 4258.0, 4237.0, 4248.0, 4289.0, 4249.0, 4247.0, 4269.0, 4269.0, 4258.0, 4300.0, 4269.0, 4250.0, 4288.0, 4256.0, 4267.0, 4262.0, 4211.0, 4248.0, 4226.0, 4235.0, 4225.0, 4234.0, 4225.0, 4237.0, 4236.0, 4226.0, 4234.0, 4183.0, 4214.0, 4194.0, 4225.0, 4197.0, 4228.0, 4231.0, 4205.0, 4252.0, 4232.0, 4233.0, 4242.0, 4233.0, 4273.0, 4255.0, 4250.0, 4257.0, 4235.0, 4274.0, 4264.0, 4244.0, 4269.0, 4254.0, 4246.0], 'WindowWidth': [9550.0, 9483.0, 9416.0, 9426.0, 9369.0, 9392.0, 9364.0, 9411.0, 9399.0, 9366.0, 9409.0, 9385.0, 9441.0, 9417.0, 9385.0, 9441.0, 9413.0, 9369.0, 9410.0, 9371.0, 9407.0, 9414.0, 9430.0, 9415.0, 9383.0, 9407.0, 9384.0, 9395.0, 9408.0, 9365.0, 9424.0, 9401.0, 9445.0, 9430.0, 9367.0, 9393.0, 9368.0, 9380.0, 9390.0, 9360.0, 9386.0, 9407.0, 9426.0, 9393.0, 9347.0, 9375.0, 9390.0, 9400.0, 9391.0, 9375.0, 9419.0, 9388.0, 9352.0, 9369.0, 9339.0, 9396.0, 9383.0, 9361.0, 9389.0, 9364.0, 9427.0, 9376.0, 9401.0, 9395.0, 9370.0, 9366.0, 9345.0, 9404.0, 9388.0, 9338.0, 9366.0, 9347.0, 9385.0, 9374.0, 9418.0, 9388.0, 9368.0, 9369.0, 9356.0, 9390.0, 9378.0, 9387.0, 9387.0, 9399.0, 9386.0, 9373.0, 9389.0, 9359.0, 9388.0, 9345.0, 9385.0, 9376.0, 9389.0, 9376.0, 9398.0, 9390.0, 9377.0, 9403.0, 9368.0, 9409.0, 9393.0, 9420.0, 9396.0, 9405.0, 9398.0, 9413.0, 9398.0, 9366.0, 9397.0, 9397.0, 9428.0, 9430.0, 9399.0, 9415.0, 9356.0, 9413.0, 9415.0, 9445.0, 9429.0, 9373.0, 9414.0, 9400.0, 9431.0, 9433.0, 9431.0, 9403.0, 9360.0, 9415.0, 9400.0, 9419.0, 9433.0, 9390.0, 9433.0, 9417.0, 9421.0, 9439.0, 9398.0, 9451.0, 9424.0, 9407.0, 9437.0, 9400.0, 9444.0, 9432.0, 9442.0, 9454.0, 9396.0, 9438.0, 9434.0, 9462.0, 9443.0, 9404.0, 9457.0, 9432.0, 9430.0, 9450.0, 9439.0, 9448.0, 9433.0, 9442.0, 9437.0, 9410.0, 9430.0, 9425.0, 9458.0, 9422.0, 9374.0, 9421.0, 9406.0, 9450.0, 9424.0, 9403.0, 9418.0, 9387.0, 9413.0, 9401.0, 9397.0, 9436.0, 9434.0, 9391.0, 9420.0, 9412.0, 9442.0, 9441.0, 9398.0, 9455.0, 9418.0, 9417.0, 9420.0, 9409.0, 9452.0, 9414.0, 9396.0, 9417.0, 9405.0, 9455.0, 9420.0, 9342.0, 9393.0, 9380.0, 9407.0, 9399.0, 9377.0, 9433.0, 9420.0, 9387.0, 9430.0, 9407.0, 9438.0, 9406.0, 9391.0, 9399.0, 9383.0, 9429.0, 9430.0, 9395.0, 9425.0, 9407.0, 9385.0, 9429.0, 9429.0, 9415.0, 9430.0, 9375.0, 9359.0, 9385.0, 9378.0, 9382.0, 9413.0, 9382.0, 9428.0, 9390.0, 9349.0, 9373.0, 9375.0, 9418.0, 9395.0, 9361.0, 9375.0, 9357.0, 9373.0, 9389.0, 9386.0, 9376.0, 9369.0, 9408.0, 9351.0, 9402.0, 9392.0, 9369.0, 9412.0, 9414.0, 9400.0, 9415.0, 9353.0, 9407.0, 9353.0, 9379.0, 9409.0, 9401.0, 9431.0, 9416.0, 9372.0, 9414.0, 9438.0, 9436.0, 9455.0, 9419.0, 9401.0, 9414.0, 9353.0, 9405.0, 9367.0, 9370.0, 9428.0, 9418.0, 9404.0, 9435.0, 9424.0, 9424.0, 9420.0, 9404.0, 9459.0, 9452.0, 9356.0, 9429.0, 9412.0, 9386.0, 9381.0, 9409.0, 9396.0, 9369.0, 9374.0, 9415.0, 9391.0, 9372.0, 9419.0, 9389.0, 9361.0, 9402.0, 9386.0, 9353.0, 9402.0, 9333.0, 9390.0, 9359.0, 9380.0, 9328.0, 9298.0, 9310.0, 9296.0, 9364.0, 9343.0, 9301.0, 9325.0, 9300.0, 9353.0, 9331.0, 9335.0, 9351.0, 9359.0, 9424.0, 9384.0, 9362.0, 9376.0, 9345.0, 9392.0, 9380.0, 9353.0, 9413.0, 9423.0, 9390.0, 9454.0, 9451.0, 9432.0, 9422.0, 9370.0, 9381.0, 9399.0, 9381.0, 9429.0, 9397.0, 9442.0, 9410.0, 9378.0, 9426.0, 9361.0, 9401.0, 9383.0, 9394.0, 9378.0, 9397.0, 9382.0, 9345.0, 9360.0, 9327.0, 9370.0, 9321.0, 9374.0, 9330.0, 9371.0, 9359.0, 9375.0, 9362.0, 9374.0, 9376.0, 9363.0, 9376.0, 9363.0, 9381.0, 9352.0, 9380.0, 9338.0, 9368.0, 9344.0, 9383.0, 9327.0, 9372.0, 9373.0, 9372.0, 9374.0, 9401.0, 9375.0, 9363.0, 9395.0, 9354.0, 9394.0, 9382.0, 9424.0, 9386.0, 9425.0, 9399.0, 9429.0, 9413.0, 9379.0, 9393.0, 9378.0, 9397.0, 9382.0, 9397.0, 9353.0, 9407.0, 9356.0, 9396.0, 9389.0, 9411.0, 9400.0, 9425.0, 9385.0, 9426.0, 9405.0, 9431.0, 9415.0, 9385.0, 9402.0, 9374.0, 9422.0, 9412.0, 9435.0, 9425.0, 9409.0, 9437.0, 9433.0, 9443.0, 9447.0, 9445.0, 9463.0, 9407.0, 9460.0, 9451.0, 9454.0, 9461.0, 9398.0, 9456.0, 9438.0, 9412.0, 9460.0, 9447.0, 9490.0, 9442.0, 9411.0, 9459.0, 9430.0, 9459.0, 9459.0, 9427.0, 9450.0, 9431.0, 9479.0, 9430.0, 9411.0, 9466.0, 9435.0, 9392.0, 9451.0, 9428.0, 9456.0, 9455.0, 9410.0, 9454.0, 9425.0, 9438.0, 9443.0, 9394.0, 9465.0, 9419.0, 9404.0, 9423.0, 9406.0, 9454.0, 9417.0, 9400.0, 9431.0, 9412.0, 9445.0, 9416.0, 9396.0, 9417.0, 9392.0, 9390.0, 9391.0, 9368.0, 9411.0, 9402.0, 9385.0, 9400.0, 9361.0, 9448.0, 9435.0, 9390.0, 9432.0, 9388.0, 9430.0, 9421.0, 9406.0, 9421.0, 9408.0, 9431.0, 9404.0, 9378.0, 9406.0, 9399.0, 9443.0, 9443.0, 9386.0, 9441.0, 9416.0, 9408.0, 9464.0, 9442.0, 9473.0, 9428.0, 9424.0, 9436.0, 9424.0, 9454.0, 9418.0, 9432.0, 9427.0, 9392.0, 9450.0, 9419.0, 9386.0, 9413.0, 9361.0, 9404.0, 9394.0, 9404.0, 9455.0, 9426.0, 9393.0, 9439.0, 9383.0, 9434.0, 9420.0, 9402.0, 9489.0, 9460.0, 9445.0, 9461.0, 9442.0, 9421.0, 9438.0, 9379.0, 9401.0, 9390.0, 9391.0, 9450.0, 9435.0, 9423.0, 9452.0, 9406.0, 9404.0, 9426.0, 9379.0, 9408.0, 9391.0, 9373.0, 9422.0, 9371.0, 9374.0, 9377.0, 9337.0, 9382.0, 9369.0, 9367.0, 9380.0, 9337.0, 9375.0, 9351.0, 9321.0, 9364.0, 9341.0, 9398.0, 9391.0, 9334.0, 9370.0, 9360.0, 9347.0, 9392.0, 9369.0, 9393.0, 9376.0, 9369.0, 9402.0, 9375.0, 9385.0, 9387.0, 9361.0, 9435.0, 9421.0, 9366.0, 9435.0, 9396.0, 9423.0, 9450.0, 9435.0, 9458.0, 9440.0, 9394.0, 9432.0, 9378.0, 9423.0, 9431.0, 9444.0, 9445.0, 9389.0, 9439.0, 9389.0, 9412.0, 9447.0, 9424.0, 9426.0, 9453.0, 9435.0, 9419.0, 9461.0, 9421.0, 9464.0, 9450.0, 9452.0, 9466.0, 9415.0, 9441.0, 9405.0, 9409.0, 9453.0, 9433.0, 9390.0, 9466.0, 9437.0, 9423.0, 9454.0, 9416.0, 9377.0, 9444.0, 9432.0, 9420.0, 9468.0, 9405.0, 9457.0, 9408.0, 9377.0, 9405.0, 9396.0, 9408.0, 9415.0, 9391.0, 9408.0, 9366.0, 9405.0, 9380.0, 9393.0, 9397.0, 9370.0, 9407.0, 9372.0, 9397.0, 9452.0, 9421.0, 9402.0, 9435.0, 9400.0, 9402.0, 9389.0, 9381.0, 9426.0, 9430.0, 9446.0, 9475.0, 9443.0, 9472.0, 9450.0, 9419.0, 9402.0, 9401.0, 9413.0, 9350.0, 9344.0, 9400.0, 9401.0, 9358.0, 9356.0, 9397.0, 9354.0, 9400.0, 9379.0, 9392.0, 9354.0, 9368.0, 9349.0, 9333.0, 9319.0, 9262.0, 9280.0, 9278.0, 9288.0, 9243.0, 9252.0, 9270.0, 9263.0, 9283.0, 9287.0, 9300.0, 9339.0, 9354.0, 9363.0, 9350.0, 9339.0, 9395.0, 9352.0, 9344.0, 9346.0, 9322.0, 9362.0, 9349.0, 9361.0, 9419.0, 9417.0, 9397.0, 9412.0, 9323.0, 9321.0, 9316.0, 9320.0, 9373.0, 9364.0, 9388.0, 9390.0, 9363.0, 9419.0, 9390.0, 9398.0, 9402.0, 9352.0, 9379.0, 9361.0, 9337.0, 9384.0, 9336.0, 9334.0, 9386.0, 9332.0, 9378.0, 9323.0, 9302.0, 9317.0, 9269.0, 9294.0, 9296.0, 9275.0, 9319.0, 9293.0, 9334.0, 9323.0, 9282.0, 9296.0, 9284.0, 9338.0, 9301.0, 9289.0, 9317.0, 9293.0, 9351.0, 9355.0, 9350.0, 9344.0, 9302.0, 9359.0, 9319.0, 9335.0, 9365.0, 9315.0, 9400.0, 9375.0, 9373.0, 9401.0, 9363.0, 9404.0, 9394.0, 9416.0, 9404.0, 9358.0, 9392.0, 9351.0, 9407.0, 9382.0, 9391.0, 9382.0, 9386.0, 9378.0, 9322.0, 9401.0, 9364.0, 9396.0, 9409.0, 9357.0, 9428.0, 9371.0, 9400.0, 9396.0, 9342.0, 9408.0, 9397.0, 9440.0, 9411.0, 9394.0, 9408.0, 9356.0, 9414.0, 9405.0, 9401.0, 9423.0, 9399.0, 9481.0, 9434.0, 9353.0, 9432.0, 9409.0, 9408.0, 9446.0, 9426.0, 9404.0, 9418.0, 9474.0, 9411.0, 9414.0, 9445.0, 9443.0, 9427.0, 9490.0, 9446.0, 9413.0, 9471.0, 9421.0, 9432.0, 9425.0, 9342.0, 9396.0, 9362.0, 9375.0, 9359.0, 9370.0, 9358.0, 9371.0, 9376.0, 9361.0, 9371.0, 9302.0, 9344.0, 9320.0, 9361.0, 9328.0, 9372.0, 9378.0, 9343.0, 9411.0, 9383.0, 9384.0, 9396.0, 9385.0, 9441.0, 9418.0, 9411.0, 9417.0, 9389.0, 9442.0, 9427.0, 9400.0, 9436.0, 9415.0, 9397.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.004553364055299539</td></tr>
<tr><td colspan=3>aqi</td><td>0.03904549043778802</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.73183842416371</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.244684047151097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0443706675317181</td></tr>
<tr><td colspan=3>efc</td><td>0.5147</td></tr>
<tr><td colspan=3>fber</td><td>3181.1729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12171404041716412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.63594470046083</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4347049021901195</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.40249185181104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.564926393392844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3366964613664742</td></tr>
<tr><td colspan=3>gcor</td><td>0.016362</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0036494440864771605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027645869180560112</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.262462765534798</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.5363</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.1216</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.9587</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.7193</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2058</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.9223</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.6349</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>834.0199</td></tr>
<tr><td colspan=3>tsnr</td><td>30.73103223578073</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>