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

616 lines
No EOL
107 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-0017_ses-04_task-social_acq-mb8_run-05_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-0017_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-05_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-0017/ses-04/func/sub-0017_ses-04_task-social_acq-mb8_run-05_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>73e8d33e3b5808c4403296ba7198a0cb</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>13:09:42.797500</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.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</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_brain_imaging_center</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-05_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.100154</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7739, -7203, 549, 34, -123, 76, 80]</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>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d5778f9-d5d3-4676-85ce-6dd1c181d873||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.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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': ['130942.797500', '130943.257500', '130943.717500', '130944.177500', '130944.637500', '130945.097500', '130945.557500', '130946.017500', '130946.477500', '130946.937500', '130947.397500', '130947.857500', '130948.317500', '130948.777500', '130949.237500', '130949.697500', '130950.157500', '130950.617500', '130951.077500', '130951.537500', '130951.997500', '130952.457500', '130952.917500', '130953.377500', '130953.837500', '130954.297500', '130954.757500', '130955.217500', '130955.677500', '130956.137500', '130956.597500', '130957.057500', '130957.517500', '130957.977500', '130958.437500', '130958.897500', '130959.357500', '130959.817500', '131000.277500', '131000.737500', '131001.197500', '131001.657500', '131002.117500', '131002.577500', '131003.037500', '131003.497500', '131003.957500', '131004.417500', '131004.877500', '131005.337500', '131005.797500', '131006.257500', '131006.717500', '131007.177500', '131007.637500', '131008.097500', '131008.557500', '131009.017500', '131009.477500', '131009.937500', '131010.397500', '131010.857500', '131011.317500', '131011.777500', '131012.237500', '131012.697500', '131013.157500', '131013.617500', '131014.077500', '131014.537500', '131014.997500', '131015.457500', '131015.917500', '131016.377500', '131016.837500', '131017.297500', '131017.757500', '131018.217500', '131018.677500', '131019.137500', '131019.597500', '131020.057500', '131020.517500', '131020.977500', '131021.437500', '131021.897500', '131022.357500', '131022.817500', '131023.277500', '131023.737500', '131024.197500', '131024.657500', '131025.117500', '131025.577500', '131026.037500', '131026.497500', '131026.957500', '131027.417500', '131027.877500', '131028.337500', '131028.797500', '131029.257500', '131029.717500', '131030.177500', '131030.637500', '131031.097500', '131031.557500', '131032.017500', '131032.477500', '131032.937500', '131033.397500', '131033.857500', '131034.317500', '131034.777500', '131035.237500', '131035.697500', '131036.157500', '131036.617500', '131037.077500', '131037.537500', '131037.997500', '131038.457500', '131038.917500', '131039.377500', '131039.837500', '131040.297500', '131040.757500', '131041.217500', '131041.677500', '131042.137500', '131042.597500', '131043.057500', '131043.517500', '131043.977500', '131044.437500', '131044.897500', '131045.357500', '131045.817500', '131046.277500', '131046.737500', '131047.197500', '131047.657500', '131048.117500', '131048.577500', '131049.037500', '131049.497500', '131049.957500', '131050.417500', '131050.877500', '131051.337500', '131051.797500', '131052.257500', '131052.717500', '131053.177500', '131053.637500', '131054.097500', '131054.557500', '131055.017500', '131055.477500', '131055.937500', '131056.397500', '131056.857500', '131057.317500', '131057.777500', '131058.237500', '131058.697500', '131059.157500', '131059.617500', '131100.077500', '131100.537500', '131100.997500', '131101.457500', '131101.917500', '131102.377500', '131102.837500', '131103.297500', '131103.757500', '131104.217500', '131104.677500', '131105.137500', '131105.597500', '131106.057500', '131106.517500', '131106.977500', '131107.437500', '131107.897500', '131108.357500', '131108.817500', '131109.277500', '131109.737500', '131110.197500', '131110.657500', '131111.117500', '131111.577500', '131112.037500', '131112.497500', '131112.957500', '131113.417500', '131113.877500', '131114.337500', '131114.797500', '131115.257500', '131115.717500', '131116.177500', '131116.637500', '131117.097500', '131117.557500', '131118.017500', '131118.477500', '131118.937500', '131119.397500', '131119.857500', '131120.317500', '131120.777500', '131121.237500', '131121.697500', '131122.157500', '131122.617500', '131123.077500', '131123.537500', '131123.997500', '131124.457500', '131124.917500', '131125.377500', '131125.837500', '131126.297500', '131126.757500', '131127.217500', '131127.677500', '131128.137500', '131128.597500', '131129.057500', '131129.517500', '131129.977500', '131130.437500', '131130.897500', '131131.357500', '131131.817500', '131132.277500', '131132.737500', '131133.197500', '131133.657500', '131134.117500', '131134.577500', '131135.037500', '131135.497500', '131135.957500', '131136.417500', '131136.877500', '131137.337500', '131137.797500', '131138.257500', '131138.717500', '131139.177500', '131139.637500', '131140.097500', '131140.557500', '131141.017500', '131141.477500', '131141.937500', '131142.397500', '131142.857500', '131143.317500', '131143.777500', '131144.237500', '131144.697500', '131145.157500', '131145.617500', '131146.077500', '131146.537500', '131146.997500', '131147.457500', '131147.917500', '131148.377500', '131148.837500', '131149.297500', '131149.757500', '131150.217500', '131150.677500', '131151.137500', '131151.597500', '131152.057500', '131152.517500', '131152.977500', '131153.437500', '131153.897500', '131154.357500', '131154.817500', '131155.277500', '131155.737500', '131156.197500', '131156.657500', '131157.117500', '131157.577500', '131158.037500', '131158.497500', '131158.957500', '131159.417500', '131159.877500', '131200.337500', '131200.797500', '131201.257500', '131201.717500', '131202.177500', '131202.637500', '131203.097500', '131203.557500', '131204.017500', '131204.477500', '131204.937500', '131205.397500', '131205.857500', '131206.317500', '131206.777500', '131207.237500', '131207.697500', '131208.157500', '131208.617500', '131209.077500', '131209.537500', '131209.997500', '131210.457500', '131210.917500', '131211.377500', '131211.837500', '131212.297500', '131212.757500', '131213.217500', '131213.677500', '131214.137500', '131214.597500', '131215.057500', '131215.517500', '131215.977500', '131216.437500', '131216.897500', '131217.357500', '131217.817500', '131218.277500', '131218.737500', '131219.197500', '131219.657500', '131220.117500', '131220.577500', '131221.037500', '131221.497500', '131221.957500', '131222.417500', '131222.877500', '131223.337500', '131223.797500', '131224.257500', '131224.717500', '131225.177500', '131225.637500', '131226.097500', '131226.557500', '131227.017500', '131227.477500', '131227.937500', '131228.397500', '131228.857500', '131229.317500', '131229.777500', '131230.237500', '131230.697500', '131231.157500', '131231.617500', '131232.077500', '131232.537500', '131232.997500', '131233.457500', '131233.917500', '131234.377500', '131234.837500', '131235.297500', '131235.757500', '131236.217500', '131236.677500', '131237.137500', '131237.597500', '131238.057500', '131238.517500', '131238.977500', '131239.437500', '131239.897500', '131240.357500', '131240.817500', '131241.277500', '131241.737500', '131242.197500', '131242.657500', '131243.117500', '131243.577500', '131244.037500', '131244.497500', '131244.957500', '131245.417500', '131245.877500', '131246.337500', '131246.797500', '131247.257500', '131247.717500', '131248.177500', '131248.637500', '131249.097500', '131249.557500', '131250.017500', '131250.477500', '131250.937500', '131251.397500', '131251.857500', '131252.317500', '131252.777500', '131253.237500', '131253.697500', '131254.157500', '131254.617500', '131255.077500', '131255.537500', '131255.997500', '131256.457500', '131256.917500', '131257.377500', '131257.837500', '131258.297500', '131258.757500', '131259.217500', '131259.677500', '131300.137500', '131300.597500', '131301.057500', '131301.517500', '131301.977500', '131302.437500', '131302.897500', '131303.357500', '131303.817500', '131304.277500', '131304.737500', '131305.197500', '131305.657500', '131306.117500', '131306.577500', '131307.037500', '131307.497500', '131307.957500', '131308.417500', '131308.877500', '131309.337500', '131309.797500', '131310.257500', '131310.717500', '131311.177500', '131311.637500', '131312.097500', '131312.557500', '131313.017500', '131313.477500', '131313.937500', '131314.397500', '131314.857500', '131315.317500', '131315.777500', '131316.237500', '131316.697500', '131317.157500', '131317.617500', '131318.077500', '131318.537500', '131318.997500', '131319.457500', '131319.917500', '131320.377500', '131320.837500', '131321.297500', '131321.757500', '131322.217500', '131322.677500', '131323.137500', '131323.597500', '131324.057500', '131324.517500', '131324.977500', '131325.437500', '131325.897500', '131326.357500', '131326.817500', '131327.277500', '131327.737500', '131328.197500', '131328.657500', '131329.117500', '131329.577500', '131330.037500', '131330.497500', '131330.957500', '131331.417500', '131331.877500', '131332.337500', '131332.797500', '131333.257500', '131333.717500', '131334.177500', '131334.637500', '131335.097500', '131335.557500', '131336.017500', '131336.477500', '131336.937500', '131337.397500', '131337.857500', '131338.317500', '131338.777500', '131339.237500', '131339.697500', '131340.157500', '131340.617500', '131341.077500', '131341.537500', '131341.997500', '131342.457500', '131342.917500', '131343.377500', '131343.837500', '131344.297500', '131344.757500', '131345.217500', '131345.677500', '131346.137500', '131346.597500', '131347.057500', '131347.517500', '131347.977500', '131348.437500', '131348.897500', '131349.357500', '131349.817500', '131350.277500', '131350.737500', '131351.197500', '131351.657500', '131352.117500', '131352.577500', '131353.037500', '131353.497500', '131353.957500', '131354.417500', '131354.877500', '131355.337500', '131355.797500', '131356.257500', '131356.717500', '131357.177500', '131357.637500', '131358.097500', '131358.557500', '131359.017500', '131359.477500', '131359.937500', '131400.397500', '131400.857500', '131401.317500', '131401.777500', '131402.237500', '131402.697500', '131403.157500', '131403.617500', '131404.077500', '131404.537500', '131404.997500', '131405.457500', '131405.917500', '131406.377500', '131406.837500', '131407.297500', '131407.757500', '131408.217500', '131408.677500', '131409.137500', '131409.597500', '131410.057500', '131410.517500', '131410.977500', '131411.437500', '131411.897500', '131412.357500', '131412.817500', '131413.277500', '131413.737500', '131414.197500', '131414.657500', '131415.117500', '131415.577500', '131416.037500', '131416.497500', '131416.957500', '131417.417500', '131417.877500', '131418.337500', '131418.797500', '131419.257500', '131419.717500', '131420.177500', '131420.637500', '131421.097500', '131421.557500', '131422.017500', '131422.477500', '131422.937500', '131423.397500', '131423.857500', '131424.317500', '131424.777500', '131425.237500', '131425.697500', '131426.157500', '131426.617500', '131427.077500', '131427.537500', '131427.997500', '131428.457500', '131428.917500', '131429.377500', '131429.837500', '131430.297500', '131430.757500', '131431.217500', '131431.677500', '131432.137500', '131432.597500', '131433.057500', '131433.517500', '131433.977500', '131434.437500', '131434.897500', '131435.357500', '131435.817500', '131436.277500', '131436.737500', '131437.197500', '131437.657500', '131438.117500', '131438.577500', '131439.037500', '131439.497500', '131439.957500', '131440.417500', '131440.877500', '131441.337500', '131441.797500', '131442.257500', '131442.717500', '131443.177500', '131443.637500', '131444.097500', '131444.557500', '131445.017500', '131445.477500', '131445.937500', '131446.397500', '131446.857500', '131447.317500', '131447.777500', '131448.237500', '131448.697500', '131449.157500', '131449.617500', '131450.077500', '131450.537500', '131450.997500', '131451.457500', '131451.917500', '131452.377500', '131452.837500', '131453.297500', '131453.757500', '131454.217500', '131454.677500', '131455.137500', '131455.597500', '131456.057500', '131456.517500', '131456.977500', '131457.437500', '131457.897500', '131458.357500', '131458.817500', '131459.277500', '131459.737500', '131500.197500', '131500.657500', '131501.117500', '131501.577500', '131502.037500', '131502.497500', '131502.957500', '131503.417500', '131503.877500', '131504.337500', '131504.797500', '131505.257500', '131505.717500', '131506.177500', '131506.637500', '131507.097500', '131507.557500', '131508.017500', '131508.477500', '131508.937500', '131509.397500', '131509.857500', '131510.317500', '131510.777500', '131511.237500', '131511.697500', '131512.157500', '131512.617500', '131513.077500', '131513.537500', '131513.997500', '131514.457500', '131514.917500', '131515.377500', '131515.837500', '131516.297500', '131516.757500', '131517.217500', '131517.677500', '131518.137500', '131518.597500', '131519.057500', '131519.517500', '131519.977500', '131520.437500', '131520.897500', '131521.357500', '131521.817500', '131522.277500', '131522.737500', '131523.197500', '131523.657500', '131524.117500', '131524.577500', '131525.037500', '131525.497500', '131525.957500', '131526.417500', '131526.877500', '131527.337500', '131527.797500', '131528.257500', '131528.717500', '131529.177500', '131529.637500', '131530.097500', '131530.557500', '131531.017500', '131531.477500', '131531.937500', '131532.397500', '131532.857500', '131533.317500', '131533.777500', '131534.237500', '131534.697500', '131535.157500', '131535.617500', '131536.077500', '131536.537500', '131536.997500', '131537.457500', '131537.917500', '131538.377500', '131538.837500', '131539.297500', '131539.757500', '131540.217500', '131540.677500', '131541.137500', '131541.597500', '131542.057500', '131542.517500', '131542.977500', '131543.437500', '131543.897500', '131544.357500', '131544.817500', '131545.277500', '131545.737500', '131546.197500', '131546.657500', '131547.117500', '131547.577500', '131548.037500', '131548.497500', '131548.957500', '131549.417500', '131549.877500', '131550.337500', '131550.797500', '131551.257500', '131551.717500', '131552.177500', '131552.637500', '131553.097500', '131553.557500', '131554.017500', '131554.477500', '131554.937500', '131555.397500', '131555.857500', '131556.317500', '131556.777500', '131557.237500', '131557.697500', '131558.157500', '131558.617500', '131559.077500', '131559.537500', '131559.997500', '131600.457500', '131600.917500', '131601.377500', '131601.837500', '131602.297500', '131602.757500', '131603.217500', '131603.677500', '131604.137500', '131604.597500', '131605.057500', '131605.517500', '131605.977500', '131606.437500', '131606.897500', '131607.357500', '131607.817500', '131608.277500', '131608.737500', '131609.197500', '131609.657500', '131610.117500', '131610.577500', '131611.037500', '131611.497500', '131611.957500', '131612.417500', '131612.877500', '131613.337500', '131613.797500', '131614.257500', '131614.717500', '131615.177500', '131615.637500', '131616.097500', '131616.557500', '131617.017500', '131617.477500', '131617.937500', '131618.397500', '131618.857500', '131619.317500', '131619.777500', '131620.237500', '131620.697500', '131621.157500', '131621.617500', '131622.077500', '131622.537500', '131622.997500', '131623.457500'], 'ContentTime': ['131008.268000', '131008.272000', '131008.275000', '131008.278000', '131008.281000', '131008.283000', '131008.286000', '131008.289000', '131008.292000', '131008.295000', '131008.298000', '131008.300000', '131008.303000', '131008.306000', '131008.309000', '131008.312000', '131008.315000', '131008.317000', '131008.320000', '131008.323000', '131008.326000', '131008.329000', '131008.332000', '131008.334000', '131008.337000', '131008.340000', '131008.343000', '131008.346000', '131008.348000', '131008.351000', '131008.354000', '131008.357000', '131008.360000', '131008.362000', '131008.365000', '131008.368000', '131008.371000', '131008.374000', '131008.377000', '131008.380000', '131008.382000', '131008.385000', '131008.388000', '131008.391000', '131008.394000', '131008.396000', '131008.399000', '131008.402000', '131008.405000', '131008.408000', '131008.411000', '131008.413000', '131008.421000', '131028.235000', '131028.238000', '131028.241000', '131028.243000', '131028.246000', '131028.249000', '131028.252000', '131028.255000', '131028.258000', '131028.260000', '131028.263000', '131028.266000', '131028.271000', '131028.274000', '131028.276000', '131028.279000', '131028.282000', '131028.285000', '131028.288000', '131028.291000', '131028.293000', '131028.296000', '131028.299000', '131028.302000', '131028.305000', '131028.307000', '131028.310000', '131028.313000', '131028.316000', '131028.319000', '131028.322000', '131028.324000', '131028.327000', '131028.330000', '131028.333000', '131028.336000', '131028.339000', '131028.341000', '131028.344000', '131028.347000', '131028.350000', '131028.353000', '131028.355000', '131028.358000', '131048.234000', '131048.237000', '131048.240000', '131048.243000', '131048.245000', '131048.248000', '131048.251000', '131048.254000', '131048.257000', '131048.260000', '131048.263000', '131048.265000', '131048.268000', '131048.271000', '131048.274000', '131048.277000', '131048.279000', '131048.282000', '131048.288000', '131048.290000', '131048.293000', '131048.296000', '131048.299000', '131048.302000', '131048.304000', '131048.307000', '131048.310000', '131048.313000', '131048.316000', '131048.319000', '131048.322000', '131048.324000', '131048.327000', '131048.330000', '131048.333000', '131048.335000', '131048.338000', '131048.341000', '131048.344000', '131048.347000', '131048.349000', '131048.352000', '131048.355000', '131108.234000', '131108.237000', '131108.240000', '131108.243000', '131108.246000', '131108.249000', '131108.252000', '131108.255000', '131108.258000', '131108.277000', '131108.280000', '131108.283000', '131108.285000', '131108.288000', '131108.291000', '131108.294000', '131108.297000', '131108.300000', '131108.302000', '131108.305000', '131108.308000', '131108.311000', '131108.314000', '131108.317000', '131108.320000', '131108.322000', '131108.325000', '131108.328000', '131108.331000', '131108.334000', '131108.336000', '131108.339000', '131108.342000', '131108.345000', '131108.348000', '131108.351000', '131108.354000', '131108.357000', '131108.359000', '131108.362000', '131108.365000', '131108.368000', '131108.371000', '131128.234000', '131128.237000', '131128.240000', '131128.243000', '131128.245000', '131128.248000', '131128.251000', '131128.254000', '131128.257000', '131128.260000', '131128.262000', '131128.265000', '131128.268000', '131128.271000', '131128.274000', '131128.277000', '131128.279000', '131128.282000', '131128.285000', '131128.288000', '131128.291000', '131128.293000', '131128.296000', '131128.299000', '131128.302000', '131128.305000', '131128.308000', '131128.310000', '131128.326000', '131128.329000', '131128.332000', '131128.334000', '131128.337000', '131128.340000', '131128.343000', '131128.346000', '131128.350000', '131128.353000', '131128.356000', '131128.359000', '131128.362000', '131128.364000', '131128.367000', '131128.370000', '131148.234000', '131148.237000', '131148.241000', '131148.246000', '131148.249000', '131148.275000', '131148.278000', '131148.281000', '131148.284000', '131148.287000', '131148.290000', '131148.292000', '131148.295000', '131148.298000', '131148.301000', '131148.304000', '131148.307000', '131148.309000', '131148.312000', '131148.315000', '131148.318000', '131148.321000', '131148.323000', '131148.326000', '131148.329000', '131148.332000', '131148.335000', '131148.338000', '131148.340000', '131148.343000', '131148.346000', '131148.349000', '131148.352000', '131148.354000', '131148.357000', '131148.360000', '131148.363000', '131148.366000', '131148.369000', '131148.371000', '131148.374000', '131148.377000', '131148.380000', '131208.235000', '131208.238000', '131208.241000', '131208.244000', '131208.247000', '131208.250000', '131208.252000', '131208.255000', '131208.258000', '131208.261000', '131208.264000', '131208.267000', '131208.269000', '131208.272000', '131208.275000', '131208.278000', '131208.281000', '131208.284000', '131208.286000', '131208.289000', '131208.292000', '131208.295000', '131208.298000', '131208.301000', '131208.303000', '131208.306000', '131208.309000', '131208.312000', '131208.315000', '131208.318000', '131208.320000', '131208.323000', '131208.326000', '131208.329000', '131208.332000', '131208.334000', '131208.337000', '131208.340000', '131208.343000', '131208.346000', '131208.348000', '131208.351000', '131208.354000', '131208.357000', '131228.235000', '131228.238000', '131228.241000', '131228.244000', '131228.246000', '131228.249000', '131228.252000', '131228.255000', '131228.258000', '131228.261000', '131228.263000', '131228.266000', '131228.269000', '131228.272000', '131228.275000', '131228.278000', '131228.281000', '131228.286000', '131228.289000', '131228.292000', '131228.294000', '131228.316000', '131228.319000', '131228.322000', '131228.324000', '131228.327000', '131228.330000', '131228.333000', '131228.336000', '131228.339000', '131228.341000', '131228.344000', '131228.347000', '131228.350000', '131228.353000', '131228.356000', '131228.358000', '131228.361000', '131228.364000', '131228.367000', '131228.370000', '131228.373000', '131228.375000', '131248.235000', '131248.238000', '131248.241000', '131248.244000', '131248.247000', '131248.249000', '131248.252000', '131248.255000', '131248.258000', '131248.261000', '131248.263000', '131248.266000', '131248.269000', '131248.272000', '131248.275000', '131248.278000', '131248.281000', '131248.283000', '131248.286000', '131248.289000', '131248.292000', '131248.295000', '131248.297000', '131248.300000', '131248.303000', '131248.306000', '131248.309000', '131248.312000', '131248.315000', '131248.317000', '131248.320000', '131248.323000', '131248.326000', '131248.329000', '131248.331000', '131248.334000', '131248.337000', '131248.340000', '131248.343000', '131248.345000', '131248.348000', '131248.351000', '131248.354000', '131248.357000', '131308.234000', '131308.237000', '131308.240000', '131308.243000', '131308.246000', '131308.248000', '131308.251000', '131308.254000', '131308.257000', '131308.271000', '131308.274000', '131308.276000', '131308.279000', '131308.283000', '131308.286000', '131308.289000', '131308.291000', '131308.294000', '131308.297000', '131308.300000', '131308.303000', '131308.306000', '131308.308000', '131308.311000', '131308.314000', '131308.317000', '131308.320000', '131308.322000', '131308.325000', '131308.328000', '131308.331000', '131308.334000', '131308.337000', '131308.340000', '131308.342000', '131308.345000', '131308.348000', '131308.351000', '131308.354000', '131308.356000', '131308.359000', '131308.362000', '131308.365000', '131328.234000', '131328.237000', '131328.240000', '131328.243000', '131328.246000', '131328.248000', '131328.251000', '131328.254000', '131328.257000', '131328.260000', '131328.263000', '131328.266000', '131328.268000', '131328.271000', '131328.274000', '131328.277000', '131328.280000', '131328.282000', '131328.285000', '131328.288000', '131328.291000', '131328.294000', '131328.297000', '131328.300000', '131328.302000', '131328.305000', '131328.308000', '131328.311000', '131328.314000', '131328.316000', '131328.319000', '131328.322000', '131328.325000', '131328.328000', '131328.330000', '131328.333000', '131328.336000', '131328.339000', '131328.342000', '131328.345000', '131328.348000', '131328.350000', '131328.353000', '131328.356000', '131348.234000', '131348.237000', '131348.240000', '131348.243000', '131348.246000', '131348.249000', '131348.251000', '131348.254000', '131348.257000', '131348.260000', '131348.263000', '131348.266000', '131348.268000', '131348.271000', '131348.274000', '131348.277000', '131348.280000', '131348.283000', '131348.285000', '131348.288000', '131348.291000', '131348.294000', '131348.297000', '131348.300000', '131348.303000', '131348.306000', '131348.308000', '131348.311000', '131348.314000', '131348.317000', '131348.322000', '131348.326000', '131348.334000', '131348.337000', '131348.339000', '131348.342000', '131348.345000', '131348.348000', '131348.351000', '131348.354000', '131348.357000', '131348.359000', '131348.362000', '131408.234000', '131408.237000', '131408.240000', '131408.243000', '131408.245000', '131408.248000', '131408.251000', '131408.254000', '131408.257000', '131408.260000', '131408.263000', '131408.265000', '131408.268000', '131408.271000', '131408.274000', '131408.277000', '131408.279000', '131408.282000', '131408.285000', '131408.288000', '131408.291000', '131408.294000', '131408.297000', '131408.299000', '131408.302000', '131408.305000', '131408.308000', '131408.311000', '131408.313000', '131408.316000', '131408.319000', '131408.322000', '131408.325000', '131408.327000', '131408.330000', '131408.333000', '131408.336000', '131408.339000', '131408.342000', '131408.345000', '131408.347000', '131408.350000', '131408.353000', '131408.356000', '131428.235000', '131428.238000', '131428.241000', '131428.244000', '131428.247000', '131428.249000', '131428.252000', '131428.255000', '131428.258000', '131428.261000', '131428.265000', '131428.268000', '131428.271000', '131428.274000', '131428.277000', '131428.280000', '131428.283000', '131428.285000', '131428.288000', '131428.291000', '131428.294000', '131428.297000', '131428.300000', '131428.302000', '131428.305000', '131428.308000', '131428.311000', '131428.314000', '131428.317000', '131428.320000', '131428.322000', '131428.325000', '131428.328000', '131428.331000', '131428.348000', '131428.351000', '131428.354000', '131428.356000', '131428.360000', '131428.362000', '131428.365000', '131428.368000', '131428.371000', '131448.235000', '131448.238000', '131448.241000', '131448.244000', '131448.247000', '131448.250000', '131448.252000', '131448.255000', '131448.258000', '131448.261000', '131448.264000', '131448.266000', '131448.269000', '131448.272000', '131448.275000', '131448.278000', '131448.281000', '131448.283000', '131448.286000', '131448.289000', '131448.292000', '131448.295000', '131448.298000', '131448.301000', '131448.303000', '131448.306000', '131448.309000', '131448.312000', '131448.315000', '131448.318000', '131448.320000', '131448.323000', '131448.326000', '131448.333000', '131448.336000', '131448.338000', '131448.341000', '131448.344000', '131448.347000', '131448.350000', '131448.352000', '131448.355000', '131448.358000', '131448.361000', '131508.234000', '131508.237000', '131508.240000', '131508.243000', '131508.246000', '131508.249000', '131508.251000', '131508.254000', '131508.257000', '131508.260000', '131508.263000', '131508.266000', '131508.268000', '131508.271000', '131508.274000', '131508.277000', '131508.280000', '131508.283000', '131508.285000', '131508.288000', '131508.291000', '131508.294000', '131508.297000', '131508.300000', '131508.302000', '131508.305000', '131508.308000', '131508.311000', '131508.314000', '131508.317000', '131508.319000', '131508.322000', '131508.325000', '131508.328000', '131508.331000', '131508.334000', '131508.337000', '131508.340000', '131508.344000', '131508.347000', '131508.350000', '131508.353000', '131508.356000', '131528.234000', '131528.237000', '131528.240000', '131528.242000', '131528.246000', '131528.248000', '131528.251000', '131528.254000', '131528.257000', '131528.260000', '131528.262000', '131528.265000', '131528.268000', '131528.271000', '131528.274000', '131528.277000', '131528.280000', '131528.282000', '131528.285000', '131528.288000', '131528.291000', '131528.294000', '131528.297000', '131528.301000', '131528.304000', '131528.307000', '131528.310000', '131528.313000', '131528.315000', '131528.318000', '131528.321000', '131528.324000', '131528.327000', '131528.330000', '131528.332000', '131528.335000', '131528.338000', '131528.341000', '131528.344000', '131528.346000', '131528.349000', '131528.352000', '131528.355000', '131528.358000', '131548.234000', '131548.237000', '131548.240000', '131548.243000', '131548.246000', '131548.249000', '131548.252000', '131548.254000', '131548.257000', '131548.260000', '131548.263000', '131548.266000', '131548.269000', '131548.271000', '131548.274000', '131548.277000', '131548.280000', '131548.283000', '131548.286000', '131548.289000', '131548.291000', '131548.294000', '131548.297000', '131548.300000', '131548.304000', '131548.307000', '131548.310000', '131548.313000', '131548.316000', '131548.319000', '131548.322000', '131548.325000', '131548.327000', '131548.330000', '131548.333000', '131548.336000', '131548.339000', '131548.342000', '131548.345000', '131548.347000', '131548.350000', '131548.353000', '131548.357000', '131608.234000', '131608.237000', '131608.252000', '131608.255000', '131608.258000', '131608.261000', '131608.263000', '131608.266000', '131608.269000', '131608.272000', '131608.275000', '131608.278000', '131608.281000', '131608.283000', '131608.286000', '131608.289000', '131608.292000', '131608.295000', '131608.298000', '131608.301000', '131608.303000', '131608.306000', '131608.309000', '131608.312000', '131608.315000', '131608.317000', '131608.320000', '131608.323000', '131608.326000', '131608.329000', '131608.331000', '131608.334000', '131608.337000', '131608.340000', '131608.343000', '131608.346000', '131608.348000', '131608.351000', '131608.354000', '131608.357000', '131608.360000', '131608.362000', '131608.365000', '131608.368000', '131624.770000', '131624.808000', '131624.811000', '131624.814000', '131624.817000', '131624.819000', '131624.822000', '131624.825000', '131624.828000', '131624.831000', '131624.834000', '131624.837000', '131624.840000', '131624.843000', '131624.846000', '131624.849000', '131624.852000', '131624.854000', '131624.858000', '131624.860000', '131624.863000', '131624.866000', '131624.869000', '131624.872000', '131624.875000', '131624.878000', '131624.880000', '131624.883000', '131624.886000', '131624.889000', '131624.892000', '131624.895000', '131624.898000', '131624.901000', '131624.904000', '131624.907000'], 'InstanceCreationTime': ['131008.268000', '131008.272000', '131008.275000', '131008.278000', '131008.281000', '131008.283000', '131008.286000', '131008.289000', '131008.292000', '131008.295000', '131008.298000', '131008.300000', '131008.303000', '131008.306000', '131008.309000', '131008.312000', '131008.315000', '131008.317000', '131008.320000', '131008.323000', '131008.326000', '131008.329000', '131008.332000', '131008.334000', '131008.337000', '131008.340000', '131008.343000', '131008.346000', '131008.348000', '131008.351000', '131008.354000', '131008.357000', '131008.360000', '131008.362000', '131008.365000', '131008.368000', '131008.371000', '131008.374000', '131008.377000', '131008.380000', '131008.382000', '131008.385000', '131008.388000', '131008.391000', '131008.394000', '131008.396000', '131008.399000', '131008.402000', '131008.405000', '131008.408000', '131008.411000', '131008.413000', '131008.421000', '131028.235000', '131028.238000', '131028.241000', '131028.243000', '131028.246000', '131028.249000', '131028.252000', '131028.255000', '131028.258000', '131028.260000', '131028.263000', '131028.266000', '131028.271000', '131028.274000', '131028.276000', '131028.279000', '131028.282000', '131028.285000', '131028.288000', '131028.291000', '131028.293000', '131028.296000', '131028.299000', '131028.302000', '131028.305000', '131028.307000', '131028.310000', '131028.313000', '131028.316000', '131028.319000', '131028.322000', '131028.324000', '131028.327000', '131028.330000', '131028.333000', '131028.336000', '131028.339000', '131028.341000', '131028.344000', '131028.347000', '131028.350000', '131028.353000', '131028.355000', '131028.358000', '131048.234000', '131048.237000', '131048.240000', '131048.243000', '131048.245000', '131048.248000', '131048.251000', '131048.254000', '131048.257000', '131048.260000', '131048.263000', '131048.265000', '131048.268000', '131048.271000', '131048.274000', '131048.277000', '131048.279000', '131048.282000', '131048.288000', '131048.290000', '131048.293000', '131048.296000', '131048.299000', '131048.302000', '131048.304000', '131048.307000', '131048.310000', '131048.313000', '131048.316000', '131048.319000', '131048.322000', '131048.324000', '131048.327000', '131048.330000', '131048.333000', '131048.335000', '131048.338000', '131048.341000', '131048.344000', '131048.347000', '131048.349000', '131048.352000', '131048.355000', '131108.234000', '131108.237000', '131108.240000', '131108.243000', '131108.246000', '131108.249000', '131108.252000', '131108.255000', '131108.258000', '131108.277000', '131108.280000', '131108.283000', '131108.285000', '131108.288000', '131108.291000', '131108.294000', '131108.297000', '131108.300000', '131108.302000', '131108.305000', '131108.308000', '131108.311000', '131108.314000', '131108.317000', '131108.320000', '131108.322000', '131108.325000', '131108.328000', '131108.331000', '131108.334000', '131108.336000', '131108.339000', '131108.342000', '131108.345000', '131108.348000', '131108.351000', '131108.354000', '131108.357000', '131108.359000', '131108.362000', '131108.365000', '131108.368000', '131108.371000', '131128.234000', '131128.237000', '131128.240000', '131128.243000', '131128.245000', '131128.248000', '131128.251000', '131128.254000', '131128.257000', '131128.260000', '131128.262000', '131128.265000', '131128.268000', '131128.271000', '131128.274000', '131128.277000', '131128.279000', '131128.282000', '131128.285000', '131128.288000', '131128.291000', '131128.293000', '131128.296000', '131128.299000', '131128.302000', '131128.305000', '131128.308000', '131128.310000', '131128.326000', '131128.329000', '131128.332000', '131128.334000', '131128.337000', '131128.340000', '131128.343000', '131128.346000', '131128.350000', '131128.353000', '131128.356000', '131128.359000', '131128.362000', '131128.364000', '131128.367000', '131128.370000', '131148.234000', '131148.237000', '131148.241000', '131148.246000', '131148.249000', '131148.275000', '131148.278000', '131148.281000', '131148.284000', '131148.287000', '131148.290000', '131148.292000', '131148.295000', '131148.298000', '131148.301000', '131148.304000', '131148.307000', '131148.309000', '131148.312000', '131148.315000', '131148.318000', '131148.321000', '131148.323000', '131148.326000', '131148.329000', '131148.332000', '131148.335000', '131148.338000', '131148.340000', '131148.343000', '131148.346000', '131148.349000', '131148.352000', '131148.354000', '131148.357000', '131148.360000', '131148.363000', '131148.366000', '131148.369000', '131148.371000', '131148.374000', '131148.377000', '131148.380000', '131208.235000', '131208.238000', '131208.241000', '131208.244000', '131208.247000', '131208.250000', '131208.252000', '131208.255000', '131208.258000', '131208.261000', '131208.264000', '131208.267000', '131208.269000', '131208.272000', '131208.275000', '131208.278000', '131208.281000', '131208.284000', '131208.286000', '131208.289000', '131208.292000', '131208.295000', '131208.298000', '131208.301000', '131208.303000', '131208.306000', '131208.309000', '131208.312000', '131208.315000', '131208.318000', '131208.320000', '131208.323000', '131208.326000', '131208.329000', '131208.332000', '131208.334000', '131208.337000', '131208.340000', '131208.343000', '131208.346000', '131208.348000', '131208.351000', '131208.354000', '131208.357000', '131228.235000', '131228.238000', '131228.241000', '131228.244000', '131228.246000', '131228.249000', '131228.252000', '131228.255000', '131228.258000', '131228.261000', '131228.263000', '131228.266000', '131228.269000', '131228.272000', '131228.275000', '131228.278000', '131228.281000', '131228.286000', '131228.289000', '131228.292000', '131228.294000', '131228.316000', '131228.319000', '131228.322000', '131228.324000', '131228.327000', '131228.330000', '131228.333000', '131228.336000', '131228.339000', '131228.341000', '131228.344000', '131228.347000', '131228.350000', '131228.353000', '131228.356000', '131228.358000', '131228.361000', '131228.364000', '131228.367000', '131228.370000', '131228.373000', '131228.375000', '131248.235000', '131248.238000', '131248.241000', '131248.244000', '131248.247000', '131248.249000', '131248.252000', '131248.255000', '131248.258000', '131248.261000', '131248.263000', '131248.266000', '131248.269000', '131248.272000', '131248.275000', '131248.278000', '131248.281000', '131248.283000', '131248.286000', '131248.289000', '131248.292000', '131248.295000', '131248.297000', '131248.300000', '131248.303000', '131248.306000', '131248.309000', '131248.312000', '131248.315000', '131248.317000', '131248.320000', '131248.323000', '131248.326000', '131248.329000', '131248.331000', '131248.334000', '131248.337000', '131248.340000', '131248.343000', '131248.345000', '131248.348000', '131248.351000', '131248.354000', '131248.357000', '131308.234000', '131308.237000', '131308.240000', '131308.243000', '131308.246000', '131308.248000', '131308.251000', '131308.254000', '131308.257000', '131308.271000', '131308.274000', '131308.276000', '131308.279000', '131308.283000', '131308.286000', '131308.289000', '131308.291000', '131308.294000', '131308.297000', '131308.300000', '131308.303000', '131308.306000', '131308.308000', '131308.311000', '131308.314000', '131308.317000', '131308.320000', '131308.322000', '131308.325000', '131308.328000', '131308.331000', '131308.334000', '131308.337000', '131308.340000', '131308.342000', '131308.345000', '131308.348000', '131308.351000', '131308.354000', '131308.356000', '131308.359000', '131308.362000', '131308.365000', '131328.234000', '131328.237000', '131328.240000', '131328.243000', '131328.246000', '131328.248000', '131328.251000', '131328.254000', '131328.257000', '131328.260000', '131328.263000', '131328.266000', '131328.268000', '131328.271000', '131328.274000', '131328.277000', '131328.280000', '131328.282000', '131328.285000', '131328.288000', '131328.291000', '131328.294000', '131328.297000', '131328.300000', '131328.302000', '131328.305000', '131328.308000', '131328.311000', '131328.314000', '131328.316000', '131328.319000', '131328.322000', '131328.325000', '131328.328000', '131328.330000', '131328.333000', '131328.336000', '131328.339000', '131328.342000', '131328.345000', '131328.348000', '131328.350000', '131328.353000', '131328.356000', '131348.234000', '131348.237000', '131348.240000', '131348.243000', '131348.246000', '131348.249000', '131348.251000', '131348.254000', '131348.257000', '131348.260000', '131348.263000', '131348.266000', '131348.268000', '131348.271000', '131348.274000', '131348.277000', '131348.280000', '131348.283000', '131348.285000', '131348.288000', '131348.291000', '131348.294000', '131348.297000', '131348.300000', '131348.303000', '131348.306000', '131348.308000', '131348.311000', '131348.314000', '131348.317000', '131348.322000', '131348.326000', '131348.334000', '131348.337000', '131348.339000', '131348.342000', '131348.345000', '131348.348000', '131348.351000', '131348.354000', '131348.357000', '131348.359000', '131348.362000', '131408.234000', '131408.237000', '131408.240000', '131408.243000', '131408.245000', '131408.248000', '131408.251000', '131408.254000', '131408.257000', '131408.260000', '131408.263000', '131408.265000', '131408.268000', '131408.271000', '131408.274000', '131408.277000', '131408.279000', '131408.282000', '131408.285000', '131408.288000', '131408.291000', '131408.294000', '131408.297000', '131408.299000', '131408.302000', '131408.305000', '131408.308000', '131408.311000', '131408.313000', '131408.316000', '131408.319000', '131408.322000', '131408.325000', '131408.327000', '131408.330000', '131408.333000', '131408.336000', '131408.339000', '131408.342000', '131408.345000', '131408.347000', '131408.350000', '131408.353000', '131408.356000', '131428.235000', '131428.238000', '131428.241000', '131428.244000', '131428.247000', '131428.249000', '131428.252000', '131428.255000', '131428.258000', '131428.261000', '131428.265000', '131428.268000', '131428.271000', '131428.274000', '131428.277000', '131428.280000', '131428.283000', '131428.285000', '131428.288000', '131428.291000', '131428.294000', '131428.297000', '131428.300000', '131428.302000', '131428.305000', '131428.308000', '131428.311000', '131428.314000', '131428.317000', '131428.320000', '131428.322000', '131428.325000', '131428.328000', '131428.331000', '131428.348000', '131428.351000', '131428.354000', '131428.356000', '131428.360000', '131428.362000', '131428.365000', '131428.368000', '131428.371000', '131448.235000', '131448.238000', '131448.241000', '131448.244000', '131448.247000', '131448.250000', '131448.252000', '131448.255000', '131448.258000', '131448.261000', '131448.264000', '131448.266000', '131448.269000', '131448.272000', '131448.275000', '131448.278000', '131448.281000', '131448.283000', '131448.286000', '131448.289000', '131448.292000', '131448.295000', '131448.298000', '131448.301000', '131448.303000', '131448.306000', '131448.309000', '131448.312000', '131448.315000', '131448.318000', '131448.320000', '131448.323000', '131448.326000', '131448.333000', '131448.336000', '131448.338000', '131448.341000', '131448.344000', '131448.347000', '131448.350000', '131448.352000', '131448.355000', '131448.358000', '131448.361000', '131508.234000', '131508.237000', '131508.240000', '131508.243000', '131508.246000', '131508.249000', '131508.251000', '131508.254000', '131508.257000', '131508.260000', '131508.263000', '131508.266000', '131508.268000', '131508.271000', '131508.274000', '131508.277000', '131508.280000', '131508.283000', '131508.285000', '131508.288000', '131508.291000', '131508.294000', '131508.297000', '131508.300000', '131508.302000', '131508.305000', '131508.308000', '131508.311000', '131508.314000', '131508.317000', '131508.319000', '131508.322000', '131508.325000', '131508.328000', '131508.331000', '131508.334000', '131508.337000', '131508.340000', '131508.344000', '131508.347000', '131508.350000', '131508.353000', '131508.356000', '131528.234000', '131528.237000', '131528.240000', '131528.242000', '131528.246000', '131528.248000', '131528.251000', '131528.254000', '131528.257000', '131528.260000', '131528.262000', '131528.265000', '131528.268000', '131528.271000', '131528.274000', '131528.277000', '131528.280000', '131528.282000', '131528.285000', '131528.288000', '131528.291000', '131528.294000', '131528.297000', '131528.301000', '131528.304000', '131528.307000', '131528.310000', '131528.313000', '131528.315000', '131528.318000', '131528.321000', '131528.324000', '131528.327000', '131528.330000', '131528.332000', '131528.335000', '131528.338000', '131528.341000', '131528.344000', '131528.346000', '131528.349000', '131528.352000', '131528.355000', '131528.358000', '131548.234000', '131548.237000', '131548.240000', '131548.243000', '131548.246000', '131548.249000', '131548.252000', '131548.254000', '131548.257000', '131548.260000', '131548.263000', '131548.266000', '131548.269000', '131548.271000', '131548.274000', '131548.277000', '131548.280000', '131548.283000', '131548.286000', '131548.289000', '131548.291000', '131548.294000', '131548.297000', '131548.300000', '131548.304000', '131548.307000', '131548.310000', '131548.313000', '131548.316000', '131548.319000', '131548.322000', '131548.325000', '131548.327000', '131548.330000', '131548.333000', '131548.336000', '131548.339000', '131548.342000', '131548.345000', '131548.347000', '131548.350000', '131548.353000', '131548.357000', '131608.234000', '131608.237000', '131608.252000', '131608.255000', '131608.258000', '131608.261000', '131608.263000', '131608.266000', '131608.269000', '131608.272000', '131608.275000', '131608.278000', '131608.281000', '131608.283000', '131608.286000', '131608.289000', '131608.292000', '131608.295000', '131608.298000', '131608.301000', '131608.303000', '131608.306000', '131608.309000', '131608.312000', '131608.315000', '131608.317000', '131608.320000', '131608.323000', '131608.326000', '131608.329000', '131608.331000', '131608.334000', '131608.337000', '131608.340000', '131608.343000', '131608.346000', '131608.348000', '131608.351000', '131608.354000', '131608.357000', '131608.360000', '131608.362000', '131608.365000', '131608.368000', '131624.770000', '131624.808000', '131624.811000', '131624.814000', '131624.817000', '131624.819000', '131624.822000', '131624.825000', '131624.828000', '131624.831000', '131624.834000', '131624.837000', '131624.840000', '131624.843000', '131624.846000', '131624.849000', '131624.852000', '131624.854000', '131624.858000', '131624.860000', '131624.863000', '131624.866000', '131624.869000', '131624.872000', '131624.875000', '131624.878000', '131624.880000', '131624.883000', '131624.886000', '131624.889000', '131624.892000', '131624.895000', '131624.898000', '131624.901000', '131624.904000', '131624.907000'], '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': [8542, 13576, 13729, 12860, 17052, 10833, 14049, 9524, 16234, 10512, 13841, 9096, 12760, 9272, 16062, 10081, 12745, 12790, 8661, 15378, 10021, 15965, 13346, 12971, 17908, 10530, 15410, 9589, 14605, 8844, 14111, 9287, 13414, 8874, 14179, 8445, 15487, 8557, 14888, 9580, 11530, 10795, 12371, 11533, 10732, 12456, 9565, 14151, 8981, 14335, 18248, 11002, 14857, 9783, 14398, 9463, 14232, 15642, 11227, 14917, 10776, 14689, 9331, 14627, 9417, 14316, 9042, 14700, 9035, 14437, 8953, 13996, 8496, 13696, 8297, 13363, 8417, 13490, 8473, 12093, 8895, 12229, 11941, 10995, 11663, 12028, 15263, 12125, 15044, 11439, 15455, 11051, 14382, 10118, 14751, 10424, 13664, 10564, 13620, 9623, 13940, 8633, 13964, 10611, 13190, 14382, 11184, 13706, 10877, 14705, 10234, 14557, 9162, 13673, 8382, 13446, 8698, 13388, 8281, 13611, 8509, 13233, 11724, 11953, 14375, 9737, 13668, 8146, 13163, 13880, 10580, 15470, 9947, 14308, 8645, 13830, 10395, 13183, 8741, 14178, 8718, 14557, 8709, 14728, 8879, 13362, 8668, 14346, 9581, 13582, 13378, 11740, 9524, 15809, 9052, 16237, 9576, 16119, 9898, 16411, 10215, 16235, 10049, 15145, 17021, 11992, 17416, 10991, 16061, 9037, 15911, 9337, 14329, 14293, 12110, 15847, 11526, 15726, 9745, 15473, 8599, 15292, 8900, 15045, 9180, 13702, 12681, 12114, 16089, 11042, 15095, 9932, 13908, 10655, 11276, 11370, 11524, 12071, 13634, 11357, 15122, 10895, 15577, 9044, 14664, 8753, 14964, 9416, 16429, 9669, 16195, 9830, 16205, 10312, 15910, 10599, 15950, 9526, 15989, 9676, 13816, 16605, 12872, 14783, 12490, 15146, 11424, 15629, 9738, 15606, 9397, 14832, 11776, 11029, 15709, 8886, 14286, 9189, 13259, 13662, 10549, 14697, 9725, 14148, 8453, 13402, 8679, 13341, 11400, 11656, 10764, 11469, 14181, 11388, 14206, 10473, 14258, 9685, 14256, 8458, 14846, 9562, 13823, 16309, 11634, 15329, 9705, 15431, 8784, 14457, 9013, 13245, 12692, 11823, 12578, 12179, 12769, 11470, 15837, 9707, 14238, 11076, 12957, 14807, 9994, 14680, 9853, 13343, 15019, 10079, 15373, 9569, 14625, 8309, 12189, 9366, 13592, 9213, 8989, 11285, 8317, 14339, 8680, 14501, 14925, 10485, 14846, 10001, 12535, 18394, 10731, 15884, 9321, 15060, 9382, 13908, 9031, 13359, 13895, 10772, 16064, 10000, 15196, 9054, 14689, 8866, 13777, 14541, 10754, 15439, 9549, 15485, 9676, 15223, 9636, 14762, 9788, 14306, 10606, 14760, 9683, 15175, 8618, 14399, 10630, 13010, 9423, 13065, 8337, 15023, 8689, 15298, 12140, 12416, 15597, 10826, 15049, 9071, 14243, 15859, 10472, 15264, 9098, 14822, 8603, 14033, 8172, 14444, 8440, 12503, 13861, 10991, 15233, 10089, 14714, 9112, 14805, 8350, 14058, 12602, 11505, 15863, 9060, 15061, 10318, 13889, 9845, 8201, 14146, 8064, 15121, 9019, 15251, 9646, 13336, 18010, 10535, 15047, 10125, 14850, 9219, 14592, 8309, 14823, 8458, 13289, 10634, 11050, 13854, 9416, 13839, 8426, 13060, 14825, 9280, 14089, 8832, 13713, 8272, 12044, 8680, 10218, 11597, 9591, 7833, 11183, 7806, 12837, 8232, 13228, 8019, 13621, 10739, 12300, 10449, 12194, 11908, 11727, 17620, 10607, 16477, 9876, 15491, 8957, 15297, 12604, 12469, 17506, 10702, 15104, 11217, 14271, 8682, 12469, 15078, 10669, 15197, 9596, 14154, 8953, 13340, 13598, 9334, 14208, 8543, 13340, 8826, 11299, 15895, 9236, 13289, 8285, 12663, 7870, 11908, 7974, 11306, 8089, 11315, 7871, 11968, 8611, 10819, 14845, 9150, 15635, 9499, 15112, 9560, 15967, 10790, 13739, 9999, 12897, 8501, 13172, 14406, 11396, 14319, 8594, 13151, 13470, 10713, 13930, 9372, 13528, 8384, 12796, 14063, 9751, 14050, 9050, 14073, 8456, 13140, 10238, 11362, 14370, 10113, 16173, 9448, 13648, 9268, 13438, 8712, 13607, 8868, 13717, 14702, 10613, 16051, 9968, 12804, 10992, 13435, 10452, 9661, 13762, 8007, 14418, 14421, 11475, 15983, 10343, 14633, 10504, 14854, 10329, 13768, 9322, 13928, 14264, 10822, 17158, 8787, 13815, 13431, 10064, 14110, 8566, 12999, 8549, 11420, 13843, 9476, 13255, 8283, 12211, 10441, 9684, 13473, 8543, 12198, 8017, 11656, 7788, 10904, 7991, 10679, 8003, 10631, 7784, 10690, 11972, 8498, 11909, 11260, 10483, 12827, 8667, 12319, 8718, 12020, 13725, 10596, 13737, 8264, 13139, 12069, 10981, 12675, 9063, 13041, 8096, 11801, 14446, 8906, 13519, 8124, 12195, 10655, 9623, 12636, 8669, 12483, 8019, 11360, 8621, 10734, 11045, 10099, 15050, 11030, 12464, 9869, 12287, 10254, 12225, 11310, 11213, 18108, 9980, 13766, 9286, 15184, 11529, 11881, 16931, 10221, 15165, 8509, 13253, 13264, 10739, 14791, 8959, 13770, 8637, 10317, 14666, 9308, 13142, 10528, 10819, 14268, 9066, 13393, 8142, 11946, 16147, 8865, 13139, 8043, 11543, 13502, 8963, 13133, 8093, 11837, 8067, 9473, 12597, 8092, 11678, 8037, 11133, 14996, 8946, 12728, 8687, 12042, 7987, 11389, 14647, 9105, 12917, 8471, 12322, 8760, 11456, 15610, 8900, 13461, 8234, 12299, 14532, 10274, 12754, 9022, 11928, 7901, 12908, 9587, 12333, 13810, 11822, 11569, 16245, 10000, 12780, 8353, 13445, 17729, 11602, 14445, 10432, 11834, 17970, 9882, 17803, 9909, 13671, 9487, 14610, 9863, 14989, 9915, 14521, 9032, 12173, 10927, 15186, 12057, 13123, 9371, 15095, 9733, 14858, 11960, 18406, 12445, 18484, 17305, 12390, 18784, 10729, 15506, 10101, 14610, 18633, 11490, 15814, 9122, 14286, 9047, 13135, 15582, 10868, 14753, 8252, 14574, 8298, 13305, 8195, 12275, 13406, 11005, 15104, 10519, 14240, 10236, 13002, 10314, 12881, 10519, 14203, 10359, 14125, 9330, 14328, 8968, 13609, 9911, 11871, 11312, 11588, 14438, 10986, 15271, 9382, 14059, 8579, 14293, 8251, 13704, 9193, 12639, 13831, 9578, 13540, 8992, 11450, 14153, 8744, 13422, 8242, 10939, 14390, 9195, 13131, 7907, 12287, 8431, 10298, 7833, 9399, 7934, 11020, 7939, 11442, 12019, 10292, 12977, 8841, 12625, 11665, 11458, 13747, 8871, 13528, 13897, 11465, 15122, 9211, 14050, 11809, 10987, 14734, 9102, 13629, 12527, 10469, 14409, 9554, 13633, 8118, 12465, 15909, 9028, 14131, 8520, 12555, 12895, 9471, 13680, 9060, 13129, 8528, 10996, 16522, 8889, 12934, 8112, 11586, 11438, 10281, 14513, 8777, 12605, 10350, 10784, 15182], 'WindowCenter': [4949.0, 4985.0, 4968.0, 4959.0, 4962.0, 4924.0, 4942.0, 4892.0, 4950.0, 4901.0, 4930.0, 4880.0, 4918.0, 4878.0, 4947.0, 4900.0, 4918.0, 4929.0, 4883.0, 4963.0, 4903.0, 4963.0, 4928.0, 4918.0, 4944.0, 4875.0, 4913.0, 4866.0, 4913.0, 4853.0, 4912.0, 4853.0, 4902.0, 4865.0, 4916.0, 4855.0, 4923.0, 4866.0, 4924.0, 4888.0, 4907.0, 4898.0, 4906.0, 4910.0, 4899.0, 4919.0, 4890.0, 4937.0, 4879.0, 4926.0, 4946.0, 4885.0, 4913.0, 4864.0, 4901.0, 4851.0, 4900.0, 4898.0, 4868.0, 4897.0, 4859.0, 4887.0, 4838.0, 4896.0, 4838.0, 4897.0, 4850.0, 4908.0, 4851.0, 4910.0, 4863.0, 4911.0, 4856.0, 4901.0, 4854.0, 4903.0, 4844.0, 4914.0, 4857.0, 4907.0, 4867.0, 4907.0, 4895.0, 4886.0, 4908.0, 4909.0, 4924.0, 4895.0, 4915.0, 4896.0, 4925.0, 4898.0, 4928.0, 4901.0, 4924.0, 4886.0, 4914.0, 4887.0, 4915.0, 4878.0, 4915.0, 4857.0, 4915.0, 4875.0, 4905.0, 4913.0, 4884.0, 4903.0, 4887.0, 4924.0, 4876.0, 4915.0, 4867.0, 4914.0, 4857.0, 4916.0, 4857.0, 4917.0, 4860.0, 4928.0, 4871.0, 4918.0, 4908.0, 4909.0, 4927.0, 4880.0, 4918.0, 4859.0, 4918.0, 4916.0, 4887.0, 4926.0, 4877.0, 4916.0, 4859.0, 4917.0, 4887.0, 4918.0, 4869.0, 4927.0, 4869.0, 4938.0, 4871.0, 4940.0, 4881.0, 4918.0, 4869.0, 4941.0, 4891.0, 4932.0, 4932.0, 4923.0, 4878.0, 4949.0, 4880.0, 4959.0, 4893.0, 4938.0, 4890.0, 4951.0, 4889.0, 4936.0, 4878.0, 4927.0, 4932.0, 4885.0, 4923.0, 4872.0, 4911.0, 4842.0, 4909.0, 4841.0, 4889.0, 4888.0, 4870.0, 4897.0, 4858.0, 4896.0, 4840.0, 4885.0, 4828.0, 4897.0, 4828.0, 4897.0, 4839.0, 4888.0, 4877.0, 4867.0, 4897.0, 4859.0, 4898.0, 4862.0, 4889.0, 4861.0, 4872.0, 4883.0, 4882.0, 4893.0, 4902.0, 4885.0, 4913.0, 4885.0, 4923.0, 4865.0, 4913.0, 4855.0, 4926.0, 4880.0, 4937.0, 4867.0, 4935.0, 4890.0, 4935.0, 4886.0, 4924.0, 4885.0, 4922.0, 4864.0, 4922.0, 4864.0, 4903.0, 4920.0, 4891.0, 4903.0, 4882.0, 4899.0, 4870.0, 4897.0, 4840.0, 4898.0, 4839.0, 4898.0, 4869.0, 4860.0, 4899.0, 4841.0, 4887.0, 4827.0, 4876.0, 4875.0, 4847.0, 4886.0, 4848.0, 4887.0, 4841.0, 4890.0, 4842.0, 4905.0, 4883.0, 4895.0, 4898.0, 4897.0, 4924.0, 4908.0, 4913.0, 4885.0, 4914.0, 4866.0, 4914.0, 4857.0, 4925.0, 4865.0, 4915.0, 4923.0, 4883.0, 4912.0, 4852.0, 4911.0, 4843.0, 4900.0, 4851.0, 4915.0, 4905.0, 4894.0, 4894.0, 4895.0, 4903.0, 4895.0, 4922.0, 4877.0, 4915.0, 4884.0, 4895.0, 4913.0, 4864.0, 4912.0, 4862.0, 4903.0, 4910.0, 4864.0, 4911.0, 4863.0, 4912.0, 4856.0, 4893.0, 4867.0, 4926.0, 4890.0, 4891.0, 4921.0, 4885.0, 4951.0, 4894.0, 4953.0, 4940.0, 4900.0, 4929.0, 4879.0, 4909.0, 4945.0, 4886.0, 4924.0, 4856.0, 4912.0, 4853.0, 4902.0, 4852.0, 4903.0, 4903.0, 4884.0, 4923.0, 4865.0, 4913.0, 4856.0, 4913.0, 4854.0, 4904.0, 4902.0, 4885.0, 4924.0, 4866.0, 4925.0, 4865.0, 4913.0, 4878.0, 4912.0, 4876.0, 4915.0, 4887.0, 4927.0, 4890.0, 4926.0, 4871.0, 4916.0, 4875.0, 4902.0, 4855.0, 4904.0, 4856.0, 4913.0, 4854.0, 4924.0, 4892.0, 4894.0, 4924.0, 4874.0, 4912.0, 4842.0, 4900.0, 4908.0, 4860.0, 4910.0, 4853.0, 4900.0, 4841.0, 4888.0, 4829.0, 4898.0, 4829.0, 4891.0, 4901.0, 4873.0, 4924.0, 4875.0, 4913.0, 4854.0, 4913.0, 4844.0, 4901.0, 4881.0, 4872.0, 4911.0, 4853.0, 4898.0, 4873.0, 4901.0, 4864.0, 4845.0, 4912.0, 4844.0, 4924.0, 4867.0, 4924.0, 4864.0, 4893.0, 4920.0, 4861.0, 4899.0, 4850.0, 4885.0, 4840.0, 4888.0, 4831.0, 4899.0, 4830.0, 4890.0, 4860.0, 4871.0, 4889.0, 4842.0, 4890.0, 4830.0, 4880.0, 4898.0, 4840.0, 4887.0, 4840.0, 4900.0, 4842.0, 4881.0, 4853.0, 4872.0, 4880.0, 4862.0, 4845.0, 4896.0, 4848.0, 4917.0, 4872.0, 4929.0, 4873.0, 4932.0, 4913.0, 4922.0, 4901.0, 4921.0, 4910.0, 4910.0, 4946.0, 4888.0, 4937.0, 4878.0, 4926.0, 4858.0, 4925.0, 4894.0, 4894.0, 4921.0, 4861.0, 4900.0, 4859.0, 4889.0, 4831.0, 4880.0, 4898.0, 4861.0, 4899.0, 4851.0, 4890.0, 4830.0, 4880.0, 4877.0, 4829.0, 4877.0, 4819.0, 4877.0, 4828.0, 4858.0, 4896.0, 4839.0, 4877.0, 4829.0, 4878.0, 4831.0, 4880.0, 4832.0, 4871.0, 4833.0, 4882.0, 4846.0, 4896.0, 4867.0, 4898.0, 4925.0, 4880.0, 4936.0, 4892.0, 4937.0, 4891.0, 4948.0, 4902.0, 4930.0, 4891.0, 4921.0, 4871.0, 4920.0, 4927.0, 4899.0, 4917.0, 4858.0, 4907.0, 4904.0, 4876.0, 4904.0, 4856.0, 4904.0, 4846.0, 4895.0, 4903.0, 4865.0, 4902.0, 4866.0, 4915.0, 4855.0, 4904.0, 4874.0, 4896.0, 4926.0, 4887.0, 4944.0, 4878.0, 4927.0, 4890.0, 4919.0, 4871.0, 4930.0, 4871.0, 4930.0, 4937.0, 4912.0, 4950.0, 4891.0, 4917.0, 4899.0, 4917.0, 4875.0, 4878.0, 4939.0, 4873.0, 4940.0, 4928.0, 4911.0, 4936.0, 4877.0, 4914.0, 4875.0, 4913.0, 4864.0, 4904.0, 4854.0, 4903.0, 4901.0, 4862.0, 4909.0, 4819.0, 4877.0, 4865.0, 4826.0, 4864.0, 4805.0, 4854.0, 4805.0, 4845.0, 4863.0, 4825.0, 4854.0, 4806.0, 4855.0, 4845.0, 4827.0, 4875.0, 4828.0, 4866.0, 4819.0, 4868.0, 4822.0, 4872.0, 4835.0, 4875.0, 4859.0, 4889.0, 4860.0, 4901.0, 4910.0, 4871.0, 4911.0, 4899.0, 4891.0, 4909.0, 4869.0, 4908.0, 4869.0, 4909.0, 4916.0, 4889.0, 4917.0, 4860.0, 4920.0, 4908.0, 4888.0, 4908.0, 4868.0, 4906.0, 4848.0, 4897.0, 4915.0, 4868.0, 4906.0, 4847.0, 4907.0, 4887.0, 4878.0, 4906.0, 4867.0, 4907.0, 4861.0, 4899.0, 4870.0, 4901.0, 4913.0, 4904.0, 4951.0, 4915.0, 4933.0, 4905.0, 4923.0, 4914.0, 4924.0, 4914.0, 4913.0, 4959.0, 4891.0, 4920.0, 4881.0, 4930.0, 4900.0, 4900.0, 4935.0, 4877.0, 4915.0, 4846.0, 4895.0, 4894.0, 4887.0, 4914.0, 4854.0, 4893.0, 4843.0, 4862.0, 4900.0, 4842.0, 4881.0, 4862.0, 4862.0, 4888.0, 4841.0, 4880.0, 4821.0, 4871.0, 4908.0, 4841.0, 4880.0, 4833.0, 4882.0, 4891.0, 4854.0, 4893.0, 4845.0, 4895.0, 4845.0, 4877.0, 4895.0, 4858.0, 4897.0, 4859.0, 4899.0, 4937.0, 4880.0, 4919.0, 4881.0, 4920.0, 4872.0, 4922.0, 4941.0, 4894.0, 4932.0, 4884.0, 4933.0, 4883.0, 4935.0, 4961.0, 4895.0, 4943.0, 4884.0, 4935.0, 4952.0, 4914.0, 4933.0, 4895.0, 4936.0, 4887.0, 4947.0, 4915.0, 4948.0, 4957.0, 4936.0, 4926.0, 4963.0, 4904.0, 4923.0, 4874.0, 4942.0, 4959.0, 4911.0, 4941.0, 4902.0, 4911.0, 4957.0, 4890.0, 4958.0, 4891.0, 4928.0, 4903.0, 4950.0, 4901.0, 4950.0, 4890.0, 4940.0, 4880.0, 4922.0, 4896.0, 4938.0, 4908.0, 4930.0, 4891.0, 4939.0, 4878.0, 4939.0, 4919.0, 4946.0, 4894.0, 4934.0, 4922.0, 4871.0, 4908.0, 4847.0, 4876.0, 4825.0, 4873.0, 4891.0, 4833.0, 4861.0, 4800.0, 4849.0, 4800.0, 4839.0, 4857.0, 4818.0, 4859.0, 4789.0, 4846.0, 4787.0, 4847.0, 4789.0, 4839.0, 4860.0, 4844.0, 4883.0, 4845.0, 4873.0, 4835.0, 4863.0, 4846.0, 4865.0, 4857.0, 4887.0, 4860.0, 4890.0, 4840.0, 4899.0, 4840.0, 4889.0, 4850.0, 4869.0, 4858.0, 4860.0, 4888.0, 4861.0, 4900.0, 4841.0, 4890.0, 4844.0, 4901.0, 4833.0, 4891.0, 4842.0, 4881.0, 4880.0, 4851.0, 4879.0, 4831.0, 4871.0, 4890.0, 4832.0, 4890.0, 4832.0, 4861.0, 4898.0, 4852.0, 4890.0, 4833.0, 4892.0, 4842.0, 4876.0, 4848.0, 4881.0, 4860.0, 4912.0, 4873.0, 4925.0, 4934.0, 4916.0, 4935.0, 4898.0, 4935.0, 4912.0, 4913.0, 4931.0, 4872.0, 4932.0, 4932.0, 4913.0, 4929.0, 4870.0, 4919.0, 4897.0, 4888.0, 4917.0, 4858.0, 4917.0, 4906.0, 4888.0, 4915.0, 4867.0, 4906.0, 4845.0, 4906.0, 4924.0, 4857.0, 4905.0, 4869.0, 4908.0, 4907.0, 4879.0, 4917.0, 4868.0, 4907.0, 4858.0, 4899.0, 4946.0, 4881.0, 4919.0, 4872.0, 4912.0, 4924.0, 4915.0, 4941.0, 4894.0, 4945.0, 4914.0, 4924.0, 4962.0], 'WindowWidth': [10779.0, 10821.0, 10780.0, 10768.0, 10763.0, 10708.0, 10732.0, 10658.0, 10740.0, 10670.0, 10710.0, 10639.0, 10688.0, 10634.0, 10732.0, 10670.0, 10692.0, 10708.0, 10649.0, 10763.0, 10678.0, 10764.0, 10705.0, 10689.0, 10724.0, 10623.0, 10671.0, 10610.0, 10673.0, 10590.0, 10668.0, 10589.0, 10658.0, 10611.0, 10683.0, 10598.0, 10687.0, 10615.0, 10690.0, 10648.0, 10675.0, 10663.0, 10671.0, 10681.0, 10664.0, 10691.0, 10654.0, 10718.0, 10637.0, 10698.0, 10728.0, 10638.0, 10676.0, 10608.0, 10654.0, 10584.0, 10648.0, 10643.0, 10602.0, 10641.0, 10588.0, 10627.0, 10560.0, 10637.0, 10559.0, 10642.0, 10581.0, 10660.0, 10586.0, 10664.0, 10607.0, 10667.0, 10599.0, 10652.0, 10594.0, 10658.0, 10580.0, 10680.0, 10604.0, 10673.0, 10616.0, 10671.0, 10651.0, 10639.0, 10674.0, 10677.0, 10685.0, 10648.0, 10674.0, 10651.0, 10690.0, 10660.0, 10702.0, 10671.0, 10691.0, 10639.0, 10676.0, 10640.0, 10678.0, 10629.0, 10678.0, 10601.0, 10678.0, 10621.0, 10664.0, 10671.0, 10631.0, 10658.0, 10640.0, 10687.0, 10626.0, 10677.0, 10615.0, 10676.0, 10600.0, 10680.0, 10601.0, 10683.0, 10610.0, 10701.0, 10628.0, 10689.0, 10671.0, 10675.0, 10698.0, 10636.0, 10688.0, 10608.0, 10687.0, 10682.0, 10645.0, 10695.0, 10628.0, 10680.0, 10604.0, 10684.0, 10641.0, 10686.0, 10623.0, 10700.0, 10623.0, 10716.0, 10629.0, 10720.0, 10642.0, 10688.0, 10621.0, 10725.0, 10654.0, 10711.0, 10714.0, 10702.0, 10632.0, 10731.0, 10639.0, 10747.0, 10660.0, 10715.0, 10649.0, 10740.0, 10646.0, 10710.0, 10630.0, 10695.0, 10697.0, 10632.0, 10688.0, 10611.0, 10663.0, 10572.0, 10659.0, 10567.0, 10628.0, 10627.0, 10602.0, 10640.0, 10586.0, 10636.0, 10563.0, 10619.0, 10543.0, 10637.0, 10544.0, 10638.0, 10561.0, 10627.0, 10611.0, 10596.0, 10637.0, 10588.0, 10644.0, 10598.0, 10632.0, 10595.0, 10613.0, 10631.0, 10627.0, 10643.0, 10655.0, 10637.0, 10671.0, 10634.0, 10688.0, 10610.0, 10670.0, 10595.0, 10696.0, 10637.0, 10708.0, 10612.0, 10704.0, 10650.0, 10706.0, 10638.0, 10687.0, 10636.0, 10684.0, 10606.0, 10682.0, 10602.0, 10657.0, 10676.0, 10634.0, 10657.0, 10622.0, 10642.0, 10603.0, 10638.0, 10561.0, 10639.0, 10557.0, 10638.0, 10602.0, 10590.0, 10643.0, 10567.0, 10622.0, 10540.0, 10605.0, 10605.0, 10568.0, 10620.0, 10572.0, 10623.0, 10570.0, 10634.0, 10571.0, 10662.0, 10630.0, 10651.0, 10662.0, 10656.0, 10690.0, 10674.0, 10673.0, 10636.0, 10674.0, 10611.0, 10675.0, 10601.0, 10691.0, 10608.0, 10677.0, 10686.0, 10628.0, 10668.0, 10583.0, 10663.0, 10574.0, 10648.0, 10583.0, 10678.0, 10664.0, 10647.0, 10647.0, 10649.0, 10658.0, 10650.0, 10684.0, 10627.0, 10677.0, 10633.0, 10648.0, 10672.0, 10604.0, 10668.0, 10598.0, 10657.0, 10661.0, 10602.0, 10663.0, 10602.0, 10666.0, 10597.0, 10644.0, 10615.0, 10697.0, 10656.0, 10659.0, 10699.0, 10656.0, 10742.0, 10669.0, 10747.0, 10725.0, 10665.0, 10706.0, 10633.0, 10676.0, 10722.0, 10639.0, 10688.0, 10596.0, 10668.0, 10589.0, 10655.0, 10587.0, 10657.0, 10658.0, 10632.0, 10684.0, 10607.0, 10674.0, 10596.0, 10669.0, 10593.0, 10659.0, 10655.0, 10635.0, 10688.0, 10609.0, 10689.0, 10606.0, 10670.0, 10633.0, 10670.0, 10624.0, 10677.0, 10642.0, 10697.0, 10654.0, 10696.0, 10627.0, 10680.0, 10622.0, 10654.0, 10593.0, 10661.0, 10597.0, 10669.0, 10589.0, 10688.0, 10642.0, 10645.0, 10690.0, 10615.0, 10666.0, 10570.0, 10646.0, 10653.0, 10589.0, 10660.0, 10589.0, 10648.0, 10567.0, 10625.0, 10548.0, 10640.0, 10548.0, 10636.0, 10652.0, 10613.0, 10690.0, 10622.0, 10670.0, 10591.0, 10669.0, 10575.0, 10650.0, 10621.0, 10610.0, 10664.0, 10587.0, 10640.0, 10615.0, 10650.0, 10603.0, 10580.0, 10669.0, 10577.0, 10688.0, 10613.0, 10689.0, 10603.0, 10640.0, 10676.0, 10592.0, 10645.0, 10577.0, 10619.0, 10564.0, 10625.0, 10552.0, 10642.0, 10550.0, 10630.0, 10590.0, 10604.0, 10629.0, 10567.0, 10631.0, 10550.0, 10618.0, 10637.0, 10562.0, 10626.0, 10563.0, 10650.0, 10570.0, 10623.0, 10590.0, 10612.0, 10621.0, 10600.0, 10581.0, 10652.0, 10592.0, 10684.0, 10632.0, 10703.0, 10632.0, 10713.0, 10686.0, 10700.0, 10670.0, 10697.0, 10678.0, 10678.0, 10724.0, 10645.0, 10715.0, 10630.0, 10696.0, 10602.0, 10692.0, 10643.0, 10644.0, 10682.0, 10593.0, 10651.0, 10589.0, 10631.0, 10552.0, 10618.0, 10640.0, 10591.0, 10643.0, 10580.0, 10631.0, 10549.0, 10617.0, 10609.0, 10544.0, 10609.0, 10531.0, 10607.0, 10542.0, 10584.0, 10634.0, 10559.0, 10609.0, 10548.0, 10612.0, 10551.0, 10618.0, 10559.0, 10610.0, 10562.0, 10628.0, 10585.0, 10652.0, 10615.0, 10659.0, 10694.0, 10636.0, 10709.0, 10657.0, 10713.0, 10655.0, 10731.0, 10671.0, 10709.0, 10654.0, 10694.0, 10625.0, 10693.0, 10697.0, 10660.0, 10684.0, 10601.0, 10668.0, 10659.0, 10622.0, 10662.0, 10595.0, 10657.0, 10581.0, 10647.0, 10654.0, 10605.0, 10656.0, 10612.0, 10678.0, 10596.0, 10661.0, 10620.0, 10653.0, 10693.0, 10643.0, 10718.0, 10633.0, 10698.0, 10653.0, 10691.0, 10627.0, 10706.0, 10625.0, 10706.0, 10710.0, 10689.0, 10739.0, 10657.0, 10687.0, 10662.0, 10683.0, 10619.0, 10631.0, 10720.0, 10636.0, 10723.0, 10700.0, 10682.0, 10710.0, 10628.0, 10673.0, 10622.0, 10674.0, 10605.0, 10660.0, 10587.0, 10654.0, 10647.0, 10594.0, 10657.0, 10530.0, 10607.0, 10585.0, 10534.0, 10587.0, 10504.0, 10570.0, 10503.0, 10557.0, 10583.0, 10531.0, 10571.0, 10508.0, 10574.0, 10561.0, 10538.0, 10604.0, 10543.0, 10593.0, 10534.0, 10598.0, 10543.0, 10613.0, 10566.0, 10620.0, 10607.0, 10649.0, 10610.0, 10668.0, 10677.0, 10624.0, 10680.0, 10659.0, 10651.0, 10674.0, 10621.0, 10673.0, 10618.0, 10675.0, 10679.0, 10645.0, 10684.0, 10607.0, 10692.0, 10670.0, 10644.0, 10671.0, 10616.0, 10666.0, 10587.0, 10654.0, 10678.0, 10616.0, 10666.0, 10586.0, 10668.0, 10639.0, 10630.0, 10668.0, 10616.0, 10670.0, 10613.0, 10661.0, 10625.0, 10668.0, 10685.0, 10678.0, 10738.0, 10693.0, 10719.0, 10682.0, 10703.0, 10693.0, 10708.0, 10689.0, 10688.0, 10744.0, 10654.0, 10693.0, 10639.0, 10706.0, 10661.0, 10663.0, 10703.0, 10626.0, 10679.0, 10580.0, 10647.0, 10644.0, 10642.0, 10674.0, 10591.0, 10641.0, 10573.0, 10597.0, 10646.0, 10567.0, 10621.0, 10595.0, 10597.0, 10629.0, 10564.0, 10617.0, 10538.0, 10605.0, 10654.0, 10566.0, 10618.0, 10559.0, 10624.0, 10635.0, 10588.0, 10641.0, 10581.0, 10646.0, 10581.0, 10625.0, 10650.0, 10602.0, 10655.0, 10608.0, 10662.0, 10711.0, 10638.0, 10689.0, 10642.0, 10692.0, 10630.0, 10700.0, 10724.0, 10664.0, 10713.0, 10649.0, 10717.0, 10649.0, 10722.0, 10753.0, 10667.0, 10732.0, 10652.0, 10725.0, 10742.0, 10694.0, 10719.0, 10670.0, 10726.0, 10663.0, 10744.0, 10699.0, 10750.0, 10759.0, 10726.0, 10713.0, 10761.0, 10679.0, 10703.0, 10637.0, 10730.0, 10747.0, 10682.0, 10725.0, 10671.0, 10681.0, 10738.0, 10651.0, 10742.0, 10656.0, 10705.0, 10677.0, 10740.0, 10671.0, 10737.0, 10654.0, 10722.0, 10641.0, 10701.0, 10656.0, 10718.0, 10676.0, 10713.0, 10658.0, 10721.0, 10634.0, 10721.0, 10694.0, 10732.0, 10647.0, 10709.0, 10683.0, 10607.0, 10660.0, 10567.0, 10607.0, 10531.0, 10596.0, 10621.0, 10537.0, 10577.0, 10489.0, 10555.0, 10489.0, 10540.0, 10566.0, 10511.0, 10572.0, 10475.0, 10548.0, 10467.0, 10550.0, 10473.0, 10542.0, 10576.0, 10561.0, 10614.0, 10562.0, 10597.0, 10548.0, 10584.0, 10564.0, 10590.0, 10584.0, 10625.0, 10592.0, 10634.0, 10564.0, 10644.0, 10562.0, 10626.0, 10575.0, 10601.0, 10584.0, 10588.0, 10627.0, 10591.0, 10645.0, 10565.0, 10629.0, 10575.0, 10647.0, 10558.0, 10634.0, 10566.0, 10620.0, 10617.0, 10578.0, 10616.0, 10552.0, 10607.0, 10630.0, 10553.0, 10631.0, 10556.0, 10593.0, 10642.0, 10582.0, 10632.0, 10560.0, 10639.0, 10572.0, 10624.0, 10590.0, 10640.0, 10611.0, 10685.0, 10636.0, 10707.0, 10720.0, 10698.0, 10723.0, 10675.0, 10720.0, 10681.0, 10685.0, 10710.0, 10627.0, 10712.0, 10713.0, 10686.0, 10705.0, 10621.0, 10688.0, 10652.0, 10642.0, 10681.0, 10599.0, 10680.0, 10664.0, 10642.0, 10675.0, 10612.0, 10663.0, 10580.0, 10664.0, 10684.0, 10597.0, 10662.0, 10618.0, 10670.0, 10670.0, 10632.0, 10681.0, 10617.0, 10668.0, 10602.0, 10660.0, 10724.0, 10640.0, 10690.0, 10631.0, 10685.0, 10705.0, 10696.0, 10726.0, 10666.0, 10739.0, 10691.0, 10708.0, 10759.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.0011627701149425288</td></tr>
<tr><td colspan=3>aqi</td><td>0.022594400574712643</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94063308232448</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2621189412197924</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0097149805983883</td></tr>
<tr><td colspan=3>efc</td><td>0.4839</td></tr>
<tr><td colspan=3>fber</td><td>6966.3428</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12523422560446193</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.873563218390805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5977025367954156</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.466589759373736</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.892754931031348</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.433762919981163</td></tr>
<tr><td colspan=3>gcor</td><td>0.0315123</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00940700527280569</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038966767489910126</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8612747525079434</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>15.722</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4245</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.0998</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298235.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1099.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.6764</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3341</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>667.5033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4069.9288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1118.2764</td></tr>
<tr><td colspan=3>tsnr</td><td>38.22210643906146</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>