ds005256-mriqc/sub-0006_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 5e4dfbdf6b [DATALAD RUNCMD] Compute MRIQC for sub-0006
=== 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-0006 --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-0006",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:17:41 +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-0006_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0006_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-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-03/func/sub-0006_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b39388426087e8b81025452e80a6b4e8</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:41:25.915000</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.99441, -0.0728334, 0.0764442, 0.0831534, 0.986383, -0.141894]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0881417</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7698, -7356, 569, -70, -88, -41, 104]</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>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8ea94ba-83e6-4035-9e8f-c66ba085c4bb||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.6679298877716064, 0.22309450805187225, 0.1756853610277176, 99.65391540527344], [0.19540666043758392, 2.6463937759399414, -0.39813491702079773, -103.42015838623047], [0.20509420335292816, 0.3806910812854767, 2.6646995544433594, -119.4517822265625], [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': ['104125.915000', '104126.375000', '104126.835000', '104127.295000', '104127.755000', '104128.215000', '104128.675000', '104129.135000', '104129.595000', '104130.055000', '104130.515000', '104130.975000', '104131.435000', '104131.895000', '104132.355000', '104132.815000', '104133.275000', '104133.735000', '104134.195000', '104134.655000', '104135.115000', '104135.575000', '104136.035000', '104136.495000', '104136.955000', '104137.415000', '104137.875000', '104138.335000', '104138.795000', '104139.255000', '104139.715000', '104140.175000', '104140.635000', '104141.095000', '104141.555000', '104142.015000', '104142.475000', '104142.935000', '104143.395000', '104143.855000', '104144.315000', '104144.775000', '104145.235000', '104145.695000', '104146.155000', '104146.615000', '104147.075000', '104147.535000', '104147.995000', '104148.455000', '104148.915000', '104149.375000', '104149.835000', '104150.295000', '104150.755000', '104151.215000', '104151.675000', '104152.135000', '104152.595000', '104153.055000', '104153.515000', '104153.975000', '104154.435000', '104154.895000', '104155.355000', '104155.815000', '104156.275000', '104156.735000', '104157.195000', '104157.655000', '104158.115000', '104158.575000', '104159.035000', '104159.495000', '104159.955000', '104200.415000', '104200.875000', '104201.335000', '104201.795000', '104202.255000', '104202.715000', '104203.175000', '104203.635000', '104204.095000', '104204.555000', '104205.015000', '104205.475000', '104205.935000', '104206.395000', '104206.855000', '104207.315000', '104207.775000', '104208.235000', '104208.695000', '104209.155000', '104209.615000', '104210.075000', '104210.535000', '104210.995000', '104211.455000', '104211.915000', '104212.375000', '104212.835000', '104213.295000', '104213.755000', '104214.215000', '104214.675000', '104215.135000', '104215.595000', '104216.055000', '104216.515000', '104216.975000', '104217.435000', '104217.895000', '104218.355000', '104218.815000', '104219.275000', '104219.735000', '104220.195000', '104220.655000', '104221.115000', '104221.575000', '104222.035000', '104222.495000', '104222.955000', '104223.415000', '104223.875000', '104224.335000', '104224.795000', '104225.255000', '104225.715000', '104226.175000', '104226.635000', '104227.095000', '104227.555000', '104228.015000', '104228.475000', '104228.935000', '104229.395000', '104229.855000', '104230.315000', '104230.775000', '104231.235000', '104231.695000', '104232.155000', '104232.615000', '104233.075000', '104233.535000', '104233.995000', '104234.455000', '104234.915000', '104235.375000', '104235.835000', '104236.295000', '104236.755000', '104237.215000', '104237.675000', '104238.135000', '104238.595000', '104239.055000', '104239.515000', '104239.975000', '104240.435000', '104240.895000', '104241.355000', '104241.815000', '104242.275000', '104242.735000', '104243.195000', '104243.655000', '104244.115000', '104244.575000', '104245.035000', '104245.495000', '104245.955000', '104246.415000', '104246.875000', '104247.335000', '104247.795000', '104248.255000', '104248.715000', '104249.175000', '104249.635000', '104250.095000', '104250.555000', '104251.015000', '104251.475000', '104251.935000', '104252.395000', '104252.855000', '104253.315000', '104253.775000', '104254.235000', '104254.695000', '104255.155000', '104255.615000', '104256.075000', '104256.535000', '104256.995000', '104257.455000', '104257.915000', '104258.375000', '104258.835000', '104259.295000', '104259.755000', '104300.215000', '104300.675000', '104301.135000', '104301.595000', '104302.055000', '104302.515000', '104302.975000', '104303.435000', '104303.895000', '104304.355000', '104304.815000', '104305.275000', '104305.735000', '104306.195000', '104306.655000', '104307.115000', '104307.575000', '104308.035000', '104308.495000', '104308.955000', '104309.415000', '104309.875000', '104310.335000', '104310.795000', '104311.255000', '104311.715000', '104312.175000', '104312.635000', '104313.095000', '104313.555000', '104314.015000', '104314.475000', '104314.935000', '104315.395000', '104315.855000', '104316.315000', '104316.775000', '104317.235000', '104317.695000', '104318.155000', '104318.615000', '104319.075000', '104319.535000', '104319.995000', '104320.455000', '104320.915000', '104321.375000', '104321.835000', '104322.295000', '104322.755000', '104323.215000', '104323.675000', '104324.135000', '104324.595000', '104325.055000', '104325.515000', '104325.975000', '104326.435000', '104326.895000', '104327.355000', '104327.815000', '104328.275000', '104328.735000', '104329.195000', '104329.655000', '104330.115000', '104330.575000', '104331.035000', '104331.495000', '104331.955000', '104332.415000', '104332.875000', '104333.335000', '104333.795000', '104334.255000', '104334.715000', '104335.175000', '104335.635000', '104336.095000', '104336.555000', '104337.015000', '104337.475000', '104337.935000', '104338.395000', '104338.855000', '104339.315000', '104339.775000', '104340.235000', '104340.695000', '104341.155000', '104341.615000', '104342.075000', '104342.535000', '104342.995000', '104343.455000', '104343.915000', '104344.375000', '104344.835000', '104345.295000', '104345.755000', '104346.215000', '104346.675000', '104347.135000', '104347.595000', '104348.055000', '104348.515000', '104348.975000', '104349.435000', '104349.895000', '104350.355000', '104350.815000', '104351.275000', '104351.735000', '104352.195000', '104352.655000', '104353.115000', '104353.575000', '104354.035000', '104354.495000', '104354.955000', '104355.415000', '104355.875000', '104356.335000', '104356.795000', '104357.255000', '104357.715000', '104358.175000', '104358.635000', '104359.095000', '104359.555000', '104400.015000', '104400.475000', '104400.935000', '104401.395000', '104401.855000', '104402.315000', '104402.775000', '104403.235000', '104403.695000', '104404.155000', '104404.615000', '104405.075000', '104405.535000', '104405.995000', '104406.455000', '104406.915000', '104407.375000', '104407.835000', '104408.295000', '104408.755000', '104409.215000', '104409.675000', '104410.135000', '104410.595000', '104411.055000', '104411.515000', '104411.975000', '104412.435000', '104412.895000', '104413.355000', '104413.815000', '104414.275000', '104414.735000', '104415.195000', '104415.655000', '104416.115000', '104416.575000', '104417.035000', '104417.495000', '104417.955000', '104418.415000', '104418.875000', '104419.335000', '104419.795000', '104420.255000', '104420.715000', '104421.175000', '104421.635000', '104422.095000', '104422.555000', '104423.015000', '104423.475000', '104423.935000', '104424.395000', '104424.855000', '104425.315000', '104425.775000', '104426.235000', '104426.695000', '104427.155000', '104427.615000', '104428.075000', '104428.535000', '104428.995000', '104429.455000', '104429.915000', '104430.375000', '104430.835000', '104431.295000', '104431.755000', '104432.215000', '104432.675000', '104433.135000', '104433.595000', '104434.055000', '104434.515000', '104434.975000', '104435.435000', '104435.895000', '104436.355000', '104436.815000', '104437.275000', '104437.735000', '104438.195000', '104438.655000', '104439.115000', '104439.575000', '104440.035000', '104440.495000', '104440.955000', '104441.415000', '104441.875000', '104442.335000', '104442.795000', '104443.255000', '104443.715000', '104444.175000', '104444.635000', '104445.095000', '104445.555000', '104446.015000', '104446.475000', '104446.935000', '104447.395000', '104447.855000', '104448.315000', '104448.775000', '104449.235000', '104449.695000', '104450.155000', '104450.615000', '104451.075000', '104451.535000', '104451.995000', '104452.455000', '104452.915000', '104453.375000', '104453.835000', '104454.295000', '104454.755000', '104455.215000', '104455.675000', '104456.135000', '104456.595000', '104457.055000', '104457.515000', '104457.975000', '104458.435000', '104458.895000', '104459.355000', '104459.815000', '104500.275000', '104500.735000', '104501.195000', '104501.655000', '104502.115000', '104502.575000', '104503.035000', '104503.495000', '104503.955000', '104504.415000', '104504.875000', '104505.335000', '104505.795000', '104506.255000', '104506.715000', '104507.175000', '104507.635000', '104508.095000', '104508.555000', '104509.015000', '104509.475000', '104509.935000', '104510.395000', '104510.855000', '104511.315000', '104511.775000', '104512.235000', '104512.695000', '104513.155000', '104513.615000', '104514.075000', '104514.535000', '104514.995000', '104515.455000', '104515.915000', '104516.375000', '104516.835000', '104517.295000', '104517.755000', '104518.215000', '104518.675000', '104519.135000', '104519.595000', '104520.055000', '104520.515000', '104520.975000', '104521.435000', '104521.895000', '104522.355000', '104522.815000', '104523.275000', '104523.735000', '104524.195000', '104524.655000', '104525.115000', '104525.575000', '104526.035000', '104526.495000', '104526.955000', '104527.415000', '104527.875000', '104528.335000', '104528.795000', '104529.255000', '104529.715000', '104530.175000', '104530.635000', '104531.095000', '104531.555000', '104532.015000', '104532.475000', '104532.935000', '104533.395000', '104533.855000', '104534.315000', '104534.775000', '104535.235000', '104535.695000', '104536.155000', '104536.615000', '104537.075000', '104537.535000', '104537.995000', '104538.455000', '104538.915000', '104539.375000', '104539.835000', '104540.295000', '104540.755000', '104541.215000', '104541.675000', '104542.135000', '104542.595000', '104543.055000', '104543.515000', '104543.975000', '104544.435000', '104544.895000', '104545.355000', '104545.815000', '104546.275000', '104546.735000', '104547.195000', '104547.655000', '104548.115000', '104548.575000', '104549.035000', '104549.495000', '104549.955000', '104550.415000', '104550.875000', '104551.335000', '104551.795000', '104552.255000', '104552.715000', '104553.175000', '104553.635000', '104554.095000', '104554.555000', '104555.015000', '104555.475000', '104555.935000', '104556.395000', '104556.855000', '104557.315000', '104557.775000', '104558.235000', '104558.695000', '104559.155000', '104559.615000', '104600.075000', '104600.535000', '104600.995000', '104601.455000', '104601.915000', '104602.375000', '104602.835000', '104603.295000', '104603.755000', '104604.215000', '104604.675000', '104605.135000', '104605.595000', '104606.055000', '104606.515000', '104606.975000', '104607.435000', '104607.895000', '104608.355000', '104608.815000', '104609.275000', '104609.735000', '104610.195000', '104610.655000', '104611.115000', '104611.575000', '104612.035000', '104612.495000', '104612.955000', '104613.415000', '104613.875000', '104614.335000', '104614.795000', '104615.255000', '104615.715000', '104616.175000', '104616.635000', '104617.095000', '104617.555000', '104618.015000', '104618.475000', '104618.935000', '104619.395000', '104619.855000', '104620.315000', '104620.775000', '104621.235000', '104621.695000', '104622.155000', '104622.615000', '104623.075000', '104623.535000', '104623.995000', '104624.455000', '104624.915000', '104625.375000', '104625.835000', '104626.295000', '104626.755000', '104627.215000', '104627.675000', '104628.135000', '104628.595000', '104629.055000', '104629.515000', '104629.975000', '104630.435000', '104630.895000', '104631.355000', '104631.815000', '104632.275000', '104632.735000', '104633.195000', '104633.655000', '104634.115000', '104634.575000', '104635.035000', '104635.495000', '104635.955000', '104636.415000', '104636.875000', '104637.335000', '104637.795000', '104638.255000', '104638.715000', '104639.175000', '104639.635000', '104640.095000', '104640.555000', '104641.015000', '104641.475000', '104641.935000', '104642.395000', '104642.855000', '104643.315000', '104643.775000', '104644.235000', '104644.695000', '104645.155000', '104645.615000', '104646.075000', '104646.535000', '104646.995000', '104647.455000', '104647.915000', '104648.375000', '104648.835000', '104649.295000', '104649.755000', '104650.215000', '104650.675000', '104651.135000', '104651.595000', '104652.055000', '104652.515000', '104652.975000', '104653.435000', '104653.895000', '104654.355000', '104654.815000', '104655.275000', '104655.735000', '104656.195000', '104656.655000', '104657.115000', '104657.575000', '104658.035000', '104658.495000', '104658.955000', '104659.415000', '104659.875000', '104700.335000', '104700.795000', '104701.255000', '104701.715000', '104702.175000', '104702.635000', '104703.095000', '104703.555000', '104704.015000', '104704.475000', '104704.935000', '104705.395000', '104705.855000', '104706.315000', '104706.775000', '104707.235000', '104707.695000', '104708.155000', '104708.615000', '104709.075000', '104709.535000', '104709.995000', '104710.455000', '104710.915000', '104711.375000', '104711.835000', '104712.295000', '104712.755000', '104713.215000', '104713.675000', '104714.135000', '104714.595000', '104715.055000', '104715.515000', '104715.975000', '104716.435000', '104716.895000', '104717.355000', '104717.815000', '104718.275000', '104718.735000', '104719.195000', '104719.655000', '104720.115000', '104720.575000', '104721.035000', '104721.495000', '104721.955000', '104722.415000', '104722.875000', '104723.335000', '104723.795000', '104724.255000', '104724.715000', '104725.175000', '104725.635000', '104726.095000', '104726.555000', '104727.015000', '104727.475000', '104727.935000', '104728.395000', '104728.855000', '104729.315000', '104729.775000', '104730.235000', '104730.695000', '104731.155000', '104731.615000', '104732.075000', '104732.535000', '104732.995000', '104733.455000', '104733.915000', '104734.375000', '104734.835000', '104735.295000', '104735.755000', '104736.215000', '104736.675000', '104737.135000', '104737.595000', '104738.055000', '104738.515000', '104738.975000', '104739.435000', '104739.895000', '104740.355000', '104740.815000', '104741.275000', '104741.735000', '104742.195000', '104742.655000', '104743.115000', '104743.575000', '104744.035000', '104744.495000', '104744.955000', '104745.415000', '104745.875000', '104746.335000', '104746.795000', '104747.255000', '104747.715000', '104748.175000', '104748.635000', '104749.095000', '104749.555000', '104750.015000', '104750.475000', '104750.935000', '104751.395000', '104751.855000', '104752.315000', '104752.775000', '104753.235000', '104753.695000', '104754.155000', '104754.615000', '104755.075000', '104755.535000', '104755.995000', '104756.455000', '104756.915000', '104757.375000', '104757.835000', '104758.295000', '104758.755000', '104759.215000', '104759.675000', '104800.135000', '104800.595000', '104801.055000', '104801.515000', '104801.975000', '104802.435000', '104802.895000', '104803.355000', '104803.815000', '104804.275000', '104804.735000', '104805.195000', '104805.655000', '104806.115000', '104806.575000'], 'ContentTime': ['104145.344000', '104145.347000', '104145.354000', '104145.357000', '104145.360000', '104145.362000', '104145.365000', '104145.368000', '104145.371000', '104145.374000', '104145.377000', '104145.383000', '104145.386000', '104145.389000', '104145.392000', '104145.394000', '104145.397000', '104145.400000', '104145.403000', '104145.406000', '104145.409000', '104145.411000', '104145.414000', '104145.417000', '104145.420000', '104145.423000', '104145.425000', '104145.434000', '104145.437000', '104145.440000', '104145.443000', '104145.446000', '104145.449000', '104145.452000', '104145.454000', '104145.457000', '104145.460000', '104145.463000', '104145.466000', '104145.468000', '104145.471000', '104205.311000', '104205.314000', '104205.317000', '104205.319000', '104205.322000', '104205.325000', '104205.328000', '104205.331000', '104205.339000', '104205.342000', '104205.345000', '104205.348000', '104205.351000', '104205.354000', '104205.357000', '104205.359000', '104205.362000', '104205.365000', '104205.368000', '104205.371000', '104205.374000', '104205.376000', '104205.379000', '104205.382000', '104205.385000', '104205.388000', '104205.391000', '104205.394000', '104205.397000', '104205.399000', '104205.402000', '104205.405000', '104205.408000', '104205.411000', '104205.413000', '104205.416000', '104205.420000', '104205.423000', '104205.426000', '104205.429000', '104205.432000', '104205.435000', '104205.438000', '104225.310000', '104225.316000', '104225.319000', '104225.322000', '104225.325000', '104225.328000', '104225.330000', '104225.333000', '104225.336000', '104225.339000', '104225.342000', '104225.344000', '104225.347000', '104225.350000', '104225.353000', '104225.356000', '104225.359000', '104225.362000', '104225.364000', '104225.367000', '104225.370000', '104225.373000', '104225.376000', '104225.379000', '104225.381000', '104225.384000', '104225.387000', '104225.390000', '104225.393000', '104225.396000', '104225.399000', '104225.401000', '104225.404000', '104225.407000', '104225.410000', '104225.413000', '104225.415000', '104225.418000', '104225.431000', '104225.434000', '104225.437000', '104225.440000', '104225.443000', '104225.445000', '104245.310000', '104245.313000', '104245.316000', '104245.319000', '104245.321000', '104245.324000', '104245.327000', '104245.330000', '104245.333000', '104245.336000', '104245.338000', '104245.341000', '104245.344000', '104245.347000', '104245.350000', '104245.353000', '104245.355000', '104245.358000', '104245.361000', '104245.364000', '104245.367000', '104245.370000', '104245.372000', '104245.375000', '104245.378000', '104245.381000', '104245.384000', '104245.387000', '104245.389000', '104245.392000', '104245.395000', '104245.398000', '104245.401000', '104245.403000', '104245.406000', '104245.409000', '104245.412000', '104245.415000', '104245.417000', '104245.420000', '104245.423000', '104245.426000', '104245.429000', '104305.310000', '104305.313000', '104305.316000', '104305.318000', '104305.321000', '104305.324000', '104305.327000', '104305.330000', '104305.333000', '104305.335000', '104305.338000', '104305.341000', '104305.344000', '104305.347000', '104305.350000', '104305.353000', '104305.355000', '104305.358000', '104305.361000', '104305.364000', '104305.367000', '104305.370000', '104305.372000', '104305.375000', '104305.378000', '104305.381000', '104305.384000', '104305.386000', '104305.389000', '104305.392000', '104305.395000', '104305.398000', '104305.401000', '104305.403000', '104305.406000', '104305.409000', '104305.412000', '104305.415000', '104305.417000', '104305.420000', '104305.423000', '104305.426000', '104305.429000', '104305.432000', '104325.310000', '104325.313000', '104325.316000', '104325.319000', '104325.321000', '104325.324000', '104325.327000', '104325.330000', '104325.333000', '104325.336000', '104325.339000', '104325.341000', '104325.344000', '104325.347000', '104325.350000', '104325.353000', '104325.356000', '104325.358000', '104325.361000', '104325.364000', '104325.367000', '104325.370000', '104325.373000', '104325.375000', '104325.378000', '104325.381000', '104325.384000', '104325.387000', '104325.390000', '104325.392000', '104325.395000', '104325.398000', '104325.401000', '104325.404000', '104325.407000', '104325.409000', '104325.412000', '104325.415000', '104325.418000', '104325.431000', '104325.433000', '104325.436000', '104325.439000', '104345.310000', '104345.313000', '104345.315000', '104345.318000', '104345.321000', '104345.324000', '104345.327000', '104345.330000', '104345.333000', '104345.335000', '104345.338000', '104345.341000', '104345.344000', '104345.347000', '104345.350000', '104345.353000', '104345.355000', '104345.358000', '104345.361000', '104345.364000', '104345.367000', '104345.369000', '104345.372000', '104345.375000', '104345.378000', '104345.381000', '104345.383000', '104345.386000', '104345.389000', '104345.392000', '104345.395000', '104345.398000', '104345.401000', '104345.403000', '104345.406000', '104345.409000', '104345.412000', '104345.415000', '104345.417000', '104345.422000', '104345.424000', '104345.427000', '104345.430000', '104405.310000', '104405.313000', '104405.316000', '104405.318000', '104405.321000', '104405.324000', '104405.332000', '104405.334000', '104405.337000', '104405.340000', '104405.343000', '104405.346000', '104405.349000', '104405.352000', '104405.354000', '104405.357000', '104405.360000', '104405.363000', '104405.366000', '104405.369000', '104405.371000', '104405.374000', '104405.377000', '104405.380000', '104405.383000', '104405.386000', '104405.389000', '104405.391000', '104405.394000', '104405.397000', '104405.400000', '104405.403000', '104405.405000', '104405.408000', '104405.411000', '104405.414000', '104405.417000', '104405.420000', '104405.423000', '104405.426000', '104405.428000', '104405.431000', '104405.434000', '104405.437000', '104425.311000', '104425.314000', '104425.317000', '104425.321000', '104425.323000', '104425.326000', '104425.329000', '104425.332000', '104425.335000', '104425.338000', '104425.341000', '104425.344000', '104425.346000', '104425.349000', '104425.352000', '104425.355000', '104425.358000', '104425.361000', '104425.364000', '104425.366000', '104425.369000', '104425.372000', '104425.384000', '104425.387000', '104425.389000', '104425.392000', '104425.395000', '104425.398000', '104425.401000', '104425.403000', '104425.406000', '104425.409000', '104425.412000', '104425.415000', '104425.418000', '104425.421000', '104425.424000', '104425.426000', '104425.429000', '104425.432000', '104425.435000', '104425.438000', '104425.441000', '104445.310000', '104445.313000', '104445.316000', '104445.319000', '104445.322000', '104445.325000', '104445.327000', '104445.330000', '104445.333000', '104445.336000', '104445.339000', '104445.342000', '104445.344000', '104445.347000', '104445.350000', '104445.353000', '104445.356000', '104445.359000', '104445.362000', '104445.364000', '104445.367000', '104445.370000', '104445.373000', '104445.376000', '104445.379000', '104445.382000', '104445.384000', '104445.387000', '104445.390000', '104445.393000', '104445.396000', '104445.399000', '104445.401000', '104445.404000', '104445.407000', '104445.410000', '104445.413000', '104445.416000', '104445.419000', '104445.421000', '104445.424000', '104445.427000', '104445.430000', '104445.433000', '104505.310000', '104505.313000', '104505.316000', '104505.319000', '104505.322000', '104505.324000', '104505.327000', '104505.330000', '104505.333000', '104505.336000', '104505.339000', '104505.342000', '104505.345000', '104505.348000', '104505.351000', '104505.354000', '104505.357000', '104505.360000', '104505.362000', '104505.365000', '104505.368000', '104505.387000', '104505.390000', '104505.393000', '104505.395000', '104505.406000', '104505.409000', '104505.411000', '104505.414000', '104505.417000', '104505.420000', '104505.423000', '104505.426000', '104505.429000', '104505.431000', '104505.434000', '104505.437000', '104505.440000', '104505.443000', '104505.446000', '104505.448000', '104505.451000', '104505.454000', '104525.310000', '104525.313000', '104525.316000', '104525.318000', '104525.321000', '104525.324000', '104525.327000', '104525.330000', '104525.333000', '104525.336000', '104525.338000', '104525.341000', '104525.344000', '104525.347000', '104525.350000', '104525.353000', '104525.355000', '104525.358000', '104525.361000', '104525.364000', '104525.367000', '104525.370000', '104525.373000', '104525.375000', '104525.378000', '104525.381000', '104525.384000', '104525.387000', '104525.390000', '104525.392000', '104525.395000', '104525.398000', '104525.401000', '104525.404000', '104525.407000', '104525.410000', '104525.413000', '104525.415000', '104525.418000', '104525.421000', '104525.424000', '104525.427000', '104525.430000', '104525.432000', '104545.310000', '104545.313000', '104545.316000', '104545.319000', '104545.322000', '104545.324000', '104545.327000', '104545.330000', '104545.333000', '104545.336000', '104545.339000', '104545.341000', '104545.344000', '104545.347000', '104545.350000', '104545.353000', '104545.356000', '104545.359000', '104545.362000', '104545.367000', '104545.371000', '104545.375000', '104545.377000', '104545.380000', '104545.383000', '104545.386000', '104545.389000', '104545.392000', '104545.395000', '104545.397000', '104545.400000', '104545.403000', '104545.406000', '104545.409000', '104545.412000', '104545.415000', '104545.417000', '104545.420000', '104545.423000', '104545.426000', '104545.429000', '104545.432000', '104545.434000', '104605.310000', '104605.313000', '104605.316000', '104605.319000', '104605.322000', '104605.324000', '104605.327000', '104605.330000', '104605.333000', '104605.336000', '104605.339000', '104605.342000', '104605.344000', '104605.347000', '104605.350000', '104605.353000', '104605.356000', '104605.359000', '104605.361000', '104605.364000', '104605.367000', '104605.370000', '104605.373000', '104605.376000', '104605.379000', '104605.381000', '104605.384000', '104605.387000', '104605.390000', '104605.393000', '104605.396000', '104605.399000', '104605.401000', '104605.404000', '104605.407000', '104605.410000', '104605.413000', '104605.416000', '104605.419000', '104605.421000', '104605.424000', '104605.427000', '104605.430000', '104605.433000', '104625.310000', '104625.313000', '104625.316000', '104625.319000', '104625.322000', '104625.325000', '104625.327000', '104625.330000', '104625.333000', '104625.336000', '104625.339000', '104625.342000', '104625.344000', '104625.347000', '104625.350000', '104625.353000', '104625.356000', '104625.359000', '104625.362000', '104625.364000', '104625.367000', '104625.370000', '104625.373000', '104625.376000', '104625.379000', '104625.381000', '104625.384000', '104625.387000', '104625.390000', '104625.393000', '104625.396000', '104625.399000', '104625.402000', '104625.405000', '104625.407000', '104625.410000', '104625.413000', '104625.417000', '104625.421000', '104625.424000', '104625.427000', '104625.430000', '104625.433000', '104645.311000', '104645.314000', '104645.317000', '104645.320000', '104645.323000', '104645.325000', '104645.328000', '104645.331000', '104645.334000', '104645.337000', '104645.340000', '104645.343000', '104645.345000', '104645.348000', '104645.351000', '104645.354000', '104645.357000', '104645.360000', '104645.363000', '104645.365000', '104645.368000', '104645.371000', '104645.374000', '104645.377000', '104645.380000', '104645.382000', '104645.385000', '104645.388000', '104645.391000', '104645.394000', '104645.397000', '104645.400000', '104645.402000', '104645.405000', '104645.408000', '104645.411000', '104645.414000', '104645.417000', '104645.420000', '104645.423000', '104645.425000', '104645.428000', '104645.431000', '104645.434000', '104705.310000', '104705.313000', '104705.316000', '104705.319000', '104705.322000', '104705.325000', '104705.327000', '104705.331000', '104705.335000', '104705.337000', '104705.340000', '104705.343000', '104705.346000', '104705.349000', '104705.352000', '104705.355000', '104705.358000', '104705.361000', '104705.363000', '104705.366000', '104705.369000', '104705.372000', '104705.375000', '104705.378000', '104705.381000', '104705.383000', '104705.386000', '104705.389000', '104705.392000', '104705.395000', '104705.398000', '104705.401000', '104705.404000', '104705.407000', '104705.410000', '104705.413000', '104705.415000', '104705.418000', '104705.421000', '104705.424000', '104705.427000', '104705.430000', '104705.433000', '104725.310000', '104725.315000', '104725.318000', '104725.321000', '104725.323000', '104725.326000', '104725.329000', '104725.332000', '104725.335000', '104725.338000', '104725.341000', '104725.344000', '104725.347000', '104725.350000', '104725.352000', '104725.355000', '104725.358000', '104725.361000', '104725.364000', '104725.367000', '104725.370000', '104725.373000', '104725.375000', '104725.378000', '104725.381000', '104725.384000', '104725.387000', '104725.390000', '104725.392000', '104725.395000', '104725.398000', '104725.401000', '104725.404000', '104725.407000', '104725.410000', '104725.412000', '104725.415000', '104725.418000', '104725.421000', '104725.424000', '104725.427000', '104725.430000', '104725.433000', '104725.435000', '104745.310000', '104745.313000', '104745.316000', '104745.319000', '104745.322000', '104745.325000', '104745.327000', '104745.330000', '104745.333000', '104745.336000', '104745.339000', '104745.342000', '104745.344000', '104745.347000', '104745.350000', '104745.353000', '104745.356000', '104745.359000', '104745.361000', '104745.364000', '104745.367000', '104745.370000', '104745.373000', '104745.376000', '104745.379000', '104745.381000', '104745.384000', '104745.387000', '104745.390000', '104745.393000', '104745.396000', '104745.399000', '104745.401000', '104745.404000', '104745.407000', '104745.410000', '104745.413000', '104745.416000', '104745.418000', '104745.421000', '104745.424000', '104745.427000', '104745.431000', '104805.310000', '104805.313000', '104805.316000', '104805.319000', '104805.322000', '104805.325000', '104805.327000', '104805.330000', '104805.333000', '104805.336000', '104805.339000', '104805.341000', '104805.344000', '104805.347000', '104805.350000', '104805.353000', '104805.356000', '104805.359000', '104805.362000', '104805.364000', '104805.367000', '104805.370000', '104805.373000', '104805.376000', '104805.379000', '104805.382000', '104805.384000', '104805.387000', '104805.390000', '104805.393000', '104805.396000', '104805.399000', '104805.402000', '104805.404000', '104805.407000', '104805.410000', '104805.413000', '104805.416000', '104805.419000', '104805.422000', '104805.425000', '104805.427000', '104805.430000', '104805.433000', '104807.549000', '104807.552000', '104807.555000', '104807.558000', '104807.561000'], 'InstanceCreationTime': ['104145.344000', '104145.347000', '104145.354000', '104145.357000', '104145.360000', '104145.362000', '104145.365000', '104145.368000', '104145.371000', '104145.374000', '104145.377000', '104145.383000', '104145.386000', '104145.389000', '104145.392000', '104145.394000', '104145.397000', '104145.400000', '104145.403000', '104145.406000', '104145.409000', '104145.411000', '104145.414000', '104145.417000', '104145.420000', '104145.423000', '104145.425000', '104145.434000', '104145.437000', '104145.440000', '104145.443000', '104145.446000', '104145.449000', '104145.452000', '104145.454000', '104145.457000', '104145.460000', '104145.463000', '104145.466000', '104145.468000', '104145.471000', '104205.311000', '104205.314000', '104205.317000', '104205.319000', '104205.322000', '104205.325000', '104205.328000', '104205.331000', '104205.339000', '104205.342000', '104205.345000', '104205.348000', '104205.351000', '104205.354000', '104205.357000', '104205.359000', '104205.362000', '104205.365000', '104205.368000', '104205.371000', '104205.374000', '104205.376000', '104205.379000', '104205.382000', '104205.385000', '104205.388000', '104205.391000', '104205.394000', '104205.397000', '104205.399000', '104205.402000', '104205.405000', '104205.408000', '104205.411000', '104205.413000', '104205.416000', '104205.420000', '104205.423000', '104205.426000', '104205.429000', '104205.432000', '104205.435000', '104205.438000', '104225.310000', '104225.316000', '104225.319000', '104225.322000', '104225.325000', '104225.328000', '104225.330000', '104225.333000', '104225.336000', '104225.339000', '104225.342000', '104225.344000', '104225.347000', '104225.350000', '104225.353000', '104225.356000', '104225.359000', '104225.362000', '104225.364000', '104225.367000', '104225.370000', '104225.373000', '104225.376000', '104225.379000', '104225.381000', '104225.384000', '104225.387000', '104225.390000', '104225.393000', '104225.396000', '104225.399000', '104225.401000', '104225.404000', '104225.407000', '104225.410000', '104225.413000', '104225.415000', '104225.418000', '104225.431000', '104225.434000', '104225.437000', '104225.440000', '104225.443000', '104225.445000', '104245.310000', '104245.313000', '104245.316000', '104245.319000', '104245.321000', '104245.324000', '104245.327000', '104245.330000', '104245.333000', '104245.336000', '104245.338000', '104245.341000', '104245.344000', '104245.347000', '104245.350000', '104245.353000', '104245.355000', '104245.358000', '104245.361000', '104245.364000', '104245.367000', '104245.370000', '104245.372000', '104245.375000', '104245.378000', '104245.381000', '104245.384000', '104245.387000', '104245.389000', '104245.392000', '104245.395000', '104245.398000', '104245.401000', '104245.403000', '104245.406000', '104245.409000', '104245.412000', '104245.415000', '104245.417000', '104245.420000', '104245.423000', '104245.426000', '104245.429000', '104305.310000', '104305.313000', '104305.316000', '104305.318000', '104305.321000', '104305.324000', '104305.327000', '104305.330000', '104305.333000', '104305.335000', '104305.338000', '104305.341000', '104305.344000', '104305.347000', '104305.350000', '104305.353000', '104305.355000', '104305.358000', '104305.361000', '104305.364000', '104305.367000', '104305.370000', '104305.372000', '104305.375000', '104305.378000', '104305.381000', '104305.384000', '104305.386000', '104305.389000', '104305.392000', '104305.395000', '104305.398000', '104305.401000', '104305.403000', '104305.406000', '104305.409000', '104305.412000', '104305.415000', '104305.417000', '104305.420000', '104305.423000', '104305.426000', '104305.429000', '104305.432000', '104325.310000', '104325.313000', '104325.316000', '104325.319000', '104325.321000', '104325.324000', '104325.327000', '104325.330000', '104325.333000', '104325.336000', '104325.339000', '104325.341000', '104325.344000', '104325.347000', '104325.350000', '104325.353000', '104325.356000', '104325.358000', '104325.361000', '104325.364000', '104325.367000', '104325.370000', '104325.373000', '104325.375000', '104325.378000', '104325.381000', '104325.384000', '104325.387000', '104325.390000', '104325.392000', '104325.395000', '104325.398000', '104325.401000', '104325.404000', '104325.407000', '104325.409000', '104325.412000', '104325.415000', '104325.418000', '104325.431000', '104325.433000', '104325.436000', '104325.439000', '104345.310000', '104345.313000', '104345.315000', '104345.318000', '104345.321000', '104345.324000', '104345.327000', '104345.330000', '104345.333000', '104345.335000', '104345.338000', '104345.341000', '104345.344000', '104345.347000', '104345.350000', '104345.353000', '104345.355000', '104345.358000', '104345.361000', '104345.364000', '104345.367000', '104345.369000', '104345.372000', '104345.375000', '104345.378000', '104345.381000', '104345.383000', '104345.386000', '104345.389000', '104345.392000', '104345.395000', '104345.398000', '104345.401000', '104345.403000', '104345.406000', '104345.409000', '104345.412000', '104345.415000', '104345.417000', '104345.422000', '104345.424000', '104345.427000', '104345.430000', '104405.310000', '104405.313000', '104405.316000', '104405.318000', '104405.321000', '104405.324000', '104405.332000', '104405.334000', '104405.337000', '104405.340000', '104405.343000', '104405.346000', '104405.349000', '104405.352000', '104405.354000', '104405.357000', '104405.360000', '104405.363000', '104405.366000', '104405.369000', '104405.371000', '104405.374000', '104405.377000', '104405.380000', '104405.383000', '104405.386000', '104405.389000', '104405.391000', '104405.394000', '104405.397000', '104405.400000', '104405.403000', '104405.405000', '104405.408000', '104405.411000', '104405.414000', '104405.417000', '104405.420000', '104405.423000', '104405.426000', '104405.428000', '104405.431000', '104405.434000', '104405.437000', '104425.311000', '104425.314000', '104425.317000', '104425.321000', '104425.323000', '104425.326000', '104425.329000', '104425.332000', '104425.335000', '104425.338000', '104425.341000', '104425.344000', '104425.346000', '104425.349000', '104425.352000', '104425.355000', '104425.358000', '104425.361000', '104425.364000', '104425.366000', '104425.369000', '104425.372000', '104425.384000', '104425.387000', '104425.389000', '104425.392000', '104425.395000', '104425.398000', '104425.401000', '104425.403000', '104425.406000', '104425.409000', '104425.412000', '104425.415000', '104425.418000', '104425.421000', '104425.424000', '104425.426000', '104425.429000', '104425.432000', '104425.435000', '104425.438000', '104425.441000', '104445.310000', '104445.313000', '104445.316000', '104445.319000', '104445.322000', '104445.325000', '104445.327000', '104445.330000', '104445.333000', '104445.336000', '104445.339000', '104445.342000', '104445.344000', '104445.347000', '104445.350000', '104445.353000', '104445.356000', '104445.359000', '104445.362000', '104445.364000', '104445.367000', '104445.370000', '104445.373000', '104445.376000', '104445.379000', '104445.382000', '104445.384000', '104445.387000', '104445.390000', '104445.393000', '104445.396000', '104445.399000', '104445.401000', '104445.404000', '104445.407000', '104445.410000', '104445.413000', '104445.416000', '104445.419000', '104445.421000', '104445.424000', '104445.427000', '104445.430000', '104445.433000', '104505.310000', '104505.313000', '104505.316000', '104505.319000', '104505.322000', '104505.324000', '104505.327000', '104505.330000', '104505.333000', '104505.336000', '104505.339000', '104505.342000', '104505.345000', '104505.348000', '104505.351000', '104505.354000', '104505.357000', '104505.360000', '104505.362000', '104505.365000', '104505.368000', '104505.387000', '104505.390000', '104505.393000', '104505.395000', '104505.406000', '104505.409000', '104505.411000', '104505.414000', '104505.417000', '104505.420000', '104505.423000', '104505.426000', '104505.429000', '104505.431000', '104505.434000', '104505.437000', '104505.440000', '104505.443000', '104505.446000', '104505.448000', '104505.451000', '104505.454000', '104525.310000', '104525.313000', '104525.316000', '104525.318000', '104525.321000', '104525.324000', '104525.327000', '104525.330000', '104525.333000', '104525.336000', '104525.338000', '104525.341000', '104525.344000', '104525.347000', '104525.350000', '104525.353000', '104525.355000', '104525.358000', '104525.361000', '104525.364000', '104525.367000', '104525.370000', '104525.373000', '104525.375000', '104525.378000', '104525.381000', '104525.384000', '104525.387000', '104525.390000', '104525.392000', '104525.395000', '104525.398000', '104525.401000', '104525.404000', '104525.407000', '104525.410000', '104525.413000', '104525.415000', '104525.418000', '104525.421000', '104525.424000', '104525.427000', '104525.430000', '104525.432000', '104545.310000', '104545.313000', '104545.316000', '104545.319000', '104545.322000', '104545.324000', '104545.327000', '104545.330000', '104545.333000', '104545.336000', '104545.339000', '104545.341000', '104545.344000', '104545.347000', '104545.350000', '104545.353000', '104545.356000', '104545.359000', '104545.362000', '104545.367000', '104545.371000', '104545.375000', '104545.377000', '104545.380000', '104545.383000', '104545.386000', '104545.389000', '104545.392000', '104545.395000', '104545.397000', '104545.400000', '104545.403000', '104545.406000', '104545.409000', '104545.412000', '104545.415000', '104545.417000', '104545.420000', '104545.423000', '104545.426000', '104545.429000', '104545.432000', '104545.434000', '104605.310000', '104605.313000', '104605.316000', '104605.319000', '104605.322000', '104605.324000', '104605.327000', '104605.330000', '104605.333000', '104605.336000', '104605.339000', '104605.342000', '104605.344000', '104605.347000', '104605.350000', '104605.353000', '104605.356000', '104605.359000', '104605.361000', '104605.364000', '104605.367000', '104605.370000', '104605.373000', '104605.376000', '104605.379000', '104605.381000', '104605.384000', '104605.387000', '104605.390000', '104605.393000', '104605.396000', '104605.399000', '104605.401000', '104605.404000', '104605.407000', '104605.410000', '104605.413000', '104605.416000', '104605.419000', '104605.421000', '104605.424000', '104605.427000', '104605.430000', '104605.433000', '104625.310000', '104625.313000', '104625.316000', '104625.319000', '104625.322000', '104625.325000', '104625.327000', '104625.330000', '104625.333000', '104625.336000', '104625.339000', '104625.342000', '104625.344000', '104625.347000', '104625.350000', '104625.353000', '104625.356000', '104625.359000', '104625.362000', '104625.364000', '104625.367000', '104625.370000', '104625.373000', '104625.376000', '104625.379000', '104625.381000', '104625.384000', '104625.387000', '104625.390000', '104625.393000', '104625.396000', '104625.399000', '104625.402000', '104625.405000', '104625.407000', '104625.410000', '104625.413000', '104625.417000', '104625.421000', '104625.424000', '104625.427000', '104625.430000', '104625.433000', '104645.311000', '104645.314000', '104645.317000', '104645.320000', '104645.323000', '104645.325000', '104645.328000', '104645.331000', '104645.334000', '104645.337000', '104645.340000', '104645.343000', '104645.345000', '104645.348000', '104645.351000', '104645.354000', '104645.357000', '104645.360000', '104645.363000', '104645.365000', '104645.368000', '104645.371000', '104645.374000', '104645.377000', '104645.380000', '104645.382000', '104645.385000', '104645.388000', '104645.391000', '104645.394000', '104645.397000', '104645.400000', '104645.402000', '104645.405000', '104645.408000', '104645.411000', '104645.414000', '104645.417000', '104645.420000', '104645.423000', '104645.425000', '104645.428000', '104645.431000', '104645.434000', '104705.310000', '104705.313000', '104705.316000', '104705.319000', '104705.322000', '104705.325000', '104705.327000', '104705.331000', '104705.335000', '104705.337000', '104705.340000', '104705.343000', '104705.346000', '104705.349000', '104705.352000', '104705.355000', '104705.358000', '104705.361000', '104705.363000', '104705.366000', '104705.369000', '104705.372000', '104705.375000', '104705.378000', '104705.381000', '104705.383000', '104705.386000', '104705.389000', '104705.392000', '104705.395000', '104705.398000', '104705.401000', '104705.404000', '104705.407000', '104705.410000', '104705.413000', '104705.415000', '104705.418000', '104705.421000', '104705.424000', '104705.427000', '104705.430000', '104705.433000', '104725.310000', '104725.315000', '104725.318000', '104725.321000', '104725.323000', '104725.326000', '104725.329000', '104725.332000', '104725.335000', '104725.338000', '104725.341000', '104725.344000', '104725.347000', '104725.350000', '104725.352000', '104725.355000', '104725.358000', '104725.361000', '104725.364000', '104725.367000', '104725.370000', '104725.373000', '104725.375000', '104725.378000', '104725.381000', '104725.384000', '104725.387000', '104725.390000', '104725.392000', '104725.395000', '104725.398000', '104725.401000', '104725.404000', '104725.407000', '104725.410000', '104725.412000', '104725.415000', '104725.418000', '104725.421000', '104725.424000', '104725.427000', '104725.430000', '104725.433000', '104725.435000', '104745.310000', '104745.313000', '104745.316000', '104745.319000', '104745.322000', '104745.325000', '104745.327000', '104745.330000', '104745.333000', '104745.336000', '104745.339000', '104745.342000', '104745.344000', '104745.347000', '104745.350000', '104745.353000', '104745.356000', '104745.359000', '104745.361000', '104745.364000', '104745.367000', '104745.370000', '104745.373000', '104745.376000', '104745.379000', '104745.381000', '104745.384000', '104745.387000', '104745.390000', '104745.393000', '104745.396000', '104745.399000', '104745.401000', '104745.404000', '104745.407000', '104745.410000', '104745.413000', '104745.416000', '104745.418000', '104745.421000', '104745.424000', '104745.427000', '104745.431000', '104805.310000', '104805.313000', '104805.316000', '104805.319000', '104805.322000', '104805.325000', '104805.327000', '104805.330000', '104805.333000', '104805.336000', '104805.339000', '104805.341000', '104805.344000', '104805.347000', '104805.350000', '104805.353000', '104805.356000', '104805.359000', '104805.362000', '104805.364000', '104805.367000', '104805.370000', '104805.373000', '104805.376000', '104805.379000', '104805.382000', '104805.384000', '104805.387000', '104805.390000', '104805.393000', '104805.396000', '104805.399000', '104805.402000', '104805.404000', '104805.407000', '104805.410000', '104805.413000', '104805.416000', '104805.419000', '104805.422000', '104805.425000', '104805.427000', '104805.430000', '104805.433000', '104807.549000', '104807.552000', '104807.555000', '104807.558000', '104807.561000'], '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': [9154, 13960, 11786, 18662, 13757, 16368, 14054, 16878, 13309, 17869, 10968, 16198, 11961, 13209, 11409, 12661, 10248, 11428, 9032, 10236, 9153, 8279, 9050, 8233, 8940, 8610, 9533, 8980, 10181, 8729, 9329, 8712, 9936, 8784, 10949, 9008, 10389, 9821, 12709, 8767, 10533, 8908, 8383, 10195, 8538, 8136, 10327, 8634, 7775, 9344, 8079, 7744, 7592, 9093, 8382, 9617, 8605, 8980, 8610, 8860, 10653, 8615, 11229, 13319, 9580, 13043, 10445, 13722, 11300, 10228, 12817, 8431, 8044, 8903, 8457, 10389, 8924, 12916, 10270, 8745, 8697, 8371, 9718, 8693, 9626, 9121, 8889, 10679, 9270, 10157, 9744, 9139, 8822, 8950, 8071, 9042, 7996, 9059, 8220, 9747, 8532, 10824, 8593, 10172, 8579, 10199, 8353, 9495, 8360, 9052, 8588, 8581, 8389, 7463, 8390, 8159, 10046, 7901, 7822, 7893, 8249, 7620, 8327, 8347, 8464, 8042, 8441, 8949, 8362, 8627, 11116, 10060, 10214, 10589, 12509, 13855, 13803, 12191, 10852, 14930, 14299, 13741, 15984, 12777, 13253, 12070, 13844, 11681, 14663, 11687, 10482, 9970, 8728, 13519, 8817, 12566, 8944, 10188, 8956, 8467, 8992, 7782, 9011, 8325, 9340, 8358, 9410, 8388, 9039, 8507, 7682, 7931, 7730, 9062, 7596, 7678, 7738, 8226, 7773, 9356, 7905, 10160, 8627, 10662, 8944, 11262, 11469, 11565, 13284, 10995, 15569, 11642, 14764, 11127, 13307, 10261, 10529, 8944, 7937, 8792, 8005, 7647, 9249, 7968, 9046, 11526, 9628, 13617, 8963, 11393, 8686, 10027, 13275, 9672, 13249, 9342, 11441, 8327, 9103, 7661, 8912, 7821, 8670, 7922, 8594, 8463, 7915, 9044, 8532, 7151, 7948, 9065, 9187, 10846, 9045, 7804, 10384, 8702, 9516, 10892, 8786, 11941, 11296, 11714, 11858, 10248, 14465, 12102, 13914, 10943, 10344, 11746, 9471, 10946, 9919, 8456, 10940, 9603, 12731, 9714, 8717, 10179, 9314, 8197, 9642, 8349, 9759, 8839, 8707, 7989, 8001, 8384, 7842, 8539, 8677, 8999, 8793, 10202, 9462, 12411, 11325, 11429, 12676, 12448, 15099, 12491, 14363, 12963, 14150, 11423, 10586, 13059, 11707, 9847, 9641, 8796, 9161, 9368, 8656, 9712, 8572, 8566, 8857, 9211, 9504, 8229, 7899, 8152, 8585, 7718, 8220, 8777, 8569, 9999, 8869, 10928, 9982, 10505, 12031, 10503, 12855, 11244, 12806, 11229, 13769, 11595, 11802, 9972, 8484, 9390, 9272, 8500, 9828, 8492, 9575, 9132, 7798, 8526, 8592, 9521, 8545, 9777, 8675, 9936, 9166, 11009, 12055, 9604, 13494, 10702, 12694, 10722, 12389, 9212, 8297, 9292, 7953, 9504, 7899, 9453, 8272, 9756, 8197, 9458, 8102, 9720, 8425, 9261, 10880, 9463, 10356, 9058, 9681, 8724, 9621, 8885, 9930, 9044, 9638, 8728, 8661, 8996, 7994, 9326, 7689, 10549, 8411, 7578, 8910, 8266, 7590, 9759, 8092, 10273, 8394, 11256, 8467, 12194, 9252, 14456, 10312, 13102, 12811, 13487, 13971, 13498, 13684, 11684, 12243, 10428, 12789, 11646, 14297, 9777, 9419, 9658, 8680, 9740, 9006, 9464, 9280, 10124, 9413, 10541, 9675, 8175, 9856, 8730, 9564, 8512, 8731, 8724, 9022, 9245, 8444, 8860, 8452, 10483, 9101, 8300, 9374, 8247, 9645, 8425, 11004, 8792, 7904, 9059, 8281, 7735, 9295, 8301, 8155, 8979, 8416, 10348, 9671, 7914, 11043, 11845, 12774, 11700, 10233, 13582, 11397, 12619, 13290, 10776, 11534, 9312, 13368, 11891, 8099, 8331, 8202, 7809, 8967, 7603, 9631, 8924, 9405, 9173, 8046, 8967, 8467, 11135, 11914, 12506, 13519, 12591, 9379, 10704, 13528, 11392, 10408, 10510, 8233, 8078, 13578, 11269, 13753, 12302, 10494, 13740, 11567, 14525, 12800, 13666, 12758, 10006, 13921, 11904, 13835, 9431, 8314, 10175, 8889, 8580, 9190, 8253, 9241, 8569, 9632, 8850, 8188, 8693, 8119, 8291, 7973, 7940, 8666, 8506, 8077, 9576, 8610, 7597, 9171, 7923, 9963, 8231, 9735, 8427, 7702, 9187, 7848, 10014, 7865, 8386, 8086, 8291, 7831, 8257, 8152, 7706, 8061, 8416, 7689, 10910, 9626, 8095, 10391, 8493, 11572, 9164, 12317, 11398, 13644, 13675, 14232, 13850, 14667, 11347, 13583, 11235, 13191, 10527, 9056, 8244, 8768, 8924, 9002, 8788, 8397, 8357, 8325, 8196, 9079, 8132, 8703, 9530, 8723, 11863, 8898, 11954, 8984, 9720, 8298, 8365, 8107, 7408, 8374, 7997, 7224, 7770, 7957, 7338, 7984, 10462, 8214, 9931, 8017, 10527, 8993, 10538, 12973, 10507, 14542, 10321, 12808, 10192, 12914, 9910, 12687, 8690, 12087, 8631, 9287, 8889, 9553, 8822, 7778, 8310, 8349, 9225, 9019, 10891, 9072, 10764, 9062, 10144, 8988, 10891, 9210, 11391, 9144, 10821, 8956, 9993, 9051, 9757, 8798, 9625, 8798, 8785, 8907, 7482, 8507, 8308, 7537, 8725, 8368, 8256, 9057, 8710, 9890, 8964, 10394, 9622, 11547, 12021, 12656, 12134, 12359, 11379, 15175, 14445, 11632, 12766, 8560, 8414, 9204, 8798, 8606, 9553, 9986, 11449, 10970, 12754, 10860, 13026, 11470, 12906, 10948, 12483, 11316, 14412, 11954, 13071, 9440, 8743, 9281, 8693, 8688, 8953, 8972, 9301, 8575, 9451, 8440, 9432, 8756, 8997, 8767, 10137, 9157, 8314, 9163, 8576, 8588, 9181, 9863, 9073, 8565, 9115, 8834, 8874, 8641, 8491, 8378, 8910, 8098, 8238, 8414, 7958, 8893, 8422, 9176, 8053, 9065, 8100, 10816, 8722, 12186, 8822, 9953, 9152, 8084, 9134, 8464, 11447, 9281, 8353, 7798, 8541, 8306, 10376, 8344, 7654, 9215, 8271, 11586, 9151, 8655, 10130, 8526, 13046, 10069, 15259, 11727, 16479, 12333, 12939, 13965, 9781, 11138, 8933, 12526, 9203, 13668, 9822, 11359, 9671, 10188, 9521, 8520, 9566, 8688, 10273, 8728, 10072, 9163, 8721, 9593, 8262, 9338, 8461, 9507, 8273, 10713, 8698, 7740, 7798, 8700, 7553, 8937, 8467, 11359, 8721, 12142, 8919, 13013, 8981, 13558, 9903, 12984, 12189, 13155, 12537, 13464, 11782, 13610, 11996, 13348, 13574, 11686, 12262, 9182, 11017, 9725, 8620, 9941, 9295, 8073, 8348, 8967, 8724, 9850, 8447, 9782, 8788, 10903, 9345, 12504, 10027, 13018, 11567, 13174, 11222, 12178, 11487, 11490, 14136, 9647, 8506, 9522, 8683, 8971, 9025, 9767, 9162, 8842, 7524, 7692, 9510, 8421, 8539, 9377, 10033, 9018, 8194, 9054, 9020], 'WindowCenter': [4550.0, 4573.0, 4535.0, 4573.0, 4541.0, 4536.0, 4515.0, 4521.0, 4490.0, 4519.0, 4466.0, 4493.0, 4464.0, 4460.0, 4451.0, 4460.0, 4440.0, 4449.0, 4428.0, 4439.0, 4431.0, 4419.0, 4432.0, 4433.0, 4444.0, 4445.0, 4457.0, 4459.0, 4468.0, 4449.0, 4459.0, 4449.0, 4469.0, 4449.0, 4480.0, 4459.0, 4469.0, 4468.0, 4487.0, 4461.0, 4481.0, 4472.0, 4462.0, 4493.0, 4461.0, 4450.0, 4479.0, 4460.0, 4461.0, 4466.0, 4474.0, 4472.0, 4467.0, 4479.0, 4471.0, 4477.0, 4454.0, 4465.0, 4466.0, 4468.0, 4489.0, 4469.0, 4485.0, 4508.0, 4467.0, 4497.0, 4464.0, 4492.0, 4475.0, 4464.0, 4483.0, 4433.0, 4432.0, 4443.0, 4446.0, 4477.0, 4444.0, 4487.0, 4453.0, 4441.0, 4443.0, 4445.0, 4452.0, 4444.0, 4465.0, 4472.0, 4461.0, 4466.0, 4455.0, 4468.0, 4456.0, 4460.0, 4471.0, 4471.0, 4449.0, 4469.0, 4462.0, 4471.0, 4473.0, 4468.0, 4457.0, 4473.0, 4444.0, 4462.0, 4444.0, 4462.0, 4443.0, 4452.0, 4443.0, 4442.0, 4444.0, 4443.0, 4434.0, 4426.0, 4445.0, 4449.0, 4478.0, 4458.0, 4442.0, 4440.0, 4454.0, 4445.0, 4454.0, 4456.0, 4457.0, 4468.0, 4470.0, 4479.0, 4467.0, 4488.0, 4494.0, 4497.0, 4497.0, 4511.0, 4522.0, 4520.0, 4520.0, 4486.0, 4476.0, 4506.0, 4495.0, 4494.0, 4504.0, 4482.0, 4470.0, 4458.0, 4467.0, 4459.0, 4466.0, 4445.0, 4436.0, 4424.0, 4417.0, 4453.0, 4418.0, 4444.0, 4416.0, 4427.0, 4415.0, 4404.0, 4416.0, 4395.0, 4416.0, 4407.0, 4414.0, 4405.0, 4424.0, 4417.0, 4427.0, 4426.0, 4420.0, 4435.0, 4434.0, 4456.0, 4445.0, 4447.0, 4459.0, 4470.0, 4476.0, 4496.0, 4476.0, 4504.0, 4485.0, 4507.0, 4473.0, 4504.0, 4502.0, 4502.0, 4511.0, 4491.0, 4519.0, 4488.0, 4520.0, 4492.0, 4498.0, 4478.0, 4477.0, 4458.0, 4449.0, 4457.0, 4449.0, 4451.0, 4482.0, 4460.0, 4473.0, 4501.0, 4482.0, 4512.0, 4470.0, 4489.0, 4458.0, 4478.0, 4497.0, 4467.0, 4496.0, 4456.0, 4476.0, 4445.0, 4452.0, 4434.0, 4454.0, 4435.0, 4458.0, 4448.0, 4472.0, 4472.0, 4473.0, 4483.0, 4498.0, 4464.0, 4477.0, 4498.0, 4500.0, 4495.0, 4488.0, 4466.0, 4497.0, 4477.0, 4501.0, 4510.0, 4479.0, 4515.0, 4506.0, 4507.0, 4506.0, 4484.0, 4514.0, 4493.0, 4512.0, 4482.0, 4472.0, 4481.0, 4462.0, 4480.0, 4459.0, 4451.0, 4480.0, 4463.0, 4491.0, 4462.0, 4451.0, 4470.0, 4461.0, 4454.0, 4472.0, 4467.0, 4485.0, 4462.0, 4463.0, 4465.0, 4463.0, 4463.0, 4462.0, 4474.0, 4488.0, 4478.0, 4466.0, 4486.0, 4476.0, 4505.0, 4496.0, 4495.0, 4505.0, 4493.0, 4501.0, 4479.0, 4487.0, 4465.0, 4473.0, 4442.0, 4431.0, 4462.0, 4452.0, 4432.0, 4432.0, 4423.0, 4446.0, 4446.0, 4422.0, 4446.0, 4436.0, 4447.0, 4461.0, 4473.0, 4472.0, 4464.0, 4464.0, 4451.0, 4462.0, 4452.0, 4461.0, 4462.0, 4476.0, 4486.0, 4476.0, 4495.0, 4472.0, 4470.0, 4491.0, 4469.0, 4478.0, 4467.0, 4475.0, 4468.0, 4485.0, 4465.0, 4463.0, 4442.0, 4422.0, 4432.0, 4444.0, 4433.0, 4444.0, 4434.0, 4443.0, 4446.0, 4440.0, 4451.0, 4462.0, 4472.0, 4462.0, 4471.0, 4451.0, 4470.0, 4460.0, 4469.0, 4479.0, 4447.0, 4487.0, 4456.0, 4475.0, 4457.0, 4474.0, 4445.0, 4436.0, 4447.0, 4426.0, 4457.0, 4437.0, 4458.0, 4452.0, 4470.0, 4451.0, 4471.0, 4441.0, 4471.0, 4450.0, 4461.0, 4470.0, 4472.0, 4470.0, 4459.0, 4459.0, 4450.0, 4461.0, 4464.0, 4470.0, 4461.0, 4459.0, 4463.0, 4461.0, 4476.0, 4463.0, 4486.0, 4468.0, 4496.0, 4476.0, 4466.0, 4486.0, 4476.0, 4467.0, 4498.0, 4468.0, 4499.0, 4477.0, 4507.0, 4477.0, 4518.0, 4488.0, 4527.0, 4487.0, 4514.0, 4505.0, 4502.0, 4501.0, 4488.0, 4489.0, 4467.0, 4466.0, 4455.0, 4474.0, 4467.0, 4485.0, 4443.0, 4433.0, 4443.0, 4435.0, 4443.0, 4435.0, 4444.0, 4444.0, 4455.0, 4445.0, 4455.0, 4446.0, 4435.0, 4457.0, 4437.0, 4459.0, 4462.0, 4463.0, 4463.0, 4462.0, 4471.0, 4451.0, 4460.0, 4452.0, 4482.0, 4474.0, 4464.0, 4475.0, 4465.0, 4490.0, 4477.0, 4507.0, 4477.0, 4463.0, 4472.0, 4461.0, 4454.0, 4485.0, 4479.0, 4479.0, 4498.0, 4491.0, 4509.0, 4498.0, 4477.0, 4519.0, 4518.0, 4518.0, 4506.0, 4485.0, 4501.0, 4478.0, 4489.0, 4488.0, 4467.0, 4477.0, 4458.0, 4485.0, 4476.0, 4437.0, 4437.0, 4461.0, 4450.0, 4470.0, 4450.0, 4470.0, 4486.0, 4472.0, 4472.0, 4463.0, 4473.0, 4475.0, 4501.0, 4513.0, 4496.0, 4499.0, 4487.0, 4467.0, 4474.0, 4492.0, 4496.0, 4487.0, 4478.0, 4456.0, 4446.0, 4497.0, 4476.0, 4495.0, 4484.0, 4463.0, 4494.0, 4472.0, 4480.0, 4469.0, 4466.0, 4456.0, 4424.0, 4451.0, 4433.0, 4452.0, 4409.0, 4390.0, 4410.0, 4400.0, 4399.0, 4399.0, 4390.0, 4411.0, 4403.0, 4413.0, 4415.0, 4418.0, 4442.0, 4434.0, 4430.0, 4442.0, 4431.0, 4442.0, 4444.0, 4432.0, 4451.0, 4443.0, 4435.0, 4467.0, 4448.0, 4464.0, 4458.0, 4468.0, 4457.0, 4438.0, 4468.0, 4450.0, 4478.0, 4474.0, 4460.0, 4461.0, 4461.0, 4419.0, 4455.0, 4445.0, 4441.0, 4454.0, 4468.0, 4471.0, 4517.0, 4484.0, 4464.0, 4491.0, 4472.0, 4502.0, 4482.0, 4502.0, 4503.0, 4510.0, 4499.0, 4497.0, 4485.0, 4483.0, 4452.0, 4471.0, 4450.0, 4458.0, 4437.0, 4415.0, 4406.0, 4418.0, 4427.0, 4433.0, 4432.0, 4421.0, 4431.0, 4436.0, 4433.0, 4446.0, 4437.0, 4445.0, 4455.0, 4445.0, 4473.0, 4445.0, 4464.0, 4445.0, 4442.0, 4436.0, 4445.0, 4437.0, 4438.0, 4461.0, 4462.0, 4452.0, 4464.0, 4478.0, 4482.0, 4491.0, 4508.0, 4477.0, 4496.0, 4476.0, 4506.0, 4485.0, 4506.0, 4514.0, 4495.0, 4523.0, 4483.0, 4501.0, 4481.0, 4500.0, 4481.0, 4500.0, 4459.0, 4487.0, 4448.0, 4456.0, 4458.0, 4456.0, 4459.0, 4438.0, 4447.0, 4447.0, 4457.0, 4458.0, 4478.0, 4459.0, 4478.0, 4458.0, 4466.0, 4458.0, 4467.0, 4457.0, 4475.0, 4457.0, 4465.0, 4445.0, 4453.0, 4445.0, 4445.0, 4445.0, 4455.0, 4446.0, 4459.0, 4472.0, 4438.0, 4457.0, 4460.0, 4452.0, 4486.0, 4476.0, 4475.0, 4487.0, 4476.0, 4496.0, 4475.0, 4495.0, 4483.0, 4505.0, 4504.0, 4513.0, 4513.0, 4500.0, 4491.0, 4511.0, 4510.0, 4478.0, 4487.0, 4447.0, 4462.0, 4471.0, 4475.0, 4462.0, 4471.0, 4470.0, 4477.0, 4467.0, 4476.0, 4466.0, 4476.0, 4464.0, 4462.0, 4452.0, 4461.0, 4452.0, 4470.0, 4450.0, 4460.0, 4419.0, 4408.0, 4418.0, 4419.0, 4408.0, 4418.0, 4419.0, 4429.0, 4420.0, 4431.0, 4421.0, 4431.0, 4422.0, 4431.0, 4423.0, 4443.0, 4444.0, 4424.0, 4443.0, 4435.0, 4434.0, 4445.0, 4443.0, 4436.0, 4434.0, 4445.0, 4448.0, 4447.0, 4448.0, 4449.0, 4451.0, 4473.0, 4453.0, 4451.0, 4453.0, 4454.0, 4474.0, 4463.0, 4475.0, 4454.0, 4463.0, 4454.0, 4484.0, 4464.0, 4493.0, 4463.0, 4472.0, 4474.0, 4453.0, 4474.0, 4479.0, 4506.0, 4473.0, 4478.0, 4480.0, 4487.0, 4481.0, 4497.0, 4480.0, 4469.0, 4489.0, 4481.0, 4520.0, 4502.0, 4491.0, 4499.0, 4477.0, 4518.0, 4487.0, 4528.0, 4496.0, 4524.0, 4493.0, 4491.0, 4501.0, 4460.0, 4469.0, 4449.0, 4478.0, 4449.0, 4488.0, 4459.0, 4468.0, 4458.0, 4458.0, 4458.0, 4448.0, 4458.0, 4450.0, 4470.0, 4449.0, 4460.0, 4461.0, 4452.0, 4474.0, 4465.0, 4475.0, 4464.0, 4475.0, 4466.0, 4497.0, 4489.0, 4466.0, 4465.0, 4476.0, 4465.0, 4485.0, 4487.0, 4516.0, 4489.0, 4517.0, 4488.0, 4527.0, 4489.0, 4525.0, 4485.0, 4514.0, 4504.0, 4502.0, 4491.0, 4500.0, 4480.0, 4498.0, 4477.0, 4486.0, 4488.0, 4479.0, 4464.0, 4433.0, 4454.0, 4454.0, 4434.0, 4454.0, 4445.0, 4436.0, 4446.0, 4447.0, 4448.0, 4471.0, 4450.0, 4469.0, 4450.0, 4467.0, 4446.0, 4476.0, 4458.0, 4488.0, 4478.0, 4475.0, 4465.0, 4475.0, 4463.0, 4452.0, 4472.0, 4442.0, 4432.0, 4443.0, 4434.0, 4436.0, 4462.0, 4470.0, 4473.0, 4473.0, 4452.0, 4452.0, 4480.0, 4471.0, 4473.0, 4470.0, 4482.0, 4473.0, 4475.0, 4485.0, 4484.0], 'WindowWidth': [10011.0, 10030.0, 9962.0, 10011.0, 9962.0, 9945.0, 9911.0, 9914.0, 9867.0, 9903.0, 9825.0, 9860.0, 9816.0, 9808.0, 9795.0, 9804.0, 9777.0, 9790.0, 9762.0, 9775.0, 9767.0, 9751.0, 9772.0, 9775.0, 9793.0, 9797.0, 9817.0, 9822.0, 9831.0, 9808.0, 9821.0, 9809.0, 9836.0, 9809.0, 9850.0, 9823.0, 9836.0, 9833.0, 9856.0, 9832.0, 9856.0, 9846.0, 9832.0, 9875.0, 9829.0, 9813.0, 9847.0, 9826.0, 9833.0, 9833.0, 9860.0, 9861.0, 9843.0, 9859.0, 9849.0, 9848.0, 9813.0, 9828.0, 9833.0, 9838.0, 9867.0, 9841.0, 9858.0, 9890.0, 9832.0, 9875.0, 9826.0, 9861.0, 9841.0, 9822.0, 9844.0, 9779.0, 9778.0, 9793.0, 9800.0, 9846.0, 9797.0, 9853.0, 9806.0, 9787.0, 9795.0, 9798.0, 9804.0, 9796.0, 9827.0, 9844.0, 9823.0, 9823.0, 9808.0, 9831.0, 9813.0, 9821.0, 9841.0, 9842.0, 9808.0, 9838.0, 9834.0, 9847.0, 9850.0, 9836.0, 9818.0, 9834.0, 9795.0, 9818.0, 9797.0, 9818.0, 9794.0, 9804.0, 9794.0, 9791.0, 9794.0, 9793.0, 9779.0, 9770.0, 9798.0, 9808.0, 9851.0, 9826.0, 9794.0, 9790.0, 9816.0, 9805.0, 9815.0, 9820.0, 9825.0, 9842.0, 9848.0, 9863.0, 9844.0, 9880.0, 9880.0, 9890.0, 9889.0, 9909.0, 9924.0, 9920.0, 9918.0, 9861.0, 9845.0, 9889.0, 9869.0, 9866.0, 9881.0, 9846.0, 9828.0, 9805.0, 9818.0, 9806.0, 9811.0, 9781.0, 9767.0, 9751.0, 9744.0, 9789.0, 9746.0, 9777.0, 9740.0, 9754.0, 9738.0, 9723.0, 9740.0, 9711.0, 9739.0, 9730.0, 9738.0, 9726.0, 9751.0, 9744.0, 9759.0, 9761.0, 9760.0, 9784.0, 9784.0, 9816.0, 9802.0, 9808.0, 9831.0, 9850.0, 9863.0, 9891.0, 9864.0, 9901.0, 9874.0, 9904.0, 9853.0, 9895.0, 9890.0, 9890.0, 9901.0, 9871.0, 9907.0, 9863.0, 9914.0, 9874.0, 9876.0, 9850.0, 9844.0, 9822.0, 9811.0, 9821.0, 9812.0, 9819.0, 9863.0, 9832.0, 9852.0, 9886.0, 9861.0, 9903.0, 9843.0, 9867.0, 9821.0, 9849.0, 9872.0, 9832.0, 9871.0, 9815.0, 9842.0, 9797.0, 9805.0, 9783.0, 9809.0, 9788.0, 9824.0, 9812.0, 9849.0, 9850.0, 9856.0, 9867.0, 9897.0, 9847.0, 9866.0, 9896.0, 9896.0, 9879.0, 9874.0, 9842.0, 9886.0, 9860.0, 9900.0, 9908.0, 9867.0, 9910.0, 9899.0, 9897.0, 9896.0, 9863.0, 9904.0, 9873.0, 9896.0, 9856.0, 9839.0, 9851.0, 9825.0, 9847.0, 9820.0, 9809.0, 9848.0, 9828.0, 9863.0, 9825.0, 9808.0, 9833.0, 9826.0, 9820.0, 9841.0, 9847.0, 9866.0, 9829.0, 9829.0, 9838.0, 9835.0, 9833.0, 9832.0, 9854.0, 9875.0, 9859.0, 9840.0, 9863.0, 9851.0, 9891.0, 9878.0, 9875.0, 9890.0, 9870.0, 9881.0, 9844.0, 9852.0, 9817.0, 9822.0, 9779.0, 9762.0, 9805.0, 9791.0, 9765.0, 9765.0, 9758.0, 9795.0, 9793.0, 9757.0, 9791.0, 9780.0, 9799.0, 9823.0, 9849.0, 9844.0, 9835.0, 9836.0, 9816.0, 9831.0, 9819.0, 9826.0, 9829.0, 9852.0, 9870.0, 9856.0, 9875.0, 9840.0, 9835.0, 9864.0, 9832.0, 9844.0, 9825.0, 9833.0, 9826.0, 9845.0, 9816.0, 9810.0, 9783.0, 9753.0, 9770.0, 9788.0, 9773.0, 9787.0, 9776.0, 9788.0, 9795.0, 9796.0, 9811.0, 9828.0, 9841.0, 9828.0, 9838.0, 9811.0, 9836.0, 9821.0, 9831.0, 9842.0, 9798.0, 9853.0, 9807.0, 9832.0, 9810.0, 9829.0, 9791.0, 9780.0, 9796.0, 9768.0, 9812.0, 9786.0, 9816.0, 9812.0, 9834.0, 9812.0, 9839.0, 9797.0, 9838.0, 9809.0, 9825.0, 9836.0, 9842.0, 9835.0, 9820.0, 9819.0, 9809.0, 9823.0, 9834.0, 9836.0, 9824.0, 9819.0, 9830.0, 9827.0, 9858.0, 9834.0, 9868.0, 9849.0, 9882.0, 9858.0, 9844.0, 9869.0, 9858.0, 9845.0, 9889.0, 9849.0, 9893.0, 9861.0, 9899.0, 9861.0, 9915.0, 9875.0, 9927.0, 9872.0, 9903.0, 9891.0, 9882.0, 9881.0, 9859.0, 9858.0, 9826.0, 9822.0, 9804.0, 9830.0, 9825.0, 9844.0, 9784.0, 9771.0, 9786.0, 9777.0, 9787.0, 9776.0, 9789.0, 9789.0, 9804.0, 9792.0, 9807.0, 9795.0, 9779.0, 9811.0, 9784.0, 9819.0, 9830.0, 9833.0, 9835.0, 9831.0, 9841.0, 9813.0, 9824.0, 9816.0, 9855.0, 9849.0, 9836.0, 9851.0, 9838.0, 9879.0, 9859.0, 9902.0, 9863.0, 9837.0, 9843.0, 9829.0, 9825.0, 9869.0, 9868.0, 9869.0, 9893.0, 9886.0, 9907.0, 9890.0, 9860.0, 9921.0, 9917.0, 9918.0, 9899.0, 9866.0, 9884.0, 9847.0, 9859.0, 9856.0, 9827.0, 9840.0, 9817.0, 9852.0, 9837.0, 9786.0, 9786.0, 9828.0, 9817.0, 9844.0, 9814.0, 9839.0, 9871.0, 9845.0, 9843.0, 9834.0, 9852.0, 9858.0, 9889.0, 9907.0, 9875.0, 9877.0, 9858.0, 9835.0, 9839.0, 9861.0, 9877.0, 9863.0, 9849.0, 9819.0, 9803.0, 9874.0, 9844.0, 9866.0, 9849.0, 9820.0, 9864.0, 9830.0, 9837.0, 9818.0, 9811.0, 9797.0, 9750.0, 9784.0, 9758.0, 9782.0, 9722.0, 9697.0, 9722.0, 9709.0, 9707.0, 9707.0, 9697.0, 9727.0, 9719.0, 9733.0, 9738.0, 9750.0, 9789.0, 9785.0, 9774.0, 9793.0, 9775.0, 9793.0, 9796.0, 9777.0, 9802.0, 9796.0, 9787.0, 9832.0, 9809.0, 9827.0, 9824.0, 9836.0, 9822.0, 9795.0, 9835.0, 9815.0, 9851.0, 9856.0, 9832.0, 9833.0, 9832.0, 9756.0, 9820.0, 9803.0, 9795.0, 9817.0, 9843.0, 9850.0, 9919.0, 9868.0, 9839.0, 9873.0, 9849.0, 9890.0, 9863.0, 9888.0, 9890.0, 9896.0, 9878.0, 9873.0, 9852.0, 9847.0, 9800.0, 9823.0, 9791.0, 9797.0, 9767.0, 9736.0, 9725.0, 9743.0, 9759.0, 9773.0, 9769.0, 9756.0, 9771.0, 9782.0, 9777.0, 9798.0, 9787.0, 9796.0, 9807.0, 9793.0, 9829.0, 9791.0, 9817.0, 9793.0, 9787.0, 9786.0, 9799.0, 9789.0, 9796.0, 9827.0, 9832.0, 9822.0, 9840.0, 9864.0, 9880.0, 9891.0, 9907.0, 9864.0, 9888.0, 9860.0, 9902.0, 9870.0, 9901.0, 9909.0, 9882.0, 9921.0, 9863.0, 9884.0, 9857.0, 9880.0, 9855.0, 9881.0, 9823.0, 9858.0, 9807.0, 9815.0, 9817.0, 9812.0, 9820.0, 9792.0, 9802.0, 9806.0, 9816.0, 9820.0, 9847.0, 9824.0, 9845.0, 9819.0, 9827.0, 9819.0, 9830.0, 9816.0, 9837.0, 9814.0, 9821.0, 9795.0, 9803.0, 9794.0, 9792.0, 9794.0, 9807.0, 9798.0, 9827.0, 9845.0, 9797.0, 9820.0, 9827.0, 9821.0, 9873.0, 9861.0, 9859.0, 9876.0, 9858.0, 9886.0, 9855.0, 9881.0, 9863.0, 9893.0, 9891.0, 9902.0, 9907.0, 9882.0, 9870.0, 9896.0, 9892.0, 9846.0, 9856.0, 9804.0, 9831.0, 9844.0, 9852.0, 9833.0, 9841.0, 9835.0, 9842.0, 9828.0, 9839.0, 9824.0, 9839.0, 9816.0, 9813.0, 9795.0, 9807.0, 9794.0, 9817.0, 9790.0, 9801.0, 9744.0, 9730.0, 9743.0, 9745.0, 9729.0, 9744.0, 9746.0, 9760.0, 9750.0, 9764.0, 9752.0, 9767.0, 9756.0, 9766.0, 9759.0, 9784.0, 9788.0, 9762.0, 9787.0, 9776.0, 9777.0, 9791.0, 9788.0, 9782.0, 9778.0, 9792.0, 9799.0, 9800.0, 9804.0, 9806.0, 9810.0, 9847.0, 9818.0, 9814.0, 9818.0, 9820.0, 9847.0, 9833.0, 9851.0, 9822.0, 9833.0, 9821.0, 9860.0, 9835.0, 9871.0, 9831.0, 9842.0, 9848.0, 9818.0, 9847.0, 9866.0, 9896.0, 9850.0, 9863.0, 9869.0, 9876.0, 9871.0, 9888.0, 9869.0, 9854.0, 9880.0, 9872.0, 9926.0, 9903.0, 9886.0, 9893.0, 9859.0, 9916.0, 9871.0, 9930.0, 9882.0, 9918.0, 9871.0, 9864.0, 9880.0, 9820.0, 9832.0, 9804.0, 9844.0, 9804.0, 9855.0, 9817.0, 9829.0, 9814.0, 9813.0, 9814.0, 9803.0, 9817.0, 9808.0, 9835.0, 9806.0, 9821.0, 9826.0, 9815.0, 9846.0, 9837.0, 9849.0, 9835.0, 9852.0, 9842.0, 9887.0, 9881.0, 9847.0, 9843.0, 9859.0, 9840.0, 9868.0, 9875.0, 9912.0, 9880.0, 9916.0, 9879.0, 9928.0, 9877.0, 9924.0, 9869.0, 9907.0, 9891.0, 9885.0, 9868.0, 9878.0, 9850.0, 9873.0, 9840.0, 9849.0, 9858.0, 9845.0, 9817.0, 9772.0, 9804.0, 9805.0, 9777.0, 9805.0, 9794.0, 9782.0, 9798.0, 9802.0, 9805.0, 9837.0, 9809.0, 9835.0, 9809.0, 9828.0, 9798.0, 9838.0, 9815.0, 9855.0, 9844.0, 9833.0, 9819.0, 9833.0, 9813.0, 9797.0, 9823.0, 9781.0, 9770.0, 9786.0, 9776.0, 9779.0, 9829.0, 9837.0, 9848.0, 9850.0, 9820.0, 9822.0, 9858.0, 9847.0, 9851.0, 9841.0, 9860.0, 9850.0, 9858.0, 9869.0, 9869.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.006135316455696203</td></tr>
<tr><td colspan=3>aqi</td><td>0.05868192934407365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.705531533329484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1813595570046103</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0344839843087563</td></tr>
<tr><td colspan=3>efc</td><td>0.5018</td></tr>
<tr><td colspan=3>fber</td><td>4297.3667</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16409536904534353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>196</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.554660529344073</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6951061039709856</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5426745757415503</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.878691931366636</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.66395180480477</td></tr>
<tr><td colspan=3>gcor</td><td>0.0192688</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0039430540055036545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048348233103752136</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.843690763676475</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>11.6109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.5553</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.3092</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297453.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>1195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.2645</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1182</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.5383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3631.9295</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.7571</td></tr>
<tr><td colspan=3>tsnr</td><td>26.453924187691882</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>