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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0101_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0101_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-03/func/sub-0101_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>df295dcd90e9a77410d7bd8967e4e1d4</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>16:28:25.037500</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.997864, 0.0438205, 0.0484414, -0.0374621, 0.991429, -0.125159]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.125183</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4244, -7752, -7229, 4, -164, -105, -47, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3cfda3e1-4939-4019-9c0b-6576ee1d94b8||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.677196979522705, -0.10050800442695618, 0.14447888731956482, 112.00318145751953], [-0.11756720393896103, 2.6599321365356445, -0.33230727910995483, -83.87351989746094], [0.12996463477611542, 0.33579185605049133, 2.67557430267334, -111.34806823730469], [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': ['162825.037500', '162825.497500', '162825.957500', '162826.417500', '162826.877500', '162827.337500', '162827.797500', '162828.257500', '162828.717500', '162829.177500', '162829.637500', '162830.097500', '162830.557500', '162831.017500', '162831.477500', '162831.937500', '162832.397500', '162832.857500', '162833.317500', '162833.777500', '162834.237500', '162834.697500', '162835.157500', '162835.617500', '162836.077500', '162836.537500', '162836.997500', '162837.457500', '162837.917500', '162838.377500', '162838.837500', '162839.297500', '162839.757500', '162840.217500', '162840.677500', '162841.137500', '162841.597500', '162842.057500', '162842.517500', '162842.977500', '162843.437500', '162843.897500', '162844.357500', '162844.817500', '162845.277500', '162845.737500', '162846.197500', '162846.657500', '162847.117500', '162847.577500', '162848.037500', '162848.497500', '162848.957500', '162849.417500', '162849.877500', '162850.337500', '162850.797500', '162851.257500', '162851.717500', '162852.177500', '162852.637500', '162853.097500', '162853.557500', '162854.017500', '162854.477500', '162854.937500', '162855.397500', '162855.857500', '162856.317500', '162856.777500', '162857.237500', '162857.697500', '162858.157500', '162858.617500', '162859.077500', '162859.537500', '162859.997500', '162900.457500', '162900.917500', '162901.377500', '162901.837500', '162902.297500', '162902.757500', '162903.217500', '162903.677500', '162904.137500', '162904.597500', '162905.057500', '162905.517500', '162905.977500', '162906.437500', '162906.897500', '162907.357500', '162907.817500', '162908.277500', '162908.737500', '162909.197500', '162909.657500', '162910.117500', '162910.577500', '162911.037500', '162911.497500', '162911.957500', '162912.417500', '162912.877500', '162913.337500', '162913.797500', '162914.257500', '162914.717500', '162915.177500', '162915.637500', '162916.097500', '162916.557500', '162917.017500', '162917.477500', '162917.937500', '162918.397500', '162918.857500', '162919.317500', '162919.777500', '162920.237500', '162920.697500', '162921.157500', '162921.617500', '162922.077500', '162922.537500', '162922.997500', '162923.457500', '162923.917500', '162924.377500', '162924.837500', '162925.297500', '162925.757500', '162926.217500', '162926.677500', '162927.137500', '162927.597500', '162928.057500', '162928.517500', '162928.977500', '162929.437500', '162929.897500', '162930.357500', '162930.817500', '162931.277500', '162931.737500', '162932.197500', '162932.657500', '162933.117500', '162933.577500', '162934.037500', '162934.497500', '162934.957500', '162935.417500', '162935.877500', '162936.337500', '162936.797500', '162937.257500', '162937.717500', '162938.177500', '162938.637500', '162939.097500', '162939.557500', '162940.017500', '162940.477500', '162940.937500', '162941.397500', '162941.857500', '162942.317500', '162942.777500', '162943.237500', '162943.697500', '162944.157500', '162944.617500', '162945.077500', '162945.537500', '162945.997500', '162946.457500', '162946.917500', '162947.377500', '162947.837500', '162948.297500', '162948.757500', '162949.217500', '162949.677500', '162950.137500', '162950.597500', '162951.057500', '162951.517500', '162951.977500', '162952.437500', '162952.897500', '162953.357500', '162953.817500', '162954.277500', '162954.737500', '162955.197500', '162955.657500', '162956.117500', '162956.577500', '162957.037500', '162957.497500', '162957.957500', '162958.417500', '162958.877500', '162959.337500', '162959.797500', '163000.257500', '163000.717500', '163001.177500', '163001.637500', '163002.097500', '163002.557500', '163003.017500', '163003.477500', '163003.937500', '163004.397500', '163004.857500', '163005.317500', '163005.777500', '163006.237500', '163006.697500', '163007.157500', '163007.617500', '163008.077500', '163008.537500', '163008.997500', '163009.457500', '163009.917500', '163010.377500', '163010.837500', '163011.297500', '163011.757500', '163012.217500', '163012.677500', '163013.137500', '163013.597500', '163014.057500', '163014.517500', '163014.977500', '163015.437500', '163015.897500', '163016.357500', '163016.817500', '163017.277500', '163017.737500', '163018.197500', '163018.657500', '163019.117500', '163019.577500', '163020.037500', '163020.497500', '163020.957500', '163021.417500', '163021.877500', '163022.337500', '163022.797500', '163023.257500', '163023.717500', '163024.177500', '163024.637500', '163025.097500', '163025.557500', '163026.017500', '163026.477500', '163026.937500', '163027.397500', '163027.857500', '163028.317500', '163028.777500', '163029.237500', '163029.697500', '163030.157500', '163030.617500', '163031.077500', '163031.537500', '163031.997500', '163032.457500', '163032.917500', '163033.377500', '163033.837500', '163034.297500', '163034.757500', '163035.217500', '163035.677500', '163036.137500', '163036.597500', '163037.057500', '163037.517500', '163037.977500', '163038.437500', '163038.897500', '163039.357500', '163039.817500', '163040.277500', '163040.737500', '163041.197500', '163041.657500', '163042.117500', '163042.577500', '163043.037500', '163043.497500', '163043.957500', '163044.417500', '163044.877500', '163045.337500', '163045.797500', '163046.257500', '163046.717500', '163047.177500', '163047.637500', '163048.097500', '163048.557500', '163049.017500', '163049.477500', '163049.937500', '163050.397500', '163050.857500', '163051.317500', '163051.777500', '163052.237500', '163052.697500', '163053.157500', '163053.617500', '163054.077500', '163054.537500', '163054.997500', '163055.457500', '163055.917500', '163056.377500', '163056.837500', '163057.297500', '163057.757500', '163058.217500', '163058.677500', '163059.137500', '163059.597500', '163100.057500', '163100.517500', '163100.977500', '163101.437500', '163101.897500', '163102.357500', '163102.817500', '163103.277500', '163103.737500', '163104.197500', '163104.657500', '163105.117500', '163105.577500', '163106.037500', '163106.497500', '163106.957500', '163107.417500', '163107.877500', '163108.337500', '163108.797500', '163109.257500', '163109.717500', '163110.177500', '163110.637500', '163111.097500', '163111.557500', '163112.017500', '163112.477500', '163112.937500', '163113.397500', '163113.857500', '163114.317500', '163114.777500', '163115.237500', '163115.697500', '163116.157500', '163116.617500', '163117.077500', '163117.537500', '163117.997500', '163118.457500', '163118.917500', '163119.377500', '163119.837500', '163120.297500', '163120.757500', '163121.217500', '163121.677500', '163122.137500', '163122.597500', '163123.057500', '163123.517500', '163123.977500', '163124.437500', '163124.897500', '163125.357500', '163125.817500', '163126.277500', '163126.737500', '163127.197500', '163127.657500', '163128.117500', '163128.577500', '163129.037500', '163129.497500', '163129.957500', '163130.417500', '163130.877500', '163131.337500', '163131.797500', '163132.257500', '163132.717500', '163133.177500', '163133.637500', '163134.097500', '163134.557500', '163135.017500', '163135.477500', '163135.937500', '163136.397500', '163136.857500', '163137.317500', '163137.777500', '163138.237500', '163138.697500', '163139.157500', '163139.617500', '163140.077500', '163140.537500', '163140.997500', '163141.457500', '163141.917500', '163142.377500', '163142.837500', '163143.297500', '163143.757500', '163144.217500', '163144.677500', '163145.137500', '163145.597500', '163146.057500', '163146.517500', '163146.977500', '163147.437500', '163147.897500', '163148.357500', '163148.817500', '163149.277500', '163149.737500', '163150.197500', '163150.657500', '163151.117500', '163151.577500', '163152.037500', '163152.497500', '163152.957500', '163153.417500', '163153.877500', '163154.337500', '163154.797500', '163155.257500', '163155.717500', '163156.177500', '163156.637500', '163157.097500', '163157.557500', '163158.017500', '163158.477500', '163158.937500', '163159.397500', '163159.857500', '163200.317500', '163200.777500', '163201.237500', '163201.697500', '163202.157500', '163202.617500', '163203.077500', '163203.537500', '163203.997500', '163204.457500', '163204.917500', '163205.377500', '163205.837500', '163206.297500', '163206.757500', '163207.217500', '163207.677500', '163208.137500', '163208.597500', '163209.057500', '163209.517500', '163209.977500', '163210.437500', '163210.897500', '163211.357500', '163211.817500', '163212.277500', '163212.737500', '163213.197500', '163213.657500', '163214.117500', '163214.577500', '163215.037500', '163215.497500', '163215.957500', '163216.417500', '163216.877500', '163217.337500', '163217.797500', '163218.257500', '163218.717500', '163219.177500', '163219.637500', '163220.097500', '163220.557500', '163221.017500', '163221.477500', '163221.937500', '163222.397500', '163222.857500', '163223.317500', '163223.777500', '163224.237500', '163224.697500', '163225.157500', '163225.617500', '163226.077500', '163226.537500', '163226.997500', '163227.457500', '163227.917500', '163228.377500', '163228.837500', '163229.297500', '163229.757500', '163230.217500', '163230.677500', '163231.137500', '163231.597500', '163232.057500', '163232.517500', '163232.977500', '163233.437500', '163233.897500', '163234.357500', '163234.817500', '163235.277500', '163235.737500', '163236.197500', '163236.657500', '163237.117500', '163237.577500', '163238.037500', '163238.497500', '163238.957500', '163239.417500', '163239.877500', '163240.337500', '163240.797500', '163241.257500', '163241.717500', '163242.177500', '163242.637500', '163243.097500', '163243.557500', '163244.017500', '163244.477500', '163244.937500', '163245.397500', '163245.857500', '163246.317500', '163246.777500', '163247.237500', '163247.697500', '163248.157500', '163248.617500', '163249.077500', '163249.537500', '163249.997500', '163250.457500', '163250.917500', '163251.377500', '163251.837500', '163252.297500', '163252.757500', '163253.217500', '163253.677500', '163254.137500', '163254.597500', '163255.057500', '163255.517500', '163255.977500', '163256.437500', '163256.897500', '163257.357500', '163257.817500', '163258.277500', '163258.737500', '163259.197500', '163259.657500', '163300.117500', '163300.577500', '163301.037500', '163301.497500', '163301.957500', '163302.417500', '163302.877500', '163303.337500', '163303.797500', '163304.257500', '163304.717500', '163305.177500', '163305.637500', '163306.097500', '163306.557500', '163307.017500', '163307.477500', '163307.937500', '163308.397500', '163308.857500', '163309.317500', '163309.777500', '163310.237500', '163310.697500', '163311.157500', '163311.617500', '163312.077500', '163312.537500', '163312.997500', '163313.457500', '163313.917500', '163314.377500', '163314.837500', '163315.297500', '163315.757500', '163316.217500', '163316.677500', '163317.137500', '163317.597500', '163318.057500', '163318.517500', '163318.977500', '163319.437500', '163319.897500', '163320.357500', '163320.817500', '163321.277500', '163321.737500', '163322.197500', '163322.657500', '163323.117500', '163323.577500', '163324.037500', '163324.497500', '163324.957500', '163325.417500', '163325.877500', '163326.337500', '163326.797500', '163327.257500', '163327.717500', '163328.177500', '163328.637500', '163329.097500', '163329.557500', '163330.017500', '163330.477500', '163330.937500', '163331.397500', '163331.857500', '163332.317500', '163332.777500', '163333.237500', '163333.697500', '163334.157500', '163334.617500', '163335.077500', '163335.537500', '163335.997500', '163336.457500', '163336.917500', '163337.377500', '163337.837500', '163338.297500', '163338.757500', '163339.217500', '163339.677500', '163340.137500', '163340.597500', '163341.057500', '163341.517500', '163341.977500', '163342.437500', '163342.897500', '163343.357500', '163343.817500', '163344.277500', '163344.737500', '163345.197500', '163345.657500', '163346.117500', '163346.577500', '163347.037500', '163347.497500', '163347.957500', '163348.417500', '163348.877500', '163349.337500', '163349.797500', '163350.257500', '163350.717500', '163351.177500', '163351.637500', '163352.097500', '163352.557500', '163353.017500', '163353.477500', '163353.937500', '163354.397500', '163354.857500', '163355.317500', '163355.777500', '163356.237500', '163356.697500', '163357.157500', '163357.617500', '163358.077500', '163358.537500', '163358.997500', '163359.457500', '163359.917500', '163400.377500', '163400.837500', '163401.297500', '163401.757500', '163402.217500', '163402.677500', '163403.137500', '163403.597500', '163404.057500', '163404.517500', '163404.977500', '163405.437500', '163405.897500', '163406.357500', '163406.817500', '163407.277500', '163407.737500', '163408.197500', '163408.657500', '163409.117500', '163409.577500', '163410.037500', '163410.497500', '163410.957500', '163411.417500', '163411.877500', '163412.337500', '163412.797500', '163413.257500', '163413.717500', '163414.177500', '163414.637500', '163415.097500', '163415.557500', '163416.017500', '163416.477500', '163416.937500', '163417.397500', '163417.857500', '163418.317500', '163418.777500', '163419.237500', '163419.697500', '163420.157500', '163420.617500', '163421.077500', '163421.537500', '163421.997500', '163422.457500', '163422.917500', '163423.377500', '163423.837500', '163424.297500', '163424.757500', '163425.217500', '163425.677500', '163426.137500', '163426.597500', '163427.057500', '163427.517500', '163427.977500', '163428.437500', '163428.897500', '163429.357500', '163429.817500', '163430.277500', '163430.737500', '163431.197500', '163431.657500', '163432.117500', '163432.577500', '163433.037500', '163433.497500', '163433.957500', '163434.417500', '163434.877500', '163435.337500', '163435.797500', '163436.257500', '163436.717500', '163437.177500', '163437.637500', '163438.097500', '163438.557500', '163439.017500', '163439.477500', '163439.937500', '163440.397500', '163440.857500', '163441.317500', '163441.777500', '163442.237500', '163442.697500', '163443.157500', '163443.617500', '163444.077500', '163444.537500', '163444.997500', '163445.457500', '163445.917500', '163446.377500', '163446.837500', '163447.297500', '163447.757500', '163448.217500', '163448.677500', '163449.137500', '163449.597500', '163450.057500', '163450.517500', '163450.977500', '163451.437500', '163451.897500', '163452.357500', '163452.817500', '163453.277500', '163453.737500', '163454.197500', '163454.657500', '163455.117500', '163455.577500', '163456.037500', '163456.497500', '163456.957500', '163457.417500', '163457.877500', '163458.337500', '163458.797500', '163459.257500', '163459.717500', '163500.177500', '163500.637500', '163501.097500', '163501.557500', '163502.017500', '163502.477500', '163502.937500', '163503.397500', '163503.857500', '163504.317500', '163504.777500', '163505.237500', '163505.697500'], 'ContentTime': ['162837.650000', '162837.653000', '162837.656000', '162837.658000', '162837.661000', '162837.663000', '162837.666000', '162837.668000', '162837.671000', '162837.674000', '162837.676000', '162837.679000', '162837.681000', '162837.684000', '162837.687000', '162837.689000', '162837.692000', '162837.694000', '162837.697000', '162837.699000', '162837.702000', '162837.705000', '162837.707000', '162837.710000', '162857.595000', '162857.598000', '162857.601000', '162857.603000', '162857.613000', '162857.615000', '162857.618000', '162857.620000', '162857.623000', '162857.625000', '162857.628000', '162857.630000', '162857.633000', '162857.636000', '162857.638000', '162857.641000', '162857.643000', '162857.646000', '162857.648000', '162857.651000', '162857.654000', '162857.656000', '162857.659000', '162857.661000', '162857.670000', '162857.673000', '162857.675000', '162857.678000', '162857.681000', '162857.683000', '162857.686000', '162857.689000', '162857.691000', '162857.694000', '162857.696000', '162857.699000', '162857.702000', '162857.704000', '162857.707000', '162857.709000', '162857.712000', '162857.714000', '162857.717000', '162857.719000', '162917.594000', '162917.597000', '162917.600000', '162917.602000', '162917.605000', '162917.608000', '162917.610000', '162917.613000', '162917.615000', '162917.618000', '162917.621000', '162917.623000', '162917.626000', '162917.628000', '162917.631000', '162917.634000', '162917.636000', '162917.639000', '162917.641000', '162917.644000', '162917.647000', '162917.649000', '162917.652000', '162917.654000', '162917.657000', '162917.659000', '162917.662000', '162917.664000', '162917.667000', '162917.670000', '162917.672000', '162917.675000', '162917.677000', '162917.680000', '162917.683000', '162917.685000', '162917.691000', '162917.693000', '162917.696000', '162917.698000', '162917.701000', '162917.704000', '162917.706000', '162937.594000', '162937.597000', '162937.600000', '162937.602000', '162937.605000', '162937.608000', '162937.611000', '162937.614000', '162937.617000', '162937.619000', '162937.622000', '162937.625000', '162937.627000', '162937.630000', '162937.632000', '162937.635000', '162937.638000', '162937.640000', '162937.643000', '162937.645000', '162937.648000', '162937.650000', '162937.653000', '162937.656000', '162937.658000', '162937.661000', '162937.663000', '162937.666000', '162937.669000', '162937.671000', '162937.674000', '162937.676000', '162937.679000', '162937.681000', '162937.684000', '162937.687000', '162937.689000', '162937.692000', '162937.695000', '162937.697000', '162937.700000', '162937.702000', '162937.705000', '162957.594000', '162957.597000', '162957.600000', '162957.602000', '162957.605000', '162957.607000', '162957.610000', '162957.613000', '162957.615000', '162957.618000', '162957.621000', '162957.623000', '162957.626000', '162957.628000', '162957.631000', '162957.633000', '162957.636000', '162957.639000', '162957.641000', '162957.644000', '162957.646000', '162957.649000', '162957.651000', '162957.654000', '162957.657000', '162957.659000', '162957.662000', '162957.664000', '162957.667000', '162957.670000', '162957.672000', '162957.675000', '162957.677000', '162957.680000', '162957.682000', '162957.685000', '162957.687000', '162957.690000', '162957.693000', '162957.695000', '162957.698000', '162957.700000', '162957.703000', '162957.716000', '163017.594000', '163017.596000', '163017.599000', '163017.601000', '163017.604000', '163017.607000', '163017.610000', '163017.612000', '163017.615000', '163017.618000', '163017.620000', '163017.623000', '163017.625000', '163017.628000', '163017.632000', '163017.634000', '163017.637000', '163017.639000', '163017.642000', '163017.645000', '163017.647000', '163017.650000', '163017.652000', '163017.655000', '163017.657000', '163017.660000', '163017.663000', '163017.665000', '163017.668000', '163017.670000', '163017.673000', '163017.676000', '163017.678000', '163017.681000', '163017.683000', '163017.686000', '163017.689000', '163017.691000', '163017.694000', '163017.696000', '163017.699000', '163017.701000', '163017.704000', '163037.593000', '163037.596000', '163037.599000', '163037.602000', '163037.604000', '163037.607000', '163037.609000', '163037.612000', '163037.614000', '163037.617000', '163037.620000', '163037.622000', '163037.625000', '163037.627000', '163037.630000', '163037.633000', '163037.635000', '163037.638000', '163037.640000', '163037.643000', '163037.646000', '163037.648000', '163037.651000', '163037.653000', '163037.656000', '163037.658000', '163037.661000', '163037.664000', '163037.666000', '163037.669000', '163037.672000', '163037.674000', '163037.677000', '163037.679000', '163037.682000', '163037.685000', '163037.687000', '163037.690000', '163037.692000', '163037.695000', '163037.698000', '163037.700000', '163037.703000', '163037.705000', '163057.594000', '163057.597000', '163057.600000', '163057.602000', '163057.605000', '163057.607000', '163057.610000', '163057.613000', '163057.615000', '163057.618000', '163057.620000', '163057.623000', '163057.626000', '163057.628000', '163057.631000', '163057.633000', '163057.636000', '163057.639000', '163057.641000', '163057.644000', '163057.646000', '163057.649000', '163057.652000', '163057.655000', '163057.658000', '163057.661000', '163057.664000', '163057.666000', '163057.669000', '163057.671000', '163057.674000', '163057.677000', '163057.679000', '163057.682000', '163057.684000', '163057.687000', '163057.689000', '163057.692000', '163057.695000', '163057.697000', '163057.700000', '163057.703000', '163057.705000', '163117.595000', '163117.598000', '163117.600000', '163117.603000', '163117.605000', '163117.608000', '163117.617000', '163117.620000', '163117.623000', '163117.625000', '163117.628000', '163117.630000', '163117.633000', '163117.636000', '163117.638000', '163117.641000', '163117.643000', '163117.646000', '163117.649000', '163117.651000', '163117.654000', '163117.656000', '163117.659000', '163117.661000', '163117.664000', '163117.667000', '163117.669000', '163117.672000', '163117.674000', '163117.677000', '163117.680000', '163117.682000', '163117.685000', '163117.687000', '163117.690000', '163117.693000', '163117.695000', '163117.698000', '163117.701000', '163117.703000', '163117.706000', '163117.708000', '163117.711000', '163117.714000', '163137.594000', '163137.597000', '163137.600000', '163137.602000', '163137.605000', '163137.607000', '163137.610000', '163137.613000', '163137.615000', '163137.618000', '163137.620000', '163137.623000', '163137.626000', '163137.628000', '163137.631000', '163137.633000', '163137.636000', '163137.638000', '163137.641000', '163137.644000', '163137.646000', '163137.649000', '163137.651000', '163137.654000', '163137.657000', '163137.659000', '163137.662000', '163137.664000', '163137.667000', '163137.670000', '163137.673000', '163137.676000', '163137.678000', '163137.681000', '163137.683000', '163137.686000', '163137.689000', '163137.691000', '163137.703000', '163137.705000', '163137.708000', '163137.711000', '163137.713000', '163157.594000', '163157.597000', '163157.600000', '163157.602000', '163157.605000', '163157.608000', '163157.610000', '163157.613000', '163157.615000', '163157.618000', '163157.621000', '163157.623000', '163157.626000', '163157.629000', '163157.631000', '163157.634000', '163157.636000', '163157.639000', '163157.642000', '163157.644000', '163157.647000', '163157.649000', '163157.652000', '163157.655000', '163157.657000', '163157.660000', '163157.663000', '163157.665000', '163157.668000', '163157.670000', '163157.673000', '163157.676000', '163157.678000', '163157.681000', '163157.683000', '163157.686000', '163157.689000', '163157.691000', '163157.694000', '163157.696000', '163157.699000', '163157.702000', '163157.704000', '163157.707000', '163217.595000', '163217.597000', '163217.600000', '163217.603000', '163217.605000', '163217.608000', '163217.611000', '163217.613000', '163217.616000', '163217.618000', '163217.621000', '163217.624000', '163217.626000', '163217.629000', '163217.631000', '163217.634000', '163217.637000', '163217.639000', '163217.642000', '163217.644000', '163217.647000', '163217.649000', '163217.652000', '163217.655000', '163217.657000', '163217.660000', '163217.662000', '163217.665000', '163217.668000', '163217.670000', '163217.673000', '163217.675000', '163217.678000', '163217.681000', '163217.683000', '163217.686000', '163217.689000', '163217.691000', '163217.694000', '163217.697000', '163217.699000', '163217.702000', '163217.704000', '163237.593000', '163237.596000', '163237.599000', '163237.602000', '163237.604000', '163237.607000', '163237.609000', '163237.612000', '163237.615000', '163237.617000', '163237.620000', '163237.622000', '163237.625000', '163237.628000', '163237.630000', '163237.633000', '163237.636000', '163237.638000', '163237.641000', '163237.643000', '163237.646000', '163237.649000', '163237.651000', '163237.654000', '163237.656000', '163237.659000', '163237.661000', '163237.664000', '163237.667000', '163237.669000', '163237.672000', '163237.674000', '163237.677000', '163237.680000', '163237.682000', '163237.685000', '163237.688000', '163237.690000', '163237.693000', '163237.695000', '163237.698000', '163237.701000', '163237.703000', '163237.706000', '163257.594000', '163257.596000', '163257.599000', '163257.602000', '163257.604000', '163257.607000', '163257.609000', '163257.612000', '163257.615000', '163257.617000', '163257.620000', '163257.622000', '163257.625000', '163257.627000', '163257.630000', '163257.633000', '163257.635000', '163257.638000', '163257.641000', '163257.643000', '163257.646000', '163257.648000', '163257.651000', '163257.654000', '163257.656000', '163257.659000', '163257.662000', '163257.664000', '163257.667000', '163257.669000', '163257.672000', '163257.675000', '163257.677000', '163257.680000', '163257.682000', '163257.685000', '163257.688000', '163257.690000', '163257.693000', '163257.696000', '163257.699000', '163257.701000', '163257.704000', '163317.594000', '163317.597000', '163317.600000', '163317.603000', '163317.605000', '163317.608000', '163317.611000', '163317.613000', '163317.616000', '163317.619000', '163317.621000', '163317.624000', '163317.626000', '163317.629000', '163317.632000', '163317.634000', '163317.637000', '163317.640000', '163317.642000', '163317.645000', '163317.661000', '163317.663000', '163317.666000', '163317.668000', '163317.671000', '163317.674000', '163317.676000', '163317.679000', '163317.682000', '163317.684000', '163317.687000', '163317.689000', '163317.692000', '163317.695000', '163317.697000', '163317.700000', '163317.702000', '163317.705000', '163317.707000', '163317.710000', '163317.713000', '163317.715000', '163317.718000', '163337.594000', '163337.597000', '163337.600000', '163337.602000', '163337.605000', '163337.608000', '163337.610000', '163337.613000', '163337.615000', '163337.618000', '163337.621000', '163337.623000', '163337.626000', '163337.628000', '163337.631000', '163337.634000', '163337.636000', '163337.639000', '163337.641000', '163337.644000', '163337.647000', '163337.649000', '163337.652000', '163337.655000', '163337.657000', '163337.660000', '163337.662000', '163337.665000', '163337.668000', '163337.670000', '163337.673000', '163337.675000', '163337.678000', '163337.681000', '163337.683000', '163337.686000', '163337.689000', '163337.691000', '163337.694000', '163337.697000', '163337.699000', '163337.702000', '163337.704000', '163337.707000', '163357.595000', '163357.597000', '163357.600000', '163357.603000', '163357.605000', '163357.608000', '163357.610000', '163357.613000', '163357.616000', '163357.618000', '163357.621000', '163357.623000', '163357.626000', '163357.629000', '163357.631000', '163357.634000', '163357.636000', '163357.639000', '163357.641000', '163357.644000', '163357.647000', '163357.649000', '163357.652000', '163357.654000', '163357.657000', '163357.659000', '163357.662000', '163357.665000', '163357.667000', '163357.670000', '163357.672000', '163357.675000', '163357.678000', '163357.680000', '163357.683000', '163357.685000', '163357.688000', '163357.691000', '163357.693000', '163357.696000', '163357.699000', '163357.701000', '163357.704000', '163357.706000', '163417.595000', '163417.597000', '163417.600000', '163417.603000', '163417.605000', '163417.608000', '163417.610000', '163417.613000', '163417.616000', '163417.618000', '163417.621000', '163417.623000', '163417.626000', '163417.629000', '163417.631000', '163417.634000', '163417.637000', '163417.639000', '163417.642000', '163417.645000', '163417.647000', '163417.650000', '163417.652000', '163417.655000', '163417.657000', '163417.660000', '163417.663000', '163417.665000', '163417.668000', '163417.671000', '163417.673000', '163417.676000', '163417.678000', '163417.681000', '163417.684000', '163417.686000', '163417.689000', '163417.691000', '163417.694000', '163417.696000', '163417.699000', '163417.702000', '163417.704000', '163437.593000', '163437.596000', '163437.599000', '163437.602000', '163437.604000', '163437.607000', '163437.609000', '163437.612000', '163437.615000', '163437.617000', '163437.620000', '163437.622000', '163437.625000', '163437.628000', '163437.630000', '163437.633000', '163437.635000', '163437.638000', '163437.641000', '163437.643000', '163437.647000', '163437.650000', '163437.652000', '163437.655000', '163437.658000', '163437.660000', '163437.663000', '163437.666000', '163437.668000', '163437.671000', '163437.673000', '163437.687000', '163437.689000', '163437.692000', '163437.695000', '163437.697000', '163437.700000', '163437.702000', '163437.705000', '163437.707000', '163437.710000', '163437.713000', '163437.715000', '163437.718000', '163457.593000', '163457.596000', '163457.599000', '163457.602000', '163457.604000', '163457.607000', '163457.609000', '163457.612000', '163457.615000', '163457.617000', '163457.620000', '163457.622000', '163457.625000', '163457.628000', '163457.630000', '163457.633000', '163457.635000', '163457.638000', '163457.641000', '163457.643000', '163457.646000', '163457.648000', '163457.651000', '163457.654000', '163457.656000', '163457.659000', '163457.662000', '163457.664000', '163457.667000', '163457.669000', '163457.672000', '163457.675000', '163457.677000', '163457.680000', '163457.682000', '163457.685000', '163457.687000', '163457.690000', '163457.693000', '163457.695000', '163457.698000', '163457.700000', '163457.703000', '163507.386000', '163507.390000', '163507.392000', '163507.395000', '163507.398000', '163507.401000', '163507.404000', '163507.407000', '163507.409000', '163507.412000', '163507.415000', '163507.418000', '163507.420000', '163507.423000', '163507.426000', '163507.429000', '163507.431000', '163507.434000', '163507.437000', '163507.439000', '163507.442000', '163507.445000'], 'InstanceCreationTime': ['162837.650000', '162837.653000', '162837.656000', '162837.658000', '162837.661000', '162837.663000', '162837.666000', '162837.668000', '162837.671000', '162837.674000', '162837.676000', '162837.679000', '162837.681000', '162837.684000', '162837.687000', '162837.689000', '162837.692000', '162837.694000', '162837.697000', '162837.699000', '162837.702000', '162837.705000', '162837.707000', '162837.710000', '162857.595000', '162857.598000', '162857.601000', '162857.603000', '162857.613000', '162857.615000', '162857.618000', '162857.620000', '162857.623000', '162857.625000', '162857.628000', '162857.630000', '162857.633000', '162857.636000', '162857.638000', '162857.641000', '162857.643000', '162857.646000', '162857.648000', '162857.651000', '162857.654000', '162857.656000', '162857.659000', '162857.661000', '162857.670000', '162857.673000', '162857.675000', '162857.678000', '162857.681000', '162857.683000', '162857.686000', '162857.689000', '162857.691000', '162857.694000', '162857.696000', '162857.699000', '162857.702000', '162857.704000', '162857.707000', '162857.709000', '162857.712000', '162857.714000', '162857.717000', '162857.719000', '162917.594000', '162917.597000', '162917.600000', '162917.602000', '162917.605000', '162917.608000', '162917.610000', '162917.613000', '162917.615000', '162917.618000', '162917.621000', '162917.623000', '162917.626000', '162917.628000', '162917.631000', '162917.634000', '162917.636000', '162917.639000', '162917.641000', '162917.644000', '162917.647000', '162917.649000', '162917.652000', '162917.654000', '162917.657000', '162917.659000', '162917.662000', '162917.664000', '162917.667000', '162917.670000', '162917.672000', '162917.675000', '162917.677000', '162917.680000', '162917.683000', '162917.685000', '162917.691000', '162917.693000', '162917.696000', '162917.698000', '162917.701000', '162917.704000', '162917.706000', '162937.594000', '162937.597000', '162937.600000', '162937.602000', '162937.605000', '162937.608000', '162937.611000', '162937.614000', '162937.617000', '162937.619000', '162937.622000', '162937.625000', '162937.627000', '162937.630000', '162937.632000', '162937.635000', '162937.638000', '162937.640000', '162937.643000', '162937.645000', '162937.648000', '162937.650000', '162937.653000', '162937.656000', '162937.658000', '162937.661000', '162937.663000', '162937.666000', '162937.669000', '162937.671000', '162937.674000', '162937.676000', '162937.679000', '162937.681000', '162937.684000', '162937.687000', '162937.689000', '162937.692000', '162937.695000', '162937.697000', '162937.700000', '162937.702000', '162937.705000', '162957.594000', '162957.597000', '162957.600000', '162957.602000', '162957.605000', '162957.607000', '162957.610000', '162957.613000', '162957.615000', '162957.618000', '162957.621000', '162957.623000', '162957.626000', '162957.628000', '162957.631000', '162957.633000', '162957.636000', '162957.639000', '162957.641000', '162957.644000', '162957.646000', '162957.649000', '162957.651000', '162957.654000', '162957.657000', '162957.659000', '162957.662000', '162957.664000', '162957.667000', '162957.670000', '162957.672000', '162957.675000', '162957.677000', '162957.680000', '162957.682000', '162957.685000', '162957.687000', '162957.690000', '162957.693000', '162957.695000', '162957.698000', '162957.700000', '162957.703000', '162957.716000', '163017.594000', '163017.596000', '163017.599000', '163017.601000', '163017.604000', '163017.607000', '163017.610000', '163017.612000', '163017.615000', '163017.618000', '163017.620000', '163017.623000', '163017.625000', '163017.628000', '163017.632000', '163017.634000', '163017.637000', '163017.639000', '163017.642000', '163017.645000', '163017.647000', '163017.650000', '163017.652000', '163017.655000', '163017.657000', '163017.660000', '163017.663000', '163017.665000', '163017.668000', '163017.670000', '163017.673000', '163017.676000', '163017.678000', '163017.681000', '163017.683000', '163017.686000', '163017.689000', '163017.691000', '163017.694000', '163017.696000', '163017.699000', '163017.701000', '163017.704000', '163037.593000', '163037.596000', '163037.599000', '163037.602000', '163037.604000', '163037.607000', '163037.609000', '163037.612000', '163037.614000', '163037.617000', '163037.620000', '163037.622000', '163037.625000', '163037.627000', '163037.630000', '163037.633000', '163037.635000', '163037.638000', '163037.640000', '163037.643000', '163037.646000', '163037.648000', '163037.651000', '163037.653000', '163037.656000', '163037.658000', '163037.661000', '163037.664000', '163037.666000', '163037.669000', '163037.672000', '163037.674000', '163037.677000', '163037.679000', '163037.682000', '163037.685000', '163037.687000', '163037.690000', '163037.692000', '163037.695000', '163037.698000', '163037.700000', '163037.703000', '163037.705000', '163057.594000', '163057.597000', '163057.600000', '163057.602000', '163057.605000', '163057.607000', '163057.610000', '163057.613000', '163057.615000', '163057.618000', '163057.620000', '163057.623000', '163057.626000', '163057.628000', '163057.631000', '163057.633000', '163057.636000', '163057.639000', '163057.641000', '163057.644000', '163057.646000', '163057.649000', '163057.652000', '163057.655000', '163057.658000', '163057.661000', '163057.664000', '163057.666000', '163057.669000', '163057.671000', '163057.674000', '163057.677000', '163057.679000', '163057.682000', '163057.684000', '163057.687000', '163057.689000', '163057.692000', '163057.695000', '163057.697000', '163057.700000', '163057.703000', '163057.705000', '163117.595000', '163117.598000', '163117.600000', '163117.603000', '163117.605000', '163117.608000', '163117.617000', '163117.620000', '163117.623000', '163117.625000', '163117.628000', '163117.630000', '163117.633000', '163117.636000', '163117.638000', '163117.641000', '163117.643000', '163117.646000', '163117.649000', '163117.651000', '163117.654000', '163117.656000', '163117.659000', '163117.661000', '163117.664000', '163117.667000', '163117.669000', '163117.672000', '163117.674000', '163117.677000', '163117.680000', '163117.682000', '163117.685000', '163117.687000', '163117.690000', '163117.693000', '163117.695000', '163117.698000', '163117.701000', '163117.703000', '163117.706000', '163117.708000', '163117.711000', '163117.714000', '163137.594000', '163137.597000', '163137.600000', '163137.602000', '163137.605000', '163137.607000', '163137.610000', '163137.613000', '163137.615000', '163137.618000', '163137.620000', '163137.623000', '163137.626000', '163137.628000', '163137.631000', '163137.633000', '163137.636000', '163137.638000', '163137.641000', '163137.644000', '163137.646000', '163137.649000', '163137.651000', '163137.654000', '163137.657000', '163137.659000', '163137.662000', '163137.664000', '163137.667000', '163137.670000', '163137.673000', '163137.676000', '163137.678000', '163137.681000', '163137.683000', '163137.686000', '163137.689000', '163137.691000', '163137.703000', '163137.705000', '163137.708000', '163137.711000', '163137.713000', '163157.594000', '163157.597000', '163157.600000', '163157.602000', '163157.605000', '163157.608000', '163157.610000', '163157.613000', '163157.615000', '163157.618000', '163157.621000', '163157.623000', '163157.626000', '163157.629000', '163157.631000', '163157.634000', '163157.636000', '163157.639000', '163157.642000', '163157.644000', '163157.647000', '163157.649000', '163157.652000', '163157.655000', '163157.657000', '163157.660000', '163157.663000', '163157.665000', '163157.668000', '163157.670000', '163157.673000', '163157.676000', '163157.678000', '163157.681000', '163157.683000', '163157.686000', '163157.689000', '163157.691000', '163157.694000', '163157.696000', '163157.699000', '163157.702000', '163157.704000', '163157.707000', '163217.595000', '163217.597000', '163217.600000', '163217.603000', '163217.605000', '163217.608000', '163217.611000', '163217.613000', '163217.616000', '163217.618000', '163217.621000', '163217.624000', '163217.626000', '163217.629000', '163217.631000', '163217.634000', '163217.637000', '163217.639000', '163217.642000', '163217.644000', '163217.647000', '163217.649000', '163217.652000', '163217.655000', '163217.657000', '163217.660000', '163217.662000', '163217.665000', '163217.668000', '163217.670000', '163217.673000', '163217.675000', '163217.678000', '163217.681000', '163217.683000', '163217.686000', '163217.689000', '163217.691000', '163217.694000', '163217.697000', '163217.699000', '163217.702000', '163217.704000', '163237.593000', '163237.596000', '163237.599000', '163237.602000', '163237.604000', '163237.607000', '163237.609000', '163237.612000', '163237.615000', '163237.617000', '163237.620000', '163237.622000', '163237.625000', '163237.628000', '163237.630000', '163237.633000', '163237.636000', '163237.638000', '163237.641000', '163237.643000', '163237.646000', '163237.649000', '163237.651000', '163237.654000', '163237.656000', '163237.659000', '163237.661000', '163237.664000', '163237.667000', '163237.669000', '163237.672000', '163237.674000', '163237.677000', '163237.680000', '163237.682000', '163237.685000', '163237.688000', '163237.690000', '163237.693000', '163237.695000', '163237.698000', '163237.701000', '163237.703000', '163237.706000', '163257.594000', '163257.596000', '163257.599000', '163257.602000', '163257.604000', '163257.607000', '163257.609000', '163257.612000', '163257.615000', '163257.617000', '163257.620000', '163257.622000', '163257.625000', '163257.627000', '163257.630000', '163257.633000', '163257.635000', '163257.638000', '163257.641000', '163257.643000', '163257.646000', '163257.648000', '163257.651000', '163257.654000', '163257.656000', '163257.659000', '163257.662000', '163257.664000', '163257.667000', '163257.669000', '163257.672000', '163257.675000', '163257.677000', '163257.680000', '163257.682000', '163257.685000', '163257.688000', '163257.690000', '163257.693000', '163257.696000', '163257.699000', '163257.701000', '163257.704000', '163317.594000', '163317.597000', '163317.600000', '163317.603000', '163317.605000', '163317.608000', '163317.611000', '163317.613000', '163317.616000', '163317.619000', '163317.621000', '163317.624000', '163317.626000', '163317.629000', '163317.632000', '163317.634000', '163317.637000', '163317.640000', '163317.642000', '163317.645000', '163317.661000', '163317.663000', '163317.666000', '163317.668000', '163317.671000', '163317.674000', '163317.676000', '163317.679000', '163317.682000', '163317.684000', '163317.687000', '163317.689000', '163317.692000', '163317.695000', '163317.697000', '163317.700000', '163317.702000', '163317.705000', '163317.707000', '163317.710000', '163317.713000', '163317.715000', '163317.718000', '163337.594000', '163337.597000', '163337.600000', '163337.602000', '163337.605000', '163337.608000', '163337.610000', '163337.613000', '163337.615000', '163337.618000', '163337.621000', '163337.623000', '163337.626000', '163337.628000', '163337.631000', '163337.634000', '163337.636000', '163337.639000', '163337.641000', '163337.644000', '163337.647000', '163337.649000', '163337.652000', '163337.655000', '163337.657000', '163337.660000', '163337.662000', '163337.665000', '163337.668000', '163337.670000', '163337.673000', '163337.675000', '163337.678000', '163337.681000', '163337.683000', '163337.686000', '163337.689000', '163337.691000', '163337.694000', '163337.697000', '163337.699000', '163337.702000', '163337.704000', '163337.707000', '163357.595000', '163357.597000', '163357.600000', '163357.603000', '163357.605000', '163357.608000', '163357.610000', '163357.613000', '163357.616000', '163357.618000', '163357.621000', '163357.623000', '163357.626000', '163357.629000', '163357.631000', '163357.634000', '163357.636000', '163357.639000', '163357.641000', '163357.644000', '163357.647000', '163357.649000', '163357.652000', '163357.654000', '163357.657000', '163357.659000', '163357.662000', '163357.665000', '163357.667000', '163357.670000', '163357.672000', '163357.675000', '163357.678000', '163357.680000', '163357.683000', '163357.685000', '163357.688000', '163357.691000', '163357.693000', '163357.696000', '163357.699000', '163357.701000', '163357.704000', '163357.706000', '163417.595000', '163417.597000', '163417.600000', '163417.603000', '163417.605000', '163417.608000', '163417.610000', '163417.613000', '163417.616000', '163417.618000', '163417.621000', '163417.623000', '163417.626000', '163417.629000', '163417.631000', '163417.634000', '163417.637000', '163417.639000', '163417.642000', '163417.645000', '163417.647000', '163417.650000', '163417.652000', '163417.655000', '163417.657000', '163417.660000', '163417.663000', '163417.665000', '163417.668000', '163417.671000', '163417.673000', '163417.676000', '163417.678000', '163417.681000', '163417.684000', '163417.686000', '163417.689000', '163417.691000', '163417.694000', '163417.696000', '163417.699000', '163417.702000', '163417.704000', '163437.593000', '163437.596000', '163437.599000', '163437.602000', '163437.604000', '163437.607000', '163437.609000', '163437.612000', '163437.615000', '163437.617000', '163437.620000', '163437.622000', '163437.625000', '163437.628000', '163437.630000', '163437.633000', '163437.635000', '163437.638000', '163437.641000', '163437.643000', '163437.647000', '163437.650000', '163437.652000', '163437.655000', '163437.658000', '163437.660000', '163437.663000', '163437.666000', '163437.668000', '163437.671000', '163437.673000', '163437.687000', '163437.689000', '163437.692000', '163437.695000', '163437.697000', '163437.700000', '163437.702000', '163437.705000', '163437.707000', '163437.710000', '163437.713000', '163437.715000', '163437.718000', '163457.593000', '163457.596000', '163457.599000', '163457.602000', '163457.604000', '163457.607000', '163457.609000', '163457.612000', '163457.615000', '163457.617000', '163457.620000', '163457.622000', '163457.625000', '163457.628000', '163457.630000', '163457.633000', '163457.635000', '163457.638000', '163457.641000', '163457.643000', '163457.646000', '163457.648000', '163457.651000', '163457.654000', '163457.656000', '163457.659000', '163457.662000', '163457.664000', '163457.667000', '163457.669000', '163457.672000', '163457.675000', '163457.677000', '163457.680000', '163457.682000', '163457.685000', '163457.687000', '163457.690000', '163457.693000', '163457.695000', '163457.698000', '163457.700000', '163457.703000', '163507.386000', '163507.390000', '163507.392000', '163507.395000', '163507.398000', '163507.401000', '163507.404000', '163507.407000', '163507.409000', '163507.412000', '163507.415000', '163507.418000', '163507.420000', '163507.423000', '163507.426000', '163507.429000', '163507.431000', '163507.434000', '163507.437000', '163507.439000', '163507.442000', '163507.445000'], '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': [10014, 9014, 8597, 10369, 9750, 10011, 15297, 10246, 9649, 8859, 8718, 10366, 8719, 10680, 13231, 9934, 9539, 8911, 10409, 10091, 9959, 13946, 11062, 10165, 9535, 10631, 10239, 9582, 8864, 10291, 10365, 10063, 11579, 10382, 10107, 9467, 9381, 10345, 9442, 8592, 10121, 9803, 8862, 9686, 9669, 9875, 9217, 8347, 10446, 9197, 9228, 9912, 9917, 9927, 9837, 8004, 10216, 9340, 9587, 9861, 9923, 9859, 9211, 9903, 11858, 10410, 10260, 14460, 11584, 10037, 9734, 11513, 10375, 10451, 9890, 14833, 10054, 9120, 8828, 8588, 10242, 9150, 8351, 10270, 9505, 9671, 8144, 10315, 9126, 8596, 10737, 9449, 8978, 8291, 9355, 9286, 8854, 10825, 10165, 9100, 8524, 9513, 10138, 8695, 11552, 10507, 9491, 9870, 13341, 11146, 9517, 9169, 10262, 10365, 9252, 10092, 11280, 10206, 9369, 9534, 10320, 10044, 10146, 13118, 10180, 9572, 9852, 10026, 10631, 9493, 9848, 10200, 10038, 9792, 9456, 10062, 10138, 9152, 8628, 8797, 9718, 8606, 11537, 10032, 9651, 9084, 11092, 10088, 9224, 12586, 12013, 10504, 10236, 10198, 9949, 9300, 9826, 10461, 9596, 8441, 8895, 9792, 8789, 9637, 9902, 10056, 9385, 11403, 10205, 9451, 8913, 9740, 10140, 9455, 9769, 10505, 9450, 8898, 12388, 9910, 8485, 8813, 9113, 9324, 8423, 8446, 10384, 9707, 9695, 9403, 10221, 9636, 9964, 10304, 10013, 8968, 8899, 9106, 10385, 9335, 8479, 9688, 9705, 9351, 10115, 10575, 9743, 8831, 14418, 9642, 9746, 10659, 10228, 8643, 11086, 10344, 9490, 8788, 8621, 9752, 8636, 13250, 9932, 9049, 8725, 10053, 9740, 9280, 10597, 10369, 9579, 8908, 10325, 10126, 8875, 9461, 13179, 10189, 10006, 12075, 10594, 9235, 8603, 10149, 9698, 9829, 15394, 10555, 9493, 9137, 8883, 10208, 8870, 9006, 10593, 9758, 10090, 10406, 10649, 9745, 8792, 9836, 10301, 8661, 11528, 11363, 9913, 9688, 9460, 10170, 8825, 8789, 10304, 9395, 8917, 8615, 10045, 8466, 8836, 10273, 9657, 9899, 10303, 10319, 9302, 8868, 9699, 9981, 9093, 8696, 10545, 9494, 9119, 12372, 10283, 9264, 8527, 10739, 9778, 9453, 14067, 10245, 9452, 8698, 9471, 9736, 8632, 9011, 9340, 10025, 8995, 7935, 9737, 9145, 9173, 9623, 10537, 9541, 9630, 13529, 11259, 9590, 9106, 11782, 10148, 9205, 11863, 10495, 10096, 9000, 12369, 10156, 9262, 11452, 12433, 10236, 9388, 9932, 10937, 9991, 9430, 10219, 9967, 9196, 8596, 10536, 9933, 9743, 10735, 10743, 9561, 9173, 10490, 10216, 9606, 8783, 9419, 10031, 8828, 9185, 10462, 9709, 9649, 10282, 10532, 8844, 8583, 10412, 9852, 9770, 10072, 10124, 8825, 8746, 11459, 9379, 8774, 11248, 10686, 9449, 8874, 9329, 9461, 8492, 10743, 10142, 9408, 9298, 9655, 10191, 9456, 8676, 10013, 9820, 9212, 9568, 10574, 10222, 10208, 15740, 10598, 9844, 8825, 9768, 9962, 8765, 11173, 10663, 10032, 9921, 9791, 10527, 9438, 8708, 11587, 10068, 9183, 8959, 10660, 9756, 9883, 12269, 10127, 9090, 8691, 10579, 10174, 9684, 14307, 10855, 9683, 8844, 10618, 10153, 8886, 9375, 10488, 9550, 9279, 12305, 10138, 9476, 8698, 9640, 8985, 9011, 9556, 8054, 8241, 9268, 11829, 10348, 9503, 10061, 12370, 10685, 9577, 10290, 14354, 10939, 10130, 10019, 14425, 11710, 10358, 9634, 11965, 10763, 9204, 8873, 10639, 9036, 8930, 8921, 10147, 8935, 9160, 8872, 10698, 9255, 9640, 12302, 10078, 9049, 8894, 10820, 10260, 9516, 14343, 12048, 10379, 8819, 11032, 10483, 9211, 9671, 11036, 9896, 9114, 14039, 9858, 8920, 8743, 8402, 9293, 9132, 8316, 10059, 9238, 9661, 10741, 10877, 9708, 9740, 12515, 10120, 9799, 9720, 11555, 10509, 9476, 10231, 10559, 10312, 9031, 9112, 12751, 10101, 9318, 8346, 10766, 8864, 8968, 15222, 10569, 9181, 8388, 9935, 8818, 8683, 10914, 10617, 9069, 8587, 11382, 9186, 9100, 9548, 11286, 10415, 9796, 10868, 10647, 9216, 9482, 11855, 10433, 9037, 8597, 10069, 8929, 9113, 12951, 10774, 9571, 8643, 10666, 9325, 8981, 9347, 11185, 9580, 9466, 12579, 9754, 8892, 8494, 8598, 9419, 8670, 11319, 10556, 9280, 8328, 9444, 9032, 8566, 8534, 9263, 9495, 8872, 9875, 10572, 9403, 9583, 11705, 9976, 8618, 8835, 11867, 10485, 8984, 8913, 12429, 9814, 9127, 8514, 10558, 9204, 9036, 13657, 10987, 9656, 9549, 11642, 10407, 9271, 9207, 14898, 10868, 9429, 9258, 9619, 9879, 9294, 15308, 10914, 9538, 8885, 9982, 9301, 9130, 12419, 11062, 10066, 9153, 11713, 10336, 8920, 9103, 10773, 9822, 9527, 11957, 10167, 9434, 9327, 8907, 9952, 9504, 9004, 10210, 9377, 8933, 9438, 9846, 8988, 9458, 11636, 10658, 8993, 8661, 11301, 9850, 8988, 8560, 10028, 10100, 9000, 11862, 12645, 10123, 10075, 11469, 11047, 9196, 8837, 11168, 9595, 9204, 11545, 11188, 9145, 9099, 10852, 9213, 9291, 14100, 10939, 9400, 8402, 10906, 9157, 9235, 13289, 10624, 9293, 8821, 9068, 9200, 8594, 12316, 11150, 9529, 8959, 10212, 9515, 8930, 8987, 11218, 9852, 9914, 10656, 10627, 9011, 8803, 13658, 10420, 8768, 8574, 10660, 10038, 9875, 13683, 11446, 9596, 9392, 12042, 10862, 9707, 9157, 9155, 10087, 8798, 9350, 10583, 9917, 9916, 10368, 10815, 9578, 8724, 10918, 10212, 8982, 10559, 14007, 10413, 9617, 8930, 11318, 10137, 9517, 14187, 10806, 9520, 8645, 9517, 10473, 9786, 10432, 11053, 10113, 9637, 13854, 10860, 9585, 8809, 9229, 10397, 8785, 9418, 11604, 10089, 10002, 9707, 10815, 9166, 8779, 10366, 9555, 9130, 9425, 10156, 10120, 9322, 8748, 10678, 9605, 9963, 11365, 10916, 9222, 8732, 10418, 10102, 9093, 8834, 10633, 10148, 10125, 13346, 10495, 9352, 10312, 10505, 9920, 9785, 10325, 8937, 8197, 7906, 9920, 10019, 9071, 8758, 9835, 9880, 8940, 8840, 10865, 9481, 9468, 8379, 9862, 8426, 9396, 8422, 10842, 9056, 9404, 12891, 10187, 9419, 8602, 9371, 9400, 8766, 8852, 9359, 9866, 9252, 8371, 10675, 9476, 9469, 8977, 10002, 9740, 9223, 9518, 14841, 10064, 9408, 9929, 12069, 10323, 9540, 12655, 10049, 8867, 14191, 11671, 9249, 8978, 10697, 9060, 9808, 13323, 10549, 9445, 9186], 'WindowCenter': [4691.0, 4649.0, 4619.0, 4633.0, 4621.0, 4616.0, 4676.0, 4614.0, 4604.0, 4593.0, 4567.0, 4597.0, 4567.0, 4609.0, 4641.0, 4598.0, 4599.0, 4579.0, 4607.0, 4596.0, 4585.0, 4636.0, 4607.0, 4598.0, 4587.0, 4607.0, 4596.0, 4587.0, 4566.0, 4584.0, 4586.0, 4585.0, 4617.0, 4597.0, 4595.0, 4587.0, 4577.0, 4594.0, 4574.0, 4563.0, 4594.0, 4586.0, 4578.0, 4589.0, 4587.0, 4596.0, 4577.0, 4564.0, 4594.0, 4574.0, 4587.0, 4601.0, 4598.0, 4600.0, 4598.0, 4556.0, 4597.0, 4589.0, 4599.0, 4599.0, 4600.0, 4599.0, 4588.0, 4599.0, 4618.0, 4598.0, 4596.0, 4636.0, 4606.0, 4587.0, 4588.0, 4618.0, 4596.0, 4595.0, 4587.0, 4647.0, 4587.0, 4576.0, 4578.0, 4567.0, 4595.0, 4586.0, 4565.0, 4599.0, 4587.0, 4589.0, 4559.0, 4597.0, 4588.0, 4581.0, 4623.0, 4604.0, 4588.0, 4569.0, 4592.0, 4602.0, 4592.0, 4624.0, 4614.0, 4594.0, 4581.0, 4601.0, 4607.0, 4581.0, 4633.0, 4610.0, 4601.0, 4599.0, 4650.0, 4623.0, 4601.0, 4592.0, 4598.0, 4600.0, 4590.0, 4609.0, 4618.0, 4598.0, 4589.0, 4588.0, 4597.0, 4599.0, 4598.0, 4639.0, 4599.0, 4588.0, 4598.0, 4598.0, 4611.0, 4599.0, 4602.0, 4610.0, 4599.0, 4597.0, 4585.0, 4598.0, 4598.0, 4591.0, 4581.0, 4579.0, 4599.0, 4581.0, 4632.0, 4602.0, 4600.0, 4578.0, 4608.0, 4597.0, 4588.0, 4628.0, 4629.0, 4611.0, 4601.0, 4601.0, 4598.0, 4577.0, 4586.0, 4594.0, 4587.0, 4556.0, 4577.0, 4588.0, 4579.0, 4599.0, 4601.0, 4599.0, 4577.0, 4607.0, 4597.0, 4587.0, 4580.0, 4587.0, 4597.0, 4587.0, 4586.0, 4609.0, 4587.0, 4576.0, 4627.0, 4597.0, 4580.0, 4577.0, 4576.0, 4576.0, 4556.0, 4558.0, 4597.0, 4588.0, 4590.0, 4590.0, 4610.0, 4589.0, 4596.0, 4596.0, 4598.0, 4578.0, 4579.0, 4590.0, 4610.0, 4600.0, 4570.0, 4599.0, 4600.0, 4591.0, 4610.0, 4610.0, 4599.0, 4591.0, 4661.0, 4602.0, 4601.0, 4609.0, 4598.0, 4579.0, 4620.0, 4609.0, 4601.0, 4579.0, 4578.0, 4600.0, 4580.0, 4638.0, 4601.0, 4591.0, 4584.0, 4611.0, 4600.0, 4590.0, 4609.0, 4611.0, 4601.0, 4593.0, 4611.0, 4610.0, 4590.0, 4602.0, 4640.0, 4612.0, 4601.0, 4628.0, 4606.0, 4578.0, 4567.0, 4598.0, 4587.0, 4598.0, 4657.0, 4610.0, 4599.0, 4587.0, 4575.0, 4584.0, 4577.0, 4577.0, 4596.0, 4588.0, 4599.0, 4609.0, 4608.0, 4600.0, 4578.0, 4586.0, 4609.0, 4579.0, 4617.0, 4619.0, 4601.0, 4589.0, 4587.0, 4595.0, 4577.0, 4566.0, 4599.0, 4588.0, 4588.0, 4579.0, 4597.0, 4569.0, 4589.0, 4609.0, 4598.0, 4600.0, 4598.0, 4610.0, 4592.0, 4590.0, 4599.0, 4600.0, 4589.0, 4580.0, 4621.0, 4599.0, 4577.0, 4629.0, 4609.0, 4590.0, 4577.0, 4606.0, 4597.0, 4589.0, 4650.0, 4610.0, 4601.0, 4579.0, 4599.0, 4597.0, 4579.0, 4589.0, 4590.0, 4598.0, 4579.0, 4567.0, 4600.0, 4592.0, 4590.0, 4601.0, 4612.0, 4598.0, 4586.0, 4636.0, 4619.0, 4588.0, 4578.0, 4619.0, 4596.0, 4576.0, 4617.0, 4594.0, 4597.0, 4577.0, 4626.0, 4595.0, 4578.0, 4617.0, 4627.0, 4599.0, 4586.0, 4586.0, 4592.0, 4582.0, 4573.0, 4593.0, 4597.0, 4586.0, 4577.0, 4606.0, 4597.0, 4597.0, 4607.0, 4605.0, 4587.0, 4588.0, 4607.0, 4610.0, 4600.0, 4581.0, 4589.0, 4599.0, 4579.0, 4588.0, 4610.0, 4591.0, 4586.0, 4599.0, 4608.0, 4579.0, 4577.0, 4608.0, 4599.0, 4597.0, 4597.0, 4596.0, 4579.0, 4578.0, 4619.0, 4588.0, 4580.0, 4620.0, 4609.0, 4598.0, 4575.0, 4575.0, 4586.0, 4577.0, 4608.0, 4599.0, 4589.0, 4591.0, 4599.0, 4610.0, 4600.0, 4577.0, 4597.0, 4600.0, 4589.0, 4599.0, 4610.0, 4610.0, 4607.0, 4669.0, 4610.0, 4598.0, 4577.0, 4596.0, 4596.0, 4578.0, 4619.0, 4610.0, 4600.0, 4600.0, 4596.0, 4595.0, 4586.0, 4577.0, 4619.0, 4599.0, 4590.0, 4579.0, 4610.0, 4598.0, 4597.0, 4629.0, 4600.0, 4578.0, 4580.0, 4608.0, 4609.0, 4601.0, 4661.0, 4619.0, 4588.0, 4579.0, 4608.0, 4597.0, 4580.0, 4575.0, 4597.0, 4601.0, 4588.0, 4628.0, 4612.0, 4599.0, 4577.0, 4599.0, 4577.0, 4579.0, 4587.0, 4557.0, 4569.0, 4591.0, 4633.0, 4613.0, 4602.0, 4599.0, 4629.0, 4608.0, 4599.0, 4599.0, 4660.0, 4620.0, 4610.0, 4600.0, 4647.0, 4618.0, 4601.0, 4588.0, 4619.0, 4607.0, 4576.0, 4575.0, 4607.0, 4578.0, 4577.0, 4579.0, 4601.0, 4577.0, 4590.0, 4577.0, 4606.0, 4588.0, 4586.0, 4626.0, 4598.0, 4581.0, 4579.0, 4609.0, 4610.0, 4597.0, 4650.0, 4628.0, 4596.0, 4575.0, 4596.0, 4594.0, 4575.0, 4575.0, 4608.0, 4587.0, 4577.0, 4649.0, 4598.0, 4580.0, 4577.0, 4568.0, 4576.0, 4574.0, 4555.0, 4586.0, 4589.0, 4602.0, 4624.0, 4623.0, 4601.0, 4588.0, 4628.0, 4599.0, 4598.0, 4600.0, 4632.0, 4623.0, 4603.0, 4613.0, 4621.0, 4610.0, 4580.0, 4588.0, 4640.0, 4610.0, 4594.0, 4581.0, 4619.0, 4591.0, 4590.0, 4672.0, 4622.0, 4591.0, 4569.0, 4598.0, 4590.0, 4580.0, 4619.0, 4609.0, 4590.0, 4580.0, 4631.0, 4602.0, 4591.0, 4601.0, 4620.0, 4609.0, 4599.0, 4608.0, 4609.0, 4589.0, 4601.0, 4630.0, 4611.0, 4590.0, 4576.0, 4598.0, 4580.0, 4590.0, 4639.0, 4612.0, 4598.0, 4568.0, 4608.0, 4588.0, 4579.0, 4589.0, 4615.0, 4588.0, 4597.0, 4628.0, 4598.0, 4590.0, 4581.0, 4577.0, 4590.0, 4580.0, 4622.0, 4610.0, 4589.0, 4570.0, 4599.0, 4590.0, 4581.0, 4580.0, 4590.0, 4598.0, 4590.0, 4597.0, 4610.0, 4589.0, 4600.0, 4627.0, 4598.0, 4581.0, 4592.0, 4630.0, 4608.0, 4588.0, 4578.0, 4628.0, 4599.0, 4591.0, 4579.0, 4608.0, 4588.0, 4579.0, 4649.0, 4608.0, 4588.0, 4587.0, 4618.0, 4610.0, 4588.0, 4589.0, 4659.0, 4621.0, 4600.0, 4591.0, 4586.0, 4586.0, 4576.0, 4658.0, 4610.0, 4590.0, 4578.0, 4596.0, 4586.0, 4587.0, 4628.0, 4608.0, 4585.0, 4577.0, 4616.0, 4596.0, 4579.0, 4578.0, 4606.0, 4595.0, 4586.0, 4628.0, 4609.0, 4589.0, 4590.0, 4588.0, 4598.0, 4586.0, 4577.0, 4608.0, 4590.0, 4578.0, 4587.0, 4597.0, 4590.0, 4601.0, 4620.0, 4610.0, 4579.0, 4577.0, 4619.0, 4601.0, 4579.0, 4578.0, 4598.0, 4598.0, 4580.0, 4618.0, 4640.0, 4611.0, 4599.0, 4619.0, 4606.0, 4576.0, 4575.0, 4607.0, 4586.0, 4576.0, 4615.0, 4607.0, 4588.0, 4575.0, 4605.0, 4576.0, 4588.0, 4648.0, 4607.0, 4577.0, 4554.0, 4602.0, 4576.0, 4576.0, 4640.0, 4609.0, 4589.0, 4575.0, 4575.0, 4585.0, 4577.0, 4631.0, 4619.0, 4597.0, 4578.0, 4609.0, 4598.0, 4579.0, 4579.0, 4619.0, 4600.0, 4600.0, 4610.0, 4608.0, 4578.0, 4579.0, 4651.0, 4610.0, 4579.0, 4578.0, 4606.0, 4597.0, 4597.0, 4638.0, 4618.0, 4588.0, 4589.0, 4630.0, 4622.0, 4598.0, 4577.0, 4574.0, 4596.0, 4568.0, 4588.0, 4608.0, 4600.0, 4599.0, 4608.0, 4607.0, 4599.0, 4566.0, 4607.0, 4598.0, 4578.0, 4611.0, 4652.0, 4612.0, 4601.0, 4589.0, 4605.0, 4595.0, 4587.0, 4647.0, 4609.0, 4588.0, 4579.0, 4599.0, 4608.0, 4597.0, 4595.0, 4607.0, 4598.0, 4588.0, 4651.0, 4609.0, 4602.0, 4579.0, 4587.0, 4596.0, 4577.0, 4589.0, 4619.0, 4600.0, 4599.0, 4588.0, 4606.0, 4587.0, 4568.0, 4599.0, 4590.0, 4588.0, 4591.0, 4611.0, 4610.0, 4589.0, 4576.0, 4607.0, 4598.0, 4600.0, 4620.0, 4610.0, 4591.0, 4579.0, 4609.0, 4611.0, 4590.0, 4590.0, 4608.0, 4599.0, 4597.0, 4649.0, 4610.0, 4603.0, 4612.0, 4610.0, 4599.0, 4598.0, 4598.0, 4578.0, 4565.0, 4558.0, 4599.0, 4599.0, 4590.0, 4579.0, 4600.0, 4598.0, 4590.0, 4593.0, 4608.0, 4601.0, 4602.0, 4580.0, 4599.0, 4569.0, 4590.0, 4570.0, 4620.0, 4580.0, 4589.0, 4640.0, 4613.0, 4591.0, 4581.0, 4589.0, 4589.0, 4581.0, 4592.0, 4591.0, 4601.0, 4602.0, 4581.0, 4621.0, 4604.0, 4602.0, 4592.0, 4600.0, 4602.0, 4602.0, 4601.0, 4664.0, 4604.0, 4590.0, 4599.0, 4630.0, 4611.0, 4589.0, 4628.0, 4597.0, 4580.0, 4650.0, 4621.0, 4588.0, 4578.0, 4608.0, 4579.0, 4599.0, 4636.0, 4607.0, 4588.0, 4586.0], 'WindowWidth': [10320.0, 10231.0, 10169.0, 10171.0, 10146.0, 10131.0, 10214.0, 10121.0, 10108.0, 10087.0, 10045.0, 10083.0, 10045.0, 10102.0, 10148.0, 10088.0, 10090.0, 10063.0, 10097.0, 10078.0, 10063.0, 10135.0, 10099.0, 10086.0, 10070.0, 10096.0, 10079.0, 10066.0, 10038.0, 10060.0, 10063.0, 10064.0, 10110.0, 10082.0, 10078.0, 10069.0, 10055.0, 10073.0, 10046.0, 10032.0, 10073.0, 10067.0, 10057.0, 10076.0, 10071.0, 10082.0, 10055.0, 10035.0, 10074.0, 10049.0, 10069.0, 10093.0, 10086.0, 10090.0, 10086.0, 10029.0, 10084.0, 10076.0, 10089.0, 10090.0, 10092.0, 10088.0, 10073.0, 10088.0, 10111.0, 10083.0, 10078.0, 10135.0, 10091.0, 10068.0, 10071.0, 10113.0, 10080.0, 10077.0, 10066.0, 10152.0, 10069.0, 10053.0, 10057.0, 10043.0, 10078.0, 10067.0, 10040.0, 10087.0, 10071.0, 10075.0, 10034.0, 10085.0, 10073.0, 10067.0, 10127.0, 10101.0, 10076.0, 10050.0, 10084.0, 10097.0, 10083.0, 10127.0, 10112.0, 10090.0, 10068.0, 10092.0, 10099.0, 10068.0, 10140.0, 10107.0, 10091.0, 10089.0, 10160.0, 10124.0, 10094.0, 10081.0, 10088.0, 10088.0, 10076.0, 10105.0, 10114.0, 10087.0, 10075.0, 10072.0, 10081.0, 10086.0, 10084.0, 10142.0, 10087.0, 10074.0, 10087.0, 10089.0, 10105.0, 10090.0, 10096.0, 10106.0, 10088.0, 10083.0, 10066.0, 10084.0, 10087.0, 10080.0, 10067.0, 10064.0, 10090.0, 10068.0, 10137.0, 10096.0, 10093.0, 10060.0, 10098.0, 10082.0, 10071.0, 10126.0, 10128.0, 10106.0, 10094.0, 10093.0, 10085.0, 10055.0, 10064.0, 10074.0, 10068.0, 10025.0, 10055.0, 10070.0, 10061.0, 10089.0, 10094.0, 10088.0, 10055.0, 10094.0, 10082.0, 10071.0, 10063.0, 10069.0, 10083.0, 10068.0, 10067.0, 10100.0, 10070.0, 10053.0, 10124.0, 10082.0, 10062.0, 10054.0, 10051.0, 10052.0, 10025.0, 10030.0, 10079.0, 10068.0, 10074.0, 10078.0, 10104.0, 10075.0, 10079.0, 10081.0, 10086.0, 10060.0, 10061.0, 10078.0, 10107.0, 10095.0, 10053.0, 10089.0, 10093.0, 10081.0, 10106.0, 10105.0, 10090.0, 10080.0, 10178.0, 10097.0, 10093.0, 10103.0, 10086.0, 10062.0, 10121.0, 10101.0, 10093.0, 10060.0, 10059.0, 10090.0, 10065.0, 10144.0, 10092.0, 10083.0, 10076.0, 10108.0, 10091.0, 10076.0, 10104.0, 10108.0, 10097.0, 10086.0, 10110.0, 10106.0, 10080.0, 10094.0, 10146.0, 10110.0, 10093.0, 10128.0, 10094.0, 10057.0, 10043.0, 10085.0, 10071.0, 10085.0, 10171.0, 10106.0, 10092.0, 10072.0, 10052.0, 10059.0, 10054.0, 10055.0, 10081.0, 10071.0, 10085.0, 10103.0, 10101.0, 10091.0, 10059.0, 10068.0, 10102.0, 10061.0, 10111.0, 10118.0, 10092.0, 10076.0, 10070.0, 10077.0, 10056.0, 10042.0, 10087.0, 10073.0, 10075.0, 10061.0, 10086.0, 10049.0, 10077.0, 10103.0, 10088.0, 10090.0, 10086.0, 10103.0, 10083.0, 10079.0, 10090.0, 10091.0, 10077.0, 10066.0, 10123.0, 10088.0, 10058.0, 10129.0, 10102.0, 10079.0, 10058.0, 10095.0, 10083.0, 10074.0, 10163.0, 10105.0, 10095.0, 10063.0, 10089.0, 10086.0, 10066.0, 10079.0, 10078.0, 10086.0, 10063.0, 10046.0, 10093.0, 10084.0, 10081.0, 10096.0, 10111.0, 10088.0, 10069.0, 10140.0, 10119.0, 10076.0, 10060.0, 10114.0, 10081.0, 10054.0, 10110.0, 10077.0, 10082.0, 10057.0, 10124.0, 10080.0, 10058.0, 10111.0, 10124.0, 10086.0, 10067.0, 10066.0, 10069.0, 10055.0, 10044.0, 10074.0, 10084.0, 10066.0, 10057.0, 10094.0, 10086.0, 10084.0, 10097.0, 10091.0, 10070.0, 10073.0, 10100.0, 10107.0, 10093.0, 10068.0, 10079.0, 10089.0, 10063.0, 10073.0, 10104.0, 10078.0, 10070.0, 10087.0, 10097.0, 10062.0, 10057.0, 10100.0, 10088.0, 10085.0, 10084.0, 10082.0, 10062.0, 10061.0, 10117.0, 10074.0, 10065.0, 10121.0, 10103.0, 10087.0, 10051.0, 10051.0, 10067.0, 10058.0, 10099.0, 10086.0, 10075.0, 10079.0, 10091.0, 10106.0, 10091.0, 10057.0, 10085.0, 10091.0, 10079.0, 10091.0, 10106.0, 10105.0, 10100.0, 10188.0, 10105.0, 10087.0, 10056.0, 10082.0, 10081.0, 10060.0, 10118.0, 10105.0, 10093.0, 10092.0, 10082.0, 10079.0, 10069.0, 10059.0, 10119.0, 10089.0, 10079.0, 10061.0, 10102.0, 10089.0, 10084.0, 10130.0, 10089.0, 10060.0, 10064.0, 10102.0, 10103.0, 10095.0, 10176.0, 10117.0, 10075.0, 10062.0, 10101.0, 10085.0, 10063.0, 10055.0, 10081.0, 10094.0, 10075.0, 10130.0, 10114.0, 10089.0, 10060.0, 10088.0, 10059.0, 10063.0, 10071.0, 10031.0, 10048.0, 10081.0, 10141.0, 10114.0, 10097.0, 10088.0, 10129.0, 10099.0, 10088.0, 10089.0, 10174.0, 10118.0, 10105.0, 10091.0, 10153.0, 10113.0, 10091.0, 10073.0, 10114.0, 10095.0, 10052.0, 10052.0, 10097.0, 10058.0, 10056.0, 10062.0, 10091.0, 10057.0, 10077.0, 10058.0, 10095.0, 10071.0, 10068.0, 10123.0, 10085.0, 10067.0, 10061.0, 10104.0, 10106.0, 10086.0, 10159.0, 10127.0, 10081.0, 10051.0, 10077.0, 10072.0, 10050.0, 10050.0, 10095.0, 10068.0, 10055.0, 10159.0, 10089.0, 10064.0, 10057.0, 10044.0, 10051.0, 10049.0, 10023.0, 10064.0, 10074.0, 10098.0, 10132.0, 10128.0, 10095.0, 10071.0, 10127.0, 10086.0, 10086.0, 10091.0, 10140.0, 10126.0, 10100.0, 10114.0, 10125.0, 10105.0, 10064.0, 10074.0, 10148.0, 10106.0, 10086.0, 10068.0, 10116.0, 10081.0, 10080.0, 10196.0, 10124.0, 10081.0, 10049.0, 10088.0, 10078.0, 10066.0, 10118.0, 10104.0, 10080.0, 10068.0, 10136.0, 10096.0, 10084.0, 10097.0, 10121.0, 10104.0, 10088.0, 10099.0, 10102.0, 10076.0, 10093.0, 10134.0, 10108.0, 10079.0, 10055.0, 10086.0, 10063.0, 10079.0, 10142.0, 10107.0, 10087.0, 10046.0, 10100.0, 10073.0, 10062.0, 10076.0, 10109.0, 10073.0, 10085.0, 10126.0, 10087.0, 10079.0, 10066.0, 10058.0, 10077.0, 10067.0, 10126.0, 10103.0, 10077.0, 10049.0, 10090.0, 10077.0, 10067.0, 10065.0, 10079.0, 10086.0, 10077.0, 10085.0, 10104.0, 10077.0, 10091.0, 10125.0, 10089.0, 10070.0, 10084.0, 10133.0, 10101.0, 10074.0, 10059.0, 10130.0, 10092.0, 10079.0, 10062.0, 10099.0, 10075.0, 10062.0, 10160.0, 10102.0, 10074.0, 10071.0, 10113.0, 10106.0, 10073.0, 10074.0, 10173.0, 10121.0, 10095.0, 10080.0, 10067.0, 10068.0, 10052.0, 10169.0, 10105.0, 10077.0, 10059.0, 10081.0, 10069.0, 10070.0, 10128.0, 10097.0, 10066.0, 10057.0, 10110.0, 10084.0, 10060.0, 10058.0, 10092.0, 10078.0, 10067.0, 10128.0, 10103.0, 10076.0, 10080.0, 10076.0, 10084.0, 10069.0, 10058.0, 10103.0, 10077.0, 10060.0, 10071.0, 10085.0, 10080.0, 10096.0, 10122.0, 10104.0, 10063.0, 10057.0, 10116.0, 10094.0, 10063.0, 10061.0, 10087.0, 10087.0, 10064.0, 10114.0, 10147.0, 10106.0, 10090.0, 10115.0, 10092.0, 10052.0, 10052.0, 10095.0, 10067.0, 10055.0, 10108.0, 10096.0, 10072.0, 10053.0, 10090.0, 10053.0, 10072.0, 10154.0, 10095.0, 10054.0, 10021.0, 10085.0, 10053.0, 10053.0, 10146.0, 10101.0, 10076.0, 10054.0, 10052.0, 10066.0, 10059.0, 10135.0, 10114.0, 10085.0, 10059.0, 10107.0, 10087.0, 10062.0, 10063.0, 10114.0, 10089.0, 10092.0, 10105.0, 10099.0, 10060.0, 10062.0, 10163.0, 10104.0, 10064.0, 10061.0, 10095.0, 10082.0, 10083.0, 10142.0, 10113.0, 10072.0, 10076.0, 10136.0, 10123.0, 10088.0, 10055.0, 10048.0, 10080.0, 10045.0, 10074.0, 10099.0, 10091.0, 10089.0, 10101.0, 10099.0, 10089.0, 10042.0, 10098.0, 10086.0, 10062.0, 10108.0, 10166.0, 10113.0, 10098.0, 10078.0, 10092.0, 10077.0, 10069.0, 10152.0, 10103.0, 10075.0, 10064.0, 10089.0, 10099.0, 10083.0, 10079.0, 10095.0, 10086.0, 10073.0, 10164.0, 10102.0, 10095.0, 10062.0, 10071.0, 10081.0, 10059.0, 10075.0, 10117.0, 10089.0, 10088.0, 10073.0, 10094.0, 10071.0, 10047.0, 10089.0, 10077.0, 10076.0, 10082.0, 10110.0, 10107.0, 10077.0, 10056.0, 10097.0, 10087.0, 10092.0, 10117.0, 10104.0, 10080.0, 10064.0, 10106.0, 10109.0, 10082.0, 10081.0, 10102.0, 10087.0, 10085.0, 10158.0, 10106.0, 10101.0, 10111.0, 10106.0, 10088.0, 10086.0, 10087.0, 10058.0, 10039.0, 10032.0, 10089.0, 10090.0, 10081.0, 10066.0, 10093.0, 10086.0, 10079.0, 10088.0, 10100.0, 10093.0, 10098.0, 10068.0, 10092.0, 10051.0, 10081.0, 10054.0, 10118.0, 10063.0, 10077.0, 10148.0, 10116.0, 10082.0, 10068.0, 10077.0, 10077.0, 10067.0, 10083.0, 10081.0, 10094.0, 10097.0, 10069.0, 10123.0, 10103.0, 10098.0, 10084.0, 10094.0, 10097.0, 10097.0, 10096.0, 10186.0, 10101.0, 10079.0, 10090.0, 10132.0, 10109.0, 10077.0, 10127.0, 10082.0, 10063.0, 10163.0, 10122.0, 10073.0, 10059.0, 10099.0, 10063.0, 10087.0, 10139.0, 10096.0, 10073.0, 10069.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.0002166512702078522</td></tr>
<tr><td colspan=3>aqi</td><td>0.020439079792147808</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.9374689003353</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.151921545583815</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983235658612696</td></tr>
<tr><td colspan=3>efc</td><td>0.5485</td></tr>
<tr><td colspan=3>fber</td><td>1589.6947</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11137310636740716</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.431870669745958</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4943776221486527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4018507609172337</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.726615480446967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3546666250817574</td></tr>
<tr><td colspan=3>gcor</td><td>0.0041023</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016491491347551346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.057784877717494965</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.165815561939285</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>20.8143</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>106.9648</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>300.2885</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>96.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284958.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1305.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>494.0256</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6516</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.0183</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3733.0896</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.5034</td></tr>
<tr><td colspan=3>tsnr</td><td>37.4044952490367</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>