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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0044_ses-01_task-social_acq-mb8_run-02_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-0044_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-02_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-0044/ses-01/func/sub-0044_ses-01_task-social_acq-mb8_run-02_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>d9a0baef967131ebd99045b5cce33f4e</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:58:45.282500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999228, -0.0346096, -0.0185851, 0.0361161, 0.995465, 0.0880068]</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-02_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.0975637</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7251, 430, -15, -21, 56, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>90b9adf6-9c7e-4553-9dbf-c62397b7bd24||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6808559894561768, 0.09689684957265854, -0.04172822833061218, 109.320556640625], [0.09285493195056915, 2.670759677886963, 0.23924711346626282, -99.86251068115234], [-0.04986235499382019, -0.2361156940460205, 2.6890554428100586, -45.272769927978516], [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': ['135845.282500', '135845.742500', '135846.202500', '135846.662500', '135847.122500', '135847.582500', '135848.042500', '135848.502500', '135848.962500', '135849.422500', '135849.882500', '135850.342500', '135850.802500', '135851.262500', '135851.722500', '135852.182500', '135852.642500', '135853.102500', '135853.562500', '135854.022500', '135854.482500', '135854.942500', '135855.402500', '135855.862500', '135856.322500', '135856.782500', '135857.242500', '135857.702500', '135858.162500', '135858.622500', '135859.082500', '135859.542500', '135900.002500', '135900.462500', '135900.922500', '135901.382500', '135901.842500', '135902.302500', '135902.762500', '135903.222500', '135903.682500', '135904.142500', '135904.602500', '135905.062500', '135905.522500', '135905.982500', '135906.442500', '135906.902500', '135907.362500', '135907.822500', '135908.282500', '135908.742500', '135909.202500', '135909.662500', '135910.122500', '135910.582500', '135911.042500', '135911.502500', '135911.962500', '135912.422500', '135912.882500', '135913.342500', '135913.802500', '135914.262500', '135914.722500', '135915.182500', '135915.642500', '135916.102500', '135916.562500', '135917.022500', '135917.482500', '135917.942500', '135918.402500', '135918.862500', '135919.322500', '135919.782500', '135920.242500', '135920.702500', '135921.162500', '135921.622500', '135922.082500', '135922.542500', '135923.002500', '135923.462500', '135923.922500', '135924.382500', '135924.842500', '135925.302500', '135925.762500', '135926.222500', '135926.682500', '135927.142500', '135927.602500', '135928.062500', '135928.522500', '135928.982500', '135929.442500', '135929.902500', '135930.362500', '135930.822500', '135931.282500', '135931.742500', '135932.202500', '135932.662500', '135933.122500', '135933.582500', '135934.042500', '135934.502500', '135934.962500', '135935.422500', '135935.882500', '135936.342500', '135936.802500', '135937.262500', '135937.722500', '135938.182500', '135938.642500', '135939.102500', '135939.562500', '135940.022500', '135940.482500', '135940.942500', '135941.402500', '135941.862500', '135942.322500', '135942.782500', '135943.242500', '135943.702500', '135944.162500', '135944.622500', '135945.082500', '135945.542500', '135946.002500', '135946.462500', '135946.922500', '135947.382500', '135947.842500', '135948.302500', '135948.762500', '135949.222500', '135949.682500', '135950.142500', '135950.602500', '135951.062500', '135951.522500', '135951.982500', '135952.442500', '135952.902500', '135953.362500', '135953.822500', '135954.282500', '135954.742500', '135955.202500', '135955.662500', '135956.122500', '135956.582500', '135957.042500', '135957.502500', '135957.962500', '135958.422500', '135958.882500', '135959.342500', '135959.802500', '140000.262500', '140000.722500', '140001.182500', '140001.642500', '140002.102500', '140002.562500', '140003.022500', '140003.482500', '140003.942500', '140004.402500', '140004.862500', '140005.322500', '140005.782500', '140006.242500', '140006.702500', '140007.162500', '140007.622500', '140008.082500', '140008.542500', '140009.002500', '140009.462500', '140009.922500', '140010.382500', '140010.842500', '140011.302500', '140011.762500', '140012.222500', '140012.682500', '140013.142500', '140013.602500', '140014.062500', '140014.522500', '140014.982500', '140015.442500', '140015.902500', '140016.362500', '140016.822500', '140017.282500', '140017.742500', '140018.202500', '140018.662500', '140019.122500', '140019.582500', '140020.042500', '140020.502500', '140020.962500', '140021.422500', '140021.882500', '140022.342500', '140022.802500', '140023.262500', '140023.722500', '140024.182500', '140024.642500', '140025.102500', '140025.562500', '140026.022500', '140026.482500', '140026.942500', '140027.402500', '140027.862500', '140028.322500', '140028.782500', '140029.242500', '140029.702500', '140030.162500', '140030.622500', '140031.082500', '140031.542500', '140032.002500', '140032.462500', '140032.922500', '140033.382500', '140033.842500', '140034.302500', '140034.762500', '140035.222500', '140035.682500', '140036.142500', '140036.602500', '140037.062500', '140037.522500', '140037.982500', '140038.442500', '140038.902500', '140039.362500', '140039.822500', '140040.282500', '140040.742500', '140041.202500', '140041.662500', '140042.122500', '140042.582500', '140043.042500', '140043.502500', '140043.962500', '140044.422500', '140044.882500', '140045.342500', '140045.802500', '140046.262500', '140046.722500', '140047.182500', '140047.642500', '140048.102500', '140048.562500', '140049.022500', '140049.482500', '140049.942500', '140050.402500', '140050.862500', '140051.322500', '140051.782500', '140052.242500', '140052.702500', '140053.162500', '140053.622500', '140054.082500', '140054.542500', '140055.002500', '140055.462500', '140055.922500', '140056.382500', '140056.842500', '140057.302500', '140057.762500', '140058.222500', '140058.682500', '140059.142500', '140059.602500', '140100.062500', '140100.522500', '140100.982500', '140101.442500', '140101.902500', '140102.362500', '140102.822500', '140103.282500', '140103.742500', '140104.202500', '140104.662500', '140105.122500', '140105.582500', '140106.042500', '140106.502500', '140106.962500', '140107.422500', '140107.882500', '140108.342500', '140108.802500', '140109.262500', '140109.722500', '140110.182500', '140110.642500', '140111.102500', '140111.562500', '140112.022500', '140112.482500', '140112.942500', '140113.402500', '140113.862500', '140114.322500', '140114.782500', '140115.242500', '140115.702500', '140116.162500', '140116.622500', '140117.082500', '140117.542500', '140118.002500', '140118.462500', '140118.922500', '140119.382500', '140119.842500', '140120.302500', '140120.762500', '140121.222500', '140121.682500', '140122.142500', '140122.602500', '140123.062500', '140123.522500', '140123.982500', '140124.442500', '140124.902500', '140125.362500', '140125.822500', '140126.282500', '140126.742500', '140127.202500', '140127.662500', '140128.122500', '140128.582500', '140129.042500', '140129.502500', '140129.962500', '140130.422500', '140130.882500', '140131.342500', '140131.802500', '140132.262500', '140132.722500', '140133.182500', '140133.642500', '140134.102500', '140134.562500', '140135.022500', '140135.482500', '140135.942500', '140136.402500', '140136.862500', '140137.322500', '140137.782500', '140138.242500', '140138.702500', '140139.162500', '140139.622500', '140140.082500', '140140.542500', '140141.002500', '140141.462500', '140141.922500', '140142.382500', '140142.842500', '140143.302500', '140143.762500', '140144.222500', '140144.682500', '140145.142500', '140145.602500', '140146.062500', '140146.522500', '140146.982500', '140147.442500', '140147.902500', '140148.362500', '140148.822500', '140149.282500', '140149.742500', '140150.202500', '140150.662500', '140151.122500', '140151.582500', '140152.042500', '140152.502500', '140152.962500', '140153.422500', '140153.882500', '140154.342500', '140154.802500', '140155.262500', '140155.722500', '140156.182500', '140156.642500', '140157.102500', '140157.562500', '140158.022500', '140158.482500', '140158.942500', '140159.402500', '140159.862500', '140200.322500', '140200.782500', '140201.242500', '140201.702500', '140202.162500', '140202.622500', '140203.082500', '140203.542500', '140204.002500', '140204.462500', '140204.922500', '140205.382500', '140205.842500', '140206.302500', '140206.762500', '140207.222500', '140207.682500', '140208.142500', '140208.602500', '140209.062500', '140209.522500', '140209.982500', '140210.442500', '140210.902500', '140211.362500', '140211.822500', '140212.282500', '140212.742500', '140213.202500', '140213.662500', '140214.122500', '140214.582500', '140215.042500', '140215.502500', '140215.962500', '140216.422500', '140216.882500', '140217.342500', '140217.802500', '140218.262500', '140218.722500', '140219.182500', '140219.642500', '140220.102500', '140220.562500', '140221.022500', '140221.482500', '140221.942500', '140222.402500', '140222.862500', '140223.322500', '140223.782500', '140224.242500', '140224.702500', '140225.162500', '140225.622500', '140226.082500', '140226.542500', '140227.002500', '140227.462500', '140227.922500', '140228.382500', '140228.842500', '140229.302500', '140229.762500', '140230.222500', '140230.682500', '140231.142500', '140231.602500', '140232.062500', '140232.522500', '140232.982500', '140233.442500', '140233.902500', '140234.362500', '140234.822500', '140235.282500', '140235.742500', '140236.202500', '140236.662500', '140237.122500', '140237.582500', '140238.042500', '140238.502500', '140238.962500', '140239.422500', '140239.882500', '140240.342500', '140240.802500', '140241.262500', '140241.722500', '140242.182500', '140242.642500', '140243.102500', '140243.562500', '140244.022500', '140244.482500', '140244.942500', '140245.402500', '140245.862500', '140246.322500', '140246.782500', '140247.242500', '140247.702500', '140248.162500', '140248.622500', '140249.082500', '140249.542500', '140250.002500', '140250.462500', '140250.922500', '140251.382500', '140251.842500', '140252.302500', '140252.762500', '140253.222500', '140253.682500', '140254.142500', '140254.602500', '140255.062500', '140255.522500', '140255.982500', '140256.442500', '140256.902500', '140257.362500', '140257.822500', '140258.282500', '140258.742500', '140259.202500', '140259.662500', '140300.122500', '140300.582500', '140301.042500', '140301.502500', '140301.962500', '140302.422500', '140302.882500', '140303.342500', '140303.802500', '140304.262500', '140304.722500', '140305.182500', '140305.642500', '140306.102500', '140306.562500', '140307.022500', '140307.482500', '140307.942500', '140308.402500', '140308.862500', '140309.322500', '140309.782500', '140310.242500', '140310.702500', '140311.162500', '140311.622500', '140312.082500', '140312.542500', '140313.002500', '140313.462500', '140313.922500', '140314.382500', '140314.842500', '140315.302500', '140315.762500', '140316.222500', '140316.682500', '140317.142500', '140317.602500', '140318.062500', '140318.522500', '140318.982500', '140319.442500', '140319.902500', '140320.362500', '140320.822500', '140321.282500', '140321.742500', '140322.202500', '140322.662500', '140323.122500', '140323.582500', '140324.042500', '140324.502500', '140324.962500', '140325.422500', '140325.882500', '140326.342500', '140326.802500', '140327.262500', '140327.722500', '140328.182500', '140328.642500', '140329.102500', '140329.562500', '140330.022500', '140330.482500', '140330.942500', '140331.402500', '140331.862500', '140332.322500', '140332.782500', '140333.242500', '140333.702500', '140334.162500', '140334.622500', '140335.082500', '140335.542500', '140336.002500', '140336.462500', '140336.922500', '140337.382500', '140337.842500', '140338.302500', '140338.762500', '140339.222500', '140339.682500', '140340.142500', '140340.602500', '140341.062500', '140341.522500', '140341.982500', '140342.442500', '140342.902500', '140343.362500', '140343.822500', '140344.282500', '140344.742500', '140345.202500', '140345.662500', '140346.122500', '140346.582500', '140347.042500', '140347.502500', '140347.962500', '140348.422500', '140348.882500', '140349.342500', '140349.802500', '140350.262500', '140350.722500', '140351.182500', '140351.642500', '140352.102500', '140352.562500', '140353.022500', '140353.482500', '140353.942500', '140354.402500', '140354.862500', '140355.322500', '140355.782500', '140356.242500', '140356.702500', '140357.162500', '140357.622500', '140358.082500', '140358.542500', '140359.002500', '140359.462500', '140359.922500', '140400.382500', '140400.842500', '140401.302500', '140401.762500', '140402.222500', '140402.682500', '140403.142500', '140403.602500', '140404.062500', '140404.522500', '140404.982500', '140405.442500', '140405.902500', '140406.362500', '140406.822500', '140407.282500', '140407.742500', '140408.202500', '140408.662500', '140409.122500', '140409.582500', '140410.042500', '140410.502500', '140410.962500', '140411.422500', '140411.882500', '140412.342500', '140412.802500', '140413.262500', '140413.722500', '140414.182500', '140414.642500', '140415.102500', '140415.562500', '140416.022500', '140416.482500', '140416.942500', '140417.402500', '140417.862500', '140418.322500', '140418.782500', '140419.242500', '140419.702500', '140420.162500', '140420.622500', '140421.082500', '140421.542500', '140422.002500', '140422.462500', '140422.922500', '140423.382500', '140423.842500', '140424.302500', '140424.762500', '140425.222500', '140425.682500', '140426.142500', '140426.602500', '140427.062500', '140427.522500', '140427.982500', '140428.442500', '140428.902500', '140429.362500', '140429.822500', '140430.282500', '140430.742500', '140431.202500', '140431.662500', '140432.122500', '140432.582500', '140433.042500', '140433.502500', '140433.962500', '140434.422500', '140434.882500', '140435.342500', '140435.802500', '140436.262500', '140436.722500', '140437.182500', '140437.642500', '140438.102500', '140438.562500', '140439.022500', '140439.482500', '140439.942500', '140440.402500', '140440.862500', '140441.322500', '140441.782500', '140442.242500', '140442.702500', '140443.162500', '140443.622500', '140444.082500', '140444.542500', '140445.002500', '140445.462500', '140445.922500', '140446.382500', '140446.842500', '140447.302500', '140447.762500', '140448.222500', '140448.682500', '140449.142500', '140449.602500', '140450.062500', '140450.522500', '140450.982500', '140451.442500', '140451.902500', '140452.362500', '140452.822500', '140453.282500', '140453.742500', '140454.202500', '140454.662500', '140455.122500', '140455.582500', '140456.042500', '140456.502500', '140456.962500', '140457.422500', '140457.882500', '140458.342500', '140458.802500', '140459.262500', '140459.722500', '140500.182500', '140500.642500', '140501.102500', '140501.562500', '140502.022500', '140502.482500', '140502.942500', '140503.402500', '140503.862500', '140504.322500', '140504.782500', '140505.242500', '140505.702500', '140506.162500', '140506.622500', '140507.082500', '140507.542500', '140508.002500', '140508.462500', '140508.922500', '140509.382500', '140509.842500', '140510.302500', '140510.762500', '140511.222500', '140511.682500', '140512.142500', '140512.602500', '140513.062500', '140513.522500', '140513.982500', '140514.442500', '140514.902500', '140515.362500', '140515.822500', '140516.282500', '140516.742500', '140517.202500', '140517.662500', '140518.122500', '140518.582500', '140519.042500', '140519.502500', '140519.962500', '140520.422500', '140520.882500', '140521.342500', '140521.802500', '140522.262500', '140522.722500', '140523.182500', '140523.642500', '140524.102500', '140524.562500', '140525.022500', '140525.482500', '140525.942500'], 'ContentTime': ['135858.386000', '135858.399000', '135858.402000', '135858.405000', '135858.407000', '135858.420000', '135858.422000', '135858.425000', '135858.433000', '135858.436000', '135858.439000', '135858.442000', '135858.445000', '135858.448000', '135858.450000', '135858.453000', '135858.456000', '135858.459000', '135858.462000', '135858.465000', '135858.467000', '135858.470000', '135858.473000', '135858.476000', '135858.479000', '135858.482000', '135918.338000', '135918.341000', '135918.344000', '135918.347000', '135918.349000', '135918.352000', '135918.355000', '135918.358000', '135918.363000', '135918.368000', '135918.371000', '135918.374000', '135918.377000', '135918.380000', '135918.383000', '135918.385000', '135918.388000', '135918.391000', '135918.394000', '135918.397000', '135918.399000', '135918.410000', '135918.413000', '135918.416000', '135918.419000', '135918.421000', '135918.424000', '135918.427000', '135918.430000', '135918.433000', '135918.436000', '135918.438000', '135918.441000', '135918.444000', '135918.447000', '135918.450000', '135918.453000', '135918.455000', '135918.458000', '135918.461000', '135918.464000', '135918.467000', '135918.470000', '135938.338000', '135938.341000', '135938.344000', '135938.346000', '135938.349000', '135938.352000', '135938.355000', '135938.358000', '135938.361000', '135938.363000', '135938.366000', '135938.369000', '135938.372000', '135938.375000', '135938.378000', '135938.380000', '135938.383000', '135938.386000', '135938.389000', '135938.392000', '135938.395000', '135938.397000', '135938.400000', '135938.403000', '135938.406000', '135938.409000', '135938.412000', '135938.414000', '135938.417000', '135938.440000', '135938.443000', '135938.446000', '135938.449000', '135938.452000', '135938.454000', '135938.457000', '135938.460000', '135938.463000', '135938.466000', '135938.468000', '135938.471000', '135938.474000', '135938.485000', '135938.488000', '135958.338000', '135958.341000', '135958.344000', '135958.346000', '135958.349000', '135958.352000', '135958.355000', '135958.358000', '135958.361000', '135958.364000', '135958.367000', '135958.370000', '135958.373000', '135958.376000', '135958.379000', '135958.382000', '135958.387000', '135958.391000', '135958.394000', '135958.396000', '135958.399000', '135958.402000', '135958.405000', '135958.408000', '135958.411000', '135958.413000', '135958.416000', '135958.419000', '135958.422000', '135958.425000', '135958.428000', '135958.430000', '135958.433000', '135958.436000', '135958.439000', '135958.442000', '135958.444000', '135958.447000', '135958.450000', '135958.453000', '135958.456000', '135958.459000', '135958.461000', '140018.337000', '140018.340000', '140018.343000', '140018.346000', '140018.349000', '140018.351000', '140018.354000', '140018.357000', '140018.360000', '140018.363000', '140018.366000', '140018.369000', '140018.371000', '140018.374000', '140018.377000', '140018.380000', '140018.383000', '140018.386000', '140018.388000', '140018.391000', '140018.394000', '140018.397000', '140018.400000', '140018.403000', '140018.405000', '140018.408000', '140018.411000', '140018.414000', '140018.417000', '140018.420000', '140018.422000', '140018.425000', '140018.428000', '140018.431000', '140018.434000', '140018.437000', '140018.439000', '140018.442000', '140018.445000', '140018.448000', '140018.451000', '140018.454000', '140018.457000', '140018.459000', '140038.337000', '140038.340000', '140038.343000', '140038.346000', '140038.348000', '140038.351000', '140038.359000', '140038.362000', '140038.365000', '140038.368000', '140038.371000', '140038.374000', '140038.376000', '140038.379000', '140038.382000', '140038.385000', '140038.388000', '140038.391000', '140038.394000', '140038.397000', '140038.399000', '140038.403000', '140038.406000', '140038.409000', '140038.412000', '140038.415000', '140038.418000', '140038.421000', '140038.423000', '140038.426000', '140038.429000', '140038.432000', '140038.435000', '140038.438000', '140038.440000', '140038.443000', '140038.446000', '140038.449000', '140038.452000', '140038.455000', '140038.458000', '140038.460000', '140038.463000', '140058.337000', '140058.340000', '140058.343000', '140058.346000', '140058.348000', '140058.351000', '140058.354000', '140058.357000', '140058.360000', '140058.363000', '140058.365000', '140058.368000', '140058.371000', '140058.374000', '140058.377000', '140058.380000', '140058.383000', '140058.386000', '140058.388000', '140058.391000', '140058.394000', '140058.397000', '140058.400000', '140058.403000', '140058.405000', '140058.408000', '140058.411000', '140058.414000', '140058.417000', '140058.420000', '140058.422000', '140058.425000', '140058.428000', '140058.431000', '140058.434000', '140058.437000', '140058.439000', '140058.442000', '140058.445000', '140058.448000', '140058.451000', '140058.454000', '140058.457000', '140058.459000', '140118.338000', '140118.341000', '140118.344000', '140118.346000', '140118.349000', '140118.353000', '140118.356000', '140118.359000', '140118.362000', '140118.364000', '140118.367000', '140118.370000', '140118.373000', '140118.376000', '140118.379000', '140118.382000', '140118.385000', '140118.388000', '140118.390000', '140118.393000', '140118.396000', '140118.399000', '140118.402000', '140118.404000', '140118.419000', '140118.423000', '140118.426000', '140118.460000', '140118.463000', '140118.465000', '140118.468000', '140118.471000', '140118.474000', '140118.477000', '140118.480000', '140118.482000', '140118.485000', '140118.488000', '140118.491000', '140118.494000', '140118.497000', '140118.500000', '140118.502000', '140138.338000', '140138.341000', '140138.344000', '140138.347000', '140138.349000', '140138.352000', '140138.355000', '140138.358000', '140138.361000', '140138.364000', '140138.367000', '140138.369000', '140138.372000', '140138.375000', '140138.378000', '140138.381000', '140138.384000', '140138.386000', '140138.389000', '140138.392000', '140138.395000', '140138.398000', '140138.401000', '140138.403000', '140138.406000', '140138.409000', '140138.412000', '140138.415000', '140138.418000', '140138.420000', '140138.423000', '140138.426000', '140138.429000', '140138.432000', '140138.435000', '140138.438000', '140138.440000', '140138.443000', '140138.446000', '140138.449000', '140138.452000', '140138.455000', '140138.457000', '140138.460000', '140158.338000', '140158.341000', '140158.344000', '140158.346000', '140158.349000', '140158.352000', '140158.355000', '140158.358000', '140158.361000', '140158.364000', '140158.366000', '140158.369000', '140158.372000', '140158.375000', '140158.378000', '140158.381000', '140158.383000', '140158.386000', '140158.389000', '140158.392000', '140158.395000', '140158.398000', '140158.401000', '140158.403000', '140158.406000', '140158.409000', '140158.412000', '140158.415000', '140158.418000', '140158.420000', '140158.423000', '140158.426000', '140158.429000', '140158.432000', '140158.435000', '140158.438000', '140158.441000', '140158.444000', '140158.447000', '140158.450000', '140158.453000', '140158.455000', '140158.458000', '140218.338000', '140218.341000', '140218.344000', '140218.346000', '140218.349000', '140218.352000', '140218.355000', '140218.358000', '140218.361000', '140218.364000', '140218.367000', '140218.369000', '140218.372000', '140218.375000', '140218.378000', '140218.381000', '140218.384000', '140218.386000', '140218.389000', '140218.392000', '140218.395000', '140218.398000', '140218.401000', '140218.404000', '140218.407000', '140218.409000', '140218.412000', '140218.415000', '140218.418000', '140218.421000', '140218.424000', '140218.427000', '140218.429000', '140218.432000', '140218.435000', '140218.438000', '140218.441000', '140218.444000', '140218.447000', '140218.449000', '140218.452000', '140218.455000', '140218.458000', '140218.461000', '140238.337000', '140238.340000', '140238.343000', '140238.346000', '140238.348000', '140238.351000', '140238.354000', '140238.357000', '140238.360000', '140238.363000', '140238.366000', '140238.368000', '140238.371000', '140238.374000', '140238.377000', '140238.380000', '140238.383000', '140238.386000', '140238.388000', '140238.392000', '140238.396000', '140238.398000', '140238.401000', '140238.404000', '140238.407000', '140238.410000', '140238.413000', '140238.416000', '140238.418000', '140238.421000', '140238.424000', '140238.427000', '140238.430000', '140238.433000', '140238.436000', '140238.438000', '140238.441000', '140238.444000', '140238.447000', '140238.450000', '140238.453000', '140238.456000', '140238.459000', '140258.337000', '140258.340000', '140258.343000', '140258.346000', '140258.348000', '140258.351000', '140258.363000', '140258.366000', '140258.369000', '140258.372000', '140258.375000', '140258.378000', '140258.381000', '140258.383000', '140258.386000', '140258.389000', '140258.392000', '140258.395000', '140258.398000', '140258.401000', '140258.404000', '140258.406000', '140258.409000', '140258.412000', '140258.415000', '140258.418000', '140258.421000', '140258.424000', '140258.426000', '140258.429000', '140258.432000', '140258.435000', '140258.438000', '140258.441000', '140258.444000', '140258.446000', '140258.449000', '140258.452000', '140258.455000', '140258.458000', '140258.461000', '140258.463000', '140258.466000', '140258.469000', '140318.337000', '140318.340000', '140318.343000', '140318.346000', '140318.349000', '140318.351000', '140318.354000', '140318.357000', '140318.360000', '140318.363000', '140318.366000', '140318.369000', '140318.372000', '140318.374000', '140318.377000', '140318.380000', '140318.383000', '140318.386000', '140318.389000', '140318.392000', '140318.395000', '140318.397000', '140318.400000', '140318.403000', '140318.406000', '140318.409000', '140318.412000', '140318.414000', '140318.417000', '140318.420000', '140318.423000', '140318.426000', '140318.429000', '140318.432000', '140318.435000', '140318.438000', '140318.440000', '140318.443000', '140318.446000', '140318.449000', '140318.452000', '140318.455000', '140318.458000', '140338.338000', '140338.341000', '140338.344000', '140338.347000', '140338.350000', '140338.352000', '140338.355000', '140338.358000', '140338.361000', '140338.364000', '140338.367000', '140338.370000', '140338.373000', '140338.375000', '140338.378000', '140338.381000', '140338.384000', '140338.387000', '140338.390000', '140338.393000', '140338.396000', '140338.398000', '140338.401000', '140338.404000', '140338.407000', '140338.410000', '140338.413000', '140338.415000', '140338.418000', '140338.421000', '140338.424000', '140338.427000', '140338.430000', '140338.433000', '140338.435000', '140338.438000', '140338.441000', '140338.444000', '140338.447000', '140338.450000', '140338.453000', '140338.455000', '140338.458000', '140338.461000', '140358.338000', '140358.341000', '140358.344000', '140358.347000', '140358.350000', '140358.353000', '140358.355000', '140358.358000', '140358.361000', '140358.364000', '140358.367000', '140358.370000', '140358.373000', '140358.375000', '140358.378000', '140358.381000', '140358.384000', '140358.387000', '140358.390000', '140358.393000', '140358.395000', '140358.398000', '140358.401000', '140358.404000', '140358.407000', '140358.410000', '140358.413000', '140358.415000', '140358.418000', '140358.421000', '140358.424000', '140358.427000', '140358.431000', '140358.434000', '140358.437000', '140358.440000', '140358.443000', '140358.446000', '140358.448000', '140358.451000', '140358.454000', '140358.457000', '140358.460000', '140418.338000', '140418.341000', '140418.351000', '140418.354000', '140418.357000', '140418.359000', '140418.362000', '140418.365000', '140418.368000', '140418.371000', '140418.374000', '140418.376000', '140418.379000', '140418.382000', '140418.385000', '140418.388000', '140418.391000', '140418.394000', '140418.397000', '140418.400000', '140418.402000', '140418.405000', '140418.408000', '140418.411000', '140418.414000', '140418.417000', '140418.420000', '140418.422000', '140418.425000', '140418.428000', '140418.431000', '140418.441000', '140418.444000', '140418.447000', '140418.450000', '140418.453000', '140418.456000', '140418.459000', '140418.461000', '140418.464000', '140418.467000', '140418.470000', '140418.473000', '140418.476000', '140438.338000', '140438.341000', '140438.344000', '140438.347000', '140438.350000', '140438.353000', '140438.355000', '140438.358000', '140438.361000', '140438.364000', '140438.367000', '140438.370000', '140438.373000', '140438.375000', '140438.378000', '140438.381000', '140438.384000', '140438.387000', '140438.390000', '140438.393000', '140438.396000', '140438.398000', '140438.401000', '140438.404000', '140438.407000', '140438.410000', '140438.413000', '140438.415000', '140438.418000', '140438.421000', '140438.424000', '140438.427000', '140438.430000', '140438.433000', '140438.436000', '140438.438000', '140438.441000', '140438.444000', '140438.447000', '140438.450000', '140438.453000', '140438.456000', '140438.459000', '140458.337000', '140458.340000', '140458.343000', '140458.346000', '140458.349000', '140458.352000', '140458.355000', '140458.357000', '140458.360000', '140458.364000', '140458.367000', '140458.370000', '140458.373000', '140458.376000', '140458.379000', '140458.382000', '140458.385000', '140458.387000', '140458.390000', '140458.393000', '140458.396000', '140458.399000', '140458.402000', '140458.404000', '140458.407000', '140458.410000', '140458.413000', '140458.416000', '140458.419000', '140458.421000', '140458.424000', '140458.427000', '140458.430000', '140458.433000', '140458.436000', '140458.438000', '140458.441000', '140458.444000', '140458.447000', '140458.450000', '140458.453000', '140458.455000', '140458.458000', '140458.461000', '140518.337000', '140518.340000', '140518.343000', '140518.346000', '140518.349000', '140518.351000', '140518.354000', '140518.357000', '140518.360000', '140518.363000', '140518.366000', '140518.369000', '140518.372000', '140518.375000', '140518.377000', '140518.380000', '140518.383000', '140518.386000', '140518.389000', '140518.392000', '140518.394000', '140518.397000', '140518.400000', '140518.403000', '140518.406000', '140518.409000', '140518.411000', '140518.414000', '140518.417000', '140518.420000', '140518.423000', '140518.426000', '140518.428000', '140518.431000', '140518.434000', '140518.437000', '140518.440000', '140518.443000', '140518.445000', '140518.448000', '140518.451000', '140518.454000', '140518.457000', '140527.327000', '140527.330000', '140527.333000', '140527.336000', '140527.340000', '140527.342000', '140527.345000', '140527.349000', '140527.352000', '140527.355000', '140527.358000', '140527.361000', '140527.364000', '140527.367000', '140527.370000', '140527.373000', '140527.375000', '140527.378000', '140527.381000', '140527.384000'], 'InstanceCreationTime': ['135858.386000', '135858.399000', '135858.402000', '135858.405000', '135858.407000', '135858.420000', '135858.422000', '135858.425000', '135858.433000', '135858.436000', '135858.439000', '135858.442000', '135858.445000', '135858.448000', '135858.450000', '135858.453000', '135858.456000', '135858.459000', '135858.462000', '135858.465000', '135858.467000', '135858.470000', '135858.473000', '135858.476000', '135858.479000', '135858.482000', '135918.338000', '135918.341000', '135918.344000', '135918.347000', '135918.349000', '135918.352000', '135918.355000', '135918.358000', '135918.363000', '135918.368000', '135918.371000', '135918.374000', '135918.377000', '135918.380000', '135918.383000', '135918.385000', '135918.388000', '135918.391000', '135918.394000', '135918.397000', '135918.399000', '135918.410000', '135918.413000', '135918.416000', '135918.419000', '135918.421000', '135918.424000', '135918.427000', '135918.430000', '135918.433000', '135918.436000', '135918.438000', '135918.441000', '135918.444000', '135918.447000', '135918.450000', '135918.453000', '135918.455000', '135918.458000', '135918.461000', '135918.464000', '135918.467000', '135918.470000', '135938.338000', '135938.341000', '135938.344000', '135938.346000', '135938.349000', '135938.352000', '135938.355000', '135938.358000', '135938.361000', '135938.363000', '135938.366000', '135938.369000', '135938.372000', '135938.375000', '135938.378000', '135938.380000', '135938.383000', '135938.386000', '135938.389000', '135938.392000', '135938.395000', '135938.397000', '135938.400000', '135938.403000', '135938.406000', '135938.409000', '135938.412000', '135938.414000', '135938.417000', '135938.440000', '135938.443000', '135938.446000', '135938.449000', '135938.452000', '135938.454000', '135938.457000', '135938.460000', '135938.463000', '135938.466000', '135938.468000', '135938.471000', '135938.474000', '135938.485000', '135938.488000', '135958.338000', '135958.341000', '135958.344000', '135958.346000', '135958.349000', '135958.352000', '135958.355000', '135958.358000', '135958.361000', '135958.364000', '135958.367000', '135958.370000', '135958.373000', '135958.376000', '135958.379000', '135958.382000', '135958.387000', '135958.391000', '135958.394000', '135958.396000', '135958.399000', '135958.402000', '135958.405000', '135958.408000', '135958.411000', '135958.413000', '135958.416000', '135958.419000', '135958.422000', '135958.425000', '135958.428000', '135958.430000', '135958.433000', '135958.436000', '135958.439000', '135958.442000', '135958.444000', '135958.447000', '135958.450000', '135958.453000', '135958.456000', '135958.459000', '135958.461000', '140018.337000', '140018.340000', '140018.343000', '140018.346000', '140018.349000', '140018.351000', '140018.354000', '140018.357000', '140018.360000', '140018.363000', '140018.366000', '140018.369000', '140018.371000', '140018.374000', '140018.377000', '140018.380000', '140018.383000', '140018.386000', '140018.388000', '140018.391000', '140018.394000', '140018.397000', '140018.400000', '140018.403000', '140018.405000', '140018.408000', '140018.411000', '140018.414000', '140018.417000', '140018.420000', '140018.422000', '140018.425000', '140018.428000', '140018.431000', '140018.434000', '140018.437000', '140018.439000', '140018.442000', '140018.445000', '140018.448000', '140018.451000', '140018.454000', '140018.457000', '140018.459000', '140038.337000', '140038.340000', '140038.343000', '140038.346000', '140038.348000', '140038.351000', '140038.359000', '140038.362000', '140038.365000', '140038.368000', '140038.371000', '140038.374000', '140038.376000', '140038.379000', '140038.382000', '140038.385000', '140038.388000', '140038.391000', '140038.394000', '140038.397000', '140038.399000', '140038.403000', '140038.406000', '140038.409000', '140038.412000', '140038.415000', '140038.418000', '140038.421000', '140038.423000', '140038.426000', '140038.429000', '140038.432000', '140038.435000', '140038.438000', '140038.440000', '140038.443000', '140038.446000', '140038.449000', '140038.452000', '140038.455000', '140038.458000', '140038.460000', '140038.463000', '140058.337000', '140058.340000', '140058.343000', '140058.346000', '140058.348000', '140058.351000', '140058.354000', '140058.357000', '140058.360000', '140058.363000', '140058.365000', '140058.368000', '140058.371000', '140058.374000', '140058.377000', '140058.380000', '140058.383000', '140058.386000', '140058.388000', '140058.391000', '140058.394000', '140058.397000', '140058.400000', '140058.403000', '140058.405000', '140058.408000', '140058.411000', '140058.414000', '140058.417000', '140058.420000', '140058.422000', '140058.425000', '140058.428000', '140058.431000', '140058.434000', '140058.437000', '140058.439000', '140058.442000', '140058.445000', '140058.448000', '140058.451000', '140058.454000', '140058.457000', '140058.459000', '140118.338000', '140118.341000', '140118.344000', '140118.346000', '140118.349000', '140118.353000', '140118.356000', '140118.359000', '140118.362000', '140118.364000', '140118.367000', '140118.370000', '140118.373000', '140118.376000', '140118.379000', '140118.382000', '140118.385000', '140118.388000', '140118.390000', '140118.393000', '140118.396000', '140118.399000', '140118.402000', '140118.404000', '140118.419000', '140118.423000', '140118.426000', '140118.460000', '140118.463000', '140118.465000', '140118.468000', '140118.471000', '140118.474000', '140118.477000', '140118.480000', '140118.482000', '140118.485000', '140118.488000', '140118.491000', '140118.494000', '140118.497000', '140118.500000', '140118.502000', '140138.338000', '140138.341000', '140138.344000', '140138.347000', '140138.349000', '140138.352000', '140138.355000', '140138.358000', '140138.361000', '140138.364000', '140138.367000', '140138.369000', '140138.372000', '140138.375000', '140138.378000', '140138.381000', '140138.384000', '140138.386000', '140138.389000', '140138.392000', '140138.395000', '140138.398000', '140138.401000', '140138.403000', '140138.406000', '140138.409000', '140138.412000', '140138.415000', '140138.418000', '140138.420000', '140138.423000', '140138.426000', '140138.429000', '140138.432000', '140138.435000', '140138.438000', '140138.440000', '140138.443000', '140138.446000', '140138.449000', '140138.452000', '140138.455000', '140138.457000', '140138.460000', '140158.338000', '140158.341000', '140158.344000', '140158.346000', '140158.349000', '140158.352000', '140158.355000', '140158.358000', '140158.361000', '140158.364000', '140158.366000', '140158.369000', '140158.372000', '140158.375000', '140158.378000', '140158.381000', '140158.383000', '140158.386000', '140158.389000', '140158.392000', '140158.395000', '140158.398000', '140158.401000', '140158.403000', '140158.406000', '140158.409000', '140158.412000', '140158.415000', '140158.418000', '140158.420000', '140158.423000', '140158.426000', '140158.429000', '140158.432000', '140158.435000', '140158.438000', '140158.441000', '140158.444000', '140158.447000', '140158.450000', '140158.453000', '140158.455000', '140158.458000', '140218.338000', '140218.341000', '140218.344000', '140218.346000', '140218.349000', '140218.352000', '140218.355000', '140218.358000', '140218.361000', '140218.364000', '140218.367000', '140218.369000', '140218.372000', '140218.375000', '140218.378000', '140218.381000', '140218.384000', '140218.386000', '140218.389000', '140218.392000', '140218.395000', '140218.398000', '140218.401000', '140218.404000', '140218.407000', '140218.409000', '140218.412000', '140218.415000', '140218.418000', '140218.421000', '140218.424000', '140218.427000', '140218.429000', '140218.432000', '140218.435000', '140218.438000', '140218.441000', '140218.444000', '140218.447000', '140218.449000', '140218.452000', '140218.455000', '140218.458000', '140218.461000', '140238.337000', '140238.340000', '140238.343000', '140238.346000', '140238.348000', '140238.351000', '140238.354000', '140238.357000', '140238.360000', '140238.363000', '140238.366000', '140238.368000', '140238.371000', '140238.374000', '140238.377000', '140238.380000', '140238.383000', '140238.386000', '140238.388000', '140238.392000', '140238.396000', '140238.398000', '140238.401000', '140238.404000', '140238.407000', '140238.410000', '140238.413000', '140238.416000', '140238.418000', '140238.421000', '140238.424000', '140238.427000', '140238.430000', '140238.433000', '140238.436000', '140238.438000', '140238.441000', '140238.444000', '140238.447000', '140238.450000', '140238.453000', '140238.456000', '140238.459000', '140258.337000', '140258.340000', '140258.343000', '140258.346000', '140258.348000', '140258.351000', '140258.363000', '140258.366000', '140258.369000', '140258.372000', '140258.375000', '140258.378000', '140258.381000', '140258.383000', '140258.386000', '140258.389000', '140258.392000', '140258.395000', '140258.398000', '140258.401000', '140258.404000', '140258.406000', '140258.409000', '140258.412000', '140258.415000', '140258.418000', '140258.421000', '140258.424000', '140258.426000', '140258.429000', '140258.432000', '140258.435000', '140258.438000', '140258.441000', '140258.444000', '140258.446000', '140258.449000', '140258.452000', '140258.455000', '140258.458000', '140258.461000', '140258.463000', '140258.466000', '140258.469000', '140318.337000', '140318.340000', '140318.343000', '140318.346000', '140318.349000', '140318.351000', '140318.354000', '140318.357000', '140318.360000', '140318.363000', '140318.366000', '140318.369000', '140318.372000', '140318.374000', '140318.377000', '140318.380000', '140318.383000', '140318.386000', '140318.389000', '140318.392000', '140318.395000', '140318.397000', '140318.400000', '140318.403000', '140318.406000', '140318.409000', '140318.412000', '140318.414000', '140318.417000', '140318.420000', '140318.423000', '140318.426000', '140318.429000', '140318.432000', '140318.435000', '140318.438000', '140318.440000', '140318.443000', '140318.446000', '140318.449000', '140318.452000', '140318.455000', '140318.458000', '140338.338000', '140338.341000', '140338.344000', '140338.347000', '140338.350000', '140338.352000', '140338.355000', '140338.358000', '140338.361000', '140338.364000', '140338.367000', '140338.370000', '140338.373000', '140338.375000', '140338.378000', '140338.381000', '140338.384000', '140338.387000', '140338.390000', '140338.393000', '140338.396000', '140338.398000', '140338.401000', '140338.404000', '140338.407000', '140338.410000', '140338.413000', '140338.415000', '140338.418000', '140338.421000', '140338.424000', '140338.427000', '140338.430000', '140338.433000', '140338.435000', '140338.438000', '140338.441000', '140338.444000', '140338.447000', '140338.450000', '140338.453000', '140338.455000', '140338.458000', '140338.461000', '140358.338000', '140358.341000', '140358.344000', '140358.347000', '140358.350000', '140358.353000', '140358.355000', '140358.358000', '140358.361000', '140358.364000', '140358.367000', '140358.370000', '140358.373000', '140358.375000', '140358.378000', '140358.381000', '140358.384000', '140358.387000', '140358.390000', '140358.393000', '140358.395000', '140358.398000', '140358.401000', '140358.404000', '140358.407000', '140358.410000', '140358.413000', '140358.415000', '140358.418000', '140358.421000', '140358.424000', '140358.427000', '140358.431000', '140358.434000', '140358.437000', '140358.440000', '140358.443000', '140358.446000', '140358.448000', '140358.451000', '140358.454000', '140358.457000', '140358.460000', '140418.338000', '140418.341000', '140418.351000', '140418.354000', '140418.357000', '140418.359000', '140418.362000', '140418.365000', '140418.368000', '140418.371000', '140418.374000', '140418.376000', '140418.379000', '140418.382000', '140418.385000', '140418.388000', '140418.391000', '140418.394000', '140418.397000', '140418.400000', '140418.402000', '140418.405000', '140418.408000', '140418.411000', '140418.414000', '140418.417000', '140418.420000', '140418.422000', '140418.425000', '140418.428000', '140418.431000', '140418.441000', '140418.444000', '140418.447000', '140418.450000', '140418.453000', '140418.456000', '140418.459000', '140418.461000', '140418.464000', '140418.467000', '140418.470000', '140418.473000', '140418.476000', '140438.338000', '140438.341000', '140438.344000', '140438.347000', '140438.350000', '140438.353000', '140438.355000', '140438.358000', '140438.361000', '140438.364000', '140438.367000', '140438.370000', '140438.373000', '140438.375000', '140438.378000', '140438.381000', '140438.384000', '140438.387000', '140438.390000', '140438.393000', '140438.396000', '140438.398000', '140438.401000', '140438.404000', '140438.407000', '140438.410000', '140438.413000', '140438.415000', '140438.418000', '140438.421000', '140438.424000', '140438.427000', '140438.430000', '140438.433000', '140438.436000', '140438.438000', '140438.441000', '140438.444000', '140438.447000', '140438.450000', '140438.453000', '140438.456000', '140438.459000', '140458.337000', '140458.340000', '140458.343000', '140458.346000', '140458.349000', '140458.352000', '140458.355000', '140458.357000', '140458.360000', '140458.364000', '140458.367000', '140458.370000', '140458.373000', '140458.376000', '140458.379000', '140458.382000', '140458.385000', '140458.387000', '140458.390000', '140458.393000', '140458.396000', '140458.399000', '140458.402000', '140458.404000', '140458.407000', '140458.410000', '140458.413000', '140458.416000', '140458.419000', '140458.421000', '140458.424000', '140458.427000', '140458.430000', '140458.433000', '140458.436000', '140458.438000', '140458.441000', '140458.444000', '140458.447000', '140458.450000', '140458.453000', '140458.455000', '140458.458000', '140458.461000', '140518.337000', '140518.340000', '140518.343000', '140518.346000', '140518.349000', '140518.351000', '140518.354000', '140518.357000', '140518.360000', '140518.363000', '140518.366000', '140518.369000', '140518.372000', '140518.375000', '140518.377000', '140518.380000', '140518.383000', '140518.386000', '140518.389000', '140518.392000', '140518.394000', '140518.397000', '140518.400000', '140518.403000', '140518.406000', '140518.409000', '140518.411000', '140518.414000', '140518.417000', '140518.420000', '140518.423000', '140518.426000', '140518.428000', '140518.431000', '140518.434000', '140518.437000', '140518.440000', '140518.443000', '140518.445000', '140518.448000', '140518.451000', '140518.454000', '140518.457000', '140527.327000', '140527.330000', '140527.333000', '140527.336000', '140527.340000', '140527.342000', '140527.345000', '140527.349000', '140527.352000', '140527.355000', '140527.358000', '140527.361000', '140527.364000', '140527.367000', '140527.370000', '140527.373000', '140527.375000', '140527.378000', '140527.381000', '140527.384000'], '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': [15891, 10908, 12122, 12930, 12022, 13050, 11467, 12111, 9452, 13333, 9784, 15027, 10065, 15053, 12217, 12879, 11981, 9384, 11112, 9533, 13325, 9805, 15697, 9881, 12487, 11324, 9485, 11854, 9716, 16121, 9864, 12863, 12438, 12840, 12343, 13342, 12152, 9834, 12013, 9608, 11270, 9575, 12560, 9806, 9065, 9117, 9606, 9314, 9649, 10545, 10023, 12844, 15792, 13406, 9293, 12337, 14329, 13961, 16391, 16715, 13408, 18151, 15295, 17458, 19028, 17419, 13230, 13535, 17309, 13280, 11431, 11288, 11255, 11858, 11238, 9982, 16927, 10806, 9929, 13613, 10463, 10064, 10783, 10388, 13716, 10625, 10497, 12086, 10555, 10251, 11844, 10649, 14125, 13619, 10411, 14119, 10529, 13301, 12672, 10314, 14661, 10781, 13216, 12012, 10072, 9272, 10749, 9987, 12910, 11484, 9490, 15391, 11267, 9314, 14764, 11832, 10014, 12432, 11483, 10034, 10420, 16632, 10089, 14944, 15256, 10012, 12439, 10943, 9708, 16538, 11458, 15521, 13635, 11281, 17481, 12026, 15268, 14478, 12361, 13865, 10088, 15903, 11282, 13195, 11655, 9566, 13841, 10033, 15604, 10349, 14884, 10433, 14111, 13475, 9217, 10620, 9618, 11956, 9677, 14665, 9759, 15925, 9911, 13360, 9823, 12216, 11636, 9741, 10773, 9566, 13938, 9805, 12640, 11127, 12531, 11834, 10388, 13861, 10068, 13805, 10280, 15267, 10184, 16580, 11688, 13245, 11848, 9125, 10478, 9142, 10432, 9526, 14245, 11846, 9342, 13262, 9940, 9844, 17198, 13438, 9478, 8802, 11849, 10412, 9343, 8718, 11150, 10334, 16589, 15616, 16966, 16821, 15489, 11223, 19342, 15878, 17003, 19645, 12985, 17853, 13805, 12112, 13369, 11093, 18203, 16212, 10244, 14227, 10627, 10211, 10689, 10736, 12958, 11844, 10218, 10113, 10785, 11074, 15237, 11479, 9788, 14829, 10509, 9920, 13628, 10478, 9750, 13828, 10451, 11096, 10971, 9608, 16049, 10443, 10052, 15505, 10439, 9700, 13192, 11123, 11974, 15392, 14097, 10978, 9677, 13167, 15919, 10584, 9977, 13939, 10458, 9825, 15038, 10823, 9835, 9902, 12620, 10280, 9823, 11555, 10161, 18088, 13174, 10843, 11073, 10810, 14590, 16656, 12716, 15672, 16324, 12489, 19165, 17512, 13534, 16560, 10339, 9480, 10741, 9630, 13678, 9889, 9100, 10609, 9664, 9367, 10369, 9625, 11580, 9849, 9233, 10645, 9761, 14121, 10460, 12794, 12814, 9639, 13563, 10416, 12697, 11393, 11137, 13052, 9544, 14361, 9876, 17698, 9981, 12965, 12091, 9516, 9851, 10024, 9644, 14607, 13437, 11379, 15351, 11922, 9830, 13506, 17336, 11865, 10069, 17957, 9770, 9365, 14485, 16279, 9858, 9715, 10515, 10362, 10059, 14077, 9806, 10487, 10236, 9553, 12328, 9984, 8795, 10497, 10996, 13197, 13108, 10395, 14835, 15423, 9978, 13500, 10798, 9973, 10752, 9376, 16033, 10229, 8831, 10558, 9551, 11908, 9679, 12319, 9537, 10056, 10179, 9449, 13081, 9651, 12645, 10873, 9544, 10547, 9772, 14308, 9972, 16399, 9741, 14622, 9735, 9285, 9059, 10025, 9303, 13170, 10535, 9536, 15775, 10191, 9571, 13374, 13233, 10599, 11893, 17456, 9293, 9635, 9975, 11562, 10474, 13031, 10244, 9385, 17126, 10275, 9701, 9423, 9889, 13632, 9614, 9213, 11623, 10367, 15415, 11924, 9516, 11481, 10236, 18048, 9713, 12508, 10680, 9637, 10601, 9631, 11803, 9661, 14508, 9624, 14166, 11713, 9406, 10356, 9846, 12535, 9538, 11890, 11102, 9558, 13556, 9994, 10910, 9957, 12005, 9641, 12281, 11181, 9508, 10833, 9669, 11084, 9848, 9895, 14790, 9896, 13958, 11059, 9836, 12716, 13379, 15547, 17056, 10050, 9901, 10073, 10311, 17031, 14832, 9658, 15231, 9470, 12442, 13675, 9920, 11787, 9592, 9511, 10588, 9525, 17189, 10718, 16907, 9425, 11920, 9621, 9027, 10086, 9371, 10539, 9510, 12634, 9683, 8809, 9686, 9879, 11946, 10126, 15237, 9854, 16148, 9797, 13192, 9673, 12812, 12293, 9553, 10220, 9828, 11836, 9900, 14729, 10319, 10634, 9455, 9344, 10578, 9251, 11489, 9051, 14832, 10491, 18189, 9913, 15706, 10108, 15461, 10109, 16604, 9965, 14794, 9693, 11625, 9851, 10974, 16285, 16790, 19843, 10470, 8875, 8930, 10766, 8557, 9261, 9274, 10068, 9487, 9306, 13943, 15540, 16438, 17723, 12239, 10919, 15912, 10696, 10012, 12874, 9952, 13060, 18413, 19193, 16880, 16145, 19494, 16292, 13198, 18682, 11662, 9984, 18950, 14010, 19043, 16693, 10665, 12033, 10680, 9786, 9784, 10063, 9991, 10049, 9865, 12810, 10486, 9630, 10911, 9879, 12381, 11074, 9471, 9722, 9988, 10982, 15701, 12589, 20498, 10190, 9939, 12174, 9331, 10033, 9258, 9944, 10511, 9842, 8895, 10370, 11052, 10086, 12901, 13235, 12646, 18828, 15586, 17941, 17854, 13771, 20062, 15738, 17395, 16237, 13476, 21835, 15987, 11671, 11523, 10768, 9687, 10729, 10632, 9217, 10575, 10000, 10333, 10508, 11431, 11384, 10303, 11214, 13802, 10705, 11113, 16863, 11058, 10425, 12677, 11133, 13067, 11139, 9799, 13011, 10033, 17051, 10256, 9815, 10441, 9176, 10450, 9382, 12882, 9849, 9205, 9986, 9328, 13465, 10009, 11826, 10066, 9562, 11579, 9647, 13581, 9774, 12482, 13646, 13422, 9576, 9337, 8746, 12003, 9155, 8675, 10051, 9700, 9528, 13803, 10170, 9911, 12490, 11148, 10080, 18306, 14406, 18377, 16523, 15681, 13422, 12211, 18724, 12227, 19133, 12543, 14815, 16237, 16847, 19645, 17531, 11882, 17567, 13197, 12008, 12961, 10324, 10396, 11973, 11730, 9280, 10839, 9554, 9053, 9020, 9428, 8885, 8156, 9119, 9841, 12017, 11257, 11205, 11893, 14374, 11407, 15580, 15334, 13519, 18251, 14988, 12617, 13892, 10985, 10010, 13477, 10332, 17982, 10539, 9313, 10858, 10248, 8760, 9939, 9816, 9286, 12942, 10183, 10285, 9318, 15335, 10680, 10203, 10151, 10598, 11765, 10578, 9748, 10887, 17754, 14800, 12078, 17374, 14765, 10025, 9095, 10085, 9043, 10263, 16029, 14329, 18462, 15466, 17358, 14016, 10770, 9126, 11183, 10512, 8821, 10702, 9506, 9035, 13009, 12361, 11376, 15272, 12915, 9875, 13253, 9908, 9706, 9528, 9531, 9889, 9936, 9704, 10921, 9660, 9224, 9925, 10176, 12516, 9801, 10173, 10939, 9937, 9884, 12620, 9828, 11813, 10378, 9960, 9899, 10028, 10197, 10924, 10150, 9172, 12286, 13515, 9428, 9588, 15995, 12982, 9855, 9986, 10735, 9746, 9496, 17511, 15146, 18638, 18660, 19202, 18101, 12981, 17290, 16290, 15660, 18425, 17286, 13852, 19453, 16645], 'WindowCenter': [4980.0, 4920.0, 4923.0, 4920.0, 4910.0, 4909.0, 4886.0, 4898.0, 4857.0, 4904.0, 4866.0, 4913.0, 4867.0, 4913.0, 4885.0, 4893.0, 4886.0, 4855.0, 4874.0, 4856.0, 4905.0, 4866.0, 4924.0, 4866.0, 4893.0, 4885.0, 4867.0, 4896.0, 4865.0, 4924.0, 4867.0, 4895.0, 4895.0, 4890.0, 4884.0, 4892.0, 4884.0, 4851.0, 4883.0, 4864.0, 4897.0, 4865.0, 4894.0, 4867.0, 4846.0, 4845.0, 4866.0, 4856.0, 4855.0, 4878.0, 4868.0, 4895.0, 4915.0, 4904.0, 4857.0, 4894.0, 4903.0, 4891.0, 4900.0, 4902.0, 4869.0, 4899.0, 4876.0, 4895.0, 4883.0, 4871.0, 4853.0, 4850.0, 4857.0, 4838.0, 4808.0, 4807.0, 4804.0, 4805.0, 4804.0, 4787.0, 4855.0, 4806.0, 4795.0, 4824.0, 4806.0, 4797.0, 4808.0, 4811.0, 4848.0, 4820.0, 4833.0, 4843.0, 4835.0, 4826.0, 4844.0, 4837.0, 4864.0, 4866.0, 4836.0, 4864.0, 4837.0, 4865.0, 4855.0, 4826.0, 4875.0, 4837.0, 4855.0, 4871.0, 4841.0, 4842.0, 4860.0, 4852.0, 4881.0, 4873.0, 4856.0, 4911.0, 4873.0, 4856.0, 4902.0, 4884.0, 4863.0, 4881.0, 4871.0, 4853.0, 4851.0, 4912.0, 4864.0, 4913.0, 4901.0, 4863.0, 4893.0, 4871.0, 4852.0, 4908.0, 4858.0, 4899.0, 4878.0, 4872.0, 4908.0, 4872.0, 4888.0, 4889.0, 4869.0, 4876.0, 4838.0, 4884.0, 4847.0, 4868.0, 4847.0, 4829.0, 4863.0, 4827.0, 4873.0, 4824.0, 4873.0, 4836.0, 4863.0, 4866.0, 4816.0, 4834.0, 4824.0, 4855.0, 4828.0, 4874.0, 4826.0, 4885.0, 4838.0, 4865.0, 4838.0, 4866.0, 4858.0, 4828.0, 4859.0, 4840.0, 4888.0, 4851.0, 4867.0, 4860.0, 4869.0, 4870.0, 4849.0, 4878.0, 4851.0, 4877.0, 4850.0, 4886.0, 4838.0, 4886.0, 4859.0, 4868.0, 4858.0, 4839.0, 4849.0, 4831.0, 4849.0, 4865.0, 4900.0, 4859.0, 4842.0, 4880.0, 4864.0, 4853.0, 4923.0, 4890.0, 4842.0, 4832.0, 4860.0, 4850.0, 4845.0, 4831.0, 4872.0, 4865.0, 4908.0, 4885.0, 4909.0, 4896.0, 4874.0, 4834.0, 4880.0, 4859.0, 4858.0, 4866.0, 4825.0, 4841.0, 4811.0, 4800.0, 4811.0, 4790.0, 4838.0, 4842.0, 4782.0, 4807.0, 4780.0, 4792.0, 4778.0, 4777.0, 4812.0, 4802.0, 4792.0, 4794.0, 4803.0, 4802.0, 4841.0, 4803.0, 4783.0, 4831.0, 4806.0, 4799.0, 4834.0, 4806.0, 4796.0, 4835.0, 4806.0, 4806.0, 4806.0, 4798.0, 4856.0, 4820.0, 4811.0, 4858.0, 4809.0, 4809.0, 4863.0, 4832.0, 4842.0, 4862.0, 4864.0, 4846.0, 4827.0, 4853.0, 4873.0, 4823.0, 4812.0, 4861.0, 4834.0, 4825.0, 4860.0, 4821.0, 4813.0, 4823.0, 4852.0, 4835.0, 4822.0, 4831.0, 4810.0, 4867.0, 4839.0, 4819.0, 4818.0, 4820.0, 4859.0, 4869.0, 4838.0, 4846.0, 4844.0, 4815.0, 4850.0, 4843.0, 4813.0, 4832.0, 4784.0, 4784.0, 4792.0, 4783.0, 4821.0, 4784.0, 4774.0, 4805.0, 4796.0, 4785.0, 4807.0, 4799.0, 4830.0, 4824.0, 4814.0, 4820.0, 4822.0, 4849.0, 4821.0, 4841.0, 4852.0, 4813.0, 4849.0, 4820.0, 4840.0, 4831.0, 4820.0, 4838.0, 4801.0, 4847.0, 4800.0, 4866.0, 4812.0, 4841.0, 4853.0, 4813.0, 4810.0, 4812.0, 4813.0, 4871.0, 4864.0, 4833.0, 4872.0, 4849.0, 4830.0, 4851.0, 4870.0, 4830.0, 4811.0, 4879.0, 4826.0, 4801.0, 4860.0, 4869.0, 4810.0, 4813.0, 4808.0, 4808.0, 4798.0, 4845.0, 4809.0, 4806.0, 4806.0, 4799.0, 4827.0, 4808.0, 4801.0, 4820.0, 4832.0, 4851.0, 4849.0, 4832.0, 4858.0, 4860.0, 4797.0, 4834.0, 4805.0, 4796.0, 4806.0, 4788.0, 4856.0, 4805.0, 4788.0, 4816.0, 4809.0, 4827.0, 4811.0, 4839.0, 4811.0, 4808.0, 4821.0, 4823.0, 4851.0, 4824.0, 4850.0, 4835.0, 4824.0, 4832.0, 4823.0, 4859.0, 4811.0, 4868.0, 4815.0, 4871.0, 4815.0, 4813.0, 4814.0, 4834.0, 4814.0, 4876.0, 4836.0, 4826.0, 4884.0, 4839.0, 4842.0, 4877.0, 4866.0, 4838.0, 4856.0, 4906.0, 4829.0, 4838.0, 4836.0, 4855.0, 4833.0, 4861.0, 4835.0, 4815.0, 4892.0, 4836.0, 4825.0, 4814.0, 4834.0, 4861.0, 4812.0, 4812.0, 4842.0, 4824.0, 4869.0, 4841.0, 4812.0, 4842.0, 4824.0, 4878.0, 4811.0, 4841.0, 4819.0, 4811.0, 4832.0, 4812.0, 4828.0, 4811.0, 4856.0, 4811.0, 4848.0, 4841.0, 4812.0, 4821.0, 4811.0, 4837.0, 4811.0, 4827.0, 4819.0, 4800.0, 4861.0, 4822.0, 4830.0, 4820.0, 4837.0, 4815.0, 4842.0, 4832.0, 4813.0, 4822.0, 4818.0, 4831.0, 4824.0, 4824.0, 4862.0, 4817.0, 4863.0, 4840.0, 4823.0, 4863.0, 4875.0, 4896.0, 4893.0, 4837.0, 4837.0, 4826.0, 4825.0, 4883.0, 4873.0, 4825.0, 4886.0, 4838.0, 4854.0, 4874.0, 4825.0, 4842.0, 4813.0, 4811.0, 4821.0, 4810.0, 4878.0, 4821.0, 4879.0, 4802.0, 4829.0, 4811.0, 4801.0, 4821.0, 4801.0, 4820.0, 4812.0, 4850.0, 4824.0, 4815.0, 4825.0, 4834.0, 4841.0, 4834.0, 4871.0, 4825.0, 4870.0, 4823.0, 4849.0, 4823.0, 4851.0, 4853.0, 4826.0, 4834.0, 4835.0, 4853.0, 4836.0, 4884.0, 4847.0, 4847.0, 4838.0, 4828.0, 4845.0, 4825.0, 4855.0, 4816.0, 4885.0, 4837.0, 4904.0, 4838.0, 4882.0, 4837.0, 4883.0, 4834.0, 4882.0, 4827.0, 4871.0, 4825.0, 4843.0, 4838.0, 4850.0, 4899.0, 4921.0, 4930.0, 4860.0, 4829.0, 4817.0, 4848.0, 4821.0, 4820.0, 4816.0, 4815.0, 4828.0, 4829.0, 4888.0, 4911.0, 4899.0, 4919.0, 4868.0, 4834.0, 4884.0, 4836.0, 4836.0, 4852.0, 4824.0, 4852.0, 4881.0, 4869.0, 4858.0, 4845.0, 4853.0, 4844.0, 4814.0, 4839.0, 4790.0, 4770.0, 4824.0, 4807.0, 4824.0, 4816.0, 4778.0, 4795.0, 4777.0, 4768.0, 4767.0, 4780.0, 4769.0, 4770.0, 4782.0, 4810.0, 4792.0, 4769.0, 4804.0, 4795.0, 4824.0, 4815.0, 4798.0, 4808.0, 4835.0, 4836.0, 4889.0, 4870.0, 4913.0, 4835.0, 4836.0, 4853.0, 4814.0, 4822.0, 4814.0, 4812.0, 4823.0, 4827.0, 4817.0, 4823.0, 4835.0, 4839.0, 4869.0, 4879.0, 4868.0, 4893.0, 4872.0, 4858.0, 4855.0, 4825.0, 4853.0, 4831.0, 4840.0, 4829.0, 4808.0, 4835.0, 4816.0, 4788.0, 4786.0, 4775.0, 4743.0, 4750.0, 4764.0, 4746.0, 4765.0, 4756.0, 4765.0, 4776.0, 4786.0, 4787.0, 4766.0, 4789.0, 4806.0, 4777.0, 4788.0, 4824.0, 4788.0, 4779.0, 4796.0, 4790.0, 4795.0, 4787.0, 4767.0, 4806.0, 4779.0, 4836.0, 4779.0, 4769.0, 4789.0, 4771.0, 4790.0, 4796.0, 4821.0, 4806.0, 4786.0, 4795.0, 4798.0, 4845.0, 4808.0, 4825.0, 4808.0, 4810.0, 4829.0, 4811.0, 4847.0, 4814.0, 4853.0, 4863.0, 4862.0, 4824.0, 4813.0, 4801.0, 4853.0, 4816.0, 4794.0, 4812.0, 4814.0, 4803.0, 4851.0, 4812.0, 4812.0, 4841.0, 4830.0, 4822.0, 4878.0, 4859.0, 4865.0, 4856.0, 4843.0, 4809.0, 4801.0, 4849.0, 4798.0, 4850.0, 4810.0, 4818.0, 4826.0, 4838.0, 4835.0, 4825.0, 4787.0, 4825.0, 4796.0, 4797.0, 4794.0, 4762.0, 4764.0, 4784.0, 4810.0, 4768.0, 4777.0, 4757.0, 4759.0, 4771.0, 4770.0, 4759.0, 4727.0, 4758.0, 4783.0, 4823.0, 4814.0, 4829.0, 4826.0, 4844.0, 4814.0, 4832.0, 4845.0, 4825.0, 4841.0, 4820.0, 4799.0, 4807.0, 4779.0, 4756.0, 4782.0, 4754.0, 4812.0, 4752.0, 4745.0, 4777.0, 4778.0, 4771.0, 4768.0, 4768.0, 4759.0, 4797.0, 4781.0, 4793.0, 4784.0, 4841.0, 4789.0, 4780.0, 4783.0, 4793.0, 4813.0, 4817.0, 4797.0, 4804.0, 4850.0, 4830.0, 4812.0, 4840.0, 4817.0, 4767.0, 4759.0, 4775.0, 4759.0, 4778.0, 4837.0, 4806.0, 4836.0, 4816.0, 4824.0, 4804.0, 4776.0, 4771.0, 4774.0, 4764.0, 4718.0, 4759.0, 4755.0, 4756.0, 4806.0, 4810.0, 4800.0, 4825.0, 4794.0, 4754.0, 4790.0, 4765.0, 4765.0, 4766.0, 4780.0, 4778.0, 4781.0, 4781.0, 4800.0, 4782.0, 4771.0, 4792.0, 4805.0, 4823.0, 4793.0, 4806.0, 4804.0, 4806.0, 4796.0, 4834.0, 4807.0, 4838.0, 4820.0, 4821.0, 4821.0, 4820.0, 4843.0, 4830.0, 4808.0, 4801.0, 4853.0, 4862.0, 4811.0, 4800.0, 4858.0, 4849.0, 4812.0, 4822.0, 4829.0, 4822.0, 4823.0, 4879.0, 4843.0, 4876.0, 4865.0, 4861.0, 4850.0, 4809.0, 4837.0, 4826.0, 4815.0, 4824.0, 4822.0, 4792.0, 4820.0, 4809.0], 'WindowWidth': [10803.0, 10712.0, 10704.0, 10694.0, 10675.0, 10673.0, 10636.0, 10656.0, 10596.0, 10656.0, 10606.0, 10666.0, 10611.0, 10669.0, 10634.0, 10639.0, 10634.0, 10593.0, 10616.0, 10595.0, 10660.0, 10608.0, 10687.0, 10609.0, 10641.0, 10633.0, 10610.0, 10649.0, 10606.0, 10686.0, 10611.0, 10645.0, 10645.0, 10633.0, 10628.0, 10633.0, 10628.0, 10581.0, 10624.0, 10605.0, 10656.0, 10606.0, 10642.0, 10609.0, 10579.0, 10576.0, 10607.0, 10596.0, 10591.0, 10627.0, 10613.0, 10643.0, 10673.0, 10657.0, 10595.0, 10643.0, 10650.0, 10631.0, 10643.0, 10649.0, 10598.0, 10639.0, 10602.0, 10631.0, 10609.0, 10589.0, 10568.0, 10557.0, 10561.0, 10533.0, 10491.0, 10488.0, 10482.0, 10481.0, 10479.0, 10460.0, 10553.0, 10485.0, 10472.0, 10508.0, 10489.0, 10476.0, 10493.0, 10501.0, 10548.0, 10515.0, 10539.0, 10552.0, 10544.0, 10530.0, 10554.0, 10549.0, 10580.0, 10587.0, 10545.0, 10582.0, 10549.0, 10585.0, 10569.0, 10531.0, 10594.0, 10547.0, 10566.0, 10601.0, 10561.0, 10565.0, 10587.0, 10581.0, 10618.0, 10611.0, 10593.0, 10662.0, 10613.0, 10595.0, 10650.0, 10626.0, 10599.0, 10619.0, 10604.0, 10582.0, 10577.0, 10663.0, 10599.0, 10668.0, 10647.0, 10600.0, 10640.0, 10609.0, 10583.0, 10652.0, 10582.0, 10638.0, 10610.0, 10607.0, 10652.0, 10607.0, 10623.0, 10625.0, 10597.0, 10602.0, 10552.0, 10609.0, 10562.0, 10594.0, 10563.0, 10541.0, 10580.0, 10535.0, 10593.0, 10529.0, 10592.0, 10547.0, 10578.0, 10588.0, 10522.0, 10543.0, 10531.0, 10572.0, 10538.0, 10597.0, 10536.0, 10615.0, 10553.0, 10586.0, 10555.0, 10590.0, 10582.0, 10540.0, 10585.0, 10560.0, 10624.0, 10577.0, 10593.0, 10590.0, 10599.0, 10601.0, 10571.0, 10609.0, 10577.0, 10608.0, 10572.0, 10614.0, 10554.0, 10615.0, 10584.0, 10593.0, 10582.0, 10560.0, 10572.0, 10548.0, 10571.0, 10606.0, 10646.0, 10583.0, 10564.0, 10613.0, 10602.0, 10583.0, 10684.0, 10632.0, 10562.0, 10549.0, 10584.0, 10573.0, 10574.0, 10553.0, 10611.0, 10604.0, 10652.0, 10614.0, 10655.0, 10629.0, 10593.0, 10538.0, 10597.0, 10566.0, 10563.0, 10571.0, 10508.0, 10525.0, 10483.0, 10468.0, 10482.0, 10452.0, 10519.0, 10529.0, 10446.0, 10473.0, 10441.0, 10463.0, 10435.0, 10433.0, 10488.0, 10475.0, 10465.0, 10470.0, 10478.0, 10478.0, 10527.0, 10476.0, 10451.0, 10510.0, 10487.0, 10483.0, 10524.0, 10486.0, 10473.0, 10525.0, 10487.0, 10486.0, 10486.0, 10482.0, 10557.0, 10512.0, 10504.0, 10564.0, 10495.0, 10498.0, 10580.0, 10535.0, 10545.0, 10572.0, 10582.0, 10560.0, 10536.0, 10562.0, 10592.0, 10523.0, 10504.0, 10570.0, 10539.0, 10531.0, 10567.0, 10516.0, 10508.0, 10524.0, 10563.0, 10544.0, 10524.0, 10531.0, 10501.0, 10573.0, 10537.0, 10513.0, 10509.0, 10515.0, 10567.0, 10580.0, 10534.0, 10541.0, 10535.0, 10494.0, 10540.0, 10532.0, 10488.0, 10514.0, 10451.0, 10453.0, 10462.0, 10451.0, 10500.0, 10455.0, 10439.0, 10484.0, 10478.0, 10460.0, 10491.0, 10485.0, 10528.0, 10527.0, 10515.0, 10517.0, 10521.0, 10552.0, 10516.0, 10543.0, 10561.0, 10510.0, 10554.0, 10516.0, 10542.0, 10532.0, 10514.0, 10535.0, 10489.0, 10546.0, 10485.0, 10571.0, 10506.0, 10542.0, 10567.0, 10511.0, 10501.0, 10508.0, 10512.0, 10590.0, 10582.0, 10534.0, 10591.0, 10561.0, 10540.0, 10559.0, 10582.0, 10526.0, 10500.0, 10595.0, 10533.0, 10491.0, 10569.0, 10579.0, 10503.0, 10511.0, 10496.0, 10494.0, 10480.0, 10544.0, 10498.0, 10488.0, 10488.0, 10484.0, 10518.0, 10498.0, 10493.0, 10515.0, 10536.0, 10561.0, 10555.0, 10539.0, 10565.0, 10569.0, 10479.0, 10523.0, 10484.0, 10472.0, 10488.0, 10465.0, 10558.0, 10489.0, 10470.0, 10504.0, 10499.0, 10518.0, 10502.0, 10540.0, 10505.0, 10499.0, 10519.0, 10525.0, 10561.0, 10528.0, 10557.0, 10544.0, 10528.0, 10535.0, 10525.0, 10566.0, 10503.0, 10579.0, 10517.0, 10586.0, 10513.0, 10512.0, 10516.0, 10543.0, 10516.0, 10605.0, 10546.0, 10533.0, 10611.0, 10555.0, 10566.0, 10605.0, 10586.0, 10549.0, 10572.0, 10646.0, 10543.0, 10555.0, 10548.0, 10572.0, 10540.0, 10573.0, 10545.0, 10518.0, 10618.0, 10547.0, 10530.0, 10514.0, 10543.0, 10574.0, 10509.0, 10508.0, 10549.0, 10527.0, 10584.0, 10547.0, 10507.0, 10549.0, 10527.0, 10594.0, 10502.0, 10544.0, 10513.0, 10503.0, 10536.0, 10507.0, 10523.0, 10502.0, 10560.0, 10505.0, 10548.0, 10546.0, 10507.0, 10518.0, 10505.0, 10533.0, 10503.0, 10519.0, 10513.0, 10486.0, 10574.0, 10523.0, 10530.0, 10519.0, 10535.0, 10518.0, 10547.0, 10535.0, 10509.0, 10520.0, 10520.0, 10530.0, 10527.0, 10526.0, 10574.0, 10518.0, 10577.0, 10546.0, 10527.0, 10580.0, 10601.0, 10632.0, 10626.0, 10552.0, 10554.0, 10534.0, 10528.0, 10608.0, 10596.0, 10530.0, 10617.0, 10555.0, 10567.0, 10597.0, 10530.0, 10549.0, 10509.0, 10503.0, 10518.0, 10503.0, 10594.0, 10520.0, 10596.0, 10494.0, 10526.0, 10506.0, 10490.0, 10520.0, 10490.0, 10516.0, 10507.0, 10558.0, 10529.0, 10520.0, 10532.0, 10545.0, 10549.0, 10541.0, 10588.0, 10529.0, 10582.0, 10525.0, 10556.0, 10527.0, 10561.0, 10567.0, 10535.0, 10542.0, 10547.0, 10568.0, 10550.0, 10611.0, 10567.0, 10566.0, 10556.0, 10542.0, 10561.0, 10532.0, 10572.0, 10521.0, 10615.0, 10551.0, 10641.0, 10555.0, 10606.0, 10551.0, 10609.0, 10545.0, 10605.0, 10536.0, 10589.0, 10533.0, 10554.0, 10553.0, 10571.0, 10639.0, 10678.0, 10687.0, 10589.0, 10544.0, 10520.0, 10567.0, 10535.0, 10528.0, 10516.0, 10512.0, 10538.0, 10542.0, 10624.0, 10660.0, 10638.0, 10670.0, 10595.0, 10540.0, 10611.0, 10546.0, 10550.0, 10564.0, 10526.0, 10562.0, 10605.0, 10582.0, 10562.0, 10536.0, 10548.0, 10537.0, 10492.0, 10521.0, 10453.0, 10423.0, 10493.0, 10470.0, 10491.0, 10483.0, 10435.0, 10455.0, 10433.0, 10422.0, 10420.0, 10441.0, 10424.0, 10427.0, 10446.0, 10482.0, 10461.0, 10429.0, 10482.0, 10473.0, 10508.0, 10502.0, 10481.0, 10499.0, 10545.0, 10543.0, 10623.0, 10596.0, 10651.0, 10546.0, 10548.0, 10568.0, 10516.0, 10520.0, 10511.0, 10502.0, 10523.0, 10531.0, 10520.0, 10520.0, 10540.0, 10552.0, 10597.0, 10612.0, 10595.0, 10622.0, 10588.0, 10562.0, 10553.0, 10511.0, 10550.0, 10511.0, 10524.0, 10507.0, 10477.0, 10510.0, 10483.0, 10449.0, 10444.0, 10426.0, 10377.0, 10382.0, 10407.0, 10389.0, 10414.0, 10402.0, 10410.0, 10429.0, 10444.0, 10447.0, 10419.0, 10455.0, 10471.0, 10433.0, 10449.0, 10494.0, 10452.0, 10439.0, 10458.0, 10454.0, 10455.0, 10446.0, 10420.0, 10472.0, 10439.0, 10512.0, 10439.0, 10424.0, 10453.0, 10431.0, 10456.0, 10479.0, 10503.0, 10491.0, 10464.0, 10474.0, 10482.0, 10542.0, 10496.0, 10513.0, 10497.0, 10502.0, 10527.0, 10505.0, 10547.0, 10511.0, 10564.0, 10580.0, 10578.0, 10530.0, 10513.0, 10492.0, 10565.0, 10520.0, 10483.0, 10502.0, 10510.0, 10491.0, 10555.0, 10502.0, 10503.0, 10542.0, 10530.0, 10520.0, 10593.0, 10565.0, 10570.0, 10558.0, 10534.0, 10483.0, 10471.0, 10538.0, 10464.0, 10541.0, 10482.0, 10491.0, 10499.0, 10521.0, 10513.0, 10499.0, 10447.0, 10496.0, 10458.0, 10458.0, 10450.0, 10407.0, 10413.0, 10440.0, 10488.0, 10426.0, 10432.0, 10405.0, 10414.0, 10434.0, 10432.0, 10412.0, 10364.0, 10412.0, 10454.0, 10511.0, 10499.0, 10529.0, 10518.0, 10539.0, 10494.0, 10516.0, 10541.0, 10510.0, 10527.0, 10493.0, 10465.0, 10472.0, 10435.0, 10400.0, 10428.0, 10391.0, 10469.0, 10387.0, 10383.0, 10429.0, 10437.0, 10437.0, 10423.0, 10422.0, 10411.0, 10461.0, 10446.0, 10465.0, 10454.0, 10531.0, 10453.0, 10438.0, 10446.0, 10467.0, 10494.0, 10509.0, 10479.0, 10482.0, 10541.0, 10511.0, 10492.0, 10528.0, 10486.0, 10419.0, 10413.0, 10431.0, 10414.0, 10439.0, 10518.0, 10472.0, 10518.0, 10485.0, 10494.0, 10465.0, 10429.0, 10435.0, 10427.0, 10411.0, 10333.0, 10395.0, 10401.0, 10406.0, 10475.0, 10488.0, 10472.0, 10498.0, 10451.0, 10396.0, 10442.0, 10415.0, 10415.0, 10418.0, 10444.0, 10440.0, 10447.0, 10448.0, 10472.0, 10450.0, 10431.0, 10464.0, 10487.0, 10510.0, 10468.0, 10491.0, 10486.0, 10490.0, 10476.0, 10525.0, 10495.0, 10540.0, 10518.0, 10520.0, 10519.0, 10518.0, 10557.0, 10531.0, 10496.0, 10492.0, 10566.0, 10580.0, 10506.0, 10484.0, 10561.0, 10551.0, 10506.0, 10521.0, 10528.0, 10524.0, 10526.0, 10598.0, 10535.0, 10593.0, 10575.0, 10562.0, 10541.0, 10482.0, 10516.0, 10498.0, 10482.0, 10494.0, 10489.0, 10445.0, 10483.0, 10466.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.0017382237600922722</td></tr>
<tr><td colspan=3>aqi</td><td>0.04294706470588235</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.158148873510406</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1749242800115471</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9895891482909931</td></tr>
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
<tr><td colspan=3>fber</td><td>5111.2798</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17986937737928785</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>246</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.37370242214533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4717611916263214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.409823397090787</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6921046630879504</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.313355514700227</td></tr>
<tr><td colspan=3>gcor</td><td>0.0284733</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015592433512210846</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028287064284086227</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.906758217192949</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>33.2057</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.3991</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.9156</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>940.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.5886</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4965</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.6654</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3989.2006</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80782.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>5258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.214</td></tr>
<tr><td colspan=3>tsnr</td><td>29.640924906823784</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>