ds005256-mriqc/sub-0107_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 4e7dd6cdf9 [DATALAD RUNCMD] Compute MRIQC for sub-0107
=== 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-0107 --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-0107",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:41:58 +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-0107_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0107_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-03/func/sub-0107_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>45e3a4b077851235db11cf93d7b8a67a</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>20:43:42.760000</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.990047, 0.0880212, 0.109817, -0.0874885, 0.996119, -0.00966923]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0793046</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -114, -169, 61, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4279424a-c3c1-41a8-a811-8a7e181a747c||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.6562230587005615, -0.23472528159618378, 0.29765287041664124, 115.26358032226562], [-0.2361544519662857, 2.672513484954834, 9.378582035424188e-05, -92.82630157470703], [0.29463082551956177, 0.02594182640314102, 2.6835429668426514, -102.44097900390625], [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': ['204342.760000', '204343.220000', '204343.680000', '204344.140000', '204344.600000', '204345.060000', '204345.520000', '204345.980000', '204346.440000', '204346.900000', '204347.360000', '204347.820000', '204348.280000', '204348.740000', '204349.200000', '204349.660000', '204350.120000', '204350.580000', '204351.040000', '204351.500000', '204351.960000', '204352.420000', '204352.880000', '204353.340000', '204353.800000', '204354.260000', '204354.720000', '204355.180000', '204355.640000', '204356.100000', '204356.560000', '204357.020000', '204357.480000', '204357.940000', '204358.400000', '204358.860000', '204359.320000', '204359.780000', '204400.240000', '204400.700000', '204401.160000', '204401.620000', '204402.080000', '204402.540000', '204403.000000', '204403.460000', '204403.920000', '204404.380000', '204404.840000', '204405.300000', '204405.760000', '204406.220000', '204406.680000', '204407.140000', '204407.600000', '204408.060000', '204408.520000', '204408.980000', '204409.440000', '204409.900000', '204410.360000', '204410.820000', '204411.280000', '204411.740000', '204412.200000', '204412.660000', '204413.120000', '204413.580000', '204414.040000', '204414.500000', '204414.960000', '204415.420000', '204415.880000', '204416.340000', '204416.800000', '204417.260000', '204417.720000', '204418.180000', '204418.640000', '204419.100000', '204419.560000', '204420.020000', '204420.480000', '204420.940000', '204421.400000', '204421.860000', '204422.320000', '204422.780000', '204423.240000', '204423.700000', '204424.160000', '204424.620000', '204425.080000', '204425.540000', '204426.000000', '204426.460000', '204426.920000', '204427.380000', '204427.840000', '204428.300000', '204428.760000', '204429.220000', '204429.680000', '204430.140000', '204430.600000', '204431.060000', '204431.520000', '204431.980000', '204432.440000', '204432.900000', '204433.360000', '204433.820000', '204434.280000', '204434.740000', '204435.200000', '204435.660000', '204436.120000', '204436.580000', '204437.040000', '204437.500000', '204437.960000', '204438.420000', '204438.880000', '204439.340000', '204439.800000', '204440.260000', '204440.720000', '204441.180000', '204441.640000', '204442.100000', '204442.560000', '204443.020000', '204443.480000', '204443.940000', '204444.400000', '204444.860000', '204445.320000', '204445.780000', '204446.240000', '204446.700000', '204447.160000', '204447.620000', '204448.080000', '204448.540000', '204449.000000', '204449.460000', '204449.920000', '204450.380000', '204450.840000', '204451.300000', '204451.760000', '204452.220000', '204452.680000', '204453.140000', '204453.600000', '204454.060000', '204454.520000', '204454.980000', '204455.440000', '204455.900000', '204456.360000', '204456.820000', '204457.280000', '204457.740000', '204458.200000', '204458.660000', '204459.120000', '204459.580000', '204500.040000', '204500.500000', '204500.960000', '204501.420000', '204501.880000', '204502.340000', '204502.800000', '204503.260000', '204503.720000', '204504.180000', '204504.640000', '204505.100000', '204505.560000', '204506.020000', '204506.480000', '204506.940000', '204507.400000', '204507.860000', '204508.320000', '204508.780000', '204509.240000', '204509.700000', '204510.160000', '204510.620000', '204511.080000', '204511.540000', '204512.000000', '204512.460000', '204512.920000', '204513.380000', '204513.840000', '204514.300000', '204514.760000', '204515.220000', '204515.680000', '204516.140000', '204516.600000', '204517.060000', '204517.520000', '204517.980000', '204518.440000', '204518.900000', '204519.360000', '204519.820000', '204520.280000', '204520.740000', '204521.200000', '204521.660000', '204522.120000', '204522.580000', '204523.040000', '204523.500000', '204523.960000', '204524.420000', '204524.880000', '204525.340000', '204525.800000', '204526.260000', '204526.720000', '204527.180000', '204527.640000', '204528.100000', '204528.560000', '204529.020000', '204529.480000', '204529.940000', '204530.400000', '204530.860000', '204531.320000', '204531.780000', '204532.240000', '204532.700000', '204533.160000', '204533.620000', '204534.080000', '204534.540000', '204535.000000', '204535.460000', '204535.920000', '204536.380000', '204536.840000', '204537.300000', '204537.760000', '204538.220000', '204538.680000', '204539.140000', '204539.600000', '204540.060000', '204540.520000', '204540.980000', '204541.440000', '204541.900000', '204542.360000', '204542.820000', '204543.280000', '204543.740000', '204544.200000', '204544.660000', '204545.120000', '204545.580000', '204546.040000', '204546.500000', '204546.960000', '204547.420000', '204547.880000', '204548.340000', '204548.800000', '204549.260000', '204549.720000', '204550.180000', '204550.640000', '204551.100000', '204551.560000', '204552.020000', '204552.480000', '204552.940000', '204553.400000', '204553.860000', '204554.320000', '204554.780000', '204555.240000', '204555.700000', '204556.160000', '204556.620000', '204557.080000', '204557.540000', '204558.000000', '204558.460000', '204558.920000', '204559.380000', '204559.840000', '204600.300000', '204600.760000', '204601.220000', '204601.680000', '204602.140000', '204602.600000', '204603.060000', '204603.520000', '204603.980000', '204604.440000', '204604.900000', '204605.360000', '204605.820000', '204606.280000', '204606.740000', '204607.200000', '204607.660000', '204608.120000', '204608.580000', '204609.040000', '204609.500000', '204609.960000', '204610.420000', '204610.880000', '204611.340000', '204611.800000', '204612.260000', '204612.720000', '204613.180000', '204613.640000', '204614.100000', '204614.560000', '204615.020000', '204615.480000', '204615.940000', '204616.400000', '204616.860000', '204617.320000', '204617.780000', '204618.240000', '204618.700000', '204619.160000', '204619.620000', '204620.080000', '204620.540000', '204621.000000', '204621.460000', '204621.920000', '204622.380000', '204622.840000', '204623.300000', '204623.760000', '204624.220000', '204624.680000', '204625.140000', '204625.600000', '204626.060000', '204626.520000', '204626.980000', '204627.440000', '204627.900000', '204628.360000', '204628.820000', '204629.280000', '204629.740000', '204630.200000', '204630.660000', '204631.120000', '204631.580000', '204632.040000', '204632.500000', '204632.960000', '204633.420000', '204633.880000', '204634.340000', '204634.800000', '204635.260000', '204635.720000', '204636.180000', '204636.640000', '204637.100000', '204637.560000', '204638.020000', '204638.480000', '204638.940000', '204639.400000', '204639.860000', '204640.320000', '204640.780000', '204641.240000', '204641.700000', '204642.160000', '204642.620000', '204643.080000', '204643.540000', '204644.000000', '204644.460000', '204644.920000', '204645.380000', '204645.840000', '204646.300000', '204646.760000', '204647.220000', '204647.680000', '204648.140000', '204648.600000', '204649.060000', '204649.520000', '204649.980000', '204650.440000', '204650.900000', '204651.360000', '204651.820000', '204652.280000', '204652.740000', '204653.200000', '204653.660000', '204654.120000', '204654.580000', '204655.040000', '204655.500000', '204655.960000', '204656.420000', '204656.880000', '204657.340000', '204657.800000', '204658.260000', '204658.720000', '204659.180000', '204659.640000', '204700.100000', '204700.560000', '204701.020000', '204701.480000', '204701.940000', '204702.400000', '204702.860000', '204703.320000', '204703.780000', '204704.240000', '204704.700000', '204705.160000', '204705.620000', '204706.080000', '204706.540000', '204707.000000', '204707.460000', '204707.920000', '204708.380000', '204708.840000', '204709.300000', '204709.760000', '204710.220000', '204710.680000', '204711.140000', '204711.600000', '204712.060000', '204712.520000', '204712.980000', '204713.440000', '204713.900000', '204714.360000', '204714.820000', '204715.280000', '204715.740000', '204716.200000', '204716.660000', '204717.120000', '204717.580000', '204718.040000', '204718.500000', '204718.960000', '204719.420000', '204719.880000', '204720.340000', '204720.800000', '204721.260000', '204721.720000', '204722.180000', '204722.640000', '204723.100000', '204723.560000', '204724.020000', '204724.480000', '204724.940000', '204725.400000', '204725.860000', '204726.320000', '204726.780000', '204727.240000', '204727.700000', '204728.160000', '204728.620000', '204729.080000', '204729.540000', '204730.000000', '204730.460000', '204730.920000', '204731.380000', '204731.840000', '204732.300000', '204732.760000', '204733.220000', '204733.680000', '204734.140000', '204734.600000', '204735.060000', '204735.520000', '204735.980000', '204736.440000', '204736.900000', '204737.360000', '204737.820000', '204738.280000', '204738.740000', '204739.200000', '204739.660000', '204740.120000', '204740.580000', '204741.040000', '204741.500000', '204741.960000', '204742.420000', '204742.880000', '204743.340000', '204743.800000', '204744.260000', '204744.720000', '204745.180000', '204745.640000', '204746.100000', '204746.560000', '204747.020000', '204747.480000', '204747.940000', '204748.400000', '204748.860000', '204749.320000', '204749.780000', '204750.240000', '204750.700000', '204751.160000', '204751.620000', '204752.080000', '204752.540000', '204753.000000', '204753.460000', '204753.920000', '204754.380000', '204754.840000', '204755.300000', '204755.760000', '204756.220000', '204756.680000', '204757.140000', '204757.600000', '204758.060000', '204758.520000', '204758.980000', '204759.440000', '204759.900000', '204800.360000', '204800.820000', '204801.280000', '204801.740000', '204802.200000', '204802.660000', '204803.120000', '204803.580000', '204804.040000', '204804.500000', '204804.960000', '204805.420000', '204805.880000', '204806.340000', '204806.800000', '204807.260000', '204807.720000', '204808.180000', '204808.640000', '204809.100000', '204809.560000', '204810.020000', '204810.480000', '204810.940000', '204811.400000', '204811.860000', '204812.320000', '204812.780000', '204813.240000', '204813.700000', '204814.160000', '204814.620000', '204815.080000', '204815.540000', '204816.000000', '204816.460000', '204816.920000', '204817.380000', '204817.840000', '204818.300000', '204818.760000', '204819.220000', '204819.680000', '204820.140000', '204820.600000', '204821.060000', '204821.520000', '204821.980000', '204822.440000', '204822.900000', '204823.360000', '204823.820000', '204824.280000', '204824.740000', '204825.200000', '204825.660000', '204826.120000', '204826.580000', '204827.040000', '204827.500000', '204827.960000', '204828.420000', '204828.880000', '204829.340000', '204829.800000', '204830.260000', '204830.720000', '204831.180000', '204831.640000', '204832.100000', '204832.560000', '204833.020000', '204833.480000', '204833.940000', '204834.400000', '204834.860000', '204835.320000', '204835.780000', '204836.240000', '204836.700000', '204837.160000', '204837.620000', '204838.080000', '204838.540000', '204839.000000', '204839.460000', '204839.920000', '204840.380000', '204840.840000', '204841.300000', '204841.760000', '204842.220000', '204842.680000', '204843.140000', '204843.600000', '204844.060000', '204844.520000', '204844.980000', '204845.440000', '204845.900000', '204846.360000', '204846.820000', '204847.280000', '204847.740000', '204848.200000', '204848.660000', '204849.120000', '204849.580000', '204850.040000', '204850.500000', '204850.960000', '204851.420000', '204851.880000', '204852.340000', '204852.800000', '204853.260000', '204853.720000', '204854.180000', '204854.640000', '204855.100000', '204855.560000', '204856.020000', '204856.480000', '204856.940000', '204857.400000', '204857.860000', '204858.320000', '204858.780000', '204859.240000', '204859.700000', '204900.160000', '204900.620000', '204901.080000', '204901.540000', '204902.000000', '204902.460000', '204902.920000', '204903.380000', '204903.840000', '204904.300000', '204904.760000', '204905.220000', '204905.680000', '204906.140000', '204906.600000', '204907.060000', '204907.520000', '204907.980000', '204908.440000', '204908.900000', '204909.360000', '204909.820000', '204910.280000', '204910.740000', '204911.200000', '204911.660000', '204912.120000', '204912.580000', '204913.040000', '204913.500000', '204913.960000', '204914.420000', '204914.880000', '204915.340000', '204915.800000', '204916.260000', '204916.720000', '204917.180000', '204917.640000', '204918.100000', '204918.560000', '204919.020000', '204919.480000', '204919.940000', '204920.400000', '204920.860000', '204921.320000', '204921.780000', '204922.240000', '204922.700000', '204923.160000', '204923.620000', '204924.080000', '204924.540000', '204925.000000', '204925.460000', '204925.920000', '204926.380000', '204926.840000', '204927.300000', '204927.760000', '204928.220000', '204928.680000', '204929.140000', '204929.600000', '204930.060000', '204930.520000', '204930.980000', '204931.440000', '204931.900000', '204932.360000', '204932.820000', '204933.280000', '204933.740000', '204934.200000', '204934.660000', '204935.120000', '204935.580000', '204936.040000', '204936.500000', '204936.960000', '204937.420000', '204937.880000', '204938.340000', '204938.800000', '204939.260000', '204939.720000', '204940.180000', '204940.640000', '204941.100000', '204941.560000', '204942.020000', '204942.480000', '204942.940000', '204943.400000', '204943.860000', '204944.320000', '204944.780000', '204945.240000', '204945.700000', '204946.160000', '204946.620000', '204947.080000', '204947.540000', '204948.000000', '204948.460000', '204948.920000', '204949.380000', '204949.840000', '204950.300000', '204950.760000', '204951.220000', '204951.680000', '204952.140000', '204952.600000', '204953.060000', '204953.520000', '204953.980000', '204954.440000', '204954.900000', '204955.360000', '204955.820000', '204956.280000', '204956.740000', '204957.200000', '204957.660000', '204958.120000', '204958.580000', '204959.040000', '204959.500000', '204959.960000', '205000.420000', '205000.880000', '205001.340000', '205001.800000', '205002.260000', '205002.720000', '205003.180000', '205003.640000', '205004.100000', '205004.560000', '205005.020000', '205005.480000', '205005.940000', '205006.400000', '205006.860000', '205007.320000', '205007.780000', '205008.240000', '205008.700000', '205009.160000', '205009.620000', '205010.080000', '205010.540000', '205011.000000', '205011.460000', '205011.920000', '205012.380000', '205012.840000', '205013.300000', '205013.760000', '205014.220000', '205014.680000', '205015.140000', '205015.600000', '205016.060000', '205016.520000', '205016.980000', '205017.440000', '205017.900000', '205018.360000', '205018.820000', '205019.280000', '205019.740000', '205020.200000', '205020.660000', '205021.120000', '205021.580000', '205022.040000', '205022.500000', '205022.960000', '205023.420000'], 'ContentTime': ['204404.924000', '204404.927000', '204404.930000', '204404.932000', '204404.935000', '204404.938000', '204404.940000', '204404.943000', '204404.945000', '204404.948000', '204404.950000', '204404.953000', '204404.956000', '204404.958000', '204404.961000', '204404.963000', '204404.967000', '204404.970000', '204404.973000', '204404.975000', '204404.978000', '204404.993000', '204404.996000', '204404.998000', '204405.002000', '204405.005000', '204405.007000', '204405.010000', '204405.012000', '204405.015000', '204405.018000', '204405.020000', '204405.023000', '204405.026000', '204405.028000', '204405.034000', '204405.037000', '204405.039000', '204405.042000', '204405.045000', '204405.047000', '204405.050000', '204405.052000', '204405.055000', '204405.058000', '204424.882000', '204424.884000', '204424.887000', '204424.890000', '204424.892000', '204424.895000', '204424.897000', '204424.900000', '204424.902000', '204424.905000', '204424.908000', '204424.910000', '204424.913000', '204424.915000', '204424.918000', '204424.921000', '204424.923000', '204424.926000', '204424.928000', '204424.931000', '204424.933000', '204424.936000', '204424.939000', '204424.941000', '204424.944000', '204424.946000', '204424.949000', '204424.951000', '204424.954000', '204424.957000', '204424.961000', '204424.963000', '204424.966000', '204424.968000', '204424.971000', '204424.973000', '204424.976000', '204424.979000', '204424.981000', '204424.984000', '204424.986000', '204424.989000', '204424.992000', '204424.994000', '204444.881000', '204444.884000', '204444.887000', '204444.889000', '204444.892000', '204444.894000', '204444.897000', '204444.900000', '204444.902000', '204444.941000', '204444.944000', '204444.946000', '204444.949000', '204444.951000', '204444.954000', '204444.957000', '204444.959000', '204444.962000', '204444.965000', '204444.967000', '204444.970000', '204444.972000', '204444.975000', '204444.978000', '204444.980000', '204444.983000', '204444.985000', '204444.988000', '204444.992000', '204444.995000', '204444.997000', '204445.001000', '204445.004000', '204445.006000', '204445.009000', '204445.011000', '204445.014000', '204445.016000', '204445.019000', '204445.022000', '204445.027000', '204445.030000', '204445.032000', '204504.882000', '204504.885000', '204504.887000', '204504.890000', '204504.892000', '204504.895000', '204504.897000', '204504.900000', '204504.903000', '204504.905000', '204504.908000', '204504.911000', '204504.913000', '204504.916000', '204504.918000', '204504.921000', '204504.923000', '204504.926000', '204504.929000', '204504.931000', '204504.934000', '204504.936000', '204504.939000', '204504.942000', '204504.944000', '204504.947000', '204504.949000', '204504.952000', '204504.955000', '204504.957000', '204504.960000', '204504.962000', '204504.965000', '204504.967000', '204504.970000', '204504.973000', '204504.975000', '204504.978000', '204504.980000', '204504.983000', '204504.986000', '204504.988000', '204504.991000', '204504.993000', '204524.880000', '204524.883000', '204524.886000', '204524.888000', '204524.891000', '204524.894000', '204524.896000', '204524.899000', '204524.901000', '204524.904000', '204524.907000', '204524.909000', '204524.912000', '204524.914000', '204524.917000', '204524.920000', '204524.922000', '204524.925000', '204524.927000', '204524.930000', '204524.933000', '204524.935000', '204524.938000', '204524.940000', '204524.943000', '204524.946000', '204524.948000', '204524.951000', '204524.953000', '204524.956000', '204524.958000', '204524.961000', '204524.964000', '204524.966000', '204524.969000', '204524.971000', '204524.974000', '204524.977000', '204524.979000', '204524.982000', '204524.984000', '204524.987000', '204524.990000', '204544.881000', '204544.884000', '204544.887000', '204544.889000', '204544.892000', '204544.895000', '204544.897000', '204544.900000', '204544.903000', '204544.905000', '204544.908000', '204544.910000', '204544.913000', '204544.915000', '204544.918000', '204544.920000', '204544.923000', '204544.926000', '204544.928000', '204544.931000', '204544.933000', '204544.936000', '204544.939000', '204544.941000', '204544.944000', '204544.946000', '204544.949000', '204544.952000', '204544.954000', '204544.957000', '204544.959000', '204544.962000', '204544.964000', '204544.967000', '204544.970000', '204544.972000', '204544.975000', '204544.977000', '204544.980000', '204544.982000', '204544.985000', '204544.991000', '204544.994000', '204544.996000', '204604.881000', '204604.884000', '204604.887000', '204604.889000', '204604.892000', '204604.895000', '204604.897000', '204604.900000', '204604.903000', '204604.905000', '204604.908000', '204604.910000', '204604.913000', '204604.915000', '204604.918000', '204604.921000', '204604.923000', '204604.926000', '204604.928000', '204604.931000', '204604.933000', '204604.936000', '204604.939000', '204604.941000', '204604.944000', '204604.946000', '204604.949000', '204604.952000', '204604.954000', '204604.957000', '204604.959000', '204604.962000', '204604.965000', '204604.967000', '204604.970000', '204604.972000', '204604.975000', '204604.978000', '204604.980000', '204604.983000', '204604.985000', '204604.988000', '204604.990000', '204624.882000', '204624.884000', '204624.887000', '204624.890000', '204624.892000', '204624.911000', '204624.914000', '204624.917000', '204624.919000', '204624.922000', '204624.924000', '204624.927000', '204624.930000', '204624.932000', '204624.935000', '204624.937000', '204624.940000', '204624.942000', '204624.945000', '204624.948000', '204624.950000', '204624.953000', '204624.955000', '204624.958000', '204624.961000', '204624.963000', '204624.966000', '204624.968000', '204624.971000', '204624.974000', '204624.976000', '204624.979000', '204624.981000', '204624.984000', '204624.987000', '204624.989000', '204624.992000', '204624.994000', '204624.997000', '204625.001000', '204625.003000', '204625.006000', '204625.008000', '204625.011000', '204644.881000', '204644.884000', '204644.887000', '204644.889000', '204644.892000', '204644.895000', '204644.897000', '204644.900000', '204644.902000', '204644.905000', '204644.908000', '204644.910000', '204644.913000', '204644.915000', '204644.918000', '204644.920000', '204644.923000', '204644.926000', '204644.928000', '204644.931000', '204644.933000', '204644.936000', '204644.939000', '204644.941000', '204644.944000', '204644.946000', '204644.949000', '204644.951000', '204644.954000', '204644.957000', '204644.959000', '204644.962000', '204644.964000', '204644.967000', '204644.970000', '204644.972000', '204644.975000', '204644.977000', '204644.980000', '204644.983000', '204644.985000', '204644.988000', '204644.990000', '204704.882000', '204704.884000', '204704.887000', '204704.890000', '204704.892000', '204704.895000', '204704.898000', '204704.900000', '204704.903000', '204704.906000', '204704.908000', '204704.911000', '204704.913000', '204704.916000', '204704.919000', '204704.921000', '204704.924000', '204704.927000', '204704.929000', '204704.932000', '204704.934000', '204704.937000', '204704.940000', '204704.942000', '204704.945000', '204704.947000', '204704.950000', '204704.953000', '204704.955000', '204704.958000', '204704.960000', '204704.963000', '204704.966000', '204704.968000', '204704.971000', '204704.973000', '204704.976000', '204704.979000', '204704.981000', '204704.984000', '204704.987000', '204704.989000', '204704.992000', '204704.994000', '204724.881000', '204724.884000', '204724.887000', '204724.890000', '204724.892000', '204724.895000', '204724.898000', '204724.900000', '204724.903000', '204724.905000', '204724.908000', '204724.911000', '204724.913000', '204724.916000', '204724.918000', '204724.921000', '204724.924000', '204724.926000', '204724.929000', '204724.931000', '204724.934000', '204724.936000', '204724.939000', '204724.942000', '204724.944000', '204724.947000', '204724.949000', '204724.952000', '204724.955000', '204724.957000', '204724.960000', '204724.962000', '204724.965000', '204724.968000', '204724.970000', '204724.973000', '204724.975000', '204724.978000', '204724.980000', '204724.983000', '204724.986000', '204724.988000', '204724.991000', '204744.881000', '204744.884000', '204744.886000', '204744.889000', '204744.892000', '204744.894000', '204744.897000', '204744.900000', '204744.903000', '204744.905000', '204744.908000', '204744.911000', '204744.913000', '204744.916000', '204744.919000', '204744.922000', '204744.925000', '204744.927000', '204744.930000', '204744.933000', '204744.935000', '204744.938000', '204744.940000', '204744.943000', '204744.946000', '204744.948000', '204744.951000', '204744.953000', '204744.956000', '204744.959000', '204744.961000', '204744.964000', '204744.967000', '204744.969000', '204744.972000', '204744.974000', '204744.977000', '204744.980000', '204744.982000', '204744.985000', '204744.987000', '204744.990000', '204744.992000', '204804.882000', '204804.885000', '204804.887000', '204804.890000', '204804.893000', '204804.895000', '204804.898000', '204804.900000', '204804.903000', '204804.906000', '204804.908000', '204804.911000', '204804.913000', '204804.916000', '204804.918000', '204804.921000', '204804.924000', '204804.926000', '204804.929000', '204804.932000', '204804.934000', '204804.937000', '204804.940000', '204804.942000', '204804.945000', '204804.947000', '204804.950000', '204804.953000', '204804.955000', '204804.958000', '204804.961000', '204804.963000', '204804.966000', '204804.968000', '204804.971000', '204804.973000', '204804.976000', '204804.979000', '204804.981000', '204804.984000', '204804.986000', '204804.989000', '204804.992000', '204804.994000', '204824.881000', '204824.884000', '204824.887000', '204824.890000', '204824.892000', '204824.895000', '204824.897000', '204824.900000', '204824.903000', '204824.905000', '204824.908000', '204824.911000', '204824.913000', '204824.916000', '204824.918000', '204824.921000', '204824.924000', '204824.926000', '204824.929000', '204824.931000', '204824.934000', '204824.937000', '204824.939000', '204824.942000', '204824.944000', '204824.947000', '204824.950000', '204824.952000', '204824.955000', '204824.957000', '204824.960000', '204824.963000', '204824.965000', '204824.968000', '204824.970000', '204824.973000', '204824.976000', '204824.978000', '204824.981000', '204824.983000', '204824.986000', '204824.989000', '204824.991000', '204824.994000', '204844.882000', '204844.884000', '204844.887000', '204844.890000', '204844.892000', '204844.895000', '204844.897000', '204844.900000', '204844.903000', '204844.905000', '204844.908000', '204844.910000', '204844.913000', '204844.916000', '204844.918000', '204844.921000', '204844.924000', '204844.926000', '204844.929000', '204844.931000', '204844.934000', '204844.936000', '204844.939000', '204844.942000', '204844.944000', '204844.947000', '204844.949000', '204844.952000', '204844.955000', '204844.957000', '204844.960000', '204844.962000', '204844.965000', '204844.967000', '204844.970000', '204844.973000', '204844.975000', '204844.978000', '204844.981000', '204844.983000', '204844.986000', '204844.988000', '204844.991000', '204904.881000', '204904.884000', '204904.887000', '204904.890000', '204904.892000', '204904.895000', '204904.897000', '204904.900000', '204904.902000', '204904.905000', '204904.908000', '204904.910000', '204904.913000', '204904.915000', '204904.918000', '204904.921000', '204904.923000', '204904.926000', '204904.928000', '204904.931000', '204904.934000', '204904.936000', '204904.939000', '204904.942000', '204904.945000', '204904.948000', '204904.951000', '204904.953000', '204904.956000', '204904.959000', '204904.961000', '204904.964000', '204904.966000', '204904.969000', '204904.972000', '204904.974000', '204904.977000', '204904.979000', '204904.982000', '204904.985000', '204904.987000', '204904.990000', '204904.993000', '204904.995000', '204924.882000', '204924.885000', '204924.887000', '204924.890000', '204924.892000', '204924.895000', '204924.898000', '204924.900000', '204924.903000', '204924.905000', '204924.908000', '204924.924000', '204924.927000', '204924.930000', '204924.932000', '204924.935000', '204924.937000', '204924.940000', '204924.943000', '204924.945000', '204924.948000', '204924.950000', '204924.953000', '204924.956000', '204924.958000', '204924.961000', '204924.964000', '204924.966000', '204924.969000', '204924.971000', '204924.974000', '204924.976000', '204924.979000', '204924.982000', '204924.984000', '204924.987000', '204924.989000', '204924.992000', '204924.995000', '204924.997000', '204925.001000', '204925.004000', '204925.006000', '204944.881000', '204944.884000', '204944.887000', '204944.890000', '204944.892000', '204944.895000', '204944.897000', '204944.900000', '204944.902000', '204944.905000', '204944.908000', '204944.910000', '204944.913000', '204944.915000', '204944.918000', '204944.921000', '204944.923000', '204944.926000', '204944.928000', '204944.931000', '204944.933000', '204944.936000', '204944.940000', '204944.942000', '204944.945000', '204944.948000', '204944.951000', '204944.953000', '204944.956000', '204944.958000', '204944.961000', '204944.964000', '204944.966000', '204944.969000', '204944.971000', '204944.974000', '204944.977000', '204944.979000', '204944.982000', '204944.984000', '204944.987000', '204944.989000', '204944.992000', '205004.880000', '205004.883000', '205004.886000', '205004.888000', '205004.891000', '205004.894000', '205004.896000', '205004.899000', '205004.901000', '205004.904000', '205004.907000', '205004.909000', '205004.912000', '205004.915000', '205004.917000', '205004.920000', '205004.922000', '205004.925000', '205004.927000', '205004.930000', '205004.933000', '205004.935000', '205004.938000', '205004.940000', '205004.943000', '205004.946000', '205004.948000', '205004.951000', '205004.954000', '205004.956000', '205004.959000', '205004.961000', '205004.964000', '205004.967000', '205004.969000', '205004.972000', '205004.974000', '205004.977000', '205004.980000', '205004.982000', '205004.985000', '205004.987000', '205004.990000', '205004.993000', '205024.882000', '205024.885000', '205024.888000', '205024.891000', '205024.895000', '205024.898000', '205024.901000', '205024.903000', '205024.906000', '205024.909000', '205024.911000', '205024.914000', '205024.916000', '205024.919000', '205024.922000', '205024.924000', '205024.927000', '205024.929000', '205024.932000', '205024.935000', '205024.937000', '205024.940000', '205024.942000', '205024.945000', '205024.948000', '205024.950000', '205024.953000', '205024.955000', '205024.958000', '205024.960000', '205024.963000', '205024.966000', '205024.968000', '205024.971000', '205024.973000', '205024.976000', '205024.979000', '205024.981000', '205024.984000', '205024.986000', '205024.989000', '205024.992000', '205024.994000', '205025.051000'], 'InstanceCreationTime': ['204404.924000', '204404.927000', '204404.930000', '204404.932000', '204404.935000', '204404.938000', '204404.940000', '204404.943000', '204404.945000', '204404.948000', '204404.950000', '204404.953000', '204404.956000', '204404.958000', '204404.961000', '204404.963000', '204404.967000', '204404.970000', '204404.973000', '204404.975000', '204404.978000', '204404.993000', '204404.996000', '204404.998000', '204405.002000', '204405.005000', '204405.007000', '204405.010000', '204405.012000', '204405.015000', '204405.018000', '204405.020000', '204405.023000', '204405.026000', '204405.028000', '204405.034000', '204405.037000', '204405.039000', '204405.042000', '204405.045000', '204405.047000', '204405.050000', '204405.052000', '204405.055000', '204405.058000', '204424.882000', '204424.884000', '204424.887000', '204424.890000', '204424.892000', '204424.895000', '204424.897000', '204424.900000', '204424.902000', '204424.905000', '204424.908000', '204424.910000', '204424.913000', '204424.915000', '204424.918000', '204424.921000', '204424.923000', '204424.926000', '204424.928000', '204424.931000', '204424.933000', '204424.936000', '204424.939000', '204424.941000', '204424.944000', '204424.946000', '204424.949000', '204424.951000', '204424.954000', '204424.957000', '204424.961000', '204424.963000', '204424.966000', '204424.968000', '204424.971000', '204424.973000', '204424.976000', '204424.979000', '204424.981000', '204424.984000', '204424.986000', '204424.989000', '204424.992000', '204424.994000', '204444.881000', '204444.884000', '204444.887000', '204444.889000', '204444.892000', '204444.894000', '204444.897000', '204444.900000', '204444.902000', '204444.941000', '204444.944000', '204444.946000', '204444.949000', '204444.951000', '204444.954000', '204444.957000', '204444.959000', '204444.962000', '204444.965000', '204444.967000', '204444.970000', '204444.972000', '204444.975000', '204444.978000', '204444.980000', '204444.983000', '204444.985000', '204444.988000', '204444.992000', '204444.995000', '204444.997000', '204445.001000', '204445.004000', '204445.006000', '204445.009000', '204445.011000', '204445.014000', '204445.016000', '204445.019000', '204445.022000', '204445.027000', '204445.030000', '204445.032000', '204504.882000', '204504.885000', '204504.887000', '204504.890000', '204504.892000', '204504.895000', '204504.897000', '204504.900000', '204504.903000', '204504.905000', '204504.908000', '204504.911000', '204504.913000', '204504.916000', '204504.918000', '204504.921000', '204504.923000', '204504.926000', '204504.929000', '204504.931000', '204504.934000', '204504.936000', '204504.939000', '204504.942000', '204504.944000', '204504.947000', '204504.949000', '204504.952000', '204504.955000', '204504.957000', '204504.960000', '204504.962000', '204504.965000', '204504.967000', '204504.970000', '204504.973000', '204504.975000', '204504.978000', '204504.980000', '204504.983000', '204504.986000', '204504.988000', '204504.991000', '204504.993000', '204524.880000', '204524.883000', '204524.886000', '204524.888000', '204524.891000', '204524.894000', '204524.896000', '204524.899000', '204524.901000', '204524.904000', '204524.907000', '204524.909000', '204524.912000', '204524.914000', '204524.917000', '204524.920000', '204524.922000', '204524.925000', '204524.927000', '204524.930000', '204524.933000', '204524.935000', '204524.938000', '204524.940000', '204524.943000', '204524.946000', '204524.948000', '204524.951000', '204524.953000', '204524.956000', '204524.958000', '204524.961000', '204524.964000', '204524.966000', '204524.969000', '204524.971000', '204524.974000', '204524.977000', '204524.979000', '204524.982000', '204524.984000', '204524.987000', '204524.990000', '204544.881000', '204544.884000', '204544.887000', '204544.889000', '204544.892000', '204544.895000', '204544.897000', '204544.900000', '204544.903000', '204544.905000', '204544.908000', '204544.910000', '204544.913000', '204544.915000', '204544.918000', '204544.920000', '204544.923000', '204544.926000', '204544.928000', '204544.931000', '204544.933000', '204544.936000', '204544.939000', '204544.941000', '204544.944000', '204544.946000', '204544.949000', '204544.952000', '204544.954000', '204544.957000', '204544.959000', '204544.962000', '204544.964000', '204544.967000', '204544.970000', '204544.972000', '204544.975000', '204544.977000', '204544.980000', '204544.982000', '204544.985000', '204544.991000', '204544.994000', '204544.996000', '204604.881000', '204604.884000', '204604.887000', '204604.889000', '204604.892000', '204604.895000', '204604.897000', '204604.900000', '204604.903000', '204604.905000', '204604.908000', '204604.910000', '204604.913000', '204604.915000', '204604.918000', '204604.921000', '204604.923000', '204604.926000', '204604.928000', '204604.931000', '204604.933000', '204604.936000', '204604.939000', '204604.941000', '204604.944000', '204604.946000', '204604.949000', '204604.952000', '204604.954000', '204604.957000', '204604.959000', '204604.962000', '204604.965000', '204604.967000', '204604.970000', '204604.972000', '204604.975000', '204604.978000', '204604.980000', '204604.983000', '204604.985000', '204604.988000', '204604.990000', '204624.882000', '204624.884000', '204624.887000', '204624.890000', '204624.892000', '204624.911000', '204624.914000', '204624.917000', '204624.919000', '204624.922000', '204624.924000', '204624.927000', '204624.930000', '204624.932000', '204624.935000', '204624.937000', '204624.940000', '204624.942000', '204624.945000', '204624.948000', '204624.950000', '204624.953000', '204624.955000', '204624.958000', '204624.961000', '204624.963000', '204624.966000', '204624.968000', '204624.971000', '204624.974000', '204624.976000', '204624.979000', '204624.981000', '204624.984000', '204624.987000', '204624.989000', '204624.992000', '204624.994000', '204624.997000', '204625.001000', '204625.003000', '204625.006000', '204625.008000', '204625.011000', '204644.881000', '204644.884000', '204644.887000', '204644.889000', '204644.892000', '204644.895000', '204644.897000', '204644.900000', '204644.902000', '204644.905000', '204644.908000', '204644.910000', '204644.913000', '204644.915000', '204644.918000', '204644.920000', '204644.923000', '204644.926000', '204644.928000', '204644.931000', '204644.933000', '204644.936000', '204644.939000', '204644.941000', '204644.944000', '204644.946000', '204644.949000', '204644.951000', '204644.954000', '204644.957000', '204644.959000', '204644.962000', '204644.964000', '204644.967000', '204644.970000', '204644.972000', '204644.975000', '204644.977000', '204644.980000', '204644.983000', '204644.985000', '204644.988000', '204644.990000', '204704.882000', '204704.884000', '204704.887000', '204704.890000', '204704.892000', '204704.895000', '204704.898000', '204704.900000', '204704.903000', '204704.906000', '204704.908000', '204704.911000', '204704.913000', '204704.916000', '204704.919000', '204704.921000', '204704.924000', '204704.927000', '204704.929000', '204704.932000', '204704.934000', '204704.937000', '204704.940000', '204704.942000', '204704.945000', '204704.947000', '204704.950000', '204704.953000', '204704.955000', '204704.958000', '204704.960000', '204704.963000', '204704.966000', '204704.968000', '204704.971000', '204704.973000', '204704.976000', '204704.979000', '204704.981000', '204704.984000', '204704.987000', '204704.989000', '204704.992000', '204704.994000', '204724.881000', '204724.884000', '204724.887000', '204724.890000', '204724.892000', '204724.895000', '204724.898000', '204724.900000', '204724.903000', '204724.905000', '204724.908000', '204724.911000', '204724.913000', '204724.916000', '204724.918000', '204724.921000', '204724.924000', '204724.926000', '204724.929000', '204724.931000', '204724.934000', '204724.936000', '204724.939000', '204724.942000', '204724.944000', '204724.947000', '204724.949000', '204724.952000', '204724.955000', '204724.957000', '204724.960000', '204724.962000', '204724.965000', '204724.968000', '204724.970000', '204724.973000', '204724.975000', '204724.978000', '204724.980000', '204724.983000', '204724.986000', '204724.988000', '204724.991000', '204744.881000', '204744.884000', '204744.886000', '204744.889000', '204744.892000', '204744.894000', '204744.897000', '204744.900000', '204744.903000', '204744.905000', '204744.908000', '204744.911000', '204744.913000', '204744.916000', '204744.919000', '204744.922000', '204744.925000', '204744.927000', '204744.930000', '204744.933000', '204744.935000', '204744.938000', '204744.940000', '204744.943000', '204744.946000', '204744.948000', '204744.951000', '204744.953000', '204744.956000', '204744.959000', '204744.961000', '204744.964000', '204744.967000', '204744.969000', '204744.972000', '204744.974000', '204744.977000', '204744.980000', '204744.982000', '204744.985000', '204744.987000', '204744.990000', '204744.992000', '204804.882000', '204804.885000', '204804.887000', '204804.890000', '204804.893000', '204804.895000', '204804.898000', '204804.900000', '204804.903000', '204804.906000', '204804.908000', '204804.911000', '204804.913000', '204804.916000', '204804.918000', '204804.921000', '204804.924000', '204804.926000', '204804.929000', '204804.932000', '204804.934000', '204804.937000', '204804.940000', '204804.942000', '204804.945000', '204804.947000', '204804.950000', '204804.953000', '204804.955000', '204804.958000', '204804.961000', '204804.963000', '204804.966000', '204804.968000', '204804.971000', '204804.973000', '204804.976000', '204804.979000', '204804.981000', '204804.984000', '204804.986000', '204804.989000', '204804.992000', '204804.994000', '204824.881000', '204824.884000', '204824.887000', '204824.890000', '204824.892000', '204824.895000', '204824.897000', '204824.900000', '204824.903000', '204824.905000', '204824.908000', '204824.911000', '204824.913000', '204824.916000', '204824.918000', '204824.921000', '204824.924000', '204824.926000', '204824.929000', '204824.931000', '204824.934000', '204824.937000', '204824.939000', '204824.942000', '204824.944000', '204824.947000', '204824.950000', '204824.952000', '204824.955000', '204824.957000', '204824.960000', '204824.963000', '204824.965000', '204824.968000', '204824.970000', '204824.973000', '204824.976000', '204824.978000', '204824.981000', '204824.983000', '204824.986000', '204824.989000', '204824.991000', '204824.994000', '204844.882000', '204844.884000', '204844.887000', '204844.890000', '204844.892000', '204844.895000', '204844.897000', '204844.900000', '204844.903000', '204844.905000', '204844.908000', '204844.910000', '204844.913000', '204844.916000', '204844.918000', '204844.921000', '204844.924000', '204844.926000', '204844.929000', '204844.931000', '204844.934000', '204844.936000', '204844.939000', '204844.942000', '204844.944000', '204844.947000', '204844.949000', '204844.952000', '204844.955000', '204844.957000', '204844.960000', '204844.962000', '204844.965000', '204844.967000', '204844.970000', '204844.973000', '204844.975000', '204844.978000', '204844.981000', '204844.983000', '204844.986000', '204844.988000', '204844.991000', '204904.881000', '204904.884000', '204904.887000', '204904.890000', '204904.892000', '204904.895000', '204904.897000', '204904.900000', '204904.902000', '204904.905000', '204904.908000', '204904.910000', '204904.913000', '204904.915000', '204904.918000', '204904.921000', '204904.923000', '204904.926000', '204904.928000', '204904.931000', '204904.934000', '204904.936000', '204904.939000', '204904.942000', '204904.945000', '204904.948000', '204904.951000', '204904.953000', '204904.956000', '204904.959000', '204904.961000', '204904.964000', '204904.966000', '204904.969000', '204904.972000', '204904.974000', '204904.977000', '204904.979000', '204904.982000', '204904.985000', '204904.987000', '204904.990000', '204904.993000', '204904.995000', '204924.882000', '204924.885000', '204924.887000', '204924.890000', '204924.892000', '204924.895000', '204924.898000', '204924.900000', '204924.903000', '204924.905000', '204924.908000', '204924.924000', '204924.927000', '204924.930000', '204924.932000', '204924.935000', '204924.937000', '204924.940000', '204924.943000', '204924.945000', '204924.948000', '204924.950000', '204924.953000', '204924.956000', '204924.958000', '204924.961000', '204924.964000', '204924.966000', '204924.969000', '204924.971000', '204924.974000', '204924.976000', '204924.979000', '204924.982000', '204924.984000', '204924.987000', '204924.989000', '204924.992000', '204924.995000', '204924.997000', '204925.001000', '204925.004000', '204925.006000', '204944.881000', '204944.884000', '204944.887000', '204944.890000', '204944.892000', '204944.895000', '204944.897000', '204944.900000', '204944.902000', '204944.905000', '204944.908000', '204944.910000', '204944.913000', '204944.915000', '204944.918000', '204944.921000', '204944.923000', '204944.926000', '204944.928000', '204944.931000', '204944.933000', '204944.936000', '204944.940000', '204944.942000', '204944.945000', '204944.948000', '204944.951000', '204944.953000', '204944.956000', '204944.958000', '204944.961000', '204944.964000', '204944.966000', '204944.969000', '204944.971000', '204944.974000', '204944.977000', '204944.979000', '204944.982000', '204944.984000', '204944.987000', '204944.989000', '204944.992000', '205004.880000', '205004.883000', '205004.886000', '205004.888000', '205004.891000', '205004.894000', '205004.896000', '205004.899000', '205004.901000', '205004.904000', '205004.907000', '205004.909000', '205004.912000', '205004.915000', '205004.917000', '205004.920000', '205004.922000', '205004.925000', '205004.927000', '205004.930000', '205004.933000', '205004.935000', '205004.938000', '205004.940000', '205004.943000', '205004.946000', '205004.948000', '205004.951000', '205004.954000', '205004.956000', '205004.959000', '205004.961000', '205004.964000', '205004.967000', '205004.969000', '205004.972000', '205004.974000', '205004.977000', '205004.980000', '205004.982000', '205004.985000', '205004.987000', '205004.990000', '205004.993000', '205024.882000', '205024.885000', '205024.888000', '205024.891000', '205024.895000', '205024.898000', '205024.901000', '205024.903000', '205024.906000', '205024.909000', '205024.911000', '205024.914000', '205024.916000', '205024.919000', '205024.922000', '205024.924000', '205024.927000', '205024.929000', '205024.932000', '205024.935000', '205024.937000', '205024.940000', '205024.942000', '205024.945000', '205024.948000', '205024.950000', '205024.953000', '205024.955000', '205024.958000', '205024.960000', '205024.963000', '205024.966000', '205024.968000', '205024.971000', '205024.973000', '205024.976000', '205024.979000', '205024.981000', '205024.984000', '205024.986000', '205024.989000', '205024.992000', '205024.994000', '205025.051000'], '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': [8309, 14315, 8429, 13436, 8751, 14496, 8004, 12119, 7554, 10126, 8411, 11815, 9548, 8956, 10430, 7506, 10652, 7967, 10506, 8167, 10210, 8036, 10704, 6918, 10200, 6879, 10509, 7322, 11903, 7878, 12183, 8453, 11446, 7963, 11103, 7890, 11521, 8061, 11167, 7997, 10648, 7988, 12176, 8127, 7039, 8489, 6618, 10229, 7247, 11258, 8319, 11394, 8991, 11990, 8493, 11129, 8491, 12690, 8543, 13302, 10021, 13841, 8181, 8204, 8661, 6830, 9943, 7379, 10754, 7153, 12174, 8120, 12049, 8146, 11399, 7876, 11540, 8078, 12157, 9026, 12726, 8194, 11676, 7929, 11251, 8246, 13394, 8061, 12300, 7830, 6935, 8564, 6439, 11498, 8304, 13487, 8449, 10661, 7844, 7290, 9330, 8467, 10382, 8244, 10378, 7165, 10959, 7270, 11603, 7888, 12561, 8498, 11519, 7749, 11431, 8051, 11562, 8296, 11652, 8466, 13127, 7942, 11067, 7691, 11349, 8504, 8698, 10018, 7204, 9954, 6938, 10407, 8022, 11266, 6903, 10843, 7248, 10867, 7462, 11681, 8126, 12727, 9174, 12404, 8013, 10556, 7609, 11848, 8236, 12242, 7900, 8374, 9816, 8177, 11459, 7564, 11086, 7608, 11341, 7194, 10274, 9693, 9517, 10724, 8581, 13522, 7774, 11979, 7669, 11399, 7784, 10209, 6892, 9474, 6669, 9478, 6855, 10998, 7103, 10328, 7574, 10795, 7747, 11792, 8396, 11519, 7955, 11290, 8447, 11162, 9382, 12583, 10297, 9416, 11149, 8850, 9716, 7664, 11717, 7073, 13033, 8201, 11928, 8222, 11149, 7752, 11329, 8079, 12845, 8343, 12962, 7882, 10861, 7698, 12053, 8569, 11453, 7625, 10429, 7376, 10521, 7681, 11320, 8313, 11537, 8015, 9655, 8363, 7623, 9375, 7020, 10844, 7201, 11125, 8021, 11882, 8220, 13685, 9134, 10508, 9027, 7579, 9902, 6910, 12387, 8515, 14352, 8173, 11290, 7964, 7428, 9989, 7166, 10890, 7223, 12246, 8306, 11631, 8867, 7974, 12347, 7895, 7134, 8228, 6667, 11834, 8260, 12803, 8986, 12578, 8673, 8028, 10884, 6571, 10692, 6853, 12070, 7868, 13150, 8398, 11033, 7972, 11037, 7527, 10550, 8008, 11789, 8362, 12960, 8779, 12105, 8074, 10493, 7099, 9360, 9078, 8424, 13029, 8366, 12364, 7244, 11601, 7392, 11635, 7572, 11680, 8124, 10630, 8029, 10114, 8188, 11100, 9015, 8501, 9741, 8911, 9260, 8821, 9978, 8013, 11169, 6866, 10348, 6784, 9998, 8594, 12733, 7317, 12891, 7347, 10598, 7185, 10093, 7366, 10961, 7562, 11826, 8732, 12111, 8309, 12566, 8031, 10914, 7908, 10399, 9091, 7651, 12235, 6953, 10434, 6733, 10702, 7229, 11473, 8330, 13734, 8956, 13222, 7913, 11293, 7907, 10691, 7738, 10902, 8033, 7528, 9471, 6968, 9419, 6610, 9963, 7021, 11461, 6924, 11318, 7596, 10436, 7226, 10351, 7034, 10746, 7110, 10936, 7182, 10152, 6651, 10152, 6791, 10631, 6790, 10669, 6825, 10221, 6721, 10156, 6793, 10704, 6857, 10909, 6974, 10402, 6989, 10672, 6815, 11922, 7816, 11196, 7711, 10961, 7667, 12111, 8454, 11956, 8028, 11107, 8460, 12320, 8291, 13647, 8349, 11576, 8457, 9615, 8847, 7139, 10348, 6927, 10451, 7164, 11105, 7492, 12458, 8311, 12847, 8015, 10892, 7759, 11145, 8314, 12944, 7988, 8259, 8308, 6364, 8535, 6759, 10268, 7942, 8694, 10539, 7426, 12060, 9106, 13015, 8955, 12073, 7823, 11403, 8750, 11375, 8959, 9419, 8910, 7841, 10735, 7895, 10053, 8531, 7161, 8213, 7027, 8996, 6672, 10225, 6529, 11010, 7217, 11011, 7480, 10496, 7545, 11291, 7707, 10945, 7613, 10142, 7645, 11135, 7921, 11755, 7723, 10613, 7929, 11405, 8134, 11862, 8323, 12327, 8153, 10976, 8270, 11652, 8176, 12879, 8445, 12368, 8610, 11805, 8646, 10908, 9010, 12649, 9798, 11879, 9294, 12745, 8565, 13776, 8241, 12684, 8703, 13214, 9510, 8486, 9851, 6655, 9111, 6097, 10049, 7025, 11295, 8170, 10459, 8336, 7300, 10201, 6932, 10806, 7709, 11401, 8054, 11802, 8469, 13499, 8817, 12705, 8209, 11359, 7890, 10944, 7993, 12401, 8249, 13862, 7881, 10917, 7326, 10031, 7781, 8150, 9173, 6919, 9291, 6956, 9590, 6893, 10342, 7555, 13036, 8727, 12960, 8297, 10252, 7643, 10657, 7833, 11429, 8286, 10807, 9449, 7356, 9757, 7726, 10433, 7770, 11484, 7643, 10896, 7622, 12712, 8436, 11106, 8284, 10252, 8173, 11236, 7948, 7927, 9194, 6687, 10450, 7574, 11742, 7978, 11720, 7842, 10261, 7500, 10163, 7310, 10584, 7708, 11437, 7373, 9980, 7665, 10636, 7871, 12997, 8034, 9813, 7910, 8115, 8851, 8201, 9780, 7159, 9650, 6697, 10274, 6727, 10935, 8146, 11333, 8230, 12672, 8201, 12702, 8086, 12608, 9055, 7484, 9963, 6939, 10354, 7068, 11142, 8005, 11688, 8685, 12713, 8236, 6841, 8568, 6329, 10329, 7650, 12185, 8576, 13238, 8919, 11123, 7761, 6995, 8487, 7129, 9075, 7247, 10255, 6710, 10672, 7343, 10455, 7305, 11332, 7880, 13032, 8200, 11088, 7858, 10416, 7780, 10967, 7863, 12752, 8026, 10985, 7931, 10025, 7577, 9451, 7991, 7912, 9627, 6882, 10010, 6635, 10451, 7045, 11503, 8455, 13293, 8228, 13598, 8814, 8538, 7567, 9528, 11911, 8009, 14403, 7733, 6780, 8253, 6676, 9803, 6919, 11102, 8604, 9923, 8978, 8117, 11188, 8639, 14125, 10136, 14881, 12155, 13875, 10640, 8869, 10325, 7107, 10478, 7894, 10786, 8949, 10306, 7779, 6733, 9597, 6537, 9748, 7667, 10670, 8139, 11447, 8898, 10507, 8458, 7030, 9164, 6558, 10154, 7361, 10891, 8565, 14031, 8540, 6812, 8625, 7055, 10123, 7543, 7466, 7479, 6857, 11730, 8749, 6772, 9722, 7004, 11292, 8012, 13067, 8559, 13612, 8927, 13623, 9152, 15165, 8504, 11547, 8461, 7933, 9691, 6632, 10708, 7743, 10842, 8171, 6932, 9513, 6954, 8990, 7896, 7247, 9558, 7596, 11166, 9224, 7879, 10445, 7365, 11465, 8533, 14687, 8335, 14593, 8162, 14416, 9524, 11408, 8456, 9354, 8404, 10483, 8116, 12144, 8726, 9485, 10231, 6713, 9985, 7435, 8330, 8772, 7226, 10018, 6841, 10189, 8205, 6951, 11573, 9023, 10157, 9377, 7086, 12132, 8614, 15703, 9018, 13078, 9488, 8803, 12747, 8370, 13592, 8897, 12555, 8088, 7738, 10975, 8236, 15510, 10547, 6820, 9391, 7383, 7773, 10370, 7623, 10463, 7339, 11866, 8386, 12534, 8547, 11986, 7949, 12153, 8529], 'WindowCenter': [3975.0, 4012.0, 3957.0, 3996.0, 3954.0, 3993.0, 3931.0, 3971.0, 3929.0, 3960.0, 3941.0, 3972.0, 3963.0, 3952.0, 3964.0, 3930.0, 3963.0, 3929.0, 3961.0, 3927.0, 3950.0, 3928.0, 3960.0, 3917.0, 3960.0, 3907.0, 3959.0, 3928.0, 3971.0, 3940.0, 3971.0, 3939.0, 3970.0, 3928.0, 3959.0, 3940.0, 3970.0, 3940.0, 3961.0, 3941.0, 3961.0, 3942.0, 3983.0, 3941.0, 3920.0, 3951.0, 3922.0, 3973.0, 3945.0, 3987.0, 3968.0, 3998.0, 3968.0, 3999.0, 3957.0, 3987.0, 3954.0, 3984.0, 3943.0, 3984.0, 3953.0, 3982.0, 3929.0, 3927.0, 3937.0, 3905.0, 3948.0, 3915.0, 3959.0, 3917.0, 3970.0, 3929.0, 3971.0, 3929.0, 3960.0, 3928.0, 3959.0, 3927.0, 3970.0, 3940.0, 3969.0, 3940.0, 3959.0, 3928.0, 3959.0, 3929.0, 3982.0, 3930.0, 3984.0, 3944.0, 3931.0, 3953.0, 3923.0, 3986.0, 3956.0, 3997.0, 3955.0, 3974.0, 3942.0, 3930.0, 3952.0, 3941.0, 3975.0, 3954.0, 3975.0, 3931.0, 3973.0, 3931.0, 3972.0, 3941.0, 3982.0, 3940.0, 3971.0, 3930.0, 3970.0, 3941.0, 3970.0, 3940.0, 3960.0, 3940.0, 3980.0, 3929.0, 3959.0, 3929.0, 3971.0, 3940.0, 3940.0, 3963.0, 3930.0, 3961.0, 3919.0, 3961.0, 3941.0, 3974.0, 3921.0, 3963.0, 3931.0, 3973.0, 3930.0, 3973.0, 3942.0, 3984.0, 3952.0, 3982.0, 3941.0, 3961.0, 3930.0, 3970.0, 3942.0, 3982.0, 3942.0, 3953.0, 3976.0, 3955.0, 3987.0, 3943.0, 3975.0, 3930.0, 3971.0, 3918.0, 3960.0, 3949.0, 3951.0, 3958.0, 3939.0, 3969.0, 3917.0, 3957.0, 3915.0, 3957.0, 3916.0, 3947.0, 3916.0, 3949.0, 3919.0, 3951.0, 3920.0, 3972.0, 3931.0, 3961.0, 3942.0, 3972.0, 3943.0, 3986.0, 3956.0, 3986.0, 3956.0, 3986.0, 3956.0, 3975.0, 3965.0, 3985.0, 3964.0, 3952.0, 3974.0, 3950.0, 3950.0, 3927.0, 3971.0, 3919.0, 3982.0, 3939.0, 3971.0, 3939.0, 3959.0, 3928.0, 3958.0, 3928.0, 3970.0, 3938.0, 3980.0, 3927.0, 3957.0, 3928.0, 3969.0, 3937.0, 3959.0, 3928.0, 3959.0, 3917.0, 3946.0, 3928.0, 3959.0, 3940.0, 3969.0, 3939.0, 3949.0, 3939.0, 3928.0, 3950.0, 3919.0, 3971.0, 3930.0, 3971.0, 3941.0, 3971.0, 3941.0, 3982.0, 3951.0, 3961.0, 3940.0, 3928.0, 3949.0, 3919.0, 3971.0, 3940.0, 3992.0, 3940.0, 3959.0, 3928.0, 3927.0, 3961.0, 3930.0, 3973.0, 3942.0, 3982.0, 3954.0, 3983.0, 3952.0, 3939.0, 3981.0, 3939.0, 3930.0, 3951.0, 3931.0, 3983.0, 3952.0, 3983.0, 3953.0, 3982.0, 3940.0, 3929.0, 3960.0, 3906.0, 3948.0, 3905.0, 3968.0, 3927.0, 3971.0, 3927.0, 3958.0, 3928.0, 3957.0, 3927.0, 3958.0, 3939.0, 3969.0, 3940.0, 3982.0, 3940.0, 3971.0, 3929.0, 3960.0, 3917.0, 3948.0, 3936.0, 3938.0, 3968.0, 3939.0, 3969.0, 3918.0, 3970.0, 3930.0, 3971.0, 3941.0, 3981.0, 3941.0, 3972.0, 3942.0, 3961.0, 3952.0, 3973.0, 3953.0, 3952.0, 3963.0, 3951.0, 3952.0, 3951.0, 3962.0, 3942.0, 3972.0, 3920.0, 3961.0, 3919.0, 3961.0, 3940.0, 3984.0, 3929.0, 3984.0, 3929.0, 3961.0, 3918.0, 3959.0, 3929.0, 3958.0, 3929.0, 3971.0, 3941.0, 3972.0, 3941.0, 3982.0, 3941.0, 3959.0, 3939.0, 3959.0, 3950.0, 3928.0, 3972.0, 3918.0, 3960.0, 3907.0, 3949.0, 3916.0, 3958.0, 3927.0, 3980.0, 3937.0, 3968.0, 3926.0, 3956.0, 3926.0, 3946.0, 3927.0, 3958.0, 3939.0, 3941.0, 3963.0, 3931.0, 3950.0, 3918.0, 3960.0, 3918.0, 3971.0, 3919.0, 3975.0, 3943.0, 3973.0, 3930.0, 3961.0, 3919.0, 3961.0, 3919.0, 3961.0, 3917.0, 3948.0, 3906.0, 3959.0, 3906.0, 3960.0, 3907.0, 3960.0, 3907.0, 3959.0, 3906.0, 3948.0, 3905.0, 3959.0, 3907.0, 3960.0, 3917.0, 3959.0, 3917.0, 3960.0, 3919.0, 3986.0, 3942.0, 3972.0, 3942.0, 3972.0, 3943.0, 3984.0, 3953.0, 3983.0, 3942.0, 3972.0, 3941.0, 3982.0, 3942.0, 3993.0, 3953.0, 3972.0, 3941.0, 3950.0, 3950.0, 3918.0, 3961.0, 3918.0, 3960.0, 3918.0, 3960.0, 3917.0, 3970.0, 3928.0, 3969.0, 3927.0, 3958.0, 3917.0, 3958.0, 3939.0, 3970.0, 3929.0, 3927.0, 3927.0, 3907.0, 3939.0, 3934.0, 3975.0, 3956.0, 3954.0, 3977.0, 3945.0, 3985.0, 3954.0, 3996.0, 3952.0, 3972.0, 3929.0, 3962.0, 3927.0, 3960.0, 3926.0, 3938.0, 3937.0, 3928.0, 3946.0, 3941.0, 3948.0, 3938.0, 3916.0, 3926.0, 3917.0, 3937.0, 3906.0, 3959.0, 3908.0, 3972.0, 3929.0, 3972.0, 3929.0, 3961.0, 3928.0, 3960.0, 3930.0, 3961.0, 3929.0, 3949.0, 3929.0, 3960.0, 3929.0, 3973.0, 3930.0, 3960.0, 3929.0, 3971.0, 3930.0, 3971.0, 3940.0, 3982.0, 3941.0, 3961.0, 3942.0, 3971.0, 3942.0, 3983.0, 3943.0, 3983.0, 3953.0, 3972.0, 3942.0, 3960.0, 3941.0, 3971.0, 3951.0, 3959.0, 3940.0, 3969.0, 3939.0, 3969.0, 3928.0, 3969.0, 3938.0, 3969.0, 3949.0, 3953.0, 3951.0, 3908.0, 3939.0, 3909.0, 3950.0, 3920.0, 3971.0, 3942.0, 3973.0, 3954.0, 3932.0, 3976.0, 3932.0, 3974.0, 3943.0, 3973.0, 3941.0, 3972.0, 3942.0, 3984.0, 3953.0, 3982.0, 3941.0, 3960.0, 3928.0, 3959.0, 3928.0, 3969.0, 3939.0, 3981.0, 3929.0, 3959.0, 3919.0, 3949.0, 3930.0, 3940.0, 3949.0, 3920.0, 3952.0, 3919.0, 3962.0, 3920.0, 3963.0, 3931.0, 3986.0, 3943.0, 3985.0, 3942.0, 3961.0, 3930.0, 3961.0, 3931.0, 3971.0, 3942.0, 3973.0, 3966.0, 3933.0, 3964.0, 3931.0, 3962.0, 3928.0, 3960.0, 3917.0, 3961.0, 3917.0, 3971.0, 3926.0, 3958.0, 3927.0, 3947.0, 3927.0, 3958.0, 3917.0, 3915.0, 3938.0, 3907.0, 3959.0, 3929.0, 3970.0, 3928.0, 3959.0, 3928.0, 3947.0, 3916.0, 3947.0, 3918.0, 3959.0, 3929.0, 3959.0, 3918.0, 3949.0, 3928.0, 3958.0, 3929.0, 3980.0, 3942.0, 3961.0, 3942.0, 3941.0, 3952.0, 3941.0, 3962.0, 3919.0, 3951.0, 3920.0, 3961.0, 3920.0, 3973.0, 3942.0, 3973.0, 3955.0, 3997.0, 3955.0, 3984.0, 3943.0, 3983.0, 3953.0, 3931.0, 3964.0, 3920.0, 3960.0, 3920.0, 3972.0, 3930.0, 3971.0, 3952.0, 3982.0, 3940.0, 3919.0, 3938.0, 3908.0, 3959.0, 3929.0, 3971.0, 3939.0, 3982.0, 3952.0, 3960.0, 3928.0, 3917.0, 3937.0, 3905.0, 3938.0, 3917.0, 3961.0, 3919.0, 3961.0, 3930.0, 3961.0, 3930.0, 3973.0, 3930.0, 3983.0, 3941.0, 3961.0, 3929.0, 3959.0, 3928.0, 3959.0, 3928.0, 3970.0, 3928.0, 3959.0, 3928.0, 3947.0, 3928.0, 3947.0, 3928.0, 3928.0, 3950.0, 3916.0, 3950.0, 3908.0, 3948.0, 3917.0, 3960.0, 3939.0, 3981.0, 3939.0, 3993.0, 3952.0, 3940.0, 3931.0, 3965.0, 3975.0, 3929.0, 3995.0, 3942.0, 3933.0, 3952.0, 3920.0, 3961.0, 3932.0, 3986.0, 3967.0, 3977.0, 3968.0, 3957.0, 3987.0, 3942.0, 3984.0, 3950.0, 3972.0, 3948.0, 3955.0, 3923.0, 3911.0, 3920.0, 3879.0, 3917.0, 3885.0, 3917.0, 3909.0, 3916.0, 3887.0, 3888.0, 3922.0, 3892.0, 3935.0, 3913.0, 3946.0, 3915.0, 3943.0, 3937.0, 3945.0, 3927.0, 3904.0, 3935.0, 3893.0, 3934.0, 3903.0, 3946.0, 3939.0, 3978.0, 3938.0, 3907.0, 3937.0, 3917.0, 3948.0, 3943.0, 3934.0, 3945.0, 3925.0, 3989.0, 3969.0, 3936.0, 3966.0, 3933.0, 3974.0, 3944.0, 3985.0, 3944.0, 3985.0, 3955.0, 3985.0, 3953.0, 3993.0, 3940.0, 3959.0, 3928.0, 3928.0, 3950.0, 3920.0, 3961.0, 3931.0, 3974.0, 3943.0, 3920.0, 3951.0, 3919.0, 3939.0, 3940.0, 3943.0, 3965.0, 3946.0, 3988.0, 3967.0, 3955.0, 3976.0, 3933.0, 3987.0, 3955.0, 3994.0, 3942.0, 3993.0, 3942.0, 3993.0, 3952.0, 3960.0, 3928.0, 3937.0, 3927.0, 3945.0, 3915.0, 3957.0, 3927.0, 3948.0, 3947.0, 3908.0, 3950.0, 3929.0, 3940.0, 3955.0, 3934.0, 3977.0, 3938.0, 3989.0, 3970.0, 3949.0, 4001.0, 3981.0, 3992.0, 3980.0, 3936.0, 3998.0, 3956.0, 4008.0, 3968.0, 3985.0, 3955.0, 3941.0, 3986.0, 3929.0, 3972.0, 3940.0, 3960.0, 3929.0, 3929.0, 3950.0, 3929.0, 3993.0, 3948.0, 3918.0, 3951.0, 3928.0, 3930.0, 3962.0, 3929.0, 3962.0, 3932.0, 3972.0, 3956.0, 3984.0, 3942.0, 3959.0, 3929.0, 3969.0, 3940.0], 'WindowWidth': [8890.0, 8938.0, 8850.0, 8901.0, 8841.0, 8891.0, 8806.0, 8857.0, 8800.0, 8842.0, 8820.0, 8859.0, 8851.0, 8833.0, 8853.0, 8803.0, 8850.0, 8799.0, 8844.0, 8794.0, 8829.0, 8797.0, 8843.0, 8781.0, 8841.0, 8769.0, 8840.0, 8796.0, 8859.0, 8816.0, 8860.0, 8813.0, 8856.0, 8798.0, 8841.0, 8818.0, 8856.0, 8816.0, 8845.0, 8820.0, 8845.0, 8821.0, 8876.0, 8821.0, 8791.0, 8834.0, 8797.0, 8867.0, 8833.0, 8891.0, 8869.0, 8910.0, 8869.0, 8912.0, 8850.0, 8891.0, 8841.0, 8885.0, 8824.0, 8884.0, 8838.0, 8876.0, 8798.0, 8792.0, 8805.0, 8760.0, 8821.0, 8774.0, 8836.0, 8779.0, 8857.0, 8799.0, 8858.0, 8800.0, 8840.0, 8795.0, 8838.0, 8794.0, 8856.0, 8813.0, 8854.0, 8813.0, 8840.0, 8796.0, 8840.0, 8799.0, 8875.0, 8802.0, 8881.0, 8829.0, 8808.0, 8838.0, 8799.0, 8889.0, 8848.0, 8904.0, 8845.0, 8867.0, 8823.0, 8804.0, 8834.0, 8820.0, 8871.0, 8841.0, 8872.0, 8807.0, 8863.0, 8804.0, 8862.0, 8819.0, 8875.0, 8817.0, 8859.0, 8802.0, 8857.0, 8817.0, 8857.0, 8815.0, 8843.0, 8816.0, 8869.0, 8801.0, 8838.0, 8801.0, 8857.0, 8818.0, 8816.0, 8850.0, 8803.0, 8847.0, 8788.0, 8847.0, 8818.0, 8868.0, 8791.0, 8851.0, 8806.0, 8863.0, 8802.0, 8864.0, 8820.0, 8882.0, 8835.0, 8876.0, 8820.0, 8846.0, 8805.0, 8856.0, 8822.0, 8876.0, 8825.0, 8841.0, 8877.0, 8845.0, 8893.0, 8826.0, 8869.0, 8805.0, 8861.0, 8784.0, 8845.0, 8825.0, 8830.0, 8836.0, 8812.0, 8855.0, 8779.0, 8834.0, 8776.0, 8834.0, 8777.0, 8820.0, 8778.0, 8827.0, 8789.0, 8833.0, 8792.0, 8863.0, 8807.0, 8847.0, 8823.0, 8864.0, 8829.0, 8888.0, 8850.0, 8888.0, 8849.0, 8887.0, 8848.0, 8870.0, 8859.0, 8884.0, 8857.0, 8836.0, 8867.0, 8829.0, 8829.0, 8795.0, 8860.0, 8786.0, 8878.0, 8813.0, 8859.0, 8812.0, 8840.0, 8797.0, 8839.0, 8799.0, 8857.0, 8811.0, 8869.0, 8793.0, 8835.0, 8796.0, 8854.0, 8808.0, 8839.0, 8796.0, 8841.0, 8783.0, 8819.0, 8796.0, 8840.0, 8816.0, 8854.0, 8814.0, 8825.0, 8814.0, 8799.0, 8831.0, 8788.0, 8862.0, 8803.0, 8861.0, 8819.0, 8862.0, 8820.0, 8877.0, 8834.0, 8844.0, 8817.0, 8798.0, 8827.0, 8787.0, 8860.0, 8816.0, 8889.0, 8815.0, 8839.0, 8797.0, 8796.0, 8848.0, 8806.0, 8869.0, 8827.0, 8879.0, 8844.0, 8877.0, 8835.0, 8813.0, 8873.0, 8816.0, 8806.0, 8836.0, 8809.0, 8881.0, 8838.0, 8882.0, 8839.0, 8876.0, 8818.0, 8800.0, 8843.0, 8766.0, 8823.0, 8761.0, 8851.0, 8794.0, 8861.0, 8793.0, 8837.0, 8797.0, 8836.0, 8796.0, 8836.0, 8814.0, 8854.0, 8817.0, 8878.0, 8818.0, 8858.0, 8799.0, 8842.0, 8780.0, 8821.0, 8802.0, 8810.0, 8851.0, 8812.0, 8854.0, 8785.0, 8856.0, 8804.0, 8861.0, 8821.0, 8873.0, 8820.0, 8863.0, 8824.0, 8847.0, 8836.0, 8864.0, 8838.0, 8836.0, 8852.0, 8833.0, 8834.0, 8832.0, 8849.0, 8820.0, 8863.0, 8790.0, 8847.0, 8787.0, 8846.0, 8814.0, 8882.0, 8800.0, 8883.0, 8800.0, 8844.0, 8786.0, 8839.0, 8799.0, 8839.0, 8800.0, 8859.0, 8818.0, 8862.0, 8819.0, 8875.0, 8818.0, 8841.0, 8815.0, 8839.0, 8829.0, 8798.0, 8863.0, 8785.0, 8842.0, 8767.0, 8826.0, 8778.0, 8837.0, 8792.0, 8869.0, 8805.0, 8852.0, 8791.0, 8830.0, 8791.0, 8817.0, 8795.0, 8839.0, 8815.0, 8821.0, 8852.0, 8808.0, 8832.0, 8787.0, 8843.0, 8787.0, 8860.0, 8788.0, 8872.0, 8829.0, 8865.0, 8803.0, 8846.0, 8787.0, 8845.0, 8786.0, 8845.0, 8781.0, 8823.0, 8766.0, 8839.0, 8765.0, 8843.0, 8768.0, 8844.0, 8768.0, 8840.0, 8766.0, 8824.0, 8764.0, 8840.0, 8769.0, 8844.0, 8783.0, 8841.0, 8781.0, 8842.0, 8789.0, 8888.0, 8823.0, 8865.0, 8823.0, 8863.0, 8827.0, 8881.0, 8838.0, 8881.0, 8824.0, 8862.0, 8821.0, 8877.0, 8824.0, 8893.0, 8838.0, 8861.0, 8819.0, 8828.0, 8830.0, 8787.0, 8849.0, 8786.0, 8845.0, 8785.0, 8844.0, 8781.0, 8857.0, 8797.0, 8855.0, 8794.0, 8838.0, 8780.0, 8837.0, 8814.0, 8857.0, 8800.0, 8794.0, 8794.0, 8771.0, 8814.0, 8818.0, 8872.0, 8846.0, 8842.0, 8876.0, 8831.0, 8884.0, 8841.0, 8899.0, 8833.0, 8860.0, 8796.0, 8846.0, 8791.0, 8839.0, 8789.0, 8806.0, 8804.0, 8794.0, 8816.0, 8817.0, 8823.0, 8810.0, 8776.0, 8792.0, 8781.0, 8807.0, 8764.0, 8840.0, 8772.0, 8861.0, 8799.0, 8861.0, 8800.0, 8844.0, 8795.0, 8844.0, 8801.0, 8843.0, 8799.0, 8825.0, 8797.0, 8842.0, 8799.0, 8862.0, 8800.0, 8841.0, 8800.0, 8855.0, 8801.0, 8857.0, 8814.0, 8874.0, 8819.0, 8844.0, 8820.0, 8858.0, 8821.0, 8876.0, 8823.0, 8876.0, 8835.0, 8860.0, 8819.0, 8842.0, 8817.0, 8858.0, 8831.0, 8839.0, 8812.0, 8851.0, 8809.0, 8850.0, 8795.0, 8851.0, 8809.0, 8850.0, 8824.0, 8836.0, 8829.0, 8771.0, 8813.0, 8774.0, 8827.0, 8790.0, 8858.0, 8822.0, 8865.0, 8842.0, 8811.0, 8875.0, 8810.0, 8867.0, 8824.0, 8866.0, 8817.0, 8863.0, 8820.0, 8882.0, 8835.0, 8876.0, 8816.0, 8844.0, 8796.0, 8839.0, 8797.0, 8853.0, 8812.0, 8871.0, 8800.0, 8839.0, 8786.0, 8827.0, 8803.0, 8815.0, 8828.0, 8789.0, 8834.0, 8789.0, 8847.0, 8789.0, 8852.0, 8804.0, 8887.0, 8822.0, 8883.0, 8819.0, 8843.0, 8801.0, 8844.0, 8805.0, 8858.0, 8822.0, 8865.0, 8858.0, 8812.0, 8854.0, 8804.0, 8847.0, 8795.0, 8842.0, 8777.0, 8842.0, 8778.0, 8859.0, 8789.0, 8836.0, 8791.0, 8818.0, 8791.0, 8832.0, 8777.0, 8773.0, 8807.0, 8765.0, 8837.0, 8799.0, 8856.0, 8797.0, 8840.0, 8795.0, 8821.0, 8776.0, 8819.0, 8781.0, 8838.0, 8798.0, 8839.0, 8784.0, 8825.0, 8798.0, 8837.0, 8800.0, 8869.0, 8821.0, 8846.0, 8822.0, 8818.0, 8834.0, 8817.0, 8846.0, 8787.0, 8832.0, 8790.0, 8846.0, 8789.0, 8867.0, 8823.0, 8865.0, 8844.0, 8904.0, 8843.0, 8880.0, 8825.0, 8877.0, 8837.0, 8804.0, 8856.0, 8789.0, 8844.0, 8788.0, 8860.0, 8802.0, 8859.0, 8835.0, 8873.0, 8816.0, 8785.0, 8810.0, 8769.0, 8840.0, 8798.0, 8859.0, 8814.0, 8876.0, 8831.0, 8839.0, 8795.0, 8779.0, 8806.0, 8761.0, 8809.0, 8783.0, 8844.0, 8785.0, 8846.0, 8801.0, 8844.0, 8803.0, 8862.0, 8803.0, 8877.0, 8817.0, 8844.0, 8799.0, 8840.0, 8796.0, 8839.0, 8796.0, 8854.0, 8795.0, 8839.0, 8795.0, 8821.0, 8794.0, 8819.0, 8796.0, 8795.0, 8828.0, 8779.0, 8827.0, 8769.0, 8822.0, 8778.0, 8842.0, 8813.0, 8871.0, 8812.0, 8893.0, 8832.0, 8815.0, 8804.0, 8857.0, 8869.0, 8796.0, 8898.0, 8821.0, 8812.0, 8837.0, 8792.0, 8846.0, 8809.0, 8886.0, 8864.0, 8877.0, 8867.0, 8851.0, 8891.0, 8820.0, 8883.0, 8826.0, 8861.0, 8819.0, 8822.0, 8776.0, 8756.0, 8769.0, 8710.0, 8759.0, 8714.0, 8759.0, 8751.0, 8756.0, 8721.0, 8727.0, 8775.0, 8738.0, 8798.0, 8765.0, 8815.0, 8771.0, 8807.0, 8803.0, 8812.0, 8792.0, 8757.0, 8799.0, 8741.0, 8795.0, 8753.0, 8816.0, 8812.0, 8861.0, 8808.0, 8766.0, 8806.0, 8782.0, 8821.0, 8826.0, 8814.0, 8831.0, 8804.0, 8895.0, 8866.0, 8821.0, 8860.0, 8813.0, 8866.0, 8825.0, 8882.0, 8825.0, 8884.0, 8840.0, 8883.0, 8836.0, 8892.0, 8816.0, 8838.0, 8794.0, 8792.0, 8826.0, 8788.0, 8844.0, 8807.0, 8867.0, 8825.0, 8788.0, 8831.0, 8786.0, 8811.0, 8816.0, 8827.0, 8857.0, 8835.0, 8893.0, 8864.0, 8845.0, 8873.0, 8812.0, 8890.0, 8842.0, 8892.0, 8820.0, 8890.0, 8819.0, 8889.0, 8831.0, 8841.0, 8795.0, 8804.0, 8790.0, 8813.0, 8773.0, 8831.0, 8791.0, 8819.0, 8821.0, 8769.0, 8828.0, 8799.0, 8815.0, 8845.0, 8815.0, 8875.0, 8828.0, 8896.0, 8875.0, 8843.0, 8914.0, 8888.0, 8904.0, 8887.0, 8820.0, 8906.0, 8845.0, 8919.0, 8864.0, 8881.0, 8840.0, 8817.0, 8885.0, 8797.0, 8862.0, 8812.0, 8837.0, 8795.0, 8796.0, 8827.0, 8797.0, 8890.0, 8820.0, 8783.0, 8831.0, 8797.0, 8803.0, 8847.0, 8799.0, 8848.0, 8809.0, 8863.0, 8845.0, 8879.0, 8819.0, 8836.0, 8797.0, 8849.0, 8814.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.000546264367816092</td></tr>
<tr><td colspan=3>aqi</td><td>0.022928534712643677</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.78087824040276</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2474891750287673</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9993919934177211</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>4202.0151</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09832709334541855</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.436781609195402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.617058778728705</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5168706672658545</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9148427486865516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.41946292023371</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117006</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017321914434432983</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03448927029967308</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7892389796868056</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>19.6465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7885</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.2025</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1002.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.6898</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1501</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.115</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3108.761</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.9374</td></tr>
<tr><td colspan=3>tsnr</td><td>38.63068039237987</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>