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

616 lines
No EOL
107 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-0098_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0098_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-04/func/sub-0098_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7ba0fa8a0b0d4e0fdfba1eb8b3085c97</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:13:26.817500</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.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0881687</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7825, -7225, 227, -109, 77, -36, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0c470474-0ae0-492e-a431-2da26cea86fc||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.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['181326.817500', '181327.277500', '181327.737500', '181328.197500', '181328.657500', '181329.117500', '181329.577500', '181330.037500', '181330.497500', '181330.957500', '181331.417500', '181331.877500', '181332.337500', '181332.797500', '181333.257500', '181333.717500', '181334.177500', '181334.637500', '181335.097500', '181335.557500', '181336.017500', '181336.477500', '181336.937500', '181337.397500', '181337.857500', '181338.317500', '181338.777500', '181339.237500', '181339.697500', '181340.157500', '181340.617500', '181341.077500', '181341.537500', '181341.997500', '181342.457500', '181342.917500', '181343.377500', '181343.837500', '181344.297500', '181344.757500', '181345.217500', '181345.677500', '181346.137500', '181346.597500', '181347.057500', '181347.517500', '181347.977500', '181348.437500', '181348.897500', '181349.357500', '181349.817500', '181350.277500', '181350.737500', '181351.197500', '181351.657500', '181352.117500', '181352.577500', '181353.037500', '181353.497500', '181353.957500', '181354.417500', '181354.877500', '181355.337500', '181355.797500', '181356.257500', '181356.717500', '181357.177500', '181357.637500', '181358.097500', '181358.557500', '181359.017500', '181359.477500', '181359.937500', '181400.397500', '181400.857500', '181401.317500', '181401.777500', '181402.237500', '181402.697500', '181403.157500', '181403.617500', '181404.077500', '181404.537500', '181404.997500', '181405.457500', '181405.917500', '181406.377500', '181406.837500', '181407.297500', '181407.757500', '181408.217500', '181408.677500', '181409.137500', '181409.597500', '181410.057500', '181410.517500', '181410.977500', '181411.437500', '181411.897500', '181412.357500', '181412.817500', '181413.277500', '181413.737500', '181414.197500', '181414.657500', '181415.117500', '181415.577500', '181416.037500', '181416.497500', '181416.957500', '181417.417500', '181417.877500', '181418.337500', '181418.797500', '181419.257500', '181419.717500', '181420.177500', '181420.637500', '181421.097500', '181421.557500', '181422.017500', '181422.477500', '181422.937500', '181423.397500', '181423.857500', '181424.317500', '181424.777500', '181425.237500', '181425.697500', '181426.157500', '181426.617500', '181427.077500', '181427.537500', '181427.997500', '181428.457500', '181428.917500', '181429.377500', '181429.837500', '181430.297500', '181430.757500', '181431.217500', '181431.677500', '181432.137500', '181432.597500', '181433.057500', '181433.517500', '181433.977500', '181434.437500', '181434.897500', '181435.357500', '181435.817500', '181436.277500', '181436.737500', '181437.197500', '181437.657500', '181438.117500', '181438.577500', '181439.037500', '181439.497500', '181439.957500', '181440.417500', '181440.877500', '181441.337500', '181441.797500', '181442.257500', '181442.717500', '181443.177500', '181443.637500', '181444.097500', '181444.557500', '181445.017500', '181445.477500', '181445.937500', '181446.397500', '181446.857500', '181447.317500', '181447.777500', '181448.237500', '181448.697500', '181449.157500', '181449.617500', '181450.077500', '181450.537500', '181450.997500', '181451.457500', '181451.917500', '181452.377500', '181452.837500', '181453.297500', '181453.757500', '181454.217500', '181454.677500', '181455.137500', '181455.597500', '181456.057500', '181456.517500', '181456.977500', '181457.437500', '181457.897500', '181458.357500', '181458.817500', '181459.277500', '181459.737500', '181500.197500', '181500.657500', '181501.117500', '181501.577500', '181502.037500', '181502.497500', '181502.957500', '181503.417500', '181503.877500', '181504.337500', '181504.797500', '181505.257500', '181505.717500', '181506.177500', '181506.637500', '181507.097500', '181507.557500', '181508.017500', '181508.477500', '181508.937500', '181509.397500', '181509.857500', '181510.317500', '181510.777500', '181511.237500', '181511.697500', '181512.157500', '181512.617500', '181513.077500', '181513.537500', '181513.997500', '181514.457500', '181514.917500', '181515.377500', '181515.837500', '181516.297500', '181516.757500', '181517.217500', '181517.677500', '181518.137500', '181518.597500', '181519.057500', '181519.517500', '181519.977500', '181520.437500', '181520.897500', '181521.357500', '181521.817500', '181522.277500', '181522.737500', '181523.197500', '181523.657500', '181524.117500', '181524.577500', '181525.037500', '181525.497500', '181525.957500', '181526.417500', '181526.877500', '181527.337500', '181527.797500', '181528.257500', '181528.717500', '181529.177500', '181529.637500', '181530.097500', '181530.557500', '181531.017500', '181531.477500', '181531.937500', '181532.397500', '181532.857500', '181533.317500', '181533.777500', '181534.237500', '181534.697500', '181535.157500', '181535.617500', '181536.077500', '181536.537500', '181536.997500', '181537.457500', '181537.917500', '181538.377500', '181538.837500', '181539.297500', '181539.757500', '181540.217500', '181540.677500', '181541.137500', '181541.597500', '181542.057500', '181542.517500', '181542.977500', '181543.437500', '181543.897500', '181544.357500', '181544.817500', '181545.277500', '181545.737500', '181546.197500', '181546.657500', '181547.117500', '181547.577500', '181548.037500', '181548.497500', '181548.957500', '181549.417500', '181549.877500', '181550.337500', '181550.797500', '181551.257500', '181551.717500', '181552.177500', '181552.637500', '181553.097500', '181553.557500', '181554.017500', '181554.477500', '181554.937500', '181555.397500', '181555.857500', '181556.317500', '181556.777500', '181557.237500', '181557.697500', '181558.157500', '181558.617500', '181559.077500', '181559.537500', '181559.997500', '181600.457500', '181600.917500', '181601.377500', '181601.837500', '181602.297500', '181602.757500', '181603.217500', '181603.677500', '181604.137500', '181604.597500', '181605.057500', '181605.517500', '181605.977500', '181606.437500', '181606.897500', '181607.357500', '181607.817500', '181608.277500', '181608.737500', '181609.197500', '181609.657500', '181610.117500', '181610.577500', '181611.037500', '181611.497500', '181611.957500', '181612.417500', '181612.877500', '181613.337500', '181613.797500', '181614.257500', '181614.717500', '181615.177500', '181615.637500', '181616.097500', '181616.557500', '181617.017500', '181617.477500', '181617.937500', '181618.397500', '181618.857500', '181619.317500', '181619.777500', '181620.237500', '181620.697500', '181621.157500', '181621.617500', '181622.077500', '181622.537500', '181622.997500', '181623.457500', '181623.917500', '181624.377500', '181624.837500', '181625.297500', '181625.757500', '181626.217500', '181626.677500', '181627.137500', '181627.597500', '181628.057500', '181628.517500', '181628.977500', '181629.437500', '181629.897500', '181630.357500', '181630.817500', '181631.277500', '181631.737500', '181632.197500', '181632.657500', '181633.117500', '181633.577500', '181634.037500', '181634.497500', '181634.957500', '181635.417500', '181635.877500', '181636.337500', '181636.797500', '181637.257500', '181637.717500', '181638.177500', '181638.637500', '181639.097500', '181639.557500', '181640.017500', '181640.477500', '181640.937500', '181641.397500', '181641.857500', '181642.317500', '181642.777500', '181643.237500', '181643.697500', '181644.157500', '181644.617500', '181645.077500', '181645.537500', '181645.997500', '181646.457500', '181646.917500', '181647.377500', '181647.837500', '181648.297500', '181648.757500', '181649.217500', '181649.677500', '181650.137500', '181650.597500', '181651.057500', '181651.517500', '181651.977500', '181652.437500', '181652.897500', '181653.357500', '181653.817500', '181654.277500', '181654.737500', '181655.197500', '181655.657500', '181656.117500', '181656.577500', '181657.037500', '181657.497500', '181657.957500', '181658.417500', '181658.877500', '181659.337500', '181659.797500', '181700.257500', '181700.717500', '181701.177500', '181701.637500', '181702.097500', '181702.557500', '181703.017500', '181703.477500', '181703.937500', '181704.397500', '181704.857500', '181705.317500', '181705.777500', '181706.237500', '181706.697500', '181707.157500', '181707.617500', '181708.077500', '181708.537500', '181708.997500', '181709.457500', '181709.917500', '181710.377500', '181710.837500', '181711.297500', '181711.757500', '181712.217500', '181712.677500', '181713.137500', '181713.597500', '181714.057500', '181714.517500', '181714.977500', '181715.437500', '181715.897500', '181716.357500', '181716.817500', '181717.277500', '181717.737500', '181718.197500', '181718.657500', '181719.117500', '181719.577500', '181720.037500', '181720.497500', '181720.957500', '181721.417500', '181721.877500', '181722.337500', '181722.797500', '181723.257500', '181723.717500', '181724.177500', '181724.637500', '181725.097500', '181725.557500', '181726.017500', '181726.477500', '181726.937500', '181727.397500', '181727.857500', '181728.317500', '181728.777500', '181729.237500', '181729.697500', '181730.157500', '181730.617500', '181731.077500', '181731.537500', '181731.997500', '181732.457500', '181732.917500', '181733.377500', '181733.837500', '181734.297500', '181734.757500', '181735.217500', '181735.677500', '181736.137500', '181736.597500', '181737.057500', '181737.517500', '181737.977500', '181738.437500', '181738.897500', '181739.357500', '181739.817500', '181740.277500', '181740.737500', '181741.197500', '181741.657500', '181742.117500', '181742.577500', '181743.037500', '181743.497500', '181743.957500', '181744.417500', '181744.877500', '181745.337500', '181745.797500', '181746.257500', '181746.717500', '181747.177500', '181747.637500', '181748.097500', '181748.557500', '181749.017500', '181749.477500', '181749.937500', '181750.397500', '181750.857500', '181751.317500', '181751.777500', '181752.237500', '181752.697500', '181753.157500', '181753.617500', '181754.077500', '181754.537500', '181754.997500', '181755.457500', '181755.917500', '181756.377500', '181756.837500', '181757.297500', '181757.757500', '181758.217500', '181758.677500', '181759.137500', '181759.597500', '181800.057500', '181800.517500', '181800.977500', '181801.437500', '181801.897500', '181802.357500', '181802.817500', '181803.277500', '181803.737500', '181804.197500', '181804.657500', '181805.117500', '181805.577500', '181806.037500', '181806.497500', '181806.957500', '181807.417500', '181807.877500', '181808.337500', '181808.797500', '181809.257500', '181809.717500', '181810.177500', '181810.637500', '181811.097500', '181811.557500', '181812.017500', '181812.477500', '181812.937500', '181813.397500', '181813.857500', '181814.317500', '181814.777500', '181815.237500', '181815.697500', '181816.157500', '181816.617500', '181817.077500', '181817.537500', '181817.997500', '181818.457500', '181818.917500', '181819.377500', '181819.837500', '181820.297500', '181820.757500', '181821.217500', '181821.677500', '181822.137500', '181822.597500', '181823.057500', '181823.517500', '181823.977500', '181824.437500', '181824.897500', '181825.357500', '181825.817500', '181826.277500', '181826.737500', '181827.197500', '181827.657500', '181828.117500', '181828.577500', '181829.037500', '181829.497500', '181829.957500', '181830.417500', '181830.877500', '181831.337500', '181831.797500', '181832.257500', '181832.717500', '181833.177500', '181833.637500', '181834.097500', '181834.557500', '181835.017500', '181835.477500', '181835.937500', '181836.397500', '181836.857500', '181837.317500', '181837.777500', '181838.237500', '181838.697500', '181839.157500', '181839.617500', '181840.077500', '181840.537500', '181840.997500', '181841.457500', '181841.917500', '181842.377500', '181842.837500', '181843.297500', '181843.757500', '181844.217500', '181844.677500', '181845.137500', '181845.597500', '181846.057500', '181846.517500', '181846.977500', '181847.437500', '181847.897500', '181848.357500', '181848.817500', '181849.277500', '181849.737500', '181850.197500', '181850.657500', '181851.117500', '181851.577500', '181852.037500', '181852.497500', '181852.957500', '181853.417500', '181853.877500', '181854.337500', '181854.797500', '181855.257500', '181855.717500', '181856.177500', '181856.637500', '181857.097500', '181857.557500', '181858.017500', '181858.477500', '181858.937500', '181859.397500', '181859.857500', '181900.317500', '181900.777500', '181901.237500', '181901.697500', '181902.157500', '181902.617500', '181903.077500', '181903.537500', '181903.997500', '181904.457500', '181904.917500', '181905.377500', '181905.837500', '181906.297500', '181906.757500', '181907.217500', '181907.677500', '181908.137500', '181908.597500', '181909.057500', '181909.517500', '181909.977500', '181910.437500', '181910.897500', '181911.357500', '181911.817500', '181912.277500', '181912.737500', '181913.197500', '181913.657500', '181914.117500', '181914.577500', '181915.037500', '181915.497500', '181915.957500', '181916.417500', '181916.877500', '181917.337500', '181917.797500', '181918.257500', '181918.717500', '181919.177500', '181919.637500', '181920.097500', '181920.557500', '181921.017500', '181921.477500', '181921.937500', '181922.397500', '181922.857500', '181923.317500', '181923.777500', '181924.237500', '181924.697500', '181925.157500', '181925.617500', '181926.077500', '181926.537500', '181926.997500', '181927.457500', '181927.917500', '181928.377500', '181928.837500', '181929.297500', '181929.757500', '181930.217500', '181930.677500', '181931.137500', '181931.597500', '181932.057500', '181932.517500', '181932.977500', '181933.437500', '181933.897500', '181934.357500', '181934.817500', '181935.277500', '181935.737500', '181936.197500', '181936.657500', '181937.117500', '181937.577500', '181938.037500', '181938.497500', '181938.957500', '181939.417500', '181939.877500', '181940.337500', '181940.797500', '181941.257500', '181941.717500', '181942.177500', '181942.637500', '181943.097500', '181943.557500', '181944.017500', '181944.477500', '181944.937500', '181945.397500', '181945.857500', '181946.317500', '181946.777500', '181947.237500', '181947.697500', '181948.157500', '181948.617500', '181949.077500', '181949.537500', '181949.997500', '181950.457500', '181950.917500', '181951.377500', '181951.837500', '181952.297500', '181952.757500', '181953.217500', '181953.677500', '181954.137500', '181954.597500', '181955.057500', '181955.517500', '181955.977500', '181956.437500', '181956.897500', '181957.357500', '181957.817500', '181958.277500', '181958.737500', '181959.197500', '181959.657500', '182000.117500', '182000.577500', '182001.037500', '182001.497500', '182001.957500', '182002.417500', '182002.877500', '182003.337500', '182003.797500', '182004.257500', '182004.717500', '182005.177500', '182005.637500', '182006.097500', '182006.557500', '182007.017500', '182007.477500'], 'ContentTime': ['181337.361000', '181337.364000', '181337.393000', '181337.399000', '181337.402000', '181337.404000', '181337.407000', '181337.410000', '181337.412000', '181337.417000', '181337.419000', '181337.422000', '181337.424000', '181337.427000', '181337.437000', '181337.439000', '181337.442000', '181337.444000', '181337.447000', '181337.449000', '181357.311000', '181357.314000', '181357.316000', '181357.319000', '181357.321000', '181357.324000', '181357.326000', '181357.329000', '181357.332000', '181357.334000', '181357.337000', '181357.346000', '181357.349000', '181357.351000', '181357.354000', '181357.356000', '181357.359000', '181357.361000', '181357.364000', '181357.367000', '181357.369000', '181357.372000', '181357.383000', '181357.386000', '181357.389000', '181357.391000', '181357.394000', '181357.397000', '181357.399000', '181357.402000', '181357.404000', '181357.407000', '181357.410000', '181357.412000', '181357.415000', '181357.436000', '181357.444000', '181357.447000', '181357.449000', '181357.452000', '181357.454000', '181357.457000', '181357.460000', '181417.310000', '181417.313000', '181417.316000', '181417.318000', '181417.321000', '181417.323000', '181417.326000', '181417.329000', '181417.331000', '181417.334000', '181417.336000', '181417.339000', '181417.342000', '181417.344000', '181417.347000', '181417.349000', '181417.352000', '181417.354000', '181417.357000', '181417.359000', '181417.362000', '181417.365000', '181417.367000', '181417.370000', '181417.373000', '181417.375000', '181417.378000', '181417.380000', '181417.383000', '181417.385000', '181417.388000', '181417.391000', '181417.393000', '181417.396000', '181417.398000', '181417.401000', '181417.404000', '181417.406000', '181417.409000', '181417.411000', '181417.414000', '181417.416000', '181417.419000', '181417.421000', '181437.310000', '181437.313000', '181437.316000', '181437.319000', '181437.321000', '181437.324000', '181437.326000', '181437.329000', '181437.332000', '181437.334000', '181437.337000', '181437.339000', '181437.342000', '181437.345000', '181437.347000', '181437.350000', '181437.352000', '181437.355000', '181437.358000', '181437.360000', '181437.363000', '181437.365000', '181437.368000', '181437.370000', '181437.373000', '181437.376000', '181437.378000', '181437.381000', '181437.383000', '181437.386000', '181437.388000', '181437.391000', '181437.394000', '181437.396000', '181437.399000', '181437.401000', '181437.404000', '181437.407000', '181437.409000', '181437.412000', '181437.414000', '181437.417000', '181437.420000', '181457.310000', '181457.313000', '181457.316000', '181457.319000', '181457.321000', '181457.324000', '181457.327000', '181457.329000', '181457.332000', '181457.334000', '181457.337000', '181457.340000', '181457.343000', '181457.345000', '181457.348000', '181457.351000', '181457.353000', '181457.356000', '181457.358000', '181457.361000', '181457.364000', '181457.366000', '181457.369000', '181457.372000', '181457.374000', '181457.377000', '181457.380000', '181457.382000', '181457.385000', '181457.387000', '181457.390000', '181457.393000', '181457.395000', '181457.398000', '181457.400000', '181457.403000', '181457.406000', '181457.408000', '181457.411000', '181457.413000', '181457.416000', '181457.419000', '181457.421000', '181457.424000', '181517.311000', '181517.314000', '181517.317000', '181517.320000', '181517.322000', '181517.325000', '181517.327000', '181517.330000', '181517.332000', '181517.335000', '181517.338000', '181517.340000', '181517.343000', '181517.345000', '181517.348000', '181517.351000', '181517.353000', '181517.356000', '181517.358000', '181517.361000', '181517.364000', '181517.366000', '181517.369000', '181517.371000', '181517.374000', '181517.377000', '181517.379000', '181517.382000', '181517.384000', '181517.387000', '181517.390000', '181517.392000', '181517.395000', '181517.398000', '181517.400000', '181517.403000', '181517.405000', '181517.408000', '181517.410000', '181517.413000', '181517.416000', '181517.418000', '181517.421000', '181537.311000', '181537.314000', '181537.317000', '181537.320000', '181537.322000', '181537.325000', '181537.328000', '181537.337000', '181537.339000', '181537.342000', '181537.344000', '181537.347000', '181537.349000', '181537.352000', '181537.355000', '181537.357000', '181537.360000', '181537.362000', '181537.365000', '181537.368000', '181537.370000', '181537.373000', '181537.376000', '181537.378000', '181537.381000', '181537.383000', '181537.386000', '181537.389000', '181537.391000', '181537.394000', '181537.396000', '181537.407000', '181537.409000', '181537.412000', '181537.415000', '181537.417000', '181537.420000', '181537.422000', '181537.425000', '181537.428000', '181537.430000', '181537.433000', '181537.436000', '181537.438000', '181557.319000', '181557.322000', '181557.325000', '181557.327000', '181557.330000', '181557.333000', '181557.335000', '181557.338000', '181557.340000', '181557.343000', '181557.346000', '181557.348000', '181557.351000', '181557.353000', '181557.356000', '181557.359000', '181557.361000', '181557.364000', '181557.366000', '181557.369000', '181557.372000', '181557.374000', '181557.377000', '181557.379000', '181557.382000', '181557.385000', '181557.387000', '181557.390000', '181557.392000', '181557.395000', '181557.398000', '181557.400000', '181557.403000', '181557.405000', '181557.408000', '181557.411000', '181557.413000', '181557.416000', '181557.418000', '181557.421000', '181557.424000', '181557.426000', '181557.429000', '181617.310000', '181617.313000', '181617.316000', '181617.319000', '181617.322000', '181617.324000', '181617.327000', '181617.330000', '181617.332000', '181617.335000', '181617.337000', '181617.340000', '181617.343000', '181617.345000', '181617.348000', '181617.351000', '181617.353000', '181617.356000', '181617.358000', '181617.361000', '181617.363000', '181617.366000', '181617.369000', '181617.371000', '181617.374000', '181617.377000', '181617.379000', '181617.382000', '181617.384000', '181617.387000', '181617.390000', '181617.392000', '181617.395000', '181617.398000', '181617.400000', '181617.403000', '181617.405000', '181617.408000', '181617.410000', '181617.413000', '181617.416000', '181617.418000', '181617.421000', '181617.423000', '181637.310000', '181637.313000', '181637.316000', '181637.319000', '181637.321000', '181637.324000', '181637.326000', '181637.329000', '181637.332000', '181637.334000', '181637.337000', '181637.339000', '181637.342000', '181637.345000', '181637.347000', '181637.350000', '181637.352000', '181637.355000', '181637.358000', '181637.360000', '181637.363000', '181637.365000', '181637.368000', '181637.371000', '181637.373000', '181637.376000', '181637.378000', '181637.381000', '181637.384000', '181637.386000', '181637.389000', '181637.392000', '181637.394000', '181637.397000', '181637.399000', '181637.402000', '181637.405000', '181637.407000', '181637.410000', '181637.412000', '181637.415000', '181637.417000', '181637.420000', '181657.310000', '181657.313000', '181657.316000', '181657.318000', '181657.321000', '181657.324000', '181657.326000', '181657.329000', '181657.331000', '181657.334000', '181657.336000', '181657.339000', '181657.342000', '181657.344000', '181657.347000', '181657.350000', '181657.352000', '181657.355000', '181657.357000', '181657.360000', '181657.363000', '181657.365000', '181657.368000', '181657.370000', '181657.373000', '181657.376000', '181657.378000', '181657.381000', '181657.383000', '181657.386000', '181657.388000', '181657.391000', '181657.394000', '181657.396000', '181657.399000', '181657.401000', '181657.404000', '181657.407000', '181657.409000', '181657.412000', '181657.414000', '181657.417000', '181657.420000', '181657.422000', '181717.311000', '181717.313000', '181717.316000', '181717.319000', '181717.321000', '181717.324000', '181717.327000', '181717.329000', '181717.332000', '181717.334000', '181717.337000', '181717.340000', '181717.342000', '181717.345000', '181717.348000', '181717.350000', '181717.353000', '181717.355000', '181717.358000', '181717.361000', '181717.363000', '181717.366000', '181717.368000', '181717.371000', '181717.374000', '181717.376000', '181717.409000', '181717.412000', '181717.414000', '181717.417000', '181717.420000', '181717.422000', '181717.425000', '181717.428000', '181717.430000', '181717.433000', '181717.435000', '181717.438000', '181717.441000', '181717.443000', '181717.446000', '181717.448000', '181717.451000', '181737.312000', '181737.315000', '181737.317000', '181737.320000', '181737.323000', '181737.325000', '181737.328000', '181737.330000', '181737.333000', '181737.336000', '181737.338000', '181737.341000', '181737.343000', '181737.346000', '181737.348000', '181737.351000', '181737.354000', '181737.356000', '181737.359000', '181737.361000', '181737.364000', '181737.367000', '181737.370000', '181737.373000', '181737.375000', '181737.378000', '181737.381000', '181737.383000', '181737.386000', '181737.388000', '181737.391000', '181737.394000', '181737.396000', '181737.399000', '181737.402000', '181737.404000', '181737.407000', '181737.409000', '181737.412000', '181737.415000', '181737.418000', '181737.420000', '181737.423000', '181757.311000', '181757.314000', '181757.318000', '181757.320000', '181757.323000', '181757.325000', '181757.329000', '181757.331000', '181757.334000', '181757.336000', '181757.339000', '181757.342000', '181757.344000', '181757.347000', '181757.349000', '181757.352000', '181757.355000', '181757.357000', '181757.360000', '181757.363000', '181757.365000', '181757.368000', '181757.370000', '181757.373000', '181757.375000', '181757.378000', '181757.381000', '181757.383000', '181757.386000', '181757.388000', '181757.391000', '181757.394000', '181757.396000', '181757.399000', '181757.401000', '181757.404000', '181757.406000', '181757.409000', '181757.412000', '181757.414000', '181757.417000', '181757.419000', '181757.422000', '181757.425000', '181817.310000', '181817.313000', '181817.316000', '181817.319000', '181817.321000', '181817.324000', '181817.326000', '181817.329000', '181817.332000', '181817.335000', '181817.337000', '181817.341000', '181817.344000', '181817.346000', '181817.349000', '181817.352000', '181817.354000', '181817.357000', '181817.360000', '181817.362000', '181817.365000', '181817.368000', '181817.371000', '181817.373000', '181817.376000', '181817.378000', '181817.381000', '181817.384000', '181817.386000', '181817.389000', '181817.391000', '181817.394000', '181817.397000', '181817.399000', '181817.402000', '181817.405000', '181817.407000', '181817.410000', '181817.413000', '181817.415000', '181817.418000', '181817.420000', '181817.423000', '181837.311000', '181837.314000', '181837.316000', '181837.319000', '181837.322000', '181837.324000', '181837.327000', '181837.330000', '181837.332000', '181837.335000', '181837.338000', '181837.340000', '181837.343000', '181837.346000', '181837.348000', '181837.351000', '181837.353000', '181837.356000', '181837.359000', '181837.361000', '181837.364000', '181837.367000', '181837.369000', '181837.372000', '181837.374000', '181837.377000', '181837.380000', '181837.382000', '181837.385000', '181837.388000', '181837.390000', '181837.393000', '181837.395000', '181837.398000', '181837.401000', '181837.403000', '181837.406000', '181837.409000', '181837.419000', '181837.422000', '181837.424000', '181837.427000', '181837.430000', '181837.432000', '181857.311000', '181857.313000', '181857.316000', '181857.319000', '181857.321000', '181857.324000', '181857.327000', '181857.329000', '181857.332000', '181857.334000', '181857.337000', '181857.340000', '181857.342000', '181857.345000', '181857.348000', '181857.351000', '181857.353000', '181857.356000', '181857.358000', '181857.361000', '181857.364000', '181857.366000', '181857.369000', '181857.372000', '181857.374000', '181857.377000', '181857.379000', '181857.382000', '181857.385000', '181857.387000', '181857.390000', '181857.392000', '181857.395000', '181857.398000', '181857.400000', '181857.404000', '181857.407000', '181857.410000', '181857.413000', '181857.415000', '181857.418000', '181857.420000', '181857.423000', '181917.311000', '181917.314000', '181917.316000', '181917.319000', '181917.322000', '181917.324000', '181917.327000', '181917.330000', '181917.332000', '181917.335000', '181917.338000', '181917.340000', '181917.343000', '181917.345000', '181917.348000', '181917.351000', '181917.353000', '181917.356000', '181917.358000', '181917.361000', '181917.364000', '181917.366000', '181917.369000', '181917.371000', '181917.374000', '181917.377000', '181917.379000', '181917.382000', '181917.384000', '181917.389000', '181917.391000', '181917.394000', '181917.397000', '181917.399000', '181917.402000', '181917.404000', '181917.407000', '181917.410000', '181917.412000', '181917.415000', '181917.418000', '181917.420000', '181917.423000', '181917.425000', '181937.310000', '181937.313000', '181937.316000', '181937.319000', '181937.321000', '181937.324000', '181937.327000', '181937.329000', '181937.332000', '181937.334000', '181937.337000', '181937.339000', '181937.342000', '181937.345000', '181937.347000', '181937.350000', '181937.352000', '181937.355000', '181937.358000', '181937.360000', '181937.363000', '181937.365000', '181937.368000', '181937.371000', '181937.373000', '181937.376000', '181937.379000', '181937.381000', '181937.386000', '181937.388000', '181937.391000', '181937.393000', '181937.396000', '181937.399000', '181937.401000', '181937.404000', '181937.407000', '181937.409000', '181937.412000', '181937.414000', '181937.417000', '181937.420000', '181937.422000', '181957.312000', '181957.314000', '181957.317000', '181957.320000', '181957.323000', '181957.326000', '181957.328000', '181957.331000', '181957.334000', '181957.336000', '181957.339000', '181957.348000', '181957.350000', '181957.353000', '181957.355000', '181957.358000', '181957.361000', '181957.363000', '181957.366000', '181957.368000', '181957.371000', '181957.373000', '181957.376000', '181957.379000', '181957.381000', '181957.384000', '181957.386000', '181957.389000', '181957.392000', '181957.394000', '181957.397000', '181957.399000', '181957.402000', '181957.405000', '181957.407000', '181957.410000', '181957.412000', '181957.415000', '181957.418000', '181957.420000', '181957.423000', '181957.426000', '181957.428000', '181957.431000', '182009.111000', '182009.114000', '182009.116000', '182009.119000', '182009.122000', '182009.125000', '182009.127000', '182009.130000', '182009.133000', '182009.136000', '182009.139000', '182009.141000', '182009.144000', '182009.147000', '182009.149000', '182009.152000', '182009.155000', '182009.157000', '182009.160000', '182009.179000', '182009.182000', '182009.184000', '182009.187000', '182009.196000', '182009.199000', '182009.201000'], 'InstanceCreationTime': ['181337.361000', '181337.364000', '181337.393000', '181337.399000', '181337.402000', '181337.404000', '181337.407000', '181337.410000', '181337.412000', '181337.417000', '181337.419000', '181337.422000', '181337.424000', '181337.427000', '181337.437000', '181337.439000', '181337.442000', '181337.444000', '181337.447000', '181337.449000', '181357.311000', '181357.314000', '181357.316000', '181357.319000', '181357.321000', '181357.324000', '181357.326000', '181357.329000', '181357.332000', '181357.334000', '181357.337000', '181357.346000', '181357.349000', '181357.351000', '181357.354000', '181357.356000', '181357.359000', '181357.361000', '181357.364000', '181357.367000', '181357.369000', '181357.372000', '181357.383000', '181357.386000', '181357.389000', '181357.391000', '181357.394000', '181357.397000', '181357.399000', '181357.402000', '181357.404000', '181357.407000', '181357.410000', '181357.412000', '181357.415000', '181357.436000', '181357.444000', '181357.447000', '181357.449000', '181357.452000', '181357.454000', '181357.457000', '181357.460000', '181417.310000', '181417.313000', '181417.316000', '181417.318000', '181417.321000', '181417.323000', '181417.326000', '181417.329000', '181417.331000', '181417.334000', '181417.336000', '181417.339000', '181417.342000', '181417.344000', '181417.347000', '181417.349000', '181417.352000', '181417.354000', '181417.357000', '181417.359000', '181417.362000', '181417.365000', '181417.367000', '181417.370000', '181417.373000', '181417.375000', '181417.378000', '181417.380000', '181417.383000', '181417.385000', '181417.388000', '181417.391000', '181417.393000', '181417.396000', '181417.398000', '181417.401000', '181417.404000', '181417.406000', '181417.409000', '181417.411000', '181417.414000', '181417.416000', '181417.419000', '181417.421000', '181437.310000', '181437.313000', '181437.316000', '181437.319000', '181437.321000', '181437.324000', '181437.326000', '181437.329000', '181437.332000', '181437.334000', '181437.337000', '181437.339000', '181437.342000', '181437.345000', '181437.347000', '181437.350000', '181437.352000', '181437.355000', '181437.358000', '181437.360000', '181437.363000', '181437.365000', '181437.368000', '181437.370000', '181437.373000', '181437.376000', '181437.378000', '181437.381000', '181437.383000', '181437.386000', '181437.388000', '181437.391000', '181437.394000', '181437.396000', '181437.399000', '181437.401000', '181437.404000', '181437.407000', '181437.409000', '181437.412000', '181437.414000', '181437.417000', '181437.420000', '181457.310000', '181457.313000', '181457.316000', '181457.319000', '181457.321000', '181457.324000', '181457.327000', '181457.329000', '181457.332000', '181457.334000', '181457.337000', '181457.340000', '181457.343000', '181457.345000', '181457.348000', '181457.351000', '181457.353000', '181457.356000', '181457.358000', '181457.361000', '181457.364000', '181457.366000', '181457.369000', '181457.372000', '181457.374000', '181457.377000', '181457.380000', '181457.382000', '181457.385000', '181457.387000', '181457.390000', '181457.393000', '181457.395000', '181457.398000', '181457.400000', '181457.403000', '181457.406000', '181457.408000', '181457.411000', '181457.413000', '181457.416000', '181457.419000', '181457.421000', '181457.424000', '181517.311000', '181517.314000', '181517.317000', '181517.320000', '181517.322000', '181517.325000', '181517.327000', '181517.330000', '181517.332000', '181517.335000', '181517.338000', '181517.340000', '181517.343000', '181517.345000', '181517.348000', '181517.351000', '181517.353000', '181517.356000', '181517.358000', '181517.361000', '181517.364000', '181517.366000', '181517.369000', '181517.371000', '181517.374000', '181517.377000', '181517.379000', '181517.382000', '181517.384000', '181517.387000', '181517.390000', '181517.392000', '181517.395000', '181517.398000', '181517.400000', '181517.403000', '181517.405000', '181517.408000', '181517.410000', '181517.413000', '181517.416000', '181517.418000', '181517.421000', '181537.311000', '181537.314000', '181537.317000', '181537.320000', '181537.322000', '181537.325000', '181537.328000', '181537.337000', '181537.339000', '181537.342000', '181537.344000', '181537.347000', '181537.349000', '181537.352000', '181537.355000', '181537.357000', '181537.360000', '181537.362000', '181537.365000', '181537.368000', '181537.370000', '181537.373000', '181537.376000', '181537.378000', '181537.381000', '181537.383000', '181537.386000', '181537.389000', '181537.391000', '181537.394000', '181537.396000', '181537.407000', '181537.409000', '181537.412000', '181537.415000', '181537.417000', '181537.420000', '181537.422000', '181537.425000', '181537.428000', '181537.430000', '181537.433000', '181537.436000', '181537.438000', '181557.319000', '181557.322000', '181557.325000', '181557.327000', '181557.330000', '181557.333000', '181557.335000', '181557.338000', '181557.340000', '181557.343000', '181557.346000', '181557.348000', '181557.351000', '181557.353000', '181557.356000', '181557.359000', '181557.361000', '181557.364000', '181557.366000', '181557.369000', '181557.372000', '181557.374000', '181557.377000', '181557.379000', '181557.382000', '181557.385000', '181557.387000', '181557.390000', '181557.392000', '181557.395000', '181557.398000', '181557.400000', '181557.403000', '181557.405000', '181557.408000', '181557.411000', '181557.413000', '181557.416000', '181557.418000', '181557.421000', '181557.424000', '181557.426000', '181557.429000', '181617.310000', '181617.313000', '181617.316000', '181617.319000', '181617.322000', '181617.324000', '181617.327000', '181617.330000', '181617.332000', '181617.335000', '181617.337000', '181617.340000', '181617.343000', '181617.345000', '181617.348000', '181617.351000', '181617.353000', '181617.356000', '181617.358000', '181617.361000', '181617.363000', '181617.366000', '181617.369000', '181617.371000', '181617.374000', '181617.377000', '181617.379000', '181617.382000', '181617.384000', '181617.387000', '181617.390000', '181617.392000', '181617.395000', '181617.398000', '181617.400000', '181617.403000', '181617.405000', '181617.408000', '181617.410000', '181617.413000', '181617.416000', '181617.418000', '181617.421000', '181617.423000', '181637.310000', '181637.313000', '181637.316000', '181637.319000', '181637.321000', '181637.324000', '181637.326000', '181637.329000', '181637.332000', '181637.334000', '181637.337000', '181637.339000', '181637.342000', '181637.345000', '181637.347000', '181637.350000', '181637.352000', '181637.355000', '181637.358000', '181637.360000', '181637.363000', '181637.365000', '181637.368000', '181637.371000', '181637.373000', '181637.376000', '181637.378000', '181637.381000', '181637.384000', '181637.386000', '181637.389000', '181637.392000', '181637.394000', '181637.397000', '181637.399000', '181637.402000', '181637.405000', '181637.407000', '181637.410000', '181637.412000', '181637.415000', '181637.417000', '181637.420000', '181657.310000', '181657.313000', '181657.316000', '181657.318000', '181657.321000', '181657.324000', '181657.326000', '181657.329000', '181657.331000', '181657.334000', '181657.336000', '181657.339000', '181657.342000', '181657.344000', '181657.347000', '181657.350000', '181657.352000', '181657.355000', '181657.357000', '181657.360000', '181657.363000', '181657.365000', '181657.368000', '181657.370000', '181657.373000', '181657.376000', '181657.378000', '181657.381000', '181657.383000', '181657.386000', '181657.388000', '181657.391000', '181657.394000', '181657.396000', '181657.399000', '181657.401000', '181657.404000', '181657.407000', '181657.409000', '181657.412000', '181657.414000', '181657.417000', '181657.420000', '181657.422000', '181717.311000', '181717.313000', '181717.316000', '181717.319000', '181717.321000', '181717.324000', '181717.327000', '181717.329000', '181717.332000', '181717.334000', '181717.337000', '181717.340000', '181717.342000', '181717.345000', '181717.348000', '181717.350000', '181717.353000', '181717.355000', '181717.358000', '181717.361000', '181717.363000', '181717.366000', '181717.368000', '181717.371000', '181717.374000', '181717.376000', '181717.409000', '181717.412000', '181717.414000', '181717.417000', '181717.420000', '181717.422000', '181717.425000', '181717.428000', '181717.430000', '181717.433000', '181717.435000', '181717.438000', '181717.441000', '181717.443000', '181717.446000', '181717.448000', '181717.451000', '181737.312000', '181737.315000', '181737.317000', '181737.320000', '181737.323000', '181737.325000', '181737.328000', '181737.330000', '181737.333000', '181737.336000', '181737.338000', '181737.341000', '181737.343000', '181737.346000', '181737.348000', '181737.351000', '181737.354000', '181737.356000', '181737.359000', '181737.361000', '181737.364000', '181737.367000', '181737.370000', '181737.373000', '181737.375000', '181737.378000', '181737.381000', '181737.383000', '181737.386000', '181737.388000', '181737.391000', '181737.394000', '181737.396000', '181737.399000', '181737.402000', '181737.404000', '181737.407000', '181737.409000', '181737.412000', '181737.415000', '181737.418000', '181737.420000', '181737.423000', '181757.311000', '181757.314000', '181757.318000', '181757.320000', '181757.323000', '181757.325000', '181757.329000', '181757.331000', '181757.334000', '181757.336000', '181757.339000', '181757.342000', '181757.344000', '181757.347000', '181757.349000', '181757.352000', '181757.355000', '181757.357000', '181757.360000', '181757.363000', '181757.365000', '181757.368000', '181757.370000', '181757.373000', '181757.375000', '181757.378000', '181757.381000', '181757.383000', '181757.386000', '181757.388000', '181757.391000', '181757.394000', '181757.396000', '181757.399000', '181757.401000', '181757.404000', '181757.406000', '181757.409000', '181757.412000', '181757.414000', '181757.417000', '181757.419000', '181757.422000', '181757.425000', '181817.310000', '181817.313000', '181817.316000', '181817.319000', '181817.321000', '181817.324000', '181817.326000', '181817.329000', '181817.332000', '181817.335000', '181817.337000', '181817.341000', '181817.344000', '181817.346000', '181817.349000', '181817.352000', '181817.354000', '181817.357000', '181817.360000', '181817.362000', '181817.365000', '181817.368000', '181817.371000', '181817.373000', '181817.376000', '181817.378000', '181817.381000', '181817.384000', '181817.386000', '181817.389000', '181817.391000', '181817.394000', '181817.397000', '181817.399000', '181817.402000', '181817.405000', '181817.407000', '181817.410000', '181817.413000', '181817.415000', '181817.418000', '181817.420000', '181817.423000', '181837.311000', '181837.314000', '181837.316000', '181837.319000', '181837.322000', '181837.324000', '181837.327000', '181837.330000', '181837.332000', '181837.335000', '181837.338000', '181837.340000', '181837.343000', '181837.346000', '181837.348000', '181837.351000', '181837.353000', '181837.356000', '181837.359000', '181837.361000', '181837.364000', '181837.367000', '181837.369000', '181837.372000', '181837.374000', '181837.377000', '181837.380000', '181837.382000', '181837.385000', '181837.388000', '181837.390000', '181837.393000', '181837.395000', '181837.398000', '181837.401000', '181837.403000', '181837.406000', '181837.409000', '181837.419000', '181837.422000', '181837.424000', '181837.427000', '181837.430000', '181837.432000', '181857.311000', '181857.313000', '181857.316000', '181857.319000', '181857.321000', '181857.324000', '181857.327000', '181857.329000', '181857.332000', '181857.334000', '181857.337000', '181857.340000', '181857.342000', '181857.345000', '181857.348000', '181857.351000', '181857.353000', '181857.356000', '181857.358000', '181857.361000', '181857.364000', '181857.366000', '181857.369000', '181857.372000', '181857.374000', '181857.377000', '181857.379000', '181857.382000', '181857.385000', '181857.387000', '181857.390000', '181857.392000', '181857.395000', '181857.398000', '181857.400000', '181857.404000', '181857.407000', '181857.410000', '181857.413000', '181857.415000', '181857.418000', '181857.420000', '181857.423000', '181917.311000', '181917.314000', '181917.316000', '181917.319000', '181917.322000', '181917.324000', '181917.327000', '181917.330000', '181917.332000', '181917.335000', '181917.338000', '181917.340000', '181917.343000', '181917.345000', '181917.348000', '181917.351000', '181917.353000', '181917.356000', '181917.358000', '181917.361000', '181917.364000', '181917.366000', '181917.369000', '181917.371000', '181917.374000', '181917.377000', '181917.379000', '181917.382000', '181917.384000', '181917.389000', '181917.391000', '181917.394000', '181917.397000', '181917.399000', '181917.402000', '181917.404000', '181917.407000', '181917.410000', '181917.412000', '181917.415000', '181917.418000', '181917.420000', '181917.423000', '181917.425000', '181937.310000', '181937.313000', '181937.316000', '181937.319000', '181937.321000', '181937.324000', '181937.327000', '181937.329000', '181937.332000', '181937.334000', '181937.337000', '181937.339000', '181937.342000', '181937.345000', '181937.347000', '181937.350000', '181937.352000', '181937.355000', '181937.358000', '181937.360000', '181937.363000', '181937.365000', '181937.368000', '181937.371000', '181937.373000', '181937.376000', '181937.379000', '181937.381000', '181937.386000', '181937.388000', '181937.391000', '181937.393000', '181937.396000', '181937.399000', '181937.401000', '181937.404000', '181937.407000', '181937.409000', '181937.412000', '181937.414000', '181937.417000', '181937.420000', '181937.422000', '181957.312000', '181957.314000', '181957.317000', '181957.320000', '181957.323000', '181957.326000', '181957.328000', '181957.331000', '181957.334000', '181957.336000', '181957.339000', '181957.348000', '181957.350000', '181957.353000', '181957.355000', '181957.358000', '181957.361000', '181957.363000', '181957.366000', '181957.368000', '181957.371000', '181957.373000', '181957.376000', '181957.379000', '181957.381000', '181957.384000', '181957.386000', '181957.389000', '181957.392000', '181957.394000', '181957.397000', '181957.399000', '181957.402000', '181957.405000', '181957.407000', '181957.410000', '181957.412000', '181957.415000', '181957.418000', '181957.420000', '181957.423000', '181957.426000', '181957.428000', '181957.431000', '182009.111000', '182009.114000', '182009.116000', '182009.119000', '182009.122000', '182009.125000', '182009.127000', '182009.130000', '182009.133000', '182009.136000', '182009.139000', '182009.141000', '182009.144000', '182009.147000', '182009.149000', '182009.152000', '182009.155000', '182009.157000', '182009.160000', '182009.179000', '182009.182000', '182009.184000', '182009.187000', '182009.196000', '182009.199000', '182009.201000'], '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': [13001, 15462, 11615, 15719, 11494, 14926, 12263, 9821, 11251, 12700, 11556, 15500, 12557, 9999, 11523, 9532, 12428, 9793, 13827, 10586, 12412, 10643, 13411, 10159, 14877, 10431, 12856, 10241, 12940, 10197, 13894, 10242, 12280, 9790, 12350, 9825, 13503, 10291, 13386, 10537, 13666, 10110, 14025, 11278, 14413, 11775, 14411, 11957, 14649, 12251, 14651, 11292, 14219, 11271, 12056, 10482, 9736, 13878, 9551, 12532, 10418, 13743, 11164, 15361, 11425, 10074, 12070, 10422, 14635, 11170, 15024, 11686, 9753, 11628, 9934, 12171, 11542, 14394, 10008, 12114, 10208, 11760, 10604, 13086, 10357, 12537, 10116, 12716, 10842, 13690, 10672, 12980, 11014, 13579, 11285, 13772, 10919, 13181, 10813, 13585, 10957, 14481, 11272, 14237, 10928, 13030, 11034, 15038, 11093, 15446, 11327, 13815, 10602, 13886, 11135, 14851, 11195, 14590, 10805, 14561, 11013, 15143, 11252, 14609, 11421, 14562, 11525, 16141, 11302, 14476, 11079, 15058, 11235, 14933, 11236, 13349, 10754, 14401, 10653, 15378, 11111, 9640, 10629, 9090, 12623, 9687, 11787, 10031, 13012, 10030, 14547, 10866, 13879, 10950, 14369, 11067, 16146, 12054, 10954, 11117, 9715, 11871, 10330, 14136, 11589, 10410, 13441, 10449, 13858, 11200, 15280, 11710, 16008, 11311, 13962, 10489, 14028, 10292, 15021, 10342, 12858, 10143, 13868, 10072, 14265, 10464, 12370, 10091, 12880, 10667, 13270, 10968, 12812, 11245, 13199, 11415, 14307, 10883, 13343, 10894, 14577, 11189, 13181, 11533, 10133, 11130, 11711, 11320, 13899, 12279, 11498, 11523, 14348, 11174, 16603, 12513, 15308, 10993, 15240, 11121, 15592, 11123, 14533, 11118, 12598, 10726, 12751, 11503, 9077, 10744, 9711, 13149, 10733, 9846, 11791, 9701, 12004, 9783, 14215, 11933, 12052, 16774, 11310, 15572, 12098, 15448, 10618, 13605, 10662, 14320, 11213, 14556, 11108, 13604, 10984, 14790, 11680, 13035, 11035, 14167, 11148, 14976, 11853, 15121, 11116, 14401, 11125, 15412, 12666, 15027, 11313, 14377, 10790, 16091, 11971, 11254, 11424, 10128, 11975, 10768, 13933, 10077, 12712, 9712, 14011, 10214, 14451, 10557, 13849, 10781, 15143, 11713, 15118, 11439, 14231, 11108, 14854, 11605, 14605, 11531, 11183, 11774, 12845, 13467, 10093, 12360, 10463, 12293, 10184, 14553, 10641, 14188, 11307, 14301, 11415, 16107, 11972, 12528, 11485, 14132, 11495, 17225, 12390, 14210, 11308, 13225, 11123, 13561, 12681, 9964, 11715, 9808, 12544, 10169, 14262, 10094, 12375, 10179, 13879, 10791, 14902, 11694, 14818, 11420, 15043, 11400, 14717, 12310, 14917, 11299, 14831, 11212, 14750, 11823, 14143, 11454, 10750, 11475, 11648, 11771, 13500, 12613, 10496, 11955, 12616, 12057, 16399, 12351, 16295, 11582, 13992, 10670, 12989, 12335, 10327, 11765, 10337, 12077, 10348, 13469, 10531, 14783, 10117, 13725, 10950, 13729, 10135, 15733, 10425, 16210, 11082, 18380, 14868, 9873, 11077, 10735, 12227, 10970, 15994, 12969, 15339, 11713, 15128, 11675, 16359, 15101, 17751, 13725, 14629, 14026, 19241, 15343, 15946, 12166, 15294, 12160, 15514, 12157, 15296, 12246, 13752, 11221, 13748, 11571, 14487, 12107, 13767, 11250, 14074, 11421, 14316, 11984, 11288, 12517, 11597, 12605, 11906, 12776, 11607, 13589, 10283, 13001, 10400, 12993, 10172, 14071, 10389, 13081, 10590, 13019, 10584, 14795, 11523, 13882, 10526, 13945, 10354, 14847, 11148, 14546, 10463, 14222, 10714, 14120, 11551, 14431, 11283, 14746, 11600, 15776, 12591, 13652, 11656, 16293, 14123, 16189, 12589, 14928, 11313, 15798, 13287, 15989, 12187, 15106, 11882, 15222, 11947, 15921, 12339, 14210, 12003, 15310, 12321, 11673, 13341, 10991, 12912, 10959, 15624, 11161, 13609, 10635, 14925, 11030, 16337, 12068, 15491, 12073, 16334, 13526, 16114, 12953, 14915, 11746, 15584, 13034, 15906, 12991, 10697, 13731, 10488, 15186, 12242, 16610, 13125, 15414, 12753, 14920, 12888, 12830, 15228, 10701, 14717, 11249, 14615, 10958, 15821, 11786, 15266, 12005, 14880, 11994, 15340, 13085, 15961, 12257, 15815, 11722, 15942, 11957, 16719, 12909, 13205, 12104, 15072, 12061, 16999, 13393, 16180, 12526, 16792, 12549, 16065, 13162, 16090, 12769, 15064, 11507, 14622, 11943, 17022, 13664, 11565, 11261, 11499, 13119, 11712, 14486, 10884, 13403, 10350, 14049, 10492, 17069, 13097, 15613, 12104, 13481, 12960, 10622, 17179, 13577, 12586, 12991, 9955, 14956, 11411, 15464, 10550, 14144, 10193, 15832, 11021, 15899, 11557, 14578, 11499, 15431, 12983, 15784, 11798, 14431, 11194, 15291, 11815, 14296, 12957, 10900, 12638, 11427, 14570, 10692, 14543, 10362, 13861, 10432, 15766, 11361, 15307, 11297, 14481, 10663, 15819, 12630, 15134, 11642, 14082, 11450, 15080, 12758, 15844, 11490, 15060, 11249, 15383, 12777, 11762, 12899, 9774, 12867, 10194, 14633, 10805, 14705, 11258, 13830, 10783, 15216, 11821, 16042, 12768, 14234, 11635, 14994, 12755, 15620, 11234, 11719, 11521, 13278, 14083, 10922, 13005, 10310, 13684, 11097, 15491, 11858, 14018, 10952, 15781, 11672, 16033, 12206, 16001, 12669, 16619, 13733, 15302, 11975, 9576, 13323, 10444, 16342, 12010, 10927, 12216, 10387, 15518, 11852, 15999, 11135, 14880, 12756, 14227, 16517, 17526, 12356, 15199, 10179, 13423, 10626, 15139, 11158, 13867, 10617, 14853, 10803, 15953, 12445, 14951, 11645, 15588, 13038, 16208, 11963, 15107, 11513, 15977, 12633, 15128, 11507, 14749, 11601, 15906, 13711, 11992, 13218, 11602, 13122, 13396, 14232, 12233, 13652, 10248, 12957, 10164, 14109, 11368, 14417, 10403, 14289, 10708, 13976, 11245, 16380, 12792, 12009, 11061, 16091, 13757, 15812, 13237, 15877, 11527, 15134, 10797, 13630, 11476, 10227, 10792, 10360, 14488, 12027, 12795, 12129, 15850, 14234, 12085, 14323, 10430, 13348, 10758, 16146, 11616, 18230, 14598, 18623, 13393, 15689, 11936, 15672, 12134, 16430, 11916, 10421, 12317, 10143, 15980, 12137, 15571, 10910, 14498, 11337, 14539, 11894, 15227, 12137, 15043, 11442, 13364, 10944, 14731, 11724, 15770, 12088, 14588, 11395, 14150, 11055, 14573, 12369, 14895, 11792, 14216, 11528, 14299, 11451, 14970, 11298, 15398, 11428, 13927, 11035, 14175, 11748, 15222, 12088, 14826, 11236, 13580, 11315, 16671, 12758, 16296, 11758, 15156, 11780, 15501, 13484, 16316, 11215, 9463, 9606, 7579, 11244, 8671, 12468, 12033, 10505, 15527, 12424, 15366, 11125, 10404, 14566, 10959, 16946, 12291, 15996, 12471, 16425], 'WindowCenter': [4825.0, 4817.0, 4784.0, 4800.0, 4770.0, 4789.0, 4767.0, 4748.0, 4757.0, 4764.0, 4756.0, 4786.0, 4767.0, 4737.0, 4755.0, 4750.0, 4767.0, 4736.0, 4777.0, 4757.0, 4766.0, 4747.0, 4777.0, 4747.0, 4778.0, 4748.0, 4765.0, 4735.0, 4766.0, 4745.0, 4775.0, 4736.0, 4755.0, 4736.0, 4766.0, 4746.0, 4778.0, 4748.0, 4777.0, 4748.0, 4777.0, 4747.0, 4775.0, 4758.0, 4776.0, 4755.0, 4775.0, 4756.0, 4777.0, 4767.0, 4775.0, 4756.0, 4775.0, 4757.0, 4769.0, 4758.0, 4738.0, 4776.0, 4737.0, 4765.0, 4747.0, 4774.0, 4757.0, 4788.0, 4759.0, 4737.0, 4767.0, 4759.0, 4786.0, 4759.0, 4787.0, 4768.0, 4736.0, 4757.0, 4735.0, 4756.0, 4754.0, 4776.0, 4734.0, 4752.0, 4733.0, 4752.0, 4732.0, 4753.0, 4735.0, 4766.0, 4734.0, 4763.0, 4756.0, 4774.0, 4748.0, 4764.0, 4747.0, 4777.0, 4758.0, 4788.0, 4757.0, 4777.0, 4759.0, 4776.0, 4772.0, 4789.0, 4759.0, 4777.0, 4748.0, 4765.0, 4749.0, 4775.0, 4757.0, 4775.0, 4747.0, 4777.0, 4746.0, 4762.0, 4756.0, 4786.0, 4759.0, 4785.0, 4748.0, 4777.0, 4747.0, 4787.0, 4771.0, 4786.0, 4756.0, 4776.0, 4758.0, 4786.0, 4746.0, 4763.0, 4744.0, 4774.0, 4743.0, 4773.0, 4745.0, 4764.0, 4746.0, 4775.0, 4747.0, 4798.0, 4757.0, 4736.0, 4744.0, 4727.0, 4768.0, 4748.0, 4766.0, 4738.0, 4763.0, 4748.0, 4775.0, 4745.0, 4774.0, 4744.0, 4774.0, 4744.0, 4784.0, 4755.0, 4746.0, 4755.0, 4724.0, 4754.0, 4736.0, 4777.0, 4756.0, 4746.0, 4776.0, 4747.0, 4777.0, 4758.0, 4787.0, 4757.0, 4785.0, 4746.0, 4765.0, 4735.0, 4765.0, 4732.0, 4763.0, 4723.0, 4750.0, 4731.0, 4762.0, 4721.0, 4760.0, 4733.0, 4751.0, 4731.0, 4751.0, 4733.0, 4752.0, 4742.0, 4752.0, 4745.0, 4762.0, 4756.0, 4773.0, 4747.0, 4765.0, 4745.0, 4773.0, 4756.0, 4765.0, 4757.0, 4735.0, 4745.0, 4755.0, 4747.0, 4763.0, 4767.0, 4745.0, 4755.0, 4775.0, 4747.0, 4786.0, 4755.0, 4772.0, 4745.0, 4773.0, 4745.0, 4772.0, 4744.0, 4773.0, 4757.0, 4752.0, 4744.0, 4777.0, 4769.0, 4741.0, 4756.0, 4752.0, 4777.0, 4758.0, 4747.0, 4770.0, 4750.0, 4768.0, 4749.0, 4778.0, 4757.0, 4768.0, 4785.0, 4756.0, 4785.0, 4755.0, 4772.0, 4733.0, 4752.0, 4732.0, 4761.0, 4742.0, 4761.0, 4743.0, 4761.0, 4744.0, 4772.0, 4756.0, 4764.0, 4745.0, 4775.0, 4756.0, 4775.0, 4756.0, 4775.0, 4745.0, 4772.0, 4746.0, 4772.0, 4753.0, 4772.0, 4743.0, 4761.0, 4744.0, 4772.0, 4755.0, 4742.0, 4743.0, 4732.0, 4755.0, 4743.0, 4774.0, 4734.0, 4764.0, 4725.0, 4774.0, 4734.0, 4775.0, 4734.0, 4764.0, 4745.0, 4773.0, 4754.0, 4773.0, 4744.0, 4762.0, 4745.0, 4773.0, 4744.0, 4773.0, 4754.0, 4743.0, 4755.0, 4765.0, 4777.0, 4736.0, 4766.0, 4744.0, 4754.0, 4734.0, 4774.0, 4746.0, 4776.0, 4757.0, 4775.0, 4757.0, 4785.0, 4757.0, 4757.0, 4746.0, 4775.0, 4757.0, 4783.0, 4754.0, 4762.0, 4733.0, 4752.0, 4743.0, 4751.0, 4753.0, 4722.0, 4754.0, 4733.0, 4753.0, 4733.0, 4774.0, 4734.0, 4766.0, 4746.0, 4774.0, 4746.0, 4774.0, 4757.0, 4775.0, 4758.0, 4786.0, 4760.0, 4777.0, 4757.0, 4773.0, 4744.0, 4771.0, 4747.0, 4773.0, 4755.0, 4773.0, 4755.0, 4744.0, 4757.0, 4756.0, 4769.0, 4776.0, 4768.0, 4746.0, 4768.0, 4766.0, 4769.0, 4797.0, 4767.0, 4786.0, 4757.0, 4775.0, 4759.0, 4777.0, 4767.0, 4747.0, 4769.0, 4759.0, 4781.0, 4759.0, 4792.0, 4772.0, 4802.0, 4761.0, 4791.0, 4761.0, 4779.0, 4748.0, 4798.0, 4774.0, 4812.0, 4759.0, 4800.0, 4774.0, 4737.0, 4745.0, 4760.0, 4756.0, 4748.0, 4788.0, 4767.0, 4776.0, 4759.0, 4775.0, 4757.0, 4788.0, 4777.0, 4785.0, 4755.0, 4753.0, 4753.0, 4780.0, 4750.0, 4746.0, 4717.0, 4734.0, 4715.0, 4732.0, 4712.0, 4731.0, 4714.0, 4720.0, 4704.0, 4721.0, 4713.0, 4732.0, 4726.0, 4734.0, 4716.0, 4734.0, 4728.0, 4747.0, 4730.0, 4728.0, 4739.0, 4728.0, 4744.0, 4741.0, 4754.0, 4743.0, 4751.0, 4724.0, 4752.0, 4733.0, 4764.0, 4735.0, 4764.0, 4737.0, 4765.0, 4747.0, 4777.0, 4759.0, 4787.0, 4760.0, 4777.0, 4749.0, 4790.0, 4748.0, 4792.0, 4759.0, 4788.0, 4760.0, 4791.0, 4759.0, 4775.0, 4757.0, 4778.0, 4759.0, 4789.0, 4759.0, 4786.0, 4769.0, 4778.0, 4760.0, 4801.0, 4781.0, 4786.0, 4768.0, 4776.0, 4746.0, 4784.0, 4766.0, 4785.0, 4758.0, 4776.0, 4757.0, 4785.0, 4757.0, 4784.0, 4767.0, 4773.0, 4756.0, 4784.0, 4766.0, 4754.0, 4776.0, 4747.0, 4766.0, 4746.0, 4788.0, 4758.0, 4777.0, 4746.0, 4788.0, 4747.0, 4797.0, 4768.0, 4785.0, 4756.0, 4785.0, 4766.0, 4785.0, 4765.0, 4773.0, 4756.0, 4785.0, 4765.0, 4785.0, 4767.0, 4748.0, 4776.0, 4747.0, 4775.0, 4768.0, 4796.0, 4767.0, 4787.0, 4782.0, 4777.0, 4780.0, 4767.0, 4786.0, 4745.0, 4776.0, 4745.0, 4775.0, 4746.0, 4785.0, 4745.0, 4775.0, 4756.0, 4787.0, 4759.0, 4786.0, 4767.0, 4785.0, 4759.0, 4786.0, 4758.0, 4787.0, 4770.0, 4797.0, 4770.0, 4778.0, 4771.0, 4787.0, 4770.0, 4799.0, 4779.0, 4798.0, 4782.0, 4799.0, 4770.0, 4788.0, 4778.0, 4786.0, 4769.0, 4777.0, 4759.0, 4788.0, 4769.0, 4799.0, 4780.0, 4759.0, 4760.0, 4771.0, 4782.0, 4774.0, 4790.0, 4760.0, 4780.0, 4760.0, 4804.0, 4764.0, 4810.0, 4779.0, 4788.0, 4769.0, 4779.0, 4769.0, 4749.0, 4813.0, 4781.0, 4769.0, 4769.0, 4750.0, 4790.0, 4757.0, 4788.0, 4735.0, 4766.0, 4735.0, 4786.0, 4734.0, 4775.0, 4744.0, 4762.0, 4742.0, 4772.0, 4752.0, 4771.0, 4744.0, 4761.0, 4742.0, 4772.0, 4744.0, 4761.0, 4752.0, 4733.0, 4754.0, 4742.0, 4762.0, 4733.0, 4763.0, 4723.0, 4754.0, 4733.0, 4771.0, 4732.0, 4763.0, 4730.0, 4762.0, 4734.0, 4772.0, 4741.0, 4761.0, 4743.0, 4761.0, 4746.0, 4774.0, 4754.0, 4773.0, 4756.0, 4775.0, 4745.0, 4775.0, 4754.0, 4745.0, 4766.0, 4734.0, 4765.0, 4747.0, 4776.0, 4746.0, 4777.0, 4745.0, 4766.0, 4748.0, 4788.0, 4756.0, 4788.0, 4768.0, 4776.0, 4758.0, 4788.0, 4769.0, 4787.0, 4761.0, 4768.0, 4771.0, 4778.0, 4789.0, 4760.0, 4780.0, 4751.0, 4789.0, 4760.0, 4801.0, 4769.0, 4789.0, 4761.0, 4798.0, 4761.0, 4802.0, 4784.0, 4801.0, 4770.0, 4798.0, 4782.0, 4803.0, 4774.0, 4751.0, 4781.0, 4749.0, 4811.0, 4771.0, 4761.0, 4772.0, 4752.0, 4801.0, 4760.0, 4799.0, 4760.0, 4788.0, 4757.0, 4768.0, 4786.0, 4800.0, 4733.0, 4750.0, 4722.0, 4751.0, 4721.0, 4761.0, 4732.0, 4764.0, 4734.0, 4762.0, 4730.0, 4770.0, 4742.0, 4761.0, 4744.0, 4772.0, 4755.0, 4781.0, 4757.0, 4774.0, 4755.0, 4784.0, 4755.0, 4773.0, 4745.0, 4776.0, 4759.0, 4786.0, 4766.0, 4755.0, 4766.0, 4745.0, 4767.0, 4765.0, 4766.0, 4744.0, 4765.0, 4736.0, 4756.0, 4736.0, 4776.0, 4746.0, 4790.0, 4746.0, 4775.0, 4748.0, 4776.0, 4748.0, 4787.0, 4779.0, 4767.0, 4759.0, 4789.0, 4780.0, 4790.0, 4770.0, 4787.0, 4760.0, 4800.0, 4783.0, 4790.0, 4769.0, 4748.0, 4744.0, 4748.0, 4787.0, 4780.0, 4780.0, 4780.0, 4800.0, 4792.0, 4771.0, 4790.0, 4750.0, 4780.0, 4747.0, 4786.0, 4745.0, 4786.0, 4765.0, 4785.0, 4752.0, 4760.0, 4732.0, 4760.0, 4741.0, 4758.0, 4728.0, 4706.0, 4726.0, 4719.0, 4759.0, 4740.0, 4758.0, 4731.0, 4748.0, 4730.0, 4749.0, 4741.0, 4759.0, 4739.0, 4748.0, 4728.0, 4737.0, 4718.0, 4758.0, 4741.0, 4758.0, 4740.0, 4748.0, 4730.0, 4749.0, 4731.0, 4758.0, 4741.0, 4760.0, 4740.0, 4749.0, 4732.0, 4760.0, 4743.0, 4772.0, 4732.0, 4760.0, 4743.0, 4761.0, 4732.0, 4762.0, 4754.0, 4773.0, 4755.0, 4774.0, 4747.0, 4766.0, 4759.0, 4798.0, 4768.0, 4786.0, 4758.0, 4785.0, 4769.0, 4786.0, 4767.0, 4786.0, 4770.0, 4774.0, 4759.0, 4730.0, 4769.0, 4751.0, 4780.0, 4772.0, 4746.0, 4785.0, 4770.0, 4800.0, 4783.0, 4773.0, 4803.0, 4773.0, 4813.0, 4781.0, 4799.0, 4768.0, 4799.0], 'WindowWidth': [10522.0, 10493.0, 10441.0, 10456.0, 10413.0, 10434.0, 10405.0, 10376.0, 10389.0, 10395.0, 10387.0, 10425.0, 10404.0, 10362.0, 10384.0, 10386.0, 10405.0, 10360.0, 10419.0, 10393.0, 10402.0, 10375.0, 10416.0, 10375.0, 10422.0, 10378.0, 10399.0, 10357.0, 10400.0, 10369.0, 10412.0, 10357.0, 10383.0, 10357.0, 10401.0, 10375.0, 10420.0, 10379.0, 10417.0, 10378.0, 10417.0, 10375.0, 10412.0, 10390.0, 10413.0, 10385.0, 10411.0, 10387.0, 10417.0, 10405.0, 10413.0, 10386.0, 10412.0, 10393.0, 10411.0, 10395.0, 10365.0, 10415.0, 10362.0, 10398.0, 10373.0, 10409.0, 10392.0, 10433.0, 10394.0, 10361.0, 10403.0, 10394.0, 10430.0, 10395.0, 10433.0, 10406.0, 10359.0, 10387.0, 10354.0, 10386.0, 10380.0, 10413.0, 10352.0, 10375.0, 10346.0, 10376.0, 10345.0, 10377.0, 10352.0, 10399.0, 10352.0, 10393.0, 10389.0, 10410.0, 10379.0, 10395.0, 10375.0, 10416.0, 10391.0, 10436.0, 10390.0, 10418.0, 10396.0, 10417.0, 10418.0, 10439.0, 10396.0, 10417.0, 10378.0, 10397.0, 10378.0, 10411.0, 10388.0, 10411.0, 10374.0, 10416.0, 10375.0, 10391.0, 10387.0, 10428.0, 10396.0, 10426.0, 10378.0, 10415.0, 10375.0, 10430.0, 10414.0, 10429.0, 10387.0, 10415.0, 10391.0, 10428.0, 10373.0, 10391.0, 10365.0, 10405.0, 10363.0, 10403.0, 10368.0, 10391.0, 10371.0, 10408.0, 10376.0, 10449.0, 10391.0, 10359.0, 10368.0, 10346.0, 10405.0, 10380.0, 10402.0, 10362.0, 10393.0, 10376.0, 10412.0, 10370.0, 10409.0, 10367.0, 10406.0, 10367.0, 10421.0, 10383.0, 10369.0, 10384.0, 10338.0, 10382.0, 10358.0, 10416.0, 10387.0, 10372.0, 10415.0, 10376.0, 10417.0, 10391.0, 10431.0, 10390.0, 10427.0, 10371.0, 10395.0, 10354.0, 10396.0, 10345.0, 10389.0, 10332.0, 10367.0, 10343.0, 10389.0, 10329.0, 10384.0, 10349.0, 10374.0, 10346.0, 10371.0, 10347.0, 10372.0, 10362.0, 10375.0, 10370.0, 10390.0, 10385.0, 10406.0, 10373.0, 10396.0, 10370.0, 10405.0, 10387.0, 10396.0, 10388.0, 10354.0, 10371.0, 10383.0, 10374.0, 10392.0, 10405.0, 10368.0, 10383.0, 10413.0, 10372.0, 10427.0, 10383.0, 10404.0, 10367.0, 10404.0, 10366.0, 10401.0, 10365.0, 10406.0, 10388.0, 10375.0, 10368.0, 10419.0, 10412.0, 10375.0, 10387.0, 10391.0, 10417.0, 10392.0, 10377.0, 10413.0, 10383.0, 10408.0, 10379.0, 10422.0, 10389.0, 10405.0, 10427.0, 10387.0, 10426.0, 10379.0, 10403.0, 10347.0, 10372.0, 10346.0, 10384.0, 10360.0, 10386.0, 10363.0, 10385.0, 10366.0, 10402.0, 10384.0, 10393.0, 10369.0, 10409.0, 10386.0, 10409.0, 10385.0, 10408.0, 10369.0, 10403.0, 10371.0, 10402.0, 10377.0, 10401.0, 10362.0, 10385.0, 10366.0, 10402.0, 10381.0, 10361.0, 10363.0, 10349.0, 10384.0, 10363.0, 10408.0, 10353.0, 10394.0, 10341.0, 10409.0, 10352.0, 10410.0, 10351.0, 10394.0, 10367.0, 10405.0, 10379.0, 10404.0, 10366.0, 10388.0, 10369.0, 10405.0, 10367.0, 10404.0, 10382.0, 10363.0, 10385.0, 10397.0, 10417.0, 10359.0, 10402.0, 10367.0, 10382.0, 10354.0, 10409.0, 10372.0, 10412.0, 10388.0, 10412.0, 10390.0, 10426.0, 10390.0, 10387.0, 10370.0, 10409.0, 10386.0, 10420.0, 10380.0, 10386.0, 10348.0, 10373.0, 10364.0, 10369.0, 10376.0, 10334.0, 10378.0, 10350.0, 10379.0, 10349.0, 10407.0, 10353.0, 10399.0, 10373.0, 10407.0, 10372.0, 10409.0, 10389.0, 10411.0, 10391.0, 10426.0, 10396.0, 10416.0, 10388.0, 10406.0, 10369.0, 10400.0, 10373.0, 10407.0, 10384.0, 10407.0, 10384.0, 10368.0, 10392.0, 10388.0, 10410.0, 10413.0, 10406.0, 10374.0, 10406.0, 10400.0, 10408.0, 10446.0, 10401.0, 10427.0, 10388.0, 10416.0, 10397.0, 10415.0, 10405.0, 10377.0, 10413.0, 10396.0, 10429.0, 10396.0, 10445.0, 10418.0, 10458.0, 10401.0, 10443.0, 10401.0, 10422.0, 10377.0, 10449.0, 10426.0, 10475.0, 10392.0, 10450.0, 10407.0, 10359.0, 10370.0, 10396.0, 10384.0, 10376.0, 10430.0, 10403.0, 10413.0, 10391.0, 10409.0, 10386.0, 10430.0, 10413.0, 10422.0, 10379.0, 10373.0, 10372.0, 10410.0, 10366.0, 10354.0, 10313.0, 10331.0, 10306.0, 10328.0, 10302.0, 10323.0, 10302.0, 10308.0, 10289.0, 10309.0, 10302.0, 10327.0, 10324.0, 10333.0, 10314.0, 10335.0, 10332.0, 10359.0, 10338.0, 10333.0, 10351.0, 10335.0, 10361.0, 10355.0, 10377.0, 10359.0, 10369.0, 10334.0, 10373.0, 10345.0, 10390.0, 10352.0, 10391.0, 10356.0, 10395.0, 10372.0, 10417.0, 10393.0, 10430.0, 10393.0, 10416.0, 10381.0, 10436.0, 10376.0, 10443.0, 10394.0, 10434.0, 10397.0, 10439.0, 10395.0, 10413.0, 10387.0, 10417.0, 10393.0, 10435.0, 10393.0, 10428.0, 10408.0, 10418.0, 10395.0, 10453.0, 10425.0, 10428.0, 10403.0, 10413.0, 10371.0, 10423.0, 10399.0, 10422.0, 10389.0, 10411.0, 10387.0, 10422.0, 10390.0, 10422.0, 10400.0, 10406.0, 10385.0, 10420.0, 10399.0, 10381.0, 10415.0, 10372.0, 10402.0, 10372.0, 10432.0, 10390.0, 10416.0, 10373.0, 10431.0, 10375.0, 10446.0, 10404.0, 10424.0, 10384.0, 10424.0, 10398.0, 10424.0, 10396.0, 10404.0, 10385.0, 10423.0, 10396.0, 10422.0, 10401.0, 10375.0, 10414.0, 10373.0, 10410.0, 10405.0, 10440.0, 10403.0, 10430.0, 10432.0, 10414.0, 10424.0, 10400.0, 10426.0, 10367.0, 10411.0, 10368.0, 10408.0, 10371.0, 10422.0, 10366.0, 10408.0, 10383.0, 10429.0, 10390.0, 10425.0, 10400.0, 10422.0, 10391.0, 10424.0, 10390.0, 10429.0, 10408.0, 10442.0, 10409.0, 10417.0, 10411.0, 10428.0, 10410.0, 10450.0, 10421.0, 10446.0, 10430.0, 10450.0, 10408.0, 10432.0, 10418.0, 10427.0, 10405.0, 10413.0, 10393.0, 10432.0, 10408.0, 10448.0, 10424.0, 10394.0, 10398.0, 10412.0, 10430.0, 10421.0, 10440.0, 10395.0, 10423.0, 10399.0, 10466.0, 10408.0, 10466.0, 10421.0, 10433.0, 10408.0, 10418.0, 10407.0, 10378.0, 10478.0, 10428.0, 10407.0, 10405.0, 10384.0, 10438.0, 10386.0, 10431.0, 10354.0, 10395.0, 10354.0, 10427.0, 10350.0, 10408.0, 10362.0, 10387.0, 10357.0, 10399.0, 10371.0, 10396.0, 10364.0, 10382.0, 10360.0, 10400.0, 10364.0, 10383.0, 10373.0, 10347.0, 10378.0, 10358.0, 10387.0, 10346.0, 10390.0, 10332.0, 10376.0, 10347.0, 10398.0, 10344.0, 10389.0, 10340.0, 10384.0, 10350.0, 10400.0, 10357.0, 10384.0, 10362.0, 10384.0, 10370.0, 10405.0, 10379.0, 10404.0, 10384.0, 10408.0, 10369.0, 10407.0, 10380.0, 10367.0, 10398.0, 10351.0, 10394.0, 10374.0, 10413.0, 10371.0, 10415.0, 10369.0, 10400.0, 10376.0, 10431.0, 10383.0, 10429.0, 10402.0, 10413.0, 10392.0, 10433.0, 10407.0, 10430.0, 10398.0, 10404.0, 10413.0, 10419.0, 10436.0, 10396.0, 10426.0, 10385.0, 10437.0, 10398.0, 10455.0, 10408.0, 10437.0, 10398.0, 10448.0, 10397.0, 10458.0, 10437.0, 10455.0, 10406.0, 10445.0, 10427.0, 10458.0, 10421.0, 10388.0, 10426.0, 10378.0, 10468.0, 10413.0, 10399.0, 10416.0, 10388.0, 10457.0, 10394.0, 10452.0, 10393.0, 10433.0, 10385.0, 10401.0, 10423.0, 10449.0, 10339.0, 10363.0, 10327.0, 10366.0, 10324.0, 10380.0, 10342.0, 10390.0, 10351.0, 10386.0, 10338.0, 10392.0, 10356.0, 10382.0, 10363.0, 10401.0, 10380.0, 10412.0, 10386.0, 10405.0, 10382.0, 10418.0, 10382.0, 10401.0, 10367.0, 10408.0, 10391.0, 10424.0, 10398.0, 10380.0, 10396.0, 10365.0, 10397.0, 10394.0, 10397.0, 10363.0, 10393.0, 10352.0, 10382.0, 10356.0, 10410.0, 10369.0, 10436.0, 10371.0, 10409.0, 10373.0, 10411.0, 10374.0, 10428.0, 10422.0, 10400.0, 10392.0, 10434.0, 10423.0, 10438.0, 10409.0, 10428.0, 10396.0, 10458.0, 10439.0, 10445.0, 10411.0, 10378.0, 10369.0, 10380.0, 10432.0, 10428.0, 10425.0, 10426.0, 10451.0, 10444.0, 10412.0, 10440.0, 10381.0, 10422.0, 10371.0, 10428.0, 10366.0, 10428.0, 10394.0, 10426.0, 10373.0, 10380.0, 10343.0, 10381.0, 10355.0, 10375.0, 10333.0, 10299.0, 10329.0, 10324.0, 10378.0, 10354.0, 10376.0, 10342.0, 10362.0, 10339.0, 10364.0, 10356.0, 10377.0, 10348.0, 10359.0, 10330.0, 10344.0, 10320.0, 10373.0, 10354.0, 10374.0, 10350.0, 10361.0, 10339.0, 10362.0, 10341.0, 10374.0, 10355.0, 10379.0, 10353.0, 10363.0, 10343.0, 10380.0, 10359.0, 10400.0, 10344.0, 10381.0, 10360.0, 10383.0, 10345.0, 10387.0, 10377.0, 10401.0, 10381.0, 10405.0, 10374.0, 10398.0, 10394.0, 10443.0, 10404.0, 10426.0, 10389.0, 10423.0, 10406.0, 10426.0, 10401.0, 10426.0, 10415.0, 10429.0, 10397.0, 10360.0, 10412.0, 10390.0, 10425.0, 10415.0, 10366.0, 10422.0, 10408.0, 10453.0, 10436.0, 10418.0, 10463.0, 10420.0, 10478.0, 10426.0, 10449.0, 10405.0, 10450.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.0021419217491369393</td></tr>
<tr><td colspan=3>aqi</td><td>0.03282140609896433</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.50000398161286</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1356698578917053</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9989962867396311</td></tr>
<tr><td colspan=3>efc</td><td>0.5105</td></tr>
<tr><td colspan=3>fber</td><td>3763.2861</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1288342282569728</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.428078250863061</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5585914197942965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4230179422307505</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.861937840856994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.390818476295145</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102116</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01342622097581625</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025902999565005302</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.655653428622994</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.4468</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.204</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.1939</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1221.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.8842</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.6835</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3837.2396</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1117.7143</td></tr>
<tr><td colspan=3>tsnr</td><td>33.93367511057295</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>