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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0050_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0050_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-04/func/sub-0050_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>39a3ecdfc1f79bbe662964552e433bc4</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>14:02:51.987500</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.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096556</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</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>246.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>237c5fba-549b-49a5-8304-5e7879a62782||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.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['140251.987500', '140252.447500', '140252.907500', '140253.367500', '140253.827500', '140254.287500', '140254.747500', '140255.207500', '140255.667500', '140256.127500', '140256.587500', '140257.047500', '140257.507500', '140257.967500', '140258.427500', '140258.887500', '140259.347500', '140259.807500', '140300.267500', '140300.727500', '140301.187500', '140301.647500', '140302.107500', '140302.567500', '140303.027500', '140303.487500', '140303.947500', '140304.407500', '140304.867500', '140305.327500', '140305.787500', '140306.247500', '140306.707500', '140307.167500', '140307.627500', '140308.087500', '140308.547500', '140309.007500', '140309.467500', '140309.927500', '140310.387500', '140310.847500', '140311.307500', '140311.767500', '140312.227500', '140312.687500', '140313.147500', '140313.607500', '140314.067500', '140314.527500', '140314.987500', '140315.447500', '140315.907500', '140316.367500', '140316.827500', '140317.287500', '140317.747500', '140318.207500', '140318.667500', '140319.127500', '140319.587500', '140320.047500', '140320.507500', '140320.967500', '140321.427500', '140321.887500', '140322.347500', '140322.807500', '140323.267500', '140323.727500', '140324.187500', '140324.647500', '140325.107500', '140325.567500', '140326.027500', '140326.487500', '140326.947500', '140327.407500', '140327.867500', '140328.327500', '140328.787500', '140329.247500', '140329.707500', '140330.167500', '140330.627500', '140331.087500', '140331.547500', '140332.007500', '140332.467500', '140332.927500', '140333.387500', '140333.847500', '140334.307500', '140334.767500', '140335.227500', '140335.687500', '140336.147500', '140336.607500', '140337.067500', '140337.527500', '140337.987500', '140338.447500', '140338.907500', '140339.367500', '140339.827500', '140340.287500', '140340.747500', '140341.207500', '140341.667500', '140342.127500', '140342.587500', '140343.047500', '140343.507500', '140343.967500', '140344.427500', '140344.887500', '140345.347500', '140345.807500', '140346.267500', '140346.727500', '140347.187500', '140347.647500', '140348.107500', '140348.567500', '140349.027500', '140349.487500', '140349.947500', '140350.407500', '140350.867500', '140351.327500', '140351.787500', '140352.247500', '140352.707500', '140353.167500', '140353.627500', '140354.087500', '140354.547500', '140355.007500', '140355.467500', '140355.927500', '140356.387500', '140356.847500', '140357.307500', '140357.767500', '140358.227500', '140358.687500', '140359.147500', '140359.607500', '140400.067500', '140400.527500', '140400.987500', '140401.447500', '140401.907500', '140402.367500', '140402.827500', '140403.287500', '140403.747500', '140404.207500', '140404.667500', '140405.127500', '140405.587500', '140406.047500', '140406.507500', '140406.967500', '140407.427500', '140407.887500', '140408.347500', '140408.807500', '140409.267500', '140409.727500', '140410.187500', '140410.647500', '140411.107500', '140411.567500', '140412.027500', '140412.487500', '140412.947500', '140413.407500', '140413.867500', '140414.327500', '140414.787500', '140415.247500', '140415.707500', '140416.167500', '140416.627500', '140417.087500', '140417.547500', '140418.007500', '140418.467500', '140418.927500', '140419.387500', '140419.847500', '140420.307500', '140420.767500', '140421.227500', '140421.687500', '140422.147500', '140422.607500', '140423.067500', '140423.527500', '140423.987500', '140424.447500', '140424.907500', '140425.367500', '140425.827500', '140426.287500', '140426.747500', '140427.207500', '140427.667500', '140428.127500', '140428.587500', '140429.047500', '140429.507500', '140429.967500', '140430.427500', '140430.887500', '140431.347500', '140431.807500', '140432.267500', '140432.727500', '140433.187500', '140433.647500', '140434.107500', '140434.567500', '140435.027500', '140435.487500', '140435.947500', '140436.407500', '140436.867500', '140437.327500', '140437.787500', '140438.247500', '140438.707500', '140439.167500', '140439.627500', '140440.087500', '140440.547500', '140441.007500', '140441.467500', '140441.927500', '140442.387500', '140442.847500', '140443.307500', '140443.767500', '140444.227500', '140444.687500', '140445.147500', '140445.607500', '140446.067500', '140446.527500', '140446.987500', '140447.447500', '140447.907500', '140448.367500', '140448.827500', '140449.287500', '140449.747500', '140450.207500', '140450.667500', '140451.127500', '140451.587500', '140452.047500', '140452.507500', '140452.967500', '140453.427500', '140453.887500', '140454.347500', '140454.807500', '140455.267500', '140455.727500', '140456.187500', '140456.647500', '140457.107500', '140457.567500', '140458.027500', '140458.487500', '140458.947500', '140459.407500', '140459.867500', '140500.327500', '140500.787500', '140501.247500', '140501.707500', '140502.167500', '140502.627500', '140503.087500', '140503.547500', '140504.007500', '140504.467500', '140504.927500', '140505.387500', '140505.847500', '140506.307500', '140506.767500', '140507.227500', '140507.687500', '140508.147500', '140508.607500', '140509.067500', '140509.527500', '140509.987500', '140510.447500', '140510.907500', '140511.367500', '140511.827500', '140512.287500', '140512.747500', '140513.207500', '140513.667500', '140514.127500', '140514.587500', '140515.047500', '140515.507500', '140515.967500', '140516.427500', '140516.887500', '140517.347500', '140517.807500', '140518.267500', '140518.727500', '140519.187500', '140519.647500', '140520.107500', '140520.567500', '140521.027500', '140521.487500', '140521.947500', '140522.407500', '140522.867500', '140523.327500', '140523.787500', '140524.247500', '140524.707500', '140525.167500', '140525.627500', '140526.087500', '140526.547500', '140527.007500', '140527.467500', '140527.927500', '140528.387500', '140528.847500', '140529.307500', '140529.767500', '140530.227500', '140530.687500', '140531.147500', '140531.607500', '140532.067500', '140532.527500', '140532.987500', '140533.447500', '140533.907500', '140534.367500', '140534.827500', '140535.287500', '140535.747500', '140536.207500', '140536.667500', '140537.127500', '140537.587500', '140538.047500', '140538.507500', '140538.967500', '140539.427500', '140539.887500', '140540.347500', '140540.807500', '140541.267500', '140541.727500', '140542.187500', '140542.647500', '140543.107500', '140543.567500', '140544.027500', '140544.487500', '140544.947500', '140545.407500', '140545.867500', '140546.327500', '140546.787500', '140547.247500', '140547.707500', '140548.167500', '140548.627500', '140549.087500', '140549.547500', '140550.007500', '140550.467500', '140550.927500', '140551.387500', '140551.847500', '140552.307500', '140552.767500', '140553.227500', '140553.687500', '140554.147500', '140554.607500', '140555.067500', '140555.527500', '140555.987500', '140556.447500', '140556.907500', '140557.367500', '140557.827500', '140558.287500', '140558.747500', '140559.207500', '140559.667500', '140600.127500', '140600.587500', '140601.047500', '140601.507500', '140601.967500', '140602.427500', '140602.887500', '140603.347500', '140603.807500', '140604.267500', '140604.727500', '140605.187500', '140605.647500', '140606.107500', '140606.567500', '140607.027500', '140607.487500', '140607.947500', '140608.407500', '140608.867500', '140609.327500', '140609.787500', '140610.247500', '140610.707500', '140611.167500', '140611.627500', '140612.087500', '140612.547500', '140613.007500', '140613.467500', '140613.927500', '140614.387500', '140614.847500', '140615.307500', '140615.767500', '140616.227500', '140616.687500', '140617.147500', '140617.607500', '140618.067500', '140618.527500', '140618.987500', '140619.447500', '140619.907500', '140620.367500', '140620.827500', '140621.287500', '140621.747500', '140622.207500', '140622.667500', '140623.127500', '140623.587500', '140624.047500', '140624.507500', '140624.967500', '140625.427500', '140625.887500', '140626.347500', '140626.807500', '140627.267500', '140627.727500', '140628.187500', '140628.647500', '140629.107500', '140629.567500', '140630.027500', '140630.487500', '140630.947500', '140631.407500', '140631.867500', '140632.327500', '140632.787500', '140633.247500', '140633.707500', '140634.167500', '140634.627500', '140635.087500', '140635.547500', '140636.007500', '140636.467500', '140636.927500', '140637.387500', '140637.847500', '140638.307500', '140638.767500', '140639.227500', '140639.687500', '140640.147500', '140640.607500', '140641.067500', '140641.527500', '140641.987500', '140642.447500', '140642.907500', '140643.367500', '140643.827500', '140644.287500', '140644.747500', '140645.207500', '140645.667500', '140646.127500', '140646.587500', '140647.047500', '140647.507500', '140647.967500', '140648.427500', '140648.887500', '140649.347500', '140649.807500', '140650.267500', '140650.727500', '140651.187500', '140651.647500', '140652.107500', '140652.567500', '140653.027500', '140653.487500', '140653.947500', '140654.407500', '140654.867500', '140655.327500', '140655.787500', '140656.247500', '140656.707500', '140657.167500', '140657.627500', '140658.087500', '140658.547500', '140659.007500', '140659.467500', '140659.927500', '140700.387500', '140700.847500', '140701.307500', '140701.767500', '140702.227500', '140702.687500', '140703.147500', '140703.607500', '140704.067500', '140704.527500', '140704.987500', '140705.447500', '140705.907500', '140706.367500', '140706.827500', '140707.287500', '140707.747500', '140708.207500', '140708.667500', '140709.127500', '140709.587500', '140710.047500', '140710.507500', '140710.967500', '140711.427500', '140711.887500', '140712.347500', '140712.807500', '140713.267500', '140713.727500', '140714.187500', '140714.647500', '140715.107500', '140715.567500', '140716.027500', '140716.487500', '140716.947500', '140717.407500', '140717.867500', '140718.327500', '140718.787500', '140719.247500', '140719.707500', '140720.167500', '140720.627500', '140721.087500', '140721.547500', '140722.007500', '140722.467500', '140722.927500', '140723.387500', '140723.847500', '140724.307500', '140724.767500', '140725.227500', '140725.687500', '140726.147500', '140726.607500', '140727.067500', '140727.527500', '140727.987500', '140728.447500', '140728.907500', '140729.367500', '140729.827500', '140730.287500', '140730.747500', '140731.207500', '140731.667500', '140732.127500', '140732.587500', '140733.047500', '140733.507500', '140733.967500', '140734.427500', '140734.887500', '140735.347500', '140735.807500', '140736.267500', '140736.727500', '140737.187500', '140737.647500', '140738.107500', '140738.567500', '140739.027500', '140739.487500', '140739.947500', '140740.407500', '140740.867500', '140741.327500', '140741.787500', '140742.247500', '140742.707500', '140743.167500', '140743.627500', '140744.087500', '140744.547500', '140745.007500', '140745.467500', '140745.927500', '140746.387500', '140746.847500', '140747.307500', '140747.767500', '140748.227500', '140748.687500', '140749.147500', '140749.607500', '140750.067500', '140750.527500', '140750.987500', '140751.447500', '140751.907500', '140752.367500', '140752.827500', '140753.287500', '140753.747500', '140754.207500', '140754.667500', '140755.127500', '140755.587500', '140756.047500', '140756.507500', '140756.967500', '140757.427500', '140757.887500', '140758.347500', '140758.807500', '140759.267500', '140759.727500', '140800.187500', '140800.647500', '140801.107500', '140801.567500', '140802.027500', '140802.487500', '140802.947500', '140803.407500', '140803.867500', '140804.327500', '140804.787500', '140805.247500', '140805.707500', '140806.167500', '140806.627500', '140807.087500', '140807.547500', '140808.007500', '140808.467500', '140808.927500', '140809.387500', '140809.847500', '140810.307500', '140810.767500', '140811.227500', '140811.687500', '140812.147500', '140812.607500', '140813.067500', '140813.527500', '140813.987500', '140814.447500', '140814.907500', '140815.367500', '140815.827500', '140816.287500', '140816.747500', '140817.207500', '140817.667500', '140818.127500', '140818.587500', '140819.047500', '140819.507500', '140819.967500', '140820.427500', '140820.887500', '140821.347500', '140821.807500', '140822.267500', '140822.727500', '140823.187500', '140823.647500', '140824.107500', '140824.567500', '140825.027500', '140825.487500', '140825.947500', '140826.407500', '140826.867500', '140827.327500', '140827.787500', '140828.247500', '140828.707500', '140829.167500', '140829.627500', '140830.087500', '140830.547500', '140831.007500', '140831.467500', '140831.927500', '140832.387500', '140832.847500', '140833.307500', '140833.767500', '140834.227500', '140834.687500', '140835.147500', '140835.607500', '140836.067500', '140836.527500', '140836.987500', '140837.447500', '140837.907500', '140838.367500', '140838.827500', '140839.287500', '140839.747500', '140840.207500', '140840.667500', '140841.127500', '140841.587500', '140842.047500', '140842.507500', '140842.967500', '140843.427500', '140843.887500', '140844.347500', '140844.807500', '140845.267500', '140845.727500', '140846.187500', '140846.647500', '140847.107500', '140847.567500', '140848.027500', '140848.487500', '140848.947500', '140849.407500', '140849.867500', '140850.327500', '140850.787500', '140851.247500', '140851.707500', '140852.167500', '140852.627500', '140853.087500', '140853.547500', '140854.007500', '140854.467500', '140854.927500', '140855.387500', '140855.847500', '140856.307500', '140856.767500', '140857.227500', '140857.687500', '140858.147500', '140858.607500', '140859.067500', '140859.527500', '140859.987500', '140900.447500', '140900.907500', '140901.367500', '140901.827500', '140902.287500', '140902.747500', '140903.207500', '140903.667500', '140904.127500', '140904.587500', '140905.047500', '140905.507500', '140905.967500', '140906.427500', '140906.887500', '140907.347500', '140907.807500', '140908.267500', '140908.727500', '140909.187500', '140909.647500', '140910.107500', '140910.567500', '140911.027500', '140911.487500', '140911.947500', '140912.407500', '140912.867500', '140913.327500', '140913.787500', '140914.247500', '140914.707500', '140915.167500', '140915.627500', '140916.087500', '140916.547500', '140917.007500', '140917.467500', '140917.927500', '140918.387500', '140918.847500', '140919.307500', '140919.767500', '140920.227500', '140920.687500', '140921.147500', '140921.607500', '140922.067500', '140922.527500', '140922.987500', '140923.447500', '140923.907500', '140924.367500', '140924.827500', '140925.287500', '140925.747500', '140926.207500', '140926.667500', '140927.127500', '140927.587500', '140928.047500', '140928.507500', '140928.967500', '140929.427500', '140929.887500', '140930.347500', '140930.807500', '140931.267500', '140931.727500', '140932.187500', '140932.647500'], 'ContentTime': ['140303.829000', '140303.833000', '140303.836000', '140303.838000', '140303.841000', '140303.843000', '140303.846000', '140303.852000', '140303.854000', '140303.857000', '140303.859000', '140303.862000', '140303.865000', '140303.867000', '140303.870000', '140303.872000', '140303.875000', '140303.877000', '140303.880000', '140303.882000', '140303.885000', '140303.891000', '140303.893000', '140303.896000', '140323.803000', '140323.806000', '140323.809000', '140323.812000', '140323.815000', '140323.818000', '140323.820000', '140323.823000', '140323.837000', '140323.839000', '140323.842000', '140323.845000', '140323.847000', '140323.850000', '140323.852000', '140323.855000', '140323.857000', '140323.860000', '140323.863000', '140323.865000', '140323.868000', '140323.870000', '140323.873000', '140323.876000', '140323.878000', '140323.881000', '140323.883000', '140323.886000', '140323.888000', '140323.891000', '140323.894000', '140323.896000', '140323.899000', '140323.902000', '140323.904000', '140323.907000', '140323.909000', '140323.912000', '140323.915000', '140323.917000', '140323.920000', '140323.922000', '140323.925000', '140343.802000', '140343.805000', '140343.807000', '140343.810000', '140343.812000', '140343.815000', '140343.818000', '140343.820000', '140343.823000', '140343.826000', '140343.828000', '140343.831000', '140343.833000', '140343.836000', '140343.839000', '140343.841000', '140343.844000', '140343.847000', '140343.849000', '140343.852000', '140343.854000', '140343.857000', '140343.860000', '140343.862000', '140343.865000', '140343.867000', '140343.870000', '140343.872000', '140343.875000', '140343.878000', '140343.880000', '140343.890000', '140343.893000', '140343.895000', '140343.898000', '140343.900000', '140343.903000', '140343.905000', '140343.908000', '140343.911000', '140343.913000', '140343.916000', '140343.919000', '140343.921000', '140403.801000', '140403.804000', '140403.807000', '140403.810000', '140403.812000', '140403.815000', '140403.817000', '140403.820000', '140403.822000', '140403.825000', '140403.828000', '140403.830000', '140403.833000', '140403.835000', '140403.838000', '140403.841000', '140403.843000', '140403.846000', '140403.849000', '140403.851000', '140403.854000', '140403.856000', '140403.859000', '140403.862000', '140403.864000', '140403.867000', '140403.870000', '140403.872000', '140403.875000', '140403.877000', '140403.880000', '140403.883000', '140403.885000', '140403.888000', '140403.890000', '140403.893000', '140403.896000', '140403.898000', '140403.901000', '140403.904000', '140403.906000', '140403.909000', '140403.911000', '140403.914000', '140423.801000', '140423.804000', '140423.807000', '140423.810000', '140423.812000', '140423.815000', '140423.817000', '140423.820000', '140423.823000', '140423.825000', '140423.828000', '140423.830000', '140423.833000', '140423.836000', '140423.838000', '140423.841000', '140423.843000', '140423.846000', '140423.848000', '140423.851000', '140423.854000', '140423.856000', '140423.859000', '140423.861000', '140423.864000', '140423.866000', '140423.869000', '140423.872000', '140423.874000', '140423.877000', '140423.879000', '140423.882000', '140423.885000', '140423.887000', '140423.890000', '140423.892000', '140423.895000', '140423.898000', '140423.900000', '140423.903000', '140423.905000', '140423.908000', '140423.911000', '140443.801000', '140443.917000', '140443.919000', '140443.922000', '140443.924000', '140443.927000', '140443.930000', '140443.932000', '140443.935000', '140443.937000', '140443.940000', '140443.943000', '140443.945000', '140443.948000', '140443.951000', '140443.953000', '140443.956000', '140443.958000', '140443.961000', '140443.964000', '140443.966000', '140443.969000', '140443.971000', '140443.974000', '140443.977000', '140443.979000', '140443.982000', '140443.984000', '140443.987000', '140443.990000', '140443.992000', '140443.995000', '140443.997000', '140444.000000', '140444.003000', '140444.005000', '140444.008000', '140444.010000', '140444.013000', '140444.016000', '140444.018000', '140444.021000', '140444.023000', '140503.802000', '140503.804000', '140503.807000', '140503.810000', '140503.812000', '140503.815000', '140503.817000', '140503.820000', '140503.823000', '140503.825000', '140503.828000', '140503.830000', '140503.833000', '140503.836000', '140503.838000', '140503.841000', '140503.844000', '140503.846000', '140503.849000', '140503.851000', '140503.854000', '140503.857000', '140503.859000', '140503.862000', '140503.864000', '140503.867000', '140503.870000', '140503.872000', '140503.875000', '140503.878000', '140503.880000', '140503.883000', '140503.885000', '140503.888000', '140503.891000', '140503.893000', '140503.896000', '140503.898000', '140503.901000', '140503.904000', '140503.906000', '140503.909000', '140503.911000', '140503.914000', '140523.801000', '140523.804000', '140523.808000', '140523.811000', '140523.813000', '140523.816000', '140523.819000', '140523.821000', '140523.824000', '140523.826000', '140523.829000', '140523.832000', '140523.834000', '140523.837000', '140523.840000', '140523.842000', '140523.845000', '140523.847000', '140523.850000', '140523.852000', '140523.855000', '140523.858000', '140523.860000', '140523.863000', '140523.865000', '140523.868000', '140523.881000', '140523.884000', '140523.887000', '140523.889000', '140523.892000', '140523.894000', '140523.897000', '140523.900000', '140523.902000', '140523.905000', '140523.907000', '140523.910000', '140523.913000', '140523.915000', '140523.918000', '140523.920000', '140523.923000', '140543.801000', '140543.822000', '140543.825000', '140543.827000', '140543.830000', '140543.832000', '140543.835000', '140543.837000', '140543.840000', '140543.843000', '140543.845000', '140543.848000', '140543.851000', '140543.853000', '140543.856000', '140543.858000', '140543.861000', '140543.864000', '140543.866000', '140543.869000', '140543.871000', '140543.874000', '140543.876000', '140543.879000', '140543.882000', '140543.884000', '140543.887000', '140543.890000', '140543.893000', '140543.895000', '140543.898000', '140543.900000', '140543.903000', '140543.906000', '140543.908000', '140543.911000', '140543.914000', '140543.916000', '140543.919000', '140543.921000', '140543.924000', '140543.927000', '140543.929000', '140543.932000', '140603.802000', '140603.804000', '140603.807000', '140603.810000', '140603.812000', '140603.815000', '140603.818000', '140603.820000', '140603.823000', '140603.826000', '140603.828000', '140603.831000', '140603.833000', '140603.836000', '140603.839000', '140603.841000', '140603.844000', '140603.846000', '140603.849000', '140603.852000', '140603.854000', '140603.857000', '140603.859000', '140603.862000', '140603.865000', '140603.867000', '140603.870000', '140603.873000', '140603.875000', '140603.879000', '140603.882000', '140603.885000', '140603.887000', '140603.890000', '140603.892000', '140603.895000', '140603.898000', '140603.900000', '140603.903000', '140603.906000', '140603.908000', '140603.911000', '140603.913000', '140623.801000', '140623.804000', '140623.807000', '140623.810000', '140623.812000', '140623.815000', '140623.817000', '140623.820000', '140623.823000', '140623.825000', '140623.828000', '140623.831000', '140623.833000', '140623.836000', '140623.838000', '140623.841000', '140623.843000', '140623.846000', '140623.849000', '140623.851000', '140623.854000', '140623.856000', '140623.859000', '140623.862000', '140623.864000', '140623.867000', '140623.870000', '140623.872000', '140623.875000', '140623.878000', '140623.880000', '140623.883000', '140623.885000', '140623.888000', '140623.890000', '140623.893000', '140623.896000', '140623.898000', '140623.901000', '140623.904000', '140623.906000', '140623.909000', '140623.912000', '140623.914000', '140643.802000', '140643.821000', '140643.824000', '140643.826000', '140643.829000', '140643.832000', '140643.834000', '140643.837000', '140643.839000', '140643.842000', '140643.845000', '140643.847000', '140643.850000', '140643.852000', '140643.855000', '140643.858000', '140643.860000', '140643.863000', '140643.866000', '140643.869000', '140643.872000', '140643.875000', '140643.878000', '140643.880000', '140643.883000', '140643.886000', '140643.888000', '140643.891000', '140643.893000', '140643.896000', '140643.899000', '140643.901000', '140643.904000', '140643.906000', '140643.909000', '140643.912000', '140643.914000', '140643.917000', '140643.920000', '140643.923000', '140643.925000', '140643.928000', '140643.930000', '140703.802000', '140703.804000', '140703.807000', '140703.810000', '140703.812000', '140703.815000', '140703.818000', '140703.820000', '140703.841000', '140703.843000', '140703.846000', '140703.848000', '140703.851000', '140703.854000', '140703.856000', '140703.859000', '140703.861000', '140703.864000', '140703.867000', '140703.869000', '140703.872000', '140703.875000', '140703.877000', '140703.880000', '140703.883000', '140703.885000', '140703.888000', '140703.891000', '140703.893000', '140703.896000', '140703.898000', '140703.901000', '140703.904000', '140703.906000', '140703.909000', '140703.911000', '140703.914000', '140703.917000', '140703.919000', '140703.922000', '140703.925000', '140703.927000', '140703.930000', '140703.932000', '140723.802000', '140723.848000', '140723.851000', '140723.854000', '140723.856000', '140723.859000', '140723.861000', '140723.864000', '140723.867000', '140723.869000', '140723.872000', '140723.875000', '140723.877000', '140723.880000', '140723.883000', '140723.885000', '140723.888000', '140723.891000', '140723.893000', '140723.896000', '140723.898000', '140723.901000', '140723.904000', '140723.906000', '140723.909000', '140723.912000', '140723.914000', '140723.918000', '140723.921000', '140723.924000', '140723.926000', '140723.929000', '140723.932000', '140723.934000', '140723.937000', '140723.939000', '140723.942000', '140723.945000', '140723.947000', '140723.950000', '140723.953000', '140723.955000', '140723.958000', '140743.802000', '140743.850000', '140743.853000', '140743.856000', '140743.858000', '140743.861000', '140743.864000', '140743.866000', '140743.869000', '140743.871000', '140743.874000', '140743.877000', '140743.879000', '140743.882000', '140743.885000', '140743.887000', '140743.890000', '140743.893000', '140743.895000', '140743.898000', '140743.901000', '140743.903000', '140743.906000', '140743.908000', '140743.911000', '140743.914000', '140743.916000', '140743.919000', '140743.921000', '140743.924000', '140743.927000', '140743.929000', '140743.932000', '140743.934000', '140743.937000', '140743.940000', '140743.942000', '140743.945000', '140743.948000', '140743.950000', '140743.953000', '140743.956000', '140743.958000', '140743.961000', '140803.802000', '140803.836000', '140803.839000', '140803.841000', '140803.844000', '140803.847000', '140803.849000', '140803.852000', '140803.854000', '140803.857000', '140803.860000', '140803.862000', '140803.865000', '140803.867000', '140803.870000', '140803.873000', '140803.875000', '140803.878000', '140803.880000', '140803.883000', '140803.886000', '140803.889000', '140803.891000', '140803.894000', '140803.896000', '140803.899000', '140803.902000', '140803.904000', '140803.907000', '140803.909000', '140803.912000', '140803.915000', '140803.917000', '140803.920000', '140803.923000', '140803.925000', '140803.928000', '140803.930000', '140803.933000', '140803.936000', '140803.938000', '140803.941000', '140803.944000', '140823.802000', '140823.850000', '140823.852000', '140823.855000', '140823.858000', '140823.860000', '140823.863000', '140823.865000', '140823.868000', '140823.879000', '140823.881000', '140823.884000', '140823.887000', '140823.889000', '140823.892000', '140823.894000', '140823.897000', '140823.900000', '140823.902000', '140823.905000', '140823.907000', '140823.910000', '140823.913000', '140823.915000', '140823.918000', '140823.921000', '140823.923000', '140823.926000', '140823.929000', '140823.931000', '140823.934000', '140823.936000', '140823.939000', '140823.952000', '140823.955000', '140823.957000', '140823.960000', '140823.964000', '140823.967000', '140823.970000', '140823.972000', '140823.975000', '140823.977000', '140823.980000', '140843.802000', '140843.832000', '140843.834000', '140843.837000', '140843.840000', '140843.842000', '140843.845000', '140843.847000', '140843.850000', '140843.853000', '140843.855000', '140843.858000', '140843.860000', '140843.863000', '140843.866000', '140843.869000', '140843.871000', '140843.874000', '140843.876000', '140843.879000', '140843.882000', '140843.884000', '140843.887000', '140843.889000', '140843.892000', '140843.895000', '140843.897000', '140843.900000', '140843.902000', '140843.905000', '140843.908000', '140843.910000', '140843.913000', '140843.916000', '140843.918000', '140843.921000', '140843.924000', '140843.926000', '140843.929000', '140843.932000', '140843.934000', '140843.937000', '140843.939000', '140903.802000', '140903.854000', '140903.856000', '140903.859000', '140903.862000', '140903.864000', '140903.867000', '140903.869000', '140903.872000', '140903.875000', '140903.877000', '140903.880000', '140903.883000', '140903.885000', '140903.888000', '140903.891000', '140903.893000', '140903.896000', '140903.898000', '140903.901000', '140903.904000', '140903.906000', '140903.909000', '140903.911000', '140903.914000', '140903.917000', '140903.919000', '140903.922000', '140903.925000', '140903.927000', '140903.930000', '140903.933000', '140903.935000', '140903.938000', '140903.941000', '140903.943000', '140903.946000', '140903.949000', '140903.951000', '140903.954000', '140903.956000', '140903.959000', '140903.962000', '140903.964000', '140923.801000', '140923.825000', '140923.828000', '140923.831000', '140923.833000', '140923.836000', '140923.838000', '140923.841000', '140923.844000', '140923.846000', '140923.849000', '140923.851000', '140923.854000', '140923.857000', '140923.859000', '140923.862000', '140923.865000', '140923.867000', '140923.870000', '140923.872000', '140923.875000', '140923.878000', '140923.880000', '140923.883000', '140923.885000', '140923.888000', '140923.891000', '140923.893000', '140923.896000', '140923.898000', '140923.901000', '140923.904000', '140923.906000', '140923.909000', '140923.912000', '140923.914000', '140923.917000', '140923.919000', '140923.922000', '140923.925000', '140923.927000', '140923.930000', '140923.932000', '140933.581000', '140933.584000', '140933.587000', '140933.589000', '140933.592000', '140933.595000', '140933.597000', '140933.600000', '140933.603000', '140933.605000', '140933.608000', '140933.610000', '140933.613000', '140933.615000', '140933.618000', '140933.621000', '140933.623000', '140933.626000', '140933.629000', '140933.631000', '140933.634000', '140933.636000'], 'InstanceCreationTime': ['140303.829000', '140303.833000', '140303.836000', '140303.838000', '140303.841000', '140303.843000', '140303.846000', '140303.852000', '140303.854000', '140303.857000', '140303.859000', '140303.862000', '140303.865000', '140303.867000', '140303.870000', '140303.872000', '140303.875000', '140303.877000', '140303.880000', '140303.882000', '140303.885000', '140303.891000', '140303.893000', '140303.896000', '140323.803000', '140323.806000', '140323.809000', '140323.812000', '140323.815000', '140323.818000', '140323.820000', '140323.823000', '140323.837000', '140323.839000', '140323.842000', '140323.845000', '140323.847000', '140323.850000', '140323.852000', '140323.855000', '140323.857000', '140323.860000', '140323.863000', '140323.865000', '140323.868000', '140323.870000', '140323.873000', '140323.876000', '140323.878000', '140323.881000', '140323.883000', '140323.886000', '140323.888000', '140323.891000', '140323.894000', '140323.896000', '140323.899000', '140323.902000', '140323.904000', '140323.907000', '140323.909000', '140323.912000', '140323.915000', '140323.917000', '140323.920000', '140323.922000', '140323.925000', '140343.802000', '140343.805000', '140343.807000', '140343.810000', '140343.812000', '140343.815000', '140343.818000', '140343.820000', '140343.823000', '140343.826000', '140343.828000', '140343.831000', '140343.833000', '140343.836000', '140343.839000', '140343.841000', '140343.844000', '140343.847000', '140343.849000', '140343.852000', '140343.854000', '140343.857000', '140343.860000', '140343.862000', '140343.865000', '140343.867000', '140343.870000', '140343.872000', '140343.875000', '140343.878000', '140343.880000', '140343.890000', '140343.893000', '140343.895000', '140343.898000', '140343.900000', '140343.903000', '140343.905000', '140343.908000', '140343.911000', '140343.913000', '140343.916000', '140343.919000', '140343.921000', '140403.801000', '140403.804000', '140403.807000', '140403.810000', '140403.812000', '140403.815000', '140403.817000', '140403.820000', '140403.822000', '140403.825000', '140403.828000', '140403.830000', '140403.833000', '140403.835000', '140403.838000', '140403.841000', '140403.843000', '140403.846000', '140403.849000', '140403.851000', '140403.854000', '140403.856000', '140403.859000', '140403.862000', '140403.864000', '140403.867000', '140403.870000', '140403.872000', '140403.875000', '140403.877000', '140403.880000', '140403.883000', '140403.885000', '140403.888000', '140403.890000', '140403.893000', '140403.896000', '140403.898000', '140403.901000', '140403.904000', '140403.906000', '140403.909000', '140403.911000', '140403.914000', '140423.801000', '140423.804000', '140423.807000', '140423.810000', '140423.812000', '140423.815000', '140423.817000', '140423.820000', '140423.823000', '140423.825000', '140423.828000', '140423.830000', '140423.833000', '140423.836000', '140423.838000', '140423.841000', '140423.843000', '140423.846000', '140423.848000', '140423.851000', '140423.854000', '140423.856000', '140423.859000', '140423.861000', '140423.864000', '140423.866000', '140423.869000', '140423.872000', '140423.874000', '140423.877000', '140423.879000', '140423.882000', '140423.885000', '140423.887000', '140423.890000', '140423.892000', '140423.895000', '140423.898000', '140423.900000', '140423.903000', '140423.905000', '140423.908000', '140423.911000', '140443.801000', '140443.917000', '140443.919000', '140443.922000', '140443.924000', '140443.927000', '140443.930000', '140443.932000', '140443.935000', '140443.937000', '140443.940000', '140443.943000', '140443.945000', '140443.948000', '140443.951000', '140443.953000', '140443.956000', '140443.958000', '140443.961000', '140443.964000', '140443.966000', '140443.969000', '140443.971000', '140443.974000', '140443.977000', '140443.979000', '140443.982000', '140443.984000', '140443.987000', '140443.990000', '140443.992000', '140443.995000', '140443.997000', '140444.000000', '140444.003000', '140444.005000', '140444.008000', '140444.010000', '140444.013000', '140444.016000', '140444.018000', '140444.021000', '140444.023000', '140503.802000', '140503.804000', '140503.807000', '140503.810000', '140503.812000', '140503.815000', '140503.817000', '140503.820000', '140503.823000', '140503.825000', '140503.828000', '140503.830000', '140503.833000', '140503.836000', '140503.838000', '140503.841000', '140503.844000', '140503.846000', '140503.849000', '140503.851000', '140503.854000', '140503.857000', '140503.859000', '140503.862000', '140503.864000', '140503.867000', '140503.870000', '140503.872000', '140503.875000', '140503.878000', '140503.880000', '140503.883000', '140503.885000', '140503.888000', '140503.891000', '140503.893000', '140503.896000', '140503.898000', '140503.901000', '140503.904000', '140503.906000', '140503.909000', '140503.911000', '140503.914000', '140523.801000', '140523.804000', '140523.808000', '140523.811000', '140523.813000', '140523.816000', '140523.819000', '140523.821000', '140523.824000', '140523.826000', '140523.829000', '140523.832000', '140523.834000', '140523.837000', '140523.840000', '140523.842000', '140523.845000', '140523.847000', '140523.850000', '140523.852000', '140523.855000', '140523.858000', '140523.860000', '140523.863000', '140523.865000', '140523.868000', '140523.881000', '140523.884000', '140523.887000', '140523.889000', '140523.892000', '140523.894000', '140523.897000', '140523.900000', '140523.902000', '140523.905000', '140523.907000', '140523.910000', '140523.913000', '140523.915000', '140523.918000', '140523.920000', '140523.923000', '140543.801000', '140543.822000', '140543.825000', '140543.827000', '140543.830000', '140543.832000', '140543.835000', '140543.837000', '140543.840000', '140543.843000', '140543.845000', '140543.848000', '140543.851000', '140543.853000', '140543.856000', '140543.858000', '140543.861000', '140543.864000', '140543.866000', '140543.869000', '140543.871000', '140543.874000', '140543.876000', '140543.879000', '140543.882000', '140543.884000', '140543.887000', '140543.890000', '140543.893000', '140543.895000', '140543.898000', '140543.900000', '140543.903000', '140543.906000', '140543.908000', '140543.911000', '140543.914000', '140543.916000', '140543.919000', '140543.921000', '140543.924000', '140543.927000', '140543.929000', '140543.932000', '140603.802000', '140603.804000', '140603.807000', '140603.810000', '140603.812000', '140603.815000', '140603.818000', '140603.820000', '140603.823000', '140603.826000', '140603.828000', '140603.831000', '140603.833000', '140603.836000', '140603.839000', '140603.841000', '140603.844000', '140603.846000', '140603.849000', '140603.852000', '140603.854000', '140603.857000', '140603.859000', '140603.862000', '140603.865000', '140603.867000', '140603.870000', '140603.873000', '140603.875000', '140603.879000', '140603.882000', '140603.885000', '140603.887000', '140603.890000', '140603.892000', '140603.895000', '140603.898000', '140603.900000', '140603.903000', '140603.906000', '140603.908000', '140603.911000', '140603.913000', '140623.801000', '140623.804000', '140623.807000', '140623.810000', '140623.812000', '140623.815000', '140623.817000', '140623.820000', '140623.823000', '140623.825000', '140623.828000', '140623.831000', '140623.833000', '140623.836000', '140623.838000', '140623.841000', '140623.843000', '140623.846000', '140623.849000', '140623.851000', '140623.854000', '140623.856000', '140623.859000', '140623.862000', '140623.864000', '140623.867000', '140623.870000', '140623.872000', '140623.875000', '140623.878000', '140623.880000', '140623.883000', '140623.885000', '140623.888000', '140623.890000', '140623.893000', '140623.896000', '140623.898000', '140623.901000', '140623.904000', '140623.906000', '140623.909000', '140623.912000', '140623.914000', '140643.802000', '140643.821000', '140643.824000', '140643.826000', '140643.829000', '140643.832000', '140643.834000', '140643.837000', '140643.839000', '140643.842000', '140643.845000', '140643.847000', '140643.850000', '140643.852000', '140643.855000', '140643.858000', '140643.860000', '140643.863000', '140643.866000', '140643.869000', '140643.872000', '140643.875000', '140643.878000', '140643.880000', '140643.883000', '140643.886000', '140643.888000', '140643.891000', '140643.893000', '140643.896000', '140643.899000', '140643.901000', '140643.904000', '140643.906000', '140643.909000', '140643.912000', '140643.914000', '140643.917000', '140643.920000', '140643.923000', '140643.925000', '140643.928000', '140643.930000', '140703.802000', '140703.804000', '140703.807000', '140703.810000', '140703.812000', '140703.815000', '140703.818000', '140703.820000', '140703.841000', '140703.843000', '140703.846000', '140703.848000', '140703.851000', '140703.854000', '140703.856000', '140703.859000', '140703.861000', '140703.864000', '140703.867000', '140703.869000', '140703.872000', '140703.875000', '140703.877000', '140703.880000', '140703.883000', '140703.885000', '140703.888000', '140703.891000', '140703.893000', '140703.896000', '140703.898000', '140703.901000', '140703.904000', '140703.906000', '140703.909000', '140703.911000', '140703.914000', '140703.917000', '140703.919000', '140703.922000', '140703.925000', '140703.927000', '140703.930000', '140703.932000', '140723.802000', '140723.848000', '140723.851000', '140723.854000', '140723.856000', '140723.859000', '140723.861000', '140723.864000', '140723.867000', '140723.869000', '140723.872000', '140723.875000', '140723.877000', '140723.880000', '140723.883000', '140723.885000', '140723.888000', '140723.891000', '140723.893000', '140723.896000', '140723.898000', '140723.901000', '140723.904000', '140723.906000', '140723.909000', '140723.912000', '140723.914000', '140723.918000', '140723.921000', '140723.924000', '140723.926000', '140723.929000', '140723.932000', '140723.934000', '140723.937000', '140723.939000', '140723.942000', '140723.945000', '140723.947000', '140723.950000', '140723.953000', '140723.955000', '140723.958000', '140743.802000', '140743.850000', '140743.853000', '140743.856000', '140743.858000', '140743.861000', '140743.864000', '140743.866000', '140743.869000', '140743.871000', '140743.874000', '140743.877000', '140743.879000', '140743.882000', '140743.885000', '140743.887000', '140743.890000', '140743.893000', '140743.895000', '140743.898000', '140743.901000', '140743.903000', '140743.906000', '140743.908000', '140743.911000', '140743.914000', '140743.916000', '140743.919000', '140743.921000', '140743.924000', '140743.927000', '140743.929000', '140743.932000', '140743.934000', '140743.937000', '140743.940000', '140743.942000', '140743.945000', '140743.948000', '140743.950000', '140743.953000', '140743.956000', '140743.958000', '140743.961000', '140803.802000', '140803.836000', '140803.839000', '140803.841000', '140803.844000', '140803.847000', '140803.849000', '140803.852000', '140803.854000', '140803.857000', '140803.860000', '140803.862000', '140803.865000', '140803.867000', '140803.870000', '140803.873000', '140803.875000', '140803.878000', '140803.880000', '140803.883000', '140803.886000', '140803.889000', '140803.891000', '140803.894000', '140803.896000', '140803.899000', '140803.902000', '140803.904000', '140803.907000', '140803.909000', '140803.912000', '140803.915000', '140803.917000', '140803.920000', '140803.923000', '140803.925000', '140803.928000', '140803.930000', '140803.933000', '140803.936000', '140803.938000', '140803.941000', '140803.944000', '140823.802000', '140823.850000', '140823.852000', '140823.855000', '140823.858000', '140823.860000', '140823.863000', '140823.865000', '140823.868000', '140823.879000', '140823.881000', '140823.884000', '140823.887000', '140823.889000', '140823.892000', '140823.894000', '140823.897000', '140823.900000', '140823.902000', '140823.905000', '140823.907000', '140823.910000', '140823.913000', '140823.915000', '140823.918000', '140823.921000', '140823.923000', '140823.926000', '140823.929000', '140823.931000', '140823.934000', '140823.936000', '140823.939000', '140823.952000', '140823.955000', '140823.957000', '140823.960000', '140823.964000', '140823.967000', '140823.970000', '140823.972000', '140823.975000', '140823.977000', '140823.980000', '140843.802000', '140843.832000', '140843.834000', '140843.837000', '140843.840000', '140843.842000', '140843.845000', '140843.847000', '140843.850000', '140843.853000', '140843.855000', '140843.858000', '140843.860000', '140843.863000', '140843.866000', '140843.869000', '140843.871000', '140843.874000', '140843.876000', '140843.879000', '140843.882000', '140843.884000', '140843.887000', '140843.889000', '140843.892000', '140843.895000', '140843.897000', '140843.900000', '140843.902000', '140843.905000', '140843.908000', '140843.910000', '140843.913000', '140843.916000', '140843.918000', '140843.921000', '140843.924000', '140843.926000', '140843.929000', '140843.932000', '140843.934000', '140843.937000', '140843.939000', '140903.802000', '140903.854000', '140903.856000', '140903.859000', '140903.862000', '140903.864000', '140903.867000', '140903.869000', '140903.872000', '140903.875000', '140903.877000', '140903.880000', '140903.883000', '140903.885000', '140903.888000', '140903.891000', '140903.893000', '140903.896000', '140903.898000', '140903.901000', '140903.904000', '140903.906000', '140903.909000', '140903.911000', '140903.914000', '140903.917000', '140903.919000', '140903.922000', '140903.925000', '140903.927000', '140903.930000', '140903.933000', '140903.935000', '140903.938000', '140903.941000', '140903.943000', '140903.946000', '140903.949000', '140903.951000', '140903.954000', '140903.956000', '140903.959000', '140903.962000', '140903.964000', '140923.801000', '140923.825000', '140923.828000', '140923.831000', '140923.833000', '140923.836000', '140923.838000', '140923.841000', '140923.844000', '140923.846000', '140923.849000', '140923.851000', '140923.854000', '140923.857000', '140923.859000', '140923.862000', '140923.865000', '140923.867000', '140923.870000', '140923.872000', '140923.875000', '140923.878000', '140923.880000', '140923.883000', '140923.885000', '140923.888000', '140923.891000', '140923.893000', '140923.896000', '140923.898000', '140923.901000', '140923.904000', '140923.906000', '140923.909000', '140923.912000', '140923.914000', '140923.917000', '140923.919000', '140923.922000', '140923.925000', '140923.927000', '140923.930000', '140923.932000', '140933.581000', '140933.584000', '140933.587000', '140933.589000', '140933.592000', '140933.595000', '140933.597000', '140933.600000', '140933.603000', '140933.605000', '140933.608000', '140933.610000', '140933.613000', '140933.615000', '140933.618000', '140933.621000', '140933.623000', '140933.626000', '140933.629000', '140933.631000', '140933.634000', '140933.636000'], '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': [19827, 14179, 15184, 13061, 13621, 13099, 15097, 14872, 10065, 15243, 9783, 16288, 10783, 17839, 12626, 17001, 12051, 16939, 12304, 17728, 13420, 18274, 13246, 14430, 12460, 11227, 14360, 13961, 14951, 17359, 14833, 12606, 13330, 16824, 13450, 18041, 13199, 16183, 12224, 16240, 11654, 16227, 12023, 15734, 10675, 15918, 9566, 15124, 9459, 15507, 9416, 15121, 9596, 15969, 10143, 16805, 10093, 16665, 9963, 16531, 10477, 16877, 12306, 17615, 12210, 17293, 12724, 18146, 12634, 17440, 13069, 16918, 12211, 16469, 11959, 16445, 12200, 15663, 11560, 16546, 11784, 16853, 12787, 16952, 12269, 16722, 12316, 16748, 12308, 17253, 13043, 11406, 11903, 11035, 13178, 12049, 14715, 10551, 15786, 10064, 16243, 10492, 16667, 10658, 17294, 11978, 16610, 11308, 16021, 12107, 16869, 12488, 16172, 13062, 9836, 14838, 9767, 17170, 12492, 10024, 16062, 11593, 19553, 13957, 11126, 13566, 10116, 16249, 10664, 16550, 10744, 16886, 10085, 16139, 10955, 16320, 11458, 16793, 11897, 17721, 12506, 15832, 11414, 16410, 12011, 17265, 12463, 18186, 13177, 17599, 12647, 16406, 12247, 17709, 12875, 16943, 12319, 16849, 12478, 17797, 13093, 17020, 12051, 16987, 12420, 17115, 12454, 16263, 12031, 16823, 11901, 15958, 11533, 17196, 11732, 16852, 12203, 16605, 12221, 17004, 12660, 15977, 11322, 16236, 11019, 16744, 10199, 16038, 9333, 14814, 9196, 15003, 9414, 15939, 11138, 17677, 12716, 11729, 12211, 12598, 13264, 19389, 13866, 17207, 12452, 16048, 11134, 15893, 9940, 15622, 10134, 15846, 10646, 16115, 11793, 11094, 13987, 10094, 18532, 13042, 19299, 13052, 18303, 12551, 17021, 10407, 14706, 11259, 13685, 14759, 13044, 16780, 12611, 16344, 11717, 15571, 11113, 15178, 10586, 14914, 10656, 15235, 11082, 15316, 10451, 15902, 9880, 16425, 9746, 16302, 9464, 16315, 9657, 16944, 10105, 17067, 11219, 17978, 12224, 16953, 12543, 16906, 12511, 17573, 12655, 17091, 12527, 17002, 12009, 16632, 11991, 16549, 12995, 15946, 11384, 16642, 12715, 14434, 13318, 10034, 16732, 10141, 18682, 12200, 18665, 13253, 17492, 12242, 17339, 12448, 16795, 11055, 17015, 10263, 16289, 11097, 16209, 10354, 15573, 10278, 15808, 11276, 16176, 12090, 17622, 12506, 17733, 12609, 16838, 11767, 16637, 12150, 16871, 12115, 17048, 12283, 16982, 11913, 16192, 12167, 17483, 13595, 9863, 13664, 9478, 16771, 12066, 18374, 12794, 17942, 13477, 18332, 13207, 17341, 12836, 15699, 13416, 13189, 14188, 10035, 16399, 10219, 17868, 10637, 17363, 10761, 17314, 10058, 15730, 10413, 15328, 15196, 14411, 10055, 14438, 9817, 16444, 10414, 16815, 10046, 17132, 10631, 17611, 11302, 18292, 12994, 18119, 12730, 17683, 12864, 17617, 12676, 17418, 12683, 13076, 13145, 9395, 17457, 12790, 13758, 13993, 9871, 16597, 10345, 16547, 10489, 16706, 11074, 15794, 10465, 17581, 12614, 15662, 11821, 16654, 11621, 16485, 10758, 15930, 10105, 15725, 9584, 15706, 9521, 15994, 9938, 16610, 9698, 16829, 10207, 16474, 10266, 16871, 10407, 16714, 10484, 15043, 13279, 14137, 18432, 13703, 15197, 12084, 12423, 12797, 11176, 14853, 9862, 16240, 10245, 17120, 12115, 18134, 13146, 16867, 11967, 17408, 12554, 17456, 12518, 17406, 12951, 9971, 12766, 9597, 15788, 9978, 17221, 10996, 16964, 11094, 17201, 11954, 17791, 12681, 18041, 13408, 14571, 12787, 9276, 14905, 11294, 17143, 12143, 18368, 13330, 17547, 13332, 17151, 12905, 17231, 12559, 16981, 13076, 17517, 13298, 15185, 12367, 13973, 12379, 13711, 12662, 9739, 13207, 9214, 17606, 12744, 11037, 14296, 12599, 14729, 11354, 14740, 15553, 13834, 17887, 12749, 16831, 12649, 15096, 11441, 12855, 11368, 13046, 12072, 9187, 13413, 11609, 14411, 18648, 13431, 17335, 12773, 16534, 12084, 15622, 11824, 16650, 12547, 13357, 11178, 14304, 12339, 17736, 13095, 14809, 12624, 14025, 12282, 14996, 13602, 15036, 13035, 12592, 12491, 15665, 12766, 17342, 13305, 15525, 11896, 15996, 12104, 16110, 11888, 15746, 11379, 15599, 11541, 15025, 11437, 16536, 12107, 16734, 11690, 16041, 11598, 17126, 12706, 16234, 11895, 16655, 12441, 16350, 12671, 15002, 13430, 9434, 14877, 9733, 16384, 10319, 17198, 10482, 17594, 10825, 17060, 10546, 16922, 10302, 16150, 9528, 15624, 9706, 16675, 9929, 15619, 11376, 14973, 9742, 14588, 10495, 15214, 13486, 15273, 9922, 15109, 10768, 15212, 13192, 15105, 9606, 15607, 9533, 16286, 10139, 17233, 10176, 17079, 10569, 16485, 9813, 16121, 9738, 14741, 9767, 14684, 10508, 16292, 9942, 15827, 10041, 15644, 9933, 17244, 11317, 17368, 12667, 10038, 15281, 11632, 19449, 13289, 13051, 13847, 12177, 15669, 14876, 15311, 10256, 15448, 10113, 16633, 10787, 17215, 9840, 16906, 10457, 16782, 10263, 16906, 10195, 16624, 9868, 16336, 10094, 17535, 12018, 18306, 12884, 16761, 12023, 14952, 12420, 16353, 12777, 14294, 12671, 13369, 12577, 14574, 13454, 16141, 13909, 10210, 13678, 11145, 14303, 12502, 14278, 15599, 14213, 10138, 13113, 12293, 13106, 11961, 14395, 9550, 15621, 10813, 18041, 13036, 13355, 12839, 9527, 18567, 13396, 18449, 13054, 16526, 11989, 17172, 12478, 17151, 12861, 16890, 12161, 15953, 12021, 16032, 11659, 12348, 13207, 9806, 16635, 12049, 9712, 12900, 9762, 13968, 19839, 13127, 16776, 10442, 14723, 12501, 13931, 18583, 12965, 17749, 13299, 16440, 11313, 16093, 9687, 15494, 17353, 13197, 17533, 13081, 15767, 11570, 14826, 11139, 15026, 11704, 12032, 12378, 9428, 14137, 11307, 14741, 17784, 13546, 17553, 13060, 16803, 11881, 15823, 11859, 15486, 11776, 15951, 12118, 15421, 10943, 15286, 10904, 16369, 10649, 15960, 10677, 15590, 10514, 16125, 11226, 15992, 10827, 16630, 10164, 16331, 10704, 16313, 10130, 16586, 10350, 16210, 13798, 14893, 12511, 13935, 16069, 13437, 17437, 12809, 13077, 11837, 14179, 12155, 16826, 12840, 12373, 12512, 13527, 13615, 17929, 13885, 16384, 12341, 16464, 11682, 16042, 12147, 16066, 11919, 16088, 12161, 14695, 11250, 9862, 14376, 10920, 17928, 12881, 17641, 12947, 14051, 12375, 14174, 13009, 15500, 13595, 9917, 14007, 9570, 15658, 10510, 17197, 12200, 16868, 12355, 16811, 12345, 17705, 13029, 12384, 12528, 11231, 14326, 14084, 14206, 9934, 14748, 10825, 15049, 14654, 13732, 14963, 13473, 17120, 12178, 15817, 11854, 16214, 11768, 15843, 11562, 15185, 11647, 16169, 11824], 'WindowCenter': [4973.0, 4918.0, 4901.0, 4881.0, 4878.0, 4868.0, 4885.0, 4886.0, 4822.0, 4884.0, 4826.0, 4895.0, 4846.0, 4898.0, 4867.0, 4905.0, 4868.0, 4906.0, 4868.0, 4906.0, 4877.0, 4916.0, 4865.0, 4875.0, 4867.0, 4845.0, 4886.0, 4873.0, 4885.0, 4893.0, 4873.0, 4843.0, 4863.0, 4879.0, 4853.0, 4890.0, 4852.0, 4870.0, 4840.0, 4868.0, 4832.0, 4880.0, 4841.0, 4871.0, 4822.0, 4880.0, 4812.0, 4872.0, 4813.0, 4872.0, 4813.0, 4872.0, 4824.0, 4883.0, 4824.0, 4893.0, 4825.0, 4893.0, 4825.0, 4889.0, 4835.0, 4893.0, 4855.0, 4893.0, 4853.0, 4891.0, 4854.0, 4893.0, 4853.0, 4891.0, 4850.0, 4881.0, 4841.0, 4876.0, 4842.0, 4880.0, 4841.0, 4869.0, 4833.0, 4876.0, 4839.0, 4881.0, 4853.0, 4881.0, 4844.0, 4876.0, 4843.0, 4880.0, 4842.0, 4880.0, 4851.0, 4820.0, 4832.0, 4819.0, 4852.0, 4840.0, 4862.0, 4821.0, 4870.0, 4811.0, 4877.0, 4821.0, 4881.0, 4821.0, 4889.0, 4839.0, 4881.0, 4833.0, 4881.0, 4843.0, 4891.0, 4854.0, 4882.0, 4854.0, 4823.0, 4873.0, 4825.0, 4899.0, 4866.0, 4836.0, 4895.0, 4847.0, 4914.0, 4876.0, 4834.0, 4864.0, 4823.0, 4883.0, 4822.0, 4881.0, 4821.0, 4881.0, 4822.0, 4870.0, 4822.0, 4880.0, 4832.0, 4881.0, 4844.0, 4892.0, 4856.0, 4884.0, 4850.0, 4895.0, 4857.0, 4903.0, 4866.0, 4900.0, 4866.0, 4894.0, 4865.0, 4882.0, 4855.0, 4889.0, 4856.0, 4883.0, 4855.0, 4892.0, 4855.0, 4893.0, 4854.0, 4881.0, 4843.0, 4877.0, 4838.0, 4880.0, 4842.0, 4866.0, 4840.0, 4880.0, 4832.0, 4869.0, 4828.0, 4878.0, 4831.0, 4879.0, 4838.0, 4880.0, 4842.0, 4881.0, 4851.0, 4871.0, 4832.0, 4881.0, 4821.0, 4877.0, 4805.0, 4871.0, 4802.0, 4861.0, 4802.0, 4871.0, 4802.0, 4882.0, 4827.0, 4892.0, 4865.0, 4855.0, 4867.0, 4854.0, 4877.0, 4913.0, 4866.0, 4894.0, 4855.0, 4882.0, 4841.0, 4883.0, 4824.0, 4882.0, 4822.0, 4879.0, 4821.0, 4882.0, 4855.0, 4845.0, 4874.0, 4837.0, 4900.0, 4864.0, 4900.0, 4853.0, 4891.0, 4840.0, 4879.0, 4810.0, 4850.0, 4808.0, 4839.0, 4842.0, 4838.0, 4865.0, 4828.0, 4867.0, 4829.0, 4859.0, 4821.0, 4855.0, 4818.0, 4865.0, 4831.0, 4883.0, 4844.0, 4883.0, 4837.0, 4896.0, 4828.0, 4896.0, 4817.0, 4895.0, 4826.0, 4896.0, 4826.0, 4894.0, 4835.0, 4895.0, 4844.0, 4904.0, 4855.0, 4894.0, 4856.0, 4894.0, 4855.0, 4897.0, 4856.0, 4893.0, 4867.0, 4890.0, 4856.0, 4894.0, 4854.0, 4893.0, 4867.0, 4895.0, 4854.0, 4896.0, 4865.0, 4887.0, 4880.0, 4832.0, 4896.0, 4831.0, 4906.0, 4852.0, 4899.0, 4865.0, 4889.0, 4843.0, 4893.0, 4843.0, 4880.0, 4831.0, 4881.0, 4811.0, 4869.0, 4831.0, 4881.0, 4821.0, 4868.0, 4822.0, 4884.0, 4843.0, 4895.0, 4858.0, 4905.0, 4868.0, 4904.0, 4857.0, 4891.0, 4856.0, 4889.0, 4856.0, 4895.0, 4856.0, 4894.0, 4856.0, 4894.0, 4842.0, 4893.0, 4855.0, 4891.0, 4866.0, 4824.0, 4875.0, 4827.0, 4892.0, 4857.0, 4906.0, 4867.0, 4905.0, 4877.0, 4904.0, 4866.0, 4894.0, 4856.0, 4883.0, 4866.0, 4854.0, 4875.0, 4823.0, 4884.0, 4822.0, 4894.0, 4823.0, 4883.0, 4823.0, 4878.0, 4805.0, 4870.0, 4811.0, 4872.0, 4858.0, 4862.0, 4810.0, 4861.0, 4811.0, 4881.0, 4821.0, 4882.0, 4813.0, 4889.0, 4823.0, 4888.0, 4834.0, 4893.0, 4854.0, 4892.0, 4854.0, 4890.0, 4852.0, 4890.0, 4854.0, 4880.0, 4842.0, 4851.0, 4853.0, 4814.0, 4893.0, 4866.0, 4864.0, 4873.0, 4826.0, 4885.0, 4822.0, 4880.0, 4819.0, 4879.0, 4823.0, 4872.0, 4822.0, 4881.0, 4853.0, 4882.0, 4856.0, 4891.0, 4845.0, 4894.0, 4835.0, 4884.0, 4821.0, 4885.0, 4825.0, 4885.0, 4815.0, 4884.0, 4825.0, 4892.0, 4813.0, 4894.0, 4823.0, 4884.0, 4824.0, 4879.0, 4821.0, 4882.0, 4811.0, 4857.0, 4840.0, 4862.0, 4880.0, 4852.0, 4861.0, 4842.0, 4842.0, 4852.0, 4828.0, 4873.0, 4814.0, 4882.0, 4824.0, 4892.0, 4845.0, 4903.0, 4855.0, 4879.0, 4845.0, 4888.0, 4854.0, 4892.0, 4843.0, 4891.0, 4848.0, 4810.0, 4850.0, 4813.0, 4879.0, 4815.0, 4889.0, 4835.0, 4893.0, 4835.0, 4892.0, 4845.0, 4893.0, 4855.0, 4887.0, 4864.0, 4871.0, 4854.0, 4816.0, 4880.0, 4843.0, 4894.0, 4855.0, 4899.0, 4861.0, 4893.0, 4854.0, 4892.0, 4854.0, 4877.0, 4844.0, 4876.0, 4850.0, 4880.0, 4852.0, 4859.0, 4842.0, 4850.0, 4838.0, 4845.0, 4841.0, 4800.0, 4848.0, 4803.0, 4891.0, 4854.0, 4823.0, 4865.0, 4842.0, 4861.0, 4821.0, 4862.0, 4859.0, 4851.0, 4879.0, 4840.0, 4864.0, 4840.0, 4848.0, 4832.0, 4840.0, 4834.0, 4853.0, 4856.0, 4815.0, 4862.0, 4844.0, 4876.0, 4903.0, 4865.0, 4894.0, 4856.0, 4883.0, 4840.0, 4884.0, 4846.0, 4883.0, 4857.0, 4865.0, 4848.0, 4876.0, 4869.0, 4906.0, 4868.0, 4876.0, 4856.0, 4875.0, 4858.0, 4876.0, 4877.0, 4875.0, 4866.0, 4852.0, 4856.0, 4874.0, 4856.0, 4893.0, 4866.0, 4884.0, 4846.0, 4883.0, 4844.0, 4883.0, 4845.0, 4873.0, 4845.0, 4883.0, 4843.0, 4884.0, 4847.0, 4896.0, 4854.0, 4896.0, 4857.0, 4897.0, 4848.0, 4905.0, 4867.0, 4896.0, 4856.0, 4896.0, 4865.0, 4895.0, 4868.0, 4885.0, 4877.0, 4817.0, 4887.0, 4827.0, 4896.0, 4827.0, 4905.0, 4835.0, 4905.0, 4836.0, 4895.0, 4836.0, 4896.0, 4826.0, 4885.0, 4815.0, 4881.0, 4815.0, 4891.0, 4815.0, 4884.0, 4827.0, 4873.0, 4813.0, 4874.0, 4824.0, 4884.0, 4863.0, 4874.0, 4814.0, 4872.0, 4834.0, 4883.0, 4853.0, 4874.0, 4814.0, 4879.0, 4814.0, 4883.0, 4824.0, 4892.0, 4820.0, 4887.0, 4821.0, 4894.0, 4825.0, 4885.0, 4815.0, 4875.0, 4825.0, 4886.0, 4836.0, 4891.0, 4822.0, 4896.0, 4825.0, 4886.0, 4825.0, 4894.0, 4846.0, 4906.0, 4878.0, 4839.0, 4899.0, 4860.0, 4927.0, 4879.0, 4866.0, 4879.0, 4856.0, 4887.0, 4875.0, 4882.0, 4824.0, 4874.0, 4824.0, 4883.0, 4821.0, 4892.0, 4808.0, 4881.0, 4822.0, 4877.0, 4813.0, 4881.0, 4823.0, 4882.0, 4824.0, 4882.0, 4824.0, 4893.0, 4853.0, 4891.0, 4855.0, 4883.0, 4855.0, 4870.0, 4856.0, 4879.0, 4856.0, 4863.0, 4855.0, 4852.0, 4850.0, 4862.0, 4854.0, 4871.0, 4853.0, 4812.0, 4853.0, 4819.0, 4863.0, 4840.0, 4862.0, 4870.0, 4862.0, 4812.0, 4853.0, 4840.0, 4852.0, 4840.0, 4875.0, 4826.0, 4885.0, 4845.0, 4904.0, 4878.0, 4878.0, 4869.0, 4837.0, 4918.0, 4880.0, 4918.0, 4878.0, 4896.0, 4858.0, 4895.0, 4854.0, 4893.0, 4855.0, 4879.0, 4846.0, 4884.0, 4842.0, 4871.0, 4844.0, 4853.0, 4864.0, 4823.0, 4894.0, 4868.0, 4840.0, 4881.0, 4839.0, 4890.0, 4916.0, 4867.0, 4892.0, 4832.0, 4874.0, 4844.0, 4865.0, 4893.0, 4854.0, 4881.0, 4851.0, 4870.0, 4821.0, 4869.0, 4801.0, 4871.0, 4868.0, 4853.0, 4881.0, 4835.0, 4856.0, 4816.0, 4846.0, 4819.0, 4855.0, 4833.0, 4831.0, 4843.0, 4798.0, 4864.0, 4831.0, 4864.0, 4880.0, 4852.0, 4880.0, 4851.0, 4869.0, 4832.0, 4869.0, 4830.0, 4870.0, 4843.0, 4881.0, 4840.0, 4872.0, 4833.0, 4881.0, 4835.0, 4894.0, 4837.0, 4885.0, 4837.0, 4885.0, 4848.0, 4893.0, 4858.0, 4895.0, 4860.0, 4908.0, 4839.0, 4909.0, 4849.0, 4908.0, 4838.0, 4907.0, 4837.0, 4896.0, 4865.0, 4887.0, 4840.0, 4866.0, 4883.0, 4866.0, 4894.0, 4855.0, 4864.0, 4855.0, 4872.0, 4859.0, 4906.0, 4869.0, 4865.0, 4869.0, 4866.0, 4877.0, 4906.0, 4877.0, 4894.0, 4857.0, 4885.0, 4842.0, 4884.0, 4855.0, 4884.0, 4842.0, 4884.0, 4844.0, 4874.0, 4848.0, 4838.0, 4888.0, 4849.0, 4917.0, 4880.0, 4908.0, 4870.0, 4877.0, 4866.0, 4874.0, 4868.0, 4886.0, 4867.0, 4826.0, 4876.0, 4826.0, 4896.0, 4848.0, 4907.0, 4868.0, 4906.0, 4869.0, 4907.0, 4870.0, 4907.0, 4879.0, 4867.0, 4869.0, 4847.0, 4878.0, 4875.0, 4878.0, 4826.0, 4887.0, 4835.0, 4887.0, 4873.0, 4872.0, 4875.0, 4866.0, 4894.0, 4857.0, 4885.0, 4857.0, 4893.0, 4857.0, 4885.0, 4847.0, 4884.0, 4858.0, 4895.0, 4858.0], 'WindowWidth': [10782.0, 10691.0, 10655.0, 10625.0, 10613.0, 10600.0, 10617.0, 10619.0, 10529.0, 10615.0, 10539.0, 10631.0, 10566.0, 10632.0, 10596.0, 10646.0, 10599.0, 10647.0, 10599.0, 10649.0, 10609.0, 10662.0, 10591.0, 10604.0, 10595.0, 10562.0, 10621.0, 10598.0, 10617.0, 10624.0, 10598.0, 10553.0, 10582.0, 10601.0, 10568.0, 10617.0, 10564.0, 10587.0, 10547.0, 10582.0, 10537.0, 10601.0, 10550.0, 10589.0, 10525.0, 10603.0, 10511.0, 10592.0, 10513.0, 10593.0, 10513.0, 10595.0, 10531.0, 10612.0, 10531.0, 10626.0, 10532.0, 10626.0, 10533.0, 10618.0, 10548.0, 10626.0, 10573.0, 10625.0, 10570.0, 10620.0, 10572.0, 10624.0, 10569.0, 10619.0, 10560.0, 10603.0, 10550.0, 10593.0, 10551.0, 10601.0, 10549.0, 10585.0, 10539.0, 10593.0, 10546.0, 10604.0, 10568.0, 10605.0, 10557.0, 10595.0, 10554.0, 10600.0, 10551.0, 10600.0, 10562.0, 10519.0, 10538.0, 10516.0, 10565.0, 10546.0, 10577.0, 10520.0, 10586.0, 10507.0, 10596.0, 10522.0, 10603.0, 10523.0, 10615.0, 10546.0, 10603.0, 10542.0, 10604.0, 10556.0, 10619.0, 10571.0, 10608.0, 10572.0, 10527.0, 10595.0, 10532.0, 10631.0, 10592.0, 10551.0, 10630.0, 10565.0, 10656.0, 10603.0, 10544.0, 10585.0, 10526.0, 10609.0, 10523.0, 10604.0, 10518.0, 10602.0, 10521.0, 10588.0, 10523.0, 10602.0, 10539.0, 10605.0, 10556.0, 10622.0, 10577.0, 10613.0, 10568.0, 10630.0, 10581.0, 10639.0, 10591.0, 10634.0, 10592.0, 10627.0, 10588.0, 10608.0, 10575.0, 10616.0, 10576.0, 10609.0, 10575.0, 10621.0, 10573.0, 10623.0, 10570.0, 10603.0, 10552.0, 10594.0, 10542.0, 10600.0, 10550.0, 10576.0, 10545.0, 10599.0, 10535.0, 10584.0, 10529.0, 10596.0, 10534.0, 10598.0, 10542.0, 10600.0, 10551.0, 10603.0, 10561.0, 10588.0, 10538.0, 10602.0, 10523.0, 10595.0, 10496.0, 10590.0, 10494.0, 10575.0, 10496.0, 10590.0, 10498.0, 10607.0, 10528.0, 10620.0, 10587.0, 10575.0, 10596.0, 10574.0, 10610.0, 10655.0, 10590.0, 10626.0, 10573.0, 10608.0, 10553.0, 10611.0, 10531.0, 10606.0, 10524.0, 10598.0, 10521.0, 10607.0, 10576.0, 10562.0, 10602.0, 10551.0, 10635.0, 10585.0, 10634.0, 10568.0, 10617.0, 10544.0, 10598.0, 10499.0, 10555.0, 10495.0, 10539.0, 10538.0, 10537.0, 10572.0, 10524.0, 10577.0, 10528.0, 10568.0, 10519.0, 10562.0, 10516.0, 10578.0, 10539.0, 10610.0, 10561.0, 10612.0, 10554.0, 10634.0, 10541.0, 10632.0, 10524.0, 10630.0, 10535.0, 10632.0, 10536.0, 10627.0, 10547.0, 10629.0, 10559.0, 10639.0, 10574.0, 10626.0, 10578.0, 10628.0, 10577.0, 10627.0, 10576.0, 10624.0, 10593.0, 10620.0, 10578.0, 10625.0, 10574.0, 10625.0, 10594.0, 10631.0, 10578.0, 10634.0, 10592.0, 10622.0, 10617.0, 10545.0, 10634.0, 10541.0, 10646.0, 10569.0, 10632.0, 10588.0, 10617.0, 10556.0, 10622.0, 10554.0, 10604.0, 10535.0, 10603.0, 10508.0, 10585.0, 10535.0, 10604.0, 10524.0, 10585.0, 10526.0, 10613.0, 10558.0, 10629.0, 10582.0, 10646.0, 10595.0, 10642.0, 10581.0, 10621.0, 10577.0, 10617.0, 10577.0, 10628.0, 10576.0, 10626.0, 10577.0, 10626.0, 10555.0, 10626.0, 10575.0, 10621.0, 10590.0, 10532.0, 10602.0, 10537.0, 10625.0, 10580.0, 10647.0, 10594.0, 10644.0, 10607.0, 10641.0, 10592.0, 10628.0, 10577.0, 10609.0, 10588.0, 10569.0, 10601.0, 10528.0, 10613.0, 10525.0, 10627.0, 10526.0, 10609.0, 10526.0, 10598.0, 10496.0, 10589.0, 10506.0, 10590.0, 10569.0, 10577.0, 10503.0, 10576.0, 10507.0, 10604.0, 10521.0, 10606.0, 10511.0, 10614.0, 10527.0, 10613.0, 10542.0, 10623.0, 10569.0, 10618.0, 10568.0, 10616.0, 10565.0, 10615.0, 10567.0, 10599.0, 10546.0, 10561.0, 10567.0, 10518.0, 10623.0, 10590.0, 10585.0, 10599.0, 10533.0, 10614.0, 10523.0, 10602.0, 10517.0, 10600.0, 10522.0, 10590.0, 10520.0, 10602.0, 10568.0, 10607.0, 10576.0, 10620.0, 10560.0, 10626.0, 10547.0, 10612.0, 10526.0, 10616.0, 10534.0, 10614.0, 10519.0, 10613.0, 10530.0, 10621.0, 10513.0, 10626.0, 10526.0, 10613.0, 10527.0, 10602.0, 10521.0, 10604.0, 10506.0, 10567.0, 10543.0, 10576.0, 10599.0, 10563.0, 10574.0, 10550.0, 10549.0, 10566.0, 10529.0, 10593.0, 10513.0, 10606.0, 10530.0, 10621.0, 10559.0, 10638.0, 10573.0, 10601.0, 10558.0, 10612.0, 10570.0, 10620.0, 10554.0, 10619.0, 10557.0, 10505.0, 10562.0, 10513.0, 10600.0, 10517.0, 10616.0, 10544.0, 10622.0, 10546.0, 10621.0, 10559.0, 10624.0, 10571.0, 10612.0, 10582.0, 10591.0, 10569.0, 10521.0, 10605.0, 10559.0, 10627.0, 10574.0, 10631.0, 10578.0, 10623.0, 10570.0, 10621.0, 10569.0, 10597.0, 10555.0, 10593.0, 10559.0, 10599.0, 10562.0, 10568.0, 10549.0, 10557.0, 10541.0, 10547.0, 10545.0, 10487.0, 10553.0, 10498.0, 10616.0, 10570.0, 10525.0, 10585.0, 10549.0, 10574.0, 10518.0, 10576.0, 10569.0, 10559.0, 10595.0, 10543.0, 10569.0, 10542.0, 10551.0, 10533.0, 10544.0, 10542.0, 10567.0, 10576.0, 10518.0, 10582.0, 10556.0, 10604.0, 10637.0, 10586.0, 10624.0, 10575.0, 10608.0, 10549.0, 10610.0, 10561.0, 10609.0, 10578.0, 10586.0, 10569.0, 10604.0, 10597.0, 10647.0, 10597.0, 10605.0, 10579.0, 10601.0, 10581.0, 10603.0, 10606.0, 10600.0, 10589.0, 10566.0, 10577.0, 10597.0, 10575.0, 10625.0, 10589.0, 10613.0, 10562.0, 10609.0, 10557.0, 10607.0, 10557.0, 10595.0, 10559.0, 10609.0, 10558.0, 10612.0, 10567.0, 10632.0, 10574.0, 10631.0, 10580.0, 10634.0, 10568.0, 10644.0, 10593.0, 10630.0, 10579.0, 10632.0, 10591.0, 10631.0, 10596.0, 10617.0, 10608.0, 10524.0, 10620.0, 10537.0, 10633.0, 10537.0, 10645.0, 10546.0, 10645.0, 10549.0, 10630.0, 10549.0, 10632.0, 10535.0, 10615.0, 10519.0, 10608.0, 10519.0, 10621.0, 10518.0, 10610.0, 10528.0, 10596.0, 10513.0, 10597.0, 10528.0, 10612.0, 10581.0, 10599.0, 10516.0, 10594.0, 10541.0, 10609.0, 10567.0, 10599.0, 10514.0, 10603.0, 10515.0, 10610.0, 10529.0, 10621.0, 10521.0, 10613.0, 10524.0, 10626.0, 10532.0, 10614.0, 10520.0, 10600.0, 10533.0, 10619.0, 10548.0, 10621.0, 10530.0, 10633.0, 10535.0, 10618.0, 10532.0, 10628.0, 10565.0, 10648.0, 10613.0, 10561.0, 10642.0, 10590.0, 10680.0, 10615.0, 10591.0, 10612.0, 10576.0, 10622.0, 10601.0, 10609.0, 10528.0, 10599.0, 10528.0, 10609.0, 10522.0, 10619.0, 10501.0, 10603.0, 10522.0, 10596.0, 10512.0, 10604.0, 10527.0, 10607.0, 10529.0, 10607.0, 10529.0, 10623.0, 10570.0, 10620.0, 10574.0, 10609.0, 10575.0, 10589.0, 10575.0, 10602.0, 10575.0, 10581.0, 10572.0, 10564.0, 10562.0, 10577.0, 10569.0, 10591.0, 10565.0, 10507.0, 10566.0, 10516.0, 10579.0, 10544.0, 10578.0, 10585.0, 10578.0, 10509.0, 10567.0, 10546.0, 10566.0, 10549.0, 10600.0, 10535.0, 10617.0, 10560.0, 10641.0, 10610.0, 10610.0, 10600.0, 10556.0, 10667.0, 10616.0, 10666.0, 10612.0, 10634.0, 10582.0, 10630.0, 10572.0, 10625.0, 10571.0, 10602.0, 10561.0, 10610.0, 10551.0, 10589.0, 10556.0, 10566.0, 10585.0, 10530.0, 10627.0, 10597.0, 10563.0, 10622.0, 10561.0, 10631.0, 10664.0, 10591.0, 10627.0, 10540.0, 10601.0, 10557.0, 10587.0, 10626.0, 10570.0, 10604.0, 10562.0, 10585.0, 10519.0, 10584.0, 10490.0, 10589.0, 10582.0, 10565.0, 10603.0, 10531.0, 10556.0, 10504.0, 10544.0, 10514.0, 10559.0, 10538.0, 10532.0, 10555.0, 10489.0, 10583.0, 10534.0, 10581.0, 10601.0, 10563.0, 10599.0, 10561.0, 10583.0, 10535.0, 10582.0, 10533.0, 10587.0, 10552.0, 10603.0, 10547.0, 10591.0, 10541.0, 10606.0, 10548.0, 10627.0, 10551.0, 10614.0, 10553.0, 10616.0, 10569.0, 10628.0, 10585.0, 10634.0, 10591.0, 10654.0, 10560.0, 10655.0, 10572.0, 10654.0, 10556.0, 10651.0, 10551.0, 10632.0, 10588.0, 10619.0, 10550.0, 10588.0, 10611.0, 10589.0, 10627.0, 10574.0, 10585.0, 10577.0, 10596.0, 10586.0, 10647.0, 10599.0, 10589.0, 10599.0, 10592.0, 10609.0, 10648.0, 10608.0, 10628.0, 10580.0, 10615.0, 10555.0, 10611.0, 10574.0, 10612.0, 10555.0, 10612.0, 10557.0, 10599.0, 10571.0, 10558.0, 10627.0, 10576.0, 10665.0, 10617.0, 10654.0, 10603.0, 10607.0, 10593.0, 10602.0, 10595.0, 10619.0, 10593.0, 10535.0, 10604.0, 10537.0, 10633.0, 10568.0, 10649.0, 10598.0, 10649.0, 10600.0, 10650.0, 10602.0, 10652.0, 10615.0, 10594.0, 10600.0, 10567.0, 10611.0, 10603.0, 10610.0, 10536.0, 10622.0, 10547.0, 10621.0, 10599.0, 10598.0, 10602.0, 10591.0, 10629.0, 10579.0, 10616.0, 10579.0, 10626.0, 10578.0, 10615.0, 10567.0, 10614.0, 10582.0, 10631.0, 10583.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.00025606199770378875</td></tr>
<tr><td colspan=3>aqi</td><td>0.015526730654420205</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.20828853488506</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3209774259885054</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9948916076206901</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>4609.6211</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.056158021749003896</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.376206797513649</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.337454671543465</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5781805748950215</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.212985146102461</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111473</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012262201867997646</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026378966867923737</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9668636342503167</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>21.2911</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.9654</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.313</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.5136</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4689</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>679.7463</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4029.0763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.7978</td></tr>
<tr><td colspan=3>tsnr</td><td>45.57614315347746</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>