ds005256-mriqc/sub-0107_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 4e7dd6cdf9 [DATALAD RUNCMD] Compute MRIQC for sub-0107
=== 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-0107 --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-0107",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:41:58 +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-0107_ses-04_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-0107_ses-04_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-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_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-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_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-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-04_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_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-0107/ses-04/func/sub-0107_ses-04_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>ad1c1a14c9dc29188abd5e6e794a7403</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>17:05:44.382500</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.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</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.102242</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51470fd0-a793-4b1e-b2a1-dbe420597e91||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.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [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': ['170544.382500', '170544.842500', '170545.302500', '170545.762500', '170546.222500', '170546.682500', '170547.142500', '170547.602500', '170548.062500', '170548.522500', '170548.982500', '170549.442500', '170549.902500', '170550.362500', '170550.822500', '170551.282500', '170551.742500', '170552.202500', '170552.662500', '170553.122500', '170553.582500', '170554.042500', '170554.502500', '170554.962500', '170555.422500', '170555.882500', '170556.342500', '170556.802500', '170557.262500', '170557.722500', '170558.182500', '170558.642500', '170559.102500', '170559.562500', '170600.022500', '170600.482500', '170600.942500', '170601.402500', '170601.862500', '170602.322500', '170602.782500', '170603.242500', '170603.702500', '170604.162500', '170604.622500', '170605.082500', '170605.542500', '170606.002500', '170606.462500', '170606.922500', '170607.382500', '170607.842500', '170608.302500', '170608.762500', '170609.222500', '170609.682500', '170610.142500', '170610.602500', '170611.062500', '170611.522500', '170611.982500', '170612.442500', '170612.902500', '170613.362500', '170613.822500', '170614.282500', '170614.742500', '170615.202500', '170615.662500', '170616.122500', '170616.582500', '170617.042500', '170617.502500', '170617.962500', '170618.422500', '170618.882500', '170619.342500', '170619.802500', '170620.262500', '170620.722500', '170621.182500', '170621.642500', '170622.102500', '170622.562500', '170623.022500', '170623.482500', '170623.942500', '170624.402500', '170624.862500', '170625.322500', '170625.782500', '170626.242500', '170626.702500', '170627.162500', '170627.622500', '170628.082500', '170628.542500', '170629.002500', '170629.462500', '170629.922500', '170630.382500', '170630.842500', '170631.302500', '170631.762500', '170632.222500', '170632.682500', '170633.142500', '170633.602500', '170634.062500', '170634.522500', '170634.982500', '170635.442500', '170635.902500', '170636.362500', '170636.822500', '170637.282500', '170637.742500', '170638.202500', '170638.662500', '170639.122500', '170639.582500', '170640.042500', '170640.502500', '170640.962500', '170641.422500', '170641.882500', '170642.342500', '170642.802500', '170643.262500', '170643.722500', '170644.182500', '170644.642500', '170645.102500', '170645.562500', '170646.022500', '170646.482500', '170646.942500', '170647.402500', '170647.862500', '170648.322500', '170648.782500', '170649.242500', '170649.702500', '170650.162500', '170650.622500', '170651.082500', '170651.542500', '170652.002500', '170652.462500', '170652.922500', '170653.382500', '170653.842500', '170654.302500', '170654.762500', '170655.222500', '170655.682500', '170656.142500', '170656.602500', '170657.062500', '170657.522500', '170657.982500', '170658.442500', '170658.902500', '170659.362500', '170659.822500', '170700.282500', '170700.742500', '170701.202500', '170701.662500', '170702.122500', '170702.582500', '170703.042500', '170703.502500', '170703.962500', '170704.422500', '170704.882500', '170705.342500', '170705.802500', '170706.262500', '170706.722500', '170707.182500', '170707.642500', '170708.102500', '170708.562500', '170709.022500', '170709.482500', '170709.942500', '170710.402500', '170710.862500', '170711.322500', '170711.782500', '170712.242500', '170712.702500', '170713.162500', '170713.622500', '170714.082500', '170714.542500', '170715.002500', '170715.462500', '170715.922500', '170716.382500', '170716.842500', '170717.302500', '170717.762500', '170718.222500', '170718.682500', '170719.142500', '170719.602500', '170720.062500', '170720.522500', '170720.982500', '170721.442500', '170721.902500', '170722.362500', '170722.822500', '170723.282500', '170723.742500', '170724.202500', '170724.662500', '170725.122500', '170725.582500', '170726.042500', '170726.502500', '170726.962500', '170727.422500', '170727.882500', '170728.342500', '170728.802500', '170729.262500', '170729.722500', '170730.182500', '170730.642500', '170731.102500', '170731.562500', '170732.022500', '170732.482500', '170732.942500', '170733.402500', '170733.862500', '170734.322500', '170734.782500', '170735.242500', '170735.702500', '170736.162500', '170736.622500', '170737.082500', '170737.542500', '170738.002500', '170738.462500', '170738.922500', '170739.382500', '170739.842500', '170740.302500', '170740.762500', '170741.222500', '170741.682500', '170742.142500', '170742.602500', '170743.062500', '170743.522500', '170743.982500', '170744.442500', '170744.902500', '170745.362500', '170745.822500', '170746.282500', '170746.742500', '170747.202500', '170747.662500', '170748.122500', '170748.582500', '170749.042500', '170749.502500', '170749.962500', '170750.422500', '170750.882500', '170751.342500', '170751.802500', '170752.262500', '170752.722500', '170753.182500', '170753.642500', '170754.102500', '170754.562500', '170755.022500', '170755.482500', '170755.942500', '170756.402500', '170756.862500', '170757.322500', '170757.782500', '170758.242500', '170758.702500', '170759.162500', '170759.622500', '170800.082500', '170800.542500', '170801.002500', '170801.462500', '170801.922500', '170802.382500', '170802.842500', '170803.302500', '170803.762500', '170804.222500', '170804.682500', '170805.142500', '170805.602500', '170806.062500', '170806.522500', '170806.982500', '170807.442500', '170807.902500', '170808.362500', '170808.822500', '170809.282500', '170809.742500', '170810.202500', '170810.662500', '170811.122500', '170811.582500', '170812.042500', '170812.502500', '170812.962500', '170813.422500', '170813.882500', '170814.342500', '170814.802500', '170815.262500', '170815.722500', '170816.182500', '170816.642500', '170817.102500', '170817.562500', '170818.022500', '170818.482500', '170818.942500', '170819.402500', '170819.862500', '170820.322500', '170820.782500', '170821.242500', '170821.702500', '170822.162500', '170822.622500', '170823.082500', '170823.542500', '170824.002500', '170824.462500', '170824.922500', '170825.382500', '170825.842500', '170826.302500', '170826.762500', '170827.222500', '170827.682500', '170828.142500', '170828.602500', '170829.062500', '170829.522500', '170829.982500', '170830.442500', '170830.902500', '170831.362500', '170831.822500', '170832.282500', '170832.742500', '170833.202500', '170833.662500', '170834.122500', '170834.582500', '170835.042500', '170835.502500', '170835.962500', '170836.422500', '170836.882500', '170837.342500', '170837.802500', '170838.262500', '170838.722500', '170839.182500', '170839.642500', '170840.102500', '170840.562500', '170841.022500', '170841.482500', '170841.942500', '170842.402500', '170842.862500', '170843.322500', '170843.782500', '170844.242500', '170844.702500', '170845.162500', '170845.622500', '170846.082500', '170846.542500', '170847.002500', '170847.462500', '170847.922500', '170848.382500', '170848.842500', '170849.302500', '170849.762500', '170850.222500', '170850.682500', '170851.142500', '170851.602500', '170852.062500', '170852.522500', '170852.982500', '170853.442500', '170853.902500', '170854.362500', '170854.822500', '170855.282500', '170855.742500', '170856.202500', '170856.662500', '170857.122500', '170857.582500', '170858.042500', '170858.502500', '170858.962500', '170859.422500', '170859.882500', '170900.342500', '170900.802500', '170901.262500', '170901.722500', '170902.182500', '170902.642500', '170903.102500', '170903.562500', '170904.022500', '170904.482500', '170904.942500', '170905.402500', '170905.862500', '170906.322500', '170906.782500', '170907.242500', '170907.702500', '170908.162500', '170908.622500', '170909.082500', '170909.542500', '170910.002500', '170910.462500', '170910.922500', '170911.382500', '170911.842500', '170912.302500', '170912.762500', '170913.222500', '170913.682500', '170914.142500', '170914.602500', '170915.062500', '170915.522500', '170915.982500', '170916.442500', '170916.902500', '170917.362500', '170917.822500', '170918.282500', '170918.742500', '170919.202500', '170919.662500', '170920.122500', '170920.582500', '170921.042500', '170921.502500', '170921.962500', '170922.422500', '170922.882500', '170923.342500', '170923.802500', '170924.262500', '170924.722500', '170925.182500', '170925.642500', '170926.102500', '170926.562500', '170927.022500', '170927.482500', '170927.942500', '170928.402500', '170928.862500', '170929.322500', '170929.782500', '170930.242500', '170930.702500', '170931.162500', '170931.622500', '170932.082500', '170932.542500', '170933.002500', '170933.462500', '170933.922500', '170934.382500', '170934.842500', '170935.302500', '170935.762500', '170936.222500', '170936.682500', '170937.142500', '170937.602500', '170938.062500', '170938.522500', '170938.982500', '170939.442500', '170939.902500', '170940.362500', '170940.822500', '170941.282500', '170941.742500', '170942.202500', '170942.662500', '170943.122500', '170943.582500', '170944.042500', '170944.502500', '170944.962500', '170945.422500', '170945.882500', '170946.342500', '170946.802500', '170947.262500', '170947.722500', '170948.182500', '170948.642500', '170949.102500', '170949.562500', '170950.022500', '170950.482500', '170950.942500', '170951.402500', '170951.862500', '170952.322500', '170952.782500', '170953.242500', '170953.702500', '170954.162500', '170954.622500', '170955.082500', '170955.542500', '170956.002500', '170956.462500', '170956.922500', '170957.382500', '170957.842500', '170958.302500', '170958.762500', '170959.222500', '170959.682500', '171000.142500', '171000.602500', '171001.062500', '171001.522500', '171001.982500', '171002.442500', '171002.902500', '171003.362500', '171003.822500', '171004.282500', '171004.742500', '171005.202500', '171005.662500', '171006.122500', '171006.582500', '171007.042500', '171007.502500', '171007.962500', '171008.422500', '171008.882500', '171009.342500', '171009.802500', '171010.262500', '171010.722500', '171011.182500', '171011.642500', '171012.102500', '171012.562500', '171013.022500', '171013.482500', '171013.942500', '171014.402500', '171014.862500', '171015.322500', '171015.782500', '171016.242500', '171016.702500', '171017.162500', '171017.622500', '171018.082500', '171018.542500', '171019.002500', '171019.462500', '171019.922500', '171020.382500', '171020.842500', '171021.302500', '171021.762500', '171022.222500', '171022.682500', '171023.142500', '171023.602500', '171024.062500', '171024.522500', '171024.982500', '171025.442500', '171025.902500', '171026.362500', '171026.822500', '171027.282500', '171027.742500', '171028.202500', '171028.662500', '171029.122500', '171029.582500', '171030.042500', '171030.502500', '171030.962500', '171031.422500', '171031.882500', '171032.342500', '171032.802500', '171033.262500', '171033.722500', '171034.182500', '171034.642500', '171035.102500', '171035.562500', '171036.022500', '171036.482500', '171036.942500', '171037.402500', '171037.862500', '171038.322500', '171038.782500', '171039.242500', '171039.702500', '171040.162500', '171040.622500', '171041.082500', '171041.542500', '171042.002500', '171042.462500', '171042.922500', '171043.382500', '171043.842500', '171044.302500', '171044.762500', '171045.222500', '171045.682500', '171046.142500', '171046.602500', '171047.062500', '171047.522500', '171047.982500', '171048.442500', '171048.902500', '171049.362500', '171049.822500', '171050.282500', '171050.742500', '171051.202500', '171051.662500', '171052.122500', '171052.582500', '171053.042500', '171053.502500', '171053.962500', '171054.422500', '171054.882500', '171055.342500', '171055.802500', '171056.262500', '171056.722500', '171057.182500', '171057.642500', '171058.102500', '171058.562500', '171059.022500', '171059.482500', '171059.942500', '171100.402500', '171100.862500', '171101.322500', '171101.782500', '171102.242500', '171102.702500', '171103.162500', '171103.622500', '171104.082500', '171104.542500', '171105.002500', '171105.462500', '171105.922500', '171106.382500', '171106.842500', '171107.302500', '171107.762500', '171108.222500', '171108.682500', '171109.142500', '171109.602500', '171110.062500', '171110.522500', '171110.982500', '171111.442500', '171111.902500', '171112.362500', '171112.822500', '171113.282500', '171113.742500', '171114.202500', '171114.662500', '171115.122500', '171115.582500', '171116.042500', '171116.502500', '171116.962500', '171117.422500', '171117.882500', '171118.342500', '171118.802500', '171119.262500', '171119.722500', '171120.182500', '171120.642500', '171121.102500', '171121.562500', '171122.022500', '171122.482500', '171122.942500', '171123.402500', '171123.862500', '171124.322500', '171124.782500', '171125.242500', '171125.702500', '171126.162500', '171126.622500', '171127.082500', '171127.542500', '171128.002500', '171128.462500', '171128.922500', '171129.382500', '171129.842500', '171130.302500', '171130.762500', '171131.222500', '171131.682500', '171132.142500', '171132.602500', '171133.062500', '171133.522500', '171133.982500', '171134.442500', '171134.902500', '171135.362500', '171135.822500', '171136.282500', '171136.742500', '171137.202500', '171137.662500', '171138.122500', '171138.582500', '171139.042500', '171139.502500', '171139.962500', '171140.422500', '171140.882500', '171141.342500', '171141.802500', '171142.262500', '171142.722500', '171143.182500', '171143.642500', '171144.102500', '171144.562500', '171145.022500', '171145.482500', '171145.942500', '171146.402500', '171146.862500', '171147.322500', '171147.782500', '171148.242500', '171148.702500', '171149.162500', '171149.622500', '171150.082500', '171150.542500', '171151.002500', '171151.462500', '171151.922500', '171152.382500', '171152.842500', '171153.302500', '171153.762500', '171154.222500', '171154.682500', '171155.142500', '171155.602500', '171156.062500', '171156.522500', '171156.982500', '171157.442500', '171157.902500', '171158.362500', '171158.822500', '171159.282500', '171159.742500', '171200.202500', '171200.662500', '171201.122500', '171201.582500', '171202.042500', '171202.502500', '171202.962500', '171203.422500', '171203.882500', '171204.342500', '171204.802500', '171205.262500', '171205.722500', '171206.182500', '171206.642500', '171207.102500', '171207.562500', '171208.022500', '171208.482500', '171208.942500', '171209.402500', '171209.862500', '171210.322500', '171210.782500', '171211.242500', '171211.702500', '171212.162500', '171212.622500', '171213.082500', '171213.542500', '171214.002500', '171214.462500', '171214.922500', '171215.382500', '171215.842500', '171216.302500', '171216.762500', '171217.222500', '171217.682500', '171218.142500', '171218.602500', '171219.062500', '171219.522500', '171219.982500', '171220.442500', '171220.902500', '171221.362500', '171221.822500', '171222.282500', '171222.742500', '171223.202500', '171223.662500', '171224.122500', '171224.582500', '171225.042500'], 'ContentTime': ['170558.917000', '170558.920000', '170558.923000', '170558.925000', '170558.928000', '170558.931000', '170558.939000', '170558.941000', '170558.944000', '170558.946000', '170558.949000', '170558.952000', '170558.954000', '170558.957000', '170558.960000', '170558.962000', '170558.965000', '170558.968000', '170558.970000', '170558.973000', '170558.975000', '170558.978000', '170558.981000', '170558.983000', '170558.986000', '170558.988000', '170558.991000', '170559.002000', '170559.013000', '170618.887000', '170618.890000', '170618.893000', '170618.896000', '170618.898000', '170618.901000', '170618.903000', '170618.906000', '170618.909000', '170618.911000', '170618.914000', '170618.916000', '170618.919000', '170618.922000', '170618.924000', '170618.927000', '170618.929000', '170618.932000', '170618.935000', '170618.937000', '170618.940000', '170618.942000', '170618.945000', '170618.948000', '170618.950000', '170618.953000', '170618.961000', '170618.964000', '170618.966000', '170618.969000', '170618.972000', '170618.974000', '170618.977000', '170618.979000', '170618.982000', '170618.985000', '170618.987000', '170618.990000', '170618.993000', '170618.995000', '170618.998000', '170619.001000', '170619.004000', '170638.887000', '170638.890000', '170638.893000', '170638.895000', '170638.898000', '170638.901000', '170638.903000', '170638.906000', '170638.908000', '170638.911000', '170638.914000', '170638.916000', '170638.919000', '170638.921000', '170638.924000', '170638.927000', '170638.929000', '170638.932000', '170638.934000', '170638.937000', '170638.940000', '170638.942000', '170638.945000', '170638.948000', '170638.950000', '170638.953000', '170638.955000', '170638.958000', '170638.960000', '170638.963000', '170638.966000', '170638.968000', '170638.971000', '170638.973000', '170638.976000', '170638.979000', '170638.981000', '170638.984000', '170638.986000', '170638.989000', '170639.000000', '170639.003000', '170639.005000', '170639.008000', '170658.887000', '170658.890000', '170658.893000', '170658.895000', '170658.898000', '170658.910000', '170658.912000', '170658.915000', '170658.918000', '170658.920000', '170658.923000', '170658.926000', '170658.928000', '170658.931000', '170658.934000', '170658.936000', '170658.939000', '170658.941000', '170658.944000', '170658.947000', '170658.949000', '170658.952000', '170658.954000', '170658.957000', '170658.959000', '170658.962000', '170658.965000', '170658.967000', '170658.970000', '170658.972000', '170658.975000', '170658.977000', '170658.980000', '170658.983000', '170658.985000', '170658.988000', '170658.990000', '170658.993000', '170658.995000', '170658.998000', '170659.002000', '170659.005000', '170659.007000', '170718.887000', '170718.890000', '170718.893000', '170718.895000', '170718.898000', '170718.901000', '170718.903000', '170718.906000', '170718.909000', '170718.911000', '170718.914000', '170718.916000', '170718.919000', '170718.922000', '170718.924000', '170718.927000', '170718.929000', '170718.932000', '170718.935000', '170718.937000', '170718.940000', '170718.942000', '170718.945000', '170718.947000', '170718.950000', '170718.952000', '170718.955000', '170718.958000', '170718.960000', '170718.963000', '170718.965000', '170718.968000', '170718.970000', '170718.973000', '170718.976000', '170718.978000', '170718.981000', '170718.983000', '170718.986000', '170718.989000', '170718.991000', '170718.994000', '170718.997000', '170719.000000', '170738.888000', '170738.890000', '170738.893000', '170738.896000', '170738.898000', '170738.901000', '170738.904000', '170738.906000', '170738.909000', '170738.912000', '170738.914000', '170738.917000', '170738.919000', '170738.922000', '170738.925000', '170738.927000', '170738.930000', '170738.932000', '170738.935000', '170738.938000', '170738.940000', '170738.943000', '170738.945000', '170738.948000', '170738.951000', '170738.953000', '170738.956000', '170738.958000', '170738.961000', '170738.963000', '170738.966000', '170738.969000', '170738.971000', '170738.974000', '170738.976000', '170738.979000', '170738.982000', '170738.984000', '170738.987000', '170738.989000', '170738.992000', '170738.995000', '170738.997000', '170758.888000', '170758.891000', '170758.893000', '170758.896000', '170758.898000', '170758.901000', '170758.904000', '170758.906000', '170758.909000', '170758.912000', '170758.914000', '170758.917000', '170758.919000', '170758.922000', '170758.925000', '170758.927000', '170758.930000', '170758.933000', '170758.935000', '170758.938000', '170758.940000', '170758.943000', '170758.946000', '170758.948000', '170758.951000', '170758.954000', '170758.956000', '170758.959000', '170758.961000', '170758.964000', '170758.967000', '170758.969000', '170758.972000', '170758.974000', '170758.977000', '170758.980000', '170758.982000', '170758.985000', '170758.988000', '170758.990000', '170758.993000', '170758.995000', '170758.998000', '170759.001000', '170818.887000', '170818.890000', '170818.893000', '170818.895000', '170818.898000', '170818.900000', '170818.903000', '170818.906000', '170818.908000', '170818.911000', '170818.913000', '170818.916000', '170818.919000', '170818.921000', '170818.924000', '170818.927000', '170818.929000', '170818.932000', '170818.935000', '170818.937000', '170818.940000', '170818.943000', '170818.945000', '170818.948000', '170818.951000', '170818.953000', '170818.956000', '170818.958000', '170818.961000', '170818.963000', '170818.966000', '170818.969000', '170818.971000', '170818.974000', '170818.976000', '170818.979000', '170818.982000', '170818.984000', '170818.987000', '170818.989000', '170818.992000', '170818.995000', '170818.997000', '170838.888000', '170838.890000', '170838.893000', '170838.896000', '170838.898000', '170838.901000', '170838.904000', '170838.906000', '170838.909000', '170838.911000', '170838.914000', '170838.916000', '170838.919000', '170838.922000', '170838.924000', '170838.927000', '170838.929000', '170838.932000', '170838.935000', '170838.937000', '170838.940000', '170838.942000', '170838.945000', '170838.948000', '170838.950000', '170838.953000', '170838.955000', '170838.958000', '170838.961000', '170838.963000', '170838.966000', '170838.969000', '170838.971000', '170838.974000', '170838.977000', '170838.979000', '170838.982000', '170838.985000', '170838.987000', '170838.990000', '170838.992000', '170838.995000', '170838.998000', '170839.001000', '170858.887000', '170858.890000', '170858.893000', '170858.896000', '170858.898000', '170858.901000', '170858.904000', '170858.906000', '170858.909000', '170858.911000', '170858.914000', '170858.916000', '170858.919000', '170858.922000', '170858.924000', '170858.927000', '170858.929000', '170858.932000', '170858.934000', '170858.937000', '170858.940000', '170858.942000', '170858.945000', '170858.948000', '170858.950000', '170858.953000', '170858.955000', '170858.958000', '170858.961000', '170858.963000', '170858.966000', '170858.968000', '170858.971000', '170858.974000', '170858.976000', '170858.979000', '170858.981000', '170858.984000', '170858.987000', '170858.989000', '170858.992000', '170858.994000', '170858.997000', '170918.887000', '170918.890000', '170918.893000', '170918.896000', '170918.899000', '170918.902000', '170918.904000', '170918.907000', '170918.910000', '170918.912000', '170918.915000', '170918.918000', '170918.920000', '170918.923000', '170918.925000', '170918.928000', '170918.931000', '170918.933000', '170918.936000', '170918.949000', '170918.952000', '170918.955000', '170918.957000', '170918.960000', '170918.962000', '170918.965000', '170918.967000', '170918.970000', '170918.973000', '170918.975000', '170918.978000', '170918.980000', '170918.983000', '170918.986000', '170918.988000', '170918.991000', '170918.994000', '170918.996000', '170919.000000', '170919.002000', '170919.005000', '170919.008000', '170919.010000', '170919.013000', '170938.888000', '170938.890000', '170938.893000', '170938.896000', '170938.898000', '170938.901000', '170938.903000', '170938.906000', '170938.909000', '170938.911000', '170938.914000', '170938.916000', '170938.919000', '170938.921000', '170938.924000', '170938.927000', '170938.929000', '170938.932000', '170938.935000', '170938.937000', '170938.940000', '170938.942000', '170938.945000', '170938.948000', '170938.950000', '170938.953000', '170938.955000', '170938.958000', '170938.961000', '170938.963000', '170938.966000', '170938.969000', '170938.971000', '170938.974000', '170938.976000', '170938.979000', '170938.982000', '170938.984000', '170938.987000', '170938.989000', '170938.992000', '170938.994000', '170938.997000', '170958.887000', '170958.890000', '170958.893000', '170958.895000', '170958.898000', '170958.901000', '170958.903000', '170958.906000', '170958.909000', '170958.911000', '170958.914000', '170958.916000', '170958.919000', '170958.921000', '170958.924000', '170958.927000', '170958.929000', '170958.932000', '170958.935000', '170958.937000', '170958.940000', '170958.942000', '170958.945000', '170958.947000', '170958.950000', '170958.953000', '170958.955000', '170958.958000', '170958.961000', '170958.963000', '170958.966000', '170958.968000', '170958.971000', '170958.973000', '170958.976000', '170958.979000', '170958.981000', '170958.984000', '170958.986000', '170958.989000', '170958.991000', '170958.994000', '170958.996000', '170958.999000', '171018.888000', '171018.891000', '171018.893000', '171018.896000', '171018.898000', '171018.901000', '171018.904000', '171018.906000', '171018.909000', '171018.911000', '171018.914000', '171018.916000', '171018.919000', '171018.922000', '171018.924000', '171018.927000', '171018.929000', '171018.932000', '171018.934000', '171018.937000', '171018.939000', '171018.942000', '171018.945000', '171018.947000', '171018.950000', '171018.952000', '171018.955000', '171018.957000', '171018.960000', '171018.962000', '171018.965000', '171018.968000', '171018.970000', '171018.973000', '171018.975000', '171018.978000', '171018.981000', '171018.983000', '171018.986000', '171018.988000', '171018.991000', '171018.993000', '171018.996000', '171038.888000', '171038.891000', '171038.893000', '171038.896000', '171038.898000', '171038.901000', '171038.904000', '171038.906000', '171038.909000', '171038.911000', '171038.914000', '171038.917000', '171038.919000', '171038.922000', '171038.924000', '171038.927000', '171038.929000', '171038.932000', '171038.936000', '171038.939000', '171038.941000', '171038.944000', '171038.947000', '171038.949000', '171038.952000', '171038.954000', '171038.957000', '171038.959000', '171038.962000', '171038.965000', '171038.967000', '171038.970000', '171038.973000', '171038.975000', '171038.978000', '171038.981000', '171038.984000', '171038.987000', '171038.990000', '171038.992000', '171038.995000', '171038.998000', '171039.000000', '171058.887000', '171058.905000', '171058.907000', '171058.910000', '171058.912000', '171058.915000', '171058.918000', '171058.920000', '171058.923000', '171058.925000', '171058.928000', '171058.930000', '171058.933000', '171058.936000', '171058.938000', '171058.941000', '171058.944000', '171058.946000', '171058.949000', '171058.951000', '171058.954000', '171058.956000', '171058.959000', '171058.961000', '171058.964000', '171058.967000', '171058.969000', '171058.972000', '171058.974000', '171058.977000', '171058.980000', '171058.982000', '171058.985000', '171058.987000', '171058.990000', '171058.992000', '171058.995000', '171058.998000', '171059.001000', '171059.004000', '171059.006000', '171059.009000', '171059.012000', '171059.014000', '171118.888000', '171118.891000', '171118.893000', '171118.896000', '171118.898000', '171118.901000', '171118.903000', '171118.906000', '171118.909000', '171118.911000', '171118.914000', '171118.916000', '171118.919000', '171118.922000', '171118.924000', '171118.927000', '171118.930000', '171118.932000', '171118.935000', '171118.938000', '171118.941000', '171118.951000', '171118.954000', '171118.956000', '171118.959000', '171118.962000', '171118.964000', '171118.967000', '171118.969000', '171118.972000', '171118.975000', '171118.977000', '171118.980000', '171118.982000', '171118.985000', '171118.987000', '171118.990000', '171118.992000', '171118.995000', '171118.998000', '171119.001000', '171119.004000', '171119.006000', '171138.887000', '171138.890000', '171138.893000', '171138.895000', '171138.898000', '171138.901000', '171138.903000', '171138.906000', '171138.909000', '171138.911000', '171138.914000', '171138.916000', '171138.919000', '171138.922000', '171138.924000', '171138.927000', '171138.929000', '171138.932000', '171138.935000', '171138.937000', '171138.940000', '171138.942000', '171138.945000', '171138.947000', '171138.950000', '171138.953000', '171138.955000', '171138.958000', '171138.960000', '171138.963000', '171138.965000', '171138.970000', '171138.972000', '171138.975000', '171138.977000', '171138.980000', '171138.983000', '171138.985000', '171138.988000', '171138.990000', '171138.993000', '171138.996000', '171138.998000', '171139.002000', '171158.888000', '171158.891000', '171158.893000', '171158.896000', '171158.898000', '171158.901000', '171158.903000', '171158.906000', '171158.909000', '171158.911000', '171158.914000', '171158.916000', '171158.919000', '171158.922000', '171158.924000', '171158.927000', '171158.929000', '171158.932000', '171158.934000', '171158.937000', '171158.939000', '171158.942000', '171158.945000', '171158.947000', '171158.950000', '171158.952000', '171158.955000', '171158.957000', '171158.960000', '171158.963000', '171158.965000', '171158.968000', '171158.970000', '171158.973000', '171158.976000', '171158.979000', '171158.981000', '171158.984000', '171158.987000', '171158.989000', '171158.992000', '171158.994000', '171158.997000', '171218.887000', '171218.890000', '171218.893000', '171218.896000', '171218.898000', '171218.901000', '171218.903000', '171218.906000', '171218.908000', '171218.911000', '171218.914000', '171218.916000', '171218.919000', '171218.921000', '171218.924000', '171218.927000', '171218.929000', '171218.932000', '171218.934000', '171218.937000', '171218.939000', '171218.942000', '171218.945000', '171218.947000', '171218.950000', '171218.952000', '171218.961000', '171218.963000', '171218.966000', '171218.969000', '171218.971000', '171218.974000', '171218.976000', '171218.979000', '171218.982000', '171218.984000', '171218.987000', '171218.989000', '171218.992000', '171218.994000', '171218.997000', '171219.000000', '171219.002000', '171219.005000', '171226.533000', '171226.536000', '171226.539000', '171226.542000', '171226.545000', '171226.547000', '171226.550000', '171226.553000', '171226.555000', '171226.558000', '171226.561000', '171226.564000', '171226.566000', '171226.569000', '171226.572000', '171226.575000', '171226.578000'], 'InstanceCreationTime': ['170558.917000', '170558.920000', '170558.923000', '170558.925000', '170558.928000', '170558.931000', '170558.939000', '170558.941000', '170558.944000', '170558.946000', '170558.949000', '170558.952000', '170558.954000', '170558.957000', '170558.960000', '170558.962000', '170558.965000', '170558.968000', '170558.970000', '170558.973000', '170558.975000', '170558.978000', '170558.981000', '170558.983000', '170558.986000', '170558.988000', '170558.991000', '170559.002000', '170559.013000', '170618.887000', '170618.890000', '170618.893000', '170618.896000', '170618.898000', '170618.901000', '170618.903000', '170618.906000', '170618.909000', '170618.911000', '170618.914000', '170618.916000', '170618.919000', '170618.922000', '170618.924000', '170618.927000', '170618.929000', '170618.932000', '170618.935000', '170618.937000', '170618.940000', '170618.942000', '170618.945000', '170618.948000', '170618.950000', '170618.953000', '170618.961000', '170618.964000', '170618.966000', '170618.969000', '170618.972000', '170618.974000', '170618.977000', '170618.979000', '170618.982000', '170618.985000', '170618.987000', '170618.990000', '170618.993000', '170618.995000', '170618.998000', '170619.001000', '170619.004000', '170638.887000', '170638.890000', '170638.893000', '170638.895000', '170638.898000', '170638.901000', '170638.903000', '170638.906000', '170638.908000', '170638.911000', '170638.914000', '170638.916000', '170638.919000', '170638.921000', '170638.924000', '170638.927000', '170638.929000', '170638.932000', '170638.934000', '170638.937000', '170638.940000', '170638.942000', '170638.945000', '170638.948000', '170638.950000', '170638.953000', '170638.955000', '170638.958000', '170638.960000', '170638.963000', '170638.966000', '170638.968000', '170638.971000', '170638.973000', '170638.976000', '170638.979000', '170638.981000', '170638.984000', '170638.986000', '170638.989000', '170639.000000', '170639.003000', '170639.005000', '170639.008000', '170658.887000', '170658.890000', '170658.893000', '170658.895000', '170658.898000', '170658.910000', '170658.912000', '170658.915000', '170658.918000', '170658.920000', '170658.923000', '170658.926000', '170658.928000', '170658.931000', '170658.934000', '170658.936000', '170658.939000', '170658.941000', '170658.944000', '170658.947000', '170658.949000', '170658.952000', '170658.954000', '170658.957000', '170658.959000', '170658.962000', '170658.965000', '170658.967000', '170658.970000', '170658.972000', '170658.975000', '170658.977000', '170658.980000', '170658.983000', '170658.985000', '170658.988000', '170658.990000', '170658.993000', '170658.995000', '170658.998000', '170659.002000', '170659.005000', '170659.007000', '170718.887000', '170718.890000', '170718.893000', '170718.895000', '170718.898000', '170718.901000', '170718.903000', '170718.906000', '170718.909000', '170718.911000', '170718.914000', '170718.916000', '170718.919000', '170718.922000', '170718.924000', '170718.927000', '170718.929000', '170718.932000', '170718.935000', '170718.937000', '170718.940000', '170718.942000', '170718.945000', '170718.947000', '170718.950000', '170718.952000', '170718.955000', '170718.958000', '170718.960000', '170718.963000', '170718.965000', '170718.968000', '170718.970000', '170718.973000', '170718.976000', '170718.978000', '170718.981000', '170718.983000', '170718.986000', '170718.989000', '170718.991000', '170718.994000', '170718.997000', '170719.000000', '170738.888000', '170738.890000', '170738.893000', '170738.896000', '170738.898000', '170738.901000', '170738.904000', '170738.906000', '170738.909000', '170738.912000', '170738.914000', '170738.917000', '170738.919000', '170738.922000', '170738.925000', '170738.927000', '170738.930000', '170738.932000', '170738.935000', '170738.938000', '170738.940000', '170738.943000', '170738.945000', '170738.948000', '170738.951000', '170738.953000', '170738.956000', '170738.958000', '170738.961000', '170738.963000', '170738.966000', '170738.969000', '170738.971000', '170738.974000', '170738.976000', '170738.979000', '170738.982000', '170738.984000', '170738.987000', '170738.989000', '170738.992000', '170738.995000', '170738.997000', '170758.888000', '170758.891000', '170758.893000', '170758.896000', '170758.898000', '170758.901000', '170758.904000', '170758.906000', '170758.909000', '170758.912000', '170758.914000', '170758.917000', '170758.919000', '170758.922000', '170758.925000', '170758.927000', '170758.930000', '170758.933000', '170758.935000', '170758.938000', '170758.940000', '170758.943000', '170758.946000', '170758.948000', '170758.951000', '170758.954000', '170758.956000', '170758.959000', '170758.961000', '170758.964000', '170758.967000', '170758.969000', '170758.972000', '170758.974000', '170758.977000', '170758.980000', '170758.982000', '170758.985000', '170758.988000', '170758.990000', '170758.993000', '170758.995000', '170758.998000', '170759.001000', '170818.887000', '170818.890000', '170818.893000', '170818.895000', '170818.898000', '170818.900000', '170818.903000', '170818.906000', '170818.908000', '170818.911000', '170818.913000', '170818.916000', '170818.919000', '170818.921000', '170818.924000', '170818.927000', '170818.929000', '170818.932000', '170818.935000', '170818.937000', '170818.940000', '170818.943000', '170818.945000', '170818.948000', '170818.951000', '170818.953000', '170818.956000', '170818.958000', '170818.961000', '170818.963000', '170818.966000', '170818.969000', '170818.971000', '170818.974000', '170818.976000', '170818.979000', '170818.982000', '170818.984000', '170818.987000', '170818.989000', '170818.992000', '170818.995000', '170818.997000', '170838.888000', '170838.890000', '170838.893000', '170838.896000', '170838.898000', '170838.901000', '170838.904000', '170838.906000', '170838.909000', '170838.911000', '170838.914000', '170838.916000', '170838.919000', '170838.922000', '170838.924000', '170838.927000', '170838.929000', '170838.932000', '170838.935000', '170838.937000', '170838.940000', '170838.942000', '170838.945000', '170838.948000', '170838.950000', '170838.953000', '170838.955000', '170838.958000', '170838.961000', '170838.963000', '170838.966000', '170838.969000', '170838.971000', '170838.974000', '170838.977000', '170838.979000', '170838.982000', '170838.985000', '170838.987000', '170838.990000', '170838.992000', '170838.995000', '170838.998000', '170839.001000', '170858.887000', '170858.890000', '170858.893000', '170858.896000', '170858.898000', '170858.901000', '170858.904000', '170858.906000', '170858.909000', '170858.911000', '170858.914000', '170858.916000', '170858.919000', '170858.922000', '170858.924000', '170858.927000', '170858.929000', '170858.932000', '170858.934000', '170858.937000', '170858.940000', '170858.942000', '170858.945000', '170858.948000', '170858.950000', '170858.953000', '170858.955000', '170858.958000', '170858.961000', '170858.963000', '170858.966000', '170858.968000', '170858.971000', '170858.974000', '170858.976000', '170858.979000', '170858.981000', '170858.984000', '170858.987000', '170858.989000', '170858.992000', '170858.994000', '170858.997000', '170918.887000', '170918.890000', '170918.893000', '170918.896000', '170918.899000', '170918.902000', '170918.904000', '170918.907000', '170918.910000', '170918.912000', '170918.915000', '170918.918000', '170918.920000', '170918.923000', '170918.925000', '170918.928000', '170918.931000', '170918.933000', '170918.936000', '170918.949000', '170918.952000', '170918.955000', '170918.957000', '170918.960000', '170918.962000', '170918.965000', '170918.967000', '170918.970000', '170918.973000', '170918.975000', '170918.978000', '170918.980000', '170918.983000', '170918.986000', '170918.988000', '170918.991000', '170918.994000', '170918.996000', '170919.000000', '170919.002000', '170919.005000', '170919.008000', '170919.010000', '170919.013000', '170938.888000', '170938.890000', '170938.893000', '170938.896000', '170938.898000', '170938.901000', '170938.903000', '170938.906000', '170938.909000', '170938.911000', '170938.914000', '170938.916000', '170938.919000', '170938.921000', '170938.924000', '170938.927000', '170938.929000', '170938.932000', '170938.935000', '170938.937000', '170938.940000', '170938.942000', '170938.945000', '170938.948000', '170938.950000', '170938.953000', '170938.955000', '170938.958000', '170938.961000', '170938.963000', '170938.966000', '170938.969000', '170938.971000', '170938.974000', '170938.976000', '170938.979000', '170938.982000', '170938.984000', '170938.987000', '170938.989000', '170938.992000', '170938.994000', '170938.997000', '170958.887000', '170958.890000', '170958.893000', '170958.895000', '170958.898000', '170958.901000', '170958.903000', '170958.906000', '170958.909000', '170958.911000', '170958.914000', '170958.916000', '170958.919000', '170958.921000', '170958.924000', '170958.927000', '170958.929000', '170958.932000', '170958.935000', '170958.937000', '170958.940000', '170958.942000', '170958.945000', '170958.947000', '170958.950000', '170958.953000', '170958.955000', '170958.958000', '170958.961000', '170958.963000', '170958.966000', '170958.968000', '170958.971000', '170958.973000', '170958.976000', '170958.979000', '170958.981000', '170958.984000', '170958.986000', '170958.989000', '170958.991000', '170958.994000', '170958.996000', '170958.999000', '171018.888000', '171018.891000', '171018.893000', '171018.896000', '171018.898000', '171018.901000', '171018.904000', '171018.906000', '171018.909000', '171018.911000', '171018.914000', '171018.916000', '171018.919000', '171018.922000', '171018.924000', '171018.927000', '171018.929000', '171018.932000', '171018.934000', '171018.937000', '171018.939000', '171018.942000', '171018.945000', '171018.947000', '171018.950000', '171018.952000', '171018.955000', '171018.957000', '171018.960000', '171018.962000', '171018.965000', '171018.968000', '171018.970000', '171018.973000', '171018.975000', '171018.978000', '171018.981000', '171018.983000', '171018.986000', '171018.988000', '171018.991000', '171018.993000', '171018.996000', '171038.888000', '171038.891000', '171038.893000', '171038.896000', '171038.898000', '171038.901000', '171038.904000', '171038.906000', '171038.909000', '171038.911000', '171038.914000', '171038.917000', '171038.919000', '171038.922000', '171038.924000', '171038.927000', '171038.929000', '171038.932000', '171038.936000', '171038.939000', '171038.941000', '171038.944000', '171038.947000', '171038.949000', '171038.952000', '171038.954000', '171038.957000', '171038.959000', '171038.962000', '171038.965000', '171038.967000', '171038.970000', '171038.973000', '171038.975000', '171038.978000', '171038.981000', '171038.984000', '171038.987000', '171038.990000', '171038.992000', '171038.995000', '171038.998000', '171039.000000', '171058.887000', '171058.905000', '171058.907000', '171058.910000', '171058.912000', '171058.915000', '171058.918000', '171058.920000', '171058.923000', '171058.925000', '171058.928000', '171058.930000', '171058.933000', '171058.936000', '171058.938000', '171058.941000', '171058.944000', '171058.946000', '171058.949000', '171058.951000', '171058.954000', '171058.956000', '171058.959000', '171058.961000', '171058.964000', '171058.967000', '171058.969000', '171058.972000', '171058.974000', '171058.977000', '171058.980000', '171058.982000', '171058.985000', '171058.987000', '171058.990000', '171058.992000', '171058.995000', '171058.998000', '171059.001000', '171059.004000', '171059.006000', '171059.009000', '171059.012000', '171059.014000', '171118.888000', '171118.891000', '171118.893000', '171118.896000', '171118.898000', '171118.901000', '171118.903000', '171118.906000', '171118.909000', '171118.911000', '171118.914000', '171118.916000', '171118.919000', '171118.922000', '171118.924000', '171118.927000', '171118.930000', '171118.932000', '171118.935000', '171118.938000', '171118.941000', '171118.951000', '171118.954000', '171118.956000', '171118.959000', '171118.962000', '171118.964000', '171118.967000', '171118.969000', '171118.972000', '171118.975000', '171118.977000', '171118.980000', '171118.982000', '171118.985000', '171118.987000', '171118.990000', '171118.992000', '171118.995000', '171118.998000', '171119.001000', '171119.004000', '171119.006000', '171138.887000', '171138.890000', '171138.893000', '171138.895000', '171138.898000', '171138.901000', '171138.903000', '171138.906000', '171138.909000', '171138.911000', '171138.914000', '171138.916000', '171138.919000', '171138.922000', '171138.924000', '171138.927000', '171138.929000', '171138.932000', '171138.935000', '171138.937000', '171138.940000', '171138.942000', '171138.945000', '171138.947000', '171138.950000', '171138.953000', '171138.955000', '171138.958000', '171138.960000', '171138.963000', '171138.965000', '171138.970000', '171138.972000', '171138.975000', '171138.977000', '171138.980000', '171138.983000', '171138.985000', '171138.988000', '171138.990000', '171138.993000', '171138.996000', '171138.998000', '171139.002000', '171158.888000', '171158.891000', '171158.893000', '171158.896000', '171158.898000', '171158.901000', '171158.903000', '171158.906000', '171158.909000', '171158.911000', '171158.914000', '171158.916000', '171158.919000', '171158.922000', '171158.924000', '171158.927000', '171158.929000', '171158.932000', '171158.934000', '171158.937000', '171158.939000', '171158.942000', '171158.945000', '171158.947000', '171158.950000', '171158.952000', '171158.955000', '171158.957000', '171158.960000', '171158.963000', '171158.965000', '171158.968000', '171158.970000', '171158.973000', '171158.976000', '171158.979000', '171158.981000', '171158.984000', '171158.987000', '171158.989000', '171158.992000', '171158.994000', '171158.997000', '171218.887000', '171218.890000', '171218.893000', '171218.896000', '171218.898000', '171218.901000', '171218.903000', '171218.906000', '171218.908000', '171218.911000', '171218.914000', '171218.916000', '171218.919000', '171218.921000', '171218.924000', '171218.927000', '171218.929000', '171218.932000', '171218.934000', '171218.937000', '171218.939000', '171218.942000', '171218.945000', '171218.947000', '171218.950000', '171218.952000', '171218.961000', '171218.963000', '171218.966000', '171218.969000', '171218.971000', '171218.974000', '171218.976000', '171218.979000', '171218.982000', '171218.984000', '171218.987000', '171218.989000', '171218.992000', '171218.994000', '171218.997000', '171219.000000', '171219.002000', '171219.005000', '171226.533000', '171226.536000', '171226.539000', '171226.542000', '171226.545000', '171226.547000', '171226.550000', '171226.553000', '171226.555000', '171226.558000', '171226.561000', '171226.564000', '171226.566000', '171226.569000', '171226.572000', '171226.575000', '171226.578000'], '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': [9896, 15767, 9530, 15380, 9177, 12702, 9903, 11738, 19195, 12197, 20230, 11339, 16613, 10965, 16260, 10120, 16220, 9069, 12621, 8604, 12481, 8565, 13197, 9273, 13178, 9486, 11603, 9813, 11527, 11350, 14134, 12180, 11780, 7874, 12358, 8341, 16182, 11320, 17230, 11327, 15651, 10826, 11846, 11047, 12485, 13875, 12861, 15145, 11531, 15070, 12274, 15232, 11975, 15917, 11869, 14154, 9288, 12850, 8506, 13018, 8554, 15871, 9737, 15107, 9125, 13920, 8799, 14026, 8586, 14858, 9210, 12974, 10058, 14480, 8882, 13408, 10066, 14325, 10210, 17426, 11267, 19118, 10911, 17541, 10991, 17285, 11274, 17791, 11788, 16648, 10401, 13932, 9627, 13775, 8993, 15500, 8951, 14343, 8712, 13756, 9186, 16462, 9656, 14696, 9412, 13848, 9524, 13259, 16157, 13441, 18590, 11889, 18195, 10813, 18677, 11421, 20401, 11282, 19220, 10514, 16116, 10548, 16809, 11058, 16466, 10441, 14942, 10290, 14066, 9871, 15328, 9882, 15258, 9102, 13979, 9037, 13430, 8946, 15418, 9635, 14573, 9678, 14245, 8814, 15482, 9426, 14943, 9092, 16770, 10121, 15314, 10826, 15663, 11043, 18951, 12021, 13719, 12301, 9449, 13046, 10977, 12769, 17708, 12439, 21353, 12597, 22496, 11940, 17789, 10261, 13812, 10459, 13412, 9015, 14859, 9345, 14136, 9189, 11649, 13505, 10663, 19617, 12902, 16297, 11186, 13026, 8932, 12510, 10313, 11892, 16371, 10891, 17542, 11176, 15520, 9870, 14443, 9252, 12189, 13046, 10534, 20189, 13364, 16470, 11486, 13839, 9297, 12968, 13911, 11992, 18533, 11975, 17346, 11637, 15362, 9595, 14737, 8635, 12699, 8576, 11575, 10732, 12956, 10727, 12319, 11331, 12031, 15619, 12143, 19570, 13180, 20947, 12232, 18260, 12282, 17233, 11316, 15731, 9167, 14800, 9571, 11095, 11303, 11745, 8701, 11898, 8661, 13929, 10089, 14025, 14914, 13668, 13147, 11139, 10259, 10434, 12859, 10600, 17624, 12231, 15107, 10359, 15020, 10858, 16062, 11179, 14436, 9940, 12873, 9023, 15105, 9426, 14987, 9735, 13328, 18962, 12138, 21133, 12355, 17104, 11104, 14919, 10009, 14895, 9435, 14131, 8842, 13460, 9531, 13816, 18527, 12392, 22146, 12268, 18309, 11710, 16487, 10589, 16547, 10619, 12479, 8912, 10660, 18859, 10658, 18033, 11303, 18449, 11420, 13058, 10553, 12698, 10101, 14052, 10411, 16100, 11056, 16143, 10644, 13977, 9497, 13029, 8572, 14386, 10191, 11454, 12256, 10032, 19270, 12202, 16024, 11403, 13941, 9003, 12399, 10732, 11715, 17307, 10606, 15852, 10743, 15055, 10748, 15020, 10349, 13512, 9381, 13445, 8587, 14168, 10139, 12473, 10589, 13756, 8156, 12386, 7866, 15191, 9346, 17422, 11673, 18206, 9224, 13656, 8619, 13886, 8996, 14355, 12854, 14062, 19683, 12105, 18335, 10137, 19253, 10476, 15689, 11486, 16452, 11085, 15593, 9661, 12886, 8312, 12394, 8632, 12368, 9616, 13828, 13234, 11709, 15526, 10251, 16382, 10546, 14996, 9311, 14286, 9497, 11493, 11574, 10348, 17879, 11063, 17599, 12251, 17210, 11059, 14336, 8972, 13191, 9683, 11143, 20047, 11879, 16248, 10489, 13536, 10004, 12932, 8444, 13640, 9056, 13773, 8859, 11116, 9178, 11244, 10333, 12861, 11796, 12482, 10736, 10962, 15917, 11134, 19256, 12775, 18032, 12621, 15482, 10739, 13331, 9062, 12975, 9972, 13915, 19756, 13878, 15000, 12725, 14614, 9337, 8082, 10140, 9052, 13024, 13107, 13947, 18609, 11688, 18600, 12281, 15856, 13076, 12660, 20827, 12356, 16444, 12181, 9517, 17091, 9807, 12326, 16869, 9832, 14653, 9780, 11868, 8083, 9604, 16401, 10176, 14151, 10464, 12617, 8303, 11625, 8574, 10796, 19121, 12570, 16930, 11838, 13902, 8999, 13673, 21058, 11015, 18006, 12008, 14109, 8742, 12030, 9873, 10053, 19091, 12554, 16116, 11683, 13652, 9703, 12770, 8588, 13641, 9875, 14553, 16752, 11386, 18336, 10119, 19655, 12267, 17396, 11125, 17972, 11850, 20363, 11169, 20043, 10094, 14046, 8953, 15861, 9700, 14546, 9481, 14627, 16021, 10829, 19225, 11709, 14486, 9807, 12775, 19271, 10700, 20491, 10161, 14221, 9936, 12978, 9391, 11131, 20680, 12598, 15570, 9293, 11078, 10487, 16359, 9926, 13481, 10478, 14582, 9655, 16730, 9901, 15773, 10735, 16162, 11567, 17504, 11652, 17824, 10313, 13429, 9265, 11854, 10002, 14790, 10548, 9038, 13549, 8717, 16268, 10482, 15353, 10160, 13132, 9211, 12286, 16319, 11266, 17992, 11033, 14666, 9727, 11799, 8136, 12124, 13535, 9371, 16660, 9572, 13804, 8285, 12589, 11078, 10234, 13824, 8569, 14383, 8816, 12375, 8141, 13691, 7903, 11142, 8301, 11057, 14390, 11601, 16870, 13265, 17131, 9230, 9051, 9521, 8165, 11467, 10482, 11986, 16384, 11814, 18552, 12986, 15977, 11823, 15845, 11170, 15435, 15568, 13562, 20248, 12309, 17152, 11133, 14649, 10331, 11565, 12336, 10059, 20659, 14923, 21184, 16011, 11381, 9106, 7738, 8946, 7662, 11013, 9332, 13394, 9562, 15468, 9085, 16088, 9257, 13676, 9148, 12671, 10475, 12390, 12351, 13587, 14119, 11787, 9647, 11005, 12397, 10794, 18055, 11439, 15471, 10687, 13963, 10274, 13080, 9166, 12139, 8792, 12535, 9000, 13188, 8623, 14130, 9560, 14774, 9009, 13112, 7901, 13080, 7881, 14368, 8220, 12445, 8149, 11944, 9403, 15449, 9070, 14514, 8180, 11914, 10006, 15575, 10822, 9846, 13089, 8561, 16986, 11595, 18261, 11768, 15281, 9821, 15845, 10318, 14657, 10014, 13644, 9091, 12837, 8309, 12123, 17407, 10524, 16927, 11824, 14578, 10043, 13979, 9927, 12621, 8797, 11868, 7943, 10559, 7893, 11272, 8855, 14377, 8794, 15117, 9223, 15135, 10028, 16452, 11491, 16226, 11030, 16007, 10956, 18420, 11286, 18443, 14417, 18321, 12896, 11437, 10222, 9430, 12633, 9707, 13949, 11969, 15333, 11272, 16107, 9700, 12807, 8321, 15100, 10145, 16765, 10449, 15570, 11226, 12156, 14865, 10726, 15218, 10181, 16131, 9904, 13654, 8862, 12201, 8912, 12963, 9219, 13661, 10107, 14062, 9518, 12072, 8002, 12255, 7967, 14005, 8316, 13180, 8572, 12515, 8601, 14597, 8183, 15294, 8458, 13992, 8778, 14159, 10443, 14114, 10165, 12199, 15267, 10603, 18776, 11799, 16079, 11047, 13907, 9166, 12700, 8679, 12897, 8624, 13797, 8675, 11196, 8803, 10060, 11302, 10286, 14436, 10917, 14626, 9252, 15909, 10621, 9630, 10676, 8044, 14042, 9306, 16086, 11490, 14123, 16109, 10888, 17410, 11782, 14695, 10170, 12543, 8128, 11430, 14434, 10659], 'WindowCenter': [4406.0, 4420.0, 4365.0, 4402.0, 4351.0, 4372.0, 4349.0, 4371.0, 4410.0, 4373.0, 4411.0, 4362.0, 4389.0, 4361.0, 4385.0, 4351.0, 4391.0, 4337.0, 4359.0, 4328.0, 4358.0, 4339.0, 4375.0, 4350.0, 4379.0, 4351.0, 4370.0, 4347.0, 4372.0, 4361.0, 4392.0, 4370.0, 4374.0, 4329.0, 4385.0, 4338.0, 4416.0, 4383.0, 4408.0, 4376.0, 4401.0, 4376.0, 4369.0, 4370.0, 4383.0, 4378.0, 4383.0, 4394.0, 4359.0, 4378.0, 4359.0, 4380.0, 4339.0, 4378.0, 4346.0, 4355.0, 4312.0, 4345.0, 4313.0, 4353.0, 4315.0, 4377.0, 4325.0, 4366.0, 4324.0, 4355.0, 4312.0, 4356.0, 4312.0, 4367.0, 4321.0, 4355.0, 4339.0, 4365.0, 4322.0, 4365.0, 4334.0, 4376.0, 4347.0, 4399.0, 4361.0, 4408.0, 4362.0, 4386.0, 4348.0, 4383.0, 4358.0, 4399.0, 4359.0, 4392.0, 4348.0, 4361.0, 4331.0, 4379.0, 4340.0, 4392.0, 4328.0, 4383.0, 4328.0, 4381.0, 4351.0, 4403.0, 4345.0, 4393.0, 4335.0, 4382.0, 4344.0, 4384.0, 4387.0, 4367.0, 4397.0, 4360.0, 4397.0, 4340.0, 4402.0, 4356.0, 4409.0, 4355.0, 4399.0, 4347.0, 4376.0, 4359.0, 4402.0, 4359.0, 4391.0, 4351.0, 4376.0, 4333.0, 4377.0, 4346.0, 4385.0, 4352.0, 4391.0, 4326.0, 4366.0, 4342.0, 4382.0, 4339.0, 4391.0, 4347.0, 4390.0, 4336.0, 4393.0, 4341.0, 4390.0, 4340.0, 4389.0, 4338.0, 4398.0, 4350.0, 4390.0, 4360.0, 4399.0, 4372.0, 4406.0, 4371.0, 4380.0, 4368.0, 4337.0, 4369.0, 4346.0, 4357.0, 4381.0, 4355.0, 4409.0, 4359.0, 4407.0, 4347.0, 4376.0, 4323.0, 4352.0, 4333.0, 4355.0, 4318.0, 4365.0, 4325.0, 4368.0, 4327.0, 4347.0, 4365.0, 4348.0, 4397.0, 4358.0, 4388.0, 4346.0, 4354.0, 4335.0, 4366.0, 4336.0, 4374.0, 4389.0, 4346.0, 4383.0, 4356.0, 4389.0, 4339.0, 4380.0, 4334.0, 4357.0, 4363.0, 4347.0, 4404.0, 4365.0, 4384.0, 4357.0, 4366.0, 4324.0, 4369.0, 4369.0, 4360.0, 4399.0, 4358.0, 4386.0, 4359.0, 4372.0, 4336.0, 4378.0, 4326.0, 4359.0, 4325.0, 4359.0, 4356.0, 4371.0, 4358.0, 4372.0, 4358.0, 4382.0, 4398.0, 4373.0, 4412.0, 4380.0, 4409.0, 4368.0, 4399.0, 4358.0, 4387.0, 4346.0, 4378.0, 4326.0, 4367.0, 4321.0, 4346.0, 4346.0, 4345.0, 4313.0, 4344.0, 4315.0, 4366.0, 4335.0, 4368.0, 4378.0, 4357.0, 4353.0, 4329.0, 4319.0, 4332.0, 4355.0, 4349.0, 4389.0, 4369.0, 4377.0, 4351.0, 4376.0, 4359.0, 4387.0, 4355.0, 4378.0, 4347.0, 4381.0, 4342.0, 4387.0, 4349.0, 4391.0, 4337.0, 4383.0, 4407.0, 4369.0, 4420.0, 4371.0, 4397.0, 4357.0, 4392.0, 4349.0, 4376.0, 4340.0, 4373.0, 4327.0, 4379.0, 4347.0, 4379.0, 4410.0, 4370.0, 4420.0, 4357.0, 4386.0, 4358.0, 4376.0, 4339.0, 4375.0, 4332.0, 4340.0, 4313.0, 4334.0, 4383.0, 4333.0, 4377.0, 4345.0, 4380.0, 4342.0, 4344.0, 4332.0, 4341.0, 4334.0, 4348.0, 4334.0, 4383.0, 4340.0, 4390.0, 4343.0, 4366.0, 4325.0, 4364.0, 4316.0, 4366.0, 4332.0, 4347.0, 4342.0, 4337.0, 4398.0, 4349.0, 4375.0, 4345.0, 4367.0, 4312.0, 4356.0, 4339.0, 4356.0, 4383.0, 4336.0, 4370.0, 4344.0, 4376.0, 4344.0, 4372.0, 4335.0, 4362.0, 4334.0, 4369.0, 4326.0, 4378.0, 4348.0, 4372.0, 4347.0, 4367.0, 4318.0, 4360.0, 4316.0, 4377.0, 4337.0, 4388.0, 4350.0, 4403.0, 4328.0, 4368.0, 4314.0, 4352.0, 4314.0, 4365.0, 4352.0, 4370.0, 4398.0, 4347.0, 4388.0, 4324.0, 4373.0, 4321.0, 4363.0, 4333.0, 4365.0, 4327.0, 4363.0, 4321.0, 4355.0, 4303.0, 4344.0, 4298.0, 4342.0, 4324.0, 4367.0, 4368.0, 4345.0, 4361.0, 4323.0, 4371.0, 4331.0, 4362.0, 4328.0, 4364.0, 4326.0, 4348.0, 4341.0, 4333.0, 4381.0, 4332.0, 4387.0, 4349.0, 4386.0, 4340.0, 4364.0, 4312.0, 4354.0, 4309.0, 4334.0, 4380.0, 4349.0, 4366.0, 4317.0, 4351.0, 4316.0, 4345.0, 4318.0, 4368.0, 4316.0, 4371.0, 4319.0, 4349.0, 4319.0, 4346.0, 4337.0, 4358.0, 4352.0, 4354.0, 4345.0, 4350.0, 4377.0, 4350.0, 4401.0, 4364.0, 4389.0, 4361.0, 4377.0, 4335.0, 4355.0, 4316.0, 4359.0, 4324.0, 4368.0, 4398.0, 4356.0, 4365.0, 4347.0, 4350.0, 4312.0, 4303.0, 4335.0, 4323.0, 4369.0, 4364.0, 4381.0, 4398.0, 4359.0, 4387.0, 4346.0, 4367.0, 4342.0, 4340.0, 4386.0, 4333.0, 4346.0, 4314.0, 4299.0, 4347.0, 4300.0, 4333.0, 4354.0, 4309.0, 4338.0, 4310.0, 4330.0, 4286.0, 4306.0, 4363.0, 4326.0, 4366.0, 4339.0, 4359.0, 4319.0, 4346.0, 4327.0, 4351.0, 4393.0, 4365.0, 4389.0, 4357.0, 4370.0, 4314.0, 4363.0, 4408.0, 4335.0, 4389.0, 4346.0, 4356.0, 4315.0, 4348.0, 4323.0, 4335.0, 4399.0, 4356.0, 4375.0, 4356.0, 4365.0, 4326.0, 4358.0, 4311.0, 4369.0, 4338.0, 4378.0, 4387.0, 4350.0, 4399.0, 4350.0, 4408.0, 4352.0, 4383.0, 4375.0, 4396.0, 4357.0, 4398.0, 4360.0, 4398.0, 4341.0, 4363.0, 4317.0, 4367.0, 4337.0, 4368.0, 4325.0, 4379.0, 4378.0, 4348.0, 4398.0, 4345.0, 4354.0, 4325.0, 4342.0, 4382.0, 4319.0, 4379.0, 4323.0, 4351.0, 4309.0, 4346.0, 4314.0, 4334.0, 4384.0, 4354.0, 4340.0, 4238.0, 4306.0, 4313.0, 4362.0, 4297.0, 4310.0, 4307.0, 4340.0, 4324.0, 4373.0, 4326.0, 4364.0, 4336.0, 4376.0, 4347.0, 4376.0, 4322.0, 4362.0, 4309.0, 4340.0, 4313.0, 4333.0, 4321.0, 4367.0, 4336.0, 4314.0, 4351.0, 4312.0, 4375.0, 4319.0, 4354.0, 4307.0, 4327.0, 4296.0, 4332.0, 4348.0, 4322.0, 4362.0, 4305.0, 4341.0, 4298.0, 4321.0, 4290.0, 4332.0, 4323.0, 4298.0, 4349.0, 4298.0, 4330.0, 4287.0, 4331.0, 4316.0, 4306.0, 4339.0, 4285.0, 4340.0, 4300.0, 4346.0, 4300.0, 4365.0, 4303.0, 4346.0, 4299.0, 4345.0, 4380.0, 4350.0, 4376.0, 4359.0, 4383.0, 4322.0, 4315.0, 4310.0, 4297.0, 4331.0, 4334.0, 4355.0, 4385.0, 4359.0, 4398.0, 4369.0, 4387.0, 4347.0, 4367.0, 4317.0, 4352.0, 4337.0, 4332.0, 4362.0, 4309.0, 4336.0, 4290.0, 4326.0, 4285.0, 4307.0, 4312.0, 4293.0, 4368.0, 4323.0, 4356.0, 4334.0, 4292.0, 4274.0, 4263.0, 4293.0, 4277.0, 4318.0, 4298.0, 4337.0, 4310.0, 4363.0, 4313.0, 4359.0, 4300.0, 4343.0, 4301.0, 4329.0, 4310.0, 4333.0, 4327.0, 4340.0, 4341.0, 4321.0, 4294.0, 4304.0, 4329.0, 4304.0, 4349.0, 4320.0, 4337.0, 4323.0, 4355.0, 4319.0, 4342.0, 4311.0, 4328.0, 4298.0, 4330.0, 4297.0, 4340.0, 4313.0, 4352.0, 4327.0, 4365.0, 4314.0, 4343.0, 4286.0, 4343.0, 4292.0, 4364.0, 4298.0, 4339.0, 4291.0, 4345.0, 4337.0, 4380.0, 4330.0, 4368.0, 4301.0, 4342.0, 4334.0, 4370.0, 4341.0, 4337.0, 4370.0, 4343.0, 4389.0, 4358.0, 4398.0, 4343.0, 4362.0, 4323.0, 4366.0, 4322.0, 4357.0, 4309.0, 4342.0, 4296.0, 4331.0, 4287.0, 4321.0, 4347.0, 4308.0, 4350.0, 4316.0, 4334.0, 4319.0, 4345.0, 4300.0, 4319.0, 4284.0, 4319.0, 4276.0, 4311.0, 4292.0, 4346.0, 4327.0, 4377.0, 4324.0, 4373.0, 4326.0, 4378.0, 4342.0, 4390.0, 4357.0, 4389.0, 4348.0, 4378.0, 4337.0, 4403.0, 4354.0, 4391.0, 4362.0, 4390.0, 4349.0, 4337.0, 4309.0, 4304.0, 4332.0, 4313.0, 4355.0, 4333.0, 4367.0, 4336.0, 4361.0, 4313.0, 4326.0, 4285.0, 4350.0, 4317.0, 4358.0, 4321.0, 4364.0, 4335.0, 4332.0, 4355.0, 4311.0, 4358.0, 4307.0, 4342.0, 4287.0, 4311.0, 4272.0, 4299.0, 4286.0, 4322.0, 4294.0, 4341.0, 4307.0, 4342.0, 4310.0, 4326.0, 4290.0, 4331.0, 4286.0, 4349.0, 4301.0, 4343.0, 4300.0, 4342.0, 4310.0, 4368.0, 4315.0, 4370.0, 4318.0, 4368.0, 4312.0, 4369.0, 4332.0, 4354.0, 4325.0, 4347.0, 4348.0, 4325.0, 4377.0, 4335.0, 4365.0, 4330.0, 4339.0, 4304.0, 4328.0, 4288.0, 4345.0, 4299.0, 4338.0, 4303.0, 4322.0, 4300.0, 4307.0, 4318.0, 4322.0, 4365.0, 4333.0, 4360.0, 4326.0, 4372.0, 4335.0, 4325.0, 4334.0, 4305.0, 4365.0, 4328.0, 4378.0, 4339.0, 4370.0, 4363.0, 4321.0, 4381.0, 4331.0, 4357.0, 4322.0, 4346.0, 4291.0, 4336.0, 4354.0, 4326.0], 'WindowWidth': [9708.0, 9716.0, 9630.0, 9683.0, 9604.0, 9632.0, 9599.0, 9630.0, 9686.0, 9633.0, 9691.0, 9617.0, 9655.0, 9617.0, 9645.0, 9603.0, 9659.0, 9580.0, 9609.0, 9563.0, 9607.0, 9585.0, 9633.0, 9603.0, 9641.0, 9605.0, 9628.0, 9595.0, 9637.0, 9617.0, 9661.0, 9630.0, 9637.0, 9576.0, 9652.0, 9588.0, 9703.0, 9654.0, 9684.0, 9646.0, 9676.0, 9644.0, 9626.0, 9629.0, 9650.0, 9641.0, 9650.0, 9668.0, 9613.0, 9640.0, 9609.0, 9642.0, 9575.0, 9638.0, 9583.0, 9599.0, 9534.0, 9582.0, 9536.0, 9593.0, 9544.0, 9630.0, 9555.0, 9615.0, 9552.0, 9595.0, 9534.0, 9598.0, 9536.0, 9615.0, 9547.0, 9598.0, 9578.0, 9613.0, 9552.0, 9613.0, 9571.0, 9630.0, 9593.0, 9667.0, 9616.0, 9679.0, 9617.0, 9646.0, 9593.0, 9643.0, 9609.0, 9667.0, 9611.0, 9662.0, 9592.0, 9605.0, 9567.0, 9640.0, 9586.0, 9657.0, 9568.0, 9648.0, 9568.0, 9645.0, 9604.0, 9676.0, 9590.0, 9665.0, 9576.0, 9645.0, 9587.0, 9651.0, 9649.0, 9621.0, 9664.0, 9612.0, 9660.0, 9577.0, 9679.0, 9605.0, 9684.0, 9603.0, 9669.0, 9592.0, 9631.0, 9612.0, 9674.0, 9608.0, 9657.0, 9601.0, 9629.0, 9569.0, 9634.0, 9593.0, 9643.0, 9603.0, 9658.0, 9562.0, 9616.0, 9593.0, 9646.0, 9584.0, 9657.0, 9595.0, 9656.0, 9576.0, 9665.0, 9591.0, 9655.0, 9584.0, 9653.0, 9582.0, 9667.0, 9599.0, 9656.0, 9615.0, 9671.0, 9637.0, 9684.0, 9632.0, 9640.0, 9623.0, 9578.0, 9622.0, 9587.0, 9603.0, 9633.0, 9600.0, 9686.0, 9608.0, 9683.0, 9587.0, 9629.0, 9550.0, 9589.0, 9563.0, 9595.0, 9543.0, 9613.0, 9559.0, 9618.0, 9561.0, 9587.0, 9614.0, 9591.0, 9661.0, 9605.0, 9648.0, 9586.0, 9597.0, 9576.0, 9617.0, 9574.0, 9635.0, 9652.0, 9587.0, 9639.0, 9604.0, 9652.0, 9582.0, 9640.0, 9572.0, 9605.0, 9609.0, 9593.0, 9674.0, 9614.0, 9641.0, 9605.0, 9618.0, 9557.0, 9625.0, 9623.0, 9610.0, 9669.0, 9605.0, 9647.0, 9608.0, 9627.0, 9575.0, 9639.0, 9560.0, 9606.0, 9558.0, 9612.0, 9604.0, 9628.0, 9610.0, 9631.0, 9608.0, 9647.0, 9672.0, 9636.0, 9694.0, 9644.0, 9692.0, 9623.0, 9672.0, 9605.0, 9649.0, 9590.0, 9638.0, 9559.0, 9617.0, 9547.0, 9585.0, 9585.0, 9581.0, 9538.0, 9580.0, 9542.0, 9611.0, 9568.0, 9617.0, 9631.0, 9601.0, 9591.0, 9553.0, 9539.0, 9560.0, 9597.0, 9591.0, 9650.0, 9624.0, 9632.0, 9598.0, 9632.0, 9609.0, 9650.0, 9603.0, 9638.0, 9594.0, 9645.0, 9593.0, 9652.0, 9599.0, 9658.0, 9579.0, 9648.0, 9680.0, 9624.0, 9706.0, 9629.0, 9664.0, 9605.0, 9660.0, 9597.0, 9634.0, 9585.0, 9626.0, 9563.0, 9639.0, 9596.0, 9638.0, 9684.0, 9629.0, 9706.0, 9602.0, 9650.0, 9605.0, 9633.0, 9578.0, 9630.0, 9562.0, 9572.0, 9536.0, 9563.0, 9636.0, 9563.0, 9634.0, 9582.0, 9634.0, 9575.0, 9580.0, 9562.0, 9573.0, 9567.0, 9582.0, 9568.0, 9639.0, 9576.0, 9655.0, 9581.0, 9614.0, 9557.0, 9612.0, 9546.0, 9615.0, 9565.0, 9587.0, 9577.0, 9573.0, 9666.0, 9588.0, 9629.0, 9584.0, 9616.0, 9537.0, 9601.0, 9573.0, 9602.0, 9640.0, 9572.0, 9620.0, 9583.0, 9629.0, 9584.0, 9623.0, 9573.0, 9606.0, 9571.0, 9620.0, 9565.0, 9635.0, 9592.0, 9630.0, 9590.0, 9618.0, 9553.0, 9610.0, 9548.0, 9632.0, 9577.0, 9655.0, 9597.0, 9679.0, 9564.0, 9618.0, 9541.0, 9592.0, 9538.0, 9610.0, 9591.0, 9621.0, 9660.0, 9586.0, 9643.0, 9551.0, 9622.0, 9543.0, 9605.0, 9561.0, 9611.0, 9551.0, 9606.0, 9546.0, 9596.0, 9526.0, 9578.0, 9511.0, 9575.0, 9550.0, 9613.0, 9618.0, 9584.0, 9602.0, 9548.0, 9615.0, 9559.0, 9606.0, 9561.0, 9613.0, 9558.0, 9588.0, 9574.0, 9564.0, 9633.0, 9562.0, 9646.0, 9591.0, 9643.0, 9573.0, 9608.0, 9533.0, 9592.0, 9528.0, 9565.0, 9634.0, 9588.0, 9613.0, 9536.0, 9586.0, 9536.0, 9579.0, 9547.0, 9618.0, 9543.0, 9623.0, 9550.0, 9589.0, 9543.0, 9584.0, 9572.0, 9603.0, 9594.0, 9597.0, 9586.0, 9596.0, 9631.0, 9596.0, 9673.0, 9610.0, 9655.0, 9611.0, 9630.0, 9570.0, 9597.0, 9543.0, 9606.0, 9554.0, 9619.0, 9661.0, 9599.0, 9609.0, 9584.0, 9583.0, 9534.0, 9524.0, 9568.0, 9553.0, 9621.0, 9610.0, 9639.0, 9663.0, 9606.0, 9654.0, 9583.0, 9619.0, 9574.0, 9570.0, 9652.0, 9559.0, 9577.0, 9523.0, 9506.0, 9578.0, 9507.0, 9556.0, 9580.0, 9522.0, 9562.0, 9523.0, 9551.0, 9491.0, 9519.0, 9604.0, 9556.0, 9612.0, 9578.0, 9604.0, 9550.0, 9586.0, 9560.0, 9598.0, 9658.0, 9614.0, 9653.0, 9604.0, 9624.0, 9541.0, 9607.0, 9680.0, 9571.0, 9653.0, 9586.0, 9600.0, 9540.0, 9588.0, 9550.0, 9569.0, 9667.0, 9600.0, 9629.0, 9600.0, 9611.0, 9559.0, 9603.0, 9536.0, 9621.0, 9578.0, 9633.0, 9645.0, 9595.0, 9664.0, 9597.0, 9687.0, 9593.0, 9639.0, 9638.0, 9663.0, 9600.0, 9661.0, 9611.0, 9659.0, 9582.0, 9604.0, 9545.0, 9608.0, 9576.0, 9618.0, 9554.0, 9636.0, 9630.0, 9589.0, 9669.0, 9582.0, 9594.0, 9551.0, 9574.0, 9629.0, 9539.0, 9629.0, 9545.0, 9585.0, 9524.0, 9580.0, 9535.0, 9560.0, 9637.0, 9596.0, 9564.0, 9389.0, 9512.0, 9528.0, 9598.0, 9502.0, 9510.0, 9514.0, 9565.0, 9549.0, 9617.0, 9556.0, 9607.0, 9570.0, 9628.0, 9589.0, 9628.0, 9543.0, 9601.0, 9521.0, 9565.0, 9531.0, 9560.0, 9547.0, 9611.0, 9569.0, 9539.0, 9587.0, 9533.0, 9627.0, 9540.0, 9595.0, 9516.0, 9544.0, 9501.0, 9554.0, 9576.0, 9542.0, 9607.0, 9513.0, 9569.0, 9503.0, 9538.0, 9496.0, 9555.0, 9534.0, 9504.0, 9579.0, 9504.0, 9549.0, 9489.0, 9555.0, 9529.0, 9516.0, 9560.0, 9486.0, 9565.0, 9512.0, 9580.0, 9517.0, 9611.0, 9524.0, 9584.0, 9514.0, 9583.0, 9640.0, 9593.0, 9627.0, 9604.0, 9635.0, 9550.0, 9539.0, 9527.0, 9509.0, 9558.0, 9565.0, 9598.0, 9641.0, 9608.0, 9669.0, 9622.0, 9653.0, 9585.0, 9618.0, 9531.0, 9590.0, 9558.0, 9554.0, 9611.0, 9518.0, 9562.0, 9485.0, 9541.0, 9478.0, 9512.0, 9515.0, 9493.0, 9605.0, 9531.0, 9586.0, 9544.0, 9482.0, 9462.0, 9448.0, 9496.0, 9476.0, 9531.0, 9506.0, 9561.0, 9524.0, 9602.0, 9532.0, 9597.0, 9510.0, 9571.0, 9515.0, 9549.0, 9520.0, 9557.0, 9545.0, 9566.0, 9568.0, 9539.0, 9496.0, 9508.0, 9549.0, 9508.0, 9579.0, 9532.0, 9561.0, 9542.0, 9595.0, 9540.0, 9571.0, 9527.0, 9544.0, 9506.0, 9549.0, 9507.0, 9566.0, 9536.0, 9590.0, 9557.0, 9606.0, 9536.0, 9572.0, 9491.0, 9573.0, 9505.0, 9604.0, 9509.0, 9566.0, 9502.0, 9582.0, 9576.0, 9640.0, 9565.0, 9614.0, 9520.0, 9574.0, 9568.0, 9614.0, 9574.0, 9576.0, 9622.0, 9592.0, 9653.0, 9607.0, 9672.0, 9579.0, 9610.0, 9548.0, 9611.0, 9543.0, 9597.0, 9521.0, 9570.0, 9500.0, 9551.0, 9487.0, 9536.0, 9568.0, 9515.0, 9582.0, 9526.0, 9550.0, 9539.0, 9575.0, 9505.0, 9532.0, 9482.0, 9533.0, 9472.0, 9523.0, 9501.0, 9584.0, 9561.0, 9630.0, 9554.0, 9619.0, 9557.0, 9629.0, 9583.0, 9652.0, 9607.0, 9654.0, 9590.0, 9632.0, 9573.0, 9674.0, 9605.0, 9659.0, 9610.0, 9648.0, 9588.0, 9568.0, 9522.0, 9517.0, 9554.0, 9528.0, 9591.0, 9560.0, 9616.0, 9565.0, 9603.0, 9530.0, 9544.0, 9487.0, 9582.0, 9534.0, 9591.0, 9543.0, 9601.0, 9563.0, 9555.0, 9589.0, 9524.0, 9602.0, 9515.0, 9573.0, 9483.0, 9513.0, 9458.0, 9495.0, 9482.0, 9530.0, 9496.0, 9566.0, 9518.0, 9567.0, 9523.0, 9542.0, 9497.0, 9554.0, 9491.0, 9579.0, 9515.0, 9572.0, 9512.0, 9571.0, 9530.0, 9612.0, 9539.0, 9619.0, 9549.0, 9616.0, 9533.0, 9616.0, 9560.0, 9593.0, 9551.0, 9580.0, 9576.0, 9549.0, 9636.0, 9564.0, 9611.0, 9554.0, 9566.0, 9517.0, 9546.0, 9491.0, 9575.0, 9511.0, 9564.0, 9518.0, 9541.0, 9510.0, 9519.0, 9534.0, 9544.0, 9608.0, 9561.0, 9598.0, 9557.0, 9619.0, 9569.0, 9553.0, 9566.0, 9526.0, 9609.0, 9563.0, 9633.0, 9573.0, 9619.0, 9600.0, 9542.0, 9645.0, 9555.0, 9600.0, 9543.0, 9582.0, 9501.0, 9565.0, 9588.0, 9550.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.0013303559127439723</td></tr>
<tr><td colspan=3>aqi</td><td>0.03458889161882893</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.46759376962061</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1913016054712662</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.95532626386207</td></tr>
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
<tr><td colspan=3>fber</td><td>4298.5337</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15087064700298494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.106773823191734</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.639652885986622</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5407214848790245</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9332964755193074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4449406975615346</td></tr>
<tr><td colspan=3>gcor</td><td>0.0176528</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012163616716861725</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02631158009171486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.87026980530725</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>22.1148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.48</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.7067</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297468.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1196.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.1742</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.317</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.8176</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3484.3453</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.4829</td></tr>
<tr><td colspan=3>tsnr</td><td>32.91457278851885</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>