ds005256-mriqc/sub-0044_ses-01_task-social_acq-mb8_run-06_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-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0044_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-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-06_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-06_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_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-06_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-06_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_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-06_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-06_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_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-06_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-06_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-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-06_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-06_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-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-06_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-06_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_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-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-01/func/sub-0044_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f098fa626b772e00fe28174ae05e1e75</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>14:28:27.192500</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</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.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2ac9e6c-e981-487d-97ec-1f4df7dfaea2||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': ['142827.192500', '142827.652500', '142828.112500', '142828.572500', '142829.032500', '142829.492500', '142829.952500', '142830.412500', '142830.872500', '142831.332500', '142831.792500', '142832.252500', '142832.712500', '142833.172500', '142833.632500', '142834.092500', '142834.552500', '142835.012500', '142835.472500', '142835.932500', '142836.392500', '142836.852500', '142837.312500', '142837.772500', '142838.232500', '142838.692500', '142839.152500', '142839.612500', '142840.072500', '142840.532500', '142840.992500', '142841.452500', '142841.912500', '142842.372500', '142842.832500', '142843.292500', '142843.752500', '142844.212500', '142844.672500', '142845.132500', '142845.592500', '142846.052500', '142846.512500', '142846.972500', '142847.432500', '142847.892500', '142848.352500', '142848.812500', '142849.272500', '142849.732500', '142850.192500', '142850.652500', '142851.112500', '142851.572500', '142852.032500', '142852.492500', '142852.952500', '142853.412500', '142853.872500', '142854.332500', '142854.792500', '142855.252500', '142855.712500', '142856.172500', '142856.632500', '142857.092500', '142857.552500', '142858.012500', '142858.472500', '142858.932500', '142859.392500', '142859.852500', '142900.312500', '142900.772500', '142901.232500', '142901.692500', '142902.152500', '142902.612500', '142903.072500', '142903.532500', '142903.992500', '142904.452500', '142904.912500', '142905.372500', '142905.832500', '142906.292500', '142906.752500', '142907.212500', '142907.672500', '142908.132500', '142908.592500', '142909.052500', '142909.512500', '142909.972500', '142910.432500', '142910.892500', '142911.352500', '142911.812500', '142912.272500', '142912.732500', '142913.192500', '142913.652500', '142914.112500', '142914.572500', '142915.032500', '142915.492500', '142915.952500', '142916.412500', '142916.872500', '142917.332500', '142917.792500', '142918.252500', '142918.712500', '142919.172500', '142919.632500', '142920.092500', '142920.552500', '142921.012500', '142921.472500', '142921.932500', '142922.392500', '142922.852500', '142923.312500', '142923.772500', '142924.232500', '142924.692500', '142925.152500', '142925.612500', '142926.072500', '142926.532500', '142926.992500', '142927.452500', '142927.912500', '142928.372500', '142928.832500', '142929.292500', '142929.752500', '142930.212500', '142930.672500', '142931.132500', '142931.592500', '142932.052500', '142932.512500', '142932.972500', '142933.432500', '142933.892500', '142934.352500', '142934.812500', '142935.272500', '142935.732500', '142936.192500', '142936.652500', '142937.112500', '142937.572500', '142938.032500', '142938.492500', '142938.952500', '142939.412500', '142939.872500', '142940.332500', '142940.792500', '142941.252500', '142941.712500', '142942.172500', '142942.632500', '142943.092500', '142943.552500', '142944.012500', '142944.472500', '142944.932500', '142945.392500', '142945.852500', '142946.312500', '142946.772500', '142947.232500', '142947.692500', '142948.152500', '142948.612500', '142949.072500', '142949.532500', '142949.992500', '142950.452500', '142950.912500', '142951.372500', '142951.832500', '142952.292500', '142952.752500', '142953.212500', '142953.672500', '142954.132500', '142954.592500', '142955.052500', '142955.512500', '142955.972500', '142956.432500', '142956.892500', '142957.352500', '142957.812500', '142958.272500', '142958.732500', '142959.192500', '142959.652500', '143000.112500', '143000.572500', '143001.032500', '143001.492500', '143001.952500', '143002.412500', '143002.872500', '143003.332500', '143003.792500', '143004.252500', '143004.712500', '143005.172500', '143005.632500', '143006.092500', '143006.552500', '143007.012500', '143007.472500', '143007.932500', '143008.392500', '143008.852500', '143009.312500', '143009.772500', '143010.232500', '143010.692500', '143011.152500', '143011.612500', '143012.072500', '143012.532500', '143012.992500', '143013.452500', '143013.912500', '143014.372500', '143014.832500', '143015.292500', '143015.752500', '143016.212500', '143016.672500', '143017.132500', '143017.592500', '143018.052500', '143018.512500', '143018.972500', '143019.432500', '143019.892500', '143020.352500', '143020.812500', '143021.272500', '143021.732500', '143022.192500', '143022.652500', '143023.112500', '143023.572500', '143024.032500', '143024.492500', '143024.952500', '143025.412500', '143025.872500', '143026.332500', '143026.792500', '143027.252500', '143027.712500', '143028.172500', '143028.632500', '143029.092500', '143029.552500', '143030.012500', '143030.472500', '143030.932500', '143031.392500', '143031.852500', '143032.312500', '143032.772500', '143033.232500', '143033.692500', '143034.152500', '143034.612500', '143035.072500', '143035.532500', '143035.992500', '143036.452500', '143036.912500', '143037.372500', '143037.832500', '143038.292500', '143038.752500', '143039.212500', '143039.672500', '143040.132500', '143040.592500', '143041.052500', '143041.512500', '143041.972500', '143042.432500', '143042.892500', '143043.352500', '143043.812500', '143044.272500', '143044.732500', '143045.192500', '143045.652500', '143046.112500', '143046.572500', '143047.032500', '143047.492500', '143047.952500', '143048.412500', '143048.872500', '143049.332500', '143049.792500', '143050.252500', '143050.712500', '143051.172500', '143051.632500', '143052.092500', '143052.552500', '143053.012500', '143053.472500', '143053.932500', '143054.392500', '143054.852500', '143055.312500', '143055.772500', '143056.232500', '143056.692500', '143057.152500', '143057.612500', '143058.072500', '143058.532500', '143058.992500', '143059.452500', '143059.912500', '143100.372500', '143100.832500', '143101.292500', '143101.752500', '143102.212500', '143102.672500', '143103.132500', '143103.592500', '143104.052500', '143104.512500', '143104.972500', '143105.432500', '143105.892500', '143106.352500', '143106.812500', '143107.272500', '143107.732500', '143108.192500', '143108.652500', '143109.112500', '143109.572500', '143110.032500', '143110.492500', '143110.952500', '143111.412500', '143111.872500', '143112.332500', '143112.792500', '143113.252500', '143113.712500', '143114.172500', '143114.632500', '143115.092500', '143115.552500', '143116.012500', '143116.472500', '143116.932500', '143117.392500', '143117.852500', '143118.312500', '143118.772500', '143119.232500', '143119.692500', '143120.152500', '143120.612500', '143121.072500', '143121.532500', '143121.992500', '143122.452500', '143122.912500', '143123.372500', '143123.832500', '143124.292500', '143124.752500', '143125.212500', '143125.672500', '143126.132500', '143126.592500', '143127.052500', '143127.512500', '143127.972500', '143128.432500', '143128.892500', '143129.352500', '143129.812500', '143130.272500', '143130.732500', '143131.192500', '143131.652500', '143132.112500', '143132.572500', '143133.032500', '143133.492500', '143133.952500', '143134.412500', '143134.872500', '143135.332500', '143135.792500', '143136.252500', '143136.712500', '143137.172500', '143137.632500', '143138.092500', '143138.552500', '143139.012500', '143139.472500', '143139.932500', '143140.392500', '143140.852500', '143141.312500', '143141.772500', '143142.232500', '143142.692500', '143143.152500', '143143.612500', '143144.072500', '143144.532500', '143144.992500', '143145.452500', '143145.912500', '143146.372500', '143146.832500', '143147.292500', '143147.752500', '143148.212500', '143148.672500', '143149.132500', '143149.592500', '143150.052500', '143150.512500', '143150.972500', '143151.432500', '143151.892500', '143152.352500', '143152.812500', '143153.272500', '143153.732500', '143154.192500', '143154.652500', '143155.112500', '143155.572500', '143156.032500', '143156.492500', '143156.952500', '143157.412500', '143157.872500', '143158.332500', '143158.792500', '143159.252500', '143159.712500', '143200.172500', '143200.632500', '143201.092500', '143201.552500', '143202.012500', '143202.472500', '143202.932500', '143203.392500', '143203.852500', '143204.312500', '143204.772500', '143205.232500', '143205.692500', '143206.152500', '143206.612500', '143207.072500', '143207.532500', '143207.992500', '143208.452500', '143208.912500', '143209.372500', '143209.832500', '143210.292500', '143210.752500', '143211.212500', '143211.672500', '143212.132500', '143212.592500', '143213.052500', '143213.512500', '143213.972500', '143214.432500', '143214.892500', '143215.352500', '143215.812500', '143216.272500', '143216.732500', '143217.192500', '143217.652500', '143218.112500', '143218.572500', '143219.032500', '143219.492500', '143219.952500', '143220.412500', '143220.872500', '143221.332500', '143221.792500', '143222.252500', '143222.712500', '143223.172500', '143223.632500', '143224.092500', '143224.552500', '143225.012500', '143225.472500', '143225.932500', '143226.392500', '143226.852500', '143227.312500', '143227.772500', '143228.232500', '143228.692500', '143229.152500', '143229.612500', '143230.072500', '143230.532500', '143230.992500', '143231.452500', '143231.912500', '143232.372500', '143232.832500', '143233.292500', '143233.752500', '143234.212500', '143234.672500', '143235.132500', '143235.592500', '143236.052500', '143236.512500', '143236.972500', '143237.432500', '143237.892500', '143238.352500', '143238.812500', '143239.272500', '143239.732500', '143240.192500', '143240.652500', '143241.112500', '143241.572500', '143242.032500', '143242.492500', '143242.952500', '143243.412500', '143243.872500', '143244.332500', '143244.792500', '143245.252500', '143245.712500', '143246.172500', '143246.632500', '143247.092500', '143247.552500', '143248.012500', '143248.472500', '143248.932500', '143249.392500', '143249.852500', '143250.312500', '143250.772500', '143251.232500', '143251.692500', '143252.152500', '143252.612500', '143253.072500', '143253.532500', '143253.992500', '143254.452500', '143254.912500', '143255.372500', '143255.832500', '143256.292500', '143256.752500', '143257.212500', '143257.672500', '143258.132500', '143258.592500', '143259.052500', '143259.512500', '143259.972500', '143300.432500', '143300.892500', '143301.352500', '143301.812500', '143302.272500', '143302.732500', '143303.192500', '143303.652500', '143304.112500', '143304.572500', '143305.032500', '143305.492500', '143305.952500', '143306.412500', '143306.872500', '143307.332500', '143307.792500', '143308.252500', '143308.712500', '143309.172500', '143309.632500', '143310.092500', '143310.552500', '143311.012500', '143311.472500', '143311.932500', '143312.392500', '143312.852500', '143313.312500', '143313.772500', '143314.232500', '143314.692500', '143315.152500', '143315.612500', '143316.072500', '143316.532500', '143316.992500', '143317.452500', '143317.912500', '143318.372500', '143318.832500', '143319.292500', '143319.752500', '143320.212500', '143320.672500', '143321.132500', '143321.592500', '143322.052500', '143322.512500', '143322.972500', '143323.432500', '143323.892500', '143324.352500', '143324.812500', '143325.272500', '143325.732500', '143326.192500', '143326.652500', '143327.112500', '143327.572500', '143328.032500', '143328.492500', '143328.952500', '143329.412500', '143329.872500', '143330.332500', '143330.792500', '143331.252500', '143331.712500', '143332.172500', '143332.632500', '143333.092500', '143333.552500', '143334.012500', '143334.472500', '143334.932500', '143335.392500', '143335.852500', '143336.312500', '143336.772500', '143337.232500', '143337.692500', '143338.152500', '143338.612500', '143339.072500', '143339.532500', '143339.992500', '143340.452500', '143340.912500', '143341.372500', '143341.832500', '143342.292500', '143342.752500', '143343.212500', '143343.672500', '143344.132500', '143344.592500', '143345.052500', '143345.512500', '143345.972500', '143346.432500', '143346.892500', '143347.352500', '143347.812500', '143348.272500', '143348.732500', '143349.192500', '143349.652500', '143350.112500', '143350.572500', '143351.032500', '143351.492500', '143351.952500', '143352.412500', '143352.872500', '143353.332500', '143353.792500', '143354.252500', '143354.712500', '143355.172500', '143355.632500', '143356.092500', '143356.552500', '143357.012500', '143357.472500', '143357.932500', '143358.392500', '143358.852500', '143359.312500', '143359.772500', '143400.232500', '143400.692500', '143401.152500', '143401.612500', '143402.072500', '143402.532500', '143402.992500', '143403.452500', '143403.912500', '143404.372500', '143404.832500', '143405.292500', '143405.752500', '143406.212500', '143406.672500', '143407.132500', '143407.592500', '143408.052500', '143408.512500', '143408.972500', '143409.432500', '143409.892500', '143410.352500', '143410.812500', '143411.272500', '143411.732500', '143412.192500', '143412.652500', '143413.112500', '143413.572500', '143414.032500', '143414.492500', '143414.952500', '143415.412500', '143415.872500', '143416.332500', '143416.792500', '143417.252500', '143417.712500', '143418.172500', '143418.632500', '143419.092500', '143419.552500', '143420.012500', '143420.472500', '143420.932500', '143421.392500', '143421.852500', '143422.312500', '143422.772500', '143423.232500', '143423.692500', '143424.152500', '143424.612500', '143425.072500', '143425.532500', '143425.992500', '143426.452500', '143426.912500', '143427.372500', '143427.832500', '143428.292500', '143428.752500', '143429.212500', '143429.672500', '143430.132500', '143430.592500', '143431.052500', '143431.512500', '143431.972500', '143432.432500', '143432.892500', '143433.352500', '143433.812500', '143434.272500', '143434.732500', '143435.192500', '143435.652500', '143436.112500', '143436.572500', '143437.032500', '143437.492500', '143437.952500', '143438.412500', '143438.872500', '143439.332500', '143439.792500', '143440.252500', '143440.712500', '143441.172500', '143441.632500', '143442.092500', '143442.552500', '143443.012500', '143443.472500', '143443.932500', '143444.392500', '143444.852500', '143445.312500', '143445.772500', '143446.232500', '143446.692500', '143447.152500', '143447.612500', '143448.072500', '143448.532500', '143448.992500', '143449.452500', '143449.912500', '143450.372500', '143450.832500', '143451.292500', '143451.752500', '143452.212500', '143452.672500', '143453.132500', '143453.592500', '143454.052500', '143454.512500', '143454.972500', '143455.432500', '143455.892500', '143456.352500', '143456.812500', '143457.272500', '143457.732500', '143458.192500', '143458.652500', '143459.112500', '143459.572500', '143500.032500', '143500.492500', '143500.952500', '143501.412500', '143501.872500', '143502.332500', '143502.792500', '143503.252500', '143503.712500', '143504.172500', '143504.632500', '143505.092500', '143505.552500', '143506.012500', '143506.472500', '143506.932500', '143507.392500', '143507.852500'], 'ContentTime': ['142838.229000', '142838.232000', '142838.236000', '142838.239000', '142838.242000', '142838.245000', '142838.248000', '142838.251000', '142838.254000', '142838.257000', '142838.261000', '142838.265000', '142838.269000', '142838.272000', '142838.301000', '142838.304000', '142838.306000', '142838.309000', '142838.312000', '142838.316000', '142838.319000', '142858.195000', '142858.198000', '142858.201000', '142858.203000', '142858.206000', '142858.209000', '142858.212000', '142858.215000', '142858.218000', '142858.220000', '142858.223000', '142858.226000', '142858.229000', '142858.232000', '142858.235000', '142858.238000', '142858.240000', '142858.243000', '142858.246000', '142858.249000', '142858.252000', '142858.255000', '142858.258000', '142858.260000', '142858.263000', '142858.266000', '142858.269000', '142858.272000', '142858.285000', '142858.288000', '142858.291000', '142858.293000', '142858.296000', '142858.299000', '142858.302000', '142858.305000', '142858.308000', '142858.311000', '142858.314000', '142858.317000', '142858.320000', '142858.323000', '142858.326000', '142858.332000', '142918.195000', '142918.198000', '142918.201000', '142918.203000', '142918.206000', '142918.209000', '142918.212000', '142918.216000', '142918.219000', '142918.222000', '142918.224000', '142918.227000', '142918.230000', '142918.233000', '142918.236000', '142918.239000', '142918.241000', '142918.244000', '142918.247000', '142918.250000', '142918.253000', '142918.256000', '142918.259000', '142918.262000', '142918.264000', '142918.267000', '142918.270000', '142918.273000', '142918.276000', '142918.279000', '142918.283000', '142918.288000', '142918.291000', '142918.314000', '142918.317000', '142918.320000', '142918.322000', '142918.325000', '142918.330000', '142918.333000', '142918.336000', '142918.339000', '142918.342000', '142938.195000', '142938.198000', '142938.201000', '142938.204000', '142938.206000', '142938.209000', '142938.212000', '142938.215000', '142938.218000', '142938.221000', '142938.223000', '142938.226000', '142938.229000', '142938.232000', '142938.235000', '142938.238000', '142938.241000', '142938.243000', '142938.246000', '142938.249000', '142938.252000', '142938.255000', '142938.258000', '142938.261000', '142938.264000', '142938.267000', '142938.270000', '142938.273000', '142938.275000', '142938.278000', '142938.281000', '142938.284000', '142938.287000', '142938.290000', '142938.293000', '142938.296000', '142938.298000', '142938.301000', '142938.304000', '142938.307000', '142938.310000', '142938.313000', '142938.316000', '142938.318000', '142958.195000', '142958.198000', '142958.201000', '142958.203000', '142958.206000', '142958.209000', '142958.212000', '142958.215000', '142958.218000', '142958.221000', '142958.224000', '142958.226000', '142958.229000', '142958.232000', '142958.235000', '142958.238000', '142958.241000', '142958.244000', '142958.246000', '142958.249000', '142958.252000', '142958.255000', '142958.258000', '142958.261000', '142958.264000', '142958.267000', '142958.269000', '142958.272000', '142958.275000', '142958.278000', '142958.281000', '142958.284000', '142958.287000', '142958.290000', '142958.293000', '142958.295000', '142958.298000', '142958.301000', '142958.307000', '142958.310000', '142958.313000', '142958.316000', '142958.319000', '143018.195000', '143018.198000', '143018.201000', '143018.204000', '143018.206000', '143018.209000', '143018.212000', '143018.215000', '143018.218000', '143018.221000', '143018.224000', '143018.227000', '143018.230000', '143018.233000', '143018.235000', '143018.238000', '143018.241000', '143018.244000', '143018.247000', '143018.250000', '143018.253000', '143018.255000', '143018.258000', '143018.261000', '143018.264000', '143018.267000', '143018.270000', '143018.273000', '143018.276000', '143018.279000', '143018.281000', '143018.284000', '143018.287000', '143018.290000', '143018.293000', '143018.296000', '143018.299000', '143018.301000', '143018.304000', '143018.307000', '143018.310000', '143018.313000', '143018.316000', '143018.318000', '143038.194000', '143038.197000', '143038.200000', '143038.203000', '143038.206000', '143038.209000', '143038.211000', '143038.214000', '143038.217000', '143038.220000', '143038.223000', '143038.226000', '143038.229000', '143038.231000', '143038.234000', '143038.237000', '143038.240000', '143038.243000', '143038.246000', '143038.249000', '143038.253000', '143038.256000', '143038.259000', '143038.262000', '143038.265000', '143038.268000', '143038.270000', '143038.273000', '143038.276000', '143038.293000', '143038.296000', '143038.299000', '143038.302000', '143038.305000', '143038.309000', '143038.314000', '143038.317000', '143038.320000', '143038.323000', '143038.326000', '143038.329000', '143038.332000', '143038.335000', '143058.194000', '143058.339000', '143058.342000', '143058.345000', '143058.348000', '143058.351000', '143058.354000', '143058.357000', '143058.360000', '143058.363000', '143058.366000', '143058.368000', '143058.371000', '143058.374000', '143058.377000', '143058.380000', '143058.383000', '143058.386000', '143058.389000', '143058.392000', '143058.395000', '143058.398000', '143058.401000', '143058.403000', '143058.406000', '143058.409000', '143058.412000', '143058.415000', '143058.418000', '143058.421000', '143058.424000', '143058.426000', '143058.429000', '143058.432000', '143058.435000', '143058.438000', '143058.441000', '143058.444000', '143058.447000', '143058.449000', '143058.452000', '143058.455000', '143058.458000', '143058.461000', '143118.195000', '143118.205000', '143118.208000', '143118.211000', '143118.214000', '143118.217000', '143118.220000', '143118.223000', '143118.226000', '143118.228000', '143118.231000', '143118.234000', '143118.237000', '143118.240000', '143118.243000', '143118.246000', '143118.249000', '143118.252000', '143118.255000', '143118.258000', '143118.261000', '143118.263000', '143118.266000', '143118.269000', '143118.272000', '143118.275000', '143118.278000', '143118.281000', '143118.284000', '143118.286000', '143118.289000', '143118.292000', '143118.295000', '143118.298000', '143118.301000', '143118.304000', '143118.307000', '143118.309000', '143118.312000', '143118.315000', '143118.318000', '143118.321000', '143118.324000', '143138.195000', '143138.198000', '143138.201000', '143138.204000', '143138.206000', '143138.209000', '143138.212000', '143138.215000', '143138.218000', '143138.221000', '143138.224000', '143138.227000', '143138.230000', '143138.233000', '143138.235000', '143138.238000', '143138.241000', '143138.244000', '143138.247000', '143138.250000', '143138.253000', '143138.255000', '143138.258000', '143138.261000', '143138.264000', '143138.267000', '143138.270000', '143138.273000', '143138.276000', '143138.279000', '143138.282000', '143138.284000', '143138.287000', '143138.290000', '143138.293000', '143138.296000', '143138.299000', '143138.302000', '143138.305000', '143138.308000', '143138.311000', '143138.314000', '143138.317000', '143138.319000', '143158.195000', '143158.198000', '143158.201000', '143158.204000', '143158.207000', '143158.210000', '143158.212000', '143158.215000', '143158.218000', '143158.221000', '143158.224000', '143158.227000', '143158.230000', '143158.233000', '143158.235000', '143158.238000', '143158.241000', '143158.244000', '143158.247000', '143158.250000', '143158.253000', '143158.256000', '143158.259000', '143158.261000', '143158.264000', '143158.267000', '143158.270000', '143158.273000', '143158.276000', '143158.279000', '143158.282000', '143158.285000', '143158.287000', '143158.291000', '143158.294000', '143158.297000', '143158.300000', '143158.303000', '143158.306000', '143158.309000', '143158.312000', '143158.315000', '143158.317000', '143218.195000', '143218.210000', '143218.213000', '143218.216000', '143218.219000', '143218.222000', '143218.225000', '143218.228000', '143218.230000', '143218.233000', '143218.236000', '143218.253000', '143218.256000', '143218.259000', '143218.262000', '143218.265000', '143218.268000', '143218.271000', '143218.274000', '143218.276000', '143218.279000', '143218.282000', '143218.285000', '143218.288000', '143218.304000', '143218.307000', '143218.310000', '143218.313000', '143218.315000', '143218.318000', '143218.321000', '143218.324000', '143218.327000', '143218.330000', '143218.332000', '143218.335000', '143218.338000', '143218.341000', '143218.344000', '143218.347000', '143218.350000', '143218.352000', '143218.355000', '143218.358000', '143238.195000', '143238.198000', '143238.201000', '143238.204000', '143238.207000', '143238.209000', '143238.212000', '143238.215000', '143238.218000', '143238.221000', '143238.224000', '143238.227000', '143238.230000', '143238.233000', '143238.236000', '143238.238000', '143238.241000', '143238.244000', '143238.247000', '143238.250000', '143238.253000', '143238.256000', '143238.259000', '143238.262000', '143238.264000', '143238.267000', '143238.270000', '143238.273000', '143238.276000', '143238.279000', '143238.282000', '143238.285000', '143238.287000', '143238.290000', '143238.293000', '143238.296000', '143238.299000', '143238.302000', '143238.305000', '143238.308000', '143238.311000', '143238.313000', '143238.316000', '143258.194000', '143258.197000', '143258.200000', '143258.203000', '143258.206000', '143258.209000', '143258.212000', '143258.215000', '143258.217000', '143258.220000', '143258.223000', '143258.226000', '143258.229000', '143258.232000', '143258.235000', '143258.238000', '143258.240000', '143258.243000', '143258.246000', '143258.249000', '143258.252000', '143258.255000', '143258.258000', '143258.260000', '143258.263000', '143258.266000', '143258.269000', '143258.272000', '143258.275000', '143258.278000', '143258.281000', '143258.284000', '143258.287000', '143258.290000', '143258.292000', '143258.295000', '143258.298000', '143258.301000', '143258.304000', '143258.307000', '143258.310000', '143258.313000', '143258.316000', '143258.318000', '143318.194000', '143318.205000', '143318.208000', '143318.210000', '143318.213000', '143318.216000', '143318.219000', '143318.222000', '143318.225000', '143318.228000', '143318.231000', '143318.234000', '143318.237000', '143318.240000', '143318.242000', '143318.245000', '143318.248000', '143318.251000', '143318.254000', '143318.257000', '143318.260000', '143318.263000', '143318.266000', '143318.269000', '143318.271000', '143318.274000', '143318.277000', '143318.280000', '143318.283000', '143318.286000', '143318.289000', '143318.291000', '143318.294000', '143318.297000', '143318.300000', '143318.303000', '143318.306000', '143318.309000', '143318.311000', '143318.314000', '143318.317000', '143318.320000', '143318.323000', '143338.195000', '143338.198000', '143338.201000', '143338.204000', '143338.207000', '143338.210000', '143338.212000', '143338.215000', '143338.218000', '143338.221000', '143338.224000', '143338.227000', '143338.230000', '143338.233000', '143338.236000', '143338.238000', '143338.241000', '143338.244000', '143338.247000', '143338.250000', '143338.253000', '143338.256000', '143338.259000', '143338.262000', '143338.265000', '143338.268000', '143338.271000', '143338.274000', '143338.276000', '143338.279000', '143338.282000', '143338.285000', '143338.288000', '143338.291000', '143338.294000', '143338.297000', '143338.307000', '143338.310000', '143338.313000', '143338.316000', '143338.319000', '143338.322000', '143338.325000', '143338.328000', '143358.195000', '143358.204000', '143358.207000', '143358.210000', '143358.213000', '143358.216000', '143358.219000', '143358.222000', '143358.224000', '143358.227000', '143358.230000', '143358.233000', '143358.236000', '143358.239000', '143358.242000', '143358.245000', '143358.248000', '143358.251000', '143358.254000', '143358.256000', '143358.259000', '143358.262000', '143358.265000', '143358.268000', '143358.271000', '143358.274000', '143358.277000', '143358.285000', '143358.288000', '143358.291000', '143358.294000', '143358.297000', '143358.300000', '143358.303000', '143358.305000', '143358.308000', '143358.311000', '143358.314000', '143358.317000', '143358.320000', '143358.323000', '143358.326000', '143358.329000', '143418.196000', '143418.201000', '143418.204000', '143418.207000', '143418.210000', '143418.212000', '143418.215000', '143418.218000', '143418.221000', '143418.224000', '143418.227000', '143418.230000', '143418.233000', '143418.235000', '143418.238000', '143418.241000', '143418.244000', '143418.247000', '143418.252000', '143418.255000', '143418.258000', '143418.261000', '143418.264000', '143418.266000', '143418.269000', '143418.272000', '143418.275000', '143418.278000', '143418.281000', '143418.284000', '143418.287000', '143418.290000', '143418.293000', '143418.296000', '143418.298000', '143418.301000', '143418.304000', '143418.307000', '143418.310000', '143418.313000', '143418.316000', '143418.319000', '143418.322000', '143438.195000', '143438.208000', '143438.211000', '143438.214000', '143438.217000', '143438.219000', '143438.222000', '143438.225000', '143438.228000', '143438.231000', '143438.234000', '143438.237000', '143438.239000', '143438.242000', '143438.245000', '143438.248000', '143438.251000', '143438.254000', '143438.257000', '143438.260000', '143438.263000', '143438.265000', '143438.268000', '143438.271000', '143438.274000', '143438.277000', '143438.280000', '143438.283000', '143438.285000', '143438.288000', '143438.291000', '143438.294000', '143438.297000', '143438.300000', '143438.303000', '143438.305000', '143438.308000', '143438.311000', '143438.314000', '143438.317000', '143438.320000', '143438.322000', '143438.325000', '143438.328000', '143458.195000', '143458.207000', '143458.210000', '143458.214000', '143458.219000', '143458.222000', '143458.225000', '143458.228000', '143458.231000', '143458.233000', '143458.236000', '143458.239000', '143458.242000', '143458.245000', '143458.248000', '143458.250000', '143458.253000', '143458.256000', '143458.259000', '143458.262000', '143458.265000', '143458.268000', '143458.271000', '143458.274000', '143458.277000', '143458.279000', '143458.282000', '143458.285000', '143458.288000', '143458.291000', '143458.294000', '143458.297000', '143458.299000', '143458.302000', '143458.305000', '143458.308000', '143458.311000', '143458.314000', '143458.316000', '143458.319000', '143458.322000', '143458.325000', '143458.328000', '143509.307000', '143509.311000', '143509.315000', '143509.319000', '143509.332000', '143509.336000', '143509.339000', '143509.343000', '143509.347000', '143509.350000', '143509.353000', '143509.358000', '143509.364000', '143509.368000', '143509.371000', '143509.374000', '143509.377000', '143509.381000', '143509.384000', '143509.389000', '143509.393000', '143509.398000', '143509.403000', '143509.407000', '143509.412000'], 'InstanceCreationTime': ['142838.229000', '142838.232000', '142838.236000', '142838.239000', '142838.242000', '142838.245000', '142838.248000', '142838.251000', '142838.254000', '142838.257000', '142838.261000', '142838.265000', '142838.269000', '142838.272000', '142838.301000', '142838.304000', '142838.306000', '142838.309000', '142838.312000', '142838.316000', '142838.319000', '142858.195000', '142858.198000', '142858.201000', '142858.203000', '142858.206000', '142858.209000', '142858.212000', '142858.215000', '142858.218000', '142858.220000', '142858.223000', '142858.226000', '142858.229000', '142858.232000', '142858.235000', '142858.238000', '142858.240000', '142858.243000', '142858.246000', '142858.249000', '142858.252000', '142858.255000', '142858.258000', '142858.260000', '142858.263000', '142858.266000', '142858.269000', '142858.272000', '142858.285000', '142858.288000', '142858.291000', '142858.293000', '142858.296000', '142858.299000', '142858.302000', '142858.305000', '142858.308000', '142858.311000', '142858.314000', '142858.317000', '142858.320000', '142858.323000', '142858.326000', '142858.332000', '142918.195000', '142918.198000', '142918.201000', '142918.203000', '142918.206000', '142918.209000', '142918.212000', '142918.216000', '142918.219000', '142918.222000', '142918.224000', '142918.227000', '142918.230000', '142918.233000', '142918.236000', '142918.239000', '142918.241000', '142918.244000', '142918.247000', '142918.250000', '142918.253000', '142918.256000', '142918.259000', '142918.262000', '142918.264000', '142918.267000', '142918.270000', '142918.273000', '142918.276000', '142918.279000', '142918.283000', '142918.288000', '142918.291000', '142918.314000', '142918.317000', '142918.320000', '142918.322000', '142918.325000', '142918.330000', '142918.333000', '142918.336000', '142918.339000', '142918.342000', '142938.195000', '142938.198000', '142938.201000', '142938.204000', '142938.206000', '142938.209000', '142938.212000', '142938.215000', '142938.218000', '142938.221000', '142938.223000', '142938.226000', '142938.229000', '142938.232000', '142938.235000', '142938.238000', '142938.241000', '142938.243000', '142938.246000', '142938.249000', '142938.252000', '142938.255000', '142938.258000', '142938.261000', '142938.264000', '142938.267000', '142938.270000', '142938.273000', '142938.275000', '142938.278000', '142938.281000', '142938.284000', '142938.287000', '142938.290000', '142938.293000', '142938.296000', '142938.298000', '142938.301000', '142938.304000', '142938.307000', '142938.310000', '142938.313000', '142938.316000', '142938.318000', '142958.195000', '142958.198000', '142958.201000', '142958.203000', '142958.206000', '142958.209000', '142958.212000', '142958.215000', '142958.218000', '142958.221000', '142958.224000', '142958.226000', '142958.229000', '142958.232000', '142958.235000', '142958.238000', '142958.241000', '142958.244000', '142958.246000', '142958.249000', '142958.252000', '142958.255000', '142958.258000', '142958.261000', '142958.264000', '142958.267000', '142958.269000', '142958.272000', '142958.275000', '142958.278000', '142958.281000', '142958.284000', '142958.287000', '142958.290000', '142958.293000', '142958.295000', '142958.298000', '142958.301000', '142958.307000', '142958.310000', '142958.313000', '142958.316000', '142958.319000', '143018.195000', '143018.198000', '143018.201000', '143018.204000', '143018.206000', '143018.209000', '143018.212000', '143018.215000', '143018.218000', '143018.221000', '143018.224000', '143018.227000', '143018.230000', '143018.233000', '143018.235000', '143018.238000', '143018.241000', '143018.244000', '143018.247000', '143018.250000', '143018.253000', '143018.255000', '143018.258000', '143018.261000', '143018.264000', '143018.267000', '143018.270000', '143018.273000', '143018.276000', '143018.279000', '143018.281000', '143018.284000', '143018.287000', '143018.290000', '143018.293000', '143018.296000', '143018.299000', '143018.301000', '143018.304000', '143018.307000', '143018.310000', '143018.313000', '143018.316000', '143018.318000', '143038.194000', '143038.197000', '143038.200000', '143038.203000', '143038.206000', '143038.209000', '143038.211000', '143038.214000', '143038.217000', '143038.220000', '143038.223000', '143038.226000', '143038.229000', '143038.231000', '143038.234000', '143038.237000', '143038.240000', '143038.243000', '143038.246000', '143038.249000', '143038.253000', '143038.256000', '143038.259000', '143038.262000', '143038.265000', '143038.268000', '143038.270000', '143038.273000', '143038.276000', '143038.293000', '143038.296000', '143038.299000', '143038.302000', '143038.305000', '143038.309000', '143038.314000', '143038.317000', '143038.320000', '143038.323000', '143038.326000', '143038.329000', '143038.332000', '143038.335000', '143058.194000', '143058.339000', '143058.342000', '143058.345000', '143058.348000', '143058.351000', '143058.354000', '143058.357000', '143058.360000', '143058.363000', '143058.366000', '143058.368000', '143058.371000', '143058.374000', '143058.377000', '143058.380000', '143058.383000', '143058.386000', '143058.389000', '143058.392000', '143058.395000', '143058.398000', '143058.401000', '143058.403000', '143058.406000', '143058.409000', '143058.412000', '143058.415000', '143058.418000', '143058.421000', '143058.424000', '143058.426000', '143058.429000', '143058.432000', '143058.435000', '143058.438000', '143058.441000', '143058.444000', '143058.447000', '143058.449000', '143058.452000', '143058.455000', '143058.458000', '143058.461000', '143118.195000', '143118.205000', '143118.208000', '143118.211000', '143118.214000', '143118.217000', '143118.220000', '143118.223000', '143118.226000', '143118.228000', '143118.231000', '143118.234000', '143118.237000', '143118.240000', '143118.243000', '143118.246000', '143118.249000', '143118.252000', '143118.255000', '143118.258000', '143118.261000', '143118.263000', '143118.266000', '143118.269000', '143118.272000', '143118.275000', '143118.278000', '143118.281000', '143118.284000', '143118.286000', '143118.289000', '143118.292000', '143118.295000', '143118.298000', '143118.301000', '143118.304000', '143118.307000', '143118.309000', '143118.312000', '143118.315000', '143118.318000', '143118.321000', '143118.324000', '143138.195000', '143138.198000', '143138.201000', '143138.204000', '143138.206000', '143138.209000', '143138.212000', '143138.215000', '143138.218000', '143138.221000', '143138.224000', '143138.227000', '143138.230000', '143138.233000', '143138.235000', '143138.238000', '143138.241000', '143138.244000', '143138.247000', '143138.250000', '143138.253000', '143138.255000', '143138.258000', '143138.261000', '143138.264000', '143138.267000', '143138.270000', '143138.273000', '143138.276000', '143138.279000', '143138.282000', '143138.284000', '143138.287000', '143138.290000', '143138.293000', '143138.296000', '143138.299000', '143138.302000', '143138.305000', '143138.308000', '143138.311000', '143138.314000', '143138.317000', '143138.319000', '143158.195000', '143158.198000', '143158.201000', '143158.204000', '143158.207000', '143158.210000', '143158.212000', '143158.215000', '143158.218000', '143158.221000', '143158.224000', '143158.227000', '143158.230000', '143158.233000', '143158.235000', '143158.238000', '143158.241000', '143158.244000', '143158.247000', '143158.250000', '143158.253000', '143158.256000', '143158.259000', '143158.261000', '143158.264000', '143158.267000', '143158.270000', '143158.273000', '143158.276000', '143158.279000', '143158.282000', '143158.285000', '143158.287000', '143158.291000', '143158.294000', '143158.297000', '143158.300000', '143158.303000', '143158.306000', '143158.309000', '143158.312000', '143158.315000', '143158.317000', '143218.195000', '143218.210000', '143218.213000', '143218.216000', '143218.219000', '143218.222000', '143218.225000', '143218.228000', '143218.230000', '143218.233000', '143218.236000', '143218.253000', '143218.256000', '143218.259000', '143218.262000', '143218.265000', '143218.268000', '143218.271000', '143218.274000', '143218.276000', '143218.279000', '143218.282000', '143218.285000', '143218.288000', '143218.304000', '143218.307000', '143218.310000', '143218.313000', '143218.315000', '143218.318000', '143218.321000', '143218.324000', '143218.327000', '143218.330000', '143218.332000', '143218.335000', '143218.338000', '143218.341000', '143218.344000', '143218.347000', '143218.350000', '143218.352000', '143218.355000', '143218.358000', '143238.195000', '143238.198000', '143238.201000', '143238.204000', '143238.207000', '143238.209000', '143238.212000', '143238.215000', '143238.218000', '143238.221000', '143238.224000', '143238.227000', '143238.230000', '143238.233000', '143238.236000', '143238.238000', '143238.241000', '143238.244000', '143238.247000', '143238.250000', '143238.253000', '143238.256000', '143238.259000', '143238.262000', '143238.264000', '143238.267000', '143238.270000', '143238.273000', '143238.276000', '143238.279000', '143238.282000', '143238.285000', '143238.287000', '143238.290000', '143238.293000', '143238.296000', '143238.299000', '143238.302000', '143238.305000', '143238.308000', '143238.311000', '143238.313000', '143238.316000', '143258.194000', '143258.197000', '143258.200000', '143258.203000', '143258.206000', '143258.209000', '143258.212000', '143258.215000', '143258.217000', '143258.220000', '143258.223000', '143258.226000', '143258.229000', '143258.232000', '143258.235000', '143258.238000', '143258.240000', '143258.243000', '143258.246000', '143258.249000', '143258.252000', '143258.255000', '143258.258000', '143258.260000', '143258.263000', '143258.266000', '143258.269000', '143258.272000', '143258.275000', '143258.278000', '143258.281000', '143258.284000', '143258.287000', '143258.290000', '143258.292000', '143258.295000', '143258.298000', '143258.301000', '143258.304000', '143258.307000', '143258.310000', '143258.313000', '143258.316000', '143258.318000', '143318.194000', '143318.205000', '143318.208000', '143318.210000', '143318.213000', '143318.216000', '143318.219000', '143318.222000', '143318.225000', '143318.228000', '143318.231000', '143318.234000', '143318.237000', '143318.240000', '143318.242000', '143318.245000', '143318.248000', '143318.251000', '143318.254000', '143318.257000', '143318.260000', '143318.263000', '143318.266000', '143318.269000', '143318.271000', '143318.274000', '143318.277000', '143318.280000', '143318.283000', '143318.286000', '143318.289000', '143318.291000', '143318.294000', '143318.297000', '143318.300000', '143318.303000', '143318.306000', '143318.309000', '143318.311000', '143318.314000', '143318.317000', '143318.320000', '143318.323000', '143338.195000', '143338.198000', '143338.201000', '143338.204000', '143338.207000', '143338.210000', '143338.212000', '143338.215000', '143338.218000', '143338.221000', '143338.224000', '143338.227000', '143338.230000', '143338.233000', '143338.236000', '143338.238000', '143338.241000', '143338.244000', '143338.247000', '143338.250000', '143338.253000', '143338.256000', '143338.259000', '143338.262000', '143338.265000', '143338.268000', '143338.271000', '143338.274000', '143338.276000', '143338.279000', '143338.282000', '143338.285000', '143338.288000', '143338.291000', '143338.294000', '143338.297000', '143338.307000', '143338.310000', '143338.313000', '143338.316000', '143338.319000', '143338.322000', '143338.325000', '143338.328000', '143358.195000', '143358.204000', '143358.207000', '143358.210000', '143358.213000', '143358.216000', '143358.219000', '143358.222000', '143358.224000', '143358.227000', '143358.230000', '143358.233000', '143358.236000', '143358.239000', '143358.242000', '143358.245000', '143358.248000', '143358.251000', '143358.254000', '143358.256000', '143358.259000', '143358.262000', '143358.265000', '143358.268000', '143358.271000', '143358.274000', '143358.277000', '143358.285000', '143358.288000', '143358.291000', '143358.294000', '143358.297000', '143358.300000', '143358.303000', '143358.305000', '143358.308000', '143358.311000', '143358.314000', '143358.317000', '143358.320000', '143358.323000', '143358.326000', '143358.329000', '143418.196000', '143418.201000', '143418.204000', '143418.207000', '143418.210000', '143418.212000', '143418.215000', '143418.218000', '143418.221000', '143418.224000', '143418.227000', '143418.230000', '143418.233000', '143418.235000', '143418.238000', '143418.241000', '143418.244000', '143418.247000', '143418.252000', '143418.255000', '143418.258000', '143418.261000', '143418.264000', '143418.266000', '143418.269000', '143418.272000', '143418.275000', '143418.278000', '143418.281000', '143418.284000', '143418.287000', '143418.290000', '143418.293000', '143418.296000', '143418.298000', '143418.301000', '143418.304000', '143418.307000', '143418.310000', '143418.313000', '143418.316000', '143418.319000', '143418.322000', '143438.195000', '143438.208000', '143438.211000', '143438.214000', '143438.217000', '143438.219000', '143438.222000', '143438.225000', '143438.228000', '143438.231000', '143438.234000', '143438.237000', '143438.239000', '143438.242000', '143438.245000', '143438.248000', '143438.251000', '143438.254000', '143438.257000', '143438.260000', '143438.263000', '143438.265000', '143438.268000', '143438.271000', '143438.274000', '143438.277000', '143438.280000', '143438.283000', '143438.285000', '143438.288000', '143438.291000', '143438.294000', '143438.297000', '143438.300000', '143438.303000', '143438.305000', '143438.308000', '143438.311000', '143438.314000', '143438.317000', '143438.320000', '143438.322000', '143438.325000', '143438.328000', '143458.195000', '143458.207000', '143458.210000', '143458.214000', '143458.219000', '143458.222000', '143458.225000', '143458.228000', '143458.231000', '143458.233000', '143458.236000', '143458.239000', '143458.242000', '143458.245000', '143458.248000', '143458.250000', '143458.253000', '143458.256000', '143458.259000', '143458.262000', '143458.265000', '143458.268000', '143458.271000', '143458.274000', '143458.277000', '143458.279000', '143458.282000', '143458.285000', '143458.288000', '143458.291000', '143458.294000', '143458.297000', '143458.299000', '143458.302000', '143458.305000', '143458.308000', '143458.311000', '143458.314000', '143458.316000', '143458.319000', '143458.322000', '143458.325000', '143458.328000', '143509.307000', '143509.311000', '143509.315000', '143509.319000', '143509.332000', '143509.336000', '143509.339000', '143509.343000', '143509.347000', '143509.350000', '143509.353000', '143509.358000', '143509.364000', '143509.368000', '143509.371000', '143509.374000', '143509.377000', '143509.381000', '143509.384000', '143509.389000', '143509.393000', '143509.398000', '143509.403000', '143509.407000', '143509.412000'], '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': [11212, 11307, 14930, 12296, 17052, 12616, 14507, 10759, 9252, 12140, 9656, 11662, 12718, 9879, 16421, 9990, 15929, 10115, 14760, 10163, 12873, 10024, 12689, 10678, 12262, 10121, 10777, 9700, 10537, 10542, 10650, 13539, 11123, 15354, 10621, 12975, 9867, 13576, 9854, 15505, 10498, 14648, 10448, 15121, 10499, 12327, 14326, 10245, 16645, 9931, 14575, 9348, 11143, 10342, 9914, 9472, 9555, 11353, 10069, 11177, 11395, 12248, 10929, 9973, 10268, 9826, 14118, 9614, 16012, 10256, 17147, 10664, 12469, 11529, 10931, 14228, 15839, 14441, 14455, 12978, 16938, 11631, 17753, 9644, 19712, 10391, 17290, 10355, 16963, 10332, 17664, 9696, 15239, 9420, 14604, 9953, 15422, 9642, 17947, 9431, 15773, 9693, 14685, 9975, 13608, 13999, 9664, 18511, 9966, 16790, 9019, 14666, 9197, 12242, 9680, 13099, 12755, 9973, 15913, 10108, 15535, 9233, 14766, 9716, 15455, 9775, 14845, 9769, 13753, 11355, 10040, 16511, 9741, 16397, 9318, 14912, 9681, 13117, 9457, 9317, 12025, 9449, 15162, 9093, 14322, 9703, 12054, 11943, 10176, 16402, 10279, 12911, 9441, 12211, 9391, 14241, 9422, 15623, 11186, 15597, 9224, 13210, 9682, 11045, 16441, 9577, 16202, 9016, 13905, 9059, 13647, 9567, 11184, 15406, 10622, 15335, 9562, 15550, 9072, 13128, 9334, 11872, 11688, 10589, 8491, 9668, 11616, 11488, 14801, 12348, 14079, 9673, 15835, 9309, 15538, 10131, 13621, 10521, 9968, 16342, 9709, 15103, 9469, 15441, 9236, 13661, 9218, 12636, 10497, 9561, 16746, 9317, 14992, 10242, 12313, 13932, 9750, 17902, 10426, 15240, 9135, 13723, 9219, 13318, 9359, 11537, 13669, 9736, 16685, 9514, 15203, 9115, 11927, 9017, 11714, 9498, 11580, 9341, 10595, 11269, 9312, 15455, 9185, 13988, 10059, 12191, 14202, 9347, 16326, 9090, 14603, 9020, 12372, 10604, 9577, 16316, 9638, 15718, 9377, 13863, 9495, 13213, 9313, 14274, 9580, 15395, 9653, 14847, 9010, 13024, 9035, 11747, 15962, 9412, 17097, 9511, 15242, 9605, 10918, 9825, 10983, 10524, 10981, 13673, 9803, 13127, 9476, 15835, 9318, 14679, 10434, 11760, 15110, 9677, 15823, 9205, 14816, 9373, 12672, 10592, 9944, 17080, 9187, 15184, 10006, 12761, 11800, 9648, 17070, 9644, 16106, 9150, 14871, 9492, 14200, 9888, 13139, 9127, 10976, 12035, 9622, 15528, 9249, 14676, 9293, 12286, 8722, 10095, 11794, 9660, 8510, 9128, 13857, 9280, 14365, 9422, 12369, 11718, 8840, 17017, 9276, 13980, 9707, 12487, 13276, 9551, 12696, 9208, 15072, 9364, 14170, 9793, 13016, 8954, 9256, 14235, 9467, 14986, 9241, 12722, 10198, 9305, 15092, 9331, 12921, 9219, 14517, 9327, 14400, 9188, 13973, 10002, 12138, 14688, 10523, 18032, 9903, 16368, 9345, 15152, 9282, 13464, 9832, 12542, 12612, 9294, 14278, 9406, 13217, 9495, 14266, 9539, 15463, 9349, 14803, 9704, 14422, 9773, 13569, 9768, 13540, 9401, 11918, 14262, 9776, 16854, 9467, 16421, 9326, 15802, 9715, 15413, 9930, 15703, 9495, 14458, 10032, 12561, 15810, 9951, 14500, 9611, 15971, 9954, 14816, 9562, 12370, 9922, 11014, 9337, 11725, 10198, 12685, 9858, 11629, 14555, 9351, 17373, 9706, 15542, 10410, 13989, 10510, 11827, 10601, 9578, 9107, 11744, 12451, 10915, 14591, 9312, 15092, 10230, 13255, 16605, 9769, 17118, 11375, 13126, 14050, 9258, 16622, 9969, 15335, 9938, 12742, 9060, 9001, 12782, 9433, 14471, 9496, 15084, 9418, 13241, 12185, 10730, 17481, 9469, 16247, 9640, 13795, 10853, 10660, 17162, 10092, 15529, 10193, 11629, 9644, 12562, 9738, 9875, 14860, 9533, 15135, 9783, 14205, 10263, 12955, 15440, 11207, 14145, 9427, 16001, 9981, 15333, 9757, 14279, 10131, 11981, 15010, 9869, 15838, 9782, 14897, 9636, 13218, 9872, 13991, 10042, 12958, 11848, 11009, 11356, 9458, 14831, 9743, 15108, 9632, 14232, 10175, 13222, 12653, 10794, 15107, 10456, 12722, 10056, 10084, 9222, 9988, 12818, 14718, 9893, 14640, 10558, 12347, 16283, 9852, 16864, 12110, 12936, 19067, 9896, 17351, 11904, 14264, 16072, 9664, 18216, 10578, 15586, 11867, 9453, 17162, 10156, 14731, 10101, 11009, 15047, 9658, 15776, 10079, 13707, 9913, 11598, 13405, 9942, 15835, 10145, 14712, 10229, 12081, 14761, 9747, 17388, 9893, 15823, 10191, 12665, 10167, 13497, 9810, 11283, 11609, 9796, 15275, 10171, 14989, 10094, 13385, 9939, 11444, 10145, 12298, 10116, 12350, 10164, 16633, 11438, 14339, 15143, 9569, 17480, 10070, 15842, 10340, 13346, 10158, 13313, 10874, 12600, 11486, 10021, 13448, 10229, 15480, 10704, 13996, 10407, 12699, 10231, 10169, 10757, 13145, 10068, 12008, 12795, 10395, 11957, 10170, 11914, 10034, 12736, 11318, 13583, 11575, 15322, 9703, 16525, 10022, 15646, 10681, 15018, 11634, 12771, 14829, 9975, 17392, 10032, 15539, 9864, 13829, 9981, 13450, 9691, 12292, 11731, 10895, 13815, 11005, 12024, 9601, 10848, 10452, 13995, 9955, 15340, 10280, 14558, 10278, 12246, 10783, 13142, 9828, 11990, 14825, 10015, 12793, 9900, 12987, 10331, 15087, 10440, 15169, 10572, 16081, 10396, 15037, 10365, 14560, 10847, 16584, 11692, 15874, 10832, 13827, 15164, 13368, 17287, 10988, 15618, 10453, 16584, 10729, 15583, 10520, 15048, 11160, 13600, 15340, 11011, 18506, 10040, 16959, 10677, 14618, 10760, 13986, 11107, 12498, 10643, 9722, 15346, 10599, 15382, 10387, 12977, 10902, 13505, 10314, 10976, 15273, 10160, 16068, 10336, 14998, 10375, 14064, 10617, 14201, 10012, 13579, 12653, 11937, 9842, 12920, 9907, 13092, 12428, 11646, 17171, 10098, 15862, 10535, 14658, 10408, 10774, 10183, 13578, 11718, 11898, 16280, 10351, 15413, 11344, 12986, 18972, 10333, 17097, 11595, 13082, 17641, 9747, 17572, 10467, 15454, 10440, 11776, 16519, 10454, 16178, 10605, 14968, 10745, 13608, 10715, 11602, 12767, 10346, 15598, 10687, 15304, 11047, 14542, 10729, 14663, 10686, 11807, 11269, 14424, 10209, 13271, 15421, 10963, 14633, 10354, 16494, 10593, 15541, 10371, 14906, 10886, 12782, 11221, 13390, 10814, 12708, 10674, 11125, 10707, 11898, 11552, 15877, 10324, 16552, 10790, 16856, 10484, 15899, 11023, 15173, 10930, 16578, 11299, 10985, 13661, 10410, 16770, 10830, 16327, 10996, 14954, 10518, 11017, 13032, 10478, 15941, 10614, 15376, 11316, 13605, 11433, 13636, 11256, 11947, 15680, 10731, 16673, 11563], 'WindowCenter': [4899.0, 4897.0, 4904.0, 4879.0, 4895.0, 4867.0, 4885.0, 4844.0, 4824.0, 4853.0, 4812.0, 4850.0, 4849.0, 4823.0, 4869.0, 4818.0, 4869.0, 4822.0, 4868.0, 4818.0, 4844.0, 4820.0, 4849.0, 4842.0, 4849.0, 4819.0, 4843.0, 4819.0, 4833.0, 4829.0, 4845.0, 4860.0, 4844.0, 4882.0, 4833.0, 4861.0, 4834.0, 4859.0, 4823.0, 4869.0, 4828.0, 4867.0, 4821.0, 4869.0, 4820.0, 4850.0, 4858.0, 4848.0, 4919.0, 4852.0, 4863.0, 4815.0, 4832.0, 4820.0, 4802.0, 4794.0, 4818.0, 4852.0, 4873.0, 4883.0, 4884.0, 4861.0, 4828.0, 4819.0, 4821.0, 4833.0, 4885.0, 4837.0, 4901.0, 4846.0, 4903.0, 4846.0, 4864.0, 4866.0, 4868.0, 4883.0, 4893.0, 4880.0, 4869.0, 4875.0, 4891.0, 4843.0, 4878.0, 4812.0, 4887.0, 4821.0, 4878.0, 4820.0, 4877.0, 4819.0, 4877.0, 4812.0, 4868.0, 4810.0, 4858.0, 4821.0, 4869.0, 4812.0, 4878.0, 4808.0, 4866.0, 4807.0, 4856.0, 4795.0, 4847.0, 4847.0, 4807.0, 4874.0, 4808.0, 4865.0, 4789.0, 4850.0, 4798.0, 4835.0, 4798.0, 4848.0, 4835.0, 4809.0, 4866.0, 4820.0, 4867.0, 4797.0, 4856.0, 4809.0, 4854.0, 4809.0, 4857.0, 4808.0, 4846.0, 4817.0, 4808.0, 4864.0, 4798.0, 4865.0, 4798.0, 4854.0, 4798.0, 4847.0, 4796.0, 4799.0, 4837.0, 4811.0, 4867.0, 4798.0, 4859.0, 4810.0, 4852.0, 4838.0, 4822.0, 4868.0, 4831.0, 4849.0, 4824.0, 4848.0, 4811.0, 4871.0, 4813.0, 4878.0, 4839.0, 4868.0, 4811.0, 4849.0, 4808.0, 4831.0, 4866.0, 4811.0, 4868.0, 4802.0, 4858.0, 4801.0, 4859.0, 4810.0, 4841.0, 4865.0, 4818.0, 4868.0, 4822.0, 4869.0, 4801.0, 4850.0, 4796.0, 4852.0, 4842.0, 4832.0, 4803.0, 4823.0, 4851.0, 4850.0, 4867.0, 4852.0, 4860.0, 4822.0, 4866.0, 4808.0, 4868.0, 4820.0, 4849.0, 4819.0, 4808.0, 4866.0, 4811.0, 4867.0, 4821.0, 4866.0, 4810.0, 4859.0, 4809.0, 4848.0, 4819.0, 4809.0, 4877.0, 4807.0, 4868.0, 4820.0, 4849.0, 4859.0, 4810.0, 4878.0, 4831.0, 4869.0, 4811.0, 4857.0, 4810.0, 4860.0, 4807.0, 4837.0, 4857.0, 4812.0, 4878.0, 4820.0, 4869.0, 4812.0, 4837.0, 4813.0, 4851.0, 4822.0, 4842.0, 4820.0, 4855.0, 4855.0, 4825.0, 4881.0, 4811.0, 4871.0, 4822.0, 4850.0, 4860.0, 4810.0, 4878.0, 4813.0, 4870.0, 4801.0, 4851.0, 4820.0, 4823.0, 4876.0, 4812.0, 4868.0, 4812.0, 4860.0, 4821.0, 4861.0, 4823.0, 4870.0, 4833.0, 4891.0, 4826.0, 4879.0, 4813.0, 4861.0, 4811.0, 4851.0, 4878.0, 4813.0, 4877.0, 4822.0, 4881.0, 4819.0, 4841.0, 4832.0, 4841.0, 4828.0, 4841.0, 4871.0, 4834.0, 4862.0, 4825.0, 4880.0, 4813.0, 4867.0, 4821.0, 4839.0, 4869.0, 4812.0, 4864.0, 4812.0, 4869.0, 4810.0, 4861.0, 4830.0, 4831.0, 4888.0, 4811.0, 4868.0, 4821.0, 4861.0, 4841.0, 4823.0, 4878.0, 4824.0, 4880.0, 4821.0, 4880.0, 4833.0, 4870.0, 4822.0, 4860.0, 4812.0, 4832.0, 4847.0, 4821.0, 4869.0, 4810.0, 4870.0, 4812.0, 4852.0, 4800.0, 4833.0, 4851.0, 4824.0, 4814.0, 4833.0, 4868.0, 4822.0, 4871.0, 4824.0, 4864.0, 4849.0, 4813.0, 4879.0, 4824.0, 4870.0, 4821.0, 4863.0, 4860.0, 4824.0, 4859.0, 4826.0, 4881.0, 4822.0, 4873.0, 4824.0, 4863.0, 4814.0, 4815.0, 4860.0, 4822.0, 4870.0, 4812.0, 4862.0, 4832.0, 4823.0, 4880.0, 4825.0, 4862.0, 4837.0, 4883.0, 4826.0, 4884.0, 4826.0, 4883.0, 4835.0, 4866.0, 4882.0, 4846.0, 4901.0, 4835.0, 4892.0, 4825.0, 4881.0, 4824.0, 4873.0, 4834.0, 4863.0, 4850.0, 4824.0, 4867.0, 4823.0, 4863.0, 4836.0, 4872.0, 4835.0, 4880.0, 4823.0, 4882.0, 4838.0, 4880.0, 4843.0, 4870.0, 4836.0, 4874.0, 4825.0, 4866.0, 4884.0, 4837.0, 4890.0, 4838.0, 4905.0, 4837.0, 4891.0, 4834.0, 4893.0, 4835.0, 4893.0, 4835.0, 4882.0, 4835.0, 4865.0, 4880.0, 4834.0, 4871.0, 4836.0, 4890.0, 4835.0, 4880.0, 4825.0, 4861.0, 4837.0, 4857.0, 4837.0, 4864.0, 4847.0, 4875.0, 4833.0, 4865.0, 4884.0, 4826.0, 4901.0, 4826.0, 4891.0, 4841.0, 4870.0, 4842.0, 4865.0, 4845.0, 4835.0, 4824.0, 4864.0, 4866.0, 4859.0, 4896.0, 4839.0, 4893.0, 4846.0, 4873.0, 4891.0, 4834.0, 4893.0, 4854.0, 4873.0, 4871.0, 4821.0, 4891.0, 4832.0, 4893.0, 4835.0, 4862.0, 4814.0, 4826.0, 4864.0, 4836.0, 4882.0, 4849.0, 4896.0, 4838.0, 4886.0, 4864.0, 4857.0, 4904.0, 4837.0, 4892.0, 4837.0, 4882.0, 4841.0, 4846.0, 4902.0, 4846.0, 4894.0, 4846.0, 4852.0, 4836.0, 4876.0, 4836.0, 4848.0, 4894.0, 4839.0, 4895.0, 4845.0, 4885.0, 4847.0, 4876.0, 4880.0, 4867.0, 4884.0, 4835.0, 4890.0, 4836.0, 4890.0, 4834.0, 4885.0, 4844.0, 4864.0, 4882.0, 4834.0, 4890.0, 4835.0, 4893.0, 4837.0, 4872.0, 4843.0, 4883.0, 4837.0, 4876.0, 4855.0, 4857.0, 4855.0, 4833.0, 4879.0, 4825.0, 4881.0, 4825.0, 4870.0, 4832.0, 4874.0, 4863.0, 4855.0, 4883.0, 4845.0, 4861.0, 4847.0, 4859.0, 4849.0, 4861.0, 4900.0, 4893.0, 4849.0, 4909.0, 4858.0, 4879.0, 4904.0, 4848.0, 4903.0, 4865.0, 4876.0, 4910.0, 4833.0, 4903.0, 4854.0, 4896.0, 4907.0, 4835.0, 4900.0, 4832.0, 4879.0, 4840.0, 4824.0, 4886.0, 4822.0, 4869.0, 4831.0, 4844.0, 4879.0, 4826.0, 4879.0, 4834.0, 4874.0, 4834.0, 4856.0, 4873.0, 4836.0, 4891.0, 4833.0, 4882.0, 4834.0, 4865.0, 4882.0, 4825.0, 4889.0, 4824.0, 4882.0, 4843.0, 4862.0, 4836.0, 4871.0, 4834.0, 4856.0, 4852.0, 4847.0, 4890.0, 4844.0, 4891.0, 4847.0, 4882.0, 4846.0, 4865.0, 4847.0, 4876.0, 4857.0, 4877.0, 4859.0, 4907.0, 4866.0, 4886.0, 4883.0, 4837.0, 4892.0, 4834.0, 4891.0, 4845.0, 4873.0, 4845.0, 4871.0, 4844.0, 4876.0, 4854.0, 4836.0, 4873.0, 4845.0, 4892.0, 4846.0, 4883.0, 4846.0, 4877.0, 4847.0, 4844.0, 4867.0, 4884.0, 4848.0, 4889.0, 4885.0, 4860.0, 4875.0, 4860.0, 4874.0, 4857.0, 4885.0, 4882.0, 4899.0, 4882.0, 4907.0, 4848.0, 4917.0, 4850.0, 4918.0, 4857.0, 4906.0, 4854.0, 4879.0, 4884.0, 4848.0, 4916.0, 4857.0, 4906.0, 4848.0, 4885.0, 4848.0, 4884.0, 4838.0, 4876.0, 4865.0, 4858.0, 4885.0, 4857.0, 4877.0, 4849.0, 4856.0, 4859.0, 4893.0, 4849.0, 4896.0, 4847.0, 4885.0, 4848.0, 4862.0, 4854.0, 4885.0, 4847.0, 4878.0, 4894.0, 4850.0, 4874.0, 4860.0, 4888.0, 4860.0, 4904.0, 4867.0, 4908.0, 4870.0, 4906.0, 4860.0, 4906.0, 4858.0, 4894.0, 4866.0, 4915.0, 4865.0, 4908.0, 4865.0, 4897.0, 4895.0, 4887.0, 4904.0, 4858.0, 4895.0, 4855.0, 4902.0, 4856.0, 4905.0, 4856.0, 4897.0, 4867.0, 4897.0, 4893.0, 4855.0, 4914.0, 4845.0, 4902.0, 4845.0, 4882.0, 4854.0, 4883.0, 4856.0, 4877.0, 4853.0, 4847.0, 4895.0, 4858.0, 4896.0, 4856.0, 4887.0, 4868.0, 4888.0, 4846.0, 4858.0, 4894.0, 4849.0, 4905.0, 4848.0, 4894.0, 4846.0, 4885.0, 4858.0, 4887.0, 4846.0, 4898.0, 4878.0, 4868.0, 4848.0, 4887.0, 4847.0, 4889.0, 4877.0, 4869.0, 4905.0, 4848.0, 4906.0, 4857.0, 4895.0, 4869.0, 4866.0, 4871.0, 4901.0, 4878.0, 4882.0, 4919.0, 4863.0, 4908.0, 4868.0, 4890.0, 4917.0, 4846.0, 4905.0, 4867.0, 4876.0, 4905.0, 4835.0, 4901.0, 4844.0, 4896.0, 4845.0, 4867.0, 4891.0, 4847.0, 4891.0, 4847.0, 4884.0, 4856.0, 4886.0, 4846.0, 4867.0, 4875.0, 4849.0, 4894.0, 4855.0, 4896.0, 4869.0, 4896.0, 4857.0, 4894.0, 4858.0, 4866.0, 4864.0, 4896.0, 4848.0, 4888.0, 4894.0, 4857.0, 4883.0, 4848.0, 4903.0, 4858.0, 4893.0, 4844.0, 4895.0, 4858.0, 4887.0, 4868.0, 4889.0, 4869.0, 4877.0, 4869.0, 4880.0, 4884.0, 4880.0, 4883.0, 4907.0, 4859.0, 4907.0, 4860.0, 4906.0, 4859.0, 4906.0, 4869.0, 4897.0, 4854.0, 4905.0, 4856.0, 4857.0, 4873.0, 4846.0, 4890.0, 4846.0, 4891.0, 4856.0, 4892.0, 4846.0, 4857.0, 4873.0, 4855.0, 4893.0, 4857.0, 4907.0, 4879.0, 4896.0, 4881.0, 4899.0, 4870.0, 4890.0, 4907.0, 4868.0, 4919.0, 4878.0], 'WindowWidth': [10665.0, 10657.0, 10649.0, 10616.0, 10630.0, 10593.0, 10616.0, 10557.0, 10531.0, 10567.0, 10510.0, 10561.0, 10556.0, 10525.0, 10581.0, 10513.0, 10583.0, 10521.0, 10580.0, 10514.0, 10545.0, 10515.0, 10554.0, 10552.0, 10558.0, 10516.0, 10555.0, 10517.0, 10538.0, 10531.0, 10560.0, 10574.0, 10556.0, 10604.0, 10540.0, 10576.0, 10543.0, 10568.0, 10524.0, 10583.0, 10528.0, 10580.0, 10520.0, 10583.0, 10515.0, 10558.0, 10565.0, 10569.0, 10672.0, 10580.0, 10576.0, 10514.0, 10533.0, 10517.0, 10481.0, 10471.0, 10515.0, 10567.0, 10617.0, 10632.0, 10629.0, 10578.0, 10524.0, 10515.0, 10518.0, 10543.0, 10617.0, 10552.0, 10637.0, 10567.0, 10641.0, 10565.0, 10587.0, 10594.0, 10600.0, 10617.0, 10624.0, 10604.0, 10584.0, 10599.0, 10617.0, 10553.0, 10593.0, 10510.0, 10607.0, 10519.0, 10594.0, 10517.0, 10591.0, 10513.0, 10592.0, 10510.0, 10581.0, 10505.0, 10565.0, 10520.0, 10583.0, 10509.0, 10594.0, 10501.0, 10574.0, 10497.0, 10560.0, 10475.0, 10547.0, 10547.0, 10498.0, 10582.0, 10498.0, 10570.0, 10472.0, 10547.0, 10483.0, 10532.0, 10482.0, 10550.0, 10529.0, 10500.0, 10571.0, 10517.0, 10575.0, 10484.0, 10559.0, 10500.0, 10556.0, 10499.0, 10562.0, 10496.0, 10548.0, 10505.0, 10497.0, 10566.0, 10483.0, 10568.0, 10482.0, 10556.0, 10482.0, 10549.0, 10479.0, 10488.0, 10534.0, 10505.0, 10577.0, 10488.0, 10568.0, 10504.0, 10563.0, 10539.0, 10522.0, 10578.0, 10536.0, 10557.0, 10531.0, 10558.0, 10510.0, 10589.0, 10514.0, 10596.0, 10543.0, 10581.0, 10507.0, 10555.0, 10499.0, 10533.0, 10575.0, 10504.0, 10580.0, 10494.0, 10565.0, 10494.0, 10570.0, 10503.0, 10548.0, 10572.0, 10513.0, 10581.0, 10525.0, 10583.0, 10493.0, 10557.0, 10482.0, 10566.0, 10549.0, 10537.0, 10500.0, 10529.0, 10567.0, 10564.0, 10580.0, 10563.0, 10571.0, 10522.0, 10577.0, 10500.0, 10578.0, 10516.0, 10554.0, 10511.0, 10499.0, 10574.0, 10507.0, 10578.0, 10522.0, 10575.0, 10506.0, 10569.0, 10503.0, 10555.0, 10515.0, 10504.0, 10592.0, 10499.0, 10581.0, 10517.0, 10555.0, 10568.0, 10506.0, 10595.0, 10535.0, 10582.0, 10511.0, 10566.0, 10506.0, 10572.0, 10499.0, 10538.0, 10568.0, 10510.0, 10593.0, 10520.0, 10585.0, 10511.0, 10540.0, 10516.0, 10563.0, 10525.0, 10553.0, 10523.0, 10580.0, 10576.0, 10535.0, 10603.0, 10510.0, 10591.0, 10523.0, 10561.0, 10572.0, 10508.0, 10597.0, 10512.0, 10588.0, 10494.0, 10562.0, 10519.0, 10528.0, 10593.0, 10511.0, 10582.0, 10511.0, 10573.0, 10525.0, 10577.0, 10530.0, 10590.0, 10543.0, 10620.0, 10536.0, 10601.0, 10515.0, 10577.0, 10508.0, 10564.0, 10597.0, 10512.0, 10594.0, 10525.0, 10602.0, 10517.0, 10549.0, 10538.0, 10550.0, 10531.0, 10552.0, 10590.0, 10544.0, 10579.0, 10534.0, 10603.0, 10515.0, 10583.0, 10519.0, 10546.0, 10583.0, 10511.0, 10574.0, 10510.0, 10583.0, 10507.0, 10577.0, 10533.0, 10538.0, 10611.0, 10509.0, 10582.0, 10522.0, 10577.0, 10547.0, 10528.0, 10595.0, 10531.0, 10602.0, 10525.0, 10601.0, 10544.0, 10590.0, 10526.0, 10574.0, 10512.0, 10538.0, 10555.0, 10524.0, 10584.0, 10508.0, 10586.0, 10510.0, 10563.0, 10492.0, 10541.0, 10564.0, 10530.0, 10519.0, 10545.0, 10586.0, 10528.0, 10591.0, 10533.0, 10586.0, 10560.0, 10515.0, 10600.0, 10529.0, 10589.0, 10523.0, 10584.0, 10573.0, 10530.0, 10574.0, 10536.0, 10605.0, 10527.0, 10597.0, 10531.0, 10582.0, 10516.0, 10520.0, 10573.0, 10525.0, 10587.0, 10511.0, 10580.0, 10538.0, 10530.0, 10602.0, 10532.0, 10583.0, 10555.0, 10613.0, 10540.0, 10615.0, 10538.0, 10613.0, 10546.0, 10592.0, 10607.0, 10566.0, 10635.0, 10548.0, 10622.0, 10534.0, 10604.0, 10531.0, 10596.0, 10542.0, 10585.0, 10561.0, 10531.0, 10580.0, 10529.0, 10582.0, 10549.0, 10593.0, 10549.0, 10603.0, 10533.0, 10611.0, 10557.0, 10605.0, 10562.0, 10593.0, 10552.0, 10603.0, 10535.0, 10591.0, 10612.0, 10553.0, 10619.0, 10559.0, 10644.0, 10557.0, 10624.0, 10550.0, 10625.0, 10550.0, 10624.0, 10548.0, 10611.0, 10546.0, 10589.0, 10601.0, 10544.0, 10593.0, 10550.0, 10618.0, 10547.0, 10605.0, 10535.0, 10582.0, 10552.0, 10580.0, 10556.0, 10588.0, 10569.0, 10606.0, 10546.0, 10591.0, 10613.0, 10539.0, 10637.0, 10537.0, 10620.0, 10552.0, 10591.0, 10553.0, 10589.0, 10559.0, 10549.0, 10536.0, 10591.0, 10591.0, 10588.0, 10634.0, 10561.0, 10628.0, 10567.0, 10602.0, 10621.0, 10548.0, 10623.0, 10570.0, 10598.0, 10591.0, 10526.0, 10621.0, 10543.0, 10624.0, 10547.0, 10583.0, 10519.0, 10538.0, 10585.0, 10554.0, 10612.0, 10575.0, 10635.0, 10560.0, 10621.0, 10587.0, 10585.0, 10645.0, 10557.0, 10625.0, 10554.0, 10612.0, 10553.0, 10566.0, 10637.0, 10567.0, 10631.0, 10565.0, 10570.0, 10553.0, 10607.0, 10554.0, 10574.0, 10629.0, 10560.0, 10634.0, 10566.0, 10619.0, 10569.0, 10607.0, 10605.0, 10597.0, 10615.0, 10552.0, 10619.0, 10553.0, 10619.0, 10548.0, 10618.0, 10560.0, 10589.0, 10608.0, 10548.0, 10621.0, 10551.0, 10624.0, 10556.0, 10597.0, 10561.0, 10615.0, 10554.0, 10606.0, 10574.0, 10581.0, 10576.0, 10545.0, 10602.0, 10534.0, 10607.0, 10533.0, 10593.0, 10541.0, 10600.0, 10582.0, 10576.0, 10609.0, 10562.0, 10578.0, 10569.0, 10587.0, 10577.0, 10598.0, 10649.0, 10631.0, 10576.0, 10659.0, 10586.0, 10615.0, 10642.0, 10571.0, 10644.0, 10589.0, 10608.0, 10648.0, 10546.0, 10643.0, 10573.0, 10633.0, 10653.0, 10549.0, 10634.0, 10539.0, 10600.0, 10546.0, 10530.0, 10608.0, 10524.0, 10587.0, 10535.0, 10560.0, 10600.0, 10534.0, 10601.0, 10545.0, 10599.0, 10544.0, 10578.0, 10596.0, 10551.0, 10620.0, 10545.0, 10608.0, 10545.0, 10589.0, 10607.0, 10533.0, 10614.0, 10531.0, 10608.0, 10559.0, 10582.0, 10550.0, 10594.0, 10546.0, 10578.0, 10568.0, 10568.0, 10620.0, 10561.0, 10621.0, 10566.0, 10611.0, 10568.0, 10591.0, 10570.0, 10608.0, 10584.0, 10611.0, 10587.0, 10652.0, 10593.0, 10621.0, 10613.0, 10554.0, 10624.0, 10546.0, 10621.0, 10563.0, 10597.0, 10563.0, 10593.0, 10560.0, 10605.0, 10575.0, 10553.0, 10598.0, 10564.0, 10624.0, 10566.0, 10612.0, 10568.0, 10608.0, 10571.0, 10563.0, 10598.0, 10620.0, 10573.0, 10633.0, 10623.0, 10592.0, 10608.0, 10593.0, 10605.0, 10587.0, 10621.0, 10625.0, 10645.0, 10626.0, 10653.0, 10577.0, 10665.0, 10577.0, 10674.0, 10584.0, 10650.0, 10574.0, 10614.0, 10615.0, 10573.0, 10668.0, 10588.0, 10650.0, 10572.0, 10620.0, 10573.0, 10619.0, 10558.0, 10608.0, 10591.0, 10587.0, 10619.0, 10585.0, 10609.0, 10575.0, 10582.0, 10590.0, 10629.0, 10576.0, 10638.0, 10570.0, 10619.0, 10571.0, 10586.0, 10576.0, 10620.0, 10569.0, 10615.0, 10632.0, 10579.0, 10606.0, 10594.0, 10629.0, 10592.0, 10647.0, 10601.0, 10655.0, 10607.0, 10651.0, 10593.0, 10650.0, 10588.0, 10631.0, 10598.0, 10663.0, 10593.0, 10654.0, 10595.0, 10639.0, 10633.0, 10624.0, 10643.0, 10584.0, 10632.0, 10579.0, 10639.0, 10581.0, 10647.0, 10583.0, 10639.0, 10596.0, 10638.0, 10627.0, 10582.0, 10658.0, 10565.0, 10638.0, 10564.0, 10609.0, 10574.0, 10616.0, 10581.0, 10610.0, 10573.0, 10572.0, 10632.0, 10586.0, 10633.0, 10581.0, 10625.0, 10601.0, 10628.0, 10566.0, 10587.0, 10631.0, 10574.0, 10646.0, 10572.0, 10630.0, 10569.0, 10618.0, 10583.0, 10623.0, 10567.0, 10643.0, 10613.0, 10599.0, 10574.0, 10625.0, 10574.0, 10630.0, 10609.0, 10602.0, 10648.0, 10573.0, 10650.0, 10583.0, 10633.0, 10606.0, 10597.0, 10612.0, 10654.0, 10616.0, 10627.0, 10672.0, 10601.0, 10658.0, 10600.0, 10634.0, 10666.0, 10568.0, 10650.0, 10595.0, 10608.0, 10645.0, 10550.0, 10638.0, 10564.0, 10634.0, 10562.0, 10596.0, 10624.0, 10570.0, 10622.0, 10567.0, 10613.0, 10578.0, 10620.0, 10564.0, 10595.0, 10603.0, 10573.0, 10629.0, 10578.0, 10634.0, 10601.0, 10636.0, 10584.0, 10632.0, 10587.0, 10593.0, 10591.0, 10635.0, 10572.0, 10627.0, 10628.0, 10581.0, 10613.0, 10569.0, 10643.0, 10585.0, 10628.0, 10562.0, 10629.0, 10585.0, 10625.0, 10599.0, 10630.0, 10603.0, 10611.0, 10604.0, 10625.0, 10633.0, 10620.0, 10627.0, 10653.0, 10589.0, 10653.0, 10591.0, 10648.0, 10588.0, 10649.0, 10604.0, 10637.0, 10575.0, 10646.0, 10580.0, 10581.0, 10597.0, 10564.0, 10619.0, 10564.0, 10623.0, 10580.0, 10625.0, 10563.0, 10581.0, 10598.0, 10577.0, 10628.0, 10584.0, 10651.0, 10620.0, 10639.0, 10623.0, 10646.0, 10607.0, 10638.0, 10655.0, 10602.0, 10674.0, 10617.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.001076609195402299</td></tr>
<tr><td colspan=3>aqi</td><td>0.01909833356321839</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.82216661856158</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.223580336375145</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9941221283774461</td></tr>
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
<tr><td colspan=3>fber</td><td>5312.6011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08160396222126051</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4482758620689653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.413233041364216</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3865167612828246</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6089268468892457</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2442555159205773</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144979</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013359355740249157</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028064768761396408</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8993342732870064</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>35.1819</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.889</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.0589</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295771.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>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.6628</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>695.659</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4018.9073</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1080.1777</td></tr>
<tr><td colspan=3>tsnr</td><td>40.40439322125167</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>