ds005256-mriqc/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter d25941aafe [DATALAD RUNCMD] Compute MRIQC for sub-0082
=== 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-0082 --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-0082",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:31:28 +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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>e907b7b0d2263f9990bfa606830df499</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:32:29.562500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995734, -0.0765846, 0.0514655, 0.0776665, 0.996791, -0.0193597]</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.0997711</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>[4172, -7758, -7285, 600, 81, -476, 97, 47]</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>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b107c6d3-5d2e-4263-933e-42f03fa89d16||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6714813709259033, 0.20837365090847015, 0.13450782001018524, 99.62648010253906], [0.20547083020210266, 2.674318552017212, -0.06284060329198837, -108.45606994628906], [0.13807816803455353, 0.05194076523184776, 2.6959152221679688, -93.50212860107422], [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': ['143229.562500', '143230.022500', '143230.482500', '143230.942500', '143231.402500', '143231.862500', '143232.322500', '143232.782500', '143233.242500', '143233.702500', '143234.162500', '143234.622500', '143235.082500', '143235.542500', '143236.002500', '143236.462500', '143236.922500', '143237.382500', '143237.842500', '143238.302500', '143238.762500', '143239.222500', '143239.682500', '143240.142500', '143240.602500', '143241.062500', '143241.522500', '143241.982500', '143242.442500', '143242.902500', '143243.362500', '143243.822500', '143244.282500', '143244.742500', '143245.202500', '143245.662500', '143246.122500', '143246.582500', '143247.042500', '143247.502500', '143247.962500', '143248.422500', '143248.882500', '143249.342500', '143249.802500', '143250.262500', '143250.722500', '143251.182500', '143251.642500', '143252.102500', '143252.562500', '143253.022500', '143253.482500', '143253.942500', '143254.402500', '143254.862500', '143255.322500', '143255.782500', '143256.242500', '143256.702500', '143257.162500', '143257.622500', '143258.082500', '143258.542500', '143259.002500', '143259.462500', '143259.922500', '143300.382500', '143300.842500', '143301.302500', '143301.762500', '143302.222500', '143302.682500', '143303.142500', '143303.602500', '143304.062500', '143304.522500', '143304.982500', '143305.442500', '143305.902500', '143306.362500', '143306.822500', '143307.282500', '143307.742500', '143308.202500', '143308.662500', '143309.122500', '143309.582500', '143310.042500', '143310.502500', '143310.962500', '143311.422500', '143311.882500', '143312.342500', '143312.802500', '143313.262500', '143313.722500', '143314.182500', '143314.642500', '143315.102500', '143315.562500', '143316.022500', '143316.482500', '143316.942500', '143317.402500', '143317.862500', '143318.322500', '143318.782500', '143319.242500', '143319.702500', '143320.162500', '143320.622500', '143321.082500', '143321.542500', '143322.002500', '143322.462500', '143322.922500', '143323.382500', '143323.842500', '143324.302500', '143324.762500', '143325.222500', '143325.682500', '143326.142500', '143326.602500', '143327.062500', '143327.522500', '143327.982500', '143328.442500', '143328.902500', '143329.362500', '143329.822500', '143330.282500', '143330.742500', '143331.202500', '143331.662500', '143332.122500', '143332.582500', '143333.042500', '143333.502500', '143333.962500', '143334.422500', '143334.882500', '143335.342500', '143335.802500', '143336.262500', '143336.722500', '143337.182500', '143337.642500', '143338.102500', '143338.562500', '143339.022500', '143339.482500', '143339.942500', '143340.402500', '143340.862500', '143341.322500', '143341.782500', '143342.242500', '143342.702500', '143343.162500', '143343.622500', '143344.082500', '143344.542500', '143345.002500', '143345.462500', '143345.922500', '143346.382500', '143346.842500', '143347.302500', '143347.762500', '143348.222500', '143348.682500', '143349.142500', '143349.602500', '143350.062500', '143350.522500', '143350.982500', '143351.442500', '143351.902500', '143352.362500', '143352.822500', '143353.282500', '143353.742500', '143354.202500', '143354.662500', '143355.122500', '143355.582500', '143356.042500', '143356.502500', '143356.962500', '143357.422500', '143357.882500', '143358.342500', '143358.802500', '143359.262500', '143359.722500', '143400.182500', '143400.642500', '143401.102500', '143401.562500', '143402.022500', '143402.482500', '143402.942500', '143403.402500', '143403.862500', '143404.322500', '143404.782500', '143405.242500', '143405.702500', '143406.162500', '143406.622500', '143407.082500', '143407.542500', '143408.002500', '143408.462500', '143408.922500', '143409.382500', '143409.842500', '143410.302500', '143410.762500', '143411.222500', '143411.682500', '143412.142500', '143412.602500', '143413.062500', '143413.522500', '143413.982500', '143414.442500', '143414.902500', '143415.362500', '143415.822500', '143416.282500', '143416.742500', '143417.202500', '143417.662500', '143418.122500', '143418.582500', '143419.042500', '143419.502500', '143419.962500', '143420.422500', '143420.882500', '143421.342500', '143421.802500', '143422.262500', '143422.722500', '143423.182500', '143423.642500', '143424.102500', '143424.562500', '143425.022500', '143425.482500', '143425.942500', '143426.402500', '143426.862500', '143427.322500', '143427.782500', '143428.242500', '143428.702500', '143429.162500', '143429.622500', '143430.082500', '143430.542500', '143431.002500', '143431.462500', '143431.922500', '143432.382500', '143432.842500', '143433.302500', '143433.762500', '143434.222500', '143434.682500', '143435.142500', '143435.602500', '143436.062500', '143436.522500', '143436.982500', '143437.442500', '143437.902500', '143438.362500', '143438.822500', '143439.282500', '143439.742500', '143440.202500', '143440.662500', '143441.122500', '143441.582500', '143442.042500', '143442.502500', '143442.962500', '143443.422500', '143443.882500', '143444.342500', '143444.802500', '143445.262500', '143445.722500', '143446.182500', '143446.642500', '143447.102500', '143447.562500', '143448.022500', '143448.482500', '143448.942500', '143449.402500', '143449.862500', '143450.322500', '143450.782500', '143451.242500', '143451.702500', '143452.162500', '143452.622500', '143453.082500', '143453.542500', '143454.002500', '143454.462500', '143454.922500', '143455.382500', '143455.842500', '143456.302500', '143456.762500', '143457.222500', '143457.682500', '143458.142500', '143458.602500', '143459.062500', '143459.522500', '143459.982500', '143500.442500', '143500.902500', '143501.362500', '143501.822500', '143502.282500', '143502.742500', '143503.202500', '143503.662500', '143504.122500', '143504.582500', '143505.042500', '143505.502500', '143505.962500', '143506.422500', '143506.882500', '143507.342500', '143507.802500', '143508.262500', '143508.722500', '143509.182500', '143509.642500', '143510.102500', '143510.562500', '143511.022500', '143511.482500', '143511.942500', '143512.402500', '143512.862500', '143513.322500', '143513.782500', '143514.242500', '143514.702500', '143515.162500', '143515.622500', '143516.082500', '143516.542500', '143517.002500', '143517.462500', '143517.922500', '143518.382500', '143518.842500', '143519.302500', '143519.762500', '143520.222500', '143520.682500', '143521.142500', '143521.602500', '143522.062500', '143522.522500', '143522.982500', '143523.442500', '143523.902500', '143524.362500', '143524.822500', '143525.282500', '143525.742500', '143526.202500', '143526.662500', '143527.122500', '143527.582500', '143528.042500', '143528.502500', '143528.962500', '143529.422500', '143529.882500', '143530.342500', '143530.802500', '143531.262500', '143531.722500', '143532.182500', '143532.642500', '143533.102500', '143533.562500', '143534.022500', '143534.482500', '143534.942500', '143535.402500', '143535.862500', '143536.322500', '143536.782500', '143537.242500', '143537.702500', '143538.162500', '143538.622500', '143539.082500', '143539.542500', '143540.002500', '143540.462500', '143540.922500', '143541.382500', '143541.842500', '143542.302500', '143542.762500', '143543.222500', '143543.682500', '143544.142500', '143544.602500', '143545.062500', '143545.522500', '143545.982500', '143546.442500', '143546.902500', '143547.362500', '143547.822500', '143548.282500', '143548.742500', '143549.202500', '143549.662500', '143550.122500', '143550.582500', '143551.042500', '143551.502500', '143551.962500', '143552.422500', '143552.882500', '143553.342500', '143553.802500', '143554.262500', '143554.722500', '143555.182500', '143555.642500', '143556.102500', '143556.562500', '143557.022500', '143557.482500', '143557.942500', '143558.402500', '143558.862500', '143559.322500', '143559.782500', '143600.242500', '143600.702500', '143601.162500', '143601.622500', '143602.082500', '143602.542500', '143603.002500', '143603.462500', '143603.922500', '143604.382500', '143604.842500', '143605.302500', '143605.762500', '143606.222500', '143606.682500', '143607.142500', '143607.602500', '143608.062500', '143608.522500', '143608.982500', '143609.442500', '143609.902500', '143610.362500', '143610.822500', '143611.282500', '143611.742500', '143612.202500', '143612.662500', '143613.122500', '143613.582500', '143614.042500', '143614.502500', '143614.962500', '143615.422500', '143615.882500', '143616.342500', '143616.802500', '143617.262500', '143617.722500', '143618.182500', '143618.642500', '143619.102500', '143619.562500', '143620.022500', '143620.482500', '143620.942500', '143621.402500', '143621.862500', '143622.322500', '143622.782500', '143623.242500', '143623.702500', '143624.162500', '143624.622500', '143625.082500', '143625.542500', '143626.002500', '143626.462500', '143626.922500', '143627.382500', '143627.842500', '143628.302500', '143628.762500', '143629.222500', '143629.682500', '143630.142500', '143630.602500', '143631.062500', '143631.522500', '143631.982500', '143632.442500', '143632.902500', '143633.362500', '143633.822500', '143634.282500', '143634.742500', '143635.202500', '143635.662500', '143636.122500', '143636.582500', '143637.042500', '143637.502500', '143637.962500', '143638.422500', '143638.882500', '143639.342500', '143639.802500', '143640.262500', '143640.722500', '143641.182500', '143641.642500', '143642.102500', '143642.562500', '143643.022500', '143643.482500', '143643.942500', '143644.402500', '143644.862500', '143645.322500', '143645.782500', '143646.242500', '143646.702500', '143647.162500', '143647.622500', '143648.082500', '143648.542500', '143649.002500', '143649.462500', '143649.922500', '143650.382500', '143650.842500', '143651.302500', '143651.762500', '143652.222500', '143652.682500', '143653.142500', '143653.602500', '143654.062500', '143654.522500', '143654.982500', '143655.442500', '143655.902500', '143656.362500', '143656.822500', '143657.282500', '143657.742500', '143658.202500', '143658.662500', '143659.122500', '143659.582500', '143700.042500', '143700.502500', '143700.962500', '143701.422500', '143701.882500', '143702.342500', '143702.802500', '143703.262500', '143703.722500', '143704.182500', '143704.642500', '143705.102500', '143705.562500', '143706.022500', '143706.482500', '143706.942500', '143707.402500', '143707.862500', '143708.322500', '143708.782500', '143709.242500', '143709.702500', '143710.162500', '143710.622500', '143711.082500', '143711.542500', '143712.002500', '143712.462500', '143712.922500', '143713.382500', '143713.842500', '143714.302500', '143714.762500', '143715.222500', '143715.682500', '143716.142500', '143716.602500', '143717.062500', '143717.522500', '143717.982500', '143718.442500', '143718.902500', '143719.362500', '143719.822500', '143720.282500', '143720.742500', '143721.202500', '143721.662500', '143722.122500', '143722.582500', '143723.042500', '143723.502500', '143723.962500', '143724.422500', '143724.882500', '143725.342500', '143725.802500', '143726.262500', '143726.722500', '143727.182500', '143727.642500', '143728.102500', '143728.562500', '143729.022500', '143729.482500', '143729.942500', '143730.402500', '143730.862500', '143731.322500', '143731.782500', '143732.242500', '143732.702500', '143733.162500', '143733.622500', '143734.082500', '143734.542500', '143735.002500', '143735.462500', '143735.922500', '143736.382500', '143736.842500', '143737.302500', '143737.762500', '143738.222500', '143738.682500', '143739.142500', '143739.602500', '143740.062500', '143740.522500', '143740.982500', '143741.442500', '143741.902500', '143742.362500', '143742.822500', '143743.282500', '143743.742500', '143744.202500', '143744.662500', '143745.122500', '143745.582500', '143746.042500', '143746.502500', '143746.962500', '143747.422500', '143747.882500', '143748.342500', '143748.802500', '143749.262500', '143749.722500', '143750.182500', '143750.642500', '143751.102500', '143751.562500', '143752.022500', '143752.482500', '143752.942500', '143753.402500', '143753.862500', '143754.322500', '143754.782500', '143755.242500', '143755.702500', '143756.162500', '143756.622500', '143757.082500', '143757.542500', '143758.002500', '143758.462500', '143758.922500', '143759.382500', '143759.842500', '143800.302500', '143800.762500', '143801.222500', '143801.682500', '143802.142500', '143802.602500', '143803.062500', '143803.522500', '143803.982500', '143804.442500', '143804.902500', '143805.362500', '143805.822500', '143806.282500', '143806.742500', '143807.202500', '143807.662500', '143808.122500', '143808.582500', '143809.042500', '143809.502500', '143809.962500', '143810.422500', '143810.882500', '143811.342500', '143811.802500', '143812.262500', '143812.722500', '143813.182500', '143813.642500', '143814.102500', '143814.562500', '143815.022500', '143815.482500', '143815.942500', '143816.402500', '143816.862500', '143817.322500', '143817.782500', '143818.242500', '143818.702500', '143819.162500', '143819.622500', '143820.082500', '143820.542500', '143821.002500', '143821.462500', '143821.922500', '143822.382500', '143822.842500', '143823.302500', '143823.762500', '143824.222500', '143824.682500', '143825.142500', '143825.602500', '143826.062500', '143826.522500', '143826.982500', '143827.442500', '143827.902500', '143828.362500', '143828.822500', '143829.282500', '143829.742500', '143830.202500', '143830.662500', '143831.122500', '143831.582500', '143832.042500', '143832.502500', '143832.962500', '143833.422500', '143833.882500', '143834.342500', '143834.802500', '143835.262500', '143835.722500', '143836.182500', '143836.642500', '143837.102500', '143837.562500', '143838.022500', '143838.482500', '143838.942500', '143839.402500', '143839.862500', '143840.322500', '143840.782500', '143841.242500', '143841.702500', '143842.162500', '143842.622500', '143843.082500', '143843.542500', '143844.002500', '143844.462500', '143844.922500', '143845.382500', '143845.842500', '143846.302500', '143846.762500', '143847.222500', '143847.682500', '143848.142500', '143848.602500', '143849.062500', '143849.522500', '143849.982500', '143850.442500', '143850.902500', '143851.362500', '143851.822500', '143852.282500', '143852.742500', '143853.202500', '143853.662500', '143854.122500', '143854.582500', '143855.042500', '143855.502500', '143855.962500', '143856.422500', '143856.882500', '143857.342500', '143857.802500', '143858.262500', '143858.722500', '143859.182500', '143859.642500', '143900.102500', '143900.562500', '143901.022500', '143901.482500', '143901.942500', '143902.402500', '143902.862500', '143903.322500', '143903.782500', '143904.242500', '143904.702500', '143905.162500', '143905.622500', '143906.082500', '143906.542500', '143907.002500', '143907.462500', '143907.922500', '143908.382500', '143908.842500', '143909.302500', '143909.762500', '143910.222500', '143910.682500', '143911.142500', '143911.602500', '143912.062500', '143912.522500', '143912.982500', '143913.442500', '143913.902500', '143914.362500', '143914.822500', '143915.282500', '143915.742500', '143916.202500', '143916.662500', '143917.122500', '143917.582500', '143918.042500', '143918.502500', '143918.962500', '143919.422500', '143919.882500', '143920.342500', '143920.802500', '143921.262500', '143921.722500', '143922.182500', '143922.642500', '143923.102500', '143923.562500', '143924.022500', '143924.482500', '143924.942500', '143925.402500', '143925.862500', '143926.322500', '143926.782500', '143927.242500', '143927.702500', '143928.162500', '143928.622500', '143929.082500', '143929.542500'], 'ContentTime': ['143245.528000', '143245.531000', '143245.534000', '143245.537000', '143245.540000', '143245.542000', '143245.545000', '143245.547000', '143245.550000', '143245.552000', '143245.555000', '143245.558000', '143245.560000', '143245.563000', '143245.565000', '143245.568000', '143245.571000', '143245.576000', '143245.579000', '143245.582000', '143245.584000', '143245.587000', '143245.589000', '143245.592000', '143245.594000', '143245.597000', '143245.600000', '143245.603000', '143245.605000', '143245.608000', '143245.610000', '143245.613000', '143305.502000', '143305.505000', '143305.508000', '143305.510000', '143305.513000', '143305.516000', '143305.518000', '143305.521000', '143305.524000', '143305.526000', '143305.539000', '143305.542000', '143305.544000', '143305.547000', '143305.549000', '143305.552000', '143305.555000', '143305.557000', '143305.560000', '143305.562000', '143305.565000', '143305.568000', '143305.570000', '143305.573000', '143305.576000', '143305.578000', '143305.581000', '143305.584000', '143305.586000', '143305.589000', '143305.592000', '143305.594000', '143305.597000', '143305.599000', '143305.602000', '143305.605000', '143305.607000', '143305.610000', '143305.612000', '143305.615000', '143305.617000', '143305.620000', '143305.623000', '143305.625000', '143325.503000', '143325.505000', '143325.508000', '143325.511000', '143325.513000', '143325.516000', '143325.518000', '143325.521000', '143325.524000', '143325.527000', '143325.529000', '143325.532000', '143325.534000', '143325.537000', '143325.539000', '143325.542000', '143325.545000', '143325.547000', '143325.550000', '143325.552000', '143325.555000', '143325.558000', '143325.560000', '143325.563000', '143325.565000', '143325.568000', '143325.571000', '143325.580000', '143325.583000', '143325.585000', '143325.588000', '143325.590000', '143325.593000', '143325.595000', '143325.598000', '143325.601000', '143325.604000', '143325.606000', '143325.609000', '143325.611000', '143325.614000', '143325.617000', '143325.619000', '143325.622000', '143345.503000', '143345.506000', '143345.509000', '143345.511000', '143345.514000', '143345.517000', '143345.519000', '143345.522000', '143345.524000', '143345.527000', '143345.530000', '143345.532000', '143345.535000', '143345.537000', '143345.540000', '143345.542000', '143345.545000', '143345.548000', '143345.550000', '143345.553000', '143345.556000', '143345.558000', '143345.561000', '143345.563000', '143345.566000', '143345.569000', '143345.571000', '143345.574000', '143345.576000', '143345.579000', '143345.582000', '143345.584000', '143345.587000', '143345.589000', '143345.592000', '143345.594000', '143345.597000', '143345.600000', '143345.602000', '143345.605000', '143345.608000', '143345.610000', '143345.613000', '143405.503000', '143405.506000', '143405.509000', '143405.512000', '143405.514000', '143405.517000', '143405.519000', '143405.522000', '143405.525000', '143405.527000', '143405.530000', '143405.533000', '143405.535000', '143405.538000', '143405.540000', '143405.543000', '143405.546000', '143405.548000', '143405.551000', '143405.553000', '143405.567000', '143405.569000', '143405.572000', '143405.575000', '143405.577000', '143405.580000', '143405.582000', '143405.585000', '143405.588000', '143405.590000', '143405.593000', '143405.604000', '143405.606000', '143405.609000', '143405.612000', '143405.614000', '143405.617000', '143405.619000', '143405.622000', '143405.625000', '143405.627000', '143405.630000', '143405.632000', '143405.635000', '143425.504000', '143425.507000', '143425.509000', '143425.512000', '143425.515000', '143425.517000', '143425.520000', '143425.522000', '143425.525000', '143425.527000', '143425.530000', '143425.533000', '143425.535000', '143425.538000', '143425.540000', '143425.543000', '143425.546000', '143425.548000', '143425.551000', '143425.554000', '143425.556000', '143425.559000', '143425.561000', '143425.564000', '143425.566000', '143425.569000', '143425.572000', '143425.574000', '143425.577000', '143425.580000', '143425.582000', '143425.585000', '143425.587000', '143425.598000', '143425.600000', '143425.603000', '143425.605000', '143425.608000', '143425.611000', '143425.613000', '143425.616000', '143425.619000', '143425.621000', '143445.503000', '143445.507000', '143445.510000', '143445.513000', '143445.516000', '143445.519000', '143445.522000', '143445.525000', '143445.527000', '143445.530000', '143445.533000', '143445.535000', '143445.538000', '143445.540000', '143445.543000', '143445.546000', '143445.548000', '143445.551000', '143445.554000', '143445.556000', '143445.559000', '143445.562000', '143445.564000', '143445.567000', '143445.570000', '143445.572000', '143445.575000', '143445.577000', '143445.580000', '143445.583000', '143445.585000', '143445.588000', '143445.590000', '143445.593000', '143445.596000', '143445.598000', '143445.601000', '143445.604000', '143445.606000', '143445.609000', '143445.611000', '143445.614000', '143445.617000', '143505.502000', '143505.505000', '143505.508000', '143505.511000', '143505.513000', '143505.516000', '143505.519000', '143505.521000', '143505.524000', '143505.526000', '143505.529000', '143505.532000', '143505.534000', '143505.537000', '143505.539000', '143505.542000', '143505.545000', '143505.547000', '143505.550000', '143505.552000', '143505.555000', '143505.558000', '143505.560000', '143505.563000', '143505.565000', '143505.568000', '143505.571000', '143505.573000', '143505.576000', '143505.578000', '143505.581000', '143505.584000', '143505.586000', '143505.589000', '143505.592000', '143505.594000', '143505.597000', '143505.599000', '143505.602000', '143505.605000', '143505.607000', '143505.610000', '143505.612000', '143505.615000', '143525.502000', '143525.505000', '143525.508000', '143525.514000', '143525.517000', '143525.519000', '143525.522000', '143525.525000', '143525.527000', '143525.530000', '143525.532000', '143525.535000', '143525.538000', '143525.540000', '143525.543000', '143525.546000', '143525.548000', '143525.551000', '143525.554000', '143525.556000', '143525.559000', '143525.561000', '143525.564000', '143525.567000', '143525.569000', '143525.572000', '143525.575000', '143525.577000', '143525.580000', '143525.582000', '143525.585000', '143525.588000', '143525.590000', '143525.593000', '143525.595000', '143525.598000', '143525.601000', '143525.603000', '143525.606000', '143525.609000', '143525.611000', '143525.614000', '143525.616000', '143525.619000', '143545.502000', '143545.512000', '143545.515000', '143545.518000', '143545.520000', '143545.523000', '143545.525000', '143545.528000', '143545.531000', '143545.533000', '143545.536000', '143545.538000', '143545.541000', '143545.544000', '143545.546000', '143545.549000', '143545.552000', '143545.554000', '143545.557000', '143545.560000', '143545.562000', '143545.565000', '143545.568000', '143545.570000', '143545.573000', '143545.575000', '143545.578000', '143545.581000', '143545.583000', '143545.586000', '143545.589000', '143545.591000', '143545.594000', '143545.596000', '143545.599000', '143545.602000', '143545.604000', '143545.607000', '143545.610000', '143545.612000', '143545.615000', '143545.618000', '143545.620000', '143605.503000', '143605.506000', '143605.509000', '143605.511000', '143605.514000', '143605.517000', '143605.519000', '143605.522000', '143605.525000', '143605.527000', '143605.530000', '143605.532000', '143605.535000', '143605.538000', '143605.540000', '143605.543000', '143605.546000', '143605.549000', '143605.551000', '143605.554000', '143605.557000', '143605.560000', '143605.562000', '143605.565000', '143605.567000', '143605.570000', '143605.572000', '143605.575000', '143605.578000', '143605.581000', '143605.583000', '143605.586000', '143605.589000', '143605.591000', '143605.594000', '143605.596000', '143605.599000', '143605.602000', '143605.605000', '143605.607000', '143605.610000', '143605.613000', '143605.616000', '143605.618000', '143625.504000', '143625.507000', '143625.510000', '143625.512000', '143625.515000', '143625.518000', '143625.520000', '143625.523000', '143625.525000', '143625.528000', '143625.537000', '143625.539000', '143625.542000', '143625.545000', '143625.547000', '143625.550000', '143625.552000', '143625.555000', '143625.558000', '143625.560000', '143625.563000', '143625.565000', '143625.568000', '143625.571000', '143625.573000', '143625.576000', '143625.578000', '143625.581000', '143625.584000', '143625.586000', '143625.589000', '143625.591000', '143625.594000', '143625.597000', '143625.599000', '143625.602000', '143625.605000', '143625.607000', '143625.610000', '143625.612000', '143625.615000', '143625.618000', '143625.620000', '143645.503000', '143645.506000', '143645.509000', '143645.511000', '143645.514000', '143645.517000', '143645.519000', '143645.522000', '143645.525000', '143645.528000', '143645.531000', '143645.534000', '143645.536000', '143645.539000', '143645.541000', '143645.544000', '143645.547000', '143645.549000', '143645.552000', '143645.555000', '143645.557000', '143645.560000', '143645.562000', '143645.565000', '143645.567000', '143645.570000', '143645.573000', '143645.576000', '143645.578000', '143645.581000', '143645.583000', '143645.586000', '143645.589000', '143645.591000', '143645.594000', '143645.597000', '143645.599000', '143645.602000', '143645.604000', '143645.607000', '143645.610000', '143645.612000', '143645.615000', '143705.503000', '143705.506000', '143705.509000', '143705.512000', '143705.514000', '143705.517000', '143705.520000', '143705.522000', '143705.525000', '143705.527000', '143705.530000', '143705.533000', '143705.535000', '143705.538000', '143705.540000', '143705.543000', '143705.546000', '143705.548000', '143705.551000', '143705.553000', '143705.556000', '143705.559000', '143705.561000', '143705.564000', '143705.566000', '143705.569000', '143705.572000', '143705.574000', '143705.577000', '143705.580000', '143705.583000', '143705.585000', '143705.588000', '143705.590000', '143705.593000', '143705.596000', '143705.598000', '143705.601000', '143705.603000', '143705.606000', '143705.609000', '143705.619000', '143705.622000', '143705.624000', '143725.503000', '143725.506000', '143725.508000', '143725.511000', '143725.514000', '143725.516000', '143725.519000', '143725.521000', '143725.524000', '143725.527000', '143725.530000', '143725.532000', '143725.535000', '143725.537000', '143725.540000', '143725.543000', '143725.545000', '143725.548000', '143725.551000', '143725.553000', '143725.556000', '143725.558000', '143725.561000', '143725.564000', '143725.566000', '143725.569000', '143725.572000', '143725.574000', '143725.577000', '143725.579000', '143725.582000', '143725.585000', '143725.588000', '143725.591000', '143725.594000', '143725.596000', '143725.599000', '143725.601000', '143725.604000', '143725.607000', '143725.609000', '143725.612000', '143725.615000', '143745.502000', '143745.505000', '143745.508000', '143745.511000', '143745.513000', '143745.516000', '143745.519000', '143745.521000', '143745.524000', '143745.526000', '143745.529000', '143745.532000', '143745.534000', '143745.537000', '143745.539000', '143745.542000', '143745.545000', '143745.547000', '143745.550000', '143745.555000', '143745.558000', '143745.560000', '143745.563000', '143745.566000', '143745.568000', '143745.571000', '143745.574000', '143745.576000', '143745.579000', '143745.581000', '143745.584000', '143745.587000', '143745.589000', '143745.592000', '143745.594000', '143745.597000', '143745.600000', '143745.602000', '143745.605000', '143745.608000', '143745.610000', '143745.613000', '143745.616000', '143745.618000', '143805.502000', '143805.505000', '143805.508000', '143805.511000', '143805.513000', '143805.516000', '143805.518000', '143805.521000', '143805.524000', '143805.526000', '143805.529000', '143805.532000', '143805.534000', '143805.537000', '143805.539000', '143805.542000', '143805.545000', '143805.547000', '143805.550000', '143805.553000', '143805.555000', '143805.558000', '143805.560000', '143805.563000', '143805.566000', '143805.569000', '143805.571000', '143805.574000', '143805.576000', '143805.579000', '143805.582000', '143805.584000', '143805.587000', '143805.589000', '143805.592000', '143805.595000', '143805.597000', '143805.600000', '143805.603000', '143805.605000', '143805.608000', '143805.611000', '143805.613000', '143825.504000', '143825.506000', '143825.509000', '143825.512000', '143825.515000', '143825.518000', '143825.520000', '143825.523000', '143825.526000', '143825.528000', '143825.531000', '143825.533000', '143825.536000', '143825.539000', '143825.541000', '143825.544000', '143825.547000', '143825.549000', '143825.552000', '143825.554000', '143825.557000', '143825.560000', '143825.562000', '143825.565000', '143825.567000', '143825.570000', '143825.572000', '143825.575000', '143825.578000', '143825.580000', '143825.583000', '143825.585000', '143825.588000', '143825.591000', '143825.593000', '143825.596000', '143825.598000', '143825.601000', '143825.604000', '143825.606000', '143825.609000', '143825.611000', '143825.614000', '143825.617000', '143845.503000', '143845.506000', '143845.509000', '143845.512000', '143845.514000', '143845.517000', '143845.519000', '143845.522000', '143845.525000', '143845.527000', '143845.530000', '143845.532000', '143845.535000', '143845.538000', '143845.540000', '143845.543000', '143845.546000', '143845.548000', '143845.551000', '143845.553000', '143845.556000', '143845.560000', '143845.563000', '143845.565000', '143845.569000', '143845.571000', '143845.574000', '143845.576000', '143845.579000', '143845.582000', '143845.584000', '143845.587000', '143845.590000', '143845.592000', '143845.595000', '143845.597000', '143845.600000', '143845.603000', '143845.605000', '143845.608000', '143845.611000', '143845.613000', '143845.616000', '143905.503000', '143905.506000', '143905.509000', '143905.512000', '143905.515000', '143905.518000', '143905.520000', '143905.523000', '143905.525000', '143905.528000', '143905.531000', '143905.533000', '143905.536000', '143905.539000', '143905.541000', '143905.547000', '143905.549000', '143905.552000', '143905.555000', '143905.557000', '143905.560000', '143905.562000', '143905.565000', '143905.568000', '143905.570000', '143905.573000', '143905.575000', '143905.578000', '143905.581000', '143905.583000', '143905.586000', '143905.588000', '143905.591000', '143905.594000', '143905.596000', '143905.599000', '143905.602000', '143905.604000', '143905.607000', '143905.609000', '143905.612000', '143905.615000', '143905.617000', '143905.620000', '143925.504000', '143925.507000', '143925.509000', '143925.512000', '143925.514000', '143925.517000', '143925.520000', '143925.522000', '143925.525000', '143925.528000', '143925.530000', '143925.533000', '143925.535000', '143925.538000', '143925.541000', '143925.543000', '143925.546000', '143925.548000', '143925.551000', '143925.554000', '143925.556000', '143925.565000', '143925.567000', '143925.570000', '143925.573000', '143925.575000', '143925.578000', '143925.581000', '143925.583000', '143925.586000', '143925.589000', '143925.591000', '143925.594000', '143925.596000', '143925.599000', '143925.602000', '143925.604000', '143925.607000', '143925.610000', '143925.612000', '143925.615000', '143925.618000', '143925.620000', '143930.658000', '143930.660000', '143930.663000', '143930.666000', '143930.668000', '143930.671000', '143930.674000', '143930.676000', '143930.679000', '143930.682000', '143930.684000', '143930.687000'], 'InstanceCreationTime': ['143245.528000', '143245.531000', '143245.534000', '143245.537000', '143245.540000', '143245.542000', '143245.545000', '143245.547000', '143245.550000', '143245.552000', '143245.555000', '143245.558000', '143245.560000', '143245.563000', '143245.565000', '143245.568000', '143245.571000', '143245.576000', '143245.579000', '143245.582000', '143245.584000', '143245.587000', '143245.589000', '143245.592000', '143245.594000', '143245.597000', '143245.600000', '143245.603000', '143245.605000', '143245.608000', '143245.610000', '143245.613000', '143305.502000', '143305.505000', '143305.508000', '143305.510000', '143305.513000', '143305.516000', '143305.518000', '143305.521000', '143305.524000', '143305.526000', '143305.539000', '143305.542000', '143305.544000', '143305.547000', '143305.549000', '143305.552000', '143305.555000', '143305.557000', '143305.560000', '143305.562000', '143305.565000', '143305.568000', '143305.570000', '143305.573000', '143305.576000', '143305.578000', '143305.581000', '143305.584000', '143305.586000', '143305.589000', '143305.592000', '143305.594000', '143305.597000', '143305.599000', '143305.602000', '143305.605000', '143305.607000', '143305.610000', '143305.612000', '143305.615000', '143305.617000', '143305.620000', '143305.623000', '143305.625000', '143325.503000', '143325.505000', '143325.508000', '143325.511000', '143325.513000', '143325.516000', '143325.518000', '143325.521000', '143325.524000', '143325.527000', '143325.529000', '143325.532000', '143325.534000', '143325.537000', '143325.539000', '143325.542000', '143325.545000', '143325.547000', '143325.550000', '143325.552000', '143325.555000', '143325.558000', '143325.560000', '143325.563000', '143325.565000', '143325.568000', '143325.571000', '143325.580000', '143325.583000', '143325.585000', '143325.588000', '143325.590000', '143325.593000', '143325.595000', '143325.598000', '143325.601000', '143325.604000', '143325.606000', '143325.609000', '143325.611000', '143325.614000', '143325.617000', '143325.619000', '143325.622000', '143345.503000', '143345.506000', '143345.509000', '143345.511000', '143345.514000', '143345.517000', '143345.519000', '143345.522000', '143345.524000', '143345.527000', '143345.530000', '143345.532000', '143345.535000', '143345.537000', '143345.540000', '143345.542000', '143345.545000', '143345.548000', '143345.550000', '143345.553000', '143345.556000', '143345.558000', '143345.561000', '143345.563000', '143345.566000', '143345.569000', '143345.571000', '143345.574000', '143345.576000', '143345.579000', '143345.582000', '143345.584000', '143345.587000', '143345.589000', '143345.592000', '143345.594000', '143345.597000', '143345.600000', '143345.602000', '143345.605000', '143345.608000', '143345.610000', '143345.613000', '143405.503000', '143405.506000', '143405.509000', '143405.512000', '143405.514000', '143405.517000', '143405.519000', '143405.522000', '143405.525000', '143405.527000', '143405.530000', '143405.533000', '143405.535000', '143405.538000', '143405.540000', '143405.543000', '143405.546000', '143405.548000', '143405.551000', '143405.553000', '143405.567000', '143405.569000', '143405.572000', '143405.575000', '143405.577000', '143405.580000', '143405.582000', '143405.585000', '143405.588000', '143405.590000', '143405.593000', '143405.604000', '143405.606000', '143405.609000', '143405.612000', '143405.614000', '143405.617000', '143405.619000', '143405.622000', '143405.625000', '143405.627000', '143405.630000', '143405.632000', '143405.635000', '143425.504000', '143425.507000', '143425.509000', '143425.512000', '143425.515000', '143425.517000', '143425.520000', '143425.522000', '143425.525000', '143425.527000', '143425.530000', '143425.533000', '143425.535000', '143425.538000', '143425.540000', '143425.543000', '143425.546000', '143425.548000', '143425.551000', '143425.554000', '143425.556000', '143425.559000', '143425.561000', '143425.564000', '143425.566000', '143425.569000', '143425.572000', '143425.574000', '143425.577000', '143425.580000', '143425.582000', '143425.585000', '143425.587000', '143425.598000', '143425.600000', '143425.603000', '143425.605000', '143425.608000', '143425.611000', '143425.613000', '143425.616000', '143425.619000', '143425.621000', '143445.503000', '143445.507000', '143445.510000', '143445.513000', '143445.516000', '143445.519000', '143445.522000', '143445.525000', '143445.527000', '143445.530000', '143445.533000', '143445.535000', '143445.538000', '143445.540000', '143445.543000', '143445.546000', '143445.548000', '143445.551000', '143445.554000', '143445.556000', '143445.559000', '143445.562000', '143445.564000', '143445.567000', '143445.570000', '143445.572000', '143445.575000', '143445.577000', '143445.580000', '143445.583000', '143445.585000', '143445.588000', '143445.590000', '143445.593000', '143445.596000', '143445.598000', '143445.601000', '143445.604000', '143445.606000', '143445.609000', '143445.611000', '143445.614000', '143445.617000', '143505.502000', '143505.505000', '143505.508000', '143505.511000', '143505.513000', '143505.516000', '143505.519000', '143505.521000', '143505.524000', '143505.526000', '143505.529000', '143505.532000', '143505.534000', '143505.537000', '143505.539000', '143505.542000', '143505.545000', '143505.547000', '143505.550000', '143505.552000', '143505.555000', '143505.558000', '143505.560000', '143505.563000', '143505.565000', '143505.568000', '143505.571000', '143505.573000', '143505.576000', '143505.578000', '143505.581000', '143505.584000', '143505.586000', '143505.589000', '143505.592000', '143505.594000', '143505.597000', '143505.599000', '143505.602000', '143505.605000', '143505.607000', '143505.610000', '143505.612000', '143505.615000', '143525.502000', '143525.505000', '143525.508000', '143525.514000', '143525.517000', '143525.519000', '143525.522000', '143525.525000', '143525.527000', '143525.530000', '143525.532000', '143525.535000', '143525.538000', '143525.540000', '143525.543000', '143525.546000', '143525.548000', '143525.551000', '143525.554000', '143525.556000', '143525.559000', '143525.561000', '143525.564000', '143525.567000', '143525.569000', '143525.572000', '143525.575000', '143525.577000', '143525.580000', '143525.582000', '143525.585000', '143525.588000', '143525.590000', '143525.593000', '143525.595000', '143525.598000', '143525.601000', '143525.603000', '143525.606000', '143525.609000', '143525.611000', '143525.614000', '143525.616000', '143525.619000', '143545.502000', '143545.512000', '143545.515000', '143545.518000', '143545.520000', '143545.523000', '143545.525000', '143545.528000', '143545.531000', '143545.533000', '143545.536000', '143545.538000', '143545.541000', '143545.544000', '143545.546000', '143545.549000', '143545.552000', '143545.554000', '143545.557000', '143545.560000', '143545.562000', '143545.565000', '143545.568000', '143545.570000', '143545.573000', '143545.575000', '143545.578000', '143545.581000', '143545.583000', '143545.586000', '143545.589000', '143545.591000', '143545.594000', '143545.596000', '143545.599000', '143545.602000', '143545.604000', '143545.607000', '143545.610000', '143545.612000', '143545.615000', '143545.618000', '143545.620000', '143605.503000', '143605.506000', '143605.509000', '143605.511000', '143605.514000', '143605.517000', '143605.519000', '143605.522000', '143605.525000', '143605.527000', '143605.530000', '143605.532000', '143605.535000', '143605.538000', '143605.540000', '143605.543000', '143605.546000', '143605.549000', '143605.551000', '143605.554000', '143605.557000', '143605.560000', '143605.562000', '143605.565000', '143605.567000', '143605.570000', '143605.572000', '143605.575000', '143605.578000', '143605.581000', '143605.583000', '143605.586000', '143605.589000', '143605.591000', '143605.594000', '143605.596000', '143605.599000', '143605.602000', '143605.605000', '143605.607000', '143605.610000', '143605.613000', '143605.616000', '143605.618000', '143625.504000', '143625.507000', '143625.510000', '143625.512000', '143625.515000', '143625.518000', '143625.520000', '143625.523000', '143625.525000', '143625.528000', '143625.537000', '143625.539000', '143625.542000', '143625.545000', '143625.547000', '143625.550000', '143625.552000', '143625.555000', '143625.558000', '143625.560000', '143625.563000', '143625.565000', '143625.568000', '143625.571000', '143625.573000', '143625.576000', '143625.578000', '143625.581000', '143625.584000', '143625.586000', '143625.589000', '143625.591000', '143625.594000', '143625.597000', '143625.599000', '143625.602000', '143625.605000', '143625.607000', '143625.610000', '143625.612000', '143625.615000', '143625.618000', '143625.620000', '143645.503000', '143645.506000', '143645.509000', '143645.511000', '143645.514000', '143645.517000', '143645.519000', '143645.522000', '143645.525000', '143645.528000', '143645.531000', '143645.534000', '143645.536000', '143645.539000', '143645.541000', '143645.544000', '143645.547000', '143645.549000', '143645.552000', '143645.555000', '143645.557000', '143645.560000', '143645.562000', '143645.565000', '143645.567000', '143645.570000', '143645.573000', '143645.576000', '143645.578000', '143645.581000', '143645.583000', '143645.586000', '143645.589000', '143645.591000', '143645.594000', '143645.597000', '143645.599000', '143645.602000', '143645.604000', '143645.607000', '143645.610000', '143645.612000', '143645.615000', '143705.503000', '143705.506000', '143705.509000', '143705.512000', '143705.514000', '143705.517000', '143705.520000', '143705.522000', '143705.525000', '143705.527000', '143705.530000', '143705.533000', '143705.535000', '143705.538000', '143705.540000', '143705.543000', '143705.546000', '143705.548000', '143705.551000', '143705.553000', '143705.556000', '143705.559000', '143705.561000', '143705.564000', '143705.566000', '143705.569000', '143705.572000', '143705.574000', '143705.577000', '143705.580000', '143705.583000', '143705.585000', '143705.588000', '143705.590000', '143705.593000', '143705.596000', '143705.598000', '143705.601000', '143705.603000', '143705.606000', '143705.609000', '143705.619000', '143705.622000', '143705.624000', '143725.503000', '143725.506000', '143725.508000', '143725.511000', '143725.514000', '143725.516000', '143725.519000', '143725.521000', '143725.524000', '143725.527000', '143725.530000', '143725.532000', '143725.535000', '143725.537000', '143725.540000', '143725.543000', '143725.545000', '143725.548000', '143725.551000', '143725.553000', '143725.556000', '143725.558000', '143725.561000', '143725.564000', '143725.566000', '143725.569000', '143725.572000', '143725.574000', '143725.577000', '143725.579000', '143725.582000', '143725.585000', '143725.588000', '143725.591000', '143725.594000', '143725.596000', '143725.599000', '143725.601000', '143725.604000', '143725.607000', '143725.609000', '143725.612000', '143725.615000', '143745.502000', '143745.505000', '143745.508000', '143745.511000', '143745.513000', '143745.516000', '143745.519000', '143745.521000', '143745.524000', '143745.526000', '143745.529000', '143745.532000', '143745.534000', '143745.537000', '143745.539000', '143745.542000', '143745.545000', '143745.547000', '143745.550000', '143745.555000', '143745.558000', '143745.560000', '143745.563000', '143745.566000', '143745.568000', '143745.571000', '143745.574000', '143745.576000', '143745.579000', '143745.581000', '143745.584000', '143745.587000', '143745.589000', '143745.592000', '143745.594000', '143745.597000', '143745.600000', '143745.602000', '143745.605000', '143745.608000', '143745.610000', '143745.613000', '143745.616000', '143745.618000', '143805.502000', '143805.505000', '143805.508000', '143805.511000', '143805.513000', '143805.516000', '143805.518000', '143805.521000', '143805.524000', '143805.526000', '143805.529000', '143805.532000', '143805.534000', '143805.537000', '143805.539000', '143805.542000', '143805.545000', '143805.547000', '143805.550000', '143805.553000', '143805.555000', '143805.558000', '143805.560000', '143805.563000', '143805.566000', '143805.569000', '143805.571000', '143805.574000', '143805.576000', '143805.579000', '143805.582000', '143805.584000', '143805.587000', '143805.589000', '143805.592000', '143805.595000', '143805.597000', '143805.600000', '143805.603000', '143805.605000', '143805.608000', '143805.611000', '143805.613000', '143825.504000', '143825.506000', '143825.509000', '143825.512000', '143825.515000', '143825.518000', '143825.520000', '143825.523000', '143825.526000', '143825.528000', '143825.531000', '143825.533000', '143825.536000', '143825.539000', '143825.541000', '143825.544000', '143825.547000', '143825.549000', '143825.552000', '143825.554000', '143825.557000', '143825.560000', '143825.562000', '143825.565000', '143825.567000', '143825.570000', '143825.572000', '143825.575000', '143825.578000', '143825.580000', '143825.583000', '143825.585000', '143825.588000', '143825.591000', '143825.593000', '143825.596000', '143825.598000', '143825.601000', '143825.604000', '143825.606000', '143825.609000', '143825.611000', '143825.614000', '143825.617000', '143845.503000', '143845.506000', '143845.509000', '143845.512000', '143845.514000', '143845.517000', '143845.519000', '143845.522000', '143845.525000', '143845.527000', '143845.530000', '143845.532000', '143845.535000', '143845.538000', '143845.540000', '143845.543000', '143845.546000', '143845.548000', '143845.551000', '143845.553000', '143845.556000', '143845.560000', '143845.563000', '143845.565000', '143845.569000', '143845.571000', '143845.574000', '143845.576000', '143845.579000', '143845.582000', '143845.584000', '143845.587000', '143845.590000', '143845.592000', '143845.595000', '143845.597000', '143845.600000', '143845.603000', '143845.605000', '143845.608000', '143845.611000', '143845.613000', '143845.616000', '143905.503000', '143905.506000', '143905.509000', '143905.512000', '143905.515000', '143905.518000', '143905.520000', '143905.523000', '143905.525000', '143905.528000', '143905.531000', '143905.533000', '143905.536000', '143905.539000', '143905.541000', '143905.547000', '143905.549000', '143905.552000', '143905.555000', '143905.557000', '143905.560000', '143905.562000', '143905.565000', '143905.568000', '143905.570000', '143905.573000', '143905.575000', '143905.578000', '143905.581000', '143905.583000', '143905.586000', '143905.588000', '143905.591000', '143905.594000', '143905.596000', '143905.599000', '143905.602000', '143905.604000', '143905.607000', '143905.609000', '143905.612000', '143905.615000', '143905.617000', '143905.620000', '143925.504000', '143925.507000', '143925.509000', '143925.512000', '143925.514000', '143925.517000', '143925.520000', '143925.522000', '143925.525000', '143925.528000', '143925.530000', '143925.533000', '143925.535000', '143925.538000', '143925.541000', '143925.543000', '143925.546000', '143925.548000', '143925.551000', '143925.554000', '143925.556000', '143925.565000', '143925.567000', '143925.570000', '143925.573000', '143925.575000', '143925.578000', '143925.581000', '143925.583000', '143925.586000', '143925.589000', '143925.591000', '143925.594000', '143925.596000', '143925.599000', '143925.602000', '143925.604000', '143925.607000', '143925.610000', '143925.612000', '143925.615000', '143925.618000', '143925.620000', '143930.658000', '143930.660000', '143930.663000', '143930.666000', '143930.668000', '143930.671000', '143930.674000', '143930.676000', '143930.679000', '143930.682000', '143930.684000', '143930.687000'], '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': [15749, 12486, 11494, 10316, 7758, 11496, 8909, 8579, 7727, 7257, 7538, 8496, 8145, 7552, 7515, 8213, 9167, 8198, 11835, 8253, 8561, 9269, 8231, 8121, 11485, 7973, 8091, 9136, 8166, 9412, 8090, 7333, 7272, 8206, 8512, 7760, 9410, 7615, 7926, 9246, 7587, 12258, 8137, 13423, 10195, 13013, 10316, 11586, 8774, 10109, 8746, 9732, 9908, 7534, 9346, 8058, 10308, 9925, 9808, 9368, 7901, 9742, 8427, 10105, 9105, 8561, 7571, 7955, 8249, 9396, 8374, 7564, 7311, 7869, 8908, 10366, 10047, 9702, 8557, 13218, 9895, 13846, 9740, 11804, 8182, 8139, 11610, 7774, 10556, 7317, 9900, 8010, 9890, 7638, 10315, 8039, 10106, 7965, 10600, 7795, 10740, 8775, 10597, 7861, 9939, 7686, 10194, 7910, 10399, 7907, 9841, 7776, 10189, 7792, 10354, 7771, 9831, 7883, 9509, 7795, 10388, 7975, 10141, 8087, 9678, 7758, 10111, 8209, 11293, 8016, 10064, 7747, 9333, 7829, 8958, 7561, 6981, 7401, 6989, 7381, 6867, 7497, 7625, 7721, 7083, 7712, 7031, 7285, 7258, 7146, 9043, 7361, 7284, 7249, 7434, 7206, 9252, 7694, 8668, 7375, 9568, 7484, 10676, 7553, 10685, 7265, 10904, 9091, 10057, 7517, 11921, 9259, 13920, 10905, 10790, 8029, 10400, 7783, 12660, 9919, 9486, 7815, 7629, 7242, 7353, 9259, 7656, 11276, 7780, 10120, 7708, 10245, 7820, 10708, 7627, 10359, 7366, 10305, 7550, 10089, 7459, 10029, 6857, 9844, 7286, 9846, 7232, 9686, 7073, 8981, 7036, 7873, 6980, 7405, 7046, 7809, 7039, 7253, 7045, 7790, 6963, 7780, 7849, 9331, 7054, 9866, 7361, 9837, 10058, 10387, 7182, 10383, 7626, 11663, 9136, 11648, 8236, 11192, 9084, 11519, 9075, 11860, 10074, 8973, 12763, 8639, 10769, 7957, 11260, 7871, 11710, 8144, 11500, 8260, 11955, 8335, 11863, 8473, 11330, 8151, 10758, 8423, 10457, 8286, 10573, 8210, 10615, 9422, 10125, 8541, 10200, 8210, 10148, 8428, 9351, 8011, 7829, 7871, 8199, 8025, 8369, 8003, 7616, 7723, 8287, 7915, 9217, 8252, 9555, 8004, 9629, 8318, 9799, 8226, 10005, 8273, 10289, 8461, 10372, 8454, 10272, 8014, 11472, 8759, 10501, 8345, 10545, 8522, 8196, 8839, 8379, 8959, 8234, 11711, 9015, 12620, 8491, 11432, 8478, 11122, 10881, 10293, 8733, 8266, 7665, 8064, 9594, 8868, 11218, 8846, 11175, 8613, 11958, 9552, 9623, 8724, 10194, 8463, 12809, 10277, 8381, 8242, 8960, 8030, 13809, 10719, 10586, 8255, 9631, 8225, 10244, 8138, 9908, 8302, 9259, 8170, 8466, 8242, 8034, 6971, 8361, 7568, 7787, 7443, 8469, 7976, 8573, 8246, 8646, 10971, 8719, 8767, 8620, 8396, 8411, 10037, 8566, 8262, 8203, 7887, 8622, 7991, 9227, 7710, 8359, 7988, 8716, 7809, 10245, 8060, 9500, 8236, 9607, 8296, 11978, 8236, 10299, 8421, 8706, 7984, 9612, 8164, 8544, 8050, 8123, 14746, 8048, 11826, 7788, 9898, 8269, 7156, 6837, 7219, 7075, 7535, 6964, 7440, 7846, 7525, 10725, 8239, 10822, 10591, 8502, 9151, 7839, 7679, 9486, 8565, 9959, 7684, 10129, 7971, 9176, 7531, 12413, 8438, 11956, 10062, 11816, 8582, 10538, 8299, 8553, 7859, 7856, 7419, 7505, 7564, 7460, 7373, 7565, 7542, 9057, 7115, 8942, 7587, 10913, 7431, 11533, 7859, 10741, 7576, 10573, 8663, 11341, 7944, 9175, 9197, 9610, 12044, 9726, 11586, 8293, 11818, 7843, 11423, 9860, 11402, 8200, 10711, 8011, 10733, 8219, 7016, 8283, 8074, 7391, 8781, 8150, 7518, 9089, 7308, 10328, 8878, 11469, 7977, 9246, 8445, 8444, 8303, 9025, 8126, 8729, 8191, 9358, 7462, 9674, 7208, 8720, 7230, 8851, 7757, 9370, 7111, 7181, 7093, 7202, 10642, 9586, 8092, 7460, 7036, 8466, 7721, 9526, 7868, 10625, 7743, 11607, 9570, 8705, 9551, 9032, 11579, 10748, 10876, 8262, 10196, 8332, 8692, 8872, 8449, 7967, 7384, 8289, 7754, 7885, 7614, 8360, 7469, 8541, 8001, 7983, 10944, 8301, 10177, 8361, 8409, 7954, 8221, 9935, 8225, 11239, 8670, 11643, 8337, 11886, 10239, 10581, 8423, 10954, 8202, 11564, 9084, 10448, 8303, 11534, 8109, 11259, 8890, 9892, 8285, 9814, 8128, 10751, 9140, 8399, 8531, 10567, 8181, 12365, 9403, 11046, 8462, 12898, 8560, 11558, 8574, 10535, 7507, 8317, 11318, 8147, 10910, 7800, 9184, 8035, 8726, 7883, 9119, 7628, 10439, 8125, 10565, 8085, 10923, 8265, 11587, 9539, 12079, 8369, 11100, 9185, 7495, 7547, 8034, 9076, 12148, 9464, 7802, 8622, 10107, 8858, 12208, 9371, 12671, 9615, 10426, 7668, 9311, 7270, 8873, 7722, 7174, 7285, 7100, 7210, 7225, 8380, 7475, 7810, 7234, 8629, 7446, 10425, 7457, 9380, 7573, 9282, 7551, 10547, 7591, 8531, 7503, 8002, 7084, 8781, 7509, 10521, 7564, 9724, 7666, 10011, 7269, 11311, 7725, 10697, 7696, 9887, 7335, 10169, 7821, 11179, 7864, 9628, 7717, 9278, 7581, 7221, 7038, 7380, 7289, 7114, 9837, 7858, 11672, 7851, 11839, 7801, 11898, 7626, 11625, 10223, 13255, 9406, 13248, 8889, 13135, 11761, 12206, 9253, 11460, 8005, 10875, 8895, 7853, 10310, 7828, 9942, 7827, 12190, 9793, 13205, 8791, 12075, 9949, 11986, 10447, 12531, 8234, 11740, 8045, 11188, 8649, 7795, 7114, 7653, 7548, 7594, 11346, 8394, 10873, 8387, 10970, 8124, 12325, 9272, 12089, 8615, 11277, 8247, 11345, 8228, 10979, 8435, 7835, 8052, 7378, 7483, 8007, 9282, 8219, 8762, 8374, 10039, 8177, 11703, 8772, 11963, 8809, 10976, 9642, 9342, 9028, 8315, 9289, 9010, 7732, 7406, 8999, 7916, 10663, 7328, 9584, 7413, 7373, 7249, 7387, 11449, 7047, 7109, 7728, 7292, 11359, 9312, 8189, 12493, 11427, 8702, 13082, 10427, 9125, 12196, 11200, 13330, 10469, 12683, 10503, 13916, 11168, 12987, 8492, 7631, 8263, 8038, 7401, 7998, 8868, 7999, 7119, 8044, 10083, 8703, 7642, 11350, 8346, 11884, 7656, 12835, 9221, 12741, 8672, 11862, 9162, 12316, 9654, 11923, 8442, 11772, 10016, 13196, 10587, 14798, 11671, 9306, 8424, 7971, 8561, 8926, 7614, 6974, 7950, 10722, 8532, 10931, 8477, 12139, 8730, 11789, 8732, 10838, 11099, 11128, 8630, 8379, 7988, 8192, 8833, 7637, 8774, 7940, 8498, 9358, 8775, 9028, 8617, 8065, 8423, 9030, 8741, 7833, 8395, 7802, 8271, 8031, 8356, 7741, 8595, 8464, 8407, 8250, 8387, 8613, 8546, 7622, 8590, 8366, 8251, 8869, 8848, 7637, 8752, 7856, 8284, 8586, 8778, 7693, 8397, 8212, 8151, 8100, 8228], 'WindowCenter': [4126.0, 4075.0, 4047.0, 4023.0, 3968.0, 3990.0, 3983.0, 3973.0, 3923.0, 3953.0, 3949.0, 3968.0, 3960.0, 3962.0, 3963.0, 3985.0, 3994.0, 3986.0, 4029.0, 3986.0, 3985.0, 4006.0, 3985.0, 3985.0, 4025.0, 3987.0, 3987.0, 4007.0, 3988.0, 4007.0, 3987.0, 3978.0, 3980.0, 4000.0, 4012.0, 4003.0, 4023.0, 4005.0, 4027.0, 4051.0, 4018.0, 4082.0, 4031.0, 4102.0, 4072.0, 4092.0, 4063.0, 4081.0, 4054.0, 4071.0, 4054.0, 4063.0, 4063.0, 4021.0, 4050.0, 4032.0, 4072.0, 4061.0, 4060.0, 4038.0, 4029.0, 4049.0, 4040.0, 4061.0, 4038.0, 4027.0, 4019.0, 4030.0, 4042.0, 4052.0, 4030.0, 4018.0, 4018.0, 4028.0, 4050.0, 4061.0, 4063.0, 4049.0, 4039.0, 4079.0, 4059.0, 4090.0, 4048.0, 4067.0, 4014.0, 4015.0, 4066.0, 4014.0, 4056.0, 4003.0, 4046.0, 4028.0, 4047.0, 4018.0, 4059.0, 4027.0, 4056.0, 4015.0, 4056.0, 4016.0, 4069.0, 4026.0, 4044.0, 4003.0, 4035.0, 4016.0, 4046.0, 4013.0, 4045.0, 4015.0, 4044.0, 4016.0, 4057.0, 4005.0, 4044.0, 4004.0, 4032.0, 4014.0, 4035.0, 4015.0, 4046.0, 4014.0, 4045.0, 4013.0, 4033.0, 4005.0, 4045.0, 4015.0, 4055.0, 4003.0, 4033.0, 4004.0, 4033.0, 4004.0, 4024.0, 4004.0, 3982.0, 3993.0, 3992.0, 4005.0, 3995.0, 4008.0, 4016.0, 4006.0, 3995.0, 4017.0, 3995.0, 4018.0, 4018.0, 4008.0, 4038.0, 4007.0, 4006.0, 4019.0, 4017.0, 4020.0, 4049.0, 4020.0, 4040.0, 4019.0, 4074.0, 4022.0, 4072.0, 4029.0, 4071.0, 4032.0, 4070.0, 4050.0, 4059.0, 4018.0, 4080.0, 4049.0, 4100.0, 4069.0, 4056.0, 4016.0, 4056.0, 4016.0, 4077.0, 4046.0, 4035.0, 4003.0, 4003.0, 3992.0, 4004.0, 4035.0, 4003.0, 4055.0, 4004.0, 4058.0, 4016.0, 4057.0, 4004.0, 4045.0, 4004.0, 4045.0, 4007.0, 4059.0, 4019.0, 4046.0, 4005.0, 4048.0, 3996.0, 4058.0, 4017.0, 4046.0, 4018.0, 4049.0, 4006.0, 4036.0, 4005.0, 4015.0, 4008.0, 4018.0, 4009.0, 4028.0, 4020.0, 4017.0, 4007.0, 4018.0, 4007.0, 4028.0, 4029.0, 4048.0, 4008.0, 4058.0, 4021.0, 4072.0, 4060.0, 4060.0, 4009.0, 4060.0, 4029.0, 4069.0, 4051.0, 4069.0, 4028.0, 4068.0, 4049.0, 4068.0, 4037.0, 4065.0, 4044.0, 4023.0, 4075.0, 4024.0, 4054.0, 4015.0, 4055.0, 4015.0, 4066.0, 4015.0, 4067.0, 4026.0, 4078.0, 4028.0, 4066.0, 4026.0, 4066.0, 4015.0, 4068.0, 4028.0, 4057.0, 4027.0, 4057.0, 4026.0, 4058.0, 4049.0, 4057.0, 4027.0, 4044.0, 4025.0, 4057.0, 4027.0, 4034.0, 4014.0, 4003.0, 4014.0, 4027.0, 4015.0, 4026.0, 4014.0, 4014.0, 4015.0, 4027.0, 4028.0, 4048.0, 4027.0, 4048.0, 4028.0, 4048.0, 4039.0, 4059.0, 4028.0, 4058.0, 4038.0, 4059.0, 4039.0, 4058.0, 4028.0, 4060.0, 4029.0, 4079.0, 4039.0, 4059.0, 4028.0, 4069.0, 4039.0, 4029.0, 4037.0, 4027.0, 4038.0, 4028.0, 4080.0, 4038.0, 4079.0, 4026.0, 4068.0, 4028.0, 4070.0, 4069.0, 4058.0, 4036.0, 4027.0, 4018.0, 4029.0, 4061.0, 4038.0, 4068.0, 4038.0, 4069.0, 4040.0, 4080.0, 4050.0, 4048.0, 4037.0, 4060.0, 4027.0, 4078.0, 4047.0, 4014.0, 4014.0, 4024.0, 4017.0, 4077.0, 4048.0, 4044.0, 4014.0, 4033.0, 4013.0, 4045.0, 4004.0, 4032.0, 4012.0, 4023.0, 4015.0, 4026.0, 4024.0, 4015.0, 3994.0, 4025.0, 4017.0, 4018.0, 4017.0, 4029.0, 4017.0, 4039.0, 4028.0, 4042.0, 4084.0, 4056.0, 4055.0, 4052.0, 4040.0, 4041.0, 4050.0, 4039.0, 4041.0, 4040.0, 4031.0, 4038.0, 4029.0, 4050.0, 4018.0, 4028.0, 4017.0, 4038.0, 4019.0, 4061.0, 4029.0, 4048.0, 4017.0, 4051.0, 4028.0, 4068.0, 4026.0, 4047.0, 4016.0, 4025.0, 4017.0, 4037.0, 4016.0, 4027.0, 4016.0, 4018.0, 4077.0, 4018.0, 4057.0, 4005.0, 4034.0, 4017.0, 3995.0, 3983.0, 3994.0, 3998.0, 4007.0, 4008.0, 4007.0, 4018.0, 4017.0, 4058.0, 4028.0, 4060.0, 4058.0, 4015.0, 4023.0, 4005.0, 4017.0, 4039.0, 4027.0, 4047.0, 4016.0, 4047.0, 4017.0, 4036.0, 4018.0, 4066.0, 4015.0, 4067.0, 4047.0, 4055.0, 4014.0, 4033.0, 4001.0, 4012.0, 4004.0, 4001.0, 3980.0, 3989.0, 3991.0, 3991.0, 3993.0, 4005.0, 4016.0, 4037.0, 3995.0, 4037.0, 4017.0, 4058.0, 4008.0, 4070.0, 4018.0, 4069.0, 4018.0, 4070.0, 4039.0, 4070.0, 4015.0, 4037.0, 4035.0, 4047.0, 4078.0, 4048.0, 4057.0, 4016.0, 4066.0, 4014.0, 4067.0, 4048.0, 4067.0, 4027.0, 4058.0, 4028.0, 4069.0, 4038.0, 4008.0, 4029.0, 4029.0, 4020.0, 4041.0, 4042.0, 4020.0, 4051.0, 4017.0, 4069.0, 4050.0, 4081.0, 4029.0, 4064.0, 4041.0, 4039.0, 4039.0, 4038.0, 4025.0, 4038.0, 4028.0, 4049.0, 4019.0, 4075.0, 4018.0, 4036.0, 4005.0, 4038.0, 4016.0, 4049.0, 4018.0, 4007.0, 4005.0, 4005.0, 4069.0, 4051.0, 4016.0, 4005.0, 4005.0, 4027.0, 4018.0, 4049.0, 4028.0, 4057.0, 4017.0, 4068.0, 4046.0, 4041.0, 4048.0, 4038.0, 4068.0, 4058.0, 4057.0, 4014.0, 4045.0, 4013.0, 4024.0, 4024.0, 4013.0, 4003.0, 3992.0, 4012.0, 4003.0, 4014.0, 4005.0, 4014.0, 4003.0, 4024.0, 4015.0, 4016.0, 4057.0, 4025.0, 4045.0, 4015.0, 4025.0, 4017.0, 4029.0, 4048.0, 4026.0, 4056.0, 4027.0, 4067.0, 4028.0, 4068.0, 4045.0, 4055.0, 4025.0, 4056.0, 4027.0, 4068.0, 4037.0, 4055.0, 4025.0, 4067.0, 4028.0, 4069.0, 4038.0, 4047.0, 4027.0, 4047.0, 4028.0, 4069.0, 4048.0, 4028.0, 4025.0, 4058.0, 4027.0, 4078.0, 4037.0, 4057.0, 4026.0, 4077.0, 4025.0, 4066.0, 4025.0, 4044.0, 3992.0, 4013.0, 4053.0, 4013.0, 4044.0, 4002.0, 4023.0, 4014.0, 4025.0, 4017.0, 4037.0, 4018.0, 4058.0, 4028.0, 4059.0, 4030.0, 4082.0, 4042.0, 4082.0, 4052.0, 4081.0, 4031.0, 4071.0, 4050.0, 4007.0, 4006.0, 4031.0, 4051.0, 4080.0, 4038.0, 4006.0, 4025.0, 4058.0, 4036.0, 4080.0, 4037.0, 4080.0, 4048.0, 4056.0, 4004.0, 4036.0, 4006.0, 4037.0, 4004.0, 3983.0, 3992.0, 3983.0, 3996.0, 3994.0, 4014.0, 3992.0, 4004.0, 4006.0, 4025.0, 3992.0, 4044.0, 3995.0, 4022.0, 3992.0, 4022.0, 4004.0, 4043.0, 4003.0, 4012.0, 3995.0, 4002.0, 3996.0, 4024.0, 3995.0, 4042.0, 3992.0, 4034.0, 4004.0, 4046.0, 4008.0, 4057.0, 4007.0, 4045.0, 4005.0, 4035.0, 3995.0, 4046.0, 4005.0, 4057.0, 4017.0, 4047.0, 4019.0, 4051.0, 4019.0, 4008.0, 3996.0, 4009.0, 4007.0, 4009.0, 4061.0, 4032.0, 4071.0, 4019.0, 4069.0, 4019.0, 4068.0, 4008.0, 4070.0, 4061.0, 4079.0, 4037.0, 4077.0, 4027.0, 4080.0, 4069.0, 4066.0, 4025.0, 4057.0, 4004.0, 4057.0, 4027.0, 4005.0, 4045.0, 3993.0, 4033.0, 4002.0, 4053.0, 4034.0, 4064.0, 4012.0, 4043.0, 4023.0, 4054.0, 4033.0, 4053.0, 4002.0, 4040.0, 4002.0, 4042.0, 4013.0, 3992.0, 3983.0, 3992.0, 4003.0, 4004.0, 4045.0, 4012.0, 4044.0, 4002.0, 4043.0, 4004.0, 4052.0, 4023.0, 4053.0, 4012.0, 4043.0, 4013.0, 4054.0, 4003.0, 4045.0, 4001.0, 3993.0, 4004.0, 4006.0, 3995.0, 4005.0, 4024.0, 4014.0, 4025.0, 4015.0, 4046.0, 4027.0, 4080.0, 4056.0, 4124.0, 4069.0, 4073.0, 4039.0, 4038.0, 4029.0, 4018.0, 4022.0, 3983.0, 3975.0, 4007.0, 4050.0, 4030.0, 4086.0, 4023.0, 4024.0, 3981.0, 3982.0, 3994.0, 3996.0, 4069.0, 4009.0, 4011.0, 4019.0, 4007.0, 4056.0, 4039.0, 4016.0, 4068.0, 4058.0, 4028.0, 4080.0, 4059.0, 4039.0, 4069.0, 4056.0, 4065.0, 4033.0, 4053.0, 4023.0, 4067.0, 4045.0, 4054.0, 4014.0, 4005.0, 4014.0, 4017.0, 4007.0, 4017.0, 4026.0, 4016.0, 3998.0, 4030.0, 4062.0, 4042.0, 4034.0, 4082.0, 4030.0, 4093.0, 4045.0, 4107.0, 4066.0, 4094.0, 4040.0, 4082.0, 4053.0, 4080.0, 4050.0, 4068.0, 4027.0, 4057.0, 4046.0, 4080.0, 4048.0, 4103.0, 4059.0, 4025.0, 4004.0, 4007.0, 4016.0, 4039.0, 4021.0, 4011.0, 4031.0, 4071.0, 4030.0, 4060.0, 4029.0, 4069.0, 4017.0, 4057.0, 4015.0, 4047.0, 4059.0, 4056.0, 4015.0, 4003.0, 4003.0, 4014.0, 4013.0, 3993.0, 4003.0, 4002.0, 4015.0, 4025.0, 4015.0, 4024.0, 4014.0, 4004.0, 4014.0, 4025.0, 4015.0, 3993.0, 4003.0, 3992.0, 4014.0, 4004.0, 4014.0, 4003.0, 4014.0, 4015.0, 4014.0, 4017.0, 4015.0, 4025.0, 4013.0, 3991.0, 4012.0, 4013.0, 4015.0, 4025.0, 4024.0, 4004.0, 4014.0, 4003.0, 4016.0, 4025.0, 4014.0, 4004.0, 4015.0, 4015.0, 4017.0, 4016.0, 4028.0], 'WindowWidth': [9146.0, 9053.0, 8999.0, 8959.0, 8877.0, 8886.0, 8889.0, 8872.0, 8786.0, 8848.0, 8838.0, 8860.0, 8853.0, 8858.0, 8863.0, 8896.0, 8908.0, 8900.0, 8958.0, 8899.0, 8897.0, 8925.0, 8898.0, 8898.0, 8951.0, 8902.0, 8902.0, 8928.0, 8904.0, 8930.0, 8903.0, 8894.0, 8900.0, 8927.0, 8946.0, 8938.0, 8963.0, 8945.0, 8978.0, 9014.0, 8968.0, 9058.0, 8991.0, 9084.0, 9048.0, 9072.0, 9033.0, 9058.0, 9024.0, 9045.0, 9026.0, 9037.0, 9035.0, 8976.0, 9013.0, 8995.0, 9047.0, 9030.0, 9025.0, 8994.0, 8984.0, 9012.0, 9002.0, 9028.0, 8995.0, 8979.0, 8969.0, 8990.0, 9009.0, 9021.0, 8985.0, 8968.0, 8969.0, 8979.0, 9015.0, 9030.0, 9034.0, 9010.0, 8997.0, 9053.0, 9023.0, 9068.0, 9009.0, 9032.0, 8957.0, 8959.0, 9027.0, 8956.0, 9013.0, 8939.0, 9002.0, 8982.0, 9005.0, 8969.0, 9024.0, 8977.0, 9015.0, 8960.0, 9014.0, 8963.0, 9039.0, 8974.0, 8994.0, 8939.0, 8983.0, 8960.0, 9000.0, 8954.0, 8996.0, 8955.0, 8993.0, 8961.0, 9018.0, 8946.0, 8993.0, 8940.0, 8975.0, 8954.0, 8984.0, 8960.0, 8998.0, 8955.0, 8996.0, 8953.0, 8978.0, 8944.0, 8998.0, 8958.0, 9009.0, 8939.0, 8977.0, 8941.0, 8977.0, 8945.0, 8967.0, 8941.0, 8909.0, 8925.0, 8924.0, 8945.0, 8936.0, 8955.0, 8961.0, 8948.0, 8934.0, 8965.0, 8935.0, 8970.0, 8971.0, 8957.0, 8995.0, 8952.0, 8948.0, 8971.0, 8967.0, 8974.0, 9010.0, 8974.0, 9001.0, 8976.0, 9054.0, 8984.0, 9046.0, 8987.0, 9045.0, 8997.0, 9044.0, 9016.0, 9025.0, 8970.0, 9053.0, 9010.0, 9081.0, 9036.0, 9016.0, 8960.0, 9013.0, 8961.0, 9045.0, 9000.0, 8982.0, 8939.0, 8938.0, 8924.0, 8942.0, 8985.0, 8941.0, 9010.0, 8943.0, 9019.0, 8961.0, 9018.0, 8945.0, 8996.0, 8941.0, 8998.0, 8954.0, 9024.0, 8970.0, 9001.0, 8947.0, 9006.0, 8939.0, 9022.0, 8968.0, 9001.0, 8969.0, 9011.0, 8953.0, 8987.0, 8946.0, 8960.0, 8958.0, 8971.0, 8961.0, 8983.0, 8975.0, 8969.0, 8954.0, 8970.0, 8954.0, 8984.0, 8987.0, 9011.0, 8956.0, 9023.0, 8979.0, 9049.0, 9029.0, 9027.0, 8958.0, 9027.0, 8986.0, 9037.0, 9019.0, 9038.0, 8983.0, 9036.0, 9013.0, 9036.0, 8989.0, 9028.0, 8995.0, 8967.0, 9039.0, 8968.0, 9009.0, 8960.0, 9012.0, 8959.0, 9027.0, 8960.0, 9029.0, 8976.0, 9047.0, 8981.0, 9028.0, 8974.0, 9028.0, 8961.0, 9035.0, 8981.0, 9017.0, 8978.0, 9017.0, 8976.0, 9022.0, 9011.0, 9018.0, 8978.0, 8996.0, 8975.0, 9020.0, 8979.0, 8984.0, 8956.0, 8942.0, 8958.0, 8980.0, 8960.0, 8974.0, 8956.0, 8957.0, 8961.0, 8980.0, 8983.0, 9007.0, 8978.0, 9006.0, 8984.0, 9009.0, 8999.0, 9023.0, 8982.0, 9020.0, 8998.0, 9026.0, 8999.0, 9020.0, 8982.0, 9025.0, 8986.0, 9051.0, 8996.0, 9023.0, 8981.0, 9040.0, 8998.0, 8984.0, 8992.0, 8978.0, 8994.0, 8984.0, 9052.0, 8995.0, 9050.0, 8976.0, 9032.0, 8983.0, 9038.0, 9037.0, 9022.0, 8991.0, 8977.0, 8971.0, 8986.0, 9029.0, 8993.0, 9032.0, 8993.0, 9036.0, 9000.0, 9055.0, 9014.0, 9009.0, 8992.0, 9024.0, 8978.0, 9044.0, 9002.0, 8951.0, 8951.0, 8965.0, 8962.0, 9042.0, 9003.0, 8992.0, 8951.0, 8977.0, 8948.0, 8995.0, 8939.0, 8975.0, 8949.0, 8963.0, 8956.0, 8976.0, 8970.0, 8959.0, 8930.0, 8972.0, 8966.0, 8970.0, 8968.0, 8983.0, 8963.0, 8996.0, 8981.0, 9008.0, 9068.0, 9035.0, 9030.0, 9019.0, 9003.0, 9004.0, 9011.0, 8998.0, 9003.0, 9002.0, 8992.0, 8997.0, 8984.0, 9015.0, 8968.0, 8980.0, 8962.0, 8994.0, 8969.0, 9031.0, 8983.0, 9006.0, 8964.0, 9014.0, 8981.0, 9034.0, 8974.0, 9004.0, 8959.0, 8972.0, 8961.0, 8988.0, 8960.0, 8976.0, 8958.0, 8964.0, 9040.0, 8962.0, 9016.0, 8941.0, 8979.0, 8963.0, 8928.0, 8912.0, 8927.0, 8942.0, 8950.0, 8955.0, 8950.0, 8965.0, 8966.0, 9021.0, 8980.0, 9026.0, 9020.0, 8954.0, 8963.0, 8942.0, 8963.0, 8994.0, 8974.0, 9003.0, 8962.0, 9002.0, 8962.0, 8987.0, 8965.0, 9027.0, 8957.0, 9030.0, 9000.0, 9008.0, 8951.0, 8976.0, 8928.0, 8949.0, 8940.0, 8930.0, 8902.0, 8913.0, 8916.0, 8919.0, 8923.0, 8944.0, 8963.0, 8989.0, 8932.0, 8992.0, 8964.0, 9022.0, 8953.0, 9039.0, 8967.0, 9036.0, 8970.0, 9042.0, 8999.0, 9040.0, 8960.0, 8992.0, 8987.0, 9006.0, 9048.0, 9008.0, 9015.0, 8958.0, 9028.0, 8957.0, 9032.0, 9009.0, 9030.0, 8979.0, 9020.0, 8982.0, 9037.0, 8997.0, 8954.0, 8984.0, 8986.0, 8977.0, 9004.0, 9009.0, 8977.0, 9018.0, 8966.0, 9041.0, 9014.0, 9059.0, 8984.0, 9040.0, 9003.0, 8999.0, 8999.0, 8997.0, 8976.0, 8994.0, 8981.0, 9010.0, 8972.0, 9060.0, 8973.0, 8990.0, 8947.0, 8996.0, 8964.0, 9012.0, 8974.0, 8955.0, 8948.0, 8948.0, 9038.0, 9017.0, 8959.0, 8944.0, 8948.0, 8980.0, 8969.0, 9013.0, 8983.0, 9019.0, 8965.0, 9033.0, 9005.0, 9004.0, 9009.0, 8993.0, 9035.0, 9019.0, 9019.0, 8956.0, 8996.0, 8951.0, 8968.0, 8968.0, 8952.0, 8937.0, 8922.0, 8947.0, 8939.0, 8956.0, 8944.0, 8953.0, 8940.0, 8968.0, 8959.0, 8961.0, 9016.0, 8971.0, 8997.0, 8959.0, 8973.0, 8964.0, 8984.0, 9005.0, 8973.0, 9014.0, 8977.0, 9033.0, 8980.0, 9033.0, 8999.0, 9012.0, 8971.0, 9014.0, 8977.0, 9034.0, 8990.0, 9011.0, 8972.0, 9029.0, 8983.0, 9040.0, 8996.0, 9005.0, 8977.0, 9005.0, 8980.0, 9036.0, 9008.0, 8981.0, 8974.0, 9021.0, 8978.0, 9047.0, 8991.0, 9016.0, 8972.0, 9045.0, 8973.0, 9029.0, 8971.0, 8995.0, 8924.0, 8951.0, 9005.0, 8952.0, 8993.0, 8937.0, 8963.0, 8957.0, 8972.0, 8965.0, 8995.0, 8970.0, 9021.0, 8981.0, 9023.0, 8989.0, 9062.0, 9008.0, 9059.0, 9019.0, 9055.0, 8989.0, 9042.0, 9012.0, 8952.0, 8948.0, 8990.0, 9019.0, 9054.0, 8992.0, 8947.0, 8971.0, 9020.0, 8988.0, 9053.0, 8990.0, 9051.0, 9007.0, 9013.0, 8941.0, 8986.0, 8947.0, 8989.0, 8943.0, 8909.0, 8921.0, 8910.0, 8932.0, 8925.0, 8952.0, 8921.0, 8943.0, 8947.0, 8971.0, 8923.0, 8994.0, 8929.0, 8962.0, 8920.0, 8960.0, 8937.0, 8989.0, 8936.0, 8946.0, 8927.0, 8934.0, 8934.0, 8965.0, 8927.0, 8986.0, 8921.0, 8977.0, 8941.0, 8999.0, 8953.0, 9015.0, 8949.0, 8996.0, 8944.0, 8980.0, 8930.0, 8995.0, 8942.0, 9014.0, 8961.0, 9004.0, 8969.0, 9015.0, 8970.0, 8954.0, 8936.0, 8955.0, 8952.0, 8957.0, 9032.0, 8994.0, 9044.0, 8970.0, 9034.0, 8969.0, 9030.0, 8953.0, 9036.0, 9026.0, 9049.0, 8989.0, 9042.0, 8974.0, 9049.0, 9034.0, 9024.0, 8968.0, 9012.0, 8940.0, 9014.0, 8976.0, 8942.0, 8995.0, 8922.0, 8974.0, 8934.0, 9002.0, 8977.0, 9018.0, 8946.0, 8986.0, 8962.0, 9006.0, 8975.0, 9000.0, 8931.0, 8978.0, 8931.0, 8985.0, 8947.0, 8920.0, 8907.0, 8919.0, 8938.0, 8940.0, 8993.0, 8948.0, 8989.0, 8933.0, 8987.0, 8940.0, 8999.0, 8961.0, 8998.0, 8944.0, 8986.0, 8951.0, 9006.0, 8936.0, 8992.0, 8929.0, 8922.0, 8938.0, 8946.0, 8932.0, 8942.0, 8967.0, 8953.0, 8971.0, 8956.0, 9001.0, 8976.0, 9052.0, 9032.0, 9137.0, 9052.0, 9044.0, 8993.0, 8988.0, 8978.0, 8964.0, 8957.0, 8887.0, 8883.0, 8952.0, 9013.0, 8988.0, 9073.0, 8983.0, 8965.0, 8898.0, 8903.0, 8924.0, 8932.0, 9032.0, 8958.0, 8965.0, 8969.0, 8951.0, 9013.0, 8996.0, 8959.0, 9031.0, 9016.0, 8977.0, 9050.0, 9021.0, 8996.0, 9037.0, 9010.0, 9024.0, 8973.0, 8998.0, 8957.0, 9027.0, 8991.0, 9002.0, 8950.0, 8940.0, 8954.0, 8963.0, 8953.0, 8963.0, 8972.0, 8961.0, 8940.0, 8986.0, 9032.0, 9006.0, 9001.0, 9059.0, 8985.0, 9076.0, 9017.0, 9103.0, 9048.0, 9077.0, 9000.0, 9058.0, 9021.0, 9053.0, 9012.0, 9032.0, 8975.0, 9014.0, 8998.0, 9049.0, 9001.0, 9090.0, 9020.0, 8965.0, 8937.0, 8945.0, 8957.0, 8994.0, 8973.0, 8962.0, 8988.0, 9039.0, 8983.0, 9023.0, 8981.0, 9034.0, 8960.0, 9012.0, 8954.0, 9000.0, 9018.0, 9011.0, 8953.0, 8933.0, 8933.0, 8951.0, 8946.0, 8920.0, 8931.0, 8931.0, 8951.0, 8967.0, 8952.0, 8962.0, 8949.0, 8935.0, 8949.0, 8969.0, 8953.0, 8922.0, 8934.0, 8920.0, 8952.0, 8940.0, 8954.0, 8938.0, 8952.0, 8953.0, 8951.0, 8960.0, 8956.0, 8968.0, 8948.0, 8919.0, 8947.0, 8950.0, 8955.0, 8969.0, 8965.0, 8939.0, 8952.0, 8938.0, 8957.0, 8969.0, 8952.0, 8938.0, 8954.0, 8956.0, 8960.0, 8962.0, 8977.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.005538674698795181</td></tr>
<tr><td colspan=3>aqi</td><td>0.04138156035049288</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.55118221562499</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2188028025548239</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0744134761842101</td></tr>
<tr><td colspan=3>efc</td><td>0.4585</td></tr>
<tr><td colspan=3>fber</td><td>4623.9458</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1800012679333634</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>212</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.220153340635267</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.722674554248087</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6762376634662495</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9462897479367967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.545496251341215</td></tr>
<tr><td colspan=3>gcor</td><td>0.010943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0067980410531163216</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02774496003985405</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4627482651452293</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>22.9201</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.017</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.3294</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309134.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.7857</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.191</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.6051</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3240.042</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.9485</td></tr>
<tr><td colspan=3>tsnr</td><td>27.83853276236914</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>