ds005256-mriqc/sub-0129_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 6dfd01fb57 [DATALAD RUNCMD] Compute MRIQC for sub-0129
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0129 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0129",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:35 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_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-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-04/func/sub-0129_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>b60768850110866d03d503ecd93d9692</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:42:18.392500</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.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120818</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>[4227, -7757, -7256, 128, -162, -15, 90, 132]</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>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>423b38cb-b474-4abd-9258-417a82ec2cb3||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.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [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': ['134218.392500', '134218.852500', '134219.312500', '134219.772500', '134220.232500', '134220.692500', '134221.152500', '134221.612500', '134222.072500', '134222.532500', '134222.992500', '134223.452500', '134223.912500', '134224.372500', '134224.832500', '134225.292500', '134225.752500', '134226.212500', '134226.672500', '134227.132500', '134227.592500', '134228.052500', '134228.512500', '134228.972500', '134229.432500', '134229.892500', '134230.352500', '134230.812500', '134231.272500', '134231.732500', '134232.192500', '134232.652500', '134233.112500', '134233.572500', '134234.032500', '134234.492500', '134234.952500', '134235.412500', '134235.872500', '134236.332500', '134236.792500', '134237.252500', '134237.712500', '134238.172500', '134238.632500', '134239.092500', '134239.552500', '134240.012500', '134240.472500', '134240.932500', '134241.392500', '134241.852500', '134242.312500', '134242.772500', '134243.232500', '134243.692500', '134244.152500', '134244.612500', '134245.072500', '134245.532500', '134245.992500', '134246.452500', '134246.912500', '134247.372500', '134247.832500', '134248.292500', '134248.752500', '134249.212500', '134249.672500', '134250.132500', '134250.592500', '134251.052500', '134251.512500', '134251.972500', '134252.432500', '134252.892500', '134253.352500', '134253.812500', '134254.272500', '134254.732500', '134255.192500', '134255.652500', '134256.112500', '134256.572500', '134257.032500', '134257.492500', '134257.952500', '134258.412500', '134258.872500', '134259.332500', '134259.792500', '134300.252500', '134300.712500', '134301.172500', '134301.632500', '134302.092500', '134302.552500', '134303.012500', '134303.472500', '134303.932500', '134304.392500', '134304.852500', '134305.312500', '134305.772500', '134306.232500', '134306.692500', '134307.152500', '134307.612500', '134308.072500', '134308.532500', '134308.992500', '134309.452500', '134309.912500', '134310.372500', '134310.832500', '134311.292500', '134311.752500', '134312.212500', '134312.672500', '134313.132500', '134313.592500', '134314.052500', '134314.512500', '134314.972500', '134315.432500', '134315.892500', '134316.352500', '134316.812500', '134317.272500', '134317.732500', '134318.192500', '134318.652500', '134319.112500', '134319.572500', '134320.032500', '134320.492500', '134320.952500', '134321.412500', '134321.872500', '134322.332500', '134322.792500', '134323.252500', '134323.712500', '134324.172500', '134324.632500', '134325.092500', '134325.552500', '134326.012500', '134326.472500', '134326.932500', '134327.392500', '134327.852500', '134328.312500', '134328.772500', '134329.232500', '134329.692500', '134330.152500', '134330.612500', '134331.072500', '134331.532500', '134331.992500', '134332.452500', '134332.912500', '134333.372500', '134333.832500', '134334.292500', '134334.752500', '134335.212500', '134335.672500', '134336.132500', '134336.592500', '134337.052500', '134337.512500', '134337.972500', '134338.432500', '134338.892500', '134339.352500', '134339.812500', '134340.272500', '134340.732500', '134341.192500', '134341.652500', '134342.112500', '134342.572500', '134343.032500', '134343.492500', '134343.952500', '134344.412500', '134344.872500', '134345.332500', '134345.792500', '134346.252500', '134346.712500', '134347.172500', '134347.632500', '134348.092500', '134348.552500', '134349.012500', '134349.472500', '134349.932500', '134350.392500', '134350.852500', '134351.312500', '134351.772500', '134352.232500', '134352.692500', '134353.152500', '134353.612500', '134354.072500', '134354.532500', '134354.992500', '134355.452500', '134355.912500', '134356.372500', '134356.832500', '134357.292500', '134357.752500', '134358.212500', '134358.672500', '134359.132500', '134359.592500', '134400.052500', '134400.512500', '134400.972500', '134401.432500', '134401.892500', '134402.352500', '134402.812500', '134403.272500', '134403.732500', '134404.192500', '134404.652500', '134405.112500', '134405.572500', '134406.032500', '134406.492500', '134406.952500', '134407.412500', '134407.872500', '134408.332500', '134408.792500', '134409.252500', '134409.712500', '134410.172500', '134410.632500', '134411.092500', '134411.552500', '134412.012500', '134412.472500', '134412.932500', '134413.392500', '134413.852500', '134414.312500', '134414.772500', '134415.232500', '134415.692500', '134416.152500', '134416.612500', '134417.072500', '134417.532500', '134417.992500', '134418.452500', '134418.912500', '134419.372500', '134419.832500', '134420.292500', '134420.752500', '134421.212500', '134421.672500', '134422.132500', '134422.592500', '134423.052500', '134423.512500', '134423.972500', '134424.432500', '134424.892500', '134425.352500', '134425.812500', '134426.272500', '134426.732500', '134427.192500', '134427.652500', '134428.112500', '134428.572500', '134429.032500', '134429.492500', '134429.952500', '134430.412500', '134430.872500', '134431.332500', '134431.792500', '134432.252500', '134432.712500', '134433.172500', '134433.632500', '134434.092500', '134434.552500', '134435.012500', '134435.472500', '134435.932500', '134436.392500', '134436.852500', '134437.312500', '134437.772500', '134438.232500', '134438.692500', '134439.152500', '134439.612500', '134440.072500', '134440.532500', '134440.992500', '134441.452500', '134441.912500', '134442.372500', '134442.832500', '134443.292500', '134443.752500', '134444.212500', '134444.672500', '134445.132500', '134445.592500', '134446.052500', '134446.512500', '134446.972500', '134447.432500', '134447.892500', '134448.352500', '134448.812500', '134449.272500', '134449.732500', '134450.192500', '134450.652500', '134451.112500', '134451.572500', '134452.032500', '134452.492500', '134452.952500', '134453.412500', '134453.872500', '134454.332500', '134454.792500', '134455.252500', '134455.712500', '134456.172500', '134456.632500', '134457.092500', '134457.552500', '134458.012500', '134458.472500', '134458.932500', '134459.392500', '134459.852500', '134500.312500', '134500.772500', '134501.232500', '134501.692500', '134502.152500', '134502.612500', '134503.072500', '134503.532500', '134503.992500', '134504.452500', '134504.912500', '134505.372500', '134505.832500', '134506.292500', '134506.752500', '134507.212500', '134507.672500', '134508.132500', '134508.592500', '134509.052500', '134509.512500', '134509.972500', '134510.432500', '134510.892500', '134511.352500', '134511.812500', '134512.272500', '134512.732500', '134513.192500', '134513.652500', '134514.112500', '134514.572500', '134515.032500', '134515.492500', '134515.952500', '134516.412500', '134516.872500', '134517.332500', '134517.792500', '134518.252500', '134518.712500', '134519.172500', '134519.632500', '134520.092500', '134520.552500', '134521.012500', '134521.472500', '134521.932500', '134522.392500', '134522.852500', '134523.312500', '134523.772500', '134524.232500', '134524.692500', '134525.152500', '134525.612500', '134526.072500', '134526.532500', '134526.992500', '134527.452500', '134527.912500', '134528.372500', '134528.832500', '134529.292500', '134529.752500', '134530.212500', '134530.672500', '134531.132500', '134531.592500', '134532.052500', '134532.512500', '134532.972500', '134533.432500', '134533.892500', '134534.352500', '134534.812500', '134535.272500', '134535.732500', '134536.192500', '134536.652500', '134537.112500', '134537.572500', '134538.032500', '134538.492500', '134538.952500', '134539.412500', '134539.872500', '134540.332500', '134540.792500', '134541.252500', '134541.712500', '134542.172500', '134542.632500', '134543.092500', '134543.552500', '134544.012500', '134544.472500', '134544.932500', '134545.392500', '134545.852500', '134546.312500', '134546.772500', '134547.232500', '134547.692500', '134548.152500', '134548.612500', '134549.072500', '134549.532500', '134549.992500', '134550.452500', '134550.912500', '134551.372500', '134551.832500', '134552.292500', '134552.752500', '134553.212500', '134553.672500', '134554.132500', '134554.592500', '134555.052500', '134555.512500', '134555.972500', '134556.432500', '134556.892500', '134557.352500', '134557.812500', '134558.272500', '134558.732500', '134559.192500', '134559.652500', '134600.112500', '134600.572500', '134601.032500', '134601.492500', '134601.952500', '134602.412500', '134602.872500', '134603.332500', '134603.792500', '134604.252500', '134604.712500', '134605.172500', '134605.632500', '134606.092500', '134606.552500', '134607.012500', '134607.472500', '134607.932500', '134608.392500', '134608.852500', '134609.312500', '134609.772500', '134610.232500', '134610.692500', '134611.152500', '134611.612500', '134612.072500', '134612.532500', '134612.992500', '134613.452500', '134613.912500', '134614.372500', '134614.832500', '134615.292500', '134615.752500', '134616.212500', '134616.672500', '134617.132500', '134617.592500', '134618.052500', '134618.512500', '134618.972500', '134619.432500', '134619.892500', '134620.352500', '134620.812500', '134621.272500', '134621.732500', '134622.192500', '134622.652500', '134623.112500', '134623.572500', '134624.032500', '134624.492500', '134624.952500', '134625.412500', '134625.872500', '134626.332500', '134626.792500', '134627.252500', '134627.712500', '134628.172500', '134628.632500', '134629.092500', '134629.552500', '134630.012500', '134630.472500', '134630.932500', '134631.392500', '134631.852500', '134632.312500', '134632.772500', '134633.232500', '134633.692500', '134634.152500', '134634.612500', '134635.072500', '134635.532500', '134635.992500', '134636.452500', '134636.912500', '134637.372500', '134637.832500', '134638.292500', '134638.752500', '134639.212500', '134639.672500', '134640.132500', '134640.592500', '134641.052500', '134641.512500', '134641.972500', '134642.432500', '134642.892500', '134643.352500', '134643.812500', '134644.272500', '134644.732500', '134645.192500', '134645.652500', '134646.112500', '134646.572500', '134647.032500', '134647.492500', '134647.952500', '134648.412500', '134648.872500', '134649.332500', '134649.792500', '134650.252500', '134650.712500', '134651.172500', '134651.632500', '134652.092500', '134652.552500', '134653.012500', '134653.472500', '134653.932500', '134654.392500', '134654.852500', '134655.312500', '134655.772500', '134656.232500', '134656.692500', '134657.152500', '134657.612500', '134658.072500', '134658.532500', '134658.992500', '134659.452500', '134659.912500', '134700.372500', '134700.832500', '134701.292500', '134701.752500', '134702.212500', '134702.672500', '134703.132500', '134703.592500', '134704.052500', '134704.512500', '134704.972500', '134705.432500', '134705.892500', '134706.352500', '134706.812500', '134707.272500', '134707.732500', '134708.192500', '134708.652500', '134709.112500', '134709.572500', '134710.032500', '134710.492500', '134710.952500', '134711.412500', '134711.872500', '134712.332500', '134712.792500', '134713.252500', '134713.712500', '134714.172500', '134714.632500', '134715.092500', '134715.552500', '134716.012500', '134716.472500', '134716.932500', '134717.392500', '134717.852500', '134718.312500', '134718.772500', '134719.232500', '134719.692500', '134720.152500', '134720.612500', '134721.072500', '134721.532500', '134721.992500', '134722.452500', '134722.912500', '134723.372500', '134723.832500', '134724.292500', '134724.752500', '134725.212500', '134725.672500', '134726.132500', '134726.592500', '134727.052500', '134727.512500', '134727.972500', '134728.432500', '134728.892500', '134729.352500', '134729.812500', '134730.272500', '134730.732500', '134731.192500', '134731.652500', '134732.112500', '134732.572500', '134733.032500', '134733.492500', '134733.952500', '134734.412500', '134734.872500', '134735.332500', '134735.792500', '134736.252500', '134736.712500', '134737.172500', '134737.632500', '134738.092500', '134738.552500', '134739.012500', '134739.472500', '134739.932500', '134740.392500', '134740.852500', '134741.312500', '134741.772500', '134742.232500', '134742.692500', '134743.152500', '134743.612500', '134744.072500', '134744.532500', '134744.992500', '134745.452500', '134745.912500', '134746.372500', '134746.832500', '134747.292500', '134747.752500', '134748.212500', '134748.672500', '134749.132500', '134749.592500', '134750.052500', '134750.512500', '134750.972500', '134751.432500', '134751.892500', '134752.352500', '134752.812500', '134753.272500', '134753.732500', '134754.192500', '134754.652500', '134755.112500', '134755.572500', '134756.032500', '134756.492500', '134756.952500', '134757.412500', '134757.872500', '134758.332500', '134758.792500', '134759.252500', '134759.712500', '134800.172500', '134800.632500', '134801.092500', '134801.552500', '134802.012500', '134802.472500', '134802.932500', '134803.392500', '134803.852500', '134804.312500', '134804.772500', '134805.232500', '134805.692500', '134806.152500', '134806.612500', '134807.072500', '134807.532500', '134807.992500', '134808.452500', '134808.912500', '134809.372500', '134809.832500', '134810.292500', '134810.752500', '134811.212500', '134811.672500', '134812.132500', '134812.592500', '134813.052500', '134813.512500', '134813.972500', '134814.432500', '134814.892500', '134815.352500', '134815.812500', '134816.272500', '134816.732500', '134817.192500', '134817.652500', '134818.112500', '134818.572500', '134819.032500', '134819.492500', '134819.952500', '134820.412500', '134820.872500', '134821.332500', '134821.792500', '134822.252500', '134822.712500', '134823.172500', '134823.632500', '134824.092500', '134824.552500', '134825.012500', '134825.472500', '134825.932500', '134826.392500', '134826.852500', '134827.312500', '134827.772500', '134828.232500', '134828.692500', '134829.152500', '134829.612500', '134830.072500', '134830.532500', '134830.992500', '134831.452500', '134831.912500', '134832.372500', '134832.832500', '134833.292500', '134833.752500', '134834.212500', '134834.672500', '134835.132500', '134835.592500', '134836.052500', '134836.512500', '134836.972500', '134837.432500', '134837.892500', '134838.352500', '134838.812500', '134839.272500', '134839.732500', '134840.192500', '134840.652500', '134841.112500', '134841.572500', '134842.032500', '134842.492500', '134842.952500', '134843.412500', '134843.872500', '134844.332500', '134844.792500', '134845.252500', '134845.712500', '134846.172500', '134846.632500', '134847.092500', '134847.552500', '134848.012500', '134848.472500', '134848.932500', '134849.392500', '134849.852500', '134850.312500', '134850.772500', '134851.232500', '134851.692500', '134852.152500', '134852.612500', '134853.072500', '134853.532500', '134853.992500', '134854.452500', '134854.912500', '134855.372500', '134855.832500', '134856.292500', '134856.752500', '134857.212500', '134857.672500', '134858.132500', '134858.592500', '134859.052500'], 'ContentTime': ['134228.289000', '134228.292000', '134228.295000', '134228.297000', '134228.300000', '134228.303000', '134228.305000', '134228.308000', '134228.310000', '134228.313000', '134228.315000', '134228.318000', '134228.321000', '134228.323000', '134228.326000', '134228.328000', '134228.331000', '134228.333000', '134228.336000', '134228.338000', '134248.255000', '134248.258000', '134248.261000', '134248.263000', '134248.276000', '134248.278000', '134248.281000', '134248.283000', '134248.286000', '134248.288000', '134248.291000', '134248.294000', '134248.296000', '134248.299000', '134248.301000', '134248.304000', '134248.306000', '134248.310000', '134248.313000', '134248.316000', '134248.318000', '134248.327000', '134248.330000', '134248.332000', '134248.335000', '134248.337000', '134248.340000', '134248.342000', '134248.345000', '134248.348000', '134248.350000', '134248.353000', '134248.355000', '134248.358000', '134248.360000', '134248.368000', '134248.370000', '134248.373000', '134248.376000', '134248.378000', '134248.381000', '134248.383000', '134248.386000', '134308.256000', '134308.258000', '134308.261000', '134308.264000', '134308.266000', '134308.269000', '134308.271000', '134308.274000', '134308.276000', '134308.279000', '134308.282000', '134308.284000', '134308.287000', '134308.289000', '134308.292000', '134308.294000', '134308.297000', '134308.299000', '134308.302000', '134308.305000', '134308.307000', '134308.310000', '134308.312000', '134308.315000', '134308.318000', '134308.320000', '134308.323000', '134308.325000', '134308.328000', '134308.330000', '134308.333000', '134308.336000', '134308.338000', '134308.341000', '134308.343000', '134308.346000', '134308.348000', '134308.351000', '134308.354000', '134308.356000', '134308.359000', '134308.361000', '134308.364000', '134308.366000', '134328.257000', '134328.259000', '134328.262000', '134328.265000', '134328.267000', '134328.270000', '134328.272000', '134328.275000', '134328.278000', '134328.280000', '134328.283000', '134328.285000', '134328.288000', '134328.291000', '134328.293000', '134328.296000', '134328.298000', '134328.301000', '134328.303000', '134328.306000', '134328.309000', '134328.311000', '134328.314000', '134328.316000', '134328.319000', '134328.322000', '134328.324000', '134328.327000', '134328.329000', '134328.332000', '134328.335000', '134328.337000', '134328.340000', '134328.367000', '134328.369000', '134328.372000', '134328.374000', '134328.377000', '134328.380000', '134328.382000', '134328.385000', '134328.387000', '134328.390000', '134348.256000', '134348.266000', '134348.269000', '134348.271000', '134348.274000', '134348.277000', '134348.279000', '134348.282000', '134348.285000', '134348.287000', '134348.290000', '134348.292000', '134348.295000', '134348.298000', '134348.300000', '134348.303000', '134348.305000', '134348.308000', '134348.310000', '134348.313000', '134348.316000', '134348.318000', '134348.321000', '134348.323000', '134348.326000', '134348.329000', '134348.331000', '134348.334000', '134348.336000', '134348.339000', '134348.341000', '134348.344000', '134348.347000', '134348.349000', '134348.352000', '134348.355000', '134348.357000', '134348.360000', '134348.362000', '134348.365000', '134348.368000', '134348.370000', '134348.373000', '134348.375000', '134408.256000', '134408.259000', '134408.267000', '134408.270000', '134408.273000', '134408.275000', '134408.278000', '134408.280000', '134408.283000', '134408.285000', '134408.288000', '134408.291000', '134408.293000', '134408.296000', '134408.299000', '134408.301000', '134408.304000', '134408.306000', '134408.309000', '134408.312000', '134408.314000', '134408.317000', '134408.320000', '134408.322000', '134408.325000', '134408.328000', '134408.330000', '134408.333000', '134408.336000', '134408.338000', '134408.341000', '134408.343000', '134408.347000', '134408.350000', '134408.353000', '134408.355000', '134408.358000', '134408.361000', '134408.363000', '134408.366000', '134408.368000', '134408.371000', '134408.374000', '134428.257000', '134428.259000', '134428.262000', '134428.265000', '134428.267000', '134428.270000', '134428.272000', '134428.275000', '134428.278000', '134428.280000', '134428.283000', '134428.285000', '134428.288000', '134428.290000', '134428.293000', '134428.296000', '134428.298000', '134428.301000', '134428.303000', '134428.306000', '134428.309000', '134428.311000', '134428.314000', '134428.317000', '134428.319000', '134428.322000', '134428.324000', '134428.327000', '134428.330000', '134428.332000', '134428.335000', '134428.337000', '134428.340000', '134428.343000', '134428.345000', '134428.348000', '134428.350000', '134428.353000', '134428.356000', '134428.358000', '134428.361000', '134428.363000', '134428.366000', '134428.368000', '134448.255000', '134448.258000', '134448.261000', '134448.264000', '134448.266000', '134448.269000', '134448.271000', '134448.274000', '134448.277000', '134448.279000', '134448.282000', '134448.284000', '134448.287000', '134448.290000', '134448.292000', '134448.295000', '134448.298000', '134448.300000', '134448.303000', '134448.305000', '134448.308000', '134448.311000', '134448.313000', '134448.316000', '134448.318000', '134448.321000', '134448.324000', '134448.326000', '134448.329000', '134448.331000', '134448.334000', '134448.337000', '134448.339000', '134448.342000', '134448.344000', '134448.347000', '134448.350000', '134448.352000', '134448.355000', '134448.357000', '134448.360000', '134448.363000', '134448.365000', '134508.256000', '134508.259000', '134508.261000', '134508.264000', '134508.266000', '134508.269000', '134508.272000', '134508.274000', '134508.277000', '134508.280000', '134508.282000', '134508.285000', '134508.287000', '134508.290000', '134508.292000', '134508.300000', '134508.303000', '134508.306000', '134508.308000', '134508.311000', '134508.314000', '134508.316000', '134508.319000', '134508.322000', '134508.324000', '134508.327000', '134508.329000', '134508.332000', '134508.334000', '134508.337000', '134508.340000', '134508.342000', '134508.345000', '134508.348000', '134508.350000', '134508.353000', '134508.355000', '134508.358000', '134508.361000', '134508.363000', '134508.366000', '134508.368000', '134508.371000', '134508.374000', '134528.256000', '134528.258000', '134528.261000', '134528.264000', '134528.266000', '134528.269000', '134528.271000', '134528.274000', '134528.277000', '134528.279000', '134528.282000', '134528.284000', '134528.287000', '134528.289000', '134528.292000', '134528.295000', '134528.297000', '134528.300000', '134528.303000', '134528.305000', '134528.308000', '134528.310000', '134528.313000', '134528.316000', '134528.318000', '134528.321000', '134528.323000', '134528.326000', '134528.329000', '134528.331000', '134528.334000', '134528.336000', '134528.339000', '134528.341000', '134528.344000', '134528.347000', '134528.349000', '134528.352000', '134528.354000', '134528.357000', '134528.360000', '134528.362000', '134528.365000', '134548.256000', '134548.259000', '134548.262000', '134548.264000', '134548.267000', '134548.270000', '134548.272000', '134548.275000', '134548.277000', '134548.280000', '134548.283000', '134548.285000', '134548.288000', '134548.290000', '134548.293000', '134548.296000', '134548.298000', '134548.301000', '134548.303000', '134548.306000', '134548.309000', '134548.311000', '134548.314000', '134548.317000', '134548.319000', '134548.322000', '134548.324000', '134548.327000', '134548.330000', '134548.332000', '134548.335000', '134548.337000', '134548.340000', '134548.343000', '134548.345000', '134548.348000', '134548.350000', '134548.353000', '134548.355000', '134548.358000', '134548.361000', '134548.363000', '134548.366000', '134548.368000', '134608.256000', '134608.259000', '134608.262000', '134608.264000', '134608.267000', '134608.270000', '134608.272000', '134608.275000', '134608.277000', '134608.280000', '134608.282000', '134608.285000', '134608.288000', '134608.290000', '134608.293000', '134608.296000', '134608.298000', '134608.301000', '134608.303000', '134608.306000', '134608.319000', '134608.321000', '134608.324000', '134608.326000', '134608.329000', '134608.332000', '134608.334000', '134608.337000', '134608.339000', '134608.342000', '134608.345000', '134608.347000', '134608.350000', '134608.352000', '134608.355000', '134608.357000', '134608.360000', '134608.363000', '134608.365000', '134608.368000', '134608.370000', '134608.373000', '134608.376000', '134628.256000', '134628.259000', '134628.262000', '134628.264000', '134628.267000', '134628.270000', '134628.272000', '134628.275000', '134628.277000', '134628.280000', '134628.283000', '134628.285000', '134628.288000', '134628.290000', '134628.293000', '134628.296000', '134628.298000', '134628.301000', '134628.304000', '134628.306000', '134628.309000', '134628.311000', '134628.314000', '134628.317000', '134628.319000', '134628.322000', '134628.324000', '134628.327000', '134628.330000', '134628.333000', '134628.335000', '134628.338000', '134628.340000', '134628.343000', '134628.345000', '134628.348000', '134628.351000', '134628.353000', '134628.356000', '134628.358000', '134628.361000', '134628.364000', '134628.366000', '134628.369000', '134648.256000', '134648.259000', '134648.262000', '134648.264000', '134648.267000', '134648.269000', '134648.272000', '134648.275000', '134648.277000', '134648.280000', '134648.283000', '134648.285000', '134648.288000', '134648.290000', '134648.293000', '134648.295000', '134648.298000', '134648.301000', '134648.303000', '134648.306000', '134648.308000', '134648.311000', '134648.314000', '134648.316000', '134648.319000', '134648.321000', '134648.324000', '134648.327000', '134648.329000', '134648.332000', '134648.334000', '134648.337000', '134648.340000', '134648.342000', '134648.345000', '134648.347000', '134648.350000', '134648.353000', '134648.355000', '134648.358000', '134648.360000', '134648.363000', '134648.366000', '134708.256000', '134708.258000', '134708.261000', '134708.263000', '134708.266000', '134708.269000', '134708.271000', '134708.274000', '134708.276000', '134708.279000', '134708.281000', '134708.284000', '134708.287000', '134708.289000', '134708.292000', '134708.294000', '134708.297000', '134708.300000', '134708.302000', '134708.305000', '134708.307000', '134708.310000', '134708.313000', '134708.315000', '134708.318000', '134708.320000', '134708.323000', '134708.326000', '134708.328000', '134708.331000', '134708.333000', '134708.336000', '134708.339000', '134708.341000', '134708.344000', '134708.346000', '134708.349000', '134708.352000', '134708.354000', '134708.357000', '134708.359000', '134708.362000', '134708.364000', '134708.367000', '134728.256000', '134728.258000', '134728.261000', '134728.264000', '134728.266000', '134728.269000', '134728.271000', '134728.274000', '134728.277000', '134728.279000', '134728.282000', '134728.284000', '134728.287000', '134728.289000', '134728.292000', '134728.295000', '134728.297000', '134728.300000', '134728.303000', '134728.305000', '134728.308000', '134728.310000', '134728.313000', '134728.316000', '134728.319000', '134728.321000', '134728.324000', '134728.327000', '134728.329000', '134728.332000', '134728.334000', '134728.337000', '134728.340000', '134728.342000', '134728.345000', '134728.347000', '134728.350000', '134728.353000', '134728.355000', '134728.358000', '134728.360000', '134728.363000', '134728.366000', '134748.256000', '134748.259000', '134748.261000', '134748.264000', '134748.266000', '134748.269000', '134748.272000', '134748.274000', '134748.277000', '134748.280000', '134748.283000', '134748.286000', '134748.289000', '134748.291000', '134748.294000', '134748.296000', '134748.299000', '134748.302000', '134748.304000', '134748.307000', '134748.310000', '134748.312000', '134748.315000', '134748.317000', '134748.320000', '134748.323000', '134748.325000', '134748.328000', '134748.330000', '134748.333000', '134748.336000', '134748.338000', '134748.341000', '134748.344000', '134748.346000', '134748.349000', '134748.351000', '134748.354000', '134748.357000', '134748.359000', '134748.362000', '134748.365000', '134748.367000', '134808.256000', '134808.259000', '134808.262000', '134808.265000', '134808.267000', '134808.270000', '134808.272000', '134808.275000', '134808.277000', '134808.280000', '134808.283000', '134808.285000', '134808.288000', '134808.290000', '134808.293000', '134808.296000', '134808.298000', '134808.301000', '134808.303000', '134808.306000', '134808.308000', '134808.311000', '134808.325000', '134808.328000', '134808.331000', '134808.333000', '134808.336000', '134808.338000', '134808.341000', '134808.344000', '134808.346000', '134808.349000', '134808.351000', '134808.354000', '134808.357000', '134808.359000', '134808.362000', '134808.364000', '134808.367000', '134808.370000', '134808.372000', '134808.375000', '134808.379000', '134808.382000', '134828.256000', '134828.259000', '134828.262000', '134828.265000', '134828.268000', '134828.270000', '134828.273000', '134828.275000', '134828.278000', '134828.280000', '134828.283000', '134828.286000', '134828.288000', '134828.291000', '134828.293000', '134828.296000', '134828.299000', '134828.301000', '134828.304000', '134828.306000', '134828.309000', '134828.311000', '134828.314000', '134828.317000', '134828.319000', '134828.322000', '134828.325000', '134828.327000', '134828.330000', '134828.332000', '134828.335000', '134828.337000', '134828.340000', '134828.343000', '134828.345000', '134828.348000', '134828.350000', '134828.353000', '134828.356000', '134828.358000', '134828.361000', '134828.363000', '134828.366000', '134848.257000', '134848.260000', '134848.262000', '134848.265000', '134848.267000', '134848.270000', '134848.273000', '134848.275000', '134848.278000', '134848.280000', '134848.283000', '134848.285000', '134848.288000', '134848.291000', '134848.293000', '134848.296000', '134848.299000', '134848.301000', '134848.304000', '134848.306000', '134848.309000', '134848.311000', '134848.314000', '134848.317000', '134848.319000', '134848.322000', '134848.325000', '134848.327000', '134848.330000', '134848.332000', '134848.335000', '134848.338000', '134848.340000', '134848.343000', '134848.345000', '134848.348000', '134848.351000', '134848.353000', '134848.356000', '134848.358000', '134848.361000', '134848.363000', '134848.366000', '134848.369000', '134859.984000', '134859.987000', '134859.990000', '134859.993000', '134859.995000', '134859.998000', '134900.001000', '134900.004000', '134900.006000', '134900.009000', '134900.017000', '134900.020000', '134900.022000', '134900.025000', '134900.028000', '134900.031000', '134900.033000', '134900.036000', '134900.039000', '134900.041000', '134900.044000', '134900.046000', '134900.049000', '134900.052000', '134900.055000', '134900.058000'], 'InstanceCreationTime': ['134228.289000', '134228.292000', '134228.295000', '134228.297000', '134228.300000', '134228.303000', '134228.305000', '134228.308000', '134228.310000', '134228.313000', '134228.315000', '134228.318000', '134228.321000', '134228.323000', '134228.326000', '134228.328000', '134228.331000', '134228.333000', '134228.336000', '134228.338000', '134248.255000', '134248.258000', '134248.261000', '134248.263000', '134248.276000', '134248.278000', '134248.281000', '134248.283000', '134248.286000', '134248.288000', '134248.291000', '134248.294000', '134248.296000', '134248.299000', '134248.301000', '134248.304000', '134248.306000', '134248.310000', '134248.313000', '134248.316000', '134248.318000', '134248.327000', '134248.330000', '134248.332000', '134248.335000', '134248.337000', '134248.340000', '134248.342000', '134248.345000', '134248.348000', '134248.350000', '134248.353000', '134248.355000', '134248.358000', '134248.360000', '134248.368000', '134248.370000', '134248.373000', '134248.376000', '134248.378000', '134248.381000', '134248.383000', '134248.386000', '134308.256000', '134308.258000', '134308.261000', '134308.264000', '134308.266000', '134308.269000', '134308.271000', '134308.274000', '134308.276000', '134308.279000', '134308.282000', '134308.284000', '134308.287000', '134308.289000', '134308.292000', '134308.294000', '134308.297000', '134308.299000', '134308.302000', '134308.305000', '134308.307000', '134308.310000', '134308.312000', '134308.315000', '134308.318000', '134308.320000', '134308.323000', '134308.325000', '134308.328000', '134308.330000', '134308.333000', '134308.336000', '134308.338000', '134308.341000', '134308.343000', '134308.346000', '134308.348000', '134308.351000', '134308.354000', '134308.356000', '134308.359000', '134308.361000', '134308.364000', '134308.366000', '134328.257000', '134328.259000', '134328.262000', '134328.265000', '134328.267000', '134328.270000', '134328.272000', '134328.275000', '134328.278000', '134328.280000', '134328.283000', '134328.285000', '134328.288000', '134328.291000', '134328.293000', '134328.296000', '134328.298000', '134328.301000', '134328.303000', '134328.306000', '134328.309000', '134328.311000', '134328.314000', '134328.316000', '134328.319000', '134328.322000', '134328.324000', '134328.327000', '134328.329000', '134328.332000', '134328.335000', '134328.337000', '134328.340000', '134328.367000', '134328.369000', '134328.372000', '134328.374000', '134328.377000', '134328.380000', '134328.382000', '134328.385000', '134328.387000', '134328.390000', '134348.256000', '134348.266000', '134348.269000', '134348.271000', '134348.274000', '134348.277000', '134348.279000', '134348.282000', '134348.285000', '134348.287000', '134348.290000', '134348.292000', '134348.295000', '134348.298000', '134348.300000', '134348.303000', '134348.305000', '134348.308000', '134348.310000', '134348.313000', '134348.316000', '134348.318000', '134348.321000', '134348.323000', '134348.326000', '134348.329000', '134348.331000', '134348.334000', '134348.336000', '134348.339000', '134348.341000', '134348.344000', '134348.347000', '134348.349000', '134348.352000', '134348.355000', '134348.357000', '134348.360000', '134348.362000', '134348.365000', '134348.368000', '134348.370000', '134348.373000', '134348.375000', '134408.256000', '134408.259000', '134408.267000', '134408.270000', '134408.273000', '134408.275000', '134408.278000', '134408.280000', '134408.283000', '134408.285000', '134408.288000', '134408.291000', '134408.293000', '134408.296000', '134408.299000', '134408.301000', '134408.304000', '134408.306000', '134408.309000', '134408.312000', '134408.314000', '134408.317000', '134408.320000', '134408.322000', '134408.325000', '134408.328000', '134408.330000', '134408.333000', '134408.336000', '134408.338000', '134408.341000', '134408.343000', '134408.347000', '134408.350000', '134408.353000', '134408.355000', '134408.358000', '134408.361000', '134408.363000', '134408.366000', '134408.368000', '134408.371000', '134408.374000', '134428.257000', '134428.259000', '134428.262000', '134428.265000', '134428.267000', '134428.270000', '134428.272000', '134428.275000', '134428.278000', '134428.280000', '134428.283000', '134428.285000', '134428.288000', '134428.290000', '134428.293000', '134428.296000', '134428.298000', '134428.301000', '134428.303000', '134428.306000', '134428.309000', '134428.311000', '134428.314000', '134428.317000', '134428.319000', '134428.322000', '134428.324000', '134428.327000', '134428.330000', '134428.332000', '134428.335000', '134428.337000', '134428.340000', '134428.343000', '134428.345000', '134428.348000', '134428.350000', '134428.353000', '134428.356000', '134428.358000', '134428.361000', '134428.363000', '134428.366000', '134428.368000', '134448.255000', '134448.258000', '134448.261000', '134448.264000', '134448.266000', '134448.269000', '134448.271000', '134448.274000', '134448.277000', '134448.279000', '134448.282000', '134448.284000', '134448.287000', '134448.290000', '134448.292000', '134448.295000', '134448.298000', '134448.300000', '134448.303000', '134448.305000', '134448.308000', '134448.311000', '134448.313000', '134448.316000', '134448.318000', '134448.321000', '134448.324000', '134448.326000', '134448.329000', '134448.331000', '134448.334000', '134448.337000', '134448.339000', '134448.342000', '134448.344000', '134448.347000', '134448.350000', '134448.352000', '134448.355000', '134448.357000', '134448.360000', '134448.363000', '134448.365000', '134508.256000', '134508.259000', '134508.261000', '134508.264000', '134508.266000', '134508.269000', '134508.272000', '134508.274000', '134508.277000', '134508.280000', '134508.282000', '134508.285000', '134508.287000', '134508.290000', '134508.292000', '134508.300000', '134508.303000', '134508.306000', '134508.308000', '134508.311000', '134508.314000', '134508.316000', '134508.319000', '134508.322000', '134508.324000', '134508.327000', '134508.329000', '134508.332000', '134508.334000', '134508.337000', '134508.340000', '134508.342000', '134508.345000', '134508.348000', '134508.350000', '134508.353000', '134508.355000', '134508.358000', '134508.361000', '134508.363000', '134508.366000', '134508.368000', '134508.371000', '134508.374000', '134528.256000', '134528.258000', '134528.261000', '134528.264000', '134528.266000', '134528.269000', '134528.271000', '134528.274000', '134528.277000', '134528.279000', '134528.282000', '134528.284000', '134528.287000', '134528.289000', '134528.292000', '134528.295000', '134528.297000', '134528.300000', '134528.303000', '134528.305000', '134528.308000', '134528.310000', '134528.313000', '134528.316000', '134528.318000', '134528.321000', '134528.323000', '134528.326000', '134528.329000', '134528.331000', '134528.334000', '134528.336000', '134528.339000', '134528.341000', '134528.344000', '134528.347000', '134528.349000', '134528.352000', '134528.354000', '134528.357000', '134528.360000', '134528.362000', '134528.365000', '134548.256000', '134548.259000', '134548.262000', '134548.264000', '134548.267000', '134548.270000', '134548.272000', '134548.275000', '134548.277000', '134548.280000', '134548.283000', '134548.285000', '134548.288000', '134548.290000', '134548.293000', '134548.296000', '134548.298000', '134548.301000', '134548.303000', '134548.306000', '134548.309000', '134548.311000', '134548.314000', '134548.317000', '134548.319000', '134548.322000', '134548.324000', '134548.327000', '134548.330000', '134548.332000', '134548.335000', '134548.337000', '134548.340000', '134548.343000', '134548.345000', '134548.348000', '134548.350000', '134548.353000', '134548.355000', '134548.358000', '134548.361000', '134548.363000', '134548.366000', '134548.368000', '134608.256000', '134608.259000', '134608.262000', '134608.264000', '134608.267000', '134608.270000', '134608.272000', '134608.275000', '134608.277000', '134608.280000', '134608.282000', '134608.285000', '134608.288000', '134608.290000', '134608.293000', '134608.296000', '134608.298000', '134608.301000', '134608.303000', '134608.306000', '134608.319000', '134608.321000', '134608.324000', '134608.326000', '134608.329000', '134608.332000', '134608.334000', '134608.337000', '134608.339000', '134608.342000', '134608.345000', '134608.347000', '134608.350000', '134608.352000', '134608.355000', '134608.357000', '134608.360000', '134608.363000', '134608.365000', '134608.368000', '134608.370000', '134608.373000', '134608.376000', '134628.256000', '134628.259000', '134628.262000', '134628.264000', '134628.267000', '134628.270000', '134628.272000', '134628.275000', '134628.277000', '134628.280000', '134628.283000', '134628.285000', '134628.288000', '134628.290000', '134628.293000', '134628.296000', '134628.298000', '134628.301000', '134628.304000', '134628.306000', '134628.309000', '134628.311000', '134628.314000', '134628.317000', '134628.319000', '134628.322000', '134628.324000', '134628.327000', '134628.330000', '134628.333000', '134628.335000', '134628.338000', '134628.340000', '134628.343000', '134628.345000', '134628.348000', '134628.351000', '134628.353000', '134628.356000', '134628.358000', '134628.361000', '134628.364000', '134628.366000', '134628.369000', '134648.256000', '134648.259000', '134648.262000', '134648.264000', '134648.267000', '134648.269000', '134648.272000', '134648.275000', '134648.277000', '134648.280000', '134648.283000', '134648.285000', '134648.288000', '134648.290000', '134648.293000', '134648.295000', '134648.298000', '134648.301000', '134648.303000', '134648.306000', '134648.308000', '134648.311000', '134648.314000', '134648.316000', '134648.319000', '134648.321000', '134648.324000', '134648.327000', '134648.329000', '134648.332000', '134648.334000', '134648.337000', '134648.340000', '134648.342000', '134648.345000', '134648.347000', '134648.350000', '134648.353000', '134648.355000', '134648.358000', '134648.360000', '134648.363000', '134648.366000', '134708.256000', '134708.258000', '134708.261000', '134708.263000', '134708.266000', '134708.269000', '134708.271000', '134708.274000', '134708.276000', '134708.279000', '134708.281000', '134708.284000', '134708.287000', '134708.289000', '134708.292000', '134708.294000', '134708.297000', '134708.300000', '134708.302000', '134708.305000', '134708.307000', '134708.310000', '134708.313000', '134708.315000', '134708.318000', '134708.320000', '134708.323000', '134708.326000', '134708.328000', '134708.331000', '134708.333000', '134708.336000', '134708.339000', '134708.341000', '134708.344000', '134708.346000', '134708.349000', '134708.352000', '134708.354000', '134708.357000', '134708.359000', '134708.362000', '134708.364000', '134708.367000', '134728.256000', '134728.258000', '134728.261000', '134728.264000', '134728.266000', '134728.269000', '134728.271000', '134728.274000', '134728.277000', '134728.279000', '134728.282000', '134728.284000', '134728.287000', '134728.289000', '134728.292000', '134728.295000', '134728.297000', '134728.300000', '134728.303000', '134728.305000', '134728.308000', '134728.310000', '134728.313000', '134728.316000', '134728.319000', '134728.321000', '134728.324000', '134728.327000', '134728.329000', '134728.332000', '134728.334000', '134728.337000', '134728.340000', '134728.342000', '134728.345000', '134728.347000', '134728.350000', '134728.353000', '134728.355000', '134728.358000', '134728.360000', '134728.363000', '134728.366000', '134748.256000', '134748.259000', '134748.261000', '134748.264000', '134748.266000', '134748.269000', '134748.272000', '134748.274000', '134748.277000', '134748.280000', '134748.283000', '134748.286000', '134748.289000', '134748.291000', '134748.294000', '134748.296000', '134748.299000', '134748.302000', '134748.304000', '134748.307000', '134748.310000', '134748.312000', '134748.315000', '134748.317000', '134748.320000', '134748.323000', '134748.325000', '134748.328000', '134748.330000', '134748.333000', '134748.336000', '134748.338000', '134748.341000', '134748.344000', '134748.346000', '134748.349000', '134748.351000', '134748.354000', '134748.357000', '134748.359000', '134748.362000', '134748.365000', '134748.367000', '134808.256000', '134808.259000', '134808.262000', '134808.265000', '134808.267000', '134808.270000', '134808.272000', '134808.275000', '134808.277000', '134808.280000', '134808.283000', '134808.285000', '134808.288000', '134808.290000', '134808.293000', '134808.296000', '134808.298000', '134808.301000', '134808.303000', '134808.306000', '134808.308000', '134808.311000', '134808.325000', '134808.328000', '134808.331000', '134808.333000', '134808.336000', '134808.338000', '134808.341000', '134808.344000', '134808.346000', '134808.349000', '134808.351000', '134808.354000', '134808.357000', '134808.359000', '134808.362000', '134808.364000', '134808.367000', '134808.370000', '134808.372000', '134808.375000', '134808.379000', '134808.382000', '134828.256000', '134828.259000', '134828.262000', '134828.265000', '134828.268000', '134828.270000', '134828.273000', '134828.275000', '134828.278000', '134828.280000', '134828.283000', '134828.286000', '134828.288000', '134828.291000', '134828.293000', '134828.296000', '134828.299000', '134828.301000', '134828.304000', '134828.306000', '134828.309000', '134828.311000', '134828.314000', '134828.317000', '134828.319000', '134828.322000', '134828.325000', '134828.327000', '134828.330000', '134828.332000', '134828.335000', '134828.337000', '134828.340000', '134828.343000', '134828.345000', '134828.348000', '134828.350000', '134828.353000', '134828.356000', '134828.358000', '134828.361000', '134828.363000', '134828.366000', '134848.257000', '134848.260000', '134848.262000', '134848.265000', '134848.267000', '134848.270000', '134848.273000', '134848.275000', '134848.278000', '134848.280000', '134848.283000', '134848.285000', '134848.288000', '134848.291000', '134848.293000', '134848.296000', '134848.299000', '134848.301000', '134848.304000', '134848.306000', '134848.309000', '134848.311000', '134848.314000', '134848.317000', '134848.319000', '134848.322000', '134848.325000', '134848.327000', '134848.330000', '134848.332000', '134848.335000', '134848.338000', '134848.340000', '134848.343000', '134848.345000', '134848.348000', '134848.351000', '134848.353000', '134848.356000', '134848.358000', '134848.361000', '134848.363000', '134848.366000', '134848.369000', '134859.984000', '134859.987000', '134859.990000', '134859.993000', '134859.995000', '134859.998000', '134900.001000', '134900.004000', '134900.006000', '134900.009000', '134900.017000', '134900.020000', '134900.022000', '134900.025000', '134900.028000', '134900.031000', '134900.033000', '134900.036000', '134900.039000', '134900.041000', '134900.044000', '134900.046000', '134900.049000', '134900.052000', '134900.055000', '134900.058000'], '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': [10192, 10773, 13653, 10694, 16406, 9700, 17615, 12618, 14698, 13089, 9576, 13119, 8757, 17248, 9062, 12384, 11458, 9163, 9286, 9190, 12401, 9165, 14324, 13721, 13483, 15068, 9441, 9669, 8808, 9280, 8927, 9476, 9358, 9287, 9600, 8924, 9484, 8859, 9341, 8587, 8951, 9404, 8929, 9297, 12023, 9712, 15344, 17234, 9284, 9182, 9286, 12505, 9552, 11689, 8629, 9387, 9024, 9021, 8702, 9450, 9041, 9227, 12621, 9124, 11157, 8958, 9323, 8544, 9463, 12356, 9040, 15161, 9275, 13824, 12307, 9531, 9129, 9664, 10681, 9086, 9651, 8956, 9081, 8437, 9238, 8745, 9493, 8910, 9555, 13169, 9267, 14278, 9329, 12670, 9480, 9303, 9258, 8790, 9270, 8803, 9332, 8836, 9217, 8816, 9430, 10880, 9258, 9201, 8454, 9304, 8528, 9815, 8558, 8875, 8776, 9175, 14715, 9125, 11169, 8472, 8712, 8553, 9289, 14003, 8997, 10896, 8505, 9239, 12827, 9384, 13695, 10524, 12945, 9758, 18100, 13047, 12328, 9016, 9413, 8529, 9480, 11279, 9342, 8539, 9313, 9346, 9237, 8834, 9733, 14059, 9133, 9555, 11715, 9747, 14649, 11568, 16587, 9545, 10645, 9488, 9290, 9280, 10452, 8918, 9566, 9026, 9392, 8939, 9982, 8950, 9935, 8828, 8889, 9485, 8800, 9788, 8837, 9882, 10442, 9507, 10892, 9674, 12239, 10027, 12769, 8809, 10482, 11253, 9662, 15033, 8875, 9265, 8280, 9357, 11166, 9411, 12125, 10680, 10900, 13633, 9535, 13464, 9498, 10286, 8463, 8853, 8426, 9174, 8309, 8914, 9691, 9266, 12942, 9227, 11736, 9231, 14886, 9276, 14798, 9260, 12785, 9159, 14025, 10582, 13599, 11304, 13149, 9271, 9263, 9316, 8351, 9263, 13814, 9507, 15208, 9661, 16959, 9587, 14068, 9434, 13416, 9536, 10671, 9784, 8354, 9429, 8344, 9723, 8768, 9503, 8856, 8592, 9744, 9457, 12604, 9342, 12253, 9240, 10736, 9388, 9806, 8980, 8052, 13483, 8820, 9189, 8349, 9259, 8304, 9413, 10801, 9440, 11218, 9514, 13338, 9232, 14928, 11195, 12534, 12158, 11361, 14408, 8976, 9378, 8207, 9618, 8307, 9788, 10433, 9493, 12784, 8611, 10791, 8345, 10261, 11089, 12519, 9295, 14063, 9684, 9383, 8033, 9655, 8245, 9434, 8307, 9768, 8637, 9736, 9165, 8502, 9198, 8567, 9656, 9897, 9487, 10890, 9607, 11009, 9558, 10536, 10460, 11161, 13346, 9530, 9067, 7921, 9526, 8146, 9586, 9441, 9580, 8588, 8619, 9219, 8244, 11237, 10096, 13964, 11545, 9233, 9681, 9322, 12821, 10232, 14407, 9617, 16540, 9376, 12946, 9492, 12928, 9585, 13264, 9203, 11979, 9341, 10749, 9639, 13436, 11443, 9529, 11848, 9788, 11987, 13269, 12680, 16172, 13544, 9634, 8748, 9519, 8625, 9541, 10913, 9775, 15459, 9293, 13392, 9151, 10066, 9385, 11296, 8851, 9179, 8471, 9247, 8410, 9179, 9627, 9374, 11960, 9255, 11574, 8377, 9091, 9249, 13358, 9430, 15497, 8998, 13859, 9082, 11760, 9310, 7920, 9253, 8192, 9000, 9864, 9167, 8135, 8929, 8133, 8964, 9314, 9465, 9670, 9133, 10534, 9236, 12829, 9742, 12421, 14329, 11288, 9835, 9766, 15541, 11098, 18107, 9599, 17346, 9460, 12902, 9288, 13387, 8932, 13087, 9395, 11904, 8669, 8935, 7813, 9305, 10635, 9948, 11393, 15531, 11027, 12385, 9183, 9200, 7984, 9090, 8382, 9370, 8473, 9423, 12093, 8670, 9433, 8588, 9221, 10881, 8497, 9107, 15063, 12455, 16449, 9033, 9076, 8009, 9046, 7867, 9524, 9319, 9291, 14093, 8464, 9218, 8451, 9445, 8300, 9411, 8504, 9310, 8474, 9241, 8443, 9359, 12073, 9641, 14531, 9464, 13696, 9892, 13834, 9522, 13505, 10429, 13869, 9486, 11058, 9319, 12592, 9430, 8993, 9377, 8297, 9290, 8998, 9135, 13645, 9351, 10747, 9465, 12827, 9451, 14945, 9332, 11728, 9625, 15309, 9614, 15594, 8774, 9450, 8015, 9290, 11584, 9593, 16072, 9505, 15656, 9595, 12642, 9644, 9194, 9703, 8412, 9516, 10465, 9423, 9645, 8410, 9374, 10546, 9191, 8296, 9351, 10839, 10420, 10287, 13031, 9315, 14286, 9679, 14787, 9481, 11505, 8866, 9493, 8289, 9525, 9038, 11365, 8984, 9603, 9363, 11820, 9521, 13104, 8974, 11484, 9064, 9613, 9268, 8118, 9482, 10104, 9663, 12480, 9446, 8827, 9295, 9874, 15227, 10259, 17679, 9889, 13515, 9885, 10475, 8521, 9016, 8343, 9349, 9035, 9443, 13029, 9790, 11872, 9443, 8416, 9695, 11463, 14139, 11862, 16376, 13207, 13969, 9517, 14769, 9330, 12855, 9783, 13025, 10375, 15889, 9494, 9579, 9362, 13063, 9764, 16095, 11301, 10168, 9551, 7869, 9520, 8169, 9214, 8231, 9367, 8150, 9203, 8409, 9272, 8670, 9448, 8809, 9864, 8289, 9297, 9981, 12087, 9703, 14825, 9660, 13641, 9712, 14701, 11284, 11516, 9329, 8022, 9322, 9689, 15411, 9506, 13049, 9443, 13464, 9495, 11046, 9644, 10165, 9312, 8177, 9193, 8053, 9196, 8401, 9216, 8139, 9430, 8411, 9963, 9461, 15047, 12263, 9976, 9416, 16419, 9650, 13999, 9558, 15759, 9404, 13167, 9633, 10288, 9327, 8789, 11147, 9372, 11483, 9681, 11857, 9448, 9063, 9495, 8267, 9345, 8402, 9376, 8136, 8975, 8359, 9012, 8361, 9319, 8341, 9427, 9914, 14216, 10012, 12722, 9892, 13912, 10126, 13377, 9792, 13438, 9929, 8193, 9729, 11564, 10085, 11210, 9337, 10141, 8665, 9090, 9768, 10344, 17136, 11789, 15767, 11211, 10406, 9605, 9015, 8871, 11373, 9007, 12184, 12846, 11764, 8625, 8453, 8546, 8663, 9499, 8493, 9001, 8992, 8911, 12427, 8824, 13437, 8870, 14075, 8834, 12982, 8950, 11272, 9144, 7939, 9466, 8097, 9164, 7970, 9531, 8115, 9386, 8552, 9049, 8353, 8810, 9331, 15164, 9033, 13546, 8871, 11678, 8965, 8287, 8888, 7894, 9429, 9360, 12675, 8705, 9451, 8910, 9123, 9580, 14787, 9222, 13235, 9045, 15460, 8971, 13495, 9409, 15615, 11374, 13633, 9086, 10415, 15332, 9171, 14996, 9408, 12713, 9279, 10050, 8845, 7841, 9389, 8500, 9453, 9152, 11654, 8809, 9168, 8867, 9026, 8714, 10353, 9248, 10705, 11845, 9828, 15881, 9338, 14142, 10392, 12029, 15498, 9219, 14462, 9201, 11701, 9473, 11143, 9388, 12268, 8354, 9485, 9117, 14243, 9116, 13028, 9157, 10279, 9251, 9380, 14975, 9456, 15064, 9289, 9811, 9162, 7742, 11789, 8939, 17794, 10305, 14391], 'WindowCenter': [3850.0, 3832.0, 3839.0, 3805.0, 3845.0, 3792.0, 3833.0, 3810.0, 3819.0, 3808.0, 3777.0, 3796.0, 3754.0, 3819.0, 3764.0, 3796.0, 3785.0, 3763.0, 3763.0, 3764.0, 3784.0, 3765.0, 3808.0, 3809.0, 3807.0, 3817.0, 3776.0, 3789.0, 3765.0, 3775.0, 3764.0, 3776.0, 3764.0, 3775.0, 3775.0, 3766.0, 3777.0, 3766.0, 3778.0, 3767.0, 3777.0, 3778.0, 3778.0, 3778.0, 3811.0, 3792.0, 3835.0, 3844.0, 3790.0, 3791.0, 3779.0, 3797.0, 3776.0, 3786.0, 3765.0, 3766.0, 3765.0, 3767.0, 3766.0, 3776.0, 3765.0, 3777.0, 3797.0, 3777.0, 3798.0, 3766.0, 3776.0, 3766.0, 3777.0, 3797.0, 3779.0, 3818.0, 3777.0, 3809.0, 3799.0, 3777.0, 3776.0, 3777.0, 3787.0, 3778.0, 3777.0, 3777.0, 3777.0, 3766.0, 3778.0, 3768.0, 3777.0, 3765.0, 3777.0, 3807.0, 3776.0, 3818.0, 3776.0, 3807.0, 3777.0, 3777.0, 3776.0, 3765.0, 3777.0, 3776.0, 3778.0, 3777.0, 3778.0, 3778.0, 3791.0, 3802.0, 3791.0, 3792.0, 3781.0, 3792.0, 3780.0, 3791.0, 3768.0, 3780.0, 3768.0, 3791.0, 3832.0, 3791.0, 3801.0, 3781.0, 3780.0, 3779.0, 3790.0, 3822.0, 3780.0, 3802.0, 3782.0, 3791.0, 3822.0, 3792.0, 3822.0, 3800.0, 3811.0, 3790.0, 3843.0, 3823.0, 3811.0, 3779.0, 3779.0, 3778.0, 3790.0, 3800.0, 3780.0, 3781.0, 3791.0, 3791.0, 3790.0, 3793.0, 3793.0, 3835.0, 3792.0, 3803.0, 3813.0, 3791.0, 3834.0, 3801.0, 3832.0, 3791.0, 3799.0, 3778.0, 3776.0, 3777.0, 3788.0, 3766.0, 3777.0, 3768.0, 3776.0, 3766.0, 3789.0, 3778.0, 3789.0, 3780.0, 3791.0, 3791.0, 3780.0, 3791.0, 3780.0, 3791.0, 3801.0, 3792.0, 3802.0, 3792.0, 3811.0, 3802.0, 3823.0, 3781.0, 3801.0, 3815.0, 3805.0, 3837.0, 3795.0, 3804.0, 3784.0, 3793.0, 3813.0, 3792.0, 3814.0, 3802.0, 3802.0, 3822.0, 3790.0, 3821.0, 3791.0, 3790.0, 3768.0, 3780.0, 3782.0, 3794.0, 3782.0, 3808.0, 3818.0, 3808.0, 3838.0, 3806.0, 3826.0, 3806.0, 3848.0, 3795.0, 3847.0, 3794.0, 3824.0, 3792.0, 3823.0, 3801.0, 3823.0, 3813.0, 3823.0, 3793.0, 3792.0, 3794.0, 3781.0, 3792.0, 3823.0, 3793.0, 3834.0, 3793.0, 3844.0, 3792.0, 3823.0, 3792.0, 3822.0, 3791.0, 3801.0, 3791.0, 3770.0, 3790.0, 3769.0, 3791.0, 3781.0, 3792.0, 3792.0, 3794.0, 3805.0, 3805.0, 3824.0, 3794.0, 3825.0, 3793.0, 3804.0, 3793.0, 3805.0, 3793.0, 3772.0, 3824.0, 3793.0, 3792.0, 3782.0, 3793.0, 3783.0, 3792.0, 3814.0, 3793.0, 3814.0, 3805.0, 3824.0, 3794.0, 3835.0, 3802.0, 3813.0, 3811.0, 3812.0, 3822.0, 3780.0, 3792.0, 3770.0, 3792.0, 3771.0, 3792.0, 3802.0, 3805.0, 3824.0, 3782.0, 3803.0, 3782.0, 3802.0, 3802.0, 3812.0, 3779.0, 3821.0, 3790.0, 3779.0, 3768.0, 3789.0, 3768.0, 3779.0, 3769.0, 3791.0, 3781.0, 3792.0, 3793.0, 3793.0, 3793.0, 3794.0, 3805.0, 3806.0, 3807.0, 3816.0, 3807.0, 3817.0, 3794.0, 3805.0, 3805.0, 3815.0, 3826.0, 3793.0, 3794.0, 3772.0, 3805.0, 3784.0, 3806.0, 3806.0, 3807.0, 3796.0, 3809.0, 3807.0, 3796.0, 3817.0, 3818.0, 3838.0, 3828.0, 3806.0, 3806.0, 3795.0, 3826.0, 3806.0, 3837.0, 3806.0, 3846.0, 3794.0, 3825.0, 3805.0, 3824.0, 3805.0, 3836.0, 3795.0, 3827.0, 3806.0, 3815.0, 3805.0, 3838.0, 3826.0, 3804.0, 3826.0, 3804.0, 3814.0, 3824.0, 3824.0, 3834.0, 3824.0, 3791.0, 3781.0, 3791.0, 3779.0, 3791.0, 3802.0, 3791.0, 3832.0, 3793.0, 3822.0, 3791.0, 3790.0, 3791.0, 3812.0, 3792.0, 3793.0, 3783.0, 3805.0, 3784.0, 3805.0, 3804.0, 3806.0, 3827.0, 3808.0, 3828.0, 3796.0, 3808.0, 3808.0, 3837.0, 3795.0, 3847.0, 3796.0, 3837.0, 3796.0, 3826.0, 3806.0, 3785.0, 3805.0, 3783.0, 3806.0, 3816.0, 3806.0, 3785.0, 3808.0, 3786.0, 3808.0, 3808.0, 3819.0, 3819.0, 3808.0, 3829.0, 3810.0, 3839.0, 3807.0, 3838.0, 3850.0, 3827.0, 3805.0, 3806.0, 3848.0, 3816.0, 3856.0, 3793.0, 3845.0, 3793.0, 3823.0, 3792.0, 3824.0, 3794.0, 3824.0, 3793.0, 3812.0, 3781.0, 3793.0, 3773.0, 3806.0, 3816.0, 3804.0, 3828.0, 3847.0, 3804.0, 3823.0, 3793.0, 3790.0, 3771.0, 3793.0, 3782.0, 3805.0, 3784.0, 3805.0, 3826.0, 3797.0, 3807.0, 3809.0, 3808.0, 3831.0, 3809.0, 3809.0, 3850.0, 3827.0, 3847.0, 3794.0, 3794.0, 3783.0, 3794.0, 3773.0, 3793.0, 3793.0, 3794.0, 3835.0, 3782.0, 3794.0, 3784.0, 3793.0, 3784.0, 3794.0, 3794.0, 3808.0, 3797.0, 3807.0, 3785.0, 3807.0, 3839.0, 3808.0, 3850.0, 3808.0, 3839.0, 3806.0, 3826.0, 3795.0, 3826.0, 3806.0, 3836.0, 3805.0, 3815.0, 3796.0, 3826.0, 3795.0, 3794.0, 3806.0, 3796.0, 3808.0, 3807.0, 3820.0, 3849.0, 3808.0, 3816.0, 3807.0, 3838.0, 3809.0, 3849.0, 3808.0, 3828.0, 3820.0, 3849.0, 3808.0, 3849.0, 3796.0, 3819.0, 3789.0, 3809.0, 3828.0, 3809.0, 3862.0, 3808.0, 3848.0, 3806.0, 3825.0, 3794.0, 3794.0, 3805.0, 3784.0, 3805.0, 3805.0, 3807.0, 3807.0, 3785.0, 3807.0, 3830.0, 3809.0, 3797.0, 3808.0, 3818.0, 3806.0, 3806.0, 3827.0, 3795.0, 3835.0, 3805.0, 3836.0, 3806.0, 3826.0, 3797.0, 3808.0, 3796.0, 3819.0, 3809.0, 3830.0, 3809.0, 3808.0, 3809.0, 3829.0, 3809.0, 3839.0, 3808.0, 3830.0, 3808.0, 3808.0, 3810.0, 3788.0, 3810.0, 3819.0, 3809.0, 3841.0, 3810.0, 3798.0, 3808.0, 3808.0, 3849.0, 3818.0, 3860.0, 3807.0, 3838.0, 3808.0, 3818.0, 3797.0, 3808.0, 3810.0, 3821.0, 3821.0, 3823.0, 3853.0, 3821.0, 3831.0, 3809.0, 3798.0, 3808.0, 3829.0, 3839.0, 3828.0, 3848.0, 3838.0, 3838.0, 3807.0, 3836.0, 3796.0, 3825.0, 3804.0, 3826.0, 3805.0, 3846.0, 3805.0, 3793.0, 3793.0, 3824.0, 3793.0, 3836.0, 3802.0, 3791.0, 3792.0, 3769.0, 3791.0, 3770.0, 3791.0, 3781.0, 3793.0, 3782.0, 3805.0, 3796.0, 3807.0, 3808.0, 3820.0, 3809.0, 3831.0, 3811.0, 3822.0, 3822.0, 3841.0, 3809.0, 3850.0, 3808.0, 3839.0, 3807.0, 3849.0, 3818.0, 3817.0, 3806.0, 3784.0, 3795.0, 3806.0, 3847.0, 3805.0, 3826.0, 3806.0, 3837.0, 3805.0, 3817.0, 3805.0, 3805.0, 3794.0, 3784.0, 3806.0, 3785.0, 3807.0, 3797.0, 3808.0, 3798.0, 3809.0, 3798.0, 3819.0, 3808.0, 3850.0, 3838.0, 3807.0, 3807.0, 3859.0, 3806.0, 3837.0, 3806.0, 3848.0, 3794.0, 3826.0, 3793.0, 3803.0, 3793.0, 3794.0, 3815.0, 3795.0, 3815.0, 3805.0, 3825.0, 3807.0, 3795.0, 3806.0, 3795.0, 3806.0, 3796.0, 3808.0, 3796.0, 3809.0, 3799.0, 3809.0, 3809.0, 3820.0, 3809.0, 3821.0, 3822.0, 3850.0, 3819.0, 3839.0, 3818.0, 3839.0, 3819.0, 3838.0, 3807.0, 3837.0, 3807.0, 3784.0, 3806.0, 3826.0, 3817.0, 3841.0, 3821.0, 3832.0, 3810.0, 3811.0, 3833.0, 3832.0, 3863.0, 3818.0, 3849.0, 3816.0, 3804.0, 3807.0, 3793.0, 3794.0, 3813.0, 3782.0, 3814.0, 3813.0, 3801.0, 3781.0, 3770.0, 3782.0, 3782.0, 3794.0, 3782.0, 3795.0, 3794.0, 3796.0, 3827.0, 3797.0, 3838.0, 3796.0, 3837.0, 3796.0, 3826.0, 3795.0, 3816.0, 3795.0, 3774.0, 3794.0, 3773.0, 3795.0, 3784.0, 3807.0, 3787.0, 3809.0, 3799.0, 3811.0, 3800.0, 3811.0, 3811.0, 3851.0, 3810.0, 3840.0, 3810.0, 3830.0, 3799.0, 3799.0, 3810.0, 3799.0, 3810.0, 3821.0, 3841.0, 3811.0, 3821.0, 3812.0, 3810.0, 3823.0, 3852.0, 3812.0, 3842.0, 3811.0, 3864.0, 3799.0, 3841.0, 3808.0, 3851.0, 3819.0, 3840.0, 3797.0, 3818.0, 3848.0, 3795.0, 3837.0, 3796.0, 3827.0, 3795.0, 3806.0, 3795.0, 3774.0, 3795.0, 3796.0, 3807.0, 3808.0, 3829.0, 3810.0, 3821.0, 3824.0, 3823.0, 3814.0, 3834.0, 3824.0, 3835.0, 3832.0, 3822.0, 3862.0, 3810.0, 3842.0, 3808.0, 3830.0, 3838.0, 3795.0, 3838.0, 3808.0, 3828.0, 3808.0, 3828.0, 3809.0, 3830.0, 3798.0, 3809.0, 3811.0, 3852.0, 3810.0, 3841.0, 3810.0, 3819.0, 3809.0, 3811.0, 3851.0, 3809.0, 3850.0, 3808.0, 3808.0, 3808.0, 3787.0, 3829.0, 3809.0, 3860.0, 3818.0, 3838.0], 'WindowWidth': [8636.0, 8594.0, 8597.0, 8545.0, 8597.0, 8520.0, 8577.0, 8540.0, 8549.0, 8535.0, 8490.0, 8515.0, 8457.0, 8548.0, 8470.0, 8513.0, 8498.0, 8466.0, 8465.0, 8467.0, 8494.0, 8472.0, 8533.0, 8536.0, 8530.0, 8544.0, 8491.0, 8512.0, 8473.0, 8487.0, 8470.0, 8488.0, 8470.0, 8488.0, 8487.0, 8476.0, 8492.0, 8477.0, 8496.0, 8478.0, 8493.0, 8495.0, 8494.0, 8497.0, 8544.0, 8523.0, 8583.0, 8593.0, 8516.0, 8519.0, 8499.0, 8519.0, 8489.0, 8500.0, 8473.0, 8474.0, 8473.0, 8477.0, 8474.0, 8491.0, 8474.0, 8493.0, 8519.0, 8493.0, 8520.0, 8478.0, 8491.0, 8477.0, 8493.0, 8521.0, 8497.0, 8549.0, 8493.0, 8538.0, 8525.0, 8492.0, 8490.0, 8495.0, 8506.0, 8493.0, 8491.0, 8492.0, 8493.0, 8478.0, 8495.0, 8480.0, 8493.0, 8476.0, 8493.0, 8533.0, 8492.0, 8549.0, 8492.0, 8534.0, 8493.0, 8491.0, 8490.0, 8474.0, 8492.0, 8490.0, 8497.0, 8494.0, 8499.0, 8496.0, 8520.0, 8535.0, 8520.0, 8522.0, 8508.0, 8522.0, 8502.0, 8516.0, 8483.0, 8500.0, 8482.0, 8517.0, 8574.0, 8518.0, 8530.0, 8505.0, 8502.0, 8499.0, 8515.0, 8561.0, 8504.0, 8534.0, 8507.0, 8518.0, 8562.0, 8521.0, 8563.0, 8529.0, 8544.0, 8516.0, 8595.0, 8562.0, 8546.0, 8500.0, 8501.0, 8497.0, 8517.0, 8529.0, 8502.0, 8508.0, 8518.0, 8517.0, 8517.0, 8525.0, 8525.0, 8584.0, 8522.0, 8538.0, 8551.0, 8519.0, 8581.0, 8530.0, 8574.0, 8518.0, 8526.0, 8496.0, 8490.0, 8492.0, 8508.0, 8478.0, 8492.0, 8480.0, 8490.0, 8478.0, 8511.0, 8496.0, 8511.0, 8503.0, 8519.0, 8521.0, 8503.0, 8520.0, 8504.0, 8520.0, 8532.0, 8520.0, 8533.0, 8521.0, 8545.0, 8534.0, 8562.0, 8505.0, 8533.0, 8558.0, 8544.0, 8588.0, 8529.0, 8542.0, 8514.0, 8524.0, 8550.0, 8521.0, 8554.0, 8533.0, 8534.0, 8559.0, 8516.0, 8557.0, 8517.0, 8514.0, 8485.0, 8503.0, 8509.0, 8528.0, 8512.0, 8553.0, 8567.0, 8553.0, 8593.0, 8547.0, 8571.0, 8547.0, 8605.0, 8531.0, 8604.0, 8529.0, 8568.0, 8521.0, 8566.0, 8531.0, 8565.0, 8551.0, 8565.0, 8524.0, 8519.0, 8525.0, 8505.0, 8523.0, 8565.0, 8523.0, 8580.0, 8524.0, 8595.0, 8520.0, 8562.0, 8519.0, 8561.0, 8517.0, 8529.0, 8516.0, 8487.0, 8516.0, 8485.0, 8519.0, 8504.0, 8522.0, 8524.0, 8529.0, 8544.0, 8544.0, 8569.0, 8528.0, 8570.0, 8526.0, 8540.0, 8526.0, 8543.0, 8525.0, 8495.0, 8566.0, 8525.0, 8522.0, 8511.0, 8526.0, 8511.0, 8521.0, 8553.0, 8524.0, 8553.0, 8543.0, 8568.0, 8528.0, 8585.0, 8534.0, 8550.0, 8543.0, 8547.0, 8560.0, 8504.0, 8521.0, 8489.0, 8519.0, 8490.0, 8522.0, 8534.0, 8542.0, 8566.0, 8511.0, 8537.0, 8509.0, 8533.0, 8534.0, 8546.0, 8501.0, 8558.0, 8516.0, 8501.0, 8486.0, 8513.0, 8484.0, 8500.0, 8486.0, 8519.0, 8505.0, 8522.0, 8526.0, 8525.0, 8527.0, 8528.0, 8546.0, 8548.0, 8548.0, 8559.0, 8550.0, 8562.0, 8528.0, 8543.0, 8542.0, 8556.0, 8570.0, 8526.0, 8528.0, 8496.0, 8542.0, 8514.0, 8548.0, 8548.0, 8551.0, 8536.0, 8555.0, 8550.0, 8535.0, 8563.0, 8567.0, 8593.0, 8578.0, 8547.0, 8546.0, 8530.0, 8573.0, 8545.0, 8591.0, 8545.0, 8602.0, 8528.0, 8571.0, 8544.0, 8568.0, 8547.0, 8588.0, 8530.0, 8575.0, 8547.0, 8558.0, 8546.0, 8593.0, 8575.0, 8543.0, 8574.0, 8540.0, 8554.0, 8565.0, 8568.0, 8580.0, 8565.0, 8520.0, 8505.0, 8520.0, 8500.0, 8520.0, 8534.0, 8518.0, 8576.0, 8523.0, 8561.0, 8520.0, 8518.0, 8521.0, 8547.0, 8522.0, 8524.0, 8511.0, 8544.0, 8515.0, 8547.0, 8543.0, 8547.0, 8577.0, 8554.0, 8580.0, 8537.0, 8556.0, 8554.0, 8590.0, 8532.0, 8603.0, 8532.0, 8589.0, 8533.0, 8572.0, 8549.0, 8517.0, 8547.0, 8515.0, 8547.0, 8563.0, 8549.0, 8520.0, 8554.0, 8522.0, 8557.0, 8555.0, 8569.0, 8570.0, 8554.0, 8582.0, 8561.0, 8599.0, 8551.0, 8595.0, 8609.0, 8579.0, 8547.0, 8548.0, 8605.0, 8560.0, 8615.0, 8525.0, 8602.0, 8526.0, 8566.0, 8523.0, 8568.0, 8530.0, 8568.0, 8525.0, 8548.0, 8507.0, 8528.0, 8499.0, 8546.0, 8561.0, 8542.0, 8579.0, 8604.0, 8539.0, 8565.0, 8524.0, 8517.0, 8495.0, 8526.0, 8511.0, 8545.0, 8514.0, 8544.0, 8574.0, 8541.0, 8552.0, 8559.0, 8554.0, 8592.0, 8558.0, 8558.0, 8617.0, 8576.0, 8602.0, 8527.0, 8527.0, 8513.0, 8527.0, 8498.0, 8523.0, 8523.0, 8527.0, 8583.0, 8510.0, 8527.0, 8515.0, 8525.0, 8515.0, 8529.0, 8528.0, 8552.0, 8537.0, 8550.0, 8518.0, 8551.0, 8596.0, 8552.0, 8611.0, 8553.0, 8594.0, 8545.0, 8573.0, 8529.0, 8573.0, 8545.0, 8584.0, 8543.0, 8556.0, 8533.0, 8571.0, 8529.0, 8528.0, 8546.0, 8534.0, 8552.0, 8551.0, 8573.0, 8610.0, 8553.0, 8561.0, 8549.0, 8592.0, 8555.0, 8609.0, 8553.0, 8581.0, 8570.0, 8611.0, 8551.0, 8609.0, 8534.0, 8569.0, 8529.0, 8555.0, 8578.0, 8556.0, 8633.0, 8551.0, 8605.0, 8546.0, 8569.0, 8528.0, 8526.0, 8541.0, 8513.0, 8543.0, 8543.0, 8549.0, 8548.0, 8519.0, 8548.0, 8584.0, 8554.0, 8536.0, 8553.0, 8566.0, 8546.0, 8546.0, 8572.0, 8528.0, 8583.0, 8542.0, 8586.0, 8546.0, 8574.0, 8535.0, 8551.0, 8535.0, 8569.0, 8556.0, 8584.0, 8554.0, 8554.0, 8555.0, 8580.0, 8554.0, 8594.0, 8553.0, 8583.0, 8553.0, 8551.0, 8557.0, 8525.0, 8557.0, 8569.0, 8556.0, 8602.0, 8557.0, 8538.0, 8552.0, 8552.0, 8609.0, 8565.0, 8627.0, 8549.0, 8592.0, 8552.0, 8563.0, 8537.0, 8554.0, 8561.0, 8576.0, 8576.0, 8580.0, 8621.0, 8575.0, 8587.0, 8556.0, 8539.0, 8554.0, 8583.0, 8594.0, 8580.0, 8607.0, 8592.0, 8592.0, 8548.0, 8588.0, 8532.0, 8572.0, 8541.0, 8575.0, 8543.0, 8600.0, 8543.0, 8525.0, 8525.0, 8567.0, 8524.0, 8586.0, 8534.0, 8518.0, 8521.0, 8486.0, 8517.0, 8488.0, 8518.0, 8506.0, 8525.0, 8510.0, 8543.0, 8535.0, 8550.0, 8553.0, 8573.0, 8557.0, 8589.0, 8563.0, 8578.0, 8579.0, 8603.0, 8558.0, 8613.0, 8553.0, 8597.0, 8551.0, 8610.0, 8563.0, 8562.0, 8546.0, 8515.0, 8531.0, 8546.0, 8602.0, 8545.0, 8573.0, 8546.0, 8588.0, 8544.0, 8560.0, 8545.0, 8545.0, 8529.0, 8515.0, 8549.0, 8519.0, 8551.0, 8538.0, 8555.0, 8540.0, 8557.0, 8541.0, 8568.0, 8553.0, 8611.0, 8594.0, 8549.0, 8551.0, 8623.0, 8546.0, 8593.0, 8547.0, 8604.0, 8529.0, 8573.0, 8526.0, 8539.0, 8525.0, 8528.0, 8555.0, 8531.0, 8556.0, 8545.0, 8570.0, 8548.0, 8532.0, 8549.0, 8531.0, 8548.0, 8534.0, 8553.0, 8536.0, 8557.0, 8544.0, 8558.0, 8559.0, 8575.0, 8560.0, 8576.0, 8578.0, 8614.0, 8570.0, 8595.0, 8567.0, 8597.0, 8568.0, 8594.0, 8551.0, 8590.0, 8550.0, 8517.0, 8547.0, 8575.0, 8565.0, 8605.0, 8577.0, 8592.0, 8559.0, 8565.0, 8594.0, 8592.0, 8642.0, 8565.0, 8612.0, 8559.0, 8542.0, 8549.0, 8524.0, 8528.0, 8552.0, 8507.0, 8554.0, 8549.0, 8531.0, 8506.0, 8489.0, 8508.0, 8507.0, 8526.0, 8508.0, 8531.0, 8528.0, 8535.0, 8574.0, 8536.0, 8592.0, 8534.0, 8587.0, 8532.0, 8573.0, 8529.0, 8558.0, 8528.0, 8500.0, 8526.0, 8500.0, 8530.0, 8515.0, 8549.0, 8522.0, 8554.0, 8543.0, 8560.0, 8544.0, 8562.0, 8562.0, 8615.0, 8557.0, 8598.0, 8557.0, 8584.0, 8541.0, 8542.0, 8559.0, 8541.0, 8557.0, 8574.0, 8600.0, 8563.0, 8574.0, 8565.0, 8559.0, 8579.0, 8619.0, 8565.0, 8603.0, 8562.0, 8636.0, 8541.0, 8600.0, 8553.0, 8614.0, 8566.0, 8595.0, 8535.0, 8564.0, 8603.0, 8530.0, 8588.0, 8530.0, 8572.0, 8530.0, 8544.0, 8528.0, 8500.0, 8529.0, 8534.0, 8548.0, 8554.0, 8582.0, 8561.0, 8574.0, 8582.0, 8580.0, 8571.0, 8598.0, 8582.0, 8600.0, 8589.0, 8576.0, 8630.0, 8557.0, 8605.0, 8550.0, 8582.0, 8591.0, 8531.0, 8590.0, 8550.0, 8575.0, 8553.0, 8578.0, 8557.0, 8582.0, 8539.0, 8555.0, 8562.0, 8617.0, 8559.0, 8601.0, 8559.0, 8568.0, 8557.0, 8560.0, 8613.0, 8554.0, 8614.0, 8554.0, 8552.0, 8555.0, 8526.0, 8583.0, 8557.0, 8627.0, 8567.0, 8592.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.0013498158803222093</td></tr>
<tr><td colspan=3>aqi</td><td>0.020438314154200228</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.359360171797206</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2622313801267278</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0240841707027637</td></tr>
<tr><td colspan=3>efc</td><td>0.4992</td></tr>
<tr><td colspan=3>fber</td><td>3940.7673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.058294435167801265</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49297571191859</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3508616712238175</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7977840242047214</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3302814403272305</td></tr>
<tr><td colspan=3>gcor</td><td>0.0229639</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026696564629673958</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04775402322411537</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>3.7298472633330815</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>15.5309</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0807</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.667</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298040.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>922.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.9282</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1478</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.0058</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2971.2229</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.0186</td></tr>
<tr><td colspan=3>tsnr</td><td>38.525915052741766</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>