ds005256-mriqc/sub-0058_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter e2daaa3883 [DATALAD RUNCMD] Compute MRIQC for sub-0058
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0058 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0058",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:00:13 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0058_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0058_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0058_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-03/func/sub-0058_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8a7ee3e0ff120ade2d43aea32a5fee72</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:46:21.257500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999036, 0.024484, -0.0364412, -0.0266841, 0.997771, -0.0611654]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111362</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7255, 563, -74, 63, -40, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>528da6f8-013b-488b-9b9e-93bbce99ce1c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680340051651001, -0.07159159332513809, -0.09412847459316254, 118.36946868896484], [-0.06568890810012817, 2.6769464015960693, -0.1676127016544342, -88.16915893554688], [-0.09776908904314041, 0.16410216689109802, 2.693147897720337, -76.1519775390625], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['114621.257500', '114621.717500', '114622.177500', '114622.637500', '114623.097500', '114623.557500', '114624.017500', '114624.477500', '114624.937500', '114625.397500', '114625.857500', '114626.317500', '114626.777500', '114627.237500', '114627.697500', '114628.157500', '114628.617500', '114629.077500', '114629.537500', '114629.997500', '114630.457500', '114630.917500', '114631.377500', '114631.837500', '114632.297500', '114632.757500', '114633.217500', '114633.677500', '114634.137500', '114634.597500', '114635.057500', '114635.517500', '114635.977500', '114636.437500', '114636.897500', '114637.357500', '114637.817500', '114638.277500', '114638.737500', '114639.197500', '114639.657500', '114640.117500', '114640.577500', '114641.037500', '114641.497500', '114641.957500', '114642.417500', '114642.877500', '114643.337500', '114643.797500', '114644.257500', '114644.717500', '114645.177500', '114645.637500', '114646.097500', '114646.557500', '114647.017500', '114647.477500', '114647.937500', '114648.397500', '114648.857500', '114649.317500', '114649.777500', '114650.237500', '114650.697500', '114651.157500', '114651.617500', '114652.077500', '114652.537500', '114652.997500', '114653.457500', '114653.917500', '114654.377500', '114654.837500', '114655.297500', '114655.757500', '114656.217500', '114656.677500', '114657.137500', '114657.597500', '114658.057500', '114658.517500', '114658.977500', '114659.437500', '114659.897500', '114700.357500', '114700.817500', '114701.277500', '114701.737500', '114702.197500', '114702.657500', '114703.117500', '114703.577500', '114704.037500', '114704.497500', '114704.957500', '114705.417500', '114705.877500', '114706.337500', '114706.797500', '114707.257500', '114707.717500', '114708.177500', '114708.637500', '114709.097500', '114709.557500', '114710.017500', '114710.477500', '114710.937500', '114711.397500', '114711.857500', '114712.317500', '114712.777500', '114713.237500', '114713.697500', '114714.157500', '114714.617500', '114715.077500', '114715.537500', '114715.997500', '114716.457500', '114716.917500', '114717.377500', '114717.837500', '114718.297500', '114718.757500', '114719.217500', '114719.677500', '114720.137500', '114720.597500', '114721.057500', '114721.517500', '114721.977500', '114722.437500', '114722.897500', '114723.357500', '114723.817500', '114724.277500', '114724.737500', '114725.197500', '114725.657500', '114726.117500', '114726.577500', '114727.037500', '114727.497500', '114727.957500', '114728.417500', '114728.877500', '114729.337500', '114729.797500', '114730.257500', '114730.717500', '114731.177500', '114731.637500', '114732.097500', '114732.557500', '114733.017500', '114733.477500', '114733.937500', '114734.397500', '114734.857500', '114735.317500', '114735.777500', '114736.237500', '114736.697500', '114737.157500', '114737.617500', '114738.077500', '114738.537500', '114738.997500', '114739.457500', '114739.917500', '114740.377500', '114740.837500', '114741.297500', '114741.757500', '114742.217500', '114742.677500', '114743.137500', '114743.597500', '114744.057500', '114744.517500', '114744.977500', '114745.437500', '114745.897500', '114746.357500', '114746.817500', '114747.277500', '114747.737500', '114748.197500', '114748.657500', '114749.117500', '114749.577500', '114750.037500', '114750.497500', '114750.957500', '114751.417500', '114751.877500', '114752.337500', '114752.797500', '114753.257500', '114753.717500', '114754.177500', '114754.637500', '114755.097500', '114755.557500', '114756.017500', '114756.477500', '114756.937500', '114757.397500', '114757.857500', '114758.317500', '114758.777500', '114759.237500', '114759.697500', '114800.157500', '114800.617500', '114801.077500', '114801.537500', '114801.997500', '114802.457500', '114802.917500', '114803.377500', '114803.837500', '114804.297500', '114804.757500', '114805.217500', '114805.677500', '114806.137500', '114806.597500', '114807.057500', '114807.517500', '114807.977500', '114808.437500', '114808.897500', '114809.357500', '114809.817500', '114810.277500', '114810.737500', '114811.197500', '114811.657500', '114812.117500', '114812.577500', '114813.037500', '114813.497500', '114813.957500', '114814.417500', '114814.877500', '114815.337500', '114815.797500', '114816.257500', '114816.717500', '114817.177500', '114817.637500', '114818.097500', '114818.557500', '114819.017500', '114819.477500', '114819.937500', '114820.397500', '114820.857500', '114821.317500', '114821.777500', '114822.237500', '114822.697500', '114823.157500', '114823.617500', '114824.077500', '114824.537500', '114824.997500', '114825.457500', '114825.917500', '114826.377500', '114826.837500', '114827.297500', '114827.757500', '114828.217500', '114828.677500', '114829.137500', '114829.597500', '114830.057500', '114830.517500', '114830.977500', '114831.437500', '114831.897500', '114832.357500', '114832.817500', '114833.277500', '114833.737500', '114834.197500', '114834.657500', '114835.117500', '114835.577500', '114836.037500', '114836.497500', '114836.957500', '114837.417500', '114837.877500', '114838.337500', '114838.797500', '114839.257500', '114839.717500', '114840.177500', '114840.637500', '114841.097500', '114841.557500', '114842.017500', '114842.477500', '114842.937500', '114843.397500', '114843.857500', '114844.317500', '114844.777500', '114845.237500', '114845.697500', '114846.157500', '114846.617500', '114847.077500', '114847.537500', '114847.997500', '114848.457500', '114848.917500', '114849.377500', '114849.837500', '114850.297500', '114850.757500', '114851.217500', '114851.677500', '114852.137500', '114852.597500', '114853.057500', '114853.517500', '114853.977500', '114854.437500', '114854.897500', '114855.357500', '114855.817500', '114856.277500', '114856.737500', '114857.197500', '114857.657500', '114858.117500', '114858.577500', '114859.037500', '114859.497500', '114859.957500', '114900.417500', '114900.877500', '114901.337500', '114901.797500', '114902.257500', '114902.717500', '114903.177500', '114903.637500', '114904.097500', '114904.557500', '114905.017500', '114905.477500', '114905.937500', '114906.397500', '114906.857500', '114907.317500', '114907.777500', '114908.237500', '114908.697500', '114909.157500', '114909.617500', '114910.077500', '114910.537500', '114910.997500', '114911.457500', '114911.917500', '114912.377500', '114912.837500', '114913.297500', '114913.757500', '114914.217500', '114914.677500', '114915.137500', '114915.597500', '114916.057500', '114916.517500', '114916.977500', '114917.437500', '114917.897500', '114918.357500', '114918.817500', '114919.277500', '114919.737500', '114920.197500', '114920.657500', '114921.117500', '114921.577500', '114922.037500', '114922.497500', '114922.957500', '114923.417500', '114923.877500', '114924.337500', '114924.797500', '114925.257500', '114925.717500', '114926.177500', '114926.637500', '114927.097500', '114927.557500', '114928.017500', '114928.477500', '114928.937500', '114929.397500', '114929.857500', '114930.317500', '114930.777500', '114931.237500', '114931.697500', '114932.157500', '114932.617500', '114933.077500', '114933.537500', '114933.997500', '114934.457500', '114934.917500', '114935.377500', '114935.837500', '114936.297500', '114936.757500', '114937.217500', '114937.677500', '114938.137500', '114938.597500', '114939.057500', '114939.517500', '114939.977500', '114940.437500', '114940.897500', '114941.357500', '114941.817500', '114942.277500', '114942.737500', '114943.197500', '114943.657500', '114944.117500', '114944.577500', '114945.037500', '114945.497500', '114945.957500', '114946.417500', '114946.877500', '114947.337500', '114947.797500', '114948.257500', '114948.717500', '114949.177500', '114949.637500', '114950.097500', '114950.557500', '114951.017500', '114951.477500', '114951.937500', '114952.397500', '114952.857500', '114953.317500', '114953.777500', '114954.237500', '114954.697500', '114955.157500', '114955.617500', '114956.077500', '114956.537500', '114956.997500', '114957.457500', '114957.917500', '114958.377500', '114958.837500', '114959.297500', '114959.757500', '115000.217500', '115000.677500', '115001.137500', '115001.597500', '115002.057500', '115002.517500', '115002.977500', '115003.437500', '115003.897500', '115004.357500', '115004.817500', '115005.277500', '115005.737500', '115006.197500', '115006.657500', '115007.117500', '115007.577500', '115008.037500', '115008.497500', '115008.957500', '115009.417500', '115009.877500', '115010.337500', '115010.797500', '115011.257500', '115011.717500', '115012.177500', '115012.637500', '115013.097500', '115013.557500', '115014.017500', '115014.477500', '115014.937500', '115015.397500', '115015.857500', '115016.317500', '115016.777500', '115017.237500', '115017.697500', '115018.157500', '115018.617500', '115019.077500', '115019.537500', '115019.997500', '115020.457500', '115020.917500', '115021.377500', '115021.837500', '115022.297500', '115022.757500', '115023.217500', '115023.677500', '115024.137500', '115024.597500', '115025.057500', '115025.517500', '115025.977500', '115026.437500', '115026.897500', '115027.357500', '115027.817500', '115028.277500', '115028.737500', '115029.197500', '115029.657500', '115030.117500', '115030.577500', '115031.037500', '115031.497500', '115031.957500', '115032.417500', '115032.877500', '115033.337500', '115033.797500', '115034.257500', '115034.717500', '115035.177500', '115035.637500', '115036.097500', '115036.557500', '115037.017500', '115037.477500', '115037.937500', '115038.397500', '115038.857500', '115039.317500', '115039.777500', '115040.237500', '115040.697500', '115041.157500', '115041.617500', '115042.077500', '115042.537500', '115042.997500', '115043.457500', '115043.917500', '115044.377500', '115044.837500', '115045.297500', '115045.757500', '115046.217500', '115046.677500', '115047.137500', '115047.597500', '115048.057500', '115048.517500', '115048.977500', '115049.437500', '115049.897500', '115050.357500', '115050.817500', '115051.277500', '115051.737500', '115052.197500', '115052.657500', '115053.117500', '115053.577500', '115054.037500', '115054.497500', '115054.957500', '115055.417500', '115055.877500', '115056.337500', '115056.797500', '115057.257500', '115057.717500', '115058.177500', '115058.637500', '115059.097500', '115059.557500', '115100.017500', '115100.477500', '115100.937500', '115101.397500', '115101.857500', '115102.317500', '115102.777500', '115103.237500', '115103.697500', '115104.157500', '115104.617500', '115105.077500', '115105.537500', '115105.997500', '115106.457500', '115106.917500', '115107.377500', '115107.837500', '115108.297500', '115108.757500', '115109.217500', '115109.677500', '115110.137500', '115110.597500', '115111.057500', '115111.517500', '115111.977500', '115112.437500', '115112.897500', '115113.357500', '115113.817500', '115114.277500', '115114.737500', '115115.197500', '115115.657500', '115116.117500', '115116.577500', '115117.037500', '115117.497500', '115117.957500', '115118.417500', '115118.877500', '115119.337500', '115119.797500', '115120.257500', '115120.717500', '115121.177500', '115121.637500', '115122.097500', '115122.557500', '115123.017500', '115123.477500', '115123.937500', '115124.397500', '115124.857500', '115125.317500', '115125.777500', '115126.237500', '115126.697500', '115127.157500', '115127.617500', '115128.077500', '115128.537500', '115128.997500', '115129.457500', '115129.917500', '115130.377500', '115130.837500', '115131.297500', '115131.757500', '115132.217500', '115132.677500', '115133.137500', '115133.597500', '115134.057500', '115134.517500', '115134.977500', '115135.437500', '115135.897500', '115136.357500', '115136.817500', '115137.277500', '115137.737500', '115138.197500', '115138.657500', '115139.117500', '115139.577500', '115140.037500', '115140.497500', '115140.957500', '115141.417500', '115141.877500', '115142.337500', '115142.797500', '115143.257500', '115143.717500', '115144.177500', '115144.637500', '115145.097500', '115145.557500', '115146.017500', '115146.477500', '115146.937500', '115147.397500', '115147.857500', '115148.317500', '115148.777500', '115149.237500', '115149.697500', '115150.157500', '115150.617500', '115151.077500', '115151.537500', '115151.997500', '115152.457500', '115152.917500', '115153.377500', '115153.837500', '115154.297500', '115154.757500', '115155.217500', '115155.677500', '115156.137500', '115156.597500', '115157.057500', '115157.517500', '115157.977500', '115158.437500', '115158.897500', '115159.357500', '115159.817500', '115200.277500', '115200.737500', '115201.197500', '115201.657500', '115202.117500', '115202.577500', '115203.037500', '115203.497500', '115203.957500', '115204.417500', '115204.877500', '115205.337500', '115205.797500', '115206.257500', '115206.717500', '115207.177500', '115207.637500', '115208.097500', '115208.557500', '115209.017500', '115209.477500', '115209.937500', '115210.397500', '115210.857500', '115211.317500', '115211.777500', '115212.237500', '115212.697500', '115213.157500', '115213.617500', '115214.077500', '115214.537500', '115214.997500', '115215.457500', '115215.917500', '115216.377500', '115216.837500', '115217.297500', '115217.757500', '115218.217500', '115218.677500', '115219.137500', '115219.597500', '115220.057500', '115220.517500', '115220.977500', '115221.437500', '115221.897500', '115222.357500', '115222.817500', '115223.277500', '115223.737500', '115224.197500', '115224.657500', '115225.117500', '115225.577500', '115226.037500', '115226.497500', '115226.957500', '115227.417500', '115227.877500', '115228.337500', '115228.797500', '115229.257500', '115229.717500', '115230.177500', '115230.637500', '115231.097500', '115231.557500', '115232.017500', '115232.477500', '115232.937500', '115233.397500', '115233.857500', '115234.317500', '115234.777500', '115235.237500', '115235.697500', '115236.157500', '115236.617500', '115237.077500', '115237.537500', '115237.997500', '115238.457500', '115238.917500', '115239.377500', '115239.837500', '115240.297500', '115240.757500', '115241.217500', '115241.677500', '115242.137500', '115242.597500', '115243.057500', '115243.517500', '115243.977500', '115244.437500', '115244.897500', '115245.357500', '115245.817500', '115246.277500', '115246.737500', '115247.197500', '115247.657500', '115248.117500', '115248.577500', '115249.037500', '115249.497500', '115249.957500', '115250.417500', '115250.877500', '115251.337500', '115251.797500', '115252.257500', '115252.717500', '115253.177500', '115253.637500', '115254.097500', '115254.557500', '115255.017500', '115255.477500', '115255.937500', '115256.397500', '115256.857500', '115257.317500', '115257.777500', '115258.237500', '115258.697500', '115259.157500', '115259.617500', '115300.077500', '115300.537500', '115300.997500', '115301.457500', '115301.917500'], 'ContentTime': ['114638.014000', '114638.017000', '114638.020000', '114638.022000', '114638.025000', '114638.028000', '114638.030000', '114638.033000', '114638.035000', '114638.038000', '114638.041000', '114638.043000', '114638.046000', '114638.048000', '114638.051000', '114638.061000', '114638.064000', '114638.067000', '114638.069000', '114638.072000', '114638.074000', '114638.077000', '114638.080000', '114638.085000', '114638.087000', '114638.090000', '114638.092000', '114638.095000', '114638.098000', '114638.100000', '114638.103000', '114638.105000', '114638.108000', '114657.954000', '114657.957000', '114657.960000', '114657.962000', '114657.965000', '114657.967000', '114657.970000', '114657.973000', '114657.975000', '114657.978000', '114657.980000', '114657.983000', '114657.993000', '114657.996000', '114657.998000', '114658.002000', '114658.004000', '114658.007000', '114658.010000', '114658.012000', '114658.015000', '114658.018000', '114658.020000', '114658.023000', '114658.025000', '114658.028000', '114658.031000', '114658.033000', '114658.036000', '114658.038000', '114658.041000', '114658.043000', '114658.046000', '114658.049000', '114658.051000', '114658.054000', '114658.056000', '114658.059000', '114658.061000', '114658.064000', '114658.067000', '114658.069000', '114658.072000', '114658.075000', '114717.954000', '114717.957000', '114717.960000', '114717.962000', '114717.965000', '114717.968000', '114717.970000', '114717.973000', '114717.975000', '114717.978000', '114717.980000', '114717.983000', '114717.986000', '114717.988000', '114717.991000', '114717.993000', '114717.996000', '114718.000000', '114718.002000', '114718.005000', '114718.008000', '114718.015000', '114718.018000', '114718.021000', '114718.023000', '114718.026000', '114718.028000', '114718.031000', '114718.033000', '114718.036000', '114718.038000', '114718.041000', '114718.044000', '114718.046000', '114718.049000', '114718.051000', '114718.054000', '114718.056000', '114718.059000', '114718.062000', '114718.064000', '114718.067000', '114718.069000', '114737.954000', '114737.957000', '114737.960000', '114737.962000', '114737.965000', '114737.968000', '114737.971000', '114737.973000', '114737.976000', '114737.978000', '114737.981000', '114737.983000', '114737.986000', '114737.989000', '114737.991000', '114737.994000', '114737.996000', '114737.999000', '114738.001000', '114738.004000', '114738.007000', '114738.009000', '114738.012000', '114738.015000', '114738.017000', '114738.020000', '114738.022000', '114738.025000', '114738.027000', '114738.030000', '114738.032000', '114738.035000', '114738.038000', '114738.040000', '114738.043000', '114738.045000', '114738.048000', '114738.050000', '114738.053000', '114738.056000', '114738.058000', '114738.061000', '114738.063000', '114738.066000', '114757.954000', '114757.957000', '114757.960000', '114757.962000', '114757.965000', '114757.968000', '114757.970000', '114757.973000', '114757.976000', '114757.978000', '114757.981000', '114757.984000', '114757.986000', '114757.989000', '114757.992000', '114757.994000', '114757.997000', '114758.001000', '114758.003000', '114758.006000', '114758.009000', '114758.011000', '114758.014000', '114758.016000', '114758.019000', '114758.021000', '114758.024000', '114758.027000', '114758.029000', '114758.032000', '114758.034000', '114758.037000', '114758.040000', '114758.042000', '114758.045000', '114758.048000', '114758.051000', '114758.054000', '114758.057000', '114758.059000', '114758.062000', '114758.065000', '114758.067000', '114817.955000', '114817.958000', '114817.961000', '114817.963000', '114817.966000', '114817.969000', '114817.971000', '114817.974000', '114817.976000', '114817.979000', '114817.981000', '114817.984000', '114817.987000', '114817.989000', '114817.992000', '114817.994000', '114817.997000', '114818.001000', '114818.003000', '114818.006000', '114818.009000', '114818.011000', '114818.014000', '114818.016000', '114818.019000', '114818.021000', '114818.024000', '114818.026000', '114818.029000', '114818.032000', '114818.034000', '114818.037000', '114818.039000', '114818.042000', '114818.045000', '114818.047000', '114818.050000', '114818.052000', '114818.055000', '114818.057000', '114818.060000', '114818.062000', '114818.065000', '114818.068000', '114837.956000', '114837.958000', '114837.961000', '114837.964000', '114837.966000', '114837.969000', '114837.972000', '114837.974000', '114837.977000', '114837.979000', '114837.982000', '114837.984000', '114837.987000', '114837.990000', '114837.992000', '114837.995000', '114837.997000', '114838.001000', '114838.004000', '114838.006000', '114838.009000', '114838.011000', '114838.014000', '114838.017000', '114838.019000', '114838.022000', '114838.024000', '114838.027000', '114838.030000', '114838.032000', '114838.035000', '114838.038000', '114838.040000', '114838.043000', '114838.046000', '114838.048000', '114838.051000', '114838.054000', '114838.056000', '114838.059000', '114838.062000', '114838.064000', '114838.067000', '114857.955000', '114857.958000', '114857.961000', '114857.964000', '114857.966000', '114857.969000', '114857.971000', '114857.974000', '114857.976000', '114857.979000', '114857.982000', '114857.984000', '114857.987000', '114857.989000', '114857.992000', '114857.994000', '114857.997000', '114858.000000', '114858.002000', '114858.005000', '114858.007000', '114858.010000', '114858.013000', '114858.015000', '114858.018000', '114858.020000', '114858.023000', '114858.025000', '114858.028000', '114858.031000', '114858.033000', '114858.091000', '114858.094000', '114858.097000', '114858.099000', '114858.102000', '114858.104000', '114858.107000', '114858.109000', '114858.112000', '114858.114000', '114858.117000', '114858.120000', '114858.122000', '114917.954000', '114917.957000', '114917.960000', '114917.963000', '114917.965000', '114917.968000', '114917.970000', '114917.973000', '114917.975000', '114917.978000', '114917.981000', '114917.983000', '114917.986000', '114917.988000', '114917.991000', '114917.994000', '114917.996000', '114918.000000', '114918.002000', '114918.005000', '114918.007000', '114918.010000', '114918.013000', '114918.015000', '114918.018000', '114918.020000', '114918.023000', '114918.025000', '114918.028000', '114918.031000', '114918.034000', '114918.036000', '114918.039000', '114918.041000', '114918.044000', '114918.047000', '114918.049000', '114918.052000', '114918.055000', '114918.057000', '114918.060000', '114918.063000', '114918.065000', '114937.955000', '114937.958000', '114937.960000', '114937.963000', '114937.965000', '114937.968000', '114937.971000', '114937.973000', '114937.976000', '114937.978000', '114937.981000', '114937.983000', '114937.986000', '114937.989000', '114937.991000', '114937.994000', '114937.997000', '114937.999000', '114938.002000', '114938.004000', '114938.007000', '114938.010000', '114938.012000', '114938.015000', '114938.017000', '114938.020000', '114938.022000', '114938.025000', '114938.028000', '114938.030000', '114938.033000', '114938.035000', '114938.038000', '114938.040000', '114938.043000', '114938.046000', '114938.048000', '114938.051000', '114938.053000', '114938.056000', '114938.059000', '114938.062000', '114938.065000', '114938.067000', '114957.954000', '114957.957000', '114957.960000', '114957.963000', '114957.965000', '114957.968000', '114957.970000', '114957.973000', '114957.975000', '114957.978000', '114957.981000', '114957.983000', '114957.986000', '114957.988000', '114957.991000', '114957.994000', '114957.996000', '114958.000000', '114958.003000', '114958.005000', '114958.008000', '114958.010000', '114958.013000', '114958.016000', '114958.018000', '114958.021000', '114958.023000', '114958.026000', '114958.028000', '114958.031000', '114958.034000', '114958.036000', '114958.039000', '114958.041000', '114958.044000', '114958.047000', '114958.049000', '114958.052000', '114958.054000', '114958.057000', '114958.060000', '114958.062000', '114958.065000', '115017.954000', '115017.957000', '115017.960000', '115017.963000', '115017.965000', '115017.968000', '115017.970000', '115017.973000', '115017.975000', '115017.978000', '115017.981000', '115017.983000', '115017.986000', '115017.988000', '115017.991000', '115017.994000', '115017.996000', '115017.999000', '115018.001000', '115018.004000', '115018.006000', '115018.009000', '115018.012000', '115018.014000', '115018.017000', '115018.019000', '115018.022000', '115018.025000', '115018.027000', '115018.030000', '115018.032000', '115018.035000', '115018.038000', '115018.040000', '115018.043000', '115018.045000', '115018.048000', '115018.050000', '115018.053000', '115018.056000', '115018.058000', '115018.061000', '115018.064000', '115018.066000', '115037.956000', '115037.958000', '115037.961000', '115037.964000', '115037.966000', '115037.969000', '115037.971000', '115037.974000', '115037.976000', '115037.979000', '115037.982000', '115037.984000', '115038.000000', '115038.002000', '115038.005000', '115038.008000', '115038.010000', '115038.013000', '115038.015000', '115038.018000', '115038.021000', '115038.023000', '115038.026000', '115038.028000', '115038.031000', '115038.034000', '115038.036000', '115038.039000', '115038.041000', '115038.044000', '115038.047000', '115038.049000', '115038.052000', '115038.054000', '115038.057000', '115038.060000', '115038.062000', '115038.065000', '115038.067000', '115038.070000', '115038.072000', '115038.075000', '115038.078000', '115057.956000', '115057.959000', '115057.961000', '115057.964000', '115057.966000', '115057.969000', '115057.972000', '115057.974000', '115057.977000', '115057.979000', '115057.982000', '115057.984000', '115057.987000', '115057.990000', '115057.992000', '115057.995000', '115057.997000', '115058.000000', '115058.003000', '115058.005000', '115058.008000', '115058.010000', '115058.013000', '115058.016000', '115058.018000', '115058.021000', '115058.024000', '115058.026000', '115058.029000', '115058.031000', '115058.034000', '115058.037000', '115058.039000', '115058.042000', '115058.044000', '115058.047000', '115058.049000', '115058.052000', '115058.054000', '115058.057000', '115058.060000', '115058.062000', '115058.065000', '115058.067000', '115117.955000', '115117.958000', '115117.961000', '115117.963000', '115117.966000', '115117.969000', '115117.971000', '115117.974000', '115117.976000', '115117.979000', '115117.981000', '115117.984000', '115117.987000', '115117.989000', '115117.992000', '115117.995000', '115117.997000', '115118.001000', '115118.003000', '115118.006000', '115118.009000', '115118.011000', '115118.014000', '115118.016000', '115118.019000', '115118.022000', '115118.024000', '115118.027000', '115118.030000', '115118.032000', '115118.035000', '115118.037000', '115118.040000', '115118.042000', '115118.045000', '115118.047000', '115118.050000', '115118.053000', '115118.055000', '115118.058000', '115118.061000', '115118.063000', '115118.066000', '115137.954000', '115137.957000', '115137.960000', '115137.963000', '115137.965000', '115137.968000', '115137.970000', '115137.973000', '115137.976000', '115137.979000', '115137.981000', '115137.984000', '115137.987000', '115137.989000', '115137.992000', '115137.994000', '115137.997000', '115138.001000', '115138.003000', '115138.006000', '115138.008000', '115138.011000', '115138.014000', '115138.016000', '115138.019000', '115138.022000', '115138.024000', '115138.027000', '115138.029000', '115138.032000', '115138.035000', '115138.037000', '115138.040000', '115138.042000', '115138.045000', '115138.048000', '115138.050000', '115138.053000', '115138.055000', '115138.058000', '115138.061000', '115138.063000', '115138.066000', '115157.955000', '115157.957000', '115157.960000', '115157.963000', '115157.965000', '115157.968000', '115157.970000', '115157.973000', '115157.975000', '115157.978000', '115157.981000', '115157.983000', '115157.986000', '115157.988000', '115157.991000', '115157.994000', '115157.996000', '115157.999000', '115158.002000', '115158.004000', '115158.007000', '115158.009000', '115158.012000', '115158.015000', '115158.024000', '115158.027000', '115158.029000', '115158.032000', '115158.035000', '115158.037000', '115158.040000', '115158.043000', '115158.045000', '115158.048000', '115158.050000', '115158.053000', '115158.056000', '115158.058000', '115158.061000', '115158.063000', '115158.066000', '115158.069000', '115158.071000', '115158.074000', '115217.955000', '115217.957000', '115217.960000', '115217.963000', '115217.965000', '115217.968000', '115217.970000', '115217.973000', '115217.976000', '115217.978000', '115217.981000', '115217.984000', '115217.988000', '115217.991000', '115217.993000', '115217.996000', '115217.998000', '115218.001000', '115218.003000', '115218.006000', '115218.009000', '115218.011000', '115218.014000', '115218.016000', '115218.019000', '115218.021000', '115218.024000', '115218.027000', '115218.029000', '115218.032000', '115218.035000', '115218.037000', '115218.040000', '115218.042000', '115218.045000', '115218.048000', '115218.050000', '115218.053000', '115218.056000', '115218.058000', '115218.061000', '115218.063000', '115218.066000', '115218.068000', '115237.955000', '115237.957000', '115237.960000', '115237.963000', '115237.965000', '115237.968000', '115237.970000', '115237.973000', '115237.976000', '115237.978000', '115237.981000', '115237.983000', '115237.986000', '115237.988000', '115237.991000', '115237.993000', '115237.996000', '115237.999000', '115238.002000', '115238.004000', '115238.007000', '115238.009000', '115238.012000', '115238.015000', '115238.017000', '115238.020000', '115238.022000', '115238.025000', '115238.027000', '115238.030000', '115238.033000', '115238.035000', '115238.038000', '115238.040000', '115238.044000', '115238.046000', '115238.049000', '115238.052000', '115238.054000', '115238.057000', '115238.059000', '115238.062000', '115238.064000', '115257.956000', '115257.959000', '115257.961000', '115257.964000', '115257.966000', '115257.971000', '115257.974000', '115257.977000', '115257.979000', '115257.982000', '115257.984000', '115257.987000', '115257.990000', '115257.993000', '115257.996000', '115257.999000', '115258.002000', '115258.004000', '115258.007000', '115258.010000', '115258.012000', '115258.015000', '115258.017000', '115258.020000', '115258.023000', '115258.026000', '115258.029000', '115258.031000', '115258.034000', '115258.037000', '115258.039000', '115258.042000', '115258.044000', '115258.047000', '115258.049000', '115258.052000', '115258.055000', '115258.057000', '115258.060000', '115258.062000', '115258.065000', '115258.068000', '115258.070000', '115303.432000', '115303.444000', '115303.447000', '115303.450000', '115303.453000', '115303.455000', '115303.458000', '115303.461000', '115303.463000', '115303.466000', '115303.468000', '115303.471000', '115303.474000'], 'InstanceCreationTime': ['114638.014000', '114638.017000', '114638.020000', '114638.022000', '114638.025000', '114638.028000', '114638.030000', '114638.033000', '114638.035000', '114638.038000', '114638.041000', '114638.043000', '114638.046000', '114638.048000', '114638.051000', '114638.061000', '114638.064000', '114638.067000', '114638.069000', '114638.072000', '114638.074000', '114638.077000', '114638.080000', '114638.085000', '114638.087000', '114638.090000', '114638.092000', '114638.095000', '114638.098000', '114638.100000', '114638.103000', '114638.105000', '114638.108000', '114657.954000', '114657.957000', '114657.960000', '114657.962000', '114657.965000', '114657.967000', '114657.970000', '114657.973000', '114657.975000', '114657.978000', '114657.980000', '114657.983000', '114657.993000', '114657.996000', '114657.998000', '114658.002000', '114658.004000', '114658.007000', '114658.010000', '114658.012000', '114658.015000', '114658.018000', '114658.020000', '114658.023000', '114658.025000', '114658.028000', '114658.031000', '114658.033000', '114658.036000', '114658.038000', '114658.041000', '114658.043000', '114658.046000', '114658.049000', '114658.051000', '114658.054000', '114658.056000', '114658.059000', '114658.061000', '114658.064000', '114658.067000', '114658.069000', '114658.072000', '114658.075000', '114717.954000', '114717.957000', '114717.960000', '114717.962000', '114717.965000', '114717.968000', '114717.970000', '114717.973000', '114717.975000', '114717.978000', '114717.980000', '114717.983000', '114717.986000', '114717.988000', '114717.991000', '114717.993000', '114717.996000', '114718.000000', '114718.002000', '114718.005000', '114718.008000', '114718.015000', '114718.018000', '114718.021000', '114718.023000', '114718.026000', '114718.028000', '114718.031000', '114718.033000', '114718.036000', '114718.038000', '114718.041000', '114718.044000', '114718.046000', '114718.049000', '114718.051000', '114718.054000', '114718.056000', '114718.059000', '114718.062000', '114718.064000', '114718.067000', '114718.069000', '114737.954000', '114737.957000', '114737.960000', '114737.962000', '114737.965000', '114737.968000', '114737.971000', '114737.973000', '114737.976000', '114737.978000', '114737.981000', '114737.983000', '114737.986000', '114737.989000', '114737.991000', '114737.994000', '114737.996000', '114737.999000', '114738.001000', '114738.004000', '114738.007000', '114738.009000', '114738.012000', '114738.015000', '114738.017000', '114738.020000', '114738.022000', '114738.025000', '114738.027000', '114738.030000', '114738.032000', '114738.035000', '114738.038000', '114738.040000', '114738.043000', '114738.045000', '114738.048000', '114738.050000', '114738.053000', '114738.056000', '114738.058000', '114738.061000', '114738.063000', '114738.066000', '114757.954000', '114757.957000', '114757.960000', '114757.962000', '114757.965000', '114757.968000', '114757.970000', '114757.973000', '114757.976000', '114757.978000', '114757.981000', '114757.984000', '114757.986000', '114757.989000', '114757.992000', '114757.994000', '114757.997000', '114758.001000', '114758.003000', '114758.006000', '114758.009000', '114758.011000', '114758.014000', '114758.016000', '114758.019000', '114758.021000', '114758.024000', '114758.027000', '114758.029000', '114758.032000', '114758.034000', '114758.037000', '114758.040000', '114758.042000', '114758.045000', '114758.048000', '114758.051000', '114758.054000', '114758.057000', '114758.059000', '114758.062000', '114758.065000', '114758.067000', '114817.955000', '114817.958000', '114817.961000', '114817.963000', '114817.966000', '114817.969000', '114817.971000', '114817.974000', '114817.976000', '114817.979000', '114817.981000', '114817.984000', '114817.987000', '114817.989000', '114817.992000', '114817.994000', '114817.997000', '114818.001000', '114818.003000', '114818.006000', '114818.009000', '114818.011000', '114818.014000', '114818.016000', '114818.019000', '114818.021000', '114818.024000', '114818.026000', '114818.029000', '114818.032000', '114818.034000', '114818.037000', '114818.039000', '114818.042000', '114818.045000', '114818.047000', '114818.050000', '114818.052000', '114818.055000', '114818.057000', '114818.060000', '114818.062000', '114818.065000', '114818.068000', '114837.956000', '114837.958000', '114837.961000', '114837.964000', '114837.966000', '114837.969000', '114837.972000', '114837.974000', '114837.977000', '114837.979000', '114837.982000', '114837.984000', '114837.987000', '114837.990000', '114837.992000', '114837.995000', '114837.997000', '114838.001000', '114838.004000', '114838.006000', '114838.009000', '114838.011000', '114838.014000', '114838.017000', '114838.019000', '114838.022000', '114838.024000', '114838.027000', '114838.030000', '114838.032000', '114838.035000', '114838.038000', '114838.040000', '114838.043000', '114838.046000', '114838.048000', '114838.051000', '114838.054000', '114838.056000', '114838.059000', '114838.062000', '114838.064000', '114838.067000', '114857.955000', '114857.958000', '114857.961000', '114857.964000', '114857.966000', '114857.969000', '114857.971000', '114857.974000', '114857.976000', '114857.979000', '114857.982000', '114857.984000', '114857.987000', '114857.989000', '114857.992000', '114857.994000', '114857.997000', '114858.000000', '114858.002000', '114858.005000', '114858.007000', '114858.010000', '114858.013000', '114858.015000', '114858.018000', '114858.020000', '114858.023000', '114858.025000', '114858.028000', '114858.031000', '114858.033000', '114858.091000', '114858.094000', '114858.097000', '114858.099000', '114858.102000', '114858.104000', '114858.107000', '114858.109000', '114858.112000', '114858.114000', '114858.117000', '114858.120000', '114858.122000', '114917.954000', '114917.957000', '114917.960000', '114917.963000', '114917.965000', '114917.968000', '114917.970000', '114917.973000', '114917.975000', '114917.978000', '114917.981000', '114917.983000', '114917.986000', '114917.988000', '114917.991000', '114917.994000', '114917.996000', '114918.000000', '114918.002000', '114918.005000', '114918.007000', '114918.010000', '114918.013000', '114918.015000', '114918.018000', '114918.020000', '114918.023000', '114918.025000', '114918.028000', '114918.031000', '114918.034000', '114918.036000', '114918.039000', '114918.041000', '114918.044000', '114918.047000', '114918.049000', '114918.052000', '114918.055000', '114918.057000', '114918.060000', '114918.063000', '114918.065000', '114937.955000', '114937.958000', '114937.960000', '114937.963000', '114937.965000', '114937.968000', '114937.971000', '114937.973000', '114937.976000', '114937.978000', '114937.981000', '114937.983000', '114937.986000', '114937.989000', '114937.991000', '114937.994000', '114937.997000', '114937.999000', '114938.002000', '114938.004000', '114938.007000', '114938.010000', '114938.012000', '114938.015000', '114938.017000', '114938.020000', '114938.022000', '114938.025000', '114938.028000', '114938.030000', '114938.033000', '114938.035000', '114938.038000', '114938.040000', '114938.043000', '114938.046000', '114938.048000', '114938.051000', '114938.053000', '114938.056000', '114938.059000', '114938.062000', '114938.065000', '114938.067000', '114957.954000', '114957.957000', '114957.960000', '114957.963000', '114957.965000', '114957.968000', '114957.970000', '114957.973000', '114957.975000', '114957.978000', '114957.981000', '114957.983000', '114957.986000', '114957.988000', '114957.991000', '114957.994000', '114957.996000', '114958.000000', '114958.003000', '114958.005000', '114958.008000', '114958.010000', '114958.013000', '114958.016000', '114958.018000', '114958.021000', '114958.023000', '114958.026000', '114958.028000', '114958.031000', '114958.034000', '114958.036000', '114958.039000', '114958.041000', '114958.044000', '114958.047000', '114958.049000', '114958.052000', '114958.054000', '114958.057000', '114958.060000', '114958.062000', '114958.065000', '115017.954000', '115017.957000', '115017.960000', '115017.963000', '115017.965000', '115017.968000', '115017.970000', '115017.973000', '115017.975000', '115017.978000', '115017.981000', '115017.983000', '115017.986000', '115017.988000', '115017.991000', '115017.994000', '115017.996000', '115017.999000', '115018.001000', '115018.004000', '115018.006000', '115018.009000', '115018.012000', '115018.014000', '115018.017000', '115018.019000', '115018.022000', '115018.025000', '115018.027000', '115018.030000', '115018.032000', '115018.035000', '115018.038000', '115018.040000', '115018.043000', '115018.045000', '115018.048000', '115018.050000', '115018.053000', '115018.056000', '115018.058000', '115018.061000', '115018.064000', '115018.066000', '115037.956000', '115037.958000', '115037.961000', '115037.964000', '115037.966000', '115037.969000', '115037.971000', '115037.974000', '115037.976000', '115037.979000', '115037.982000', '115037.984000', '115038.000000', '115038.002000', '115038.005000', '115038.008000', '115038.010000', '115038.013000', '115038.015000', '115038.018000', '115038.021000', '115038.023000', '115038.026000', '115038.028000', '115038.031000', '115038.034000', '115038.036000', '115038.039000', '115038.041000', '115038.044000', '115038.047000', '115038.049000', '115038.052000', '115038.054000', '115038.057000', '115038.060000', '115038.062000', '115038.065000', '115038.067000', '115038.070000', '115038.072000', '115038.075000', '115038.078000', '115057.956000', '115057.959000', '115057.961000', '115057.964000', '115057.966000', '115057.969000', '115057.972000', '115057.974000', '115057.977000', '115057.979000', '115057.982000', '115057.984000', '115057.987000', '115057.990000', '115057.992000', '115057.995000', '115057.997000', '115058.000000', '115058.003000', '115058.005000', '115058.008000', '115058.010000', '115058.013000', '115058.016000', '115058.018000', '115058.021000', '115058.024000', '115058.026000', '115058.029000', '115058.031000', '115058.034000', '115058.037000', '115058.039000', '115058.042000', '115058.044000', '115058.047000', '115058.049000', '115058.052000', '115058.054000', '115058.057000', '115058.060000', '115058.062000', '115058.065000', '115058.067000', '115117.955000', '115117.958000', '115117.961000', '115117.963000', '115117.966000', '115117.969000', '115117.971000', '115117.974000', '115117.976000', '115117.979000', '115117.981000', '115117.984000', '115117.987000', '115117.989000', '115117.992000', '115117.995000', '115117.997000', '115118.001000', '115118.003000', '115118.006000', '115118.009000', '115118.011000', '115118.014000', '115118.016000', '115118.019000', '115118.022000', '115118.024000', '115118.027000', '115118.030000', '115118.032000', '115118.035000', '115118.037000', '115118.040000', '115118.042000', '115118.045000', '115118.047000', '115118.050000', '115118.053000', '115118.055000', '115118.058000', '115118.061000', '115118.063000', '115118.066000', '115137.954000', '115137.957000', '115137.960000', '115137.963000', '115137.965000', '115137.968000', '115137.970000', '115137.973000', '115137.976000', '115137.979000', '115137.981000', '115137.984000', '115137.987000', '115137.989000', '115137.992000', '115137.994000', '115137.997000', '115138.001000', '115138.003000', '115138.006000', '115138.008000', '115138.011000', '115138.014000', '115138.016000', '115138.019000', '115138.022000', '115138.024000', '115138.027000', '115138.029000', '115138.032000', '115138.035000', '115138.037000', '115138.040000', '115138.042000', '115138.045000', '115138.048000', '115138.050000', '115138.053000', '115138.055000', '115138.058000', '115138.061000', '115138.063000', '115138.066000', '115157.955000', '115157.957000', '115157.960000', '115157.963000', '115157.965000', '115157.968000', '115157.970000', '115157.973000', '115157.975000', '115157.978000', '115157.981000', '115157.983000', '115157.986000', '115157.988000', '115157.991000', '115157.994000', '115157.996000', '115157.999000', '115158.002000', '115158.004000', '115158.007000', '115158.009000', '115158.012000', '115158.015000', '115158.024000', '115158.027000', '115158.029000', '115158.032000', '115158.035000', '115158.037000', '115158.040000', '115158.043000', '115158.045000', '115158.048000', '115158.050000', '115158.053000', '115158.056000', '115158.058000', '115158.061000', '115158.063000', '115158.066000', '115158.069000', '115158.071000', '115158.074000', '115217.955000', '115217.957000', '115217.960000', '115217.963000', '115217.965000', '115217.968000', '115217.970000', '115217.973000', '115217.976000', '115217.978000', '115217.981000', '115217.984000', '115217.988000', '115217.991000', '115217.993000', '115217.996000', '115217.998000', '115218.001000', '115218.003000', '115218.006000', '115218.009000', '115218.011000', '115218.014000', '115218.016000', '115218.019000', '115218.021000', '115218.024000', '115218.027000', '115218.029000', '115218.032000', '115218.035000', '115218.037000', '115218.040000', '115218.042000', '115218.045000', '115218.048000', '115218.050000', '115218.053000', '115218.056000', '115218.058000', '115218.061000', '115218.063000', '115218.066000', '115218.068000', '115237.955000', '115237.957000', '115237.960000', '115237.963000', '115237.965000', '115237.968000', '115237.970000', '115237.973000', '115237.976000', '115237.978000', '115237.981000', '115237.983000', '115237.986000', '115237.988000', '115237.991000', '115237.993000', '115237.996000', '115237.999000', '115238.002000', '115238.004000', '115238.007000', '115238.009000', '115238.012000', '115238.015000', '115238.017000', '115238.020000', '115238.022000', '115238.025000', '115238.027000', '115238.030000', '115238.033000', '115238.035000', '115238.038000', '115238.040000', '115238.044000', '115238.046000', '115238.049000', '115238.052000', '115238.054000', '115238.057000', '115238.059000', '115238.062000', '115238.064000', '115257.956000', '115257.959000', '115257.961000', '115257.964000', '115257.966000', '115257.971000', '115257.974000', '115257.977000', '115257.979000', '115257.982000', '115257.984000', '115257.987000', '115257.990000', '115257.993000', '115257.996000', '115257.999000', '115258.002000', '115258.004000', '115258.007000', '115258.010000', '115258.012000', '115258.015000', '115258.017000', '115258.020000', '115258.023000', '115258.026000', '115258.029000', '115258.031000', '115258.034000', '115258.037000', '115258.039000', '115258.042000', '115258.044000', '115258.047000', '115258.049000', '115258.052000', '115258.055000', '115258.057000', '115258.060000', '115258.062000', '115258.065000', '115258.068000', '115258.070000', '115303.432000', '115303.444000', '115303.447000', '115303.450000', '115303.453000', '115303.455000', '115303.458000', '115303.461000', '115303.463000', '115303.466000', '115303.468000', '115303.471000', '115303.474000'], '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': [7900, 9989, 7799, 12233, 7640, 10225, 6797, 8079, 5536, 7198, 8430, 6986, 10185, 7054, 9393, 7041, 9313, 7008, 8953, 7081, 9271, 6869, 7404, 6589, 9337, 7709, 9987, 7338, 6131, 6392, 6808, 9645, 7236, 10314, 7221, 10053, 7196, 9619, 7498, 8369, 6260, 7555, 5906, 7067, 6047, 7319, 7774, 7511, 6711, 6436, 5866, 6611, 6753, 6812, 9944, 6841, 9746, 6548, 8540, 5736, 8153, 5789, 7837, 7846, 8338, 5932, 7630, 6146, 8991, 5762, 8949, 5748, 9459, 6277, 9958, 6880, 10033, 6632, 9788, 6576, 9364, 6191, 9050, 6277, 8060, 13766, 10706, 14436, 10004, 11919, 9039, 11295, 7837, 13016, 6503, 7914, 6559, 8313, 6390, 8416, 6406, 6838, 10585, 7111, 9466, 6897, 6821, 6149, 5608, 7054, 7254, 6976, 8700, 6875, 10333, 7023, 10040, 7253, 11958, 7762, 9507, 13551, 7586, 10976, 6683, 8436, 5859, 7206, 6899, 7030, 8840, 6791, 7943, 7423, 6467, 8189, 6039, 8168, 5858, 8118, 10171, 7232, 10383, 6773, 8358, 5415, 7306, 7488, 7125, 9758, 7067, 6731, 7582, 6655, 9219, 7243, 9082, 6871, 11721, 7548, 12995, 7354, 10037, 7121, 7702, 6974, 9114, 6950, 8701, 6896, 8207, 6911, 8461, 6676, 9828, 7303, 8591, 6004, 5637, 7312, 5656, 8635, 5957, 9050, 6419, 9016, 6327, 8302, 11364, 8270, 13617, 12067, 12894, 9646, 11670, 7676, 8886, 6787, 7376, 6733, 8326, 7128, 10032, 6952, 9003, 7640, 8970, 7067, 9766, 7851, 8850, 7014, 6078, 5849, 5765, 7149, 8286, 7141, 10473, 7413, 11238, 7245, 11880, 7513, 9398, 7587, 8364, 7562, 9320, 7393, 9814, 7250, 8778, 6738, 7731, 5784, 6848, 6107, 7351, 6495, 9779, 8985, 8880, 7306, 6896, 6243, 6085, 8862, 6612, 9145, 6608, 8107, 7015, 7770, 9956, 7643, 13430, 11390, 14108, 10361, 11951, 8207, 9654, 7836, 7703, 7444, 7389, 6809, 5754, 6594, 6426, 8220, 6623, 8251, 7228, 8024, 7072, 8919, 7359, 8553, 8001, 11214, 8172, 12175, 9575, 13224, 10123, 13659, 10515, 11556, 8618, 7987, 7027, 6678, 7039, 6830, 7925, 6504, 8199, 8080, 8188, 8729, 8211, 8809, 8212, 9816, 8234, 7874, 6897, 7063, 7934, 7930, 9153, 7870, 9654, 8446, 9475, 8484, 8889, 7956, 8628, 7977, 9715, 8124, 10084, 10519, 8159, 9675, 7733, 7481, 7727, 7683, 8316, 7096, 8839, 7251, 7204, 7484, 7138, 6883, 9593, 6873, 7129, 7220, 9871, 7824, 8672, 7487, 9704, 6634, 6138, 7583, 7067, 8887, 7194, 8933, 7356, 8972, 7296, 8921, 7555, 10020, 7655, 12187, 8352, 10854, 8401, 9158, 8382, 8598, 8540, 8059, 8608, 9878, 8247, 8911, 8194, 8812, 8398, 12794, 9178, 13962, 10992, 7920, 7491, 7673, 7559, 8372, 9082, 9215, 6911, 7613, 8148, 8546, 8436, 10323, 8968, 12769, 10475, 12372, 10228, 9361, 12559, 8368, 10727, 7907, 7368, 7856, 6618, 7242, 5857, 8132, 6876, 10729, 8590, 8621, 8116, 9281, 7634, 8716, 7250, 8221, 6912, 7738, 6715, 8912, 7022, 8547, 6400, 7228, 5907, 6994, 6831, 8132, 8163, 8318, 11119, 8188, 9575, 7779, 8480, 7611, 9013, 7579, 9794, 7440, 8870, 7538, 9654, 7878, 6413, 7964, 6786, 8146, 9972, 7747, 9012, 7952, 8537, 7828, 8259, 7304, 8908, 12572, 9801, 13461, 10543, 11737, 9357, 12580, 8431, 9802, 8331, 8097, 7135, 7272, 5831, 7838, 6816, 7378, 8202, 7804, 5647, 7697, 6216, 5591, 7930, 8387, 9773, 8280, 8493, 9562, 7775, 11071, 8663, 12735, 9166, 13663, 11872, 13585, 8705, 10925, 8582, 6843, 7324, 7550, 8154, 6223, 6886, 7849, 7024, 8765, 7444, 8240, 7387, 8229, 7968, 10906, 7505, 9327, 7483, 8749, 7727, 8590, 7608, 8740, 7134, 8173, 7507, 9139, 6438, 5879, 6347, 6048, 7683, 5812, 7634, 6326, 7404, 7297, 7011, 7004, 8469, 10432, 9458, 7552, 7819, 6793, 7933, 6730, 8250, 11599, 8133, 11103, 7426, 9933, 7105, 13581, 10515, 8263, 6864, 6471, 7516, 6230, 8090, 7210, 8169, 8056, 8753, 8111, 8365, 7707, 7590, 8746, 8470, 8125, 7848, 8621, 7310, 8506, 10233, 8293, 6853, 8590, 10662, 8362, 12370, 8281, 11356, 8035, 8267, 11262, 7865, 10895, 8363, 13157, 8799, 12047, 6741, 6596, 6652, 6491, 7687, 7208, 9143, 7217, 7876, 5991, 7742, 10210, 7703, 9521, 7520, 9494, 8248, 11293, 12357, 9773, 14148, 12682, 13017, 8805, 8926, 7786, 7776, 7521, 8006, 7120, 12188, 7083, 9938, 6753, 7326, 7447, 7640, 7679, 7983, 7871, 6702, 8186, 9144, 7505, 7412, 8069, 8212, 8002, 12782, 10861, 12430, 8004, 13948, 8824, 11823, 7861, 9206, 7523, 7681, 7902, 7810, 8112, 6948, 6004, 6945, 7362, 8976, 7903, 8764, 8184, 8252, 7636, 7887, 7569, 7565, 9692, 7922, 12065, 9676, 13254, 9705, 10074, 7999, 7216, 7264, 5657, 6255, 6773, 7177, 5563, 5603, 5756, 6912, 8804, 9074, 7270, 9738, 9932, 10938, 9116, 9997, 10092, 8337, 9480, 8325, 11070, 8125, 8685, 8003, 8109, 8168, 11454, 8355, 13036, 8493, 11641, 8777, 8384, 6544, 6453, 7031, 6728, 7210, 8155, 9399, 6191, 8734, 7365, 8916, 7540, 8854, 7407, 8261, 10691, 8141, 11725, 8296, 10787, 8408, 9099, 8249, 12535, 8370, 10713, 8460, 8685, 8912, 8595, 8872, 8203, 8473, 6616, 6331, 6523, 6547, 6459, 7145, 7650, 7659, 7914, 7958, 7674, 7257, 9075, 9372, 8848, 8548, 8454, 7866, 9286, 7847, 9101, 9835, 10054, 12076, 13375, 11722, 14140, 10419, 13719, 11605, 13103, 8648, 10185, 8627, 10063, 8957, 9193, 9017, 8422, 8816, 8471, 8742, 7947, 8543, 7503, 8355, 7838, 8010, 7488, 8011, 7384, 8016, 7408, 8050, 8238, 8495, 7456, 8757, 5977, 7888, 6245, 7242, 6689, 7370, 7164, 8872, 7408, 8836, 8028, 8540, 7714, 7785, 7772, 7418, 8338, 8454, 8759, 9919, 8136, 11536, 11286, 10808, 11361, 12228, 9447, 9787, 8167, 8827, 13585, 10830, 12389, 8478, 5693, 6429, 8020, 8098, 8991, 8428, 8543, 8672, 8833, 7598, 8932, 9152, 8545, 9012, 8536, 8340, 7484, 8889, 10665, 8503, 13330, 9497, 13455, 9579, 12541, 8165, 9367, 8403, 8566, 8621, 11389], 'WindowCenter': [3561.0, 3568.0, 3544.0, 3563.0, 3529.0, 3550.0, 3519.0, 3528.0, 3493.0, 3515.0, 3524.0, 3515.0, 3535.0, 3515.0, 3536.0, 3514.0, 3524.0, 3503.0, 3523.0, 3500.0, 3523.0, 3501.0, 3527.0, 3516.0, 3534.0, 3515.0, 3533.0, 3512.0, 3490.0, 3490.0, 3502.0, 3534.0, 3514.0, 3535.0, 3512.0, 3523.0, 3501.0, 3521.0, 3500.0, 3510.0, 3487.0, 3499.0, 3477.0, 3499.0, 3489.0, 3499.0, 3511.0, 3501.0, 3499.0, 3502.0, 3490.0, 3503.0, 3504.0, 3515.0, 3536.0, 3517.0, 3535.0, 3506.0, 3537.0, 3494.0, 3525.0, 3506.0, 3539.0, 3528.0, 3527.0, 3504.0, 3528.0, 3519.0, 3550.0, 3521.0, 3552.0, 3521.0, 3563.0, 3521.0, 3564.0, 3532.0, 3552.0, 3530.0, 3562.0, 3532.0, 3551.0, 3508.0, 3540.0, 3518.0, 3527.0, 3571.0, 3548.0, 3570.0, 3536.0, 3545.0, 3523.0, 3546.0, 3512.0, 3545.0, 3490.0, 3511.0, 3491.0, 3512.0, 3503.0, 3523.0, 3489.0, 3502.0, 3534.0, 3503.0, 3536.0, 3502.0, 3501.0, 3504.0, 3492.0, 3514.0, 3514.0, 3515.0, 3525.0, 3515.0, 3537.0, 3517.0, 3537.0, 3515.0, 3548.0, 3514.0, 3524.0, 3545.0, 3500.0, 3533.0, 3487.0, 3510.0, 3477.0, 3500.0, 3499.0, 3501.0, 3521.0, 3502.0, 3524.0, 3516.0, 3505.0, 3527.0, 3506.0, 3526.0, 3495.0, 3527.0, 3537.0, 3517.0, 3549.0, 3504.0, 3526.0, 3495.0, 3515.0, 3515.0, 3516.0, 3535.0, 3502.0, 3503.0, 3512.0, 3503.0, 3524.0, 3502.0, 3524.0, 3490.0, 3534.0, 3500.0, 3543.0, 3499.0, 3521.0, 3500.0, 3501.0, 3503.0, 3522.0, 3502.0, 3512.0, 3502.0, 3524.0, 3514.0, 3526.0, 3516.0, 3536.0, 3518.0, 3527.0, 3505.0, 3494.0, 3514.0, 3495.0, 3536.0, 3506.0, 3538.0, 3505.0, 3538.0, 3506.0, 3528.0, 3548.0, 3514.0, 3547.0, 3532.0, 3533.0, 3510.0, 3519.0, 3498.0, 3508.0, 3486.0, 3485.0, 3485.0, 3509.0, 3499.0, 3521.0, 3500.0, 3521.0, 3513.0, 3536.0, 3513.0, 3535.0, 3527.0, 3537.0, 3515.0, 3506.0, 3506.0, 3494.0, 3516.0, 3525.0, 3515.0, 3548.0, 3528.0, 3549.0, 3515.0, 3548.0, 3515.0, 3524.0, 3514.0, 3513.0, 3514.0, 3526.0, 3515.0, 3537.0, 3527.0, 3526.0, 3503.0, 3513.0, 3479.0, 3516.0, 3505.0, 3515.0, 3505.0, 3537.0, 3524.0, 3523.0, 3514.0, 3500.0, 3502.0, 3492.0, 3525.0, 3504.0, 3536.0, 3503.0, 3525.0, 3504.0, 3513.0, 3522.0, 3500.0, 3543.0, 3519.0, 3531.0, 3507.0, 3517.0, 3498.0, 3520.0, 3496.0, 3496.0, 3486.0, 3484.0, 3487.0, 3478.0, 3501.0, 3503.0, 3526.0, 3516.0, 3537.0, 3517.0, 3528.0, 3518.0, 3539.0, 3516.0, 3527.0, 3526.0, 3546.0, 3513.0, 3545.0, 3522.0, 3546.0, 3522.0, 3544.0, 3535.0, 3534.0, 3510.0, 3498.0, 3487.0, 3485.0, 3487.0, 3488.0, 3498.0, 3489.0, 3510.0, 3499.0, 3511.0, 3510.0, 3510.0, 3523.0, 3513.0, 3523.0, 3512.0, 3499.0, 3499.0, 3504.0, 3512.0, 3513.0, 3522.0, 3513.0, 3523.0, 3513.0, 3523.0, 3525.0, 3523.0, 3513.0, 3512.0, 3500.0, 3521.0, 3499.0, 3519.0, 3508.0, 3496.0, 3507.0, 3486.0, 3485.0, 3485.0, 3486.0, 3498.0, 3487.0, 3524.0, 3499.0, 3500.0, 3490.0, 3504.0, 3503.0, 3524.0, 3505.0, 3517.0, 3516.0, 3537.0, 3515.0, 3524.0, 3514.0, 3523.0, 3505.0, 3492.0, 3515.0, 3516.0, 3538.0, 3515.0, 3525.0, 3515.0, 3526.0, 3515.0, 3538.0, 3528.0, 3538.0, 3515.0, 3547.0, 3526.0, 3536.0, 3525.0, 3524.0, 3525.0, 3524.0, 3525.0, 3513.0, 3526.0, 3525.0, 3513.0, 3513.0, 3527.0, 3526.0, 3524.0, 3545.0, 3525.0, 3559.0, 3536.0, 3515.0, 3514.0, 3512.0, 3514.0, 3528.0, 3537.0, 3537.0, 3516.0, 3516.0, 3527.0, 3525.0, 3514.0, 3525.0, 3511.0, 3533.0, 3519.0, 3520.0, 3508.0, 3497.0, 3518.0, 3499.0, 3521.0, 3488.0, 3475.0, 3485.0, 3476.0, 3487.0, 3467.0, 3499.0, 3489.0, 3534.0, 3512.0, 3509.0, 3495.0, 3508.0, 3497.0, 3510.0, 3501.0, 3512.0, 3503.0, 3513.0, 3502.0, 3523.0, 3502.0, 3510.0, 3490.0, 3500.0, 3479.0, 3502.0, 3502.0, 3513.0, 3514.0, 3525.0, 3536.0, 3514.0, 3523.0, 3501.0, 3512.0, 3501.0, 3523.0, 3514.0, 3536.0, 3517.0, 3538.0, 3527.0, 3551.0, 3529.0, 3506.0, 3528.0, 3517.0, 3529.0, 3551.0, 3529.0, 3540.0, 3529.0, 3539.0, 3527.0, 3527.0, 3515.0, 3527.0, 3546.0, 3523.0, 3547.0, 3523.0, 3535.0, 3523.0, 3533.0, 3512.0, 3523.0, 3500.0, 3502.0, 3505.0, 3504.0, 3483.0, 3502.0, 3488.0, 3501.0, 3512.0, 3502.0, 3481.0, 3502.0, 3492.0, 3482.0, 3526.0, 3528.0, 3551.0, 3526.0, 3526.0, 3524.0, 3513.0, 3535.0, 3513.0, 3545.0, 3512.0, 3545.0, 3533.0, 3533.0, 3510.0, 3518.0, 3498.0, 3489.0, 3499.0, 3498.0, 3496.0, 3477.0, 3488.0, 3498.0, 3489.0, 3511.0, 3499.0, 3500.0, 3489.0, 3498.0, 3499.0, 3522.0, 3487.0, 3510.0, 3498.0, 3509.0, 3500.0, 3509.0, 3501.0, 3513.0, 3516.0, 3525.0, 3517.0, 3536.0, 3505.0, 3481.0, 3490.0, 3491.0, 3514.0, 3492.0, 3515.0, 3504.0, 3515.0, 3515.0, 3516.0, 3505.0, 3527.0, 3536.0, 3525.0, 3501.0, 3502.0, 3490.0, 3511.0, 3489.0, 3513.0, 3549.0, 3516.0, 3535.0, 3514.0, 3522.0, 3504.0, 3546.0, 3536.0, 3513.0, 3491.0, 3491.0, 3515.0, 3480.0, 3513.0, 3501.0, 3514.0, 3514.0, 3513.0, 3500.0, 3498.0, 3485.0, 3485.0, 3508.0, 3498.0, 3499.0, 3512.0, 3512.0, 3488.0, 3498.0, 3523.0, 3509.0, 3488.0, 3510.0, 3520.0, 3499.0, 3531.0, 3498.0, 3519.0, 3486.0, 3498.0, 3518.0, 3497.0, 3534.0, 3499.0, 3545.0, 3510.0, 3530.0, 3474.0, 3474.0, 3486.0, 3489.0, 3500.0, 3514.0, 3536.0, 3514.0, 3514.0, 3491.0, 3514.0, 3523.0, 3503.0, 3524.0, 3500.0, 3511.0, 3499.0, 3523.0, 3518.0, 3510.0, 3531.0, 3515.0, 3515.0, 3495.0, 3482.0, 3468.0, 3483.0, 3470.0, 3468.0, 3457.0, 3501.0, 3459.0, 3491.0, 3472.0, 3485.0, 3484.0, 3482.0, 3484.0, 3510.0, 3497.0, 3487.0, 3511.0, 3523.0, 3488.0, 3485.0, 3498.0, 3495.0, 3486.0, 3516.0, 3505.0, 3516.0, 3483.0, 3516.0, 3483.0, 3516.0, 3484.0, 3494.0, 3484.0, 3471.0, 3482.0, 3483.0, 3484.0, 3485.0, 3476.0, 3499.0, 3502.0, 3524.0, 3526.0, 3524.0, 3526.0, 3514.0, 3514.0, 3513.0, 3501.0, 3501.0, 3521.0, 3501.0, 3545.0, 3523.0, 3533.0, 3525.0, 3521.0, 3497.0, 3486.0, 3487.0, 3478.0, 3488.0, 3490.0, 3488.0, 3480.0, 3478.0, 3491.0, 3515.0, 3527.0, 3511.0, 3514.0, 3526.0, 3537.0, 3534.0, 3513.0, 3536.0, 3524.0, 3513.0, 3522.0, 3500.0, 3521.0, 3499.0, 3498.0, 3488.0, 3499.0, 3498.0, 3520.0, 3499.0, 3533.0, 3509.0, 3533.0, 3512.0, 3512.0, 3489.0, 3490.0, 3500.0, 3491.0, 3505.0, 3529.0, 3526.0, 3481.0, 3512.0, 3500.0, 3524.0, 3503.0, 3524.0, 3502.0, 3513.0, 3523.0, 3502.0, 3532.0, 3499.0, 3520.0, 3498.0, 3498.0, 3498.0, 3521.0, 3498.0, 3508.0, 3497.0, 3497.0, 3498.0, 3496.0, 3497.0, 3497.0, 3511.0, 3491.0, 3492.0, 3493.0, 3493.0, 3507.0, 3518.0, 3518.0, 3515.0, 3529.0, 3517.0, 3518.0, 3505.0, 3540.0, 3525.0, 3527.0, 3515.0, 3514.0, 3512.0, 3525.0, 3515.0, 3527.0, 3526.0, 3525.0, 3534.0, 3533.0, 3520.0, 3531.0, 3508.0, 3519.0, 3507.0, 3517.0, 3485.0, 3495.0, 3495.0, 3495.0, 3494.0, 3494.0, 3495.0, 3484.0, 3496.0, 3485.0, 3497.0, 3484.0, 3496.0, 3475.0, 3497.0, 3487.0, 3488.0, 3486.0, 3498.0, 3487.0, 3499.0, 3501.0, 3513.0, 3512.0, 3527.0, 3504.0, 3528.0, 3506.0, 3528.0, 3505.0, 3515.0, 3521.0, 3515.0, 3505.0, 3539.0, 3532.0, 3541.0, 3527.0, 3525.0, 3516.0, 3530.0, 3543.0, 3533.0, 3543.0, 3531.0, 3541.0, 3540.0, 3518.0, 3537.0, 3536.0, 3524.0, 3523.0, 3522.0, 3510.0, 3510.0, 3499.0, 3500.0, 3533.0, 3521.0, 3521.0, 3487.0, 3466.0, 3480.0, 3514.0, 3514.0, 3526.0, 3513.0, 3515.0, 3500.0, 3513.0, 3501.0, 3513.0, 3511.0, 3499.0, 3498.0, 3498.0, 3498.0, 3486.0, 3496.0, 3508.0, 3486.0, 3532.0, 3497.0, 3520.0, 3497.0, 3506.0, 3484.0, 3482.0, 3482.0, 3482.0, 3484.0, 3506.0], 'WindowWidth': [8092.0, 8093.0, 8050.0, 8077.0, 8020.0, 8051.0, 8008.0, 8017.0, 7965.0, 7994.0, 8005.0, 7994.0, 8021.0, 7994.0, 8024.0, 7993.0, 8005.0, 7975.0, 8002.0, 7967.0, 8000.0, 7969.0, 8016.0, 7999.0, 8020.0, 7995.0, 8015.0, 7986.0, 7952.0, 7953.0, 7973.0, 8016.0, 7992.0, 8021.0, 7986.0, 8003.0, 7970.0, 7995.0, 7967.0, 7980.0, 7946.0, 7962.0, 7931.0, 7962.0, 7949.0, 7966.0, 7983.0, 7969.0, 7966.0, 7972.0, 7955.0, 7977.0, 7979.0, 7996.0, 8025.0, 8000.0, 8024.0, 7985.0, 8027.0, 7969.0, 8010.0, 7988.0, 8035.0, 8017.0, 8016.0, 7982.0, 8019.0, 8007.0, 8051.0, 8017.0, 8057.0, 8016.0, 8071.0, 8015.0, 8076.0, 8030.0, 8058.0, 8025.0, 8071.0, 8030.0, 8052.0, 7993.0, 8036.0, 8003.0, 8017.0, 8080.0, 8044.0, 8082.0, 8024.0, 8038.0, 8003.0, 8039.0, 7986.0, 8037.0, 7953.0, 7982.0, 7958.0, 7986.0, 7976.0, 8003.0, 7954.0, 7972.0, 8019.0, 7975.0, 8024.0, 7974.0, 7972.0, 7978.0, 7961.0, 7992.0, 7991.0, 7996.0, 8008.0, 7995.0, 8027.0, 7999.0, 8029.0, 7994.0, 8044.0, 7989.0, 8005.0, 8037.0, 7966.0, 8014.0, 7946.0, 7979.0, 7933.0, 7966.0, 7963.0, 7969.0, 7996.0, 7973.0, 8007.0, 7999.0, 7983.0, 8016.0, 7987.0, 8011.0, 7970.0, 8015.0, 8028.0, 7998.0, 8047.0, 7981.0, 8012.0, 7970.0, 7995.0, 7993.0, 7998.0, 8021.0, 7974.0, 7975.0, 7986.0, 7973.0, 8003.0, 7971.0, 8004.0, 7953.0, 8019.0, 7965.0, 8031.0, 7962.0, 7996.0, 7965.0, 7969.0, 7974.0, 7999.0, 7972.0, 7985.0, 7972.0, 8004.0, 7992.0, 8010.0, 7998.0, 8027.0, 8004.0, 8014.0, 7980.0, 7964.0, 7991.0, 7970.0, 8024.0, 7985.0, 8028.0, 7984.0, 8029.0, 7984.0, 8016.0, 8040.0, 7989.0, 8042.0, 8011.0, 8016.0, 7977.0, 7990.0, 7957.0, 7972.0, 7941.0, 7939.0, 7938.0, 7975.0, 7963.0, 7993.0, 7967.0, 7995.0, 7990.0, 8023.0, 7992.0, 8022.0, 8013.0, 8027.0, 7997.0, 7986.0, 7985.0, 7966.0, 7997.0, 8009.0, 7994.0, 8044.0, 8016.0, 8048.0, 7995.0, 8044.0, 7992.0, 8005.0, 7990.0, 7989.0, 7990.0, 8008.0, 7992.0, 8025.0, 8014.0, 8011.0, 7976.0, 7987.0, 7939.0, 8001.0, 7981.0, 7995.0, 7981.0, 8028.0, 8006.0, 7999.0, 7992.0, 7967.0, 7973.0, 7961.0, 8006.0, 7979.0, 8023.0, 7977.0, 8007.0, 7978.0, 7988.0, 7998.0, 7965.0, 8029.0, 7989.0, 8013.0, 7969.0, 7985.0, 7959.0, 7992.0, 7955.0, 7955.0, 7939.0, 7934.0, 7946.0, 7934.0, 7969.0, 7977.0, 8011.0, 7998.0, 8028.0, 7999.0, 8013.0, 8002.0, 8032.0, 7997.0, 8012.0, 8007.0, 8038.0, 7986.0, 8036.0, 7999.0, 8042.0, 7999.0, 8036.0, 8017.0, 8019.0, 7976.0, 7956.0, 7941.0, 7936.0, 7942.0, 7945.0, 7958.0, 7947.0, 7977.0, 7962.0, 7980.0, 7977.0, 7976.0, 8001.0, 7984.0, 8000.0, 7985.0, 7963.0, 7964.0, 7977.0, 7984.0, 7986.0, 7996.0, 7986.0, 8000.0, 7987.0, 8000.0, 8003.0, 8001.0, 7985.0, 7983.0, 7965.0, 7993.0, 7960.0, 7987.0, 7969.0, 7952.0, 7967.0, 7935.0, 7934.0, 7936.0, 7938.0, 7956.0, 7943.0, 8002.0, 7962.0, 7962.0, 7947.0, 7974.0, 7972.0, 8002.0, 7979.0, 7999.0, 7994.0, 8024.0, 7991.0, 8002.0, 7990.0, 8000.0, 7980.0, 7955.0, 7992.0, 7998.0, 8027.0, 7994.0, 8006.0, 7994.0, 8009.0, 7993.0, 8027.0, 8014.0, 8030.0, 7991.0, 8038.0, 8006.0, 8023.0, 8003.0, 8003.0, 8005.0, 8003.0, 8005.0, 7988.0, 8006.0, 8005.0, 7985.0, 7984.0, 8009.0, 8009.0, 8002.0, 8032.0, 8006.0, 8064.0, 8022.0, 7991.0, 7989.0, 7985.0, 7990.0, 8014.0, 8025.0, 8024.0, 7996.0, 7996.0, 8009.0, 8008.0, 7988.0, 8007.0, 7980.0, 8016.0, 7987.0, 7991.0, 7967.0, 7952.0, 7982.0, 7956.0, 7990.0, 7940.0, 7922.0, 7933.0, 7924.0, 7941.0, 7915.0, 7961.0, 7951.0, 8018.0, 7983.0, 7975.0, 7948.0, 7969.0, 7954.0, 7974.0, 7965.0, 7982.0, 7971.0, 7986.0, 7971.0, 8000.0, 7969.0, 7976.0, 7951.0, 7963.0, 7934.0, 7968.0, 7969.0, 7987.0, 7988.0, 8003.0, 8023.0, 7987.0, 7998.0, 7965.0, 7980.0, 7968.0, 8000.0, 7988.0, 8020.0, 8000.0, 8028.0, 8013.0, 8050.0, 8018.0, 7984.0, 8016.0, 7999.0, 8017.0, 8048.0, 8017.0, 8032.0, 8019.0, 8031.0, 8012.0, 8012.0, 7992.0, 8010.0, 8037.0, 8000.0, 8042.0, 7999.0, 8020.0, 7999.0, 8013.0, 7982.0, 7998.0, 7964.0, 7965.0, 7977.0, 7974.0, 7945.0, 7966.0, 7943.0, 7962.0, 7978.0, 7969.0, 7940.0, 7968.0, 7957.0, 7946.0, 8010.0, 8015.0, 8053.0, 8008.0, 8009.0, 8003.0, 7987.0, 8017.0, 7987.0, 8030.0, 7983.0, 8036.0, 8012.0, 8015.0, 7976.0, 7984.0, 7957.0, 7947.0, 7962.0, 7959.0, 7952.0, 7929.0, 7946.0, 7958.0, 7948.0, 7980.0, 7961.0, 7962.0, 7947.0, 7960.0, 7960.0, 7998.0, 7943.0, 7976.0, 7957.0, 7973.0, 7964.0, 7975.0, 7967.0, 7985.0, 7999.0, 8006.0, 8000.0, 8024.0, 7981.0, 7943.0, 7953.0, 7954.0, 7989.0, 7957.0, 7990.0, 7976.0, 7994.0, 7993.0, 7994.0, 7980.0, 8010.0, 8022.0, 8006.0, 7967.0, 7967.0, 7952.0, 7979.0, 7948.0, 7986.0, 8046.0, 7995.0, 8020.0, 7989.0, 7999.0, 7977.0, 8045.0, 8022.0, 7985.0, 7953.0, 7955.0, 7990.0, 7938.0, 7982.0, 7968.0, 7988.0, 7989.0, 7987.0, 7966.0, 7956.0, 7936.0, 7934.0, 7971.0, 7959.0, 7961.0, 7982.0, 7980.0, 7941.0, 7957.0, 7998.0, 7974.0, 7943.0, 7974.0, 7992.0, 7959.0, 8008.0, 7956.0, 7988.0, 7938.0, 7956.0, 7982.0, 7954.0, 8015.0, 7958.0, 8036.0, 7976.0, 8002.0, 7920.0, 7920.0, 7938.0, 7949.0, 7964.0, 7991.0, 8023.0, 7990.0, 7989.0, 7953.0, 7987.0, 8000.0, 7970.0, 8000.0, 7964.0, 7980.0, 7958.0, 7998.0, 7984.0, 7976.0, 8013.0, 7975.0, 7975.0, 7946.0, 7923.0, 7901.0, 7928.0, 7907.0, 7901.0, 7885.0, 7949.0, 7889.0, 7935.0, 7912.0, 7934.0, 7931.0, 7927.0, 7932.0, 7976.0, 7954.0, 7946.0, 7983.0, 7999.0, 7944.0, 7934.0, 7959.0, 7949.0, 7937.0, 7979.0, 7959.0, 7974.0, 7926.0, 7979.0, 7925.0, 7977.0, 7931.0, 7943.0, 7932.0, 7909.0, 7925.0, 7928.0, 7931.0, 7937.0, 7926.0, 7962.0, 7970.0, 8003.0, 8008.0, 8002.0, 8006.0, 7989.0, 7985.0, 7985.0, 7965.0, 7964.0, 7992.0, 7966.0, 8032.0, 7996.0, 8015.0, 8004.0, 7993.0, 7954.0, 7939.0, 7943.0, 7932.0, 7947.0, 7952.0, 7944.0, 7939.0, 7934.0, 7956.0, 7992.0, 8010.0, 7980.0, 7988.0, 8008.0, 8022.0, 8014.0, 7983.0, 8019.0, 8001.0, 7982.0, 7993.0, 7960.0, 7994.0, 7957.0, 7956.0, 7940.0, 7955.0, 7955.0, 7990.0, 7957.0, 8011.0, 7972.0, 8013.0, 7983.0, 7979.0, 7947.0, 7949.0, 7964.0, 7952.0, 7976.0, 8017.0, 8004.0, 7939.0, 7981.0, 7963.0, 8000.0, 7971.0, 7999.0, 7967.0, 7982.0, 7999.0, 7965.0, 8008.0, 7959.0, 7985.0, 7953.0, 7954.0, 7954.0, 7992.0, 7954.0, 7969.0, 7951.0, 7951.0, 7952.0, 7949.0, 7951.0, 7955.0, 7979.0, 7954.0, 7955.0, 7956.0, 7960.0, 7985.0, 7998.0, 7999.0, 7990.0, 8012.0, 7994.0, 7996.0, 7976.0, 8030.0, 8003.0, 8005.0, 7988.0, 7984.0, 7982.0, 8002.0, 7987.0, 8008.0, 8006.0, 8002.0, 8013.0, 8013.0, 7988.0, 8010.0, 7968.0, 7988.0, 7964.0, 7980.0, 7931.0, 7944.0, 7945.0, 7944.0, 7941.0, 7943.0, 7943.0, 7929.0, 7946.0, 7931.0, 7948.0, 7930.0, 7948.0, 7918.0, 7951.0, 7938.0, 7939.0, 7936.0, 7954.0, 7937.0, 7958.0, 7965.0, 7985.0, 7981.0, 8009.0, 7974.0, 8012.0, 7981.0, 8014.0, 7979.0, 7991.0, 8007.0, 7991.0, 7977.0, 8027.0, 8024.0, 8034.0, 8009.0, 8002.0, 7993.0, 8019.0, 8040.0, 8027.0, 8038.0, 8021.0, 8033.0, 8030.0, 7997.0, 8020.0, 8017.0, 7997.0, 7998.0, 7994.0, 7973.0, 7974.0, 7957.0, 7958.0, 8014.0, 7991.0, 7990.0, 7936.0, 7910.0, 7933.0, 7984.0, 7985.0, 8003.0, 7982.0, 7986.0, 7957.0, 7982.0, 7961.0, 7980.0, 7976.0, 7958.0, 7953.0, 7954.0, 7955.0, 7934.0, 7948.0, 7967.0, 7933.0, 8008.0, 7950.0, 7989.0, 7949.0, 7962.0, 7929.0, 7923.0, 7923.0, 7922.0, 7926.0, 7964.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.003045942528735632</td></tr>
<tr><td colspan=3>aqi</td><td>0.03854543333333333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.86190391155351</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2400417418411973</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0492978331300333</td></tr>
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
<tr><td colspan=3>fber</td><td>4451.7524</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12182660153322449</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.666666666666668</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4731157248293263</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3458261258893285</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.698802572019169</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3747184765794813</td></tr>
<tr><td colspan=3>gcor</td><td>0.0238068</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016481826081871986</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03473708778619766</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.039393434295751</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>20.1199</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2321</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.5066</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8541</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>394.8263</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2718.2521</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>710.4983</td></tr>
<tr><td colspan=3>tsnr</td><td>32.19190420996165</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>