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

616 lines
No EOL
106 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-0098_ses-03_task-social_acq-mb8_run-04_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-0098_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-04_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-0098/ses-03/func/sub-0098_ses-03_task-social_acq-mb8_run-04_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>7fbaaea54f96cb50ef3cccfeaa60c385</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:00:15.492500</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.999603, 0.0139628, -0.0244703, -0.00872343, 0.97926, 0.202418]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.09114</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7813, -7167, 299, -108, 84, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b268fa07-5037-4f93-b320-4b2cc1ac1e35||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.6818618774414062, -0.023404331877827644, -0.0723305270075798, 117.30829620361328], [-0.03746110945940018, 2.627284049987793, 0.5457354187965393, -105.89569854736328], [-0.06565195322036743, -0.5430728197097778, 2.643282175064087, -27.555809020996094], [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': ['130015.492500', '130015.952500', '130016.412500', '130016.872500', '130017.332500', '130017.792500', '130018.252500', '130018.712500', '130019.172500', '130019.632500', '130020.092500', '130020.552500', '130021.012500', '130021.472500', '130021.932500', '130022.392500', '130022.852500', '130023.312500', '130023.772500', '130024.232500', '130024.692500', '130025.152500', '130025.612500', '130026.072500', '130026.532500', '130026.992500', '130027.452500', '130027.912500', '130028.372500', '130028.832500', '130029.292500', '130029.752500', '130030.212500', '130030.672500', '130031.132500', '130031.592500', '130032.052500', '130032.512500', '130032.972500', '130033.432500', '130033.892500', '130034.352500', '130034.812500', '130035.272500', '130035.732500', '130036.192500', '130036.652500', '130037.112500', '130037.572500', '130038.032500', '130038.492500', '130038.952500', '130039.412500', '130039.872500', '130040.332500', '130040.792500', '130041.252500', '130041.712500', '130042.172500', '130042.632500', '130043.092500', '130043.552500', '130044.012500', '130044.472500', '130044.932500', '130045.392500', '130045.852500', '130046.312500', '130046.772500', '130047.232500', '130047.692500', '130048.152500', '130048.612500', '130049.072500', '130049.532500', '130049.992500', '130050.452500', '130050.912500', '130051.372500', '130051.832500', '130052.292500', '130052.752500', '130053.212500', '130053.672500', '130054.132500', '130054.592500', '130055.052500', '130055.512500', '130055.972500', '130056.432500', '130056.892500', '130057.352500', '130057.812500', '130058.272500', '130058.732500', '130059.192500', '130059.652500', '130100.112500', '130100.572500', '130101.032500', '130101.492500', '130101.952500', '130102.412500', '130102.872500', '130103.332500', '130103.792500', '130104.252500', '130104.712500', '130105.172500', '130105.632500', '130106.092500', '130106.552500', '130107.012500', '130107.472500', '130107.932500', '130108.392500', '130108.852500', '130109.312500', '130109.772500', '130110.232500', '130110.692500', '130111.152500', '130111.612500', '130112.072500', '130112.532500', '130112.992500', '130113.452500', '130113.912500', '130114.372500', '130114.832500', '130115.292500', '130115.752500', '130116.212500', '130116.672500', '130117.132500', '130117.592500', '130118.052500', '130118.512500', '130118.972500', '130119.432500', '130119.892500', '130120.352500', '130120.812500', '130121.272500', '130121.732500', '130122.192500', '130122.652500', '130123.112500', '130123.572500', '130124.032500', '130124.492500', '130124.952500', '130125.412500', '130125.872500', '130126.332500', '130126.792500', '130127.252500', '130127.712500', '130128.172500', '130128.632500', '130129.092500', '130129.552500', '130130.012500', '130130.472500', '130130.932500', '130131.392500', '130131.852500', '130132.312500', '130132.772500', '130133.232500', '130133.692500', '130134.152500', '130134.612500', '130135.072500', '130135.532500', '130135.992500', '130136.452500', '130136.912500', '130137.372500', '130137.832500', '130138.292500', '130138.752500', '130139.212500', '130139.672500', '130140.132500', '130140.592500', '130141.052500', '130141.512500', '130141.972500', '130142.432500', '130142.892500', '130143.352500', '130143.812500', '130144.272500', '130144.732500', '130145.192500', '130145.652500', '130146.112500', '130146.572500', '130147.032500', '130147.492500', '130147.952500', '130148.412500', '130148.872500', '130149.332500', '130149.792500', '130150.252500', '130150.712500', '130151.172500', '130151.632500', '130152.092500', '130152.552500', '130153.012500', '130153.472500', '130153.932500', '130154.392500', '130154.852500', '130155.312500', '130155.772500', '130156.232500', '130156.692500', '130157.152500', '130157.612500', '130158.072500', '130158.532500', '130158.992500', '130159.452500', '130159.912500', '130200.372500', '130200.832500', '130201.292500', '130201.752500', '130202.212500', '130202.672500', '130203.132500', '130203.592500', '130204.052500', '130204.512500', '130204.972500', '130205.432500', '130205.892500', '130206.352500', '130206.812500', '130207.272500', '130207.732500', '130208.192500', '130208.652500', '130209.112500', '130209.572500', '130210.032500', '130210.492500', '130210.952500', '130211.412500', '130211.872500', '130212.332500', '130212.792500', '130213.252500', '130213.712500', '130214.172500', '130214.632500', '130215.092500', '130215.552500', '130216.012500', '130216.472500', '130216.932500', '130217.392500', '130217.852500', '130218.312500', '130218.772500', '130219.232500', '130219.692500', '130220.152500', '130220.612500', '130221.072500', '130221.532500', '130221.992500', '130222.452500', '130222.912500', '130223.372500', '130223.832500', '130224.292500', '130224.752500', '130225.212500', '130225.672500', '130226.132500', '130226.592500', '130227.052500', '130227.512500', '130227.972500', '130228.432500', '130228.892500', '130229.352500', '130229.812500', '130230.272500', '130230.732500', '130231.192500', '130231.652500', '130232.112500', '130232.572500', '130233.032500', '130233.492500', '130233.952500', '130234.412500', '130234.872500', '130235.332500', '130235.792500', '130236.252500', '130236.712500', '130237.172500', '130237.632500', '130238.092500', '130238.552500', '130239.012500', '130239.472500', '130239.932500', '130240.392500', '130240.852500', '130241.312500', '130241.772500', '130242.232500', '130242.692500', '130243.152500', '130243.612500', '130244.072500', '130244.532500', '130244.992500', '130245.452500', '130245.912500', '130246.372500', '130246.832500', '130247.292500', '130247.752500', '130248.212500', '130248.672500', '130249.132500', '130249.592500', '130250.052500', '130250.512500', '130250.972500', '130251.432500', '130251.892500', '130252.352500', '130252.812500', '130253.272500', '130253.732500', '130254.192500', '130254.652500', '130255.112500', '130255.572500', '130256.032500', '130256.492500', '130256.952500', '130257.412500', '130257.872500', '130258.332500', '130258.792500', '130259.252500', '130259.712500', '130300.172500', '130300.632500', '130301.092500', '130301.552500', '130302.012500', '130302.472500', '130302.932500', '130303.392500', '130303.852500', '130304.312500', '130304.772500', '130305.232500', '130305.692500', '130306.152500', '130306.612500', '130307.072500', '130307.532500', '130307.992500', '130308.452500', '130308.912500', '130309.372500', '130309.832500', '130310.292500', '130310.752500', '130311.212500', '130311.672500', '130312.132500', '130312.592500', '130313.052500', '130313.512500', '130313.972500', '130314.432500', '130314.892500', '130315.352500', '130315.812500', '130316.272500', '130316.732500', '130317.192500', '130317.652500', '130318.112500', '130318.572500', '130319.032500', '130319.492500', '130319.952500', '130320.412500', '130320.872500', '130321.332500', '130321.792500', '130322.252500', '130322.712500', '130323.172500', '130323.632500', '130324.092500', '130324.552500', '130325.012500', '130325.472500', '130325.932500', '130326.392500', '130326.852500', '130327.312500', '130327.772500', '130328.232500', '130328.692500', '130329.152500', '130329.612500', '130330.072500', '130330.532500', '130330.992500', '130331.452500', '130331.912500', '130332.372500', '130332.832500', '130333.292500', '130333.752500', '130334.212500', '130334.672500', '130335.132500', '130335.592500', '130336.052500', '130336.512500', '130336.972500', '130337.432500', '130337.892500', '130338.352500', '130338.812500', '130339.272500', '130339.732500', '130340.192500', '130340.652500', '130341.112500', '130341.572500', '130342.032500', '130342.492500', '130342.952500', '130343.412500', '130343.872500', '130344.332500', '130344.792500', '130345.252500', '130345.712500', '130346.172500', '130346.632500', '130347.092500', '130347.552500', '130348.012500', '130348.472500', '130348.932500', '130349.392500', '130349.852500', '130350.312500', '130350.772500', '130351.232500', '130351.692500', '130352.152500', '130352.612500', '130353.072500', '130353.532500', '130353.992500', '130354.452500', '130354.912500', '130355.372500', '130355.832500', '130356.292500', '130356.752500', '130357.212500', '130357.672500', '130358.132500', '130358.592500', '130359.052500', '130359.512500', '130359.972500', '130400.432500', '130400.892500', '130401.352500', '130401.812500', '130402.272500', '130402.732500', '130403.192500', '130403.652500', '130404.112500', '130404.572500', '130405.032500', '130405.492500', '130405.952500', '130406.412500', '130406.872500', '130407.332500', '130407.792500', '130408.252500', '130408.712500', '130409.172500', '130409.632500', '130410.092500', '130410.552500', '130411.012500', '130411.472500', '130411.932500', '130412.392500', '130412.852500', '130413.312500', '130413.772500', '130414.232500', '130414.692500', '130415.152500', '130415.612500', '130416.072500', '130416.532500', '130416.992500', '130417.452500', '130417.912500', '130418.372500', '130418.832500', '130419.292500', '130419.752500', '130420.212500', '130420.672500', '130421.132500', '130421.592500', '130422.052500', '130422.512500', '130422.972500', '130423.432500', '130423.892500', '130424.352500', '130424.812500', '130425.272500', '130425.732500', '130426.192500', '130426.652500', '130427.112500', '130427.572500', '130428.032500', '130428.492500', '130428.952500', '130429.412500', '130429.872500', '130430.332500', '130430.792500', '130431.252500', '130431.712500', '130432.172500', '130432.632500', '130433.092500', '130433.552500', '130434.012500', '130434.472500', '130434.932500', '130435.392500', '130435.852500', '130436.312500', '130436.772500', '130437.232500', '130437.692500', '130438.152500', '130438.612500', '130439.072500', '130439.532500', '130439.992500', '130440.452500', '130440.912500', '130441.372500', '130441.832500', '130442.292500', '130442.752500', '130443.212500', '130443.672500', '130444.132500', '130444.592500', '130445.052500', '130445.512500', '130445.972500', '130446.432500', '130446.892500', '130447.352500', '130447.812500', '130448.272500', '130448.732500', '130449.192500', '130449.652500', '130450.112500', '130450.572500', '130451.032500', '130451.492500', '130451.952500', '130452.412500', '130452.872500', '130453.332500', '130453.792500', '130454.252500', '130454.712500', '130455.172500', '130455.632500', '130456.092500', '130456.552500', '130457.012500', '130457.472500', '130457.932500', '130458.392500', '130458.852500', '130459.312500', '130459.772500', '130500.232500', '130500.692500', '130501.152500', '130501.612500', '130502.072500', '130502.532500', '130502.992500', '130503.452500', '130503.912500', '130504.372500', '130504.832500', '130505.292500', '130505.752500', '130506.212500', '130506.672500', '130507.132500', '130507.592500', '130508.052500', '130508.512500', '130508.972500', '130509.432500', '130509.892500', '130510.352500', '130510.812500', '130511.272500', '130511.732500', '130512.192500', '130512.652500', '130513.112500', '130513.572500', '130514.032500', '130514.492500', '130514.952500', '130515.412500', '130515.872500', '130516.332500', '130516.792500', '130517.252500', '130517.712500', '130518.172500', '130518.632500', '130519.092500', '130519.552500', '130520.012500', '130520.472500', '130520.932500', '130521.392500', '130521.852500', '130522.312500', '130522.772500', '130523.232500', '130523.692500', '130524.152500', '130524.612500', '130525.072500', '130525.532500', '130525.992500', '130526.452500', '130526.912500', '130527.372500', '130527.832500', '130528.292500', '130528.752500', '130529.212500', '130529.672500', '130530.132500', '130530.592500', '130531.052500', '130531.512500', '130531.972500', '130532.432500', '130532.892500', '130533.352500', '130533.812500', '130534.272500', '130534.732500', '130535.192500', '130535.652500', '130536.112500', '130536.572500', '130537.032500', '130537.492500', '130537.952500', '130538.412500', '130538.872500', '130539.332500', '130539.792500', '130540.252500', '130540.712500', '130541.172500', '130541.632500', '130542.092500', '130542.552500', '130543.012500', '130543.472500', '130543.932500', '130544.392500', '130544.852500', '130545.312500', '130545.772500', '130546.232500', '130546.692500', '130547.152500', '130547.612500', '130548.072500', '130548.532500', '130548.992500', '130549.452500', '130549.912500', '130550.372500', '130550.832500', '130551.292500', '130551.752500', '130552.212500', '130552.672500', '130553.132500', '130553.592500', '130554.052500', '130554.512500', '130554.972500', '130555.432500', '130555.892500', '130556.352500', '130556.812500', '130557.272500', '130557.732500', '130558.192500', '130558.652500', '130559.112500', '130559.572500', '130600.032500', '130600.492500', '130600.952500', '130601.412500', '130601.872500', '130602.332500', '130602.792500', '130603.252500', '130603.712500', '130604.172500', '130604.632500', '130605.092500', '130605.552500', '130606.012500', '130606.472500', '130606.932500', '130607.392500', '130607.852500', '130608.312500', '130608.772500', '130609.232500', '130609.692500', '130610.152500', '130610.612500', '130611.072500', '130611.532500', '130611.992500', '130612.452500', '130612.912500', '130613.372500', '130613.832500', '130614.292500', '130614.752500', '130615.212500', '130615.672500', '130616.132500', '130616.592500', '130617.052500', '130617.512500', '130617.972500', '130618.432500', '130618.892500', '130619.352500', '130619.812500', '130620.272500', '130620.732500', '130621.192500', '130621.652500', '130622.112500', '130622.572500', '130623.032500', '130623.492500', '130623.952500', '130624.412500', '130624.872500', '130625.332500', '130625.792500', '130626.252500', '130626.712500', '130627.172500', '130627.632500', '130628.092500', '130628.552500', '130629.012500', '130629.472500', '130629.932500', '130630.392500', '130630.852500', '130631.312500', '130631.772500', '130632.232500', '130632.692500', '130633.152500', '130633.612500', '130634.072500', '130634.532500', '130634.992500', '130635.452500', '130635.912500', '130636.372500', '130636.832500', '130637.292500', '130637.752500', '130638.212500', '130638.672500', '130639.132500', '130639.592500', '130640.052500', '130640.512500', '130640.972500', '130641.432500', '130641.892500', '130642.352500', '130642.812500', '130643.272500', '130643.732500', '130644.192500', '130644.652500', '130645.112500', '130645.572500', '130646.032500', '130646.492500', '130646.952500', '130647.412500', '130647.872500', '130648.332500', '130648.792500', '130649.252500', '130649.712500', '130650.172500', '130650.632500', '130651.092500', '130651.552500', '130652.012500', '130652.472500', '130652.932500', '130653.392500', '130653.852500', '130654.312500', '130654.772500', '130655.232500', '130655.692500', '130656.152500'], 'ContentTime': ['130038.240000', '130038.243000', '130038.250000', '130038.253000', '130038.256000', '130038.258000', '130038.261000', '130038.264000', '130038.266000', '130038.269000', '130038.271000', '130038.274000', '130038.277000', '130038.306000', '130038.308000', '130038.311000', '130038.314000', '130038.316000', '130038.319000', '130038.321000', '130038.324000', '130038.326000', '130038.329000', '130038.331000', '130038.351000', '130038.353000', '130038.356000', '130038.358000', '130038.361000', '130038.363000', '130038.366000', '130038.369000', '130038.371000', '130038.374000', '130038.381000', '130038.384000', '130038.387000', '130038.389000', '130038.392000', '130038.394000', '130038.397000', '130038.399000', '130038.402000', '130038.404000', '130038.407000', '130038.409000', '130038.412000', '130038.414000', '130058.209000', '130058.212000', '130058.215000', '130058.217000', '130058.220000', '130058.223000', '130058.225000', '130058.228000', '130058.230000', '130058.233000', '130058.235000', '130058.238000', '130058.240000', '130058.243000', '130058.246000', '130058.248000', '130058.251000', '130058.253000', '130058.256000', '130058.258000', '130058.261000', '130058.264000', '130058.266000', '130058.269000', '130058.271000', '130058.274000', '130058.277000', '130058.279000', '130058.282000', '130058.284000', '130058.287000', '130058.290000', '130058.292000', '130058.295000', '130058.297000', '130058.300000', '130058.303000', '130058.305000', '130058.308000', '130058.310000', '130058.322000', '130058.324000', '130058.327000', '130118.210000', '130118.213000', '130118.216000', '130118.218000', '130118.221000', '130118.223000', '130118.226000', '130118.228000', '130118.231000', '130118.234000', '130118.236000', '130118.239000', '130118.241000', '130118.244000', '130118.246000', '130118.249000', '130118.251000', '130118.254000', '130118.256000', '130118.259000', '130118.261000', '130118.264000', '130118.267000', '130118.269000', '130118.272000', '130118.274000', '130118.277000', '130118.279000', '130118.282000', '130118.284000', '130118.287000', '130118.296000', '130118.298000', '130118.301000', '130118.303000', '130118.306000', '130118.308000', '130118.311000', '130118.314000', '130118.316000', '130118.319000', '130118.321000', '130118.324000', '130118.327000', '130138.210000', '130138.213000', '130138.216000', '130138.218000', '130138.221000', '130138.224000', '130138.226000', '130138.229000', '130138.231000', '130138.234000', '130138.236000', '130138.239000', '130138.241000', '130138.244000', '130138.246000', '130138.249000', '130138.252000', '130138.254000', '130138.257000', '130138.260000', '130138.262000', '130138.265000', '130138.267000', '130138.270000', '130138.273000', '130138.275000', '130138.278000', '130138.280000', '130138.283000', '130138.285000', '130138.288000', '130138.291000', '130138.293000', '130138.296000', '130138.299000', '130138.301000', '130138.304000', '130138.307000', '130138.309000', '130138.312000', '130138.314000', '130138.317000', '130138.319000', '130158.210000', '130158.213000', '130158.216000', '130158.219000', '130158.221000', '130158.224000', '130158.227000', '130158.229000', '130158.232000', '130158.234000', '130158.237000', '130158.240000', '130158.242000', '130158.245000', '130158.247000', '130158.250000', '130158.252000', '130158.255000', '130158.257000', '130158.260000', '130158.262000', '130158.265000', '130158.268000', '130158.270000', '130158.273000', '130158.275000', '130158.278000', '130158.280000', '130158.283000', '130158.286000', '130158.288000', '130158.291000', '130158.293000', '130158.296000', '130158.299000', '130158.301000', '130158.304000', '130158.306000', '130158.309000', '130158.311000', '130158.314000', '130158.317000', '130158.319000', '130158.322000', '130218.210000', '130218.213000', '130218.216000', '130218.218000', '130218.253000', '130218.255000', '130218.258000', '130218.260000', '130218.263000', '130218.265000', '130218.268000', '130218.271000', '130218.273000', '130218.276000', '130218.279000', '130218.281000', '130218.284000', '130218.286000', '130218.289000', '130218.292000', '130218.294000', '130218.297000', '130218.299000', '130218.302000', '130218.305000', '130218.307000', '130218.310000', '130218.312000', '130218.315000', '130218.317000', '130218.320000', '130218.323000', '130218.325000', '130218.328000', '130218.330000', '130218.333000', '130218.336000', '130218.339000', '130218.342000', '130218.345000', '130218.348000', '130218.350000', '130218.353000', '130238.210000', '130238.213000', '130238.216000', '130238.219000', '130238.221000', '130238.224000', '130238.226000', '130238.229000', '130238.232000', '130238.234000', '130238.237000', '130238.239000', '130238.242000', '130238.244000', '130238.247000', '130238.250000', '130238.252000', '130238.255000', '130238.257000', '130238.260000', '130238.262000', '130238.265000', '130238.267000', '130238.270000', '130238.273000', '130238.275000', '130238.278000', '130238.281000', '130238.283000', '130238.286000', '130238.289000', '130238.291000', '130238.294000', '130238.297000', '130238.299000', '130238.302000', '130238.304000', '130238.307000', '130238.309000', '130238.312000', '130238.315000', '130238.317000', '130238.320000', '130238.322000', '130258.210000', '130258.213000', '130258.216000', '130258.219000', '130258.221000', '130258.224000', '130258.226000', '130258.229000', '130258.231000', '130258.234000', '130258.237000', '130258.239000', '130258.242000', '130258.244000', '130258.247000', '130258.249000', '130258.252000', '130258.254000', '130258.257000', '130258.260000', '130258.262000', '130258.265000', '130258.267000', '130258.270000', '130258.272000', '130258.275000', '130258.278000', '130258.280000', '130258.283000', '130258.285000', '130258.288000', '130258.291000', '130258.293000', '130258.296000', '130258.298000', '130258.301000', '130258.303000', '130258.306000', '130258.308000', '130258.311000', '130258.314000', '130258.316000', '130258.319000', '130318.209000', '130318.212000', '130318.215000', '130318.218000', '130318.220000', '130318.223000', '130318.225000', '130318.228000', '130318.230000', '130318.233000', '130318.236000', '130318.238000', '130318.241000', '130318.243000', '130318.246000', '130318.248000', '130318.251000', '130318.253000', '130318.256000', '130318.259000', '130318.261000', '130318.264000', '130318.266000', '130318.269000', '130318.271000', '130318.274000', '130318.277000', '130318.279000', '130318.282000', '130318.284000', '130318.287000', '130318.290000', '130318.292000', '130318.295000', '130318.300000', '130318.303000', '130318.305000', '130318.308000', '130318.311000', '130318.313000', '130318.316000', '130318.319000', '130318.321000', '130318.324000', '130338.210000', '130338.213000', '130338.216000', '130338.218000', '130338.221000', '130338.223000', '130338.226000', '130338.229000', '130338.231000', '130338.234000', '130338.236000', '130338.239000', '130338.241000', '130338.244000', '130338.246000', '130338.249000', '130338.252000', '130338.254000', '130338.257000', '130338.259000', '130338.262000', '130338.264000', '130338.267000', '130338.270000', '130338.272000', '130338.275000', '130338.277000', '130338.280000', '130338.282000', '130338.285000', '130338.288000', '130338.290000', '130338.293000', '130338.295000', '130338.298000', '130338.301000', '130338.303000', '130338.306000', '130338.308000', '130338.311000', '130338.314000', '130338.316000', '130338.319000', '130358.210000', '130358.213000', '130358.216000', '130358.218000', '130358.221000', '130358.223000', '130358.226000', '130358.229000', '130358.231000', '130358.234000', '130358.236000', '130358.239000', '130358.241000', '130358.244000', '130358.247000', '130358.249000', '130358.252000', '130358.254000', '130358.257000', '130358.259000', '130358.262000', '130358.265000', '130358.267000', '130358.270000', '130358.272000', '130358.275000', '130358.277000', '130358.280000', '130358.283000', '130358.285000', '130358.288000', '130358.290000', '130358.293000', '130358.295000', '130358.298000', '130358.301000', '130358.303000', '130358.306000', '130358.308000', '130358.311000', '130358.313000', '130358.316000', '130358.319000', '130358.321000', '130418.210000', '130418.213000', '130418.216000', '130418.219000', '130418.221000', '130418.224000', '130418.226000', '130418.229000', '130418.231000', '130418.234000', '130418.236000', '130418.239000', '130418.242000', '130418.245000', '130418.247000', '130418.250000', '130418.252000', '130418.255000', '130418.258000', '130418.260000', '130418.263000', '130418.266000', '130418.268000', '130418.271000', '130418.273000', '130418.276000', '130418.279000', '130418.281000', '130418.284000', '130418.287000', '130418.289000', '130418.292000', '130418.294000', '130418.297000', '130418.300000', '130418.302000', '130418.305000', '130418.307000', '130418.310000', '130418.313000', '130418.315000', '130418.318000', '130418.321000', '130438.210000', '130438.213000', '130438.216000', '130438.218000', '130438.221000', '130438.224000', '130438.226000', '130438.229000', '130438.231000', '130438.234000', '130438.238000', '130438.240000', '130438.243000', '130438.245000', '130438.248000', '130438.251000', '130438.253000', '130438.256000', '130438.258000', '130438.261000', '130438.263000', '130438.266000', '130438.268000', '130438.271000', '130438.274000', '130438.276000', '130438.279000', '130438.282000', '130438.284000', '130438.287000', '130438.289000', '130438.292000', '130438.295000', '130438.297000', '130438.300000', '130438.303000', '130438.305000', '130438.308000', '130438.311000', '130438.313000', '130438.316000', '130438.319000', '130438.321000', '130438.324000', '130458.210000', '130458.213000', '130458.216000', '130458.219000', '130458.221000', '130458.224000', '130458.226000', '130458.229000', '130458.232000', '130458.234000', '130458.237000', '130458.240000', '130458.242000', '130458.245000', '130458.247000', '130458.250000', '130458.253000', '130458.255000', '130458.258000', '130458.260000', '130458.263000', '130458.266000', '130458.268000', '130458.271000', '130458.273000', '130458.276000', '130458.279000', '130458.281000', '130458.284000', '130458.286000', '130458.289000', '130458.292000', '130458.294000', '130458.297000', '130458.300000', '130458.302000', '130458.305000', '130458.307000', '130458.310000', '130458.313000', '130458.315000', '130458.318000', '130458.320000', '130518.210000', '130518.213000', '130518.216000', '130518.218000', '130518.221000', '130518.224000', '130518.226000', '130518.229000', '130518.231000', '130518.234000', '130518.245000', '130518.248000', '130518.250000', '130518.253000', '130518.256000', '130518.258000', '130518.261000', '130518.263000', '130518.266000', '130518.269000', '130518.271000', '130518.274000', '130518.276000', '130518.279000', '130518.282000', '130518.284000', '130518.287000', '130518.290000', '130518.292000', '130518.295000', '130518.297000', '130518.300000', '130518.303000', '130518.305000', '130518.308000', '130518.311000', '130518.313000', '130518.316000', '130518.319000', '130518.322000', '130518.324000', '130518.327000', '130518.329000', '130538.209000', '130538.212000', '130538.215000', '130538.217000', '130538.220000', '130538.223000', '130538.225000', '130538.228000', '130538.230000', '130538.233000', '130538.235000', '130538.238000', '130538.241000', '130538.243000', '130538.246000', '130538.248000', '130538.251000', '130538.254000', '130538.256000', '130538.259000', '130538.262000', '130538.264000', '130538.267000', '130538.270000', '130538.272000', '130538.275000', '130538.277000', '130538.280000', '130538.283000', '130538.285000', '130538.288000', '130538.290000', '130538.293000', '130538.296000', '130538.298000', '130538.301000', '130538.303000', '130538.306000', '130538.309000', '130538.311000', '130538.314000', '130538.316000', '130538.319000', '130538.321000', '130558.210000', '130558.213000', '130558.216000', '130558.218000', '130558.221000', '130558.224000', '130558.226000', '130558.229000', '130558.232000', '130558.234000', '130558.237000', '130558.240000', '130558.242000', '130558.245000', '130558.248000', '130558.250000', '130558.253000', '130558.256000', '130558.259000', '130558.261000', '130558.264000', '130558.266000', '130558.269000', '130558.272000', '130558.275000', '130558.278000', '130558.281000', '130558.283000', '130558.286000', '130558.288000', '130558.291000', '130558.294000', '130558.296000', '130558.299000', '130558.302000', '130558.305000', '130558.307000', '130558.310000', '130558.313000', '130558.315000', '130558.318000', '130558.320000', '130558.323000', '130618.211000', '130618.214000', '130618.217000', '130618.219000', '130618.222000', '130618.225000', '130618.227000', '130618.230000', '130618.233000', '130618.235000', '130618.238000', '130618.240000', '130618.243000', '130618.246000', '130618.248000', '130618.251000', '130618.253000', '130618.256000', '130618.259000', '130618.261000', '130618.266000', '130618.269000', '130618.271000', '130618.274000', '130618.276000', '130618.279000', '130618.282000', '130618.284000', '130618.287000', '130618.290000', '130618.292000', '130618.295000', '130618.297000', '130618.300000', '130618.303000', '130618.305000', '130618.308000', '130618.310000', '130618.313000', '130618.316000', '130618.318000', '130618.321000', '130618.323000', '130618.326000', '130638.211000', '130638.213000', '130638.216000', '130638.218000', '130638.221000', '130638.224000', '130638.226000', '130638.229000', '130638.231000', '130638.234000', '130638.237000', '130638.240000', '130638.243000', '130638.246000', '130638.248000', '130638.251000', '130638.254000', '130638.256000', '130638.259000', '130638.261000', '130638.264000', '130638.267000', '130638.269000', '130638.272000', '130638.274000', '130638.277000', '130638.280000', '130638.282000', '130638.285000', '130638.287000', '130638.290000', '130638.293000', '130638.295000', '130638.298000', '130638.300000', '130638.313000', '130638.315000', '130638.318000', '130638.320000', '130638.323000', '130638.325000', '130638.328000', '130638.331000', '130657.121000', '130657.124000', '130657.127000', '130657.130000', '130657.133000', '130657.135000', '130657.138000', '130657.141000', '130657.144000', '130657.147000', '130657.150000', '130657.153000', '130657.155000', '130657.158000', '130657.161000', '130657.164000', '130657.166000', '130657.169000', '130657.172000', '130657.175000', '130657.178000', '130657.181000', '130657.184000', '130657.187000', '130657.190000', '130657.193000', '130657.195000', '130657.198000', '130657.201000', '130657.204000', '130657.207000', '130657.209000', '130657.212000', '130657.214000', '130657.217000', '130657.220000', '130657.223000', '130657.226000', '130657.228000', '130657.231000', '130657.234000', '130657.237000'], 'InstanceCreationTime': ['130038.240000', '130038.243000', '130038.250000', '130038.253000', '130038.256000', '130038.258000', '130038.261000', '130038.264000', '130038.266000', '130038.269000', '130038.271000', '130038.274000', '130038.277000', '130038.306000', '130038.308000', '130038.311000', '130038.314000', '130038.316000', '130038.319000', '130038.321000', '130038.324000', '130038.326000', '130038.329000', '130038.331000', '130038.351000', '130038.353000', '130038.356000', '130038.358000', '130038.361000', '130038.363000', '130038.366000', '130038.369000', '130038.371000', '130038.374000', '130038.381000', '130038.384000', '130038.387000', '130038.389000', '130038.392000', '130038.394000', '130038.397000', '130038.399000', '130038.402000', '130038.404000', '130038.407000', '130038.409000', '130038.412000', '130038.414000', '130058.209000', '130058.212000', '130058.215000', '130058.217000', '130058.220000', '130058.223000', '130058.225000', '130058.228000', '130058.230000', '130058.233000', '130058.235000', '130058.238000', '130058.240000', '130058.243000', '130058.246000', '130058.248000', '130058.251000', '130058.253000', '130058.256000', '130058.258000', '130058.261000', '130058.264000', '130058.266000', '130058.269000', '130058.271000', '130058.274000', '130058.277000', '130058.279000', '130058.282000', '130058.284000', '130058.287000', '130058.290000', '130058.292000', '130058.295000', '130058.297000', '130058.300000', '130058.303000', '130058.305000', '130058.308000', '130058.310000', '130058.322000', '130058.324000', '130058.327000', '130118.210000', '130118.213000', '130118.216000', '130118.218000', '130118.221000', '130118.223000', '130118.226000', '130118.228000', '130118.231000', '130118.234000', '130118.236000', '130118.239000', '130118.241000', '130118.244000', '130118.246000', '130118.249000', '130118.251000', '130118.254000', '130118.256000', '130118.259000', '130118.261000', '130118.264000', '130118.267000', '130118.269000', '130118.272000', '130118.274000', '130118.277000', '130118.279000', '130118.282000', '130118.284000', '130118.287000', '130118.296000', '130118.298000', '130118.301000', '130118.303000', '130118.306000', '130118.308000', '130118.311000', '130118.314000', '130118.316000', '130118.319000', '130118.321000', '130118.324000', '130118.327000', '130138.210000', '130138.213000', '130138.216000', '130138.218000', '130138.221000', '130138.224000', '130138.226000', '130138.229000', '130138.231000', '130138.234000', '130138.236000', '130138.239000', '130138.241000', '130138.244000', '130138.246000', '130138.249000', '130138.252000', '130138.254000', '130138.257000', '130138.260000', '130138.262000', '130138.265000', '130138.267000', '130138.270000', '130138.273000', '130138.275000', '130138.278000', '130138.280000', '130138.283000', '130138.285000', '130138.288000', '130138.291000', '130138.293000', '130138.296000', '130138.299000', '130138.301000', '130138.304000', '130138.307000', '130138.309000', '130138.312000', '130138.314000', '130138.317000', '130138.319000', '130158.210000', '130158.213000', '130158.216000', '130158.219000', '130158.221000', '130158.224000', '130158.227000', '130158.229000', '130158.232000', '130158.234000', '130158.237000', '130158.240000', '130158.242000', '130158.245000', '130158.247000', '130158.250000', '130158.252000', '130158.255000', '130158.257000', '130158.260000', '130158.262000', '130158.265000', '130158.268000', '130158.270000', '130158.273000', '130158.275000', '130158.278000', '130158.280000', '130158.283000', '130158.286000', '130158.288000', '130158.291000', '130158.293000', '130158.296000', '130158.299000', '130158.301000', '130158.304000', '130158.306000', '130158.309000', '130158.311000', '130158.314000', '130158.317000', '130158.319000', '130158.322000', '130218.210000', '130218.213000', '130218.216000', '130218.218000', '130218.253000', '130218.255000', '130218.258000', '130218.260000', '130218.263000', '130218.265000', '130218.268000', '130218.271000', '130218.273000', '130218.276000', '130218.279000', '130218.281000', '130218.284000', '130218.286000', '130218.289000', '130218.292000', '130218.294000', '130218.297000', '130218.299000', '130218.302000', '130218.305000', '130218.307000', '130218.310000', '130218.312000', '130218.315000', '130218.317000', '130218.320000', '130218.323000', '130218.325000', '130218.328000', '130218.330000', '130218.333000', '130218.336000', '130218.339000', '130218.342000', '130218.345000', '130218.348000', '130218.350000', '130218.353000', '130238.210000', '130238.213000', '130238.216000', '130238.219000', '130238.221000', '130238.224000', '130238.226000', '130238.229000', '130238.232000', '130238.234000', '130238.237000', '130238.239000', '130238.242000', '130238.244000', '130238.247000', '130238.250000', '130238.252000', '130238.255000', '130238.257000', '130238.260000', '130238.262000', '130238.265000', '130238.267000', '130238.270000', '130238.273000', '130238.275000', '130238.278000', '130238.281000', '130238.283000', '130238.286000', '130238.289000', '130238.291000', '130238.294000', '130238.297000', '130238.299000', '130238.302000', '130238.304000', '130238.307000', '130238.309000', '130238.312000', '130238.315000', '130238.317000', '130238.320000', '130238.322000', '130258.210000', '130258.213000', '130258.216000', '130258.219000', '130258.221000', '130258.224000', '130258.226000', '130258.229000', '130258.231000', '130258.234000', '130258.237000', '130258.239000', '130258.242000', '130258.244000', '130258.247000', '130258.249000', '130258.252000', '130258.254000', '130258.257000', '130258.260000', '130258.262000', '130258.265000', '130258.267000', '130258.270000', '130258.272000', '130258.275000', '130258.278000', '130258.280000', '130258.283000', '130258.285000', '130258.288000', '130258.291000', '130258.293000', '130258.296000', '130258.298000', '130258.301000', '130258.303000', '130258.306000', '130258.308000', '130258.311000', '130258.314000', '130258.316000', '130258.319000', '130318.209000', '130318.212000', '130318.215000', '130318.218000', '130318.220000', '130318.223000', '130318.225000', '130318.228000', '130318.230000', '130318.233000', '130318.236000', '130318.238000', '130318.241000', '130318.243000', '130318.246000', '130318.248000', '130318.251000', '130318.253000', '130318.256000', '130318.259000', '130318.261000', '130318.264000', '130318.266000', '130318.269000', '130318.271000', '130318.274000', '130318.277000', '130318.279000', '130318.282000', '130318.284000', '130318.287000', '130318.290000', '130318.292000', '130318.295000', '130318.300000', '130318.303000', '130318.305000', '130318.308000', '130318.311000', '130318.313000', '130318.316000', '130318.319000', '130318.321000', '130318.324000', '130338.210000', '130338.213000', '130338.216000', '130338.218000', '130338.221000', '130338.223000', '130338.226000', '130338.229000', '130338.231000', '130338.234000', '130338.236000', '130338.239000', '130338.241000', '130338.244000', '130338.246000', '130338.249000', '130338.252000', '130338.254000', '130338.257000', '130338.259000', '130338.262000', '130338.264000', '130338.267000', '130338.270000', '130338.272000', '130338.275000', '130338.277000', '130338.280000', '130338.282000', '130338.285000', '130338.288000', '130338.290000', '130338.293000', '130338.295000', '130338.298000', '130338.301000', '130338.303000', '130338.306000', '130338.308000', '130338.311000', '130338.314000', '130338.316000', '130338.319000', '130358.210000', '130358.213000', '130358.216000', '130358.218000', '130358.221000', '130358.223000', '130358.226000', '130358.229000', '130358.231000', '130358.234000', '130358.236000', '130358.239000', '130358.241000', '130358.244000', '130358.247000', '130358.249000', '130358.252000', '130358.254000', '130358.257000', '130358.259000', '130358.262000', '130358.265000', '130358.267000', '130358.270000', '130358.272000', '130358.275000', '130358.277000', '130358.280000', '130358.283000', '130358.285000', '130358.288000', '130358.290000', '130358.293000', '130358.295000', '130358.298000', '130358.301000', '130358.303000', '130358.306000', '130358.308000', '130358.311000', '130358.313000', '130358.316000', '130358.319000', '130358.321000', '130418.210000', '130418.213000', '130418.216000', '130418.219000', '130418.221000', '130418.224000', '130418.226000', '130418.229000', '130418.231000', '130418.234000', '130418.236000', '130418.239000', '130418.242000', '130418.245000', '130418.247000', '130418.250000', '130418.252000', '130418.255000', '130418.258000', '130418.260000', '130418.263000', '130418.266000', '130418.268000', '130418.271000', '130418.273000', '130418.276000', '130418.279000', '130418.281000', '130418.284000', '130418.287000', '130418.289000', '130418.292000', '130418.294000', '130418.297000', '130418.300000', '130418.302000', '130418.305000', '130418.307000', '130418.310000', '130418.313000', '130418.315000', '130418.318000', '130418.321000', '130438.210000', '130438.213000', '130438.216000', '130438.218000', '130438.221000', '130438.224000', '130438.226000', '130438.229000', '130438.231000', '130438.234000', '130438.238000', '130438.240000', '130438.243000', '130438.245000', '130438.248000', '130438.251000', '130438.253000', '130438.256000', '130438.258000', '130438.261000', '130438.263000', '130438.266000', '130438.268000', '130438.271000', '130438.274000', '130438.276000', '130438.279000', '130438.282000', '130438.284000', '130438.287000', '130438.289000', '130438.292000', '130438.295000', '130438.297000', '130438.300000', '130438.303000', '130438.305000', '130438.308000', '130438.311000', '130438.313000', '130438.316000', '130438.319000', '130438.321000', '130438.324000', '130458.210000', '130458.213000', '130458.216000', '130458.219000', '130458.221000', '130458.224000', '130458.226000', '130458.229000', '130458.232000', '130458.234000', '130458.237000', '130458.240000', '130458.242000', '130458.245000', '130458.247000', '130458.250000', '130458.253000', '130458.255000', '130458.258000', '130458.260000', '130458.263000', '130458.266000', '130458.268000', '130458.271000', '130458.273000', '130458.276000', '130458.279000', '130458.281000', '130458.284000', '130458.286000', '130458.289000', '130458.292000', '130458.294000', '130458.297000', '130458.300000', '130458.302000', '130458.305000', '130458.307000', '130458.310000', '130458.313000', '130458.315000', '130458.318000', '130458.320000', '130518.210000', '130518.213000', '130518.216000', '130518.218000', '130518.221000', '130518.224000', '130518.226000', '130518.229000', '130518.231000', '130518.234000', '130518.245000', '130518.248000', '130518.250000', '130518.253000', '130518.256000', '130518.258000', '130518.261000', '130518.263000', '130518.266000', '130518.269000', '130518.271000', '130518.274000', '130518.276000', '130518.279000', '130518.282000', '130518.284000', '130518.287000', '130518.290000', '130518.292000', '130518.295000', '130518.297000', '130518.300000', '130518.303000', '130518.305000', '130518.308000', '130518.311000', '130518.313000', '130518.316000', '130518.319000', '130518.322000', '130518.324000', '130518.327000', '130518.329000', '130538.209000', '130538.212000', '130538.215000', '130538.217000', '130538.220000', '130538.223000', '130538.225000', '130538.228000', '130538.230000', '130538.233000', '130538.235000', '130538.238000', '130538.241000', '130538.243000', '130538.246000', '130538.248000', '130538.251000', '130538.254000', '130538.256000', '130538.259000', '130538.262000', '130538.264000', '130538.267000', '130538.270000', '130538.272000', '130538.275000', '130538.277000', '130538.280000', '130538.283000', '130538.285000', '130538.288000', '130538.290000', '130538.293000', '130538.296000', '130538.298000', '130538.301000', '130538.303000', '130538.306000', '130538.309000', '130538.311000', '130538.314000', '130538.316000', '130538.319000', '130538.321000', '130558.210000', '130558.213000', '130558.216000', '130558.218000', '130558.221000', '130558.224000', '130558.226000', '130558.229000', '130558.232000', '130558.234000', '130558.237000', '130558.240000', '130558.242000', '130558.245000', '130558.248000', '130558.250000', '130558.253000', '130558.256000', '130558.259000', '130558.261000', '130558.264000', '130558.266000', '130558.269000', '130558.272000', '130558.275000', '130558.278000', '130558.281000', '130558.283000', '130558.286000', '130558.288000', '130558.291000', '130558.294000', '130558.296000', '130558.299000', '130558.302000', '130558.305000', '130558.307000', '130558.310000', '130558.313000', '130558.315000', '130558.318000', '130558.320000', '130558.323000', '130618.211000', '130618.214000', '130618.217000', '130618.219000', '130618.222000', '130618.225000', '130618.227000', '130618.230000', '130618.233000', '130618.235000', '130618.238000', '130618.240000', '130618.243000', '130618.246000', '130618.248000', '130618.251000', '130618.253000', '130618.256000', '130618.259000', '130618.261000', '130618.266000', '130618.269000', '130618.271000', '130618.274000', '130618.276000', '130618.279000', '130618.282000', '130618.284000', '130618.287000', '130618.290000', '130618.292000', '130618.295000', '130618.297000', '130618.300000', '130618.303000', '130618.305000', '130618.308000', '130618.310000', '130618.313000', '130618.316000', '130618.318000', '130618.321000', '130618.323000', '130618.326000', '130638.211000', '130638.213000', '130638.216000', '130638.218000', '130638.221000', '130638.224000', '130638.226000', '130638.229000', '130638.231000', '130638.234000', '130638.237000', '130638.240000', '130638.243000', '130638.246000', '130638.248000', '130638.251000', '130638.254000', '130638.256000', '130638.259000', '130638.261000', '130638.264000', '130638.267000', '130638.269000', '130638.272000', '130638.274000', '130638.277000', '130638.280000', '130638.282000', '130638.285000', '130638.287000', '130638.290000', '130638.293000', '130638.295000', '130638.298000', '130638.300000', '130638.313000', '130638.315000', '130638.318000', '130638.320000', '130638.323000', '130638.325000', '130638.328000', '130638.331000', '130657.121000', '130657.124000', '130657.127000', '130657.130000', '130657.133000', '130657.135000', '130657.138000', '130657.141000', '130657.144000', '130657.147000', '130657.150000', '130657.153000', '130657.155000', '130657.158000', '130657.161000', '130657.164000', '130657.166000', '130657.169000', '130657.172000', '130657.175000', '130657.178000', '130657.181000', '130657.184000', '130657.187000', '130657.190000', '130657.193000', '130657.195000', '130657.198000', '130657.201000', '130657.204000', '130657.207000', '130657.209000', '130657.212000', '130657.214000', '130657.217000', '130657.220000', '130657.223000', '130657.226000', '130657.228000', '130657.231000', '130657.234000', '130657.237000'], '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': [11007, 15482, 11056, 14296, 9858, 15165, 10451, 15702, 11613, 14617, 10474, 13732, 9475, 12320, 17640, 12524, 15561, 10446, 12322, 9000, 11799, 8582, 10259, 8752, 9227, 12292, 9579, 11449, 9537, 12124, 9229, 14466, 10924, 10404, 9612, 9833, 9079, 12492, 10179, 12051, 10369, 14725, 9943, 14703, 10764, 14498, 9981, 14480, 9655, 13003, 9129, 14067, 8932, 11107, 9136, 10059, 9020, 11191, 9104, 9640, 10786, 8988, 14597, 9587, 15202, 9804, 13550, 9181, 12322, 9262, 12643, 9192, 11507, 9396, 10278, 12264, 9770, 15389, 9793, 13291, 9128, 10181, 8911, 9195, 8897, 8735, 9049, 8901, 11642, 9116, 11828, 9286, 11130, 9094, 9920, 15468, 10303, 13500, 9018, 11553, 8936, 10540, 11272, 10378, 13208, 9025, 13098, 8957, 11973, 8923, 11131, 8906, 10241, 10125, 10238, 15250, 9377, 14789, 9384, 13705, 8999, 12655, 10752, 10386, 16246, 10091, 13607, 8690, 12171, 8654, 9757, 15647, 9228, 14175, 9264, 11852, 8473, 9588, 8604, 9569, 12427, 9424, 14820, 9400, 12729, 8726, 10284, 8583, 10702, 8971, 10240, 8608, 10703, 8904, 13326, 9944, 14181, 9103, 11921, 9133, 13345, 9357, 12355, 9265, 12681, 16993, 12682, 16554, 10476, 12766, 9352, 13427, 12375, 10254, 16699, 10335, 14099, 9064, 12672, 12311, 9180, 15564, 8970, 12456, 8461, 11449, 8722, 9574, 15719, 9040, 14860, 9537, 12316, 8632, 10097, 8469, 8897, 16452, 10069, 13072, 9273, 11813, 8976, 9896, 9645, 10193, 10791, 10195, 12476, 9866, 14777, 9500, 13534, 9384, 11517, 16331, 11232, 16098, 10287, 13884, 9090, 11163, 8973, 11298, 8567, 9731, 9005, 9466, 11850, 9024, 14942, 9578, 12210, 8774, 10578, 8841, 10085, 8772, 9769, 9662, 8989, 12862, 9015, 10868, 15481, 10454, 14786, 9307, 12300, 9172, 11376, 11176, 12521, 16008, 9835, 16148, 9692, 12644, 9335, 12057, 9340, 10350, 9298, 9294, 9681, 9504, 9566, 10494, 10469, 10528, 10645, 13139, 10704, 11816, 10259, 16456, 11400, 14623, 11839, 15051, 10851, 10903, 17073, 12574, 13987, 8943, 10437, 8870, 9675, 14509, 10548, 13089, 8956, 10563, 8765, 10858, 8863, 10095, 11006, 8751, 13020, 9393, 11989, 8839, 11923, 8663, 9972, 15025, 9953, 13843, 9494, 11267, 8375, 10572, 8855, 11065, 13987, 9348, 13627, 9316, 12906, 9775, 11983, 8594, 11251, 8823, 10851, 16618, 10864, 14397, 9681, 12533, 8419, 11566, 8847, 12080, 13503, 9660, 15077, 9038, 12899, 8140, 12990, 8288, 10879, 8277, 9834, 11181, 9130, 15993, 9842, 12461, 9121, 10337, 8575, 12735, 9000, 15781, 9991, 15127, 9302, 12933, 8419, 13570, 8490, 11049, 12373, 9177, 15943, 10212, 13769, 8901, 13331, 8745, 13151, 8391, 12626, 8691, 10116, 11047, 9694, 16088, 10373, 14610, 9102, 14041, 8941, 13672, 8844, 12300, 8847, 10355, 16152, 10364, 15172, 11482, 14984, 8971, 8561, 10155, 9430, 11604, 8938, 10943, 8770, 11295, 12486, 11340, 15217, 12825, 14692, 9747, 9255, 10910, 14169, 11743, 16025, 11449, 13383, 11338, 9354, 11335, 9504, 11929, 9263, 8306, 10764, 8986, 8571, 11281, 10464, 18076, 13182, 9209, 10528, 9657, 15468, 10084, 10120, 11955, 9742, 13289, 12351, 9640, 13308, 10429, 13111, 10351, 9739, 12151, 9563, 14420, 9763, 11326, 11274, 10301, 12591, 10268, 14408, 10070, 9853, 10001, 10529, 10425, 9929, 11323, 10312, 11656, 10316, 10044, 9927, 10793, 10330, 11342, 10573, 9694, 10439, 9960, 10155, 11490, 10270, 10077, 10451, 10392, 10297, 11064, 10008, 9977, 12086, 9834, 15108, 9923, 14880, 9765, 14706, 9847, 14217, 9947, 14097, 9688, 12094, 9374, 11666, 10475, 10667, 10652, 9483, 9611, 9763, 9255, 15458, 13518, 12967, 11061, 9114, 11675, 9083, 13113, 9569, 12697, 15233, 13276, 12984, 12559, 16901, 14968, 16896, 12763, 16614, 11828, 18506, 11211, 17492, 10007, 14589, 9411, 12103, 9181, 12118, 8977, 10854, 8929, 9578, 9023, 9966, 9257, 10490, 9263, 9472, 9012, 9539, 9370, 12755, 9448, 15036, 11335, 11965, 9246, 9173, 11058, 13723, 11570, 18413, 10409, 15603, 9389, 13351, 14237, 10659, 16637, 9118, 13352, 9544, 9339, 15300, 9383, 13952, 9203, 9710, 9162, 9352, 9953, 9403, 13489, 8946, 13806, 8755, 10057, 9366, 9027, 15209, 10031, 12922, 8787, 10008, 11110, 9144, 15743, 9325, 12581, 9096, 10102, 11143, 8953, 15117, 8966, 12079, 9338, 9932, 12064, 8798, 15575, 9097, 12396, 9425, 10397, 12413, 8878, 15256, 8752, 12597, 8979, 10756, 8829, 9407, 8566, 9097, 13528, 9841, 14297, 9301, 14483, 9840, 13583, 10743, 10088, 10980, 9727, 10545, 9963, 13686, 9964, 12155, 17950, 10386, 14741, 10126, 14162, 11821, 9752, 15869, 9745, 14715, 10028, 11307, 10889, 9516, 14276, 9800, 14418, 9996, 12263, 9866, 10492, 9498, 10577, 9787, 12473, 9646, 11235, 9374, 11737, 9651, 12026, 9353, 9796, 16904, 9334, 14558, 9370, 13100, 9195, 11602, 8761, 11129, 16713, 10345, 16410, 9265, 12753, 8835, 11511, 8754, 10964, 8632, 9497, 8698, 9309, 12998, 9396, 14612, 8787, 12381, 9198, 11014, 9748, 9574, 11065, 10009, 9286, 10006, 9010, 12337, 9776, 10186, 10154, 9465, 13810, 10182, 17058, 10153, 13065, 12024, 12707, 16313, 9720, 12417, 9612, 9923, 11938, 10229, 13393, 9861, 13295, 9768, 14844, 10788, 16987, 10652, 8164, 9861, 8805, 13210, 9649, 12089, 9138, 13729, 10446, 14777, 10271, 11427, 9824, 10061, 10764, 11519, 12496, 9957, 12986, 9743, 13594, 9847, 14437, 9949, 12950, 9983, 13159, 9846, 12996, 10216, 11727, 10092, 10544, 10064, 9857, 15948, 10172, 15432, 9524, 13630, 9710, 10388, 10361, 9783, 14572, 9762, 13534, 9491, 10605, 12089, 9413, 14469, 9221, 13333, 9347, 10826, 9475, 9841, 9396, 9136, 9297, 9482, 9518, 9705, 10699, 9659, 9421, 8797, 14362, 9101, 13785, 10040, 10759, 8884, 8765, 15225, 9195, 13934, 9210, 10919, 8953, 8858, 12435, 9587, 14718, 9224, 9693, 10563, 9678, 9195, 10372, 10165, 9781, 9892, 11994, 10004, 10553, 9616, 15699, 10966, 12514, 9134, 10216, 9793, 8585, 12521, 10630, 17145, 12164, 17581, 14639, 10303, 12736, 9429, 13222, 10588, 16194, 9672, 14226, 9740, 13740, 9893, 12396, 10022, 11228, 10094, 10357, 9849, 10441, 9694, 10871, 9729, 9829], 'WindowCenter': [4723.0, 4746.0, 4706.0, 4722.0, 4681.0, 4718.0, 4678.0, 4718.0, 4676.0, 4705.0, 4667.0, 4695.0, 4653.0, 4685.0, 4703.0, 4673.0, 4691.0, 4639.0, 4659.0, 4629.0, 4658.0, 4629.0, 4648.0, 4631.0, 4642.0, 4670.0, 4642.0, 4660.0, 4641.0, 4659.0, 4641.0, 4694.0, 4667.0, 4655.0, 4644.0, 4642.0, 4633.0, 4671.0, 4654.0, 4664.0, 4655.0, 4683.0, 4644.0, 4682.0, 4653.0, 4682.0, 4644.0, 4681.0, 4632.0, 4671.0, 4630.0, 4669.0, 4619.0, 4637.0, 4617.0, 4629.0, 4618.0, 4647.0, 4618.0, 4629.0, 4649.0, 4619.0, 4678.0, 4631.0, 4679.0, 4630.0, 4657.0, 4630.0, 4657.0, 4628.0, 4659.0, 4628.0, 4649.0, 4618.0, 4640.0, 4647.0, 4628.0, 4678.0, 4628.0, 4669.0, 4617.0, 4637.0, 4618.0, 4628.0, 4618.0, 4620.0, 4630.0, 4631.0, 4662.0, 4634.0, 4662.0, 4642.0, 4665.0, 4633.0, 4655.0, 4694.0, 4642.0, 4671.0, 4632.0, 4661.0, 4630.0, 4654.0, 4651.0, 4642.0, 4671.0, 4632.0, 4669.0, 4632.0, 4662.0, 4632.0, 4663.0, 4632.0, 4654.0, 4653.0, 4655.0, 4694.0, 4645.0, 4692.0, 4643.0, 4683.0, 4633.0, 4674.0, 4652.0, 4643.0, 4689.0, 4640.0, 4671.0, 4609.0, 4649.0, 4608.0, 4629.0, 4667.0, 4617.0, 4665.0, 4618.0, 4647.0, 4606.0, 4618.0, 4606.0, 4629.0, 4659.0, 4631.0, 4678.0, 4631.0, 4670.0, 4622.0, 4641.0, 4632.0, 4652.0, 4645.0, 4654.0, 4647.0, 4665.0, 4647.0, 4696.0, 4671.0, 4708.0, 4648.0, 4677.0, 4646.0, 4686.0, 4648.0, 4688.0, 4645.0, 4687.0, 4704.0, 4674.0, 4693.0, 4643.0, 4672.0, 4630.0, 4673.0, 4659.0, 4640.0, 4688.0, 4628.0, 4668.0, 4606.0, 4647.0, 4635.0, 4616.0, 4664.0, 4605.0, 4645.0, 4606.0, 4635.0, 4606.0, 4617.0, 4674.0, 4616.0, 4668.0, 4627.0, 4647.0, 4605.0, 4627.0, 4607.0, 4617.0, 4676.0, 4641.0, 4672.0, 4631.0, 4649.0, 4632.0, 4643.0, 4645.0, 4654.0, 4665.0, 4657.0, 4676.0, 4656.0, 4695.0, 4644.0, 4673.0, 4622.0, 4653.0, 4690.0, 4641.0, 4678.0, 4629.0, 4659.0, 4619.0, 4648.0, 4619.0, 4638.0, 4607.0, 4628.0, 4617.0, 4629.0, 4649.0, 4632.0, 4681.0, 4631.0, 4659.0, 4622.0, 4652.0, 4632.0, 4651.0, 4621.0, 4644.0, 4643.0, 4635.0, 4673.0, 4635.0, 4666.0, 4693.0, 4654.0, 4695.0, 4646.0, 4675.0, 4658.0, 4677.0, 4665.0, 4677.0, 4704.0, 4658.0, 4693.0, 4642.0, 4673.0, 4633.0, 4663.0, 4631.0, 4654.0, 4644.0, 4657.0, 4670.0, 4657.0, 4645.0, 4663.0, 4665.0, 4653.0, 4668.0, 4698.0, 4670.0, 4678.0, 4657.0, 4705.0, 4665.0, 4696.0, 4677.0, 4696.0, 4641.0, 4639.0, 4689.0, 4649.0, 4657.0, 4605.0, 4637.0, 4605.0, 4616.0, 4652.0, 4626.0, 4643.0, 4606.0, 4624.0, 4604.0, 4633.0, 4614.0, 4625.0, 4622.0, 4604.0, 4643.0, 4615.0, 4647.0, 4606.0, 4646.0, 4604.0, 4625.0, 4665.0, 4626.0, 4653.0, 4615.0, 4635.0, 4606.0, 4636.0, 4615.0, 4646.0, 4665.0, 4627.0, 4665.0, 4628.0, 4656.0, 4627.0, 4647.0, 4618.0, 4650.0, 4618.0, 4639.0, 4676.0, 4637.0, 4666.0, 4629.0, 4658.0, 4608.0, 4650.0, 4618.0, 4657.0, 4658.0, 4629.0, 4679.0, 4619.0, 4658.0, 4608.0, 4657.0, 4609.0, 4638.0, 4609.0, 4639.0, 4649.0, 4630.0, 4678.0, 4640.0, 4659.0, 4642.0, 4640.0, 4632.0, 4670.0, 4632.0, 4690.0, 4643.0, 4692.0, 4632.0, 4671.0, 4620.0, 4671.0, 4621.0, 4652.0, 4659.0, 4631.0, 4690.0, 4641.0, 4668.0, 4630.0, 4669.0, 4621.0, 4671.0, 4622.0, 4671.0, 4631.0, 4654.0, 4662.0, 4644.0, 4693.0, 4652.0, 4681.0, 4632.0, 4680.0, 4632.0, 4681.0, 4630.0, 4661.0, 4631.0, 4652.0, 4690.0, 4654.0, 4693.0, 4663.0, 4681.0, 4607.0, 4622.0, 4652.0, 4640.0, 4652.0, 4633.0, 4664.0, 4633.0, 4662.0, 4671.0, 4650.0, 4678.0, 4670.0, 4679.0, 4650.0, 4628.0, 4649.0, 4666.0, 4661.0, 4678.0, 4648.0, 4654.0, 4636.0, 4614.0, 4635.0, 4624.0, 4647.0, 4626.0, 4605.0, 4636.0, 4615.0, 4606.0, 4647.0, 4639.0, 4699.0, 4670.0, 4619.0, 4637.0, 4630.0, 4681.0, 4640.0, 4640.0, 4648.0, 4629.0, 4670.0, 4661.0, 4642.0, 4658.0, 4638.0, 4657.0, 4627.0, 4627.0, 4648.0, 4624.0, 4665.0, 4627.0, 4637.0, 4639.0, 4628.0, 4648.0, 4627.0, 4667.0, 4629.0, 4627.0, 4629.0, 4639.0, 4638.0, 4617.0, 4636.0, 4628.0, 4636.0, 4627.0, 4627.0, 4614.0, 4634.0, 4626.0, 4635.0, 4625.0, 4617.0, 4626.0, 4626.0, 4626.0, 4637.0, 4627.0, 4629.0, 4636.0, 4626.0, 4627.0, 4649.0, 4628.0, 4629.0, 4658.0, 4629.0, 4678.0, 4630.0, 4679.0, 4630.0, 4667.0, 4630.0, 4668.0, 4630.0, 4668.0, 4631.0, 4659.0, 4645.0, 4663.0, 4666.0, 4653.0, 4653.0, 4654.0, 4652.0, 4649.0, 4631.0, 4696.0, 4686.0, 4685.0, 4664.0, 4632.0, 4650.0, 4632.0, 4672.0, 4631.0, 4663.0, 4681.0, 4671.0, 4661.0, 4661.0, 4677.0, 4667.0, 4676.0, 4646.0, 4662.0, 4620.0, 4659.0, 4599.0, 4648.0, 4586.0, 4625.0, 4575.0, 4605.0, 4576.0, 4603.0, 4564.0, 4595.0, 4574.0, 4587.0, 4577.0, 4598.0, 4588.0, 4610.0, 4588.0, 4600.0, 4590.0, 4612.0, 4614.0, 4645.0, 4615.0, 4665.0, 4638.0, 4647.0, 4619.0, 4618.0, 4639.0, 4669.0, 4637.0, 4685.0, 4626.0, 4663.0, 4603.0, 4641.0, 4641.0, 4612.0, 4649.0, 4589.0, 4631.0, 4590.0, 4601.0, 4651.0, 4591.0, 4640.0, 4604.0, 4602.0, 4602.0, 4615.0, 4616.0, 4617.0, 4654.0, 4620.0, 4669.0, 4609.0, 4629.0, 4619.0, 4631.0, 4679.0, 4632.0, 4662.0, 4619.0, 4632.0, 4651.0, 4632.0, 4680.0, 4631.0, 4662.0, 4622.0, 4643.0, 4651.0, 4622.0, 4681.0, 4634.0, 4674.0, 4632.0, 4644.0, 4663.0, 4636.0, 4693.0, 4635.0, 4673.0, 4635.0, 4656.0, 4662.0, 4635.0, 4692.0, 4625.0, 4664.0, 4634.0, 4655.0, 4633.0, 4634.0, 4622.0, 4635.0, 4684.0, 4645.0, 4696.0, 4661.0, 4696.0, 4657.0, 4672.0, 4665.0, 4643.0, 4652.0, 4643.0, 4653.0, 4642.0, 4684.0, 4644.0, 4665.0, 4702.0, 4640.0, 4671.0, 4629.0, 4670.0, 4637.0, 4618.0, 4665.0, 4615.0, 4656.0, 4615.0, 4637.0, 4625.0, 4605.0, 4653.0, 4616.0, 4655.0, 4616.0, 4635.0, 4615.0, 4624.0, 4615.0, 4627.0, 4628.0, 4660.0, 4631.0, 4652.0, 4632.0, 4652.0, 4629.0, 4663.0, 4632.0, 4632.0, 4690.0, 4632.0, 4672.0, 4619.0, 4657.0, 4631.0, 4650.0, 4610.0, 4640.0, 4677.0, 4630.0, 4675.0, 4617.0, 4645.0, 4606.0, 4638.0, 4607.0, 4627.0, 4607.0, 4616.0, 4607.0, 4618.0, 4657.0, 4630.0, 4680.0, 4635.0, 4660.0, 4631.0, 4650.0, 4629.0, 4642.0, 4662.0, 4653.0, 4642.0, 4655.0, 4646.0, 4673.0, 4653.0, 4530.0, 4670.0, 4642.0, 4669.0, 4640.0, 4684.0, 4627.0, 4653.0, 4645.0, 4644.0, 4676.0, 4617.0, 4640.0, 4613.0, 4612.0, 4644.0, 4624.0, 4652.0, 4624.0, 4654.0, 4624.0, 4662.0, 4633.0, 4684.0, 4624.0, 4594.0, 4613.0, 4603.0, 4654.0, 4625.0, 4645.0, 4616.0, 4665.0, 4638.0, 4678.0, 4639.0, 4649.0, 4639.0, 4627.0, 4649.0, 4663.0, 4672.0, 4641.0, 4659.0, 4618.0, 4658.0, 4629.0, 4670.0, 4628.0, 4661.0, 4641.0, 4659.0, 4628.0, 4657.0, 4629.0, 4648.0, 4641.0, 4641.0, 4630.0, 4641.0, 4679.0, 4639.0, 4679.0, 4630.0, 4668.0, 4627.0, 4639.0, 4628.0, 4629.0, 4668.0, 4640.0, 4669.0, 4628.0, 4651.0, 4649.0, 4631.0, 4680.0, 4633.0, 4670.0, 4630.0, 4652.0, 4629.0, 4640.0, 4630.0, 4631.0, 4628.0, 4642.0, 4642.0, 4643.0, 4665.0, 4656.0, 4643.0, 4636.0, 4694.0, 4645.0, 4685.0, 4643.0, 4654.0, 4632.0, 4632.0, 4680.0, 4633.0, 4680.0, 4629.0, 4640.0, 4619.0, 4630.0, 4672.0, 4656.0, 4680.0, 4643.0, 4631.0, 4638.0, 4658.0, 4660.0, 4655.0, 4644.0, 4642.0, 4610.0, 4659.0, 4667.0, 4680.0, 4657.0, 4703.0, 4662.0, 4672.0, 4631.0, 4638.0, 4626.0, 4629.0, 4670.0, 4651.0, 4687.0, 4648.0, 4688.0, 4666.0, 4626.0, 4645.0, 4603.0, 4655.0, 4624.0, 4675.0, 4614.0, 4655.0, 4614.0, 4653.0, 4602.0, 4632.0, 4611.0, 4621.0, 4611.0, 4612.0, 4611.0, 4623.0, 4613.0, 4635.0, 4626.0, 4626.0], 'WindowWidth': [10335.0, 10350.0, 10293.0, 10307.0, 10251.0, 10294.0, 10241.0, 10292.0, 10233.0, 10272.0, 10220.0, 10259.0, 10197.0, 10241.0, 10265.0, 10221.0, 10243.0, 10169.0, 10197.0, 10157.0, 10195.0, 10156.0, 10184.0, 10161.0, 10181.0, 10215.0, 10179.0, 10200.0, 10177.0, 10198.0, 10177.0, 10250.0, 10219.0, 10198.0, 10182.0, 10175.0, 10166.0, 10214.0, 10196.0, 10209.0, 10199.0, 10234.0, 10183.0, 10234.0, 10194.0, 10231.0, 10181.0, 10231.0, 10162.0, 10216.0, 10157.0, 10209.0, 10139.0, 10164.0, 10134.0, 10155.0, 10139.0, 10178.0, 10139.0, 10155.0, 10181.0, 10141.0, 10221.0, 10160.0, 10222.0, 10158.0, 10192.0, 10155.0, 10192.0, 10153.0, 10195.0, 10153.0, 10182.0, 10138.0, 10170.0, 10178.0, 10151.0, 10218.0, 10151.0, 10209.0, 10134.0, 10163.0, 10139.0, 10153.0, 10138.0, 10147.0, 10158.0, 10162.0, 10205.0, 10169.0, 10205.0, 10180.0, 10214.0, 10167.0, 10200.0, 10251.0, 10179.0, 10214.0, 10163.0, 10201.0, 10157.0, 10194.0, 10187.0, 10176.0, 10217.0, 10164.0, 10211.0, 10167.0, 10206.0, 10165.0, 10207.0, 10164.0, 10199.0, 10194.0, 10198.0, 10251.0, 10185.0, 10244.0, 10181.0, 10234.0, 10167.0, 10223.0, 10188.0, 10177.0, 10238.0, 10172.0, 10215.0, 10126.0, 10181.0, 10123.0, 10153.0, 10201.0, 10137.0, 10198.0, 10135.0, 10174.0, 10118.0, 10137.0, 10119.0, 10156.0, 10195.0, 10163.0, 10220.0, 10159.0, 10212.0, 10150.0, 10172.0, 10163.0, 10190.0, 10186.0, 10198.0, 10193.0, 10215.0, 10192.0, 10259.0, 10232.0, 10280.0, 10193.0, 10231.0, 10188.0, 10245.0, 10193.0, 10248.0, 10187.0, 10245.0, 10266.0, 10223.0, 10248.0, 10177.0, 10216.0, 10156.0, 10218.0, 10194.0, 10170.0, 10234.0, 10151.0, 10205.0, 10117.0, 10175.0, 10154.0, 10130.0, 10192.0, 10115.0, 10170.0, 10118.0, 10155.0, 10116.0, 10134.0, 10209.0, 10134.0, 10205.0, 10149.0, 10175.0, 10117.0, 10148.0, 10120.0, 10133.0, 10213.0, 10171.0, 10215.0, 10159.0, 10181.0, 10165.0, 10179.0, 10183.0, 10194.0, 10214.0, 10203.0, 10229.0, 10200.0, 10256.0, 10181.0, 10219.0, 10145.0, 10188.0, 10238.0, 10169.0, 10217.0, 10151.0, 10190.0, 10136.0, 10179.0, 10139.0, 10163.0, 10121.0, 10151.0, 10134.0, 10154.0, 10180.0, 10162.0, 10227.0, 10159.0, 10193.0, 10149.0, 10188.0, 10161.0, 10188.0, 10147.0, 10181.0, 10178.0, 10171.0, 10223.0, 10172.0, 10216.0, 10249.0, 10196.0, 10251.0, 10188.0, 10225.0, 10206.0, 10235.0, 10215.0, 10231.0, 10264.0, 10206.0, 10247.0, 10177.0, 10221.0, 10164.0, 10206.0, 10160.0, 10194.0, 10183.0, 10208.0, 10232.0, 10209.0, 10186.0, 10210.0, 10212.0, 10195.0, 10224.0, 10264.0, 10229.0, 10235.0, 10206.0, 10269.0, 10213.0, 10261.0, 10233.0, 10259.0, 10173.0, 10167.0, 10235.0, 10179.0, 10188.0, 10115.0, 10162.0, 10113.0, 10132.0, 10177.0, 10145.0, 10164.0, 10116.0, 10139.0, 10112.0, 10152.0, 10128.0, 10142.0, 10135.0, 10114.0, 10164.0, 10130.0, 10176.0, 10118.0, 10174.0, 10114.0, 10144.0, 10199.0, 10146.0, 10180.0, 10130.0, 10157.0, 10118.0, 10162.0, 10130.0, 10174.0, 10198.0, 10151.0, 10199.0, 10153.0, 10188.0, 10148.0, 10177.0, 10138.0, 10185.0, 10138.0, 10168.0, 10216.0, 10163.0, 10202.0, 10155.0, 10192.0, 10123.0, 10183.0, 10138.0, 10190.0, 10192.0, 10156.0, 10220.0, 10141.0, 10192.0, 10123.0, 10190.0, 10127.0, 10166.0, 10127.0, 10168.0, 10180.0, 10157.0, 10219.0, 10169.0, 10194.0, 10176.0, 10171.0, 10162.0, 10212.0, 10164.0, 10239.0, 10179.0, 10244.0, 10163.0, 10214.0, 10143.0, 10213.0, 10146.0, 10190.0, 10196.0, 10158.0, 10238.0, 10173.0, 10206.0, 10158.0, 10207.0, 10147.0, 10215.0, 10149.0, 10216.0, 10161.0, 10196.0, 10206.0, 10184.0, 10247.0, 10192.0, 10228.0, 10164.0, 10227.0, 10164.0, 10230.0, 10159.0, 10203.0, 10161.0, 10190.0, 10241.0, 10196.0, 10248.0, 10206.0, 10226.0, 10118.0, 10150.0, 10191.0, 10173.0, 10186.0, 10165.0, 10210.0, 10166.0, 10207.0, 10216.0, 10186.0, 10224.0, 10214.0, 10226.0, 10192.0, 10157.0, 10184.0, 10202.0, 10202.0, 10220.0, 10179.0, 10181.0, 10161.0, 10129.0, 10157.0, 10142.0, 10177.0, 10150.0, 10119.0, 10161.0, 10132.0, 10120.0, 10178.0, 10167.0, 10253.0, 10215.0, 10138.0, 10165.0, 10158.0, 10227.0, 10171.0, 10169.0, 10177.0, 10155.0, 10212.0, 10202.0, 10177.0, 10195.0, 10166.0, 10190.0, 10151.0, 10149.0, 10180.0, 10142.0, 10198.0, 10148.0, 10163.0, 10168.0, 10150.0, 10177.0, 10149.0, 10202.0, 10155.0, 10151.0, 10155.0, 10166.0, 10165.0, 10133.0, 10162.0, 10151.0, 10161.0, 10147.0, 10147.0, 10126.0, 10156.0, 10145.0, 10158.0, 10143.0, 10135.0, 10144.0, 10146.0, 10143.0, 10162.0, 10147.0, 10154.0, 10161.0, 10149.0, 10149.0, 10182.0, 10152.0, 10155.0, 10192.0, 10154.0, 10219.0, 10157.0, 10221.0, 10158.0, 10203.0, 10155.0, 10205.0, 10156.0, 10207.0, 10160.0, 10195.0, 10187.0, 10209.0, 10220.0, 10196.0, 10196.0, 10202.0, 10197.0, 10189.0, 10161.0, 10259.0, 10244.0, 10241.0, 10211.0, 10167.0, 10185.0, 10162.0, 10220.0, 10158.0, 10205.0, 10231.0, 10218.0, 10202.0, 10200.0, 10219.0, 10204.0, 10213.0, 10172.0, 10188.0, 10129.0, 10179.0, 10093.0, 10160.0, 10073.0, 10122.0, 10054.0, 10094.0, 10058.0, 10091.0, 10040.0, 10084.0, 10055.0, 10078.0, 10063.0, 10096.0, 10080.0, 10114.0, 10083.0, 10100.0, 10088.0, 10122.0, 10128.0, 10170.0, 10128.0, 10195.0, 10163.0, 10174.0, 10140.0, 10137.0, 10166.0, 10209.0, 10162.0, 10225.0, 10142.0, 10192.0, 10105.0, 10157.0, 10155.0, 10116.0, 10163.0, 10083.0, 10142.0, 10084.0, 10103.0, 10168.0, 10089.0, 10152.0, 10112.0, 10105.0, 10106.0, 10128.0, 10129.0, 10134.0, 10180.0, 10141.0, 10207.0, 10126.0, 10153.0, 10138.0, 10160.0, 10220.0, 10160.0, 10202.0, 10140.0, 10162.0, 10183.0, 10160.0, 10224.0, 10159.0, 10202.0, 10147.0, 10177.0, 10185.0, 10148.0, 10226.0, 10166.0, 10222.0, 10165.0, 10182.0, 10207.0, 10173.0, 10247.0, 10169.0, 10219.0, 10168.0, 10199.0, 10202.0, 10167.0, 10242.0, 10155.0, 10206.0, 10167.0, 10197.0, 10165.0, 10166.0, 10149.0, 10171.0, 10236.0, 10184.0, 10257.0, 10216.0, 10259.0, 10207.0, 10218.0, 10214.0, 10179.0, 10190.0, 10177.0, 10195.0, 10178.0, 10237.0, 10181.0, 10213.0, 10259.0, 10170.0, 10212.0, 10149.0, 10209.0, 10159.0, 10134.0, 10193.0, 10126.0, 10183.0, 10125.0, 10157.0, 10140.0, 10112.0, 10174.0, 10128.0, 10182.0, 10132.0, 10155.0, 10126.0, 10139.0, 10128.0, 10149.0, 10150.0, 10196.0, 10158.0, 10190.0, 10161.0, 10189.0, 10155.0, 10205.0, 10160.0, 10160.0, 10238.0, 10160.0, 10214.0, 10139.0, 10189.0, 10159.0, 10184.0, 10128.0, 10167.0, 10215.0, 10155.0, 10209.0, 10134.0, 10168.0, 10115.0, 10161.0, 10117.0, 10145.0, 10117.0, 10129.0, 10119.0, 10137.0, 10188.0, 10156.0, 10222.0, 10174.0, 10201.0, 10160.0, 10184.0, 10154.0, 10181.0, 10204.0, 10195.0, 10180.0, 10199.0, 10190.0, 10223.0, 10194.0, 9957.0, 10236.0, 10180.0, 10211.0, 10169.0, 10226.0, 10150.0, 10180.0, 10174.0, 10171.0, 10219.0, 10134.0, 10160.0, 10125.0, 10123.0, 10170.0, 10144.0, 10179.0, 10144.0, 10186.0, 10143.0, 10193.0, 10155.0, 10225.0, 10143.0, 10099.0, 10125.0, 10111.0, 10183.0, 10146.0, 10173.0, 10134.0, 10199.0, 10166.0, 10221.0, 10170.0, 10183.0, 10172.0, 10151.0, 10184.0, 10208.0, 10220.0, 10175.0, 10196.0, 10136.0, 10193.0, 10151.0, 10212.0, 10152.0, 10201.0, 10173.0, 10197.0, 10149.0, 10191.0, 10153.0, 10180.0, 10171.0, 10174.0, 10155.0, 10173.0, 10223.0, 10168.0, 10222.0, 10155.0, 10208.0, 10149.0, 10169.0, 10151.0, 10154.0, 10207.0, 10171.0, 10210.0, 10153.0, 10187.0, 10181.0, 10160.0, 10224.0, 10165.0, 10211.0, 10158.0, 10190.0, 10157.0, 10171.0, 10156.0, 10159.0, 10154.0, 10178.0, 10179.0, 10182.0, 10217.0, 10207.0, 10183.0, 10175.0, 10252.0, 10188.0, 10242.0, 10180.0, 10197.0, 10164.0, 10166.0, 10229.0, 10165.0, 10228.0, 10154.0, 10171.0, 10141.0, 10158.0, 10218.0, 10205.0, 10229.0, 10180.0, 10161.0, 10166.0, 10208.0, 10213.0, 10198.0, 10177.0, 10177.0, 10114.0, 10198.0, 10223.0, 10248.0, 10210.0, 10270.0, 10210.0, 10219.0, 10163.0, 10165.0, 10151.0, 10160.0, 10217.0, 10192.0, 10237.0, 10179.0, 10236.0, 10201.0, 10146.0, 10172.0, 10111.0, 10185.0, 10140.0, 10213.0, 10128.0, 10185.0, 10125.0, 10179.0, 10104.0, 10146.0, 10118.0, 10133.0, 10117.0, 10123.0, 10120.0, 10139.0, 10128.0, 10160.0, 10147.0, 10148.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.004516605293440737</td></tr>
<tr><td colspan=3>aqi</td><td>0.05132611334867663</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.916371538940105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.13938701955069</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0169054562903224</td></tr>
<tr><td colspan=3>efc</td><td>0.5162</td></tr>
<tr><td colspan=3>fber</td><td>3082.811</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13787568455859578</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.614499424626008</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563588561250901</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39338612475541</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.828127750753998</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4692518082432957</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019863110035657883</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025031782686710358</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.923834254143457</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>18.8858</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.0165</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>262.8842</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292671.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>465.9649</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.524</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3788.9695</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.5628</td></tr>
<tr><td colspan=3>tsnr</td><td>28.654408072587103</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>