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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-01/func/sub-0007_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>b6315339c01789cfb498f66ef4640dc0</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:35:9.345000</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_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99971, 0.00513746, 0.0235341, -0.00697936, 0.996861, 0.0788641]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0773131</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7736, -7270, 645, -8, -215, 33, 62]</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>226.791</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa43cedf-2eec-49a9-aa9d-f31b80ebb7e3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821484565734863, -0.018725106492638588, 0.062248680740594864, 115.79949188232422], [-0.013783436268568039, 2.6745049953460693, 0.21331483125686646, -102.56494140625], [0.06314028054475784, -0.21158668398857117, 2.690840244293213, -68.00231170654297], [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': ['153509.345000', '153509.805000', '153510.265000', '153510.725000', '153511.185000', '153511.645000', '153512.105000', '153512.565000', '153513.025000', '153513.485000', '153513.945000', '153514.405000', '153514.865000', '153515.325000', '153515.785000', '153516.245000', '153516.705000', '153517.165000', '153517.625000', '153518.085000', '153518.545000', '153519.005000', '153519.465000', '153519.925000', '153520.385000', '153520.845000', '153521.305000', '153521.765000', '153522.225000', '153522.685000', '153523.145000', '153523.605000', '153524.065000', '153524.525000', '153524.985000', '153525.445000', '153525.905000', '153526.365000', '153526.825000', '153527.285000', '153527.745000', '153528.205000', '153528.665000', '153529.125000', '153529.585000', '153530.045000', '153530.505000', '153530.965000', '153531.425000', '153531.885000', '153532.345000', '153532.805000', '153533.265000', '153533.725000', '153534.185000', '153534.645000', '153535.105000', '153535.565000', '153536.025000', '153536.485000', '153536.945000', '153537.405000', '153537.865000', '153538.325000', '153538.785000', '153539.245000', '153539.705000', '153540.165000', '153540.625000', '153541.085000', '153541.545000', '153542.005000', '153542.465000', '153542.925000', '153543.385000', '153543.845000', '153544.305000', '153544.765000', '153545.225000', '153545.685000', '153546.145000', '153546.605000', '153547.065000', '153547.525000', '153547.985000', '153548.445000', '153548.905000', '153549.365000', '153549.825000', '153550.285000', '153550.745000', '153551.205000', '153551.665000', '153552.125000', '153552.585000', '153553.045000', '153553.505000', '153553.965000', '153554.425000', '153554.885000', '153555.345000', '153555.805000', '153556.265000', '153556.725000', '153557.185000', '153557.645000', '153558.105000', '153558.565000', '153559.025000', '153559.485000', '153559.945000', '153600.405000', '153600.865000', '153601.325000', '153601.785000', '153602.245000', '153602.705000', '153603.165000', '153603.625000', '153604.085000', '153604.545000', '153605.005000', '153605.465000', '153605.925000', '153606.385000', '153606.845000', '153607.305000', '153607.765000', '153608.225000', '153608.685000', '153609.145000', '153609.605000', '153610.065000', '153610.525000', '153610.985000', '153611.445000', '153611.905000', '153612.365000', '153612.825000', '153613.285000', '153613.745000', '153614.205000', '153614.665000', '153615.125000', '153615.585000', '153616.045000', '153616.505000', '153616.965000', '153617.425000', '153617.885000', '153618.345000', '153618.805000', '153619.265000', '153619.725000', '153620.185000', '153620.645000', '153621.105000', '153621.565000', '153622.025000', '153622.485000', '153622.945000', '153623.405000', '153623.865000', '153624.325000', '153624.785000', '153625.245000', '153625.705000', '153626.165000', '153626.625000', '153627.085000', '153627.545000', '153628.005000', '153628.465000', '153628.925000', '153629.385000', '153629.845000', '153630.305000', '153630.765000', '153631.225000', '153631.685000', '153632.145000', '153632.605000', '153633.065000', '153633.525000', '153633.985000', '153634.445000', '153634.905000', '153635.365000', '153635.825000', '153636.285000', '153636.745000', '153637.205000', '153637.665000', '153638.125000', '153638.585000', '153639.045000', '153639.505000', '153639.965000', '153640.425000', '153640.885000', '153641.345000', '153641.805000', '153642.265000', '153642.725000', '153643.185000', '153643.645000', '153644.105000', '153644.565000', '153645.025000', '153645.485000', '153645.945000', '153646.405000', '153646.865000', '153647.325000', '153647.785000', '153648.245000', '153648.705000', '153649.165000', '153649.625000', '153650.085000', '153650.545000', '153651.005000', '153651.465000', '153651.925000', '153652.385000', '153652.845000', '153653.305000', '153653.765000', '153654.225000', '153654.685000', '153655.145000', '153655.605000', '153656.065000', '153656.525000', '153656.985000', '153657.445000', '153657.905000', '153658.365000', '153658.825000', '153659.285000', '153659.745000', '153700.205000', '153700.665000', '153701.125000', '153701.585000', '153702.045000', '153702.505000', '153702.965000', '153703.425000', '153703.885000', '153704.345000', '153704.805000', '153705.265000', '153705.725000', '153706.185000', '153706.645000', '153707.105000', '153707.565000', '153708.025000', '153708.485000', '153708.945000', '153709.405000', '153709.865000', '153710.325000', '153710.785000', '153711.245000', '153711.705000', '153712.165000', '153712.625000', '153713.085000', '153713.545000', '153714.005000', '153714.465000', '153714.925000', '153715.385000', '153715.845000', '153716.305000', '153716.765000', '153717.225000', '153717.685000', '153718.145000', '153718.605000', '153719.065000', '153719.525000', '153719.985000', '153720.445000', '153720.905000', '153721.365000', '153721.825000', '153722.285000', '153722.745000', '153723.205000', '153723.665000', '153724.125000', '153724.585000', '153725.045000', '153725.505000', '153725.965000', '153726.425000', '153726.885000', '153727.345000', '153727.805000', '153728.265000', '153728.725000', '153729.185000', '153729.645000', '153730.105000', '153730.565000', '153731.025000', '153731.485000', '153731.945000', '153732.405000', '153732.865000', '153733.325000', '153733.785000', '153734.245000', '153734.705000', '153735.165000', '153735.625000', '153736.085000', '153736.545000', '153737.005000', '153737.465000', '153737.925000', '153738.385000', '153738.845000', '153739.305000', '153739.765000', '153740.225000', '153740.685000', '153741.145000', '153741.605000', '153742.065000', '153742.525000', '153742.985000', '153743.445000', '153743.905000', '153744.365000', '153744.825000', '153745.285000', '153745.745000', '153746.205000', '153746.665000', '153747.125000', '153747.585000', '153748.045000', '153748.505000', '153748.965000', '153749.425000', '153749.885000', '153750.345000', '153750.805000', '153751.265000', '153751.725000', '153752.185000', '153752.645000', '153753.105000', '153753.565000', '153754.025000', '153754.485000', '153754.945000', '153755.405000', '153755.865000', '153756.325000', '153756.785000', '153757.245000', '153757.705000', '153758.165000', '153758.625000', '153759.085000', '153759.545000', '153800.005000', '153800.465000', '153800.925000', '153801.385000', '153801.845000', '153802.305000', '153802.765000', '153803.225000', '153803.685000', '153804.145000', '153804.605000', '153805.065000', '153805.525000', '153805.985000', '153806.445000', '153806.905000', '153807.365000', '153807.825000', '153808.285000', '153808.745000', '153809.205000', '153809.665000', '153810.125000', '153810.585000', '153811.045000', '153811.505000', '153811.965000', '153812.425000', '153812.885000', '153813.345000', '153813.805000', '153814.265000', '153814.725000', '153815.185000', '153815.645000', '153816.105000', '153816.565000', '153817.025000', '153817.485000', '153817.945000', '153818.405000', '153818.865000', '153819.325000', '153819.785000', '153820.245000', '153820.705000', '153821.165000', '153821.625000', '153822.085000', '153822.545000', '153823.005000', '153823.465000', '153823.925000', '153824.385000', '153824.845000', '153825.305000', '153825.765000', '153826.225000', '153826.685000', '153827.145000', '153827.605000', '153828.065000', '153828.525000', '153828.985000', '153829.445000', '153829.905000', '153830.365000', '153830.825000', '153831.285000', '153831.745000', '153832.205000', '153832.665000', '153833.125000', '153833.585000', '153834.045000', '153834.505000', '153834.965000', '153835.425000', '153835.885000', '153836.345000', '153836.805000', '153837.265000', '153837.725000', '153838.185000', '153838.645000', '153839.105000', '153839.565000', '153840.025000', '153840.485000', '153840.945000', '153841.405000', '153841.865000', '153842.325000', '153842.785000', '153843.245000', '153843.705000', '153844.165000', '153844.625000', '153845.085000', '153845.545000', '153846.005000', '153846.465000', '153846.925000', '153847.385000', '153847.845000', '153848.305000', '153848.765000', '153849.225000', '153849.685000', '153850.145000', '153850.605000', '153851.065000', '153851.525000', '153851.985000', '153852.445000', '153852.905000', '153853.365000', '153853.825000', '153854.285000', '153854.745000', '153855.205000', '153855.665000', '153856.125000', '153856.585000', '153857.045000', '153857.505000', '153857.965000', '153858.425000', '153858.885000', '153859.345000', '153859.805000', '153900.265000', '153900.725000', '153901.185000', '153901.645000', '153902.105000', '153902.565000', '153903.025000', '153903.485000', '153903.945000', '153904.405000', '153904.865000', '153905.325000', '153905.785000', '153906.245000', '153906.705000', '153907.165000', '153907.625000', '153908.085000', '153908.545000', '153909.005000', '153909.465000', '153909.925000', '153910.385000', '153910.845000', '153911.305000', '153911.765000', '153912.225000', '153912.685000', '153913.145000', '153913.605000', '153914.065000', '153914.525000', '153914.985000', '153915.445000', '153915.905000', '153916.365000', '153916.825000', '153917.285000', '153917.745000', '153918.205000', '153918.665000', '153919.125000', '153919.585000', '153920.045000', '153920.505000', '153920.965000', '153921.425000', '153921.885000', '153922.345000', '153922.805000', '153923.265000', '153923.725000', '153924.185000', '153924.645000', '153925.105000', '153925.565000', '153926.025000', '153926.485000', '153926.945000', '153927.405000', '153927.865000', '153928.325000', '153928.785000', '153929.245000', '153929.705000', '153930.165000', '153930.625000', '153931.085000', '153931.545000', '153932.005000', '153932.465000', '153932.925000', '153933.385000', '153933.845000', '153934.305000', '153934.765000', '153935.225000', '153935.685000', '153936.145000', '153936.605000', '153937.065000', '153937.525000', '153937.985000', '153938.445000', '153938.905000', '153939.365000', '153939.825000', '153940.285000', '153940.745000', '153941.205000', '153941.665000', '153942.125000', '153942.585000', '153943.045000', '153943.505000', '153943.965000', '153944.425000', '153944.885000', '153945.345000', '153945.805000', '153946.265000', '153946.725000', '153947.185000', '153947.645000', '153948.105000', '153948.565000', '153949.025000', '153949.485000', '153949.945000', '153950.405000', '153950.865000', '153951.325000', '153951.785000', '153952.245000', '153952.705000', '153953.165000', '153953.625000', '153954.085000', '153954.545000', '153955.005000', '153955.465000', '153955.925000', '153956.385000', '153956.845000', '153957.305000', '153957.765000', '153958.225000', '153958.685000', '153959.145000', '153959.605000', '154000.065000', '154000.525000', '154000.985000', '154001.445000', '154001.905000', '154002.365000', '154002.825000', '154003.285000', '154003.745000', '154004.205000', '154004.665000', '154005.125000', '154005.585000', '154006.045000', '154006.505000', '154006.965000', '154007.425000', '154007.885000', '154008.345000', '154008.805000', '154009.265000', '154009.725000', '154010.185000', '154010.645000', '154011.105000', '154011.565000', '154012.025000', '154012.485000', '154012.945000', '154013.405000', '154013.865000', '154014.325000', '154014.785000', '154015.245000', '154015.705000', '154016.165000', '154016.625000', '154017.085000', '154017.545000', '154018.005000', '154018.465000', '154018.925000', '154019.385000', '154019.845000', '154020.305000', '154020.765000', '154021.225000', '154021.685000', '154022.145000', '154022.605000', '154023.065000', '154023.525000', '154023.985000', '154024.445000', '154024.905000', '154025.365000', '154025.825000', '154026.285000', '154026.745000', '154027.205000', '154027.665000', '154028.125000', '154028.585000', '154029.045000', '154029.505000', '154029.965000', '154030.425000', '154030.885000', '154031.345000', '154031.805000', '154032.265000', '154032.725000', '154033.185000', '154033.645000', '154034.105000', '154034.565000', '154035.025000', '154035.485000', '154035.945000', '154036.405000', '154036.865000', '154037.325000', '154037.785000', '154038.245000', '154038.705000', '154039.165000', '154039.625000', '154040.085000', '154040.545000', '154041.005000', '154041.465000', '154041.925000', '154042.385000', '154042.845000', '154043.305000', '154043.765000', '154044.225000', '154044.685000', '154045.145000', '154045.605000', '154046.065000', '154046.525000', '154046.985000', '154047.445000', '154047.905000', '154048.365000', '154048.825000', '154049.285000', '154049.745000', '154050.205000', '154050.665000', '154051.125000', '154051.585000', '154052.045000', '154052.505000', '154052.965000', '154053.425000', '154053.885000', '154054.345000', '154054.805000', '154055.265000', '154055.725000', '154056.185000', '154056.645000', '154057.105000', '154057.565000', '154058.025000', '154058.485000', '154058.945000', '154059.405000', '154059.865000', '154100.325000', '154100.785000', '154101.245000', '154101.705000', '154102.165000', '154102.625000', '154103.085000', '154103.545000', '154104.005000', '154104.465000', '154104.925000', '154105.385000', '154105.845000', '154106.305000', '154106.765000', '154107.225000', '154107.685000', '154108.145000', '154108.605000', '154109.065000', '154109.525000', '154109.985000', '154110.445000', '154110.905000', '154111.365000', '154111.825000', '154112.285000', '154112.745000', '154113.205000', '154113.665000', '154114.125000', '154114.585000', '154115.045000', '154115.505000', '154115.965000', '154116.425000', '154116.885000', '154117.345000', '154117.805000', '154118.265000', '154118.725000', '154119.185000', '154119.645000', '154120.105000', '154120.565000', '154121.025000', '154121.485000', '154121.945000', '154122.405000', '154122.865000', '154123.325000', '154123.785000', '154124.245000', '154124.705000', '154125.165000', '154125.625000', '154126.085000', '154126.545000', '154127.005000', '154127.465000', '154127.925000', '154128.385000', '154128.845000', '154129.305000', '154129.765000', '154130.225000', '154130.685000', '154131.145000', '154131.605000', '154132.065000', '154132.525000', '154132.985000', '154133.445000', '154133.905000', '154134.365000', '154134.825000', '154135.285000', '154135.745000', '154136.205000', '154136.665000', '154137.125000', '154137.585000', '154138.045000', '154138.505000', '154138.965000', '154139.425000', '154139.885000', '154140.345000', '154140.805000', '154141.265000', '154141.725000', '154142.185000', '154142.645000', '154143.105000', '154143.565000', '154144.025000', '154144.485000', '154144.945000', '154145.405000', '154145.865000', '154146.325000', '154146.785000', '154147.245000', '154147.705000', '154148.165000', '154148.625000', '154149.085000', '154149.545000', '154150.005000'], 'ContentTime': ['153529.345000', '153529.349000', '153529.352000', '153529.355000', '153529.358000', '153529.361000', '153529.364000', '153529.367000', '153529.370000', '153529.373000', '153529.376000', '153529.379000', '153529.382000', '153529.385000', '153529.388000', '153529.391000', '153529.393000', '153529.396000', '153529.399000', '153529.402000', '153529.405000', '153529.408000', '153529.411000', '153529.414000', '153529.416000', '153529.419000', '153529.428000', '153529.431000', '153529.434000', '153529.437000', '153529.440000', '153529.443000', '153529.446000', '153529.449000', '153529.452000', '153529.454000', '153529.457000', '153529.460000', '153529.463000', '153529.466000', '153529.469000', '153529.472000', '153529.475000', '153549.317000', '153549.320000', '153549.323000', '153549.325000', '153549.328000', '153549.331000', '153549.334000', '153549.337000', '153549.339000', '153549.342000', '153549.345000', '153549.348000', '153549.351000', '153549.354000', '153549.356000', '153549.359000', '153549.362000', '153549.365000', '153549.368000', '153549.370000', '153549.373000', '153549.376000', '153549.379000', '153549.382000', '153549.384000', '153549.387000', '153549.390000', '153549.393000', '153549.396000', '153549.399000', '153549.402000', '153549.404000', '153549.407000', '153549.410000', '153549.413000', '153549.415000', '153549.418000', '153549.421000', '153549.424000', '153549.427000', '153549.429000', '153549.432000', '153549.435000', '153609.317000', '153609.320000', '153609.323000', '153609.325000', '153609.328000', '153609.331000', '153609.334000', '153609.337000', '153609.339000', '153609.342000', '153609.345000', '153609.348000', '153609.351000', '153609.353000', '153609.356000', '153609.359000', '153609.362000', '153609.365000', '153609.368000', '153609.370000', '153609.373000', '153609.376000', '153609.379000', '153609.382000', '153609.384000', '153609.387000', '153609.390000', '153609.393000', '153609.396000', '153609.399000', '153609.402000', '153609.404000', '153609.407000', '153609.410000', '153609.413000', '153609.416000', '153609.419000', '153609.421000', '153609.428000', '153609.430000', '153609.433000', '153609.436000', '153609.439000', '153609.442000', '153629.317000', '153629.320000', '153629.322000', '153629.325000', '153629.328000', '153629.331000', '153629.334000', '153629.336000', '153629.339000', '153629.342000', '153629.345000', '153629.348000', '153629.351000', '153629.354000', '153629.356000', '153629.359000', '153629.362000', '153629.365000', '153629.368000', '153629.370000', '153629.373000', '153629.376000', '153629.379000', '153629.382000', '153629.385000', '153629.388000', '153629.390000', '153629.393000', '153629.396000', '153629.399000', '153629.402000', '153629.405000', '153629.407000', '153629.410000', '153629.413000', '153629.416000', '153629.419000', '153629.421000', '153629.424000', '153629.427000', '153629.430000', '153629.433000', '153629.435000', '153649.317000', '153649.320000', '153649.323000', '153649.326000', '153649.329000', '153649.332000', '153649.335000', '153649.338000', '153649.341000', '153649.344000', '153649.346000', '153649.349000', '153649.352000', '153649.355000', '153649.358000', '153649.361000', '153649.363000', '153649.366000', '153649.369000', '153649.372000', '153649.375000', '153649.378000', '153649.380000', '153649.383000', '153649.398000', '153649.401000', '153649.403000', '153649.406000', '153649.409000', '153649.412000', '153649.415000', '153649.417000', '153649.420000', '153649.423000', '153649.426000', '153649.429000', '153649.431000', '153649.434000', '153649.437000', '153649.440000', '153649.443000', '153649.446000', '153649.449000', '153709.317000', '153709.320000', '153709.322000', '153709.325000', '153709.328000', '153709.331000', '153709.334000', '153709.337000', '153709.340000', '153709.342000', '153709.345000', '153709.348000', '153709.351000', '153709.354000', '153709.357000', '153709.359000', '153709.362000', '153709.365000', '153709.368000', '153709.371000', '153709.374000', '153709.376000', '153709.379000', '153709.382000', '153709.385000', '153709.388000', '153709.391000', '153709.393000', '153709.396000', '153709.399000', '153709.402000', '153709.405000', '153709.408000', '153709.410000', '153709.413000', '153709.416000', '153709.419000', '153709.422000', '153709.425000', '153709.427000', '153709.430000', '153709.433000', '153709.436000', '153709.439000', '153729.316000', '153729.319000', '153729.322000', '153729.324000', '153729.327000', '153729.330000', '153729.333000', '153729.336000', '153729.339000', '153729.341000', '153729.344000', '153729.347000', '153729.350000', '153729.353000', '153729.356000', '153729.359000', '153729.362000', '153729.365000', '153729.368000', '153729.371000', '153729.374000', '153729.376000', '153729.379000', '153729.382000', '153729.385000', '153729.388000', '153729.391000', '153729.393000', '153729.396000', '153729.399000', '153729.402000', '153729.405000', '153729.408000', '153729.411000', '153729.413000', '153729.416000', '153729.419000', '153729.422000', '153729.425000', '153729.428000', '153729.431000', '153729.433000', '153729.436000', '153749.317000', '153749.320000', '153749.323000', '153749.325000', '153749.328000', '153749.331000', '153749.334000', '153749.337000', '153749.340000', '153749.342000', '153749.345000', '153749.348000', '153749.351000', '153749.354000', '153749.357000', '153749.360000', '153749.362000', '153749.365000', '153749.368000', '153749.371000', '153749.374000', '153749.376000', '153749.379000', '153749.382000', '153749.385000', '153749.388000', '153749.391000', '153749.394000', '153749.396000', '153749.399000', '153749.402000', '153749.405000', '153749.408000', '153749.411000', '153749.414000', '153749.417000', '153749.419000', '153749.422000', '153749.425000', '153749.428000', '153749.431000', '153749.434000', '153749.436000', '153749.439000', '153809.317000', '153809.320000', '153809.323000', '153809.326000', '153809.328000', '153809.331000', '153809.334000', '153809.337000', '153809.340000', '153809.343000', '153809.346000', '153809.348000', '153809.351000', '153809.354000', '153809.357000', '153809.361000', '153809.366000', '153809.369000', '153809.372000', '153809.375000', '153809.378000', '153809.381000', '153809.384000', '153809.387000', '153809.389000', '153809.392000', '153809.395000', '153809.398000', '153809.401000', '153809.403000', '153809.406000', '153809.409000', '153809.412000', '153809.415000', '153809.418000', '153809.421000', '153809.424000', '153809.426000', '153809.429000', '153809.432000', '153809.435000', '153809.438000', '153809.440000', '153829.317000', '153829.320000', '153829.323000', '153829.326000', '153829.329000', '153829.331000', '153829.343000', '153829.345000', '153829.348000', '153829.351000', '153829.354000', '153829.357000', '153829.360000', '153829.363000', '153829.366000', '153829.368000', '153829.371000', '153829.374000', '153829.377000', '153829.380000', '153829.383000', '153829.386000', '153829.389000', '153829.391000', '153829.394000', '153829.397000', '153829.400000', '153829.403000', '153829.406000', '153829.408000', '153829.412000', '153829.414000', '153829.417000', '153829.420000', '153829.423000', '153829.426000', '153829.429000', '153829.431000', '153829.434000', '153829.437000', '153829.440000', '153829.443000', '153829.446000', '153829.449000', '153849.317000', '153849.320000', '153849.322000', '153849.325000', '153849.328000', '153849.331000', '153849.334000', '153849.337000', '153849.340000', '153849.343000', '153849.346000', '153849.348000', '153849.351000', '153849.354000', '153849.357000', '153849.360000', '153849.363000', '153849.366000', '153849.370000', '153849.375000', '153849.378000', '153849.381000', '153849.384000', '153849.386000', '153849.389000', '153849.392000', '153849.395000', '153849.398000', '153849.401000', '153849.403000', '153849.406000', '153849.409000', '153849.412000', '153849.415000', '153849.418000', '153849.421000', '153849.423000', '153849.426000', '153849.429000', '153849.432000', '153849.435000', '153849.438000', '153849.441000', '153909.317000', '153909.320000', '153909.323000', '153909.325000', '153909.328000', '153909.331000', '153909.334000', '153909.337000', '153909.340000', '153909.343000', '153909.346000', '153909.348000', '153909.351000', '153909.354000', '153909.357000', '153909.360000', '153909.362000', '153909.365000', '153909.368000', '153909.371000', '153909.374000', '153909.377000', '153909.380000', '153909.383000', '153909.385000', '153909.389000', '153909.391000', '153909.394000', '153909.397000', '153909.400000', '153909.403000', '153909.405000', '153909.408000', '153909.411000', '153909.414000', '153909.417000', '153909.420000', '153909.423000', '153909.426000', '153909.428000', '153909.431000', '153909.434000', '153909.437000', '153909.440000', '153929.317000', '153929.320000', '153929.323000', '153929.326000', '153929.328000', '153929.331000', '153929.335000', '153929.338000', '153929.341000', '153929.343000', '153929.346000', '153929.349000', '153929.352000', '153929.355000', '153929.358000', '153929.360000', '153929.363000', '153929.366000', '153929.369000', '153929.372000', '153929.375000', '153929.378000', '153929.380000', '153929.383000', '153929.387000', '153929.390000', '153929.393000', '153929.396000', '153929.399000', '153929.402000', '153929.404000', '153929.407000', '153929.410000', '153929.413000', '153929.416000', '153929.419000', '153929.421000', '153929.425000', '153929.427000', '153929.430000', '153929.433000', '153929.436000', '153929.439000', '153949.316000', '153949.319000', '153949.321000', '153949.324000', '153949.327000', '153949.330000', '153949.333000', '153949.336000', '153949.339000', '153949.342000', '153949.344000', '153949.347000', '153949.350000', '153949.353000', '153949.356000', '153949.358000', '153949.361000', '153949.364000', '153949.367000', '153949.370000', '153949.373000', '153949.376000', '153949.378000', '153949.381000', '153949.384000', '153949.387000', '153949.390000', '153949.393000', '153949.396000', '153949.398000', '153949.401000', '153949.419000', '153949.422000', '153949.425000', '153949.427000', '153949.430000', '153949.433000', '153949.436000', '153949.439000', '153949.442000', '153949.445000', '153949.447000', '153949.450000', '153949.453000', '154009.317000', '154009.320000', '154009.323000', '154009.326000', '154009.329000', '154009.331000', '154009.334000', '154009.337000', '154009.340000', '154009.343000', '154009.346000', '154009.349000', '154009.351000', '154009.354000', '154009.357000', '154009.360000', '154009.363000', '154009.366000', '154009.369000', '154009.371000', '154009.374000', '154009.377000', '154009.380000', '154009.383000', '154009.386000', '154009.388000', '154009.391000', '154009.394000', '154009.397000', '154009.400000', '154009.403000', '154009.406000', '154009.411000', '154009.415000', '154009.418000', '154009.421000', '154009.424000', '154009.426000', '154009.429000', '154009.432000', '154009.435000', '154009.438000', '154009.441000', '154029.317000', '154029.320000', '154029.323000', '154029.326000', '154029.329000', '154029.331000', '154029.334000', '154029.337000', '154029.340000', '154029.343000', '154029.346000', '154029.349000', '154029.351000', '154029.354000', '154029.357000', '154029.360000', '154029.363000', '154029.366000', '154029.368000', '154029.371000', '154029.374000', '154029.377000', '154029.380000', '154029.383000', '154029.386000', '154029.388000', '154029.391000', '154029.394000', '154029.397000', '154029.400000', '154029.403000', '154029.406000', '154029.409000', '154029.411000', '154029.414000', '154029.417000', '154029.420000', '154029.423000', '154029.426000', '154029.429000', '154029.432000', '154029.434000', '154029.437000', '154029.440000', '154049.317000', '154049.320000', '154049.323000', '154049.326000', '154049.329000', '154049.331000', '154049.334000', '154049.337000', '154049.340000', '154049.343000', '154049.346000', '154049.349000', '154049.351000', '154049.354000', '154049.357000', '154049.360000', '154049.363000', '154049.366000', '154049.369000', '154049.372000', '154049.376000', '154049.379000', '154049.381000', '154049.384000', '154049.387000', '154049.390000', '154049.393000', '154049.396000', '154049.399000', '154049.402000', '154049.405000', '154049.407000', '154049.410000', '154049.413000', '154049.416000', '154049.419000', '154049.422000', '154049.425000', '154049.428000', '154049.431000', '154049.434000', '154049.437000', '154049.440000', '154109.317000', '154109.320000', '154109.323000', '154109.326000', '154109.328000', '154109.331000', '154109.339000', '154109.342000', '154109.345000', '154109.348000', '154109.351000', '154109.353000', '154109.356000', '154109.359000', '154109.362000', '154109.365000', '154109.368000', '154109.370000', '154109.373000', '154109.378000', '154109.381000', '154109.383000', '154109.386000', '154109.389000', '154109.392000', '154109.395000', '154109.398000', '154109.401000', '154109.404000', '154109.406000', '154109.409000', '154109.412000', '154109.415000', '154109.418000', '154109.421000', '154109.424000', '154109.426000', '154109.429000', '154109.432000', '154109.435000', '154109.438000', '154109.441000', '154109.444000', '154109.447000', '154129.317000', '154129.320000', '154129.323000', '154129.325000', '154129.328000', '154129.331000', '154129.334000', '154129.337000', '154129.340000', '154129.343000', '154129.345000', '154129.348000', '154129.351000', '154129.354000', '154129.357000', '154129.360000', '154129.363000', '154129.365000', '154129.368000', '154129.371000', '154129.374000', '154129.377000', '154129.380000', '154129.382000', '154129.385000', '154129.388000', '154129.391000', '154129.394000', '154129.397000', '154129.400000', '154129.402000', '154129.405000', '154129.408000', '154129.411000', '154129.414000', '154129.417000', '154129.420000', '154129.422000', '154129.425000', '154129.428000', '154129.431000', '154129.434000', '154129.437000', '154149.317000', '154149.320000', '154149.323000', '154149.326000', '154149.328000', '154149.331000', '154149.334000', '154149.337000', '154149.340000', '154149.343000', '154149.346000', '154149.349000', '154149.351000', '154149.354000', '154149.357000', '154149.360000', '154149.363000', '154149.366000', '154149.369000', '154149.371000', '154149.374000', '154149.377000', '154149.380000', '154149.383000', '154149.386000', '154149.389000', '154149.392000', '154149.395000', '154149.397000', '154149.400000', '154149.403000', '154149.406000', '154149.409000', '154149.412000', '154149.415000', '154149.417000', '154149.420000', '154149.423000', '154149.426000', '154149.429000', '154149.432000', '154149.435000', '154149.438000', '154149.440000', '154150.658000', '154150.662000', '154150.665000'], 'InstanceCreationTime': ['153529.345000', '153529.349000', '153529.352000', '153529.355000', '153529.358000', '153529.361000', '153529.364000', '153529.367000', '153529.370000', '153529.373000', '153529.376000', '153529.379000', '153529.382000', '153529.385000', '153529.388000', '153529.391000', '153529.393000', '153529.396000', '153529.399000', '153529.402000', '153529.405000', '153529.408000', '153529.411000', '153529.414000', '153529.416000', '153529.419000', '153529.428000', '153529.431000', '153529.434000', '153529.437000', '153529.440000', '153529.443000', '153529.446000', '153529.449000', '153529.452000', '153529.454000', '153529.457000', '153529.460000', '153529.463000', '153529.466000', '153529.469000', '153529.472000', '153529.475000', '153549.317000', '153549.320000', '153549.323000', '153549.325000', '153549.328000', '153549.331000', '153549.334000', '153549.337000', '153549.339000', '153549.342000', '153549.345000', '153549.348000', '153549.351000', '153549.354000', '153549.356000', '153549.359000', '153549.362000', '153549.365000', '153549.368000', '153549.370000', '153549.373000', '153549.376000', '153549.379000', '153549.382000', '153549.384000', '153549.387000', '153549.390000', '153549.393000', '153549.396000', '153549.399000', '153549.402000', '153549.404000', '153549.407000', '153549.410000', '153549.413000', '153549.415000', '153549.418000', '153549.421000', '153549.424000', '153549.427000', '153549.429000', '153549.432000', '153549.435000', '153609.317000', '153609.320000', '153609.323000', '153609.325000', '153609.328000', '153609.331000', '153609.334000', '153609.337000', '153609.339000', '153609.342000', '153609.345000', '153609.348000', '153609.351000', '153609.353000', '153609.356000', '153609.359000', '153609.362000', '153609.365000', '153609.368000', '153609.370000', '153609.373000', '153609.376000', '153609.379000', '153609.382000', '153609.384000', '153609.387000', '153609.390000', '153609.393000', '153609.396000', '153609.399000', '153609.402000', '153609.404000', '153609.407000', '153609.410000', '153609.413000', '153609.416000', '153609.419000', '153609.421000', '153609.428000', '153609.430000', '153609.433000', '153609.436000', '153609.439000', '153609.442000', '153629.317000', '153629.320000', '153629.322000', '153629.325000', '153629.328000', '153629.331000', '153629.334000', '153629.336000', '153629.339000', '153629.342000', '153629.345000', '153629.348000', '153629.351000', '153629.354000', '153629.356000', '153629.359000', '153629.362000', '153629.365000', '153629.368000', '153629.370000', '153629.373000', '153629.376000', '153629.379000', '153629.382000', '153629.385000', '153629.388000', '153629.390000', '153629.393000', '153629.396000', '153629.399000', '153629.402000', '153629.405000', '153629.407000', '153629.410000', '153629.413000', '153629.416000', '153629.419000', '153629.421000', '153629.424000', '153629.427000', '153629.430000', '153629.433000', '153629.435000', '153649.317000', '153649.320000', '153649.323000', '153649.326000', '153649.329000', '153649.332000', '153649.335000', '153649.338000', '153649.341000', '153649.344000', '153649.346000', '153649.349000', '153649.352000', '153649.355000', '153649.358000', '153649.361000', '153649.363000', '153649.366000', '153649.369000', '153649.372000', '153649.375000', '153649.378000', '153649.380000', '153649.383000', '153649.398000', '153649.401000', '153649.403000', '153649.406000', '153649.409000', '153649.412000', '153649.415000', '153649.417000', '153649.420000', '153649.423000', '153649.426000', '153649.429000', '153649.431000', '153649.434000', '153649.437000', '153649.440000', '153649.443000', '153649.446000', '153649.449000', '153709.317000', '153709.320000', '153709.322000', '153709.325000', '153709.328000', '153709.331000', '153709.334000', '153709.337000', '153709.340000', '153709.342000', '153709.345000', '153709.348000', '153709.351000', '153709.354000', '153709.357000', '153709.359000', '153709.362000', '153709.365000', '153709.368000', '153709.371000', '153709.374000', '153709.376000', '153709.379000', '153709.382000', '153709.385000', '153709.388000', '153709.391000', '153709.393000', '153709.396000', '153709.399000', '153709.402000', '153709.405000', '153709.408000', '153709.410000', '153709.413000', '153709.416000', '153709.419000', '153709.422000', '153709.425000', '153709.427000', '153709.430000', '153709.433000', '153709.436000', '153709.439000', '153729.316000', '153729.319000', '153729.322000', '153729.324000', '153729.327000', '153729.330000', '153729.333000', '153729.336000', '153729.339000', '153729.341000', '153729.344000', '153729.347000', '153729.350000', '153729.353000', '153729.356000', '153729.359000', '153729.362000', '153729.365000', '153729.368000', '153729.371000', '153729.374000', '153729.376000', '153729.379000', '153729.382000', '153729.385000', '153729.388000', '153729.391000', '153729.393000', '153729.396000', '153729.399000', '153729.402000', '153729.405000', '153729.408000', '153729.411000', '153729.413000', '153729.416000', '153729.419000', '153729.422000', '153729.425000', '153729.428000', '153729.431000', '153729.433000', '153729.436000', '153749.317000', '153749.320000', '153749.323000', '153749.325000', '153749.328000', '153749.331000', '153749.334000', '153749.337000', '153749.340000', '153749.342000', '153749.345000', '153749.348000', '153749.351000', '153749.354000', '153749.357000', '153749.360000', '153749.362000', '153749.365000', '153749.368000', '153749.371000', '153749.374000', '153749.376000', '153749.379000', '153749.382000', '153749.385000', '153749.388000', '153749.391000', '153749.394000', '153749.396000', '153749.399000', '153749.402000', '153749.405000', '153749.408000', '153749.411000', '153749.414000', '153749.417000', '153749.419000', '153749.422000', '153749.425000', '153749.428000', '153749.431000', '153749.434000', '153749.436000', '153749.439000', '153809.317000', '153809.320000', '153809.323000', '153809.326000', '153809.328000', '153809.331000', '153809.334000', '153809.337000', '153809.340000', '153809.343000', '153809.346000', '153809.348000', '153809.351000', '153809.354000', '153809.357000', '153809.361000', '153809.366000', '153809.369000', '153809.372000', '153809.375000', '153809.378000', '153809.381000', '153809.384000', '153809.387000', '153809.389000', '153809.392000', '153809.395000', '153809.398000', '153809.401000', '153809.403000', '153809.406000', '153809.409000', '153809.412000', '153809.415000', '153809.418000', '153809.421000', '153809.424000', '153809.426000', '153809.429000', '153809.432000', '153809.435000', '153809.438000', '153809.440000', '153829.317000', '153829.320000', '153829.323000', '153829.326000', '153829.329000', '153829.331000', '153829.343000', '153829.345000', '153829.348000', '153829.351000', '153829.354000', '153829.357000', '153829.360000', '153829.363000', '153829.366000', '153829.368000', '153829.371000', '153829.374000', '153829.377000', '153829.380000', '153829.383000', '153829.386000', '153829.389000', '153829.391000', '153829.394000', '153829.397000', '153829.400000', '153829.403000', '153829.406000', '153829.408000', '153829.412000', '153829.414000', '153829.417000', '153829.420000', '153829.423000', '153829.426000', '153829.429000', '153829.431000', '153829.434000', '153829.437000', '153829.440000', '153829.443000', '153829.446000', '153829.449000', '153849.317000', '153849.320000', '153849.322000', '153849.325000', '153849.328000', '153849.331000', '153849.334000', '153849.337000', '153849.340000', '153849.343000', '153849.346000', '153849.348000', '153849.351000', '153849.354000', '153849.357000', '153849.360000', '153849.363000', '153849.366000', '153849.370000', '153849.375000', '153849.378000', '153849.381000', '153849.384000', '153849.386000', '153849.389000', '153849.392000', '153849.395000', '153849.398000', '153849.401000', '153849.403000', '153849.406000', '153849.409000', '153849.412000', '153849.415000', '153849.418000', '153849.421000', '153849.423000', '153849.426000', '153849.429000', '153849.432000', '153849.435000', '153849.438000', '153849.441000', '153909.317000', '153909.320000', '153909.323000', '153909.325000', '153909.328000', '153909.331000', '153909.334000', '153909.337000', '153909.340000', '153909.343000', '153909.346000', '153909.348000', '153909.351000', '153909.354000', '153909.357000', '153909.360000', '153909.362000', '153909.365000', '153909.368000', '153909.371000', '153909.374000', '153909.377000', '153909.380000', '153909.383000', '153909.385000', '153909.389000', '153909.391000', '153909.394000', '153909.397000', '153909.400000', '153909.403000', '153909.405000', '153909.408000', '153909.411000', '153909.414000', '153909.417000', '153909.420000', '153909.423000', '153909.426000', '153909.428000', '153909.431000', '153909.434000', '153909.437000', '153909.440000', '153929.317000', '153929.320000', '153929.323000', '153929.326000', '153929.328000', '153929.331000', '153929.335000', '153929.338000', '153929.341000', '153929.343000', '153929.346000', '153929.349000', '153929.352000', '153929.355000', '153929.358000', '153929.360000', '153929.363000', '153929.366000', '153929.369000', '153929.372000', '153929.375000', '153929.378000', '153929.380000', '153929.383000', '153929.387000', '153929.390000', '153929.393000', '153929.396000', '153929.399000', '153929.402000', '153929.404000', '153929.407000', '153929.410000', '153929.413000', '153929.416000', '153929.419000', '153929.421000', '153929.425000', '153929.427000', '153929.430000', '153929.433000', '153929.436000', '153929.439000', '153949.316000', '153949.319000', '153949.321000', '153949.324000', '153949.327000', '153949.330000', '153949.333000', '153949.336000', '153949.339000', '153949.342000', '153949.344000', '153949.347000', '153949.350000', '153949.353000', '153949.356000', '153949.358000', '153949.361000', '153949.364000', '153949.367000', '153949.370000', '153949.373000', '153949.376000', '153949.378000', '153949.381000', '153949.384000', '153949.387000', '153949.390000', '153949.393000', '153949.396000', '153949.398000', '153949.401000', '153949.419000', '153949.422000', '153949.425000', '153949.427000', '153949.430000', '153949.433000', '153949.436000', '153949.439000', '153949.442000', '153949.445000', '153949.447000', '153949.450000', '153949.453000', '154009.317000', '154009.320000', '154009.323000', '154009.326000', '154009.329000', '154009.331000', '154009.334000', '154009.337000', '154009.340000', '154009.343000', '154009.346000', '154009.349000', '154009.351000', '154009.354000', '154009.357000', '154009.360000', '154009.363000', '154009.366000', '154009.369000', '154009.371000', '154009.374000', '154009.377000', '154009.380000', '154009.383000', '154009.386000', '154009.388000', '154009.391000', '154009.394000', '154009.397000', '154009.400000', '154009.403000', '154009.406000', '154009.411000', '154009.415000', '154009.418000', '154009.421000', '154009.424000', '154009.426000', '154009.429000', '154009.432000', '154009.435000', '154009.438000', '154009.441000', '154029.317000', '154029.320000', '154029.323000', '154029.326000', '154029.329000', '154029.331000', '154029.334000', '154029.337000', '154029.340000', '154029.343000', '154029.346000', '154029.349000', '154029.351000', '154029.354000', '154029.357000', '154029.360000', '154029.363000', '154029.366000', '154029.368000', '154029.371000', '154029.374000', '154029.377000', '154029.380000', '154029.383000', '154029.386000', '154029.388000', '154029.391000', '154029.394000', '154029.397000', '154029.400000', '154029.403000', '154029.406000', '154029.409000', '154029.411000', '154029.414000', '154029.417000', '154029.420000', '154029.423000', '154029.426000', '154029.429000', '154029.432000', '154029.434000', '154029.437000', '154029.440000', '154049.317000', '154049.320000', '154049.323000', '154049.326000', '154049.329000', '154049.331000', '154049.334000', '154049.337000', '154049.340000', '154049.343000', '154049.346000', '154049.349000', '154049.351000', '154049.354000', '154049.357000', '154049.360000', '154049.363000', '154049.366000', '154049.369000', '154049.372000', '154049.376000', '154049.379000', '154049.381000', '154049.384000', '154049.387000', '154049.390000', '154049.393000', '154049.396000', '154049.399000', '154049.402000', '154049.405000', '154049.407000', '154049.410000', '154049.413000', '154049.416000', '154049.419000', '154049.422000', '154049.425000', '154049.428000', '154049.431000', '154049.434000', '154049.437000', '154049.440000', '154109.317000', '154109.320000', '154109.323000', '154109.326000', '154109.328000', '154109.331000', '154109.339000', '154109.342000', '154109.345000', '154109.348000', '154109.351000', '154109.353000', '154109.356000', '154109.359000', '154109.362000', '154109.365000', '154109.368000', '154109.370000', '154109.373000', '154109.378000', '154109.381000', '154109.383000', '154109.386000', '154109.389000', '154109.392000', '154109.395000', '154109.398000', '154109.401000', '154109.404000', '154109.406000', '154109.409000', '154109.412000', '154109.415000', '154109.418000', '154109.421000', '154109.424000', '154109.426000', '154109.429000', '154109.432000', '154109.435000', '154109.438000', '154109.441000', '154109.444000', '154109.447000', '154129.317000', '154129.320000', '154129.323000', '154129.325000', '154129.328000', '154129.331000', '154129.334000', '154129.337000', '154129.340000', '154129.343000', '154129.345000', '154129.348000', '154129.351000', '154129.354000', '154129.357000', '154129.360000', '154129.363000', '154129.365000', '154129.368000', '154129.371000', '154129.374000', '154129.377000', '154129.380000', '154129.382000', '154129.385000', '154129.388000', '154129.391000', '154129.394000', '154129.397000', '154129.400000', '154129.402000', '154129.405000', '154129.408000', '154129.411000', '154129.414000', '154129.417000', '154129.420000', '154129.422000', '154129.425000', '154129.428000', '154129.431000', '154129.434000', '154129.437000', '154149.317000', '154149.320000', '154149.323000', '154149.326000', '154149.328000', '154149.331000', '154149.334000', '154149.337000', '154149.340000', '154149.343000', '154149.346000', '154149.349000', '154149.351000', '154149.354000', '154149.357000', '154149.360000', '154149.363000', '154149.366000', '154149.369000', '154149.371000', '154149.374000', '154149.377000', '154149.380000', '154149.383000', '154149.386000', '154149.389000', '154149.392000', '154149.395000', '154149.397000', '154149.400000', '154149.403000', '154149.406000', '154149.409000', '154149.412000', '154149.415000', '154149.417000', '154149.420000', '154149.423000', '154149.426000', '154149.429000', '154149.432000', '154149.435000', '154149.438000', '154149.440000', '154150.658000', '154150.662000', '154150.665000'], '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': [11125, 8416, 12530, 8295, 12978, 8941, 12171, 11400, 9353, 10200, 8556, 9377, 8476, 11253, 8541, 13297, 10506, 11248, 7778, 8882, 7645, 8929, 7847, 9117, 10664, 8574, 11368, 8684, 9688, 8640, 11231, 8379, 12401, 8633, 14086, 11258, 9719, 7930, 8701, 7795, 8728, 8975, 10496, 10647, 8595, 9651, 8547, 8454, 8329, 9441, 8500, 13073, 9430, 13962, 7984, 8847, 8591, 9283, 7995, 9537, 13226, 9847, 15903, 8264, 9971, 9481, 9327, 11087, 8905, 12390, 10466, 13827, 11099, 14647, 10044, 14577, 11772, 14126, 9001, 12910, 8889, 12058, 9000, 11711, 8911, 11895, 8249, 9641, 9434, 9532, 9833, 9294, 9529, 9165, 11846, 8894, 13400, 9207, 12043, 9042, 10155, 9109, 10712, 9191, 13307, 10352, 11706, 8945, 9763, 8630, 10975, 8791, 12909, 10293, 10209, 9002, 9919, 9574, 10008, 9961, 9546, 12473, 9259, 13446, 9184, 12121, 9011, 11439, 9448, 12210, 9182, 12564, 9530, 9870, 9236, 9780, 9841, 9323, 10674, 9337, 9595, 9021, 9937, 10137, 10496, 12941, 9579, 9817, 9497, 10000, 9420, 13917, 9959, 13712, 9290, 11194, 9232, 10949, 8913, 11845, 8745, 12133, 10626, 9826, 8363, 9889, 7667, 10048, 8880, 9840, 12933, 9452, 9901, 9130, 10466, 9239, 11768, 9129, 13652, 8955, 12673, 9052, 11928, 9059, 12005, 9090, 11484, 10373, 9801, 8712, 9555, 10351, 9360, 11976, 9287, 14673, 12307, 9623, 10223, 9244, 10124, 9028, 11072, 8988, 12900, 9222, 14634, 12072, 12465, 7923, 9701, 7754, 9746, 9904, 9373, 12417, 9127, 10000, 9230, 9512, 9363, 12472, 8912, 10379, 7587, 10085, 9355, 9952, 9559, 9474, 10273, 9271, 13370, 9470, 10372, 9493, 9199, 9965, 9172, 9953, 13141, 9407, 11793, 9482, 10743, 9327, 12147, 9153, 13532, 10791, 9717, 7857, 9215, 9916, 9367, 10573, 9468, 14554, 9203, 12827, 8926, 10062, 8793, 11717, 8980, 14053, 11285, 10872, 9665, 9745, 9170, 9603, 9266, 9430, 11860, 9329, 13887, 8753, 10971, 8850, 9607, 8900, 10277, 10431, 10882, 13698, 9072, 10627, 9069, 10674, 8981, 11600, 8944, 11598, 9230, 14120, 8997, 10949, 8955, 9291, 9115, 9691, 9166, 10889, 9066, 14688, 11327, 10402, 9104, 9672, 9553, 9776, 8880, 9672, 11136, 9676, 9685, 9831, 9522, 9914, 9058, 9854, 11729, 9480, 10511, 9621, 9294, 9123, 9703, 9684, 10988, 9503, 13312, 7689, 10185, 9490, 9924, 9744, 9649, 10038, 9376, 13762, 9881, 13444, 9222, 10335, 9194, 11966, 9017, 14523, 11792, 10118, 7604, 9816, 8379, 9706, 8128, 9589, 11646, 9340, 11993, 9329, 9743, 9486, 9303, 9503, 11948, 9005, 14228, 9041, 12495, 8878, 9795, 8745, 9744, 8706, 11179, 10839, 9338, 9577, 9602, 8833, 9226, 9564, 7779, 9549, 10178, 9676, 14813, 9844, 12828, 9115, 11510, 9199, 10828, 9066, 9739, 10216, 9701, 14041, 9392, 13494, 7886, 9612, 9705, 9404, 10218, 9425, 12144, 9317, 14762, 11179, 13392, 9158, 11785, 9299, 10905, 9640, 11983, 9603, 13525, 9776, 9947, 9971, 10579, 9941, 10690, 9727, 11642, 9441, 10268, 9388, 10404, 9303, 10252, 9094, 10689, 10407, 9976, 9118, 9739, 10522, 9453, 11924, 9448, 13554, 10962, 14878, 8890, 12768, 8965, 13220, 8873, 13415, 8957, 13423, 10333, 14429, 8820, 10049, 9062, 10118, 7538, 9959, 11257, 9191, 14708, 11447, 12242, 9197, 9627, 8993, 8272, 9136, 9257, 9069, 12262, 8666, 12201, 10814, 10663, 12654, 11540, 14461, 10033, 10218, 8890, 9422, 9153, 9233, 9089, 13620, 9181, 9029, 9181, 9718, 9191, 9884, 8848, 10093, 9013, 11727, 8570, 11304, 8537, 9434, 8781, 9789, 8976, 12506, 9095, 12282, 8919, 10568, 8998, 10021, 9480, 11430, 9315, 12425, 10010, 14237, 9555, 10211, 7664, 9997, 8340, 10106, 8833, 10958, 9095, 12674, 10534, 10065, 8235, 10074, 9100, 10216, 8923, 10284, 10514, 9839, 10811, 9449, 9376, 9317, 9938, 9376, 10891, 9357, 12202, 9442, 14496, 9323, 12442, 9378, 10561, 9364, 10714, 9357, 11338, 9266, 13862, 9051, 10100, 7540, 10132, 7688, 10081, 8939, 10022, 9022, 10919, 10296, 10170, 9763, 9916, 9103, 10296, 8137, 10353, 8571, 10259, 12213, 10077, 9249, 9851, 7801, 10113, 8034, 9703, 12087, 9712, 9944, 9597, 9689, 9628, 8215, 9564, 8070, 9380, 9395, 9674, 9427, 9841, 9886, 9599, 14066, 9183, 12067, 9230, 10874, 9192, 12319, 9140, 12994, 9087, 12146, 9013, 11068, 10575, 9507, 9944, 10008, 10181, 9889, 9985, 9809, 10112, 9957, 10141, 10082, 10061, 10040, 10137, 9993, 10362, 10012, 11157, 9553, 13680, 10708, 11530, 9209, 11361, 9431, 12986, 9553, 13001, 10301, 13069, 9730, 10118, 9670, 10789, 9705, 12088, 9768, 14550, 8915, 11857, 9059, 12063, 9195, 12931, 9199, 14720, 11358, 9776, 8810, 10206, 10607, 9738, 9661, 9428, 13958, 11475, 12007, 9450, 9262, 8762, 9040, 9401, 9343, 13454, 9776, 15300, 9143, 11616, 9272, 10935, 9124, 12351, 9868, 10699, 9119, 9440, 9222, 9464, 8158, 9413, 8754, 10917, 10821, 11583, 11439, 9814, 8641, 9817, 7945, 10020, 7960, 9846, 11159, 9325, 9413, 9704, 8368, 9577, 8971, 9855, 8686, 13118, 12559, 13041, 11050, 9552, 9556, 9549, 9744, 9528, 9354, 9756, 9370, 13141, 10379, 13677, 9303, 12362, 9201, 12327, 9847, 14017, 11616, 15113, 8753, 10031, 9782, 10053, 9695, 9675, 9515, 8938, 14512, 11066, 10217, 9243, 9722, 9524, 9581, 8791, 9659, 8925, 9388, 12966, 9766, 10196, 9720, 10224, 9621, 10303, 9379, 11821, 9477, 11859, 9399, 13799, 9952, 12929, 9639, 10604, 9772, 9864, 9831, 10447, 9911, 12618, 10068, 10176, 9927, 10539, 9951, 9887, 9836, 10601, 9540, 12991, 10149, 13078, 9507, 10108, 9494, 10436, 8035, 9766, 12085, 9775, 10231, 9764, 8384, 9816, 8965, 11639, 8910, 12211, 11948, 9901, 10499, 10086, 9254, 9932, 10092, 9551, 13666, 9279, 11145, 9298, 10315, 9275, 10386, 8960, 12482, 10515, 12470, 9107, 12506, 9331, 13530, 9211, 14846, 9122, 11203, 9240, 10242, 9459, 11611, 9320, 13135, 10534, 11880, 9113, 10450, 9276, 10421, 9187, 12131, 9054, 13314, 11010, 10106, 10184, 10144, 10263, 9943, 10202, 9753, 11627, 9588, 13249, 9609, 9509, 9543], 'WindowCenter': [4245.0, 4199.0, 4226.0, 4185.0, 4223.0, 4183.0, 4210.0, 4212.0, 4179.0, 4190.0, 4168.0, 4177.0, 4168.0, 4200.0, 4180.0, 4221.0, 4201.0, 4199.0, 4160.0, 4179.0, 4159.0, 4179.0, 4171.0, 4180.0, 4202.0, 4180.0, 4212.0, 4181.0, 4190.0, 4181.0, 4212.0, 4181.0, 4222.0, 4182.0, 4231.0, 4214.0, 4191.0, 4172.0, 4180.0, 4172.0, 4180.0, 4181.0, 4201.0, 4203.0, 4180.0, 4193.0, 4181.0, 4171.0, 4170.0, 4191.0, 4182.0, 4222.0, 4191.0, 4231.0, 4171.0, 4179.0, 4194.0, 4192.0, 4185.0, 4216.0, 4246.0, 4202.0, 4254.0, 4183.0, 4201.0, 4202.0, 4204.0, 4223.0, 4194.0, 4222.0, 4214.0, 4232.0, 4212.0, 4230.0, 4190.0, 4229.0, 4210.0, 4207.0, 4166.0, 4194.0, 4165.0, 4195.0, 4166.0, 4196.0, 4178.0, 4197.0, 4168.0, 4177.0, 4178.0, 4188.0, 4188.0, 4178.0, 4178.0, 4190.0, 4210.0, 4179.0, 4209.0, 4178.0, 4197.0, 4167.0, 4186.0, 4166.0, 4187.0, 4178.0, 4208.0, 4191.0, 4209.0, 4180.0, 4187.0, 4181.0, 4199.0, 4180.0, 4220.0, 4201.0, 4189.0, 4180.0, 4188.0, 4190.0, 4199.0, 4201.0, 4201.0, 4224.0, 4193.0, 4221.0, 4189.0, 4209.0, 4178.0, 4198.0, 4190.0, 4210.0, 4179.0, 4209.0, 4190.0, 4190.0, 4203.0, 4213.0, 4217.0, 4214.0, 4224.0, 4203.0, 4203.0, 4205.0, 4214.0, 4227.0, 4227.0, 4247.0, 4202.0, 4203.0, 4203.0, 4202.0, 4201.0, 4233.0, 4201.0, 4221.0, 4191.0, 4210.0, 4190.0, 4210.0, 4191.0, 4210.0, 4181.0, 4211.0, 4203.0, 4189.0, 4181.0, 4188.0, 4159.0, 4199.0, 4181.0, 4189.0, 4233.0, 4201.0, 4199.0, 4190.0, 4199.0, 4192.0, 4222.0, 4203.0, 4232.0, 4192.0, 4219.0, 4179.0, 4209.0, 4191.0, 4222.0, 4191.0, 4211.0, 4202.0, 4199.0, 4181.0, 4190.0, 4201.0, 4191.0, 4211.0, 4193.0, 4233.0, 4224.0, 4190.0, 4202.0, 4189.0, 4200.0, 4178.0, 4199.0, 4179.0, 4209.0, 4191.0, 4231.0, 4210.0, 4208.0, 4160.0, 4177.0, 4158.0, 4178.0, 4188.0, 4190.0, 4222.0, 4191.0, 4191.0, 4191.0, 4189.0, 4192.0, 4221.0, 4193.0, 4200.0, 4172.0, 4202.0, 4193.0, 4201.0, 4203.0, 4203.0, 4204.0, 4193.0, 4234.0, 4202.0, 4204.0, 4203.0, 4192.0, 4202.0, 4191.0, 4202.0, 4234.0, 4204.0, 4222.0, 4204.0, 4213.0, 4203.0, 4234.0, 4205.0, 4232.0, 4214.0, 4190.0, 4172.0, 4189.0, 4191.0, 4180.0, 4202.0, 4192.0, 4232.0, 4191.0, 4221.0, 4191.0, 4199.0, 4182.0, 4209.0, 4193.0, 4232.0, 4213.0, 4200.0, 4191.0, 4189.0, 4192.0, 4200.0, 4190.0, 4193.0, 4224.0, 4203.0, 4233.0, 4193.0, 4212.0, 4193.0, 4190.0, 4182.0, 4201.0, 4203.0, 4200.0, 4233.0, 4180.0, 4201.0, 4180.0, 4200.0, 4179.0, 4210.0, 4178.0, 4211.0, 4190.0, 4221.0, 4179.0, 4199.0, 4179.0, 4179.0, 4178.0, 4189.0, 4190.0, 4211.0, 4182.0, 4231.0, 4212.0, 4201.0, 4192.0, 4192.0, 4192.0, 4201.0, 4193.0, 4191.0, 4214.0, 4190.0, 4194.0, 4200.0, 4192.0, 4200.0, 4193.0, 4202.0, 4213.0, 4191.0, 4202.0, 4190.0, 4190.0, 4191.0, 4191.0, 4215.0, 4225.0, 4218.0, 4247.0, 4184.0, 4212.0, 4204.0, 4202.0, 4204.0, 4203.0, 4204.0, 4203.0, 4249.0, 4216.0, 4235.0, 4193.0, 4201.0, 4191.0, 4210.0, 4180.0, 4231.0, 4213.0, 4200.0, 4161.0, 4191.0, 4181.0, 4189.0, 4171.0, 4192.0, 4213.0, 4190.0, 4212.0, 4180.0, 4190.0, 4188.0, 4190.0, 4203.0, 4212.0, 4182.0, 4232.0, 4181.0, 4212.0, 4181.0, 4190.0, 4181.0, 4190.0, 4182.0, 4212.0, 4214.0, 4190.0, 4191.0, 4191.0, 4179.0, 4191.0, 4190.0, 4172.0, 4202.0, 4215.0, 4205.0, 4245.0, 4203.0, 4222.0, 4181.0, 4212.0, 4194.0, 4201.0, 4182.0, 4191.0, 4202.0, 4202.0, 4233.0, 4193.0, 4232.0, 4199.0, 4218.0, 4217.0, 4206.0, 4204.0, 4205.0, 4225.0, 4205.0, 4234.0, 4214.0, 4222.0, 4193.0, 4212.0, 4193.0, 4202.0, 4192.0, 4211.0, 4203.0, 4233.0, 4202.0, 4190.0, 4201.0, 4201.0, 4203.0, 4213.0, 4207.0, 4225.0, 4206.0, 4215.0, 4206.0, 4215.0, 4206.0, 4215.0, 4196.0, 4216.0, 4216.0, 4204.0, 4194.0, 4204.0, 4203.0, 4205.0, 4213.0, 4205.0, 4234.0, 4215.0, 4233.0, 4183.0, 4222.0, 4182.0, 4221.0, 4182.0, 4221.0, 4181.0, 4221.0, 4203.0, 4232.0, 4182.0, 4190.0, 4181.0, 4199.0, 4172.0, 4202.0, 4228.0, 4207.0, 4259.0, 4238.0, 4237.0, 4218.0, 4218.0, 4195.0, 4195.0, 4205.0, 4195.0, 4196.0, 4228.0, 4199.0, 4227.0, 4217.0, 4205.0, 4224.0, 4212.0, 4222.0, 4178.0, 4189.0, 4166.0, 4168.0, 4166.0, 4165.0, 4166.0, 4207.0, 4165.0, 4165.0, 4165.0, 4176.0, 4177.0, 4176.0, 4179.0, 4188.0, 4180.0, 4210.0, 4181.0, 4200.0, 4182.0, 4179.0, 4183.0, 4191.0, 4193.0, 4222.0, 4193.0, 4224.0, 4194.0, 4201.0, 4193.0, 4202.0, 4203.0, 4212.0, 4205.0, 4224.0, 4205.0, 4233.0, 4194.0, 4203.0, 4173.0, 4203.0, 4185.0, 4203.0, 4194.0, 4213.0, 4195.0, 4235.0, 4216.0, 4202.0, 4184.0, 4202.0, 4194.0, 4204.0, 4194.0, 4215.0, 4217.0, 4205.0, 4215.0, 4204.0, 4194.0, 4204.0, 4204.0, 4193.0, 4213.0, 4194.0, 4225.0, 4205.0, 4234.0, 4193.0, 4222.0, 4193.0, 4201.0, 4191.0, 4214.0, 4193.0, 4213.0, 4206.0, 4235.0, 4195.0, 4214.0, 4184.0, 4214.0, 4185.0, 4214.0, 4197.0, 4205.0, 4197.0, 4216.0, 4217.0, 4204.0, 4205.0, 4203.0, 4194.0, 4213.0, 4183.0, 4203.0, 4195.0, 4214.0, 4237.0, 4205.0, 4205.0, 4203.0, 4174.0, 4214.0, 4186.0, 4205.0, 4226.0, 4192.0, 4204.0, 4203.0, 4203.0, 4192.0, 4183.0, 4192.0, 4173.0, 4193.0, 4195.0, 4192.0, 4193.0, 4203.0, 4205.0, 4204.0, 4245.0, 4195.0, 4224.0, 4195.0, 4213.0, 4194.0, 4223.0, 4194.0, 4224.0, 4193.0, 4212.0, 4194.0, 4225.0, 4215.0, 4193.0, 4204.0, 4202.0, 4202.0, 4202.0, 4203.0, 4203.0, 4203.0, 4204.0, 4216.0, 4216.0, 4204.0, 4203.0, 4203.0, 4203.0, 4213.0, 4215.0, 4223.0, 4207.0, 4246.0, 4230.0, 4226.0, 4206.0, 4223.0, 4203.0, 4223.0, 4203.0, 4235.0, 4214.0, 4235.0, 4207.0, 4213.0, 4206.0, 4214.0, 4218.0, 4238.0, 4217.0, 4246.0, 4196.0, 4224.0, 4195.0, 4223.0, 4194.0, 4235.0, 4206.0, 4245.0, 4216.0, 4203.0, 4193.0, 4215.0, 4214.0, 4215.0, 4204.0, 4206.0, 4235.0, 4226.0, 4225.0, 4206.0, 4195.0, 4183.0, 4182.0, 4191.0, 4191.0, 4223.0, 4202.0, 4233.0, 4192.0, 4211.0, 4191.0, 4200.0, 4192.0, 4222.0, 4203.0, 4202.0, 4192.0, 4191.0, 4193.0, 4191.0, 4171.0, 4180.0, 4170.0, 4201.0, 4203.0, 4200.0, 4212.0, 4189.0, 4169.0, 4189.0, 4170.0, 4190.0, 4172.0, 4203.0, 4216.0, 4192.0, 4193.0, 4190.0, 4171.0, 4189.0, 4181.0, 4190.0, 4183.0, 4234.0, 4236.0, 4235.0, 4214.0, 4202.0, 4202.0, 4204.0, 4203.0, 4203.0, 4219.0, 4218.0, 4218.0, 4238.0, 4218.0, 4249.0, 4219.0, 4224.0, 4194.0, 4211.0, 4203.0, 4221.0, 4211.0, 4220.0, 4170.0, 4190.0, 4190.0, 4189.0, 4190.0, 4191.0, 4191.0, 4193.0, 4232.0, 4214.0, 4202.0, 4192.0, 4202.0, 4203.0, 4192.0, 4183.0, 4192.0, 4194.0, 4193.0, 4234.0, 4203.0, 4202.0, 4192.0, 4201.0, 4203.0, 4202.0, 4193.0, 4223.0, 4193.0, 4224.0, 4194.0, 4233.0, 4203.0, 4222.0, 4192.0, 4201.0, 4203.0, 4203.0, 4202.0, 4213.0, 4205.0, 4224.0, 4205.0, 4203.0, 4203.0, 4213.0, 4204.0, 4203.0, 4204.0, 4215.0, 4217.0, 4236.0, 4216.0, 4236.0, 4206.0, 4203.0, 4204.0, 4215.0, 4197.0, 4214.0, 4237.0, 4215.0, 4217.0, 4204.0, 4184.0, 4202.0, 4193.0, 4214.0, 4194.0, 4224.0, 4225.0, 4202.0, 4202.0, 4203.0, 4193.0, 4215.0, 4215.0, 4206.0, 4245.0, 4205.0, 4225.0, 4207.0, 4215.0, 4205.0, 4203.0, 4195.0, 4225.0, 4217.0, 4223.0, 4194.0, 4222.0, 4194.0, 4234.0, 4205.0, 4243.0, 4194.0, 4213.0, 4192.0, 4203.0, 4204.0, 4225.0, 4207.0, 4246.0, 4216.0, 4224.0, 4194.0, 4201.0, 4193.0, 4202.0, 4193.0, 4224.0, 4196.0, 4234.0, 4214.0, 4203.0, 4203.0, 4202.0, 4202.0, 4202.0, 4214.0, 4205.0, 4225.0, 4205.0, 4236.0, 4204.0, 4204.0, 4204.0], 'WindowWidth': [9400.0, 9327.0, 9355.0, 9298.0, 9342.0, 9290.0, 9320.0, 9327.0, 9276.0, 9293.0, 9261.0, 9271.0, 9261.0, 9304.0, 9282.0, 9335.0, 9310.0, 9304.0, 9255.0, 9277.0, 9251.0, 9276.0, 9269.0, 9282.0, 9314.0, 9282.0, 9326.0, 9285.0, 9296.0, 9287.0, 9326.0, 9285.0, 9340.0, 9289.0, 9352.0, 9331.0, 9296.0, 9273.0, 9281.0, 9273.0, 9281.0, 9284.0, 9309.0, 9316.0, 9281.0, 9302.0, 9282.0, 9270.0, 9267.0, 9297.0, 9289.0, 9340.0, 9297.0, 9350.0, 9271.0, 9280.0, 9308.0, 9301.0, 9300.0, 9341.0, 9384.0, 9316.0, 9392.0, 9293.0, 9315.0, 9319.0, 9322.0, 9346.0, 9309.0, 9343.0, 9334.0, 9355.0, 9327.0, 9348.0, 9296.0, 9346.0, 9321.0, 9311.0, 9255.0, 9289.0, 9251.0, 9290.0, 9254.0, 9297.0, 9274.0, 9298.0, 9263.0, 9272.0, 9275.0, 9288.0, 9288.0, 9274.0, 9276.0, 9294.0, 9320.0, 9279.0, 9317.0, 9275.0, 9298.0, 9258.0, 9282.0, 9257.0, 9284.0, 9277.0, 9316.0, 9297.0, 9316.0, 9280.0, 9288.0, 9285.0, 9303.0, 9281.0, 9333.0, 9312.0, 9291.0, 9282.0, 9290.0, 9296.0, 9306.0, 9311.0, 9314.0, 9346.0, 9303.0, 9338.0, 9293.0, 9317.0, 9276.0, 9301.0, 9294.0, 9320.0, 9278.0, 9319.0, 9294.0, 9294.0, 9319.0, 9337.0, 9347.0, 9340.0, 9351.0, 9322.0, 9321.0, 9328.0, 9339.0, 9361.0, 9358.0, 9386.0, 9318.0, 9317.0, 9317.0, 9316.0, 9314.0, 9359.0, 9313.0, 9337.0, 9297.0, 9322.0, 9296.0, 9323.0, 9300.0, 9324.0, 9286.0, 9323.0, 9318.0, 9293.0, 9285.0, 9290.0, 9253.0, 9307.0, 9284.0, 9293.0, 9358.0, 9313.0, 9307.0, 9297.0, 9307.0, 9301.0, 9343.0, 9320.0, 9355.0, 9303.0, 9333.0, 9281.0, 9320.0, 9300.0, 9341.0, 9302.0, 9325.0, 9315.0, 9307.0, 9283.0, 9297.0, 9311.0, 9300.0, 9326.0, 9305.0, 9357.0, 9347.0, 9297.0, 9313.0, 9293.0, 9308.0, 9276.0, 9305.0, 9277.0, 9319.0, 9296.0, 9350.0, 9323.0, 9315.0, 9252.0, 9273.0, 9248.0, 9272.0, 9289.0, 9295.0, 9340.0, 9297.0, 9297.0, 9297.0, 9293.0, 9301.0, 9339.0, 9304.0, 9310.0, 9276.0, 9314.0, 9303.0, 9314.0, 9318.0, 9318.0, 9322.0, 9304.0, 9362.0, 9315.0, 9320.0, 9317.0, 9299.0, 9315.0, 9298.0, 9316.0, 9361.0, 9321.0, 9343.0, 9322.0, 9331.0, 9321.0, 9362.0, 9324.0, 9356.0, 9332.0, 9296.0, 9273.0, 9293.0, 9298.0, 9281.0, 9316.0, 9302.0, 9355.0, 9297.0, 9337.0, 9300.0, 9307.0, 9287.0, 9320.0, 9304.0, 9354.0, 9330.0, 9307.0, 9298.0, 9293.0, 9301.0, 9310.0, 9296.0, 9305.0, 9349.0, 9321.0, 9357.0, 9305.0, 9329.0, 9304.0, 9296.0, 9286.0, 9311.0, 9318.0, 9310.0, 9357.0, 9282.0, 9310.0, 9282.0, 9308.0, 9279.0, 9321.0, 9276.0, 9322.0, 9295.0, 9338.0, 9279.0, 9304.0, 9277.0, 9277.0, 9276.0, 9290.0, 9296.0, 9325.0, 9289.0, 9352.0, 9328.0, 9311.0, 9302.0, 9300.0, 9302.0, 9312.0, 9303.0, 9300.0, 9334.0, 9296.0, 9305.0, 9309.0, 9300.0, 9309.0, 9303.0, 9314.0, 9331.0, 9297.0, 9314.0, 9296.0, 9295.0, 9298.0, 9298.0, 9339.0, 9352.0, 9349.0, 9384.0, 9298.0, 9331.0, 9322.0, 9317.0, 9322.0, 9318.0, 9322.0, 9319.0, 9391.0, 9342.0, 9365.0, 9305.0, 9310.0, 9298.0, 9323.0, 9284.0, 9351.0, 9331.0, 9307.0, 9258.0, 9296.0, 9284.0, 9292.0, 9271.0, 9301.0, 9330.0, 9296.0, 9328.0, 9281.0, 9293.0, 9291.0, 9294.0, 9319.0, 9329.0, 9288.0, 9353.0, 9286.0, 9325.0, 9285.0, 9295.0, 9285.0, 9296.0, 9287.0, 9329.0, 9334.0, 9295.0, 9297.0, 9296.0, 9279.0, 9296.0, 9296.0, 9276.0, 9316.0, 9338.0, 9324.0, 9379.0, 9318.0, 9341.0, 9285.0, 9325.0, 9306.0, 9309.0, 9287.0, 9297.0, 9314.0, 9314.0, 9358.0, 9303.0, 9355.0, 9328.0, 9349.0, 9345.0, 9328.0, 9321.0, 9323.0, 9350.0, 9323.0, 9363.0, 9335.0, 9341.0, 9305.0, 9327.0, 9305.0, 9313.0, 9299.0, 9323.0, 9319.0, 9357.0, 9314.0, 9295.0, 9312.0, 9309.0, 9318.0, 9330.0, 9328.0, 9351.0, 9326.0, 9336.0, 9327.0, 9336.0, 9326.0, 9336.0, 9313.0, 9338.0, 9339.0, 9319.0, 9305.0, 9320.0, 9317.0, 9322.0, 9331.0, 9322.0, 9360.0, 9335.0, 9358.0, 9290.0, 9338.0, 9287.0, 9334.0, 9286.0, 9334.0, 9284.0, 9337.0, 9316.0, 9354.0, 9286.0, 9293.0, 9285.0, 9306.0, 9276.0, 9315.0, 9361.0, 9334.0, 9406.0, 9377.0, 9371.0, 9348.0, 9349.0, 9312.0, 9313.0, 9324.0, 9309.0, 9311.0, 9359.0, 9324.0, 9357.0, 9342.0, 9323.0, 9348.0, 9327.0, 9342.0, 9274.0, 9288.0, 9253.0, 9257.0, 9251.0, 9251.0, 9253.0, 9310.0, 9250.0, 9249.0, 9251.0, 9265.0, 9271.0, 9268.0, 9276.0, 9288.0, 9282.0, 9319.0, 9286.0, 9307.0, 9285.0, 9278.0, 9290.0, 9298.0, 9302.0, 9341.0, 9305.0, 9344.0, 9305.0, 9311.0, 9305.0, 9312.0, 9317.0, 9329.0, 9323.0, 9348.0, 9323.0, 9358.0, 9306.0, 9315.0, 9277.0, 9317.0, 9296.0, 9317.0, 9308.0, 9330.0, 9311.0, 9365.0, 9339.0, 9316.0, 9295.0, 9315.0, 9307.0, 9319.0, 9307.0, 9338.0, 9343.0, 9322.0, 9337.0, 9321.0, 9307.0, 9321.0, 9320.0, 9306.0, 9330.0, 9306.0, 9349.0, 9324.0, 9361.0, 9304.0, 9340.0, 9303.0, 9311.0, 9301.0, 9333.0, 9305.0, 9331.0, 9327.0, 9364.0, 9311.0, 9333.0, 9296.0, 9334.0, 9297.0, 9335.0, 9315.0, 9323.0, 9316.0, 9342.0, 9343.0, 9322.0, 9324.0, 9316.0, 9306.0, 9331.0, 9293.0, 9316.0, 9310.0, 9334.0, 9372.0, 9323.0, 9324.0, 9318.0, 9282.0, 9333.0, 9301.0, 9326.0, 9353.0, 9301.0, 9319.0, 9317.0, 9318.0, 9301.0, 9290.0, 9303.0, 9278.0, 9301.0, 9310.0, 9301.0, 9304.0, 9319.0, 9325.0, 9322.0, 9378.0, 9309.0, 9346.0, 9309.0, 9331.0, 9308.0, 9344.0, 9308.0, 9346.0, 9305.0, 9328.0, 9308.0, 9352.0, 9337.0, 9304.0, 9318.0, 9314.0, 9316.0, 9314.0, 9319.0, 9318.0, 9319.0, 9319.0, 9340.0, 9341.0, 9320.0, 9318.0, 9317.0, 9318.0, 9331.0, 9339.0, 9347.0, 9331.0, 9380.0, 9365.0, 9354.0, 9327.0, 9344.0, 9320.0, 9344.0, 9318.0, 9361.0, 9336.0, 9362.0, 9328.0, 9333.0, 9327.0, 9334.0, 9347.0, 9376.0, 9347.0, 9382.0, 9314.0, 9348.0, 9311.0, 9344.0, 9308.0, 9362.0, 9329.0, 9376.0, 9338.0, 9315.0, 9305.0, 9336.0, 9336.0, 9339.0, 9322.0, 9326.0, 9364.0, 9355.0, 9351.0, 9327.0, 9308.0, 9291.0, 9286.0, 9297.0, 9298.0, 9346.0, 9314.0, 9357.0, 9299.0, 9324.0, 9299.0, 9307.0, 9302.0, 9341.0, 9319.0, 9313.0, 9302.0, 9298.0, 9301.0, 9296.0, 9270.0, 9282.0, 9268.0, 9311.0, 9316.0, 9307.0, 9326.0, 9290.0, 9265.0, 9290.0, 9268.0, 9293.0, 9275.0, 9318.0, 9339.0, 9300.0, 9302.0, 9295.0, 9272.0, 9292.0, 9284.0, 9294.0, 9289.0, 9361.0, 9370.0, 9366.0, 9336.0, 9316.0, 9317.0, 9324.0, 9318.0, 9320.0, 9351.0, 9347.0, 9348.0, 9373.0, 9347.0, 9390.0, 9352.0, 9347.0, 9307.0, 9323.0, 9318.0, 9336.0, 9323.0, 9334.0, 9266.0, 9293.0, 9294.0, 9293.0, 9295.0, 9297.0, 9299.0, 9307.0, 9355.0, 9334.0, 9315.0, 9303.0, 9316.0, 9317.0, 9302.0, 9291.0, 9299.0, 9307.0, 9305.0, 9362.0, 9316.0, 9314.0, 9300.0, 9313.0, 9317.0, 9315.0, 9306.0, 9345.0, 9305.0, 9346.0, 9307.0, 9358.0, 9318.0, 9342.0, 9301.0, 9310.0, 9317.0, 9317.0, 9315.0, 9331.0, 9323.0, 9346.0, 9322.0, 9319.0, 9320.0, 9331.0, 9323.0, 9319.0, 9323.0, 9339.0, 9346.0, 9369.0, 9343.0, 9366.0, 9326.0, 9319.0, 9322.0, 9339.0, 9320.0, 9338.0, 9373.0, 9339.0, 9343.0, 9322.0, 9296.0, 9315.0, 9305.0, 9333.0, 9310.0, 9346.0, 9350.0, 9315.0, 9315.0, 9317.0, 9305.0, 9340.0, 9339.0, 9329.0, 9379.0, 9326.0, 9353.0, 9330.0, 9337.0, 9326.0, 9321.0, 9310.0, 9350.0, 9346.0, 9346.0, 9307.0, 9341.0, 9308.0, 9364.0, 9325.0, 9372.0, 9307.0, 9330.0, 9302.0, 9318.0, 9323.0, 9351.0, 9333.0, 9381.0, 9341.0, 9346.0, 9308.0, 9312.0, 9305.0, 9314.0, 9306.0, 9349.0, 9314.0, 9363.0, 9335.0, 9316.0, 9319.0, 9314.0, 9317.0, 9315.0, 9334.0, 9326.0, 9353.0, 9324.0, 9366.0, 9323.0, 9322.0, 9323.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.0031113333333333336</td></tr>
<tr><td colspan=3>aqi</td><td>0.02696949632183908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.39042937937859</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2603193417031067</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0400195884810128</td></tr>
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
<tr><td colspan=3>fber</td><td>6519.6157</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1116861846775429</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.7011494252873565</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4733404828948005</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3971506701202014</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7136632080285</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3092075705357002</td></tr>
<tr><td colspan=3>gcor</td><td>0.00779197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014453526586294174</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02596760354936123</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7165381133490065</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.3406</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9781</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.3049</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.0555</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1304</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.3979</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3384.5694</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.6368</td></tr>
<tr><td colspan=3>tsnr</td><td>36.90540359495208</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>