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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0050_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0050_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-04/func/sub-0050_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>28052e5e3463ae5c5d7b61a1fbbc64ad</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>13:33:2.905000</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.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096556</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46302151-1ef3-4eec-8374-64daa0ac90b5||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.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['133302.905000', '133303.365000', '133303.825000', '133304.285000', '133304.745000', '133305.205000', '133305.665000', '133306.125000', '133306.585000', '133307.045000', '133307.505000', '133307.965000', '133308.425000', '133308.885000', '133309.345000', '133309.805000', '133310.265000', '133310.725000', '133311.185000', '133311.645000', '133312.105000', '133312.565000', '133313.025000', '133313.485000', '133313.945000', '133314.405000', '133314.865000', '133315.325000', '133315.785000', '133316.245000', '133316.705000', '133317.165000', '133317.625000', '133318.085000', '133318.545000', '133319.005000', '133319.465000', '133319.925000', '133320.385000', '133320.845000', '133321.305000', '133321.765000', '133322.225000', '133322.685000', '133323.145000', '133323.605000', '133324.065000', '133324.525000', '133324.985000', '133325.445000', '133325.905000', '133326.365000', '133326.825000', '133327.285000', '133327.745000', '133328.205000', '133328.665000', '133329.125000', '133329.585000', '133330.045000', '133330.505000', '133330.965000', '133331.425000', '133331.885000', '133332.345000', '133332.805000', '133333.265000', '133333.725000', '133334.185000', '133334.645000', '133335.105000', '133335.565000', '133336.025000', '133336.485000', '133336.945000', '133337.405000', '133337.865000', '133338.325000', '133338.785000', '133339.245000', '133339.705000', '133340.165000', '133340.625000', '133341.085000', '133341.545000', '133342.005000', '133342.465000', '133342.925000', '133343.385000', '133343.845000', '133344.305000', '133344.765000', '133345.225000', '133345.685000', '133346.145000', '133346.605000', '133347.065000', '133347.525000', '133347.985000', '133348.445000', '133348.905000', '133349.365000', '133349.825000', '133350.285000', '133350.745000', '133351.205000', '133351.665000', '133352.125000', '133352.585000', '133353.045000', '133353.505000', '133353.965000', '133354.425000', '133354.885000', '133355.345000', '133355.805000', '133356.265000', '133356.725000', '133357.185000', '133357.645000', '133358.105000', '133358.565000', '133359.025000', '133359.485000', '133359.945000', '133400.405000', '133400.865000', '133401.325000', '133401.785000', '133402.245000', '133402.705000', '133403.165000', '133403.625000', '133404.085000', '133404.545000', '133405.005000', '133405.465000', '133405.925000', '133406.385000', '133406.845000', '133407.305000', '133407.765000', '133408.225000', '133408.685000', '133409.145000', '133409.605000', '133410.065000', '133410.525000', '133410.985000', '133411.445000', '133411.905000', '133412.365000', '133412.825000', '133413.285000', '133413.745000', '133414.205000', '133414.665000', '133415.125000', '133415.585000', '133416.045000', '133416.505000', '133416.965000', '133417.425000', '133417.885000', '133418.345000', '133418.805000', '133419.265000', '133419.725000', '133420.185000', '133420.645000', '133421.105000', '133421.565000', '133422.025000', '133422.485000', '133422.945000', '133423.405000', '133423.865000', '133424.325000', '133424.785000', '133425.245000', '133425.705000', '133426.165000', '133426.625000', '133427.085000', '133427.545000', '133428.005000', '133428.465000', '133428.925000', '133429.385000', '133429.845000', '133430.305000', '133430.765000', '133431.225000', '133431.685000', '133432.145000', '133432.605000', '133433.065000', '133433.525000', '133433.985000', '133434.445000', '133434.905000', '133435.365000', '133435.825000', '133436.285000', '133436.745000', '133437.205000', '133437.665000', '133438.125000', '133438.585000', '133439.045000', '133439.505000', '133439.965000', '133440.425000', '133440.885000', '133441.345000', '133441.805000', '133442.265000', '133442.725000', '133443.185000', '133443.645000', '133444.105000', '133444.565000', '133445.025000', '133445.485000', '133445.945000', '133446.405000', '133446.865000', '133447.325000', '133447.785000', '133448.245000', '133448.705000', '133449.165000', '133449.625000', '133450.085000', '133450.545000', '133451.005000', '133451.465000', '133451.925000', '133452.385000', '133452.845000', '133453.305000', '133453.765000', '133454.225000', '133454.685000', '133455.145000', '133455.605000', '133456.065000', '133456.525000', '133456.985000', '133457.445000', '133457.905000', '133458.365000', '133458.825000', '133459.285000', '133459.745000', '133500.205000', '133500.665000', '133501.125000', '133501.585000', '133502.045000', '133502.505000', '133502.965000', '133503.425000', '133503.885000', '133504.345000', '133504.805000', '133505.265000', '133505.725000', '133506.185000', '133506.645000', '133507.105000', '133507.565000', '133508.025000', '133508.485000', '133508.945000', '133509.405000', '133509.865000', '133510.325000', '133510.785000', '133511.245000', '133511.705000', '133512.165000', '133512.625000', '133513.085000', '133513.545000', '133514.005000', '133514.465000', '133514.925000', '133515.385000', '133515.845000', '133516.305000', '133516.765000', '133517.225000', '133517.685000', '133518.145000', '133518.605000', '133519.065000', '133519.525000', '133519.985000', '133520.445000', '133520.905000', '133521.365000', '133521.825000', '133522.285000', '133522.745000', '133523.205000', '133523.665000', '133524.125000', '133524.585000', '133525.045000', '133525.505000', '133525.965000', '133526.425000', '133526.885000', '133527.345000', '133527.805000', '133528.265000', '133528.725000', '133529.185000', '133529.645000', '133530.105000', '133530.565000', '133531.025000', '133531.485000', '133531.945000', '133532.405000', '133532.865000', '133533.325000', '133533.785000', '133534.245000', '133534.705000', '133535.165000', '133535.625000', '133536.085000', '133536.545000', '133537.005000', '133537.465000', '133537.925000', '133538.385000', '133538.845000', '133539.305000', '133539.765000', '133540.225000', '133540.685000', '133541.145000', '133541.605000', '133542.065000', '133542.525000', '133542.985000', '133543.445000', '133543.905000', '133544.365000', '133544.825000', '133545.285000', '133545.745000', '133546.205000', '133546.665000', '133547.125000', '133547.585000', '133548.045000', '133548.505000', '133548.965000', '133549.425000', '133549.885000', '133550.345000', '133550.805000', '133551.265000', '133551.725000', '133552.185000', '133552.645000', '133553.105000', '133553.565000', '133554.025000', '133554.485000', '133554.945000', '133555.405000', '133555.865000', '133556.325000', '133556.785000', '133557.245000', '133557.705000', '133558.165000', '133558.625000', '133559.085000', '133559.545000', '133600.005000', '133600.465000', '133600.925000', '133601.385000', '133601.845000', '133602.305000', '133602.765000', '133603.225000', '133603.685000', '133604.145000', '133604.605000', '133605.065000', '133605.525000', '133605.985000', '133606.445000', '133606.905000', '133607.365000', '133607.825000', '133608.285000', '133608.745000', '133609.205000', '133609.665000', '133610.125000', '133610.585000', '133611.045000', '133611.505000', '133611.965000', '133612.425000', '133612.885000', '133613.345000', '133613.805000', '133614.265000', '133614.725000', '133615.185000', '133615.645000', '133616.105000', '133616.565000', '133617.025000', '133617.485000', '133617.945000', '133618.405000', '133618.865000', '133619.325000', '133619.785000', '133620.245000', '133620.705000', '133621.165000', '133621.625000', '133622.085000', '133622.545000', '133623.005000', '133623.465000', '133623.925000', '133624.385000', '133624.845000', '133625.305000', '133625.765000', '133626.225000', '133626.685000', '133627.145000', '133627.605000', '133628.065000', '133628.525000', '133628.985000', '133629.445000', '133629.905000', '133630.365000', '133630.825000', '133631.285000', '133631.745000', '133632.205000', '133632.665000', '133633.125000', '133633.585000', '133634.045000', '133634.505000', '133634.965000', '133635.425000', '133635.885000', '133636.345000', '133636.805000', '133637.265000', '133637.725000', '133638.185000', '133638.645000', '133639.105000', '133639.565000', '133640.025000', '133640.485000', '133640.945000', '133641.405000', '133641.865000', '133642.325000', '133642.785000', '133643.245000', '133643.705000', '133644.165000', '133644.625000', '133645.085000', '133645.545000', '133646.005000', '133646.465000', '133646.925000', '133647.385000', '133647.845000', '133648.305000', '133648.765000', '133649.225000', '133649.685000', '133650.145000', '133650.605000', '133651.065000', '133651.525000', '133651.985000', '133652.445000', '133652.905000', '133653.365000', '133653.825000', '133654.285000', '133654.745000', '133655.205000', '133655.665000', '133656.125000', '133656.585000', '133657.045000', '133657.505000', '133657.965000', '133658.425000', '133658.885000', '133659.345000', '133659.805000', '133700.265000', '133700.725000', '133701.185000', '133701.645000', '133702.105000', '133702.565000', '133703.025000', '133703.485000', '133703.945000', '133704.405000', '133704.865000', '133705.325000', '133705.785000', '133706.245000', '133706.705000', '133707.165000', '133707.625000', '133708.085000', '133708.545000', '133709.005000', '133709.465000', '133709.925000', '133710.385000', '133710.845000', '133711.305000', '133711.765000', '133712.225000', '133712.685000', '133713.145000', '133713.605000', '133714.065000', '133714.525000', '133714.985000', '133715.445000', '133715.905000', '133716.365000', '133716.825000', '133717.285000', '133717.745000', '133718.205000', '133718.665000', '133719.125000', '133719.585000', '133720.045000', '133720.505000', '133720.965000', '133721.425000', '133721.885000', '133722.345000', '133722.805000', '133723.265000', '133723.725000', '133724.185000', '133724.645000', '133725.105000', '133725.565000', '133726.025000', '133726.485000', '133726.945000', '133727.405000', '133727.865000', '133728.325000', '133728.785000', '133729.245000', '133729.705000', '133730.165000', '133730.625000', '133731.085000', '133731.545000', '133732.005000', '133732.465000', '133732.925000', '133733.385000', '133733.845000', '133734.305000', '133734.765000', '133735.225000', '133735.685000', '133736.145000', '133736.605000', '133737.065000', '133737.525000', '133737.985000', '133738.445000', '133738.905000', '133739.365000', '133739.825000', '133740.285000', '133740.745000', '133741.205000', '133741.665000', '133742.125000', '133742.585000', '133743.045000', '133743.505000', '133743.965000', '133744.425000', '133744.885000', '133745.345000', '133745.805000', '133746.265000', '133746.725000', '133747.185000', '133747.645000', '133748.105000', '133748.565000', '133749.025000', '133749.485000', '133749.945000', '133750.405000', '133750.865000', '133751.325000', '133751.785000', '133752.245000', '133752.705000', '133753.165000', '133753.625000', '133754.085000', '133754.545000', '133755.005000', '133755.465000', '133755.925000', '133756.385000', '133756.845000', '133757.305000', '133757.765000', '133758.225000', '133758.685000', '133759.145000', '133759.605000', '133800.065000', '133800.525000', '133800.985000', '133801.445000', '133801.905000', '133802.365000', '133802.825000', '133803.285000', '133803.745000', '133804.205000', '133804.665000', '133805.125000', '133805.585000', '133806.045000', '133806.505000', '133806.965000', '133807.425000', '133807.885000', '133808.345000', '133808.805000', '133809.265000', '133809.725000', '133810.185000', '133810.645000', '133811.105000', '133811.565000', '133812.025000', '133812.485000', '133812.945000', '133813.405000', '133813.865000', '133814.325000', '133814.785000', '133815.245000', '133815.705000', '133816.165000', '133816.625000', '133817.085000', '133817.545000', '133818.005000', '133818.465000', '133818.925000', '133819.385000', '133819.845000', '133820.305000', '133820.765000', '133821.225000', '133821.685000', '133822.145000', '133822.605000', '133823.065000', '133823.525000', '133823.985000', '133824.445000', '133824.905000', '133825.365000', '133825.825000', '133826.285000', '133826.745000', '133827.205000', '133827.665000', '133828.125000', '133828.585000', '133829.045000', '133829.505000', '133829.965000', '133830.425000', '133830.885000', '133831.345000', '133831.805000', '133832.265000', '133832.725000', '133833.185000', '133833.645000', '133834.105000', '133834.565000', '133835.025000', '133835.485000', '133835.945000', '133836.405000', '133836.865000', '133837.325000', '133837.785000', '133838.245000', '133838.705000', '133839.165000', '133839.625000', '133840.085000', '133840.545000', '133841.005000', '133841.465000', '133841.925000', '133842.385000', '133842.845000', '133843.305000', '133843.765000', '133844.225000', '133844.685000', '133845.145000', '133845.605000', '133846.065000', '133846.525000', '133846.985000', '133847.445000', '133847.905000', '133848.365000', '133848.825000', '133849.285000', '133849.745000', '133850.205000', '133850.665000', '133851.125000', '133851.585000', '133852.045000', '133852.505000', '133852.965000', '133853.425000', '133853.885000', '133854.345000', '133854.805000', '133855.265000', '133855.725000', '133856.185000', '133856.645000', '133857.105000', '133857.565000', '133858.025000', '133858.485000', '133858.945000', '133859.405000', '133859.865000', '133900.325000', '133900.785000', '133901.245000', '133901.705000', '133902.165000', '133902.625000', '133903.085000', '133903.545000', '133904.005000', '133904.465000', '133904.925000', '133905.385000', '133905.845000', '133906.305000', '133906.765000', '133907.225000', '133907.685000', '133908.145000', '133908.605000', '133909.065000', '133909.525000', '133909.985000', '133910.445000', '133910.905000', '133911.365000', '133911.825000', '133912.285000', '133912.745000', '133913.205000', '133913.665000', '133914.125000', '133914.585000', '133915.045000', '133915.505000', '133915.965000', '133916.425000', '133916.885000', '133917.345000', '133917.805000', '133918.265000', '133918.725000', '133919.185000', '133919.645000', '133920.105000', '133920.565000', '133921.025000', '133921.485000', '133921.945000', '133922.405000', '133922.865000', '133923.325000', '133923.785000', '133924.245000', '133924.705000', '133925.165000', '133925.625000', '133926.085000', '133926.545000', '133927.005000', '133927.465000', '133927.925000', '133928.385000', '133928.845000', '133929.305000', '133929.765000', '133930.225000', '133930.685000', '133931.145000', '133931.605000', '133932.065000', '133932.525000', '133932.985000', '133933.445000', '133933.905000', '133934.365000', '133934.825000', '133935.285000', '133935.745000', '133936.205000', '133936.665000', '133937.125000', '133937.585000', '133938.045000', '133938.505000', '133938.965000', '133939.425000', '133939.885000', '133940.345000', '133940.805000', '133941.265000', '133941.725000', '133942.185000', '133942.645000', '133943.105000', '133943.565000'], 'ContentTime': ['133323.753000', '133323.756000', '133323.759000', '133323.762000', '133323.765000', '133323.768000', '133323.771000', '133323.780000', '133323.783000', '133323.786000', '133323.788000', '133323.791000', '133323.793000', '133323.796000', '133323.799000', '133323.801000', '133323.804000', '133323.807000', '133323.810000', '133323.812000', '133323.815000', '133323.817000', '133323.820000', '133323.823000', '133323.825000', '133323.828000', '133323.830000', '133323.833000', '133323.836000', '133323.838000', '133323.841000', '133323.843000', '133323.846000', '133323.848000', '133323.851000', '133323.854000', '133323.856000', '133323.859000', '133323.862000', '133323.864000', '133323.867000', '133323.869000', '133323.872000', '133343.713000', '133343.716000', '133343.719000', '133343.721000', '133343.724000', '133343.726000', '133343.729000', '133343.732000', '133343.734000', '133343.737000', '133343.739000', '133343.742000', '133343.745000', '133343.747000', '133343.750000', '133343.752000', '133343.755000', '133343.758000', '133343.760000', '133343.763000', '133343.765000', '133343.768000', '133343.770000', '133343.773000', '133343.775000', '133343.778000', '133343.781000', '133343.783000', '133343.786000', '133343.788000', '133343.791000', '133343.793000', '133343.796000', '133343.799000', '133343.801000', '133343.804000', '133343.806000', '133343.809000', '133343.824000', '133343.827000', '133343.830000', '133343.832000', '133343.835000', '133343.837000', '133403.713000', '133403.716000', '133403.719000', '133403.721000', '133403.724000', '133403.727000', '133403.729000', '133403.732000', '133403.734000', '133403.737000', '133403.740000', '133403.742000', '133403.745000', '133403.747000', '133403.750000', '133403.753000', '133403.755000', '133403.758000', '133403.760000', '133403.763000', '133403.765000', '133403.768000', '133403.770000', '133403.773000', '133403.776000', '133403.780000', '133403.782000', '133403.785000', '133403.787000', '133403.790000', '133403.793000', '133403.795000', '133403.804000', '133403.806000', '133403.809000', '133403.812000', '133403.814000', '133403.817000', '133403.819000', '133403.822000', '133403.825000', '133403.827000', '133403.830000', '133423.714000', '133423.716000', '133423.719000', '133423.722000', '133423.724000', '133423.727000', '133423.730000', '133423.732000', '133423.735000', '133423.737000', '133423.740000', '133423.743000', '133423.745000', '133423.748000', '133423.750000', '133423.753000', '133423.756000', '133423.758000', '133423.761000', '133423.764000', '133423.766000', '133423.769000', '133423.771000', '133423.774000', '133423.777000', '133423.779000', '133423.782000', '133423.784000', '133423.787000', '133423.790000', '133423.792000', '133423.795000', '133423.797000', '133423.800000', '133423.803000', '133423.805000', '133423.808000', '133423.816000', '133423.818000', '133423.821000', '133423.824000', '133423.826000', '133423.829000', '133423.831000', '133443.713000', '133443.716000', '133443.719000', '133443.721000', '133443.724000', '133443.727000', '133443.729000', '133443.732000', '133443.734000', '133443.745000', '133443.748000', '133443.751000', '133443.753000', '133443.756000', '133443.758000', '133443.761000', '133443.764000', '133443.766000', '133443.769000', '133443.771000', '133443.774000', '133443.776000', '133443.779000', '133443.782000', '133443.784000', '133443.787000', '133443.790000', '133443.792000', '133443.795000', '133443.798000', '133443.800000', '133443.803000', '133443.805000', '133443.808000', '133443.810000', '133443.813000', '133443.815000', '133443.818000', '133443.821000', '133443.823000', '133443.826000', '133443.828000', '133443.831000', '133503.714000', '133503.716000', '133503.719000', '133503.722000', '133503.724000', '133503.727000', '133503.729000', '133503.732000', '133503.735000', '133503.737000', '133503.740000', '133503.742000', '133503.745000', '133503.748000', '133503.750000', '133503.753000', '133503.755000', '133503.758000', '133503.761000', '133503.763000', '133503.766000', '133503.768000', '133503.771000', '133503.774000', '133503.776000', '133503.779000', '133503.781000', '133503.784000', '133503.787000', '133503.789000', '133503.792000', '133503.794000', '133503.797000', '133503.800000', '133503.802000', '133503.805000', '133503.808000', '133503.810000', '133503.813000', '133503.816000', '133503.818000', '133503.821000', '133503.823000', '133503.826000', '133523.713000', '133523.716000', '133523.719000', '133523.721000', '133523.724000', '133523.727000', '133523.729000', '133523.732000', '133523.735000', '133523.737000', '133523.740000', '133523.742000', '133523.745000', '133523.748000', '133523.750000', '133523.753000', '133523.755000', '133523.758000', '133523.760000', '133523.763000', '133523.766000', '133523.768000', '133523.771000', '133523.774000', '133523.776000', '133523.779000', '133523.781000', '133523.784000', '133523.786000', '133523.789000', '133523.792000', '133523.794000', '133523.797000', '133523.799000', '133523.802000', '133523.805000', '133523.807000', '133523.810000', '133523.813000', '133523.815000', '133523.818000', '133523.821000', '133523.823000', '133543.714000', '133543.716000', '133543.719000', '133543.722000', '133543.724000', '133543.734000', '133543.736000', '133543.739000', '133543.742000', '133543.744000', '133543.747000', '133543.749000', '133543.752000', '133543.755000', '133543.757000', '133543.760000', '133543.762000', '133543.765000', '133543.768000', '133543.770000', '133543.773000', '133543.775000', '133543.778000', '133543.781000', '133543.783000', '133543.786000', '133543.788000', '133543.791000', '133543.794000', '133543.796000', '133543.799000', '133543.825000', '133543.828000', '133543.830000', '133543.833000', '133543.836000', '133543.838000', '133543.841000', '133543.843000', '133543.846000', '133543.849000', '133543.851000', '133543.854000', '133543.856000', '133603.713000', '133603.716000', '133603.719000', '133603.722000', '133603.724000', '133603.727000', '133603.729000', '133603.732000', '133603.735000', '133603.737000', '133603.740000', '133603.742000', '133603.745000', '133603.748000', '133603.750000', '133603.753000', '133603.756000', '133603.758000', '133603.761000', '133603.763000', '133603.766000', '133603.769000', '133603.771000', '133603.774000', '133603.777000', '133603.779000', '133603.782000', '133603.784000', '133603.787000', '133603.790000', '133603.792000', '133603.795000', '133603.797000', '133603.835000', '133603.838000', '133603.840000', '133603.843000', '133603.846000', '133603.848000', '133603.851000', '133603.853000', '133603.856000', '133603.858000', '133623.714000', '133623.716000', '133623.719000', '133623.722000', '133623.724000', '133623.727000', '133623.730000', '133623.732000', '133623.735000', '133623.738000', '133623.740000', '133623.743000', '133623.745000', '133623.748000', '133623.751000', '133623.753000', '133623.756000', '133623.759000', '133623.761000', '133623.764000', '133623.767000', '133623.769000', '133623.772000', '133623.774000', '133623.777000', '133623.780000', '133623.782000', '133623.785000', '133623.787000', '133623.790000', '133623.793000', '133623.795000', '133623.798000', '133623.906000', '133623.909000', '133623.911000', '133623.914000', '133623.916000', '133623.919000', '133623.922000', '133623.924000', '133623.927000', '133623.929000', '133623.932000', '133643.714000', '133643.717000', '133643.719000', '133643.722000', '133643.724000', '133643.727000', '133643.730000', '133643.732000', '133643.735000', '133643.738000', '133643.740000', '133643.743000', '133643.745000', '133643.748000', '133643.750000', '133643.753000', '133643.756000', '133643.758000', '133643.761000', '133643.763000', '133643.766000', '133643.769000', '133643.771000', '133643.774000', '133643.777000', '133643.779000', '133643.782000', '133643.784000', '133643.787000', '133643.790000', '133643.792000', '133643.795000', '133643.797000', '133643.854000', '133643.856000', '133643.859000', '133643.861000', '133643.864000', '133643.867000', '133643.869000', '133643.872000', '133643.874000', '133643.877000', '133703.714000', '133703.717000', '133703.719000', '133703.722000', '133703.725000', '133703.727000', '133703.730000', '133703.732000', '133703.735000', '133703.738000', '133703.740000', '133703.743000', '133703.745000', '133703.748000', '133703.751000', '133703.753000', '133703.756000', '133703.758000', '133703.761000', '133703.764000', '133703.766000', '133703.769000', '133703.772000', '133703.774000', '133703.777000', '133703.779000', '133703.782000', '133703.785000', '133703.787000', '133703.790000', '133703.792000', '133703.795000', '133703.798000', '133703.850000', '133703.853000', '133703.855000', '133703.858000', '133703.861000', '133703.863000', '133703.866000', '133703.868000', '133703.871000', '133703.874000', '133703.876000', '133723.713000', '133723.716000', '133723.719000', '133723.722000', '133723.724000', '133723.727000', '133723.730000', '133723.732000', '133723.735000', '133723.737000', '133723.740000', '133723.743000', '133723.745000', '133723.748000', '133723.751000', '133723.753000', '133723.756000', '133723.758000', '133723.761000', '133723.764000', '133723.766000', '133723.769000', '133723.771000', '133723.774000', '133723.777000', '133723.779000', '133723.782000', '133723.784000', '133723.787000', '133723.790000', '133723.792000', '133723.795000', '133723.798000', '133723.820000', '133723.823000', '133723.826000', '133723.828000', '133723.831000', '133723.833000', '133723.836000', '133723.839000', '133723.841000', '133723.844000', '133743.713000', '133743.716000', '133743.719000', '133743.722000', '133743.724000', '133743.727000', '133743.730000', '133743.732000', '133743.735000', '133743.737000', '133743.740000', '133743.743000', '133743.745000', '133743.748000', '133743.751000', '133743.753000', '133743.769000', '133743.771000', '133743.774000', '133743.777000', '133743.779000', '133743.782000', '133743.785000', '133743.787000', '133743.790000', '133743.792000', '133743.795000', '133743.798000', '133743.832000', '133743.835000', '133743.838000', '133743.840000', '133743.843000', '133743.845000', '133743.848000', '133743.851000', '133743.853000', '133743.856000', '133743.858000', '133743.861000', '133743.864000', '133743.866000', '133743.869000', '133803.714000', '133803.717000', '133803.719000', '133803.722000', '133803.725000', '133803.727000', '133803.730000', '133803.732000', '133803.735000', '133803.738000', '133803.740000', '133803.743000', '133803.746000', '133803.748000', '133803.751000', '133803.754000', '133803.756000', '133803.759000', '133803.762000', '133803.764000', '133803.767000', '133803.770000', '133803.773000', '133803.775000', '133803.778000', '133803.780000', '133803.783000', '133803.786000', '133803.788000', '133803.791000', '133803.794000', '133803.796000', '133803.799000', '133803.858000', '133803.860000', '133803.863000', '133803.866000', '133803.868000', '133803.871000', '133803.873000', '133803.876000', '133803.879000', '133803.881000', '133803.884000', '133823.714000', '133823.716000', '133823.719000', '133823.722000', '133823.725000', '133823.728000', '133823.730000', '133823.733000', '133823.736000', '133823.738000', '133823.741000', '133823.743000', '133823.746000', '133823.749000', '133823.751000', '133823.754000', '133823.757000', '133823.759000', '133823.762000', '133823.764000', '133823.767000', '133823.770000', '133823.772000', '133823.775000', '133823.777000', '133823.780000', '133823.783000', '133823.785000', '133823.788000', '133823.791000', '133823.793000', '133823.796000', '133823.798000', '133823.801000', '133823.804000', '133823.806000', '133823.809000', '133823.882000', '133823.884000', '133823.887000', '133823.889000', '133823.892000', '133823.895000', '133823.897000', '133843.714000', '133843.717000', '133843.719000', '133843.722000', '133843.724000', '133843.727000', '133843.730000', '133843.732000', '133843.735000', '133843.738000', '133843.740000', '133843.743000', '133843.746000', '133843.748000', '133843.751000', '133843.754000', '133843.756000', '133843.759000', '133843.761000', '133843.764000', '133843.767000', '133843.769000', '133843.772000', '133843.775000', '133843.777000', '133843.780000', '133843.782000', '133843.785000', '133843.788000', '133843.790000', '133843.793000', '133843.795000', '133843.798000', '133843.835000', '133843.838000', '133843.840000', '133843.843000', '133843.846000', '133843.848000', '133843.851000', '133843.853000', '133843.856000', '133843.859000', '133903.713000', '133903.716000', '133903.719000', '133903.721000', '133903.724000', '133903.727000', '133903.729000', '133903.732000', '133903.734000', '133903.737000', '133903.741000', '133903.744000', '133903.747000', '133903.749000', '133903.752000', '133903.754000', '133903.757000', '133903.760000', '133903.762000', '133903.765000', '133903.767000', '133903.770000', '133903.773000', '133903.775000', '133903.778000', '133903.780000', '133903.783000', '133903.786000', '133903.788000', '133903.791000', '133903.794000', '133903.796000', '133903.799000', '133903.832000', '133903.834000', '133903.837000', '133903.839000', '133903.842000', '133903.845000', '133903.847000', '133903.850000', '133903.878000', '133903.880000', '133903.883000', '133923.713000', '133923.716000', '133923.719000', '133923.722000', '133923.724000', '133923.727000', '133923.729000', '133923.732000', '133923.735000', '133923.737000', '133923.740000', '133923.742000', '133923.745000', '133923.748000', '133923.750000', '133923.753000', '133923.756000', '133923.758000', '133923.761000', '133923.763000', '133923.766000', '133923.768000', '133923.771000', '133923.774000', '133923.776000', '133923.779000', '133923.782000', '133923.784000', '133923.787000', '133923.789000', '133923.792000', '133923.795000', '133923.797000', '133923.839000', '133923.842000', '133923.844000', '133923.847000', '133923.850000', '133923.852000', '133923.855000', '133923.857000', '133923.860000', '133923.863000', '133943.713000', '133943.716000', '133943.719000', '133943.721000', '133943.724000', '133943.727000', '133943.729000', '133943.732000', '133943.735000', '133943.737000', '133943.740000', '133943.742000', '133943.745000', '133943.748000', '133943.750000', '133943.753000', '133943.756000', '133943.758000', '133943.761000', '133943.764000', '133943.767000', '133943.769000', '133943.772000', '133943.775000', '133943.777000', '133943.780000', '133943.783000', '133943.785000', '133943.788000', '133943.790000', '133943.793000', '133943.796000', '133943.798000', '133943.801000', '133943.804000', '133943.806000', '133943.809000', '133943.811000', '133943.814000', '133943.817000', '133943.820000', '133943.822000', '133943.825000', '133944.643000', '133944.646000', '133944.648000'], 'InstanceCreationTime': ['133323.753000', '133323.756000', '133323.759000', '133323.762000', '133323.765000', '133323.768000', '133323.771000', '133323.780000', '133323.783000', '133323.786000', '133323.788000', '133323.791000', '133323.793000', '133323.796000', '133323.799000', '133323.801000', '133323.804000', '133323.807000', '133323.810000', '133323.812000', '133323.815000', '133323.817000', '133323.820000', '133323.823000', '133323.825000', '133323.828000', '133323.830000', '133323.833000', '133323.836000', '133323.838000', '133323.841000', '133323.843000', '133323.846000', '133323.848000', '133323.851000', '133323.854000', '133323.856000', '133323.859000', '133323.862000', '133323.864000', '133323.867000', '133323.869000', '133323.872000', '133343.713000', '133343.716000', '133343.719000', '133343.721000', '133343.724000', '133343.726000', '133343.729000', '133343.732000', '133343.734000', '133343.737000', '133343.739000', '133343.742000', '133343.745000', '133343.747000', '133343.750000', '133343.752000', '133343.755000', '133343.758000', '133343.760000', '133343.763000', '133343.765000', '133343.768000', '133343.770000', '133343.773000', '133343.775000', '133343.778000', '133343.781000', '133343.783000', '133343.786000', '133343.788000', '133343.791000', '133343.793000', '133343.796000', '133343.799000', '133343.801000', '133343.804000', '133343.806000', '133343.809000', '133343.824000', '133343.827000', '133343.830000', '133343.832000', '133343.835000', '133343.837000', '133403.713000', '133403.716000', '133403.719000', '133403.721000', '133403.724000', '133403.727000', '133403.729000', '133403.732000', '133403.734000', '133403.737000', '133403.740000', '133403.742000', '133403.745000', '133403.747000', '133403.750000', '133403.753000', '133403.755000', '133403.758000', '133403.760000', '133403.763000', '133403.765000', '133403.768000', '133403.770000', '133403.773000', '133403.776000', '133403.780000', '133403.782000', '133403.785000', '133403.787000', '133403.790000', '133403.793000', '133403.795000', '133403.804000', '133403.806000', '133403.809000', '133403.812000', '133403.814000', '133403.817000', '133403.819000', '133403.822000', '133403.825000', '133403.827000', '133403.830000', '133423.714000', '133423.716000', '133423.719000', '133423.722000', '133423.724000', '133423.727000', '133423.730000', '133423.732000', '133423.735000', '133423.737000', '133423.740000', '133423.743000', '133423.745000', '133423.748000', '133423.750000', '133423.753000', '133423.756000', '133423.758000', '133423.761000', '133423.764000', '133423.766000', '133423.769000', '133423.771000', '133423.774000', '133423.777000', '133423.779000', '133423.782000', '133423.784000', '133423.787000', '133423.790000', '133423.792000', '133423.795000', '133423.797000', '133423.800000', '133423.803000', '133423.805000', '133423.808000', '133423.816000', '133423.818000', '133423.821000', '133423.824000', '133423.826000', '133423.829000', '133423.831000', '133443.713000', '133443.716000', '133443.719000', '133443.721000', '133443.724000', '133443.727000', '133443.729000', '133443.732000', '133443.734000', '133443.745000', '133443.748000', '133443.751000', '133443.753000', '133443.756000', '133443.758000', '133443.761000', '133443.764000', '133443.766000', '133443.769000', '133443.771000', '133443.774000', '133443.776000', '133443.779000', '133443.782000', '133443.784000', '133443.787000', '133443.790000', '133443.792000', '133443.795000', '133443.798000', '133443.800000', '133443.803000', '133443.805000', '133443.808000', '133443.810000', '133443.813000', '133443.815000', '133443.818000', '133443.821000', '133443.823000', '133443.826000', '133443.828000', '133443.831000', '133503.714000', '133503.716000', '133503.719000', '133503.722000', '133503.724000', '133503.727000', '133503.729000', '133503.732000', '133503.735000', '133503.737000', '133503.740000', '133503.742000', '133503.745000', '133503.748000', '133503.750000', '133503.753000', '133503.755000', '133503.758000', '133503.761000', '133503.763000', '133503.766000', '133503.768000', '133503.771000', '133503.774000', '133503.776000', '133503.779000', '133503.781000', '133503.784000', '133503.787000', '133503.789000', '133503.792000', '133503.794000', '133503.797000', '133503.800000', '133503.802000', '133503.805000', '133503.808000', '133503.810000', '133503.813000', '133503.816000', '133503.818000', '133503.821000', '133503.823000', '133503.826000', '133523.713000', '133523.716000', '133523.719000', '133523.721000', '133523.724000', '133523.727000', '133523.729000', '133523.732000', '133523.735000', '133523.737000', '133523.740000', '133523.742000', '133523.745000', '133523.748000', '133523.750000', '133523.753000', '133523.755000', '133523.758000', '133523.760000', '133523.763000', '133523.766000', '133523.768000', '133523.771000', '133523.774000', '133523.776000', '133523.779000', '133523.781000', '133523.784000', '133523.786000', '133523.789000', '133523.792000', '133523.794000', '133523.797000', '133523.799000', '133523.802000', '133523.805000', '133523.807000', '133523.810000', '133523.813000', '133523.815000', '133523.818000', '133523.821000', '133523.823000', '133543.714000', '133543.716000', '133543.719000', '133543.722000', '133543.724000', '133543.734000', '133543.736000', '133543.739000', '133543.742000', '133543.744000', '133543.747000', '133543.749000', '133543.752000', '133543.755000', '133543.757000', '133543.760000', '133543.762000', '133543.765000', '133543.768000', '133543.770000', '133543.773000', '133543.775000', '133543.778000', '133543.781000', '133543.783000', '133543.786000', '133543.788000', '133543.791000', '133543.794000', '133543.796000', '133543.799000', '133543.825000', '133543.828000', '133543.830000', '133543.833000', '133543.836000', '133543.838000', '133543.841000', '133543.843000', '133543.846000', '133543.849000', '133543.851000', '133543.854000', '133543.856000', '133603.713000', '133603.716000', '133603.719000', '133603.722000', '133603.724000', '133603.727000', '133603.729000', '133603.732000', '133603.735000', '133603.737000', '133603.740000', '133603.742000', '133603.745000', '133603.748000', '133603.750000', '133603.753000', '133603.756000', '133603.758000', '133603.761000', '133603.763000', '133603.766000', '133603.769000', '133603.771000', '133603.774000', '133603.777000', '133603.779000', '133603.782000', '133603.784000', '133603.787000', '133603.790000', '133603.792000', '133603.795000', '133603.797000', '133603.835000', '133603.838000', '133603.840000', '133603.843000', '133603.846000', '133603.848000', '133603.851000', '133603.853000', '133603.856000', '133603.858000', '133623.714000', '133623.716000', '133623.719000', '133623.722000', '133623.724000', '133623.727000', '133623.730000', '133623.732000', '133623.735000', '133623.738000', '133623.740000', '133623.743000', '133623.745000', '133623.748000', '133623.751000', '133623.753000', '133623.756000', '133623.759000', '133623.761000', '133623.764000', '133623.767000', '133623.769000', '133623.772000', '133623.774000', '133623.777000', '133623.780000', '133623.782000', '133623.785000', '133623.787000', '133623.790000', '133623.793000', '133623.795000', '133623.798000', '133623.906000', '133623.909000', '133623.911000', '133623.914000', '133623.916000', '133623.919000', '133623.922000', '133623.924000', '133623.927000', '133623.929000', '133623.932000', '133643.714000', '133643.717000', '133643.719000', '133643.722000', '133643.724000', '133643.727000', '133643.730000', '133643.732000', '133643.735000', '133643.738000', '133643.740000', '133643.743000', '133643.745000', '133643.748000', '133643.750000', '133643.753000', '133643.756000', '133643.758000', '133643.761000', '133643.763000', '133643.766000', '133643.769000', '133643.771000', '133643.774000', '133643.777000', '133643.779000', '133643.782000', '133643.784000', '133643.787000', '133643.790000', '133643.792000', '133643.795000', '133643.797000', '133643.854000', '133643.856000', '133643.859000', '133643.861000', '133643.864000', '133643.867000', '133643.869000', '133643.872000', '133643.874000', '133643.877000', '133703.714000', '133703.717000', '133703.719000', '133703.722000', '133703.725000', '133703.727000', '133703.730000', '133703.732000', '133703.735000', '133703.738000', '133703.740000', '133703.743000', '133703.745000', '133703.748000', '133703.751000', '133703.753000', '133703.756000', '133703.758000', '133703.761000', '133703.764000', '133703.766000', '133703.769000', '133703.772000', '133703.774000', '133703.777000', '133703.779000', '133703.782000', '133703.785000', '133703.787000', '133703.790000', '133703.792000', '133703.795000', '133703.798000', '133703.850000', '133703.853000', '133703.855000', '133703.858000', '133703.861000', '133703.863000', '133703.866000', '133703.868000', '133703.871000', '133703.874000', '133703.876000', '133723.713000', '133723.716000', '133723.719000', '133723.722000', '133723.724000', '133723.727000', '133723.730000', '133723.732000', '133723.735000', '133723.737000', '133723.740000', '133723.743000', '133723.745000', '133723.748000', '133723.751000', '133723.753000', '133723.756000', '133723.758000', '133723.761000', '133723.764000', '133723.766000', '133723.769000', '133723.771000', '133723.774000', '133723.777000', '133723.779000', '133723.782000', '133723.784000', '133723.787000', '133723.790000', '133723.792000', '133723.795000', '133723.798000', '133723.820000', '133723.823000', '133723.826000', '133723.828000', '133723.831000', '133723.833000', '133723.836000', '133723.839000', '133723.841000', '133723.844000', '133743.713000', '133743.716000', '133743.719000', '133743.722000', '133743.724000', '133743.727000', '133743.730000', '133743.732000', '133743.735000', '133743.737000', '133743.740000', '133743.743000', '133743.745000', '133743.748000', '133743.751000', '133743.753000', '133743.769000', '133743.771000', '133743.774000', '133743.777000', '133743.779000', '133743.782000', '133743.785000', '133743.787000', '133743.790000', '133743.792000', '133743.795000', '133743.798000', '133743.832000', '133743.835000', '133743.838000', '133743.840000', '133743.843000', '133743.845000', '133743.848000', '133743.851000', '133743.853000', '133743.856000', '133743.858000', '133743.861000', '133743.864000', '133743.866000', '133743.869000', '133803.714000', '133803.717000', '133803.719000', '133803.722000', '133803.725000', '133803.727000', '133803.730000', '133803.732000', '133803.735000', '133803.738000', '133803.740000', '133803.743000', '133803.746000', '133803.748000', '133803.751000', '133803.754000', '133803.756000', '133803.759000', '133803.762000', '133803.764000', '133803.767000', '133803.770000', '133803.773000', '133803.775000', '133803.778000', '133803.780000', '133803.783000', '133803.786000', '133803.788000', '133803.791000', '133803.794000', '133803.796000', '133803.799000', '133803.858000', '133803.860000', '133803.863000', '133803.866000', '133803.868000', '133803.871000', '133803.873000', '133803.876000', '133803.879000', '133803.881000', '133803.884000', '133823.714000', '133823.716000', '133823.719000', '133823.722000', '133823.725000', '133823.728000', '133823.730000', '133823.733000', '133823.736000', '133823.738000', '133823.741000', '133823.743000', '133823.746000', '133823.749000', '133823.751000', '133823.754000', '133823.757000', '133823.759000', '133823.762000', '133823.764000', '133823.767000', '133823.770000', '133823.772000', '133823.775000', '133823.777000', '133823.780000', '133823.783000', '133823.785000', '133823.788000', '133823.791000', '133823.793000', '133823.796000', '133823.798000', '133823.801000', '133823.804000', '133823.806000', '133823.809000', '133823.882000', '133823.884000', '133823.887000', '133823.889000', '133823.892000', '133823.895000', '133823.897000', '133843.714000', '133843.717000', '133843.719000', '133843.722000', '133843.724000', '133843.727000', '133843.730000', '133843.732000', '133843.735000', '133843.738000', '133843.740000', '133843.743000', '133843.746000', '133843.748000', '133843.751000', '133843.754000', '133843.756000', '133843.759000', '133843.761000', '133843.764000', '133843.767000', '133843.769000', '133843.772000', '133843.775000', '133843.777000', '133843.780000', '133843.782000', '133843.785000', '133843.788000', '133843.790000', '133843.793000', '133843.795000', '133843.798000', '133843.835000', '133843.838000', '133843.840000', '133843.843000', '133843.846000', '133843.848000', '133843.851000', '133843.853000', '133843.856000', '133843.859000', '133903.713000', '133903.716000', '133903.719000', '133903.721000', '133903.724000', '133903.727000', '133903.729000', '133903.732000', '133903.734000', '133903.737000', '133903.741000', '133903.744000', '133903.747000', '133903.749000', '133903.752000', '133903.754000', '133903.757000', '133903.760000', '133903.762000', '133903.765000', '133903.767000', '133903.770000', '133903.773000', '133903.775000', '133903.778000', '133903.780000', '133903.783000', '133903.786000', '133903.788000', '133903.791000', '133903.794000', '133903.796000', '133903.799000', '133903.832000', '133903.834000', '133903.837000', '133903.839000', '133903.842000', '133903.845000', '133903.847000', '133903.850000', '133903.878000', '133903.880000', '133903.883000', '133923.713000', '133923.716000', '133923.719000', '133923.722000', '133923.724000', '133923.727000', '133923.729000', '133923.732000', '133923.735000', '133923.737000', '133923.740000', '133923.742000', '133923.745000', '133923.748000', '133923.750000', '133923.753000', '133923.756000', '133923.758000', '133923.761000', '133923.763000', '133923.766000', '133923.768000', '133923.771000', '133923.774000', '133923.776000', '133923.779000', '133923.782000', '133923.784000', '133923.787000', '133923.789000', '133923.792000', '133923.795000', '133923.797000', '133923.839000', '133923.842000', '133923.844000', '133923.847000', '133923.850000', '133923.852000', '133923.855000', '133923.857000', '133923.860000', '133923.863000', '133943.713000', '133943.716000', '133943.719000', '133943.721000', '133943.724000', '133943.727000', '133943.729000', '133943.732000', '133943.735000', '133943.737000', '133943.740000', '133943.742000', '133943.745000', '133943.748000', '133943.750000', '133943.753000', '133943.756000', '133943.758000', '133943.761000', '133943.764000', '133943.767000', '133943.769000', '133943.772000', '133943.775000', '133943.777000', '133943.780000', '133943.783000', '133943.785000', '133943.788000', '133943.790000', '133943.793000', '133943.796000', '133943.798000', '133943.801000', '133943.804000', '133943.806000', '133943.809000', '133943.811000', '133943.814000', '133943.817000', '133943.820000', '133943.822000', '133943.825000', '133944.643000', '133944.646000', '133944.648000'], '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': [17324, 12341, 20806, 14337, 12318, 16312, 12593, 17061, 13547, 10091, 18534, 13739, 10208, 16037, 12002, 13609, 14340, 11754, 16508, 14195, 11200, 16838, 13781, 10069, 19627, 14045, 13464, 16617, 13349, 15679, 16050, 12391, 11210, 16609, 12891, 11014, 17824, 13047, 9466, 14855, 12805, 9495, 17749, 13536, 10456, 12115, 14524, 12267, 9664, 13932, 15696, 12366, 10839, 11914, 17029, 12896, 9985, 20937, 15676, 12760, 17686, 17543, 12435, 10044, 16787, 13560, 10561, 19247, 14429, 20328, 15199, 11023, 15845, 10610, 19019, 15839, 17286, 15439, 12050, 9598, 15980, 12868, 12678, 16368, 11654, 17945, 13867, 18681, 13782, 18789, 14726, 15610, 15705, 10447, 17688, 11827, 18586, 14076, 13216, 14835, 10987, 18811, 13681, 10742, 16229, 11596, 18556, 13762, 9999, 17051, 12897, 9773, 17800, 12548, 11538, 14659, 10980, 18338, 13707, 12040, 19133, 13285, 9982, 12455, 12857, 10654, 12889, 16002, 12872, 19946, 14331, 17796, 13963, 9942, 17489, 13044, 9944, 16265, 12611, 19907, 14538, 14079, 15257, 10999, 18024, 10505, 19131, 11337, 20103, 13655, 18957, 13420, 17305, 13223, 15326, 13269, 9780, 14404, 9280, 16134, 10920, 16688, 12610, 16417, 11970, 9033, 14574, 10310, 16358, 12291, 14233, 12729, 9402, 15794, 10746, 17699, 12787, 17261, 12703, 13076, 13799, 9414, 16131, 10890, 17679, 13113, 14989, 13256, 10798, 16852, 12613, 19860, 14264, 9774, 18236, 12481, 13756, 13937, 10020, 16646, 10777, 18961, 13818, 14486, 13696, 11237, 19235, 13120, 10055, 18130, 12973, 11137, 19482, 14570, 18692, 13661, 10073, 17120, 12778, 8945, 16179, 13401, 12381, 13821, 11436, 10503, 15129, 11066, 18923, 13359, 17948, 13195, 13350, 13141, 9940, 16267, 9578, 16696, 12140, 17043, 12452, 16069, 12949, 9109, 14653, 11021, 16116, 12147, 14376, 13178, 8895, 16089, 11792, 18005, 12785, 12474, 14393, 10546, 18727, 12861, 14205, 13865, 9420, 17912, 11639, 20142, 13547, 19100, 13570, 10270, 15559, 10872, 18646, 13492, 9537, 17312, 12822, 9821, 18032, 13389, 9939, 14562, 13915, 9604, 18570, 13131, 19742, 13510, 16605, 13139, 8790, 16408, 10421, 18379, 13002, 18322, 13202, 12100, 14714, 9513, 17184, 10970, 18649, 12305, 18285, 12629, 17525, 12780, 17386, 12623, 18096, 12513, 10161, 13835, 9083, 15626, 9937, 16857, 10293, 17257, 11991, 17193, 12671, 17322, 12664, 15218, 12888, 10354, 14088, 9400, 16419, 11194, 17494, 12607, 17517, 12606, 13524, 14002, 10441, 16102, 9897, 17647, 10699, 18546, 11177, 17999, 13015, 17395, 12794, 9947, 15742, 11878, 13977, 13882, 9650, 17695, 12367, 18423, 13324, 19950, 13354, 12361, 12861, 9468, 16792, 9810, 17935, 11505, 18423, 13588, 9799, 14791, 12035, 11818, 14815, 11694, 19884, 13871, 9843, 16269, 10746, 19023, 13786, 20032, 13228, 13169, 13939, 9254, 16819, 11889, 17689, 12973, 16259, 13553, 12060, 15107, 10705, 18179, 11196, 17702, 12984, 17267, 13070, 12875, 14433, 9421, 17923, 12841, 14742, 13075, 9904, 16529, 12888, 9591, 17924, 13081, 9955, 13027, 14680, 11874, 15738, 14601, 9663, 19323, 12941, 20598, 14491, 17640, 12991, 12115, 13918, 9801, 15849, 9989, 16915, 12269, 16628, 12780, 18499, 13042, 9479, 14160, 9166, 15583, 11130, 16745, 10451, 17027, 11701, 18125, 13820, 19342, 12776, 9713, 15302, 10328, 17863, 13407, 19295, 13388, 14938, 13203, 12141, 14496, 11656, 17082, 9601, 18385, 10637, 18118, 10643, 17731, 11882, 17284, 12849, 16221, 12566, 16195, 12173, 17768, 12662, 13103, 13036, 9096, 15103, 9750, 17688, 11451, 18584, 13853, 11247, 15515, 12570, 8891, 15889, 11694, 17814, 13304, 17506, 14244, 10040, 16081, 12283, 18399, 13655, 18499, 12955, 18968, 13364, 11728, 14429, 9039, 16404, 10701, 17666, 13003, 17100, 12822, 13810, 13651, 10167, 16011, 10190, 18483, 13639, 15644, 13664, 9207, 16446, 11176, 20518, 14351, 18107, 13145, 13778, 14461, 11193, 15526, 10213, 17698, 11288, 18663, 13314, 10224, 15873, 12124, 13087, 14654, 11950, 11049, 15997, 11303, 19355, 13570, 11475, 16800, 10131, 19760, 11108, 19394, 12435, 18164, 12869, 17510, 13027, 12564, 13929, 9083, 15543, 10760, 19223, 13960, 13834, 13770, 10425, 17979, 13211, 17398, 12691, 17904, 12016, 17927, 12853, 17977, 12877, 13822, 13820, 9881, 16724, 12614, 13457, 15503, 11760, 22125, 14229, 20065, 14296, 17083, 13571, 12618, 13973, 9046, 15116, 9967, 17131, 12275, 16776, 12613, 13063, 13267, 9334, 14848, 9618, 16863, 12328, 15954, 13047, 9125, 16316, 12520, 10887, 15459, 11502, 8712, 15524, 12463, 9767, 15912, 13765, 9222, 19444, 12720, 17427, 13409, 12890, 14671, 9449, 17704, 11806, 18288, 13091, 16335, 13373, 8944, 15973, 10821, 16716, 12521, 18762, 12720, 17637, 12594, 16107, 12924, 13449, 13959, 9071, 16974, 11525, 17970, 12838, 17983, 12940, 17984, 12640, 16135, 12770, 13340, 13285, 8984, 15776, 9794, 18061, 10999, 18304, 11789, 17316, 12495, 16772, 11872, 17688, 12615, 16720, 11745, 16580, 12663, 17461, 12594, 16629, 12926, 9370, 14272, 9416, 16292, 10340, 17401, 10056, 17029, 10747, 17188, 10530, 17225, 11184, 17615, 11820, 17209, 12661, 17352, 12339, 16067, 12698, 9524, 14638, 11213, 17105, 12947, 10187, 14626, 11799, 10561, 15537, 12071, 21028, 13576, 13563, 13901, 13603, 13979, 15232, 15016, 9403, 16307, 10300, 17808, 11691, 17688, 12851, 16178, 12408, 15215, 12722, 12327, 13606, 9017, 15995, 10471, 17069, 12405, 18188, 13601, 17994, 13077, 9738, 14722, 9466, 16625, 10909, 17987, 10994, 18104, 12776, 18047, 12725, 15852, 12848, 9241, 17015, 11837, 13554, 13259, 8957, 18703, 13225, 12161, 12971, 9772, 17062, 12144, 18808, 13450, 9353, 17501, 12129, 20542, 13360, 18454, 13477, 17811, 12665, 16785, 12457, 16704, 13499, 9265, 14757, 9549, 16340, 10168, 17269, 11446, 16454, 11227, 16894, 11950, 17985, 12823, 16859, 12007, 16738, 12729, 17646, 12604, 17023, 13079, 9568, 15482, 9987, 17542, 11359, 18694, 13168, 17684, 12305, 18004, 12757, 18320, 12525, 17474, 12351, 17089, 12530, 16905, 12284, 17233, 12343, 15878, 12712, 11041, 13220, 9190, 14885, 10238, 18233, 14189, 17184, 12550, 10048, 12637, 12340, 9461, 16940, 11014, 17674, 13022, 18990, 13090, 14107, 14212, 12400, 17598, 11242, 20967, 14044, 20458, 14349, 16928, 13927, 12226, 14298, 9473, 16805, 10029], 'WindowCenter': [4935.0, 4878.0, 4925.0, 4875.0, 4842.0, 4880.0, 4840.0, 4878.0, 4850.0, 4819.0, 4887.0, 4849.0, 4809.0, 4864.0, 4831.0, 4846.0, 4858.0, 4838.0, 4878.0, 4860.0, 4830.0, 4878.0, 4851.0, 4809.0, 4888.0, 4849.0, 4833.0, 4866.0, 4835.0, 4854.0, 4855.0, 4835.0, 4815.0, 4864.0, 4836.0, 4815.0, 4875.0, 4847.0, 4808.0, 4858.0, 4851.0, 4823.0, 4891.0, 4861.0, 4831.0, 4851.0, 4859.0, 4850.0, 4822.0, 4872.0, 4882.0, 4853.0, 4832.0, 4841.0, 4884.0, 4851.0, 4823.0, 4903.0, 4861.0, 4837.0, 4865.0, 4876.0, 4826.0, 4796.0, 4856.0, 4833.0, 4793.0, 4873.0, 4857.0, 4895.0, 4856.0, 4805.0, 4852.0, 4792.0, 4871.0, 4853.0, 4862.0, 4851.0, 4823.0, 4795.0, 4852.0, 4836.0, 4825.0, 4855.0, 4804.0, 4856.0, 4820.0, 4850.0, 4822.0, 4843.0, 4829.0, 4826.0, 4830.0, 4766.0, 4836.0, 4786.0, 4847.0, 4807.0, 4797.0, 4817.0, 4778.0, 4847.0, 4818.0, 4776.0, 4837.0, 4787.0, 4834.0, 4805.0, 4768.0, 4839.0, 4807.0, 4769.0, 4848.0, 4810.0, 4799.0, 4829.0, 4803.0, 4872.0, 4832.0, 4813.0, 4869.0, 4833.0, 4796.0, 4835.0, 4829.0, 4809.0, 4835.0, 4867.0, 4848.0, 4887.0, 4848.0, 4873.0, 4835.0, 4796.0, 4873.0, 4828.0, 4795.0, 4865.0, 4835.0, 4884.0, 4856.0, 4844.0, 4857.0, 4805.0, 4864.0, 4794.0, 4871.0, 4803.0, 4872.0, 4818.0, 4859.0, 4821.0, 4849.0, 4823.0, 4841.0, 4822.0, 4778.0, 4830.0, 4773.0, 4854.0, 4804.0, 4864.0, 4838.0, 4868.0, 4827.0, 4799.0, 4868.0, 4821.0, 4880.0, 4853.0, 4872.0, 4862.0, 4814.0, 4881.0, 4835.0, 4902.0, 4863.0, 4891.0, 4863.0, 4860.0, 4861.0, 4812.0, 4881.0, 4831.0, 4902.0, 4863.0, 4882.0, 4875.0, 4844.0, 4891.0, 4851.0, 4910.0, 4874.0, 4830.0, 4900.0, 4864.0, 4873.0, 4867.0, 4824.0, 4882.0, 4831.0, 4889.0, 4850.0, 4862.0, 4849.0, 4831.0, 4890.0, 4852.0, 4813.0, 4876.0, 4840.0, 4817.0, 4876.0, 4848.0, 4862.0, 4822.0, 4784.0, 4851.0, 4824.0, 4770.0, 4852.0, 4814.0, 4804.0, 4834.0, 4814.0, 4802.0, 4844.0, 4816.0, 4874.0, 4838.0, 4861.0, 4825.0, 4820.0, 4819.0, 4783.0, 4853.0, 4785.0, 4851.0, 4806.0, 4850.0, 4823.0, 4855.0, 4838.0, 4798.0, 4857.0, 4830.0, 4879.0, 4851.0, 4860.0, 4862.0, 4812.0, 4892.0, 4843.0, 4891.0, 4852.0, 4852.0, 4873.0, 4833.0, 4901.0, 4854.0, 4861.0, 4862.0, 4811.0, 4889.0, 4840.0, 4902.0, 4851.0, 4889.0, 4851.0, 4822.0, 4881.0, 4845.0, 4913.0, 4863.0, 4812.0, 4890.0, 4861.0, 4822.0, 4899.0, 4855.0, 4836.0, 4883.0, 4875.0, 4823.0, 4905.0, 4863.0, 4903.0, 4862.0, 4878.0, 4862.0, 4790.0, 4879.0, 4820.0, 4888.0, 4859.0, 4887.0, 4859.0, 4840.0, 4870.0, 4811.0, 4890.0, 4820.0, 4888.0, 4830.0, 4876.0, 4838.0, 4867.0, 4835.0, 4858.0, 4825.0, 4873.0, 4836.0, 4806.0, 4847.0, 4788.0, 4867.0, 4806.0, 4876.0, 4809.0, 4876.0, 4826.0, 4877.0, 4841.0, 4877.0, 4832.0, 4866.0, 4850.0, 4807.0, 4861.0, 4801.0, 4870.0, 4830.0, 4878.0, 4840.0, 4880.0, 4850.0, 4840.0, 4860.0, 4819.0, 4865.0, 4807.0, 4874.0, 4808.0, 4878.0, 4819.0, 4877.0, 4837.0, 4865.0, 4837.0, 4808.0, 4879.0, 4842.0, 4858.0, 4860.0, 4813.0, 4890.0, 4851.0, 4891.0, 4861.0, 4900.0, 4850.0, 4831.0, 4850.0, 4799.0, 4875.0, 4798.0, 4876.0, 4817.0, 4875.0, 4836.0, 4808.0, 4856.0, 4849.0, 4840.0, 4870.0, 4845.0, 4910.0, 4862.0, 4820.0, 4880.0, 4831.0, 4898.0, 4859.0, 4899.0, 4851.0, 4848.0, 4859.0, 4799.0, 4876.0, 4839.0, 4887.0, 4849.0, 4874.0, 4860.0, 4839.0, 4869.0, 4819.0, 4888.0, 4817.0, 4876.0, 4848.0, 4876.0, 4849.0, 4837.0, 4858.0, 4797.0, 4878.0, 4849.0, 4871.0, 4850.0, 4824.0, 4872.0, 4861.0, 4835.0, 4900.0, 4853.0, 4821.0, 4861.0, 4871.0, 4840.0, 4878.0, 4869.0, 4810.0, 4887.0, 4839.0, 4886.0, 4846.0, 4868.0, 4836.0, 4827.0, 4844.0, 4794.0, 4866.0, 4796.0, 4863.0, 4827.0, 4863.0, 4838.0, 4885.0, 4841.0, 4812.0, 4859.0, 4798.0, 4880.0, 4828.0, 4879.0, 4818.0, 4877.0, 4838.0, 4888.0, 4852.0, 4887.0, 4848.0, 4807.0, 4868.0, 4820.0, 4890.0, 4850.0, 4889.0, 4862.0, 4859.0, 4852.0, 4828.0, 4858.0, 4817.0, 4865.0, 4797.0, 4875.0, 4807.0, 4876.0, 4803.0, 4862.0, 4824.0, 4864.0, 4837.0, 4865.0, 4835.0, 4864.0, 4826.0, 4874.0, 4837.0, 4836.0, 4837.0, 4789.0, 4856.0, 4796.0, 4873.0, 4828.0, 4886.0, 4846.0, 4828.0, 4878.0, 4849.0, 4814.0, 4889.0, 4852.0, 4901.0, 4864.0, 4889.0, 4859.0, 4821.0, 4880.0, 4850.0, 4889.0, 4860.0, 4886.0, 4847.0, 4887.0, 4849.0, 4837.0, 4856.0, 4797.0, 4869.0, 4819.0, 4887.0, 4863.0, 4888.0, 4862.0, 4859.0, 4874.0, 4822.0, 4880.0, 4819.0, 4887.0, 4852.0, 4867.0, 4859.0, 4801.0, 4878.0, 4815.0, 4899.0, 4857.0, 4869.0, 4831.0, 4833.0, 4855.0, 4816.0, 4855.0, 4794.0, 4862.0, 4815.0, 4875.0, 4845.0, 4807.0, 4866.0, 4841.0, 4864.0, 4884.0, 4855.0, 4842.0, 4894.0, 4837.0, 4899.0, 4851.0, 4831.0, 4881.0, 4808.0, 4883.0, 4816.0, 4872.0, 4825.0, 4862.0, 4825.0, 4863.0, 4836.0, 4823.0, 4843.0, 4766.0, 4852.0, 4804.0, 4883.0, 4847.0, 4847.0, 4847.0, 4818.0, 4886.0, 4848.0, 4879.0, 4851.0, 4890.0, 4840.0, 4887.0, 4838.0, 4878.0, 4836.0, 4833.0, 4834.0, 4796.0, 4853.0, 4823.0, 4835.0, 4853.0, 4807.0, 4885.0, 4835.0, 4871.0, 4821.0, 4836.0, 4807.0, 4782.0, 4807.0, 4747.0, 4813.0, 4767.0, 4847.0, 4810.0, 4850.0, 4823.0, 4820.0, 4833.0, 4785.0, 4843.0, 4794.0, 4868.0, 4837.0, 4859.0, 4840.0, 4799.0, 4880.0, 4837.0, 4821.0, 4868.0, 4845.0, 4829.0, 4894.0, 4863.0, 4835.0, 4881.0, 4876.0, 4813.0, 4899.0, 4853.0, 4882.0, 4862.0, 4848.0, 4860.0, 4814.0, 4887.0, 4840.0, 4887.0, 4847.0, 4868.0, 4860.0, 4800.0, 4880.0, 4835.0, 4893.0, 4853.0, 4901.0, 4862.0, 4892.0, 4846.0, 4879.0, 4852.0, 4849.0, 4861.0, 4802.0, 4880.0, 4841.0, 4890.0, 4851.0, 4890.0, 4851.0, 4887.0, 4851.0, 4869.0, 4850.0, 4847.0, 4849.0, 4800.0, 4869.0, 4809.0, 4887.0, 4832.0, 4888.0, 4841.0, 4877.0, 4831.0, 4866.0, 4828.0, 4878.0, 4837.0, 4868.0, 4832.0, 4868.0, 4835.0, 4878.0, 4842.0, 4868.0, 4838.0, 4789.0, 4846.0, 4796.0, 4867.0, 4808.0, 4877.0, 4798.0, 4875.0, 4817.0, 4876.0, 4807.0, 4875.0, 4819.0, 4876.0, 4827.0, 4864.0, 4840.0, 4866.0, 4830.0, 4868.0, 4840.0, 4801.0, 4858.0, 4828.0, 4877.0, 4839.0, 4810.0, 4870.0, 4840.0, 4821.0, 4868.0, 4838.0, 4909.0, 4851.0, 4848.0, 4850.0, 4836.0, 4846.0, 4857.0, 4845.0, 4787.0, 4853.0, 4804.0, 4875.0, 4819.0, 4877.0, 4836.0, 4866.0, 4838.0, 4858.0, 4848.0, 4838.0, 4858.0, 4801.0, 4867.0, 4821.0, 4877.0, 4840.0, 4887.0, 4860.0, 4878.0, 4848.0, 4808.0, 4869.0, 4799.0, 4874.0, 4819.0, 4878.0, 4818.0, 4876.0, 4838.0, 4876.0, 4841.0, 4855.0, 4836.0, 4799.0, 4877.0, 4828.0, 4846.0, 4847.0, 4798.0, 4889.0, 4852.0, 4838.0, 4849.0, 4797.0, 4867.0, 4840.0, 4887.0, 4850.0, 4800.0, 4878.0, 4839.0, 4887.0, 4847.0, 4875.0, 4836.0, 4863.0, 4838.0, 4864.0, 4826.0, 4863.0, 4847.0, 4798.0, 4854.0, 4790.0, 4876.0, 4820.0, 4889.0, 4841.0, 4878.0, 4832.0, 4879.0, 4839.0, 4877.0, 4839.0, 4877.0, 4840.0, 4879.0, 4849.0, 4888.0, 4838.0, 4877.0, 4848.0, 4810.0, 4869.0, 4807.0, 4887.0, 4828.0, 4889.0, 4848.0, 4878.0, 4839.0, 4877.0, 4838.0, 4876.0, 4826.0, 4865.0, 4826.0, 4859.0, 4827.0, 4865.0, 4827.0, 4862.0, 4826.0, 4854.0, 4836.0, 4814.0, 4834.0, 4788.0, 4857.0, 4809.0, 4875.0, 4848.0, 4877.0, 4840.0, 4822.0, 4839.0, 4851.0, 4811.0, 4891.0, 4820.0, 4887.0, 4850.0, 4889.0, 4850.0, 4846.0, 4849.0, 4823.0, 4866.0, 4804.0, 4871.0, 4822.0, 4868.0, 4831.0, 4839.0, 4814.0, 4797.0, 4817.0, 4756.0, 4824.0, 4754.0], 'WindowWidth': [10712.0, 10621.0, 10679.0, 10604.0, 10553.0, 10603.0, 10547.0, 10598.0, 10559.0, 10516.0, 10608.0, 10557.0, 10501.0, 10572.0, 10528.0, 10550.0, 10568.0, 10542.0, 10596.0, 10573.0, 10533.0, 10597.0, 10562.0, 10502.0, 10610.0, 10555.0, 10529.0, 10574.0, 10530.0, 10555.0, 10557.0, 10532.0, 10504.0, 10569.0, 10532.0, 10503.0, 10585.0, 10551.0, 10500.0, 10568.0, 10563.0, 10528.0, 10619.0, 10578.0, 10536.0, 10565.0, 10571.0, 10561.0, 10526.0, 10592.0, 10608.0, 10568.0, 10540.0, 10552.0, 10606.0, 10566.0, 10530.0, 10635.0, 10570.0, 10535.0, 10573.0, 10590.0, 10519.0, 10479.0, 10558.0, 10524.0, 10466.0, 10578.0, 10564.0, 10617.0, 10563.0, 10487.0, 10549.0, 10466.0, 10576.0, 10551.0, 10565.0, 10546.0, 10510.0, 10474.0, 10550.0, 10532.0, 10513.0, 10556.0, 10482.0, 10556.0, 10501.0, 10543.0, 10504.0, 10528.0, 10513.0, 10503.0, 10512.0, 10419.0, 10518.0, 10446.0, 10531.0, 10477.0, 10461.0, 10490.0, 10437.0, 10533.0, 10495.0, 10433.0, 10516.0, 10449.0, 10508.0, 10472.0, 10423.0, 10523.0, 10479.0, 10429.0, 10537.0, 10488.0, 10471.0, 10510.0, 10482.0, 10580.0, 10522.0, 10492.0, 10569.0, 10522.0, 10475.0, 10531.0, 10519.0, 10496.0, 10528.0, 10578.0, 10553.0, 10610.0, 10552.0, 10580.0, 10530.0, 10478.0, 10581.0, 10518.0, 10476.0, 10571.0, 10532.0, 10599.0, 10564.0, 10542.0, 10563.0, 10488.0, 10568.0, 10469.0, 10572.0, 10479.0, 10574.0, 10497.0, 10554.0, 10503.0, 10540.0, 10507.0, 10529.0, 10507.0, 10443.0, 10516.0, 10440.0, 10552.0, 10484.0, 10569.0, 10538.0, 10578.0, 10524.0, 10489.0, 10583.0, 10522.0, 10603.0, 10571.0, 10592.0, 10580.0, 10517.0, 10605.0, 10545.0, 10635.0, 10583.0, 10619.0, 10583.0, 10574.0, 10576.0, 10511.0, 10605.0, 10537.0, 10635.0, 10583.0, 10607.0, 10603.0, 10559.0, 10619.0, 10563.0, 10646.0, 10598.0, 10538.0, 10635.0, 10587.0, 10594.0, 10583.0, 10531.0, 10605.0, 10532.0, 10613.0, 10554.0, 10573.0, 10554.0, 10531.0, 10614.0, 10561.0, 10507.0, 10588.0, 10539.0, 10506.0, 10592.0, 10550.0, 10561.0, 10504.0, 10453.0, 10545.0, 10509.0, 10436.0, 10547.0, 10489.0, 10477.0, 10524.0, 10499.0, 10481.0, 10541.0, 10502.0, 10581.0, 10533.0, 10560.0, 10513.0, 10501.0, 10500.0, 10451.0, 10549.0, 10458.0, 10544.0, 10481.0, 10544.0, 10512.0, 10557.0, 10538.0, 10485.0, 10565.0, 10532.0, 10597.0, 10563.0, 10574.0, 10581.0, 10512.0, 10620.0, 10555.0, 10619.0, 10567.0, 10564.0, 10595.0, 10539.0, 10632.0, 10570.0, 10576.0, 10579.0, 10508.0, 10615.0, 10546.0, 10633.0, 10561.0, 10613.0, 10561.0, 10520.0, 10605.0, 10562.0, 10655.0, 10581.0, 10512.0, 10616.0, 10579.0, 10526.0, 10630.0, 10567.0, 10551.0, 10611.0, 10602.0, 10530.0, 10645.0, 10583.0, 10638.0, 10577.0, 10596.0, 10579.0, 10478.0, 10599.0, 10519.0, 10610.0, 10572.0, 10607.0, 10574.0, 10545.0, 10587.0, 10506.0, 10614.0, 10516.0, 10609.0, 10529.0, 10589.0, 10538.0, 10575.0, 10532.0, 10557.0, 10517.0, 10580.0, 10533.0, 10492.0, 10552.0, 10470.0, 10577.0, 10493.0, 10590.0, 10497.0, 10590.0, 10521.0, 10591.0, 10544.0, 10593.0, 10527.0, 10575.0, 10557.0, 10498.0, 10574.0, 10493.0, 10581.0, 10530.0, 10597.0, 10545.0, 10599.0, 10559.0, 10538.0, 10572.0, 10513.0, 10576.0, 10495.0, 10587.0, 10498.0, 10594.0, 10512.0, 10591.0, 10537.0, 10573.0, 10538.0, 10498.0, 10597.0, 10551.0, 10569.0, 10574.0, 10511.0, 10616.0, 10561.0, 10618.0, 10576.0, 10627.0, 10559.0, 10525.0, 10561.0, 10486.0, 10588.0, 10483.0, 10589.0, 10507.0, 10583.0, 10533.0, 10495.0, 10562.0, 10556.0, 10546.0, 10589.0, 10557.0, 10646.0, 10580.0, 10521.0, 10602.0, 10534.0, 10623.0, 10569.0, 10626.0, 10561.0, 10552.0, 10568.0, 10487.0, 10590.0, 10541.0, 10607.0, 10557.0, 10587.0, 10572.0, 10540.0, 10583.0, 10513.0, 10608.0, 10509.0, 10590.0, 10553.0, 10590.0, 10555.0, 10537.0, 10565.0, 10482.0, 10594.0, 10557.0, 10590.0, 10562.0, 10529.0, 10586.0, 10578.0, 10549.0, 10632.0, 10561.0, 10524.0, 10577.0, 10591.0, 10549.0, 10600.0, 10587.0, 10505.0, 10609.0, 10540.0, 10608.0, 10549.0, 10578.0, 10533.0, 10519.0, 10542.0, 10472.0, 10573.0, 10478.0, 10569.0, 10522.0, 10569.0, 10539.0, 10602.0, 10543.0, 10506.0, 10571.0, 10487.0, 10601.0, 10528.0, 10599.0, 10513.0, 10595.0, 10540.0, 10608.0, 10560.0, 10608.0, 10555.0, 10498.0, 10581.0, 10518.0, 10615.0, 10560.0, 10613.0, 10577.0, 10569.0, 10563.0, 10524.0, 10566.0, 10506.0, 10572.0, 10478.0, 10586.0, 10492.0, 10587.0, 10484.0, 10565.0, 10514.0, 10569.0, 10535.0, 10571.0, 10532.0, 10570.0, 10522.0, 10586.0, 10537.0, 10532.0, 10536.0, 10471.0, 10561.0, 10478.0, 10583.0, 10524.0, 10604.0, 10548.0, 10526.0, 10599.0, 10559.0, 10518.0, 10615.0, 10570.0, 10634.0, 10586.0, 10614.0, 10573.0, 10522.0, 10601.0, 10562.0, 10613.0, 10575.0, 10606.0, 10552.0, 10606.0, 10557.0, 10538.0, 10564.0, 10484.0, 10583.0, 10516.0, 10609.0, 10582.0, 10612.0, 10580.0, 10571.0, 10602.0, 10526.0, 10601.0, 10515.0, 10608.0, 10557.0, 10581.0, 10570.0, 10493.0, 10596.0, 10506.0, 10625.0, 10566.0, 10578.0, 10524.0, 10526.0, 10559.0, 10504.0, 10558.0, 10471.0, 10564.0, 10502.0, 10583.0, 10546.0, 10491.0, 10572.0, 10548.0, 10586.0, 10614.0, 10575.0, 10558.0, 10628.0, 10546.0, 10628.0, 10562.0, 10533.0, 10602.0, 10496.0, 10598.0, 10502.0, 10579.0, 10513.0, 10563.0, 10512.0, 10564.0, 10529.0, 10508.0, 10538.0, 10429.0, 10549.0, 10485.0, 10593.0, 10549.0, 10551.0, 10549.0, 10514.0, 10605.0, 10554.0, 10600.0, 10560.0, 10614.0, 10546.0, 10607.0, 10539.0, 10590.0, 10533.0, 10525.0, 10524.0, 10473.0, 10552.0, 10512.0, 10528.0, 10553.0, 10487.0, 10600.0, 10528.0, 10575.0, 10503.0, 10518.0, 10478.0, 10436.0, 10475.0, 10393.0, 10481.0, 10424.0, 10534.0, 10487.0, 10542.0, 10510.0, 10501.0, 10522.0, 10458.0, 10539.0, 10473.0, 10579.0, 10536.0, 10560.0, 10541.0, 10487.0, 10599.0, 10534.0, 10518.0, 10583.0, 10560.0, 10549.0, 10631.0, 10585.0, 10547.0, 10606.0, 10603.0, 10515.0, 10630.0, 10568.0, 10605.0, 10577.0, 10556.0, 10573.0, 10514.0, 10608.0, 10545.0, 10607.0, 10551.0, 10582.0, 10574.0, 10494.0, 10602.0, 10545.0, 10622.0, 10569.0, 10635.0, 10581.0, 10621.0, 10556.0, 10600.0, 10565.0, 10556.0, 10575.0, 10495.0, 10601.0, 10548.0, 10615.0, 10563.0, 10615.0, 10563.0, 10609.0, 10560.0, 10585.0, 10559.0, 10552.0, 10556.0, 10491.0, 10585.0, 10502.0, 10609.0, 10535.0, 10610.0, 10545.0, 10592.0, 10527.0, 10578.0, 10527.0, 10595.0, 10538.0, 10579.0, 10533.0, 10579.0, 10533.0, 10592.0, 10546.0, 10579.0, 10538.0, 10471.0, 10547.0, 10480.0, 10578.0, 10496.0, 10593.0, 10483.0, 10588.0, 10509.0, 10590.0, 10495.0, 10586.0, 10512.0, 10587.0, 10522.0, 10570.0, 10540.0, 10572.0, 10526.0, 10579.0, 10541.0, 10488.0, 10565.0, 10525.0, 10592.0, 10540.0, 10503.0, 10589.0, 10548.0, 10520.0, 10582.0, 10540.0, 10646.0, 10561.0, 10552.0, 10556.0, 10532.0, 10545.0, 10561.0, 10544.0, 10465.0, 10553.0, 10486.0, 10584.0, 10506.0, 10592.0, 10534.0, 10575.0, 10540.0, 10562.0, 10554.0, 10540.0, 10569.0, 10492.0, 10581.0, 10520.0, 10594.0, 10545.0, 10607.0, 10571.0, 10595.0, 10555.0, 10499.0, 10583.0, 10488.0, 10587.0, 10512.0, 10594.0, 10511.0, 10588.0, 10536.0, 10588.0, 10544.0, 10560.0, 10534.0, 10485.0, 10593.0, 10526.0, 10548.0, 10552.0, 10486.0, 10612.0, 10563.0, 10539.0, 10555.0, 10479.0, 10577.0, 10544.0, 10607.0, 10559.0, 10492.0, 10596.0, 10541.0, 10609.0, 10550.0, 10585.0, 10533.0, 10565.0, 10535.0, 10568.0, 10517.0, 10567.0, 10549.0, 10483.0, 10557.0, 10470.0, 10591.0, 10518.0, 10614.0, 10548.0, 10597.0, 10536.0, 10596.0, 10542.0, 10593.0, 10543.0, 10592.0, 10545.0, 10597.0, 10556.0, 10609.0, 10541.0, 10593.0, 10555.0, 10505.0, 10583.0, 10498.0, 10607.0, 10528.0, 10612.0, 10555.0, 10594.0, 10541.0, 10591.0, 10538.0, 10588.0, 10519.0, 10571.0, 10516.0, 10558.0, 10519.0, 10569.0, 10519.0, 10563.0, 10517.0, 10553.0, 10532.0, 10500.0, 10530.0, 10468.0, 10564.0, 10500.0, 10588.0, 10551.0, 10591.0, 10543.0, 10524.0, 10543.0, 10563.0, 10509.0, 10616.0, 10517.0, 10609.0, 10560.0, 10613.0, 10561.0, 10549.0, 10555.0, 10512.0, 10573.0, 10483.0, 10575.0, 10504.0, 10568.0, 10517.0, 10526.0, 10487.0, 10462.0, 10491.0, 10404.0, 10497.0, 10400.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.00037537931034482754</td></tr>
<tr><td colspan=3>aqi</td><td>0.01721974172413793</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.26442418227846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3240071375373992</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009956227836594</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>4625.8979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06591341332067055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3836669713042262</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3467355804131</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.588076483749994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2161888497495856</td></tr>
<tr><td colspan=3>gcor</td><td>0.0229539</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011457442305982113</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025445155799388885</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.962689990894063</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.7052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.028</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.0691</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295427.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.6547</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4928</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>674.896</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4006.3283</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.1225</td></tr>
<tr><td colspan=3>tsnr</td><td>43.07992245303467</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>