ds005256-mriqc/sub-0075_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 0320c7e61e [DATALAD RUNCMD] Compute MRIQC for sub-0075
=== 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-0075 --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-0075",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:30:51 +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-0075_ses-01_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-0075_ses-01_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-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_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-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_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-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0075_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-01_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-0075/figures/sub-0075_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-01_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-0075/ses-01/func/sub-0075_ses-01_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>4511cd1b089025dcd0e26538c17f9890</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>14:54:11.470000</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>[1, 0, 0, 0, 1, 0]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0841477</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7683, -7302, 425, -79, -44, 37, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f509171-df31-49c4-bafd-d700ceeaea68||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -81.07707977294922], [0.0, 0.0, 2.700000047683716, -90.25], [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': ['145411.470000', '145411.930000', '145412.390000', '145412.850000', '145413.310000', '145413.770000', '145414.230000', '145414.690000', '145415.150000', '145415.610000', '145416.070000', '145416.530000', '145416.990000', '145417.450000', '145417.910000', '145418.370000', '145418.830000', '145419.290000', '145419.750000', '145420.210000', '145420.670000', '145421.130000', '145421.590000', '145422.050000', '145422.510000', '145422.970000', '145423.430000', '145423.890000', '145424.350000', '145424.810000', '145425.270000', '145425.730000', '145426.190000', '145426.650000', '145427.110000', '145427.570000', '145428.030000', '145428.490000', '145428.950000', '145429.410000', '145429.870000', '145430.330000', '145430.790000', '145431.250000', '145431.710000', '145432.170000', '145432.630000', '145433.090000', '145433.550000', '145434.010000', '145434.470000', '145434.930000', '145435.390000', '145435.850000', '145436.310000', '145436.770000', '145437.230000', '145437.690000', '145438.150000', '145438.610000', '145439.070000', '145439.530000', '145439.990000', '145440.450000', '145440.910000', '145441.370000', '145441.830000', '145442.290000', '145442.750000', '145443.210000', '145443.670000', '145444.130000', '145444.590000', '145445.050000', '145445.510000', '145445.970000', '145446.430000', '145446.890000', '145447.350000', '145447.810000', '145448.270000', '145448.730000', '145449.190000', '145449.650000', '145450.110000', '145450.570000', '145451.030000', '145451.490000', '145451.950000', '145452.410000', '145452.870000', '145453.330000', '145453.790000', '145454.250000', '145454.710000', '145455.170000', '145455.630000', '145456.090000', '145456.550000', '145457.010000', '145457.470000', '145457.930000', '145458.390000', '145458.850000', '145459.310000', '145459.770000', '145500.230000', '145500.690000', '145501.150000', '145501.610000', '145502.070000', '145502.530000', '145502.990000', '145503.450000', '145503.910000', '145504.370000', '145504.830000', '145505.290000', '145505.750000', '145506.210000', '145506.670000', '145507.130000', '145507.590000', '145508.050000', '145508.510000', '145508.970000', '145509.430000', '145509.890000', '145510.350000', '145510.810000', '145511.270000', '145511.730000', '145512.190000', '145512.650000', '145513.110000', '145513.570000', '145514.030000', '145514.490000', '145514.950000', '145515.410000', '145515.870000', '145516.330000', '145516.790000', '145517.250000', '145517.710000', '145518.170000', '145518.630000', '145519.090000', '145519.550000', '145520.010000', '145520.470000', '145520.930000', '145521.390000', '145521.850000', '145522.310000', '145522.770000', '145523.230000', '145523.690000', '145524.150000', '145524.610000', '145525.070000', '145525.530000', '145525.990000', '145526.450000', '145526.910000', '145527.370000', '145527.830000', '145528.290000', '145528.750000', '145529.210000', '145529.670000', '145530.130000', '145530.590000', '145531.050000', '145531.510000', '145531.970000', '145532.430000', '145532.890000', '145533.350000', '145533.810000', '145534.270000', '145534.730000', '145535.190000', '145535.650000', '145536.110000', '145536.570000', '145537.030000', '145537.490000', '145537.950000', '145538.410000', '145538.870000', '145539.330000', '145539.790000', '145540.250000', '145540.710000', '145541.170000', '145541.630000', '145542.090000', '145542.550000', '145543.010000', '145543.470000', '145543.930000', '145544.390000', '145544.850000', '145545.310000', '145545.770000', '145546.230000', '145546.690000', '145547.150000', '145547.610000', '145548.070000', '145548.530000', '145548.990000', '145549.450000', '145549.910000', '145550.370000', '145550.830000', '145551.290000', '145551.750000', '145552.210000', '145552.670000', '145553.130000', '145553.590000', '145554.050000', '145554.510000', '145554.970000', '145555.430000', '145555.890000', '145556.350000', '145556.810000', '145557.270000', '145557.730000', '145558.190000', '145558.650000', '145559.110000', '145559.570000', '145600.030000', '145600.490000', '145600.950000', '145601.410000', '145601.870000', '145602.330000', '145602.790000', '145603.250000', '145603.710000', '145604.170000', '145604.630000', '145605.090000', '145605.550000', '145606.010000', '145606.470000', '145606.930000', '145607.390000', '145607.850000', '145608.310000', '145608.770000', '145609.230000', '145609.690000', '145610.150000', '145610.610000', '145611.070000', '145611.530000', '145611.990000', '145612.450000', '145612.910000', '145613.370000', '145613.830000', '145614.290000', '145614.750000', '145615.210000', '145615.670000', '145616.130000', '145616.590000', '145617.050000', '145617.510000', '145617.970000', '145618.430000', '145618.890000', '145619.350000', '145619.810000', '145620.270000', '145620.730000', '145621.190000', '145621.650000', '145622.110000', '145622.570000', '145623.030000', '145623.490000', '145623.950000', '145624.410000', '145624.870000', '145625.330000', '145625.790000', '145626.250000', '145626.710000', '145627.170000', '145627.630000', '145628.090000', '145628.550000', '145629.010000', '145629.470000', '145629.930000', '145630.390000', '145630.850000', '145631.310000', '145631.770000', '145632.230000', '145632.690000', '145633.150000', '145633.610000', '145634.070000', '145634.530000', '145634.990000', '145635.450000', '145635.910000', '145636.370000', '145636.830000', '145637.290000', '145637.750000', '145638.210000', '145638.670000', '145639.130000', '145639.590000', '145640.050000', '145640.510000', '145640.970000', '145641.430000', '145641.890000', '145642.350000', '145642.810000', '145643.270000', '145643.730000', '145644.190000', '145644.650000', '145645.110000', '145645.570000', '145646.030000', '145646.490000', '145646.950000', '145647.410000', '145647.870000', '145648.330000', '145648.790000', '145649.250000', '145649.710000', '145650.170000', '145650.630000', '145651.090000', '145651.550000', '145652.010000', '145652.470000', '145652.930000', '145653.390000', '145653.850000', '145654.310000', '145654.770000', '145655.230000', '145655.690000', '145656.150000', '145656.610000', '145657.070000', '145657.530000', '145657.990000', '145658.450000', '145658.910000', '145659.370000', '145659.830000', '145700.290000', '145700.750000', '145701.210000', '145701.670000', '145702.130000', '145702.590000', '145703.050000', '145703.510000', '145703.970000', '145704.430000', '145704.890000', '145705.350000', '145705.810000', '145706.270000', '145706.730000', '145707.190000', '145707.650000', '145708.110000', '145708.570000', '145709.030000', '145709.490000', '145709.950000', '145710.410000', '145710.870000', '145711.330000', '145711.790000', '145712.250000', '145712.710000', '145713.170000', '145713.630000', '145714.090000', '145714.550000', '145715.010000', '145715.470000', '145715.930000', '145716.390000', '145716.850000', '145717.310000', '145717.770000', '145718.230000', '145718.690000', '145719.150000', '145719.610000', '145720.070000', '145720.530000', '145720.990000', '145721.450000', '145721.910000', '145722.370000', '145722.830000', '145723.290000', '145723.750000', '145724.210000', '145724.670000', '145725.130000', '145725.590000', '145726.050000', '145726.510000', '145726.970000', '145727.430000', '145727.890000', '145728.350000', '145728.810000', '145729.270000', '145729.730000', '145730.190000', '145730.650000', '145731.110000', '145731.570000', '145732.030000', '145732.490000', '145732.950000', '145733.410000', '145733.870000', '145734.330000', '145734.790000', '145735.250000', '145735.710000', '145736.170000', '145736.630000', '145737.090000', '145737.550000', '145738.010000', '145738.470000', '145738.930000', '145739.390000', '145739.850000', '145740.310000', '145740.770000', '145741.230000', '145741.690000', '145742.150000', '145742.610000', '145743.070000', '145743.530000', '145743.990000', '145744.450000', '145744.910000', '145745.370000', '145745.830000', '145746.290000', '145746.750000', '145747.210000', '145747.670000', '145748.130000', '145748.590000', '145749.050000', '145749.510000', '145749.970000', '145750.430000', '145750.890000', '145751.350000', '145751.810000', '145752.270000', '145752.730000', '145753.190000', '145753.650000', '145754.110000', '145754.570000', '145755.030000', '145755.490000', '145755.950000', '145756.410000', '145756.870000', '145757.330000', '145757.790000', '145758.250000', '145758.710000', '145759.170000', '145759.630000', '145800.090000', '145800.550000', '145801.010000', '145801.470000', '145801.930000', '145802.390000', '145802.850000', '145803.310000', '145803.770000', '145804.230000', '145804.690000', '145805.150000', '145805.610000', '145806.070000', '145806.530000', '145806.990000', '145807.450000', '145807.910000', '145808.370000', '145808.830000', '145809.290000', '145809.750000', '145810.210000', '145810.670000', '145811.130000', '145811.590000', '145812.050000', '145812.510000', '145812.970000', '145813.430000', '145813.890000', '145814.350000', '145814.810000', '145815.270000', '145815.730000', '145816.190000', '145816.650000', '145817.110000', '145817.570000', '145818.030000', '145818.490000', '145818.950000', '145819.410000', '145819.870000', '145820.330000', '145820.790000', '145821.250000', '145821.710000', '145822.170000', '145822.630000', '145823.090000', '145823.550000', '145824.010000', '145824.470000', '145824.930000', '145825.390000', '145825.850000', '145826.310000', '145826.770000', '145827.230000', '145827.690000', '145828.150000', '145828.610000', '145829.070000', '145829.530000', '145829.990000', '145830.450000', '145830.910000', '145831.370000', '145831.830000', '145832.290000', '145832.750000', '145833.210000', '145833.670000', '145834.130000', '145834.590000', '145835.050000', '145835.510000', '145835.970000', '145836.430000', '145836.890000', '145837.350000', '145837.810000', '145838.270000', '145838.730000', '145839.190000', '145839.650000', '145840.110000', '145840.570000', '145841.030000', '145841.490000', '145841.950000', '145842.410000', '145842.870000', '145843.330000', '145843.790000', '145844.250000', '145844.710000', '145845.170000', '145845.630000', '145846.090000', '145846.550000', '145847.010000', '145847.470000', '145847.930000', '145848.390000', '145848.850000', '145849.310000', '145849.770000', '145850.230000', '145850.690000', '145851.150000', '145851.610000', '145852.070000', '145852.530000', '145852.990000', '145853.450000', '145853.910000', '145854.370000', '145854.830000', '145855.290000', '145855.750000', '145856.210000', '145856.670000', '145857.130000', '145857.590000', '145858.050000', '145858.510000', '145858.970000', '145859.430000', '145859.890000', '145900.350000', '145900.810000', '145901.270000', '145901.730000', '145902.190000', '145902.650000', '145903.110000', '145903.570000', '145904.030000', '145904.490000', '145904.950000', '145905.410000', '145905.870000', '145906.330000', '145906.790000', '145907.250000', '145907.710000', '145908.170000', '145908.630000', '145909.090000', '145909.550000', '145910.010000', '145910.470000', '145910.930000', '145911.390000', '145911.850000', '145912.310000', '145912.770000', '145913.230000', '145913.690000', '145914.150000', '145914.610000', '145915.070000', '145915.530000', '145915.990000', '145916.450000', '145916.910000', '145917.370000', '145917.830000', '145918.290000', '145918.750000', '145919.210000', '145919.670000', '145920.130000', '145920.590000', '145921.050000', '145921.510000', '145921.970000', '145922.430000', '145922.890000', '145923.350000', '145923.810000', '145924.270000', '145924.730000', '145925.190000', '145925.650000', '145926.110000', '145926.570000', '145927.030000', '145927.490000', '145927.950000', '145928.410000', '145928.870000', '145929.330000', '145929.790000', '145930.250000', '145930.710000', '145931.170000', '145931.630000', '145932.090000', '145932.550000', '145933.010000', '145933.470000', '145933.930000', '145934.390000', '145934.850000', '145935.310000', '145935.770000', '145936.230000', '145936.690000', '145937.150000', '145937.610000', '145938.070000', '145938.530000', '145938.990000', '145939.450000', '145939.910000', '145940.370000', '145940.830000', '145941.290000', '145941.750000', '145942.210000', '145942.670000', '145943.130000', '145943.590000', '145944.050000', '145944.510000', '145944.970000', '145945.430000', '145945.890000', '145946.350000', '145946.810000', '145947.270000', '145947.730000', '145948.190000', '145948.650000', '145949.110000', '145949.570000', '145950.030000', '145950.490000', '145950.950000', '145951.410000', '145951.870000', '145952.330000', '145952.790000', '145953.250000', '145953.710000', '145954.170000', '145954.630000', '145955.090000', '145955.550000', '145956.010000', '145956.470000', '145956.930000', '145957.390000', '145957.850000', '145958.310000', '145958.770000', '145959.230000', '145959.690000', '150000.150000', '150000.610000', '150001.070000', '150001.530000', '150001.990000', '150002.450000', '150002.910000', '150003.370000', '150003.830000', '150004.290000', '150004.750000', '150005.210000', '150005.670000', '150006.130000', '150006.590000', '150007.050000', '150007.510000', '150007.970000', '150008.430000', '150008.890000', '150009.350000', '150009.810000', '150010.270000', '150010.730000', '150011.190000', '150011.650000', '150012.110000', '150012.570000', '150013.030000', '150013.490000', '150013.950000', '150014.410000', '150014.870000', '150015.330000', '150015.790000', '150016.250000', '150016.710000', '150017.170000', '150017.630000', '150018.090000', '150018.550000', '150019.010000', '150019.470000', '150019.930000', '150020.390000', '150020.850000', '150021.310000', '150021.770000', '150022.230000', '150022.690000', '150023.150000', '150023.610000', '150024.070000', '150024.530000', '150024.990000', '150025.450000', '150025.910000', '150026.370000', '150026.830000', '150027.290000', '150027.750000', '150028.210000', '150028.670000', '150029.130000', '150029.590000', '150030.050000', '150030.510000', '150030.970000', '150031.430000', '150031.890000', '150032.350000', '150032.810000', '150033.270000', '150033.730000', '150034.190000', '150034.650000', '150035.110000', '150035.570000', '150036.030000', '150036.490000', '150036.950000', '150037.410000', '150037.870000', '150038.330000', '150038.790000', '150039.250000', '150039.710000', '150040.170000', '150040.630000', '150041.090000', '150041.550000', '150042.010000', '150042.470000', '150042.930000', '150043.390000', '150043.850000', '150044.310000', '150044.770000', '150045.230000', '150045.690000', '150046.150000', '150046.610000', '150047.070000', '150047.530000', '150047.990000', '150048.450000', '150048.910000', '150049.370000', '150049.830000', '150050.290000', '150050.750000', '150051.210000', '150051.670000', '150052.130000'], 'ContentTime': ['145428.562000', '145428.572000', '145428.575000', '145428.578000', '145428.580000', '145428.583000', '145428.586000', '145428.589000', '145428.591000', '145428.594000', '145428.597000', '145428.600000', '145428.602000', '145428.605000', '145428.624000', '145428.627000', '145428.629000', '145428.632000', '145428.635000', '145428.637000', '145428.640000', '145428.643000', '145428.645000', '145428.648000', '145428.664000', '145428.667000', '145428.670000', '145428.672000', '145428.675000', '145428.679000', '145428.682000', '145428.685000', '145428.688000', '145428.690000', '145428.693000', '145448.538000', '145448.540000', '145448.543000', '145448.546000', '145448.548000', '145448.551000', '145448.554000', '145448.556000', '145448.559000', '145448.561000', '145448.564000', '145448.566000', '145448.569000', '145448.572000', '145448.574000', '145448.577000', '145448.579000', '145448.582000', '145448.585000', '145448.587000', '145448.590000', '145448.593000', '145448.595000', '145448.598000', '145448.600000', '145448.603000', '145448.606000', '145448.608000', '145448.611000', '145448.614000', '145448.616000', '145448.619000', '145448.621000', '145448.624000', '145448.627000', '145448.629000', '145448.632000', '145448.634000', '145448.637000', '145448.640000', '145448.642000', '145448.645000', '145448.647000', '145448.650000', '145508.537000', '145508.540000', '145508.543000', '145508.546000', '145508.549000', '145508.552000', '145508.554000', '145508.558000', '145508.560000', '145508.563000', '145508.565000', '145508.568000', '145508.571000', '145508.573000', '145508.576000', '145508.579000', '145508.581000', '145508.584000', '145508.586000', '145508.589000', '145508.592000', '145508.594000', '145508.597000', '145508.600000', '145508.602000', '145508.605000', '145508.608000', '145508.610000', '145508.613000', '145508.615000', '145508.618000', '145508.621000', '145508.623000', '145508.640000', '145508.643000', '145508.645000', '145508.648000', '145508.651000', '145508.653000', '145508.656000', '145508.658000', '145508.661000', '145508.664000', '145528.538000', '145528.541000', '145528.544000', '145528.546000', '145528.549000', '145528.552000', '145528.554000', '145528.557000', '145528.560000', '145528.562000', '145528.565000', '145528.567000', '145528.571000', '145528.574000', '145528.577000', '145528.579000', '145528.582000', '145528.585000', '145528.587000', '145528.590000', '145528.593000', '145528.595000', '145528.598000', '145528.600000', '145528.603000', '145528.605000', '145528.608000', '145528.611000', '145528.613000', '145528.616000', '145528.618000', '145528.621000', '145528.624000', '145528.627000', '145528.630000', '145528.632000', '145528.635000', '145528.638000', '145528.640000', '145528.643000', '145528.646000', '145528.648000', '145528.651000', '145528.653000', '145548.538000', '145548.541000', '145548.544000', '145548.547000', '145548.550000', '145548.552000', '145548.555000', '145548.557000', '145548.560000', '145548.563000', '145548.565000', '145548.568000', '145548.570000', '145548.573000', '145548.576000', '145548.578000', '145548.581000', '145548.583000', '145548.586000', '145548.589000', '145548.591000', '145548.594000', '145548.597000', '145548.599000', '145548.602000', '145548.604000', '145548.607000', '145548.610000', '145548.612000', '145548.615000', '145548.618000', '145548.620000', '145548.623000', '145548.626000', '145548.628000', '145548.631000', '145548.634000', '145548.636000', '145548.639000', '145548.641000', '145548.644000', '145548.647000', '145548.649000', '145608.539000', '145608.542000', '145608.544000', '145608.547000', '145608.550000', '145608.552000', '145608.555000', '145608.558000', '145608.560000', '145608.563000', '145608.565000', '145608.568000', '145608.571000', '145608.573000', '145608.576000', '145608.579000', '145608.581000', '145608.584000', '145608.586000', '145608.589000', '145608.592000', '145608.594000', '145608.597000', '145608.599000', '145608.602000', '145608.605000', '145608.607000', '145608.610000', '145608.613000', '145608.615000', '145608.618000', '145608.621000', '145608.623000', '145608.626000', '145608.628000', '145608.631000', '145608.634000', '145608.636000', '145608.639000', '145608.641000', '145608.644000', '145608.646000', '145608.649000', '145608.652000', '145628.538000', '145628.541000', '145628.543000', '145628.546000', '145628.548000', '145628.551000', '145628.554000', '145628.556000', '145628.559000', '145628.562000', '145628.564000', '145628.567000', '145628.570000', '145628.572000', '145628.575000', '145628.578000', '145628.580000', '145628.583000', '145628.586000', '145628.588000', '145628.591000', '145628.593000', '145628.596000', '145628.599000', '145628.601000', '145628.604000', '145628.607000', '145628.610000', '145628.612000', '145628.615000', '145628.617000', '145628.620000', '145628.623000', '145628.625000', '145628.628000', '145628.630000', '145628.633000', '145628.636000', '145628.638000', '145628.641000', '145628.643000', '145628.646000', '145628.649000', '145648.538000', '145648.540000', '145648.543000', '145648.546000', '145648.548000', '145648.551000', '145648.554000', '145648.556000', '145648.559000', '145648.562000', '145648.564000', '145648.567000', '145648.570000', '145648.572000', '145648.575000', '145648.578000', '145648.580000', '145648.583000', '145648.586000', '145648.588000', '145648.591000', '145648.593000', '145648.596000', '145648.599000', '145648.601000', '145648.604000', '145648.607000', '145648.610000', '145648.613000', '145648.626000', '145648.629000', '145648.632000', '145648.634000', '145648.637000', '145648.640000', '145648.643000', '145648.646000', '145648.649000', '145648.651000', '145648.654000', '145648.657000', '145648.659000', '145648.662000', '145708.538000', '145708.541000', '145708.543000', '145708.546000', '145708.549000', '145708.551000', '145708.554000', '145708.557000', '145708.559000', '145708.562000', '145708.565000', '145708.567000', '145708.570000', '145708.573000', '145708.575000', '145708.578000', '145708.580000', '145708.583000', '145708.586000', '145708.588000', '145708.591000', '145708.594000', '145708.596000', '145708.599000', '145708.602000', '145708.604000', '145708.607000', '145708.610000', '145708.612000', '145708.615000', '145708.617000', '145708.620000', '145708.623000', '145708.625000', '145708.628000', '145708.630000', '145708.633000', '145708.635000', '145708.638000', '145708.641000', '145708.643000', '145708.646000', '145708.649000', '145708.651000', '145728.537000', '145728.540000', '145728.543000', '145728.546000', '145728.548000', '145728.551000', '145728.554000', '145728.556000', '145728.559000', '145728.561000', '145728.564000', '145728.567000', '145728.569000', '145728.572000', '145728.575000', '145728.577000', '145728.580000', '145728.583000', '145728.585000', '145728.588000', '145728.591000', '145728.593000', '145728.596000', '145728.598000', '145728.601000', '145728.604000', '145728.606000', '145728.609000', '145728.612000', '145728.614000', '145728.617000', '145728.620000', '145728.622000', '145728.625000', '145728.628000', '145728.631000', '145728.633000', '145728.636000', '145728.638000', '145728.641000', '145728.644000', '145728.646000', '145728.649000', '145748.539000', '145748.542000', '145748.544000', '145748.547000', '145748.550000', '145748.553000', '145748.555000', '145748.558000', '145748.561000', '145748.564000', '145748.566000', '145748.569000', '145748.572000', '145748.574000', '145748.577000', '145748.580000', '145748.583000', '145748.585000', '145748.588000', '145748.590000', '145748.593000', '145748.596000', '145748.599000', '145748.601000', '145748.604000', '145748.607000', '145748.609000', '145748.612000', '145748.614000', '145748.617000', '145748.620000', '145748.622000', '145748.625000', '145748.628000', '145748.630000', '145748.633000', '145748.635000', '145748.638000', '145748.641000', '145748.643000', '145748.646000', '145748.649000', '145748.651000', '145748.654000', '145808.538000', '145808.541000', '145808.544000', '145808.547000', '145808.549000', '145808.552000', '145808.555000', '145808.557000', '145808.560000', '145808.562000', '145808.565000', '145808.568000', '145808.571000', '145808.573000', '145808.576000', '145808.579000', '145808.581000', '145808.584000', '145808.587000', '145808.589000', '145808.592000', '145808.594000', '145808.597000', '145808.600000', '145808.602000', '145808.605000', '145808.608000', '145808.610000', '145808.613000', '145808.616000', '145808.619000', '145808.621000', '145808.624000', '145808.628000', '145808.631000', '145808.644000', '145808.647000', '145808.650000', '145808.653000', '145808.656000', '145808.658000', '145808.661000', '145808.664000', '145828.539000', '145828.541000', '145828.544000', '145828.547000', '145828.550000', '145828.552000', '145828.555000', '145828.558000', '145828.560000', '145828.563000', '145828.566000', '145828.578000', '145828.581000', '145828.583000', '145828.586000', '145828.589000', '145828.591000', '145828.594000', '145828.597000', '145828.599000', '145828.602000', '145828.605000', '145828.607000', '145828.610000', '145828.613000', '145828.615000', '145828.619000', '145828.622000', '145828.624000', '145828.627000', '145828.629000', '145828.632000', '145828.635000', '145828.637000', '145828.640000', '145828.643000', '145828.645000', '145828.648000', '145828.650000', '145828.653000', '145828.656000', '145828.658000', '145828.661000', '145828.664000', '145848.537000', '145848.540000', '145848.543000', '145848.546000', '145848.548000', '145848.551000', '145848.554000', '145848.556000', '145848.559000', '145848.562000', '145848.564000', '145848.567000', '145848.569000', '145848.572000', '145848.575000', '145848.577000', '145848.580000', '145848.583000', '145848.585000', '145848.588000', '145848.590000', '145848.593000', '145848.596000', '145848.598000', '145848.601000', '145848.604000', '145848.606000', '145848.609000', '145848.612000', '145848.614000', '145848.617000', '145848.620000', '145848.622000', '145848.625000', '145848.628000', '145848.640000', '145848.642000', '145848.645000', '145848.647000', '145848.650000', '145848.653000', '145848.655000', '145848.658000', '145908.537000', '145908.540000', '145908.543000', '145908.546000', '145908.548000', '145908.551000', '145908.554000', '145908.556000', '145908.559000', '145908.562000', '145908.564000', '145908.567000', '145908.570000', '145908.572000', '145908.575000', '145908.578000', '145908.580000', '145908.583000', '145908.585000', '145908.588000', '145908.591000', '145908.593000', '145908.596000', '145908.599000', '145908.602000', '145908.604000', '145908.607000', '145908.610000', '145908.612000', '145908.615000', '145908.618000', '145908.620000', '145908.623000', '145908.625000', '145908.628000', '145908.631000', '145908.633000', '145908.636000', '145908.639000', '145908.641000', '145908.644000', '145908.646000', '145908.649000', '145908.652000', '145928.537000', '145928.540000', '145928.543000', '145928.546000', '145928.549000', '145928.551000', '145928.554000', '145928.556000', '145928.559000', '145928.562000', '145928.564000', '145928.567000', '145928.570000', '145928.572000', '145928.575000', '145928.578000', '145928.580000', '145928.583000', '145928.585000', '145928.588000', '145928.591000', '145928.593000', '145928.596000', '145928.599000', '145928.601000', '145928.604000', '145928.607000', '145928.609000', '145928.612000', '145928.615000', '145928.617000', '145928.620000', '145928.623000', '145928.625000', '145928.628000', '145928.631000', '145928.634000', '145928.637000', '145928.640000', '145928.643000', '145928.645000', '145928.648000', '145928.650000', '145948.537000', '145948.540000', '145948.543000', '145948.546000', '145948.548000', '145948.551000', '145948.554000', '145948.556000', '145948.559000', '145948.562000', '145948.564000', '145948.567000', '145948.569000', '145948.572000', '145948.575000', '145948.577000', '145948.580000', '145948.583000', '145948.585000', '145948.588000', '145948.591000', '145948.593000', '145948.596000', '145948.599000', '145948.601000', '145948.604000', '145948.607000', '145948.609000', '145948.612000', '145948.614000', '145948.617000', '145948.620000', '145948.622000', '145948.625000', '145948.628000', '145948.630000', '145948.671000', '145948.674000', '145948.676000', '145948.679000', '145948.681000', '145948.684000', '145948.687000', '145948.689000', '150008.539000', '150008.541000', '150008.544000', '150008.547000', '150008.550000', '150008.552000', '150008.555000', '150008.558000', '150008.561000', '150008.563000', '150008.566000', '150008.569000', '150008.572000', '150008.574000', '150008.577000', '150008.580000', '150008.582000', '150008.585000', '150008.587000', '150008.590000', '150008.593000', '150008.595000', '150008.598000', '150008.601000', '150008.603000', '150008.606000', '150008.608000', '150008.611000', '150008.614000', '150008.616000', '150008.619000', '150008.629000', '150008.631000', '150008.634000', '150008.637000', '150008.640000', '150008.642000', '150008.645000', '150008.648000', '150008.652000', '150008.655000', '150008.657000', '150008.660000', '150028.539000', '150028.542000', '150028.544000', '150028.547000', '150028.550000', '150028.552000', '150028.555000', '150028.558000', '150028.560000', '150028.563000', '150028.565000', '150028.568000', '150028.571000', '150028.573000', '150028.576000', '150028.579000', '150028.581000', '150028.584000', '150028.587000', '150028.589000', '150028.592000', '150028.594000', '150028.597000', '150028.600000', '150028.602000', '150028.605000', '150028.608000', '150028.610000', '150028.613000', '150028.616000', '150028.618000', '150028.621000', '150028.624000', '150028.626000', '150028.629000', '150028.632000', '150028.634000', '150028.637000', '150028.639000', '150028.642000', '150028.644000', '150028.647000', '150028.650000', '150028.652000', '150048.539000', '150048.542000', '150048.544000', '150048.547000', '150048.550000', '150048.552000', '150048.555000', '150048.558000', '150048.560000', '150048.563000', '150048.565000', '150048.568000', '150048.571000', '150048.573000', '150048.576000', '150048.578000', '150048.581000', '150048.584000', '150048.586000', '150048.589000', '150048.592000', '150048.594000', '150048.597000', '150048.600000', '150048.602000', '150048.605000', '150048.608000', '150048.610000', '150048.613000', '150048.616000', '150048.618000', '150048.621000', '150048.624000', '150048.626000', '150048.629000', '150048.632000', '150048.634000', '150048.637000', '150048.639000', '150048.642000', '150048.645000', '150048.647000', '150048.650000', '150053.252000', '150053.255000', '150053.258000', '150053.260000', '150053.263000', '150053.266000', '150053.268000', '150053.271000', '150053.274000', '150053.276000', '150053.279000'], 'InstanceCreationTime': ['145428.562000', '145428.572000', '145428.575000', '145428.578000', '145428.580000', '145428.583000', '145428.586000', '145428.589000', '145428.591000', '145428.594000', '145428.597000', '145428.600000', '145428.602000', '145428.605000', '145428.624000', '145428.627000', '145428.629000', '145428.632000', '145428.635000', '145428.637000', '145428.640000', '145428.643000', '145428.645000', '145428.648000', '145428.664000', '145428.667000', '145428.670000', '145428.672000', '145428.675000', '145428.679000', '145428.682000', '145428.685000', '145428.688000', '145428.690000', '145428.693000', '145448.538000', '145448.540000', '145448.543000', '145448.546000', '145448.548000', '145448.551000', '145448.554000', '145448.556000', '145448.559000', '145448.561000', '145448.564000', '145448.566000', '145448.569000', '145448.572000', '145448.574000', '145448.577000', '145448.579000', '145448.582000', '145448.585000', '145448.587000', '145448.590000', '145448.593000', '145448.595000', '145448.598000', '145448.600000', '145448.603000', '145448.606000', '145448.608000', '145448.611000', '145448.614000', '145448.616000', '145448.619000', '145448.621000', '145448.624000', '145448.627000', '145448.629000', '145448.632000', '145448.634000', '145448.637000', '145448.640000', '145448.642000', '145448.645000', '145448.647000', '145448.650000', '145508.537000', '145508.540000', '145508.543000', '145508.546000', '145508.549000', '145508.552000', '145508.554000', '145508.558000', '145508.560000', '145508.563000', '145508.565000', '145508.568000', '145508.571000', '145508.573000', '145508.576000', '145508.579000', '145508.581000', '145508.584000', '145508.586000', '145508.589000', '145508.592000', '145508.594000', '145508.597000', '145508.600000', '145508.602000', '145508.605000', '145508.608000', '145508.610000', '145508.613000', '145508.615000', '145508.618000', '145508.621000', '145508.623000', '145508.640000', '145508.643000', '145508.645000', '145508.648000', '145508.651000', '145508.653000', '145508.656000', '145508.658000', '145508.661000', '145508.664000', '145528.538000', '145528.541000', '145528.544000', '145528.546000', '145528.549000', '145528.552000', '145528.554000', '145528.557000', '145528.560000', '145528.562000', '145528.565000', '145528.567000', '145528.571000', '145528.574000', '145528.577000', '145528.579000', '145528.582000', '145528.585000', '145528.587000', '145528.590000', '145528.593000', '145528.595000', '145528.598000', '145528.600000', '145528.603000', '145528.605000', '145528.608000', '145528.611000', '145528.613000', '145528.616000', '145528.618000', '145528.621000', '145528.624000', '145528.627000', '145528.630000', '145528.632000', '145528.635000', '145528.638000', '145528.640000', '145528.643000', '145528.646000', '145528.648000', '145528.651000', '145528.653000', '145548.538000', '145548.541000', '145548.544000', '145548.547000', '145548.550000', '145548.552000', '145548.555000', '145548.557000', '145548.560000', '145548.563000', '145548.565000', '145548.568000', '145548.570000', '145548.573000', '145548.576000', '145548.578000', '145548.581000', '145548.583000', '145548.586000', '145548.589000', '145548.591000', '145548.594000', '145548.597000', '145548.599000', '145548.602000', '145548.604000', '145548.607000', '145548.610000', '145548.612000', '145548.615000', '145548.618000', '145548.620000', '145548.623000', '145548.626000', '145548.628000', '145548.631000', '145548.634000', '145548.636000', '145548.639000', '145548.641000', '145548.644000', '145548.647000', '145548.649000', '145608.539000', '145608.542000', '145608.544000', '145608.547000', '145608.550000', '145608.552000', '145608.555000', '145608.558000', '145608.560000', '145608.563000', '145608.565000', '145608.568000', '145608.571000', '145608.573000', '145608.576000', '145608.579000', '145608.581000', '145608.584000', '145608.586000', '145608.589000', '145608.592000', '145608.594000', '145608.597000', '145608.599000', '145608.602000', '145608.605000', '145608.607000', '145608.610000', '145608.613000', '145608.615000', '145608.618000', '145608.621000', '145608.623000', '145608.626000', '145608.628000', '145608.631000', '145608.634000', '145608.636000', '145608.639000', '145608.641000', '145608.644000', '145608.646000', '145608.649000', '145608.652000', '145628.538000', '145628.541000', '145628.543000', '145628.546000', '145628.548000', '145628.551000', '145628.554000', '145628.556000', '145628.559000', '145628.562000', '145628.564000', '145628.567000', '145628.570000', '145628.572000', '145628.575000', '145628.578000', '145628.580000', '145628.583000', '145628.586000', '145628.588000', '145628.591000', '145628.593000', '145628.596000', '145628.599000', '145628.601000', '145628.604000', '145628.607000', '145628.610000', '145628.612000', '145628.615000', '145628.617000', '145628.620000', '145628.623000', '145628.625000', '145628.628000', '145628.630000', '145628.633000', '145628.636000', '145628.638000', '145628.641000', '145628.643000', '145628.646000', '145628.649000', '145648.538000', '145648.540000', '145648.543000', '145648.546000', '145648.548000', '145648.551000', '145648.554000', '145648.556000', '145648.559000', '145648.562000', '145648.564000', '145648.567000', '145648.570000', '145648.572000', '145648.575000', '145648.578000', '145648.580000', '145648.583000', '145648.586000', '145648.588000', '145648.591000', '145648.593000', '145648.596000', '145648.599000', '145648.601000', '145648.604000', '145648.607000', '145648.610000', '145648.613000', '145648.626000', '145648.629000', '145648.632000', '145648.634000', '145648.637000', '145648.640000', '145648.643000', '145648.646000', '145648.649000', '145648.651000', '145648.654000', '145648.657000', '145648.659000', '145648.662000', '145708.538000', '145708.541000', '145708.543000', '145708.546000', '145708.549000', '145708.551000', '145708.554000', '145708.557000', '145708.559000', '145708.562000', '145708.565000', '145708.567000', '145708.570000', '145708.573000', '145708.575000', '145708.578000', '145708.580000', '145708.583000', '145708.586000', '145708.588000', '145708.591000', '145708.594000', '145708.596000', '145708.599000', '145708.602000', '145708.604000', '145708.607000', '145708.610000', '145708.612000', '145708.615000', '145708.617000', '145708.620000', '145708.623000', '145708.625000', '145708.628000', '145708.630000', '145708.633000', '145708.635000', '145708.638000', '145708.641000', '145708.643000', '145708.646000', '145708.649000', '145708.651000', '145728.537000', '145728.540000', '145728.543000', '145728.546000', '145728.548000', '145728.551000', '145728.554000', '145728.556000', '145728.559000', '145728.561000', '145728.564000', '145728.567000', '145728.569000', '145728.572000', '145728.575000', '145728.577000', '145728.580000', '145728.583000', '145728.585000', '145728.588000', '145728.591000', '145728.593000', '145728.596000', '145728.598000', '145728.601000', '145728.604000', '145728.606000', '145728.609000', '145728.612000', '145728.614000', '145728.617000', '145728.620000', '145728.622000', '145728.625000', '145728.628000', '145728.631000', '145728.633000', '145728.636000', '145728.638000', '145728.641000', '145728.644000', '145728.646000', '145728.649000', '145748.539000', '145748.542000', '145748.544000', '145748.547000', '145748.550000', '145748.553000', '145748.555000', '145748.558000', '145748.561000', '145748.564000', '145748.566000', '145748.569000', '145748.572000', '145748.574000', '145748.577000', '145748.580000', '145748.583000', '145748.585000', '145748.588000', '145748.590000', '145748.593000', '145748.596000', '145748.599000', '145748.601000', '145748.604000', '145748.607000', '145748.609000', '145748.612000', '145748.614000', '145748.617000', '145748.620000', '145748.622000', '145748.625000', '145748.628000', '145748.630000', '145748.633000', '145748.635000', '145748.638000', '145748.641000', '145748.643000', '145748.646000', '145748.649000', '145748.651000', '145748.654000', '145808.538000', '145808.541000', '145808.544000', '145808.547000', '145808.549000', '145808.552000', '145808.555000', '145808.557000', '145808.560000', '145808.562000', '145808.565000', '145808.568000', '145808.571000', '145808.573000', '145808.576000', '145808.579000', '145808.581000', '145808.584000', '145808.587000', '145808.589000', '145808.592000', '145808.594000', '145808.597000', '145808.600000', '145808.602000', '145808.605000', '145808.608000', '145808.610000', '145808.613000', '145808.616000', '145808.619000', '145808.621000', '145808.624000', '145808.628000', '145808.631000', '145808.644000', '145808.647000', '145808.650000', '145808.653000', '145808.656000', '145808.658000', '145808.661000', '145808.664000', '145828.539000', '145828.541000', '145828.544000', '145828.547000', '145828.550000', '145828.552000', '145828.555000', '145828.558000', '145828.560000', '145828.563000', '145828.566000', '145828.578000', '145828.581000', '145828.583000', '145828.586000', '145828.589000', '145828.591000', '145828.594000', '145828.597000', '145828.599000', '145828.602000', '145828.605000', '145828.607000', '145828.610000', '145828.613000', '145828.615000', '145828.619000', '145828.622000', '145828.624000', '145828.627000', '145828.629000', '145828.632000', '145828.635000', '145828.637000', '145828.640000', '145828.643000', '145828.645000', '145828.648000', '145828.650000', '145828.653000', '145828.656000', '145828.658000', '145828.661000', '145828.664000', '145848.537000', '145848.540000', '145848.543000', '145848.546000', '145848.548000', '145848.551000', '145848.554000', '145848.556000', '145848.559000', '145848.562000', '145848.564000', '145848.567000', '145848.569000', '145848.572000', '145848.575000', '145848.577000', '145848.580000', '145848.583000', '145848.585000', '145848.588000', '145848.590000', '145848.593000', '145848.596000', '145848.598000', '145848.601000', '145848.604000', '145848.606000', '145848.609000', '145848.612000', '145848.614000', '145848.617000', '145848.620000', '145848.622000', '145848.625000', '145848.628000', '145848.640000', '145848.642000', '145848.645000', '145848.647000', '145848.650000', '145848.653000', '145848.655000', '145848.658000', '145908.537000', '145908.540000', '145908.543000', '145908.546000', '145908.548000', '145908.551000', '145908.554000', '145908.556000', '145908.559000', '145908.562000', '145908.564000', '145908.567000', '145908.570000', '145908.572000', '145908.575000', '145908.578000', '145908.580000', '145908.583000', '145908.585000', '145908.588000', '145908.591000', '145908.593000', '145908.596000', '145908.599000', '145908.602000', '145908.604000', '145908.607000', '145908.610000', '145908.612000', '145908.615000', '145908.618000', '145908.620000', '145908.623000', '145908.625000', '145908.628000', '145908.631000', '145908.633000', '145908.636000', '145908.639000', '145908.641000', '145908.644000', '145908.646000', '145908.649000', '145908.652000', '145928.537000', '145928.540000', '145928.543000', '145928.546000', '145928.549000', '145928.551000', '145928.554000', '145928.556000', '145928.559000', '145928.562000', '145928.564000', '145928.567000', '145928.570000', '145928.572000', '145928.575000', '145928.578000', '145928.580000', '145928.583000', '145928.585000', '145928.588000', '145928.591000', '145928.593000', '145928.596000', '145928.599000', '145928.601000', '145928.604000', '145928.607000', '145928.609000', '145928.612000', '145928.615000', '145928.617000', '145928.620000', '145928.623000', '145928.625000', '145928.628000', '145928.631000', '145928.634000', '145928.637000', '145928.640000', '145928.643000', '145928.645000', '145928.648000', '145928.650000', '145948.537000', '145948.540000', '145948.543000', '145948.546000', '145948.548000', '145948.551000', '145948.554000', '145948.556000', '145948.559000', '145948.562000', '145948.564000', '145948.567000', '145948.569000', '145948.572000', '145948.575000', '145948.577000', '145948.580000', '145948.583000', '145948.585000', '145948.588000', '145948.591000', '145948.593000', '145948.596000', '145948.599000', '145948.601000', '145948.604000', '145948.607000', '145948.609000', '145948.612000', '145948.614000', '145948.617000', '145948.620000', '145948.622000', '145948.625000', '145948.628000', '145948.630000', '145948.671000', '145948.674000', '145948.676000', '145948.679000', '145948.681000', '145948.684000', '145948.687000', '145948.689000', '150008.539000', '150008.541000', '150008.544000', '150008.547000', '150008.550000', '150008.552000', '150008.555000', '150008.558000', '150008.561000', '150008.563000', '150008.566000', '150008.569000', '150008.572000', '150008.574000', '150008.577000', '150008.580000', '150008.582000', '150008.585000', '150008.587000', '150008.590000', '150008.593000', '150008.595000', '150008.598000', '150008.601000', '150008.603000', '150008.606000', '150008.608000', '150008.611000', '150008.614000', '150008.616000', '150008.619000', '150008.629000', '150008.631000', '150008.634000', '150008.637000', '150008.640000', '150008.642000', '150008.645000', '150008.648000', '150008.652000', '150008.655000', '150008.657000', '150008.660000', '150028.539000', '150028.542000', '150028.544000', '150028.547000', '150028.550000', '150028.552000', '150028.555000', '150028.558000', '150028.560000', '150028.563000', '150028.565000', '150028.568000', '150028.571000', '150028.573000', '150028.576000', '150028.579000', '150028.581000', '150028.584000', '150028.587000', '150028.589000', '150028.592000', '150028.594000', '150028.597000', '150028.600000', '150028.602000', '150028.605000', '150028.608000', '150028.610000', '150028.613000', '150028.616000', '150028.618000', '150028.621000', '150028.624000', '150028.626000', '150028.629000', '150028.632000', '150028.634000', '150028.637000', '150028.639000', '150028.642000', '150028.644000', '150028.647000', '150028.650000', '150028.652000', '150048.539000', '150048.542000', '150048.544000', '150048.547000', '150048.550000', '150048.552000', '150048.555000', '150048.558000', '150048.560000', '150048.563000', '150048.565000', '150048.568000', '150048.571000', '150048.573000', '150048.576000', '150048.578000', '150048.581000', '150048.584000', '150048.586000', '150048.589000', '150048.592000', '150048.594000', '150048.597000', '150048.600000', '150048.602000', '150048.605000', '150048.608000', '150048.610000', '150048.613000', '150048.616000', '150048.618000', '150048.621000', '150048.624000', '150048.626000', '150048.629000', '150048.632000', '150048.634000', '150048.637000', '150048.639000', '150048.642000', '150048.645000', '150048.647000', '150048.650000', '150053.252000', '150053.255000', '150053.258000', '150053.260000', '150053.263000', '150053.266000', '150053.268000', '150053.271000', '150053.274000', '150053.276000', '150053.279000'], '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': [6443, 8235, 6022, 7827, 6718, 8087, 6577, 8392, 5644, 7967, 6043, 8411, 6895, 8824, 5919, 8467, 5706, 8810, 5692, 9124, 5987, 10029, 5797, 9035, 6365, 9756, 7563, 11142, 7122, 9699, 6814, 10896, 7402, 12124, 7934, 11835, 6831, 12119, 7786, 13022, 8571, 6579, 7066, 5879, 9000, 5928, 9171, 5744, 9002, 6070, 9550, 6886, 9578, 6018, 8631, 5985, 9083, 5932, 8630, 5840, 8450, 5678, 8670, 5682, 8917, 5763, 9163, 6068, 9004, 5911, 9679, 7239, 11368, 6892, 10902, 7425, 11835, 8171, 14144, 10390, 13821, 8329, 11156, 7532, 9513, 8274, 7583, 10016, 6132, 11303, 6390, 11756, 6872, 11259, 6678, 9879, 6888, 10349, 7306, 10143, 6708, 8701, 5912, 9135, 6527, 9171, 6541, 8404, 5831, 8810, 6036, 9058, 6577, 9083, 6140, 8919, 6085, 9474, 6595, 9300, 7072, 9806, 6522, 9690, 6572, 9940, 7591, 11635, 7292, 10988, 6707, 9891, 7094, 10791, 8480, 11746, 6964, 10223, 6638, 10036, 8314, 10082, 6591, 9808, 6261, 9387, 6912, 8608, 6561, 9166, 6390, 9178, 6957, 9257, 7880, 8964, 6462, 9324, 6668, 10266, 7313, 9831, 6838, 9777, 6596, 8787, 6894, 7373, 6701, 5424, 6909, 5589, 7925, 6422, 9856, 5544, 10246, 6671, 11799, 7629, 10011, 7416, 9846, 7371, 11401, 7444, 6370, 7010, 5666, 7720, 6614, 8738, 5762, 8548, 5782, 8245, 5677, 8618, 5742, 9037, 5479, 8622, 5648, 7838, 5595, 8212, 5622, 8167, 5529, 8276, 5568, 9122, 5909, 8941, 5894, 8858, 5839, 9231, 6445, 10960, 5884, 9863, 6366, 9929, 6545, 11541, 7242, 12584, 5873, 9832, 6035, 9046, 6117, 10528, 5939, 8590, 5740, 8272, 9251, 7666, 7465, 7090, 10027, 6530, 10362, 6874, 8765, 6139, 8425, 6900, 9920, 7128, 6028, 7170, 5619, 8408, 5797, 9548, 6661, 10730, 5940, 9782, 6157, 9977, 6550, 11508, 5849, 9340, 5779, 8060, 5514, 7868, 5624, 7588, 5501, 7083, 5597, 6741, 7673, 7405, 5528, 7209, 5859, 7348, 5910, 8476, 5834, 8411, 6611, 8967, 7175, 8306, 6820, 11288, 7144, 13602, 9772, 11918, 7423, 11447, 6677, 11205, 7302, 10193, 6913, 9345, 5919, 8274, 6515, 8775, 7061, 9275, 6382, 10718, 6724, 11355, 7948, 12221, 7487, 11317, 6512, 9307, 6683, 9321, 6489, 8983, 5982, 9269, 6591, 9124, 6591, 10055, 6107, 9279, 6358, 9431, 7137, 11066, 6728, 10826, 6603, 9668, 6587, 9481, 7482, 10349, 6452, 9158, 6268, 9171, 6745, 9355, 6193, 8710, 6257, 8472, 5952, 8377, 5947, 8108, 6051, 7417, 5676, 6864, 6619, 7088, 5886, 6505, 7528, 6087, 8102, 6626, 7888, 6412, 9667, 6504, 10597, 7442, 10098, 6678, 9690, 6989, 9090, 7362, 10379, 6462, 6316, 7200, 6085, 9227, 5603, 9127, 5778, 9490, 6077, 9807, 6647, 9672, 5585, 7784, 7814, 7132, 10189, 7112, 7321, 6353, 8707, 6275, 10530, 6741, 8546, 6273, 8883, 6314, 9174, 7024, 8451, 6993, 8773, 6623, 10711, 7323, 11942, 7726, 12698, 6639, 13345, 7164, 12078, 8833, 11525, 7142, 10035, 6523, 9458, 7112, 9392, 7503, 8907, 6251, 8458, 6140, 9139, 6784, 10415, 7873, 11111, 6368, 9511, 6477, 9199, 7026, 9818, 6015, 9078, 5709, 8286, 5706, 10786, 5776, 8810, 6010, 8464, 6796, 9190, 6891, 8505, 6213, 9453, 6618, 11388, 7775, 10705, 6238, 10739, 6088, 10125, 6079, 9213, 7064, 9033, 6204, 8457, 5734, 8492, 5723, 8452, 5971, 8075, 5836, 8238, 5809, 8186, 5753, 7941, 5674, 7965, 8591, 8553, 7651, 9421, 5855, 7388, 8615, 7204, 9843, 7956, 8892, 6643, 10384, 6996, 10685, 7327, 9136, 6534, 9512, 6265, 8867, 6982, 9343, 7410, 7984, 6688, 9469, 7075, 9228, 7152, 5585, 7052, 6561, 7110, 7778, 8062, 5913, 8636, 6202, 8613, 5892, 9067, 6213, 11014, 5745, 8789, 5833, 8592, 5734, 8167, 5756, 7972, 5678, 7708, 5656, 7628, 5971, 9020, 5851, 7798, 6170, 6266, 7329, 6482, 8223, 5645, 7801, 5747, 8452, 6579, 9322, 5578, 7784, 5740, 7487, 6094, 8375, 5816, 8105, 5749, 7961, 5728, 8867, 6076, 9818, 5989, 9291, 6245, 10193, 7353, 12514, 6743, 11050, 6384, 11060, 8000, 12437, 6670, 11317, 7285, 11247, 8432, 12861, 8407, 12599, 7048, 11321, 7521, 11164, 8821, 10601, 6799, 9621, 6165, 9436, 6334, 9445, 7372, 9491, 6346, 10828, 6445, 10092, 6664, 9120, 7186, 9087, 6504, 8244, 5941, 8226, 5990, 8766, 6158, 8267, 6139, 8109, 5967, 8517, 5898, 8783, 5906, 8525, 6224, 8796, 7108, 11082, 6050, 9704, 6754, 12087, 6416, 12510, 8182, 12440, 6999, 7290, 6935, 5906, 8856, 5823, 8720, 5907, 8110, 5598, 8780, 5811, 9876, 5876, 8394, 5919, 8945, 6395, 10017, 5935, 8774, 5895, 9168, 6344, 10284, 6732, 10275, 6777, 10604, 7920, 11861, 8259, 12504, 6828, 10766, 6340, 9969, 6886, 11720, 5957, 10256, 6030, 9025, 5939, 8510, 9260, 9024, 6999, 6776, 7486, 6897, 11274, 7132, 11550, 6396, 11258, 6048, 12146, 6769, 10819, 6658, 9391, 6159, 8596, 6024, 8445, 5984, 7803, 5659, 6601, 8378, 6205, 11055, 6438, 9951, 6072, 9027, 5946, 8751, 6014, 8096, 6246, 7861, 5670, 7603, 5762, 7728, 5578, 7289, 6765, 6829, 11275, 6856, 10758, 6773, 11220, 6081, 10586, 6394, 9382, 6802, 9841, 6065, 9026, 6377, 9166, 6713, 9573, 6436, 8499, 5736, 8288, 5818, 8735, 5805, 7314, 9494, 6676, 11774, 7066, 10222, 6482, 11173, 6197, 11644, 6349, 10406, 7433, 9799, 6237, 9515, 6269, 9087, 6455, 9477, 7691, 10424, 6175, 8947, 6029, 9121, 5918, 9864, 5802, 11015, 5463, 8769, 5550, 11055, 5705, 9014, 6187, 8660, 6795, 9043, 6373, 8596, 5805, 9367, 5969, 8616, 6629, 7899, 5948, 8160, 6783, 9663, 7060, 8110, 6701, 6851, 6520, 5823, 6626, 6669, 7976, 5679, 8161, 5759, 8734, 5940, 11023, 7173, 10403, 5711, 7740, 7217, 7288, 12686, 8419, 12446, 6249, 11403, 6001, 11140, 6704, 9453, 6608, 9082, 6153, 8400, 6925, 7145, 7198, 5625, 9081, 6019, 12301, 6607, 10789, 6170, 11277, 6744, 9973, 6658, 11648, 5928, 7886, 5662, 7246], 'WindowCenter': [3593.0, 3601.0, 3566.0, 3586.0, 3574.0, 3584.0, 3561.0, 3582.0, 3550.0, 3571.0, 3551.0, 3582.0, 3560.0, 3582.0, 3549.0, 3582.0, 3550.0, 3581.0, 3550.0, 3582.0, 3550.0, 3593.0, 3550.0, 3581.0, 3563.0, 3593.0, 3574.0, 3604.0, 3573.0, 3592.0, 3561.0, 3604.0, 3572.0, 3602.0, 3571.0, 3601.0, 3560.0, 3602.0, 3570.0, 3601.0, 3580.0, 3561.0, 3572.0, 3552.0, 3582.0, 3551.0, 3582.0, 3550.0, 3581.0, 3552.0, 3592.0, 3561.0, 3580.0, 3549.0, 3581.0, 3563.0, 3592.0, 3549.0, 3581.0, 3551.0, 3583.0, 3551.0, 3583.0, 3551.0, 3595.0, 3563.0, 3594.0, 3564.0, 3595.0, 3564.0, 3606.0, 3585.0, 3606.0, 3574.0, 3604.0, 3573.0, 3604.0, 3583.0, 3614.0, 3593.0, 3602.0, 3571.0, 3590.0, 3559.0, 3579.0, 3569.0, 3568.0, 3580.0, 3548.0, 3590.0, 3550.0, 3589.0, 3549.0, 3578.0, 3545.0, 3566.0, 3545.0, 3577.0, 3557.0, 3577.0, 3545.0, 3566.0, 3536.0, 3567.0, 3547.0, 3566.0, 3547.0, 3567.0, 3538.0, 3579.0, 3551.0, 3583.0, 3561.0, 3582.0, 3562.0, 3581.0, 3562.0, 3594.0, 3574.0, 3593.0, 3572.0, 3591.0, 3562.0, 3592.0, 3572.0, 3593.0, 3583.0, 3604.0, 3572.0, 3592.0, 3560.0, 3592.0, 3561.0, 3592.0, 3582.0, 3602.0, 3559.0, 3580.0, 3559.0, 3594.0, 3570.0, 3580.0, 3559.0, 3580.0, 3549.0, 3581.0, 3560.0, 3580.0, 3560.0, 3580.0, 3560.0, 3580.0, 3572.0, 3582.0, 3572.0, 3581.0, 3550.0, 3581.0, 3559.0, 3592.0, 3570.0, 3580.0, 3559.0, 3580.0, 3559.0, 3581.0, 3560.0, 3570.0, 3559.0, 3538.0, 3571.0, 3552.0, 3583.0, 3563.0, 3594.0, 3552.0, 3604.0, 3563.0, 3604.0, 3583.0, 3593.0, 3573.0, 3607.0, 3574.0, 3604.0, 3571.0, 3549.0, 3559.0, 3549.0, 3571.0, 3560.0, 3570.0, 3538.0, 3569.0, 3537.0, 3570.0, 3548.0, 3582.0, 3550.0, 3581.0, 3539.0, 3582.0, 3550.0, 3571.0, 3550.0, 3582.0, 3551.0, 3583.0, 3551.0, 3584.0, 3552.0, 3595.0, 3552.0, 3595.0, 3553.0, 3594.0, 3554.0, 3594.0, 3563.0, 3605.0, 3552.0, 3593.0, 3561.0, 3593.0, 3562.0, 3604.0, 3561.0, 3602.0, 3538.0, 3579.0, 3548.0, 3579.0, 3537.0, 3590.0, 3537.0, 3568.0, 3536.0, 3568.0, 3579.0, 3557.0, 3556.0, 3546.0, 3577.0, 3547.0, 3589.0, 3547.0, 3568.0, 3547.0, 3570.0, 3559.0, 3591.0, 3561.0, 3550.0, 3572.0, 3550.0, 3584.0, 3552.0, 3593.0, 3562.0, 3603.0, 3551.0, 3592.0, 3550.0, 3594.0, 3560.0, 3603.0, 3538.0, 3580.0, 3537.0, 3570.0, 3539.0, 3570.0, 3549.0, 3570.0, 3539.0, 3562.0, 3540.0, 3573.0, 3573.0, 3573.0, 3539.0, 3573.0, 3552.0, 3574.0, 3563.0, 3595.0, 3566.0, 3599.0, 3589.0, 3609.0, 3589.0, 3595.0, 3575.0, 3606.0, 3575.0, 3631.0, 3608.0, 3603.0, 3572.0, 3591.0, 3561.0, 3592.0, 3571.0, 3592.0, 3572.0, 3581.0, 3550.0, 3570.0, 3561.0, 3582.0, 3572.0, 3582.0, 3560.0, 3592.0, 3561.0, 3604.0, 3572.0, 3601.0, 3560.0, 3591.0, 3549.0, 3581.0, 3559.0, 3580.0, 3549.0, 3580.0, 3550.0, 3581.0, 3560.0, 3580.0, 3560.0, 3580.0, 3548.0, 3580.0, 3549.0, 3581.0, 3559.0, 3590.0, 3558.0, 3590.0, 3548.0, 3579.0, 3559.0, 3582.0, 3569.0, 3579.0, 3548.0, 3579.0, 3547.0, 3579.0, 3559.0, 3579.0, 3548.0, 3569.0, 3547.0, 3569.0, 3548.0, 3569.0, 3549.0, 3569.0, 3548.0, 3560.0, 3549.0, 3560.0, 3561.0, 3561.0, 3549.0, 3561.0, 3571.0, 3564.0, 3582.0, 3574.0, 3583.0, 3562.0, 3593.0, 3564.0, 3605.0, 3573.0, 3604.0, 3575.0, 3595.0, 3574.0, 3594.0, 3574.0, 3605.0, 3563.0, 3575.0, 3587.0, 3564.0, 3596.0, 3564.0, 3595.0, 3552.0, 3595.0, 3563.0, 3595.0, 3562.0, 3594.0, 3538.0, 3572.0, 3571.0, 3561.0, 3593.0, 3560.0, 3571.0, 3561.0, 3581.0, 3562.0, 3604.0, 3561.0, 3582.0, 3561.0, 3581.0, 3562.0, 3594.0, 3573.0, 3583.0, 3573.0, 3582.0, 3562.0, 3604.0, 3573.0, 3603.0, 3571.0, 3601.0, 3559.0, 3602.0, 3560.0, 3603.0, 3580.0, 3590.0, 3558.0, 3578.0, 3547.0, 3581.0, 3559.0, 3580.0, 3559.0, 3569.0, 3549.0, 3570.0, 3549.0, 3581.0, 3562.0, 3592.0, 3571.0, 3591.0, 3549.0, 3580.0, 3561.0, 3581.0, 3559.0, 3580.0, 3549.0, 3579.0, 3537.0, 3570.0, 3538.0, 3590.0, 3549.0, 3580.0, 3561.0, 3583.0, 3573.0, 3594.0, 3572.0, 3582.0, 3561.0, 3581.0, 3561.0, 3604.0, 3571.0, 3592.0, 3549.0, 3591.0, 3549.0, 3590.0, 3550.0, 3580.0, 3560.0, 3581.0, 3550.0, 3582.0, 3550.0, 3582.0, 3552.0, 3583.0, 3563.0, 3582.0, 3551.0, 3585.0, 3553.0, 3583.0, 3552.0, 3583.0, 3552.0, 3583.0, 3584.0, 3584.0, 3571.0, 3593.0, 3550.0, 3571.0, 3582.0, 3572.0, 3591.0, 3571.0, 3580.0, 3560.0, 3591.0, 3561.0, 3591.0, 3571.0, 3580.0, 3549.0, 3579.0, 3548.0, 3580.0, 3560.0, 3581.0, 3571.0, 3570.0, 3560.0, 3579.0, 3560.0, 3580.0, 3560.0, 3538.0, 3560.0, 3559.0, 3560.0, 3571.0, 3571.0, 3538.0, 3571.0, 3548.0, 3570.0, 3538.0, 3581.0, 3548.0, 3591.0, 3537.0, 3570.0, 3538.0, 3570.0, 3539.0, 3569.0, 3538.0, 3569.0, 3537.0, 3559.0, 3537.0, 3570.0, 3548.0, 3580.0, 3550.0, 3571.0, 3561.0, 3564.0, 3585.0, 3562.0, 3585.0, 3551.0, 3572.0, 3552.0, 3583.0, 3561.0, 3593.0, 3539.0, 3571.0, 3550.0, 3572.0, 3550.0, 3582.0, 3550.0, 3572.0, 3553.0, 3584.0, 3564.0, 3596.0, 3564.0, 3606.0, 3566.0, 3596.0, 3575.0, 3608.0, 3585.0, 3616.0, 3573.0, 3603.0, 3563.0, 3605.0, 3584.0, 3614.0, 3562.0, 3604.0, 3571.0, 3603.0, 3583.0, 3602.0, 3571.0, 3601.0, 3559.0, 3590.0, 3569.0, 3590.0, 3580.0, 3589.0, 3548.0, 3578.0, 3537.0, 3579.0, 3548.0, 3580.0, 3559.0, 3579.0, 3548.0, 3592.0, 3548.0, 3578.0, 3548.0, 3578.0, 3558.0, 3568.0, 3547.0, 3568.0, 3548.0, 3569.0, 3549.0, 3568.0, 3548.0, 3568.0, 3549.0, 3569.0, 3562.0, 3583.0, 3552.0, 3582.0, 3552.0, 3582.0, 3564.0, 3583.0, 3574.0, 3603.0, 3562.0, 3593.0, 3561.0, 3603.0, 3562.0, 3603.0, 3583.0, 3603.0, 3571.0, 3571.0, 3573.0, 3552.0, 3583.0, 3551.0, 3582.0, 3551.0, 3572.0, 3550.0, 3582.0, 3550.0, 3592.0, 3550.0, 3581.0, 3552.0, 3583.0, 3562.0, 3593.0, 3562.0, 3582.0, 3553.0, 3595.0, 3564.0, 3605.0, 3573.0, 3594.0, 3573.0, 3604.0, 3596.0, 3618.0, 3587.0, 3604.0, 3563.0, 3592.0, 3561.0, 3593.0, 3561.0, 3603.0, 3550.0, 3591.0, 3549.0, 3580.0, 3549.0, 3570.0, 3579.0, 3580.0, 3558.0, 3547.0, 3558.0, 3559.0, 3590.0, 3559.0, 3589.0, 3547.0, 3589.0, 3548.0, 3600.0, 3548.0, 3579.0, 3547.0, 3568.0, 3536.0, 3568.0, 3549.0, 3569.0, 3537.0, 3558.0, 3536.0, 3547.0, 3568.0, 3548.0, 3591.0, 3549.0, 3579.0, 3550.0, 3579.0, 3550.0, 3581.0, 3549.0, 3571.0, 3560.0, 3572.0, 3550.0, 3583.0, 3552.0, 3584.0, 3552.0, 3573.0, 3562.0, 3573.0, 3616.0, 3574.0, 3604.0, 3562.0, 3604.0, 3562.0, 3593.0, 3562.0, 3594.0, 3562.0, 3593.0, 3562.0, 3593.0, 3562.0, 3593.0, 3563.0, 3593.0, 3561.0, 3581.0, 3551.0, 3582.0, 3551.0, 3582.0, 3549.0, 3571.0, 3591.0, 3561.0, 3603.0, 3560.0, 3591.0, 3549.0, 3591.0, 3549.0, 3602.0, 3561.0, 3593.0, 3572.0, 3591.0, 3550.0, 3592.0, 3561.0, 3582.0, 3561.0, 3592.0, 3571.0, 3591.0, 3550.0, 3581.0, 3550.0, 3593.0, 3550.0, 3592.0, 3549.0, 3592.0, 3539.0, 3582.0, 3538.0, 3591.0, 3550.0, 3582.0, 3562.0, 3584.0, 3573.0, 3594.0, 3562.0, 3581.0, 3551.0, 3593.0, 3551.0, 3581.0, 3561.0, 3570.0, 3550.0, 3570.0, 3561.0, 3593.0, 3573.0, 3571.0, 3561.0, 3560.0, 3561.0, 3551.0, 3574.0, 3574.0, 3584.0, 3554.0, 3585.0, 3552.0, 3584.0, 3563.0, 3605.0, 3562.0, 3593.0, 3540.0, 3571.0, 3571.0, 3572.0, 3603.0, 3582.0, 3602.0, 3549.0, 3591.0, 3550.0, 3591.0, 3561.0, 3580.0, 3561.0, 3581.0, 3551.0, 3571.0, 3561.0, 3561.0, 3572.0, 3552.0, 3595.0, 3552.0, 3604.0, 3562.0, 3591.0, 3549.0, 3591.0, 3560.0, 3580.0, 3548.0, 3590.0, 3536.0, 3557.0, 3536.0, 3557.0], 'WindowWidth': [8151.0, 8152.0, 8098.0, 8124.0, 8103.0, 8116.0, 8081.0, 8109.0, 8065.0, 8093.0, 8069.0, 8109.0, 8079.0, 8109.0, 8063.0, 8107.0, 8065.0, 8107.0, 8065.0, 8110.0, 8065.0, 8124.0, 8066.0, 8108.0, 8086.0, 8127.0, 8104.0, 8141.0, 8098.0, 8122.0, 8081.0, 8140.0, 8096.0, 8136.0, 8093.0, 8133.0, 8077.0, 8134.0, 8089.0, 8134.0, 8103.0, 8079.0, 8096.0, 8070.0, 8110.0, 8066.0, 8108.0, 8064.0, 8106.0, 8069.0, 8120.0, 8079.0, 8102.0, 8062.0, 8106.0, 8089.0, 8122.0, 8063.0, 8106.0, 8066.0, 8111.0, 8069.0, 8113.0, 8071.0, 8130.0, 8090.0, 8130.0, 8089.0, 8131.0, 8091.0, 8148.0, 8119.0, 8147.0, 8103.0, 8142.0, 8100.0, 8142.0, 8112.0, 8154.0, 8124.0, 8134.0, 8091.0, 8114.0, 8072.0, 8098.0, 8086.0, 8084.0, 8102.0, 8059.0, 8117.0, 8062.0, 8112.0, 8058.0, 8093.0, 8048.0, 8075.0, 8049.0, 8092.0, 8065.0, 8089.0, 8047.0, 8075.0, 8038.0, 8078.0, 8053.0, 8077.0, 8054.0, 8079.0, 8044.0, 8100.0, 8068.0, 8112.0, 8082.0, 8109.0, 8084.0, 8108.0, 8085.0, 8128.0, 8102.0, 8124.0, 8098.0, 8120.0, 8083.0, 8121.0, 8098.0, 8127.0, 8114.0, 8140.0, 8097.0, 8122.0, 8077.0, 8121.0, 8082.0, 8122.0, 8109.0, 8133.0, 8074.0, 8103.0, 8075.0, 8124.0, 8090.0, 8102.0, 8074.0, 8100.0, 8061.0, 8105.0, 8076.0, 8103.0, 8077.0, 8102.0, 8077.0, 8103.0, 8096.0, 8108.0, 8095.0, 8104.0, 8063.0, 8104.0, 8075.0, 8122.0, 8090.0, 8102.0, 8074.0, 8101.0, 8074.0, 8107.0, 8078.0, 8089.0, 8075.0, 8047.0, 8093.0, 8071.0, 8113.0, 8086.0, 8128.0, 8071.0, 8142.0, 8086.0, 8142.0, 8114.0, 8127.0, 8099.0, 8149.0, 8102.0, 8140.0, 8093.0, 8060.0, 8074.0, 8061.0, 8092.0, 8077.0, 8088.0, 8044.0, 8085.0, 8043.0, 8087.0, 8060.0, 8108.0, 8065.0, 8107.0, 8050.0, 8107.0, 8065.0, 8094.0, 8067.0, 8111.0, 8069.0, 8113.0, 8070.0, 8115.0, 8074.0, 8132.0, 8074.0, 8131.0, 8075.0, 8128.0, 8078.0, 8131.0, 8090.0, 8145.0, 8071.0, 8124.0, 8081.0, 8125.0, 8084.0, 8141.0, 8079.0, 8134.0, 8043.0, 8100.0, 8057.0, 8100.0, 8041.0, 8114.0, 8042.0, 8083.0, 8039.0, 8084.0, 8099.0, 8067.0, 8065.0, 8052.0, 8092.0, 8055.0, 8114.0, 8056.0, 8083.0, 8055.0, 8086.0, 8074.0, 8119.0, 8080.0, 8065.0, 8096.0, 8066.0, 8114.0, 8072.0, 8127.0, 8084.0, 8139.0, 8068.0, 8123.0, 8066.0, 8127.0, 8079.0, 8135.0, 8045.0, 8100.0, 8042.0, 8089.0, 8050.0, 8090.0, 8061.0, 8090.0, 8047.0, 8081.0, 8052.0, 8101.0, 8099.0, 8099.0, 8051.0, 8100.0, 8071.0, 8101.0, 8088.0, 8133.0, 8098.0, 8146.0, 8133.0, 8157.0, 8131.0, 8134.0, 8105.0, 8147.0, 8108.0, 8191.0, 8153.0, 8139.0, 8095.0, 8118.0, 8079.0, 8122.0, 8093.0, 8120.0, 8095.0, 8107.0, 8065.0, 8091.0, 8080.0, 8109.0, 8095.0, 8108.0, 8079.0, 8122.0, 8080.0, 8141.0, 8095.0, 8133.0, 8077.0, 8117.0, 8060.0, 8104.0, 8076.0, 8104.0, 8061.0, 8102.0, 8064.0, 8105.0, 8078.0, 8102.0, 8076.0, 8102.0, 8059.0, 8102.0, 8063.0, 8105.0, 8074.0, 8115.0, 8072.0, 8115.0, 8057.0, 8099.0, 8074.0, 8105.0, 8088.0, 8098.0, 8058.0, 8098.0, 8057.0, 8101.0, 8074.0, 8099.0, 8057.0, 8086.0, 8055.0, 8085.0, 8058.0, 8086.0, 8059.0, 8087.0, 8056.0, 8075.0, 8061.0, 8078.0, 8079.0, 8080.0, 8062.0, 8080.0, 8094.0, 8089.0, 8112.0, 8101.0, 8111.0, 8084.0, 8125.0, 8090.0, 8146.0, 8103.0, 8142.0, 8107.0, 8131.0, 8104.0, 8129.0, 8104.0, 8145.0, 8089.0, 8109.0, 8125.0, 8092.0, 8136.0, 8090.0, 8132.0, 8072.0, 8133.0, 8088.0, 8131.0, 8084.0, 8126.0, 8047.0, 8094.0, 8092.0, 8081.0, 8123.0, 8078.0, 8091.0, 8080.0, 8106.0, 8085.0, 8141.0, 8082.0, 8109.0, 8082.0, 8107.0, 8085.0, 8129.0, 8100.0, 8113.0, 8101.0, 8110.0, 8084.0, 8141.0, 8099.0, 8139.0, 8093.0, 8132.0, 8075.0, 8134.0, 8077.0, 8137.0, 8102.0, 8114.0, 8070.0, 8097.0, 8055.0, 8103.0, 8074.0, 8100.0, 8074.0, 8085.0, 8060.0, 8089.0, 8062.0, 8105.0, 8082.0, 8123.0, 8093.0, 8119.0, 8062.0, 8103.0, 8079.0, 8105.0, 8075.0, 8100.0, 8059.0, 8098.0, 8044.0, 8087.0, 8044.0, 8116.0, 8062.0, 8103.0, 8081.0, 8115.0, 8101.0, 8128.0, 8097.0, 8110.0, 8081.0, 8105.0, 8083.0, 8141.0, 8094.0, 8119.0, 8062.0, 8119.0, 8063.0, 8117.0, 8065.0, 8104.0, 8078.0, 8105.0, 8064.0, 8109.0, 8066.0, 8109.0, 8070.0, 8114.0, 8086.0, 8111.0, 8070.0, 8118.0, 8075.0, 8115.0, 8071.0, 8113.0, 8070.0, 8113.0, 8115.0, 8115.0, 8095.0, 8125.0, 8065.0, 8094.0, 8108.0, 8095.0, 8120.0, 8092.0, 8101.0, 8077.0, 8119.0, 8079.0, 8120.0, 8092.0, 8103.0, 8061.0, 8100.0, 8059.0, 8103.0, 8077.0, 8106.0, 8091.0, 8089.0, 8075.0, 8101.0, 8078.0, 8103.0, 8077.0, 8045.0, 8075.0, 8074.0, 8077.0, 8092.0, 8091.0, 8046.0, 8091.0, 8058.0, 8088.0, 8047.0, 8106.0, 8059.0, 8118.0, 8044.0, 8089.0, 8045.0, 8088.0, 8047.0, 8086.0, 8044.0, 8086.0, 8042.0, 8071.0, 8042.0, 8087.0, 8059.0, 8103.0, 8066.0, 8095.0, 8082.0, 8090.0, 8119.0, 8084.0, 8116.0, 8067.0, 8096.0, 8069.0, 8112.0, 8082.0, 8124.0, 8050.0, 8092.0, 8063.0, 8095.0, 8065.0, 8109.0, 8065.0, 8095.0, 8072.0, 8115.0, 8090.0, 8134.0, 8091.0, 8146.0, 8096.0, 8134.0, 8108.0, 8152.0, 8121.0, 8160.0, 8099.0, 8139.0, 8088.0, 8144.0, 8117.0, 8154.0, 8084.0, 8140.0, 8093.0, 8139.0, 8111.0, 8134.0, 8092.0, 8132.0, 8074.0, 8115.0, 8087.0, 8114.0, 8103.0, 8110.0, 8055.0, 8096.0, 8042.0, 8097.0, 8057.0, 8101.0, 8074.0, 8099.0, 8059.0, 8118.0, 8057.0, 8096.0, 8057.0, 8096.0, 8070.0, 8081.0, 8053.0, 8081.0, 8058.0, 8086.0, 8059.0, 8085.0, 8057.0, 8084.0, 8061.0, 8088.0, 8084.0, 8112.0, 8072.0, 8110.0, 8073.0, 8111.0, 8090.0, 8113.0, 8101.0, 8138.0, 8084.0, 8124.0, 8082.0, 8140.0, 8083.0, 8139.0, 8112.0, 8139.0, 8095.0, 8096.0, 8100.0, 8071.0, 8112.0, 8067.0, 8108.0, 8066.0, 8095.0, 8066.0, 8110.0, 8065.0, 8120.0, 8065.0, 8105.0, 8071.0, 8112.0, 8083.0, 8124.0, 8083.0, 8110.0, 8074.0, 8132.0, 8090.0, 8145.0, 8102.0, 8129.0, 8101.0, 8143.0, 8138.0, 8169.0, 8123.0, 8141.0, 8086.0, 8122.0, 8079.0, 8124.0, 8081.0, 8136.0, 8063.0, 8119.0, 8059.0, 8101.0, 8059.0, 8088.0, 8099.0, 8101.0, 8069.0, 8055.0, 8071.0, 8075.0, 8115.0, 8072.0, 8110.0, 8054.0, 8110.0, 8056.0, 8128.0, 8057.0, 8097.0, 8053.0, 8081.0, 8038.0, 8082.0, 8060.0, 8085.0, 8041.0, 8070.0, 8038.0, 8055.0, 8082.0, 8060.0, 8117.0, 8060.0, 8100.0, 8063.0, 8101.0, 8066.0, 8107.0, 8063.0, 8091.0, 8077.0, 8094.0, 8067.0, 8114.0, 8072.0, 8116.0, 8070.0, 8100.0, 8082.0, 8099.0, 8161.0, 8103.0, 8141.0, 8084.0, 8140.0, 8084.0, 8126.0, 8085.0, 8127.0, 8084.0, 8126.0, 8083.0, 8126.0, 8085.0, 8124.0, 8085.0, 8124.0, 8080.0, 8107.0, 8068.0, 8110.0, 8067.0, 8110.0, 8062.0, 8094.0, 8118.0, 8080.0, 8138.0, 8076.0, 8118.0, 8062.0, 8117.0, 8063.0, 8134.0, 8081.0, 8125.0, 8096.0, 8119.0, 8065.0, 8122.0, 8081.0, 8109.0, 8082.0, 8123.0, 8094.0, 8118.0, 8064.0, 8104.0, 8067.0, 8125.0, 8065.0, 8121.0, 8062.0, 8121.0, 8048.0, 8107.0, 8046.0, 8119.0, 8066.0, 8109.0, 8085.0, 8116.0, 8100.0, 8127.0, 8082.0, 8104.0, 8068.0, 8124.0, 8068.0, 8105.0, 8080.0, 8090.0, 8063.0, 8090.0, 8078.0, 8125.0, 8098.0, 8092.0, 8079.0, 8076.0, 8080.0, 8069.0, 8103.0, 8103.0, 8117.0, 8075.0, 8118.0, 8072.0, 8117.0, 8088.0, 8144.0, 8081.0, 8123.0, 8049.0, 8093.0, 8094.0, 8095.0, 8137.0, 8107.0, 8132.0, 8061.0, 8118.0, 8063.0, 8119.0, 8078.0, 8103.0, 8079.0, 8106.0, 8065.0, 8090.0, 8080.0, 8080.0, 8096.0, 8071.0, 8130.0, 8070.0, 8139.0, 8080.0, 8118.0, 8059.0, 8117.0, 8077.0, 8102.0, 8055.0, 8113.0, 8036.0, 8065.0, 8036.0, 8066.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.0007339907727796999</td></tr>
<tr><td colspan=3>aqi</td><td>0.024815833794694347</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.72269293891453</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2328066825519641</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0051347711431855</td></tr>
<tr><td colspan=3>efc</td><td>0.4343</td></tr>
<tr><td colspan=3>fber</td><td>8218.2793</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07196359121026293</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11534025374855825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5439937546503035</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458572395928521</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.757205206990378</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4162036610320117</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104039</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011474632658064365</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030159978196024895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.907011357687836</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>28.8207</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.3274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>119.1165</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311544.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>553.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>244.8658</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7454</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>389.4053</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2870.2468</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>920.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.2727</td></tr>
<tr><td colspan=3>tsnr</td><td>41.95656246878207</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>