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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0086_ses-04_task-social_acq-mb8_run-04_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-0086_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-04_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-0086/ses-04/func/sub-0086_ses-04_task-social_acq-mb8_run-04_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>80a50a59fccbb95a189ac84c7dcad322</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:48:13.367500</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.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.103713</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8fb8a74-de05-4b75-9818-5f355a922fd4||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.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['164813.367500', '164813.827500', '164814.287500', '164814.747500', '164815.207500', '164815.667500', '164816.127500', '164816.587500', '164817.047500', '164817.507500', '164817.967500', '164818.427500', '164818.887500', '164819.347500', '164819.807500', '164820.267500', '164820.727500', '164821.187500', '164821.647500', '164822.107500', '164822.567500', '164823.027500', '164823.487500', '164823.947500', '164824.407500', '164824.867500', '164825.327500', '164825.787500', '164826.247500', '164826.707500', '164827.167500', '164827.627500', '164828.087500', '164828.547500', '164829.007500', '164829.467500', '164829.927500', '164830.387500', '164830.847500', '164831.307500', '164831.767500', '164832.227500', '164832.687500', '164833.147500', '164833.607500', '164834.067500', '164834.527500', '164834.987500', '164835.447500', '164835.907500', '164836.367500', '164836.827500', '164837.287500', '164837.747500', '164838.207500', '164838.667500', '164839.127500', '164839.587500', '164840.047500', '164840.507500', '164840.967500', '164841.427500', '164841.887500', '164842.347500', '164842.807500', '164843.267500', '164843.727500', '164844.187500', '164844.647500', '164845.107500', '164845.567500', '164846.027500', '164846.487500', '164846.947500', '164847.407500', '164847.867500', '164848.327500', '164848.787500', '164849.247500', '164849.707500', '164850.167500', '164850.627500', '164851.087500', '164851.547500', '164852.007500', '164852.467500', '164852.927500', '164853.387500', '164853.847500', '164854.307500', '164854.767500', '164855.227500', '164855.687500', '164856.147500', '164856.607500', '164857.067500', '164857.527500', '164857.987500', '164858.447500', '164858.907500', '164859.367500', '164859.827500', '164900.287500', '164900.747500', '164901.207500', '164901.667500', '164902.127500', '164902.587500', '164903.047500', '164903.507500', '164903.967500', '164904.427500', '164904.887500', '164905.347500', '164905.807500', '164906.267500', '164906.727500', '164907.187500', '164907.647500', '164908.107500', '164908.567500', '164909.027500', '164909.487500', '164909.947500', '164910.407500', '164910.867500', '164911.327500', '164911.787500', '164912.247500', '164912.707500', '164913.167500', '164913.627500', '164914.087500', '164914.547500', '164915.007500', '164915.467500', '164915.927500', '164916.387500', '164916.847500', '164917.307500', '164917.767500', '164918.227500', '164918.687500', '164919.147500', '164919.607500', '164920.067500', '164920.527500', '164920.987500', '164921.447500', '164921.907500', '164922.367500', '164922.827500', '164923.287500', '164923.747500', '164924.207500', '164924.667500', '164925.127500', '164925.587500', '164926.047500', '164926.507500', '164926.967500', '164927.427500', '164927.887500', '164928.347500', '164928.807500', '164929.267500', '164929.727500', '164930.187500', '164930.647500', '164931.107500', '164931.567500', '164932.027500', '164932.487500', '164932.947500', '164933.407500', '164933.867500', '164934.327500', '164934.787500', '164935.247500', '164935.707500', '164936.167500', '164936.627500', '164937.087500', '164937.547500', '164938.007500', '164938.467500', '164938.927500', '164939.387500', '164939.847500', '164940.307500', '164940.767500', '164941.227500', '164941.687500', '164942.147500', '164942.607500', '164943.067500', '164943.527500', '164943.987500', '164944.447500', '164944.907500', '164945.367500', '164945.827500', '164946.287500', '164946.747500', '164947.207500', '164947.667500', '164948.127500', '164948.587500', '164949.047500', '164949.507500', '164949.967500', '164950.427500', '164950.887500', '164951.347500', '164951.807500', '164952.267500', '164952.727500', '164953.187500', '164953.647500', '164954.107500', '164954.567500', '164955.027500', '164955.487500', '164955.947500', '164956.407500', '164956.867500', '164957.327500', '164957.787500', '164958.247500', '164958.707500', '164959.167500', '164959.627500', '165000.087500', '165000.547500', '165001.007500', '165001.467500', '165001.927500', '165002.387500', '165002.847500', '165003.307500', '165003.767500', '165004.227500', '165004.687500', '165005.147500', '165005.607500', '165006.067500', '165006.527500', '165006.987500', '165007.447500', '165007.907500', '165008.367500', '165008.827500', '165009.287500', '165009.747500', '165010.207500', '165010.667500', '165011.127500', '165011.587500', '165012.047500', '165012.507500', '165012.967500', '165013.427500', '165013.887500', '165014.347500', '165014.807500', '165015.267500', '165015.727500', '165016.187500', '165016.647500', '165017.107500', '165017.567500', '165018.027500', '165018.487500', '165018.947500', '165019.407500', '165019.867500', '165020.327500', '165020.787500', '165021.247500', '165021.707500', '165022.167500', '165022.627500', '165023.087500', '165023.547500', '165024.007500', '165024.467500', '165024.927500', '165025.387500', '165025.847500', '165026.307500', '165026.767500', '165027.227500', '165027.687500', '165028.147500', '165028.607500', '165029.067500', '165029.527500', '165029.987500', '165030.447500', '165030.907500', '165031.367500', '165031.827500', '165032.287500', '165032.747500', '165033.207500', '165033.667500', '165034.127500', '165034.587500', '165035.047500', '165035.507500', '165035.967500', '165036.427500', '165036.887500', '165037.347500', '165037.807500', '165038.267500', '165038.727500', '165039.187500', '165039.647500', '165040.107500', '165040.567500', '165041.027500', '165041.487500', '165041.947500', '165042.407500', '165042.867500', '165043.327500', '165043.787500', '165044.247500', '165044.707500', '165045.167500', '165045.627500', '165046.087500', '165046.547500', '165047.007500', '165047.467500', '165047.927500', '165048.387500', '165048.847500', '165049.307500', '165049.767500', '165050.227500', '165050.687500', '165051.147500', '165051.607500', '165052.067500', '165052.527500', '165052.987500', '165053.447500', '165053.907500', '165054.367500', '165054.827500', '165055.287500', '165055.747500', '165056.207500', '165056.667500', '165057.127500', '165057.587500', '165058.047500', '165058.507500', '165058.967500', '165059.427500', '165059.887500', '165100.347500', '165100.807500', '165101.267500', '165101.727500', '165102.187500', '165102.647500', '165103.107500', '165103.567500', '165104.027500', '165104.487500', '165104.947500', '165105.407500', '165105.867500', '165106.327500', '165106.787500', '165107.247500', '165107.707500', '165108.167500', '165108.627500', '165109.087500', '165109.547500', '165110.007500', '165110.467500', '165110.927500', '165111.387500', '165111.847500', '165112.307500', '165112.767500', '165113.227500', '165113.687500', '165114.147500', '165114.607500', '165115.067500', '165115.527500', '165115.987500', '165116.447500', '165116.907500', '165117.367500', '165117.827500', '165118.287500', '165118.747500', '165119.207500', '165119.667500', '165120.127500', '165120.587500', '165121.047500', '165121.507500', '165121.967500', '165122.427500', '165122.887500', '165123.347500', '165123.807500', '165124.267500', '165124.727500', '165125.187500', '165125.647500', '165126.107500', '165126.567500', '165127.027500', '165127.487500', '165127.947500', '165128.407500', '165128.867500', '165129.327500', '165129.787500', '165130.247500', '165130.707500', '165131.167500', '165131.627500', '165132.087500', '165132.547500', '165133.007500', '165133.467500', '165133.927500', '165134.387500', '165134.847500', '165135.307500', '165135.767500', '165136.227500', '165136.687500', '165137.147500', '165137.607500', '165138.067500', '165138.527500', '165138.987500', '165139.447500', '165139.907500', '165140.367500', '165140.827500', '165141.287500', '165141.747500', '165142.207500', '165142.667500', '165143.127500', '165143.587500', '165144.047500', '165144.507500', '165144.967500', '165145.427500', '165145.887500', '165146.347500', '165146.807500', '165147.267500', '165147.727500', '165148.187500', '165148.647500', '165149.107500', '165149.567500', '165150.027500', '165150.487500', '165150.947500', '165151.407500', '165151.867500', '165152.327500', '165152.787500', '165153.247500', '165153.707500', '165154.167500', '165154.627500', '165155.087500', '165155.547500', '165156.007500', '165156.467500', '165156.927500', '165157.387500', '165157.847500', '165158.307500', '165158.767500', '165159.227500', '165159.687500', '165200.147500', '165200.607500', '165201.067500', '165201.527500', '165201.987500', '165202.447500', '165202.907500', '165203.367500', '165203.827500', '165204.287500', '165204.747500', '165205.207500', '165205.667500', '165206.127500', '165206.587500', '165207.047500', '165207.507500', '165207.967500', '165208.427500', '165208.887500', '165209.347500', '165209.807500', '165210.267500', '165210.727500', '165211.187500', '165211.647500', '165212.107500', '165212.567500', '165213.027500', '165213.487500', '165213.947500', '165214.407500', '165214.867500', '165215.327500', '165215.787500', '165216.247500', '165216.707500', '165217.167500', '165217.627500', '165218.087500', '165218.547500', '165219.007500', '165219.467500', '165219.927500', '165220.387500', '165220.847500', '165221.307500', '165221.767500', '165222.227500', '165222.687500', '165223.147500', '165223.607500', '165224.067500', '165224.527500', '165224.987500', '165225.447500', '165225.907500', '165226.367500', '165226.827500', '165227.287500', '165227.747500', '165228.207500', '165228.667500', '165229.127500', '165229.587500', '165230.047500', '165230.507500', '165230.967500', '165231.427500', '165231.887500', '165232.347500', '165232.807500', '165233.267500', '165233.727500', '165234.187500', '165234.647500', '165235.107500', '165235.567500', '165236.027500', '165236.487500', '165236.947500', '165237.407500', '165237.867500', '165238.327500', '165238.787500', '165239.247500', '165239.707500', '165240.167500', '165240.627500', '165241.087500', '165241.547500', '165242.007500', '165242.467500', '165242.927500', '165243.387500', '165243.847500', '165244.307500', '165244.767500', '165245.227500', '165245.687500', '165246.147500', '165246.607500', '165247.067500', '165247.527500', '165247.987500', '165248.447500', '165248.907500', '165249.367500', '165249.827500', '165250.287500', '165250.747500', '165251.207500', '165251.667500', '165252.127500', '165252.587500', '165253.047500', '165253.507500', '165253.967500', '165254.427500', '165254.887500', '165255.347500', '165255.807500', '165256.267500', '165256.727500', '165257.187500', '165257.647500', '165258.107500', '165258.567500', '165259.027500', '165259.487500', '165259.947500', '165300.407500', '165300.867500', '165301.327500', '165301.787500', '165302.247500', '165302.707500', '165303.167500', '165303.627500', '165304.087500', '165304.547500', '165305.007500', '165305.467500', '165305.927500', '165306.387500', '165306.847500', '165307.307500', '165307.767500', '165308.227500', '165308.687500', '165309.147500', '165309.607500', '165310.067500', '165310.527500', '165310.987500', '165311.447500', '165311.907500', '165312.367500', '165312.827500', '165313.287500', '165313.747500', '165314.207500', '165314.667500', '165315.127500', '165315.587500', '165316.047500', '165316.507500', '165316.967500', '165317.427500', '165317.887500', '165318.347500', '165318.807500', '165319.267500', '165319.727500', '165320.187500', '165320.647500', '165321.107500', '165321.567500', '165322.027500', '165322.487500', '165322.947500', '165323.407500', '165323.867500', '165324.327500', '165324.787500', '165325.247500', '165325.707500', '165326.167500', '165326.627500', '165327.087500', '165327.547500', '165328.007500', '165328.467500', '165328.927500', '165329.387500', '165329.847500', '165330.307500', '165330.767500', '165331.227500', '165331.687500', '165332.147500', '165332.607500', '165333.067500', '165333.527500', '165333.987500', '165334.447500', '165334.907500', '165335.367500', '165335.827500', '165336.287500', '165336.747500', '165337.207500', '165337.667500', '165338.127500', '165338.587500', '165339.047500', '165339.507500', '165339.967500', '165340.427500', '165340.887500', '165341.347500', '165341.807500', '165342.267500', '165342.727500', '165343.187500', '165343.647500', '165344.107500', '165344.567500', '165345.027500', '165345.487500', '165345.947500', '165346.407500', '165346.867500', '165347.327500', '165347.787500', '165348.247500', '165348.707500', '165349.167500', '165349.627500', '165350.087500', '165350.547500', '165351.007500', '165351.467500', '165351.927500', '165352.387500', '165352.847500', '165353.307500', '165353.767500', '165354.227500', '165354.687500', '165355.147500', '165355.607500', '165356.067500', '165356.527500', '165356.987500', '165357.447500', '165357.907500', '165358.367500', '165358.827500', '165359.287500', '165359.747500', '165400.207500', '165400.667500', '165401.127500', '165401.587500', '165402.047500', '165402.507500', '165402.967500', '165403.427500', '165403.887500', '165404.347500', '165404.807500', '165405.267500', '165405.727500', '165406.187500', '165406.647500', '165407.107500', '165407.567500', '165408.027500', '165408.487500', '165408.947500', '165409.407500', '165409.867500', '165410.327500', '165410.787500', '165411.247500', '165411.707500', '165412.167500', '165412.627500', '165413.087500', '165413.547500', '165414.007500', '165414.467500', '165414.927500', '165415.387500', '165415.847500', '165416.307500', '165416.767500', '165417.227500', '165417.687500', '165418.147500', '165418.607500', '165419.067500', '165419.527500', '165419.987500', '165420.447500', '165420.907500', '165421.367500', '165421.827500', '165422.287500', '165422.747500', '165423.207500', '165423.667500', '165424.127500', '165424.587500', '165425.047500', '165425.507500', '165425.967500', '165426.427500', '165426.887500', '165427.347500', '165427.807500', '165428.267500', '165428.727500', '165429.187500', '165429.647500', '165430.107500', '165430.567500', '165431.027500', '165431.487500', '165431.947500', '165432.407500', '165432.867500', '165433.327500', '165433.787500', '165434.247500', '165434.707500', '165435.167500', '165435.627500', '165436.087500', '165436.547500', '165437.007500', '165437.467500', '165437.927500', '165438.387500', '165438.847500', '165439.307500', '165439.767500', '165440.227500', '165440.687500', '165441.147500', '165441.607500', '165442.067500', '165442.527500', '165442.987500', '165443.447500', '165443.907500', '165444.367500', '165444.827500', '165445.287500', '165445.747500', '165446.207500', '165446.667500', '165447.127500', '165447.587500', '165448.047500', '165448.507500', '165448.967500', '165449.427500', '165449.887500', '165450.347500', '165450.807500', '165451.267500', '165451.727500', '165452.187500', '165452.647500', '165453.107500', '165453.567500', '165454.027500'], 'ContentTime': ['164828.390000', '164828.394000', '164828.396000', '164828.399000', '164828.402000', '164828.404000', '164828.407000', '164828.409000', '164828.412000', '164828.415000', '164828.417000', '164828.420000', '164828.422000', '164828.425000', '164828.428000', '164828.430000', '164828.433000', '164828.439000', '164828.441000', '164828.444000', '164828.446000', '164828.449000', '164828.452000', '164828.454000', '164828.457000', '164828.459000', '164828.462000', '164828.476000', '164828.479000', '164828.482000', '164828.484000', '164848.360000', '164848.363000', '164848.366000', '164848.368000', '164848.371000', '164848.374000', '164848.376000', '164848.379000', '164848.382000', '164848.385000', '164848.388000', '164848.391000', '164848.393000', '164848.396000', '164848.398000', '164848.401000', '164848.404000', '164848.406000', '164848.409000', '164848.411000', '164848.414000', '164848.416000', '164848.427000', '164848.430000', '164848.432000', '164848.435000', '164848.437000', '164848.440000', '164848.443000', '164848.445000', '164848.448000', '164848.450000', '164848.453000', '164848.455000', '164848.458000', '164848.461000', '164848.463000', '164848.466000', '164848.468000', '164848.471000', '164848.474000', '164848.476000', '164848.479000', '164908.360000', '164908.363000', '164908.366000', '164908.369000', '164908.371000', '164908.374000', '164908.376000', '164908.379000', '164908.381000', '164908.384000', '164908.387000', '164908.389000', '164908.392000', '164908.394000', '164908.397000', '164908.403000', '164908.406000', '164908.409000', '164908.411000', '164908.414000', '164908.416000', '164908.419000', '164908.421000', '164908.424000', '164908.427000', '164908.429000', '164908.432000', '164908.434000', '164908.437000', '164908.440000', '164908.442000', '164908.445000', '164908.447000', '164908.450000', '164908.452000', '164908.455000', '164908.458000', '164908.460000', '164908.463000', '164908.465000', '164908.468000', '164908.470000', '164908.473000', '164908.476000', '164928.360000', '164928.363000', '164928.366000', '164928.369000', '164928.371000', '164928.374000', '164928.376000', '164928.379000', '164928.382000', '164928.384000', '164928.387000', '164928.389000', '164928.392000', '164928.395000', '164928.397000', '164928.400000', '164928.403000', '164928.405000', '164928.408000', '164928.411000', '164928.413000', '164928.416000', '164928.419000', '164928.421000', '164928.424000', '164928.426000', '164928.429000', '164928.432000', '164928.434000', '164928.437000', '164928.439000', '164928.442000', '164928.445000', '164928.447000', '164928.450000', '164928.452000', '164928.455000', '164928.458000', '164928.460000', '164928.464000', '164928.466000', '164928.469000', '164928.472000', '164948.360000', '164948.363000', '164948.366000', '164948.368000', '164948.371000', '164948.374000', '164948.376000', '164948.379000', '164948.381000', '164948.384000', '164948.387000', '164948.389000', '164948.392000', '164948.394000', '164948.397000', '164948.400000', '164948.402000', '164948.405000', '164948.407000', '164948.410000', '164948.412000', '164948.415000', '164948.418000', '164948.420000', '164948.423000', '164948.425000', '164948.428000', '164948.432000', '164948.434000', '164948.437000', '164948.439000', '164948.442000', '164948.445000', '164948.447000', '164948.450000', '164948.452000', '164948.455000', '164948.458000', '164948.460000', '164948.463000', '164948.466000', '164948.468000', '164948.471000', '164948.473000', '165008.361000', '165008.363000', '165008.366000', '165008.369000', '165008.371000', '165008.374000', '165008.377000', '165008.379000', '165008.382000', '165008.384000', '165008.387000', '165008.390000', '165008.392000', '165008.395000', '165008.397000', '165008.400000', '165008.403000', '165008.405000', '165008.408000', '165008.410000', '165008.413000', '165008.415000', '165008.418000', '165008.421000', '165008.423000', '165008.426000', '165008.428000', '165008.431000', '165008.434000', '165008.436000', '165008.439000', '165008.442000', '165008.445000', '165008.448000', '165008.450000', '165008.479000', '165008.481000', '165008.484000', '165008.487000', '165008.489000', '165008.492000', '165008.494000', '165008.497000', '165028.361000', '165028.364000', '165028.366000', '165028.369000', '165028.372000', '165028.374000', '165028.377000', '165028.380000', '165028.382000', '165028.385000', '165028.387000', '165028.390000', '165028.393000', '165028.395000', '165028.398000', '165028.401000', '165028.403000', '165028.406000', '165028.408000', '165028.411000', '165028.414000', '165028.416000', '165028.419000', '165028.421000', '165028.424000', '165028.427000', '165028.429000', '165028.432000', '165028.434000', '165028.437000', '165028.440000', '165028.442000', '165028.445000', '165028.448000', '165028.450000', '165028.453000', '165028.456000', '165028.458000', '165028.461000', '165028.463000', '165028.466000', '165028.468000', '165028.471000', '165028.474000', '165048.359000', '165048.362000', '165048.365000', '165048.368000', '165048.370000', '165048.373000', '165048.376000', '165048.378000', '165048.381000', '165048.383000', '165048.386000', '165048.389000', '165048.391000', '165048.394000', '165048.396000', '165048.399000', '165048.402000', '165048.404000', '165048.407000', '165048.410000', '165048.412000', '165048.415000', '165048.417000', '165048.420000', '165048.423000', '165048.425000', '165048.428000', '165048.430000', '165048.433000', '165048.436000', '165048.439000', '165048.441000', '165048.444000', '165048.447000', '165048.449000', '165048.452000', '165048.455000', '165048.457000', '165048.460000', '165048.462000', '165048.465000', '165048.467000', '165048.470000', '165108.361000', '165108.363000', '165108.366000', '165108.369000', '165108.371000', '165108.374000', '165108.377000', '165108.379000', '165108.382000', '165108.385000', '165108.387000', '165108.390000', '165108.392000', '165108.395000', '165108.398000', '165108.400000', '165108.403000', '165108.405000', '165108.408000', '165108.411000', '165108.413000', '165108.416000', '165108.418000', '165108.421000', '165108.424000', '165108.426000', '165108.429000', '165108.431000', '165108.434000', '165108.437000', '165108.439000', '165108.442000', '165108.444000', '165108.447000', '165108.450000', '165108.452000', '165108.455000', '165108.457000', '165108.460000', '165108.463000', '165108.465000', '165108.468000', '165108.470000', '165128.360000', '165128.363000', '165128.366000', '165128.369000', '165128.371000', '165128.374000', '165128.377000', '165128.379000', '165128.382000', '165128.384000', '165128.387000', '165128.390000', '165128.392000', '165128.395000', '165128.397000', '165128.400000', '165128.403000', '165128.405000', '165128.408000', '165128.410000', '165128.413000', '165128.416000', '165128.418000', '165128.421000', '165128.424000', '165128.426000', '165128.429000', '165128.431000', '165128.434000', '165128.437000', '165128.439000', '165128.442000', '165128.444000', '165128.447000', '165128.450000', '165128.452000', '165128.455000', '165128.457000', '165128.460000', '165128.463000', '165128.465000', '165128.468000', '165128.470000', '165128.473000', '165148.361000', '165148.363000', '165148.366000', '165148.369000', '165148.371000', '165148.374000', '165148.377000', '165148.379000', '165148.382000', '165148.384000', '165148.387000', '165148.389000', '165148.392000', '165148.395000', '165148.397000', '165148.400000', '165148.403000', '165148.405000', '165148.408000', '165148.411000', '165148.413000', '165148.416000', '165148.418000', '165148.421000', '165148.423000', '165148.426000', '165148.429000', '165148.431000', '165148.434000', '165148.436000', '165148.439000', '165148.449000', '165148.452000', '165148.454000', '165148.457000', '165148.460000', '165148.462000', '165148.465000', '165148.467000', '165148.470000', '165148.472000', '165148.475000', '165148.478000', '165148.481000', '165208.360000', '165208.363000', '165208.366000', '165208.369000', '165208.371000', '165208.374000', '165208.377000', '165208.379000', '165208.382000', '165208.384000', '165208.387000', '165208.389000', '165208.392000', '165208.395000', '165208.397000', '165208.400000', '165208.403000', '165208.405000', '165208.408000', '165208.410000', '165208.413000', '165208.416000', '165208.418000', '165208.421000', '165208.424000', '165208.426000', '165208.429000', '165208.431000', '165208.434000', '165208.436000', '165208.439000', '165208.442000', '165208.444000', '165208.447000', '165208.450000', '165208.452000', '165208.455000', '165208.457000', '165208.460000', '165208.463000', '165208.465000', '165208.468000', '165208.470000', '165228.361000', '165228.364000', '165228.366000', '165228.369000', '165228.371000', '165228.374000', '165228.377000', '165228.379000', '165228.382000', '165228.385000', '165228.387000', '165228.390000', '165228.392000', '165228.395000', '165228.398000', '165228.400000', '165228.403000', '165228.406000', '165228.408000', '165228.417000', '165228.420000', '165228.422000', '165228.425000', '165228.427000', '165228.430000', '165228.433000', '165228.435000', '165228.438000', '165228.441000', '165228.443000', '165228.446000', '165228.449000', '165228.451000', '165228.454000', '165228.456000', '165228.459000', '165228.462000', '165228.464000', '165228.467000', '165228.469000', '165228.472000', '165228.475000', '165228.477000', '165228.480000', '165248.361000', '165248.363000', '165248.366000', '165248.369000', '165248.371000', '165248.374000', '165248.376000', '165248.379000', '165248.382000', '165248.384000', '165248.387000', '165248.390000', '165248.392000', '165248.395000', '165248.397000', '165248.400000', '165248.403000', '165248.405000', '165248.408000', '165248.410000', '165248.413000', '165248.416000', '165248.418000', '165248.421000', '165248.423000', '165248.426000', '165248.429000', '165248.431000', '165248.434000', '165248.437000', '165248.439000', '165248.442000', '165248.444000', '165248.447000', '165248.450000', '165248.452000', '165248.455000', '165248.457000', '165248.460000', '165248.463000', '165248.465000', '165248.468000', '165248.471000', '165308.360000', '165308.362000', '165308.365000', '165308.368000', '165308.370000', '165308.373000', '165308.376000', '165308.379000', '165308.381000', '165308.384000', '165308.387000', '165308.389000', '165308.392000', '165308.395000', '165308.397000', '165308.400000', '165308.403000', '165308.405000', '165308.408000', '165308.411000', '165308.413000', '165308.416000', '165308.418000', '165308.421000', '165308.424000', '165308.426000', '165308.429000', '165308.432000', '165308.434000', '165308.437000', '165308.439000', '165308.442000', '165308.445000', '165308.447000', '165308.450000', '165308.453000', '165308.455000', '165308.458000', '165308.460000', '165308.463000', '165308.466000', '165308.468000', '165308.471000', '165308.474000', '165328.361000', '165328.364000', '165328.366000', '165328.369000', '165328.371000', '165328.374000', '165328.377000', '165328.379000', '165328.382000', '165328.385000', '165328.387000', '165328.390000', '165328.393000', '165328.395000', '165328.398000', '165328.400000', '165328.403000', '165328.406000', '165328.408000', '165328.411000', '165328.414000', '165328.416000', '165328.419000', '165328.421000', '165328.424000', '165328.427000', '165328.429000', '165328.432000', '165328.434000', '165328.437000', '165328.440000', '165328.442000', '165328.445000', '165328.447000', '165328.450000', '165328.453000', '165328.455000', '165328.458000', '165328.461000', '165328.463000', '165328.466000', '165328.469000', '165328.471000', '165348.361000', '165348.363000', '165348.366000', '165348.369000', '165348.371000', '165348.374000', '165348.376000', '165348.379000', '165348.382000', '165348.384000', '165348.387000', '165348.390000', '165348.392000', '165348.395000', '165348.398000', '165348.400000', '165348.403000', '165348.405000', '165348.408000', '165348.411000', '165348.413000', '165348.416000', '165348.419000', '165348.421000', '165348.424000', '165348.427000', '165348.429000', '165348.432000', '165348.434000', '165348.437000', '165348.440000', '165348.442000', '165348.445000', '165348.447000', '165348.450000', '165348.452000', '165348.455000', '165348.458000', '165348.460000', '165348.463000', '165348.465000', '165348.468000', '165348.471000', '165348.473000', '165408.360000', '165408.363000', '165408.368000', '165408.370000', '165408.373000', '165408.376000', '165408.378000', '165408.381000', '165408.384000', '165408.386000', '165408.389000', '165408.392000', '165408.394000', '165408.397000', '165408.399000', '165408.402000', '165408.405000', '165408.407000', '165408.410000', '165408.412000', '165408.415000', '165408.418000', '165408.420000', '165408.423000', '165408.426000', '165408.428000', '165408.431000', '165408.434000', '165408.436000', '165408.439000', '165408.441000', '165408.444000', '165408.447000', '165408.449000', '165408.452000', '165408.454000', '165408.457000', '165408.460000', '165408.462000', '165408.465000', '165408.468000', '165408.470000', '165408.473000', '165428.361000', '165428.363000', '165428.366000', '165428.369000', '165428.371000', '165428.374000', '165428.376000', '165428.379000', '165428.383000', '165428.386000', '165428.388000', '165428.391000', '165428.394000', '165428.397000', '165428.399000', '165428.402000', '165428.405000', '165428.409000', '165428.412000', '165428.415000', '165428.417000', '165428.420000', '165428.423000', '165428.425000', '165428.428000', '165428.431000', '165428.433000', '165428.436000', '165428.439000', '165428.441000', '165428.444000', '165428.447000', '165428.449000', '165428.452000', '165428.454000', '165428.457000', '165428.460000', '165428.462000', '165428.465000', '165428.468000', '165428.470000', '165428.473000', '165428.475000', '165448.361000', '165448.363000', '165448.366000', '165448.369000', '165448.371000', '165448.374000', '165448.376000', '165448.379000', '165448.382000', '165448.393000', '165448.396000', '165448.398000', '165448.401000', '165448.403000', '165448.406000', '165448.408000', '165448.411000', '165448.414000', '165448.416000', '165448.419000', '165448.421000', '165448.424000', '165448.426000', '165448.429000', '165448.432000', '165448.434000', '165448.437000', '165448.440000', '165448.442000', '165448.445000', '165448.447000', '165448.450000', '165448.453000', '165448.455000', '165448.458000', '165448.460000', '165448.463000', '165448.466000', '165448.468000', '165448.471000', '165448.473000', '165448.476000', '165448.479000', '165448.481000', '165454.995000', '165454.998000', '165455.002000', '165455.005000', '165455.007000', '165455.010000', '165455.013000', '165455.016000', '165455.018000', '165455.021000', '165455.024000', '165455.027000', '165455.029000', '165455.032000', '165455.035000'], 'InstanceCreationTime': ['164828.390000', '164828.394000', '164828.396000', '164828.399000', '164828.402000', '164828.404000', '164828.407000', '164828.409000', '164828.412000', '164828.415000', '164828.417000', '164828.420000', '164828.422000', '164828.425000', '164828.428000', '164828.430000', '164828.433000', '164828.439000', '164828.441000', '164828.444000', '164828.446000', '164828.449000', '164828.452000', '164828.454000', '164828.457000', '164828.459000', '164828.462000', '164828.476000', '164828.479000', '164828.482000', '164828.484000', '164848.360000', '164848.363000', '164848.366000', '164848.368000', '164848.371000', '164848.374000', '164848.376000', '164848.379000', '164848.382000', '164848.385000', '164848.388000', '164848.391000', '164848.393000', '164848.396000', '164848.398000', '164848.401000', '164848.404000', '164848.406000', '164848.409000', '164848.411000', '164848.414000', '164848.416000', '164848.427000', '164848.430000', '164848.432000', '164848.435000', '164848.437000', '164848.440000', '164848.443000', '164848.445000', '164848.448000', '164848.450000', '164848.453000', '164848.455000', '164848.458000', '164848.461000', '164848.463000', '164848.466000', '164848.468000', '164848.471000', '164848.474000', '164848.476000', '164848.479000', '164908.360000', '164908.363000', '164908.366000', '164908.369000', '164908.371000', '164908.374000', '164908.376000', '164908.379000', '164908.381000', '164908.384000', '164908.387000', '164908.389000', '164908.392000', '164908.394000', '164908.397000', '164908.403000', '164908.406000', '164908.409000', '164908.411000', '164908.414000', '164908.416000', '164908.419000', '164908.421000', '164908.424000', '164908.427000', '164908.429000', '164908.432000', '164908.434000', '164908.437000', '164908.440000', '164908.442000', '164908.445000', '164908.447000', '164908.450000', '164908.452000', '164908.455000', '164908.458000', '164908.460000', '164908.463000', '164908.465000', '164908.468000', '164908.470000', '164908.473000', '164908.476000', '164928.360000', '164928.363000', '164928.366000', '164928.369000', '164928.371000', '164928.374000', '164928.376000', '164928.379000', '164928.382000', '164928.384000', '164928.387000', '164928.389000', '164928.392000', '164928.395000', '164928.397000', '164928.400000', '164928.403000', '164928.405000', '164928.408000', '164928.411000', '164928.413000', '164928.416000', '164928.419000', '164928.421000', '164928.424000', '164928.426000', '164928.429000', '164928.432000', '164928.434000', '164928.437000', '164928.439000', '164928.442000', '164928.445000', '164928.447000', '164928.450000', '164928.452000', '164928.455000', '164928.458000', '164928.460000', '164928.464000', '164928.466000', '164928.469000', '164928.472000', '164948.360000', '164948.363000', '164948.366000', '164948.368000', '164948.371000', '164948.374000', '164948.376000', '164948.379000', '164948.381000', '164948.384000', '164948.387000', '164948.389000', '164948.392000', '164948.394000', '164948.397000', '164948.400000', '164948.402000', '164948.405000', '164948.407000', '164948.410000', '164948.412000', '164948.415000', '164948.418000', '164948.420000', '164948.423000', '164948.425000', '164948.428000', '164948.432000', '164948.434000', '164948.437000', '164948.439000', '164948.442000', '164948.445000', '164948.447000', '164948.450000', '164948.452000', '164948.455000', '164948.458000', '164948.460000', '164948.463000', '164948.466000', '164948.468000', '164948.471000', '164948.473000', '165008.361000', '165008.363000', '165008.366000', '165008.369000', '165008.371000', '165008.374000', '165008.377000', '165008.379000', '165008.382000', '165008.384000', '165008.387000', '165008.390000', '165008.392000', '165008.395000', '165008.397000', '165008.400000', '165008.403000', '165008.405000', '165008.408000', '165008.410000', '165008.413000', '165008.415000', '165008.418000', '165008.421000', '165008.423000', '165008.426000', '165008.428000', '165008.431000', '165008.434000', '165008.436000', '165008.439000', '165008.442000', '165008.445000', '165008.448000', '165008.450000', '165008.479000', '165008.481000', '165008.484000', '165008.487000', '165008.489000', '165008.492000', '165008.494000', '165008.497000', '165028.361000', '165028.364000', '165028.366000', '165028.369000', '165028.372000', '165028.374000', '165028.377000', '165028.380000', '165028.382000', '165028.385000', '165028.387000', '165028.390000', '165028.393000', '165028.395000', '165028.398000', '165028.401000', '165028.403000', '165028.406000', '165028.408000', '165028.411000', '165028.414000', '165028.416000', '165028.419000', '165028.421000', '165028.424000', '165028.427000', '165028.429000', '165028.432000', '165028.434000', '165028.437000', '165028.440000', '165028.442000', '165028.445000', '165028.448000', '165028.450000', '165028.453000', '165028.456000', '165028.458000', '165028.461000', '165028.463000', '165028.466000', '165028.468000', '165028.471000', '165028.474000', '165048.359000', '165048.362000', '165048.365000', '165048.368000', '165048.370000', '165048.373000', '165048.376000', '165048.378000', '165048.381000', '165048.383000', '165048.386000', '165048.389000', '165048.391000', '165048.394000', '165048.396000', '165048.399000', '165048.402000', '165048.404000', '165048.407000', '165048.410000', '165048.412000', '165048.415000', '165048.417000', '165048.420000', '165048.423000', '165048.425000', '165048.428000', '165048.430000', '165048.433000', '165048.436000', '165048.439000', '165048.441000', '165048.444000', '165048.447000', '165048.449000', '165048.452000', '165048.455000', '165048.457000', '165048.460000', '165048.462000', '165048.465000', '165048.467000', '165048.470000', '165108.361000', '165108.363000', '165108.366000', '165108.369000', '165108.371000', '165108.374000', '165108.377000', '165108.379000', '165108.382000', '165108.385000', '165108.387000', '165108.390000', '165108.392000', '165108.395000', '165108.398000', '165108.400000', '165108.403000', '165108.405000', '165108.408000', '165108.411000', '165108.413000', '165108.416000', '165108.418000', '165108.421000', '165108.424000', '165108.426000', '165108.429000', '165108.431000', '165108.434000', '165108.437000', '165108.439000', '165108.442000', '165108.444000', '165108.447000', '165108.450000', '165108.452000', '165108.455000', '165108.457000', '165108.460000', '165108.463000', '165108.465000', '165108.468000', '165108.470000', '165128.360000', '165128.363000', '165128.366000', '165128.369000', '165128.371000', '165128.374000', '165128.377000', '165128.379000', '165128.382000', '165128.384000', '165128.387000', '165128.390000', '165128.392000', '165128.395000', '165128.397000', '165128.400000', '165128.403000', '165128.405000', '165128.408000', '165128.410000', '165128.413000', '165128.416000', '165128.418000', '165128.421000', '165128.424000', '165128.426000', '165128.429000', '165128.431000', '165128.434000', '165128.437000', '165128.439000', '165128.442000', '165128.444000', '165128.447000', '165128.450000', '165128.452000', '165128.455000', '165128.457000', '165128.460000', '165128.463000', '165128.465000', '165128.468000', '165128.470000', '165128.473000', '165148.361000', '165148.363000', '165148.366000', '165148.369000', '165148.371000', '165148.374000', '165148.377000', '165148.379000', '165148.382000', '165148.384000', '165148.387000', '165148.389000', '165148.392000', '165148.395000', '165148.397000', '165148.400000', '165148.403000', '165148.405000', '165148.408000', '165148.411000', '165148.413000', '165148.416000', '165148.418000', '165148.421000', '165148.423000', '165148.426000', '165148.429000', '165148.431000', '165148.434000', '165148.436000', '165148.439000', '165148.449000', '165148.452000', '165148.454000', '165148.457000', '165148.460000', '165148.462000', '165148.465000', '165148.467000', '165148.470000', '165148.472000', '165148.475000', '165148.478000', '165148.481000', '165208.360000', '165208.363000', '165208.366000', '165208.369000', '165208.371000', '165208.374000', '165208.377000', '165208.379000', '165208.382000', '165208.384000', '165208.387000', '165208.389000', '165208.392000', '165208.395000', '165208.397000', '165208.400000', '165208.403000', '165208.405000', '165208.408000', '165208.410000', '165208.413000', '165208.416000', '165208.418000', '165208.421000', '165208.424000', '165208.426000', '165208.429000', '165208.431000', '165208.434000', '165208.436000', '165208.439000', '165208.442000', '165208.444000', '165208.447000', '165208.450000', '165208.452000', '165208.455000', '165208.457000', '165208.460000', '165208.463000', '165208.465000', '165208.468000', '165208.470000', '165228.361000', '165228.364000', '165228.366000', '165228.369000', '165228.371000', '165228.374000', '165228.377000', '165228.379000', '165228.382000', '165228.385000', '165228.387000', '165228.390000', '165228.392000', '165228.395000', '165228.398000', '165228.400000', '165228.403000', '165228.406000', '165228.408000', '165228.417000', '165228.420000', '165228.422000', '165228.425000', '165228.427000', '165228.430000', '165228.433000', '165228.435000', '165228.438000', '165228.441000', '165228.443000', '165228.446000', '165228.449000', '165228.451000', '165228.454000', '165228.456000', '165228.459000', '165228.462000', '165228.464000', '165228.467000', '165228.469000', '165228.472000', '165228.475000', '165228.477000', '165228.480000', '165248.361000', '165248.363000', '165248.366000', '165248.369000', '165248.371000', '165248.374000', '165248.376000', '165248.379000', '165248.382000', '165248.384000', '165248.387000', '165248.390000', '165248.392000', '165248.395000', '165248.397000', '165248.400000', '165248.403000', '165248.405000', '165248.408000', '165248.410000', '165248.413000', '165248.416000', '165248.418000', '165248.421000', '165248.423000', '165248.426000', '165248.429000', '165248.431000', '165248.434000', '165248.437000', '165248.439000', '165248.442000', '165248.444000', '165248.447000', '165248.450000', '165248.452000', '165248.455000', '165248.457000', '165248.460000', '165248.463000', '165248.465000', '165248.468000', '165248.471000', '165308.360000', '165308.362000', '165308.365000', '165308.368000', '165308.370000', '165308.373000', '165308.376000', '165308.379000', '165308.381000', '165308.384000', '165308.387000', '165308.389000', '165308.392000', '165308.395000', '165308.397000', '165308.400000', '165308.403000', '165308.405000', '165308.408000', '165308.411000', '165308.413000', '165308.416000', '165308.418000', '165308.421000', '165308.424000', '165308.426000', '165308.429000', '165308.432000', '165308.434000', '165308.437000', '165308.439000', '165308.442000', '165308.445000', '165308.447000', '165308.450000', '165308.453000', '165308.455000', '165308.458000', '165308.460000', '165308.463000', '165308.466000', '165308.468000', '165308.471000', '165308.474000', '165328.361000', '165328.364000', '165328.366000', '165328.369000', '165328.371000', '165328.374000', '165328.377000', '165328.379000', '165328.382000', '165328.385000', '165328.387000', '165328.390000', '165328.393000', '165328.395000', '165328.398000', '165328.400000', '165328.403000', '165328.406000', '165328.408000', '165328.411000', '165328.414000', '165328.416000', '165328.419000', '165328.421000', '165328.424000', '165328.427000', '165328.429000', '165328.432000', '165328.434000', '165328.437000', '165328.440000', '165328.442000', '165328.445000', '165328.447000', '165328.450000', '165328.453000', '165328.455000', '165328.458000', '165328.461000', '165328.463000', '165328.466000', '165328.469000', '165328.471000', '165348.361000', '165348.363000', '165348.366000', '165348.369000', '165348.371000', '165348.374000', '165348.376000', '165348.379000', '165348.382000', '165348.384000', '165348.387000', '165348.390000', '165348.392000', '165348.395000', '165348.398000', '165348.400000', '165348.403000', '165348.405000', '165348.408000', '165348.411000', '165348.413000', '165348.416000', '165348.419000', '165348.421000', '165348.424000', '165348.427000', '165348.429000', '165348.432000', '165348.434000', '165348.437000', '165348.440000', '165348.442000', '165348.445000', '165348.447000', '165348.450000', '165348.452000', '165348.455000', '165348.458000', '165348.460000', '165348.463000', '165348.465000', '165348.468000', '165348.471000', '165348.473000', '165408.360000', '165408.363000', '165408.368000', '165408.370000', '165408.373000', '165408.376000', '165408.378000', '165408.381000', '165408.384000', '165408.386000', '165408.389000', '165408.392000', '165408.394000', '165408.397000', '165408.399000', '165408.402000', '165408.405000', '165408.407000', '165408.410000', '165408.412000', '165408.415000', '165408.418000', '165408.420000', '165408.423000', '165408.426000', '165408.428000', '165408.431000', '165408.434000', '165408.436000', '165408.439000', '165408.441000', '165408.444000', '165408.447000', '165408.449000', '165408.452000', '165408.454000', '165408.457000', '165408.460000', '165408.462000', '165408.465000', '165408.468000', '165408.470000', '165408.473000', '165428.361000', '165428.363000', '165428.366000', '165428.369000', '165428.371000', '165428.374000', '165428.376000', '165428.379000', '165428.383000', '165428.386000', '165428.388000', '165428.391000', '165428.394000', '165428.397000', '165428.399000', '165428.402000', '165428.405000', '165428.409000', '165428.412000', '165428.415000', '165428.417000', '165428.420000', '165428.423000', '165428.425000', '165428.428000', '165428.431000', '165428.433000', '165428.436000', '165428.439000', '165428.441000', '165428.444000', '165428.447000', '165428.449000', '165428.452000', '165428.454000', '165428.457000', '165428.460000', '165428.462000', '165428.465000', '165428.468000', '165428.470000', '165428.473000', '165428.475000', '165448.361000', '165448.363000', '165448.366000', '165448.369000', '165448.371000', '165448.374000', '165448.376000', '165448.379000', '165448.382000', '165448.393000', '165448.396000', '165448.398000', '165448.401000', '165448.403000', '165448.406000', '165448.408000', '165448.411000', '165448.414000', '165448.416000', '165448.419000', '165448.421000', '165448.424000', '165448.426000', '165448.429000', '165448.432000', '165448.434000', '165448.437000', '165448.440000', '165448.442000', '165448.445000', '165448.447000', '165448.450000', '165448.453000', '165448.455000', '165448.458000', '165448.460000', '165448.463000', '165448.466000', '165448.468000', '165448.471000', '165448.473000', '165448.476000', '165448.479000', '165448.481000', '165454.995000', '165454.998000', '165455.002000', '165455.005000', '165455.007000', '165455.010000', '165455.013000', '165455.016000', '165455.018000', '165455.021000', '165455.024000', '165455.027000', '165455.029000', '165455.032000', '165455.035000'], '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': [11832, 10124, 13443, 8783, 11318, 13101, 11421, 10979, 9234, 11062, 8918, 11745, 8732, 9702, 7780, 10011, 12078, 9165, 9982, 8372, 11337, 7482, 9685, 10534, 9436, 11211, 8854, 9478, 9426, 7371, 9090, 7440, 9772, 7625, 10432, 8616, 10036, 8314, 9731, 10983, 9562, 10300, 8891, 9411, 9290, 9922, 8645, 10364, 8436, 10218, 7737, 9995, 7949, 10238, 8077, 9662, 7470, 9285, 7703, 9725, 8161, 9866, 7472, 10017, 9124, 9177, 10592, 8876, 9456, 8228, 9368, 8526, 9246, 8017, 9417, 7821, 9240, 8086, 10382, 8350, 10144, 8418, 9867, 8519, 7161, 9270, 7860, 9544, 8237, 9319, 11117, 9117, 10983, 9173, 10150, 8322, 10056, 7562, 9969, 7746, 9774, 7057, 9148, 6970, 9085, 7194, 9358, 7254, 9087, 7973, 9083, 11181, 8560, 10536, 8039, 10101, 8405, 9679, 8208, 10140, 8028, 9940, 8539, 10259, 7999, 10116, 8506, 10528, 8458, 9974, 8355, 10636, 8010, 10874, 8022, 10008, 7911, 10034, 8109, 9981, 8532, 10670, 8134, 10793, 8655, 10855, 8043, 9775, 8010, 9589, 10859, 9515, 7107, 8721, 7391, 9248, 7625, 9910, 9012, 9281, 12451, 9256, 10782, 8911, 11323, 8844, 11016, 9079, 11046, 9160, 11312, 9744, 7323, 9768, 11254, 9724, 12233, 9220, 10835, 8644, 10876, 8638, 10065, 7774, 10268, 7603, 10014, 7272, 9602, 7806, 9206, 11576, 8776, 9502, 8645, 8192, 8951, 7255, 9335, 7445, 9998, 7599, 10589, 8111, 10747, 8047, 9808, 12088, 9599, 10262, 8399, 10557, 8544, 10677, 8248, 10219, 7785, 10121, 7448, 10124, 7435, 9348, 7305, 9055, 13206, 9085, 10262, 8332, 10041, 8377, 10019, 8254, 10043, 8074, 10324, 8641, 9963, 8214, 10691, 8094, 10625, 7948, 10185, 7632, 10157, 7743, 10314, 7530, 9975, 7334, 9886, 7555, 10324, 7865, 10390, 7899, 10267, 8152, 10507, 8215, 10426, 8066, 10701, 7864, 10398, 8057, 10315, 8213, 10433, 7721, 10699, 7792, 10797, 8187, 10630, 7842, 10814, 8277, 10428, 8030, 10310, 7575, 9217, 7441, 9950, 7516, 10156, 7336, 9944, 7564, 10062, 7425, 10111, 7703, 9485, 8217, 9228, 10822, 8717, 11394, 9271, 10233, 8730, 10765, 7769, 10184, 7879, 9772, 7504, 10047, 7892, 10093, 8026, 10051, 7937, 10495, 7738, 10683, 8063, 10788, 7558, 10547, 7836, 10850, 8226, 10127, 7594, 9559, 13488, 9534, 10753, 8994, 10595, 8661, 10818, 7991, 10263, 7529, 10151, 7517, 10084, 7515, 10408, 8157, 10340, 7770, 10476, 9979, 9638, 11785, 8683, 10807, 8721, 10166, 8129, 9877, 7579, 9145, 10668, 9513, 7196, 9634, 8935, 9322, 12696, 9277, 12178, 8684, 10730, 8616, 10526, 8950, 10599, 8108, 10074, 7470, 9838, 7151, 9763, 7205, 9685, 7465, 9364, 7352, 9577, 7094, 9227, 6980, 9220, 7535, 10085, 7873, 10363, 8028, 10707, 9030, 10623, 8332, 11078, 8288, 11151, 8744, 10752, 8403, 11247, 8698, 11085, 9230, 10989, 8324, 10921, 8424, 11206, 8230, 10528, 7856, 10276, 7438, 9853, 7599, 9560, 7447, 9963, 7638, 10567, 7584, 10252, 7476, 9903, 10920, 9470, 11993, 8655, 11298, 8394, 10951, 8021, 10154, 7297, 9829, 7578, 9436, 7134, 9106, 6991, 9110, 7429, 9789, 7203, 10003, 7225, 9620, 8726, 9400, 7991, 9382, 7124, 9137, 10257, 9017, 10624, 9377, 8594, 9084, 11906, 9207, 8068, 9015, 7230, 9625, 11807, 9115, 11897, 8590, 11191, 8390, 11179, 9025, 10327, 8234, 10387, 7583, 10101, 7620, 9692, 6980, 8902, 12102, 8685, 11861, 9070, 8681, 8789, 11249, 8908, 12389, 9235, 12218, 8544, 10998, 8792, 11074, 9166, 11338, 8357, 10903, 7912, 10723, 7169, 9059, 11381, 8895, 10592, 9044, 9507, 7981, 10631, 8258, 10571, 8728, 10163, 8282, 10903, 8105, 10657, 7784, 10058, 7774, 9452, 11940, 9633, 10206, 8731, 10556, 8434, 10625, 8976, 9475, 8034, 10361, 7476, 10048, 7461, 9699, 7395, 8865, 11465, 8988, 10696, 8390, 10246, 7410, 10229, 7421, 9641, 7153, 9192, 7124, 9523, 7597, 9175, 7142, 8925, 12053, 8696, 12151, 8960, 11999, 8537, 11392, 8513, 10668, 8689, 11094, 8530, 11220, 9217, 10920, 9132, 10944, 7959, 10882, 8086, 10423, 7628, 10707, 7640, 9697, 9971, 9585, 11049, 9025, 12144, 9145, 12403, 8836, 12406, 8450, 12682, 8839, 10104, 8820, 11976, 8434, 11482, 9342, 11303, 8801, 11774, 8764, 11763, 9590, 7634, 10476, 7689, 10981, 8545, 10886, 7993, 11142, 9246, 11276, 8819, 11168, 8292, 10605, 12320, 10645, 11085, 10068, 10863, 9587, 12787, 9604, 12448, 9136, 12371, 8668, 11083, 8595, 10808, 9074, 9901, 8502, 10971, 8514, 11137, 8627, 10251, 7710, 10680, 7844, 10122, 8422, 10127, 8823, 9243, 12860, 9054, 11556, 8766, 11985, 8054, 10573, 8247, 9804, 8159, 10602, 7939, 10073, 7961, 9970, 7503, 10036, 8203, 9474, 10187, 9145, 12185, 8894, 11957, 9178, 9312, 8738, 11614, 8968, 10697, 8949, 11029, 8528, 10843, 8248, 10587, 7549, 9960, 8586, 9215, 11635, 9296, 10805, 8943, 10991, 8473, 10805, 8554, 10028, 8537, 11035, 8485, 10979, 8099, 10297, 7855, 10116, 10383, 9882, 11910, 8841, 11021, 8771, 10591, 9128, 10732, 8155, 10835, 8913, 10641, 8788, 10575, 7761, 10168, 8676, 10037, 11681, 9228, 12450, 8886, 12160, 9213, 8364, 8903, 12661, 8713, 10622, 8839, 10458, 8304, 11043, 8937, 10659, 8304, 10975, 7520, 10711, 7851, 10301, 7121, 9482, 11929, 9384, 11756, 8875, 10307, 8260, 10605, 8250, 9814, 7613, 10075, 7237, 9827, 7408, 9396, 6894, 9339, 12262, 8795, 10513, 8951, 10683, 8274, 12107, 8590, 10971, 8693, 8778, 8562, 11736, 9043, 10393, 8651, 10731, 9286, 11169, 8870, 11383, 8832, 11220, 9366, 11374, 9749, 11548, 8638, 11353, 9076, 12142, 9450, 9825, 9456, 13613, 9478, 11831, 9963, 7471, 10204, 7643, 10845, 8552, 11111, 7829, 11333, 8178, 11084, 8290, 11008, 8414, 11197, 8630, 11523, 9685, 10081, 8727, 11471, 8647, 11268, 9220, 10942, 8231, 10696, 8632, 11074, 9098, 11040, 8493, 10828, 9134, 10260, 8662, 11224, 8570, 10933, 8496, 10668, 8301, 9781, 7998, 10636, 8873, 11051, 9662, 11366, 9330, 13078, 9514, 8518, 9360, 8123, 10362, 10182, 10587, 9449, 10286], 'WindowCenter': [4258.0, 4217.0, 4222.0, 4152.0, 4170.0, 4178.0, 4154.0, 4142.0, 4130.0, 4138.0, 4116.0, 4134.0, 4103.0, 4113.0, 4081.0, 4113.0, 4133.0, 4102.0, 4112.0, 4092.0, 4122.0, 4080.0, 4113.0, 4122.0, 4114.0, 4121.0, 4104.0, 4114.0, 4114.0, 4083.0, 4103.0, 4083.0, 4124.0, 4094.0, 4126.0, 4104.0, 4114.0, 4092.0, 4112.0, 4123.0, 4113.0, 4111.0, 4101.0, 4100.0, 4100.0, 4110.0, 4090.0, 4111.0, 4090.0, 4110.0, 4079.0, 4099.0, 4090.0, 4111.0, 4091.0, 4101.0, 4078.0, 4100.0, 4091.0, 4112.0, 4090.0, 4111.0, 4080.0, 4113.0, 4101.0, 4102.0, 4121.0, 4102.0, 4111.0, 4103.0, 4102.0, 4103.0, 4102.0, 4093.0, 4114.0, 4105.0, 4114.0, 4105.0, 4125.0, 4130.0, 4137.0, 4118.0, 4140.0, 4129.0, 4097.0, 4129.0, 4119.0, 4140.0, 4117.0, 4128.0, 4137.0, 4115.0, 4137.0, 4116.0, 4125.0, 4104.0, 4124.0, 4094.0, 4126.0, 4093.0, 4124.0, 4083.0, 4115.0, 4084.0, 4116.0, 4097.0, 4128.0, 4109.0, 4128.0, 4120.0, 4130.0, 4148.0, 4119.0, 4135.0, 4119.0, 4140.0, 4118.0, 4128.0, 4119.0, 4138.0, 4120.0, 4140.0, 4129.0, 4139.0, 4117.0, 4139.0, 4130.0, 4140.0, 4119.0, 4138.0, 4119.0, 4138.0, 4122.0, 4151.0, 4121.0, 4142.0, 4132.0, 4151.0, 4131.0, 4141.0, 4131.0, 4139.0, 4120.0, 4152.0, 4129.0, 4150.0, 4107.0, 4139.0, 4107.0, 4128.0, 4137.0, 4128.0, 4096.0, 4118.0, 4097.0, 4129.0, 4107.0, 4139.0, 4116.0, 4127.0, 4158.0, 4127.0, 4138.0, 4118.0, 4137.0, 4116.0, 4136.0, 4128.0, 4146.0, 4128.0, 4146.0, 4126.0, 4095.0, 4126.0, 4136.0, 4115.0, 4132.0, 4112.0, 4123.0, 4102.0, 4125.0, 4103.0, 4112.0, 4092.0, 4112.0, 4093.0, 4111.0, 4081.0, 4114.0, 4091.0, 4115.0, 4134.0, 4103.0, 4114.0, 4115.0, 4115.0, 4115.0, 4105.0, 4126.0, 4105.0, 4138.0, 4108.0, 4138.0, 4106.0, 4138.0, 4106.0, 4139.0, 4148.0, 4126.0, 4124.0, 4105.0, 4123.0, 4116.0, 4124.0, 4103.0, 4122.0, 4093.0, 4125.0, 4096.0, 4126.0, 4094.0, 4116.0, 4095.0, 4117.0, 4157.0, 4116.0, 4124.0, 4106.0, 4126.0, 4117.0, 4126.0, 4117.0, 4127.0, 4108.0, 4138.0, 4118.0, 4136.0, 4117.0, 4137.0, 4120.0, 4139.0, 4108.0, 4138.0, 4106.0, 4139.0, 4108.0, 4138.0, 4106.0, 4139.0, 4109.0, 4140.0, 4108.0, 4140.0, 4120.0, 4139.0, 4120.0, 4149.0, 4121.0, 4150.0, 4131.0, 4151.0, 4132.0, 4151.0, 4121.0, 4152.0, 4121.0, 4152.0, 4131.0, 4150.0, 4109.0, 4151.0, 4119.0, 4151.0, 4119.0, 4140.0, 4108.0, 4139.0, 4116.0, 4139.0, 4107.0, 4137.0, 4104.0, 4128.0, 4096.0, 4127.0, 4096.0, 4139.0, 4108.0, 4139.0, 4107.0, 4139.0, 4109.0, 4140.0, 4118.0, 4141.0, 4119.0, 4130.0, 4148.0, 4119.0, 4149.0, 4128.0, 4138.0, 4117.0, 4135.0, 4105.0, 4136.0, 4106.0, 4127.0, 4097.0, 4126.0, 4106.0, 4139.0, 4108.0, 4139.0, 4119.0, 4139.0, 4109.0, 4139.0, 4118.0, 4137.0, 4107.0, 4137.0, 4108.0, 4139.0, 4105.0, 4127.0, 4094.0, 4126.0, 4157.0, 4125.0, 4122.0, 4104.0, 4123.0, 4102.0, 4124.0, 4093.0, 4123.0, 4093.0, 4123.0, 4082.0, 4123.0, 4093.0, 4135.0, 4106.0, 4124.0, 4094.0, 4137.0, 4126.0, 4114.0, 4134.0, 4104.0, 4125.0, 4104.0, 4123.0, 4092.0, 4114.0, 4093.0, 4113.0, 4123.0, 4113.0, 4082.0, 4114.0, 4114.0, 4115.0, 4145.0, 4114.0, 4134.0, 4103.0, 4123.0, 4116.0, 4125.0, 4115.0, 4124.0, 4094.0, 4113.0, 4092.0, 4125.0, 4083.0, 4124.0, 4094.0, 4115.0, 4094.0, 4126.0, 4094.0, 4126.0, 4084.0, 4126.0, 4097.0, 4141.0, 4119.0, 4140.0, 4117.0, 4139.0, 4121.0, 4149.0, 4130.0, 4138.0, 4119.0, 4148.0, 4119.0, 4148.0, 4118.0, 4139.0, 4118.0, 4148.0, 4117.0, 4148.0, 4128.0, 4137.0, 4118.0, 4138.0, 4118.0, 4136.0, 4116.0, 4137.0, 4107.0, 4139.0, 4096.0, 4127.0, 4106.0, 4127.0, 4097.0, 4139.0, 4109.0, 4138.0, 4108.0, 4138.0, 4097.0, 4139.0, 4138.0, 4128.0, 4146.0, 4116.0, 4136.0, 4106.0, 4136.0, 4105.0, 4126.0, 4095.0, 4127.0, 4106.0, 4127.0, 4095.0, 4117.0, 4096.0, 4128.0, 4108.0, 4138.0, 4107.0, 4137.0, 4107.0, 4138.0, 4128.0, 4130.0, 4118.0, 4130.0, 4097.0, 4130.0, 4139.0, 4129.0, 4139.0, 4129.0, 4117.0, 4130.0, 4159.0, 4129.0, 4107.0, 4128.0, 4108.0, 4141.0, 4161.0, 4130.0, 4150.0, 4119.0, 4149.0, 4120.0, 4148.0, 4118.0, 4138.0, 4107.0, 4126.0, 4106.0, 4137.0, 4105.0, 4126.0, 4085.0, 4117.0, 4147.0, 4118.0, 4148.0, 4130.0, 4118.0, 4116.0, 4148.0, 4130.0, 4158.0, 4127.0, 4147.0, 4117.0, 4138.0, 4117.0, 4136.0, 4116.0, 4136.0, 4104.0, 4137.0, 4094.0, 4126.0, 4083.0, 4103.0, 4133.0, 4115.0, 4123.0, 4103.0, 4114.0, 4105.0, 4124.0, 4106.0, 4123.0, 4105.0, 4126.0, 4104.0, 4134.0, 4106.0, 4126.0, 4095.0, 4126.0, 4094.0, 4127.0, 4136.0, 4115.0, 4113.0, 4102.0, 4123.0, 4105.0, 4123.0, 4105.0, 4114.0, 4093.0, 4124.0, 4095.0, 4126.0, 4095.0, 4124.0, 4094.0, 4116.0, 4134.0, 4117.0, 4124.0, 4105.0, 4125.0, 4095.0, 4127.0, 4095.0, 4126.0, 4085.0, 4127.0, 4097.0, 4128.0, 4106.0, 4128.0, 4096.0, 4130.0, 4159.0, 4130.0, 4159.0, 4131.0, 4159.0, 4130.0, 4160.0, 4131.0, 4149.0, 4132.0, 4151.0, 4131.0, 4151.0, 4141.0, 4150.0, 4130.0, 4149.0, 4119.0, 4151.0, 4118.0, 4138.0, 4107.0, 4140.0, 4109.0, 4140.0, 4138.0, 4128.0, 4148.0, 4130.0, 4159.0, 4130.0, 4160.0, 4130.0, 4158.0, 4130.0, 4172.0, 4141.0, 4151.0, 4141.0, 4161.0, 4133.0, 4164.0, 4143.0, 4162.0, 4170.0, 4187.0, 4143.0, 4173.0, 4153.0, 4122.0, 4164.0, 4121.0, 4165.0, 4133.0, 4153.0, 4120.0, 4162.0, 4130.0, 4149.0, 4117.0, 4138.0, 4105.0, 4137.0, 4146.0, 4137.0, 4133.0, 4127.0, 4134.0, 4114.0, 4145.0, 4127.0, 4144.0, 4114.0, 4143.0, 4115.0, 4137.0, 4116.0, 4134.0, 4115.0, 4124.0, 4115.0, 4135.0, 4116.0, 4136.0, 4115.0, 4125.0, 4094.0, 4126.0, 4104.0, 4126.0, 4104.0, 4125.0, 4104.0, 4114.0, 4145.0, 4114.0, 4134.0, 4115.0, 4134.0, 4105.0, 4136.0, 4117.0, 4126.0, 4107.0, 4137.0, 4119.0, 4138.0, 4118.0, 4138.0, 4107.0, 4138.0, 4118.0, 4129.0, 4138.0, 4129.0, 4160.0, 4130.0, 4158.0, 4129.0, 4128.0, 4129.0, 4150.0, 4130.0, 4138.0, 4131.0, 4147.0, 4118.0, 4150.0, 4118.0, 4138.0, 4105.0, 4127.0, 4116.0, 4126.0, 4147.0, 4125.0, 4134.0, 4115.0, 4135.0, 4106.0, 4135.0, 4115.0, 4124.0, 4117.0, 4136.0, 4117.0, 4137.0, 4107.0, 4125.0, 4105.0, 4137.0, 4126.0, 4126.0, 4133.0, 4115.0, 4134.0, 4115.0, 4126.0, 4115.0, 4136.0, 4105.0, 4135.0, 4116.0, 4125.0, 4103.0, 4125.0, 4093.0, 4127.0, 4116.0, 4125.0, 4133.0, 4114.0, 4144.0, 4115.0, 4146.0, 4115.0, 4103.0, 4115.0, 4145.0, 4115.0, 4125.0, 4115.0, 4124.0, 4105.0, 4135.0, 4115.0, 4125.0, 4104.0, 4135.0, 4094.0, 4136.0, 4104.0, 4126.0, 4083.0, 4126.0, 4144.0, 4115.0, 4146.0, 4115.0, 4124.0, 4105.0, 4136.0, 4105.0, 4125.0, 4105.0, 4126.0, 4107.0, 4137.0, 4096.0, 4128.0, 4096.0, 4128.0, 4160.0, 4129.0, 4138.0, 4128.0, 4138.0, 4120.0, 4161.0, 4131.0, 4149.0, 4131.0, 4130.0, 4143.0, 4174.0, 4144.0, 4153.0, 4143.0, 4164.0, 4155.0, 4163.0, 4143.0, 4163.0, 4143.0, 4162.0, 4143.0, 4162.0, 4142.0, 4161.0, 4131.0, 4162.0, 4143.0, 4172.0, 4142.0, 4140.0, 4142.0, 4182.0, 4142.0, 4160.0, 4152.0, 4109.0, 4151.0, 4120.0, 4162.0, 4132.0, 4162.0, 4120.0, 4151.0, 4130.0, 4162.0, 4134.0, 4152.0, 4119.0, 4150.0, 4143.0, 4161.0, 4141.0, 4151.0, 4129.0, 4149.0, 4130.0, 4152.0, 4140.0, 4150.0, 4119.0, 4151.0, 4143.0, 4162.0, 4131.0, 4161.0, 4131.0, 4163.0, 4143.0, 4154.0, 4145.0, 4163.0, 4132.0, 4163.0, 4132.0, 4165.0, 4148.0, 4153.0, 4121.0, 4151.0, 4143.0, 4162.0, 4154.0, 4162.0, 4143.0, 4143.0, 4146.0, 4108.0, 4106.0, 4082.0, 4115.0, 4102.0, 4114.0, 4089.0, 4090.0], 'WindowWidth': [9452.0, 9372.0, 9365.0, 9252.0, 9270.0, 9278.0, 9235.0, 9214.0, 9196.0, 9201.0, 9170.0, 9193.0, 9146.0, 9158.0, 9113.0, 9157.0, 9187.0, 9143.0, 9155.0, 9127.0, 9168.0, 9110.0, 9155.0, 9170.0, 9160.0, 9167.0, 9147.0, 9160.0, 9162.0, 9121.0, 9147.0, 9119.0, 9177.0, 9136.0, 9181.0, 9148.0, 9162.0, 9129.0, 9155.0, 9170.0, 9158.0, 9154.0, 9139.0, 9135.0, 9136.0, 9150.0, 9125.0, 9151.0, 9121.0, 9148.0, 9106.0, 9132.0, 9122.0, 9153.0, 9126.0, 9138.0, 9106.0, 9138.0, 9128.0, 9155.0, 9123.0, 9153.0, 9110.0, 9157.0, 9140.0, 9142.0, 9166.0, 9142.0, 9153.0, 9147.0, 9143.0, 9144.0, 9141.0, 9133.0, 9164.0, 9155.0, 9164.0, 9153.0, 9179.0, 9196.0, 9199.0, 9176.0, 9209.0, 9193.0, 9149.0, 9193.0, 9179.0, 9209.0, 9172.0, 9188.0, 9197.0, 9167.0, 9197.0, 9169.0, 9178.0, 9149.0, 9174.0, 9135.0, 9181.0, 9134.0, 9174.0, 9119.0, 9164.0, 9123.0, 9169.0, 9145.0, 9186.0, 9164.0, 9190.0, 9182.0, 9193.0, 9215.0, 9178.0, 9195.0, 9177.0, 9206.0, 9177.0, 9186.0, 9177.0, 9201.0, 9182.0, 9205.0, 9192.0, 9202.0, 9175.0, 9204.0, 9195.0, 9207.0, 9178.0, 9202.0, 9179.0, 9203.0, 9188.0, 9227.0, 9187.0, 9213.0, 9202.0, 9228.0, 9202.0, 9211.0, 9200.0, 9205.0, 9182.0, 9229.0, 9195.0, 9220.0, 9160.0, 9203.0, 9160.0, 9188.0, 9198.0, 9186.0, 9143.0, 9175.0, 9146.0, 9190.0, 9162.0, 9206.0, 9170.0, 9187.0, 9227.0, 9187.0, 9202.0, 9174.0, 9198.0, 9172.0, 9195.0, 9188.0, 9209.0, 9190.0, 9212.0, 9183.0, 9139.0, 9182.0, 9194.0, 9165.0, 9185.0, 9159.0, 9172.0, 9146.0, 9178.0, 9147.0, 9156.0, 9128.0, 9156.0, 9132.0, 9154.0, 9114.0, 9160.0, 9129.0, 9164.0, 9189.0, 9147.0, 9162.0, 9167.0, 9168.0, 9170.0, 9156.0, 9185.0, 9156.0, 9202.0, 9165.0, 9202.0, 9159.0, 9203.0, 9157.0, 9205.0, 9214.0, 9182.0, 9175.0, 9150.0, 9174.0, 9168.0, 9176.0, 9147.0, 9172.0, 9135.0, 9178.0, 9143.0, 9183.0, 9138.0, 9168.0, 9138.0, 9171.0, 9225.0, 9169.0, 9178.0, 9155.0, 9183.0, 9173.0, 9182.0, 9173.0, 9184.0, 9162.0, 9202.0, 9175.0, 9198.0, 9175.0, 9201.0, 9180.0, 9205.0, 9161.0, 9202.0, 9157.0, 9204.0, 9162.0, 9202.0, 9158.0, 9204.0, 9166.0, 9208.0, 9165.0, 9209.0, 9181.0, 9208.0, 9183.0, 9221.0, 9186.0, 9222.0, 9198.0, 9224.0, 9202.0, 9225.0, 9185.0, 9226.0, 9184.0, 9227.0, 9198.0, 9221.0, 9166.0, 9225.0, 9180.0, 9224.0, 9178.0, 9208.0, 9162.0, 9206.0, 9173.0, 9204.0, 9159.0, 9200.0, 9154.0, 9190.0, 9145.0, 9185.0, 9144.0, 9205.0, 9161.0, 9208.0, 9163.0, 9206.0, 9166.0, 9208.0, 9179.0, 9211.0, 9178.0, 9194.0, 9216.0, 9179.0, 9219.0, 9189.0, 9200.0, 9172.0, 9194.0, 9154.0, 9196.0, 9157.0, 9185.0, 9146.0, 9184.0, 9158.0, 9203.0, 9163.0, 9204.0, 9179.0, 9203.0, 9165.0, 9206.0, 9175.0, 9199.0, 9158.0, 9198.0, 9161.0, 9203.0, 9153.0, 9184.0, 9136.0, 9181.0, 9226.0, 9179.0, 9173.0, 9149.0, 9172.0, 9144.0, 9173.0, 9134.0, 9173.0, 9133.0, 9173.0, 9119.0, 9172.0, 9137.0, 9191.0, 9154.0, 9177.0, 9138.0, 9198.0, 9183.0, 9165.0, 9188.0, 9149.0, 9177.0, 9151.0, 9173.0, 9130.0, 9162.0, 9132.0, 9161.0, 9173.0, 9161.0, 9119.0, 9162.0, 9161.0, 9167.0, 9206.0, 9161.0, 9187.0, 9147.0, 9174.0, 9168.0, 9178.0, 9164.0, 9173.0, 9134.0, 9159.0, 9134.0, 9178.0, 9121.0, 9177.0, 9135.0, 9165.0, 9139.0, 9184.0, 9137.0, 9182.0, 9124.0, 9182.0, 9148.0, 9211.0, 9180.0, 9207.0, 9175.0, 9203.0, 9185.0, 9220.0, 9195.0, 9202.0, 9178.0, 9216.0, 9180.0, 9216.0, 9178.0, 9204.0, 9176.0, 9215.0, 9175.0, 9215.0, 9188.0, 9199.0, 9175.0, 9203.0, 9175.0, 9196.0, 9170.0, 9197.0, 9158.0, 9204.0, 9144.0, 9185.0, 9156.0, 9187.0, 9145.0, 9205.0, 9165.0, 9203.0, 9162.0, 9202.0, 9146.0, 9204.0, 9202.0, 9187.0, 9207.0, 9170.0, 9195.0, 9155.0, 9195.0, 9153.0, 9181.0, 9137.0, 9183.0, 9156.0, 9186.0, 9140.0, 9171.0, 9143.0, 9190.0, 9164.0, 9203.0, 9161.0, 9202.0, 9160.0, 9205.0, 9190.0, 9195.0, 9176.0, 9193.0, 9148.0, 9196.0, 9205.0, 9193.0, 9204.0, 9193.0, 9174.0, 9196.0, 9233.0, 9194.0, 9161.0, 9192.0, 9163.0, 9212.0, 9238.0, 9196.0, 9220.0, 9178.0, 9218.0, 9180.0, 9216.0, 9175.0, 9199.0, 9158.0, 9183.0, 9157.0, 9199.0, 9155.0, 9182.0, 9127.0, 9173.0, 9212.0, 9175.0, 9215.0, 9195.0, 9173.0, 9172.0, 9214.0, 9193.0, 9229.0, 9187.0, 9211.0, 9173.0, 9201.0, 9173.0, 9196.0, 9170.0, 9195.0, 9151.0, 9196.0, 9136.0, 9179.0, 9118.0, 9147.0, 9187.0, 9165.0, 9172.0, 9146.0, 9160.0, 9152.0, 9175.0, 9155.0, 9176.0, 9153.0, 9179.0, 9151.0, 9191.0, 9156.0, 9182.0, 9139.0, 9182.0, 9137.0, 9182.0, 9195.0, 9164.0, 9159.0, 9145.0, 9173.0, 9154.0, 9173.0, 9150.0, 9162.0, 9135.0, 9176.0, 9142.0, 9183.0, 9139.0, 9178.0, 9136.0, 9169.0, 9192.0, 9170.0, 9176.0, 9152.0, 9177.0, 9138.0, 9184.0, 9140.0, 9181.0, 9127.0, 9185.0, 9145.0, 9189.0, 9157.0, 9188.0, 9145.0, 9193.0, 9233.0, 9195.0, 9231.0, 9196.0, 9232.0, 9196.0, 9235.0, 9200.0, 9220.0, 9199.0, 9223.0, 9199.0, 9225.0, 9211.0, 9221.0, 9194.0, 9218.0, 9180.0, 9223.0, 9176.0, 9203.0, 9161.0, 9207.0, 9166.0, 9208.0, 9201.0, 9190.0, 9214.0, 9193.0, 9233.0, 9195.0, 9234.0, 9195.0, 9229.0, 9197.0, 9255.0, 9213.0, 9226.0, 9216.0, 9240.0, 9206.0, 9247.0, 9219.0, 9242.0, 9267.0, 9288.0, 9221.0, 9258.0, 9231.0, 9190.0, 9248.0, 9187.0, 9251.0, 9205.0, 9230.0, 9183.0, 9241.0, 9195.0, 9221.0, 9174.0, 9203.0, 9154.0, 9199.0, 9211.0, 9197.0, 9187.0, 9183.0, 9190.0, 9164.0, 9207.0, 9184.0, 9203.0, 9164.0, 9200.0, 9166.0, 9199.0, 9172.0, 9192.0, 9168.0, 9177.0, 9168.0, 9193.0, 9171.0, 9196.0, 9167.0, 9178.0, 9137.0, 9180.0, 9152.0, 9183.0, 9150.0, 9179.0, 9149.0, 9163.0, 9206.0, 9165.0, 9190.0, 9165.0, 9191.0, 9154.0, 9196.0, 9174.0, 9182.0, 9161.0, 9199.0, 9180.0, 9203.0, 9177.0, 9203.0, 9162.0, 9204.0, 9178.0, 9192.0, 9202.0, 9192.0, 9236.0, 9195.0, 9230.0, 9194.0, 9188.0, 9194.0, 9223.0, 9195.0, 9204.0, 9197.0, 9214.0, 9175.0, 9221.0, 9175.0, 9201.0, 9155.0, 9185.0, 9169.0, 9184.0, 9212.0, 9181.0, 9190.0, 9167.0, 9192.0, 9156.0, 9194.0, 9169.0, 9178.0, 9172.0, 9197.0, 9172.0, 9198.0, 9158.0, 9181.0, 9152.0, 9199.0, 9183.0, 9182.0, 9189.0, 9167.0, 9191.0, 9167.0, 9180.0, 9166.0, 9193.0, 9152.0, 9192.0, 9169.0, 9179.0, 9150.0, 9179.0, 9135.0, 9183.0, 9168.0, 9180.0, 9187.0, 9164.0, 9202.0, 9166.0, 9207.0, 9166.0, 9147.0, 9165.0, 9207.0, 9168.0, 9179.0, 9165.0, 9176.0, 9152.0, 9194.0, 9169.0, 9178.0, 9151.0, 9191.0, 9139.0, 9195.0, 9152.0, 9181.0, 9122.0, 9182.0, 9204.0, 9168.0, 9209.0, 9167.0, 9177.0, 9154.0, 9196.0, 9155.0, 9180.0, 9154.0, 9184.0, 9159.0, 9200.0, 9143.0, 9189.0, 9145.0, 9190.0, 9236.0, 9195.0, 9202.0, 9191.0, 9202.0, 9180.0, 9237.0, 9198.0, 9220.0, 9201.0, 9198.0, 9220.0, 9261.0, 9221.0, 9231.0, 9221.0, 9248.0, 9237.0, 9245.0, 9219.0, 9245.0, 9217.0, 9242.0, 9218.0, 9242.0, 9214.0, 9239.0, 9199.0, 9242.0, 9218.0, 9255.0, 9215.0, 9210.0, 9214.0, 9270.0, 9214.0, 9237.0, 9228.0, 9168.0, 9226.0, 9183.0, 9243.0, 9203.0, 9243.0, 9184.0, 9225.0, 9198.0, 9243.0, 9208.0, 9227.0, 9180.0, 9221.0, 9218.0, 9240.0, 9213.0, 9224.0, 9194.0, 9220.0, 9199.0, 9226.0, 9209.0, 9222.0, 9181.0, 9225.0, 9219.0, 9241.0, 9199.0, 9237.0, 9200.0, 9243.0, 9219.0, 9235.0, 9224.0, 9244.0, 9202.0, 9245.0, 9202.0, 9253.0, 9235.0, 9231.0, 9186.0, 9227.0, 9218.0, 9241.0, 9236.0, 9242.0, 9221.0, 9197.0, 9224.0, 9156.0, 9150.0, 9112.0, 9158.0, 9136.0, 9154.0, 9112.0, 9115.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.00808279768786127</td></tr>
<tr><td colspan=3>aqi</td><td>0.025283237803468205</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.70326162271989</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2941539385416685</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1388366258564806</td></tr>
<tr><td colspan=3>efc</td><td>0.4947</td></tr>
<tr><td colspan=3>fber</td><td>6039.5967</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09694782918765238</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5433526011560694</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4324653059049854</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395544215613048</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5952924835779507</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3065592185239576</td></tr>
<tr><td colspan=3>gcor</td><td>0.00941801</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011382510885596275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04493814334273338</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.203132754718788</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>24.3098</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7095</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.5192</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292609.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.1229</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1492</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.8189</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3314.0136</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>812.9602</td></tr>
<tr><td colspan=3>tsnr</td><td>35.90240828343667</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>