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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0090_ses-04_task-social_acq-mb8_run-06_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-0090_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-06_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-0090/ses-04/func/sub-0090_ses-04_task-social_acq-mb8_run-06_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>7236bd6ae17ce14a45cdba48f5467620</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>18:46:34.930000</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.999133, 0.0250495, 0.033249, -0.0261632, 0.999096, 0.0334942]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.108059</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7770, -7254, 240, -17, -60, -177, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a5a7dfc-2c00-464d-ac6d-31f25e78c989||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.680601119995117, -0.07019394636154175, 0.08742575347423553, 111.6570816040039], [-0.0672059878706932, 2.6805026531219482, 0.09270472824573517, -88.20968627929688], [0.08920454233884811, -0.08986254036426544, 2.696991443634033, -87.2504653930664], [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': ['184634.930000', '184635.390000', '184635.850000', '184636.310000', '184636.770000', '184637.230000', '184637.690000', '184638.150000', '184638.610000', '184639.070000', '184639.530000', '184639.990000', '184640.450000', '184640.910000', '184641.370000', '184641.830000', '184642.290000', '184642.750000', '184643.210000', '184643.670000', '184644.130000', '184644.590000', '184645.050000', '184645.510000', '184645.970000', '184646.430000', '184646.890000', '184647.350000', '184647.810000', '184648.270000', '184648.730000', '184649.190000', '184649.650000', '184650.110000', '184650.570000', '184651.030000', '184651.490000', '184651.950000', '184652.410000', '184652.870000', '184653.330000', '184653.790000', '184654.250000', '184654.710000', '184655.170000', '184655.630000', '184656.090000', '184656.550000', '184657.010000', '184657.470000', '184657.930000', '184658.390000', '184658.850000', '184659.310000', '184659.770000', '184700.230000', '184700.690000', '184701.150000', '184701.610000', '184702.070000', '184702.530000', '184702.990000', '184703.450000', '184703.910000', '184704.370000', '184704.830000', '184705.290000', '184705.750000', '184706.210000', '184706.670000', '184707.130000', '184707.590000', '184708.050000', '184708.510000', '184708.970000', '184709.430000', '184709.890000', '184710.350000', '184710.810000', '184711.270000', '184711.730000', '184712.190000', '184712.650000', '184713.110000', '184713.570000', '184714.030000', '184714.490000', '184714.950000', '184715.410000', '184715.870000', '184716.330000', '184716.790000', '184717.250000', '184717.710000', '184718.170000', '184718.630000', '184719.090000', '184719.550000', '184720.010000', '184720.470000', '184720.930000', '184721.390000', '184721.850000', '184722.310000', '184722.770000', '184723.230000', '184723.690000', '184724.150000', '184724.610000', '184725.070000', '184725.530000', '184725.990000', '184726.450000', '184726.910000', '184727.370000', '184727.830000', '184728.290000', '184728.750000', '184729.210000', '184729.670000', '184730.130000', '184730.590000', '184731.050000', '184731.510000', '184731.970000', '184732.430000', '184732.890000', '184733.350000', '184733.810000', '184734.270000', '184734.730000', '184735.190000', '184735.650000', '184736.110000', '184736.570000', '184737.030000', '184737.490000', '184737.950000', '184738.410000', '184738.870000', '184739.330000', '184739.790000', '184740.250000', '184740.710000', '184741.170000', '184741.630000', '184742.090000', '184742.550000', '184743.010000', '184743.470000', '184743.930000', '184744.390000', '184744.850000', '184745.310000', '184745.770000', '184746.230000', '184746.690000', '184747.150000', '184747.610000', '184748.070000', '184748.530000', '184748.990000', '184749.450000', '184749.910000', '184750.370000', '184750.830000', '184751.290000', '184751.750000', '184752.210000', '184752.670000', '184753.130000', '184753.590000', '184754.050000', '184754.510000', '184754.970000', '184755.430000', '184755.890000', '184756.350000', '184756.810000', '184757.270000', '184757.730000', '184758.190000', '184758.650000', '184759.110000', '184759.570000', '184800.030000', '184800.490000', '184800.950000', '184801.410000', '184801.870000', '184802.330000', '184802.790000', '184803.250000', '184803.710000', '184804.170000', '184804.630000', '184805.090000', '184805.550000', '184806.010000', '184806.470000', '184806.930000', '184807.390000', '184807.850000', '184808.310000', '184808.770000', '184809.230000', '184809.690000', '184810.150000', '184810.610000', '184811.070000', '184811.530000', '184811.990000', '184812.450000', '184812.910000', '184813.370000', '184813.830000', '184814.290000', '184814.750000', '184815.210000', '184815.670000', '184816.130000', '184816.590000', '184817.050000', '184817.510000', '184817.970000', '184818.430000', '184818.890000', '184819.350000', '184819.810000', '184820.270000', '184820.730000', '184821.190000', '184821.650000', '184822.110000', '184822.570000', '184823.030000', '184823.490000', '184823.950000', '184824.410000', '184824.870000', '184825.330000', '184825.790000', '184826.250000', '184826.710000', '184827.170000', '184827.630000', '184828.090000', '184828.550000', '184829.010000', '184829.470000', '184829.930000', '184830.390000', '184830.850000', '184831.310000', '184831.770000', '184832.230000', '184832.690000', '184833.150000', '184833.610000', '184834.070000', '184834.530000', '184834.990000', '184835.450000', '184835.910000', '184836.370000', '184836.830000', '184837.290000', '184837.750000', '184838.210000', '184838.670000', '184839.130000', '184839.590000', '184840.050000', '184840.510000', '184840.970000', '184841.430000', '184841.890000', '184842.350000', '184842.810000', '184843.270000', '184843.730000', '184844.190000', '184844.650000', '184845.110000', '184845.570000', '184846.030000', '184846.490000', '184846.950000', '184847.410000', '184847.870000', '184848.330000', '184848.790000', '184849.250000', '184849.710000', '184850.170000', '184850.630000', '184851.090000', '184851.550000', '184852.010000', '184852.470000', '184852.930000', '184853.390000', '184853.850000', '184854.310000', '184854.770000', '184855.230000', '184855.690000', '184856.150000', '184856.610000', '184857.070000', '184857.530000', '184857.990000', '184858.450000', '184858.910000', '184859.370000', '184859.830000', '184900.290000', '184900.750000', '184901.210000', '184901.670000', '184902.130000', '184902.590000', '184903.050000', '184903.510000', '184903.970000', '184904.430000', '184904.890000', '184905.350000', '184905.810000', '184906.270000', '184906.730000', '184907.190000', '184907.650000', '184908.110000', '184908.570000', '184909.030000', '184909.490000', '184909.950000', '184910.410000', '184910.870000', '184911.330000', '184911.790000', '184912.250000', '184912.710000', '184913.170000', '184913.630000', '184914.090000', '184914.550000', '184915.010000', '184915.470000', '184915.930000', '184916.390000', '184916.850000', '184917.310000', '184917.770000', '184918.230000', '184918.690000', '184919.150000', '184919.610000', '184920.070000', '184920.530000', '184920.990000', '184921.450000', '184921.910000', '184922.370000', '184922.830000', '184923.290000', '184923.750000', '184924.210000', '184924.670000', '184925.130000', '184925.590000', '184926.050000', '184926.510000', '184926.970000', '184927.430000', '184927.890000', '184928.350000', '184928.810000', '184929.270000', '184929.730000', '184930.190000', '184930.650000', '184931.110000', '184931.570000', '184932.030000', '184932.490000', '184932.950000', '184933.410000', '184933.870000', '184934.330000', '184934.790000', '184935.250000', '184935.710000', '184936.170000', '184936.630000', '184937.090000', '184937.550000', '184938.010000', '184938.470000', '184938.930000', '184939.390000', '184939.850000', '184940.310000', '184940.770000', '184941.230000', '184941.690000', '184942.150000', '184942.610000', '184943.070000', '184943.530000', '184943.990000', '184944.450000', '184944.910000', '184945.370000', '184945.830000', '184946.290000', '184946.750000', '184947.210000', '184947.670000', '184948.130000', '184948.590000', '184949.050000', '184949.510000', '184949.970000', '184950.430000', '184950.890000', '184951.350000', '184951.810000', '184952.270000', '184952.730000', '184953.190000', '184953.650000', '184954.110000', '184954.570000', '184955.030000', '184955.490000', '184955.950000', '184956.410000', '184956.870000', '184957.330000', '184957.790000', '184958.250000', '184958.710000', '184959.170000', '184959.630000', '185000.090000', '185000.550000', '185001.010000', '185001.470000', '185001.930000', '185002.390000', '185002.850000', '185003.310000', '185003.770000', '185004.230000', '185004.690000', '185005.150000', '185005.610000', '185006.070000', '185006.530000', '185006.990000', '185007.450000', '185007.910000', '185008.370000', '185008.830000', '185009.290000', '185009.750000', '185010.210000', '185010.670000', '185011.130000', '185011.590000', '185012.050000', '185012.510000', '185012.970000', '185013.430000', '185013.890000', '185014.350000', '185014.810000', '185015.270000', '185015.730000', '185016.190000', '185016.650000', '185017.110000', '185017.570000', '185018.030000', '185018.490000', '185018.950000', '185019.410000', '185019.870000', '185020.330000', '185020.790000', '185021.250000', '185021.710000', '185022.170000', '185022.630000', '185023.090000', '185023.550000', '185024.010000', '185024.470000', '185024.930000', '185025.390000', '185025.850000', '185026.310000', '185026.770000', '185027.230000', '185027.690000', '185028.150000', '185028.610000', '185029.070000', '185029.530000', '185029.990000', '185030.450000', '185030.910000', '185031.370000', '185031.830000', '185032.290000', '185032.750000', '185033.210000', '185033.670000', '185034.130000', '185034.590000', '185035.050000', '185035.510000', '185035.970000', '185036.430000', '185036.890000', '185037.350000', '185037.810000', '185038.270000', '185038.730000', '185039.190000', '185039.650000', '185040.110000', '185040.570000', '185041.030000', '185041.490000', '185041.950000', '185042.410000', '185042.870000', '185043.330000', '185043.790000', '185044.250000', '185044.710000', '185045.170000', '185045.630000', '185046.090000', '185046.550000', '185047.010000', '185047.470000', '185047.930000', '185048.390000', '185048.850000', '185049.310000', '185049.770000', '185050.230000', '185050.690000', '185051.150000', '185051.610000', '185052.070000', '185052.530000', '185052.990000', '185053.450000', '185053.910000', '185054.370000', '185054.830000', '185055.290000', '185055.750000', '185056.210000', '185056.670000', '185057.130000', '185057.590000', '185058.050000', '185058.510000', '185058.970000', '185059.430000', '185059.890000', '185100.350000', '185100.810000', '185101.270000', '185101.730000', '185102.190000', '185102.650000', '185103.110000', '185103.570000', '185104.030000', '185104.490000', '185104.950000', '185105.410000', '185105.870000', '185106.330000', '185106.790000', '185107.250000', '185107.710000', '185108.170000', '185108.630000', '185109.090000', '185109.550000', '185110.010000', '185110.470000', '185110.930000', '185111.390000', '185111.850000', '185112.310000', '185112.770000', '185113.230000', '185113.690000', '185114.150000', '185114.610000', '185115.070000', '185115.530000', '185115.990000', '185116.450000', '185116.910000', '185117.370000', '185117.830000', '185118.290000', '185118.750000', '185119.210000', '185119.670000', '185120.130000', '185120.590000', '185121.050000', '185121.510000', '185121.970000', '185122.430000', '185122.890000', '185123.350000', '185123.810000', '185124.270000', '185124.730000', '185125.190000', '185125.650000', '185126.110000', '185126.570000', '185127.030000', '185127.490000', '185127.950000', '185128.410000', '185128.870000', '185129.330000', '185129.790000', '185130.250000', '185130.710000', '185131.170000', '185131.630000', '185132.090000', '185132.550000', '185133.010000', '185133.470000', '185133.930000', '185134.390000', '185134.850000', '185135.310000', '185135.770000', '185136.230000', '185136.690000', '185137.150000', '185137.610000', '185138.070000', '185138.530000', '185138.990000', '185139.450000', '185139.910000', '185140.370000', '185140.830000', '185141.290000', '185141.750000', '185142.210000', '185142.670000', '185143.130000', '185143.590000', '185144.050000', '185144.510000', '185144.970000', '185145.430000', '185145.890000', '185146.350000', '185146.810000', '185147.270000', '185147.730000', '185148.190000', '185148.650000', '185149.110000', '185149.570000', '185150.030000', '185150.490000', '185150.950000', '185151.410000', '185151.870000', '185152.330000', '185152.790000', '185153.250000', '185153.710000', '185154.170000', '185154.630000', '185155.090000', '185155.550000', '185156.010000', '185156.470000', '185156.930000', '185157.390000', '185157.850000', '185158.310000', '185158.770000', '185159.230000', '185159.690000', '185200.150000', '185200.610000', '185201.070000', '185201.530000', '185201.990000', '185202.450000', '185202.910000', '185203.370000', '185203.830000', '185204.290000', '185204.750000', '185205.210000', '185205.670000', '185206.130000', '185206.590000', '185207.050000', '185207.510000', '185207.970000', '185208.430000', '185208.890000', '185209.350000', '185209.810000', '185210.270000', '185210.730000', '185211.190000', '185211.650000', '185212.110000', '185212.570000', '185213.030000', '185213.490000', '185213.950000', '185214.410000', '185214.870000', '185215.330000', '185215.790000', '185216.250000', '185216.710000', '185217.170000', '185217.630000', '185218.090000', '185218.550000', '185219.010000', '185219.470000', '185219.930000', '185220.390000', '185220.850000', '185221.310000', '185221.770000', '185222.230000', '185222.690000', '185223.150000', '185223.610000', '185224.070000', '185224.530000', '185224.990000', '185225.450000', '185225.910000', '185226.370000', '185226.830000', '185227.290000', '185227.750000', '185228.210000', '185228.670000', '185229.130000', '185229.590000', '185230.050000', '185230.510000', '185230.970000', '185231.430000', '185231.890000', '185232.350000', '185232.810000', '185233.270000', '185233.730000', '185234.190000', '185234.650000', '185235.110000', '185235.570000', '185236.030000', '185236.490000', '185236.950000', '185237.410000', '185237.870000', '185238.330000', '185238.790000', '185239.250000', '185239.710000', '185240.170000', '185240.630000', '185241.090000', '185241.550000', '185242.010000', '185242.470000', '185242.930000', '185243.390000', '185243.850000', '185244.310000', '185244.770000', '185245.230000', '185245.690000', '185246.150000', '185246.610000', '185247.070000', '185247.530000', '185247.990000', '185248.450000', '185248.910000', '185249.370000', '185249.830000', '185250.290000', '185250.750000', '185251.210000', '185251.670000', '185252.130000', '185252.590000', '185253.050000', '185253.510000', '185253.970000', '185254.430000', '185254.890000', '185255.350000', '185255.810000', '185256.270000', '185256.730000', '185257.190000', '185257.650000', '185258.110000', '185258.570000', '185259.030000', '185259.490000', '185259.950000', '185300.410000', '185300.870000', '185301.330000', '185301.790000', '185302.250000', '185302.710000', '185303.170000', '185303.630000', '185304.090000', '185304.550000', '185305.010000', '185305.470000', '185305.930000', '185306.390000', '185306.850000', '185307.310000', '185307.770000', '185308.230000', '185308.690000', '185309.150000', '185309.610000', '185310.070000', '185310.530000', '185310.990000', '185311.450000', '185311.910000', '185312.370000', '185312.830000', '185313.290000', '185313.750000', '185314.210000', '185314.670000', '185315.130000', '185315.590000'], 'ContentTime': ['184658.240000', '184658.243000', '184658.246000', '184658.249000', '184658.251000', '184658.254000', '184658.256000', '184658.259000', '184658.262000', '184658.264000', '184658.267000', '184658.269000', '184658.272000', '184658.274000', '184658.277000', '184658.279000', '184658.282000', '184658.285000', '184658.287000', '184658.290000', '184658.292000', '184658.295000', '184658.298000', '184658.300000', '184658.303000', '184658.306000', '184658.308000', '184658.311000', '184658.313000', '184658.316000', '184658.319000', '184658.321000', '184658.324000', '184658.327000', '184658.329000', '184658.332000', '184658.335000', '184658.337000', '184658.340000', '184658.343000', '184658.358000', '184658.362000', '184658.365000', '184658.367000', '184658.370000', '184658.373000', '184658.375000', '184718.210000', '184718.213000', '184718.216000', '184718.219000', '184718.221000', '184718.224000', '184718.227000', '184718.229000', '184718.273000', '184718.276000', '184718.278000', '184718.281000', '184718.283000', '184718.286000', '184718.288000', '184718.291000', '184718.293000', '184718.296000', '184718.299000', '184718.301000', '184718.304000', '184718.306000', '184718.309000', '184718.311000', '184718.314000', '184718.317000', '184718.319000', '184718.322000', '184718.324000', '184718.327000', '184718.329000', '184718.332000', '184718.335000', '184718.343000', '184718.345000', '184718.348000', '184718.351000', '184718.353000', '184718.356000', '184718.359000', '184718.361000', '184718.364000', '184718.366000', '184718.369000', '184738.211000', '184738.213000', '184738.216000', '184738.219000', '184738.221000', '184738.224000', '184738.227000', '184738.229000', '184738.232000', '184738.234000', '184738.237000', '184738.240000', '184738.242000', '184738.245000', '184738.248000', '184738.250000', '184738.253000', '184738.255000', '184738.258000', '184738.261000', '184738.263000', '184738.266000', '184738.269000', '184738.271000', '184738.274000', '184738.276000', '184738.279000', '184738.282000', '184738.284000', '184738.294000', '184738.297000', '184738.299000', '184738.302000', '184738.305000', '184738.307000', '184738.310000', '184738.312000', '184738.315000', '184738.318000', '184738.320000', '184738.323000', '184738.326000', '184738.328000', '184758.211000', '184758.214000', '184758.216000', '184758.219000', '184758.221000', '184758.224000', '184758.227000', '184758.229000', '184758.232000', '184758.235000', '184758.237000', '184758.240000', '184758.242000', '184758.245000', '184758.247000', '184758.250000', '184758.252000', '184758.255000', '184758.258000', '184758.260000', '184758.263000', '184758.265000', '184758.268000', '184758.271000', '184758.273000', '184758.276000', '184758.278000', '184758.281000', '184758.286000', '184758.289000', '184758.292000', '184758.294000', '184758.297000', '184758.299000', '184758.302000', '184758.305000', '184758.307000', '184758.310000', '184758.312000', '184758.315000', '184758.317000', '184758.320000', '184758.323000', '184758.325000', '184818.210000', '184818.213000', '184818.215000', '184818.218000', '184818.220000', '184818.223000', '184818.226000', '184818.229000', '184818.231000', '184818.234000', '184818.236000', '184818.239000', '184818.242000', '184818.244000', '184818.247000', '184818.250000', '184818.252000', '184818.255000', '184818.257000', '184818.260000', '184818.263000', '184818.265000', '184818.268000', '184818.271000', '184818.281000', '184818.284000', '184818.287000', '184818.289000', '184818.292000', '184818.294000', '184818.297000', '184818.300000', '184818.302000', '184818.305000', '184818.307000', '184818.310000', '184818.313000', '184818.315000', '184818.318000', '184818.320000', '184818.323000', '184818.326000', '184818.328000', '184838.211000', '184838.213000', '184838.216000', '184838.219000', '184838.221000', '184838.224000', '184838.227000', '184838.229000', '184838.232000', '184838.234000', '184838.237000', '184838.240000', '184838.242000', '184838.245000', '184838.248000', '184838.250000', '184838.253000', '184838.255000', '184838.258000', '184838.261000', '184838.263000', '184838.266000', '184838.269000', '184838.271000', '184838.274000', '184838.277000', '184838.279000', '184838.282000', '184838.284000', '184838.287000', '184838.290000', '184838.292000', '184838.295000', '184838.297000', '184838.300000', '184838.303000', '184838.305000', '184838.308000', '184838.310000', '184838.319000', '184838.321000', '184838.324000', '184838.326000', '184838.329000', '184858.210000', '184858.213000', '184858.216000', '184858.226000', '184858.229000', '184858.231000', '184858.234000', '184858.237000', '184858.239000', '184858.242000', '184858.244000', '184858.247000', '184858.249000', '184858.252000', '184858.255000', '184858.257000', '184858.260000', '184858.262000', '184858.265000', '184858.268000', '184858.270000', '184858.273000', '184858.275000', '184858.278000', '184858.280000', '184858.283000', '184858.286000', '184858.288000', '184858.291000', '184858.293000', '184858.296000', '184858.299000', '184858.301000', '184858.304000', '184858.307000', '184858.309000', '184858.312000', '184858.314000', '184858.317000', '184858.320000', '184858.322000', '184858.325000', '184858.327000', '184918.211000', '184918.213000', '184918.216000', '184918.219000', '184918.221000', '184918.224000', '184918.227000', '184918.229000', '184918.232000', '184918.234000', '184918.237000', '184918.239000', '184918.242000', '184918.245000', '184918.247000', '184918.254000', '184918.257000', '184918.260000', '184918.262000', '184918.265000', '184918.268000', '184918.270000', '184918.273000', '184918.275000', '184918.278000', '184918.281000', '184918.283000', '184918.286000', '184918.289000', '184918.291000', '184918.294000', '184918.304000', '184918.306000', '184918.309000', '184918.312000', '184918.314000', '184918.317000', '184918.319000', '184918.322000', '184918.325000', '184918.327000', '184918.330000', '184918.332000', '184918.335000', '184938.211000', '184938.214000', '184938.216000', '184938.219000', '184938.222000', '184938.224000', '184938.227000', '184938.230000', '184938.232000', '184938.235000', '184938.237000', '184938.240000', '184938.243000', '184938.245000', '184938.248000', '184938.250000', '184938.253000', '184938.256000', '184938.258000', '184938.261000', '184938.263000', '184938.266000', '184938.269000', '184938.271000', '184938.274000', '184938.277000', '184938.279000', '184938.282000', '184938.284000', '184938.287000', '184938.290000', '184938.292000', '184938.295000', '184938.297000', '184938.300000', '184938.303000', '184938.305000', '184938.308000', '184938.310000', '184938.313000', '184938.316000', '184938.318000', '184938.321000', '184958.210000', '184958.213000', '184958.216000', '184958.218000', '184958.221000', '184958.224000', '184958.226000', '184958.229000', '184958.231000', '184958.234000', '184958.236000', '184958.239000', '184958.241000', '184958.244000', '184958.246000', '184958.249000', '184958.252000', '184958.254000', '184958.257000', '184958.259000', '184958.262000', '184958.264000', '184958.267000', '184958.270000', '184958.272000', '184958.275000', '184958.277000', '184958.280000', '184958.283000', '184958.285000', '184958.288000', '184958.291000', '184958.293000', '184958.296000', '184958.298000', '184958.301000', '184958.304000', '184958.306000', '184958.309000', '184958.311000', '184958.314000', '184958.317000', '184958.319000', '184958.322000', '185018.210000', '185018.213000', '185018.216000', '185018.218000', '185018.221000', '185018.224000', '185018.227000', '185018.229000', '185018.232000', '185018.235000', '185018.237000', '185018.240000', '185018.242000', '185018.245000', '185018.248000', '185018.250000', '185018.253000', '185018.256000', '185018.258000', '185018.261000', '185018.264000', '185018.266000', '185018.269000', '185018.271000', '185018.274000', '185018.277000', '185018.279000', '185018.282000', '185018.285000', '185018.287000', '185018.290000', '185018.292000', '185018.295000', '185018.298000', '185018.300000', '185018.303000', '185018.306000', '185018.308000', '185018.311000', '185018.314000', '185018.316000', '185018.319000', '185018.332000', '185038.209000', '185038.212000', '185038.215000', '185038.218000', '185038.220000', '185038.223000', '185038.226000', '185038.228000', '185038.231000', '185038.234000', '185038.236000', '185038.240000', '185038.242000', '185038.245000', '185038.248000', '185038.251000', '185038.253000', '185038.256000', '185038.259000', '185038.261000', '185038.264000', '185038.267000', '185038.269000', '185038.272000', '185038.274000', '185038.277000', '185038.280000', '185038.283000', '185038.285000', '185038.288000', '185038.291000', '185038.293000', '185038.296000', '185038.299000', '185038.301000', '185038.304000', '185038.307000', '185038.309000', '185038.320000', '185038.322000', '185038.325000', '185038.328000', '185038.330000', '185038.333000', '185058.210000', '185058.213000', '185058.216000', '185058.219000', '185058.221000', '185058.224000', '185058.227000', '185058.229000', '185058.232000', '185058.234000', '185058.237000', '185058.240000', '185058.242000', '185058.245000', '185058.248000', '185058.250000', '185058.253000', '185058.256000', '185058.258000', '185058.261000', '185058.264000', '185058.266000', '185058.269000', '185058.271000', '185058.274000', '185058.277000', '185058.279000', '185058.282000', '185058.285000', '185058.287000', '185058.290000', '185058.292000', '185058.295000', '185058.297000', '185058.300000', '185058.303000', '185058.305000', '185058.308000', '185058.311000', '185058.313000', '185058.316000', '185058.319000', '185058.321000', '185118.211000', '185118.213000', '185118.216000', '185118.219000', '185118.222000', '185118.224000', '185118.227000', '185118.229000', '185118.232000', '185118.235000', '185118.237000', '185118.240000', '185118.243000', '185118.245000', '185118.248000', '185118.250000', '185118.253000', '185118.256000', '185118.258000', '185118.261000', '185118.264000', '185118.266000', '185118.269000', '185118.271000', '185118.274000', '185118.277000', '185118.279000', '185118.282000', '185118.285000', '185118.287000', '185118.290000', '185118.293000', '185118.295000', '185118.298000', '185118.300000', '185118.303000', '185118.306000', '185118.308000', '185118.311000', '185118.314000', '185118.316000', '185118.319000', '185118.322000', '185118.324000', '185138.211000', '185138.214000', '185138.217000', '185138.219000', '185138.222000', '185138.225000', '185138.227000', '185138.230000', '185138.233000', '185138.235000', '185138.238000', '185138.241000', '185138.243000', '185138.246000', '185138.249000', '185138.251000', '185138.254000', '185138.256000', '185138.259000', '185138.262000', '185138.265000', '185138.267000', '185138.270000', '185138.272000', '185138.275000', '185138.278000', '185138.281000', '185138.283000', '185138.286000', '185138.288000', '185138.291000', '185138.294000', '185138.296000', '185138.299000', '185138.301000', '185138.304000', '185138.307000', '185138.309000', '185138.312000', '185138.315000', '185138.317000', '185138.320000', '185138.323000', '185158.210000', '185158.214000', '185158.216000', '185158.221000', '185158.223000', '185158.226000', '185158.228000', '185158.231000', '185158.233000', '185158.236000', '185158.253000', '185158.256000', '185158.259000', '185158.261000', '185158.264000', '185158.266000', '185158.269000', '185158.272000', '185158.274000', '185158.277000', '185158.281000', '185158.284000', '185158.287000', '185158.289000', '185158.292000', '185158.295000', '185158.297000', '185158.300000', '185158.303000', '185158.305000', '185158.308000', '185158.311000', '185158.313000', '185158.316000', '185158.318000', '185158.321000', '185158.324000', '185158.326000', '185158.329000', '185158.332000', '185158.334000', '185158.337000', '185158.340000', '185218.211000', '185218.213000', '185218.217000', '185218.219000', '185218.222000', '185218.224000', '185218.227000', '185218.230000', '185218.233000', '185218.235000', '185218.238000', '185218.243000', '185218.245000', '185218.248000', '185218.251000', '185218.253000', '185218.256000', '185218.259000', '185218.261000', '185218.264000', '185218.266000', '185218.269000', '185218.272000', '185218.275000', '185218.277000', '185218.280000', '185218.283000', '185218.285000', '185218.288000', '185218.291000', '185218.293000', '185218.296000', '185218.298000', '185218.301000', '185218.304000', '185218.306000', '185218.309000', '185218.312000', '185218.315000', '185218.317000', '185218.320000', '185218.322000', '185218.325000', '185218.328000', '185238.210000', '185238.213000', '185238.216000', '185238.219000', '185238.221000', '185238.224000', '185238.227000', '185238.229000', '185238.232000', '185238.235000', '185238.238000', '185238.240000', '185238.243000', '185238.246000', '185238.249000', '185238.252000', '185238.254000', '185238.257000', '185238.260000', '185238.263000', '185238.265000', '185238.268000', '185238.271000', '185238.273000', '185238.276000', '185238.279000', '185238.281000', '185238.284000', '185238.286000', '185238.289000', '185238.292000', '185238.294000', '185238.297000', '185238.300000', '185238.302000', '185238.305000', '185238.307000', '185238.310000', '185238.313000', '185238.315000', '185238.318000', '185238.321000', '185238.323000', '185258.210000', '185258.213000', '185258.215000', '185258.218000', '185258.220000', '185258.223000', '185258.226000', '185258.228000', '185258.231000', '185258.233000', '185258.236000', '185258.239000', '185258.241000', '185258.244000', '185258.246000', '185258.249000', '185258.252000', '185258.254000', '185258.257000', '185258.259000', '185258.262000', '185258.265000', '185258.267000', '185258.270000', '185258.273000', '185258.275000', '185258.278000', '185258.281000', '185258.283000', '185258.286000', '185258.289000', '185258.291000', '185258.294000', '185258.297000', '185258.299000', '185258.302000', '185258.305000', '185258.307000', '185258.310000', '185258.312000', '185258.315000', '185258.318000', '185258.320000', '185258.323000', '185317.368000', '185317.370000', '185317.373000', '185317.376000', '185317.378000', '185317.381000', '185317.384000', '185317.386000', '185317.389000', '185317.391000', '185317.394000', '185317.397000', '185317.400000', '185317.403000', '185317.405000', '185317.408000', '185317.410000', '185317.413000', '185317.416000', '185317.418000', '185317.421000', '185317.424000', '185317.426000', '185317.429000', '185317.431000', '185317.434000', '185317.436000', '185317.439000', '185317.442000', '185317.444000', '185317.447000', '185317.449000', '185317.452000', '185317.454000', '185317.457000', '185317.466000', '185317.468000', '185317.471000', '185317.474000', '185317.476000', '185317.479000', '185317.481000'], 'InstanceCreationTime': ['184658.240000', '184658.243000', '184658.246000', '184658.249000', '184658.251000', '184658.254000', '184658.256000', '184658.259000', '184658.262000', '184658.264000', '184658.267000', '184658.269000', '184658.272000', '184658.274000', '184658.277000', '184658.279000', '184658.282000', '184658.285000', '184658.287000', '184658.290000', '184658.292000', '184658.295000', '184658.298000', '184658.300000', '184658.303000', '184658.306000', '184658.308000', '184658.311000', '184658.313000', '184658.316000', '184658.319000', '184658.321000', '184658.324000', '184658.327000', '184658.329000', '184658.332000', '184658.335000', '184658.337000', '184658.340000', '184658.343000', '184658.358000', '184658.362000', '184658.365000', '184658.367000', '184658.370000', '184658.373000', '184658.375000', '184718.210000', '184718.213000', '184718.216000', '184718.219000', '184718.221000', '184718.224000', '184718.227000', '184718.229000', '184718.273000', '184718.276000', '184718.278000', '184718.281000', '184718.283000', '184718.286000', '184718.288000', '184718.291000', '184718.293000', '184718.296000', '184718.299000', '184718.301000', '184718.304000', '184718.306000', '184718.309000', '184718.311000', '184718.314000', '184718.317000', '184718.319000', '184718.322000', '184718.324000', '184718.327000', '184718.329000', '184718.332000', '184718.335000', '184718.343000', '184718.345000', '184718.348000', '184718.351000', '184718.353000', '184718.356000', '184718.359000', '184718.361000', '184718.364000', '184718.366000', '184718.369000', '184738.211000', '184738.213000', '184738.216000', '184738.219000', '184738.221000', '184738.224000', '184738.227000', '184738.229000', '184738.232000', '184738.234000', '184738.237000', '184738.240000', '184738.242000', '184738.245000', '184738.248000', '184738.250000', '184738.253000', '184738.255000', '184738.258000', '184738.261000', '184738.263000', '184738.266000', '184738.269000', '184738.271000', '184738.274000', '184738.276000', '184738.279000', '184738.282000', '184738.284000', '184738.294000', '184738.297000', '184738.299000', '184738.302000', '184738.305000', '184738.307000', '184738.310000', '184738.312000', '184738.315000', '184738.318000', '184738.320000', '184738.323000', '184738.326000', '184738.328000', '184758.211000', '184758.214000', '184758.216000', '184758.219000', '184758.221000', '184758.224000', '184758.227000', '184758.229000', '184758.232000', '184758.235000', '184758.237000', '184758.240000', '184758.242000', '184758.245000', '184758.247000', '184758.250000', '184758.252000', '184758.255000', '184758.258000', '184758.260000', '184758.263000', '184758.265000', '184758.268000', '184758.271000', '184758.273000', '184758.276000', '184758.278000', '184758.281000', '184758.286000', '184758.289000', '184758.292000', '184758.294000', '184758.297000', '184758.299000', '184758.302000', '184758.305000', '184758.307000', '184758.310000', '184758.312000', '184758.315000', '184758.317000', '184758.320000', '184758.323000', '184758.325000', '184818.210000', '184818.213000', '184818.215000', '184818.218000', '184818.220000', '184818.223000', '184818.226000', '184818.229000', '184818.231000', '184818.234000', '184818.236000', '184818.239000', '184818.242000', '184818.244000', '184818.247000', '184818.250000', '184818.252000', '184818.255000', '184818.257000', '184818.260000', '184818.263000', '184818.265000', '184818.268000', '184818.271000', '184818.281000', '184818.284000', '184818.287000', '184818.289000', '184818.292000', '184818.294000', '184818.297000', '184818.300000', '184818.302000', '184818.305000', '184818.307000', '184818.310000', '184818.313000', '184818.315000', '184818.318000', '184818.320000', '184818.323000', '184818.326000', '184818.328000', '184838.211000', '184838.213000', '184838.216000', '184838.219000', '184838.221000', '184838.224000', '184838.227000', '184838.229000', '184838.232000', '184838.234000', '184838.237000', '184838.240000', '184838.242000', '184838.245000', '184838.248000', '184838.250000', '184838.253000', '184838.255000', '184838.258000', '184838.261000', '184838.263000', '184838.266000', '184838.269000', '184838.271000', '184838.274000', '184838.277000', '184838.279000', '184838.282000', '184838.284000', '184838.287000', '184838.290000', '184838.292000', '184838.295000', '184838.297000', '184838.300000', '184838.303000', '184838.305000', '184838.308000', '184838.310000', '184838.319000', '184838.321000', '184838.324000', '184838.326000', '184838.329000', '184858.210000', '184858.213000', '184858.216000', '184858.226000', '184858.229000', '184858.231000', '184858.234000', '184858.237000', '184858.239000', '184858.242000', '184858.244000', '184858.247000', '184858.249000', '184858.252000', '184858.255000', '184858.257000', '184858.260000', '184858.262000', '184858.265000', '184858.268000', '184858.270000', '184858.273000', '184858.275000', '184858.278000', '184858.280000', '184858.283000', '184858.286000', '184858.288000', '184858.291000', '184858.293000', '184858.296000', '184858.299000', '184858.301000', '184858.304000', '184858.307000', '184858.309000', '184858.312000', '184858.314000', '184858.317000', '184858.320000', '184858.322000', '184858.325000', '184858.327000', '184918.211000', '184918.213000', '184918.216000', '184918.219000', '184918.221000', '184918.224000', '184918.227000', '184918.229000', '184918.232000', '184918.234000', '184918.237000', '184918.239000', '184918.242000', '184918.245000', '184918.247000', '184918.254000', '184918.257000', '184918.260000', '184918.262000', '184918.265000', '184918.268000', '184918.270000', '184918.273000', '184918.275000', '184918.278000', '184918.281000', '184918.283000', '184918.286000', '184918.289000', '184918.291000', '184918.294000', '184918.304000', '184918.306000', '184918.309000', '184918.312000', '184918.314000', '184918.317000', '184918.319000', '184918.322000', '184918.325000', '184918.327000', '184918.330000', '184918.332000', '184918.335000', '184938.211000', '184938.214000', '184938.216000', '184938.219000', '184938.222000', '184938.224000', '184938.227000', '184938.230000', '184938.232000', '184938.235000', '184938.237000', '184938.240000', '184938.243000', '184938.245000', '184938.248000', '184938.250000', '184938.253000', '184938.256000', '184938.258000', '184938.261000', '184938.263000', '184938.266000', '184938.269000', '184938.271000', '184938.274000', '184938.277000', '184938.279000', '184938.282000', '184938.284000', '184938.287000', '184938.290000', '184938.292000', '184938.295000', '184938.297000', '184938.300000', '184938.303000', '184938.305000', '184938.308000', '184938.310000', '184938.313000', '184938.316000', '184938.318000', '184938.321000', '184958.210000', '184958.213000', '184958.216000', '184958.218000', '184958.221000', '184958.224000', '184958.226000', '184958.229000', '184958.231000', '184958.234000', '184958.236000', '184958.239000', '184958.241000', '184958.244000', '184958.246000', '184958.249000', '184958.252000', '184958.254000', '184958.257000', '184958.259000', '184958.262000', '184958.264000', '184958.267000', '184958.270000', '184958.272000', '184958.275000', '184958.277000', '184958.280000', '184958.283000', '184958.285000', '184958.288000', '184958.291000', '184958.293000', '184958.296000', '184958.298000', '184958.301000', '184958.304000', '184958.306000', '184958.309000', '184958.311000', '184958.314000', '184958.317000', '184958.319000', '184958.322000', '185018.210000', '185018.213000', '185018.216000', '185018.218000', '185018.221000', '185018.224000', '185018.227000', '185018.229000', '185018.232000', '185018.235000', '185018.237000', '185018.240000', '185018.242000', '185018.245000', '185018.248000', '185018.250000', '185018.253000', '185018.256000', '185018.258000', '185018.261000', '185018.264000', '185018.266000', '185018.269000', '185018.271000', '185018.274000', '185018.277000', '185018.279000', '185018.282000', '185018.285000', '185018.287000', '185018.290000', '185018.292000', '185018.295000', '185018.298000', '185018.300000', '185018.303000', '185018.306000', '185018.308000', '185018.311000', '185018.314000', '185018.316000', '185018.319000', '185018.332000', '185038.209000', '185038.212000', '185038.215000', '185038.218000', '185038.220000', '185038.223000', '185038.226000', '185038.228000', '185038.231000', '185038.234000', '185038.236000', '185038.240000', '185038.242000', '185038.245000', '185038.248000', '185038.251000', '185038.253000', '185038.256000', '185038.259000', '185038.261000', '185038.264000', '185038.267000', '185038.269000', '185038.272000', '185038.274000', '185038.277000', '185038.280000', '185038.283000', '185038.285000', '185038.288000', '185038.291000', '185038.293000', '185038.296000', '185038.299000', '185038.301000', '185038.304000', '185038.307000', '185038.309000', '185038.320000', '185038.322000', '185038.325000', '185038.328000', '185038.330000', '185038.333000', '185058.210000', '185058.213000', '185058.216000', '185058.219000', '185058.221000', '185058.224000', '185058.227000', '185058.229000', '185058.232000', '185058.234000', '185058.237000', '185058.240000', '185058.242000', '185058.245000', '185058.248000', '185058.250000', '185058.253000', '185058.256000', '185058.258000', '185058.261000', '185058.264000', '185058.266000', '185058.269000', '185058.271000', '185058.274000', '185058.277000', '185058.279000', '185058.282000', '185058.285000', '185058.287000', '185058.290000', '185058.292000', '185058.295000', '185058.297000', '185058.300000', '185058.303000', '185058.305000', '185058.308000', '185058.311000', '185058.313000', '185058.316000', '185058.319000', '185058.321000', '185118.211000', '185118.213000', '185118.216000', '185118.219000', '185118.222000', '185118.224000', '185118.227000', '185118.229000', '185118.232000', '185118.235000', '185118.237000', '185118.240000', '185118.243000', '185118.245000', '185118.248000', '185118.250000', '185118.253000', '185118.256000', '185118.258000', '185118.261000', '185118.264000', '185118.266000', '185118.269000', '185118.271000', '185118.274000', '185118.277000', '185118.279000', '185118.282000', '185118.285000', '185118.287000', '185118.290000', '185118.293000', '185118.295000', '185118.298000', '185118.300000', '185118.303000', '185118.306000', '185118.308000', '185118.311000', '185118.314000', '185118.316000', '185118.319000', '185118.322000', '185118.324000', '185138.211000', '185138.214000', '185138.217000', '185138.219000', '185138.222000', '185138.225000', '185138.227000', '185138.230000', '185138.233000', '185138.235000', '185138.238000', '185138.241000', '185138.243000', '185138.246000', '185138.249000', '185138.251000', '185138.254000', '185138.256000', '185138.259000', '185138.262000', '185138.265000', '185138.267000', '185138.270000', '185138.272000', '185138.275000', '185138.278000', '185138.281000', '185138.283000', '185138.286000', '185138.288000', '185138.291000', '185138.294000', '185138.296000', '185138.299000', '185138.301000', '185138.304000', '185138.307000', '185138.309000', '185138.312000', '185138.315000', '185138.317000', '185138.320000', '185138.323000', '185158.210000', '185158.214000', '185158.216000', '185158.221000', '185158.223000', '185158.226000', '185158.228000', '185158.231000', '185158.233000', '185158.236000', '185158.253000', '185158.256000', '185158.259000', '185158.261000', '185158.264000', '185158.266000', '185158.269000', '185158.272000', '185158.274000', '185158.277000', '185158.281000', '185158.284000', '185158.287000', '185158.289000', '185158.292000', '185158.295000', '185158.297000', '185158.300000', '185158.303000', '185158.305000', '185158.308000', '185158.311000', '185158.313000', '185158.316000', '185158.318000', '185158.321000', '185158.324000', '185158.326000', '185158.329000', '185158.332000', '185158.334000', '185158.337000', '185158.340000', '185218.211000', '185218.213000', '185218.217000', '185218.219000', '185218.222000', '185218.224000', '185218.227000', '185218.230000', '185218.233000', '185218.235000', '185218.238000', '185218.243000', '185218.245000', '185218.248000', '185218.251000', '185218.253000', '185218.256000', '185218.259000', '185218.261000', '185218.264000', '185218.266000', '185218.269000', '185218.272000', '185218.275000', '185218.277000', '185218.280000', '185218.283000', '185218.285000', '185218.288000', '185218.291000', '185218.293000', '185218.296000', '185218.298000', '185218.301000', '185218.304000', '185218.306000', '185218.309000', '185218.312000', '185218.315000', '185218.317000', '185218.320000', '185218.322000', '185218.325000', '185218.328000', '185238.210000', '185238.213000', '185238.216000', '185238.219000', '185238.221000', '185238.224000', '185238.227000', '185238.229000', '185238.232000', '185238.235000', '185238.238000', '185238.240000', '185238.243000', '185238.246000', '185238.249000', '185238.252000', '185238.254000', '185238.257000', '185238.260000', '185238.263000', '185238.265000', '185238.268000', '185238.271000', '185238.273000', '185238.276000', '185238.279000', '185238.281000', '185238.284000', '185238.286000', '185238.289000', '185238.292000', '185238.294000', '185238.297000', '185238.300000', '185238.302000', '185238.305000', '185238.307000', '185238.310000', '185238.313000', '185238.315000', '185238.318000', '185238.321000', '185238.323000', '185258.210000', '185258.213000', '185258.215000', '185258.218000', '185258.220000', '185258.223000', '185258.226000', '185258.228000', '185258.231000', '185258.233000', '185258.236000', '185258.239000', '185258.241000', '185258.244000', '185258.246000', '185258.249000', '185258.252000', '185258.254000', '185258.257000', '185258.259000', '185258.262000', '185258.265000', '185258.267000', '185258.270000', '185258.273000', '185258.275000', '185258.278000', '185258.281000', '185258.283000', '185258.286000', '185258.289000', '185258.291000', '185258.294000', '185258.297000', '185258.299000', '185258.302000', '185258.305000', '185258.307000', '185258.310000', '185258.312000', '185258.315000', '185258.318000', '185258.320000', '185258.323000', '185317.368000', '185317.370000', '185317.373000', '185317.376000', '185317.378000', '185317.381000', '185317.384000', '185317.386000', '185317.389000', '185317.391000', '185317.394000', '185317.397000', '185317.400000', '185317.403000', '185317.405000', '185317.408000', '185317.410000', '185317.413000', '185317.416000', '185317.418000', '185317.421000', '185317.424000', '185317.426000', '185317.429000', '185317.431000', '185317.434000', '185317.436000', '185317.439000', '185317.442000', '185317.444000', '185317.447000', '185317.449000', '185317.452000', '185317.454000', '185317.457000', '185317.466000', '185317.468000', '185317.471000', '185317.474000', '185317.476000', '185317.479000', '185317.481000'], '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': [13429, 11499, 9401, 13554, 11486, 8844, 13960, 11398, 9297, 11867, 10507, 8310, 13092, 10769, 8373, 11722, 10133, 9644, 12791, 10869, 8672, 11601, 10413, 10572, 12966, 10205, 8854, 12730, 10924, 9978, 13244, 10650, 8622, 12040, 10801, 8715, 13870, 11246, 7913, 13032, 10730, 8078, 15061, 11371, 8268, 12504, 10803, 8700, 13996, 11439, 8155, 12177, 11024, 9615, 13155, 11486, 9360, 11796, 11297, 9005, 15680, 11615, 8779, 12180, 10765, 8355, 12667, 11012, 8141, 13389, 10625, 9325, 12453, 12323, 9987, 8195, 12057, 10565, 13548, 11772, 8552, 13533, 11166, 8512, 13298, 10939, 10935, 11352, 8229, 14910, 11212, 8179, 12124, 10425, 8230, 13340, 11009, 8216, 12434, 10053, 11680, 12354, 9249, 13538, 10959, 8611, 13510, 11027, 9440, 12459, 10593, 9529, 12566, 10626, 13043, 11227, 9105, 12661, 11474, 9147, 14001, 11059, 8304, 14613, 11361, 8993, 13723, 10687, 8171, 12878, 11827, 9002, 12887, 11887, 9539, 12814, 11501, 10581, 8135, 13600, 10878, 9873, 10724, 12118, 9301, 8382, 12794, 13266, 10012, 7713, 13019, 11038, 8867, 14212, 12162, 9225, 11961, 10168, 8971, 12187, 9591, 10338, 11520, 7995, 13665, 11224, 7758, 11970, 10516, 9130, 12531, 9064, 12394, 11539, 8194, 12601, 11211, 8561, 9975, 11424, 8601, 15199, 10975, 8243, 12137, 8372, 14045, 11705, 10636, 11534, 8942, 11783, 10931, 8196, 12828, 11631, 7734, 13214, 10979, 8651, 12083, 10427, 7634, 13340, 10592, 8442, 12579, 9619, 12686, 11031, 12166, 12174, 10966, 12853, 10865, 10061, 12056, 10283, 8599, 12390, 9908, 12165, 11154, 8496, 11991, 11797, 7957, 13266, 10629, 8463, 12841, 10213, 13614, 10715, 8048, 12526, 10963, 9059, 11714, 9460, 8391, 11581, 10210, 7984, 13680, 11156, 8712, 8461, 12515, 10811, 8014, 12145, 10159, 7863, 12661, 10822, 8586, 11960, 9745, 8639, 12142, 9755, 14234, 10525, 8349, 12873, 10894, 8115, 10526, 12354, 9958, 7784, 9516, 12475, 10342, 8157, 11693, 10029, 8036, 13096, 10217, 12627, 12821, 11659, 12514, 10354, 11815, 14515, 12194, 11670, 10159, 7718, 13177, 11300, 8944, 9736, 11040, 9332, 9296, 12170, 10246, 8497, 12612, 10557, 8799, 11343, 10942, 9641, 8024, 13327, 11316, 12042, 12062, 10427, 10270, 13026, 11030, 9604, 11521, 9791, 10148, 11791, 9322, 8397, 11227, 10351, 10968, 11334, 9290, 8339, 12055, 10094, 10770, 11438, 9043, 11336, 11718, 8458, 14247, 10209, 8171, 13006, 10803, 8594, 11209, 10275, 8375, 12882, 10217, 8501, 12038, 10232, 7987, 13167, 10304, 7884, 12133, 9817, 7896, 14057, 10714, 8428, 11687, 9527, 12108, 11511, 12533, 11958, 10959, 9747, 12596, 11151, 11629, 14484, 11333, 9214, 13354, 10760, 8805, 12439, 9986, 8734, 12224, 10023, 11133, 10880, 8968, 11540, 11648, 7985, 14287, 10331, 7957, 11572, 9679, 8435, 12456, 9830, 13961, 10170, 8449, 12414, 10193, 10124, 10970, 8985, 8468, 12040, 9802, 10775, 11352, 9332, 8274, 12810, 10384, 8188, 11499, 9695, 11083, 12090, 9229, 12951, 10786, 7996, 14928, 10519, 7778, 12243, 10401, 8334, 12574, 10486, 8256, 11134, 9521, 8127, 13937, 11018, 9240, 7938, 12944, 10252, 7747, 14688, 10480, 8629, 11848, 10385, 12167, 13332, 10916, 12576, 10478, 8478, 13104, 10118, 8844, 11595, 8406, 13740, 10775, 8895, 11460, 8991, 12391, 11228, 8166, 13441, 9862, 7876, 12691, 10947, 8515, 12053, 10010, 11204, 11769, 9241, 13912, 10213, 8038, 12721, 10567, 10114, 11698, 9580, 10322, 12070, 10759, 13805, 10050, 8945, 12253, 10162, 14056, 10753, 7962, 11967, 10904, 8401, 12351, 9754, 8193, 12030, 9664, 10017, 11633, 9872, 10039, 12592, 9664, 12811, 11229, 8450, 14180, 11049, 9361, 12157, 10218, 8249, 12241, 9544, 8644, 11677, 10184, 9118, 11690, 9815, 10856, 12092, 8326, 12728, 11479, 7718, 13373, 11256, 9125, 11385, 9201, 11146, 12415, 8705, 13294, 11143, 7782, 13849, 11339, 7946, 12214, 9295, 13407, 11005, 7532, 13008, 10984, 8654, 11949, 9100, 9977, 12382, 9391, 13806, 10933, 7825, 13061, 10709, 10719, 11971, 8285, 12714, 10716, 7997, 13075, 9989, 13106, 10592, 7610, 13345, 10559, 10611, 11289, 7593, 13593, 11724, 8946, 11559, 8943, 12198, 11766, 8016, 12784, 11688, 9431, 8344, 13053, 10305, 8548, 7931, 13339, 10599, 10753, 12953, 10290, 12808, 10940, 9059, 13010, 10460, 11944, 12711, 12523, 13366, 10315, 7653, 12770, 10780, 8181, 12904, 10095, 8002, 12773, 10286, 10845, 11987, 8936, 12244, 11452, 7961, 12889, 10849, 10933, 12366, 10030, 8557, 12598, 10562, 13242, 10536, 8915, 13076, 10507, 10516, 11001, 7723, 13307, 11193, 8210, 12116, 8917, 13779, 11313, 7788, 12457, 10306, 7985, 12758, 10309, 7855, 11961, 9147, 13514, 11786, 8555, 12803, 9515, 12571, 11135, 9660, 11132, 8095, 12883, 10932, 9471, 11124, 7588, 12563, 11476, 8568, 12141, 8932, 12894, 11047, 8011, 11724, 9545, 11660, 11353, 8505, 13330, 10375, 7727, 13441, 11845, 8397, 12553, 10187, 7697, 13070, 10667, 12011, 12122, 8524, 12293, 11153, 7951, 12431, 9944, 9459, 11706, 8400, 14080, 11338, 7616, 12457, 10545, 8083, 13745, 11054, 7993, 11853, 11593, 9608, 13548, 11630, 8268, 13313, 11251, 11129, 14080, 12170, 10213, 12643, 10365, 11205, 11850, 9723, 13034, 11173, 8867, 13264, 11231, 9109, 11712, 8493, 13248, 11843, 8162, 12035, 11477, 7824, 11429, 11518, 10079, 8591, 12535, 10100, 7650, 13021, 11007, 8630, 13150, 10261, 8468, 12305, 9765, 11974, 11728, 8602, 8840, 12379, 10462, 12223, 12251, 8829, 12145, 12288, 9478, 13660, 10865, 8348, 13562, 11083, 8327, 11392, 9350, 11919, 11547, 9108, 14079, 10352, 8141, 12667, 10820, 8152, 12094, 10481, 8181, 12730, 10977, 9222, 12386, 9800, 12780, 12680, 11568, 11748, 10890, 8955, 14469, 11264, 9307, 12646, 11063, 10303, 12506, 9870, 10025, 12299, 9068, 13030, 11151, 8001, 14220, 11895, 8826, 12949, 10958, 8161, 13339, 10290, 10786, 11665, 8743, 13847, 10983, 8173, 13253, 10870, 8465, 12762, 10247, 8172, 12909, 10756, 8988, 12533, 9352, 7787, 12500, 10708, 8416, 11857, 11804, 9933, 8054, 13783, 11462, 8624, 12699, 10691, 9448, 13267, 12492, 10564, 11173, 9771, 9528, 12215, 10719, 8516, 11216, 9736], 'WindowCenter': [4641.0, 4607.0, 4574.0, 4605.0, 4586.0, 4564.0, 4605.0, 4583.0, 4552.0, 4582.0, 4562.0, 4540.0, 4592.0, 4573.0, 4542.0, 4579.0, 4564.0, 4562.0, 4594.0, 4571.0, 4553.0, 4570.0, 4571.0, 4570.0, 4591.0, 4563.0, 4551.0, 4594.0, 4571.0, 4560.0, 4594.0, 4573.0, 4552.0, 4583.0, 4570.0, 4552.0, 4593.0, 4573.0, 4540.0, 4590.0, 4573.0, 4545.0, 4602.0, 4571.0, 4541.0, 4579.0, 4569.0, 4555.0, 4601.0, 4584.0, 4543.0, 4580.0, 4570.0, 4561.0, 4592.0, 4584.0, 4565.0, 4581.0, 4582.0, 4555.0, 4611.0, 4583.0, 4555.0, 4581.0, 4572.0, 4541.0, 4578.0, 4571.0, 4541.0, 4591.0, 4572.0, 4567.0, 4596.0, 4594.0, 4565.0, 4551.0, 4585.0, 4574.0, 4590.0, 4580.0, 4553.0, 4589.0, 4572.0, 4553.0, 4593.0, 4571.0, 4570.0, 4568.0, 4540.0, 4602.0, 4570.0, 4541.0, 4584.0, 4574.0, 4555.0, 4594.0, 4575.0, 4555.0, 4582.0, 4575.0, 4586.0, 4596.0, 4562.0, 4594.0, 4573.0, 4553.0, 4594.0, 4574.0, 4561.0, 4580.0, 4563.0, 4553.0, 4579.0, 4562.0, 4582.0, 4572.0, 4551.0, 4582.0, 4573.0, 4554.0, 4591.0, 4571.0, 4555.0, 4603.0, 4585.0, 4555.0, 4594.0, 4570.0, 4542.0, 4592.0, 4583.0, 4556.0, 4595.0, 4586.0, 4563.0, 4596.0, 4571.0, 4573.0, 4558.0, 4604.0, 4575.0, 4588.0, 4603.0, 4599.0, 4579.0, 4559.0, 4597.0, 4597.0, 4577.0, 4547.0, 4607.0, 4572.0, 4562.0, 4605.0, 4581.0, 4562.0, 4570.0, 4556.0, 4550.0, 4569.0, 4546.0, 4557.0, 4569.0, 4538.0, 4590.0, 4569.0, 4542.0, 4580.0, 4569.0, 4549.0, 4581.0, 4549.0, 4578.0, 4569.0, 4553.0, 4591.0, 4579.0, 4550.0, 4574.0, 4592.0, 4566.0, 4613.0, 4582.0, 4556.0, 4595.0, 4554.0, 4602.0, 4583.0, 4570.0, 4581.0, 4565.0, 4583.0, 4560.0, 4540.0, 4579.0, 4570.0, 4538.0, 4577.0, 4571.0, 4548.0, 4580.0, 4572.0, 4542.0, 4593.0, 4572.0, 4551.0, 4591.0, 4561.0, 4590.0, 4572.0, 4579.0, 4581.0, 4570.0, 4590.0, 4568.0, 4560.0, 4582.0, 4558.0, 4540.0, 4580.0, 4561.0, 4580.0, 4570.0, 4549.0, 4580.0, 4570.0, 4537.0, 4587.0, 4568.0, 4538.0, 4579.0, 4561.0, 4587.0, 4560.0, 4540.0, 4576.0, 4570.0, 4547.0, 4570.0, 4561.0, 4541.0, 4580.0, 4570.0, 4551.0, 4603.0, 4582.0, 4551.0, 4554.0, 4591.0, 4580.0, 4552.0, 4593.0, 4574.0, 4554.0, 4593.0, 4584.0, 4552.0, 4584.0, 4561.0, 4552.0, 4582.0, 4563.0, 4601.0, 4569.0, 4540.0, 4591.0, 4570.0, 4543.0, 4583.0, 4592.0, 4569.0, 4544.0, 4574.0, 4592.0, 4573.0, 4553.0, 4592.0, 4570.0, 4553.0, 4593.0, 4570.0, 4591.0, 4579.0, 4571.0, 4579.0, 4557.0, 4567.0, 4589.0, 4567.0, 4569.0, 4557.0, 4526.0, 4587.0, 4568.0, 4547.0, 4558.0, 4567.0, 4548.0, 4551.0, 4581.0, 4570.0, 4550.0, 4589.0, 4572.0, 4550.0, 4580.0, 4569.0, 4558.0, 4540.0, 4591.0, 4573.0, 4581.0, 4577.0, 4559.0, 4556.0, 4577.0, 4558.0, 4548.0, 4565.0, 4558.0, 4557.0, 4568.0, 4547.0, 4536.0, 4568.0, 4557.0, 4570.0, 4567.0, 4547.0, 4537.0, 4581.0, 4569.0, 4568.0, 4577.0, 4551.0, 4570.0, 4579.0, 4540.0, 4591.0, 4558.0, 4537.0, 4580.0, 4570.0, 4538.0, 4566.0, 4561.0, 4542.0, 4590.0, 4572.0, 4552.0, 4580.0, 4572.0, 4552.0, 4592.0, 4574.0, 4550.0, 4594.0, 4571.0, 4552.0, 4601.0, 4571.0, 4553.0, 4580.0, 4563.0, 4583.0, 4568.0, 4582.0, 4577.0, 4571.0, 4560.0, 4592.0, 4568.0, 4581.0, 4601.0, 4568.0, 4551.0, 4589.0, 4568.0, 4549.0, 4577.0, 4558.0, 4538.0, 4575.0, 4549.0, 4566.0, 4558.0, 4546.0, 4566.0, 4566.0, 4539.0, 4598.0, 4559.0, 4540.0, 4570.0, 4557.0, 4538.0, 4580.0, 4558.0, 4599.0, 4561.0, 4540.0, 4577.0, 4560.0, 4561.0, 4569.0, 4547.0, 4549.0, 4579.0, 4573.0, 4579.0, 4580.0, 4564.0, 4551.0, 4592.0, 4571.0, 4554.0, 4580.0, 4573.0, 4580.0, 4592.0, 4562.0, 4590.0, 4571.0, 4544.0, 4599.0, 4582.0, 4541.0, 4582.0, 4572.0, 4549.0, 4589.0, 4572.0, 4540.0, 4568.0, 4559.0, 4553.0, 4602.0, 4582.0, 4561.0, 4551.0, 4602.0, 4575.0, 4554.0, 4615.0, 4572.0, 4554.0, 4582.0, 4572.0, 4583.0, 4593.0, 4570.0, 4578.0, 4569.0, 4537.0, 4589.0, 4557.0, 4548.0, 4570.0, 4540.0, 4590.0, 4567.0, 4548.0, 4569.0, 4550.0, 4578.0, 4566.0, 4540.0, 4590.0, 4558.0, 4542.0, 4592.0, 4571.0, 4549.0, 4581.0, 4561.0, 4569.0, 4581.0, 4563.0, 4592.0, 4562.0, 4541.0, 4589.0, 4570.0, 4560.0, 4578.0, 4558.0, 4558.0, 4577.0, 4570.0, 4589.0, 4561.0, 4548.0, 4576.0, 4556.0, 4586.0, 4556.0, 4525.0, 4567.0, 4554.0, 4538.0, 4576.0, 4546.0, 4535.0, 4575.0, 4560.0, 4558.0, 4569.0, 4557.0, 4558.0, 4578.0, 4562.0, 4589.0, 4570.0, 4542.0, 4591.0, 4571.0, 4547.0, 4569.0, 4557.0, 4539.0, 4578.0, 4547.0, 4535.0, 4579.0, 4559.0, 4551.0, 4581.0, 4560.0, 4572.0, 4592.0, 4556.0, 4583.0, 4583.0, 4527.0, 4577.0, 4568.0, 4544.0, 4569.0, 4548.0, 4567.0, 4580.0, 4548.0, 4591.0, 4571.0, 4542.0, 4591.0, 4571.0, 4539.0, 4580.0, 4550.0, 4589.0, 4569.0, 4539.0, 4591.0, 4572.0, 4552.0, 4580.0, 4551.0, 4560.0, 4580.0, 4563.0, 4599.0, 4572.0, 4541.0, 4590.0, 4572.0, 4572.0, 4582.0, 4540.0, 4580.0, 4573.0, 4541.0, 4593.0, 4560.0, 4588.0, 4561.0, 4541.0, 4593.0, 4570.0, 4571.0, 4572.0, 4539.0, 4589.0, 4580.0, 4550.0, 4580.0, 4552.0, 4580.0, 4581.0, 4541.0, 4590.0, 4579.0, 4565.0, 4554.0, 4602.0, 4574.0, 4565.0, 4554.0, 4604.0, 4584.0, 4582.0, 4596.0, 4575.0, 4593.0, 4573.0, 4551.0, 4592.0, 4572.0, 4582.0, 4579.0, 4579.0, 4577.0, 4558.0, 4527.0, 4580.0, 4569.0, 4541.0, 4590.0, 4558.0, 4541.0, 4580.0, 4562.0, 4571.0, 4582.0, 4550.0, 4579.0, 4583.0, 4542.0, 4579.0, 4572.0, 4570.0, 4581.0, 4559.0, 4549.0, 4578.0, 4559.0, 4581.0, 4558.0, 4550.0, 4580.0, 4557.0, 4559.0, 4557.0, 4527.0, 4579.0, 4569.0, 4535.0, 4566.0, 4549.0, 4587.0, 4559.0, 4528.0, 4576.0, 4559.0, 4541.0, 4586.0, 4561.0, 4539.0, 4581.0, 4561.0, 4589.0, 4581.0, 4554.0, 4592.0, 4558.0, 4581.0, 4570.0, 4560.0, 4557.0, 4525.0, 4579.0, 4568.0, 4560.0, 4568.0, 4530.0, 4581.0, 4580.0, 4549.0, 4580.0, 4551.0, 4579.0, 4571.0, 4539.0, 4571.0, 4561.0, 4579.0, 4572.0, 4551.0, 4593.0, 4573.0, 4541.0, 4600.0, 4583.0, 4554.0, 4593.0, 4574.0, 4541.0, 4591.0, 4572.0, 4581.0, 4583.0, 4552.0, 4582.0, 4570.0, 4542.0, 4579.0, 4560.0, 4558.0, 4568.0, 4538.0, 4589.0, 4572.0, 4529.0, 4580.0, 4569.0, 4543.0, 4588.0, 4569.0, 4542.0, 4581.0, 4583.0, 4573.0, 4602.0, 4584.0, 4551.0, 4594.0, 4572.0, 4569.0, 4592.0, 4580.0, 4559.0, 4578.0, 4560.0, 4571.0, 4571.0, 4561.0, 4578.0, 4566.0, 4548.0, 4578.0, 4567.0, 4548.0, 4566.0, 4538.0, 4579.0, 4571.0, 4538.0, 4567.0, 4567.0, 4530.0, 4580.0, 4582.0, 4573.0, 4553.0, 4591.0, 4571.0, 4543.0, 4590.0, 4570.0, 4553.0, 4592.0, 4558.0, 4540.0, 4583.0, 4563.0, 4578.0, 4580.0, 4552.0, 4552.0, 4593.0, 4575.0, 4595.0, 4581.0, 4549.0, 4582.0, 4583.0, 4563.0, 4599.0, 4573.0, 4544.0, 4592.0, 4581.0, 4552.0, 4583.0, 4550.0, 4580.0, 4572.0, 4552.0, 4589.0, 4560.0, 4541.0, 4578.0, 4570.0, 4541.0, 4581.0, 4570.0, 4541.0, 4581.0, 4571.0, 4550.0, 4583.0, 4560.0, 4580.0, 4581.0, 4568.0, 4578.0, 4559.0, 4551.0, 4588.0, 4557.0, 4550.0, 4578.0, 4568.0, 4558.0, 4580.0, 4548.0, 4546.0, 4566.0, 4550.0, 4580.0, 4568.0, 4539.0, 4590.0, 4577.0, 4550.0, 4579.0, 4568.0, 4538.0, 4590.0, 4557.0, 4570.0, 4570.0, 4552.0, 4589.0, 4571.0, 4540.0, 4593.0, 4571.0, 4550.0, 4588.0, 4571.0, 4543.0, 4580.0, 4572.0, 4550.0, 4580.0, 4548.0, 4530.0, 4582.0, 4572.0, 4551.0, 4582.0, 4581.0, 4563.0, 4544.0, 4591.0, 4584.0, 4550.0, 4582.0, 4561.0, 4551.0, 4581.0, 4569.0, 4557.0, 4558.0, 4549.0, 4545.0, 4565.0, 4560.0, 4536.0, 4568.0, 4551.0], 'WindowWidth': [10176.0, 10114.0, 10059.0, 10093.0, 10064.0, 10033.0, 10087.0, 10055.0, 10010.0, 10049.0, 10020.0, 9992.0, 10064.0, 10038.0, 9995.0, 10046.0, 10027.0, 10024.0, 10068.0, 10036.0, 10011.0, 10033.0, 10034.0, 10033.0, 10062.0, 10024.0, 10007.0, 10068.0, 10036.0, 10019.0, 10071.0, 10038.0, 10008.0, 10051.0, 10032.0, 10011.0, 10067.0, 10039.0, 9992.0, 10060.0, 10037.0, 10004.0, 10080.0, 10035.0, 9995.0, 10044.0, 10030.0, 10016.0, 10077.0, 10055.0, 9998.0, 10048.0, 10033.0, 10022.0, 10066.0, 10055.0, 10030.0, 10049.0, 10052.0, 10018.0, 10094.0, 10054.0, 10015.0, 10049.0, 10036.0, 9993.0, 10041.0, 10035.0, 9993.0, 10062.0, 10037.0, 10038.0, 10073.0, 10069.0, 10030.0, 10009.0, 10057.0, 10043.0, 10062.0, 10048.0, 10011.0, 10058.0, 10036.0, 10012.0, 10067.0, 10034.0, 10030.0, 10027.0, 9992.0, 10078.0, 10034.0, 9994.0, 10053.0, 10041.0, 10018.0, 10070.0, 10044.0, 10017.0, 10052.0, 10045.0, 10061.0, 10072.0, 10023.0, 10067.0, 10038.0, 10012.0, 10070.0, 10042.0, 10020.0, 10046.0, 10024.0, 10009.0, 10043.0, 10022.0, 10048.0, 10035.0, 10007.0, 10049.0, 10039.0, 10013.0, 10064.0, 10034.0, 10018.0, 10083.0, 10057.0, 10015.0, 10068.0, 10032.0, 9996.0, 10066.0, 10055.0, 10020.0, 10072.0, 10059.0, 10026.0, 10070.0, 10033.0, 10040.0, 10024.0, 10083.0, 10045.0, 10069.0, 10095.0, 10084.0, 10056.0, 10026.0, 10076.0, 10076.0, 10051.0, 10008.0, 10092.0, 10037.0, 10025.0, 10088.0, 10047.0, 10021.0, 10031.0, 10008.0, 10002.0, 10030.0, 9996.0, 10010.0, 10026.0, 9985.0, 10058.0, 10031.0, 9995.0, 10045.0, 10029.0, 10003.0, 10046.0, 10001.0, 10039.0, 10030.0, 10012.0, 10063.0, 10046.0, 10009.0, 10043.0, 10068.0, 10038.0, 10100.0, 10055.0, 10022.0, 10072.0, 10017.0, 10081.0, 10057.0, 10032.0, 10048.0, 10034.0, 10053.0, 10013.0, 9991.0, 10043.0, 10029.0, 9989.0, 10040.0, 10036.0, 10003.0, 10047.0, 10038.0, 9999.0, 10068.0, 10040.0, 10009.0, 10062.0, 10024.0, 10063.0, 10039.0, 10044.0, 10050.0, 10031.0, 10063.0, 10032.0, 10018.0, 10049.0, 10015.0, 9990.0, 10044.0, 10020.0, 10046.0, 10030.0, 10003.0, 10045.0, 10031.0, 9985.0, 10056.0, 10028.0, 9986.0, 10043.0, 10020.0, 10054.0, 10017.0, 9990.0, 10038.0, 10033.0, 9999.0, 10032.0, 10021.0, 9996.0, 10047.0, 10034.0, 10011.0, 10082.0, 10055.0, 10012.0, 10017.0, 10067.0, 10052.0, 10015.0, 10072.0, 10046.0, 10017.0, 10070.0, 10059.0, 10013.0, 10057.0, 10021.0, 10010.0, 10050.0, 10026.0, 10077.0, 10032.0, 9991.0, 10061.0, 10033.0, 10000.0, 10056.0, 10068.0, 10034.0, 10004.0, 10045.0, 10070.0, 10045.0, 10016.0, 10071.0, 10038.0, 10015.0, 10072.0, 10037.0, 10067.0, 10045.0, 10032.0, 10043.0, 10013.0, 10026.0, 10057.0, 10024.0, 10028.0, 10011.0, 9970.0, 10056.0, 10030.0, 10000.0, 10015.0, 10026.0, 10002.0, 10007.0, 10049.0, 10035.0, 10007.0, 10061.0, 10040.0, 10009.0, 10048.0, 10033.0, 10015.0, 9993.0, 10063.0, 10041.0, 10048.0, 10040.0, 10016.0, 10011.0, 10041.0, 10014.0, 9999.0, 10020.0, 10013.0, 10012.0, 10028.0, 9999.0, 9984.0, 10027.0, 10013.0, 10030.0, 10027.0, 9999.0, 9986.0, 10050.0, 10034.0, 10030.0, 10042.0, 10008.0, 10034.0, 10044.0, 9993.0, 10063.0, 10014.0, 9986.0, 10046.0, 10032.0, 9987.0, 10025.0, 10022.0, 9996.0, 10062.0, 10038.0, 10011.0, 10048.0, 10038.0, 10014.0, 10068.0, 10045.0, 10012.0, 10074.0, 10040.0, 10015.0, 10081.0, 10041.0, 10015.0, 10049.0, 10027.0, 10055.0, 10033.0, 10052.0, 10043.0, 10034.0, 10020.0, 10066.0, 10030.0, 10048.0, 10078.0, 10030.0, 10007.0, 10058.0, 10029.0, 10002.0, 10042.0, 10014.0, 9986.0, 10035.0, 10003.0, 10023.0, 10014.0, 9998.0, 10025.0, 10024.0, 9993.0, 10072.0, 10019.0, 9991.0, 10033.0, 10014.0, 9987.0, 10045.0, 10017.0, 10073.0, 10021.0, 9991.0, 10040.0, 10020.0, 10020.0, 10031.0, 10002.0, 10005.0, 10045.0, 10040.0, 10047.0, 10050.0, 10029.0, 10010.0, 10068.0, 10038.0, 10017.0, 10050.0, 10041.0, 10048.0, 10067.0, 10025.0, 10062.0, 10037.0, 10002.0, 10076.0, 10057.0, 9998.0, 10052.0, 10038.0, 10005.0, 10060.0, 10040.0, 9994.0, 10029.0, 10018.0, 10013.0, 10083.0, 10055.0, 10027.0, 10013.0, 10083.0, 10050.0, 10020.0, 10103.0, 10043.0, 10016.0, 10055.0, 10041.0, 10055.0, 10068.0, 10034.0, 10042.0, 10032.0, 9989.0, 10060.0, 10016.0, 10002.0, 10034.0, 9994.0, 10060.0, 10029.0, 10002.0, 10030.0, 10005.0, 10044.0, 10027.0, 9993.0, 10061.0, 10014.0, 9997.0, 10066.0, 10037.0, 10005.0, 10051.0, 10024.0, 10033.0, 10050.0, 10026.0, 10068.0, 10024.0, 9995.0, 10059.0, 10035.0, 10020.0, 10044.0, 10016.0, 10015.0, 10042.0, 10033.0, 10060.0, 10020.0, 9999.0, 10037.0, 10011.0, 10051.0, 10010.0, 9966.0, 10026.0, 10006.0, 9986.0, 10039.0, 9997.0, 9981.0, 10035.0, 10019.0, 10015.0, 10031.0, 10013.0, 10017.0, 10044.0, 10025.0, 10058.0, 10032.0, 9997.0, 10063.0, 10036.0, 9999.0, 10029.0, 10011.0, 9990.0, 10042.0, 9999.0, 9981.0, 10046.0, 10020.0, 10008.0, 10050.0, 10022.0, 10038.0, 10071.0, 10023.0, 10052.0, 10050.0, 9971.0, 10035.0, 10025.0, 9991.0, 10027.0, 10000.0, 10026.0, 10045.0, 10002.0, 10062.0, 10035.0, 9997.0, 10063.0, 10033.0, 9989.0, 10045.0, 10005.0, 10060.0, 10030.0, 9990.0, 10062.0, 10038.0, 10009.0, 10046.0, 10008.0, 10019.0, 10046.0, 10025.0, 10072.0, 10037.0, 9996.0, 10060.0, 10037.0, 10038.0, 10050.0, 9993.0, 10046.0, 10037.0, 9993.0, 10066.0, 10019.0, 10055.0, 10019.0, 9995.0, 10066.0, 10034.0, 10035.0, 10036.0, 9990.0, 10059.0, 10049.0, 10006.0, 10046.0, 10012.0, 10049.0, 10047.0, 9994.0, 10061.0, 10045.0, 10033.0, 10019.0, 10083.0, 10044.0, 10034.0, 10019.0, 10086.0, 10059.0, 10054.0, 10076.0, 10046.0, 10069.0, 10040.0, 10006.0, 10063.0, 10036.0, 10049.0, 10043.0, 10042.0, 10039.0, 10014.0, 9972.0, 10046.0, 10030.0, 9993.0, 10060.0, 10015.0, 9994.0, 10045.0, 10022.0, 10035.0, 10049.0, 10006.0, 10044.0, 10051.0, 9998.0, 10046.0, 10036.0, 10031.0, 10047.0, 10016.0, 10004.0, 10044.0, 10016.0, 10046.0, 10014.0, 10004.0, 10044.0, 10012.0, 10015.0, 10011.0, 9973.0, 10043.0, 10030.0, 9980.0, 10022.0, 10002.0, 10052.0, 10014.0, 9973.0, 10037.0, 10017.0, 9995.0, 10052.0, 10021.0, 9991.0, 10047.0, 10022.0, 10060.0, 10050.0, 10014.0, 10065.0, 10016.0, 10049.0, 10032.0, 10017.0, 10011.0, 9965.0, 10041.0, 10028.0, 10017.0, 10026.0, 9977.0, 10048.0, 10046.0, 10004.0, 10045.0, 10006.0, 10044.0, 10033.0, 9990.0, 10033.0, 10019.0, 10045.0, 10039.0, 10009.0, 10067.0, 10039.0, 9997.0, 10076.0, 10056.0, 10016.0, 10070.0, 10041.0, 9995.0, 10062.0, 10038.0, 10051.0, 10053.0, 10009.0, 10049.0, 10033.0, 9997.0, 10045.0, 10018.0, 10014.0, 10026.0, 9987.0, 10059.0, 10035.0, 9977.0, 10047.0, 10031.0, 10001.0, 10059.0, 10033.0, 9998.0, 10052.0, 10055.0, 10041.0, 10082.0, 10059.0, 10010.0, 10070.0, 10039.0, 10033.0, 10068.0, 10046.0, 10016.0, 10042.0, 10019.0, 10034.0, 10034.0, 10019.0, 10041.0, 10023.0, 10001.0, 10042.0, 10025.0, 9998.0, 10022.0, 9986.0, 10044.0, 10033.0, 9984.0, 10022.0, 10024.0, 9977.0, 10045.0, 10052.0, 10040.0, 10012.0, 10065.0, 10035.0, 10000.0, 10063.0, 10035.0, 10012.0, 10065.0, 10015.0, 9993.0, 10052.0, 10025.0, 10044.0, 10047.0, 10011.0, 10010.0, 10067.0, 10045.0, 10075.0, 10048.0, 10006.0, 10050.0, 10054.0, 10027.0, 10075.0, 10040.0, 9998.0, 10064.0, 10051.0, 10009.0, 10051.0, 10005.0, 10045.0, 10037.0, 10010.0, 10059.0, 10019.0, 9993.0, 10042.0, 10034.0, 9995.0, 10048.0, 10032.0, 9995.0, 10048.0, 10036.0, 10007.0, 10051.0, 10017.0, 10047.0, 10048.0, 10028.0, 10042.0, 10015.0, 10007.0, 10057.0, 10012.0, 10002.0, 10041.0, 10026.0, 10013.0, 10044.0, 10000.0, 9995.0, 10023.0, 10004.0, 10043.0, 10025.0, 9990.0, 10059.0, 10040.0, 10005.0, 10043.0, 10027.0, 9988.0, 10059.0, 10011.0, 10030.0, 10032.0, 10009.0, 10059.0, 10034.0, 9993.0, 10068.0, 10037.0, 10007.0, 10058.0, 10034.0, 9997.0, 10047.0, 10037.0, 10006.0, 10046.0, 10000.0, 9976.0, 10050.0, 10037.0, 10009.0, 10053.0, 10051.0, 10027.0, 10001.0, 10064.0, 10055.0, 10006.0, 10050.0, 10017.0, 10004.0, 10046.0, 10027.0, 10009.0, 10009.0, 9999.0, 9992.0, 10021.0, 10016.0, 9982.0, 10026.0, 10005.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.009090554913294796</td></tr>
<tr><td colspan=3>aqi</td><td>0.03908413052023122</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.088657114282405</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2472256456134259</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1035645713773143</td></tr>
<tr><td colspan=3>efc</td><td>0.5139</td></tr>
<tr><td colspan=3>fber</td><td>5099.1392</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1262409150159372</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.439306358381502</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3662913904557143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1784641298795497</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6525471185765306</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2678629229110627</td></tr>
<tr><td colspan=3>gcor</td><td>0.00303409</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01902279071509838</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046402398496866226</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.345725580110682</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>13.1624</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9406</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.0846</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1059.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.2643</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1586</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.7912</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3738.4302</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.9768</td></tr>
<tr><td colspan=3>tsnr</td><td>33.624242374440655</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>