<?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-0020_ses-01_task-alignvideo_acq-mb8_run-03_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-0020_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_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-0020/ses-01/func/sub-0020_ses-01_task-alignvideo_acq-mb8_run-03_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>5fa6371897544d276bfd53d5addbd9df</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>11:20:0.827500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996315, -0.0521302, 0.0681143, 0.0400161, 0.984897, 0.168455]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.0845649</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>52</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7777, -7223, 557, -70, -242, 110, 64]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>245.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c652c84-ad3e-4400-b158-bc7ee465e6ea||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673039436340332, 0.10736031085252762, 0.20484139025211334, 104.33385467529297], [0.13986144959926605, 2.6424059867858887, 0.44579288363456726, -108.28345489501953], [0.1827457994222641, -0.45195233821868896, 2.6550536155700684, -41.95502853393555], [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, 1016]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'AcquisitionTime': ['112000.827500', '112001.287500', '112001.747500', '112002.207500', '112002.667500', '112003.127500', '112003.587500', '112004.047500', '112004.507500', '112004.967500', '112005.427500', '112005.887500', '112006.347500', '112006.807500', '112007.267500', '112007.727500', '112008.187500', '112008.647500', '112009.107500', '112009.567500', '112010.027500', '112010.487500', '112010.947500', '112011.407500', '112011.867500', '112012.327500', '112012.787500', '112013.247500', '112013.707500', '112014.167500', '112014.627500', '112015.087500', '112015.547500', '112016.007500', '112016.467500', '112016.927500', '112017.387500', '112017.847500', '112018.307500', '112018.767500', '112019.227500', '112019.687500', '112020.147500', '112020.607500', '112021.067500', '112021.527500', '112021.987500', '112022.447500', '112022.907500', '112023.367500', '112023.827500', '112024.287500', '112024.747500', '112025.207500', '112025.667500', '112026.127500', '112026.587500', '112027.047500', '112027.507500', '112027.967500', '112028.427500', '112028.887500', '112029.347500', '112029.807500', '112030.267500', '112030.727500', '112031.187500', '112031.647500', '112032.107500', '112032.567500', '112033.027500', '112033.487500', '112033.947500', '112034.407500', '112034.867500', '112035.327500', '112035.787500', '112036.247500', '112036.707500', '112037.167500', '112037.627500', '112038.087500', '112038.547500', '112039.007500', '112039.467500', '112039.927500', '112040.387500', '112040.847500', '112041.307500', '112041.767500', '112042.227500', '112042.687500', '112043.147500', '112043.607500', '112044.067500', '112044.527500', '112044.987500', '112045.447500', '112045.907500', '112046.367500', '112046.827500', '112047.287500', '112047.747500', '112048.207500', '112048.667500', '112049.127500', '112049.587500', '112050.047500', '112050.507500', '112050.967500', '112051.427500', '112051.887500', '112052.347500', '112052.807500', '112053.267500', '112053.727500', '112054.187500', '112054.647500', '112055.107500', '112055.567500', '112056.027500', '112056.487500', '112056.947500', '112057.407500', '112057.867500', '112058.327500', '112058.787500', '112059.247500', '112059.707500', '112100.167500', '112100.627500', '112101.087500', '112101.547500', '112102.007500', '112102.467500', '112102.927500', '112103.387500', '112103.847500', '112104.307500', '112104.767500', '112105.227500', '112105.687500', '112106.147500', '112106.607500', '112107.067500', '112107.527500', '112107.987500', '112108.447500', '112108.907500', '112109.367500', '112109.827500', '112110.287500', '112110.747500', '112111.207500', '112111.667500', '112112.127500', '112112.587500', '112113.047500', '112113.507500', '112113.967500', '112114.427500', '112114.887500', '112115.347500', '112115.807500', '112116.267500', '112116.727500', '112117.187500', '112117.647500', '112118.107500', '112118.567500', '112119.027500', '112119.487500', '112119.947500', '112120.407500', '112120.867500', '112121.327500', '112121.787500', '112122.247500', '112122.707500', '112123.167500', '112123.627500', '112124.087500', '112124.547500', '112125.007500', '112125.467500', '112125.927500', '112126.387500', '112126.847500', '112127.307500', '112127.767500', '112128.227500', '112128.687500', '112129.147500', '112129.607500', '112130.067500', '112130.527500', '112130.987500', '112131.447500', '112131.907500', '112132.367500', '112132.827500', '112133.287500', '112133.747500', '112134.207500', '112134.667500', '112135.127500', '112135.587500', '112136.047500', '112136.507500', '112136.967500', '112137.427500', '112137.887500', '112138.347500', '112138.807500', '112139.267500', '112139.727500', '112140.187500', '112140.647500', '112141.107500', '112141.567500', '112142.027500', '112142.487500', '112142.947500', '112143.407500', '112143.867500', '112144.327500', '112144.787500', '112145.247500', '112145.707500', '112146.167500', '112146.627500', '112147.087500', '112147.547500', '112148.007500', '112148.467500', '112148.927500', '112149.387500', '112149.847500', '112150.307500', '112150.767500', '112151.227500', '112151.687500', '112152.147500', '112152.607500', '112153.067500', '112153.527500', '112153.987500', '112154.447500', '112154.907500', '112155.367500', '112155.827500', '112156.287500', '112156.747500', '112157.207500', '112157.667500', '112158.127500', '112158.587500', '112159.047500', '112159.507500', '112159.967500', '112200.427500', '112200.887500', '112201.347500', '112201.807500', '112202.267500', '112202.727500', '112203.187500', '112203.647500', '112204.107500', '112204.567500', '112205.027500', '112205.487500', '112205.947500', '112206.407500', '112206.867500', '112207.327500', '112207.787500', '112208.247500', '112208.707500', '112209.167500', '112209.627500', '112210.087500', '112210.547500', '112211.007500', '112211.467500', '112211.927500', '112212.387500', '112212.847500', '112213.307500', '112213.767500', '112214.227500', '112214.687500', '112215.147500', '112215.607500', '112216.067500', '112216.527500', '112216.987500', '112217.447500', '112217.907500', '112218.367500', '112218.827500', '112219.287500', '112219.747500', '112220.207500', '112220.667500', '112221.127500', '112221.587500', '112222.047500', '112222.507500', '112222.967500', '112223.427500', '112223.887500', '112224.347500', '112224.807500', '112225.267500', '112225.727500', '112226.187500', '112226.647500', '112227.107500', '112227.567500', '112228.027500', '112228.487500', '112228.947500', '112229.407500', '112229.867500', '112230.327500', '112230.787500', '112231.247500', '112231.707500', '112232.167500', '112232.627500', '112233.087500', '112233.547500', '112234.007500', '112234.467500', '112234.927500', '112235.387500', '112235.847500', '112236.307500', '112236.767500', '112237.227500', '112237.687500', '112238.147500', '112238.607500', '112239.067500', '112239.527500', '112239.987500', '112240.447500', '112240.907500', '112241.367500', '112241.827500', '112242.287500', '112242.747500', '112243.207500', '112243.667500', '112244.127500', '112244.587500', '112245.047500', '112245.507500', '112245.967500', '112246.427500', '112246.887500', '112247.347500', '112247.807500', '112248.267500', '112248.727500', '112249.187500', '112249.647500', '112250.107500', '112250.567500', '112251.027500', '112251.487500', '112251.947500', '112252.407500', '112252.867500', '112253.327500', '112253.787500', '112254.247500', '112254.707500', '112255.167500', '112255.627500', '112256.087500', '112256.547500', '112257.007500', '112257.467500', '112257.927500', '112258.387500', '112258.847500', '112259.307500', '112259.767500', '112300.227500', '112300.687500', '112301.147500', '112301.607500', '112302.067500', '112302.527500', '112302.987500', '112303.447500', '112303.907500', '112304.367500', '112304.827500', '112305.287500', '112305.747500', '112306.207500', '112306.667500', '112307.127500', '112307.587500', '112308.047500', '112308.507500', '112308.967500', '112309.427500', '112309.887500', '112310.347500', '112310.807500', '112311.267500', '112311.727500', '112312.187500', '112312.647500', '112313.107500', '112313.567500', '112314.027500', '112314.487500', '112314.947500', '112315.407500', '112315.867500', '112316.327500', '112316.787500', '112317.247500', '112317.707500', '112318.167500', '112318.627500', '112319.087500', '112319.547500', '112320.007500', '112320.467500', '112320.927500', '112321.387500', '112321.847500', '112322.307500', '112322.767500', '112323.227500', '112323.687500', '112324.147500', '112324.607500', '112325.067500', '112325.527500', '112325.987500', '112326.447500', '112326.907500', '112327.367500', '112327.827500', '112328.287500', '112328.747500', '112329.207500', '112329.667500', '112330.127500', '112330.587500', '112331.047500', '112331.507500', '112331.967500', '112332.427500', '112332.887500', '112333.347500', '112333.807500', '112334.267500', '112334.727500', '112335.187500', '112335.647500', '112336.107500', '112336.567500', '112337.027500', '112337.487500', '112337.947500', '112338.407500', '112338.867500', '112339.327500', '112339.787500', '112340.247500', '112340.707500', '112341.167500', '112341.627500', '112342.087500', '112342.547500', '112343.007500', '112343.467500', '112343.927500', '112344.387500', '112344.847500', '112345.307500', '112345.767500', '112346.227500', '112346.687500', '112347.147500', '112347.607500', '112348.067500', '112348.527500', '112348.987500', '112349.447500', '112349.907500', '112350.367500', '112350.827500', '112351.287500', '112351.747500', '112352.207500', '112352.667500', '112353.127500', '112353.587500', '112354.047500', '112354.507500', '112354.967500', '112355.427500', '112355.887500', '112356.347500', '112356.807500', '112357.267500', '112357.727500', '112358.187500', '112358.647500', '112359.107500', '112359.567500', '112400.027500', '112400.487500', '112400.947500', '112401.407500', '112401.867500', '112402.327500', '112402.787500', '112403.247500', '112403.707500', '112404.167500', '112404.627500', '112405.087500', '112405.547500', '112406.007500', '112406.467500', '112406.927500', '112407.387500', '112407.847500', '112408.307500', '112408.767500', '112409.227500', '112409.687500', '112410.147500', '112410.607500', '112411.067500', '112411.527500', '112411.987500', '112412.447500', '112412.907500', '112413.367500', '112413.827500', '112414.287500', '112414.747500', '112415.207500', '112415.667500', '112416.127500', '112416.587500', '112417.047500', '112417.507500', '112417.967500', '112418.427500', '112418.887500', '112419.347500', '112419.807500', '112420.267500', '112420.727500', '112421.187500', '112421.647500', '112422.107500', '112422.567500', '112423.027500', '112423.487500', '112423.947500', '112424.407500', '112424.867500', '112425.327500', '112425.787500', '112426.247500', '112426.707500', '112427.167500', '112427.627500', '112428.087500', '112428.547500', '112429.007500', '112429.467500', '112429.927500', '112430.387500', '112430.847500', '112431.307500', '112431.767500', '112432.227500', '112432.687500', '112433.147500', '112433.607500', '112434.067500', '112434.527500', '112434.987500', '112435.447500', '112435.907500', '112436.367500', '112436.827500', '112437.287500', '112437.747500', '112438.207500', '112438.667500', '112439.127500', '112439.587500', '112440.047500', '112440.507500', '112440.967500', '112441.427500', '112441.887500', '112442.347500', '112442.807500', '112443.267500', '112443.727500', '112444.187500', '112444.647500', '112445.107500', '112445.567500', '112446.027500', '112446.487500', '112446.947500', '112447.407500', '112447.867500', '112448.327500', '112448.787500', '112449.247500', '112449.707500', '112450.167500', '112450.627500', '112451.087500', '112451.547500', '112452.007500', '112452.467500', '112452.927500', '112453.387500', '112453.847500', '112454.307500', '112454.767500', '112455.227500', '112455.687500', '112456.147500', '112456.607500', '112457.067500', '112457.527500', '112457.987500', '112458.447500', '112458.907500', '112459.367500', '112459.827500', '112500.287500', '112500.747500', '112501.207500', '112501.667500', '112502.127500', '112502.587500', '112503.047500', '112503.507500', '112503.967500', '112504.427500', '112504.887500', '112505.347500', '112505.807500', '112506.267500', '112506.727500', '112507.187500', '112507.647500', '112508.107500', '112508.567500', '112509.027500', '112509.487500', '112509.947500', '112510.407500', '112510.867500', '112511.327500', '112511.787500', '112512.247500', '112512.707500', '112513.167500', '112513.627500', '112514.087500', '112514.547500', '112515.007500', '112515.467500', '112515.927500', '112516.387500', '112516.847500', '112517.307500', '112517.767500', '112518.227500', '112518.687500', '112519.147500', '112519.607500', '112520.067500', '112520.527500', '112520.987500', '112521.447500', '112521.907500', '112522.367500', '112522.827500', '112523.287500', '112523.747500', '112524.207500', '112524.667500', '112525.127500', '112525.587500', '112526.047500', '112526.507500', '112526.967500', '112527.427500', '112527.887500', '112528.347500', '112528.807500', '112529.267500', '112529.727500', '112530.187500', '112530.647500', '112531.107500', '112531.567500', '112532.027500', '112532.487500', '112532.947500', '112533.407500', '112533.867500', '112534.327500', '112534.787500', '112535.247500', '112535.707500', '112536.167500', '112536.627500', '112537.087500', '112537.547500', '112538.007500', '112538.467500', '112538.927500', '112539.387500', '112539.847500', '112540.307500', '112540.767500', '112541.227500', '112541.687500', '112542.147500', '112542.607500', '112543.067500', '112543.527500', '112543.987500', '112544.447500', '112544.907500', '112545.367500', '112545.827500', '112546.287500', '112546.747500', '112547.207500', '112547.667500', '112548.127500', '112548.587500', '112549.047500', '112549.507500', '112549.967500', '112550.427500', '112550.887500', '112551.347500', '112551.807500', '112552.267500', '112552.727500', '112553.187500', '112553.647500', '112554.107500', '112554.567500', '112555.027500', '112555.487500', '112555.947500', '112556.407500', '112556.867500', '112557.327500', '112557.787500', '112558.247500', '112558.707500', '112559.167500', '112559.627500', '112600.087500', '112600.547500', '112601.007500', '112601.467500', '112601.927500', '112602.387500', '112602.847500', '112603.307500', '112603.767500', '112604.227500', '112604.687500', '112605.147500', '112605.607500', '112606.067500', '112606.527500', '112606.987500', '112607.447500', '112607.907500', '112608.367500', '112608.827500', '112609.287500', '112609.747500', '112610.207500', '112610.667500', '112611.127500', '112611.587500', '112612.047500', '112612.507500', '112612.967500', '112613.427500', '112613.887500', '112614.347500', '112614.807500', '112615.267500', '112615.727500', '112616.187500', '112616.647500', '112617.107500', '112617.567500', '112618.027500', '112618.487500', '112618.947500', '112619.407500', '112619.867500', '112620.327500', '112620.787500', '112621.247500', '112621.707500', '112622.167500', '112622.627500', '112623.087500', '112623.547500', '112624.007500', '112624.467500', '112624.927500', '112625.387500', '112625.847500', '112626.307500', '112626.767500', '112627.227500', '112627.687500', '112628.147500', '112628.607500', '112629.067500', '112629.527500', '112629.987500', '112630.447500', '112630.907500', '112631.367500', '112631.827500', '112632.287500', '112632.747500', '112633.207500', '112633.667500', '112634.127500', '112634.587500', '112635.047500', '112635.507500', '112635.967500', '112636.427500', '112636.887500', '112637.347500', '112637.807500', '112638.267500', '112638.727500', '112639.187500', '112639.647500', '112640.107500', '112640.567500', '112641.027500', '112641.487500', '112641.947500', '112642.407500', '112642.867500', '112643.327500', '112643.787500', '112644.247500', '112644.707500', '112645.167500', '112645.627500', '112646.087500', '112646.547500', '112647.007500', '112647.467500', '112647.927500', '112648.387500', '112648.847500', '112649.307500', '112649.767500', '112650.227500', '112650.687500', '112651.147500', '112651.607500', '112652.067500', '112652.527500', '112652.987500', '112653.447500', '112653.907500', '112654.367500', '112654.827500', '112655.287500', '112655.747500', '112656.207500', '112656.667500', '112657.127500', '112657.587500', '112658.047500', '112658.507500', '112658.967500', '112659.427500', '112659.887500', '112700.347500', '112700.807500', '112701.267500', '112701.727500', '112702.187500', '112702.647500', '112703.107500', '112703.567500', '112704.027500', '112704.487500', '112704.947500', '112705.407500', '112705.867500', '112706.327500', '112706.787500', '112707.247500', '112707.707500', '112708.167500', '112708.627500', '112709.087500', '112709.547500', '112710.007500', '112710.467500', '112710.927500', '112711.387500', '112711.847500', '112712.307500', '112712.767500', '112713.227500', '112713.687500', '112714.147500', '112714.607500', '112715.067500', '112715.527500', '112715.987500', '112716.447500', '112716.907500', '112717.367500', '112717.827500', '112718.287500', '112718.747500', '112719.207500', '112719.667500', '112720.127500', '112720.587500', '112721.047500', '112721.507500', '112721.967500', '112722.427500', '112722.887500', '112723.347500', '112723.807500', '112724.267500', '112724.727500', '112725.187500', '112725.647500', '112726.107500', '112726.567500', '112727.027500', '112727.487500', '112727.947500', '112728.407500', '112728.867500', '112729.327500', '112729.787500', '112730.247500', '112730.707500', '112731.167500', '112731.627500', '112732.087500', '112732.547500', '112733.007500', '112733.467500', '112733.927500', '112734.387500', '112734.847500', '112735.307500', '112735.767500', '112736.227500', '112736.687500', '112737.147500', '112737.607500', '112738.067500', '112738.527500', '112738.987500', '112739.447500', '112739.907500', '112740.367500', '112740.827500', '112741.287500', '112741.747500', '112742.207500', '112742.667500', '112743.127500', '112743.587500', '112744.047500', '112744.507500', '112744.967500', '112745.427500', '112745.887500', '112746.347500', '112746.807500', '112747.267500', '112747.727500'], 'ContentTime': ['112004.869000', '112005.050000', '112005.269000', '112005.473000', '112005.653000', '112005.840000', '112006.048000', '112006.230000', '112006.463000', '112006.646000', '112006.880000', '112007.334000', '112007.797000', '112008.248000', '112008.732000', '112009.218000', '112009.684000', '112010.120000', '112011.236000', '112011.397000', '112011.510000', '112011.955000', '112012.428000', '112012.875000', '112013.368000', '112013.801000', '112014.267000', '112014.712000', '112015.167000', '112015.621000', '112016.100000', '112016.555000', '112017.020000', '112017.462000', '112017.926000', '112018.393000', '112018.862000', '112019.302000', '112019.825000', '112020.235000', '112020.686000', '112021.156000', '112021.649000', '112022.071000', '112022.539000', '112022.995000', '112023.444000', '112023.911000', '112024.373000', '112024.838000', '112025.298000', '112025.760000', '112026.224000', '112026.674000', '112027.138000', '112027.604000', '112028.055000', '112028.517000', '112029.020000', '112029.434000', '112029.888000', '112030.353000', '112030.807000', '112031.262000', '112031.738000', '112032.296000', '112032.646000', '112033.120000', '112033.571000', '112034.040000', '112034.510000', '112034.958000', '112035.420000', '112035.870000', '112036.337000', '112036.802000', '112037.247000', '112037.722000', '112038.177000', '112038.640000', '112039.084000', '112039.545000', '112040.004000', '112040.468000', '112040.922000', '112041.411000', '112041.867000', '112042.321000', '112042.765000', '112043.233000', '112043.727000', '112044.147000', '112044.613000', '112045.072000', '112045.559000', '112045.984000', '112046.447000', '112046.910000', '112047.367000', '112047.825000', '112048.281000', '112048.746000', '112049.220000', '112049.666000', '112050.137000', '112050.646000', '112051.046000', '112051.569000', '112051.980000', '112052.443000', '112052.889000', '112053.353000', '112053.819000', '112054.285000', '112054.744000', '112055.204000', '112055.660000', '112056.108000', '112056.589000', '112057.027000', '112057.508000', '112057.958000', '112058.442000', '112058.919000', '112059.336000', '112059.783000', '112100.317000', '112100.711000', '112101.166000', '112101.627000', '112102.102000', '112102.553000', '112103.003000', '112103.496000', '112103.923000', '112104.395000', '112104.863000', '112105.314000', '112105.783000', '112106.225000', '112106.685000', '112107.149000', '112107.609000', '112108.073000', '112108.543000', '112108.996000', '112109.464000', '112109.919000', '112110.367000', '112110.838000', '112111.287000', '112111.750000', '112112.218000', '112112.685000', '112113.140000', '112113.594000', '112114.048000', '112114.515000', '112114.972000', '112115.426000', '112115.904000', '112116.372000', '112116.805000', '112117.271000', '112117.730000', '112118.207000', '112118.660000', '112119.121000', '112119.572000', '112120.026000', '112120.498000', '112120.944000', '112121.405000', '112121.866000', '112122.328000', '112122.788000', '112123.246000', '112123.711000', '112124.176000', '112124.629000', '112125.095000', '112125.562000', '112126.027000', '112126.485000', '112126.942000', '112127.404000', '112127.851000', '112128.324000', '112128.780000', '112129.223000', '112129.682000', '112130.164000', '112130.629000', '112131.070000', '112131.545000', '112131.985000', '112132.459000', '112132.927000', '112133.847000', '112133.989000', '112134.301000', '112134.770000', '112135.215000', '112135.681000', '112136.133000', '112136.607000', '112137.064000', '112137.520000', '112137.979000', '112138.493000', '112138.907000', '112139.344000', '112139.827000', '112140.281000', '112140.750000', '112141.205000', '112141.646000', '112142.111000', '112142.571000', '112143.051000', '112143.489000', '112143.964000', '112144.477000', '112144.867000', '112145.364000', '112145.800000', '112146.261000', '112146.725000', '112147.182000', '112147.638000', '112148.107000', '112148.563000', '112149.021000', '112149.466000', '112149.944000', '112150.400000', '112150.850000', '112151.312000', '112151.768000', '112152.229000', '112152.687000', '112153.168000', '112153.609000', '112154.076000', '112154.536000', '112154.988000', '112155.468000', '112155.927000', '112156.367000', '112156.837000', '112157.292000', '112157.762000', '112158.257000', '112158.681000', '112159.175000', '112159.604000', '112200.052000', '112200.508000', '112200.985000', '112201.446000', '112201.885000', '112202.349000', '112202.810000', '112203.316000', '112203.743000', '112204.242000', '112204.646000', '112205.120000', '112205.568000', '112206.034000', '112206.532000', '112206.947000', '112207.425000', '112207.883000', '112208.345000', '112208.799000', '112209.253000', '112209.709000', '112210.183000', '112210.647000', '112211.102000', '112211.564000', '112212.026000', '112212.489000', '112212.929000', '112213.394000', '112213.862000', '112214.321000', '112214.788000', '112215.243000', '112215.704000', '112216.166000', '112216.625000', '112217.066000', '112217.545000', '112218.012000', '112218.454000', '112218.938000', '112219.395000', '112219.831000', '112220.308000', '112220.766000', '112221.207000', '112221.676000', '112222.138000', '112222.604000', '112223.057000', '112223.527000', '112223.972000', '112224.448000', '112224.898000', '112225.374000', '112225.823000', '112226.305000', '112226.736000', '112227.190000', '112227.673000', '112228.122000', '112228.571000', '112229.037000', '112229.491000', '112229.965000', '112230.427000', '112230.922000', '112231.357000', '112231.799000', '112232.272000', '112232.730000', '112233.177000', '112233.649000', '112234.094000', '112234.560000', '112235.023000', '112235.489000', '112235.947000', '112236.411000', '112236.876000', '112237.331000', '112237.774000', '112238.270000', '112238.693000', '112239.164000', '112239.624000', '112240.073000', '112240.536000', '112241.011000', '112241.458000', '112241.933000', '112242.369000', '112242.835000', '112243.305000', '112243.767000', '112244.219000', '112244.680000', '112245.154000', '112245.604000', '112246.072000', '112246.521000', '112246.985000', '112247.447000', '112247.901000', '112248.389000', '112248.813000', '112249.283000', '112249.753000', '112250.203000', '112250.683000', '112251.115000', '112251.572000', '112252.070000', '112252.508000', '112252.989000', '112253.412000', '112253.893000', '112254.338000', '112254.814000', '112255.266000', '112255.730000', '112256.191000', '112256.653000', '112257.110000', '112257.561000', '112258.012000', '112258.491000', '112258.935000', '112259.407000', '112259.872000', '112300.358000', '112300.787000', '112301.247000', '112301.702000', '112302.203000', '112302.646000', '112303.071000', '112303.551000', '112303.995000', '112304.525000', '112304.915000', '112305.379000', '112305.834000', '112306.296000', '112306.764000', '112307.227000', '112307.685000', '112308.222000', '112308.608000', '112309.061000', '112309.516000', '112309.992000', '112310.457000', '112310.905000', '112311.374000', '112311.833000', '112312.276000', '112312.749000', '112313.200000', '112313.656000', '112314.148000', '112314.581000', '112315.044000', '112315.512000', '112315.972000', '112316.413000', '112316.875000', '112317.349000', '112317.805000', '112318.271000', '112318.720000', '112319.193000', '112319.653000', '112320.106000', '112320.567000', '112321.026000', '112321.478000', '112321.954000', '112322.397000', '112322.928000', '112323.327000', '112323.789000', '112324.242000', '112324.709000', '112325.161000', '112325.625000', '112326.077000', '112326.537000', '112326.991000', '112327.461000', '112327.922000', '112328.383000', '112328.856000', '112329.298000', '112329.756000', '112330.229000', '112330.678000', '112331.152000', '112331.598000', '112332.059000', '112332.523000', '112332.995000', '112333.435000', '112333.904000', '112334.359000', '112334.817000', '112335.294000', '112335.737000', '112336.259000', '112336.676000', '112337.116000', '112337.578000', '112338.057000', '112338.521000', '112338.976000', '112339.417000', '112339.877000', '112340.335000', '112340.804000', '112341.275000', '112341.729000', '112342.198000', '112342.638000', '112343.116000', '112343.573000', '112344.032000', '112344.516000', '112344.954000', '112345.397000', '112345.913000', '112346.378000', '112346.784000', '112347.277000', '112347.720000', '112348.162000', '112348.617000', '112349.099000', '112349.549000', '112350.002000', '112350.474000', '112350.937000', '112351.388000', '112351.898000', '112352.308000', '112352.764000', '112353.251000', '112353.680000', '112354.142000', '112354.611000', '112355.062000', '112355.537000', '112355.992000', '112356.477000', '112356.916000', '112357.361000', '112357.839000', '112358.316000', '112358.756000', '112359.239000', '112359.661000', '112400.141000', '112400.593000', '112401.048000', '112401.507000', '112401.968000', '112402.423000', '112402.883000', '112403.349000', '112403.802000', '112404.268000', '112404.741000', '112405.187000', '112405.657000', '112406.122000', '112406.563000', '112407.023000', '112407.487000', '112407.958000', '112408.399000', '112408.875000', '112409.343000', '112409.790000', '112410.261000', '112410.720000', '112411.175000', '112411.637000', '112412.090000', '112412.553000', '112413.009000', '112413.476000', '112413.922000', '112414.382000', '112414.851000', '112415.317000', '112415.765000', '112416.259000', '112416.696000', '112417.153000', '112417.614000', '112418.064000', '112418.537000', '112419.019000', '112419.458000', '112419.904000', '112420.370000', '112420.832000', '112421.299000', '112421.743000', '112422.215000', '112422.699000', '112423.145000', '112423.601000', '112424.055000', '112424.530000', '112424.997000', '112425.422000', '112425.881000', '112426.374000', '112426.816000', '112427.257000', '112427.743000', '112428.195000', '112428.657000', '112429.114000', '112429.573000', '112430.041000', '112430.496000', '112430.944000', '112431.410000', '112431.876000', '112432.341000', '112432.798000', '112433.242000', '112433.721000', '112434.233000', '112434.668000', '112435.085000', '112435.556000', '112436.052000', '112436.483000', '112436.937000', '112437.392000', '112437.858000', '112438.315000', '112438.779000', '112439.239000', '112439.713000', '112440.158000', '112440.614000', '112441.066000', '112441.538000', '112441.994000', '112442.444000', '112442.925000', '112443.372000', '112443.826000', '112444.286000', '112444.758000', '112445.219000', '112445.664000', '112446.136000', '112446.599000', '112447.069000', '112447.504000', '112447.972000', '112448.436000', '112448.900000', '112449.346000', '112449.809000', '112450.280000', '112450.743000', '112451.206000', '112451.658000', '112452.113000', '112452.577000', '112453.040000', '112453.499000', '112453.960000', '112454.406000', '112454.879000', '112455.356000', '112455.788000', '112456.258000', '112456.725000', '112457.172000', '112457.636000', '112458.089000', '112458.548000', '112459.032000', '112459.478000', '112459.945000', '112500.386000', '112500.860000', '112501.322000', '112501.778000', '112502.238000', '112502.697000', '112503.165000', '112503.638000', '112504.080000', '112504.535000', '112505.004000', '112505.443000', '112505.922000', '112506.383000', '112506.841000', '112507.298000', '112507.763000', '112508.248000', '112508.681000', '112509.150000', '112509.609000', '112510.054000', '112510.516000', '112510.967000', '112511.439000', '112511.888000', '112512.354000', '112512.820000', '112513.268000', '112513.731000', '112514.202000', '112514.667000', '112515.122000', '112515.584000', '112516.036000', '112516.509000', '112516.964000', '112517.422000', '112517.876000', '112518.329000', '112518.799000', '112519.253000', '112519.712000', '112520.188000', '112520.629000', '112521.111000', '112521.550000', '112522.007000', '112522.467000', '112522.941000', '112523.402000', '112523.852000', '112524.357000', '112524.771000', '112525.236000', '112525.690000', '112526.145000', '112526.617000', '112527.069000', '112527.533000', '112528.001000', '112528.459000', '112528.925000', '112529.407000', '112529.858000', '112530.369000', '112530.764000', '112531.222000', '112531.686000', '112532.144000', '112532.600000', '112533.053000', '112533.524000', '112533.985000', '112534.445000', '112534.892000', '112535.382000', '112535.813000', '112536.302000', '112536.806000', '112537.192000', '112537.669000', '112538.144000', '112538.576000', '112539.035000', '112539.495000', '112539.962000', '112540.419000', '112540.909000', '112541.331000', '112541.857000', '112542.268000', '112542.729000', '112543.188000', '112543.631000', '112544.159000', '112544.565000', '112545.029000', '112545.485000', '112545.942000', '112546.416000', '112546.862000', '112547.323000', '112547.785000', '112548.234000', '112548.706000', '112549.173000', '112549.630000', '112550.084000', '112550.546000', '112551.002000', '112551.458000', '112551.910000', '112552.378000', '112552.840000', '112553.296000', '112553.762000', '112554.220000', '112554.682000', '112555.141000', '112555.596000', '112556.062000', '112556.530000', '112556.977000', '112557.465000', '112557.912000', '112558.356000', '112558.828000', '112559.294000', '112559.737000', '112600.210000', '112600.674000', '112601.115000', '112601.576000', '112602.050000', '112602.556000', '112602.973000', '112603.425000', '112603.890000', '112604.409000', '112604.797000', '112605.269000', '112605.722000', '112606.258000', '112606.649000', '112607.127000', '112607.570000', '112608.031000', '112608.497000', '112608.943000', '112609.396000', '112609.875000', '112610.334000', '112610.799000', '112611.253000', '112611.716000', '112612.213000', '112612.619000', '112613.122000', '112613.556000', '112614.004000', '112614.473000', '112614.929000', '112615.395000', '112615.843000', '112616.301000', '112616.760000', '112617.237000', '112617.691000', '112618.141000', '112618.613000', '112619.074000', '112619.542000', '112619.982000', '112620.454000', '112620.948000', '112621.362000', '112621.832000', '112622.302000', '112622.764000', '112623.203000', '112623.665000', '112624.132000', '112624.593000', '112625.057000', '112625.511000', '112625.961000', '112626.433000', '112626.894000', '112627.344000', '112627.809000', '112628.280000', '112628.724000', '112629.179000', '112629.653000', '112630.113000', '112630.571000', '112631.032000', '112631.485000', '112631.988000', '112632.416000', '112632.872000', '112633.326000', '112633.797000', '112634.299000', '112634.706000', '112635.176000', '112635.628000', '112636.094000', '112636.557000', '112637.004000', '112637.475000', '112637.937000', '112638.388000', '112638.840000', '112639.321000', '112639.773000', '112640.229000', '112640.702000', '112641.154000', '112641.624000', '112642.069000', '112642.539000', '112642.981000', '112643.474000', '112643.915000', '112644.361000', '112644.836000', '112645.294000', '112645.753000', '112646.215000', '112646.672000', '112647.125000', '112647.665000', '112648.055000', '112648.503000', '112648.970000', '112649.441000', '112649.902000', '112650.344000', '112650.825000', '112651.285000', '112651.739000', '112652.221000', '112652.659000', '112653.110000', '112653.568000', '112654.046000', '112654.503000', '112654.958000', '112655.429000', '112655.867000', '112656.334000', '112656.784000', '112657.271000', '112657.718000', '112658.164000', '112658.638000', '112659.107000', '112659.544000', '112700.011000', '112700.471000', '112700.932000', '112701.397000', '112701.863000', '112702.323000', '112702.787000', '112703.231000', '112703.701000', '112704.159000', '112704.627000', '112705.080000', '112705.533000', '112705.998000', '112706.450000', '112706.909000', '112707.378000', '112707.844000', '112708.317000', '112708.749000', '112709.211000', '112709.666000', '112710.150000', '112710.617000', '112711.060000', '112711.516000', '112711.978000', '112712.450000', '112712.905000', '112713.360000', '112713.813000', '112714.301000', '112714.745000', '112715.190000', '112715.652000', '112716.109000', '112716.583000', '112717.033000', '112717.487000', '112717.949000', '112718.423000', '112718.884000', '112719.342000', '112719.802000', '112720.272000', '112720.722000', '112721.189000', '112721.634000', '112722.133000', '112722.581000', '112723.028000', '112723.483000', '112723.932000', '112724.394000', '112724.852000', '112725.349000', '112725.784000', '112726.232000', '112726.695000', '112727.153000', '112727.629000', '112728.090000', '112728.581000', '112728.996000', '112729.465000', '112729.923000', '112730.382000', '112730.844000', '112731.287000', '112731.806000', '112732.222000', '112732.714000', '112733.129000', '112733.597000', '112734.064000', '112734.523000', '112734.986000', '112735.443000', '112735.907000', '112736.372000', '112736.830000', '112737.289000', '112737.731000', '112738.197000', '112738.670000', '112739.109000', '112739.579000', '112740.045000', '112740.492000', '112740.968000', '112741.412000', '112741.885000', '112742.346000', '112742.791000', '112743.256000', '112743.717000', '112744.273000', '112744.653000', '112745.101000', '112745.568000', '112746.033000', '112746.486000', '112746.974000', '112747.394000', '112747.867000', '112748.328000', '112748.793000', '112749.238000'], 'InstanceCreationTime': ['112004.869000', '112005.050000', '112005.269000', '112005.473000', '112005.653000', '112005.840000', '112006.048000', '112006.230000', '112006.463000', '112006.646000', '112006.880000', '112007.334000', '112007.797000', '112008.248000', '112008.732000', '112009.218000', '112009.684000', '112010.120000', '112011.236000', '112011.397000', '112011.510000', '112011.955000', '112012.428000', '112012.875000', '112013.368000', '112013.801000', '112014.267000', '112014.712000', '112015.167000', '112015.621000', '112016.100000', '112016.555000', '112017.020000', '112017.462000', '112017.926000', '112018.393000', '112018.862000', '112019.302000', '112019.825000', '112020.235000', '112020.686000', '112021.156000', '112021.649000', '112022.071000', '112022.539000', '112022.995000', '112023.444000', '112023.911000', '112024.373000', '112024.838000', '112025.298000', '112025.760000', '112026.224000', '112026.674000', '112027.138000', '112027.604000', '112028.055000', '112028.517000', '112029.020000', '112029.434000', '112029.888000', '112030.353000', '112030.807000', '112031.262000', '112031.738000', '112032.296000', '112032.646000', '112033.120000', '112033.571000', '112034.040000', '112034.510000', '112034.958000', '112035.420000', '112035.870000', '112036.337000', '112036.802000', '112037.247000', '112037.722000', '112038.177000', '112038.640000', '112039.084000', '112039.545000', '112040.004000', '112040.468000', '112040.922000', '112041.411000', '112041.867000', '112042.321000', '112042.765000', '112043.233000', '112043.727000', '112044.147000', '112044.613000', '112045.072000', '112045.559000', '112045.984000', '112046.447000', '112046.910000', '112047.367000', '112047.825000', '112048.281000', '112048.746000', '112049.220000', '112049.666000', '112050.137000', '112050.646000', '112051.046000', '112051.569000', '112051.980000', '112052.443000', '112052.889000', '112053.353000', '112053.819000', '112054.285000', '112054.744000', '112055.204000', '112055.660000', '112056.108000', '112056.589000', '112057.027000', '112057.508000', '112057.958000', '112058.442000', '112058.919000', '112059.336000', '112059.783000', '112100.317000', '112100.711000', '112101.166000', '112101.627000', '112102.102000', '112102.553000', '112103.003000', '112103.496000', '112103.923000', '112104.395000', '112104.863000', '112105.314000', '112105.783000', '112106.225000', '112106.685000', '112107.149000', '112107.609000', '112108.073000', '112108.543000', '112108.996000', '112109.464000', '112109.919000', '112110.367000', '112110.838000', '112111.287000', '112111.750000', '112112.218000', '112112.685000', '112113.140000', '112113.594000', '112114.048000', '112114.515000', '112114.972000', '112115.426000', '112115.904000', '112116.372000', '112116.805000', '112117.271000', '112117.730000', '112118.207000', '112118.660000', '112119.121000', '112119.572000', '112120.026000', '112120.498000', '112120.944000', '112121.405000', '112121.866000', '112122.328000', '112122.788000', '112123.246000', '112123.711000', '112124.176000', '112124.629000', '112125.095000', '112125.562000', '112126.027000', '112126.485000', '112126.942000', '112127.404000', '112127.851000', '112128.324000', '112128.780000', '112129.223000', '112129.682000', '112130.164000', '112130.629000', '112131.070000', '112131.545000', '112131.985000', '112132.459000', '112132.927000', '112133.847000', '112133.989000', '112134.301000', '112134.770000', '112135.215000', '112135.681000', '112136.133000', '112136.607000', '112137.064000', '112137.520000', '112137.979000', '112138.493000', '112138.907000', '112139.344000', '112139.827000', '112140.281000', '112140.750000', '112141.205000', '112141.646000', '112142.111000', '112142.571000', '112143.051000', '112143.489000', '112143.964000', '112144.477000', '112144.867000', '112145.364000', '112145.800000', '112146.261000', '112146.725000', '112147.182000', '112147.638000', '112148.107000', '112148.563000', '112149.021000', '112149.466000', '112149.944000', '112150.400000', '112150.850000', '112151.312000', '112151.768000', '112152.229000', '112152.687000', '112153.168000', '112153.609000', '112154.076000', '112154.536000', '112154.988000', '112155.468000', '112155.927000', '112156.367000', '112156.837000', '112157.292000', '112157.762000', '112158.257000', '112158.681000', '112159.175000', '112159.604000', '112200.052000', '112200.508000', '112200.985000', '112201.446000', '112201.885000', '112202.349000', '112202.810000', '112203.316000', '112203.743000', '112204.242000', '112204.646000', '112205.120000', '112205.568000', '112206.034000', '112206.532000', '112206.947000', '112207.425000', '112207.883000', '112208.345000', '112208.799000', '112209.253000', '112209.709000', '112210.183000', '112210.647000', '112211.102000', '112211.564000', '112212.026000', '112212.489000', '112212.929000', '112213.394000', '112213.862000', '112214.321000', '112214.788000', '112215.243000', '112215.704000', '112216.166000', '112216.625000', '112217.066000', '112217.545000', '112218.012000', '112218.454000', '112218.938000', '112219.395000', '112219.831000', '112220.308000', '112220.766000', '112221.207000', '112221.676000', '112222.138000', '112222.604000', '112223.057000', '112223.527000', '112223.972000', '112224.448000', '112224.898000', '112225.374000', '112225.823000', '112226.305000', '112226.736000', '112227.190000', '112227.673000', '112228.122000', '112228.571000', '112229.037000', '112229.491000', '112229.965000', '112230.427000', '112230.922000', '112231.357000', '112231.799000', '112232.272000', '112232.730000', '112233.177000', '112233.649000', '112234.094000', '112234.560000', '112235.023000', '112235.489000', '112235.947000', '112236.411000', '112236.876000', '112237.331000', '112237.774000', '112238.270000', '112238.693000', '112239.164000', '112239.624000', '112240.073000', '112240.536000', '112241.011000', '112241.458000', '112241.933000', '112242.369000', '112242.835000', '112243.305000', '112243.767000', '112244.219000', '112244.680000', '112245.154000', '112245.604000', '112246.072000', '112246.521000', '112246.985000', '112247.447000', '112247.901000', '112248.389000', '112248.813000', '112249.283000', '112249.753000', '112250.203000', '112250.683000', '112251.115000', '112251.572000', '112252.070000', '112252.508000', '112252.989000', '112253.412000', '112253.893000', '112254.338000', '112254.814000', '112255.266000', '112255.730000', '112256.191000', '112256.653000', '112257.110000', '112257.561000', '112258.012000', '112258.491000', '112258.935000', '112259.407000', '112259.872000', '112300.358000', '112300.787000', '112301.247000', '112301.702000', '112302.203000', '112302.646000', '112303.071000', '112303.551000', '112303.995000', '112304.525000', '112304.915000', '112305.379000', '112305.834000', '112306.296000', '112306.764000', '112307.227000', '112307.685000', '112308.222000', '112308.608000', '112309.061000', '112309.516000', '112309.992000', '112310.457000', '112310.905000', '112311.374000', '112311.833000', '112312.276000', '112312.749000', '112313.200000', '112313.656000', '112314.148000', '112314.581000', '112315.044000', '112315.512000', '112315.972000', '112316.413000', '112316.875000', '112317.349000', '112317.805000', '112318.271000', '112318.720000', '112319.193000', '112319.653000', '112320.106000', '112320.567000', '112321.026000', '112321.478000', '112321.954000', '112322.397000', '112322.928000', '112323.327000', '112323.789000', '112324.242000', '112324.709000', '112325.161000', '112325.625000', '112326.077000', '112326.537000', '112326.991000', '112327.461000', '112327.922000', '112328.383000', '112328.856000', '112329.298000', '112329.756000', '112330.229000', '112330.678000', '112331.152000', '112331.598000', '112332.059000', '112332.523000', '112332.995000', '112333.435000', '112333.904000', '112334.359000', '112334.817000', '112335.294000', '112335.737000', '112336.259000', '112336.676000', '112337.116000', '112337.578000', '112338.057000', '112338.521000', '112338.976000', '112339.417000', '112339.877000', '112340.335000', '112340.804000', '112341.275000', '112341.729000', '112342.198000', '112342.638000', '112343.116000', '112343.573000', '112344.032000', '112344.516000', '112344.954000', '112345.397000', '112345.913000', '112346.378000', '112346.784000', '112347.277000', '112347.720000', '112348.162000', '112348.617000', '112349.099000', '112349.549000', '112350.002000', '112350.474000', '112350.937000', '112351.388000', '112351.898000', '112352.308000', '112352.764000', '112353.251000', '112353.680000', '112354.142000', '112354.611000', '112355.062000', '112355.537000', '112355.992000', '112356.477000', '112356.916000', '112357.361000', '112357.839000', '112358.316000', '112358.756000', '112359.239000', '112359.661000', '112400.141000', '112400.593000', '112401.048000', '112401.507000', '112401.968000', '112402.423000', '112402.883000', '112403.349000', '112403.802000', '112404.268000', '112404.741000', '112405.187000', '112405.657000', '112406.122000', '112406.563000', '112407.023000', '112407.487000', '112407.958000', '112408.399000', '112408.875000', '112409.343000', '112409.790000', '112410.261000', '112410.720000', '112411.175000', '112411.637000', '112412.090000', '112412.553000', '112413.009000', '112413.476000', '112413.922000', '112414.382000', '112414.851000', '112415.317000', '112415.765000', '112416.259000', '112416.696000', '112417.153000', '112417.614000', '112418.064000', '112418.537000', '112419.019000', '112419.458000', '112419.904000', '112420.370000', '112420.832000', '112421.299000', '112421.743000', '112422.215000', '112422.699000', '112423.145000', '112423.601000', '112424.055000', '112424.530000', '112424.997000', '112425.422000', '112425.881000', '112426.374000', '112426.816000', '112427.257000', '112427.743000', '112428.195000', '112428.657000', '112429.114000', '112429.573000', '112430.041000', '112430.496000', '112430.944000', '112431.410000', '112431.876000', '112432.341000', '112432.798000', '112433.242000', '112433.721000', '112434.233000', '112434.668000', '112435.085000', '112435.556000', '112436.052000', '112436.483000', '112436.937000', '112437.392000', '112437.858000', '112438.315000', '112438.779000', '112439.239000', '112439.713000', '112440.158000', '112440.614000', '112441.066000', '112441.538000', '112441.994000', '112442.444000', '112442.925000', '112443.372000', '112443.826000', '112444.286000', '112444.758000', '112445.219000', '112445.664000', '112446.136000', '112446.599000', '112447.069000', '112447.504000', '112447.972000', '112448.436000', '112448.900000', '112449.346000', '112449.809000', '112450.280000', '112450.743000', '112451.206000', '112451.658000', '112452.113000', '112452.577000', '112453.040000', '112453.499000', '112453.960000', '112454.406000', '112454.879000', '112455.356000', '112455.788000', '112456.258000', '112456.725000', '112457.172000', '112457.636000', '112458.089000', '112458.548000', '112459.032000', '112459.478000', '112459.945000', '112500.386000', '112500.860000', '112501.322000', '112501.778000', '112502.238000', '112502.697000', '112503.165000', '112503.638000', '112504.080000', '112504.535000', '112505.004000', '112505.443000', '112505.922000', '112506.383000', '112506.841000', '112507.298000', '112507.763000', '112508.248000', '112508.681000', '112509.150000', '112509.609000', '112510.054000', '112510.516000', '112510.967000', '112511.439000', '112511.888000', '112512.354000', '112512.820000', '112513.268000', '112513.731000', '112514.202000', '112514.667000', '112515.122000', '112515.584000', '112516.036000', '112516.509000', '112516.964000', '112517.422000', '112517.876000', '112518.329000', '112518.799000', '112519.253000', '112519.712000', '112520.188000', '112520.629000', '112521.111000', '112521.550000', '112522.007000', '112522.467000', '112522.941000', '112523.402000', '112523.852000', '112524.357000', '112524.771000', '112525.236000', '112525.690000', '112526.145000', '112526.617000', '112527.069000', '112527.533000', '112528.001000', '112528.459000', '112528.925000', '112529.407000', '112529.858000', '112530.369000', '112530.764000', '112531.222000', '112531.686000', '112532.144000', '112532.600000', '112533.053000', '112533.524000', '112533.985000', '112534.445000', '112534.892000', '112535.382000', '112535.813000', '112536.302000', '112536.806000', '112537.192000', '112537.669000', '112538.144000', '112538.576000', '112539.035000', '112539.495000', '112539.962000', '112540.419000', '112540.909000', '112541.331000', '112541.857000', '112542.268000', '112542.729000', '112543.188000', '112543.631000', '112544.159000', '112544.565000', '112545.029000', '112545.485000', '112545.942000', '112546.416000', '112546.862000', '112547.323000', '112547.785000', '112548.234000', '112548.706000', '112549.173000', '112549.630000', '112550.084000', '112550.546000', '112551.002000', '112551.458000', '112551.910000', '112552.378000', '112552.840000', '112553.296000', '112553.762000', '112554.220000', '112554.682000', '112555.141000', '112555.596000', '112556.062000', '112556.530000', '112556.977000', '112557.465000', '112557.912000', '112558.356000', '112558.828000', '112559.294000', '112559.737000', '112600.210000', '112600.674000', '112601.115000', '112601.576000', '112602.050000', '112602.556000', '112602.973000', '112603.425000', '112603.890000', '112604.409000', '112604.797000', '112605.269000', '112605.722000', '112606.258000', '112606.649000', '112607.127000', '112607.570000', '112608.031000', '112608.497000', '112608.943000', '112609.396000', '112609.875000', '112610.334000', '112610.799000', '112611.253000', '112611.716000', '112612.213000', '112612.619000', '112613.122000', '112613.556000', '112614.004000', '112614.473000', '112614.929000', '112615.395000', '112615.843000', '112616.301000', '112616.760000', '112617.237000', '112617.691000', '112618.141000', '112618.613000', '112619.074000', '112619.542000', '112619.982000', '112620.454000', '112620.948000', '112621.362000', '112621.832000', '112622.302000', '112622.764000', '112623.203000', '112623.665000', '112624.132000', '112624.593000', '112625.057000', '112625.511000', '112625.961000', '112626.433000', '112626.894000', '112627.344000', '112627.809000', '112628.280000', '112628.724000', '112629.179000', '112629.653000', '112630.113000', '112630.571000', '112631.032000', '112631.485000', '112631.988000', '112632.416000', '112632.872000', '112633.326000', '112633.797000', '112634.299000', '112634.706000', '112635.176000', '112635.628000', '112636.094000', '112636.557000', '112637.004000', '112637.475000', '112637.937000', '112638.388000', '112638.840000', '112639.321000', '112639.773000', '112640.229000', '112640.702000', '112641.154000', '112641.624000', '112642.069000', '112642.539000', '112642.981000', '112643.474000', '112643.915000', '112644.361000', '112644.836000', '112645.294000', '112645.753000', '112646.215000', '112646.672000', '112647.125000', '112647.665000', '112648.055000', '112648.503000', '112648.970000', '112649.441000', '112649.902000', '112650.344000', '112650.825000', '112651.285000', '112651.739000', '112652.221000', '112652.659000', '112653.110000', '112653.568000', '112654.046000', '112654.503000', '112654.958000', '112655.429000', '112655.867000', '112656.334000', '112656.784000', '112657.271000', '112657.718000', '112658.164000', '112658.638000', '112659.107000', '112659.544000', '112700.011000', '112700.471000', '112700.932000', '112701.397000', '112701.863000', '112702.323000', '112702.787000', '112703.231000', '112703.701000', '112704.159000', '112704.627000', '112705.080000', '112705.533000', '112705.998000', '112706.450000', '112706.909000', '112707.378000', '112707.844000', '112708.317000', '112708.749000', '112709.211000', '112709.666000', '112710.150000', '112710.617000', '112711.060000', '112711.516000', '112711.978000', '112712.450000', '112712.905000', '112713.360000', '112713.813000', '112714.301000', '112714.745000', '112715.190000', '112715.652000', '112716.109000', '112716.583000', '112717.033000', '112717.487000', '112717.949000', '112718.423000', '112718.884000', '112719.342000', '112719.802000', '112720.272000', '112720.722000', '112721.189000', '112721.634000', '112722.133000', '112722.581000', '112723.028000', '112723.483000', '112723.932000', '112724.394000', '112724.852000', '112725.349000', '112725.784000', '112726.232000', '112726.695000', '112727.153000', '112727.629000', '112728.090000', '112728.581000', '112728.996000', '112729.465000', '112729.923000', '112730.382000', '112730.844000', '112731.287000', '112731.806000', '112732.222000', '112732.714000', '112733.129000', '112733.597000', '112734.064000', '112734.523000', '112734.986000', '112735.443000', '112735.907000', '112736.372000', '112736.830000', '112737.289000', '112737.731000', '112738.197000', '112738.670000', '112739.109000', '112739.579000', '112740.045000', '112740.492000', '112740.968000', '112741.412000', '112741.885000', '112742.346000', '112742.791000', '112743.256000', '112743.717000', '112744.273000', '112744.653000', '112745.101000', '112745.568000', '112746.033000', '112746.486000', '112746.974000', '112747.394000', '112747.867000', '112748.328000', '112748.793000', '112749.238000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'LargestImagePixelValue': [665, 688, 710, 684, 651, 764, 680, 760, 698, 761, 675, 840, 668, 752, 655, 728, 618, 713, 1097, 724, 819, 714, 730, 639, 730, 611, 716, 652, 709, 640, 681, 616, 696, 678, 704, 823, 676, 942, 815, 730, 857, 710, 972, 680, 743, 1080, 714, 698, 686, 752, 645, 724, 713, 686, 725, 684, 729, 683, 742, 663, 709, 951, 668, 742, 1065, 717, 746, 632, 706, 834, 673, 741, 642, 715, 753, 678, 740, 650, 719, 617, 707, 785, 693, 736, 630, 712, 660, 694, 867, 662, 739, 1234, 684, 966, 745, 710, 791, 671, 738, 641, 711, 762, 1003, 682, 732, 636, 719, 762, 678, 735, 838, 711, 752, 624, 720, 755, 679, 736, 673, 709, 736, 686, 758, 659, 726, 1008, 701, 751, 705, 726, 1020, 693, 739, 665, 738, 658, 695, 780, 693, 740, 683, 727, 642, 702, 835, 700, 751, 663, 725, 775, 694, 730, 629, 739, 643, 720, 686, 695, 630, 672, 769, 705, 786, 741, 919, 735, 736, 793, 898, 767, 960, 1216, 754, 885, 734, 794, 719, 977, 692, 1077, 915, 1108, 895, 1118, 936, 1095, 854, 1087, 693, 811, 640, 700, 680, 699, 716, 705, 713, 693, 710, 682, 724, 702, 727, 682, 709, 678, 701, 659, 709, 641, 691, 704, 674, 730, 678, 715, 638, 698, 616, 696, 778, 696, 734, 680, 719, 627, 703, 674, 709, 991, 684, 744, 653, 725, 1108, 701, 905, 675, 786, 634, 732, 665, 712, 651, 702, 680, 699, 978, 685, 989, 669, 758, 688, 789, 854, 708, 1085, 685, 747, 668, 747, 655, 727, 663, 689, 719, 700, 711, 745, 810, 719, 684, 690, 682, 699, 760, 681, 807, 698, 755, 688, 745, 663, 788, 663, 1029, 677, 1063, 802, 1089, 692, 1021, 697, 844, 667, 716, 1259, 701, 990, 700, 733, 671, 724, 688, 731, 700, 637, 659, 655, 665, 671, 673, 684, 676, 714, 663, 780, 670, 807, 1064, 725, 1087, 667, 835, 698, 1017, 712, 973, 663, 705, 671, 729, 668, 700, 643, 682, 645, 690, 1083, 762, 930, 643, 690, 614, 674, 640, 686, 674, 716, 632, 672, 1039, 663, 714, 1102, 677, 735, 619, 685, 714, 703, 711, 622, 688, 627, 652, 654, 640, 688, 602, 668, 708, 631, 690, 613, 648, 713, 602, 691, 653, 683, 725, 662, 736, 641, 687, 985, 715, 822, 707, 702, 1036, 728, 929, 661, 725, 595, 690, 1070, 760, 756, 616, 690, 961, 693, 716, 1024, 703, 728, 617, 688, 707, 698, 737, 665, 718, 618, 690, 828, 642, 724, 606, 685, 764, 671, 726, 653, 681, 838, 662, 753, 1115, 738, 733, 1071, 688, 745, 642, 695, 659, 686, 726, 675, 736, 853, 652, 709, 634, 681, 680, 657, 688, 663, 726, 874, 677, 731, 654, 696, 1035, 666, 789, 650, 701, 630, 656, 806, 678, 731, 664, 713, 647, 710, 693, 740, 693, 739, 661, 689, 666, 708, 648, 779, 655, 893, 674, 940, 654, 1046, 746, 1118, 985, 1247, 661, 946, 668, 935, 670, 846, 630, 671, 612, 674, 692, 661, 634, 653, 621, 642, 664, 652, 716, 655, 684, 644, 700, 679, 685, 682, 676, 619, 680, 1108, 658, 1031, 655, 861, 642, 683, 604, 669, 609, 647, 634, 638, 791, 667, 713, 622, 673, 801, 648, 768, 629, 687, 613, 649, 722, 672, 712, 601, 668, 598, 673, 731, 672, 683, 581, 661, 567, 633, 614, 633, 624, 646, 596, 648, 571, 635, 1064, 783, 957, 761, 658, 1247, 637, 1019, 660, 790, 627, 662, 609, 654, 634, 646, 631, 647, 590, 662, 641, 653, 658, 648, 872, 647, 834, 1058, 776, 1108, 641, 697, 753, 636, 1001, 648, 659, 645, 669, 667, 616, 658, 605, 643, 655, 665, 734, 672, 857, 663, 831, 650, 863, 1109, 859, 1097, 644, 908, 667, 836, 661, 848, 661, 671, 635, 663, 652, 661, 647, 670, 593, 666, 876, 654, 753, 663, 672, 745, 646, 839, 641, 648, 634, 656, 623, 672, 653, 656, 615, 657, 603, 657, 812, 665, 678, 633, 666, 630, 665, 648, 641, 572, 634, 686, 642, 678, 655, 657, 664, 646, 624, 684, 624, 618, 643, 673, 643, 672, 660, 1004, 867, 719, 1112, 645, 679, 592, 620, 701, 625, 671, 572, 630, 559, 627, 590, 638, 592, 622, 665, 611, 657, 810, 660, 684, 576, 638, 1089, 745, 659, 617, 625, 683, 632, 673, 628, 646, 573, 635, 806, 632, 657, 771, 645, 658, 598, 640, 677, 648, 710, 652, 671, 1135, 681, 711, 1043, 636, 850, 602, 639, 663, 632, 651, 611, 664, 620, 642, 699, 653, 660, 626, 669, 584, 637, 903, 624, 676, 630, 650, 595, 638, 643, 622, 652, 603, 636, 592, 629, 610, 625, 707, 613, 670, 625, 640, 574, 631, 896, 628, 795, 638, 678, 597, 636, 590, 652, 593, 622, 680, 613, 690, 641, 654, 624, 645, 584, 645, 599, 641, 560, 618, 662, 621, 692, 635, 658, 596, 650, 589, 634, 1064, 752, 820, 608, 637, 570, 629, 657, 631, 575, 614, 641, 623, 654, 647, 649, 597, 635, 575, 628, 800, 655, 670, 618, 653, 623, 648, 645, 645, 595, 635, 559, 623, 878, 647, 1061, 625, 989, 613, 778, 632, 675, 588, 632, 573, 620, 602, 634, 574, 617, 711, 625, 674, 618, 662, 631, 631, 594, 644, 616, 625, 567, 617, 753, 610, 719, 620, 665, 617, 651, 614, 642, 648, 642, 621, 633, 613, 639, 916, 637, 864, 611, 924, 615, 877, 665, 711, 606, 648, 626, 650, 628, 629, 580, 631, 557, 635, 582, 625, 595, 611, 750, 619, 738, 620, 659, 615, 652, 604, 646, 629, 655, 622, 650, 610, 648, 628, 693, 628, 663, 622, 648, 958, 640, 1112, 888, 946, 614, 654, 626, 673, 629, 663, 650, 651, 634, 669, 645, 666, 629, 659, 615, 562, 648, 566, 660, 646, 681, 635, 735, 665, 929, 648, 867, 643, 1027, 721, 652, 604, 646, 603, 631, 603, 644, 597, 617, 567, 630, 613, 633, 611, 622, 606, 622, 739, 639, 637, 628, 664, 613, 670, 634, 665, 602, 649, 577, 625, 1015, 633, 973, 642, 863, 585, 645, 582, 626, 896, 630], 'WindowCenter': [299.0, 298.0, 297.0, 297.0, 297.0, 297.0, 296.0, 296.0, 296.0, 296.0, 296.0, 298.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 299.0, 296.0, 296.0, 296.0, 296.0, 294.0, 296.0, 294.0, 296.0, 295.0, 296.0, 295.0, 296.0, 295.0, 297.0, 296.0, 297.0, 297.0, 296.0, 298.0, 296.0, 296.0, 297.0, 296.0, 297.0, 294.0, 296.0, 298.0, 295.0, 294.0, 295.0, 295.0, 294.0, 296.0, 296.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 294.0, 296.0, 297.0, 294.0, 296.0, 297.0, 295.0, 295.0, 294.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 295.0, 294.0, 296.0, 295.0, 296.0, 294.0, 296.0, 296.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 297.0, 295.0, 296.0, 299.0, 294.0, 297.0, 295.0, 295.0, 296.0, 294.0, 295.0, 293.0, 296.0, 295.0, 297.0, 294.0, 295.0, 294.0, 296.0, 295.0, 295.0, 296.0, 296.0, 296.0, 296.0, 294.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 296.0, 296.0, 296.0, 295.0, 297.0, 298.0, 296.0, 296.0, 295.0, 296.0, 297.0, 295.0, 296.0, 294.0, 296.0, 294.0, 295.0, 296.0, 296.0, 296.0, 295.0, 296.0, 294.0, 296.0, 296.0, 295.0, 296.0, 294.0, 296.0, 296.0, 295.0, 296.0, 294.0, 296.0, 295.0, 296.0, 296.0, 296.0, 295.0, 296.0, 298.0, 297.0, 298.0, 297.0, 298.0, 297.0, 295.0, 296.0, 298.0, 296.0, 298.0, 299.0, 296.0, 297.0, 296.0, 296.0, 296.0, 298.0, 296.0, 298.0, 296.0, 297.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 292.0, 293.0, 291.0, 292.0, 291.0, 292.0, 292.0, 292.0, 292.0, 292.0, 293.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 295.0, 295.0, 294.0, 296.0, 294.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 295.0, 297.0, 296.0, 297.0, 298.0, 296.0, 296.0, 295.0, 296.0, 299.0, 295.0, 297.0, 295.0, 296.0, 294.0, 296.0, 294.0, 296.0, 294.0, 296.0, 295.0, 296.0, 298.0, 296.0, 298.0, 295.0, 296.0, 295.0, 296.0, 297.0, 295.0, 298.0, 295.0, 295.0, 294.0, 296.0, 294.0, 295.0, 294.0, 294.0, 295.0, 296.0, 296.0, 296.0, 296.0, 296.0, 296.0, 297.0, 296.0, 297.0, 296.0, 296.0, 297.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 295.0, 298.0, 295.0, 298.0, 296.0, 297.0, 294.0, 297.0, 294.0, 295.0, 293.0, 295.0, 298.0, 294.0, 296.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 296.0, 296.0, 297.0, 297.0, 296.0, 297.0, 296.0, 297.0, 298.0, 296.0, 298.0, 294.0, 297.0, 296.0, 298.0, 295.0, 297.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 294.0, 294.0, 295.0, 297.0, 295.0, 297.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 295.0, 294.0, 294.0, 297.0, 293.0, 294.0, 297.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 293.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 294.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 296.0, 295.0, 297.0, 295.0, 296.0, 298.0, 296.0, 297.0, 295.0, 295.0, 298.0, 296.0, 297.0, 295.0, 296.0, 294.0, 296.0, 299.0, 296.0, 296.0, 294.0, 295.0, 297.0, 295.0, 295.0, 297.0, 294.0, 295.0, 293.0, 294.0, 295.0, 296.0, 296.0, 295.0, 296.0, 295.0, 296.0, 297.0, 295.0, 296.0, 294.0, 295.0, 296.0, 295.0, 296.0, 295.0, 295.0, 296.0, 295.0, 296.0, 298.0, 295.0, 295.0, 297.0, 294.0, 295.0, 293.0, 294.0, 293.0, 294.0, 295.0, 294.0, 296.0, 296.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 296.0, 297.0, 295.0, 296.0, 294.0, 295.0, 297.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 296.0, 297.0, 296.0, 295.0, 296.0, 296.0, 296.0, 295.0, 295.0, 294.0, 297.0, 295.0, 297.0, 295.0, 298.0, 294.0, 297.0, 295.0, 298.0, 297.0, 298.0, 294.0, 296.0, 294.0, 296.0, 293.0, 295.0, 293.0, 293.0, 292.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 296.0, 296.0, 295.0, 295.0, 296.0, 296.0, 296.0, 295.0, 295.0, 294.0, 295.0, 298.0, 295.0, 298.0, 294.0, 296.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 294.0, 295.0, 297.0, 295.0, 296.0, 295.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 294.0, 294.0, 295.0, 295.0, 296.0, 294.0, 295.0, 294.0, 296.0, 296.0, 296.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 298.0, 296.0, 298.0, 296.0, 294.0, 299.0, 294.0, 297.0, 294.0, 295.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 297.0, 294.0, 296.0, 297.0, 296.0, 297.0, 293.0, 294.0, 294.0, 293.0, 297.0, 293.0, 293.0, 294.0, 295.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 295.0, 297.0, 294.0, 296.0, 294.0, 296.0, 297.0, 295.0, 297.0, 293.0, 295.0, 293.0, 295.0, 293.0, 295.0, 293.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 296.0, 294.0, 295.0, 293.0, 294.0, 294.0, 293.0, 295.0, 294.0, 293.0, 294.0, 293.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 296.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 294.0, 294.0, 295.0, 294.0, 294.0, 295.0, 295.0, 294.0, 295.0, 296.0, 295.0, 295.0, 295.0, 298.0, 296.0, 295.0, 297.0, 294.0, 294.0, 293.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 293.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 297.0, 295.0, 295.0, 293.0, 294.0, 298.0, 296.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 297.0, 294.0, 295.0, 296.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 298.0, 294.0, 295.0, 297.0, 293.0, 295.0, 293.0, 293.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 297.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 297.0, 294.0, 296.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 295.0, 296.0, 295.0, 295.0, 294.0, 295.0, 294.0, 294.0, 298.0, 296.0, 296.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 297.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 297.0, 294.0, 298.0, 294.0, 297.0, 294.0, 296.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 294.0, 295.0, 294.0, 294.0, 293.0, 294.0, 296.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 298.0, 294.0, 297.0, 294.0, 297.0, 294.0, 297.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 294.0, 296.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 297.0, 294.0, 298.0, 296.0, 297.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 293.0, 295.0, 294.0, 295.0, 295.0, 296.0, 295.0, 297.0, 296.0, 298.0, 295.0, 297.0, 295.0, 298.0, 295.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 295.0, 298.0, 294.0, 298.0, 294.0, 297.0, 293.0, 294.0, 293.0, 294.0, 297.0, 294.0], 'WindowWidth': [653.0, 651.0, 649.0, 649.0, 649.0, 649.0, 647.0, 647.0, 646.0, 647.0, 647.0, 649.0, 647.0, 647.0, 645.0, 646.0, 645.0, 647.0, 651.0, 646.0, 646.0, 646.0, 646.0, 644.0, 646.0, 643.0, 646.0, 645.0, 646.0, 645.0, 646.0, 646.0, 648.0, 646.0, 648.0, 648.0, 646.0, 649.0, 647.0, 646.0, 647.0, 646.0, 648.0, 644.0, 646.0, 649.0, 645.0, 644.0, 645.0, 645.0, 644.0, 646.0, 646.0, 645.0, 645.0, 645.0, 646.0, 645.0, 646.0, 644.0, 646.0, 648.0, 644.0, 646.0, 648.0, 645.0, 644.0, 642.0, 644.0, 646.0, 645.0, 645.0, 643.0, 644.0, 645.0, 644.0, 646.0, 645.0, 646.0, 644.0, 646.0, 647.0, 646.0, 647.0, 645.0, 646.0, 645.0, 646.0, 648.0, 645.0, 647.0, 650.0, 644.0, 648.0, 644.0, 645.0, 646.0, 644.0, 644.0, 642.0, 645.0, 645.0, 647.0, 644.0, 645.0, 643.0, 646.0, 645.0, 645.0, 646.0, 646.0, 646.0, 646.0, 643.0, 646.0, 646.0, 645.0, 647.0, 645.0, 646.0, 646.0, 646.0, 647.0, 645.0, 647.0, 649.0, 646.0, 646.0, 645.0, 646.0, 648.0, 645.0, 646.0, 644.0, 645.0, 644.0, 645.0, 645.0, 646.0, 646.0, 645.0, 646.0, 644.0, 646.0, 647.0, 645.0, 647.0, 644.0, 646.0, 646.0, 645.0, 645.0, 644.0, 646.0, 645.0, 647.0, 646.0, 646.0, 645.0, 647.0, 650.0, 650.0, 650.0, 649.0, 649.0, 647.0, 645.0, 647.0, 649.0, 647.0, 650.0, 650.0, 647.0, 648.0, 646.0, 647.0, 646.0, 649.0, 647.0, 649.0, 646.0, 647.0, 645.0, 646.0, 644.0, 645.0, 642.0, 643.0, 639.0, 640.0, 637.0, 638.0, 637.0, 639.0, 639.0, 639.0, 640.0, 640.0, 641.0, 640.0, 642.0, 643.0, 643.0, 642.0, 643.0, 643.0, 643.0, 644.0, 645.0, 644.0, 645.0, 645.0, 645.0, 646.0, 645.0, 645.0, 644.0, 646.0, 643.0, 646.0, 647.0, 646.0, 646.0, 646.0, 647.0, 646.0, 647.0, 646.0, 648.0, 650.0, 646.0, 646.0, 645.0, 646.0, 650.0, 645.0, 647.0, 645.0, 646.0, 644.0, 646.0, 644.0, 646.0, 644.0, 646.0, 645.0, 646.0, 649.0, 646.0, 648.0, 645.0, 646.0, 645.0, 647.0, 647.0, 645.0, 649.0, 644.0, 644.0, 644.0, 645.0, 643.0, 644.0, 643.0, 643.0, 645.0, 647.0, 646.0, 647.0, 646.0, 646.0, 646.0, 648.0, 646.0, 648.0, 647.0, 646.0, 648.0, 646.0, 647.0, 645.0, 646.0, 645.0, 647.0, 645.0, 649.0, 645.0, 649.0, 647.0, 648.0, 644.0, 647.0, 643.0, 645.0, 642.0, 644.0, 649.0, 643.0, 645.0, 643.0, 642.0, 643.0, 644.0, 645.0, 646.0, 645.0, 644.0, 645.0, 645.0, 646.0, 646.0, 647.0, 647.0, 648.0, 648.0, 647.0, 649.0, 646.0, 648.0, 649.0, 646.0, 649.0, 644.0, 648.0, 646.0, 650.0, 645.0, 648.0, 645.0, 645.0, 645.0, 645.0, 644.0, 645.0, 644.0, 644.0, 643.0, 645.0, 648.0, 645.0, 647.0, 643.0, 643.0, 642.0, 643.0, 643.0, 644.0, 645.0, 645.0, 643.0, 644.0, 647.0, 642.0, 643.0, 647.0, 642.0, 643.0, 641.0, 643.0, 643.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 644.0, 644.0, 645.0, 644.0, 646.0, 647.0, 645.0, 646.0, 644.0, 646.0, 646.0, 645.0, 646.0, 645.0, 647.0, 646.0, 646.0, 648.0, 645.0, 647.0, 650.0, 646.0, 648.0, 645.0, 645.0, 649.0, 646.0, 647.0, 645.0, 646.0, 643.0, 646.0, 651.0, 646.0, 646.0, 643.0, 645.0, 648.0, 645.0, 645.0, 648.0, 643.0, 644.0, 642.0, 644.0, 645.0, 646.0, 646.0, 645.0, 646.0, 645.0, 646.0, 648.0, 645.0, 646.0, 643.0, 645.0, 646.0, 645.0, 646.0, 645.0, 645.0, 647.0, 645.0, 646.0, 650.0, 645.0, 645.0, 647.0, 643.0, 644.0, 642.0, 644.0, 642.0, 643.0, 644.0, 644.0, 646.0, 647.0, 642.0, 643.0, 643.0, 644.0, 645.0, 644.0, 645.0, 645.0, 647.0, 648.0, 645.0, 646.0, 644.0, 645.0, 648.0, 644.0, 645.0, 644.0, 644.0, 643.0, 644.0, 645.0, 645.0, 644.0, 644.0, 644.0, 644.0, 647.0, 648.0, 647.0, 645.0, 646.0, 647.0, 647.0, 645.0, 645.0, 644.0, 648.0, 646.0, 648.0, 645.0, 648.0, 644.0, 648.0, 645.0, 649.0, 647.0, 648.0, 642.0, 645.0, 642.0, 646.0, 642.0, 643.0, 641.0, 641.0, 640.0, 642.0, 642.0, 642.0, 641.0, 642.0, 641.0, 643.0, 644.0, 643.0, 647.0, 647.0, 645.0, 646.0, 646.0, 647.0, 646.0, 645.0, 645.0, 644.0, 645.0, 649.0, 644.0, 649.0, 644.0, 646.0, 644.0, 645.0, 644.0, 645.0, 643.0, 644.0, 644.0, 645.0, 648.0, 645.0, 646.0, 645.0, 645.0, 646.0, 645.0, 646.0, 643.0, 645.0, 643.0, 644.0, 645.0, 645.0, 646.0, 643.0, 645.0, 643.0, 646.0, 647.0, 646.0, 645.0, 644.0, 646.0, 644.0, 646.0, 645.0, 646.0, 646.0, 646.0, 645.0, 646.0, 644.0, 645.0, 650.0, 647.0, 649.0, 646.0, 644.0, 650.0, 643.0, 648.0, 643.0, 645.0, 642.0, 642.0, 642.0, 644.0, 644.0, 644.0, 644.0, 644.0, 643.0, 645.0, 644.0, 645.0, 644.0, 644.0, 647.0, 644.0, 647.0, 648.0, 645.0, 648.0, 641.0, 643.0, 643.0, 642.0, 646.0, 641.0, 642.0, 644.0, 645.0, 644.0, 643.0, 645.0, 644.0, 646.0, 645.0, 646.0, 646.0, 645.0, 648.0, 644.0, 647.0, 644.0, 647.0, 648.0, 645.0, 647.0, 641.0, 644.0, 641.0, 644.0, 641.0, 644.0, 642.0, 642.0, 641.0, 642.0, 643.0, 643.0, 643.0, 644.0, 642.0, 644.0, 646.0, 643.0, 644.0, 642.0, 642.0, 643.0, 642.0, 645.0, 642.0, 642.0, 643.0, 642.0, 643.0, 645.0, 645.0, 645.0, 644.0, 645.0, 643.0, 645.0, 647.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 643.0, 642.0, 644.0, 644.0, 644.0, 645.0, 644.0, 644.0, 645.0, 644.0, 644.0, 645.0, 645.0, 644.0, 646.0, 646.0, 646.0, 645.0, 645.0, 650.0, 646.0, 645.0, 648.0, 643.0, 643.0, 641.0, 642.0, 643.0, 642.0, 643.0, 642.0, 644.0, 642.0, 645.0, 645.0, 646.0, 645.0, 646.0, 646.0, 645.0, 647.0, 648.0, 645.0, 645.0, 642.0, 644.0, 650.0, 645.0, 644.0, 643.0, 643.0, 644.0, 644.0, 645.0, 644.0, 645.0, 644.0, 646.0, 648.0, 644.0, 645.0, 646.0, 644.0, 644.0, 643.0, 644.0, 645.0, 644.0, 645.0, 644.0, 645.0, 649.0, 644.0, 645.0, 647.0, 642.0, 645.0, 641.0, 642.0, 642.0, 642.0, 642.0, 643.0, 643.0, 643.0, 644.0, 644.0, 644.0, 644.0, 643.0, 644.0, 642.0, 644.0, 647.0, 643.0, 643.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 644.0, 643.0, 644.0, 643.0, 644.0, 643.0, 644.0, 645.0, 644.0, 645.0, 644.0, 644.0, 643.0, 644.0, 648.0, 643.0, 646.0, 644.0, 644.0, 642.0, 643.0, 642.0, 644.0, 643.0, 644.0, 644.0, 643.0, 645.0, 644.0, 644.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 642.0, 644.0, 644.0, 645.0, 646.0, 646.0, 645.0, 644.0, 645.0, 643.0, 644.0, 649.0, 646.0, 646.0, 642.0, 644.0, 642.0, 644.0, 644.0, 644.0, 642.0, 644.0, 644.0, 644.0, 645.0, 645.0, 645.0, 645.0, 646.0, 644.0, 646.0, 648.0, 645.0, 645.0, 644.0, 645.0, 644.0, 644.0, 644.0, 644.0, 643.0, 644.0, 642.0, 643.0, 648.0, 644.0, 649.0, 644.0, 648.0, 643.0, 646.0, 644.0, 644.0, 642.0, 643.0, 642.0, 644.0, 643.0, 644.0, 642.0, 643.0, 645.0, 644.0, 645.0, 644.0, 645.0, 644.0, 644.0, 643.0, 644.0, 644.0, 644.0, 642.0, 643.0, 646.0, 643.0, 645.0, 644.0, 645.0, 645.0, 645.0, 644.0, 644.0, 645.0, 644.0, 644.0, 644.0, 644.0, 645.0, 648.0, 644.0, 647.0, 643.0, 647.0, 643.0, 647.0, 644.0, 645.0, 643.0, 644.0, 644.0, 644.0, 643.0, 643.0, 642.0, 644.0, 642.0, 644.0, 642.0, 643.0, 643.0, 643.0, 645.0, 643.0, 645.0, 643.0, 644.0, 643.0, 644.0, 643.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 645.0, 644.0, 644.0, 643.0, 644.0, 647.0, 644.0, 649.0, 646.0, 646.0, 642.0, 642.0, 643.0, 644.0, 643.0, 643.0, 644.0, 643.0, 644.0, 644.0, 644.0, 644.0, 644.0, 645.0, 646.0, 643.0, 645.0, 644.0, 646.0, 646.0, 647.0, 646.0, 648.0, 647.0, 649.0, 644.0, 647.0, 644.0, 649.0, 645.0, 643.0, 642.0, 642.0, 641.0, 643.0, 641.0, 643.0, 642.0, 643.0, 642.0, 644.0, 644.0, 646.0, 644.0, 645.0, 644.0, 645.0, 647.0, 646.0, 645.0, 645.0, 646.0, 645.0, 645.0, 645.0, 646.0, 644.0, 644.0, 643.0, 644.0, 649.0, 644.0, 649.0, 644.0, 647.0, 642.0, 644.0, 642.0, 643.0, 648.0, 644.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.0010348126232741616</td></tr>
<tr><td colspan=3>aqi</td><td>0.01963192287968442</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.24949184312927</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2507671337512336</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073181545113525</td></tr>
<tr><td colspan=3>efc</td><td>0.4891</td></tr>
<tr><td colspan=3>fber</td><td>5965.4429</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07625828395719274</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6765285996055226</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7833296751219585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.759363297848016</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.052144290867573</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.538481436650286</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132193</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013204344548285007</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02927599661052227</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</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.4166709937745066</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>21.9088</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.1275</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.2</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.2862</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>41.7337</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>235.9085</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>50.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>74.6336</td></tr>
<tr><td colspan=3>tsnr</td><td>39.82548875757493</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>