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

616 lines
No EOL
106 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-0020_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0020_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-04/func/sub-0020_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2051a01ce151433d6d0d11925788443d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:40:17.282500</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.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0974472</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</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>256.656</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e62217f4-cab7-4fc5-975e-663e028b4993||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.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [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': ['114017.282500', '114017.742500', '114018.202500', '114018.662500', '114019.122500', '114019.582500', '114020.042500', '114020.502500', '114020.962500', '114021.422500', '114021.882500', '114022.342500', '114022.802500', '114023.262500', '114023.722500', '114024.182500', '114024.642500', '114025.102500', '114025.562500', '114026.022500', '114026.482500', '114026.942500', '114027.402500', '114027.862500', '114028.322500', '114028.782500', '114029.242500', '114029.702500', '114030.162500', '114030.622500', '114031.082500', '114031.542500', '114032.002500', '114032.462500', '114032.922500', '114033.382500', '114033.842500', '114034.302500', '114034.762500', '114035.222500', '114035.682500', '114036.142500', '114036.602500', '114037.062500', '114037.522500', '114037.982500', '114038.442500', '114038.902500', '114039.362500', '114039.822500', '114040.282500', '114040.742500', '114041.202500', '114041.662500', '114042.122500', '114042.582500', '114043.042500', '114043.502500', '114043.962500', '114044.422500', '114044.882500', '114045.342500', '114045.802500', '114046.262500', '114046.722500', '114047.182500', '114047.642500', '114048.102500', '114048.562500', '114049.022500', '114049.482500', '114049.942500', '114050.402500', '114050.862500', '114051.322500', '114051.782500', '114052.242500', '114052.702500', '114053.162500', '114053.622500', '114054.082500', '114054.542500', '114055.002500', '114055.462500', '114055.922500', '114056.382500', '114056.842500', '114057.302500', '114057.762500', '114058.222500', '114058.682500', '114059.142500', '114059.602500', '114100.062500', '114100.522500', '114100.982500', '114101.442500', '114101.902500', '114102.362500', '114102.822500', '114103.282500', '114103.742500', '114104.202500', '114104.662500', '114105.122500', '114105.582500', '114106.042500', '114106.502500', '114106.962500', '114107.422500', '114107.882500', '114108.342500', '114108.802500', '114109.262500', '114109.722500', '114110.182500', '114110.642500', '114111.102500', '114111.562500', '114112.022500', '114112.482500', '114112.942500', '114113.402500', '114113.862500', '114114.322500', '114114.782500', '114115.242500', '114115.702500', '114116.162500', '114116.622500', '114117.082500', '114117.542500', '114118.002500', '114118.462500', '114118.922500', '114119.382500', '114119.842500', '114120.302500', '114120.762500', '114121.222500', '114121.682500', '114122.142500', '114122.602500', '114123.062500', '114123.522500', '114123.982500', '114124.442500', '114124.902500', '114125.362500', '114125.822500', '114126.282500', '114126.742500', '114127.202500', '114127.662500', '114128.122500', '114128.582500', '114129.042500', '114129.502500', '114129.962500', '114130.422500', '114130.882500', '114131.342500', '114131.802500', '114132.262500', '114132.722500', '114133.182500', '114133.642500', '114134.102500', '114134.562500', '114135.022500', '114135.482500', '114135.942500', '114136.402500', '114136.862500', '114137.322500', '114137.782500', '114138.242500', '114138.702500', '114139.162500', '114139.622500', '114140.082500', '114140.542500', '114141.002500', '114141.462500', '114141.922500', '114142.382500', '114142.842500', '114143.302500', '114143.762500', '114144.222500', '114144.682500', '114145.142500', '114145.602500', '114146.062500', '114146.522500', '114146.982500', '114147.442500', '114147.902500', '114148.362500', '114148.822500', '114149.282500', '114149.742500', '114150.202500', '114150.662500', '114151.122500', '114151.582500', '114152.042500', '114152.502500', '114152.962500', '114153.422500', '114153.882500', '114154.342500', '114154.802500', '114155.262500', '114155.722500', '114156.182500', '114156.642500', '114157.102500', '114157.562500', '114158.022500', '114158.482500', '114158.942500', '114159.402500', '114159.862500', '114200.322500', '114200.782500', '114201.242500', '114201.702500', '114202.162500', '114202.622500', '114203.082500', '114203.542500', '114204.002500', '114204.462500', '114204.922500', '114205.382500', '114205.842500', '114206.302500', '114206.762500', '114207.222500', '114207.682500', '114208.142500', '114208.602500', '114209.062500', '114209.522500', '114209.982500', '114210.442500', '114210.902500', '114211.362500', '114211.822500', '114212.282500', '114212.742500', '114213.202500', '114213.662500', '114214.122500', '114214.582500', '114215.042500', '114215.502500', '114215.962500', '114216.422500', '114216.882500', '114217.342500', '114217.802500', '114218.262500', '114218.722500', '114219.182500', '114219.642500', '114220.102500', '114220.562500', '114221.022500', '114221.482500', '114221.942500', '114222.402500', '114222.862500', '114223.322500', '114223.782500', '114224.242500', '114224.702500', '114225.162500', '114225.622500', '114226.082500', '114226.542500', '114227.002500', '114227.462500', '114227.922500', '114228.382500', '114228.842500', '114229.302500', '114229.762500', '114230.222500', '114230.682500', '114231.142500', '114231.602500', '114232.062500', '114232.522500', '114232.982500', '114233.442500', '114233.902500', '114234.362500', '114234.822500', '114235.282500', '114235.742500', '114236.202500', '114236.662500', '114237.122500', '114237.582500', '114238.042500', '114238.502500', '114238.962500', '114239.422500', '114239.882500', '114240.342500', '114240.802500', '114241.262500', '114241.722500', '114242.182500', '114242.642500', '114243.102500', '114243.562500', '114244.022500', '114244.482500', '114244.942500', '114245.402500', '114245.862500', '114246.322500', '114246.782500', '114247.242500', '114247.702500', '114248.162500', '114248.622500', '114249.082500', '114249.542500', '114250.002500', '114250.462500', '114250.922500', '114251.382500', '114251.842500', '114252.302500', '114252.762500', '114253.222500', '114253.682500', '114254.142500', '114254.602500', '114255.062500', '114255.522500', '114255.982500', '114256.442500', '114256.902500', '114257.362500', '114257.822500', '114258.282500', '114258.742500', '114259.202500', '114259.662500', '114300.122500', '114300.582500', '114301.042500', '114301.502500', '114301.962500', '114302.422500', '114302.882500', '114303.342500', '114303.802500', '114304.262500', '114304.722500', '114305.182500', '114305.642500', '114306.102500', '114306.562500', '114307.022500', '114307.482500', '114307.942500', '114308.402500', '114308.862500', '114309.322500', '114309.782500', '114310.242500', '114310.702500', '114311.162500', '114311.622500', '114312.082500', '114312.542500', '114313.002500', '114313.462500', '114313.922500', '114314.382500', '114314.842500', '114315.302500', '114315.762500', '114316.222500', '114316.682500', '114317.142500', '114317.602500', '114318.062500', '114318.522500', '114318.982500', '114319.442500', '114319.902500', '114320.362500', '114320.822500', '114321.282500', '114321.742500', '114322.202500', '114322.662500', '114323.122500', '114323.582500', '114324.042500', '114324.502500', '114324.962500', '114325.422500', '114325.882500', '114326.342500', '114326.802500', '114327.262500', '114327.722500', '114328.182500', '114328.642500', '114329.102500', '114329.562500', '114330.022500', '114330.482500', '114330.942500', '114331.402500', '114331.862500', '114332.322500', '114332.782500', '114333.242500', '114333.702500', '114334.162500', '114334.622500', '114335.082500', '114335.542500', '114336.002500', '114336.462500', '114336.922500', '114337.382500', '114337.842500', '114338.302500', '114338.762500', '114339.222500', '114339.682500', '114340.142500', '114340.602500', '114341.062500', '114341.522500', '114341.982500', '114342.442500', '114342.902500', '114343.362500', '114343.822500', '114344.282500', '114344.742500', '114345.202500', '114345.662500', '114346.122500', '114346.582500', '114347.042500', '114347.502500', '114347.962500', '114348.422500', '114348.882500', '114349.342500', '114349.802500', '114350.262500', '114350.722500', '114351.182500', '114351.642500', '114352.102500', '114352.562500', '114353.022500', '114353.482500', '114353.942500', '114354.402500', '114354.862500', '114355.322500', '114355.782500', '114356.242500', '114356.702500', '114357.162500', '114357.622500', '114358.082500', '114358.542500', '114359.002500', '114359.462500', '114359.922500', '114400.382500', '114400.842500', '114401.302500', '114401.762500', '114402.222500', '114402.682500', '114403.142500', '114403.602500', '114404.062500', '114404.522500', '114404.982500', '114405.442500', '114405.902500', '114406.362500', '114406.822500', '114407.282500', '114407.742500', '114408.202500', '114408.662500', '114409.122500', '114409.582500', '114410.042500', '114410.502500', '114410.962500', '114411.422500', '114411.882500', '114412.342500', '114412.802500', '114413.262500', '114413.722500', '114414.182500', '114414.642500', '114415.102500', '114415.562500', '114416.022500', '114416.482500', '114416.942500', '114417.402500', '114417.862500', '114418.322500', '114418.782500', '114419.242500', '114419.702500', '114420.162500', '114420.622500', '114421.082500', '114421.542500', '114422.002500', '114422.462500', '114422.922500', '114423.382500', '114423.842500', '114424.302500', '114424.762500', '114425.222500', '114425.682500', '114426.142500', '114426.602500', '114427.062500', '114427.522500', '114427.982500', '114428.442500', '114428.902500', '114429.362500', '114429.822500', '114430.282500', '114430.742500', '114431.202500', '114431.662500', '114432.122500', '114432.582500', '114433.042500', '114433.502500', '114433.962500', '114434.422500', '114434.882500', '114435.342500', '114435.802500', '114436.262500', '114436.722500', '114437.182500', '114437.642500', '114438.102500', '114438.562500', '114439.022500', '114439.482500', '114439.942500', '114440.402500', '114440.862500', '114441.322500', '114441.782500', '114442.242500', '114442.702500', '114443.162500', '114443.622500', '114444.082500', '114444.542500', '114445.002500', '114445.462500', '114445.922500', '114446.382500', '114446.842500', '114447.302500', '114447.762500', '114448.222500', '114448.682500', '114449.142500', '114449.602500', '114450.062500', '114450.522500', '114450.982500', '114451.442500', '114451.902500', '114452.362500', '114452.822500', '114453.282500', '114453.742500', '114454.202500', '114454.662500', '114455.122500', '114455.582500', '114456.042500', '114456.502500', '114456.962500', '114457.422500', '114457.882500', '114458.342500', '114458.802500', '114459.262500', '114459.722500', '114500.182500', '114500.642500', '114501.102500', '114501.562500', '114502.022500', '114502.482500', '114502.942500', '114503.402500', '114503.862500', '114504.322500', '114504.782500', '114505.242500', '114505.702500', '114506.162500', '114506.622500', '114507.082500', '114507.542500', '114508.002500', '114508.462500', '114508.922500', '114509.382500', '114509.842500', '114510.302500', '114510.762500', '114511.222500', '114511.682500', '114512.142500', '114512.602500', '114513.062500', '114513.522500', '114513.982500', '114514.442500', '114514.902500', '114515.362500', '114515.822500', '114516.282500', '114516.742500', '114517.202500', '114517.662500', '114518.122500', '114518.582500', '114519.042500', '114519.502500', '114519.962500', '114520.422500', '114520.882500', '114521.342500', '114521.802500', '114522.262500', '114522.722500', '114523.182500', '114523.642500', '114524.102500', '114524.562500', '114525.022500', '114525.482500', '114525.942500', '114526.402500', '114526.862500', '114527.322500', '114527.782500', '114528.242500', '114528.702500', '114529.162500', '114529.622500', '114530.082500', '114530.542500', '114531.002500', '114531.462500', '114531.922500', '114532.382500', '114532.842500', '114533.302500', '114533.762500', '114534.222500', '114534.682500', '114535.142500', '114535.602500', '114536.062500', '114536.522500', '114536.982500', '114537.442500', '114537.902500', '114538.362500', '114538.822500', '114539.282500', '114539.742500', '114540.202500', '114540.662500', '114541.122500', '114541.582500', '114542.042500', '114542.502500', '114542.962500', '114543.422500', '114543.882500', '114544.342500', '114544.802500', '114545.262500', '114545.722500', '114546.182500', '114546.642500', '114547.102500', '114547.562500', '114548.022500', '114548.482500', '114548.942500', '114549.402500', '114549.862500', '114550.322500', '114550.782500', '114551.242500', '114551.702500', '114552.162500', '114552.622500', '114553.082500', '114553.542500', '114554.002500', '114554.462500', '114554.922500', '114555.382500', '114555.842500', '114556.302500', '114556.762500', '114557.222500', '114557.682500', '114558.142500', '114558.602500', '114559.062500', '114559.522500', '114559.982500', '114600.442500', '114600.902500', '114601.362500', '114601.822500', '114602.282500', '114602.742500', '114603.202500', '114603.662500', '114604.122500', '114604.582500', '114605.042500', '114605.502500', '114605.962500', '114606.422500', '114606.882500', '114607.342500', '114607.802500', '114608.262500', '114608.722500', '114609.182500', '114609.642500', '114610.102500', '114610.562500', '114611.022500', '114611.482500', '114611.942500', '114612.402500', '114612.862500', '114613.322500', '114613.782500', '114614.242500', '114614.702500', '114615.162500', '114615.622500', '114616.082500', '114616.542500', '114617.002500', '114617.462500', '114617.922500', '114618.382500', '114618.842500', '114619.302500', '114619.762500', '114620.222500', '114620.682500', '114621.142500', '114621.602500', '114622.062500', '114622.522500', '114622.982500', '114623.442500', '114623.902500', '114624.362500', '114624.822500', '114625.282500', '114625.742500', '114626.202500', '114626.662500', '114627.122500', '114627.582500', '114628.042500', '114628.502500', '114628.962500', '114629.422500', '114629.882500', '114630.342500', '114630.802500', '114631.262500', '114631.722500', '114632.182500', '114632.642500', '114633.102500', '114633.562500', '114634.022500', '114634.482500', '114634.942500', '114635.402500', '114635.862500', '114636.322500', '114636.782500', '114637.242500', '114637.702500', '114638.162500', '114638.622500', '114639.082500', '114639.542500', '114640.002500', '114640.462500', '114640.922500', '114641.382500', '114641.842500', '114642.302500', '114642.762500', '114643.222500', '114643.682500', '114644.142500', '114644.602500', '114645.062500', '114645.522500', '114645.982500', '114646.442500', '114646.902500', '114647.362500', '114647.822500', '114648.282500', '114648.742500', '114649.202500', '114649.662500', '114650.122500', '114650.582500', '114651.042500', '114651.502500', '114651.962500', '114652.422500', '114652.882500', '114653.342500', '114653.802500', '114654.262500', '114654.722500', '114655.182500', '114655.642500', '114656.102500', '114656.562500', '114657.022500', '114657.482500', '114657.942500'], 'ContentTime': ['114046.309000', '114046.313000', '114046.316000', '114046.319000', '114046.322000', '114046.324000', '114046.327000', '114046.330000', '114046.333000', '114046.336000', '114046.339000', '114046.341000', '114046.351000', '114046.354000', '114046.357000', '114046.360000', '114046.362000', '114046.365000', '114046.368000', '114046.371000', '114046.374000', '114046.376000', '114046.379000', '114046.382000', '114046.385000', '114046.388000', '114046.390000', '114046.393000', '114046.396000', '114046.399000', '114046.402000', '114046.405000', '114046.407000', '114046.410000', '114046.413000', '114046.416000', '114046.418000', '114046.421000', '114046.424000', '114046.427000', '114046.430000', '114046.440000', '114046.443000', '114046.446000', '114046.448000', '114046.451000', '114046.454000', '114046.457000', '114046.460000', '114046.463000', '114046.465000', '114046.468000', '114046.471000', '114046.474000', '114046.477000', '114046.486000', '114046.489000', '114046.491000', '114046.494000', '114046.497000', '114046.500000', '114106.271000', '114106.274000', '114106.277000', '114106.280000', '114106.282000', '114106.285000', '114106.288000', '114106.291000', '114106.294000', '114106.297000', '114106.299000', '114106.302000', '114106.305000', '114106.308000', '114106.311000', '114106.313000', '114106.316000', '114106.319000', '114106.322000', '114106.324000', '114106.327000', '114106.330000', '114106.333000', '114106.336000', '114106.339000', '114106.341000', '114106.344000', '114106.347000', '114106.350000', '114106.353000', '114106.355000', '114106.359000', '114106.362000', '114106.365000', '114106.368000', '114106.371000', '114106.374000', '114106.377000', '114106.380000', '114106.382000', '114106.385000', '114106.388000', '114106.391000', '114126.271000', '114126.274000', '114126.277000', '114126.279000', '114126.282000', '114126.285000', '114126.288000', '114126.291000', '114126.294000', '114126.296000', '114126.299000', '114126.302000', '114126.305000', '114126.308000', '114126.310000', '114126.313000', '114126.316000', '114126.319000', '114126.322000', '114126.324000', '114126.327000', '114126.330000', '114126.333000', '114126.336000', '114126.339000', '114126.341000', '114126.344000', '114126.347000', '114126.350000', '114126.353000', '114126.356000', '114126.358000', '114126.361000', '114126.364000', '114126.367000', '114126.370000', '114126.372000', '114126.375000', '114126.378000', '114126.381000', '114126.384000', '114126.387000', '114126.389000', '114126.392000', '114146.271000', '114146.274000', '114146.277000', '114146.279000', '114146.282000', '114146.285000', '114146.288000', '114146.291000', '114146.294000', '114146.296000', '114146.299000', '114146.302000', '114146.305000', '114146.308000', '114146.310000', '114146.313000', '114146.316000', '114146.319000', '114146.322000', '114146.324000', '114146.327000', '114146.330000', '114146.333000', '114146.336000', '114146.339000', '114146.341000', '114146.344000', '114146.347000', '114146.350000', '114146.353000', '114146.356000', '114146.358000', '114146.361000', '114146.364000', '114146.367000', '114146.370000', '114146.373000', '114146.376000', '114146.378000', '114146.381000', '114146.384000', '114146.387000', '114146.390000', '114206.271000', '114206.274000', '114206.277000', '114206.280000', '114206.282000', '114206.285000', '114206.288000', '114206.291000', '114206.294000', '114206.297000', '114206.299000', '114206.302000', '114206.305000', '114206.308000', '114206.311000', '114206.314000', '114206.316000', '114206.319000', '114206.322000', '114206.325000', '114206.328000', '114206.331000', '114206.333000', '114206.336000', '114206.339000', '114206.342000', '114206.345000', '114206.347000', '114206.350000', '114206.353000', '114206.356000', '114206.359000', '114206.361000', '114206.364000', '114206.367000', '114206.378000', '114206.380000', '114206.383000', '114206.386000', '114206.389000', '114206.392000', '114206.394000', '114206.397000', '114206.400000', '114226.271000', '114226.274000', '114226.277000', '114226.280000', '114226.282000', '114226.285000', '114226.288000', '114226.291000', '114226.294000', '114226.297000', '114226.299000', '114226.312000', '114226.315000', '114226.317000', '114226.320000', '114226.323000', '114226.326000', '114226.329000', '114226.332000', '114226.345000', '114226.348000', '114226.350000', '114226.353000', '114226.356000', '114226.359000', '114226.362000', '114226.365000', '114226.367000', '114226.370000', '114226.373000', '114226.376000', '114226.379000', '114226.381000', '114226.384000', '114226.387000', '114226.390000', '114226.393000', '114226.397000', '114226.400000', '114226.403000', '114226.406000', '114226.408000', '114226.411000', '114246.271000', '114246.274000', '114246.277000', '114246.279000', '114246.282000', '114246.285000', '114246.288000', '114246.291000', '114246.294000', '114246.296000', '114246.299000', '114246.302000', '114246.305000', '114246.308000', '114246.310000', '114246.313000', '114246.316000', '114246.319000', '114246.322000', '114246.325000', '114246.327000', '114246.330000', '114246.333000', '114246.336000', '114246.339000', '114246.342000', '114246.344000', '114246.347000', '114246.350000', '114246.353000', '114246.356000', '114246.358000', '114246.361000', '114246.364000', '114246.367000', '114246.370000', '114246.373000', '114246.376000', '114246.379000', '114246.381000', '114246.384000', '114246.387000', '114246.390000', '114246.392000', '114306.271000', '114306.274000', '114306.277000', '114306.280000', '114306.282000', '114306.285000', '114306.288000', '114306.291000', '114306.294000', '114306.297000', '114306.299000', '114306.302000', '114306.305000', '114306.308000', '114306.311000', '114306.314000', '114306.316000', '114306.319000', '114306.322000', '114306.325000', '114306.328000', '114306.331000', '114306.334000', '114306.336000', '114306.339000', '114306.342000', '114306.345000', '114306.348000', '114306.350000', '114306.353000', '114306.356000', '114306.359000', '114306.362000', '114306.365000', '114306.367000', '114306.370000', '114306.373000', '114306.376000', '114306.379000', '114306.382000', '114306.384000', '114306.387000', '114306.390000', '114326.271000', '114326.274000', '114326.277000', '114326.280000', '114326.283000', '114326.285000', '114326.288000', '114326.291000', '114326.294000', '114326.297000', '114326.299000', '114326.302000', '114326.305000', '114326.308000', '114326.311000', '114326.314000', '114326.316000', '114326.319000', '114326.322000', '114326.325000', '114326.328000', '114326.331000', '114326.333000', '114326.336000', '114326.339000', '114326.342000', '114326.345000', '114326.347000', '114326.350000', '114326.353000', '114326.356000', '114326.359000', '114326.362000', '114326.365000', '114326.367000', '114326.370000', '114326.373000', '114326.376000', '114326.379000', '114326.382000', '114326.384000', '114326.387000', '114326.390000', '114346.271000', '114346.274000', '114346.277000', '114346.280000', '114346.283000', '114346.285000', '114346.288000', '114346.291000', '114346.294000', '114346.297000', '114346.299000', '114346.302000', '114346.305000', '114346.308000', '114346.311000', '114346.314000', '114346.317000', '114346.320000', '114346.322000', '114346.325000', '114346.328000', '114346.331000', '114346.334000', '114346.336000', '114346.339000', '114346.342000', '114346.345000', '114346.348000', '114346.351000', '114346.353000', '114346.356000', '114346.359000', '114346.362000', '114346.365000', '114346.368000', '114346.371000', '114346.373000', '114346.376000', '114346.379000', '114346.382000', '114346.385000', '114346.387000', '114346.390000', '114346.393000', '114406.271000', '114406.274000', '114406.277000', '114406.280000', '114406.285000', '114406.289000', '114406.292000', '114406.294000', '114406.297000', '114406.300000', '114406.303000', '114406.306000', '114406.309000', '114406.311000', '114406.314000', '114406.323000', '114406.326000', '114406.329000', '114406.331000', '114406.334000', '114406.337000', '114406.340000', '114406.343000', '114406.345000', '114406.348000', '114406.351000', '114406.354000', '114406.357000', '114406.360000', '114406.363000', '114406.365000', '114406.368000', '114406.371000', '114406.374000', '114406.377000', '114406.380000', '114406.382000', '114406.385000', '114406.388000', '114406.391000', '114406.394000', '114406.397000', '114406.399000', '114426.271000', '114426.274000', '114426.277000', '114426.280000', '114426.282000', '114426.285000', '114426.288000', '114426.291000', '114426.294000', '114426.296000', '114426.299000', '114426.302000', '114426.305000', '114426.308000', '114426.311000', '114426.313000', '114426.316000', '114426.319000', '114426.322000', '114426.325000', '114426.328000', '114426.338000', '114426.341000', '114426.344000', '114426.346000', '114426.349000', '114426.352000', '114426.355000', '114426.358000', '114426.360000', '114426.363000', '114426.366000', '114426.369000', '114426.372000', '114426.374000', '114426.377000', '114426.380000', '114426.383000', '114426.387000', '114426.390000', '114426.392000', '114426.395000', '114426.398000', '114426.401000', '114446.271000', '114446.274000', '114446.277000', '114446.280000', '114446.283000', '114446.285000', '114446.288000', '114446.291000', '114446.294000', '114446.297000', '114446.300000', '114446.302000', '114446.305000', '114446.308000', '114446.311000', '114446.314000', '114446.317000', '114446.320000', '114446.323000', '114446.325000', '114446.328000', '114446.331000', '114446.334000', '114446.337000', '114446.340000', '114446.342000', '114446.345000', '114446.348000', '114446.351000', '114446.354000', '114446.357000', '114446.359000', '114446.362000', '114446.365000', '114446.368000', '114446.371000', '114446.374000', '114446.376000', '114446.379000', '114446.382000', '114446.385000', '114446.388000', '114446.390000', '114506.271000', '114506.274000', '114506.277000', '114506.280000', '114506.282000', '114506.285000', '114506.288000', '114506.291000', '114506.294000', '114506.296000', '114506.299000', '114506.302000', '114506.305000', '114506.308000', '114506.311000', '114506.314000', '114506.317000', '114506.319000', '114506.322000', '114506.325000', '114506.328000', '114506.331000', '114506.333000', '114506.336000', '114506.339000', '114506.342000', '114506.345000', '114506.348000', '114506.351000', '114506.353000', '114506.356000', '114506.359000', '114506.362000', '114506.365000', '114506.367000', '114506.370000', '114506.373000', '114506.376000', '114506.379000', '114506.381000', '114506.384000', '114506.387000', '114506.390000', '114506.393000', '114526.271000', '114526.274000', '114526.277000', '114526.280000', '114526.283000', '114526.285000', '114526.288000', '114526.291000', '114526.294000', '114526.297000', '114526.300000', '114526.302000', '114526.316000', '114526.319000', '114526.322000', '114526.325000', '114526.327000', '114526.331000', '114526.334000', '114526.337000', '114526.340000', '114526.343000', '114526.346000', '114526.349000', '114526.351000', '114526.354000', '114526.357000', '114526.360000', '114526.363000', '114526.366000', '114526.368000', '114526.371000', '114526.374000', '114526.377000', '114526.380000', '114526.382000', '114526.385000', '114526.388000', '114526.391000', '114526.394000', '114526.397000', '114526.400000', '114526.402000', '114546.271000', '114546.274000', '114546.277000', '114546.280000', '114546.282000', '114546.285000', '114546.288000', '114546.291000', '114546.294000', '114546.296000', '114546.299000', '114546.302000', '114546.305000', '114546.308000', '114546.311000', '114546.314000', '114546.316000', '114546.319000', '114546.322000', '114546.325000', '114546.328000', '114546.330000', '114546.333000', '114546.336000', '114546.339000', '114546.342000', '114546.345000', '114546.347000', '114546.350000', '114546.353000', '114546.356000', '114546.359000', '114546.362000', '114546.365000', '114546.367000', '114546.370000', '114546.373000', '114546.376000', '114546.379000', '114546.381000', '114546.384000', '114546.387000', '114546.390000', '114546.393000', '114606.273000', '114606.276000', '114606.279000', '114606.282000', '114606.285000', '114606.288000', '114606.290000', '114606.293000', '114606.296000', '114606.299000', '114606.302000', '114606.305000', '114606.307000', '114606.310000', '114606.313000', '114606.316000', '114606.319000', '114606.321000', '114606.324000', '114606.327000', '114606.330000', '114606.333000', '114606.336000', '114606.339000', '114606.342000', '114606.344000', '114606.347000', '114606.350000', '114606.353000', '114606.356000', '114606.359000', '114606.363000', '114606.366000', '114606.369000', '114606.371000', '114606.374000', '114606.377000', '114606.380000', '114606.383000', '114606.385000', '114606.388000', '114606.391000', '114606.394000', '114626.271000', '114626.274000', '114626.277000', '114626.280000', '114626.282000', '114626.285000', '114626.288000', '114626.291000', '114626.294000', '114626.296000', '114626.299000', '114626.302000', '114626.305000', '114626.308000', '114626.311000', '114626.314000', '114626.316000', '114626.319000', '114626.322000', '114626.325000', '114626.328000', '114626.330000', '114626.333000', '114626.336000', '114626.339000', '114626.342000', '114626.345000', '114626.347000', '114626.350000', '114626.353000', '114626.356000', '114626.359000', '114626.361000', '114626.364000', '114626.367000', '114626.370000', '114626.373000', '114626.376000', '114626.378000', '114626.381000', '114626.384000', '114626.387000', '114626.390000', '114626.392000', '114646.272000', '114646.275000', '114646.278000', '114646.281000', '114646.283000', '114646.286000', '114646.289000', '114646.292000', '114646.295000', '114646.298000', '114646.301000', '114646.303000', '114646.306000', '114646.309000', '114646.312000', '114646.315000', '114646.317000', '114646.320000', '114646.323000', '114646.326000', '114646.329000', '114646.331000', '114646.346000', '114646.349000', '114646.352000', '114646.355000', '114646.357000', '114646.360000', '114646.363000', '114646.366000', '114646.369000', '114646.372000', '114646.375000', '114646.378000', '114646.380000', '114646.383000', '114646.386000', '114646.389000', '114646.392000', '114646.395000', '114646.398000', '114646.400000', '114646.403000', '114659.280000', '114659.285000', '114659.288000', '114659.292000', '114659.295000', '114659.298000', '114659.301000', '114659.304000', '114659.308000', '114659.311000', '114659.314000', '114659.318000', '114659.321000', '114659.323000', '114659.326000', '114659.329000', '114659.332000', '114659.335000', '114659.338000', '114659.341000', '114659.344000', '114659.348000', '114659.351000', '114659.354000', '114659.357000', '114659.360000', '114659.363000', '114659.365000', '114659.368000'], 'InstanceCreationTime': ['114046.309000', '114046.313000', '114046.316000', '114046.319000', '114046.322000', '114046.324000', '114046.327000', '114046.330000', '114046.333000', '114046.336000', '114046.339000', '114046.341000', '114046.351000', '114046.354000', '114046.357000', '114046.360000', '114046.362000', '114046.365000', '114046.368000', '114046.371000', '114046.374000', '114046.376000', '114046.379000', '114046.382000', '114046.385000', '114046.388000', '114046.390000', '114046.393000', '114046.396000', '114046.399000', '114046.402000', '114046.405000', '114046.407000', '114046.410000', '114046.413000', '114046.416000', '114046.418000', '114046.421000', '114046.424000', '114046.427000', '114046.430000', '114046.440000', '114046.443000', '114046.446000', '114046.448000', '114046.451000', '114046.454000', '114046.457000', '114046.460000', '114046.463000', '114046.465000', '114046.468000', '114046.471000', '114046.474000', '114046.477000', '114046.486000', '114046.489000', '114046.491000', '114046.494000', '114046.497000', '114046.500000', '114106.271000', '114106.274000', '114106.277000', '114106.280000', '114106.282000', '114106.285000', '114106.288000', '114106.291000', '114106.294000', '114106.297000', '114106.299000', '114106.302000', '114106.305000', '114106.308000', '114106.311000', '114106.313000', '114106.316000', '114106.319000', '114106.322000', '114106.324000', '114106.327000', '114106.330000', '114106.333000', '114106.336000', '114106.339000', '114106.341000', '114106.344000', '114106.347000', '114106.350000', '114106.353000', '114106.355000', '114106.359000', '114106.362000', '114106.365000', '114106.368000', '114106.371000', '114106.374000', '114106.377000', '114106.380000', '114106.382000', '114106.385000', '114106.388000', '114106.391000', '114126.271000', '114126.274000', '114126.277000', '114126.279000', '114126.282000', '114126.285000', '114126.288000', '114126.291000', '114126.294000', '114126.296000', '114126.299000', '114126.302000', '114126.305000', '114126.308000', '114126.310000', '114126.313000', '114126.316000', '114126.319000', '114126.322000', '114126.324000', '114126.327000', '114126.330000', '114126.333000', '114126.336000', '114126.339000', '114126.341000', '114126.344000', '114126.347000', '114126.350000', '114126.353000', '114126.356000', '114126.358000', '114126.361000', '114126.364000', '114126.367000', '114126.370000', '114126.372000', '114126.375000', '114126.378000', '114126.381000', '114126.384000', '114126.387000', '114126.389000', '114126.392000', '114146.271000', '114146.274000', '114146.277000', '114146.279000', '114146.282000', '114146.285000', '114146.288000', '114146.291000', '114146.294000', '114146.296000', '114146.299000', '114146.302000', '114146.305000', '114146.308000', '114146.310000', '114146.313000', '114146.316000', '114146.319000', '114146.322000', '114146.324000', '114146.327000', '114146.330000', '114146.333000', '114146.336000', '114146.339000', '114146.341000', '114146.344000', '114146.347000', '114146.350000', '114146.353000', '114146.356000', '114146.358000', '114146.361000', '114146.364000', '114146.367000', '114146.370000', '114146.373000', '114146.376000', '114146.378000', '114146.381000', '114146.384000', '114146.387000', '114146.390000', '114206.271000', '114206.274000', '114206.277000', '114206.280000', '114206.282000', '114206.285000', '114206.288000', '114206.291000', '114206.294000', '114206.297000', '114206.299000', '114206.302000', '114206.305000', '114206.308000', '114206.311000', '114206.314000', '114206.316000', '114206.319000', '114206.322000', '114206.325000', '114206.328000', '114206.331000', '114206.333000', '114206.336000', '114206.339000', '114206.342000', '114206.345000', '114206.347000', '114206.350000', '114206.353000', '114206.356000', '114206.359000', '114206.361000', '114206.364000', '114206.367000', '114206.378000', '114206.380000', '114206.383000', '114206.386000', '114206.389000', '114206.392000', '114206.394000', '114206.397000', '114206.400000', '114226.271000', '114226.274000', '114226.277000', '114226.280000', '114226.282000', '114226.285000', '114226.288000', '114226.291000', '114226.294000', '114226.297000', '114226.299000', '114226.312000', '114226.315000', '114226.317000', '114226.320000', '114226.323000', '114226.326000', '114226.329000', '114226.332000', '114226.345000', '114226.348000', '114226.350000', '114226.353000', '114226.356000', '114226.359000', '114226.362000', '114226.365000', '114226.367000', '114226.370000', '114226.373000', '114226.376000', '114226.379000', '114226.381000', '114226.384000', '114226.387000', '114226.390000', '114226.393000', '114226.397000', '114226.400000', '114226.403000', '114226.406000', '114226.408000', '114226.411000', '114246.271000', '114246.274000', '114246.277000', '114246.279000', '114246.282000', '114246.285000', '114246.288000', '114246.291000', '114246.294000', '114246.296000', '114246.299000', '114246.302000', '114246.305000', '114246.308000', '114246.310000', '114246.313000', '114246.316000', '114246.319000', '114246.322000', '114246.325000', '114246.327000', '114246.330000', '114246.333000', '114246.336000', '114246.339000', '114246.342000', '114246.344000', '114246.347000', '114246.350000', '114246.353000', '114246.356000', '114246.358000', '114246.361000', '114246.364000', '114246.367000', '114246.370000', '114246.373000', '114246.376000', '114246.379000', '114246.381000', '114246.384000', '114246.387000', '114246.390000', '114246.392000', '114306.271000', '114306.274000', '114306.277000', '114306.280000', '114306.282000', '114306.285000', '114306.288000', '114306.291000', '114306.294000', '114306.297000', '114306.299000', '114306.302000', '114306.305000', '114306.308000', '114306.311000', '114306.314000', '114306.316000', '114306.319000', '114306.322000', '114306.325000', '114306.328000', '114306.331000', '114306.334000', '114306.336000', '114306.339000', '114306.342000', '114306.345000', '114306.348000', '114306.350000', '114306.353000', '114306.356000', '114306.359000', '114306.362000', '114306.365000', '114306.367000', '114306.370000', '114306.373000', '114306.376000', '114306.379000', '114306.382000', '114306.384000', '114306.387000', '114306.390000', '114326.271000', '114326.274000', '114326.277000', '114326.280000', '114326.283000', '114326.285000', '114326.288000', '114326.291000', '114326.294000', '114326.297000', '114326.299000', '114326.302000', '114326.305000', '114326.308000', '114326.311000', '114326.314000', '114326.316000', '114326.319000', '114326.322000', '114326.325000', '114326.328000', '114326.331000', '114326.333000', '114326.336000', '114326.339000', '114326.342000', '114326.345000', '114326.347000', '114326.350000', '114326.353000', '114326.356000', '114326.359000', '114326.362000', '114326.365000', '114326.367000', '114326.370000', '114326.373000', '114326.376000', '114326.379000', '114326.382000', '114326.384000', '114326.387000', '114326.390000', '114346.271000', '114346.274000', '114346.277000', '114346.280000', '114346.283000', '114346.285000', '114346.288000', '114346.291000', '114346.294000', '114346.297000', '114346.299000', '114346.302000', '114346.305000', '114346.308000', '114346.311000', '114346.314000', '114346.317000', '114346.320000', '114346.322000', '114346.325000', '114346.328000', '114346.331000', '114346.334000', '114346.336000', '114346.339000', '114346.342000', '114346.345000', '114346.348000', '114346.351000', '114346.353000', '114346.356000', '114346.359000', '114346.362000', '114346.365000', '114346.368000', '114346.371000', '114346.373000', '114346.376000', '114346.379000', '114346.382000', '114346.385000', '114346.387000', '114346.390000', '114346.393000', '114406.271000', '114406.274000', '114406.277000', '114406.280000', '114406.285000', '114406.289000', '114406.292000', '114406.294000', '114406.297000', '114406.300000', '114406.303000', '114406.306000', '114406.309000', '114406.311000', '114406.314000', '114406.323000', '114406.326000', '114406.329000', '114406.331000', '114406.334000', '114406.337000', '114406.340000', '114406.343000', '114406.345000', '114406.348000', '114406.351000', '114406.354000', '114406.357000', '114406.360000', '114406.363000', '114406.365000', '114406.368000', '114406.371000', '114406.374000', '114406.377000', '114406.380000', '114406.382000', '114406.385000', '114406.388000', '114406.391000', '114406.394000', '114406.397000', '114406.399000', '114426.271000', '114426.274000', '114426.277000', '114426.280000', '114426.282000', '114426.285000', '114426.288000', '114426.291000', '114426.294000', '114426.296000', '114426.299000', '114426.302000', '114426.305000', '114426.308000', '114426.311000', '114426.313000', '114426.316000', '114426.319000', '114426.322000', '114426.325000', '114426.328000', '114426.338000', '114426.341000', '114426.344000', '114426.346000', '114426.349000', '114426.352000', '114426.355000', '114426.358000', '114426.360000', '114426.363000', '114426.366000', '114426.369000', '114426.372000', '114426.374000', '114426.377000', '114426.380000', '114426.383000', '114426.387000', '114426.390000', '114426.392000', '114426.395000', '114426.398000', '114426.401000', '114446.271000', '114446.274000', '114446.277000', '114446.280000', '114446.283000', '114446.285000', '114446.288000', '114446.291000', '114446.294000', '114446.297000', '114446.300000', '114446.302000', '114446.305000', '114446.308000', '114446.311000', '114446.314000', '114446.317000', '114446.320000', '114446.323000', '114446.325000', '114446.328000', '114446.331000', '114446.334000', '114446.337000', '114446.340000', '114446.342000', '114446.345000', '114446.348000', '114446.351000', '114446.354000', '114446.357000', '114446.359000', '114446.362000', '114446.365000', '114446.368000', '114446.371000', '114446.374000', '114446.376000', '114446.379000', '114446.382000', '114446.385000', '114446.388000', '114446.390000', '114506.271000', '114506.274000', '114506.277000', '114506.280000', '114506.282000', '114506.285000', '114506.288000', '114506.291000', '114506.294000', '114506.296000', '114506.299000', '114506.302000', '114506.305000', '114506.308000', '114506.311000', '114506.314000', '114506.317000', '114506.319000', '114506.322000', '114506.325000', '114506.328000', '114506.331000', '114506.333000', '114506.336000', '114506.339000', '114506.342000', '114506.345000', '114506.348000', '114506.351000', '114506.353000', '114506.356000', '114506.359000', '114506.362000', '114506.365000', '114506.367000', '114506.370000', '114506.373000', '114506.376000', '114506.379000', '114506.381000', '114506.384000', '114506.387000', '114506.390000', '114506.393000', '114526.271000', '114526.274000', '114526.277000', '114526.280000', '114526.283000', '114526.285000', '114526.288000', '114526.291000', '114526.294000', '114526.297000', '114526.300000', '114526.302000', '114526.316000', '114526.319000', '114526.322000', '114526.325000', '114526.327000', '114526.331000', '114526.334000', '114526.337000', '114526.340000', '114526.343000', '114526.346000', '114526.349000', '114526.351000', '114526.354000', '114526.357000', '114526.360000', '114526.363000', '114526.366000', '114526.368000', '114526.371000', '114526.374000', '114526.377000', '114526.380000', '114526.382000', '114526.385000', '114526.388000', '114526.391000', '114526.394000', '114526.397000', '114526.400000', '114526.402000', '114546.271000', '114546.274000', '114546.277000', '114546.280000', '114546.282000', '114546.285000', '114546.288000', '114546.291000', '114546.294000', '114546.296000', '114546.299000', '114546.302000', '114546.305000', '114546.308000', '114546.311000', '114546.314000', '114546.316000', '114546.319000', '114546.322000', '114546.325000', '114546.328000', '114546.330000', '114546.333000', '114546.336000', '114546.339000', '114546.342000', '114546.345000', '114546.347000', '114546.350000', '114546.353000', '114546.356000', '114546.359000', '114546.362000', '114546.365000', '114546.367000', '114546.370000', '114546.373000', '114546.376000', '114546.379000', '114546.381000', '114546.384000', '114546.387000', '114546.390000', '114546.393000', '114606.273000', '114606.276000', '114606.279000', '114606.282000', '114606.285000', '114606.288000', '114606.290000', '114606.293000', '114606.296000', '114606.299000', '114606.302000', '114606.305000', '114606.307000', '114606.310000', '114606.313000', '114606.316000', '114606.319000', '114606.321000', '114606.324000', '114606.327000', '114606.330000', '114606.333000', '114606.336000', '114606.339000', '114606.342000', '114606.344000', '114606.347000', '114606.350000', '114606.353000', '114606.356000', '114606.359000', '114606.363000', '114606.366000', '114606.369000', '114606.371000', '114606.374000', '114606.377000', '114606.380000', '114606.383000', '114606.385000', '114606.388000', '114606.391000', '114606.394000', '114626.271000', '114626.274000', '114626.277000', '114626.280000', '114626.282000', '114626.285000', '114626.288000', '114626.291000', '114626.294000', '114626.296000', '114626.299000', '114626.302000', '114626.305000', '114626.308000', '114626.311000', '114626.314000', '114626.316000', '114626.319000', '114626.322000', '114626.325000', '114626.328000', '114626.330000', '114626.333000', '114626.336000', '114626.339000', '114626.342000', '114626.345000', '114626.347000', '114626.350000', '114626.353000', '114626.356000', '114626.359000', '114626.361000', '114626.364000', '114626.367000', '114626.370000', '114626.373000', '114626.376000', '114626.378000', '114626.381000', '114626.384000', '114626.387000', '114626.390000', '114626.392000', '114646.272000', '114646.275000', '114646.278000', '114646.281000', '114646.283000', '114646.286000', '114646.289000', '114646.292000', '114646.295000', '114646.298000', '114646.301000', '114646.303000', '114646.306000', '114646.309000', '114646.312000', '114646.315000', '114646.317000', '114646.320000', '114646.323000', '114646.326000', '114646.329000', '114646.331000', '114646.346000', '114646.349000', '114646.352000', '114646.355000', '114646.357000', '114646.360000', '114646.363000', '114646.366000', '114646.369000', '114646.372000', '114646.375000', '114646.378000', '114646.380000', '114646.383000', '114646.386000', '114646.389000', '114646.392000', '114646.395000', '114646.398000', '114646.400000', '114646.403000', '114659.280000', '114659.285000', '114659.288000', '114659.292000', '114659.295000', '114659.298000', '114659.301000', '114659.304000', '114659.308000', '114659.311000', '114659.314000', '114659.318000', '114659.321000', '114659.323000', '114659.326000', '114659.329000', '114659.332000', '114659.335000', '114659.338000', '114659.341000', '114659.344000', '114659.348000', '114659.351000', '114659.354000', '114659.357000', '114659.360000', '114659.363000', '114659.365000', '114659.368000'], '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': [9215, 13968, 9232, 13794, 12240, 18814, 15570, 11261, 11546, 8746, 12057, 9199, 11105, 11717, 9354, 11758, 8783, 13346, 10677, 14389, 11464, 12092, 14764, 10883, 16018, 10889, 14866, 9948, 12526, 9387, 12390, 9331, 12015, 8792, 11695, 8749, 11603, 8921, 8592, 8747, 9280, 9395, 9064, 10856, 9248, 10556, 9291, 10759, 9312, 12157, 9217, 12534, 9572, 12100, 11211, 13077, 9411, 12837, 8653, 13302, 10850, 15353, 8929, 11574, 8979, 9181, 9760, 8747, 11074, 8857, 10924, 8871, 14745, 9000, 15073, 8730, 13638, 9439, 15327, 12435, 9339, 9203, 8738, 11329, 9164, 13228, 10940, 8877, 10821, 9468, 13274, 11047, 12615, 9866, 8551, 10833, 9242, 11496, 10837, 13757, 9044, 11474, 8904, 11499, 9474, 12221, 10014, 13585, 9771, 8917, 11122, 9512, 14645, 9583, 8806, 9870, 9700, 11569, 9955, 9817, 10973, 9516, 9644, 11651, 10127, 14071, 9216, 16132, 11359, 17280, 12121, 9839, 11498, 9832, 11534, 9377, 12440, 9696, 11836, 9770, 9548, 9408, 8611, 10957, 9001, 10397, 8850, 10874, 8933, 8627, 8585, 8347, 10373, 8891, 10969, 8851, 11900, 9100, 12473, 11388, 10481, 10721, 9185, 13920, 10856, 17232, 14660, 18926, 15752, 13745, 8853, 9054, 10590, 9372, 12693, 10103, 14723, 9798, 10251, 10562, 8765, 12105, 8700, 13527, 8621, 12452, 9048, 11685, 8670, 11170, 8818, 12689, 10648, 8961, 8466, 8753, 9517, 8795, 11698, 8653, 12120, 9103, 12695, 8696, 12747, 11367, 15465, 12028, 8853, 9210, 8726, 11019, 9057, 11830, 9137, 10762, 9286, 8590, 11104, 8720, 11016, 8454, 13280, 9147, 15406, 8559, 13008, 8736, 8556, 8733, 9187, 11101, 8423, 12873, 8806, 12651, 10776, 14181, 11123, 16619, 12148, 12772, 10843, 13473, 10761, 14210, 10087, 9881, 10195, 8450, 9219, 8482, 10740, 8980, 9733, 8930, 8681, 8737, 8725, 10930, 8617, 12167, 10269, 8106, 10012, 8459, 11641, 8792, 14258, 10254, 15025, 11415, 16185, 11947, 15460, 9301, 13500, 8809, 12790, 9095, 11184, 9081, 11424, 8838, 9059, 8931, 9116, 9608, 8727, 10906, 8716, 12680, 9854, 9380, 9266, 8800, 9482, 11727, 11609, 11920, 9761, 8312, 10012, 8507, 11491, 8715, 11137, 9081, 12369, 10482, 8558, 9998, 8136, 11597, 8630, 14615, 11766, 8995, 11261, 9233, 13994, 10601, 16435, 10533, 12603, 12741, 9093, 15363, 9403, 16148, 8700, 13154, 10712, 9447, 13031, 9302, 9277, 13004, 9503, 12957, 11136, 9300, 15900, 13366, 8692, 8800, 8582, 9338, 9251, 10102, 9566, 9936, 11470, 8897, 9433, 10219, 8856, 11009, 10761, 11773, 12266, 14680, 13230, 11161, 12151, 9377, 10947, 9883, 11294, 9407, 8876, 9694, 8453, 11567, 9059, 8499, 9696, 8821, 10811, 8963, 12394, 10824, 8611, 9145, 8689, 10418, 8590, 13653, 8559, 13190, 9160, 11312, 12739, 8497, 12226, 8668, 13456, 11650, 12288, 10763, 9503, 13938, 11096, 17505, 11317, 17179, 12355, 12547, 11000, 9293, 14159, 8585, 14755, 8677, 13886, 11009, 14025, 8753, 12982, 8834, 12851, 10613, 10608, 8506, 8672, 9730, 8860, 12048, 8704, 11686, 8899, 12194, 9500, 13834, 11812, 9870, 9152, 9095, 12896, 9866, 15497, 12065, 15538, 12576, 10778, 11056, 9273, 14894, 9442, 14424, 9336, 15317, 9571, 14310, 9943, 9848, 9847, 8855, 10862, 8714, 10876, 8475, 10741, 8536, 9768, 8819, 9547, 8924, 10112, 8352, 9235, 8498, 9884, 8126, 8694, 8169, 9635, 8663, 11484, 8761, 11450, 8650, 11389, 9252, 12970, 9279, 11873, 8648, 9630, 8663, 10196, 8651, 11512, 8634, 10812, 9029, 11749, 10544, 14163, 9237, 10791, 10008, 17736, 12527, 18545, 9654, 14231, 9351, 13570, 13160, 13603, 9093, 12654, 8880, 11229, 8876, 8129, 8804, 8226, 10180, 8738, 10863, 8946, 10419, 9271, 11652, 10468, 11724, 9792, 11162, 14099, 11208, 17857, 10424, 10647, 9660, 9606, 9672, 9729, 12512, 9638, 11139, 9512, 13404, 9805, 15437, 9502, 11413, 9491, 11263, 9529, 11244, 9158, 11275, 9010, 10328, 9232, 10945, 9088, 11029, 8959, 10991, 9120, 9989, 9321, 9997, 9698, 9549, 9375, 9542, 9461, 9241, 10486, 9923, 11562, 10372, 10870, 10514, 12233, 15356, 10291, 16624, 15231, 12450, 18422, 14452, 14532, 12198, 11662, 8844, 9491, 9280, 10461, 8919, 11160, 9351, 11293, 9702, 11690, 9817, 9337, 9618, 14634, 9029, 12970, 11159, 11977, 9498, 11118, 9417, 11843, 10229, 8599, 9370, 9792, 9339, 11267, 9026, 11414, 9181, 10767, 9233, 10600, 8980, 10839, 9197, 9207, 9545, 10083, 9434, 13715, 12452, 12383, 9825, 11082, 11462, 16113, 14051, 13264, 9780, 8402, 11151, 8577, 11986, 10152, 9049, 8879, 8535, 12435, 9606, 16026, 13546, 11471, 13426, 9552, 15975, 10330, 16526, 11499, 14017, 8949, 13742, 9062, 12698, 9120, 12001, 11411, 8950, 9807, 9427, 12283, 10029, 9295, 13058, 9432, 9142, 8941, 9211, 12721, 11656, 9094, 15062, 9091, 13363, 9808, 15014, 12790, 16653, 13355, 16362, 13562, 17023, 12466, 14252, 10194, 10577, 10940, 9413, 11976, 9351, 13465, 9934, 9527, 10860, 9857, 13269, 9899, 9438, 10521, 9381, 9040, 11547, 9708, 11013, 11594, 9304, 13323, 9530, 14537, 9403, 14895, 9998, 13941, 10339, 12740, 9359, 11149, 8918, 10274, 9190, 9471, 9257, 9949, 9426, 8859, 8991, 10146, 9366, 9800, 9846, 8823, 10875, 9283, 14246, 9783, 14041, 11873, 14387, 9866, 13803, 12667, 12674, 11716, 12117, 15102, 9592, 12010, 9594, 12126, 10124, 12782, 9857, 11027, 9635, 9731, 10734, 9681, 9681, 10051, 10069, 9700, 10748, 9874, 11249, 9719, 11367, 9695, 11634, 9721, 11023, 9752, 9924, 9132, 10016, 9175, 10019, 9188, 9798, 9470, 10903, 9735, 12000, 9546, 11143, 9821, 9698, 11824, 9794, 12721, 9688, 10848, 11390, 9193, 14161, 10110, 15528, 9752, 15749, 9933, 15134, 9538, 10868, 9558, 10109, 9594, 9611, 9263, 9809, 9417, 10541, 9356, 10175, 9163, 10507, 9371, 9534, 9422, 8899, 9397, 10267, 9537, 9906, 9544, 10106, 9243, 10925, 9475, 10600, 9078, 9813, 9860, 9673, 9828, 9884, 9329, 9384, 9243, 10851, 9486, 8442, 9417, 8500, 11577, 9216, 14103, 9274, 14418, 9629, 15551, 10464, 16558, 11076, 12720, 9307, 12890, 9438, 12919, 9652, 9546, 11579, 9379, 11241], 'WindowCenter': [4593.0, 4641.0, 4578.0, 4626.0, 4594.0, 4635.0, 4626.0, 4571.0, 4555.0, 4526.0, 4563.0, 4535.0, 4566.0, 4577.0, 4561.0, 4580.0, 4550.0, 4603.0, 4583.0, 4597.0, 4568.0, 4565.0, 4585.0, 4543.0, 4583.0, 4532.0, 4573.0, 4520.0, 4548.0, 4521.0, 4550.0, 4521.0, 4549.0, 4523.0, 4563.0, 4523.0, 4561.0, 4533.0, 4535.0, 4536.0, 4548.0, 4561.0, 4562.0, 4579.0, 4563.0, 4569.0, 4561.0, 4582.0, 4573.0, 4588.0, 4561.0, 4589.0, 4560.0, 4590.0, 4580.0, 4589.0, 4548.0, 4586.0, 4538.0, 4585.0, 4568.0, 4607.0, 4537.0, 4565.0, 4537.0, 4547.0, 4560.0, 4538.0, 4570.0, 4550.0, 4567.0, 4537.0, 4596.0, 4537.0, 4598.0, 4527.0, 4585.0, 4536.0, 4595.0, 4565.0, 4532.0, 4534.0, 4525.0, 4555.0, 4536.0, 4586.0, 4557.0, 4537.0, 4568.0, 4558.0, 4586.0, 4568.0, 4577.0, 4557.0, 4526.0, 4554.0, 4534.0, 4555.0, 4555.0, 4575.0, 4522.0, 4553.0, 4522.0, 4550.0, 4545.0, 4563.0, 4544.0, 4586.0, 4557.0, 4535.0, 4557.0, 4535.0, 4585.0, 4535.0, 4535.0, 4557.0, 4547.0, 4578.0, 4560.0, 4559.0, 4559.0, 4550.0, 4537.0, 4556.0, 4545.0, 4574.0, 4511.0, 4571.0, 4531.0, 4568.0, 4538.0, 4506.0, 4526.0, 4507.0, 4539.0, 4519.0, 4548.0, 4517.0, 4536.0, 4530.0, 4519.0, 4522.0, 4523.0, 4553.0, 4523.0, 4545.0, 4538.0, 4567.0, 4539.0, 4538.0, 4537.0, 4539.0, 4569.0, 4550.0, 4570.0, 4553.0, 4581.0, 4553.0, 4590.0, 4596.0, 4570.0, 4571.0, 4548.0, 4598.0, 4569.0, 4608.0, 4598.0, 4619.0, 4596.0, 4573.0, 4523.0, 4522.0, 4542.0, 4532.0, 4573.0, 4554.0, 4593.0, 4555.0, 4555.0, 4553.0, 4524.0, 4563.0, 4510.0, 4571.0, 4511.0, 4561.0, 4521.0, 4551.0, 4523.0, 4554.0, 4535.0, 4575.0, 4555.0, 4534.0, 4524.0, 4524.0, 4543.0, 4537.0, 4575.0, 4538.0, 4576.0, 4536.0, 4586.0, 4538.0, 4586.0, 4576.0, 4594.0, 4580.0, 4535.0, 4533.0, 4534.0, 4579.0, 4548.0, 4565.0, 4546.0, 4555.0, 4536.0, 4536.0, 4566.0, 4525.0, 4565.0, 4540.0, 4588.0, 4536.0, 4597.0, 4524.0, 4573.0, 4523.0, 4525.0, 4537.0, 4544.0, 4564.0, 4527.0, 4585.0, 4560.0, 4576.0, 4556.0, 4584.0, 4553.0, 4593.0, 4562.0, 4562.0, 4541.0, 4571.0, 4539.0, 4569.0, 4531.0, 4530.0, 4530.0, 4510.0, 4535.0, 4523.0, 4554.0, 4523.0, 4532.0, 4534.0, 4536.0, 4533.0, 4525.0, 4565.0, 4549.0, 4590.0, 4570.0, 4527.0, 4558.0, 4538.0, 4576.0, 4537.0, 4586.0, 4545.0, 4585.0, 4554.0, 4593.0, 4551.0, 4580.0, 4520.0, 4559.0, 4520.0, 4558.0, 4519.0, 4537.0, 4532.0, 4576.0, 4536.0, 4534.0, 4536.0, 4547.0, 4545.0, 4546.0, 4577.0, 4549.0, 4586.0, 4558.0, 4547.0, 4547.0, 4536.0, 4558.0, 4577.0, 4565.0, 4565.0, 4545.0, 4523.0, 4543.0, 4537.0, 4566.0, 4537.0, 4578.0, 4561.0, 4587.0, 4567.0, 4537.0, 4571.0, 4540.0, 4590.0, 4551.0, 4609.0, 4579.0, 4537.0, 4567.0, 4559.0, 4586.0, 4554.0, 4605.0, 4555.0, 4561.0, 4562.0, 4522.0, 4593.0, 4534.0, 4593.0, 4512.0, 4559.0, 4541.0, 4531.0, 4559.0, 4534.0, 4532.0, 4584.0, 4545.0, 4574.0, 4553.0, 4535.0, 4596.0, 4587.0, 4538.0, 4537.0, 4536.0, 4546.0, 4547.0, 4544.0, 4545.0, 4558.0, 4578.0, 4550.0, 4536.0, 4545.0, 4537.0, 4543.0, 4544.0, 4555.0, 4566.0, 4559.0, 4551.0, 4529.0, 4528.0, 4498.0, 4517.0, 4518.0, 4525.0, 4519.0, 4520.0, 4532.0, 4513.0, 4566.0, 4536.0, 4525.0, 4536.0, 4526.0, 4555.0, 4551.0, 4577.0, 4571.0, 4528.0, 4549.0, 4541.0, 4598.0, 4554.0, 4602.0, 4541.0, 4601.0, 4561.0, 4578.0, 4602.0, 4541.0, 4577.0, 4540.0, 4588.0, 4581.0, 4580.0, 4568.0, 4547.0, 4613.0, 4581.0, 4607.0, 4556.0, 4605.0, 4574.0, 4574.0, 4568.0, 4547.0, 4585.0, 4525.0, 4582.0, 4536.0, 4584.0, 4566.0, 4596.0, 4536.0, 4572.0, 4535.0, 4585.0, 4569.0, 4557.0, 4539.0, 4537.0, 4547.0, 4548.0, 4579.0, 4538.0, 4577.0, 4549.0, 4591.0, 4561.0, 4587.0, 4565.0, 4546.0, 4547.0, 4535.0, 4586.0, 4545.0, 4595.0, 4577.0, 4596.0, 4576.0, 4555.0, 4565.0, 4533.0, 4582.0, 4529.0, 4569.0, 4519.0, 4571.0, 4531.0, 4570.0, 4530.0, 4542.0, 4532.0, 4522.0, 4551.0, 4521.0, 4540.0, 4510.0, 4552.0, 4522.0, 4544.0, 4534.0, 4546.0, 4534.0, 4554.0, 4523.0, 4547.0, 4537.0, 4557.0, 4527.0, 4538.0, 4539.0, 4570.0, 4562.0, 4590.0, 4551.0, 4590.0, 4550.0, 4604.0, 4563.0, 4600.0, 4549.0, 4589.0, 4538.0, 4558.0, 4538.0, 4568.0, 4538.0, 4590.0, 4551.0, 4578.0, 4550.0, 4587.0, 4570.0, 4598.0, 4549.0, 4565.0, 4559.0, 4618.0, 4576.0, 4605.0, 4534.0, 4571.0, 4533.0, 4571.0, 4572.0, 4570.0, 4521.0, 4558.0, 4523.0, 4562.0, 4534.0, 4514.0, 4534.0, 4526.0, 4568.0, 4548.0, 4567.0, 4547.0, 4556.0, 4546.0, 4563.0, 4557.0, 4577.0, 4557.0, 4566.0, 4588.0, 4570.0, 4620.0, 4557.0, 4542.0, 4532.0, 4521.0, 4531.0, 4532.0, 4565.0, 4534.0, 4553.0, 4533.0, 4573.0, 4531.0, 4569.0, 4518.0, 4527.0, 4507.0, 4526.0, 4508.0, 4540.0, 4520.0, 4527.0, 4509.0, 4527.0, 4520.0, 4543.0, 4534.0, 4552.0, 4535.0, 4567.0, 4547.0, 4545.0, 4537.0, 4545.0, 4560.0, 4572.0, 4563.0, 4561.0, 4560.0, 4548.0, 4559.0, 4572.0, 4581.0, 4573.0, 4583.0, 4572.0, 4591.0, 4612.0, 4559.0, 4609.0, 4595.0, 4562.0, 4591.0, 4571.0, 4571.0, 4550.0, 4540.0, 4510.0, 4520.0, 4532.0, 4554.0, 4536.0, 4565.0, 4546.0, 4555.0, 4545.0, 4577.0, 4561.0, 4547.0, 4547.0, 4584.0, 4523.0, 4571.0, 4553.0, 4562.0, 4534.0, 4554.0, 4545.0, 4565.0, 4544.0, 4512.0, 4533.0, 4531.0, 4532.0, 4553.0, 4533.0, 4551.0, 4533.0, 4542.0, 4532.0, 4555.0, 4548.0, 4566.0, 4546.0, 4545.0, 4547.0, 4555.0, 4547.0, 4585.0, 4576.0, 4574.0, 4546.0, 4580.0, 4568.0, 4595.0, 4574.0, 4563.0, 4533.0, 4525.0, 4551.0, 4522.0, 4561.0, 4555.0, 4549.0, 4549.0, 4537.0, 4588.0, 4558.0, 4594.0, 4575.0, 4552.0, 4571.0, 4519.0, 4582.0, 4531.0, 4569.0, 4538.0, 4546.0, 4507.0, 4545.0, 4505.0, 4559.0, 4519.0, 4549.0, 4552.0, 4510.0, 4529.0, 4532.0, 4563.0, 4533.0, 4534.0, 4563.0, 4535.0, 4548.0, 4537.0, 4548.0, 4590.0, 4583.0, 4543.0, 4625.0, 4552.0, 4590.0, 4559.0, 4597.0, 4567.0, 4581.0, 4564.0, 4586.0, 4564.0, 4579.0, 4550.0, 4546.0, 4506.0, 4515.0, 4515.0, 4507.0, 4524.0, 4495.0, 4545.0, 4531.0, 4534.0, 4542.0, 4530.0, 4547.0, 4531.0, 4507.0, 4529.0, 4533.0, 4525.0, 4554.0, 4535.0, 4554.0, 4555.0, 4536.0, 4574.0, 4546.0, 4585.0, 4523.0, 4572.0, 4535.0, 4574.0, 4532.0, 4551.0, 4523.0, 4541.0, 4522.0, 4531.0, 4534.0, 4535.0, 4547.0, 4546.0, 4548.0, 4565.0, 4580.0, 4573.0, 4548.0, 4559.0, 4573.0, 4551.0, 4571.0, 4551.0, 4615.0, 4563.0, 4589.0, 4555.0, 4574.0, 4546.0, 4584.0, 4577.0, 4563.0, 4554.0, 4565.0, 4584.0, 4532.0, 4563.0, 4535.0, 4563.0, 4543.0, 4563.0, 4532.0, 4543.0, 4533.0, 4521.0, 4541.0, 4521.0, 4533.0, 4545.0, 4532.0, 4531.0, 4551.0, 4557.0, 4552.0, 4532.0, 4552.0, 4532.0, 4551.0, 4533.0, 4542.0, 4532.0, 4532.0, 4520.0, 4533.0, 4534.0, 4533.0, 4534.0, 4558.0, 4546.0, 4554.0, 4536.0, 4566.0, 4548.0, 4570.0, 4572.0, 4560.0, 4566.0, 4534.0, 4575.0, 4547.0, 4557.0, 4567.0, 4536.0, 4586.0, 4545.0, 4586.0, 4534.0, 4585.0, 4534.0, 4571.0, 4507.0, 4527.0, 4507.0, 4518.0, 4519.0, 4520.0, 4533.0, 4530.0, 4532.0, 4544.0, 4534.0, 4542.0, 4533.0, 4543.0, 4535.0, 4534.0, 4535.0, 4534.0, 4548.0, 4557.0, 4548.0, 4546.0, 4548.0, 4557.0, 4547.0, 4568.0, 4546.0, 4546.0, 4523.0, 4545.0, 4543.0, 4533.0, 4544.0, 4545.0, 4536.0, 4560.0, 4547.0, 4569.0, 4574.0, 4541.0, 4550.0, 4539.0, 4593.0, 4563.0, 4600.0, 4550.0, 4598.0, 4536.0, 4598.0, 4545.0, 4595.0, 4552.0, 4574.0, 4535.0, 4563.0, 4532.0, 4575.0, 4547.0, 4545.0, 4553.0, 4521.0, 4552.0], 'WindowWidth': [10092.0, 10151.0, 10063.0, 10124.0, 10075.0, 10132.0, 10116.0, 10031.0, 10000.0, 9964.0, 10010.0, 9975.0, 10020.0, 10036.0, 10023.0, 10046.0, 10008.0, 10082.0, 10054.0, 10063.0, 10025.0, 10014.0, 10042.0, 9978.0, 10036.0, 9964.0, 10020.0, 9943.0, 9981.0, 9950.0, 9986.0, 9951.0, 9985.0, 9959.0, 10012.0, 9960.0, 10007.0, 9973.0, 9977.0, 9981.0, 9999.0, 10024.0, 10026.0, 10046.0, 10029.0, 10031.0, 10024.0, 10053.0, 10046.0, 10054.0, 10023.0, 10057.0, 10020.0, 10060.0, 10049.0, 10057.0, 10002.0, 10048.0, 9986.0, 10047.0, 10026.0, 10078.0, 9985.0, 10017.0, 9983.0, 9996.0, 10018.0, 9988.0, 10032.0, 10006.0, 10027.0, 9982.0, 10062.0, 9983.0, 10069.0, 9969.0, 10042.0, 9979.0, 10057.0, 10014.0, 9967.0, 9976.0, 9962.0, 10004.0, 9981.0, 10049.0, 10009.0, 9982.0, 10030.0, 10015.0, 10049.0, 10026.0, 10036.0, 10011.0, 9965.0, 10002.0, 9971.0, 10000.0, 10001.0, 10029.0, 9955.0, 9995.0, 9952.0, 9988.0, 9990.0, 10014.0, 9988.0, 10050.0, 10012.0, 9978.0, 10007.0, 9971.0, 10042.0, 9972.0, 9975.0, 10009.0, 9995.0, 10039.0, 10016.0, 10014.0, 10011.0, 10002.0, 9979.0, 10002.0, 9986.0, 10023.0, 9931.0, 10017.0, 9960.0, 10008.0, 9964.0, 9917.0, 9945.0, 9920.0, 9970.0, 9945.0, 9980.0, 9939.0, 9962.0, 9958.0, 9942.0, 9952.0, 9955.0, 9997.0, 9957.0, 9990.0, 9984.0, 10023.0, 9988.0, 9984.0, 9985.0, 9989.0, 10031.0, 10006.0, 10032.0, 10014.0, 10047.0, 10015.0, 10061.0, 10078.0, 10031.0, 10033.0, 9999.0, 10069.0, 10027.0, 10084.0, 10069.0, 10099.0, 10063.0, 10025.0, 9957.0, 9953.0, 9983.0, 9967.0, 10023.0, 10003.0, 10055.0, 10007.0, 10005.0, 9999.0, 9959.0, 10010.0, 9937.0, 10020.0, 9938.0, 10003.0, 9951.0, 9993.0, 9958.0, 10001.0, 9978.0, 10032.0, 10005.0, 9975.0, 9961.0, 9961.0, 9988.0, 9983.0, 10034.0, 9986.0, 10033.0, 9982.0, 10050.0, 9988.0, 10050.0, 10037.0, 10058.0, 10046.0, 9978.0, 9971.0, 9975.0, 10046.0, 10003.0, 10019.0, 9996.0, 10006.0, 9979.0, 9982.0, 10024.0, 9965.0, 10018.0, 9993.0, 10056.0, 9979.0, 10064.0, 9959.0, 10025.0, 9957.0, 9964.0, 9985.0, 9990.0, 10017.0, 9971.0, 10047.0, 10026.0, 10036.0, 10008.0, 10040.0, 9998.0, 10051.0, 10010.0, 10007.0, 9980.0, 10017.0, 9973.0, 10015.0, 9965.0, 9960.0, 9962.0, 9933.0, 9979.0, 9960.0, 10000.0, 9955.0, 9967.0, 9975.0, 9983.0, 9976.0, 9963.0, 10019.0, 10004.0, 10063.0, 10032.0, 9973.0, 10014.0, 9987.0, 10037.0, 9982.0, 10050.0, 9990.0, 10044.0, 10001.0, 10053.0, 9993.0, 10030.0, 9949.0, 10001.0, 9947.0, 9996.0, 9946.0, 9967.0, 9970.0, 10038.0, 9983.0, 9976.0, 9984.0, 9998.0, 9993.0, 9997.0, 10042.0, 10006.0, 10051.0, 10016.0, 9998.0, 9999.0, 9980.0, 10014.0, 10038.0, 10021.0, 10018.0, 9992.0, 9959.0, 9989.0, 9984.0, 10022.0, 9983.0, 10042.0, 10024.0, 10053.0, 10025.0, 9984.0, 10038.0, 9996.0, 10062.0, 10010.0, 10088.0, 10043.0, 9982.0, 10024.0, 10019.0, 10050.0, 10005.0, 10077.0, 10005.0, 10007.0, 10008.0, 9955.0, 10055.0, 9973.0, 10054.0, 9939.0, 10001.0, 9977.0, 9965.0, 10001.0, 9975.0, 9971.0, 10044.0, 9992.0, 10028.0, 9998.0, 9974.0, 10060.0, 10051.0, 9984.0, 9984.0, 9980.0, 9993.0, 9995.0, 9985.0, 9989.0, 10012.0, 10039.0, 10007.0, 9979.0, 9988.0, 9980.0, 9982.0, 9986.0, 9998.0, 10016.0, 9994.0, 9984.0, 9949.0, 9946.0, 9907.0, 9931.0, 9937.0, 9943.0, 9942.0, 9947.0, 9964.0, 9942.0, 10020.0, 9978.0, 9963.0, 9978.0, 9964.0, 10001.0, 10006.0, 10036.0, 10032.0, 9970.0, 9999.0, 9993.0, 10084.0, 10018.0, 10078.0, 9993.0, 10075.0, 10021.0, 10039.0, 10081.0, 9995.0, 10038.0, 9991.0, 10053.0, 10047.0, 10045.0, 10025.0, 9996.0, 10098.0, 10048.0, 10078.0, 10005.0, 10072.0, 10029.0, 10030.0, 10029.0, 10000.0, 10045.0, 9964.0, 10036.0, 9981.0, 10045.0, 10022.0, 10061.0, 9982.0, 10025.0, 9980.0, 10048.0, 10028.0, 10011.0, 9992.0, 9985.0, 9997.0, 10002.0, 10043.0, 9985.0, 10036.0, 10007.0, 10063.0, 10021.0, 10049.0, 10015.0, 9992.0, 9999.0, 9978.0, 10049.0, 9993.0, 10057.0, 10036.0, 10060.0, 10033.0, 10002.0, 10017.0, 9969.0, 10038.0, 9958.0, 10015.0, 9947.0, 10018.0, 9963.0, 10014.0, 9962.0, 9982.0, 9969.0, 9955.0, 9992.0, 9952.0, 9975.0, 9937.0, 9995.0, 9954.0, 9987.0, 9976.0, 9996.0, 9976.0, 10001.0, 9961.0, 10000.0, 9986.0, 10009.0, 9971.0, 9988.0, 9992.0, 10039.0, 10031.0, 10061.0, 10012.0, 10062.0, 10008.0, 10090.0, 10030.0, 10076.0, 10002.0, 10059.0, 9989.0, 10016.0, 9990.0, 10029.0, 9990.0, 10063.0, 10012.0, 10043.0, 10010.0, 10053.0, 10032.0, 10068.0, 10003.0, 10019.0, 10015.0, 10096.0, 10035.0, 10074.0, 9974.0, 10020.0, 9972.0, 10021.0, 10022.0, 10017.0, 9953.0, 9999.0, 9958.0, 10011.0, 9976.0, 9948.0, 9976.0, 9969.0, 10028.0, 10003.0, 10027.0, 9997.0, 10008.0, 9993.0, 10012.0, 10011.0, 10037.0, 10011.0, 10018.0, 10053.0, 10031.0, 10103.0, 10005.0, 9981.0, 9964.0, 9949.0, 9963.0, 9965.0, 10016.0, 9971.0, 9996.0, 9969.0, 10024.0, 9960.0, 10010.0, 9938.0, 9948.0, 9922.0, 9946.0, 9923.0, 9972.0, 9944.0, 9950.0, 9929.0, 9950.0, 9946.0, 9981.0, 9974.0, 9992.0, 9977.0, 10022.0, 9995.0, 9991.0, 9982.0, 9990.0, 10017.0, 10041.0, 10028.0, 10019.0, 10017.0, 9997.0, 10012.0, 10039.0, 10050.0, 10041.0, 10055.0, 10040.0, 10062.0, 10094.0, 10013.0, 10085.0, 10055.0, 10008.0, 10047.0, 10016.0, 10018.0, 9987.0, 9972.0, 9931.0, 9944.0, 9966.0, 10002.0, 9980.0, 10016.0, 9996.0, 10002.0, 9990.0, 10037.0, 10023.0, 9998.0, 9995.0, 10042.0, 9955.0, 10019.0, 9995.0, 10007.0, 9973.0, 10000.0, 9990.0, 10016.0, 9987.0, 9939.0, 9971.0, 9963.0, 9968.0, 9998.0, 9972.0, 9991.0, 9971.0, 9980.0, 9970.0, 10003.0, 10000.0, 10021.0, 9995.0, 9993.0, 9997.0, 10005.0, 9996.0, 10045.0, 10032.0, 10027.0, 9990.0, 10044.0, 10025.0, 10056.0, 10022.0, 10005.0, 9969.0, 9964.0, 9992.0, 9955.0, 10006.0, 10007.0, 10005.0, 10004.0, 9984.0, 10056.0, 10015.0, 10059.0, 10031.0, 9994.0, 10020.0, 9944.0, 10038.0, 9960.0, 10012.0, 9965.0, 9975.0, 9923.0, 9971.0, 9920.0, 9997.0, 9945.0, 9983.0, 9991.0, 9930.0, 9957.0, 9968.0, 10010.0, 9968.0, 9971.0, 10009.0, 9975.0, 9998.0, 9983.0, 9997.0, 10056.0, 10052.0, 9997.0, 10115.0, 10010.0, 10056.0, 10014.0, 10060.0, 10017.0, 10028.0, 10006.0, 10044.0, 10010.0, 10025.0, 9982.0, 9972.0, 9916.0, 9925.0, 9925.0, 9921.0, 9938.0, 9900.0, 9969.0, 9959.0, 9970.0, 9979.0, 9959.0, 9974.0, 9961.0, 9918.0, 9955.0, 9970.0, 9960.0, 9998.0, 9972.0, 9998.0, 9999.0, 9974.0, 10024.0, 9992.0, 10042.0, 9954.0, 10018.0, 9974.0, 10024.0, 9962.0, 9985.0, 9952.0, 9974.0, 9950.0, 9961.0, 9971.0, 9974.0, 9995.0, 9990.0, 9998.0, 10034.0, 10064.0, 10042.0, 9994.0, 10012.0, 10039.0, 10008.0, 10033.0, 10005.0, 10100.0, 10025.0, 10053.0, 9998.0, 10024.0, 9989.0, 10040.0, 10035.0, 10009.0, 9997.0, 10015.0, 10040.0, 9964.0, 10007.0, 9975.0, 10008.0, 9979.0, 10007.0, 9964.0, 9981.0, 9967.0, 9946.0, 9975.0, 9947.0, 9967.0, 9987.0, 9964.0, 9961.0, 9991.0, 10009.0, 9996.0, 9966.0, 9991.0, 9963.0, 9989.0, 9967.0, 9979.0, 9964.0, 9965.0, 9946.0, 9967.0, 9974.0, 9968.0, 9971.0, 10013.0, 9990.0, 9998.0, 9976.0, 10016.0, 9994.0, 10030.0, 10037.0, 10016.0, 10018.0, 9969.0, 10028.0, 9994.0, 10007.0, 10022.0, 9976.0, 10046.0, 9986.0, 10045.0, 9968.0, 10041.0, 9969.0, 10015.0, 9921.0, 9947.0, 9918.0, 9937.0, 9942.0, 9946.0, 9968.0, 9959.0, 9966.0, 9986.0, 9971.0, 9979.0, 9970.0, 9981.0, 9975.0, 9971.0, 9975.0, 9975.0, 10000.0, 10009.0, 9999.0, 9993.0, 9997.0, 10006.0, 9994.0, 10024.0, 9991.0, 9988.0, 9953.0, 9986.0, 9982.0, 9969.0, 9984.0, 9989.0, 9978.0, 10019.0, 9997.0, 10029.0, 10045.0, 9997.0, 10005.0, 9990.0, 10068.0, 10028.0, 10073.0, 10006.0, 10066.0, 9977.0, 10066.0, 9987.0, 10057.0, 9992.0, 10026.0, 9974.0, 10008.0, 9966.0, 10030.0, 9993.0, 9988.0, 9995.0, 9950.0, 9991.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.001545309633027523</td></tr>
<tr><td colspan=3>aqi</td><td>0.03793336284403669</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.80961250622277</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1398944017106765</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9981599174282446</td></tr>
<tr><td colspan=3>efc</td><td>0.4957</td></tr>
<tr><td colspan=3>fber</td><td>3955.7148</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1616680993274492</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>214</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.541284403669724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7062100798061386</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6798978451971656</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9354694754674995</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5032629187537494</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131819</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015690479427576065</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026231111958622932</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.7106207482530045</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>28.4608</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.5005</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.3717</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295409.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.4582</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9948</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.644</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3686.1657</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.0799</td></tr>
<tr><td colspan=3>tsnr</td><td>31.098648874089122</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>