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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0079_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0079_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-04/func/sub-0079_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b13cc54bda1399852b892d40ab89ca6b</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>12:52:5.897500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101043</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</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>253.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>801c5a72-902f-4e6b-96cc-6a7f14af61b3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['125205.897500', '125206.357500', '125206.817500', '125207.277500', '125207.737500', '125208.197500', '125208.657500', '125209.117500', '125209.577500', '125210.037500', '125210.497500', '125210.957500', '125211.417500', '125211.877500', '125212.337500', '125212.797500', '125213.257500', '125213.717500', '125214.177500', '125214.637500', '125215.097500', '125215.557500', '125216.017500', '125216.477500', '125216.937500', '125217.397500', '125217.857500', '125218.317500', '125218.777500', '125219.237500', '125219.697500', '125220.157500', '125220.617500', '125221.077500', '125221.537500', '125221.997500', '125222.457500', '125222.917500', '125223.377500', '125223.837500', '125224.297500', '125224.757500', '125225.217500', '125225.677500', '125226.137500', '125226.597500', '125227.057500', '125227.517500', '125227.977500', '125228.437500', '125228.897500', '125229.357500', '125229.817500', '125230.277500', '125230.737500', '125231.197500', '125231.657500', '125232.117500', '125232.577500', '125233.037500', '125233.497500', '125233.957500', '125234.417500', '125234.877500', '125235.337500', '125235.797500', '125236.257500', '125236.717500', '125237.177500', '125237.637500', '125238.097500', '125238.557500', '125239.017500', '125239.477500', '125239.937500', '125240.397500', '125240.857500', '125241.317500', '125241.777500', '125242.237500', '125242.697500', '125243.157500', '125243.617500', '125244.077500', '125244.537500', '125244.997500', '125245.457500', '125245.917500', '125246.377500', '125246.837500', '125247.297500', '125247.757500', '125248.217500', '125248.677500', '125249.137500', '125249.597500', '125250.057500', '125250.517500', '125250.977500', '125251.437500', '125251.897500', '125252.357500', '125252.817500', '125253.277500', '125253.737500', '125254.197500', '125254.657500', '125255.117500', '125255.577500', '125256.037500', '125256.497500', '125256.957500', '125257.417500', '125257.877500', '125258.337500', '125258.797500', '125259.257500', '125259.717500', '125300.177500', '125300.637500', '125301.097500', '125301.557500', '125302.017500', '125302.477500', '125302.937500', '125303.397500', '125303.857500', '125304.317500', '125304.777500', '125305.237500', '125305.697500', '125306.157500', '125306.617500', '125307.077500', '125307.537500', '125307.997500', '125308.457500', '125308.917500', '125309.377500', '125309.837500', '125310.297500', '125310.757500', '125311.217500', '125311.677500', '125312.137500', '125312.597500', '125313.057500', '125313.517500', '125313.977500', '125314.437500', '125314.897500', '125315.357500', '125315.817500', '125316.277500', '125316.737500', '125317.197500', '125317.657500', '125318.117500', '125318.577500', '125319.037500', '125319.497500', '125319.957500', '125320.417500', '125320.877500', '125321.337500', '125321.797500', '125322.257500', '125322.717500', '125323.177500', '125323.637500', '125324.097500', '125324.557500', '125325.017500', '125325.477500', '125325.937500', '125326.397500', '125326.857500', '125327.317500', '125327.777500', '125328.237500', '125328.697500', '125329.157500', '125329.617500', '125330.077500', '125330.537500', '125330.997500', '125331.457500', '125331.917500', '125332.377500', '125332.837500', '125333.297500', '125333.757500', '125334.217500', '125334.677500', '125335.137500', '125335.597500', '125336.057500', '125336.517500', '125336.977500', '125337.437500', '125337.897500', '125338.357500', '125338.817500', '125339.277500', '125339.737500', '125340.197500', '125340.657500', '125341.117500', '125341.577500', '125342.037500', '125342.497500', '125342.957500', '125343.417500', '125343.877500', '125344.337500', '125344.797500', '125345.257500', '125345.717500', '125346.177500', '125346.637500', '125347.097500', '125347.557500', '125348.017500', '125348.477500', '125348.937500', '125349.397500', '125349.857500', '125350.317500', '125350.777500', '125351.237500', '125351.697500', '125352.157500', '125352.617500', '125353.077500', '125353.537500', '125353.997500', '125354.457500', '125354.917500', '125355.377500', '125355.837500', '125356.297500', '125356.757500', '125357.217500', '125357.677500', '125358.137500', '125358.597500', '125359.057500', '125359.517500', '125359.977500', '125400.437500', '125400.897500', '125401.357500', '125401.817500', '125402.277500', '125402.737500', '125403.197500', '125403.657500', '125404.117500', '125404.577500', '125405.037500', '125405.497500', '125405.957500', '125406.417500', '125406.877500', '125407.337500', '125407.797500', '125408.257500', '125408.717500', '125409.177500', '125409.637500', '125410.097500', '125410.557500', '125411.017500', '125411.477500', '125411.937500', '125412.397500', '125412.857500', '125413.317500', '125413.777500', '125414.237500', '125414.697500', '125415.157500', '125415.617500', '125416.077500', '125416.537500', '125416.997500', '125417.457500', '125417.917500', '125418.377500', '125418.837500', '125419.297500', '125419.757500', '125420.217500', '125420.677500', '125421.137500', '125421.597500', '125422.057500', '125422.517500', '125422.977500', '125423.437500', '125423.897500', '125424.357500', '125424.817500', '125425.277500', '125425.737500', '125426.197500', '125426.657500', '125427.117500', '125427.577500', '125428.037500', '125428.497500', '125428.957500', '125429.417500', '125429.877500', '125430.337500', '125430.797500', '125431.257500', '125431.717500', '125432.177500', '125432.637500', '125433.097500', '125433.557500', '125434.017500', '125434.477500', '125434.937500', '125435.397500', '125435.857500', '125436.317500', '125436.777500', '125437.237500', '125437.697500', '125438.157500', '125438.617500', '125439.077500', '125439.537500', '125439.997500', '125440.457500', '125440.917500', '125441.377500', '125441.837500', '125442.297500', '125442.757500', '125443.217500', '125443.677500', '125444.137500', '125444.597500', '125445.057500', '125445.517500', '125445.977500', '125446.437500', '125446.897500', '125447.357500', '125447.817500', '125448.277500', '125448.737500', '125449.197500', '125449.657500', '125450.117500', '125450.577500', '125451.037500', '125451.497500', '125451.957500', '125452.417500', '125452.877500', '125453.337500', '125453.797500', '125454.257500', '125454.717500', '125455.177500', '125455.637500', '125456.097500', '125456.557500', '125457.017500', '125457.477500', '125457.937500', '125458.397500', '125458.857500', '125459.317500', '125459.777500', '125500.237500', '125500.697500', '125501.157500', '125501.617500', '125502.077500', '125502.537500', '125502.997500', '125503.457500', '125503.917500', '125504.377500', '125504.837500', '125505.297500', '125505.757500', '125506.217500', '125506.677500', '125507.137500', '125507.597500', '125508.057500', '125508.517500', '125508.977500', '125509.437500', '125509.897500', '125510.357500', '125510.817500', '125511.277500', '125511.737500', '125512.197500', '125512.657500', '125513.117500', '125513.577500', '125514.037500', '125514.497500', '125514.957500', '125515.417500', '125515.877500', '125516.337500', '125516.797500', '125517.257500', '125517.717500', '125518.177500', '125518.637500', '125519.097500', '125519.557500', '125520.017500', '125520.477500', '125520.937500', '125521.397500', '125521.857500', '125522.317500', '125522.777500', '125523.237500', '125523.697500', '125524.157500', '125524.617500', '125525.077500', '125525.537500', '125525.997500', '125526.457500', '125526.917500', '125527.377500', '125527.837500', '125528.297500', '125528.757500', '125529.217500', '125529.677500', '125530.137500', '125530.597500', '125531.057500', '125531.517500', '125531.977500', '125532.437500', '125532.897500', '125533.357500', '125533.817500', '125534.277500', '125534.737500', '125535.197500', '125535.657500', '125536.117500', '125536.577500', '125537.037500', '125537.497500', '125537.957500', '125538.417500', '125538.877500', '125539.337500', '125539.797500', '125540.257500', '125540.717500', '125541.177500', '125541.637500', '125542.097500', '125542.557500', '125543.017500', '125543.477500', '125543.937500', '125544.397500', '125544.857500', '125545.317500', '125545.777500', '125546.237500', '125546.697500', '125547.157500', '125547.617500', '125548.077500', '125548.537500', '125548.997500', '125549.457500', '125549.917500', '125550.377500', '125550.837500', '125551.297500', '125551.757500', '125552.217500', '125552.677500', '125553.137500', '125553.597500', '125554.057500', '125554.517500', '125554.977500', '125555.437500', '125555.897500', '125556.357500', '125556.817500', '125557.277500', '125557.737500', '125558.197500', '125558.657500', '125559.117500', '125559.577500', '125600.037500', '125600.497500', '125600.957500', '125601.417500', '125601.877500', '125602.337500', '125602.797500', '125603.257500', '125603.717500', '125604.177500', '125604.637500', '125605.097500', '125605.557500', '125606.017500', '125606.477500', '125606.937500', '125607.397500', '125607.857500', '125608.317500', '125608.777500', '125609.237500', '125609.697500', '125610.157500', '125610.617500', '125611.077500', '125611.537500', '125611.997500', '125612.457500', '125612.917500', '125613.377500', '125613.837500', '125614.297500', '125614.757500', '125615.217500', '125615.677500', '125616.137500', '125616.597500', '125617.057500', '125617.517500', '125617.977500', '125618.437500', '125618.897500', '125619.357500', '125619.817500', '125620.277500', '125620.737500', '125621.197500', '125621.657500', '125622.117500', '125622.577500', '125623.037500', '125623.497500', '125623.957500', '125624.417500', '125624.877500', '125625.337500', '125625.797500', '125626.257500', '125626.717500', '125627.177500', '125627.637500', '125628.097500', '125628.557500', '125629.017500', '125629.477500', '125629.937500', '125630.397500', '125630.857500', '125631.317500', '125631.777500', '125632.237500', '125632.697500', '125633.157500', '125633.617500', '125634.077500', '125634.537500', '125634.997500', '125635.457500', '125635.917500', '125636.377500', '125636.837500', '125637.297500', '125637.757500', '125638.217500', '125638.677500', '125639.137500', '125639.597500', '125640.057500', '125640.517500', '125640.977500', '125641.437500', '125641.897500', '125642.357500', '125642.817500', '125643.277500', '125643.737500', '125644.197500', '125644.657500', '125645.117500', '125645.577500', '125646.037500', '125646.497500', '125646.957500', '125647.417500', '125647.877500', '125648.337500', '125648.797500', '125649.257500', '125649.717500', '125650.177500', '125650.637500', '125651.097500', '125651.557500', '125652.017500', '125652.477500', '125652.937500', '125653.397500', '125653.857500', '125654.317500', '125654.777500', '125655.237500', '125655.697500', '125656.157500', '125656.617500', '125657.077500', '125657.537500', '125657.997500', '125658.457500', '125658.917500', '125659.377500', '125659.837500', '125700.297500', '125700.757500', '125701.217500', '125701.677500', '125702.137500', '125702.597500', '125703.057500', '125703.517500', '125703.977500', '125704.437500', '125704.897500', '125705.357500', '125705.817500', '125706.277500', '125706.737500', '125707.197500', '125707.657500', '125708.117500', '125708.577500', '125709.037500', '125709.497500', '125709.957500', '125710.417500', '125710.877500', '125711.337500', '125711.797500', '125712.257500', '125712.717500', '125713.177500', '125713.637500', '125714.097500', '125714.557500', '125715.017500', '125715.477500', '125715.937500', '125716.397500', '125716.857500', '125717.317500', '125717.777500', '125718.237500', '125718.697500', '125719.157500', '125719.617500', '125720.077500', '125720.537500', '125720.997500', '125721.457500', '125721.917500', '125722.377500', '125722.837500', '125723.297500', '125723.757500', '125724.217500', '125724.677500', '125725.137500', '125725.597500', '125726.057500', '125726.517500', '125726.977500', '125727.437500', '125727.897500', '125728.357500', '125728.817500', '125729.277500', '125729.737500', '125730.197500', '125730.657500', '125731.117500', '125731.577500', '125732.037500', '125732.497500', '125732.957500', '125733.417500', '125733.877500', '125734.337500', '125734.797500', '125735.257500', '125735.717500', '125736.177500', '125736.637500', '125737.097500', '125737.557500', '125738.017500', '125738.477500', '125738.937500', '125739.397500', '125739.857500', '125740.317500', '125740.777500', '125741.237500', '125741.697500', '125742.157500', '125742.617500', '125743.077500', '125743.537500', '125743.997500', '125744.457500', '125744.917500', '125745.377500', '125745.837500', '125746.297500', '125746.757500', '125747.217500', '125747.677500', '125748.137500', '125748.597500', '125749.057500', '125749.517500', '125749.977500', '125750.437500', '125750.897500', '125751.357500', '125751.817500', '125752.277500', '125752.737500', '125753.197500', '125753.657500', '125754.117500', '125754.577500', '125755.037500', '125755.497500', '125755.957500', '125756.417500', '125756.877500', '125757.337500', '125757.797500', '125758.257500', '125758.717500', '125759.177500', '125759.637500', '125800.097500', '125800.557500', '125801.017500', '125801.477500', '125801.937500', '125802.397500', '125802.857500', '125803.317500', '125803.777500', '125804.237500', '125804.697500', '125805.157500', '125805.617500', '125806.077500', '125806.537500', '125806.997500', '125807.457500', '125807.917500', '125808.377500', '125808.837500', '125809.297500', '125809.757500', '125810.217500', '125810.677500', '125811.137500', '125811.597500', '125812.057500', '125812.517500', '125812.977500', '125813.437500', '125813.897500', '125814.357500', '125814.817500', '125815.277500', '125815.737500', '125816.197500', '125816.657500', '125817.117500', '125817.577500', '125818.037500', '125818.497500', '125818.957500', '125819.417500', '125819.877500', '125820.337500', '125820.797500', '125821.257500', '125821.717500', '125822.177500', '125822.637500', '125823.097500', '125823.557500', '125824.017500', '125824.477500', '125824.937500', '125825.397500', '125825.857500', '125826.317500', '125826.777500', '125827.237500', '125827.697500', '125828.157500', '125828.617500', '125829.077500', '125829.537500', '125829.997500', '125830.457500', '125830.917500', '125831.377500', '125831.837500', '125832.297500', '125832.757500', '125833.217500', '125833.677500', '125834.137500', '125834.597500', '125835.057500', '125835.517500', '125835.977500', '125836.437500', '125836.897500', '125837.357500', '125837.817500', '125838.277500', '125838.737500', '125839.197500', '125839.657500', '125840.117500', '125840.577500', '125841.037500', '125841.497500', '125841.957500', '125842.417500', '125842.877500', '125843.337500', '125843.797500', '125844.257500', '125844.717500', '125845.177500', '125845.637500', '125846.097500', '125846.557500'], 'ContentTime': ['125227.644000', '125227.647000', '125227.658000', '125227.660000', '125227.663000', '125227.665000', '125227.668000', '125227.670000', '125227.673000', '125227.676000', '125227.678000', '125227.681000', '125227.683000', '125227.686000', '125227.689000', '125227.691000', '125227.694000', '125227.696000', '125227.699000', '125227.702000', '125227.704000', '125227.707000', '125227.710000', '125227.712000', '125227.715000', '125227.717000', '125227.720000', '125227.723000', '125227.725000', '125227.728000', '125227.731000', '125227.734000', '125227.737000', '125227.739000', '125227.742000', '125227.745000', '125227.747000', '125227.750000', '125227.753000', '125227.755000', '125227.758000', '125227.760000', '125227.763000', '125227.766000', '125227.768000', '125247.610000', '125247.612000', '125247.615000', '125247.618000', '125247.620000', '125247.623000', '125247.625000', '125247.628000', '125247.631000', '125247.633000', '125247.636000', '125247.639000', '125247.641000', '125247.644000', '125247.646000', '125247.649000', '125247.652000', '125247.654000', '125247.657000', '125247.659000', '125247.662000', '125247.665000', '125247.667000', '125247.670000', '125247.673000', '125247.675000', '125247.678000', '125247.680000', '125247.683000', '125247.686000', '125247.688000', '125247.691000', '125247.693000', '125247.696000', '125247.698000', '125247.701000', '125247.704000', '125247.706000', '125247.709000', '125247.712000', '125247.718000', '125247.721000', '125247.723000', '125247.726000', '125307.610000', '125307.612000', '125307.615000', '125307.617000', '125307.620000', '125307.623000', '125307.625000', '125307.628000', '125307.631000', '125307.633000', '125307.636000', '125307.639000', '125307.641000', '125307.644000', '125307.646000', '125307.649000', '125307.652000', '125307.654000', '125307.657000', '125307.659000', '125307.662000', '125307.671000', '125307.674000', '125307.677000', '125307.679000', '125307.682000', '125307.684000', '125307.687000', '125307.690000', '125307.692000', '125307.695000', '125307.698000', '125307.700000', '125307.703000', '125307.705000', '125307.708000', '125307.711000', '125307.714000', '125307.716000', '125307.719000', '125307.722000', '125307.724000', '125307.727000', '125327.609000', '125327.613000', '125327.615000', '125327.618000', '125327.620000', '125327.623000', '125327.626000', '125327.628000', '125327.638000', '125327.640000', '125327.643000', '125327.646000', '125327.648000', '125327.651000', '125327.654000', '125327.656000', '125327.659000', '125327.662000', '125327.664000', '125327.667000', '125327.682000', '125327.685000', '125327.688000', '125327.690000', '125327.693000', '125327.696000', '125327.698000', '125327.701000', '125327.703000', '125327.706000', '125327.709000', '125327.711000', '125327.714000', '125327.717000', '125327.719000', '125327.722000', '125327.725000', '125327.728000', '125327.730000', '125327.733000', '125327.735000', '125327.738000', '125327.741000', '125327.743000', '125347.610000', '125347.613000', '125347.616000', '125347.619000', '125347.621000', '125347.624000', '125347.626000', '125347.629000', '125347.632000', '125347.634000', '125347.637000', '125347.639000', '125347.642000', '125347.645000', '125347.656000', '125347.658000', '125347.661000', '125347.663000', '125347.666000', '125347.669000', '125347.671000', '125347.674000', '125347.676000', '125347.679000', '125347.682000', '125347.684000', '125347.687000', '125347.690000', '125347.692000', '125347.695000', '125347.697000', '125347.700000', '125347.703000', '125347.706000', '125347.709000', '125347.712000', '125347.715000', '125347.718000', '125347.720000', '125347.723000', '125347.725000', '125347.728000', '125347.731000', '125407.610000', '125407.613000', '125407.616000', '125407.618000', '125407.621000', '125407.624000', '125407.626000', '125407.629000', '125407.632000', '125407.634000', '125407.637000', '125407.639000', '125407.647000', '125407.650000', '125407.652000', '125407.655000', '125407.658000', '125407.660000', '125407.663000', '125407.665000', '125407.668000', '125407.671000', '125407.673000', '125407.676000', '125407.679000', '125407.681000', '125407.684000', '125407.686000', '125407.689000', '125407.692000', '125407.694000', '125407.697000', '125407.700000', '125407.702000', '125407.705000', '125407.708000', '125407.710000', '125407.713000', '125407.715000', '125407.718000', '125407.721000', '125407.723000', '125407.726000', '125407.729000', '125427.611000', '125427.613000', '125427.616000', '125427.619000', '125427.622000', '125427.624000', '125427.627000', '125427.630000', '125427.632000', '125427.635000', '125427.638000', '125427.640000', '125427.643000', '125427.645000', '125427.648000', '125427.651000', '125427.653000', '125427.656000', '125427.659000', '125427.662000', '125427.664000', '125427.667000', '125427.670000', '125427.672000', '125427.675000', '125427.678000', '125427.680000', '125427.683000', '125427.686000', '125427.689000', '125427.691000', '125427.694000', '125427.697000', '125427.699000', '125427.702000', '125427.705000', '125427.707000', '125427.710000', '125427.713000', '125427.716000', '125427.718000', '125427.721000', '125427.724000', '125447.609000', '125447.612000', '125447.615000', '125447.617000', '125447.620000', '125447.623000', '125447.626000', '125447.628000', '125447.631000', '125447.634000', '125447.636000', '125447.639000', '125447.641000', '125447.644000', '125447.647000', '125447.649000', '125447.652000', '125447.654000', '125447.657000', '125447.660000', '125447.662000', '125447.665000', '125447.668000', '125447.671000', '125447.673000', '125447.676000', '125447.678000', '125447.681000', '125447.684000', '125447.686000', '125447.689000', '125447.692000', '125447.694000', '125447.697000', '125447.700000', '125447.702000', '125447.705000', '125447.708000', '125447.710000', '125447.713000', '125447.716000', '125447.718000', '125447.721000', '125447.728000', '125507.609000', '125507.612000', '125507.615000', '125507.618000', '125507.620000', '125507.623000', '125507.625000', '125507.628000', '125507.631000', '125507.633000', '125507.636000', '125507.638000', '125507.641000', '125507.644000', '125507.646000', '125507.649000', '125507.651000', '125507.654000', '125507.657000', '125507.659000', '125507.662000', '125507.665000', '125507.667000', '125507.670000', '125507.672000', '125507.675000', '125507.678000', '125507.680000', '125507.683000', '125507.686000', '125507.688000', '125507.691000', '125507.694000', '125507.696000', '125507.699000', '125507.702000', '125507.704000', '125507.707000', '125507.710000', '125507.712000', '125507.715000', '125507.718000', '125507.720000', '125527.609000', '125527.612000', '125527.615000', '125527.618000', '125527.620000', '125527.623000', '125527.626000', '125527.628000', '125527.631000', '125527.634000', '125527.636000', '125527.639000', '125527.641000', '125527.644000', '125527.647000', '125527.649000', '125527.652000', '125527.654000', '125527.657000', '125527.660000', '125527.662000', '125527.665000', '125527.668000', '125527.670000', '125527.673000', '125527.675000', '125527.678000', '125527.681000', '125527.683000', '125527.686000', '125527.689000', '125527.691000', '125527.694000', '125527.697000', '125527.699000', '125527.702000', '125527.704000', '125527.707000', '125527.710000', '125527.712000', '125527.715000', '125527.718000', '125527.720000', '125527.723000', '125547.610000', '125547.612000', '125547.615000', '125547.618000', '125547.620000', '125547.623000', '125547.626000', '125547.628000', '125547.631000', '125547.633000', '125547.636000', '125547.639000', '125547.641000', '125547.644000', '125547.647000', '125547.649000', '125547.652000', '125547.655000', '125547.657000', '125547.660000', '125547.663000', '125547.665000', '125547.668000', '125547.670000', '125547.673000', '125547.676000', '125547.678000', '125547.681000', '125547.683000', '125547.686000', '125547.689000', '125547.691000', '125547.694000', '125547.697000', '125547.699000', '125547.702000', '125547.705000', '125547.707000', '125547.710000', '125547.712000', '125547.715000', '125547.719000', '125547.721000', '125607.610000', '125607.613000', '125607.616000', '125607.620000', '125607.623000', '125607.625000', '125607.628000', '125607.631000', '125607.633000', '125607.636000', '125607.639000', '125607.641000', '125607.644000', '125607.647000', '125607.649000', '125607.652000', '125607.655000', '125607.658000', '125607.660000', '125607.663000', '125607.665000', '125607.668000', '125607.671000', '125607.674000', '125607.676000', '125607.679000', '125607.682000', '125607.684000', '125607.687000', '125607.690000', '125607.692000', '125607.695000', '125607.698000', '125607.700000', '125607.703000', '125607.706000', '125607.708000', '125607.711000', '125607.714000', '125607.716000', '125607.719000', '125607.722000', '125607.724000', '125607.727000', '125627.610000', '125627.613000', '125627.616000', '125627.619000', '125627.621000', '125627.624000', '125627.626000', '125627.629000', '125627.632000', '125627.634000', '125627.637000', '125627.640000', '125627.643000', '125627.645000', '125627.668000', '125627.671000', '125627.674000', '125627.676000', '125627.679000', '125627.682000', '125627.684000', '125627.687000', '125627.690000', '125627.692000', '125627.695000', '125627.698000', '125627.700000', '125627.703000', '125627.706000', '125627.708000', '125627.711000', '125627.714000', '125627.716000', '125627.719000', '125627.722000', '125627.724000', '125627.727000', '125627.730000', '125627.732000', '125627.735000', '125627.737000', '125627.740000', '125627.743000', '125647.611000', '125647.613000', '125647.616000', '125647.619000', '125647.621000', '125647.624000', '125647.627000', '125647.629000', '125647.632000', '125647.635000', '125647.637000', '125647.640000', '125647.642000', '125647.645000', '125647.648000', '125647.650000', '125647.653000', '125647.656000', '125647.658000', '125647.661000', '125647.664000', '125647.666000', '125647.669000', '125647.671000', '125647.674000', '125647.677000', '125647.679000', '125647.682000', '125647.685000', '125647.687000', '125647.690000', '125647.693000', '125647.695000', '125647.698000', '125647.700000', '125647.703000', '125647.706000', '125647.708000', '125647.711000', '125647.714000', '125647.717000', '125647.720000', '125647.723000', '125707.609000', '125707.612000', '125707.615000', '125707.618000', '125707.620000', '125707.623000', '125707.625000', '125707.628000', '125707.631000', '125707.633000', '125707.636000', '125707.639000', '125707.641000', '125707.644000', '125707.647000', '125707.649000', '125707.652000', '125707.654000', '125707.657000', '125707.660000', '125707.663000', '125707.665000', '125707.668000', '125707.670000', '125707.673000', '125707.676000', '125707.678000', '125707.681000', '125707.684000', '125707.686000', '125707.689000', '125707.692000', '125707.694000', '125707.697000', '125707.700000', '125707.702000', '125707.705000', '125707.708000', '125707.710000', '125707.713000', '125707.716000', '125707.718000', '125707.721000', '125707.724000', '125727.610000', '125727.613000', '125727.615000', '125727.618000', '125727.621000', '125727.623000', '125727.626000', '125727.629000', '125727.631000', '125727.634000', '125727.637000', '125727.639000', '125727.642000', '125727.645000', '125727.647000', '125727.651000', '125727.654000', '125727.657000', '125727.660000', '125727.662000', '125727.665000', '125727.668000', '125727.670000', '125727.673000', '125727.676000', '125727.678000', '125727.681000', '125727.684000', '125727.687000', '125727.689000', '125727.692000', '125727.695000', '125727.697000', '125727.700000', '125727.703000', '125727.705000', '125727.708000', '125727.711000', '125727.713000', '125727.716000', '125727.719000', '125727.721000', '125727.724000', '125727.727000', '125747.610000', '125747.613000', '125747.615000', '125747.619000', '125747.622000', '125747.624000', '125747.627000', '125747.630000', '125747.632000', '125747.635000', '125747.638000', '125747.640000', '125747.643000', '125747.646000', '125747.648000', '125747.651000', '125747.654000', '125747.656000', '125747.668000', '125747.671000', '125747.674000', '125747.676000', '125747.679000', '125747.682000', '125747.684000', '125747.698000', '125747.701000', '125747.703000', '125747.706000', '125747.709000', '125747.711000', '125747.714000', '125747.717000', '125747.719000', '125747.722000', '125747.725000', '125747.727000', '125747.730000', '125747.733000', '125747.736000', '125747.738000', '125747.741000', '125747.744000', '125807.611000', '125807.614000', '125807.617000', '125807.620000', '125807.623000', '125807.626000', '125807.629000', '125807.631000', '125807.634000', '125807.637000', '125807.639000', '125807.642000', '125807.644000', '125807.647000', '125807.650000', '125807.652000', '125807.655000', '125807.658000', '125807.660000', '125807.663000', '125807.665000', '125807.668000', '125807.671000', '125807.673000', '125807.676000', '125807.678000', '125807.681000', '125807.684000', '125807.686000', '125807.689000', '125807.692000', '125807.694000', '125807.697000', '125807.700000', '125807.702000', '125807.705000', '125807.708000', '125807.710000', '125807.713000', '125807.716000', '125807.718000', '125807.721000', '125807.723000', '125827.610000', '125827.613000', '125827.616000', '125827.619000', '125827.621000', '125827.624000', '125827.626000', '125827.629000', '125827.631000', '125827.634000', '125827.637000', '125827.640000', '125827.642000', '125827.645000', '125827.648000', '125827.650000', '125827.653000', '125827.655000', '125827.658000', '125827.661000', '125827.663000', '125827.666000', '125827.668000', '125827.671000', '125827.674000', '125827.676000', '125827.679000', '125827.682000', '125827.684000', '125827.687000', '125827.689000', '125827.692000', '125827.695000', '125827.697000', '125827.700000', '125827.702000', '125827.705000', '125827.708000', '125827.710000', '125827.713000', '125827.715000', '125827.718000', '125827.721000', '125827.723000', '125847.611000', '125847.614000', '125847.617000', '125847.620000', '125847.623000', '125847.625000', '125847.628000', '125847.631000', '125847.634000', '125847.637000', '125847.640000', '125847.643000', '125847.645000', '125847.648000', '125847.651000', '125847.654000', '125847.657000', '125847.659000', '125847.662000', '125847.665000', '125847.667000', '125847.670000', '125847.673000', '125847.676000', '125847.678000', '125847.681000', '125847.684000', '125847.687000', '125847.690000', '125847.694000', '125847.697000', '125847.700000', '125847.702000', '125847.707000', '125847.710000', '125847.713000', '125847.715000', '125847.730000', '125847.733000', '125847.736000', '125847.746000', '125847.749000', '125847.752000', '125847.803000'], 'InstanceCreationTime': ['125227.644000', '125227.647000', '125227.658000', '125227.660000', '125227.663000', '125227.665000', '125227.668000', '125227.670000', '125227.673000', '125227.676000', '125227.678000', '125227.681000', '125227.683000', '125227.686000', '125227.689000', '125227.691000', '125227.694000', '125227.696000', '125227.699000', '125227.702000', '125227.704000', '125227.707000', '125227.710000', '125227.712000', '125227.715000', '125227.717000', '125227.720000', '125227.723000', '125227.725000', '125227.728000', '125227.731000', '125227.734000', '125227.737000', '125227.739000', '125227.742000', '125227.745000', '125227.747000', '125227.750000', '125227.753000', '125227.755000', '125227.758000', '125227.760000', '125227.763000', '125227.766000', '125227.768000', '125247.610000', '125247.612000', '125247.615000', '125247.618000', '125247.620000', '125247.623000', '125247.625000', '125247.628000', '125247.631000', '125247.633000', '125247.636000', '125247.639000', '125247.641000', '125247.644000', '125247.646000', '125247.649000', '125247.652000', '125247.654000', '125247.657000', '125247.659000', '125247.662000', '125247.665000', '125247.667000', '125247.670000', '125247.673000', '125247.675000', '125247.678000', '125247.680000', '125247.683000', '125247.686000', '125247.688000', '125247.691000', '125247.693000', '125247.696000', '125247.698000', '125247.701000', '125247.704000', '125247.706000', '125247.709000', '125247.712000', '125247.718000', '125247.721000', '125247.723000', '125247.726000', '125307.610000', '125307.612000', '125307.615000', '125307.617000', '125307.620000', '125307.623000', '125307.625000', '125307.628000', '125307.631000', '125307.633000', '125307.636000', '125307.639000', '125307.641000', '125307.644000', '125307.646000', '125307.649000', '125307.652000', '125307.654000', '125307.657000', '125307.659000', '125307.662000', '125307.671000', '125307.674000', '125307.677000', '125307.679000', '125307.682000', '125307.684000', '125307.687000', '125307.690000', '125307.692000', '125307.695000', '125307.698000', '125307.700000', '125307.703000', '125307.705000', '125307.708000', '125307.711000', '125307.714000', '125307.716000', '125307.719000', '125307.722000', '125307.724000', '125307.727000', '125327.609000', '125327.613000', '125327.615000', '125327.618000', '125327.620000', '125327.623000', '125327.626000', '125327.628000', '125327.638000', '125327.640000', '125327.643000', '125327.646000', '125327.648000', '125327.651000', '125327.654000', '125327.656000', '125327.659000', '125327.662000', '125327.664000', '125327.667000', '125327.682000', '125327.685000', '125327.688000', '125327.690000', '125327.693000', '125327.696000', '125327.698000', '125327.701000', '125327.703000', '125327.706000', '125327.709000', '125327.711000', '125327.714000', '125327.717000', '125327.719000', '125327.722000', '125327.725000', '125327.728000', '125327.730000', '125327.733000', '125327.735000', '125327.738000', '125327.741000', '125327.743000', '125347.610000', '125347.613000', '125347.616000', '125347.619000', '125347.621000', '125347.624000', '125347.626000', '125347.629000', '125347.632000', '125347.634000', '125347.637000', '125347.639000', '125347.642000', '125347.645000', '125347.656000', '125347.658000', '125347.661000', '125347.663000', '125347.666000', '125347.669000', '125347.671000', '125347.674000', '125347.676000', '125347.679000', '125347.682000', '125347.684000', '125347.687000', '125347.690000', '125347.692000', '125347.695000', '125347.697000', '125347.700000', '125347.703000', '125347.706000', '125347.709000', '125347.712000', '125347.715000', '125347.718000', '125347.720000', '125347.723000', '125347.725000', '125347.728000', '125347.731000', '125407.610000', '125407.613000', '125407.616000', '125407.618000', '125407.621000', '125407.624000', '125407.626000', '125407.629000', '125407.632000', '125407.634000', '125407.637000', '125407.639000', '125407.647000', '125407.650000', '125407.652000', '125407.655000', '125407.658000', '125407.660000', '125407.663000', '125407.665000', '125407.668000', '125407.671000', '125407.673000', '125407.676000', '125407.679000', '125407.681000', '125407.684000', '125407.686000', '125407.689000', '125407.692000', '125407.694000', '125407.697000', '125407.700000', '125407.702000', '125407.705000', '125407.708000', '125407.710000', '125407.713000', '125407.715000', '125407.718000', '125407.721000', '125407.723000', '125407.726000', '125407.729000', '125427.611000', '125427.613000', '125427.616000', '125427.619000', '125427.622000', '125427.624000', '125427.627000', '125427.630000', '125427.632000', '125427.635000', '125427.638000', '125427.640000', '125427.643000', '125427.645000', '125427.648000', '125427.651000', '125427.653000', '125427.656000', '125427.659000', '125427.662000', '125427.664000', '125427.667000', '125427.670000', '125427.672000', '125427.675000', '125427.678000', '125427.680000', '125427.683000', '125427.686000', '125427.689000', '125427.691000', '125427.694000', '125427.697000', '125427.699000', '125427.702000', '125427.705000', '125427.707000', '125427.710000', '125427.713000', '125427.716000', '125427.718000', '125427.721000', '125427.724000', '125447.609000', '125447.612000', '125447.615000', '125447.617000', '125447.620000', '125447.623000', '125447.626000', '125447.628000', '125447.631000', '125447.634000', '125447.636000', '125447.639000', '125447.641000', '125447.644000', '125447.647000', '125447.649000', '125447.652000', '125447.654000', '125447.657000', '125447.660000', '125447.662000', '125447.665000', '125447.668000', '125447.671000', '125447.673000', '125447.676000', '125447.678000', '125447.681000', '125447.684000', '125447.686000', '125447.689000', '125447.692000', '125447.694000', '125447.697000', '125447.700000', '125447.702000', '125447.705000', '125447.708000', '125447.710000', '125447.713000', '125447.716000', '125447.718000', '125447.721000', '125447.728000', '125507.609000', '125507.612000', '125507.615000', '125507.618000', '125507.620000', '125507.623000', '125507.625000', '125507.628000', '125507.631000', '125507.633000', '125507.636000', '125507.638000', '125507.641000', '125507.644000', '125507.646000', '125507.649000', '125507.651000', '125507.654000', '125507.657000', '125507.659000', '125507.662000', '125507.665000', '125507.667000', '125507.670000', '125507.672000', '125507.675000', '125507.678000', '125507.680000', '125507.683000', '125507.686000', '125507.688000', '125507.691000', '125507.694000', '125507.696000', '125507.699000', '125507.702000', '125507.704000', '125507.707000', '125507.710000', '125507.712000', '125507.715000', '125507.718000', '125507.720000', '125527.609000', '125527.612000', '125527.615000', '125527.618000', '125527.620000', '125527.623000', '125527.626000', '125527.628000', '125527.631000', '125527.634000', '125527.636000', '125527.639000', '125527.641000', '125527.644000', '125527.647000', '125527.649000', '125527.652000', '125527.654000', '125527.657000', '125527.660000', '125527.662000', '125527.665000', '125527.668000', '125527.670000', '125527.673000', '125527.675000', '125527.678000', '125527.681000', '125527.683000', '125527.686000', '125527.689000', '125527.691000', '125527.694000', '125527.697000', '125527.699000', '125527.702000', '125527.704000', '125527.707000', '125527.710000', '125527.712000', '125527.715000', '125527.718000', '125527.720000', '125527.723000', '125547.610000', '125547.612000', '125547.615000', '125547.618000', '125547.620000', '125547.623000', '125547.626000', '125547.628000', '125547.631000', '125547.633000', '125547.636000', '125547.639000', '125547.641000', '125547.644000', '125547.647000', '125547.649000', '125547.652000', '125547.655000', '125547.657000', '125547.660000', '125547.663000', '125547.665000', '125547.668000', '125547.670000', '125547.673000', '125547.676000', '125547.678000', '125547.681000', '125547.683000', '125547.686000', '125547.689000', '125547.691000', '125547.694000', '125547.697000', '125547.699000', '125547.702000', '125547.705000', '125547.707000', '125547.710000', '125547.712000', '125547.715000', '125547.719000', '125547.721000', '125607.610000', '125607.613000', '125607.616000', '125607.620000', '125607.623000', '125607.625000', '125607.628000', '125607.631000', '125607.633000', '125607.636000', '125607.639000', '125607.641000', '125607.644000', '125607.647000', '125607.649000', '125607.652000', '125607.655000', '125607.658000', '125607.660000', '125607.663000', '125607.665000', '125607.668000', '125607.671000', '125607.674000', '125607.676000', '125607.679000', '125607.682000', '125607.684000', '125607.687000', '125607.690000', '125607.692000', '125607.695000', '125607.698000', '125607.700000', '125607.703000', '125607.706000', '125607.708000', '125607.711000', '125607.714000', '125607.716000', '125607.719000', '125607.722000', '125607.724000', '125607.727000', '125627.610000', '125627.613000', '125627.616000', '125627.619000', '125627.621000', '125627.624000', '125627.626000', '125627.629000', '125627.632000', '125627.634000', '125627.637000', '125627.640000', '125627.643000', '125627.645000', '125627.668000', '125627.671000', '125627.674000', '125627.676000', '125627.679000', '125627.682000', '125627.684000', '125627.687000', '125627.690000', '125627.692000', '125627.695000', '125627.698000', '125627.700000', '125627.703000', '125627.706000', '125627.708000', '125627.711000', '125627.714000', '125627.716000', '125627.719000', '125627.722000', '125627.724000', '125627.727000', '125627.730000', '125627.732000', '125627.735000', '125627.737000', '125627.740000', '125627.743000', '125647.611000', '125647.613000', '125647.616000', '125647.619000', '125647.621000', '125647.624000', '125647.627000', '125647.629000', '125647.632000', '125647.635000', '125647.637000', '125647.640000', '125647.642000', '125647.645000', '125647.648000', '125647.650000', '125647.653000', '125647.656000', '125647.658000', '125647.661000', '125647.664000', '125647.666000', '125647.669000', '125647.671000', '125647.674000', '125647.677000', '125647.679000', '125647.682000', '125647.685000', '125647.687000', '125647.690000', '125647.693000', '125647.695000', '125647.698000', '125647.700000', '125647.703000', '125647.706000', '125647.708000', '125647.711000', '125647.714000', '125647.717000', '125647.720000', '125647.723000', '125707.609000', '125707.612000', '125707.615000', '125707.618000', '125707.620000', '125707.623000', '125707.625000', '125707.628000', '125707.631000', '125707.633000', '125707.636000', '125707.639000', '125707.641000', '125707.644000', '125707.647000', '125707.649000', '125707.652000', '125707.654000', '125707.657000', '125707.660000', '125707.663000', '125707.665000', '125707.668000', '125707.670000', '125707.673000', '125707.676000', '125707.678000', '125707.681000', '125707.684000', '125707.686000', '125707.689000', '125707.692000', '125707.694000', '125707.697000', '125707.700000', '125707.702000', '125707.705000', '125707.708000', '125707.710000', '125707.713000', '125707.716000', '125707.718000', '125707.721000', '125707.724000', '125727.610000', '125727.613000', '125727.615000', '125727.618000', '125727.621000', '125727.623000', '125727.626000', '125727.629000', '125727.631000', '125727.634000', '125727.637000', '125727.639000', '125727.642000', '125727.645000', '125727.647000', '125727.651000', '125727.654000', '125727.657000', '125727.660000', '125727.662000', '125727.665000', '125727.668000', '125727.670000', '125727.673000', '125727.676000', '125727.678000', '125727.681000', '125727.684000', '125727.687000', '125727.689000', '125727.692000', '125727.695000', '125727.697000', '125727.700000', '125727.703000', '125727.705000', '125727.708000', '125727.711000', '125727.713000', '125727.716000', '125727.719000', '125727.721000', '125727.724000', '125727.727000', '125747.610000', '125747.613000', '125747.615000', '125747.619000', '125747.622000', '125747.624000', '125747.627000', '125747.630000', '125747.632000', '125747.635000', '125747.638000', '125747.640000', '125747.643000', '125747.646000', '125747.648000', '125747.651000', '125747.654000', '125747.656000', '125747.668000', '125747.671000', '125747.674000', '125747.676000', '125747.679000', '125747.682000', '125747.684000', '125747.698000', '125747.701000', '125747.703000', '125747.706000', '125747.709000', '125747.711000', '125747.714000', '125747.717000', '125747.719000', '125747.722000', '125747.725000', '125747.727000', '125747.730000', '125747.733000', '125747.736000', '125747.738000', '125747.741000', '125747.744000', '125807.611000', '125807.614000', '125807.617000', '125807.620000', '125807.623000', '125807.626000', '125807.629000', '125807.631000', '125807.634000', '125807.637000', '125807.639000', '125807.642000', '125807.644000', '125807.647000', '125807.650000', '125807.652000', '125807.655000', '125807.658000', '125807.660000', '125807.663000', '125807.665000', '125807.668000', '125807.671000', '125807.673000', '125807.676000', '125807.678000', '125807.681000', '125807.684000', '125807.686000', '125807.689000', '125807.692000', '125807.694000', '125807.697000', '125807.700000', '125807.702000', '125807.705000', '125807.708000', '125807.710000', '125807.713000', '125807.716000', '125807.718000', '125807.721000', '125807.723000', '125827.610000', '125827.613000', '125827.616000', '125827.619000', '125827.621000', '125827.624000', '125827.626000', '125827.629000', '125827.631000', '125827.634000', '125827.637000', '125827.640000', '125827.642000', '125827.645000', '125827.648000', '125827.650000', '125827.653000', '125827.655000', '125827.658000', '125827.661000', '125827.663000', '125827.666000', '125827.668000', '125827.671000', '125827.674000', '125827.676000', '125827.679000', '125827.682000', '125827.684000', '125827.687000', '125827.689000', '125827.692000', '125827.695000', '125827.697000', '125827.700000', '125827.702000', '125827.705000', '125827.708000', '125827.710000', '125827.713000', '125827.715000', '125827.718000', '125827.721000', '125827.723000', '125847.611000', '125847.614000', '125847.617000', '125847.620000', '125847.623000', '125847.625000', '125847.628000', '125847.631000', '125847.634000', '125847.637000', '125847.640000', '125847.643000', '125847.645000', '125847.648000', '125847.651000', '125847.654000', '125847.657000', '125847.659000', '125847.662000', '125847.665000', '125847.667000', '125847.670000', '125847.673000', '125847.676000', '125847.678000', '125847.681000', '125847.684000', '125847.687000', '125847.690000', '125847.694000', '125847.697000', '125847.700000', '125847.702000', '125847.707000', '125847.710000', '125847.713000', '125847.715000', '125847.730000', '125847.733000', '125847.736000', '125847.746000', '125847.749000', '125847.752000', '125847.803000'], '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': [11596, 13277, 13158, 18339, 11051, 7268, 11333, 7532, 14658, 11685, 17507, 10292, 13616, 8883, 12906, 8829, 9014, 9050, 6825, 8969, 7059, 9134, 7294, 9735, 7831, 7775, 7432, 7143, 9191, 7125, 11143, 6951, 11080, 7569, 11108, 8544, 13378, 9735, 15773, 7607, 10101, 7338, 8611, 8504, 7350, 9652, 6996, 9070, 7379, 12145, 12959, 17471, 10145, 14951, 8168, 11824, 11278, 15358, 10479, 12837, 10360, 6787, 7965, 7205, 7917, 7637, 8276, 7556, 10238, 6682, 9375, 6865, 8898, 6913, 10402, 7393, 10672, 6785, 8725, 7071, 8963, 9100, 12555, 6826, 9857, 7008, 9993, 7680, 12949, 8862, 10351, 7327, 8893, 7347, 8966, 8684, 7729, 8833, 6579, 9544, 7052, 11180, 9454, 14936, 7893, 12961, 9736, 15250, 12103, 9257, 11480, 8867, 8602, 17490, 10404, 13643, 9110, 17468, 11225, 14866, 12697, 7818, 9008, 6926, 9275, 7049, 10466, 8801, 14273, 10135, 8067, 15004, 15311, 13523, 9139, 14210, 10507, 7693, 7917, 6895, 8880, 7145, 6897, 7880, 7094, 10361, 7803, 13447, 8733, 8718, 8381, 7604, 9540, 8800, 11596, 8152, 13676, 6982, 11346, 7478, 11316, 8627, 12517, 8015, 10039, 7241, 7389, 8328, 7257, 12029, 7207, 11565, 7158, 10766, 8391, 11647, 8639, 7600, 7804, 6811, 7852, 6981, 8332, 7196, 10765, 7005, 9856, 7597, 10269, 8852, 9397, 7993, 6894, 7627, 6872, 9649, 7721, 10320, 9152, 6818, 9177, 8055, 16409, 15571, 16899, 10295, 11198, 7864, 12596, 8093, 10549, 8438, 8284, 9937, 7393, 7121, 8287, 7168, 8187, 10637, 9321, 14837, 7984, 16623, 9403, 15246, 7790, 8099, 8163, 15130, 12613, 18808, 7005, 6907, 8179, 7587, 8359, 8985, 13165, 7061, 9717, 7084, 8798, 7808, 9826, 7979, 7433, 9250, 7072, 12341, 8439, 9681, 7404, 6770, 9632, 7469, 12091, 7537, 12545, 8411, 13145, 8758, 12819, 12754, 9923, 17216, 16084, 12145, 8395, 7190, 7488, 8535, 7104, 10339, 7931, 16474, 13638, 7347, 8057, 7765, 7711, 8884, 7302, 6493, 8323, 7232, 12554, 8103, 14893, 10183, 13491, 8064, 7334, 8590, 7218, 11889, 7199, 11017, 7070, 10047, 7369, 10517, 7788, 11350, 7547, 8181, 7883, 6957, 7620, 6986, 8300, 6884, 9490, 7069, 9476, 7107, 9431, 8038, 12967, 8535, 9603, 8700, 6754, 7124, 8063, 7339, 9819, 8549, 13274, 12779, 12403, 8343, 8193, 12462, 14534, 15707, 12968, 9520, 8821, 7027, 8300, 7623, 8223, 7321, 10204, 7055, 8007, 7384, 6969, 8659, 7991, 8911, 10611, 14912, 8735, 14377, 9334, 16656, 10735, 16438, 16593, 15463, 8637, 10498, 6750, 8874, 8176, 9083, 13102, 6753, 7137, 6954, 7085, 9557, 11340, 17407, 9152, 7355, 8522, 7265, 13603, 8767, 16613, 10500, 14342, 9948, 9029, 8068, 7093, 11245, 7164, 7060, 7747, 7211, 7454, 8870, 7729, 9144, 8016, 9792, 8157, 11392, 9507, 10901, 9550, 10713, 10704, 6726, 10118, 6952, 10179, 7056, 10911, 8546, 16861, 7075, 7046, 8081, 7004, 8030, 8575, 12646, 7319, 6738, 8523, 7048, 7229, 8560, 6917, 10104, 6787, 12333, 10150, 15589, 10579, 14224, 7884, 11083, 7928, 13772, 7532, 9372, 7124, 10538, 7901, 7383, 7810, 6784, 9349, 7208, 10742, 7933, 11871, 9071, 15352, 10318, 13854, 9813, 11719, 8886, 10630, 11510, 15613, 11836, 11543, 8369, 7266, 9342, 6943, 10018, 7086, 15837, 12492, 8729, 8114, 7268, 6871, 7312, 6891, 9149, 7247, 11388, 7981, 11374, 9165, 10289, 9099, 7553, 8719, 7017, 8445, 8859, 8812, 12473, 10464, 10066, 8512, 9658, 14415, 7093, 6736, 8946, 7249, 10537, 7524, 14475, 9855, 7879, 8210, 7015, 8374, 6806, 8656, 6990, 12274, 8738, 9393, 7685, 7176, 7906, 7323, 9163, 7544, 9670, 8291, 7339, 9603, 7035, 8847, 7006, 10183, 7154, 12395, 11147, 9142, 10347, 7294, 6819, 9411, 7403, 8546, 10136, 7134, 12339, 7543, 11855, 7853, 12912, 8564, 15838, 11055, 13837, 6836, 11724, 8384, 15376, 18297, 16536, 18729, 9872, 9035, 8645, 10048, 8673, 12280, 7916, 8125, 7591, 7259, 7737, 7650, 6996, 6683, 7358, 7067, 9554, 7100, 9152, 7400, 13868, 9779, 13609, 14901, 12217, 15695, 12527, 16325, 16233, 9713, 10201, 7613, 10247, 7386, 16902, 10457, 17068, 10802, 13354, 15742, 6918, 6681, 7893, 6959, 9804, 7739, 12567, 8944, 15838, 12139, 16353, 12400, 12033, 9735, 7209, 9034, 7156, 10863, 7229, 6579, 7802, 7612, 9172, 7081, 9082, 7099, 9630, 6615, 9417, 6660, 9434, 6869, 8656, 7130, 9077, 8034, 11005, 7379, 11803, 9422, 6903, 8362, 6706, 9216, 7075, 11999, 7062, 14847, 7182, 12365, 7562, 13155, 7296, 11271, 7373, 6692, 7990, 7269, 7161, 7267, 6875, 8177, 6919, 10653, 7882, 15060, 9921, 15713, 9251, 8712, 9203, 8869, 7502, 8846, 6771, 6844, 7332, 6981, 9473, 7148, 9675, 7904, 9806, 8108, 11988, 8524, 14089, 6950, 10071, 6632, 8441, 6865, 8972, 10915, 16567, 10520, 6788, 7672, 7051, 9024, 7577, 12433, 9046, 14316, 15871, 11734, 7614, 7692, 6842, 8809, 7868, 10978, 11502, 12319, 12568, 16167, 13913, 17242, 14484, 12960, 10162, 6981, 8246, 7285, 10860, 7013, 9560, 7491, 7964, 7750, 7589, 8047, 7196, 10983, 6772, 10949, 7140, 9031, 8544, 7107, 10196, 9554, 8680, 13129, 6724, 12221, 7471, 12692, 8233, 10472, 7473, 11605, 9161, 7011, 7823, 6694, 8460, 6943, 8531, 7366, 10746, 8071, 11840, 7183, 10248, 9082, 14447, 15547, 17793, 13115, 8273, 8435, 7721, 7527, 7392, 8264, 7384, 8652, 8103, 9002, 8428, 9217, 7174, 12151, 7803, 8469, 8286, 7392, 13705, 7273, 7018, 8068, 6873, 8925, 7033, 8834, 7291, 9639, 7180, 13219, 10079, 16984, 9157, 14673, 7793, 12318, 9408, 11134, 10651, 8562, 8287, 6704, 6621, 7958, 7263, 9553, 7100, 10573, 6897, 10621, 7834, 8354, 8165, 6981, 9799, 6992, 9065, 7138, 7136, 7667, 7263, 10210, 10071, 15551, 7716, 13577, 10451, 14555, 8239, 12234, 8744, 7557, 6873, 7376, 7363, 17144, 7897, 11274, 7425, 7442, 7620, 9102, 7408, 12474, 8034, 11385, 9859, 15561, 11895, 13224, 7559, 7124, 7570, 7694, 8453, 7008, 8013, 6517, 7677, 7856, 12438, 7151, 6548], 'WindowCenter': [4284.0, 4262.0, 4245.0, 4272.0, 4204.0, 4150.0, 4188.0, 4147.0, 4207.0, 4186.0, 4215.0, 4163.0, 4182.0, 4141.0, 4183.0, 4140.0, 4140.0, 4139.0, 4110.0, 4139.0, 4122.0, 4151.0, 4133.0, 4152.0, 4133.0, 4131.0, 4133.0, 4134.0, 4166.0, 4136.0, 4186.0, 4135.0, 4174.0, 4133.0, 4174.0, 4156.0, 4195.0, 4167.0, 4206.0, 4132.0, 4162.0, 4122.0, 4143.0, 4141.0, 4133.0, 4153.0, 4123.0, 4153.0, 4134.0, 4198.0, 4201.0, 4231.0, 4177.0, 4206.0, 4145.0, 4187.0, 4176.0, 4218.0, 4189.0, 4185.0, 4163.0, 4123.0, 4131.0, 4121.0, 4131.0, 4132.0, 4131.0, 4131.0, 4162.0, 4111.0, 4140.0, 4110.0, 4141.0, 4123.0, 4162.0, 4121.0, 4161.0, 4109.0, 4139.0, 4109.0, 4141.0, 4142.0, 4182.0, 4110.0, 4151.0, 4134.0, 4163.0, 4132.0, 4183.0, 4153.0, 4162.0, 4132.0, 4141.0, 4133.0, 4142.0, 4153.0, 4133.0, 4152.0, 4121.0, 4151.0, 4123.0, 4173.0, 4153.0, 4204.0, 4145.0, 4195.0, 4163.0, 4205.0, 4184.0, 4167.0, 4187.0, 4166.0, 4156.0, 4227.0, 4163.0, 4193.0, 4142.0, 4214.0, 4175.0, 4193.0, 4172.0, 4117.0, 4138.0, 4108.0, 4138.0, 4120.0, 4162.0, 4156.0, 4193.0, 4162.0, 4145.0, 4208.0, 4208.0, 4184.0, 4166.0, 4194.0, 4162.0, 4132.0, 4131.0, 4122.0, 4141.0, 4122.0, 4123.0, 4142.0, 4121.0, 4163.0, 4133.0, 4195.0, 4143.0, 4143.0, 4142.0, 4131.0, 4151.0, 4141.0, 4172.0, 4119.0, 4181.0, 4109.0, 4159.0, 4119.0, 4159.0, 4141.0, 4170.0, 4129.0, 4148.0, 4118.0, 4119.0, 4140.0, 4119.0, 4171.0, 4120.0, 4159.0, 4109.0, 4159.0, 4130.0, 4160.0, 4140.0, 4130.0, 4130.0, 4109.0, 4131.0, 4122.0, 4142.0, 4122.0, 4172.0, 4122.0, 4162.0, 4133.0, 4174.0, 4154.0, 4167.0, 4147.0, 4138.0, 4146.0, 4134.0, 4165.0, 4146.0, 4177.0, 4167.0, 4125.0, 4167.0, 4160.0, 4233.0, 4222.0, 4219.0, 4165.0, 4175.0, 4145.0, 4185.0, 4147.0, 4176.0, 4157.0, 4156.0, 4175.0, 4145.0, 4134.0, 4154.0, 4136.0, 4158.0, 4189.0, 4194.0, 4222.0, 4147.0, 4230.0, 4157.0, 4219.0, 4147.0, 4144.0, 4157.0, 4206.0, 4185.0, 4227.0, 4120.0, 4121.0, 4142.0, 4133.0, 4169.0, 4167.0, 4198.0, 4123.0, 4154.0, 4123.0, 4145.0, 4133.0, 4165.0, 4144.0, 4134.0, 4152.0, 4122.0, 4184.0, 4142.0, 4153.0, 4133.0, 4124.0, 4164.0, 4136.0, 4185.0, 4133.0, 4173.0, 4132.0, 4185.0, 4131.0, 4171.0, 4186.0, 4166.0, 4215.0, 4205.0, 4173.0, 4127.0, 4109.0, 4121.0, 4141.0, 4124.0, 4166.0, 4145.0, 4206.0, 4180.0, 4119.0, 4131.0, 4131.0, 4131.0, 4152.0, 4131.0, 4111.0, 4142.0, 4133.0, 4182.0, 4132.0, 4192.0, 4151.0, 4183.0, 4130.0, 4121.0, 4128.0, 4107.0, 4171.0, 4120.0, 4161.0, 4108.0, 4148.0, 4118.0, 4148.0, 4119.0, 4160.0, 4119.0, 4130.0, 4129.0, 4119.0, 4119.0, 4120.0, 4141.0, 4121.0, 4151.0, 4122.0, 4152.0, 4123.0, 4152.0, 4146.0, 4196.0, 4167.0, 4165.0, 4154.0, 4136.0, 4135.0, 4156.0, 4135.0, 4177.0, 4157.0, 4198.0, 4196.0, 4187.0, 4144.0, 4143.0, 4198.0, 4220.0, 4207.0, 4184.0, 4152.0, 4141.0, 4123.0, 4143.0, 4145.0, 4156.0, 4134.0, 4163.0, 4121.0, 4132.0, 4133.0, 4123.0, 4154.0, 4148.0, 4182.0, 4179.0, 4209.0, 4145.0, 4195.0, 4154.0, 4218.0, 4166.0, 4232.0, 4218.0, 4206.0, 4143.0, 4162.0, 4124.0, 4141.0, 4156.0, 4156.0, 4194.0, 4110.0, 4109.0, 4122.0, 4123.0, 4178.0, 4174.0, 4203.0, 4141.0, 4121.0, 4142.0, 4123.0, 4183.0, 4130.0, 4202.0, 4151.0, 4179.0, 4150.0, 4139.0, 4117.0, 4107.0, 4158.0, 4106.0, 4108.0, 4119.0, 4119.0, 4120.0, 4140.0, 4119.0, 4138.0, 4118.0, 4138.0, 4117.0, 4160.0, 4139.0, 4149.0, 4139.0, 4164.0, 4150.0, 4097.0, 4147.0, 4120.0, 4149.0, 4136.0, 4174.0, 4144.0, 4201.0, 4109.0, 4120.0, 4131.0, 4122.0, 4144.0, 4143.0, 4184.0, 4135.0, 4122.0, 4142.0, 4122.0, 4133.0, 4155.0, 4135.0, 4165.0, 4124.0, 4198.0, 4179.0, 4220.0, 4174.0, 4192.0, 4146.0, 4175.0, 4145.0, 4182.0, 4134.0, 4155.0, 4120.0, 4162.0, 4132.0, 4132.0, 4132.0, 4123.0, 4153.0, 4134.0, 4173.0, 4144.0, 4186.0, 4156.0, 4206.0, 4164.0, 4194.0, 4152.0, 4171.0, 4141.0, 4161.0, 4172.0, 4204.0, 4186.0, 4173.0, 4158.0, 4134.0, 4154.0, 4137.0, 4164.0, 4124.0, 4220.0, 4186.0, 4143.0, 4144.0, 4120.0, 4111.0, 4131.0, 4135.0, 4165.0, 4136.0, 4185.0, 4145.0, 4175.0, 4155.0, 4164.0, 4142.0, 4133.0, 4143.0, 4122.0, 4141.0, 4141.0, 4140.0, 4171.0, 4161.0, 4151.0, 4142.0, 4153.0, 4205.0, 4121.0, 4122.0, 4151.0, 4119.0, 4161.0, 4131.0, 4193.0, 4163.0, 4132.0, 4131.0, 4122.0, 4141.0, 4111.0, 4140.0, 4121.0, 4186.0, 4155.0, 4153.0, 4131.0, 4122.0, 4141.0, 4135.0, 4154.0, 4148.0, 4167.0, 4156.0, 4135.0, 4165.0, 4136.0, 4156.0, 4136.0, 4174.0, 4135.0, 4185.0, 4175.0, 4164.0, 4174.0, 4134.0, 4124.0, 4165.0, 4148.0, 4158.0, 4179.0, 4136.0, 4197.0, 4135.0, 4186.0, 4133.0, 4184.0, 4143.0, 4206.0, 4162.0, 4183.0, 4110.0, 4186.0, 4157.0, 4204.0, 4228.0, 4206.0, 4241.0, 4166.0, 4156.0, 4156.0, 4154.0, 4144.0, 4174.0, 4145.0, 4134.0, 4132.0, 4121.0, 4132.0, 4120.0, 4121.0, 4123.0, 4147.0, 4137.0, 4178.0, 4139.0, 4169.0, 4137.0, 4199.0, 4166.0, 4196.0, 4194.0, 4171.0, 4193.0, 4184.0, 4216.0, 4205.0, 4141.0, 4151.0, 4134.0, 4152.0, 4121.0, 4203.0, 4152.0, 4203.0, 4164.0, 4183.0, 4193.0, 4107.0, 4098.0, 4128.0, 4121.0, 4151.0, 4133.0, 4172.0, 4143.0, 4191.0, 4173.0, 4193.0, 4171.0, 4171.0, 4151.0, 4120.0, 4137.0, 4109.0, 4147.0, 4107.0, 4096.0, 4117.0, 4118.0, 4139.0, 4108.0, 4140.0, 4108.0, 4138.0, 4097.0, 4137.0, 4108.0, 4136.0, 4108.0, 4140.0, 4121.0, 4140.0, 4143.0, 4174.0, 4147.0, 4186.0, 4156.0, 4122.0, 4142.0, 4125.0, 4154.0, 4122.0, 4173.0, 4110.0, 4193.0, 4111.0, 4171.0, 4121.0, 4181.0, 4119.0, 4173.0, 4121.0, 4123.0, 4130.0, 4120.0, 4120.0, 4130.0, 4121.0, 4142.0, 4123.0, 4176.0, 4144.0, 4208.0, 4165.0, 4206.0, 4154.0, 4141.0, 4154.0, 4155.0, 4119.0, 4140.0, 4122.0, 4123.0, 4133.0, 4134.0, 4152.0, 4123.0, 4151.0, 4144.0, 4164.0, 4145.0, 4174.0, 4142.0, 4181.0, 4110.0, 4149.0, 4098.0, 4128.0, 4111.0, 4142.0, 4177.0, 4217.0, 4151.0, 4100.0, 4133.0, 4126.0, 4157.0, 4149.0, 4187.0, 4159.0, 4211.0, 4221.0, 4176.0, 4122.0, 4133.0, 4124.0, 4155.0, 4147.0, 4177.0, 4176.0, 4176.0, 4187.0, 4208.0, 4185.0, 4207.0, 4194.0, 4172.0, 4149.0, 4108.0, 4117.0, 4108.0, 4159.0, 4108.0, 4150.0, 4119.0, 4117.0, 4119.0, 4119.0, 4130.0, 4109.0, 4162.0, 4111.0, 4161.0, 4122.0, 4141.0, 4154.0, 4123.0, 4175.0, 4178.0, 4155.0, 4184.0, 4125.0, 4183.0, 4135.0, 4185.0, 4144.0, 4162.0, 4121.0, 4161.0, 4141.0, 4110.0, 4130.0, 4112.0, 4142.0, 4124.0, 4142.0, 4133.0, 4174.0, 4143.0, 4184.0, 4124.0, 4178.0, 4168.0, 4222.0, 4221.0, 4217.0, 4184.0, 4147.0, 4144.0, 4120.0, 4120.0, 4110.0, 4132.0, 4121.0, 4131.0, 4132.0, 4142.0, 4131.0, 4142.0, 4111.0, 4172.0, 4131.0, 4145.0, 4141.0, 4134.0, 4194.0, 4120.0, 4109.0, 4130.0, 4111.0, 4141.0, 4110.0, 4139.0, 4106.0, 4139.0, 4121.0, 4183.0, 4152.0, 4202.0, 4142.0, 4191.0, 4121.0, 4160.0, 4152.0, 4174.0, 4163.0, 4142.0, 4129.0, 4099.0, 4110.0, 4129.0, 4121.0, 4153.0, 4123.0, 4176.0, 4124.0, 4164.0, 4133.0, 4143.0, 4131.0, 4110.0, 4151.0, 4123.0, 4154.0, 4123.0, 4123.0, 4135.0, 4137.0, 4178.0, 4182.0, 4219.0, 4136.0, 4185.0, 4165.0, 4196.0, 4143.0, 4186.0, 4157.0, 4132.0, 4111.0, 4121.0, 4123.0, 4230.0, 4144.0, 4175.0, 4136.0, 4136.0, 4145.0, 4156.0, 4133.0, 4174.0, 4132.0, 4160.0, 4165.0, 4218.0, 4174.0, 4183.0, 4131.0, 4121.0, 4133.0, 4132.0, 4130.0, 4110.0, 4130.0, 4100.0, 4134.0, 4133.0, 4184.0, 4122.0, 4112.0], 'WindowWidth': [9508.0, 9451.0, 9409.0, 9441.0, 9328.0, 9247.0, 9292.0, 9237.0, 9317.0, 9286.0, 9327.0, 9249.0, 9274.0, 9214.0, 9276.0, 9213.0, 9214.0, 9211.0, 9174.0, 9211.0, 9194.0, 9230.0, 9210.0, 9233.0, 9209.0, 9205.0, 9210.0, 9213.0, 9257.0, 9219.0, 9286.0, 9214.0, 9263.0, 9210.0, 9263.0, 9245.0, 9294.0, 9260.0, 9311.0, 9207.0, 9246.0, 9192.0, 9222.0, 9219.0, 9209.0, 9237.0, 9197.0, 9234.0, 9213.0, 9305.0, 9315.0, 9357.0, 9274.0, 9310.0, 9228.0, 9286.0, 9270.0, 9332.0, 9295.0, 9281.0, 9249.0, 9195.0, 9203.0, 9189.0, 9204.0, 9207.0, 9201.0, 9204.0, 9246.0, 9178.0, 9213.0, 9175.0, 9215.0, 9196.0, 9245.0, 9190.0, 9242.0, 9171.0, 9211.0, 9169.0, 9215.0, 9219.0, 9274.0, 9175.0, 9228.0, 9213.0, 9250.0, 9207.0, 9276.0, 9235.0, 9248.0, 9208.0, 9217.0, 9209.0, 9221.0, 9236.0, 9208.0, 9233.0, 9190.0, 9230.0, 9196.0, 9262.0, 9236.0, 9307.0, 9229.0, 9295.0, 9250.0, 9309.0, 9281.0, 9263.0, 9289.0, 9257.0, 9245.0, 9344.0, 9248.0, 9287.0, 9219.0, 9321.0, 9268.0, 9288.0, 9258.0, 9180.0, 9207.0, 9167.0, 9206.0, 9188.0, 9245.0, 9246.0, 9290.0, 9246.0, 9225.0, 9318.0, 9316.0, 9280.0, 9257.0, 9292.0, 9244.0, 9203.0, 9203.0, 9192.0, 9217.0, 9194.0, 9196.0, 9221.0, 9191.0, 9246.0, 9208.0, 9295.0, 9222.0, 9221.0, 9220.0, 9203.0, 9229.0, 9216.0, 9261.0, 9185.0, 9268.0, 9170.0, 9237.0, 9184.0, 9237.0, 9217.0, 9252.0, 9197.0, 9222.0, 9180.0, 9186.0, 9216.0, 9185.0, 9256.0, 9188.0, 9237.0, 9170.0, 9237.0, 9200.0, 9239.0, 9213.0, 9200.0, 9200.0, 9171.0, 9203.0, 9194.0, 9221.0, 9193.0, 9259.0, 9195.0, 9245.0, 9210.0, 9266.0, 9239.0, 9262.0, 9234.0, 9225.0, 9231.0, 9216.0, 9253.0, 9232.0, 9276.0, 9262.0, 9202.0, 9262.0, 9255.0, 9367.0, 9346.0, 9337.0, 9253.0, 9267.0, 9228.0, 9279.0, 9234.0, 9271.0, 9251.0, 9245.0, 9270.0, 9232.0, 9217.0, 9241.0, 9223.0, 9254.0, 9295.0, 9309.0, 9343.0, 9234.0, 9352.0, 9245.0, 9335.0, 9236.0, 9227.0, 9250.0, 9317.0, 9281.0, 9347.0, 9187.0, 9189.0, 9218.0, 9207.0, 9271.0, 9261.0, 9306.0, 9196.0, 9236.0, 9195.0, 9227.0, 9210.0, 9256.0, 9228.0, 9212.0, 9232.0, 9193.0, 9281.0, 9222.0, 9237.0, 9209.0, 9202.0, 9251.0, 9221.0, 9283.0, 9208.0, 9260.0, 9203.0, 9283.0, 9201.0, 9254.0, 9283.0, 9257.0, 9323.0, 9312.0, 9260.0, 9190.0, 9170.0, 9187.0, 9216.0, 9197.0, 9257.0, 9229.0, 9312.0, 9266.0, 9181.0, 9204.0, 9203.0, 9203.0, 9233.0, 9207.0, 9179.0, 9219.0, 9211.0, 9275.0, 9208.0, 9288.0, 9230.0, 9275.0, 9202.0, 9190.0, 9195.0, 9165.0, 9255.0, 9186.0, 9243.0, 9169.0, 9220.0, 9182.0, 9221.0, 9184.0, 9240.0, 9186.0, 9200.0, 9198.0, 9185.0, 9185.0, 9190.0, 9216.0, 9192.0, 9230.0, 9195.0, 9232.0, 9196.0, 9232.0, 9233.0, 9297.0, 9264.0, 9255.0, 9238.0, 9220.0, 9217.0, 9245.0, 9215.0, 9274.0, 9247.0, 9304.0, 9298.0, 9289.0, 9225.0, 9221.0, 9304.0, 9341.0, 9315.0, 9278.0, 9228.0, 9215.0, 9195.0, 9222.0, 9227.0, 9248.0, 9216.0, 9250.0, 9190.0, 9207.0, 9210.0, 9198.0, 9241.0, 9238.0, 9290.0, 9280.0, 9320.0, 9224.0, 9294.0, 9239.0, 9333.0, 9255.0, 9362.0, 9333.0, 9311.0, 9221.0, 9245.0, 9199.0, 9218.0, 9248.0, 9246.0, 9292.0, 9176.0, 9171.0, 9192.0, 9196.0, 9278.0, 9263.0, 9303.0, 9213.0, 9187.0, 9215.0, 9194.0, 9274.0, 9198.0, 9297.0, 9227.0, 9264.0, 9228.0, 9209.0, 9179.0, 9166.0, 9234.0, 9165.0, 9170.0, 9184.0, 9184.0, 9187.0, 9212.0, 9184.0, 9208.0, 9181.0, 9207.0, 9178.0, 9240.0, 9208.0, 9223.0, 9212.0, 9253.0, 9226.0, 9153.0, 9218.0, 9187.0, 9223.0, 9220.0, 9263.0, 9224.0, 9294.0, 9169.0, 9187.0, 9200.0, 9193.0, 9226.0, 9223.0, 9281.0, 9217.0, 9195.0, 9220.0, 9194.0, 9210.0, 9242.0, 9215.0, 9256.0, 9198.0, 9305.0, 9280.0, 9340.0, 9266.0, 9285.0, 9229.0, 9269.0, 9228.0, 9273.0, 9212.0, 9241.0, 9191.0, 9246.0, 9207.0, 9208.0, 9208.0, 9198.0, 9239.0, 9214.0, 9263.0, 9228.0, 9287.0, 9247.0, 9314.0, 9252.0, 9292.0, 9232.0, 9257.0, 9216.0, 9241.0, 9259.0, 9307.0, 9286.0, 9259.0, 9251.0, 9209.0, 9236.0, 9220.0, 9249.0, 9197.0, 9340.0, 9285.0, 9220.0, 9226.0, 9186.0, 9175.0, 9204.0, 9219.0, 9255.0, 9218.0, 9281.0, 9227.0, 9266.0, 9243.0, 9252.0, 9220.0, 9209.0, 9221.0, 9191.0, 9217.0, 9216.0, 9212.0, 9256.0, 9242.0, 9227.0, 9221.0, 9237.0, 9311.0, 9194.0, 9196.0, 9230.0, 9186.0, 9243.0, 9204.0, 9289.0, 9250.0, 9205.0, 9205.0, 9195.0, 9217.0, 9176.0, 9215.0, 9191.0, 9286.0, 9241.0, 9234.0, 9205.0, 9192.0, 9219.0, 9216.0, 9240.0, 9238.0, 9260.0, 9243.0, 9213.0, 9253.0, 9216.0, 9246.0, 9219.0, 9267.0, 9218.0, 9282.0, 9268.0, 9254.0, 9268.0, 9216.0, 9201.0, 9257.0, 9237.0, 9251.0, 9281.0, 9219.0, 9301.0, 9215.0, 9282.0, 9209.0, 9279.0, 9223.0, 9312.0, 9246.0, 9275.0, 9174.0, 9287.0, 9250.0, 9309.0, 9355.0, 9314.0, 9372.0, 9255.0, 9244.0, 9242.0, 9233.0, 9220.0, 9263.0, 9228.0, 9212.0, 9206.0, 9192.0, 9205.0, 9188.0, 9190.0, 9198.0, 9239.0, 9224.0, 9279.0, 9228.0, 9269.0, 9221.0, 9309.0, 9257.0, 9297.0, 9291.0, 9256.0, 9290.0, 9281.0, 9324.0, 9312.0, 9213.0, 9227.0, 9213.0, 9231.0, 9187.0, 9300.0, 9231.0, 9302.0, 9251.0, 9275.0, 9288.0, 9164.0, 9152.0, 9192.0, 9188.0, 9227.0, 9206.0, 9258.0, 9220.0, 9283.0, 9257.0, 9285.0, 9253.0, 9256.0, 9230.0, 9187.0, 9206.0, 9170.0, 9219.0, 9165.0, 9150.0, 9179.0, 9182.0, 9211.0, 9169.0, 9213.0, 9168.0, 9208.0, 9153.0, 9204.0, 9167.0, 9203.0, 9170.0, 9213.0, 9192.0, 9215.0, 9223.0, 9267.0, 9238.0, 9286.0, 9247.0, 9193.0, 9219.0, 9201.0, 9238.0, 9192.0, 9259.0, 9172.0, 9286.0, 9174.0, 9253.0, 9187.0, 9268.0, 9185.0, 9261.0, 9191.0, 9199.0, 9203.0, 9190.0, 9189.0, 9203.0, 9193.0, 9221.0, 9197.0, 9271.0, 9226.0, 9318.0, 9252.0, 9314.0, 9240.0, 9216.0, 9237.0, 9242.0, 9184.0, 9213.0, 9196.0, 9197.0, 9210.0, 9212.0, 9232.0, 9194.0, 9229.0, 9223.0, 9251.0, 9227.0, 9265.0, 9216.0, 9270.0, 9172.0, 9224.0, 9153.0, 9194.0, 9176.0, 9219.0, 9275.0, 9329.0, 9226.0, 9156.0, 9204.0, 9200.0, 9243.0, 9235.0, 9284.0, 9252.0, 9323.0, 9340.0, 9270.0, 9190.0, 9210.0, 9200.0, 9244.0, 9235.0, 9269.0, 9268.0, 9265.0, 9284.0, 9316.0, 9279.0, 9315.0, 9290.0, 9258.0, 9221.0, 9166.0, 9177.0, 9167.0, 9236.0, 9166.0, 9225.0, 9184.0, 9180.0, 9181.0, 9182.0, 9200.0, 9170.0, 9245.0, 9175.0, 9241.0, 9193.0, 9219.0, 9240.0, 9197.0, 9271.0, 9279.0, 9241.0, 9279.0, 9201.0, 9276.0, 9213.0, 9280.0, 9224.0, 9243.0, 9190.0, 9241.0, 9217.0, 9172.0, 9200.0, 9179.0, 9220.0, 9199.0, 9220.0, 9211.0, 9264.0, 9224.0, 9278.0, 9199.0, 9277.0, 9267.0, 9348.0, 9342.0, 9329.0, 9274.0, 9232.0, 9225.0, 9184.0, 9186.0, 9168.0, 9203.0, 9186.0, 9198.0, 9203.0, 9218.0, 9200.0, 9216.0, 9175.0, 9258.0, 9203.0, 9230.0, 9217.0, 9213.0, 9292.0, 9187.0, 9171.0, 9201.0, 9177.0, 9216.0, 9174.0, 9208.0, 9163.0, 9208.0, 9191.0, 9273.0, 9231.0, 9299.0, 9217.0, 9281.0, 9188.0, 9238.0, 9231.0, 9265.0, 9247.0, 9217.0, 9195.0, 9156.0, 9173.0, 9197.0, 9187.0, 9233.0, 9198.0, 9272.0, 9200.0, 9252.0, 9209.0, 9220.0, 9203.0, 9173.0, 9229.0, 9196.0, 9238.0, 9196.0, 9195.0, 9215.0, 9220.0, 9275.0, 9287.0, 9335.0, 9217.0, 9278.0, 9252.0, 9297.0, 9223.0, 9286.0, 9246.0, 9207.0, 9177.0, 9189.0, 9195.0, 9351.0, 9225.0, 9267.0, 9221.0, 9218.0, 9228.0, 9243.0, 9209.0, 9264.0, 9203.0, 9239.0, 9255.0, 9332.0, 9261.0, 9275.0, 9203.0, 9191.0, 9208.0, 9204.0, 9200.0, 9174.0, 9200.0, 9159.0, 9212.0, 9208.0, 9277.0, 9192.0, 9179.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.0005525921658986175</td></tr>
<tr><td colspan=3>aqi</td><td>0.028464219009216588</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.48624374853519</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1684973578200708</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9781212073471743</td></tr>
<tr><td colspan=3>efc</td><td>0.5229</td></tr>
<tr><td colspan=3>fber</td><td>3195.1733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15543498935246158</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>196</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.580645161290324</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.405763202171675</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2882360363532923</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6190165739214155</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3100369962403158</td></tr>
<tr><td colspan=3>gcor</td><td>0.00764039</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018972327932715416</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03486543148756027</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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>4.086726064705203</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.0768</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.9317</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.5376</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293304.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1262.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.9923</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.2676</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3351.7057</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.6384</td></tr>
<tr><td colspan=3>tsnr</td><td>33.07627566944575</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>