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

616 lines
No EOL
106 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-0055_ses-03_task-social_acq-mb8_run-03_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-0055_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-03_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-0055/ses-03/func/sub-0055_ses-03_task-social_acq-mb8_run-03_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>d02c1c97d29c2cace66538de79067c72</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>15:07:36.705000</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.999896, 0.00994436, 0.0104891, -0.00890049, 0.995413, -0.0952585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.093138</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7687, -7291, 584, -26, -152, -90, 93]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>58929db4-974d-47e7-b46b-1ececeddab68||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.6826465129852295, -0.023879369720816612, 0.030748436227440834, 114.6108169555664], [-0.02667998895049095, 2.6706197261810303, -0.25691911578178406, -80.28063201904297], [0.028141595423221588, 0.2555716633796692, 2.687572717666626, -91.40372467041016], [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': ['150736.705000', '150737.165000', '150737.625000', '150738.085000', '150738.545000', '150739.005000', '150739.465000', '150739.925000', '150740.385000', '150740.845000', '150741.305000', '150741.765000', '150742.225000', '150742.685000', '150743.145000', '150743.605000', '150744.065000', '150744.525000', '150744.985000', '150745.445000', '150745.905000', '150746.365000', '150746.825000', '150747.285000', '150747.745000', '150748.205000', '150748.665000', '150749.125000', '150749.585000', '150750.045000', '150750.505000', '150750.965000', '150751.425000', '150751.885000', '150752.345000', '150752.805000', '150753.265000', '150753.725000', '150754.185000', '150754.645000', '150755.105000', '150755.565000', '150756.025000', '150756.485000', '150756.945000', '150757.405000', '150757.865000', '150758.325000', '150758.785000', '150759.245000', '150759.705000', '150800.165000', '150800.625000', '150801.085000', '150801.545000', '150802.005000', '150802.465000', '150802.925000', '150803.385000', '150803.845000', '150804.305000', '150804.765000', '150805.225000', '150805.685000', '150806.145000', '150806.605000', '150807.065000', '150807.525000', '150807.985000', '150808.445000', '150808.905000', '150809.365000', '150809.825000', '150810.285000', '150810.745000', '150811.205000', '150811.665000', '150812.125000', '150812.585000', '150813.045000', '150813.505000', '150813.965000', '150814.425000', '150814.885000', '150815.345000', '150815.805000', '150816.265000', '150816.725000', '150817.185000', '150817.645000', '150818.105000', '150818.565000', '150819.025000', '150819.485000', '150819.945000', '150820.405000', '150820.865000', '150821.325000', '150821.785000', '150822.245000', '150822.705000', '150823.165000', '150823.625000', '150824.085000', '150824.545000', '150825.005000', '150825.465000', '150825.925000', '150826.385000', '150826.845000', '150827.305000', '150827.765000', '150828.225000', '150828.685000', '150829.145000', '150829.605000', '150830.065000', '150830.525000', '150830.985000', '150831.445000', '150831.905000', '150832.365000', '150832.825000', '150833.285000', '150833.745000', '150834.205000', '150834.665000', '150835.125000', '150835.585000', '150836.045000', '150836.505000', '150836.965000', '150837.425000', '150837.885000', '150838.345000', '150838.805000', '150839.265000', '150839.725000', '150840.185000', '150840.645000', '150841.105000', '150841.565000', '150842.025000', '150842.485000', '150842.945000', '150843.405000', '150843.865000', '150844.325000', '150844.785000', '150845.245000', '150845.705000', '150846.165000', '150846.625000', '150847.085000', '150847.545000', '150848.005000', '150848.465000', '150848.925000', '150849.385000', '150849.845000', '150850.305000', '150850.765000', '150851.225000', '150851.685000', '150852.145000', '150852.605000', '150853.065000', '150853.525000', '150853.985000', '150854.445000', '150854.905000', '150855.365000', '150855.825000', '150856.285000', '150856.745000', '150857.205000', '150857.665000', '150858.125000', '150858.585000', '150859.045000', '150859.505000', '150859.965000', '150900.425000', '150900.885000', '150901.345000', '150901.805000', '150902.265000', '150902.725000', '150903.185000', '150903.645000', '150904.105000', '150904.565000', '150905.025000', '150905.485000', '150905.945000', '150906.405000', '150906.865000', '150907.325000', '150907.785000', '150908.245000', '150908.705000', '150909.165000', '150909.625000', '150910.085000', '150910.545000', '150911.005000', '150911.465000', '150911.925000', '150912.385000', '150912.845000', '150913.305000', '150913.765000', '150914.225000', '150914.685000', '150915.145000', '150915.605000', '150916.065000', '150916.525000', '150916.985000', '150917.445000', '150917.905000', '150918.365000', '150918.825000', '150919.285000', '150919.745000', '150920.205000', '150920.665000', '150921.125000', '150921.585000', '150922.045000', '150922.505000', '150922.965000', '150923.425000', '150923.885000', '150924.345000', '150924.805000', '150925.265000', '150925.725000', '150926.185000', '150926.645000', '150927.105000', '150927.565000', '150928.025000', '150928.485000', '150928.945000', '150929.405000', '150929.865000', '150930.325000', '150930.785000', '150931.245000', '150931.705000', '150932.165000', '150932.625000', '150933.085000', '150933.545000', '150934.005000', '150934.465000', '150934.925000', '150935.385000', '150935.845000', '150936.305000', '150936.765000', '150937.225000', '150937.685000', '150938.145000', '150938.605000', '150939.065000', '150939.525000', '150939.985000', '150940.445000', '150940.905000', '150941.365000', '150941.825000', '150942.285000', '150942.745000', '150943.205000', '150943.665000', '150944.125000', '150944.585000', '150945.045000', '150945.505000', '150945.965000', '150946.425000', '150946.885000', '150947.345000', '150947.805000', '150948.265000', '150948.725000', '150949.185000', '150949.645000', '150950.105000', '150950.565000', '150951.025000', '150951.485000', '150951.945000', '150952.405000', '150952.865000', '150953.325000', '150953.785000', '150954.245000', '150954.705000', '150955.165000', '150955.625000', '150956.085000', '150956.545000', '150957.005000', '150957.465000', '150957.925000', '150958.385000', '150958.845000', '150959.305000', '150959.765000', '151000.225000', '151000.685000', '151001.145000', '151001.605000', '151002.065000', '151002.525000', '151002.985000', '151003.445000', '151003.905000', '151004.365000', '151004.825000', '151005.285000', '151005.745000', '151006.205000', '151006.665000', '151007.125000', '151007.585000', '151008.045000', '151008.505000', '151008.965000', '151009.425000', '151009.885000', '151010.345000', '151010.805000', '151011.265000', '151011.725000', '151012.185000', '151012.645000', '151013.105000', '151013.565000', '151014.025000', '151014.485000', '151014.945000', '151015.405000', '151015.865000', '151016.325000', '151016.785000', '151017.245000', '151017.705000', '151018.165000', '151018.625000', '151019.085000', '151019.545000', '151020.005000', '151020.465000', '151020.925000', '151021.385000', '151021.845000', '151022.305000', '151022.765000', '151023.225000', '151023.685000', '151024.145000', '151024.605000', '151025.065000', '151025.525000', '151025.985000', '151026.445000', '151026.905000', '151027.365000', '151027.825000', '151028.285000', '151028.745000', '151029.205000', '151029.665000', '151030.125000', '151030.585000', '151031.045000', '151031.505000', '151031.965000', '151032.425000', '151032.885000', '151033.345000', '151033.805000', '151034.265000', '151034.725000', '151035.185000', '151035.645000', '151036.105000', '151036.565000', '151037.025000', '151037.485000', '151037.945000', '151038.405000', '151038.865000', '151039.325000', '151039.785000', '151040.245000', '151040.705000', '151041.165000', '151041.625000', '151042.085000', '151042.545000', '151043.005000', '151043.465000', '151043.925000', '151044.385000', '151044.845000', '151045.305000', '151045.765000', '151046.225000', '151046.685000', '151047.145000', '151047.605000', '151048.065000', '151048.525000', '151048.985000', '151049.445000', '151049.905000', '151050.365000', '151050.825000', '151051.285000', '151051.745000', '151052.205000', '151052.665000', '151053.125000', '151053.585000', '151054.045000', '151054.505000', '151054.965000', '151055.425000', '151055.885000', '151056.345000', '151056.805000', '151057.265000', '151057.725000', '151058.185000', '151058.645000', '151059.105000', '151059.565000', '151100.025000', '151100.485000', '151100.945000', '151101.405000', '151101.865000', '151102.325000', '151102.785000', '151103.245000', '151103.705000', '151104.165000', '151104.625000', '151105.085000', '151105.545000', '151106.005000', '151106.465000', '151106.925000', '151107.385000', '151107.845000', '151108.305000', '151108.765000', '151109.225000', '151109.685000', '151110.145000', '151110.605000', '151111.065000', '151111.525000', '151111.985000', '151112.445000', '151112.905000', '151113.365000', '151113.825000', '151114.285000', '151114.745000', '151115.205000', '151115.665000', '151116.125000', '151116.585000', '151117.045000', '151117.505000', '151117.965000', '151118.425000', '151118.885000', '151119.345000', '151119.805000', '151120.265000', '151120.725000', '151121.185000', '151121.645000', '151122.105000', '151122.565000', '151123.025000', '151123.485000', '151123.945000', '151124.405000', '151124.865000', '151125.325000', '151125.785000', '151126.245000', '151126.705000', '151127.165000', '151127.625000', '151128.085000', '151128.545000', '151129.005000', '151129.465000', '151129.925000', '151130.385000', '151130.845000', '151131.305000', '151131.765000', '151132.225000', '151132.685000', '151133.145000', '151133.605000', '151134.065000', '151134.525000', '151134.985000', '151135.445000', '151135.905000', '151136.365000', '151136.825000', '151137.285000', '151137.745000', '151138.205000', '151138.665000', '151139.125000', '151139.585000', '151140.045000', '151140.505000', '151140.965000', '151141.425000', '151141.885000', '151142.345000', '151142.805000', '151143.265000', '151143.725000', '151144.185000', '151144.645000', '151145.105000', '151145.565000', '151146.025000', '151146.485000', '151146.945000', '151147.405000', '151147.865000', '151148.325000', '151148.785000', '151149.245000', '151149.705000', '151150.165000', '151150.625000', '151151.085000', '151151.545000', '151152.005000', '151152.465000', '151152.925000', '151153.385000', '151153.845000', '151154.305000', '151154.765000', '151155.225000', '151155.685000', '151156.145000', '151156.605000', '151157.065000', '151157.525000', '151157.985000', '151158.445000', '151158.905000', '151159.365000', '151159.825000', '151200.285000', '151200.745000', '151201.205000', '151201.665000', '151202.125000', '151202.585000', '151203.045000', '151203.505000', '151203.965000', '151204.425000', '151204.885000', '151205.345000', '151205.805000', '151206.265000', '151206.725000', '151207.185000', '151207.645000', '151208.105000', '151208.565000', '151209.025000', '151209.485000', '151209.945000', '151210.405000', '151210.865000', '151211.325000', '151211.785000', '151212.245000', '151212.705000', '151213.165000', '151213.625000', '151214.085000', '151214.545000', '151215.005000', '151215.465000', '151215.925000', '151216.385000', '151216.845000', '151217.305000', '151217.765000', '151218.225000', '151218.685000', '151219.145000', '151219.605000', '151220.065000', '151220.525000', '151220.985000', '151221.445000', '151221.905000', '151222.365000', '151222.825000', '151223.285000', '151223.745000', '151224.205000', '151224.665000', '151225.125000', '151225.585000', '151226.045000', '151226.505000', '151226.965000', '151227.425000', '151227.885000', '151228.345000', '151228.805000', '151229.265000', '151229.725000', '151230.185000', '151230.645000', '151231.105000', '151231.565000', '151232.025000', '151232.485000', '151232.945000', '151233.405000', '151233.865000', '151234.325000', '151234.785000', '151235.245000', '151235.705000', '151236.165000', '151236.625000', '151237.085000', '151237.545000', '151238.005000', '151238.465000', '151238.925000', '151239.385000', '151239.845000', '151240.305000', '151240.765000', '151241.225000', '151241.685000', '151242.145000', '151242.605000', '151243.065000', '151243.525000', '151243.985000', '151244.445000', '151244.905000', '151245.365000', '151245.825000', '151246.285000', '151246.745000', '151247.205000', '151247.665000', '151248.125000', '151248.585000', '151249.045000', '151249.505000', '151249.965000', '151250.425000', '151250.885000', '151251.345000', '151251.805000', '151252.265000', '151252.725000', '151253.185000', '151253.645000', '151254.105000', '151254.565000', '151255.025000', '151255.485000', '151255.945000', '151256.405000', '151256.865000', '151257.325000', '151257.785000', '151258.245000', '151258.705000', '151259.165000', '151259.625000', '151300.085000', '151300.545000', '151301.005000', '151301.465000', '151301.925000', '151302.385000', '151302.845000', '151303.305000', '151303.765000', '151304.225000', '151304.685000', '151305.145000', '151305.605000', '151306.065000', '151306.525000', '151306.985000', '151307.445000', '151307.905000', '151308.365000', '151308.825000', '151309.285000', '151309.745000', '151310.205000', '151310.665000', '151311.125000', '151311.585000', '151312.045000', '151312.505000', '151312.965000', '151313.425000', '151313.885000', '151314.345000', '151314.805000', '151315.265000', '151315.725000', '151316.185000', '151316.645000', '151317.105000', '151317.565000', '151318.025000', '151318.485000', '151318.945000', '151319.405000', '151319.865000', '151320.325000', '151320.785000', '151321.245000', '151321.705000', '151322.165000', '151322.625000', '151323.085000', '151323.545000', '151324.005000', '151324.465000', '151324.925000', '151325.385000', '151325.845000', '151326.305000', '151326.765000', '151327.225000', '151327.685000', '151328.145000', '151328.605000', '151329.065000', '151329.525000', '151329.985000', '151330.445000', '151330.905000', '151331.365000', '151331.825000', '151332.285000', '151332.745000', '151333.205000', '151333.665000', '151334.125000', '151334.585000', '151335.045000', '151335.505000', '151335.965000', '151336.425000', '151336.885000', '151337.345000', '151337.805000', '151338.265000', '151338.725000', '151339.185000', '151339.645000', '151340.105000', '151340.565000', '151341.025000', '151341.485000', '151341.945000', '151342.405000', '151342.865000', '151343.325000', '151343.785000', '151344.245000', '151344.705000', '151345.165000', '151345.625000', '151346.085000', '151346.545000', '151347.005000', '151347.465000', '151347.925000', '151348.385000', '151348.845000', '151349.305000', '151349.765000', '151350.225000', '151350.685000', '151351.145000', '151351.605000', '151352.065000', '151352.525000', '151352.985000', '151353.445000', '151353.905000', '151354.365000', '151354.825000', '151355.285000', '151355.745000', '151356.205000', '151356.665000', '151357.125000', '151357.585000', '151358.045000', '151358.505000', '151358.965000', '151359.425000', '151359.885000', '151400.345000', '151400.805000', '151401.265000', '151401.725000', '151402.185000', '151402.645000', '151403.105000', '151403.565000', '151404.025000', '151404.485000', '151404.945000', '151405.405000', '151405.865000', '151406.325000', '151406.785000', '151407.245000', '151407.705000', '151408.165000', '151408.625000', '151409.085000', '151409.545000', '151410.005000', '151410.465000', '151410.925000', '151411.385000', '151411.845000', '151412.305000', '151412.765000', '151413.225000', '151413.685000', '151414.145000', '151414.605000', '151415.065000', '151415.525000', '151415.985000', '151416.445000', '151416.905000', '151417.365000'], 'ContentTime': ['150758.035000', '150758.038000', '150758.041000', '150758.043000', '150758.046000', '150758.049000', '150758.051000', '150758.054000', '150758.056000', '150758.059000', '150758.062000', '150758.064000', '150758.067000', '150758.069000', '150758.072000', '150758.075000', '150758.077000', '150758.080000', '150758.083000', '150758.085000', '150758.088000', '150758.090000', '150758.093000', '150758.095000', '150758.098000', '150758.101000', '150758.103000', '150758.106000', '150758.108000', '150758.111000', '150758.114000', '150758.116000', '150758.119000', '150758.121000', '150758.124000', '150758.126000', '150758.129000', '150758.131000', '150758.134000', '150758.136000', '150758.139000', '150758.142000', '150758.144000', '150758.147000', '150818.004000', '150818.007000', '150818.010000', '150818.012000', '150818.015000', '150818.017000', '150818.020000', '150818.022000', '150818.025000', '150818.027000', '150818.030000', '150818.046000', '150818.049000', '150818.051000', '150818.054000', '150818.056000', '150818.059000', '150818.061000', '150818.064000', '150818.066000', '150818.069000', '150818.071000', '150818.074000', '150818.076000', '150818.079000', '150818.082000', '150818.084000', '150818.087000', '150818.089000', '150818.092000', '150818.094000', '150818.097000', '150818.100000', '150818.102000', '150818.105000', '150818.107000', '150818.110000', '150818.112000', '150818.115000', '150818.121000', '150818.124000', '150818.126000', '150818.129000', '150838.004000', '150838.006000', '150838.009000', '150838.011000', '150838.014000', '150838.016000', '150838.019000', '150838.022000', '150838.024000', '150838.027000', '150838.029000', '150838.032000', '150838.034000', '150838.037000', '150838.039000', '150838.042000', '150838.045000', '150838.047000', '150838.050000', '150838.052000', '150838.055000', '150838.057000', '150838.060000', '150838.062000', '150838.065000', '150838.068000', '150838.070000', '150838.073000', '150838.075000', '150838.078000', '150838.081000', '150838.083000', '150838.086000', '150838.088000', '150838.091000', '150838.093000', '150838.096000', '150838.098000', '150838.101000', '150838.104000', '150838.106000', '150838.109000', '150838.116000', '150838.118000', '150858.003000', '150858.006000', '150858.009000', '150858.011000', '150858.014000', '150858.016000', '150858.019000', '150858.021000', '150858.024000', '150858.027000', '150858.029000', '150858.032000', '150858.034000', '150858.037000', '150858.040000', '150858.042000', '150858.045000', '150858.047000', '150858.050000', '150858.052000', '150858.055000', '150858.057000', '150858.060000', '150858.062000', '150858.065000', '150858.068000', '150858.070000', '150858.073000', '150858.075000', '150858.078000', '150858.080000', '150858.083000', '150858.085000', '150858.096000', '150858.099000', '150858.101000', '150858.104000', '150858.106000', '150858.109000', '150858.112000', '150858.114000', '150858.117000', '150858.119000', '150918.004000', '150918.007000', '150918.010000', '150918.012000', '150918.015000', '150918.017000', '150918.020000', '150918.022000', '150918.025000', '150918.028000', '150918.030000', '150918.033000', '150918.035000', '150918.038000', '150918.040000', '150918.043000', '150918.046000', '150918.048000', '150918.051000', '150918.053000', '150918.057000', '150918.060000', '150918.063000', '150918.066000', '150918.068000', '150918.071000', '150918.074000', '150918.076000', '150918.087000', '150918.089000', '150918.092000', '150918.094000', '150918.097000', '150918.099000', '150918.102000', '150918.105000', '150918.107000', '150918.110000', '150918.112000', '150918.115000', '150918.118000', '150918.120000', '150918.123000', '150918.125000', '150938.004000', '150938.007000', '150938.010000', '150938.012000', '150938.015000', '150938.017000', '150938.020000', '150938.023000', '150938.025000', '150938.028000', '150938.030000', '150938.033000', '150938.036000', '150938.038000', '150938.041000', '150938.043000', '150938.046000', '150938.048000', '150938.051000', '150938.054000', '150938.056000', '150938.059000', '150938.061000', '150938.072000', '150938.075000', '150938.077000', '150938.080000', '150938.082000', '150938.085000', '150938.088000', '150938.090000', '150938.093000', '150938.095000', '150938.098000', '150938.100000', '150938.103000', '150938.105000', '150938.108000', '150938.111000', '150938.113000', '150938.116000', '150938.118000', '150938.121000', '150958.005000', '150958.008000', '150958.011000', '150958.013000', '150958.016000', '150958.018000', '150958.021000', '150958.024000', '150958.026000', '150958.029000', '150958.031000', '150958.034000', '150958.036000', '150958.039000', '150958.042000', '150958.044000', '150958.047000', '150958.049000', '150958.052000', '150958.054000', '150958.057000', '150958.078000', '150958.080000', '150958.083000', '150958.086000', '150958.088000', '150958.091000', '150958.093000', '150958.096000', '150958.098000', '150958.101000', '150958.103000', '150958.106000', '150958.109000', '150958.111000', '150958.114000', '150958.116000', '150958.119000', '150958.121000', '150958.124000', '150958.127000', '150958.129000', '150958.132000', '151018.004000', '151018.007000', '151018.010000', '151018.012000', '151018.015000', '151018.017000', '151018.020000', '151018.023000', '151018.025000', '151018.028000', '151018.030000', '151018.033000', '151018.036000', '151018.038000', '151018.041000', '151018.043000', '151018.046000', '151018.048000', '151018.051000', '151018.053000', '151018.056000', '151018.059000', '151018.061000', '151018.064000', '151018.066000', '151018.069000', '151018.071000', '151018.074000', '151018.076000', '151018.079000', '151018.082000', '151018.084000', '151018.087000', '151018.089000', '151018.092000', '151018.094000', '151018.097000', '151018.099000', '151018.102000', '151018.105000', '151018.107000', '151018.110000', '151018.112000', '151018.115000', '151038.004000', '151038.007000', '151038.010000', '151038.012000', '151038.015000', '151038.018000', '151038.020000', '151038.023000', '151038.025000', '151038.028000', '151038.031000', '151038.033000', '151038.036000', '151038.038000', '151038.041000', '151038.044000', '151038.046000', '151038.049000', '151038.051000', '151038.054000', '151038.056000', '151038.059000', '151038.062000', '151038.064000', '151038.067000', '151038.069000', '151038.073000', '151038.076000', '151038.079000', '151038.081000', '151038.084000', '151038.086000', '151038.089000', '151038.092000', '151038.095000', '151038.098000', '151038.101000', '151038.103000', '151038.106000', '151038.108000', '151038.111000', '151038.114000', '151038.116000', '151058.003000', '151058.006000', '151058.009000', '151058.011000', '151058.014000', '151058.017000', '151058.019000', '151058.022000', '151058.024000', '151058.027000', '151058.029000', '151058.032000', '151058.035000', '151058.037000', '151058.040000', '151058.042000', '151058.045000', '151058.047000', '151058.050000', '151058.053000', '151058.055000', '151058.058000', '151058.061000', '151058.063000', '151058.066000', '151058.068000', '151058.071000', '151058.074000', '151058.076000', '151058.079000', '151058.081000', '151058.084000', '151058.091000', '151058.093000', '151058.096000', '151058.098000', '151058.101000', '151058.103000', '151058.106000', '151058.109000', '151058.111000', '151058.114000', '151058.116000', '151058.119000', '151118.003000', '151118.006000', '151118.009000', '151118.011000', '151118.014000', '151118.017000', '151118.019000', '151118.022000', '151118.024000', '151118.027000', '151118.030000', '151118.032000', '151118.035000', '151118.037000', '151118.040000', '151118.043000', '151118.045000', '151118.048000', '151118.051000', '151118.053000', '151118.056000', '151118.058000', '151118.061000', '151118.064000', '151118.068000', '151118.070000', '151118.073000', '151118.076000', '151118.078000', '151118.081000', '151118.083000', '151118.086000', '151118.089000', '151118.091000', '151118.094000', '151118.097000', '151118.099000', '151118.102000', '151118.104000', '151118.107000', '151118.109000', '151118.112000', '151118.115000', '151138.005000', '151138.007000', '151138.010000', '151138.024000', '151138.027000', '151138.029000', '151138.032000', '151138.035000', '151138.037000', '151138.040000', '151138.042000', '151138.045000', '151138.048000', '151138.050000', '151138.053000', '151138.055000', '151138.058000', '151138.061000', '151138.063000', '151138.066000', '151138.068000', '151138.071000', '151138.073000', '151138.076000', '151138.079000', '151138.081000', '151138.084000', '151138.086000', '151138.089000', '151138.091000', '151138.094000', '151138.097000', '151138.099000', '151138.102000', '151138.104000', '151138.107000', '151138.109000', '151138.112000', '151138.115000', '151138.117000', '151138.120000', '151138.122000', '151138.125000', '151138.128000', '151158.005000', '151158.007000', '151158.010000', '151158.013000', '151158.015000', '151158.018000', '151158.020000', '151158.023000', '151158.025000', '151158.028000', '151158.031000', '151158.033000', '151158.036000', '151158.038000', '151158.041000', '151158.044000', '151158.046000', '151158.049000', '151158.051000', '151158.054000', '151158.056000', '151158.059000', '151158.062000', '151158.064000', '151158.067000', '151158.069000', '151158.072000', '151158.074000', '151158.077000', '151158.080000', '151158.082000', '151158.085000', '151158.088000', '151158.091000', '151158.094000', '151158.097000', '151158.099000', '151158.102000', '151158.105000', '151158.107000', '151158.110000', '151158.112000', '151158.115000', '151218.005000', '151218.007000', '151218.010000', '151218.013000', '151218.015000', '151218.018000', '151218.020000', '151218.023000', '151218.025000', '151218.028000', '151218.031000', '151218.034000', '151218.036000', '151218.039000', '151218.041000', '151218.044000', '151218.046000', '151218.049000', '151218.052000', '151218.054000', '151218.057000', '151218.059000', '151218.062000', '151218.064000', '151218.067000', '151218.069000', '151218.072000', '151218.075000', '151218.077000', '151218.080000', '151218.083000', '151218.085000', '151218.088000', '151218.090000', '151218.093000', '151218.095000', '151218.098000', '151218.101000', '151218.103000', '151218.106000', '151218.108000', '151218.111000', '151218.113000', '151218.116000', '151238.005000', '151238.007000', '151238.010000', '151238.013000', '151238.015000', '151238.018000', '151238.020000', '151238.023000', '151238.026000', '151238.028000', '151238.031000', '151238.034000', '151238.036000', '151238.039000', '151238.041000', '151238.044000', '151238.046000', '151238.049000', '151238.052000', '151238.054000', '151238.057000', '151238.059000', '151238.062000', '151238.065000', '151238.068000', '151238.071000', '151238.074000', '151238.076000', '151238.079000', '151238.082000', '151238.084000', '151238.087000', '151238.089000', '151238.092000', '151238.095000', '151238.097000', '151238.100000', '151238.102000', '151238.105000', '151238.107000', '151238.110000', '151238.112000', '151238.115000', '151258.005000', '151258.008000', '151258.010000', '151258.013000', '151258.015000', '151258.018000', '151258.020000', '151258.023000', '151258.026000', '151258.028000', '151258.031000', '151258.034000', '151258.036000', '151258.039000', '151258.056000', '151258.059000', '151258.061000', '151258.064000', '151258.066000', '151258.069000', '151258.071000', '151258.074000', '151258.077000', '151258.079000', '151258.082000', '151258.084000', '151258.087000', '151258.089000', '151258.092000', '151258.095000', '151258.097000', '151258.100000', '151258.102000', '151258.105000', '151258.108000', '151258.110000', '151258.113000', '151258.115000', '151258.118000', '151258.120000', '151258.123000', '151258.126000', '151258.128000', '151258.131000', '151318.003000', '151318.006000', '151318.009000', '151318.011000', '151318.014000', '151318.017000', '151318.019000', '151318.022000', '151318.024000', '151318.027000', '151318.029000', '151318.032000', '151318.035000', '151318.037000', '151318.040000', '151318.042000', '151318.045000', '151318.048000', '151318.050000', '151318.053000', '151318.055000', '151318.058000', '151318.060000', '151318.063000', '151318.066000', '151318.068000', '151318.071000', '151318.073000', '151318.076000', '151318.078000', '151318.081000', '151318.084000', '151318.086000', '151318.089000', '151318.091000', '151318.094000', '151318.096000', '151318.099000', '151318.102000', '151318.104000', '151318.107000', '151318.109000', '151318.112000', '151338.003000', '151338.006000', '151338.009000', '151338.011000', '151338.014000', '151338.017000', '151338.019000', '151338.022000', '151338.024000', '151338.027000', '151338.029000', '151338.032000', '151338.035000', '151338.038000', '151338.040000', '151338.043000', '151338.045000', '151338.048000', '151338.050000', '151338.053000', '151338.055000', '151338.058000', '151338.061000', '151338.063000', '151338.066000', '151338.068000', '151338.071000', '151338.073000', '151338.076000', '151338.079000', '151338.081000', '151338.084000', '151338.086000', '151338.089000', '151338.091000', '151338.094000', '151338.097000', '151338.099000', '151338.103000', '151338.106000', '151338.108000', '151338.111000', '151338.113000', '151338.116000', '151358.005000', '151358.007000', '151358.010000', '151358.013000', '151358.015000', '151358.018000', '151358.020000', '151358.023000', '151358.026000', '151358.028000', '151358.031000', '151358.033000', '151358.036000', '151358.039000', '151358.041000', '151358.044000', '151358.046000', '151358.049000', '151358.052000', '151358.054000', '151358.057000', '151358.060000', '151358.062000', '151358.065000', '151358.067000', '151358.070000', '151358.073000', '151358.075000', '151358.078000', '151358.080000', '151358.083000', '151358.086000', '151358.088000', '151358.091000', '151358.093000', '151358.096000', '151358.098000', '151358.101000', '151358.104000', '151358.106000', '151358.109000', '151358.112000', '151358.114000', '151418.005000', '151418.007000', '151418.010000', '151418.013000', '151418.015000', '151418.018000', '151418.020000', '151418.023000', '151418.026000', '151418.028000', '151418.031000', '151418.034000', '151418.036000', '151418.039000', '151418.041000', '151418.044000', '151418.047000', '151418.049000', '151418.052000', '151418.054000', '151418.057000', '151418.059000', '151418.062000', '151418.064000', '151418.067000', '151418.083000', '151418.086000', '151418.088000', '151418.091000', '151418.093000', '151418.096000', '151418.099000', '151418.101000', '151418.104000', '151418.106000', '151418.109000', '151418.111000', '151418.114000', '151418.117000', '151418.119000', '151418.122000', '151418.124000', '151418.127000', '151418.840000', '151418.843000', '151418.845000'], 'InstanceCreationTime': ['150758.035000', '150758.038000', '150758.041000', '150758.043000', '150758.046000', '150758.049000', '150758.051000', '150758.054000', '150758.056000', '150758.059000', '150758.062000', '150758.064000', '150758.067000', '150758.069000', '150758.072000', '150758.075000', '150758.077000', '150758.080000', '150758.083000', '150758.085000', '150758.088000', '150758.090000', '150758.093000', '150758.095000', '150758.098000', '150758.101000', '150758.103000', '150758.106000', '150758.108000', '150758.111000', '150758.114000', '150758.116000', '150758.119000', '150758.121000', '150758.124000', '150758.126000', '150758.129000', '150758.131000', '150758.134000', '150758.136000', '150758.139000', '150758.142000', '150758.144000', '150758.147000', '150818.004000', '150818.007000', '150818.010000', '150818.012000', '150818.015000', '150818.017000', '150818.020000', '150818.022000', '150818.025000', '150818.027000', '150818.030000', '150818.046000', '150818.049000', '150818.051000', '150818.054000', '150818.056000', '150818.059000', '150818.061000', '150818.064000', '150818.066000', '150818.069000', '150818.071000', '150818.074000', '150818.076000', '150818.079000', '150818.082000', '150818.084000', '150818.087000', '150818.089000', '150818.092000', '150818.094000', '150818.097000', '150818.100000', '150818.102000', '150818.105000', '150818.107000', '150818.110000', '150818.112000', '150818.115000', '150818.121000', '150818.124000', '150818.126000', '150818.129000', '150838.004000', '150838.006000', '150838.009000', '150838.011000', '150838.014000', '150838.016000', '150838.019000', '150838.022000', '150838.024000', '150838.027000', '150838.029000', '150838.032000', '150838.034000', '150838.037000', '150838.039000', '150838.042000', '150838.045000', '150838.047000', '150838.050000', '150838.052000', '150838.055000', '150838.057000', '150838.060000', '150838.062000', '150838.065000', '150838.068000', '150838.070000', '150838.073000', '150838.075000', '150838.078000', '150838.081000', '150838.083000', '150838.086000', '150838.088000', '150838.091000', '150838.093000', '150838.096000', '150838.098000', '150838.101000', '150838.104000', '150838.106000', '150838.109000', '150838.116000', '150838.118000', '150858.003000', '150858.006000', '150858.009000', '150858.011000', '150858.014000', '150858.016000', '150858.019000', '150858.021000', '150858.024000', '150858.027000', '150858.029000', '150858.032000', '150858.034000', '150858.037000', '150858.040000', '150858.042000', '150858.045000', '150858.047000', '150858.050000', '150858.052000', '150858.055000', '150858.057000', '150858.060000', '150858.062000', '150858.065000', '150858.068000', '150858.070000', '150858.073000', '150858.075000', '150858.078000', '150858.080000', '150858.083000', '150858.085000', '150858.096000', '150858.099000', '150858.101000', '150858.104000', '150858.106000', '150858.109000', '150858.112000', '150858.114000', '150858.117000', '150858.119000', '150918.004000', '150918.007000', '150918.010000', '150918.012000', '150918.015000', '150918.017000', '150918.020000', '150918.022000', '150918.025000', '150918.028000', '150918.030000', '150918.033000', '150918.035000', '150918.038000', '150918.040000', '150918.043000', '150918.046000', '150918.048000', '150918.051000', '150918.053000', '150918.057000', '150918.060000', '150918.063000', '150918.066000', '150918.068000', '150918.071000', '150918.074000', '150918.076000', '150918.087000', '150918.089000', '150918.092000', '150918.094000', '150918.097000', '150918.099000', '150918.102000', '150918.105000', '150918.107000', '150918.110000', '150918.112000', '150918.115000', '150918.118000', '150918.120000', '150918.123000', '150918.125000', '150938.004000', '150938.007000', '150938.010000', '150938.012000', '150938.015000', '150938.017000', '150938.020000', '150938.023000', '150938.025000', '150938.028000', '150938.030000', '150938.033000', '150938.036000', '150938.038000', '150938.041000', '150938.043000', '150938.046000', '150938.048000', '150938.051000', '150938.054000', '150938.056000', '150938.059000', '150938.061000', '150938.072000', '150938.075000', '150938.077000', '150938.080000', '150938.082000', '150938.085000', '150938.088000', '150938.090000', '150938.093000', '150938.095000', '150938.098000', '150938.100000', '150938.103000', '150938.105000', '150938.108000', '150938.111000', '150938.113000', '150938.116000', '150938.118000', '150938.121000', '150958.005000', '150958.008000', '150958.011000', '150958.013000', '150958.016000', '150958.018000', '150958.021000', '150958.024000', '150958.026000', '150958.029000', '150958.031000', '150958.034000', '150958.036000', '150958.039000', '150958.042000', '150958.044000', '150958.047000', '150958.049000', '150958.052000', '150958.054000', '150958.057000', '150958.078000', '150958.080000', '150958.083000', '150958.086000', '150958.088000', '150958.091000', '150958.093000', '150958.096000', '150958.098000', '150958.101000', '150958.103000', '150958.106000', '150958.109000', '150958.111000', '150958.114000', '150958.116000', '150958.119000', '150958.121000', '150958.124000', '150958.127000', '150958.129000', '150958.132000', '151018.004000', '151018.007000', '151018.010000', '151018.012000', '151018.015000', '151018.017000', '151018.020000', '151018.023000', '151018.025000', '151018.028000', '151018.030000', '151018.033000', '151018.036000', '151018.038000', '151018.041000', '151018.043000', '151018.046000', '151018.048000', '151018.051000', '151018.053000', '151018.056000', '151018.059000', '151018.061000', '151018.064000', '151018.066000', '151018.069000', '151018.071000', '151018.074000', '151018.076000', '151018.079000', '151018.082000', '151018.084000', '151018.087000', '151018.089000', '151018.092000', '151018.094000', '151018.097000', '151018.099000', '151018.102000', '151018.105000', '151018.107000', '151018.110000', '151018.112000', '151018.115000', '151038.004000', '151038.007000', '151038.010000', '151038.012000', '151038.015000', '151038.018000', '151038.020000', '151038.023000', '151038.025000', '151038.028000', '151038.031000', '151038.033000', '151038.036000', '151038.038000', '151038.041000', '151038.044000', '151038.046000', '151038.049000', '151038.051000', '151038.054000', '151038.056000', '151038.059000', '151038.062000', '151038.064000', '151038.067000', '151038.069000', '151038.073000', '151038.076000', '151038.079000', '151038.081000', '151038.084000', '151038.086000', '151038.089000', '151038.092000', '151038.095000', '151038.098000', '151038.101000', '151038.103000', '151038.106000', '151038.108000', '151038.111000', '151038.114000', '151038.116000', '151058.003000', '151058.006000', '151058.009000', '151058.011000', '151058.014000', '151058.017000', '151058.019000', '151058.022000', '151058.024000', '151058.027000', '151058.029000', '151058.032000', '151058.035000', '151058.037000', '151058.040000', '151058.042000', '151058.045000', '151058.047000', '151058.050000', '151058.053000', '151058.055000', '151058.058000', '151058.061000', '151058.063000', '151058.066000', '151058.068000', '151058.071000', '151058.074000', '151058.076000', '151058.079000', '151058.081000', '151058.084000', '151058.091000', '151058.093000', '151058.096000', '151058.098000', '151058.101000', '151058.103000', '151058.106000', '151058.109000', '151058.111000', '151058.114000', '151058.116000', '151058.119000', '151118.003000', '151118.006000', '151118.009000', '151118.011000', '151118.014000', '151118.017000', '151118.019000', '151118.022000', '151118.024000', '151118.027000', '151118.030000', '151118.032000', '151118.035000', '151118.037000', '151118.040000', '151118.043000', '151118.045000', '151118.048000', '151118.051000', '151118.053000', '151118.056000', '151118.058000', '151118.061000', '151118.064000', '151118.068000', '151118.070000', '151118.073000', '151118.076000', '151118.078000', '151118.081000', '151118.083000', '151118.086000', '151118.089000', '151118.091000', '151118.094000', '151118.097000', '151118.099000', '151118.102000', '151118.104000', '151118.107000', '151118.109000', '151118.112000', '151118.115000', '151138.005000', '151138.007000', '151138.010000', '151138.024000', '151138.027000', '151138.029000', '151138.032000', '151138.035000', '151138.037000', '151138.040000', '151138.042000', '151138.045000', '151138.048000', '151138.050000', '151138.053000', '151138.055000', '151138.058000', '151138.061000', '151138.063000', '151138.066000', '151138.068000', '151138.071000', '151138.073000', '151138.076000', '151138.079000', '151138.081000', '151138.084000', '151138.086000', '151138.089000', '151138.091000', '151138.094000', '151138.097000', '151138.099000', '151138.102000', '151138.104000', '151138.107000', '151138.109000', '151138.112000', '151138.115000', '151138.117000', '151138.120000', '151138.122000', '151138.125000', '151138.128000', '151158.005000', '151158.007000', '151158.010000', '151158.013000', '151158.015000', '151158.018000', '151158.020000', '151158.023000', '151158.025000', '151158.028000', '151158.031000', '151158.033000', '151158.036000', '151158.038000', '151158.041000', '151158.044000', '151158.046000', '151158.049000', '151158.051000', '151158.054000', '151158.056000', '151158.059000', '151158.062000', '151158.064000', '151158.067000', '151158.069000', '151158.072000', '151158.074000', '151158.077000', '151158.080000', '151158.082000', '151158.085000', '151158.088000', '151158.091000', '151158.094000', '151158.097000', '151158.099000', '151158.102000', '151158.105000', '151158.107000', '151158.110000', '151158.112000', '151158.115000', '151218.005000', '151218.007000', '151218.010000', '151218.013000', '151218.015000', '151218.018000', '151218.020000', '151218.023000', '151218.025000', '151218.028000', '151218.031000', '151218.034000', '151218.036000', '151218.039000', '151218.041000', '151218.044000', '151218.046000', '151218.049000', '151218.052000', '151218.054000', '151218.057000', '151218.059000', '151218.062000', '151218.064000', '151218.067000', '151218.069000', '151218.072000', '151218.075000', '151218.077000', '151218.080000', '151218.083000', '151218.085000', '151218.088000', '151218.090000', '151218.093000', '151218.095000', '151218.098000', '151218.101000', '151218.103000', '151218.106000', '151218.108000', '151218.111000', '151218.113000', '151218.116000', '151238.005000', '151238.007000', '151238.010000', '151238.013000', '151238.015000', '151238.018000', '151238.020000', '151238.023000', '151238.026000', '151238.028000', '151238.031000', '151238.034000', '151238.036000', '151238.039000', '151238.041000', '151238.044000', '151238.046000', '151238.049000', '151238.052000', '151238.054000', '151238.057000', '151238.059000', '151238.062000', '151238.065000', '151238.068000', '151238.071000', '151238.074000', '151238.076000', '151238.079000', '151238.082000', '151238.084000', '151238.087000', '151238.089000', '151238.092000', '151238.095000', '151238.097000', '151238.100000', '151238.102000', '151238.105000', '151238.107000', '151238.110000', '151238.112000', '151238.115000', '151258.005000', '151258.008000', '151258.010000', '151258.013000', '151258.015000', '151258.018000', '151258.020000', '151258.023000', '151258.026000', '151258.028000', '151258.031000', '151258.034000', '151258.036000', '151258.039000', '151258.056000', '151258.059000', '151258.061000', '151258.064000', '151258.066000', '151258.069000', '151258.071000', '151258.074000', '151258.077000', '151258.079000', '151258.082000', '151258.084000', '151258.087000', '151258.089000', '151258.092000', '151258.095000', '151258.097000', '151258.100000', '151258.102000', '151258.105000', '151258.108000', '151258.110000', '151258.113000', '151258.115000', '151258.118000', '151258.120000', '151258.123000', '151258.126000', '151258.128000', '151258.131000', '151318.003000', '151318.006000', '151318.009000', '151318.011000', '151318.014000', '151318.017000', '151318.019000', '151318.022000', '151318.024000', '151318.027000', '151318.029000', '151318.032000', '151318.035000', '151318.037000', '151318.040000', '151318.042000', '151318.045000', '151318.048000', '151318.050000', '151318.053000', '151318.055000', '151318.058000', '151318.060000', '151318.063000', '151318.066000', '151318.068000', '151318.071000', '151318.073000', '151318.076000', '151318.078000', '151318.081000', '151318.084000', '151318.086000', '151318.089000', '151318.091000', '151318.094000', '151318.096000', '151318.099000', '151318.102000', '151318.104000', '151318.107000', '151318.109000', '151318.112000', '151338.003000', '151338.006000', '151338.009000', '151338.011000', '151338.014000', '151338.017000', '151338.019000', '151338.022000', '151338.024000', '151338.027000', '151338.029000', '151338.032000', '151338.035000', '151338.038000', '151338.040000', '151338.043000', '151338.045000', '151338.048000', '151338.050000', '151338.053000', '151338.055000', '151338.058000', '151338.061000', '151338.063000', '151338.066000', '151338.068000', '151338.071000', '151338.073000', '151338.076000', '151338.079000', '151338.081000', '151338.084000', '151338.086000', '151338.089000', '151338.091000', '151338.094000', '151338.097000', '151338.099000', '151338.103000', '151338.106000', '151338.108000', '151338.111000', '151338.113000', '151338.116000', '151358.005000', '151358.007000', '151358.010000', '151358.013000', '151358.015000', '151358.018000', '151358.020000', '151358.023000', '151358.026000', '151358.028000', '151358.031000', '151358.033000', '151358.036000', '151358.039000', '151358.041000', '151358.044000', '151358.046000', '151358.049000', '151358.052000', '151358.054000', '151358.057000', '151358.060000', '151358.062000', '151358.065000', '151358.067000', '151358.070000', '151358.073000', '151358.075000', '151358.078000', '151358.080000', '151358.083000', '151358.086000', '151358.088000', '151358.091000', '151358.093000', '151358.096000', '151358.098000', '151358.101000', '151358.104000', '151358.106000', '151358.109000', '151358.112000', '151358.114000', '151418.005000', '151418.007000', '151418.010000', '151418.013000', '151418.015000', '151418.018000', '151418.020000', '151418.023000', '151418.026000', '151418.028000', '151418.031000', '151418.034000', '151418.036000', '151418.039000', '151418.041000', '151418.044000', '151418.047000', '151418.049000', '151418.052000', '151418.054000', '151418.057000', '151418.059000', '151418.062000', '151418.064000', '151418.067000', '151418.083000', '151418.086000', '151418.088000', '151418.091000', '151418.093000', '151418.096000', '151418.099000', '151418.101000', '151418.104000', '151418.106000', '151418.109000', '151418.111000', '151418.114000', '151418.117000', '151418.119000', '151418.122000', '151418.124000', '151418.127000', '151418.840000', '151418.843000', '151418.845000'], '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': [11038, 10219, 9866, 10382, 14918, 9971, 14973, 10047, 13428, 9448, 14480, 9416, 14412, 9623, 13286, 9092, 13037, 8461, 12204, 8692, 12497, 9226, 12920, 8867, 12928, 9915, 11185, 9166, 9656, 14813, 9018, 12098, 9583, 15825, 12645, 9239, 12835, 8572, 12444, 7818, 12201, 9036, 13143, 10880, 13434, 11972, 16090, 11258, 14797, 11113, 12067, 9660, 10298, 9243, 9486, 13316, 9030, 13010, 9044, 13165, 9054, 13709, 9569, 11989, 9120, 10415, 10058, 8725, 7599, 9254, 8555, 8649, 9360, 8823, 10948, 9284, 9059, 12009, 10570, 9053, 12962, 8710, 11068, 10646, 9311, 14558, 8486, 12186, 10371, 9053, 11167, 7981, 13172, 9257, 10783, 9721, 9096, 12473, 7980, 14060, 9078, 11508, 10078, 11084, 10550, 8752, 9679, 8695, 12056, 9158, 10994, 8502, 9897, 8532, 10203, 8471, 10274, 9069, 9852, 9386, 12132, 7684, 14562, 9591, 13289, 8646, 13167, 9163, 12719, 11193, 7488, 9389, 8861, 11077, 8971, 13685, 8480, 11300, 8941, 14997, 9689, 14143, 8191, 12161, 8561, 12604, 10019, 10683, 9501, 9355, 10143, 11930, 10763, 8623, 10101, 8851, 12211, 8716, 14655, 9062, 14591, 12033, 15224, 12893, 11438, 9203, 11382, 9396, 11764, 9668, 8984, 9349, 9577, 11133, 9150, 12021, 9457, 12155, 9483, 13060, 9315, 13504, 9335, 11864, 9305, 11911, 9118, 11127, 8936, 10628, 8985, 11835, 8671, 11506, 9038, 11484, 8829, 12217, 8073, 12125, 8277, 12909, 9148, 12662, 10024, 7159, 9922, 8292, 12140, 9953, 11036, 13747, 9370, 8034, 10066, 8773, 11622, 9969, 10788, 15202, 11678, 14729, 10040, 11743, 10119, 9405, 12680, 8212, 14078, 9412, 11659, 8066, 10712, 8605, 8903, 10514, 8190, 12856, 8118, 12342, 7214, 11865, 7961, 11871, 8415, 11889, 8146, 11538, 8448, 11220, 8409, 11410, 8414, 11253, 8451, 11117, 8121, 11554, 8479, 12022, 8289, 11032, 7987, 10126, 12502, 9305, 8223, 12923, 10609, 16388, 10286, 10463, 13469, 8945, 11048, 7444, 11812, 8556, 11021, 9220, 8078, 10428, 6653, 9143, 9724, 7494, 13061, 8619, 6822, 11236, 8364, 12090, 11312, 13711, 11418, 9547, 14188, 11032, 13665, 10324, 17377, 10695, 12487, 10153, 10847, 8715, 10648, 7770, 12068, 7729, 11339, 7847, 7096, 9830, 8122, 12178, 7876, 12224, 8232, 12252, 8459, 12475, 8029, 12283, 7570, 11872, 9662, 8657, 13693, 9555, 8799, 11946, 16333, 8476, 13874, 12045, 8411, 12790, 7174, 13232, 7994, 12039, 7511, 12294, 7947, 10205, 14440, 9642, 12393, 10498, 11935, 14288, 18224, 12527, 12578, 9652, 9806, 8900, 8022, 13846, 7556, 12709, 7456, 12264, 7447, 11307, 8294, 10897, 7890, 10956, 7722, 10083, 7724, 9468, 7585, 10716, 8088, 11176, 8238, 10747, 7262, 9479, 7484, 9249, 8328, 10343, 8429, 13144, 7359, 12756, 8955, 12852, 9502, 13520, 10520, 10752, 8796, 13720, 9601, 13455, 10999, 12840, 8396, 13397, 9671, 14320, 11380, 12690, 8429, 13930, 10254, 13533, 10372, 12951, 8434, 12415, 8388, 11139, 9307, 9479, 11782, 8114, 14248, 7599, 12800, 9237, 12619, 8362, 10869, 7338, 8553, 11388, 8448, 13057, 8229, 8391, 8594, 13407, 8981, 12790, 10276, 9195, 10886, 8699, 13737, 9701, 12597, 10071, 10459, 8497, 8893, 7934, 9490, 8361, 9702, 8158, 9121, 16045, 9260, 12806, 10119, 9510, 13377, 8204, 13637, 10281, 12612, 9052, 11698, 8951, 8555, 14631, 8703, 13286, 8045, 13006, 8423, 12231, 7881, 9174, 6766, 8793, 6966, 9101, 11141, 8770, 10483, 9052, 10624, 9229, 10277, 9704, 7714, 10310, 9080, 10070, 14586, 10635, 14083, 7674, 13103, 8803, 12169, 9708, 9250, 7626, 9238, 10781, 9265, 12443, 9315, 11415, 8450, 12908, 8285, 14024, 9141, 13000, 7632, 12751, 7451, 12372, 8686, 12239, 8703, 10291, 8441, 9875, 14248, 9129, 12379, 8775, 12538, 9293, 14388, 10578, 9390, 8729, 6956, 12127, 9010, 13427, 9028, 13284, 8705, 13449, 9923, 12880, 7871, 13242, 8085, 13754, 10945, 14107, 9011, 13580, 9562, 13793, 10926, 10644, 12215, 8108, 8530, 7746, 8237, 12593, 8972, 9775, 15138, 8027, 13242, 8238, 10293, 8670, 12804, 9269, 12056, 8679, 9288, 13008, 12137, 13488, 11994, 9651, 14959, 8619, 14935, 9173, 11597, 8224, 8810, 10218, 8749, 12669, 9298, 13448, 8224, 8425, 11112, 9178, 14391, 9559, 12940, 9281, 8562, 12691, 9118, 13913, 8561, 14672, 9816, 12264, 10656, 9701, 12457, 9533, 13605, 8393, 13721, 8473, 7784, 9818, 13295, 9005, 13992, 9635, 9894, 10437, 7446, 6449, 9397, 14701, 8116, 13878, 8723, 12687, 8135, 13410, 10149, 9713, 16262, 10227, 13983, 8897, 13274, 11615, 9616, 15632, 9333, 14388, 8968, 13905, 8409, 13343, 9538, 12744, 9714, 12349, 8907, 10684, 9356, 9506, 8724, 9469, 9281, 9402, 12651, 9345, 9972, 9323, 10253, 12534, 9776, 12868, 10135, 11780, 8651, 11600, 9465, 12169, 10813, 13832, 9981, 13596, 11587, 9666, 9277, 9254, 14218, 9823, 16267, 11473, 14415, 8880, 14189, 9028, 13498, 9797, 13208, 9228, 13516, 9436, 13008, 10469, 9776, 8973, 9612, 13276, 8757, 14739, 8551, 14252, 8681, 14686, 8715, 13950, 9288, 13151, 7906, 13234, 8406, 13793, 10424, 14359, 9725, 14041, 9178, 13831, 10610, 12943, 8362, 12737, 10154, 12342, 11824, 9232, 12690, 9526, 14580, 10252, 13513, 9248, 13111, 9948, 12498, 10374, 10459, 10579, 10518, 9775, 6185, 11725, 9369, 9494, 9944, 9955, 14480, 10580, 10383, 11793, 9629, 14584, 9912, 13722, 9251, 13476, 9194, 12265, 9935, 9587, 7582, 9222, 12597, 8634, 11951, 8554, 6712, 9480, 9132, 13107, 10740, 8666, 11547, 15908, 10700, 9859, 13797, 9494, 11652, 13992, 9763, 13332, 8216, 6881, 9202, 15290, 10765, 14067, 9658, 13653, 10599, 12926, 10290, 14585, 9125, 8746, 12896, 9099, 16406, 12704, 15461, 10574, 12678, 10169, 9022, 14934, 9057, 14660, 9100, 13104, 8581, 13330, 9792, 12473, 9344, 8171, 14457, 11400, 9089, 9986, 11361, 8990, 15185, 12135, 15012, 10202, 14020, 9939, 13781, 9140, 13229, 8489, 14211, 10536, 8072, 8761, 8190, 12224, 8378, 12492, 8510, 12646, 8577, 12019, 9521, 11174, 9099, 11057, 7723, 9405, 6902, 8841, 8290, 9337, 8239, 11517, 8182, 9979, 12078, 9261, 7929, 11548], 'WindowCenter': [4269.0, 4243.0, 4223.0, 4209.0, 4240.0, 4207.0, 4224.0, 4210.0, 4225.0, 4194.0, 4228.0, 4194.0, 4224.0, 4182.0, 4200.0, 4167.0, 4213.0, 4184.0, 4213.0, 4184.0, 4199.0, 4185.0, 4211.0, 4196.0, 4225.0, 4222.0, 4205.0, 4196.0, 4195.0, 4240.0, 4213.0, 4227.0, 4207.0, 4240.0, 4205.0, 4184.0, 4184.0, 4172.0, 4195.0, 4156.0, 4198.0, 4185.0, 4226.0, 4204.0, 4202.0, 4191.0, 4201.0, 4167.0, 4187.0, 4164.0, 4162.0, 4139.0, 4138.0, 4126.0, 4150.0, 4170.0, 4139.0, 4156.0, 4125.0, 4156.0, 4139.0, 4170.0, 4150.0, 4157.0, 4138.0, 4160.0, 4161.0, 4153.0, 4146.0, 4161.0, 4157.0, 4167.0, 4177.0, 4182.0, 4187.0, 4182.0, 4180.0, 4214.0, 4195.0, 4180.0, 4203.0, 4179.0, 4206.0, 4195.0, 4185.0, 4210.0, 4172.0, 4205.0, 4195.0, 4185.0, 4201.0, 4173.0, 4214.0, 4179.0, 4201.0, 4194.0, 4181.0, 4212.0, 4170.0, 4227.0, 4182.0, 4201.0, 4194.0, 4205.0, 4193.0, 4172.0, 4180.0, 4169.0, 4202.0, 4196.0, 4193.0, 4173.0, 4194.0, 4170.0, 4192.0, 4184.0, 4193.0, 4183.0, 4194.0, 4181.0, 4201.0, 4172.0, 4221.0, 4197.0, 4213.0, 4168.0, 4202.0, 4182.0, 4214.0, 4204.0, 4159.0, 4184.0, 4181.0, 4205.0, 4184.0, 4222.0, 4200.0, 4215.0, 4199.0, 4224.0, 4194.0, 4224.0, 4175.0, 4200.0, 4182.0, 4214.0, 4192.0, 4193.0, 4180.0, 4184.0, 4193.0, 4202.0, 4205.0, 4181.0, 4180.0, 4180.0, 4199.0, 4181.0, 4214.0, 4171.0, 4211.0, 4207.0, 4226.0, 4213.0, 4190.0, 4169.0, 4188.0, 4171.0, 4188.0, 4169.0, 4153.0, 4167.0, 4181.0, 4192.0, 4181.0, 4202.0, 4180.0, 4189.0, 4181.0, 4202.0, 4182.0, 4202.0, 4168.0, 4188.0, 4183.0, 4190.0, 4170.0, 4190.0, 4167.0, 4191.0, 4182.0, 4202.0, 4170.0, 4190.0, 4182.0, 4203.0, 4172.0, 4202.0, 4158.0, 4203.0, 4172.0, 4212.0, 4180.0, 4198.0, 4197.0, 4180.0, 4205.0, 4198.0, 4218.0, 4194.0, 4200.0, 4217.0, 4185.0, 4175.0, 4210.0, 4196.0, 4220.0, 4191.0, 4197.0, 4227.0, 4207.0, 4203.0, 4179.0, 4180.0, 4164.0, 4155.0, 4171.0, 4159.0, 4194.0, 4165.0, 4174.0, 4143.0, 4162.0, 4143.0, 4168.0, 4173.0, 4157.0, 4185.0, 4156.0, 4184.0, 4161.0, 4197.0, 4172.0, 4199.0, 4169.0, 4189.0, 4170.0, 4191.0, 4169.0, 4191.0, 4170.0, 4191.0, 4184.0, 4203.0, 4171.0, 4202.0, 4172.0, 4199.0, 4169.0, 4211.0, 4174.0, 4195.0, 4169.0, 4206.0, 4239.0, 4205.0, 4198.0, 4229.0, 4224.0, 4244.0, 4207.0, 4208.0, 4214.0, 4184.0, 4185.0, 4157.0, 4215.0, 4196.0, 4218.0, 4200.0, 4174.0, 4189.0, 4175.0, 4189.0, 4205.0, 4185.0, 4224.0, 4201.0, 4177.0, 4219.0, 4189.0, 4203.0, 4206.0, 4230.0, 4205.0, 4211.0, 4228.0, 4206.0, 4217.0, 4194.0, 4227.0, 4183.0, 4203.0, 4180.0, 4159.0, 4139.0, 4161.0, 4145.0, 4187.0, 4158.0, 4189.0, 4154.0, 4146.0, 4205.0, 4180.0, 4214.0, 4174.0, 4199.0, 4169.0, 4204.0, 4181.0, 4213.0, 4190.0, 4202.0, 4176.0, 4214.0, 4194.0, 4172.0, 4197.0, 4181.0, 4170.0, 4188.0, 4209.0, 4154.0, 4231.0, 4202.0, 4173.0, 4200.0, 4159.0, 4207.0, 4170.0, 4198.0, 4159.0, 4199.0, 4159.0, 4177.0, 4208.0, 4169.0, 4190.0, 4178.0, 4179.0, 4200.0, 4208.0, 4174.0, 4161.0, 4135.0, 4136.0, 4124.0, 4117.0, 4165.0, 4127.0, 4171.0, 4130.0, 4170.0, 4130.0, 4172.0, 4141.0, 4172.0, 4150.0, 4174.0, 4143.0, 4174.0, 4157.0, 4191.0, 4155.0, 4190.0, 4155.0, 4187.0, 4158.0, 4203.0, 4173.0, 4181.0, 4171.0, 4179.0, 4168.0, 4205.0, 4182.0, 4222.0, 4189.0, 4240.0, 4199.0, 4188.0, 4207.0, 4225.0, 4205.0, 4203.0, 4186.0, 4224.0, 4195.0, 4214.0, 4204.0, 4211.0, 4182.0, 4214.0, 4207.0, 4238.0, 4205.0, 4215.0, 4174.0, 4210.0, 4194.0, 4213.0, 4182.0, 4199.0, 4170.0, 4202.0, 4167.0, 4204.0, 4181.0, 4181.0, 4199.0, 4159.0, 4206.0, 4159.0, 4196.0, 4163.0, 4184.0, 4154.0, 4187.0, 4155.0, 4182.0, 4199.0, 4183.0, 4224.0, 4185.0, 4192.0, 4197.0, 4225.0, 4197.0, 4228.0, 4192.0, 4182.0, 4192.0, 4171.0, 4214.0, 4196.0, 4216.0, 4179.0, 4178.0, 4182.0, 4181.0, 4170.0, 4179.0, 4178.0, 4192.0, 4166.0, 4182.0, 4233.0, 4182.0, 4213.0, 4190.0, 4191.0, 4207.0, 4184.0, 4212.0, 4186.0, 4201.0, 4169.0, 4189.0, 4164.0, 4181.0, 4209.0, 4168.0, 4196.0, 4170.0, 4195.0, 4164.0, 4200.0, 4168.0, 4180.0, 4147.0, 4179.0, 4159.0, 4195.0, 4214.0, 4182.0, 4205.0, 4183.0, 4200.0, 4193.0, 4205.0, 4192.0, 4187.0, 4217.0, 4197.0, 4209.0, 4238.0, 4207.0, 4223.0, 4175.0, 4212.0, 4196.0, 4202.0, 4176.0, 4179.0, 4156.0, 4195.0, 4189.0, 4182.0, 4199.0, 4181.0, 4202.0, 4185.0, 4211.0, 4183.0, 4224.0, 4180.0, 4198.0, 4171.0, 4210.0, 4158.0, 4215.0, 4183.0, 4214.0, 4181.0, 4207.0, 4180.0, 4206.0, 4226.0, 4195.0, 4212.0, 4186.0, 4212.0, 4196.0, 4225.0, 4206.0, 4194.0, 4185.0, 4172.0, 4227.0, 4195.0, 4227.0, 4195.0, 4222.0, 4182.0, 4215.0, 4193.0, 4211.0, 4170.0, 4208.0, 4182.0, 4221.0, 4192.0, 4211.0, 4180.0, 4228.0, 4198.0, 4214.0, 4189.0, 4190.0, 4187.0, 4145.0, 4154.0, 4143.0, 4151.0, 4199.0, 4138.0, 4148.0, 4191.0, 4170.0, 4212.0, 4167.0, 4176.0, 4154.0, 4185.0, 4161.0, 4183.0, 4154.0, 4163.0, 4185.0, 4187.0, 4187.0, 4161.0, 4150.0, 4167.0, 4136.0, 4180.0, 4137.0, 4144.0, 4125.0, 4136.0, 4146.0, 4150.0, 4191.0, 4163.0, 4191.0, 4152.0, 4153.0, 4188.0, 4178.0, 4209.0, 4177.0, 4198.0, 4179.0, 4181.0, 4210.0, 4181.0, 4206.0, 4168.0, 4232.0, 4191.0, 4213.0, 4202.0, 4178.0, 4197.0, 4206.0, 4221.0, 4183.0, 4225.0, 4181.0, 4169.0, 4200.0, 4224.0, 4196.0, 4227.0, 4195.0, 4190.0, 4203.0, 4183.0, 4177.0, 4221.0, 4236.0, 4195.0, 4235.0, 4200.0, 4226.0, 4182.0, 4239.0, 4216.0, 4221.0, 4236.0, 4195.0, 4209.0, 4180.0, 4213.0, 4202.0, 4190.0, 4223.0, 4181.0, 4211.0, 4179.0, 4209.0, 4180.0, 4212.0, 4176.0, 4209.0, 4180.0, 4198.0, 4181.0, 4191.0, 4179.0, 4179.0, 4179.0, 4193.0, 4180.0, 4192.0, 4212.0, 4180.0, 4204.0, 4193.0, 4189.0, 4215.0, 4193.0, 4213.0, 4218.0, 4226.0, 4196.0, 4215.0, 4189.0, 4213.0, 4203.0, 4225.0, 4178.0, 4199.0, 4189.0, 4181.0, 4167.0, 4167.0, 4207.0, 4180.0, 4219.0, 4188.0, 4192.0, 4167.0, 4195.0, 4179.0, 4195.0, 4193.0, 4207.0, 4193.0, 4208.0, 4193.0, 4211.0, 4189.0, 4189.0, 4167.0, 4180.0, 4211.0, 4191.0, 4220.0, 4182.0, 4223.0, 4181.0, 4220.0, 4197.0, 4233.0, 4205.0, 4225.0, 4187.0, 4223.0, 4184.0, 4224.0, 4215.0, 4252.0, 4209.0, 4238.0, 4199.0, 4236.0, 4216.0, 4226.0, 4184.0, 4215.0, 4216.0, 4231.0, 4215.0, 4185.0, 4212.0, 4182.0, 4237.0, 4192.0, 4210.0, 4177.0, 4213.0, 4177.0, 4211.0, 4192.0, 4190.0, 4189.0, 4187.0, 4191.0, 4134.0, 4199.0, 4205.0, 4205.0, 4219.0, 4222.0, 4243.0, 4207.0, 4196.0, 4204.0, 4196.0, 4224.0, 4180.0, 4198.0, 4193.0, 4211.0, 4181.0, 4202.0, 4178.0, 4179.0, 4154.0, 4178.0, 4194.0, 4168.0, 4212.0, 4177.0, 4176.0, 4217.0, 4209.0, 4236.0, 4219.0, 4198.0, 4232.0, 4253.0, 4194.0, 4195.0, 4215.0, 4179.0, 4203.0, 4208.0, 4178.0, 4199.0, 4168.0, 4159.0, 4180.0, 4208.0, 4189.0, 4198.0, 4177.0, 4199.0, 4177.0, 4186.0, 4166.0, 4197.0, 4153.0, 4141.0, 4180.0, 4153.0, 4208.0, 4185.0, 4197.0, 4162.0, 4170.0, 4147.0, 4138.0, 4177.0, 4137.0, 4167.0, 4136.0, 4166.0, 4136.0, 4166.0, 4146.0, 4155.0, 4134.0, 4123.0, 4182.0, 4159.0, 4149.0, 4160.0, 4169.0, 4153.0, 4193.0, 4174.0, 4181.0, 4161.0, 4180.0, 4149.0, 4179.0, 4147.0, 4180.0, 4166.0, 4194.0, 4174.0, 4152.0, 4149.0, 4165.0, 4193.0, 4181.0, 4209.0, 4178.0, 4209.0, 4198.0, 4216.0, 4190.0, 4203.0, 4180.0, 4200.0, 4180.0, 4207.0, 4174.0, 4197.0, 4193.0, 4209.0, 4207.0, 4226.0, 4209.0, 4215.0, 4241.0, 4210.0, 4187.0, 4218.0], 'WindowWidth': [9452.0, 9405.0, 9363.0, 9336.0, 9379.0, 9328.0, 9346.0, 9332.0, 9348.0, 9304.0, 9354.0, 9305.0, 9345.0, 9287.0, 9304.0, 9260.0, 9328.0, 9292.0, 9329.0, 9288.0, 9301.0, 9289.0, 9323.0, 9311.0, 9349.0, 9357.0, 9320.0, 9308.0, 9307.0, 9371.0, 9344.0, 9355.0, 9331.0, 9379.0, 9322.0, 9288.0, 9274.0, 9265.0, 9293.0, 9244.0, 9303.0, 9291.0, 9351.0, 9317.0, 9312.0, 9292.0, 9312.0, 9252.0, 9283.0, 9244.0, 9240.0, 9200.0, 9199.0, 9180.0, 9219.0, 9249.0, 9205.0, 9223.0, 9179.0, 9221.0, 9205.0, 9247.0, 9222.0, 9225.0, 9200.0, 9231.0, 9239.0, 9232.0, 9225.0, 9242.0, 9241.0, 9260.0, 9273.0, 9285.0, 9288.0, 9282.0, 9284.0, 9331.0, 9305.0, 9280.0, 9312.0, 9280.0, 9320.0, 9305.0, 9289.0, 9322.0, 9270.0, 9320.0, 9305.0, 9293.0, 9313.0, 9271.0, 9330.0, 9279.0, 9312.0, 9303.0, 9284.0, 9329.0, 9270.0, 9350.0, 9286.0, 9306.0, 9303.0, 9319.0, 9299.0, 9269.0, 9281.0, 9263.0, 9311.0, 9310.0, 9301.0, 9270.0, 9302.0, 9263.0, 9294.0, 9291.0, 9298.0, 9285.0, 9303.0, 9281.0, 9309.0, 9276.0, 9339.0, 9312.0, 9328.0, 9263.0, 9310.0, 9286.0, 9330.0, 9316.0, 9252.0, 9287.0, 9285.0, 9318.0, 9290.0, 9342.0, 9319.0, 9337.0, 9314.0, 9349.0, 9307.0, 9348.0, 9277.0, 9305.0, 9286.0, 9330.0, 9300.0, 9299.0, 9279.0, 9287.0, 9296.0, 9313.0, 9321.0, 9285.0, 9278.0, 9279.0, 9304.0, 9284.0, 9328.0, 9269.0, 9323.0, 9323.0, 9351.0, 9332.0, 9291.0, 9258.0, 9284.0, 9266.0, 9286.0, 9259.0, 9233.0, 9253.0, 9280.0, 9298.0, 9281.0, 9311.0, 9278.0, 9288.0, 9282.0, 9310.0, 9281.0, 9310.0, 9258.0, 9283.0, 9286.0, 9290.0, 9262.0, 9289.0, 9255.0, 9295.0, 9283.0, 9309.0, 9264.0, 9291.0, 9282.0, 9312.0, 9268.0, 9307.0, 9248.0, 9313.0, 9270.0, 9327.0, 9283.0, 9302.0, 9311.0, 9295.0, 9324.0, 9316.0, 9342.0, 9302.0, 9309.0, 9340.0, 9292.0, 9278.0, 9337.0, 9311.0, 9347.0, 9297.0, 9308.0, 9353.0, 9324.0, 9316.0, 9277.0, 9276.0, 9244.0, 9234.0, 9256.0, 9246.0, 9288.0, 9250.0, 9259.0, 9214.0, 9241.0, 9214.0, 9258.0, 9264.0, 9241.0, 9276.0, 9242.0, 9277.0, 9254.0, 9300.0, 9268.0, 9305.0, 9265.0, 9289.0, 9272.0, 9294.0, 9261.0, 9293.0, 9264.0, 9292.0, 9291.0, 9313.0, 9268.0, 9311.0, 9271.0, 9303.0, 9266.0, 9323.0, 9276.0, 9301.0, 9266.0, 9325.0, 9377.0, 9329.0, 9319.0, 9362.0, 9357.0, 9392.0, 9330.0, 9327.0, 9333.0, 9290.0, 9281.0, 9244.0, 9332.0, 9311.0, 9347.0, 9318.0, 9274.0, 9291.0, 9281.0, 9298.0, 9321.0, 9296.0, 9347.0, 9321.0, 9287.0, 9345.0, 9300.0, 9312.0, 9325.0, 9362.0, 9324.0, 9336.0, 9362.0, 9325.0, 9338.0, 9303.0, 9358.0, 9285.0, 9313.0, 9277.0, 9231.0, 9202.0, 9234.0, 9224.0, 9281.0, 9246.0, 9287.0, 9239.0, 9232.0, 9322.0, 9284.0, 9333.0, 9277.0, 9305.0, 9266.0, 9317.0, 9287.0, 9332.0, 9307.0, 9313.0, 9283.0, 9336.0, 9303.0, 9269.0, 9298.0, 9278.0, 9262.0, 9283.0, 9319.0, 9237.0, 9366.0, 9313.0, 9275.0, 9307.0, 9250.0, 9318.0, 9269.0, 9305.0, 9254.0, 9302.0, 9247.0, 9271.0, 9318.0, 9262.0, 9293.0, 9275.0, 9272.0, 9307.0, 9326.0, 9261.0, 9239.0, 9194.0, 9194.0, 9177.0, 9169.0, 9235.0, 9185.0, 9251.0, 9196.0, 9248.0, 9195.0, 9256.0, 9211.0, 9255.0, 9229.0, 9262.0, 9219.0, 9261.0, 9243.0, 9295.0, 9243.0, 9291.0, 9242.0, 9283.0, 9245.0, 9314.0, 9275.0, 9283.0, 9273.0, 9280.0, 9264.0, 9322.0, 9290.0, 9342.0, 9310.0, 9377.0, 9318.0, 9283.0, 9329.0, 9351.0, 9322.0, 9315.0, 9295.0, 9350.0, 9309.0, 9335.0, 9320.0, 9325.0, 9287.0, 9332.0, 9330.0, 9373.0, 9322.0, 9333.0, 9277.0, 9324.0, 9306.0, 9334.0, 9285.0, 9306.0, 9267.0, 9309.0, 9260.0, 9319.0, 9281.0, 9282.0, 9303.0, 9249.0, 9311.0, 9252.0, 9298.0, 9250.0, 9279.0, 9239.0, 9283.0, 9244.0, 9289.0, 9310.0, 9291.0, 9346.0, 9296.0, 9307.0, 9315.0, 9350.0, 9314.0, 9359.0, 9301.0, 9286.0, 9298.0, 9269.0, 9333.0, 9310.0, 9337.0, 9278.0, 9274.0, 9286.0, 9284.0, 9270.0, 9279.0, 9281.0, 9301.0, 9261.0, 9288.0, 9361.0, 9286.0, 9329.0, 9296.0, 9298.0, 9315.0, 9293.0, 9330.0, 9286.0, 9310.0, 9264.0, 9290.0, 9253.0, 9282.0, 9320.0, 9258.0, 9295.0, 9266.0, 9296.0, 9253.0, 9310.0, 9262.0, 9279.0, 9236.0, 9279.0, 9251.0, 9307.0, 9333.0, 9286.0, 9322.0, 9289.0, 9312.0, 9306.0, 9320.0, 9304.0, 9299.0, 9346.0, 9314.0, 9333.0, 9372.0, 9327.0, 9349.0, 9283.0, 9330.0, 9311.0, 9316.0, 9274.0, 9277.0, 9247.0, 9305.0, 9292.0, 9286.0, 9305.0, 9280.0, 9310.0, 9294.0, 9324.0, 9289.0, 9345.0, 9279.0, 9301.0, 9271.0, 9324.0, 9251.0, 9333.0, 9288.0, 9331.0, 9287.0, 9329.0, 9286.0, 9325.0, 9350.0, 9307.0, 9328.0, 9298.0, 9329.0, 9310.0, 9347.0, 9328.0, 9309.0, 9296.0, 9279.0, 9358.0, 9311.0, 9357.0, 9310.0, 9344.0, 9289.0, 9335.0, 9300.0, 9328.0, 9270.0, 9317.0, 9292.0, 9342.0, 9300.0, 9325.0, 9282.0, 9359.0, 9319.0, 9334.0, 9290.0, 9290.0, 9280.0, 9220.0, 9233.0, 9216.0, 9229.0, 9306.0, 9205.0, 9215.0, 9286.0, 9268.0, 9329.0, 9261.0, 9268.0, 9231.0, 9281.0, 9241.0, 9273.0, 9237.0, 9245.0, 9282.0, 9285.0, 9290.0, 9242.0, 9222.0, 9244.0, 9199.0, 9265.0, 9199.0, 9204.0, 9180.0, 9199.0, 9212.0, 9225.0, 9285.0, 9249.0, 9283.0, 9230.0, 9230.0, 9286.0, 9276.0, 9316.0, 9273.0, 9299.0, 9278.0, 9286.0, 9321.0, 9282.0, 9313.0, 9264.0, 9357.0, 9300.0, 9330.0, 9315.0, 9277.0, 9300.0, 9323.0, 9344.0, 9291.0, 9347.0, 9286.0, 9268.0, 9315.0, 9346.0, 9312.0, 9354.0, 9309.0, 9296.0, 9313.0, 9295.0, 9295.0, 9359.0, 9370.0, 9318.0, 9367.0, 9324.0, 9353.0, 9294.0, 9378.0, 9345.0, 9354.0, 9371.0, 9309.0, 9324.0, 9282.0, 9331.0, 9313.0, 9295.0, 9346.0, 9283.0, 9325.0, 9280.0, 9322.0, 9284.0, 9328.0, 9274.0, 9318.0, 9279.0, 9302.0, 9286.0, 9297.0, 9277.0, 9280.0, 9280.0, 9302.0, 9281.0, 9303.0, 9325.0, 9281.0, 9320.0, 9305.0, 9293.0, 9335.0, 9304.0, 9329.0, 9349.0, 9357.0, 9316.0, 9338.0, 9295.0, 9333.0, 9314.0, 9349.0, 9274.0, 9304.0, 9288.0, 9281.0, 9258.0, 9256.0, 9315.0, 9279.0, 9337.0, 9288.0, 9288.0, 9258.0, 9295.0, 9279.0, 9295.0, 9305.0, 9318.0, 9305.0, 9318.0, 9305.0, 9327.0, 9292.0, 9293.0, 9259.0, 9279.0, 9325.0, 9301.0, 9339.0, 9287.0, 9343.0, 9287.0, 9338.0, 9313.0, 9362.0, 9325.0, 9349.0, 9303.0, 9346.0, 9295.0, 9350.0, 9337.0, 9398.0, 9335.0, 9374.0, 9317.0, 9370.0, 9340.0, 9354.0, 9293.0, 9335.0, 9342.0, 9364.0, 9337.0, 9293.0, 9327.0, 9284.0, 9368.0, 9299.0, 9322.0, 9275.0, 9328.0, 9273.0, 9324.0, 9300.0, 9294.0, 9289.0, 9286.0, 9293.0, 9211.0, 9308.0, 9327.0, 9327.0, 9353.0, 9357.0, 9391.0, 9331.0, 9310.0, 9316.0, 9307.0, 9346.0, 9281.0, 9301.0, 9301.0, 9325.0, 9284.0, 9312.0, 9274.0, 9277.0, 9238.0, 9274.0, 9293.0, 9263.0, 9327.0, 9280.0, 9287.0, 9347.0, 9335.0, 9371.0, 9347.0, 9319.0, 9368.0, 9408.0, 9306.0, 9309.0, 9337.0, 9278.0, 9314.0, 9317.0, 9274.0, 9304.0, 9261.0, 9251.0, 9280.0, 9319.0, 9290.0, 9305.0, 9275.0, 9306.0, 9269.0, 9283.0, 9251.0, 9296.0, 9231.0, 9212.0, 9266.0, 9231.0, 9317.0, 9279.0, 9304.0, 9241.0, 9250.0, 9211.0, 9201.0, 9254.0, 9199.0, 9239.0, 9197.0, 9239.0, 9197.0, 9236.0, 9209.0, 9220.0, 9190.0, 9176.0, 9270.0, 9234.0, 9221.0, 9238.0, 9249.0, 9234.0, 9289.0, 9260.0, 9269.0, 9239.0, 9263.0, 9221.0, 9260.0, 9218.0, 9264.0, 9259.0, 9291.0, 9260.0, 9229.0, 9225.0, 9253.0, 9291.0, 9285.0, 9319.0, 9279.0, 9321.0, 9317.0, 9336.0, 9298.0, 9315.0, 9283.0, 9309.0, 9288.0, 9327.0, 9284.0, 9313.0, 9307.0, 9335.0, 9334.0, 9358.0, 9339.0, 9341.0, 9381.0, 9337.0, 9299.0, 9343.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.0018617011494252876</td></tr>
<tr><td colspan=3>aqi</td><td>0.038400131034482754</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.590974103129966</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2688053621403914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0119529564787113</td></tr>
<tr><td colspan=3>efc</td><td>0.5208</td></tr>
<tr><td colspan=3>fber</td><td>5309.5273</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15727081918471156</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>230</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.436781609195403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4923564034524506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3414055805401772</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7272081167964735</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4084555130207006</td></tr>
<tr><td colspan=3>gcor</td><td>0.0252893</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010619810782372952</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05357377231121063</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.345425116466465</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>21.4639</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2184</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1496</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284538.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.7044</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4179</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.7466</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3314.7109</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4290.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.3316</td></tr>
<tr><td colspan=3>tsnr</td><td>32.817077178217005</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>