ds005256-mriqc/sub-0051_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 3799592db7 [DATALAD RUNCMD] Compute MRIQC for sub-0051
=== 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-0051 --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-0051",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:03 +02:00

616 lines
No EOL
107 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-0051_ses-03_task-social_acq-mb8_run-03_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-0051_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-03_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-0051/ses-03/func/sub-0051_ses-03_task-social_acq-mb8_run-03_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>1b50fb5d69e1c7888801ba190d0b0b5c</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>13:29:6.037500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.101901</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7804, -7254, 618, -102, -145, 36, 104]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>947d6488-929e-446a-9c2d-8f2e161fc5a9||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.6803207397460938, -0.11280731111764908, 0.03560922294855118, 116.3833999633789], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -98.19359588623047], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -36.97489547729492], [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': ['132906.037500', '132906.497500', '132906.957500', '132907.417500', '132907.877500', '132908.337500', '132908.797500', '132909.257500', '132909.717500', '132910.177500', '132910.637500', '132911.097500', '132911.557500', '132912.017500', '132912.477500', '132912.937500', '132913.397500', '132913.857500', '132914.317500', '132914.777500', '132915.237500', '132915.697500', '132916.157500', '132916.617500', '132917.077500', '132917.537500', '132917.997500', '132918.457500', '132918.917500', '132919.377500', '132919.837500', '132920.297500', '132920.757500', '132921.217500', '132921.677500', '132922.137500', '132922.597500', '132923.057500', '132923.517500', '132923.977500', '132924.437500', '132924.897500', '132925.357500', '132925.817500', '132926.277500', '132926.737500', '132927.197500', '132927.657500', '132928.117500', '132928.577500', '132929.037500', '132929.497500', '132929.957500', '132930.417500', '132930.877500', '132931.337500', '132931.797500', '132932.257500', '132932.717500', '132933.177500', '132933.637500', '132934.097500', '132934.557500', '132935.017500', '132935.477500', '132935.937500', '132936.397500', '132936.857500', '132937.317500', '132937.777500', '132938.237500', '132938.697500', '132939.157500', '132939.617500', '132940.077500', '132940.537500', '132940.997500', '132941.457500', '132941.917500', '132942.377500', '132942.837500', '132943.297500', '132943.757500', '132944.217500', '132944.677500', '132945.137500', '132945.597500', '132946.057500', '132946.517500', '132946.977500', '132947.437500', '132947.897500', '132948.357500', '132948.817500', '132949.277500', '132949.737500', '132950.197500', '132950.657500', '132951.117500', '132951.577500', '132952.037500', '132952.497500', '132952.957500', '132953.417500', '132953.877500', '132954.337500', '132954.797500', '132955.257500', '132955.717500', '132956.177500', '132956.637500', '132957.097500', '132957.557500', '132958.017500', '132958.477500', '132958.937500', '132959.397500', '132959.857500', '133000.317500', '133000.777500', '133001.237500', '133001.697500', '133002.157500', '133002.617500', '133003.077500', '133003.537500', '133003.997500', '133004.457500', '133004.917500', '133005.377500', '133005.837500', '133006.297500', '133006.757500', '133007.217500', '133007.677500', '133008.137500', '133008.597500', '133009.057500', '133009.517500', '133009.977500', '133010.437500', '133010.897500', '133011.357500', '133011.817500', '133012.277500', '133012.737500', '133013.197500', '133013.657500', '133014.117500', '133014.577500', '133015.037500', '133015.497500', '133015.957500', '133016.417500', '133016.877500', '133017.337500', '133017.797500', '133018.257500', '133018.717500', '133019.177500', '133019.637500', '133020.097500', '133020.557500', '133021.017500', '133021.477500', '133021.937500', '133022.397500', '133022.857500', '133023.317500', '133023.777500', '133024.237500', '133024.697500', '133025.157500', '133025.617500', '133026.077500', '133026.537500', '133026.997500', '133027.457500', '133027.917500', '133028.377500', '133028.837500', '133029.297500', '133029.757500', '133030.217500', '133030.677500', '133031.137500', '133031.597500', '133032.057500', '133032.517500', '133032.977500', '133033.437500', '133033.897500', '133034.357500', '133034.817500', '133035.277500', '133035.737500', '133036.197500', '133036.657500', '133037.117500', '133037.577500', '133038.037500', '133038.497500', '133038.957500', '133039.417500', '133039.877500', '133040.337500', '133040.797500', '133041.257500', '133041.717500', '133042.177500', '133042.637500', '133043.097500', '133043.557500', '133044.017500', '133044.477500', '133044.937500', '133045.397500', '133045.857500', '133046.317500', '133046.777500', '133047.237500', '133047.697500', '133048.157500', '133048.617500', '133049.077500', '133049.537500', '133049.997500', '133050.457500', '133050.917500', '133051.377500', '133051.837500', '133052.297500', '133052.757500', '133053.217500', '133053.677500', '133054.137500', '133054.597500', '133055.057500', '133055.517500', '133055.977500', '133056.437500', '133056.897500', '133057.357500', '133057.817500', '133058.277500', '133058.737500', '133059.197500', '133059.657500', '133100.117500', '133100.577500', '133101.037500', '133101.497500', '133101.957500', '133102.417500', '133102.877500', '133103.337500', '133103.797500', '133104.257500', '133104.717500', '133105.177500', '133105.637500', '133106.097500', '133106.557500', '133107.017500', '133107.477500', '133107.937500', '133108.397500', '133108.857500', '133109.317500', '133109.777500', '133110.237500', '133110.697500', '133111.157500', '133111.617500', '133112.077500', '133112.537500', '133112.997500', '133113.457500', '133113.917500', '133114.377500', '133114.837500', '133115.297500', '133115.757500', '133116.217500', '133116.677500', '133117.137500', '133117.597500', '133118.057500', '133118.517500', '133118.977500', '133119.437500', '133119.897500', '133120.357500', '133120.817500', '133121.277500', '133121.737500', '133122.197500', '133122.657500', '133123.117500', '133123.577500', '133124.037500', '133124.497500', '133124.957500', '133125.417500', '133125.877500', '133126.337500', '133126.797500', '133127.257500', '133127.717500', '133128.177500', '133128.637500', '133129.097500', '133129.557500', '133130.017500', '133130.477500', '133130.937500', '133131.397500', '133131.857500', '133132.317500', '133132.777500', '133133.237500', '133133.697500', '133134.157500', '133134.617500', '133135.077500', '133135.537500', '133135.997500', '133136.457500', '133136.917500', '133137.377500', '133137.837500', '133138.297500', '133138.757500', '133139.217500', '133139.677500', '133140.137500', '133140.597500', '133141.057500', '133141.517500', '133141.977500', '133142.437500', '133142.897500', '133143.357500', '133143.817500', '133144.277500', '133144.737500', '133145.197500', '133145.657500', '133146.117500', '133146.577500', '133147.037500', '133147.497500', '133147.957500', '133148.417500', '133148.877500', '133149.337500', '133149.797500', '133150.257500', '133150.717500', '133151.177500', '133151.637500', '133152.097500', '133152.557500', '133153.017500', '133153.477500', '133153.937500', '133154.397500', '133154.857500', '133155.317500', '133155.777500', '133156.237500', '133156.697500', '133157.157500', '133157.617500', '133158.077500', '133158.537500', '133158.997500', '133159.457500', '133159.917500', '133200.377500', '133200.837500', '133201.297500', '133201.757500', '133202.217500', '133202.677500', '133203.137500', '133203.597500', '133204.057500', '133204.517500', '133204.977500', '133205.437500', '133205.897500', '133206.357500', '133206.817500', '133207.277500', '133207.737500', '133208.197500', '133208.657500', '133209.117500', '133209.577500', '133210.037500', '133210.497500', '133210.957500', '133211.417500', '133211.877500', '133212.337500', '133212.797500', '133213.257500', '133213.717500', '133214.177500', '133214.637500', '133215.097500', '133215.557500', '133216.017500', '133216.477500', '133216.937500', '133217.397500', '133217.857500', '133218.317500', '133218.777500', '133219.237500', '133219.697500', '133220.157500', '133220.617500', '133221.077500', '133221.537500', '133221.997500', '133222.457500', '133222.917500', '133223.377500', '133223.837500', '133224.297500', '133224.757500', '133225.217500', '133225.677500', '133226.137500', '133226.597500', '133227.057500', '133227.517500', '133227.977500', '133228.437500', '133228.897500', '133229.357500', '133229.817500', '133230.277500', '133230.737500', '133231.197500', '133231.657500', '133232.117500', '133232.577500', '133233.037500', '133233.497500', '133233.957500', '133234.417500', '133234.877500', '133235.337500', '133235.797500', '133236.257500', '133236.717500', '133237.177500', '133237.637500', '133238.097500', '133238.557500', '133239.017500', '133239.477500', '133239.937500', '133240.397500', '133240.857500', '133241.317500', '133241.777500', '133242.237500', '133242.697500', '133243.157500', '133243.617500', '133244.077500', '133244.537500', '133244.997500', '133245.457500', '133245.917500', '133246.377500', '133246.837500', '133247.297500', '133247.757500', '133248.217500', '133248.677500', '133249.137500', '133249.597500', '133250.057500', '133250.517500', '133250.977500', '133251.437500', '133251.897500', '133252.357500', '133252.817500', '133253.277500', '133253.737500', '133254.197500', '133254.657500', '133255.117500', '133255.577500', '133256.037500', '133256.497500', '133256.957500', '133257.417500', '133257.877500', '133258.337500', '133258.797500', '133259.257500', '133259.717500', '133300.177500', '133300.637500', '133301.097500', '133301.557500', '133302.017500', '133302.477500', '133302.937500', '133303.397500', '133303.857500', '133304.317500', '133304.777500', '133305.237500', '133305.697500', '133306.157500', '133306.617500', '133307.077500', '133307.537500', '133307.997500', '133308.457500', '133308.917500', '133309.377500', '133309.837500', '133310.297500', '133310.757500', '133311.217500', '133311.677500', '133312.137500', '133312.597500', '133313.057500', '133313.517500', '133313.977500', '133314.437500', '133314.897500', '133315.357500', '133315.817500', '133316.277500', '133316.737500', '133317.197500', '133317.657500', '133318.117500', '133318.577500', '133319.037500', '133319.497500', '133319.957500', '133320.417500', '133320.877500', '133321.337500', '133321.797500', '133322.257500', '133322.717500', '133323.177500', '133323.637500', '133324.097500', '133324.557500', '133325.017500', '133325.477500', '133325.937500', '133326.397500', '133326.857500', '133327.317500', '133327.777500', '133328.237500', '133328.697500', '133329.157500', '133329.617500', '133330.077500', '133330.537500', '133330.997500', '133331.457500', '133331.917500', '133332.377500', '133332.837500', '133333.297500', '133333.757500', '133334.217500', '133334.677500', '133335.137500', '133335.597500', '133336.057500', '133336.517500', '133336.977500', '133337.437500', '133337.897500', '133338.357500', '133338.817500', '133339.277500', '133339.737500', '133340.197500', '133340.657500', '133341.117500', '133341.577500', '133342.037500', '133342.497500', '133342.957500', '133343.417500', '133343.877500', '133344.337500', '133344.797500', '133345.257500', '133345.717500', '133346.177500', '133346.637500', '133347.097500', '133347.557500', '133348.017500', '133348.477500', '133348.937500', '133349.397500', '133349.857500', '133350.317500', '133350.777500', '133351.237500', '133351.697500', '133352.157500', '133352.617500', '133353.077500', '133353.537500', '133353.997500', '133354.457500', '133354.917500', '133355.377500', '133355.837500', '133356.297500', '133356.757500', '133357.217500', '133357.677500', '133358.137500', '133358.597500', '133359.057500', '133359.517500', '133359.977500', '133400.437500', '133400.897500', '133401.357500', '133401.817500', '133402.277500', '133402.737500', '133403.197500', '133403.657500', '133404.117500', '133404.577500', '133405.037500', '133405.497500', '133405.957500', '133406.417500', '133406.877500', '133407.337500', '133407.797500', '133408.257500', '133408.717500', '133409.177500', '133409.637500', '133410.097500', '133410.557500', '133411.017500', '133411.477500', '133411.937500', '133412.397500', '133412.857500', '133413.317500', '133413.777500', '133414.237500', '133414.697500', '133415.157500', '133415.617500', '133416.077500', '133416.537500', '133416.997500', '133417.457500', '133417.917500', '133418.377500', '133418.837500', '133419.297500', '133419.757500', '133420.217500', '133420.677500', '133421.137500', '133421.597500', '133422.057500', '133422.517500', '133422.977500', '133423.437500', '133423.897500', '133424.357500', '133424.817500', '133425.277500', '133425.737500', '133426.197500', '133426.657500', '133427.117500', '133427.577500', '133428.037500', '133428.497500', '133428.957500', '133429.417500', '133429.877500', '133430.337500', '133430.797500', '133431.257500', '133431.717500', '133432.177500', '133432.637500', '133433.097500', '133433.557500', '133434.017500', '133434.477500', '133434.937500', '133435.397500', '133435.857500', '133436.317500', '133436.777500', '133437.237500', '133437.697500', '133438.157500', '133438.617500', '133439.077500', '133439.537500', '133439.997500', '133440.457500', '133440.917500', '133441.377500', '133441.837500', '133442.297500', '133442.757500', '133443.217500', '133443.677500', '133444.137500', '133444.597500', '133445.057500', '133445.517500', '133445.977500', '133446.437500', '133446.897500', '133447.357500', '133447.817500', '133448.277500', '133448.737500', '133449.197500', '133449.657500', '133450.117500', '133450.577500', '133451.037500', '133451.497500', '133451.957500', '133452.417500', '133452.877500', '133453.337500', '133453.797500', '133454.257500', '133454.717500', '133455.177500', '133455.637500', '133456.097500', '133456.557500', '133457.017500', '133457.477500', '133457.937500', '133458.397500', '133458.857500', '133459.317500', '133459.777500', '133500.237500', '133500.697500', '133501.157500', '133501.617500', '133502.077500', '133502.537500', '133502.997500', '133503.457500', '133503.917500', '133504.377500', '133504.837500', '133505.297500', '133505.757500', '133506.217500', '133506.677500', '133507.137500', '133507.597500', '133508.057500', '133508.517500', '133508.977500', '133509.437500', '133509.897500', '133510.357500', '133510.817500', '133511.277500', '133511.737500', '133512.197500', '133512.657500', '133513.117500', '133513.577500', '133514.037500', '133514.497500', '133514.957500', '133515.417500', '133515.877500', '133516.337500', '133516.797500', '133517.257500', '133517.717500', '133518.177500', '133518.637500', '133519.097500', '133519.557500', '133520.017500', '133520.477500', '133520.937500', '133521.397500', '133521.857500', '133522.317500', '133522.777500', '133523.237500', '133523.697500', '133524.157500', '133524.617500', '133525.077500', '133525.537500', '133525.997500', '133526.457500', '133526.917500', '133527.377500', '133527.837500', '133528.297500', '133528.757500', '133529.217500', '133529.677500', '133530.137500', '133530.597500', '133531.057500', '133531.517500', '133531.977500', '133532.437500', '133532.897500', '133533.357500', '133533.817500', '133534.277500', '133534.737500', '133535.197500', '133535.657500', '133536.117500', '133536.577500', '133537.037500', '133537.497500', '133537.957500', '133538.417500', '133538.877500', '133539.337500', '133539.797500', '133540.257500', '133540.717500', '133541.177500', '133541.637500', '133542.097500', '133542.557500', '133543.017500', '133543.477500', '133543.937500', '133544.397500', '133544.857500', '133545.317500', '133545.777500', '133546.237500', '133546.697500'], 'ContentTime': ['132916.982000', '132916.985000', '132916.988000', '132916.991000', '132917.001000', '132917.004000', '132917.006000', '132917.009000', '132917.012000', '132917.014000', '132917.017000', '132917.019000', '132917.022000', '132917.036000', '132917.038000', '132917.041000', '132917.044000', '132917.052000', '132917.055000', '132917.057000', '132917.060000', '132936.956000', '132936.959000', '132936.962000', '132936.965000', '132936.967000', '132936.970000', '132936.973000', '132936.975000', '132936.978000', '132936.980000', '132936.983000', '132936.985000', '132936.988000', '132936.990000', '132936.993000', '132936.996000', '132936.998000', '132937.001000', '132937.004000', '132937.007000', '132937.009000', '132937.012000', '132937.014000', '132937.021000', '132937.024000', '132937.026000', '132937.029000', '132937.032000', '132937.034000', '132937.037000', '132937.039000', '132937.042000', '132937.044000', '132937.047000', '132937.049000', '132937.052000', '132937.054000', '132937.057000', '132937.060000', '132937.062000', '132937.065000', '132937.071000', '132937.074000', '132956.955000', '132956.958000', '132956.961000', '132956.963000', '132956.966000', '132956.969000', '132956.971000', '132956.974000', '132956.976000', '132956.979000', '132956.981000', '132956.984000', '132956.986000', '132956.989000', '132956.992000', '132956.994000', '132956.997000', '132957.001000', '132957.003000', '132957.006000', '132957.008000', '132957.011000', '132957.014000', '132957.016000', '132957.019000', '132957.021000', '132957.024000', '132957.027000', '132957.029000', '132957.032000', '132957.034000', '132957.037000', '132957.040000', '132957.042000', '132957.045000', '132957.047000', '132957.050000', '132957.053000', '132957.055000', '132957.058000', '132957.060000', '132957.063000', '132957.066000', '132957.068000', '133016.955000', '133016.958000', '133016.961000', '133016.963000', '133016.966000', '133016.968000', '133016.971000', '133016.974000', '133016.976000', '133016.979000', '133016.981000', '133016.984000', '133016.986000', '133016.989000', '133016.992000', '133016.996000', '133016.998000', '133017.003000', '133017.006000', '133017.009000', '133017.011000', '133017.014000', '133017.017000', '133017.019000', '133017.022000', '133017.024000', '133017.027000', '133017.030000', '133017.032000', '133017.035000', '133017.037000', '133017.040000', '133017.043000', '133017.045000', '133017.048000', '133017.050000', '133017.053000', '133017.056000', '133017.058000', '133017.061000', '133017.063000', '133017.066000', '133017.068000', '133036.955000', '133036.958000', '133036.961000', '133036.963000', '133036.966000', '133036.969000', '133036.971000', '133036.974000', '133036.977000', '133036.979000', '133036.982000', '133036.984000', '133036.987000', '133036.990000', '133036.992000', '133036.995000', '133036.998000', '133037.001000', '133037.016000', '133037.018000', '133037.021000', '133037.024000', '133037.026000', '133037.029000', '133037.032000', '133037.034000', '133037.037000', '133037.039000', '133037.042000', '133037.044000', '133037.047000', '133037.050000', '133037.052000', '133037.055000', '133037.058000', '133037.060000', '133037.063000', '133037.065000', '133037.068000', '133037.070000', '133037.073000', '133037.076000', '133037.078000', '133037.081000', '133056.955000', '133056.958000', '133056.961000', '133056.964000', '133056.966000', '133056.969000', '133056.971000', '133056.975000', '133056.978000', '133056.981000', '133056.983000', '133056.986000', '133056.989000', '133056.991000', '133056.994000', '133056.996000', '133057.000000', '133057.003000', '133057.005000', '133057.008000', '133057.010000', '133057.013000', '133057.016000', '133057.018000', '133057.021000', '133057.023000', '133057.026000', '133057.028000', '133057.031000', '133057.034000', '133057.036000', '133057.039000', '133057.042000', '133057.044000', '133057.047000', '133057.049000', '133057.052000', '133057.055000', '133057.057000', '133057.060000', '133057.063000', '133057.065000', '133057.068000', '133116.955000', '133116.958000', '133116.961000', '133116.964000', '133116.966000', '133116.969000', '133116.971000', '133116.974000', '133116.977000', '133116.979000', '133116.982000', '133116.985000', '133116.987000', '133116.990000', '133116.992000', '133116.995000', '133116.998000', '133117.001000', '133117.004000', '133117.006000', '133117.009000', '133117.011000', '133117.014000', '133117.017000', '133117.019000', '133117.022000', '133117.024000', '133117.027000', '133117.030000', '133117.032000', '133117.035000', '133117.038000', '133117.040000', '133117.043000', '133117.045000', '133117.048000', '133117.051000', '133117.053000', '133117.056000', '133117.059000', '133117.061000', '133117.064000', '133117.066000', '133117.069000', '133136.956000', '133136.959000', '133136.961000', '133136.964000', '133136.966000', '133136.969000', '133136.972000', '133136.974000', '133136.977000', '133136.980000', '133136.982000', '133136.985000', '133136.987000', '133136.990000', '133136.993000', '133136.995000', '133136.998000', '133137.002000', '133137.005000', '133137.007000', '133137.010000', '133137.013000', '133137.015000', '133137.018000', '133137.021000', '133137.023000', '133137.026000', '133137.028000', '133137.031000', '133137.034000', '133137.036000', '133137.039000', '133137.042000', '133137.045000', '133137.048000', '133137.051000', '133137.053000', '133137.056000', '133137.058000', '133137.061000', '133137.064000', '133137.066000', '133137.069000', '133156.955000', '133156.958000', '133156.961000', '133156.964000', '133156.966000', '133156.969000', '133156.972000', '133156.974000', '133156.977000', '133156.979000', '133156.982000', '133156.985000', '133156.987000', '133156.990000', '133156.993000', '133156.995000', '133156.998000', '133157.000000', '133157.003000', '133157.006000', '133157.008000', '133157.011000', '133157.013000', '133157.016000', '133157.019000', '133157.021000', '133157.030000', '133157.033000', '133157.035000', '133157.038000', '133157.041000', '133157.043000', '133157.046000', '133157.048000', '133157.051000', '133157.054000', '133157.056000', '133157.059000', '133157.062000', '133157.064000', '133157.067000', '133157.069000', '133157.072000', '133157.075000', '133216.956000', '133216.958000', '133216.961000', '133216.964000', '133216.966000', '133216.969000', '133216.971000', '133216.974000', '133216.977000', '133216.979000', '133216.982000', '133216.984000', '133216.987000', '133217.002000', '133217.005000', '133217.007000', '133217.010000', '133217.013000', '133217.015000', '133217.018000', '133217.021000', '133217.023000', '133217.026000', '133217.029000', '133217.031000', '133217.034000', '133217.036000', '133217.039000', '133217.042000', '133217.044000', '133217.047000', '133217.049000', '133217.052000', '133217.055000', '133217.057000', '133217.060000', '133217.062000', '133217.065000', '133217.068000', '133217.070000', '133217.073000', '133217.076000', '133217.078000', '133236.956000', '133236.959000', '133236.962000', '133236.964000', '133236.967000', '133236.970000', '133236.972000', '133236.975000', '133236.977000', '133236.980000', '133236.983000', '133236.985000', '133236.988000', '133236.991000', '133236.993000', '133236.996000', '133237.000000', '133237.003000', '133237.005000', '133237.008000', '133237.010000', '133237.013000', '133237.016000', '133237.018000', '133237.021000', '133237.023000', '133237.026000', '133237.029000', '133237.031000', '133237.034000', '133237.036000', '133237.039000', '133237.042000', '133237.044000', '133237.047000', '133237.050000', '133237.052000', '133237.055000', '133237.057000', '133237.060000', '133237.062000', '133237.065000', '133237.068000', '133237.070000', '133256.955000', '133256.958000', '133256.961000', '133256.964000', '133256.966000', '133256.969000', '133256.971000', '133256.974000', '133256.977000', '133256.979000', '133256.982000', '133256.985000', '133256.987000', '133256.990000', '133256.993000', '133256.995000', '133256.998000', '133257.001000', '133257.004000', '133257.007000', '133257.009000', '133257.012000', '133257.014000', '133257.017000', '133257.020000', '133257.022000', '133257.025000', '133257.028000', '133257.030000', '133257.033000', '133257.035000', '133257.038000', '133257.041000', '133257.043000', '133257.046000', '133257.049000', '133257.051000', '133257.054000', '133257.056000', '133257.059000', '133257.062000', '133257.064000', '133257.067000', '133316.955000', '133316.958000', '133316.961000', '133316.964000', '133316.966000', '133316.969000', '133316.971000', '133316.974000', '133316.976000', '133316.979000', '133316.982000', '133316.985000', '133316.987000', '133316.990000', '133316.992000', '133316.995000', '133316.998000', '133317.001000', '133317.004000', '133317.007000', '133317.009000', '133317.012000', '133317.015000', '133317.017000', '133317.020000', '133317.022000', '133317.025000', '133317.028000', '133317.030000', '133317.033000', '133317.035000', '133317.038000', '133317.041000', '133317.043000', '133317.046000', '133317.049000', '133317.051000', '133317.054000', '133317.057000', '133317.059000', '133317.062000', '133317.065000', '133317.067000', '133317.070000', '133336.956000', '133336.959000', '133336.961000', '133336.964000', '133336.966000', '133336.969000', '133336.971000', '133336.974000', '133336.977000', '133336.979000', '133336.982000', '133336.984000', '133336.987000', '133336.990000', '133336.992000', '133336.995000', '133336.997000', '133337.001000', '133337.004000', '133337.006000', '133337.009000', '133337.012000', '133337.014000', '133337.017000', '133337.019000', '133337.022000', '133337.025000', '133337.027000', '133337.030000', '133337.032000', '133337.035000', '133337.037000', '133337.040000', '133337.043000', '133337.045000', '133337.048000', '133337.050000', '133337.053000', '133337.095000', '133337.098000', '133337.101000', '133337.103000', '133337.106000', '133356.956000', '133356.958000', '133356.961000', '133356.964000', '133356.966000', '133356.969000', '133356.978000', '133356.981000', '133356.983000', '133356.986000', '133356.989000', '133356.991000', '133356.994000', '133356.996000', '133357.000000', '133357.003000', '133357.005000', '133357.008000', '133357.011000', '133357.013000', '133357.016000', '133357.019000', '133357.021000', '133357.024000', '133357.027000', '133357.029000', '133357.032000', '133357.035000', '133357.037000', '133357.040000', '133357.043000', '133357.045000', '133357.048000', '133357.050000', '133357.053000', '133357.056000', '133357.058000', '133357.061000', '133357.063000', '133357.066000', '133357.069000', '133357.071000', '133357.074000', '133357.077000', '133416.955000', '133416.958000', '133416.961000', '133416.963000', '133416.966000', '133416.969000', '133416.971000', '133416.974000', '133416.977000', '133416.979000', '133416.982000', '133416.984000', '133416.987000', '133416.990000', '133416.992000', '133416.995000', '133416.998000', '133417.000000', '133417.003000', '133417.005000', '133417.008000', '133417.011000', '133417.013000', '133417.016000', '133417.019000', '133417.021000', '133417.024000', '133417.026000', '133417.029000', '133417.032000', '133417.034000', '133417.037000', '133417.040000', '133417.042000', '133417.045000', '133417.047000', '133417.050000', '133417.053000', '133417.055000', '133417.058000', '133417.060000', '133417.063000', '133417.066000', '133436.955000', '133436.958000', '133436.961000', '133436.964000', '133436.966000', '133436.969000', '133436.971000', '133436.974000', '133436.977000', '133436.979000', '133436.982000', '133436.984000', '133436.987000', '133436.990000', '133436.992000', '133436.995000', '133436.997000', '133437.001000', '133437.003000', '133437.006000', '133437.009000', '133437.011000', '133437.014000', '133437.017000', '133437.019000', '133437.022000', '133437.024000', '133437.027000', '133437.029000', '133437.032000', '133437.035000', '133437.037000', '133437.040000', '133437.042000', '133437.045000', '133437.048000', '133437.050000', '133437.053000', '133437.055000', '133437.058000', '133437.061000', '133437.063000', '133437.066000', '133437.069000', '133456.955000', '133456.958000', '133456.961000', '133456.964000', '133456.966000', '133456.969000', '133456.971000', '133456.974000', '133456.976000', '133456.979000', '133456.982000', '133456.984000', '133456.987000', '133456.990000', '133456.992000', '133456.995000', '133456.997000', '133457.001000', '133457.004000', '133457.006000', '133457.009000', '133457.012000', '133457.014000', '133457.017000', '133457.019000', '133457.022000', '133457.025000', '133457.027000', '133457.030000', '133457.032000', '133457.035000', '133457.038000', '133457.040000', '133457.043000', '133457.045000', '133457.048000', '133457.051000', '133457.053000', '133457.056000', '133457.058000', '133457.061000', '133457.064000', '133457.066000', '133516.955000', '133516.958000', '133516.961000', '133516.964000', '133516.966000', '133516.969000', '133516.972000', '133516.974000', '133516.977000', '133516.980000', '133516.982000', '133516.985000', '133516.989000', '133516.992000', '133516.994000', '133516.997000', '133517.001000', '133517.003000', '133517.006000', '133517.009000', '133517.011000', '133517.014000', '133517.016000', '133517.019000', '133517.021000', '133517.024000', '133517.027000', '133517.029000', '133517.032000', '133517.034000', '133517.037000', '133517.040000', '133517.042000', '133517.045000', '133517.048000', '133517.050000', '133517.053000', '133517.056000', '133517.058000', '133517.061000', '133517.063000', '133517.066000', '133517.069000', '133517.071000', '133536.955000', '133536.958000', '133536.961000', '133536.963000', '133536.967000', '133536.969000', '133536.972000', '133536.975000', '133536.978000', '133536.980000', '133536.983000', '133536.985000', '133536.988000', '133536.991000', '133536.993000', '133536.996000', '133536.998000', '133537.002000', '133537.005000', '133537.007000', '133537.010000', '133537.013000', '133537.015000', '133537.018000', '133537.021000', '133537.023000', '133537.026000', '133537.028000', '133537.031000', '133537.034000', '133537.036000', '133537.039000', '133537.041000', '133537.044000', '133537.047000', '133537.049000', '133537.052000', '133537.054000', '133537.057000', '133537.060000', '133537.062000', '133537.065000', '133537.068000', '133548.137000', '133548.140000', '133548.142000', '133548.145000', '133548.148000', '133548.151000', '133548.153000', '133548.157000', '133548.160000', '133548.162000', '133548.165000', '133548.169000', '133548.172000', '133548.175000', '133548.178000', '133548.181000', '133548.184000', '133548.187000', '133548.190000', '133548.193000', '133548.196000', '133548.199000', '133548.202000', '133548.205000', '133548.207000'], 'InstanceCreationTime': ['132916.982000', '132916.985000', '132916.988000', '132916.991000', '132917.001000', '132917.004000', '132917.006000', '132917.009000', '132917.012000', '132917.014000', '132917.017000', '132917.019000', '132917.022000', '132917.036000', '132917.038000', '132917.041000', '132917.044000', '132917.052000', '132917.055000', '132917.057000', '132917.060000', '132936.956000', '132936.959000', '132936.962000', '132936.965000', '132936.967000', '132936.970000', '132936.973000', '132936.975000', '132936.978000', '132936.980000', '132936.983000', '132936.985000', '132936.988000', '132936.990000', '132936.993000', '132936.996000', '132936.998000', '132937.001000', '132937.004000', '132937.007000', '132937.009000', '132937.012000', '132937.014000', '132937.021000', '132937.024000', '132937.026000', '132937.029000', '132937.032000', '132937.034000', '132937.037000', '132937.039000', '132937.042000', '132937.044000', '132937.047000', '132937.049000', '132937.052000', '132937.054000', '132937.057000', '132937.060000', '132937.062000', '132937.065000', '132937.071000', '132937.074000', '132956.955000', '132956.958000', '132956.961000', '132956.963000', '132956.966000', '132956.969000', '132956.971000', '132956.974000', '132956.976000', '132956.979000', '132956.981000', '132956.984000', '132956.986000', '132956.989000', '132956.992000', '132956.994000', '132956.997000', '132957.001000', '132957.003000', '132957.006000', '132957.008000', '132957.011000', '132957.014000', '132957.016000', '132957.019000', '132957.021000', '132957.024000', '132957.027000', '132957.029000', '132957.032000', '132957.034000', '132957.037000', '132957.040000', '132957.042000', '132957.045000', '132957.047000', '132957.050000', '132957.053000', '132957.055000', '132957.058000', '132957.060000', '132957.063000', '132957.066000', '132957.068000', '133016.955000', '133016.958000', '133016.961000', '133016.963000', '133016.966000', '133016.968000', '133016.971000', '133016.974000', '133016.976000', '133016.979000', '133016.981000', '133016.984000', '133016.986000', '133016.989000', '133016.992000', '133016.996000', '133016.998000', '133017.003000', '133017.006000', '133017.009000', '133017.011000', '133017.014000', '133017.017000', '133017.019000', '133017.022000', '133017.024000', '133017.027000', '133017.030000', '133017.032000', '133017.035000', '133017.037000', '133017.040000', '133017.043000', '133017.045000', '133017.048000', '133017.050000', '133017.053000', '133017.056000', '133017.058000', '133017.061000', '133017.063000', '133017.066000', '133017.068000', '133036.955000', '133036.958000', '133036.961000', '133036.963000', '133036.966000', '133036.969000', '133036.971000', '133036.974000', '133036.977000', '133036.979000', '133036.982000', '133036.984000', '133036.987000', '133036.990000', '133036.992000', '133036.995000', '133036.998000', '133037.001000', '133037.016000', '133037.018000', '133037.021000', '133037.024000', '133037.026000', '133037.029000', '133037.032000', '133037.034000', '133037.037000', '133037.039000', '133037.042000', '133037.044000', '133037.047000', '133037.050000', '133037.052000', '133037.055000', '133037.058000', '133037.060000', '133037.063000', '133037.065000', '133037.068000', '133037.070000', '133037.073000', '133037.076000', '133037.078000', '133037.081000', '133056.955000', '133056.958000', '133056.961000', '133056.964000', '133056.966000', '133056.969000', '133056.971000', '133056.975000', '133056.978000', '133056.981000', '133056.983000', '133056.986000', '133056.989000', '133056.991000', '133056.994000', '133056.996000', '133057.000000', '133057.003000', '133057.005000', '133057.008000', '133057.010000', '133057.013000', '133057.016000', '133057.018000', '133057.021000', '133057.023000', '133057.026000', '133057.028000', '133057.031000', '133057.034000', '133057.036000', '133057.039000', '133057.042000', '133057.044000', '133057.047000', '133057.049000', '133057.052000', '133057.055000', '133057.057000', '133057.060000', '133057.063000', '133057.065000', '133057.068000', '133116.955000', '133116.958000', '133116.961000', '133116.964000', '133116.966000', '133116.969000', '133116.971000', '133116.974000', '133116.977000', '133116.979000', '133116.982000', '133116.985000', '133116.987000', '133116.990000', '133116.992000', '133116.995000', '133116.998000', '133117.001000', '133117.004000', '133117.006000', '133117.009000', '133117.011000', '133117.014000', '133117.017000', '133117.019000', '133117.022000', '133117.024000', '133117.027000', '133117.030000', '133117.032000', '133117.035000', '133117.038000', '133117.040000', '133117.043000', '133117.045000', '133117.048000', '133117.051000', '133117.053000', '133117.056000', '133117.059000', '133117.061000', '133117.064000', '133117.066000', '133117.069000', '133136.956000', '133136.959000', '133136.961000', '133136.964000', '133136.966000', '133136.969000', '133136.972000', '133136.974000', '133136.977000', '133136.980000', '133136.982000', '133136.985000', '133136.987000', '133136.990000', '133136.993000', '133136.995000', '133136.998000', '133137.002000', '133137.005000', '133137.007000', '133137.010000', '133137.013000', '133137.015000', '133137.018000', '133137.021000', '133137.023000', '133137.026000', '133137.028000', '133137.031000', '133137.034000', '133137.036000', '133137.039000', '133137.042000', '133137.045000', '133137.048000', '133137.051000', '133137.053000', '133137.056000', '133137.058000', '133137.061000', '133137.064000', '133137.066000', '133137.069000', '133156.955000', '133156.958000', '133156.961000', '133156.964000', '133156.966000', '133156.969000', '133156.972000', '133156.974000', '133156.977000', '133156.979000', '133156.982000', '133156.985000', '133156.987000', '133156.990000', '133156.993000', '133156.995000', '133156.998000', '133157.000000', '133157.003000', '133157.006000', '133157.008000', '133157.011000', '133157.013000', '133157.016000', '133157.019000', '133157.021000', '133157.030000', '133157.033000', '133157.035000', '133157.038000', '133157.041000', '133157.043000', '133157.046000', '133157.048000', '133157.051000', '133157.054000', '133157.056000', '133157.059000', '133157.062000', '133157.064000', '133157.067000', '133157.069000', '133157.072000', '133157.075000', '133216.956000', '133216.958000', '133216.961000', '133216.964000', '133216.966000', '133216.969000', '133216.971000', '133216.974000', '133216.977000', '133216.979000', '133216.982000', '133216.984000', '133216.987000', '133217.002000', '133217.005000', '133217.007000', '133217.010000', '133217.013000', '133217.015000', '133217.018000', '133217.021000', '133217.023000', '133217.026000', '133217.029000', '133217.031000', '133217.034000', '133217.036000', '133217.039000', '133217.042000', '133217.044000', '133217.047000', '133217.049000', '133217.052000', '133217.055000', '133217.057000', '133217.060000', '133217.062000', '133217.065000', '133217.068000', '133217.070000', '133217.073000', '133217.076000', '133217.078000', '133236.956000', '133236.959000', '133236.962000', '133236.964000', '133236.967000', '133236.970000', '133236.972000', '133236.975000', '133236.977000', '133236.980000', '133236.983000', '133236.985000', '133236.988000', '133236.991000', '133236.993000', '133236.996000', '133237.000000', '133237.003000', '133237.005000', '133237.008000', '133237.010000', '133237.013000', '133237.016000', '133237.018000', '133237.021000', '133237.023000', '133237.026000', '133237.029000', '133237.031000', '133237.034000', '133237.036000', '133237.039000', '133237.042000', '133237.044000', '133237.047000', '133237.050000', '133237.052000', '133237.055000', '133237.057000', '133237.060000', '133237.062000', '133237.065000', '133237.068000', '133237.070000', '133256.955000', '133256.958000', '133256.961000', '133256.964000', '133256.966000', '133256.969000', '133256.971000', '133256.974000', '133256.977000', '133256.979000', '133256.982000', '133256.985000', '133256.987000', '133256.990000', '133256.993000', '133256.995000', '133256.998000', '133257.001000', '133257.004000', '133257.007000', '133257.009000', '133257.012000', '133257.014000', '133257.017000', '133257.020000', '133257.022000', '133257.025000', '133257.028000', '133257.030000', '133257.033000', '133257.035000', '133257.038000', '133257.041000', '133257.043000', '133257.046000', '133257.049000', '133257.051000', '133257.054000', '133257.056000', '133257.059000', '133257.062000', '133257.064000', '133257.067000', '133316.955000', '133316.958000', '133316.961000', '133316.964000', '133316.966000', '133316.969000', '133316.971000', '133316.974000', '133316.976000', '133316.979000', '133316.982000', '133316.985000', '133316.987000', '133316.990000', '133316.992000', '133316.995000', '133316.998000', '133317.001000', '133317.004000', '133317.007000', '133317.009000', '133317.012000', '133317.015000', '133317.017000', '133317.020000', '133317.022000', '133317.025000', '133317.028000', '133317.030000', '133317.033000', '133317.035000', '133317.038000', '133317.041000', '133317.043000', '133317.046000', '133317.049000', '133317.051000', '133317.054000', '133317.057000', '133317.059000', '133317.062000', '133317.065000', '133317.067000', '133317.070000', '133336.956000', '133336.959000', '133336.961000', '133336.964000', '133336.966000', '133336.969000', '133336.971000', '133336.974000', '133336.977000', '133336.979000', '133336.982000', '133336.984000', '133336.987000', '133336.990000', '133336.992000', '133336.995000', '133336.997000', '133337.001000', '133337.004000', '133337.006000', '133337.009000', '133337.012000', '133337.014000', '133337.017000', '133337.019000', '133337.022000', '133337.025000', '133337.027000', '133337.030000', '133337.032000', '133337.035000', '133337.037000', '133337.040000', '133337.043000', '133337.045000', '133337.048000', '133337.050000', '133337.053000', '133337.095000', '133337.098000', '133337.101000', '133337.103000', '133337.106000', '133356.956000', '133356.958000', '133356.961000', '133356.964000', '133356.966000', '133356.969000', '133356.978000', '133356.981000', '133356.983000', '133356.986000', '133356.989000', '133356.991000', '133356.994000', '133356.996000', '133357.000000', '133357.003000', '133357.005000', '133357.008000', '133357.011000', '133357.013000', '133357.016000', '133357.019000', '133357.021000', '133357.024000', '133357.027000', '133357.029000', '133357.032000', '133357.035000', '133357.037000', '133357.040000', '133357.043000', '133357.045000', '133357.048000', '133357.050000', '133357.053000', '133357.056000', '133357.058000', '133357.061000', '133357.063000', '133357.066000', '133357.069000', '133357.071000', '133357.074000', '133357.077000', '133416.955000', '133416.958000', '133416.961000', '133416.963000', '133416.966000', '133416.969000', '133416.971000', '133416.974000', '133416.977000', '133416.979000', '133416.982000', '133416.984000', '133416.987000', '133416.990000', '133416.992000', '133416.995000', '133416.998000', '133417.000000', '133417.003000', '133417.005000', '133417.008000', '133417.011000', '133417.013000', '133417.016000', '133417.019000', '133417.021000', '133417.024000', '133417.026000', '133417.029000', '133417.032000', '133417.034000', '133417.037000', '133417.040000', '133417.042000', '133417.045000', '133417.047000', '133417.050000', '133417.053000', '133417.055000', '133417.058000', '133417.060000', '133417.063000', '133417.066000', '133436.955000', '133436.958000', '133436.961000', '133436.964000', '133436.966000', '133436.969000', '133436.971000', '133436.974000', '133436.977000', '133436.979000', '133436.982000', '133436.984000', '133436.987000', '133436.990000', '133436.992000', '133436.995000', '133436.997000', '133437.001000', '133437.003000', '133437.006000', '133437.009000', '133437.011000', '133437.014000', '133437.017000', '133437.019000', '133437.022000', '133437.024000', '133437.027000', '133437.029000', '133437.032000', '133437.035000', '133437.037000', '133437.040000', '133437.042000', '133437.045000', '133437.048000', '133437.050000', '133437.053000', '133437.055000', '133437.058000', '133437.061000', '133437.063000', '133437.066000', '133437.069000', '133456.955000', '133456.958000', '133456.961000', '133456.964000', '133456.966000', '133456.969000', '133456.971000', '133456.974000', '133456.976000', '133456.979000', '133456.982000', '133456.984000', '133456.987000', '133456.990000', '133456.992000', '133456.995000', '133456.997000', '133457.001000', '133457.004000', '133457.006000', '133457.009000', '133457.012000', '133457.014000', '133457.017000', '133457.019000', '133457.022000', '133457.025000', '133457.027000', '133457.030000', '133457.032000', '133457.035000', '133457.038000', '133457.040000', '133457.043000', '133457.045000', '133457.048000', '133457.051000', '133457.053000', '133457.056000', '133457.058000', '133457.061000', '133457.064000', '133457.066000', '133516.955000', '133516.958000', '133516.961000', '133516.964000', '133516.966000', '133516.969000', '133516.972000', '133516.974000', '133516.977000', '133516.980000', '133516.982000', '133516.985000', '133516.989000', '133516.992000', '133516.994000', '133516.997000', '133517.001000', '133517.003000', '133517.006000', '133517.009000', '133517.011000', '133517.014000', '133517.016000', '133517.019000', '133517.021000', '133517.024000', '133517.027000', '133517.029000', '133517.032000', '133517.034000', '133517.037000', '133517.040000', '133517.042000', '133517.045000', '133517.048000', '133517.050000', '133517.053000', '133517.056000', '133517.058000', '133517.061000', '133517.063000', '133517.066000', '133517.069000', '133517.071000', '133536.955000', '133536.958000', '133536.961000', '133536.963000', '133536.967000', '133536.969000', '133536.972000', '133536.975000', '133536.978000', '133536.980000', '133536.983000', '133536.985000', '133536.988000', '133536.991000', '133536.993000', '133536.996000', '133536.998000', '133537.002000', '133537.005000', '133537.007000', '133537.010000', '133537.013000', '133537.015000', '133537.018000', '133537.021000', '133537.023000', '133537.026000', '133537.028000', '133537.031000', '133537.034000', '133537.036000', '133537.039000', '133537.041000', '133537.044000', '133537.047000', '133537.049000', '133537.052000', '133537.054000', '133537.057000', '133537.060000', '133537.062000', '133537.065000', '133537.068000', '133548.137000', '133548.140000', '133548.142000', '133548.145000', '133548.148000', '133548.151000', '133548.153000', '133548.157000', '133548.160000', '133548.162000', '133548.165000', '133548.169000', '133548.172000', '133548.175000', '133548.178000', '133548.181000', '133548.184000', '133548.187000', '133548.190000', '133548.193000', '133548.196000', '133548.199000', '133548.202000', '133548.205000', '133548.207000'], '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': [13321, 18277, 24513, 16239, 20309, 15345, 18366, 13934, 20262, 14200, 12576, 15065, 11523, 18554, 15619, 15372, 16263, 13777, 18312, 13888, 18736, 15862, 19508, 15014, 18420, 14877, 17857, 15804, 13537, 16747, 13339, 18389, 13728, 17433, 14961, 20002, 15471, 15648, 17763, 14043, 18419, 14446, 19493, 14982, 20452, 16335, 18404, 14753, 19634, 14236, 19898, 15000, 15351, 14799, 14929, 16342, 15083, 16934, 11983, 18865, 15682, 19385, 16163, 18695, 15041, 15516, 16091, 18825, 16094, 13111, 17553, 13847, 18497, 15377, 16386, 12737, 19401, 15557, 21848, 16465, 14038, 16896, 12261, 19016, 15550, 19305, 15782, 18455, 15071, 18462, 15382, 18946, 14600, 20677, 13998, 11027, 12329, 10801, 14641, 16123, 18473, 20631, 19657, 15223, 22940, 16602, 17788, 12939, 17340, 11467, 17954, 13559, 17380, 12670, 16193, 15072, 12787, 17881, 13061, 19364, 14294, 15012, 17736, 13839, 20222, 14714, 20164, 15332, 19608, 14276, 19209, 14441, 21932, 15207, 12837, 13297, 11999, 17121, 13894, 19119, 13893, 20311, 13403, 18301, 16058, 12211, 19198, 13869, 15772, 13392, 22301, 15011, 19102, 14346, 17759, 12999, 17777, 13287, 19633, 13905, 12240, 14747, 11085, 19728, 15464, 14881, 13182, 13917, 16264, 13842, 18648, 14228, 18823, 14395, 21318, 13883, 15769, 15270, 11895, 18073, 11912, 18670, 14519, 18653, 14487, 18702, 14571, 19711, 14644, 14702, 13366, 12934, 16291, 13394, 18210, 13925, 18877, 14383, 19820, 14705, 15516, 14643, 13877, 15167, 16397, 15103, 14074, 15712, 14947, 14744, 19722, 14576, 20806, 14666, 15338, 13553, 14847, 14879, 16517, 16347, 13337, 17744, 12939, 19375, 15460, 19932, 15048, 21251, 14931, 20285, 15144, 13089, 15412, 14259, 17288, 15129, 17801, 12339, 18412, 14618, 20070, 15930, 19324, 14270, 14032, 15761, 15573, 17371, 12101, 18055, 12733, 18444, 13725, 19013, 14406, 18255, 14675, 19349, 15650, 18193, 14354, 19742, 14499, 14172, 14656, 13356, 15881, 14379, 17272, 13673, 18436, 14409, 19433, 15364, 17919, 19735, 14917, 14192, 12483, 20490, 14021, 13560, 16621, 11572, 18128, 12920, 18731, 14324, 18391, 11783, 18021, 12545, 18592, 14527, 16449, 11667, 17412, 13530, 18971, 15610, 18257, 14502, 18309, 12999, 17694, 14121, 16062, 13744, 15223, 14514, 17506, 12422, 19185, 14246, 19635, 16362, 19663, 15544, 21165, 15049, 20613, 15586, 15091, 14794, 13958, 16398, 15480, 17382, 12081, 19515, 16266, 20253, 16055, 18132, 13107, 17693, 14433, 18943, 15045, 13030, 15605, 14780, 20200, 14588, 12195, 21497, 14862, 12649, 15805, 18171, 14917, 21683, 15570, 17828, 14387, 17129, 12465, 18483, 14330, 19724, 14248, 17108, 14815, 13092, 16134, 12573, 19082, 15497, 19404, 15394, 18920, 14231, 20073, 14949, 20002, 14118, 19982, 13814, 22037, 14451, 16807, 13226, 12730, 20830, 13821, 13999, 13312, 11419, 17238, 14321, 10301, 19279, 12710, 20468, 14563, 16207, 10766, 17299, 11803, 20616, 13854, 17636, 12133, 12149, 16987, 12739, 17744, 13965, 19644, 15977, 20376, 13896, 18193, 14059, 18519, 14815, 12953, 16162, 11729, 18175, 15061, 20314, 14842, 12773, 16294, 13335, 18888, 15500, 18676, 15012, 18619, 14970, 18028, 14832, 18355, 13614, 18280, 14460, 19534, 15493, 16898, 17532, 14383, 16539, 12242, 18619, 12590, 16501, 13343, 16793, 14662, 17568, 13017, 17496, 14083, 20822, 18257, 22499, 14756, 12668, 14229, 12178, 19220, 16106, 20526, 13969, 13122, 15118, 11923, 17219, 14437, 15487, 22769, 14545, 18674, 14594, 17590, 13714, 16823, 12867, 16644, 13735, 17101, 13805, 19076, 13954, 15052, 15224, 13958, 17579, 13141, 17662, 14498, 18852, 14783, 19906, 16005, 18158, 15067, 12998, 15333, 12277, 19443, 16745, 20826, 15079, 16138, 15710, 13784, 18554, 14440, 18898, 15272, 13230, 16966, 15866, 12567, 17089, 13930, 12824, 17808, 13331, 19645, 14621, 18242, 13713, 18677, 12995, 14769, 16131, 14477, 18432, 13987, 20364, 14403, 13314, 18694, 14024, 15341, 13944, 11850, 18763, 13999, 18343, 13724, 19149, 15004, 19700, 15159, 14358, 17056, 14849, 17813, 13561, 18514, 14776, 20893, 14717, 13041, 15503, 10945, 18230, 14389, 18543, 13025, 18012, 14552, 18135, 14622, 19594, 14210, 16474, 15908, 12316, 17884, 14274, 19749, 15494, 16189, 16166, 13522, 16763, 13613, 18246, 14995, 20579, 15478, 14431, 15909, 12202, 18368, 15027, 16236, 15204, 12606, 17299, 15602, 17868, 13606, 18806, 15003, 19425, 15246, 18281, 15083, 13435, 16279, 12386, 19747, 16349, 14791, 14342, 14819, 18818, 16100, 20167, 14534, 14731, 15445, 14172, 18769, 13244, 14442, 17238, 13489, 18836, 13844, 20319, 14909, 18028, 14263, 17238, 12670, 17949, 13015, 14017, 14193, 12451, 16969, 12093, 18153, 12438, 13205, 14213, 11555, 17558, 12642, 16880, 13424, 13204, 16159, 12048, 17678, 12744, 18330, 14425, 17280, 14529, 11975, 17880, 13494, 19532, 14260, 20134, 13419, 17728, 14004, 13206, 15580, 11484, 17361, 14047, 19229, 14292, 18732, 14513, 12034, 15812, 12304, 18428, 14425, 17835, 13760, 19629, 13440, 15984, 14654, 12188, 15698, 12806, 16934, 14337, 17123, 13350, 19097, 13834, 15223, 15247, 12056, 15972, 13381, 15579, 22191, 15935, 13572, 14966, 12658, 17782, 14414, 20113, 14102, 21134, 14785, 19209, 14392, 15844, 12227, 15789, 11450, 15660, 12382, 15973, 13643, 15739, 14563, 16182, 11964, 14389, 16705, 16862, 13456, 17582, 13221, 21436, 15391, 14271, 17548, 15169, 17214, 14139, 19168, 14583, 21878, 15671, 21685, 16031, 14231, 15245, 14875, 17632, 15863, 18087, 12069, 19054, 15119, 20489, 15661, 16324, 15587, 13043, 16538, 12652, 19717, 15865, 19142, 14839, 19040, 14745, 19829, 15718, 18767, 13975, 18653, 14497, 21497, 14804, 12886, 14405, 13659, 15775, 15515, 16436, 13634, 15774, 13476, 16951, 14409, 17533, 12132, 18693, 14204, 19597, 15718, 18962, 15043, 21041, 15508, 17545, 16222, 12650, 18596, 14082, 19022, 16080, 18309, 14697, 18375, 13576, 16677, 13912, 15864, 21588, 14753, 20860, 14890, 13185, 15030, 11954, 18362, 12657, 20246, 15794, 19212, 15233, 20024, 16099, 20174, 14878, 18099, 15247, 18944, 15678, 13554, 14993, 22932, 15406, 20009, 15491, 15294, 14339, 12697, 18115, 13648, 19133, 13144, 19096, 14954, 16900, 17833, 16626, 13904, 15631, 22653, 15210, 19559, 15731, 18478, 14164, 18655, 14718, 18871, 15264, 18656, 14389, 18850, 14495, 19160, 15380, 19201, 15106, 19061, 14774], 'WindowCenter': [4906.0, 4920.0, 4926.0, 4870.0, 4877.0, 4844.0, 4850.0, 4830.0, 4860.0, 4830.0, 4809.0, 4840.0, 4820.0, 4873.0, 4864.0, 4855.0, 4868.0, 4857.0, 4888.0, 4848.0, 4889.0, 4868.0, 4879.0, 4858.0, 4875.0, 4856.0, 4862.0, 4856.0, 4831.0, 4865.0, 4833.0, 4889.0, 4862.0, 4895.0, 4857.0, 4873.0, 4854.0, 4853.0, 4876.0, 4844.0, 4873.0, 4843.0, 4870.0, 4854.0, 4875.0, 4854.0, 4861.0, 4832.0, 4859.0, 4831.0, 4870.0, 4841.0, 4835.0, 4841.0, 4850.0, 4864.0, 4851.0, 4863.0, 4823.0, 4874.0, 4866.0, 4887.0, 4866.0, 4875.0, 4867.0, 4854.0, 4868.0, 4886.0, 4867.0, 4845.0, 4876.0, 4845.0, 4888.0, 4855.0, 4866.0, 4836.0, 4889.0, 4866.0, 4897.0, 4867.0, 4856.0, 4876.0, 4837.0, 4875.0, 4868.0, 4887.0, 4868.0, 4876.0, 4857.0, 4875.0, 4856.0, 4877.0, 4871.0, 4897.0, 4868.0, 4838.0, 4873.0, 4855.0, 4880.0, 4881.0, 4900.0, 4913.0, 4902.0, 4873.0, 4913.0, 4867.0, 4862.0, 4822.0, 4859.0, 4807.0, 4861.0, 4832.0, 4861.0, 4845.0, 4864.0, 4866.0, 4858.0, 4899.0, 4872.0, 4898.0, 4881.0, 4880.0, 4904.0, 4874.0, 4913.0, 4882.0, 4910.0, 4880.0, 4901.0, 4872.0, 4899.0, 4869.0, 4908.0, 4869.0, 4848.0, 4872.0, 4852.0, 4891.0, 4872.0, 4899.0, 4871.0, 4898.0, 4857.0, 4899.0, 4880.0, 4849.0, 4899.0, 4860.0, 4867.0, 4848.0, 4898.0, 4855.0, 4873.0, 4832.0, 4850.0, 4831.0, 4860.0, 4843.0, 4872.0, 4844.0, 4822.0, 4852.0, 4825.0, 4896.0, 4868.0, 4866.0, 4848.0, 4845.0, 4865.0, 4846.0, 4887.0, 4857.0, 4875.0, 4856.0, 4884.0, 4847.0, 4866.0, 4856.0, 4825.0, 4873.0, 4824.0, 4874.0, 4855.0, 4874.0, 4843.0, 4861.0, 4842.0, 4870.0, 4841.0, 4839.0, 4832.0, 4820.0, 4863.0, 4843.0, 4872.0, 4843.0, 4872.0, 4843.0, 4884.0, 4855.0, 4853.0, 4854.0, 4842.0, 4854.0, 4853.0, 4855.0, 4842.0, 4854.0, 4840.0, 4853.0, 4870.0, 4842.0, 4882.0, 4843.0, 4840.0, 4834.0, 4842.0, 4856.0, 4864.0, 4876.0, 4845.0, 4889.0, 4848.0, 4900.0, 4869.0, 4901.0, 4881.0, 4909.0, 4883.0, 4914.0, 4883.0, 4856.0, 4880.0, 4856.0, 4891.0, 4868.0, 4889.0, 4838.0, 4889.0, 4858.0, 4888.0, 4869.0, 4885.0, 4858.0, 4844.0, 4867.0, 4855.0, 4877.0, 4823.0, 4865.0, 4834.0, 4873.0, 4844.0, 4861.0, 4842.0, 4861.0, 4842.0, 4861.0, 4842.0, 4861.0, 4842.0, 4871.0, 4844.0, 4831.0, 4840.0, 4828.0, 4853.0, 4842.0, 4864.0, 4843.0, 4873.0, 4856.0, 4874.0, 4856.0, 4875.0, 4890.0, 4856.0, 4858.0, 4850.0, 4887.0, 4857.0, 4846.0, 4867.0, 4828.0, 4887.0, 4849.0, 4889.0, 4857.0, 4876.0, 4826.0, 4873.0, 4835.0, 4876.0, 4844.0, 4853.0, 4810.0, 4863.0, 4844.0, 4875.0, 4855.0, 4874.0, 4858.0, 4876.0, 4847.0, 4879.0, 4845.0, 4867.0, 4844.0, 4868.0, 4856.0, 4876.0, 4836.0, 4886.0, 4858.0, 4888.0, 4879.0, 4888.0, 4869.0, 4897.0, 4870.0, 4897.0, 4869.0, 4855.0, 4858.0, 4846.0, 4868.0, 4866.0, 4877.0, 4836.0, 4888.0, 4879.0, 4888.0, 4868.0, 4889.0, 4847.0, 4879.0, 4836.0, 4848.0, 4856.0, 4861.0, 4881.0, 4880.0, 4910.0, 4871.0, 4851.0, 4909.0, 4858.0, 4837.0, 4869.0, 4865.0, 4857.0, 4887.0, 4844.0, 4862.0, 4832.0, 4849.0, 4822.0, 4849.0, 4830.0, 4858.0, 4842.0, 4861.0, 4854.0, 4833.0, 4865.0, 4837.0, 4887.0, 4878.0, 4887.0, 4869.0, 4875.0, 4848.0, 4886.0, 4870.0, 4887.0, 4904.0, 4915.0, 4878.0, 4903.0, 4857.0, 4866.0, 4820.0, 4805.0, 4892.0, 4868.0, 4867.0, 4871.0, 4851.0, 4899.0, 4880.0, 4842.0, 4911.0, 4863.0, 4915.0, 4871.0, 4882.0, 4841.0, 4889.0, 4828.0, 4876.0, 4799.0, 4814.0, 4789.0, 4799.0, 4863.0, 4862.0, 4889.0, 4869.0, 4888.0, 4865.0, 4883.0, 4833.0, 4860.0, 4843.0, 4862.0, 4844.0, 4822.0, 4852.0, 4822.0, 4863.0, 4856.0, 4883.0, 4842.0, 4820.0, 4848.0, 4831.0, 4872.0, 4854.0, 4872.0, 4854.0, 4872.0, 4853.0, 4864.0, 4843.0, 4873.0, 4842.0, 4872.0, 4855.0, 4884.0, 4866.0, 4876.0, 4886.0, 4868.0, 4886.0, 4860.0, 4889.0, 4833.0, 4866.0, 4843.0, 4877.0, 4868.0, 4889.0, 4858.0, 4890.0, 4870.0, 4923.0, 4901.0, 4910.0, 4867.0, 4834.0, 4845.0, 4824.0, 4874.0, 4852.0, 4872.0, 4832.0, 4820.0, 4840.0, 4809.0, 4850.0, 4816.0, 4815.0, 4845.0, 4801.0, 4821.0, 4799.0, 4808.0, 4788.0, 4806.0, 4778.0, 4807.0, 4801.0, 4819.0, 4802.0, 4840.0, 4825.0, 4824.0, 4838.0, 4827.0, 4860.0, 4830.0, 4860.0, 4842.0, 4871.0, 4852.0, 4872.0, 4864.0, 4872.0, 4852.0, 4832.0, 4853.0, 4833.0, 4885.0, 4875.0, 4895.0, 4868.0, 4879.0, 4923.0, 4912.0, 4918.0, 4886.0, 4903.0, 4880.0, 4844.0, 4847.0, 4864.0, 4849.0, 4889.0, 4870.0, 4861.0, 4890.0, 4858.0, 4915.0, 4845.0, 4892.0, 4847.0, 4875.0, 4821.0, 4851.0, 4894.0, 4884.0, 4901.0, 4869.0, 4909.0, 4868.0, 4859.0, 4887.0, 4855.0, 4853.0, 4857.0, 4851.0, 4901.0, 4859.0, 4889.0, 4859.0, 4888.0, 4867.0, 4885.0, 4855.0, 4854.0, 4865.0, 4843.0, 4864.0, 4834.0, 4863.0, 4843.0, 4871.0, 4840.0, 4820.0, 4838.0, 4811.0, 4861.0, 4843.0, 4873.0, 4834.0, 4862.0, 4843.0, 4874.0, 4854.0, 4871.0, 4855.0, 4863.0, 4864.0, 4836.0, 4888.0, 4868.0, 4896.0, 4881.0, 4878.0, 4876.0, 4846.0, 4877.0, 4857.0, 4887.0, 4871.0, 4899.0, 4893.0, 4893.0, 4902.0, 4850.0, 4899.0, 4895.0, 4879.0, 4879.0, 4848.0, 4890.0, 4878.0, 4886.0, 4857.0, 4886.0, 4867.0, 4885.0, 4867.0, 4874.0, 4856.0, 4845.0, 4877.0, 4847.0, 4897.0, 4880.0, 4867.0, 4870.0, 4880.0, 4912.0, 4891.0, 4898.0, 4871.0, 4879.0, 4880.0, 4883.0, 4912.0, 4884.0, 4893.0, 4902.0, 4871.0, 4898.0, 4872.0, 4913.0, 4882.0, 4889.0, 4857.0, 4875.0, 4847.0, 4882.0, 4859.0, 4856.0, 4866.0, 4848.0, 4889.0, 4859.0, 4887.0, 4860.0, 4871.0, 4894.0, 4864.0, 4911.0, 4873.0, 4889.0, 4873.0, 4873.0, 4904.0, 4864.0, 4913.0, 4874.0, 4914.0, 4893.0, 4901.0, 4882.0, 4862.0, 4914.0, 4883.0, 4914.0, 4884.0, 4912.0, 4886.0, 4890.0, 4869.0, 4859.0, 4878.0, 4838.0, 4904.0, 4883.0, 4901.0, 4867.0, 4885.0, 4856.0, 4836.0, 4876.0, 4848.0, 4899.0, 4870.0, 4888.0, 4869.0, 4898.0, 4871.0, 4877.0, 4867.0, 4848.0, 4879.0, 4847.0, 4887.0, 4867.0, 4889.0, 4859.0, 4898.0, 4868.0, 4878.0, 4877.0, 4847.0, 4879.0, 4858.0, 4880.0, 4909.0, 4880.0, 4843.0, 4868.0, 4860.0, 4899.0, 4868.0, 4898.0, 4870.0, 4897.0, 4869.0, 4902.0, 4916.0, 4941.0, 4893.0, 4895.0, 4841.0, 4867.0, 4837.0, 4869.0, 4859.0, 4882.0, 4868.0, 4865.0, 4788.0, 4825.0, 4835.0, 4848.0, 4830.0, 4861.0, 4843.0, 4894.0, 4877.0, 4868.0, 4902.0, 4880.0, 4901.0, 4872.0, 4914.0, 4897.0, 4923.0, 4893.0, 4921.0, 4893.0, 4882.0, 4894.0, 4870.0, 4891.0, 4880.0, 4891.0, 4838.0, 4899.0, 4866.0, 4898.0, 4869.0, 4877.0, 4867.0, 4845.0, 4866.0, 4836.0, 4887.0, 4866.0, 4875.0, 4856.0, 4886.0, 4866.0, 4885.0, 4865.0, 4873.0, 4844.0, 4872.0, 4844.0, 4883.0, 4855.0, 4833.0, 4855.0, 4844.0, 4867.0, 4865.0, 4867.0, 4842.0, 4864.0, 4843.0, 4875.0, 4854.0, 4875.0, 4835.0, 4885.0, 4856.0, 4885.0, 4866.0, 4885.0, 4865.0, 4897.0, 4883.0, 4864.0, 4891.0, 4836.0, 4877.0, 4871.0, 4904.0, 4890.0, 4903.0, 4871.0, 4888.0, 4844.0, 4866.0, 4843.0, 4865.0, 4884.0, 4855.0, 4894.0, 4866.0, 4844.0, 4866.0, 4837.0, 4897.0, 4861.0, 4909.0, 4892.0, 4901.0, 4892.0, 4912.0, 4894.0, 4912.0, 4883.0, 4890.0, 4882.0, 4889.0, 4880.0, 4846.0, 4869.0, 4909.0, 4868.0, 4897.0, 4867.0, 4865.0, 4857.0, 4847.0, 4899.0, 4867.0, 4899.0, 4858.0, 4902.0, 4869.0, 4890.0, 4877.0, 4878.0, 4845.0, 4868.0, 4896.0, 4866.0, 4885.0, 4855.0, 4872.0, 4845.0, 4873.0, 4856.0, 4884.0, 4864.0, 4873.0, 4856.0, 4885.0, 4868.0, 4897.0, 4869.0, 4887.0, 4868.0, 4897.0, 4870.0], 'WindowWidth': [10667.0, 10684.0, 10702.0, 10588.0, 10602.0, 10538.0, 10546.0, 10513.0, 10558.0, 10515.0, 10484.0, 10530.0, 10502.0, 10583.0, 10571.0, 10559.0, 10581.0, 10562.0, 10613.0, 10550.0, 10617.0, 10581.0, 10603.0, 10568.0, 10587.0, 10563.0, 10569.0, 10561.0, 10520.0, 10574.0, 10524.0, 10617.0, 10575.0, 10627.0, 10561.0, 10578.0, 10554.0, 10550.0, 10590.0, 10540.0, 10585.0, 10537.0, 10575.0, 10555.0, 10593.0, 10551.0, 10562.0, 10519.0, 10557.0, 10519.0, 10575.0, 10533.0, 10517.0, 10535.0, 10544.0, 10571.0, 10548.0, 10567.0, 10510.0, 10586.0, 10575.0, 10610.0, 10578.0, 10589.0, 10579.0, 10556.0, 10583.0, 10606.0, 10579.0, 10542.0, 10593.0, 10542.0, 10614.0, 10558.0, 10576.0, 10530.0, 10617.0, 10576.0, 10627.0, 10579.0, 10557.0, 10590.0, 10535.0, 10591.0, 10581.0, 10612.0, 10579.0, 10594.0, 10562.0, 10590.0, 10561.0, 10595.0, 10591.0, 10628.0, 10588.0, 10549.0, 10600.0, 10578.0, 10601.0, 10607.0, 10633.0, 10669.0, 10644.0, 10599.0, 10675.0, 10582.0, 10570.0, 10508.0, 10560.0, 10484.0, 10563.0, 10522.0, 10562.0, 10547.0, 10571.0, 10579.0, 10568.0, 10630.0, 10595.0, 10627.0, 10608.0, 10603.0, 10644.0, 10603.0, 10659.0, 10610.0, 10651.0, 10609.0, 10638.0, 10593.0, 10633.0, 10586.0, 10646.0, 10587.0, 10555.0, 10594.0, 10564.0, 10621.0, 10596.0, 10633.0, 10593.0, 10629.0, 10566.0, 10633.0, 10607.0, 10559.0, 10635.0, 10576.0, 10580.0, 10554.0, 10639.0, 10558.0, 10588.0, 10523.0, 10548.0, 10520.0, 10561.0, 10540.0, 10581.0, 10541.0, 10507.0, 10552.0, 10517.0, 10622.0, 10581.0, 10576.0, 10555.0, 10545.0, 10578.0, 10546.0, 10611.0, 10563.0, 10590.0, 10560.0, 10601.0, 10552.0, 10577.0, 10564.0, 10517.0, 10584.0, 10514.0, 10588.0, 10560.0, 10587.0, 10539.0, 10565.0, 10536.0, 10580.0, 10535.0, 10528.0, 10521.0, 10501.0, 10568.0, 10538.0, 10580.0, 10537.0, 10581.0, 10540.0, 10603.0, 10561.0, 10552.0, 10557.0, 10536.0, 10557.0, 10553.0, 10560.0, 10535.0, 10558.0, 10530.0, 10555.0, 10579.0, 10539.0, 10599.0, 10538.0, 10530.0, 10528.0, 10536.0, 10561.0, 10572.0, 10592.0, 10545.0, 10617.0, 10554.0, 10635.0, 10586.0, 10638.0, 10606.0, 10649.0, 10613.0, 10661.0, 10612.0, 10564.0, 10603.0, 10563.0, 10618.0, 10580.0, 10614.0, 10536.0, 10614.0, 10568.0, 10617.0, 10584.0, 10606.0, 10566.0, 10541.0, 10580.0, 10559.0, 10595.0, 10512.0, 10575.0, 10526.0, 10587.0, 10540.0, 10567.0, 10534.0, 10563.0, 10536.0, 10566.0, 10535.0, 10562.0, 10533.0, 10577.0, 10541.0, 10518.0, 10534.0, 10513.0, 10553.0, 10534.0, 10571.0, 10537.0, 10583.0, 10559.0, 10589.0, 10562.0, 10588.0, 10620.0, 10561.0, 10570.0, 10558.0, 10610.0, 10565.0, 10546.0, 10579.0, 10523.0, 10609.0, 10554.0, 10616.0, 10561.0, 10593.0, 10517.0, 10585.0, 10528.0, 10595.0, 10538.0, 10553.0, 10490.0, 10566.0, 10542.0, 10590.0, 10558.0, 10585.0, 10565.0, 10594.0, 10549.0, 10599.0, 10544.0, 10578.0, 10540.0, 10580.0, 10560.0, 10592.0, 10532.0, 10607.0, 10565.0, 10613.0, 10597.0, 10614.0, 10584.0, 10626.0, 10588.0, 10629.0, 10586.0, 10558.0, 10565.0, 10544.0, 10583.0, 10575.0, 10596.0, 10532.0, 10613.0, 10596.0, 10618.0, 10580.0, 10615.0, 10547.0, 10596.0, 10527.0, 10537.0, 10559.0, 10575.0, 10607.0, 10604.0, 10648.0, 10591.0, 10565.0, 10653.0, 10569.0, 10532.0, 10583.0, 10573.0, 10561.0, 10616.0, 10539.0, 10565.0, 10520.0, 10543.0, 10505.0, 10541.0, 10513.0, 10554.0, 10534.0, 10561.0, 10557.0, 10524.0, 10572.0, 10537.0, 10612.0, 10598.0, 10610.0, 10584.0, 10591.0, 10552.0, 10607.0, 10586.0, 10610.0, 10658.0, 10663.0, 10607.0, 10641.0, 10562.0, 10573.0, 10498.0, 10473.0, 10613.0, 10588.0, 10584.0, 10597.0, 10567.0, 10632.0, 10606.0, 10556.0, 10651.0, 10584.0, 10666.0, 10592.0, 10610.0, 10550.0, 10617.0, 10522.0, 10588.0, 10457.0, 10473.0, 10445.0, 10462.0, 10566.0, 10582.0, 10617.0, 10585.0, 10617.0, 10574.0, 10599.0, 10525.0, 10560.0, 10540.0, 10567.0, 10541.0, 10507.0, 10553.0, 10508.0, 10570.0, 10564.0, 10603.0, 10538.0, 10503.0, 10541.0, 10522.0, 10584.0, 10556.0, 10583.0, 10556.0, 10582.0, 10554.0, 10573.0, 10538.0, 10585.0, 10535.0, 10580.0, 10560.0, 10602.0, 10578.0, 10594.0, 10609.0, 10585.0, 10608.0, 10577.0, 10618.0, 10526.0, 10576.0, 10540.0, 10597.0, 10583.0, 10619.0, 10570.0, 10624.0, 10591.0, 10681.0, 10640.0, 10660.0, 10582.0, 10528.0, 10549.0, 10513.0, 10590.0, 10553.0, 10583.0, 10523.0, 10503.0, 10533.0, 10483.0, 10547.0, 10489.0, 10490.0, 10545.0, 10462.0, 10493.0, 10454.0, 10468.0, 10437.0, 10463.0, 10424.0, 10465.0, 10459.0, 10485.0, 10465.0, 10520.0, 10503.0, 10499.0, 10525.0, 10509.0, 10562.0, 10516.0, 10563.0, 10535.0, 10579.0, 10552.0, 10585.0, 10572.0, 10580.0, 10552.0, 10522.0, 10555.0, 10526.0, 10605.0, 10589.0, 10619.0, 10581.0, 10598.0, 10683.0, 10669.0, 10673.0, 10619.0, 10639.0, 10604.0, 10542.0, 10537.0, 10573.0, 10557.0, 10615.0, 10588.0, 10575.0, 10617.0, 10568.0, 10666.0, 10543.0, 10624.0, 10548.0, 10588.0, 10501.0, 10548.0, 10631.0, 10613.0, 10639.0, 10586.0, 10650.0, 10583.0, 10571.0, 10612.0, 10559.0, 10554.0, 10566.0, 10562.0, 10637.0, 10569.0, 10619.0, 10569.0, 10615.0, 10580.0, 10605.0, 10560.0, 10555.0, 10577.0, 10539.0, 10574.0, 10528.0, 10570.0, 10541.0, 10582.0, 10532.0, 10501.0, 10528.0, 10492.0, 10564.0, 10539.0, 10585.0, 10527.0, 10568.0, 10540.0, 10586.0, 10557.0, 10581.0, 10559.0, 10569.0, 10573.0, 10534.0, 10614.0, 10583.0, 10627.0, 10607.0, 10598.0, 10593.0, 10548.0, 10593.0, 10563.0, 10612.0, 10589.0, 10636.0, 10628.0, 10628.0, 10642.0, 10562.0, 10636.0, 10634.0, 10602.0, 10599.0, 10554.0, 10619.0, 10597.0, 10611.0, 10566.0, 10610.0, 10580.0, 10609.0, 10581.0, 10588.0, 10563.0, 10543.0, 10595.0, 10553.0, 10631.0, 10605.0, 10581.0, 10590.0, 10602.0, 10655.0, 10618.0, 10631.0, 10593.0, 10600.0, 10607.0, 10619.0, 10663.0, 10622.0, 10634.0, 10645.0, 10597.0, 10632.0, 10600.0, 10670.0, 10612.0, 10623.0, 10569.0, 10594.0, 10555.0, 10601.0, 10576.0, 10565.0, 10583.0, 10557.0, 10618.0, 10579.0, 10615.0, 10580.0, 10599.0, 10637.0, 10594.0, 10657.0, 10601.0, 10620.0, 10601.0, 10600.0, 10648.0, 10590.0, 10660.0, 10605.0, 10662.0, 10631.0, 10639.0, 10614.0, 10584.0, 10661.0, 10616.0, 10665.0, 10618.0, 10659.0, 10623.0, 10618.0, 10589.0, 10573.0, 10599.0, 10541.0, 10648.0, 10614.0, 10640.0, 10582.0, 10608.0, 10565.0, 10536.0, 10595.0, 10558.0, 10634.0, 10591.0, 10617.0, 10588.0, 10630.0, 10595.0, 10598.0, 10585.0, 10555.0, 10604.0, 10554.0, 10614.0, 10581.0, 10618.0, 10573.0, 10630.0, 10589.0, 10600.0, 10598.0, 10554.0, 10603.0, 10569.0, 10607.0, 10653.0, 10605.0, 10544.0, 10583.0, 10575.0, 10632.0, 10586.0, 10630.0, 10588.0, 10627.0, 10587.0, 10645.0, 10680.0, 10727.0, 10643.0, 10632.0, 10549.0, 10582.0, 10534.0, 10586.0, 10568.0, 10608.0, 10583.0, 10577.0, 10438.0, 10502.0, 10517.0, 10543.0, 10516.0, 10565.0, 10542.0, 10620.0, 10596.0, 10583.0, 10640.0, 10605.0, 10639.0, 10594.0, 10665.0, 10641.0, 10676.0, 10630.0, 10671.0, 10628.0, 10610.0, 10630.0, 10591.0, 10624.0, 10603.0, 10625.0, 10541.0, 10631.0, 10581.0, 10631.0, 10588.0, 10595.0, 10581.0, 10546.0, 10580.0, 10534.0, 10613.0, 10578.0, 10594.0, 10564.0, 10609.0, 10580.0, 10609.0, 10575.0, 10587.0, 10544.0, 10585.0, 10544.0, 10601.0, 10560.0, 10526.0, 10561.0, 10543.0, 10582.0, 10576.0, 10580.0, 10537.0, 10573.0, 10538.0, 10591.0, 10557.0, 10592.0, 10532.0, 10606.0, 10564.0, 10609.0, 10576.0, 10606.0, 10574.0, 10626.0, 10610.0, 10570.0, 10619.0, 10530.0, 10591.0, 10591.0, 10648.0, 10620.0, 10645.0, 10591.0, 10614.0, 10543.0, 10579.0, 10539.0, 10574.0, 10607.0, 10561.0, 10620.0, 10577.0, 10544.0, 10579.0, 10539.0, 10628.0, 10579.0, 10650.0, 10623.0, 10639.0, 10625.0, 10658.0, 10633.0, 10657.0, 10614.0, 10621.0, 10610.0, 10618.0, 10604.0, 10550.0, 10587.0, 10651.0, 10584.0, 10627.0, 10582.0, 10574.0, 10567.0, 10552.0, 10630.0, 10582.0, 10634.0, 10570.0, 10641.0, 10585.0, 10619.0, 10597.0, 10598.0, 10547.0, 10582.0, 10631.0, 10580.0, 10609.0, 10560.0, 10584.0, 10546.0, 10587.0, 10563.0, 10603.0, 10573.0, 10586.0, 10563.0, 10604.0, 10584.0, 10624.0, 10585.0, 10611.0, 10584.0, 10627.0, 10589.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.001590103448275862</td></tr>
<tr><td colspan=3>aqi</td><td>0.030291461839080457</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.81872400108174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.262765611070196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01300661827388</td></tr>
<tr><td colspan=3>efc</td><td>0.5166</td></tr>
<tr><td colspan=3>fber</td><td>3581.1208</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15307429507255318</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>183</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.03448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3370785738872653</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.208755674611888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.634331937192632</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.168148109857275</td></tr>
<tr><td colspan=3>gcor</td><td>0.022562</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018898753449320793</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0368945375084877</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.154174103041818</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.3005</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.1414</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>268.0849</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292099.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1253.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.7574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1114</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.774</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3999.014</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.6181</td></tr>
<tr><td colspan=3>tsnr</td><td>36.57559362798929</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>