ds005256-mriqc/sub-0016_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter aba5ac81ab [DATALAD RUNCMD] Compute MRIQC for sub-0016
=== 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-0016 --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-0016",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:54 +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-0016_ses-01_task-social_acq-mb8_run-01_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-0016_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-01_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-0016/ses-01/func/sub-0016_ses-01_task-social_acq-mb8_run-01_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>9876a0a052ee33af3a334573ee43f41e</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:05:55.547500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999195, 0.0345594, 0.0203874, -0.0341943, 0.999253, -0.0179911]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0948973</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7771, -7220, 630, -71, -195, -45, 65]</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>234.206</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>98dc3022-8c76-4110-83ff-22af4ad77e0c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807663440704346, -0.09174078702926636, 0.0566834956407547, 112.67286682128906], [-0.09272021800279617, 2.6809234619140625, -0.04665457829833031, -85.2993392944336], [0.05469777435064316, 0.048268791288137436, 2.6990015506744385, -60.25336837768555], [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': ['130555.547500', '130556.007500', '130556.467500', '130556.927500', '130557.387500', '130557.847500', '130558.307500', '130558.767500', '130559.227500', '130559.687500', '130600.147500', '130600.607500', '130601.067500', '130601.527500', '130601.987500', '130602.447500', '130602.907500', '130603.367500', '130603.827500', '130604.287500', '130604.747500', '130605.207500', '130605.667500', '130606.127500', '130606.587500', '130607.047500', '130607.507500', '130607.967500', '130608.427500', '130608.887500', '130609.347500', '130609.807500', '130610.267500', '130610.727500', '130611.187500', '130611.647500', '130612.107500', '130612.567500', '130613.027500', '130613.487500', '130613.947500', '130614.407500', '130614.867500', '130615.327500', '130615.787500', '130616.247500', '130616.707500', '130617.167500', '130617.627500', '130618.087500', '130618.547500', '130619.007500', '130619.467500', '130619.927500', '130620.387500', '130620.847500', '130621.307500', '130621.767500', '130622.227500', '130622.687500', '130623.147500', '130623.607500', '130624.067500', '130624.527500', '130624.987500', '130625.447500', '130625.907500', '130626.367500', '130626.827500', '130627.287500', '130627.747500', '130628.207500', '130628.667500', '130629.127500', '130629.587500', '130630.047500', '130630.507500', '130630.967500', '130631.427500', '130631.887500', '130632.347500', '130632.807500', '130633.267500', '130633.727500', '130634.187500', '130634.647500', '130635.107500', '130635.567500', '130636.027500', '130636.487500', '130636.947500', '130637.407500', '130637.867500', '130638.327500', '130638.787500', '130639.247500', '130639.707500', '130640.167500', '130640.627500', '130641.087500', '130641.547500', '130642.007500', '130642.467500', '130642.927500', '130643.387500', '130643.847500', '130644.307500', '130644.767500', '130645.227500', '130645.687500', '130646.147500', '130646.607500', '130647.067500', '130647.527500', '130647.987500', '130648.447500', '130648.907500', '130649.367500', '130649.827500', '130650.287500', '130650.747500', '130651.207500', '130651.667500', '130652.127500', '130652.587500', '130653.047500', '130653.507500', '130653.967500', '130654.427500', '130654.887500', '130655.347500', '130655.807500', '130656.267500', '130656.727500', '130657.187500', '130657.647500', '130658.107500', '130658.567500', '130659.027500', '130659.487500', '130659.947500', '130700.407500', '130700.867500', '130701.327500', '130701.787500', '130702.247500', '130702.707500', '130703.167500', '130703.627500', '130704.087500', '130704.547500', '130705.007500', '130705.467500', '130705.927500', '130706.387500', '130706.847500', '130707.307500', '130707.767500', '130708.227500', '130708.687500', '130709.147500', '130709.607500', '130710.067500', '130710.527500', '130710.987500', '130711.447500', '130711.907500', '130712.367500', '130712.827500', '130713.287500', '130713.747500', '130714.207500', '130714.667500', '130715.127500', '130715.587500', '130716.047500', '130716.507500', '130716.967500', '130717.427500', '130717.887500', '130718.347500', '130718.807500', '130719.267500', '130719.727500', '130720.187500', '130720.647500', '130721.107500', '130721.567500', '130722.027500', '130722.487500', '130722.947500', '130723.407500', '130723.867500', '130724.327500', '130724.787500', '130725.247500', '130725.707500', '130726.167500', '130726.627500', '130727.087500', '130727.547500', '130728.007500', '130728.467500', '130728.927500', '130729.387500', '130729.847500', '130730.307500', '130730.767500', '130731.227500', '130731.687500', '130732.147500', '130732.607500', '130733.067500', '130733.527500', '130733.987500', '130734.447500', '130734.907500', '130735.367500', '130735.827500', '130736.287500', '130736.747500', '130737.207500', '130737.667500', '130738.127500', '130738.587500', '130739.047500', '130739.507500', '130739.967500', '130740.427500', '130740.887500', '130741.347500', '130741.807500', '130742.267500', '130742.727500', '130743.187500', '130743.647500', '130744.107500', '130744.567500', '130745.027500', '130745.487500', '130745.947500', '130746.407500', '130746.867500', '130747.327500', '130747.787500', '130748.247500', '130748.707500', '130749.167500', '130749.627500', '130750.087500', '130750.547500', '130751.007500', '130751.467500', '130751.927500', '130752.387500', '130752.847500', '130753.307500', '130753.767500', '130754.227500', '130754.687500', '130755.147500', '130755.607500', '130756.067500', '130756.527500', '130756.987500', '130757.447500', '130757.907500', '130758.367500', '130758.827500', '130759.287500', '130759.747500', '130800.207500', '130800.667500', '130801.127500', '130801.587500', '130802.047500', '130802.507500', '130802.967500', '130803.427500', '130803.887500', '130804.347500', '130804.807500', '130805.267500', '130805.727500', '130806.187500', '130806.647500', '130807.107500', '130807.567500', '130808.027500', '130808.487500', '130808.947500', '130809.407500', '130809.867500', '130810.327500', '130810.787500', '130811.247500', '130811.707500', '130812.167500', '130812.627500', '130813.087500', '130813.547500', '130814.007500', '130814.467500', '130814.927500', '130815.387500', '130815.847500', '130816.307500', '130816.767500', '130817.227500', '130817.687500', '130818.147500', '130818.607500', '130819.067500', '130819.527500', '130819.987500', '130820.447500', '130820.907500', '130821.367500', '130821.827500', '130822.287500', '130822.747500', '130823.207500', '130823.667500', '130824.127500', '130824.587500', '130825.047500', '130825.507500', '130825.967500', '130826.427500', '130826.887500', '130827.347500', '130827.807500', '130828.267500', '130828.727500', '130829.187500', '130829.647500', '130830.107500', '130830.567500', '130831.027500', '130831.487500', '130831.947500', '130832.407500', '130832.867500', '130833.327500', '130833.787500', '130834.247500', '130834.707500', '130835.167500', '130835.627500', '130836.087500', '130836.547500', '130837.007500', '130837.467500', '130837.927500', '130838.387500', '130838.847500', '130839.307500', '130839.767500', '130840.227500', '130840.687500', '130841.147500', '130841.607500', '130842.067500', '130842.527500', '130842.987500', '130843.447500', '130843.907500', '130844.367500', '130844.827500', '130845.287500', '130845.747500', '130846.207500', '130846.667500', '130847.127500', '130847.587500', '130848.047500', '130848.507500', '130848.967500', '130849.427500', '130849.887500', '130850.347500', '130850.807500', '130851.267500', '130851.727500', '130852.187500', '130852.647500', '130853.107500', '130853.567500', '130854.027500', '130854.487500', '130854.947500', '130855.407500', '130855.867500', '130856.327500', '130856.787500', '130857.247500', '130857.707500', '130858.167500', '130858.627500', '130859.087500', '130859.547500', '130900.007500', '130900.467500', '130900.927500', '130901.387500', '130901.847500', '130902.307500', '130902.767500', '130903.227500', '130903.687500', '130904.147500', '130904.607500', '130905.067500', '130905.527500', '130905.987500', '130906.447500', '130906.907500', '130907.367500', '130907.827500', '130908.287500', '130908.747500', '130909.207500', '130909.667500', '130910.127500', '130910.587500', '130911.047500', '130911.507500', '130911.967500', '130912.427500', '130912.887500', '130913.347500', '130913.807500', '130914.267500', '130914.727500', '130915.187500', '130915.647500', '130916.107500', '130916.567500', '130917.027500', '130917.487500', '130917.947500', '130918.407500', '130918.867500', '130919.327500', '130919.787500', '130920.247500', '130920.707500', '130921.167500', '130921.627500', '130922.087500', '130922.547500', '130923.007500', '130923.467500', '130923.927500', '130924.387500', '130924.847500', '130925.307500', '130925.767500', '130926.227500', '130926.687500', '130927.147500', '130927.607500', '130928.067500', '130928.527500', '130928.987500', '130929.447500', '130929.907500', '130930.367500', '130930.827500', '130931.287500', '130931.747500', '130932.207500', '130932.667500', '130933.127500', '130933.587500', '130934.047500', '130934.507500', '130934.967500', '130935.427500', '130935.887500', '130936.347500', '130936.807500', '130937.267500', '130937.727500', '130938.187500', '130938.647500', '130939.107500', '130939.567500', '130940.027500', '130940.487500', '130940.947500', '130941.407500', '130941.867500', '130942.327500', '130942.787500', '130943.247500', '130943.707500', '130944.167500', '130944.627500', '130945.087500', '130945.547500', '130946.007500', '130946.467500', '130946.927500', '130947.387500', '130947.847500', '130948.307500', '130948.767500', '130949.227500', '130949.687500', '130950.147500', '130950.607500', '130951.067500', '130951.527500', '130951.987500', '130952.447500', '130952.907500', '130953.367500', '130953.827500', '130954.287500', '130954.747500', '130955.207500', '130955.667500', '130956.127500', '130956.587500', '130957.047500', '130957.507500', '130957.967500', '130958.427500', '130958.887500', '130959.347500', '130959.807500', '131000.267500', '131000.727500', '131001.187500', '131001.647500', '131002.107500', '131002.567500', '131003.027500', '131003.487500', '131003.947500', '131004.407500', '131004.867500', '131005.327500', '131005.787500', '131006.247500', '131006.707500', '131007.167500', '131007.627500', '131008.087500', '131008.547500', '131009.007500', '131009.467500', '131009.927500', '131010.387500', '131010.847500', '131011.307500', '131011.767500', '131012.227500', '131012.687500', '131013.147500', '131013.607500', '131014.067500', '131014.527500', '131014.987500', '131015.447500', '131015.907500', '131016.367500', '131016.827500', '131017.287500', '131017.747500', '131018.207500', '131018.667500', '131019.127500', '131019.587500', '131020.047500', '131020.507500', '131020.967500', '131021.427500', '131021.887500', '131022.347500', '131022.807500', '131023.267500', '131023.727500', '131024.187500', '131024.647500', '131025.107500', '131025.567500', '131026.027500', '131026.487500', '131026.947500', '131027.407500', '131027.867500', '131028.327500', '131028.787500', '131029.247500', '131029.707500', '131030.167500', '131030.627500', '131031.087500', '131031.547500', '131032.007500', '131032.467500', '131032.927500', '131033.387500', '131033.847500', '131034.307500', '131034.767500', '131035.227500', '131035.687500', '131036.147500', '131036.607500', '131037.067500', '131037.527500', '131037.987500', '131038.447500', '131038.907500', '131039.367500', '131039.827500', '131040.287500', '131040.747500', '131041.207500', '131041.667500', '131042.127500', '131042.587500', '131043.047500', '131043.507500', '131043.967500', '131044.427500', '131044.887500', '131045.347500', '131045.807500', '131046.267500', '131046.727500', '131047.187500', '131047.647500', '131048.107500', '131048.567500', '131049.027500', '131049.487500', '131049.947500', '131050.407500', '131050.867500', '131051.327500', '131051.787500', '131052.247500', '131052.707500', '131053.167500', '131053.627500', '131054.087500', '131054.547500', '131055.007500', '131055.467500', '131055.927500', '131056.387500', '131056.847500', '131057.307500', '131057.767500', '131058.227500', '131058.687500', '131059.147500', '131059.607500', '131100.067500', '131100.527500', '131100.987500', '131101.447500', '131101.907500', '131102.367500', '131102.827500', '131103.287500', '131103.747500', '131104.207500', '131104.667500', '131105.127500', '131105.587500', '131106.047500', '131106.507500', '131106.967500', '131107.427500', '131107.887500', '131108.347500', '131108.807500', '131109.267500', '131109.727500', '131110.187500', '131110.647500', '131111.107500', '131111.567500', '131112.027500', '131112.487500', '131112.947500', '131113.407500', '131113.867500', '131114.327500', '131114.787500', '131115.247500', '131115.707500', '131116.167500', '131116.627500', '131117.087500', '131117.547500', '131118.007500', '131118.467500', '131118.927500', '131119.387500', '131119.847500', '131120.307500', '131120.767500', '131121.227500', '131121.687500', '131122.147500', '131122.607500', '131123.067500', '131123.527500', '131123.987500', '131124.447500', '131124.907500', '131125.367500', '131125.827500', '131126.287500', '131126.747500', '131127.207500', '131127.667500', '131128.127500', '131128.587500', '131129.047500', '131129.507500', '131129.967500', '131130.427500', '131130.887500', '131131.347500', '131131.807500', '131132.267500', '131132.727500', '131133.187500', '131133.647500', '131134.107500', '131134.567500', '131135.027500', '131135.487500', '131135.947500', '131136.407500', '131136.867500', '131137.327500', '131137.787500', '131138.247500', '131138.707500', '131139.167500', '131139.627500', '131140.087500', '131140.547500', '131141.007500', '131141.467500', '131141.927500', '131142.387500', '131142.847500', '131143.307500', '131143.767500', '131144.227500', '131144.687500', '131145.147500', '131145.607500', '131146.067500', '131146.527500', '131146.987500', '131147.447500', '131147.907500', '131148.367500', '131148.827500', '131149.287500', '131149.747500', '131150.207500', '131150.667500', '131151.127500', '131151.587500', '131152.047500', '131152.507500', '131152.967500', '131153.427500', '131153.887500', '131154.347500', '131154.807500', '131155.267500', '131155.727500', '131156.187500', '131156.647500', '131157.107500', '131157.567500', '131158.027500', '131158.487500', '131158.947500', '131159.407500', '131159.867500', '131200.327500', '131200.787500', '131201.247500', '131201.707500', '131202.167500', '131202.627500', '131203.087500', '131203.547500', '131204.007500', '131204.467500', '131204.927500', '131205.387500', '131205.847500', '131206.307500', '131206.767500', '131207.227500', '131207.687500', '131208.147500', '131208.607500', '131209.067500', '131209.527500', '131209.987500', '131210.447500', '131210.907500', '131211.367500', '131211.827500', '131212.287500', '131212.747500', '131213.207500', '131213.667500', '131214.127500', '131214.587500', '131215.047500', '131215.507500', '131215.967500', '131216.427500', '131216.887500', '131217.347500', '131217.807500', '131218.267500', '131218.727500', '131219.187500', '131219.647500', '131220.107500', '131220.567500', '131221.027500', '131221.487500', '131221.947500', '131222.407500', '131222.867500', '131223.327500', '131223.787500', '131224.247500', '131224.707500', '131225.167500', '131225.627500', '131226.087500', '131226.547500', '131227.007500', '131227.467500', '131227.927500', '131228.387500', '131228.847500', '131229.307500', '131229.767500', '131230.227500', '131230.687500', '131231.147500', '131231.607500', '131232.067500', '131232.527500', '131232.987500', '131233.447500', '131233.907500', '131234.367500', '131234.827500', '131235.287500', '131235.747500', '131236.207500'], 'ContentTime': ['130612.946000', '130612.950000', '130612.953000', '130612.956000', '130612.958000', '130612.961000', '130612.964000', '130612.967000', '130612.969000', '130612.972000', '130612.975000', '130612.978000', '130612.980000', '130612.983000', '130612.986000', '130612.989000', '130612.992000', '130612.995000', '130613.002000', '130613.005000', '130613.007000', '130613.010000', '130613.013000', '130613.016000', '130613.019000', '130613.021000', '130613.024000', '130613.027000', '130613.030000', '130613.032000', '130613.035000', '130613.038000', '130613.041000', '130613.056000', '130613.059000', '130613.062000', '130632.917000', '130632.920000', '130632.923000', '130632.925000', '130632.928000', '130632.933000', '130632.935000', '130632.938000', '130632.941000', '130632.943000', '130632.946000', '130632.949000', '130632.952000', '130632.955000', '130632.957000', '130632.960000', '130632.963000', '130632.966000', '130632.969000', '130632.972000', '130632.974000', '130632.977000', '130632.980000', '130632.983000', '130632.985000', '130632.988000', '130632.991000', '130632.994000', '130632.997000', '130633.000000', '130633.003000', '130633.006000', '130633.009000', '130633.012000', '130633.014000', '130633.017000', '130633.020000', '130633.023000', '130633.025000', '130633.028000', '130633.031000', '130633.034000', '130633.036000', '130652.917000', '130652.920000', '130652.922000', '130652.925000', '130652.928000', '130652.931000', '130652.933000', '130652.936000', '130652.939000', '130652.942000', '130652.944000', '130652.947000', '130652.950000', '130652.953000', '130652.955000', '130652.958000', '130652.961000', '130652.964000', '130652.966000', '130652.969000', '130652.972000', '130652.975000', '130652.978000', '130652.980000', '130652.983000', '130652.986000', '130652.989000', '130652.991000', '130652.994000', '130652.997000', '130653.001000', '130653.004000', '130653.006000', '130653.009000', '130653.012000', '130653.015000', '130653.017000', '130653.020000', '130653.023000', '130653.026000', '130653.028000', '130653.031000', '130653.034000', '130653.037000', '130712.917000', '130712.920000', '130712.923000', '130712.925000', '130712.928000', '130712.931000', '130712.934000', '130712.937000', '130712.940000', '130712.944000', '130712.948000', '130712.951000', '130712.953000', '130712.956000', '130712.959000', '130712.962000', '130712.964000', '130712.967000', '130712.970000', '130712.973000', '130712.976000', '130712.978000', '130712.981000', '130712.984000', '130712.987000', '130712.989000', '130712.992000', '130712.995000', '130712.998000', '130713.001000', '130713.004000', '130713.007000', '130713.010000', '130713.013000', '130713.015000', '130713.018000', '130713.021000', '130713.024000', '130713.026000', '130713.029000', '130713.032000', '130713.035000', '130713.038000', '130732.917000', '130732.920000', '130732.922000', '130732.925000', '130732.928000', '130732.931000', '130732.934000', '130732.936000', '130732.939000', '130732.942000', '130732.945000', '130732.947000', '130732.950000', '130732.953000', '130732.956000', '130732.958000', '130732.961000', '130732.981000', '130732.984000', '130732.987000', '130732.989000', '130732.992000', '130732.995000', '130732.998000', '130733.001000', '130733.004000', '130733.007000', '130733.010000', '130733.012000', '130733.015000', '130733.018000', '130733.021000', '130733.024000', '130733.027000', '130733.030000', '130733.033000', '130733.035000', '130733.038000', '130733.041000', '130733.044000', '130733.047000', '130733.049000', '130733.052000', '130733.055000', '130752.918000', '130752.921000', '130752.924000', '130752.926000', '130752.929000', '130752.932000', '130752.935000', '130752.938000', '130752.940000', '130752.943000', '130752.946000', '130752.949000', '130752.951000', '130752.954000', '130752.957000', '130752.960000', '130752.962000', '130752.965000', '130752.968000', '130752.971000', '130752.973000', '130752.976000', '130752.979000', '130752.982000', '130752.986000', '130752.990000', '130752.993000', '130752.996000', '130753.000000', '130753.002000', '130753.005000', '130753.008000', '130753.011000', '130753.014000', '130753.016000', '130753.019000', '130753.022000', '130753.025000', '130753.027000', '130753.030000', '130753.033000', '130753.035000', '130753.038000', '130812.917000', '130812.920000', '130812.922000', '130812.925000', '130812.928000', '130812.931000', '130812.934000', '130812.936000', '130812.939000', '130812.942000', '130812.945000', '130812.947000', '130812.950000', '130812.953000', '130812.956000', '130812.959000', '130812.962000', '130812.964000', '130812.967000', '130812.970000', '130812.973000', '130812.975000', '130812.978000', '130812.981000', '130812.984000', '130812.986000', '130812.989000', '130812.992000', '130812.995000', '130812.998000', '130813.001000', '130813.004000', '130813.007000', '130813.010000', '130813.012000', '130813.015000', '130813.018000', '130813.021000', '130813.024000', '130813.026000', '130813.029000', '130813.032000', '130813.035000', '130813.038000', '130832.917000', '130832.921000', '130832.923000', '130832.926000', '130832.929000', '130832.932000', '130832.934000', '130832.937000', '130832.940000', '130832.943000', '130832.946000', '130832.948000', '130832.951000', '130832.954000', '130832.957000', '130832.959000', '130832.962000', '130832.965000', '130832.968000', '130832.971000', '130832.973000', '130832.976000', '130832.980000', '130832.986000', '130832.989000', '130832.991000', '130832.994000', '130832.997000', '130833.001000', '130833.004000', '130833.006000', '130833.009000', '130833.012000', '130833.015000', '130833.017000', '130833.020000', '130833.023000', '130833.026000', '130833.028000', '130833.031000', '130833.034000', '130833.037000', '130833.039000', '130852.917000', '130852.920000', '130852.923000', '130852.925000', '130852.928000', '130852.931000', '130852.934000', '130852.936000', '130852.939000', '130852.942000', '130852.945000', '130852.947000', '130852.950000', '130852.953000', '130852.956000', '130852.958000', '130852.961000', '130852.964000', '130852.967000', '130852.969000', '130852.972000', '130852.975000', '130852.978000', '130852.981000', '130852.983000', '130852.986000', '130852.989000', '130852.992000', '130852.995000', '130852.997000', '130853.001000', '130853.004000', '130853.007000', '130853.009000', '130853.012000', '130853.015000', '130853.018000', '130853.021000', '130853.023000', '130853.026000', '130853.029000', '130853.032000', '130853.035000', '130853.038000', '130912.917000', '130912.920000', '130912.923000', '130912.925000', '130912.928000', '130912.931000', '130912.934000', '130912.936000', '130912.939000', '130912.942000', '130912.945000', '130912.947000', '130912.960000', '130912.963000', '130912.966000', '130912.968000', '130912.971000', '130912.974000', '130912.977000', '130912.979000', '130912.982000', '130912.985000', '130912.988000', '130912.991000', '130912.993000', '130912.996000', '130913.000000', '130913.003000', '130913.005000', '130913.010000', '130913.014000', '130913.017000', '130913.020000', '130913.023000', '130913.025000', '130913.028000', '130913.031000', '130913.034000', '130913.037000', '130913.039000', '130913.042000', '130913.045000', '130913.048000', '130932.917000', '130932.920000', '130932.923000', '130932.925000', '130932.928000', '130932.931000', '130932.934000', '130932.936000', '130932.939000', '130932.942000', '130932.945000', '130932.947000', '130932.950000', '130932.953000', '130932.956000', '130932.959000', '130932.962000', '130932.964000', '130932.967000', '130932.970000', '130932.973000', '130932.975000', '130932.978000', '130932.981000', '130932.984000', '130932.987000', '130932.990000', '130932.992000', '130932.995000', '130932.998000', '130933.002000', '130933.005000', '130933.007000', '130933.010000', '130933.013000', '130933.016000', '130933.019000', '130933.022000', '130933.024000', '130933.027000', '130933.030000', '130933.033000', '130933.036000', '130933.038000', '130952.917000', '130952.920000', '130952.922000', '130952.925000', '130952.928000', '130952.931000', '130952.934000', '130952.936000', '130952.939000', '130952.942000', '130952.945000', '130952.948000', '130952.950000', '130952.955000', '130952.958000', '130952.960000', '130952.963000', '130952.966000', '130952.969000', '130952.972000', '130952.974000', '130952.977000', '130952.980000', '130952.983000', '130952.985000', '130952.988000', '130952.991000', '130952.994000', '130952.997000', '130953.001000', '130953.003000', '130953.006000', '130953.009000', '130953.012000', '130953.015000', '130953.018000', '130953.021000', '130953.023000', '130953.026000', '130953.029000', '130953.032000', '130953.035000', '130953.037000', '131012.918000', '131012.921000', '131012.924000', '131012.926000', '131012.937000', '131012.940000', '131012.943000', '131012.946000', '131012.948000', '131012.951000', '131012.954000', '131012.957000', '131012.960000', '131012.962000', '131012.965000', '131012.968000', '131012.971000', '131012.974000', '131012.976000', '131012.979000', '131012.982000', '131012.985000', '131012.988000', '131012.991000', '131012.993000', '131012.996000', '131013.000000', '131013.003000', '131013.006000', '131013.009000', '131013.011000', '131013.014000', '131013.017000', '131013.020000', '131013.022000', '131013.025000', '131013.028000', '131013.031000', '131013.034000', '131013.037000', '131013.039000', '131013.042000', '131013.045000', '131013.048000', '131032.917000', '131032.920000', '131032.923000', '131032.925000', '131032.928000', '131032.931000', '131032.934000', '131032.936000', '131032.939000', '131032.942000', '131032.945000', '131032.948000', '131032.950000', '131032.953000', '131032.956000', '131032.959000', '131032.962000', '131032.964000', '131032.967000', '131032.970000', '131032.973000', '131032.975000', '131032.978000', '131032.981000', '131032.984000', '131032.987000', '131032.989000', '131032.992000', '131032.995000', '131032.998000', '131033.001000', '131033.003000', '131033.006000', '131033.009000', '131033.012000', '131033.014000', '131033.017000', '131033.032000', '131033.035000', '131033.038000', '131033.040000', '131033.043000', '131033.046000', '131052.917000', '131052.920000', '131052.923000', '131052.925000', '131052.928000', '131052.931000', '131052.934000', '131052.936000', '131052.939000', '131052.942000', '131052.945000', '131052.948000', '131052.950000', '131052.953000', '131052.956000', '131052.959000', '131052.962000', '131052.964000', '131052.967000', '131052.970000', '131052.973000', '131052.975000', '131052.978000', '131052.981000', '131052.984000', '131052.987000', '131052.990000', '131052.993000', '131052.995000', '131052.998000', '131053.002000', '131053.005000', '131053.007000', '131053.010000', '131053.013000', '131053.016000', '131053.018000', '131053.021000', '131053.024000', '131053.027000', '131053.030000', '131053.032000', '131053.035000', '131053.038000', '131112.917000', '131112.920000', '131112.923000', '131112.925000', '131112.928000', '131112.931000', '131112.934000', '131112.937000', '131112.939000', '131112.942000', '131112.945000', '131112.948000', '131112.951000', '131112.953000', '131112.956000', '131112.959000', '131112.962000', '131112.965000', '131112.967000', '131112.970000', '131112.973000', '131112.976000', '131112.979000', '131112.981000', '131112.984000', '131112.987000', '131112.991000', '131112.994000', '131112.997000', '131113.001000', '131113.003000', '131113.006000', '131113.009000', '131113.012000', '131113.015000', '131113.017000', '131113.020000', '131113.023000', '131113.026000', '131113.029000', '131113.031000', '131113.034000', '131113.037000', '131132.917000', '131132.920000', '131132.923000', '131132.926000', '131132.928000', '131132.931000', '131132.934000', '131132.937000', '131132.939000', '131132.942000', '131132.945000', '131132.948000', '131132.951000', '131132.953000', '131132.956000', '131132.959000', '131132.962000', '131132.965000', '131132.968000', '131132.970000', '131132.973000', '131132.976000', '131132.979000', '131132.982000', '131132.985000', '131132.987000', '131132.990000', '131132.993000', '131132.996000', '131132.998000', '131133.002000', '131133.005000', '131133.008000', '131133.011000', '131133.013000', '131133.016000', '131133.019000', '131133.022000', '131133.025000', '131133.027000', '131133.030000', '131133.033000', '131133.036000', '131133.038000', '131152.917000', '131152.920000', '131152.923000', '131152.925000', '131152.928000', '131152.931000', '131152.934000', '131152.937000', '131152.939000', '131152.942000', '131152.945000', '131152.948000', '131152.951000', '131152.953000', '131152.956000', '131152.959000', '131152.962000', '131152.965000', '131152.967000', '131152.970000', '131152.973000', '131152.976000', '131152.979000', '131152.981000', '131152.984000', '131152.987000', '131152.990000', '131152.993000', '131152.996000', '131152.998000', '131153.002000', '131153.005000', '131153.008000', '131153.010000', '131153.013000', '131153.016000', '131153.019000', '131153.022000', '131153.024000', '131153.027000', '131153.030000', '131153.033000', '131153.036000', '131212.917000', '131212.920000', '131212.923000', '131212.925000', '131212.928000', '131212.947000', '131212.950000', '131212.953000', '131212.956000', '131212.958000', '131212.961000', '131212.965000', '131212.968000', '131212.971000', '131212.974000', '131212.976000', '131212.979000', '131212.982000', '131212.985000', '131212.988000', '131212.990000', '131212.993000', '131212.996000', '131213.000000', '131213.002000', '131213.005000', '131213.008000', '131213.011000', '131213.014000', '131213.016000', '131213.019000', '131213.022000', '131213.025000', '131213.028000', '131213.030000', '131213.033000', '131213.036000', '131213.039000', '131213.042000', '131213.044000', '131213.047000', '131213.050000', '131213.053000', '131213.055000', '131232.917000', '131232.920000', '131232.923000', '131232.926000', '131232.928000', '131232.931000', '131232.934000', '131232.937000', '131232.939000', '131232.942000', '131232.945000', '131232.948000', '131232.950000', '131232.953000', '131232.956000', '131232.959000', '131232.962000', '131232.964000', '131232.967000', '131232.970000', '131232.973000', '131232.976000', '131232.978000', '131232.981000', '131232.984000', '131232.987000', '131232.989000', '131232.992000', '131232.995000', '131232.998000', '131233.002000', '131233.004000', '131233.007000', '131233.010000', '131233.013000', '131233.016000', '131233.018000', '131233.021000', '131233.024000', '131233.027000', '131233.031000', '131233.034000', '131233.037000', '131237.288000', '131237.291000', '131237.294000', '131237.298000', '131237.300000', '131237.304000', '131237.307000', '131237.310000', '131237.313000', '131237.316000'], 'InstanceCreationTime': ['130612.946000', '130612.950000', '130612.953000', '130612.956000', '130612.958000', '130612.961000', '130612.964000', '130612.967000', '130612.969000', '130612.972000', '130612.975000', '130612.978000', '130612.980000', '130612.983000', '130612.986000', '130612.989000', '130612.992000', '130612.995000', '130613.002000', '130613.005000', '130613.007000', '130613.010000', '130613.013000', '130613.016000', '130613.019000', '130613.021000', '130613.024000', '130613.027000', '130613.030000', '130613.032000', '130613.035000', '130613.038000', '130613.041000', '130613.056000', '130613.059000', '130613.062000', '130632.917000', '130632.920000', '130632.923000', '130632.925000', '130632.928000', '130632.933000', '130632.935000', '130632.938000', '130632.941000', '130632.943000', '130632.946000', '130632.949000', '130632.952000', '130632.955000', '130632.957000', '130632.960000', '130632.963000', '130632.966000', '130632.969000', '130632.972000', '130632.974000', '130632.977000', '130632.980000', '130632.983000', '130632.985000', '130632.988000', '130632.991000', '130632.994000', '130632.997000', '130633.000000', '130633.003000', '130633.006000', '130633.009000', '130633.012000', '130633.014000', '130633.017000', '130633.020000', '130633.023000', '130633.025000', '130633.028000', '130633.031000', '130633.034000', '130633.036000', '130652.917000', '130652.920000', '130652.922000', '130652.925000', '130652.928000', '130652.931000', '130652.933000', '130652.936000', '130652.939000', '130652.942000', '130652.944000', '130652.947000', '130652.950000', '130652.953000', '130652.955000', '130652.958000', '130652.961000', '130652.964000', '130652.966000', '130652.969000', '130652.972000', '130652.975000', '130652.978000', '130652.980000', '130652.983000', '130652.986000', '130652.989000', '130652.991000', '130652.994000', '130652.997000', '130653.001000', '130653.004000', '130653.006000', '130653.009000', '130653.012000', '130653.015000', '130653.017000', '130653.020000', '130653.023000', '130653.026000', '130653.028000', '130653.031000', '130653.034000', '130653.037000', '130712.917000', '130712.920000', '130712.923000', '130712.925000', '130712.928000', '130712.931000', '130712.934000', '130712.937000', '130712.940000', '130712.944000', '130712.948000', '130712.951000', '130712.953000', '130712.956000', '130712.959000', '130712.962000', '130712.964000', '130712.967000', '130712.970000', '130712.973000', '130712.976000', '130712.978000', '130712.981000', '130712.984000', '130712.987000', '130712.989000', '130712.992000', '130712.995000', '130712.998000', '130713.001000', '130713.004000', '130713.007000', '130713.010000', '130713.013000', '130713.015000', '130713.018000', '130713.021000', '130713.024000', '130713.026000', '130713.029000', '130713.032000', '130713.035000', '130713.038000', '130732.917000', '130732.920000', '130732.922000', '130732.925000', '130732.928000', '130732.931000', '130732.934000', '130732.936000', '130732.939000', '130732.942000', '130732.945000', '130732.947000', '130732.950000', '130732.953000', '130732.956000', '130732.958000', '130732.961000', '130732.981000', '130732.984000', '130732.987000', '130732.989000', '130732.992000', '130732.995000', '130732.998000', '130733.001000', '130733.004000', '130733.007000', '130733.010000', '130733.012000', '130733.015000', '130733.018000', '130733.021000', '130733.024000', '130733.027000', '130733.030000', '130733.033000', '130733.035000', '130733.038000', '130733.041000', '130733.044000', '130733.047000', '130733.049000', '130733.052000', '130733.055000', '130752.918000', '130752.921000', '130752.924000', '130752.926000', '130752.929000', '130752.932000', '130752.935000', '130752.938000', '130752.940000', '130752.943000', '130752.946000', '130752.949000', '130752.951000', '130752.954000', '130752.957000', '130752.960000', '130752.962000', '130752.965000', '130752.968000', '130752.971000', '130752.973000', '130752.976000', '130752.979000', '130752.982000', '130752.986000', '130752.990000', '130752.993000', '130752.996000', '130753.000000', '130753.002000', '130753.005000', '130753.008000', '130753.011000', '130753.014000', '130753.016000', '130753.019000', '130753.022000', '130753.025000', '130753.027000', '130753.030000', '130753.033000', '130753.035000', '130753.038000', '130812.917000', '130812.920000', '130812.922000', '130812.925000', '130812.928000', '130812.931000', '130812.934000', '130812.936000', '130812.939000', '130812.942000', '130812.945000', '130812.947000', '130812.950000', '130812.953000', '130812.956000', '130812.959000', '130812.962000', '130812.964000', '130812.967000', '130812.970000', '130812.973000', '130812.975000', '130812.978000', '130812.981000', '130812.984000', '130812.986000', '130812.989000', '130812.992000', '130812.995000', '130812.998000', '130813.001000', '130813.004000', '130813.007000', '130813.010000', '130813.012000', '130813.015000', '130813.018000', '130813.021000', '130813.024000', '130813.026000', '130813.029000', '130813.032000', '130813.035000', '130813.038000', '130832.917000', '130832.921000', '130832.923000', '130832.926000', '130832.929000', '130832.932000', '130832.934000', '130832.937000', '130832.940000', '130832.943000', '130832.946000', '130832.948000', '130832.951000', '130832.954000', '130832.957000', '130832.959000', '130832.962000', '130832.965000', '130832.968000', '130832.971000', '130832.973000', '130832.976000', '130832.980000', '130832.986000', '130832.989000', '130832.991000', '130832.994000', '130832.997000', '130833.001000', '130833.004000', '130833.006000', '130833.009000', '130833.012000', '130833.015000', '130833.017000', '130833.020000', '130833.023000', '130833.026000', '130833.028000', '130833.031000', '130833.034000', '130833.037000', '130833.039000', '130852.917000', '130852.920000', '130852.923000', '130852.925000', '130852.928000', '130852.931000', '130852.934000', '130852.936000', '130852.939000', '130852.942000', '130852.945000', '130852.947000', '130852.950000', '130852.953000', '130852.956000', '130852.958000', '130852.961000', '130852.964000', '130852.967000', '130852.969000', '130852.972000', '130852.975000', '130852.978000', '130852.981000', '130852.983000', '130852.986000', '130852.989000', '130852.992000', '130852.995000', '130852.997000', '130853.001000', '130853.004000', '130853.007000', '130853.009000', '130853.012000', '130853.015000', '130853.018000', '130853.021000', '130853.023000', '130853.026000', '130853.029000', '130853.032000', '130853.035000', '130853.038000', '130912.917000', '130912.920000', '130912.923000', '130912.925000', '130912.928000', '130912.931000', '130912.934000', '130912.936000', '130912.939000', '130912.942000', '130912.945000', '130912.947000', '130912.960000', '130912.963000', '130912.966000', '130912.968000', '130912.971000', '130912.974000', '130912.977000', '130912.979000', '130912.982000', '130912.985000', '130912.988000', '130912.991000', '130912.993000', '130912.996000', '130913.000000', '130913.003000', '130913.005000', '130913.010000', '130913.014000', '130913.017000', '130913.020000', '130913.023000', '130913.025000', '130913.028000', '130913.031000', '130913.034000', '130913.037000', '130913.039000', '130913.042000', '130913.045000', '130913.048000', '130932.917000', '130932.920000', '130932.923000', '130932.925000', '130932.928000', '130932.931000', '130932.934000', '130932.936000', '130932.939000', '130932.942000', '130932.945000', '130932.947000', '130932.950000', '130932.953000', '130932.956000', '130932.959000', '130932.962000', '130932.964000', '130932.967000', '130932.970000', '130932.973000', '130932.975000', '130932.978000', '130932.981000', '130932.984000', '130932.987000', '130932.990000', '130932.992000', '130932.995000', '130932.998000', '130933.002000', '130933.005000', '130933.007000', '130933.010000', '130933.013000', '130933.016000', '130933.019000', '130933.022000', '130933.024000', '130933.027000', '130933.030000', '130933.033000', '130933.036000', '130933.038000', '130952.917000', '130952.920000', '130952.922000', '130952.925000', '130952.928000', '130952.931000', '130952.934000', '130952.936000', '130952.939000', '130952.942000', '130952.945000', '130952.948000', '130952.950000', '130952.955000', '130952.958000', '130952.960000', '130952.963000', '130952.966000', '130952.969000', '130952.972000', '130952.974000', '130952.977000', '130952.980000', '130952.983000', '130952.985000', '130952.988000', '130952.991000', '130952.994000', '130952.997000', '130953.001000', '130953.003000', '130953.006000', '130953.009000', '130953.012000', '130953.015000', '130953.018000', '130953.021000', '130953.023000', '130953.026000', '130953.029000', '130953.032000', '130953.035000', '130953.037000', '131012.918000', '131012.921000', '131012.924000', '131012.926000', '131012.937000', '131012.940000', '131012.943000', '131012.946000', '131012.948000', '131012.951000', '131012.954000', '131012.957000', '131012.960000', '131012.962000', '131012.965000', '131012.968000', '131012.971000', '131012.974000', '131012.976000', '131012.979000', '131012.982000', '131012.985000', '131012.988000', '131012.991000', '131012.993000', '131012.996000', '131013.000000', '131013.003000', '131013.006000', '131013.009000', '131013.011000', '131013.014000', '131013.017000', '131013.020000', '131013.022000', '131013.025000', '131013.028000', '131013.031000', '131013.034000', '131013.037000', '131013.039000', '131013.042000', '131013.045000', '131013.048000', '131032.917000', '131032.920000', '131032.923000', '131032.925000', '131032.928000', '131032.931000', '131032.934000', '131032.936000', '131032.939000', '131032.942000', '131032.945000', '131032.948000', '131032.950000', '131032.953000', '131032.956000', '131032.959000', '131032.962000', '131032.964000', '131032.967000', '131032.970000', '131032.973000', '131032.975000', '131032.978000', '131032.981000', '131032.984000', '131032.987000', '131032.989000', '131032.992000', '131032.995000', '131032.998000', '131033.001000', '131033.003000', '131033.006000', '131033.009000', '131033.012000', '131033.014000', '131033.017000', '131033.032000', '131033.035000', '131033.038000', '131033.040000', '131033.043000', '131033.046000', '131052.917000', '131052.920000', '131052.923000', '131052.925000', '131052.928000', '131052.931000', '131052.934000', '131052.936000', '131052.939000', '131052.942000', '131052.945000', '131052.948000', '131052.950000', '131052.953000', '131052.956000', '131052.959000', '131052.962000', '131052.964000', '131052.967000', '131052.970000', '131052.973000', '131052.975000', '131052.978000', '131052.981000', '131052.984000', '131052.987000', '131052.990000', '131052.993000', '131052.995000', '131052.998000', '131053.002000', '131053.005000', '131053.007000', '131053.010000', '131053.013000', '131053.016000', '131053.018000', '131053.021000', '131053.024000', '131053.027000', '131053.030000', '131053.032000', '131053.035000', '131053.038000', '131112.917000', '131112.920000', '131112.923000', '131112.925000', '131112.928000', '131112.931000', '131112.934000', '131112.937000', '131112.939000', '131112.942000', '131112.945000', '131112.948000', '131112.951000', '131112.953000', '131112.956000', '131112.959000', '131112.962000', '131112.965000', '131112.967000', '131112.970000', '131112.973000', '131112.976000', '131112.979000', '131112.981000', '131112.984000', '131112.987000', '131112.991000', '131112.994000', '131112.997000', '131113.001000', '131113.003000', '131113.006000', '131113.009000', '131113.012000', '131113.015000', '131113.017000', '131113.020000', '131113.023000', '131113.026000', '131113.029000', '131113.031000', '131113.034000', '131113.037000', '131132.917000', '131132.920000', '131132.923000', '131132.926000', '131132.928000', '131132.931000', '131132.934000', '131132.937000', '131132.939000', '131132.942000', '131132.945000', '131132.948000', '131132.951000', '131132.953000', '131132.956000', '131132.959000', '131132.962000', '131132.965000', '131132.968000', '131132.970000', '131132.973000', '131132.976000', '131132.979000', '131132.982000', '131132.985000', '131132.987000', '131132.990000', '131132.993000', '131132.996000', '131132.998000', '131133.002000', '131133.005000', '131133.008000', '131133.011000', '131133.013000', '131133.016000', '131133.019000', '131133.022000', '131133.025000', '131133.027000', '131133.030000', '131133.033000', '131133.036000', '131133.038000', '131152.917000', '131152.920000', '131152.923000', '131152.925000', '131152.928000', '131152.931000', '131152.934000', '131152.937000', '131152.939000', '131152.942000', '131152.945000', '131152.948000', '131152.951000', '131152.953000', '131152.956000', '131152.959000', '131152.962000', '131152.965000', '131152.967000', '131152.970000', '131152.973000', '131152.976000', '131152.979000', '131152.981000', '131152.984000', '131152.987000', '131152.990000', '131152.993000', '131152.996000', '131152.998000', '131153.002000', '131153.005000', '131153.008000', '131153.010000', '131153.013000', '131153.016000', '131153.019000', '131153.022000', '131153.024000', '131153.027000', '131153.030000', '131153.033000', '131153.036000', '131212.917000', '131212.920000', '131212.923000', '131212.925000', '131212.928000', '131212.947000', '131212.950000', '131212.953000', '131212.956000', '131212.958000', '131212.961000', '131212.965000', '131212.968000', '131212.971000', '131212.974000', '131212.976000', '131212.979000', '131212.982000', '131212.985000', '131212.988000', '131212.990000', '131212.993000', '131212.996000', '131213.000000', '131213.002000', '131213.005000', '131213.008000', '131213.011000', '131213.014000', '131213.016000', '131213.019000', '131213.022000', '131213.025000', '131213.028000', '131213.030000', '131213.033000', '131213.036000', '131213.039000', '131213.042000', '131213.044000', '131213.047000', '131213.050000', '131213.053000', '131213.055000', '131232.917000', '131232.920000', '131232.923000', '131232.926000', '131232.928000', '131232.931000', '131232.934000', '131232.937000', '131232.939000', '131232.942000', '131232.945000', '131232.948000', '131232.950000', '131232.953000', '131232.956000', '131232.959000', '131232.962000', '131232.964000', '131232.967000', '131232.970000', '131232.973000', '131232.976000', '131232.978000', '131232.981000', '131232.984000', '131232.987000', '131232.989000', '131232.992000', '131232.995000', '131232.998000', '131233.002000', '131233.004000', '131233.007000', '131233.010000', '131233.013000', '131233.016000', '131233.018000', '131233.021000', '131233.024000', '131233.027000', '131233.031000', '131233.034000', '131233.037000', '131237.288000', '131237.291000', '131237.294000', '131237.298000', '131237.300000', '131237.304000', '131237.307000', '131237.310000', '131237.313000', '131237.316000'], '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': [10452, 12669, 9767, 13196, 9841, 13010, 9684, 13608, 9828, 10019, 11430, 9718, 13125, 9669, 13085, 9753, 13437, 9714, 13630, 9869, 13249, 9898, 11335, 9440, 9487, 11226, 9631, 12472, 9761, 12855, 9823, 11063, 10119, 10297, 10175, 9600, 11624, 9741, 12741, 9725, 12272, 9526, 9825, 11883, 9910, 11212, 9679, 9158, 10722, 9619, 12244, 9591, 12738, 9646, 9783, 11815, 9861, 12338, 9893, 12896, 10034, 13159, 9893, 13665, 10007, 9968, 11580, 9598, 12744, 9846, 13214, 9822, 13645, 10318, 14134, 9349, 9294, 11131, 9614, 12939, 9750, 13151, 9660, 12901, 9388, 13341, 10133, 12393, 9724, 12618, 9476, 12330, 9611, 9730, 10835, 9762, 12317, 9912, 12231, 9527, 12079, 9920, 11950, 9685, 11926, 9610, 11835, 9488, 10732, 10271, 10269, 10633, 9909, 11714, 9940, 10412, 10140, 9977, 11183, 9735, 12109, 9944, 12272, 9504, 11957, 9535, 12051, 9493, 11701, 10312, 10470, 11625, 9972, 13809, 10142, 13996, 9747, 12842, 9703, 12699, 9980, 12327, 9457, 10739, 9623, 10159, 9543, 12560, 9853, 12763, 9748, 12071, 9487, 11507, 9838, 11178, 9760, 11636, 9984, 11326, 9420, 10633, 9163, 10346, 9845, 9992, 12249, 9843, 12889, 9929, 14302, 9578, 15691, 9909, 14985, 10215, 13387, 9499, 12305, 9640, 12070, 9668, 12805, 9745, 12689, 9939, 11721, 9208, 10115, 11012, 9819, 14736, 10046, 14639, 10042, 14801, 10049, 13020, 9779, 12327, 9700, 12442, 9618, 12701, 9803, 12602, 9710, 12273, 9674, 11998, 9897, 12529, 10224, 13287, 10078, 12586, 9950, 12311, 9793, 12364, 9880, 10923, 9758, 10362, 8860, 9781, 9950, 10554, 9710, 10908, 9959, 12613, 9892, 12347, 9774, 12370, 9485, 12512, 9706, 12540, 9621, 11945, 9661, 11773, 9680, 10583, 12143, 9793, 13205, 9681, 12484, 11646, 10311, 12353, 10319, 12954, 10489, 12128, 10611, 10558, 10119, 10034, 9540, 10037, 9505, 10276, 12972, 9818, 15227, 10147, 15599, 10132, 16312, 10249, 15304, 10177, 14226, 10196, 12793, 9802, 10844, 9767, 11968, 9859, 12905, 9731, 13268, 10026, 13084, 9803, 13206, 9922, 11349, 9639, 9930, 10335, 10017, 14297, 10029, 13499, 9800, 13252, 10198, 13423, 9579, 11755, 9590, 13012, 9551, 13123, 10131, 12989, 9659, 13225, 9817, 13118, 9837, 11838, 9800, 10635, 9737, 9844, 9906, 10777, 10224, 12026, 9934, 12545, 9877, 12639, 9469, 12756, 9803, 10987, 9108, 9751, 11719, 9802, 13524, 9727, 13159, 9866, 14280, 9875, 13645, 10050, 13196, 9881, 13113, 9915, 12872, 9789, 12130, 9892, 11876, 9710, 12513, 9816, 12452, 9911, 12929, 10277, 11398, 9900, 10305, 9146, 9715, 9436, 10110, 9902, 10686, 9903, 11161, 9808, 10565, 10393, 9762, 14643, 10108, 14617, 9922, 14174, 9650, 13511, 9757, 14412, 9870, 14653, 9732, 13783, 9834, 13573, 10011, 12902, 9961, 11197, 9644, 10122, 14024, 10066, 15251, 9785, 13898, 9939, 14229, 9943, 13597, 10316, 9883, 10206, 13902, 10262, 13006, 9804, 12312, 9875, 10454, 9397, 9881, 12107, 10045, 14583, 10121, 14894, 10128, 14956, 10259, 14117, 10233, 12819, 10152, 11380, 10900, 10923, 12504, 10668, 14356, 10234, 14553, 10318, 12680, 10239, 11048, 10065, 12716, 10004, 13462, 10138, 13580, 9982, 13360, 9667, 13101, 9585, 12841, 9513, 12569, 9731, 12908, 9930, 13505, 10062, 13595, 10263, 13936, 10067, 13384, 9743, 13829, 10059, 14246, 10134, 11191, 10171, 10274, 11724, 9904, 12477, 9673, 12129, 9735, 13525, 10001, 14478, 10053, 14818, 10376, 14514, 10111, 14072, 9671, 13772, 10087, 14471, 10065, 13530, 9840, 13774, 10112, 13542, 10093, 13569, 10250, 13513, 10031, 13653, 9828, 11036, 9803, 9603, 11861, 9554, 12624, 9948, 12973, 10105, 12947, 10102, 12970, 9892, 13362, 9693, 13758, 9842, 10135, 11933, 9796, 11711, 9683, 11669, 10218, 10557, 11391, 10338, 12057, 10253, 13051, 10049, 12606, 9706, 13553, 9592, 14730, 10398, 9846, 11401, 9955, 13029, 9785, 13246, 9987, 12992, 9820, 13739, 10197, 14123, 9573, 9912, 11796, 9412, 9953, 12788, 10335, 13936, 10331, 14104, 10380, 13857, 9415, 9609, 11396, 9668, 13665, 9911, 10056, 10642, 9837, 11011, 10060, 13179, 9917, 12384, 9443, 12835, 9653, 10083, 10409, 9790, 11902, 10385, 11184, 11360, 10519, 10969, 10351, 10230, 10592, 9765, 12489, 9863, 13490, 10096, 13559, 9924, 10485, 10628, 10235, 12997, 10155, 12355, 9904, 12898, 10339, 13507, 10470, 13116, 10429, 11990, 10265, 10871, 11106, 9979, 11223, 9876, 9947, 11053, 10445, 13561, 10534, 11531, 10543, 11595, 10661, 12234, 10379, 11844, 10795, 10474, 10499, 10892, 10047, 11207, 10208, 10683, 10361, 10253, 12257, 10216, 14460, 10461, 14331, 10144, 13251, 9905, 10009, 10264, 10379, 11941, 10241, 13067, 10619, 13007, 10509, 12438, 10211, 11116, 13590, 10330, 13831, 10197, 13070, 10255, 13358, 10395, 14125, 10345, 13997, 10309, 13475, 9808, 13071, 9642, 10950, 9998, 10661, 10184, 13401, 10335, 13925, 10032, 14055, 10441, 13548, 10328, 12535, 9756, 12396, 9971, 12909, 10264, 12661, 10286, 12829, 10322, 13058, 10354, 12898, 10225, 11733, 9838, 12215, 10094, 12167, 10223, 11286, 11052, 10315, 13848, 10119, 14391, 10166, 14294, 10000, 12570, 9654, 10067, 12380, 9872, 13028, 10038, 12208, 10030, 10432, 10740, 10169, 14149, 10196, 13766, 10159, 13553, 10343, 13568, 10310, 13323, 10291, 13641, 10316, 13480, 10500, 13018, 10173, 11064, 10303, 10888, 10276, 10855, 10094, 10518, 10454, 10162, 10276, 10727, 10168, 9862, 9963, 10269, 10137, 11540, 10336, 11917, 10603, 11904, 10136, 10938, 10617, 10354, 13389, 10454, 14212, 10254, 14080, 10138, 13880, 10018, 14028, 10283, 14027, 10263, 13840, 10358, 13280, 10150, 13470, 10174, 13702, 10266, 11945, 10352, 12426, 10355, 14179, 10318, 13950, 10221, 13570, 10324, 12681, 9924, 12698, 10039, 12551, 10147, 13381, 10278, 13987, 10301, 13974, 10353, 12885, 10195, 13020, 10302, 13626, 10126, 13627, 10261, 13231, 10356, 13340, 10377, 13373, 10173, 13129, 10352, 11619, 9996, 12411, 10004, 13076, 10032, 13390, 10495, 12625, 10309, 11688, 10234, 11000, 10494, 10173, 9993, 11222, 9979, 12894, 10372, 13420, 10195, 10058, 10237, 10517, 12431, 10560, 13231, 10444, 12541, 10410, 12778, 10217, 13550, 10317, 13206, 10443, 13687], 'WindowCenter': [4465.0, 4470.0, 4424.0, 4452.0, 4409.0, 4449.0, 4409.0, 4436.0, 4406.0, 4394.0, 4414.0, 4392.0, 4422.0, 4393.0, 4423.0, 4395.0, 4435.0, 4397.0, 4434.0, 4394.0, 4422.0, 4403.0, 4417.0, 4407.0, 4406.0, 4414.0, 4391.0, 4423.0, 4392.0, 4422.0, 4394.0, 4411.0, 4403.0, 4391.0, 4404.0, 4394.0, 4414.0, 4393.0, 4425.0, 4407.0, 4436.0, 4397.0, 4406.0, 4425.0, 4404.0, 4414.0, 4394.0, 4385.0, 4416.0, 4393.0, 4426.0, 4406.0, 4436.0, 4407.0, 4403.0, 4427.0, 4394.0, 4439.0, 4407.0, 4423.0, 4406.0, 4434.0, 4418.0, 4450.0, 4409.0, 4405.0, 4416.0, 4393.0, 4423.0, 4392.0, 4423.0, 4381.0, 4423.0, 4383.0, 4424.0, 4385.0, 4395.0, 4414.0, 4394.0, 4423.0, 4380.0, 4412.0, 4383.0, 4410.0, 4383.0, 4434.0, 4403.0, 4424.0, 4393.0, 4436.0, 4406.0, 4436.0, 4405.0, 4392.0, 4404.0, 4406.0, 4426.0, 4393.0, 4425.0, 4383.0, 4416.0, 4382.0, 4414.0, 4382.0, 4414.0, 4382.0, 4402.0, 4369.0, 4391.0, 4377.0, 4380.0, 4377.0, 4393.0, 4415.0, 4395.0, 4392.0, 4390.0, 4378.0, 4398.0, 4380.0, 4411.0, 4393.0, 4423.0, 4395.0, 4424.0, 4396.0, 4427.0, 4394.0, 4439.0, 4408.0, 4404.0, 4402.0, 4383.0, 4436.0, 4395.0, 4434.0, 4382.0, 4412.0, 4406.0, 4435.0, 4406.0, 4424.0, 4393.0, 4402.0, 4395.0, 4404.0, 4395.0, 4424.0, 4407.0, 4436.0, 4410.0, 4438.0, 4409.0, 4426.0, 4394.0, 4413.0, 4394.0, 4426.0, 4393.0, 4413.0, 4382.0, 4405.0, 4383.0, 4406.0, 4398.0, 4420.0, 4426.0, 4396.0, 4410.0, 4381.0, 4418.0, 4369.0, 4419.0, 4380.0, 4419.0, 4380.0, 4424.0, 4383.0, 4410.0, 4380.0, 4398.0, 4380.0, 4411.0, 4395.0, 4425.0, 4393.0, 4413.0, 4382.0, 4394.0, 4402.0, 4407.0, 4448.0, 4395.0, 4433.0, 4381.0, 4418.0, 4379.0, 4408.0, 4382.0, 4411.0, 4380.0, 4412.0, 4381.0, 4412.0, 4380.0, 4412.0, 4383.0, 4412.0, 4393.0, 4428.0, 4407.0, 4424.0, 4393.0, 4421.0, 4381.0, 4411.0, 4382.0, 4415.0, 4393.0, 4412.0, 4380.0, 4403.0, 4378.0, 4405.0, 4386.0, 4407.0, 4395.0, 4403.0, 4379.0, 4390.0, 4381.0, 4412.0, 4392.0, 4412.0, 4394.0, 4413.0, 4382.0, 4424.0, 4381.0, 4414.0, 4382.0, 4413.0, 4372.0, 4401.0, 4369.0, 4392.0, 4401.0, 4393.0, 4409.0, 4369.0, 4397.0, 4391.0, 4377.0, 4397.0, 4377.0, 4397.0, 4377.0, 4401.0, 4378.0, 4403.0, 4391.0, 4393.0, 4380.0, 4404.0, 4384.0, 4394.0, 4411.0, 4383.0, 4419.0, 4379.0, 4408.0, 4367.0, 4406.0, 4364.0, 4418.0, 4356.0, 4393.0, 4352.0, 4384.0, 4369.0, 4378.0, 4366.0, 4384.0, 4364.0, 4385.0, 4366.0, 4396.0, 4377.0, 4407.0, 4368.0, 4407.0, 4368.0, 4401.0, 4369.0, 4381.0, 4378.0, 4379.0, 4418.0, 4382.0, 4424.0, 4393.0, 4424.0, 4391.0, 4409.0, 4380.0, 4400.0, 4383.0, 4410.0, 4381.0, 4410.0, 4391.0, 4423.0, 4382.0, 4424.0, 4391.0, 4423.0, 4382.0, 4412.0, 4381.0, 4404.0, 4396.0, 4395.0, 4393.0, 4403.0, 4391.0, 4412.0, 4392.0, 4412.0, 4394.0, 4440.0, 4394.0, 4437.0, 4393.0, 4416.0, 4398.0, 4408.0, 4426.0, 4405.0, 4421.0, 4383.0, 4410.0, 4394.0, 4421.0, 4393.0, 4421.0, 4381.0, 4411.0, 4382.0, 4412.0, 4381.0, 4412.0, 4395.0, 4426.0, 4392.0, 4402.0, 4380.0, 4412.0, 4382.0, 4411.0, 4394.0, 4423.0, 4391.0, 4413.0, 4380.0, 4406.0, 4396.0, 4397.0, 4396.0, 4394.0, 4381.0, 4393.0, 4379.0, 4405.0, 4381.0, 4404.0, 4392.0, 4394.0, 4419.0, 4392.0, 4421.0, 4381.0, 4421.0, 4394.0, 4424.0, 4381.0, 4420.0, 4379.0, 4419.0, 4369.0, 4411.0, 4381.0, 4409.0, 4371.0, 4411.0, 4368.0, 4389.0, 4367.0, 4379.0, 4408.0, 4369.0, 4433.0, 4392.0, 4422.0, 4380.0, 4409.0, 4380.0, 4409.0, 4379.0, 4380.0, 4391.0, 4409.0, 4379.0, 4411.0, 4379.0, 4401.0, 4380.0, 4392.0, 4370.0, 4396.0, 4411.0, 4391.0, 4420.0, 4381.0, 4408.0, 4367.0, 4407.0, 4356.0, 4395.0, 4353.0, 4372.0, 4339.0, 4361.0, 4348.0, 4352.0, 4359.0, 4353.0, 4392.0, 4353.0, 4381.0, 4338.0, 4358.0, 4351.0, 4361.0, 4352.0, 4370.0, 4353.0, 4382.0, 4366.0, 4395.0, 4367.0, 4407.0, 4380.0, 4410.0, 4382.0, 4408.0, 4367.0, 4396.0, 4380.0, 4410.0, 4380.0, 4421.0, 4382.0, 4408.0, 4392.0, 4419.0, 4391.0, 4435.0, 4396.0, 4433.0, 4395.0, 4420.0, 4393.0, 4389.0, 4381.0, 4379.0, 4411.0, 4394.0, 4426.0, 4407.0, 4424.0, 4397.0, 4423.0, 4406.0, 4435.0, 4393.0, 4433.0, 4392.0, 4436.0, 4405.0, 4423.0, 4383.0, 4410.0, 4378.0, 4406.0, 4368.0, 4399.0, 4379.0, 4409.0, 4381.0, 4409.0, 4379.0, 4408.0, 4377.0, 4408.0, 4380.0, 4433.0, 4394.0, 4402.0, 4380.0, 4369.0, 4399.0, 4371.0, 4401.0, 4380.0, 4412.0, 4390.0, 4410.0, 4391.0, 4411.0, 4391.0, 4435.0, 4395.0, 4422.0, 4391.0, 4380.0, 4400.0, 4391.0, 4400.0, 4383.0, 4402.0, 4407.0, 4402.0, 4415.0, 4389.0, 4413.0, 4392.0, 4411.0, 4394.0, 4426.0, 4393.0, 4421.0, 4381.0, 4418.0, 4376.0, 4365.0, 4387.0, 4367.0, 4396.0, 4380.0, 4411.0, 4380.0, 4409.0, 4380.0, 4411.0, 4393.0, 4435.0, 4382.0, 4393.0, 4413.0, 4384.0, 4393.0, 4423.0, 4404.0, 4432.0, 4391.0, 4421.0, 4390.0, 4436.0, 4398.0, 4394.0, 4414.0, 4383.0, 4421.0, 4382.0, 4381.0, 4403.0, 4382.0, 4404.0, 4380.0, 4424.0, 4393.0, 4438.0, 4397.0, 4423.0, 4382.0, 4389.0, 4403.0, 4381.0, 4413.0, 4392.0, 4402.0, 4390.0, 4389.0, 4378.0, 4381.0, 4393.0, 4403.0, 4380.0, 4396.0, 4379.0, 4424.0, 4391.0, 4409.0, 4392.0, 4391.0, 4417.0, 4393.0, 4436.0, 4395.0, 4426.0, 4393.0, 4411.0, 4391.0, 4423.0, 4379.0, 4412.0, 4377.0, 4400.0, 4368.0, 4390.0, 4402.0, 4392.0, 4401.0, 4381.0, 4378.0, 4399.0, 4404.0, 4436.0, 4392.0, 4413.0, 4401.0, 4414.0, 4402.0, 4426.0, 4393.0, 4427.0, 4416.0, 4403.0, 4393.0, 4389.0, 4367.0, 4389.0, 4368.0, 4392.0, 4381.0, 4380.0, 4397.0, 4379.0, 4420.0, 4390.0, 4432.0, 4403.0, 4423.0, 4392.0, 4380.0, 4391.0, 4380.0, 4410.0, 4390.0, 4424.0, 4391.0, 4422.0, 4391.0, 4413.0, 4378.0, 4403.0, 4421.0, 4393.0, 4410.0, 4379.0, 4398.0, 4380.0, 4409.0, 4391.0, 4421.0, 4392.0, 4423.0, 4407.0, 4434.0, 4394.0, 4410.0, 4380.0, 4388.0, 4393.0, 4389.0, 4393.0, 4410.0, 4392.0, 4421.0, 4394.0, 4435.0, 4402.0, 4436.0, 4405.0, 4423.0, 4394.0, 4410.0, 4381.0, 4411.0, 4394.0, 4424.0, 4394.0, 4412.0, 4392.0, 4413.0, 4380.0, 4412.0, 4395.0, 4413.0, 4381.0, 4401.0, 4377.0, 4399.0, 4378.0, 4399.0, 4387.0, 4380.0, 4408.0, 4380.0, 4409.0, 4391.0, 4431.0, 4392.0, 4413.0, 4383.0, 4382.0, 4413.0, 4381.0, 4409.0, 4367.0, 4399.0, 4367.0, 4390.0, 4389.0, 4405.0, 4432.0, 4392.0, 4422.0, 4392.0, 4421.0, 4389.0, 4411.0, 4377.0, 4398.0, 4366.0, 4397.0, 4353.0, 4385.0, 4353.0, 4382.0, 4352.0, 4376.0, 4353.0, 4363.0, 4351.0, 4361.0, 4353.0, 4364.0, 4364.0, 4376.0, 4377.0, 4390.0, 4393.0, 4404.0, 4393.0, 4393.0, 4379.0, 4403.0, 4379.0, 4413.0, 4391.0, 4413.0, 4380.0, 4402.0, 4389.0, 4392.0, 4411.0, 4393.0, 4435.0, 4393.0, 4419.0, 4391.0, 4421.0, 4392.0, 4421.0, 4392.0, 4420.0, 4393.0, 4422.0, 4392.0, 4436.0, 4406.0, 4423.0, 4391.0, 4420.0, 4390.0, 4399.0, 4392.0, 4410.0, 4393.0, 4422.0, 4406.0, 4422.0, 4392.0, 4423.0, 4417.0, 4436.0, 4405.0, 4423.0, 4391.0, 4412.0, 4393.0, 4421.0, 4404.0, 4433.0, 4404.0, 4434.0, 4405.0, 4437.0, 4406.0, 4425.0, 4393.0, 4422.0, 4393.0, 4420.0, 4392.0, 4422.0, 4382.0, 4411.0, 4381.0, 4422.0, 4378.0, 4411.0, 4392.0, 4412.0, 4382.0, 4400.0, 4367.0, 4408.0, 4366.0, 4410.0, 4378.0, 4410.0, 4378.0, 4400.0, 4377.0, 4391.0, 4394.0, 4404.0, 4394.0, 4403.0, 4381.0, 4410.0, 4391.0, 4422.0, 4393.0, 4393.0, 4404.0, 4403.0, 4427.0, 4405.0, 4436.0, 4417.0, 4427.0, 4393.0, 4412.0, 4391.0, 4423.0, 4393.0, 4413.0, 4394.0, 4422.0], 'WindowWidth': [9844.0, 9837.0, 9759.0, 9789.0, 9727.0, 9779.0, 9723.0, 9755.0, 9712.0, 9691.0, 9718.0, 9685.0, 9726.0, 9690.0, 9727.0, 9693.0, 9746.0, 9698.0, 9743.0, 9690.0, 9727.0, 9704.0, 9727.0, 9715.0, 9712.0, 9718.0, 9684.0, 9728.0, 9686.0, 9726.0, 9690.0, 9711.0, 9702.0, 9683.0, 9704.0, 9688.0, 9718.0, 9688.0, 9734.0, 9715.0, 9753.0, 9699.0, 9709.0, 9733.0, 9706.0, 9718.0, 9694.0, 9679.0, 9724.0, 9691.0, 9740.0, 9714.0, 9755.0, 9713.0, 9703.0, 9740.0, 9689.0, 9762.0, 9712.0, 9729.0, 9708.0, 9744.0, 9733.0, 9777.0, 9720.0, 9706.0, 9722.0, 9686.0, 9728.0, 9683.0, 9726.0, 9667.0, 9724.0, 9670.0, 9727.0, 9679.0, 9696.0, 9719.0, 9691.0, 9725.0, 9665.0, 9707.0, 9670.0, 9705.0, 9673.0, 9744.0, 9701.0, 9728.0, 9687.0, 9752.0, 9714.0, 9753.0, 9710.0, 9686.0, 9702.0, 9708.0, 9736.0, 9688.0, 9733.0, 9671.0, 9722.0, 9669.0, 9717.0, 9668.0, 9716.0, 9666.0, 9696.0, 9646.0, 9678.0, 9654.0, 9663.0, 9655.0, 9686.0, 9719.0, 9691.0, 9682.0, 9677.0, 9656.0, 9686.0, 9663.0, 9708.0, 9689.0, 9728.0, 9692.0, 9732.0, 9694.0, 9739.0, 9690.0, 9762.0, 9716.0, 9705.0, 9696.0, 9672.0, 9750.0, 9691.0, 9742.0, 9668.0, 9709.0, 9713.0, 9749.0, 9709.0, 9729.0, 9688.0, 9696.0, 9693.0, 9703.0, 9694.0, 9730.0, 9711.0, 9749.0, 9724.0, 9758.0, 9718.0, 9741.0, 9690.0, 9714.0, 9690.0, 9738.0, 9688.0, 9717.0, 9671.0, 9707.0, 9672.0, 9710.0, 9700.0, 9736.0, 9739.0, 9694.0, 9704.0, 9667.0, 9712.0, 9648.0, 9714.0, 9660.0, 9714.0, 9661.0, 9729.0, 9674.0, 9705.0, 9661.0, 9684.0, 9663.0, 9706.0, 9695.0, 9733.0, 9685.0, 9714.0, 9667.0, 9688.0, 9696.0, 9716.0, 9769.0, 9692.0, 9742.0, 9667.0, 9708.0, 9659.0, 9697.0, 9668.0, 9705.0, 9666.0, 9709.0, 9666.0, 9708.0, 9664.0, 9710.0, 9673.0, 9710.0, 9688.0, 9743.0, 9714.0, 9732.0, 9685.0, 9719.0, 9665.0, 9708.0, 9669.0, 9719.0, 9686.0, 9711.0, 9663.0, 9698.0, 9659.0, 9707.0, 9683.0, 9711.0, 9691.0, 9698.0, 9659.0, 9675.0, 9664.0, 9709.0, 9683.0, 9710.0, 9688.0, 9712.0, 9670.0, 9729.0, 9667.0, 9715.0, 9668.0, 9711.0, 9653.0, 9694.0, 9645.0, 9679.0, 9694.0, 9686.0, 9701.0, 9648.0, 9680.0, 9676.0, 9651.0, 9679.0, 9653.0, 9679.0, 9652.0, 9692.0, 9655.0, 9698.0, 9680.0, 9689.0, 9666.0, 9705.0, 9674.0, 9689.0, 9705.0, 9669.0, 9713.0, 9658.0, 9694.0, 9636.0, 9688.0, 9629.0, 9709.0, 9618.0, 9665.0, 9608.0, 9657.0, 9644.0, 9657.0, 9637.0, 9657.0, 9629.0, 9658.0, 9636.0, 9676.0, 9656.0, 9695.0, 9643.0, 9696.0, 9643.0, 9691.0, 9645.0, 9665.0, 9656.0, 9660.0, 9710.0, 9670.0, 9730.0, 9685.0, 9726.0, 9681.0, 9699.0, 9664.0, 9687.0, 9672.0, 9703.0, 9668.0, 9706.0, 9682.0, 9726.0, 9671.0, 9727.0, 9681.0, 9726.0, 9668.0, 9711.0, 9666.0, 9704.0, 9696.0, 9694.0, 9685.0, 9699.0, 9679.0, 9708.0, 9684.0, 9711.0, 9689.0, 9762.0, 9690.0, 9754.0, 9685.0, 9722.0, 9704.0, 9717.0, 9739.0, 9708.0, 9720.0, 9671.0, 9703.0, 9688.0, 9721.0, 9686.0, 9720.0, 9667.0, 9706.0, 9669.0, 9709.0, 9665.0, 9708.0, 9692.0, 9737.0, 9685.0, 9696.0, 9663.0, 9708.0, 9669.0, 9707.0, 9690.0, 9727.0, 9681.0, 9713.0, 9664.0, 9710.0, 9697.0, 9700.0, 9694.0, 9689.0, 9665.0, 9684.0, 9659.0, 9704.0, 9667.0, 9705.0, 9682.0, 9686.0, 9715.0, 9681.0, 9719.0, 9665.0, 9722.0, 9692.0, 9730.0, 9669.0, 9715.0, 9659.0, 9711.0, 9647.0, 9705.0, 9665.0, 9701.0, 9650.0, 9705.0, 9643.0, 9674.0, 9638.0, 9658.0, 9694.0, 9645.0, 9739.0, 9684.0, 9724.0, 9661.0, 9699.0, 9661.0, 9697.0, 9660.0, 9660.0, 9681.0, 9696.0, 9659.0, 9704.0, 9658.0, 9691.0, 9660.0, 9683.0, 9651.0, 9692.0, 9706.0, 9682.0, 9717.0, 9664.0, 9697.0, 9638.0, 9691.0, 9618.0, 9672.0, 9610.0, 9636.0, 9586.0, 9619.0, 9594.0, 9606.0, 9611.0, 9610.0, 9665.0, 9610.0, 9645.0, 9584.0, 9608.0, 9606.0, 9617.0, 9609.0, 9631.0, 9613.0, 9651.0, 9633.0, 9671.0, 9639.0, 9695.0, 9665.0, 9706.0, 9669.0, 9698.0, 9641.0, 9676.0, 9663.0, 9703.0, 9664.0, 9718.0, 9669.0, 9698.0, 9680.0, 9715.0, 9681.0, 9748.0, 9696.0, 9742.0, 9691.0, 9717.0, 9682.0, 9673.0, 9664.0, 9661.0, 9707.0, 9690.0, 9735.0, 9714.0, 9732.0, 9699.0, 9729.0, 9710.0, 9745.0, 9688.0, 9740.0, 9683.0, 9750.0, 9707.0, 9728.0, 9671.0, 9703.0, 9656.0, 9690.0, 9641.0, 9683.0, 9660.0, 9698.0, 9665.0, 9700.0, 9660.0, 9697.0, 9656.0, 9697.0, 9663.0, 9742.0, 9691.0, 9697.0, 9665.0, 9646.0, 9687.0, 9650.0, 9693.0, 9664.0, 9708.0, 9676.0, 9704.0, 9678.0, 9704.0, 9681.0, 9747.0, 9693.0, 9726.0, 9681.0, 9662.0, 9690.0, 9681.0, 9691.0, 9673.0, 9696.0, 9713.0, 9697.0, 9719.0, 9675.0, 9711.0, 9681.0, 9708.0, 9688.0, 9737.0, 9687.0, 9721.0, 9665.0, 9709.0, 9651.0, 9632.0, 9666.0, 9637.0, 9678.0, 9662.0, 9706.0, 9664.0, 9700.0, 9663.0, 9705.0, 9684.0, 9744.0, 9667.0, 9685.0, 9714.0, 9676.0, 9684.0, 9726.0, 9702.0, 9736.0, 9678.0, 9718.0, 9677.0, 9749.0, 9701.0, 9690.0, 9717.0, 9672.0, 9719.0, 9668.0, 9665.0, 9701.0, 9667.0, 9700.0, 9664.0, 9727.0, 9687.0, 9755.0, 9699.0, 9729.0, 9670.0, 9676.0, 9700.0, 9665.0, 9713.0, 9683.0, 9696.0, 9673.0, 9673.0, 9655.0, 9666.0, 9687.0, 9701.0, 9663.0, 9681.0, 9660.0, 9730.0, 9679.0, 9701.0, 9682.0, 9678.0, 9726.0, 9684.0, 9746.0, 9691.0, 9735.0, 9683.0, 9704.0, 9679.0, 9728.0, 9659.0, 9706.0, 9652.0, 9690.0, 9641.0, 9674.0, 9696.0, 9685.0, 9694.0, 9664.0, 9656.0, 9686.0, 9703.0, 9749.0, 9681.0, 9714.0, 9694.0, 9716.0, 9696.0, 9734.0, 9685.0, 9742.0, 9724.0, 9702.0, 9684.0, 9674.0, 9639.0, 9673.0, 9642.0, 9682.0, 9661.0, 9664.0, 9680.0, 9660.0, 9716.0, 9676.0, 9737.0, 9701.0, 9728.0, 9682.0, 9662.0, 9680.0, 9662.0, 9707.0, 9677.0, 9728.0, 9678.0, 9724.0, 9678.0, 9711.0, 9658.0, 9697.0, 9721.0, 9684.0, 9703.0, 9661.0, 9683.0, 9663.0, 9700.0, 9679.0, 9717.0, 9682.0, 9726.0, 9711.0, 9746.0, 9691.0, 9704.0, 9664.0, 9671.0, 9686.0, 9675.0, 9687.0, 9705.0, 9685.0, 9721.0, 9687.0, 9747.0, 9696.0, 9748.0, 9706.0, 9728.0, 9688.0, 9703.0, 9666.0, 9705.0, 9689.0, 9728.0, 9688.0, 9711.0, 9681.0, 9712.0, 9661.0, 9711.0, 9692.0, 9715.0, 9666.0, 9690.0, 9652.0, 9687.0, 9654.0, 9689.0, 9666.0, 9662.0, 9695.0, 9660.0, 9698.0, 9679.0, 9736.0, 9685.0, 9713.0, 9672.0, 9669.0, 9712.0, 9663.0, 9703.0, 9639.0, 9685.0, 9637.0, 9675.0, 9672.0, 9706.0, 9738.0, 9684.0, 9724.0, 9682.0, 9719.0, 9676.0, 9704.0, 9655.0, 9684.0, 9635.0, 9679.0, 9612.0, 9657.0, 9608.0, 9649.0, 9606.0, 9647.0, 9612.0, 9624.0, 9605.0, 9621.0, 9610.0, 9629.0, 9628.0, 9650.0, 9652.0, 9675.0, 9686.0, 9704.0, 9686.0, 9686.0, 9662.0, 9696.0, 9660.0, 9712.0, 9679.0, 9713.0, 9662.0, 9698.0, 9674.0, 9682.0, 9707.0, 9687.0, 9748.0, 9687.0, 9716.0, 9680.0, 9718.0, 9682.0, 9720.0, 9681.0, 9719.0, 9684.0, 9721.0, 9683.0, 9749.0, 9709.0, 9726.0, 9681.0, 9716.0, 9677.0, 9687.0, 9685.0, 9705.0, 9688.0, 9725.0, 9711.0, 9724.0, 9684.0, 9728.0, 9727.0, 9751.0, 9708.0, 9726.0, 9681.0, 9709.0, 9688.0, 9723.0, 9705.0, 9741.0, 9705.0, 9743.0, 9705.0, 9754.0, 9711.0, 9734.0, 9688.0, 9723.0, 9685.0, 9719.0, 9683.0, 9723.0, 9667.0, 9706.0, 9663.0, 9722.0, 9658.0, 9706.0, 9683.0, 9713.0, 9670.0, 9690.0, 9640.0, 9695.0, 9638.0, 9702.0, 9655.0, 9703.0, 9655.0, 9690.0, 9656.0, 9679.0, 9689.0, 9703.0, 9688.0, 9699.0, 9666.0, 9704.0, 9679.0, 9721.0, 9688.0, 9688.0, 9707.0, 9701.0, 9740.0, 9705.0, 9751.0, 9729.0, 9742.0, 9687.0, 9711.0, 9680.0, 9726.0, 9685.0, 9712.0, 9688.0, 9724.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.0007155926352128884</td></tr>
<tr><td colspan=3>aqi</td><td>0.020423823590333713</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.318033882016096</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2537867803225813</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9910574179377873</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>5449.8159</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1019549446857252</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.7537399309551205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6623386195740735</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6531695731071445</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8298944779846034</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5039518076304716</td></tr>
<tr><td colspan=3>gcor</td><td>0.0203477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016139885410666466</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01934039779007435</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.7796737579373745</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>41.0719</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6363</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6175</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.8491</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1844</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.6172</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.2047</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.6039</td></tr>
<tr><td colspan=3>tsnr</td><td>42.274967471836135</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>