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

616 lines
No EOL
105 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-0058_ses-03_task-social_acq-mb8_run-01_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-0058_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-01_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-0058/ses-03/func/sub-0058_ses-03_task-social_acq-mb8_run-01_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>968260b9e365ce28eb425562c065ea83</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>11:07:47.775000</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.999036, 0.024484, -0.0364412, -0.0266841, 0.997771, -0.0611654]</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-01_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.111362</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7255, 563, -74, 63, -40, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>258.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65fce8d7-3e17-4584-962a-cd4f9059cbba||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.680340051651001, -0.07159159332513809, -0.09412847459316254, 118.36946868896484], [-0.06568890810012817, 2.6769464015960693, -0.1676127016544342, -88.16915893554688], [-0.09776908904314041, 0.16410216689109802, 2.693147897720337, -76.1519775390625], [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': ['110747.775000', '110748.235000', '110748.695000', '110749.155000', '110749.615000', '110750.075000', '110750.535000', '110750.995000', '110751.455000', '110751.915000', '110752.375000', '110752.835000', '110753.295000', '110753.755000', '110754.215000', '110754.675000', '110755.135000', '110755.595000', '110756.055000', '110756.515000', '110756.975000', '110757.435000', '110757.895000', '110758.355000', '110758.815000', '110759.275000', '110759.735000', '110800.195000', '110800.655000', '110801.115000', '110801.575000', '110802.035000', '110802.495000', '110802.955000', '110803.415000', '110803.875000', '110804.335000', '110804.795000', '110805.255000', '110805.715000', '110806.175000', '110806.635000', '110807.095000', '110807.555000', '110808.015000', '110808.475000', '110808.935000', '110809.395000', '110809.855000', '110810.315000', '110810.775000', '110811.235000', '110811.695000', '110812.155000', '110812.615000', '110813.075000', '110813.535000', '110813.995000', '110814.455000', '110814.915000', '110815.375000', '110815.835000', '110816.295000', '110816.755000', '110817.215000', '110817.675000', '110818.135000', '110818.595000', '110819.055000', '110819.515000', '110819.975000', '110820.435000', '110820.895000', '110821.355000', '110821.815000', '110822.275000', '110822.735000', '110823.195000', '110823.655000', '110824.115000', '110824.575000', '110825.035000', '110825.495000', '110825.955000', '110826.415000', '110826.875000', '110827.335000', '110827.795000', '110828.255000', '110828.715000', '110829.175000', '110829.635000', '110830.095000', '110830.555000', '110831.015000', '110831.475000', '110831.935000', '110832.395000', '110832.855000', '110833.315000', '110833.775000', '110834.235000', '110834.695000', '110835.155000', '110835.615000', '110836.075000', '110836.535000', '110836.995000', '110837.455000', '110837.915000', '110838.375000', '110838.835000', '110839.295000', '110839.755000', '110840.215000', '110840.675000', '110841.135000', '110841.595000', '110842.055000', '110842.515000', '110842.975000', '110843.435000', '110843.895000', '110844.355000', '110844.815000', '110845.275000', '110845.735000', '110846.195000', '110846.655000', '110847.115000', '110847.575000', '110848.035000', '110848.495000', '110848.955000', '110849.415000', '110849.875000', '110850.335000', '110850.795000', '110851.255000', '110851.715000', '110852.175000', '110852.635000', '110853.095000', '110853.555000', '110854.015000', '110854.475000', '110854.935000', '110855.395000', '110855.855000', '110856.315000', '110856.775000', '110857.235000', '110857.695000', '110858.155000', '110858.615000', '110859.075000', '110859.535000', '110859.995000', '110900.455000', '110900.915000', '110901.375000', '110901.835000', '110902.295000', '110902.755000', '110903.215000', '110903.675000', '110904.135000', '110904.595000', '110905.055000', '110905.515000', '110905.975000', '110906.435000', '110906.895000', '110907.355000', '110907.815000', '110908.275000', '110908.735000', '110909.195000', '110909.655000', '110910.115000', '110910.575000', '110911.035000', '110911.495000', '110911.955000', '110912.415000', '110912.875000', '110913.335000', '110913.795000', '110914.255000', '110914.715000', '110915.175000', '110915.635000', '110916.095000', '110916.555000', '110917.015000', '110917.475000', '110917.935000', '110918.395000', '110918.855000', '110919.315000', '110919.775000', '110920.235000', '110920.695000', '110921.155000', '110921.615000', '110922.075000', '110922.535000', '110922.995000', '110923.455000', '110923.915000', '110924.375000', '110924.835000', '110925.295000', '110925.755000', '110926.215000', '110926.675000', '110927.135000', '110927.595000', '110928.055000', '110928.515000', '110928.975000', '110929.435000', '110929.895000', '110930.355000', '110930.815000', '110931.275000', '110931.735000', '110932.195000', '110932.655000', '110933.115000', '110933.575000', '110934.035000', '110934.495000', '110934.955000', '110935.415000', '110935.875000', '110936.335000', '110936.795000', '110937.255000', '110937.715000', '110938.175000', '110938.635000', '110939.095000', '110939.555000', '110940.015000', '110940.475000', '110940.935000', '110941.395000', '110941.855000', '110942.315000', '110942.775000', '110943.235000', '110943.695000', '110944.155000', '110944.615000', '110945.075000', '110945.535000', '110945.995000', '110946.455000', '110946.915000', '110947.375000', '110947.835000', '110948.295000', '110948.755000', '110949.215000', '110949.675000', '110950.135000', '110950.595000', '110951.055000', '110951.515000', '110951.975000', '110952.435000', '110952.895000', '110953.355000', '110953.815000', '110954.275000', '110954.735000', '110955.195000', '110955.655000', '110956.115000', '110956.575000', '110957.035000', '110957.495000', '110957.955000', '110958.415000', '110958.875000', '110959.335000', '110959.795000', '111000.255000', '111000.715000', '111001.175000', '111001.635000', '111002.095000', '111002.555000', '111003.015000', '111003.475000', '111003.935000', '111004.395000', '111004.855000', '111005.315000', '111005.775000', '111006.235000', '111006.695000', '111007.155000', '111007.615000', '111008.075000', '111008.535000', '111008.995000', '111009.455000', '111009.915000', '111010.375000', '111010.835000', '111011.295000', '111011.755000', '111012.215000', '111012.675000', '111013.135000', '111013.595000', '111014.055000', '111014.515000', '111014.975000', '111015.435000', '111015.895000', '111016.355000', '111016.815000', '111017.275000', '111017.735000', '111018.195000', '111018.655000', '111019.115000', '111019.575000', '111020.035000', '111020.495000', '111020.955000', '111021.415000', '111021.875000', '111022.335000', '111022.795000', '111023.255000', '111023.715000', '111024.175000', '111024.635000', '111025.095000', '111025.555000', '111026.015000', '111026.475000', '111026.935000', '111027.395000', '111027.855000', '111028.315000', '111028.775000', '111029.235000', '111029.695000', '111030.155000', '111030.615000', '111031.075000', '111031.535000', '111031.995000', '111032.455000', '111032.915000', '111033.375000', '111033.835000', '111034.295000', '111034.755000', '111035.215000', '111035.675000', '111036.135000', '111036.595000', '111037.055000', '111037.515000', '111037.975000', '111038.435000', '111038.895000', '111039.355000', '111039.815000', '111040.275000', '111040.735000', '111041.195000', '111041.655000', '111042.115000', '111042.575000', '111043.035000', '111043.495000', '111043.955000', '111044.415000', '111044.875000', '111045.335000', '111045.795000', '111046.255000', '111046.715000', '111047.175000', '111047.635000', '111048.095000', '111048.555000', '111049.015000', '111049.475000', '111049.935000', '111050.395000', '111050.855000', '111051.315000', '111051.775000', '111052.235000', '111052.695000', '111053.155000', '111053.615000', '111054.075000', '111054.535000', '111054.995000', '111055.455000', '111055.915000', '111056.375000', '111056.835000', '111057.295000', '111057.755000', '111058.215000', '111058.675000', '111059.135000', '111059.595000', '111100.055000', '111100.515000', '111100.975000', '111101.435000', '111101.895000', '111102.355000', '111102.815000', '111103.275000', '111103.735000', '111104.195000', '111104.655000', '111105.115000', '111105.575000', '111106.035000', '111106.495000', '111106.955000', '111107.415000', '111107.875000', '111108.335000', '111108.795000', '111109.255000', '111109.715000', '111110.175000', '111110.635000', '111111.095000', '111111.555000', '111112.015000', '111112.475000', '111112.935000', '111113.395000', '111113.855000', '111114.315000', '111114.775000', '111115.235000', '111115.695000', '111116.155000', '111116.615000', '111117.075000', '111117.535000', '111117.995000', '111118.455000', '111118.915000', '111119.375000', '111119.835000', '111120.295000', '111120.755000', '111121.215000', '111121.675000', '111122.135000', '111122.595000', '111123.055000', '111123.515000', '111123.975000', '111124.435000', '111124.895000', '111125.355000', '111125.815000', '111126.275000', '111126.735000', '111127.195000', '111127.655000', '111128.115000', '111128.575000', '111129.035000', '111129.495000', '111129.955000', '111130.415000', '111130.875000', '111131.335000', '111131.795000', '111132.255000', '111132.715000', '111133.175000', '111133.635000', '111134.095000', '111134.555000', '111135.015000', '111135.475000', '111135.935000', '111136.395000', '111136.855000', '111137.315000', '111137.775000', '111138.235000', '111138.695000', '111139.155000', '111139.615000', '111140.075000', '111140.535000', '111140.995000', '111141.455000', '111141.915000', '111142.375000', '111142.835000', '111143.295000', '111143.755000', '111144.215000', '111144.675000', '111145.135000', '111145.595000', '111146.055000', '111146.515000', '111146.975000', '111147.435000', '111147.895000', '111148.355000', '111148.815000', '111149.275000', '111149.735000', '111150.195000', '111150.655000', '111151.115000', '111151.575000', '111152.035000', '111152.495000', '111152.955000', '111153.415000', '111153.875000', '111154.335000', '111154.795000', '111155.255000', '111155.715000', '111156.175000', '111156.635000', '111157.095000', '111157.555000', '111158.015000', '111158.475000', '111158.935000', '111159.395000', '111159.855000', '111200.315000', '111200.775000', '111201.235000', '111201.695000', '111202.155000', '111202.615000', '111203.075000', '111203.535000', '111203.995000', '111204.455000', '111204.915000', '111205.375000', '111205.835000', '111206.295000', '111206.755000', '111207.215000', '111207.675000', '111208.135000', '111208.595000', '111209.055000', '111209.515000', '111209.975000', '111210.435000', '111210.895000', '111211.355000', '111211.815000', '111212.275000', '111212.735000', '111213.195000', '111213.655000', '111214.115000', '111214.575000', '111215.035000', '111215.495000', '111215.955000', '111216.415000', '111216.875000', '111217.335000', '111217.795000', '111218.255000', '111218.715000', '111219.175000', '111219.635000', '111220.095000', '111220.555000', '111221.015000', '111221.475000', '111221.935000', '111222.395000', '111222.855000', '111223.315000', '111223.775000', '111224.235000', '111224.695000', '111225.155000', '111225.615000', '111226.075000', '111226.535000', '111226.995000', '111227.455000', '111227.915000', '111228.375000', '111228.835000', '111229.295000', '111229.755000', '111230.215000', '111230.675000', '111231.135000', '111231.595000', '111232.055000', '111232.515000', '111232.975000', '111233.435000', '111233.895000', '111234.355000', '111234.815000', '111235.275000', '111235.735000', '111236.195000', '111236.655000', '111237.115000', '111237.575000', '111238.035000', '111238.495000', '111238.955000', '111239.415000', '111239.875000', '111240.335000', '111240.795000', '111241.255000', '111241.715000', '111242.175000', '111242.635000', '111243.095000', '111243.555000', '111244.015000', '111244.475000', '111244.935000', '111245.395000', '111245.855000', '111246.315000', '111246.775000', '111247.235000', '111247.695000', '111248.155000', '111248.615000', '111249.075000', '111249.535000', '111249.995000', '111250.455000', '111250.915000', '111251.375000', '111251.835000', '111252.295000', '111252.755000', '111253.215000', '111253.675000', '111254.135000', '111254.595000', '111255.055000', '111255.515000', '111255.975000', '111256.435000', '111256.895000', '111257.355000', '111257.815000', '111258.275000', '111258.735000', '111259.195000', '111259.655000', '111300.115000', '111300.575000', '111301.035000', '111301.495000', '111301.955000', '111302.415000', '111302.875000', '111303.335000', '111303.795000', '111304.255000', '111304.715000', '111305.175000', '111305.635000', '111306.095000', '111306.555000', '111307.015000', '111307.475000', '111307.935000', '111308.395000', '111308.855000', '111309.315000', '111309.775000', '111310.235000', '111310.695000', '111311.155000', '111311.615000', '111312.075000', '111312.535000', '111312.995000', '111313.455000', '111313.915000', '111314.375000', '111314.835000', '111315.295000', '111315.755000', '111316.215000', '111316.675000', '111317.135000', '111317.595000', '111318.055000', '111318.515000', '111318.975000', '111319.435000', '111319.895000', '111320.355000', '111320.815000', '111321.275000', '111321.735000', '111322.195000', '111322.655000', '111323.115000', '111323.575000', '111324.035000', '111324.495000', '111324.955000', '111325.415000', '111325.875000', '111326.335000', '111326.795000', '111327.255000', '111327.715000', '111328.175000', '111328.635000', '111329.095000', '111329.555000', '111330.015000', '111330.475000', '111330.935000', '111331.395000', '111331.855000', '111332.315000', '111332.775000', '111333.235000', '111333.695000', '111334.155000', '111334.615000', '111335.075000', '111335.535000', '111335.995000', '111336.455000', '111336.915000', '111337.375000', '111337.835000', '111338.295000', '111338.755000', '111339.215000', '111339.675000', '111340.135000', '111340.595000', '111341.055000', '111341.515000', '111341.975000', '111342.435000', '111342.895000', '111343.355000', '111343.815000', '111344.275000', '111344.735000', '111345.195000', '111345.655000', '111346.115000', '111346.575000', '111347.035000', '111347.495000', '111347.955000', '111348.415000', '111348.875000', '111349.335000', '111349.795000', '111350.255000', '111350.715000', '111351.175000', '111351.635000', '111352.095000', '111352.555000', '111353.015000', '111353.475000', '111353.935000', '111354.395000', '111354.855000', '111355.315000', '111355.775000', '111356.235000', '111356.695000', '111357.155000', '111357.615000', '111358.075000', '111358.535000', '111358.995000', '111359.455000', '111359.915000', '111400.375000', '111400.835000', '111401.295000', '111401.755000', '111402.215000', '111402.675000', '111403.135000', '111403.595000', '111404.055000', '111404.515000', '111404.975000', '111405.435000', '111405.895000', '111406.355000', '111406.815000', '111407.275000', '111407.735000', '111408.195000', '111408.655000', '111409.115000', '111409.575000', '111410.035000', '111410.495000', '111410.955000', '111411.415000', '111411.875000', '111412.335000', '111412.795000', '111413.255000', '111413.715000', '111414.175000', '111414.635000', '111415.095000', '111415.555000', '111416.015000', '111416.475000', '111416.935000', '111417.395000', '111417.855000', '111418.315000', '111418.775000', '111419.235000', '111419.695000', '111420.155000', '111420.615000', '111421.075000', '111421.535000', '111421.995000', '111422.455000', '111422.915000', '111423.375000', '111423.835000', '111424.295000', '111424.755000', '111425.215000', '111425.675000', '111426.135000', '111426.595000', '111427.055000', '111427.515000', '111427.975000', '111428.435000'], 'ContentTime': ['110817.805000', '110817.808000', '110817.810000', '110817.819000', '110817.821000', '110817.824000', '110817.827000', '110817.829000', '110817.832000', '110817.834000', '110817.837000', '110817.839000', '110817.842000', '110817.844000', '110817.847000', '110817.850000', '110817.852000', '110817.855000', '110817.857000', '110817.860000', '110817.862000', '110817.865000', '110817.868000', '110817.870000', '110817.873000', '110817.875000', '110817.878000', '110817.881000', '110817.883000', '110817.886000', '110817.888000', '110817.891000', '110817.893000', '110817.896000', '110817.899000', '110817.901000', '110817.904000', '110817.906000', '110817.909000', '110817.912000', '110817.914000', '110817.917000', '110817.919000', '110817.922000', '110817.956000', '110817.959000', '110817.961000', '110817.964000', '110817.966000', '110817.969000', '110817.972000', '110817.974000', '110817.977000', '110817.979000', '110817.982000', '110817.984000', '110817.987000', '110817.990000', '110817.992000', '110817.995000', '110817.997000', '110818.001000', '110818.003000', '110837.772000', '110837.775000', '110837.778000', '110837.780000', '110837.783000', '110837.785000', '110837.788000', '110837.791000', '110837.793000', '110837.796000', '110837.798000', '110837.824000', '110837.827000', '110837.829000', '110837.832000', '110837.857000', '110837.860000', '110837.863000', '110837.866000', '110837.868000', '110837.871000', '110837.874000', '110837.877000', '110837.879000', '110837.882000', '110837.885000', '110837.887000', '110837.890000', '110837.892000', '110837.895000', '110837.898000', '110837.900000', '110837.903000', '110837.905000', '110837.908000', '110837.910000', '110837.913000', '110837.916000', '110837.918000', '110837.921000', '110837.923000', '110837.926000', '110837.928000', '110857.773000', '110857.776000', '110857.779000', '110857.781000', '110857.784000', '110857.786000', '110857.789000', '110857.792000', '110857.794000', '110857.797000', '110857.800000', '110857.802000', '110857.805000', '110857.807000', '110857.810000', '110857.812000', '110857.815000', '110857.817000', '110857.820000', '110857.823000', '110857.825000', '110857.828000', '110857.830000', '110857.833000', '110857.836000', '110857.838000', '110857.841000', '110857.843000', '110857.846000', '110857.848000', '110857.851000', '110857.853000', '110857.856000', '110857.858000', '110857.861000', '110857.864000', '110857.866000', '110857.869000', '110857.871000', '110857.874000', '110857.879000', '110857.882000', '110857.885000', '110857.887000', '110917.773000', '110917.776000', '110917.779000', '110917.781000', '110917.784000', '110917.787000', '110917.789000', '110917.792000', '110917.794000', '110917.797000', '110917.800000', '110917.802000', '110917.805000', '110917.808000', '110917.810000', '110917.813000', '110917.816000', '110917.818000', '110917.821000', '110917.823000', '110917.826000', '110917.829000', '110917.831000', '110917.834000', '110917.836000', '110917.839000', '110917.841000', '110917.845000', '110917.848000', '110917.850000', '110917.853000', '110917.855000', '110917.858000', '110917.861000', '110917.863000', '110917.866000', '110917.868000', '110917.871000', '110917.874000', '110917.876000', '110917.879000', '110917.881000', '110917.884000', '110937.773000', '110937.776000', '110937.779000', '110937.781000', '110937.784000', '110937.786000', '110937.789000', '110937.792000', '110937.794000', '110937.797000', '110937.799000', '110937.802000', '110937.805000', '110937.807000', '110937.810000', '110937.812000', '110937.815000', '110937.817000', '110937.827000', '110937.829000', '110937.832000', '110937.834000', '110937.837000', '110937.840000', '110937.842000', '110937.845000', '110937.848000', '110937.850000', '110937.853000', '110937.855000', '110937.858000', '110937.861000', '110937.863000', '110937.866000', '110937.869000', '110937.871000', '110937.874000', '110937.876000', '110937.879000', '110937.881000', '110937.884000', '110937.886000', '110937.889000', '110937.892000', '110957.772000', '110957.775000', '110957.778000', '110957.780000', '110957.783000', '110957.786000', '110957.788000', '110957.791000', '110957.793000', '110957.796000', '110957.799000', '110957.801000', '110957.804000', '110957.806000', '110957.818000', '110957.821000', '110957.823000', '110957.826000', '110957.829000', '110957.831000', '110957.834000', '110957.836000', '110957.839000', '110957.841000', '110957.844000', '110957.847000', '110957.849000', '110957.852000', '110957.855000', '110957.858000', '110957.860000', '110957.863000', '110957.866000', '110957.868000', '110957.871000', '110957.873000', '110957.876000', '110957.879000', '110957.882000', '110957.884000', '110957.887000', '110957.890000', '110957.893000', '111017.772000', '111017.775000', '111017.778000', '111017.780000', '111017.783000', '111017.786000', '111017.788000', '111017.791000', '111017.793000', '111017.796000', '111017.799000', '111017.827000', '111017.830000', '111017.833000', '111017.835000', '111017.838000', '111017.840000', '111017.843000', '111017.845000', '111017.848000', '111017.851000', '111017.853000', '111017.856000', '111017.858000', '111017.861000', '111017.863000', '111017.866000', '111017.869000', '111017.871000', '111017.874000', '111017.876000', '111017.879000', '111017.882000', '111017.884000', '111017.887000', '111017.889000', '111017.892000', '111017.894000', '111017.897000', '111017.899000', '111017.902000', '111017.905000', '111017.907000', '111017.910000', '111037.772000', '111037.775000', '111037.778000', '111037.781000', '111037.783000', '111037.786000', '111037.788000', '111037.791000', '111037.793000', '111037.796000', '111037.799000', '111037.801000', '111037.804000', '111037.806000', '111037.809000', '111037.812000', '111037.814000', '111037.817000', '111037.819000', '111037.822000', '111037.825000', '111037.827000', '111037.830000', '111037.832000', '111037.835000', '111037.837000', '111037.840000', '111037.842000', '111037.845000', '111037.848000', '111037.850000', '111037.853000', '111037.855000', '111037.858000', '111037.860000', '111037.863000', '111037.865000', '111037.868000', '111037.871000', '111037.873000', '111037.876000', '111037.879000', '111037.881000', '111057.772000', '111057.775000', '111057.778000', '111057.780000', '111057.783000', '111057.786000', '111057.788000', '111057.791000', '111057.793000', '111057.796000', '111057.798000', '111057.849000', '111057.852000', '111057.854000', '111057.857000', '111057.859000', '111057.862000', '111057.864000', '111057.867000', '111057.869000', '111057.872000', '111057.875000', '111057.877000', '111057.880000', '111057.882000', '111057.885000', '111057.888000', '111057.890000', '111057.893000', '111057.895000', '111057.898000', '111057.901000', '111057.904000', '111057.906000', '111057.909000', '111057.912000', '111057.914000', '111057.917000', '111057.919000', '111057.922000', '111057.924000', '111057.927000', '111057.930000', '111057.932000', '111117.773000', '111117.776000', '111117.779000', '111117.781000', '111117.784000', '111117.786000', '111117.789000', '111117.792000', '111117.794000', '111117.797000', '111117.799000', '111117.802000', '111117.804000', '111117.807000', '111117.810000', '111117.812000', '111117.815000', '111117.817000', '111117.820000', '111117.823000', '111117.825000', '111117.828000', '111117.830000', '111117.833000', '111117.836000', '111117.838000', '111117.841000', '111117.843000', '111117.846000', '111117.849000', '111117.851000', '111117.854000', '111117.856000', '111117.859000', '111117.861000', '111117.864000', '111117.867000', '111117.869000', '111117.872000', '111117.874000', '111117.877000', '111117.879000', '111117.882000', '111137.774000', '111137.777000', '111137.779000', '111137.782000', '111137.784000', '111137.787000', '111137.789000', '111137.792000', '111137.795000', '111137.797000', '111137.810000', '111137.813000', '111137.815000', '111137.818000', '111137.821000', '111137.823000', '111137.826000', '111137.829000', '111137.831000', '111137.834000', '111137.836000', '111137.839000', '111137.841000', '111137.844000', '111137.847000', '111137.849000', '111137.852000', '111137.854000', '111137.857000', '111137.860000', '111137.862000', '111137.865000', '111137.868000', '111137.870000', '111137.873000', '111137.875000', '111137.878000', '111137.880000', '111137.883000', '111137.886000', '111137.888000', '111137.891000', '111137.893000', '111137.896000', '111157.772000', '111157.775000', '111157.778000', '111157.780000', '111157.783000', '111157.786000', '111157.788000', '111157.791000', '111157.793000', '111157.796000', '111157.799000', '111157.801000', '111157.804000', '111157.806000', '111157.809000', '111157.812000', '111157.814000', '111157.817000', '111157.819000', '111157.822000', '111157.825000', '111157.827000', '111157.830000', '111157.832000', '111157.835000', '111157.837000', '111157.840000', '111157.843000', '111157.845000', '111157.848000', '111157.850000', '111157.853000', '111157.855000', '111157.858000', '111157.861000', '111157.863000', '111157.866000', '111157.868000', '111157.871000', '111157.873000', '111157.876000', '111157.879000', '111157.882000', '111217.772000', '111217.775000', '111217.778000', '111217.781000', '111217.783000', '111217.786000', '111217.788000', '111217.791000', '111217.793000', '111217.796000', '111217.799000', '111217.853000', '111217.856000', '111217.859000', '111217.861000', '111217.864000', '111217.866000', '111217.869000', '111217.871000', '111217.874000', '111217.877000', '111217.879000', '111217.882000', '111217.884000', '111217.887000', '111217.890000', '111217.892000', '111217.895000', '111217.897000', '111217.900000', '111217.902000', '111217.905000', '111217.908000', '111217.910000', '111217.913000', '111217.916000', '111217.918000', '111217.921000', '111217.923000', '111217.926000', '111217.929000', '111217.931000', '111217.934000', '111217.936000', '111237.772000', '111237.775000', '111237.778000', '111237.781000', '111237.783000', '111237.786000', '111237.788000', '111237.791000', '111237.794000', '111237.796000', '111237.799000', '111237.856000', '111237.858000', '111237.861000', '111237.863000', '111237.866000', '111237.869000', '111237.871000', '111237.874000', '111237.876000', '111237.879000', '111237.881000', '111237.884000', '111237.886000', '111237.916000', '111237.919000', '111237.922000', '111237.924000', '111237.927000', '111237.929000', '111237.932000', '111237.934000', '111237.937000', '111237.940000', '111237.942000', '111237.945000', '111237.947000', '111237.950000', '111237.953000', '111237.955000', '111237.958000', '111237.961000', '111237.963000', '111257.773000', '111257.775000', '111257.778000', '111257.781000', '111257.783000', '111257.786000', '111257.788000', '111257.791000', '111257.794000', '111257.796000', '111257.799000', '111257.880000', '111257.883000', '111257.885000', '111257.888000', '111257.890000', '111257.893000', '111257.895000', '111257.898000', '111257.900000', '111257.903000', '111257.905000', '111257.908000', '111257.911000', '111257.913000', '111257.916000', '111257.918000', '111257.921000', '111257.923000', '111257.926000', '111257.929000', '111257.931000', '111257.934000', '111257.936000', '111257.939000', '111257.942000', '111257.944000', '111257.947000', '111257.949000', '111257.952000', '111257.955000', '111257.957000', '111257.960000', '111317.774000', '111317.776000', '111317.779000', '111317.782000', '111317.784000', '111317.787000', '111317.789000', '111317.792000', '111317.795000', '111317.797000', '111317.854000', '111317.856000', '111317.859000', '111317.861000', '111317.864000', '111317.867000', '111317.869000', '111317.872000', '111317.874000', '111317.877000', '111317.879000', '111317.882000', '111317.884000', '111317.887000', '111317.890000', '111317.899000', '111317.901000', '111317.904000', '111317.906000', '111317.909000', '111317.911000', '111317.914000', '111317.917000', '111317.919000', '111317.922000', '111317.924000', '111317.927000', '111317.930000', '111317.932000', '111317.935000', '111317.937000', '111317.940000', '111317.943000', '111317.945000', '111337.774000', '111337.777000', '111337.779000', '111337.782000', '111337.784000', '111337.787000', '111337.789000', '111337.792000', '111337.795000', '111337.797000', '111337.841000', '111337.844000', '111337.847000', '111337.849000', '111337.852000', '111337.854000', '111337.857000', '111337.859000', '111337.862000', '111337.865000', '111337.867000', '111337.870000', '111337.872000', '111337.875000', '111337.878000', '111337.881000', '111337.883000', '111337.887000', '111337.889000', '111337.892000', '111337.895000', '111337.897000', '111337.900000', '111337.903000', '111337.905000', '111337.908000', '111337.911000', '111337.913000', '111337.916000', '111337.918000', '111337.921000', '111337.923000', '111337.926000', '111357.773000', '111357.776000', '111357.779000', '111357.782000', '111357.784000', '111357.787000', '111357.789000', '111357.792000', '111357.794000', '111357.797000', '111357.800000', '111357.858000', '111357.861000', '111357.863000', '111357.866000', '111357.868000', '111357.871000', '111357.874000', '111357.876000', '111357.879000', '111357.881000', '111357.884000', '111357.887000', '111357.889000', '111357.892000', '111357.894000', '111357.897000', '111357.899000', '111357.902000', '111357.905000', '111357.907000', '111357.910000', '111357.912000', '111357.915000', '111357.917000', '111357.920000', '111357.923000', '111357.925000', '111357.928000', '111357.932000', '111357.934000', '111357.937000', '111357.939000', '111357.942000', '111417.772000', '111417.775000', '111417.778000', '111417.780000', '111417.783000', '111417.786000', '111417.788000', '111417.791000', '111417.793000', '111417.796000', '111417.799000', '111417.801000', '111417.804000', '111417.806000', '111417.809000', '111417.811000', '111417.814000', '111417.817000', '111417.819000', '111417.822000', '111417.825000', '111417.827000', '111417.830000', '111417.832000', '111417.835000', '111417.838000', '111417.840000', '111417.843000', '111417.845000', '111417.848000', '111417.850000', '111417.853000', '111417.855000', '111417.858000', '111417.861000', '111417.863000', '111417.866000', '111417.868000', '111417.871000', '111417.874000', '111417.876000', '111417.879000', '111417.881000', '111417.884000', '111429.669000', '111429.672000', '111429.675000', '111429.677000', '111429.680000', '111429.683000', '111429.686000', '111429.688000', '111429.691000', '111429.694000', '111429.698000', '111429.700000', '111429.703000', '111429.707000', '111429.713000', '111429.716000', '111429.719000', '111429.722000', '111429.724000', '111429.727000', '111429.730000', '111429.733000', '111429.743000', '111429.749000', '111429.754000', '111429.757000'], 'InstanceCreationTime': ['110817.805000', '110817.808000', '110817.810000', '110817.819000', '110817.821000', '110817.824000', '110817.827000', '110817.829000', '110817.832000', '110817.834000', '110817.837000', '110817.839000', '110817.842000', '110817.844000', '110817.847000', '110817.850000', '110817.852000', '110817.855000', '110817.857000', '110817.860000', '110817.862000', '110817.865000', '110817.868000', '110817.870000', '110817.873000', '110817.875000', '110817.878000', '110817.881000', '110817.883000', '110817.886000', '110817.888000', '110817.891000', '110817.893000', '110817.896000', '110817.899000', '110817.901000', '110817.904000', '110817.906000', '110817.909000', '110817.912000', '110817.914000', '110817.917000', '110817.919000', '110817.922000', '110817.956000', '110817.959000', '110817.961000', '110817.964000', '110817.966000', '110817.969000', '110817.972000', '110817.974000', '110817.977000', '110817.979000', '110817.982000', '110817.984000', '110817.987000', '110817.990000', '110817.992000', '110817.995000', '110817.997000', '110818.001000', '110818.003000', '110837.772000', '110837.775000', '110837.778000', '110837.780000', '110837.783000', '110837.785000', '110837.788000', '110837.791000', '110837.793000', '110837.796000', '110837.798000', '110837.824000', '110837.827000', '110837.829000', '110837.832000', '110837.857000', '110837.860000', '110837.863000', '110837.866000', '110837.868000', '110837.871000', '110837.874000', '110837.877000', '110837.879000', '110837.882000', '110837.885000', '110837.887000', '110837.890000', '110837.892000', '110837.895000', '110837.898000', '110837.900000', '110837.903000', '110837.905000', '110837.908000', '110837.910000', '110837.913000', '110837.916000', '110837.918000', '110837.921000', '110837.923000', '110837.926000', '110837.928000', '110857.773000', '110857.776000', '110857.779000', '110857.781000', '110857.784000', '110857.786000', '110857.789000', '110857.792000', '110857.794000', '110857.797000', '110857.800000', '110857.802000', '110857.805000', '110857.807000', '110857.810000', '110857.812000', '110857.815000', '110857.817000', '110857.820000', '110857.823000', '110857.825000', '110857.828000', '110857.830000', '110857.833000', '110857.836000', '110857.838000', '110857.841000', '110857.843000', '110857.846000', '110857.848000', '110857.851000', '110857.853000', '110857.856000', '110857.858000', '110857.861000', '110857.864000', '110857.866000', '110857.869000', '110857.871000', '110857.874000', '110857.879000', '110857.882000', '110857.885000', '110857.887000', '110917.773000', '110917.776000', '110917.779000', '110917.781000', '110917.784000', '110917.787000', '110917.789000', '110917.792000', '110917.794000', '110917.797000', '110917.800000', '110917.802000', '110917.805000', '110917.808000', '110917.810000', '110917.813000', '110917.816000', '110917.818000', '110917.821000', '110917.823000', '110917.826000', '110917.829000', '110917.831000', '110917.834000', '110917.836000', '110917.839000', '110917.841000', '110917.845000', '110917.848000', '110917.850000', '110917.853000', '110917.855000', '110917.858000', '110917.861000', '110917.863000', '110917.866000', '110917.868000', '110917.871000', '110917.874000', '110917.876000', '110917.879000', '110917.881000', '110917.884000', '110937.773000', '110937.776000', '110937.779000', '110937.781000', '110937.784000', '110937.786000', '110937.789000', '110937.792000', '110937.794000', '110937.797000', '110937.799000', '110937.802000', '110937.805000', '110937.807000', '110937.810000', '110937.812000', '110937.815000', '110937.817000', '110937.827000', '110937.829000', '110937.832000', '110937.834000', '110937.837000', '110937.840000', '110937.842000', '110937.845000', '110937.848000', '110937.850000', '110937.853000', '110937.855000', '110937.858000', '110937.861000', '110937.863000', '110937.866000', '110937.869000', '110937.871000', '110937.874000', '110937.876000', '110937.879000', '110937.881000', '110937.884000', '110937.886000', '110937.889000', '110937.892000', '110957.772000', '110957.775000', '110957.778000', '110957.780000', '110957.783000', '110957.786000', '110957.788000', '110957.791000', '110957.793000', '110957.796000', '110957.799000', '110957.801000', '110957.804000', '110957.806000', '110957.818000', '110957.821000', '110957.823000', '110957.826000', '110957.829000', '110957.831000', '110957.834000', '110957.836000', '110957.839000', '110957.841000', '110957.844000', '110957.847000', '110957.849000', '110957.852000', '110957.855000', '110957.858000', '110957.860000', '110957.863000', '110957.866000', '110957.868000', '110957.871000', '110957.873000', '110957.876000', '110957.879000', '110957.882000', '110957.884000', '110957.887000', '110957.890000', '110957.893000', '111017.772000', '111017.775000', '111017.778000', '111017.780000', '111017.783000', '111017.786000', '111017.788000', '111017.791000', '111017.793000', '111017.796000', '111017.799000', '111017.827000', '111017.830000', '111017.833000', '111017.835000', '111017.838000', '111017.840000', '111017.843000', '111017.845000', '111017.848000', '111017.851000', '111017.853000', '111017.856000', '111017.858000', '111017.861000', '111017.863000', '111017.866000', '111017.869000', '111017.871000', '111017.874000', '111017.876000', '111017.879000', '111017.882000', '111017.884000', '111017.887000', '111017.889000', '111017.892000', '111017.894000', '111017.897000', '111017.899000', '111017.902000', '111017.905000', '111017.907000', '111017.910000', '111037.772000', '111037.775000', '111037.778000', '111037.781000', '111037.783000', '111037.786000', '111037.788000', '111037.791000', '111037.793000', '111037.796000', '111037.799000', '111037.801000', '111037.804000', '111037.806000', '111037.809000', '111037.812000', '111037.814000', '111037.817000', '111037.819000', '111037.822000', '111037.825000', '111037.827000', '111037.830000', '111037.832000', '111037.835000', '111037.837000', '111037.840000', '111037.842000', '111037.845000', '111037.848000', '111037.850000', '111037.853000', '111037.855000', '111037.858000', '111037.860000', '111037.863000', '111037.865000', '111037.868000', '111037.871000', '111037.873000', '111037.876000', '111037.879000', '111037.881000', '111057.772000', '111057.775000', '111057.778000', '111057.780000', '111057.783000', '111057.786000', '111057.788000', '111057.791000', '111057.793000', '111057.796000', '111057.798000', '111057.849000', '111057.852000', '111057.854000', '111057.857000', '111057.859000', '111057.862000', '111057.864000', '111057.867000', '111057.869000', '111057.872000', '111057.875000', '111057.877000', '111057.880000', '111057.882000', '111057.885000', '111057.888000', '111057.890000', '111057.893000', '111057.895000', '111057.898000', '111057.901000', '111057.904000', '111057.906000', '111057.909000', '111057.912000', '111057.914000', '111057.917000', '111057.919000', '111057.922000', '111057.924000', '111057.927000', '111057.930000', '111057.932000', '111117.773000', '111117.776000', '111117.779000', '111117.781000', '111117.784000', '111117.786000', '111117.789000', '111117.792000', '111117.794000', '111117.797000', '111117.799000', '111117.802000', '111117.804000', '111117.807000', '111117.810000', '111117.812000', '111117.815000', '111117.817000', '111117.820000', '111117.823000', '111117.825000', '111117.828000', '111117.830000', '111117.833000', '111117.836000', '111117.838000', '111117.841000', '111117.843000', '111117.846000', '111117.849000', '111117.851000', '111117.854000', '111117.856000', '111117.859000', '111117.861000', '111117.864000', '111117.867000', '111117.869000', '111117.872000', '111117.874000', '111117.877000', '111117.879000', '111117.882000', '111137.774000', '111137.777000', '111137.779000', '111137.782000', '111137.784000', '111137.787000', '111137.789000', '111137.792000', '111137.795000', '111137.797000', '111137.810000', '111137.813000', '111137.815000', '111137.818000', '111137.821000', '111137.823000', '111137.826000', '111137.829000', '111137.831000', '111137.834000', '111137.836000', '111137.839000', '111137.841000', '111137.844000', '111137.847000', '111137.849000', '111137.852000', '111137.854000', '111137.857000', '111137.860000', '111137.862000', '111137.865000', '111137.868000', '111137.870000', '111137.873000', '111137.875000', '111137.878000', '111137.880000', '111137.883000', '111137.886000', '111137.888000', '111137.891000', '111137.893000', '111137.896000', '111157.772000', '111157.775000', '111157.778000', '111157.780000', '111157.783000', '111157.786000', '111157.788000', '111157.791000', '111157.793000', '111157.796000', '111157.799000', '111157.801000', '111157.804000', '111157.806000', '111157.809000', '111157.812000', '111157.814000', '111157.817000', '111157.819000', '111157.822000', '111157.825000', '111157.827000', '111157.830000', '111157.832000', '111157.835000', '111157.837000', '111157.840000', '111157.843000', '111157.845000', '111157.848000', '111157.850000', '111157.853000', '111157.855000', '111157.858000', '111157.861000', '111157.863000', '111157.866000', '111157.868000', '111157.871000', '111157.873000', '111157.876000', '111157.879000', '111157.882000', '111217.772000', '111217.775000', '111217.778000', '111217.781000', '111217.783000', '111217.786000', '111217.788000', '111217.791000', '111217.793000', '111217.796000', '111217.799000', '111217.853000', '111217.856000', '111217.859000', '111217.861000', '111217.864000', '111217.866000', '111217.869000', '111217.871000', '111217.874000', '111217.877000', '111217.879000', '111217.882000', '111217.884000', '111217.887000', '111217.890000', '111217.892000', '111217.895000', '111217.897000', '111217.900000', '111217.902000', '111217.905000', '111217.908000', '111217.910000', '111217.913000', '111217.916000', '111217.918000', '111217.921000', '111217.923000', '111217.926000', '111217.929000', '111217.931000', '111217.934000', '111217.936000', '111237.772000', '111237.775000', '111237.778000', '111237.781000', '111237.783000', '111237.786000', '111237.788000', '111237.791000', '111237.794000', '111237.796000', '111237.799000', '111237.856000', '111237.858000', '111237.861000', '111237.863000', '111237.866000', '111237.869000', '111237.871000', '111237.874000', '111237.876000', '111237.879000', '111237.881000', '111237.884000', '111237.886000', '111237.916000', '111237.919000', '111237.922000', '111237.924000', '111237.927000', '111237.929000', '111237.932000', '111237.934000', '111237.937000', '111237.940000', '111237.942000', '111237.945000', '111237.947000', '111237.950000', '111237.953000', '111237.955000', '111237.958000', '111237.961000', '111237.963000', '111257.773000', '111257.775000', '111257.778000', '111257.781000', '111257.783000', '111257.786000', '111257.788000', '111257.791000', '111257.794000', '111257.796000', '111257.799000', '111257.880000', '111257.883000', '111257.885000', '111257.888000', '111257.890000', '111257.893000', '111257.895000', '111257.898000', '111257.900000', '111257.903000', '111257.905000', '111257.908000', '111257.911000', '111257.913000', '111257.916000', '111257.918000', '111257.921000', '111257.923000', '111257.926000', '111257.929000', '111257.931000', '111257.934000', '111257.936000', '111257.939000', '111257.942000', '111257.944000', '111257.947000', '111257.949000', '111257.952000', '111257.955000', '111257.957000', '111257.960000', '111317.774000', '111317.776000', '111317.779000', '111317.782000', '111317.784000', '111317.787000', '111317.789000', '111317.792000', '111317.795000', '111317.797000', '111317.854000', '111317.856000', '111317.859000', '111317.861000', '111317.864000', '111317.867000', '111317.869000', '111317.872000', '111317.874000', '111317.877000', '111317.879000', '111317.882000', '111317.884000', '111317.887000', '111317.890000', '111317.899000', '111317.901000', '111317.904000', '111317.906000', '111317.909000', '111317.911000', '111317.914000', '111317.917000', '111317.919000', '111317.922000', '111317.924000', '111317.927000', '111317.930000', '111317.932000', '111317.935000', '111317.937000', '111317.940000', '111317.943000', '111317.945000', '111337.774000', '111337.777000', '111337.779000', '111337.782000', '111337.784000', '111337.787000', '111337.789000', '111337.792000', '111337.795000', '111337.797000', '111337.841000', '111337.844000', '111337.847000', '111337.849000', '111337.852000', '111337.854000', '111337.857000', '111337.859000', '111337.862000', '111337.865000', '111337.867000', '111337.870000', '111337.872000', '111337.875000', '111337.878000', '111337.881000', '111337.883000', '111337.887000', '111337.889000', '111337.892000', '111337.895000', '111337.897000', '111337.900000', '111337.903000', '111337.905000', '111337.908000', '111337.911000', '111337.913000', '111337.916000', '111337.918000', '111337.921000', '111337.923000', '111337.926000', '111357.773000', '111357.776000', '111357.779000', '111357.782000', '111357.784000', '111357.787000', '111357.789000', '111357.792000', '111357.794000', '111357.797000', '111357.800000', '111357.858000', '111357.861000', '111357.863000', '111357.866000', '111357.868000', '111357.871000', '111357.874000', '111357.876000', '111357.879000', '111357.881000', '111357.884000', '111357.887000', '111357.889000', '111357.892000', '111357.894000', '111357.897000', '111357.899000', '111357.902000', '111357.905000', '111357.907000', '111357.910000', '111357.912000', '111357.915000', '111357.917000', '111357.920000', '111357.923000', '111357.925000', '111357.928000', '111357.932000', '111357.934000', '111357.937000', '111357.939000', '111357.942000', '111417.772000', '111417.775000', '111417.778000', '111417.780000', '111417.783000', '111417.786000', '111417.788000', '111417.791000', '111417.793000', '111417.796000', '111417.799000', '111417.801000', '111417.804000', '111417.806000', '111417.809000', '111417.811000', '111417.814000', '111417.817000', '111417.819000', '111417.822000', '111417.825000', '111417.827000', '111417.830000', '111417.832000', '111417.835000', '111417.838000', '111417.840000', '111417.843000', '111417.845000', '111417.848000', '111417.850000', '111417.853000', '111417.855000', '111417.858000', '111417.861000', '111417.863000', '111417.866000', '111417.868000', '111417.871000', '111417.874000', '111417.876000', '111417.879000', '111417.881000', '111417.884000', '111429.669000', '111429.672000', '111429.675000', '111429.677000', '111429.680000', '111429.683000', '111429.686000', '111429.688000', '111429.691000', '111429.694000', '111429.698000', '111429.700000', '111429.703000', '111429.707000', '111429.713000', '111429.716000', '111429.719000', '111429.722000', '111429.724000', '111429.727000', '111429.730000', '111429.733000', '111429.743000', '111429.749000', '111429.754000', '111429.757000'], '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': [12729, 6975, 9301, 6714, 7424, 6224, 7332, 5600, 9018, 6403, 8488, 6763, 7199, 6121, 8497, 5964, 9059, 5623, 6789, 5438, 7234, 5648, 8759, 5854, 6635, 5654, 6800, 5882, 6840, 7723, 8705, 12967, 7244, 8589, 6989, 9229, 6920, 8968, 6855, 8389, 6736, 7307, 6169, 7651, 6027, 9464, 6663, 8010, 6922, 7317, 5496, 7225, 5920, 8292, 7004, 7133, 5521, 7686, 6756, 7030, 9481, 7281, 13438, 8432, 11511, 7448, 11730, 7317, 9083, 7107, 8086, 7225, 8177, 7222, 9179, 7157, 14311, 9208, 11869, 7490, 7794, 6818, 7819, 6966, 8616, 7510, 9563, 7305, 8074, 6914, 8872, 6936, 9283, 7694, 13644, 10780, 14234, 11772, 7178, 7806, 5653, 6949, 5889, 7444, 8165, 7573, 9818, 7411, 9084, 7378, 8812, 7391, 10127, 7081, 8955, 6835, 7125, 7042, 7859, 7210, 7638, 6035, 7010, 5714, 6736, 5955, 8071, 6148, 8651, 5989, 7891, 6085, 7012, 6286, 6949, 5923, 7670, 5902, 8935, 6226, 6769, 6116, 6521, 5919, 7171, 6909, 7436, 10002, 7415, 6010, 7054, 6774, 7507, 7401, 7171, 6189, 7047, 7227, 7399, 7496, 7309, 12559, 7321, 10383, 8193, 13985, 10134, 14148, 7011, 9041, 6554, 7042, 5830, 7963, 6396, 6818, 6265, 6553, 5545, 7509, 9598, 7692, 13626, 10406, 11706, 7982, 6230, 7534, 9114, 7374, 8606, 7127, 7591, 6706, 6765, 6319, 6781, 6310, 8006, 6254, 6664, 5683, 6140, 5868, 6602, 6069, 7499, 10353, 7413, 9257, 7162, 10126, 7493, 13586, 7156, 9174, 7042, 6956, 7100, 6830, 6576, 7621, 7491, 10500, 6889, 7356, 7067, 7367, 7123, 9359, 7055, 7540, 5713, 6294, 5959, 7769, 7749, 7686, 14146, 7578, 9359, 6353, 6997, 5668, 8098, 5766, 9322, 5665, 6800, 5703, 6285, 5629, 6457, 5586, 7326, 7266, 7560, 9866, 7520, 7447, 7208, 7081, 7254, 8230, 7136, 12807, 7008, 8924, 7009, 8089, 7098, 10952, 7348, 12360, 6733, 8863, 6947, 7846, 6927, 8337, 7540, 8822, 7408, 8709, 7709, 8792, 7760, 10209, 7896, 14198, 11315, 13827, 11615, 9943, 7807, 7883, 7809, 9058, 7669, 8720, 7418, 7373, 6814, 7285, 7290, 10766, 7052, 7175, 6571, 6463, 6230, 7157, 6201, 6842, 5777, 7802, 8759, 7659, 11633, 7674, 11343, 7696, 8474, 6826, 7889, 6733, 6811, 6520, 6356, 6326, 6851, 5886, 7786, 5831, 6283, 5601, 5876, 5750, 6646, 6111, 7873, 9476, 7481, 5734, 6661, 5592, 6549, 5622, 7652, 7063, 7760, 13209, 8768, 12703, 8629, 13536, 9493, 14404, 11593, 13288, 7710, 6378, 7901, 6622, 7797, 8023, 6474, 7969, 11214, 7730, 11056, 8005, 10478, 6846, 7934, 7403, 8192, 7787, 7632, 7846, 7632, 7649, 8908, 7748, 13998, 8030, 10148, 7954, 8130, 7715, 8097, 6959, 9795, 6247, 6316, 5762, 6352, 5406, 7465, 6009, 6691, 5616, 6227, 5750, 6706, 5986, 8079, 10050, 13539, 11450, 11101, 7863, 7275, 5767, 7724, 7586, 7847, 9825, 7543, 11326, 6919, 6667, 5953, 7576, 12058, 7661, 13320, 7858, 9774, 7257, 6740, 6159, 6348, 5770, 6319, 5705, 7539, 9202, 7742, 13570, 10780, 13398, 9799, 9787, 7854, 8566, 7908, 7828, 7079, 7243, 6561, 6272, 5871, 7916, 5997, 8076, 9569, 7755, 9019, 7772, 8741, 7839, 7719, 7898, 7415, 6637, 7639, 14052, 7758, 11161, 8845, 11096, 7134, 7062, 5651, 6287, 5689, 5647, 5969, 6524, 5714, 7202, 5787, 7170, 8588, 7288, 9156, 7283, 10449, 7328, 9191, 7136, 7729, 5832, 8119, 11375, 8056, 12681, 7908, 10159, 7441, 8948, 7560, 11641, 6696, 6590, 5682, 7725, 9732, 7588, 12840, 7763, 9643, 6391, 6541, 5806, 7942, 6727, 7895, 8524, 7790, 8442, 7086, 7621, 6421, 8031, 6365, 9090, 6482, 7703, 6618, 7397, 6991, 7373, 5552, 8041, 12307, 8575, 10860, 10224, 12299, 11489, 7959, 13845, 7626, 10229, 7383, 6905, 8120, 8044, 8309, 7799, 5779, 8029, 9495, 7862, 8126, 7255, 7488, 7180, 8643, 5966, 8050, 10468, 7654, 9390, 7593, 9746, 7365, 7355, 7279, 6755, 5980, 6633, 6015, 6123, 5821, 6084, 5711, 7707, 7935, 7506, 7664, 7045, 5541, 6361, 5704, 7715, 6277, 7940, 10167, 7772, 9082, 7847, 8439, 7579, 8767, 7305, 10150, 7414, 13220, 6515, 6662, 6102, 6735, 6010, 8046, 11862, 7673, 12457, 8666, 13865, 6954, 7124, 6416, 7634, 6034, 7902, 10111, 7340, 7798, 5492, 8030, 6093, 7612, 9134, 7351, 8563, 6722, 8166, 6302, 7238, 6014, 7149, 5720, 7983, 8918, 7848, 10044, 7814, 13208, 8589, 13025, 7607, 9567, 7717, 8112, 7625, 7593, 6990, 8957, 6913, 10371, 5998, 6100, 5793, 6357, 5781, 7881, 7192, 7628, 5835, 8127, 6870, 7816, 8173, 7833, 10359, 8044, 9276, 7750, 8820, 7624, 11002, 8105, 12574, 7275, 7550, 7249, 7581, 7526, 7860, 7648, 9165, 7637, 8726, 7071, 7061, 5824, 7392, 5970, 7085, 5566, 8134, 9369, 8072, 9677, 7644, 12673, 7739, 9302, 7979, 8997, 7006, 7678, 10062, 7846, 12718, 7804, 13231, 9832, 14708, 8033, 11820, 7838, 7984, 8027, 7767, 7661, 8396, 7721, 7977, 6634, 6902, 7023, 8173, 7367, 7607, 7399, 8076, 7045, 10297, 6913, 6338, 5731, 7746, 11462, 7765, 12167, 7824, 9142, 7505, 6827, 6168, 6194, 8146, 13049, 11016, 7389, 6563, 6552, 6732, 6367, 7883, 11300, 8026, 12884, 7988, 8271, 6758, 5639, 7985, 5903, 7885, 9517, 7536, 8503, 7441, 8386, 7571, 8715, 7497, 7332, 5682, 6648, 7422, 7954, 9182, 8112, 8357, 7691, 9631, 7392, 10803, 6858, 7082, 6109, 6685, 5842, 8034, 7516, 7928, 10825, 7424, 10212, 8043, 9097, 6323, 5469, 7640, 6123, 7930, 9963, 7587, 11473, 8352, 13767, 7647, 10210, 7172, 7801, 14080, 10621, 13183, 8209, 8346, 8255, 8021, 13789, 7591, 10904, 7049, 6962, 5458, 5836, 5842, 7710, 8581, 7447, 8602, 7217, 8326, 6761, 7319, 6499, 7330, 6374, 6870, 5875, 7959, 10674, 7437, 9540, 7681, 8599, 11574, 7801, 13707, 9621, 13674, 7491, 10677, 7232, 7554, 7197, 7260, 5946, 7904, 5695, 7819, 9617, 7783, 8594, 7487, 7964, 6482, 9046, 5809, 6102, 5579, 8068, 6722], 'WindowCenter': [3608.0, 3549.0, 3568.0, 3535.0, 3532.0, 3510.0, 3529.0, 3508.0, 3542.0, 3520.0, 3555.0, 3547.0, 3531.0, 3509.0, 3553.0, 3521.0, 3540.0, 3496.0, 3517.0, 3496.0, 3528.0, 3507.0, 3541.0, 3496.0, 3517.0, 3495.0, 3517.0, 3495.0, 3517.0, 3528.0, 3540.0, 3560.0, 3516.0, 3527.0, 3518.0, 3538.0, 3518.0, 3540.0, 3519.0, 3527.0, 3517.0, 3517.0, 3507.0, 3528.0, 3508.0, 3550.0, 3518.0, 3528.0, 3529.0, 3528.0, 3496.0, 3529.0, 3506.0, 3541.0, 3517.0, 3516.0, 3495.0, 3527.0, 3504.0, 3516.0, 3537.0, 3516.0, 3560.0, 3527.0, 3547.0, 3517.0, 3548.0, 3516.0, 3525.0, 3515.0, 3514.0, 3515.0, 3525.0, 3517.0, 3537.0, 3517.0, 3573.0, 3537.0, 3546.0, 3515.0, 3515.0, 3517.0, 3516.0, 3518.0, 3540.0, 3529.0, 3538.0, 3528.0, 3526.0, 3517.0, 3538.0, 3518.0, 3538.0, 3529.0, 3573.0, 3552.0, 3574.0, 3561.0, 3517.0, 3529.0, 3496.0, 3517.0, 3494.0, 3516.0, 3526.0, 3529.0, 3539.0, 3517.0, 3526.0, 3515.0, 3523.0, 3514.0, 3533.0, 3502.0, 3523.0, 3501.0, 3501.0, 3501.0, 3512.0, 3502.0, 3512.0, 3491.0, 3501.0, 3480.0, 3502.0, 3491.0, 3525.0, 3493.0, 3525.0, 3494.0, 3515.0, 3506.0, 3515.0, 3506.0, 3516.0, 3508.0, 3528.0, 3497.0, 3542.0, 3507.0, 3506.0, 3506.0, 3504.0, 3495.0, 3518.0, 3517.0, 3517.0, 3537.0, 3516.0, 3506.0, 3517.0, 3517.0, 3530.0, 3517.0, 3518.0, 3505.0, 3517.0, 3517.0, 3529.0, 3529.0, 3529.0, 3561.0, 3528.0, 3549.0, 3527.0, 3560.0, 3549.0, 3559.0, 3516.0, 3525.0, 3505.0, 3515.0, 3495.0, 3529.0, 3506.0, 3516.0, 3506.0, 3506.0, 3496.0, 3517.0, 3537.0, 3517.0, 3560.0, 3549.0, 3547.0, 3526.0, 3492.0, 3514.0, 3525.0, 3515.0, 3526.0, 3515.0, 3514.0, 3504.0, 3502.0, 3505.0, 3503.0, 3505.0, 3527.0, 3506.0, 3504.0, 3494.0, 3505.0, 3495.0, 3504.0, 3494.0, 3516.0, 3537.0, 3515.0, 3537.0, 3516.0, 3537.0, 3516.0, 3559.0, 3516.0, 3537.0, 3516.0, 3515.0, 3516.0, 3504.0, 3516.0, 3527.0, 3529.0, 3549.0, 3516.0, 3514.0, 3515.0, 3515.0, 3516.0, 3537.0, 3505.0, 3515.0, 3493.0, 3504.0, 3492.0, 3514.0, 3513.0, 3514.0, 3558.0, 3513.0, 3523.0, 3490.0, 3501.0, 3480.0, 3514.0, 3492.0, 3524.0, 3493.0, 3504.0, 3507.0, 3506.0, 3507.0, 3518.0, 3497.0, 3530.0, 3530.0, 3532.0, 3552.0, 3529.0, 3517.0, 3528.0, 3518.0, 3529.0, 3541.0, 3531.0, 3562.0, 3530.0, 3540.0, 3530.0, 3528.0, 3531.0, 3563.0, 3531.0, 3572.0, 3519.0, 3551.0, 3531.0, 3540.0, 3532.0, 3542.0, 3544.0, 3553.0, 3532.0, 3541.0, 3531.0, 3540.0, 3529.0, 3550.0, 3531.0, 3575.0, 3552.0, 3562.0, 3550.0, 3538.0, 3527.0, 3526.0, 3527.0, 3526.0, 3516.0, 3525.0, 3515.0, 3514.0, 3505.0, 3513.0, 3515.0, 3547.0, 3503.0, 3501.0, 3502.0, 3492.0, 3492.0, 3501.0, 3492.0, 3503.0, 3492.0, 3513.0, 3524.0, 3514.0, 3547.0, 3513.0, 3546.0, 3514.0, 3525.0, 3504.0, 3526.0, 3505.0, 3504.0, 3506.0, 3505.0, 3518.0, 3517.0, 3508.0, 3542.0, 3509.0, 3519.0, 3508.0, 3509.0, 3509.0, 3530.0, 3520.0, 3543.0, 3554.0, 3532.0, 3509.0, 3532.0, 3509.0, 3519.0, 3508.0, 3529.0, 3519.0, 3530.0, 3562.0, 3529.0, 3561.0, 3528.0, 3560.0, 3538.0, 3559.0, 3549.0, 3560.0, 3528.0, 3506.0, 3529.0, 3517.0, 3529.0, 3528.0, 3505.0, 3527.0, 3547.0, 3515.0, 3547.0, 3515.0, 3536.0, 3503.0, 3513.0, 3516.0, 3525.0, 3516.0, 3515.0, 3528.0, 3527.0, 3528.0, 3538.0, 3528.0, 3559.0, 3527.0, 3537.0, 3515.0, 3513.0, 3514.0, 3525.0, 3516.0, 3536.0, 3493.0, 3492.0, 3494.0, 3504.0, 3483.0, 3527.0, 3506.0, 3517.0, 3508.0, 3507.0, 3508.0, 3518.0, 3508.0, 3531.0, 3552.0, 3588.0, 3564.0, 3562.0, 3529.0, 3517.0, 3494.0, 3527.0, 3516.0, 3528.0, 3538.0, 3517.0, 3548.0, 3515.0, 3504.0, 3492.0, 3513.0, 3545.0, 3513.0, 3545.0, 3512.0, 3523.0, 3502.0, 3489.0, 3491.0, 3491.0, 3480.0, 3492.0, 3482.0, 3515.0, 3526.0, 3515.0, 3559.0, 3548.0, 3558.0, 3536.0, 3535.0, 3525.0, 3524.0, 3514.0, 3512.0, 3502.0, 3502.0, 3502.0, 3491.0, 3481.0, 3512.0, 3490.0, 3514.0, 3524.0, 3515.0, 3525.0, 3515.0, 3525.0, 3514.0, 3514.0, 3514.0, 3515.0, 3503.0, 3513.0, 3546.0, 3512.0, 3534.0, 3512.0, 3533.0, 3501.0, 3501.0, 3480.0, 3491.0, 3480.0, 3492.0, 3494.0, 3506.0, 3496.0, 3530.0, 3508.0, 3532.0, 3541.0, 3530.0, 3552.0, 3533.0, 3564.0, 3531.0, 3552.0, 3531.0, 3530.0, 3508.0, 3530.0, 3562.0, 3529.0, 3561.0, 3529.0, 3550.0, 3528.0, 3539.0, 3529.0, 3548.0, 3506.0, 3505.0, 3495.0, 3527.0, 3536.0, 3515.0, 3558.0, 3514.0, 3536.0, 3493.0, 3492.0, 3494.0, 3527.0, 3504.0, 3527.0, 3527.0, 3517.0, 3527.0, 3517.0, 3516.0, 3507.0, 3528.0, 3508.0, 3541.0, 3521.0, 3531.0, 3533.0, 3531.0, 3532.0, 3532.0, 3497.0, 3542.0, 3563.0, 3541.0, 3551.0, 3549.0, 3562.0, 3548.0, 3526.0, 3559.0, 3514.0, 3523.0, 3501.0, 3502.0, 3513.0, 3515.0, 3514.0, 3513.0, 3492.0, 3513.0, 3523.0, 3513.0, 3512.0, 3513.0, 3503.0, 3504.0, 3525.0, 3492.0, 3514.0, 3533.0, 3513.0, 3525.0, 3513.0, 3524.0, 3502.0, 3501.0, 3514.0, 3504.0, 3491.0, 3503.0, 3493.0, 3493.0, 3494.0, 3505.0, 3506.0, 3529.0, 3528.0, 3530.0, 3530.0, 3519.0, 3498.0, 3520.0, 3508.0, 3530.0, 3507.0, 3541.0, 3551.0, 3530.0, 3540.0, 3530.0, 3529.0, 3529.0, 3539.0, 3518.0, 3550.0, 3517.0, 3561.0, 3506.0, 3504.0, 3506.0, 3506.0, 3507.0, 3530.0, 3550.0, 3517.0, 3560.0, 3528.0, 3561.0, 3517.0, 3515.0, 3505.0, 3517.0, 3495.0, 3528.0, 3550.0, 3518.0, 3515.0, 3483.0, 3527.0, 3494.0, 3526.0, 3537.0, 3517.0, 3538.0, 3519.0, 3528.0, 3519.0, 3529.0, 3520.0, 3530.0, 3509.0, 3542.0, 3541.0, 3541.0, 3551.0, 3531.0, 3563.0, 3540.0, 3561.0, 3529.0, 3538.0, 3517.0, 3527.0, 3528.0, 3527.0, 3516.0, 3539.0, 3516.0, 3548.0, 3493.0, 3494.0, 3493.0, 3506.0, 3496.0, 3541.0, 3518.0, 3528.0, 3496.0, 3529.0, 3519.0, 3529.0, 3541.0, 3529.0, 3551.0, 3529.0, 3539.0, 3530.0, 3538.0, 3531.0, 3562.0, 3541.0, 3562.0, 3530.0, 3528.0, 3528.0, 3529.0, 3543.0, 3542.0, 3544.0, 3553.0, 3532.0, 3540.0, 3519.0, 3517.0, 3497.0, 3529.0, 3509.0, 3518.0, 3495.0, 3527.0, 3539.0, 3529.0, 3538.0, 3530.0, 3561.0, 3529.0, 3539.0, 3529.0, 3538.0, 3516.0, 3517.0, 3536.0, 3515.0, 3559.0, 3514.0, 3559.0, 3537.0, 3558.0, 3514.0, 3545.0, 3513.0, 3513.0, 3527.0, 3514.0, 3527.0, 3527.0, 3528.0, 3527.0, 3518.0, 3518.0, 3531.0, 3541.0, 3531.0, 3544.0, 3545.0, 3542.0, 3532.0, 3551.0, 3530.0, 3508.0, 3496.0, 3527.0, 3562.0, 3530.0, 3561.0, 3529.0, 3537.0, 3517.0, 3506.0, 3506.0, 3507.0, 3528.0, 3561.0, 3550.0, 3516.0, 3505.0, 3493.0, 3504.0, 3493.0, 3527.0, 3548.0, 3516.0, 3548.0, 3514.0, 3514.0, 3504.0, 3494.0, 3527.0, 3494.0, 3526.0, 3536.0, 3527.0, 3528.0, 3518.0, 3529.0, 3529.0, 3527.0, 3516.0, 3516.0, 3496.0, 3518.0, 3517.0, 3541.0, 3539.0, 3527.0, 3527.0, 3528.0, 3538.0, 3518.0, 3547.0, 3505.0, 3504.0, 3494.0, 3505.0, 3495.0, 3527.0, 3516.0, 3527.0, 3549.0, 3517.0, 3537.0, 3542.0, 3540.0, 3507.0, 3497.0, 3529.0, 3508.0, 3543.0, 3553.0, 3543.0, 3565.0, 3542.0, 3574.0, 3531.0, 3550.0, 3517.0, 3529.0, 3572.0, 3549.0, 3560.0, 3525.0, 3526.0, 3513.0, 3527.0, 3559.0, 3513.0, 3535.0, 3503.0, 3502.0, 3481.0, 3493.0, 3492.0, 3527.0, 3538.0, 3528.0, 3539.0, 3530.0, 3541.0, 3519.0, 3529.0, 3520.0, 3529.0, 3519.0, 3519.0, 3508.0, 3540.0, 3552.0, 3529.0, 3540.0, 3529.0, 3539.0, 3547.0, 3517.0, 3560.0, 3539.0, 3573.0, 3517.0, 3547.0, 3516.0, 3516.0, 3530.0, 3527.0, 3509.0, 3529.0, 3494.0, 3528.0, 3537.0, 3526.0, 3538.0, 3529.0, 3527.0, 3520.0, 3541.0, 3497.0, 3507.0, 3495.0, 3529.0, 3519.0], 'WindowWidth': [8165.0, 8070.0, 8089.0, 8041.0, 8030.0, 8000.0, 8022.0, 7993.0, 8043.0, 8010.0, 8065.0, 8062.0, 8028.0, 7995.0, 8058.0, 8013.0, 8034.0, 7972.0, 7999.0, 7973.0, 8016.0, 7989.0, 8039.0, 7971.0, 7999.0, 7969.0, 8001.0, 7970.0, 8001.0, 8016.0, 8036.0, 8063.0, 7997.0, 8013.0, 8003.0, 8030.0, 8005.0, 8037.0, 8008.0, 8015.0, 8002.0, 8000.0, 7990.0, 8016.0, 7992.0, 8050.0, 8004.0, 8016.0, 8021.0, 8017.0, 7972.0, 8018.0, 7986.0, 8039.0, 7999.0, 7997.0, 7967.0, 8013.0, 7979.0, 7998.0, 8027.0, 7999.0, 8065.0, 8014.0, 8041.0, 7999.0, 8045.0, 7999.0, 8009.0, 7994.0, 7992.0, 7994.0, 8008.0, 8000.0, 8028.0, 8001.0, 8089.0, 8026.0, 8037.0, 7993.0, 7997.0, 8001.0, 7998.0, 8004.0, 8037.0, 8020.0, 8030.0, 8016.0, 8012.0, 8001.0, 8029.0, 8003.0, 8031.0, 8019.0, 8091.0, 8057.0, 8092.0, 8067.0, 8002.0, 8020.0, 7972.0, 8000.0, 7967.0, 7998.0, 8011.0, 8020.0, 8033.0, 8000.0, 8012.0, 7992.0, 8002.0, 7989.0, 8016.0, 7971.0, 7999.0, 7968.0, 7968.0, 7970.0, 7985.0, 7972.0, 7985.0, 7954.0, 7969.0, 7939.0, 7972.0, 7957.0, 8006.0, 7964.0, 8007.0, 7964.0, 7993.0, 7984.0, 7996.0, 7987.0, 7998.0, 7990.0, 8018.0, 7975.0, 8042.0, 7988.0, 7985.0, 7986.0, 7980.0, 7971.0, 8004.0, 8001.0, 8000.0, 8027.0, 7997.0, 7984.0, 8001.0, 7999.0, 8022.0, 8000.0, 8002.0, 7983.0, 8002.0, 8000.0, 8020.0, 8020.0, 8019.0, 8065.0, 8016.0, 8047.0, 8015.0, 8067.0, 8045.0, 8061.0, 7995.0, 8008.0, 7983.0, 7995.0, 7969.0, 8019.0, 7986.0, 7997.0, 7986.0, 7983.0, 7971.0, 8000.0, 8027.0, 8000.0, 8066.0, 8045.0, 8039.0, 8010.0, 7962.0, 7993.0, 8009.0, 7995.0, 8011.0, 7994.0, 7992.0, 7979.0, 7974.0, 7981.0, 7976.0, 7982.0, 8014.0, 7983.0, 7979.0, 7965.0, 7981.0, 7969.0, 7979.0, 7966.0, 7996.0, 8027.0, 7994.0, 8027.0, 7996.0, 8027.0, 7998.0, 8061.0, 7997.0, 8025.0, 7996.0, 7993.0, 7996.0, 7979.0, 7997.0, 8013.0, 8021.0, 8046.0, 7998.0, 7992.0, 7995.0, 7993.0, 7997.0, 8030.0, 7980.0, 7994.0, 7961.0, 7976.0, 7959.0, 7989.0, 7987.0, 7989.0, 8057.0, 7986.0, 7999.0, 7953.0, 7967.0, 7941.0, 7991.0, 7962.0, 8005.0, 7964.0, 7979.0, 7988.0, 7985.0, 7990.0, 8003.0, 7977.0, 8024.0, 8022.0, 8029.0, 8054.0, 8019.0, 8001.0, 8017.0, 8004.0, 8018.0, 8039.0, 8025.0, 8070.0, 8022.0, 8035.0, 8023.0, 8019.0, 8028.0, 8072.0, 8026.0, 8082.0, 8008.0, 8053.0, 8026.0, 8036.0, 8028.0, 8041.0, 8050.0, 8060.0, 8028.0, 8039.0, 8026.0, 8035.0, 8020.0, 8050.0, 8024.0, 8095.0, 8055.0, 8072.0, 8049.0, 8030.0, 8015.0, 8011.0, 8011.0, 8011.0, 7996.0, 8008.0, 7993.0, 7991.0, 7982.0, 7990.0, 7993.0, 8041.0, 7975.0, 7970.0, 7972.0, 7957.0, 7957.0, 7969.0, 7959.0, 7977.0, 7959.0, 7988.0, 8003.0, 7990.0, 8039.0, 7987.0, 8036.0, 7990.0, 8006.0, 7978.0, 8011.0, 7982.0, 7980.0, 7985.0, 7981.0, 8005.0, 8002.0, 7991.0, 8044.0, 7993.0, 8007.0, 7992.0, 7994.0, 7995.0, 8024.0, 8011.0, 8046.0, 8061.0, 8028.0, 7995.0, 8029.0, 7996.0, 8007.0, 7991.0, 8019.0, 8006.0, 8021.0, 8072.0, 8018.0, 8067.0, 8015.0, 8062.0, 8030.0, 8067.0, 8047.0, 8063.0, 8015.0, 7986.0, 8019.0, 8000.0, 8018.0, 8017.0, 7981.0, 8010.0, 8040.0, 7992.0, 8039.0, 7995.0, 8023.0, 7975.0, 7987.0, 7996.0, 8007.0, 7996.0, 7994.0, 8015.0, 8013.0, 8017.0, 8031.0, 8017.0, 8061.0, 8012.0, 8025.0, 7993.0, 7989.0, 7993.0, 8009.0, 7995.0, 8022.0, 7962.0, 7959.0, 7964.0, 7979.0, 7951.0, 8016.0, 7985.0, 8001.0, 7990.0, 7988.0, 7991.0, 8005.0, 7992.0, 8026.0, 8057.0, 8119.0, 8075.0, 8068.0, 8020.0, 8000.0, 7968.0, 8012.0, 7996.0, 8014.0, 8030.0, 8000.0, 8042.0, 7993.0, 7976.0, 7958.0, 7987.0, 8033.0, 7988.0, 8035.0, 7983.0, 8002.0, 7970.0, 7951.0, 7954.0, 7956.0, 7941.0, 7958.0, 7945.0, 7992.0, 8010.0, 7995.0, 8061.0, 8042.0, 8058.0, 8021.0, 8018.0, 8007.0, 8005.0, 7989.0, 7985.0, 7971.0, 7972.0, 7970.0, 7955.0, 7943.0, 7986.0, 7954.0, 7989.0, 8004.0, 7995.0, 8008.0, 7993.0, 8006.0, 7993.0, 7992.0, 7991.0, 7993.0, 7973.0, 7986.0, 8038.0, 7985.0, 8016.0, 7984.0, 8014.0, 7969.0, 7967.0, 7938.0, 7957.0, 7941.0, 7961.0, 7965.0, 7983.0, 7971.0, 8021.0, 7990.0, 8029.0, 8039.0, 8023.0, 8056.0, 8032.0, 8075.0, 8026.0, 8054.0, 8025.0, 8022.0, 7992.0, 8021.0, 8068.0, 8019.0, 8065.0, 8018.0, 8049.0, 8016.0, 8031.0, 8020.0, 8045.0, 7982.0, 7982.0, 7968.0, 8012.0, 8024.0, 7995.0, 8058.0, 7992.0, 8024.0, 7963.0, 7960.0, 7964.0, 8012.0, 7978.0, 8012.0, 8012.0, 7998.0, 8013.0, 8000.0, 7998.0, 7986.0, 8016.0, 7991.0, 8038.0, 8012.0, 8027.0, 8034.0, 8026.0, 8029.0, 8028.0, 7977.0, 8039.0, 8072.0, 8038.0, 8052.0, 8045.0, 8067.0, 8041.0, 8008.0, 8060.0, 7989.0, 8001.0, 7969.0, 7973.0, 7988.0, 7994.0, 7991.0, 7989.0, 7959.0, 7988.0, 8002.0, 7986.0, 7985.0, 7988.0, 7974.0, 7977.0, 8005.0, 7957.0, 7989.0, 8014.0, 7987.0, 8006.0, 7986.0, 8004.0, 7971.0, 7970.0, 7989.0, 7979.0, 7959.0, 7976.0, 7964.0, 7962.0, 7964.0, 7980.0, 7986.0, 8018.0, 8017.0, 8023.0, 8023.0, 8005.0, 7978.0, 8010.0, 7992.0, 8022.0, 7988.0, 8036.0, 8051.0, 8021.0, 8035.0, 8021.0, 8019.0, 8018.0, 8033.0, 8003.0, 8047.0, 8000.0, 8067.0, 7984.0, 7980.0, 7983.0, 7984.0, 7988.0, 8021.0, 8051.0, 8000.0, 8064.0, 8015.0, 8066.0, 7999.0, 7994.0, 7981.0, 7998.0, 7967.0, 8016.0, 8050.0, 8002.0, 7995.0, 7950.0, 8010.0, 7964.0, 8010.0, 8026.0, 8000.0, 8030.0, 8005.0, 8017.0, 8009.0, 8021.0, 8010.0, 8024.0, 7992.0, 8039.0, 8037.0, 8037.0, 8054.0, 8025.0, 8072.0, 8034.0, 8066.0, 8018.0, 8029.0, 7999.0, 8012.0, 8014.0, 8013.0, 7999.0, 8034.0, 7998.0, 8044.0, 7964.0, 7963.0, 7963.0, 7985.0, 7971.0, 8038.0, 8004.0, 8016.0, 7972.0, 8018.0, 8007.0, 8021.0, 8038.0, 8022.0, 8051.0, 8020.0, 8034.0, 8023.0, 8032.0, 8025.0, 8070.0, 8038.0, 8067.0, 8021.0, 8017.0, 8018.0, 8020.0, 8044.0, 8040.0, 8047.0, 8059.0, 8028.0, 8035.0, 8005.0, 8001.0, 7974.0, 8019.0, 7994.0, 8002.0, 7969.0, 8015.0, 8031.0, 8018.0, 8033.0, 8022.0, 8067.0, 8018.0, 8032.0, 8018.0, 8029.0, 7997.0, 7998.0, 8022.0, 7993.0, 8058.0, 7992.0, 8059.0, 8026.0, 8060.0, 7989.0, 8035.0, 7987.0, 7987.0, 8011.0, 7992.0, 8014.0, 8015.0, 8015.0, 8012.0, 8005.0, 8005.0, 8027.0, 8039.0, 8025.0, 8048.0, 8053.0, 8043.0, 8030.0, 8053.0, 8023.0, 7989.0, 7970.0, 8014.0, 8066.0, 8021.0, 8063.0, 8018.0, 8028.0, 7999.0, 7984.0, 7984.0, 7988.0, 8018.0, 8066.0, 8050.0, 7995.0, 7979.0, 7961.0, 7977.0, 7962.0, 8013.0, 8044.0, 7996.0, 8042.0, 7991.0, 7992.0, 7978.0, 7964.0, 8012.0, 7964.0, 8011.0, 8024.0, 8012.0, 8014.0, 8003.0, 8018.0, 8017.0, 8014.0, 7998.0, 7996.0, 7970.0, 8001.0, 8002.0, 8038.0, 8030.0, 8013.0, 8011.0, 8015.0, 8029.0, 8003.0, 8040.0, 7980.0, 7977.0, 7966.0, 7979.0, 7968.0, 8012.0, 7997.0, 8012.0, 8047.0, 8001.0, 8027.0, 8042.0, 8036.0, 7988.0, 7976.0, 8021.0, 7991.0, 8045.0, 8057.0, 8046.0, 8079.0, 8041.0, 8088.0, 8026.0, 8050.0, 8000.0, 8019.0, 8087.0, 8045.0, 8065.0, 8007.0, 8009.0, 7988.0, 8010.0, 8061.0, 7988.0, 8021.0, 7975.0, 7971.0, 7944.0, 7960.0, 7960.0, 8012.0, 8029.0, 8017.0, 8033.0, 8023.0, 8039.0, 8006.0, 8020.0, 8010.0, 8020.0, 8008.0, 8007.0, 7991.0, 8035.0, 8054.0, 8018.0, 8035.0, 8017.0, 8031.0, 8040.0, 7999.0, 8065.0, 8031.0, 8087.0, 7999.0, 8039.0, 7998.0, 7997.0, 8023.0, 8016.0, 7994.0, 8021.0, 7968.0, 8016.0, 8027.0, 8011.0, 8030.0, 8018.0, 8014.0, 8009.0, 8040.0, 7973.0, 7986.0, 7968.0, 8018.0, 8009.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.00022335632183908047</td></tr>
<tr><td colspan=3>aqi</td><td>0.020581077816091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.8136739784581</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.225933767157652</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9933191440161108</td></tr>
<tr><td colspan=3>efc</td><td>0.4947</td></tr>
<tr><td colspan=3>fber</td><td>4545.0562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07241230323677934</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.410514469132734</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3008640360522175</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.640668300677925</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29001107066806</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127052</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017544353380799294</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034574806690216064</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.08217535894489</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>19.29</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3837</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.828</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296218.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.8307</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0717</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.7132</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2743.4026</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>706.2367</td></tr>
<tr><td colspan=3>tsnr</td><td>41.18923198955599</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>