ds005256-mriqc/sub-0115_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0115_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-04/func/sub-0115_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cf66a83991dbbac0c3352ac23b6e2bca</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:47:58.085000</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.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</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.0967532</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7713, -7278, 240, -125, -51, -84, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>57609541-ab37-4ea2-9809-20a64ef602dc||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.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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': ['194758.085000', '194758.545000', '194759.005000', '194759.465000', '194759.925000', '194800.385000', '194800.845000', '194801.305000', '194801.765000', '194802.225000', '194802.685000', '194803.145000', '194803.605000', '194804.065000', '194804.525000', '194804.985000', '194805.445000', '194805.905000', '194806.365000', '194806.825000', '194807.285000', '194807.745000', '194808.205000', '194808.665000', '194809.125000', '194809.585000', '194810.045000', '194810.505000', '194810.965000', '194811.425000', '194811.885000', '194812.345000', '194812.805000', '194813.265000', '194813.725000', '194814.185000', '194814.645000', '194815.105000', '194815.565000', '194816.025000', '194816.485000', '194816.945000', '194817.405000', '194817.865000', '194818.325000', '194818.785000', '194819.245000', '194819.705000', '194820.165000', '194820.625000', '194821.085000', '194821.545000', '194822.005000', '194822.465000', '194822.925000', '194823.385000', '194823.845000', '194824.305000', '194824.765000', '194825.225000', '194825.685000', '194826.145000', '194826.605000', '194827.065000', '194827.525000', '194827.985000', '194828.445000', '194828.905000', '194829.365000', '194829.825000', '194830.285000', '194830.745000', '194831.205000', '194831.665000', '194832.125000', '194832.585000', '194833.045000', '194833.505000', '194833.965000', '194834.425000', '194834.885000', '194835.345000', '194835.805000', '194836.265000', '194836.725000', '194837.185000', '194837.645000', '194838.105000', '194838.565000', '194839.025000', '194839.485000', '194839.945000', '194840.405000', '194840.865000', '194841.325000', '194841.785000', '194842.245000', '194842.705000', '194843.165000', '194843.625000', '194844.085000', '194844.545000', '194845.005000', '194845.465000', '194845.925000', '194846.385000', '194846.845000', '194847.305000', '194847.765000', '194848.225000', '194848.685000', '194849.145000', '194849.605000', '194850.065000', '194850.525000', '194850.985000', '194851.445000', '194851.905000', '194852.365000', '194852.825000', '194853.285000', '194853.745000', '194854.205000', '194854.665000', '194855.125000', '194855.585000', '194856.045000', '194856.505000', '194856.965000', '194857.425000', '194857.885000', '194858.345000', '194858.805000', '194859.265000', '194859.725000', '194900.185000', '194900.645000', '194901.105000', '194901.565000', '194902.025000', '194902.485000', '194902.945000', '194903.405000', '194903.865000', '194904.325000', '194904.785000', '194905.245000', '194905.705000', '194906.165000', '194906.625000', '194907.085000', '194907.545000', '194908.005000', '194908.465000', '194908.925000', '194909.385000', '194909.845000', '194910.305000', '194910.765000', '194911.225000', '194911.685000', '194912.145000', '194912.605000', '194913.065000', '194913.525000', '194913.985000', '194914.445000', '194914.905000', '194915.365000', '194915.825000', '194916.285000', '194916.745000', '194917.205000', '194917.665000', '194918.125000', '194918.585000', '194919.045000', '194919.505000', '194919.965000', '194920.425000', '194920.885000', '194921.345000', '194921.805000', '194922.265000', '194922.725000', '194923.185000', '194923.645000', '194924.105000', '194924.565000', '194925.025000', '194925.485000', '194925.945000', '194926.405000', '194926.865000', '194927.325000', '194927.785000', '194928.245000', '194928.705000', '194929.165000', '194929.625000', '194930.085000', '194930.545000', '194931.005000', '194931.465000', '194931.925000', '194932.385000', '194932.845000', '194933.305000', '194933.765000', '194934.225000', '194934.685000', '194935.145000', '194935.605000', '194936.065000', '194936.525000', '194936.985000', '194937.445000', '194937.905000', '194938.365000', '194938.825000', '194939.285000', '194939.745000', '194940.205000', '194940.665000', '194941.125000', '194941.585000', '194942.045000', '194942.505000', '194942.965000', '194943.425000', '194943.885000', '194944.345000', '194944.805000', '194945.265000', '194945.725000', '194946.185000', '194946.645000', '194947.105000', '194947.565000', '194948.025000', '194948.485000', '194948.945000', '194949.405000', '194949.865000', '194950.325000', '194950.785000', '194951.245000', '194951.705000', '194952.165000', '194952.625000', '194953.085000', '194953.545000', '194954.005000', '194954.465000', '194954.925000', '194955.385000', '194955.845000', '194956.305000', '194956.765000', '194957.225000', '194957.685000', '194958.145000', '194958.605000', '194959.065000', '194959.525000', '194959.985000', '195000.445000', '195000.905000', '195001.365000', '195001.825000', '195002.285000', '195002.745000', '195003.205000', '195003.665000', '195004.125000', '195004.585000', '195005.045000', '195005.505000', '195005.965000', '195006.425000', '195006.885000', '195007.345000', '195007.805000', '195008.265000', '195008.725000', '195009.185000', '195009.645000', '195010.105000', '195010.565000', '195011.025000', '195011.485000', '195011.945000', '195012.405000', '195012.865000', '195013.325000', '195013.785000', '195014.245000', '195014.705000', '195015.165000', '195015.625000', '195016.085000', '195016.545000', '195017.005000', '195017.465000', '195017.925000', '195018.385000', '195018.845000', '195019.305000', '195019.765000', '195020.225000', '195020.685000', '195021.145000', '195021.605000', '195022.065000', '195022.525000', '195022.985000', '195023.445000', '195023.905000', '195024.365000', '195024.825000', '195025.285000', '195025.745000', '195026.205000', '195026.665000', '195027.125000', '195027.585000', '195028.045000', '195028.505000', '195028.965000', '195029.425000', '195029.885000', '195030.345000', '195030.805000', '195031.265000', '195031.725000', '195032.185000', '195032.645000', '195033.105000', '195033.565000', '195034.025000', '195034.485000', '195034.945000', '195035.405000', '195035.865000', '195036.325000', '195036.785000', '195037.245000', '195037.705000', '195038.165000', '195038.625000', '195039.085000', '195039.545000', '195040.005000', '195040.465000', '195040.925000', '195041.385000', '195041.845000', '195042.305000', '195042.765000', '195043.225000', '195043.685000', '195044.145000', '195044.605000', '195045.065000', '195045.525000', '195045.985000', '195046.445000', '195046.905000', '195047.365000', '195047.825000', '195048.285000', '195048.745000', '195049.205000', '195049.665000', '195050.125000', '195050.585000', '195051.045000', '195051.505000', '195051.965000', '195052.425000', '195052.885000', '195053.345000', '195053.805000', '195054.265000', '195054.725000', '195055.185000', '195055.645000', '195056.105000', '195056.565000', '195057.025000', '195057.485000', '195057.945000', '195058.405000', '195058.865000', '195059.325000', '195059.785000', '195100.245000', '195100.705000', '195101.165000', '195101.625000', '195102.085000', '195102.545000', '195103.005000', '195103.465000', '195103.925000', '195104.385000', '195104.845000', '195105.305000', '195105.765000', '195106.225000', '195106.685000', '195107.145000', '195107.605000', '195108.065000', '195108.525000', '195108.985000', '195109.445000', '195109.905000', '195110.365000', '195110.825000', '195111.285000', '195111.745000', '195112.205000', '195112.665000', '195113.125000', '195113.585000', '195114.045000', '195114.505000', '195114.965000', '195115.425000', '195115.885000', '195116.345000', '195116.805000', '195117.265000', '195117.725000', '195118.185000', '195118.645000', '195119.105000', '195119.565000', '195120.025000', '195120.485000', '195120.945000', '195121.405000', '195121.865000', '195122.325000', '195122.785000', '195123.245000', '195123.705000', '195124.165000', '195124.625000', '195125.085000', '195125.545000', '195126.005000', '195126.465000', '195126.925000', '195127.385000', '195127.845000', '195128.305000', '195128.765000', '195129.225000', '195129.685000', '195130.145000', '195130.605000', '195131.065000', '195131.525000', '195131.985000', '195132.445000', '195132.905000', '195133.365000', '195133.825000', '195134.285000', '195134.745000', '195135.205000', '195135.665000', '195136.125000', '195136.585000', '195137.045000', '195137.505000', '195137.965000', '195138.425000', '195138.885000', '195139.345000', '195139.805000', '195140.265000', '195140.725000', '195141.185000', '195141.645000', '195142.105000', '195142.565000', '195143.025000', '195143.485000', '195143.945000', '195144.405000', '195144.865000', '195145.325000', '195145.785000', '195146.245000', '195146.705000', '195147.165000', '195147.625000', '195148.085000', '195148.545000', '195149.005000', '195149.465000', '195149.925000', '195150.385000', '195150.845000', '195151.305000', '195151.765000', '195152.225000', '195152.685000', '195153.145000', '195153.605000', '195154.065000', '195154.525000', '195154.985000', '195155.445000', '195155.905000', '195156.365000', '195156.825000', '195157.285000', '195157.745000', '195158.205000', '195158.665000', '195159.125000', '195159.585000', '195200.045000', '195200.505000', '195200.965000', '195201.425000', '195201.885000', '195202.345000', '195202.805000', '195203.265000', '195203.725000', '195204.185000', '195204.645000', '195205.105000', '195205.565000', '195206.025000', '195206.485000', '195206.945000', '195207.405000', '195207.865000', '195208.325000', '195208.785000', '195209.245000', '195209.705000', '195210.165000', '195210.625000', '195211.085000', '195211.545000', '195212.005000', '195212.465000', '195212.925000', '195213.385000', '195213.845000', '195214.305000', '195214.765000', '195215.225000', '195215.685000', '195216.145000', '195216.605000', '195217.065000', '195217.525000', '195217.985000', '195218.445000', '195218.905000', '195219.365000', '195219.825000', '195220.285000', '195220.745000', '195221.205000', '195221.665000', '195222.125000', '195222.585000', '195223.045000', '195223.505000', '195223.965000', '195224.425000', '195224.885000', '195225.345000', '195225.805000', '195226.265000', '195226.725000', '195227.185000', '195227.645000', '195228.105000', '195228.565000', '195229.025000', '195229.485000', '195229.945000', '195230.405000', '195230.865000', '195231.325000', '195231.785000', '195232.245000', '195232.705000', '195233.165000', '195233.625000', '195234.085000', '195234.545000', '195235.005000', '195235.465000', '195235.925000', '195236.385000', '195236.845000', '195237.305000', '195237.765000', '195238.225000', '195238.685000', '195239.145000', '195239.605000', '195240.065000', '195240.525000', '195240.985000', '195241.445000', '195241.905000', '195242.365000', '195242.825000', '195243.285000', '195243.745000', '195244.205000', '195244.665000', '195245.125000', '195245.585000', '195246.045000', '195246.505000', '195246.965000', '195247.425000', '195247.885000', '195248.345000', '195248.805000', '195249.265000', '195249.725000', '195250.185000', '195250.645000', '195251.105000', '195251.565000', '195252.025000', '195252.485000', '195252.945000', '195253.405000', '195253.865000', '195254.325000', '195254.785000', '195255.245000', '195255.705000', '195256.165000', '195256.625000', '195257.085000', '195257.545000', '195258.005000', '195258.465000', '195258.925000', '195259.385000', '195259.845000', '195300.305000', '195300.765000', '195301.225000', '195301.685000', '195302.145000', '195302.605000', '195303.065000', '195303.525000', '195303.985000', '195304.445000', '195304.905000', '195305.365000', '195305.825000', '195306.285000', '195306.745000', '195307.205000', '195307.665000', '195308.125000', '195308.585000', '195309.045000', '195309.505000', '195309.965000', '195310.425000', '195310.885000', '195311.345000', '195311.805000', '195312.265000', '195312.725000', '195313.185000', '195313.645000', '195314.105000', '195314.565000', '195315.025000', '195315.485000', '195315.945000', '195316.405000', '195316.865000', '195317.325000', '195317.785000', '195318.245000', '195318.705000', '195319.165000', '195319.625000', '195320.085000', '195320.545000', '195321.005000', '195321.465000', '195321.925000', '195322.385000', '195322.845000', '195323.305000', '195323.765000', '195324.225000', '195324.685000', '195325.145000', '195325.605000', '195326.065000', '195326.525000', '195326.985000', '195327.445000', '195327.905000', '195328.365000', '195328.825000', '195329.285000', '195329.745000', '195330.205000', '195330.665000', '195331.125000', '195331.585000', '195332.045000', '195332.505000', '195332.965000', '195333.425000', '195333.885000', '195334.345000', '195334.805000', '195335.265000', '195335.725000', '195336.185000', '195336.645000', '195337.105000', '195337.565000', '195338.025000', '195338.485000', '195338.945000', '195339.405000', '195339.865000', '195340.325000', '195340.785000', '195341.245000', '195341.705000', '195342.165000', '195342.625000', '195343.085000', '195343.545000', '195344.005000', '195344.465000', '195344.925000', '195345.385000', '195345.845000', '195346.305000', '195346.765000', '195347.225000', '195347.685000', '195348.145000', '195348.605000', '195349.065000', '195349.525000', '195349.985000', '195350.445000', '195350.905000', '195351.365000', '195351.825000', '195352.285000', '195352.745000', '195353.205000', '195353.665000', '195354.125000', '195354.585000', '195355.045000', '195355.505000', '195355.965000', '195356.425000', '195356.885000', '195357.345000', '195357.805000', '195358.265000', '195358.725000', '195359.185000', '195359.645000', '195400.105000', '195400.565000', '195401.025000', '195401.485000', '195401.945000', '195402.405000', '195402.865000', '195403.325000', '195403.785000', '195404.245000', '195404.705000', '195405.165000', '195405.625000', '195406.085000', '195406.545000', '195407.005000', '195407.465000', '195407.925000', '195408.385000', '195408.845000', '195409.305000', '195409.765000', '195410.225000', '195410.685000', '195411.145000', '195411.605000', '195412.065000', '195412.525000', '195412.985000', '195413.445000', '195413.905000', '195414.365000', '195414.825000', '195415.285000', '195415.745000', '195416.205000', '195416.665000', '195417.125000', '195417.585000', '195418.045000', '195418.505000', '195418.965000', '195419.425000', '195419.885000', '195420.345000', '195420.805000', '195421.265000', '195421.725000', '195422.185000', '195422.645000', '195423.105000', '195423.565000', '195424.025000', '195424.485000', '195424.945000', '195425.405000', '195425.865000', '195426.325000', '195426.785000', '195427.245000', '195427.705000', '195428.165000', '195428.625000', '195429.085000', '195429.545000', '195430.005000', '195430.465000', '195430.925000', '195431.385000', '195431.845000', '195432.305000', '195432.765000', '195433.225000', '195433.685000', '195434.145000', '195434.605000', '195435.065000', '195435.525000', '195435.985000', '195436.445000', '195436.905000', '195437.365000', '195437.825000', '195438.285000', '195438.745000'], 'ContentTime': ['194816.897000', '194816.900000', '194816.903000', '194816.905000', '194816.908000', '194816.910000', '194816.913000', '194816.916000', '194816.918000', '194816.921000', '194816.923000', '194816.926000', '194816.929000', '194816.931000', '194816.934000', '194816.936000', '194816.939000', '194816.941000', '194816.944000', '194816.947000', '194816.949000', '194816.952000', '194816.954000', '194816.957000', '194816.959000', '194816.962000', '194816.964000', '194816.967000', '194816.976000', '194816.979000', '194816.982000', '194816.984000', '194816.987000', '194816.989000', '194816.992000', '194816.994000', '194816.997000', '194817.000000', '194817.003000', '194836.825000', '194836.828000', '194836.831000', '194836.833000', '194836.836000', '194836.838000', '194836.841000', '194836.843000', '194836.846000', '194836.849000', '194836.851000', '194836.854000', '194836.856000', '194836.859000', '194836.868000', '194836.871000', '194836.874000', '194836.876000', '194836.879000', '194836.881000', '194836.884000', '194836.886000', '194836.889000', '194836.891000', '194836.894000', '194836.897000', '194836.900000', '194836.903000', '194836.906000', '194836.908000', '194836.911000', '194836.913000', '194836.916000', '194836.918000', '194836.921000', '194836.923000', '194836.926000', '194836.928000', '194836.931000', '194836.933000', '194836.936000', '194836.938000', '194836.941000', '194856.825000', '194856.828000', '194856.831000', '194856.833000', '194856.836000', '194856.838000', '194856.841000', '194856.844000', '194856.846000', '194856.849000', '194856.851000', '194856.854000', '194856.856000', '194856.859000', '194856.861000', '194856.864000', '194856.867000', '194856.869000', '194856.872000', '194856.874000', '194856.877000', '194856.879000', '194856.882000', '194856.884000', '194856.887000', '194856.890000', '194856.892000', '194856.895000', '194856.897000', '194856.900000', '194856.902000', '194856.905000', '194856.907000', '194856.910000', '194856.913000', '194856.915000', '194856.918000', '194856.920000', '194856.923000', '194856.925000', '194856.928000', '194856.931000', '194856.933000', '194856.936000', '194916.825000', '194916.828000', '194916.831000', '194916.833000', '194916.836000', '194916.839000', '194916.841000', '194916.854000', '194916.856000', '194916.859000', '194916.861000', '194916.864000', '194916.867000', '194916.869000', '194916.872000', '194916.874000', '194916.877000', '194916.880000', '194916.882000', '194916.885000', '194916.887000', '194916.890000', '194916.892000', '194916.895000', '194916.897000', '194916.900000', '194916.903000', '194916.905000', '194916.908000', '194916.910000', '194916.913000', '194916.915000', '194916.918000', '194916.920000', '194916.923000', '194916.925000', '194916.928000', '194916.931000', '194916.933000', '194916.936000', '194916.939000', '194916.942000', '194916.945000', '194936.825000', '194936.828000', '194936.831000', '194936.833000', '194936.836000', '194936.839000', '194936.841000', '194936.844000', '194936.846000', '194936.849000', '194936.851000', '194936.854000', '194936.856000', '194936.859000', '194936.862000', '194936.864000', '194936.867000', '194936.869000', '194936.872000', '194936.874000', '194936.877000', '194936.879000', '194936.882000', '194936.884000', '194936.887000', '194936.890000', '194936.892000', '194936.895000', '194936.897000', '194936.900000', '194936.903000', '194936.905000', '194936.908000', '194936.910000', '194936.913000', '194936.915000', '194936.918000', '194936.920000', '194936.923000', '194936.926000', '194936.928000', '194936.931000', '194936.933000', '194936.936000', '194956.825000', '194956.828000', '194956.831000', '194956.833000', '194956.836000', '194956.839000', '194956.841000', '194956.844000', '194956.846000', '194956.849000', '194956.851000', '194956.854000', '194956.856000', '194956.873000', '194956.875000', '194956.878000', '194956.880000', '194956.883000', '194956.885000', '194956.888000', '194956.891000', '194956.893000', '194956.896000', '194956.898000', '194956.901000', '194956.903000', '194956.906000', '194956.909000', '194956.911000', '194956.914000', '194956.916000', '194956.919000', '194956.921000', '194956.924000', '194956.927000', '194956.930000', '194956.933000', '194956.936000', '194956.939000', '194956.941000', '194956.944000', '194956.946000', '194956.949000', '195016.825000', '195016.828000', '195016.831000', '195016.833000', '195016.836000', '195016.838000', '195016.841000', '195016.844000', '195016.846000', '195016.849000', '195016.851000', '195016.854000', '195016.857000', '195016.859000', '195016.862000', '195016.864000', '195016.867000', '195016.879000', '195016.881000', '195016.884000', '195016.887000', '195016.889000', '195016.892000', '195016.894000', '195016.897000', '195016.900000', '195016.902000', '195016.905000', '195016.907000', '195016.910000', '195016.912000', '195016.915000', '195016.918000', '195016.920000', '195016.923000', '195016.925000', '195016.928000', '195016.930000', '195016.933000', '195016.935000', '195016.938000', '195016.941000', '195016.943000', '195016.946000', '195036.825000', '195036.828000', '195036.831000', '195036.834000', '195036.836000', '195036.839000', '195036.841000', '195036.844000', '195036.847000', '195036.849000', '195036.852000', '195036.855000', '195036.857000', '195036.860000', '195036.863000', '195036.865000', '195036.868000', '195036.870000', '195036.873000', '195036.876000', '195036.878000', '195036.881000', '195036.884000', '195036.886000', '195036.889000', '195036.891000', '195036.894000', '195036.897000', '195036.899000', '195036.902000', '195036.904000', '195036.907000', '195036.910000', '195036.912000', '195036.915000', '195036.917000', '195036.920000', '195036.922000', '195036.925000', '195036.927000', '195036.930000', '195036.933000', '195036.935000', '195056.826000', '195056.828000', '195056.831000', '195056.834000', '195056.836000', '195056.839000', '195056.842000', '195056.844000', '195056.847000', '195056.849000', '195056.852000', '195056.855000', '195056.857000', '195056.860000', '195056.863000', '195056.865000', '195056.868000', '195056.871000', '195056.873000', '195056.876000', '195056.879000', '195056.881000', '195056.884000', '195056.886000', '195056.889000', '195056.892000', '195056.894000', '195056.897000', '195056.900000', '195056.902000', '195056.905000', '195056.907000', '195056.910000', '195056.912000', '195056.915000', '195056.917000', '195056.920000', '195056.923000', '195056.925000', '195056.928000', '195056.930000', '195056.933000', '195056.936000', '195056.938000', '195116.825000', '195116.828000', '195116.831000', '195116.833000', '195116.836000', '195116.839000', '195116.841000', '195116.844000', '195116.847000', '195116.849000', '195116.852000', '195116.854000', '195116.857000', '195116.860000', '195116.862000', '195116.865000', '195116.868000', '195116.870000', '195116.873000', '195116.875000', '195116.878000', '195116.881000', '195116.883000', '195116.886000', '195116.889000', '195116.891000', '195116.894000', '195116.896000', '195116.899000', '195116.902000', '195116.904000', '195116.907000', '195116.909000', '195116.912000', '195116.915000', '195116.917000', '195116.920000', '195116.922000', '195116.940000', '195116.943000', '195116.946000', '195116.948000', '195116.951000', '195136.826000', '195136.835000', '195136.838000', '195136.840000', '195136.843000', '195136.846000', '195136.848000', '195136.851000', '195136.853000', '195136.856000', '195136.859000', '195136.862000', '195136.864000', '195136.867000', '195136.869000', '195136.872000', '195136.875000', '195136.878000', '195136.880000', '195136.883000', '195136.885000', '195136.888000', '195136.891000', '195136.893000', '195136.896000', '195136.899000', '195136.901000', '195136.904000', '195136.906000', '195136.909000', '195136.912000', '195136.914000', '195136.917000', '195136.920000', '195136.922000', '195136.925000', '195136.927000', '195136.930000', '195136.933000', '195136.935000', '195136.938000', '195136.940000', '195136.943000', '195136.946000', '195156.825000', '195156.828000', '195156.831000', '195156.834000', '195156.836000', '195156.839000', '195156.841000', '195156.844000', '195156.846000', '195156.849000', '195156.852000', '195156.854000', '195156.857000', '195156.859000', '195156.862000', '195156.864000', '195156.867000', '195156.870000', '195156.872000', '195156.875000', '195156.877000', '195156.880000', '195156.883000', '195156.885000', '195156.888000', '195156.891000', '195156.893000', '195156.896000', '195156.899000', '195156.901000', '195156.904000', '195156.906000', '195156.909000', '195156.912000', '195156.914000', '195156.917000', '195156.920000', '195156.922000', '195156.925000', '195156.927000', '195156.930000', '195156.932000', '195156.935000', '195216.825000', '195216.828000', '195216.831000', '195216.833000', '195216.836000', '195216.838000', '195216.841000', '195216.844000', '195216.846000', '195216.849000', '195216.851000', '195216.854000', '195216.856000', '195216.859000', '195216.862000', '195216.864000', '195216.867000', '195216.869000', '195216.872000', '195216.875000', '195216.877000', '195216.880000', '195216.882000', '195216.885000', '195216.888000', '195216.890000', '195216.893000', '195216.895000', '195216.898000', '195216.900000', '195216.903000', '195216.906000', '195216.908000', '195216.911000', '195216.913000', '195216.916000', '195216.918000', '195216.921000', '195216.924000', '195216.926000', '195216.929000', '195216.931000', '195216.934000', '195216.936000', '195236.825000', '195236.848000', '195236.850000', '195236.853000', '195236.855000', '195236.858000', '195236.861000', '195236.863000', '195236.866000', '195236.868000', '195236.871000', '195236.873000', '195236.876000', '195236.879000', '195236.881000', '195236.884000', '195236.886000', '195236.889000', '195236.891000', '195236.894000', '195236.897000', '195236.899000', '195236.902000', '195236.904000', '195236.907000', '195236.909000', '195236.912000', '195236.915000', '195236.917000', '195236.920000', '195236.922000', '195236.925000', '195236.927000', '195236.930000', '195236.933000', '195236.935000', '195236.938000', '195236.940000', '195236.943000', '195236.945000', '195236.948000', '195236.951000', '195236.953000', '195256.826000', '195256.828000', '195256.831000', '195256.834000', '195256.836000', '195256.839000', '195256.842000', '195256.845000', '195256.848000', '195256.850000', '195256.853000', '195256.856000', '195256.858000', '195256.861000', '195256.864000', '195256.866000', '195256.869000', '195256.872000', '195256.874000', '195256.890000', '195256.893000', '195256.896000', '195256.898000', '195256.901000', '195256.904000', '195256.906000', '195256.909000', '195256.912000', '195256.914000', '195256.917000', '195256.919000', '195256.922000', '195256.925000', '195256.927000', '195256.930000', '195256.933000', '195256.935000', '195256.938000', '195256.940000', '195256.943000', '195256.946000', '195256.948000', '195256.951000', '195256.954000', '195316.825000', '195316.837000', '195316.840000', '195316.843000', '195316.845000', '195316.848000', '195316.851000', '195316.853000', '195316.856000', '195316.858000', '195316.861000', '195316.864000', '195316.866000', '195316.869000', '195316.871000', '195316.874000', '195316.877000', '195316.880000', '195316.882000', '195316.885000', '195316.887000', '195316.891000', '195316.893000', '195316.896000', '195316.898000', '195316.901000', '195316.904000', '195316.906000', '195316.909000', '195316.911000', '195316.914000', '195316.917000', '195316.919000', '195316.922000', '195316.925000', '195316.927000', '195316.930000', '195316.932000', '195316.935000', '195316.938000', '195316.940000', '195316.943000', '195316.945000', '195336.825000', '195336.828000', '195336.831000', '195336.833000', '195336.836000', '195336.839000', '195336.841000', '195336.844000', '195336.846000', '195336.849000', '195336.851000', '195336.854000', '195336.857000', '195336.859000', '195336.862000', '195336.864000', '195336.867000', '195336.869000', '195336.872000', '195336.875000', '195336.877000', '195336.880000', '195336.882000', '195336.885000', '195336.887000', '195336.890000', '195336.893000', '195336.895000', '195336.898000', '195336.900000', '195336.903000', '195336.906000', '195336.908000', '195336.911000', '195336.913000', '195336.916000', '195336.919000', '195336.921000', '195336.924000', '195336.926000', '195336.929000', '195336.931000', '195336.934000', '195336.937000', '195356.826000', '195356.870000', '195356.872000', '195356.875000', '195356.877000', '195356.880000', '195356.884000', '195356.887000', '195356.890000', '195356.892000', '195356.895000', '195356.897000', '195356.900000', '195356.903000', '195356.905000', '195356.908000', '195356.910000', '195356.913000', '195356.915000', '195356.918000', '195356.921000', '195356.923000', '195356.926000', '195356.928000', '195356.931000', '195356.933000', '195356.936000', '195356.939000', '195356.941000', '195356.944000', '195356.946000', '195356.949000', '195356.951000', '195356.954000', '195356.956000', '195356.959000', '195356.962000', '195356.964000', '195356.967000', '195356.969000', '195356.972000', '195356.974000', '195356.977000', '195416.825000', '195417.062000', '195417.065000', '195417.068000', '195417.070000', '195417.081000', '195417.083000', '195417.086000', '195417.089000', '195417.091000', '195417.094000', '195417.097000', '195417.099000', '195417.102000', '195417.105000', '195417.107000', '195417.110000', '195417.112000', '195417.115000', '195417.118000', '195417.120000', '195417.123000', '195417.125000', '195417.128000', '195417.131000', '195417.133000', '195417.136000', '195417.138000', '195417.141000', '195417.143000', '195417.146000', '195417.149000', '195417.151000', '195417.154000', '195417.156000', '195417.159000', '195417.162000', '195417.164000', '195417.167000', '195417.169000', '195417.172000', '195417.174000', '195417.177000', '195436.826000', '195436.864000', '195436.867000', '195436.869000', '195436.872000', '195436.875000', '195436.877000', '195436.880000', '195436.882000', '195436.885000', '195436.887000', '195436.890000', '195436.893000', '195436.895000', '195436.898000', '195436.900000', '195436.903000', '195436.906000', '195436.908000', '195436.911000', '195436.913000', '195436.916000', '195436.919000', '195436.921000', '195436.924000', '195436.926000', '195436.929000', '195436.931000', '195436.934000', '195436.937000', '195436.939000', '195436.942000', '195436.945000', '195436.947000', '195436.950000', '195436.952000', '195436.955000', '195436.957000', '195436.960000', '195436.963000', '195436.965000', '195436.968000', '195436.970000', '195436.973000', '195439.833000', '195439.836000', '195439.839000', '195439.841000', '195439.844000', '195439.847000', '195439.850000'], 'InstanceCreationTime': ['194816.897000', '194816.900000', '194816.903000', '194816.905000', '194816.908000', '194816.910000', '194816.913000', '194816.916000', '194816.918000', '194816.921000', '194816.923000', '194816.926000', '194816.929000', '194816.931000', '194816.934000', '194816.936000', '194816.939000', '194816.941000', '194816.944000', '194816.947000', '194816.949000', '194816.952000', '194816.954000', '194816.957000', '194816.959000', '194816.962000', '194816.964000', '194816.967000', '194816.976000', '194816.979000', '194816.982000', '194816.984000', '194816.987000', '194816.989000', '194816.992000', '194816.994000', '194816.997000', '194817.000000', '194817.003000', '194836.825000', '194836.828000', '194836.831000', '194836.833000', '194836.836000', '194836.838000', '194836.841000', '194836.843000', '194836.846000', '194836.849000', '194836.851000', '194836.854000', '194836.856000', '194836.859000', '194836.868000', '194836.871000', '194836.874000', '194836.876000', '194836.879000', '194836.881000', '194836.884000', '194836.886000', '194836.889000', '194836.891000', '194836.894000', '194836.897000', '194836.900000', '194836.903000', '194836.906000', '194836.908000', '194836.911000', '194836.913000', '194836.916000', '194836.918000', '194836.921000', '194836.923000', '194836.926000', '194836.928000', '194836.931000', '194836.933000', '194836.936000', '194836.938000', '194836.941000', '194856.825000', '194856.828000', '194856.831000', '194856.833000', '194856.836000', '194856.838000', '194856.841000', '194856.844000', '194856.846000', '194856.849000', '194856.851000', '194856.854000', '194856.856000', '194856.859000', '194856.861000', '194856.864000', '194856.867000', '194856.869000', '194856.872000', '194856.874000', '194856.877000', '194856.879000', '194856.882000', '194856.884000', '194856.887000', '194856.890000', '194856.892000', '194856.895000', '194856.897000', '194856.900000', '194856.902000', '194856.905000', '194856.907000', '194856.910000', '194856.913000', '194856.915000', '194856.918000', '194856.920000', '194856.923000', '194856.925000', '194856.928000', '194856.931000', '194856.933000', '194856.936000', '194916.825000', '194916.828000', '194916.831000', '194916.833000', '194916.836000', '194916.839000', '194916.841000', '194916.854000', '194916.856000', '194916.859000', '194916.861000', '194916.864000', '194916.867000', '194916.869000', '194916.872000', '194916.874000', '194916.877000', '194916.880000', '194916.882000', '194916.885000', '194916.887000', '194916.890000', '194916.892000', '194916.895000', '194916.897000', '194916.900000', '194916.903000', '194916.905000', '194916.908000', '194916.910000', '194916.913000', '194916.915000', '194916.918000', '194916.920000', '194916.923000', '194916.925000', '194916.928000', '194916.931000', '194916.933000', '194916.936000', '194916.939000', '194916.942000', '194916.945000', '194936.825000', '194936.828000', '194936.831000', '194936.833000', '194936.836000', '194936.839000', '194936.841000', '194936.844000', '194936.846000', '194936.849000', '194936.851000', '194936.854000', '194936.856000', '194936.859000', '194936.862000', '194936.864000', '194936.867000', '194936.869000', '194936.872000', '194936.874000', '194936.877000', '194936.879000', '194936.882000', '194936.884000', '194936.887000', '194936.890000', '194936.892000', '194936.895000', '194936.897000', '194936.900000', '194936.903000', '194936.905000', '194936.908000', '194936.910000', '194936.913000', '194936.915000', '194936.918000', '194936.920000', '194936.923000', '194936.926000', '194936.928000', '194936.931000', '194936.933000', '194936.936000', '194956.825000', '194956.828000', '194956.831000', '194956.833000', '194956.836000', '194956.839000', '194956.841000', '194956.844000', '194956.846000', '194956.849000', '194956.851000', '194956.854000', '194956.856000', '194956.873000', '194956.875000', '194956.878000', '194956.880000', '194956.883000', '194956.885000', '194956.888000', '194956.891000', '194956.893000', '194956.896000', '194956.898000', '194956.901000', '194956.903000', '194956.906000', '194956.909000', '194956.911000', '194956.914000', '194956.916000', '194956.919000', '194956.921000', '194956.924000', '194956.927000', '194956.930000', '194956.933000', '194956.936000', '194956.939000', '194956.941000', '194956.944000', '194956.946000', '194956.949000', '195016.825000', '195016.828000', '195016.831000', '195016.833000', '195016.836000', '195016.838000', '195016.841000', '195016.844000', '195016.846000', '195016.849000', '195016.851000', '195016.854000', '195016.857000', '195016.859000', '195016.862000', '195016.864000', '195016.867000', '195016.879000', '195016.881000', '195016.884000', '195016.887000', '195016.889000', '195016.892000', '195016.894000', '195016.897000', '195016.900000', '195016.902000', '195016.905000', '195016.907000', '195016.910000', '195016.912000', '195016.915000', '195016.918000', '195016.920000', '195016.923000', '195016.925000', '195016.928000', '195016.930000', '195016.933000', '195016.935000', '195016.938000', '195016.941000', '195016.943000', '195016.946000', '195036.825000', '195036.828000', '195036.831000', '195036.834000', '195036.836000', '195036.839000', '195036.841000', '195036.844000', '195036.847000', '195036.849000', '195036.852000', '195036.855000', '195036.857000', '195036.860000', '195036.863000', '195036.865000', '195036.868000', '195036.870000', '195036.873000', '195036.876000', '195036.878000', '195036.881000', '195036.884000', '195036.886000', '195036.889000', '195036.891000', '195036.894000', '195036.897000', '195036.899000', '195036.902000', '195036.904000', '195036.907000', '195036.910000', '195036.912000', '195036.915000', '195036.917000', '195036.920000', '195036.922000', '195036.925000', '195036.927000', '195036.930000', '195036.933000', '195036.935000', '195056.826000', '195056.828000', '195056.831000', '195056.834000', '195056.836000', '195056.839000', '195056.842000', '195056.844000', '195056.847000', '195056.849000', '195056.852000', '195056.855000', '195056.857000', '195056.860000', '195056.863000', '195056.865000', '195056.868000', '195056.871000', '195056.873000', '195056.876000', '195056.879000', '195056.881000', '195056.884000', '195056.886000', '195056.889000', '195056.892000', '195056.894000', '195056.897000', '195056.900000', '195056.902000', '195056.905000', '195056.907000', '195056.910000', '195056.912000', '195056.915000', '195056.917000', '195056.920000', '195056.923000', '195056.925000', '195056.928000', '195056.930000', '195056.933000', '195056.936000', '195056.938000', '195116.825000', '195116.828000', '195116.831000', '195116.833000', '195116.836000', '195116.839000', '195116.841000', '195116.844000', '195116.847000', '195116.849000', '195116.852000', '195116.854000', '195116.857000', '195116.860000', '195116.862000', '195116.865000', '195116.868000', '195116.870000', '195116.873000', '195116.875000', '195116.878000', '195116.881000', '195116.883000', '195116.886000', '195116.889000', '195116.891000', '195116.894000', '195116.896000', '195116.899000', '195116.902000', '195116.904000', '195116.907000', '195116.909000', '195116.912000', '195116.915000', '195116.917000', '195116.920000', '195116.922000', '195116.940000', '195116.943000', '195116.946000', '195116.948000', '195116.951000', '195136.826000', '195136.835000', '195136.838000', '195136.840000', '195136.843000', '195136.846000', '195136.848000', '195136.851000', '195136.853000', '195136.856000', '195136.859000', '195136.862000', '195136.864000', '195136.867000', '195136.869000', '195136.872000', '195136.875000', '195136.878000', '195136.880000', '195136.883000', '195136.885000', '195136.888000', '195136.891000', '195136.893000', '195136.896000', '195136.899000', '195136.901000', '195136.904000', '195136.906000', '195136.909000', '195136.912000', '195136.914000', '195136.917000', '195136.920000', '195136.922000', '195136.925000', '195136.927000', '195136.930000', '195136.933000', '195136.935000', '195136.938000', '195136.940000', '195136.943000', '195136.946000', '195156.825000', '195156.828000', '195156.831000', '195156.834000', '195156.836000', '195156.839000', '195156.841000', '195156.844000', '195156.846000', '195156.849000', '195156.852000', '195156.854000', '195156.857000', '195156.859000', '195156.862000', '195156.864000', '195156.867000', '195156.870000', '195156.872000', '195156.875000', '195156.877000', '195156.880000', '195156.883000', '195156.885000', '195156.888000', '195156.891000', '195156.893000', '195156.896000', '195156.899000', '195156.901000', '195156.904000', '195156.906000', '195156.909000', '195156.912000', '195156.914000', '195156.917000', '195156.920000', '195156.922000', '195156.925000', '195156.927000', '195156.930000', '195156.932000', '195156.935000', '195216.825000', '195216.828000', '195216.831000', '195216.833000', '195216.836000', '195216.838000', '195216.841000', '195216.844000', '195216.846000', '195216.849000', '195216.851000', '195216.854000', '195216.856000', '195216.859000', '195216.862000', '195216.864000', '195216.867000', '195216.869000', '195216.872000', '195216.875000', '195216.877000', '195216.880000', '195216.882000', '195216.885000', '195216.888000', '195216.890000', '195216.893000', '195216.895000', '195216.898000', '195216.900000', '195216.903000', '195216.906000', '195216.908000', '195216.911000', '195216.913000', '195216.916000', '195216.918000', '195216.921000', '195216.924000', '195216.926000', '195216.929000', '195216.931000', '195216.934000', '195216.936000', '195236.825000', '195236.848000', '195236.850000', '195236.853000', '195236.855000', '195236.858000', '195236.861000', '195236.863000', '195236.866000', '195236.868000', '195236.871000', '195236.873000', '195236.876000', '195236.879000', '195236.881000', '195236.884000', '195236.886000', '195236.889000', '195236.891000', '195236.894000', '195236.897000', '195236.899000', '195236.902000', '195236.904000', '195236.907000', '195236.909000', '195236.912000', '195236.915000', '195236.917000', '195236.920000', '195236.922000', '195236.925000', '195236.927000', '195236.930000', '195236.933000', '195236.935000', '195236.938000', '195236.940000', '195236.943000', '195236.945000', '195236.948000', '195236.951000', '195236.953000', '195256.826000', '195256.828000', '195256.831000', '195256.834000', '195256.836000', '195256.839000', '195256.842000', '195256.845000', '195256.848000', '195256.850000', '195256.853000', '195256.856000', '195256.858000', '195256.861000', '195256.864000', '195256.866000', '195256.869000', '195256.872000', '195256.874000', '195256.890000', '195256.893000', '195256.896000', '195256.898000', '195256.901000', '195256.904000', '195256.906000', '195256.909000', '195256.912000', '195256.914000', '195256.917000', '195256.919000', '195256.922000', '195256.925000', '195256.927000', '195256.930000', '195256.933000', '195256.935000', '195256.938000', '195256.940000', '195256.943000', '195256.946000', '195256.948000', '195256.951000', '195256.954000', '195316.825000', '195316.837000', '195316.840000', '195316.843000', '195316.845000', '195316.848000', '195316.851000', '195316.853000', '195316.856000', '195316.858000', '195316.861000', '195316.864000', '195316.866000', '195316.869000', '195316.871000', '195316.874000', '195316.877000', '195316.880000', '195316.882000', '195316.885000', '195316.887000', '195316.891000', '195316.893000', '195316.896000', '195316.898000', '195316.901000', '195316.904000', '195316.906000', '195316.909000', '195316.911000', '195316.914000', '195316.917000', '195316.919000', '195316.922000', '195316.925000', '195316.927000', '195316.930000', '195316.932000', '195316.935000', '195316.938000', '195316.940000', '195316.943000', '195316.945000', '195336.825000', '195336.828000', '195336.831000', '195336.833000', '195336.836000', '195336.839000', '195336.841000', '195336.844000', '195336.846000', '195336.849000', '195336.851000', '195336.854000', '195336.857000', '195336.859000', '195336.862000', '195336.864000', '195336.867000', '195336.869000', '195336.872000', '195336.875000', '195336.877000', '195336.880000', '195336.882000', '195336.885000', '195336.887000', '195336.890000', '195336.893000', '195336.895000', '195336.898000', '195336.900000', '195336.903000', '195336.906000', '195336.908000', '195336.911000', '195336.913000', '195336.916000', '195336.919000', '195336.921000', '195336.924000', '195336.926000', '195336.929000', '195336.931000', '195336.934000', '195336.937000', '195356.826000', '195356.870000', '195356.872000', '195356.875000', '195356.877000', '195356.880000', '195356.884000', '195356.887000', '195356.890000', '195356.892000', '195356.895000', '195356.897000', '195356.900000', '195356.903000', '195356.905000', '195356.908000', '195356.910000', '195356.913000', '195356.915000', '195356.918000', '195356.921000', '195356.923000', '195356.926000', '195356.928000', '195356.931000', '195356.933000', '195356.936000', '195356.939000', '195356.941000', '195356.944000', '195356.946000', '195356.949000', '195356.951000', '195356.954000', '195356.956000', '195356.959000', '195356.962000', '195356.964000', '195356.967000', '195356.969000', '195356.972000', '195356.974000', '195356.977000', '195416.825000', '195417.062000', '195417.065000', '195417.068000', '195417.070000', '195417.081000', '195417.083000', '195417.086000', '195417.089000', '195417.091000', '195417.094000', '195417.097000', '195417.099000', '195417.102000', '195417.105000', '195417.107000', '195417.110000', '195417.112000', '195417.115000', '195417.118000', '195417.120000', '195417.123000', '195417.125000', '195417.128000', '195417.131000', '195417.133000', '195417.136000', '195417.138000', '195417.141000', '195417.143000', '195417.146000', '195417.149000', '195417.151000', '195417.154000', '195417.156000', '195417.159000', '195417.162000', '195417.164000', '195417.167000', '195417.169000', '195417.172000', '195417.174000', '195417.177000', '195436.826000', '195436.864000', '195436.867000', '195436.869000', '195436.872000', '195436.875000', '195436.877000', '195436.880000', '195436.882000', '195436.885000', '195436.887000', '195436.890000', '195436.893000', '195436.895000', '195436.898000', '195436.900000', '195436.903000', '195436.906000', '195436.908000', '195436.911000', '195436.913000', '195436.916000', '195436.919000', '195436.921000', '195436.924000', '195436.926000', '195436.929000', '195436.931000', '195436.934000', '195436.937000', '195436.939000', '195436.942000', '195436.945000', '195436.947000', '195436.950000', '195436.952000', '195436.955000', '195436.957000', '195436.960000', '195436.963000', '195436.965000', '195436.968000', '195436.970000', '195436.973000', '195439.833000', '195439.836000', '195439.839000', '195439.841000', '195439.844000', '195439.847000', '195439.850000'], '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': [8717, 8182, 13966, 7934, 11578, 7853, 8463, 8057, 8210, 7961, 7610, 11406, 7623, 10209, 7714, 9764, 7855, 8779, 7874, 7610, 8280, 8063, 8181, 7592, 9631, 7760, 11030, 7941, 10052, 7696, 8413, 7704, 7490, 7665, 7549, 7879, 7616, 7702, 9328, 7875, 8786, 7924, 8063, 10423, 8099, 14138, 13242, 15509, 14789, 12596, 17956, 11039, 15145, 12303, 13912, 8739, 12128, 7717, 7769, 9690, 7533, 17762, 10203, 15109, 9050, 11837, 8092, 8122, 8746, 7994, 13773, 7801, 10838, 7912, 9586, 8009, 9796, 8202, 8680, 7941, 8637, 8035, 9606, 8390, 10908, 8465, 12060, 8491, 8357, 12632, 10398, 15924, 12001, 8739, 8821, 8340, 13041, 14686, 17250, 8989, 10977, 8761, 10053, 8776, 10703, 8642, 12275, 8625, 8843, 8266, 8411, 14855, 8316, 11405, 9804, 10703, 8338, 8019, 8061, 8157, 12454, 8859, 8748, 8671, 8482, 9029, 8578, 10450, 9165, 10939, 9466, 12293, 10072, 9451, 11054, 8888, 16414, 13293, 14535, 10696, 11841, 10045, 16392, 14575, 16879, 12890, 11078, 9050, 10648, 8469, 11028, 9466, 9567, 8603, 8478, 8653, 9335, 8411, 9641, 8722, 8541, 8552, 8387, 8525, 10340, 8596, 9663, 8562, 11752, 8449, 12156, 8445, 11971, 9169, 11462, 8634, 11759, 8865, 10633, 8822, 10370, 8712, 10577, 8718, 10435, 8742, 10155, 8723, 10013, 8525, 8557, 8348, 8216, 9304, 8536, 8995, 8637, 8322, 7449, 8208, 10372, 9045, 8612, 7867, 8972, 8886, 8933, 13098, 9119, 11891, 14019, 8811, 15720, 8979, 12247, 8962, 10056, 8470, 7784, 8304, 8054, 8567, 8286, 8385, 8132, 8583, 7973, 8576, 8161, 9773, 8326, 10624, 8207, 10900, 8380, 10295, 8267, 9812, 8234, 10045, 8189, 7982, 10626, 8175, 13670, 10297, 12534, 9006, 10020, 8193, 7600, 8214, 8043, 8259, 8778, 8333, 10216, 8613, 12222, 9158, 10540, 11858, 10287, 16135, 9450, 11311, 8658, 13303, 10291, 14922, 11654, 14774, 8547, 15110, 8663, 13999, 11732, 13746, 9724, 12070, 8906, 10386, 8834, 8828, 9770, 8679, 10199, 8654, 8279, 8583, 7763, 8404, 8448, 8603, 8329, 8709, 8333, 8397, 8857, 9288, 10603, 14175, 9713, 15071, 11699, 14082, 10087, 13385, 8563, 8465, 8573, 8437, 16456, 9875, 13303, 9985, 11766, 8627, 10000, 8783, 9213, 9512, 8237, 13081, 8124, 11719, 8544, 11223, 9341, 11038, 8593, 9502, 8745, 8856, 8356, 9604, 8559, 9179, 8806, 7597, 8576, 8147, 8756, 10012, 8692, 7931, 8488, 7910, 14509, 9630, 15145, 9718, 12676, 8499, 11072, 8376, 9204, 8435, 7810, 8627, 7703, 9948, 7844, 11192, 8136, 10889, 8241, 9395, 8206, 7816, 8556, 8229, 8564, 7710, 8735, 7855, 8594, 7774, 10857, 8263, 10846, 8396, 10566, 8228, 10304, 8917, 11026, 9027, 10748, 8411, 9180, 8661, 7714, 8257, 7877, 8641, 8024, 11256, 7838, 11211, 8265, 10191, 8278, 8370, 8179, 7477, 7923, 7675, 8622, 8342, 8634, 9068, 8755, 9969, 8622, 10593, 10311, 12030, 9883, 11899, 14182, 10827, 15922, 11409, 16260, 10302, 16306, 12604, 17945, 12383, 11873, 14183, 9036, 15319, 8846, 13011, 11148, 12537, 8737, 10665, 8650, 9617, 8689, 9998, 9111, 8802, 8734, 8381, 9439, 8353, 12070, 9363, 11954, 10166, 10997, 8172, 8110, 8536, 7833, 8612, 7992, 8713, 8970, 8597, 8927, 8447, 12440, 10105, 8401, 8338, 8499, 8917, 8082, 10649, 9378, 12059, 8707, 8135, 13089, 8267, 14992, 9157, 12692, 8062, 11290, 8355, 9237, 7946, 7717, 8161, 8207, 7480, 7775, 13068, 7952, 10424, 8336, 9593, 8452, 8798, 8404, 8563, 8192, 8558, 8158, 8076, 7692, 7370, 7755, 7793, 10452, 7773, 11288, 7942, 11307, 8156, 10275, 7755, 7332, 7703, 7768, 7663, 7494, 8031, 7510, 7895, 7908, 9818, 8607, 13772, 7901, 13166, 8043, 12156, 10115, 11683, 8270, 11528, 8434, 8090, 10034, 8236, 16428, 10480, 17593, 8225, 13709, 8393, 11158, 8028, 8677, 8177, 7669, 8174, 7846, 9202, 7937, 8472, 8112, 7630, 7741, 7855, 7957, 7643, 8429, 7838, 9742, 7849, 8254, 8327, 7756, 8013, 7298, 8219, 7782, 9974, 7587, 10267, 8002, 11642, 7792, 11202, 9924, 10896, 7857, 9556, 7845, 8291, 9491, 10017, 12729, 7858, 13677, 8041, 13631, 10002, 12859, 8928, 12083, 8493, 11345, 8298, 11678, 8622, 14664, 10100, 17148, 13235, 17263, 8909, 14364, 8597, 12839, 8810, 10855, 8095, 7584, 8193, 8220, 10163, 8040, 11057, 8130, 10859, 7808, 9390, 7809, 10177, 8542, 11986, 9508, 12562, 8262, 11982, 8640, 12750, 8786, 15254, 8408, 9769, 8374, 8132, 13957, 8310, 13035, 8583, 9681, 8592, 9157, 8303, 7925, 7860, 7368, 7973, 11416, 9221, 8093, 7941, 8283, 9161, 8663, 11177, 8452, 12541, 10553, 8623, 17143, 11674, 14517, 12437, 14071, 9707, 11175, 8513, 9459, 8763, 11432, 14657, 8658, 17049, 8559, 11659, 8759, 10281, 8795, 9741, 8798, 8190, 8801, 9132, 8870, 10761, 8526, 9416, 8613, 7990, 8736, 9059, 8718, 9187, 11421, 8393, 15719, 8521, 12219, 9324, 10795, 8570, 8950, 8648, 8157, 8536, 8941, 8409, 8108, 7813, 8200, 9790, 8317, 10349, 7700, 8171, 8371, 8183, 8099, 8653, 10202, 8657, 10480, 9681, 10553, 8950, 8222, 13658, 11009, 13299, 8996, 9477, 9233, 12915, 14798, 15378, 14974, 11622, 9307, 14019, 8949, 16798, 10925, 15503, 8922, 12530, 8908, 10835, 8993, 10610, 8834, 8894, 8501, 7799, 8603, 8149, 8078, 8266, 11327, 8460, 9703, 8679, 9120, 8645, 7952, 8217, 7750, 8273, 7857, 8108, 7903, 8833, 7841, 8416, 7819, 8792, 7888, 8552, 8190, 8419, 9269, 8729, 8161, 10869, 8516, 13125, 10270, 14105, 10690, 10345, 12211, 10991, 16496, 11588, 15887, 8719, 12789, 8759, 11134, 8511, 11324, 15956, 11370, 11173, 8196, 10638, 8361, 10147, 8714, 9711, 8471, 9362, 8124, 9007, 8170, 9527, 8180, 9674, 7888, 8949, 9426, 9950, 12033, 8087, 14738, 8628, 12181, 8954, 11390, 8536, 9507, 8210, 8011, 8076, 8029, 10264, 8296, 9121, 8530, 7866, 7868, 7740, 8302, 7510, 8300, 8064, 7975, 8170, 11133, 8190, 11288, 9183, 10448, 8113, 9092, 8023, 8618, 8571, 8438, 9553, 8152, 14843, 8057, 11952, 8563, 10860], 'WindowCenter': [4192.0, 4176.0, 4222.0, 4148.0, 4186.0, 4134.0, 4134.0, 4132.0, 4132.0, 4131.0, 4121.0, 4172.0, 4121.0, 4161.0, 4121.0, 4151.0, 4132.0, 4141.0, 4132.0, 4121.0, 4143.0, 4134.0, 4143.0, 4134.0, 4164.0, 4134.0, 4174.0, 4135.0, 4164.0, 4134.0, 4144.0, 4134.0, 4134.0, 4136.0, 4149.0, 4160.0, 4159.0, 4161.0, 4181.0, 4173.0, 4184.0, 4172.0, 4172.0, 4191.0, 4161.0, 4222.0, 4211.0, 4221.0, 4209.0, 4198.0, 4217.0, 4175.0, 4205.0, 4184.0, 4194.0, 4132.0, 4172.0, 4120.0, 4120.0, 4152.0, 4121.0, 4213.0, 4151.0, 4191.0, 4139.0, 4169.0, 4119.0, 4118.0, 4128.0, 4119.0, 4179.0, 4108.0, 4147.0, 4119.0, 4150.0, 4130.0, 4139.0, 4119.0, 4128.0, 4118.0, 4130.0, 4132.0, 4152.0, 4145.0, 4174.0, 4145.0, 4182.0, 4142.0, 4143.0, 4195.0, 4165.0, 4217.0, 4199.0, 4143.0, 4143.0, 4144.0, 4209.0, 4207.0, 4216.0, 4144.0, 4160.0, 4130.0, 4150.0, 4141.0, 4161.0, 4131.0, 4171.0, 4129.0, 4129.0, 4118.0, 4118.0, 4178.0, 4118.0, 4158.0, 4138.0, 4148.0, 4116.0, 4116.0, 4116.0, 4119.0, 4183.0, 4139.0, 4128.0, 4128.0, 4128.0, 4138.0, 4140.0, 4160.0, 4152.0, 4162.0, 4153.0, 4182.0, 4163.0, 4153.0, 4174.0, 4143.0, 4204.0, 4184.0, 4181.0, 4149.0, 4159.0, 4139.0, 4191.0, 4181.0, 4190.0, 4168.0, 4145.0, 4115.0, 4134.0, 4115.0, 4147.0, 4126.0, 4125.0, 4115.0, 4115.0, 4127.0, 4126.0, 4117.0, 4136.0, 4127.0, 4127.0, 4128.0, 4116.0, 4128.0, 4148.0, 4128.0, 4137.0, 4128.0, 4158.0, 4118.0, 4158.0, 4119.0, 4158.0, 4138.0, 4158.0, 4128.0, 4157.0, 4128.0, 4147.0, 4129.0, 4148.0, 4130.0, 4149.0, 4129.0, 4159.0, 4129.0, 4149.0, 4130.0, 4151.0, 4130.0, 4130.0, 4129.0, 4130.0, 4138.0, 4129.0, 4139.0, 4141.0, 4129.0, 4121.0, 4144.0, 4164.0, 4168.0, 4154.0, 4144.0, 4154.0, 4155.0, 4154.0, 4197.0, 4154.0, 4185.0, 4194.0, 4142.0, 4203.0, 4141.0, 4171.0, 4140.0, 4151.0, 4130.0, 4120.0, 4129.0, 4130.0, 4141.0, 4143.0, 4132.0, 4132.0, 4142.0, 4133.0, 4142.0, 4144.0, 4164.0, 4145.0, 4175.0, 4145.0, 4175.0, 4145.0, 4165.0, 4145.0, 4177.0, 4146.0, 4165.0, 4143.0, 4133.0, 4163.0, 4144.0, 4206.0, 4190.0, 4196.0, 4154.0, 4152.0, 4131.0, 4131.0, 4142.0, 4132.0, 4143.0, 4153.0, 4144.0, 4175.0, 4154.0, 4184.0, 4167.0, 4176.0, 4197.0, 4176.0, 4217.0, 4164.0, 4174.0, 4143.0, 4195.0, 4165.0, 4205.0, 4175.0, 4205.0, 4142.0, 4203.0, 4142.0, 4192.0, 4173.0, 4192.0, 4151.0, 4170.0, 4141.0, 4151.0, 4141.0, 4141.0, 4150.0, 4141.0, 4149.0, 4140.0, 4129.0, 4141.0, 4120.0, 4142.0, 4142.0, 4155.0, 4143.0, 4154.0, 4143.0, 4144.0, 4155.0, 4155.0, 4177.0, 4195.0, 4154.0, 4194.0, 4173.0, 4193.0, 4164.0, 4181.0, 4129.0, 4129.0, 4128.0, 4129.0, 4203.0, 4151.0, 4180.0, 4138.0, 4157.0, 4127.0, 4136.0, 4116.0, 4128.0, 4137.0, 4117.0, 4168.0, 4117.0, 4157.0, 4127.0, 4147.0, 4139.0, 4147.0, 4127.0, 4136.0, 4127.0, 4127.0, 4129.0, 4138.0, 4128.0, 4139.0, 4128.0, 4107.0, 4128.0, 4119.0, 4130.0, 4149.0, 4129.0, 4118.0, 4127.0, 4118.0, 4180.0, 4139.0, 4179.0, 4138.0, 4168.0, 4117.0, 4147.0, 4117.0, 4128.0, 4116.0, 4107.0, 4127.0, 4107.0, 4137.0, 4118.0, 4157.0, 4117.0, 4148.0, 4118.0, 4137.0, 4128.0, 4107.0, 4128.0, 4129.0, 4129.0, 4119.0, 4129.0, 4130.0, 4140.0, 4121.0, 4162.0, 4144.0, 4173.0, 4143.0, 4163.0, 4144.0, 4163.0, 4154.0, 4173.0, 4154.0, 4173.0, 4143.0, 4153.0, 4143.0, 4133.0, 4142.0, 4133.0, 4143.0, 4144.0, 4174.0, 4136.0, 4186.0, 4146.0, 4175.0, 4145.0, 4144.0, 4145.0, 4136.0, 4172.0, 4150.0, 4169.0, 4159.0, 4169.0, 4168.0, 4171.0, 4190.0, 4183.0, 4202.0, 4204.0, 4213.0, 4193.0, 4213.0, 4223.0, 4190.0, 4220.0, 4188.0, 4217.0, 4165.0, 4207.0, 4185.0, 4218.0, 4174.0, 4173.0, 4182.0, 4130.0, 4190.0, 4129.0, 4169.0, 4160.0, 4169.0, 4128.0, 4148.0, 4129.0, 4139.0, 4129.0, 4149.0, 4128.0, 4128.0, 4127.0, 4118.0, 4137.0, 4118.0, 4169.0, 4140.0, 4170.0, 4151.0, 4159.0, 4118.0, 4117.0, 4127.0, 4118.0, 4128.0, 4130.0, 4142.0, 4141.0, 4140.0, 4141.0, 4144.0, 4183.0, 4163.0, 4145.0, 4144.0, 4144.0, 4142.0, 4133.0, 4163.0, 4142.0, 4173.0, 4141.0, 4130.0, 4181.0, 4131.0, 4191.0, 4140.0, 4170.0, 4119.0, 4159.0, 4130.0, 4139.0, 4119.0, 4119.0, 4130.0, 4129.0, 4108.0, 4119.0, 4179.0, 4118.0, 4149.0, 4130.0, 4139.0, 4130.0, 4129.0, 4131.0, 4141.0, 4142.0, 4142.0, 4133.0, 4132.0, 4122.0, 4122.0, 4132.0, 4133.0, 4174.0, 4134.0, 4173.0, 4134.0, 4174.0, 4133.0, 4163.0, 4132.0, 4122.0, 4133.0, 4133.0, 4133.0, 4123.0, 4133.0, 4124.0, 4133.0, 4134.0, 4165.0, 4155.0, 4195.0, 4133.0, 4183.0, 4132.0, 4172.0, 4163.0, 4172.0, 4131.0, 4171.0, 4131.0, 4120.0, 4150.0, 4130.0, 4191.0, 4150.0, 4201.0, 4118.0, 4179.0, 4118.0, 4158.0, 4117.0, 4128.0, 4116.0, 4108.0, 4117.0, 4119.0, 4139.0, 4120.0, 4129.0, 4119.0, 4119.0, 4120.0, 4131.0, 4131.0, 4133.0, 4143.0, 4134.0, 4164.0, 4145.0, 4144.0, 4172.0, 4149.0, 4158.0, 4137.0, 4157.0, 4149.0, 4181.0, 4161.0, 4190.0, 4160.0, 4200.0, 4149.0, 4188.0, 4179.0, 4189.0, 4148.0, 4179.0, 4159.0, 4161.0, 4180.0, 4179.0, 4208.0, 4146.0, 4207.0, 4147.0, 4208.0, 4179.0, 4208.0, 4168.0, 4198.0, 4158.0, 4199.0, 4146.0, 4186.0, 4156.0, 4207.0, 4177.0, 4217.0, 4198.0, 4217.0, 4155.0, 4205.0, 4145.0, 4184.0, 4155.0, 4175.0, 4134.0, 4134.0, 4143.0, 4145.0, 4175.0, 4147.0, 4175.0, 4147.0, 4174.0, 4134.0, 4154.0, 4134.0, 4175.0, 4156.0, 4186.0, 4166.0, 4185.0, 4145.0, 4184.0, 4145.0, 4184.0, 4143.0, 4205.0, 4131.0, 4151.0, 4131.0, 4131.0, 4182.0, 4131.0, 4182.0, 4131.0, 4153.0, 4141.0, 4151.0, 4143.0, 4132.0, 4131.0, 4133.0, 4146.0, 4187.0, 4169.0, 4146.0, 4145.0, 4156.0, 4166.0, 4157.0, 4188.0, 4157.0, 4199.0, 4176.0, 4145.0, 4216.0, 4174.0, 4193.0, 4184.0, 4193.0, 4152.0, 4172.0, 4140.0, 4151.0, 4129.0, 4160.0, 4179.0, 4128.0, 4201.0, 4128.0, 4157.0, 4128.0, 4138.0, 4130.0, 4138.0, 4129.0, 4118.0, 4140.0, 4140.0, 4141.0, 4161.0, 4130.0, 4140.0, 4130.0, 4119.0, 4130.0, 4141.0, 4129.0, 4140.0, 4161.0, 4119.0, 4191.0, 4129.0, 4169.0, 4139.0, 4159.0, 4129.0, 4139.0, 4140.0, 4119.0, 4128.0, 4140.0, 4128.0, 4118.0, 4118.0, 4130.0, 4150.0, 4142.0, 4162.0, 4133.0, 4144.0, 4144.0, 4157.0, 4144.0, 4169.0, 4176.0, 4158.0, 4176.0, 4167.0, 4188.0, 4168.0, 4158.0, 4208.0, 4189.0, 4207.0, 4156.0, 4165.0, 4156.0, 4196.0, 4207.0, 4206.0, 4206.0, 4173.0, 4142.0, 4193.0, 4141.0, 4191.0, 4161.0, 4189.0, 4128.0, 4168.0, 4128.0, 4159.0, 4129.0, 4148.0, 4128.0, 4127.0, 4128.0, 4107.0, 4128.0, 4119.0, 4118.0, 4129.0, 4159.0, 4130.0, 4140.0, 4141.0, 4141.0, 4131.0, 4121.0, 4131.0, 4122.0, 4132.0, 4134.0, 4133.0, 4134.0, 4153.0, 4145.0, 4144.0, 4146.0, 4156.0, 4148.0, 4157.0, 4158.0, 4157.0, 4180.0, 4158.0, 4159.0, 4189.0, 4170.0, 4211.0, 4191.0, 4208.0, 4177.0, 4166.0, 4187.0, 4175.0, 4206.0, 4174.0, 4204.0, 4143.0, 4184.0, 4143.0, 4163.0, 4132.0, 4173.0, 4203.0, 4172.0, 4160.0, 4130.0, 4159.0, 4130.0, 4164.0, 4143.0, 4151.0, 4131.0, 4140.0, 4132.0, 4141.0, 4143.0, 4152.0, 4142.0, 4153.0, 4133.0, 4143.0, 4142.0, 4152.0, 4171.0, 4120.0, 4191.0, 4130.0, 4171.0, 4140.0, 4160.0, 4129.0, 4150.0, 4129.0, 4119.0, 4118.0, 4119.0, 4149.0, 4130.0, 4140.0, 4141.0, 4131.0, 4132.0, 4132.0, 4145.0, 4135.0, 4146.0, 4148.0, 4147.0, 4158.0, 4188.0, 4158.0, 4188.0, 4168.0, 4177.0, 4146.0, 4157.0, 4146.0, 4157.0, 4157.0, 4148.0, 4167.0, 4147.0, 4219.0, 4148.0, 4198.0, 4158.0, 4177.0], 'WindowWidth': [9330.0, 9291.0, 9343.0, 9236.0, 9280.0, 9209.0, 9206.0, 9203.0, 9202.0, 9197.0, 9184.0, 9250.0, 9183.0, 9236.0, 9185.0, 9222.0, 9200.0, 9209.0, 9200.0, 9185.0, 9216.0, 9206.0, 9217.0, 9206.0, 9246.0, 9206.0, 9259.0, 9208.0, 9245.0, 9206.0, 9217.0, 9208.0, 9207.0, 9213.0, 9236.0, 9253.0, 9249.0, 9257.0, 9285.0, 9274.0, 9293.0, 9272.0, 9273.0, 9294.0, 9256.0, 9339.0, 9319.0, 9335.0, 9313.0, 9296.0, 9322.0, 9260.0, 9303.0, 9273.0, 9284.0, 9198.0, 9252.0, 9180.0, 9180.0, 9226.0, 9183.0, 9310.0, 9223.0, 9276.0, 9204.0, 9244.0, 9177.0, 9174.0, 9186.0, 9177.0, 9255.0, 9160.0, 9211.0, 9176.0, 9220.0, 9195.0, 9202.0, 9175.0, 9183.0, 9171.0, 9191.0, 9202.0, 9227.0, 9222.0, 9261.0, 9223.0, 9267.0, 9212.0, 9216.0, 9287.0, 9249.0, 9321.0, 9302.0, 9217.0, 9215.0, 9220.0, 9315.0, 9308.0, 9320.0, 9216.0, 9233.0, 9195.0, 9219.0, 9209.0, 9234.0, 9196.0, 9249.0, 9190.0, 9189.0, 9173.0, 9173.0, 9254.0, 9172.0, 9226.0, 9199.0, 9210.0, 9167.0, 9167.0, 9166.0, 9178.0, 9270.0, 9204.0, 9189.0, 9189.0, 9189.0, 9200.0, 9208.0, 9234.0, 9228.0, 9238.0, 9229.0, 9267.0, 9242.0, 9229.0, 9259.0, 9215.0, 9299.0, 9271.0, 9263.0, 9217.0, 9229.0, 9203.0, 9276.0, 9260.0, 9273.0, 9240.0, 9204.0, 9165.0, 9187.0, 9166.0, 9209.0, 9181.0, 9178.0, 9165.0, 9166.0, 9183.0, 9183.0, 9170.0, 9194.0, 9183.0, 9183.0, 9186.0, 9168.0, 9187.0, 9213.0, 9188.0, 9197.0, 9185.0, 9226.0, 9172.0, 9227.0, 9175.0, 9226.0, 9200.0, 9225.0, 9186.0, 9224.0, 9186.0, 9211.0, 9189.0, 9214.0, 9193.0, 9215.0, 9192.0, 9230.0, 9192.0, 9217.0, 9193.0, 9224.0, 9193.0, 9192.0, 9189.0, 9192.0, 9201.0, 9192.0, 9204.0, 9208.0, 9192.0, 9186.0, 9222.0, 9246.0, 9260.0, 9234.0, 9219.0, 9233.0, 9235.0, 9234.0, 9293.0, 9232.0, 9274.0, 9288.0, 9213.0, 9296.0, 9210.0, 9248.0, 9208.0, 9224.0, 9193.0, 9180.0, 9192.0, 9194.0, 9211.0, 9216.0, 9200.0, 9200.0, 9213.0, 9203.0, 9215.0, 9221.0, 9247.0, 9223.0, 9261.0, 9224.0, 9261.0, 9224.0, 9248.0, 9224.0, 9266.0, 9225.0, 9248.0, 9216.0, 9204.0, 9244.0, 9220.0, 9305.0, 9293.0, 9292.0, 9233.0, 9224.0, 9197.0, 9198.0, 9215.0, 9202.0, 9219.0, 9232.0, 9223.0, 9262.0, 9236.0, 9273.0, 9254.0, 9266.0, 9295.0, 9266.0, 9324.0, 9246.0, 9258.0, 9217.0, 9288.0, 9248.0, 9304.0, 9263.0, 9303.0, 9215.0, 9297.0, 9214.0, 9281.0, 9255.0, 9280.0, 9224.0, 9247.0, 9210.0, 9222.0, 9209.0, 9210.0, 9220.0, 9210.0, 9216.0, 9207.0, 9191.0, 9209.0, 9182.0, 9214.0, 9214.0, 9235.0, 9216.0, 9234.0, 9218.0, 9222.0, 9237.0, 9234.0, 9266.0, 9288.0, 9230.0, 9284.0, 9254.0, 9280.0, 9243.0, 9262.0, 9191.0, 9190.0, 9189.0, 9189.0, 9299.0, 9223.0, 9259.0, 9200.0, 9224.0, 9185.0, 9195.0, 9168.0, 9185.0, 9196.0, 9171.0, 9240.0, 9170.0, 9224.0, 9185.0, 9208.0, 9204.0, 9210.0, 9185.0, 9194.0, 9184.0, 9183.0, 9190.0, 9200.0, 9187.0, 9202.0, 9189.0, 9158.0, 9188.0, 9178.0, 9192.0, 9216.0, 9188.0, 9173.0, 9184.0, 9173.0, 9258.0, 9201.0, 9257.0, 9198.0, 9238.0, 9170.0, 9209.0, 9171.0, 9185.0, 9168.0, 9157.0, 9183.0, 9157.0, 9196.0, 9173.0, 9224.0, 9172.0, 9211.0, 9175.0, 9199.0, 9189.0, 9159.0, 9189.0, 9191.0, 9189.0, 9177.0, 9190.0, 9195.0, 9208.0, 9185.0, 9238.0, 9218.0, 9256.0, 9218.0, 9241.0, 9218.0, 9243.0, 9234.0, 9255.0, 9232.0, 9254.0, 9216.0, 9229.0, 9216.0, 9202.0, 9214.0, 9204.0, 9215.0, 9220.0, 9260.0, 9213.0, 9278.0, 9225.0, 9261.0, 9223.0, 9220.0, 9224.0, 9213.0, 9275.0, 9238.0, 9264.0, 9251.0, 9262.0, 9261.0, 9269.0, 9293.0, 9290.0, 9312.0, 9320.0, 9327.0, 9302.0, 9328.0, 9340.0, 9292.0, 9331.0, 9284.0, 9324.0, 9249.0, 9311.0, 9275.0, 9326.0, 9258.0, 9253.0, 9267.0, 9191.0, 9274.0, 9189.0, 9243.0, 9233.0, 9243.0, 9188.0, 9212.0, 9189.0, 9203.0, 9190.0, 9216.0, 9188.0, 9188.0, 9185.0, 9174.0, 9199.0, 9175.0, 9242.0, 9206.0, 9244.0, 9221.0, 9228.0, 9174.0, 9170.0, 9182.0, 9174.0, 9188.0, 9193.0, 9215.0, 9209.0, 9207.0, 9211.0, 9221.0, 9270.0, 9241.0, 9224.0, 9220.0, 9220.0, 9214.0, 9204.0, 9243.0, 9212.0, 9255.0, 9211.0, 9194.0, 9264.0, 9195.0, 9278.0, 9205.0, 9245.0, 9179.0, 9229.0, 9193.0, 9203.0, 9179.0, 9178.0, 9193.0, 9190.0, 9162.0, 9176.0, 9255.0, 9173.0, 9215.0, 9194.0, 9202.0, 9194.0, 9190.0, 9198.0, 9209.0, 9215.0, 9213.0, 9203.0, 9199.0, 9187.0, 9188.0, 9201.0, 9203.0, 9257.0, 9205.0, 9256.0, 9207.0, 9258.0, 9204.0, 9240.0, 9201.0, 9188.0, 9202.0, 9202.0, 9203.0, 9189.0, 9204.0, 9193.0, 9205.0, 9206.0, 9246.0, 9236.0, 9287.0, 9203.0, 9269.0, 9197.0, 9252.0, 9241.0, 9251.0, 9195.0, 9249.0, 9196.0, 9179.0, 9220.0, 9192.0, 9275.0, 9218.0, 9291.0, 9174.0, 9254.0, 9173.0, 9226.0, 9170.0, 9184.0, 9168.0, 9158.0, 9172.0, 9177.0, 9202.0, 9180.0, 9189.0, 9179.0, 9179.0, 9181.0, 9196.0, 9199.0, 9204.0, 9216.0, 9207.0, 9246.0, 9224.0, 9222.0, 9271.0, 9237.0, 9246.0, 9218.0, 9243.0, 9235.0, 9280.0, 9253.0, 9291.0, 9251.0, 9304.0, 9235.0, 9285.0, 9275.0, 9285.0, 9234.0, 9274.0, 9249.0, 9256.0, 9277.0, 9275.0, 9312.0, 9226.0, 9309.0, 9227.0, 9310.0, 9273.0, 9312.0, 9259.0, 9299.0, 9247.0, 9304.0, 9227.0, 9277.0, 9238.0, 9307.0, 9270.0, 9322.0, 9297.0, 9322.0, 9235.0, 9301.0, 9222.0, 9272.0, 9235.0, 9259.0, 9205.0, 9205.0, 9218.0, 9223.0, 9264.0, 9228.0, 9261.0, 9228.0, 9260.0, 9207.0, 9232.0, 9208.0, 9260.0, 9240.0, 9276.0, 9252.0, 9275.0, 9223.0, 9273.0, 9222.0, 9272.0, 9215.0, 9301.0, 9197.0, 9222.0, 9194.0, 9196.0, 9265.0, 9194.0, 9263.0, 9196.0, 9228.0, 9212.0, 9224.0, 9218.0, 9200.0, 9199.0, 9206.0, 9230.0, 9282.0, 9263.0, 9229.0, 9225.0, 9240.0, 9251.0, 9243.0, 9283.0, 9243.0, 9299.0, 9265.0, 9222.0, 9320.0, 9258.0, 9282.0, 9273.0, 9281.0, 9225.0, 9252.0, 9208.0, 9221.0, 9191.0, 9232.0, 9257.0, 9185.0, 9291.0, 9185.0, 9224.0, 9187.0, 9198.0, 9193.0, 9199.0, 9191.0, 9173.0, 9206.0, 9204.0, 9209.0, 9236.0, 9193.0, 9206.0, 9193.0, 9178.0, 9195.0, 9207.0, 9190.0, 9205.0, 9233.0, 9176.0, 9276.0, 9190.0, 9241.0, 9204.0, 9227.0, 9191.0, 9203.0, 9209.0, 9177.0, 9189.0, 9205.0, 9188.0, 9175.0, 9174.0, 9193.0, 9219.0, 9213.0, 9240.0, 9202.0, 9219.0, 9220.0, 9246.0, 9221.0, 9262.0, 9264.0, 9245.0, 9264.0, 9257.0, 9284.0, 9260.0, 9247.0, 9311.0, 9289.0, 9307.0, 9238.0, 9249.0, 9237.0, 9292.0, 9310.0, 9305.0, 9305.0, 9255.0, 9210.0, 9283.0, 9209.0, 9276.0, 9234.0, 9271.0, 9185.0, 9239.0, 9186.0, 9227.0, 9188.0, 9212.0, 9187.0, 9183.0, 9187.0, 9158.0, 9187.0, 9176.0, 9175.0, 9190.0, 9231.0, 9193.0, 9206.0, 9210.0, 9207.0, 9196.0, 9181.0, 9195.0, 9184.0, 9200.0, 9203.0, 9202.0, 9205.0, 9231.0, 9222.0, 9220.0, 9227.0, 9238.0, 9231.0, 9243.0, 9246.0, 9243.0, 9277.0, 9247.0, 9249.0, 9289.0, 9263.0, 9321.0, 9294.0, 9310.0, 9267.0, 9248.0, 9279.0, 9261.0, 9304.0, 9258.0, 9297.0, 9215.0, 9271.0, 9217.0, 9240.0, 9198.0, 9255.0, 9296.0, 9251.0, 9233.0, 9192.0, 9230.0, 9194.0, 9247.0, 9216.0, 9222.0, 9197.0, 9206.0, 9199.0, 9211.0, 9215.0, 9225.0, 9214.0, 9230.0, 9202.0, 9215.0, 9210.0, 9225.0, 9249.0, 9180.0, 9276.0, 9192.0, 9246.0, 9206.0, 9232.0, 9190.0, 9219.0, 9190.0, 9177.0, 9173.0, 9176.0, 9214.0, 9191.0, 9205.0, 9210.0, 9194.0, 9201.0, 9201.0, 9222.0, 9210.0, 9226.0, 9231.0, 9228.0, 9243.0, 9283.0, 9245.0, 9285.0, 9256.0, 9266.0, 9226.0, 9240.0, 9226.0, 9241.0, 9241.0, 9229.0, 9253.0, 9228.0, 9328.0, 9233.0, 9296.0, 9244.0, 9266.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.0005372904707233065</td></tr>
<tr><td colspan=3>aqi</td><td>0.024507315269804826</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.70804937503445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1501060146436786</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9857648784022984</td></tr>
<tr><td colspan=3>efc</td><td>0.4975</td></tr>
<tr><td colspan=3>fber</td><td>3339.5359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07626967614039494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.214695752009185</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.501332172449516</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.566849666074262</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.592735574548003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3444112767262832</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170413</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006210201885551214</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02153659053146839</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>3.871424622589686</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.5312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1516</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.5242</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296155.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.9683</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5516</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.6542</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3319.7828</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3468.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.7887</td></tr>
<tr><td colspan=3>tsnr</td><td>36.56597815454006</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>