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

616 lines
No EOL
109 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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-02/func/sub-0044_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>0f8b3a1b2f00a8b295fb688840683c96</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:42:45.842500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999891, 0.00041791, -0.0147312, 0.000523557, 0.997959, 0.063848]</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.0959734</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7735, -7266, 433, -109, -39, 9, 120]</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>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c3a8c89-9c7d-4baa-b83e-2c1bf99b4cbf||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682635545730591, 0.0014046651776880026, -0.03976510092616081, 113.01078033447266], [-0.0011212207609787583, 2.677452325820923, 0.17239168286323547, -100.03107452392578], [-0.03952270746231079, -0.1712995022535324, 2.694197416305542, -66.20437622070312], [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': ['144245.842500', '144246.302500', '144246.762500', '144247.222500', '144247.682500', '144248.142500', '144248.602500', '144249.062500', '144249.522500', '144249.982500', '144250.442500', '144250.902500', '144251.362500', '144251.822500', '144252.282500', '144252.742500', '144253.202500', '144253.662500', '144254.122500', '144254.582500', '144255.042500', '144255.502500', '144255.962500', '144256.422500', '144256.882500', '144257.342500', '144257.802500', '144258.262500', '144258.722500', '144259.182500', '144259.642500', '144300.102500', '144300.562500', '144301.022500', '144301.482500', '144301.942500', '144302.402500', '144302.862500', '144303.322500', '144303.782500', '144304.242500', '144304.702500', '144305.162500', '144305.622500', '144306.082500', '144306.542500', '144307.002500', '144307.462500', '144307.922500', '144308.382500', '144308.842500', '144309.302500', '144309.762500', '144310.222500', '144310.682500', '144311.142500', '144311.602500', '144312.062500', '144312.522500', '144312.982500', '144313.442500', '144313.902500', '144314.362500', '144314.822500', '144315.282500', '144315.742500', '144316.202500', '144316.662500', '144317.122500', '144317.582500', '144318.042500', '144318.502500', '144318.962500', '144319.422500', '144319.882500', '144320.342500', '144320.802500', '144321.262500', '144321.722500', '144322.182500', '144322.642500', '144323.102500', '144323.562500', '144324.022500', '144324.482500', '144324.942500', '144325.402500', '144325.862500', '144326.322500', '144326.782500', '144327.242500', '144327.702500', '144328.162500', '144328.622500', '144329.082500', '144329.542500', '144330.002500', '144330.462500', '144330.922500', '144331.382500', '144331.842500', '144332.302500', '144332.762500', '144333.222500', '144333.682500', '144334.142500', '144334.602500', '144335.062500', '144335.522500', '144335.982500', '144336.442500', '144336.902500', '144337.362500', '144337.822500', '144338.282500', '144338.742500', '144339.202500', '144339.662500', '144340.122500', '144340.582500', '144341.042500', '144341.502500', '144341.962500', '144342.422500', '144342.882500', '144343.342500', '144343.802500', '144344.262500', '144344.722500', '144345.182500', '144345.642500', '144346.102500', '144346.562500', '144347.022500', '144347.482500', '144347.942500', '144348.402500', '144348.862500', '144349.322500', '144349.782500', '144350.242500', '144350.702500', '144351.162500', '144351.622500', '144352.082500', '144352.542500', '144353.002500', '144353.462500', '144353.922500', '144354.382500', '144354.842500', '144355.302500', '144355.762500', '144356.222500', '144356.682500', '144357.142500', '144357.602500', '144358.062500', '144358.522500', '144358.982500', '144359.442500', '144359.902500', '144400.362500', '144400.822500', '144401.282500', '144401.742500', '144402.202500', '144402.662500', '144403.122500', '144403.582500', '144404.042500', '144404.502500', '144404.962500', '144405.422500', '144405.882500', '144406.342500', '144406.802500', '144407.262500', '144407.722500', '144408.182500', '144408.642500', '144409.102500', '144409.562500', '144410.022500', '144410.482500', '144410.942500', '144411.402500', '144411.862500', '144412.322500', '144412.782500', '144413.242500', '144413.702500', '144414.162500', '144414.622500', '144415.082500', '144415.542500', '144416.002500', '144416.462500', '144416.922500', '144417.382500', '144417.842500', '144418.302500', '144418.762500', '144419.222500', '144419.682500', '144420.142500', '144420.602500', '144421.062500', '144421.522500', '144421.982500', '144422.442500', '144422.902500', '144423.362500', '144423.822500', '144424.282500', '144424.742500', '144425.202500', '144425.662500', '144426.122500', '144426.582500', '144427.042500', '144427.502500', '144427.962500', '144428.422500', '144428.882500', '144429.342500', '144429.802500', '144430.262500', '144430.722500', '144431.182500', '144431.642500', '144432.102500', '144432.562500', '144433.022500', '144433.482500', '144433.942500', '144434.402500', '144434.862500', '144435.322500', '144435.782500', '144436.242500', '144436.702500', '144437.162500', '144437.622500', '144438.082500', '144438.542500', '144439.002500', '144439.462500', '144439.922500', '144440.382500', '144440.842500', '144441.302500', '144441.762500', '144442.222500', '144442.682500', '144443.142500', '144443.602500', '144444.062500', '144444.522500', '144444.982500', '144445.442500', '144445.902500', '144446.362500', '144446.822500', '144447.282500', '144447.742500', '144448.202500', '144448.662500', '144449.122500', '144449.582500', '144450.042500', '144450.502500', '144450.962500', '144451.422500', '144451.882500', '144452.342500', '144452.802500', '144453.262500', '144453.722500', '144454.182500', '144454.642500', '144455.102500', '144455.562500', '144456.022500', '144456.482500', '144456.942500', '144457.402500', '144457.862500', '144458.322500', '144458.782500', '144459.242500', '144459.702500', '144500.162500', '144500.622500', '144501.082500', '144501.542500', '144502.002500', '144502.462500', '144502.922500', '144503.382500', '144503.842500', '144504.302500', '144504.762500', '144505.222500', '144505.682500', '144506.142500', '144506.602500', '144507.062500', '144507.522500', '144507.982500', '144508.442500', '144508.902500', '144509.362500', '144509.822500', '144510.282500', '144510.742500', '144511.202500', '144511.662500', '144512.122500', '144512.582500', '144513.042500', '144513.502500', '144513.962500', '144514.422500', '144514.882500', '144515.342500', '144515.802500', '144516.262500', '144516.722500', '144517.182500', '144517.642500', '144518.102500', '144518.562500', '144519.022500', '144519.482500', '144519.942500', '144520.402500', '144520.862500', '144521.322500', '144521.782500', '144522.242500', '144522.702500', '144523.162500', '144523.622500', '144524.082500', '144524.542500', '144525.002500', '144525.462500', '144525.922500', '144526.382500', '144526.842500', '144527.302500', '144527.762500', '144528.222500', '144528.682500', '144529.142500', '144529.602500', '144530.062500', '144530.522500', '144530.982500', '144531.442500', '144531.902500', '144532.362500', '144532.822500', '144533.282500', '144533.742500', '144534.202500', '144534.662500', '144535.122500', '144535.582500', '144536.042500', '144536.502500', '144536.962500', '144537.422500', '144537.882500', '144538.342500', '144538.802500', '144539.262500', '144539.722500', '144540.182500', '144540.642500', '144541.102500', '144541.562500', '144542.022500', '144542.482500', '144542.942500', '144543.402500', '144543.862500', '144544.322500', '144544.782500', '144545.242500', '144545.702500', '144546.162500', '144546.622500', '144547.082500', '144547.542500', '144548.002500', '144548.462500', '144548.922500', '144549.382500', '144549.842500', '144550.302500', '144550.762500', '144551.222500', '144551.682500', '144552.142500', '144552.602500', '144553.062500', '144553.522500', '144553.982500', '144554.442500', '144554.902500', '144555.362500', '144555.822500', '144556.282500', '144556.742500', '144557.202500', '144557.662500', '144558.122500', '144558.582500', '144559.042500', '144559.502500', '144559.962500', '144600.422500', '144600.882500', '144601.342500', '144601.802500', '144602.262500', '144602.722500', '144603.182500', '144603.642500', '144604.102500', '144604.562500', '144605.022500', '144605.482500', '144605.942500', '144606.402500', '144606.862500', '144607.322500', '144607.782500', '144608.242500', '144608.702500', '144609.162500', '144609.622500', '144610.082500', '144610.542500', '144611.002500', '144611.462500', '144611.922500', '144612.382500', '144612.842500', '144613.302500', '144613.762500', '144614.222500', '144614.682500', '144615.142500', '144615.602500', '144616.062500', '144616.522500', '144616.982500', '144617.442500', '144617.902500', '144618.362500', '144618.822500', '144619.282500', '144619.742500', '144620.202500', '144620.662500', '144621.122500', '144621.582500', '144622.042500', '144622.502500', '144622.962500', '144623.422500', '144623.882500', '144624.342500', '144624.802500', '144625.262500', '144625.722500', '144626.182500', '144626.642500', '144627.102500', '144627.562500', '144628.022500', '144628.482500', '144628.942500', '144629.402500', '144629.862500', '144630.322500', '144630.782500', '144631.242500', '144631.702500', '144632.162500', '144632.622500', '144633.082500', '144633.542500', '144634.002500', '144634.462500', '144634.922500', '144635.382500', '144635.842500', '144636.302500', '144636.762500', '144637.222500', '144637.682500', '144638.142500', '144638.602500', '144639.062500', '144639.522500', '144639.982500', '144640.442500', '144640.902500', '144641.362500', '144641.822500', '144642.282500', '144642.742500', '144643.202500', '144643.662500', '144644.122500', '144644.582500', '144645.042500', '144645.502500', '144645.962500', '144646.422500', '144646.882500', '144647.342500', '144647.802500', '144648.262500', '144648.722500', '144649.182500', '144649.642500', '144650.102500', '144650.562500', '144651.022500', '144651.482500', '144651.942500', '144652.402500', '144652.862500', '144653.322500', '144653.782500', '144654.242500', '144654.702500', '144655.162500', '144655.622500', '144656.082500', '144656.542500', '144657.002500', '144657.462500', '144657.922500', '144658.382500', '144658.842500', '144659.302500', '144659.762500', '144700.222500', '144700.682500', '144701.142500', '144701.602500', '144702.062500', '144702.522500', '144702.982500', '144703.442500', '144703.902500', '144704.362500', '144704.822500', '144705.282500', '144705.742500', '144706.202500', '144706.662500', '144707.122500', '144707.582500', '144708.042500', '144708.502500', '144708.962500', '144709.422500', '144709.882500', '144710.342500', '144710.802500', '144711.262500', '144711.722500', '144712.182500', '144712.642500', '144713.102500', '144713.562500', '144714.022500', '144714.482500', '144714.942500', '144715.402500', '144715.862500', '144716.322500', '144716.782500', '144717.242500', '144717.702500', '144718.162500', '144718.622500', '144719.082500', '144719.542500', '144720.002500', '144720.462500', '144720.922500', '144721.382500', '144721.842500', '144722.302500', '144722.762500', '144723.222500', '144723.682500', '144724.142500', '144724.602500', '144725.062500', '144725.522500', '144725.982500', '144726.442500', '144726.902500', '144727.362500', '144727.822500', '144728.282500', '144728.742500', '144729.202500', '144729.662500', '144730.122500', '144730.582500', '144731.042500', '144731.502500', '144731.962500', '144732.422500', '144732.882500', '144733.342500', '144733.802500', '144734.262500', '144734.722500', '144735.182500', '144735.642500', '144736.102500', '144736.562500', '144737.022500', '144737.482500', '144737.942500', '144738.402500', '144738.862500', '144739.322500', '144739.782500', '144740.242500', '144740.702500', '144741.162500', '144741.622500', '144742.082500', '144742.542500', '144743.002500', '144743.462500', '144743.922500', '144744.382500', '144744.842500', '144745.302500', '144745.762500', '144746.222500', '144746.682500', '144747.142500', '144747.602500', '144748.062500', '144748.522500', '144748.982500', '144749.442500', '144749.902500', '144750.362500', '144750.822500', '144751.282500', '144751.742500', '144752.202500', '144752.662500', '144753.122500', '144753.582500', '144754.042500', '144754.502500', '144754.962500', '144755.422500', '144755.882500', '144756.342500', '144756.802500', '144757.262500', '144757.722500', '144758.182500', '144758.642500', '144759.102500', '144759.562500', '144800.022500', '144800.482500', '144800.942500', '144801.402500', '144801.862500', '144802.322500', '144802.782500', '144803.242500', '144803.702500', '144804.162500', '144804.622500', '144805.082500', '144805.542500', '144806.002500', '144806.462500', '144806.922500', '144807.382500', '144807.842500', '144808.302500', '144808.762500', '144809.222500', '144809.682500', '144810.142500', '144810.602500', '144811.062500', '144811.522500', '144811.982500', '144812.442500', '144812.902500', '144813.362500', '144813.822500', '144814.282500', '144814.742500', '144815.202500', '144815.662500', '144816.122500', '144816.582500', '144817.042500', '144817.502500', '144817.962500', '144818.422500', '144818.882500', '144819.342500', '144819.802500', '144820.262500', '144820.722500', '144821.182500', '144821.642500', '144822.102500', '144822.562500', '144823.022500', '144823.482500', '144823.942500', '144824.402500', '144824.862500', '144825.322500', '144825.782500', '144826.242500', '144826.702500', '144827.162500', '144827.622500', '144828.082500', '144828.542500', '144829.002500', '144829.462500', '144829.922500', '144830.382500', '144830.842500', '144831.302500', '144831.762500', '144832.222500', '144832.682500', '144833.142500', '144833.602500', '144834.062500', '144834.522500', '144834.982500', '144835.442500', '144835.902500', '144836.362500', '144836.822500', '144837.282500', '144837.742500', '144838.202500', '144838.662500', '144839.122500', '144839.582500', '144840.042500', '144840.502500', '144840.962500', '144841.422500', '144841.882500', '144842.342500', '144842.802500', '144843.262500', '144843.722500', '144844.182500', '144844.642500', '144845.102500', '144845.562500', '144846.022500', '144846.482500', '144846.942500', '144847.402500', '144847.862500', '144848.322500', '144848.782500', '144849.242500', '144849.702500', '144850.162500', '144850.622500', '144851.082500', '144851.542500', '144852.002500', '144852.462500', '144852.922500', '144853.382500', '144853.842500', '144854.302500', '144854.762500', '144855.222500', '144855.682500', '144856.142500', '144856.602500', '144857.062500', '144857.522500', '144857.982500', '144858.442500', '144858.902500', '144859.362500', '144859.822500', '144900.282500', '144900.742500', '144901.202500', '144901.662500', '144902.122500', '144902.582500', '144903.042500', '144903.502500', '144903.962500', '144904.422500', '144904.882500', '144905.342500', '144905.802500', '144906.262500', '144906.722500', '144907.182500', '144907.642500', '144908.102500', '144908.562500', '144909.022500', '144909.482500', '144909.942500', '144910.402500', '144910.862500', '144911.322500', '144911.782500', '144912.242500', '144912.702500', '144913.162500', '144913.622500', '144914.082500', '144914.542500', '144915.002500', '144915.462500', '144915.922500', '144916.382500', '144916.842500', '144917.302500', '144917.762500', '144918.222500', '144918.682500', '144919.142500', '144919.602500', '144920.062500', '144920.522500', '144920.982500', '144921.442500', '144921.902500', '144922.362500', '144922.822500', '144923.282500', '144923.742500', '144924.202500', '144924.662500', '144925.122500', '144925.582500', '144926.042500', '144926.502500', '144926.962500', '144927.422500', '144927.882500', '144928.342500', '144928.802500', '144929.262500', '144929.722500', '144930.182500', '144930.642500', '144931.102500', '144931.562500', '144932.022500', '144932.482500', '144932.942500', '144933.402500', '144933.862500', '144934.322500', '144934.782500', '144935.242500', '144935.702500', '144936.162500', '144936.622500', '144937.082500', '144937.542500', '144938.002500', '144938.462500', '144938.922500', '144939.382500', '144939.842500', '144940.302500', '144940.762500', '144941.222500', '144941.682500', '144942.142500', '144942.602500', '144943.062500', '144943.522500', '144943.982500', '144944.442500', '144944.902500', '144945.362500', '144945.822500'], 'ContentTime': ['144307.497000', '144307.501000', '144307.504000', '144307.514000', '144307.517000', '144307.521000', '144307.524000', '144307.527000', '144307.530000', '144307.533000', '144307.537000', '144307.540000', '144307.543000', '144307.547000', '144307.550000', '144307.553000', '144307.556000', '144307.559000', '144307.563000', '144307.566000', '144307.569000', '144307.572000', '144307.575000', '144307.578000', '144307.581000', '144307.585000', '144307.588000', '144307.591000', '144307.595000', '144307.598000', '144307.601000', '144307.604000', '144307.607000', '144307.610000', '144307.613000', '144307.616000', '144307.619000', '144307.622000', '144307.625000', '144307.628000', '144307.631000', '144307.634000', '144307.637000', '144307.640000', '144307.643000', '144307.646000', '144327.458000', '144327.461000', '144327.464000', '144327.467000', '144327.470000', '144327.473000', '144327.476000', '144327.479000', '144327.482000', '144327.485000', '144327.488000', '144327.491000', '144327.494000', '144327.497000', '144327.500000', '144327.503000', '144327.506000', '144327.509000', '144327.512000', '144327.515000', '144327.518000', '144327.521000', '144327.524000', '144327.527000', '144327.530000', '144327.533000', '144327.535000', '144327.538000', '144327.541000', '144327.544000', '144327.547000', '144327.550000', '144327.553000', '144327.556000', '144327.559000', '144327.562000', '144327.565000', '144327.568000', '144327.571000', '144327.574000', '144327.577000', '144327.580000', '144327.589000', '144327.592000', '144347.458000', '144347.461000', '144347.464000', '144347.467000', '144347.470000', '144347.473000', '144347.476000', '144347.479000', '144347.488000', '144347.491000', '144347.494000', '144347.497000', '144347.500000', '144347.503000', '144347.506000', '144347.509000', '144347.512000', '144347.515000', '144347.518000', '144347.521000', '144347.524000', '144347.527000', '144347.530000', '144347.533000', '144347.536000', '144347.539000', '144347.542000', '144347.545000', '144347.548000', '144347.551000', '144347.554000', '144347.557000', '144347.560000', '144347.563000', '144347.566000', '144347.569000', '144347.572000', '144347.575000', '144347.578000', '144347.581000', '144347.584000', '144347.587000', '144347.590000', '144407.458000', '144407.461000', '144407.464000', '144407.467000', '144407.470000', '144407.474000', '144407.477000', '144407.480000', '144407.483000', '144407.486000', '144407.489000', '144407.492000', '144407.495000', '144407.498000', '144407.501000', '144407.504000', '144407.507000', '144407.510000', '144407.513000', '144407.516000', '144407.519000', '144407.522000', '144407.540000', '144407.543000', '144407.546000', '144407.559000', '144407.562000', '144407.565000', '144407.568000', '144407.571000', '144407.574000', '144407.577000', '144407.580000', '144407.583000', '144407.586000', '144407.589000', '144407.592000', '144407.595000', '144407.598000', '144407.601000', '144407.604000', '144407.607000', '144407.610000', '144427.459000', '144427.462000', '144427.465000', '144427.468000', '144427.471000', '144427.474000', '144427.477000', '144427.480000', '144427.483000', '144427.486000', '144427.489000', '144427.492000', '144427.495000', '144427.498000', '144427.501000', '144427.504000', '144427.507000', '144427.510000', '144427.513000', '144427.516000', '144427.519000', '144427.522000', '144427.525000', '144427.528000', '144427.531000', '144427.534000', '144427.537000', '144427.540000', '144427.543000', '144427.546000', '144427.549000', '144427.552000', '144427.555000', '144427.558000', '144427.561000', '144427.564000', '144427.567000', '144427.570000', '144427.573000', '144427.576000', '144427.579000', '144427.582000', '144427.585000', '144427.588000', '144447.459000', '144447.462000', '144447.465000', '144447.468000', '144447.472000', '144447.477000', '144447.481000', '144447.484000', '144447.487000', '144447.490000', '144447.493000', '144447.496000', '144447.498000', '144447.501000', '144447.504000', '144447.507000', '144447.510000', '144447.513000', '144447.516000', '144447.519000', '144447.522000', '144447.525000', '144447.528000', '144447.531000', '144447.534000', '144447.537000', '144447.540000', '144447.543000', '144447.546000', '144447.549000', '144447.552000', '144447.555000', '144447.558000', '144447.561000', '144447.564000', '144447.567000', '144447.570000', '144447.573000', '144447.576000', '144447.579000', '144447.582000', '144447.585000', '144447.588000', '144507.458000', '144507.461000', '144507.465000', '144507.468000', '144507.471000', '144507.474000', '144507.477000', '144507.480000', '144507.483000', '144507.486000', '144507.489000', '144507.492000', '144507.495000', '144507.498000', '144507.501000', '144507.504000', '144507.507000', '144507.510000', '144507.513000', '144507.516000', '144507.519000', '144507.522000', '144507.525000', '144507.528000', '144507.531000', '144507.534000', '144507.537000', '144507.540000', '144507.543000', '144507.546000', '144507.549000', '144507.552000', '144507.555000', '144507.558000', '144507.561000', '144507.564000', '144507.567000', '144507.570000', '144507.573000', '144507.576000', '144507.579000', '144507.582000', '144507.585000', '144507.588000', '144527.458000', '144527.461000', '144527.464000', '144527.467000', '144527.470000', '144527.473000', '144527.476000', '144527.479000', '144527.482000', '144527.485000', '144527.488000', '144527.491000', '144527.494000', '144527.497000', '144527.500000', '144527.503000', '144527.507000', '144527.511000', '144527.514000', '144527.517000', '144527.520000', '144527.523000', '144527.526000', '144527.529000', '144527.532000', '144527.535000', '144527.538000', '144527.541000', '144527.544000', '144527.547000', '144527.550000', '144527.553000', '144527.556000', '144527.559000', '144527.562000', '144527.565000', '144527.568000', '144527.571000', '144527.574000', '144527.577000', '144527.583000', '144527.586000', '144527.589000', '144547.458000', '144547.461000', '144547.464000', '144547.482000', '144547.485000', '144547.488000', '144547.491000', '144547.494000', '144547.497000', '144547.500000', '144547.503000', '144547.506000', '144547.509000', '144547.512000', '144547.515000', '144547.518000', '144547.521000', '144547.523000', '144547.526000', '144547.530000', '144547.532000', '144547.535000', '144547.538000', '144547.541000', '144547.544000', '144547.547000', '144547.550000', '144547.553000', '144547.556000', '144547.559000', '144547.562000', '144547.565000', '144547.568000', '144547.571000', '144547.574000', '144547.577000', '144547.580000', '144547.583000', '144547.587000', '144547.589000', '144547.592000', '144547.595000', '144547.598000', '144547.601000', '144607.458000', '144607.461000', '144607.464000', '144607.467000', '144607.471000', '144607.474000', '144607.477000', '144607.480000', '144607.483000', '144607.486000', '144607.489000', '144607.492000', '144607.495000', '144607.498000', '144607.501000', '144607.504000', '144607.507000', '144607.511000', '144607.514000', '144607.517000', '144607.520000', '144607.523000', '144607.526000', '144607.529000', '144607.532000', '144607.535000', '144607.538000', '144607.541000', '144607.544000', '144607.547000', '144607.550000', '144607.553000', '144607.556000', '144607.559000', '144607.562000', '144607.565000', '144607.568000', '144607.571000', '144607.574000', '144607.577000', '144607.580000', '144607.583000', '144607.586000', '144627.458000', '144627.461000', '144627.464000', '144627.467000', '144627.470000', '144627.473000', '144627.476000', '144627.479000', '144627.482000', '144627.485000', '144627.488000', '144627.491000', '144627.494000', '144627.497000', '144627.500000', '144627.503000', '144627.506000', '144627.509000', '144627.512000', '144627.515000', '144627.518000', '144627.521000', '144627.524000', '144627.527000', '144627.530000', '144627.533000', '144627.536000', '144627.539000', '144627.542000', '144627.545000', '144627.548000', '144627.570000', '144627.573000', '144627.576000', '144627.579000', '144627.582000', '144627.585000', '144627.588000', '144627.591000', '144627.594000', '144627.597000', '144627.600000', '144627.603000', '144627.606000', '144647.459000', '144647.462000', '144647.465000', '144647.468000', '144647.472000', '144647.475000', '144647.478000', '144647.481000', '144647.484000', '144647.487000', '144647.490000', '144647.493000', '144647.496000', '144647.499000', '144647.502000', '144647.505000', '144647.508000', '144647.511000', '144647.514000', '144647.517000', '144647.520000', '144647.523000', '144647.527000', '144647.530000', '144647.533000', '144647.536000', '144647.539000', '144647.542000', '144647.545000', '144647.548000', '144647.551000', '144647.554000', '144647.557000', '144647.560000', '144647.563000', '144647.566000', '144647.569000', '144647.572000', '144647.575000', '144647.578000', '144647.581000', '144647.584000', '144647.587000', '144707.459000', '144707.462000', '144707.465000', '144707.468000', '144707.471000', '144707.474000', '144707.477000', '144707.480000', '144707.483000', '144707.486000', '144707.489000', '144707.492000', '144707.495000', '144707.498000', '144707.501000', '144707.504000', '144707.508000', '144707.511000', '144707.514000', '144707.517000', '144707.520000', '144707.523000', '144707.526000', '144707.529000', '144707.532000', '144707.535000', '144707.538000', '144707.541000', '144707.544000', '144707.547000', '144707.550000', '144707.553000', '144707.556000', '144707.558000', '144707.561000', '144707.564000', '144707.567000', '144707.570000', '144707.573000', '144707.576000', '144707.579000', '144707.582000', '144707.585000', '144707.601000', '144727.458000', '144727.461000', '144727.464000', '144727.467000', '144727.470000', '144727.473000', '144727.476000', '144727.479000', '144727.482000', '144727.485000', '144727.488000', '144727.491000', '144727.494000', '144727.497000', '144727.500000', '144727.503000', '144727.506000', '144727.509000', '144727.512000', '144727.515000', '144727.518000', '144727.521000', '144727.524000', '144727.527000', '144727.530000', '144727.533000', '144727.536000', '144727.539000', '144727.542000', '144727.545000', '144727.548000', '144727.552000', '144727.554000', '144727.558000', '144727.560000', '144727.564000', '144727.569000', '144727.573000', '144727.576000', '144727.579000', '144727.582000', '144727.585000', '144727.588000', '144747.458000', '144747.461000', '144747.464000', '144747.467000', '144747.470000', '144747.473000', '144747.476000', '144747.479000', '144747.482000', '144747.485000', '144747.488000', '144747.491000', '144747.494000', '144747.497000', '144747.500000', '144747.503000', '144747.506000', '144747.509000', '144747.512000', '144747.515000', '144747.518000', '144747.521000', '144747.524000', '144747.527000', '144747.530000', '144747.533000', '144747.537000', '144747.540000', '144747.543000', '144747.546000', '144747.549000', '144747.552000', '144747.554000', '144747.557000', '144747.560000', '144747.563000', '144747.566000', '144747.569000', '144747.572000', '144747.575000', '144747.578000', '144747.581000', '144747.584000', '144747.587000', '144807.458000', '144807.461000', '144807.464000', '144807.467000', '144807.470000', '144807.473000', '144807.476000', '144807.479000', '144807.482000', '144807.485000', '144807.488000', '144807.491000', '144807.494000', '144807.497000', '144807.500000', '144807.503000', '144807.506000', '144807.511000', '144807.514000', '144807.517000', '144807.520000', '144807.523000', '144807.526000', '144807.529000', '144807.532000', '144807.535000', '144807.538000', '144807.541000', '144807.544000', '144807.547000', '144807.550000', '144807.553000', '144807.556000', '144807.559000', '144807.562000', '144807.566000', '144807.569000', '144807.572000', '144807.575000', '144807.578000', '144807.581000', '144807.584000', '144807.587000', '144827.458000', '144827.461000', '144827.464000', '144827.467000', '144827.470000', '144827.473000', '144827.477000', '144827.479000', '144827.482000', '144827.485000', '144827.488000', '144827.492000', '144827.495000', '144827.498000', '144827.500000', '144827.504000', '144827.507000', '144827.510000', '144827.513000', '144827.515000', '144827.518000', '144827.521000', '144827.524000', '144827.527000', '144827.530000', '144827.533000', '144827.536000', '144827.539000', '144827.542000', '144827.545000', '144827.548000', '144827.551000', '144827.554000', '144827.557000', '144827.560000', '144827.563000', '144827.566000', '144827.569000', '144827.572000', '144827.575000', '144827.578000', '144827.581000', '144827.584000', '144827.587000', '144847.458000', '144847.461000', '144847.464000', '144847.467000', '144847.470000', '144847.473000', '144847.476000', '144847.479000', '144847.482000', '144847.485000', '144847.488000', '144847.491000', '144847.494000', '144847.497000', '144847.500000', '144847.503000', '144847.506000', '144847.509000', '144847.512000', '144847.515000', '144847.518000', '144847.521000', '144847.524000', '144847.527000', '144847.530000', '144847.533000', '144847.536000', '144847.539000', '144847.542000', '144847.545000', '144847.548000', '144847.551000', '144847.554000', '144847.557000', '144847.560000', '144847.563000', '144847.566000', '144847.570000', '144847.573000', '144847.576000', '144847.579000', '144847.583000', '144847.587000', '144907.459000', '144907.462000', '144907.465000', '144907.468000', '144907.471000', '144907.474000', '144907.477000', '144907.480000', '144907.483000', '144907.486000', '144907.489000', '144907.492000', '144907.495000', '144907.498000', '144907.501000', '144907.504000', '144907.508000', '144907.511000', '144907.513000', '144907.516000', '144907.519000', '144907.522000', '144907.525000', '144907.528000', '144907.531000', '144907.534000', '144907.537000', '144907.540000', '144907.544000', '144907.547000', '144907.550000', '144907.553000', '144907.556000', '144907.559000', '144907.562000', '144907.565000', '144907.568000', '144907.571000', '144907.574000', '144907.577000', '144907.580000', '144907.583000', '144907.586000', '144907.589000', '144927.459000', '144927.462000', '144927.465000', '144927.468000', '144927.471000', '144927.474000', '144927.477000', '144927.480000', '144927.483000', '144927.486000', '144927.489000', '144927.492000', '144927.495000', '144927.498000', '144927.501000', '144927.504000', '144927.507000', '144927.510000', '144927.513000', '144927.516000', '144927.519000', '144927.522000', '144927.525000', '144927.528000', '144927.531000', '144927.534000', '144927.537000', '144927.540000', '144927.543000', '144927.547000', '144927.550000', '144927.554000', '144927.556000', '144927.560000', '144927.562000', '144927.566000', '144927.569000', '144927.572000', '144927.574000', '144927.577000', '144927.580000', '144927.583000', '144927.586000', '144946.533000', '144946.537000', '144946.540000', '144946.543000', '144946.546000', '144946.549000', '144946.552000', '144946.555000', '144946.558000', '144946.561000', '144946.564000', '144946.567000', '144946.570000', '144946.573000', '144946.576000', '144946.579000', '144946.582000', '144946.585000', '144946.588000', '144946.591000', '144946.594000', '144946.597000', '144946.600000', '144946.604000', '144946.615000', '144946.618000', '144946.621000', '144946.624000', '144946.627000', '144946.630000', '144946.633000', '144946.636000', '144946.639000', '144946.642000', '144946.645000', '144946.648000', '144946.651000', '144946.654000', '144946.657000', '144946.660000', '144946.663000', '144946.666000'], 'InstanceCreationTime': ['144307.497000', '144307.501000', '144307.504000', '144307.514000', '144307.517000', '144307.521000', '144307.524000', '144307.527000', '144307.530000', '144307.533000', '144307.537000', '144307.540000', '144307.543000', '144307.547000', '144307.550000', '144307.553000', '144307.556000', '144307.559000', '144307.563000', '144307.566000', '144307.569000', '144307.572000', '144307.575000', '144307.578000', '144307.581000', '144307.585000', '144307.588000', '144307.591000', '144307.595000', '144307.598000', '144307.601000', '144307.604000', '144307.607000', '144307.610000', '144307.613000', '144307.616000', '144307.619000', '144307.622000', '144307.625000', '144307.628000', '144307.631000', '144307.634000', '144307.637000', '144307.640000', '144307.643000', '144307.646000', '144327.458000', '144327.461000', '144327.464000', '144327.467000', '144327.470000', '144327.473000', '144327.476000', '144327.479000', '144327.482000', '144327.485000', '144327.488000', '144327.491000', '144327.494000', '144327.497000', '144327.500000', '144327.503000', '144327.506000', '144327.509000', '144327.512000', '144327.515000', '144327.518000', '144327.521000', '144327.524000', '144327.527000', '144327.530000', '144327.533000', '144327.535000', '144327.538000', '144327.541000', '144327.544000', '144327.547000', '144327.550000', '144327.553000', '144327.556000', '144327.559000', '144327.562000', '144327.565000', '144327.568000', '144327.571000', '144327.574000', '144327.577000', '144327.580000', '144327.589000', '144327.592000', '144347.458000', '144347.461000', '144347.464000', '144347.467000', '144347.470000', '144347.473000', '144347.476000', '144347.479000', '144347.488000', '144347.491000', '144347.494000', '144347.497000', '144347.500000', '144347.503000', '144347.506000', '144347.509000', '144347.512000', '144347.515000', '144347.518000', '144347.521000', '144347.524000', '144347.527000', '144347.530000', '144347.533000', '144347.536000', '144347.539000', '144347.542000', '144347.545000', '144347.548000', '144347.551000', '144347.554000', '144347.557000', '144347.560000', '144347.563000', '144347.566000', '144347.569000', '144347.572000', '144347.575000', '144347.578000', '144347.581000', '144347.584000', '144347.587000', '144347.590000', '144407.458000', '144407.461000', '144407.464000', '144407.467000', '144407.470000', '144407.474000', '144407.477000', '144407.480000', '144407.483000', '144407.486000', '144407.489000', '144407.492000', '144407.495000', '144407.498000', '144407.501000', '144407.504000', '144407.507000', '144407.510000', '144407.513000', '144407.516000', '144407.519000', '144407.522000', '144407.540000', '144407.543000', '144407.546000', '144407.559000', '144407.562000', '144407.565000', '144407.568000', '144407.571000', '144407.574000', '144407.577000', '144407.580000', '144407.583000', '144407.586000', '144407.589000', '144407.592000', '144407.595000', '144407.598000', '144407.601000', '144407.604000', '144407.607000', '144407.610000', '144427.459000', '144427.462000', '144427.465000', '144427.468000', '144427.471000', '144427.474000', '144427.477000', '144427.480000', '144427.483000', '144427.486000', '144427.489000', '144427.492000', '144427.495000', '144427.498000', '144427.501000', '144427.504000', '144427.507000', '144427.510000', '144427.513000', '144427.516000', '144427.519000', '144427.522000', '144427.525000', '144427.528000', '144427.531000', '144427.534000', '144427.537000', '144427.540000', '144427.543000', '144427.546000', '144427.549000', '144427.552000', '144427.555000', '144427.558000', '144427.561000', '144427.564000', '144427.567000', '144427.570000', '144427.573000', '144427.576000', '144427.579000', '144427.582000', '144427.585000', '144427.588000', '144447.459000', '144447.462000', '144447.465000', '144447.468000', '144447.472000', '144447.477000', '144447.481000', '144447.484000', '144447.487000', '144447.490000', '144447.493000', '144447.496000', '144447.498000', '144447.501000', '144447.504000', '144447.507000', '144447.510000', '144447.513000', '144447.516000', '144447.519000', '144447.522000', '144447.525000', '144447.528000', '144447.531000', '144447.534000', '144447.537000', '144447.540000', '144447.543000', '144447.546000', '144447.549000', '144447.552000', '144447.555000', '144447.558000', '144447.561000', '144447.564000', '144447.567000', '144447.570000', '144447.573000', '144447.576000', '144447.579000', '144447.582000', '144447.585000', '144447.588000', '144507.458000', '144507.461000', '144507.465000', '144507.468000', '144507.471000', '144507.474000', '144507.477000', '144507.480000', '144507.483000', '144507.486000', '144507.489000', '144507.492000', '144507.495000', '144507.498000', '144507.501000', '144507.504000', '144507.507000', '144507.510000', '144507.513000', '144507.516000', '144507.519000', '144507.522000', '144507.525000', '144507.528000', '144507.531000', '144507.534000', '144507.537000', '144507.540000', '144507.543000', '144507.546000', '144507.549000', '144507.552000', '144507.555000', '144507.558000', '144507.561000', '144507.564000', '144507.567000', '144507.570000', '144507.573000', '144507.576000', '144507.579000', '144507.582000', '144507.585000', '144507.588000', '144527.458000', '144527.461000', '144527.464000', '144527.467000', '144527.470000', '144527.473000', '144527.476000', '144527.479000', '144527.482000', '144527.485000', '144527.488000', '144527.491000', '144527.494000', '144527.497000', '144527.500000', '144527.503000', '144527.507000', '144527.511000', '144527.514000', '144527.517000', '144527.520000', '144527.523000', '144527.526000', '144527.529000', '144527.532000', '144527.535000', '144527.538000', '144527.541000', '144527.544000', '144527.547000', '144527.550000', '144527.553000', '144527.556000', '144527.559000', '144527.562000', '144527.565000', '144527.568000', '144527.571000', '144527.574000', '144527.577000', '144527.583000', '144527.586000', '144527.589000', '144547.458000', '144547.461000', '144547.464000', '144547.482000', '144547.485000', '144547.488000', '144547.491000', '144547.494000', '144547.497000', '144547.500000', '144547.503000', '144547.506000', '144547.509000', '144547.512000', '144547.515000', '144547.518000', '144547.521000', '144547.523000', '144547.526000', '144547.530000', '144547.532000', '144547.535000', '144547.538000', '144547.541000', '144547.544000', '144547.547000', '144547.550000', '144547.553000', '144547.556000', '144547.559000', '144547.562000', '144547.565000', '144547.568000', '144547.571000', '144547.574000', '144547.577000', '144547.580000', '144547.583000', '144547.587000', '144547.589000', '144547.592000', '144547.595000', '144547.598000', '144547.601000', '144607.458000', '144607.461000', '144607.464000', '144607.467000', '144607.471000', '144607.474000', '144607.477000', '144607.480000', '144607.483000', '144607.486000', '144607.489000', '144607.492000', '144607.495000', '144607.498000', '144607.501000', '144607.504000', '144607.507000', '144607.511000', '144607.514000', '144607.517000', '144607.520000', '144607.523000', '144607.526000', '144607.529000', '144607.532000', '144607.535000', '144607.538000', '144607.541000', '144607.544000', '144607.547000', '144607.550000', '144607.553000', '144607.556000', '144607.559000', '144607.562000', '144607.565000', '144607.568000', '144607.571000', '144607.574000', '144607.577000', '144607.580000', '144607.583000', '144607.586000', '144627.458000', '144627.461000', '144627.464000', '144627.467000', '144627.470000', '144627.473000', '144627.476000', '144627.479000', '144627.482000', '144627.485000', '144627.488000', '144627.491000', '144627.494000', '144627.497000', '144627.500000', '144627.503000', '144627.506000', '144627.509000', '144627.512000', '144627.515000', '144627.518000', '144627.521000', '144627.524000', '144627.527000', '144627.530000', '144627.533000', '144627.536000', '144627.539000', '144627.542000', '144627.545000', '144627.548000', '144627.570000', '144627.573000', '144627.576000', '144627.579000', '144627.582000', '144627.585000', '144627.588000', '144627.591000', '144627.594000', '144627.597000', '144627.600000', '144627.603000', '144627.606000', '144647.459000', '144647.462000', '144647.465000', '144647.468000', '144647.472000', '144647.475000', '144647.478000', '144647.481000', '144647.484000', '144647.487000', '144647.490000', '144647.493000', '144647.496000', '144647.499000', '144647.502000', '144647.505000', '144647.508000', '144647.511000', '144647.514000', '144647.517000', '144647.520000', '144647.523000', '144647.527000', '144647.530000', '144647.533000', '144647.536000', '144647.539000', '144647.542000', '144647.545000', '144647.548000', '144647.551000', '144647.554000', '144647.557000', '144647.560000', '144647.563000', '144647.566000', '144647.569000', '144647.572000', '144647.575000', '144647.578000', '144647.581000', '144647.584000', '144647.587000', '144707.459000', '144707.462000', '144707.465000', '144707.468000', '144707.471000', '144707.474000', '144707.477000', '144707.480000', '144707.483000', '144707.486000', '144707.489000', '144707.492000', '144707.495000', '144707.498000', '144707.501000', '144707.504000', '144707.508000', '144707.511000', '144707.514000', '144707.517000', '144707.520000', '144707.523000', '144707.526000', '144707.529000', '144707.532000', '144707.535000', '144707.538000', '144707.541000', '144707.544000', '144707.547000', '144707.550000', '144707.553000', '144707.556000', '144707.558000', '144707.561000', '144707.564000', '144707.567000', '144707.570000', '144707.573000', '144707.576000', '144707.579000', '144707.582000', '144707.585000', '144707.601000', '144727.458000', '144727.461000', '144727.464000', '144727.467000', '144727.470000', '144727.473000', '144727.476000', '144727.479000', '144727.482000', '144727.485000', '144727.488000', '144727.491000', '144727.494000', '144727.497000', '144727.500000', '144727.503000', '144727.506000', '144727.509000', '144727.512000', '144727.515000', '144727.518000', '144727.521000', '144727.524000', '144727.527000', '144727.530000', '144727.533000', '144727.536000', '144727.539000', '144727.542000', '144727.545000', '144727.548000', '144727.552000', '144727.554000', '144727.558000', '144727.560000', '144727.564000', '144727.569000', '144727.573000', '144727.576000', '144727.579000', '144727.582000', '144727.585000', '144727.588000', '144747.458000', '144747.461000', '144747.464000', '144747.467000', '144747.470000', '144747.473000', '144747.476000', '144747.479000', '144747.482000', '144747.485000', '144747.488000', '144747.491000', '144747.494000', '144747.497000', '144747.500000', '144747.503000', '144747.506000', '144747.509000', '144747.512000', '144747.515000', '144747.518000', '144747.521000', '144747.524000', '144747.527000', '144747.530000', '144747.533000', '144747.537000', '144747.540000', '144747.543000', '144747.546000', '144747.549000', '144747.552000', '144747.554000', '144747.557000', '144747.560000', '144747.563000', '144747.566000', '144747.569000', '144747.572000', '144747.575000', '144747.578000', '144747.581000', '144747.584000', '144747.587000', '144807.458000', '144807.461000', '144807.464000', '144807.467000', '144807.470000', '144807.473000', '144807.476000', '144807.479000', '144807.482000', '144807.485000', '144807.488000', '144807.491000', '144807.494000', '144807.497000', '144807.500000', '144807.503000', '144807.506000', '144807.511000', '144807.514000', '144807.517000', '144807.520000', '144807.523000', '144807.526000', '144807.529000', '144807.532000', '144807.535000', '144807.538000', '144807.541000', '144807.544000', '144807.547000', '144807.550000', '144807.553000', '144807.556000', '144807.559000', '144807.562000', '144807.566000', '144807.569000', '144807.572000', '144807.575000', '144807.578000', '144807.581000', '144807.584000', '144807.587000', '144827.458000', '144827.461000', '144827.464000', '144827.467000', '144827.470000', '144827.473000', '144827.477000', '144827.479000', '144827.482000', '144827.485000', '144827.488000', '144827.492000', '144827.495000', '144827.498000', '144827.500000', '144827.504000', '144827.507000', '144827.510000', '144827.513000', '144827.515000', '144827.518000', '144827.521000', '144827.524000', '144827.527000', '144827.530000', '144827.533000', '144827.536000', '144827.539000', '144827.542000', '144827.545000', '144827.548000', '144827.551000', '144827.554000', '144827.557000', '144827.560000', '144827.563000', '144827.566000', '144827.569000', '144827.572000', '144827.575000', '144827.578000', '144827.581000', '144827.584000', '144827.587000', '144847.458000', '144847.461000', '144847.464000', '144847.467000', '144847.470000', '144847.473000', '144847.476000', '144847.479000', '144847.482000', '144847.485000', '144847.488000', '144847.491000', '144847.494000', '144847.497000', '144847.500000', '144847.503000', '144847.506000', '144847.509000', '144847.512000', '144847.515000', '144847.518000', '144847.521000', '144847.524000', '144847.527000', '144847.530000', '144847.533000', '144847.536000', '144847.539000', '144847.542000', '144847.545000', '144847.548000', '144847.551000', '144847.554000', '144847.557000', '144847.560000', '144847.563000', '144847.566000', '144847.570000', '144847.573000', '144847.576000', '144847.579000', '144847.583000', '144847.587000', '144907.459000', '144907.462000', '144907.465000', '144907.468000', '144907.471000', '144907.474000', '144907.477000', '144907.480000', '144907.483000', '144907.486000', '144907.489000', '144907.492000', '144907.495000', '144907.498000', '144907.501000', '144907.504000', '144907.508000', '144907.511000', '144907.513000', '144907.516000', '144907.519000', '144907.522000', '144907.525000', '144907.528000', '144907.531000', '144907.534000', '144907.537000', '144907.540000', '144907.544000', '144907.547000', '144907.550000', '144907.553000', '144907.556000', '144907.559000', '144907.562000', '144907.565000', '144907.568000', '144907.571000', '144907.574000', '144907.577000', '144907.580000', '144907.583000', '144907.586000', '144907.589000', '144927.459000', '144927.462000', '144927.465000', '144927.468000', '144927.471000', '144927.474000', '144927.477000', '144927.480000', '144927.483000', '144927.486000', '144927.489000', '144927.492000', '144927.495000', '144927.498000', '144927.501000', '144927.504000', '144927.507000', '144927.510000', '144927.513000', '144927.516000', '144927.519000', '144927.522000', '144927.525000', '144927.528000', '144927.531000', '144927.534000', '144927.537000', '144927.540000', '144927.543000', '144927.547000', '144927.550000', '144927.554000', '144927.556000', '144927.560000', '144927.562000', '144927.566000', '144927.569000', '144927.572000', '144927.574000', '144927.577000', '144927.580000', '144927.583000', '144927.586000', '144946.533000', '144946.537000', '144946.540000', '144946.543000', '144946.546000', '144946.549000', '144946.552000', '144946.555000', '144946.558000', '144946.561000', '144946.564000', '144946.567000', '144946.570000', '144946.573000', '144946.576000', '144946.579000', '144946.582000', '144946.585000', '144946.588000', '144946.591000', '144946.594000', '144946.597000', '144946.600000', '144946.604000', '144946.615000', '144946.618000', '144946.621000', '144946.624000', '144946.627000', '144946.630000', '144946.633000', '144946.636000', '144946.639000', '144946.642000', '144946.645000', '144946.648000', '144946.651000', '144946.654000', '144946.657000', '144946.660000', '144946.663000', '144946.666000'], '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': [9407, 11284, 9758, 9568, 12855, 9237, 9913, 10101, 9662, 12122, 9001, 9688, 10814, 9441, 13194, 9054, 9163, 10710, 9325, 13958, 8982, 9249, 10037, 9036, 13874, 9127, 10170, 9965, 8797, 12621, 8415, 9837, 10698, 8681, 12372, 10336, 10262, 11844, 8839, 10889, 10120, 10214, 13363, 8583, 11089, 10740, 10156, 13719, 10665, 10802, 10159, 10090, 13609, 9016, 12501, 12027, 10175, 12960, 9254, 11652, 11301, 9956, 14220, 11539, 10951, 11043, 8642, 13758, 11510, 10166, 11931, 9142, 13857, 8644, 11782, 10429, 8779, 11728, 8603, 14380, 8450, 10358, 9432, 9118, 13302, 9392, 11633, 10860, 9037, 13352, 8747, 12602, 11114, 8130, 10909, 8745, 9768, 9714, 8793, 14113, 10151, 12638, 11087, 8328, 14215, 9106, 10502, 10939, 9839, 14097, 12026, 9008, 14393, 9558, 10860, 12928, 9318, 12795, 10956, 9204, 12252, 10288, 9251, 14013, 12064, 9048, 14121, 10098, 10243, 14785, 11760, 8911, 13157, 8858, 9749, 12910, 9099, 9526, 10917, 9290, 14734, 12801, 9069, 12681, 8490, 9030, 10279, 9507, 10081, 9656, 9259, 9675, 8544, 9093, 13647, 10072, 12632, 10943, 8805, 12516, 9525, 12244, 10598, 9213, 14428, 9352, 8980, 8584, 9196, 13252, 9220, 13840, 11744, 11337, 10063, 9294, 13152, 9031, 12904, 11207, 10882, 9230, 8960, 12590, 8952, 10429, 8355, 8822, 10321, 9125, 13600, 9268, 13938, 9190, 11701, 10044, 9010, 12315, 9240, 12636, 9140, 11632, 9979, 9054, 10947, 8897, 13800, 9081, 10558, 8938, 9715, 11079, 9057, 13146, 8909, 11282, 8466, 10267, 11655, 9408, 12723, 8682, 12982, 9162, 11615, 11593, 9345, 13610, 9032, 13772, 11620, 12730, 12218, 10981, 10193, 9056, 12469, 9429, 14676, 9959, 14185, 9283, 12467, 9409, 11978, 12045, 9136, 10721, 9115, 13534, 9722, 13050, 12096, 8822, 10679, 9314, 14392, 10211, 12032, 10580, 9061, 10797, 9314, 14207, 9798, 14838, 9484, 11846, 10497, 9330, 11391, 9354, 13396, 9392, 11602, 9723, 10524, 11441, 9475, 13357, 9228, 14256, 9854, 12811, 11376, 8833, 10189, 9165, 13616, 9197, 12831, 10085, 8594, 10316, 9322, 13889, 9436, 10174, 9711, 9172, 13499, 9417, 12796, 12101, 9227, 9687, 8759, 13323, 9621, 12411, 11068, 9133, 12014, 10373, 8979, 13270, 9609, 12154, 10207, 8968, 13151, 10498, 10086, 13130, 9430, 12720, 9599, 12054, 10942, 8874, 14284, 10793, 12671, 9224, 8823, 12618, 9093, 11274, 8834, 8833, 10849, 8994, 13364, 11261, 9813, 9437, 8634, 12369, 9029, 12444, 9244, 12930, 9102, 8501, 12533, 8822, 9775, 10825, 9065, 11417, 8897, 8739, 10793, 9118, 13433, 8896, 11269, 10246, 8989, 13374, 9569, 10866, 9091, 8875, 11127, 9102, 13596, 9811, 10107, 9063, 8700, 10339, 8960, 13821, 10646, 10690, 9108, 8696, 9805, 8862, 13010, 8718, 12857, 9098, 10245, 9617, 8499, 12240, 8966, 11899, 8844, 8794, 10515, 8895, 13180, 9011, 9623, 8876, 8823, 13245, 9279, 10053, 8674, 9349, 12066, 9238, 13041, 11241, 8530, 10994, 8984, 13032, 9200, 12927, 11830, 8553, 10447, 8945, 13228, 9024, 12577, 11977, 8567, 10623, 8877, 13225, 8724, 13947, 9229, 11793, 9117, 10039, 10110, 9861, 13202, 8677, 12816, 8704, 10435, 10428, 8564, 11954, 8708, 12780, 8930, 10883, 10804, 8831, 12084, 8708, 12144, 9074, 9133, 11498, 8832, 13154, 10423, 9926, 11242, 9210, 11281, 11207, 8845, 12898, 8953, 11841, 10221, 8528, 12176, 9142, 14187, 12307, 8565, 10946, 8958, 12879, 11038, 11457, 11477, 8879, 12914, 9149, 9098, 11512, 8855, 13673, 11254, 9176, 10822, 9248, 13892, 9961, 10804, 8988, 9096, 13747, 9224, 13735, 12309, 9143, 12254, 9358, 11853, 10901, 9009, 14284, 10766, 12082, 10027, 8925, 12812, 9268, 14444, 12397, 11226, 9368, 9725, 13182, 9439, 12773, 11476, 9751, 12661, 9506, 12887, 11577, 9200, 11260, 9320, 10982, 9400, 9049, 11581, 9383, 14142, 9265, 9417, 9270, 9379, 13995, 10696, 12025, 10511, 9123, 11123, 9472, 13970, 11729, 9250, 8938, 9607, 12335, 9665, 12555, 10411, 9271, 10351, 9843, 13538, 10716, 11022, 9249, 9224, 11846, 9802, 10427, 9752, 9404, 11540, 9452, 9066, 12931, 10257, 11224, 9538, 9327, 12730, 9838, 11697, 10593, 9127, 13356, 8996, 9186, 9181, 9237, 13680, 12290, 9009, 9239, 9326, 12967, 10004, 12370, 10714, 9504, 12117, 9539, 11186, 10685, 9116, 12766, 9241, 13013, 9568, 9609, 9718, 9577, 13016, 9307, 11109, 9230, 8860, 10574, 9391, 13899, 10353, 9683, 8978, 9322, 12389, 9971, 10784, 10080, 9459, 12338, 9764, 10869, 10268, 9459, 11720, 9312, 11561, 10189, 9792, 10871, 9149, 11814, 9372, 9828, 10806, 9253, 12464, 9684, 9632, 12890, 9723, 11199, 10358, 9220, 12627, 9042, 9393, 10397, 9384, 13479, 11478, 10212, 8884, 9427, 11837, 9486, 10843, 9817, 9509, 12467, 9633, 9560, 12208, 10054, 9305, 14032, 10891, 9430, 10981, 9480, 12077, 10471, 10850, 10963, 9016, 8740, 8262, 9724, 10712, 8734, 9330, 10883, 8986, 9349, 9416, 8964, 12862, 11540, 8897, 11568, 9423, 9145, 10009, 9295, 14194, 12574, 10749, 10781, 9777, 12524, 10727, 10057, 13486, 10060, 11878, 10140, 12122, 10401, 9260, 13060, 9927, 15242, 9592, 10611, 8661, 9119, 10046, 9232, 13735, 11404, 11851, 8688, 9262, 9170, 9557, 13485, 10767, 13173, 11581, 9142, 8965, 9773, 11565, 11342, 9157, 13165, 9783, 11322, 8983, 9315, 11638, 8934, 13889, 9592, 11695, 9141, 9067, 9135, 9089, 13489, 9890, 10625, 8973, 9154, 9567, 9179, 13776, 10082, 10815, 9617, 8913, 9949, 8921, 13816, 9315, 12067, 9073, 9190, 10590, 8889, 11685, 9346, 13127, 9470, 11929, 9785, 8692, 9540, 8985, 12917, 9407, 12749, 9447, 9654, 9418, 9657, 12721, 9241, 11611, 8671, 10148, 11791, 9256, 11862, 10754, 10772, 11419, 9866, 11443, 9159, 10908, 10562, 10287, 13734, 9659, 11161, 9045, 10939, 13170, 9633, 11327, 8688, 10458, 13490, 9411, 13101, 12280, 9859, 12411, 10105, 14403, 10264, 12587, 10918, 9652, 13254, 8726, 9965, 12227, 9505, 12821, 10891, 9954, 13704, 9095, 10233, 13418, 11112, 14312, 11843, 14961, 9454, 11210, 11686, 10323, 14001, 11153, 15664, 9240, 8924, 8435, 9340, 13441, 10902, 12728, 9819, 9077, 11062, 9603, 10243, 14480, 10999, 9206, 11944, 9247, 13498, 9449, 15327, 11342, 11865, 10810, 8798, 11756, 10261, 15488, 12197, 11741, 8608, 9137, 10524, 9204, 14719, 12697, 11125, 8588, 9165, 10971, 9709, 13759, 9468, 12245, 10089, 9140, 11315, 9733, 9201, 9513, 8961], 'WindowCenter': [4237.0, 4242.0, 4209.0, 4208.0, 4225.0, 4194.0, 4205.0, 4204.0, 4206.0, 4225.0, 4195.0, 4205.0, 4217.0, 4207.0, 4237.0, 4209.0, 4209.0, 4229.0, 4209.0, 4259.0, 4210.0, 4220.0, 4221.0, 4223.0, 4263.0, 4222.0, 4233.0, 4234.0, 4225.0, 4265.0, 4214.0, 4234.0, 4244.0, 4238.0, 4267.0, 4248.0, 4259.0, 4267.0, 4239.0, 4270.0, 4260.0, 4259.0, 4289.0, 4239.0, 4271.0, 4271.0, 4273.0, 4291.0, 4271.0, 4271.0, 4260.0, 4262.0, 4288.0, 4253.0, 4291.0, 4281.0, 4262.0, 4290.0, 4251.0, 4269.0, 4271.0, 4262.0, 4290.0, 4281.0, 4271.0, 4271.0, 4240.0, 4289.0, 4269.0, 4260.0, 4270.0, 4238.0, 4289.0, 4238.0, 4267.0, 4257.0, 4239.0, 4269.0, 4229.0, 4288.0, 4227.0, 4247.0, 4237.0, 4238.0, 4292.0, 4250.0, 4268.0, 4257.0, 4239.0, 4277.0, 4240.0, 4296.0, 4285.0, 4231.0, 4247.0, 4225.0, 4235.0, 4235.0, 4226.0, 4278.0, 4247.0, 4255.0, 4242.0, 4214.0, 4251.0, 4213.0, 4233.0, 4233.0, 4224.0, 4265.0, 4255.0, 4214.0, 4237.0, 4195.0, 4230.0, 4254.0, 4236.0, 4263.0, 4243.0, 4222.0, 4251.0, 4234.0, 4236.0, 4276.0, 4268.0, 4237.0, 4276.0, 4235.0, 4235.0, 4275.0, 4242.0, 4212.0, 4265.0, 4224.0, 4223.0, 4253.0, 4213.0, 4221.0, 4231.0, 4212.0, 4261.0, 4251.0, 4213.0, 4252.0, 4212.0, 4213.0, 4233.0, 4234.0, 4235.0, 4222.0, 4223.0, 4223.0, 4212.0, 4223.0, 4265.0, 4235.0, 4255.0, 4244.0, 4225.0, 4251.0, 4224.0, 4253.0, 4231.0, 4212.0, 4262.0, 4211.0, 4212.0, 4210.0, 4224.0, 4253.0, 4224.0, 4264.0, 4255.0, 4243.0, 4232.0, 4224.0, 4253.0, 4214.0, 4252.0, 4244.0, 4243.0, 4223.0, 4224.0, 4253.0, 4224.0, 4233.0, 4213.0, 4225.0, 4234.0, 4224.0, 4264.0, 4225.0, 4264.0, 4235.0, 4254.0, 4235.0, 4223.0, 4253.0, 4235.0, 4253.0, 4236.0, 4255.0, 4235.0, 4225.0, 4256.0, 4238.0, 4275.0, 4235.0, 4257.0, 4234.0, 4248.0, 4257.0, 4237.0, 4277.0, 4240.0, 4268.0, 4227.0, 4258.0, 4269.0, 4248.0, 4277.0, 4239.0, 4277.0, 4249.0, 4269.0, 4269.0, 4237.0, 4277.0, 4237.0, 4275.0, 4257.0, 4265.0, 4256.0, 4245.0, 4233.0, 4223.0, 4253.0, 4235.0, 4271.0, 4233.0, 4262.0, 4224.0, 4252.0, 4222.0, 4252.0, 4253.0, 4221.0, 4242.0, 4223.0, 4264.0, 4236.0, 4264.0, 4253.0, 4224.0, 4243.0, 4223.0, 4274.0, 4245.0, 4253.0, 4244.0, 4224.0, 4243.0, 4234.0, 4274.0, 4235.0, 4274.0, 4234.0, 4254.0, 4244.0, 4234.0, 4253.0, 4235.0, 4263.0, 4235.0, 4254.0, 4235.0, 4245.0, 4255.0, 4233.0, 4264.0, 4235.0, 4276.0, 4247.0, 4264.0, 4255.0, 4223.0, 4243.0, 4234.0, 4275.0, 4236.0, 4263.0, 4245.0, 4214.0, 4242.0, 4237.0, 4277.0, 4236.0, 4245.0, 4235.0, 4236.0, 4276.0, 4249.0, 4266.0, 4266.0, 4237.0, 4235.0, 4227.0, 4277.0, 4247.0, 4266.0, 4256.0, 4237.0, 4265.0, 4245.0, 4237.0, 4278.0, 4238.0, 4267.0, 4246.0, 4236.0, 4265.0, 4256.0, 4247.0, 4264.0, 4235.0, 4264.0, 4236.0, 4253.0, 4242.0, 4224.0, 4274.0, 4243.0, 4252.0, 4222.0, 4210.0, 4253.0, 4212.0, 4242.0, 4211.0, 4223.0, 4243.0, 4235.0, 4265.0, 4254.0, 4233.0, 4223.0, 4213.0, 4253.0, 4225.0, 4253.0, 4222.0, 4252.0, 4222.0, 4212.0, 4253.0, 4221.0, 4233.0, 4243.0, 4222.0, 4242.0, 4222.0, 4212.0, 4243.0, 4222.0, 4262.0, 4223.0, 4243.0, 4233.0, 4222.0, 4263.0, 4223.0, 4242.0, 4211.0, 4212.0, 4242.0, 4211.0, 4252.0, 4233.0, 4233.0, 4222.0, 4212.0, 4232.0, 4222.0, 4261.0, 4233.0, 4232.0, 4210.0, 4211.0, 4221.0, 4222.0, 4252.0, 4213.0, 4252.0, 4210.0, 4231.0, 4221.0, 4212.0, 4252.0, 4222.0, 4252.0, 4223.0, 4223.0, 4243.0, 4223.0, 4264.0, 4223.0, 4235.0, 4225.0, 4226.0, 4265.0, 4234.0, 4235.0, 4225.0, 4236.0, 4264.0, 4237.0, 4265.0, 4257.0, 4226.0, 4255.0, 4226.0, 4265.0, 4236.0, 4265.0, 4267.0, 4226.0, 4246.0, 4237.0, 4277.0, 4237.0, 4265.0, 4265.0, 4226.0, 4246.0, 4227.0, 4266.0, 4228.0, 4275.0, 4237.0, 4254.0, 4225.0, 4235.0, 4247.0, 4249.0, 4276.0, 4225.0, 4267.0, 4226.0, 4245.0, 4256.0, 4238.0, 4267.0, 4226.0, 4267.0, 4237.0, 4258.0, 4258.0, 4238.0, 4268.0, 4226.0, 4267.0, 4236.0, 4237.0, 4266.0, 4240.0, 4279.0, 4260.0, 4249.0, 4269.0, 4249.0, 4268.0, 4270.0, 4250.0, 4280.0, 4239.0, 4270.0, 4259.0, 4227.0, 4280.0, 4252.0, 4290.0, 4268.0, 4239.0, 4260.0, 4238.0, 4278.0, 4271.0, 4268.0, 4268.0, 4238.0, 4277.0, 4238.0, 4238.0, 4268.0, 4239.0, 4288.0, 4270.0, 4239.0, 4257.0, 4239.0, 4277.0, 4247.0, 4257.0, 4238.0, 4238.0, 4277.0, 4239.0, 4264.0, 4254.0, 4236.0, 4268.0, 4236.0, 4265.0, 4257.0, 4237.0, 4287.0, 4257.0, 4267.0, 4236.0, 4224.0, 4265.0, 4236.0, 4276.0, 4266.0, 4245.0, 4233.0, 4234.0, 4265.0, 4237.0, 4264.0, 4255.0, 4233.0, 4264.0, 4233.0, 4263.0, 4254.0, 4224.0, 4255.0, 4236.0, 4242.0, 4222.0, 4223.0, 4254.0, 4225.0, 4264.0, 4223.0, 4224.0, 4223.0, 4224.0, 4275.0, 4245.0, 4254.0, 4242.0, 4223.0, 4243.0, 4234.0, 4262.0, 4253.0, 4222.0, 4213.0, 4223.0, 4250.0, 4234.0, 4254.0, 4242.0, 4222.0, 4232.0, 4233.0, 4264.0, 4243.0, 4244.0, 4222.0, 4223.0, 4253.0, 4235.0, 4247.0, 4234.0, 4235.0, 4255.0, 4234.0, 4225.0, 4265.0, 4245.0, 4255.0, 4234.0, 4235.0, 4263.0, 4246.0, 4254.0, 4244.0, 4234.0, 4275.0, 4226.0, 4235.0, 4235.0, 4248.0, 4277.0, 4267.0, 4237.0, 4235.0, 4236.0, 4265.0, 4245.0, 4264.0, 4244.0, 4234.0, 4253.0, 4234.0, 4255.0, 4244.0, 4224.0, 4263.0, 4235.0, 4264.0, 4235.0, 4233.0, 4233.0, 4234.0, 4264.0, 4225.0, 4244.0, 4233.0, 4223.0, 4244.0, 4236.0, 4264.0, 4245.0, 4235.0, 4223.0, 4235.0, 4265.0, 4246.0, 4245.0, 4245.0, 4237.0, 4266.0, 4247.0, 4256.0, 4246.0, 4247.0, 4266.0, 4235.0, 4255.0, 4247.0, 4245.0, 4258.0, 4237.0, 4266.0, 4235.0, 4246.0, 4257.0, 4239.0, 4267.0, 4246.0, 4248.0, 4278.0, 4247.0, 4268.0, 4247.0, 4238.0, 4278.0, 4238.0, 4238.0, 4246.0, 4239.0, 4277.0, 4256.0, 4246.0, 4226.0, 4236.0, 4266.0, 4248.0, 4257.0, 4246.0, 4248.0, 4267.0, 4236.0, 4236.0, 4269.0, 4248.0, 4238.0, 4289.0, 4258.0, 4238.0, 4247.0, 4238.0, 4266.0, 4261.0, 4259.0, 4257.0, 4238.0, 4238.0, 4227.0, 4249.0, 4260.0, 4241.0, 4250.0, 4270.0, 4252.0, 4252.0, 4250.0, 4252.0, 4281.0, 4270.0, 4240.0, 4271.0, 4250.0, 4251.0, 4248.0, 4239.0, 4279.0, 4270.0, 4259.0, 4257.0, 4248.0, 4266.0, 4258.0, 4246.0, 4277.0, 4247.0, 4257.0, 4245.0, 4254.0, 4233.0, 4222.0, 4253.0, 4233.0, 4274.0, 4233.0, 4245.0, 4213.0, 4213.0, 4222.0, 4224.0, 4264.0, 4254.0, 4252.0, 4212.0, 4224.0, 4223.0, 4234.0, 4263.0, 4244.0, 4254.0, 4243.0, 4221.0, 4212.0, 4234.0, 4242.0, 4244.0, 4224.0, 4265.0, 4233.0, 4243.0, 4222.0, 4222.0, 4243.0, 4213.0, 4262.0, 4223.0, 4253.0, 4222.0, 4211.0, 4222.0, 4222.0, 4263.0, 4233.0, 4232.0, 4222.0, 4222.0, 4233.0, 4235.0, 4264.0, 4243.0, 4244.0, 4232.0, 4222.0, 4234.0, 4222.0, 4262.0, 4223.0, 4252.0, 4222.0, 4224.0, 4243.0, 4223.0, 4253.0, 4223.0, 4263.0, 4234.0, 4253.0, 4234.0, 4213.0, 4232.0, 4224.0, 4265.0, 4235.0, 4264.0, 4233.0, 4234.0, 4234.0, 4246.0, 4265.0, 4235.0, 4257.0, 4226.0, 4246.0, 4266.0, 4249.0, 4279.0, 4259.0, 4269.0, 4270.0, 4260.0, 4269.0, 4249.0, 4269.0, 4259.0, 4261.0, 4291.0, 4260.0, 4269.0, 4250.0, 4272.0, 4291.0, 4260.0, 4281.0, 4239.0, 4272.0, 4292.0, 4263.0, 4292.0, 4283.0, 4261.0, 4292.0, 4262.0, 4301.0, 4262.0, 4280.0, 4271.0, 4251.0, 4291.0, 4238.0, 4260.0, 4279.0, 4262.0, 4291.0, 4271.0, 4263.0, 4292.0, 4250.0, 4261.0, 4293.0, 4270.0, 4289.0, 4271.0, 4289.0, 4249.0, 4269.0, 4268.0, 4248.0, 4276.0, 4244.0, 4286.0, 4234.0, 4223.0, 4213.0, 4234.0, 4275.0, 4258.0, 4266.0, 4246.0, 4226.0, 4255.0, 4236.0, 4248.0, 4287.0, 4256.0, 4237.0, 4254.0, 4235.0, 4264.0, 4233.0, 4275.0, 4243.0, 4253.0, 4241.0, 4212.0, 4241.0, 4230.0, 4262.0, 4252.0, 4241.0, 4198.0, 4209.0, 4228.0, 4219.0, 4259.0, 4250.0, 4230.0, 4209.0, 4220.0, 4229.0, 4218.0, 4249.0, 4221.0, 4239.0, 4229.0, 4221.0, 4241.0, 4232.0, 4222.0, 4220.0, 4223.0], 'WindowWidth': [9402.0, 9395.0, 9342.0, 9340.0, 9356.0, 9315.0, 9329.0, 9327.0, 9332.0, 9356.0, 9317.0, 9330.0, 9348.0, 9336.0, 9375.0, 9341.0, 9342.0, 9370.0, 9344.0, 9409.0, 9347.0, 9359.0, 9362.0, 9369.0, 9420.0, 9366.0, 9383.0, 9383.0, 9374.0, 9427.0, 9359.0, 9387.0, 9402.0, 9400.0, 9435.0, 9410.0, 9426.0, 9435.0, 9402.0, 9444.0, 9430.0, 9430.0, 9470.0, 9406.0, 9446.0, 9447.0, 9455.0, 9475.0, 9449.0, 9449.0, 9432.0, 9436.0, 9469.0, 9428.0, 9477.0, 9461.0, 9437.0, 9472.0, 9422.0, 9444.0, 9446.0, 9438.0, 9474.0, 9462.0, 9447.0, 9446.0, 9406.0, 9469.0, 9444.0, 9433.0, 9444.0, 9401.0, 9469.0, 9398.0, 9435.0, 9422.0, 9401.0, 9441.0, 9387.0, 9466.0, 9383.0, 9408.0, 9396.0, 9402.0, 9477.0, 9419.0, 9439.0, 9422.0, 9400.0, 9449.0, 9405.0, 9489.0, 9478.0, 9397.0, 9405.0, 9373.0, 9386.0, 9387.0, 9376.0, 9448.0, 9405.0, 9412.0, 9391.0, 9355.0, 9398.0, 9349.0, 9376.0, 9376.0, 9366.0, 9422.0, 9409.0, 9355.0, 9373.0, 9313.0, 9371.0, 9411.0, 9390.0, 9423.0, 9394.0, 9367.0, 9404.0, 9387.0, 9393.0, 9449.0, 9437.0, 9397.0, 9447.0, 9388.0, 9388.0, 9443.0, 9393.0, 9350.0, 9427.0, 9373.0, 9368.0, 9407.0, 9355.0, 9362.0, 9375.0, 9351.0, 9416.0, 9401.0, 9352.0, 9404.0, 9351.0, 9355.0, 9384.0, 9386.0, 9387.0, 9367.0, 9368.0, 9368.0, 9352.0, 9369.0, 9426.0, 9387.0, 9414.0, 9399.0, 9376.0, 9403.0, 9371.0, 9407.0, 9377.0, 9353.0, 9420.0, 9349.0, 9350.0, 9348.0, 9371.0, 9408.0, 9373.0, 9426.0, 9415.0, 9396.0, 9381.0, 9371.0, 9407.0, 9357.0, 9406.0, 9399.0, 9397.0, 9368.0, 9371.0, 9410.0, 9371.0, 9382.0, 9357.0, 9374.0, 9386.0, 9373.0, 9426.0, 9375.0, 9426.0, 9389.0, 9413.0, 9387.0, 9371.0, 9411.0, 9389.0, 9412.0, 9393.0, 9415.0, 9390.0, 9377.0, 9420.0, 9400.0, 9445.0, 9392.0, 9422.0, 9390.0, 9414.0, 9423.0, 9399.0, 9451.0, 9404.0, 9439.0, 9386.0, 9427.0, 9443.0, 9413.0, 9452.0, 9403.0, 9449.0, 9415.0, 9442.0, 9443.0, 9398.0, 9451.0, 9397.0, 9445.0, 9423.0, 9431.0, 9420.0, 9401.0, 9384.0, 9371.0, 9411.0, 9391.0, 9434.0, 9384.0, 9422.0, 9371.0, 9407.0, 9370.0, 9409.0, 9411.0, 9367.0, 9394.0, 9370.0, 9426.0, 9393.0, 9424.0, 9411.0, 9371.0, 9398.0, 9373.0, 9441.0, 9403.0, 9411.0, 9400.0, 9372.0, 9397.0, 9389.0, 9441.0, 9388.0, 9439.0, 9386.0, 9411.0, 9400.0, 9388.0, 9410.0, 9389.0, 9424.0, 9388.0, 9413.0, 9392.0, 9402.0, 9416.0, 9386.0, 9427.0, 9389.0, 9446.0, 9409.0, 9425.0, 9414.0, 9371.0, 9396.0, 9388.0, 9443.0, 9391.0, 9425.0, 9401.0, 9361.0, 9396.0, 9396.0, 9448.0, 9394.0, 9404.0, 9391.0, 9394.0, 9448.0, 9416.0, 9435.0, 9436.0, 9396.0, 9391.0, 9384.0, 9452.0, 9411.0, 9433.0, 9423.0, 9397.0, 9432.0, 9405.0, 9395.0, 9452.0, 9399.0, 9436.0, 9407.0, 9394.0, 9432.0, 9422.0, 9408.0, 9428.0, 9392.0, 9426.0, 9392.0, 9410.0, 9394.0, 9372.0, 9440.0, 9397.0, 9407.0, 9365.0, 9349.0, 9409.0, 9355.0, 9392.0, 9351.0, 9370.0, 9396.0, 9391.0, 9430.0, 9414.0, 9386.0, 9371.0, 9358.0, 9409.0, 9375.0, 9409.0, 9367.0, 9409.0, 9370.0, 9356.0, 9410.0, 9365.0, 9381.0, 9398.0, 9369.0, 9395.0, 9368.0, 9355.0, 9397.0, 9369.0, 9421.0, 9370.0, 9395.0, 9383.0, 9368.0, 9422.0, 9369.0, 9395.0, 9351.0, 9353.0, 9393.0, 9352.0, 9406.0, 9382.0, 9382.0, 9367.0, 9354.0, 9381.0, 9368.0, 9419.0, 9383.0, 9380.0, 9350.0, 9350.0, 9362.0, 9368.0, 9406.0, 9355.0, 9405.0, 9349.0, 9378.0, 9364.0, 9352.0, 9407.0, 9368.0, 9407.0, 9370.0, 9372.0, 9398.0, 9371.0, 9427.0, 9371.0, 9389.0, 9377.0, 9379.0, 9429.0, 9388.0, 9390.0, 9377.0, 9393.0, 9428.0, 9397.0, 9430.0, 9422.0, 9381.0, 9418.0, 9380.0, 9430.0, 9395.0, 9431.0, 9435.0, 9381.0, 9406.0, 9395.0, 9449.0, 9398.0, 9432.0, 9432.0, 9381.0, 9405.0, 9381.0, 9433.0, 9385.0, 9443.0, 9394.0, 9414.0, 9378.0, 9390.0, 9408.0, 9415.0, 9446.0, 9379.0, 9435.0, 9380.0, 9404.0, 9422.0, 9400.0, 9436.0, 9382.0, 9437.0, 9398.0, 9424.0, 9425.0, 9402.0, 9440.0, 9382.0, 9436.0, 9395.0, 9398.0, 9436.0, 9405.0, 9458.0, 9434.0, 9415.0, 9442.0, 9416.0, 9440.0, 9445.0, 9420.0, 9458.0, 9404.0, 9445.0, 9430.0, 9385.0, 9459.0, 9423.0, 9472.0, 9440.0, 9403.0, 9431.0, 9402.0, 9456.0, 9448.0, 9441.0, 9439.0, 9401.0, 9451.0, 9399.0, 9401.0, 9442.0, 9403.0, 9468.0, 9445.0, 9401.0, 9424.0, 9404.0, 9451.0, 9410.0, 9424.0, 9400.0, 9399.0, 9450.0, 9403.0, 9426.0, 9414.0, 9392.0, 9439.0, 9396.0, 9432.0, 9425.0, 9400.0, 9463.0, 9424.0, 9436.0, 9393.0, 9372.0, 9429.0, 9395.0, 9448.0, 9431.0, 9402.0, 9385.0, 9387.0, 9432.0, 9395.0, 9425.0, 9417.0, 9384.0, 9425.0, 9385.0, 9425.0, 9414.0, 9373.0, 9416.0, 9391.0, 9396.0, 9369.0, 9371.0, 9413.0, 9375.0, 9427.0, 9371.0, 9372.0, 9370.0, 9373.0, 9441.0, 9402.0, 9412.0, 9395.0, 9369.0, 9396.0, 9388.0, 9422.0, 9409.0, 9366.0, 9354.0, 9368.0, 9404.0, 9387.0, 9412.0, 9396.0, 9369.0, 9381.0, 9384.0, 9426.0, 9399.0, 9400.0, 9367.0, 9371.0, 9410.0, 9390.0, 9409.0, 9390.0, 9392.0, 9416.0, 9389.0, 9378.0, 9431.0, 9405.0, 9417.0, 9387.0, 9390.0, 9426.0, 9404.0, 9414.0, 9401.0, 9389.0, 9443.0, 9379.0, 9388.0, 9392.0, 9413.0, 9450.0, 9439.0, 9396.0, 9391.0, 9393.0, 9431.0, 9406.0, 9427.0, 9402.0, 9387.0, 9412.0, 9387.0, 9415.0, 9401.0, 9376.0, 9427.0, 9391.0, 9428.0, 9389.0, 9385.0, 9384.0, 9387.0, 9426.0, 9377.0, 9399.0, 9386.0, 9371.0, 9402.0, 9392.0, 9429.0, 9403.0, 9389.0, 9372.0, 9390.0, 9430.0, 9407.0, 9402.0, 9403.0, 9395.0, 9432.0, 9409.0, 9420.0, 9408.0, 9410.0, 9433.0, 9392.0, 9419.0, 9411.0, 9405.0, 9425.0, 9397.0, 9433.0, 9392.0, 9408.0, 9423.0, 9403.0, 9438.0, 9408.0, 9412.0, 9453.0, 9411.0, 9439.0, 9411.0, 9400.0, 9455.0, 9399.0, 9397.0, 9406.0, 9401.0, 9450.0, 9422.0, 9407.0, 9379.0, 9393.0, 9436.0, 9413.0, 9422.0, 9407.0, 9412.0, 9435.0, 9394.0, 9395.0, 9442.0, 9414.0, 9400.0, 9470.0, 9425.0, 9399.0, 9407.0, 9395.0, 9433.0, 9434.0, 9427.0, 9424.0, 9402.0, 9399.0, 9384.0, 9416.0, 9433.0, 9410.0, 9418.0, 9447.0, 9425.0, 9424.0, 9418.0, 9427.0, 9461.0, 9447.0, 9406.0, 9447.0, 9419.0, 9422.0, 9414.0, 9403.0, 9457.0, 9444.0, 9426.0, 9422.0, 9412.0, 9435.0, 9426.0, 9408.0, 9452.0, 9411.0, 9422.0, 9403.0, 9414.0, 9382.0, 9368.0, 9409.0, 9384.0, 9441.0, 9384.0, 9401.0, 9356.0, 9356.0, 9366.0, 9371.0, 9425.0, 9413.0, 9409.0, 9355.0, 9372.0, 9369.0, 9387.0, 9423.0, 9400.0, 9411.0, 9395.0, 9365.0, 9353.0, 9386.0, 9396.0, 9400.0, 9374.0, 9429.0, 9386.0, 9397.0, 9367.0, 9367.0, 9397.0, 9355.0, 9423.0, 9371.0, 9409.0, 9368.0, 9352.0, 9368.0, 9370.0, 9423.0, 9383.0, 9382.0, 9368.0, 9368.0, 9385.0, 9390.0, 9428.0, 9400.0, 9400.0, 9383.0, 9370.0, 9386.0, 9370.0, 9424.0, 9370.0, 9409.0, 9371.0, 9373.0, 9398.0, 9371.0, 9409.0, 9371.0, 9423.0, 9388.0, 9411.0, 9387.0, 9358.0, 9383.0, 9377.0, 9431.0, 9392.0, 9428.0, 9385.0, 9387.0, 9387.0, 9408.0, 9431.0, 9391.0, 9422.0, 9381.0, 9409.0, 9435.0, 9417.0, 9459.0, 9430.0, 9444.0, 9446.0, 9435.0, 9443.0, 9419.0, 9446.0, 9431.0, 9436.0, 9476.0, 9435.0, 9443.0, 9422.0, 9454.0, 9476.0, 9436.0, 9464.0, 9407.0, 9453.0, 9478.0, 9444.0, 9480.0, 9469.0, 9437.0, 9480.0, 9440.0, 9489.0, 9440.0, 9460.0, 9449.0, 9425.0, 9478.0, 9402.0, 9436.0, 9460.0, 9441.0, 9478.0, 9453.0, 9442.0, 9481.0, 9424.0, 9436.0, 9482.0, 9447.0, 9473.0, 9448.0, 9472.0, 9416.0, 9444.0, 9440.0, 9411.0, 9450.0, 9403.0, 9465.0, 9390.0, 9376.0, 9361.0, 9391.0, 9446.0, 9426.0, 9434.0, 9407.0, 9381.0, 9418.0, 9396.0, 9413.0, 9467.0, 9424.0, 9399.0, 9418.0, 9392.0, 9430.0, 9386.0, 9444.0, 9398.0, 9412.0, 9393.0, 9353.0, 9391.0, 9377.0, 9424.0, 9408.0, 9391.0, 9329.0, 9346.0, 9369.0, 9361.0, 9413.0, 9402.0, 9375.0, 9345.0, 9361.0, 9371.0, 9358.0, 9399.0, 9364.0, 9385.0, 9375.0, 9366.0, 9394.0, 9383.0, 9369.0, 9365.0, 9371.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.0011074726477024069</td></tr>
<tr><td colspan=3>aqi</td><td>0.020678630525164114</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.09525285276014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2265788440197143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0115779308324204</td></tr>
<tr><td colspan=3>efc</td><td>0.4915</td></tr>
<tr><td colspan=3>fber</td><td>4793.5103</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08963023117021669</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.62582056892779</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.449361216798937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.409040669836722</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6513133913332174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2877295892268714</td></tr>
<tr><td colspan=3>gcor</td><td>0.011967</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011281822808086872</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027468157932162285</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.95656469790585</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>31.7535</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1197</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.8754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295262.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.7001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7478</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.6133</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3406.2374</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1290.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.732</td></tr>
<tr><td colspan=3>tsnr</td><td>38.21049695275724</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>