ds005256-mriqc/sub-0031_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter f55c07f2a8 [DATALAD RUNCMD] Compute MRIQC for sub-0031
=== 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-0031 --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-0031",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:43 +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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-04/func/sub-0031_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>43bca1aa0f2990800167c705020c62c0</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:8.635000</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</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.114717</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95884d93-385d-44b4-9f77-32c0704bc54c||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['133308.635000', '133309.095000', '133309.555000', '133310.015000', '133310.475000', '133310.935000', '133311.395000', '133311.855000', '133312.315000', '133312.775000', '133313.235000', '133313.695000', '133314.155000', '133314.615000', '133315.075000', '133315.535000', '133315.995000', '133316.455000', '133316.915000', '133317.375000', '133317.835000', '133318.295000', '133318.755000', '133319.215000', '133319.675000', '133320.135000', '133320.595000', '133321.055000', '133321.515000', '133321.975000', '133322.435000', '133322.895000', '133323.355000', '133323.815000', '133324.275000', '133324.735000', '133325.195000', '133325.655000', '133326.115000', '133326.575000', '133327.035000', '133327.495000', '133327.955000', '133328.415000', '133328.875000', '133329.335000', '133329.795000', '133330.255000', '133330.715000', '133331.175000', '133331.635000', '133332.095000', '133332.555000', '133333.015000', '133333.475000', '133333.935000', '133334.395000', '133334.855000', '133335.315000', '133335.775000', '133336.235000', '133336.695000', '133337.155000', '133337.615000', '133338.075000', '133338.535000', '133338.995000', '133339.455000', '133339.915000', '133340.375000', '133340.835000', '133341.295000', '133341.755000', '133342.215000', '133342.675000', '133343.135000', '133343.595000', '133344.055000', '133344.515000', '133344.975000', '133345.435000', '133345.895000', '133346.355000', '133346.815000', '133347.275000', '133347.735000', '133348.195000', '133348.655000', '133349.115000', '133349.575000', '133350.035000', '133350.495000', '133350.955000', '133351.415000', '133351.875000', '133352.335000', '133352.795000', '133353.255000', '133353.715000', '133354.175000', '133354.635000', '133355.095000', '133355.555000', '133356.015000', '133356.475000', '133356.935000', '133357.395000', '133357.855000', '133358.315000', '133358.775000', '133359.235000', '133359.695000', '133400.155000', '133400.615000', '133401.075000', '133401.535000', '133401.995000', '133402.455000', '133402.915000', '133403.375000', '133403.835000', '133404.295000', '133404.755000', '133405.215000', '133405.675000', '133406.135000', '133406.595000', '133407.055000', '133407.515000', '133407.975000', '133408.435000', '133408.895000', '133409.355000', '133409.815000', '133410.275000', '133410.735000', '133411.195000', '133411.655000', '133412.115000', '133412.575000', '133413.035000', '133413.495000', '133413.955000', '133414.415000', '133414.875000', '133415.335000', '133415.795000', '133416.255000', '133416.715000', '133417.175000', '133417.635000', '133418.095000', '133418.555000', '133419.015000', '133419.475000', '133419.935000', '133420.395000', '133420.855000', '133421.315000', '133421.775000', '133422.235000', '133422.695000', '133423.155000', '133423.615000', '133424.075000', '133424.535000', '133424.995000', '133425.455000', '133425.915000', '133426.375000', '133426.835000', '133427.295000', '133427.755000', '133428.215000', '133428.675000', '133429.135000', '133429.595000', '133430.055000', '133430.515000', '133430.975000', '133431.435000', '133431.895000', '133432.355000', '133432.815000', '133433.275000', '133433.735000', '133434.195000', '133434.655000', '133435.115000', '133435.575000', '133436.035000', '133436.495000', '133436.955000', '133437.415000', '133437.875000', '133438.335000', '133438.795000', '133439.255000', '133439.715000', '133440.175000', '133440.635000', '133441.095000', '133441.555000', '133442.015000', '133442.475000', '133442.935000', '133443.395000', '133443.855000', '133444.315000', '133444.775000', '133445.235000', '133445.695000', '133446.155000', '133446.615000', '133447.075000', '133447.535000', '133447.995000', '133448.455000', '133448.915000', '133449.375000', '133449.835000', '133450.295000', '133450.755000', '133451.215000', '133451.675000', '133452.135000', '133452.595000', '133453.055000', '133453.515000', '133453.975000', '133454.435000', '133454.895000', '133455.355000', '133455.815000', '133456.275000', '133456.735000', '133457.195000', '133457.655000', '133458.115000', '133458.575000', '133459.035000', '133459.495000', '133459.955000', '133500.415000', '133500.875000', '133501.335000', '133501.795000', '133502.255000', '133502.715000', '133503.175000', '133503.635000', '133504.095000', '133504.555000', '133505.015000', '133505.475000', '133505.935000', '133506.395000', '133506.855000', '133507.315000', '133507.775000', '133508.235000', '133508.695000', '133509.155000', '133509.615000', '133510.075000', '133510.535000', '133510.995000', '133511.455000', '133511.915000', '133512.375000', '133512.835000', '133513.295000', '133513.755000', '133514.215000', '133514.675000', '133515.135000', '133515.595000', '133516.055000', '133516.515000', '133516.975000', '133517.435000', '133517.895000', '133518.355000', '133518.815000', '133519.275000', '133519.735000', '133520.195000', '133520.655000', '133521.115000', '133521.575000', '133522.035000', '133522.495000', '133522.955000', '133523.415000', '133523.875000', '133524.335000', '133524.795000', '133525.255000', '133525.715000', '133526.175000', '133526.635000', '133527.095000', '133527.555000', '133528.015000', '133528.475000', '133528.935000', '133529.395000', '133529.855000', '133530.315000', '133530.775000', '133531.235000', '133531.695000', '133532.155000', '133532.615000', '133533.075000', '133533.535000', '133533.995000', '133534.455000', '133534.915000', '133535.375000', '133535.835000', '133536.295000', '133536.755000', '133537.215000', '133537.675000', '133538.135000', '133538.595000', '133539.055000', '133539.515000', '133539.975000', '133540.435000', '133540.895000', '133541.355000', '133541.815000', '133542.275000', '133542.735000', '133543.195000', '133543.655000', '133544.115000', '133544.575000', '133545.035000', '133545.495000', '133545.955000', '133546.415000', '133546.875000', '133547.335000', '133547.795000', '133548.255000', '133548.715000', '133549.175000', '133549.635000', '133550.095000', '133550.555000', '133551.015000', '133551.475000', '133551.935000', '133552.395000', '133552.855000', '133553.315000', '133553.775000', '133554.235000', '133554.695000', '133555.155000', '133555.615000', '133556.075000', '133556.535000', '133556.995000', '133557.455000', '133557.915000', '133558.375000', '133558.835000', '133559.295000', '133559.755000', '133600.215000', '133600.675000', '133601.135000', '133601.595000', '133602.055000', '133602.515000', '133602.975000', '133603.435000', '133603.895000', '133604.355000', '133604.815000', '133605.275000', '133605.735000', '133606.195000', '133606.655000', '133607.115000', '133607.575000', '133608.035000', '133608.495000', '133608.955000', '133609.415000', '133609.875000', '133610.335000', '133610.795000', '133611.255000', '133611.715000', '133612.175000', '133612.635000', '133613.095000', '133613.555000', '133614.015000', '133614.475000', '133614.935000', '133615.395000', '133615.855000', '133616.315000', '133616.775000', '133617.235000', '133617.695000', '133618.155000', '133618.615000', '133619.075000', '133619.535000', '133619.995000', '133620.455000', '133620.915000', '133621.375000', '133621.835000', '133622.295000', '133622.755000', '133623.215000', '133623.675000', '133624.135000', '133624.595000', '133625.055000', '133625.515000', '133625.975000', '133626.435000', '133626.895000', '133627.355000', '133627.815000', '133628.275000', '133628.735000', '133629.195000', '133629.655000', '133630.115000', '133630.575000', '133631.035000', '133631.495000', '133631.955000', '133632.415000', '133632.875000', '133633.335000', '133633.795000', '133634.255000', '133634.715000', '133635.175000', '133635.635000', '133636.095000', '133636.555000', '133637.015000', '133637.475000', '133637.935000', '133638.395000', '133638.855000', '133639.315000', '133639.775000', '133640.235000', '133640.695000', '133641.155000', '133641.615000', '133642.075000', '133642.535000', '133642.995000', '133643.455000', '133643.915000', '133644.375000', '133644.835000', '133645.295000', '133645.755000', '133646.215000', '133646.675000', '133647.135000', '133647.595000', '133648.055000', '133648.515000', '133648.975000', '133649.435000', '133649.895000', '133650.355000', '133650.815000', '133651.275000', '133651.735000', '133652.195000', '133652.655000', '133653.115000', '133653.575000', '133654.035000', '133654.495000', '133654.955000', '133655.415000', '133655.875000', '133656.335000', '133656.795000', '133657.255000', '133657.715000', '133658.175000', '133658.635000', '133659.095000', '133659.555000', '133700.015000', '133700.475000', '133700.935000', '133701.395000', '133701.855000', '133702.315000', '133702.775000', '133703.235000', '133703.695000', '133704.155000', '133704.615000', '133705.075000', '133705.535000', '133705.995000', '133706.455000', '133706.915000', '133707.375000', '133707.835000', '133708.295000', '133708.755000', '133709.215000', '133709.675000', '133710.135000', '133710.595000', '133711.055000', '133711.515000', '133711.975000', '133712.435000', '133712.895000', '133713.355000', '133713.815000', '133714.275000', '133714.735000', '133715.195000', '133715.655000', '133716.115000', '133716.575000', '133717.035000', '133717.495000', '133717.955000', '133718.415000', '133718.875000', '133719.335000', '133719.795000', '133720.255000', '133720.715000', '133721.175000', '133721.635000', '133722.095000', '133722.555000', '133723.015000', '133723.475000', '133723.935000', '133724.395000', '133724.855000', '133725.315000', '133725.775000', '133726.235000', '133726.695000', '133727.155000', '133727.615000', '133728.075000', '133728.535000', '133728.995000', '133729.455000', '133729.915000', '133730.375000', '133730.835000', '133731.295000', '133731.755000', '133732.215000', '133732.675000', '133733.135000', '133733.595000', '133734.055000', '133734.515000', '133734.975000', '133735.435000', '133735.895000', '133736.355000', '133736.815000', '133737.275000', '133737.735000', '133738.195000', '133738.655000', '133739.115000', '133739.575000', '133740.035000', '133740.495000', '133740.955000', '133741.415000', '133741.875000', '133742.335000', '133742.795000', '133743.255000', '133743.715000', '133744.175000', '133744.635000', '133745.095000', '133745.555000', '133746.015000', '133746.475000', '133746.935000', '133747.395000', '133747.855000', '133748.315000', '133748.775000', '133749.235000', '133749.695000', '133750.155000', '133750.615000', '133751.075000', '133751.535000', '133751.995000', '133752.455000', '133752.915000', '133753.375000', '133753.835000', '133754.295000', '133754.755000', '133755.215000', '133755.675000', '133756.135000', '133756.595000', '133757.055000', '133757.515000', '133757.975000', '133758.435000', '133758.895000', '133759.355000', '133759.815000', '133800.275000', '133800.735000', '133801.195000', '133801.655000', '133802.115000', '133802.575000', '133803.035000', '133803.495000', '133803.955000', '133804.415000', '133804.875000', '133805.335000', '133805.795000', '133806.255000', '133806.715000', '133807.175000', '133807.635000', '133808.095000', '133808.555000', '133809.015000', '133809.475000', '133809.935000', '133810.395000', '133810.855000', '133811.315000', '133811.775000', '133812.235000', '133812.695000', '133813.155000', '133813.615000', '133814.075000', '133814.535000', '133814.995000', '133815.455000', '133815.915000', '133816.375000', '133816.835000', '133817.295000', '133817.755000', '133818.215000', '133818.675000', '133819.135000', '133819.595000', '133820.055000', '133820.515000', '133820.975000', '133821.435000', '133821.895000', '133822.355000', '133822.815000', '133823.275000', '133823.735000', '133824.195000', '133824.655000', '133825.115000', '133825.575000', '133826.035000', '133826.495000', '133826.955000', '133827.415000', '133827.875000', '133828.335000', '133828.795000', '133829.255000', '133829.715000', '133830.175000', '133830.635000', '133831.095000', '133831.555000', '133832.015000', '133832.475000', '133832.935000', '133833.395000', '133833.855000', '133834.315000', '133834.775000', '133835.235000', '133835.695000', '133836.155000', '133836.615000', '133837.075000', '133837.535000', '133837.995000', '133838.455000', '133838.915000', '133839.375000', '133839.835000', '133840.295000', '133840.755000', '133841.215000', '133841.675000', '133842.135000', '133842.595000', '133843.055000', '133843.515000', '133843.975000', '133844.435000', '133844.895000', '133845.355000', '133845.815000', '133846.275000', '133846.735000', '133847.195000', '133847.655000', '133848.115000', '133848.575000', '133849.035000', '133849.495000', '133849.955000', '133850.415000', '133850.875000', '133851.335000', '133851.795000', '133852.255000', '133852.715000', '133853.175000', '133853.635000', '133854.095000', '133854.555000', '133855.015000', '133855.475000', '133855.935000', '133856.395000', '133856.855000', '133857.315000', '133857.775000', '133858.235000', '133858.695000', '133859.155000', '133859.615000', '133900.075000', '133900.535000', '133900.995000', '133901.455000', '133901.915000', '133902.375000', '133902.835000', '133903.295000', '133903.755000', '133904.215000', '133904.675000', '133905.135000', '133905.595000', '133906.055000', '133906.515000', '133906.975000', '133907.435000', '133907.895000', '133908.355000', '133908.815000', '133909.275000', '133909.735000', '133910.195000', '133910.655000', '133911.115000', '133911.575000', '133912.035000', '133912.495000', '133912.955000', '133913.415000', '133913.875000', '133914.335000', '133914.795000', '133915.255000', '133915.715000', '133916.175000', '133916.635000', '133917.095000', '133917.555000', '133918.015000', '133918.475000', '133918.935000', '133919.395000', '133919.855000', '133920.315000', '133920.775000', '133921.235000', '133921.695000', '133922.155000', '133922.615000', '133923.075000', '133923.535000', '133923.995000', '133924.455000', '133924.915000', '133925.375000', '133925.835000', '133926.295000', '133926.755000', '133927.215000', '133927.675000', '133928.135000', '133928.595000', '133929.055000', '133929.515000', '133929.975000', '133930.435000', '133930.895000', '133931.355000', '133931.815000', '133932.275000', '133932.735000', '133933.195000', '133933.655000', '133934.115000', '133934.575000', '133935.035000', '133935.495000', '133935.955000', '133936.415000', '133936.875000', '133937.335000', '133937.795000', '133938.255000', '133938.715000', '133939.175000', '133939.635000', '133940.095000', '133940.555000', '133941.015000', '133941.475000', '133941.935000', '133942.395000', '133942.855000', '133943.315000', '133943.775000', '133944.235000', '133944.695000', '133945.155000', '133945.615000', '133946.075000', '133946.535000', '133946.995000', '133947.455000', '133947.915000', '133948.375000', '133948.835000', '133949.295000'], 'ContentTime': ['133329.322000', '133329.326000', '133329.329000', '133329.332000', '133329.335000', '133329.338000', '133329.344000', '133329.348000', '133329.352000', '133329.354000', '133329.357000', '133329.359000', '133329.362000', '133329.365000', '133329.377000', '133329.379000', '133329.382000', '133329.384000', '133329.387000', '133329.389000', '133329.393000', '133329.396000', '133329.398000', '133329.401000', '133329.403000', '133329.406000', '133329.408000', '133329.420000', '133329.422000', '133329.425000', '133329.427000', '133329.430000', '133329.433000', '133329.435000', '133329.438000', '133329.440000', '133329.443000', '133329.445000', '133329.448000', '133329.450000', '133329.453000', '133349.295000', '133349.298000', '133349.301000', '133349.303000', '133349.306000', '133349.309000', '133349.311000', '133349.314000', '133349.316000', '133349.319000', '133349.321000', '133349.324000', '133349.326000', '133349.329000', '133349.331000', '133349.334000', '133349.336000', '133349.339000', '133349.342000', '133349.344000', '133349.347000', '133349.349000', '133349.352000', '133349.354000', '133349.357000', '133349.359000', '133349.362000', '133349.364000', '133349.367000', '133349.370000', '133349.372000', '133349.375000', '133349.377000', '133349.380000', '133349.382000', '133349.385000', '133349.387000', '133349.390000', '133349.392000', '133349.395000', '133349.398000', '133349.400000', '133349.403000', '133349.405000', '133409.296000', '133409.299000', '133409.302000', '133409.304000', '133409.307000', '133409.309000', '133409.312000', '133409.315000', '133409.317000', '133409.320000', '133409.322000', '133409.325000', '133409.327000', '133409.330000', '133409.332000', '133409.335000', '133409.337000', '133409.340000', '133409.342000', '133409.345000', '133409.347000', '133409.350000', '133409.353000', '133409.355000', '133409.358000', '133409.360000', '133409.363000', '133409.366000', '133409.368000', '133409.371000', '133409.373000', '133409.376000', '133409.378000', '133409.381000', '133409.383000', '133409.386000', '133409.388000', '133409.391000', '133409.394000', '133409.396000', '133409.399000', '133409.401000', '133409.404000', '133429.295000', '133429.298000', '133429.301000', '133429.303000', '133429.306000', '133429.308000', '133429.311000', '133429.314000', '133429.316000', '133429.319000', '133429.321000', '133429.324000', '133429.327000', '133429.329000', '133429.332000', '133429.334000', '133429.337000', '133429.339000', '133429.342000', '133429.344000', '133429.347000', '133429.350000', '133429.352000', '133429.355000', '133429.357000', '133429.360000', '133429.362000', '133429.365000', '133429.368000', '133429.370000', '133429.373000', '133429.375000', '133429.378000', '133429.380000', '133429.383000', '133429.386000', '133429.388000', '133429.391000', '133429.393000', '133429.396000', '133429.398000', '133429.401000', '133429.404000', '133429.406000', '133449.295000', '133449.298000', '133449.301000', '133449.303000', '133449.306000', '133449.308000', '133449.311000', '133449.314000', '133449.317000', '133449.320000', '133449.323000', '133449.325000', '133449.328000', '133449.330000', '133449.333000', '133449.336000', '133449.338000', '133449.341000', '133449.343000', '133449.346000', '133449.348000', '133449.351000', '133449.354000', '133449.356000', '133449.359000', '133449.361000', '133449.364000', '133449.367000', '133449.369000', '133449.372000', '133449.374000', '133449.377000', '133449.381000', '133449.384000', '133449.387000', '133449.389000', '133449.392000', '133449.395000', '133449.397000', '133449.400000', '133449.402000', '133449.405000', '133449.407000', '133509.295000', '133509.298000', '133509.301000', '133509.304000', '133509.306000', '133509.309000', '133509.312000', '133509.314000', '133509.317000', '133509.319000', '133509.322000', '133509.324000', '133509.327000', '133509.329000', '133509.332000', '133509.335000', '133509.337000', '133509.340000', '133509.342000', '133509.345000', '133509.348000', '133509.350000', '133509.353000', '133509.355000', '133509.358000', '133509.377000', '133509.380000', '133509.383000', '133509.385000', '133509.388000', '133509.390000', '133509.393000', '133509.396000', '133509.398000', '133509.401000', '133509.403000', '133509.406000', '133509.412000', '133509.414000', '133509.417000', '133509.420000', '133509.422000', '133509.425000', '133509.427000', '133529.295000', '133529.298000', '133529.301000', '133529.303000', '133529.306000', '133529.308000', '133529.311000', '133529.313000', '133529.316000', '133529.319000', '133529.321000', '133529.324000', '133529.326000', '133529.329000', '133529.331000', '133529.334000', '133529.336000', '133529.339000', '133529.341000', '133529.344000', '133529.347000', '133529.349000', '133529.352000', '133529.355000', '133529.358000', '133529.361000', '133529.364000', '133529.366000', '133529.369000', '133529.371000', '133529.374000', '133529.376000', '133529.379000', '133529.381000', '133529.384000', '133529.386000', '133529.389000', '133529.391000', '133529.394000', '133529.397000', '133529.399000', '133529.402000', '133529.405000', '133549.295000', '133549.298000', '133549.301000', '133549.304000', '133549.306000', '133549.309000', '133549.311000', '133549.314000', '133549.317000', '133549.319000', '133549.322000', '133549.324000', '133549.327000', '133549.330000', '133549.332000', '133549.335000', '133549.338000', '133549.340000', '133549.343000', '133549.346000', '133549.348000', '133549.351000', '133549.353000', '133549.356000', '133549.359000', '133549.361000', '133549.364000', '133549.366000', '133549.369000', '133549.372000', '133549.374000', '133549.377000', '133549.379000', '133549.382000', '133549.384000', '133549.387000', '133549.389000', '133549.392000', '133549.395000', '133549.397000', '133549.400000', '133549.403000', '133549.405000', '133549.408000', '133609.296000', '133609.298000', '133609.301000', '133609.304000', '133609.306000', '133609.309000', '133609.311000', '133609.314000', '133609.317000', '133609.319000', '133609.322000', '133609.325000', '133609.327000', '133609.330000', '133609.332000', '133609.335000', '133609.338000', '133609.340000', '133609.343000', '133609.345000', '133609.348000', '133609.350000', '133609.353000', '133609.355000', '133609.358000', '133609.361000', '133609.363000', '133609.366000', '133609.369000', '133609.371000', '133609.374000', '133609.377000', '133609.379000', '133609.382000', '133609.384000', '133609.387000', '133609.390000', '133609.392000', '133609.395000', '133609.398000', '133609.400000', '133609.403000', '133609.405000', '133629.295000', '133629.298000', '133629.301000', '133629.304000', '133629.306000', '133629.309000', '133629.311000', '133629.314000', '133629.317000', '133629.319000', '133629.322000', '133629.324000', '133629.327000', '133629.329000', '133629.332000', '133629.335000', '133629.337000', '133629.340000', '133629.342000', '133629.345000', '133629.348000', '133629.350000', '133629.353000', '133629.355000', '133629.358000', '133629.361000', '133629.363000', '133629.366000', '133629.368000', '133629.371000', '133629.374000', '133629.376000', '133629.379000', '133629.381000', '133629.384000', '133629.388000', '133629.390000', '133629.393000', '133629.396000', '133629.398000', '133629.401000', '133629.403000', '133629.406000', '133629.408000', '133649.295000', '133649.298000', '133649.301000', '133649.303000', '133649.306000', '133649.309000', '133649.323000', '133649.326000', '133649.328000', '133649.331000', '133649.333000', '133649.336000', '133649.338000', '133649.341000', '133649.343000', '133649.346000', '133649.349000', '133649.351000', '133649.354000', '133649.357000', '133649.359000', '133649.362000', '133649.365000', '133649.367000', '133649.370000', '133649.373000', '133649.375000', '133649.378000', '133649.380000', '133649.383000', '133649.385000', '133649.388000', '133649.390000', '133649.393000', '133649.396000', '133649.398000', '133649.401000', '133649.403000', '133649.406000', '133649.408000', '133649.411000', '133649.414000', '133649.416000', '133709.295000', '133709.298000', '133709.301000', '133709.303000', '133709.306000', '133709.309000', '133709.311000', '133709.314000', '133709.316000', '133709.319000', '133709.321000', '133709.324000', '133709.327000', '133709.329000', '133709.332000', '133709.334000', '133709.337000', '133709.340000', '133709.342000', '133709.345000', '133709.347000', '133709.350000', '133709.353000', '133709.355000', '133709.358000', '133709.361000', '133709.363000', '133709.366000', '133709.368000', '133709.371000', '133709.373000', '133709.376000', '133709.379000', '133709.381000', '133709.384000', '133709.387000', '133709.389000', '133709.392000', '133709.394000', '133709.397000', '133709.399000', '133709.402000', '133709.404000', '133709.407000', '133729.295000', '133729.298000', '133729.301000', '133729.304000', '133729.306000', '133729.309000', '133729.312000', '133729.314000', '133729.317000', '133729.319000', '133729.322000', '133729.324000', '133729.327000', '133729.330000', '133729.332000', '133729.335000', '133729.337000', '133729.340000', '133729.343000', '133729.346000', '133729.348000', '133729.351000', '133729.353000', '133729.356000', '133729.358000', '133729.361000', '133729.364000', '133729.366000', '133729.369000', '133729.372000', '133729.374000', '133729.377000', '133729.379000', '133729.382000', '133729.384000', '133729.387000', '133729.390000', '133729.392000', '133729.395000', '133729.397000', '133729.400000', '133729.403000', '133729.405000', '133749.295000', '133749.298000', '133749.301000', '133749.303000', '133749.306000', '133749.308000', '133749.311000', '133749.314000', '133749.316000', '133749.319000', '133749.321000', '133749.324000', '133749.326000', '133749.329000', '133749.331000', '133749.334000', '133749.337000', '133749.339000', '133749.342000', '133749.345000', '133749.347000', '133749.350000', '133749.352000', '133749.355000', '133749.358000', '133749.360000', '133749.363000', '133749.365000', '133749.368000', '133749.370000', '133749.373000', '133749.376000', '133749.378000', '133749.381000', '133749.383000', '133749.386000', '133749.388000', '133749.391000', '133749.393000', '133749.396000', '133749.399000', '133749.401000', '133749.404000', '133749.406000', '133809.295000', '133809.298000', '133809.301000', '133809.304000', '133809.306000', '133809.309000', '133809.311000', '133809.314000', '133809.316000', '133809.319000', '133809.322000', '133809.324000', '133809.327000', '133809.329000', '133809.332000', '133809.334000', '133809.337000', '133809.340000', '133809.342000', '133809.345000', '133809.347000', '133809.350000', '133809.353000', '133809.355000', '133809.358000', '133809.360000', '133809.363000', '133809.365000', '133809.368000', '133809.371000', '133809.373000', '133809.391000', '133809.393000', '133809.396000', '133809.398000', '133809.401000', '133809.404000', '133809.406000', '133809.409000', '133809.411000', '133809.414000', '133809.416000', '133809.419000', '133829.296000', '133829.298000', '133829.301000', '133829.304000', '133829.306000', '133829.309000', '133829.312000', '133829.315000', '133829.317000', '133829.320000', '133829.322000', '133829.325000', '133829.328000', '133829.330000', '133829.333000', '133829.335000', '133829.338000', '133829.341000', '133829.343000', '133829.346000', '133829.348000', '133829.351000', '133829.353000', '133829.356000', '133829.359000', '133829.361000', '133829.364000', '133829.367000', '133829.369000', '133829.372000', '133829.375000', '133829.377000', '133829.380000', '133829.382000', '133829.385000', '133829.387000', '133829.390000', '133829.393000', '133829.395000', '133829.398000', '133829.400000', '133829.403000', '133829.405000', '133829.408000', '133849.295000', '133849.298000', '133849.301000', '133849.304000', '133849.306000', '133849.309000', '133849.311000', '133849.314000', '133849.317000', '133849.319000', '133849.322000', '133849.324000', '133849.327000', '133849.329000', '133849.332000', '133849.335000', '133849.337000', '133849.340000', '133849.342000', '133849.345000', '133849.348000', '133849.350000', '133849.353000', '133849.355000', '133849.358000', '133849.361000', '133849.363000', '133849.366000', '133849.368000', '133849.371000', '133849.374000', '133849.376000', '133849.379000', '133849.381000', '133849.384000', '133849.387000', '133849.389000', '133849.392000', '133849.394000', '133849.397000', '133849.399000', '133849.402000', '133849.405000', '133909.295000', '133909.298000', '133909.301000', '133909.304000', '133909.306000', '133909.309000', '133909.311000', '133909.314000', '133909.316000', '133909.319000', '133909.321000', '133909.324000', '133909.327000', '133909.329000', '133909.332000', '133909.336000', '133909.338000', '133909.341000', '133909.344000', '133909.346000', '133909.349000', '133909.351000', '133909.354000', '133909.356000', '133909.359000', '133909.361000', '133909.364000', '133909.366000', '133909.369000', '133909.372000', '133909.374000', '133909.377000', '133909.379000', '133909.382000', '133909.385000', '133909.387000', '133909.390000', '133909.392000', '133909.395000', '133909.398000', '133909.400000', '133909.403000', '133909.405000', '133909.408000', '133929.295000', '133929.298000', '133929.301000', '133929.303000', '133929.306000', '133929.309000', '133929.311000', '133929.314000', '133929.316000', '133929.319000', '133929.321000', '133929.324000', '133929.327000', '133929.329000', '133929.332000', '133929.334000', '133929.337000', '133929.339000', '133929.342000', '133929.345000', '133929.347000', '133929.350000', '133929.352000', '133929.355000', '133929.357000', '133929.360000', '133929.363000', '133929.365000', '133929.368000', '133929.370000', '133929.373000', '133929.375000', '133929.378000', '133929.381000', '133929.383000', '133929.386000', '133929.388000', '133929.391000', '133929.393000', '133929.396000', '133929.399000', '133929.415000', '133929.418000', '133949.295000', '133949.299000', '133949.303000', '133949.306000', '133949.308000', '133949.311000', '133949.314000', '133949.316000', '133949.319000', '133949.321000', '133949.324000', '133949.326000', '133949.329000', '133949.332000', '133949.334000', '133949.337000', '133949.339000', '133949.342000', '133949.344000', '133949.347000', '133949.350000', '133949.352000', '133949.355000', '133949.358000', '133949.360000', '133949.363000', '133949.366000', '133949.368000', '133949.371000', '133949.373000', '133949.376000', '133949.378000', '133949.381000', '133949.384000', '133949.386000', '133949.389000', '133949.391000', '133949.394000', '133949.397000', '133949.399000', '133949.402000', '133949.404000', '133949.407000', '133949.409000', '133951.088000', '133951.093000', '133951.100000', '133951.103000'], 'InstanceCreationTime': ['133329.322000', '133329.326000', '133329.329000', '133329.332000', '133329.335000', '133329.338000', '133329.344000', '133329.348000', '133329.352000', '133329.354000', '133329.357000', '133329.359000', '133329.362000', '133329.365000', '133329.377000', '133329.379000', '133329.382000', '133329.384000', '133329.387000', '133329.389000', '133329.393000', '133329.396000', '133329.398000', '133329.401000', '133329.403000', '133329.406000', '133329.408000', '133329.420000', '133329.422000', '133329.425000', '133329.427000', '133329.430000', '133329.433000', '133329.435000', '133329.438000', '133329.440000', '133329.443000', '133329.445000', '133329.448000', '133329.450000', '133329.453000', '133349.295000', '133349.298000', '133349.301000', '133349.303000', '133349.306000', '133349.309000', '133349.311000', '133349.314000', '133349.316000', '133349.319000', '133349.321000', '133349.324000', '133349.326000', '133349.329000', '133349.331000', '133349.334000', '133349.336000', '133349.339000', '133349.342000', '133349.344000', '133349.347000', '133349.349000', '133349.352000', '133349.354000', '133349.357000', '133349.359000', '133349.362000', '133349.364000', '133349.367000', '133349.370000', '133349.372000', '133349.375000', '133349.377000', '133349.380000', '133349.382000', '133349.385000', '133349.387000', '133349.390000', '133349.392000', '133349.395000', '133349.398000', '133349.400000', '133349.403000', '133349.405000', '133409.296000', '133409.299000', '133409.302000', '133409.304000', '133409.307000', '133409.309000', '133409.312000', '133409.315000', '133409.317000', '133409.320000', '133409.322000', '133409.325000', '133409.327000', '133409.330000', '133409.332000', '133409.335000', '133409.337000', '133409.340000', '133409.342000', '133409.345000', '133409.347000', '133409.350000', '133409.353000', '133409.355000', '133409.358000', '133409.360000', '133409.363000', '133409.366000', '133409.368000', '133409.371000', '133409.373000', '133409.376000', '133409.378000', '133409.381000', '133409.383000', '133409.386000', '133409.388000', '133409.391000', '133409.394000', '133409.396000', '133409.399000', '133409.401000', '133409.404000', '133429.295000', '133429.298000', '133429.301000', '133429.303000', '133429.306000', '133429.308000', '133429.311000', '133429.314000', '133429.316000', '133429.319000', '133429.321000', '133429.324000', '133429.327000', '133429.329000', '133429.332000', '133429.334000', '133429.337000', '133429.339000', '133429.342000', '133429.344000', '133429.347000', '133429.350000', '133429.352000', '133429.355000', '133429.357000', '133429.360000', '133429.362000', '133429.365000', '133429.368000', '133429.370000', '133429.373000', '133429.375000', '133429.378000', '133429.380000', '133429.383000', '133429.386000', '133429.388000', '133429.391000', '133429.393000', '133429.396000', '133429.398000', '133429.401000', '133429.404000', '133429.406000', '133449.295000', '133449.298000', '133449.301000', '133449.303000', '133449.306000', '133449.308000', '133449.311000', '133449.314000', '133449.317000', '133449.320000', '133449.323000', '133449.325000', '133449.328000', '133449.330000', '133449.333000', '133449.336000', '133449.338000', '133449.341000', '133449.343000', '133449.346000', '133449.348000', '133449.351000', '133449.354000', '133449.356000', '133449.359000', '133449.361000', '133449.364000', '133449.367000', '133449.369000', '133449.372000', '133449.374000', '133449.377000', '133449.381000', '133449.384000', '133449.387000', '133449.389000', '133449.392000', '133449.395000', '133449.397000', '133449.400000', '133449.402000', '133449.405000', '133449.407000', '133509.295000', '133509.298000', '133509.301000', '133509.304000', '133509.306000', '133509.309000', '133509.312000', '133509.314000', '133509.317000', '133509.319000', '133509.322000', '133509.324000', '133509.327000', '133509.329000', '133509.332000', '133509.335000', '133509.337000', '133509.340000', '133509.342000', '133509.345000', '133509.348000', '133509.350000', '133509.353000', '133509.355000', '133509.358000', '133509.377000', '133509.380000', '133509.383000', '133509.385000', '133509.388000', '133509.390000', '133509.393000', '133509.396000', '133509.398000', '133509.401000', '133509.403000', '133509.406000', '133509.412000', '133509.414000', '133509.417000', '133509.420000', '133509.422000', '133509.425000', '133509.427000', '133529.295000', '133529.298000', '133529.301000', '133529.303000', '133529.306000', '133529.308000', '133529.311000', '133529.313000', '133529.316000', '133529.319000', '133529.321000', '133529.324000', '133529.326000', '133529.329000', '133529.331000', '133529.334000', '133529.336000', '133529.339000', '133529.341000', '133529.344000', '133529.347000', '133529.349000', '133529.352000', '133529.355000', '133529.358000', '133529.361000', '133529.364000', '133529.366000', '133529.369000', '133529.371000', '133529.374000', '133529.376000', '133529.379000', '133529.381000', '133529.384000', '133529.386000', '133529.389000', '133529.391000', '133529.394000', '133529.397000', '133529.399000', '133529.402000', '133529.405000', '133549.295000', '133549.298000', '133549.301000', '133549.304000', '133549.306000', '133549.309000', '133549.311000', '133549.314000', '133549.317000', '133549.319000', '133549.322000', '133549.324000', '133549.327000', '133549.330000', '133549.332000', '133549.335000', '133549.338000', '133549.340000', '133549.343000', '133549.346000', '133549.348000', '133549.351000', '133549.353000', '133549.356000', '133549.359000', '133549.361000', '133549.364000', '133549.366000', '133549.369000', '133549.372000', '133549.374000', '133549.377000', '133549.379000', '133549.382000', '133549.384000', '133549.387000', '133549.389000', '133549.392000', '133549.395000', '133549.397000', '133549.400000', '133549.403000', '133549.405000', '133549.408000', '133609.296000', '133609.298000', '133609.301000', '133609.304000', '133609.306000', '133609.309000', '133609.311000', '133609.314000', '133609.317000', '133609.319000', '133609.322000', '133609.325000', '133609.327000', '133609.330000', '133609.332000', '133609.335000', '133609.338000', '133609.340000', '133609.343000', '133609.345000', '133609.348000', '133609.350000', '133609.353000', '133609.355000', '133609.358000', '133609.361000', '133609.363000', '133609.366000', '133609.369000', '133609.371000', '133609.374000', '133609.377000', '133609.379000', '133609.382000', '133609.384000', '133609.387000', '133609.390000', '133609.392000', '133609.395000', '133609.398000', '133609.400000', '133609.403000', '133609.405000', '133629.295000', '133629.298000', '133629.301000', '133629.304000', '133629.306000', '133629.309000', '133629.311000', '133629.314000', '133629.317000', '133629.319000', '133629.322000', '133629.324000', '133629.327000', '133629.329000', '133629.332000', '133629.335000', '133629.337000', '133629.340000', '133629.342000', '133629.345000', '133629.348000', '133629.350000', '133629.353000', '133629.355000', '133629.358000', '133629.361000', '133629.363000', '133629.366000', '133629.368000', '133629.371000', '133629.374000', '133629.376000', '133629.379000', '133629.381000', '133629.384000', '133629.388000', '133629.390000', '133629.393000', '133629.396000', '133629.398000', '133629.401000', '133629.403000', '133629.406000', '133629.408000', '133649.295000', '133649.298000', '133649.301000', '133649.303000', '133649.306000', '133649.309000', '133649.323000', '133649.326000', '133649.328000', '133649.331000', '133649.333000', '133649.336000', '133649.338000', '133649.341000', '133649.343000', '133649.346000', '133649.349000', '133649.351000', '133649.354000', '133649.357000', '133649.359000', '133649.362000', '133649.365000', '133649.367000', '133649.370000', '133649.373000', '133649.375000', '133649.378000', '133649.380000', '133649.383000', '133649.385000', '133649.388000', '133649.390000', '133649.393000', '133649.396000', '133649.398000', '133649.401000', '133649.403000', '133649.406000', '133649.408000', '133649.411000', '133649.414000', '133649.416000', '133709.295000', '133709.298000', '133709.301000', '133709.303000', '133709.306000', '133709.309000', '133709.311000', '133709.314000', '133709.316000', '133709.319000', '133709.321000', '133709.324000', '133709.327000', '133709.329000', '133709.332000', '133709.334000', '133709.337000', '133709.340000', '133709.342000', '133709.345000', '133709.347000', '133709.350000', '133709.353000', '133709.355000', '133709.358000', '133709.361000', '133709.363000', '133709.366000', '133709.368000', '133709.371000', '133709.373000', '133709.376000', '133709.379000', '133709.381000', '133709.384000', '133709.387000', '133709.389000', '133709.392000', '133709.394000', '133709.397000', '133709.399000', '133709.402000', '133709.404000', '133709.407000', '133729.295000', '133729.298000', '133729.301000', '133729.304000', '133729.306000', '133729.309000', '133729.312000', '133729.314000', '133729.317000', '133729.319000', '133729.322000', '133729.324000', '133729.327000', '133729.330000', '133729.332000', '133729.335000', '133729.337000', '133729.340000', '133729.343000', '133729.346000', '133729.348000', '133729.351000', '133729.353000', '133729.356000', '133729.358000', '133729.361000', '133729.364000', '133729.366000', '133729.369000', '133729.372000', '133729.374000', '133729.377000', '133729.379000', '133729.382000', '133729.384000', '133729.387000', '133729.390000', '133729.392000', '133729.395000', '133729.397000', '133729.400000', '133729.403000', '133729.405000', '133749.295000', '133749.298000', '133749.301000', '133749.303000', '133749.306000', '133749.308000', '133749.311000', '133749.314000', '133749.316000', '133749.319000', '133749.321000', '133749.324000', '133749.326000', '133749.329000', '133749.331000', '133749.334000', '133749.337000', '133749.339000', '133749.342000', '133749.345000', '133749.347000', '133749.350000', '133749.352000', '133749.355000', '133749.358000', '133749.360000', '133749.363000', '133749.365000', '133749.368000', '133749.370000', '133749.373000', '133749.376000', '133749.378000', '133749.381000', '133749.383000', '133749.386000', '133749.388000', '133749.391000', '133749.393000', '133749.396000', '133749.399000', '133749.401000', '133749.404000', '133749.406000', '133809.295000', '133809.298000', '133809.301000', '133809.304000', '133809.306000', '133809.309000', '133809.311000', '133809.314000', '133809.316000', '133809.319000', '133809.322000', '133809.324000', '133809.327000', '133809.329000', '133809.332000', '133809.334000', '133809.337000', '133809.340000', '133809.342000', '133809.345000', '133809.347000', '133809.350000', '133809.353000', '133809.355000', '133809.358000', '133809.360000', '133809.363000', '133809.365000', '133809.368000', '133809.371000', '133809.373000', '133809.391000', '133809.393000', '133809.396000', '133809.398000', '133809.401000', '133809.404000', '133809.406000', '133809.409000', '133809.411000', '133809.414000', '133809.416000', '133809.419000', '133829.296000', '133829.298000', '133829.301000', '133829.304000', '133829.306000', '133829.309000', '133829.312000', '133829.315000', '133829.317000', '133829.320000', '133829.322000', '133829.325000', '133829.328000', '133829.330000', '133829.333000', '133829.335000', '133829.338000', '133829.341000', '133829.343000', '133829.346000', '133829.348000', '133829.351000', '133829.353000', '133829.356000', '133829.359000', '133829.361000', '133829.364000', '133829.367000', '133829.369000', '133829.372000', '133829.375000', '133829.377000', '133829.380000', '133829.382000', '133829.385000', '133829.387000', '133829.390000', '133829.393000', '133829.395000', '133829.398000', '133829.400000', '133829.403000', '133829.405000', '133829.408000', '133849.295000', '133849.298000', '133849.301000', '133849.304000', '133849.306000', '133849.309000', '133849.311000', '133849.314000', '133849.317000', '133849.319000', '133849.322000', '133849.324000', '133849.327000', '133849.329000', '133849.332000', '133849.335000', '133849.337000', '133849.340000', '133849.342000', '133849.345000', '133849.348000', '133849.350000', '133849.353000', '133849.355000', '133849.358000', '133849.361000', '133849.363000', '133849.366000', '133849.368000', '133849.371000', '133849.374000', '133849.376000', '133849.379000', '133849.381000', '133849.384000', '133849.387000', '133849.389000', '133849.392000', '133849.394000', '133849.397000', '133849.399000', '133849.402000', '133849.405000', '133909.295000', '133909.298000', '133909.301000', '133909.304000', '133909.306000', '133909.309000', '133909.311000', '133909.314000', '133909.316000', '133909.319000', '133909.321000', '133909.324000', '133909.327000', '133909.329000', '133909.332000', '133909.336000', '133909.338000', '133909.341000', '133909.344000', '133909.346000', '133909.349000', '133909.351000', '133909.354000', '133909.356000', '133909.359000', '133909.361000', '133909.364000', '133909.366000', '133909.369000', '133909.372000', '133909.374000', '133909.377000', '133909.379000', '133909.382000', '133909.385000', '133909.387000', '133909.390000', '133909.392000', '133909.395000', '133909.398000', '133909.400000', '133909.403000', '133909.405000', '133909.408000', '133929.295000', '133929.298000', '133929.301000', '133929.303000', '133929.306000', '133929.309000', '133929.311000', '133929.314000', '133929.316000', '133929.319000', '133929.321000', '133929.324000', '133929.327000', '133929.329000', '133929.332000', '133929.334000', '133929.337000', '133929.339000', '133929.342000', '133929.345000', '133929.347000', '133929.350000', '133929.352000', '133929.355000', '133929.357000', '133929.360000', '133929.363000', '133929.365000', '133929.368000', '133929.370000', '133929.373000', '133929.375000', '133929.378000', '133929.381000', '133929.383000', '133929.386000', '133929.388000', '133929.391000', '133929.393000', '133929.396000', '133929.399000', '133929.415000', '133929.418000', '133949.295000', '133949.299000', '133949.303000', '133949.306000', '133949.308000', '133949.311000', '133949.314000', '133949.316000', '133949.319000', '133949.321000', '133949.324000', '133949.326000', '133949.329000', '133949.332000', '133949.334000', '133949.337000', '133949.339000', '133949.342000', '133949.344000', '133949.347000', '133949.350000', '133949.352000', '133949.355000', '133949.358000', '133949.360000', '133949.363000', '133949.366000', '133949.368000', '133949.371000', '133949.373000', '133949.376000', '133949.378000', '133949.381000', '133949.384000', '133949.386000', '133949.389000', '133949.391000', '133949.394000', '133949.397000', '133949.399000', '133949.402000', '133949.404000', '133949.407000', '133949.409000', '133951.088000', '133951.093000', '133951.100000', '133951.103000'], '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': [12169, 19825, 13776, 18386, 13290, 9650, 14546, 8492, 17211, 10874, 14727, 12707, 9896, 16560, 9148, 16353, 11611, 10609, 14759, 8689, 17980, 12419, 14916, 11387, 9113, 16702, 9340, 18435, 13606, 14138, 11195, 9225, 16101, 9423, 14663, 13113, 8572, 17939, 11903, 9278, 15823, 10487, 8476, 14890, 8557, 18329, 13101, 14327, 12019, 9925, 16618, 8643, 17835, 11136, 14479, 12858, 10767, 16338, 8945, 18297, 11451, 10957, 14169, 8435, 16975, 12513, 10790, 12524, 8602, 16656, 10952, 18322, 13164, 9394, 15161, 8409, 17065, 11138, 19773, 13333, 11429, 13610, 8473, 17118, 10103, 20087, 13510, 11481, 13351, 8328, 17082, 10624, 13407, 12941, 9112, 18482, 10046, 11662, 12845, 8916, 16766, 11442, 18420, 11971, 15687, 11092, 9733, 14353, 9063, 17564, 9719, 19250, 10850, 12191, 12302, 8630, 16159, 10552, 11522, 10832, 8592, 15882, 10171, 19543, 13065, 10812, 12661, 8597, 16499, 9867, 19575, 13082, 11648, 14188, 8857, 18400, 11132, 12443, 12930, 9528, 17819, 9873, 15408, 10667, 10434, 13770, 9612, 18703, 10986, 12172, 11483, 8744, 16491, 10631, 14918, 11987, 8800, 16429, 9278, 13207, 11542, 9271, 17072, 10403, 11641, 11291, 9312, 17066, 10351, 13322, 12647, 9297, 18723, 9341, 9885, 12875, 9200, 18682, 13338, 9952, 12565, 9131, 18241, 12013, 10883, 14717, 9310, 12919, 10813, 8753, 16293, 10442, 15894, 12334, 8856, 16317, 9657, 12879, 12799, 10123, 16228, 10372, 8595, 16053, 9556, 15994, 12017, 8659, 14147, 8710, 16808, 11790, 12343, 12351, 8935, 17564, 12467, 11055, 12752, 9336, 13137, 11004, 9456, 17558, 11764, 10961, 11036, 9148, 17707, 10310, 13848, 13578, 8953, 18541, 9692, 10578, 12993, 9831, 19664, 12023, 9301, 13640, 9162, 17045, 11801, 8976, 16155, 9188, 9374, 13035, 9215, 18573, 12304, 8981, 16280, 9208, 9418, 13060, 9434, 16806, 12218, 9017, 16220, 9516, 11079, 13382, 10275, 21028, 11791, 8996, 13901, 9257, 15180, 12060, 9544, 15880, 9575, 8617, 15677, 9892, 12265, 13909, 9321, 18269, 10592, 11422, 12041, 9271, 17933, 10360, 15953, 10223, 9137, 14353, 9541, 18863, 12127, 8778, 13299, 9263, 14443, 10251, 8628, 16429, 9075, 9788, 13094, 9273, 18270, 12244, 8902, 13969, 8960, 14050, 10702, 11288, 13879, 9622, 16982, 9093, 16525, 11276, 12038, 12188, 9323, 19283, 9640, 8811, 12784, 9132, 17909, 12481, 10351, 12986, 8257, 15588, 10030, 17959, 12374, 11952, 12896, 8709, 16509, 9540, 15450, 11495, 8909, 16199, 8975, 12847, 11335, 8769, 15707, 11103, 13127, 12541, 8710, 17785, 10562, 12648, 12354, 9880, 20057, 11757, 10153, 13876, 9417, 19154, 12709, 11077, 15439, 9241, 11758, 10972, 9129, 19179, 12550, 9649, 12267, 8914, 15703, 9895, 16134, 11382, 9504, 14257, 9184, 12713, 12103, 9053, 14219, 10862, 9238, 16731, 11731, 9625, 12509, 9236, 16873, 11232, 19919, 12465, 12770, 12229, 9021, 15816, 9397, 16047, 11916, 11582, 12637, 9687, 17549, 9807, 8381, 12843, 9372, 16775, 12041, 10407, 13611, 8899, 16244, 10963, 17732, 12229, 21234, 13834, 12371, 10142, 8861, 13483, 9177, 16087, 11547, 11328, 10618, 8881, 16037, 10860, 12916, 11943, 9049, 16944, 9679, 19040, 12205, 20665, 12948, 15223, 10479, 12882, 10352, 10684, 11813, 9887, 17708, 9289, 18414, 10258, 10951, 12244, 9427, 16095, 11094, 12900, 10239, 9130, 14877, 9887, 18814, 11980, 9096, 12007, 9282, 17556, 11621, 12223, 13297, 9447, 18626, 10254, 10581, 12594, 9350, 16956, 12321, 11488, 10964, 8993, 15625, 10279, 12984, 12149, 8993, 17008, 10300, 8999, 14889, 9857, 14554, 11358, 8975, 16172, 9904, 16839, 11441, 12606, 14493, 9014, 16743, 9214, 20107, 12360, 13779, 12633, 8931, 14998, 9387, 15444, 11938, 10620, 13129, 10388, 19775, 9581, 9706, 12684, 9242, 16767, 12412, 10105, 12415, 8885, 16145, 10725, 13107, 11518, 8854, 17167, 9957, 13049, 12165, 9153, 15608, 11317, 21069, 12198, 11136, 12641, 9082, 16410, 11168, 15793, 12060, 9023, 15345, 9404, 17510, 11796, 9677, 15488, 9645, 13339, 11416, 9350, 16144, 11059, 12499, 12436, 9257, 19257, 11145, 11368, 12678, 10778, 18778, 11125, 12068, 10412, 9328, 15833, 9702, 17893, 11636, 9594, 13788, 9477, 12507, 10217, 9425, 15568, 10202, 9840, 10947, 9162, 17042, 10729, 12179, 13306, 9456, 18009, 9876, 13269, 10898, 10651, 15447, 10675, 19717, 10158, 12029, 10974, 9521, 17122, 11710, 9094, 12855, 9232, 10637, 11139, 9472, 12783, 10494, 9477, 19456, 12070, 9353, 13792, 9522, 16048, 11399, 10819, 15718, 9571, 16285, 10088, 9657, 14178, 9900, 15165, 11912, 9175, 17055, 9849, 9995, 12678, 9843, 18351, 12485, 9475, 13975, 9827, 17717, 11861, 11482, 14139, 9490, 17358, 9690, 11754, 12077, 9594, 17627, 12312, 9645, 12568, 9483, 16468, 11146, 9953, 16337, 10470, 12174, 10578, 9564, 16560, 10232, 15910, 12167, 9648, 16230, 9875, 14006, 10593, 12085, 13733, 9897, 16862, 9891, 17119, 10969, 17593, 12145, 10251, 13560, 9660, 18188, 10350, 11241, 12877, 10937, 18778, 11357, 11230, 11151, 9718, 16704, 11247, 19039, 12441, 10039, 10891, 9908, 16549, 10865, 19545, 12083, 9643, 11177, 9619, 16285, 10440, 11492, 12049, 9523, 17075, 10245, 11875, 12567, 10062, 17299, 10061, 13695, 10375, 9918, 14384, 11392, 20082, 11132, 10464, 11839, 9634, 16682, 11587, 12221, 11575, 9649, 15982, 10062, 14778, 11293, 10816, 13662, 9445, 15904, 10035, 19527, 12148, 12438, 12333, 9664, 15529, 10183, 13723, 11008, 10335, 15006, 9701, 18072, 10165, 9789, 13131, 9918, 18396, 13059, 10364, 11071, 9601, 16089, 10650, 18769, 12519, 9592, 12968, 9737, 17165, 10955, 15571, 12543, 9459, 14777, 9716, 17382, 11142, 13006, 12347, 9473, 16960, 10076, 13124, 11045, 9663, 14735, 11067, 18801, 10361, 12632, 11038, 9539, 15485, 10672, 19517, 12390, 9237, 12874, 9570, 17138, 11513, 13783, 13262, 9537, 16893, 10056, 15165, 11816, 11599, 15778, 9694, 17503, 10234, 17338, 12141, 11960, 13230, 9628, 17198, 10043, 12887, 11698, 9740, 17648, 12068, 10484, 11774, 9736, 16934, 10554, 13735, 12205, 10078, 15941, 9779, 16498, 10559, 17914, 11876, 18456, 12226, 9719, 12192, 9820, 16741, 10542, 14435, 12110, 9689, 15081, 9725, 14932, 10759, 10168, 15825], 'WindowCenter': [4669.0, 4692.0, 4649.0, 4666.0, 4634.0, 4579.0, 4618.0, 4567.0, 4637.0, 4588.0, 4614.0, 4607.0, 4578.0, 4641.0, 4580.0, 4639.0, 4597.0, 4586.0, 4616.0, 4567.0, 4651.0, 4611.0, 4629.0, 4597.0, 4566.0, 4625.0, 4566.0, 4636.0, 4620.0, 4607.0, 4586.0, 4565.0, 4627.0, 4580.0, 4616.0, 4607.0, 4567.0, 4637.0, 4598.0, 4580.0, 4627.0, 4600.0, 4569.0, 4627.0, 4571.0, 4649.0, 4609.0, 4617.0, 4598.0, 4591.0, 4628.0, 4568.0, 4635.0, 4584.0, 4605.0, 4594.0, 4574.0, 4627.0, 4566.0, 4636.0, 4597.0, 4585.0, 4615.0, 4558.0, 4638.0, 4609.0, 4588.0, 4607.0, 4567.0, 4626.0, 4587.0, 4636.0, 4619.0, 4578.0, 4627.0, 4569.0, 4638.0, 4598.0, 4656.0, 4619.0, 4610.0, 4617.0, 4570.0, 4637.0, 4589.0, 4656.0, 4619.0, 4599.0, 4617.0, 4568.0, 4636.0, 4587.0, 4616.0, 4606.0, 4566.0, 4648.0, 4586.0, 4598.0, 4604.0, 4566.0, 4636.0, 4597.0, 4638.0, 4597.0, 4627.0, 4585.0, 4565.0, 4615.0, 4564.0, 4635.0, 4575.0, 4645.0, 4585.0, 4594.0, 4593.0, 4554.0, 4627.0, 4587.0, 4598.0, 4587.0, 4566.0, 4626.0, 4586.0, 4646.0, 4620.0, 4599.0, 4607.0, 4579.0, 4637.0, 4577.0, 4648.0, 4608.0, 4610.0, 4617.0, 4578.0, 4646.0, 4598.0, 4606.0, 4606.0, 4578.0, 4648.0, 4587.0, 4628.0, 4585.0, 4573.0, 4605.0, 4578.0, 4649.0, 4587.0, 4606.0, 4595.0, 4554.0, 4633.0, 4586.0, 4631.0, 4597.0, 4566.0, 4626.0, 4565.0, 4604.0, 4594.0, 4565.0, 4624.0, 4586.0, 4597.0, 4584.0, 4565.0, 4622.0, 4574.0, 4604.0, 4607.0, 4576.0, 4646.0, 4566.0, 4574.0, 4593.0, 4563.0, 4646.0, 4606.0, 4575.0, 4595.0, 4566.0, 4634.0, 4594.0, 4585.0, 4627.0, 4566.0, 4605.0, 4584.0, 4554.0, 4624.0, 4585.0, 4638.0, 4606.0, 4577.0, 4626.0, 4576.0, 4605.0, 4606.0, 4590.0, 4637.0, 4588.0, 4567.0, 4636.0, 4578.0, 4628.0, 4610.0, 4568.0, 4629.0, 4570.0, 4637.0, 4598.0, 4605.0, 4605.0, 4566.0, 4637.0, 4610.0, 4599.0, 4606.0, 4579.0, 4605.0, 4584.0, 4575.0, 4639.0, 4598.0, 4587.0, 4584.0, 4576.0, 4635.0, 4574.0, 4605.0, 4617.0, 4567.0, 4647.0, 4576.0, 4574.0, 4603.0, 4574.0, 4648.0, 4597.0, 4576.0, 4606.0, 4565.0, 4635.0, 4594.0, 4568.0, 4626.0, 4576.0, 4566.0, 4603.0, 4575.0, 4637.0, 4606.0, 4579.0, 4628.0, 4578.0, 4566.0, 4605.0, 4566.0, 4637.0, 4609.0, 4567.0, 4626.0, 4575.0, 4586.0, 4604.0, 4577.0, 4659.0, 4596.0, 4566.0, 4603.0, 4564.0, 4614.0, 4607.0, 4578.0, 4625.0, 4575.0, 4566.0, 4625.0, 4576.0, 4609.0, 4621.0, 4578.0, 4646.0, 4586.0, 4585.0, 4592.0, 4563.0, 4639.0, 4576.0, 4626.0, 4574.0, 4550.0, 4601.0, 4563.0, 4646.0, 4593.0, 4553.0, 4602.0, 4563.0, 4611.0, 4576.0, 4568.0, 4626.0, 4565.0, 4577.0, 4606.0, 4576.0, 4634.0, 4608.0, 4568.0, 4616.0, 4568.0, 4616.0, 4586.0, 4586.0, 4606.0, 4578.0, 4627.0, 4566.0, 4625.0, 4584.0, 4595.0, 4593.0, 4566.0, 4645.0, 4564.0, 4566.0, 4605.0, 4565.0, 4636.0, 4607.0, 4589.0, 4607.0, 4569.0, 4626.0, 4577.0, 4636.0, 4606.0, 4598.0, 4607.0, 4567.0, 4625.0, 4577.0, 4616.0, 4585.0, 4579.0, 4626.0, 4567.0, 4609.0, 4598.0, 4566.0, 4626.0, 4597.0, 4620.0, 4608.0, 4568.0, 4647.0, 4588.0, 4606.0, 4596.0, 4578.0, 4660.0, 4597.0, 4576.0, 4605.0, 4565.0, 4647.0, 4605.0, 4598.0, 4628.0, 4566.0, 4597.0, 4584.0, 4565.0, 4644.0, 4607.0, 4576.0, 4595.0, 4567.0, 4626.0, 4577.0, 4626.0, 4598.0, 4590.0, 4626.0, 4576.0, 4605.0, 4595.0, 4566.0, 4616.0, 4587.0, 4577.0, 4623.0, 4610.0, 4577.0, 4596.0, 4568.0, 4636.0, 4586.0, 4644.0, 4595.0, 4609.0, 4596.0, 4565.0, 4614.0, 4564.0, 4613.0, 4585.0, 4583.0, 4593.0, 4578.0, 4636.0, 4578.0, 4568.0, 4607.0, 4577.0, 4639.0, 4608.0, 4601.0, 4619.0, 4581.0, 4639.0, 4601.0, 4638.0, 4609.0, 4647.0, 4619.0, 4596.0, 4576.0, 4566.0, 4604.0, 4563.0, 4625.0, 4597.0, 4595.0, 4586.0, 4576.0, 4626.0, 4598.0, 4618.0, 4611.0, 4579.0, 4637.0, 4579.0, 4647.0, 4610.0, 4648.0, 4611.0, 4617.0, 4576.0, 4594.0, 4574.0, 4573.0, 4581.0, 4562.0, 4636.0, 4564.0, 4634.0, 4573.0, 4573.0, 4581.0, 4564.0, 4626.0, 4585.0, 4595.0, 4574.0, 4564.0, 4613.0, 4574.0, 4647.0, 4596.0, 4567.0, 4595.0, 4566.0, 4635.0, 4596.0, 4597.0, 4618.0, 4576.0, 4635.0, 4575.0, 4574.0, 4594.0, 4565.0, 4638.0, 4607.0, 4597.0, 4586.0, 4565.0, 4627.0, 4588.0, 4607.0, 4606.0, 4565.0, 4636.0, 4587.0, 4566.0, 4627.0, 4578.0, 4630.0, 4600.0, 4570.0, 4637.0, 4578.0, 4635.0, 4596.0, 4608.0, 4618.0, 4567.0, 4625.0, 4563.0, 4644.0, 4595.0, 4605.0, 4596.0, 4565.0, 4614.0, 4565.0, 4613.0, 4596.0, 4585.0, 4604.0, 4589.0, 4646.0, 4576.0, 4576.0, 4606.0, 4565.0, 4624.0, 4609.0, 4575.0, 4596.0, 4565.0, 4626.0, 4586.0, 4607.0, 4599.0, 4580.0, 4639.0, 4588.0, 4609.0, 4607.0, 4580.0, 4626.0, 4598.0, 4660.0, 4608.0, 4599.0, 4606.0, 4567.0, 4638.0, 4587.0, 4629.0, 4596.0, 4566.0, 4625.0, 4566.0, 4636.0, 4596.0, 4578.0, 4627.0, 4577.0, 4616.0, 4585.0, 4567.0, 4626.0, 4587.0, 4609.0, 4611.0, 4580.0, 4650.0, 4598.0, 4597.0, 4596.0, 4574.0, 4639.0, 4585.0, 4596.0, 4574.0, 4566.0, 4614.0, 4576.0, 4634.0, 4596.0, 4578.0, 4606.0, 4578.0, 4595.0, 4576.0, 4564.0, 4626.0, 4588.0, 4589.0, 4587.0, 4579.0, 4638.0, 4599.0, 4608.0, 4622.0, 4590.0, 4649.0, 4588.0, 4607.0, 4587.0, 4586.0, 4627.0, 4588.0, 4647.0, 4576.0, 4596.0, 4584.0, 4576.0, 4637.0, 4598.0, 4567.0, 4605.0, 4566.0, 4585.0, 4586.0, 4577.0, 4607.0, 4588.0, 4579.0, 4660.0, 4599.0, 4579.0, 4619.0, 4580.0, 4626.0, 4596.0, 4586.0, 4639.0, 4576.0, 4626.0, 4576.0, 4575.0, 4616.0, 4575.0, 4627.0, 4597.0, 4578.0, 4638.0, 4588.0, 4588.0, 4608.0, 4589.0, 4651.0, 4609.0, 4580.0, 4617.0, 4578.0, 4638.0, 4597.0, 4584.0, 4619.0, 4577.0, 4635.0, 4578.0, 4596.0, 4596.0, 4576.0, 4636.0, 4609.0, 4577.0, 4607.0, 4577.0, 4626.0, 4598.0, 4577.0, 4639.0, 4601.0, 4608.0, 4588.0, 4578.0, 4637.0, 4589.0, 4626.0, 4610.0, 4590.0, 4637.0, 4590.0, 4617.0, 4587.0, 4609.0, 4620.0, 4592.0, 4639.0, 4578.0, 4637.0, 4598.0, 4637.0, 4596.0, 4587.0, 4605.0, 4575.0, 4635.0, 4575.0, 4597.0, 4604.0, 4585.0, 4648.0, 4586.0, 4586.0, 4585.0, 4574.0, 4636.0, 4586.0, 4648.0, 4596.0, 4576.0, 4584.0, 4575.0, 4625.0, 4586.0, 4647.0, 4595.0, 4566.0, 4584.0, 4575.0, 4625.0, 4586.0, 4610.0, 4607.0, 4591.0, 4636.0, 4587.0, 4608.0, 4607.0, 4589.0, 4639.0, 4579.0, 4616.0, 4586.0, 4576.0, 4616.0, 4597.0, 4660.0, 4587.0, 4586.0, 4597.0, 4576.0, 4626.0, 4597.0, 4610.0, 4598.0, 4580.0, 4627.0, 4578.0, 4627.0, 4599.0, 4601.0, 4619.0, 4580.0, 4639.0, 4577.0, 4648.0, 4597.0, 4608.0, 4608.0, 4577.0, 4627.0, 4588.0, 4606.0, 4587.0, 4577.0, 4628.0, 4578.0, 4637.0, 4587.0, 4577.0, 4606.0, 4577.0, 4648.0, 4619.0, 4590.0, 4599.0, 4579.0, 4638.0, 4588.0, 4648.0, 4610.0, 4579.0, 4608.0, 4577.0, 4637.0, 4588.0, 4626.0, 4610.0, 4579.0, 4618.0, 4578.0, 4636.0, 4586.0, 4607.0, 4606.0, 4578.0, 4638.0, 4578.0, 4607.0, 4586.0, 4577.0, 4618.0, 4600.0, 4649.0, 4588.0, 4609.0, 4597.0, 4578.0, 4627.0, 4588.0, 4661.0, 4609.0, 4579.0, 4620.0, 4590.0, 4638.0, 4608.0, 4618.0, 4621.0, 4590.0, 4641.0, 4591.0, 4629.0, 4599.0, 4597.0, 4640.0, 4579.0, 4639.0, 4589.0, 4637.0, 4597.0, 4596.0, 4606.0, 4577.0, 4638.0, 4577.0, 4606.0, 4596.0, 4577.0, 4634.0, 4609.0, 4599.0, 4598.0, 4589.0, 4639.0, 4600.0, 4619.0, 4611.0, 4590.0, 4630.0, 4578.0, 4627.0, 4586.0, 4636.0, 4596.0, 4635.0, 4598.0, 4566.0, 4594.0, 4576.0, 4625.0, 4584.0, 4614.0, 4598.0, 4576.0, 4626.0, 4579.0, 4614.0, 4585.0, 4577.0, 4629.0], 'WindowWidth': [10219.0, 10239.0, 10172.0, 10186.0, 10139.0, 10053.0, 10103.0, 10035.0, 10128.0, 10065.0, 10097.0, 10088.0, 10050.0, 10141.0, 10055.0, 10135.0, 10076.0, 10059.0, 10100.0, 10034.0, 10159.0, 10099.0, 10120.0, 10075.0, 10033.0, 10111.0, 10031.0, 10130.0, 10112.0, 10088.0, 10059.0, 10029.0, 10115.0, 10055.0, 10099.0, 10086.0, 10035.0, 10131.0, 10077.0, 10057.0, 10118.0, 10084.0, 10040.0, 10117.0, 10045.0, 10150.0, 10093.0, 10102.0, 10077.0, 10071.0, 10119.0, 10036.0, 10125.0, 10054.0, 10080.0, 10065.0, 10037.0, 10116.0, 10031.0, 10129.0, 10073.0, 10056.0, 10096.0, 10022.0, 10134.0, 10095.0, 10064.0, 10089.0, 10035.0, 10114.0, 10062.0, 10130.0, 10110.0, 10053.0, 10117.0, 10043.0, 10132.0, 10080.0, 10159.0, 10108.0, 10097.0, 10103.0, 10044.0, 10132.0, 10068.0, 10159.0, 10110.0, 10081.0, 10103.0, 10040.0, 10129.0, 10062.0, 10101.0, 10086.0, 10035.0, 10152.0, 10062.0, 10078.0, 10084.0, 10033.0, 10129.0, 10075.0, 10140.0, 10077.0, 10117.0, 10058.0, 10028.0, 10095.0, 10027.0, 10130.0, 10044.0, 10140.0, 10056.0, 10066.0, 10063.0, 10013.0, 10120.0, 10063.0, 10077.0, 10063.0, 10034.0, 10114.0, 10061.0, 10144.0, 10113.0, 10082.0, 10090.0, 10055.0, 10131.0, 10050.0, 10148.0, 10094.0, 10100.0, 10105.0, 10054.0, 10147.0, 10080.0, 10088.0, 10087.0, 10054.0, 10155.0, 10064.0, 10120.0, 10057.0, 10037.0, 10083.0, 10052.0, 10156.0, 10063.0, 10088.0, 10072.0, 10015.0, 10123.0, 10059.0, 10129.0, 10075.0, 10033.0, 10114.0, 10032.0, 10081.0, 10068.0, 10029.0, 10111.0, 10060.0, 10075.0, 10054.0, 10029.0, 10105.0, 10042.0, 10080.0, 10091.0, 10047.0, 10148.0, 10032.0, 10041.0, 10066.0, 10027.0, 10147.0, 10087.0, 10043.0, 10071.0, 10033.0, 10125.0, 10067.0, 10057.0, 10118.0, 10033.0, 10084.0, 10055.0, 10015.0, 10108.0, 10058.0, 10136.0, 10088.0, 10050.0, 10114.0, 10048.0, 10085.0, 10087.0, 10074.0, 10133.0, 10066.0, 10038.0, 10130.0, 10053.0, 10120.0, 10100.0, 10039.0, 10125.0, 10045.0, 10132.0, 10080.0, 10088.0, 10086.0, 10035.0, 10135.0, 10099.0, 10082.0, 10088.0, 10057.0, 10085.0, 10055.0, 10042.0, 10140.0, 10079.0, 10062.0, 10057.0, 10048.0, 10124.0, 10040.0, 10083.0, 10105.0, 10034.0, 10144.0, 10047.0, 10039.0, 10078.0, 10040.0, 10152.0, 10075.0, 10048.0, 10086.0, 10031.0, 10124.0, 10068.0, 10037.0, 10117.0, 10046.0, 10033.0, 10080.0, 10044.0, 10131.0, 10089.0, 10054.0, 10121.0, 10053.0, 10034.0, 10083.0, 10031.0, 10133.0, 10095.0, 10037.0, 10116.0, 10046.0, 10059.0, 10082.0, 10047.0, 10172.0, 10075.0, 10033.0, 10079.0, 10027.0, 10094.0, 10090.0, 10050.0, 10113.0, 10045.0, 10032.0, 10111.0, 10047.0, 10096.0, 10114.0, 10052.0, 10147.0, 10060.0, 10054.0, 10063.0, 10023.0, 10143.0, 10044.0, 10112.0, 10039.0, 10002.0, 10073.0, 10023.0, 10146.0, 10064.0, 10012.0, 10076.0, 10023.0, 10087.0, 10045.0, 10038.0, 10114.0, 10031.0, 10049.0, 10084.0, 10045.0, 10124.0, 10091.0, 10039.0, 10100.0, 10039.0, 10101.0, 10059.0, 10058.0, 10088.0, 10051.0, 10120.0, 10033.0, 10110.0, 10053.0, 10068.0, 10064.0, 10034.0, 10142.0, 10027.0, 10032.0, 10083.0, 10030.0, 10128.0, 10088.0, 10067.0, 10088.0, 10039.0, 10115.0, 10049.0, 10129.0, 10087.0, 10078.0, 10090.0, 10035.0, 10112.0, 10046.0, 10099.0, 10056.0, 10053.0, 10116.0, 10037.0, 10094.0, 10076.0, 10033.0, 10116.0, 10076.0, 10110.0, 10094.0, 10039.0, 10147.0, 10065.0, 10087.0, 10071.0, 10050.0, 10172.0, 10074.0, 10044.0, 10084.0, 10030.0, 10146.0, 10084.0, 10077.0, 10121.0, 10032.0, 10074.0, 10053.0, 10029.0, 10139.0, 10091.0, 10047.0, 10072.0, 10036.0, 10113.0, 10051.0, 10114.0, 10077.0, 10070.0, 10116.0, 10048.0, 10083.0, 10069.0, 10034.0, 10100.0, 10061.0, 10049.0, 10110.0, 10099.0, 10049.0, 10074.0, 10037.0, 10129.0, 10058.0, 10141.0, 10068.0, 10093.0, 10070.0, 10028.0, 10094.0, 10027.0, 10090.0, 10054.0, 10049.0, 10064.0, 10051.0, 10129.0, 10052.0, 10038.0, 10089.0, 10051.0, 10136.0, 10094.0, 10087.0, 10109.0, 10059.0, 10137.0, 10088.0, 10138.0, 10094.0, 10150.0, 10109.0, 10071.0, 10047.0, 10032.0, 10079.0, 10023.0, 10110.0, 10074.0, 10071.0, 10060.0, 10048.0, 10114.0, 10080.0, 10107.0, 10100.0, 10057.0, 10133.0, 10055.0, 10149.0, 10100.0, 10151.0, 10102.0, 10102.0, 10045.0, 10067.0, 10038.0, 10033.0, 10045.0, 10019.0, 10130.0, 10026.0, 10119.0, 10037.0, 10035.0, 10045.0, 10024.0, 10115.0, 10056.0, 10068.0, 10040.0, 10025.0, 10092.0, 10039.0, 10147.0, 10072.0, 10034.0, 10069.0, 10032.0, 10127.0, 10072.0, 10072.0, 10107.0, 10044.0, 10125.0, 10044.0, 10040.0, 10068.0, 10030.0, 10135.0, 10088.0, 10076.0, 10059.0, 10029.0, 10114.0, 10063.0, 10088.0, 10087.0, 10031.0, 10126.0, 10061.0, 10033.0, 10116.0, 10051.0, 10125.0, 10082.0, 10043.0, 10131.0, 10051.0, 10126.0, 10072.0, 10092.0, 10105.0, 10033.0, 10112.0, 10026.0, 10137.0, 10068.0, 10084.0, 10073.0, 10028.0, 10094.0, 10029.0, 10092.0, 10069.0, 10056.0, 10081.0, 10067.0, 10144.0, 10044.0, 10046.0, 10082.0, 10028.0, 10109.0, 10095.0, 10045.0, 10072.0, 10031.0, 10114.0, 10059.0, 10088.0, 10080.0, 10057.0, 10137.0, 10067.0, 10094.0, 10088.0, 10057.0, 10117.0, 10079.0, 10171.0, 10092.0, 10079.0, 10086.0, 10036.0, 10132.0, 10061.0, 10122.0, 10073.0, 10033.0, 10109.0, 10031.0, 10126.0, 10072.0, 10051.0, 10117.0, 10048.0, 10101.0, 10055.0, 10034.0, 10116.0, 10060.0, 10094.0, 10102.0, 10057.0, 10154.0, 10077.0, 10075.0, 10071.0, 10039.0, 10141.0, 10056.0, 10069.0, 10039.0, 10029.0, 10093.0, 10044.0, 10122.0, 10074.0, 10049.0, 10085.0, 10049.0, 10069.0, 10045.0, 10028.0, 10115.0, 10067.0, 10067.0, 10064.0, 10055.0, 10135.0, 10081.0, 10092.0, 10118.0, 10071.0, 10154.0, 10067.0, 10089.0, 10062.0, 10059.0, 10118.0, 10065.0, 10152.0, 10046.0, 10070.0, 10052.0, 10045.0, 10133.0, 10076.0, 10036.0, 10083.0, 10031.0, 10057.0, 10058.0, 10047.0, 10088.0, 10063.0, 10053.0, 10171.0, 10081.0, 10054.0, 10109.0, 10057.0, 10114.0, 10074.0, 10057.0, 10138.0, 10047.0, 10116.0, 10046.0, 10041.0, 10099.0, 10043.0, 10118.0, 10075.0, 10049.0, 10132.0, 10064.0, 10065.0, 10091.0, 10067.0, 10158.0, 10097.0, 10055.0, 10104.0, 10051.0, 10133.0, 10076.0, 10055.0, 10109.0, 10049.0, 10130.0, 10050.0, 10070.0, 10071.0, 10047.0, 10129.0, 10097.0, 10049.0, 10090.0, 10049.0, 10114.0, 10078.0, 10049.0, 10137.0, 10088.0, 10093.0, 10065.0, 10053.0, 10132.0, 10067.0, 10117.0, 10099.0, 10071.0, 10134.0, 10071.0, 10104.0, 10064.0, 10093.0, 10112.0, 10072.0, 10139.0, 10051.0, 10132.0, 10080.0, 10132.0, 10073.0, 10062.0, 10084.0, 10043.0, 10125.0, 10043.0, 10075.0, 10081.0, 10058.0, 10153.0, 10059.0, 10058.0, 10056.0, 10042.0, 10128.0, 10058.0, 10152.0, 10074.0, 10045.0, 10054.0, 10040.0, 10111.0, 10057.0, 10149.0, 10071.0, 10031.0, 10052.0, 10041.0, 10111.0, 10061.0, 10099.0, 10091.0, 10072.0, 10130.0, 10066.0, 10092.0, 10088.0, 10067.0, 10139.0, 10054.0, 10102.0, 10060.0, 10045.0, 10099.0, 10077.0, 10172.0, 10062.0, 10060.0, 10075.0, 10045.0, 10113.0, 10074.0, 10096.0, 10077.0, 10055.0, 10117.0, 10052.0, 10116.0, 10080.0, 10087.0, 10108.0, 10055.0, 10134.0, 10048.0, 10147.0, 10076.0, 10091.0, 10091.0, 10048.0, 10116.0, 10064.0, 10086.0, 10063.0, 10045.0, 10120.0, 10051.0, 10131.0, 10063.0, 10048.0, 10087.0, 10047.0, 10149.0, 10108.0, 10068.0, 10080.0, 10053.0, 10134.0, 10065.0, 10147.0, 10099.0, 10053.0, 10092.0, 10049.0, 10131.0, 10065.0, 10111.0, 10098.0, 10051.0, 10103.0, 10050.0, 10128.0, 10060.0, 10087.0, 10087.0, 10050.0, 10132.0, 10050.0, 10088.0, 10059.0, 10049.0, 10103.0, 10082.0, 10154.0, 10066.0, 10093.0, 10076.0, 10050.0, 10118.0, 10065.0, 10173.0, 10097.0, 10055.0, 10111.0, 10070.0, 10134.0, 10095.0, 10106.0, 10117.0, 10071.0, 10142.0, 10073.0, 10120.0, 10080.0, 10074.0, 10140.0, 10053.0, 10139.0, 10067.0, 10130.0, 10075.0, 10071.0, 10086.0, 10048.0, 10133.0, 10050.0, 10087.0, 10072.0, 10049.0, 10125.0, 10097.0, 10082.0, 10080.0, 10070.0, 10136.0, 10084.0, 10109.0, 10100.0, 10069.0, 10124.0, 10052.0, 10117.0, 10059.0, 10129.0, 10071.0, 10125.0, 10077.0, 10030.0, 10068.0, 10045.0, 10110.0, 10055.0, 10094.0, 10076.0, 10045.0, 10114.0, 10052.0, 10095.0, 10057.0, 10047.0, 10122.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.0006639125431530497</td></tr>
<tr><td colspan=3>aqi</td><td>0.019232051668584584</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.29798554716591</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2700857440552982</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9981969101267278</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3299.6313</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1054091305449868</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.170310701956272</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3042208149147805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.202426765671872</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5107579401388658</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.199477738933603</td></tr>
<tr><td colspan=3>gcor</td><td>0.00394405</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013520758599042892</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035701967775821686</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.183141887036641</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>14.824</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.7975</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.7675</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289186.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>1215.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.1395</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.3197</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3750.8615</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.5473</td></tr>
<tr><td colspan=3>tsnr</td><td>42.25503497407772</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>