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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0081_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0081_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-04/func/sub-0081_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aebcaf8771d985f43f8fc760d794a873</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:43:38.270000</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.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0924284</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4110, -7715, -7308, 549, -10, -67, 65, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6472fe1f-ac5c-4bb4-b92f-d23459216b3e||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.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['154338.270000', '154338.730000', '154339.190000', '154339.650000', '154340.110000', '154340.570000', '154341.030000', '154341.490000', '154341.950000', '154342.410000', '154342.870000', '154343.330000', '154343.790000', '154344.250000', '154344.710000', '154345.170000', '154345.630000', '154346.090000', '154346.550000', '154347.010000', '154347.470000', '154347.930000', '154348.390000', '154348.850000', '154349.310000', '154349.770000', '154350.230000', '154350.690000', '154351.150000', '154351.610000', '154352.070000', '154352.530000', '154352.990000', '154353.450000', '154353.910000', '154354.370000', '154354.830000', '154355.290000', '154355.750000', '154356.210000', '154356.670000', '154357.130000', '154357.590000', '154358.050000', '154358.510000', '154358.970000', '154359.430000', '154359.890000', '154400.350000', '154400.810000', '154401.270000', '154401.730000', '154402.190000', '154402.650000', '154403.110000', '154403.570000', '154404.030000', '154404.490000', '154404.950000', '154405.410000', '154405.870000', '154406.330000', '154406.790000', '154407.250000', '154407.710000', '154408.170000', '154408.630000', '154409.090000', '154409.550000', '154410.010000', '154410.470000', '154410.930000', '154411.390000', '154411.850000', '154412.310000', '154412.770000', '154413.230000', '154413.690000', '154414.150000', '154414.610000', '154415.070000', '154415.530000', '154415.990000', '154416.450000', '154416.910000', '154417.370000', '154417.830000', '154418.290000', '154418.750000', '154419.210000', '154419.670000', '154420.130000', '154420.590000', '154421.050000', '154421.510000', '154421.970000', '154422.430000', '154422.890000', '154423.350000', '154423.810000', '154424.270000', '154424.730000', '154425.190000', '154425.650000', '154426.110000', '154426.570000', '154427.030000', '154427.490000', '154427.950000', '154428.410000', '154428.870000', '154429.330000', '154429.790000', '154430.250000', '154430.710000', '154431.170000', '154431.630000', '154432.090000', '154432.550000', '154433.010000', '154433.470000', '154433.930000', '154434.390000', '154434.850000', '154435.310000', '154435.770000', '154436.230000', '154436.690000', '154437.150000', '154437.610000', '154438.070000', '154438.530000', '154438.990000', '154439.450000', '154439.910000', '154440.370000', '154440.830000', '154441.290000', '154441.750000', '154442.210000', '154442.670000', '154443.130000', '154443.590000', '154444.050000', '154444.510000', '154444.970000', '154445.430000', '154445.890000', '154446.350000', '154446.810000', '154447.270000', '154447.730000', '154448.190000', '154448.650000', '154449.110000', '154449.570000', '154450.030000', '154450.490000', '154450.950000', '154451.410000', '154451.870000', '154452.330000', '154452.790000', '154453.250000', '154453.710000', '154454.170000', '154454.630000', '154455.090000', '154455.550000', '154456.010000', '154456.470000', '154456.930000', '154457.390000', '154457.850000', '154458.310000', '154458.770000', '154459.230000', '154459.690000', '154500.150000', '154500.610000', '154501.070000', '154501.530000', '154501.990000', '154502.450000', '154502.910000', '154503.370000', '154503.830000', '154504.290000', '154504.750000', '154505.210000', '154505.670000', '154506.130000', '154506.590000', '154507.050000', '154507.510000', '154507.970000', '154508.430000', '154508.890000', '154509.350000', '154509.810000', '154510.270000', '154510.730000', '154511.190000', '154511.650000', '154512.110000', '154512.570000', '154513.030000', '154513.490000', '154513.950000', '154514.410000', '154514.870000', '154515.330000', '154515.790000', '154516.250000', '154516.710000', '154517.170000', '154517.630000', '154518.090000', '154518.550000', '154519.010000', '154519.470000', '154519.930000', '154520.390000', '154520.850000', '154521.310000', '154521.770000', '154522.230000', '154522.690000', '154523.150000', '154523.610000', '154524.070000', '154524.530000', '154524.990000', '154525.450000', '154525.910000', '154526.370000', '154526.830000', '154527.290000', '154527.750000', '154528.210000', '154528.670000', '154529.130000', '154529.590000', '154530.050000', '154530.510000', '154530.970000', '154531.430000', '154531.890000', '154532.350000', '154532.810000', '154533.270000', '154533.730000', '154534.190000', '154534.650000', '154535.110000', '154535.570000', '154536.030000', '154536.490000', '154536.950000', '154537.410000', '154537.870000', '154538.330000', '154538.790000', '154539.250000', '154539.710000', '154540.170000', '154540.630000', '154541.090000', '154541.550000', '154542.010000', '154542.470000', '154542.930000', '154543.390000', '154543.850000', '154544.310000', '154544.770000', '154545.230000', '154545.690000', '154546.150000', '154546.610000', '154547.070000', '154547.530000', '154547.990000', '154548.450000', '154548.910000', '154549.370000', '154549.830000', '154550.290000', '154550.750000', '154551.210000', '154551.670000', '154552.130000', '154552.590000', '154553.050000', '154553.510000', '154553.970000', '154554.430000', '154554.890000', '154555.350000', '154555.810000', '154556.270000', '154556.730000', '154557.190000', '154557.650000', '154558.110000', '154558.570000', '154559.030000', '154559.490000', '154559.950000', '154600.410000', '154600.870000', '154601.330000', '154601.790000', '154602.250000', '154602.710000', '154603.170000', '154603.630000', '154604.090000', '154604.550000', '154605.010000', '154605.470000', '154605.930000', '154606.390000', '154606.850000', '154607.310000', '154607.770000', '154608.230000', '154608.690000', '154609.150000', '154609.610000', '154610.070000', '154610.530000', '154610.990000', '154611.450000', '154611.910000', '154612.370000', '154612.830000', '154613.290000', '154613.750000', '154614.210000', '154614.670000', '154615.130000', '154615.590000', '154616.050000', '154616.510000', '154616.970000', '154617.430000', '154617.890000', '154618.350000', '154618.810000', '154619.270000', '154619.730000', '154620.190000', '154620.650000', '154621.110000', '154621.570000', '154622.030000', '154622.490000', '154622.950000', '154623.410000', '154623.870000', '154624.330000', '154624.790000', '154625.250000', '154625.710000', '154626.170000', '154626.630000', '154627.090000', '154627.550000', '154628.010000', '154628.470000', '154628.930000', '154629.390000', '154629.850000', '154630.310000', '154630.770000', '154631.230000', '154631.690000', '154632.150000', '154632.610000', '154633.070000', '154633.530000', '154633.990000', '154634.450000', '154634.910000', '154635.370000', '154635.830000', '154636.290000', '154636.750000', '154637.210000', '154637.670000', '154638.130000', '154638.590000', '154639.050000', '154639.510000', '154639.970000', '154640.430000', '154640.890000', '154641.350000', '154641.810000', '154642.270000', '154642.730000', '154643.190000', '154643.650000', '154644.110000', '154644.570000', '154645.030000', '154645.490000', '154645.950000', '154646.410000', '154646.870000', '154647.330000', '154647.790000', '154648.250000', '154648.710000', '154649.170000', '154649.630000', '154650.090000', '154650.550000', '154651.010000', '154651.470000', '154651.930000', '154652.390000', '154652.850000', '154653.310000', '154653.770000', '154654.230000', '154654.690000', '154655.150000', '154655.610000', '154656.070000', '154656.530000', '154656.990000', '154657.450000', '154657.910000', '154658.370000', '154658.830000', '154659.290000', '154659.750000', '154700.210000', '154700.670000', '154701.130000', '154701.590000', '154702.050000', '154702.510000', '154702.970000', '154703.430000', '154703.890000', '154704.350000', '154704.810000', '154705.270000', '154705.730000', '154706.190000', '154706.650000', '154707.110000', '154707.570000', '154708.030000', '154708.490000', '154708.950000', '154709.410000', '154709.870000', '154710.330000', '154710.790000', '154711.250000', '154711.710000', '154712.170000', '154712.630000', '154713.090000', '154713.550000', '154714.010000', '154714.470000', '154714.930000', '154715.390000', '154715.850000', '154716.310000', '154716.770000', '154717.230000', '154717.690000', '154718.150000', '154718.610000', '154719.070000', '154719.530000', '154719.990000', '154720.450000', '154720.910000', '154721.370000', '154721.830000', '154722.290000', '154722.750000', '154723.210000', '154723.670000', '154724.130000', '154724.590000', '154725.050000', '154725.510000', '154725.970000', '154726.430000', '154726.890000', '154727.350000', '154727.810000', '154728.270000', '154728.730000', '154729.190000', '154729.650000', '154730.110000', '154730.570000', '154731.030000', '154731.490000', '154731.950000', '154732.410000', '154732.870000', '154733.330000', '154733.790000', '154734.250000', '154734.710000', '154735.170000', '154735.630000', '154736.090000', '154736.550000', '154737.010000', '154737.470000', '154737.930000', '154738.390000', '154738.850000', '154739.310000', '154739.770000', '154740.230000', '154740.690000', '154741.150000', '154741.610000', '154742.070000', '154742.530000', '154742.990000', '154743.450000', '154743.910000', '154744.370000', '154744.830000', '154745.290000', '154745.750000', '154746.210000', '154746.670000', '154747.130000', '154747.590000', '154748.050000', '154748.510000', '154748.970000', '154749.430000', '154749.890000', '154750.350000', '154750.810000', '154751.270000', '154751.730000', '154752.190000', '154752.650000', '154753.110000', '154753.570000', '154754.030000', '154754.490000', '154754.950000', '154755.410000', '154755.870000', '154756.330000', '154756.790000', '154757.250000', '154757.710000', '154758.170000', '154758.630000', '154759.090000', '154759.550000', '154800.010000', '154800.470000', '154800.930000', '154801.390000', '154801.850000', '154802.310000', '154802.770000', '154803.230000', '154803.690000', '154804.150000', '154804.610000', '154805.070000', '154805.530000', '154805.990000', '154806.450000', '154806.910000', '154807.370000', '154807.830000', '154808.290000', '154808.750000', '154809.210000', '154809.670000', '154810.130000', '154810.590000', '154811.050000', '154811.510000', '154811.970000', '154812.430000', '154812.890000', '154813.350000', '154813.810000', '154814.270000', '154814.730000', '154815.190000', '154815.650000', '154816.110000', '154816.570000', '154817.030000', '154817.490000', '154817.950000', '154818.410000', '154818.870000', '154819.330000', '154819.790000', '154820.250000', '154820.710000', '154821.170000', '154821.630000', '154822.090000', '154822.550000', '154823.010000', '154823.470000', '154823.930000', '154824.390000', '154824.850000', '154825.310000', '154825.770000', '154826.230000', '154826.690000', '154827.150000', '154827.610000', '154828.070000', '154828.530000', '154828.990000', '154829.450000', '154829.910000', '154830.370000', '154830.830000', '154831.290000', '154831.750000', '154832.210000', '154832.670000', '154833.130000', '154833.590000', '154834.050000', '154834.510000', '154834.970000', '154835.430000', '154835.890000', '154836.350000', '154836.810000', '154837.270000', '154837.730000', '154838.190000', '154838.650000', '154839.110000', '154839.570000', '154840.030000', '154840.490000', '154840.950000', '154841.410000', '154841.870000', '154842.330000', '154842.790000', '154843.250000', '154843.710000', '154844.170000', '154844.630000', '154845.090000', '154845.550000', '154846.010000', '154846.470000', '154846.930000', '154847.390000', '154847.850000', '154848.310000', '154848.770000', '154849.230000', '154849.690000', '154850.150000', '154850.610000', '154851.070000', '154851.530000', '154851.990000', '154852.450000', '154852.910000', '154853.370000', '154853.830000', '154854.290000', '154854.750000', '154855.210000', '154855.670000', '154856.130000', '154856.590000', '154857.050000', '154857.510000', '154857.970000', '154858.430000', '154858.890000', '154859.350000', '154859.810000', '154900.270000', '154900.730000', '154901.190000', '154901.650000', '154902.110000', '154902.570000', '154903.030000', '154903.490000', '154903.950000', '154904.410000', '154904.870000', '154905.330000', '154905.790000', '154906.250000', '154906.710000', '154907.170000', '154907.630000', '154908.090000', '154908.550000', '154909.010000', '154909.470000', '154909.930000', '154910.390000', '154910.850000', '154911.310000', '154911.770000', '154912.230000', '154912.690000', '154913.150000', '154913.610000', '154914.070000', '154914.530000', '154914.990000', '154915.450000', '154915.910000', '154916.370000', '154916.830000', '154917.290000', '154917.750000', '154918.210000', '154918.670000', '154919.130000', '154919.590000', '154920.050000', '154920.510000', '154920.970000', '154921.430000', '154921.890000', '154922.350000', '154922.810000', '154923.270000', '154923.730000', '154924.190000', '154924.650000', '154925.110000', '154925.570000', '154926.030000', '154926.490000', '154926.950000', '154927.410000', '154927.870000', '154928.330000', '154928.790000', '154929.250000', '154929.710000', '154930.170000', '154930.630000', '154931.090000', '154931.550000', '154932.010000', '154932.470000', '154932.930000', '154933.390000', '154933.850000', '154934.310000', '154934.770000', '154935.230000', '154935.690000', '154936.150000', '154936.610000', '154937.070000', '154937.530000', '154937.990000', '154938.450000', '154938.910000', '154939.370000', '154939.830000', '154940.290000', '154940.750000', '154941.210000', '154941.670000', '154942.130000', '154942.590000', '154943.050000', '154943.510000', '154943.970000', '154944.430000', '154944.890000', '154945.350000', '154945.810000', '154946.270000', '154946.730000', '154947.190000', '154947.650000', '154948.110000', '154948.570000', '154949.030000', '154949.490000', '154949.950000', '154950.410000', '154950.870000', '154951.330000', '154951.790000', '154952.250000', '154952.710000', '154953.170000', '154953.630000', '154954.090000', '154954.550000', '154955.010000', '154955.470000', '154955.930000', '154956.390000', '154956.850000', '154957.310000', '154957.770000', '154958.230000', '154958.690000', '154959.150000', '154959.610000', '155000.070000', '155000.530000', '155000.990000', '155001.450000', '155001.910000', '155002.370000', '155002.830000', '155003.290000', '155003.750000', '155004.210000', '155004.670000', '155005.130000', '155005.590000', '155006.050000', '155006.510000', '155006.970000', '155007.430000', '155007.890000', '155008.350000', '155008.810000', '155009.270000', '155009.730000', '155010.190000', '155010.650000', '155011.110000', '155011.570000', '155012.030000', '155012.490000', '155012.950000', '155013.410000', '155013.870000', '155014.330000', '155014.790000', '155015.250000', '155015.710000', '155016.170000', '155016.630000', '155017.090000', '155017.550000', '155018.010000', '155018.470000', '155018.930000'], 'ContentTime': ['154407.730000', '154407.733000', '154407.736000', '154407.739000', '154407.741000', '154407.744000', '154407.747000', '154407.749000', '154407.752000', '154407.754000', '154407.757000', '154407.759000', '154407.762000', '154407.765000', '154407.767000', '154407.770000', '154407.773000', '154407.775000', '154407.778000', '154407.780000', '154407.783000', '154407.785000', '154407.788000', '154407.790000', '154407.793000', '154407.803000', '154407.805000', '154407.808000', '154407.810000', '154407.813000', '154407.815000', '154407.818000', '154407.821000', '154407.823000', '154407.826000', '154407.828000', '154407.831000', '154407.833000', '154407.836000', '154407.839000', '154407.841000', '154407.844000', '154407.846000', '154407.849000', '154407.853000', '154407.856000', '154407.859000', '154407.861000', '154407.864000', '154407.867000', '154407.869000', '154407.872000', '154407.875000', '154407.878000', '154407.880000', '154407.883000', '154407.886000', '154407.888000', '154407.891000', '154407.894000', '154407.896000', '154407.899000', '154427.692000', '154427.695000', '154427.697000', '154427.700000', '154427.703000', '154427.705000', '154427.708000', '154427.711000', '154427.713000', '154427.716000', '154427.718000', '154427.721000', '154427.724000', '154427.726000', '154427.729000', '154427.731000', '154427.734000', '154427.737000', '154427.739000', '154427.742000', '154427.744000', '154427.747000', '154427.750000', '154427.753000', '154427.756000', '154427.758000', '154427.761000', '154427.764000', '154427.766000', '154427.769000', '154427.771000', '154427.774000', '154427.776000', '154427.779000', '154427.782000', '154427.784000', '154427.787000', '154427.789000', '154427.792000', '154427.795000', '154427.797000', '154427.800000', '154427.803000', '154447.691000', '154447.694000', '154447.697000', '154447.699000', '154447.702000', '154447.705000', '154447.707000', '154447.710000', '154447.713000', '154447.715000', '154447.718000', '154447.720000', '154447.723000', '154447.726000', '154447.729000', '154447.731000', '154447.734000', '154447.736000', '154447.739000', '154447.742000', '154447.744000', '154447.747000', '154447.750000', '154447.752000', '154447.755000', '154447.758000', '154447.760000', '154447.763000', '154447.766000', '154447.768000', '154447.771000', '154447.773000', '154447.776000', '154447.778000', '154447.781000', '154447.784000', '154447.786000', '154447.789000', '154447.792000', '154447.794000', '154447.797000', '154447.799000', '154447.802000', '154447.805000', '154507.691000', '154507.693000', '154507.696000', '154507.699000', '154507.701000', '154507.704000', '154507.717000', '154507.720000', '154507.722000', '154507.725000', '154507.728000', '154507.730000', '154507.733000', '154507.735000', '154507.738000', '154507.741000', '154507.743000', '154507.746000', '154507.748000', '154507.751000', '154507.754000', '154507.756000', '154507.759000', '154507.762000', '154507.764000', '154507.767000', '154507.769000', '154507.772000', '154507.775000', '154507.777000', '154507.780000', '154507.783000', '154507.786000', '154507.789000', '154507.792000', '154507.794000', '154507.797000', '154507.800000', '154507.802000', '154507.805000', '154507.807000', '154507.810000', '154507.813000', '154527.691000', '154527.693000', '154527.696000', '154527.699000', '154527.701000', '154527.704000', '154527.707000', '154527.709000', '154527.712000', '154527.714000', '154527.717000', '154527.720000', '154527.722000', '154527.725000', '154527.727000', '154527.730000', '154527.732000', '154527.735000', '154527.738000', '154527.740000', '154527.743000', '154527.745000', '154527.748000', '154527.751000', '154527.753000', '154527.756000', '154527.758000', '154527.761000', '154527.763000', '154527.766000', '154527.769000', '154527.771000', '154527.774000', '154527.776000', '154527.779000', '154527.782000', '154527.784000', '154527.787000', '154527.790000', '154527.792000', '154527.795000', '154527.798000', '154527.800000', '154527.803000', '154547.690000', '154547.693000', '154547.696000', '154547.699000', '154547.701000', '154547.704000', '154547.707000', '154547.709000', '154547.712000', '154547.715000', '154547.717000', '154547.720000', '154547.722000', '154547.725000', '154547.728000', '154547.730000', '154547.733000', '154547.736000', '154547.738000', '154547.741000', '154547.743000', '154547.746000', '154547.749000', '154547.751000', '154547.754000', '154547.757000', '154547.759000', '154547.762000', '154547.765000', '154547.767000', '154547.770000', '154547.772000', '154547.775000', '154547.778000', '154547.780000', '154547.783000', '154547.786000', '154547.788000', '154547.795000', '154547.798000', '154547.801000', '154547.803000', '154547.806000', '154607.691000', '154607.693000', '154607.696000', '154607.699000', '154607.701000', '154607.704000', '154607.707000', '154607.709000', '154607.712000', '154607.714000', '154607.717000', '154607.719000', '154607.722000', '154607.725000', '154607.727000', '154607.730000', '154607.732000', '154607.735000', '154607.738000', '154607.740000', '154607.743000', '154607.746000', '154607.748000', '154607.751000', '154607.753000', '154607.756000', '154607.759000', '154607.761000', '154607.764000', '154607.766000', '154607.769000', '154607.772000', '154607.774000', '154607.777000', '154607.779000', '154607.782000', '154607.785000', '154607.787000', '154607.790000', '154607.792000', '154607.795000', '154607.798000', '154607.800000', '154607.803000', '154627.691000', '154627.694000', '154627.697000', '154627.700000', '154627.702000', '154627.705000', '154627.708000', '154627.710000', '154627.713000', '154627.715000', '154627.718000', '154627.721000', '154627.723000', '154627.726000', '154627.728000', '154627.731000', '154627.734000', '154627.736000', '154627.739000', '154627.742000', '154627.744000', '154627.747000', '154627.750000', '154627.752000', '154627.755000', '154627.757000', '154627.760000', '154627.763000', '154627.766000', '154627.769000', '154627.772000', '154627.774000', '154627.777000', '154627.780000', '154627.782000', '154627.785000', '154627.787000', '154627.790000', '154627.793000', '154627.795000', '154627.798000', '154627.801000', '154627.803000', '154647.691000', '154647.694000', '154647.713000', '154647.716000', '154647.718000', '154647.721000', '154647.723000', '154647.726000', '154647.729000', '154647.731000', '154647.734000', '154647.736000', '154647.739000', '154647.741000', '154647.744000', '154647.747000', '154647.749000', '154647.752000', '154647.755000', '154647.757000', '154647.760000', '154647.762000', '154647.765000', '154647.767000', '154647.770000', '154647.773000', '154647.775000', '154647.778000', '154647.780000', '154647.783000', '154647.786000', '154647.788000', '154647.791000', '154647.794000', '154647.796000', '154647.799000', '154647.801000', '154647.804000', '154647.807000', '154647.809000', '154647.812000', '154647.814000', '154647.817000', '154647.820000', '154707.692000', '154707.695000', '154707.697000', '154707.700000', '154707.703000', '154707.705000', '154707.708000', '154707.710000', '154707.713000', '154707.716000', '154707.718000', '154707.721000', '154707.723000', '154707.726000', '154707.729000', '154707.731000', '154707.734000', '154707.737000', '154707.739000', '154707.742000', '154707.745000', '154707.747000', '154707.750000', '154707.752000', '154707.755000', '154707.758000', '154707.760000', '154707.763000', '154707.765000', '154707.768000', '154707.771000', '154707.779000', '154707.782000', '154707.784000', '154707.787000', '154707.789000', '154707.792000', '154707.795000', '154707.797000', '154707.800000', '154707.803000', '154707.805000', '154707.808000', '154727.690000', '154727.693000', '154727.696000', '154727.698000', '154727.701000', '154727.704000', '154727.706000', '154727.709000', '154727.711000', '154727.714000', '154727.717000', '154727.719000', '154727.722000', '154727.724000', '154727.727000', '154727.730000', '154727.732000', '154727.735000', '154727.737000', '154727.740000', '154727.743000', '154727.745000', '154727.748000', '154727.750000', '154727.753000', '154727.756000', '154727.758000', '154727.761000', '154727.763000', '154727.766000', '154727.769000', '154727.771000', '154727.774000', '154727.776000', '154727.779000', '154727.782000', '154727.784000', '154727.787000', '154727.789000', '154727.792000', '154727.795000', '154727.797000', '154727.800000', '154727.803000', '154747.691000', '154747.693000', '154747.696000', '154747.699000', '154747.701000', '154747.704000', '154747.707000', '154747.709000', '154747.712000', '154747.714000', '154747.717000', '154747.720000', '154747.722000', '154747.725000', '154747.728000', '154747.730000', '154747.733000', '154747.736000', '154747.738000', '154747.741000', '154747.743000', '154747.746000', '154747.749000', '154747.752000', '154747.755000', '154747.758000', '154747.761000', '154747.763000', '154747.766000', '154747.768000', '154747.771000', '154747.774000', '154747.776000', '154747.779000', '154747.782000', '154747.784000', '154747.787000', '154747.789000', '154747.792000', '154747.795000', '154747.797000', '154747.800000', '154747.803000', '154807.691000', '154807.694000', '154807.696000', '154807.699000', '154807.701000', '154807.704000', '154807.707000', '154807.709000', '154807.712000', '154807.714000', '154807.717000', '154807.719000', '154807.722000', '154807.725000', '154807.727000', '154807.730000', '154807.733000', '154807.735000', '154807.738000', '154807.741000', '154807.743000', '154807.746000', '154807.748000', '154807.751000', '154807.753000', '154807.756000', '154807.759000', '154807.769000', '154807.771000', '154807.774000', '154807.777000', '154807.779000', '154807.782000', '154807.784000', '154807.787000', '154807.789000', '154807.792000', '154807.795000', '154807.797000', '154807.800000', '154807.802000', '154807.805000', '154807.808000', '154807.810000', '154827.690000', '154827.693000', '154827.696000', '154827.699000', '154827.701000', '154827.704000', '154827.707000', '154827.709000', '154827.712000', '154827.715000', '154827.717000', '154827.720000', '154827.723000', '154827.725000', '154827.728000', '154827.731000', '154827.733000', '154827.736000', '154827.738000', '154827.741000', '154827.744000', '154827.746000', '154827.749000', '154827.752000', '154827.754000', '154827.757000', '154827.760000', '154827.762000', '154827.765000', '154827.768000', '154827.770000', '154827.773000', '154827.775000', '154827.778000', '154827.781000', '154827.783000', '154827.786000', '154827.789000', '154827.791000', '154827.794000', '154827.796000', '154827.799000', '154827.802000', '154847.692000', '154847.694000', '154847.697000', '154847.700000', '154847.702000', '154847.705000', '154847.707000', '154847.710000', '154847.713000', '154847.715000', '154847.718000', '154847.720000', '154847.723000', '154847.726000', '154847.728000', '154847.731000', '154847.733000', '154847.736000', '154847.738000', '154847.741000', '154847.744000', '154847.746000', '154847.749000', '154847.751000', '154847.754000', '154847.757000', '154847.759000', '154847.762000', '154847.765000', '154847.767000', '154847.770000', '154847.772000', '154847.775000', '154847.778000', '154847.780000', '154847.783000', '154847.785000', '154847.788000', '154847.790000', '154847.793000', '154847.796000', '154847.798000', '154847.801000', '154847.804000', '154907.692000', '154907.694000', '154907.697000', '154907.700000', '154907.702000', '154907.705000', '154907.707000', '154907.710000', '154907.713000', '154907.715000', '154907.718000', '154907.721000', '154907.723000', '154907.726000', '154907.728000', '154907.731000', '154907.734000', '154907.736000', '154907.739000', '154907.742000', '154907.744000', '154907.747000', '154907.749000', '154907.752000', '154907.755000', '154907.757000', '154907.760000', '154907.763000', '154907.765000', '154907.768000', '154907.770000', '154907.773000', '154907.776000', '154907.778000', '154907.781000', '154907.783000', '154907.786000', '154907.788000', '154907.791000', '154907.794000', '154907.796000', '154907.799000', '154907.802000', '154927.693000', '154927.696000', '154927.698000', '154927.701000', '154927.704000', '154927.706000', '154927.709000', '154927.712000', '154927.714000', '154927.717000', '154927.719000', '154927.722000', '154927.725000', '154927.728000', '154927.730000', '154927.733000', '154927.736000', '154927.738000', '154927.743000', '154927.745000', '154927.748000', '154927.750000', '154927.753000', '154927.756000', '154927.758000', '154927.761000', '154927.764000', '154927.766000', '154927.769000', '154927.772000', '154927.774000', '154927.777000', '154927.779000', '154927.782000', '154927.785000', '154927.787000', '154927.790000', '154927.792000', '154927.795000', '154927.798000', '154927.800000', '154927.803000', '154927.806000', '154927.808000', '154947.691000', '154947.693000', '154947.696000', '154947.699000', '154947.701000', '154947.704000', '154947.707000', '154947.709000', '154947.712000', '154947.715000', '154947.717000', '154947.720000', '154947.722000', '154947.725000', '154947.727000', '154947.730000', '154947.733000', '154947.735000', '154947.738000', '154947.741000', '154947.743000', '154947.746000', '154947.748000', '154947.751000', '154947.754000', '154947.756000', '154947.759000', '154947.762000', '154947.764000', '154947.767000', '154947.769000', '154947.772000', '154947.775000', '154947.777000', '154947.780000', '154947.783000', '154947.785000', '154947.788000', '154947.790000', '154947.793000', '154947.796000', '154947.798000', '154947.801000', '155007.691000', '155007.693000', '155007.696000', '155007.699000', '155007.701000', '155007.704000', '155007.707000', '155007.709000', '155007.712000', '155007.715000', '155007.717000', '155007.720000', '155007.722000', '155007.725000', '155007.728000', '155007.730000', '155007.733000', '155007.736000', '155007.738000', '155007.741000', '155007.743000', '155007.746000', '155007.749000', '155007.751000', '155007.754000', '155007.757000', '155007.759000', '155007.762000', '155007.764000', '155007.767000', '155007.770000', '155007.772000', '155007.775000', '155007.777000', '155007.780000', '155007.782000', '155007.785000', '155007.788000', '155007.790000', '155007.793000', '155007.796000', '155007.798000', '155007.801000', '155007.803000', '155020.058000', '155020.062000', '155020.064000', '155020.067000', '155020.070000', '155020.072000', '155020.075000', '155020.078000', '155020.081000', '155020.083000', '155020.086000', '155020.089000', '155020.092000', '155020.095000', '155020.097000', '155020.100000', '155020.103000', '155020.109000', '155020.112000', '155020.115000', '155020.118000', '155020.120000', '155020.123000', '155020.127000', '155020.130000', '155020.133000', '155020.135000'], 'InstanceCreationTime': ['154407.730000', '154407.733000', '154407.736000', '154407.739000', '154407.741000', '154407.744000', '154407.747000', '154407.749000', '154407.752000', '154407.754000', '154407.757000', '154407.759000', '154407.762000', '154407.765000', '154407.767000', '154407.770000', '154407.773000', '154407.775000', '154407.778000', '154407.780000', '154407.783000', '154407.785000', '154407.788000', '154407.790000', '154407.793000', '154407.803000', '154407.805000', '154407.808000', '154407.810000', '154407.813000', '154407.815000', '154407.818000', '154407.821000', '154407.823000', '154407.826000', '154407.828000', '154407.831000', '154407.833000', '154407.836000', '154407.839000', '154407.841000', '154407.844000', '154407.846000', '154407.849000', '154407.853000', '154407.856000', '154407.859000', '154407.861000', '154407.864000', '154407.867000', '154407.869000', '154407.872000', '154407.875000', '154407.878000', '154407.880000', '154407.883000', '154407.886000', '154407.888000', '154407.891000', '154407.894000', '154407.896000', '154407.899000', '154427.692000', '154427.695000', '154427.697000', '154427.700000', '154427.703000', '154427.705000', '154427.708000', '154427.711000', '154427.713000', '154427.716000', '154427.718000', '154427.721000', '154427.724000', '154427.726000', '154427.729000', '154427.731000', '154427.734000', '154427.737000', '154427.739000', '154427.742000', '154427.744000', '154427.747000', '154427.750000', '154427.753000', '154427.756000', '154427.758000', '154427.761000', '154427.764000', '154427.766000', '154427.769000', '154427.771000', '154427.774000', '154427.776000', '154427.779000', '154427.782000', '154427.784000', '154427.787000', '154427.789000', '154427.792000', '154427.795000', '154427.797000', '154427.800000', '154427.803000', '154447.691000', '154447.694000', '154447.697000', '154447.699000', '154447.702000', '154447.705000', '154447.707000', '154447.710000', '154447.713000', '154447.715000', '154447.718000', '154447.720000', '154447.723000', '154447.726000', '154447.729000', '154447.731000', '154447.734000', '154447.736000', '154447.739000', '154447.742000', '154447.744000', '154447.747000', '154447.750000', '154447.752000', '154447.755000', '154447.758000', '154447.760000', '154447.763000', '154447.766000', '154447.768000', '154447.771000', '154447.773000', '154447.776000', '154447.778000', '154447.781000', '154447.784000', '154447.786000', '154447.789000', '154447.792000', '154447.794000', '154447.797000', '154447.799000', '154447.802000', '154447.805000', '154507.691000', '154507.693000', '154507.696000', '154507.699000', '154507.701000', '154507.704000', '154507.717000', '154507.720000', '154507.722000', '154507.725000', '154507.728000', '154507.730000', '154507.733000', '154507.735000', '154507.738000', '154507.741000', '154507.743000', '154507.746000', '154507.748000', '154507.751000', '154507.754000', '154507.756000', '154507.759000', '154507.762000', '154507.764000', '154507.767000', '154507.769000', '154507.772000', '154507.775000', '154507.777000', '154507.780000', '154507.783000', '154507.786000', '154507.789000', '154507.792000', '154507.794000', '154507.797000', '154507.800000', '154507.802000', '154507.805000', '154507.807000', '154507.810000', '154507.813000', '154527.691000', '154527.693000', '154527.696000', '154527.699000', '154527.701000', '154527.704000', '154527.707000', '154527.709000', '154527.712000', '154527.714000', '154527.717000', '154527.720000', '154527.722000', '154527.725000', '154527.727000', '154527.730000', '154527.732000', '154527.735000', '154527.738000', '154527.740000', '154527.743000', '154527.745000', '154527.748000', '154527.751000', '154527.753000', '154527.756000', '154527.758000', '154527.761000', '154527.763000', '154527.766000', '154527.769000', '154527.771000', '154527.774000', '154527.776000', '154527.779000', '154527.782000', '154527.784000', '154527.787000', '154527.790000', '154527.792000', '154527.795000', '154527.798000', '154527.800000', '154527.803000', '154547.690000', '154547.693000', '154547.696000', '154547.699000', '154547.701000', '154547.704000', '154547.707000', '154547.709000', '154547.712000', '154547.715000', '154547.717000', '154547.720000', '154547.722000', '154547.725000', '154547.728000', '154547.730000', '154547.733000', '154547.736000', '154547.738000', '154547.741000', '154547.743000', '154547.746000', '154547.749000', '154547.751000', '154547.754000', '154547.757000', '154547.759000', '154547.762000', '154547.765000', '154547.767000', '154547.770000', '154547.772000', '154547.775000', '154547.778000', '154547.780000', '154547.783000', '154547.786000', '154547.788000', '154547.795000', '154547.798000', '154547.801000', '154547.803000', '154547.806000', '154607.691000', '154607.693000', '154607.696000', '154607.699000', '154607.701000', '154607.704000', '154607.707000', '154607.709000', '154607.712000', '154607.714000', '154607.717000', '154607.719000', '154607.722000', '154607.725000', '154607.727000', '154607.730000', '154607.732000', '154607.735000', '154607.738000', '154607.740000', '154607.743000', '154607.746000', '154607.748000', '154607.751000', '154607.753000', '154607.756000', '154607.759000', '154607.761000', '154607.764000', '154607.766000', '154607.769000', '154607.772000', '154607.774000', '154607.777000', '154607.779000', '154607.782000', '154607.785000', '154607.787000', '154607.790000', '154607.792000', '154607.795000', '154607.798000', '154607.800000', '154607.803000', '154627.691000', '154627.694000', '154627.697000', '154627.700000', '154627.702000', '154627.705000', '154627.708000', '154627.710000', '154627.713000', '154627.715000', '154627.718000', '154627.721000', '154627.723000', '154627.726000', '154627.728000', '154627.731000', '154627.734000', '154627.736000', '154627.739000', '154627.742000', '154627.744000', '154627.747000', '154627.750000', '154627.752000', '154627.755000', '154627.757000', '154627.760000', '154627.763000', '154627.766000', '154627.769000', '154627.772000', '154627.774000', '154627.777000', '154627.780000', '154627.782000', '154627.785000', '154627.787000', '154627.790000', '154627.793000', '154627.795000', '154627.798000', '154627.801000', '154627.803000', '154647.691000', '154647.694000', '154647.713000', '154647.716000', '154647.718000', '154647.721000', '154647.723000', '154647.726000', '154647.729000', '154647.731000', '154647.734000', '154647.736000', '154647.739000', '154647.741000', '154647.744000', '154647.747000', '154647.749000', '154647.752000', '154647.755000', '154647.757000', '154647.760000', '154647.762000', '154647.765000', '154647.767000', '154647.770000', '154647.773000', '154647.775000', '154647.778000', '154647.780000', '154647.783000', '154647.786000', '154647.788000', '154647.791000', '154647.794000', '154647.796000', '154647.799000', '154647.801000', '154647.804000', '154647.807000', '154647.809000', '154647.812000', '154647.814000', '154647.817000', '154647.820000', '154707.692000', '154707.695000', '154707.697000', '154707.700000', '154707.703000', '154707.705000', '154707.708000', '154707.710000', '154707.713000', '154707.716000', '154707.718000', '154707.721000', '154707.723000', '154707.726000', '154707.729000', '154707.731000', '154707.734000', '154707.737000', '154707.739000', '154707.742000', '154707.745000', '154707.747000', '154707.750000', '154707.752000', '154707.755000', '154707.758000', '154707.760000', '154707.763000', '154707.765000', '154707.768000', '154707.771000', '154707.779000', '154707.782000', '154707.784000', '154707.787000', '154707.789000', '154707.792000', '154707.795000', '154707.797000', '154707.800000', '154707.803000', '154707.805000', '154707.808000', '154727.690000', '154727.693000', '154727.696000', '154727.698000', '154727.701000', '154727.704000', '154727.706000', '154727.709000', '154727.711000', '154727.714000', '154727.717000', '154727.719000', '154727.722000', '154727.724000', '154727.727000', '154727.730000', '154727.732000', '154727.735000', '154727.737000', '154727.740000', '154727.743000', '154727.745000', '154727.748000', '154727.750000', '154727.753000', '154727.756000', '154727.758000', '154727.761000', '154727.763000', '154727.766000', '154727.769000', '154727.771000', '154727.774000', '154727.776000', '154727.779000', '154727.782000', '154727.784000', '154727.787000', '154727.789000', '154727.792000', '154727.795000', '154727.797000', '154727.800000', '154727.803000', '154747.691000', '154747.693000', '154747.696000', '154747.699000', '154747.701000', '154747.704000', '154747.707000', '154747.709000', '154747.712000', '154747.714000', '154747.717000', '154747.720000', '154747.722000', '154747.725000', '154747.728000', '154747.730000', '154747.733000', '154747.736000', '154747.738000', '154747.741000', '154747.743000', '154747.746000', '154747.749000', '154747.752000', '154747.755000', '154747.758000', '154747.761000', '154747.763000', '154747.766000', '154747.768000', '154747.771000', '154747.774000', '154747.776000', '154747.779000', '154747.782000', '154747.784000', '154747.787000', '154747.789000', '154747.792000', '154747.795000', '154747.797000', '154747.800000', '154747.803000', '154807.691000', '154807.694000', '154807.696000', '154807.699000', '154807.701000', '154807.704000', '154807.707000', '154807.709000', '154807.712000', '154807.714000', '154807.717000', '154807.719000', '154807.722000', '154807.725000', '154807.727000', '154807.730000', '154807.733000', '154807.735000', '154807.738000', '154807.741000', '154807.743000', '154807.746000', '154807.748000', '154807.751000', '154807.753000', '154807.756000', '154807.759000', '154807.769000', '154807.771000', '154807.774000', '154807.777000', '154807.779000', '154807.782000', '154807.784000', '154807.787000', '154807.789000', '154807.792000', '154807.795000', '154807.797000', '154807.800000', '154807.802000', '154807.805000', '154807.808000', '154807.810000', '154827.690000', '154827.693000', '154827.696000', '154827.699000', '154827.701000', '154827.704000', '154827.707000', '154827.709000', '154827.712000', '154827.715000', '154827.717000', '154827.720000', '154827.723000', '154827.725000', '154827.728000', '154827.731000', '154827.733000', '154827.736000', '154827.738000', '154827.741000', '154827.744000', '154827.746000', '154827.749000', '154827.752000', '154827.754000', '154827.757000', '154827.760000', '154827.762000', '154827.765000', '154827.768000', '154827.770000', '154827.773000', '154827.775000', '154827.778000', '154827.781000', '154827.783000', '154827.786000', '154827.789000', '154827.791000', '154827.794000', '154827.796000', '154827.799000', '154827.802000', '154847.692000', '154847.694000', '154847.697000', '154847.700000', '154847.702000', '154847.705000', '154847.707000', '154847.710000', '154847.713000', '154847.715000', '154847.718000', '154847.720000', '154847.723000', '154847.726000', '154847.728000', '154847.731000', '154847.733000', '154847.736000', '154847.738000', '154847.741000', '154847.744000', '154847.746000', '154847.749000', '154847.751000', '154847.754000', '154847.757000', '154847.759000', '154847.762000', '154847.765000', '154847.767000', '154847.770000', '154847.772000', '154847.775000', '154847.778000', '154847.780000', '154847.783000', '154847.785000', '154847.788000', '154847.790000', '154847.793000', '154847.796000', '154847.798000', '154847.801000', '154847.804000', '154907.692000', '154907.694000', '154907.697000', '154907.700000', '154907.702000', '154907.705000', '154907.707000', '154907.710000', '154907.713000', '154907.715000', '154907.718000', '154907.721000', '154907.723000', '154907.726000', '154907.728000', '154907.731000', '154907.734000', '154907.736000', '154907.739000', '154907.742000', '154907.744000', '154907.747000', '154907.749000', '154907.752000', '154907.755000', '154907.757000', '154907.760000', '154907.763000', '154907.765000', '154907.768000', '154907.770000', '154907.773000', '154907.776000', '154907.778000', '154907.781000', '154907.783000', '154907.786000', '154907.788000', '154907.791000', '154907.794000', '154907.796000', '154907.799000', '154907.802000', '154927.693000', '154927.696000', '154927.698000', '154927.701000', '154927.704000', '154927.706000', '154927.709000', '154927.712000', '154927.714000', '154927.717000', '154927.719000', '154927.722000', '154927.725000', '154927.728000', '154927.730000', '154927.733000', '154927.736000', '154927.738000', '154927.743000', '154927.745000', '154927.748000', '154927.750000', '154927.753000', '154927.756000', '154927.758000', '154927.761000', '154927.764000', '154927.766000', '154927.769000', '154927.772000', '154927.774000', '154927.777000', '154927.779000', '154927.782000', '154927.785000', '154927.787000', '154927.790000', '154927.792000', '154927.795000', '154927.798000', '154927.800000', '154927.803000', '154927.806000', '154927.808000', '154947.691000', '154947.693000', '154947.696000', '154947.699000', '154947.701000', '154947.704000', '154947.707000', '154947.709000', '154947.712000', '154947.715000', '154947.717000', '154947.720000', '154947.722000', '154947.725000', '154947.727000', '154947.730000', '154947.733000', '154947.735000', '154947.738000', '154947.741000', '154947.743000', '154947.746000', '154947.748000', '154947.751000', '154947.754000', '154947.756000', '154947.759000', '154947.762000', '154947.764000', '154947.767000', '154947.769000', '154947.772000', '154947.775000', '154947.777000', '154947.780000', '154947.783000', '154947.785000', '154947.788000', '154947.790000', '154947.793000', '154947.796000', '154947.798000', '154947.801000', '155007.691000', '155007.693000', '155007.696000', '155007.699000', '155007.701000', '155007.704000', '155007.707000', '155007.709000', '155007.712000', '155007.715000', '155007.717000', '155007.720000', '155007.722000', '155007.725000', '155007.728000', '155007.730000', '155007.733000', '155007.736000', '155007.738000', '155007.741000', '155007.743000', '155007.746000', '155007.749000', '155007.751000', '155007.754000', '155007.757000', '155007.759000', '155007.762000', '155007.764000', '155007.767000', '155007.770000', '155007.772000', '155007.775000', '155007.777000', '155007.780000', '155007.782000', '155007.785000', '155007.788000', '155007.790000', '155007.793000', '155007.796000', '155007.798000', '155007.801000', '155007.803000', '155020.058000', '155020.062000', '155020.064000', '155020.067000', '155020.070000', '155020.072000', '155020.075000', '155020.078000', '155020.081000', '155020.083000', '155020.086000', '155020.089000', '155020.092000', '155020.095000', '155020.097000', '155020.100000', '155020.103000', '155020.109000', '155020.112000', '155020.115000', '155020.118000', '155020.120000', '155020.123000', '155020.127000', '155020.130000', '155020.133000', '155020.135000'], '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': [8056, 8244, 6967, 8421, 9244, 8714, 7437, 8417, 8502, 8392, 8975, 8361, 8438, 8814, 8755, 10439, 8603, 9131, 8450, 8260, 8886, 8533, 8197, 8615, 8171, 8777, 8538, 7792, 8561, 6586, 8399, 8340, 8658, 8592, 8635, 8671, 8527, 8477, 8502, 8497, 8663, 8621, 8757, 8745, 9368, 8356, 8238, 9282, 8806, 8699, 8774, 8104, 8984, 8573, 8331, 8514, 8531, 9207, 8467, 8071, 8503, 8403, 8629, 8598, 8007, 8470, 8120, 8417, 8513, 8223, 8528, 8219, 8752, 8255, 7850, 9111, 8286, 7992, 8375, 8166, 8570, 8240, 8053, 8224, 8010, 8693, 8324, 7840, 8475, 8107, 8452, 8369, 7919, 8475, 7996, 7996, 8117, 7718, 8158, 8053, 8214, 8448, 7912, 8152, 8029, 7938, 8030, 7767, 8460, 8258, 8322, 8132, 7944, 8116, 8142, 8647, 8191, 7887, 8668, 8198, 8152, 8103, 7974, 8466, 8088, 8083, 9010, 8332, 8048, 8286, 7921, 8136, 8163, 8145, 8374, 8035, 8171, 8257, 7964, 8312, 7981, 8464, 8128, 7958, 8729, 8126, 8010, 8310, 8087, 7945, 8294, 8010, 8201, 7983, 8239, 8207, 8112, 8418, 7459, 8193, 8647, 7185, 7330, 6725, 6064, 8806, 7765, 7100, 7254, 7173, 7055, 7741, 11371, 6966, 7308, 10600, 6636, 8418, 10507, 6938, 8900, 7065, 7474, 8858, 6401, 7673, 8381, 7997, 7280, 7812, 7648, 7393, 7643, 8069, 7719, 7824, 6847, 9011, 8036, 8554, 7822, 7527, 9227, 8419, 8778, 8309, 7498, 9316, 7928, 9620, 9147, 8622, 9236, 8615, 7242, 9401, 8151, 9480, 9451, 8184, 9539, 7953, 8036, 9151, 7586, 9435, 7657, 6942, 9443, 7898, 7970, 9295, 8864, 9775, 7942, 7647, 9540, 7838, 8401, 9698, 8219, 9466, 7728, 7418, 9227, 8095, 8009, 9225, 8116, 9141, 6854, 7870, 7853, 8289, 8079, 8780, 8156, 8275, 8933, 11881, 7763, 8685, 7757, 8125, 8783, 8028, 8509, 8596, 8351, 8785, 7422, 7496, 8004, 7548, 8244, 7199, 7658, 8044, 8250, 8115, 7228, 7632, 7755, 7583, 7924, 7658, 9277, 8401, 7875, 7771, 7582, 7377, 7545, 8276, 7911, 8465, 7707, 8339, 8233, 9601, 9682, 7730, 8645, 8037, 7844, 8437, 8210, 7778, 9203, 7906, 7493, 8331, 8109, 8957, 8335, 7682, 7991, 7803, 8006, 8204, 7829, 8356, 7878, 8952, 7842, 7637, 8226, 8115, 9097, 8499, 7678, 8031, 7799, 8680, 8081, 7926, 8567, 7684, 9230, 7658, 7543, 7203, 7354, 9377, 8725, 8046, 8639, 7847, 8355, 7524, 8278, 7253, 7807, 8750, 8756, 8007, 10212, 7567, 9359, 8041, 7498, 9430, 7922, 7905, 10970, 7532, 8810, 7906, 7807, 9770, 7446, 7858, 8049, 7509, 8446, 7351, 8163, 7646, 7945, 8192, 7359, 8012, 7968, 7744, 7609, 7678, 7478, 7359, 7507, 7550, 8529, 8167, 8124, 7992, 7776, 7228, 7387, 8011, 8130, 7655, 7751, 7141, 7797, 8174, 6794, 8577, 8246, 8113, 7736, 8403, 8038, 7347, 6306, 7667, 6125, 7739, 7790, 6168, 7673, 5752, 7258, 7521, 7838, 7767, 7882, 7848, 7914, 7242, 7338, 6558, 8146, 8705, 8383, 8953, 7755, 8538, 8453, 8299, 8068, 8456, 7602, 7699, 8390, 7689, 8525, 7947, 7550, 8166, 7778, 8108, 8132, 7671, 8419, 8136, 8419, 8201, 7615, 8413, 8101, 8664, 8390, 7510, 8368, 8007, 8355, 8439, 7529, 8342, 7628, 9152, 7982, 7491, 7798, 7341, 7828, 9822, 7940, 8083, 11036, 7759, 8061, 8605, 7592, 7970, 7827, 8494, 10285, 7779, 8252, 7634, 8299, 6868, 7318, 8006, 7887, 7884, 7024, 7343, 8208, 7665, 8111, 7559, 7634, 8148, 7794, 8317, 7751, 8071, 6953, 7468, 8241, 8668, 7818, 7580, 7713, 7538, 7861, 8658, 7471, 8089, 7102, 8050, 8050, 7941, 8460, 9661, 8099, 8140, 8184, 8291, 8218, 7668, 8430, 8067, 8224, 6890, 7613, 8222, 7911, 7761, 7714, 8097, 8086, 7196, 7606, 7981, 7486, 8036, 6834, 7459, 8038, 7384, 7606, 8121, 7641, 7878, 7105, 7998, 7933, 7551, 7662, 8122, 7817, 7918, 6853, 7679, 8077, 7939, 7461, 8147, 7408, 8147, 7505, 7614, 7797, 7776, 7469, 7578, 7524, 7360, 6997, 7608, 6889, 7130, 7593, 8779, 7125, 7158, 6685, 6653, 6378, 7209, 7885, 6174, 6808, 6464, 6918, 6272, 7833, 6796, 6678, 11326, 6860, 6927, 9328, 6180, 8353, 9928, 6517, 8198, 6604, 6963, 8381, 5998, 8653, 6200, 6349, 7859, 6151, 7771, 6518, 5839, 7734, 6250, 7176, 6646, 6177, 7314, 6278, 7609, 6843, 6077, 7971, 6330, 7518, 8075, 6330, 8224, 6541, 6572, 8534, 6104, 7743, 6659, 6198, 7595, 6400, 7367, 8107, 6067, 7986, 6669, 6202, 8000, 6431, 8027, 9347, 6430, 8047, 6802, 6164, 7693, 6238, 7879, 9283, 7297, 7216, 8058, 7192, 7875, 6928, 7711, 6867, 6984, 7881, 6969, 10107, 11682, 7491, 14120, 7762, 9661, 8487, 7565, 11350, 7333, 13281, 10590, 8269, 12557, 7592, 8567, 7904, 7754, 9481, 7110, 7956, 6732, 6945, 9455, 7029, 7183, 6906, 6562, 7543, 7123, 7315, 8098, 7234, 8031, 10240, 6917, 7846, 7542, 7087, 8244, 7199, 7378, 7469, 7026, 7594, 7031, 6787, 7435, 7279, 7451, 7309, 7164, 6127, 6747, 5943, 7232, 7164, 7562, 7736, 7446, 8195, 7106, 7031, 6198, 6381, 6957, 6842, 7871, 7118, 7948, 7892, 10533, 7510, 9753, 7681, 10975, 11857, 9861, 14196, 9539, 10465, 12217, 8803, 12597, 8744, 9538, 10714, 8725, 8107, 8739, 8542, 7731, 8571, 7834, 7234, 7379, 6808, 7614, 7729, 7787, 8849, 7887, 8136, 8251, 7554, 7920, 6884, 7810, 7656, 7362, 7577, 6491, 7767, 7230, 6767, 7628, 7764, 7780, 7133, 6921, 7040, 6484, 8349, 8237, 7385, 7272, 7343, 7032, 6979, 6828, 7341, 7042, 7068, 10575, 8855, 7025, 8522, 7125, 7628, 9735, 7112, 8389, 6881, 7001, 8332, 7195, 7648, 7007, 6854, 8057, 6905, 7281, 6501, 6810, 7797, 6897, 6987, 6499, 7073, 8090, 6896, 7435, 7680, 6894, 8010, 6876, 7396, 9527, 6759, 8347, 7309, 6844, 8343, 6652, 7698, 9579, 6833, 8485, 6935, 6900, 9381, 6749, 6557, 6626, 7097, 7851, 6618, 7374, 6598, 8287, 6478, 6928, 9328, 6639, 7902, 8456], 'WindowCenter': [3643.0, 3639.0, 3604.0, 3625.0, 3623.0, 3627.0, 3602.0, 3611.0, 3612.0, 3602.0, 3611.0, 3600.0, 3586.0, 3598.0, 3600.0, 3607.0, 3585.0, 3597.0, 3598.0, 3587.0, 3596.0, 3586.0, 3585.0, 3583.0, 3585.0, 3584.0, 3599.0, 3589.0, 3599.0, 3578.0, 3599.0, 3599.0, 3598.0, 3610.0, 3613.0, 3625.0, 3613.0, 3600.0, 3613.0, 3613.0, 3612.0, 3614.0, 3613.0, 3612.0, 3623.0, 3598.0, 3599.0, 3610.0, 3612.0, 3612.0, 3598.0, 3590.0, 3598.0, 3597.0, 3587.0, 3599.0, 3597.0, 3597.0, 3585.0, 3586.0, 3583.0, 3586.0, 3597.0, 3597.0, 3585.0, 3584.0, 3573.0, 3571.0, 3582.0, 3584.0, 3595.0, 3584.0, 3583.0, 3571.0, 3571.0, 3581.0, 3570.0, 3571.0, 3582.0, 3570.0, 3569.0, 3569.0, 3560.0, 3568.0, 3570.0, 3582.0, 3569.0, 3571.0, 3569.0, 3559.0, 3569.0, 3571.0, 3584.0, 3583.0, 3572.0, 3571.0, 3570.0, 3560.0, 3569.0, 3570.0, 3583.0, 3586.0, 3573.0, 3570.0, 3571.0, 3571.0, 3571.0, 3572.0, 3583.0, 3583.0, 3583.0, 3571.0, 3572.0, 3570.0, 3571.0, 3582.0, 3584.0, 3584.0, 3582.0, 3572.0, 3572.0, 3569.0, 3570.0, 3569.0, 3569.0, 3570.0, 3582.0, 3584.0, 3572.0, 3571.0, 3571.0, 3570.0, 3570.0, 3572.0, 3582.0, 3584.0, 3583.0, 3583.0, 3573.0, 3570.0, 3571.0, 3571.0, 3571.0, 3572.0, 3583.0, 3573.0, 3573.0, 3571.0, 3571.0, 3572.0, 3571.0, 3585.0, 3586.0, 3584.0, 3583.0, 3583.0, 3586.0, 3586.0, 3552.0, 3575.0, 3584.0, 3565.0, 3575.0, 3567.0, 3556.0, 3597.0, 3575.0, 3578.0, 3589.0, 3580.0, 3591.0, 3591.0, 3632.0, 3564.0, 3564.0, 3605.0, 3565.0, 3586.0, 3605.0, 3563.0, 3595.0, 3550.0, 3561.0, 3583.0, 3554.0, 3574.0, 3542.0, 3545.0, 3518.0, 3547.0, 3547.0, 3531.0, 3548.0, 3568.0, 3558.0, 3615.0, 3591.0, 3623.0, 3598.0, 3594.0, 3584.0, 3570.0, 3604.0, 3581.0, 3594.0, 3597.0, 3587.0, 3619.0, 3596.0, 3606.0, 3605.0, 3580.0, 3591.0, 3581.0, 3572.0, 3593.0, 3584.0, 3594.0, 3605.0, 3582.0, 3592.0, 3584.0, 3584.0, 3592.0, 3571.0, 3592.0, 3572.0, 3559.0, 3592.0, 3584.0, 3597.0, 3606.0, 3594.0, 3605.0, 3584.0, 3570.0, 3591.0, 3572.0, 3581.0, 3604.0, 3595.0, 3604.0, 3571.0, 3559.0, 3594.0, 3572.0, 3570.0, 3605.0, 3584.0, 3605.0, 3564.0, 3586.0, 3586.0, 3597.0, 3584.0, 3595.0, 3586.0, 3596.0, 3608.0, 3644.0, 3577.0, 3596.0, 3571.0, 3572.0, 3582.0, 3570.0, 3580.0, 3583.0, 3583.0, 3583.0, 3561.0, 3561.0, 3583.0, 3571.0, 3582.0, 3560.0, 3571.0, 3584.0, 3595.0, 3585.0, 3574.0, 3572.0, 3574.0, 3573.0, 3583.0, 3574.0, 3597.0, 3586.0, 3587.0, 3574.0, 3575.0, 3562.0, 3575.0, 3585.0, 3584.0, 3584.0, 3575.0, 3598.0, 3599.0, 3611.0, 3595.0, 3573.0, 3584.0, 3571.0, 3571.0, 3583.0, 3583.0, 3574.0, 3581.0, 3571.0, 3561.0, 3572.0, 3584.0, 3595.0, 3584.0, 3573.0, 3572.0, 3573.0, 3572.0, 3585.0, 3587.0, 3597.0, 3586.0, 3596.0, 3584.0, 3574.0, 3584.0, 3587.0, 3608.0, 3597.0, 3586.0, 3573.0, 3574.0, 3584.0, 3585.0, 3587.0, 3597.0, 3587.0, 3595.0, 3574.0, 3587.0, 3576.0, 3575.0, 3609.0, 3598.0, 3586.0, 3594.0, 3583.0, 3583.0, 3571.0, 3581.0, 3584.0, 3585.0, 3611.0, 3598.0, 3599.0, 3605.0, 3573.0, 3594.0, 3571.0, 3561.0, 3594.0, 3571.0, 3570.0, 3589.0, 3557.0, 3567.0, 3555.0, 3557.0, 3576.0, 3544.0, 3544.0, 3543.0, 3543.0, 3553.0, 3532.0, 3554.0, 3544.0, 3543.0, 3553.0, 3532.0, 3543.0, 3554.0, 3545.0, 3545.0, 3559.0, 3550.0, 3552.0, 3545.0, 3534.0, 3555.0, 3571.0, 3558.0, 3558.0, 3560.0, 3549.0, 3562.0, 3573.0, 3574.0, 3576.0, 3575.0, 3550.0, 3577.0, 3554.0, 3546.0, 3576.0, 3566.0, 3557.0, 3575.0, 3583.0, 3558.0, 3587.0, 3523.0, 3608.0, 3563.0, 3582.0, 3570.0, 3548.0, 3569.0, 3538.0, 3587.0, 3586.0, 3586.0, 3587.0, 3595.0, 3598.0, 3597.0, 3589.0, 3586.0, 3564.0, 3599.0, 3596.0, 3597.0, 3606.0, 3586.0, 3608.0, 3597.0, 3599.0, 3602.0, 3584.0, 3573.0, 3573.0, 3584.0, 3587.0, 3597.0, 3600.0, 3588.0, 3597.0, 3588.0, 3586.0, 3601.0, 3600.0, 3600.0, 3602.0, 3598.0, 3599.0, 3587.0, 3599.0, 3602.0, 3611.0, 3599.0, 3588.0, 3586.0, 3587.0, 3597.0, 3600.0, 3588.0, 3599.0, 3590.0, 3610.0, 3588.0, 3576.0, 3586.0, 3575.0, 3589.0, 3623.0, 3588.0, 3587.0, 3605.0, 3573.0, 3573.0, 3583.0, 3575.0, 3587.0, 3572.0, 3595.0, 3607.0, 3574.0, 3582.0, 3571.0, 3582.0, 3551.0, 3562.0, 3574.0, 3585.0, 3584.0, 3563.0, 3562.0, 3584.0, 3572.0, 3573.0, 3574.0, 3588.0, 3587.0, 3574.0, 3598.0, 3575.0, 3574.0, 3562.0, 3563.0, 3586.0, 3597.0, 3587.0, 3589.0, 3574.0, 3586.0, 3575.0, 3597.0, 3577.0, 3586.0, 3575.0, 3587.0, 3598.0, 3587.0, 3588.0, 3594.0, 3571.0, 3571.0, 3572.0, 3584.0, 3585.0, 3574.0, 3583.0, 3571.0, 3571.0, 3550.0, 3560.0, 3584.0, 3584.0, 3573.0, 3573.0, 3571.0, 3574.0, 3562.0, 3574.0, 3587.0, 3575.0, 3586.0, 3563.0, 3562.0, 3585.0, 3574.0, 3574.0, 3587.0, 3587.0, 3586.0, 3564.0, 3573.0, 3585.0, 3574.0, 3574.0, 3586.0, 3587.0, 3586.0, 3564.0, 3574.0, 3585.0, 3584.0, 3576.0, 3587.0, 3575.0, 3587.0, 3576.0, 3574.0, 3587.0, 3587.0, 3590.0, 3602.0, 3588.0, 3590.0, 3576.0, 3587.0, 3575.0, 3580.0, 3591.0, 3599.0, 3568.0, 3538.0, 3545.0, 3545.0, 3531.0, 3559.0, 3549.0, 3529.0, 3540.0, 3532.0, 3555.0, 3543.0, 3570.0, 3544.0, 3542.0, 3598.0, 3544.0, 3538.0, 3571.0, 3528.0, 3562.0, 3585.0, 3529.0, 3558.0, 3527.0, 3538.0, 3546.0, 3516.0, 3568.0, 3531.0, 3527.0, 3549.0, 3517.0, 3553.0, 3527.0, 3517.0, 3561.0, 3542.0, 3554.0, 3541.0, 3530.0, 3557.0, 3529.0, 3562.0, 3553.0, 3530.0, 3564.0, 3529.0, 3556.0, 3562.0, 3533.0, 3569.0, 3545.0, 3549.0, 3573.0, 3531.0, 3551.0, 3539.0, 3533.0, 3549.0, 3546.0, 3562.0, 3561.0, 3533.0, 3567.0, 3541.0, 3534.0, 3563.0, 3540.0, 3564.0, 3583.0, 3542.0, 3564.0, 3541.0, 3532.0, 3550.0, 3536.0, 3564.0, 3587.0, 3567.0, 3562.0, 3574.0, 3549.0, 3571.0, 3557.0, 3563.0, 3566.0, 3584.0, 3595.0, 3587.0, 3625.0, 3615.0, 3556.0, 3632.0, 3566.0, 3582.0, 3557.0, 3549.0, 3592.0, 3536.0, 3607.0, 3566.0, 3547.0, 3591.0, 3534.0, 3543.0, 3519.0, 3517.0, 3539.0, 3507.0, 3519.0, 3497.0, 3511.0, 3542.0, 3510.0, 3508.0, 3510.0, 3509.0, 3523.0, 3521.0, 3535.0, 3533.0, 3521.0, 3533.0, 3557.0, 3511.0, 3531.0, 3521.0, 3511.0, 3541.0, 3523.0, 3523.0, 3521.0, 3521.0, 3533.0, 3525.0, 3529.0, 3535.0, 3556.0, 3537.0, 3537.0, 3551.0, 3527.0, 3542.0, 3531.0, 3563.0, 3555.0, 3577.0, 3576.0, 3565.0, 3574.0, 3562.0, 3550.0, 3527.0, 3543.0, 3568.0, 3569.0, 3593.0, 3569.0, 3579.0, 3578.0, 3596.0, 3579.0, 3599.0, 3579.0, 3626.0, 3602.0, 3600.0, 3613.0, 3585.0, 3589.0, 3587.0, 3572.0, 3585.0, 3554.0, 3569.0, 3569.0, 3547.0, 3546.0, 3546.0, 3549.0, 3530.0, 3543.0, 3531.0, 3523.0, 3534.0, 3508.0, 3540.0, 3536.0, 3535.0, 3555.0, 3552.0, 3548.0, 3560.0, 3548.0, 3550.0, 3536.0, 3536.0, 3546.0, 3537.0, 3546.0, 3513.0, 3536.0, 3535.0, 3528.0, 3553.0, 3551.0, 3566.0, 3552.0, 3551.0, 3554.0, 3529.0, 3566.0, 3565.0, 3554.0, 3542.0, 3555.0, 3566.0, 3553.0, 3556.0, 3572.0, 3554.0, 3555.0, 3600.0, 3575.0, 3543.0, 3564.0, 3553.0, 3564.0, 3586.0, 3554.0, 3564.0, 3542.0, 3539.0, 3560.0, 3551.0, 3565.0, 3553.0, 3544.0, 3565.0, 3540.0, 3551.0, 3533.0, 3544.0, 3565.0, 3557.0, 3556.0, 3542.0, 3555.0, 3565.0, 3553.0, 3568.0, 3578.0, 3566.0, 3577.0, 3544.0, 3566.0, 3585.0, 3544.0, 3578.0, 3567.0, 3544.0, 3574.0, 3541.0, 3562.0, 3584.0, 3543.0, 3577.0, 3554.0, 3554.0, 3584.0, 3540.0, 3543.0, 3542.0, 3552.0, 3565.0, 3542.0, 3553.0, 3556.0, 3587.0, 3558.0, 3556.0, 3587.0, 3542.0, 3563.0, 3561.0], 'WindowWidth': [8242.0, 8226.0, 8171.0, 8197.0, 8188.0, 8201.0, 8162.0, 8170.0, 8169.0, 8154.0, 8164.0, 8145.0, 8121.0, 8140.0, 8145.0, 8150.0, 8118.0, 8138.0, 8141.0, 8125.0, 8133.0, 8121.0, 8118.0, 8111.0, 8118.0, 8115.0, 8143.0, 8132.0, 8147.0, 8117.0, 8145.0, 8144.0, 8143.0, 8161.0, 8172.0, 8190.0, 8173.0, 8151.0, 8168.0, 8169.0, 8168.0, 8174.0, 8173.0, 8168.0, 8184.0, 8142.0, 8146.0, 8162.0, 8167.0, 8169.0, 8142.0, 8134.0, 8141.0, 8136.0, 8127.0, 8146.0, 8140.0, 8138.0, 8120.0, 8121.0, 8112.0, 8121.0, 8139.0, 8137.0, 8122.0, 8113.0, 8099.0, 8095.0, 8109.0, 8118.0, 8133.0, 8114.0, 8112.0, 8091.0, 8092.0, 8105.0, 8089.0, 8095.0, 8110.0, 8091.0, 8089.0, 8086.0, 8075.0, 8082.0, 8088.0, 8108.0, 8086.0, 8091.0, 8086.0, 8074.0, 8087.0, 8092.0, 8115.0, 8114.0, 8098.0, 8093.0, 8091.0, 8078.0, 8088.0, 8090.0, 8113.0, 8122.0, 8100.0, 8091.0, 8093.0, 8093.0, 8091.0, 8096.0, 8114.0, 8114.0, 8113.0, 8094.0, 8097.0, 8090.0, 8093.0, 8109.0, 8115.0, 8115.0, 8110.0, 8096.0, 8097.0, 8087.0, 8090.0, 8089.0, 8087.0, 8092.0, 8113.0, 8116.0, 8098.0, 8093.0, 8094.0, 8090.0, 8090.0, 8095.0, 8110.0, 8116.0, 8115.0, 8111.0, 8101.0, 8091.0, 8094.0, 8094.0, 8094.0, 8099.0, 8115.0, 8099.0, 8100.0, 8092.0, 8095.0, 8095.0, 8093.0, 8118.0, 8121.0, 8116.0, 8112.0, 8110.0, 8121.0, 8120.0, 8066.0, 8099.0, 8113.0, 8091.0, 8105.0, 8099.0, 8081.0, 8135.0, 8106.0, 8116.0, 8132.0, 8123.0, 8140.0, 8139.0, 8192.0, 8089.0, 8089.0, 8142.0, 8092.0, 8121.0, 8144.0, 8087.0, 8131.0, 8064.0, 8081.0, 8111.0, 8078.0, 8102.0, 8031.0, 8043.0, 7996.0, 8047.0, 8052.0, 8017.0, 8054.0, 8090.0, 8072.0, 8184.0, 8147.0, 8191.0, 8147.0, 8132.0, 8121.0, 8094.0, 8143.0, 8109.0, 8132.0, 8141.0, 8129.0, 8173.0, 8138.0, 8152.0, 8148.0, 8106.0, 8121.0, 8110.0, 8101.0, 8129.0, 8117.0, 8129.0, 8146.0, 8111.0, 8126.0, 8119.0, 8119.0, 8127.0, 8097.0, 8124.0, 8099.0, 8079.0, 8126.0, 8117.0, 8140.0, 8153.0, 8131.0, 8144.0, 8116.0, 8092.0, 8122.0, 8098.0, 8108.0, 8143.0, 8135.0, 8144.0, 8098.0, 8077.0, 8128.0, 8097.0, 8092.0, 8146.0, 8120.0, 8148.0, 8091.0, 8121.0, 8125.0, 8138.0, 8119.0, 8134.0, 8123.0, 8137.0, 8156.0, 8213.0, 8113.0, 8135.0, 8096.0, 8095.0, 8110.0, 8092.0, 8105.0, 8110.0, 8111.0, 8115.0, 8081.0, 8081.0, 8113.0, 8095.0, 8110.0, 8079.0, 8094.0, 8120.0, 8137.0, 8122.0, 8104.0, 8099.0, 8103.0, 8102.0, 8114.0, 8104.0, 8140.0, 8123.0, 8125.0, 8100.0, 8104.0, 8083.0, 8105.0, 8118.0, 8117.0, 8115.0, 8107.0, 8142.0, 8145.0, 8165.0, 8132.0, 8098.0, 8114.0, 8092.0, 8093.0, 8112.0, 8113.0, 8103.0, 8106.0, 8094.0, 8082.0, 8096.0, 8117.0, 8135.0, 8116.0, 8102.0, 8096.0, 8099.0, 8098.0, 8119.0, 8128.0, 8140.0, 8125.0, 8135.0, 8117.0, 8105.0, 8116.0, 8126.0, 8156.0, 8139.0, 8124.0, 8101.0, 8104.0, 8117.0, 8119.0, 8129.0, 8142.0, 8125.0, 8132.0, 8105.0, 8128.0, 8109.0, 8109.0, 8160.0, 8145.0, 8124.0, 8133.0, 8118.0, 8115.0, 8096.0, 8110.0, 8120.0, 8122.0, 8167.0, 8145.0, 8146.0, 8146.0, 8099.0, 8129.0, 8092.0, 8081.0, 8129.0, 8094.0, 8091.0, 8113.0, 8067.0, 8081.0, 8061.0, 8067.0, 8090.0, 8043.0, 8043.0, 8042.0, 8041.0, 8054.0, 8025.0, 8056.0, 8041.0, 8040.0, 8053.0, 8025.0, 8040.0, 8057.0, 8047.0, 8046.0, 8072.0, 8062.0, 8066.0, 8047.0, 8027.0, 8060.0, 8090.0, 8068.0, 8069.0, 8074.0, 8058.0, 8081.0, 8098.0, 8101.0, 8107.0, 8100.0, 8058.0, 8107.0, 8054.0, 8057.0, 8095.0, 8080.0, 8067.0, 8101.0, 8112.0, 8070.0, 8129.0, 8015.0, 8171.0, 8095.0, 8115.0, 8092.0, 8062.0, 8091.0, 8050.0, 8129.0, 8125.0, 8127.0, 8129.0, 8138.0, 8145.0, 8143.0, 8137.0, 8127.0, 8094.0, 8147.0, 8139.0, 8140.0, 8153.0, 8126.0, 8159.0, 8144.0, 8146.0, 8154.0, 8116.0, 8100.0, 8099.0, 8117.0, 8127.0, 8140.0, 8148.0, 8130.0, 8138.0, 8128.0, 8122.0, 8153.0, 8151.0, 8151.0, 8154.0, 8143.0, 8145.0, 8127.0, 8146.0, 8154.0, 8165.0, 8148.0, 8132.0, 8122.0, 8125.0, 8141.0, 8151.0, 8133.0, 8144.0, 8137.0, 8160.0, 8129.0, 8110.0, 8124.0, 8108.0, 8135.0, 8184.0, 8128.0, 8125.0, 8145.0, 8099.0, 8100.0, 8112.0, 8107.0, 8124.0, 8098.0, 8134.0, 8155.0, 8104.0, 8111.0, 8095.0, 8111.0, 8068.0, 8083.0, 8102.0, 8120.0, 8118.0, 8089.0, 8084.0, 8115.0, 8098.0, 8100.0, 8102.0, 8130.0, 8128.0, 8106.0, 8143.0, 8106.0, 8105.0, 8087.0, 8087.0, 8123.0, 8140.0, 8129.0, 8133.0, 8105.0, 8123.0, 8104.0, 8138.0, 8113.0, 8122.0, 8107.0, 8127.0, 8144.0, 8127.0, 8130.0, 8127.0, 8094.0, 8093.0, 8094.0, 8115.0, 8121.0, 8101.0, 8114.0, 8093.0, 8094.0, 8064.0, 8079.0, 8116.0, 8118.0, 8099.0, 8100.0, 8093.0, 8101.0, 8084.0, 8104.0, 8127.0, 8109.0, 8122.0, 8088.0, 8086.0, 8119.0, 8104.0, 8104.0, 8127.0, 8128.0, 8123.0, 8092.0, 8100.0, 8119.0, 8104.0, 8102.0, 8124.0, 8127.0, 8123.0, 8091.0, 8102.0, 8121.0, 8118.0, 8109.0, 8127.0, 8109.0, 8126.0, 8108.0, 8105.0, 8125.0, 8127.0, 8137.0, 8156.0, 8131.0, 8138.0, 8110.0, 8126.0, 8108.0, 8122.0, 8140.0, 8143.0, 8101.0, 8042.0, 8061.0, 8062.0, 8038.0, 8079.0, 8058.0, 8035.0, 8047.0, 8039.0, 8073.0, 8059.0, 8101.0, 8059.0, 8054.0, 8134.0, 8055.0, 8042.0, 8088.0, 8030.0, 8079.0, 8111.0, 8032.0, 8069.0, 8023.0, 8041.0, 8048.0, 8008.0, 8089.0, 8036.0, 8026.0, 8056.0, 8011.0, 8065.0, 8026.0, 8013.0, 8078.0, 8055.0, 8072.0, 8048.0, 8035.0, 8074.0, 8033.0, 8080.0, 8073.0, 8037.0, 8084.0, 8033.0, 8075.0, 8078.0, 8039.0, 8094.0, 8061.0, 8070.0, 8096.0, 8036.0, 8065.0, 8046.0, 8040.0, 8059.0, 8063.0, 8084.0, 8079.0, 8042.0, 8090.0, 8050.0, 8045.0, 8081.0, 8050.0, 8087.0, 8112.0, 8055.0, 8086.0, 8051.0, 8039.0, 8061.0, 8047.0, 8085.0, 8119.0, 8094.0, 8084.0, 8099.0, 8064.0, 8094.0, 8079.0, 8086.0, 8097.0, 8132.0, 8141.0, 8135.0, 8189.0, 8160.0, 8078.0, 8187.0, 8088.0, 8104.0, 8065.0, 8055.0, 8116.0, 8035.0, 8141.0, 8075.0, 8047.0, 8110.0, 8028.0, 8036.0, 7998.0, 7994.0, 8024.0, 7980.0, 7998.0, 7965.0, 7990.0, 8031.0, 7990.0, 7983.0, 7987.0, 7986.0, 8009.0, 8005.0, 8029.0, 8024.0, 8004.0, 8023.0, 8056.0, 7989.0, 8017.0, 8003.0, 7989.0, 8039.0, 8012.0, 8011.0, 8005.0, 8007.0, 8024.0, 8017.0, 8027.0, 8030.0, 8073.0, 8037.0, 8036.0, 8062.0, 8026.0, 8054.0, 8039.0, 8083.0, 8076.0, 8110.0, 8107.0, 8091.0, 8103.0, 8089.0, 8062.0, 8030.0, 8058.0, 8098.0, 8102.0, 8138.0, 8102.0, 8111.0, 8109.0, 8131.0, 8114.0, 8143.0, 8116.0, 8189.0, 8141.0, 8142.0, 8159.0, 8114.0, 8116.0, 8111.0, 8091.0, 8108.0, 8057.0, 8081.0, 8079.0, 8046.0, 8045.0, 8042.0, 8045.0, 8020.0, 8038.0, 8019.0, 8009.0, 8025.0, 7986.0, 8033.0, 8029.0, 8027.0, 8054.0, 8057.0, 8051.0, 8070.0, 8051.0, 8057.0, 8036.0, 8034.0, 8048.0, 8037.0, 8048.0, 7999.0, 8032.0, 8030.0, 8023.0, 8061.0, 8061.0, 8090.0, 8069.0, 8064.0, 8072.0, 8030.0, 8084.0, 8085.0, 8072.0, 8048.0, 8069.0, 8089.0, 8067.0, 8076.0, 8105.0, 8073.0, 8075.0, 8141.0, 8096.0, 8051.0, 8079.0, 8070.0, 8087.0, 8113.0, 8068.0, 8081.0, 8047.0, 8043.0, 8071.0, 8063.0, 8088.0, 8070.0, 8058.0, 8083.0, 8047.0, 8063.0, 8041.0, 8057.0, 8089.0, 8080.0, 8077.0, 8054.0, 8074.0, 8087.0, 8069.0, 8096.0, 8114.0, 8093.0, 8107.0, 8057.0, 8090.0, 8112.0, 8058.0, 8108.0, 8096.0, 8060.0, 8096.0, 8049.0, 8080.0, 8110.0, 8054.0, 8107.0, 8073.0, 8072.0, 8111.0, 8047.0, 8056.0, 8052.0, 8066.0, 8086.0, 8055.0, 8070.0, 8077.0, 8123.0, 8085.0, 8079.0, 8118.0, 8053.0, 8084.0, 8076.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.012744655963302754</td></tr>
<tr><td colspan=3>aqi</td><td>0.1615118766055046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.304855438622226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0391098148105613</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0013987338576351</td></tr>
<tr><td colspan=3>efc</td><td>0.4979</td></tr>
<tr><td colspan=3>fber</td><td>2916.3264</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.34411671656564996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>243</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.86697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9342218403768587</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.680527754273056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.339878556734726</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7822592101227936</td></tr>
<tr><td colspan=3>gcor</td><td>0.00755324</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015835408121347427</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03628917038440704</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.143714334043283</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>12.6313</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7021</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.4284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304498.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.5755</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>385.6424</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2826.8737</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>730.0163</td></tr>
<tr><td colspan=3>tsnr</td><td>15.594698600616539</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>