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

616 lines
No EOL
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0086_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0086_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-03/func/sub-0086_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8e89fcdc84127bceb3534474dc63527e</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>09:28:32.882500</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.999863, -0.0149052, -0.00716229, 0.0153579, 0.997568, 0.0679843]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0952045</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 646, -41, -142, 94, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5397f897-81e1-4298-855d-c6619b6b89dd||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.6825599670410156, 0.04120420292019844, -0.016555195674300194, 111.66639709472656], [0.03998943790793419, 2.6764025688171387, 0.1838293969631195, -102.57610321044922], [-0.019215893000364304, -0.182396799325943, 2.6936838626861572, -65.18501281738281], [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': ['092832.882500', '092833.342500', '092833.802500', '092834.262500', '092834.722500', '092835.182500', '092835.642500', '092836.102500', '092836.562500', '092837.022500', '092837.482500', '092837.942500', '092838.402500', '092838.862500', '092839.322500', '092839.782500', '092840.242500', '092840.702500', '092841.162500', '092841.622500', '092842.082500', '092842.542500', '092843.002500', '092843.462500', '092843.922500', '092844.382500', '092844.842500', '092845.302500', '092845.762500', '092846.222500', '092846.682500', '092847.142500', '092847.602500', '092848.062500', '092848.522500', '092848.982500', '092849.442500', '092849.902500', '092850.362500', '092850.822500', '092851.282500', '092851.742500', '092852.202500', '092852.662500', '092853.122500', '092853.582500', '092854.042500', '092854.502500', '092854.962500', '092855.422500', '092855.882500', '092856.342500', '092856.802500', '092857.262500', '092857.722500', '092858.182500', '092858.642500', '092859.102500', '092859.562500', '092900.022500', '092900.482500', '092900.942500', '092901.402500', '092901.862500', '092902.322500', '092902.782500', '092903.242500', '092903.702500', '092904.162500', '092904.622500', '092905.082500', '092905.542500', '092906.002500', '092906.462500', '092906.922500', '092907.382500', '092907.842500', '092908.302500', '092908.762500', '092909.222500', '092909.682500', '092910.142500', '092910.602500', '092911.062500', '092911.522500', '092911.982500', '092912.442500', '092912.902500', '092913.362500', '092913.822500', '092914.282500', '092914.742500', '092915.202500', '092915.662500', '092916.122500', '092916.582500', '092917.042500', '092917.502500', '092917.962500', '092918.422500', '092918.882500', '092919.342500', '092919.802500', '092920.262500', '092920.722500', '092921.182500', '092921.642500', '092922.102500', '092922.562500', '092923.022500', '092923.482500', '092923.942500', '092924.402500', '092924.862500', '092925.322500', '092925.782500', '092926.242500', '092926.702500', '092927.162500', '092927.622500', '092928.082500', '092928.542500', '092929.002500', '092929.462500', '092929.922500', '092930.382500', '092930.842500', '092931.302500', '092931.762500', '092932.222500', '092932.682500', '092933.142500', '092933.602500', '092934.062500', '092934.522500', '092934.982500', '092935.442500', '092935.902500', '092936.362500', '092936.822500', '092937.282500', '092937.742500', '092938.202500', '092938.662500', '092939.122500', '092939.582500', '092940.042500', '092940.502500', '092940.962500', '092941.422500', '092941.882500', '092942.342500', '092942.802500', '092943.262500', '092943.722500', '092944.182500', '092944.642500', '092945.102500', '092945.562500', '092946.022500', '092946.482500', '092946.942500', '092947.402500', '092947.862500', '092948.322500', '092948.782500', '092949.242500', '092949.702500', '092950.162500', '092950.622500', '092951.082500', '092951.542500', '092952.002500', '092952.462500', '092952.922500', '092953.382500', '092953.842500', '092954.302500', '092954.762500', '092955.222500', '092955.682500', '092956.142500', '092956.602500', '092957.062500', '092957.522500', '092957.982500', '092958.442500', '092958.902500', '092959.362500', '092959.822500', '093000.282500', '093000.742500', '093001.202500', '093001.662500', '093002.122500', '093002.582500', '093003.042500', '093003.502500', '093003.962500', '093004.422500', '093004.882500', '093005.342500', '093005.802500', '093006.262500', '093006.722500', '093007.182500', '093007.642500', '093008.102500', '093008.562500', '093009.022500', '093009.482500', '093009.942500', '093010.402500', '093010.862500', '093011.322500', '093011.782500', '093012.242500', '093012.702500', '093013.162500', '093013.622500', '093014.082500', '093014.542500', '093015.002500', '093015.462500', '093015.922500', '093016.382500', '093016.842500', '093017.302500', '093017.762500', '093018.222500', '093018.682500', '093019.142500', '093019.602500', '093020.062500', '093020.522500', '093020.982500', '093021.442500', '093021.902500', '093022.362500', '093022.822500', '093023.282500', '093023.742500', '093024.202500', '093024.662500', '093025.122500', '093025.582500', '093026.042500', '093026.502500', '093026.962500', '093027.422500', '093027.882500', '093028.342500', '093028.802500', '093029.262500', '093029.722500', '093030.182500', '093030.642500', '093031.102500', '093031.562500', '093032.022500', '093032.482500', '093032.942500', '093033.402500', '093033.862500', '093034.322500', '093034.782500', '093035.242500', '093035.702500', '093036.162500', '093036.622500', '093037.082500', '093037.542500', '093038.002500', '093038.462500', '093038.922500', '093039.382500', '093039.842500', '093040.302500', '093040.762500', '093041.222500', '093041.682500', '093042.142500', '093042.602500', '093043.062500', '093043.522500', '093043.982500', '093044.442500', '093044.902500', '093045.362500', '093045.822500', '093046.282500', '093046.742500', '093047.202500', '093047.662500', '093048.122500', '093048.582500', '093049.042500', '093049.502500', '093049.962500', '093050.422500', '093050.882500', '093051.342500', '093051.802500', '093052.262500', '093052.722500', '093053.182500', '093053.642500', '093054.102500', '093054.562500', '093055.022500', '093055.482500', '093055.942500', '093056.402500', '093056.862500', '093057.322500', '093057.782500', '093058.242500', '093058.702500', '093059.162500', '093059.622500', '093100.082500', '093100.542500', '093101.002500', '093101.462500', '093101.922500', '093102.382500', '093102.842500', '093103.302500', '093103.762500', '093104.222500', '093104.682500', '093105.142500', '093105.602500', '093106.062500', '093106.522500', '093106.982500', '093107.442500', '093107.902500', '093108.362500', '093108.822500', '093109.282500', '093109.742500', '093110.202500', '093110.662500', '093111.122500', '093111.582500', '093112.042500', '093112.502500', '093112.962500', '093113.422500', '093113.882500', '093114.342500', '093114.802500', '093115.262500', '093115.722500', '093116.182500', '093116.642500', '093117.102500', '093117.562500', '093118.022500', '093118.482500', '093118.942500', '093119.402500', '093119.862500', '093120.322500', '093120.782500', '093121.242500', '093121.702500', '093122.162500', '093122.622500', '093123.082500', '093123.542500', '093124.002500', '093124.462500', '093124.922500', '093125.382500', '093125.842500', '093126.302500', '093126.762500', '093127.222500', '093127.682500', '093128.142500', '093128.602500', '093129.062500', '093129.522500', '093129.982500', '093130.442500', '093130.902500', '093131.362500', '093131.822500', '093132.282500', '093132.742500', '093133.202500', '093133.662500', '093134.122500', '093134.582500', '093135.042500', '093135.502500', '093135.962500', '093136.422500', '093136.882500', '093137.342500', '093137.802500', '093138.262500', '093138.722500', '093139.182500', '093139.642500', '093140.102500', '093140.562500', '093141.022500', '093141.482500', '093141.942500', '093142.402500', '093142.862500', '093143.322500', '093143.782500', '093144.242500', '093144.702500', '093145.162500', '093145.622500', '093146.082500', '093146.542500', '093147.002500', '093147.462500', '093147.922500', '093148.382500', '093148.842500', '093149.302500', '093149.762500', '093150.222500', '093150.682500', '093151.142500', '093151.602500', '093152.062500', '093152.522500', '093152.982500', '093153.442500', '093153.902500', '093154.362500', '093154.822500', '093155.282500', '093155.742500', '093156.202500', '093156.662500', '093157.122500', '093157.582500', '093158.042500', '093158.502500', '093158.962500', '093159.422500', '093159.882500', '093200.342500', '093200.802500', '093201.262500', '093201.722500', '093202.182500', '093202.642500', '093203.102500', '093203.562500', '093204.022500', '093204.482500', '093204.942500', '093205.402500', '093205.862500', '093206.322500', '093206.782500', '093207.242500', '093207.702500', '093208.162500', '093208.622500', '093209.082500', '093209.542500', '093210.002500', '093210.462500', '093210.922500', '093211.382500', '093211.842500', '093212.302500', '093212.762500', '093213.222500', '093213.682500', '093214.142500', '093214.602500', '093215.062500', '093215.522500', '093215.982500', '093216.442500', '093216.902500', '093217.362500', '093217.822500', '093218.282500', '093218.742500', '093219.202500', '093219.662500', '093220.122500', '093220.582500', '093221.042500', '093221.502500', '093221.962500', '093222.422500', '093222.882500', '093223.342500', '093223.802500', '093224.262500', '093224.722500', '093225.182500', '093225.642500', '093226.102500', '093226.562500', '093227.022500', '093227.482500', '093227.942500', '093228.402500', '093228.862500', '093229.322500', '093229.782500', '093230.242500', '093230.702500', '093231.162500', '093231.622500', '093232.082500', '093232.542500', '093233.002500', '093233.462500', '093233.922500', '093234.382500', '093234.842500', '093235.302500', '093235.762500', '093236.222500', '093236.682500', '093237.142500', '093237.602500', '093238.062500', '093238.522500', '093238.982500', '093239.442500', '093239.902500', '093240.362500', '093240.822500', '093241.282500', '093241.742500', '093242.202500', '093242.662500', '093243.122500', '093243.582500', '093244.042500', '093244.502500', '093244.962500', '093245.422500', '093245.882500', '093246.342500', '093246.802500', '093247.262500', '093247.722500', '093248.182500', '093248.642500', '093249.102500', '093249.562500', '093250.022500', '093250.482500', '093250.942500', '093251.402500', '093251.862500', '093252.322500', '093252.782500', '093253.242500', '093253.702500', '093254.162500', '093254.622500', '093255.082500', '093255.542500', '093256.002500', '093256.462500', '093256.922500', '093257.382500', '093257.842500', '093258.302500', '093258.762500', '093259.222500', '093259.682500', '093300.142500', '093300.602500', '093301.062500', '093301.522500', '093301.982500', '093302.442500', '093302.902500', '093303.362500', '093303.822500', '093304.282500', '093304.742500', '093305.202500', '093305.662500', '093306.122500', '093306.582500', '093307.042500', '093307.502500', '093307.962500', '093308.422500', '093308.882500', '093309.342500', '093309.802500', '093310.262500', '093310.722500', '093311.182500', '093311.642500', '093312.102500', '093312.562500', '093313.022500', '093313.482500', '093313.942500', '093314.402500', '093314.862500', '093315.322500', '093315.782500', '093316.242500', '093316.702500', '093317.162500', '093317.622500', '093318.082500', '093318.542500', '093319.002500', '093319.462500', '093319.922500', '093320.382500', '093320.842500', '093321.302500', '093321.762500', '093322.222500', '093322.682500', '093323.142500', '093323.602500', '093324.062500', '093324.522500', '093324.982500', '093325.442500', '093325.902500', '093326.362500', '093326.822500', '093327.282500', '093327.742500', '093328.202500', '093328.662500', '093329.122500', '093329.582500', '093330.042500', '093330.502500', '093330.962500', '093331.422500', '093331.882500', '093332.342500', '093332.802500', '093333.262500', '093333.722500', '093334.182500', '093334.642500', '093335.102500', '093335.562500', '093336.022500', '093336.482500', '093336.942500', '093337.402500', '093337.862500', '093338.322500', '093338.782500', '093339.242500', '093339.702500', '093340.162500', '093340.622500', '093341.082500', '093341.542500', '093342.002500', '093342.462500', '093342.922500', '093343.382500', '093343.842500', '093344.302500', '093344.762500', '093345.222500', '093345.682500', '093346.142500', '093346.602500', '093347.062500', '093347.522500', '093347.982500', '093348.442500', '093348.902500', '093349.362500', '093349.822500', '093350.282500', '093350.742500', '093351.202500', '093351.662500', '093352.122500', '093352.582500', '093353.042500', '093353.502500', '093353.962500', '093354.422500', '093354.882500', '093355.342500', '093355.802500', '093356.262500', '093356.722500', '093357.182500', '093357.642500', '093358.102500', '093358.562500', '093359.022500', '093359.482500', '093359.942500', '093400.402500', '093400.862500', '093401.322500', '093401.782500', '093402.242500', '093402.702500', '093403.162500', '093403.622500', '093404.082500', '093404.542500', '093405.002500', '093405.462500', '093405.922500', '093406.382500', '093406.842500', '093407.302500', '093407.762500', '093408.222500', '093408.682500', '093409.142500', '093409.602500', '093410.062500', '093410.522500', '093410.982500', '093411.442500', '093411.902500', '093412.362500', '093412.822500', '093413.282500', '093413.742500', '093414.202500', '093414.662500', '093415.122500', '093415.582500', '093416.042500', '093416.502500', '093416.962500', '093417.422500', '093417.882500', '093418.342500', '093418.802500', '093419.262500', '093419.722500', '093420.182500', '093420.642500', '093421.102500', '093421.562500', '093422.022500', '093422.482500', '093422.942500', '093423.402500', '093423.862500', '093424.322500', '093424.782500', '093425.242500', '093425.702500', '093426.162500', '093426.622500', '093427.082500', '093427.542500', '093428.002500', '093428.462500', '093428.922500', '093429.382500', '093429.842500', '093430.302500', '093430.762500', '093431.222500', '093431.682500', '093432.142500', '093432.602500', '093433.062500', '093433.522500', '093433.982500', '093434.442500', '093434.902500', '093435.362500', '093435.822500', '093436.282500', '093436.742500', '093437.202500', '093437.662500', '093438.122500', '093438.582500', '093439.042500', '093439.502500', '093439.962500', '093440.422500', '093440.882500', '093441.342500', '093441.802500', '093442.262500', '093442.722500', '093443.182500', '093443.642500', '093444.102500', '093444.562500', '093445.022500', '093445.482500', '093445.942500', '093446.402500', '093446.862500', '093447.322500', '093447.782500', '093448.242500', '093448.702500', '093449.162500', '093449.622500', '093450.082500', '093450.542500', '093451.002500', '093451.462500', '093451.922500', '093452.382500', '093452.842500', '093453.302500', '093453.762500', '093454.222500', '093454.682500', '093455.142500', '093455.602500', '093456.062500', '093456.522500', '093456.982500', '093457.442500', '093457.902500', '093458.362500', '093458.822500', '093459.282500', '093459.742500', '093500.202500', '093500.662500', '093501.122500', '093501.582500', '093502.042500', '093502.502500', '093502.962500', '093503.422500', '093503.882500', '093504.342500', '093504.802500', '093505.262500', '093505.722500', '093506.182500', '093506.642500', '093507.102500', '093507.562500', '093508.022500', '093508.482500', '093508.942500', '093509.402500', '093509.862500', '093510.322500', '093510.782500', '093511.242500', '093511.702500', '093512.162500', '093512.622500', '093513.082500', '093513.542500'], 'ContentTime': ['092854.722000', '092854.725000', '092854.728000', '092854.731000', '092854.733000', '092854.744000', '092854.747000', '092854.749000', '092854.752000', '092854.755000', '092854.757000', '092854.772000', '092854.775000', '092854.778000', '092854.780000', '092854.783000', '092854.785000', '092854.788000', '092854.791000', '092854.793000', '092854.796000', '092854.799000', '092854.801000', '092854.804000', '092854.806000', '092854.809000', '092854.812000', '092854.814000', '092854.817000', '092854.820000', '092854.822000', '092854.825000', '092854.827000', '092854.830000', '092854.833000', '092854.835000', '092854.838000', '092854.840000', '092854.843000', '092854.846000', '092854.848000', '092854.851000', '092854.854000', '092854.856000', '092854.866000', '092914.699000', '092914.702000', '092914.704000', '092914.707000', '092914.709000', '092914.712000', '092914.715000', '092914.717000', '092914.720000', '092914.722000', '092914.725000', '092914.727000', '092914.730000', '092914.733000', '092914.735000', '092914.738000', '092914.740000', '092914.743000', '092914.746000', '092914.749000', '092914.752000', '092914.755000', '092914.758000', '092914.761000', '092914.763000', '092914.766000', '092914.769000', '092914.771000', '092914.774000', '092914.776000', '092914.779000', '092914.782000', '092914.784000', '092914.796000', '092914.799000', '092914.801000', '092914.804000', '092914.807000', '092914.809000', '092914.812000', '092914.814000', '092914.817000', '092914.820000', '092934.699000', '092934.701000', '092934.705000', '092934.707000', '092934.710000', '092934.712000', '092934.715000', '092934.718000', '092934.721000', '092934.723000', '092934.726000', '092934.729000', '092934.731000', '092934.734000', '092934.736000', '092934.739000', '092934.742000', '092934.744000', '092934.747000', '092934.749000', '092934.752000', '092934.755000', '092934.757000', '092934.760000', '092934.762000', '092934.765000', '092934.768000', '092934.770000', '092934.773000', '092934.775000', '092934.778000', '092934.780000', '092934.783000', '092934.785000', '092934.788000', '092934.791000', '092934.793000', '092934.796000', '092934.798000', '092934.801000', '092934.804000', '092934.806000', '092934.814000', '092934.817000', '092954.699000', '092954.702000', '092954.705000', '092954.707000', '092954.710000', '092954.713000', '092954.715000', '092954.718000', '092954.720000', '092954.723000', '092954.725000', '092954.728000', '092954.731000', '092954.733000', '092954.736000', '092954.738000', '092954.741000', '092954.743000', '092954.746000', '092954.749000', '092954.751000', '092954.754000', '092954.756000', '092954.759000', '092954.762000', '092954.764000', '092954.767000', '092954.769000', '092954.772000', '092954.774000', '092954.777000', '092954.780000', '092954.782000', '092954.785000', '092954.787000', '092954.791000', '092954.794000', '092954.807000', '092954.810000', '092954.813000', '092954.815000', '092954.818000', '092954.820000', '093014.699000', '093014.702000', '093014.705000', '093014.708000', '093014.710000', '093014.713000', '093014.715000', '093014.718000', '093014.720000', '093014.723000', '093014.726000', '093014.728000', '093014.731000', '093014.733000', '093014.736000', '093014.739000', '093014.741000', '093014.744000', '093014.746000', '093014.749000', '093014.752000', '093014.754000', '093014.757000', '093014.759000', '093014.762000', '093014.765000', '093014.767000', '093014.770000', '093014.773000', '093014.775000', '093014.778000', '093014.781000', '093014.788000', '093014.791000', '093014.797000', '093014.800000', '093014.802000', '093014.805000', '093014.807000', '093014.810000', '093014.813000', '093014.815000', '093014.818000', '093014.821000', '093034.700000', '093034.703000', '093034.705000', '093034.708000', '093034.710000', '093034.713000', '093034.716000', '093034.718000', '093034.721000', '093034.723000', '093034.726000', '093034.729000', '093034.731000', '093034.734000', '093034.736000', '093034.739000', '093034.742000', '093034.744000', '093034.747000', '093034.750000', '093034.752000', '093034.755000', '093034.757000', '093034.760000', '093034.763000', '093034.765000', '093034.768000', '093034.771000', '093034.773000', '093034.776000', '093034.779000', '093034.781000', '093034.784000', '093034.786000', '093034.789000', '093034.792000', '093034.794000', '093034.797000', '093034.800000', '093034.802000', '093034.805000', '093034.807000', '093034.810000', '093054.700000', '093054.702000', '093054.705000', '093054.708000', '093054.710000', '093054.713000', '093054.716000', '093054.718000', '093054.721000', '093054.723000', '093054.726000', '093054.729000', '093054.731000', '093054.734000', '093054.737000', '093054.739000', '093054.742000', '093054.744000', '093054.747000', '093054.750000', '093054.752000', '093054.755000', '093054.757000', '093054.760000', '093054.763000', '093054.765000', '093054.768000', '093054.770000', '093054.773000', '093054.776000', '093054.778000', '093054.781000', '093054.783000', '093054.786000', '093054.789000', '093054.791000', '093054.794000', '093054.796000', '093054.799000', '093054.802000', '093054.804000', '093054.807000', '093054.810000', '093054.812000', '093114.699000', '093114.702000', '093114.705000', '093114.708000', '093114.710000', '093114.713000', '093114.715000', '093114.718000', '093114.721000', '093114.723000', '093114.726000', '093114.728000', '093114.731000', '093114.734000', '093114.736000', '093114.744000', '093114.747000', '093114.750000', '093114.752000', '093114.755000', '093114.757000', '093114.760000', '093114.763000', '093114.765000', '093114.768000', '093114.770000', '093114.773000', '093114.776000', '093114.778000', '093114.781000', '093114.783000', '093114.786000', '093114.789000', '093114.792000', '093114.795000', '093114.798000', '093114.801000', '093114.803000', '093114.806000', '093114.809000', '093114.811000', '093114.814000', '093114.816000', '093134.698000', '093134.701000', '093134.704000', '093134.706000', '093134.709000', '093134.712000', '093134.714000', '093134.717000', '093134.720000', '093134.722000', '093134.725000', '093134.727000', '093134.730000', '093134.733000', '093134.735000', '093134.738000', '093134.740000', '093134.743000', '093134.746000', '093134.748000', '093134.751000', '093134.753000', '093134.756000', '093134.758000', '093134.761000', '093134.764000', '093134.766000', '093134.769000', '093134.771000', '093134.774000', '093134.777000', '093134.779000', '093134.782000', '093134.793000', '093134.796000', '093134.799000', '093134.801000', '093134.804000', '093134.806000', '093134.809000', '093134.812000', '093134.814000', '093134.817000', '093134.820000', '093154.698000', '093154.701000', '093154.704000', '093154.707000', '093154.709000', '093154.712000', '093154.714000', '093154.717000', '093154.720000', '093154.722000', '093154.734000', '093154.737000', '093154.739000', '093154.742000', '093154.744000', '093154.753000', '093154.756000', '093154.758000', '093154.761000', '093154.764000', '093154.766000', '093154.769000', '093154.771000', '093154.774000', '093154.777000', '093154.779000', '093154.782000', '093154.784000', '093154.787000', '093154.790000', '093154.792000', '093154.795000', '093154.798000', '093154.800000', '093154.803000', '093154.806000', '093154.810000', '093154.812000', '093154.820000', '093154.822000', '093154.825000', '093154.827000', '093154.830000', '093214.699000', '093214.702000', '093214.706000', '093214.709000', '093214.712000', '093214.714000', '093214.717000', '093214.720000', '093214.723000', '093214.725000', '093214.728000', '093214.730000', '093214.733000', '093214.736000', '093214.738000', '093214.741000', '093214.743000', '093214.746000', '093214.749000', '093214.751000', '093214.754000', '093214.756000', '093214.759000', '093214.762000', '093214.764000', '093214.767000', '093214.769000', '093214.772000', '093214.775000', '093214.777000', '093214.780000', '093214.782000', '093214.785000', '093214.788000', '093214.790000', '093214.793000', '093214.796000', '093214.798000', '093214.801000', '093214.803000', '093214.806000', '093214.809000', '093214.811000', '093214.814000', '093234.700000', '093234.702000', '093234.705000', '093234.708000', '093234.710000', '093234.713000', '093234.716000', '093234.718000', '093234.721000', '093234.724000', '093234.726000', '093234.729000', '093234.732000', '093234.734000', '093234.737000', '093234.740000', '093234.742000', '093234.745000', '093234.748000', '093234.750000', '093234.753000', '093234.756000', '093234.758000', '093234.761000', '093234.764000', '093234.766000', '093234.769000', '093234.771000', '093234.774000', '093234.777000', '093234.779000', '093234.782000', '093234.784000', '093234.787000', '093234.790000', '093234.792000', '093234.795000', '093234.798000', '093234.800000', '093234.803000', '093234.806000', '093234.808000', '093234.811000', '093254.700000', '093254.703000', '093254.705000', '093254.708000', '093254.710000', '093254.713000', '093254.715000', '093254.718000', '093254.721000', '093254.723000', '093254.726000', '093254.728000', '093254.731000', '093254.734000', '093254.736000', '093254.739000', '093254.742000', '093254.744000', '093254.747000', '093254.749000', '093254.752000', '093254.755000', '093254.757000', '093254.760000', '093254.763000', '093254.765000', '093254.768000', '093254.770000', '093254.773000', '093254.776000', '093254.779000', '093254.781000', '093254.784000', '093254.786000', '093254.789000', '093254.792000', '093254.794000', '093254.797000', '093254.800000', '093254.802000', '093254.805000', '093254.808000', '093254.810000', '093254.813000', '093314.699000', '093314.702000', '093314.705000', '093314.708000', '093314.710000', '093314.713000', '093314.715000', '093314.728000', '093314.731000', '093314.734000', '093314.737000', '093314.739000', '093314.742000', '093314.744000', '093314.747000', '093314.750000', '093314.752000', '093314.755000', '093314.757000', '093314.760000', '093314.763000', '093314.765000', '093314.768000', '093314.770000', '093314.773000', '093314.776000', '093314.778000', '093314.781000', '093314.783000', '093314.786000', '093314.789000', '093314.791000', '093314.794000', '093314.797000', '093314.799000', '093314.802000', '093314.805000', '093314.807000', '093314.810000', '093314.812000', '093314.815000', '093314.818000', '093314.820000', '093334.699000', '093334.702000', '093334.705000', '093334.708000', '093334.710000', '093334.713000', '093334.715000', '093334.718000', '093334.721000', '093334.723000', '093334.726000', '093334.729000', '093334.732000', '093334.734000', '093334.737000', '093334.740000', '093334.742000', '093334.745000', '093334.747000', '093334.750000', '093334.752000', '093334.755000', '093334.758000', '093334.760000', '093334.763000', '093334.766000', '093334.768000', '093334.771000', '093334.773000', '093334.776000', '093334.779000', '093334.781000', '093334.784000', '093334.786000', '093334.789000', '093334.792000', '093334.794000', '093334.797000', '093334.800000', '093334.802000', '093334.805000', '093334.807000', '093334.810000', '093334.813000', '093354.698000', '093354.701000', '093354.704000', '093354.707000', '093354.709000', '093354.712000', '093354.714000', '093354.717000', '093354.720000', '093354.722000', '093354.725000', '093354.727000', '093354.730000', '093354.733000', '093354.735000', '093354.738000', '093354.741000', '093354.743000', '093354.746000', '093354.748000', '093354.751000', '093354.754000', '093354.756000', '093354.759000', '093354.762000', '093354.764000', '093354.767000', '093354.769000', '093354.772000', '093354.775000', '093354.777000', '093354.780000', '093354.782000', '093354.785000', '093354.787000', '093354.790000', '093354.793000', '093354.795000', '093354.798000', '093354.800000', '093354.803000', '093354.806000', '093354.808000', '093414.699000', '093414.701000', '093414.704000', '093414.707000', '093414.709000', '093414.712000', '093414.715000', '093414.717000', '093414.720000', '093414.722000', '093414.725000', '093414.727000', '093414.730000', '093414.733000', '093414.735000', '093414.738000', '093414.741000', '093414.743000', '093414.746000', '093414.748000', '093414.751000', '093414.754000', '093414.756000', '093414.759000', '093414.762000', '093414.764000', '093414.767000', '093414.770000', '093414.772000', '093414.775000', '093414.777000', '093414.780000', '093414.783000', '093414.785000', '093414.788000', '093414.790000', '093414.793000', '093414.796000', '093414.798000', '093414.801000', '093414.803000', '093414.806000', '093414.809000', '093414.811000', '093434.699000', '093434.702000', '093434.705000', '093434.708000', '093434.710000', '093434.713000', '093434.715000', '093434.718000', '093434.721000', '093434.723000', '093434.726000', '093434.729000', '093434.731000', '093434.734000', '093434.736000', '093434.739000', '093434.742000', '093434.744000', '093434.748000', '093434.751000', '093434.754000', '093434.756000', '093434.759000', '093434.762000', '093434.764000', '093434.774000', '093434.777000', '093434.779000', '093434.782000', '093434.784000', '093434.787000', '093434.790000', '093434.792000', '093434.795000', '093434.798000', '093434.800000', '093434.803000', '093434.805000', '093434.808000', '093434.811000', '093434.813000', '093434.816000', '093434.819000', '093454.699000', '093454.702000', '093454.705000', '093454.708000', '093454.710000', '093454.713000', '093454.716000', '093454.719000', '093454.721000', '093454.724000', '093454.727000', '093454.729000', '093454.732000', '093454.735000', '093454.737000', '093454.740000', '093454.743000', '093454.745000', '093454.748000', '093454.751000', '093454.753000', '093454.756000', '093454.758000', '093454.761000', '093454.764000', '093454.766000', '093454.769000', '093454.772000', '093454.774000', '093454.777000', '093454.780000', '093454.782000', '093454.785000', '093454.787000', '093454.790000', '093454.793000', '093454.795000', '093454.798000', '093454.801000', '093454.803000', '093454.806000', '093454.809000', '093454.811000', '093454.814000', '093514.699000', '093514.702000', '093514.705000', '093514.707000', '093514.710000', '093514.713000', '093514.716000', '093514.718000', '093514.721000', '093514.725000', '093514.728000', '093514.731000', '093514.734000', '093514.737000', '093514.740000', '093514.743000', '093514.745000', '093514.748000', '093514.750000', '093514.753000', '093514.756000', '093514.758000', '093514.761000', '093514.763000', '093514.766000', '093514.769000', '093514.772000', '093514.775000', '093514.777000', '093514.780000', '093514.783000', '093514.786000', '093514.789000', '093514.793000', '093514.796000', '093514.799000', '093514.802000', '093514.805000', '093514.808000', '093514.811000', '093514.814000', '093514.817000', '093514.820000', '093514.922000'], 'InstanceCreationTime': ['092854.722000', '092854.725000', '092854.728000', '092854.731000', '092854.733000', '092854.744000', '092854.747000', '092854.749000', '092854.752000', '092854.755000', '092854.757000', '092854.772000', '092854.775000', '092854.778000', '092854.780000', '092854.783000', '092854.785000', '092854.788000', '092854.791000', '092854.793000', '092854.796000', '092854.799000', '092854.801000', '092854.804000', '092854.806000', '092854.809000', '092854.812000', '092854.814000', '092854.817000', '092854.820000', '092854.822000', '092854.825000', '092854.827000', '092854.830000', '092854.833000', '092854.835000', '092854.838000', '092854.840000', '092854.843000', '092854.846000', '092854.848000', '092854.851000', '092854.854000', '092854.856000', '092854.866000', '092914.699000', '092914.702000', '092914.704000', '092914.707000', '092914.709000', '092914.712000', '092914.715000', '092914.717000', '092914.720000', '092914.722000', '092914.725000', '092914.727000', '092914.730000', '092914.733000', '092914.735000', '092914.738000', '092914.740000', '092914.743000', '092914.746000', '092914.749000', '092914.752000', '092914.755000', '092914.758000', '092914.761000', '092914.763000', '092914.766000', '092914.769000', '092914.771000', '092914.774000', '092914.776000', '092914.779000', '092914.782000', '092914.784000', '092914.796000', '092914.799000', '092914.801000', '092914.804000', '092914.807000', '092914.809000', '092914.812000', '092914.814000', '092914.817000', '092914.820000', '092934.699000', '092934.701000', '092934.705000', '092934.707000', '092934.710000', '092934.712000', '092934.715000', '092934.718000', '092934.721000', '092934.723000', '092934.726000', '092934.729000', '092934.731000', '092934.734000', '092934.736000', '092934.739000', '092934.742000', '092934.744000', '092934.747000', '092934.749000', '092934.752000', '092934.755000', '092934.757000', '092934.760000', '092934.762000', '092934.765000', '092934.768000', '092934.770000', '092934.773000', '092934.775000', '092934.778000', '092934.780000', '092934.783000', '092934.785000', '092934.788000', '092934.791000', '092934.793000', '092934.796000', '092934.798000', '092934.801000', '092934.804000', '092934.806000', '092934.814000', '092934.817000', '092954.699000', '092954.702000', '092954.705000', '092954.707000', '092954.710000', '092954.713000', '092954.715000', '092954.718000', '092954.720000', '092954.723000', '092954.725000', '092954.728000', '092954.731000', '092954.733000', '092954.736000', '092954.738000', '092954.741000', '092954.743000', '092954.746000', '092954.749000', '092954.751000', '092954.754000', '092954.756000', '092954.759000', '092954.762000', '092954.764000', '092954.767000', '092954.769000', '092954.772000', '092954.774000', '092954.777000', '092954.780000', '092954.782000', '092954.785000', '092954.787000', '092954.791000', '092954.794000', '092954.807000', '092954.810000', '092954.813000', '092954.815000', '092954.818000', '092954.820000', '093014.699000', '093014.702000', '093014.705000', '093014.708000', '093014.710000', '093014.713000', '093014.715000', '093014.718000', '093014.720000', '093014.723000', '093014.726000', '093014.728000', '093014.731000', '093014.733000', '093014.736000', '093014.739000', '093014.741000', '093014.744000', '093014.746000', '093014.749000', '093014.752000', '093014.754000', '093014.757000', '093014.759000', '093014.762000', '093014.765000', '093014.767000', '093014.770000', '093014.773000', '093014.775000', '093014.778000', '093014.781000', '093014.788000', '093014.791000', '093014.797000', '093014.800000', '093014.802000', '093014.805000', '093014.807000', '093014.810000', '093014.813000', '093014.815000', '093014.818000', '093014.821000', '093034.700000', '093034.703000', '093034.705000', '093034.708000', '093034.710000', '093034.713000', '093034.716000', '093034.718000', '093034.721000', '093034.723000', '093034.726000', '093034.729000', '093034.731000', '093034.734000', '093034.736000', '093034.739000', '093034.742000', '093034.744000', '093034.747000', '093034.750000', '093034.752000', '093034.755000', '093034.757000', '093034.760000', '093034.763000', '093034.765000', '093034.768000', '093034.771000', '093034.773000', '093034.776000', '093034.779000', '093034.781000', '093034.784000', '093034.786000', '093034.789000', '093034.792000', '093034.794000', '093034.797000', '093034.800000', '093034.802000', '093034.805000', '093034.807000', '093034.810000', '093054.700000', '093054.702000', '093054.705000', '093054.708000', '093054.710000', '093054.713000', '093054.716000', '093054.718000', '093054.721000', '093054.723000', '093054.726000', '093054.729000', '093054.731000', '093054.734000', '093054.737000', '093054.739000', '093054.742000', '093054.744000', '093054.747000', '093054.750000', '093054.752000', '093054.755000', '093054.757000', '093054.760000', '093054.763000', '093054.765000', '093054.768000', '093054.770000', '093054.773000', '093054.776000', '093054.778000', '093054.781000', '093054.783000', '093054.786000', '093054.789000', '093054.791000', '093054.794000', '093054.796000', '093054.799000', '093054.802000', '093054.804000', '093054.807000', '093054.810000', '093054.812000', '093114.699000', '093114.702000', '093114.705000', '093114.708000', '093114.710000', '093114.713000', '093114.715000', '093114.718000', '093114.721000', '093114.723000', '093114.726000', '093114.728000', '093114.731000', '093114.734000', '093114.736000', '093114.744000', '093114.747000', '093114.750000', '093114.752000', '093114.755000', '093114.757000', '093114.760000', '093114.763000', '093114.765000', '093114.768000', '093114.770000', '093114.773000', '093114.776000', '093114.778000', '093114.781000', '093114.783000', '093114.786000', '093114.789000', '093114.792000', '093114.795000', '093114.798000', '093114.801000', '093114.803000', '093114.806000', '093114.809000', '093114.811000', '093114.814000', '093114.816000', '093134.698000', '093134.701000', '093134.704000', '093134.706000', '093134.709000', '093134.712000', '093134.714000', '093134.717000', '093134.720000', '093134.722000', '093134.725000', '093134.727000', '093134.730000', '093134.733000', '093134.735000', '093134.738000', '093134.740000', '093134.743000', '093134.746000', '093134.748000', '093134.751000', '093134.753000', '093134.756000', '093134.758000', '093134.761000', '093134.764000', '093134.766000', '093134.769000', '093134.771000', '093134.774000', '093134.777000', '093134.779000', '093134.782000', '093134.793000', '093134.796000', '093134.799000', '093134.801000', '093134.804000', '093134.806000', '093134.809000', '093134.812000', '093134.814000', '093134.817000', '093134.820000', '093154.698000', '093154.701000', '093154.704000', '093154.707000', '093154.709000', '093154.712000', '093154.714000', '093154.717000', '093154.720000', '093154.722000', '093154.734000', '093154.737000', '093154.739000', '093154.742000', '093154.744000', '093154.753000', '093154.756000', '093154.758000', '093154.761000', '093154.764000', '093154.766000', '093154.769000', '093154.771000', '093154.774000', '093154.777000', '093154.779000', '093154.782000', '093154.784000', '093154.787000', '093154.790000', '093154.792000', '093154.795000', '093154.798000', '093154.800000', '093154.803000', '093154.806000', '093154.810000', '093154.812000', '093154.820000', '093154.822000', '093154.825000', '093154.827000', '093154.830000', '093214.699000', '093214.702000', '093214.706000', '093214.709000', '093214.712000', '093214.714000', '093214.717000', '093214.720000', '093214.723000', '093214.725000', '093214.728000', '093214.730000', '093214.733000', '093214.736000', '093214.738000', '093214.741000', '093214.743000', '093214.746000', '093214.749000', '093214.751000', '093214.754000', '093214.756000', '093214.759000', '093214.762000', '093214.764000', '093214.767000', '093214.769000', '093214.772000', '093214.775000', '093214.777000', '093214.780000', '093214.782000', '093214.785000', '093214.788000', '093214.790000', '093214.793000', '093214.796000', '093214.798000', '093214.801000', '093214.803000', '093214.806000', '093214.809000', '093214.811000', '093214.814000', '093234.700000', '093234.702000', '093234.705000', '093234.708000', '093234.710000', '093234.713000', '093234.716000', '093234.718000', '093234.721000', '093234.724000', '093234.726000', '093234.729000', '093234.732000', '093234.734000', '093234.737000', '093234.740000', '093234.742000', '093234.745000', '093234.748000', '093234.750000', '093234.753000', '093234.756000', '093234.758000', '093234.761000', '093234.764000', '093234.766000', '093234.769000', '093234.771000', '093234.774000', '093234.777000', '093234.779000', '093234.782000', '093234.784000', '093234.787000', '093234.790000', '093234.792000', '093234.795000', '093234.798000', '093234.800000', '093234.803000', '093234.806000', '093234.808000', '093234.811000', '093254.700000', '093254.703000', '093254.705000', '093254.708000', '093254.710000', '093254.713000', '093254.715000', '093254.718000', '093254.721000', '093254.723000', '093254.726000', '093254.728000', '093254.731000', '093254.734000', '093254.736000', '093254.739000', '093254.742000', '093254.744000', '093254.747000', '093254.749000', '093254.752000', '093254.755000', '093254.757000', '093254.760000', '093254.763000', '093254.765000', '093254.768000', '093254.770000', '093254.773000', '093254.776000', '093254.779000', '093254.781000', '093254.784000', '093254.786000', '093254.789000', '093254.792000', '093254.794000', '093254.797000', '093254.800000', '093254.802000', '093254.805000', '093254.808000', '093254.810000', '093254.813000', '093314.699000', '093314.702000', '093314.705000', '093314.708000', '093314.710000', '093314.713000', '093314.715000', '093314.728000', '093314.731000', '093314.734000', '093314.737000', '093314.739000', '093314.742000', '093314.744000', '093314.747000', '093314.750000', '093314.752000', '093314.755000', '093314.757000', '093314.760000', '093314.763000', '093314.765000', '093314.768000', '093314.770000', '093314.773000', '093314.776000', '093314.778000', '093314.781000', '093314.783000', '093314.786000', '093314.789000', '093314.791000', '093314.794000', '093314.797000', '093314.799000', '093314.802000', '093314.805000', '093314.807000', '093314.810000', '093314.812000', '093314.815000', '093314.818000', '093314.820000', '093334.699000', '093334.702000', '093334.705000', '093334.708000', '093334.710000', '093334.713000', '093334.715000', '093334.718000', '093334.721000', '093334.723000', '093334.726000', '093334.729000', '093334.732000', '093334.734000', '093334.737000', '093334.740000', '093334.742000', '093334.745000', '093334.747000', '093334.750000', '093334.752000', '093334.755000', '093334.758000', '093334.760000', '093334.763000', '093334.766000', '093334.768000', '093334.771000', '093334.773000', '093334.776000', '093334.779000', '093334.781000', '093334.784000', '093334.786000', '093334.789000', '093334.792000', '093334.794000', '093334.797000', '093334.800000', '093334.802000', '093334.805000', '093334.807000', '093334.810000', '093334.813000', '093354.698000', '093354.701000', '093354.704000', '093354.707000', '093354.709000', '093354.712000', '093354.714000', '093354.717000', '093354.720000', '093354.722000', '093354.725000', '093354.727000', '093354.730000', '093354.733000', '093354.735000', '093354.738000', '093354.741000', '093354.743000', '093354.746000', '093354.748000', '093354.751000', '093354.754000', '093354.756000', '093354.759000', '093354.762000', '093354.764000', '093354.767000', '093354.769000', '093354.772000', '093354.775000', '093354.777000', '093354.780000', '093354.782000', '093354.785000', '093354.787000', '093354.790000', '093354.793000', '093354.795000', '093354.798000', '093354.800000', '093354.803000', '093354.806000', '093354.808000', '093414.699000', '093414.701000', '093414.704000', '093414.707000', '093414.709000', '093414.712000', '093414.715000', '093414.717000', '093414.720000', '093414.722000', '093414.725000', '093414.727000', '093414.730000', '093414.733000', '093414.735000', '093414.738000', '093414.741000', '093414.743000', '093414.746000', '093414.748000', '093414.751000', '093414.754000', '093414.756000', '093414.759000', '093414.762000', '093414.764000', '093414.767000', '093414.770000', '093414.772000', '093414.775000', '093414.777000', '093414.780000', '093414.783000', '093414.785000', '093414.788000', '093414.790000', '093414.793000', '093414.796000', '093414.798000', '093414.801000', '093414.803000', '093414.806000', '093414.809000', '093414.811000', '093434.699000', '093434.702000', '093434.705000', '093434.708000', '093434.710000', '093434.713000', '093434.715000', '093434.718000', '093434.721000', '093434.723000', '093434.726000', '093434.729000', '093434.731000', '093434.734000', '093434.736000', '093434.739000', '093434.742000', '093434.744000', '093434.748000', '093434.751000', '093434.754000', '093434.756000', '093434.759000', '093434.762000', '093434.764000', '093434.774000', '093434.777000', '093434.779000', '093434.782000', '093434.784000', '093434.787000', '093434.790000', '093434.792000', '093434.795000', '093434.798000', '093434.800000', '093434.803000', '093434.805000', '093434.808000', '093434.811000', '093434.813000', '093434.816000', '093434.819000', '093454.699000', '093454.702000', '093454.705000', '093454.708000', '093454.710000', '093454.713000', '093454.716000', '093454.719000', '093454.721000', '093454.724000', '093454.727000', '093454.729000', '093454.732000', '093454.735000', '093454.737000', '093454.740000', '093454.743000', '093454.745000', '093454.748000', '093454.751000', '093454.753000', '093454.756000', '093454.758000', '093454.761000', '093454.764000', '093454.766000', '093454.769000', '093454.772000', '093454.774000', '093454.777000', '093454.780000', '093454.782000', '093454.785000', '093454.787000', '093454.790000', '093454.793000', '093454.795000', '093454.798000', '093454.801000', '093454.803000', '093454.806000', '093454.809000', '093454.811000', '093454.814000', '093514.699000', '093514.702000', '093514.705000', '093514.707000', '093514.710000', '093514.713000', '093514.716000', '093514.718000', '093514.721000', '093514.725000', '093514.728000', '093514.731000', '093514.734000', '093514.737000', '093514.740000', '093514.743000', '093514.745000', '093514.748000', '093514.750000', '093514.753000', '093514.756000', '093514.758000', '093514.761000', '093514.763000', '093514.766000', '093514.769000', '093514.772000', '093514.775000', '093514.777000', '093514.780000', '093514.783000', '093514.786000', '093514.789000', '093514.793000', '093514.796000', '093514.799000', '093514.802000', '093514.805000', '093514.808000', '093514.811000', '093514.814000', '093514.817000', '093514.820000', '093514.922000'], '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': [13114, 12508, 9208, 14001, 14101, 8811, 12488, 9160, 8461, 11660, 8916, 8411, 13716, 9355, 8124, 12668, 9010, 8523, 13093, 9243, 8379, 13011, 9142, 8068, 12293, 8974, 8258, 13004, 9150, 8097, 13575, 9116, 8065, 12996, 9413, 9301, 13845, 9226, 9150, 14166, 8665, 10155, 9011, 8657, 13503, 9039, 9784, 9543, 8754, 14564, 9536, 8960, 14324, 10130, 11031, 7894, 8274, 14750, 8870, 11800, 7771, 11414, 10405, 9321, 8033, 8438, 16027, 10166, 11217, 17906, 10359, 13490, 14410, 8906, 12569, 17506, 8501, 8844, 12260, 7794, 10219, 7891, 8554, 13540, 8024, 8652, 7635, 8644, 14316, 8583, 9416, 8112, 9217, 14625, 8604, 10972, 11500, 8935, 11717, 8435, 9759, 16749, 9845, 10050, 16441, 9022, 11331, 17187, 8339, 9994, 14577, 8815, 8931, 13593, 7708, 8274, 12252, 8018, 8267, 11199, 7681, 9007, 12713, 7742, 9418, 10167, 8622, 12191, 12216, 9085, 12855, 17577, 9061, 9660, 15075, 7765, 8920, 13876, 7945, 9094, 13329, 8147, 8858, 13751, 7533, 9143, 13705, 7983, 8995, 13453, 8001, 9628, 13763, 7914, 8900, 13298, 8033, 9324, 13728, 7723, 8922, 13786, 8033, 9245, 14016, 8117, 9603, 14532, 8021, 9614, 14256, 8126, 10751, 14343, 8548, 11160, 12829, 8451, 11210, 8175, 8271, 12718, 7605, 10461, 8564, 8847, 9129, 9225, 13867, 11209, 10391, 15576, 9006, 12366, 17658, 9608, 12338, 17670, 9770, 11719, 12315, 8710, 14174, 16143, 8335, 12365, 16416, 7777, 11144, 16794, 7609, 9132, 14205, 8526, 8660, 13983, 7699, 10398, 13475, 7947, 9107, 13348, 7777, 11358, 11939, 7456, 11585, 10799, 8061, 12509, 8306, 10239, 14922, 8447, 11602, 15888, 9862, 9889, 15182, 8528, 10954, 15662, 8983, 9357, 14549, 8934, 9162, 14128, 8493, 9408, 14287, 9186, 8301, 13333, 8320, 8657, 14292, 8970, 8584, 13230, 8912, 8335, 13753, 7636, 10378, 11271, 8081, 12109, 7793, 10133, 14912, 9896, 9766, 15358, 10076, 10282, 15981, 9866, 9586, 14782, 9387, 9159, 14490, 7677, 10744, 15611, 8606, 9799, 10848, 8695, 13354, 10362, 8910, 13846, 11732, 9487, 14339, 11049, 8398, 13249, 16189, 7980, 9818, 12786, 7600, 11212, 13666, 7657, 10373, 10359, 7691, 12229, 7953, 8675, 13896, 10681, 8362, 12945, 10148, 8372, 13206, 14947, 7846, 11017, 15330, 8032, 9337, 13857, 7931, 9362, 13760, 8198, 8946, 13838, 8111, 9110, 13838, 7408, 10311, 11764, 7844, 11443, 8207, 9139, 14454, 8812, 9444, 14506, 10148, 9524, 15361, 8476, 9889, 15219, 8553, 9884, 11651, 8196, 13683, 11578, 9142, 13180, 8923, 8793, 7858, 8978, 14037, 8266, 9690, 12079, 8755, 13071, 8782, 9051, 13996, 9540, 8301, 12623, 8129, 11797, 14328, 8631, 11822, 9818, 8725, 13726, 10147, 8752, 12696, 8997, 8583, 13611, 8124, 9326, 14079, 8882, 8165, 12212, 8074, 8539, 13237, 7745, 8514, 13504, 8792, 7706, 12319, 7646, 10413, 10084, 7987, 12040, 9272, 8698, 14258, 7910, 10084, 14960, 10284, 9028, 13985, 8467, 8812, 14749, 9471, 8304, 13289, 9660, 8222, 12895, 9037, 7800, 12391, 11718, 8004, 11036, 8103, 8206, 13405, 8135, 9384, 13571, 8204, 10352, 8176, 8702, 13129, 8600, 9974, 11549, 8198, 12674, 8398, 10279, 15221, 8808, 11133, 10446, 8493, 14297, 8933, 9910, 13385, 8175, 11767, 8570, 10287, 8015, 10896, 13054, 9075, 13832, 9786, 10392, 8187, 11890, 8319, 12121, 11660, 9178, 12422, 9907, 13868, 10702, 14685, 12541, 15779, 13391, 17165, 13431, 14920, 13305, 14798, 11519, 14722, 14347, 13206, 15686, 12739, 11414, 15180, 9453, 9105, 12713, 8758, 9041, 11961, 8804, 9111, 12017, 8849, 9317, 11966, 8730, 9330, 11754, 8558, 9599, 8419, 8362, 9694, 7982, 7980, 10541, 8162, 8598, 11269, 8075, 8535, 11495, 7881, 9708, 12638, 8806, 10060, 9659, 8616, 11833, 9926, 9302, 11760, 9032, 9852, 12730, 8485, 9551, 10018, 8368, 11418, 7955, 9314, 12708, 8812, 9563, 12562, 8428, 9874, 12926, 7857, 10339, 9954, 8435, 11001, 7638, 9052, 12806, 8688, 9184, 12932, 8684, 10027, 13296, 8290, 9215, 12889, 8261, 9058, 7768, 8731, 8344, 9102, 11498, 8463, 9694, 8214, 10227, 9073, 10303, 13500, 10353, 11730, 14757, 9610, 10768, 13945, 10164, 9725, 13428, 8603, 10081, 12788, 8315, 10334, 10306, 9060, 11436, 8146, 10370, 13130, 9705, 10239, 13458, 9377, 10109, 13345, 8804, 10277, 11714, 8585, 11529, 9468, 9530, 12363, 9137, 9268, 13096, 8509, 10311, 13079, 8827, 9780, 10629, 8450, 11336, 9597, 9197, 11918, 8943, 9050, 7727, 8556, 10825, 8558, 9553, 12552, 9470, 10066, 13672, 10424, 10091, 13273, 9766, 9577, 12401, 9180, 8860, 11442, 10807, 8165, 9375, 8217, 8305, 11124, 8434, 10708, 9662, 9891, 7873, 9202, 10252, 10435, 10965, 10591, 11157, 10955, 11635, 8416, 7749, 9113, 13402, 9949, 12186, 12473, 10579, 13255, 9914, 11962, 9578, 11280, 13037, 10407, 10957, 15755, 9840, 11361, 13244, 10078, 11923, 8682, 9665, 12029, 8600, 9280, 12818, 8694, 9773, 8087, 9677, 11502, 9472, 10108, 12706, 9549, 9568, 12537, 9188, 9791, 12239, 10829, 9264, 10945, 8644, 9259, 12136, 8920, 8811, 11908, 8890, 9769, 12567, 8254, 10624, 10024, 9286, 13069, 11631, 10634, 12812, 9965, 10623, 13064, 9676, 10428, 12751, 8818, 10976, 9197, 9950, 12536, 9328, 9563, 9403, 8733, 12199, 10327, 10007, 12653, 8778, 10706, 13537, 9270, 10559, 9072, 9293, 12406, 9056, 10680, 13255, 9659, 10234, 13796, 9478, 10805, 13674, 9777, 10487, 13261, 9161, 9888, 12599, 8199, 10025, 12710, 8749, 9075, 9596, 8388, 11371, 8706, 9633, 12656, 9005, 10416, 9112, 10564, 13470, 12146, 10456, 12853, 8861, 11101, 14128, 9332, 10724, 13964, 9236, 11553, 14219, 9052, 12193, 14139, 9393, 10462, 13373, 8887, 9764, 13529, 9303, 9733, 13108, 9267, 9487, 12873, 8818, 9900, 13564, 8214, 10927, 13698, 8873, 10612, 8339, 10290, 12807, 9124, 11678, 10221, 9676, 10866, 9320, 8866, 9719, 13035, 8978, 12052, 9058, 13760, 17265, 12031, 12847, 8695, 10847, 16548, 10746, 13548, 17273, 11325, 11595, 13841, 8070, 10270, 13757, 7912, 9052, 8994, 7790, 9255, 7737, 8449, 12401, 7796, 8360], 'WindowCenter': [4768.0, 4727.0, 4671.0, 4706.0, 4688.0, 4640.0, 4679.0, 4637.0, 4615.0, 4653.0, 4623.0, 4616.0, 4675.0, 4635.0, 4628.0, 4664.0, 4633.0, 4625.0, 4674.0, 4625.0, 4625.0, 4676.0, 4635.0, 4627.0, 4665.0, 4625.0, 4624.0, 4675.0, 4624.0, 4617.0, 4675.0, 4638.0, 4618.0, 4673.0, 4636.0, 4636.0, 4675.0, 4644.0, 4649.0, 4699.0, 4637.0, 4669.0, 4649.0, 4652.0, 4701.0, 4665.0, 4673.0, 4669.0, 4652.0, 4713.0, 4577.0, 4658.0, 4698.0, 4635.0, 4649.0, 4592.0, 4603.0, 4659.0, 4615.0, 4652.0, 4606.0, 4669.0, 4646.0, 4622.0, 4590.0, 4601.0, 4666.0, 4620.0, 4642.0, 4683.0, 4623.0, 4652.0, 4660.0, 4598.0, 4637.0, 4667.0, 4597.0, 4611.0, 4625.0, 4577.0, 4604.0, 4585.0, 4613.0, 4661.0, 4600.0, 4611.0, 4590.0, 4609.0, 4683.0, 4627.0, 4624.0, 4615.0, 4636.0, 4672.0, 4613.0, 4658.0, 4655.0, 4625.0, 4653.0, 4601.0, 4623.0, 4681.0, 4634.0, 4634.0, 4681.0, 4611.0, 4644.0, 4677.0, 4590.0, 4619.0, 4656.0, 4596.0, 4595.0, 4635.0, 4577.0, 4586.0, 4636.0, 4585.0, 4588.0, 4626.0, 4587.0, 4607.0, 4660.0, 4607.0, 4633.0, 4630.0, 4613.0, 4649.0, 4641.0, 4611.0, 4661.0, 4681.0, 4609.0, 4610.0, 4656.0, 4577.0, 4608.0, 4647.0, 4599.0, 4622.0, 4673.0, 4614.0, 4622.0, 4659.0, 4588.0, 4620.0, 4661.0, 4602.0, 4621.0, 4658.0, 4600.0, 4620.0, 4661.0, 4601.0, 4611.0, 4661.0, 4588.0, 4620.0, 4661.0, 4590.0, 4624.0, 4670.0, 4602.0, 4622.0, 4670.0, 4603.0, 4633.0, 4670.0, 4617.0, 4636.0, 4675.0, 4614.0, 4656.0, 4683.0, 4638.0, 4668.0, 4664.0, 4625.0, 4664.0, 4627.0, 4652.0, 4702.0, 4639.0, 4681.0, 4649.0, 4646.0, 4647.0, 4649.0, 4697.0, 4679.0, 4657.0, 4697.0, 4637.0, 4667.0, 4720.0, 4633.0, 4665.0, 4690.0, 4621.0, 4640.0, 4638.0, 4599.0, 4659.0, 4667.0, 4601.0, 4648.0, 4665.0, 4577.0, 4639.0, 4667.0, 4575.0, 4606.0, 4656.0, 4623.0, 4612.0, 4656.0, 4600.0, 4641.0, 4661.0, 4615.0, 4638.0, 4673.0, 4616.0, 4668.0, 4651.0, 4603.0, 4666.0, 4666.0, 4638.0, 4689.0, 4637.0, 4657.0, 4696.0, 4625.0, 4666.0, 4697.0, 4648.0, 4647.0, 4684.0, 4621.0, 4642.0, 4683.0, 4622.0, 4632.0, 4672.0, 4609.0, 4623.0, 4671.0, 4611.0, 4622.0, 4672.0, 4621.0, 4613.0, 4670.0, 4610.0, 4613.0, 4670.0, 4622.0, 4623.0, 4658.0, 4620.0, 4614.0, 4671.0, 4615.0, 4668.0, 4666.0, 4627.0, 4676.0, 4628.0, 4655.0, 4697.0, 4658.0, 4648.0, 4695.0, 4635.0, 4644.0, 4683.0, 4632.0, 4635.0, 4672.0, 4608.0, 4622.0, 4669.0, 4591.0, 4655.0, 4683.0, 4612.0, 4620.0, 4639.0, 4610.0, 4655.0, 4631.0, 4623.0, 4659.0, 4636.0, 4608.0, 4657.0, 4626.0, 4583.0, 4648.0, 4664.0, 4587.0, 4607.0, 4635.0, 4578.0, 4642.0, 4655.0, 4588.0, 4629.0, 4628.0, 4585.0, 4649.0, 4598.0, 4610.0, 4670.0, 4640.0, 4612.0, 4660.0, 4628.0, 4600.0, 4650.0, 4664.0, 4599.0, 4640.0, 4668.0, 4599.0, 4617.0, 4658.0, 4596.0, 4620.0, 4658.0, 4611.0, 4623.0, 4661.0, 4600.0, 4620.0, 4671.0, 4591.0, 4654.0, 4661.0, 4613.0, 4653.0, 4621.0, 4635.0, 4685.0, 4634.0, 4645.0, 4679.0, 4630.0, 4631.0, 4681.0, 4612.0, 4644.0, 4679.0, 4612.0, 4630.0, 4638.0, 4600.0, 4660.0, 4640.0, 4623.0, 4661.0, 4610.0, 4611.0, 4602.0, 4621.0, 4682.0, 4621.0, 4630.0, 4660.0, 4637.0, 4673.0, 4620.0, 4634.0, 4670.0, 4621.0, 4611.0, 4649.0, 4600.0, 4651.0, 4671.0, 4612.0, 4650.0, 4619.0, 4609.0, 4658.0, 4626.0, 4609.0, 4648.0, 4607.0, 4596.0, 4654.0, 4587.0, 4607.0, 4657.0, 4609.0, 4599.0, 4636.0, 4584.0, 4598.0, 4647.0, 4587.0, 4610.0, 4660.0, 4608.0, 4600.0, 4649.0, 4602.0, 4640.0, 4655.0, 4624.0, 4676.0, 4635.0, 4626.0, 4684.0, 4613.0, 4656.0, 4697.0, 4646.0, 4625.0, 4672.0, 4614.0, 4622.0, 4668.0, 4633.0, 4624.0, 4673.0, 4622.0, 4613.0, 4661.0, 4621.0, 4603.0, 4674.0, 4652.0, 4610.0, 4642.0, 4614.0, 4627.0, 4700.0, 4641.0, 4649.0, 4685.0, 4626.0, 4656.0, 4638.0, 4650.0, 4700.0, 4653.0, 4670.0, 4679.0, 4641.0, 4704.0, 4653.0, 4671.0, 4710.0, 4663.0, 4680.0, 4668.0, 4649.0, 4699.0, 4648.0, 4672.0, 4713.0, 4654.0, 4691.0, 4665.0, 4682.0, 4652.0, 4696.0, 4726.0, 4649.0, 4701.0, 4650.0, 4623.0, 4532.0, 4646.0, 4536.0, 4607.0, 4575.0, 4547.0, 4590.0, 4585.0, 4628.0, 4624.0, 4660.0, 4654.0, 4672.0, 4666.0, 4673.0, 4639.0, 4650.0, 4637.0, 4637.0, 4605.0, 4637.0, 4626.0, 4616.0, 4623.0, 4589.0, 4577.0, 4591.0, 4542.0, 4534.0, 4571.0, 4535.0, 4545.0, 4574.0, 4556.0, 4546.0, 4583.0, 4557.0, 4555.0, 4586.0, 4556.0, 4570.0, 4588.0, 4559.0, 4582.0, 4558.0, 4562.0, 4583.0, 4564.0, 4578.0, 4616.0, 4587.0, 4599.0, 4628.0, 4589.0, 4601.0, 4639.0, 4603.0, 4635.0, 4664.0, 4625.0, 4637.0, 4626.0, 4617.0, 4656.0, 4636.0, 4626.0, 4656.0, 4624.0, 4651.0, 4665.0, 4627.0, 4638.0, 4636.0, 4617.0, 4654.0, 4604.0, 4625.0, 4665.0, 4639.0, 4639.0, 4665.0, 4615.0, 4638.0, 4654.0, 4617.0, 4660.0, 4635.0, 4614.0, 4645.0, 4606.0, 4626.0, 4663.0, 4627.0, 4640.0, 4664.0, 4627.0, 4637.0, 4663.0, 4604.0, 4626.0, 4666.0, 4627.0, 4626.0, 4619.0, 4651.0, 4627.0, 4650.0, 4668.0, 4629.0, 4661.0, 4668.0, 4688.0, 4668.0, 4686.0, 4701.0, 4658.0, 4670.0, 4688.0, 4636.0, 4647.0, 4677.0, 4648.0, 4635.0, 4666.0, 4615.0, 4635.0, 4663.0, 4628.0, 4661.0, 4647.0, 4626.0, 4656.0, 4616.0, 4645.0, 4677.0, 4639.0, 4646.0, 4664.0, 4623.0, 4632.0, 4661.0, 4624.0, 4645.0, 4652.0, 4615.0, 4653.0, 4620.0, 4633.0, 4665.0, 4622.0, 4623.0, 4663.0, 4613.0, 4633.0, 4662.0, 4625.0, 4622.0, 4620.0, 4597.0, 4643.0, 4610.0, 4626.0, 4653.0, 4622.0, 4624.0, 4601.0, 4627.0, 4644.0, 4628.0, 4637.0, 4653.0, 4622.0, 4633.0, 4663.0, 4630.0, 4632.0, 4652.0, 4610.0, 4609.0, 4652.0, 4610.0, 4599.0, 4642.0, 4630.0, 4589.0, 4598.0, 4587.0, 4600.0, 4642.0, 4627.0, 4645.0, 4634.0, 4636.0, 4619.0, 4640.0, 4635.0, 4646.0, 4661.0, 4650.0, 4673.0, 4663.0, 4671.0, 4646.0, 4620.0, 4638.0, 4665.0, 4651.0, 4670.0, 4668.0, 4646.0, 4664.0, 4634.0, 4643.0, 4622.0, 4643.0, 4649.0, 4617.0, 4619.0, 4648.0, 4606.0, 4615.0, 4636.0, 4621.0, 4624.0, 4586.0, 4596.0, 4622.0, 4587.0, 4621.0, 4647.0, 4598.0, 4606.0, 4586.0, 4608.0, 4629.0, 4608.0, 4631.0, 4638.0, 4608.0, 4608.0, 4627.0, 4597.0, 4608.0, 4638.0, 4629.0, 4611.0, 4619.0, 4614.0, 4623.0, 4650.0, 4597.0, 4611.0, 4664.0, 4637.0, 4634.0, 4653.0, 4613.0, 4644.0, 4632.0, 4637.0, 4679.0, 4666.0, 4646.0, 4667.0, 4635.0, 4644.0, 4665.0, 4634.0, 4657.0, 4665.0, 4614.0, 4643.0, 4625.0, 4649.0, 4679.0, 4624.0, 4622.0, 4612.0, 4612.0, 4664.0, 4659.0, 4647.0, 4662.0, 4615.0, 4645.0, 4674.0, 4637.0, 4661.0, 4624.0, 4623.0, 4651.0, 4610.0, 4646.0, 4664.0, 4622.0, 4631.0, 4660.0, 4620.0, 4630.0, 4649.0, 4620.0, 4629.0, 4649.0, 4608.0, 4609.0, 4636.0, 4599.0, 4632.0, 4650.0, 4612.0, 4622.0, 4620.0, 4611.0, 4653.0, 4625.0, 4634.0, 4676.0, 4637.0, 4655.0, 4626.0, 4658.0, 4690.0, 4693.0, 4671.0, 4677.0, 4626.0, 4656.0, 4674.0, 4637.0, 4658.0, 4687.0, 4636.0, 4655.0, 4672.0, 4626.0, 4666.0, 4675.0, 4623.0, 4632.0, 4648.0, 4608.0, 4631.0, 4663.0, 4622.0, 4622.0, 4665.0, 4622.0, 4635.0, 4660.0, 4624.0, 4635.0, 4662.0, 4614.0, 4671.0, 4687.0, 4640.0, 4661.0, 4628.0, 4659.0, 4678.0, 4651.0, 4681.0, 4661.0, 4629.0, 4646.0, 4627.0, 4616.0, 4616.0, 4664.0, 4617.0, 4653.0, 4616.0, 4667.0, 4681.0, 4659.0, 4637.0, 4589.0, 4618.0, 4652.0, 4608.0, 4638.0, 4671.0, 4618.0, 4618.0, 4625.0, 4553.0, 4594.0, 4619.0, 4564.0, 4585.0, 4584.0, 4554.0, 4584.0, 4566.0, 4589.0, 4640.0, 4592.0, 4588.0], 'WindowWidth': [10430.0, 10350.0, 10256.0, 10292.0, 10253.0, 10187.0, 10237.0, 10178.0, 10145.0, 10193.0, 10152.0, 10144.0, 10222.0, 10170.0, 10165.0, 10208.0, 10166.0, 10157.0, 10221.0, 10155.0, 10156.0, 10226.0, 10171.0, 10164.0, 10209.0, 10155.0, 10154.0, 10222.0, 10152.0, 10146.0, 10225.0, 10177.0, 10150.0, 10220.0, 10171.0, 10173.0, 10224.0, 10184.0, 10199.0, 10264.0, 10179.0, 10225.0, 10197.0, 10207.0, 10273.0, 10231.0, 10237.0, 10230.0, 10207.0, 10291.0, 10059.0, 10222.0, 10262.0, 10167.0, 10190.0, 10098.0, 10115.0, 10188.0, 10138.0, 10186.0, 10130.0, 10219.0, 10183.0, 10145.0, 10099.0, 10111.0, 10196.0, 10138.0, 10172.0, 10230.0, 10146.0, 10184.0, 10192.0, 10105.0, 10156.0, 10197.0, 10107.0, 10130.0, 10137.0, 10073.0, 10106.0, 10083.0, 10132.0, 10197.0, 10113.0, 10130.0, 10101.0, 10127.0, 10233.0, 10161.0, 10152.0, 10143.0, 10170.0, 10215.0, 10137.0, 10207.0, 10198.0, 10155.0, 10189.0, 10118.0, 10148.0, 10227.0, 10167.0, 10165.0, 10224.0, 10126.0, 10177.0, 10216.0, 10098.0, 10137.0, 10181.0, 10098.0, 10097.0, 10150.0, 10075.0, 10086.0, 10154.0, 10086.0, 10091.0, 10142.0, 10090.0, 10118.0, 10197.0, 10135.0, 10163.0, 10157.0, 10135.0, 10181.0, 10168.0, 10127.0, 10198.0, 10225.0, 10123.0, 10124.0, 10184.0, 10078.0, 10119.0, 10170.0, 10111.0, 10147.0, 10220.0, 10138.0, 10147.0, 10189.0, 10095.0, 10139.0, 10197.0, 10121.0, 10143.0, 10189.0, 10114.0, 10140.0, 10194.0, 10115.0, 10130.0, 10193.0, 10095.0, 10138.0, 10194.0, 10100.0, 10150.0, 10209.0, 10119.0, 10145.0, 10208.0, 10120.0, 10162.0, 10209.0, 10145.0, 10170.0, 10220.0, 10138.0, 10195.0, 10232.0, 10181.0, 10219.0, 10207.0, 10156.0, 10209.0, 10162.0, 10208.0, 10277.0, 10189.0, 10248.0, 10200.0, 10193.0, 10194.0, 10195.0, 10260.0, 10241.0, 10207.0, 10259.0, 10177.0, 10216.0, 10297.0, 10166.0, 10212.0, 10241.0, 10142.0, 10167.0, 10162.0, 10111.0, 10194.0, 10206.0, 10121.0, 10179.0, 10194.0, 10078.0, 10167.0, 10199.0, 10072.0, 10115.0, 10188.0, 10152.0, 10133.0, 10185.0, 10116.0, 10172.0, 10198.0, 10146.0, 10180.0, 10222.0, 10146.0, 10219.0, 10187.0, 10126.0, 10214.0, 10218.0, 10184.0, 10253.0, 10182.0, 10208.0, 10257.0, 10160.0, 10215.0, 10257.0, 10193.0, 10187.0, 10236.0, 10147.0, 10176.0, 10233.0, 10152.0, 10165.0, 10216.0, 10128.0, 10148.0, 10213.0, 10131.0, 10146.0, 10213.0, 10146.0, 10135.0, 10213.0, 10129.0, 10134.0, 10209.0, 10150.0, 10152.0, 10195.0, 10143.0, 10141.0, 10215.0, 10149.0, 10225.0, 10218.0, 10165.0, 10229.0, 10168.0, 10204.0, 10262.0, 10208.0, 10192.0, 10253.0, 10171.0, 10180.0, 10232.0, 10162.0, 10170.0, 10215.0, 10124.0, 10146.0, 10207.0, 10104.0, 10200.0, 10233.0, 10135.0, 10141.0, 10167.0, 10129.0, 10187.0, 10162.0, 10153.0, 10195.0, 10159.0, 10120.0, 10188.0, 10141.0, 10082.0, 10174.0, 10195.0, 10092.0, 10117.0, 10154.0, 10080.0, 10174.0, 10185.0, 10097.0, 10151.0, 10148.0, 10091.0, 10178.0, 10110.0, 10129.0, 10211.0, 10171.0, 10136.0, 10196.0, 10149.0, 10115.0, 10181.0, 10194.0, 10111.0, 10170.0, 10207.0, 10112.0, 10133.0, 10188.0, 10107.0, 10140.0, 10190.0, 10131.0, 10149.0, 10198.0, 10116.0, 10144.0, 10214.0, 10106.0, 10198.0, 10206.0, 10142.0, 10194.0, 10151.0, 10173.0, 10239.0, 10171.0, 10186.0, 10227.0, 10158.0, 10160.0, 10228.0, 10135.0, 10183.0, 10225.0, 10135.0, 10156.0, 10166.0, 10116.0, 10195.0, 10170.0, 10152.0, 10199.0, 10130.0, 10131.0, 10122.0, 10146.0, 10232.0, 10153.0, 10162.0, 10201.0, 10179.0, 10221.0, 10147.0, 10169.0, 10214.0, 10145.0, 10134.0, 10179.0, 10114.0, 10188.0, 10215.0, 10134.0, 10181.0, 10140.0, 10126.0, 10190.0, 10146.0, 10129.0, 10177.0, 10119.0, 10104.0, 10181.0, 10093.0, 10120.0, 10187.0, 10125.0, 10113.0, 10157.0, 10087.0, 10109.0, 10173.0, 10094.0, 10131.0, 10197.0, 10124.0, 10116.0, 10184.0, 10123.0, 10172.0, 10201.0, 10159.0, 10229.0, 10173.0, 10161.0, 10236.0, 10140.0, 10200.0, 10259.0, 10187.0, 10156.0, 10217.0, 10140.0, 10148.0, 10208.0, 10163.0, 10156.0, 10218.0, 10146.0, 10135.0, 10198.0, 10145.0, 10122.0, 10222.0, 10190.0, 10132.0, 10175.0, 10141.0, 10165.0, 10269.0, 10194.0, 10199.0, 10240.0, 10160.0, 10201.0, 10183.0, 10201.0, 10269.0, 10211.0, 10230.0, 10238.0, 10189.0, 10282.0, 10210.0, 10232.0, 10285.0, 10224.0, 10242.0, 10222.0, 10198.0, 10264.0, 10196.0, 10234.0, 10296.0, 10217.0, 10261.0, 10232.0, 10249.0, 10208.0, 10277.0, 10320.0, 10199.0, 10270.0, 10191.0, 10144.0, 9980.0, 10177.0, 9989.0, 10099.0, 10038.0, 10001.0, 10066.0, 10067.0, 10134.0, 10141.0, 10189.0, 10187.0, 10214.0, 10209.0, 10216.0, 10158.0, 10176.0, 10154.0, 10152.0, 10100.0, 10149.0, 10134.0, 10117.0, 10125.0, 10071.0, 10049.0, 10064.0, 9993.0, 9982.0, 10031.0, 9988.0, 10004.0, 10043.0, 10021.0, 10007.0, 10054.0, 10024.0, 10019.0, 10060.0, 10022.0, 10048.0, 10068.0, 10032.0, 10063.0, 10032.0, 10041.0, 10070.0, 10047.0, 10074.0, 10122.0, 10084.0, 10104.0, 10142.0, 10091.0, 10111.0, 10162.0, 10118.0, 10168.0, 10204.0, 10151.0, 10169.0, 10154.0, 10142.0, 10195.0, 10169.0, 10155.0, 10196.0, 10150.0, 10195.0, 10205.0, 10160.0, 10176.0, 10168.0, 10144.0, 10191.0, 10122.0, 10152.0, 10210.0, 10180.0, 10177.0, 10206.0, 10138.0, 10172.0, 10190.0, 10145.0, 10209.0, 10167.0, 10139.0, 10178.0, 10129.0, 10155.0, 10204.0, 10161.0, 10178.0, 10206.0, 10157.0, 10171.0, 10202.0, 10122.0, 10156.0, 10213.0, 10162.0, 10154.0, 10156.0, 10202.0, 10162.0, 10198.0, 10220.0, 10169.0, 10217.0, 10239.0, 10264.0, 10237.0, 10261.0, 10271.0, 10207.0, 10221.0, 10248.0, 10171.0, 10183.0, 10229.0, 10188.0, 10166.0, 10208.0, 10138.0, 10164.0, 10203.0, 10165.0, 10212.0, 10188.0, 10158.0, 10199.0, 10144.0, 10183.0, 10229.0, 10179.0, 10184.0, 10205.0, 10147.0, 10157.0, 10196.0, 10154.0, 10182.0, 10186.0, 10139.0, 10190.0, 10138.0, 10164.0, 10208.0, 10145.0, 10145.0, 10202.0, 10137.0, 10158.0, 10203.0, 10153.0, 10143.0, 10137.0, 10105.0, 10174.0, 10125.0, 10156.0, 10189.0, 10147.0, 10151.0, 10118.0, 10161.0, 10179.0, 10164.0, 10175.0, 10190.0, 10146.0, 10161.0, 10203.0, 10151.0, 10158.0, 10184.0, 10123.0, 10122.0, 10184.0, 10122.0, 10105.0, 10169.0, 10150.0, 10095.0, 10103.0, 10089.0, 10110.0, 10173.0, 10161.0, 10181.0, 10165.0, 10169.0, 10153.0, 10181.0, 10163.0, 10181.0, 10210.0, 10190.0, 10228.0, 10213.0, 10220.0, 10200.0, 10155.0, 10174.0, 10206.0, 10196.0, 10223.0, 10218.0, 10182.0, 10204.0, 10161.0, 10171.0, 10143.0, 10171.0, 10174.0, 10126.0, 10129.0, 10169.0, 10108.0, 10120.0, 10154.0, 10139.0, 10135.0, 10082.0, 10097.0, 10129.0, 10086.0, 10141.0, 10172.0, 10103.0, 10113.0, 10087.0, 10118.0, 10147.0, 10119.0, 10153.0, 10159.0, 10115.0, 10117.0, 10141.0, 10099.0, 10116.0, 10157.0, 10148.0, 10127.0, 10133.0, 10136.0, 10147.0, 10178.0, 10103.0, 10129.0, 10207.0, 10176.0, 10166.0, 10188.0, 10137.0, 10179.0, 10161.0, 10172.0, 10234.0, 10212.0, 10183.0, 10215.0, 10168.0, 10180.0, 10210.0, 10164.0, 10202.0, 10209.0, 10136.0, 10175.0, 10156.0, 10193.0, 10234.0, 10151.0, 10145.0, 10131.0, 10131.0, 10207.0, 10209.0, 10191.0, 10203.0, 10139.0, 10181.0, 10222.0, 10173.0, 10215.0, 10154.0, 10149.0, 10181.0, 10127.0, 10184.0, 10208.0, 10145.0, 10155.0, 10195.0, 10138.0, 10151.0, 10179.0, 10137.0, 10148.0, 10175.0, 10120.0, 10119.0, 10155.0, 10109.0, 10160.0, 10182.0, 10135.0, 10147.0, 10139.0, 10129.0, 10190.0, 10156.0, 10168.0, 10226.0, 10175.0, 10196.0, 10158.0, 10203.0, 10255.0, 10263.0, 10228.0, 10230.0, 10157.0, 10198.0, 10222.0, 10177.0, 10205.0, 10245.0, 10170.0, 10197.0, 10218.0, 10157.0, 10211.0, 10223.0, 10149.0, 10155.0, 10174.0, 10122.0, 10155.0, 10203.0, 10144.0, 10145.0, 10209.0, 10148.0, 10168.0, 10199.0, 10152.0, 10166.0, 10202.0, 10139.0, 10227.0, 10243.0, 10185.0, 10214.0, 10163.0, 10207.0, 10233.0, 10203.0, 10241.0, 10211.0, 10160.0, 10178.0, 10153.0, 10137.0, 10133.0, 10202.0, 10138.0, 10186.0, 10136.0, 10209.0, 10225.0, 10199.0, 10156.0, 10088.0, 10124.0, 10166.0, 10108.0, 10158.0, 10205.0, 10129.0, 10125.0, 10128.0, 10030.0, 10086.0, 10115.0, 10047.0, 10081.0, 10075.0, 10034.0, 10072.0, 10055.0, 10091.0, 10162.0, 10103.0, 10090.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.010622428078250862</td></tr>
<tr><td colspan=3>aqi</td><td>0.07476006869965478</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19632119067973</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1456969389285716</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0664419639631342</td></tr>
<tr><td colspan=3>efc</td><td>0.5043</td></tr>
<tr><td colspan=3>fber</td><td>5234.3418</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17431954512938003</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.074798619102417</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.688380269035433</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5926237563688512</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8469430230326798</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.625574027704768</td></tr>
<tr><td colspan=3>gcor</td><td>0.0154629</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014367756433784962</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042673200368881226</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.289996236249405</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>17.6693</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4936</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.3891</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291767.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.4316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9905</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.3879</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3809.2502</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84777.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.2751</td></tr>
<tr><td colspan=3>tsnr</td><td>22.780721270944923</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>