ds005256-mriqc/sub-0101_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 8040380ef1 [DATALAD RUNCMD] Compute MRIQC for sub-0101
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0101 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0101",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:56 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0101_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0101_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0101_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-03/func/sub-0101_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>460d96ad357803b286c7e40228135afe</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:35:30.195000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997864, 0.0438205, 0.0484414, -0.0374621, 0.991429, -0.125159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.125183</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4244, -7752, -7229, 4, -164, -105, -47, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9793856a-f793-4ae8-99c7-e9aea6de1212||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677196979522705, -0.10050800442695618, 0.14447888731956482, 112.00318145751953], [-0.11756720393896103, 2.6599321365356445, -0.33230727910995483, -83.87351989746094], [0.12996463477611542, 0.33579185605049133, 2.67557430267334, -111.34806823730469], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['163530.195000', '163530.655000', '163531.115000', '163531.575000', '163532.035000', '163532.495000', '163532.955000', '163533.415000', '163533.875000', '163534.335000', '163534.795000', '163535.255000', '163535.715000', '163536.175000', '163536.635000', '163537.095000', '163537.555000', '163538.015000', '163538.475000', '163538.935000', '163539.395000', '163539.855000', '163540.315000', '163540.775000', '163541.235000', '163541.695000', '163542.155000', '163542.615000', '163543.075000', '163543.535000', '163543.995000', '163544.455000', '163544.915000', '163545.375000', '163545.835000', '163546.295000', '163546.755000', '163547.215000', '163547.675000', '163548.135000', '163548.595000', '163549.055000', '163549.515000', '163549.975000', '163550.435000', '163550.895000', '163551.355000', '163551.815000', '163552.275000', '163552.735000', '163553.195000', '163553.655000', '163554.115000', '163554.575000', '163555.035000', '163555.495000', '163555.955000', '163556.415000', '163556.875000', '163557.335000', '163557.795000', '163558.255000', '163558.715000', '163559.175000', '163559.635000', '163600.095000', '163600.555000', '163601.015000', '163601.475000', '163601.935000', '163602.395000', '163602.855000', '163603.315000', '163603.775000', '163604.235000', '163604.695000', '163605.155000', '163605.615000', '163606.075000', '163606.535000', '163606.995000', '163607.455000', '163607.915000', '163608.375000', '163608.835000', '163609.295000', '163609.755000', '163610.215000', '163610.675000', '163611.135000', '163611.595000', '163612.055000', '163612.515000', '163612.975000', '163613.435000', '163613.895000', '163614.355000', '163614.815000', '163615.275000', '163615.735000', '163616.195000', '163616.655000', '163617.115000', '163617.575000', '163618.035000', '163618.495000', '163618.955000', '163619.415000', '163619.875000', '163620.335000', '163620.795000', '163621.255000', '163621.715000', '163622.175000', '163622.635000', '163623.095000', '163623.555000', '163624.015000', '163624.475000', '163624.935000', '163625.395000', '163625.855000', '163626.315000', '163626.775000', '163627.235000', '163627.695000', '163628.155000', '163628.615000', '163629.075000', '163629.535000', '163629.995000', '163630.455000', '163630.915000', '163631.375000', '163631.835000', '163632.295000', '163632.755000', '163633.215000', '163633.675000', '163634.135000', '163634.595000', '163635.055000', '163635.515000', '163635.975000', '163636.435000', '163636.895000', '163637.355000', '163637.815000', '163638.275000', '163638.735000', '163639.195000', '163639.655000', '163640.115000', '163640.575000', '163641.035000', '163641.495000', '163641.955000', '163642.415000', '163642.875000', '163643.335000', '163643.795000', '163644.255000', '163644.715000', '163645.175000', '163645.635000', '163646.095000', '163646.555000', '163647.015000', '163647.475000', '163647.935000', '163648.395000', '163648.855000', '163649.315000', '163649.775000', '163650.235000', '163650.695000', '163651.155000', '163651.615000', '163652.075000', '163652.535000', '163652.995000', '163653.455000', '163653.915000', '163654.375000', '163654.835000', '163655.295000', '163655.755000', '163656.215000', '163656.675000', '163657.135000', '163657.595000', '163658.055000', '163658.515000', '163658.975000', '163659.435000', '163659.895000', '163700.355000', '163700.815000', '163701.275000', '163701.735000', '163702.195000', '163702.655000', '163703.115000', '163703.575000', '163704.035000', '163704.495000', '163704.955000', '163705.415000', '163705.875000', '163706.335000', '163706.795000', '163707.255000', '163707.715000', '163708.175000', '163708.635000', '163709.095000', '163709.555000', '163710.015000', '163710.475000', '163710.935000', '163711.395000', '163711.855000', '163712.315000', '163712.775000', '163713.235000', '163713.695000', '163714.155000', '163714.615000', '163715.075000', '163715.535000', '163715.995000', '163716.455000', '163716.915000', '163717.375000', '163717.835000', '163718.295000', '163718.755000', '163719.215000', '163719.675000', '163720.135000', '163720.595000', '163721.055000', '163721.515000', '163721.975000', '163722.435000', '163722.895000', '163723.355000', '163723.815000', '163724.275000', '163724.735000', '163725.195000', '163725.655000', '163726.115000', '163726.575000', '163727.035000', '163727.495000', '163727.955000', '163728.415000', '163728.875000', '163729.335000', '163729.795000', '163730.255000', '163730.715000', '163731.175000', '163731.635000', '163732.095000', '163732.555000', '163733.015000', '163733.475000', '163733.935000', '163734.395000', '163734.855000', '163735.315000', '163735.775000', '163736.235000', '163736.695000', '163737.155000', '163737.615000', '163738.075000', '163738.535000', '163738.995000', '163739.455000', '163739.915000', '163740.375000', '163740.835000', '163741.295000', '163741.755000', '163742.215000', '163742.675000', '163743.135000', '163743.595000', '163744.055000', '163744.515000', '163744.975000', '163745.435000', '163745.895000', '163746.355000', '163746.815000', '163747.275000', '163747.735000', '163748.195000', '163748.655000', '163749.115000', '163749.575000', '163750.035000', '163750.495000', '163750.955000', '163751.415000', '163751.875000', '163752.335000', '163752.795000', '163753.255000', '163753.715000', '163754.175000', '163754.635000', '163755.095000', '163755.555000', '163756.015000', '163756.475000', '163756.935000', '163757.395000', '163757.855000', '163758.315000', '163758.775000', '163759.235000', '163759.695000', '163800.155000', '163800.615000', '163801.075000', '163801.535000', '163801.995000', '163802.455000', '163802.915000', '163803.375000', '163803.835000', '163804.295000', '163804.755000', '163805.215000', '163805.675000', '163806.135000', '163806.595000', '163807.055000', '163807.515000', '163807.975000', '163808.435000', '163808.895000', '163809.355000', '163809.815000', '163810.275000', '163810.735000', '163811.195000', '163811.655000', '163812.115000', '163812.575000', '163813.035000', '163813.495000', '163813.955000', '163814.415000', '163814.875000', '163815.335000', '163815.795000', '163816.255000', '163816.715000', '163817.175000', '163817.635000', '163818.095000', '163818.555000', '163819.015000', '163819.475000', '163819.935000', '163820.395000', '163820.855000', '163821.315000', '163821.775000', '163822.235000', '163822.695000', '163823.155000', '163823.615000', '163824.075000', '163824.535000', '163824.995000', '163825.455000', '163825.915000', '163826.375000', '163826.835000', '163827.295000', '163827.755000', '163828.215000', '163828.675000', '163829.135000', '163829.595000', '163830.055000', '163830.515000', '163830.975000', '163831.435000', '163831.895000', '163832.355000', '163832.815000', '163833.275000', '163833.735000', '163834.195000', '163834.655000', '163835.115000', '163835.575000', '163836.035000', '163836.495000', '163836.955000', '163837.415000', '163837.875000', '163838.335000', '163838.795000', '163839.255000', '163839.715000', '163840.175000', '163840.635000', '163841.095000', '163841.555000', '163842.015000', '163842.475000', '163842.935000', '163843.395000', '163843.855000', '163844.315000', '163844.775000', '163845.235000', '163845.695000', '163846.155000', '163846.615000', '163847.075000', '163847.535000', '163847.995000', '163848.455000', '163848.915000', '163849.375000', '163849.835000', '163850.295000', '163850.755000', '163851.215000', '163851.675000', '163852.135000', '163852.595000', '163853.055000', '163853.515000', '163853.975000', '163854.435000', '163854.895000', '163855.355000', '163855.815000', '163856.275000', '163856.735000', '163857.195000', '163857.655000', '163858.115000', '163858.575000', '163859.035000', '163859.495000', '163859.955000', '163900.415000', '163900.875000', '163901.335000', '163901.795000', '163902.255000', '163902.715000', '163903.175000', '163903.635000', '163904.095000', '163904.555000', '163905.015000', '163905.475000', '163905.935000', '163906.395000', '163906.855000', '163907.315000', '163907.775000', '163908.235000', '163908.695000', '163909.155000', '163909.615000', '163910.075000', '163910.535000', '163910.995000', '163911.455000', '163911.915000', '163912.375000', '163912.835000', '163913.295000', '163913.755000', '163914.215000', '163914.675000', '163915.135000', '163915.595000', '163916.055000', '163916.515000', '163916.975000', '163917.435000', '163917.895000', '163918.355000', '163918.815000', '163919.275000', '163919.735000', '163920.195000', '163920.655000', '163921.115000', '163921.575000', '163922.035000', '163922.495000', '163922.955000', '163923.415000', '163923.875000', '163924.335000', '163924.795000', '163925.255000', '163925.715000', '163926.175000', '163926.635000', '163927.095000', '163927.555000', '163928.015000', '163928.475000', '163928.935000', '163929.395000', '163929.855000', '163930.315000', '163930.775000', '163931.235000', '163931.695000', '163932.155000', '163932.615000', '163933.075000', '163933.535000', '163933.995000', '163934.455000', '163934.915000', '163935.375000', '163935.835000', '163936.295000', '163936.755000', '163937.215000', '163937.675000', '163938.135000', '163938.595000', '163939.055000', '163939.515000', '163939.975000', '163940.435000', '163940.895000', '163941.355000', '163941.815000', '163942.275000', '163942.735000', '163943.195000', '163943.655000', '163944.115000', '163944.575000', '163945.035000', '163945.495000', '163945.955000', '163946.415000', '163946.875000', '163947.335000', '163947.795000', '163948.255000', '163948.715000', '163949.175000', '163949.635000', '163950.095000', '163950.555000', '163951.015000', '163951.475000', '163951.935000', '163952.395000', '163952.855000', '163953.315000', '163953.775000', '163954.235000', '163954.695000', '163955.155000', '163955.615000', '163956.075000', '163956.535000', '163956.995000', '163957.455000', '163957.915000', '163958.375000', '163958.835000', '163959.295000', '163959.755000', '164000.215000', '164000.675000', '164001.135000', '164001.595000', '164002.055000', '164002.515000', '164002.975000', '164003.435000', '164003.895000', '164004.355000', '164004.815000', '164005.275000', '164005.735000', '164006.195000', '164006.655000', '164007.115000', '164007.575000', '164008.035000', '164008.495000', '164008.955000', '164009.415000', '164009.875000', '164010.335000', '164010.795000', '164011.255000', '164011.715000', '164012.175000', '164012.635000', '164013.095000', '164013.555000', '164014.015000', '164014.475000', '164014.935000', '164015.395000', '164015.855000', '164016.315000', '164016.775000', '164017.235000', '164017.695000', '164018.155000', '164018.615000', '164019.075000', '164019.535000', '164019.995000', '164020.455000', '164020.915000', '164021.375000', '164021.835000', '164022.295000', '164022.755000', '164023.215000', '164023.675000', '164024.135000', '164024.595000', '164025.055000', '164025.515000', '164025.975000', '164026.435000', '164026.895000', '164027.355000', '164027.815000', '164028.275000', '164028.735000', '164029.195000', '164029.655000', '164030.115000', '164030.575000', '164031.035000', '164031.495000', '164031.955000', '164032.415000', '164032.875000', '164033.335000', '164033.795000', '164034.255000', '164034.715000', '164035.175000', '164035.635000', '164036.095000', '164036.555000', '164037.015000', '164037.475000', '164037.935000', '164038.395000', '164038.855000', '164039.315000', '164039.775000', '164040.235000', '164040.695000', '164041.155000', '164041.615000', '164042.075000', '164042.535000', '164042.995000', '164043.455000', '164043.915000', '164044.375000', '164044.835000', '164045.295000', '164045.755000', '164046.215000', '164046.675000', '164047.135000', '164047.595000', '164048.055000', '164048.515000', '164048.975000', '164049.435000', '164049.895000', '164050.355000', '164050.815000', '164051.275000', '164051.735000', '164052.195000', '164052.655000', '164053.115000', '164053.575000', '164054.035000', '164054.495000', '164054.955000', '164055.415000', '164055.875000', '164056.335000', '164056.795000', '164057.255000', '164057.715000', '164058.175000', '164058.635000', '164059.095000', '164059.555000', '164100.015000', '164100.475000', '164100.935000', '164101.395000', '164101.855000', '164102.315000', '164102.775000', '164103.235000', '164103.695000', '164104.155000', '164104.615000', '164105.075000', '164105.535000', '164105.995000', '164106.455000', '164106.915000', '164107.375000', '164107.835000', '164108.295000', '164108.755000', '164109.215000', '164109.675000', '164110.135000', '164110.595000', '164111.055000', '164111.515000', '164111.975000', '164112.435000', '164112.895000', '164113.355000', '164113.815000', '164114.275000', '164114.735000', '164115.195000', '164115.655000', '164116.115000', '164116.575000', '164117.035000', '164117.495000', '164117.955000', '164118.415000', '164118.875000', '164119.335000', '164119.795000', '164120.255000', '164120.715000', '164121.175000', '164121.635000', '164122.095000', '164122.555000', '164123.015000', '164123.475000', '164123.935000', '164124.395000', '164124.855000', '164125.315000', '164125.775000', '164126.235000', '164126.695000', '164127.155000', '164127.615000', '164128.075000', '164128.535000', '164128.995000', '164129.455000', '164129.915000', '164130.375000', '164130.835000', '164131.295000', '164131.755000', '164132.215000', '164132.675000', '164133.135000', '164133.595000', '164134.055000', '164134.515000', '164134.975000', '164135.435000', '164135.895000', '164136.355000', '164136.815000', '164137.275000', '164137.735000', '164138.195000', '164138.655000', '164139.115000', '164139.575000', '164140.035000', '164140.495000', '164140.955000', '164141.415000', '164141.875000', '164142.335000', '164142.795000', '164143.255000', '164143.715000', '164144.175000', '164144.635000', '164145.095000', '164145.555000', '164146.015000', '164146.475000', '164146.935000', '164147.395000', '164147.855000', '164148.315000', '164148.775000', '164149.235000', '164149.695000', '164150.155000', '164150.615000', '164151.075000', '164151.535000', '164151.995000', '164152.455000', '164152.915000', '164153.375000', '164153.835000', '164154.295000', '164154.755000', '164155.215000', '164155.675000', '164156.135000', '164156.595000', '164157.055000', '164157.515000', '164157.975000', '164158.435000', '164158.895000', '164159.355000', '164159.815000', '164200.275000', '164200.735000', '164201.195000', '164201.655000', '164202.115000', '164202.575000', '164203.035000', '164203.495000', '164203.955000', '164204.415000', '164204.875000', '164205.335000', '164205.795000', '164206.255000', '164206.715000', '164207.175000', '164207.635000', '164208.095000', '164208.555000', '164209.015000', '164209.475000', '164209.935000', '164210.395000', '164210.855000'], 'ContentTime': ['163537.721000', '163537.725000', '163537.727000', '163537.730000', '163537.733000', '163537.735000', '163537.738000', '163537.740000', '163537.743000', '163537.745000', '163537.748000', '163537.750000', '163537.753000', '163537.768000', '163537.778000', '163557.680000', '163557.684000', '163557.686000', '163557.689000', '163557.692000', '163557.694000', '163557.697000', '163557.699000', '163557.702000', '163557.704000', '163557.707000', '163557.710000', '163557.712000', '163557.715000', '163557.717000', '163557.720000', '163557.722000', '163557.725000', '163557.728000', '163557.730000', '163557.733000', '163557.735000', '163557.738000', '163557.741000', '163557.743000', '163557.746000', '163557.748000', '163557.751000', '163557.753000', '163557.756000', '163557.759000', '163557.761000', '163557.764000', '163557.766000', '163557.769000', '163557.771000', '163557.774000', '163557.776000', '163557.779000', '163557.782000', '163557.784000', '163557.787000', '163557.789000', '163617.680000', '163617.682000', '163617.685000', '163617.688000', '163617.690000', '163617.693000', '163617.695000', '163617.698000', '163617.701000', '163617.703000', '163617.706000', '163617.708000', '163617.711000', '163617.714000', '163617.717000', '163617.719000', '163617.723000', '163617.725000', '163617.728000', '163617.730000', '163617.733000', '163617.735000', '163617.738000', '163617.741000', '163617.743000', '163617.746000', '163617.749000', '163617.751000', '163617.754000', '163617.756000', '163617.759000', '163617.761000', '163617.764000', '163617.767000', '163617.769000', '163617.772000', '163617.775000', '163617.777000', '163617.780000', '163617.782000', '163617.785000', '163617.787000', '163617.790000', '163637.680000', '163637.683000', '163637.685000', '163637.688000', '163637.691000', '163637.693000', '163637.696000', '163637.698000', '163637.701000', '163637.703000', '163637.706000', '163637.709000', '163637.711000', '163637.714000', '163637.716000', '163637.719000', '163637.721000', '163637.724000', '163637.727000', '163637.729000', '163637.732000', '163637.734000', '163637.737000', '163637.740000', '163637.742000', '163637.745000', '163637.747000', '163637.750000', '163637.753000', '163637.755000', '163637.758000', '163637.760000', '163637.763000', '163637.765000', '163637.768000', '163637.771000', '163637.773000', '163637.776000', '163637.778000', '163637.781000', '163637.784000', '163637.786000', '163637.789000', '163637.792000', '163657.678000', '163657.681000', '163657.684000', '163657.691000', '163657.694000', '163657.696000', '163657.699000', '163657.701000', '163657.704000', '163657.707000', '163657.709000', '163657.712000', '163657.714000', '163657.717000', '163657.720000', '163657.722000', '163657.725000', '163657.727000', '163657.730000', '163657.733000', '163657.735000', '163657.738000', '163657.740000', '163657.743000', '163657.746000', '163657.748000', '163657.751000', '163657.753000', '163657.756000', '163657.758000', '163657.761000', '163657.764000', '163657.766000', '163657.769000', '163657.771000', '163657.774000', '163657.776000', '163657.779000', '163657.782000', '163657.784000', '163657.787000', '163657.789000', '163657.792000', '163657.795000', '163717.679000', '163717.681000', '163717.684000', '163717.687000', '163717.689000', '163717.692000', '163717.695000', '163717.697000', '163717.700000', '163717.702000', '163717.705000', '163717.708000', '163717.710000', '163717.713000', '163717.715000', '163717.718000', '163717.721000', '163717.723000', '163717.726000', '163717.728000', '163717.731000', '163717.733000', '163717.736000', '163717.739000', '163717.741000', '163717.744000', '163717.747000', '163717.749000', '163717.752000', '163717.754000', '163717.757000', '163717.760000', '163717.762000', '163717.765000', '163717.767000', '163717.770000', '163717.772000', '163717.775000', '163717.778000', '163717.780000', '163717.783000', '163717.785000', '163717.788000', '163737.678000', '163737.681000', '163737.684000', '163737.687000', '163737.689000', '163737.692000', '163737.694000', '163737.697000', '163737.713000', '163737.716000', '163737.718000', '163737.721000', '163737.729000', '163737.731000', '163737.734000', '163737.736000', '163737.739000', '163737.742000', '163737.744000', '163737.747000', '163737.749000', '163737.752000', '163737.755000', '163737.757000', '163737.760000', '163737.763000', '163737.765000', '163737.768000', '163737.770000', '163737.773000', '163737.776000', '163737.778000', '163737.781000', '163737.783000', '163737.786000', '163737.788000', '163737.791000', '163737.794000', '163737.796000', '163737.799000', '163737.801000', '163737.804000', '163737.807000', '163757.680000', '163757.682000', '163757.685000', '163757.688000', '163757.690000', '163757.693000', '163757.695000', '163757.698000', '163757.701000', '163757.703000', '163757.706000', '163757.709000', '163757.711000', '163757.714000', '163757.716000', '163757.719000', '163757.721000', '163757.724000', '163757.727000', '163757.729000', '163757.732000', '163757.734000', '163757.737000', '163757.740000', '163757.742000', '163757.745000', '163757.747000', '163757.750000', '163757.752000', '163757.755000', '163757.757000', '163757.760000', '163757.763000', '163757.765000', '163757.768000', '163757.771000', '163757.773000', '163757.776000', '163757.778000', '163757.781000', '163757.784000', '163757.786000', '163757.789000', '163757.791000', '163817.679000', '163817.682000', '163817.685000', '163817.687000', '163817.690000', '163817.693000', '163817.695000', '163817.698000', '163817.701000', '163817.703000', '163817.706000', '163817.708000', '163817.711000', '163817.714000', '163817.716000', '163817.719000', '163817.721000', '163817.724000', '163817.727000', '163817.729000', '163817.732000', '163817.735000', '163817.737000', '163817.740000', '163817.742000', '163817.745000', '163817.748000', '163817.750000', '163817.753000', '163817.755000', '163817.758000', '163817.760000', '163817.763000', '163817.766000', '163817.768000', '163817.771000', '163817.774000', '163817.776000', '163817.779000', '163817.781000', '163817.784000', '163817.786000', '163817.789000', '163817.792000', '163837.679000', '163837.682000', '163837.685000', '163837.688000', '163837.690000', '163837.693000', '163837.696000', '163837.698000', '163837.701000', '163837.703000', '163837.706000', '163837.708000', '163837.711000', '163837.714000', '163837.716000', '163837.719000', '163837.722000', '163837.724000', '163837.727000', '163837.729000', '163837.732000', '163837.735000', '163837.737000', '163837.740000', '163837.742000', '163837.745000', '163837.747000', '163837.750000', '163837.753000', '163837.755000', '163837.758000', '163837.760000', '163837.763000', '163837.766000', '163837.768000', '163837.771000', '163837.774000', '163837.776000', '163837.779000', '163837.781000', '163837.784000', '163837.786000', '163837.789000', '163857.680000', '163857.683000', '163857.685000', '163857.688000', '163857.691000', '163857.693000', '163857.696000', '163857.699000', '163857.701000', '163857.704000', '163857.706000', '163857.709000', '163857.712000', '163857.714000', '163857.717000', '163857.720000', '163857.722000', '163857.725000', '163857.728000', '163857.730000', '163857.733000', '163857.736000', '163857.738000', '163857.741000', '163857.746000', '163857.749000', '163857.751000', '163857.754000', '163857.757000', '163857.759000', '163857.762000', '163857.765000', '163857.767000', '163857.798000', '163857.801000', '163857.804000', '163857.806000', '163857.809000', '163857.812000', '163857.814000', '163857.817000', '163857.819000', '163857.822000', '163917.678000', '163917.681000', '163917.684000', '163917.687000', '163917.689000', '163917.692000', '163917.694000', '163917.697000', '163917.700000', '163917.702000', '163917.705000', '163917.707000', '163917.710000', '163917.713000', '163917.715000', '163917.718000', '163917.720000', '163917.723000', '163917.726000', '163917.728000', '163917.731000', '163917.734000', '163917.736000', '163917.739000', '163917.741000', '163917.744000', '163917.746000', '163917.749000', '163917.752000', '163917.754000', '163917.757000', '163917.759000', '163917.762000', '163917.765000', '163917.768000', '163917.770000', '163917.773000', '163917.776000', '163917.778000', '163917.781000', '163917.783000', '163917.786000', '163917.788000', '163917.791000', '163937.678000', '163937.681000', '163937.684000', '163937.687000', '163937.689000', '163937.692000', '163937.695000', '163937.697000', '163937.700000', '163937.702000', '163937.705000', '163937.708000', '163937.710000', '163937.713000', '163937.715000', '163937.718000', '163937.721000', '163937.724000', '163937.726000', '163937.729000', '163937.731000', '163937.734000', '163937.737000', '163937.739000', '163937.742000', '163937.744000', '163937.756000', '163937.758000', '163937.761000', '163937.764000', '163937.766000', '163937.769000', '163937.771000', '163937.774000', '163937.777000', '163937.779000', '163937.782000', '163937.784000', '163937.787000', '163937.790000', '163937.792000', '163937.795000', '163937.798000', '163957.678000', '163957.681000', '163957.684000', '163957.687000', '163957.689000', '163957.692000', '163957.695000', '163957.697000', '163957.700000', '163957.702000', '163957.705000', '163957.708000', '163957.710000', '163957.713000', '163957.715000', '163957.718000', '163957.721000', '163957.723000', '163957.726000', '163957.728000', '163957.731000', '163957.734000', '163957.736000', '163957.739000', '163957.741000', '163957.744000', '163957.747000', '163957.749000', '163957.752000', '163957.755000', '163957.757000', '163957.760000', '163957.762000', '163957.765000', '163957.768000', '163957.770000', '163957.773000', '163957.775000', '163957.778000', '163957.780000', '163957.783000', '163957.786000', '163957.788000', '163957.791000', '164017.680000', '164017.683000', '164017.685000', '164017.688000', '164017.690000', '164017.693000', '164017.696000', '164017.698000', '164017.701000', '164017.703000', '164017.706000', '164017.708000', '164017.711000', '164017.714000', '164017.716000', '164017.719000', '164017.722000', '164017.724000', '164017.727000', '164017.729000', '164017.732000', '164017.735000', '164017.737000', '164017.740000', '164017.742000', '164017.745000', '164017.747000', '164017.750000', '164017.753000', '164017.755000', '164017.758000', '164017.761000', '164017.763000', '164017.766000', '164017.769000', '164017.772000', '164017.774000', '164017.777000', '164017.779000', '164017.783000', '164017.785000', '164017.788000', '164017.791000', '164037.679000', '164037.682000', '164037.685000', '164037.688000', '164037.690000', '164037.693000', '164037.695000', '164037.698000', '164037.701000', '164037.703000', '164037.706000', '164037.709000', '164037.711000', '164037.714000', '164037.716000', '164037.744000', '164037.747000', '164037.749000', '164037.752000', '164037.755000', '164037.757000', '164037.760000', '164037.762000', '164037.765000', '164037.768000', '164037.771000', '164037.773000', '164037.776000', '164037.778000', '164037.781000', '164037.784000', '164037.786000', '164037.789000', '164037.792000', '164037.794000', '164037.797000', '164037.799000', '164037.802000', '164037.804000', '164037.807000', '164037.810000', '164037.812000', '164037.815000', '164037.817000', '164057.680000', '164057.682000', '164057.685000', '164057.688000', '164057.690000', '164057.693000', '164057.695000', '164057.698000', '164057.701000', '164057.703000', '164057.706000', '164057.708000', '164057.711000', '164057.722000', '164057.724000', '164057.727000', '164057.729000', '164057.732000', '164057.735000', '164057.737000', '164057.740000', '164057.743000', '164057.745000', '164057.748000', '164057.750000', '164057.753000', '164057.756000', '164057.758000', '164057.761000', '164057.764000', '164057.766000', '164057.769000', '164057.771000', '164057.774000', '164057.777000', '164057.779000', '164057.782000', '164057.784000', '164057.787000', '164057.790000', '164057.792000', '164057.795000', '164057.797000', '164117.680000', '164117.682000', '164117.685000', '164117.688000', '164117.690000', '164117.693000', '164117.695000', '164117.698000', '164117.701000', '164117.703000', '164117.706000', '164117.708000', '164117.711000', '164117.713000', '164117.716000', '164117.719000', '164117.721000', '164117.724000', '164117.726000', '164117.729000', '164117.732000', '164117.734000', '164117.737000', '164117.739000', '164117.742000', '164117.744000', '164117.747000', '164117.750000', '164117.752000', '164117.755000', '164117.758000', '164117.760000', '164117.763000', '164117.765000', '164117.768000', '164117.771000', '164117.773000', '164117.776000', '164117.778000', '164117.781000', '164117.784000', '164117.786000', '164117.789000', '164117.792000', '164137.679000', '164137.681000', '164137.684000', '164137.687000', '164137.689000', '164137.692000', '164137.695000', '164137.697000', '164137.700000', '164137.703000', '164137.705000', '164137.708000', '164137.710000', '164137.713000', '164137.716000', '164137.718000', '164137.721000', '164137.723000', '164137.726000', '164137.730000', '164137.732000', '164137.735000', '164137.738000', '164137.740000', '164137.743000', '164137.745000', '164137.748000', '164137.751000', '164137.753000', '164137.756000', '164137.758000', '164137.761000', '164137.764000', '164137.766000', '164137.769000', '164137.772000', '164137.774000', '164137.777000', '164137.779000', '164137.782000', '164137.785000', '164137.787000', '164137.790000', '164157.679000', '164157.681000', '164157.684000', '164157.687000', '164157.689000', '164157.692000', '164157.694000', '164157.697000', '164157.700000', '164157.702000', '164157.705000', '164157.707000', '164157.710000', '164157.713000', '164157.715000', '164157.718000', '164157.720000', '164157.723000', '164157.725000', '164157.728000', '164157.731000', '164157.733000', '164157.736000', '164157.738000', '164157.741000', '164157.756000', '164157.759000', '164157.761000', '164157.764000', '164157.767000', '164157.769000', '164157.772000', '164157.774000', '164157.777000', '164157.779000', '164157.782000', '164157.785000', '164157.787000', '164157.790000', '164157.793000', '164157.795000', '164157.798000', '164157.800000', '164157.803000', '164211.810000', '164211.813000', '164211.816000', '164211.818000', '164211.821000', '164211.824000', '164211.827000', '164211.829000', '164211.832000', '164211.835000', '164211.838000', '164211.840000', '164211.843000', '164211.846000', '164211.848000', '164211.851000', '164211.854000', '164211.857000', '164211.859000', '164211.862000', '164211.865000', '164211.867000', '164211.871000', '164211.873000', '164211.877000', '164211.880000', '164211.883000', '164211.886000', '164211.889000', '164211.892000', '164211.894000'], 'InstanceCreationTime': ['163537.721000', '163537.725000', '163537.727000', '163537.730000', '163537.733000', '163537.735000', '163537.738000', '163537.740000', '163537.743000', '163537.745000', '163537.748000', '163537.750000', '163537.753000', '163537.768000', '163537.778000', '163557.680000', '163557.684000', '163557.686000', '163557.689000', '163557.692000', '163557.694000', '163557.697000', '163557.699000', '163557.702000', '163557.704000', '163557.707000', '163557.710000', '163557.712000', '163557.715000', '163557.717000', '163557.720000', '163557.722000', '163557.725000', '163557.728000', '163557.730000', '163557.733000', '163557.735000', '163557.738000', '163557.741000', '163557.743000', '163557.746000', '163557.748000', '163557.751000', '163557.753000', '163557.756000', '163557.759000', '163557.761000', '163557.764000', '163557.766000', '163557.769000', '163557.771000', '163557.774000', '163557.776000', '163557.779000', '163557.782000', '163557.784000', '163557.787000', '163557.789000', '163617.680000', '163617.682000', '163617.685000', '163617.688000', '163617.690000', '163617.693000', '163617.695000', '163617.698000', '163617.701000', '163617.703000', '163617.706000', '163617.708000', '163617.711000', '163617.714000', '163617.717000', '163617.719000', '163617.723000', '163617.725000', '163617.728000', '163617.730000', '163617.733000', '163617.735000', '163617.738000', '163617.741000', '163617.743000', '163617.746000', '163617.749000', '163617.751000', '163617.754000', '163617.756000', '163617.759000', '163617.761000', '163617.764000', '163617.767000', '163617.769000', '163617.772000', '163617.775000', '163617.777000', '163617.780000', '163617.782000', '163617.785000', '163617.787000', '163617.790000', '163637.680000', '163637.683000', '163637.685000', '163637.688000', '163637.691000', '163637.693000', '163637.696000', '163637.698000', '163637.701000', '163637.703000', '163637.706000', '163637.709000', '163637.711000', '163637.714000', '163637.716000', '163637.719000', '163637.721000', '163637.724000', '163637.727000', '163637.729000', '163637.732000', '163637.734000', '163637.737000', '163637.740000', '163637.742000', '163637.745000', '163637.747000', '163637.750000', '163637.753000', '163637.755000', '163637.758000', '163637.760000', '163637.763000', '163637.765000', '163637.768000', '163637.771000', '163637.773000', '163637.776000', '163637.778000', '163637.781000', '163637.784000', '163637.786000', '163637.789000', '163637.792000', '163657.678000', '163657.681000', '163657.684000', '163657.691000', '163657.694000', '163657.696000', '163657.699000', '163657.701000', '163657.704000', '163657.707000', '163657.709000', '163657.712000', '163657.714000', '163657.717000', '163657.720000', '163657.722000', '163657.725000', '163657.727000', '163657.730000', '163657.733000', '163657.735000', '163657.738000', '163657.740000', '163657.743000', '163657.746000', '163657.748000', '163657.751000', '163657.753000', '163657.756000', '163657.758000', '163657.761000', '163657.764000', '163657.766000', '163657.769000', '163657.771000', '163657.774000', '163657.776000', '163657.779000', '163657.782000', '163657.784000', '163657.787000', '163657.789000', '163657.792000', '163657.795000', '163717.679000', '163717.681000', '163717.684000', '163717.687000', '163717.689000', '163717.692000', '163717.695000', '163717.697000', '163717.700000', '163717.702000', '163717.705000', '163717.708000', '163717.710000', '163717.713000', '163717.715000', '163717.718000', '163717.721000', '163717.723000', '163717.726000', '163717.728000', '163717.731000', '163717.733000', '163717.736000', '163717.739000', '163717.741000', '163717.744000', '163717.747000', '163717.749000', '163717.752000', '163717.754000', '163717.757000', '163717.760000', '163717.762000', '163717.765000', '163717.767000', '163717.770000', '163717.772000', '163717.775000', '163717.778000', '163717.780000', '163717.783000', '163717.785000', '163717.788000', '163737.678000', '163737.681000', '163737.684000', '163737.687000', '163737.689000', '163737.692000', '163737.694000', '163737.697000', '163737.713000', '163737.716000', '163737.718000', '163737.721000', '163737.729000', '163737.731000', '163737.734000', '163737.736000', '163737.739000', '163737.742000', '163737.744000', '163737.747000', '163737.749000', '163737.752000', '163737.755000', '163737.757000', '163737.760000', '163737.763000', '163737.765000', '163737.768000', '163737.770000', '163737.773000', '163737.776000', '163737.778000', '163737.781000', '163737.783000', '163737.786000', '163737.788000', '163737.791000', '163737.794000', '163737.796000', '163737.799000', '163737.801000', '163737.804000', '163737.807000', '163757.680000', '163757.682000', '163757.685000', '163757.688000', '163757.690000', '163757.693000', '163757.695000', '163757.698000', '163757.701000', '163757.703000', '163757.706000', '163757.709000', '163757.711000', '163757.714000', '163757.716000', '163757.719000', '163757.721000', '163757.724000', '163757.727000', '163757.729000', '163757.732000', '163757.734000', '163757.737000', '163757.740000', '163757.742000', '163757.745000', '163757.747000', '163757.750000', '163757.752000', '163757.755000', '163757.757000', '163757.760000', '163757.763000', '163757.765000', '163757.768000', '163757.771000', '163757.773000', '163757.776000', '163757.778000', '163757.781000', '163757.784000', '163757.786000', '163757.789000', '163757.791000', '163817.679000', '163817.682000', '163817.685000', '163817.687000', '163817.690000', '163817.693000', '163817.695000', '163817.698000', '163817.701000', '163817.703000', '163817.706000', '163817.708000', '163817.711000', '163817.714000', '163817.716000', '163817.719000', '163817.721000', '163817.724000', '163817.727000', '163817.729000', '163817.732000', '163817.735000', '163817.737000', '163817.740000', '163817.742000', '163817.745000', '163817.748000', '163817.750000', '163817.753000', '163817.755000', '163817.758000', '163817.760000', '163817.763000', '163817.766000', '163817.768000', '163817.771000', '163817.774000', '163817.776000', '163817.779000', '163817.781000', '163817.784000', '163817.786000', '163817.789000', '163817.792000', '163837.679000', '163837.682000', '163837.685000', '163837.688000', '163837.690000', '163837.693000', '163837.696000', '163837.698000', '163837.701000', '163837.703000', '163837.706000', '163837.708000', '163837.711000', '163837.714000', '163837.716000', '163837.719000', '163837.722000', '163837.724000', '163837.727000', '163837.729000', '163837.732000', '163837.735000', '163837.737000', '163837.740000', '163837.742000', '163837.745000', '163837.747000', '163837.750000', '163837.753000', '163837.755000', '163837.758000', '163837.760000', '163837.763000', '163837.766000', '163837.768000', '163837.771000', '163837.774000', '163837.776000', '163837.779000', '163837.781000', '163837.784000', '163837.786000', '163837.789000', '163857.680000', '163857.683000', '163857.685000', '163857.688000', '163857.691000', '163857.693000', '163857.696000', '163857.699000', '163857.701000', '163857.704000', '163857.706000', '163857.709000', '163857.712000', '163857.714000', '163857.717000', '163857.720000', '163857.722000', '163857.725000', '163857.728000', '163857.730000', '163857.733000', '163857.736000', '163857.738000', '163857.741000', '163857.746000', '163857.749000', '163857.751000', '163857.754000', '163857.757000', '163857.759000', '163857.762000', '163857.765000', '163857.767000', '163857.798000', '163857.801000', '163857.804000', '163857.806000', '163857.809000', '163857.812000', '163857.814000', '163857.817000', '163857.819000', '163857.822000', '163917.678000', '163917.681000', '163917.684000', '163917.687000', '163917.689000', '163917.692000', '163917.694000', '163917.697000', '163917.700000', '163917.702000', '163917.705000', '163917.707000', '163917.710000', '163917.713000', '163917.715000', '163917.718000', '163917.720000', '163917.723000', '163917.726000', '163917.728000', '163917.731000', '163917.734000', '163917.736000', '163917.739000', '163917.741000', '163917.744000', '163917.746000', '163917.749000', '163917.752000', '163917.754000', '163917.757000', '163917.759000', '163917.762000', '163917.765000', '163917.768000', '163917.770000', '163917.773000', '163917.776000', '163917.778000', '163917.781000', '163917.783000', '163917.786000', '163917.788000', '163917.791000', '163937.678000', '163937.681000', '163937.684000', '163937.687000', '163937.689000', '163937.692000', '163937.695000', '163937.697000', '163937.700000', '163937.702000', '163937.705000', '163937.708000', '163937.710000', '163937.713000', '163937.715000', '163937.718000', '163937.721000', '163937.724000', '163937.726000', '163937.729000', '163937.731000', '163937.734000', '163937.737000', '163937.739000', '163937.742000', '163937.744000', '163937.756000', '163937.758000', '163937.761000', '163937.764000', '163937.766000', '163937.769000', '163937.771000', '163937.774000', '163937.777000', '163937.779000', '163937.782000', '163937.784000', '163937.787000', '163937.790000', '163937.792000', '163937.795000', '163937.798000', '163957.678000', '163957.681000', '163957.684000', '163957.687000', '163957.689000', '163957.692000', '163957.695000', '163957.697000', '163957.700000', '163957.702000', '163957.705000', '163957.708000', '163957.710000', '163957.713000', '163957.715000', '163957.718000', '163957.721000', '163957.723000', '163957.726000', '163957.728000', '163957.731000', '163957.734000', '163957.736000', '163957.739000', '163957.741000', '163957.744000', '163957.747000', '163957.749000', '163957.752000', '163957.755000', '163957.757000', '163957.760000', '163957.762000', '163957.765000', '163957.768000', '163957.770000', '163957.773000', '163957.775000', '163957.778000', '163957.780000', '163957.783000', '163957.786000', '163957.788000', '163957.791000', '164017.680000', '164017.683000', '164017.685000', '164017.688000', '164017.690000', '164017.693000', '164017.696000', '164017.698000', '164017.701000', '164017.703000', '164017.706000', '164017.708000', '164017.711000', '164017.714000', '164017.716000', '164017.719000', '164017.722000', '164017.724000', '164017.727000', '164017.729000', '164017.732000', '164017.735000', '164017.737000', '164017.740000', '164017.742000', '164017.745000', '164017.747000', '164017.750000', '164017.753000', '164017.755000', '164017.758000', '164017.761000', '164017.763000', '164017.766000', '164017.769000', '164017.772000', '164017.774000', '164017.777000', '164017.779000', '164017.783000', '164017.785000', '164017.788000', '164017.791000', '164037.679000', '164037.682000', '164037.685000', '164037.688000', '164037.690000', '164037.693000', '164037.695000', '164037.698000', '164037.701000', '164037.703000', '164037.706000', '164037.709000', '164037.711000', '164037.714000', '164037.716000', '164037.744000', '164037.747000', '164037.749000', '164037.752000', '164037.755000', '164037.757000', '164037.760000', '164037.762000', '164037.765000', '164037.768000', '164037.771000', '164037.773000', '164037.776000', '164037.778000', '164037.781000', '164037.784000', '164037.786000', '164037.789000', '164037.792000', '164037.794000', '164037.797000', '164037.799000', '164037.802000', '164037.804000', '164037.807000', '164037.810000', '164037.812000', '164037.815000', '164037.817000', '164057.680000', '164057.682000', '164057.685000', '164057.688000', '164057.690000', '164057.693000', '164057.695000', '164057.698000', '164057.701000', '164057.703000', '164057.706000', '164057.708000', '164057.711000', '164057.722000', '164057.724000', '164057.727000', '164057.729000', '164057.732000', '164057.735000', '164057.737000', '164057.740000', '164057.743000', '164057.745000', '164057.748000', '164057.750000', '164057.753000', '164057.756000', '164057.758000', '164057.761000', '164057.764000', '164057.766000', '164057.769000', '164057.771000', '164057.774000', '164057.777000', '164057.779000', '164057.782000', '164057.784000', '164057.787000', '164057.790000', '164057.792000', '164057.795000', '164057.797000', '164117.680000', '164117.682000', '164117.685000', '164117.688000', '164117.690000', '164117.693000', '164117.695000', '164117.698000', '164117.701000', '164117.703000', '164117.706000', '164117.708000', '164117.711000', '164117.713000', '164117.716000', '164117.719000', '164117.721000', '164117.724000', '164117.726000', '164117.729000', '164117.732000', '164117.734000', '164117.737000', '164117.739000', '164117.742000', '164117.744000', '164117.747000', '164117.750000', '164117.752000', '164117.755000', '164117.758000', '164117.760000', '164117.763000', '164117.765000', '164117.768000', '164117.771000', '164117.773000', '164117.776000', '164117.778000', '164117.781000', '164117.784000', '164117.786000', '164117.789000', '164117.792000', '164137.679000', '164137.681000', '164137.684000', '164137.687000', '164137.689000', '164137.692000', '164137.695000', '164137.697000', '164137.700000', '164137.703000', '164137.705000', '164137.708000', '164137.710000', '164137.713000', '164137.716000', '164137.718000', '164137.721000', '164137.723000', '164137.726000', '164137.730000', '164137.732000', '164137.735000', '164137.738000', '164137.740000', '164137.743000', '164137.745000', '164137.748000', '164137.751000', '164137.753000', '164137.756000', '164137.758000', '164137.761000', '164137.764000', '164137.766000', '164137.769000', '164137.772000', '164137.774000', '164137.777000', '164137.779000', '164137.782000', '164137.785000', '164137.787000', '164137.790000', '164157.679000', '164157.681000', '164157.684000', '164157.687000', '164157.689000', '164157.692000', '164157.694000', '164157.697000', '164157.700000', '164157.702000', '164157.705000', '164157.707000', '164157.710000', '164157.713000', '164157.715000', '164157.718000', '164157.720000', '164157.723000', '164157.725000', '164157.728000', '164157.731000', '164157.733000', '164157.736000', '164157.738000', '164157.741000', '164157.756000', '164157.759000', '164157.761000', '164157.764000', '164157.767000', '164157.769000', '164157.772000', '164157.774000', '164157.777000', '164157.779000', '164157.782000', '164157.785000', '164157.787000', '164157.790000', '164157.793000', '164157.795000', '164157.798000', '164157.800000', '164157.803000', '164211.810000', '164211.813000', '164211.816000', '164211.818000', '164211.821000', '164211.824000', '164211.827000', '164211.829000', '164211.832000', '164211.835000', '164211.838000', '164211.840000', '164211.843000', '164211.846000', '164211.848000', '164211.851000', '164211.854000', '164211.857000', '164211.859000', '164211.862000', '164211.865000', '164211.867000', '164211.871000', '164211.873000', '164211.877000', '164211.880000', '164211.883000', '164211.886000', '164211.889000', '164211.892000', '164211.894000'], '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': [10714, 9980, 9295, 10246, 10140, 10398, 11722, 10599, 10031, 8696, 13079, 10187, 10124, 8938, 10370, 10216, 9876, 12465, 10567, 8558, 11397, 10228, 10051, 9613, 9524, 11144, 9776, 8997, 10202, 10128, 10244, 10924, 10155, 9978, 9758, 10545, 10377, 10425, 9382, 10793, 10402, 9574, 11990, 10870, 10441, 10550, 10419, 10620, 10254, 9385, 9907, 10296, 10503, 11874, 10095, 10423, 8993, 9055, 9523, 9087, 8488, 9611, 9186, 9650, 8435, 10134, 10155, 9812, 8948, 11324, 10339, 8972, 8818, 14152, 10469, 9624, 8741, 9349, 10150, 9147, 10572, 10972, 10577, 10121, 8365, 10697, 9574, 9881, 12545, 10970, 9592, 9683, 11471, 10648, 9028, 9922, 12120, 10439, 9885, 9897, 11669, 10288, 10499, 13460, 10924, 9220, 10036, 11147, 10679, 9711, 9356, 10906, 8913, 9045, 10952, 10223, 10487, 13785, 10675, 9965, 10225, 12796, 10672, 9621, 8777, 11311, 10717, 10623, 10864, 10802, 10258, 9859, 10468, 11061, 9931, 10323, 10497, 10772, 10214, 8626, 11216, 10558, 10222, 10254, 10503, 9789, 8335, 10877, 9794, 10108, 10558, 10916, 9449, 8566, 10986, 9733, 10354, 13764, 10573, 9070, 8725, 9657, 9860, 9980, 10661, 10568, 9411, 9148, 10962, 9990, 9666, 10676, 10656, 8995, 10523, 14312, 10566, 10797, 10850, 11045, 9813, 8902, 12657, 10157, 9897, 9898, 10569, 9125, 8750, 9355, 9751, 8514, 9112, 10863, 10637, 10422, 10938, 10758, 10082, 10260, 13658, 11376, 10418, 10291, 9243, 10888, 9977, 10219, 11273, 10775, 9557, 9283, 12026, 10411, 9140, 8121, 11165, 9037, 9784, 10806, 10493, 9050, 8465, 11016, 10308, 10296, 12233, 10552, 9248, 10188, 14643, 10581, 9561, 10047, 10973, 10220, 10927, 15621, 10815, 9950, 8695, 11013, 10150, 10209, 14769, 10668, 10112, 9221, 9862, 10659, 9648, 12218, 12949, 10806, 10446, 10660, 10890, 10210, 9017, 10142, 10835, 9536, 8671, 10645, 10635, 10591, 13442, 10792, 10033, 10155, 10240, 10665, 9248, 9138, 10643, 10438, 9850, 12050, 11110, 10286, 10143, 9890, 10544, 9319, 9118, 11789, 9813, 9852, 8996, 10739, 10168, 10090, 9905, 10716, 10280, 9281, 11940, 10709, 10155, 9160, 10591, 10588, 10299, 14320, 13298, 10971, 10286, 9957, 10738, 9231, 9665, 11397, 10111, 10415, 12375, 10982, 10070, 8585, 10979, 9946, 10188, 10676, 10635, 10115, 9736, 9839, 10830, 9928, 8769, 10751, 11010, 9666, 12188, 13065, 10473, 10152, 9528, 10770, 10439, 10190, 10299, 10535, 9730, 8568, 10648, 10487, 10354, 11850, 10716, 10425, 10000, 10838, 10977, 9836, 9190, 9900, 10546, 9382, 8468, 10865, 10229, 10315, 14169, 10561, 10065, 9155, 10715, 10303, 9680, 8836, 8898, 10168, 8890, 9373, 10702, 9549, 9781, 12734, 10647, 9869, 10214, 13334, 10679, 10597, 12452, 10985, 9576, 10732, 10498, 9805, 10966, 10404, 10573, 12687, 10304, 10657, 10637, 14118, 10802, 10919, 10341, 11156, 10715, 11060, 9760, 11082, 10631, 10731, 9646, 10718, 10427, 9264, 10987, 10667, 9405, 10064, 10660, 9856, 9607, 10571, 9868, 9618, 8536, 10298, 9127, 9661, 10487, 9465, 8720, 8323, 10111, 9188, 9355, 10765, 10190, 9853, 15197, 11351, 9912, 12409, 11505, 11078, 10164, 13360, 10585, 10360, 12274, 10603, 9509, 12877, 10882, 9967, 12062, 11600, 10175, 9965, 11633, 10188, 8791, 8506, 10929, 10052, 8761, 10602, 10230, 10329, 9837, 10082, 9543, 9421, 10075, 10482, 9703, 9125, 10463, 10648, 9126, 10802, 10559, 10347, 11060, 11294, 10367, 10292, 8790, 11105, 10428, 10088, 12258, 10280, 10134, 8947, 9961, 10725, 9586, 14468, 11782, 10347, 10380, 10551, 10842, 9671, 9993, 10843, 9646, 8535, 10519, 10115, 9488, 9797, 10345, 9795, 8739, 10733, 10154, 9861, 14059, 10675, 10356, 9820, 10718, 10572, 9186, 10299, 10331, 10487, 10806, 10256, 10237, 9319, 9783, 10195, 10545, 11291, 10683, 10275, 9169, 13010, 10406, 9249, 12236, 11032, 10132, 9755, 10246, 10398, 10487, 9634, 10540, 9877, 8960, 10120, 10123, 9579, 10211, 10514, 9928, 8750, 10177, 10596, 9870, 9368, 10178, 10096, 9436, 10584, 10299, 9848, 11896, 10277, 10296, 8989, 11916, 10393, 9909, 15399, 10840, 9742, 9459, 10931, 10224, 10023, 9752, 10360, 10372, 11053, 10306, 9980, 9729, 10292, 10426, 10824, 12939, 10864, 10459, 9455, 9008, 10688, 9429, 9301, 10507, 10128, 10109, 10088, 10878, 10065, 9504, 10176, 10473, 10717, 15226, 10748, 9886, 9637, 9182, 10323, 9876, 11895, 10843, 9873, 9048, 9135, 10053, 9927, 9071, 10530, 10287, 10041, 11119, 10580, 10142, 9648, 14094, 10146, 10449, 9887, 10204, 10456, 10612, 15640, 11255, 10074, 10300, 10567, 10393, 9770, 9878, 10423, 10763, 11186, 10740, 9904, 9739, 10001, 10345, 10312, 9777, 10629, 9695, 9084, 9758, 10180, 10207, 9240, 10286, 10383, 10338, 13368, 10614, 10332, 9870, 10681, 10497, 10328, 10613, 10048, 10097, 9417, 9758, 10239, 9507, 12472, 10494, 9793, 9158, 9079, 10725, 9264, 12185, 10357, 9771, 9615, 9201, 10309, 9675, 9065, 10166, 9956, 10480, 13072, 10349, 10097, 9896, 10694, 10532, 10236, 9128, 11020, 10573, 10859, 15743, 10208, 10797, 9636, 10319, 10432, 10399, 12432, 10867, 10016, 9619, 11395, 10392, 9628, 9265, 10658, 10391, 10674, 10474, 10200, 10935, 10011, 9862, 10131, 10251, 10915, 9853, 10208, 9837, 12629, 9708, 11082, 10027, 10272, 10140, 10610, 10679, 10089, 10495, 9412, 12118, 10780, 10517, 13638, 10490, 10764, 9329, 10520, 10633, 10268, 10800, 9846, 10259, 8719, 10578, 9749, 10448, 11660, 11486, 10584, 10411, 10009, 10594, 10924, 10334, 9008, 10974, 11121, 10384, 10221, 10771, 10609, 10427, 14523, 10984, 9752, 8805, 10971, 10485, 9880, 12566, 10161, 9006, 11112, 11012, 9929, 9341, 9027, 9982, 9320, 11393, 10829, 9865, 8818, 9092, 10457, 9493, 8629, 10993, 10650, 10836, 15222, 11448, 10617, 9874, 11721, 10548, 9999, 12835, 11113, 10716, 10545, 10314, 10959, 9693, 9108, 10905, 10403, 10445, 9385, 10559, 10225, 9329, 12241, 11083, 9735, 9016, 10714, 10702, 10428, 14022, 11066, 9893, 9835, 11094, 10994, 10494, 9576, 10672, 8940, 10280, 10914, 10333, 9980, 9269, 10629, 9320, 8439, 11299, 10520, 10556, 12380, 10893, 10149, 9076, 11051, 10753, 10244, 10480, 10512, 9355, 9732], 'WindowCenter': [4698.0, 4669.0, 4628.0, 4632.0, 4629.0, 4616.0, 4634.0, 4613.0, 4602.0, 4581.0, 4642.0, 4611.0, 4613.0, 4579.0, 4598.0, 4598.0, 4585.0, 4627.0, 4596.0, 4568.0, 4618.0, 4599.0, 4599.0, 4587.0, 4574.0, 4604.0, 4585.0, 4568.0, 4597.0, 4600.0, 4610.0, 4621.0, 4611.0, 4598.0, 4586.0, 4597.0, 4597.0, 4597.0, 4576.0, 4608.0, 4608.0, 4588.0, 4619.0, 4610.0, 4609.0, 4606.0, 4596.0, 4596.0, 4598.0, 4576.0, 4587.0, 4596.0, 4607.0, 4629.0, 4608.0, 4612.0, 4591.0, 4605.0, 4602.0, 4579.0, 4569.0, 4585.0, 4577.0, 4589.0, 4570.0, 4612.0, 4613.0, 4598.0, 4592.0, 4623.0, 4610.0, 4594.0, 4595.0, 4664.0, 4622.0, 4615.0, 4594.0, 4590.0, 4598.0, 4588.0, 4610.0, 4621.0, 4610.0, 4612.0, 4569.0, 4623.0, 4600.0, 4602.0, 4642.0, 4622.0, 4601.0, 4602.0, 4620.0, 4612.0, 4593.0, 4614.0, 4643.0, 4613.0, 4600.0, 4601.0, 4619.0, 4599.0, 4608.0, 4638.0, 4609.0, 4590.0, 4600.0, 4621.0, 4609.0, 4588.0, 4575.0, 4607.0, 4575.0, 4576.0, 4609.0, 4598.0, 4598.0, 4651.0, 4610.0, 4598.0, 4597.0, 4628.0, 4596.0, 4586.0, 4567.0, 4607.0, 4598.0, 4597.0, 4606.0, 4608.0, 4598.0, 4587.0, 4596.0, 4594.0, 4585.0, 4586.0, 4594.0, 4596.0, 4595.0, 4566.0, 4607.0, 4597.0, 4598.0, 4599.0, 4606.0, 4598.0, 4567.0, 4609.0, 4597.0, 4609.0, 4609.0, 4608.0, 4588.0, 4568.0, 4609.0, 4589.0, 4599.0, 4650.0, 4609.0, 4580.0, 4568.0, 4587.0, 4587.0, 4598.0, 4609.0, 4609.0, 4590.0, 4590.0, 4611.0, 4600.0, 4590.0, 4609.0, 4608.0, 4580.0, 4609.0, 4650.0, 4610.0, 4608.0, 4606.0, 4605.0, 4598.0, 4578.0, 4628.0, 4596.0, 4587.0, 4586.0, 4610.0, 4588.0, 4569.0, 4578.0, 4577.0, 4567.0, 4566.0, 4610.0, 4611.0, 4622.0, 4623.0, 4622.0, 4609.0, 4610.0, 4648.0, 4619.0, 4610.0, 4597.0, 4590.0, 4610.0, 4600.0, 4610.0, 4621.0, 4608.0, 4589.0, 4588.0, 4630.0, 4609.0, 4591.0, 4559.0, 4632.0, 4590.0, 4611.0, 4622.0, 4622.0, 4590.0, 4584.0, 4622.0, 4626.0, 4626.0, 4630.0, 4596.0, 4577.0, 4597.0, 4660.0, 4610.0, 4588.0, 4596.0, 4609.0, 4598.0, 4609.0, 4671.0, 4608.0, 4597.0, 4565.0, 4595.0, 4583.0, 4596.0, 4648.0, 4598.0, 4595.0, 4576.0, 4585.0, 4594.0, 4584.0, 4616.0, 4626.0, 4608.0, 4597.0, 4592.0, 4594.0, 4585.0, 4564.0, 4583.0, 4608.0, 4587.0, 4566.0, 4597.0, 4607.0, 4596.0, 4638.0, 4608.0, 4586.0, 4584.0, 4585.0, 4597.0, 4589.0, 4578.0, 4597.0, 4606.0, 4597.0, 4626.0, 4607.0, 4598.0, 4596.0, 4585.0, 4594.0, 4577.0, 4576.0, 4618.0, 4585.0, 4598.0, 4579.0, 4607.0, 4597.0, 4593.0, 4585.0, 4596.0, 4597.0, 4576.0, 4618.0, 4609.0, 4611.0, 4589.0, 4596.0, 4596.0, 4585.0, 4634.0, 4638.0, 4609.0, 4596.0, 4586.0, 4606.0, 4587.0, 4585.0, 4606.0, 4596.0, 4596.0, 4626.0, 4607.0, 4586.0, 4563.0, 4594.0, 4587.0, 4597.0, 4597.0, 4608.0, 4609.0, 4600.0, 4598.0, 4608.0, 4586.0, 4566.0, 4597.0, 4608.0, 4587.0, 4629.0, 4638.0, 4600.0, 4601.0, 4601.0, 4606.0, 4608.0, 4585.0, 4585.0, 4597.0, 4586.0, 4578.0, 4607.0, 4609.0, 4598.0, 4629.0, 4608.0, 4596.0, 4586.0, 4609.0, 4608.0, 4599.0, 4589.0, 4598.0, 4608.0, 4579.0, 4555.0, 4606.0, 4595.0, 4598.0, 4651.0, 4598.0, 4597.0, 4590.0, 4597.0, 4596.0, 4589.0, 4578.0, 4577.0, 4598.0, 4575.0, 4587.0, 4608.0, 4587.0, 4600.0, 4640.0, 4624.0, 4600.0, 4598.0, 4635.0, 4597.0, 4594.0, 4613.0, 4595.0, 4574.0, 4594.0, 4595.0, 4585.0, 4596.0, 4596.0, 4595.0, 4624.0, 4582.0, 4581.0, 4579.0, 4622.0, 4583.0, 4582.0, 4573.0, 4592.0, 4583.0, 4592.0, 4572.0, 4590.0, 4582.0, 4592.0, 4571.0, 4582.0, 4582.0, 4560.0, 4591.0, 4593.0, 4574.0, 4584.0, 4594.0, 4583.0, 4575.0, 4595.0, 4598.0, 4586.0, 4566.0, 4585.0, 4588.0, 4587.0, 4622.0, 4601.0, 4582.0, 4582.0, 4612.0, 4603.0, 4590.0, 4619.0, 4609.0, 4601.0, 4665.0, 4620.0, 4603.0, 4632.0, 4620.0, 4604.0, 4596.0, 4627.0, 4596.0, 4586.0, 4618.0, 4596.0, 4588.0, 4628.0, 4608.0, 4587.0, 4617.0, 4605.0, 4598.0, 4585.0, 4606.0, 4585.0, 4554.0, 4565.0, 4594.0, 4586.0, 4567.0, 4593.0, 4594.0, 4597.0, 4599.0, 4600.0, 4599.0, 4590.0, 4597.0, 4608.0, 4589.0, 4588.0, 4606.0, 4610.0, 4590.0, 4611.0, 4610.0, 4599.0, 4619.0, 4610.0, 4597.0, 4597.0, 4567.0, 4615.0, 4609.0, 4609.0, 4641.0, 4611.0, 4611.0, 4580.0, 4597.0, 4606.0, 4588.0, 4648.0, 4619.0, 4599.0, 4610.0, 4609.0, 4609.0, 4587.0, 4586.0, 4605.0, 4587.0, 4565.0, 4597.0, 4597.0, 4599.0, 4602.0, 4600.0, 4597.0, 4564.0, 4606.0, 4596.0, 4599.0, 4650.0, 4609.0, 4600.0, 4597.0, 4607.0, 4595.0, 4574.0, 4595.0, 4596.0, 4594.0, 4605.0, 4597.0, 4597.0, 4588.0, 4598.0, 4596.0, 4608.0, 4604.0, 4606.0, 4598.0, 4578.0, 4636.0, 4608.0, 4588.0, 4629.0, 4608.0, 4598.0, 4588.0, 4583.0, 4583.0, 4594.0, 4575.0, 4597.0, 4585.0, 4578.0, 4608.0, 4610.0, 4588.0, 4597.0, 4608.0, 4597.0, 4578.0, 4609.0, 4613.0, 4611.0, 4603.0, 4612.0, 4611.0, 4587.0, 4608.0, 4601.0, 4600.0, 4630.0, 4609.0, 4599.0, 4580.0, 4630.0, 4598.0, 4597.0, 4659.0, 4610.0, 4588.0, 4586.0, 4605.0, 4595.0, 4587.0, 4585.0, 4594.0, 4596.0, 4608.0, 4599.0, 4598.0, 4588.0, 4597.0, 4595.0, 4606.0, 4628.0, 4608.0, 4608.0, 4588.0, 4576.0, 4596.0, 4575.0, 4587.0, 4608.0, 4598.0, 4598.0, 4595.0, 4606.0, 4587.0, 4586.0, 4597.0, 4595.0, 4597.0, 4658.0, 4610.0, 4599.0, 4588.0, 4573.0, 4582.0, 4584.0, 4605.0, 4597.0, 4587.0, 4566.0, 4589.0, 4600.0, 4600.0, 4576.0, 4595.0, 4598.0, 4597.0, 4617.0, 4610.0, 4610.0, 4599.0, 4652.0, 4611.0, 4609.0, 4586.0, 4595.0, 4596.0, 4596.0, 4657.0, 4607.0, 4587.0, 4596.0, 4596.0, 4584.0, 4584.0, 4584.0, 4594.0, 4594.0, 4605.0, 4594.0, 4586.0, 4587.0, 4584.0, 4597.0, 4583.0, 4583.0, 4594.0, 4585.0, 4577.0, 4589.0, 4598.0, 4610.0, 4589.0, 4597.0, 4598.0, 4597.0, 4638.0, 4598.0, 4598.0, 4586.0, 4596.0, 4597.0, 4598.0, 4598.0, 4597.0, 4597.0, 4576.0, 4584.0, 4597.0, 4585.0, 4631.0, 4611.0, 4613.0, 4588.0, 4578.0, 4621.0, 4575.0, 4615.0, 4598.0, 4600.0, 4586.0, 4570.0, 4594.0, 4586.0, 4579.0, 4597.0, 4598.0, 4609.0, 4638.0, 4611.0, 4600.0, 4599.0, 4596.0, 4595.0, 4594.0, 4575.0, 4594.0, 4596.0, 4607.0, 4670.0, 4598.0, 4606.0, 4573.0, 4582.0, 4584.0, 4584.0, 4615.0, 4595.0, 4585.0, 4586.0, 4607.0, 4597.0, 4586.0, 4572.0, 4583.0, 4583.0, 4595.0, 4595.0, 4585.0, 4606.0, 4584.0, 4586.0, 4597.0, 4597.0, 4607.0, 4586.0, 4595.0, 4585.0, 4628.0, 4587.0, 4606.0, 4584.0, 4595.0, 4597.0, 4596.0, 4597.0, 4596.0, 4597.0, 4577.0, 4629.0, 4609.0, 4598.0, 4635.0, 4595.0, 4594.0, 4564.0, 4595.0, 4597.0, 4584.0, 4595.0, 4598.0, 4600.0, 4579.0, 4596.0, 4575.0, 4599.0, 4618.0, 4618.0, 4611.0, 4610.0, 4599.0, 4609.0, 4608.0, 4598.0, 4568.0, 4606.0, 4607.0, 4597.0, 4597.0, 4595.0, 4598.0, 4598.0, 4650.0, 4611.0, 4589.0, 4577.0, 4595.0, 4596.0, 4587.0, 4616.0, 4587.0, 4578.0, 4620.0, 4609.0, 4598.0, 4575.0, 4565.0, 4588.0, 4577.0, 4608.0, 4609.0, 4602.0, 4592.0, 4582.0, 4609.0, 4588.0, 4569.0, 4609.0, 4608.0, 4610.0, 4662.0, 4621.0, 4611.0, 4598.0, 4621.0, 4598.0, 4589.0, 4631.0, 4608.0, 4596.0, 4593.0, 4586.0, 4596.0, 4587.0, 4567.0, 4609.0, 4596.0, 4610.0, 4577.0, 4596.0, 4596.0, 4576.0, 4628.0, 4608.0, 4587.0, 4577.0, 4596.0, 4598.0, 4608.0, 4637.0, 4607.0, 4588.0, 4587.0, 4606.0, 4608.0, 4595.0, 4573.0, 4595.0, 4576.0, 4586.0, 4609.0, 4600.0, 4599.0, 4578.0, 4595.0, 4576.0, 4555.0, 4606.0, 4596.0, 4596.0, 4627.0, 4609.0, 4599.0, 4579.0, 4607.0, 4607.0, 4582.0, 4596.0, 4596.0, 4590.0, 4587.0], 'WindowWidth': [10326.0, 10259.0, 10179.0, 10169.0, 10154.0, 10128.0, 10149.0, 10116.0, 10101.0, 10069.0, 10154.0, 10110.0, 10113.0, 10063.0, 10084.0, 10082.0, 10064.0, 10125.0, 10081.0, 10044.0, 10113.0, 10088.0, 10087.0, 10066.0, 10046.0, 10083.0, 10061.0, 10040.0, 10080.0, 10087.0, 10103.0, 10121.0, 10106.0, 10089.0, 10068.0, 10083.0, 10080.0, 10083.0, 10053.0, 10098.0, 10097.0, 10072.0, 10117.0, 10103.0, 10099.0, 10093.0, 10079.0, 10078.0, 10084.0, 10054.0, 10068.0, 10080.0, 10095.0, 10130.0, 10101.0, 10107.0, 10081.0, 10107.0, 10095.0, 10060.0, 10046.0, 10064.0, 10054.0, 10072.0, 10052.0, 10109.0, 10112.0, 10085.0, 10082.0, 10124.0, 10106.0, 10087.0, 10093.0, 10183.0, 10127.0, 10121.0, 10089.0, 10077.0, 10085.0, 10074.0, 10104.0, 10124.0, 10106.0, 10110.0, 10051.0, 10124.0, 10091.0, 10097.0, 10153.0, 10123.0, 10093.0, 10094.0, 10119.0, 10110.0, 10086.0, 10115.0, 10154.0, 10111.0, 10091.0, 10094.0, 10116.0, 10088.0, 10101.0, 10142.0, 10099.0, 10079.0, 10093.0, 10119.0, 10101.0, 10071.0, 10050.0, 10091.0, 10051.0, 10052.0, 10098.0, 10083.0, 10084.0, 10160.0, 10103.0, 10085.0, 10081.0, 10123.0, 10080.0, 10065.0, 10039.0, 10096.0, 10082.0, 10080.0, 10095.0, 10097.0, 10085.0, 10067.0, 10078.0, 10072.0, 10061.0, 10067.0, 10074.0, 10077.0, 10076.0, 10038.0, 10094.0, 10083.0, 10085.0, 10089.0, 10097.0, 10086.0, 10045.0, 10100.0, 10083.0, 10102.0, 10102.0, 10098.0, 10073.0, 10044.0, 10101.0, 10074.0, 10086.0, 10158.0, 10101.0, 10063.0, 10044.0, 10067.0, 10066.0, 10083.0, 10101.0, 10100.0, 10076.0, 10078.0, 10106.0, 10090.0, 10076.0, 10103.0, 10098.0, 10062.0, 10100.0, 10160.0, 10103.0, 10099.0, 10094.0, 10089.0, 10084.0, 10060.0, 10125.0, 10080.0, 10067.0, 10066.0, 10101.0, 10073.0, 10045.0, 10057.0, 10051.0, 10038.0, 10038.0, 10100.0, 10104.0, 10123.0, 10127.0, 10122.0, 10102.0, 10103.0, 10157.0, 10117.0, 10105.0, 10084.0, 10075.0, 10101.0, 10091.0, 10105.0, 10118.0, 10098.0, 10075.0, 10073.0, 10133.0, 10102.0, 10080.0, 10037.0, 10138.0, 10079.0, 10110.0, 10126.0, 10122.0, 10079.0, 10077.0, 10125.0, 10135.0, 10135.0, 10130.0, 10076.0, 10054.0, 10083.0, 10173.0, 10102.0, 10070.0, 10083.0, 10103.0, 10083.0, 10100.0, 10193.0, 10099.0, 10083.0, 10036.0, 10072.0, 10057.0, 10077.0, 10155.0, 10082.0, 10077.0, 10052.0, 10062.0, 10073.0, 10063.0, 10106.0, 10121.0, 10099.0, 10080.0, 10071.0, 10071.0, 10062.0, 10033.0, 10060.0, 10097.0, 10067.0, 10041.0, 10081.0, 10095.0, 10080.0, 10139.0, 10096.0, 10067.0, 10059.0, 10064.0, 10081.0, 10072.0, 10059.0, 10081.0, 10094.0, 10081.0, 10121.0, 10096.0, 10083.0, 10078.0, 10062.0, 10074.0, 10054.0, 10052.0, 10110.0, 10065.0, 10087.0, 10064.0, 10097.0, 10079.0, 10070.0, 10063.0, 10079.0, 10080.0, 10052.0, 10112.0, 10100.0, 10105.0, 10075.0, 10081.0, 10077.0, 10061.0, 10131.0, 10140.0, 10097.0, 10079.0, 10065.0, 10091.0, 10071.0, 10064.0, 10092.0, 10077.0, 10078.0, 10120.0, 10093.0, 10067.0, 10031.0, 10073.0, 10066.0, 10083.0, 10082.0, 10098.0, 10102.0, 10091.0, 10087.0, 10097.0, 10065.0, 10038.0, 10080.0, 10094.0, 10069.0, 10128.0, 10140.0, 10088.0, 10093.0, 10097.0, 10095.0, 10097.0, 10061.0, 10061.0, 10080.0, 10066.0, 10059.0, 10097.0, 10102.0, 10085.0, 10128.0, 10096.0, 10078.0, 10065.0, 10098.0, 10096.0, 10089.0, 10075.0, 10086.0, 10098.0, 10060.0, 10023.0, 10093.0, 10078.0, 10086.0, 10161.0, 10084.0, 10085.0, 10074.0, 10082.0, 10081.0, 10074.0, 10059.0, 10054.0, 10083.0, 10052.0, 10071.0, 10099.0, 10070.0, 10089.0, 10147.0, 10129.0, 10091.0, 10083.0, 10133.0, 10078.0, 10072.0, 10098.0, 10074.0, 10046.0, 10074.0, 10075.0, 10062.0, 10079.0, 10079.0, 10077.0, 10115.0, 10054.0, 10049.0, 10045.0, 10110.0, 10055.0, 10052.0, 10040.0, 10066.0, 10054.0, 10066.0, 10039.0, 10061.0, 10053.0, 10067.0, 10038.0, 10053.0, 10052.0, 10024.0, 10065.0, 10070.0, 10045.0, 10061.0, 10073.0, 10058.0, 10048.0, 10075.0, 10083.0, 10066.0, 10037.0, 10062.0, 10070.0, 10072.0, 10122.0, 10093.0, 10070.0, 10070.0, 10110.0, 10097.0, 10078.0, 10115.0, 10103.0, 10094.0, 10186.0, 10120.0, 10095.0, 10135.0, 10116.0, 10091.0, 10079.0, 10122.0, 10078.0, 10063.0, 10108.0, 10077.0, 10070.0, 10126.0, 10096.0, 10068.0, 10108.0, 10092.0, 10083.0, 10061.0, 10088.0, 10060.0, 10018.0, 10036.0, 10072.0, 10066.0, 10040.0, 10074.0, 10075.0, 10082.0, 10086.0, 10088.0, 10088.0, 10077.0, 10085.0, 10097.0, 10073.0, 10071.0, 10095.0, 10103.0, 10078.0, 10104.0, 10103.0, 10088.0, 10115.0, 10102.0, 10082.0, 10082.0, 10043.0, 10108.0, 10100.0, 10101.0, 10149.0, 10108.0, 10108.0, 10063.0, 10083.0, 10092.0, 10071.0, 10155.0, 10114.0, 10088.0, 10104.0, 10103.0, 10101.0, 10068.0, 10065.0, 10090.0, 10067.0, 10036.0, 10082.0, 10083.0, 10089.0, 10096.0, 10091.0, 10082.0, 10035.0, 10093.0, 10079.0, 10088.0, 10157.0, 10101.0, 10090.0, 10085.0, 10096.0, 10076.0, 10046.0, 10076.0, 10077.0, 10073.0, 10090.0, 10080.0, 10084.0, 10073.0, 10085.0, 10080.0, 10097.0, 10091.0, 10093.0, 10087.0, 10057.0, 10137.0, 10098.0, 10071.0, 10128.0, 10098.0, 10085.0, 10070.0, 10059.0, 10055.0, 10071.0, 10048.0, 10080.0, 10065.0, 10058.0, 10099.0, 10104.0, 10072.0, 10083.0, 10097.0, 10081.0, 10060.0, 10102.0, 10112.0, 10108.0, 10099.0, 10112.0, 10107.0, 10071.0, 10101.0, 10092.0, 10093.0, 10132.0, 10103.0, 10088.0, 10064.0, 10132.0, 10086.0, 10083.0, 10172.0, 10101.0, 10070.0, 10065.0, 10089.0, 10076.0, 10068.0, 10063.0, 10075.0, 10078.0, 10097.0, 10085.0, 10085.0, 10072.0, 10081.0, 10075.0, 10094.0, 10126.0, 10098.0, 10097.0, 10072.0, 10055.0, 10080.0, 10052.0, 10070.0, 10098.0, 10087.0, 10083.0, 10080.0, 10092.0, 10068.0, 10067.0, 10082.0, 10077.0, 10080.0, 10169.0, 10105.0, 10091.0, 10072.0, 10046.0, 10054.0, 10058.0, 10089.0, 10079.0, 10066.0, 10038.0, 10075.0, 10092.0, 10091.0, 10052.0, 10078.0, 10085.0, 10083.0, 10110.0, 10101.0, 10104.0, 10089.0, 10165.0, 10106.0, 10101.0, 10065.0, 10075.0, 10078.0, 10078.0, 10166.0, 10094.0, 10068.0, 10081.0, 10078.0, 10059.0, 10058.0, 10059.0, 10071.0, 10072.0, 10089.0, 10072.0, 10064.0, 10070.0, 10062.0, 10079.0, 10058.0, 10056.0, 10074.0, 10063.0, 10054.0, 10074.0, 10084.0, 10104.0, 10076.0, 10083.0, 10083.0, 10082.0, 10141.0, 10084.0, 10084.0, 10065.0, 10080.0, 10081.0, 10085.0, 10085.0, 10082.0, 10082.0, 10052.0, 10062.0, 10080.0, 10063.0, 10134.0, 10105.0, 10112.0, 10072.0, 10060.0, 10122.0, 10050.0, 10105.0, 10083.0, 10090.0, 10068.0, 10039.0, 10072.0, 10066.0, 10061.0, 10082.0, 10085.0, 10100.0, 10141.0, 10106.0, 10091.0, 10085.0, 10080.0, 10074.0, 10074.0, 10049.0, 10077.0, 10079.0, 10097.0, 10191.0, 10086.0, 10094.0, 10044.0, 10053.0, 10057.0, 10059.0, 10103.0, 10075.0, 10062.0, 10067.0, 10095.0, 10081.0, 10065.0, 10041.0, 10057.0, 10057.0, 10074.0, 10075.0, 10061.0, 10092.0, 10061.0, 10066.0, 10082.0, 10081.0, 10098.0, 10067.0, 10078.0, 10063.0, 10129.0, 10068.0, 10093.0, 10062.0, 10077.0, 10080.0, 10077.0, 10080.0, 10078.0, 10082.0, 10058.0, 10129.0, 10098.0, 10081.0, 10134.0, 10077.0, 10072.0, 10032.0, 10074.0, 10079.0, 10059.0, 10077.0, 10085.0, 10089.0, 10066.0, 10082.0, 10048.0, 10085.0, 10111.0, 10114.0, 10107.0, 10104.0, 10089.0, 10100.0, 10096.0, 10082.0, 10042.0, 10091.0, 10091.0, 10078.0, 10080.0, 10076.0, 10082.0, 10082.0, 10157.0, 10103.0, 10073.0, 10053.0, 10073.0, 10075.0, 10065.0, 10106.0, 10065.0, 10057.0, 10117.0, 10099.0, 10082.0, 10048.0, 10035.0, 10069.0, 10055.0, 10097.0, 10098.0, 10096.0, 10081.0, 10065.0, 10097.0, 10070.0, 10045.0, 10099.0, 10097.0, 10101.0, 10177.0, 10118.0, 10106.0, 10084.0, 10120.0, 10083.0, 10072.0, 10132.0, 10097.0, 10077.0, 10070.0, 10061.0, 10075.0, 10067.0, 10039.0, 10098.0, 10080.0, 10101.0, 10055.0, 10078.0, 10078.0, 10053.0, 10126.0, 10096.0, 10070.0, 10056.0, 10079.0, 10085.0, 10098.0, 10137.0, 10095.0, 10070.0, 10068.0, 10091.0, 10095.0, 10074.0, 10042.0, 10073.0, 10051.0, 10065.0, 10099.0, 10087.0, 10088.0, 10057.0, 10076.0, 10052.0, 10021.0, 10089.0, 10078.0, 10078.0, 10123.0, 10098.0, 10087.0, 10060.0, 10095.0, 10094.0, 10054.0, 10078.0, 10078.0, 10076.0, 10070.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.00022013840830449827</td></tr>
<tr><td colspan=3>aqi</td><td>0.01868596585928489</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.41480274502306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1584554658429569</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0015931077136266</td></tr>
<tr><td colspan=3>efc</td><td>0.5487</td></tr>
<tr><td colspan=3>fber</td><td>1565.5952</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11007824714003168</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.18800461361015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4637402681638925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369419761690449</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695052935744931</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.326748107056298</td></tr>
<tr><td colspan=3>gcor</td><td>0.00588558</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01644681766629219</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.058451779186725616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.193670894867111</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>21.2699</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>108.206</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.195</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>97.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285183.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1303.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>494.8242</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6843</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.5615</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3731.9086</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.899</td></tr>
<tr><td colspan=3>tsnr</td><td>38.69074167567305</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>