ds005256-mriqc/sub-0029_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter ed77a02d27 [DATALAD RUNCMD] Compute MRIQC for sub-0029
=== 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-0029 --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-0029",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:12 +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-0029_ses-03_task-social_acq-mb8_run-02_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-0029_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0029_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_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-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-03_task-social_acq-mb8_run-02_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-0029/ses-03/func/sub-0029_ses-03_task-social_acq-mb8_run-02_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>3e4bfd4e0f94772052f19ba4b96a0c6a</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:34:41.615000</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_VE11C_LATEST_20160120</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.994524, -0.0805585, 0.0665739, 0.0772229, 0.995696, 0.0512475]</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-02_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.0993137</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7760, -7304, 621, -32, -238, -44, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7c171b7-eca8-4a7a-abd1-029714714546||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6682355403900146, 0.20718330144882202, 0.19012270867824554, 101.27615356445312], [0.2161325067281723, 2.671379327774048, 0.1237296611070633, -93.88292694091797], [0.17861302196979523, -0.13749317824840546, 2.6904544830322266, -82.82622528076172], [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': ['113441.615000', '113442.075000', '113442.535000', '113442.995000', '113443.455000', '113443.915000', '113444.375000', '113444.835000', '113445.295000', '113445.755000', '113446.215000', '113446.675000', '113447.135000', '113447.595000', '113448.055000', '113448.515000', '113448.975000', '113449.435000', '113449.895000', '113450.355000', '113450.815000', '113451.275000', '113451.735000', '113452.195000', '113452.655000', '113453.115000', '113453.575000', '113454.035000', '113454.495000', '113454.955000', '113455.415000', '113455.875000', '113456.335000', '113456.795000', '113457.255000', '113457.715000', '113458.175000', '113458.635000', '113459.095000', '113459.555000', '113500.015000', '113500.475000', '113500.935000', '113501.395000', '113501.855000', '113502.315000', '113502.775000', '113503.235000', '113503.695000', '113504.155000', '113504.615000', '113505.075000', '113505.535000', '113505.995000', '113506.455000', '113506.915000', '113507.375000', '113507.835000', '113508.295000', '113508.755000', '113509.215000', '113509.675000', '113510.135000', '113510.595000', '113511.055000', '113511.515000', '113511.975000', '113512.435000', '113512.895000', '113513.355000', '113513.815000', '113514.275000', '113514.735000', '113515.195000', '113515.655000', '113516.115000', '113516.575000', '113517.035000', '113517.495000', '113517.955000', '113518.415000', '113518.875000', '113519.335000', '113519.795000', '113520.255000', '113520.715000', '113521.175000', '113521.635000', '113522.095000', '113522.555000', '113523.015000', '113523.475000', '113523.935000', '113524.395000', '113524.855000', '113525.315000', '113525.775000', '113526.235000', '113526.695000', '113527.155000', '113527.615000', '113528.075000', '113528.535000', '113528.995000', '113529.455000', '113529.915000', '113530.375000', '113530.835000', '113531.295000', '113531.755000', '113532.215000', '113532.675000', '113533.135000', '113533.595000', '113534.055000', '113534.515000', '113534.975000', '113535.435000', '113535.895000', '113536.355000', '113536.815000', '113537.275000', '113537.735000', '113538.195000', '113538.655000', '113539.115000', '113539.575000', '113540.035000', '113540.495000', '113540.955000', '113541.415000', '113541.875000', '113542.335000', '113542.795000', '113543.255000', '113543.715000', '113544.175000', '113544.635000', '113545.095000', '113545.555000', '113546.015000', '113546.475000', '113546.935000', '113547.395000', '113547.855000', '113548.315000', '113548.775000', '113549.235000', '113549.695000', '113550.155000', '113550.615000', '113551.075000', '113551.535000', '113551.995000', '113552.455000', '113552.915000', '113553.375000', '113553.835000', '113554.295000', '113554.755000', '113555.215000', '113555.675000', '113556.135000', '113556.595000', '113557.055000', '113557.515000', '113557.975000', '113558.435000', '113558.895000', '113559.355000', '113559.815000', '113600.275000', '113600.735000', '113601.195000', '113601.655000', '113602.115000', '113602.575000', '113603.035000', '113603.495000', '113603.955000', '113604.415000', '113604.875000', '113605.335000', '113605.795000', '113606.255000', '113606.715000', '113607.175000', '113607.635000', '113608.095000', '113608.555000', '113609.015000', '113609.475000', '113609.935000', '113610.395000', '113610.855000', '113611.315000', '113611.775000', '113612.235000', '113612.695000', '113613.155000', '113613.615000', '113614.075000', '113614.535000', '113614.995000', '113615.455000', '113615.915000', '113616.375000', '113616.835000', '113617.295000', '113617.755000', '113618.215000', '113618.675000', '113619.135000', '113619.595000', '113620.055000', '113620.515000', '113620.975000', '113621.435000', '113621.895000', '113622.355000', '113622.815000', '113623.275000', '113623.735000', '113624.195000', '113624.655000', '113625.115000', '113625.575000', '113626.035000', '113626.495000', '113626.955000', '113627.415000', '113627.875000', '113628.335000', '113628.795000', '113629.255000', '113629.715000', '113630.175000', '113630.635000', '113631.095000', '113631.555000', '113632.015000', '113632.475000', '113632.935000', '113633.395000', '113633.855000', '113634.315000', '113634.775000', '113635.235000', '113635.695000', '113636.155000', '113636.615000', '113637.075000', '113637.535000', '113637.995000', '113638.455000', '113638.915000', '113639.375000', '113639.835000', '113640.295000', '113640.755000', '113641.215000', '113641.675000', '113642.135000', '113642.595000', '113643.055000', '113643.515000', '113643.975000', '113644.435000', '113644.895000', '113645.355000', '113645.815000', '113646.275000', '113646.735000', '113647.195000', '113647.655000', '113648.115000', '113648.575000', '113649.035000', '113649.495000', '113649.955000', '113650.415000', '113650.875000', '113651.335000', '113651.795000', '113652.255000', '113652.715000', '113653.175000', '113653.635000', '113654.095000', '113654.555000', '113655.015000', '113655.475000', '113655.935000', '113656.395000', '113656.855000', '113657.315000', '113657.775000', '113658.235000', '113658.695000', '113659.155000', '113659.615000', '113700.075000', '113700.535000', '113700.995000', '113701.455000', '113701.915000', '113702.375000', '113702.835000', '113703.295000', '113703.755000', '113704.215000', '113704.675000', '113705.135000', '113705.595000', '113706.055000', '113706.515000', '113706.975000', '113707.435000', '113707.895000', '113708.355000', '113708.815000', '113709.275000', '113709.735000', '113710.195000', '113710.655000', '113711.115000', '113711.575000', '113712.035000', '113712.495000', '113712.955000', '113713.415000', '113713.875000', '113714.335000', '113714.795000', '113715.255000', '113715.715000', '113716.175000', '113716.635000', '113717.095000', '113717.555000', '113718.015000', '113718.475000', '113718.935000', '113719.395000', '113719.855000', '113720.315000', '113720.775000', '113721.235000', '113721.695000', '113722.155000', '113722.615000', '113723.075000', '113723.535000', '113723.995000', '113724.455000', '113724.915000', '113725.375000', '113725.835000', '113726.295000', '113726.755000', '113727.215000', '113727.675000', '113728.135000', '113728.595000', '113729.055000', '113729.515000', '113729.975000', '113730.435000', '113730.895000', '113731.355000', '113731.815000', '113732.275000', '113732.735000', '113733.195000', '113733.655000', '113734.115000', '113734.575000', '113735.035000', '113735.495000', '113735.955000', '113736.415000', '113736.875000', '113737.335000', '113737.795000', '113738.255000', '113738.715000', '113739.175000', '113739.635000', '113740.095000', '113740.555000', '113741.015000', '113741.475000', '113741.935000', '113742.395000', '113742.855000', '113743.315000', '113743.775000', '113744.235000', '113744.695000', '113745.155000', '113745.615000', '113746.075000', '113746.535000', '113746.995000', '113747.455000', '113747.915000', '113748.375000', '113748.835000', '113749.295000', '113749.755000', '113750.215000', '113750.675000', '113751.135000', '113751.595000', '113752.055000', '113752.515000', '113752.975000', '113753.435000', '113753.895000', '113754.355000', '113754.815000', '113755.275000', '113755.735000', '113756.195000', '113756.655000', '113757.115000', '113757.575000', '113758.035000', '113758.495000', '113758.955000', '113759.415000', '113759.875000', '113800.335000', '113800.795000', '113801.255000', '113801.715000', '113802.175000', '113802.635000', '113803.095000', '113803.555000', '113804.015000', '113804.475000', '113804.935000', '113805.395000', '113805.855000', '113806.315000', '113806.775000', '113807.235000', '113807.695000', '113808.155000', '113808.615000', '113809.075000', '113809.535000', '113809.995000', '113810.455000', '113810.915000', '113811.375000', '113811.835000', '113812.295000', '113812.755000', '113813.215000', '113813.675000', '113814.135000', '113814.595000', '113815.055000', '113815.515000', '113815.975000', '113816.435000', '113816.895000', '113817.355000', '113817.815000', '113818.275000', '113818.735000', '113819.195000', '113819.655000', '113820.115000', '113820.575000', '113821.035000', '113821.495000', '113821.955000', '113822.415000', '113822.875000', '113823.335000', '113823.795000', '113824.255000', '113824.715000', '113825.175000', '113825.635000', '113826.095000', '113826.555000', '113827.015000', '113827.475000', '113827.935000', '113828.395000', '113828.855000', '113829.315000', '113829.775000', '113830.235000', '113830.695000', '113831.155000', '113831.615000', '113832.075000', '113832.535000', '113832.995000', '113833.455000', '113833.915000', '113834.375000', '113834.835000', '113835.295000', '113835.755000', '113836.215000', '113836.675000', '113837.135000', '113837.595000', '113838.055000', '113838.515000', '113838.975000', '113839.435000', '113839.895000', '113840.355000', '113840.815000', '113841.275000', '113841.735000', '113842.195000', '113842.655000', '113843.115000', '113843.575000', '113844.035000', '113844.495000', '113844.955000', '113845.415000', '113845.875000', '113846.335000', '113846.795000', '113847.255000', '113847.715000', '113848.175000', '113848.635000', '113849.095000', '113849.555000', '113850.015000', '113850.475000', '113850.935000', '113851.395000', '113851.855000', '113852.315000', '113852.775000', '113853.235000', '113853.695000', '113854.155000', '113854.615000', '113855.075000', '113855.535000', '113855.995000', '113856.455000', '113856.915000', '113857.375000', '113857.835000', '113858.295000', '113858.755000', '113859.215000', '113859.675000', '113900.135000', '113900.595000', '113901.055000', '113901.515000', '113901.975000', '113902.435000', '113902.895000', '113903.355000', '113903.815000', '113904.275000', '113904.735000', '113905.195000', '113905.655000', '113906.115000', '113906.575000', '113907.035000', '113907.495000', '113907.955000', '113908.415000', '113908.875000', '113909.335000', '113909.795000', '113910.255000', '113910.715000', '113911.175000', '113911.635000', '113912.095000', '113912.555000', '113913.015000', '113913.475000', '113913.935000', '113914.395000', '113914.855000', '113915.315000', '113915.775000', '113916.235000', '113916.695000', '113917.155000', '113917.615000', '113918.075000', '113918.535000', '113918.995000', '113919.455000', '113919.915000', '113920.375000', '113920.835000', '113921.295000', '113921.755000', '113922.215000', '113922.675000', '113923.135000', '113923.595000', '113924.055000', '113924.515000', '113924.975000', '113925.435000', '113925.895000', '113926.355000', '113926.815000', '113927.275000', '113927.735000', '113928.195000', '113928.655000', '113929.115000', '113929.575000', '113930.035000', '113930.495000', '113930.955000', '113931.415000', '113931.875000', '113932.335000', '113932.795000', '113933.255000', '113933.715000', '113934.175000', '113934.635000', '113935.095000', '113935.555000', '113936.015000', '113936.475000', '113936.935000', '113937.395000', '113937.855000', '113938.315000', '113938.775000', '113939.235000', '113939.695000', '113940.155000', '113940.615000', '113941.075000', '113941.535000', '113941.995000', '113942.455000', '113942.915000', '113943.375000', '113943.835000', '113944.295000', '113944.755000', '113945.215000', '113945.675000', '113946.135000', '113946.595000', '113947.055000', '113947.515000', '113947.975000', '113948.435000', '113948.895000', '113949.355000', '113949.815000', '113950.275000', '113950.735000', '113951.195000', '113951.655000', '113952.115000', '113952.575000', '113953.035000', '113953.495000', '113953.955000', '113954.415000', '113954.875000', '113955.335000', '113955.795000', '113956.255000', '113956.715000', '113957.175000', '113957.635000', '113958.095000', '113958.555000', '113959.015000', '113959.475000', '113959.935000', '114000.395000', '114000.855000', '114001.315000', '114001.775000', '114002.235000', '114002.695000', '114003.155000', '114003.615000', '114004.075000', '114004.535000', '114004.995000', '114005.455000', '114005.915000', '114006.375000', '114006.835000', '114007.295000', '114007.755000', '114008.215000', '114008.675000', '114009.135000', '114009.595000', '114010.055000', '114010.515000', '114010.975000', '114011.435000', '114011.895000', '114012.355000', '114012.815000', '114013.275000', '114013.735000', '114014.195000', '114014.655000', '114015.115000', '114015.575000', '114016.035000', '114016.495000', '114016.955000', '114017.415000', '114017.875000', '114018.335000', '114018.795000', '114019.255000', '114019.715000', '114020.175000', '114020.635000', '114021.095000', '114021.555000', '114022.015000', '114022.475000', '114022.935000', '114023.395000', '114023.855000', '114024.315000', '114024.775000', '114025.235000', '114025.695000', '114026.155000', '114026.615000', '114027.075000', '114027.535000', '114027.995000', '114028.455000', '114028.915000', '114029.375000', '114029.835000', '114030.295000', '114030.755000', '114031.215000', '114031.675000', '114032.135000', '114032.595000', '114033.055000', '114033.515000', '114033.975000', '114034.435000', '114034.895000', '114035.355000', '114035.815000', '114036.275000', '114036.735000', '114037.195000', '114037.655000', '114038.115000', '114038.575000', '114039.035000', '114039.495000', '114039.955000', '114040.415000', '114040.875000', '114041.335000', '114041.795000', '114042.255000', '114042.715000', '114043.175000', '114043.635000', '114044.095000', '114044.555000', '114045.015000', '114045.475000', '114045.935000', '114046.395000', '114046.855000', '114047.315000', '114047.775000', '114048.235000', '114048.695000', '114049.155000', '114049.615000', '114050.075000', '114050.535000', '114050.995000', '114051.455000', '114051.915000', '114052.375000', '114052.835000', '114053.295000', '114053.755000', '114054.215000', '114054.675000', '114055.135000', '114055.595000', '114056.055000', '114056.515000', '114056.975000', '114057.435000', '114057.895000', '114058.355000', '114058.815000', '114059.275000', '114059.735000', '114100.195000', '114100.655000', '114101.115000', '114101.575000', '114102.035000', '114102.495000', '114102.955000', '114103.415000', '114103.875000', '114104.335000', '114104.795000', '114105.255000', '114105.715000', '114106.175000', '114106.635000', '114107.095000', '114107.555000', '114108.015000', '114108.475000', '114108.935000', '114109.395000', '114109.855000', '114110.315000', '114110.775000', '114111.235000', '114111.695000', '114112.155000', '114112.615000', '114113.075000', '114113.535000', '114113.995000', '114114.455000', '114114.915000', '114115.375000', '114115.835000', '114116.295000', '114116.755000', '114117.215000', '114117.675000', '114118.135000', '114118.595000', '114119.055000', '114119.515000', '114119.975000', '114120.435000', '114120.895000', '114121.355000', '114121.815000', '114122.275000'], 'ContentTime': ['113505.274000', '113505.280000', '113505.283000', '113505.286000', '113505.289000', '113505.292000', '113505.295000', '113505.298000', '113505.301000', '113505.304000', '113505.307000', '113505.310000', '113505.313000', '113505.316000', '113505.319000', '113505.322000', '113505.325000', '113505.328000', '113505.331000', '113505.334000', '113505.337000', '113505.348000', '113505.351000', '113505.354000', '113505.357000', '113505.360000', '113505.363000', '113505.366000', '113505.369000', '113505.372000', '113505.375000', '113505.378000', '113505.381000', '113505.384000', '113505.387000', '113505.390000', '113505.393000', '113505.396000', '113505.400000', '113505.403000', '113505.406000', '113505.409000', '113505.412000', '113505.415000', '113505.418000', '113505.421000', '113505.424000', '113505.427000', '113505.430000', '113505.433000', '113525.235000', '113525.238000', '113525.241000', '113525.245000', '113525.248000', '113525.260000', '113525.263000', '113525.266000', '113525.269000', '113525.272000', '113525.275000', '113525.278000', '113525.281000', '113525.284000', '113525.287000', '113525.290000', '113525.293000', '113525.296000', '113525.308000', '113525.311000', '113525.314000', '113525.317000', '113525.320000', '113525.323000', '113525.326000', '113525.329000', '113525.332000', '113525.335000', '113525.338000', '113525.341000', '113525.344000', '113525.347000', '113525.350000', '113525.353000', '113525.356000', '113525.359000', '113525.362000', '113525.365000', '113525.368000', '113525.371000', '113525.374000', '113525.377000', '113525.380000', '113545.235000', '113545.238000', '113545.241000', '113545.244000', '113545.247000', '113545.250000', '113545.253000', '113545.256000', '113545.259000', '113545.262000', '113545.265000', '113545.268000', '113545.271000', '113545.274000', '113545.277000', '113545.280000', '113545.283000', '113545.285000', '113545.288000', '113545.291000', '113545.294000', '113545.297000', '113545.300000', '113545.303000', '113545.306000', '113545.309000', '113545.312000', '113545.315000', '113545.318000', '113545.321000', '113545.324000', '113545.327000', '113545.330000', '113545.333000', '113545.336000', '113545.339000', '113545.342000', '113545.345000', '113545.348000', '113545.360000', '113545.366000', '113545.369000', '113545.372000', '113545.375000', '113605.235000', '113605.238000', '113605.241000', '113605.244000', '113605.247000', '113605.250000', '113605.254000', '113605.257000', '113605.260000', '113605.263000', '113605.266000', '113605.269000', '113605.272000', '113605.281000', '113605.284000', '113605.287000', '113605.290000', '113605.293000', '113605.296000', '113605.299000', '113605.302000', '113605.305000', '113605.308000', '113605.311000', '113605.314000', '113605.317000', '113605.320000', '113605.323000', '113605.326000', '113605.329000', '113605.332000', '113605.335000', '113605.338000', '113605.341000', '113605.344000', '113605.347000', '113605.350000', '113605.353000', '113605.356000', '113605.359000', '113605.362000', '113605.365000', '113605.368000', '113625.235000', '113625.238000', '113625.241000', '113625.244000', '113625.247000', '113625.250000', '113625.253000', '113625.256000', '113625.259000', '113625.277000', '113625.280000', '113625.283000', '113625.286000', '113625.289000', '113625.292000', '113625.295000', '113625.298000', '113625.301000', '113625.304000', '113625.307000', '113625.310000', '113625.312000', '113625.316000', '113625.318000', '113625.321000', '113625.324000', '113625.327000', '113625.330000', '113625.333000', '113625.336000', '113625.339000', '113625.342000', '113625.345000', '113625.348000', '113625.351000', '113625.354000', '113625.357000', '113625.360000', '113625.363000', '113625.366000', '113625.369000', '113625.372000', '113625.375000', '113625.378000', '113645.235000', '113645.238000', '113645.241000', '113645.244000', '113645.247000', '113645.250000', '113645.253000', '113645.256000', '113645.259000', '113645.262000', '113645.265000', '113645.268000', '113645.271000', '113645.274000', '113645.277000', '113645.280000', '113645.283000', '113645.286000', '113645.289000', '113645.292000', '113645.295000', '113645.299000', '113645.302000', '113645.305000', '113645.308000', '113645.310000', '113645.314000', '113645.316000', '113645.319000', '113645.322000', '113645.326000', '113645.329000', '113645.331000', '113645.334000', '113645.338000', '113645.340000', '113645.343000', '113645.346000', '113645.349000', '113645.352000', '113645.355000', '113645.358000', '113645.361000', '113705.236000', '113705.250000', '113705.253000', '113705.256000', '113705.259000', '113705.262000', '113705.265000', '113705.268000', '113705.271000', '113705.275000', '113705.278000', '113705.280000', '113705.283000', '113705.286000', '113705.289000', '113705.292000', '113705.295000', '113705.308000', '113705.311000', '113705.314000', '113705.317000', '113705.320000', '113705.323000', '113705.325000', '113705.328000', '113705.332000', '113705.334000', '113705.337000', '113705.340000', '113705.343000', '113705.346000', '113705.349000', '113705.352000', '113705.356000', '113705.359000', '113705.362000', '113705.364000', '113705.368000', '113705.370000', '113705.373000', '113705.376000', '113705.379000', '113705.382000', '113705.385000', '113725.237000', '113725.240000', '113725.243000', '113725.246000', '113725.249000', '113725.252000', '113725.255000', '113725.258000', '113725.261000', '113725.264000', '113725.267000', '113725.270000', '113725.283000', '113725.286000', '113725.289000', '113725.295000', '113725.299000', '113725.302000', '113725.305000', '113725.308000', '113725.311000', '113725.314000', '113725.317000', '113725.320000', '113725.323000', '113725.326000', '113725.329000', '113725.332000', '113725.335000', '113725.338000', '113725.341000', '113725.344000', '113725.347000', '113725.350000', '113725.353000', '113725.356000', '113725.358000', '113725.362000', '113725.364000', '113725.367000', '113725.370000', '113725.373000', '113725.376000', '113745.235000', '113745.238000', '113745.241000', '113745.244000', '113745.247000', '113745.250000', '113745.253000', '113745.256000', '113745.259000', '113745.262000', '113745.265000', '113745.268000', '113745.271000', '113745.274000', '113745.277000', '113745.280000', '113745.283000', '113745.286000', '113745.289000', '113745.292000', '113745.295000', '113745.298000', '113745.301000', '113745.304000', '113745.307000', '113745.310000', '113745.313000', '113745.316000', '113745.319000', '113745.322000', '113745.325000', '113745.328000', '113745.331000', '113745.334000', '113745.337000', '113745.340000', '113745.343000', '113745.346000', '113745.349000', '113745.352000', '113745.354000', '113745.357000', '113745.361000', '113745.363000', '113805.235000', '113805.238000', '113805.241000', '113805.244000', '113805.247000', '113805.250000', '113805.253000', '113805.256000', '113805.259000', '113805.262000', '113805.265000', '113805.268000', '113805.271000', '113805.274000', '113805.277000', '113805.280000', '113805.283000', '113805.286000', '113805.289000', '113805.292000', '113805.294000', '113805.297000', '113805.311000', '113805.314000', '113805.317000', '113805.320000', '113805.323000', '113805.326000', '113805.329000', '113805.332000', '113805.335000', '113805.338000', '113805.341000', '113805.344000', '113805.347000', '113805.350000', '113805.353000', '113805.356000', '113805.359000', '113805.362000', '113805.365000', '113805.368000', '113805.371000', '113825.235000', '113825.238000', '113825.241000', '113825.244000', '113825.247000', '113825.250000', '113825.253000', '113825.256000', '113825.259000', '113825.262000', '113825.265000', '113825.268000', '113825.271000', '113825.274000', '113825.277000', '113825.280000', '113825.282000', '113825.285000', '113825.288000', '113825.291000', '113825.294000', '113825.297000', '113825.300000', '113825.303000', '113825.306000', '113825.309000', '113825.312000', '113825.315000', '113825.318000', '113825.321000', '113825.324000', '113825.327000', '113825.330000', '113825.333000', '113825.336000', '113825.339000', '113825.342000', '113825.345000', '113825.348000', '113825.351000', '113825.367000', '113825.370000', '113825.373000', '113825.376000', '113845.235000', '113845.238000', '113845.241000', '113845.244000', '113845.247000', '113845.250000', '113845.253000', '113845.256000', '113845.259000', '113845.262000', '113845.265000', '113845.268000', '113845.271000', '113845.275000', '113845.278000', '113845.281000', '113845.284000', '113845.287000', '113845.290000', '113845.293000', '113845.296000', '113845.299000', '113845.302000', '113845.305000', '113845.308000', '113845.311000', '113845.314000', '113845.317000', '113845.320000', '113845.323000', '113845.326000', '113845.329000', '113845.332000', '113845.336000', '113845.339000', '113845.342000', '113845.344000', '113845.347000', '113845.350000', '113845.353000', '113845.356000', '113845.359000', '113845.362000', '113905.235000', '113905.238000', '113905.241000', '113905.244000', '113905.247000', '113905.250000', '113905.253000', '113905.256000', '113905.259000', '113905.262000', '113905.265000', '113905.268000', '113905.271000', '113905.274000', '113905.277000', '113905.280000', '113905.283000', '113905.286000', '113905.289000', '113905.292000', '113905.295000', '113905.298000', '113905.301000', '113905.304000', '113905.307000', '113905.310000', '113905.313000', '113905.316000', '113905.319000', '113905.322000', '113905.325000', '113905.328000', '113905.331000', '113905.334000', '113905.337000', '113905.340000', '113905.343000', '113905.346000', '113905.349000', '113905.352000', '113905.355000', '113905.358000', '113905.361000', '113905.364000', '113925.236000', '113925.239000', '113925.242000', '113925.245000', '113925.248000', '113925.251000', '113925.254000', '113925.257000', '113925.260000', '113925.263000', '113925.266000', '113925.269000', '113925.272000', '113925.275000', '113925.278000', '113925.281000', '113925.284000', '113925.287000', '113925.290000', '113925.293000', '113925.296000', '113925.299000', '113925.301000', '113925.304000', '113925.307000', '113925.310000', '113925.313000', '113925.316000', '113925.319000', '113925.322000', '113925.325000', '113925.328000', '113925.331000', '113925.334000', '113925.337000', '113925.340000', '113925.343000', '113925.346000', '113925.349000', '113925.352000', '113925.355000', '113925.359000', '113925.364000', '113945.236000', '113945.239000', '113945.242000', '113945.245000', '113945.248000', '113945.251000', '113945.254000', '113945.257000', '113945.260000', '113945.263000', '113945.266000', '113945.269000', '113945.272000', '113945.275000', '113945.278000', '113945.281000', '113945.284000', '113945.287000', '113945.290000', '113945.293000', '113945.296000', '113945.299000', '113945.302000', '113945.305000', '113945.308000', '113945.311000', '113945.314000', '113945.317000', '113945.320000', '113945.323000', '113945.326000', '113945.329000', '113945.332000', '113945.335000', '113945.338000', '113945.341000', '113945.344000', '113945.347000', '113945.350000', '113945.353000', '113945.356000', '113945.358000', '113945.361000', '113945.364000', '114005.235000', '114005.238000', '114005.241000', '114005.244000', '114005.247000', '114005.250000', '114005.253000', '114005.270000', '114005.273000', '114005.276000', '114005.279000', '114005.282000', '114005.285000', '114005.287000', '114005.290000', '114005.293000', '114005.296000', '114005.299000', '114005.302000', '114005.305000', '114005.308000', '114005.313000', '114005.316000', '114005.319000', '114005.322000', '114005.325000', '114005.328000', '114005.331000', '114005.334000', '114005.337000', '114005.340000', '114005.343000', '114005.346000', '114005.348000', '114005.351000', '114005.354000', '114005.357000', '114005.360000', '114005.364000', '114005.367000', '114005.370000', '114005.373000', '114005.376000', '114025.235000', '114025.238000', '114025.241000', '114025.244000', '114025.247000', '114025.250000', '114025.253000', '114025.256000', '114025.259000', '114025.262000', '114025.265000', '114025.268000', '114025.271000', '114025.274000', '114025.277000', '114025.280000', '114025.283000', '114025.286000', '114025.289000', '114025.292000', '114025.295000', '114025.298000', '114025.301000', '114025.304000', '114025.307000', '114025.309000', '114025.312000', '114025.315000', '114025.318000', '114025.321000', '114025.324000', '114025.327000', '114025.330000', '114025.333000', '114025.336000', '114025.339000', '114025.342000', '114025.345000', '114025.348000', '114025.351000', '114025.354000', '114025.357000', '114025.360000', '114025.363000', '114045.235000', '114045.238000', '114045.241000', '114045.244000', '114045.247000', '114045.250000', '114045.253000', '114045.256000', '114045.259000', '114045.262000', '114045.265000', '114045.268000', '114045.271000', '114045.274000', '114045.277000', '114045.280000', '114045.282000', '114045.285000', '114045.288000', '114045.291000', '114045.294000', '114045.297000', '114045.300000', '114045.303000', '114045.306000', '114045.309000', '114045.312000', '114045.315000', '114045.318000', '114045.321000', '114045.324000', '114045.327000', '114045.330000', '114045.333000', '114045.336000', '114045.339000', '114045.342000', '114045.345000', '114045.348000', '114045.351000', '114045.354000', '114045.357000', '114045.361000', '114105.235000', '114105.238000', '114105.241000', '114105.244000', '114105.247000', '114105.250000', '114105.253000', '114105.256000', '114105.259000', '114105.262000', '114105.265000', '114105.268000', '114105.271000', '114105.274000', '114105.277000', '114105.280000', '114105.283000', '114105.286000', '114105.289000', '114105.292000', '114105.295000', '114105.297000', '114105.300000', '114105.303000', '114105.306000', '114105.309000', '114105.312000', '114105.315000', '114105.318000', '114105.321000', '114105.324000', '114105.327000', '114105.330000', '114105.333000', '114105.336000', '114105.339000', '114105.342000', '114105.345000', '114105.348000', '114105.351000', '114105.354000', '114105.357000', '114105.360000', '114105.363000', '114123.176000', '114123.180000', '114123.184000', '114123.188000', '114123.191000', '114123.195000', '114123.199000', '114123.202000', '114123.206000', '114123.209000', '114123.212000', '114123.215000', '114123.218000', '114123.221000', '114123.224000', '114123.227000', '114123.230000', '114123.233000', '114123.251000', '114123.255000', '114123.258000', '114123.261000', '114123.263000', '114123.266000', '114123.269000', '114123.272000', '114123.276000', '114123.279000', '114123.282000', '114123.285000', '114123.288000', '114123.291000', '114123.294000', '114123.297000', '114123.300000', '114123.303000', '114123.306000', '114123.309000', '114123.312000'], 'InstanceCreationTime': ['113505.274000', '113505.280000', '113505.283000', '113505.286000', '113505.289000', '113505.292000', '113505.295000', '113505.298000', '113505.301000', '113505.304000', '113505.307000', '113505.310000', '113505.313000', '113505.316000', '113505.319000', '113505.322000', '113505.325000', '113505.328000', '113505.331000', '113505.334000', '113505.337000', '113505.348000', '113505.351000', '113505.354000', '113505.357000', '113505.360000', '113505.363000', '113505.366000', '113505.369000', '113505.372000', '113505.375000', '113505.378000', '113505.381000', '113505.384000', '113505.387000', '113505.390000', '113505.393000', '113505.396000', '113505.400000', '113505.403000', '113505.406000', '113505.409000', '113505.412000', '113505.415000', '113505.418000', '113505.421000', '113505.424000', '113505.427000', '113505.430000', '113505.433000', '113525.235000', '113525.238000', '113525.241000', '113525.245000', '113525.248000', '113525.260000', '113525.263000', '113525.266000', '113525.269000', '113525.272000', '113525.275000', '113525.278000', '113525.281000', '113525.284000', '113525.287000', '113525.290000', '113525.293000', '113525.296000', '113525.308000', '113525.311000', '113525.314000', '113525.317000', '113525.320000', '113525.323000', '113525.326000', '113525.329000', '113525.332000', '113525.335000', '113525.338000', '113525.341000', '113525.344000', '113525.347000', '113525.350000', '113525.353000', '113525.356000', '113525.359000', '113525.362000', '113525.365000', '113525.368000', '113525.371000', '113525.374000', '113525.377000', '113525.380000', '113545.235000', '113545.238000', '113545.241000', '113545.244000', '113545.247000', '113545.250000', '113545.253000', '113545.256000', '113545.259000', '113545.262000', '113545.265000', '113545.268000', '113545.271000', '113545.274000', '113545.277000', '113545.280000', '113545.283000', '113545.285000', '113545.288000', '113545.291000', '113545.294000', '113545.297000', '113545.300000', '113545.303000', '113545.306000', '113545.309000', '113545.312000', '113545.315000', '113545.318000', '113545.321000', '113545.324000', '113545.327000', '113545.330000', '113545.333000', '113545.336000', '113545.339000', '113545.342000', '113545.345000', '113545.348000', '113545.360000', '113545.366000', '113545.369000', '113545.372000', '113545.375000', '113605.235000', '113605.238000', '113605.241000', '113605.244000', '113605.247000', '113605.250000', '113605.254000', '113605.257000', '113605.260000', '113605.263000', '113605.266000', '113605.269000', '113605.272000', '113605.281000', '113605.284000', '113605.287000', '113605.290000', '113605.293000', '113605.296000', '113605.299000', '113605.302000', '113605.305000', '113605.308000', '113605.311000', '113605.314000', '113605.317000', '113605.320000', '113605.323000', '113605.326000', '113605.329000', '113605.332000', '113605.335000', '113605.338000', '113605.341000', '113605.344000', '113605.347000', '113605.350000', '113605.353000', '113605.356000', '113605.359000', '113605.362000', '113605.365000', '113605.368000', '113625.235000', '113625.238000', '113625.241000', '113625.244000', '113625.247000', '113625.250000', '113625.253000', '113625.256000', '113625.259000', '113625.277000', '113625.280000', '113625.283000', '113625.286000', '113625.289000', '113625.292000', '113625.295000', '113625.298000', '113625.301000', '113625.304000', '113625.307000', '113625.310000', '113625.312000', '113625.316000', '113625.318000', '113625.321000', '113625.324000', '113625.327000', '113625.330000', '113625.333000', '113625.336000', '113625.339000', '113625.342000', '113625.345000', '113625.348000', '113625.351000', '113625.354000', '113625.357000', '113625.360000', '113625.363000', '113625.366000', '113625.369000', '113625.372000', '113625.375000', '113625.378000', '113645.235000', '113645.238000', '113645.241000', '113645.244000', '113645.247000', '113645.250000', '113645.253000', '113645.256000', '113645.259000', '113645.262000', '113645.265000', '113645.268000', '113645.271000', '113645.274000', '113645.277000', '113645.280000', '113645.283000', '113645.286000', '113645.289000', '113645.292000', '113645.295000', '113645.299000', '113645.302000', '113645.305000', '113645.308000', '113645.310000', '113645.314000', '113645.316000', '113645.319000', '113645.322000', '113645.326000', '113645.329000', '113645.331000', '113645.334000', '113645.338000', '113645.340000', '113645.343000', '113645.346000', '113645.349000', '113645.352000', '113645.355000', '113645.358000', '113645.361000', '113705.236000', '113705.250000', '113705.253000', '113705.256000', '113705.259000', '113705.262000', '113705.265000', '113705.268000', '113705.271000', '113705.275000', '113705.278000', '113705.280000', '113705.283000', '113705.286000', '113705.289000', '113705.292000', '113705.295000', '113705.308000', '113705.311000', '113705.314000', '113705.317000', '113705.320000', '113705.323000', '113705.325000', '113705.328000', '113705.332000', '113705.334000', '113705.337000', '113705.340000', '113705.343000', '113705.346000', '113705.349000', '113705.352000', '113705.356000', '113705.359000', '113705.362000', '113705.364000', '113705.368000', '113705.370000', '113705.373000', '113705.376000', '113705.379000', '113705.382000', '113705.385000', '113725.237000', '113725.240000', '113725.243000', '113725.246000', '113725.249000', '113725.252000', '113725.255000', '113725.258000', '113725.261000', '113725.264000', '113725.267000', '113725.270000', '113725.283000', '113725.286000', '113725.289000', '113725.295000', '113725.299000', '113725.302000', '113725.305000', '113725.308000', '113725.311000', '113725.314000', '113725.317000', '113725.320000', '113725.323000', '113725.326000', '113725.329000', '113725.332000', '113725.335000', '113725.338000', '113725.341000', '113725.344000', '113725.347000', '113725.350000', '113725.353000', '113725.356000', '113725.358000', '113725.362000', '113725.364000', '113725.367000', '113725.370000', '113725.373000', '113725.376000', '113745.235000', '113745.238000', '113745.241000', '113745.244000', '113745.247000', '113745.250000', '113745.253000', '113745.256000', '113745.259000', '113745.262000', '113745.265000', '113745.268000', '113745.271000', '113745.274000', '113745.277000', '113745.280000', '113745.283000', '113745.286000', '113745.289000', '113745.292000', '113745.295000', '113745.298000', '113745.301000', '113745.304000', '113745.307000', '113745.310000', '113745.313000', '113745.316000', '113745.319000', '113745.322000', '113745.325000', '113745.328000', '113745.331000', '113745.334000', '113745.337000', '113745.340000', '113745.343000', '113745.346000', '113745.349000', '113745.352000', '113745.354000', '113745.357000', '113745.361000', '113745.363000', '113805.235000', '113805.238000', '113805.241000', '113805.244000', '113805.247000', '113805.250000', '113805.253000', '113805.256000', '113805.259000', '113805.262000', '113805.265000', '113805.268000', '113805.271000', '113805.274000', '113805.277000', '113805.280000', '113805.283000', '113805.286000', '113805.289000', '113805.292000', '113805.294000', '113805.297000', '113805.311000', '113805.314000', '113805.317000', '113805.320000', '113805.323000', '113805.326000', '113805.329000', '113805.332000', '113805.335000', '113805.338000', '113805.341000', '113805.344000', '113805.347000', '113805.350000', '113805.353000', '113805.356000', '113805.359000', '113805.362000', '113805.365000', '113805.368000', '113805.371000', '113825.235000', '113825.238000', '113825.241000', '113825.244000', '113825.247000', '113825.250000', '113825.253000', '113825.256000', '113825.259000', '113825.262000', '113825.265000', '113825.268000', '113825.271000', '113825.274000', '113825.277000', '113825.280000', '113825.282000', '113825.285000', '113825.288000', '113825.291000', '113825.294000', '113825.297000', '113825.300000', '113825.303000', '113825.306000', '113825.309000', '113825.312000', '113825.315000', '113825.318000', '113825.321000', '113825.324000', '113825.327000', '113825.330000', '113825.333000', '113825.336000', '113825.339000', '113825.342000', '113825.345000', '113825.348000', '113825.351000', '113825.367000', '113825.370000', '113825.373000', '113825.376000', '113845.235000', '113845.238000', '113845.241000', '113845.244000', '113845.247000', '113845.250000', '113845.253000', '113845.256000', '113845.259000', '113845.262000', '113845.265000', '113845.268000', '113845.271000', '113845.275000', '113845.278000', '113845.281000', '113845.284000', '113845.287000', '113845.290000', '113845.293000', '113845.296000', '113845.299000', '113845.302000', '113845.305000', '113845.308000', '113845.311000', '113845.314000', '113845.317000', '113845.320000', '113845.323000', '113845.326000', '113845.329000', '113845.332000', '113845.336000', '113845.339000', '113845.342000', '113845.344000', '113845.347000', '113845.350000', '113845.353000', '113845.356000', '113845.359000', '113845.362000', '113905.235000', '113905.238000', '113905.241000', '113905.244000', '113905.247000', '113905.250000', '113905.253000', '113905.256000', '113905.259000', '113905.262000', '113905.265000', '113905.268000', '113905.271000', '113905.274000', '113905.277000', '113905.280000', '113905.283000', '113905.286000', '113905.289000', '113905.292000', '113905.295000', '113905.298000', '113905.301000', '113905.304000', '113905.307000', '113905.310000', '113905.313000', '113905.316000', '113905.319000', '113905.322000', '113905.325000', '113905.328000', '113905.331000', '113905.334000', '113905.337000', '113905.340000', '113905.343000', '113905.346000', '113905.349000', '113905.352000', '113905.355000', '113905.358000', '113905.361000', '113905.364000', '113925.236000', '113925.239000', '113925.242000', '113925.245000', '113925.248000', '113925.251000', '113925.254000', '113925.257000', '113925.260000', '113925.263000', '113925.266000', '113925.269000', '113925.272000', '113925.275000', '113925.278000', '113925.281000', '113925.284000', '113925.287000', '113925.290000', '113925.293000', '113925.296000', '113925.299000', '113925.301000', '113925.304000', '113925.307000', '113925.310000', '113925.313000', '113925.316000', '113925.319000', '113925.322000', '113925.325000', '113925.328000', '113925.331000', '113925.334000', '113925.337000', '113925.340000', '113925.343000', '113925.346000', '113925.349000', '113925.352000', '113925.355000', '113925.359000', '113925.364000', '113945.236000', '113945.239000', '113945.242000', '113945.245000', '113945.248000', '113945.251000', '113945.254000', '113945.257000', '113945.260000', '113945.263000', '113945.266000', '113945.269000', '113945.272000', '113945.275000', '113945.278000', '113945.281000', '113945.284000', '113945.287000', '113945.290000', '113945.293000', '113945.296000', '113945.299000', '113945.302000', '113945.305000', '113945.308000', '113945.311000', '113945.314000', '113945.317000', '113945.320000', '113945.323000', '113945.326000', '113945.329000', '113945.332000', '113945.335000', '113945.338000', '113945.341000', '113945.344000', '113945.347000', '113945.350000', '113945.353000', '113945.356000', '113945.358000', '113945.361000', '113945.364000', '114005.235000', '114005.238000', '114005.241000', '114005.244000', '114005.247000', '114005.250000', '114005.253000', '114005.270000', '114005.273000', '114005.276000', '114005.279000', '114005.282000', '114005.285000', '114005.287000', '114005.290000', '114005.293000', '114005.296000', '114005.299000', '114005.302000', '114005.305000', '114005.308000', '114005.313000', '114005.316000', '114005.319000', '114005.322000', '114005.325000', '114005.328000', '114005.331000', '114005.334000', '114005.337000', '114005.340000', '114005.343000', '114005.346000', '114005.348000', '114005.351000', '114005.354000', '114005.357000', '114005.360000', '114005.364000', '114005.367000', '114005.370000', '114005.373000', '114005.376000', '114025.235000', '114025.238000', '114025.241000', '114025.244000', '114025.247000', '114025.250000', '114025.253000', '114025.256000', '114025.259000', '114025.262000', '114025.265000', '114025.268000', '114025.271000', '114025.274000', '114025.277000', '114025.280000', '114025.283000', '114025.286000', '114025.289000', '114025.292000', '114025.295000', '114025.298000', '114025.301000', '114025.304000', '114025.307000', '114025.309000', '114025.312000', '114025.315000', '114025.318000', '114025.321000', '114025.324000', '114025.327000', '114025.330000', '114025.333000', '114025.336000', '114025.339000', '114025.342000', '114025.345000', '114025.348000', '114025.351000', '114025.354000', '114025.357000', '114025.360000', '114025.363000', '114045.235000', '114045.238000', '114045.241000', '114045.244000', '114045.247000', '114045.250000', '114045.253000', '114045.256000', '114045.259000', '114045.262000', '114045.265000', '114045.268000', '114045.271000', '114045.274000', '114045.277000', '114045.280000', '114045.282000', '114045.285000', '114045.288000', '114045.291000', '114045.294000', '114045.297000', '114045.300000', '114045.303000', '114045.306000', '114045.309000', '114045.312000', '114045.315000', '114045.318000', '114045.321000', '114045.324000', '114045.327000', '114045.330000', '114045.333000', '114045.336000', '114045.339000', '114045.342000', '114045.345000', '114045.348000', '114045.351000', '114045.354000', '114045.357000', '114045.361000', '114105.235000', '114105.238000', '114105.241000', '114105.244000', '114105.247000', '114105.250000', '114105.253000', '114105.256000', '114105.259000', '114105.262000', '114105.265000', '114105.268000', '114105.271000', '114105.274000', '114105.277000', '114105.280000', '114105.283000', '114105.286000', '114105.289000', '114105.292000', '114105.295000', '114105.297000', '114105.300000', '114105.303000', '114105.306000', '114105.309000', '114105.312000', '114105.315000', '114105.318000', '114105.321000', '114105.324000', '114105.327000', '114105.330000', '114105.333000', '114105.336000', '114105.339000', '114105.342000', '114105.345000', '114105.348000', '114105.351000', '114105.354000', '114105.357000', '114105.360000', '114105.363000', '114123.176000', '114123.180000', '114123.184000', '114123.188000', '114123.191000', '114123.195000', '114123.199000', '114123.202000', '114123.206000', '114123.209000', '114123.212000', '114123.215000', '114123.218000', '114123.221000', '114123.224000', '114123.227000', '114123.230000', '114123.233000', '114123.251000', '114123.255000', '114123.258000', '114123.261000', '114123.263000', '114123.266000', '114123.269000', '114123.272000', '114123.276000', '114123.279000', '114123.282000', '114123.285000', '114123.288000', '114123.291000', '114123.294000', '114123.297000', '114123.300000', '114123.303000', '114123.306000', '114123.309000', '114123.312000'], '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': [13785, 8538, 14488, 9247, 8594, 7760, 8204, 6960, 7884, 7979, 8242, 7263, 8462, 10531, 8235, 10803, 8278, 8492, 8981, 8613, 14781, 9233, 12735, 9887, 9403, 7258, 8444, 7610, 8227, 9511, 8350, 12250, 8367, 11893, 8015, 11040, 7990, 9336, 7351, 8108, 7553, 8215, 10660, 8012, 10001, 8095, 9984, 7945, 9704, 7635, 8621, 7778, 8770, 7276, 8734, 7530, 8446, 7464, 8207, 7941, 8053, 7700, 8586, 7701, 8391, 7697, 8209, 8050, 8090, 7409, 8414, 7590, 9867, 8401, 10956, 8487, 8916, 9025, 9216, 8765, 12385, 8619, 12393, 8758, 12303, 8539, 14269, 8382, 12842, 8334, 11386, 8364, 10094, 7870, 9498, 7285, 8039, 7517, 8829, 7278, 8479, 7512, 7996, 7104, 8839, 7052, 8558, 8404, 8730, 7820, 8681, 11104, 8555, 15098, 11448, 12816, 10381, 11286, 8179, 8487, 15138, 8434, 11096, 8265, 8836, 7486, 8911, 7739, 8329, 7239, 8606, 8864, 8499, 11847, 8019, 9503, 7333, 8966, 8903, 8547, 13476, 7924, 9857, 7231, 8222, 7656, 8148, 7761, 8429, 7560, 8707, 12328, 8402, 12082, 8933, 9769, 7598, 8665, 9188, 8818, 14850, 10008, 12598, 7960, 8798, 7496, 8606, 7521, 8702, 7301, 8409, 11102, 7943, 9860, 7956, 8389, 7982, 8644, 8161, 8515, 14211, 8651, 11299, 8025, 10669, 7450, 9323, 9422, 8760, 9175, 8986, 12242, 7814, 10253, 15344, 7836, 11913, 7494, 8648, 11136, 8029, 8479, 7903, 7872, 9557, 8318, 8814, 7937, 8488, 12551, 8079, 10720, 10840, 8582, 13639, 8500, 8403, 7834, 7930, 10228, 7759, 8781, 7372, 7960, 8245, 7766, 10202, 7630, 8168, 7442, 8305, 13413, 7887, 12388, 8991, 8290, 8082, 7960, 14679, 9512, 12710, 9161, 8541, 7003, 8228, 12942, 7871, 10341, 7265, 7958, 7176, 8135, 10628, 7887, 10185, 7259, 7923, 6943, 7913, 12358, 7379, 10864, 12127, 8791, 13223, 8088, 10114, 7030, 7883, 12114, 7505, 10263, 7144, 8131, 6966, 7802, 11275, 7616, 8950, 7389, 8256, 7188, 7703, 12130, 7826, 10413, 7684, 9746, 7716, 8349, 7961, 7509, 7057, 7527, 10352, 7570, 10671, 7770, 8446, 7155, 8220, 7605, 8036, 7745, 7992, 7416, 8184, 7498, 8094, 13265, 10201, 15589, 9906, 12309, 9682, 12110, 9441, 12204, 7910, 8447, 7503, 7956, 7174, 8194, 12492, 8119, 11361, 8347, 9747, 8543, 9789, 8165, 8815, 8125, 7392, 7953, 8153, 8143, 8167, 8007, 7581, 7538, 8129, 7927, 8537, 8240, 8035, 7566, 8254, 7816, 7929, 9123, 8088, 13026, 8034, 12463, 8333, 11980, 8760, 10817, 8366, 8697, 7911, 8127, 8164, 8352, 8089, 8030, 7726, 8043, 7632, 7973, 10434, 8327, 11224, 8016, 10429, 8170, 10657, 8749, 10008, 7990, 8136, 7573, 8475, 13399, 8066, 12194, 8234, 10013, 7893, 9157, 8096, 7899, 8022, 8043, 7756, 7870, 7348, 7828, 10946, 8188, 9654, 7885, 8153, 8020, 8780, 7998, 8257, 7616, 8204, 7565, 8055, 8262, 7924, 8078, 7985, 7826, 8014, 10572, 8188, 15265, 8414, 11908, 7769, 11636, 9140, 12474, 8718, 8659, 7892, 8135, 9323, 7882, 15386, 7933, 12524, 8011, 10627, 8275, 10183, 8039, 7862, 7908, 8001, 7812, 7917, 14400, 7921, 12520, 7818, 11029, 7938, 10698, 8896, 8763, 7853, 8341, 7831, 7939, 14694, 8029, 12555, 8222, 9064, 13136, 7958, 9123, 8718, 7605, 6863, 7663, 8862, 8017, 8075, 8769, 8145, 10665, 8152, 9049, 8058, 8106, 14529, 8663, 10473, 7689, 8244, 13307, 8088, 11718, 7930, 8222, 11803, 8179, 10598, 8194, 7956, 8095, 7936, 9134, 8128, 9983, 8120, 8299, 7600, 8266, 8308, 7744, 10116, 8016, 10854, 8080, 10323, 8098, 8333, 13056, 8230, 11742, 7985, 10671, 8071, 8072, 8074, 7917, 9882, 8098, 10780, 7997, 8793, 12970, 8025, 11971, 7868, 9017, 8005, 8048, 9795, 7890, 9382, 7904, 8092, 14855, 8156, 11128, 7992, 8123, 7791, 8341, 10648, 8117, 8168, 7814, 8548, 7663, 8322, 12007, 8171, 11292, 8206, 8402, 13574, 8186, 12114, 8501, 8190, 8120, 7952, 9248, 8407, 9385, 8174, 7831, 8157, 8116, 7906, 8280, 11670, 8099, 9855, 8134, 8093, 13864, 9320, 12561, 10076, 8763, 7928, 7890, 9323, 8145, 9377, 8052, 8067, 8131, 8029, 10619, 8382, 8795, 8047, 8020, 8138, 7949, 7093, 8115, 10164, 7889, 8837, 7797, 8439, 8000, 8096, 12532, 7953, 11358, 7884, 10627, 8131, 7636, 8859, 7953, 13697, 7869, 10031, 8028, 7756, 8239, 7934, 8117, 7941, 10271, 8098, 10206, 8129, 8659, 7627, 8317, 8336, 7954, 14444, 8529, 11445, 8126, 9058, 8385, 7727, 7975, 7980, 7672, 7820, 11363, 7922, 10076, 7924, 10084, 8041, 9181, 8163, 7907, 7881, 7937, 11771, 8026, 11355, 8180, 9745, 7786, 9703, 8193, 8111, 8881, 7989, 12540, 8056, 10186, 7801, 7883, 8124, 8014, 8077, 8174, 7755, 7906, 11302, 8066, 8340, 7808, 8667, 7903, 8095, 7948, 8573, 7882, 8412, 8276, 10381, 8409, 12578, 8514, 14427, 10391, 11894, 8034, 11404, 7837, 11740, 9837, 10140, 8065, 9143, 7727, 8616, 7525, 8183, 8062, 8140, 7193, 8147, 7889, 7837, 8029, 7899, 7541, 7911, 9660, 7900, 9506, 8012, 9266, 7944, 9885, 7988, 9673, 7413, 9941, 7320, 8402, 7612, 8130, 8257, 8018, 7423, 8252, 7733, 7974, 10990, 8000, 9230, 7503, 8768, 7704, 8383, 8269, 8145, 7810, 8136, 9517, 8221, 11932, 8151, 9706, 7449, 8509, 7539, 8306, 8364, 7546, 7860, 8226, 7927, 8093, 14626, 7915, 11244, 8026, 7973, 7789, 7932, 7751, 8021, 12496, 8022, 10401, 14754, 7765, 11292, 8118, 7768, 10782, 8301, 8041, 7667, 8239, 8740, 8046, 7959, 8121, 7989, 10854, 8449, 8132, 8550, 8033, 12595, 8646, 10287, 8378, 7690, 7573, 7760, 10986, 8545, 9489, 8248, 7785, 8113, 8471, 8153, 8556, 8096, 8226, 7640, 8046, 8222, 7857, 12169, 8554, 9963, 7900, 13443, 7958, 13195, 10056, 10707, 7935, 9348, 7853, 7940, 14394, 8738, 12438, 7838, 10895, 7943, 8687, 8387, 7959, 7712, 7791, 7455, 7808, 9929, 8079, 8592, 7908, 8041, 7333, 7970, 11640, 7757, 10387, 7608, 8203, 7915, 7990, 8183, 7461, 7867, 7665, 7335, 8183, 8512, 7953], 'WindowCenter': [4310.0, 4256.0, 4293.0, 4239.0, 4226.0, 4214.0, 4214.0, 4203.0, 4227.0, 4224.0, 4226.0, 4215.0, 4238.0, 4257.0, 4239.0, 4258.0, 4226.0, 4226.0, 4223.0, 4225.0, 4276.0, 4237.0, 4255.0, 4234.0, 4223.0, 4202.0, 4213.0, 4214.0, 4215.0, 4223.0, 4214.0, 4253.0, 4214.0, 4242.0, 4214.0, 4244.0, 4212.0, 4220.0, 4191.0, 4212.0, 4201.0, 4224.0, 4244.0, 4213.0, 4231.0, 4213.0, 4232.0, 4214.0, 4233.0, 4214.0, 4223.0, 4214.0, 4223.0, 4216.0, 4226.0, 4213.0, 4224.0, 4202.0, 4225.0, 4213.0, 4214.0, 4203.0, 4223.0, 4213.0, 4224.0, 4213.0, 4224.0, 4214.0, 4214.0, 4203.0, 4224.0, 4214.0, 4234.0, 4227.0, 4257.0, 4226.0, 4225.0, 4225.0, 4223.0, 4225.0, 4256.0, 4225.0, 4253.0, 4223.0, 4242.0, 4223.0, 4264.0, 4213.0, 4251.0, 4213.0, 4241.0, 4212.0, 4232.0, 4213.0, 4233.0, 4204.0, 4213.0, 4204.0, 4223.0, 4205.0, 4225.0, 4206.0, 4215.0, 4193.0, 4224.0, 4193.0, 4226.0, 4226.0, 4224.0, 4204.0, 4225.0, 4243.0, 4225.0, 4264.0, 4245.0, 4253.0, 4233.0, 4232.0, 4210.0, 4223.0, 4264.0, 4211.0, 4229.0, 4211.0, 4211.0, 4190.0, 4223.0, 4213.0, 4213.0, 4201.0, 4224.0, 4222.0, 4225.0, 4254.0, 4214.0, 4222.0, 4191.0, 4222.0, 4210.0, 4213.0, 4254.0, 4202.0, 4220.0, 4191.0, 4210.0, 4215.0, 4214.0, 4213.0, 4224.0, 4203.0, 4224.0, 4254.0, 4215.0, 4253.0, 4223.0, 4232.0, 4202.0, 4212.0, 4222.0, 4223.0, 4252.0, 4221.0, 4240.0, 4201.0, 4210.0, 4203.0, 4212.0, 4201.0, 4213.0, 4202.0, 4215.0, 4245.0, 4217.0, 4234.0, 4213.0, 4214.0, 4213.0, 4224.0, 4213.0, 4225.0, 4265.0, 4215.0, 4244.0, 4213.0, 4233.0, 4203.0, 4225.0, 4224.0, 4213.0, 4222.0, 4223.0, 4241.0, 4203.0, 4233.0, 4251.0, 4202.0, 4230.0, 4189.0, 4210.0, 4228.0, 4200.0, 4210.0, 4213.0, 4214.0, 4221.0, 4214.0, 4224.0, 4213.0, 4225.0, 4255.0, 4214.0, 4246.0, 4232.0, 4213.0, 4252.0, 4212.0, 4202.0, 4201.0, 4213.0, 4221.0, 4203.0, 4212.0, 4203.0, 4214.0, 4225.0, 4216.0, 4244.0, 4215.0, 4226.0, 4215.0, 4229.0, 4267.0, 4228.0, 4256.0, 4225.0, 4216.0, 4214.0, 4216.0, 4265.0, 4236.0, 4253.0, 4223.0, 4214.0, 4191.0, 4213.0, 4252.0, 4214.0, 4234.0, 4203.0, 4213.0, 4192.0, 4215.0, 4244.0, 4217.0, 4246.0, 4205.0, 4215.0, 4193.0, 4217.0, 4256.0, 4205.0, 4246.0, 4254.0, 4224.0, 4253.0, 4203.0, 4232.0, 4193.0, 4214.0, 4254.0, 4205.0, 4233.0, 4194.0, 4214.0, 4194.0, 4217.0, 4257.0, 4217.0, 4225.0, 4205.0, 4227.0, 4206.0, 4230.0, 4267.0, 4218.0, 4247.0, 4217.0, 4235.0, 4217.0, 4228.0, 4227.0, 4217.0, 4205.0, 4229.0, 4247.0, 4230.0, 4259.0, 4219.0, 4228.0, 4206.0, 4227.0, 4217.0, 4228.0, 4228.0, 4229.0, 4216.0, 4229.0, 4217.0, 4229.0, 4269.0, 4248.0, 4277.0, 4236.0, 4256.0, 4236.0, 4255.0, 4236.0, 4257.0, 4214.0, 4214.0, 4192.0, 4213.0, 4191.0, 4215.0, 4253.0, 4214.0, 4242.0, 4215.0, 4222.0, 4225.0, 4234.0, 4226.0, 4225.0, 4216.0, 4204.0, 4215.0, 4213.0, 4226.0, 4225.0, 4216.0, 4214.0, 4216.0, 4215.0, 4216.0, 4228.0, 4229.0, 4216.0, 4215.0, 4226.0, 4205.0, 4216.0, 4237.0, 4216.0, 4255.0, 4214.0, 4253.0, 4214.0, 4243.0, 4226.0, 4244.0, 4214.0, 4213.0, 4215.0, 4214.0, 4214.0, 4226.0, 4215.0, 4216.0, 4203.0, 4215.0, 4204.0, 4228.0, 4257.0, 4227.0, 4246.0, 4216.0, 4245.0, 4226.0, 4246.0, 4227.0, 4236.0, 4215.0, 4215.0, 4204.0, 4215.0, 4255.0, 4215.0, 4254.0, 4215.0, 4233.0, 4214.0, 4223.0, 4213.0, 4216.0, 4214.0, 4214.0, 4202.0, 4214.0, 4203.0, 4216.0, 4245.0, 4226.0, 4234.0, 4215.0, 4215.0, 4215.0, 4226.0, 4228.0, 4227.0, 4216.0, 4228.0, 4218.0, 4228.0, 4239.0, 4229.0, 4227.0, 4229.0, 4217.0, 4229.0, 4258.0, 4229.0, 4279.0, 4228.0, 4256.0, 4217.0, 4256.0, 4237.0, 4257.0, 4227.0, 4225.0, 4214.0, 4216.0, 4225.0, 4217.0, 4276.0, 4216.0, 4254.0, 4215.0, 4234.0, 4226.0, 4246.0, 4227.0, 4216.0, 4215.0, 4216.0, 4215.0, 4227.0, 4278.0, 4215.0, 4255.0, 4216.0, 4244.0, 4215.0, 4246.0, 4225.0, 4213.0, 4215.0, 4213.0, 4203.0, 4215.0, 4266.0, 4216.0, 4255.0, 4211.0, 4213.0, 4240.0, 4202.0, 4221.0, 4212.0, 4202.0, 4180.0, 4203.0, 4223.0, 4215.0, 4228.0, 4224.0, 4215.0, 4245.0, 4214.0, 4225.0, 4214.0, 4216.0, 4263.0, 4213.0, 4233.0, 4203.0, 4213.0, 4254.0, 4214.0, 4243.0, 4203.0, 4214.0, 4243.0, 4213.0, 4242.0, 4215.0, 4213.0, 4201.0, 4215.0, 4233.0, 4216.0, 4235.0, 4213.0, 4214.0, 4216.0, 4215.0, 4226.0, 4216.0, 4235.0, 4216.0, 4243.0, 4215.0, 4235.0, 4215.0, 4227.0, 4254.0, 4214.0, 4244.0, 4215.0, 4234.0, 4215.0, 4214.0, 4212.0, 4214.0, 4233.0, 4214.0, 4245.0, 4215.0, 4225.0, 4253.0, 4214.0, 4241.0, 4203.0, 4224.0, 4212.0, 4213.0, 4221.0, 4203.0, 4222.0, 4202.0, 4215.0, 4264.0, 4202.0, 4231.0, 4202.0, 4203.0, 4201.0, 4214.0, 4233.0, 4213.0, 4211.0, 4203.0, 4224.0, 4202.0, 4229.0, 4256.0, 4214.0, 4242.0, 4213.0, 4214.0, 4252.0, 4212.0, 4242.0, 4212.0, 4212.0, 4200.0, 4202.0, 4222.0, 4215.0, 4236.0, 4215.0, 4214.0, 4214.0, 4215.0, 4214.0, 4228.0, 4255.0, 4216.0, 4235.0, 4214.0, 4215.0, 4254.0, 4235.0, 4254.0, 4223.0, 4213.0, 4201.0, 4202.0, 4221.0, 4214.0, 4223.0, 4212.0, 4213.0, 4202.0, 4214.0, 4233.0, 4216.0, 4224.0, 4213.0, 4213.0, 4213.0, 4216.0, 4203.0, 4228.0, 4246.0, 4217.0, 4237.0, 4216.0, 4227.0, 4228.0, 4230.0, 4256.0, 4216.0, 4245.0, 4216.0, 4245.0, 4215.0, 4215.0, 4223.0, 4214.0, 4253.0, 4213.0, 4232.0, 4214.0, 4204.0, 4213.0, 4214.0, 4213.0, 4215.0, 4235.0, 4228.0, 4246.0, 4215.0, 4224.0, 4204.0, 4215.0, 4214.0, 4215.0, 4265.0, 4215.0, 4244.0, 4214.0, 4223.0, 4227.0, 4204.0, 4212.0, 4214.0, 4203.0, 4218.0, 4256.0, 4217.0, 4236.0, 4215.0, 4234.0, 4215.0, 4225.0, 4214.0, 4214.0, 4212.0, 4214.0, 4255.0, 4215.0, 4243.0, 4217.0, 4233.0, 4205.0, 4235.0, 4226.0, 4217.0, 4223.0, 4214.0, 4242.0, 4202.0, 4233.0, 4204.0, 4202.0, 4201.0, 4203.0, 4202.0, 4213.0, 4202.0, 4216.0, 4244.0, 4215.0, 4213.0, 4202.0, 4223.0, 4214.0, 4213.0, 4216.0, 4227.0, 4229.0, 4227.0, 4227.0, 4236.0, 4226.0, 4256.0, 4227.0, 4266.0, 4234.0, 4243.0, 4214.0, 4243.0, 4204.0, 4244.0, 4235.0, 4233.0, 4202.0, 4223.0, 4202.0, 4213.0, 4203.0, 4214.0, 4201.0, 4203.0, 4191.0, 4213.0, 4213.0, 4205.0, 4203.0, 4214.0, 4203.0, 4216.0, 4235.0, 4229.0, 4234.0, 4217.0, 4236.0, 4217.0, 4235.0, 4229.0, 4236.0, 4205.0, 4234.0, 4205.0, 4214.0, 4203.0, 4217.0, 4215.0, 4214.0, 4203.0, 4216.0, 4203.0, 4214.0, 4245.0, 4216.0, 4223.0, 4204.0, 4223.0, 4215.0, 4226.0, 4228.0, 4217.0, 4216.0, 4217.0, 4234.0, 4226.0, 4257.0, 4217.0, 4235.0, 4205.0, 4224.0, 4204.0, 4226.0, 4226.0, 4217.0, 4214.0, 4225.0, 4215.0, 4215.0, 4265.0, 4216.0, 4245.0, 4214.0, 4213.0, 4203.0, 4215.0, 4202.0, 4214.0, 4253.0, 4214.0, 4246.0, 4264.0, 4202.0, 4231.0, 4201.0, 4201.0, 4230.0, 4213.0, 4214.0, 4201.0, 4214.0, 4222.0, 4214.0, 4214.0, 4214.0, 4227.0, 4246.0, 4225.0, 4216.0, 4224.0, 4215.0, 4256.0, 4226.0, 4245.0, 4215.0, 4215.0, 4204.0, 4216.0, 4246.0, 4236.0, 4235.0, 4225.0, 4216.0, 4227.0, 4226.0, 4229.0, 4240.0, 4229.0, 4228.0, 4217.0, 4229.0, 4228.0, 4229.0, 4269.0, 4238.0, 4246.0, 4228.0, 4266.0, 4229.0, 4266.0, 4247.0, 4247.0, 4216.0, 4235.0, 4214.0, 4228.0, 4277.0, 4224.0, 4252.0, 4204.0, 4232.0, 4213.0, 4213.0, 4213.0, 4213.0, 4202.0, 4214.0, 4202.0, 4215.0, 4245.0, 4227.0, 4226.0, 4214.0, 4215.0, 4202.0, 4214.0, 4244.0, 4216.0, 4233.0, 4205.0, 4215.0, 4213.0, 4213.0, 4227.0, 4216.0, 4214.0, 4217.0, 4206.0, 4228.0, 4226.0, 4228.0], 'WindowWidth': [9522.0, 9438.0, 9481.0, 9400.0, 9374.0, 9354.0, 9355.0, 9340.0, 9380.0, 9371.0, 9375.0, 9361.0, 9395.0, 9417.0, 9399.0, 9422.0, 9374.0, 9373.0, 9365.0, 9370.0, 9442.0, 9389.0, 9411.0, 9380.0, 9363.0, 9336.0, 9351.0, 9354.0, 9356.0, 9364.0, 9353.0, 9403.0, 9352.0, 9389.0, 9355.0, 9392.0, 9348.0, 9355.0, 9319.0, 9346.0, 9331.0, 9368.0, 9393.0, 9352.0, 9372.0, 9352.0, 9374.0, 9356.0, 9378.0, 9354.0, 9363.0, 9355.0, 9364.0, 9362.0, 9374.0, 9353.0, 9367.0, 9336.0, 9369.0, 9352.0, 9353.0, 9337.0, 9365.0, 9352.0, 9368.0, 9353.0, 9370.0, 9355.0, 9354.0, 9338.0, 9369.0, 9357.0, 9381.0, 9378.0, 9418.0, 9374.0, 9371.0, 9370.0, 9365.0, 9370.0, 9415.0, 9369.0, 9403.0, 9363.0, 9386.0, 9362.0, 9421.0, 9351.0, 9398.0, 9350.0, 9383.0, 9348.0, 9372.0, 9352.0, 9377.0, 9341.0, 9351.0, 9342.0, 9363.0, 9345.0, 9373.0, 9349.0, 9356.0, 9327.0, 9366.0, 9324.0, 9374.0, 9372.0, 9368.0, 9341.0, 9370.0, 9392.0, 9371.0, 9424.0, 9396.0, 9401.0, 9376.0, 9372.0, 9341.0, 9365.0, 9421.0, 9343.0, 9364.0, 9343.0, 9341.0, 9316.0, 9363.0, 9352.0, 9349.0, 9333.0, 9367.0, 9361.0, 9368.0, 9407.0, 9353.0, 9360.0, 9316.0, 9360.0, 9341.0, 9350.0, 9406.0, 9334.0, 9352.0, 9319.0, 9343.0, 9359.0, 9356.0, 9351.0, 9369.0, 9337.0, 9369.0, 9408.0, 9356.0, 9405.0, 9364.0, 9375.0, 9335.0, 9348.0, 9360.0, 9363.0, 9401.0, 9357.0, 9380.0, 9328.0, 9339.0, 9336.0, 9347.0, 9330.0, 9349.0, 9333.0, 9355.0, 9395.0, 9362.0, 9380.0, 9351.0, 9350.0, 9349.0, 9367.0, 9351.0, 9369.0, 9422.0, 9354.0, 9391.0, 9350.0, 9374.0, 9336.0, 9368.0, 9363.0, 9347.0, 9358.0, 9360.0, 9382.0, 9334.0, 9376.0, 9398.0, 9332.0, 9365.0, 9310.0, 9339.0, 9360.0, 9327.0, 9339.0, 9348.0, 9352.0, 9358.0, 9352.0, 9365.0, 9350.0, 9369.0, 9406.0, 9352.0, 9397.0, 9371.0, 9347.0, 9398.0, 9342.0, 9329.0, 9330.0, 9350.0, 9355.0, 9335.0, 9346.0, 9339.0, 9355.0, 9371.0, 9362.0, 9394.0, 9358.0, 9372.0, 9358.0, 9382.0, 9430.0, 9379.0, 9414.0, 9369.0, 9358.0, 9352.0, 9358.0, 9426.0, 9384.0, 9406.0, 9363.0, 9352.0, 9318.0, 9351.0, 9401.0, 9353.0, 9377.0, 9337.0, 9350.0, 9322.0, 9357.0, 9393.0, 9362.0, 9398.0, 9342.0, 9355.0, 9325.0, 9361.0, 9411.0, 9342.0, 9400.0, 9406.0, 9366.0, 9403.0, 9336.0, 9373.0, 9321.0, 9353.0, 9406.0, 9343.0, 9375.0, 9326.0, 9354.0, 9325.0, 9363.0, 9416.0, 9363.0, 9369.0, 9345.0, 9376.0, 9345.0, 9384.0, 9431.0, 9366.0, 9403.0, 9364.0, 9384.0, 9364.0, 9378.0, 9377.0, 9362.0, 9345.0, 9382.0, 9404.0, 9385.0, 9423.0, 9370.0, 9378.0, 9348.0, 9378.0, 9363.0, 9381.0, 9382.0, 9380.0, 9361.0, 9381.0, 9362.0, 9382.0, 9436.0, 9407.0, 9445.0, 9387.0, 9412.0, 9384.0, 9410.0, 9385.0, 9416.0, 9353.0, 9351.0, 9320.0, 9349.0, 9318.0, 9355.0, 9405.0, 9354.0, 9385.0, 9354.0, 9361.0, 9367.0, 9378.0, 9373.0, 9370.0, 9357.0, 9339.0, 9356.0, 9351.0, 9374.0, 9371.0, 9360.0, 9354.0, 9359.0, 9355.0, 9359.0, 9378.0, 9381.0, 9359.0, 9357.0, 9371.0, 9342.0, 9359.0, 9388.0, 9360.0, 9410.0, 9354.0, 9404.0, 9353.0, 9390.0, 9371.0, 9394.0, 9355.0, 9349.0, 9354.0, 9354.0, 9352.0, 9373.0, 9355.0, 9358.0, 9338.0, 9357.0, 9339.0, 9379.0, 9418.0, 9377.0, 9397.0, 9360.0, 9395.0, 9373.0, 9398.0, 9374.0, 9386.0, 9355.0, 9355.0, 9338.0, 9355.0, 9409.0, 9357.0, 9406.0, 9353.0, 9376.0, 9351.0, 9361.0, 9351.0, 9360.0, 9353.0, 9351.0, 9335.0, 9354.0, 9337.0, 9357.0, 9396.0, 9373.0, 9379.0, 9357.0, 9356.0, 9358.0, 9373.0, 9379.0, 9375.0, 9361.0, 9376.0, 9364.0, 9380.0, 9398.0, 9383.0, 9376.0, 9381.0, 9364.0, 9383.0, 9421.0, 9383.0, 9450.0, 9378.0, 9413.0, 9362.0, 9414.0, 9390.0, 9417.0, 9373.0, 9369.0, 9353.0, 9357.0, 9369.0, 9362.0, 9444.0, 9357.0, 9408.0, 9357.0, 9380.0, 9373.0, 9401.0, 9377.0, 9357.0, 9356.0, 9358.0, 9355.0, 9376.0, 9447.0, 9357.0, 9409.0, 9358.0, 9392.0, 9356.0, 9397.0, 9370.0, 9348.0, 9354.0, 9351.0, 9336.0, 9357.0, 9428.0, 9357.0, 9408.0, 9344.0, 9348.0, 9381.0, 9332.0, 9357.0, 9346.0, 9332.0, 9303.0, 9338.0, 9362.0, 9356.0, 9378.0, 9366.0, 9354.0, 9394.0, 9354.0, 9368.0, 9353.0, 9358.0, 9418.0, 9349.0, 9374.0, 9335.0, 9351.0, 9406.0, 9354.0, 9390.0, 9335.0, 9352.0, 9387.0, 9348.0, 9387.0, 9355.0, 9348.0, 9332.0, 9354.0, 9378.0, 9360.0, 9380.0, 9352.0, 9352.0, 9359.0, 9357.0, 9373.0, 9361.0, 9383.0, 9358.0, 9391.0, 9356.0, 9382.0, 9356.0, 9374.0, 9407.0, 9350.0, 9392.0, 9356.0, 9378.0, 9355.0, 9354.0, 9348.0, 9355.0, 9376.0, 9354.0, 9396.0, 9356.0, 9367.0, 9401.0, 9351.0, 9384.0, 9334.0, 9366.0, 9348.0, 9349.0, 9356.0, 9335.0, 9360.0, 9334.0, 9355.0, 9419.0, 9333.0, 9368.0, 9333.0, 9334.0, 9329.0, 9352.0, 9375.0, 9350.0, 9344.0, 9336.0, 9366.0, 9334.0, 9381.0, 9411.0, 9352.0, 9387.0, 9348.0, 9353.0, 9399.0, 9347.0, 9388.0, 9346.0, 9345.0, 9326.0, 9334.0, 9358.0, 9355.0, 9384.0, 9357.0, 9353.0, 9355.0, 9357.0, 9356.0, 9379.0, 9411.0, 9358.0, 9380.0, 9352.0, 9355.0, 9406.0, 9383.0, 9404.0, 9361.0, 9346.0, 9328.0, 9334.0, 9357.0, 9353.0, 9362.0, 9348.0, 9348.0, 9332.0, 9354.0, 9377.0, 9360.0, 9366.0, 9350.0, 9350.0, 9350.0, 9359.0, 9339.0, 9379.0, 9399.0, 9363.0, 9390.0, 9361.0, 9376.0, 9380.0, 9384.0, 9412.0, 9359.0, 9396.0, 9358.0, 9395.0, 9357.0, 9355.0, 9363.0, 9351.0, 9403.0, 9350.0, 9374.0, 9356.0, 9339.0, 9349.0, 9353.0, 9350.0, 9355.0, 9383.0, 9379.0, 9400.0, 9358.0, 9365.0, 9341.0, 9357.0, 9354.0, 9358.0, 9424.0, 9353.0, 9393.0, 9353.0, 9361.0, 9373.0, 9340.0, 9348.0, 9354.0, 9337.0, 9367.0, 9415.0, 9361.0, 9386.0, 9358.0, 9380.0, 9359.0, 9371.0, 9352.0, 9353.0, 9347.0, 9352.0, 9411.0, 9357.0, 9389.0, 9360.0, 9377.0, 9342.0, 9381.0, 9373.0, 9359.0, 9362.0, 9353.0, 9387.0, 9334.0, 9375.0, 9339.0, 9334.0, 9330.0, 9335.0, 9334.0, 9350.0, 9333.0, 9359.0, 9394.0, 9357.0, 9348.0, 9332.0, 9362.0, 9353.0, 9351.0, 9361.0, 9378.0, 9381.0, 9376.0, 9376.0, 9385.0, 9372.0, 9411.0, 9375.0, 9426.0, 9380.0, 9390.0, 9352.0, 9389.0, 9338.0, 9393.0, 9382.0, 9373.0, 9334.0, 9359.0, 9333.0, 9348.0, 9337.0, 9352.0, 9329.0, 9336.0, 9317.0, 9349.0, 9350.0, 9343.0, 9334.0, 9353.0, 9336.0, 9359.0, 9384.0, 9380.0, 9380.0, 9363.0, 9385.0, 9362.0, 9384.0, 9384.0, 9384.0, 9343.0, 9380.0, 9343.0, 9352.0, 9338.0, 9360.0, 9356.0, 9352.0, 9335.0, 9357.0, 9336.0, 9356.0, 9398.0, 9360.0, 9364.0, 9342.0, 9363.0, 9357.0, 9372.0, 9379.0, 9361.0, 9357.0, 9361.0, 9380.0, 9374.0, 9417.0, 9363.0, 9380.0, 9345.0, 9366.0, 9341.0, 9372.0, 9374.0, 9360.0, 9353.0, 9369.0, 9355.0, 9358.0, 9423.0, 9360.0, 9394.0, 9352.0, 9350.0, 9336.0, 9354.0, 9335.0, 9353.0, 9404.0, 9355.0, 9398.0, 9420.0, 9332.0, 9369.0, 9328.0, 9331.0, 9365.0, 9348.0, 9354.0, 9332.0, 9353.0, 9361.0, 9354.0, 9355.0, 9353.0, 9379.0, 9400.0, 9370.0, 9361.0, 9366.0, 9358.0, 9414.0, 9373.0, 9397.0, 9354.0, 9356.0, 9338.0, 9360.0, 9398.0, 9390.0, 9383.0, 9371.0, 9359.0, 9377.0, 9374.0, 9386.0, 9401.0, 9384.0, 9380.0, 9364.0, 9380.0, 9381.0, 9384.0, 9435.0, 9393.0, 9401.0, 9378.0, 9430.0, 9381.0, 9428.0, 9403.0, 9400.0, 9359.0, 9383.0, 9353.0, 9378.0, 9442.0, 9366.0, 9400.0, 9339.0, 9373.0, 9350.0, 9350.0, 9352.0, 9350.0, 9335.0, 9355.0, 9336.0, 9357.0, 9399.0, 9377.0, 9373.0, 9353.0, 9357.0, 9335.0, 9355.0, 9395.0, 9360.0, 9378.0, 9341.0, 9354.0, 9351.0, 9351.0, 9377.0, 9362.0, 9356.0, 9362.0, 9346.0, 9379.0, 9372.0, 9381.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.0003705057471264368</td></tr>
<tr><td colspan=3>aqi</td><td>0.02197599655172414</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.362011451875745</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.202034611323361</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9815699827042583</td></tr>
<tr><td colspan=3>efc</td><td>0.4669</td></tr>
<tr><td colspan=3>fber</td><td>5774.5254</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08584868828940964</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.492963146287804</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3779365796692105</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758304752418708</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.342648106775494</td></tr>
<tr><td colspan=3>gcor</td><td>0.00688321</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019082337617874146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018300382420420647</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>3.9121253687417905</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>27.592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9849</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.3543</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.2409</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3062</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.0139</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3469.5549</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.4255</td></tr>
<tr><td colspan=3>tsnr</td><td>40.87359933368862</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>