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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0105_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0105_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-03/func/sub-0105_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>acdd7534cbc5638bdad815b7a6325336</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:33:33.360000</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.999891, -0.00966461, 0.0111419, 0.0113439, 0.986702, -0.162144]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0935754</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7734, -7282, 214, -123, -119, -114, 42]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.623</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>93b26bb4-d42a-46d5-ae83-672035bf183b||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.6826350688934326, 0.03043486922979355, 0.025451967492699623, 109.55797576904297], [0.02592943049967289, 2.647249221801758, -0.4380819499492645, -89.00827026367188], [0.02989283949136734, 0.4350200295448303, 2.6641013622283936, -102.42356872558594], [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': ['193333.360000', '193333.820000', '193334.280000', '193334.740000', '193335.200000', '193335.660000', '193336.120000', '193336.580000', '193337.040000', '193337.500000', '193337.960000', '193338.420000', '193338.880000', '193339.340000', '193339.800000', '193340.260000', '193340.720000', '193341.180000', '193341.640000', '193342.100000', '193342.560000', '193343.020000', '193343.480000', '193343.940000', '193344.400000', '193344.860000', '193345.320000', '193345.780000', '193346.240000', '193346.700000', '193347.160000', '193347.620000', '193348.080000', '193348.540000', '193349.000000', '193349.460000', '193349.920000', '193350.380000', '193350.840000', '193351.300000', '193351.760000', '193352.220000', '193352.680000', '193353.140000', '193353.600000', '193354.060000', '193354.520000', '193354.980000', '193355.440000', '193355.900000', '193356.360000', '193356.820000', '193357.280000', '193357.740000', '193358.200000', '193358.660000', '193359.120000', '193359.580000', '193400.040000', '193400.500000', '193400.960000', '193401.420000', '193401.880000', '193402.340000', '193402.800000', '193403.260000', '193403.720000', '193404.180000', '193404.640000', '193405.100000', '193405.560000', '193406.020000', '193406.480000', '193406.940000', '193407.400000', '193407.860000', '193408.320000', '193408.780000', '193409.240000', '193409.700000', '193410.160000', '193410.620000', '193411.080000', '193411.540000', '193412.000000', '193412.460000', '193412.920000', '193413.380000', '193413.840000', '193414.300000', '193414.760000', '193415.220000', '193415.680000', '193416.140000', '193416.600000', '193417.060000', '193417.520000', '193417.980000', '193418.440000', '193418.900000', '193419.360000', '193419.820000', '193420.280000', '193420.740000', '193421.200000', '193421.660000', '193422.120000', '193422.580000', '193423.040000', '193423.500000', '193423.960000', '193424.420000', '193424.880000', '193425.340000', '193425.800000', '193426.260000', '193426.720000', '193427.180000', '193427.640000', '193428.100000', '193428.560000', '193429.020000', '193429.480000', '193429.940000', '193430.400000', '193430.860000', '193431.320000', '193431.780000', '193432.240000', '193432.700000', '193433.160000', '193433.620000', '193434.080000', '193434.540000', '193435.000000', '193435.460000', '193435.920000', '193436.380000', '193436.840000', '193437.300000', '193437.760000', '193438.220000', '193438.680000', '193439.140000', '193439.600000', '193440.060000', '193440.520000', '193440.980000', '193441.440000', '193441.900000', '193442.360000', '193442.820000', '193443.280000', '193443.740000', '193444.200000', '193444.660000', '193445.120000', '193445.580000', '193446.040000', '193446.500000', '193446.960000', '193447.420000', '193447.880000', '193448.340000', '193448.800000', '193449.260000', '193449.720000', '193450.180000', '193450.640000', '193451.100000', '193451.560000', '193452.020000', '193452.480000', '193452.940000', '193453.400000', '193453.860000', '193454.320000', '193454.780000', '193455.240000', '193455.700000', '193456.160000', '193456.620000', '193457.080000', '193457.540000', '193458.000000', '193458.460000', '193458.920000', '193459.380000', '193459.840000', '193500.300000', '193500.760000', '193501.220000', '193501.680000', '193502.140000', '193502.600000', '193503.060000', '193503.520000', '193503.980000', '193504.440000', '193504.900000', '193505.360000', '193505.820000', '193506.280000', '193506.740000', '193507.200000', '193507.660000', '193508.120000', '193508.580000', '193509.040000', '193509.500000', '193509.960000', '193510.420000', '193510.880000', '193511.340000', '193511.800000', '193512.260000', '193512.720000', '193513.180000', '193513.640000', '193514.100000', '193514.560000', '193515.020000', '193515.480000', '193515.940000', '193516.400000', '193516.860000', '193517.320000', '193517.780000', '193518.240000', '193518.700000', '193519.160000', '193519.620000', '193520.080000', '193520.540000', '193521.000000', '193521.460000', '193521.920000', '193522.380000', '193522.840000', '193523.300000', '193523.760000', '193524.220000', '193524.680000', '193525.140000', '193525.600000', '193526.060000', '193526.520000', '193526.980000', '193527.440000', '193527.900000', '193528.360000', '193528.820000', '193529.280000', '193529.740000', '193530.200000', '193530.660000', '193531.120000', '193531.580000', '193532.040000', '193532.500000', '193532.960000', '193533.420000', '193533.880000', '193534.340000', '193534.800000', '193535.260000', '193535.720000', '193536.180000', '193536.640000', '193537.100000', '193537.560000', '193538.020000', '193538.480000', '193538.940000', '193539.400000', '193539.860000', '193540.320000', '193540.780000', '193541.240000', '193541.700000', '193542.160000', '193542.620000', '193543.080000', '193543.540000', '193544.000000', '193544.460000', '193544.920000', '193545.380000', '193545.840000', '193546.300000', '193546.760000', '193547.220000', '193547.680000', '193548.140000', '193548.600000', '193549.060000', '193549.520000', '193549.980000', '193550.440000', '193550.900000', '193551.360000', '193551.820000', '193552.280000', '193552.740000', '193553.200000', '193553.660000', '193554.120000', '193554.580000', '193555.040000', '193555.500000', '193555.960000', '193556.420000', '193556.880000', '193557.340000', '193557.800000', '193558.260000', '193558.720000', '193559.180000', '193559.640000', '193600.100000', '193600.560000', '193601.020000', '193601.480000', '193601.940000', '193602.400000', '193602.860000', '193603.320000', '193603.780000', '193604.240000', '193604.700000', '193605.160000', '193605.620000', '193606.080000', '193606.540000', '193607.000000', '193607.460000', '193607.920000', '193608.380000', '193608.840000', '193609.300000', '193609.760000', '193610.220000', '193610.680000', '193611.140000', '193611.600000', '193612.060000', '193612.520000', '193612.980000', '193613.440000', '193613.900000', '193614.360000', '193614.820000', '193615.280000', '193615.740000', '193616.200000', '193616.660000', '193617.120000', '193617.580000', '193618.040000', '193618.500000', '193618.960000', '193619.420000', '193619.880000', '193620.340000', '193620.800000', '193621.260000', '193621.720000', '193622.180000', '193622.640000', '193623.100000', '193623.560000', '193624.020000', '193624.480000', '193624.940000', '193625.400000', '193625.860000', '193626.320000', '193626.780000', '193627.240000', '193627.700000', '193628.160000', '193628.620000', '193629.080000', '193629.540000', '193630.000000', '193630.460000', '193630.920000', '193631.380000', '193631.840000', '193632.300000', '193632.760000', '193633.220000', '193633.680000', '193634.140000', '193634.600000', '193635.060000', '193635.520000', '193635.980000', '193636.440000', '193636.900000', '193637.360000', '193637.820000', '193638.280000', '193638.740000', '193639.200000', '193639.660000', '193640.120000', '193640.580000', '193641.040000', '193641.500000', '193641.960000', '193642.420000', '193642.880000', '193643.340000', '193643.800000', '193644.260000', '193644.720000', '193645.180000', '193645.640000', '193646.100000', '193646.560000', '193647.020000', '193647.480000', '193647.940000', '193648.400000', '193648.860000', '193649.320000', '193649.780000', '193650.240000', '193650.700000', '193651.160000', '193651.620000', '193652.080000', '193652.540000', '193653.000000', '193653.460000', '193653.920000', '193654.380000', '193654.840000', '193655.300000', '193655.760000', '193656.220000', '193656.680000', '193657.140000', '193657.600000', '193658.060000', '193658.520000', '193658.980000', '193659.440000', '193659.900000', '193700.360000', '193700.820000', '193701.280000', '193701.740000', '193702.200000', '193702.660000', '193703.120000', '193703.580000', '193704.040000', '193704.500000', '193704.960000', '193705.420000', '193705.880000', '193706.340000', '193706.800000', '193707.260000', '193707.720000', '193708.180000', '193708.640000', '193709.100000', '193709.560000', '193710.020000', '193710.480000', '193710.940000', '193711.400000', '193711.860000', '193712.320000', '193712.780000', '193713.240000', '193713.700000', '193714.160000', '193714.620000', '193715.080000', '193715.540000', '193716.000000', '193716.460000', '193716.920000', '193717.380000', '193717.840000', '193718.300000', '193718.760000', '193719.220000', '193719.680000', '193720.140000', '193720.600000', '193721.060000', '193721.520000', '193721.980000', '193722.440000', '193722.900000', '193723.360000', '193723.820000', '193724.280000', '193724.740000', '193725.200000', '193725.660000', '193726.120000', '193726.580000', '193727.040000', '193727.500000', '193727.960000', '193728.420000', '193728.880000', '193729.340000', '193729.800000', '193730.260000', '193730.720000', '193731.180000', '193731.640000', '193732.100000', '193732.560000', '193733.020000', '193733.480000', '193733.940000', '193734.400000', '193734.860000', '193735.320000', '193735.780000', '193736.240000', '193736.700000', '193737.160000', '193737.620000', '193738.080000', '193738.540000', '193739.000000', '193739.460000', '193739.920000', '193740.380000', '193740.840000', '193741.300000', '193741.760000', '193742.220000', '193742.680000', '193743.140000', '193743.600000', '193744.060000', '193744.520000', '193744.980000', '193745.440000', '193745.900000', '193746.360000', '193746.820000', '193747.280000', '193747.740000', '193748.200000', '193748.660000', '193749.120000', '193749.580000', '193750.040000', '193750.500000', '193750.960000', '193751.420000', '193751.880000', '193752.340000', '193752.800000', '193753.260000', '193753.720000', '193754.180000', '193754.640000', '193755.100000', '193755.560000', '193756.020000', '193756.480000', '193756.940000', '193757.400000', '193757.860000', '193758.320000', '193758.780000', '193759.240000', '193759.700000', '193800.160000', '193800.620000', '193801.080000', '193801.540000', '193802.000000', '193802.460000', '193802.920000', '193803.380000', '193803.840000', '193804.300000', '193804.760000', '193805.220000', '193805.680000', '193806.140000', '193806.600000', '193807.060000', '193807.520000', '193807.980000', '193808.440000', '193808.900000', '193809.360000', '193809.820000', '193810.280000', '193810.740000', '193811.200000', '193811.660000', '193812.120000', '193812.580000', '193813.040000', '193813.500000', '193813.960000', '193814.420000', '193814.880000', '193815.340000', '193815.800000', '193816.260000', '193816.720000', '193817.180000', '193817.640000', '193818.100000', '193818.560000', '193819.020000', '193819.480000', '193819.940000', '193820.400000', '193820.860000', '193821.320000', '193821.780000', '193822.240000', '193822.700000', '193823.160000', '193823.620000', '193824.080000', '193824.540000', '193825.000000', '193825.460000', '193825.920000', '193826.380000', '193826.840000', '193827.300000', '193827.760000', '193828.220000', '193828.680000', '193829.140000', '193829.600000', '193830.060000', '193830.520000', '193830.980000', '193831.440000', '193831.900000', '193832.360000', '193832.820000', '193833.280000', '193833.740000', '193834.200000', '193834.660000', '193835.120000', '193835.580000', '193836.040000', '193836.500000', '193836.960000', '193837.420000', '193837.880000', '193838.340000', '193838.800000', '193839.260000', '193839.720000', '193840.180000', '193840.640000', '193841.100000', '193841.560000', '193842.020000', '193842.480000', '193842.940000', '193843.400000', '193843.860000', '193844.320000', '193844.780000', '193845.240000', '193845.700000', '193846.160000', '193846.620000', '193847.080000', '193847.540000', '193848.000000', '193848.460000', '193848.920000', '193849.380000', '193849.840000', '193850.300000', '193850.760000', '193851.220000', '193851.680000', '193852.140000', '193852.600000', '193853.060000', '193853.520000', '193853.980000', '193854.440000', '193854.900000', '193855.360000', '193855.820000', '193856.280000', '193856.740000', '193857.200000', '193857.660000', '193858.120000', '193858.580000', '193859.040000', '193859.500000', '193859.960000', '193900.420000', '193900.880000', '193901.340000', '193901.800000', '193902.260000', '193902.720000', '193903.180000', '193903.640000', '193904.100000', '193904.560000', '193905.020000', '193905.480000', '193905.940000', '193906.400000', '193906.860000', '193907.320000', '193907.780000', '193908.240000', '193908.700000', '193909.160000', '193909.620000', '193910.080000', '193910.540000', '193911.000000', '193911.460000', '193911.920000', '193912.380000', '193912.840000', '193913.300000', '193913.760000', '193914.220000', '193914.680000', '193915.140000', '193915.600000', '193916.060000', '193916.520000', '193916.980000', '193917.440000', '193917.900000', '193918.360000', '193918.820000', '193919.280000', '193919.740000', '193920.200000', '193920.660000', '193921.120000', '193921.580000', '193922.040000', '193922.500000', '193922.960000', '193923.420000', '193923.880000', '193924.340000', '193924.800000', '193925.260000', '193925.720000', '193926.180000', '193926.640000', '193927.100000', '193927.560000', '193928.020000', '193928.480000', '193928.940000', '193929.400000', '193929.860000', '193930.320000', '193930.780000', '193931.240000', '193931.700000', '193932.160000', '193932.620000', '193933.080000', '193933.540000', '193934.000000', '193934.460000', '193934.920000', '193935.380000', '193935.840000', '193936.300000', '193936.760000', '193937.220000', '193937.680000', '193938.140000', '193938.600000', '193939.060000', '193939.520000', '193939.980000', '193940.440000', '193940.900000', '193941.360000', '193941.820000', '193942.280000', '193942.740000', '193943.200000', '193943.660000', '193944.120000', '193944.580000', '193945.040000', '193945.500000', '193945.960000', '193946.420000', '193946.880000', '193947.340000', '193947.800000', '193948.260000', '193948.720000', '193949.180000', '193949.640000', '193950.100000', '193950.560000', '193951.020000', '193951.480000', '193951.940000', '193952.400000', '193952.860000', '193953.320000', '193953.780000', '193954.240000', '193954.700000', '193955.160000', '193955.620000', '193956.080000', '193956.540000', '193957.000000', '193957.460000', '193957.920000', '193958.380000', '193958.840000', '193959.300000', '193959.760000', '194000.220000', '194000.680000', '194001.140000', '194001.600000', '194002.060000', '194002.520000', '194002.980000', '194003.440000', '194003.900000', '194004.360000', '194004.820000', '194005.280000', '194005.740000', '194006.200000', '194006.660000', '194007.120000', '194007.580000', '194008.040000', '194008.500000', '194008.960000', '194009.420000', '194009.880000', '194010.340000', '194010.800000', '194011.260000', '194011.720000', '194012.180000', '194012.640000', '194013.100000', '194013.560000', '194014.020000'], 'ContentTime': ['193353.830000', '193353.833000', '193353.836000', '193353.838000', '193353.841000', '193353.844000', '193353.846000', '193353.849000', '193353.851000', '193353.854000', '193353.856000', '193353.859000', '193353.862000', '193353.873000', '193353.875000', '193353.878000', '193353.880000', '193353.883000', '193353.885000', '193353.888000', '193353.890000', '193353.893000', '193353.895000', '193353.898000', '193353.900000', '193353.903000', '193353.905000', '193353.908000', '193353.911000', '193353.913000', '193353.916000', '193353.918000', '193353.921000', '193353.931000', '193353.933000', '193353.936000', '193353.938000', '193353.941000', '193353.944000', '193353.946000', '193353.949000', '193353.951000', '193353.954000', '193413.794000', '193413.796000', '193413.799000', '193413.802000', '193413.804000', '193413.807000', '193413.809000', '193413.812000', '193413.814000', '193413.817000', '193413.819000', '193413.822000', '193413.824000', '193413.827000', '193413.829000', '193413.832000', '193413.834000', '193413.837000', '193413.839000', '193413.842000', '193413.845000', '193413.847000', '193413.850000', '193413.852000', '193413.855000', '193413.857000', '193413.860000', '193413.863000', '193413.865000', '193413.868000', '193413.870000', '193413.873000', '193413.875000', '193413.878000', '193413.880000', '193413.883000', '193413.885000', '193413.888000', '193413.890000', '193413.893000', '193413.896000', '193413.898000', '193413.901000', '193433.793000', '193433.796000', '193433.799000', '193433.832000', '193433.834000', '193433.837000', '193433.840000', '193433.842000', '193433.845000', '193433.847000', '193433.850000', '193433.852000', '193433.855000', '193433.858000', '193433.860000', '193433.863000', '193433.865000', '193433.868000', '193433.870000', '193433.873000', '193433.875000', '193433.878000', '193433.880000', '193433.883000', '193433.886000', '193433.888000', '193433.891000', '193433.894000', '193433.896000', '193433.899000', '193433.901000', '193433.904000', '193433.907000', '193433.910000', '193433.912000', '193433.915000', '193433.918000', '193433.920000', '193433.923000', '193433.925000', '193433.928000', '193433.931000', '193433.933000', '193453.793000', '193453.796000', '193453.799000', '193453.802000', '193453.804000', '193453.807000', '193453.809000', '193453.812000', '193453.814000', '193453.817000', '193453.819000', '193453.822000', '193453.825000', '193453.827000', '193453.830000', '193453.832000', '193453.835000', '193453.837000', '193453.840000', '193453.842000', '193453.845000', '193453.848000', '193453.850000', '193453.853000', '193453.855000', '193453.858000', '193453.860000', '193453.863000', '193453.865000', '193453.868000', '193453.870000', '193453.873000', '193453.876000', '193453.878000', '193453.881000', '193453.883000', '193453.886000', '193453.888000', '193453.895000', '193453.897000', '193453.900000', '193453.903000', '193453.905000', '193453.908000', '193513.794000', '193513.797000', '193513.800000', '193513.803000', '193513.805000', '193513.808000', '193513.810000', '193513.813000', '193513.815000', '193513.818000', '193513.821000', '193513.823000', '193513.826000', '193513.828000', '193513.831000', '193513.833000', '193513.836000', '193513.838000', '193513.841000', '193513.844000', '193513.847000', '193513.857000', '193513.860000', '193513.862000', '193513.865000', '193513.867000', '193513.870000', '193513.873000', '193513.875000', '193513.878000', '193513.880000', '193513.883000', '193513.885000', '193513.888000', '193513.891000', '193513.893000', '193513.896000', '193513.898000', '193513.901000', '193513.904000', '193513.906000', '193513.909000', '193513.911000', '193533.795000', '193533.797000', '193533.800000', '193533.803000', '193533.805000', '193533.808000', '193533.811000', '193533.813000', '193533.816000', '193533.818000', '193533.821000', '193533.823000', '193533.826000', '193533.829000', '193533.831000', '193533.834000', '193533.836000', '193533.839000', '193533.841000', '193533.844000', '193533.846000', '193533.849000', '193533.852000', '193533.854000', '193533.868000', '193533.871000', '193533.874000', '193533.876000', '193533.879000', '193533.884000', '193533.887000', '193533.890000', '193533.892000', '193533.895000', '193533.897000', '193533.900000', '193533.902000', '193533.905000', '193533.907000', '193533.910000', '193533.913000', '193533.915000', '193533.918000', '193533.920000', '193553.793000', '193553.796000', '193553.799000', '193553.801000', '193553.804000', '193553.807000', '193553.809000', '193553.812000', '193553.814000', '193553.817000', '193553.820000', '193553.822000', '193553.825000', '193553.827000', '193553.830000', '193553.832000', '193553.835000', '193553.837000', '193553.840000', '193553.843000', '193553.845000', '193553.848000', '193553.850000', '193553.853000', '193553.856000', '193553.858000', '193553.861000', '193553.863000', '193553.866000', '193553.868000', '193553.873000', '193553.876000', '193553.878000', '193553.881000', '193553.884000', '193553.886000', '193553.889000', '193553.891000', '193553.894000', '193553.896000', '193553.899000', '193553.902000', '193553.904000', '193613.793000', '193613.796000', '193613.799000', '193613.802000', '193613.804000', '193613.807000', '193613.809000', '193613.812000', '193613.815000', '193613.817000', '193613.820000', '193613.822000', '193613.825000', '193613.828000', '193613.830000', '193613.833000', '193613.835000', '193613.838000', '193613.840000', '193613.843000', '193613.846000', '193613.848000', '193613.851000', '193613.853000', '193613.856000', '193613.858000', '193613.861000', '193613.864000', '193613.866000', '193613.873000', '193613.876000', '193613.878000', '193613.881000', '193613.883000', '193613.886000', '193613.888000', '193613.891000', '193613.894000', '193613.896000', '193613.899000', '193613.901000', '193613.904000', '193613.906000', '193613.909000', '193633.793000', '193633.796000', '193633.799000', '193633.837000', '193633.840000', '193633.842000', '193633.845000', '193633.847000', '193633.850000', '193633.852000', '193633.855000', '193633.858000', '193633.860000', '193633.863000', '193633.865000', '193633.869000', '193633.872000', '193633.875000', '193633.877000', '193633.880000', '193633.883000', '193633.885000', '193633.888000', '193633.890000', '193633.893000', '193633.896000', '193633.898000', '193633.901000', '193633.903000', '193633.906000', '193633.908000', '193633.911000', '193633.914000', '193633.916000', '193633.919000', '193633.921000', '193633.924000', '193633.926000', '193633.929000', '193633.932000', '193633.934000', '193633.937000', '193633.939000', '193653.793000', '193653.796000', '193653.799000', '193653.839000', '193653.842000', '193653.844000', '193653.847000', '193653.849000', '193653.852000', '193653.854000', '193653.857000', '193653.860000', '193653.862000', '193653.865000', '193653.867000', '193653.870000', '193653.872000', '193653.875000', '193653.877000', '193653.880000', '193653.883000', '193653.885000', '193653.888000', '193653.890000', '193653.893000', '193653.896000', '193653.898000', '193653.901000', '193653.903000', '193653.906000', '193653.909000', '193653.911000', '193653.914000', '193653.917000', '193653.919000', '193653.922000', '193653.925000', '193653.927000', '193653.930000', '193653.932000', '193653.935000', '193653.938000', '193653.940000', '193653.943000', '193713.794000', '193713.797000', '193713.799000', '193713.846000', '193713.849000', '193713.872000', '193713.875000', '193713.877000', '193713.880000', '193713.882000', '193713.885000', '193713.888000', '193713.890000', '193713.893000', '193713.895000', '193713.898000', '193713.901000', '193713.903000', '193713.906000', '193713.908000', '193713.912000', '193713.915000', '193713.917000', '193713.920000', '193713.923000', '193713.925000', '193713.928000', '193713.930000', '193713.933000', '193713.935000', '193713.938000', '193713.950000', '193713.952000', '193713.955000', '193713.957000', '193713.960000', '193713.963000', '193713.965000', '193713.968000', '193713.970000', '193713.973000', '193713.976000', '193713.978000', '193733.794000', '193733.797000', '193733.800000', '193733.803000', '193733.805000', '193733.808000', '193733.810000', '193733.813000', '193733.816000', '193733.818000', '193733.821000', '193733.824000', '193733.826000', '193733.829000', '193733.831000', '193733.834000', '193733.836000', '193733.839000', '193733.842000', '193733.844000', '193733.847000', '193733.849000', '193733.852000', '193733.855000', '193733.862000', '193733.865000', '193733.867000', '193733.870000', '193733.873000', '193733.875000', '193733.878000', '193733.881000', '193733.884000', '193733.887000', '193733.889000', '193733.892000', '193733.894000', '193733.897000', '193733.900000', '193733.902000', '193733.905000', '193733.908000', '193733.910000', '193733.913000', '193753.793000', '193753.796000', '193753.799000', '193753.840000', '193753.843000', '193753.846000', '193753.848000', '193753.851000', '193753.853000', '193753.856000', '193753.858000', '193753.861000', '193753.864000', '193753.866000', '193753.869000', '193753.871000', '193753.874000', '193753.876000', '193753.879000', '193753.882000', '193753.884000', '193753.887000', '193753.889000', '193753.892000', '193753.894000', '193753.897000', '193753.899000', '193753.902000', '193753.905000', '193753.908000', '193753.911000', '193753.914000', '193753.917000', '193753.919000', '193753.922000', '193753.924000', '193753.927000', '193753.929000', '193753.932000', '193753.935000', '193753.937000', '193753.940000', '193753.942000', '193813.793000', '193813.796000', '193813.799000', '193813.855000', '193813.857000', '193813.860000', '193813.863000', '193813.865000', '193813.868000', '193813.870000', '193813.873000', '193813.875000', '193813.878000', '193813.881000', '193813.883000', '193813.886000', '193813.888000', '193813.891000', '193813.894000', '193813.896000', '193813.899000', '193813.902000', '193813.904000', '193813.907000', '193813.909000', '193813.912000', '193813.915000', '193813.917000', '193813.920000', '193813.922000', '193813.925000', '193813.928000', '193813.930000', '193813.933000', '193813.935000', '193813.938000', '193813.941000', '193813.943000', '193813.946000', '193813.948000', '193813.951000', '193813.954000', '193813.956000', '193833.794000', '193833.796000', '193833.799000', '193833.839000', '193833.841000', '193833.844000', '193833.847000', '193833.849000', '193833.852000', '193833.854000', '193833.857000', '193833.860000', '193833.862000', '193833.865000', '193833.867000', '193833.870000', '193833.894000', '193833.897000', '193833.899000', '193833.902000', '193833.905000', '193833.907000', '193833.910000', '193833.912000', '193833.915000', '193833.917000', '193833.920000', '193833.923000', '193833.925000', '193833.928000', '193833.930000', '193833.933000', '193833.935000', '193833.938000', '193833.941000', '193833.944000', '193833.947000', '193833.949000', '193833.953000', '193833.955000', '193833.958000', '193833.961000', '193833.963000', '193833.966000', '193853.794000', '193853.796000', '193853.799000', '193853.857000', '193853.859000', '193853.862000', '193853.864000', '193853.867000', '193853.869000', '193853.872000', '193853.875000', '193853.877000', '193853.880000', '193853.882000', '193853.885000', '193853.887000', '193853.890000', '193853.893000', '193853.895000', '193853.898000', '193853.900000', '193853.903000', '193853.905000', '193853.908000', '193853.910000', '193853.913000', '193853.916000', '193853.918000', '193853.921000', '193853.923000', '193853.926000', '193853.929000', '193853.931000', '193853.934000', '193853.936000', '193853.939000', '193853.942000', '193853.944000', '193853.947000', '193853.949000', '193853.952000', '193853.954000', '193853.957000', '193853.959000', '193913.793000', '193913.796000', '193913.799000', '193913.857000', '193913.860000', '193913.862000', '193913.865000', '193913.868000', '193913.870000', '193913.873000', '193913.875000', '193913.878000', '193913.880000', '193913.883000', '193913.886000', '193913.888000', '193913.891000', '193913.893000', '193913.896000', '193913.898000', '193913.901000', '193913.903000', '193913.906000', '193913.909000', '193913.911000', '193913.914000', '193913.916000', '193913.919000', '193913.921000', '193913.924000', '193913.927000', '193913.929000', '193913.932000', '193913.934000', '193913.937000', '193913.939000', '193913.942000', '193913.944000', '193913.947000', '193913.950000', '193913.952000', '193913.955000', '193913.958000', '193933.794000', '193933.796000', '193933.799000', '193933.856000', '193933.858000', '193933.861000', '193933.863000', '193933.866000', '193933.868000', '193933.871000', '193933.874000', '193933.876000', '193933.879000', '193933.881000', '193933.884000', '193933.887000', '193933.889000', '193933.892000', '193933.894000', '193933.897000', '193933.899000', '193933.902000', '193933.905000', '193933.907000', '193933.910000', '193933.912000', '193933.916000', '193933.919000', '193933.922000', '193933.924000', '193933.927000', '193933.929000', '193933.932000', '193933.935000', '193933.937000', '193933.940000', '193933.942000', '193933.945000', '193933.947000', '193933.950000', '193933.953000', '193933.955000', '193933.958000', '193953.795000', '193953.798000', '193953.848000', '193953.850000', '193953.853000', '193953.855000', '193953.858000', '193953.861000', '193953.863000', '193953.866000', '193953.868000', '193953.871000', '193953.873000', '193953.876000', '193953.879000', '193953.881000', '193953.884000', '193953.886000', '193953.889000', '193953.891000', '193953.894000', '193953.897000', '193953.899000', '193953.902000', '193953.904000', '193953.907000', '193953.909000', '193953.912000', '193953.915000', '193953.917000', '193953.920000', '193953.922000', '193953.925000', '193953.927000', '193953.930000', '193953.933000', '193953.935000', '193953.938000', '193953.940000', '193953.943000', '193953.945000', '193953.959000', '193953.962000', '193953.965000', '194013.793000', '194013.796000', '194013.799000', '194013.879000', '194013.882000', '194013.884000', '194013.887000', '194013.889000', '194013.892000', '194013.895000', '194013.897000', '194013.900000', '194013.902000', '194013.905000', '194013.907000', '194013.910000', '194013.913000', '194013.915000', '194013.918000', '194013.920000', '194013.923000', '194013.925000', '194013.928000', '194013.930000', '194013.933000', '194013.936000', '194013.938000', '194013.941000', '194013.944000', '194013.946000', '194013.949000', '194013.951000', '194013.954000', '194013.956000', '194013.959000', '194013.962000', '194013.964000', '194013.967000', '194013.969000', '194013.972000', '194013.975000', '194013.977000', '194013.980000', '194015.087000', '194015.090000', '194015.093000', '194015.096000'], 'InstanceCreationTime': ['193353.830000', '193353.833000', '193353.836000', '193353.838000', '193353.841000', '193353.844000', '193353.846000', '193353.849000', '193353.851000', '193353.854000', '193353.856000', '193353.859000', '193353.862000', '193353.873000', '193353.875000', '193353.878000', '193353.880000', '193353.883000', '193353.885000', '193353.888000', '193353.890000', '193353.893000', '193353.895000', '193353.898000', '193353.900000', '193353.903000', '193353.905000', '193353.908000', '193353.911000', '193353.913000', '193353.916000', '193353.918000', '193353.921000', '193353.931000', '193353.933000', '193353.936000', '193353.938000', '193353.941000', '193353.944000', '193353.946000', '193353.949000', '193353.951000', '193353.954000', '193413.794000', '193413.796000', '193413.799000', '193413.802000', '193413.804000', '193413.807000', '193413.809000', '193413.812000', '193413.814000', '193413.817000', '193413.819000', '193413.822000', '193413.824000', '193413.827000', '193413.829000', '193413.832000', '193413.834000', '193413.837000', '193413.839000', '193413.842000', '193413.845000', '193413.847000', '193413.850000', '193413.852000', '193413.855000', '193413.857000', '193413.860000', '193413.863000', '193413.865000', '193413.868000', '193413.870000', '193413.873000', '193413.875000', '193413.878000', '193413.880000', '193413.883000', '193413.885000', '193413.888000', '193413.890000', '193413.893000', '193413.896000', '193413.898000', '193413.901000', '193433.793000', '193433.796000', '193433.799000', '193433.832000', '193433.834000', '193433.837000', '193433.840000', '193433.842000', '193433.845000', '193433.847000', '193433.850000', '193433.852000', '193433.855000', '193433.858000', '193433.860000', '193433.863000', '193433.865000', '193433.868000', '193433.870000', '193433.873000', '193433.875000', '193433.878000', '193433.880000', '193433.883000', '193433.886000', '193433.888000', '193433.891000', '193433.894000', '193433.896000', '193433.899000', '193433.901000', '193433.904000', '193433.907000', '193433.910000', '193433.912000', '193433.915000', '193433.918000', '193433.920000', '193433.923000', '193433.925000', '193433.928000', '193433.931000', '193433.933000', '193453.793000', '193453.796000', '193453.799000', '193453.802000', '193453.804000', '193453.807000', '193453.809000', '193453.812000', '193453.814000', '193453.817000', '193453.819000', '193453.822000', '193453.825000', '193453.827000', '193453.830000', '193453.832000', '193453.835000', '193453.837000', '193453.840000', '193453.842000', '193453.845000', '193453.848000', '193453.850000', '193453.853000', '193453.855000', '193453.858000', '193453.860000', '193453.863000', '193453.865000', '193453.868000', '193453.870000', '193453.873000', '193453.876000', '193453.878000', '193453.881000', '193453.883000', '193453.886000', '193453.888000', '193453.895000', '193453.897000', '193453.900000', '193453.903000', '193453.905000', '193453.908000', '193513.794000', '193513.797000', '193513.800000', '193513.803000', '193513.805000', '193513.808000', '193513.810000', '193513.813000', '193513.815000', '193513.818000', '193513.821000', '193513.823000', '193513.826000', '193513.828000', '193513.831000', '193513.833000', '193513.836000', '193513.838000', '193513.841000', '193513.844000', '193513.847000', '193513.857000', '193513.860000', '193513.862000', '193513.865000', '193513.867000', '193513.870000', '193513.873000', '193513.875000', '193513.878000', '193513.880000', '193513.883000', '193513.885000', '193513.888000', '193513.891000', '193513.893000', '193513.896000', '193513.898000', '193513.901000', '193513.904000', '193513.906000', '193513.909000', '193513.911000', '193533.795000', '193533.797000', '193533.800000', '193533.803000', '193533.805000', '193533.808000', '193533.811000', '193533.813000', '193533.816000', '193533.818000', '193533.821000', '193533.823000', '193533.826000', '193533.829000', '193533.831000', '193533.834000', '193533.836000', '193533.839000', '193533.841000', '193533.844000', '193533.846000', '193533.849000', '193533.852000', '193533.854000', '193533.868000', '193533.871000', '193533.874000', '193533.876000', '193533.879000', '193533.884000', '193533.887000', '193533.890000', '193533.892000', '193533.895000', '193533.897000', '193533.900000', '193533.902000', '193533.905000', '193533.907000', '193533.910000', '193533.913000', '193533.915000', '193533.918000', '193533.920000', '193553.793000', '193553.796000', '193553.799000', '193553.801000', '193553.804000', '193553.807000', '193553.809000', '193553.812000', '193553.814000', '193553.817000', '193553.820000', '193553.822000', '193553.825000', '193553.827000', '193553.830000', '193553.832000', '193553.835000', '193553.837000', '193553.840000', '193553.843000', '193553.845000', '193553.848000', '193553.850000', '193553.853000', '193553.856000', '193553.858000', '193553.861000', '193553.863000', '193553.866000', '193553.868000', '193553.873000', '193553.876000', '193553.878000', '193553.881000', '193553.884000', '193553.886000', '193553.889000', '193553.891000', '193553.894000', '193553.896000', '193553.899000', '193553.902000', '193553.904000', '193613.793000', '193613.796000', '193613.799000', '193613.802000', '193613.804000', '193613.807000', '193613.809000', '193613.812000', '193613.815000', '193613.817000', '193613.820000', '193613.822000', '193613.825000', '193613.828000', '193613.830000', '193613.833000', '193613.835000', '193613.838000', '193613.840000', '193613.843000', '193613.846000', '193613.848000', '193613.851000', '193613.853000', '193613.856000', '193613.858000', '193613.861000', '193613.864000', '193613.866000', '193613.873000', '193613.876000', '193613.878000', '193613.881000', '193613.883000', '193613.886000', '193613.888000', '193613.891000', '193613.894000', '193613.896000', '193613.899000', '193613.901000', '193613.904000', '193613.906000', '193613.909000', '193633.793000', '193633.796000', '193633.799000', '193633.837000', '193633.840000', '193633.842000', '193633.845000', '193633.847000', '193633.850000', '193633.852000', '193633.855000', '193633.858000', '193633.860000', '193633.863000', '193633.865000', '193633.869000', '193633.872000', '193633.875000', '193633.877000', '193633.880000', '193633.883000', '193633.885000', '193633.888000', '193633.890000', '193633.893000', '193633.896000', '193633.898000', '193633.901000', '193633.903000', '193633.906000', '193633.908000', '193633.911000', '193633.914000', '193633.916000', '193633.919000', '193633.921000', '193633.924000', '193633.926000', '193633.929000', '193633.932000', '193633.934000', '193633.937000', '193633.939000', '193653.793000', '193653.796000', '193653.799000', '193653.839000', '193653.842000', '193653.844000', '193653.847000', '193653.849000', '193653.852000', '193653.854000', '193653.857000', '193653.860000', '193653.862000', '193653.865000', '193653.867000', '193653.870000', '193653.872000', '193653.875000', '193653.877000', '193653.880000', '193653.883000', '193653.885000', '193653.888000', '193653.890000', '193653.893000', '193653.896000', '193653.898000', '193653.901000', '193653.903000', '193653.906000', '193653.909000', '193653.911000', '193653.914000', '193653.917000', '193653.919000', '193653.922000', '193653.925000', '193653.927000', '193653.930000', '193653.932000', '193653.935000', '193653.938000', '193653.940000', '193653.943000', '193713.794000', '193713.797000', '193713.799000', '193713.846000', '193713.849000', '193713.872000', '193713.875000', '193713.877000', '193713.880000', '193713.882000', '193713.885000', '193713.888000', '193713.890000', '193713.893000', '193713.895000', '193713.898000', '193713.901000', '193713.903000', '193713.906000', '193713.908000', '193713.912000', '193713.915000', '193713.917000', '193713.920000', '193713.923000', '193713.925000', '193713.928000', '193713.930000', '193713.933000', '193713.935000', '193713.938000', '193713.950000', '193713.952000', '193713.955000', '193713.957000', '193713.960000', '193713.963000', '193713.965000', '193713.968000', '193713.970000', '193713.973000', '193713.976000', '193713.978000', '193733.794000', '193733.797000', '193733.800000', '193733.803000', '193733.805000', '193733.808000', '193733.810000', '193733.813000', '193733.816000', '193733.818000', '193733.821000', '193733.824000', '193733.826000', '193733.829000', '193733.831000', '193733.834000', '193733.836000', '193733.839000', '193733.842000', '193733.844000', '193733.847000', '193733.849000', '193733.852000', '193733.855000', '193733.862000', '193733.865000', '193733.867000', '193733.870000', '193733.873000', '193733.875000', '193733.878000', '193733.881000', '193733.884000', '193733.887000', '193733.889000', '193733.892000', '193733.894000', '193733.897000', '193733.900000', '193733.902000', '193733.905000', '193733.908000', '193733.910000', '193733.913000', '193753.793000', '193753.796000', '193753.799000', '193753.840000', '193753.843000', '193753.846000', '193753.848000', '193753.851000', '193753.853000', '193753.856000', '193753.858000', '193753.861000', '193753.864000', '193753.866000', '193753.869000', '193753.871000', '193753.874000', '193753.876000', '193753.879000', '193753.882000', '193753.884000', '193753.887000', '193753.889000', '193753.892000', '193753.894000', '193753.897000', '193753.899000', '193753.902000', '193753.905000', '193753.908000', '193753.911000', '193753.914000', '193753.917000', '193753.919000', '193753.922000', '193753.924000', '193753.927000', '193753.929000', '193753.932000', '193753.935000', '193753.937000', '193753.940000', '193753.942000', '193813.793000', '193813.796000', '193813.799000', '193813.855000', '193813.857000', '193813.860000', '193813.863000', '193813.865000', '193813.868000', '193813.870000', '193813.873000', '193813.875000', '193813.878000', '193813.881000', '193813.883000', '193813.886000', '193813.888000', '193813.891000', '193813.894000', '193813.896000', '193813.899000', '193813.902000', '193813.904000', '193813.907000', '193813.909000', '193813.912000', '193813.915000', '193813.917000', '193813.920000', '193813.922000', '193813.925000', '193813.928000', '193813.930000', '193813.933000', '193813.935000', '193813.938000', '193813.941000', '193813.943000', '193813.946000', '193813.948000', '193813.951000', '193813.954000', '193813.956000', '193833.794000', '193833.796000', '193833.799000', '193833.839000', '193833.841000', '193833.844000', '193833.847000', '193833.849000', '193833.852000', '193833.854000', '193833.857000', '193833.860000', '193833.862000', '193833.865000', '193833.867000', '193833.870000', '193833.894000', '193833.897000', '193833.899000', '193833.902000', '193833.905000', '193833.907000', '193833.910000', '193833.912000', '193833.915000', '193833.917000', '193833.920000', '193833.923000', '193833.925000', '193833.928000', '193833.930000', '193833.933000', '193833.935000', '193833.938000', '193833.941000', '193833.944000', '193833.947000', '193833.949000', '193833.953000', '193833.955000', '193833.958000', '193833.961000', '193833.963000', '193833.966000', '193853.794000', '193853.796000', '193853.799000', '193853.857000', '193853.859000', '193853.862000', '193853.864000', '193853.867000', '193853.869000', '193853.872000', '193853.875000', '193853.877000', '193853.880000', '193853.882000', '193853.885000', '193853.887000', '193853.890000', '193853.893000', '193853.895000', '193853.898000', '193853.900000', '193853.903000', '193853.905000', '193853.908000', '193853.910000', '193853.913000', '193853.916000', '193853.918000', '193853.921000', '193853.923000', '193853.926000', '193853.929000', '193853.931000', '193853.934000', '193853.936000', '193853.939000', '193853.942000', '193853.944000', '193853.947000', '193853.949000', '193853.952000', '193853.954000', '193853.957000', '193853.959000', '193913.793000', '193913.796000', '193913.799000', '193913.857000', '193913.860000', '193913.862000', '193913.865000', '193913.868000', '193913.870000', '193913.873000', '193913.875000', '193913.878000', '193913.880000', '193913.883000', '193913.886000', '193913.888000', '193913.891000', '193913.893000', '193913.896000', '193913.898000', '193913.901000', '193913.903000', '193913.906000', '193913.909000', '193913.911000', '193913.914000', '193913.916000', '193913.919000', '193913.921000', '193913.924000', '193913.927000', '193913.929000', '193913.932000', '193913.934000', '193913.937000', '193913.939000', '193913.942000', '193913.944000', '193913.947000', '193913.950000', '193913.952000', '193913.955000', '193913.958000', '193933.794000', '193933.796000', '193933.799000', '193933.856000', '193933.858000', '193933.861000', '193933.863000', '193933.866000', '193933.868000', '193933.871000', '193933.874000', '193933.876000', '193933.879000', '193933.881000', '193933.884000', '193933.887000', '193933.889000', '193933.892000', '193933.894000', '193933.897000', '193933.899000', '193933.902000', '193933.905000', '193933.907000', '193933.910000', '193933.912000', '193933.916000', '193933.919000', '193933.922000', '193933.924000', '193933.927000', '193933.929000', '193933.932000', '193933.935000', '193933.937000', '193933.940000', '193933.942000', '193933.945000', '193933.947000', '193933.950000', '193933.953000', '193933.955000', '193933.958000', '193953.795000', '193953.798000', '193953.848000', '193953.850000', '193953.853000', '193953.855000', '193953.858000', '193953.861000', '193953.863000', '193953.866000', '193953.868000', '193953.871000', '193953.873000', '193953.876000', '193953.879000', '193953.881000', '193953.884000', '193953.886000', '193953.889000', '193953.891000', '193953.894000', '193953.897000', '193953.899000', '193953.902000', '193953.904000', '193953.907000', '193953.909000', '193953.912000', '193953.915000', '193953.917000', '193953.920000', '193953.922000', '193953.925000', '193953.927000', '193953.930000', '193953.933000', '193953.935000', '193953.938000', '193953.940000', '193953.943000', '193953.945000', '193953.959000', '193953.962000', '193953.965000', '194013.793000', '194013.796000', '194013.799000', '194013.879000', '194013.882000', '194013.884000', '194013.887000', '194013.889000', '194013.892000', '194013.895000', '194013.897000', '194013.900000', '194013.902000', '194013.905000', '194013.907000', '194013.910000', '194013.913000', '194013.915000', '194013.918000', '194013.920000', '194013.923000', '194013.925000', '194013.928000', '194013.930000', '194013.933000', '194013.936000', '194013.938000', '194013.941000', '194013.944000', '194013.946000', '194013.949000', '194013.951000', '194013.954000', '194013.956000', '194013.959000', '194013.962000', '194013.964000', '194013.967000', '194013.969000', '194013.972000', '194013.975000', '194013.977000', '194013.980000', '194015.087000', '194015.090000', '194015.093000', '194015.096000'], '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': [9065, 8223, 8295, 8700, 8178, 7995, 7213, 10043, 7666, 10764, 7572, 10874, 8009, 11394, 6970, 10153, 6826, 11647, 7307, 11144, 6959, 9553, 7273, 9279, 12543, 8666, 13177, 7882, 12552, 9258, 8450, 8388, 7857, 8135, 9479, 8550, 11374, 9025, 12689, 8264, 12462, 8469, 13727, 9597, 14756, 10193, 12666, 9427, 10924, 8438, 10043, 6882, 9195, 6874, 12072, 9510, 7042, 8720, 6699, 11217, 7918, 11951, 9451, 14108, 11106, 13570, 11960, 9599, 11954, 7162, 13044, 6830, 11905, 7790, 11173, 7243, 6913, 7909, 7056, 8789, 10165, 7601, 11014, 7941, 13567, 9386, 13243, 13117, 10977, 12121, 8714, 12775, 9112, 11992, 7578, 14417, 7207, 10040, 6947, 11571, 6834, 9633, 6974, 9137, 7718, 10209, 7761, 11198, 8318, 13329, 9925, 15292, 12116, 12989, 13084, 13161, 14785, 11037, 7980, 6977, 7254, 7353, 7135, 7128, 7466, 7121, 8751, 6661, 8951, 8132, 7781, 9413, 7689, 12771, 8005, 13182, 11426, 12278, 13541, 10735, 15625, 9943, 14132, 10167, 14109, 8084, 10904, 6989, 10544, 7128, 10864, 7176, 9959, 7107, 9147, 6802, 9218, 6997, 8574, 12141, 8100, 13898, 7070, 10823, 7794, 11948, 8897, 6651, 7566, 6873, 9421, 7230, 12183, 9397, 11576, 9004, 11743, 10165, 9646, 9582, 7406, 11911, 6723, 10533, 7428, 8897, 7407, 6894, 8266, 7746, 11473, 7550, 10365, 12514, 8989, 15673, 11404, 13316, 9024, 13035, 11462, 12322, 7407, 13140, 7381, 6733, 7056, 6912, 8281, 7082, 8671, 12559, 8052, 13059, 8654, 13225, 8916, 12728, 8438, 11316, 7247, 9846, 7252, 9056, 7112, 9024, 6890, 9045, 7546, 8955, 7192, 7967, 13412, 7605, 14561, 8948, 13088, 7446, 10496, 7403, 11149, 7455, 9930, 6807, 9212, 6753, 8854, 6489, 9602, 6854, 10088, 6917, 7932, 7753, 6731, 11037, 7222, 12462, 8162, 12731, 9520, 13199, 9163, 11056, 7414, 11847, 7526, 10185, 6750, 9811, 6734, 9487, 6642, 9089, 6574, 9802, 6862, 9654, 7495, 10237, 7899, 10814, 7641, 10082, 7164, 10725, 6994, 11640, 7144, 10392, 6866, 10372, 6719, 10909, 6840, 9582, 6730, 9633, 6634, 10681, 7124, 8698, 6859, 10778, 6632, 6938, 8113, 6813, 11469, 7737, 12439, 9250, 14141, 10304, 13566, 9742, 14218, 10161, 14578, 10186, 14399, 8820, 15288, 8731, 14516, 8080, 11101, 7684, 11487, 8079, 11553, 7059, 10893, 7306, 10256, 7255, 9980, 7196, 9768, 7026, 8681, 7303, 8227, 11814, 7486, 11404, 7101, 10235, 7258, 10125, 7217, 10101, 6879, 9936, 6746, 9813, 7628, 9446, 9376, 9338, 10566, 8852, 11724, 8132, 11782, 8366, 13134, 8523, 11369, 7473, 10328, 7761, 10502, 7770, 10276, 7382, 11428, 7450, 9852, 9449, 8970, 13034, 9430, 12018, 8706, 10268, 8117, 11578, 7600, 11277, 8138, 12700, 7515, 10241, 7119, 9624, 7153, 11730, 6959, 11418, 8526, 10125, 8516, 7370, 10075, 7527, 8839, 12835, 9053, 13310, 9411, 12042, 8795, 10747, 7395, 9652, 6956, 9914, 7530, 9444, 7487, 9500, 8428, 11522, 9116, 13453, 8228, 13173, 8166, 13240, 8512, 11686, 10872, 10096, 10977, 9017, 10889, 8878, 9287, 8584, 7323, 8719, 11685, 8108, 11743, 7769, 12492, 8427, 9465, 8258, 7049, 11224, 7851, 12255, 9148, 14709, 10329, 14405, 9071, 11381, 10628, 12196, 11303, 7900, 12832, 10383, 9268, 11501, 6752, 13300, 9807, 12103, 9085, 14130, 7681, 11661, 7647, 11306, 7765, 8527, 7259, 8209, 7068, 8505, 6725, 8276, 6674, 8715, 6828, 9104, 7224, 9443, 7451, 8958, 10579, 8640, 13245, 8002, 12456, 8417, 11504, 7621, 10465, 6778, 9035, 6570, 10326, 7417, 10486, 7290, 8638, 7515, 6945, 10028, 7117, 12579, 8805, 10187, 13605, 9029, 14872, 9500, 14506, 9148, 14058, 8454, 14138, 8784, 13375, 7256, 10716, 7317, 10419, 7310, 10012, 6873, 7964, 7138, 7325, 8310, 7004, 10172, 7382, 8336, 6900, 11073, 6971, 12130, 6965, 9917, 7008, 9931, 7813, 11417, 9013, 9013, 9353, 7500, 12480, 8307, 13197, 9041, 11886, 9072, 11848, 8861, 13170, 8202, 11373, 7792, 10439, 7618, 9966, 8038, 7379, 8526, 7137, 8993, 6992, 10338, 7756, 10652, 8108, 12837, 7563, 11321, 7836, 9668, 9495, 9006, 12295, 9404, 9703, 8593, 8908, 8353, 11593, 7941, 11546, 7461, 11606, 8211, 7306, 7628, 6677, 11705, 7859, 11591, 9773, 11873, 10433, 10677, 8757, 13198, 11755, 12370, 11076, 12604, 11273, 11824, 10598, 7901, 9684, 7391, 9346, 7584, 10013, 7282, 9986, 7502, 9313, 7730, 11812, 8180, 14771, 8619, 14318, 8955, 12548, 8423, 10939, 7478, 10605, 7372, 10188, 6740, 10278, 6891, 9351, 6951, 9529, 7196, 10221, 7293, 9361, 9462, 7951, 14640, 7820, 12769, 8011, 11179, 7437, 11004, 6939, 9877, 7272, 8573, 12017, 7626, 12307, 7761, 11540, 7729, 10512, 7607, 10135, 7196, 9704, 7557, 10063, 6792, 12842, 7881, 11578, 7901, 9169, 8456, 15109, 10880, 12572, 11671, 13297, 11555, 12377, 10758, 15014, 11779, 15373, 11637, 15017, 9456, 12977, 8463, 11368, 7724, 10394, 7547, 7853, 7841, 7392, 7683, 7936, 7775, 10187, 7603, 14536, 7937, 13153, 8899, 12063, 8037, 11578, 6905, 10564, 7202, 9876, 7457, 8320, 8417, 8237, 9924, 7964, 11605, 8078, 13892, 8220, 11586, 8095, 11966, 8459, 8225, 7686, 7530, 8793, 7389, 8840, 7350, 9468, 7605, 9922, 7367, 9305, 7990, 11342, 6993, 10915, 7308, 10190, 7337, 10499, 7224, 11025, 7141, 9989, 7203, 9564, 7264, 9898, 7321, 9081, 7345, 9199, 9797, 8698, 12217, 8876, 12453, 7808, 9400, 7816, 7586, 7659, 7176, 8207, 7506, 10178, 7344, 9086, 6859, 10969, 8477, 10885, 8709, 9673, 8903, 7660, 9772, 7492, 9945, 7282, 11772, 7310, 10785, 7068, 10035, 7390, 11148, 7751, 12214, 7643, 10919, 7302, 9969, 7259, 11420, 7244, 11941, 7003, 10661, 7403, 11565, 7789, 12275, 8075, 11716, 7658, 11928, 9014, 9504, 14338, 12026, 16126, 9693, 13117, 9455, 11073, 7118, 11037, 6938, 9690, 7190, 9668, 7110, 9961, 8828, 7254, 11239, 7530, 7316, 14279, 8912, 12544, 14631, 9985, 13705, 8510, 11773, 8148, 10567, 7076, 11897, 7419, 11842, 7245, 11853, 7954, 10911, 10713, 15836, 12014, 10240], 'WindowCenter': [4125.0, 4109.0, 4097.0, 4106.0, 4095.0, 4094.0, 4085.0, 4116.0, 4095.0, 4126.0, 4097.0, 4127.0, 4096.0, 4125.0, 4074.0, 4114.0, 4061.0, 4125.0, 4072.0, 4124.0, 4071.0, 4103.0, 4071.0, 4103.0, 4122.0, 4093.0, 4145.0, 4083.0, 4132.0, 4104.0, 4106.0, 4106.0, 4093.0, 4095.0, 4115.0, 4107.0, 4137.0, 4118.0, 4149.0, 4107.0, 4136.0, 4094.0, 4135.0, 4104.0, 4134.0, 4104.0, 4123.0, 4092.0, 4102.0, 4083.0, 4115.0, 4088.0, 4104.0, 4062.0, 4110.0, 4090.0, 4058.0, 4077.0, 4050.0, 4110.0, 4084.0, 4125.0, 4107.0, 4148.0, 4141.0, 4137.0, 4123.0, 4101.0, 4109.0, 4057.0, 4107.0, 4033.0, 4106.0, 4067.0, 4095.0, 4053.0, 4043.0, 4065.0, 4055.0, 4105.0, 4101.0, 4070.0, 4098.0, 4068.0, 4121.0, 4090.0, 4119.0, 4118.0, 4097.0, 4107.0, 4065.0, 4108.0, 4063.0, 4106.0, 4069.0, 4129.0, 4054.0, 4073.0, 4044.0, 4096.0, 4045.0, 4087.0, 4057.0, 4087.0, 4070.0, 4100.0, 4071.0, 4113.0, 4084.0, 4126.0, 4079.0, 4139.0, 4103.0, 4111.0, 4113.0, 4110.0, 4121.0, 4098.0, 4055.0, 4046.0, 4045.0, 4043.0, 4044.0, 4058.0, 4069.0, 4070.0, 4105.0, 4074.0, 4102.0, 4094.0, 4083.0, 4116.0, 4084.0, 4137.0, 4082.0, 4123.0, 4109.0, 4108.0, 4106.0, 4100.0, 4116.0, 4073.0, 4103.0, 4099.0, 4104.0, 4053.0, 4082.0, 4042.0, 4083.0, 4044.0, 4095.0, 4056.0, 4085.0, 4057.0, 4087.0, 4047.0, 4103.0, 4057.0, 4078.0, 4109.0, 4067.0, 4120.0, 4059.0, 4100.0, 4057.0, 4109.0, 4077.0, 4035.0, 4072.0, 4050.0, 4080.0, 4060.0, 4127.0, 4094.0, 4113.0, 4107.0, 4125.0, 4114.0, 4102.0, 4090.0, 4072.0, 4122.0, 4046.0, 4097.0, 4070.0, 4091.0, 4083.0, 4073.0, 4093.0, 4082.0, 4126.0, 4071.0, 4113.0, 4121.0, 4093.0, 4129.0, 4096.0, 4105.0, 4077.0, 4119.0, 4095.0, 4105.0, 4041.0, 4090.0, 4042.0, 4031.0, 4041.0, 4041.0, 4076.0, 4054.0, 4078.0, 4105.0, 4065.0, 4107.0, 4065.0, 4105.0, 4076.0, 4092.0, 4051.0, 4078.0, 4027.0, 4057.0, 4025.0, 4048.0, 4017.0, 4047.0, 4015.0, 4047.0, 4025.0, 4047.0, 4027.0, 4040.0, 4079.0, 4025.0, 4088.0, 4036.0, 4078.0, 4016.0, 4058.0, 4027.0, 4069.0, 4041.0, 4061.0, 4032.0, 4060.0, 4019.0, 4061.0, 4031.0, 4086.0, 4058.0, 4085.0, 4057.0, 4078.0, 4082.0, 4073.0, 4124.0, 4084.0, 4136.0, 4105.0, 4122.0, 4099.0, 4119.0, 4088.0, 4099.0, 4057.0, 4112.0, 4070.0, 4100.0, 4060.0, 4099.0, 4059.0, 4099.0, 4046.0, 4088.0, 4058.0, 4100.0, 4061.0, 4113.0, 4085.0, 4125.0, 4095.0, 4125.0, 4083.0, 4113.0, 4073.0, 4115.0, 4073.0, 4124.0, 4060.0, 4103.0, 4049.0, 4113.0, 4049.0, 4112.0, 4061.0, 4102.0, 4061.0, 4102.0, 4063.0, 4117.0, 4076.0, 4093.0, 4064.0, 4085.0, 4078.0, 4077.0, 4083.0, 4063.0, 4122.0, 4071.0, 4148.0, 4130.0, 4172.0, 4129.0, 4147.0, 4118.0, 4148.0, 4103.0, 4134.0, 4086.0, 4106.0, 4062.0, 4103.0, 4051.0, 4103.0, 4039.0, 4068.0, 4039.0, 4078.0, 4039.0, 4081.0, 4030.0, 4081.0, 4028.0, 4070.0, 4029.0, 4060.0, 4027.0, 4070.0, 4029.0, 4049.0, 4028.0, 4049.0, 4080.0, 4039.0, 4091.0, 4040.0, 4082.0, 4054.0, 4084.0, 4055.0, 4098.0, 4058.0, 4099.0, 4060.0, 4102.0, 4069.0, 4101.0, 4090.0, 4091.0, 4111.0, 4090.0, 4109.0, 4079.0, 4109.0, 4080.0, 4121.0, 4080.0, 4121.0, 4070.0, 4111.0, 4081.0, 4111.0, 4083.0, 4115.0, 4072.0, 4125.0, 4071.0, 4103.0, 4103.0, 4092.0, 4123.0, 4092.0, 4122.0, 4080.0, 4101.0, 4079.0, 4109.0, 4068.0, 4110.0, 4080.0, 4119.0, 4068.0, 4111.0, 4071.0, 4114.0, 4072.0, 4121.0, 4071.0, 4122.0, 4103.0, 4112.0, 4102.0, 4083.0, 4125.0, 4082.0, 4102.0, 4133.0, 4103.0, 4133.0, 4103.0, 4136.0, 4104.0, 4112.0, 4068.0, 4088.0, 4058.0, 4100.0, 4082.0, 4113.0, 4085.0, 4115.0, 4107.0, 4137.0, 4118.0, 4147.0, 4095.0, 4134.0, 4081.0, 4124.0, 4081.0, 4123.0, 4100.0, 4099.0, 4098.0, 4077.0, 4096.0, 4076.0, 4077.0, 4077.0, 4057.0, 4079.0, 4110.0, 4080.0, 4111.0, 4070.0, 4125.0, 4067.0, 4089.0, 4066.0, 4043.0, 4096.0, 4066.0, 4121.0, 4103.0, 4133.0, 4115.0, 4133.0, 4103.0, 4123.0, 4099.0, 4108.0, 4095.0, 4065.0, 4106.0, 4096.0, 4074.0, 4107.0, 4058.0, 4116.0, 4084.0, 4093.0, 4064.0, 4103.0, 4042.0, 4082.0, 4038.0, 4079.0, 4038.0, 4048.0, 4026.0, 4037.0, 4026.0, 4060.0, 4029.0, 4062.0, 4044.0, 4076.0, 4057.0, 4089.0, 4068.0, 4102.0, 4069.0, 4090.0, 4110.0, 4089.0, 4120.0, 4078.0, 4119.0, 4092.0, 4111.0, 4068.0, 4099.0, 4045.0, 4089.0, 4058.0, 4099.0, 4082.0, 4111.0, 4070.0, 4092.0, 4071.0, 4072.0, 4113.0, 4072.0, 4135.0, 4091.0, 4115.0, 4133.0, 4091.0, 4131.0, 4090.0, 4119.0, 4078.0, 4118.0, 4065.0, 4105.0, 4050.0, 4091.0, 4017.0, 4072.0, 4042.0, 4084.0, 4028.0, 4058.0, 4028.0, 4050.0, 4028.0, 4040.0, 4062.0, 4041.0, 4095.0, 4055.0, 4066.0, 4043.0, 4096.0, 4043.0, 4095.0, 4044.0, 4084.0, 4054.0, 4085.0, 4066.0, 4106.0, 4076.0, 4088.0, 4102.0, 4069.0, 4132.0, 4089.0, 4128.0, 4076.0, 4106.0, 4086.0, 4108.0, 4090.0, 4120.0, 4078.0, 4107.0, 4068.0, 4108.0, 4081.0, 4097.0, 4078.0, 4067.0, 4089.0, 4070.0, 4101.0, 4071.0, 4113.0, 4081.0, 4113.0, 4082.0, 4135.0, 4070.0, 4112.0, 4066.0, 4089.0, 4086.0, 4077.0, 4107.0, 4077.0, 4087.0, 4077.0, 4087.0, 4076.0, 4107.0, 4078.0, 4111.0, 4057.0, 4096.0, 4055.0, 4043.0, 4055.0, 4035.0, 4097.0, 4058.0, 4098.0, 4077.0, 4097.0, 4090.0, 4101.0, 4080.0, 4134.0, 4112.0, 4107.0, 4095.0, 4095.0, 4096.0, 4093.0, 4069.0, 4038.0, 4059.0, 4025.0, 4058.0, 4037.0, 4056.0, 4027.0, 4069.0, 4029.0, 4060.0, 4039.0, 4079.0, 4037.0, 4089.0, 4047.0, 4088.0, 4046.0, 4076.0, 4035.0, 4055.0, 4026.0, 4069.0, 4025.0, 4057.0, 4015.0, 4069.0, 4028.0, 4061.0, 4041.0, 4074.0, 4043.0, 4087.0, 4054.0, 4078.0, 4087.0, 4066.0, 4119.0, 4057.0, 4108.0, 4065.0, 4097.0, 4055.0, 4097.0, 4045.0, 4088.0, 4055.0, 4078.0, 4108.0, 4068.0, 4119.0, 4070.0, 4110.0, 4070.0, 4111.0, 4071.0, 4101.0, 4085.0, 4118.0, 4070.0, 4101.0, 4048.0, 4132.0, 4107.0, 4135.0, 4107.0, 4103.0, 4094.0, 4145.0, 4126.0, 4147.0, 4138.0, 4146.0, 4124.0, 4123.0, 4111.0, 4131.0, 4110.0, 4118.0, 4098.0, 4117.0, 4073.0, 4104.0, 4050.0, 4081.0, 4056.0, 4085.0, 4055.0, 4077.0, 4067.0, 4067.0, 4068.0, 4078.0, 4069.0, 4112.0, 4072.0, 4132.0, 4069.0, 4118.0, 4078.0, 4109.0, 4056.0, 4097.0, 4044.0, 4086.0, 4056.0, 4088.0, 4056.0, 4067.0, 4067.0, 4079.0, 4086.0, 4067.0, 4108.0, 4066.0, 4134.0, 4081.0, 4110.0, 4079.0, 4108.0, 4081.0, 4079.0, 4068.0, 4067.0, 4078.0, 4058.0, 4090.0, 4070.0, 4102.0, 4069.0, 4100.0, 4059.0, 4091.0, 4069.0, 4111.0, 4057.0, 4100.0, 4057.0, 4088.0, 4054.0, 4088.0, 4045.0, 4097.0, 4045.0, 4087.0, 4044.0, 4076.0, 4044.0, 4087.0, 4055.0, 4076.0, 4055.0, 4076.0, 4086.0, 4076.0, 4108.0, 4091.0, 4108.0, 4056.0, 4074.0, 4053.0, 4054.0, 4054.0, 4045.0, 4066.0, 4055.0, 4098.0, 4070.0, 4092.0, 4059.0, 4109.0, 4092.0, 4123.0, 4092.0, 4102.0, 4092.0, 4082.0, 4102.0, 4069.0, 4101.0, 4069.0, 4122.0, 4071.0, 4113.0, 4059.0, 4100.0, 4071.0, 4111.0, 4071.0, 4122.0, 4083.0, 4112.0, 4070.0, 4102.0, 4071.0, 4124.0, 4084.0, 4125.0, 4074.0, 4112.0, 4073.0, 4123.0, 4071.0, 4124.0, 4083.0, 4124.0, 4072.0, 4125.0, 4092.0, 4092.0, 4121.0, 4110.0, 4119.0, 4075.0, 4095.0, 4074.0, 4098.0, 4059.0, 4099.0, 4058.0, 4090.0, 4058.0, 4102.0, 4058.0, 4101.0, 4078.0, 4057.0, 4099.0, 4056.0, 4046.0, 4121.0, 4093.0, 4126.0, 4146.0, 4102.0, 4120.0, 4066.0, 4097.0, 4068.0, 4099.0, 4044.0, 4095.0, 4042.0, 4082.0, 4042.0, 4081.0, 4051.0, 4069.0, 4068.0, 4087.0, 4066.0, 4056.0], 'WindowWidth': [9187.0, 9151.0, 9132.0, 9141.0, 9123.0, 9121.0, 9109.0, 9152.0, 9122.0, 9164.0, 9127.0, 9167.0, 9126.0, 9163.0, 9092.0, 9143.0, 9072.0, 9161.0, 9085.0, 9158.0, 9083.0, 9129.0, 9084.0, 9127.0, 9151.0, 9113.0, 9192.0, 9101.0, 9167.0, 9130.0, 9140.0, 9138.0, 9116.0, 9121.0, 9150.0, 9140.0, 9184.0, 9157.0, 9202.0, 9141.0, 9177.0, 9117.0, 9175.0, 9132.0, 9173.0, 9128.0, 9153.0, 9107.0, 9121.0, 9095.0, 9145.0, 9117.0, 9131.0, 9071.0, 9130.0, 9103.0, 9057.0, 9078.0, 9047.0, 9128.0, 9100.0, 9158.0, 9135.0, 9195.0, 9190.0, 9180.0, 9156.0, 9120.0, 9129.0, 9056.0, 9122.0, 9016.0, 9119.0, 9070.0, 9103.0, 9046.0, 9032.0, 9064.0, 9052.0, 9136.0, 9121.0, 9078.0, 9112.0, 9073.0, 9148.0, 9101.0, 9142.0, 9139.0, 9108.0, 9122.0, 9062.0, 9124.0, 9056.0, 9120.0, 9074.0, 9159.0, 9047.0, 9069.0, 9033.0, 9103.0, 9037.0, 9096.0, 9057.0, 9094.0, 9077.0, 9115.0, 9076.0, 9135.0, 9100.0, 9156.0, 9078.0, 9180.0, 9118.0, 9124.0, 9135.0, 9122.0, 9145.0, 9108.0, 9048.0, 9036.0, 9034.0, 9030.0, 9034.0, 9062.0, 9077.0, 9081.0, 9137.0, 9094.0, 9125.0, 9119.0, 9102.0, 9150.0, 9105.0, 9182.0, 9098.0, 9157.0, 9129.0, 9124.0, 9119.0, 9119.0, 9136.0, 9070.0, 9111.0, 9116.0, 9115.0, 9043.0, 9081.0, 9028.0, 9085.0, 9036.0, 9104.0, 9055.0, 9093.0, 9056.0, 9097.0, 9044.0, 9129.0, 9057.0, 9083.0, 9125.0, 9066.0, 9144.0, 9061.0, 9115.0, 9053.0, 9126.0, 9078.0, 9018.0, 9082.0, 9048.0, 9085.0, 9060.0, 9161.0, 9111.0, 9136.0, 9138.0, 9160.0, 9144.0, 9125.0, 9106.0, 9084.0, 9150.0, 9038.0, 9107.0, 9078.0, 9109.0, 9102.0, 9089.0, 9116.0, 9098.0, 9162.0, 9080.0, 9141.0, 9145.0, 9113.0, 9159.0, 9103.0, 9115.0, 9081.0, 9143.0, 9100.0, 9114.0, 9023.0, 9088.0, 9025.0, 9012.0, 9026.0, 9025.0, 9082.0, 9051.0, 9087.0, 9118.0, 9063.0, 9121.0, 9062.0, 9117.0, 9075.0, 9094.0, 9035.0, 9069.0, 8997.0, 9037.0, 8992.0, 9024.0, 8982.0, 9023.0, 8977.0, 9021.0, 8991.0, 9022.0, 8997.0, 9016.0, 9068.0, 8991.0, 9079.0, 9004.0, 9064.0, 8979.0, 9036.0, 8996.0, 9055.0, 9022.0, 9045.0, 9012.0, 9042.0, 8988.0, 9049.0, 9011.0, 9093.0, 9060.0, 9088.0, 9056.0, 9089.0, 9099.0, 9089.0, 9158.0, 9108.0, 9176.0, 9135.0, 9151.0, 9116.0, 9141.0, 9097.0, 9115.0, 9056.0, 9137.0, 9077.0, 9118.0, 9065.0, 9114.0, 9062.0, 9116.0, 9041.0, 9098.0, 9061.0, 9118.0, 9070.0, 9142.0, 9109.0, 9160.0, 9121.0, 9158.0, 9101.0, 9140.0, 9086.0, 9147.0, 9088.0, 9157.0, 9065.0, 9125.0, 9049.0, 9140.0, 9048.0, 9136.0, 9069.0, 9124.0, 9066.0, 9125.0, 9074.0, 9150.0, 9095.0, 9111.0, 9075.0, 9082.0, 9104.0, 9100.0, 9098.0, 9072.0, 9149.0, 9080.0, 9198.0, 9175.0, 9239.0, 9173.0, 9197.0, 9158.0, 9201.0, 9125.0, 9172.0, 9091.0, 9118.0, 9052.0, 9109.0, 9034.0, 9109.0, 9015.0, 9053.0, 9016.0, 9068.0, 9018.0, 9075.0, 9008.0, 9078.0, 9003.0, 9059.0, 9002.0, 9045.0, 8999.0, 9060.0, 9004.0, 9031.0, 9001.0, 9030.0, 9073.0, 9017.0, 9092.0, 9023.0, 9081.0, 9048.0, 9088.0, 9052.0, 9111.0, 9062.0, 9118.0, 9069.0, 9124.0, 9077.0, 9120.0, 9105.0, 9107.0, 9133.0, 9104.0, 9128.0, 9087.0, 9130.0, 9090.0, 9148.0, 9089.0, 9149.0, 9080.0, 9133.0, 9095.0, 9134.0, 9099.0, 9145.0, 9083.0, 9158.0, 9082.0, 9126.0, 9126.0, 9108.0, 9152.0, 9107.0, 9149.0, 9090.0, 9120.0, 9090.0, 9131.0, 9072.0, 9131.0, 9092.0, 9142.0, 9074.0, 9134.0, 9085.0, 9147.0, 9087.0, 9151.0, 9083.0, 9152.0, 9130.0, 9140.0, 9126.0, 9105.0, 9162.0, 9101.0, 9125.0, 9168.0, 9127.0, 9171.0, 9126.0, 9176.0, 9132.0, 9140.0, 9072.0, 9097.0, 9060.0, 9119.0, 9099.0, 9143.0, 9110.0, 9151.0, 9142.0, 9180.0, 9156.0, 9194.0, 9122.0, 9172.0, 9095.0, 9157.0, 9092.0, 9155.0, 9115.0, 9114.0, 9111.0, 9080.0, 9106.0, 9077.0, 9080.0, 9082.0, 9057.0, 9087.0, 9130.0, 9091.0, 9135.0, 9077.0, 9159.0, 9065.0, 9097.0, 9061.0, 9028.0, 9105.0, 9065.0, 9148.0, 9128.0, 9169.0, 9147.0, 9169.0, 9128.0, 9154.0, 9117.0, 9128.0, 9104.0, 9066.0, 9120.0, 9108.0, 9074.0, 9123.0, 9060.0, 9134.0, 9085.0, 9099.0, 9057.0, 9111.0, 9027.0, 9080.0, 9013.0, 9072.0, 9012.0, 9030.0, 8995.0, 9009.0, 8995.0, 9046.0, 9007.0, 9054.0, 9037.0, 9080.0, 9059.0, 9104.0, 9076.0, 9125.0, 9078.0, 9106.0, 9132.0, 9104.0, 9147.0, 9088.0, 9145.0, 9112.0, 9135.0, 9075.0, 9117.0, 9039.0, 9100.0, 9061.0, 9116.0, 9100.0, 9135.0, 9079.0, 9109.0, 9081.0, 9085.0, 9142.0, 9085.0, 9175.0, 9110.0, 9147.0, 9166.0, 9106.0, 9165.0, 9104.0, 9144.0, 9083.0, 9138.0, 9062.0, 9114.0, 9031.0, 9087.0, 8982.0, 9066.0, 9024.0, 9084.0, 9000.0, 9040.0, 9002.0, 9035.0, 9005.0, 9024.0, 9054.0, 9027.0, 9106.0, 9050.0, 9067.0, 9028.0, 9105.0, 9029.0, 9103.0, 9036.0, 9086.0, 9050.0, 9091.0, 9067.0, 9122.0, 9079.0, 9102.0, 9125.0, 9076.0, 9167.0, 9105.0, 9155.0, 9080.0, 9121.0, 9095.0, 9128.0, 9108.0, 9146.0, 9087.0, 9123.0, 9076.0, 9128.0, 9096.0, 9110.0, 9090.0, 9072.0, 9104.0, 9081.0, 9126.0, 9083.0, 9143.0, 9096.0, 9143.0, 9098.0, 9176.0, 9078.0, 9138.0, 9068.0, 9101.0, 9093.0, 9082.0, 9124.0, 9081.0, 9096.0, 9083.0, 9098.0, 9081.0, 9123.0, 9089.0, 9135.0, 9056.0, 9103.0, 9045.0, 9024.0, 9044.0, 9018.0, 9104.0, 9054.0, 9106.0, 9076.0, 9102.0, 9100.0, 9118.0, 9091.0, 9169.0, 9139.0, 9124.0, 9104.0, 9101.0, 9107.0, 9096.0, 9058.0, 9016.0, 9044.0, 8993.0, 9041.0, 9011.0, 9035.0, 8999.0, 9058.0, 9003.0, 9048.0, 9018.0, 9070.0, 9011.0, 9084.0, 9024.0, 9082.0, 9021.0, 9062.0, 9003.0, 9031.0, 8994.0, 9058.0, 8993.0, 9036.0, 8982.0, 9056.0, 9003.0, 9048.0, 9025.0, 9071.0, 9031.0, 9093.0, 9048.0, 9082.0, 9094.0, 9065.0, 9141.0, 9054.0, 9123.0, 9063.0, 9108.0, 9048.0, 9106.0, 9036.0, 9095.0, 9049.0, 9083.0, 9124.0, 9072.0, 9142.0, 9076.0, 9129.0, 9076.0, 9133.0, 9080.0, 9120.0, 9109.0, 9155.0, 9076.0, 9118.0, 9042.0, 9164.0, 9143.0, 9175.0, 9142.0, 9129.0, 9120.0, 9191.0, 9166.0, 9195.0, 9183.0, 9193.0, 9159.0, 9153.0, 9134.0, 9165.0, 9132.0, 9143.0, 9109.0, 9135.0, 9068.0, 9112.0, 9035.0, 9077.0, 9051.0, 9088.0, 9050.0, 9085.0, 9070.0, 9072.0, 9075.0, 9087.0, 9075.0, 9138.0, 9083.0, 9164.0, 9073.0, 9139.0, 9084.0, 9128.0, 9050.0, 9106.0, 9033.0, 9090.0, 9051.0, 9098.0, 9055.0, 9069.0, 9067.0, 9088.0, 9094.0, 9068.0, 9126.0, 9067.0, 9172.0, 9094.0, 9133.0, 9089.0, 9123.0, 9095.0, 9089.0, 9075.0, 9069.0, 9086.0, 9059.0, 9105.0, 9077.0, 9123.0, 9073.0, 9117.0, 9059.0, 9107.0, 9073.0, 9131.0, 9055.0, 9116.0, 9055.0, 9096.0, 9047.0, 9095.0, 9032.0, 9107.0, 9035.0, 9092.0, 9032.0, 9078.0, 9030.0, 9092.0, 9047.0, 9077.0, 9047.0, 9078.0, 9091.0, 9079.0, 9122.0, 9104.0, 9123.0, 9050.0, 9072.0, 9044.0, 9044.0, 9047.0, 9035.0, 9065.0, 9049.0, 9111.0, 9080.0, 9111.0, 9065.0, 9131.0, 9112.0, 9156.0, 9112.0, 9124.0, 9110.0, 9097.0, 9125.0, 9074.0, 9123.0, 9075.0, 9150.0, 9083.0, 9139.0, 9061.0, 9119.0, 9081.0, 9135.0, 9081.0, 9151.0, 9104.0, 9138.0, 9079.0, 9124.0, 9081.0, 9156.0, 9103.0, 9158.0, 9091.0, 9138.0, 9087.0, 9153.0, 9082.0, 9158.0, 9101.0, 9158.0, 9083.0, 9160.0, 9110.0, 9108.0, 9149.0, 9127.0, 9143.0, 9073.0, 9101.0, 9068.0, 9108.0, 9060.0, 9113.0, 9056.0, 9101.0, 9057.0, 9122.0, 9059.0, 9118.0, 9081.0, 9051.0, 9108.0, 9047.0, 9032.0, 9145.0, 9109.0, 9164.0, 9191.0, 9121.0, 9145.0, 9063.0, 9107.0, 9069.0, 9114.0, 9034.0, 9102.0, 9024.0, 9079.0, 9023.0, 9078.0, 9036.0, 9056.0, 9055.0, 9080.0, 9048.0, 9031.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.002637003444316877</td></tr>
<tr><td colspan=3>aqi</td><td>0.05223029184845005</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.46392763941385</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1524037955172413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016382051379313</td></tr>
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
<tr><td colspan=3>fber</td><td>4288.7148</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18798964783592936</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>248</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.473019517795638</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7284426573561387</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6586412093403267</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9856534742710195</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5410332884570708</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132588</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010844266042113304</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0342206247150898</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.011481751394711</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>26.5932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1369</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6872</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292963.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>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.0571</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.236</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.9288</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3234.3162</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.5477</td></tr>
<tr><td colspan=3>tsnr</td><td>27.39636753872037</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>