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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0065_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0065_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0065_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-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-03/func/sub-0065_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f5f63df0ae6f9a2ef622306296ce3d23</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:38:19.930000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999729, -0.0132208, 0.0191457, 0.0129127, 0.999786, 0.0161323]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969841</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7803, -7239, 643, -1, -548, 399, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d10c5f9-ad2b-4be3-b243-a312607fb002||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822006702423096, 0.03464370593428612, 0.052258171141147614, 108.09440612792969], [0.03547056019306183, 2.682353973388672, 0.042878009378910065, -90.33792877197266], [0.051366470754146576, -0.04328187182545662, 2.6991536617279053, -57.19270706176758], [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': ['113819.930000', '113820.390000', '113820.850000', '113821.310000', '113821.770000', '113822.230000', '113822.690000', '113823.150000', '113823.610000', '113824.070000', '113824.530000', '113824.990000', '113825.450000', '113825.910000', '113826.370000', '113826.830000', '113827.290000', '113827.750000', '113828.210000', '113828.670000', '113829.130000', '113829.590000', '113830.050000', '113830.510000', '113830.970000', '113831.430000', '113831.890000', '113832.350000', '113832.810000', '113833.270000', '113833.730000', '113834.190000', '113834.650000', '113835.110000', '113835.570000', '113836.030000', '113836.490000', '113836.950000', '113837.410000', '113837.870000', '113838.330000', '113838.790000', '113839.250000', '113839.710000', '113840.170000', '113840.630000', '113841.090000', '113841.550000', '113842.010000', '113842.470000', '113842.930000', '113843.390000', '113843.850000', '113844.310000', '113844.770000', '113845.230000', '113845.690000', '113846.150000', '113846.610000', '113847.070000', '113847.530000', '113847.990000', '113848.450000', '113848.910000', '113849.370000', '113849.830000', '113850.290000', '113850.750000', '113851.210000', '113851.670000', '113852.130000', '113852.590000', '113853.050000', '113853.510000', '113853.970000', '113854.430000', '113854.890000', '113855.350000', '113855.810000', '113856.270000', '113856.730000', '113857.190000', '113857.650000', '113858.110000', '113858.570000', '113859.030000', '113859.490000', '113859.950000', '113900.410000', '113900.870000', '113901.330000', '113901.790000', '113902.250000', '113902.710000', '113903.170000', '113903.630000', '113904.090000', '113904.550000', '113905.010000', '113905.470000', '113905.930000', '113906.390000', '113906.850000', '113907.310000', '113907.770000', '113908.230000', '113908.690000', '113909.150000', '113909.610000', '113910.070000', '113910.530000', '113910.990000', '113911.450000', '113911.910000', '113912.370000', '113912.830000', '113913.290000', '113913.750000', '113914.210000', '113914.670000', '113915.130000', '113915.590000', '113916.050000', '113916.510000', '113916.970000', '113917.430000', '113917.890000', '113918.350000', '113918.810000', '113919.270000', '113919.730000', '113920.190000', '113920.650000', '113921.110000', '113921.570000', '113922.030000', '113922.490000', '113922.950000', '113923.410000', '113923.870000', '113924.330000', '113924.790000', '113925.250000', '113925.710000', '113926.170000', '113926.630000', '113927.090000', '113927.550000', '113928.010000', '113928.470000', '113928.930000', '113929.390000', '113929.850000', '113930.310000', '113930.770000', '113931.230000', '113931.690000', '113932.150000', '113932.610000', '113933.070000', '113933.530000', '113933.990000', '113934.450000', '113934.910000', '113935.370000', '113935.830000', '113936.290000', '113936.750000', '113937.210000', '113937.670000', '113938.130000', '113938.590000', '113939.050000', '113939.510000', '113939.970000', '113940.430000', '113940.890000', '113941.350000', '113941.810000', '113942.270000', '113942.730000', '113943.190000', '113943.650000', '113944.110000', '113944.570000', '113945.030000', '113945.490000', '113945.950000', '113946.410000', '113946.870000', '113947.330000', '113947.790000', '113948.250000', '113948.710000', '113949.170000', '113949.630000', '113950.090000', '113950.550000', '113951.010000', '113951.470000', '113951.930000', '113952.390000', '113952.850000', '113953.310000', '113953.770000', '113954.230000', '113954.690000', '113955.150000', '113955.610000', '113956.070000', '113956.530000', '113956.990000', '113957.450000', '113957.910000', '113958.370000', '113958.830000', '113959.290000', '113959.750000', '114000.210000', '114000.670000', '114001.130000', '114001.590000', '114002.050000', '114002.510000', '114002.970000', '114003.430000', '114003.890000', '114004.350000', '114004.810000', '114005.270000', '114005.730000', '114006.190000', '114006.650000', '114007.110000', '114007.570000', '114008.030000', '114008.490000', '114008.950000', '114009.410000', '114009.870000', '114010.330000', '114010.790000', '114011.250000', '114011.710000', '114012.170000', '114012.630000', '114013.090000', '114013.550000', '114014.010000', '114014.470000', '114014.930000', '114015.390000', '114015.850000', '114016.310000', '114016.770000', '114017.230000', '114017.690000', '114018.150000', '114018.610000', '114019.070000', '114019.530000', '114019.990000', '114020.450000', '114020.910000', '114021.370000', '114021.830000', '114022.290000', '114022.750000', '114023.210000', '114023.670000', '114024.130000', '114024.590000', '114025.050000', '114025.510000', '114025.970000', '114026.430000', '114026.890000', '114027.350000', '114027.810000', '114028.270000', '114028.730000', '114029.190000', '114029.650000', '114030.110000', '114030.570000', '114031.030000', '114031.490000', '114031.950000', '114032.410000', '114032.870000', '114033.330000', '114033.790000', '114034.250000', '114034.710000', '114035.170000', '114035.630000', '114036.090000', '114036.550000', '114037.010000', '114037.470000', '114037.930000', '114038.390000', '114038.850000', '114039.310000', '114039.770000', '114040.230000', '114040.690000', '114041.150000', '114041.610000', '114042.070000', '114042.530000', '114042.990000', '114043.450000', '114043.910000', '114044.370000', '114044.830000', '114045.290000', '114045.750000', '114046.210000', '114046.670000', '114047.130000', '114047.590000', '114048.050000', '114048.510000', '114048.970000', '114049.430000', '114049.890000', '114050.350000', '114050.810000', '114051.270000', '114051.730000', '114052.190000', '114052.650000', '114053.110000', '114053.570000', '114054.030000', '114054.490000', '114054.950000', '114055.410000', '114055.870000', '114056.330000', '114056.790000', '114057.250000', '114057.710000', '114058.170000', '114058.630000', '114059.090000', '114059.550000', '114100.010000', '114100.470000', '114100.930000', '114101.390000', '114101.850000', '114102.310000', '114102.770000', '114103.230000', '114103.690000', '114104.150000', '114104.610000', '114105.070000', '114105.530000', '114105.990000', '114106.450000', '114106.910000', '114107.370000', '114107.830000', '114108.290000', '114108.750000', '114109.210000', '114109.670000', '114110.130000', '114110.590000', '114111.050000', '114111.510000', '114111.970000', '114112.430000', '114112.890000', '114113.350000', '114113.810000', '114114.270000', '114114.730000', '114115.190000', '114115.650000', '114116.110000', '114116.570000', '114117.030000', '114117.490000', '114117.950000', '114118.410000', '114118.870000', '114119.330000', '114119.790000', '114120.250000', '114120.710000', '114121.170000', '114121.630000', '114122.090000', '114122.550000', '114123.010000', '114123.470000', '114123.930000', '114124.390000', '114124.850000', '114125.310000', '114125.770000', '114126.230000', '114126.690000', '114127.150000', '114127.610000', '114128.070000', '114128.530000', '114128.990000', '114129.450000', '114129.910000', '114130.370000', '114130.830000', '114131.290000', '114131.750000', '114132.210000', '114132.670000', '114133.130000', '114133.590000', '114134.050000', '114134.510000', '114134.970000', '114135.430000', '114135.890000', '114136.350000', '114136.810000', '114137.270000', '114137.730000', '114138.190000', '114138.650000', '114139.110000', '114139.570000', '114140.030000', '114140.490000', '114140.950000', '114141.410000', '114141.870000', '114142.330000', '114142.790000', '114143.250000', '114143.710000', '114144.170000', '114144.630000', '114145.090000', '114145.550000', '114146.010000', '114146.470000', '114146.930000', '114147.390000', '114147.850000', '114148.310000', '114148.770000', '114149.230000', '114149.690000', '114150.150000', '114150.610000', '114151.070000', '114151.530000', '114151.990000', '114152.450000', '114152.910000', '114153.370000', '114153.830000', '114154.290000', '114154.750000', '114155.210000', '114155.670000', '114156.130000', '114156.590000', '114157.050000', '114157.510000', '114157.970000', '114158.430000', '114158.890000', '114159.350000', '114159.810000', '114200.270000', '114200.730000', '114201.190000', '114201.650000', '114202.110000', '114202.570000', '114203.030000', '114203.490000', '114203.950000', '114204.410000', '114204.870000', '114205.330000', '114205.790000', '114206.250000', '114206.710000', '114207.170000', '114207.630000', '114208.090000', '114208.550000', '114209.010000', '114209.470000', '114209.930000', '114210.390000', '114210.850000', '114211.310000', '114211.770000', '114212.230000', '114212.690000', '114213.150000', '114213.610000', '114214.070000', '114214.530000', '114214.990000', '114215.450000', '114215.910000', '114216.370000', '114216.830000', '114217.290000', '114217.750000', '114218.210000', '114218.670000', '114219.130000', '114219.590000', '114220.050000', '114220.510000', '114220.970000', '114221.430000', '114221.890000', '114222.350000', '114222.810000', '114223.270000', '114223.730000', '114224.190000', '114224.650000', '114225.110000', '114225.570000', '114226.030000', '114226.490000', '114226.950000', '114227.410000', '114227.870000', '114228.330000', '114228.790000', '114229.250000', '114229.710000', '114230.170000', '114230.630000', '114231.090000', '114231.550000', '114232.010000', '114232.470000', '114232.930000', '114233.390000', '114233.850000', '114234.310000', '114234.770000', '114235.230000', '114235.690000', '114236.150000', '114236.610000', '114237.070000', '114237.530000', '114237.990000', '114238.450000', '114238.910000', '114239.370000', '114239.830000', '114240.290000', '114240.750000', '114241.210000', '114241.670000', '114242.130000', '114242.590000', '114243.050000', '114243.510000', '114243.970000', '114244.430000', '114244.890000', '114245.350000', '114245.810000', '114246.270000', '114246.730000', '114247.190000', '114247.650000', '114248.110000', '114248.570000', '114249.030000', '114249.490000', '114249.950000', '114250.410000', '114250.870000', '114251.330000', '114251.790000', '114252.250000', '114252.710000', '114253.170000', '114253.630000', '114254.090000', '114254.550000', '114255.010000', '114255.470000', '114255.930000', '114256.390000', '114256.850000', '114257.310000', '114257.770000', '114258.230000', '114258.690000', '114259.150000', '114259.610000', '114300.070000', '114300.530000', '114300.990000', '114301.450000', '114301.910000', '114302.370000', '114302.830000', '114303.290000', '114303.750000', '114304.210000', '114304.670000', '114305.130000', '114305.590000', '114306.050000', '114306.510000', '114306.970000', '114307.430000', '114307.890000', '114308.350000', '114308.810000', '114309.270000', '114309.730000', '114310.190000', '114310.650000', '114311.110000', '114311.570000', '114312.030000', '114312.490000', '114312.950000', '114313.410000', '114313.870000', '114314.330000', '114314.790000', '114315.250000', '114315.710000', '114316.170000', '114316.630000', '114317.090000', '114317.550000', '114318.010000', '114318.470000', '114318.930000', '114319.390000', '114319.850000', '114320.310000', '114320.770000', '114321.230000', '114321.690000', '114322.150000', '114322.610000', '114323.070000', '114323.530000', '114323.990000', '114324.450000', '114324.910000', '114325.370000', '114325.830000', '114326.290000', '114326.750000', '114327.210000', '114327.670000', '114328.130000', '114328.590000', '114329.050000', '114329.510000', '114329.970000', '114330.430000', '114330.890000', '114331.350000', '114331.810000', '114332.270000', '114332.730000', '114333.190000', '114333.650000', '114334.110000', '114334.570000', '114335.030000', '114335.490000', '114335.950000', '114336.410000', '114336.870000', '114337.330000', '114337.790000', '114338.250000', '114338.710000', '114339.170000', '114339.630000', '114340.090000', '114340.550000', '114341.010000', '114341.470000', '114341.930000', '114342.390000', '114342.850000', '114343.310000', '114343.770000', '114344.230000', '114344.690000', '114345.150000', '114345.610000', '114346.070000', '114346.530000', '114346.990000', '114347.450000', '114347.910000', '114348.370000', '114348.830000', '114349.290000', '114349.750000', '114350.210000', '114350.670000', '114351.130000', '114351.590000', '114352.050000', '114352.510000', '114352.970000', '114353.430000', '114353.890000', '114354.350000', '114354.810000', '114355.270000', '114355.730000', '114356.190000', '114356.650000', '114357.110000', '114357.570000', '114358.030000', '114358.490000', '114358.950000', '114359.410000', '114359.870000', '114400.330000', '114400.790000', '114401.250000', '114401.710000', '114402.170000', '114402.630000', '114403.090000', '114403.550000', '114404.010000', '114404.470000', '114404.930000', '114405.390000', '114405.850000', '114406.310000', '114406.770000', '114407.230000', '114407.690000', '114408.150000', '114408.610000', '114409.070000', '114409.530000', '114409.990000', '114410.450000', '114410.910000', '114411.370000', '114411.830000', '114412.290000', '114412.750000', '114413.210000', '114413.670000', '114414.130000', '114414.590000', '114415.050000', '114415.510000', '114415.970000', '114416.430000', '114416.890000', '114417.350000', '114417.810000', '114418.270000', '114418.730000', '114419.190000', '114419.650000', '114420.110000', '114420.570000', '114421.030000', '114421.490000', '114421.950000', '114422.410000', '114422.870000', '114423.330000', '114423.790000', '114424.250000', '114424.710000', '114425.170000', '114425.630000', '114426.090000', '114426.550000', '114427.010000', '114427.470000', '114427.930000', '114428.390000', '114428.850000', '114429.310000', '114429.770000', '114430.230000', '114430.690000', '114431.150000', '114431.610000', '114432.070000', '114432.530000', '114432.990000', '114433.450000', '114433.910000', '114434.370000', '114434.830000', '114435.290000', '114435.750000', '114436.210000', '114436.670000', '114437.130000', '114437.590000', '114438.050000', '114438.510000', '114438.970000', '114439.430000', '114439.890000', '114440.350000', '114440.810000', '114441.270000', '114441.730000', '114442.190000', '114442.650000', '114443.110000', '114443.570000', '114444.030000', '114444.490000', '114444.950000', '114445.410000', '114445.870000', '114446.330000', '114446.790000', '114447.250000', '114447.710000', '114448.170000', '114448.630000', '114449.090000', '114449.550000', '114450.010000', '114450.470000', '114450.930000', '114451.390000', '114451.850000', '114452.310000', '114452.770000', '114453.230000', '114453.690000', '114454.150000', '114454.610000', '114455.070000', '114455.530000', '114455.990000', '114456.450000', '114456.910000', '114457.370000', '114457.830000', '114458.290000', '114458.750000', '114459.210000', '114459.670000', '114500.130000', '114500.590000'], 'ContentTime': ['113849.464000', '113849.467000', '113849.470000', '113849.473000', '113849.475000', '113849.478000', '113849.480000', '113849.483000', '113849.486000', '113849.488000', '113849.491000', '113849.494000', '113849.496000', '113849.499000', '113849.501000', '113849.504000', '113849.506000', '113849.509000', '113849.512000', '113849.514000', '113849.517000', '113849.520000', '113849.522000', '113849.525000', '113849.527000', '113849.530000', '113849.537000', '113849.539000', '113849.542000', '113849.544000', '113849.547000', '113849.550000', '113849.552000', '113849.555000', '113849.557000', '113849.560000', '113849.562000', '113849.565000', '113849.567000', '113849.570000', '113849.573000', '113849.575000', '113849.578000', '113849.580000', '113849.583000', '113849.585000', '113849.588000', '113849.591000', '113849.593000', '113849.596000', '113849.598000', '113849.601000', '113849.607000', '113849.610000', '113849.613000', '113849.615000', '113849.618000', '113849.620000', '113849.623000', '113849.625000', '113849.628000', '113909.440000', '113909.443000', '113909.446000', '113909.471000', '113909.473000', '113909.476000', '113909.478000', '113909.481000', '113909.493000', '113909.496000', '113909.498000', '113909.501000', '113909.503000', '113909.506000', '113909.508000', '113909.511000', '113909.513000', '113909.516000', '113909.518000', '113909.521000', '113909.524000', '113909.526000', '113909.529000', '113909.531000', '113909.534000', '113909.536000', '113909.539000', '113909.542000', '113909.544000', '113909.547000', '113909.549000', '113909.552000', '113909.555000', '113909.557000', '113909.560000', '113909.562000', '113909.565000', '113909.567000', '113909.570000', '113909.573000', '113909.575000', '113909.578000', '113909.580000', '113929.440000', '113929.443000', '113929.446000', '113929.448000', '113929.451000', '113929.454000', '113929.456000', '113929.459000', '113929.461000', '113929.464000', '113929.466000', '113929.469000', '113929.472000', '113929.474000', '113929.477000', '113929.479000', '113929.482000', '113929.485000', '113929.487000', '113929.490000', '113929.492000', '113929.495000', '113929.497000', '113929.500000', '113929.503000', '113929.505000', '113929.508000', '113929.510000', '113929.513000', '113929.515000', '113929.518000', '113929.521000', '113929.523000', '113929.526000', '113929.528000', '113929.531000', '113929.534000', '113929.536000', '113929.539000', '113929.541000', '113929.544000', '113929.546000', '113929.549000', '113929.551000', '113949.440000', '113949.443000', '113949.446000', '113949.448000', '113949.451000', '113949.454000', '113949.456000', '113949.459000', '113949.461000', '113949.464000', '113949.466000', '113949.469000', '113949.472000', '113949.474000', '113949.477000', '113949.479000', '113949.482000', '113949.484000', '113949.487000', '113949.489000', '113949.492000', '113949.495000', '113949.497000', '113949.500000', '113949.502000', '113949.505000', '113949.507000', '113949.510000', '113949.513000', '113949.515000', '113949.518000', '113949.520000', '113949.523000', '113949.526000', '113949.528000', '113949.531000', '113949.533000', '113949.536000', '113949.538000', '113949.541000', '113949.544000', '113949.546000', '113949.549000', '114009.440000', '114009.443000', '114009.446000', '114009.448000', '114009.451000', '114009.454000', '114009.456000', '114009.459000', '114009.461000', '114009.464000', '114009.467000', '114009.469000', '114009.479000', '114009.482000', '114009.484000', '114009.487000', '114009.489000', '114009.492000', '114009.494000', '114009.497000', '114009.500000', '114009.502000', '114009.505000', '114009.507000', '114009.510000', '114009.512000', '114009.515000', '114009.518000', '114009.520000', '114009.523000', '114009.525000', '114009.528000', '114009.531000', '114009.533000', '114009.536000', '114009.538000', '114009.541000', '114009.543000', '114009.546000', '114009.549000', '114009.551000', '114009.554000', '114009.556000', '114009.559000', '114029.440000', '114029.442000', '114029.445000', '114029.448000', '114029.450000', '114029.453000', '114029.456000', '114029.458000', '114029.461000', '114029.464000', '114029.466000', '114029.469000', '114029.471000', '114029.474000', '114029.476000', '114029.479000', '114029.482000', '114029.484000', '114029.487000', '114029.489000', '114029.492000', '114029.495000', '114029.497000', '114029.500000', '114029.502000', '114029.505000', '114029.508000', '114029.510000', '114029.513000', '114029.515000', '114029.518000', '114029.520000', '114029.523000', '114029.526000', '114029.528000', '114029.531000', '114029.533000', '114029.536000', '114029.538000', '114029.541000', '114029.544000', '114029.546000', '114029.549000', '114049.440000', '114049.443000', '114049.446000', '114049.448000', '114049.451000', '114049.454000', '114049.456000', '114049.459000', '114049.461000', '114049.464000', '114049.467000', '114049.469000', '114049.472000', '114049.474000', '114049.477000', '114049.479000', '114049.482000', '114049.485000', '114049.487000', '114049.498000', '114049.500000', '114049.503000', '114049.505000', '114049.508000', '114049.510000', '114049.513000', '114049.516000', '114049.518000', '114049.521000', '114049.524000', '114049.526000', '114049.529000', '114049.532000', '114049.534000', '114049.537000', '114049.539000', '114049.542000', '114049.544000', '114049.547000', '114049.550000', '114049.552000', '114049.555000', '114049.557000', '114049.560000', '114109.440000', '114109.443000', '114109.446000', '114109.449000', '114109.451000', '114109.454000', '114109.456000', '114109.459000', '114109.461000', '114109.464000', '114109.466000', '114109.469000', '114109.472000', '114109.474000', '114109.477000', '114109.479000', '114109.482000', '114109.484000', '114109.487000', '114109.490000', '114109.492000', '114109.495000', '114109.497000', '114109.500000', '114109.503000', '114109.505000', '114109.508000', '114109.510000', '114109.513000', '114109.515000', '114109.518000', '114109.520000', '114109.523000', '114109.526000', '114109.528000', '114109.531000', '114109.533000', '114109.536000', '114109.538000', '114109.541000', '114109.544000', '114109.546000', '114109.549000', '114129.441000', '114129.443000', '114129.446000', '114129.449000', '114129.451000', '114129.454000', '114129.456000', '114129.459000', '114129.462000', '114129.464000', '114129.467000', '114129.469000', '114129.472000', '114129.474000', '114129.477000', '114129.480000', '114129.482000', '114129.485000', '114129.487000', '114129.490000', '114129.492000', '114129.495000', '114129.498000', '114129.500000', '114129.503000', '114129.505000', '114129.508000', '114129.510000', '114129.513000', '114129.516000', '114129.518000', '114129.521000', '114129.524000', '114129.526000', '114129.529000', '114129.532000', '114129.534000', '114129.537000', '114129.539000', '114129.542000', '114129.544000', '114129.547000', '114129.549000', '114129.552000', '114149.440000', '114149.443000', '114149.446000', '114149.449000', '114149.451000', '114149.454000', '114149.456000', '114149.459000', '114149.461000', '114149.464000', '114149.466000', '114149.469000', '114149.472000', '114149.474000', '114149.477000', '114149.479000', '114149.482000', '114149.485000', '114149.487000', '114149.490000', '114149.492000', '114149.495000', '114149.497000', '114149.500000', '114149.503000', '114149.505000', '114149.508000', '114149.510000', '114149.513000', '114149.516000', '114149.518000', '114149.521000', '114149.523000', '114149.526000', '114149.529000', '114149.531000', '114149.534000', '114149.536000', '114149.539000', '114149.542000', '114149.544000', '114149.547000', '114149.549000', '114209.441000', '114209.443000', '114209.446000', '114209.449000', '114209.451000', '114209.454000', '114209.456000', '114209.459000', '114209.462000', '114209.464000', '114209.467000', '114209.469000', '114209.472000', '114209.474000', '114209.477000', '114209.480000', '114209.483000', '114209.485000', '114209.488000', '114209.491000', '114209.494000', '114209.497000', '114209.500000', '114209.502000', '114209.505000', '114209.507000', '114209.510000', '114209.513000', '114209.515000', '114209.518000', '114209.521000', '114209.523000', '114209.526000', '114209.528000', '114209.531000', '114209.533000', '114209.536000', '114209.539000', '114209.541000', '114209.544000', '114209.546000', '114209.549000', '114209.551000', '114229.441000', '114229.450000', '114229.452000', '114229.455000', '114229.458000', '114229.460000', '114229.463000', '114229.465000', '114229.468000', '114229.470000', '114229.473000', '114229.476000', '114229.478000', '114229.481000', '114229.483000', '114229.486000', '114229.489000', '114229.491000', '114229.494000', '114229.496000', '114229.499000', '114229.501000', '114229.504000', '114229.507000', '114229.509000', '114229.512000', '114229.514000', '114229.517000', '114229.520000', '114229.522000', '114229.525000', '114229.528000', '114229.530000', '114229.533000', '114229.535000', '114229.538000', '114229.540000', '114229.543000', '114229.545000', '114229.548000', '114229.551000', '114229.553000', '114229.556000', '114229.559000', '114249.439000', '114249.442000', '114249.445000', '114249.448000', '114249.450000', '114249.453000', '114249.455000', '114249.458000', '114249.460000', '114249.463000', '114249.466000', '114249.468000', '114249.471000', '114249.473000', '114249.476000', '114249.479000', '114249.481000', '114249.484000', '114249.486000', '114249.489000', '114249.492000', '114249.494000', '114249.497000', '114249.499000', '114249.502000', '114249.505000', '114249.507000', '114249.510000', '114249.513000', '114249.515000', '114249.518000', '114249.520000', '114249.523000', '114249.526000', '114249.528000', '114249.531000', '114249.533000', '114249.536000', '114249.538000', '114249.541000', '114249.544000', '114249.546000', '114249.549000', '114249.552000', '114309.441000', '114309.443000', '114309.446000', '114309.449000', '114309.451000', '114309.454000', '114309.456000', '114309.459000', '114309.462000', '114309.464000', '114309.467000', '114309.469000', '114309.472000', '114309.475000', '114309.477000', '114309.480000', '114309.482000', '114309.485000', '114309.488000', '114309.490000', '114309.493000', '114309.495000', '114309.498000', '114309.500000', '114309.503000', '114309.506000', '114309.508000', '114309.511000', '114309.513000', '114309.516000', '114309.519000', '114309.521000', '114309.524000', '114309.526000', '114309.529000', '114309.531000', '114309.534000', '114309.537000', '114309.539000', '114309.542000', '114309.544000', '114309.547000', '114309.550000', '114329.440000', '114329.443000', '114329.446000', '114329.449000', '114329.451000', '114329.454000', '114329.457000', '114329.460000', '114329.463000', '114329.466000', '114329.469000', '114329.471000', '114329.474000', '114329.476000', '114329.479000', '114329.482000', '114329.484000', '114329.487000', '114329.489000', '114329.492000', '114329.495000', '114329.497000', '114329.500000', '114329.502000', '114329.505000', '114329.508000', '114329.510000', '114329.513000', '114329.516000', '114329.518000', '114329.521000', '114329.524000', '114329.526000', '114329.529000', '114329.531000', '114329.534000', '114329.537000', '114329.539000', '114329.542000', '114329.544000', '114329.547000', '114329.550000', '114329.552000', '114349.440000', '114349.443000', '114349.446000', '114349.448000', '114349.451000', '114349.454000', '114349.456000', '114349.459000', '114349.461000', '114349.464000', '114349.466000', '114349.469000', '114349.472000', '114349.474000', '114349.477000', '114349.480000', '114349.482000', '114349.485000', '114349.487000', '114349.490000', '114349.492000', '114349.495000', '114349.497000', '114349.500000', '114349.503000', '114349.505000', '114349.508000', '114349.511000', '114349.513000', '114349.516000', '114349.518000', '114349.521000', '114349.523000', '114349.526000', '114349.529000', '114349.531000', '114349.534000', '114349.536000', '114349.539000', '114349.542000', '114349.544000', '114349.547000', '114349.549000', '114349.552000', '114409.440000', '114409.443000', '114409.446000', '114409.448000', '114409.451000', '114409.454000', '114409.456000', '114409.459000', '114409.462000', '114409.464000', '114409.467000', '114409.469000', '114409.472000', '114409.475000', '114409.477000', '114409.480000', '114409.482000', '114409.485000', '114409.488000', '114409.491000', '114409.493000', '114409.496000', '114409.499000', '114409.501000', '114409.504000', '114409.506000', '114409.509000', '114409.512000', '114409.514000', '114409.517000', '114409.520000', '114409.522000', '114409.526000', '114409.529000', '114409.532000', '114409.534000', '114409.537000', '114409.539000', '114409.542000', '114409.545000', '114409.547000', '114409.550000', '114409.552000', '114429.440000', '114429.443000', '114429.446000', '114429.448000', '114429.451000', '114429.454000', '114429.456000', '114429.459000', '114429.461000', '114429.464000', '114429.466000', '114429.469000', '114429.472000', '114429.474000', '114429.477000', '114429.479000', '114429.482000', '114429.484000', '114429.487000', '114429.489000', '114429.492000', '114429.495000', '114429.497000', '114429.500000', '114429.502000', '114429.505000', '114429.508000', '114429.510000', '114429.513000', '114429.515000', '114429.518000', '114429.520000', '114429.523000', '114429.525000', '114429.528000', '114429.531000', '114429.533000', '114429.536000', '114429.538000', '114429.541000', '114429.544000', '114429.546000', '114429.549000', '114429.551000', '114449.441000', '114449.443000', '114449.446000', '114449.449000', '114449.451000', '114449.454000', '114449.456000', '114449.459000', '114449.462000', '114449.464000', '114449.467000', '114449.469000', '114449.472000', '114449.474000', '114449.477000', '114449.480000', '114449.482000', '114449.485000', '114449.487000', '114449.490000', '114449.493000', '114449.495000', '114449.498000', '114449.501000', '114449.504000', '114449.507000', '114449.509000', '114449.512000', '114449.514000', '114449.517000', '114449.520000', '114449.522000', '114449.525000', '114449.527000', '114449.530000', '114449.533000', '114449.535000', '114449.538000', '114449.540000', '114449.543000', '114449.546000', '114449.548000', '114449.551000', '114502.321000', '114502.324000', '114502.327000', '114502.329000', '114502.332000', '114502.334000', '114502.337000', '114502.339000', '114502.342000', '114502.345000', '114502.347000', '114502.350000', '114502.353000', '114502.355000', '114502.358000', '114502.360000', '114502.363000', '114502.365000', '114502.368000', '114502.371000', '114502.373000', '114502.376000', '114502.388000', '114502.391000', '114502.394000', '114502.396000', '114502.399000', '114502.401000', '114502.404000'], 'InstanceCreationTime': ['113849.464000', '113849.467000', '113849.470000', '113849.473000', '113849.475000', '113849.478000', '113849.480000', '113849.483000', '113849.486000', '113849.488000', '113849.491000', '113849.494000', '113849.496000', '113849.499000', '113849.501000', '113849.504000', '113849.506000', '113849.509000', '113849.512000', '113849.514000', '113849.517000', '113849.520000', '113849.522000', '113849.525000', '113849.527000', '113849.530000', '113849.537000', '113849.539000', '113849.542000', '113849.544000', '113849.547000', '113849.550000', '113849.552000', '113849.555000', '113849.557000', '113849.560000', '113849.562000', '113849.565000', '113849.567000', '113849.570000', '113849.573000', '113849.575000', '113849.578000', '113849.580000', '113849.583000', '113849.585000', '113849.588000', '113849.591000', '113849.593000', '113849.596000', '113849.598000', '113849.601000', '113849.607000', '113849.610000', '113849.613000', '113849.615000', '113849.618000', '113849.620000', '113849.623000', '113849.625000', '113849.628000', '113909.440000', '113909.443000', '113909.446000', '113909.471000', '113909.473000', '113909.476000', '113909.478000', '113909.481000', '113909.493000', '113909.496000', '113909.498000', '113909.501000', '113909.503000', '113909.506000', '113909.508000', '113909.511000', '113909.513000', '113909.516000', '113909.518000', '113909.521000', '113909.524000', '113909.526000', '113909.529000', '113909.531000', '113909.534000', '113909.536000', '113909.539000', '113909.542000', '113909.544000', '113909.547000', '113909.549000', '113909.552000', '113909.555000', '113909.557000', '113909.560000', '113909.562000', '113909.565000', '113909.567000', '113909.570000', '113909.573000', '113909.575000', '113909.578000', '113909.580000', '113929.440000', '113929.443000', '113929.446000', '113929.448000', '113929.451000', '113929.454000', '113929.456000', '113929.459000', '113929.461000', '113929.464000', '113929.466000', '113929.469000', '113929.472000', '113929.474000', '113929.477000', '113929.479000', '113929.482000', '113929.485000', '113929.487000', '113929.490000', '113929.492000', '113929.495000', '113929.497000', '113929.500000', '113929.503000', '113929.505000', '113929.508000', '113929.510000', '113929.513000', '113929.515000', '113929.518000', '113929.521000', '113929.523000', '113929.526000', '113929.528000', '113929.531000', '113929.534000', '113929.536000', '113929.539000', '113929.541000', '113929.544000', '113929.546000', '113929.549000', '113929.551000', '113949.440000', '113949.443000', '113949.446000', '113949.448000', '113949.451000', '113949.454000', '113949.456000', '113949.459000', '113949.461000', '113949.464000', '113949.466000', '113949.469000', '113949.472000', '113949.474000', '113949.477000', '113949.479000', '113949.482000', '113949.484000', '113949.487000', '113949.489000', '113949.492000', '113949.495000', '113949.497000', '113949.500000', '113949.502000', '113949.505000', '113949.507000', '113949.510000', '113949.513000', '113949.515000', '113949.518000', '113949.520000', '113949.523000', '113949.526000', '113949.528000', '113949.531000', '113949.533000', '113949.536000', '113949.538000', '113949.541000', '113949.544000', '113949.546000', '113949.549000', '114009.440000', '114009.443000', '114009.446000', '114009.448000', '114009.451000', '114009.454000', '114009.456000', '114009.459000', '114009.461000', '114009.464000', '114009.467000', '114009.469000', '114009.479000', '114009.482000', '114009.484000', '114009.487000', '114009.489000', '114009.492000', '114009.494000', '114009.497000', '114009.500000', '114009.502000', '114009.505000', '114009.507000', '114009.510000', '114009.512000', '114009.515000', '114009.518000', '114009.520000', '114009.523000', '114009.525000', '114009.528000', '114009.531000', '114009.533000', '114009.536000', '114009.538000', '114009.541000', '114009.543000', '114009.546000', '114009.549000', '114009.551000', '114009.554000', '114009.556000', '114009.559000', '114029.440000', '114029.442000', '114029.445000', '114029.448000', '114029.450000', '114029.453000', '114029.456000', '114029.458000', '114029.461000', '114029.464000', '114029.466000', '114029.469000', '114029.471000', '114029.474000', '114029.476000', '114029.479000', '114029.482000', '114029.484000', '114029.487000', '114029.489000', '114029.492000', '114029.495000', '114029.497000', '114029.500000', '114029.502000', '114029.505000', '114029.508000', '114029.510000', '114029.513000', '114029.515000', '114029.518000', '114029.520000', '114029.523000', '114029.526000', '114029.528000', '114029.531000', '114029.533000', '114029.536000', '114029.538000', '114029.541000', '114029.544000', '114029.546000', '114029.549000', '114049.440000', '114049.443000', '114049.446000', '114049.448000', '114049.451000', '114049.454000', '114049.456000', '114049.459000', '114049.461000', '114049.464000', '114049.467000', '114049.469000', '114049.472000', '114049.474000', '114049.477000', '114049.479000', '114049.482000', '114049.485000', '114049.487000', '114049.498000', '114049.500000', '114049.503000', '114049.505000', '114049.508000', '114049.510000', '114049.513000', '114049.516000', '114049.518000', '114049.521000', '114049.524000', '114049.526000', '114049.529000', '114049.532000', '114049.534000', '114049.537000', '114049.539000', '114049.542000', '114049.544000', '114049.547000', '114049.550000', '114049.552000', '114049.555000', '114049.557000', '114049.560000', '114109.440000', '114109.443000', '114109.446000', '114109.449000', '114109.451000', '114109.454000', '114109.456000', '114109.459000', '114109.461000', '114109.464000', '114109.466000', '114109.469000', '114109.472000', '114109.474000', '114109.477000', '114109.479000', '114109.482000', '114109.484000', '114109.487000', '114109.490000', '114109.492000', '114109.495000', '114109.497000', '114109.500000', '114109.503000', '114109.505000', '114109.508000', '114109.510000', '114109.513000', '114109.515000', '114109.518000', '114109.520000', '114109.523000', '114109.526000', '114109.528000', '114109.531000', '114109.533000', '114109.536000', '114109.538000', '114109.541000', '114109.544000', '114109.546000', '114109.549000', '114129.441000', '114129.443000', '114129.446000', '114129.449000', '114129.451000', '114129.454000', '114129.456000', '114129.459000', '114129.462000', '114129.464000', '114129.467000', '114129.469000', '114129.472000', '114129.474000', '114129.477000', '114129.480000', '114129.482000', '114129.485000', '114129.487000', '114129.490000', '114129.492000', '114129.495000', '114129.498000', '114129.500000', '114129.503000', '114129.505000', '114129.508000', '114129.510000', '114129.513000', '114129.516000', '114129.518000', '114129.521000', '114129.524000', '114129.526000', '114129.529000', '114129.532000', '114129.534000', '114129.537000', '114129.539000', '114129.542000', '114129.544000', '114129.547000', '114129.549000', '114129.552000', '114149.440000', '114149.443000', '114149.446000', '114149.449000', '114149.451000', '114149.454000', '114149.456000', '114149.459000', '114149.461000', '114149.464000', '114149.466000', '114149.469000', '114149.472000', '114149.474000', '114149.477000', '114149.479000', '114149.482000', '114149.485000', '114149.487000', '114149.490000', '114149.492000', '114149.495000', '114149.497000', '114149.500000', '114149.503000', '114149.505000', '114149.508000', '114149.510000', '114149.513000', '114149.516000', '114149.518000', '114149.521000', '114149.523000', '114149.526000', '114149.529000', '114149.531000', '114149.534000', '114149.536000', '114149.539000', '114149.542000', '114149.544000', '114149.547000', '114149.549000', '114209.441000', '114209.443000', '114209.446000', '114209.449000', '114209.451000', '114209.454000', '114209.456000', '114209.459000', '114209.462000', '114209.464000', '114209.467000', '114209.469000', '114209.472000', '114209.474000', '114209.477000', '114209.480000', '114209.483000', '114209.485000', '114209.488000', '114209.491000', '114209.494000', '114209.497000', '114209.500000', '114209.502000', '114209.505000', '114209.507000', '114209.510000', '114209.513000', '114209.515000', '114209.518000', '114209.521000', '114209.523000', '114209.526000', '114209.528000', '114209.531000', '114209.533000', '114209.536000', '114209.539000', '114209.541000', '114209.544000', '114209.546000', '114209.549000', '114209.551000', '114229.441000', '114229.450000', '114229.452000', '114229.455000', '114229.458000', '114229.460000', '114229.463000', '114229.465000', '114229.468000', '114229.470000', '114229.473000', '114229.476000', '114229.478000', '114229.481000', '114229.483000', '114229.486000', '114229.489000', '114229.491000', '114229.494000', '114229.496000', '114229.499000', '114229.501000', '114229.504000', '114229.507000', '114229.509000', '114229.512000', '114229.514000', '114229.517000', '114229.520000', '114229.522000', '114229.525000', '114229.528000', '114229.530000', '114229.533000', '114229.535000', '114229.538000', '114229.540000', '114229.543000', '114229.545000', '114229.548000', '114229.551000', '114229.553000', '114229.556000', '114229.559000', '114249.439000', '114249.442000', '114249.445000', '114249.448000', '114249.450000', '114249.453000', '114249.455000', '114249.458000', '114249.460000', '114249.463000', '114249.466000', '114249.468000', '114249.471000', '114249.473000', '114249.476000', '114249.479000', '114249.481000', '114249.484000', '114249.486000', '114249.489000', '114249.492000', '114249.494000', '114249.497000', '114249.499000', '114249.502000', '114249.505000', '114249.507000', '114249.510000', '114249.513000', '114249.515000', '114249.518000', '114249.520000', '114249.523000', '114249.526000', '114249.528000', '114249.531000', '114249.533000', '114249.536000', '114249.538000', '114249.541000', '114249.544000', '114249.546000', '114249.549000', '114249.552000', '114309.441000', '114309.443000', '114309.446000', '114309.449000', '114309.451000', '114309.454000', '114309.456000', '114309.459000', '114309.462000', '114309.464000', '114309.467000', '114309.469000', '114309.472000', '114309.475000', '114309.477000', '114309.480000', '114309.482000', '114309.485000', '114309.488000', '114309.490000', '114309.493000', '114309.495000', '114309.498000', '114309.500000', '114309.503000', '114309.506000', '114309.508000', '114309.511000', '114309.513000', '114309.516000', '114309.519000', '114309.521000', '114309.524000', '114309.526000', '114309.529000', '114309.531000', '114309.534000', '114309.537000', '114309.539000', '114309.542000', '114309.544000', '114309.547000', '114309.550000', '114329.440000', '114329.443000', '114329.446000', '114329.449000', '114329.451000', '114329.454000', '114329.457000', '114329.460000', '114329.463000', '114329.466000', '114329.469000', '114329.471000', '114329.474000', '114329.476000', '114329.479000', '114329.482000', '114329.484000', '114329.487000', '114329.489000', '114329.492000', '114329.495000', '114329.497000', '114329.500000', '114329.502000', '114329.505000', '114329.508000', '114329.510000', '114329.513000', '114329.516000', '114329.518000', '114329.521000', '114329.524000', '114329.526000', '114329.529000', '114329.531000', '114329.534000', '114329.537000', '114329.539000', '114329.542000', '114329.544000', '114329.547000', '114329.550000', '114329.552000', '114349.440000', '114349.443000', '114349.446000', '114349.448000', '114349.451000', '114349.454000', '114349.456000', '114349.459000', '114349.461000', '114349.464000', '114349.466000', '114349.469000', '114349.472000', '114349.474000', '114349.477000', '114349.480000', '114349.482000', '114349.485000', '114349.487000', '114349.490000', '114349.492000', '114349.495000', '114349.497000', '114349.500000', '114349.503000', '114349.505000', '114349.508000', '114349.511000', '114349.513000', '114349.516000', '114349.518000', '114349.521000', '114349.523000', '114349.526000', '114349.529000', '114349.531000', '114349.534000', '114349.536000', '114349.539000', '114349.542000', '114349.544000', '114349.547000', '114349.549000', '114349.552000', '114409.440000', '114409.443000', '114409.446000', '114409.448000', '114409.451000', '114409.454000', '114409.456000', '114409.459000', '114409.462000', '114409.464000', '114409.467000', '114409.469000', '114409.472000', '114409.475000', '114409.477000', '114409.480000', '114409.482000', '114409.485000', '114409.488000', '114409.491000', '114409.493000', '114409.496000', '114409.499000', '114409.501000', '114409.504000', '114409.506000', '114409.509000', '114409.512000', '114409.514000', '114409.517000', '114409.520000', '114409.522000', '114409.526000', '114409.529000', '114409.532000', '114409.534000', '114409.537000', '114409.539000', '114409.542000', '114409.545000', '114409.547000', '114409.550000', '114409.552000', '114429.440000', '114429.443000', '114429.446000', '114429.448000', '114429.451000', '114429.454000', '114429.456000', '114429.459000', '114429.461000', '114429.464000', '114429.466000', '114429.469000', '114429.472000', '114429.474000', '114429.477000', '114429.479000', '114429.482000', '114429.484000', '114429.487000', '114429.489000', '114429.492000', '114429.495000', '114429.497000', '114429.500000', '114429.502000', '114429.505000', '114429.508000', '114429.510000', '114429.513000', '114429.515000', '114429.518000', '114429.520000', '114429.523000', '114429.525000', '114429.528000', '114429.531000', '114429.533000', '114429.536000', '114429.538000', '114429.541000', '114429.544000', '114429.546000', '114429.549000', '114429.551000', '114449.441000', '114449.443000', '114449.446000', '114449.449000', '114449.451000', '114449.454000', '114449.456000', '114449.459000', '114449.462000', '114449.464000', '114449.467000', '114449.469000', '114449.472000', '114449.474000', '114449.477000', '114449.480000', '114449.482000', '114449.485000', '114449.487000', '114449.490000', '114449.493000', '114449.495000', '114449.498000', '114449.501000', '114449.504000', '114449.507000', '114449.509000', '114449.512000', '114449.514000', '114449.517000', '114449.520000', '114449.522000', '114449.525000', '114449.527000', '114449.530000', '114449.533000', '114449.535000', '114449.538000', '114449.540000', '114449.543000', '114449.546000', '114449.548000', '114449.551000', '114502.321000', '114502.324000', '114502.327000', '114502.329000', '114502.332000', '114502.334000', '114502.337000', '114502.339000', '114502.342000', '114502.345000', '114502.347000', '114502.350000', '114502.353000', '114502.355000', '114502.358000', '114502.360000', '114502.363000', '114502.365000', '114502.368000', '114502.371000', '114502.373000', '114502.376000', '114502.388000', '114502.391000', '114502.394000', '114502.396000', '114502.399000', '114502.401000', '114502.404000'], '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': [7282, 7097, 6772, 7011, 6764, 6673, 7180, 6625, 7283, 7170, 6788, 6876, 7068, 6826, 7354, 6574, 6958, 6898, 7135, 6683, 6932, 6617, 6877, 6693, 6566, 6868, 7039, 6753, 6672, 6700, 6600, 6589, 6872, 7108, 6795, 6321, 6317, 6856, 6675, 6638, 6877, 6754, 6810, 6694, 6529, 6749, 6977, 6556, 6724, 6483, 6693, 6579, 6801, 7182, 6742, 6650, 6663, 6519, 7056, 6624, 6953, 6869, 6642, 6960, 6433, 6472, 6475, 6682, 6893, 6345, 6762, 6609, 6775, 6786, 7146, 6800, 6591, 7006, 6899, 6572, 6893, 6640, 6652, 6625, 6982, 6819, 6884, 6731, 6793, 6668, 6704, 6845, 7000, 6780, 6738, 6288, 6454, 6631, 6471, 7090, 6356, 6855, 6958, 8069, 7412, 7041, 7457, 7576, 7398, 7815, 6785, 7158, 7002, 6467, 6657, 6964, 6569, 7213, 7089, 7493, 7199, 6593, 7855, 6423, 7094, 6558, 6703, 6985, 6937, 7373, 7312, 7783, 6631, 7061, 6951, 7251, 6974, 6581, 6997, 6975, 7214, 6780, 6909, 6967, 6666, 7152, 6777, 6524, 6936, 6594, 6750, 7516, 6419, 6735, 6457, 6534, 6610, 6728, 6465, 7334, 6468, 6586, 7184, 6825, 7095, 6903, 6652, 6832, 6857, 6885, 6493, 6895, 6599, 6632, 6926, 6973, 6792, 6908, 6919, 6606, 6802, 6460, 6685, 6509, 6732, 6689, 7177, 6732, 6295, 6572, 6795, 6737, 6732, 6581, 6541, 6506, 6487, 6678, 6911, 6826, 6617, 6596, 6734, 6830, 7600, 6622, 6907, 7030, 6792, 6876, 6925, 6740, 6736, 6752, 6460, 6726, 6786, 6819, 6987, 6931, 6641, 6817, 6523, 7019, 6580, 6694, 6585, 6810, 7054, 7067, 6913, 6773, 7035, 6757, 7064, 7036, 6569, 6639, 6640, 6939, 6927, 7415, 6994, 6682, 6923, 6521, 6726, 6419, 6574, 6652, 6519, 6789, 7044, 7024, 6849, 7654, 6685, 6776, 6885, 6992, 6833, 6636, 6834, 7185, 7098, 6901, 6749, 7018, 6867, 6806, 6800, 6643, 6798, 6829, 6816, 6837, 6838, 6435, 6893, 6725, 6788, 7122, 6729, 6804, 7730, 6982, 7085, 7373, 7040, 7138, 6742, 7044, 7543, 6922, 7417, 7842, 7144, 7010, 6619, 6476, 6859, 7063, 6940, 6475, 6828, 6851, 6613, 7275, 6888, 6980, 6706, 6533, 6707, 6963, 6474, 6518, 6873, 6883, 6775, 6853, 7324, 6997, 7121, 7012, 7815, 6909, 6577, 6809, 6945, 6650, 7022, 6726, 6748, 7061, 6888, 6966, 7895, 6872, 7068, 7385, 7087, 6801, 6838, 6749, 7314, 6758, 6810, 6895, 7621, 7160, 6936, 6524, 7069, 6994, 6857, 6995, 7124, 6931, 6868, 6700, 7002, 6499, 6453, 6986, 7312, 7114, 6971, 6811, 6834, 6651, 6949, 6765, 7504, 7193, 6813, 6893, 7203, 6703, 6790, 6894, 7605, 6822, 6518, 6470, 6880, 6567, 6672, 6856, 7276, 6774, 6825, 7017, 7058, 6860, 6628, 6684, 6680, 7625, 7614, 7078, 6990, 6746, 7076, 6603, 6938, 7028, 7248, 6580, 6704, 7983, 6609, 6889, 6529, 7053, 6912, 6612, 6739, 6711, 6688, 6721, 6343, 6712, 6762, 6547, 6824, 6912, 7335, 6655, 6873, 7514, 6895, 7020, 7050, 7492, 6855, 7113, 6685, 7330, 6777, 6734, 7239, 7039, 8147, 8322, 7339, 6964, 7728, 7294, 7512, 7440, 7641, 8194, 7289, 6669, 7502, 7035, 6684, 7319, 6630, 6794, 7208, 6700, 7401, 7148, 7049, 7813, 7709, 6711, 8578, 7154, 6942, 7823, 6971, 6760, 7642, 7083, 6826, 6894, 6580, 7461, 6904, 6958, 6846, 7046, 7149, 6778, 7188, 6778, 7218, 7035, 6633, 6867, 6829, 6865, 6966, 6809, 6677, 6835, 6748, 6622, 6890, 7203, 6883, 6833, 7077, 6784, 7537, 6776, 6918, 6592, 6701, 6866, 7039, 6675, 7030, 6649, 7138, 6566, 6908, 6841, 6642, 6705, 7026, 6588, 6552, 6687, 6752, 6663, 7137, 6641, 6555, 6960, 6500, 6905, 6625, 6952, 6383, 6922, 6748, 6505, 7010, 6641, 6593, 7304, 6465, 6576, 6602, 6504, 6788, 6645, 6576, 6852, 6510, 6804, 6961, 6475, 6695, 6641, 6818, 6705, 6614, 6637, 6635, 6823, 6998, 6716, 6518, 7370, 6557, 6875, 6790, 6801, 6963, 7157, 6864, 6873, 6409, 6726, 7156, 6813, 6997, 6442, 6610, 6508, 6726, 6631, 6422, 6713, 6868, 6496, 7005, 6731, 6964, 6412, 6654, 6632, 6822, 6611, 6880, 6646, 6546, 6620, 6917, 6676, 6865, 6792, 6653, 6423, 6860, 6997, 6901, 6700, 6874, 6818, 6814, 6751, 6725, 6890, 7240, 6678, 7462, 6744, 7189, 7150, 6900, 7094, 6689, 6872, 7945, 6523, 7192, 6640, 6702, 7374, 6889, 6566, 7600, 6680, 7086, 6948, 6887, 7156, 6770, 6789, 6884, 6680, 6798, 7032, 6908, 7679, 6740, 7309, 6950, 6739, 6877, 6462, 6674, 6584, 6458, 6566, 6628, 6913, 7886, 7016, 6986, 6659, 7016, 6619, 6830, 6795, 6731, 6678, 7381, 6685, 6972, 6794, 6644, 6868, 7031, 6766, 7397, 7019, 6800, 6679, 6699, 6706, 7122, 6667, 7592, 7058, 6892, 6845, 6923, 7385, 6901, 6696, 7148, 6635, 7061, 7130, 6847, 6646, 6956, 6760, 7095, 6722, 6923, 6812, 6932, 7094, 6717, 6787, 7187, 6845, 7178, 7159, 6833, 7767, 6841, 6724, 6863, 6774, 7004, 6956, 6747, 7238, 6681, 6858, 7472, 6628, 6921, 6825, 6835, 6860, 6840, 6915, 6927, 7627, 7487, 6897, 7021, 6607, 7051, 6706, 6860, 8561, 7684, 8391, 8031, 7041, 7620, 6610, 6932, 6838, 6510, 6805, 6951, 7692, 6999, 6916, 6676, 6752, 6685, 6794, 6856, 7339, 6895, 7178, 6585, 6632, 6738, 6636, 7114, 7354, 6694, 7545, 6577, 6935, 6599, 6595, 7588, 6990, 6835, 7909, 7284, 6846, 6769, 6768, 7067, 7037, 7070, 6723, 6986, 7051, 6855, 6797, 6709, 6797, 6975, 6972, 6810, 7923, 6910, 7092, 6744, 7130, 6812, 6785, 6946, 7169, 7267, 6802, 6873, 6934, 6944, 6860, 6434, 7007, 7494, 6548, 6663, 8118, 6644, 7204, 6664, 6628, 7454, 6598, 6896, 6579, 6700, 6845, 6740, 6360, 8007, 6610, 7187, 6841, 6860, 7200, 6951, 6670, 6789, 6881, 6630, 6823, 6941, 6691, 6928, 6543, 6588, 6579, 6720, 6814, 6371, 6924, 7139, 6481, 6743, 6939, 6700, 6786, 6573, 7955, 6474, 7204, 6451, 6808, 6949, 7177, 7224, 7106], 'WindowCenter': [4093.0, 4068.0, 4055.0, 4049.0, 4035.0, 4041.0, 4038.0, 4026.0, 4035.0, 4031.0, 4022.0, 4022.0, 4020.0, 4027.0, 4036.0, 4023.0, 4026.0, 4020.0, 4019.0, 4011.0, 4017.0, 4019.0, 4012.0, 4011.0, 4040.0, 4023.0, 4030.0, 4024.0, 4024.0, 4024.0, 4026.0, 4021.0, 4040.0, 4033.0, 4025.0, 4017.0, 4024.0, 4036.0, 4025.0, 4039.0, 4034.0, 4020.0, 4041.0, 4032.0, 4027.0, 4037.0, 4036.0, 4038.0, 4041.0, 4026.0, 4042.0, 4037.0, 4035.0, 4049.0, 4036.0, 4039.0, 4025.0, 4025.0, 4037.0, 4025.0, 4035.0, 4037.0, 4037.0, 4048.0, 4026.0, 4039.0, 4037.0, 4038.0, 4046.0, 4028.0, 4035.0, 4042.0, 4043.0, 4040.0, 4047.0, 4036.0, 4043.0, 4037.0, 4045.0, 4037.0, 4048.0, 4038.0, 4022.0, 4041.0, 4035.0, 4025.0, 4037.0, 4024.0, 4024.0, 4024.0, 4013.0, 4021.0, 4047.0, 4024.0, 4026.0, 4011.0, 4010.0, 4021.0, 4023.0, 4045.0, 4034.0, 4041.0, 4050.0, 4060.0, 4049.0, 4034.0, 4032.0, 4041.0, 4028.0, 4029.0, 4011.0, 4019.0, 4022.0, 3997.0, 4016.0, 4027.0, 4027.0, 4022.0, 4021.0, 4021.0, 4024.0, 4011.0, 4034.0, 3999.0, 4012.0, 4003.0, 4012.0, 4022.0, 4022.0, 4033.0, 4048.0, 4036.0, 4012.0, 4019.0, 4009.0, 4022.0, 4016.0, 4007.0, 4004.0, 4006.0, 4018.0, 4007.0, 4025.0, 4009.0, 4007.0, 4019.0, 4005.0, 3999.0, 4024.0, 4005.0, 4014.0, 4020.0, 3998.0, 4010.0, 3997.0, 4008.0, 4010.0, 4010.0, 4010.0, 4032.0, 4007.0, 4024.0, 4021.0, 4009.0, 4021.0, 4021.0, 4009.0, 4020.0, 4010.0, 4023.0, 4012.0, 4035.0, 4021.0, 4025.0, 4036.0, 4023.0, 4025.0, 4035.0, 4023.0, 4025.0, 4020.0, 4012.0, 4021.0, 4016.0, 4023.0, 4025.0, 4032.0, 4037.0, 4025.0, 4040.0, 4038.0, 4035.0, 4035.0, 4040.0, 4027.0, 4039.0, 4027.0, 4038.0, 4048.0, 4038.0, 4039.0, 4036.0, 4025.0, 4036.0, 4044.0, 4026.0, 4056.0, 4033.0, 4024.0, 4025.0, 4022.0, 4024.0, 4024.0, 4021.0, 4023.0, 4022.0, 4024.0, 4025.0, 4020.0, 4024.0, 4022.0, 4022.0, 4011.0, 4021.0, 4021.0, 4024.0, 4010.0, 4011.0, 4023.0, 4019.0, 4022.0, 4021.0, 4022.0, 4020.0, 4020.0, 4020.0, 4021.0, 4021.0, 4037.0, 4046.0, 4020.0, 4032.0, 4019.0, 4023.0, 4047.0, 4037.0, 4034.0, 4024.0, 4036.0, 4038.0, 4024.0, 4038.0, 4037.0, 4035.0, 4040.0, 4044.0, 4025.0, 4027.0, 4021.0, 4032.0, 4023.0, 4020.0, 4023.0, 4031.0, 4033.0, 4033.0, 4021.0, 4033.0, 4024.0, 4022.0, 4034.0, 4023.0, 4023.0, 4034.0, 4023.0, 4034.0, 4032.0, 4015.0, 4035.0, 4022.0, 4022.0, 4037.0, 4020.0, 4023.0, 4031.0, 4020.0, 4020.0, 4019.0, 4009.0, 4018.0, 4008.0, 4007.0, 4017.0, 4006.0, 4019.0, 4032.0, 4009.0, 4019.0, 4005.0, 4009.0, 4010.0, 4019.0, 4021.0, 4010.0, 4022.0, 4022.0, 4035.0, 4046.0, 4031.0, 4032.0, 4033.0, 4023.0, 4021.0, 4031.0, 4023.0, 4025.0, 4023.0, 4035.0, 4035.0, 4037.0, 4059.0, 4035.0, 4033.0, 4035.0, 4043.0, 4033.0, 4023.0, 4020.0, 4032.0, 4023.0, 4031.0, 4024.0, 4021.0, 4033.0, 4047.0, 4046.0, 4053.0, 4033.0, 4033.0, 4045.0, 4033.0, 4022.0, 4022.0, 4020.0, 4043.0, 4024.0, 4022.0, 4033.0, 4043.0, 4033.0, 4034.0, 4010.0, 4020.0, 4021.0, 4008.0, 4032.0, 4020.0, 4032.0, 4022.0, 4020.0, 4034.0, 4023.0, 4021.0, 4034.0, 4031.0, 4033.0, 4033.0, 4022.0, 4033.0, 4022.0, 4033.0, 4023.0, 4031.0, 4033.0, 4022.0, 4020.0, 4033.0, 4021.0, 4020.0, 4032.0, 4029.0, 4020.0, 4012.0, 4009.0, 4022.0, 4020.0, 4020.0, 4033.0, 4032.0, 4022.0, 4023.0, 4034.0, 4036.0, 4022.0, 4024.0, 4024.0, 4036.0, 4058.0, 4044.0, 4033.0, 4032.0, 4020.0, 4020.0, 4021.0, 4021.0, 4021.0, 4031.0, 4009.0, 4021.0, 4040.0, 4022.0, 4023.0, 4010.0, 4020.0, 4020.0, 4020.0, 4024.0, 4021.0, 4022.0, 4033.0, 4024.0, 4048.0, 4036.0, 4038.0, 4048.0, 4047.0, 4059.0, 4049.0, 4036.0, 4047.0, 4046.0, 4034.0, 4036.0, 4045.0, 4024.0, 4036.0, 4022.0, 4045.0, 4024.0, 4021.0, 4033.0, 4049.0, 4043.0, 4054.0, 4033.0, 4035.0, 4044.0, 4032.0, 4046.0, 4046.0, 4042.0, 4053.0, 4045.0, 4034.0, 4046.0, 4046.0, 4046.0, 4058.0, 4047.0, 4048.0, 4059.0, 4037.0, 4047.0, 4049.0, 4037.0, 4059.0, 4060.0, 4035.0, 4064.0, 4035.0, 4033.0, 4043.0, 4032.0, 4021.0, 4043.0, 4033.0, 4041.0, 4048.0, 4037.0, 4044.0, 4045.0, 4047.0, 4045.0, 4065.0, 4046.0, 4034.0, 4037.0, 4035.0, 4030.0, 4036.0, 4022.0, 4026.0, 4019.0, 4007.0, 4019.0, 4009.0, 4009.0, 4024.0, 4011.0, 4007.0, 4020.0, 4016.0, 4016.0, 4009.0, 4006.0, 4011.0, 4025.0, 4007.0, 4019.0, 4008.0, 4004.0, 4014.0, 4005.0, 4008.0, 4019.0, 4009.0, 4019.0, 4010.0, 4018.0, 4019.0, 4008.0, 4025.0, 4020.0, 4022.0, 4024.0, 4023.0, 4020.0, 4024.0, 4031.0, 4052.0, 4037.0, 4050.0, 4042.0, 4052.0, 4033.0, 4048.0, 4053.0, 4064.0, 4053.0, 4050.0, 4061.0, 4047.0, 4043.0, 4048.0, 4026.0, 4022.0, 4021.0, 4014.0, 4028.0, 4008.0, 4023.0, 4008.0, 4014.0, 4020.0, 4017.0, 4014.0, 4015.0, 4007.0, 4026.0, 4008.0, 4012.0, 4011.0, 4006.0, 4009.0, 4007.0, 4004.0, 3999.0, 4020.0, 3999.0, 4014.0, 3998.0, 4009.0, 4019.0, 4007.0, 4008.0, 4012.0, 3996.0, 4010.0, 4021.0, 4023.0, 4038.0, 4010.0, 4026.0, 4025.0, 4033.0, 4040.0, 4022.0, 4038.0, 4036.0, 4023.0, 4046.0, 4043.0, 4045.0, 4042.0, 4037.0, 4036.0, 4037.0, 4033.0, 4044.0, 4034.0, 4023.0, 4039.0, 4039.0, 4036.0, 4038.0, 4025.0, 4041.0, 4026.0, 4035.0, 4038.0, 4034.0, 4033.0, 4042.0, 4020.0, 4026.0, 4019.0, 4025.0, 4034.0, 4033.0, 4021.0, 4032.0, 4022.0, 4027.0, 4021.0, 4019.0, 4022.0, 4011.0, 4013.0, 4032.0, 3999.0, 4018.0, 3996.0, 4013.0, 4017.0, 4003.0, 4009.0, 4021.0, 4007.0, 4023.0, 4003.0, 4010.0, 4023.0, 4007.0, 4012.0, 4020.0, 4018.0, 4025.0, 4018.0, 4034.0, 4037.0, 4027.0, 4038.0, 4024.0, 4022.0, 4020.0, 4015.0, 4026.0, 4014.0, 4006.0, 4013.0, 4009.0, 4029.0, 4043.0, 4024.0, 4037.0, 4023.0, 4036.0, 4022.0, 4023.0, 4025.0, 4009.0, 4039.0, 4051.0, 4023.0, 4028.0, 4012.0, 4017.0, 4013.0, 4023.0, 4024.0, 4034.0, 4025.0, 4022.0, 4025.0, 4026.0, 4024.0, 4020.0, 4026.0, 4036.0, 4024.0, 4028.0, 4013.0, 4024.0, 4030.0, 4022.0, 4022.0, 4022.0, 4026.0, 4035.0, 4023.0, 4023.0, 4022.0, 4025.0, 4026.0, 4035.0, 4055.0, 4040.0, 4026.0, 4034.0, 4026.0, 4023.0, 4026.0, 4019.0, 4029.0, 4021.0, 4021.0, 4030.0, 4035.0, 4008.0, 4022.0, 4010.0, 4009.0, 4027.0, 4019.0, 4024.0, 4031.0, 4021.0, 4029.0, 4033.0, 4022.0, 4034.0, 4024.0, 4027.0, 4023.0, 4041.0, 4040.0, 4033.0, 4042.0, 4039.0, 4018.0, 4020.0, 4008.0, 4020.0, 4021.0, 4027.0, 4060.0, 4037.0, 4042.0, 4044.0, 4031.0, 4046.0, 4025.0, 4031.0, 4040.0, 4028.0, 4025.0, 4035.0, 4046.0, 4052.0, 4051.0, 4039.0, 4051.0, 4052.0, 4052.0, 4054.0, 4049.0, 4047.0, 4040.0, 4025.0, 4027.0, 4011.0, 4022.0, 4028.0, 4022.0, 4027.0, 4036.0, 4014.0, 4022.0, 4010.0, 4012.0, 4026.0, 4018.0, 4013.0, 4026.0, 4023.0, 4013.0, 4010.0, 4011.0, 4009.0, 4009.0, 4010.0, 4012.0, 4021.0, 4016.0, 4011.0, 4012.0, 4007.0, 4009.0, 4018.0, 4007.0, 4012.0, 4029.0, 4023.0, 4019.0, 4009.0, 4024.0, 4023.0, 4021.0, 4034.0, 4021.0, 4034.0, 4010.0, 4021.0, 4021.0, 4021.0, 4025.0, 4011.0, 4032.0, 4037.0, 4009.0, 4022.0, 4030.0, 4009.0, 4020.0, 4013.0, 4008.0, 4035.0, 4021.0, 4020.0, 4010.0, 4022.0, 4022.0, 4008.0, 4012.0, 4032.0, 4009.0, 4021.0, 4012.0, 4022.0, 4021.0, 4019.0, 4018.0, 4020.0, 4020.0, 4019.0, 4022.0, 4033.0, 4024.0, 4035.0, 4027.0, 4034.0, 4052.0, 4035.0, 4034.0, 4028.0, 4034.0, 4036.0, 4023.0, 4023.0, 4036.0, 4023.0, 4036.0, 4030.0, 4057.0, 4025.0, 4045.0, 4035.0, 4045.0, 4048.0, 4061.0, 4061.0, 4039.0], 'WindowWidth': [9135.0, 9087.0, 9062.0, 9044.0, 9018.0, 9029.0, 9020.0, 9003.0, 9013.0, 9003.0, 8993.0, 8991.0, 8986.0, 9002.0, 9012.0, 8991.0, 8999.0, 8983.0, 8982.0, 8973.0, 8975.0, 8983.0, 8973.0, 8972.0, 9025.0, 8992.0, 9000.0, 8995.0, 8995.0, 8996.0, 8998.0, 8990.0, 9022.0, 9007.0, 8998.0, 8988.0, 8996.0, 9016.0, 8998.0, 9022.0, 9010.0, 8988.0, 9027.0, 9007.0, 9007.0, 9021.0, 9018.0, 9024.0, 9028.0, 9005.0, 9032.0, 9019.0, 9014.0, 9038.0, 9016.0, 9025.0, 9000.0, 8999.0, 9018.0, 8998.0, 9014.0, 9018.0, 9017.0, 9036.0, 9005.0, 9027.0, 9022.0, 9023.0, 9033.0, 9008.0, 9017.0, 9030.0, 9032.0, 9027.0, 9033.0, 9020.0, 9034.0, 9020.0, 9030.0, 9018.0, 9036.0, 9023.0, 8993.0, 9026.0, 9013.0, 8999.0, 9016.0, 8993.0, 8995.0, 8994.0, 8977.0, 8991.0, 9035.0, 8995.0, 9000.0, 8975.0, 8970.0, 8986.0, 8994.0, 9029.0, 9015.0, 9030.0, 9043.0, 9053.0, 9038.0, 9009.0, 9003.0, 9016.0, 8996.0, 8996.0, 8971.0, 8979.0, 8985.0, 8950.0, 8982.0, 8998.0, 8999.0, 8988.0, 8985.0, 8984.0, 8995.0, 8972.0, 9004.0, 8950.0, 8970.0, 8959.0, 8972.0, 8990.0, 8990.0, 9007.0, 9037.0, 9011.0, 8975.0, 8980.0, 8965.0, 8982.0, 8973.0, 8962.0, 8951.0, 8959.0, 8978.0, 8960.0, 8991.0, 8964.0, 8960.0, 8980.0, 8955.0, 8952.0, 8989.0, 8956.0, 8977.0, 8979.0, 8950.0, 8968.0, 8948.0, 8966.0, 8970.0, 8967.0, 8972.0, 8999.0, 8962.0, 8993.0, 8985.0, 8968.0, 8988.0, 8982.0, 8968.0, 8985.0, 8971.0, 8992.0, 8974.0, 9010.0, 8988.0, 8996.0, 9012.0, 8991.0, 8995.0, 9011.0, 8991.0, 8998.0, 8986.0, 8976.0, 8988.0, 8985.0, 8993.0, 8999.0, 9005.0, 9016.0, 9000.0, 9027.0, 9024.0, 9015.0, 9016.0, 9026.0, 9007.0, 9026.0, 9004.0, 9021.0, 9035.0, 9021.0, 9024.0, 9015.0, 9000.0, 9016.0, 9022.0, 9002.0, 9054.0, 9006.0, 8995.0, 8997.0, 8990.0, 8995.0, 8994.0, 8990.0, 8993.0, 8990.0, 8994.0, 8998.0, 8985.0, 8993.0, 8991.0, 8987.0, 8975.0, 8986.0, 8987.0, 8994.0, 8969.0, 8972.0, 8992.0, 8982.0, 8987.0, 8988.0, 8985.0, 8984.0, 8982.0, 8984.0, 8986.0, 8988.0, 9019.0, 9032.0, 8984.0, 9002.0, 8983.0, 8995.0, 9033.0, 9021.0, 9012.0, 8997.0, 9018.0, 9024.0, 9001.0, 9020.0, 9018.0, 9014.0, 9026.0, 9026.0, 9001.0, 9004.0, 8989.0, 9005.0, 8992.0, 8985.0, 8995.0, 9003.0, 9005.0, 9007.0, 8990.0, 9009.0, 8997.0, 8992.0, 9011.0, 8995.0, 8997.0, 9011.0, 8995.0, 9012.0, 9005.0, 8986.0, 9013.0, 8990.0, 8992.0, 9014.0, 8986.0, 8993.0, 9000.0, 8982.0, 8984.0, 8979.0, 8966.0, 8979.0, 8963.0, 8960.0, 8975.0, 8956.0, 8978.0, 8997.0, 8967.0, 8980.0, 8957.0, 8968.0, 8971.0, 8982.0, 8988.0, 8970.0, 8989.0, 8992.0, 9014.0, 9032.0, 9004.0, 9005.0, 9010.0, 8995.0, 8990.0, 9004.0, 8995.0, 9000.0, 8995.0, 9012.0, 9013.0, 9019.0, 9054.0, 9015.0, 9008.0, 9013.0, 9023.0, 9008.0, 8994.0, 8986.0, 9007.0, 8993.0, 9003.0, 8998.0, 8989.0, 9006.0, 9033.0, 9032.0, 9037.0, 9010.0, 9008.0, 9028.0, 9009.0, 8992.0, 8993.0, 8987.0, 9022.0, 8998.0, 8992.0, 9009.0, 9019.0, 9006.0, 9011.0, 8974.0, 8986.0, 8987.0, 8966.0, 9004.0, 8984.0, 9005.0, 8991.0, 8986.0, 9009.0, 8996.0, 8989.0, 9010.0, 9002.0, 9009.0, 9009.0, 8992.0, 9010.0, 8993.0, 9007.0, 8997.0, 9004.0, 9007.0, 8992.0, 8985.0, 9005.0, 8988.0, 8984.0, 9004.0, 8996.0, 8986.0, 8978.0, 8969.0, 8989.0, 8987.0, 8987.0, 9008.0, 9005.0, 8993.0, 8995.0, 9011.0, 9017.0, 8993.0, 8996.0, 8998.0, 9019.0, 9051.0, 9024.0, 9006.0, 9004.0, 8984.0, 8985.0, 8989.0, 8987.0, 8988.0, 8999.0, 8970.0, 8989.0, 9011.0, 8988.0, 8992.0, 8971.0, 8987.0, 8987.0, 8987.0, 8998.0, 8990.0, 8992.0, 9009.0, 9000.0, 9037.0, 9019.0, 9023.0, 9040.0, 9035.0, 9053.0, 9040.0, 9018.0, 9033.0, 9031.0, 9012.0, 9016.0, 9026.0, 8998.0, 9016.0, 8990.0, 9025.0, 8999.0, 8989.0, 9008.0, 9042.0, 9022.0, 9037.0, 9007.0, 9015.0, 9024.0, 9004.0, 9029.0, 9029.0, 9019.0, 9034.0, 9028.0, 9014.0, 9031.0, 9032.0, 9033.0, 9052.0, 9037.0, 9038.0, 9052.0, 9020.0, 9035.0, 9039.0, 9020.0, 9054.0, 9058.0, 9017.0, 9051.0, 9013.0, 9007.0, 9022.0, 9005.0, 8989.0, 9021.0, 9010.0, 9029.0, 9036.0, 9019.0, 9024.0, 9029.0, 9033.0, 9031.0, 9068.0, 9032.0, 9012.0, 9018.0, 9013.0, 9000.0, 9014.0, 8989.0, 8997.0, 8982.0, 8964.0, 8982.0, 8969.0, 8969.0, 8992.0, 8971.0, 8964.0, 8985.0, 8972.0, 8975.0, 8967.0, 8960.0, 8972.0, 8984.0, 8963.0, 8980.0, 8963.0, 8956.0, 8976.0, 8958.0, 8966.0, 8980.0, 8967.0, 8981.0, 8968.0, 8978.0, 8982.0, 8964.0, 8995.0, 8984.0, 8991.0, 8996.0, 8991.0, 8987.0, 8997.0, 9003.0, 9047.0, 9023.0, 9042.0, 9032.0, 9046.0, 9009.0, 9039.0, 9056.0, 9071.0, 9052.0, 9048.0, 9063.0, 9036.0, 9034.0, 9033.0, 9000.0, 8993.0, 8987.0, 8981.0, 9001.0, 8966.0, 8993.0, 8967.0, 8980.0, 8985.0, 8977.0, 8980.0, 8981.0, 8963.0, 8997.0, 8963.0, 8972.0, 8973.0, 8958.0, 8966.0, 8961.0, 8953.0, 8952.0, 8979.0, 8951.0, 8976.0, 8947.0, 8965.0, 8978.0, 8959.0, 8962.0, 8972.0, 8946.0, 8970.0, 8984.0, 8991.0, 9014.0, 8973.0, 9001.0, 8999.0, 9011.0, 9027.0, 8996.0, 9023.0, 9020.0, 8997.0, 9033.0, 9034.0, 9028.0, 9031.0, 9019.0, 9017.0, 9020.0, 9010.0, 9026.0, 9013.0, 8997.0, 9025.0, 9022.0, 9016.0, 9022.0, 9001.0, 9027.0, 9002.0, 9013.0, 9021.0, 9009.0, 9010.0, 9028.0, 8989.0, 9002.0, 8985.0, 8997.0, 9010.0, 9006.0, 8989.0, 9001.0, 8990.0, 9001.0, 8984.0, 8981.0, 8987.0, 8970.0, 8975.0, 8998.0, 8952.0, 8977.0, 8944.0, 8972.0, 8973.0, 8950.0, 8965.0, 8980.0, 8961.0, 8989.0, 8950.0, 8968.0, 8989.0, 8961.0, 8975.0, 8982.0, 8980.0, 8997.0, 8981.0, 9010.0, 9013.0, 9002.0, 9017.0, 8995.0, 8989.0, 8985.0, 8982.0, 8998.0, 8976.0, 8967.0, 8975.0, 8968.0, 9006.0, 9017.0, 8994.0, 9014.0, 8992.0, 9012.0, 8989.0, 8991.0, 8996.0, 8969.0, 9024.0, 9038.0, 8993.0, 9003.0, 8975.0, 8984.0, 8977.0, 8990.0, 8994.0, 9005.0, 8995.0, 8989.0, 8996.0, 8998.0, 8995.0, 8984.0, 8999.0, 9011.0, 8993.0, 9003.0, 8976.0, 8994.0, 8997.0, 8986.0, 8991.0, 8990.0, 8996.0, 9010.0, 8992.0, 8994.0, 8991.0, 8997.0, 9000.0, 9012.0, 9053.0, 9023.0, 9002.0, 9009.0, 8998.0, 8991.0, 8998.0, 8983.0, 9004.0, 8986.0, 8986.0, 9008.0, 9010.0, 8968.0, 8990.0, 8969.0, 8969.0, 8999.0, 8982.0, 8994.0, 8999.0, 8988.0, 9006.0, 9007.0, 8993.0, 9008.0, 8993.0, 9002.0, 8993.0, 9028.0, 9026.0, 9007.0, 9017.0, 9016.0, 8980.0, 8983.0, 8965.0, 8984.0, 8986.0, 9005.0, 9050.0, 9011.0, 9016.0, 9023.0, 9006.0, 9027.0, 8997.0, 9004.0, 9026.0, 9008.0, 8999.0, 9012.0, 9030.0, 9044.0, 9041.0, 9025.0, 9045.0, 9049.0, 9050.0, 9054.0, 9039.0, 9033.0, 9024.0, 8996.0, 9002.0, 8974.0, 8990.0, 9001.0, 8987.0, 8998.0, 9009.0, 8977.0, 8987.0, 8966.0, 8971.0, 8988.0, 8979.0, 8977.0, 8983.0, 8986.0, 8977.0, 8969.0, 8971.0, 8964.0, 8965.0, 8970.0, 8970.0, 8984.0, 8973.0, 8970.0, 8974.0, 8963.0, 8967.0, 8978.0, 8962.0, 8974.0, 8993.0, 8990.0, 8981.0, 8969.0, 8995.0, 8994.0, 8992.0, 9007.0, 8987.0, 9007.0, 8970.0, 8988.0, 8988.0, 8989.0, 8998.0, 8972.0, 9005.0, 9013.0, 8970.0, 8990.0, 8995.0, 8967.0, 8983.0, 8975.0, 8967.0, 9006.0, 8987.0, 8986.0, 8970.0, 8989.0, 8990.0, 8965.0, 8977.0, 9000.0, 8969.0, 8986.0, 8972.0, 8990.0, 8986.0, 8982.0, 8982.0, 8984.0, 8987.0, 8986.0, 8992.0, 9007.0, 8997.0, 9014.0, 9004.0, 9011.0, 9050.0, 9016.0, 9012.0, 9007.0, 9011.0, 9015.0, 8995.0, 8994.0, 9014.0, 8995.0, 9018.0, 9010.0, 9044.0, 8998.0, 9027.0, 9017.0, 9034.0, 9039.0, 9062.0, 9059.0, 9023.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.0004685402298850574</td></tr>
<tr><td colspan=3>aqi</td><td>0.02318924551724138</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.62870163028765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713475841311858</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001726049689299</td></tr>
<tr><td colspan=3>efc</td><td>0.4547</td></tr>
<tr><td colspan=3>fber</td><td>6739.0664</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08397466739412952</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.367816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4349923417088064</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.322825126437715</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.700166753804826</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2819851448838775</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122756</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014959870837628841</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02521725930273533</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.7588162813737003</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.0238</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7781</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.1237</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305394.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>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.704</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.966</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.0532</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3268.8811</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.9546</td></tr>
<tr><td colspan=3>tsnr</td><td>36.98574939928949</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>