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

616 lines
No EOL
110 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-0091_ses-02_task-alignvideo_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-0091_ses-02_task-alignvideo_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-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_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-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_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-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0091_suffix-bold_task-alignvideo" 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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-02_task-alignvideo_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_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-0091/ses-02/func/sub-0091_ses-02_task-alignvideo_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>130c10a97072a66979bbb97e8578dbd7</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>19:46:39.807500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999928, 0.0119764, -0.000906919, -0.011868, 0.973628, -0.227831]</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-alignvideo_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.120521</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7701, -7225, 558, -64, -155, -103, 82]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2111342f-0cc1-460c-98b2-2cb132d5c8af||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6827332973480225, -0.031840983778238297, 0.004983066581189632, 115.74817657470703], [-0.03213169053196907, 2.6121737957000732, -0.6151277422904968, -73.24801635742188], [-0.00243319827131927, 0.6112532615661621, 2.628990888595581, -84.536376953125], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['194639.807500', '194640.267500', '194640.727500', '194641.187500', '194641.647500', '194642.107500', '194642.567500', '194643.027500', '194643.487500', '194643.947500', '194644.407500', '194644.867500', '194645.327500', '194645.787500', '194646.247500', '194646.707500', '194647.167500', '194647.627500', '194648.087500', '194648.547500', '194649.007500', '194649.467500', '194649.927500', '194650.387500', '194650.847500', '194651.307500', '194651.767500', '194652.227500', '194652.687500', '194653.147500', '194653.607500', '194654.067500', '194654.527500', '194654.987500', '194655.447500', '194655.907500', '194656.367500', '194656.827500', '194657.287500', '194657.747500', '194658.207500', '194658.667500', '194659.127500', '194659.587500', '194700.047500', '194700.507500', '194700.967500', '194701.427500', '194701.887500', '194702.347500', '194702.807500', '194703.267500', '194703.727500', '194704.187500', '194704.647500', '194705.107500', '194705.567500', '194706.027500', '194706.487500', '194706.947500', '194707.407500', '194707.867500', '194708.327500', '194708.787500', '194709.247500', '194709.707500', '194710.167500', '194710.627500', '194711.087500', '194711.547500', '194712.007500', '194712.467500', '194712.927500', '194713.387500', '194713.847500', '194714.307500', '194714.767500', '194715.227500', '194715.687500', '194716.147500', '194716.607500', '194717.067500', '194717.527500', '194717.987500', '194718.447500', '194718.907500', '194719.367500', '194719.827500', '194720.287500', '194720.747500', '194721.207500', '194721.667500', '194722.127500', '194722.587500', '194723.047500', '194723.507500', '194723.967500', '194724.427500', '194724.887500', '194725.347500', '194725.807500', '194726.267500', '194726.727500', '194727.187500', '194727.647500', '194728.107500', '194728.567500', '194729.027500', '194729.487500', '194729.947500', '194730.407500', '194730.867500', '194731.327500', '194731.787500', '194732.247500', '194732.707500', '194733.167500', '194733.627500', '194734.087500', '194734.547500', '194735.007500', '194735.467500', '194735.927500', '194736.387500', '194736.847500', '194737.307500', '194737.767500', '194738.227500', '194738.687500', '194739.147500', '194739.607500', '194740.067500', '194740.527500', '194740.987500', '194741.447500', '194741.907500', '194742.367500', '194742.827500', '194743.287500', '194743.747500', '194744.207500', '194744.667500', '194745.127500', '194745.587500', '194746.047500', '194746.507500', '194746.967500', '194747.427500', '194747.887500', '194748.347500', '194748.807500', '194749.267500', '194749.727500', '194750.187500', '194750.647500', '194751.107500', '194751.567500', '194752.027500', '194752.487500', '194752.947500', '194753.407500', '194753.867500', '194754.327500', '194754.787500', '194755.247500', '194755.707500', '194756.167500', '194756.627500', '194757.087500', '194757.547500', '194758.007500', '194758.467500', '194758.927500', '194759.387500', '194759.847500', '194800.307500', '194800.767500', '194801.227500', '194801.687500', '194802.147500', '194802.607500', '194803.067500', '194803.527500', '194803.987500', '194804.447500', '194804.907500', '194805.367500', '194805.827500', '194806.287500', '194806.747500', '194807.207500', '194807.667500', '194808.127500', '194808.587500', '194809.047500', '194809.507500', '194809.967500', '194810.427500', '194810.887500', '194811.347500', '194811.807500', '194812.267500', '194812.727500', '194813.187500', '194813.647500', '194814.107500', '194814.567500', '194815.027500', '194815.487500', '194815.947500', '194816.407500', '194816.867500', '194817.327500', '194817.787500', '194818.247500', '194818.707500', '194819.167500', '194819.627500', '194820.087500', '194820.547500', '194821.007500', '194821.467500', '194821.927500', '194822.387500', '194822.847500', '194823.307500', '194823.767500', '194824.227500', '194824.687500', '194825.147500', '194825.607500', '194826.067500', '194826.527500', '194826.987500', '194827.447500', '194827.907500', '194828.367500', '194828.827500', '194829.287500', '194829.747500', '194830.207500', '194830.667500', '194831.127500', '194831.587500', '194832.047500', '194832.507500', '194832.967500', '194833.427500', '194833.887500', '194834.347500', '194834.807500', '194835.267500', '194835.727500', '194836.187500', '194836.647500', '194837.107500', '194837.567500', '194838.027500', '194838.487500', '194838.947500', '194839.407500', '194839.867500', '194840.327500', '194840.787500', '194841.247500', '194841.707500', '194842.167500', '194842.627500', '194843.087500', '194843.547500', '194844.007500', '194844.467500', '194844.927500', '194845.387500', '194845.847500', '194846.307500', '194846.767500', '194847.227500', '194847.687500', '194848.147500', '194848.607500', '194849.067500', '194849.527500', '194849.987500', '194850.447500', '194850.907500', '194851.367500', '194851.827500', '194852.287500', '194852.747500', '194853.207500', '194853.667500', '194854.127500', '194854.587500', '194855.047500', '194855.507500', '194855.967500', '194856.427500', '194856.887500', '194857.347500', '194857.807500', '194858.267500', '194858.727500', '194859.187500', '194859.647500', '194900.107500', '194900.567500', '194901.027500', '194901.487500', '194901.947500', '194902.407500', '194902.867500', '194903.327500', '194903.787500', '194904.247500', '194904.707500', '194905.167500', '194905.627500', '194906.087500', '194906.547500', '194907.007500', '194907.467500', '194907.927500', '194908.387500', '194908.847500', '194909.307500', '194909.767500', '194910.227500', '194910.687500', '194911.147500', '194911.607500', '194912.067500', '194912.527500', '194912.987500', '194913.447500', '194913.907500', '194914.367500', '194914.827500', '194915.287500', '194915.747500', '194916.207500', '194916.667500', '194917.127500', '194917.587500', '194918.047500', '194918.507500', '194918.967500', '194919.427500', '194919.887500', '194920.347500', '194920.807500', '194921.267500', '194921.727500', '194922.187500', '194922.647500', '194923.107500', '194923.567500', '194924.027500', '194924.487500', '194924.947500', '194925.407500', '194925.867500', '194926.327500', '194926.787500', '194927.247500', '194927.707500', '194928.167500', '194928.627500', '194929.087500', '194929.547500', '194930.007500', '194930.467500', '194930.927500', '194931.387500', '194931.847500', '194932.307500', '194932.767500', '194933.227500', '194933.687500', '194934.147500', '194934.607500', '194935.067500', '194935.527500', '194935.987500', '194936.447500', '194936.907500', '194937.367500', '194937.827500', '194938.287500', '194938.747500', '194939.207500', '194939.667500', '194940.127500', '194940.587500', '194941.047500', '194941.507500', '194941.967500', '194942.427500', '194942.887500', '194943.347500', '194943.807500', '194944.267500', '194944.727500', '194945.187500', '194945.647500', '194946.107500', '194946.567500', '194947.027500', '194947.487500', '194947.947500', '194948.407500', '194948.867500', '194949.327500', '194949.787500', '194950.247500', '194950.707500', '194951.167500', '194951.627500', '194952.087500', '194952.547500', '194953.007500', '194953.467500', '194953.927500', '194954.387500', '194954.847500', '194955.307500', '194955.767500', '194956.227500', '194956.687500', '194957.147500', '194957.607500', '194958.067500', '194958.527500', '194958.987500', '194959.447500', '194959.907500', '195000.367500', '195000.827500', '195001.287500', '195001.747500', '195002.207500', '195002.667500', '195003.127500', '195003.587500', '195004.047500', '195004.507500', '195004.967500', '195005.427500', '195005.887500', '195006.347500', '195006.807500', '195007.267500', '195007.727500', '195008.187500', '195008.647500', '195009.107500', '195009.567500', '195010.027500', '195010.487500', '195010.947500', '195011.407500', '195011.867500', '195012.327500', '195012.787500', '195013.247500', '195013.707500', '195014.167500', '195014.627500', '195015.087500', '195015.547500', '195016.007500', '195016.467500', '195016.927500', '195017.387500', '195017.847500', '195018.307500', '195018.767500', '195019.227500', '195019.687500', '195020.147500', '195020.607500', '195021.067500', '195021.527500', '195021.987500', '195022.447500', '195022.907500', '195023.367500', '195023.827500', '195024.287500', '195024.747500', '195025.207500', '195025.667500', '195026.127500', '195026.587500', '195027.047500', '195027.507500', '195027.967500', '195028.427500', '195028.887500', '195029.347500', '195029.807500', '195030.267500', '195030.727500', '195031.187500', '195031.647500', '195032.107500', '195032.567500', '195033.027500', '195033.487500', '195033.947500', '195034.407500', '195034.867500', '195035.327500', '195035.787500', '195036.247500', '195036.707500', '195037.167500', '195037.627500', '195038.087500', '195038.547500', '195039.007500', '195039.467500', '195039.927500', '195040.387500', '195040.847500', '195041.307500', '195041.767500', '195042.227500', '195042.687500', '195043.147500', '195043.607500', '195044.067500', '195044.527500', '195044.987500', '195045.447500', '195045.907500', '195046.367500', '195046.827500', '195047.287500', '195047.747500', '195048.207500', '195048.667500', '195049.127500', '195049.587500', '195050.047500', '195050.507500', '195050.967500', '195051.427500', '195051.887500', '195052.347500', '195052.807500', '195053.267500', '195053.727500', '195054.187500', '195054.647500', '195055.107500', '195055.567500', '195056.027500', '195056.487500', '195056.947500', '195057.407500', '195057.867500', '195058.327500', '195058.787500', '195059.247500', '195059.707500', '195100.167500', '195100.627500', '195101.087500', '195101.547500', '195102.007500', '195102.467500', '195102.927500', '195103.387500', '195103.847500', '195104.307500', '195104.767500', '195105.227500', '195105.687500', '195106.147500', '195106.607500', '195107.067500', '195107.527500', '195107.987500', '195108.447500', '195108.907500', '195109.367500', '195109.827500', '195110.287500', '195110.747500', '195111.207500', '195111.667500', '195112.127500', '195112.587500', '195113.047500', '195113.507500', '195113.967500', '195114.427500', '195114.887500', '195115.347500', '195115.807500', '195116.267500', '195116.727500', '195117.187500', '195117.647500', '195118.107500', '195118.567500', '195119.027500', '195119.487500', '195119.947500', '195120.407500', '195120.867500', '195121.327500', '195121.787500', '195122.247500', '195122.707500', '195123.167500', '195123.627500', '195124.087500', '195124.547500', '195125.007500', '195125.467500', '195125.927500', '195126.387500', '195126.847500', '195127.307500', '195127.767500', '195128.227500', '195128.687500', '195129.147500', '195129.607500', '195130.067500', '195130.527500', '195130.987500', '195131.447500', '195131.907500', '195132.367500', '195132.827500', '195133.287500', '195133.747500', '195134.207500', '195134.667500', '195135.127500', '195135.587500', '195136.047500', '195136.507500', '195136.967500', '195137.427500', '195137.887500', '195138.347500', '195138.807500', '195139.267500', '195139.727500', '195140.187500', '195140.647500', '195141.107500', '195141.567500', '195142.027500', '195142.487500', '195142.947500', '195143.407500', '195143.867500', '195144.327500', '195144.787500', '195145.247500', '195145.707500', '195146.167500', '195146.627500', '195147.087500', '195147.547500', '195148.007500', '195148.467500', '195148.927500', '195149.387500', '195149.847500', '195150.307500', '195150.767500', '195151.227500', '195151.687500', '195152.147500', '195152.607500', '195153.067500', '195153.527500', '195153.987500', '195154.447500', '195154.907500', '195155.367500', '195155.827500', '195156.287500', '195156.747500', '195157.207500', '195157.667500', '195158.127500', '195158.587500', '195159.047500', '195159.507500', '195159.967500', '195200.427500', '195200.887500', '195201.347500', '195201.807500', '195202.267500', '195202.727500', '195203.187500', '195203.647500', '195204.107500', '195204.567500', '195205.027500', '195205.487500', '195205.947500', '195206.407500', '195206.867500', '195207.327500', '195207.787500', '195208.247500', '195208.707500', '195209.167500', '195209.627500', '195210.087500', '195210.547500', '195211.007500', '195211.467500', '195211.927500', '195212.387500', '195212.847500', '195213.307500', '195213.767500', '195214.227500', '195214.687500', '195215.147500', '195215.607500', '195216.067500', '195216.527500', '195216.987500', '195217.447500', '195217.907500', '195218.367500', '195218.827500', '195219.287500', '195219.747500', '195220.207500', '195220.667500', '195221.127500', '195221.587500', '195222.047500', '195222.507500', '195222.967500', '195223.427500', '195223.887500', '195224.347500', '195224.807500', '195225.267500', '195225.727500', '195226.187500', '195226.647500', '195227.107500', '195227.567500', '195228.027500', '195228.487500', '195228.947500', '195229.407500', '195229.867500', '195230.327500', '195230.787500', '195231.247500', '195231.707500', '195232.167500', '195232.627500', '195233.087500', '195233.547500', '195234.007500', '195234.467500', '195234.927500', '195235.387500', '195235.847500', '195236.307500', '195236.767500', '195237.227500', '195237.687500', '195238.147500', '195238.607500', '195239.067500', '195239.527500', '195239.987500', '195240.447500', '195240.907500', '195241.367500', '195241.827500', '195242.287500', '195242.747500', '195243.207500', '195243.667500', '195244.127500', '195244.587500', '195245.047500', '195245.507500', '195245.967500', '195246.427500', '195246.887500', '195247.347500', '195247.807500', '195248.267500', '195248.727500', '195249.187500', '195249.647500', '195250.107500', '195250.567500', '195251.027500', '195251.487500', '195251.947500', '195252.407500', '195252.867500', '195253.327500', '195253.787500', '195254.247500', '195254.707500', '195255.167500', '195255.627500', '195256.087500', '195256.547500', '195257.007500', '195257.467500', '195257.927500', '195258.387500', '195258.847500', '195259.307500', '195259.767500', '195300.227500', '195300.687500', '195301.147500', '195301.607500', '195302.067500', '195302.527500', '195302.987500', '195303.447500', '195303.907500', '195304.367500', '195304.827500', '195305.287500', '195305.747500', '195306.207500', '195306.667500', '195307.127500', '195307.587500', '195308.047500', '195308.507500', '195308.967500', '195309.427500', '195309.887500', '195310.347500', '195310.807500', '195311.267500', '195311.727500', '195312.187500', '195312.647500', '195313.107500', '195313.567500', '195314.027500', '195314.487500', '195314.947500', '195315.407500', '195315.867500', '195316.327500', '195316.787500', '195317.247500', '195317.707500', '195318.167500', '195318.627500', '195319.087500', '195319.547500', '195320.007500', '195320.467500', '195320.927500', '195321.387500', '195321.847500', '195322.307500', '195322.767500', '195323.227500', '195323.687500', '195324.147500', '195324.607500', '195325.067500', '195325.527500', '195325.987500', '195326.447500', '195326.907500', '195327.367500', '195327.827500', '195328.287500', '195328.747500', '195329.207500', '195329.667500', '195330.127500', '195330.587500', '195331.047500', '195331.507500', '195331.967500', '195332.427500', '195332.887500', '195333.347500', '195333.807500', '195334.267500', '195334.727500', '195335.187500', '195335.647500', '195336.107500', '195336.567500', '195337.027500', '195337.487500', '195337.947500', '195338.407500', '195338.867500', '195339.327500', '195339.787500'], 'ContentTime': ['194650.608000', '194650.611000', '194650.614000', '194650.616000', '194650.619000', '194650.622000', '194650.624000', '194650.627000', '194650.630000', '194650.633000', '194650.644000', '194650.646000', '194650.649000', '194650.652000', '194650.654000', '194650.657000', '194650.660000', '194650.662000', '194650.665000', '194650.667000', '194710.561000', '194710.564000', '194710.567000', '194710.569000', '194710.572000', '194710.575000', '194710.577000', '194710.580000', '194710.582000', '194710.585000', '194710.587000', '194710.590000', '194710.596000', '194710.599000', '194710.601000', '194710.604000', '194710.606000', '194710.609000', '194710.612000', '194710.614000', '194710.617000', '194710.619000', '194710.622000', '194710.625000', '194710.627000', '194710.630000', '194710.632000', '194710.635000', '194710.637000', '194710.640000', '194710.642000', '194710.645000', '194710.647000', '194710.650000', '194710.653000', '194710.655000', '194710.658000', '194710.661000', '194710.663000', '194710.666000', '194710.668000', '194710.671000', '194710.673000', '194710.676000', '194730.562000', '194730.564000', '194730.567000', '194730.570000', '194730.572000', '194730.575000', '194730.577000', '194730.580000', '194730.583000', '194730.585000', '194730.588000', '194730.591000', '194730.593000', '194730.596000', '194730.598000', '194730.601000', '194730.603000', '194730.606000', '194730.609000', '194730.611000', '194730.614000', '194730.616000', '194730.619000', '194730.622000', '194730.624000', '194730.627000', '194730.629000', '194730.632000', '194730.634000', '194730.637000', '194730.639000', '194730.642000', '194730.645000', '194730.647000', '194730.650000', '194730.652000', '194730.655000', '194730.658000', '194730.661000', '194730.663000', '194730.666000', '194730.668000', '194730.671000', '194750.561000', '194750.564000', '194750.567000', '194750.569000', '194750.572000', '194750.597000', '194750.600000', '194750.602000', '194750.605000', '194750.607000', '194750.610000', '194750.612000', '194750.615000', '194750.618000', '194750.620000', '194750.623000', '194750.625000', '194750.628000', '194750.631000', '194750.633000', '194750.636000', '194750.639000', '194750.641000', '194750.644000', '194750.646000', '194750.649000', '194750.651000', '194750.654000', '194750.657000', '194750.659000', '194750.662000', '194750.665000', '194750.667000', '194750.670000', '194750.672000', '194750.675000', '194750.677000', '194750.680000', '194750.683000', '194750.685000', '194750.688000', '194750.690000', '194750.693000', '194750.696000', '194810.562000', '194810.564000', '194810.567000', '194810.570000', '194810.572000', '194810.575000', '194810.578000', '194810.580000', '194810.583000', '194810.585000', '194810.588000', '194810.591000', '194810.593000', '194810.596000', '194810.599000', '194810.601000', '194810.604000', '194810.607000', '194810.609000', '194810.612000', '194810.614000', '194810.617000', '194810.620000', '194810.622000', '194810.625000', '194810.627000', '194810.630000', '194810.633000', '194810.635000', '194810.638000', '194810.640000', '194810.644000', '194810.647000', '194810.649000', '194810.652000', '194810.655000', '194810.657000', '194810.660000', '194810.663000', '194810.665000', '194810.668000', '194810.670000', '194810.673000', '194830.561000', '194830.564000', '194830.567000', '194830.570000', '194830.572000', '194830.575000', '194830.578000', '194830.580000', '194830.583000', '194830.585000', '194830.588000', '194830.591000', '194830.593000', '194830.596000', '194830.598000', '194830.601000', '194830.604000', '194830.606000', '194830.609000', '194830.612000', '194830.614000', '194830.617000', '194830.619000', '194830.622000', '194830.625000', '194830.627000', '194830.630000', '194830.632000', '194830.635000', '194830.637000', '194830.641000', '194830.644000', '194830.646000', '194830.649000', '194830.651000', '194830.654000', '194830.657000', '194830.659000', '194830.662000', '194830.665000', '194830.667000', '194830.670000', '194830.673000', '194830.675000', '194850.561000', '194850.564000', '194850.567000', '194850.570000', '194850.572000', '194850.575000', '194850.577000', '194850.580000', '194850.583000', '194850.585000', '194850.588000', '194850.590000', '194850.593000', '194850.596000', '194850.598000', '194850.601000', '194850.603000', '194850.606000', '194850.609000', '194850.611000', '194850.614000', '194850.616000', '194850.619000', '194850.622000', '194850.624000', '194850.627000', '194850.629000', '194850.632000', '194850.634000', '194850.637000', '194850.640000', '194850.642000', '194850.645000', '194850.648000', '194850.650000', '194850.653000', '194850.655000', '194850.658000', '194850.660000', '194850.663000', '194850.666000', '194850.668000', '194850.671000', '194910.562000', '194910.564000', '194910.567000', '194910.570000', '194910.572000', '194910.575000', '194910.577000', '194910.580000', '194910.582000', '194910.593000', '194910.595000', '194910.598000', '194910.600000', '194910.603000', '194910.606000', '194910.608000', '194910.611000', '194910.614000', '194910.617000', '194910.619000', '194910.622000', '194910.624000', '194910.627000', '194910.630000', '194910.632000', '194910.635000', '194910.637000', '194910.640000', '194910.642000', '194910.645000', '194910.648000', '194910.650000', '194910.653000', '194910.655000', '194910.658000', '194910.661000', '194910.663000', '194910.666000', '194910.668000', '194910.671000', '194910.673000', '194910.676000', '194910.679000', '194910.681000', '194930.562000', '194930.565000', '194930.567000', '194930.570000', '194930.573000', '194930.575000', '194930.578000', '194930.581000', '194930.583000', '194930.586000', '194930.588000', '194930.591000', '194930.594000', '194930.596000', '194930.610000', '194930.613000', '194930.615000', '194930.618000', '194930.620000', '194930.623000', '194930.626000', '194930.628000', '194930.631000', '194930.634000', '194930.636000', '194930.639000', '194930.642000', '194930.644000', '194930.647000', '194930.650000', '194930.652000', '194930.655000', '194930.658000', '194930.660000', '194930.663000', '194930.666000', '194930.668000', '194930.671000', '194930.673000', '194930.676000', '194930.679000', '194930.681000', '194930.684000', '194950.561000', '194950.564000', '194950.567000', '194950.569000', '194950.572000', '194950.575000', '194950.577000', '194950.580000', '194950.583000', '194950.585000', '194950.588000', '194950.591000', '194950.593000', '194950.596000', '194950.599000', '194950.601000', '194950.604000', '194950.606000', '194950.609000', '194950.612000', '194950.614000', '194950.617000', '194950.619000', '194950.622000', '194950.624000', '194950.627000', '194950.630000', '194950.632000', '194950.635000', '194950.637000', '194950.640000', '194950.643000', '194950.645000', '194950.648000', '194950.651000', '194950.653000', '194950.656000', '194950.659000', '194950.661000', '194950.664000', '194950.667000', '194950.669000', '194950.672000', '194950.674000', '195010.562000', '195010.564000', '195010.567000', '195010.570000', '195010.572000', '195010.575000', '195010.578000', '195010.580000', '195010.583000', '195010.585000', '195010.588000', '195010.590000', '195010.593000', '195010.596000', '195010.598000', '195010.601000', '195010.603000', '195010.606000', '195010.609000', '195010.611000', '195010.614000', '195010.616000', '195010.619000', '195010.622000', '195010.624000', '195010.627000', '195010.629000', '195010.632000', '195010.635000', '195010.637000', '195010.640000', '195010.642000', '195010.645000', '195010.648000', '195010.650000', '195010.653000', '195010.655000', '195010.658000', '195010.661000', '195010.663000', '195010.666000', '195010.668000', '195010.671000', '195030.562000', '195030.565000', '195030.567000', '195030.570000', '195030.572000', '195030.575000', '195030.578000', '195030.580000', '195030.583000', '195030.586000', '195030.588000', '195030.591000', '195030.594000', '195030.596000', '195030.599000', '195030.602000', '195030.604000', '195030.607000', '195030.610000', '195030.612000', '195030.615000', '195030.617000', '195030.620000', '195030.623000', '195030.625000', '195030.628000', '195030.631000', '195030.633000', '195030.636000', '195030.638000', '195030.641000', '195030.644000', '195030.646000', '195030.649000', '195030.651000', '195030.654000', '195030.657000', '195030.659000', '195030.662000', '195030.664000', '195030.667000', '195030.670000', '195030.672000', '195030.675000', '195050.561000', '195050.564000', '195050.567000', '195050.570000', '195050.572000', '195050.575000', '195050.577000', '195050.580000', '195050.583000', '195050.585000', '195050.588000', '195050.591000', '195050.593000', '195050.596000', '195050.598000', '195050.601000', '195050.604000', '195050.606000', '195050.609000', '195050.611000', '195050.614000', '195050.617000', '195050.619000', '195050.622000', '195050.624000', '195050.643000', '195050.645000', '195050.648000', '195050.650000', '195050.653000', '195050.656000', '195050.658000', '195050.661000', '195050.663000', '195050.666000', '195050.668000', '195050.671000', '195050.674000', '195050.676000', '195050.679000', '195050.681000', '195050.684000', '195050.687000', '195110.562000', '195110.564000', '195110.568000', '195110.571000', '195110.573000', '195110.576000', '195110.578000', '195110.581000', '195110.584000', '195110.586000', '195110.589000', '195110.592000', '195110.594000', '195110.597000', '195110.599000', '195110.602000', '195110.605000', '195110.607000', '195110.610000', '195110.612000', '195110.615000', '195110.617000', '195110.620000', '195110.623000', '195110.626000', '195110.629000', '195110.631000', '195110.634000', '195110.636000', '195110.639000', '195110.642000', '195110.644000', '195110.647000', '195110.649000', '195110.652000', '195110.655000', '195110.657000', '195110.660000', '195110.663000', '195110.665000', '195110.668000', '195110.670000', '195110.673000', '195110.675000', '195130.562000', '195130.565000', '195130.567000', '195130.570000', '195130.573000', '195130.575000', '195130.578000', '195130.581000', '195130.583000', '195130.586000', '195130.589000', '195130.591000', '195130.594000', '195130.597000', '195130.599000', '195130.602000', '195130.604000', '195130.607000', '195130.610000', '195130.612000', '195130.615000', '195130.617000', '195130.620000', '195130.623000', '195130.625000', '195130.628000', '195130.631000', '195130.633000', '195130.636000', '195130.638000', '195130.641000', '195130.644000', '195130.646000', '195130.649000', '195130.651000', '195130.654000', '195130.657000', '195130.659000', '195130.662000', '195130.665000', '195130.667000', '195130.670000', '195130.672000', '195150.561000', '195150.564000', '195150.567000', '195150.570000', '195150.572000', '195150.575000', '195150.578000', '195150.581000', '195150.584000', '195150.587000', '195150.589000', '195150.592000', '195150.595000', '195150.597000', '195150.600000', '195150.602000', '195150.605000', '195150.608000', '195150.610000', '195150.613000', '195150.616000', '195150.618000', '195150.621000', '195150.623000', '195150.626000', '195150.629000', '195150.631000', '195150.634000', '195150.637000', '195150.639000', '195150.642000', '195150.644000', '195150.647000', '195150.650000', '195150.654000', '195150.657000', '195150.660000', '195150.662000', '195150.665000', '195150.668000', '195150.670000', '195150.673000', '195150.675000', '195210.562000', '195210.565000', '195210.567000', '195210.570000', '195210.572000', '195210.575000', '195210.578000', '195210.580000', '195210.583000', '195210.585000', '195210.588000', '195210.591000', '195210.593000', '195210.596000', '195210.598000', '195210.601000', '195210.604000', '195210.606000', '195210.609000', '195210.611000', '195210.614000', '195210.616000', '195210.619000', '195210.622000', '195210.624000', '195210.627000', '195210.630000', '195210.632000', '195210.635000', '195210.643000', '195210.646000', '195210.648000', '195210.651000', '195210.654000', '195210.656000', '195210.659000', '195210.661000', '195210.664000', '195210.667000', '195210.670000', '195210.672000', '195210.682000', '195210.684000', '195210.687000', '195230.562000', '195230.564000', '195230.567000', '195230.570000', '195230.573000', '195230.576000', '195230.579000', '195230.582000', '195230.584000', '195230.587000', '195230.590000', '195230.592000', '195230.595000', '195230.598000', '195230.600000', '195230.603000', '195230.606000', '195230.609000', '195230.612000', '195230.614000', '195230.617000', '195230.620000', '195230.622000', '195230.625000', '195230.628000', '195230.630000', '195230.633000', '195230.635000', '195230.638000', '195230.641000', '195230.643000', '195230.646000', '195230.648000', '195230.651000', '195230.653000', '195230.656000', '195230.659000', '195230.662000', '195230.664000', '195230.667000', '195230.669000', '195230.672000', '195230.675000', '195250.561000', '195250.564000', '195250.567000', '195250.570000', '195250.572000', '195250.575000', '195250.578000', '195250.580000', '195250.583000', '195250.586000', '195250.588000', '195250.591000', '195250.593000', '195250.596000', '195250.599000', '195250.601000', '195250.604000', '195250.606000', '195250.609000', '195250.612000', '195250.614000', '195250.617000', '195250.620000', '195250.622000', '195250.625000', '195250.627000', '195250.630000', '195250.633000', '195250.635000', '195250.638000', '195250.640000', '195250.643000', '195250.646000', '195250.648000', '195250.651000', '195250.654000', '195250.656000', '195250.659000', '195250.661000', '195250.664000', '195250.667000', '195250.669000', '195250.672000', '195250.675000', '195310.562000', '195310.564000', '195310.567000', '195310.570000', '195310.580000', '195310.583000', '195310.586000', '195310.589000', '195310.592000', '195310.595000', '195310.597000', '195310.600000', '195310.603000', '195310.605000', '195310.608000', '195310.610000', '195310.613000', '195310.616000', '195310.618000', '195310.621000', '195310.624000', '195310.626000', '195310.629000', '195310.631000', '195310.634000', '195310.636000', '195310.639000', '195310.642000', '195310.644000', '195310.647000', '195310.649000', '195310.652000', '195310.655000', '195310.657000', '195310.660000', '195310.662000', '195310.665000', '195310.668000', '195310.670000', '195310.673000', '195310.675000', '195310.678000', '195310.680000', '195330.562000', '195330.565000', '195330.567000', '195330.570000', '195330.572000', '195330.575000', '195330.578000', '195330.580000', '195330.583000', '195330.585000', '195330.588000', '195330.591000', '195330.593000', '195330.596000', '195330.598000', '195330.601000', '195330.604000', '195330.606000', '195330.609000', '195330.612000', '195330.614000', '195330.617000', '195330.620000', '195330.622000', '195330.625000', '195330.627000', '195330.630000', '195330.633000', '195330.635000', '195330.638000', '195330.640000', '195330.643000', '195330.646000', '195330.648000', '195330.651000', '195330.654000', '195330.656000', '195330.659000', '195330.661000', '195330.675000', '195330.678000', '195330.681000', '195330.683000', '195330.686000', '195341.395000', '195341.397000', '195341.400000', '195341.403000', '195341.406000', '195341.408000', '195341.411000', '195341.414000', '195341.416000', '195341.419000', '195341.421000', '195341.424000', '195341.427000', '195341.429000', '195341.432000', '195341.434000', '195341.437000', '195341.440000', '195341.478000', '195341.480000', '195341.483000', '195341.485000', '195341.488000', '195341.491000'], 'InstanceCreationTime': ['194650.608000', '194650.611000', '194650.614000', '194650.616000', '194650.619000', '194650.622000', '194650.624000', '194650.627000', '194650.630000', '194650.633000', '194650.644000', '194650.646000', '194650.649000', '194650.652000', '194650.654000', '194650.657000', '194650.660000', '194650.662000', '194650.665000', '194650.667000', '194710.561000', '194710.564000', '194710.567000', '194710.569000', '194710.572000', '194710.575000', '194710.577000', '194710.580000', '194710.582000', '194710.585000', '194710.587000', '194710.590000', '194710.596000', '194710.599000', '194710.601000', '194710.604000', '194710.606000', '194710.609000', '194710.612000', '194710.614000', '194710.617000', '194710.619000', '194710.622000', '194710.625000', '194710.627000', '194710.630000', '194710.632000', '194710.635000', '194710.637000', '194710.640000', '194710.642000', '194710.645000', '194710.647000', '194710.650000', '194710.653000', '194710.655000', '194710.658000', '194710.661000', '194710.663000', '194710.666000', '194710.668000', '194710.671000', '194710.673000', '194710.676000', '194730.562000', '194730.564000', '194730.567000', '194730.570000', '194730.572000', '194730.575000', '194730.577000', '194730.580000', '194730.583000', '194730.585000', '194730.588000', '194730.591000', '194730.593000', '194730.596000', '194730.598000', '194730.601000', '194730.603000', '194730.606000', '194730.609000', '194730.611000', '194730.614000', '194730.616000', '194730.619000', '194730.622000', '194730.624000', '194730.627000', '194730.629000', '194730.632000', '194730.634000', '194730.637000', '194730.639000', '194730.642000', '194730.645000', '194730.647000', '194730.650000', '194730.652000', '194730.655000', '194730.658000', '194730.661000', '194730.663000', '194730.666000', '194730.668000', '194730.671000', '194750.561000', '194750.564000', '194750.567000', '194750.569000', '194750.572000', '194750.597000', '194750.600000', '194750.602000', '194750.605000', '194750.607000', '194750.610000', '194750.612000', '194750.615000', '194750.618000', '194750.620000', '194750.623000', '194750.625000', '194750.628000', '194750.631000', '194750.633000', '194750.636000', '194750.639000', '194750.641000', '194750.644000', '194750.646000', '194750.649000', '194750.651000', '194750.654000', '194750.657000', '194750.659000', '194750.662000', '194750.665000', '194750.667000', '194750.670000', '194750.672000', '194750.675000', '194750.677000', '194750.680000', '194750.683000', '194750.685000', '194750.688000', '194750.690000', '194750.693000', '194750.696000', '194810.562000', '194810.564000', '194810.567000', '194810.570000', '194810.572000', '194810.575000', '194810.578000', '194810.580000', '194810.583000', '194810.585000', '194810.588000', '194810.591000', '194810.593000', '194810.596000', '194810.599000', '194810.601000', '194810.604000', '194810.607000', '194810.609000', '194810.612000', '194810.614000', '194810.617000', '194810.620000', '194810.622000', '194810.625000', '194810.627000', '194810.630000', '194810.633000', '194810.635000', '194810.638000', '194810.640000', '194810.644000', '194810.647000', '194810.649000', '194810.652000', '194810.655000', '194810.657000', '194810.660000', '194810.663000', '194810.665000', '194810.668000', '194810.670000', '194810.673000', '194830.561000', '194830.564000', '194830.567000', '194830.570000', '194830.572000', '194830.575000', '194830.578000', '194830.580000', '194830.583000', '194830.585000', '194830.588000', '194830.591000', '194830.593000', '194830.596000', '194830.598000', '194830.601000', '194830.604000', '194830.606000', '194830.609000', '194830.612000', '194830.614000', '194830.617000', '194830.619000', '194830.622000', '194830.625000', '194830.627000', '194830.630000', '194830.632000', '194830.635000', '194830.637000', '194830.641000', '194830.644000', '194830.646000', '194830.649000', '194830.651000', '194830.654000', '194830.657000', '194830.659000', '194830.662000', '194830.665000', '194830.667000', '194830.670000', '194830.673000', '194830.675000', '194850.561000', '194850.564000', '194850.567000', '194850.570000', '194850.572000', '194850.575000', '194850.577000', '194850.580000', '194850.583000', '194850.585000', '194850.588000', '194850.590000', '194850.593000', '194850.596000', '194850.598000', '194850.601000', '194850.603000', '194850.606000', '194850.609000', '194850.611000', '194850.614000', '194850.616000', '194850.619000', '194850.622000', '194850.624000', '194850.627000', '194850.629000', '194850.632000', '194850.634000', '194850.637000', '194850.640000', '194850.642000', '194850.645000', '194850.648000', '194850.650000', '194850.653000', '194850.655000', '194850.658000', '194850.660000', '194850.663000', '194850.666000', '194850.668000', '194850.671000', '194910.562000', '194910.564000', '194910.567000', '194910.570000', '194910.572000', '194910.575000', '194910.577000', '194910.580000', '194910.582000', '194910.593000', '194910.595000', '194910.598000', '194910.600000', '194910.603000', '194910.606000', '194910.608000', '194910.611000', '194910.614000', '194910.617000', '194910.619000', '194910.622000', '194910.624000', '194910.627000', '194910.630000', '194910.632000', '194910.635000', '194910.637000', '194910.640000', '194910.642000', '194910.645000', '194910.648000', '194910.650000', '194910.653000', '194910.655000', '194910.658000', '194910.661000', '194910.663000', '194910.666000', '194910.668000', '194910.671000', '194910.673000', '194910.676000', '194910.679000', '194910.681000', '194930.562000', '194930.565000', '194930.567000', '194930.570000', '194930.573000', '194930.575000', '194930.578000', '194930.581000', '194930.583000', '194930.586000', '194930.588000', '194930.591000', '194930.594000', '194930.596000', '194930.610000', '194930.613000', '194930.615000', '194930.618000', '194930.620000', '194930.623000', '194930.626000', '194930.628000', '194930.631000', '194930.634000', '194930.636000', '194930.639000', '194930.642000', '194930.644000', '194930.647000', '194930.650000', '194930.652000', '194930.655000', '194930.658000', '194930.660000', '194930.663000', '194930.666000', '194930.668000', '194930.671000', '194930.673000', '194930.676000', '194930.679000', '194930.681000', '194930.684000', '194950.561000', '194950.564000', '194950.567000', '194950.569000', '194950.572000', '194950.575000', '194950.577000', '194950.580000', '194950.583000', '194950.585000', '194950.588000', '194950.591000', '194950.593000', '194950.596000', '194950.599000', '194950.601000', '194950.604000', '194950.606000', '194950.609000', '194950.612000', '194950.614000', '194950.617000', '194950.619000', '194950.622000', '194950.624000', '194950.627000', '194950.630000', '194950.632000', '194950.635000', '194950.637000', '194950.640000', '194950.643000', '194950.645000', '194950.648000', '194950.651000', '194950.653000', '194950.656000', '194950.659000', '194950.661000', '194950.664000', '194950.667000', '194950.669000', '194950.672000', '194950.674000', '195010.562000', '195010.564000', '195010.567000', '195010.570000', '195010.572000', '195010.575000', '195010.578000', '195010.580000', '195010.583000', '195010.585000', '195010.588000', '195010.590000', '195010.593000', '195010.596000', '195010.598000', '195010.601000', '195010.603000', '195010.606000', '195010.609000', '195010.611000', '195010.614000', '195010.616000', '195010.619000', '195010.622000', '195010.624000', '195010.627000', '195010.629000', '195010.632000', '195010.635000', '195010.637000', '195010.640000', '195010.642000', '195010.645000', '195010.648000', '195010.650000', '195010.653000', '195010.655000', '195010.658000', '195010.661000', '195010.663000', '195010.666000', '195010.668000', '195010.671000', '195030.562000', '195030.565000', '195030.567000', '195030.570000', '195030.572000', '195030.575000', '195030.578000', '195030.580000', '195030.583000', '195030.586000', '195030.588000', '195030.591000', '195030.594000', '195030.596000', '195030.599000', '195030.602000', '195030.604000', '195030.607000', '195030.610000', '195030.612000', '195030.615000', '195030.617000', '195030.620000', '195030.623000', '195030.625000', '195030.628000', '195030.631000', '195030.633000', '195030.636000', '195030.638000', '195030.641000', '195030.644000', '195030.646000', '195030.649000', '195030.651000', '195030.654000', '195030.657000', '195030.659000', '195030.662000', '195030.664000', '195030.667000', '195030.670000', '195030.672000', '195030.675000', '195050.561000', '195050.564000', '195050.567000', '195050.570000', '195050.572000', '195050.575000', '195050.577000', '195050.580000', '195050.583000', '195050.585000', '195050.588000', '195050.591000', '195050.593000', '195050.596000', '195050.598000', '195050.601000', '195050.604000', '195050.606000', '195050.609000', '195050.611000', '195050.614000', '195050.617000', '195050.619000', '195050.622000', '195050.624000', '195050.643000', '195050.645000', '195050.648000', '195050.650000', '195050.653000', '195050.656000', '195050.658000', '195050.661000', '195050.663000', '195050.666000', '195050.668000', '195050.671000', '195050.674000', '195050.676000', '195050.679000', '195050.681000', '195050.684000', '195050.687000', '195110.562000', '195110.564000', '195110.568000', '195110.571000', '195110.573000', '195110.576000', '195110.578000', '195110.581000', '195110.584000', '195110.586000', '195110.589000', '195110.592000', '195110.594000', '195110.597000', '195110.599000', '195110.602000', '195110.605000', '195110.607000', '195110.610000', '195110.612000', '195110.615000', '195110.617000', '195110.620000', '195110.623000', '195110.626000', '195110.629000', '195110.631000', '195110.634000', '195110.636000', '195110.639000', '195110.642000', '195110.644000', '195110.647000', '195110.649000', '195110.652000', '195110.655000', '195110.657000', '195110.660000', '195110.663000', '195110.665000', '195110.668000', '195110.670000', '195110.673000', '195110.675000', '195130.562000', '195130.565000', '195130.567000', '195130.570000', '195130.573000', '195130.575000', '195130.578000', '195130.581000', '195130.583000', '195130.586000', '195130.589000', '195130.591000', '195130.594000', '195130.597000', '195130.599000', '195130.602000', '195130.604000', '195130.607000', '195130.610000', '195130.612000', '195130.615000', '195130.617000', '195130.620000', '195130.623000', '195130.625000', '195130.628000', '195130.631000', '195130.633000', '195130.636000', '195130.638000', '195130.641000', '195130.644000', '195130.646000', '195130.649000', '195130.651000', '195130.654000', '195130.657000', '195130.659000', '195130.662000', '195130.665000', '195130.667000', '195130.670000', '195130.672000', '195150.561000', '195150.564000', '195150.567000', '195150.570000', '195150.572000', '195150.575000', '195150.578000', '195150.581000', '195150.584000', '195150.587000', '195150.589000', '195150.592000', '195150.595000', '195150.597000', '195150.600000', '195150.602000', '195150.605000', '195150.608000', '195150.610000', '195150.613000', '195150.616000', '195150.618000', '195150.621000', '195150.623000', '195150.626000', '195150.629000', '195150.631000', '195150.634000', '195150.637000', '195150.639000', '195150.642000', '195150.644000', '195150.647000', '195150.650000', '195150.654000', '195150.657000', '195150.660000', '195150.662000', '195150.665000', '195150.668000', '195150.670000', '195150.673000', '195150.675000', '195210.562000', '195210.565000', '195210.567000', '195210.570000', '195210.572000', '195210.575000', '195210.578000', '195210.580000', '195210.583000', '195210.585000', '195210.588000', '195210.591000', '195210.593000', '195210.596000', '195210.598000', '195210.601000', '195210.604000', '195210.606000', '195210.609000', '195210.611000', '195210.614000', '195210.616000', '195210.619000', '195210.622000', '195210.624000', '195210.627000', '195210.630000', '195210.632000', '195210.635000', '195210.643000', '195210.646000', '195210.648000', '195210.651000', '195210.654000', '195210.656000', '195210.659000', '195210.661000', '195210.664000', '195210.667000', '195210.670000', '195210.672000', '195210.682000', '195210.684000', '195210.687000', '195230.562000', '195230.564000', '195230.567000', '195230.570000', '195230.573000', '195230.576000', '195230.579000', '195230.582000', '195230.584000', '195230.587000', '195230.590000', '195230.592000', '195230.595000', '195230.598000', '195230.600000', '195230.603000', '195230.606000', '195230.609000', '195230.612000', '195230.614000', '195230.617000', '195230.620000', '195230.622000', '195230.625000', '195230.628000', '195230.630000', '195230.633000', '195230.635000', '195230.638000', '195230.641000', '195230.643000', '195230.646000', '195230.648000', '195230.651000', '195230.653000', '195230.656000', '195230.659000', '195230.662000', '195230.664000', '195230.667000', '195230.669000', '195230.672000', '195230.675000', '195250.561000', '195250.564000', '195250.567000', '195250.570000', '195250.572000', '195250.575000', '195250.578000', '195250.580000', '195250.583000', '195250.586000', '195250.588000', '195250.591000', '195250.593000', '195250.596000', '195250.599000', '195250.601000', '195250.604000', '195250.606000', '195250.609000', '195250.612000', '195250.614000', '195250.617000', '195250.620000', '195250.622000', '195250.625000', '195250.627000', '195250.630000', '195250.633000', '195250.635000', '195250.638000', '195250.640000', '195250.643000', '195250.646000', '195250.648000', '195250.651000', '195250.654000', '195250.656000', '195250.659000', '195250.661000', '195250.664000', '195250.667000', '195250.669000', '195250.672000', '195250.675000', '195310.562000', '195310.564000', '195310.567000', '195310.570000', '195310.580000', '195310.583000', '195310.586000', '195310.589000', '195310.592000', '195310.595000', '195310.597000', '195310.600000', '195310.603000', '195310.605000', '195310.608000', '195310.610000', '195310.613000', '195310.616000', '195310.618000', '195310.621000', '195310.624000', '195310.626000', '195310.629000', '195310.631000', '195310.634000', '195310.636000', '195310.639000', '195310.642000', '195310.644000', '195310.647000', '195310.649000', '195310.652000', '195310.655000', '195310.657000', '195310.660000', '195310.662000', '195310.665000', '195310.668000', '195310.670000', '195310.673000', '195310.675000', '195310.678000', '195310.680000', '195330.562000', '195330.565000', '195330.567000', '195330.570000', '195330.572000', '195330.575000', '195330.578000', '195330.580000', '195330.583000', '195330.585000', '195330.588000', '195330.591000', '195330.593000', '195330.596000', '195330.598000', '195330.601000', '195330.604000', '195330.606000', '195330.609000', '195330.612000', '195330.614000', '195330.617000', '195330.620000', '195330.622000', '195330.625000', '195330.627000', '195330.630000', '195330.633000', '195330.635000', '195330.638000', '195330.640000', '195330.643000', '195330.646000', '195330.648000', '195330.651000', '195330.654000', '195330.656000', '195330.659000', '195330.661000', '195330.675000', '195330.678000', '195330.681000', '195330.683000', '195330.686000', '195341.395000', '195341.397000', '195341.400000', '195341.403000', '195341.406000', '195341.408000', '195341.411000', '195341.414000', '195341.416000', '195341.419000', '195341.421000', '195341.424000', '195341.427000', '195341.429000', '195341.432000', '195341.434000', '195341.437000', '195341.440000', '195341.478000', '195341.480000', '195341.483000', '195341.485000', '195341.488000', '195341.491000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [9074, 8237, 10173, 9715, 8744, 9808, 10282, 10079, 11293, 8153, 9502, 9985, 7793, 9855, 9936, 8983, 9298, 11020, 10624, 8847, 8533, 8798, 8882, 9282, 9340, 10025, 9874, 8985, 7863, 9125, 8076, 10203, 8486, 8015, 7673, 7655, 8668, 8091, 11144, 9128, 10468, 10811, 9479, 10465, 11278, 9936, 9919, 8089, 10216, 7972, 11100, 9627, 12718, 8780, 10320, 8805, 9178, 8176, 10705, 8717, 8108, 8825, 8427, 9066, 8127, 10780, 8301, 10746, 11282, 8743, 10703, 9409, 11654, 11437, 11628, 11010, 8795, 9364, 9037, 9125, 8728, 8738, 9717, 9348, 9558, 11433, 9374, 11149, 9823, 11596, 11309, 10582, 9863, 9138, 9948, 9164, 9773, 9009, 10644, 9857, 7727, 9234, 8489, 9269, 9233, 9586, 9770, 11554, 11719, 10258, 11638, 9037, 10608, 9298, 9592, 9615, 9055, 8806, 8627, 8947, 8203, 8714, 8913, 8350, 9880, 10800, 9700, 10543, 10779, 9975, 13257, 11086, 11205, 9548, 10525, 9079, 11747, 9135, 12738, 9941, 10881, 8686, 9333, 8378, 7424, 10381, 10757, 10076, 11209, 9691, 11144, 12570, 10690, 11270, 8738, 10493, 8418, 11709, 9914, 13135, 9954, 9141, 8703, 8196, 9542, 8310, 12994, 9344, 11991, 10455, 11013, 10509, 10279, 9444, 10851, 8903, 9305, 7927, 7563, 8693, 7678, 9291, 8803, 9978, 10125, 9898, 10325, 11518, 8999, 13264, 8553, 12041, 9944, 10435, 10055, 11770, 10607, 9875, 8298, 9342, 8717, 9179, 8496, 9270, 8461, 7882, 9306, 8516, 9897, 9983, 10873, 9643, 10839, 9612, 11661, 9042, 8563, 8243, 9466, 8610, 11095, 10939, 12952, 9985, 8020, 9377, 8926, 9836, 10037, 12693, 10599, 12014, 9654, 11606, 9148, 12778, 9763, 9880, 8846, 8956, 8494, 10958, 9917, 11407, 9495, 8020, 9654, 10431, 9912, 10914, 12477, 9344, 9943, 8871, 9471, 8615, 11268, 10715, 8312, 10030, 10846, 9854, 10626, 12831, 11261, 11257, 9141, 10171, 8808, 10305, 9248, 11533, 9233, 9321, 8845, 8792, 9564, 10742, 11929, 10043, 9485, 8778, 9792, 9097, 10918, 10211, 10499, 11365, 10113, 10603, 11190, 10331, 10372, 12661, 9570, 9311, 8912, 8070, 9651, 10522, 11335, 10126, 10230, 8141, 9349, 9891, 11635, 13754, 9821, 11069, 8021, 12121, 10382, 9589, 12775, 9199, 13219, 11770, 11560, 13511, 10884, 13124, 8188, 13030, 11765, 8764, 12786, 7745, 8209, 11053, 9802, 10487, 12931, 8686, 9543, 9920, 9883, 10667, 12617, 11084, 9286, 12857, 10380, 11447, 9461, 8809, 8101, 8121, 8287, 7674, 7919, 8247, 9713, 9026, 8182, 9190, 8384, 8256, 7918, 8336, 11367, 10319, 9003, 14009, 7732, 8179, 9879, 10257, 10903, 8815, 8307, 9675, 9699, 7932, 8363, 10029, 8926, 10432, 16432, 10704, 8460, 13128, 12744, 12799, 16398, 13247, 13750, 16624, 13735, 16556, 12469, 13531, 11367, 10846, 10990, 10169, 10507, 9300, 11293, 10102, 10771, 10985, 10383, 11020, 10124, 10883, 10701, 10306, 7857, 8840, 10011, 9837, 8996, 9758, 13035, 9409, 11546, 9247, 12252, 15378, 11709, 12892, 10478, 11599, 12020, 9285, 10744, 9058, 11728, 10315, 12111, 8696, 7718, 9354, 10365, 10301, 9429, 12089, 11083, 8834, 12063, 8384, 11150, 9502, 13310, 9392, 12813, 8257, 10471, 8077, 11544, 10139, 9638, 8704, 8610, 9768, 10182, 12546, 10507, 11662, 8200, 10095, 9593, 9573, 8066, 10222, 7747, 10212, 7764, 9960, 7718, 10248, 8703, 12169, 10885, 10380, 10160, 10451, 9943, 9426, 10899, 8680, 11465, 7950, 10179, 8815, 13010, 11650, 11056, 9492, 10439, 10850, 8650, 11038, 11671, 9962, 9584, 11200, 8769, 7379, 9612, 9928, 11617, 10247, 13450, 9734, 12820, 10139, 12187, 10261, 12441, 11748, 7748, 11054, 9989, 10772, 8698, 12252, 9496, 12537, 11667, 8646, 10496, 7929, 10628, 8020, 12785, 8928, 12743, 8651, 11398, 8496, 11879, 8449, 13381, 10257, 9626, 8977, 9098, 8683, 7925, 9736, 7783, 11520, 9155, 10510, 8961, 9935, 8333, 11448, 9895, 10428, 9391, 9193, 9096, 8660, 9850, 9126, 12450, 9453, 11429, 9408, 10104, 9448, 12012, 8660, 7663, 9561, 8153, 8279, 8227, 7933, 9399, 8833, 10856, 8510, 11443, 8436, 12218, 8887, 10673, 8768, 9859, 8554, 10336, 8593, 9327, 10059, 7906, 9627, 7825, 9344, 8140, 9817, 9045, 11779, 8800, 8301, 8866, 8285, 10280, 7957, 10549, 7936, 10385, 8151, 10780, 8513, 12152, 9271, 10805, 8528, 8949, 8600, 8510, 9947, 8962, 9810, 8996, 10004, 8147, 11017, 8595, 8999, 8497, 9193, 8199, 8951, 8461, 8224, 9431, 7843, 8980, 8321, 8904, 7994, 9988, 8386, 11583, 7676, 10134, 7785, 8895, 7884, 9041, 8555, 9311, 8588, 9669, 8850, 10755, 9131, 11094, 9122, 9783, 8333, 11188, 9150, 11338, 9091, 11694, 9339, 10325, 8221, 11588, 8069, 10123, 8079, 8421, 8412, 7771, 8128, 9489, 8442, 8043, 9280, 9008, 11230, 8323, 11487, 8079, 11281, 8159, 11265, 9473, 12445, 10548, 8765, 9087, 8230, 8098, 8691, 8891, 7825, 7840, 8107, 8204, 7695, 8271, 8341, 8814, 9579, 8373, 9697, 8134, 11334, 9271, 9929, 8296, 8119, 8779, 8561, 11624, 8238, 10026, 7971, 9721, 8417, 9818, 10831, 12770, 10532, 8322, 8418, 9074, 8772, 8495, 12729, 8703, 9729, 8653, 10321, 8029, 9996, 8215, 12013, 8385, 8763, 8246, 8761, 8011, 9624, 8435, 11874, 9841, 8295, 8177, 8648, 8400, 8769, 10521, 9178, 12053, 8581, 8831, 9478, 9319, 8272, 9674, 7742, 11269, 8055, 9748, 8224, 9517, 8252, 9527, 9056, 8361, 9026, 8331, 8663, 8094, 9417, 7880, 10940, 8225, 9871, 8273, 10371, 9072, 11784, 10445, 8007, 8768, 7824, 8547, 7906, 10958, 9306, 12152, 11731, 11301, 8778, 11741, 10551, 10956, 12945, 9756, 11717, 8471, 11511, 8830, 11961, 8450, 10730, 8050, 9908, 8000, 10894, 10778, 9821, 10223, 9249, 9785, 8717, 10209, 8356, 11039, 9556, 10303, 8297, 10121, 8192, 10395, 8312, 8323, 8282, 8881, 8205, 10182, 9162, 11726, 8662, 9932, 8213, 9905, 9842, 10847, 10060, 9169, 9729, 9219, 9627, 9230, 11046, 8220, 10336, 8345, 10892, 8376, 11456, 10292, 12013, 9503, 8011, 9033, 8693, 9787, 8552, 11864, 8340, 11069, 8439, 10825, 7724, 11538, 9829, 8297, 8963, 8468, 9887, 8351, 11190, 8305, 12632, 8261, 11116, 7839, 12227, 7855, 13130, 8572, 11358, 8538, 11214, 7899, 11597, 9440, 9925, 8820, 7842, 9481, 7971, 11508, 7784, 12665, 7475, 11415, 7825, 11601, 7874, 11979, 9675, 9707, 9718, 8070, 10872, 8652, 12425, 8381, 12158, 8320, 9847], 'WindowCenter': [4669.0, 4641.0, 4645.0, 4634.0, 4623.0, 4631.0, 4630.0, 4614.0, 4625.0, 4584.0, 4604.0, 4619.0, 4585.0, 4616.0, 4631.0, 4620.0, 4620.0, 4656.0, 4656.0, 4637.0, 4622.0, 4625.0, 4621.0, 4633.0, 4636.0, 4622.0, 4637.0, 4614.0, 4601.0, 4610.0, 4589.0, 4620.0, 4611.0, 4615.0, 4603.0, 4603.0, 4625.0, 4617.0, 4655.0, 4635.0, 4646.0, 4637.0, 4622.0, 4642.0, 4644.0, 4646.0, 4646.0, 4609.0, 4632.0, 4612.0, 4643.0, 4634.0, 4663.0, 4621.0, 4630.0, 4624.0, 4621.0, 4625.0, 4645.0, 4626.0, 4613.0, 4625.0, 4612.0, 4623.0, 4614.0, 4656.0, 4613.0, 4644.0, 4643.0, 4612.0, 4642.0, 4622.0, 4654.0, 4653.0, 4653.0, 4641.0, 4612.0, 4621.0, 4622.0, 4617.0, 4624.0, 4622.0, 4632.0, 4621.0, 4625.0, 4640.0, 4620.0, 4639.0, 4633.0, 4665.0, 4654.0, 4643.0, 4630.0, 4633.0, 4629.0, 4621.0, 4631.0, 4629.0, 4641.0, 4632.0, 4599.0, 4619.0, 4610.0, 4620.0, 4619.0, 4633.0, 4632.0, 4646.0, 4652.0, 4632.0, 4639.0, 4608.0, 4625.0, 4619.0, 4631.0, 4630.0, 4636.0, 4635.0, 4639.0, 4635.0, 4627.0, 4637.0, 4637.0, 4637.0, 4647.0, 4656.0, 4642.0, 4643.0, 4657.0, 4646.0, 4665.0, 4654.0, 4643.0, 4633.0, 4642.0, 4622.0, 4653.0, 4634.0, 4663.0, 4634.0, 4630.0, 4612.0, 4633.0, 4625.0, 4602.0, 4633.0, 4641.0, 4632.0, 4641.0, 4635.0, 4654.0, 4664.0, 4644.0, 4642.0, 4612.0, 4630.0, 4610.0, 4653.0, 4633.0, 4650.0, 4630.0, 4619.0, 4611.0, 4598.0, 4633.0, 4612.0, 4661.0, 4620.0, 4640.0, 4628.0, 4628.0, 4617.0, 4632.0, 4632.0, 4629.0, 4611.0, 4608.0, 4600.0, 4601.0, 4612.0, 4614.0, 4633.0, 4624.0, 4633.0, 4644.0, 4636.0, 4633.0, 4656.0, 4623.0, 4663.0, 4610.0, 4640.0, 4617.0, 4630.0, 4630.0, 4640.0, 4630.0, 4628.0, 4611.0, 4615.0, 4623.0, 4634.0, 4625.0, 4634.0, 4625.0, 4612.0, 4623.0, 4624.0, 4644.0, 4633.0, 4636.0, 4632.0, 4641.0, 4633.0, 4654.0, 4624.0, 4612.0, 4613.0, 4621.0, 4622.0, 4654.0, 4644.0, 4651.0, 4622.0, 4600.0, 4611.0, 4617.0, 4634.0, 4632.0, 4663.0, 4631.0, 4650.0, 4619.0, 4640.0, 4618.0, 4648.0, 4616.0, 4616.0, 4609.0, 4606.0, 4609.0, 4641.0, 4631.0, 4638.0, 4619.0, 4597.0, 4620.0, 4628.0, 4631.0, 4641.0, 4651.0, 4620.0, 4618.0, 4607.0, 4619.0, 4623.0, 4641.0, 4642.0, 4599.0, 4630.0, 4639.0, 4616.0, 4641.0, 4660.0, 4636.0, 4638.0, 4619.0, 4617.0, 4608.0, 4641.0, 4632.0, 4639.0, 4620.0, 4607.0, 4609.0, 4603.0, 4620.0, 4641.0, 4641.0, 4620.0, 4618.0, 4609.0, 4617.0, 4610.0, 4642.0, 4631.0, 4628.0, 4640.0, 4618.0, 4629.0, 4627.0, 4617.0, 4629.0, 4649.0, 4620.0, 4607.0, 4609.0, 4597.0, 4631.0, 4643.0, 4653.0, 4645.0, 4619.0, 4582.0, 4644.0, 4530.0, 4643.0, 4652.0, 4623.0, 4627.0, 4601.0, 4627.0, 4649.0, 4638.0, 4653.0, 4623.0, 4666.0, 4657.0, 4657.0, 4667.0, 4634.0, 4639.0, 4602.0, 4648.0, 4611.0, 4585.0, 4625.0, 4606.0, 4630.0, 4644.0, 4651.0, 4674.0, 4632.0, 4595.0, 4605.0, 4603.0, 4591.0, 4615.0, 4628.0, 4631.0, 4609.0, 4650.0, 4573.0, 4666.0, 4618.0, 4580.0, 4569.0, 4570.0, 4568.0, 4570.0, 4569.0, 4570.0, 4604.0, 4595.0, 4583.0, 4591.0, 4579.0, 4580.0, 4570.0, 4581.0, 4623.0, 4626.0, 4566.0, 4646.0, 4612.0, 4633.0, 4666.0, 4652.0, 4653.0, 4650.0, 4653.0, 4659.0, 4631.0, 4590.0, 4596.0, 4605.0, 4580.0, 4484.0, 4537.0, 4674.0, 4624.0, 4662.0, 4661.0, 4635.0, 4645.0, 4633.0, 4614.0, 4640.0, 4616.0, 4629.0, 4605.0, 4600.0, 4592.0, 4594.0, 4574.0, 4580.0, 4581.0, 4573.0, 4594.0, 4598.0, 4598.0, 4609.0, 4600.0, 4605.0, 4602.0, 4613.0, 4613.0, 4599.0, 4589.0, 4603.0, 4599.0, 4579.0, 4574.0, 4603.0, 4659.0, 4617.0, 4638.0, 4632.0, 4656.0, 4680.0, 4640.0, 4648.0, 4630.0, 4642.0, 4653.0, 4609.0, 4642.0, 4609.0, 4663.0, 4617.0, 4606.0, 4559.0, 4567.0, 4597.0, 4601.0, 4621.0, 4636.0, 4657.0, 4660.0, 4614.0, 4644.0, 4590.0, 4620.0, 4623.0, 4651.0, 4611.0, 4658.0, 4607.0, 4635.0, 4592.0, 4631.0, 4617.0, 4611.0, 4615.0, 4602.0, 4612.0, 4617.0, 4657.0, 4620.0, 4627.0, 4571.0, 4608.0, 4597.0, 4609.0, 4590.0, 4622.0, 4595.0, 4633.0, 4592.0, 4622.0, 4592.0, 4622.0, 4614.0, 4644.0, 4646.0, 4622.0, 4625.0, 4621.0, 4622.0, 4613.0, 4645.0, 4613.0, 4645.0, 4603.0, 4634.0, 4614.0, 4654.0, 4587.0, 4659.0, 4624.0, 4631.0, 4635.0, 4602.0, 4664.0, 4678.0, 4607.0, 4603.0, 4609.0, 4591.0, 4570.0, 4595.0, 4612.0, 4635.0, 4619.0, 4655.0, 4590.0, 4635.0, 4607.0, 4626.0, 4613.0, 4652.0, 4643.0, 4581.0, 4631.0, 4621.0, 4629.0, 4602.0, 4642.0, 4625.0, 4642.0, 4643.0, 4599.0, 4620.0, 4588.0, 4621.0, 4590.0, 4653.0, 4598.0, 4654.0, 4603.0, 4625.0, 4601.0, 4631.0, 4601.0, 4652.0, 4621.0, 4591.0, 4596.0, 4597.0, 4599.0, 4587.0, 4623.0, 4592.0, 4644.0, 4611.0, 4617.0, 4610.0, 4619.0, 4601.0, 4642.0, 4623.0, 4621.0, 4612.0, 4599.0, 4606.0, 4612.0, 4624.0, 4613.0, 4646.0, 4626.0, 4676.0, 4654.0, 4589.0, 4642.0, 4688.0, 4653.0, 4612.0, 4631.0, 4611.0, 4610.0, 4624.0, 4626.0, 4647.0, 4648.0, 4667.0, 4634.0, 4666.0, 4627.0, 4667.0, 4635.0, 4641.0, 4611.0, 4627.0, 4620.0, 4628.0, 4620.0, 4617.0, 4631.0, 4608.0, 4619.0, 4598.0, 4616.0, 4610.0, 4641.0, 4621.0, 4652.0, 4622.0, 4611.0, 4621.0, 4620.0, 4635.0, 4612.0, 4642.0, 4611.0, 4641.0, 4610.0, 4652.0, 4623.0, 4650.0, 4633.0, 4640.0, 4608.0, 4619.0, 4619.0, 4617.0, 4627.0, 4619.0, 4632.0, 4620.0, 4642.0, 4608.0, 4642.0, 4622.0, 4620.0, 4620.0, 4619.0, 4610.0, 4634.0, 4623.0, 4612.0, 4631.0, 4611.0, 4621.0, 4611.0, 4620.0, 4611.0, 4642.0, 4621.0, 4647.0, 4608.0, 4643.0, 4612.0, 4633.0, 4625.0, 4634.0, 4636.0, 4632.0, 4622.0, 4630.0, 4620.0, 4653.0, 4645.0, 4652.0, 4636.0, 4643.0, 4625.0, 4650.0, 4631.0, 4652.0, 4632.0, 4652.0, 4632.0, 4628.0, 4624.0, 4650.0, 4608.0, 4640.0, 4622.0, 4621.0, 4610.0, 4599.0, 4610.0, 4631.0, 4624.0, 4622.0, 4645.0, 4634.0, 4653.0, 4611.0, 4648.0, 4611.0, 4639.0, 4609.0, 4650.0, 4630.0, 4659.0, 4642.0, 4620.0, 4633.0, 4594.0, 4613.0, 4609.0, 4606.0, 4601.0, 4611.0, 4613.0, 4596.0, 4587.0, 4596.0, 4613.0, 4625.0, 4634.0, 4611.0, 4633.0, 4614.0, 4640.0, 4623.0, 4619.0, 4613.0, 4601.0, 4611.0, 4611.0, 4653.0, 4612.0, 4632.0, 4613.0, 4621.0, 4610.0, 4631.0, 4644.0, 4649.0, 4645.0, 4601.0, 4611.0, 4610.0, 4612.0, 4611.0, 4650.0, 4612.0, 4620.0, 4610.0, 4620.0, 4588.0, 4620.0, 4606.0, 4634.0, 4601.0, 4599.0, 4601.0, 4597.0, 4600.0, 4620.0, 4612.0, 4637.0, 4622.0, 4587.0, 4598.0, 4595.0, 4596.0, 4604.0, 4632.0, 4609.0, 4639.0, 4598.0, 4609.0, 4620.0, 4610.0, 4598.0, 4621.0, 4596.0, 4629.0, 4602.0, 4614.0, 4611.0, 4608.0, 4601.0, 4624.0, 4624.0, 4602.0, 4624.0, 4614.0, 4613.0, 4602.0, 4624.0, 4615.0, 4644.0, 4627.0, 4634.0, 4614.0, 4634.0, 4626.0, 4653.0, 4646.0, 4602.0, 4612.0, 4590.0, 4612.0, 4614.0, 4657.0, 4638.0, 4654.0, 4638.0, 4614.0, 4586.0, 4637.0, 4631.0, 4630.0, 4667.0, 4619.0, 4654.0, 4603.0, 4642.0, 4625.0, 4654.0, 4619.0, 4635.0, 4603.0, 4620.0, 4602.0, 4630.0, 4631.0, 4621.0, 4622.0, 4611.0, 4609.0, 4586.0, 4620.0, 4589.0, 4619.0, 4609.0, 4620.0, 4585.0, 4619.0, 4613.0, 4621.0, 4602.0, 4602.0, 4614.0, 4600.0, 4602.0, 4634.0, 4624.0, 4641.0, 4602.0, 4621.0, 4604.0, 4609.0, 4622.0, 4630.0, 4630.0, 4623.0, 4622.0, 4611.0, 4622.0, 4625.0, 4645.0, 4617.0, 4622.0, 4602.0, 4629.0, 4601.0, 4643.0, 4633.0, 4653.0, 4625.0, 4590.0, 4613.0, 4596.0, 4633.0, 4612.0, 4655.0, 4602.0, 4630.0, 4600.0, 4633.0, 4605.0, 4643.0, 4636.0, 4614.0, 4615.0, 4604.0, 4623.0, 4616.0, 4657.0, 4615.0, 4656.0, 4615.0, 4633.0, 4593.0, 4642.0, 4603.0, 4655.0, 4616.0, 4631.0, 4602.0, 4632.0, 4603.0, 4630.0, 4636.0, 4622.0, 4625.0, 4600.0, 4622.0, 4604.0, 4655.0, 4603.0, 4665.0, 4593.0, 4643.0, 4587.0, 4644.0, 4599.0, 4642.0, 4639.0, 4623.0, 4624.0, 4601.0, 4645.0, 4613.0, 4666.0, 4615.0, 4630.0, 4569.0, 4591.0], 'WindowWidth': [10238.0, 10183.0, 10177.0, 10159.0, 10142.0, 10150.0, 10142.0, 10112.0, 10125.0, 10068.0, 10097.0, 10121.0, 10072.0, 10117.0, 10143.0, 10128.0, 10129.0, 10187.0, 10186.0, 10161.0, 10134.0, 10138.0, 10129.0, 10150.0, 10157.0, 10128.0, 10155.0, 10119.0, 10096.0, 10109.0, 10079.0, 10122.0, 10115.0, 10128.0, 10110.0, 10109.0, 10142.0, 10132.0, 10184.0, 10154.0, 10169.0, 10150.0, 10134.0, 10159.0, 10166.0, 10172.0, 10171.0, 10119.0, 10146.0, 10120.0, 10162.0, 10153.0, 10189.0, 10138.0, 10143.0, 10137.0, 10131.0, 10143.0, 10168.0, 10147.0, 10123.0, 10144.0, 10121.0, 10136.0, 10126.0, 10184.0, 10123.0, 10164.0, 10161.0, 10121.0, 10159.0, 10133.0, 10181.0, 10179.0, 10176.0, 10155.0, 10119.0, 10131.0, 10134.0, 10124.0, 10141.0, 10136.0, 10147.0, 10132.0, 10136.0, 10154.0, 10128.0, 10152.0, 10150.0, 10197.0, 10179.0, 10165.0, 10142.0, 10152.0, 10138.0, 10130.0, 10145.0, 10144.0, 10160.0, 10148.0, 10098.0, 10125.0, 10115.0, 10127.0, 10126.0, 10151.0, 10148.0, 10162.0, 10172.0, 10146.0, 10148.0, 10106.0, 10124.0, 10125.0, 10145.0, 10144.0, 10160.0, 10159.0, 10168.0, 10156.0, 10147.0, 10164.0, 10162.0, 10163.0, 10176.0, 10185.0, 10168.0, 10162.0, 10188.0, 10172.0, 10199.0, 10180.0, 10164.0, 10148.0, 10158.0, 10131.0, 10178.0, 10153.0, 10190.0, 10153.0, 10140.0, 10118.0, 10151.0, 10142.0, 10106.0, 10149.0, 10156.0, 10147.0, 10155.0, 10156.0, 10180.0, 10194.0, 10165.0, 10158.0, 10118.0, 10138.0, 10114.0, 10176.0, 10149.0, 10169.0, 10142.0, 10123.0, 10115.0, 10093.0, 10147.0, 10121.0, 10183.0, 10124.0, 10152.0, 10132.0, 10132.0, 10117.0, 10147.0, 10147.0, 10137.0, 10116.0, 10106.0, 10098.0, 10102.0, 10118.0, 10128.0, 10153.0, 10138.0, 10152.0, 10164.0, 10156.0, 10146.0, 10185.0, 10137.0, 10189.0, 10111.0, 10150.0, 10114.0, 10139.0, 10140.0, 10155.0, 10140.0, 10136.0, 10117.0, 10117.0, 10135.0, 10153.0, 10143.0, 10152.0, 10141.0, 10121.0, 10136.0, 10141.0, 10167.0, 10149.0, 10150.0, 10146.0, 10157.0, 10150.0, 10180.0, 10139.0, 10121.0, 10122.0, 10128.0, 10133.0, 10179.0, 10166.0, 10169.0, 10130.0, 10097.0, 10112.0, 10123.0, 10151.0, 10145.0, 10190.0, 10141.0, 10166.0, 10122.0, 10153.0, 10125.0, 10163.0, 10119.0, 10116.0, 10111.0, 10103.0, 10111.0, 10159.0, 10146.0, 10148.0, 10124.0, 10092.0, 10127.0, 10132.0, 10144.0, 10156.0, 10171.0, 10128.0, 10122.0, 10107.0, 10127.0, 10137.0, 10158.0, 10161.0, 10098.0, 10141.0, 10150.0, 10119.0, 10158.0, 10183.0, 10143.0, 10147.0, 10121.0, 10118.0, 10107.0, 10159.0, 10147.0, 10151.0, 10126.0, 10105.0, 10109.0, 10097.0, 10128.0, 10157.0, 10157.0, 10126.0, 10119.0, 10110.0, 10117.0, 10113.0, 10161.0, 10144.0, 10134.0, 10150.0, 10117.0, 10135.0, 10127.0, 10119.0, 10138.0, 10164.0, 10127.0, 10105.0, 10108.0, 10092.0, 10143.0, 10165.0, 10177.0, 10167.0, 10122.0, 10066.0, 10175.0, 9944.0, 10164.0, 10169.0, 10137.0, 10131.0, 10102.0, 10128.0, 10180.0, 10161.0, 10174.0, 10133.0, 10194.0, 10187.0, 10187.0, 10198.0, 10148.0, 10147.0, 10101.0, 10159.0, 10096.0, 10065.0, 10122.0, 10118.0, 10155.0, 10167.0, 10190.0, 10226.0, 10128.0, 10082.0, 10098.0, 10089.0, 10068.0, 10112.0, 10131.0, 10143.0, 10107.0, 10168.0, 10030.0, 10205.0, 10121.0, 10058.0, 10040.0, 10043.0, 10038.0, 10043.0, 10040.0, 10042.0, 10093.0, 10085.0, 10066.0, 10073.0, 10054.0, 10057.0, 10042.0, 10062.0, 10128.0, 10138.0, 10030.0, 10159.0, 10126.0, 10166.0, 10216.0, 10184.0, 10186.0, 10190.0, 10201.0, 10199.0, 10148.0, 10080.0, 10090.0, 10096.0, 10056.0, 9856.0, 9944.0, 10242.0, 10150.0, 10197.0, 10190.0, 10146.0, 10155.0, 10138.0, 10096.0, 10144.0, 10099.0, 10119.0, 10083.0, 10067.0, 10061.0, 10066.0, 10034.0, 10043.0, 10043.0, 10036.0, 10064.0, 10079.0, 10078.0, 10096.0, 10084.0, 10088.0, 10091.0, 10106.0, 10106.0, 10087.0, 10085.0, 10099.0, 10080.0, 10043.0, 10042.0, 10094.0, 10181.0, 10121.0, 10147.0, 10148.0, 10179.0, 10208.0, 10147.0, 10163.0, 10139.0, 10156.0, 10174.0, 10108.0, 10162.0, 10107.0, 10197.0, 10117.0, 10080.0, 10017.0, 10037.0, 10085.0, 10082.0, 10124.0, 10155.0, 10183.0, 10190.0, 10118.0, 10157.0, 10074.0, 10118.0, 10129.0, 10165.0, 10108.0, 10184.0, 10115.0, 10146.0, 10086.0, 10135.0, 10120.0, 10112.0, 10123.0, 10098.0, 10111.0, 10119.0, 10185.0, 10123.0, 10129.0, 10045.0, 10098.0, 10083.0, 10104.0, 10083.0, 10129.0, 10096.0, 10146.0, 10086.0, 10128.0, 10087.0, 10129.0, 10120.0, 10158.0, 10169.0, 10128.0, 10135.0, 10125.0, 10126.0, 10119.0, 10166.0, 10121.0, 10164.0, 10104.0, 10148.0, 10121.0, 10173.0, 10053.0, 10192.0, 10133.0, 10141.0, 10148.0, 10103.0, 10204.0, 10228.0, 10103.0, 10096.0, 10096.0, 10074.0, 10047.0, 10081.0, 10107.0, 10143.0, 10121.0, 10175.0, 10065.0, 10135.0, 10097.0, 10122.0, 10108.0, 10169.0, 10158.0, 10071.0, 10137.0, 10125.0, 10136.0, 10100.0, 10155.0, 10139.0, 10156.0, 10156.0, 10094.0, 10122.0, 10077.0, 10124.0, 10084.0, 10173.0, 10094.0, 10174.0, 10102.0, 10127.0, 10095.0, 10135.0, 10098.0, 10169.0, 10123.0, 10076.0, 10086.0, 10086.0, 10093.0, 10079.0, 10132.0, 10092.0, 10163.0, 10114.0, 10119.0, 10110.0, 10123.0, 10102.0, 10157.0, 10131.0, 10125.0, 10114.0, 10094.0, 10105.0, 10119.0, 10137.0, 10119.0, 10166.0, 10140.0, 10225.0, 10193.0, 10059.0, 10178.0, 10240.0, 10196.0, 10127.0, 10147.0, 10119.0, 10120.0, 10143.0, 10153.0, 10184.0, 10183.0, 10209.0, 10159.0, 10201.0, 10153.0, 10206.0, 10160.0, 10159.0, 10118.0, 10137.0, 10133.0, 10140.0, 10131.0, 10126.0, 10148.0, 10114.0, 10129.0, 10099.0, 10124.0, 10121.0, 10163.0, 10138.0, 10177.0, 10139.0, 10121.0, 10134.0, 10134.0, 10151.0, 10125.0, 10164.0, 10122.0, 10161.0, 10120.0, 10178.0, 10140.0, 10171.0, 10153.0, 10156.0, 10112.0, 10128.0, 10132.0, 10127.0, 10140.0, 10130.0, 10150.0, 10133.0, 10166.0, 10119.0, 10163.0, 10137.0, 10134.0, 10133.0, 10128.0, 10118.0, 10160.0, 10141.0, 10124.0, 10151.0, 10123.0, 10137.0, 10121.0, 10134.0, 10122.0, 10164.0, 10136.0, 10170.0, 10118.0, 10168.0, 10127.0, 10155.0, 10148.0, 10159.0, 10163.0, 10153.0, 10136.0, 10145.0, 10132.0, 10181.0, 10174.0, 10179.0, 10162.0, 10166.0, 10147.0, 10174.0, 10148.0, 10177.0, 10151.0, 10177.0, 10150.0, 10140.0, 10142.0, 10173.0, 10116.0, 10159.0, 10141.0, 10136.0, 10119.0, 10105.0, 10120.0, 10151.0, 10146.0, 10139.0, 10177.0, 10157.0, 10182.0, 10122.0, 10169.0, 10122.0, 10155.0, 10117.0, 10174.0, 10147.0, 10183.0, 10164.0, 10133.0, 10155.0, 10085.0, 10128.0, 10113.0, 10105.0, 10109.0, 10119.0, 10122.0, 10087.0, 10076.0, 10089.0, 10125.0, 10145.0, 10153.0, 10117.0, 10150.0, 10127.0, 10155.0, 10138.0, 10125.0, 10123.0, 10106.0, 10116.0, 10119.0, 10176.0, 10122.0, 10150.0, 10125.0, 10132.0, 10117.0, 10148.0, 10165.0, 10166.0, 10170.0, 10104.0, 10118.0, 10114.0, 10119.0, 10118.0, 10168.0, 10119.0, 10129.0, 10112.0, 10127.0, 10080.0, 10128.0, 10108.0, 10141.0, 10103.0, 10096.0, 10104.0, 10093.0, 10100.0, 10128.0, 10118.0, 10146.0, 10132.0, 10077.0, 10094.0, 10086.0, 10090.0, 10103.0, 10147.0, 10110.0, 10151.0, 10095.0, 10112.0, 10126.0, 10114.0, 10094.0, 10132.0, 10097.0, 10138.0, 10107.0, 10116.0, 10118.0, 10106.0, 10102.0, 10137.0, 10137.0, 10104.0, 10140.0, 10125.0, 10122.0, 10106.0, 10139.0, 10130.0, 10164.0, 10148.0, 10150.0, 10125.0, 10153.0, 10144.0, 10174.0, 10172.0, 10106.0, 10119.0, 10086.0, 10122.0, 10127.0, 10190.0, 10164.0, 10178.0, 10143.0, 10103.0, 10067.0, 10142.0, 10139.0, 10140.0, 10200.0, 10128.0, 10177.0, 10104.0, 10157.0, 10143.0, 10180.0, 10139.0, 10152.0, 10106.0, 10122.0, 10102.0, 10139.0, 10141.0, 10127.0, 10130.0, 10112.0, 10107.0, 10073.0, 10124.0, 10081.0, 10120.0, 10108.0, 10124.0, 10074.0, 10123.0, 10122.0, 10129.0, 10105.0, 10104.0, 10123.0, 10097.0, 10105.0, 10151.0, 10137.0, 10154.0, 10104.0, 10127.0, 10109.0, 10107.0, 10130.0, 10140.0, 10148.0, 10135.0, 10130.0, 10113.0, 10131.0, 10141.0, 10165.0, 10133.0, 10128.0, 10104.0, 10137.0, 10102.0, 10163.0, 10148.0, 10176.0, 10138.0, 10086.0, 10119.0, 10090.0, 10150.0, 10119.0, 10184.0, 10107.0, 10139.0, 10098.0, 10148.0, 10115.0, 10162.0, 10157.0, 10126.0, 10125.0, 10108.0, 10134.0, 10130.0, 10189.0, 10129.0, 10185.0, 10126.0, 10146.0, 10093.0, 10159.0, 10108.0, 10180.0, 10129.0, 10140.0, 10101.0, 10143.0, 10107.0, 10138.0, 10156.0, 10130.0, 10138.0, 10098.0, 10129.0, 10111.0, 10179.0, 10107.0, 10193.0, 10092.0, 10158.0, 10082.0, 10164.0, 10103.0, 10159.0, 10164.0, 10133.0, 10134.0, 10101.0, 10163.0, 10122.0, 10198.0, 10123.0, 10134.0, 10036.0, 10066.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.006868795180722891</td></tr>
<tr><td colspan=3>aqi</td><td>0.1607187700985761</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.94593687226973</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0529375367763159</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9600589319956132</td></tr>
<tr><td colspan=3>efc</td><td>0.5495</td></tr>
<tr><td colspan=3>fber</td><td>2384.8083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3094101964348667</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>342</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>37.458926615553125</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.771818376050733</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.586432756516456</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.036385382152386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.692636989483357</td></tr>
<tr><td colspan=3>gcor</td><td>0.00749165</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014687280170619488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06937474012374878</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.876606133891851</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.3385</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>84.5489</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>288.2548</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284455.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>459.3544</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5596</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.2893</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3779.8935</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.0664</td></tr>
<tr><td colspan=3>tsnr</td><td>16.80848953523673</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>