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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0095_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0095_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-03/func/sub-0095_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>59e6f78fd89f2022f9c2a61b9c8895b9</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:47:6.015000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999982, 0.00150576, -0.00581767, -0.00209437, 0.994727, -0.102536]</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.259</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.0865017</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7783, -7264, 186, -94, -269, -215, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>893b2eef-7431-405f-86c5-94c8cb6b85f2||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828784942626953, -0.00561905512586236, -0.015208018012344837, 110.66622924804688], [-0.004039842169731855, 2.6687800884246826, -0.27687376737594604, -89.36829376220703], [-0.015608380548655987, 0.27509525418281555, 2.685723304748535, -116.43939971923828], [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': ['104706.015000', '104706.475000', '104706.935000', '104707.395000', '104707.855000', '104708.315000', '104708.775000', '104709.235000', '104709.695000', '104710.155000', '104710.615000', '104711.075000', '104711.535000', '104711.995000', '104712.455000', '104712.915000', '104713.375000', '104713.835000', '104714.295000', '104714.755000', '104715.215000', '104715.675000', '104716.135000', '104716.595000', '104717.055000', '104717.515000', '104717.975000', '104718.435000', '104718.895000', '104719.355000', '104719.815000', '104720.275000', '104720.735000', '104721.195000', '104721.655000', '104722.115000', '104722.575000', '104723.035000', '104723.495000', '104723.955000', '104724.415000', '104724.875000', '104725.335000', '104725.795000', '104726.255000', '104726.715000', '104727.175000', '104727.635000', '104728.095000', '104728.555000', '104729.015000', '104729.475000', '104729.935000', '104730.395000', '104730.855000', '104731.315000', '104731.775000', '104732.235000', '104732.695000', '104733.155000', '104733.615000', '104734.075000', '104734.535000', '104734.995000', '104735.455000', '104735.915000', '104736.375000', '104736.835000', '104737.295000', '104737.755000', '104738.215000', '104738.675000', '104739.135000', '104739.595000', '104740.055000', '104740.515000', '104740.975000', '104741.435000', '104741.895000', '104742.355000', '104742.815000', '104743.275000', '104743.735000', '104744.195000', '104744.655000', '104745.115000', '104745.575000', '104746.035000', '104746.495000', '104746.955000', '104747.415000', '104747.875000', '104748.335000', '104748.795000', '104749.255000', '104749.715000', '104750.175000', '104750.635000', '104751.095000', '104751.555000', '104752.015000', '104752.475000', '104752.935000', '104753.395000', '104753.855000', '104754.315000', '104754.775000', '104755.235000', '104755.695000', '104756.155000', '104756.615000', '104757.075000', '104757.535000', '104757.995000', '104758.455000', '104758.915000', '104759.375000', '104759.835000', '104800.295000', '104800.755000', '104801.215000', '104801.675000', '104802.135000', '104802.595000', '104803.055000', '104803.515000', '104803.975000', '104804.435000', '104804.895000', '104805.355000', '104805.815000', '104806.275000', '104806.735000', '104807.195000', '104807.655000', '104808.115000', '104808.575000', '104809.035000', '104809.495000', '104809.955000', '104810.415000', '104810.875000', '104811.335000', '104811.795000', '104812.255000', '104812.715000', '104813.175000', '104813.635000', '104814.095000', '104814.555000', '104815.015000', '104815.475000', '104815.935000', '104816.395000', '104816.855000', '104817.315000', '104817.775000', '104818.235000', '104818.695000', '104819.155000', '104819.615000', '104820.075000', '104820.535000', '104820.995000', '104821.455000', '104821.915000', '104822.375000', '104822.835000', '104823.295000', '104823.755000', '104824.215000', '104824.675000', '104825.135000', '104825.595000', '104826.055000', '104826.515000', '104826.975000', '104827.435000', '104827.895000', '104828.355000', '104828.815000', '104829.275000', '104829.735000', '104830.195000', '104830.655000', '104831.115000', '104831.575000', '104832.035000', '104832.495000', '104832.955000', '104833.415000', '104833.875000', '104834.335000', '104834.795000', '104835.255000', '104835.715000', '104836.175000', '104836.635000', '104837.095000', '104837.555000', '104838.015000', '104838.475000', '104838.935000', '104839.395000', '104839.855000', '104840.315000', '104840.775000', '104841.235000', '104841.695000', '104842.155000', '104842.615000', '104843.075000', '104843.535000', '104843.995000', '104844.455000', '104844.915000', '104845.375000', '104845.835000', '104846.295000', '104846.755000', '104847.215000', '104847.675000', '104848.135000', '104848.595000', '104849.055000', '104849.515000', '104849.975000', '104850.435000', '104850.895000', '104851.355000', '104851.815000', '104852.275000', '104852.735000', '104853.195000', '104853.655000', '104854.115000', '104854.575000', '104855.035000', '104855.495000', '104855.955000', '104856.415000', '104856.875000', '104857.335000', '104857.795000', '104858.255000', '104858.715000', '104859.175000', '104859.635000', '104900.095000', '104900.555000', '104901.015000', '104901.475000', '104901.935000', '104902.395000', '104902.855000', '104903.315000', '104903.775000', '104904.235000', '104904.695000', '104905.155000', '104905.615000', '104906.075000', '104906.535000', '104906.995000', '104907.455000', '104907.915000', '104908.375000', '104908.835000', '104909.295000', '104909.755000', '104910.215000', '104910.675000', '104911.135000', '104911.595000', '104912.055000', '104912.515000', '104912.975000', '104913.435000', '104913.895000', '104914.355000', '104914.815000', '104915.275000', '104915.735000', '104916.195000', '104916.655000', '104917.115000', '104917.575000', '104918.035000', '104918.495000', '104918.955000', '104919.415000', '104919.875000', '104920.335000', '104920.795000', '104921.255000', '104921.715000', '104922.175000', '104922.635000', '104923.095000', '104923.555000', '104924.015000', '104924.475000', '104924.935000', '104925.395000', '104925.855000', '104926.315000', '104926.775000', '104927.235000', '104927.695000', '104928.155000', '104928.615000', '104929.075000', '104929.535000', '104929.995000', '104930.455000', '104930.915000', '104931.375000', '104931.835000', '104932.295000', '104932.755000', '104933.215000', '104933.675000', '104934.135000', '104934.595000', '104935.055000', '104935.515000', '104935.975000', '104936.435000', '104936.895000', '104937.355000', '104937.815000', '104938.275000', '104938.735000', '104939.195000', '104939.655000', '104940.115000', '104940.575000', '104941.035000', '104941.495000', '104941.955000', '104942.415000', '104942.875000', '104943.335000', '104943.795000', '104944.255000', '104944.715000', '104945.175000', '104945.635000', '104946.095000', '104946.555000', '104947.015000', '104947.475000', '104947.935000', '104948.395000', '104948.855000', '104949.315000', '104949.775000', '104950.235000', '104950.695000', '104951.155000', '104951.615000', '104952.075000', '104952.535000', '104952.995000', '104953.455000', '104953.915000', '104954.375000', '104954.835000', '104955.295000', '104955.755000', '104956.215000', '104956.675000', '104957.135000', '104957.595000', '104958.055000', '104958.515000', '104958.975000', '104959.435000', '104959.895000', '105000.355000', '105000.815000', '105001.275000', '105001.735000', '105002.195000', '105002.655000', '105003.115000', '105003.575000', '105004.035000', '105004.495000', '105004.955000', '105005.415000', '105005.875000', '105006.335000', '105006.795000', '105007.255000', '105007.715000', '105008.175000', '105008.635000', '105009.095000', '105009.555000', '105010.015000', '105010.475000', '105010.935000', '105011.395000', '105011.855000', '105012.315000', '105012.775000', '105013.235000', '105013.695000', '105014.155000', '105014.615000', '105015.075000', '105015.535000', '105015.995000', '105016.455000', '105016.915000', '105017.375000', '105017.835000', '105018.295000', '105018.755000', '105019.215000', '105019.675000', '105020.135000', '105020.595000', '105021.055000', '105021.515000', '105021.975000', '105022.435000', '105022.895000', '105023.355000', '105023.815000', '105024.275000', '105024.735000', '105025.195000', '105025.655000', '105026.115000', '105026.575000', '105027.035000', '105027.495000', '105027.955000', '105028.415000', '105028.875000', '105029.335000', '105029.795000', '105030.255000', '105030.715000', '105031.175000', '105031.635000', '105032.095000', '105032.555000', '105033.015000', '105033.475000', '105033.935000', '105034.395000', '105034.855000', '105035.315000', '105035.775000', '105036.235000', '105036.695000', '105037.155000', '105037.615000', '105038.075000', '105038.535000', '105038.995000', '105039.455000', '105039.915000', '105040.375000', '105040.835000', '105041.295000', '105041.755000', '105042.215000', '105042.675000', '105043.135000', '105043.595000', '105044.055000', '105044.515000', '105044.975000', '105045.435000', '105045.895000', '105046.355000', '105046.815000', '105047.275000', '105047.735000', '105048.195000', '105048.655000', '105049.115000', '105049.575000', '105050.035000', '105050.495000', '105050.955000', '105051.415000', '105051.875000', '105052.335000', '105052.795000', '105053.255000', '105053.715000', '105054.175000', '105054.635000', '105055.095000', '105055.555000', '105056.015000', '105056.475000', '105056.935000', '105057.395000', '105057.855000', '105058.315000', '105058.775000', '105059.235000', '105059.695000', '105100.155000', '105100.615000', '105101.075000', '105101.535000', '105101.995000', '105102.455000', '105102.915000', '105103.375000', '105103.835000', '105104.295000', '105104.755000', '105105.215000', '105105.675000', '105106.135000', '105106.595000', '105107.055000', '105107.515000', '105107.975000', '105108.435000', '105108.895000', '105109.355000', '105109.815000', '105110.275000', '105110.735000', '105111.195000', '105111.655000', '105112.115000', '105112.575000', '105113.035000', '105113.495000', '105113.955000', '105114.415000', '105114.875000', '105115.335000', '105115.795000', '105116.255000', '105116.715000', '105117.175000', '105117.635000', '105118.095000', '105118.555000', '105119.015000', '105119.475000', '105119.935000', '105120.395000', '105120.855000', '105121.315000', '105121.775000', '105122.235000', '105122.695000', '105123.155000', '105123.615000', '105124.075000', '105124.535000', '105124.995000', '105125.455000', '105125.915000', '105126.375000', '105126.835000', '105127.295000', '105127.755000', '105128.215000', '105128.675000', '105129.135000', '105129.595000', '105130.055000', '105130.515000', '105130.975000', '105131.435000', '105131.895000', '105132.355000', '105132.815000', '105133.275000', '105133.735000', '105134.195000', '105134.655000', '105135.115000', '105135.575000', '105136.035000', '105136.495000', '105136.955000', '105137.415000', '105137.875000', '105138.335000', '105138.795000', '105139.255000', '105139.715000', '105140.175000', '105140.635000', '105141.095000', '105141.555000', '105142.015000', '105142.475000', '105142.935000', '105143.395000', '105143.855000', '105144.315000', '105144.775000', '105145.235000', '105145.695000', '105146.155000', '105146.615000', '105147.075000', '105147.535000', '105147.995000', '105148.455000', '105148.915000', '105149.375000', '105149.835000', '105150.295000', '105150.755000', '105151.215000', '105151.675000', '105152.135000', '105152.595000', '105153.055000', '105153.515000', '105153.975000', '105154.435000', '105154.895000', '105155.355000', '105155.815000', '105156.275000', '105156.735000', '105157.195000', '105157.655000', '105158.115000', '105158.575000', '105159.035000', '105159.495000', '105159.955000', '105200.415000', '105200.875000', '105201.335000', '105201.795000', '105202.255000', '105202.715000', '105203.175000', '105203.635000', '105204.095000', '105204.555000', '105205.015000', '105205.475000', '105205.935000', '105206.395000', '105206.855000', '105207.315000', '105207.775000', '105208.235000', '105208.695000', '105209.155000', '105209.615000', '105210.075000', '105210.535000', '105210.995000', '105211.455000', '105211.915000', '105212.375000', '105212.835000', '105213.295000', '105213.755000', '105214.215000', '105214.675000', '105215.135000', '105215.595000', '105216.055000', '105216.515000', '105216.975000', '105217.435000', '105217.895000', '105218.355000', '105218.815000', '105219.275000', '105219.735000', '105220.195000', '105220.655000', '105221.115000', '105221.575000', '105222.035000', '105222.495000', '105222.955000', '105223.415000', '105223.875000', '105224.335000', '105224.795000', '105225.255000', '105225.715000', '105226.175000', '105226.635000', '105227.095000', '105227.555000', '105228.015000', '105228.475000', '105228.935000', '105229.395000', '105229.855000', '105230.315000', '105230.775000', '105231.235000', '105231.695000', '105232.155000', '105232.615000', '105233.075000', '105233.535000', '105233.995000', '105234.455000', '105234.915000', '105235.375000', '105235.835000', '105236.295000', '105236.755000', '105237.215000', '105237.675000', '105238.135000', '105238.595000', '105239.055000', '105239.515000', '105239.975000', '105240.435000', '105240.895000', '105241.355000', '105241.815000', '105242.275000', '105242.735000', '105243.195000', '105243.655000', '105244.115000', '105244.575000', '105245.035000', '105245.495000', '105245.955000', '105246.415000', '105246.875000', '105247.335000', '105247.795000', '105248.255000', '105248.715000', '105249.175000', '105249.635000', '105250.095000', '105250.555000', '105251.015000', '105251.475000', '105251.935000', '105252.395000', '105252.855000', '105253.315000', '105253.775000', '105254.235000', '105254.695000', '105255.155000', '105255.615000', '105256.075000', '105256.535000', '105256.995000', '105257.455000', '105257.915000', '105258.375000', '105258.835000', '105259.295000', '105259.755000', '105300.215000', '105300.675000', '105301.135000', '105301.595000', '105302.055000', '105302.515000', '105302.975000', '105303.435000', '105303.895000', '105304.355000', '105304.815000', '105305.275000', '105305.735000', '105306.195000', '105306.655000', '105307.115000', '105307.575000', '105308.035000', '105308.495000', '105308.955000', '105309.415000', '105309.875000', '105310.335000', '105310.795000', '105311.255000', '105311.715000', '105312.175000', '105312.635000', '105313.095000', '105313.555000', '105314.015000', '105314.475000', '105314.935000', '105315.395000', '105315.855000', '105316.315000', '105316.775000', '105317.235000', '105317.695000', '105318.155000', '105318.615000', '105319.075000', '105319.535000', '105319.995000', '105320.455000', '105320.915000', '105321.375000', '105321.835000', '105322.295000', '105322.755000', '105323.215000', '105323.675000', '105324.135000', '105324.595000', '105325.055000', '105325.515000', '105325.975000', '105326.435000', '105326.895000', '105327.355000', '105327.815000', '105328.275000', '105328.735000', '105329.195000', '105329.655000', '105330.115000', '105330.575000', '105331.035000', '105331.495000', '105331.955000', '105332.415000', '105332.875000', '105333.335000', '105333.795000', '105334.255000', '105334.715000', '105335.175000', '105335.635000', '105336.095000', '105336.555000', '105337.015000', '105337.475000', '105337.935000', '105338.395000', '105338.855000', '105339.315000', '105339.775000', '105340.235000', '105340.695000', '105341.155000', '105341.615000', '105342.075000', '105342.535000', '105342.995000', '105343.455000', '105343.915000', '105344.375000', '105344.835000', '105345.295000', '105345.755000', '105346.215000', '105346.675000'], 'ContentTime': ['104718.153000', '104718.156000', '104718.158000', '104718.161000', '104718.163000', '104718.166000', '104718.168000', '104718.171000', '104718.173000', '104718.176000', '104718.179000', '104718.181000', '104718.184000', '104718.186000', '104718.189000', '104718.198000', '104718.201000', '104718.203000', '104718.206000', '104718.208000', '104718.211000', '104718.213000', '104718.216000', '104718.219000', '104718.221000', '104738.124000', '104738.127000', '104738.130000', '104738.133000', '104738.135000', '104738.138000', '104738.140000', '104738.143000', '104738.145000', '104738.148000', '104738.150000', '104738.153000', '104738.155000', '104738.158000', '104738.160000', '104738.163000', '104738.166000', '104738.168000', '104738.171000', '104738.173000', '104738.176000', '104738.184000', '104738.187000', '104738.189000', '104738.192000', '104738.194000', '104738.197000', '104738.199000', '104738.202000', '104738.204000', '104738.207000', '104738.210000', '104738.212000', '104738.215000', '104738.217000', '104738.220000', '104738.222000', '104738.225000', '104738.227000', '104738.230000', '104738.233000', '104738.235000', '104738.238000', '104758.124000', '104758.127000', '104758.130000', '104758.133000', '104758.136000', '104758.139000', '104758.141000', '104758.144000', '104758.146000', '104758.149000', '104758.151000', '104758.154000', '104758.156000', '104758.159000', '104758.161000', '104758.164000', '104758.167000', '104758.169000', '104758.175000', '104758.178000', '104758.181000', '104758.183000', '104758.186000', '104758.188000', '104758.191000', '104758.194000', '104758.196000', '104758.199000', '104758.201000', '104758.204000', '104758.207000', '104758.209000', '104758.212000', '104758.214000', '104758.217000', '104758.219000', '104758.222000', '104758.225000', '104758.227000', '104758.230000', '104758.232000', '104758.235000', '104758.237000', '104758.240000', '104818.125000', '104818.127000', '104818.130000', '104818.133000', '104818.135000', '104818.138000', '104818.140000', '104818.143000', '104818.145000', '104818.148000', '104818.151000', '104818.153000', '104818.156000', '104818.158000', '104818.171000', '104818.173000', '104818.176000', '104818.178000', '104818.181000', '104818.183000', '104818.186000', '104818.188000', '104818.191000', '104818.193000', '104818.196000', '104818.198000', '104818.201000', '104818.204000', '104818.206000', '104818.209000', '104818.211000', '104818.214000', '104818.221000', '104818.224000', '104818.227000', '104818.229000', '104818.232000', '104818.234000', '104818.237000', '104818.240000', '104818.242000', '104818.245000', '104818.247000', '104838.124000', '104838.127000', '104838.130000', '104838.132000', '104838.135000', '104838.138000', '104838.140000', '104838.143000', '104838.145000', '104838.148000', '104838.150000', '104838.153000', '104838.155000', '104838.158000', '104838.160000', '104838.163000', '104838.166000', '104838.168000', '104838.171000', '104838.173000', '104838.176000', '104838.178000', '104838.181000', '104838.183000', '104838.186000', '104838.189000', '104838.191000', '104838.194000', '104838.196000', '104838.199000', '104838.201000', '104838.204000', '104838.207000', '104838.209000', '104838.212000', '104838.214000', '104838.217000', '104838.219000', '104838.222000', '104838.224000', '104838.227000', '104838.229000', '104838.232000', '104838.235000', '104858.123000', '104858.126000', '104858.129000', '104858.131000', '104858.134000', '104858.137000', '104858.139000', '104858.142000', '104858.144000', '104858.147000', '104858.149000', '104858.152000', '104858.155000', '104858.157000', '104858.160000', '104858.162000', '104858.165000', '104858.167000', '104858.170000', '104858.172000', '104858.175000', '104858.178000', '104858.180000', '104858.183000', '104858.185000', '104858.188000', '104858.190000', '104858.193000', '104858.196000', '104858.198000', '104858.201000', '104858.203000', '104858.206000', '104858.208000', '104858.211000', '104858.214000', '104858.216000', '104858.219000', '104858.221000', '104858.224000', '104858.227000', '104858.229000', '104858.232000', '104918.124000', '104918.127000', '104918.130000', '104918.132000', '104918.135000', '104918.137000', '104918.140000', '104918.143000', '104918.145000', '104918.148000', '104918.150000', '104918.153000', '104918.155000', '104918.158000', '104918.161000', '104918.163000', '104918.166000', '104918.168000', '104918.171000', '104918.175000', '104918.177000', '104918.180000', '104918.182000', '104918.185000', '104918.188000', '104918.190000', '104918.193000', '104918.196000', '104918.198000', '104918.201000', '104918.203000', '104918.206000', '104918.209000', '104918.211000', '104918.214000', '104918.216000', '104918.219000', '104918.222000', '104918.224000', '104918.227000', '104918.230000', '104918.233000', '104918.235000', '104918.238000', '104938.124000', '104938.127000', '104938.130000', '104938.132000', '104938.135000', '104938.137000', '104938.140000', '104938.143000', '104938.146000', '104938.148000', '104938.151000', '104938.153000', '104938.156000', '104938.159000', '104938.161000', '104938.164000', '104938.166000', '104938.169000', '104938.172000', '104938.174000', '104938.177000', '104938.179000', '104938.182000', '104938.185000', '104938.187000', '104938.190000', '104938.192000', '104938.195000', '104938.198000', '104938.200000', '104938.203000', '104938.205000', '104938.208000', '104938.210000', '104938.213000', '104938.216000', '104938.218000', '104938.221000', '104938.223000', '104938.226000', '104938.229000', '104938.231000', '104938.234000', '104958.124000', '104958.127000', '104958.130000', '104958.133000', '104958.135000', '104958.138000', '104958.140000', '104958.143000', '104958.146000', '104958.149000', '104958.152000', '104958.155000', '104958.157000', '104958.160000', '104958.163000', '104958.166000', '104958.168000', '104958.171000', '104958.173000', '104958.176000', '104958.179000', '104958.181000', '104958.184000', '104958.186000', '104958.238000', '104958.241000', '104958.243000', '104958.246000', '104958.248000', '104958.251000', '104958.253000', '104958.256000', '104958.259000', '104958.261000', '104958.264000', '104958.266000', '104958.269000', '104958.271000', '104958.274000', '104958.277000', '104958.279000', '104958.282000', '104958.284000', '105018.125000', '105018.127000', '105018.131000', '105018.133000', '105018.136000', '105018.138000', '105018.141000', '105018.144000', '105018.146000', '105018.149000', '105018.152000', '105018.154000', '105018.157000', '105018.159000', '105018.162000', '105018.165000', '105018.167000', '105018.170000', '105018.172000', '105018.175000', '105018.177000', '105018.180000', '105018.182000', '105018.185000', '105018.188000', '105018.190000', '105018.193000', '105018.195000', '105018.198000', '105018.201000', '105018.203000', '105018.206000', '105018.208000', '105018.211000', '105018.213000', '105018.216000', '105018.218000', '105018.221000', '105018.224000', '105018.226000', '105018.229000', '105018.231000', '105018.234000', '105018.236000', '105038.124000', '105038.127000', '105038.130000', '105038.132000', '105038.135000', '105038.138000', '105038.140000', '105038.143000', '105038.146000', '105038.149000', '105038.152000', '105038.155000', '105038.157000', '105038.160000', '105038.162000', '105038.165000', '105038.168000', '105038.170000', '105038.173000', '105038.175000', '105038.178000', '105038.180000', '105038.183000', '105038.186000', '105038.188000', '105038.191000', '105038.193000', '105038.196000', '105038.198000', '105038.201000', '105038.204000', '105038.206000', '105038.209000', '105038.212000', '105038.215000', '105038.218000', '105038.220000', '105038.223000', '105038.226000', '105038.228000', '105038.231000', '105038.234000', '105038.236000', '105058.124000', '105058.127000', '105058.130000', '105058.132000', '105058.135000', '105058.137000', '105058.140000', '105058.142000', '105058.145000', '105058.148000', '105058.150000', '105058.153000', '105058.156000', '105058.158000', '105058.161000', '105058.163000', '105058.166000', '105058.169000', '105058.171000', '105058.174000', '105058.176000', '105058.179000', '105058.182000', '105058.185000', '105058.187000', '105058.190000', '105058.192000', '105058.195000', '105058.198000', '105058.200000', '105058.203000', '105058.205000', '105058.208000', '105058.211000', '105058.213000', '105058.216000', '105058.218000', '105058.221000', '105058.224000', '105058.226000', '105058.229000', '105058.231000', '105058.234000', '105058.236000', '105118.123000', '105118.126000', '105118.129000', '105118.131000', '105118.134000', '105118.137000', '105118.139000', '105118.142000', '105118.144000', '105118.147000', '105118.150000', '105118.152000', '105118.155000', '105118.157000', '105118.160000', '105118.162000', '105118.165000', '105118.167000', '105118.170000', '105118.173000', '105118.175000', '105118.178000', '105118.180000', '105118.183000', '105118.186000', '105118.188000', '105118.191000', '105118.193000', '105118.196000', '105118.198000', '105118.201000', '105118.203000', '105118.206000', '105118.209000', '105118.211000', '105118.214000', '105118.217000', '105118.220000', '105118.223000', '105118.225000', '105118.228000', '105118.231000', '105118.233000', '105138.124000', '105138.127000', '105138.130000', '105138.132000', '105138.135000', '105138.138000', '105138.152000', '105138.154000', '105138.157000', '105138.160000', '105138.162000', '105138.165000', '105138.167000', '105138.170000', '105138.173000', '105138.175000', '105138.178000', '105138.180000', '105138.183000', '105138.185000', '105138.188000', '105138.191000', '105138.193000', '105138.196000', '105138.198000', '105138.201000', '105138.204000', '105138.206000', '105138.209000', '105138.212000', '105138.214000', '105138.217000', '105138.219000', '105138.222000', '105138.224000', '105138.227000', '105138.230000', '105138.232000', '105138.235000', '105138.237000', '105138.240000', '105138.243000', '105138.245000', '105138.248000', '105158.125000', '105158.127000', '105158.130000', '105158.133000', '105158.135000', '105158.138000', '105158.141000', '105158.143000', '105158.146000', '105158.148000', '105158.151000', '105158.154000', '105158.156000', '105158.159000', '105158.162000', '105158.164000', '105158.167000', '105158.169000', '105158.172000', '105158.175000', '105158.177000', '105158.180000', '105158.183000', '105158.185000', '105158.188000', '105158.191000', '105158.194000', '105158.196000', '105158.200000', '105158.203000', '105158.205000', '105158.208000', '105158.210000', '105158.213000', '105158.216000', '105158.218000', '105158.221000', '105158.224000', '105158.226000', '105158.229000', '105158.231000', '105158.234000', '105158.237000', '105218.124000', '105218.127000', '105218.130000', '105218.133000', '105218.136000', '105218.138000', '105218.141000', '105218.144000', '105218.146000', '105218.149000', '105218.151000', '105218.154000', '105218.157000', '105218.159000', '105218.162000', '105218.164000', '105218.167000', '105218.170000', '105218.172000', '105218.175000', '105218.178000', '105218.180000', '105218.183000', '105218.185000', '105218.188000', '105218.191000', '105218.193000', '105218.196000', '105218.198000', '105218.201000', '105218.204000', '105218.206000', '105218.209000', '105218.212000', '105218.214000', '105218.217000', '105218.219000', '105218.222000', '105218.224000', '105218.227000', '105218.230000', '105218.232000', '105218.235000', '105218.237000', '105238.124000', '105238.128000', '105238.130000', '105238.133000', '105238.135000', '105238.138000', '105238.141000', '105238.143000', '105238.146000', '105238.149000', '105238.151000', '105238.154000', '105238.156000', '105238.159000', '105238.162000', '105238.164000', '105238.167000', '105238.170000', '105238.172000', '105238.175000', '105238.178000', '105238.180000', '105238.183000', '105238.185000', '105238.188000', '105238.191000', '105238.193000', '105238.196000', '105238.198000', '105238.201000', '105238.204000', '105238.206000', '105238.209000', '105238.212000', '105238.214000', '105238.217000', '105238.219000', '105238.222000', '105238.225000', '105238.227000', '105238.230000', '105238.232000', '105238.235000', '105258.124000', '105258.127000', '105258.130000', '105258.133000', '105258.135000', '105258.138000', '105258.141000', '105258.143000', '105258.146000', '105258.148000', '105258.151000', '105258.154000', '105258.156000', '105258.159000', '105258.161000', '105258.164000', '105258.166000', '105258.178000', '105258.180000', '105258.183000', '105258.185000', '105258.188000', '105258.190000', '105258.193000', '105258.196000', '105258.198000', '105258.201000', '105258.203000', '105258.206000', '105258.208000', '105258.211000', '105258.214000', '105258.216000', '105258.219000', '105258.221000', '105258.224000', '105258.227000', '105258.229000', '105258.232000', '105258.234000', '105258.237000', '105258.239000', '105258.242000', '105258.245000', '105318.125000', '105318.127000', '105318.130000', '105318.133000', '105318.135000', '105318.138000', '105318.140000', '105318.143000', '105318.145000', '105318.148000', '105318.151000', '105318.153000', '105318.156000', '105318.158000', '105318.161000', '105318.163000', '105318.166000', '105318.169000', '105318.171000', '105318.175000', '105318.178000', '105318.180000', '105318.183000', '105318.185000', '105318.188000', '105318.191000', '105318.193000', '105318.196000', '105318.199000', '105318.201000', '105318.204000', '105318.206000', '105318.209000', '105318.212000', '105318.214000', '105318.217000', '105318.220000', '105318.222000', '105318.225000', '105318.227000', '105318.230000', '105318.233000', '105318.235000', '105338.123000', '105338.127000', '105338.129000', '105338.132000', '105338.134000', '105338.137000', '105338.140000', '105338.142000', '105338.145000', '105338.147000', '105338.150000', '105338.152000', '105338.155000', '105338.158000', '105338.160000', '105338.163000', '105338.165000', '105338.168000', '105338.171000', '105338.173000', '105338.176000', '105338.179000', '105338.181000', '105338.184000', '105338.186000', '105338.189000', '105338.192000', '105338.194000', '105338.197000', '105338.200000', '105338.202000', '105338.205000', '105338.207000', '105338.210000', '105338.213000', '105338.215000', '105338.218000', '105338.220000', '105338.223000', '105338.226000', '105338.228000', '105338.231000', '105338.233000', '105338.236000', '105347.677000', '105347.680000', '105347.683000', '105347.687000', '105347.689000', '105347.692000', '105347.695000', '105347.698000', '105347.700000', '105347.703000', '105347.706000', '105347.708000', '105347.711000', '105347.714000', '105347.717000', '105347.719000', '105347.722000', '105347.725000', '105347.727000', '105347.730000', '105347.733000'], 'InstanceCreationTime': ['104718.153000', '104718.156000', '104718.158000', '104718.161000', '104718.163000', '104718.166000', '104718.168000', '104718.171000', '104718.173000', '104718.176000', '104718.179000', '104718.181000', '104718.184000', '104718.186000', '104718.189000', '104718.198000', '104718.201000', '104718.203000', '104718.206000', '104718.208000', '104718.211000', '104718.213000', '104718.216000', '104718.219000', '104718.221000', '104738.124000', '104738.127000', '104738.130000', '104738.133000', '104738.135000', '104738.138000', '104738.140000', '104738.143000', '104738.145000', '104738.148000', '104738.150000', '104738.153000', '104738.155000', '104738.158000', '104738.160000', '104738.163000', '104738.166000', '104738.168000', '104738.171000', '104738.173000', '104738.176000', '104738.184000', '104738.187000', '104738.189000', '104738.192000', '104738.194000', '104738.197000', '104738.199000', '104738.202000', '104738.204000', '104738.207000', '104738.210000', '104738.212000', '104738.215000', '104738.217000', '104738.220000', '104738.222000', '104738.225000', '104738.227000', '104738.230000', '104738.233000', '104738.235000', '104738.238000', '104758.124000', '104758.127000', '104758.130000', '104758.133000', '104758.136000', '104758.139000', '104758.141000', '104758.144000', '104758.146000', '104758.149000', '104758.151000', '104758.154000', '104758.156000', '104758.159000', '104758.161000', '104758.164000', '104758.167000', '104758.169000', '104758.175000', '104758.178000', '104758.181000', '104758.183000', '104758.186000', '104758.188000', '104758.191000', '104758.194000', '104758.196000', '104758.199000', '104758.201000', '104758.204000', '104758.207000', '104758.209000', '104758.212000', '104758.214000', '104758.217000', '104758.219000', '104758.222000', '104758.225000', '104758.227000', '104758.230000', '104758.232000', '104758.235000', '104758.237000', '104758.240000', '104818.125000', '104818.127000', '104818.130000', '104818.133000', '104818.135000', '104818.138000', '104818.140000', '104818.143000', '104818.145000', '104818.148000', '104818.151000', '104818.153000', '104818.156000', '104818.158000', '104818.171000', '104818.173000', '104818.176000', '104818.178000', '104818.181000', '104818.183000', '104818.186000', '104818.188000', '104818.191000', '104818.193000', '104818.196000', '104818.198000', '104818.201000', '104818.204000', '104818.206000', '104818.209000', '104818.211000', '104818.214000', '104818.221000', '104818.224000', '104818.227000', '104818.229000', '104818.232000', '104818.234000', '104818.237000', '104818.240000', '104818.242000', '104818.245000', '104818.247000', '104838.124000', '104838.127000', '104838.130000', '104838.132000', '104838.135000', '104838.138000', '104838.140000', '104838.143000', '104838.145000', '104838.148000', '104838.150000', '104838.153000', '104838.155000', '104838.158000', '104838.160000', '104838.163000', '104838.166000', '104838.168000', '104838.171000', '104838.173000', '104838.176000', '104838.178000', '104838.181000', '104838.183000', '104838.186000', '104838.189000', '104838.191000', '104838.194000', '104838.196000', '104838.199000', '104838.201000', '104838.204000', '104838.207000', '104838.209000', '104838.212000', '104838.214000', '104838.217000', '104838.219000', '104838.222000', '104838.224000', '104838.227000', '104838.229000', '104838.232000', '104838.235000', '104858.123000', '104858.126000', '104858.129000', '104858.131000', '104858.134000', '104858.137000', '104858.139000', '104858.142000', '104858.144000', '104858.147000', '104858.149000', '104858.152000', '104858.155000', '104858.157000', '104858.160000', '104858.162000', '104858.165000', '104858.167000', '104858.170000', '104858.172000', '104858.175000', '104858.178000', '104858.180000', '104858.183000', '104858.185000', '104858.188000', '104858.190000', '104858.193000', '104858.196000', '104858.198000', '104858.201000', '104858.203000', '104858.206000', '104858.208000', '104858.211000', '104858.214000', '104858.216000', '104858.219000', '104858.221000', '104858.224000', '104858.227000', '104858.229000', '104858.232000', '104918.124000', '104918.127000', '104918.130000', '104918.132000', '104918.135000', '104918.137000', '104918.140000', '104918.143000', '104918.145000', '104918.148000', '104918.150000', '104918.153000', '104918.155000', '104918.158000', '104918.161000', '104918.163000', '104918.166000', '104918.168000', '104918.171000', '104918.175000', '104918.177000', '104918.180000', '104918.182000', '104918.185000', '104918.188000', '104918.190000', '104918.193000', '104918.196000', '104918.198000', '104918.201000', '104918.203000', '104918.206000', '104918.209000', '104918.211000', '104918.214000', '104918.216000', '104918.219000', '104918.222000', '104918.224000', '104918.227000', '104918.230000', '104918.233000', '104918.235000', '104918.238000', '104938.124000', '104938.127000', '104938.130000', '104938.132000', '104938.135000', '104938.137000', '104938.140000', '104938.143000', '104938.146000', '104938.148000', '104938.151000', '104938.153000', '104938.156000', '104938.159000', '104938.161000', '104938.164000', '104938.166000', '104938.169000', '104938.172000', '104938.174000', '104938.177000', '104938.179000', '104938.182000', '104938.185000', '104938.187000', '104938.190000', '104938.192000', '104938.195000', '104938.198000', '104938.200000', '104938.203000', '104938.205000', '104938.208000', '104938.210000', '104938.213000', '104938.216000', '104938.218000', '104938.221000', '104938.223000', '104938.226000', '104938.229000', '104938.231000', '104938.234000', '104958.124000', '104958.127000', '104958.130000', '104958.133000', '104958.135000', '104958.138000', '104958.140000', '104958.143000', '104958.146000', '104958.149000', '104958.152000', '104958.155000', '104958.157000', '104958.160000', '104958.163000', '104958.166000', '104958.168000', '104958.171000', '104958.173000', '104958.176000', '104958.179000', '104958.181000', '104958.184000', '104958.186000', '104958.238000', '104958.241000', '104958.243000', '104958.246000', '104958.248000', '104958.251000', '104958.253000', '104958.256000', '104958.259000', '104958.261000', '104958.264000', '104958.266000', '104958.269000', '104958.271000', '104958.274000', '104958.277000', '104958.279000', '104958.282000', '104958.284000', '105018.125000', '105018.127000', '105018.131000', '105018.133000', '105018.136000', '105018.138000', '105018.141000', '105018.144000', '105018.146000', '105018.149000', '105018.152000', '105018.154000', '105018.157000', '105018.159000', '105018.162000', '105018.165000', '105018.167000', '105018.170000', '105018.172000', '105018.175000', '105018.177000', '105018.180000', '105018.182000', '105018.185000', '105018.188000', '105018.190000', '105018.193000', '105018.195000', '105018.198000', '105018.201000', '105018.203000', '105018.206000', '105018.208000', '105018.211000', '105018.213000', '105018.216000', '105018.218000', '105018.221000', '105018.224000', '105018.226000', '105018.229000', '105018.231000', '105018.234000', '105018.236000', '105038.124000', '105038.127000', '105038.130000', '105038.132000', '105038.135000', '105038.138000', '105038.140000', '105038.143000', '105038.146000', '105038.149000', '105038.152000', '105038.155000', '105038.157000', '105038.160000', '105038.162000', '105038.165000', '105038.168000', '105038.170000', '105038.173000', '105038.175000', '105038.178000', '105038.180000', '105038.183000', '105038.186000', '105038.188000', '105038.191000', '105038.193000', '105038.196000', '105038.198000', '105038.201000', '105038.204000', '105038.206000', '105038.209000', '105038.212000', '105038.215000', '105038.218000', '105038.220000', '105038.223000', '105038.226000', '105038.228000', '105038.231000', '105038.234000', '105038.236000', '105058.124000', '105058.127000', '105058.130000', '105058.132000', '105058.135000', '105058.137000', '105058.140000', '105058.142000', '105058.145000', '105058.148000', '105058.150000', '105058.153000', '105058.156000', '105058.158000', '105058.161000', '105058.163000', '105058.166000', '105058.169000', '105058.171000', '105058.174000', '105058.176000', '105058.179000', '105058.182000', '105058.185000', '105058.187000', '105058.190000', '105058.192000', '105058.195000', '105058.198000', '105058.200000', '105058.203000', '105058.205000', '105058.208000', '105058.211000', '105058.213000', '105058.216000', '105058.218000', '105058.221000', '105058.224000', '105058.226000', '105058.229000', '105058.231000', '105058.234000', '105058.236000', '105118.123000', '105118.126000', '105118.129000', '105118.131000', '105118.134000', '105118.137000', '105118.139000', '105118.142000', '105118.144000', '105118.147000', '105118.150000', '105118.152000', '105118.155000', '105118.157000', '105118.160000', '105118.162000', '105118.165000', '105118.167000', '105118.170000', '105118.173000', '105118.175000', '105118.178000', '105118.180000', '105118.183000', '105118.186000', '105118.188000', '105118.191000', '105118.193000', '105118.196000', '105118.198000', '105118.201000', '105118.203000', '105118.206000', '105118.209000', '105118.211000', '105118.214000', '105118.217000', '105118.220000', '105118.223000', '105118.225000', '105118.228000', '105118.231000', '105118.233000', '105138.124000', '105138.127000', '105138.130000', '105138.132000', '105138.135000', '105138.138000', '105138.152000', '105138.154000', '105138.157000', '105138.160000', '105138.162000', '105138.165000', '105138.167000', '105138.170000', '105138.173000', '105138.175000', '105138.178000', '105138.180000', '105138.183000', '105138.185000', '105138.188000', '105138.191000', '105138.193000', '105138.196000', '105138.198000', '105138.201000', '105138.204000', '105138.206000', '105138.209000', '105138.212000', '105138.214000', '105138.217000', '105138.219000', '105138.222000', '105138.224000', '105138.227000', '105138.230000', '105138.232000', '105138.235000', '105138.237000', '105138.240000', '105138.243000', '105138.245000', '105138.248000', '105158.125000', '105158.127000', '105158.130000', '105158.133000', '105158.135000', '105158.138000', '105158.141000', '105158.143000', '105158.146000', '105158.148000', '105158.151000', '105158.154000', '105158.156000', '105158.159000', '105158.162000', '105158.164000', '105158.167000', '105158.169000', '105158.172000', '105158.175000', '105158.177000', '105158.180000', '105158.183000', '105158.185000', '105158.188000', '105158.191000', '105158.194000', '105158.196000', '105158.200000', '105158.203000', '105158.205000', '105158.208000', '105158.210000', '105158.213000', '105158.216000', '105158.218000', '105158.221000', '105158.224000', '105158.226000', '105158.229000', '105158.231000', '105158.234000', '105158.237000', '105218.124000', '105218.127000', '105218.130000', '105218.133000', '105218.136000', '105218.138000', '105218.141000', '105218.144000', '105218.146000', '105218.149000', '105218.151000', '105218.154000', '105218.157000', '105218.159000', '105218.162000', '105218.164000', '105218.167000', '105218.170000', '105218.172000', '105218.175000', '105218.178000', '105218.180000', '105218.183000', '105218.185000', '105218.188000', '105218.191000', '105218.193000', '105218.196000', '105218.198000', '105218.201000', '105218.204000', '105218.206000', '105218.209000', '105218.212000', '105218.214000', '105218.217000', '105218.219000', '105218.222000', '105218.224000', '105218.227000', '105218.230000', '105218.232000', '105218.235000', '105218.237000', '105238.124000', '105238.128000', '105238.130000', '105238.133000', '105238.135000', '105238.138000', '105238.141000', '105238.143000', '105238.146000', '105238.149000', '105238.151000', '105238.154000', '105238.156000', '105238.159000', '105238.162000', '105238.164000', '105238.167000', '105238.170000', '105238.172000', '105238.175000', '105238.178000', '105238.180000', '105238.183000', '105238.185000', '105238.188000', '105238.191000', '105238.193000', '105238.196000', '105238.198000', '105238.201000', '105238.204000', '105238.206000', '105238.209000', '105238.212000', '105238.214000', '105238.217000', '105238.219000', '105238.222000', '105238.225000', '105238.227000', '105238.230000', '105238.232000', '105238.235000', '105258.124000', '105258.127000', '105258.130000', '105258.133000', '105258.135000', '105258.138000', '105258.141000', '105258.143000', '105258.146000', '105258.148000', '105258.151000', '105258.154000', '105258.156000', '105258.159000', '105258.161000', '105258.164000', '105258.166000', '105258.178000', '105258.180000', '105258.183000', '105258.185000', '105258.188000', '105258.190000', '105258.193000', '105258.196000', '105258.198000', '105258.201000', '105258.203000', '105258.206000', '105258.208000', '105258.211000', '105258.214000', '105258.216000', '105258.219000', '105258.221000', '105258.224000', '105258.227000', '105258.229000', '105258.232000', '105258.234000', '105258.237000', '105258.239000', '105258.242000', '105258.245000', '105318.125000', '105318.127000', '105318.130000', '105318.133000', '105318.135000', '105318.138000', '105318.140000', '105318.143000', '105318.145000', '105318.148000', '105318.151000', '105318.153000', '105318.156000', '105318.158000', '105318.161000', '105318.163000', '105318.166000', '105318.169000', '105318.171000', '105318.175000', '105318.178000', '105318.180000', '105318.183000', '105318.185000', '105318.188000', '105318.191000', '105318.193000', '105318.196000', '105318.199000', '105318.201000', '105318.204000', '105318.206000', '105318.209000', '105318.212000', '105318.214000', '105318.217000', '105318.220000', '105318.222000', '105318.225000', '105318.227000', '105318.230000', '105318.233000', '105318.235000', '105338.123000', '105338.127000', '105338.129000', '105338.132000', '105338.134000', '105338.137000', '105338.140000', '105338.142000', '105338.145000', '105338.147000', '105338.150000', '105338.152000', '105338.155000', '105338.158000', '105338.160000', '105338.163000', '105338.165000', '105338.168000', '105338.171000', '105338.173000', '105338.176000', '105338.179000', '105338.181000', '105338.184000', '105338.186000', '105338.189000', '105338.192000', '105338.194000', '105338.197000', '105338.200000', '105338.202000', '105338.205000', '105338.207000', '105338.210000', '105338.213000', '105338.215000', '105338.218000', '105338.220000', '105338.223000', '105338.226000', '105338.228000', '105338.231000', '105338.233000', '105338.236000', '105347.677000', '105347.680000', '105347.683000', '105347.687000', '105347.689000', '105347.692000', '105347.695000', '105347.698000', '105347.700000', '105347.703000', '105347.706000', '105347.708000', '105347.711000', '105347.714000', '105347.717000', '105347.719000', '105347.722000', '105347.725000', '105347.727000', '105347.730000', '105347.733000'], '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': [12996, 7791, 6897, 11980, 9911, 7103, 5787, 9230, 7603, 5681, 5365, 8441, 10750, 10229, 7982, 6934, 13067, 11304, 10481, 7747, 8171, 11056, 9561, 7596, 5732, 5562, 5434, 5467, 6505, 8352, 8560, 6748, 5484, 6618, 6423, 7541, 7743, 7775, 8101, 10139, 11124, 11238, 11937, 10756, 8593, 7838, 8269, 8413, 7907, 7390, 7213, 7446, 7504, 8697, 8443, 7634, 7312, 7205, 7430, 8631, 8211, 7480, 7155, 7374, 6933, 8564, 9490, 9666, 7699, 6862, 7193, 7031, 8024, 9226, 7566, 7886, 6589, 6505, 8728, 8515, 7813, 7471, 6936, 10116, 8386, 7846, 7137, 6409, 8442, 10035, 8219, 8067, 7490, 6696, 7671, 10512, 8802, 8190, 7922, 6659, 7305, 11246, 8911, 7868, 7558, 6664, 5991, 6068, 7411, 10545, 8816, 7550, 6975, 6536, 6812, 6851, 6130, 5563, 5359, 7689, 9875, 7465, 6176, 10653, 7826, 7144, 7170, 7950, 6612, 10828, 8506, 7246, 6554, 8301, 6738, 9287, 8278, 7124, 5901, 8541, 6932, 6918, 8886, 7093, 6254, 8461, 7909, 7342, 13105, 8454, 6992, 9229, 7870, 9299, 10793, 7624, 6217, 10254, 8205, 8277, 10120, 7653, 5949, 10264, 8013, 6909, 6055, 7103, 8158, 7128, 6530, 5593, 5446, 6956, 8255, 8654, 6868, 6435, 5756, 9633, 9307, 6924, 7655, 8384, 6996, 8143, 7553, 5676, 9201, 5786, 5677, 6441, 10729, 11421, 6754, 11572, 9445, 8120, 6263, 9987, 9752, 7990, 5979, 10273, 7111, 6487, 11555, 7692, 6271, 9043, 6902, 6399, 9191, 7392, 5989, 5809, 9556, 7417, 6528, 11951, 7824, 7220, 8543, 7448, 11661, 8942, 6709, 10969, 7996, 6282, 13037, 9489, 6562, 7756, 7181, 5669, 11410, 8004, 6532, 9495, 6926, 6143, 8361, 7453, 7039, 8502, 6795, 5810, 8928, 7754, 8938, 7448, 6001, 9534, 7477, 6314, 8470, 6193, 9413, 7699, 6743, 9930, 7274, 5610, 9267, 7832, 6192, 8913, 6706, 6895, 8391, 7212, 8857, 7383, 6202, 7583, 8674, 7139, 7525, 8416, 6600, 6819, 9112, 7453, 13381, 8989, 7442, 12650, 7893, 6408, 6866, 8308, 6875, 7196, 8845, 6767, 11777, 8080, 6572, 11031, 7570, 6506, 6333, 9357, 7110, 6112, 5893, 10177, 7478, 6801, 5898, 5356, 6389, 9480, 6998, 5680, 12902, 9643, 7140, 8531, 6177, 9713, 7778, 6854, 8058, 6085, 9965, 7631, 6343, 8704, 6347, 10574, 7574, 10114, 8614, 6165, 9240, 6755, 10163, 7840, 6529, 9156, 7063, 9145, 7743, 7393, 9059, 6902, 8311, 7474, 6725, 10604, 7747, 6380, 8297, 6793, 12206, 8860, 6589, 8953, 7102, 6285, 10699, 8387, 6346, 9334, 7189, 12707, 9180, 7400, 9695, 7434, 6272, 8850, 7651, 7344, 8092, 6617, 6693, 8561, 7471, 8377, 8260, 6761, 5912, 9086, 7327, 6205, 10805, 7106, 6316, 8624, 7060, 11413, 7601, 5617, 8790, 7399, 8007, 8477, 6412, 6086, 7598, 7050, 10108, 8130, 6058, 9022, 7382, 7777, 7921, 6209, 9402, 6632, 5647, 7697, 10755, 7376, 9205, 7811, 6093, 9542, 7295, 6642, 13160, 10336, 7582, 10563, 7304, 11079, 8657, 6903, 7392, 7200, 5654, 8685, 6782, 10312, 7376, 6820, 7644, 6250, 9484, 7436, 8396, 7485, 6095, 9727, 7660, 6554, 9681, 7050, 5811, 7715, 7972, 6683, 5661, 10944, 7162, 8082, 8343, 7011, 9868, 7184, 6164, 8474, 7287, 10835, 7449, 5766, 8779, 6550, 11471, 8455, 6473, 8554, 6327, 9589, 7432, 9753, 7911, 5838, 8315, 6391, 10858, 8257, 6339, 7700, 5993, 9928, 7886, 6387, 8171, 6435, 9299, 7903, 6980, 8372, 6827, 7224, 7697, 7243, 10099, 7216, 5966, 8219, 6649, 12074, 9013, 7004, 10290, 7394, 8497, 8449, 6935, 10448, 7580, 6419, 8832, 7442, 11870, 7599, 7144, 7673, 6801, 10997, 7751, 6730, 7886, 6141, 10597, 8110, 6370, 8171, 6706, 6363, 8324, 7808, 7263, 9503, 7091, 5928, 8224, 7714, 7046, 8559, 7391, 6126, 12528, 7343, 9527, 8561, 6326, 9304, 7200, 6142, 9610, 7495, 6053, 8496, 6612, 6779, 9300, 7013, 7009, 7590, 6369, 9147, 7979, 8508, 7488, 6227, 9168, 7798, 7266, 10179, 7151, 6659, 8136, 7075, 9404, 8091, 11395, 7757, 7721, 7904, 7069, 9444, 7159, 10345, 7593, 10812, 7930, 12080, 8129, 6455, 8112, 6784, 9973, 7453, 6695, 8000, 6561, 9020, 7986, 6983, 6397, 9895, 7238, 6536, 12932, 9356, 6510, 10779, 7001, 6604, 10947, 7713, 6116, 8147, 6801, 9693, 8474, 5988, 8196, 6676, 5907, 10289, 7626, 5682, 9037, 6984, 10851, 8531, 6550, 8235, 6592, 6527, 7843, 7087, 9952, 7336, 6182, 8277, 6848, 11119, 8548, 8245, 7699, 6488, 9165, 7925, 7123, 7904, 6396, 10709, 8308, 10006, 8912, 6300, 9193, 7058, 10997, 8520, 6930, 7896, 5990, 9624, 7005, 10975, 8648, 6672, 8189, 6500, 7838, 7405, 7607, 8128, 6481, 8716, 6915, 9238, 7774, 6241, 8659, 7685, 7194, 12734, 8557, 6571, 8518, 7059, 12802, 8917, 6395, 8468, 6148, 9654, 8201, 6190, 8082, 6525, 5916, 7957, 6475, 7898, 7251, 5451, 8771, 6582, 9821, 7960, 9179, 7940, 5826, 9220, 7259, 9273, 8097, 5816, 7936, 6161, 9592, 7582, 9617, 7468, 9137, 7715, 11190, 9222, 6619, 8628, 6605, 10879, 8511, 7049, 8003, 5536, 9054, 7318, 8055, 7804, 6166, 9494, 7420, 11174, 8821, 6506, 8066, 6645, 9029, 8402, 7072, 11229, 7940, 6554, 8118, 6827, 11347, 8324, 6545, 6937, 7421, 6102, 10864, 8036, 10214, 8549, 6239, 7337, 6734, 5928, 9192, 8060, 6826, 9455, 6998, 8301, 8232, 6740, 5588, 7033, 7379, 6345, 6892, 11226, 8542, 6274, 9880, 7105, 9432, 8191, 6909, 9509, 7132, 6128, 8475, 7665, 7066, 7704, 6337, 6078, 8956, 7660, 5629, 8228, 6593, 6109, 10353, 8581, 5716, 9769, 6832, 6944, 9286, 6970, 5625, 9038, 6965, 6478, 8186, 7548, 9343, 7785, 6064, 10714, 7706, 11553, 9242, 6865, 9028, 6749, 9214, 7861, 6775, 9359, 6826, 5722, 8086, 6401, 8449, 7698, 6327, 5786, 8973, 7573, 6629, 9385, 8265, 6779, 6484, 9225, 7480, 6701, 8661, 6721, 9768, 9054, 7105, 6111, 8330, 6590, 8514, 7935, 6338, 5950, 7650, 6162, 7786, 8136, 6515, 5895], 'WindowCenter': [3647.0, 3600.0, 3588.0, 3618.0, 3606.0, 3573.0, 3550.0, 3593.0, 3584.0, 3552.0, 3553.0, 3595.0, 3619.0, 3619.0, 3585.0, 3572.0, 3616.0, 3604.0, 3604.0, 3571.0, 3582.0, 3603.0, 3593.0, 3572.0, 3538.0, 3526.0, 3525.0, 3513.0, 3535.0, 3556.0, 3565.0, 3543.0, 3513.0, 3545.0, 3535.0, 3570.0, 3571.0, 3571.0, 3582.0, 3602.0, 3602.0, 3590.0, 3589.0, 3577.0, 3554.0, 3542.0, 3551.0, 3540.0, 3539.0, 3528.0, 3538.0, 3540.0, 3540.0, 3552.0, 3553.0, 3554.0, 3554.0, 3555.0, 3554.0, 3566.0, 3566.0, 3558.0, 3558.0, 3570.0, 3558.0, 3581.0, 3592.0, 3603.0, 3582.0, 3572.0, 3573.0, 3573.0, 3596.0, 3606.0, 3584.0, 3594.0, 3573.0, 3573.0, 3595.0, 3594.0, 3584.0, 3584.0, 3573.0, 3605.0, 3593.0, 3584.0, 3585.0, 3575.0, 3594.0, 3604.0, 3594.0, 3584.0, 3583.0, 3572.0, 3583.0, 3604.0, 3593.0, 3582.0, 3582.0, 3559.0, 3570.0, 3591.0, 3580.0, 3568.0, 3568.0, 3557.0, 3547.0, 3548.0, 3569.0, 3601.0, 3592.0, 3583.0, 3573.0, 3574.0, 3575.0, 3575.0, 3564.0, 3553.0, 3554.0, 3598.0, 3619.0, 3586.0, 3564.0, 3618.0, 3597.0, 3587.0, 3586.0, 3595.0, 3574.0, 3618.0, 3595.0, 3586.0, 3562.0, 3594.0, 3574.0, 3604.0, 3594.0, 3573.0, 3551.0, 3593.0, 3573.0, 3585.0, 3606.0, 3585.0, 3575.0, 3596.0, 3596.0, 3584.0, 3627.0, 3595.0, 3573.0, 3593.0, 3582.0, 3592.0, 3602.0, 3570.0, 3548.0, 3591.0, 3579.0, 3568.0, 3588.0, 3567.0, 3535.0, 3588.0, 3567.0, 3557.0, 3547.0, 3570.0, 3580.0, 3570.0, 3560.0, 3537.0, 3538.0, 3570.0, 3581.0, 3593.0, 3572.0, 3562.0, 3564.0, 3605.0, 3594.0, 3573.0, 3582.0, 3582.0, 3571.0, 3581.0, 3583.0, 3551.0, 3592.0, 3549.0, 3550.0, 3561.0, 3615.0, 3616.0, 3573.0, 3615.0, 3604.0, 3583.0, 3561.0, 3592.0, 3593.0, 3582.0, 3549.0, 3591.0, 3559.0, 3548.0, 3602.0, 3570.0, 3548.0, 3579.0, 3559.0, 3560.0, 3592.0, 3572.0, 3562.0, 3552.0, 3606.0, 3585.0, 3574.0, 3616.0, 3584.0, 3572.0, 3583.0, 3572.0, 3603.0, 3581.0, 3560.0, 3590.0, 3568.0, 3547.0, 3600.0, 3590.0, 3558.0, 3569.0, 3558.0, 3537.0, 3600.0, 3570.0, 3548.0, 3590.0, 3559.0, 3547.0, 3580.0, 3570.0, 3559.0, 3580.0, 3559.0, 3537.0, 3580.0, 3571.0, 3592.0, 3570.0, 3548.0, 3591.0, 3571.0, 3561.0, 3581.0, 3550.0, 3591.0, 3571.0, 3560.0, 3592.0, 3571.0, 3550.0, 3592.0, 3582.0, 3550.0, 3593.0, 3572.0, 3571.0, 3582.0, 3584.0, 3593.0, 3572.0, 3562.0, 3583.0, 3594.0, 3585.0, 3596.0, 3594.0, 3573.0, 3572.0, 3593.0, 3570.0, 3601.0, 3579.0, 3570.0, 3601.0, 3569.0, 3548.0, 3559.0, 3568.0, 3557.0, 3556.0, 3566.0, 3544.0, 3586.0, 3555.0, 3545.0, 3588.0, 3556.0, 3548.0, 3547.0, 3578.0, 3557.0, 3535.0, 3535.0, 3589.0, 3557.0, 3547.0, 3538.0, 3540.0, 3561.0, 3604.0, 3572.0, 3550.0, 3612.0, 3593.0, 3559.0, 3579.0, 3547.0, 3578.0, 3567.0, 3557.0, 3568.0, 3547.0, 3588.0, 3568.0, 3547.0, 3580.0, 3560.0, 3601.0, 3572.0, 3591.0, 3581.0, 3551.0, 3592.0, 3561.0, 3591.0, 3582.0, 3561.0, 3593.0, 3573.0, 3593.0, 3584.0, 3571.0, 3594.0, 3573.0, 3582.0, 3571.0, 3560.0, 3603.0, 3583.0, 3561.0, 3582.0, 3560.0, 3603.0, 3593.0, 3561.0, 3593.0, 3571.0, 3561.0, 3605.0, 3583.0, 3562.0, 3593.0, 3573.0, 3613.0, 3593.0, 3560.0, 3581.0, 3559.0, 3548.0, 3580.0, 3569.0, 3559.0, 3569.0, 3559.0, 3558.0, 3580.0, 3570.0, 3569.0, 3569.0, 3548.0, 3536.0, 3579.0, 3569.0, 3548.0, 3601.0, 3559.0, 3547.0, 3568.0, 3558.0, 3590.0, 3569.0, 3539.0, 3579.0, 3569.0, 3569.0, 3580.0, 3560.0, 3549.0, 3570.0, 3571.0, 3602.0, 3582.0, 3550.0, 3592.0, 3572.0, 3571.0, 3582.0, 3551.0, 3592.0, 3561.0, 3552.0, 3582.0, 3604.0, 3572.0, 3593.0, 3582.0, 3551.0, 3593.0, 3573.0, 3562.0, 3614.0, 3593.0, 3570.0, 3590.0, 3558.0, 3588.0, 3567.0, 3546.0, 3556.0, 3556.0, 3523.0, 3566.0, 3546.0, 3589.0, 3558.0, 3557.0, 3569.0, 3548.0, 3591.0, 3571.0, 3581.0, 3570.0, 3549.0, 3591.0, 3570.0, 3562.0, 3594.0, 3561.0, 3550.0, 3573.0, 3582.0, 3561.0, 3551.0, 3604.0, 3573.0, 3581.0, 3582.0, 3561.0, 3592.0, 3560.0, 3547.0, 3569.0, 3558.0, 3589.0, 3558.0, 3538.0, 3580.0, 3548.0, 3601.0, 3582.0, 3549.0, 3581.0, 3560.0, 3591.0, 3571.0, 3592.0, 3582.0, 3550.0, 3581.0, 3550.0, 3604.0, 3584.0, 3561.0, 3572.0, 3551.0, 3593.0, 3584.0, 3562.0, 3584.0, 3563.0, 3594.0, 3585.0, 3574.0, 3584.0, 3575.0, 3573.0, 3585.0, 3574.0, 3605.0, 3573.0, 3552.0, 3583.0, 3563.0, 3614.0, 3594.0, 3572.0, 3593.0, 3572.0, 3581.0, 3582.0, 3560.0, 3591.0, 3571.0, 3548.0, 3579.0, 3558.0, 3589.0, 3558.0, 3546.0, 3557.0, 3547.0, 3589.0, 3557.0, 3546.0, 3567.0, 3535.0, 3578.0, 3568.0, 3547.0, 3568.0, 3558.0, 3548.0, 3581.0, 3571.0, 3570.0, 3591.0, 3559.0, 3549.0, 3570.0, 3570.0, 3561.0, 3580.0, 3559.0, 3549.0, 3601.0, 3558.0, 3578.0, 3581.0, 3546.0, 3578.0, 3556.0, 3547.0, 3592.0, 3571.0, 3549.0, 3580.0, 3559.0, 3560.0, 3592.0, 3572.0, 3572.0, 3583.0, 3560.0, 3592.0, 3583.0, 3583.0, 3572.0, 3562.0, 3593.0, 3583.0, 3572.0, 3605.0, 3574.0, 3572.0, 3583.0, 3560.0, 3582.0, 3570.0, 3591.0, 3570.0, 3569.0, 3570.0, 3558.0, 3580.0, 3558.0, 3578.0, 3558.0, 3588.0, 3568.0, 3588.0, 3556.0, 3546.0, 3567.0, 3545.0, 3589.0, 3558.0, 3558.0, 3570.0, 3560.0, 3580.0, 3582.0, 3573.0, 3561.0, 3592.0, 3571.0, 3550.0, 3614.0, 3592.0, 3561.0, 3602.0, 3559.0, 3559.0, 3603.0, 3571.0, 3548.0, 3568.0, 3558.0, 3590.0, 3569.0, 3548.0, 3579.0, 3558.0, 3549.0, 3604.0, 3582.0, 3551.0, 3594.0, 3572.0, 3603.0, 3582.0, 3561.0, 3582.0, 3562.0, 3560.0, 3582.0, 3572.0, 3593.0, 3573.0, 3562.0, 3582.0, 3561.0, 3606.0, 3594.0, 3581.0, 3571.0, 3548.0, 3591.0, 3570.0, 3559.0, 3581.0, 3561.0, 3602.0, 3582.0, 3592.0, 3580.0, 3549.0, 3579.0, 3558.0, 3589.0, 3579.0, 3558.0, 3569.0, 3548.0, 3590.0, 3560.0, 3601.0, 3581.0, 3561.0, 3580.0, 3560.0, 3570.0, 3571.0, 3570.0, 3568.0, 3546.0, 3569.0, 3559.0, 3580.0, 3569.0, 3549.0, 3579.0, 3568.0, 3558.0, 3600.0, 3569.0, 3546.0, 3566.0, 3546.0, 3599.0, 3577.0, 3546.0, 3567.0, 3534.0, 3576.0, 3567.0, 3535.0, 3567.0, 3547.0, 3537.0, 3569.0, 3560.0, 3581.0, 3573.0, 3552.0, 3593.0, 3561.0, 3593.0, 3582.0, 3592.0, 3581.0, 3550.0, 3592.0, 3572.0, 3593.0, 3583.0, 3551.0, 3583.0, 3551.0, 3594.0, 3583.0, 3593.0, 3573.0, 3592.0, 3572.0, 3602.0, 3592.0, 3560.0, 3581.0, 3561.0, 3602.0, 3581.0, 3559.0, 3570.0, 3538.0, 3581.0, 3571.0, 3582.0, 3583.0, 3563.0, 3604.0, 3573.0, 3603.0, 3593.0, 3561.0, 3582.0, 3572.0, 3592.0, 3582.0, 3571.0, 3603.0, 3582.0, 3550.0, 3570.0, 3559.0, 3602.0, 3581.0, 3550.0, 3560.0, 3570.0, 3549.0, 3590.0, 3570.0, 3591.0, 3580.0, 3549.0, 3570.0, 3559.0, 3549.0, 3580.0, 3570.0, 3546.0, 3577.0, 3546.0, 3566.0, 3568.0, 3547.0, 3525.0, 3558.0, 3568.0, 3548.0, 3557.0, 3589.0, 3568.0, 3547.0, 3590.0, 3558.0, 3577.0, 3568.0, 3556.0, 3577.0, 3558.0, 3534.0, 3566.0, 3556.0, 3557.0, 3567.0, 3547.0, 3548.0, 3582.0, 3570.0, 3550.0, 3583.0, 3560.0, 3551.0, 3604.0, 3594.0, 3552.0, 3593.0, 3572.0, 3571.0, 3593.0, 3572.0, 3552.0, 3594.0, 3572.0, 3562.0, 3582.0, 3583.0, 3593.0, 3582.0, 3551.0, 3602.0, 3571.0, 3601.0, 3580.0, 3548.0, 3579.0, 3559.0, 3578.0, 3569.0, 3547.0, 3579.0, 3559.0, 3538.0, 3570.0, 3560.0, 3582.0, 3571.0, 3560.0, 3539.0, 3592.0, 3584.0, 3561.0, 3594.0, 3583.0, 3562.0, 3561.0, 3592.0, 3572.0, 3561.0, 3580.0, 3559.0, 3591.0, 3580.0, 3559.0, 3548.0, 3579.0, 3559.0, 3578.0, 3569.0, 3547.0, 3548.0, 3569.0, 3549.0, 3581.0, 3583.0, 3562.0, 3551.0], 'WindowWidth': [8226.0, 8149.0, 8128.0, 8169.0, 8147.0, 8100.0, 8068.0, 8127.0, 8116.0, 8073.0, 8074.0, 8132.0, 8171.0, 8172.0, 8120.0, 8097.0, 8160.0, 8142.0, 8141.0, 8095.0, 8110.0, 8139.0, 8123.0, 8097.0, 8046.0, 8025.0, 8019.0, 8001.0, 8034.0, 8060.0, 8072.0, 8041.0, 7999.0, 8046.0, 8034.0, 8089.0, 8092.0, 8093.0, 8109.0, 8138.0, 8136.0, 8115.0, 8112.0, 8091.0, 8056.0, 8037.0, 8048.0, 8032.0, 8029.0, 8015.0, 8028.0, 8032.0, 8035.0, 8053.0, 8055.0, 8058.0, 8060.0, 8060.0, 8060.0, 8078.0, 8079.0, 8070.0, 8071.0, 8091.0, 8074.0, 8108.0, 8125.0, 8142.0, 8112.0, 8098.0, 8104.0, 8100.0, 8135.0, 8149.0, 8117.0, 8132.0, 8102.0, 8103.0, 8133.0, 8130.0, 8119.0, 8117.0, 8102.0, 8148.0, 8130.0, 8118.0, 8122.0, 8106.0, 8131.0, 8143.0, 8130.0, 8116.0, 8114.0, 8098.0, 8114.0, 8144.0, 8126.0, 8109.0, 8110.0, 8076.0, 8090.0, 8119.0, 8104.0, 8086.0, 8085.0, 8070.0, 8057.0, 8061.0, 8089.0, 8136.0, 8126.0, 8114.0, 8104.0, 8107.0, 8110.0, 8111.0, 8092.0, 8078.0, 8083.0, 8144.0, 8172.0, 8126.0, 8095.0, 8170.0, 8142.0, 8130.0, 8124.0, 8136.0, 8107.0, 8169.0, 8135.0, 8125.0, 8088.0, 8129.0, 8104.0, 8145.0, 8129.0, 8101.0, 8072.0, 8128.0, 8103.0, 8123.0, 8151.0, 8122.0, 8109.0, 8138.0, 8138.0, 8120.0, 8180.0, 8134.0, 8100.0, 8128.0, 8110.0, 8122.0, 8134.0, 8092.0, 8060.0, 8119.0, 8101.0, 8084.0, 8111.0, 8082.0, 8039.0, 8110.0, 8084.0, 8070.0, 8058.0, 8094.0, 8104.0, 8091.0, 8078.0, 8045.0, 8050.0, 8092.0, 8108.0, 8127.0, 8100.0, 8087.0, 8093.0, 8147.0, 8131.0, 8102.0, 8111.0, 8111.0, 8095.0, 8108.0, 8115.0, 8070.0, 8124.0, 8064.0, 8066.0, 8083.0, 8160.0, 8162.0, 8099.0, 8158.0, 8144.0, 8115.0, 8083.0, 8125.0, 8126.0, 8109.0, 8063.0, 8119.0, 8074.0, 8060.0, 8134.0, 8091.0, 8061.0, 8102.0, 8077.0, 8080.0, 8126.0, 8098.0, 8088.0, 8074.0, 8149.0, 8123.0, 8106.0, 8163.0, 8117.0, 8098.0, 8114.0, 8096.0, 8139.0, 8107.0, 8077.0, 8116.0, 8084.0, 8054.0, 8130.0, 8115.0, 8072.0, 8088.0, 8074.0, 8045.0, 8131.0, 8091.0, 8060.0, 8117.0, 8075.0, 8057.0, 8103.0, 8091.0, 8075.0, 8104.0, 8077.0, 8045.0, 8106.0, 8095.0, 8122.0, 8090.0, 8059.0, 8119.0, 8097.0, 8082.0, 8107.0, 8065.0, 8119.0, 8094.0, 8078.0, 8122.0, 8094.0, 8068.0, 8123.0, 8112.0, 8068.0, 8126.0, 8099.0, 8095.0, 8112.0, 8117.0, 8127.0, 8097.0, 8086.0, 8114.0, 8131.0, 8122.0, 8136.0, 8132.0, 8103.0, 8099.0, 8126.0, 8090.0, 8133.0, 8100.0, 8089.0, 8134.0, 8087.0, 8061.0, 8073.0, 8084.0, 8070.0, 8066.0, 8079.0, 8046.0, 8102.0, 8061.0, 8047.0, 8109.0, 8066.0, 8058.0, 8055.0, 8098.0, 8068.0, 8037.0, 8036.0, 8113.0, 8069.0, 8057.0, 8047.0, 8053.0, 8084.0, 8145.0, 8100.0, 8066.0, 8150.0, 8126.0, 8074.0, 8100.0, 8055.0, 8097.0, 8083.0, 8069.0, 8083.0, 8054.0, 8110.0, 8085.0, 8056.0, 8103.0, 8079.0, 8132.0, 8096.0, 8120.0, 8107.0, 8067.0, 8123.0, 8081.0, 8121.0, 8109.0, 8082.0, 8126.0, 8101.0, 8126.0, 8116.0, 8095.0, 8128.0, 8099.0, 8110.0, 8095.0, 8079.0, 8140.0, 8113.0, 8083.0, 8110.0, 8078.0, 8137.0, 8124.0, 8081.0, 8126.0, 8095.0, 8083.0, 8145.0, 8115.0, 8084.0, 8126.0, 8098.0, 8152.0, 8124.0, 8076.0, 8105.0, 8075.0, 8057.0, 8101.0, 8088.0, 8073.0, 8087.0, 8075.0, 8073.0, 8103.0, 8090.0, 8087.0, 8088.0, 8058.0, 8039.0, 8100.0, 8089.0, 8058.0, 8134.0, 8076.0, 8055.0, 8084.0, 8070.0, 8115.0, 8087.0, 8049.0, 8101.0, 8086.0, 8087.0, 8103.0, 8077.0, 8061.0, 8091.0, 8095.0, 8136.0, 8109.0, 8066.0, 8123.0, 8096.0, 8094.0, 8111.0, 8070.0, 8122.0, 8080.0, 8073.0, 8110.0, 8143.0, 8095.0, 8124.0, 8110.0, 8068.0, 8125.0, 8098.0, 8083.0, 8156.0, 8123.0, 8089.0, 8116.0, 8069.0, 8109.0, 8080.0, 8051.0, 8064.0, 8066.0, 8018.0, 8078.0, 8053.0, 8111.0, 8071.0, 8070.0, 8089.0, 8059.0, 8119.0, 8093.0, 8105.0, 8092.0, 8062.0, 8119.0, 8092.0, 8084.0, 8130.0, 8079.0, 8065.0, 8099.0, 8110.0, 8081.0, 8070.0, 8142.0, 8099.0, 8107.0, 8108.0, 8080.0, 8122.0, 8078.0, 8056.0, 8087.0, 8070.0, 8113.0, 8071.0, 8045.0, 8102.0, 8060.0, 8130.0, 8107.0, 8061.0, 8105.0, 8079.0, 8119.0, 8094.0, 8121.0, 8108.0, 8065.0, 8107.0, 8065.0, 8140.0, 8117.0, 8082.0, 8097.0, 8068.0, 8126.0, 8115.0, 8084.0, 8115.0, 8088.0, 8128.0, 8118.0, 8102.0, 8117.0, 8105.0, 8101.0, 8120.0, 8102.0, 8145.0, 8101.0, 8070.0, 8112.0, 8087.0, 8156.0, 8128.0, 8097.0, 8125.0, 8096.0, 8106.0, 8108.0, 8078.0, 8119.0, 8092.0, 8059.0, 8100.0, 8069.0, 8113.0, 8070.0, 8051.0, 8067.0, 8054.0, 8112.0, 8069.0, 8052.0, 8080.0, 8037.0, 8095.0, 8084.0, 8053.0, 8084.0, 8072.0, 8060.0, 8108.0, 8093.0, 8091.0, 8118.0, 8074.0, 8061.0, 8090.0, 8091.0, 8081.0, 8104.0, 8075.0, 8063.0, 8132.0, 8070.0, 8098.0, 8106.0, 8053.0, 8095.0, 8065.0, 8057.0, 8123.0, 8092.0, 8063.0, 8103.0, 8074.0, 8077.0, 8123.0, 8098.0, 8097.0, 8113.0, 8079.0, 8123.0, 8111.0, 8111.0, 8095.0, 8085.0, 8125.0, 8112.0, 8098.0, 8144.0, 8102.0, 8098.0, 8112.0, 8076.0, 8109.0, 8088.0, 8117.0, 8088.0, 8087.0, 8088.0, 8071.0, 8101.0, 8070.0, 8096.0, 8071.0, 8107.0, 8083.0, 8108.0, 8064.0, 8050.0, 8079.0, 8050.0, 8112.0, 8071.0, 8071.0, 8089.0, 8078.0, 8105.0, 8109.0, 8100.0, 8082.0, 8124.0, 8095.0, 8063.0, 8154.0, 8122.0, 8082.0, 8135.0, 8074.0, 8076.0, 8137.0, 8094.0, 8060.0, 8085.0, 8073.0, 8118.0, 8086.0, 8057.0, 8101.0, 8073.0, 8063.0, 8140.0, 8111.0, 8071.0, 8130.0, 8099.0, 8138.0, 8112.0, 8080.0, 8110.0, 8082.0, 8078.0, 8109.0, 8096.0, 8127.0, 8100.0, 8084.0, 8111.0, 8082.0, 8148.0, 8129.0, 8108.0, 8093.0, 8059.0, 8119.0, 8091.0, 8076.0, 8105.0, 8079.0, 8134.0, 8110.0, 8120.0, 8103.0, 8060.0, 8100.0, 8072.0, 8113.0, 8101.0, 8070.0, 8088.0, 8060.0, 8117.0, 8078.0, 8133.0, 8106.0, 8079.0, 8105.0, 8079.0, 8091.0, 8094.0, 8088.0, 8085.0, 8052.0, 8086.0, 8074.0, 8104.0, 8086.0, 8063.0, 8102.0, 8086.0, 8070.0, 8129.0, 8086.0, 8051.0, 8079.0, 8051.0, 8125.0, 8095.0, 8053.0, 8081.0, 8033.0, 8091.0, 8079.0, 8035.0, 8081.0, 8058.0, 8043.0, 8089.0, 8077.0, 8108.0, 8099.0, 8073.0, 8127.0, 8082.0, 8125.0, 8110.0, 8124.0, 8108.0, 8066.0, 8123.0, 8097.0, 8127.0, 8114.0, 8070.0, 8112.0, 8069.0, 8129.0, 8114.0, 8127.0, 8100.0, 8123.0, 8096.0, 8137.0, 8123.0, 8077.0, 8107.0, 8081.0, 8134.0, 8107.0, 8074.0, 8090.0, 8048.0, 8106.0, 8096.0, 8111.0, 8113.0, 8087.0, 8144.0, 8100.0, 8139.0, 8127.0, 8081.0, 8110.0, 8097.0, 8124.0, 8112.0, 8095.0, 8140.0, 8109.0, 8063.0, 8090.0, 8075.0, 8134.0, 8105.0, 8065.0, 8078.0, 8092.0, 8064.0, 8118.0, 8089.0, 8119.0, 8102.0, 8060.0, 8090.0, 8075.0, 8064.0, 8104.0, 8090.0, 8052.0, 8094.0, 8052.0, 8077.0, 8081.0, 8056.0, 8025.0, 8072.0, 8085.0, 8060.0, 8070.0, 8114.0, 8084.0, 8056.0, 8116.0, 8071.0, 8095.0, 8084.0, 8065.0, 8095.0, 8070.0, 8033.0, 8080.0, 8066.0, 8068.0, 8083.0, 8057.0, 8059.0, 8108.0, 8092.0, 8067.0, 8111.0, 8079.0, 8069.0, 8143.0, 8129.0, 8070.0, 8126.0, 8098.0, 8096.0, 8127.0, 8100.0, 8073.0, 8130.0, 8099.0, 8083.0, 8111.0, 8114.0, 8126.0, 8110.0, 8069.0, 8137.0, 8095.0, 8134.0, 8103.0, 8057.0, 8100.0, 8075.0, 8098.0, 8086.0, 8056.0, 8101.0, 8074.0, 8047.0, 8090.0, 8078.0, 8109.0, 8093.0, 8078.0, 8050.0, 8122.0, 8115.0, 8083.0, 8130.0, 8113.0, 8085.0, 8082.0, 8123.0, 8097.0, 8081.0, 8104.0, 8075.0, 8119.0, 8104.0, 8076.0, 8060.0, 8100.0, 8074.0, 8098.0, 8087.0, 8057.0, 8060.0, 8090.0, 8064.0, 8108.0, 8113.0, 8087.0, 8072.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.0021434747706422018</td></tr>
<tr><td colspan=3>aqi</td><td>0.03262598990825689</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.91130860171062</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.132355410597015</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0061582578300805</td></tr>
<tr><td colspan=3>efc</td><td>0.4594</td></tr>
<tr><td colspan=3>fber</td><td>6256.5312</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13140290809407146</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.022935779816514</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.591968452616134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5989116653098447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.811619660238491</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.365374032300066</td></tr>
<tr><td colspan=3>gcor</td><td>0.00829255</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00819170568138361</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019710790365934372</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.868751608550747</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>35.1331</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0615</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.5418</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303284.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>554.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.4306</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2852</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.4497</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2794.3283</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>769.7521</td></tr>
<tr><td colspan=3>tsnr</td><td>34.20611933199689</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>