ds005256-mriqc/sub-0011_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 03db0f4584 [DATALAD RUNCMD] Compute MRIQC for sub-0011
=== 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-0011 --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-0011",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:48:30 +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-0011_ses-03_task-social_acq-mb8_run-03_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-0011_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-03_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-0011/ses-03/func/sub-0011_ses-03_task-social_acq-mb8_run-03_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>231a12f0005889b350ebebad57c35e88</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>15:27:24.127500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997216, -0.00529037, 0.0743751, 0.0116617, 0.99627, -0.085494]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0757198</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7742, -7242, 569, -33, -138, 8, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25f6ce74-1c81-4819-9087-2556dd4d52fe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754584312438965, 0.03128756210207939, 0.19884254038333893, 106.42980194091797], [0.01419367827475071, 2.6729207038879395, -0.23253318667411804, -79.37171173095703], [0.19954286515712738, 0.22937428951263428, 2.6826088428497314, -74.253173828125], [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': ['152724.127500', '152724.587500', '152725.047500', '152725.507500', '152725.967500', '152726.427500', '152726.887500', '152727.347500', '152727.807500', '152728.267500', '152728.727500', '152729.187500', '152729.647500', '152730.107500', '152730.567500', '152731.027500', '152731.487500', '152731.947500', '152732.407500', '152732.867500', '152733.327500', '152733.787500', '152734.247500', '152734.707500', '152735.167500', '152735.627500', '152736.087500', '152736.547500', '152737.007500', '152737.467500', '152737.927500', '152738.387500', '152738.847500', '152739.307500', '152739.767500', '152740.227500', '152740.687500', '152741.147500', '152741.607500', '152742.067500', '152742.527500', '152742.987500', '152743.447500', '152743.907500', '152744.367500', '152744.827500', '152745.287500', '152745.747500', '152746.207500', '152746.667500', '152747.127500', '152747.587500', '152748.047500', '152748.507500', '152748.967500', '152749.427500', '152749.887500', '152750.347500', '152750.807500', '152751.267500', '152751.727500', '152752.187500', '152752.647500', '152753.107500', '152753.567500', '152754.027500', '152754.487500', '152754.947500', '152755.407500', '152755.867500', '152756.327500', '152756.787500', '152757.247500', '152757.707500', '152758.167500', '152758.627500', '152759.087500', '152759.547500', '152800.007500', '152800.467500', '152800.927500', '152801.387500', '152801.847500', '152802.307500', '152802.767500', '152803.227500', '152803.687500', '152804.147500', '152804.607500', '152805.067500', '152805.527500', '152805.987500', '152806.447500', '152806.907500', '152807.367500', '152807.827500', '152808.287500', '152808.747500', '152809.207500', '152809.667500', '152810.127500', '152810.587500', '152811.047500', '152811.507500', '152811.967500', '152812.427500', '152812.887500', '152813.347500', '152813.807500', '152814.267500', '152814.727500', '152815.187500', '152815.647500', '152816.107500', '152816.567500', '152817.027500', '152817.487500', '152817.947500', '152818.407500', '152818.867500', '152819.327500', '152819.787500', '152820.247500', '152820.707500', '152821.167500', '152821.627500', '152822.087500', '152822.547500', '152823.007500', '152823.467500', '152823.927500', '152824.387500', '152824.847500', '152825.307500', '152825.767500', '152826.227500', '152826.687500', '152827.147500', '152827.607500', '152828.067500', '152828.527500', '152828.987500', '152829.447500', '152829.907500', '152830.367500', '152830.827500', '152831.287500', '152831.747500', '152832.207500', '152832.667500', '152833.127500', '152833.587500', '152834.047500', '152834.507500', '152834.967500', '152835.427500', '152835.887500', '152836.347500', '152836.807500', '152837.267500', '152837.727500', '152838.187500', '152838.647500', '152839.107500', '152839.567500', '152840.027500', '152840.487500', '152840.947500', '152841.407500', '152841.867500', '152842.327500', '152842.787500', '152843.247500', '152843.707500', '152844.167500', '152844.627500', '152845.087500', '152845.547500', '152846.007500', '152846.467500', '152846.927500', '152847.387500', '152847.847500', '152848.307500', '152848.767500', '152849.227500', '152849.687500', '152850.147500', '152850.607500', '152851.067500', '152851.527500', '152851.987500', '152852.447500', '152852.907500', '152853.367500', '152853.827500', '152854.287500', '152854.747500', '152855.207500', '152855.667500', '152856.127500', '152856.587500', '152857.047500', '152857.507500', '152857.967500', '152858.427500', '152858.887500', '152859.347500', '152859.807500', '152900.267500', '152900.727500', '152901.187500', '152901.647500', '152902.107500', '152902.567500', '152903.027500', '152903.487500', '152903.947500', '152904.407500', '152904.867500', '152905.327500', '152905.787500', '152906.247500', '152906.707500', '152907.167500', '152907.627500', '152908.087500', '152908.547500', '152909.007500', '152909.467500', '152909.927500', '152910.387500', '152910.847500', '152911.307500', '152911.767500', '152912.227500', '152912.687500', '152913.147500', '152913.607500', '152914.067500', '152914.527500', '152914.987500', '152915.447500', '152915.907500', '152916.367500', '152916.827500', '152917.287500', '152917.747500', '152918.207500', '152918.667500', '152919.127500', '152919.587500', '152920.047500', '152920.507500', '152920.967500', '152921.427500', '152921.887500', '152922.347500', '152922.807500', '152923.267500', '152923.727500', '152924.187500', '152924.647500', '152925.107500', '152925.567500', '152926.027500', '152926.487500', '152926.947500', '152927.407500', '152927.867500', '152928.327500', '152928.787500', '152929.247500', '152929.707500', '152930.167500', '152930.627500', '152931.087500', '152931.547500', '152932.007500', '152932.467500', '152932.927500', '152933.387500', '152933.847500', '152934.307500', '152934.767500', '152935.227500', '152935.687500', '152936.147500', '152936.607500', '152937.067500', '152937.527500', '152937.987500', '152938.447500', '152938.907500', '152939.367500', '152939.827500', '152940.287500', '152940.747500', '152941.207500', '152941.667500', '152942.127500', '152942.587500', '152943.047500', '152943.507500', '152943.967500', '152944.427500', '152944.887500', '152945.347500', '152945.807500', '152946.267500', '152946.727500', '152947.187500', '152947.647500', '152948.107500', '152948.567500', '152949.027500', '152949.487500', '152949.947500', '152950.407500', '152950.867500', '152951.327500', '152951.787500', '152952.247500', '152952.707500', '152953.167500', '152953.627500', '152954.087500', '152954.547500', '152955.007500', '152955.467500', '152955.927500', '152956.387500', '152956.847500', '152957.307500', '152957.767500', '152958.227500', '152958.687500', '152959.147500', '152959.607500', '153000.067500', '153000.527500', '153000.987500', '153001.447500', '153001.907500', '153002.367500', '153002.827500', '153003.287500', '153003.747500', '153004.207500', '153004.667500', '153005.127500', '153005.587500', '153006.047500', '153006.507500', '153006.967500', '153007.427500', '153007.887500', '153008.347500', '153008.807500', '153009.267500', '153009.727500', '153010.187500', '153010.647500', '153011.107500', '153011.567500', '153012.027500', '153012.487500', '153012.947500', '153013.407500', '153013.867500', '153014.327500', '153014.787500', '153015.247500', '153015.707500', '153016.167500', '153016.627500', '153017.087500', '153017.547500', '153018.007500', '153018.467500', '153018.927500', '153019.387500', '153019.847500', '153020.307500', '153020.767500', '153021.227500', '153021.687500', '153022.147500', '153022.607500', '153023.067500', '153023.527500', '153023.987500', '153024.447500', '153024.907500', '153025.367500', '153025.827500', '153026.287500', '153026.747500', '153027.207500', '153027.667500', '153028.127500', '153028.587500', '153029.047500', '153029.507500', '153029.967500', '153030.427500', '153030.887500', '153031.347500', '153031.807500', '153032.267500', '153032.727500', '153033.187500', '153033.647500', '153034.107500', '153034.567500', '153035.027500', '153035.487500', '153035.947500', '153036.407500', '153036.867500', '153037.327500', '153037.787500', '153038.247500', '153038.707500', '153039.167500', '153039.627500', '153040.087500', '153040.547500', '153041.007500', '153041.467500', '153041.927500', '153042.387500', '153042.847500', '153043.307500', '153043.767500', '153044.227500', '153044.687500', '153045.147500', '153045.607500', '153046.067500', '153046.527500', '153046.987500', '153047.447500', '153047.907500', '153048.367500', '153048.827500', '153049.287500', '153049.747500', '153050.207500', '153050.667500', '153051.127500', '153051.587500', '153052.047500', '153052.507500', '153052.967500', '153053.427500', '153053.887500', '153054.347500', '153054.807500', '153055.267500', '153055.727500', '153056.187500', '153056.647500', '153057.107500', '153057.567500', '153058.027500', '153058.487500', '153058.947500', '153059.407500', '153059.867500', '153100.327500', '153100.787500', '153101.247500', '153101.707500', '153102.167500', '153102.627500', '153103.087500', '153103.547500', '153104.007500', '153104.467500', '153104.927500', '153105.387500', '153105.847500', '153106.307500', '153106.767500', '153107.227500', '153107.687500', '153108.147500', '153108.607500', '153109.067500', '153109.527500', '153109.987500', '153110.447500', '153110.907500', '153111.367500', '153111.827500', '153112.287500', '153112.747500', '153113.207500', '153113.667500', '153114.127500', '153114.587500', '153115.047500', '153115.507500', '153115.967500', '153116.427500', '153116.887500', '153117.347500', '153117.807500', '153118.267500', '153118.727500', '153119.187500', '153119.647500', '153120.107500', '153120.567500', '153121.027500', '153121.487500', '153121.947500', '153122.407500', '153122.867500', '153123.327500', '153123.787500', '153124.247500', '153124.707500', '153125.167500', '153125.627500', '153126.087500', '153126.547500', '153127.007500', '153127.467500', '153127.927500', '153128.387500', '153128.847500', '153129.307500', '153129.767500', '153130.227500', '153130.687500', '153131.147500', '153131.607500', '153132.067500', '153132.527500', '153132.987500', '153133.447500', '153133.907500', '153134.367500', '153134.827500', '153135.287500', '153135.747500', '153136.207500', '153136.667500', '153137.127500', '153137.587500', '153138.047500', '153138.507500', '153138.967500', '153139.427500', '153139.887500', '153140.347500', '153140.807500', '153141.267500', '153141.727500', '153142.187500', '153142.647500', '153143.107500', '153143.567500', '153144.027500', '153144.487500', '153144.947500', '153145.407500', '153145.867500', '153146.327500', '153146.787500', '153147.247500', '153147.707500', '153148.167500', '153148.627500', '153149.087500', '153149.547500', '153150.007500', '153150.467500', '153150.927500', '153151.387500', '153151.847500', '153152.307500', '153152.767500', '153153.227500', '153153.687500', '153154.147500', '153154.607500', '153155.067500', '153155.527500', '153155.987500', '153156.447500', '153156.907500', '153157.367500', '153157.827500', '153158.287500', '153158.747500', '153159.207500', '153159.667500', '153200.127500', '153200.587500', '153201.047500', '153201.507500', '153201.967500', '153202.427500', '153202.887500', '153203.347500', '153203.807500', '153204.267500', '153204.727500', '153205.187500', '153205.647500', '153206.107500', '153206.567500', '153207.027500', '153207.487500', '153207.947500', '153208.407500', '153208.867500', '153209.327500', '153209.787500', '153210.247500', '153210.707500', '153211.167500', '153211.627500', '153212.087500', '153212.547500', '153213.007500', '153213.467500', '153213.927500', '153214.387500', '153214.847500', '153215.307500', '153215.767500', '153216.227500', '153216.687500', '153217.147500', '153217.607500', '153218.067500', '153218.527500', '153218.987500', '153219.447500', '153219.907500', '153220.367500', '153220.827500', '153221.287500', '153221.747500', '153222.207500', '153222.667500', '153223.127500', '153223.587500', '153224.047500', '153224.507500', '153224.967500', '153225.427500', '153225.887500', '153226.347500', '153226.807500', '153227.267500', '153227.727500', '153228.187500', '153228.647500', '153229.107500', '153229.567500', '153230.027500', '153230.487500', '153230.947500', '153231.407500', '153231.867500', '153232.327500', '153232.787500', '153233.247500', '153233.707500', '153234.167500', '153234.627500', '153235.087500', '153235.547500', '153236.007500', '153236.467500', '153236.927500', '153237.387500', '153237.847500', '153238.307500', '153238.767500', '153239.227500', '153239.687500', '153240.147500', '153240.607500', '153241.067500', '153241.527500', '153241.987500', '153242.447500', '153242.907500', '153243.367500', '153243.827500', '153244.287500', '153244.747500', '153245.207500', '153245.667500', '153246.127500', '153246.587500', '153247.047500', '153247.507500', '153247.967500', '153248.427500', '153248.887500', '153249.347500', '153249.807500', '153250.267500', '153250.727500', '153251.187500', '153251.647500', '153252.107500', '153252.567500', '153253.027500', '153253.487500', '153253.947500', '153254.407500', '153254.867500', '153255.327500', '153255.787500', '153256.247500', '153256.707500', '153257.167500', '153257.627500', '153258.087500', '153258.547500', '153259.007500', '153259.467500', '153259.927500', '153300.387500', '153300.847500', '153301.307500', '153301.767500', '153302.227500', '153302.687500', '153303.147500', '153303.607500', '153304.067500', '153304.527500', '153304.987500', '153305.447500', '153305.907500', '153306.367500', '153306.827500', '153307.287500', '153307.747500', '153308.207500', '153308.667500', '153309.127500', '153309.587500', '153310.047500', '153310.507500', '153310.967500', '153311.427500', '153311.887500', '153312.347500', '153312.807500', '153313.267500', '153313.727500', '153314.187500', '153314.647500', '153315.107500', '153315.567500', '153316.027500', '153316.487500', '153316.947500', '153317.407500', '153317.867500', '153318.327500', '153318.787500', '153319.247500', '153319.707500', '153320.167500', '153320.627500', '153321.087500', '153321.547500', '153322.007500', '153322.467500', '153322.927500', '153323.387500', '153323.847500', '153324.307500', '153324.767500', '153325.227500', '153325.687500', '153326.147500', '153326.607500', '153327.067500', '153327.527500', '153327.987500', '153328.447500', '153328.907500', '153329.367500', '153329.827500', '153330.287500', '153330.747500', '153331.207500', '153331.667500', '153332.127500', '153332.587500', '153333.047500', '153333.507500', '153333.967500', '153334.427500', '153334.887500', '153335.347500', '153335.807500', '153336.267500', '153336.727500', '153337.187500', '153337.647500', '153338.107500', '153338.567500', '153339.027500', '153339.487500', '153339.947500', '153340.407500', '153340.867500', '153341.327500', '153341.787500', '153342.247500', '153342.707500', '153343.167500', '153343.627500', '153344.087500', '153344.547500', '153345.007500', '153345.467500', '153345.927500', '153346.387500', '153346.847500', '153347.307500', '153347.767500', '153348.227500', '153348.687500', '153349.147500', '153349.607500', '153350.067500', '153350.527500', '153350.987500', '153351.447500', '153351.907500', '153352.367500', '153352.827500', '153353.287500', '153353.747500', '153354.207500', '153354.667500', '153355.127500', '153355.587500', '153356.047500', '153356.507500', '153356.967500', '153357.427500', '153357.887500', '153358.347500', '153358.807500', '153359.267500', '153359.727500', '153400.187500', '153400.647500', '153401.107500', '153401.567500', '153402.027500', '153402.487500', '153402.947500', '153403.407500', '153403.867500', '153404.327500', '153404.787500'], 'ContentTime': ['152743.662000', '152743.666000', '152743.669000', '152743.672000', '152743.675000', '152743.678000', '152743.680000', '152743.683000', '152743.686000', '152743.689000', '152743.692000', '152743.695000', '152743.698000', '152743.701000', '152743.703000', '152743.708000', '152743.711000', '152743.714000', '152743.717000', '152743.720000', '152743.722000', '152743.725000', '152743.728000', '152743.731000', '152743.734000', '152743.737000', '152743.740000', '152743.742000', '152743.745000', '152743.748000', '152743.751000', '152743.754000', '152743.757000', '152743.760000', '152743.762000', '152743.765000', '152743.768000', '152743.771000', '152743.774000', '152743.777000', '152803.562000', '152803.565000', '152803.577000', '152803.580000', '152803.583000', '152803.586000', '152803.589000', '152803.592000', '152803.594000', '152803.597000', '152803.600000', '152803.603000', '152803.606000', '152803.609000', '152803.612000', '152803.615000', '152803.617000', '152803.620000', '152803.623000', '152803.626000', '152803.629000', '152803.632000', '152803.634000', '152803.637000', '152803.640000', '152803.643000', '152803.646000', '152803.649000', '152803.651000', '152803.654000', '152803.659000', '152803.663000', '152803.666000', '152803.669000', '152803.672000', '152803.675000', '152803.678000', '152803.681000', '152803.695000', '152803.697000', '152803.700000', '152803.703000', '152803.706000', '152823.562000', '152823.565000', '152823.568000', '152823.570000', '152823.573000', '152823.576000', '152823.579000', '152823.582000', '152823.585000', '152823.588000', '152823.590000', '152823.593000', '152823.596000', '152823.599000', '152823.602000', '152823.605000', '152823.608000', '152823.610000', '152823.613000', '152823.616000', '152823.619000', '152823.622000', '152823.625000', '152823.627000', '152823.630000', '152823.633000', '152823.636000', '152823.639000', '152823.642000', '152823.644000', '152823.647000', '152823.650000', '152823.653000', '152823.656000', '152823.659000', '152823.661000', '152823.667000', '152823.670000', '152823.673000', '152823.676000', '152823.678000', '152823.681000', '152823.684000', '152823.687000', '152843.562000', '152843.565000', '152843.568000', '152843.571000', '152843.573000', '152843.576000', '152843.579000', '152843.582000', '152843.585000', '152843.588000', '152843.590000', '152843.593000', '152843.596000', '152843.599000', '152843.602000', '152843.605000', '152843.609000', '152843.612000', '152843.614000', '152843.617000', '152843.620000', '152843.623000', '152843.626000', '152843.628000', '152843.631000', '152843.634000', '152843.637000', '152843.640000', '152843.643000', '152843.646000', '152843.648000', '152843.669000', '152843.672000', '152843.675000', '152843.678000', '152843.681000', '152843.684000', '152843.687000', '152843.690000', '152843.693000', '152843.695000', '152843.698000', '152843.701000', '152903.562000', '152903.565000', '152903.568000', '152903.571000', '152903.574000', '152903.577000', '152903.580000', '152903.582000', '152903.585000', '152903.588000', '152903.591000', '152903.594000', '152903.597000', '152903.600000', '152903.602000', '152903.605000', '152903.608000', '152903.611000', '152903.614000', '152903.617000', '152903.620000', '152903.622000', '152903.625000', '152903.628000', '152903.631000', '152903.634000', '152903.637000', '152903.640000', '152903.643000', '152903.645000', '152903.648000', '152903.651000', '152903.654000', '152903.657000', '152903.660000', '152903.662000', '152903.665000', '152903.668000', '152903.671000', '152903.674000', '152903.677000', '152903.697000', '152903.700000', '152903.703000', '152923.562000', '152923.565000', '152923.568000', '152923.571000', '152923.574000', '152923.577000', '152923.579000', '152923.582000', '152923.585000', '152923.588000', '152923.591000', '152923.594000', '152923.597000', '152923.599000', '152923.602000', '152923.605000', '152923.608000', '152923.611000', '152923.614000', '152923.617000', '152923.620000', '152923.622000', '152923.625000', '152923.628000', '152923.631000', '152923.634000', '152923.637000', '152923.640000', '152923.642000', '152923.645000', '152923.648000', '152923.651000', '152923.654000', '152923.657000', '152923.660000', '152923.662000', '152923.665000', '152923.668000', '152923.671000', '152923.674000', '152923.677000', '152923.680000', '152923.682000', '152943.562000', '152943.565000', '152943.568000', '152943.571000', '152943.573000', '152943.576000', '152943.579000', '152943.582000', '152943.585000', '152943.588000', '152943.591000', '152943.594000', '152943.596000', '152943.599000', '152943.602000', '152943.605000', '152943.608000', '152943.611000', '152943.613000', '152943.616000', '152943.619000', '152943.622000', '152943.625000', '152943.628000', '152943.631000', '152943.633000', '152943.636000', '152943.639000', '152943.642000', '152943.645000', '152943.648000', '152943.650000', '152943.653000', '152943.656000', '152943.659000', '152943.662000', '152943.665000', '152943.668000', '152943.670000', '152943.673000', '152943.676000', '152943.679000', '152943.682000', '152943.685000', '153003.562000', '153003.565000', '153003.568000', '153003.571000', '153003.574000', '153003.576000', '153003.579000', '153003.582000', '153003.585000', '153003.588000', '153003.591000', '153003.594000', '153003.597000', '153003.599000', '153003.602000', '153003.605000', '153003.608000', '153003.611000', '153003.614000', '153003.617000', '153003.619000', '153003.622000', '153003.625000', '153003.628000', '153003.631000', '153003.634000', '153003.637000', '153003.639000', '153003.642000', '153003.646000', '153003.649000', '153003.652000', '153003.655000', '153003.658000', '153003.660000', '153003.663000', '153003.666000', '153003.669000', '153003.672000', '153003.675000', '153003.678000', '153003.681000', '153003.683000', '153023.562000', '153023.565000', '153023.568000', '153023.571000', '153023.574000', '153023.577000', '153023.579000', '153023.582000', '153023.585000', '153023.588000', '153023.591000', '153023.594000', '153023.597000', '153023.600000', '153023.602000', '153023.605000', '153023.608000', '153023.611000', '153023.614000', '153023.617000', '153023.620000', '153023.623000', '153023.626000', '153023.629000', '153023.632000', '153023.634000', '153023.637000', '153023.640000', '153023.643000', '153023.646000', '153023.649000', '153023.652000', '153023.654000', '153023.657000', '153023.660000', '153023.663000', '153023.666000', '153023.669000', '153023.672000', '153023.675000', '153023.677000', '153023.680000', '153023.683000', '153023.686000', '153043.562000', '153043.565000', '153043.568000', '153043.571000', '153043.574000', '153043.576000', '153043.579000', '153043.582000', '153043.585000', '153043.588000', '153043.591000', '153043.594000', '153043.597000', '153043.599000', '153043.602000', '153043.605000', '153043.608000', '153043.611000', '153043.614000', '153043.617000', '153043.620000', '153043.622000', '153043.642000', '153043.645000', '153043.648000', '153043.651000', '153043.653000', '153043.656000', '153043.659000', '153043.662000', '153043.665000', '153043.668000', '153043.670000', '153043.673000', '153043.676000', '153043.679000', '153043.682000', '153043.685000', '153043.688000', '153043.691000', '153043.693000', '153043.696000', '153043.699000', '153103.562000', '153103.565000', '153103.568000', '153103.571000', '153103.574000', '153103.576000', '153103.579000', '153103.582000', '153103.585000', '153103.588000', '153103.591000', '153103.594000', '153103.597000', '153103.599000', '153103.602000', '153103.605000', '153103.608000', '153103.611000', '153103.614000', '153103.617000', '153103.620000', '153103.622000', '153103.625000', '153103.628000', '153103.631000', '153103.634000', '153103.637000', '153103.640000', '153103.643000', '153103.645000', '153103.648000', '153103.651000', '153103.654000', '153103.657000', '153103.660000', '153103.662000', '153103.665000', '153103.668000', '153103.671000', '153103.674000', '153103.677000', '153103.680000', '153103.683000', '153103.686000', '153123.562000', '153123.565000', '153123.568000', '153123.571000', '153123.574000', '153123.577000', '153123.580000', '153123.582000', '153123.585000', '153123.588000', '153123.591000', '153123.594000', '153123.597000', '153123.600000', '153123.603000', '153123.605000', '153123.608000', '153123.611000', '153123.614000', '153123.617000', '153123.620000', '153123.623000', '153123.626000', '153123.629000', '153123.631000', '153123.634000', '153123.637000', '153123.640000', '153123.643000', '153123.646000', '153123.649000', '153123.652000', '153123.654000', '153123.657000', '153123.660000', '153123.663000', '153123.666000', '153123.669000', '153123.672000', '153123.675000', '153123.678000', '153123.680000', '153123.684000', '153143.562000', '153143.565000', '153143.568000', '153143.571000', '153143.574000', '153143.577000', '153143.579000', '153143.582000', '153143.585000', '153143.588000', '153143.591000', '153143.594000', '153143.597000', '153143.600000', '153143.603000', '153143.606000', '153143.608000', '153143.611000', '153143.614000', '153143.617000', '153143.620000', '153143.623000', '153143.626000', '153143.629000', '153143.631000', '153143.634000', '153143.637000', '153143.640000', '153143.643000', '153143.646000', '153143.649000', '153143.651000', '153143.654000', '153143.657000', '153143.660000', '153143.663000', '153143.666000', '153143.669000', '153143.672000', '153143.675000', '153143.677000', '153143.680000', '153143.683000', '153143.686000', '153203.562000', '153203.565000', '153203.568000', '153203.571000', '153203.574000', '153203.577000', '153203.580000', '153203.583000', '153203.585000', '153203.588000', '153203.591000', '153203.594000', '153203.597000', '153203.600000', '153203.603000', '153203.605000', '153203.608000', '153203.611000', '153203.614000', '153203.617000', '153203.620000', '153203.623000', '153203.625000', '153203.628000', '153203.631000', '153203.634000', '153203.637000', '153203.640000', '153203.643000', '153203.646000', '153203.648000', '153203.651000', '153203.654000', '153203.657000', '153203.660000', '153203.663000', '153203.666000', '153203.669000', '153203.671000', '153203.674000', '153203.677000', '153203.680000', '153203.683000', '153223.562000', '153223.565000', '153223.568000', '153223.571000', '153223.593000', '153223.596000', '153223.598000', '153223.601000', '153223.604000', '153223.607000', '153223.610000', '153223.613000', '153223.616000', '153223.619000', '153223.621000', '153223.624000', '153223.627000', '153223.630000', '153223.633000', '153223.636000', '153223.639000', '153223.642000', '153223.645000', '153223.647000', '153223.650000', '153223.653000', '153223.656000', '153223.659000', '153223.662000', '153223.665000', '153223.668000', '153223.670000', '153223.673000', '153223.676000', '153223.679000', '153223.682000', '153223.685000', '153223.688000', '153223.691000', '153223.694000', '153223.696000', '153223.699000', '153223.702000', '153243.562000', '153243.565000', '153243.568000', '153243.571000', '153243.574000', '153243.577000', '153243.580000', '153243.583000', '153243.585000', '153243.588000', '153243.591000', '153243.594000', '153243.597000', '153243.600000', '153243.603000', '153243.606000', '153243.608000', '153243.611000', '153243.614000', '153243.617000', '153243.620000', '153243.623000', '153243.626000', '153243.629000', '153243.632000', '153243.635000', '153243.637000', '153243.640000', '153243.643000', '153243.646000', '153243.649000', '153243.652000', '153243.655000', '153243.658000', '153243.660000', '153243.663000', '153243.666000', '153243.669000', '153243.672000', '153243.675000', '153243.678000', '153243.681000', '153243.684000', '153243.686000', '153303.562000', '153303.565000', '153303.568000', '153303.578000', '153303.581000', '153303.584000', '153303.587000', '153303.590000', '153303.593000', '153303.595000', '153303.598000', '153303.601000', '153303.604000', '153303.607000', '153303.610000', '153303.612000', '153303.615000', '153303.618000', '153303.621000', '153303.624000', '153303.627000', '153303.630000', '153303.633000', '153303.636000', '153303.639000', '153303.641000', '153303.644000', '153303.647000', '153303.650000', '153303.653000', '153303.656000', '153303.659000', '153303.662000', '153303.665000', '153303.667000', '153303.670000', '153303.673000', '153303.676000', '153303.679000', '153303.682000', '153303.685000', '153303.688000', '153303.690000', '153323.562000', '153323.565000', '153323.568000', '153323.571000', '153323.574000', '153323.577000', '153323.580000', '153323.583000', '153323.585000', '153323.588000', '153323.591000', '153323.594000', '153323.597000', '153323.600000', '153323.603000', '153323.606000', '153323.609000', '153323.611000', '153323.614000', '153323.617000', '153323.620000', '153323.623000', '153323.626000', '153323.629000', '153323.632000', '153323.634000', '153323.637000', '153323.640000', '153323.643000', '153323.646000', '153323.649000', '153323.652000', '153323.655000', '153323.657000', '153323.660000', '153323.663000', '153323.666000', '153323.669000', '153323.672000', '153323.675000', '153323.678000', '153323.680000', '153323.683000', '153323.688000', '153343.562000', '153343.565000', '153343.568000', '153343.571000', '153343.574000', '153343.577000', '153343.582000', '153343.585000', '153343.588000', '153343.590000', '153343.593000', '153343.596000', '153343.599000', '153343.602000', '153343.605000', '153343.617000', '153343.620000', '153343.623000', '153343.626000', '153343.629000', '153343.632000', '153343.635000', '153343.638000', '153343.640000', '153343.643000', '153343.646000', '153343.649000', '153343.652000', '153343.655000', '153343.658000', '153343.660000', '153343.663000', '153343.666000', '153343.669000', '153343.672000', '153343.675000', '153343.678000', '153343.681000', '153343.683000', '153343.686000', '153343.689000', '153343.692000', '153343.695000', '153403.562000', '153403.565000', '153403.568000', '153403.571000', '153403.574000', '153403.577000', '153403.580000', '153403.583000', '153403.585000', '153403.588000', '153403.591000', '153403.594000', '153403.597000', '153403.600000', '153403.603000', '153403.606000', '153403.608000', '153403.611000', '153403.614000', '153403.617000', '153403.620000', '153403.623000', '153403.626000', '153403.628000', '153403.631000', '153403.634000', '153403.637000', '153403.640000', '153403.643000', '153403.646000', '153403.649000', '153403.652000', '153403.654000', '153403.657000', '153403.660000', '153403.663000', '153403.666000', '153403.669000', '153403.672000', '153403.674000', '153403.677000', '153403.680000', '153403.683000', '153403.686000', '153406.175000', '153406.178000', '153406.181000', '153406.184000', '153406.187000', '153406.190000'], 'InstanceCreationTime': ['152743.662000', '152743.666000', '152743.669000', '152743.672000', '152743.675000', '152743.678000', '152743.680000', '152743.683000', '152743.686000', '152743.689000', '152743.692000', '152743.695000', '152743.698000', '152743.701000', '152743.703000', '152743.708000', '152743.711000', '152743.714000', '152743.717000', '152743.720000', '152743.722000', '152743.725000', '152743.728000', '152743.731000', '152743.734000', '152743.737000', '152743.740000', '152743.742000', '152743.745000', '152743.748000', '152743.751000', '152743.754000', '152743.757000', '152743.760000', '152743.762000', '152743.765000', '152743.768000', '152743.771000', '152743.774000', '152743.777000', '152803.562000', '152803.565000', '152803.577000', '152803.580000', '152803.583000', '152803.586000', '152803.589000', '152803.592000', '152803.594000', '152803.597000', '152803.600000', '152803.603000', '152803.606000', '152803.609000', '152803.612000', '152803.615000', '152803.617000', '152803.620000', '152803.623000', '152803.626000', '152803.629000', '152803.632000', '152803.634000', '152803.637000', '152803.640000', '152803.643000', '152803.646000', '152803.649000', '152803.651000', '152803.654000', '152803.659000', '152803.663000', '152803.666000', '152803.669000', '152803.672000', '152803.675000', '152803.678000', '152803.681000', '152803.695000', '152803.697000', '152803.700000', '152803.703000', '152803.706000', '152823.562000', '152823.565000', '152823.568000', '152823.570000', '152823.573000', '152823.576000', '152823.579000', '152823.582000', '152823.585000', '152823.588000', '152823.590000', '152823.593000', '152823.596000', '152823.599000', '152823.602000', '152823.605000', '152823.608000', '152823.610000', '152823.613000', '152823.616000', '152823.619000', '152823.622000', '152823.625000', '152823.627000', '152823.630000', '152823.633000', '152823.636000', '152823.639000', '152823.642000', '152823.644000', '152823.647000', '152823.650000', '152823.653000', '152823.656000', '152823.659000', '152823.661000', '152823.667000', '152823.670000', '152823.673000', '152823.676000', '152823.678000', '152823.681000', '152823.684000', '152823.687000', '152843.562000', '152843.565000', '152843.568000', '152843.571000', '152843.573000', '152843.576000', '152843.579000', '152843.582000', '152843.585000', '152843.588000', '152843.590000', '152843.593000', '152843.596000', '152843.599000', '152843.602000', '152843.605000', '152843.609000', '152843.612000', '152843.614000', '152843.617000', '152843.620000', '152843.623000', '152843.626000', '152843.628000', '152843.631000', '152843.634000', '152843.637000', '152843.640000', '152843.643000', '152843.646000', '152843.648000', '152843.669000', '152843.672000', '152843.675000', '152843.678000', '152843.681000', '152843.684000', '152843.687000', '152843.690000', '152843.693000', '152843.695000', '152843.698000', '152843.701000', '152903.562000', '152903.565000', '152903.568000', '152903.571000', '152903.574000', '152903.577000', '152903.580000', '152903.582000', '152903.585000', '152903.588000', '152903.591000', '152903.594000', '152903.597000', '152903.600000', '152903.602000', '152903.605000', '152903.608000', '152903.611000', '152903.614000', '152903.617000', '152903.620000', '152903.622000', '152903.625000', '152903.628000', '152903.631000', '152903.634000', '152903.637000', '152903.640000', '152903.643000', '152903.645000', '152903.648000', '152903.651000', '152903.654000', '152903.657000', '152903.660000', '152903.662000', '152903.665000', '152903.668000', '152903.671000', '152903.674000', '152903.677000', '152903.697000', '152903.700000', '152903.703000', '152923.562000', '152923.565000', '152923.568000', '152923.571000', '152923.574000', '152923.577000', '152923.579000', '152923.582000', '152923.585000', '152923.588000', '152923.591000', '152923.594000', '152923.597000', '152923.599000', '152923.602000', '152923.605000', '152923.608000', '152923.611000', '152923.614000', '152923.617000', '152923.620000', '152923.622000', '152923.625000', '152923.628000', '152923.631000', '152923.634000', '152923.637000', '152923.640000', '152923.642000', '152923.645000', '152923.648000', '152923.651000', '152923.654000', '152923.657000', '152923.660000', '152923.662000', '152923.665000', '152923.668000', '152923.671000', '152923.674000', '152923.677000', '152923.680000', '152923.682000', '152943.562000', '152943.565000', '152943.568000', '152943.571000', '152943.573000', '152943.576000', '152943.579000', '152943.582000', '152943.585000', '152943.588000', '152943.591000', '152943.594000', '152943.596000', '152943.599000', '152943.602000', '152943.605000', '152943.608000', '152943.611000', '152943.613000', '152943.616000', '152943.619000', '152943.622000', '152943.625000', '152943.628000', '152943.631000', '152943.633000', '152943.636000', '152943.639000', '152943.642000', '152943.645000', '152943.648000', '152943.650000', '152943.653000', '152943.656000', '152943.659000', '152943.662000', '152943.665000', '152943.668000', '152943.670000', '152943.673000', '152943.676000', '152943.679000', '152943.682000', '152943.685000', '153003.562000', '153003.565000', '153003.568000', '153003.571000', '153003.574000', '153003.576000', '153003.579000', '153003.582000', '153003.585000', '153003.588000', '153003.591000', '153003.594000', '153003.597000', '153003.599000', '153003.602000', '153003.605000', '153003.608000', '153003.611000', '153003.614000', '153003.617000', '153003.619000', '153003.622000', '153003.625000', '153003.628000', '153003.631000', '153003.634000', '153003.637000', '153003.639000', '153003.642000', '153003.646000', '153003.649000', '153003.652000', '153003.655000', '153003.658000', '153003.660000', '153003.663000', '153003.666000', '153003.669000', '153003.672000', '153003.675000', '153003.678000', '153003.681000', '153003.683000', '153023.562000', '153023.565000', '153023.568000', '153023.571000', '153023.574000', '153023.577000', '153023.579000', '153023.582000', '153023.585000', '153023.588000', '153023.591000', '153023.594000', '153023.597000', '153023.600000', '153023.602000', '153023.605000', '153023.608000', '153023.611000', '153023.614000', '153023.617000', '153023.620000', '153023.623000', '153023.626000', '153023.629000', '153023.632000', '153023.634000', '153023.637000', '153023.640000', '153023.643000', '153023.646000', '153023.649000', '153023.652000', '153023.654000', '153023.657000', '153023.660000', '153023.663000', '153023.666000', '153023.669000', '153023.672000', '153023.675000', '153023.677000', '153023.680000', '153023.683000', '153023.686000', '153043.562000', '153043.565000', '153043.568000', '153043.571000', '153043.574000', '153043.576000', '153043.579000', '153043.582000', '153043.585000', '153043.588000', '153043.591000', '153043.594000', '153043.597000', '153043.599000', '153043.602000', '153043.605000', '153043.608000', '153043.611000', '153043.614000', '153043.617000', '153043.620000', '153043.622000', '153043.642000', '153043.645000', '153043.648000', '153043.651000', '153043.653000', '153043.656000', '153043.659000', '153043.662000', '153043.665000', '153043.668000', '153043.670000', '153043.673000', '153043.676000', '153043.679000', '153043.682000', '153043.685000', '153043.688000', '153043.691000', '153043.693000', '153043.696000', '153043.699000', '153103.562000', '153103.565000', '153103.568000', '153103.571000', '153103.574000', '153103.576000', '153103.579000', '153103.582000', '153103.585000', '153103.588000', '153103.591000', '153103.594000', '153103.597000', '153103.599000', '153103.602000', '153103.605000', '153103.608000', '153103.611000', '153103.614000', '153103.617000', '153103.620000', '153103.622000', '153103.625000', '153103.628000', '153103.631000', '153103.634000', '153103.637000', '153103.640000', '153103.643000', '153103.645000', '153103.648000', '153103.651000', '153103.654000', '153103.657000', '153103.660000', '153103.662000', '153103.665000', '153103.668000', '153103.671000', '153103.674000', '153103.677000', '153103.680000', '153103.683000', '153103.686000', '153123.562000', '153123.565000', '153123.568000', '153123.571000', '153123.574000', '153123.577000', '153123.580000', '153123.582000', '153123.585000', '153123.588000', '153123.591000', '153123.594000', '153123.597000', '153123.600000', '153123.603000', '153123.605000', '153123.608000', '153123.611000', '153123.614000', '153123.617000', '153123.620000', '153123.623000', '153123.626000', '153123.629000', '153123.631000', '153123.634000', '153123.637000', '153123.640000', '153123.643000', '153123.646000', '153123.649000', '153123.652000', '153123.654000', '153123.657000', '153123.660000', '153123.663000', '153123.666000', '153123.669000', '153123.672000', '153123.675000', '153123.678000', '153123.680000', '153123.684000', '153143.562000', '153143.565000', '153143.568000', '153143.571000', '153143.574000', '153143.577000', '153143.579000', '153143.582000', '153143.585000', '153143.588000', '153143.591000', '153143.594000', '153143.597000', '153143.600000', '153143.603000', '153143.606000', '153143.608000', '153143.611000', '153143.614000', '153143.617000', '153143.620000', '153143.623000', '153143.626000', '153143.629000', '153143.631000', '153143.634000', '153143.637000', '153143.640000', '153143.643000', '153143.646000', '153143.649000', '153143.651000', '153143.654000', '153143.657000', '153143.660000', '153143.663000', '153143.666000', '153143.669000', '153143.672000', '153143.675000', '153143.677000', '153143.680000', '153143.683000', '153143.686000', '153203.562000', '153203.565000', '153203.568000', '153203.571000', '153203.574000', '153203.577000', '153203.580000', '153203.583000', '153203.585000', '153203.588000', '153203.591000', '153203.594000', '153203.597000', '153203.600000', '153203.603000', '153203.605000', '153203.608000', '153203.611000', '153203.614000', '153203.617000', '153203.620000', '153203.623000', '153203.625000', '153203.628000', '153203.631000', '153203.634000', '153203.637000', '153203.640000', '153203.643000', '153203.646000', '153203.648000', '153203.651000', '153203.654000', '153203.657000', '153203.660000', '153203.663000', '153203.666000', '153203.669000', '153203.671000', '153203.674000', '153203.677000', '153203.680000', '153203.683000', '153223.562000', '153223.565000', '153223.568000', '153223.571000', '153223.593000', '153223.596000', '153223.598000', '153223.601000', '153223.604000', '153223.607000', '153223.610000', '153223.613000', '153223.616000', '153223.619000', '153223.621000', '153223.624000', '153223.627000', '153223.630000', '153223.633000', '153223.636000', '153223.639000', '153223.642000', '153223.645000', '153223.647000', '153223.650000', '153223.653000', '153223.656000', '153223.659000', '153223.662000', '153223.665000', '153223.668000', '153223.670000', '153223.673000', '153223.676000', '153223.679000', '153223.682000', '153223.685000', '153223.688000', '153223.691000', '153223.694000', '153223.696000', '153223.699000', '153223.702000', '153243.562000', '153243.565000', '153243.568000', '153243.571000', '153243.574000', '153243.577000', '153243.580000', '153243.583000', '153243.585000', '153243.588000', '153243.591000', '153243.594000', '153243.597000', '153243.600000', '153243.603000', '153243.606000', '153243.608000', '153243.611000', '153243.614000', '153243.617000', '153243.620000', '153243.623000', '153243.626000', '153243.629000', '153243.632000', '153243.635000', '153243.637000', '153243.640000', '153243.643000', '153243.646000', '153243.649000', '153243.652000', '153243.655000', '153243.658000', '153243.660000', '153243.663000', '153243.666000', '153243.669000', '153243.672000', '153243.675000', '153243.678000', '153243.681000', '153243.684000', '153243.686000', '153303.562000', '153303.565000', '153303.568000', '153303.578000', '153303.581000', '153303.584000', '153303.587000', '153303.590000', '153303.593000', '153303.595000', '153303.598000', '153303.601000', '153303.604000', '153303.607000', '153303.610000', '153303.612000', '153303.615000', '153303.618000', '153303.621000', '153303.624000', '153303.627000', '153303.630000', '153303.633000', '153303.636000', '153303.639000', '153303.641000', '153303.644000', '153303.647000', '153303.650000', '153303.653000', '153303.656000', '153303.659000', '153303.662000', '153303.665000', '153303.667000', '153303.670000', '153303.673000', '153303.676000', '153303.679000', '153303.682000', '153303.685000', '153303.688000', '153303.690000', '153323.562000', '153323.565000', '153323.568000', '153323.571000', '153323.574000', '153323.577000', '153323.580000', '153323.583000', '153323.585000', '153323.588000', '153323.591000', '153323.594000', '153323.597000', '153323.600000', '153323.603000', '153323.606000', '153323.609000', '153323.611000', '153323.614000', '153323.617000', '153323.620000', '153323.623000', '153323.626000', '153323.629000', '153323.632000', '153323.634000', '153323.637000', '153323.640000', '153323.643000', '153323.646000', '153323.649000', '153323.652000', '153323.655000', '153323.657000', '153323.660000', '153323.663000', '153323.666000', '153323.669000', '153323.672000', '153323.675000', '153323.678000', '153323.680000', '153323.683000', '153323.688000', '153343.562000', '153343.565000', '153343.568000', '153343.571000', '153343.574000', '153343.577000', '153343.582000', '153343.585000', '153343.588000', '153343.590000', '153343.593000', '153343.596000', '153343.599000', '153343.602000', '153343.605000', '153343.617000', '153343.620000', '153343.623000', '153343.626000', '153343.629000', '153343.632000', '153343.635000', '153343.638000', '153343.640000', '153343.643000', '153343.646000', '153343.649000', '153343.652000', '153343.655000', '153343.658000', '153343.660000', '153343.663000', '153343.666000', '153343.669000', '153343.672000', '153343.675000', '153343.678000', '153343.681000', '153343.683000', '153343.686000', '153343.689000', '153343.692000', '153343.695000', '153403.562000', '153403.565000', '153403.568000', '153403.571000', '153403.574000', '153403.577000', '153403.580000', '153403.583000', '153403.585000', '153403.588000', '153403.591000', '153403.594000', '153403.597000', '153403.600000', '153403.603000', '153403.606000', '153403.608000', '153403.611000', '153403.614000', '153403.617000', '153403.620000', '153403.623000', '153403.626000', '153403.628000', '153403.631000', '153403.634000', '153403.637000', '153403.640000', '153403.643000', '153403.646000', '153403.649000', '153403.652000', '153403.654000', '153403.657000', '153403.660000', '153403.663000', '153403.666000', '153403.669000', '153403.672000', '153403.674000', '153403.677000', '153403.680000', '153403.683000', '153403.686000', '153406.175000', '153406.178000', '153406.181000', '153406.184000', '153406.187000', '153406.190000'], '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': [7914, 12098, 7451, 11647, 7389, 11431, 7439, 11215, 7353, 8294, 10238, 7224, 10191, 7805, 10303, 10394, 9887, 8712, 10043, 9656, 9194, 10092, 10241, 8378, 11490, 7373, 12029, 7662, 10279, 7766, 9745, 8151, 10458, 7508, 11144, 8622, 9218, 10427, 7376, 9015, 7690, 7680, 9075, 7730, 10473, 10527, 7607, 10846, 7515, 10164, 7760, 10721, 7221, 9866, 7314, 10402, 7201, 11244, 7185, 9140, 7277, 8961, 7496, 10390, 7878, 9495, 7644, 7915, 7696, 8239, 9311, 8730, 9541, 7224, 9837, 7236, 10862, 7638, 9313, 7699, 9926, 7778, 13549, 8639, 11488, 7811, 12559, 7186, 11780, 8454, 10683, 8796, 9108, 7354, 10598, 7260, 9581, 7284, 9716, 7993, 10158, 8088, 12982, 8209, 11633, 8934, 10061, 10239, 7335, 11185, 7338, 10760, 7814, 10086, 8186, 9894, 7861, 9825, 7826, 10393, 7681, 12993, 7735, 11813, 8745, 11080, 11389, 8696, 11757, 7230, 10671, 7616, 10342, 7425, 11343, 7702, 8496, 8668, 7410, 10951, 7656, 9617, 7756, 10797, 7456, 11819, 9127, 10197, 10674, 8380, 9330, 7561, 10680, 6977, 10263, 7406, 9831, 7171, 9646, 6803, 10187, 7405, 10559, 7587, 10180, 7893, 9915, 7902, 11595, 7707, 9827, 7513, 10916, 7431, 11917, 8773, 9940, 8274, 7659, 8869, 7375, 9146, 7490, 7802, 7575, 7098, 8328, 7151, 10221, 9109, 10078, 8432, 10627, 10596, 10054, 12570, 8391, 10505, 7871, 12252, 7906, 10314, 11945, 7272, 10867, 7600, 9672, 7470, 9921, 7171, 9310, 7819, 8151, 7642, 7051, 8327, 7425, 9783, 7452, 9249, 7445, 10001, 7833, 11922, 7714, 11231, 7437, 10510, 7360, 11673, 7532, 11326, 7398, 11285, 7509, 10946, 8799, 9676, 7404, 7626, 7917, 7608, 8493, 9958, 7623, 8733, 7872, 7929, 11582, 10494, 11336, 8291, 11071, 11141, 7595, 12008, 7736, 10436, 7125, 10118, 7444, 9647, 7763, 10522, 7263, 9279, 7243, 10027, 7480, 10423, 8127, 8848, 8518, 11020, 7502, 11414, 7761, 10417, 7410, 9836, 7360, 13149, 7763, 9709, 7134, 9462, 7184, 11006, 7475, 10521, 8048, 10017, 7822, 8638, 8946, 9591, 8997, 10387, 8291, 9756, 9816, 9901, 12092, 8117, 10714, 7118, 10466, 7214, 10324, 8009, 10011, 7460, 8852, 7382, 9089, 7900, 9329, 9365, 7234, 9357, 7460, 13378, 8081, 12096, 7364, 12337, 7612, 11892, 9926, 11250, 8977, 10005, 9979, 7673, 10928, 7226, 10373, 7124, 9953, 7543, 8981, 7628, 10472, 7645, 9138, 7720, 9496, 7466, 10046, 7532, 11238, 7623, 9649, 7445, 9434, 7574, 9286, 7926, 11069, 7800, 9157, 7645, 9321, 7639, 9654, 7608, 12173, 7385, 9141, 6671, 10502, 7202, 8898, 11312, 7331, 13127, 9000, 9831, 7487, 10497, 7707, 9640, 10967, 8052, 8914, 7637, 6750, 8724, 7384, 8778, 7980, 9755, 7937, 11187, 7466, 11212, 8067, 10494, 8536, 8333, 10559, 7507, 11582, 8186, 12370, 8138, 10014, 8560, 6700, 10336, 11750, 7667, 10034, 7750, 11059, 7612, 12455, 8469, 10772, 9874, 10349, 12125, 8356, 11836, 8170, 10899, 9086, 9591, 7457, 8384, 7110, 10054, 6880, 10595, 7096, 12382, 7228, 9171, 7161, 8036, 9661, 7809, 8751, 7480, 10394, 7526, 9693, 6788, 9706, 7258, 9445, 7513, 10675, 7208, 11600, 7213, 12624, 6664, 11446, 7630, 10499, 10226, 9285, 9862, 7559, 11332, 7141, 10185, 7821, 10162, 7652, 10466, 6951, 11102, 6894, 10907, 8307, 9081, 7008, 7664, 6682, 8818, 7017, 10411, 7197, 10212, 6998, 12201, 7221, 11540, 8362, 11483, 7536, 11298, 10424, 9384, 11814, 8204, 10379, 7653, 10073, 7493, 12016, 7555, 10066, 7512, 10127, 7499, 10101, 7924, 9748, 7267, 11364, 7325, 6888, 8628, 7890, 10130, 7700, 11181, 7456, 11032, 7781, 11850, 7778, 9724, 7565, 11360, 7207, 11161, 7744, 9445, 7840, 10122, 7478, 9446, 7539, 10555, 8728, 8531, 9432, 9704, 8559, 10652, 9365, 9028, 10230, 8936, 8387, 11556, 7555, 10511, 7613, 10359, 7287, 11371, 6987, 11199, 7946, 9089, 6942, 7566, 8138, 7531, 8724, 7125, 7215, 8357, 6983, 10778, 9268, 11063, 9625, 10567, 9162, 9502, 9911, 10259, 9064, 9981, 7174, 11723, 6953, 10904, 7825, 9445, 7740, 10319, 7502, 10690, 7718, 11554, 7631, 10875, 7727, 10061, 7418, 11782, 7540, 9075, 7597, 9189, 7963, 9217, 7507, 9724, 7642, 9008, 7995, 9818, 9261, 10904, 9805, 10476, 9376, 10873, 8501, 12471, 7547, 10909, 7117, 9998, 7239, 9340, 7676, 9062, 7300, 8734, 7278, 12363, 7206, 11135, 7444, 9653, 7102, 8563, 9583, 7763, 10759, 7667, 8958, 7466, 9624, 7244, 8265, 10832, 7227, 8356, 7840, 11105, 7701, 11171, 7413, 10878, 7542, 10566, 7359, 9997, 7545, 10006, 7704, 12289, 7751, 10198, 7091, 7791, 10062, 7729, 11056, 7150, 9242, 6727, 7526, 9072, 7290, 8845, 7903, 8765, 7921, 8507, 8352, 9496, 7966, 9558, 8212, 8849, 8647, 11936, 8281, 11753, 8535, 10814, 7891, 11304, 10304, 11117, 12809, 8346, 11373, 7937, 13275, 7444, 12012, 8684, 9657, 10287, 7734, 9886, 7640, 9947, 7434, 9803, 7707, 9618, 7443, 12327, 7127, 11834, 7543, 10664, 7150, 10322, 8378, 10165, 11413, 8709, 10806, 7778, 10576, 7382, 9637, 7577, 9320, 7457, 9179, 7412, 10134, 7504, 8911, 7705, 9033, 8086, 10872, 6651, 9469, 9708, 7509, 11660, 8325, 11295, 10245, 11465, 10294, 12235, 8961, 11572, 8562, 11141, 8702, 11361, 8706, 11722, 7761, 10999, 8128, 10515, 8057, 11719, 7731, 11295, 6913, 10892, 7075, 10824, 7318, 10271, 7504, 10287, 7516, 8944, 7259, 11104, 7411, 10543, 7500, 10881, 7220, 10589, 7065, 10396, 8237, 9111, 7028, 9645, 7328, 9968, 9369, 9491, 7264, 9511, 9848, 8236, 11615, 7540, 11317, 8439, 10278, 9799, 7357, 11435, 7716, 11524, 7309, 10090, 6904, 8933, 6940, 7749, 6843, 8351, 7050, 10110, 7206, 11745, 7414, 12113, 10265, 11120, 11590, 8261, 11454, 7996, 13564, 9276, 10296, 7232, 9792, 7255, 11667, 7320, 8297, 7852, 8681, 7533, 11594, 7246, 10909, 7452, 13227, 7660, 11867, 11690, 8680, 11241, 7625, 11113, 7431, 10651, 7499, 11408, 7634, 11980, 7308, 9436, 7769, 8376, 8418, 8226, 9398, 7440, 8275, 9845], 'WindowCenter': [3984.0, 4011.0, 3956.0, 4001.0, 3957.0, 3984.0, 3958.0, 3999.0, 3957.0, 3966.0, 3986.0, 3955.0, 3988.0, 3956.0, 3997.0, 3987.0, 3978.0, 3966.0, 3986.0, 3972.0, 3976.0, 3986.0, 3986.0, 3955.0, 3998.0, 3945.0, 3997.0, 3953.0, 3986.0, 3957.0, 3976.0, 3968.0, 3987.0, 3956.0, 3997.0, 3977.0, 3990.0, 3996.0, 3957.0, 3976.0, 3954.0, 3969.0, 3980.0, 3970.0, 3996.0, 3996.0, 3956.0, 3987.0, 3957.0, 3985.0, 3954.0, 3985.0, 3944.0, 3974.0, 3942.0, 3984.0, 3955.0, 3984.0, 3944.0, 3974.0, 3955.0, 3975.0, 3956.0, 3987.0, 3967.0, 3974.0, 3955.0, 3956.0, 3957.0, 3964.0, 3976.0, 3965.0, 3975.0, 3945.0, 3989.0, 3956.0, 3998.0, 3955.0, 3989.0, 3967.0, 3988.0, 3970.0, 4020.0, 3966.0, 3997.0, 3956.0, 4007.0, 3944.0, 3997.0, 3955.0, 3983.0, 3964.0, 3963.0, 3943.0, 3986.0, 3945.0, 3988.0, 3956.0, 3988.0, 3968.0, 3996.0, 3967.0, 4009.0, 3967.0, 3999.0, 3965.0, 3976.0, 3973.0, 3945.0, 3983.0, 3942.0, 3984.0, 3942.0, 3974.0, 3965.0, 3974.0, 3965.0, 3987.0, 3957.0, 3986.0, 3956.0, 4008.0, 3945.0, 3995.0, 3953.0, 3984.0, 3984.0, 3952.0, 3972.0, 3931.0, 3971.0, 3942.0, 3973.0, 3931.0, 3971.0, 3942.0, 3963.0, 3962.0, 3956.0, 3997.0, 3956.0, 3974.0, 3955.0, 3984.0, 3943.0, 3996.0, 3964.0, 3973.0, 3975.0, 3941.0, 3951.0, 3939.0, 3970.0, 3931.0, 3972.0, 3942.0, 3973.0, 3944.0, 3973.0, 3942.0, 3986.0, 3957.0, 3988.0, 3957.0, 3987.0, 3967.0, 3987.0, 3968.0, 3998.0, 3955.0, 3975.0, 3953.0, 3987.0, 3945.0, 3996.0, 3962.0, 3974.0, 3952.0, 3954.0, 3962.0, 3945.0, 3975.0, 3957.0, 3956.0, 3967.0, 3956.0, 3978.0, 3955.0, 3999.0, 3990.0, 4002.0, 3993.0, 4012.0, 3998.0, 4000.0, 4009.0, 3965.0, 3986.0, 3954.0, 3995.0, 3941.0, 3972.0, 3982.0, 3932.0, 3971.0, 3942.0, 3961.0, 3929.0, 3959.0, 3930.0, 3963.0, 3941.0, 3953.0, 3941.0, 3944.0, 3952.0, 3956.0, 3985.0, 3957.0, 3975.0, 3954.0, 3986.0, 3967.0, 3997.0, 3957.0, 3987.0, 3944.0, 3983.0, 3944.0, 3986.0, 3942.0, 3983.0, 3943.0, 3985.0, 3943.0, 3984.0, 3964.0, 3975.0, 3942.0, 3955.0, 3953.0, 3955.0, 3965.0, 3985.0, 3957.0, 3977.0, 3968.0, 3967.0, 4011.0, 3999.0, 3998.0, 3968.0, 3999.0, 3986.0, 3944.0, 3983.0, 3943.0, 3972.0, 3944.0, 3970.0, 3943.0, 3972.0, 3953.0, 3984.0, 3945.0, 3975.0, 3955.0, 3985.0, 3957.0, 3985.0, 3966.0, 3976.0, 3978.0, 3985.0, 3944.0, 3996.0, 3944.0, 3972.0, 3943.0, 3974.0, 3941.0, 3995.0, 3940.0, 3963.0, 3932.0, 3971.0, 3942.0, 3984.0, 3944.0, 3985.0, 3952.0, 3976.0, 3943.0, 3964.0, 3964.0, 3975.0, 3962.0, 3973.0, 3953.0, 3975.0, 3974.0, 3973.0, 3996.0, 3953.0, 3975.0, 3931.0, 3972.0, 3943.0, 3973.0, 3942.0, 3962.0, 3942.0, 3963.0, 3954.0, 3965.0, 3967.0, 3975.0, 3976.0, 3956.0, 3975.0, 3957.0, 4019.0, 3966.0, 3996.0, 3943.0, 3996.0, 3941.0, 3993.0, 3975.0, 3984.0, 3951.0, 3963.0, 3959.0, 3940.0, 3970.0, 3931.0, 3960.0, 3919.0, 3960.0, 3939.0, 3951.0, 3941.0, 3974.0, 3942.0, 3961.0, 3942.0, 3973.0, 3943.0, 3975.0, 3954.0, 3985.0, 3942.0, 3972.0, 3943.0, 3964.0, 3954.0, 3962.0, 3955.0, 3985.0, 3943.0, 3963.0, 3955.0, 3963.0, 3954.0, 3975.0, 3954.0, 3994.0, 3942.0, 3963.0, 3933.0, 3972.0, 3944.0, 3963.0, 3984.0, 3943.0, 4008.0, 3964.0, 3975.0, 3931.0, 3973.0, 3941.0, 3962.0, 3973.0, 3943.0, 3951.0, 3941.0, 3919.0, 3960.0, 3943.0, 3965.0, 3966.0, 3986.0, 3968.0, 4000.0, 3957.0, 3997.0, 3954.0, 3986.0, 3960.0, 3955.0, 3972.0, 3945.0, 3985.0, 3954.0, 3997.0, 3954.0, 3974.0, 3963.0, 3946.0, 3987.0, 3995.0, 3954.0, 3976.0, 3953.0, 3987.0, 3952.0, 4006.0, 3954.0, 3983.0, 3962.0, 3971.0, 3980.0, 3939.0, 3970.0, 3927.0, 3958.0, 3926.0, 3935.0, 3903.0, 3924.0, 3905.0, 3933.0, 3906.0, 3956.0, 3905.0, 3965.0, 3914.0, 3935.0, 3904.0, 3927.0, 3946.0, 3926.0, 3935.0, 3918.0, 3946.0, 3928.0, 3948.0, 3919.0, 3959.0, 3930.0, 3961.0, 3940.0, 3972.0, 3942.0, 3985.0, 3943.0, 3994.0, 3935.0, 3995.0, 3944.0, 3985.0, 3973.0, 3975.0, 3973.0, 3954.0, 3983.0, 3944.0, 3975.0, 3956.0, 3974.0, 3943.0, 3984.0, 3932.0, 3985.0, 3942.0, 3985.0, 3954.0, 3975.0, 3943.0, 3956.0, 3944.0, 3988.0, 3958.0, 4011.0, 3959.0, 4000.0, 3960.0, 4018.0, 3970.0, 4011.0, 3981.0, 4011.0, 3968.0, 4009.0, 3988.0, 3976.0, 3998.0, 3966.0, 3985.0, 3957.0, 3975.0, 3956.0, 3998.0, 3955.0, 3984.0, 3945.0, 3983.0, 3957.0, 3987.0, 3967.0, 3987.0, 3957.0, 3997.0, 3957.0, 3958.0, 3978.0, 3980.0, 3999.0, 3970.0, 4000.0, 3960.0, 3997.0, 3957.0, 3998.0, 3955.0, 3975.0, 3954.0, 3984.0, 3945.0, 3985.0, 3954.0, 3974.0, 3955.0, 3985.0, 3954.0, 3988.0, 3968.0, 3997.0, 3978.0, 3965.0, 3989.0, 3987.0, 3978.0, 3987.0, 3977.0, 3965.0, 3987.0, 3966.0, 3966.0, 3998.0, 3956.0, 3984.0, 3943.0, 3975.0, 3943.0, 3983.0, 3931.0, 3983.0, 3942.0, 3964.0, 3931.0, 3942.0, 3953.0, 3955.0, 3964.0, 3945.0, 3945.0, 3966.0, 3946.0, 3998.0, 3978.0, 4000.0, 3978.0, 3987.0, 3975.0, 3974.0, 3974.0, 3987.0, 3963.0, 3975.0, 3946.0, 3997.0, 3947.0, 3995.0, 3957.0, 3976.0, 3956.0, 3987.0, 3957.0, 3987.0, 3956.0, 3996.0, 3955.0, 3985.0, 3941.0, 3975.0, 3943.0, 3984.0, 3943.0, 3952.0, 3940.0, 3963.0, 3955.0, 3975.0, 3956.0, 3976.0, 3956.0, 3975.0, 3968.0, 3986.0, 3978.0, 3988.0, 3976.0, 3987.0, 3974.0, 3985.0, 3965.0, 3997.0, 3943.0, 3971.0, 3932.0, 3962.0, 3930.0, 3962.0, 3942.0, 3961.0, 3942.0, 3950.0, 3943.0, 3994.0, 3943.0, 3985.0, 3943.0, 3973.0, 3933.0, 3965.0, 3973.0, 3956.0, 3984.0, 3955.0, 3965.0, 3957.0, 3974.0, 3957.0, 3967.0, 4000.0, 3958.0, 3979.0, 3979.0, 4012.0, 3969.0, 4010.0, 3959.0, 3997.0, 3958.0, 3990.0, 3945.0, 3972.0, 3953.0, 3975.0, 3955.0, 3995.0, 3944.0, 3987.0, 3932.0, 3955.0, 3974.0, 3944.0, 3984.0, 3942.0, 3976.0, 3945.0, 3957.0, 3964.0, 3956.0, 3976.0, 3967.0, 3978.0, 3965.0, 3978.0, 3980.0, 3993.0, 3993.0, 4014.0, 3992.0, 3988.0, 4005.0, 4039.0, 3993.0, 4023.0, 3979.0, 3998.0, 3956.0, 3996.0, 3977.0, 3997.0, 3996.0, 3956.0, 3985.0, 3943.0, 3995.0, 3931.0, 3984.0, 3940.0, 3960.0, 3958.0, 3930.0, 3959.0, 3941.0, 3961.0, 3929.0, 3960.0, 3941.0, 3960.0, 3929.0, 3983.0, 3931.0, 3984.0, 3930.0, 3974.0, 3919.0, 3974.0, 3940.0, 3974.0, 3982.0, 3951.0, 3972.0, 3940.0, 3960.0, 3929.0, 3961.0, 3940.0, 3962.0, 3931.0, 3963.0, 3943.0, 3975.0, 3942.0, 3964.0, 3954.0, 3965.0, 3956.0, 3996.0, 3947.0, 3986.0, 3987.0, 3957.0, 4008.0, 3980.0, 3997.0, 3989.0, 3997.0, 3989.0, 3995.0, 3965.0, 3983.0, 3949.0, 3971.0, 3953.0, 3976.0, 3952.0, 3982.0, 3931.0, 3971.0, 3940.0, 3961.0, 3942.0, 3982.0, 3942.0, 3972.0, 3929.0, 3972.0, 3929.0, 3971.0, 3930.0, 3970.0, 3943.0, 3974.0, 3945.0, 3962.0, 3943.0, 3984.0, 3942.0, 3988.0, 3945.0, 3986.0, 3944.0, 3987.0, 3944.0, 3988.0, 3967.0, 3976.0, 3945.0, 3976.0, 3944.0, 3989.0, 3976.0, 3977.0, 3945.0, 3989.0, 3987.0, 3967.0, 3998.0, 3955.0, 3987.0, 3955.0, 3975.0, 3973.0, 3944.0, 3985.0, 3952.0, 3993.0, 3945.0, 3986.0, 3943.0, 3975.0, 3943.0, 3968.0, 3948.0, 3979.0, 3959.0, 4001.0, 3959.0, 4010.0, 3957.0, 4022.0, 3991.0, 3998.0, 3997.0, 3966.0, 3986.0, 3955.0, 4006.0, 3964.0, 3975.0, 3944.0, 3974.0, 3941.0, 3996.0, 3945.0, 3967.0, 3965.0, 3977.0, 3965.0, 4008.0, 3958.0, 3998.0, 3956.0, 4007.0, 3956.0, 4007.0, 3996.0, 3954.0, 3983.0, 3942.0, 3984.0, 3943.0, 3974.0, 3932.0, 3983.0, 3943.0, 3994.0, 3942.0, 3974.0, 3954.0, 3964.0, 3953.0, 3966.0, 3975.0, 3945.0, 3961.0, 3986.0], 'WindowWidth': [8901.0, 8926.0, 8846.0, 8909.0, 8846.0, 8875.0, 8849.0, 8904.0, 8846.0, 8853.0, 8881.0, 8840.0, 8887.0, 8842.0, 8899.0, 8883.0, 8871.0, 8852.0, 8880.0, 8857.0, 8867.0, 8880.0, 8879.0, 8836.0, 8897.0, 8823.0, 8895.0, 8835.0, 8881.0, 8844.0, 8867.0, 8860.0, 8886.0, 8844.0, 8899.0, 8872.0, 8894.0, 8898.0, 8844.0, 8868.0, 8837.0, 8865.0, 8880.0, 8866.0, 8896.0, 8896.0, 8843.0, 8885.0, 8843.0, 8878.0, 8836.0, 8876.0, 8821.0, 8860.0, 8817.0, 8874.0, 8838.0, 8874.0, 8821.0, 8862.0, 8839.0, 8864.0, 8844.0, 8884.0, 8857.0, 8862.0, 8839.0, 8840.0, 8844.0, 8852.0, 8869.0, 8852.0, 8866.0, 8825.0, 8889.0, 8845.0, 8902.0, 8841.0, 8892.0, 8859.0, 8888.0, 8865.0, 8934.0, 8857.0, 8899.0, 8841.0, 8910.0, 8822.0, 8897.0, 8837.0, 8876.0, 8849.0, 8846.0, 8819.0, 8880.0, 8826.0, 8887.0, 8845.0, 8888.0, 8863.0, 8898.0, 8858.0, 8917.0, 8856.0, 8901.0, 8849.0, 8865.0, 8858.0, 8822.0, 8871.0, 8817.0, 8874.0, 8817.0, 8861.0, 8850.0, 8861.0, 8853.0, 8884.0, 8844.0, 8882.0, 8841.0, 8911.0, 8823.0, 8889.0, 8831.0, 8873.0, 8870.0, 8826.0, 8853.0, 8798.0, 8851.0, 8814.0, 8856.0, 8797.0, 8850.0, 8815.0, 8844.0, 8845.0, 8843.0, 8899.0, 8842.0, 8862.0, 8839.0, 8876.0, 8818.0, 8893.0, 8846.0, 8856.0, 8859.0, 8811.0, 8824.0, 8807.0, 8849.0, 8800.0, 8855.0, 8816.0, 8856.0, 8822.0, 8858.0, 8820.0, 8881.0, 8846.0, 8885.0, 8845.0, 8885.0, 8858.0, 8884.0, 8862.0, 8901.0, 8838.0, 8865.0, 8835.0, 8883.0, 8825.0, 8894.0, 8844.0, 8863.0, 8829.0, 8834.0, 8844.0, 8824.0, 8864.0, 8845.0, 8842.0, 8860.0, 8845.0, 8877.0, 8844.0, 8906.0, 8894.0, 8916.0, 8904.0, 8926.0, 8902.0, 8908.0, 8917.0, 8852.0, 8879.0, 8833.0, 8889.0, 8811.0, 8854.0, 8868.0, 8800.0, 8850.0, 8812.0, 8836.0, 8792.0, 8834.0, 8797.0, 8843.0, 8811.0, 8830.0, 8813.0, 8821.0, 8832.0, 8841.0, 8877.0, 8844.0, 8867.0, 8839.0, 8882.0, 8860.0, 8898.0, 8844.0, 8883.0, 8822.0, 8874.0, 8821.0, 8879.0, 8816.0, 8871.0, 8818.0, 8875.0, 8818.0, 8875.0, 8851.0, 8864.0, 8818.0, 8838.0, 8832.0, 8840.0, 8852.0, 8879.0, 8845.0, 8871.0, 8861.0, 8860.0, 8923.0, 8902.0, 8901.0, 8857.0, 8902.0, 8880.0, 8821.0, 8871.0, 8816.0, 8854.0, 8821.0, 8850.0, 8818.0, 8856.0, 8832.0, 8873.0, 8824.0, 8863.0, 8840.0, 8879.0, 8845.0, 8878.0, 8854.0, 8866.0, 8872.0, 8878.0, 8823.0, 8894.0, 8819.0, 8856.0, 8816.0, 8858.0, 8813.0, 8888.0, 8808.0, 8842.0, 8802.0, 8854.0, 8816.0, 8874.0, 8821.0, 8876.0, 8830.0, 8865.0, 8816.0, 8848.0, 8848.0, 8865.0, 8843.0, 8858.0, 8831.0, 8862.0, 8859.0, 8860.0, 8893.0, 8831.0, 8862.0, 8800.0, 8856.0, 8817.0, 8856.0, 8813.0, 8842.0, 8816.0, 8846.0, 8838.0, 8850.0, 8857.0, 8864.0, 8868.0, 8841.0, 8867.0, 8845.0, 8929.0, 8854.0, 8895.0, 8820.0, 8893.0, 8815.0, 8886.0, 8862.0, 8872.0, 8825.0, 8842.0, 8831.0, 8807.0, 8850.0, 8797.0, 8833.0, 8778.0, 8834.0, 8806.0, 8823.0, 8812.0, 8859.0, 8816.0, 8839.0, 8816.0, 8858.0, 8821.0, 8864.0, 8835.0, 8877.0, 8817.0, 8856.0, 8817.0, 8848.0, 8835.0, 8843.0, 8838.0, 8878.0, 8819.0, 8845.0, 8836.0, 8845.0, 8835.0, 8864.0, 8835.0, 8887.0, 8815.0, 8845.0, 8805.0, 8854.0, 8823.0, 8847.0, 8875.0, 8820.0, 8913.0, 8848.0, 8861.0, 8799.0, 8856.0, 8810.0, 8839.0, 8857.0, 8817.0, 8825.0, 8812.0, 8781.0, 8836.0, 8818.0, 8851.0, 8856.0, 8882.0, 8860.0, 8904.0, 8843.0, 8898.0, 8834.0, 8879.0, 8836.0, 8837.0, 8855.0, 8822.0, 8877.0, 8836.0, 8894.0, 8836.0, 8859.0, 8849.0, 8829.0, 8885.0, 8892.0, 8836.0, 8866.0, 8833.0, 8881.0, 8831.0, 8908.0, 8834.0, 8870.0, 8839.0, 8852.0, 8861.0, 8805.0, 8846.0, 8784.0, 8827.0, 8777.0, 8790.0, 8744.0, 8774.0, 8750.0, 8786.0, 8754.0, 8821.0, 8751.0, 8829.0, 8760.0, 8790.0, 8748.0, 8783.0, 8806.0, 8781.0, 8791.0, 8772.0, 8807.0, 8787.0, 8814.0, 8777.0, 8830.0, 8794.0, 8836.0, 8812.0, 8854.0, 8816.0, 8875.0, 8818.0, 8886.0, 8809.0, 8891.0, 8820.0, 8877.0, 8859.0, 8864.0, 8857.0, 8835.0, 8871.0, 8821.0, 8862.0, 8838.0, 8861.0, 8818.0, 8874.0, 8803.0, 8877.0, 8817.0, 8877.0, 8834.0, 8863.0, 8821.0, 8841.0, 8824.0, 8891.0, 8852.0, 8924.0, 8852.0, 8909.0, 8856.0, 8931.0, 8869.0, 8924.0, 8882.0, 8922.0, 8862.0, 8917.0, 8885.0, 8869.0, 8900.0, 8854.0, 8876.0, 8842.0, 8865.0, 8842.0, 8902.0, 8838.0, 8877.0, 8825.0, 8873.0, 8844.0, 8883.0, 8856.0, 8884.0, 8845.0, 8896.0, 8846.0, 8849.0, 8877.0, 8883.0, 8907.0, 8870.0, 8908.0, 8853.0, 8901.0, 8846.0, 8903.0, 8838.0, 8865.0, 8835.0, 8874.0, 8822.0, 8874.0, 8833.0, 8862.0, 8836.0, 8878.0, 8837.0, 8887.0, 8862.0, 8897.0, 8873.0, 8853.0, 8889.0, 8884.0, 8873.0, 8883.0, 8870.0, 8851.0, 8882.0, 8853.0, 8856.0, 8898.0, 8840.0, 8875.0, 8818.0, 8862.0, 8816.0, 8870.0, 8800.0, 8872.0, 8813.0, 8845.0, 8799.0, 8815.0, 8831.0, 8838.0, 8847.0, 8824.0, 8824.0, 8855.0, 8828.0, 8901.0, 8872.0, 8904.0, 8871.0, 8884.0, 8865.0, 8863.0, 8862.0, 8881.0, 8845.0, 8864.0, 8828.0, 8895.0, 8831.0, 8893.0, 8843.0, 8869.0, 8841.0, 8883.0, 8844.0, 8885.0, 8842.0, 8895.0, 8837.0, 8876.0, 8814.0, 8862.0, 8818.0, 8872.0, 8815.0, 8826.0, 8811.0, 8845.0, 8838.0, 8865.0, 8841.0, 8866.0, 8842.0, 8866.0, 8860.0, 8880.0, 8872.0, 8886.0, 8867.0, 8880.0, 8862.0, 8875.0, 8849.0, 8894.0, 8817.0, 8853.0, 8801.0, 8839.0, 8796.0, 8840.0, 8815.0, 8839.0, 8813.0, 8823.0, 8818.0, 8885.0, 8818.0, 8876.0, 8816.0, 8857.0, 8804.0, 8852.0, 8858.0, 8841.0, 8875.0, 8836.0, 8850.0, 8845.0, 8865.0, 8844.0, 8857.0, 8906.0, 8848.0, 8878.0, 8879.0, 8925.0, 8866.0, 8921.0, 8852.0, 8899.0, 8847.0, 8892.0, 8825.0, 8857.0, 8832.0, 8864.0, 8838.0, 8891.0, 8820.0, 8880.0, 8802.0, 8836.0, 8860.0, 8821.0, 8874.0, 8817.0, 8866.0, 8825.0, 8845.0, 8848.0, 8841.0, 8869.0, 8859.0, 8875.0, 8856.0, 8876.0, 8881.0, 8901.0, 8905.0, 8935.0, 8902.0, 8895.0, 8925.0, 8976.0, 8904.0, 8945.0, 8877.0, 8900.0, 8841.0, 8895.0, 8869.0, 8897.0, 8895.0, 8839.0, 8876.0, 8816.0, 8889.0, 8797.0, 8871.0, 8806.0, 8833.0, 8828.0, 8792.0, 8830.0, 8809.0, 8837.0, 8793.0, 8834.0, 8810.0, 8834.0, 8794.0, 8869.0, 8799.0, 8870.0, 8794.0, 8856.0, 8778.0, 8856.0, 8808.0, 8856.0, 8867.0, 8824.0, 8851.0, 8808.0, 8835.0, 8792.0, 8836.0, 8808.0, 8840.0, 8798.0, 8841.0, 8817.0, 8862.0, 8817.0, 8848.0, 8835.0, 8852.0, 8841.0, 8895.0, 8833.0, 8883.0, 8887.0, 8848.0, 8916.0, 8879.0, 8898.0, 8888.0, 8896.0, 8886.0, 8892.0, 8849.0, 8869.0, 8821.0, 8852.0, 8829.0, 8853.0, 8827.0, 8867.0, 8796.0, 8848.0, 8808.0, 8834.0, 8813.0, 8864.0, 8814.0, 8854.0, 8793.0, 8851.0, 8792.0, 8850.0, 8795.0, 8847.0, 8818.0, 8859.0, 8821.0, 8841.0, 8819.0, 8873.0, 8818.0, 8884.0, 8823.0, 8878.0, 8820.0, 8881.0, 8823.0, 8884.0, 8856.0, 8867.0, 8825.0, 8867.0, 8823.0, 8887.0, 8867.0, 8869.0, 8825.0, 8887.0, 8881.0, 8857.0, 8899.0, 8838.0, 8883.0, 8834.0, 8862.0, 8857.0, 8820.0, 8876.0, 8830.0, 8886.0, 8822.0, 8878.0, 8818.0, 8864.0, 8822.0, 8861.0, 8838.0, 8880.0, 8852.0, 8910.0, 8852.0, 8921.0, 8848.0, 8938.0, 8895.0, 8902.0, 8898.0, 8854.0, 8882.0, 8838.0, 8907.0, 8847.0, 8861.0, 8819.0, 8860.0, 8815.0, 8893.0, 8823.0, 8855.0, 8853.0, 8871.0, 8854.0, 8913.0, 8849.0, 8900.0, 8843.0, 8912.0, 8841.0, 8911.0, 8893.0, 8834.0, 8872.0, 8814.0, 8873.0, 8820.0, 8859.0, 8800.0, 8869.0, 8817.0, 8887.0, 8814.0, 8861.0, 8835.0, 8849.0, 8833.0, 8853.0, 8863.0, 8825.0, 8843.0, 8880.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.0002576578645235362</td></tr>
<tr><td colspan=3>aqi</td><td>0.020487035132032143</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19354907520686</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2135964727471273</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9843170835747108</td></tr>
<tr><td colspan=3>efc</td><td>0.4389</td></tr>
<tr><td colspan=3>fber</td><td>6608.0107</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07294708125253467</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3777267508610793</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4153153018530915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3193326719755274</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6061947560452934</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3204184775384538</td></tr>
<tr><td colspan=3>gcor</td><td>0.015279</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019018910825252533</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02228778414428234</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8071238695604865</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>44.9793</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.779</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.8958</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310285.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.6747</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1875</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.4327</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3227.2387</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.3598</td></tr>
<tr><td colspan=3>tsnr</td><td>41.333113868837245</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>