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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0128_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0128_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0128_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-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-03/func/sub-0128_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7579bd0183f79bc76d6097beea7b557e</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:56:51.117500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998152, 0.00518772, 0.060546, -0.0151574, 0.986112, 0.16539]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857244</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7794, -7222, 389, -150, 23, 137, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34ba8651-aea2-4a21-8970-15056d13665c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677968740463257, -0.04066622629761696, 0.1588873416185379, 109.45892333984375], [-0.013918265700340271, 2.6456656455993652, 0.44820651412010193, -112.35665130615234], [0.16244059801101685, -0.4437301754951477, 2.6577935218811035, -51.52315139770508], [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': ['135651.117500', '135651.577500', '135652.037500', '135652.497500', '135652.957500', '135653.417500', '135653.877500', '135654.337500', '135654.797500', '135655.257500', '135655.717500', '135656.177500', '135656.637500', '135657.097500', '135657.557500', '135658.017500', '135658.477500', '135658.937500', '135659.397500', '135659.857500', '135700.317500', '135700.777500', '135701.237500', '135701.697500', '135702.157500', '135702.617500', '135703.077500', '135703.537500', '135703.997500', '135704.457500', '135704.917500', '135705.377500', '135705.837500', '135706.297500', '135706.757500', '135707.217500', '135707.677500', '135708.137500', '135708.597500', '135709.057500', '135709.517500', '135709.977500', '135710.437500', '135710.897500', '135711.357500', '135711.817500', '135712.277500', '135712.737500', '135713.197500', '135713.657500', '135714.117500', '135714.577500', '135715.037500', '135715.497500', '135715.957500', '135716.417500', '135716.877500', '135717.337500', '135717.797500', '135718.257500', '135718.717500', '135719.177500', '135719.637500', '135720.097500', '135720.557500', '135721.017500', '135721.477500', '135721.937500', '135722.397500', '135722.857500', '135723.317500', '135723.777500', '135724.237500', '135724.697500', '135725.157500', '135725.617500', '135726.077500', '135726.537500', '135726.997500', '135727.457500', '135727.917500', '135728.377500', '135728.837500', '135729.297500', '135729.757500', '135730.217500', '135730.677500', '135731.137500', '135731.597500', '135732.057500', '135732.517500', '135732.977500', '135733.437500', '135733.897500', '135734.357500', '135734.817500', '135735.277500', '135735.737500', '135736.197500', '135736.657500', '135737.117500', '135737.577500', '135738.037500', '135738.497500', '135738.957500', '135739.417500', '135739.877500', '135740.337500', '135740.797500', '135741.257500', '135741.717500', '135742.177500', '135742.637500', '135743.097500', '135743.557500', '135744.017500', '135744.477500', '135744.937500', '135745.397500', '135745.857500', '135746.317500', '135746.777500', '135747.237500', '135747.697500', '135748.157500', '135748.617500', '135749.077500', '135749.537500', '135749.997500', '135750.457500', '135750.917500', '135751.377500', '135751.837500', '135752.297500', '135752.757500', '135753.217500', '135753.677500', '135754.137500', '135754.597500', '135755.057500', '135755.517500', '135755.977500', '135756.437500', '135756.897500', '135757.357500', '135757.817500', '135758.277500', '135758.737500', '135759.197500', '135759.657500', '135800.117500', '135800.577500', '135801.037500', '135801.497500', '135801.957500', '135802.417500', '135802.877500', '135803.337500', '135803.797500', '135804.257500', '135804.717500', '135805.177500', '135805.637500', '135806.097500', '135806.557500', '135807.017500', '135807.477500', '135807.937500', '135808.397500', '135808.857500', '135809.317500', '135809.777500', '135810.237500', '135810.697500', '135811.157500', '135811.617500', '135812.077500', '135812.537500', '135812.997500', '135813.457500', '135813.917500', '135814.377500', '135814.837500', '135815.297500', '135815.757500', '135816.217500', '135816.677500', '135817.137500', '135817.597500', '135818.057500', '135818.517500', '135818.977500', '135819.437500', '135819.897500', '135820.357500', '135820.817500', '135821.277500', '135821.737500', '135822.197500', '135822.657500', '135823.117500', '135823.577500', '135824.037500', '135824.497500', '135824.957500', '135825.417500', '135825.877500', '135826.337500', '135826.797500', '135827.257500', '135827.717500', '135828.177500', '135828.637500', '135829.097500', '135829.557500', '135830.017500', '135830.477500', '135830.937500', '135831.397500', '135831.857500', '135832.317500', '135832.777500', '135833.237500', '135833.697500', '135834.157500', '135834.617500', '135835.077500', '135835.537500', '135835.997500', '135836.457500', '135836.917500', '135837.377500', '135837.837500', '135838.297500', '135838.757500', '135839.217500', '135839.677500', '135840.137500', '135840.597500', '135841.057500', '135841.517500', '135841.977500', '135842.437500', '135842.897500', '135843.357500', '135843.817500', '135844.277500', '135844.737500', '135845.197500', '135845.657500', '135846.117500', '135846.577500', '135847.037500', '135847.497500', '135847.957500', '135848.417500', '135848.877500', '135849.337500', '135849.797500', '135850.257500', '135850.717500', '135851.177500', '135851.637500', '135852.097500', '135852.557500', '135853.017500', '135853.477500', '135853.937500', '135854.397500', '135854.857500', '135855.317500', '135855.777500', '135856.237500', '135856.697500', '135857.157500', '135857.617500', '135858.077500', '135858.537500', '135858.997500', '135859.457500', '135859.917500', '135900.377500', '135900.837500', '135901.297500', '135901.757500', '135902.217500', '135902.677500', '135903.137500', '135903.597500', '135904.057500', '135904.517500', '135904.977500', '135905.437500', '135905.897500', '135906.357500', '135906.817500', '135907.277500', '135907.737500', '135908.197500', '135908.657500', '135909.117500', '135909.577500', '135910.037500', '135910.497500', '135910.957500', '135911.417500', '135911.877500', '135912.337500', '135912.797500', '135913.257500', '135913.717500', '135914.177500', '135914.637500', '135915.097500', '135915.557500', '135916.017500', '135916.477500', '135916.937500', '135917.397500', '135917.857500', '135918.317500', '135918.777500', '135919.237500', '135919.697500', '135920.157500', '135920.617500', '135921.077500', '135921.537500', '135921.997500', '135922.457500', '135922.917500', '135923.377500', '135923.837500', '135924.297500', '135924.757500', '135925.217500', '135925.677500', '135926.137500', '135926.597500', '135927.057500', '135927.517500', '135927.977500', '135928.437500', '135928.897500', '135929.357500', '135929.817500', '135930.277500', '135930.737500', '135931.197500', '135931.657500', '135932.117500', '135932.577500', '135933.037500', '135933.497500', '135933.957500', '135934.417500', '135934.877500', '135935.337500', '135935.797500', '135936.257500', '135936.717500', '135937.177500', '135937.637500', '135938.097500', '135938.557500', '135939.017500', '135939.477500', '135939.937500', '135940.397500', '135940.857500', '135941.317500', '135941.777500', '135942.237500', '135942.697500', '135943.157500', '135943.617500', '135944.077500', '135944.537500', '135944.997500', '135945.457500', '135945.917500', '135946.377500', '135946.837500', '135947.297500', '135947.757500', '135948.217500', '135948.677500', '135949.137500', '135949.597500', '135950.057500', '135950.517500', '135950.977500', '135951.437500', '135951.897500', '135952.357500', '135952.817500', '135953.277500', '135953.737500', '135954.197500', '135954.657500', '135955.117500', '135955.577500', '135956.037500', '135956.497500', '135956.957500', '135957.417500', '135957.877500', '135958.337500', '135958.797500', '135959.257500', '135959.717500', '140000.177500', '140000.637500', '140001.097500', '140001.557500', '140002.017500', '140002.477500', '140002.937500', '140003.397500', '140003.857500', '140004.317500', '140004.777500', '140005.237500', '140005.697500', '140006.157500', '140006.617500', '140007.077500', '140007.537500', '140007.997500', '140008.457500', '140008.917500', '140009.377500', '140009.837500', '140010.297500', '140010.757500', '140011.217500', '140011.677500', '140012.137500', '140012.597500', '140013.057500', '140013.517500', '140013.977500', '140014.437500', '140014.897500', '140015.357500', '140015.817500', '140016.277500', '140016.737500', '140017.197500', '140017.657500', '140018.117500', '140018.577500', '140019.037500', '140019.497500', '140019.957500', '140020.417500', '140020.877500', '140021.337500', '140021.797500', '140022.257500', '140022.717500', '140023.177500', '140023.637500', '140024.097500', '140024.557500', '140025.017500', '140025.477500', '140025.937500', '140026.397500', '140026.857500', '140027.317500', '140027.777500', '140028.237500', '140028.697500', '140029.157500', '140029.617500', '140030.077500', '140030.537500', '140030.997500', '140031.457500', '140031.917500', '140032.377500', '140032.837500', '140033.297500', '140033.757500', '140034.217500', '140034.677500', '140035.137500', '140035.597500', '140036.057500', '140036.517500', '140036.977500', '140037.437500', '140037.897500', '140038.357500', '140038.817500', '140039.277500', '140039.737500', '140040.197500', '140040.657500', '140041.117500', '140041.577500', '140042.037500', '140042.497500', '140042.957500', '140043.417500', '140043.877500', '140044.337500', '140044.797500', '140045.257500', '140045.717500', '140046.177500', '140046.637500', '140047.097500', '140047.557500', '140048.017500', '140048.477500', '140048.937500', '140049.397500', '140049.857500', '140050.317500', '140050.777500', '140051.237500', '140051.697500', '140052.157500', '140052.617500', '140053.077500', '140053.537500', '140053.997500', '140054.457500', '140054.917500', '140055.377500', '140055.837500', '140056.297500', '140056.757500', '140057.217500', '140057.677500', '140058.137500', '140058.597500', '140059.057500', '140059.517500', '140059.977500', '140100.437500', '140100.897500', '140101.357500', '140101.817500', '140102.277500', '140102.737500', '140103.197500', '140103.657500', '140104.117500', '140104.577500', '140105.037500', '140105.497500', '140105.957500', '140106.417500', '140106.877500', '140107.337500', '140107.797500', '140108.257500', '140108.717500', '140109.177500', '140109.637500', '140110.097500', '140110.557500', '140111.017500', '140111.477500', '140111.937500', '140112.397500', '140112.857500', '140113.317500', '140113.777500', '140114.237500', '140114.697500', '140115.157500', '140115.617500', '140116.077500', '140116.537500', '140116.997500', '140117.457500', '140117.917500', '140118.377500', '140118.837500', '140119.297500', '140119.757500', '140120.217500', '140120.677500', '140121.137500', '140121.597500', '140122.057500', '140122.517500', '140122.977500', '140123.437500', '140123.897500', '140124.357500', '140124.817500', '140125.277500', '140125.737500', '140126.197500', '140126.657500', '140127.117500', '140127.577500', '140128.037500', '140128.497500', '140128.957500', '140129.417500', '140129.877500', '140130.337500', '140130.797500', '140131.257500', '140131.717500', '140132.177500', '140132.637500', '140133.097500', '140133.557500', '140134.017500', '140134.477500', '140134.937500', '140135.397500', '140135.857500', '140136.317500', '140136.777500', '140137.237500', '140137.697500', '140138.157500', '140138.617500', '140139.077500', '140139.537500', '140139.997500', '140140.457500', '140140.917500', '140141.377500', '140141.837500', '140142.297500', '140142.757500', '140143.217500', '140143.677500', '140144.137500', '140144.597500', '140145.057500', '140145.517500', '140145.977500', '140146.437500', '140146.897500', '140147.357500', '140147.817500', '140148.277500', '140148.737500', '140149.197500', '140149.657500', '140150.117500', '140150.577500', '140151.037500', '140151.497500', '140151.957500', '140152.417500', '140152.877500', '140153.337500', '140153.797500', '140154.257500', '140154.717500', '140155.177500', '140155.637500', '140156.097500', '140156.557500', '140157.017500', '140157.477500', '140157.937500', '140158.397500', '140158.857500', '140159.317500', '140159.777500', '140200.237500', '140200.697500', '140201.157500', '140201.617500', '140202.077500', '140202.537500', '140202.997500', '140203.457500', '140203.917500', '140204.377500', '140204.837500', '140205.297500', '140205.757500', '140206.217500', '140206.677500', '140207.137500', '140207.597500', '140208.057500', '140208.517500', '140208.977500', '140209.437500', '140209.897500', '140210.357500', '140210.817500', '140211.277500', '140211.737500', '140212.197500', '140212.657500', '140213.117500', '140213.577500', '140214.037500', '140214.497500', '140214.957500', '140215.417500', '140215.877500', '140216.337500', '140216.797500', '140217.257500', '140217.717500', '140218.177500', '140218.637500', '140219.097500', '140219.557500', '140220.017500', '140220.477500', '140220.937500', '140221.397500', '140221.857500', '140222.317500', '140222.777500', '140223.237500', '140223.697500', '140224.157500', '140224.617500', '140225.077500', '140225.537500', '140225.997500', '140226.457500', '140226.917500', '140227.377500', '140227.837500', '140228.297500', '140228.757500', '140229.217500', '140229.677500', '140230.137500', '140230.597500', '140231.057500', '140231.517500', '140231.977500', '140232.437500', '140232.897500', '140233.357500', '140233.817500', '140234.277500', '140234.737500', '140235.197500', '140235.657500', '140236.117500', '140236.577500', '140237.037500', '140237.497500', '140237.957500', '140238.417500', '140238.877500', '140239.337500', '140239.797500', '140240.257500', '140240.717500', '140241.177500', '140241.637500', '140242.097500', '140242.557500', '140243.017500', '140243.477500', '140243.937500', '140244.397500', '140244.857500', '140245.317500', '140245.777500', '140246.237500', '140246.697500', '140247.157500', '140247.617500', '140248.077500', '140248.537500', '140248.997500', '140249.457500', '140249.917500', '140250.377500', '140250.837500', '140251.297500', '140251.757500', '140252.217500', '140252.677500', '140253.137500', '140253.597500', '140254.057500', '140254.517500', '140254.977500', '140255.437500', '140255.897500', '140256.357500', '140256.817500', '140257.277500', '140257.737500', '140258.197500', '140258.657500', '140259.117500', '140259.577500', '140300.037500', '140300.497500', '140300.957500', '140301.417500', '140301.877500', '140302.337500', '140302.797500', '140303.257500', '140303.717500', '140304.177500', '140304.637500', '140305.097500', '140305.557500', '140306.017500', '140306.477500', '140306.937500', '140307.397500', '140307.857500', '140308.317500', '140308.777500', '140309.237500', '140309.697500', '140310.157500', '140310.617500', '140311.077500', '140311.537500', '140311.997500', '140312.457500', '140312.917500', '140313.377500', '140313.837500', '140314.297500', '140314.757500', '140315.217500', '140315.677500', '140316.137500', '140316.597500', '140317.057500', '140317.517500', '140317.977500', '140318.437500', '140318.897500', '140319.357500', '140319.817500', '140320.277500', '140320.737500', '140321.197500', '140321.657500', '140322.117500', '140322.577500', '140323.037500', '140323.497500', '140323.957500', '140324.417500', '140324.877500', '140325.337500', '140325.797500', '140326.257500', '140326.717500', '140327.177500', '140327.637500', '140328.097500', '140328.557500', '140329.017500', '140329.477500', '140329.937500', '140330.397500', '140330.857500', '140331.317500', '140331.777500'], 'ContentTime': ['135704.980000', '135704.983000', '135704.985000', '135704.988000', '135704.990000', '135704.993000', '135704.995000', '135705.000000', '135705.002000', '135705.005000', '135705.007000', '135705.010000', '135705.012000', '135705.015000', '135705.017000', '135705.020000', '135705.022000', '135705.025000', '135705.028000', '135705.030000', '135705.033000', '135705.035000', '135705.038000', '135705.040000', '135705.043000', '135705.045000', '135705.048000', '135724.947000', '135724.950000', '135724.953000', '135724.955000', '135724.958000', '135724.960000', '135724.963000', '135724.966000', '135724.968000', '135724.971000', '135724.973000', '135724.976000', '135724.978000', '135724.981000', '135724.983000', '135724.986000', '135724.988000', '135724.991000', '135724.993000', '135724.996000', '135724.998000', '135725.002000', '135725.005000', '135725.007000', '135725.010000', '135725.012000', '135725.015000', '135725.017000', '135725.020000', '135725.022000', '135725.025000', '135725.027000', '135725.030000', '135725.033000', '135725.036000', '135725.039000', '135725.041000', '135725.044000', '135725.061000', '135725.063000', '135725.066000', '135725.068000', '135725.071000', '135744.947000', '135744.950000', '135744.953000', '135744.956000', '135744.958000', '135744.961000', '135744.963000', '135744.966000', '135744.968000', '135744.971000', '135744.974000', '135744.976000', '135744.979000', '135744.982000', '135744.984000', '135744.987000', '135744.989000', '135744.992000', '135744.994000', '135744.997000', '135745.001000', '135745.003000', '135745.006000', '135745.009000', '135745.011000', '135745.014000', '135745.016000', '135745.019000', '135745.021000', '135745.024000', '135745.026000', '135745.029000', '135745.032000', '135745.034000', '135745.037000', '135745.039000', '135745.042000', '135745.044000', '135745.047000', '135745.049000', '135745.052000', '135745.054000', '135745.057000', '135745.059000', '135804.947000', '135804.949000', '135804.952000', '135804.954000', '135804.957000', '135804.959000', '135804.962000', '135804.965000', '135804.967000', '135804.970000', '135804.972000', '135804.975000', '135804.977000', '135804.980000', '135804.982000', '135804.985000', '135804.988000', '135804.990000', '135804.993000', '135804.995000', '135804.998000', '135805.001000', '135805.004000', '135805.006000', '135805.009000', '135805.011000', '135805.014000', '135805.017000', '135805.019000', '135805.022000', '135805.024000', '135805.027000', '135805.029000', '135805.032000', '135805.034000', '135805.037000', '135805.039000', '135805.042000', '135805.045000', '135805.047000', '135805.050000', '135805.075000', '135805.077000', '135824.946000', '135824.949000', '135824.952000', '135824.954000', '135824.957000', '135824.959000', '135824.962000', '135824.965000', '135824.967000', '135824.970000', '135824.972000', '135824.975000', '135824.977000', '135824.980000', '135824.982000', '135824.985000', '135824.988000', '135824.990000', '135824.993000', '135824.995000', '135824.998000', '135825.001000', '135825.004000', '135825.007000', '135825.009000', '135825.012000', '135825.015000', '135825.017000', '135825.020000', '135825.022000', '135825.025000', '135825.028000', '135825.030000', '135825.033000', '135825.035000', '135825.038000', '135825.040000', '135825.043000', '135825.045000', '135825.048000', '135825.051000', '135825.053000', '135825.056000', '135825.058000', '135844.947000', '135844.949000', '135844.952000', '135844.954000', '135844.957000', '135844.959000', '135844.962000', '135844.965000', '135844.967000', '135844.970000', '135844.972000', '135844.975000', '135844.977000', '135844.980000', '135844.982000', '135844.985000', '135844.987000', '135844.990000', '135844.993000', '135844.995000', '135844.998000', '135845.001000', '135845.004000', '135845.006000', '135845.009000', '135845.012000', '135845.014000', '135845.017000', '135845.019000', '135845.022000', '135845.024000', '135845.027000', '135845.029000', '135845.032000', '135845.035000', '135845.037000', '135845.040000', '135845.042000', '135845.045000', '135845.047000', '135845.050000', '135845.052000', '135845.055000', '135904.948000', '135904.950000', '135904.953000', '135904.956000', '135904.958000', '135904.961000', '135904.963000', '135904.966000', '135904.969000', '135904.971000', '135904.974000', '135904.976000', '135904.979000', '135904.981000', '135904.984000', '135904.986000', '135904.989000', '135904.992000', '135904.994000', '135904.997000', '135905.000000', '135905.003000', '135905.006000', '135905.008000', '135905.011000', '135905.013000', '135905.016000', '135905.019000', '135905.021000', '135905.024000', '135905.026000', '135905.029000', '135905.031000', '135905.034000', '135905.036000', '135905.039000', '135905.041000', '135905.044000', '135905.047000', '135905.049000', '135905.052000', '135905.054000', '135905.057000', '135905.059000', '135924.947000', '135924.950000', '135924.953000', '135924.955000', '135924.958000', '135924.960000', '135924.963000', '135924.966000', '135924.968000', '135924.971000', '135924.973000', '135924.976000', '135924.978000', '135924.981000', '135924.984000', '135924.986000', '135924.989000', '135924.991000', '135924.994000', '135924.996000', '135925.000000', '135925.002000', '135925.005000', '135925.008000', '135925.010000', '135925.013000', '135925.015000', '135925.018000', '135925.020000', '135925.023000', '135925.026000', '135925.028000', '135925.031000', '135925.033000', '135925.036000', '135925.038000', '135925.041000', '135925.043000', '135925.046000', '135925.048000', '135925.059000', '135925.062000', '135925.065000', '135944.947000', '135944.950000', '135944.953000', '135944.955000', '135944.958000', '135944.960000', '135944.963000', '135944.966000', '135944.968000', '135944.971000', '135944.973000', '135944.976000', '135944.978000', '135944.981000', '135944.984000', '135944.986000', '135944.989000', '135944.991000', '135944.994000', '135944.996000', '135945.000000', '135945.003000', '135945.005000', '135945.008000', '135945.010000', '135945.013000', '135945.015000', '135945.018000', '135945.021000', '135945.023000', '135945.026000', '135945.028000', '135945.031000', '135945.033000', '135945.036000', '135945.039000', '135945.041000', '135945.071000', '135945.074000', '135945.076000', '135945.079000', '135945.081000', '135945.084000', '135945.087000', '140004.947000', '140004.950000', '140004.953000', '140004.955000', '140004.958000', '140004.960000', '140004.963000', '140004.966000', '140004.968000', '140004.971000', '140004.973000', '140004.976000', '140004.979000', '140004.981000', '140004.984000', '140004.986000', '140004.989000', '140004.991000', '140004.994000', '140004.996000', '140005.000000', '140005.003000', '140005.005000', '140005.008000', '140005.010000', '140005.013000', '140005.015000', '140005.018000', '140005.021000', '140005.023000', '140005.026000', '140005.028000', '140005.031000', '140005.033000', '140005.036000', '140005.038000', '140005.041000', '140005.044000', '140005.046000', '140005.049000', '140005.051000', '140005.054000', '140005.056000', '140024.948000', '140024.950000', '140024.953000', '140024.956000', '140024.958000', '140024.961000', '140024.963000', '140024.966000', '140024.968000', '140024.971000', '140024.973000', '140024.976000', '140024.979000', '140024.981000', '140024.984000', '140024.986000', '140024.989000', '140024.991000', '140024.994000', '140024.997000', '140025.000000', '140025.003000', '140025.006000', '140025.008000', '140025.011000', '140025.013000', '140025.016000', '140025.018000', '140025.021000', '140025.024000', '140025.026000', '140025.029000', '140025.031000', '140025.034000', '140025.036000', '140025.039000', '140025.041000', '140025.044000', '140025.047000', '140025.049000', '140025.052000', '140025.054000', '140025.057000', '140025.059000', '140044.947000', '140044.949000', '140044.952000', '140044.954000', '140044.957000', '140044.960000', '140044.962000', '140044.965000', '140044.967000', '140044.970000', '140044.972000', '140044.975000', '140044.977000', '140044.980000', '140044.983000', '140044.985000', '140044.988000', '140044.990000', '140044.993000', '140044.996000', '140044.998000', '140045.002000', '140045.004000', '140045.007000', '140045.009000', '140045.012000', '140045.015000', '140045.017000', '140045.020000', '140045.022000', '140045.025000', '140045.027000', '140045.030000', '140045.032000', '140045.035000', '140045.038000', '140045.040000', '140045.043000', '140045.045000', '140045.048000', '140045.050000', '140045.053000', '140045.056000', '140104.946000', '140104.949000', '140104.952000', '140104.954000', '140104.957000', '140104.960000', '140104.962000', '140104.965000', '140104.968000', '140104.971000', '140104.974000', '140104.976000', '140104.979000', '140104.982000', '140104.984000', '140104.987000', '140104.990000', '140104.992000', '140104.995000', '140104.997000', '140105.001000', '140105.003000', '140105.006000', '140105.009000', '140105.011000', '140105.014000', '140105.016000', '140105.019000', '140105.021000', '140105.024000', '140105.026000', '140105.029000', '140105.031000', '140105.034000', '140105.037000', '140105.039000', '140105.042000', '140105.044000', '140105.047000', '140105.049000', '140105.052000', '140105.055000', '140105.057000', '140124.948000', '140124.951000', '140124.953000', '140124.956000', '140124.958000', '140124.961000', '140124.963000', '140124.966000', '140124.968000', '140124.971000', '140124.974000', '140124.976000', '140124.979000', '140124.981000', '140124.984000', '140124.987000', '140124.989000', '140124.992000', '140124.994000', '140125.027000', '140125.029000', '140125.032000', '140125.035000', '140125.037000', '140125.040000', '140125.042000', '140125.045000', '140125.047000', '140125.050000', '140125.053000', '140125.055000', '140125.058000', '140125.060000', '140125.063000', '140125.066000', '140125.068000', '140125.071000', '140125.073000', '140125.076000', '140125.078000', '140125.081000', '140125.083000', '140125.086000', '140125.089000', '140144.947000', '140144.950000', '140144.953000', '140144.955000', '140144.958000', '140144.961000', '140144.963000', '140144.966000', '140144.968000', '140144.971000', '140144.973000', '140144.976000', '140144.978000', '140144.981000', '140144.984000', '140144.987000', '140144.990000', '140144.992000', '140144.995000', '140144.998000', '140145.002000', '140145.005000', '140145.010000', '140145.012000', '140145.015000', '140145.017000', '140145.020000', '140145.022000', '140145.025000', '140145.028000', '140145.030000', '140145.033000', '140145.035000', '140145.038000', '140145.041000', '140145.043000', '140145.046000', '140145.048000', '140145.051000', '140145.054000', '140145.056000', '140145.059000', '140145.061000', '140204.948000', '140204.951000', '140204.954000', '140204.957000', '140204.959000', '140204.962000', '140204.964000', '140204.967000', '140204.969000', '140204.972000', '140204.975000', '140204.977000', '140204.980000', '140204.982000', '140204.985000', '140204.987000', '140204.990000', '140204.993000', '140204.995000', '140204.998000', '140205.001000', '140205.004000', '140205.006000', '140205.009000', '140205.012000', '140205.014000', '140205.017000', '140205.019000', '140205.022000', '140205.024000', '140205.027000', '140205.030000', '140205.032000', '140205.035000', '140205.037000', '140205.040000', '140205.043000', '140205.045000', '140205.048000', '140205.050000', '140205.053000', '140205.055000', '140205.058000', '140205.060000', '140224.948000', '140224.951000', '140224.953000', '140224.956000', '140224.959000', '140224.961000', '140224.964000', '140224.966000', '140224.969000', '140224.972000', '140224.974000', '140224.977000', '140224.979000', '140224.982000', '140224.984000', '140224.987000', '140224.990000', '140224.992000', '140224.995000', '140224.998000', '140225.001000', '140225.004000', '140225.006000', '140225.009000', '140225.011000', '140225.014000', '140225.016000', '140225.019000', '140225.022000', '140225.024000', '140225.027000', '140225.030000', '140225.032000', '140225.035000', '140225.037000', '140225.040000', '140225.042000', '140225.045000', '140225.047000', '140225.050000', '140225.053000', '140225.055000', '140225.058000', '140244.947000', '140244.950000', '140244.952000', '140244.955000', '140244.957000', '140244.960000', '140244.963000', '140244.965000', '140244.968000', '140244.970000', '140244.973000', '140244.975000', '140244.978000', '140244.981000', '140244.983000', '140244.986000', '140244.988000', '140244.991000', '140244.993000', '140244.996000', '140245.000000', '140245.002000', '140245.005000', '140245.014000', '140245.017000', '140245.020000', '140245.022000', '140245.025000', '140245.028000', '140245.041000', '140245.043000', '140245.046000', '140245.049000', '140245.051000', '140245.054000', '140245.056000', '140245.059000', '140245.062000', '140245.064000', '140245.067000', '140245.069000', '140245.072000', '140245.074000', '140245.077000', '140304.947000', '140304.950000', '140304.952000', '140304.955000', '140304.959000', '140304.961000', '140304.964000', '140304.967000', '140304.969000', '140304.972000', '140304.974000', '140304.977000', '140304.979000', '140304.982000', '140304.984000', '140304.987000', '140304.990000', '140304.992000', '140304.995000', '140304.997000', '140305.001000', '140305.003000', '140305.006000', '140305.009000', '140305.012000', '140305.015000', '140305.018000', '140305.020000', '140305.024000', '140305.027000', '140305.029000', '140305.032000', '140305.035000', '140305.037000', '140305.040000', '140305.042000', '140305.045000', '140305.048000', '140305.050000', '140305.053000', '140305.055000', '140305.058000', '140305.060000', '140324.947000', '140324.950000', '140324.952000', '140324.955000', '140324.957000', '140324.960000', '140324.962000', '140324.965000', '140324.968000', '140324.970000', '140324.973000', '140324.975000', '140324.978000', '140324.981000', '140324.983000', '140324.986000', '140324.988000', '140324.991000', '140324.994000', '140324.996000', '140325.000000', '140325.002000', '140325.005000', '140325.007000', '140325.010000', '140325.013000', '140325.015000', '140325.018000', '140325.020000', '140325.023000', '140325.025000', '140325.028000', '140325.031000', '140325.033000', '140325.036000', '140325.038000', '140325.041000', '140325.043000', '140325.046000', '140325.049000', '140325.051000', '140325.054000', '140325.056000', '140325.059000', '140333.495000', '140333.498000', '140333.500000', '140333.503000', '140333.506000', '140333.508000', '140333.511000', '140333.514000', '140333.516000', '140333.519000', '140333.522000', '140333.525000', '140333.528000', '140333.531000', '140333.534000', '140333.537000', '140333.540000', '140333.542000', '140333.545000'], 'InstanceCreationTime': ['135704.980000', '135704.983000', '135704.985000', '135704.988000', '135704.990000', '135704.993000', '135704.995000', '135705.000000', '135705.002000', '135705.005000', '135705.007000', '135705.010000', '135705.012000', '135705.015000', '135705.017000', '135705.020000', '135705.022000', '135705.025000', '135705.028000', '135705.030000', '135705.033000', '135705.035000', '135705.038000', '135705.040000', '135705.043000', '135705.045000', '135705.048000', '135724.947000', '135724.950000', '135724.953000', '135724.955000', '135724.958000', '135724.960000', '135724.963000', '135724.966000', '135724.968000', '135724.971000', '135724.973000', '135724.976000', '135724.978000', '135724.981000', '135724.983000', '135724.986000', '135724.988000', '135724.991000', '135724.993000', '135724.996000', '135724.998000', '135725.002000', '135725.005000', '135725.007000', '135725.010000', '135725.012000', '135725.015000', '135725.017000', '135725.020000', '135725.022000', '135725.025000', '135725.027000', '135725.030000', '135725.033000', '135725.036000', '135725.039000', '135725.041000', '135725.044000', '135725.061000', '135725.063000', '135725.066000', '135725.068000', '135725.071000', '135744.947000', '135744.950000', '135744.953000', '135744.956000', '135744.958000', '135744.961000', '135744.963000', '135744.966000', '135744.968000', '135744.971000', '135744.974000', '135744.976000', '135744.979000', '135744.982000', '135744.984000', '135744.987000', '135744.989000', '135744.992000', '135744.994000', '135744.997000', '135745.001000', '135745.003000', '135745.006000', '135745.009000', '135745.011000', '135745.014000', '135745.016000', '135745.019000', '135745.021000', '135745.024000', '135745.026000', '135745.029000', '135745.032000', '135745.034000', '135745.037000', '135745.039000', '135745.042000', '135745.044000', '135745.047000', '135745.049000', '135745.052000', '135745.054000', '135745.057000', '135745.059000', '135804.947000', '135804.949000', '135804.952000', '135804.954000', '135804.957000', '135804.959000', '135804.962000', '135804.965000', '135804.967000', '135804.970000', '135804.972000', '135804.975000', '135804.977000', '135804.980000', '135804.982000', '135804.985000', '135804.988000', '135804.990000', '135804.993000', '135804.995000', '135804.998000', '135805.001000', '135805.004000', '135805.006000', '135805.009000', '135805.011000', '135805.014000', '135805.017000', '135805.019000', '135805.022000', '135805.024000', '135805.027000', '135805.029000', '135805.032000', '135805.034000', '135805.037000', '135805.039000', '135805.042000', '135805.045000', '135805.047000', '135805.050000', '135805.075000', '135805.077000', '135824.946000', '135824.949000', '135824.952000', '135824.954000', '135824.957000', '135824.959000', '135824.962000', '135824.965000', '135824.967000', '135824.970000', '135824.972000', '135824.975000', '135824.977000', '135824.980000', '135824.982000', '135824.985000', '135824.988000', '135824.990000', '135824.993000', '135824.995000', '135824.998000', '135825.001000', '135825.004000', '135825.007000', '135825.009000', '135825.012000', '135825.015000', '135825.017000', '135825.020000', '135825.022000', '135825.025000', '135825.028000', '135825.030000', '135825.033000', '135825.035000', '135825.038000', '135825.040000', '135825.043000', '135825.045000', '135825.048000', '135825.051000', '135825.053000', '135825.056000', '135825.058000', '135844.947000', '135844.949000', '135844.952000', '135844.954000', '135844.957000', '135844.959000', '135844.962000', '135844.965000', '135844.967000', '135844.970000', '135844.972000', '135844.975000', '135844.977000', '135844.980000', '135844.982000', '135844.985000', '135844.987000', '135844.990000', '135844.993000', '135844.995000', '135844.998000', '135845.001000', '135845.004000', '135845.006000', '135845.009000', '135845.012000', '135845.014000', '135845.017000', '135845.019000', '135845.022000', '135845.024000', '135845.027000', '135845.029000', '135845.032000', '135845.035000', '135845.037000', '135845.040000', '135845.042000', '135845.045000', '135845.047000', '135845.050000', '135845.052000', '135845.055000', '135904.948000', '135904.950000', '135904.953000', '135904.956000', '135904.958000', '135904.961000', '135904.963000', '135904.966000', '135904.969000', '135904.971000', '135904.974000', '135904.976000', '135904.979000', '135904.981000', '135904.984000', '135904.986000', '135904.989000', '135904.992000', '135904.994000', '135904.997000', '135905.000000', '135905.003000', '135905.006000', '135905.008000', '135905.011000', '135905.013000', '135905.016000', '135905.019000', '135905.021000', '135905.024000', '135905.026000', '135905.029000', '135905.031000', '135905.034000', '135905.036000', '135905.039000', '135905.041000', '135905.044000', '135905.047000', '135905.049000', '135905.052000', '135905.054000', '135905.057000', '135905.059000', '135924.947000', '135924.950000', '135924.953000', '135924.955000', '135924.958000', '135924.960000', '135924.963000', '135924.966000', '135924.968000', '135924.971000', '135924.973000', '135924.976000', '135924.978000', '135924.981000', '135924.984000', '135924.986000', '135924.989000', '135924.991000', '135924.994000', '135924.996000', '135925.000000', '135925.002000', '135925.005000', '135925.008000', '135925.010000', '135925.013000', '135925.015000', '135925.018000', '135925.020000', '135925.023000', '135925.026000', '135925.028000', '135925.031000', '135925.033000', '135925.036000', '135925.038000', '135925.041000', '135925.043000', '135925.046000', '135925.048000', '135925.059000', '135925.062000', '135925.065000', '135944.947000', '135944.950000', '135944.953000', '135944.955000', '135944.958000', '135944.960000', '135944.963000', '135944.966000', '135944.968000', '135944.971000', '135944.973000', '135944.976000', '135944.978000', '135944.981000', '135944.984000', '135944.986000', '135944.989000', '135944.991000', '135944.994000', '135944.996000', '135945.000000', '135945.003000', '135945.005000', '135945.008000', '135945.010000', '135945.013000', '135945.015000', '135945.018000', '135945.021000', '135945.023000', '135945.026000', '135945.028000', '135945.031000', '135945.033000', '135945.036000', '135945.039000', '135945.041000', '135945.071000', '135945.074000', '135945.076000', '135945.079000', '135945.081000', '135945.084000', '135945.087000', '140004.947000', '140004.950000', '140004.953000', '140004.955000', '140004.958000', '140004.960000', '140004.963000', '140004.966000', '140004.968000', '140004.971000', '140004.973000', '140004.976000', '140004.979000', '140004.981000', '140004.984000', '140004.986000', '140004.989000', '140004.991000', '140004.994000', '140004.996000', '140005.000000', '140005.003000', '140005.005000', '140005.008000', '140005.010000', '140005.013000', '140005.015000', '140005.018000', '140005.021000', '140005.023000', '140005.026000', '140005.028000', '140005.031000', '140005.033000', '140005.036000', '140005.038000', '140005.041000', '140005.044000', '140005.046000', '140005.049000', '140005.051000', '140005.054000', '140005.056000', '140024.948000', '140024.950000', '140024.953000', '140024.956000', '140024.958000', '140024.961000', '140024.963000', '140024.966000', '140024.968000', '140024.971000', '140024.973000', '140024.976000', '140024.979000', '140024.981000', '140024.984000', '140024.986000', '140024.989000', '140024.991000', '140024.994000', '140024.997000', '140025.000000', '140025.003000', '140025.006000', '140025.008000', '140025.011000', '140025.013000', '140025.016000', '140025.018000', '140025.021000', '140025.024000', '140025.026000', '140025.029000', '140025.031000', '140025.034000', '140025.036000', '140025.039000', '140025.041000', '140025.044000', '140025.047000', '140025.049000', '140025.052000', '140025.054000', '140025.057000', '140025.059000', '140044.947000', '140044.949000', '140044.952000', '140044.954000', '140044.957000', '140044.960000', '140044.962000', '140044.965000', '140044.967000', '140044.970000', '140044.972000', '140044.975000', '140044.977000', '140044.980000', '140044.983000', '140044.985000', '140044.988000', '140044.990000', '140044.993000', '140044.996000', '140044.998000', '140045.002000', '140045.004000', '140045.007000', '140045.009000', '140045.012000', '140045.015000', '140045.017000', '140045.020000', '140045.022000', '140045.025000', '140045.027000', '140045.030000', '140045.032000', '140045.035000', '140045.038000', '140045.040000', '140045.043000', '140045.045000', '140045.048000', '140045.050000', '140045.053000', '140045.056000', '140104.946000', '140104.949000', '140104.952000', '140104.954000', '140104.957000', '140104.960000', '140104.962000', '140104.965000', '140104.968000', '140104.971000', '140104.974000', '140104.976000', '140104.979000', '140104.982000', '140104.984000', '140104.987000', '140104.990000', '140104.992000', '140104.995000', '140104.997000', '140105.001000', '140105.003000', '140105.006000', '140105.009000', '140105.011000', '140105.014000', '140105.016000', '140105.019000', '140105.021000', '140105.024000', '140105.026000', '140105.029000', '140105.031000', '140105.034000', '140105.037000', '140105.039000', '140105.042000', '140105.044000', '140105.047000', '140105.049000', '140105.052000', '140105.055000', '140105.057000', '140124.948000', '140124.951000', '140124.953000', '140124.956000', '140124.958000', '140124.961000', '140124.963000', '140124.966000', '140124.968000', '140124.971000', '140124.974000', '140124.976000', '140124.979000', '140124.981000', '140124.984000', '140124.987000', '140124.989000', '140124.992000', '140124.994000', '140125.027000', '140125.029000', '140125.032000', '140125.035000', '140125.037000', '140125.040000', '140125.042000', '140125.045000', '140125.047000', '140125.050000', '140125.053000', '140125.055000', '140125.058000', '140125.060000', '140125.063000', '140125.066000', '140125.068000', '140125.071000', '140125.073000', '140125.076000', '140125.078000', '140125.081000', '140125.083000', '140125.086000', '140125.089000', '140144.947000', '140144.950000', '140144.953000', '140144.955000', '140144.958000', '140144.961000', '140144.963000', '140144.966000', '140144.968000', '140144.971000', '140144.973000', '140144.976000', '140144.978000', '140144.981000', '140144.984000', '140144.987000', '140144.990000', '140144.992000', '140144.995000', '140144.998000', '140145.002000', '140145.005000', '140145.010000', '140145.012000', '140145.015000', '140145.017000', '140145.020000', '140145.022000', '140145.025000', '140145.028000', '140145.030000', '140145.033000', '140145.035000', '140145.038000', '140145.041000', '140145.043000', '140145.046000', '140145.048000', '140145.051000', '140145.054000', '140145.056000', '140145.059000', '140145.061000', '140204.948000', '140204.951000', '140204.954000', '140204.957000', '140204.959000', '140204.962000', '140204.964000', '140204.967000', '140204.969000', '140204.972000', '140204.975000', '140204.977000', '140204.980000', '140204.982000', '140204.985000', '140204.987000', '140204.990000', '140204.993000', '140204.995000', '140204.998000', '140205.001000', '140205.004000', '140205.006000', '140205.009000', '140205.012000', '140205.014000', '140205.017000', '140205.019000', '140205.022000', '140205.024000', '140205.027000', '140205.030000', '140205.032000', '140205.035000', '140205.037000', '140205.040000', '140205.043000', '140205.045000', '140205.048000', '140205.050000', '140205.053000', '140205.055000', '140205.058000', '140205.060000', '140224.948000', '140224.951000', '140224.953000', '140224.956000', '140224.959000', '140224.961000', '140224.964000', '140224.966000', '140224.969000', '140224.972000', '140224.974000', '140224.977000', '140224.979000', '140224.982000', '140224.984000', '140224.987000', '140224.990000', '140224.992000', '140224.995000', '140224.998000', '140225.001000', '140225.004000', '140225.006000', '140225.009000', '140225.011000', '140225.014000', '140225.016000', '140225.019000', '140225.022000', '140225.024000', '140225.027000', '140225.030000', '140225.032000', '140225.035000', '140225.037000', '140225.040000', '140225.042000', '140225.045000', '140225.047000', '140225.050000', '140225.053000', '140225.055000', '140225.058000', '140244.947000', '140244.950000', '140244.952000', '140244.955000', '140244.957000', '140244.960000', '140244.963000', '140244.965000', '140244.968000', '140244.970000', '140244.973000', '140244.975000', '140244.978000', '140244.981000', '140244.983000', '140244.986000', '140244.988000', '140244.991000', '140244.993000', '140244.996000', '140245.000000', '140245.002000', '140245.005000', '140245.014000', '140245.017000', '140245.020000', '140245.022000', '140245.025000', '140245.028000', '140245.041000', '140245.043000', '140245.046000', '140245.049000', '140245.051000', '140245.054000', '140245.056000', '140245.059000', '140245.062000', '140245.064000', '140245.067000', '140245.069000', '140245.072000', '140245.074000', '140245.077000', '140304.947000', '140304.950000', '140304.952000', '140304.955000', '140304.959000', '140304.961000', '140304.964000', '140304.967000', '140304.969000', '140304.972000', '140304.974000', '140304.977000', '140304.979000', '140304.982000', '140304.984000', '140304.987000', '140304.990000', '140304.992000', '140304.995000', '140304.997000', '140305.001000', '140305.003000', '140305.006000', '140305.009000', '140305.012000', '140305.015000', '140305.018000', '140305.020000', '140305.024000', '140305.027000', '140305.029000', '140305.032000', '140305.035000', '140305.037000', '140305.040000', '140305.042000', '140305.045000', '140305.048000', '140305.050000', '140305.053000', '140305.055000', '140305.058000', '140305.060000', '140324.947000', '140324.950000', '140324.952000', '140324.955000', '140324.957000', '140324.960000', '140324.962000', '140324.965000', '140324.968000', '140324.970000', '140324.973000', '140324.975000', '140324.978000', '140324.981000', '140324.983000', '140324.986000', '140324.988000', '140324.991000', '140324.994000', '140324.996000', '140325.000000', '140325.002000', '140325.005000', '140325.007000', '140325.010000', '140325.013000', '140325.015000', '140325.018000', '140325.020000', '140325.023000', '140325.025000', '140325.028000', '140325.031000', '140325.033000', '140325.036000', '140325.038000', '140325.041000', '140325.043000', '140325.046000', '140325.049000', '140325.051000', '140325.054000', '140325.056000', '140325.059000', '140333.495000', '140333.498000', '140333.500000', '140333.503000', '140333.506000', '140333.508000', '140333.511000', '140333.514000', '140333.516000', '140333.519000', '140333.522000', '140333.525000', '140333.528000', '140333.531000', '140333.534000', '140333.537000', '140333.540000', '140333.542000', '140333.545000'], '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': [9569, 14657, 11520, 12317, 7572, 7632, 7690, 7269, 7832, 7545, 8110, 7968, 10549, 7501, 11130, 7894, 8369, 7742, 7211, 6963, 7840, 7559, 7142, 9502, 7767, 10946, 8534, 11709, 8993, 7754, 9630, 7717, 12925, 8773, 7503, 12002, 8505, 7437, 10487, 8629, 9395, 8979, 7982, 11915, 8327, 8064, 8928, 7626, 8573, 8484, 7581, 8670, 8641, 7965, 10595, 7990, 9542, 8093, 8045, 9325, 7796, 7402, 10349, 7921, 10588, 8344, 9167, 7589, 8906, 7652, 7646, 8099, 7410, 10275, 7524, 10150, 7714, 9059, 7724, 12027, 8661, 10006, 7594, 7769, 7464, 7763, 7727, 8529, 7631, 8353, 7620, 7073, 7996, 6927, 8036, 9880, 8054, 11079, 7407, 8798, 7397, 7904, 7894, 7630, 8238, 9315, 8038, 7263, 8408, 7456, 7280, 8046, 7654, 11169, 8409, 8312, 7350, 7776, 7364, 8209, 8165, 8149, 10962, 7722, 8907, 7736, 7006, 7989, 10437, 7868, 11186, 7677, 7267, 8028, 7317, 8755, 7420, 9576, 7250, 7670, 7436, 7686, 7327, 7976, 7105, 8633, 7349, 9338, 7600, 7352, 10744, 8257, 7804, 11440, 8309, 11540, 8206, 9963, 7742, 7965, 7469, 8299, 7496, 8891, 7230, 8485, 7191, 8173, 7181, 8133, 7747, 9294, 7776, 9330, 7886, 7562, 8475, 7557, 11199, 8378, 10846, 7925, 8471, 7025, 7768, 7242, 7952, 7264, 7752, 7507, 7683, 6997, 8024, 7165, 7910, 10788, 7907, 11898, 8824, 9721, 8069, 9166, 7914, 10294, 7838, 8851, 7267, 7819, 7114, 7797, 7284, 7767, 7214, 7820, 11492, 7459, 7654, 7575, 7250, 7925, 10683, 7660, 10843, 8182, 10136, 7705, 9296, 7460, 8152, 7089, 7765, 7138, 7997, 7160, 8891, 7855, 7939, 7363, 7816, 11547, 7484, 8865, 7245, 7898, 7193, 7887, 7181, 9350, 7611, 9240, 7914, 7198, 8765, 11842, 7810, 11214, 8442, 7838, 7181, 7829, 9288, 7409, 10745, 7345, 8278, 7404, 7872, 7255, 7728, 6910, 7749, 7953, 7201, 8224, 7584, 11093, 9927, 8388, 12706, 7868, 10167, 7708, 9015, 7462, 8457, 7139, 8153, 7024, 7705, 7236, 8010, 7099, 7971, 10728, 7369, 11480, 9010, 8432, 7487, 7175, 7465, 9225, 7393, 8812, 9500, 8010, 11797, 7883, 8844, 7185, 8123, 12480, 7789, 9624, 7815, 7294, 7111, 7143, 7845, 9945, 7598, 8120, 7025, 7702, 8175, 7846, 11379, 7338, 9575, 7237, 7659, 7242, 7709, 7316, 7588, 7234, 7629, 11596, 7265, 9216, 7064, 7489, 7495, 7830, 11555, 7665, 10132, 7878, 7680, 7595, 7724, 10920, 7369, 8897, 7211, 8121, 7845, 7665, 10437, 7146, 9150, 7502, 8793, 7045, 8068, 8951, 7598, 10129, 7473, 9528, 7651, 8940, 11309, 7695, 10535, 7384, 8809, 7289, 8007, 11687, 7838, 9895, 7446, 8726, 7245, 8133, 10724, 7522, 10591, 7373, 8889, 7226, 8049, 10375, 7720, 13821, 7678, 9453, 7618, 7545, 7128, 7535, 7219, 7803, 8270, 7467, 10038, 7101, 8307, 7081, 7576, 7416, 7654, 9299, 7701, 11421, 7463, 9231, 7721, 7558, 7115, 7875, 7221, 7800, 11723, 7750, 9783, 7760, 7759, 7136, 7941, 7441, 7869, 7951, 7935, 11685, 7874, 8819, 7779, 10175, 7738, 8009, 7186, 7880, 7567, 7883, 11767, 7533, 8889, 7071, 7812, 7537, 7564, 11561, 7788, 9287, 7485, 7166, 7768, 9750, 7572, 8025, 8460, 8019, 11472, 7757, 9145, 7473, 7815, 7032, 7776, 7415, 7969, 7287, 7662, 10270, 7275, 9701, 7585, 8522, 7441, 7955, 7255, 8358, 8598, 7851, 11799, 7941, 10766, 7814, 8809, 7618, 8752, 7584, 7972, 7075, 7995, 7352, 7934, 8722, 7815, 10883, 7668, 8758, 7815, 7839, 7113, 8288, 7374, 8688, 7179, 9097, 9733, 7954, 7709, 8216, 11538, 7957, 9808, 7924, 7757, 7225, 7941, 10846, 8062, 9553, 7316, 7886, 7133, 7684, 7293, 7991, 9813, 7910, 9442, 7643, 7510, 8069, 7224, 7969, 11429, 8079, 10065, 8557, 7710, 7528, 8548, 7899, 8921, 7431, 7784, 7101, 7836, 7087, 7683, 9424, 7613, 9420, 7556, 9097, 7586, 9379, 7738, 8822, 7425, 8330, 7282, 8540, 7712, 9152, 7228, 9184, 7867, 7833, 7448, 7933, 7282, 7808, 11072, 8044, 9781, 7665, 9288, 7553, 8643, 7412, 8170, 7522, 7822, 7368, 8051, 8014, 7963, 11874, 8113, 8910, 7305, 8292, 9545, 8109, 11154, 7861, 8946, 7578, 7686, 7273, 7803, 7895, 7593, 11020, 7747, 10165, 7563, 8089, 7596, 8683, 7137, 8192, 7384, 7905, 11372, 7759, 9693, 7670, 8443, 7427, 8050, 7216, 7906, 10937, 8161, 9804, 7943, 8746, 7136, 8250, 7140, 7971, 10119, 7894, 9583, 7961, 9348, 7521, 8203, 7350, 8226, 11233, 8158, 9724, 7250, 8634, 7221, 8099, 8329, 7864, 9973, 7846, 9145, 7451, 8137, 7446, 8250, 10896, 8052, 8812, 7970, 7123, 8250, 6806, 8108, 11601, 8135, 9898, 7706, 8014, 7230, 7928, 10241, 7411, 8351, 6949, 7823, 10391, 7635, 10148, 7505, 8256, 7007, 8141, 7231, 8224, 11586, 8236, 8084, 8372, 7053, 7459, 7366, 9118, 9709, 8349, 12778, 7495, 8820, 7334, 8036, 7114, 8285, 7209, 8183, 11411, 8169, 9918, 7830, 8430, 7666, 8053, 7194, 8341, 7285, 8179, 11588, 8021, 8581, 7599, 8596, 7368, 8282, 7160, 8227, 7241, 8252, 7080, 8417, 7332, 9274, 10159, 8730, 11241, 8238, 10500, 7623, 8162, 7063, 8192, 10430, 8066, 9978, 7302, 8321, 7020, 7877, 7018, 8310, 7153, 8158, 7156, 8179, 11498, 7997, 10880, 8686, 8544, 7163, 8127, 7175, 8185, 7823, 8160, 9675, 8205, 7001, 8173, 7151, 8176, 10253, 8206, 11114, 7928, 8522, 7901, 8685, 7868, 8525, 7410, 8086, 12068, 8210, 10474, 7931, 9253, 7561, 8098, 7165, 8028, 7263, 8122, 10583, 8016, 8884, 7125, 8238, 7140, 7789, 7245, 8038, 7562, 8798, 7443, 9530, 8686, 8570, 7087, 8287, 10099, 8175, 12264, 7668, 8927, 7297, 7950, 6980, 8130, 7277, 8241, 8346, 8303, 7277, 8043, 8655, 8262, 11679, 7786, 9509, 7603, 7358, 7755, 9181, 7251, 8362, 7021, 7974, 7133, 8043, 9799, 7968, 7641, 8404, 7097, 9543, 8229, 11085, 8244, 12142, 8919, 8250, 7265, 7914, 6960, 7662, 7405, 8508, 6943, 8172, 9036, 8161, 8851, 8064, 8897, 8061, 9245], 'WindowCenter': [4314.0, 4316.0, 4280.0, 4265.0, 4222.0, 4220.0, 4222.0, 4210.0, 4220.0, 4222.0, 4220.0, 4232.0, 4254.0, 4222.0, 4250.0, 4220.0, 4231.0, 4221.0, 4221.0, 4209.0, 4220.0, 4222.0, 4222.0, 4255.0, 4236.0, 4265.0, 4247.0, 4264.0, 4244.0, 4222.0, 4240.0, 4211.0, 4261.0, 4220.0, 4199.0, 4251.0, 4220.0, 4196.0, 4239.0, 4220.0, 4228.0, 4231.0, 4220.0, 4238.0, 4217.0, 4219.0, 4230.0, 4209.0, 4216.0, 4215.0, 4209.0, 4228.0, 4242.0, 4233.0, 4264.0, 4233.0, 4242.0, 4232.0, 4234.0, 4244.0, 4224.0, 4222.0, 4265.0, 4236.0, 4255.0, 4233.0, 4240.0, 4223.0, 4243.0, 4234.0, 4232.0, 4235.0, 4223.0, 4254.0, 4222.0, 4241.0, 4222.0, 4230.0, 4222.0, 4261.0, 4231.0, 4240.0, 4220.0, 4209.0, 4209.0, 4221.0, 4220.0, 4230.0, 4222.0, 4230.0, 4221.0, 4210.0, 4233.0, 4221.0, 4245.0, 4255.0, 4236.0, 4266.0, 4224.0, 4232.0, 4222.0, 4232.0, 4234.0, 4221.0, 4244.0, 4244.0, 4234.0, 4223.0, 4233.0, 4224.0, 4233.0, 4246.0, 4237.0, 4278.0, 4245.0, 4234.0, 4223.0, 4235.0, 4220.0, 4232.0, 4231.0, 4232.0, 4251.0, 4222.0, 4231.0, 4222.0, 4211.0, 4231.0, 4250.0, 4221.0, 4250.0, 4220.0, 4207.0, 4220.0, 4221.0, 4232.0, 4212.0, 4242.0, 4211.0, 4220.0, 4211.0, 4222.0, 4212.0, 4231.0, 4210.0, 4231.0, 4222.0, 4240.0, 4222.0, 4223.0, 4265.0, 4235.0, 4234.0, 4265.0, 4236.0, 4254.0, 4221.0, 4233.0, 4209.0, 4221.0, 4198.0, 4219.0, 4210.0, 4232.0, 4210.0, 4229.0, 4209.0, 4232.0, 4212.0, 4232.0, 4234.0, 4242.0, 4233.0, 4253.0, 4237.0, 4235.0, 4247.0, 4233.0, 4265.0, 4235.0, 4266.0, 4233.0, 4233.0, 4213.0, 4221.0, 4222.0, 4234.0, 4235.0, 4248.0, 4236.0, 4236.0, 4223.0, 4233.0, 4223.0, 4246.0, 4263.0, 4234.0, 4263.0, 4243.0, 4241.0, 4222.0, 4229.0, 4220.0, 4239.0, 4222.0, 4230.0, 4209.0, 4209.0, 4212.0, 4233.0, 4234.0, 4233.0, 4220.0, 4221.0, 4261.0, 4221.0, 4222.0, 4234.0, 4222.0, 4234.0, 4263.0, 4235.0, 4253.0, 4234.0, 4251.0, 4223.0, 4242.0, 4210.0, 4222.0, 4210.0, 4220.0, 4212.0, 4230.0, 4211.0, 4243.0, 4232.0, 4232.0, 4222.0, 4222.0, 4263.0, 4221.0, 4231.0, 4211.0, 4220.0, 4212.0, 4232.0, 4223.0, 4243.0, 4233.0, 4242.0, 4234.0, 4224.0, 4246.0, 4263.0, 4222.0, 4253.0, 4232.0, 4220.0, 4210.0, 4221.0, 4239.0, 4221.0, 4250.0, 4209.0, 4220.0, 4210.0, 4219.0, 4220.0, 4222.0, 4211.0, 4219.0, 4233.0, 4224.0, 4244.0, 4233.0, 4265.0, 4243.0, 4233.0, 4260.0, 4218.0, 4239.0, 4210.0, 4230.0, 4211.0, 4220.0, 4210.0, 4221.0, 4210.0, 4221.0, 4211.0, 4231.0, 4212.0, 4233.0, 4252.0, 4234.0, 4263.0, 4241.0, 4233.0, 4224.0, 4212.0, 4224.0, 4241.0, 4222.0, 4244.0, 4244.0, 4234.0, 4251.0, 4220.0, 4232.0, 4210.0, 4222.0, 4250.0, 4221.0, 4228.0, 4208.0, 4207.0, 4210.0, 4211.0, 4244.0, 4254.0, 4233.0, 4234.0, 4224.0, 4224.0, 4233.0, 4234.0, 4252.0, 4223.0, 4242.0, 4222.0, 4222.0, 4220.0, 4222.0, 4211.0, 4233.0, 4222.0, 4233.0, 4263.0, 4222.0, 4242.0, 4212.0, 4223.0, 4211.0, 4233.0, 4261.0, 4222.0, 4242.0, 4219.0, 4219.0, 4220.0, 4223.0, 4239.0, 4210.0, 4229.0, 4209.0, 4221.0, 4218.0, 4210.0, 4239.0, 4211.0, 4229.0, 4209.0, 4229.0, 4198.0, 4221.0, 4231.0, 4222.0, 4252.0, 4223.0, 4242.0, 4222.0, 4246.0, 4252.0, 4222.0, 4241.0, 4223.0, 4243.0, 4224.0, 4234.0, 4262.0, 4223.0, 4241.0, 4236.0, 4245.0, 4224.0, 4247.0, 4265.0, 4234.0, 4252.0, 4222.0, 4246.0, 4223.0, 4234.0, 4254.0, 4223.0, 4271.0, 4222.0, 4240.0, 4210.0, 4210.0, 4210.0, 4220.0, 4210.0, 4221.0, 4220.0, 4222.0, 4242.0, 4211.0, 4230.0, 4211.0, 4221.0, 4220.0, 4223.0, 4240.0, 4222.0, 4250.0, 4210.0, 4228.0, 4217.0, 4208.0, 4209.0, 4222.0, 4209.0, 4221.0, 4262.0, 4220.0, 4240.0, 4210.0, 4210.0, 4210.0, 4221.0, 4209.0, 4221.0, 4220.0, 4221.0, 4250.0, 4222.0, 4230.0, 4222.0, 4253.0, 4221.0, 4220.0, 4210.0, 4221.0, 4221.0, 4232.0, 4262.0, 4222.0, 4242.0, 4210.0, 4222.0, 4221.0, 4222.0, 4250.0, 4222.0, 4230.0, 4212.0, 4211.0, 4222.0, 4241.0, 4221.0, 4221.0, 4220.0, 4221.0, 4251.0, 4221.0, 4231.0, 4212.0, 4221.0, 4210.0, 4222.0, 4211.0, 4221.0, 4210.0, 4236.0, 4253.0, 4225.0, 4253.0, 4233.0, 4244.0, 4224.0, 4234.0, 4223.0, 4234.0, 4232.0, 4233.0, 4252.0, 4220.0, 4241.0, 4210.0, 4232.0, 4222.0, 4220.0, 4210.0, 4221.0, 4210.0, 4221.0, 4210.0, 4222.0, 4232.0, 4221.0, 4252.0, 4220.0, 4231.0, 4223.0, 4223.0, 4223.0, 4234.0, 4225.0, 4235.0, 4224.0, 4244.0, 4243.0, 4224.0, 4222.0, 4233.0, 4262.0, 4221.0, 4241.0, 4221.0, 4211.0, 4209.0, 4222.0, 4241.0, 4222.0, 4229.0, 4209.0, 4220.0, 4210.0, 4219.0, 4208.0, 4221.0, 4240.0, 4233.0, 4241.0, 4222.0, 4211.0, 4234.0, 4223.0, 4234.0, 4263.0, 4223.0, 4243.0, 4232.0, 4210.0, 4222.0, 4231.0, 4222.0, 4233.0, 4212.0, 4209.0, 4210.0, 4220.0, 4212.0, 4235.0, 4230.0, 4222.0, 4230.0, 4222.0, 4231.0, 4233.0, 4243.0, 4222.0, 4242.0, 4223.0, 4222.0, 4223.0, 4229.0, 4220.0, 4227.0, 4209.0, 4230.0, 4209.0, 4211.0, 4208.0, 4220.0, 4209.0, 4233.0, 4252.0, 4233.0, 4240.0, 4220.0, 4241.0, 4221.0, 4233.0, 4211.0, 4233.0, 4221.0, 4223.0, 4211.0, 4233.0, 4222.0, 4233.0, 4263.0, 4232.0, 4245.0, 4225.0, 4244.0, 4243.0, 4233.0, 4252.0, 4232.0, 4244.0, 4224.0, 4223.0, 4223.0, 4222.0, 4221.0, 4221.0, 4252.0, 4223.0, 4241.0, 4222.0, 4222.0, 4224.0, 4232.0, 4210.0, 4232.0, 4210.0, 4232.0, 4261.0, 4222.0, 4242.0, 4222.0, 4231.0, 4223.0, 4220.0, 4212.0, 4222.0, 4240.0, 4220.0, 4241.0, 4221.0, 4230.0, 4210.0, 4232.0, 4209.0, 4232.0, 4241.0, 4221.0, 4241.0, 4233.0, 4242.0, 4222.0, 4233.0, 4211.0, 4232.0, 4250.0, 4220.0, 4230.0, 4212.0, 4231.0, 4223.0, 4232.0, 4229.0, 4232.0, 4241.0, 4233.0, 4241.0, 4224.0, 4234.0, 4222.0, 4232.0, 4253.0, 4223.0, 4230.0, 4221.0, 4212.0, 4234.0, 4225.0, 4236.0, 4264.0, 4234.0, 4254.0, 4224.0, 4223.0, 4211.0, 4233.0, 4253.0, 4223.0, 4232.0, 4211.0, 4233.0, 4251.0, 4223.0, 4253.0, 4223.0, 4233.0, 4212.0, 4222.0, 4212.0, 4233.0, 4251.0, 4221.0, 4220.0, 4220.0, 4210.0, 4223.0, 4224.0, 4243.0, 4242.0, 4233.0, 4262.0, 4211.0, 4230.0, 4210.0, 4221.0, 4210.0, 4232.0, 4210.0, 4231.0, 4249.0, 4220.0, 4228.0, 4209.0, 4207.0, 4209.0, 4209.0, 4198.0, 4218.0, 4198.0, 4218.0, 4238.0, 4208.0, 4217.0, 4208.0, 4229.0, 4222.0, 4233.0, 4212.0, 4232.0, 4222.0, 4233.0, 4223.0, 4244.0, 4235.0, 4257.0, 4254.0, 4245.0, 4253.0, 4232.0, 4251.0, 4223.0, 4224.0, 4212.0, 4244.0, 4252.0, 4232.0, 4241.0, 4222.0, 4232.0, 4212.0, 4232.0, 4212.0, 4232.0, 4211.0, 4234.0, 4222.0, 4244.0, 4262.0, 4233.0, 4253.0, 4232.0, 4230.0, 4212.0, 4222.0, 4210.0, 4231.0, 4220.0, 4221.0, 4228.0, 4220.0, 4209.0, 4232.0, 4210.0, 4243.0, 4253.0, 4234.0, 4253.0, 4223.0, 4231.0, 4223.0, 4231.0, 4232.0, 4232.0, 4222.0, 4222.0, 4250.0, 4220.0, 4239.0, 4221.0, 4227.0, 4208.0, 4218.0, 4198.0, 4218.0, 4208.0, 4221.0, 4239.0, 4220.0, 4230.0, 4211.0, 4231.0, 4210.0, 4220.0, 4223.0, 4232.0, 4234.0, 4244.0, 4235.0, 4254.0, 4244.0, 4234.0, 4213.0, 4233.0, 4253.0, 4244.0, 4264.0, 4222.0, 4231.0, 4222.0, 4222.0, 4210.0, 4232.0, 4219.0, 4231.0, 4221.0, 4231.0, 4221.0, 4234.0, 4231.0, 4232.0, 4251.0, 4221.0, 4241.0, 4222.0, 4221.0, 4233.0, 4242.0, 4234.0, 4233.0, 4221.0, 4232.0, 4211.0, 4233.0, 4251.0, 4233.0, 4221.0, 4233.0, 4224.0, 4254.0, 4244.0, 4263.0, 4235.0, 4262.0, 4230.0, 4219.0, 4199.0, 4208.0, 4209.0, 4209.0, 4211.0, 4230.0, 4208.0, 4230.0, 4229.0, 4221.0, 4229.0, 4219.0, 4230.0, 4220.0, 4230.0], 'WindowWidth': [9536.0, 9524.0, 9459.0, 9426.0, 9364.0, 9357.0, 9364.0, 9343.0, 9358.0, 9362.0, 9356.0, 9376.0, 9409.0, 9366.0, 9396.0, 9355.0, 9372.0, 9361.0, 9362.0, 9340.0, 9356.0, 9363.0, 9364.0, 9413.0, 9389.0, 9427.0, 9402.0, 9420.0, 9394.0, 9360.0, 9383.0, 9343.0, 9411.0, 9355.0, 9324.0, 9399.0, 9353.0, 9315.0, 9379.0, 9352.0, 9361.0, 9369.0, 9355.0, 9374.0, 9345.0, 9352.0, 9368.0, 9339.0, 9341.0, 9340.0, 9336.0, 9364.0, 9389.0, 9377.0, 9423.0, 9380.0, 9387.0, 9376.0, 9379.0, 9393.0, 9368.0, 9362.0, 9427.0, 9389.0, 9412.0, 9379.0, 9384.0, 9365.0, 9392.0, 9383.0, 9376.0, 9384.0, 9363.0, 9407.0, 9361.0, 9386.0, 9363.0, 9370.0, 9363.0, 9415.0, 9373.0, 9381.0, 9356.0, 9339.0, 9341.0, 9356.0, 9358.0, 9371.0, 9363.0, 9370.0, 9360.0, 9343.0, 9379.0, 9362.0, 9401.0, 9411.0, 9389.0, 9427.0, 9368.0, 9376.0, 9364.0, 9375.0, 9382.0, 9362.0, 9397.0, 9397.0, 9382.0, 9365.0, 9379.0, 9368.0, 9382.0, 9403.0, 9393.0, 9451.0, 9399.0, 9381.0, 9364.0, 9383.0, 9358.0, 9377.0, 9373.0, 9376.0, 9401.0, 9363.0, 9371.0, 9361.0, 9345.0, 9375.0, 9397.0, 9357.0, 9394.0, 9355.0, 9334.0, 9355.0, 9359.0, 9376.0, 9347.0, 9390.0, 9345.0, 9356.0, 9344.0, 9363.0, 9348.0, 9374.0, 9342.0, 9373.0, 9364.0, 9386.0, 9364.0, 9365.0, 9424.0, 9386.0, 9383.0, 9425.0, 9385.0, 9407.0, 9357.0, 9375.0, 9335.0, 9357.0, 9322.0, 9351.0, 9341.0, 9374.0, 9341.0, 9368.0, 9340.0, 9374.0, 9350.0, 9376.0, 9382.0, 9390.0, 9382.0, 9408.0, 9390.0, 9386.0, 9403.0, 9383.0, 9427.0, 9384.0, 9428.0, 9380.0, 9381.0, 9349.0, 9361.0, 9365.0, 9385.0, 9388.0, 9410.0, 9392.0, 9390.0, 9366.0, 9380.0, 9366.0, 9403.0, 9421.0, 9383.0, 9419.0, 9391.0, 9385.0, 9361.0, 9366.0, 9356.0, 9381.0, 9360.0, 9369.0, 9339.0, 9340.0, 9351.0, 9383.0, 9385.0, 9381.0, 9359.0, 9361.0, 9414.0, 9361.0, 9362.0, 9382.0, 9363.0, 9384.0, 9420.0, 9387.0, 9406.0, 9383.0, 9402.0, 9365.0, 9389.0, 9344.0, 9359.0, 9343.0, 9357.0, 9349.0, 9371.0, 9348.0, 9392.0, 9376.0, 9377.0, 9361.0, 9364.0, 9420.0, 9359.0, 9372.0, 9345.0, 9356.0, 9349.0, 9377.0, 9366.0, 9394.0, 9380.0, 9390.0, 9382.0, 9368.0, 9401.0, 9420.0, 9364.0, 9405.0, 9374.0, 9356.0, 9346.0, 9361.0, 9380.0, 9360.0, 9397.0, 9342.0, 9355.0, 9342.0, 9354.0, 9355.0, 9362.0, 9345.0, 9357.0, 9381.0, 9369.0, 9397.0, 9382.0, 9428.0, 9390.0, 9377.0, 9409.0, 9352.0, 9379.0, 9341.0, 9369.0, 9345.0, 9357.0, 9343.0, 9359.0, 9342.0, 9360.0, 9346.0, 9374.0, 9350.0, 9382.0, 9404.0, 9384.0, 9420.0, 9387.0, 9379.0, 9367.0, 9350.0, 9370.0, 9388.0, 9363.0, 9396.0, 9392.0, 9380.0, 9400.0, 9357.0, 9375.0, 9341.0, 9363.0, 9397.0, 9357.0, 9363.0, 9336.0, 9334.0, 9343.0, 9346.0, 9397.0, 9412.0, 9382.0, 9384.0, 9369.0, 9369.0, 9378.0, 9382.0, 9402.0, 9364.0, 9389.0, 9362.0, 9362.0, 9359.0, 9362.0, 9347.0, 9378.0, 9364.0, 9381.0, 9420.0, 9363.0, 9387.0, 9347.0, 9363.0, 9346.0, 9379.0, 9414.0, 9361.0, 9388.0, 9353.0, 9354.0, 9356.0, 9365.0, 9380.0, 9342.0, 9366.0, 9341.0, 9358.0, 9350.0, 9342.0, 9378.0, 9344.0, 9366.0, 9339.0, 9366.0, 9324.0, 9361.0, 9372.0, 9364.0, 9402.0, 9365.0, 9390.0, 9362.0, 9399.0, 9401.0, 9362.0, 9386.0, 9365.0, 9395.0, 9369.0, 9384.0, 9415.0, 9366.0, 9388.0, 9387.0, 9400.0, 9370.0, 9405.0, 9425.0, 9382.0, 9404.0, 9365.0, 9399.0, 9367.0, 9385.0, 9408.0, 9364.0, 9428.0, 9359.0, 9382.0, 9342.0, 9341.0, 9343.0, 9358.0, 9342.0, 9360.0, 9356.0, 9365.0, 9388.0, 9348.0, 9370.0, 9346.0, 9360.0, 9356.0, 9364.0, 9383.0, 9362.0, 9396.0, 9342.0, 9364.0, 9349.0, 9337.0, 9341.0, 9362.0, 9341.0, 9361.0, 9415.0, 9356.0, 9381.0, 9343.0, 9343.0, 9342.0, 9359.0, 9340.0, 9361.0, 9356.0, 9361.0, 9397.0, 9360.0, 9370.0, 9363.0, 9405.0, 9359.0, 9359.0, 9343.0, 9359.0, 9358.0, 9376.0, 9417.0, 9362.0, 9389.0, 9343.0, 9361.0, 9358.0, 9363.0, 9397.0, 9361.0, 9367.0, 9348.0, 9345.0, 9363.0, 9388.0, 9359.0, 9359.0, 9355.0, 9359.0, 9397.0, 9359.0, 9371.0, 9346.0, 9358.0, 9343.0, 9363.0, 9345.0, 9358.0, 9343.0, 9388.0, 9409.0, 9372.0, 9406.0, 9380.0, 9396.0, 9368.0, 9381.0, 9367.0, 9383.0, 9376.0, 9379.0, 9402.0, 9355.0, 9382.0, 9341.0, 9370.0, 9358.0, 9355.0, 9341.0, 9358.0, 9341.0, 9359.0, 9340.0, 9362.0, 9374.0, 9361.0, 9403.0, 9358.0, 9372.0, 9364.0, 9363.0, 9366.0, 9381.0, 9371.0, 9384.0, 9368.0, 9395.0, 9390.0, 9366.0, 9360.0, 9378.0, 9417.0, 9359.0, 9387.0, 9356.0, 9343.0, 9338.0, 9361.0, 9383.0, 9359.0, 9365.0, 9341.0, 9355.0, 9344.0, 9354.0, 9338.0, 9360.0, 9383.0, 9377.0, 9385.0, 9361.0, 9345.0, 9382.0, 9365.0, 9382.0, 9420.0, 9364.0, 9390.0, 9373.0, 9342.0, 9361.0, 9372.0, 9361.0, 9376.0, 9346.0, 9338.0, 9341.0, 9356.0, 9347.0, 9384.0, 9369.0, 9359.0, 9368.0, 9361.0, 9372.0, 9378.0, 9390.0, 9363.0, 9389.0, 9364.0, 9359.0, 9363.0, 9367.0, 9355.0, 9361.0, 9338.0, 9368.0, 9336.0, 9340.0, 9334.0, 9356.0, 9339.0, 9381.0, 9402.0, 9376.0, 9381.0, 9357.0, 9386.0, 9360.0, 9378.0, 9344.0, 9376.0, 9359.0, 9364.0, 9345.0, 9379.0, 9363.0, 9379.0, 9418.0, 9376.0, 9399.0, 9372.0, 9396.0, 9393.0, 9378.0, 9403.0, 9375.0, 9396.0, 9369.0, 9365.0, 9362.0, 9362.0, 9358.0, 9358.0, 9401.0, 9365.0, 9385.0, 9362.0, 9362.0, 9367.0, 9377.0, 9346.0, 9376.0, 9342.0, 9374.0, 9411.0, 9360.0, 9388.0, 9363.0, 9373.0, 9363.0, 9357.0, 9344.0, 9361.0, 9380.0, 9355.0, 9383.0, 9359.0, 9369.0, 9343.0, 9374.0, 9341.0, 9375.0, 9386.0, 9360.0, 9385.0, 9378.0, 9388.0, 9362.0, 9377.0, 9345.0, 9375.0, 9394.0, 9355.0, 9367.0, 9347.0, 9372.0, 9363.0, 9377.0, 9367.0, 9374.0, 9385.0, 9379.0, 9389.0, 9369.0, 9382.0, 9361.0, 9377.0, 9403.0, 9363.0, 9369.0, 9359.0, 9349.0, 9381.0, 9372.0, 9391.0, 9424.0, 9383.0, 9410.0, 9368.0, 9364.0, 9347.0, 9380.0, 9404.0, 9364.0, 9377.0, 9348.0, 9379.0, 9398.0, 9366.0, 9404.0, 9364.0, 9378.0, 9348.0, 9362.0, 9346.0, 9377.0, 9397.0, 9359.0, 9355.0, 9355.0, 9343.0, 9363.0, 9368.0, 9395.0, 9388.0, 9380.0, 9416.0, 9345.0, 9370.0, 9342.0, 9358.0, 9343.0, 9376.0, 9343.0, 9373.0, 9392.0, 9354.0, 9362.0, 9338.0, 9332.0, 9337.0, 9337.0, 9321.0, 9349.0, 9319.0, 9349.0, 9374.0, 9334.0, 9345.0, 9337.0, 9366.0, 9364.0, 9380.0, 9349.0, 9376.0, 9362.0, 9380.0, 9368.0, 9398.0, 9387.0, 9420.0, 9409.0, 9398.0, 9407.0, 9375.0, 9400.0, 9363.0, 9365.0, 9348.0, 9395.0, 9404.0, 9376.0, 9386.0, 9362.0, 9376.0, 9349.0, 9377.0, 9348.0, 9376.0, 9346.0, 9381.0, 9364.0, 9397.0, 9418.0, 9380.0, 9405.0, 9376.0, 9369.0, 9347.0, 9361.0, 9343.0, 9373.0, 9356.0, 9357.0, 9364.0, 9356.0, 9340.0, 9376.0, 9345.0, 9394.0, 9408.0, 9381.0, 9405.0, 9364.0, 9371.0, 9364.0, 9374.0, 9376.0, 9376.0, 9361.0, 9361.0, 9396.0, 9355.0, 9378.0, 9355.0, 9361.0, 9335.0, 9349.0, 9323.0, 9350.0, 9336.0, 9356.0, 9378.0, 9355.0, 9368.0, 9345.0, 9372.0, 9344.0, 9357.0, 9366.0, 9377.0, 9384.0, 9398.0, 9387.0, 9409.0, 9396.0, 9382.0, 9350.0, 9380.0, 9405.0, 9397.0, 9424.0, 9361.0, 9373.0, 9362.0, 9361.0, 9344.0, 9377.0, 9357.0, 9374.0, 9359.0, 9373.0, 9359.0, 9380.0, 9372.0, 9375.0, 9401.0, 9359.0, 9384.0, 9361.0, 9359.0, 9380.0, 9390.0, 9383.0, 9381.0, 9361.0, 9376.0, 9345.0, 9379.0, 9401.0, 9378.0, 9359.0, 9378.0, 9369.0, 9408.0, 9397.0, 9418.0, 9382.0, 9417.0, 9369.0, 9351.0, 9323.0, 9333.0, 9338.0, 9339.0, 9344.0, 9370.0, 9338.0, 9371.0, 9364.0, 9357.0, 9364.0, 9354.0, 9368.0, 9356.0, 9368.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.002252968929804373</td></tr>
<tr><td colspan=3>aqi</td><td>0.02038632750287687</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.99187696025343</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2416930866013804</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0229872509677422</td></tr>
<tr><td colspan=3>efc</td><td>0.4423</td></tr>
<tr><td colspan=3>fber</td><td>8789.8066</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08999767511424211</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8411967779056386</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.404498423167752</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.339262398773093</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6292143918600983</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.245018478870066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0057996</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012702216394245625</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015687543898820877</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.806106221788907</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>25.9905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3889</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.8253</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311058.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>865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.0106</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2312</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.0521</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3517.6376</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.1495</td></tr>
<tr><td colspan=3>tsnr</td><td>42.49517505307449</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>