ds005256-mriqc/sub-0013_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter c7f26d9d7b [DATALAD RUNCMD] Compute MRIQC for sub-0013
=== 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-0013 --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-0013",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:20 +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-0013_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0013_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-04/func/sub-0013_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>497f333bde2f2ea942fe4f147cd4b434</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>10:45:25.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.075452</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>23</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7311, 524, -132, -303, 58, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19a2892d-ca87-47ee-9a2e-d3de4e0e8202||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673957586288452, 0.1973016858100891, 0.09610601514577866, 99.26786041259766], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -119.24713897705078], [0.05161888152360916, -0.5692139863967896, 2.6380221843719482, -54.45292282104492], [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': ['104525.505000', '104525.965000', '104526.425000', '104526.885000', '104527.345000', '104527.805000', '104528.265000', '104528.725000', '104529.185000', '104529.645000', '104530.105000', '104530.565000', '104531.025000', '104531.485000', '104531.945000', '104532.405000', '104532.865000', '104533.325000', '104533.785000', '104534.245000', '104534.705000', '104535.165000', '104535.625000', '104536.085000', '104536.545000', '104537.005000', '104537.465000', '104537.925000', '104538.385000', '104538.845000', '104539.305000', '104539.765000', '104540.225000', '104540.685000', '104541.145000', '104541.605000', '104542.065000', '104542.525000', '104542.985000', '104543.445000', '104543.905000', '104544.365000', '104544.825000', '104545.285000', '104545.745000', '104546.205000', '104546.665000', '104547.125000', '104547.585000', '104548.045000', '104548.505000', '104548.965000', '104549.425000', '104549.885000', '104550.345000', '104550.805000', '104551.265000', '104551.725000', '104552.185000', '104552.645000', '104553.105000', '104553.565000', '104554.025000', '104554.485000', '104554.945000', '104555.405000', '104555.865000', '104556.325000', '104556.785000', '104557.245000', '104557.705000', '104558.165000', '104558.625000', '104559.085000', '104559.545000', '104600.005000', '104600.465000', '104600.925000', '104601.385000', '104601.845000', '104602.305000', '104602.765000', '104603.225000', '104603.685000', '104604.145000', '104604.605000', '104605.065000', '104605.525000', '104605.985000', '104606.445000', '104606.905000', '104607.365000', '104607.825000', '104608.285000', '104608.745000', '104609.205000', '104609.665000', '104610.125000', '104610.585000', '104611.045000', '104611.505000', '104611.965000', '104612.425000', '104612.885000', '104613.345000', '104613.805000', '104614.265000', '104614.725000', '104615.185000', '104615.645000', '104616.105000', '104616.565000', '104617.025000', '104617.485000', '104617.945000', '104618.405000', '104618.865000', '104619.325000', '104619.785000', '104620.245000', '104620.705000', '104621.165000', '104621.625000', '104622.085000', '104622.545000', '104623.005000', '104623.465000', '104623.925000', '104624.385000', '104624.845000', '104625.305000', '104625.765000', '104626.225000', '104626.685000', '104627.145000', '104627.605000', '104628.065000', '104628.525000', '104628.985000', '104629.445000', '104629.905000', '104630.365000', '104630.825000', '104631.285000', '104631.745000', '104632.205000', '104632.665000', '104633.125000', '104633.585000', '104634.045000', '104634.505000', '104634.965000', '104635.425000', '104635.885000', '104636.345000', '104636.805000', '104637.265000', '104637.725000', '104638.185000', '104638.645000', '104639.105000', '104639.565000', '104640.025000', '104640.485000', '104640.945000', '104641.405000', '104641.865000', '104642.325000', '104642.785000', '104643.245000', '104643.705000', '104644.165000', '104644.625000', '104645.085000', '104645.545000', '104646.005000', '104646.465000', '104646.925000', '104647.385000', '104647.845000', '104648.305000', '104648.765000', '104649.225000', '104649.685000', '104650.145000', '104650.605000', '104651.065000', '104651.525000', '104651.985000', '104652.445000', '104652.905000', '104653.365000', '104653.825000', '104654.285000', '104654.745000', '104655.205000', '104655.665000', '104656.125000', '104656.585000', '104657.045000', '104657.505000', '104657.965000', '104658.425000', '104658.885000', '104659.345000', '104659.805000', '104700.265000', '104700.725000', '104701.185000', '104701.645000', '104702.105000', '104702.565000', '104703.025000', '104703.485000', '104703.945000', '104704.405000', '104704.865000', '104705.325000', '104705.785000', '104706.245000', '104706.705000', '104707.165000', '104707.625000', '104708.085000', '104708.545000', '104709.005000', '104709.465000', '104709.925000', '104710.385000', '104710.845000', '104711.305000', '104711.765000', '104712.225000', '104712.685000', '104713.145000', '104713.605000', '104714.065000', '104714.525000', '104714.985000', '104715.445000', '104715.905000', '104716.365000', '104716.825000', '104717.285000', '104717.745000', '104718.205000', '104718.665000', '104719.125000', '104719.585000', '104720.045000', '104720.505000', '104720.965000', '104721.425000', '104721.885000', '104722.345000', '104722.805000', '104723.265000', '104723.725000', '104724.185000', '104724.645000', '104725.105000', '104725.565000', '104726.025000', '104726.485000', '104726.945000', '104727.405000', '104727.865000', '104728.325000', '104728.785000', '104729.245000', '104729.705000', '104730.165000', '104730.625000', '104731.085000', '104731.545000', '104732.005000', '104732.465000', '104732.925000', '104733.385000', '104733.845000', '104734.305000', '104734.765000', '104735.225000', '104735.685000', '104736.145000', '104736.605000', '104737.065000', '104737.525000', '104737.985000', '104738.445000', '104738.905000', '104739.365000', '104739.825000', '104740.285000', '104740.745000', '104741.205000', '104741.665000', '104742.125000', '104742.585000', '104743.045000', '104743.505000', '104743.965000', '104744.425000', '104744.885000', '104745.345000', '104745.805000', '104746.265000', '104746.725000', '104747.185000', '104747.645000', '104748.105000', '104748.565000', '104749.025000', '104749.485000', '104749.945000', '104750.405000', '104750.865000', '104751.325000', '104751.785000', '104752.245000', '104752.705000', '104753.165000', '104753.625000', '104754.085000', '104754.545000', '104755.005000', '104755.465000', '104755.925000', '104756.385000', '104756.845000', '104757.305000', '104757.765000', '104758.225000', '104758.685000', '104759.145000', '104759.605000', '104800.065000', '104800.525000', '104800.985000', '104801.445000', '104801.905000', '104802.365000', '104802.825000', '104803.285000', '104803.745000', '104804.205000', '104804.665000', '104805.125000', '104805.585000', '104806.045000', '104806.505000', '104806.965000', '104807.425000', '104807.885000', '104808.345000', '104808.805000', '104809.265000', '104809.725000', '104810.185000', '104810.645000', '104811.105000', '104811.565000', '104812.025000', '104812.485000', '104812.945000', '104813.405000', '104813.865000', '104814.325000', '104814.785000', '104815.245000', '104815.705000', '104816.165000', '104816.625000', '104817.085000', '104817.545000', '104818.005000', '104818.465000', '104818.925000', '104819.385000', '104819.845000', '104820.305000', '104820.765000', '104821.225000', '104821.685000', '104822.145000', '104822.605000', '104823.065000', '104823.525000', '104823.985000', '104824.445000', '104824.905000', '104825.365000', '104825.825000', '104826.285000', '104826.745000', '104827.205000', '104827.665000', '104828.125000', '104828.585000', '104829.045000', '104829.505000', '104829.965000', '104830.425000', '104830.885000', '104831.345000', '104831.805000', '104832.265000', '104832.725000', '104833.185000', '104833.645000', '104834.105000', '104834.565000', '104835.025000', '104835.485000', '104835.945000', '104836.405000', '104836.865000', '104837.325000', '104837.785000', '104838.245000', '104838.705000', '104839.165000', '104839.625000', '104840.085000', '104840.545000', '104841.005000', '104841.465000', '104841.925000', '104842.385000', '104842.845000', '104843.305000', '104843.765000', '104844.225000', '104844.685000', '104845.145000', '104845.605000', '104846.065000', '104846.525000', '104846.985000', '104847.445000', '104847.905000', '104848.365000', '104848.825000', '104849.285000', '104849.745000', '104850.205000', '104850.665000', '104851.125000', '104851.585000', '104852.045000', '104852.505000', '104852.965000', '104853.425000', '104853.885000', '104854.345000', '104854.805000', '104855.265000', '104855.725000', '104856.185000', '104856.645000', '104857.105000', '104857.565000', '104858.025000', '104858.485000', '104858.945000', '104859.405000', '104859.865000', '104900.325000', '104900.785000', '104901.245000', '104901.705000', '104902.165000', '104902.625000', '104903.085000', '104903.545000', '104904.005000', '104904.465000', '104904.925000', '104905.385000', '104905.845000', '104906.305000', '104906.765000', '104907.225000', '104907.685000', '104908.145000', '104908.605000', '104909.065000', '104909.525000', '104909.985000', '104910.445000', '104910.905000', '104911.365000', '104911.825000', '104912.285000', '104912.745000', '104913.205000', '104913.665000', '104914.125000', '104914.585000', '104915.045000', '104915.505000', '104915.965000', '104916.425000', '104916.885000', '104917.345000', '104917.805000', '104918.265000', '104918.725000', '104919.185000', '104919.645000', '104920.105000', '104920.565000', '104921.025000', '104921.485000', '104921.945000', '104922.405000', '104922.865000', '104923.325000', '104923.785000', '104924.245000', '104924.705000', '104925.165000', '104925.625000', '104926.085000', '104926.545000', '104927.005000', '104927.465000', '104927.925000', '104928.385000', '104928.845000', '104929.305000', '104929.765000', '104930.225000', '104930.685000', '104931.145000', '104931.605000', '104932.065000', '104932.525000', '104932.985000', '104933.445000', '104933.905000', '104934.365000', '104934.825000', '104935.285000', '104935.745000', '104936.205000', '104936.665000', '104937.125000', '104937.585000', '104938.045000', '104938.505000', '104938.965000', '104939.425000', '104939.885000', '104940.345000', '104940.805000', '104941.265000', '104941.725000', '104942.185000', '104942.645000', '104943.105000', '104943.565000', '104944.025000', '104944.485000', '104944.945000', '104945.405000', '104945.865000', '104946.325000', '104946.785000', '104947.245000', '104947.705000', '104948.165000', '104948.625000', '104949.085000', '104949.545000', '104950.005000', '104950.465000', '104950.925000', '104951.385000', '104951.845000', '104952.305000', '104952.765000', '104953.225000', '104953.685000', '104954.145000', '104954.605000', '104955.065000', '104955.525000', '104955.985000', '104956.445000', '104956.905000', '104957.365000', '104957.825000', '104958.285000', '104958.745000', '104959.205000', '104959.665000', '105000.125000', '105000.585000', '105001.045000', '105001.505000', '105001.965000', '105002.425000', '105002.885000', '105003.345000', '105003.805000', '105004.265000', '105004.725000', '105005.185000', '105005.645000', '105006.105000', '105006.565000', '105007.025000', '105007.485000', '105007.945000', '105008.405000', '105008.865000', '105009.325000', '105009.785000', '105010.245000', '105010.705000', '105011.165000', '105011.625000', '105012.085000', '105012.545000', '105013.005000', '105013.465000', '105013.925000', '105014.385000', '105014.845000', '105015.305000', '105015.765000', '105016.225000', '105016.685000', '105017.145000', '105017.605000', '105018.065000', '105018.525000', '105018.985000', '105019.445000', '105019.905000', '105020.365000', '105020.825000', '105021.285000', '105021.745000', '105022.205000', '105022.665000', '105023.125000', '105023.585000', '105024.045000', '105024.505000', '105024.965000', '105025.425000', '105025.885000', '105026.345000', '105026.805000', '105027.265000', '105027.725000', '105028.185000', '105028.645000', '105029.105000', '105029.565000', '105030.025000', '105030.485000', '105030.945000', '105031.405000', '105031.865000', '105032.325000', '105032.785000', '105033.245000', '105033.705000', '105034.165000', '105034.625000', '105035.085000', '105035.545000', '105036.005000', '105036.465000', '105036.925000', '105037.385000', '105037.845000', '105038.305000', '105038.765000', '105039.225000', '105039.685000', '105040.145000', '105040.605000', '105041.065000', '105041.525000', '105041.985000', '105042.445000', '105042.905000', '105043.365000', '105043.825000', '105044.285000', '105044.745000', '105045.205000', '105045.665000', '105046.125000', '105046.585000', '105047.045000', '105047.505000', '105047.965000', '105048.425000', '105048.885000', '105049.345000', '105049.805000', '105050.265000', '105050.725000', '105051.185000', '105051.645000', '105052.105000', '105052.565000', '105053.025000', '105053.485000', '105053.945000', '105054.405000', '105054.865000', '105055.325000', '105055.785000', '105056.245000', '105056.705000', '105057.165000', '105057.625000', '105058.085000', '105058.545000', '105059.005000', '105059.465000', '105059.925000', '105100.385000', '105100.845000', '105101.305000', '105101.765000', '105102.225000', '105102.685000', '105103.145000', '105103.605000', '105104.065000', '105104.525000', '105104.985000', '105105.445000', '105105.905000', '105106.365000', '105106.825000', '105107.285000', '105107.745000', '105108.205000', '105108.665000', '105109.125000', '105109.585000', '105110.045000', '105110.505000', '105110.965000', '105111.425000', '105111.885000', '105112.345000', '105112.805000', '105113.265000', '105113.725000', '105114.185000', '105114.645000', '105115.105000', '105115.565000', '105116.025000', '105116.485000', '105116.945000', '105117.405000', '105117.865000', '105118.325000', '105118.785000', '105119.245000', '105119.705000', '105120.165000', '105120.625000', '105121.085000', '105121.545000', '105122.005000', '105122.465000', '105122.925000', '105123.385000', '105123.845000', '105124.305000', '105124.765000', '105125.225000', '105125.685000', '105126.145000', '105126.605000', '105127.065000', '105127.525000', '105127.985000', '105128.445000', '105128.905000', '105129.365000', '105129.825000', '105130.285000', '105130.745000', '105131.205000', '105131.665000', '105132.125000', '105132.585000', '105133.045000', '105133.505000', '105133.965000', '105134.425000', '105134.885000', '105135.345000', '105135.805000', '105136.265000', '105136.725000', '105137.185000', '105137.645000', '105138.105000', '105138.565000', '105139.025000', '105139.485000', '105139.945000', '105140.405000', '105140.865000', '105141.325000', '105141.785000', '105142.245000', '105142.705000', '105143.165000', '105143.625000', '105144.085000', '105144.545000', '105145.005000', '105145.465000', '105145.925000', '105146.385000', '105146.845000', '105147.305000', '105147.765000', '105148.225000', '105148.685000', '105149.145000', '105149.605000', '105150.065000', '105150.525000', '105150.985000', '105151.445000', '105151.905000', '105152.365000', '105152.825000', '105153.285000', '105153.745000', '105154.205000', '105154.665000', '105155.125000', '105155.585000', '105156.045000', '105156.505000', '105156.965000', '105157.425000', '105157.885000', '105158.345000', '105158.805000', '105159.265000', '105159.725000', '105200.185000', '105200.645000', '105201.105000', '105201.565000', '105202.025000', '105202.485000', '105202.945000', '105203.405000', '105203.865000', '105204.325000', '105204.785000', '105205.245000', '105205.705000', '105206.165000'], 'ContentTime': ['104554.401000', '104554.404000', '104554.407000', '104554.410000', '104554.413000', '104554.415000', '104554.418000', '104554.421000', '104554.424000', '104554.427000', '104554.429000', '104554.432000', '104554.435000', '104554.438000', '104554.441000', '104554.443000', '104554.446000', '104554.456000', '104554.459000', '104554.461000', '104554.464000', '104554.467000', '104554.470000', '104554.472000', '104554.475000', '104554.478000', '104554.480000', '104554.483000', '104554.486000', '104554.489000', '104554.492000', '104554.494000', '104554.497000', '104554.500000', '104554.503000', '104554.505000', '104554.508000', '104554.511000', '104554.514000', '104554.517000', '104554.519000', '104554.522000', '104554.527000', '104554.530000', '104554.532000', '104554.535000', '104554.538000', '104554.541000', '104554.544000', '104554.546000', '104554.549000', '104554.552000', '104554.555000', '104554.557000', '104554.560000', '104554.563000', '104554.566000', '104554.569000', '104554.572000', '104554.574000', '104554.577000', '104614.365000', '104614.368000', '104614.370000', '104614.373000', '104614.376000', '104614.379000', '104614.382000', '104614.384000', '104614.387000', '104614.390000', '104614.393000', '104614.396000', '104614.398000', '104614.401000', '104614.404000', '104614.407000', '104614.409000', '104614.412000', '104614.415000', '104614.418000', '104614.421000', '104614.423000', '104614.426000', '104614.429000', '104614.432000', '104614.434000', '104614.437000', '104614.440000', '104614.443000', '104614.446000', '104614.449000', '104614.451000', '104614.455000', '104614.458000', '104614.461000', '104614.464000', '104614.467000', '104614.469000', '104614.472000', '104614.475000', '104614.478000', '104614.481000', '104614.484000', '104634.365000', '104634.368000', '104634.371000', '104634.373000', '104634.376000', '104634.379000', '104634.382000', '104634.385000', '104634.388000', '104634.390000', '104634.393000', '104634.396000', '104634.399000', '104634.401000', '104634.404000', '104634.407000', '104634.410000', '104634.413000', '104634.416000', '104634.418000', '104634.421000', '104634.424000', '104634.427000', '104634.430000', '104634.432000', '104634.435000', '104634.438000', '104634.441000', '104634.444000', '104634.446000', '104634.449000', '104634.452000', '104634.455000', '104634.458000', '104634.461000', '104634.464000', '104634.466000', '104634.469000', '104634.472000', '104634.475000', '104634.478000', '104634.480000', '104634.483000', '104634.486000', '104654.365000', '104654.368000', '104654.371000', '104654.373000', '104654.376000', '104654.379000', '104654.382000', '104654.400000', '104654.403000', '104654.405000', '104654.408000', '104654.411000', '104654.414000', '104654.417000', '104654.419000', '104654.422000', '104654.425000', '104654.428000', '104654.431000', '104654.433000', '104654.436000', '104654.439000', '104654.442000', '104654.445000', '104654.448000', '104654.450000', '104654.453000', '104654.456000', '104654.459000', '104654.462000', '104654.464000', '104654.467000', '104654.470000', '104654.473000', '104654.476000', '104654.478000', '104654.481000', '104654.484000', '104654.487000', '104654.490000', '104654.492000', '104654.495000', '104654.498000', '104714.365000', '104714.368000', '104714.370000', '104714.373000', '104714.376000', '104714.379000', '104714.382000', '104714.385000', '104714.387000', '104714.390000', '104714.393000', '104714.396000', '104714.398000', '104714.401000', '104714.404000', '104714.407000', '104714.410000', '104714.412000', '104714.415000', '104714.418000', '104714.421000', '104714.424000', '104714.426000', '104714.429000', '104714.432000', '104714.435000', '104714.438000', '104714.441000', '104714.443000', '104714.446000', '104714.449000', '104714.452000', '104714.455000', '104714.457000', '104714.460000', '104714.463000', '104714.466000', '104714.469000', '104714.471000', '104714.474000', '104714.477000', '104714.480000', '104714.482000', '104714.485000', '104734.366000', '104734.369000', '104734.372000', '104734.374000', '104734.377000', '104734.380000', '104734.383000', '104734.386000', '104734.388000', '104734.391000', '104734.394000', '104734.397000', '104734.400000', '104734.402000', '104734.405000', '104734.408000', '104734.411000', '104734.414000', '104734.416000', '104734.419000', '104734.422000', '104734.425000', '104734.428000', '104734.431000', '104734.433000', '104734.436000', '104734.439000', '104734.442000', '104734.445000', '104734.448000', '104734.450000', '104734.453000', '104734.456000', '104734.459000', '104734.462000', '104734.464000', '104734.467000', '104734.470000', '104734.473000', '104734.476000', '104734.479000', '104734.481000', '104734.484000', '104754.366000', '104754.369000', '104754.372000', '104754.374000', '104754.377000', '104754.380000', '104754.383000', '104754.386000', '104754.388000', '104754.391000', '104754.394000', '104754.397000', '104754.400000', '104754.403000', '104754.405000', '104754.408000', '104754.411000', '104754.414000', '104754.416000', '104754.419000', '104754.422000', '104754.425000', '104754.428000', '104754.431000', '104754.433000', '104754.436000', '104754.439000', '104754.442000', '104754.444000', '104754.447000', '104754.450000', '104754.453000', '104754.456000', '104754.458000', '104754.461000', '104754.464000', '104754.467000', '104754.470000', '104754.473000', '104754.475000', '104754.478000', '104754.481000', '104754.484000', '104754.486000', '104814.366000', '104814.369000', '104814.372000', '104814.374000', '104814.377000', '104814.380000', '104814.383000', '104814.385000', '104814.388000', '104814.391000', '104814.394000', '104814.397000', '104814.399000', '104814.402000', '104814.405000', '104814.408000', '104814.411000', '104814.414000', '104814.416000', '104814.419000', '104814.422000', '104814.425000', '104814.427000', '104814.430000', '104814.433000', '104814.436000', '104814.439000', '104814.441000', '104814.444000', '104814.447000', '104814.450000', '104814.453000', '104814.472000', '104814.474000', '104814.477000', '104814.480000', '104814.483000', '104814.486000', '104814.488000', '104814.491000', '104814.494000', '104814.497000', '104814.500000', '104834.366000', '104834.370000', '104834.372000', '104834.375000', '104834.378000', '104834.381000', '104834.384000', '104834.387000', '104834.389000', '104834.392000', '104834.395000', '104834.398000', '104834.401000', '104834.403000', '104834.406000', '104834.409000', '104834.412000', '104834.415000', '104834.418000', '104834.420000', '104834.423000', '104834.426000', '104834.429000', '104834.431000', '104834.434000', '104834.437000', '104834.440000', '104834.443000', '104834.445000', '104834.448000', '104834.451000', '104834.454000', '104834.457000', '104834.460000', '104834.463000', '104834.465000', '104834.468000', '104834.471000', '104834.474000', '104834.477000', '104834.479000', '104834.482000', '104834.485000', '104854.365000', '104854.368000', '104854.371000', '104854.373000', '104854.376000', '104854.379000', '104854.382000', '104854.385000', '104854.388000', '104854.390000', '104854.393000', '104854.396000', '104854.399000', '104854.402000', '104854.404000', '104854.407000', '104854.410000', '104854.413000', '104854.416000', '104854.418000', '104854.421000', '104854.424000', '104854.427000', '104854.430000', '104854.433000', '104854.435000', '104854.438000', '104854.441000', '104854.444000', '104854.447000', '104854.449000', '104854.452000', '104854.455000', '104854.458000', '104854.461000', '104854.464000', '104854.467000', '104854.469000', '104854.472000', '104854.475000', '104854.478000', '104854.481000', '104854.483000', '104854.486000', '104914.365000', '104914.368000', '104914.371000', '104914.375000', '104914.379000', '104914.382000', '104914.385000', '104914.388000', '104914.391000', '104914.394000', '104914.397000', '104914.399000', '104914.402000', '104914.405000', '104914.408000', '104914.411000', '104914.414000', '104914.416000', '104914.419000', '104914.422000', '104914.425000', '104914.428000', '104914.430000', '104914.433000', '104914.436000', '104914.439000', '104914.442000', '104914.444000', '104914.447000', '104914.450000', '104914.453000', '104914.456000', '104914.459000', '104914.461000', '104914.464000', '104914.467000', '104914.470000', '104914.472000', '104914.475000', '104914.478000', '104914.481000', '104914.484000', '104914.486000', '104934.365000', '104934.368000', '104934.371000', '104934.374000', '104934.376000', '104934.379000', '104934.382000', '104934.385000', '104934.388000', '104934.391000', '104934.393000', '104934.396000', '104934.399000', '104934.402000', '104934.405000', '104934.407000', '104934.410000', '104934.413000', '104934.416000', '104934.419000', '104934.422000', '104934.424000', '104934.427000', '104934.430000', '104934.433000', '104934.436000', '104934.438000', '104934.441000', '104934.444000', '104934.447000', '104934.450000', '104934.453000', '104934.455000', '104934.458000', '104934.461000', '104934.464000', '104934.467000', '104934.469000', '104934.472000', '104934.475000', '104934.478000', '104934.481000', '104934.483000', '104934.486000', '104954.366000', '104954.369000', '104954.372000', '104954.375000', '104954.377000', '104954.380000', '104954.383000', '104954.386000', '104954.389000', '104954.392000', '104954.395000', '104954.398000', '104954.401000', '104954.414000', '104954.417000', '104954.419000', '104954.422000', '104954.425000', '104954.428000', '104954.431000', '104954.433000', '104954.436000', '104954.439000', '104954.442000', '104954.445000', '104954.447000', '104954.450000', '104954.453000', '104954.456000', '104954.459000', '104954.462000', '104954.464000', '104954.467000', '104954.470000', '104954.473000', '104954.476000', '104954.478000', '104954.481000', '104954.484000', '104954.487000', '104954.490000', '104954.492000', '104954.495000', '105014.366000', '105014.369000', '105014.372000', '105014.374000', '105014.377000', '105014.380000', '105014.383000', '105014.386000', '105014.388000', '105014.391000', '105014.394000', '105014.397000', '105014.400000', '105014.403000', '105014.405000', '105014.408000', '105014.411000', '105014.414000', '105014.417000', '105014.420000', '105014.422000', '105014.425000', '105014.428000', '105014.431000', '105014.434000', '105014.437000', '105014.439000', '105014.442000', '105014.445000', '105014.448000', '105014.451000', '105014.454000', '105014.456000', '105014.459000', '105014.462000', '105014.465000', '105014.467000', '105014.470000', '105014.473000', '105014.476000', '105014.479000', '105014.482000', '105014.485000', '105014.487000', '105034.366000', '105034.369000', '105034.372000', '105034.375000', '105034.377000', '105034.380000', '105034.383000', '105034.386000', '105034.389000', '105034.392000', '105034.395000', '105034.397000', '105034.400000', '105034.403000', '105034.406000', '105034.409000', '105034.413000', '105034.417000', '105034.420000', '105034.423000', '105034.426000', '105034.429000', '105034.431000', '105034.434000', '105034.437000', '105034.440000', '105034.443000', '105034.446000', '105034.448000', '105034.451000', '105034.454000', '105034.457000', '105034.460000', '105034.463000', '105034.466000', '105034.468000', '105034.471000', '105034.474000', '105034.477000', '105034.480000', '105034.482000', '105034.485000', '105034.488000', '105054.365000', '105054.368000', '105054.371000', '105054.373000', '105054.376000', '105054.379000', '105054.382000', '105054.385000', '105054.387000', '105054.390000', '105054.393000', '105054.396000', '105054.399000', '105054.402000', '105054.404000', '105054.407000', '105054.410000', '105054.413000', '105054.416000', '105054.419000', '105054.421000', '105054.424000', '105054.427000', '105054.430000', '105054.433000', '105054.435000', '105054.438000', '105054.441000', '105054.444000', '105054.447000', '105054.450000', '105054.452000', '105054.455000', '105054.458000', '105054.461000', '105054.464000', '105054.467000', '105054.469000', '105054.472000', '105054.475000', '105054.478000', '105054.481000', '105054.483000', '105054.486000', '105114.365000', '105114.369000', '105114.372000', '105114.375000', '105114.378000', '105114.381000', '105114.384000', '105114.386000', '105114.389000', '105114.392000', '105114.395000', '105114.398000', '105114.400000', '105114.403000', '105114.406000', '105114.409000', '105114.412000', '105114.416000', '105114.419000', '105114.423000', '105114.426000', '105114.429000', '105114.432000', '105114.435000', '105114.437000', '105114.440000', '105114.443000', '105114.446000', '105114.449000', '105114.452000', '105114.454000', '105114.457000', '105114.460000', '105114.463000', '105114.466000', '105114.468000', '105114.471000', '105114.474000', '105114.490000', '105114.493000', '105114.496000', '105114.499000', '105114.501000', '105134.365000', '105134.368000', '105134.371000', '105134.373000', '105134.376000', '105134.379000', '105134.382000', '105134.385000', '105134.388000', '105134.390000', '105134.393000', '105134.396000', '105134.399000', '105134.402000', '105134.405000', '105134.408000', '105134.410000', '105134.413000', '105134.416000', '105134.419000', '105134.422000', '105134.424000', '105134.427000', '105134.430000', '105134.433000', '105134.436000', '105134.439000', '105134.441000', '105134.444000', '105134.447000', '105134.450000', '105134.453000', '105134.455000', '105134.458000', '105134.461000', '105134.464000', '105134.467000', '105134.469000', '105134.472000', '105134.475000', '105134.478000', '105134.481000', '105134.483000', '105134.486000', '105154.365000', '105154.368000', '105154.371000', '105154.374000', '105154.376000', '105154.379000', '105154.382000', '105154.385000', '105154.388000', '105154.390000', '105154.393000', '105154.396000', '105154.399000', '105154.402000', '105154.404000', '105154.407000', '105154.410000', '105154.413000', '105154.416000', '105154.419000', '105154.421000', '105154.424000', '105154.427000', '105154.430000', '105154.433000', '105154.435000', '105154.438000', '105154.441000', '105154.444000', '105154.449000', '105154.452000', '105154.454000', '105154.457000', '105154.460000', '105154.463000', '105154.466000', '105154.468000', '105154.471000', '105154.474000', '105154.477000', '105154.480000', '105154.482000', '105154.485000', '105207.396000', '105207.400000', '105207.403000', '105207.406000', '105207.410000', '105207.413000', '105207.417000', '105207.420000', '105207.423000', '105207.425000', '105207.428000', '105207.431000', '105207.434000', '105207.437000', '105207.440000', '105207.442000', '105207.467000', '105207.470000', '105207.473000', '105207.476000', '105207.478000', '105207.481000', '105207.484000', '105207.487000', '105207.490000', '105207.493000', '105207.496000', '105207.498000', '105207.501000'], 'InstanceCreationTime': ['104554.401000', '104554.404000', '104554.407000', '104554.410000', '104554.413000', '104554.415000', '104554.418000', '104554.421000', '104554.424000', '104554.427000', '104554.429000', '104554.432000', '104554.435000', '104554.438000', '104554.441000', '104554.443000', '104554.446000', '104554.456000', '104554.459000', '104554.461000', '104554.464000', '104554.467000', '104554.470000', '104554.472000', '104554.475000', '104554.478000', '104554.480000', '104554.483000', '104554.486000', '104554.489000', '104554.492000', '104554.494000', '104554.497000', '104554.500000', '104554.503000', '104554.505000', '104554.508000', '104554.511000', '104554.514000', '104554.517000', '104554.519000', '104554.522000', '104554.527000', '104554.530000', '104554.532000', '104554.535000', '104554.538000', '104554.541000', '104554.544000', '104554.546000', '104554.549000', '104554.552000', '104554.555000', '104554.557000', '104554.560000', '104554.563000', '104554.566000', '104554.569000', '104554.572000', '104554.574000', '104554.577000', '104614.365000', '104614.368000', '104614.370000', '104614.373000', '104614.376000', '104614.379000', '104614.382000', '104614.384000', '104614.387000', '104614.390000', '104614.393000', '104614.396000', '104614.398000', '104614.401000', '104614.404000', '104614.407000', '104614.409000', '104614.412000', '104614.415000', '104614.418000', '104614.421000', '104614.423000', '104614.426000', '104614.429000', '104614.432000', '104614.434000', '104614.437000', '104614.440000', '104614.443000', '104614.446000', '104614.449000', '104614.451000', '104614.455000', '104614.458000', '104614.461000', '104614.464000', '104614.467000', '104614.469000', '104614.472000', '104614.475000', '104614.478000', '104614.481000', '104614.484000', '104634.365000', '104634.368000', '104634.371000', '104634.373000', '104634.376000', '104634.379000', '104634.382000', '104634.385000', '104634.388000', '104634.390000', '104634.393000', '104634.396000', '104634.399000', '104634.401000', '104634.404000', '104634.407000', '104634.410000', '104634.413000', '104634.416000', '104634.418000', '104634.421000', '104634.424000', '104634.427000', '104634.430000', '104634.432000', '104634.435000', '104634.438000', '104634.441000', '104634.444000', '104634.446000', '104634.449000', '104634.452000', '104634.455000', '104634.458000', '104634.461000', '104634.464000', '104634.466000', '104634.469000', '104634.472000', '104634.475000', '104634.478000', '104634.480000', '104634.483000', '104634.486000', '104654.365000', '104654.368000', '104654.371000', '104654.373000', '104654.376000', '104654.379000', '104654.382000', '104654.400000', '104654.403000', '104654.405000', '104654.408000', '104654.411000', '104654.414000', '104654.417000', '104654.419000', '104654.422000', '104654.425000', '104654.428000', '104654.431000', '104654.433000', '104654.436000', '104654.439000', '104654.442000', '104654.445000', '104654.448000', '104654.450000', '104654.453000', '104654.456000', '104654.459000', '104654.462000', '104654.464000', '104654.467000', '104654.470000', '104654.473000', '104654.476000', '104654.478000', '104654.481000', '104654.484000', '104654.487000', '104654.490000', '104654.492000', '104654.495000', '104654.498000', '104714.365000', '104714.368000', '104714.370000', '104714.373000', '104714.376000', '104714.379000', '104714.382000', '104714.385000', '104714.387000', '104714.390000', '104714.393000', '104714.396000', '104714.398000', '104714.401000', '104714.404000', '104714.407000', '104714.410000', '104714.412000', '104714.415000', '104714.418000', '104714.421000', '104714.424000', '104714.426000', '104714.429000', '104714.432000', '104714.435000', '104714.438000', '104714.441000', '104714.443000', '104714.446000', '104714.449000', '104714.452000', '104714.455000', '104714.457000', '104714.460000', '104714.463000', '104714.466000', '104714.469000', '104714.471000', '104714.474000', '104714.477000', '104714.480000', '104714.482000', '104714.485000', '104734.366000', '104734.369000', '104734.372000', '104734.374000', '104734.377000', '104734.380000', '104734.383000', '104734.386000', '104734.388000', '104734.391000', '104734.394000', '104734.397000', '104734.400000', '104734.402000', '104734.405000', '104734.408000', '104734.411000', '104734.414000', '104734.416000', '104734.419000', '104734.422000', '104734.425000', '104734.428000', '104734.431000', '104734.433000', '104734.436000', '104734.439000', '104734.442000', '104734.445000', '104734.448000', '104734.450000', '104734.453000', '104734.456000', '104734.459000', '104734.462000', '104734.464000', '104734.467000', '104734.470000', '104734.473000', '104734.476000', '104734.479000', '104734.481000', '104734.484000', '104754.366000', '104754.369000', '104754.372000', '104754.374000', '104754.377000', '104754.380000', '104754.383000', '104754.386000', '104754.388000', '104754.391000', '104754.394000', '104754.397000', '104754.400000', '104754.403000', '104754.405000', '104754.408000', '104754.411000', '104754.414000', '104754.416000', '104754.419000', '104754.422000', '104754.425000', '104754.428000', '104754.431000', '104754.433000', '104754.436000', '104754.439000', '104754.442000', '104754.444000', '104754.447000', '104754.450000', '104754.453000', '104754.456000', '104754.458000', '104754.461000', '104754.464000', '104754.467000', '104754.470000', '104754.473000', '104754.475000', '104754.478000', '104754.481000', '104754.484000', '104754.486000', '104814.366000', '104814.369000', '104814.372000', '104814.374000', '104814.377000', '104814.380000', '104814.383000', '104814.385000', '104814.388000', '104814.391000', '104814.394000', '104814.397000', '104814.399000', '104814.402000', '104814.405000', '104814.408000', '104814.411000', '104814.414000', '104814.416000', '104814.419000', '104814.422000', '104814.425000', '104814.427000', '104814.430000', '104814.433000', '104814.436000', '104814.439000', '104814.441000', '104814.444000', '104814.447000', '104814.450000', '104814.453000', '104814.472000', '104814.474000', '104814.477000', '104814.480000', '104814.483000', '104814.486000', '104814.488000', '104814.491000', '104814.494000', '104814.497000', '104814.500000', '104834.366000', '104834.370000', '104834.372000', '104834.375000', '104834.378000', '104834.381000', '104834.384000', '104834.387000', '104834.389000', '104834.392000', '104834.395000', '104834.398000', '104834.401000', '104834.403000', '104834.406000', '104834.409000', '104834.412000', '104834.415000', '104834.418000', '104834.420000', '104834.423000', '104834.426000', '104834.429000', '104834.431000', '104834.434000', '104834.437000', '104834.440000', '104834.443000', '104834.445000', '104834.448000', '104834.451000', '104834.454000', '104834.457000', '104834.460000', '104834.463000', '104834.465000', '104834.468000', '104834.471000', '104834.474000', '104834.477000', '104834.479000', '104834.482000', '104834.485000', '104854.365000', '104854.368000', '104854.371000', '104854.373000', '104854.376000', '104854.379000', '104854.382000', '104854.385000', '104854.388000', '104854.390000', '104854.393000', '104854.396000', '104854.399000', '104854.402000', '104854.404000', '104854.407000', '104854.410000', '104854.413000', '104854.416000', '104854.418000', '104854.421000', '104854.424000', '104854.427000', '104854.430000', '104854.433000', '104854.435000', '104854.438000', '104854.441000', '104854.444000', '104854.447000', '104854.449000', '104854.452000', '104854.455000', '104854.458000', '104854.461000', '104854.464000', '104854.467000', '104854.469000', '104854.472000', '104854.475000', '104854.478000', '104854.481000', '104854.483000', '104854.486000', '104914.365000', '104914.368000', '104914.371000', '104914.375000', '104914.379000', '104914.382000', '104914.385000', '104914.388000', '104914.391000', '104914.394000', '104914.397000', '104914.399000', '104914.402000', '104914.405000', '104914.408000', '104914.411000', '104914.414000', '104914.416000', '104914.419000', '104914.422000', '104914.425000', '104914.428000', '104914.430000', '104914.433000', '104914.436000', '104914.439000', '104914.442000', '104914.444000', '104914.447000', '104914.450000', '104914.453000', '104914.456000', '104914.459000', '104914.461000', '104914.464000', '104914.467000', '104914.470000', '104914.472000', '104914.475000', '104914.478000', '104914.481000', '104914.484000', '104914.486000', '104934.365000', '104934.368000', '104934.371000', '104934.374000', '104934.376000', '104934.379000', '104934.382000', '104934.385000', '104934.388000', '104934.391000', '104934.393000', '104934.396000', '104934.399000', '104934.402000', '104934.405000', '104934.407000', '104934.410000', '104934.413000', '104934.416000', '104934.419000', '104934.422000', '104934.424000', '104934.427000', '104934.430000', '104934.433000', '104934.436000', '104934.438000', '104934.441000', '104934.444000', '104934.447000', '104934.450000', '104934.453000', '104934.455000', '104934.458000', '104934.461000', '104934.464000', '104934.467000', '104934.469000', '104934.472000', '104934.475000', '104934.478000', '104934.481000', '104934.483000', '104934.486000', '104954.366000', '104954.369000', '104954.372000', '104954.375000', '104954.377000', '104954.380000', '104954.383000', '104954.386000', '104954.389000', '104954.392000', '104954.395000', '104954.398000', '104954.401000', '104954.414000', '104954.417000', '104954.419000', '104954.422000', '104954.425000', '104954.428000', '104954.431000', '104954.433000', '104954.436000', '104954.439000', '104954.442000', '104954.445000', '104954.447000', '104954.450000', '104954.453000', '104954.456000', '104954.459000', '104954.462000', '104954.464000', '104954.467000', '104954.470000', '104954.473000', '104954.476000', '104954.478000', '104954.481000', '104954.484000', '104954.487000', '104954.490000', '104954.492000', '104954.495000', '105014.366000', '105014.369000', '105014.372000', '105014.374000', '105014.377000', '105014.380000', '105014.383000', '105014.386000', '105014.388000', '105014.391000', '105014.394000', '105014.397000', '105014.400000', '105014.403000', '105014.405000', '105014.408000', '105014.411000', '105014.414000', '105014.417000', '105014.420000', '105014.422000', '105014.425000', '105014.428000', '105014.431000', '105014.434000', '105014.437000', '105014.439000', '105014.442000', '105014.445000', '105014.448000', '105014.451000', '105014.454000', '105014.456000', '105014.459000', '105014.462000', '105014.465000', '105014.467000', '105014.470000', '105014.473000', '105014.476000', '105014.479000', '105014.482000', '105014.485000', '105014.487000', '105034.366000', '105034.369000', '105034.372000', '105034.375000', '105034.377000', '105034.380000', '105034.383000', '105034.386000', '105034.389000', '105034.392000', '105034.395000', '105034.397000', '105034.400000', '105034.403000', '105034.406000', '105034.409000', '105034.413000', '105034.417000', '105034.420000', '105034.423000', '105034.426000', '105034.429000', '105034.431000', '105034.434000', '105034.437000', '105034.440000', '105034.443000', '105034.446000', '105034.448000', '105034.451000', '105034.454000', '105034.457000', '105034.460000', '105034.463000', '105034.466000', '105034.468000', '105034.471000', '105034.474000', '105034.477000', '105034.480000', '105034.482000', '105034.485000', '105034.488000', '105054.365000', '105054.368000', '105054.371000', '105054.373000', '105054.376000', '105054.379000', '105054.382000', '105054.385000', '105054.387000', '105054.390000', '105054.393000', '105054.396000', '105054.399000', '105054.402000', '105054.404000', '105054.407000', '105054.410000', '105054.413000', '105054.416000', '105054.419000', '105054.421000', '105054.424000', '105054.427000', '105054.430000', '105054.433000', '105054.435000', '105054.438000', '105054.441000', '105054.444000', '105054.447000', '105054.450000', '105054.452000', '105054.455000', '105054.458000', '105054.461000', '105054.464000', '105054.467000', '105054.469000', '105054.472000', '105054.475000', '105054.478000', '105054.481000', '105054.483000', '105054.486000', '105114.365000', '105114.369000', '105114.372000', '105114.375000', '105114.378000', '105114.381000', '105114.384000', '105114.386000', '105114.389000', '105114.392000', '105114.395000', '105114.398000', '105114.400000', '105114.403000', '105114.406000', '105114.409000', '105114.412000', '105114.416000', '105114.419000', '105114.423000', '105114.426000', '105114.429000', '105114.432000', '105114.435000', '105114.437000', '105114.440000', '105114.443000', '105114.446000', '105114.449000', '105114.452000', '105114.454000', '105114.457000', '105114.460000', '105114.463000', '105114.466000', '105114.468000', '105114.471000', '105114.474000', '105114.490000', '105114.493000', '105114.496000', '105114.499000', '105114.501000', '105134.365000', '105134.368000', '105134.371000', '105134.373000', '105134.376000', '105134.379000', '105134.382000', '105134.385000', '105134.388000', '105134.390000', '105134.393000', '105134.396000', '105134.399000', '105134.402000', '105134.405000', '105134.408000', '105134.410000', '105134.413000', '105134.416000', '105134.419000', '105134.422000', '105134.424000', '105134.427000', '105134.430000', '105134.433000', '105134.436000', '105134.439000', '105134.441000', '105134.444000', '105134.447000', '105134.450000', '105134.453000', '105134.455000', '105134.458000', '105134.461000', '105134.464000', '105134.467000', '105134.469000', '105134.472000', '105134.475000', '105134.478000', '105134.481000', '105134.483000', '105134.486000', '105154.365000', '105154.368000', '105154.371000', '105154.374000', '105154.376000', '105154.379000', '105154.382000', '105154.385000', '105154.388000', '105154.390000', '105154.393000', '105154.396000', '105154.399000', '105154.402000', '105154.404000', '105154.407000', '105154.410000', '105154.413000', '105154.416000', '105154.419000', '105154.421000', '105154.424000', '105154.427000', '105154.430000', '105154.433000', '105154.435000', '105154.438000', '105154.441000', '105154.444000', '105154.449000', '105154.452000', '105154.454000', '105154.457000', '105154.460000', '105154.463000', '105154.466000', '105154.468000', '105154.471000', '105154.474000', '105154.477000', '105154.480000', '105154.482000', '105154.485000', '105207.396000', '105207.400000', '105207.403000', '105207.406000', '105207.410000', '105207.413000', '105207.417000', '105207.420000', '105207.423000', '105207.425000', '105207.428000', '105207.431000', '105207.434000', '105207.437000', '105207.440000', '105207.442000', '105207.467000', '105207.470000', '105207.473000', '105207.476000', '105207.478000', '105207.481000', '105207.484000', '105207.487000', '105207.490000', '105207.493000', '105207.496000', '105207.498000', '105207.501000'], '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': [8365, 7914, 7685, 11131, 7334, 11616, 7567, 9209, 7242, 7979, 8626, 7291, 11904, 7604, 10594, 7445, 7973, 7298, 7443, 10107, 6963, 11575, 7169, 8689, 7165, 8149, 7094, 7543, 9475, 7538, 12892, 7451, 10495, 8663, 7467, 12112, 7090, 9854, 7784, 7110, 9905, 7046, 8315, 7775, 7171, 8024, 6975, 8681, 7031, 7040, 9201, 6787, 8101, 7104, 7457, 11548, 6779, 10226, 6883, 9757, 8082, 8085, 11629, 7649, 12049, 7594, 10910, 8450, 7776, 12650, 7240, 10395, 7440, 8092, 9372, 7291, 10525, 7155, 8385, 7283, 7391, 10819, 6857, 8904, 7032, 7993, 8950, 7436, 10623, 7027, 8361, 7265, 7528, 9252, 7471, 13202, 7539, 11161, 7595, 8898, 7194, 8303, 10463, 7454, 9342, 7014, 8790, 6868, 9203, 6786, 9797, 13052, 8262, 11052, 8283, 7824, 12357, 7343, 9216, 7081, 7543, 7251, 7127, 10822, 7094, 9367, 7370, 7604, 11449, 7399, 9625, 6850, 7870, 6823, 7291, 11195, 7168, 10058, 6793, 8607, 6652, 8065, 7998, 7263, 9382, 7177, 9345, 6924, 8600, 6821, 8097, 7073, 7543, 7224, 7184, 11585, 7296, 10717, 7228, 9132, 7032, 7955, 8431, 7420, 12737, 7774, 10051, 7065, 8344, 6865, 8008, 9311, 7531, 11543, 7145, 9550, 7000, 8298, 6789, 7810, 10176, 7225, 10360, 6904, 8119, 7002, 7607, 9023, 7091, 11265, 7278, 8788, 6862, 8043, 7167, 7238, 10016, 7363, 10332, 6962, 8405, 6878, 7836, 7431, 7435, 10469, 7200, 9359, 6951, 8935, 6851, 7966, 7018, 7685, 8193, 7281, 12435, 7554, 10637, 7141, 8853, 6734, 8123, 7824, 7623, 11148, 7564, 11178, 7220, 9223, 7239, 9232, 6965, 8710, 7153, 7837, 7268, 7483, 12195, 7849, 10703, 9401, 7718, 10693, 7968, 7627, 11126, 6921, 7943, 6876, 7730, 9429, 6984, 8211, 10112, 7264, 7917, 6731, 7937, 6955, 7463, 9000, 7542, 11016, 7234, 9020, 8294, 7966, 12053, 7244, 9964, 7512, 7666, 11927, 7750, 9434, 6922, 7955, 7356, 7548, 11316, 7822, 9090, 6858, 8286, 7163, 7395, 10930, 7585, 9679, 7136, 8578, 7337, 7925, 11916, 8169, 10346, 7682, 8611, 8071, 7665, 10632, 7422, 8759, 6919, 7883, 7847, 7435, 9392, 7260, 8249, 7204, 7637, 8553, 7525, 9608, 7393, 8616, 7172, 8093, 9278, 7749, 9322, 6947, 8188, 7305, 7939, 10839, 7197, 8325, 7226, 7762, 10251, 7521, 8754, 7128, 8508, 8565, 7296, 8365, 7270, 8601, 7094, 7921, 10060, 7137, 8332, 7110, 7634, 8678, 7556, 10700, 7174, 8332, 7269, 7949, 11237, 7941, 10730, 7234, 8430, 7118, 7800, 12369, 8533, 9954, 7084, 8439, 7661, 7981, 11448, 7784, 9389, 7287, 8336, 7409, 7765, 8062, 7794, 11482, 8417, 10451, 7740, 9143, 12134, 8176, 9188, 11008, 8025, 9111, 7198, 8304, 9368, 7291, 7914, 6933, 8197, 7211, 7844, 7489, 7570, 9658, 7592, 8192, 9925, 7142, 8120, 11374, 7252, 8599, 7213, 8159, 6814, 8107, 11075, 7567, 9075, 10413, 8136, 9330, 7489, 8628, 10500, 7767, 9224, 7261, 8492, 7217, 8361, 7063, 8066, 8292, 7966, 11258, 7891, 9189, 11512, 7986, 9035, 10514, 7276, 8792, 8390, 7410, 8666, 7397, 8467, 7256, 7467, 7003, 7860, 7828, 7749, 10659, 7358, 8460, 10830, 8026, 9954, 7754, 8664, 7157, 8173, 8092, 7776, 10869, 7755, 9425, 7084, 8676, 7442, 7747, 10821, 7560, 9042, 7165, 8553, 7535, 7404, 8910, 7212, 8255, 6830, 8365, 7210, 8119, 7974, 7504, 9487, 7568, 8932, 7028, 8539, 7316, 8007, 10430, 7791, 10114, 7558, 8855, 7088, 8383, 7427, 7613, 11420, 7756, 9313, 6928, 8721, 7552, 7943, 11623, 7945, 9567, 7260, 8507, 6844, 8413, 8761, 8261, 9911, 8376, 10559, 7507, 8433, 10329, 7553, 8959, 7388, 7894, 7397, 7504, 7579, 7439, 9161, 7422, 8559, 7319, 7634, 10917, 7612, 9137, 10140, 8242, 9626, 7595, 8679, 7610, 8272, 11523, 8443, 9488, 7196, 8494, 7564, 7801, 11869, 8274, 9930, 7236, 8660, 7404, 7538, 11255, 7768, 9053, 6923, 8525, 7393, 7676, 10744, 7934, 8979, 7263, 8448, 6946, 7497, 8824, 8047, 10356, 7597, 8939, 6998, 8142, 8184, 8123, 10175, 7754, 8849, 7057, 8116, 7389, 7993, 10143, 7985, 9209, 7302, 8486, 7130, 8259, 9480, 8420, 10543, 7744, 9028, 7118, 8324, 7948, 7993, 11669, 8057, 9567, 7155, 8716, 7464, 7744, 10974, 8194, 8962, 7347, 8516, 7322, 7589, 10498, 8222, 11057, 7660, 9566, 7071, 9255, 6948, 8272, 7605, 7764, 7062, 7671, 11074, 7870, 9594, 7996, 8139, 7231, 7864, 9417, 8202, 11832, 7972, 9213, 8684, 8267, 8477, 7795, 11340, 7208, 8156, 10475, 7572, 8523, 7275, 7925, 7675, 7500, 9321, 7530, 8288, 7062, 8255, 7355, 7195, 9833, 7773, 9025, 6975, 8343, 7449, 7590, 10037, 7299, 8441, 7403, 8398, 7412, 7393, 9657, 7252, 8472, 7391, 8019, 8551, 7286, 8829, 7047, 7953, 7269, 7734, 10499, 7200, 8421, 7197, 7647, 9614, 7642, 9611, 6990, 8235, 7897, 7725, 10975, 7196, 9251, 7017, 8562, 7936, 7766, 11756, 7450, 8900, 7265, 7871, 8972, 7677, 9645, 7078, 8304, 7248, 7637, 9580, 7225, 8103, 7173, 7982, 7201, 7725, 10579, 8200, 10319, 7439, 8939, 6951, 8546, 7998, 8007, 12154, 7701, 9827, 7204, 8943, 7222, 8219, 8379, 7739, 11657, 7964, 9627, 7018, 8636, 7096, 8023, 8216, 7861, 10713, 7576, 9220, 7443, 9787, 7820, 8123, 8075, 7518, 11730, 7466, 10182, 7190, 8711, 7183, 7803, 10291, 7407, 9514, 7349, 8555, 7338, 7770, 10444, 7880, 8650, 7365, 8307, 7345, 7911, 8358, 7539, 10725, 7658, 8915, 7318, 8327, 7118, 8145, 7191, 7773, 7210, 10309, 12554, 8157, 9789, 7895, 7866, 11508, 7978, 9690, 7324, 8420, 7215, 7605, 9529, 7755, 9604, 7220, 8502, 7106, 8177, 7194, 7797, 9223, 7635, 11289, 7992, 9622, 7317, 8304, 7390, 7794, 11926, 8134, 9456, 7220, 8180, 7102, 7294, 10724, 7641, 9083, 6971, 8392, 7443, 7646, 8412, 7371, 10030, 7219, 8620, 6992, 8435, 7299, 7759, 10512, 7615, 10344, 7540, 9082, 7114, 8276, 7685, 7484, 10804, 7473, 9061, 7237, 8047, 7344, 7609], 'WindowCenter': [4380.0, 4365.0, 4354.0, 4388.0, 4339.0, 4389.0, 4337.0, 4356.0, 4338.0, 4346.0, 4345.0, 4327.0, 4376.0, 4325.0, 4366.0, 4325.0, 4337.0, 4325.0, 4338.0, 4366.0, 4327.0, 4387.0, 4326.0, 4345.0, 4325.0, 4347.0, 4325.0, 4337.0, 4367.0, 4347.0, 4398.0, 4338.0, 4379.0, 4344.0, 4324.0, 4373.0, 4311.0, 4352.0, 4322.0, 4312.0, 4351.0, 4313.0, 4333.0, 4320.0, 4314.0, 4333.0, 4327.0, 4356.0, 4325.0, 4326.0, 4355.0, 4315.0, 4348.0, 4327.0, 4338.0, 4377.0, 4317.0, 4366.0, 4325.0, 4369.0, 4336.0, 4347.0, 4376.0, 4351.0, 4387.0, 4336.0, 4377.0, 4333.0, 4336.0, 4373.0, 4310.0, 4351.0, 4311.0, 4323.0, 4329.0, 4310.0, 4350.0, 4300.0, 4331.0, 4310.0, 4324.0, 4350.0, 4301.0, 4332.0, 4311.0, 4333.0, 4342.0, 4324.0, 4362.0, 4314.0, 4332.0, 4322.0, 4335.0, 4353.0, 4324.0, 4386.0, 4337.0, 4375.0, 4335.0, 4354.0, 4325.0, 4346.0, 4363.0, 4313.0, 4341.0, 4313.0, 4344.0, 4315.0, 4354.0, 4314.0, 4356.0, 4370.0, 4318.0, 4350.0, 4305.0, 4296.0, 4347.0, 4295.0, 4326.0, 4285.0, 4308.0, 4297.0, 4299.0, 4348.0, 4300.0, 4341.0, 4308.0, 4321.0, 4360.0, 4310.0, 4340.0, 4299.0, 4320.0, 4288.0, 4310.0, 4350.0, 4311.0, 4340.0, 4301.0, 4331.0, 4302.0, 4333.0, 4322.0, 4324.0, 4341.0, 4314.0, 4343.0, 4325.0, 4345.0, 4315.0, 4345.0, 4324.0, 4335.0, 4326.0, 4328.0, 4375.0, 4337.0, 4367.0, 4327.0, 4358.0, 4326.0, 4347.0, 4334.0, 4326.0, 4387.0, 4336.0, 4355.0, 4325.0, 4344.0, 4313.0, 4346.0, 4354.0, 4337.0, 4376.0, 4325.0, 4354.0, 4324.0, 4345.0, 4314.0, 4337.0, 4365.0, 4327.0, 4366.0, 4325.0, 4336.0, 4325.0, 4336.0, 4356.0, 4327.0, 4375.0, 4326.0, 4346.0, 4314.0, 4335.0, 4325.0, 4326.0, 4365.0, 4326.0, 4366.0, 4314.0, 4335.0, 4315.0, 4335.0, 4324.0, 4326.0, 4365.0, 4337.0, 4356.0, 4325.0, 4357.0, 4317.0, 4348.0, 4326.0, 4337.0, 4346.0, 4339.0, 4399.0, 4348.0, 4378.0, 4326.0, 4355.0, 4313.0, 4336.0, 4325.0, 4337.0, 4376.0, 4337.0, 4376.0, 4327.0, 4356.0, 4327.0, 4357.0, 4326.0, 4347.0, 4327.0, 4338.0, 4326.0, 4337.0, 4387.0, 4337.0, 4379.0, 4344.0, 4324.0, 4353.0, 4320.0, 4322.0, 4361.0, 4312.0, 4322.0, 4312.0, 4335.0, 4354.0, 4313.0, 4344.0, 4364.0, 4325.0, 4334.0, 4315.0, 4345.0, 4326.0, 4337.0, 4357.0, 4338.0, 4377.0, 4326.0, 4371.0, 4336.0, 4336.0, 4374.0, 4324.0, 4355.0, 4311.0, 4325.0, 4374.0, 4337.0, 4354.0, 4314.0, 4334.0, 4322.0, 4335.0, 4364.0, 4335.0, 4344.0, 4314.0, 4334.0, 4312.0, 4325.0, 4375.0, 4336.0, 4356.0, 4326.0, 4346.0, 4323.0, 4336.0, 4374.0, 4334.0, 4353.0, 4323.0, 4344.0, 4321.0, 4323.0, 4350.0, 4324.0, 4333.0, 4312.0, 4333.0, 4322.0, 4324.0, 4343.0, 4322.0, 4333.0, 4321.0, 4335.0, 4342.0, 4334.0, 4353.0, 4337.0, 4345.0, 4313.0, 4335.0, 4341.0, 4323.0, 4341.0, 4311.0, 4334.0, 4312.0, 4333.0, 4363.0, 4313.0, 4334.0, 4323.0, 4324.0, 4352.0, 4324.0, 4344.0, 4312.0, 4345.0, 4332.0, 4323.0, 4334.0, 4324.0, 4356.0, 4326.0, 4348.0, 4365.0, 4328.0, 4349.0, 4326.0, 4338.0, 4346.0, 4338.0, 4377.0, 4327.0, 4348.0, 4325.0, 4348.0, 4375.0, 4346.0, 4377.0, 4325.0, 4346.0, 4313.0, 4335.0, 4385.0, 4345.0, 4355.0, 4314.0, 4345.0, 4323.0, 4347.0, 4375.0, 4335.0, 4353.0, 4324.0, 4345.0, 4325.0, 4336.0, 4333.0, 4336.0, 4376.0, 4346.0, 4366.0, 4325.0, 4357.0, 4375.0, 4321.0, 4332.0, 4338.0, 4309.0, 4330.0, 4297.0, 4320.0, 4328.0, 4310.0, 4320.0, 4311.0, 4333.0, 4323.0, 4346.0, 4324.0, 4348.0, 4368.0, 4324.0, 4345.0, 4354.0, 4312.0, 4332.0, 4363.0, 4323.0, 4332.0, 4323.0, 4335.0, 4316.0, 4348.0, 4376.0, 4324.0, 4346.0, 4352.0, 4323.0, 4341.0, 4324.0, 4343.0, 4352.0, 4322.0, 4341.0, 4322.0, 4344.0, 4336.0, 4346.0, 4325.0, 4336.0, 4345.0, 4336.0, 4375.0, 4334.0, 4355.0, 4362.0, 4320.0, 4330.0, 4339.0, 4308.0, 4329.0, 4318.0, 4309.0, 4329.0, 4309.0, 4332.0, 4322.0, 4335.0, 4325.0, 4346.0, 4333.0, 4336.0, 4365.0, 4324.0, 4333.0, 4351.0, 4322.0, 4352.0, 4321.0, 4331.0, 4311.0, 4332.0, 4320.0, 4322.0, 4351.0, 4322.0, 4342.0, 4312.0, 4333.0, 4311.0, 4323.0, 4362.0, 4322.0, 4342.0, 4312.0, 4343.0, 4321.0, 4313.0, 4342.0, 4324.0, 4345.0, 4314.0, 4344.0, 4324.0, 4336.0, 4333.0, 4325.0, 4354.0, 4335.0, 4356.0, 4315.0, 4346.0, 4325.0, 4347.0, 4365.0, 4334.0, 4364.0, 4335.0, 4354.0, 4325.0, 4346.0, 4324.0, 4336.0, 4375.0, 4336.0, 4355.0, 4325.0, 4359.0, 4335.0, 4337.0, 4375.0, 4335.0, 4355.0, 4325.0, 4344.0, 4314.0, 4345.0, 4343.0, 4345.0, 4354.0, 4334.0, 4364.0, 4311.0, 4331.0, 4352.0, 4309.0, 4341.0, 4309.0, 4322.0, 4322.0, 4325.0, 4335.0, 4338.0, 4368.0, 4326.0, 4347.0, 4325.0, 4349.0, 4377.0, 4324.0, 4355.0, 4353.0, 4334.0, 4353.0, 4335.0, 4347.0, 4334.0, 4346.0, 4374.0, 4333.0, 4354.0, 4311.0, 4343.0, 4323.0, 4334.0, 4373.0, 4334.0, 4352.0, 4310.0, 4332.0, 4311.0, 4322.0, 4362.0, 4323.0, 4342.0, 4312.0, 4343.0, 4323.0, 4322.0, 4363.0, 4334.0, 4344.0, 4324.0, 4343.0, 4314.0, 4326.0, 4345.0, 4336.0, 4365.0, 4336.0, 4345.0, 4314.0, 4335.0, 4334.0, 4336.0, 4366.0, 4335.0, 4343.0, 4312.0, 4333.0, 4323.0, 4335.0, 4353.0, 4334.0, 4353.0, 4324.0, 4344.0, 4323.0, 4346.0, 4354.0, 4334.0, 4364.0, 4324.0, 4343.0, 4312.0, 4333.0, 4321.0, 4321.0, 4361.0, 4322.0, 4341.0, 4311.0, 4331.0, 4311.0, 4322.0, 4362.0, 4332.0, 4341.0, 4322.0, 4342.0, 4322.0, 4322.0, 4364.0, 4344.0, 4375.0, 4335.0, 4352.0, 4313.0, 4364.0, 4337.0, 4356.0, 4332.0, 4334.0, 4324.0, 4347.0, 4377.0, 4333.0, 4354.0, 4321.0, 4332.0, 4310.0, 4332.0, 4339.0, 4330.0, 4361.0, 4308.0, 4329.0, 4318.0, 4319.0, 4318.0, 4319.0, 4349.0, 4294.0, 4306.0, 4335.0, 4295.0, 4316.0, 4296.0, 4319.0, 4308.0, 4310.0, 4340.0, 4321.0, 4331.0, 4310.0, 4332.0, 4310.0, 4324.0, 4353.0, 4335.0, 4344.0, 4325.0, 4345.0, 4322.0, 4334.0, 4353.0, 4324.0, 4334.0, 4324.0, 4346.0, 4324.0, 4325.0, 4354.0, 4336.0, 4348.0, 4325.0, 4347.0, 4344.0, 4337.0, 4356.0, 4326.0, 4346.0, 4325.0, 4337.0, 4366.0, 4326.0, 4347.0, 4325.0, 4347.0, 4366.0, 4347.0, 4366.0, 4326.0, 4358.0, 4345.0, 4348.0, 4376.0, 4327.0, 4368.0, 4327.0, 4357.0, 4335.0, 4336.0, 4374.0, 4325.0, 4358.0, 4325.0, 4334.0, 4343.0, 4334.0, 4353.0, 4313.0, 4345.0, 4324.0, 4336.0, 4355.0, 4327.0, 4336.0, 4325.0, 4347.0, 4325.0, 4337.0, 4376.0, 4347.0, 4365.0, 4326.0, 4355.0, 4324.0, 4357.0, 4333.0, 4335.0, 4374.0, 4324.0, 4354.0, 4322.0, 4344.0, 4323.0, 4334.0, 4332.0, 4323.0, 4373.0, 4333.0, 4352.0, 4313.0, 4343.0, 4312.0, 4333.0, 4333.0, 4335.0, 4363.0, 4335.0, 4354.0, 4324.0, 4355.0, 4323.0, 4334.0, 4322.0, 4325.0, 4373.0, 4321.0, 4353.0, 4325.0, 4344.0, 4312.0, 4324.0, 4363.0, 4336.0, 4352.0, 4311.0, 4332.0, 4310.0, 4334.0, 4363.0, 4346.0, 4341.0, 4324.0, 4334.0, 4323.0, 4335.0, 4344.0, 4336.0, 4375.0, 4335.0, 4344.0, 4325.0, 4345.0, 4325.0, 4346.0, 4326.0, 4336.0, 4336.0, 4380.0, 4385.0, 4334.0, 4354.0, 4320.0, 4322.0, 4361.0, 4321.0, 4340.0, 4311.0, 4332.0, 4310.0, 4323.0, 4341.0, 4336.0, 4354.0, 4325.0, 4343.0, 4323.0, 4345.0, 4324.0, 4336.0, 4355.0, 4335.0, 4375.0, 4335.0, 4354.0, 4324.0, 4335.0, 4322.0, 4324.0, 4374.0, 4333.0, 4342.0, 4323.0, 4334.0, 4311.0, 4323.0, 4362.0, 4322.0, 4340.0, 4312.0, 4334.0, 4321.0, 4334.0, 4334.0, 4325.0, 4353.0, 4335.0, 4346.0, 4338.0, 4347.0, 4323.0, 4334.0, 4351.0, 4336.0, 4366.0, 4334.0, 4343.0, 4312.0, 4333.0, 4321.0, 4323.0, 4361.0, 4323.0, 4343.0, 4336.0, 4333.0, 4323.0, 4335.0], 'WindowWidth': [9687.0, 9654.0, 9636.0, 9673.0, 9606.0, 9671.0, 9599.0, 9624.0, 9602.0, 9611.0, 9604.0, 9583.0, 9646.0, 9577.0, 9634.0, 9577.0, 9595.0, 9579.0, 9600.0, 9636.0, 9583.0, 9666.0, 9583.0, 9606.0, 9579.0, 9611.0, 9580.0, 9600.0, 9636.0, 9613.0, 9683.0, 9601.0, 9657.0, 9599.0, 9573.0, 9638.0, 9551.0, 9609.0, 9567.0, 9556.0, 9605.0, 9556.0, 9586.0, 9564.0, 9561.0, 9586.0, 9585.0, 9624.0, 9578.0, 9583.0, 9621.0, 9567.0, 9613.0, 9583.0, 9601.0, 9653.0, 9572.0, 9635.0, 9580.0, 9644.0, 9594.0, 9611.0, 9648.0, 9623.0, 9666.0, 9595.0, 9650.0, 9586.0, 9593.0, 9639.0, 9550.0, 9606.0, 9550.0, 9569.0, 9572.0, 9550.0, 9601.0, 9535.0, 9578.0, 9548.0, 9572.0, 9603.0, 9540.0, 9581.0, 9553.0, 9584.0, 9593.0, 9573.0, 9622.0, 9561.0, 9584.0, 9570.0, 9590.0, 9613.0, 9577.0, 9662.0, 9599.0, 9646.0, 9593.0, 9615.0, 9578.0, 9608.0, 9623.0, 9558.0, 9593.0, 9558.0, 9600.0, 9564.0, 9615.0, 9561.0, 9620.0, 9631.0, 9556.0, 9599.0, 9530.0, 9522.0, 9590.0, 9519.0, 9560.0, 9506.0, 9541.0, 9525.0, 9532.0, 9595.0, 9533.0, 9590.0, 9544.0, 9565.0, 9615.0, 9549.0, 9587.0, 9533.0, 9560.0, 9514.0, 9548.0, 9602.0, 9551.0, 9588.0, 9538.0, 9579.0, 9542.0, 9585.0, 9568.0, 9574.0, 9593.0, 9560.0, 9598.0, 9580.0, 9605.0, 9562.0, 9607.0, 9575.0, 9594.0, 9581.0, 9586.0, 9646.0, 9597.0, 9637.0, 9583.0, 9626.0, 9580.0, 9609.0, 9588.0, 9581.0, 9665.0, 9594.0, 9618.0, 9578.0, 9603.0, 9561.0, 9608.0, 9616.0, 9597.0, 9647.0, 9581.0, 9615.0, 9577.0, 9606.0, 9563.0, 9597.0, 9631.0, 9583.0, 9633.0, 9580.0, 9596.0, 9579.0, 9595.0, 9620.0, 9583.0, 9645.0, 9581.0, 9607.0, 9562.0, 9592.0, 9579.0, 9582.0, 9631.0, 9581.0, 9634.0, 9562.0, 9592.0, 9563.0, 9593.0, 9574.0, 9581.0, 9631.0, 9597.0, 9621.0, 9579.0, 9624.0, 9570.0, 9612.0, 9582.0, 9599.0, 9607.0, 9603.0, 9685.0, 9616.0, 9652.0, 9581.0, 9618.0, 9559.0, 9594.0, 9576.0, 9598.0, 9648.0, 9596.0, 9649.0, 9583.0, 9619.0, 9582.0, 9623.0, 9582.0, 9611.0, 9584.0, 9601.0, 9581.0, 9598.0, 9665.0, 9597.0, 9656.0, 9601.0, 9574.0, 9612.0, 9561.0, 9565.0, 9618.0, 9553.0, 9567.0, 9558.0, 9593.0, 9615.0, 9559.0, 9602.0, 9629.0, 9576.0, 9587.0, 9564.0, 9606.0, 9580.0, 9598.0, 9622.0, 9599.0, 9651.0, 9580.0, 9650.0, 9592.0, 9592.0, 9641.0, 9573.0, 9615.0, 9551.0, 9575.0, 9642.0, 9598.0, 9616.0, 9559.0, 9588.0, 9569.0, 9591.0, 9626.0, 9589.0, 9601.0, 9559.0, 9589.0, 9554.0, 9578.0, 9646.0, 9594.0, 9619.0, 9579.0, 9608.0, 9571.0, 9591.0, 9642.0, 9588.0, 9612.0, 9571.0, 9600.0, 9565.0, 9569.0, 9603.0, 9573.0, 9586.0, 9554.0, 9585.0, 9568.0, 9573.0, 9596.0, 9569.0, 9584.0, 9565.0, 9589.0, 9595.0, 9589.0, 9611.0, 9600.0, 9606.0, 9557.0, 9590.0, 9591.0, 9570.0, 9591.0, 9552.0, 9587.0, 9554.0, 9585.0, 9625.0, 9558.0, 9586.0, 9570.0, 9573.0, 9609.0, 9573.0, 9601.0, 9557.0, 9605.0, 9582.0, 9572.0, 9588.0, 9578.0, 9621.0, 9580.0, 9614.0, 9633.0, 9589.0, 9617.0, 9581.0, 9600.0, 9608.0, 9601.0, 9653.0, 9584.0, 9613.0, 9578.0, 9613.0, 9648.0, 9608.0, 9650.0, 9578.0, 9609.0, 9560.0, 9591.0, 9659.0, 9605.0, 9616.0, 9561.0, 9605.0, 9571.0, 9611.0, 9647.0, 9590.0, 9613.0, 9575.0, 9604.0, 9576.0, 9595.0, 9587.0, 9595.0, 9650.0, 9607.0, 9632.0, 9578.0, 9624.0, 9647.0, 9565.0, 9579.0, 9580.0, 9542.0, 9574.0, 9525.0, 9560.0, 9567.0, 9548.0, 9562.0, 9554.0, 9584.0, 9574.0, 9609.0, 9577.0, 9614.0, 9642.0, 9573.0, 9604.0, 9615.0, 9556.0, 9583.0, 9623.0, 9569.0, 9581.0, 9573.0, 9593.0, 9569.0, 9613.0, 9649.0, 9575.0, 9607.0, 9609.0, 9570.0, 9590.0, 9573.0, 9598.0, 9610.0, 9568.0, 9592.0, 9571.0, 9600.0, 9594.0, 9609.0, 9579.0, 9595.0, 9605.0, 9594.0, 9645.0, 9585.0, 9618.0, 9624.0, 9559.0, 9573.0, 9583.0, 9542.0, 9574.0, 9554.0, 9545.0, 9573.0, 9548.0, 9580.0, 9570.0, 9593.0, 9578.0, 9609.0, 9588.0, 9594.0, 9633.0, 9575.0, 9584.0, 9605.0, 9565.0, 9606.0, 9563.0, 9579.0, 9550.0, 9580.0, 9562.0, 9567.0, 9606.0, 9569.0, 9595.0, 9554.0, 9583.0, 9552.0, 9572.0, 9623.0, 9569.0, 9594.0, 9554.0, 9598.0, 9563.0, 9556.0, 9594.0, 9574.0, 9605.0, 9562.0, 9603.0, 9576.0, 9594.0, 9585.0, 9578.0, 9615.0, 9591.0, 9620.0, 9565.0, 9606.0, 9576.0, 9610.0, 9632.0, 9591.0, 9629.0, 9591.0, 9616.0, 9577.0, 9608.0, 9576.0, 9595.0, 9647.0, 9594.0, 9619.0, 9577.0, 9630.0, 9593.0, 9596.0, 9645.0, 9591.0, 9615.0, 9577.0, 9602.0, 9561.0, 9605.0, 9599.0, 9603.0, 9613.0, 9587.0, 9628.0, 9551.0, 9578.0, 9606.0, 9545.0, 9591.0, 9546.0, 9568.0, 9569.0, 9578.0, 9594.0, 9602.0, 9642.0, 9580.0, 9610.0, 9578.0, 9616.0, 9651.0, 9574.0, 9619.0, 9611.0, 9586.0, 9611.0, 9591.0, 9610.0, 9590.0, 9604.0, 9640.0, 9585.0, 9612.0, 9553.0, 9598.0, 9572.0, 9590.0, 9638.0, 9587.0, 9608.0, 9548.0, 9579.0, 9550.0, 9568.0, 9621.0, 9570.0, 9595.0, 9554.0, 9600.0, 9571.0, 9571.0, 9625.0, 9587.0, 9602.0, 9574.0, 9599.0, 9562.0, 9580.0, 9603.0, 9593.0, 9630.0, 9593.0, 9603.0, 9561.0, 9591.0, 9587.0, 9593.0, 9634.0, 9590.0, 9598.0, 9556.0, 9586.0, 9570.0, 9591.0, 9613.0, 9588.0, 9613.0, 9575.0, 9601.0, 9573.0, 9607.0, 9614.0, 9587.0, 9626.0, 9572.0, 9597.0, 9553.0, 9586.0, 9563.0, 9566.0, 9620.0, 9566.0, 9592.0, 9552.0, 9579.0, 9552.0, 9570.0, 9622.0, 9582.0, 9592.0, 9568.0, 9595.0, 9570.0, 9570.0, 9630.0, 9603.0, 9648.0, 9594.0, 9609.0, 9560.0, 9634.0, 9602.0, 9625.0, 9584.0, 9591.0, 9577.0, 9613.0, 9653.0, 9586.0, 9614.0, 9566.0, 9581.0, 9550.0, 9581.0, 9586.0, 9577.0, 9619.0, 9542.0, 9572.0, 9556.0, 9557.0, 9557.0, 9559.0, 9599.0, 9517.0, 9535.0, 9572.0, 9519.0, 9548.0, 9522.0, 9557.0, 9542.0, 9550.0, 9591.0, 9566.0, 9578.0, 9551.0, 9581.0, 9550.0, 9577.0, 9613.0, 9592.0, 9603.0, 9578.0, 9604.0, 9568.0, 9586.0, 9611.0, 9577.0, 9589.0, 9575.0, 9607.0, 9574.0, 9579.0, 9616.0, 9594.0, 9615.0, 9577.0, 9609.0, 9603.0, 9598.0, 9621.0, 9580.0, 9608.0, 9579.0, 9599.0, 9634.0, 9582.0, 9611.0, 9579.0, 9612.0, 9635.0, 9613.0, 9636.0, 9583.0, 9627.0, 9605.0, 9615.0, 9649.0, 9584.0, 9642.0, 9586.0, 9625.0, 9591.0, 9596.0, 9642.0, 9576.0, 9629.0, 9577.0, 9591.0, 9600.0, 9590.0, 9612.0, 9560.0, 9607.0, 9577.0, 9595.0, 9616.0, 9582.0, 9593.0, 9579.0, 9611.0, 9578.0, 9599.0, 9650.0, 9609.0, 9633.0, 9580.0, 9620.0, 9576.0, 9625.0, 9585.0, 9591.0, 9641.0, 9573.0, 9612.0, 9569.0, 9601.0, 9570.0, 9587.0, 9581.0, 9571.0, 9638.0, 9584.0, 9610.0, 9557.0, 9598.0, 9555.0, 9585.0, 9586.0, 9590.0, 9627.0, 9590.0, 9615.0, 9576.0, 9619.0, 9571.0, 9586.0, 9568.0, 9580.0, 9638.0, 9567.0, 9611.0, 9580.0, 9602.0, 9557.0, 9573.0, 9627.0, 9595.0, 9609.0, 9552.0, 9582.0, 9549.0, 9590.0, 9627.0, 9609.0, 9594.0, 9573.0, 9586.0, 9572.0, 9591.0, 9600.0, 9594.0, 9647.0, 9591.0, 9601.0, 9578.0, 9603.0, 9578.0, 9609.0, 9580.0, 9595.0, 9596.0, 9660.0, 9660.0, 9587.0, 9613.0, 9558.0, 9565.0, 9617.0, 9565.0, 9589.0, 9550.0, 9579.0, 9550.0, 9570.0, 9593.0, 9595.0, 9616.0, 9575.0, 9598.0, 9573.0, 9604.0, 9576.0, 9595.0, 9617.0, 9592.0, 9646.0, 9591.0, 9615.0, 9573.0, 9589.0, 9569.0, 9575.0, 9642.0, 9584.0, 9595.0, 9572.0, 9588.0, 9553.0, 9571.0, 9622.0, 9570.0, 9592.0, 9558.0, 9587.0, 9568.0, 9590.0, 9587.0, 9578.0, 9613.0, 9592.0, 9609.0, 9604.0, 9611.0, 9572.0, 9587.0, 9606.0, 9595.0, 9636.0, 9588.0, 9598.0, 9555.0, 9585.0, 9565.0, 9571.0, 9620.0, 9571.0, 9599.0, 9595.0, 9586.0, 9572.0, 9589.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.0003681859931113663</td></tr>
<tr><td colspan=3>aqi</td><td>0.02085327095292767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.541107866080466</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.252694506045977</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9882613912413799</td></tr>
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
<tr><td colspan=3>fber</td><td>6636.0098</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07417607605361437</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.148105625717566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.414846300554266</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.411191306149083</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6040143015518247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2293332939618904</td></tr>
<tr><td colspan=3>gcor</td><td>0.00952003</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011865376494824886</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023485813289880753</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.808312441467394</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>25.9842</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.569</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.4786</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.2838</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3929</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.4977</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3554.0102</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.9222</td></tr>
<tr><td colspan=3>tsnr</td><td>43.47551201470196</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>