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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0129_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-03/func/sub-0129_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>df875f0abf529e56568f54dc27bed7c1</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>19:13:53.182500</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.99536, -0.0961916, -0.00240731, 0.0961929, 0.994139, 0.0493429]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116081</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7757, -7232, 156, -222, -7, 72, 139]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4016fdee-6d9e-4649-a9a2-5f7d7a650281||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.670477867126465, 0.2580786347389221, 0.006353546865284443, 98.53409576416016], [0.2580750286579132, 2.6672019958496094, 0.13323278725147247, -107.0809555053711], [-0.006458645220845938, -0.1323833018541336, 2.6967034339904785, -57.05416488647461], [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': ['191353.182500', '191353.642500', '191354.102500', '191354.562500', '191355.022500', '191355.482500', '191355.942500', '191356.402500', '191356.862500', '191357.322500', '191357.782500', '191358.242500', '191358.702500', '191359.162500', '191359.622500', '191400.082500', '191400.542500', '191401.002500', '191401.462500', '191401.922500', '191402.382500', '191402.842500', '191403.302500', '191403.762500', '191404.222500', '191404.682500', '191405.142500', '191405.602500', '191406.062500', '191406.522500', '191406.982500', '191407.442500', '191407.902500', '191408.362500', '191408.822500', '191409.282500', '191409.742500', '191410.202500', '191410.662500', '191411.122500', '191411.582500', '191412.042500', '191412.502500', '191412.962500', '191413.422500', '191413.882500', '191414.342500', '191414.802500', '191415.262500', '191415.722500', '191416.182500', '191416.642500', '191417.102500', '191417.562500', '191418.022500', '191418.482500', '191418.942500', '191419.402500', '191419.862500', '191420.322500', '191420.782500', '191421.242500', '191421.702500', '191422.162500', '191422.622500', '191423.082500', '191423.542500', '191424.002500', '191424.462500', '191424.922500', '191425.382500', '191425.842500', '191426.302500', '191426.762500', '191427.222500', '191427.682500', '191428.142500', '191428.602500', '191429.062500', '191429.522500', '191429.982500', '191430.442500', '191430.902500', '191431.362500', '191431.822500', '191432.282500', '191432.742500', '191433.202500', '191433.662500', '191434.122500', '191434.582500', '191435.042500', '191435.502500', '191435.962500', '191436.422500', '191436.882500', '191437.342500', '191437.802500', '191438.262500', '191438.722500', '191439.182500', '191439.642500', '191440.102500', '191440.562500', '191441.022500', '191441.482500', '191441.942500', '191442.402500', '191442.862500', '191443.322500', '191443.782500', '191444.242500', '191444.702500', '191445.162500', '191445.622500', '191446.082500', '191446.542500', '191447.002500', '191447.462500', '191447.922500', '191448.382500', '191448.842500', '191449.302500', '191449.762500', '191450.222500', '191450.682500', '191451.142500', '191451.602500', '191452.062500', '191452.522500', '191452.982500', '191453.442500', '191453.902500', '191454.362500', '191454.822500', '191455.282500', '191455.742500', '191456.202500', '191456.662500', '191457.122500', '191457.582500', '191458.042500', '191458.502500', '191458.962500', '191459.422500', '191459.882500', '191500.342500', '191500.802500', '191501.262500', '191501.722500', '191502.182500', '191502.642500', '191503.102500', '191503.562500', '191504.022500', '191504.482500', '191504.942500', '191505.402500', '191505.862500', '191506.322500', '191506.782500', '191507.242500', '191507.702500', '191508.162500', '191508.622500', '191509.082500', '191509.542500', '191510.002500', '191510.462500', '191510.922500', '191511.382500', '191511.842500', '191512.302500', '191512.762500', '191513.222500', '191513.682500', '191514.142500', '191514.602500', '191515.062500', '191515.522500', '191515.982500', '191516.442500', '191516.902500', '191517.362500', '191517.822500', '191518.282500', '191518.742500', '191519.202500', '191519.662500', '191520.122500', '191520.582500', '191521.042500', '191521.502500', '191521.962500', '191522.422500', '191522.882500', '191523.342500', '191523.802500', '191524.262500', '191524.722500', '191525.182500', '191525.642500', '191526.102500', '191526.562500', '191527.022500', '191527.482500', '191527.942500', '191528.402500', '191528.862500', '191529.322500', '191529.782500', '191530.242500', '191530.702500', '191531.162500', '191531.622500', '191532.082500', '191532.542500', '191533.002500', '191533.462500', '191533.922500', '191534.382500', '191534.842500', '191535.302500', '191535.762500', '191536.222500', '191536.682500', '191537.142500', '191537.602500', '191538.062500', '191538.522500', '191538.982500', '191539.442500', '191539.902500', '191540.362500', '191540.822500', '191541.282500', '191541.742500', '191542.202500', '191542.662500', '191543.122500', '191543.582500', '191544.042500', '191544.502500', '191544.962500', '191545.422500', '191545.882500', '191546.342500', '191546.802500', '191547.262500', '191547.722500', '191548.182500', '191548.642500', '191549.102500', '191549.562500', '191550.022500', '191550.482500', '191550.942500', '191551.402500', '191551.862500', '191552.322500', '191552.782500', '191553.242500', '191553.702500', '191554.162500', '191554.622500', '191555.082500', '191555.542500', '191556.002500', '191556.462500', '191556.922500', '191557.382500', '191557.842500', '191558.302500', '191558.762500', '191559.222500', '191559.682500', '191600.142500', '191600.602500', '191601.062500', '191601.522500', '191601.982500', '191602.442500', '191602.902500', '191603.362500', '191603.822500', '191604.282500', '191604.742500', '191605.202500', '191605.662500', '191606.122500', '191606.582500', '191607.042500', '191607.502500', '191607.962500', '191608.422500', '191608.882500', '191609.342500', '191609.802500', '191610.262500', '191610.722500', '191611.182500', '191611.642500', '191612.102500', '191612.562500', '191613.022500', '191613.482500', '191613.942500', '191614.402500', '191614.862500', '191615.322500', '191615.782500', '191616.242500', '191616.702500', '191617.162500', '191617.622500', '191618.082500', '191618.542500', '191619.002500', '191619.462500', '191619.922500', '191620.382500', '191620.842500', '191621.302500', '191621.762500', '191622.222500', '191622.682500', '191623.142500', '191623.602500', '191624.062500', '191624.522500', '191624.982500', '191625.442500', '191625.902500', '191626.362500', '191626.822500', '191627.282500', '191627.742500', '191628.202500', '191628.662500', '191629.122500', '191629.582500', '191630.042500', '191630.502500', '191630.962500', '191631.422500', '191631.882500', '191632.342500', '191632.802500', '191633.262500', '191633.722500', '191634.182500', '191634.642500', '191635.102500', '191635.562500', '191636.022500', '191636.482500', '191636.942500', '191637.402500', '191637.862500', '191638.322500', '191638.782500', '191639.242500', '191639.702500', '191640.162500', '191640.622500', '191641.082500', '191641.542500', '191642.002500', '191642.462500', '191642.922500', '191643.382500', '191643.842500', '191644.302500', '191644.762500', '191645.222500', '191645.682500', '191646.142500', '191646.602500', '191647.062500', '191647.522500', '191647.982500', '191648.442500', '191648.902500', '191649.362500', '191649.822500', '191650.282500', '191650.742500', '191651.202500', '191651.662500', '191652.122500', '191652.582500', '191653.042500', '191653.502500', '191653.962500', '191654.422500', '191654.882500', '191655.342500', '191655.802500', '191656.262500', '191656.722500', '191657.182500', '191657.642500', '191658.102500', '191658.562500', '191659.022500', '191659.482500', '191659.942500', '191700.402500', '191700.862500', '191701.322500', '191701.782500', '191702.242500', '191702.702500', '191703.162500', '191703.622500', '191704.082500', '191704.542500', '191705.002500', '191705.462500', '191705.922500', '191706.382500', '191706.842500', '191707.302500', '191707.762500', '191708.222500', '191708.682500', '191709.142500', '191709.602500', '191710.062500', '191710.522500', '191710.982500', '191711.442500', '191711.902500', '191712.362500', '191712.822500', '191713.282500', '191713.742500', '191714.202500', '191714.662500', '191715.122500', '191715.582500', '191716.042500', '191716.502500', '191716.962500', '191717.422500', '191717.882500', '191718.342500', '191718.802500', '191719.262500', '191719.722500', '191720.182500', '191720.642500', '191721.102500', '191721.562500', '191722.022500', '191722.482500', '191722.942500', '191723.402500', '191723.862500', '191724.322500', '191724.782500', '191725.242500', '191725.702500', '191726.162500', '191726.622500', '191727.082500', '191727.542500', '191728.002500', '191728.462500', '191728.922500', '191729.382500', '191729.842500', '191730.302500', '191730.762500', '191731.222500', '191731.682500', '191732.142500', '191732.602500', '191733.062500', '191733.522500', '191733.982500', '191734.442500', '191734.902500', '191735.362500', '191735.822500', '191736.282500', '191736.742500', '191737.202500', '191737.662500', '191738.122500', '191738.582500', '191739.042500', '191739.502500', '191739.962500', '191740.422500', '191740.882500', '191741.342500', '191741.802500', '191742.262500', '191742.722500', '191743.182500', '191743.642500', '191744.102500', '191744.562500', '191745.022500', '191745.482500', '191745.942500', '191746.402500', '191746.862500', '191747.322500', '191747.782500', '191748.242500', '191748.702500', '191749.162500', '191749.622500', '191750.082500', '191750.542500', '191751.002500', '191751.462500', '191751.922500', '191752.382500', '191752.842500', '191753.302500', '191753.762500', '191754.222500', '191754.682500', '191755.142500', '191755.602500', '191756.062500', '191756.522500', '191756.982500', '191757.442500', '191757.902500', '191758.362500', '191758.822500', '191759.282500', '191759.742500', '191800.202500', '191800.662500', '191801.122500', '191801.582500', '191802.042500', '191802.502500', '191802.962500', '191803.422500', '191803.882500', '191804.342500', '191804.802500', '191805.262500', '191805.722500', '191806.182500', '191806.642500', '191807.102500', '191807.562500', '191808.022500', '191808.482500', '191808.942500', '191809.402500', '191809.862500', '191810.322500', '191810.782500', '191811.242500', '191811.702500', '191812.162500', '191812.622500', '191813.082500', '191813.542500', '191814.002500', '191814.462500', '191814.922500', '191815.382500', '191815.842500', '191816.302500', '191816.762500', '191817.222500', '191817.682500', '191818.142500', '191818.602500', '191819.062500', '191819.522500', '191819.982500', '191820.442500', '191820.902500', '191821.362500', '191821.822500', '191822.282500', '191822.742500', '191823.202500', '191823.662500', '191824.122500', '191824.582500', '191825.042500', '191825.502500', '191825.962500', '191826.422500', '191826.882500', '191827.342500', '191827.802500', '191828.262500', '191828.722500', '191829.182500', '191829.642500', '191830.102500', '191830.562500', '191831.022500', '191831.482500', '191831.942500', '191832.402500', '191832.862500', '191833.322500', '191833.782500', '191834.242500', '191834.702500', '191835.162500', '191835.622500', '191836.082500', '191836.542500', '191837.002500', '191837.462500', '191837.922500', '191838.382500', '191838.842500', '191839.302500', '191839.762500', '191840.222500', '191840.682500', '191841.142500', '191841.602500', '191842.062500', '191842.522500', '191842.982500', '191843.442500', '191843.902500', '191844.362500', '191844.822500', '191845.282500', '191845.742500', '191846.202500', '191846.662500', '191847.122500', '191847.582500', '191848.042500', '191848.502500', '191848.962500', '191849.422500', '191849.882500', '191850.342500', '191850.802500', '191851.262500', '191851.722500', '191852.182500', '191852.642500', '191853.102500', '191853.562500', '191854.022500', '191854.482500', '191854.942500', '191855.402500', '191855.862500', '191856.322500', '191856.782500', '191857.242500', '191857.702500', '191858.162500', '191858.622500', '191859.082500', '191859.542500', '191900.002500', '191900.462500', '191900.922500', '191901.382500', '191901.842500', '191902.302500', '191902.762500', '191903.222500', '191903.682500', '191904.142500', '191904.602500', '191905.062500', '191905.522500', '191905.982500', '191906.442500', '191906.902500', '191907.362500', '191907.822500', '191908.282500', '191908.742500', '191909.202500', '191909.662500', '191910.122500', '191910.582500', '191911.042500', '191911.502500', '191911.962500', '191912.422500', '191912.882500', '191913.342500', '191913.802500', '191914.262500', '191914.722500', '191915.182500', '191915.642500', '191916.102500', '191916.562500', '191917.022500', '191917.482500', '191917.942500', '191918.402500', '191918.862500', '191919.322500', '191919.782500', '191920.242500', '191920.702500', '191921.162500', '191921.622500', '191922.082500', '191922.542500', '191923.002500', '191923.462500', '191923.922500', '191924.382500', '191924.842500', '191925.302500', '191925.762500', '191926.222500', '191926.682500', '191927.142500', '191927.602500', '191928.062500', '191928.522500', '191928.982500', '191929.442500', '191929.902500', '191930.362500', '191930.822500', '191931.282500', '191931.742500', '191932.202500', '191932.662500', '191933.122500', '191933.582500', '191934.042500', '191934.502500', '191934.962500', '191935.422500', '191935.882500', '191936.342500', '191936.802500', '191937.262500', '191937.722500', '191938.182500', '191938.642500', '191939.102500', '191939.562500', '191940.022500', '191940.482500', '191940.942500', '191941.402500', '191941.862500', '191942.322500', '191942.782500', '191943.242500', '191943.702500', '191944.162500', '191944.622500', '191945.082500', '191945.542500', '191946.002500', '191946.462500', '191946.922500', '191947.382500', '191947.842500', '191948.302500', '191948.762500', '191949.222500', '191949.682500', '191950.142500', '191950.602500', '191951.062500', '191951.522500', '191951.982500', '191952.442500', '191952.902500', '191953.362500', '191953.822500', '191954.282500', '191954.742500', '191955.202500', '191955.662500', '191956.122500', '191956.582500', '191957.042500', '191957.502500', '191957.962500', '191958.422500', '191958.882500', '191959.342500', '191959.802500', '192000.262500', '192000.722500', '192001.182500', '192001.642500', '192002.102500', '192002.562500', '192003.022500', '192003.482500', '192003.942500', '192004.402500', '192004.862500', '192005.322500', '192005.782500', '192006.242500', '192006.702500', '192007.162500', '192007.622500', '192008.082500', '192008.542500', '192009.002500', '192009.462500', '192009.922500', '192010.382500', '192010.842500', '192011.302500', '192011.762500', '192012.222500', '192012.682500', '192013.142500', '192013.602500', '192014.062500', '192014.522500', '192014.982500', '192015.442500', '192015.902500', '192016.362500', '192016.822500', '192017.282500', '192017.742500', '192018.202500', '192018.662500', '192019.122500', '192019.582500', '192020.042500', '192020.502500', '192020.962500', '192021.422500', '192021.882500', '192022.342500', '192022.802500', '192023.262500', '192023.722500', '192024.182500', '192024.642500', '192025.102500', '192025.562500', '192026.022500', '192026.482500', '192026.942500', '192027.402500', '192027.862500', '192028.322500', '192028.782500', '192029.242500', '192029.702500', '192030.162500', '192030.622500', '192031.082500', '192031.542500', '192032.002500', '192032.462500', '192032.922500', '192033.382500', '192033.842500'], 'ContentTime': ['191410.077000', '191410.081000', '191410.087000', '191410.090000', '191410.093000', '191410.095000', '191410.098000', '191410.100000', '191410.103000', '191410.105000', '191410.108000', '191410.111000', '191410.113000', '191410.116000', '191410.119000', '191410.121000', '191410.127000', '191410.129000', '191410.132000', '191410.134000', '191410.137000', '191410.140000', '191410.142000', '191410.145000', '191410.147000', '191410.150000', '191410.153000', '191410.155000', '191410.158000', '191410.160000', '191410.163000', '191410.166000', '191410.168000', '191430.045000', '191430.048000', '191430.050000', '191430.053000', '191430.055000', '191430.058000', '191430.061000', '191430.063000', '191430.066000', '191430.069000', '191430.071000', '191430.074000', '191430.076000', '191430.079000', '191430.081000', '191430.084000', '191430.087000', '191430.089000', '191430.092000', '191430.094000', '191430.097000', '191430.100000', '191430.102000', '191430.105000', '191430.108000', '191430.110000', '191430.113000', '191430.115000', '191430.118000', '191430.127000', '191430.129000', '191430.132000', '191430.135000', '191430.137000', '191430.140000', '191430.142000', '191430.145000', '191430.148000', '191430.150000', '191430.153000', '191430.155000', '191430.158000', '191430.161000', '191430.163000', '191450.044000', '191450.047000', '191450.050000', '191450.052000', '191450.055000', '191450.066000', '191450.069000', '191450.071000', '191450.074000', '191450.076000', '191450.079000', '191450.082000', '191450.084000', '191450.087000', '191450.089000', '191450.092000', '191450.095000', '191450.097000', '191450.100000', '191450.102000', '191450.105000', '191450.108000', '191450.110000', '191450.113000', '191450.115000', '191450.118000', '191450.121000', '191450.123000', '191450.126000', '191450.128000', '191450.131000', '191450.134000', '191450.136000', '191450.139000', '191450.142000', '191450.144000', '191450.147000', '191450.149000', '191450.152000', '191450.155000', '191450.157000', '191450.160000', '191450.162000', '191510.044000', '191510.047000', '191510.050000', '191510.052000', '191510.055000', '191510.058000', '191510.060000', '191510.063000', '191510.066000', '191510.070000', '191510.073000', '191510.075000', '191510.078000', '191510.081000', '191510.083000', '191510.086000', '191510.088000', '191510.091000', '191510.094000', '191510.096000', '191510.099000', '191510.101000', '191510.104000', '191510.106000', '191510.109000', '191510.112000', '191510.114000', '191510.117000', '191510.119000', '191510.123000', '191510.125000', '191510.128000', '191510.130000', '191510.133000', '191510.136000', '191510.138000', '191510.141000', '191510.144000', '191510.146000', '191510.149000', '191510.152000', '191510.154000', '191510.157000', '191530.045000', '191530.047000', '191530.050000', '191530.053000', '191530.056000', '191530.058000', '191530.061000', '191530.064000', '191530.066000', '191530.069000', '191530.072000', '191530.074000', '191530.077000', '191530.079000', '191530.082000', '191530.085000', '191530.087000', '191530.090000', '191530.093000', '191530.095000', '191530.128000', '191530.130000', '191530.133000', '191530.135000', '191530.138000', '191530.141000', '191530.143000', '191530.146000', '191530.148000', '191530.151000', '191530.154000', '191530.156000', '191530.159000', '191530.161000', '191530.164000', '191530.167000', '191530.169000', '191530.172000', '191530.174000', '191530.177000', '191530.180000', '191530.182000', '191530.185000', '191530.187000', '191550.044000', '191550.047000', '191550.050000', '191550.052000', '191550.055000', '191550.058000', '191550.060000', '191550.063000', '191550.066000', '191550.068000', '191550.071000', '191550.073000', '191550.076000', '191550.079000', '191550.081000', '191550.084000', '191550.087000', '191550.089000', '191550.092000', '191550.095000', '191550.098000', '191550.100000', '191550.103000', '191550.105000', '191550.108000', '191550.111000', '191550.113000', '191550.116000', '191550.119000', '191550.121000', '191550.124000', '191550.126000', '191550.129000', '191550.132000', '191550.134000', '191550.137000', '191550.140000', '191550.142000', '191550.145000', '191550.148000', '191550.150000', '191550.153000', '191550.155000', '191610.044000', '191610.074000', '191610.077000', '191610.080000', '191610.082000', '191610.085000', '191610.088000', '191610.090000', '191610.093000', '191610.095000', '191610.098000', '191610.101000', '191610.103000', '191610.106000', '191610.108000', '191610.111000', '191610.113000', '191610.116000', '191610.119000', '191610.121000', '191610.124000', '191610.127000', '191610.129000', '191610.132000', '191610.134000', '191610.137000', '191610.140000', '191610.142000', '191610.145000', '191610.148000', '191610.150000', '191610.153000', '191610.155000', '191610.158000', '191610.161000', '191610.163000', '191610.166000', '191610.169000', '191610.171000', '191610.174000', '191610.176000', '191610.179000', '191610.182000', '191610.184000', '191630.044000', '191630.047000', '191630.050000', '191630.053000', '191630.056000', '191630.058000', '191630.061000', '191630.064000', '191630.066000', '191630.069000', '191630.072000', '191630.074000', '191630.077000', '191630.079000', '191630.082000', '191630.085000', '191630.087000', '191630.090000', '191630.093000', '191630.095000', '191630.098000', '191630.101000', '191630.103000', '191630.106000', '191630.110000', '191630.113000', '191630.116000', '191630.118000', '191630.121000', '191630.124000', '191630.126000', '191630.129000', '191630.132000', '191630.134000', '191630.137000', '191630.139000', '191630.142000', '191630.144000', '191630.147000', '191630.150000', '191630.152000', '191630.155000', '191630.158000', '191650.044000', '191650.047000', '191650.050000', '191650.053000', '191650.055000', '191650.058000', '191650.061000', '191650.063000', '191650.066000', '191650.068000', '191650.071000', '191650.074000', '191650.076000', '191650.079000', '191650.082000', '191650.084000', '191650.087000', '191650.090000', '191650.092000', '191650.095000', '191650.098000', '191650.100000', '191650.103000', '191650.105000', '191650.108000', '191650.111000', '191650.113000', '191650.116000', '191650.119000', '191650.121000', '191650.124000', '191650.127000', '191650.129000', '191650.132000', '191650.134000', '191650.137000', '191650.140000', '191650.142000', '191650.145000', '191650.148000', '191650.150000', '191650.153000', '191650.155000', '191650.158000', '191710.044000', '191710.047000', '191710.050000', '191710.053000', '191710.055000', '191710.058000', '191710.061000', '191710.063000', '191710.066000', '191710.068000', '191710.071000', '191710.074000', '191710.076000', '191710.079000', '191710.082000', '191710.100000', '191710.103000', '191710.105000', '191710.108000', '191710.111000', '191710.114000', '191710.116000', '191710.119000', '191710.121000', '191710.124000', '191710.127000', '191710.129000', '191710.132000', '191710.135000', '191710.138000', '191710.140000', '191710.143000', '191710.145000', '191710.148000', '191710.151000', '191710.153000', '191710.156000', '191710.158000', '191710.161000', '191710.164000', '191710.167000', '191710.169000', '191710.172000', '191730.045000', '191730.047000', '191730.050000', '191730.053000', '191730.056000', '191730.058000', '191730.061000', '191730.064000', '191730.066000', '191730.069000', '191730.071000', '191730.074000', '191730.077000', '191730.079000', '191730.082000', '191730.085000', '191730.087000', '191730.090000', '191730.093000', '191730.095000', '191730.098000', '191730.101000', '191730.103000', '191730.106000', '191730.108000', '191730.111000', '191730.114000', '191730.116000', '191730.119000', '191730.122000', '191730.124000', '191730.127000', '191730.129000', '191730.132000', '191730.135000', '191730.137000', '191730.140000', '191730.142000', '191730.145000', '191730.148000', '191730.150000', '191730.153000', '191730.155000', '191730.158000', '191750.045000', '191750.048000', '191750.051000', '191750.053000', '191750.056000', '191750.059000', '191750.061000', '191750.064000', '191750.066000', '191750.069000', '191750.072000', '191750.074000', '191750.077000', '191750.080000', '191750.083000', '191750.085000', '191750.088000', '191750.091000', '191750.093000', '191750.096000', '191750.098000', '191750.101000', '191750.104000', '191750.106000', '191750.109000', '191750.112000', '191750.114000', '191750.117000', '191750.120000', '191750.122000', '191750.125000', '191750.128000', '191750.132000', '191750.134000', '191750.137000', '191750.140000', '191750.142000', '191750.145000', '191750.148000', '191750.152000', '191750.155000', '191750.157000', '191750.160000', '191810.044000', '191810.047000', '191810.050000', '191810.053000', '191810.055000', '191810.058000', '191810.061000', '191810.063000', '191810.066000', '191810.069000', '191810.072000', '191810.074000', '191810.077000', '191810.079000', '191810.082000', '191810.085000', '191810.087000', '191810.090000', '191810.093000', '191810.095000', '191810.098000', '191810.100000', '191810.103000', '191810.106000', '191810.108000', '191810.111000', '191810.113000', '191810.116000', '191810.119000', '191810.121000', '191810.124000', '191810.127000', '191810.129000', '191810.132000', '191810.134000', '191810.137000', '191810.140000', '191810.142000', '191810.145000', '191810.147000', '191810.150000', '191810.153000', '191810.155000', '191810.158000', '191830.043000', '191830.046000', '191830.049000', '191830.052000', '191830.054000', '191830.057000', '191830.060000', '191830.062000', '191830.065000', '191830.067000', '191830.070000', '191830.073000', '191830.075000', '191830.078000', '191830.080000', '191830.083000', '191830.086000', '191830.088000', '191830.091000', '191830.093000', '191830.096000', '191830.099000', '191830.101000', '191830.104000', '191830.107000', '191830.109000', '191830.112000', '191830.114000', '191830.117000', '191830.120000', '191830.122000', '191830.125000', '191830.128000', '191830.130000', '191830.133000', '191830.135000', '191830.138000', '191830.141000', '191830.143000', '191830.146000', '191830.161000', '191830.163000', '191830.166000', '191850.044000', '191850.048000', '191850.051000', '191850.053000', '191850.056000', '191850.059000', '191850.061000', '191850.064000', '191850.067000', '191850.069000', '191850.072000', '191850.075000', '191850.077000', '191850.080000', '191850.082000', '191850.085000', '191850.088000', '191850.090000', '191850.093000', '191850.096000', '191850.098000', '191850.101000', '191850.103000', '191850.106000', '191850.108000', '191850.111000', '191850.114000', '191850.116000', '191850.119000', '191850.122000', '191850.124000', '191850.131000', '191850.134000', '191850.137000', '191850.140000', '191850.142000', '191850.145000', '191850.147000', '191850.150000', '191850.153000', '191850.155000', '191850.158000', '191850.161000', '191850.163000', '191910.044000', '191910.047000', '191910.050000', '191910.053000', '191910.055000', '191910.058000', '191910.060000', '191910.063000', '191910.066000', '191910.068000', '191910.071000', '191910.073000', '191910.076000', '191910.079000', '191910.081000', '191910.084000', '191910.086000', '191910.089000', '191910.092000', '191910.094000', '191910.097000', '191910.099000', '191910.102000', '191910.105000', '191910.107000', '191910.110000', '191910.113000', '191910.115000', '191910.118000', '191910.120000', '191910.123000', '191910.126000', '191910.128000', '191910.131000', '191910.133000', '191910.136000', '191910.139000', '191910.141000', '191910.144000', '191910.146000', '191910.149000', '191910.152000', '191910.154000', '191930.045000', '191930.047000', '191930.050000', '191930.053000', '191930.056000', '191930.059000', '191930.061000', '191930.064000', '191930.067000', '191930.069000', '191930.072000', '191930.074000', '191930.077000', '191930.080000', '191930.082000', '191930.085000', '191930.088000', '191930.090000', '191930.093000', '191930.095000', '191930.098000', '191930.101000', '191930.103000', '191930.106000', '191930.109000', '191930.111000', '191930.114000', '191930.116000', '191930.119000', '191930.122000', '191930.124000', '191930.127000', '191930.129000', '191930.132000', '191930.134000', '191930.137000', '191930.140000', '191930.142000', '191930.145000', '191930.148000', '191930.150000', '191930.153000', '191930.156000', '191930.158000', '191950.045000', '191950.048000', '191950.051000', '191950.053000', '191950.056000', '191950.058000', '191950.061000', '191950.064000', '191950.066000', '191950.069000', '191950.071000', '191950.074000', '191950.077000', '191950.079000', '191950.082000', '191950.084000', '191950.087000', '191950.090000', '191950.092000', '191950.095000', '191950.097000', '191950.100000', '191950.103000', '191950.105000', '191950.108000', '191950.111000', '191950.113000', '191950.116000', '191950.118000', '191950.121000', '191950.124000', '191950.126000', '191950.129000', '191950.132000', '191950.134000', '191950.137000', '191950.139000', '191950.142000', '191950.145000', '191950.147000', '191950.150000', '191950.152000', '191950.155000', '192010.044000', '192010.048000', '192010.050000', '192010.053000', '192010.055000', '192010.058000', '192010.061000', '192010.063000', '192010.079000', '192010.083000', '192010.085000', '192010.088000', '192010.091000', '192010.093000', '192010.096000', '192010.099000', '192010.101000', '192010.104000', '192010.106000', '192010.109000', '192010.112000', '192010.114000', '192010.117000', '192010.120000', '192010.122000', '192010.125000', '192010.128000', '192010.130000', '192010.133000', '192010.136000', '192010.138000', '192010.141000', '192010.143000', '192010.146000', '192010.149000', '192010.151000', '192010.154000', '192010.157000', '192010.159000', '192010.162000', '192010.164000', '192010.167000', '192010.170000', '192030.045000', '192030.048000', '192030.050000', '192030.053000', '192030.056000', '192030.058000', '192030.061000', '192030.064000', '192030.066000', '192030.069000', '192030.071000', '192030.074000', '192030.077000', '192030.079000', '192030.082000', '192030.085000', '192030.087000', '192030.090000', '192030.092000', '192030.095000', '192030.098000', '192030.100000', '192030.103000', '192030.106000', '192030.108000', '192030.111000', '192030.114000', '192030.116000', '192030.119000', '192030.122000', '192030.124000', '192030.127000', '192030.129000', '192030.132000', '192030.135000', '192030.137000', '192030.140000', '192030.143000', '192030.145000', '192030.148000', '192030.150000', '192030.153000', '192030.156000', '192030.158000', '192035.698000', '192035.701000', '192035.704000', '192035.707000', '192035.709000', '192035.712000', '192035.715000', '192035.717000', '192035.720000', '192035.723000', '192035.725000', '192035.728000', '192035.731000'], 'InstanceCreationTime': ['191410.077000', '191410.081000', '191410.087000', '191410.090000', '191410.093000', '191410.095000', '191410.098000', '191410.100000', '191410.103000', '191410.105000', '191410.108000', '191410.111000', '191410.113000', '191410.116000', '191410.119000', '191410.121000', '191410.127000', '191410.129000', '191410.132000', '191410.134000', '191410.137000', '191410.140000', '191410.142000', '191410.145000', '191410.147000', '191410.150000', '191410.153000', '191410.155000', '191410.158000', '191410.160000', '191410.163000', '191410.166000', '191410.168000', '191430.045000', '191430.048000', '191430.050000', '191430.053000', '191430.055000', '191430.058000', '191430.061000', '191430.063000', '191430.066000', '191430.069000', '191430.071000', '191430.074000', '191430.076000', '191430.079000', '191430.081000', '191430.084000', '191430.087000', '191430.089000', '191430.092000', '191430.094000', '191430.097000', '191430.100000', '191430.102000', '191430.105000', '191430.108000', '191430.110000', '191430.113000', '191430.115000', '191430.118000', '191430.127000', '191430.129000', '191430.132000', '191430.135000', '191430.137000', '191430.140000', '191430.142000', '191430.145000', '191430.148000', '191430.150000', '191430.153000', '191430.155000', '191430.158000', '191430.161000', '191430.163000', '191450.044000', '191450.047000', '191450.050000', '191450.052000', '191450.055000', '191450.066000', '191450.069000', '191450.071000', '191450.074000', '191450.076000', '191450.079000', '191450.082000', '191450.084000', '191450.087000', '191450.089000', '191450.092000', '191450.095000', '191450.097000', '191450.100000', '191450.102000', '191450.105000', '191450.108000', '191450.110000', '191450.113000', '191450.115000', '191450.118000', '191450.121000', '191450.123000', '191450.126000', '191450.128000', '191450.131000', '191450.134000', '191450.136000', '191450.139000', '191450.142000', '191450.144000', '191450.147000', '191450.149000', '191450.152000', '191450.155000', '191450.157000', '191450.160000', '191450.162000', '191510.044000', '191510.047000', '191510.050000', '191510.052000', '191510.055000', '191510.058000', '191510.060000', '191510.063000', '191510.066000', '191510.070000', '191510.073000', '191510.075000', '191510.078000', '191510.081000', '191510.083000', '191510.086000', '191510.088000', '191510.091000', '191510.094000', '191510.096000', '191510.099000', '191510.101000', '191510.104000', '191510.106000', '191510.109000', '191510.112000', '191510.114000', '191510.117000', '191510.119000', '191510.123000', '191510.125000', '191510.128000', '191510.130000', '191510.133000', '191510.136000', '191510.138000', '191510.141000', '191510.144000', '191510.146000', '191510.149000', '191510.152000', '191510.154000', '191510.157000', '191530.045000', '191530.047000', '191530.050000', '191530.053000', '191530.056000', '191530.058000', '191530.061000', '191530.064000', '191530.066000', '191530.069000', '191530.072000', '191530.074000', '191530.077000', '191530.079000', '191530.082000', '191530.085000', '191530.087000', '191530.090000', '191530.093000', '191530.095000', '191530.128000', '191530.130000', '191530.133000', '191530.135000', '191530.138000', '191530.141000', '191530.143000', '191530.146000', '191530.148000', '191530.151000', '191530.154000', '191530.156000', '191530.159000', '191530.161000', '191530.164000', '191530.167000', '191530.169000', '191530.172000', '191530.174000', '191530.177000', '191530.180000', '191530.182000', '191530.185000', '191530.187000', '191550.044000', '191550.047000', '191550.050000', '191550.052000', '191550.055000', '191550.058000', '191550.060000', '191550.063000', '191550.066000', '191550.068000', '191550.071000', '191550.073000', '191550.076000', '191550.079000', '191550.081000', '191550.084000', '191550.087000', '191550.089000', '191550.092000', '191550.095000', '191550.098000', '191550.100000', '191550.103000', '191550.105000', '191550.108000', '191550.111000', '191550.113000', '191550.116000', '191550.119000', '191550.121000', '191550.124000', '191550.126000', '191550.129000', '191550.132000', '191550.134000', '191550.137000', '191550.140000', '191550.142000', '191550.145000', '191550.148000', '191550.150000', '191550.153000', '191550.155000', '191610.044000', '191610.074000', '191610.077000', '191610.080000', '191610.082000', '191610.085000', '191610.088000', '191610.090000', '191610.093000', '191610.095000', '191610.098000', '191610.101000', '191610.103000', '191610.106000', '191610.108000', '191610.111000', '191610.113000', '191610.116000', '191610.119000', '191610.121000', '191610.124000', '191610.127000', '191610.129000', '191610.132000', '191610.134000', '191610.137000', '191610.140000', '191610.142000', '191610.145000', '191610.148000', '191610.150000', '191610.153000', '191610.155000', '191610.158000', '191610.161000', '191610.163000', '191610.166000', '191610.169000', '191610.171000', '191610.174000', '191610.176000', '191610.179000', '191610.182000', '191610.184000', '191630.044000', '191630.047000', '191630.050000', '191630.053000', '191630.056000', '191630.058000', '191630.061000', '191630.064000', '191630.066000', '191630.069000', '191630.072000', '191630.074000', '191630.077000', '191630.079000', '191630.082000', '191630.085000', '191630.087000', '191630.090000', '191630.093000', '191630.095000', '191630.098000', '191630.101000', '191630.103000', '191630.106000', '191630.110000', '191630.113000', '191630.116000', '191630.118000', '191630.121000', '191630.124000', '191630.126000', '191630.129000', '191630.132000', '191630.134000', '191630.137000', '191630.139000', '191630.142000', '191630.144000', '191630.147000', '191630.150000', '191630.152000', '191630.155000', '191630.158000', '191650.044000', '191650.047000', '191650.050000', '191650.053000', '191650.055000', '191650.058000', '191650.061000', '191650.063000', '191650.066000', '191650.068000', '191650.071000', '191650.074000', '191650.076000', '191650.079000', '191650.082000', '191650.084000', '191650.087000', '191650.090000', '191650.092000', '191650.095000', '191650.098000', '191650.100000', '191650.103000', '191650.105000', '191650.108000', '191650.111000', '191650.113000', '191650.116000', '191650.119000', '191650.121000', '191650.124000', '191650.127000', '191650.129000', '191650.132000', '191650.134000', '191650.137000', '191650.140000', '191650.142000', '191650.145000', '191650.148000', '191650.150000', '191650.153000', '191650.155000', '191650.158000', '191710.044000', '191710.047000', '191710.050000', '191710.053000', '191710.055000', '191710.058000', '191710.061000', '191710.063000', '191710.066000', '191710.068000', '191710.071000', '191710.074000', '191710.076000', '191710.079000', '191710.082000', '191710.100000', '191710.103000', '191710.105000', '191710.108000', '191710.111000', '191710.114000', '191710.116000', '191710.119000', '191710.121000', '191710.124000', '191710.127000', '191710.129000', '191710.132000', '191710.135000', '191710.138000', '191710.140000', '191710.143000', '191710.145000', '191710.148000', '191710.151000', '191710.153000', '191710.156000', '191710.158000', '191710.161000', '191710.164000', '191710.167000', '191710.169000', '191710.172000', '191730.045000', '191730.047000', '191730.050000', '191730.053000', '191730.056000', '191730.058000', '191730.061000', '191730.064000', '191730.066000', '191730.069000', '191730.071000', '191730.074000', '191730.077000', '191730.079000', '191730.082000', '191730.085000', '191730.087000', '191730.090000', '191730.093000', '191730.095000', '191730.098000', '191730.101000', '191730.103000', '191730.106000', '191730.108000', '191730.111000', '191730.114000', '191730.116000', '191730.119000', '191730.122000', '191730.124000', '191730.127000', '191730.129000', '191730.132000', '191730.135000', '191730.137000', '191730.140000', '191730.142000', '191730.145000', '191730.148000', '191730.150000', '191730.153000', '191730.155000', '191730.158000', '191750.045000', '191750.048000', '191750.051000', '191750.053000', '191750.056000', '191750.059000', '191750.061000', '191750.064000', '191750.066000', '191750.069000', '191750.072000', '191750.074000', '191750.077000', '191750.080000', '191750.083000', '191750.085000', '191750.088000', '191750.091000', '191750.093000', '191750.096000', '191750.098000', '191750.101000', '191750.104000', '191750.106000', '191750.109000', '191750.112000', '191750.114000', '191750.117000', '191750.120000', '191750.122000', '191750.125000', '191750.128000', '191750.132000', '191750.134000', '191750.137000', '191750.140000', '191750.142000', '191750.145000', '191750.148000', '191750.152000', '191750.155000', '191750.157000', '191750.160000', '191810.044000', '191810.047000', '191810.050000', '191810.053000', '191810.055000', '191810.058000', '191810.061000', '191810.063000', '191810.066000', '191810.069000', '191810.072000', '191810.074000', '191810.077000', '191810.079000', '191810.082000', '191810.085000', '191810.087000', '191810.090000', '191810.093000', '191810.095000', '191810.098000', '191810.100000', '191810.103000', '191810.106000', '191810.108000', '191810.111000', '191810.113000', '191810.116000', '191810.119000', '191810.121000', '191810.124000', '191810.127000', '191810.129000', '191810.132000', '191810.134000', '191810.137000', '191810.140000', '191810.142000', '191810.145000', '191810.147000', '191810.150000', '191810.153000', '191810.155000', '191810.158000', '191830.043000', '191830.046000', '191830.049000', '191830.052000', '191830.054000', '191830.057000', '191830.060000', '191830.062000', '191830.065000', '191830.067000', '191830.070000', '191830.073000', '191830.075000', '191830.078000', '191830.080000', '191830.083000', '191830.086000', '191830.088000', '191830.091000', '191830.093000', '191830.096000', '191830.099000', '191830.101000', '191830.104000', '191830.107000', '191830.109000', '191830.112000', '191830.114000', '191830.117000', '191830.120000', '191830.122000', '191830.125000', '191830.128000', '191830.130000', '191830.133000', '191830.135000', '191830.138000', '191830.141000', '191830.143000', '191830.146000', '191830.161000', '191830.163000', '191830.166000', '191850.044000', '191850.048000', '191850.051000', '191850.053000', '191850.056000', '191850.059000', '191850.061000', '191850.064000', '191850.067000', '191850.069000', '191850.072000', '191850.075000', '191850.077000', '191850.080000', '191850.082000', '191850.085000', '191850.088000', '191850.090000', '191850.093000', '191850.096000', '191850.098000', '191850.101000', '191850.103000', '191850.106000', '191850.108000', '191850.111000', '191850.114000', '191850.116000', '191850.119000', '191850.122000', '191850.124000', '191850.131000', '191850.134000', '191850.137000', '191850.140000', '191850.142000', '191850.145000', '191850.147000', '191850.150000', '191850.153000', '191850.155000', '191850.158000', '191850.161000', '191850.163000', '191910.044000', '191910.047000', '191910.050000', '191910.053000', '191910.055000', '191910.058000', '191910.060000', '191910.063000', '191910.066000', '191910.068000', '191910.071000', '191910.073000', '191910.076000', '191910.079000', '191910.081000', '191910.084000', '191910.086000', '191910.089000', '191910.092000', '191910.094000', '191910.097000', '191910.099000', '191910.102000', '191910.105000', '191910.107000', '191910.110000', '191910.113000', '191910.115000', '191910.118000', '191910.120000', '191910.123000', '191910.126000', '191910.128000', '191910.131000', '191910.133000', '191910.136000', '191910.139000', '191910.141000', '191910.144000', '191910.146000', '191910.149000', '191910.152000', '191910.154000', '191930.045000', '191930.047000', '191930.050000', '191930.053000', '191930.056000', '191930.059000', '191930.061000', '191930.064000', '191930.067000', '191930.069000', '191930.072000', '191930.074000', '191930.077000', '191930.080000', '191930.082000', '191930.085000', '191930.088000', '191930.090000', '191930.093000', '191930.095000', '191930.098000', '191930.101000', '191930.103000', '191930.106000', '191930.109000', '191930.111000', '191930.114000', '191930.116000', '191930.119000', '191930.122000', '191930.124000', '191930.127000', '191930.129000', '191930.132000', '191930.134000', '191930.137000', '191930.140000', '191930.142000', '191930.145000', '191930.148000', '191930.150000', '191930.153000', '191930.156000', '191930.158000', '191950.045000', '191950.048000', '191950.051000', '191950.053000', '191950.056000', '191950.058000', '191950.061000', '191950.064000', '191950.066000', '191950.069000', '191950.071000', '191950.074000', '191950.077000', '191950.079000', '191950.082000', '191950.084000', '191950.087000', '191950.090000', '191950.092000', '191950.095000', '191950.097000', '191950.100000', '191950.103000', '191950.105000', '191950.108000', '191950.111000', '191950.113000', '191950.116000', '191950.118000', '191950.121000', '191950.124000', '191950.126000', '191950.129000', '191950.132000', '191950.134000', '191950.137000', '191950.139000', '191950.142000', '191950.145000', '191950.147000', '191950.150000', '191950.152000', '191950.155000', '192010.044000', '192010.048000', '192010.050000', '192010.053000', '192010.055000', '192010.058000', '192010.061000', '192010.063000', '192010.079000', '192010.083000', '192010.085000', '192010.088000', '192010.091000', '192010.093000', '192010.096000', '192010.099000', '192010.101000', '192010.104000', '192010.106000', '192010.109000', '192010.112000', '192010.114000', '192010.117000', '192010.120000', '192010.122000', '192010.125000', '192010.128000', '192010.130000', '192010.133000', '192010.136000', '192010.138000', '192010.141000', '192010.143000', '192010.146000', '192010.149000', '192010.151000', '192010.154000', '192010.157000', '192010.159000', '192010.162000', '192010.164000', '192010.167000', '192010.170000', '192030.045000', '192030.048000', '192030.050000', '192030.053000', '192030.056000', '192030.058000', '192030.061000', '192030.064000', '192030.066000', '192030.069000', '192030.071000', '192030.074000', '192030.077000', '192030.079000', '192030.082000', '192030.085000', '192030.087000', '192030.090000', '192030.092000', '192030.095000', '192030.098000', '192030.100000', '192030.103000', '192030.106000', '192030.108000', '192030.111000', '192030.114000', '192030.116000', '192030.119000', '192030.122000', '192030.124000', '192030.127000', '192030.129000', '192030.132000', '192030.135000', '192030.137000', '192030.140000', '192030.143000', '192030.145000', '192030.148000', '192030.150000', '192030.153000', '192030.156000', '192030.158000', '192035.698000', '192035.701000', '192035.704000', '192035.707000', '192035.709000', '192035.712000', '192035.715000', '192035.717000', '192035.720000', '192035.723000', '192035.725000', '192035.728000', '192035.731000'], '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': [12220, 11914, 10270, 11089, 10242, 11265, 10449, 11183, 10305, 11159, 10395, 11121, 10517, 10515, 10054, 11222, 9582, 10953, 9734, 11032, 11474, 10726, 11227, 10227, 10994, 10012, 11070, 10262, 10942, 10053, 11398, 10118, 11143, 10322, 11115, 9284, 10653, 9558, 10875, 10956, 10512, 10873, 10328, 11189, 10014, 10943, 9559, 11055, 9254, 10749, 10958, 10596, 11237, 10242, 10479, 9586, 11077, 9918, 11122, 11220, 10792, 11163, 10733, 14154, 17819, 18293, 19995, 18133, 12632, 10055, 11085, 9600, 10504, 9406, 10622, 9412, 10623, 9174, 10853, 10636, 10822, 11170, 10395, 10962, 9819, 11261, 15857, 11099, 18691, 14421, 17780, 15938, 17936, 18412, 13065, 14880, 10914, 11294, 10154, 11287, 9949, 11247, 9865, 11074, 9737, 11272, 9218, 11126, 10196, 11193, 11669, 11227, 12605, 11343, 11679, 11245, 11454, 11509, 12116, 11224, 9653, 11532, 9835, 10905, 9940, 11387, 9482, 11195, 9960, 11063, 11682, 10897, 12182, 11067, 16366, 17010, 11934, 14689, 11511, 11722, 11310, 11634, 11454, 11447, 11020, 11910, 10740, 11592, 10444, 11543, 10036, 11428, 12835, 11122, 16288, 11767, 15070, 12576, 14580, 12211, 11008, 10237, 11456, 9522, 11580, 10177, 11053, 11363, 10883, 11454, 10936, 11538, 10229, 11275, 10100, 11690, 14731, 11270, 12549, 10331, 11234, 10797, 10860, 10791, 10845, 11140, 10845, 11188, 10466, 11451, 10279, 10900, 10085, 11570, 10963, 11404, 15852, 11050, 16561, 10765, 12357, 10403, 11224, 9936, 10850, 11670, 11225, 13008, 10581, 11211, 9948, 11623, 13452, 12910, 16151, 10658, 11385, 11115, 11361, 11629, 11540, 11847, 11460, 11858, 11381, 11581, 11434, 11396, 12619, 11714, 14052, 15603, 12324, 16461, 11552, 12215, 11181, 11528, 11009, 11843, 10996, 12128, 14250, 11882, 17583, 11099, 14272, 12382, 13473, 13623, 10903, 15987, 11286, 18739, 12946, 19085, 15573, 11671, 12180, 11816, 9763, 11509, 11878, 11115, 11978, 10878, 12117, 10873, 11342, 10559, 11879, 10201, 11752, 11580, 11427, 12047, 11233, 11834, 11489, 11394, 11826, 11180, 11251, 10954, 11822, 12041, 11109, 12013, 10695, 12328, 14310, 11619, 11817, 10615, 12125, 11464, 11823, 15296, 11820, 11993, 11654, 11447, 11990, 11238, 12168, 15830, 11743, 11977, 10771, 11888, 13942, 11442, 18103, 11748, 14681, 11441, 17338, 11456, 12006, 10920, 12037, 10729, 12084, 10893, 12053, 10809, 12141, 11778, 11332, 12070, 10982, 11787, 10799, 12182, 11726, 11977, 12295, 11374, 12348, 11417, 15917, 12036, 13124, 11705, 12028, 11986, 11794, 12308, 11932, 12710, 12219, 12254, 11832, 12428, 11191, 12096, 12701, 13194, 12890, 12190, 11105, 12221, 10418, 12296, 14155, 12161, 15392, 11449, 12464, 10953, 12482, 12431, 12190, 16213, 12243, 15382, 12732, 14835, 11106, 9954, 11760, 11343, 11518, 11958, 11316, 12255, 11060, 12169, 11202, 12432, 11325, 12337, 10743, 12190, 10621, 12028, 10389, 12294, 15437, 12046, 12516, 11195, 12417, 11105, 12486, 11118, 11990, 12126, 11689, 12263, 11552, 12311, 11619, 12597, 12443, 11936, 12307, 11488, 17089, 12181, 16743, 12220, 13660, 11381, 12134, 11098, 15937, 11517, 15803, 12239, 12266, 11475, 12225, 11338, 12645, 11308, 12187, 11115, 12307, 10901, 12362, 12195, 12232, 17486, 12033, 14577, 11517, 12089, 11173, 12162, 11011, 12922, 11780, 12411, 10228, 11772, 11869, 11915, 12155, 11743, 12501, 11394, 12147, 11197, 12324, 10988, 12323, 11032, 12160, 11757, 11975, 12215, 11723, 12506, 11326, 12543, 11587, 11952, 12125, 11653, 12110, 11200, 12416, 11760, 11742, 15559, 12071, 15286, 11785, 15256, 11333, 12197, 11244, 12548, 11342, 12455, 11164, 12519, 13258, 12482, 10856, 12348, 11093, 12319, 13186, 12421, 16538, 12143, 13609, 12157, 12860, 11870, 12541, 11647, 11827, 11104, 12174, 10665, 12338, 10411, 12126, 13022, 11730, 12390, 11453, 12144, 10588, 12415, 15390, 11685, 12168, 11367, 12164, 11214, 12450, 14917, 12542, 14063, 11925, 10484, 12082, 11769, 11860, 12442, 11696, 12487, 11134, 12238, 12080, 12349, 12652, 11922, 12752, 11316, 12463, 12174, 12628, 13286, 14239, 11622, 12134, 11279, 11597, 11243, 12434, 11000, 12509, 14081, 12397, 12700, 11684, 12573, 11467, 12689, 11960, 13088, 13305, 12678, 11945, 12953, 11672, 17618, 12485, 15457, 12207, 14062, 12047, 10931, 12664, 12808, 12477, 15112, 12182, 12635, 12033, 12578, 11983, 12715, 12946, 12097, 15112, 12535, 11131, 12554, 11807, 12791, 11196, 12885, 12034, 12144, 14446, 11954, 10253, 11967, 10077, 11927, 9984, 12412, 10208, 12143, 13119, 11939, 11678, 11991, 12130, 11797, 12472, 11522, 12465, 11254, 11808, 10911, 12047, 10714, 12466, 13730, 12133, 11296, 12132, 11806, 12192, 12171, 12033, 12926, 12350, 13785, 12149, 12387, 12218, 11418, 12456, 15252, 12083, 12322, 12123, 12512, 12189, 11856, 12131, 12298, 11764, 12296, 11424, 12623, 11126, 12882, 12564, 12633, 13048, 14124, 12468, 14997, 12656, 11422, 12498, 11954, 14375, 11738, 16241, 11612, 12137, 11223, 12591, 11234, 12481, 13578, 11865, 16199, 11760, 12300, 11407, 12633, 11091, 12526, 10344, 11909, 12995, 11782, 16285, 11800, 12973, 11429, 11811, 10720, 12429, 10834, 11989, 11365, 12468, 11824, 12589, 12821, 12133, 12238, 12252, 11123, 12827, 12483, 12684, 12455, 12392, 10817, 12585, 10637, 12797, 14146, 12579, 12443, 12206, 13125, 12337, 14532, 12433, 12499, 12343, 11554, 12491, 11036, 12637, 11547, 12730, 15528, 12365, 17175, 14869, 18814, 14631, 18523, 11804, 10423, 15027, 18594, 19303, 18046, 19248, 13972, 16870, 11664, 11838, 11885, 10368, 11040, 9934, 10976, 9333, 10788, 9551, 10700, 11582, 11426, 11603, 11945, 11733, 12758, 10898, 13923, 11284, 11675, 11545, 11376, 11158, 14355, 11159, 14396, 11336, 10581, 11192, 13158, 10449, 10113, 11588, 9821, 10758, 9804, 11773, 10667, 11896, 12227, 11170, 12453, 10637, 12180, 10645, 12453, 11220, 12047, 11311, 12478, 10849, 12377, 12164, 11849, 11824, 11838, 11048, 12301, 9710, 12148, 11674, 11974, 12812, 11198, 12459, 10709, 12416, 10485, 12567, 10442, 12264, 12594, 11540, 12576, 10264, 11923, 10757, 12143, 18069, 11879, 13465, 11303, 12428, 10795, 11890, 10418, 12287, 12146, 12049, 12878, 11654, 15834, 12151, 12374, 12276, 12635, 12005, 12225, 11054, 12498, 10596, 12681, 11962, 12169, 11121, 12279, 10302, 12337, 10417, 12383, 15384, 12277, 12754, 11526], 'WindowCenter': [4275.0, 4249.0, 4212.0, 4209.0, 4195.0, 4194.0, 4193.0, 4192.0, 4181.0, 4192.0, 4181.0, 4191.0, 4181.0, 4180.0, 4170.0, 4192.0, 4181.0, 4192.0, 4181.0, 4193.0, 4203.0, 4204.0, 4204.0, 4195.0, 4205.0, 4195.0, 4204.0, 4195.0, 4205.0, 4194.0, 4216.0, 4196.0, 4206.0, 4194.0, 4206.0, 4183.0, 4206.0, 4184.0, 4206.0, 4205.0, 4207.0, 4207.0, 4196.0, 4207.0, 4197.0, 4207.0, 4197.0, 4219.0, 4186.0, 4208.0, 4207.0, 4208.0, 4218.0, 4208.0, 4219.0, 4198.0, 4218.0, 4209.0, 4231.0, 4219.0, 4220.0, 4219.0, 4221.0, 4253.0, 4289.0, 4289.0, 4287.0, 4276.0, 4243.0, 4225.0, 4231.0, 4198.0, 4208.0, 4184.0, 4195.0, 4184.0, 4205.0, 4185.0, 4218.0, 4218.0, 4220.0, 4219.0, 4209.0, 4220.0, 4210.0, 4232.0, 4274.0, 4233.0, 4273.0, 4254.0, 4276.0, 4276.0, 4274.0, 4274.0, 4229.0, 4250.0, 4221.0, 4219.0, 4208.0, 4206.0, 4195.0, 4206.0, 4194.0, 4204.0, 4184.0, 4205.0, 4184.0, 4207.0, 4194.0, 4205.0, 4205.0, 4207.0, 4217.0, 4207.0, 4217.0, 4207.0, 4216.0, 4217.0, 4216.0, 4205.0, 4184.0, 4204.0, 4195.0, 4205.0, 4196.0, 4216.0, 4185.0, 4206.0, 4195.0, 4206.0, 4215.0, 4206.0, 4226.0, 4230.0, 4273.0, 4273.0, 4229.0, 4249.0, 4232.0, 4242.0, 4230.0, 4230.0, 4229.0, 4219.0, 4218.0, 4229.0, 4219.0, 4230.0, 4219.0, 4231.0, 4209.0, 4231.0, 4240.0, 4231.0, 4262.0, 4232.0, 4250.0, 4231.0, 4250.0, 4229.0, 4208.0, 4207.0, 4217.0, 4197.0, 4219.0, 4208.0, 4219.0, 4218.0, 4220.0, 4230.0, 4219.0, 4230.0, 4209.0, 4219.0, 4220.0, 4231.0, 4263.0, 4232.0, 4242.0, 4222.0, 4245.0, 4232.0, 4221.0, 4208.0, 4217.0, 4207.0, 4207.0, 4216.0, 4207.0, 4218.0, 4207.0, 4218.0, 4208.0, 4230.0, 4219.0, 4231.0, 4261.0, 4231.0, 4273.0, 4221.0, 4230.0, 4219.0, 4219.0, 4208.0, 4220.0, 4218.0, 4219.0, 4238.0, 4208.0, 4219.0, 4198.0, 4218.0, 4240.0, 4241.0, 4260.0, 4207.0, 4231.0, 4218.0, 4229.0, 4217.0, 4218.0, 4230.0, 4233.0, 4232.0, 4229.0, 4231.0, 4219.0, 4219.0, 4229.0, 4230.0, 4252.0, 4263.0, 4242.0, 4274.0, 4244.0, 4255.0, 4244.0, 4244.0, 4232.0, 4232.0, 4220.0, 4243.0, 4253.0, 4233.0, 4273.0, 4233.0, 4254.0, 4242.0, 4243.0, 4252.0, 4221.0, 4261.0, 4221.0, 4271.0, 4231.0, 4272.0, 4250.0, 4219.0, 4229.0, 4219.0, 4196.0, 4218.0, 4216.0, 4207.0, 4216.0, 4208.0, 4227.0, 4218.0, 4220.0, 4208.0, 4220.0, 4208.0, 4230.0, 4219.0, 4220.0, 4233.0, 4232.0, 4232.0, 4231.0, 4232.0, 4231.0, 4221.0, 4232.0, 4221.0, 4245.0, 4244.0, 4232.0, 4244.0, 4223.0, 4244.0, 4266.0, 4233.0, 4245.0, 4223.0, 4244.0, 4232.0, 4233.0, 4264.0, 4244.0, 4244.0, 4244.0, 4245.0, 4243.0, 4234.0, 4256.0, 4278.0, 4258.0, 4258.0, 4236.0, 4246.0, 4255.0, 4235.0, 4275.0, 4233.0, 4252.0, 4232.0, 4272.0, 4232.0, 4232.0, 4221.0, 4230.0, 4221.0, 4231.0, 4221.0, 4231.0, 4221.0, 4243.0, 4233.0, 4234.0, 4243.0, 4222.0, 4233.0, 4222.0, 4244.0, 4233.0, 4244.0, 4244.0, 4244.0, 4244.0, 4233.0, 4275.0, 4244.0, 4255.0, 4245.0, 4245.0, 4244.0, 4244.0, 4257.0, 4245.0, 4257.0, 4259.0, 4259.0, 4247.0, 4257.0, 4235.0, 4245.0, 4256.0, 4256.0, 4257.0, 4245.0, 4234.0, 4245.0, 4224.0, 4247.0, 4265.0, 4258.0, 4278.0, 4246.0, 4256.0, 4234.0, 4243.0, 4244.0, 4246.0, 4290.0, 4246.0, 4264.0, 4243.0, 4252.0, 4220.0, 4210.0, 4231.0, 4220.0, 4231.0, 4231.0, 4220.0, 4232.0, 4231.0, 4243.0, 4233.0, 4244.0, 4233.0, 4242.0, 4222.0, 4242.0, 4211.0, 4232.0, 4211.0, 4233.0, 4263.0, 4243.0, 4244.0, 4233.0, 4242.0, 4232.0, 4255.0, 4234.0, 4245.0, 4245.0, 4243.0, 4245.0, 4244.0, 4247.0, 4246.0, 4271.0, 4270.0, 4259.0, 4259.0, 4249.0, 4288.0, 4258.0, 4279.0, 4259.0, 4268.0, 4245.0, 4246.0, 4236.0, 4273.0, 4236.0, 4266.0, 4247.0, 4246.0, 4234.0, 4243.0, 4234.0, 4255.0, 4235.0, 4246.0, 4234.0, 4246.0, 4235.0, 4256.0, 4246.0, 4247.0, 4288.0, 4248.0, 4267.0, 4246.0, 4246.0, 4235.0, 4246.0, 4236.0, 4245.0, 4234.0, 4244.0, 4223.0, 4234.0, 4233.0, 4245.0, 4244.0, 4245.0, 4245.0, 4245.0, 4246.0, 4235.0, 4257.0, 4236.0, 4257.0, 4236.0, 4257.0, 4246.0, 4248.0, 4258.0, 4247.0, 4258.0, 4248.0, 4258.0, 4247.0, 4258.0, 4256.0, 4247.0, 4258.0, 4248.0, 4259.0, 4247.0, 4248.0, 4278.0, 4257.0, 4279.0, 4248.0, 4278.0, 4236.0, 4246.0, 4235.0, 4257.0, 4245.0, 4271.0, 4249.0, 4259.0, 4269.0, 4270.0, 4248.0, 4259.0, 4248.0, 4260.0, 4269.0, 4260.0, 4289.0, 4258.0, 4267.0, 4258.0, 4258.0, 4259.0, 4257.0, 4248.0, 4246.0, 4246.0, 4256.0, 4237.0, 4270.0, 4237.0, 4272.0, 4270.0, 4259.0, 4259.0, 4248.0, 4260.0, 4250.0, 4259.0, 4280.0, 4259.0, 4248.0, 4249.0, 4248.0, 4247.0, 4260.0, 4279.0, 4258.0, 4268.0, 4247.0, 4225.0, 4246.0, 4258.0, 4246.0, 4257.0, 4248.0, 4258.0, 4236.0, 4258.0, 4259.0, 4259.0, 4269.0, 4259.0, 4270.0, 4248.0, 4260.0, 4260.0, 4272.0, 4270.0, 4269.0, 4249.0, 4247.0, 4247.0, 4246.0, 4235.0, 4257.0, 4250.0, 4259.0, 4269.0, 4271.0, 4269.0, 4259.0, 4269.0, 4261.0, 4272.0, 4260.0, 4272.0, 4270.0, 4271.0, 4260.0, 4271.0, 4262.0, 4290.0, 4257.0, 4278.0, 4247.0, 4257.0, 4246.0, 4237.0, 4257.0, 4245.0, 4256.0, 4265.0, 4245.0, 4246.0, 4246.0, 4271.0, 4258.0, 4269.0, 4269.0, 4260.0, 4278.0, 4259.0, 4248.0, 4258.0, 4259.0, 4258.0, 4235.0, 4258.0, 4246.0, 4247.0, 4267.0, 4247.0, 4225.0, 4246.0, 4224.0, 4245.0, 4225.0, 4258.0, 4224.0, 4258.0, 4257.0, 4247.0, 4246.0, 4247.0, 4247.0, 4259.0, 4258.0, 4247.0, 4257.0, 4236.0, 4247.0, 4235.0, 4246.0, 4237.0, 4258.0, 4268.0, 4247.0, 4235.0, 4246.0, 4245.0, 4245.0, 4245.0, 4259.0, 4269.0, 4271.0, 4269.0, 4259.0, 4257.0, 4259.0, 4259.0, 4260.0, 4280.0, 4260.0, 4256.0, 4258.0, 4257.0, 4258.0, 4261.0, 4260.0, 4258.0, 4247.0, 4258.0, 4246.0, 4259.0, 4260.0, 4272.0, 4269.0, 4272.0, 4285.0, 4284.0, 4274.0, 4294.0, 4272.0, 4248.0, 4246.0, 4247.0, 4269.0, 4248.0, 4279.0, 4247.0, 4247.0, 4236.0, 4246.0, 4235.0, 4257.0, 4257.0, 4247.0, 4277.0, 4247.0, 4247.0, 4245.0, 4245.0, 4235.0, 4244.0, 4222.0, 4235.0, 4244.0, 4235.0, 4276.0, 4247.0, 4256.0, 4235.0, 4234.0, 4235.0, 4246.0, 4234.0, 4246.0, 4246.0, 4257.0, 4246.0, 4258.0, 4258.0, 4259.0, 4257.0, 4262.0, 4249.0, 4259.0, 4259.0, 4259.0, 4258.0, 4260.0, 4249.0, 4275.0, 4251.0, 4271.0, 4281.0, 4261.0, 4260.0, 4260.0, 4272.0, 4271.0, 4280.0, 4260.0, 4258.0, 4259.0, 4248.0, 4259.0, 4250.0, 4271.0, 4250.0, 4271.0, 4293.0, 4274.0, 4306.0, 4295.0, 4315.0, 4296.0, 4317.0, 4250.0, 4240.0, 4269.0, 4294.0, 4293.0, 4292.0, 4290.0, 4257.0, 4276.0, 4234.0, 4233.0, 4232.0, 4211.0, 4236.0, 4225.0, 4234.0, 4201.0, 4220.0, 4197.0, 4209.0, 4218.0, 4219.0, 4245.0, 4232.0, 4244.0, 4246.0, 4236.0, 4254.0, 4223.0, 4221.0, 4221.0, 4221.0, 4221.0, 4239.0, 4220.0, 4240.0, 4210.0, 4198.0, 4208.0, 4228.0, 4208.0, 4197.0, 4218.0, 4197.0, 4209.0, 4199.0, 4231.0, 4211.0, 4234.0, 4233.0, 4222.0, 4243.0, 4223.0, 4232.0, 4213.0, 4232.0, 4222.0, 4233.0, 4234.0, 4246.0, 4237.0, 4257.0, 4258.0, 4248.0, 4245.0, 4247.0, 4236.0, 4245.0, 4215.0, 4246.0, 4248.0, 4248.0, 4260.0, 4250.0, 4272.0, 4240.0, 4260.0, 4240.0, 4262.0, 4251.0, 4274.0, 4273.0, 4262.0, 4274.0, 4241.0, 4261.0, 4251.0, 4263.0, 4303.0, 4262.0, 4271.0, 4249.0, 4258.0, 4239.0, 4249.0, 4240.0, 4261.0, 4259.0, 4260.0, 4270.0, 4261.0, 4291.0, 4261.0, 4260.0, 4260.0, 4259.0, 4260.0, 4260.0, 4251.0, 4273.0, 4252.0, 4274.0, 4261.0, 4260.0, 4249.0, 4260.0, 4240.0, 4271.0, 4250.0, 4271.0, 4291.0, 4260.0, 4270.0, 4261.0], 'WindowWidth': [9451.0, 9404.0, 9341.0, 9327.0, 9302.0, 9297.0, 9295.0, 9293.0, 9277.0, 9290.0, 9274.0, 9288.0, 9276.0, 9275.0, 9259.0, 9292.0, 9276.0, 9294.0, 9278.0, 9298.0, 9310.0, 9314.0, 9313.0, 9303.0, 9317.0, 9304.0, 9313.0, 9301.0, 9314.0, 9300.0, 9330.0, 9304.0, 9317.0, 9299.0, 9319.0, 9285.0, 9320.0, 9288.0, 9321.0, 9317.0, 9322.0, 9321.0, 9308.0, 9321.0, 9308.0, 9322.0, 9308.0, 9341.0, 9294.0, 9327.0, 9323.0, 9325.0, 9340.0, 9326.0, 9342.0, 9312.0, 9342.0, 9330.0, 9362.0, 9343.0, 9346.0, 9344.0, 9349.0, 9397.0, 9462.0, 9461.0, 9461.0, 9441.0, 9381.0, 9362.0, 9364.0, 9315.0, 9327.0, 9289.0, 9302.0, 9287.0, 9318.0, 9292.0, 9340.0, 9341.0, 9346.0, 9344.0, 9331.0, 9346.0, 9334.0, 9367.0, 9427.0, 9369.0, 9424.0, 9399.0, 9434.0, 9435.0, 9428.0, 9429.0, 9358.0, 9387.0, 9351.0, 9343.0, 9328.0, 9320.0, 9304.0, 9321.0, 9302.0, 9314.0, 9287.0, 9317.0, 9287.0, 9321.0, 9301.0, 9318.0, 9318.0, 9323.0, 9338.0, 9324.0, 9336.0, 9324.0, 9335.0, 9335.0, 9333.0, 9317.0, 9288.0, 9314.0, 9302.0, 9318.0, 9305.0, 9333.0, 9290.0, 9320.0, 9302.0, 9320.0, 9330.0, 9320.0, 9350.0, 9362.0, 9425.0, 9424.0, 9357.0, 9384.0, 9366.0, 9379.0, 9363.0, 9358.0, 9357.0, 9342.0, 9340.0, 9356.0, 9343.0, 9359.0, 9344.0, 9362.0, 9331.0, 9364.0, 9374.0, 9364.0, 9405.0, 9365.0, 9388.0, 9362.0, 9387.0, 9357.0, 9327.0, 9325.0, 9337.0, 9310.0, 9343.0, 9327.0, 9345.0, 9341.0, 9346.0, 9357.0, 9343.0, 9358.0, 9329.0, 9344.0, 9348.0, 9364.0, 9409.0, 9365.0, 9379.0, 9351.0, 9388.0, 9366.0, 9350.0, 9327.0, 9337.0, 9322.0, 9324.0, 9335.0, 9325.0, 9340.0, 9325.0, 9341.0, 9326.0, 9360.0, 9344.0, 9363.0, 9404.0, 9364.0, 9421.0, 9349.0, 9360.0, 9345.0, 9343.0, 9328.0, 9345.0, 9342.0, 9344.0, 9368.0, 9327.0, 9342.0, 9312.0, 9341.0, 9372.0, 9378.0, 9401.0, 9323.0, 9362.0, 9341.0, 9357.0, 9337.0, 9340.0, 9360.0, 9368.0, 9366.0, 9360.0, 9364.0, 9343.0, 9343.0, 9357.0, 9361.0, 9394.0, 9411.0, 9381.0, 9427.0, 9387.0, 9406.0, 9387.0, 9386.0, 9366.0, 9366.0, 9349.0, 9382.0, 9395.0, 9370.0, 9424.0, 9369.0, 9397.0, 9380.0, 9380.0, 9392.0, 9349.0, 9404.0, 9348.0, 9417.0, 9363.0, 9423.0, 9388.0, 9343.0, 9356.0, 9343.0, 9307.0, 9338.0, 9333.0, 9324.0, 9335.0, 9325.0, 9351.0, 9339.0, 9343.0, 9327.0, 9344.0, 9327.0, 9359.0, 9343.0, 9347.0, 9367.0, 9365.0, 9366.0, 9362.0, 9367.0, 9361.0, 9347.0, 9364.0, 9352.0, 9388.0, 9383.0, 9366.0, 9385.0, 9355.0, 9384.0, 9420.0, 9368.0, 9389.0, 9356.0, 9384.0, 9364.0, 9369.0, 9413.0, 9384.0, 9385.0, 9385.0, 9387.0, 9385.0, 9372.0, 9405.0, 9439.0, 9410.0, 9412.0, 9377.0, 9390.0, 9402.0, 9373.0, 9432.0, 9369.0, 9393.0, 9364.0, 9419.0, 9364.0, 9365.0, 9349.0, 9361.0, 9348.0, 9362.0, 9348.0, 9363.0, 9349.0, 9382.0, 9369.0, 9371.0, 9382.0, 9352.0, 9367.0, 9350.0, 9383.0, 9369.0, 9385.0, 9385.0, 9385.0, 9384.0, 9371.0, 9429.0, 9384.0, 9402.0, 9389.0, 9389.0, 9385.0, 9385.0, 9407.0, 9389.0, 9409.0, 9414.0, 9413.0, 9395.0, 9407.0, 9372.0, 9388.0, 9403.0, 9404.0, 9407.0, 9387.0, 9373.0, 9387.0, 9357.0, 9394.0, 9416.0, 9411.0, 9438.0, 9390.0, 9403.0, 9372.0, 9384.0, 9387.0, 9388.0, 9462.0, 9390.0, 9412.0, 9379.0, 9391.0, 9346.0, 9331.0, 9362.0, 9345.0, 9361.0, 9361.0, 9346.0, 9364.0, 9362.0, 9380.0, 9368.0, 9383.0, 9366.0, 9380.0, 9351.0, 9378.0, 9332.0, 9364.0, 9335.0, 9368.0, 9409.0, 9381.0, 9384.0, 9369.0, 9378.0, 9364.0, 9402.0, 9370.0, 9388.0, 9387.0, 9384.0, 9387.0, 9386.0, 9392.0, 9391.0, 9435.0, 9430.0, 9414.0, 9414.0, 9400.0, 9452.0, 9409.0, 9441.0, 9414.0, 9422.0, 9389.0, 9391.0, 9376.0, 9425.0, 9376.0, 9417.0, 9394.0, 9389.0, 9372.0, 9382.0, 9370.0, 9400.0, 9375.0, 9392.0, 9373.0, 9391.0, 9374.0, 9404.0, 9391.0, 9393.0, 9451.0, 9394.0, 9420.0, 9391.0, 9391.0, 9374.0, 9390.0, 9376.0, 9388.0, 9372.0, 9385.0, 9354.0, 9371.0, 9367.0, 9388.0, 9385.0, 9387.0, 9389.0, 9388.0, 9390.0, 9375.0, 9410.0, 9377.0, 9408.0, 9379.0, 9408.0, 9390.0, 9396.0, 9410.0, 9393.0, 9409.0, 9395.0, 9410.0, 9394.0, 9410.0, 9406.0, 9395.0, 9410.0, 9396.0, 9412.0, 9394.0, 9396.0, 9436.0, 9408.0, 9441.0, 9396.0, 9436.0, 9376.0, 9390.0, 9375.0, 9406.0, 9390.0, 9436.0, 9400.0, 9415.0, 9428.0, 9430.0, 9398.0, 9413.0, 9397.0, 9417.0, 9428.0, 9416.0, 9454.0, 9411.0, 9422.0, 9409.0, 9410.0, 9413.0, 9408.0, 9397.0, 9391.0, 9390.0, 9406.0, 9381.0, 9430.0, 9382.0, 9435.0, 9429.0, 9411.0, 9412.0, 9396.0, 9415.0, 9402.0, 9416.0, 9442.0, 9412.0, 9395.0, 9397.0, 9395.0, 9393.0, 9417.0, 9440.0, 9410.0, 9422.0, 9391.0, 9359.0, 9389.0, 9410.0, 9394.0, 9408.0, 9397.0, 9409.0, 9378.0, 9410.0, 9414.0, 9413.0, 9428.0, 9414.0, 9428.0, 9397.0, 9416.0, 9416.0, 9435.0, 9430.0, 9427.0, 9400.0, 9394.0, 9392.0, 9391.0, 9375.0, 9407.0, 9403.0, 9414.0, 9428.0, 9431.0, 9427.0, 9412.0, 9428.0, 9420.0, 9438.0, 9417.0, 9436.0, 9432.0, 9432.0, 9418.0, 9432.0, 9422.0, 9459.0, 9409.0, 9437.0, 9394.0, 9407.0, 9390.0, 9381.0, 9407.0, 9388.0, 9405.0, 9416.0, 9388.0, 9389.0, 9391.0, 9434.0, 9410.0, 9428.0, 9428.0, 9416.0, 9440.0, 9413.0, 9397.0, 9409.0, 9413.0, 9409.0, 9374.0, 9409.0, 9392.0, 9393.0, 9421.0, 9394.0, 9362.0, 9390.0, 9357.0, 9387.0, 9361.0, 9412.0, 9360.0, 9411.0, 9405.0, 9393.0, 9392.0, 9392.0, 9395.0, 9412.0, 9410.0, 9396.0, 9405.0, 9378.0, 9393.0, 9374.0, 9390.0, 9380.0, 9411.0, 9423.0, 9393.0, 9375.0, 9391.0, 9386.0, 9388.0, 9390.0, 9415.0, 9428.0, 9433.0, 9427.0, 9413.0, 9407.0, 9412.0, 9415.0, 9415.0, 9442.0, 9414.0, 9406.0, 9409.0, 9407.0, 9409.0, 9420.0, 9417.0, 9409.0, 9396.0, 9408.0, 9392.0, 9413.0, 9418.0, 9435.0, 9429.0, 9436.0, 9457.0, 9457.0, 9443.0, 9470.0, 9435.0, 9397.0, 9390.0, 9390.0, 9427.0, 9396.0, 9439.0, 9393.0, 9393.0, 9376.0, 9389.0, 9375.0, 9405.0, 9408.0, 9394.0, 9435.0, 9391.0, 9392.0, 9389.0, 9386.0, 9374.0, 9384.0, 9353.0, 9372.0, 9382.0, 9373.0, 9429.0, 9393.0, 9403.0, 9373.0, 9371.0, 9372.0, 9388.0, 9371.0, 9390.0, 9391.0, 9405.0, 9391.0, 9409.0, 9409.0, 9414.0, 9409.0, 9422.0, 9399.0, 9413.0, 9413.0, 9413.0, 9409.0, 9414.0, 9400.0, 9445.0, 9406.0, 9433.0, 9447.0, 9418.0, 9414.0, 9416.0, 9438.0, 9432.0, 9444.0, 9415.0, 9407.0, 9411.0, 9395.0, 9412.0, 9402.0, 9433.0, 9402.0, 9433.0, 9468.0, 9443.0, 9493.0, 9475.0, 9504.0, 9478.0, 9512.0, 9403.0, 9389.0, 9430.0, 9480.0, 9477.0, 9472.0, 9463.0, 9406.0, 9434.0, 9369.0, 9368.0, 9362.0, 9332.0, 9374.0, 9362.0, 9372.0, 9324.0, 9345.0, 9311.0, 9327.0, 9338.0, 9342.0, 9388.0, 9366.0, 9384.0, 9389.0, 9377.0, 9399.0, 9353.0, 9346.0, 9346.0, 9345.0, 9346.0, 9369.0, 9344.0, 9370.0, 9330.0, 9310.0, 9324.0, 9350.0, 9323.0, 9308.0, 9337.0, 9308.0, 9327.0, 9313.0, 9364.0, 9334.0, 9369.0, 9367.0, 9350.0, 9380.0, 9353.0, 9364.0, 9338.0, 9364.0, 9350.0, 9365.0, 9369.0, 9388.0, 9379.0, 9406.0, 9408.0, 9397.0, 9389.0, 9391.0, 9375.0, 9387.0, 9346.0, 9389.0, 9397.0, 9396.0, 9413.0, 9400.0, 9436.0, 9388.0, 9416.0, 9387.0, 9420.0, 9404.0, 9441.0, 9439.0, 9422.0, 9441.0, 9392.0, 9418.0, 9404.0, 9424.0, 9478.0, 9419.0, 9430.0, 9398.0, 9408.0, 9385.0, 9399.0, 9388.0, 9418.0, 9412.0, 9416.0, 9430.0, 9418.0, 9460.0, 9417.0, 9416.0, 9416.0, 9414.0, 9416.0, 9416.0, 9406.0, 9439.0, 9411.0, 9442.0, 9421.0, 9415.0, 9398.0, 9417.0, 9389.0, 9433.0, 9404.0, 9433.0, 9461.0, 9417.0, 9430.0, 9418.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.0004359080459770114</td></tr>
<tr><td colspan=3>aqi</td><td>0.018153307586206896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.51861476563862</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.208380744764099</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0054592660069044</td></tr>
<tr><td colspan=3>efc</td><td>0.4956</td></tr>
<tr><td colspan=3>fber</td><td>4452.4858</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06283478831459545</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4755325764953073</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.326619489983614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7875042062679936</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3124740332343134</td></tr>
<tr><td colspan=3>gcor</td><td>0.0292758</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02734486013650894</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04110700264573097</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.6751403913183625</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>18.6699</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8942</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.819</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1046.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.1327</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9259</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.1865</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.2202</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.6435</td></tr>
<tr><td colspan=3>tsnr</td><td>38.9788288885029</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>