<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-01/func/sub-0023_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>d8933ab61f1b475ce7fe13857854b116</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:03:39.952500</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.99974, 0.0222421, 0.00509037, -0.0218144, 0.997125, -0.0725724]</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.253</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.0969332</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>75</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7726, -7287, 573, 35, -185, -22, 59]</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>264.151</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c7577ecf-7bc4-45ff-aa48-52d374dfd753||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.6822283267974854, -0.05852654203772545, 0.018062736839056015, 115.67452239990234], [-0.05967402458190918, 2.6752123832702637, -0.1955946683883667, -80.52481079101562], [0.01365710236132145, 0.19470646977424622, 2.692845344543457, -88.7565689086914], [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': ['140339.952500', '140340.412500', '140340.872500', '140341.332500', '140341.792500', '140342.252500', '140342.712500', '140343.172500', '140343.632500', '140344.092500', '140344.552500', '140345.012500', '140345.472500', '140345.932500', '140346.392500', '140346.852500', '140347.312500', '140347.772500', '140348.232500', '140348.692500', '140349.152500', '140349.612500', '140350.072500', '140350.532500', '140350.992500', '140351.452500', '140351.912500', '140352.372500', '140352.832500', '140353.292500', '140353.752500', '140354.212500', '140354.672500', '140355.132500', '140355.592500', '140356.052500', '140356.512500', '140356.972500', '140357.432500', '140357.892500', '140358.352500', '140358.812500', '140359.272500', '140359.732500', '140400.192500', '140400.652500', '140401.112500', '140401.572500', '140402.032500', '140402.492500', '140402.952500', '140403.412500', '140403.872500', '140404.332500', '140404.792500', '140405.252500', '140405.712500', '140406.172500', '140406.632500', '140407.092500', '140407.552500', '140408.012500', '140408.472500', '140408.932500', '140409.392500', '140409.852500', '140410.312500', '140410.772500', '140411.232500', '140411.692500', '140412.152500', '140412.612500', '140413.072500', '140413.532500', '140413.992500', '140414.452500', '140414.912500', '140415.372500', '140415.832500', '140416.292500', '140416.752500', '140417.212500', '140417.672500', '140418.132500', '140418.592500', '140419.052500', '140419.512500', '140419.972500', '140420.432500', '140420.892500', '140421.352500', '140421.812500', '140422.272500', '140422.732500', '140423.192500', '140423.652500', '140424.112500', '140424.572500', '140425.032500', '140425.492500', '140425.952500', '140426.412500', '140426.872500', '140427.332500', '140427.792500', '140428.252500', '140428.712500', '140429.172500', '140429.632500', '140430.092500', '140430.552500', '140431.012500', '140431.472500', '140431.932500', '140432.392500', '140432.852500', '140433.312500', '140433.772500', '140434.232500', '140434.692500', '140435.152500', '140435.612500', '140436.072500', '140436.532500', '140436.992500', '140437.452500', '140437.912500', '140438.372500', '140438.832500', '140439.292500', '140439.752500', '140440.212500', '140440.672500', '140441.132500', '140441.592500', '140442.052500', '140442.512500', '140442.972500', '140443.432500', '140443.892500', '140444.352500', '140444.812500', '140445.272500', '140445.732500', '140446.192500', '140446.652500', '140447.112500', '140447.572500', '140448.032500', '140448.492500', '140448.952500', '140449.412500', '140449.872500', '140450.332500', '140450.792500', '140451.252500', '140451.712500', '140452.172500', '140452.632500', '140453.092500', '140453.552500', '140454.012500', '140454.472500', '140454.932500', '140455.392500', '140455.852500', '140456.312500', '140456.772500', '140457.232500', '140457.692500', '140458.152500', '140458.612500', '140459.072500', '140459.532500', '140459.992500', '140500.452500', '140500.912500', '140501.372500', '140501.832500', '140502.292500', '140502.752500', '140503.212500', '140503.672500', '140504.132500', '140504.592500', '140505.052500', '140505.512500', '140505.972500', '140506.432500', '140506.892500', '140507.352500', '140507.812500', '140508.272500', '140508.732500', '140509.192500', '140509.652500', '140510.112500', '140510.572500', '140511.032500', '140511.492500', '140511.952500', '140512.412500', '140512.872500', '140513.332500', '140513.792500', '140514.252500', '140514.712500', '140515.172500', '140515.632500', '140516.092500', '140516.552500', '140517.012500', '140517.472500', '140517.932500', '140518.392500', '140518.852500', '140519.312500', '140519.772500', '140520.232500', '140520.692500', '140521.152500', '140521.612500', '140522.072500', '140522.532500', '140522.992500', '140523.452500', '140523.912500', '140524.372500', '140524.832500', '140525.292500', '140525.752500', '140526.212500', '140526.672500', '140527.132500', '140527.592500', '140528.052500', '140528.512500', '140528.972500', '140529.432500', '140529.892500', '140530.352500', '140530.812500', '140531.272500', '140531.732500', '140532.192500', '140532.652500', '140533.112500', '140533.572500', '140534.032500', '140534.492500', '140534.952500', '140535.412500', '140535.872500', '140536.332500', '140536.792500', '140537.252500', '140537.712500', '140538.172500', '140538.632500', '140539.092500', '140539.552500', '140540.012500', '140540.472500', '140540.932500', '140541.392500', '140541.852500', '140542.312500', '140542.772500', '140543.232500', '140543.692500', '140544.152500', '140544.612500', '140545.072500', '140545.532500', '140545.992500', '140546.452500', '140546.912500', '140547.372500', '140547.832500', '140548.292500', '140548.752500', '140549.212500', '140549.672500', '140550.132500', '140550.592500', '140551.052500', '140551.512500', '140551.972500', '140552.432500', '140552.892500', '140553.352500', '140553.812500', '140554.272500', '140554.732500', '140555.192500', '140555.652500', '140556.112500', '140556.572500', '140557.032500', '140557.492500', '140557.952500', '140558.412500', '140558.872500', '140559.332500', '140559.792500', '140600.252500', '140600.712500', '140601.172500', '140601.632500', '140602.092500', '140602.552500', '140603.012500', '140603.472500', '140603.932500', '140604.392500', '140604.852500', '140605.312500', '140605.772500', '140606.232500', '140606.692500', '140607.152500', '140607.612500', '140608.072500', '140608.532500', '140608.992500', '140609.452500', '140609.912500', '140610.372500', '140610.832500', '140611.292500', '140611.752500', '140612.212500', '140612.672500', '140613.132500', '140613.592500', '140614.052500', '140614.512500', '140614.972500', '140615.432500', '140615.892500', '140616.352500', '140616.812500', '140617.272500', '140617.732500', '140618.192500', '140618.652500', '140619.112500', '140619.572500', '140620.032500', '140620.492500', '140620.952500', '140621.412500', '140621.872500', '140622.332500', '140622.792500', '140623.252500', '140623.712500', '140624.172500', '140624.632500', '140625.092500', '140625.552500', '140626.012500', '140626.472500', '140626.932500', '140627.392500', '140627.852500', '140628.312500', '140628.772500', '140629.232500', '140629.692500', '140630.152500', '140630.612500', '140631.072500', '140631.532500', '140631.992500', '140632.452500', '140632.912500', '140633.372500', '140633.832500', '140634.292500', '140634.752500', '140635.212500', '140635.672500', '140636.132500', '140636.592500', '140637.052500', '140637.512500', '140637.972500', '140638.432500', '140638.892500', '140639.352500', '140639.812500', '140640.272500', '140640.732500', '140641.192500', '140641.652500', '140642.112500', '140642.572500', '140643.032500', '140643.492500', '140643.952500', '140644.412500', '140644.872500', '140645.332500', '140645.792500', '140646.252500', '140646.712500', '140647.172500', '140647.632500', '140648.092500', '140648.552500', '140649.012500', '140649.472500', '140649.932500', '140650.392500', '140650.852500', '140651.312500', '140651.772500', '140652.232500', '140652.692500', '140653.152500', '140653.612500', '140654.072500', '140654.532500', '140654.992500', '140655.452500', '140655.912500', '140656.372500', '140656.832500', '140657.292500', '140657.752500', '140658.212500', '140658.672500', '140659.132500', '140659.592500', '140700.052500', '140700.512500', '140700.972500', '140701.432500', '140701.892500', '140702.352500', '140702.812500', '140703.272500', '140703.732500', '140704.192500', '140704.652500', '140705.112500', '140705.572500', '140706.032500', '140706.492500', '140706.952500', '140707.412500', '140707.872500', '140708.332500', '140708.792500', '140709.252500', '140709.712500', '140710.172500', '140710.632500', '140711.092500', '140711.552500', '140712.012500', '140712.472500', '140712.932500', '140713.392500', '140713.852500', '140714.312500', '140714.772500', '140715.232500', '140715.692500', '140716.152500', '140716.612500', '140717.072500', '140717.532500', '140717.992500', '140718.452500', '140718.912500', '140719.372500', '140719.832500', '140720.292500', '140720.752500', '140721.212500', '140721.672500', '140722.132500', '140722.592500', '140723.052500', '140723.512500', '140723.972500', '140724.432500', '140724.892500', '140725.352500', '140725.812500', '140726.272500', '140726.732500', '140727.192500', '140727.652500', '140728.112500', '140728.572500', '140729.032500', '140729.492500', '140729.952500', '140730.412500', '140730.872500', '140731.332500', '140731.792500', '140732.252500', '140732.712500', '140733.172500', '140733.632500', '140734.092500', '140734.552500', '140735.012500', '140735.472500', '140735.932500', '140736.392500', '140736.852500', '140737.312500', '140737.772500', '140738.232500', '140738.692500', '140739.152500', '140739.612500', '140740.072500', '140740.532500', '140740.992500', '140741.452500', '140741.912500', '140742.372500', '140742.832500', '140743.292500', '140743.752500', '140744.212500', '140744.672500', '140745.132500', '140745.592500', '140746.052500', '140746.512500', '140746.972500', '140747.432500', '140747.892500', '140748.352500', '140748.812500', '140749.272500', '140749.732500', '140750.192500', '140750.652500', '140751.112500', '140751.572500', '140752.032500', '140752.492500', '140752.952500', '140753.412500', '140753.872500', '140754.332500', '140754.792500', '140755.252500', '140755.712500', '140756.172500', '140756.632500', '140757.092500', '140757.552500', '140758.012500', '140758.472500', '140758.932500', '140759.392500', '140759.852500', '140800.312500', '140800.772500', '140801.232500', '140801.692500', '140802.152500', '140802.612500', '140803.072500', '140803.532500', '140803.992500', '140804.452500', '140804.912500', '140805.372500', '140805.832500', '140806.292500', '140806.752500', '140807.212500', '140807.672500', '140808.132500', '140808.592500', '140809.052500', '140809.512500', '140809.972500', '140810.432500', '140810.892500', '140811.352500', '140811.812500', '140812.272500', '140812.732500', '140813.192500', '140813.652500', '140814.112500', '140814.572500', '140815.032500', '140815.492500', '140815.952500', '140816.412500', '140816.872500', '140817.332500', '140817.792500', '140818.252500', '140818.712500', '140819.172500', '140819.632500', '140820.092500', '140820.552500', '140821.012500', '140821.472500', '140821.932500', '140822.392500', '140822.852500', '140823.312500', '140823.772500', '140824.232500', '140824.692500', '140825.152500', '140825.612500', '140826.072500', '140826.532500', '140826.992500', '140827.452500', '140827.912500', '140828.372500', '140828.832500', '140829.292500', '140829.752500', '140830.212500', '140830.672500', '140831.132500', '140831.592500', '140832.052500', '140832.512500', '140832.972500', '140833.432500', '140833.892500', '140834.352500', '140834.812500', '140835.272500', '140835.732500', '140836.192500', '140836.652500', '140837.112500', '140837.572500', '140838.032500', '140838.492500', '140838.952500', '140839.412500', '140839.872500', '140840.332500', '140840.792500', '140841.252500', '140841.712500', '140842.172500', '140842.632500', '140843.092500', '140843.552500', '140844.012500', '140844.472500', '140844.932500', '140845.392500', '140845.852500', '140846.312500', '140846.772500', '140847.232500', '140847.692500', '140848.152500', '140848.612500', '140849.072500', '140849.532500', '140849.992500', '140850.452500', '140850.912500', '140851.372500', '140851.832500', '140852.292500', '140852.752500', '140853.212500', '140853.672500', '140854.132500', '140854.592500', '140855.052500', '140855.512500', '140855.972500', '140856.432500', '140856.892500', '140857.352500', '140857.812500', '140858.272500', '140858.732500', '140859.192500', '140859.652500', '140900.112500', '140900.572500', '140901.032500', '140901.492500', '140901.952500', '140902.412500', '140902.872500', '140903.332500', '140903.792500', '140904.252500', '140904.712500', '140905.172500', '140905.632500', '140906.092500', '140906.552500', '140907.012500', '140907.472500', '140907.932500', '140908.392500', '140908.852500', '140909.312500', '140909.772500', '140910.232500', '140910.692500', '140911.152500', '140911.612500', '140912.072500', '140912.532500', '140912.992500', '140913.452500', '140913.912500', '140914.372500', '140914.832500', '140915.292500', '140915.752500', '140916.212500', '140916.672500', '140917.132500', '140917.592500', '140918.052500', '140918.512500', '140918.972500', '140919.432500', '140919.892500', '140920.352500', '140920.812500', '140921.272500', '140921.732500', '140922.192500', '140922.652500', '140923.112500', '140923.572500', '140924.032500', '140924.492500', '140924.952500', '140925.412500', '140925.872500', '140926.332500', '140926.792500', '140927.252500', '140927.712500', '140928.172500', '140928.632500', '140929.092500', '140929.552500', '140930.012500', '140930.472500', '140930.932500', '140931.392500', '140931.852500', '140932.312500', '140932.772500', '140933.232500', '140933.692500', '140934.152500', '140934.612500', '140935.072500', '140935.532500', '140935.992500', '140936.452500', '140936.912500', '140937.372500', '140937.832500', '140938.292500', '140938.752500', '140939.212500', '140939.672500', '140940.132500', '140940.592500', '140941.052500', '140941.512500', '140941.972500', '140942.432500', '140942.892500', '140943.352500', '140943.812500', '140944.272500', '140944.732500', '140945.192500', '140945.652500', '140946.112500', '140946.572500', '140947.032500', '140947.492500', '140947.952500', '140948.412500', '140948.872500', '140949.332500', '140949.792500', '140950.252500', '140950.712500', '140951.172500', '140951.632500', '140952.092500', '140952.552500', '140953.012500', '140953.472500', '140953.932500', '140954.392500', '140954.852500', '140955.312500', '140955.772500', '140956.232500', '140956.692500', '140957.152500', '140957.612500', '140958.072500', '140958.532500', '140958.992500', '140959.452500', '140959.912500', '141000.372500', '141000.832500', '141001.292500', '141001.752500', '141002.212500', '141002.672500', '141003.132500', '141003.592500', '141004.052500', '141004.512500', '141004.972500', '141005.432500', '141005.892500', '141006.352500', '141006.812500', '141007.272500', '141007.732500', '141008.192500', '141008.652500', '141009.112500', '141009.572500', '141010.032500', '141010.492500', '141010.952500', '141011.412500', '141011.872500', '141012.332500', '141012.792500', '141013.252500', '141013.712500', '141014.172500', '141014.632500', '141015.092500', '141015.552500', '141016.012500', '141016.472500', '141016.932500', '141017.392500', '141017.852500', '141018.312500', '141018.772500', '141019.232500', '141019.692500', '141020.152500', '141020.612500', '141021.072500', '141021.532500', '141021.992500', '141022.452500', '141022.912500', '141023.372500', '141023.832500', '141024.292500', '141024.752500', '141025.212500', '141025.672500', '141026.132500', '141026.592500', '141027.052500', '141027.512500', '141027.972500', '141028.432500', '141028.892500', '141029.352500', '141029.812500', '141030.272500', '141030.732500', '141031.192500', '141031.652500', '141032.112500', '141032.572500', '141033.032500', '141033.492500', '141033.952500', '141034.412500', '141034.872500', '141035.332500', '141035.792500', '141036.252500', '141036.712500', '141037.172500', '141037.632500', '141038.092500', '141038.552500', '141039.012500', '141039.472500', '141039.932500', '141040.392500', '141040.852500', '141041.312500', '141041.772500', '141042.232500', '141042.692500', '141043.152500', '141043.612500', '141044.072500', '141044.532500', '141044.992500', '141045.452500', '141045.912500', '141046.372500', '141046.832500', '141047.292500', '141047.752500', '141048.212500', '141048.672500', '141049.132500', '141049.592500', '141050.052500', '141050.512500', '141050.972500', '141051.432500', '141051.892500', '141052.352500', '141052.812500', '141053.272500', '141053.732500', '141054.192500', '141054.652500', '141055.112500', '141055.572500', '141056.032500', '141056.492500', '141056.952500', '141057.412500', '141057.872500', '141058.332500', '141058.792500', '141059.252500', '141059.712500', '141100.172500', '141100.632500', '141101.092500', '141101.552500', '141102.012500', '141102.472500', '141102.932500', '141103.392500', '141103.852500', '141104.312500', '141104.772500', '141105.232500', '141105.692500', '141106.152500', '141106.612500', '141107.072500', '141107.532500', '141107.992500', '141108.452500', '141108.912500', '141109.372500', '141109.832500', '141110.292500', '141110.752500', '141111.212500', '141111.672500', '141112.132500', '141112.592500', '141113.052500', '141113.512500', '141113.972500', '141114.432500', '141114.892500', '141115.352500', '141115.812500', '141116.272500', '141116.732500', '141117.192500', '141117.652500', '141118.112500', '141118.572500', '141119.032500', '141119.492500', '141119.952500', '141120.412500', '141120.872500', '141121.332500', '141121.792500', '141122.252500', '141122.712500', '141123.172500', '141123.632500', '141124.092500', '141124.552500', '141125.012500', '141125.472500', '141125.932500', '141126.392500', '141126.852500'], 'ContentTime': ['140343.154000', '140343.377000', '140343.617000', '140343.794000', '140344.018000', '140344.241000', '140344.429000', '140345.786000', '140345.879000', '140346.041000', '140346.143000', '140346.217000', '140346.299000', '140346.528000', '140347.017000', '140347.477000', '140347.943000', '140348.390000', '140348.846000', '140349.312000', '140349.777000', '140350.237000', '140350.694000', '140351.151000', '140351.611000', '140352.068000', '140352.525000', '140352.982000', '140353.445000', '140353.929000', '140354.363000', '140354.846000', '140355.315000', '140355.756000', '140356.300000', '140356.676000', '140357.141000', '140357.607000', '140358.047000', '140358.501000', '140358.971000', '140359.427000', '140359.896000', '140400.341000', '140400.818000', '140401.270000', '140401.724000', '140402.194000', '140402.660000', '140403.112000', '140403.589000', '140404.029000', '140404.499000', '140405.003000', '140405.410000', '140405.888000', '140406.320000', '140406.837000', '140407.252000', '140407.720000', '140408.165000', '140408.673000', '140409.099000', '140409.547000', '140410.014000', '140410.477000', '140410.932000', '140411.395000', '140411.856000', '140412.318000', '140412.768000', '140413.224000', '140413.698000', '140414.159000', '140414.685000', '140415.063000', '140415.577000', '140415.985000', '140416.441000', '140416.909000', '140417.430000', '140417.831000', '140418.294000', '140418.750000', '140419.205000', '140419.661000', '140420.136000', '140420.584000', '140421.050000', '140421.519000', '140421.979000', '140422.438000', '140422.885000', '140423.362000', '140423.811000', '140424.279000', '140424.731000', '140425.184000', '140425.653000', '140426.142000', '140426.574000', '140427.038000', '140427.489000', '140427.953000', '140428.418000', '140428.863000', '140429.324000', '140429.794000', '140430.256000', '140430.724000', '140431.224000', '140431.621000', '140432.082000', '140432.552000', '140433.018000', '140433.480000', '140433.930000', '140434.397000', '140434.864000', '140435.322000', '140435.776000', '140436.225000', '140436.688000', '140437.146000', '140437.617000', '140438.075000', '140438.542000', '140439.001000', '140439.445000', '140439.915000', '140440.366000', '140440.831000', '140441.303000', '140441.749000', '140442.202000', '140442.674000', '140443.130000', '140443.593000', '140444.052000', '140444.507000', '140444.965000', '140445.426000', '140445.907000', '140446.357000', '140446.806000', '140447.292000', '140447.784000', '140448.186000', '140448.672000', '140449.116000', '140449.584000', '140450.024000', '140450.486000', '140450.955000', '140451.407000', '140451.873000', '140452.322000', '140452.800000', '140453.249000', '140453.706000', '140454.170000', '140454.633000', '140455.124000', '140455.550000', '140456.034000', '140456.475000', '140456.941000', '140457.395000', '140457.940000', '140458.307000', '140458.762000', '140459.264000', '140459.687000', '140500.164000', '140500.608000', '140501.064000', '140501.538000', '140501.997000', '140502.448000', '140502.919000', '140503.374000', '140503.836000', '140504.292000', '140504.745000', '140505.202000', '140505.705000', '140506.142000', '140506.601000', '140507.056000', '140507.518000', '140507.969000', '140508.472000', '140508.891000', '140509.363000', '140509.818000', '140510.275000', '140510.748000', '140511.204000', '140511.649000', '140512.116000', '140512.566000', '140513.042000', '140513.492000', '140513.955000', '140514.414000', '140514.875000', '140515.353000', '140515.803000', '140516.261000', '140516.723000', '140517.165000', '140517.652000', '140518.099000', '140518.548000', '140519.009000', '140519.466000', '140519.930000', '140520.385000', '140520.859000', '140521.324000', '140521.779000', '140522.238000', '140522.698000', '140523.153000', '140523.629000', '140524.118000', '140524.549000', '140525.018000', '140525.449000', '140525.919000', '140526.603000', '140526.840000', '140527.296000', '140527.749000', '140528.215000', '140528.731000', '140529.126000', '140529.592000', '140530.059000', '140530.512000', '140530.981000', '140531.439000', '140531.887000', '140532.366000', '140532.821000', '140533.284000', '140533.738000', '140534.190000', '140534.706000', '140535.155000', '140535.589000', '140536.038000', '140536.499000', '140536.959000', '140537.424000', '140537.887000', '140538.336000', '140538.789000', '140539.264000', '140539.719000', '140540.169000', '140540.633000', '140541.107000', '140541.564000', '140542.029000', '140542.508000', '140542.934000', '140543.406000', '140543.849000', '140544.317000', '140544.767000', '140545.228000', '140545.688000', '140546.164000', '140546.620000', '140547.070000', '140547.584000', '140548.004000', '140548.454000', '140548.925000', '140549.374000', '140549.858000', '140550.298000', '140550.751000', '140551.209000', '140551.698000', '140552.134000', '140552.610000', '140553.063000', '140553.519000', '140553.987000', '140554.429000', '140554.902000', '140555.358000', '140555.820000', '140556.274000', '140556.732000', '140557.192000', '140557.657000', '140558.111000', '140558.587000', '140559.051000', '140559.493000', '140559.957000', '140600.415000', '140600.877000', '140601.343000', '140601.792000', '140602.266000', '140602.710000', '140603.174000', '140603.668000', '140604.100000', '140604.548000', '140605.030000', '140605.485000', '140605.950000', '140606.401000', '140606.853000', '140607.350000', '140607.772000', '140608.256000', '140608.701000', '140609.190000', '140609.621000', '140610.089000', '140610.551000', '140611.028000', '140611.455000', '140611.916000', '140612.389000', '140612.833000', '140613.292000', '140613.781000', '140614.230000', '140614.675000', '140615.182000', '140615.604000', '140616.054000', '140616.527000', '140616.990000', '140617.443000', '140617.912000', '140618.359000', '140618.819000', '140619.310000', '140619.743000', '140620.238000', '140620.663000', '140621.156000', '140621.593000', '140622.034000', '140622.493000', '140622.984000', '140623.414000', '140623.882000', '140624.337000', '140624.799000', '140625.260000', '140625.754000', '140626.180000', '140626.650000', '140627.106000', '140627.557000', '140628.015000', '140628.480000', '140628.951000', '140629.392000', '140629.868000', '140630.322000', '140630.775000', '140631.249000', '140631.711000', '140632.190000', '140632.623000', '140633.086000', '140633.549000', '140633.995000', '140634.452000', '140634.928000', '140635.379000', '140635.850000', '140636.305000', '140636.759000', '140637.213000', '140637.674000', '140638.143000', '140638.596000', '140639.056000', '140639.518000', '140639.978000', '140640.429000', '140640.894000', '140641.372000', '140641.830000', '140642.300000', '140642.737000', '140643.193000', '140643.665000', '140644.138000', '140644.581000', '140645.051000', '140645.496000', '140645.974000', '140646.418000', '140646.895000', '140647.355000', '140647.799000', '140648.266000', '140648.762000', '140649.183000', '140649.633000', '140650.100000', '140650.561000', '140651.024000', '140651.496000', '140651.955000', '140652.411000', '140652.865000', '140653.468000', '140653.892000', '140654.267000', '140654.708000', '140655.161000', '140655.618000', '140656.085000', '140656.539000', '140657.008000', '140657.459000', '140657.940000', '140658.374000', '140658.849000', '140659.315000', '140659.755000', '140700.227000', '140700.682000', '140701.141000', '140701.604000', '140702.063000', '140702.528000', '140702.978000', '140703.448000', '140703.900000', '140704.357000', '140704.828000', '140705.284000', '140705.747000', '140706.207000', '140706.671000', '140707.114000', '140707.594000', '140708.052000', '140708.505000', '140708.957000', '140709.428000', '140709.894000', '140710.342000', '140710.804000', '140711.275000', '140711.733000', '140712.173000', '140712.651000', '140713.101000', '140713.564000', '140714.020000', '140714.494000', '140714.939000', '140715.416000', '140715.864000', '140716.336000', '140716.792000', '140717.253000', '140717.719000', '140718.162000', '140718.619000', '140719.086000', '140719.548000', '140720.021000', '140720.502000', '140720.929000', '140721.395000', '140721.849000', '140722.307000', '140722.771000', '140723.217000', '140723.686000', '140724.153000', '140724.618000', '140725.090000', '140725.532000', '140726.135000', '140726.447000', '140726.896000', '140727.360000', '140727.832000', '140728.276000', '140728.740000', '140729.219000', '140729.662000', '140730.122000', '140730.591000', '140731.050000', '140731.510000', '140731.970000', '140732.419000', '140732.895000', '140733.346000', '140733.819000', '140734.274000', '140734.736000', '140735.183000', '140735.652000', '140736.122000', '140736.566000', '140737.019000', '140737.488000', '140738.001000', '140738.404000', '140738.862000', '140739.324000', '140739.778000', '140740.258000', '140740.705000', '140741.165000', '140741.632000', '140742.124000', '140742.543000', '140743.013000', '140743.464000', '140743.927000', '140744.385000', '140744.841000', '140745.312000', '140745.765000', '140746.237000', '140746.697000', '140747.158000', '140747.600000', '140748.067000', '140748.533000', '140749.003000', '140749.445000', '140749.933000', '140750.375000', '140750.834000', '140751.295000', '140751.741000', '140752.216000', '140752.673000', '140753.124000', '140753.580000', '140754.048000', '140754.534000', '140754.963000', '140755.441000', '140756.173000', '140756.442000', '140756.816000', '140757.270000', '140757.743000', '140758.187000', '140758.652000', '140759.113000', '140759.577000', '140800.029000', '140800.496000', '140800.945000', '140801.427000', '140801.876000', '140802.328000', '140802.784000', '140803.271000', '140803.715000', '140804.174000', '140804.640000', '140805.132000', '140805.559000', '140806.025000', '140806.475000', '140806.935000', '140807.379000', '140807.910000', '140808.296000', '140808.765000', '140809.238000', '140809.687000', '140810.148000', '140810.622000', '140811.067000', '140811.532000', '140811.983000', '140812.460000', '140812.918000', '140813.378000', '140813.825000', '140814.295000', '140814.772000', '140815.215000', '140815.661000', '140816.126000', '140816.596000', '140817.071000', '140817.518000', '140817.965000', '140818.466000', '140818.898000', '140819.374000', '140819.814000', '140820.274000', '140820.742000', '140821.187000', '140821.681000', '140822.105000', '140822.564000', '140823.039000', '140823.504000', '140823.975000', '140824.642000', '140824.865000', '140825.327000', '140825.780000', '140826.263000', '140826.712000', '140827.177000', '140827.648000', '140828.105000', '140828.543000', '140829.004000', '140829.493000', '140829.942000', '140830.403000', '140830.884000', '140831.316000', '140831.780000', '140832.227000', '140832.696000', '140833.164000', '140833.644000', '140834.081000', '140834.529000', '140834.990000', '140835.444000', '140835.970000', '140836.417000', '140836.869000', '140837.303000', '140837.765000', '140838.225000', '140838.666000', '140839.140000', '140839.587000', '140840.063000', '140840.506000', '140840.979000', '140841.442000', '140842.055000', '140842.400000', '140842.805000', '140843.318000', '140843.776000', '140844.205000', '140844.664000', '140845.126000', '140845.574000', '140846.049000', '140846.484000', '140846.961000', '140847.429000', '140847.942000', '140848.672000', '140849.172000', '140849.331000', '140849.729000', '140850.169000', '140850.988000', '140851.214000', '140851.577000', '140852.008000', '140852.472000', '140852.936000', '140853.409000', '140854.025000', '140854.333000', '140854.780000', '140855.232000', '140855.698000', '140856.162000', '140856.615000', '140857.085000', '140857.539000', '140857.998000', '140858.464000', '140858.918000', '140859.370000', '140859.839000', '140900.290000', '140900.764000', '140901.207000', '140901.671000', '140902.142000', '140902.608000', '140903.060000', '140903.574000', '140904.158000', '140904.425000', '140904.908000', '140905.363000', '140905.935000', '140906.280000', '140906.732000', '140907.201000', '140907.650000', '140908.120000', '140908.580000', '140909.031000', '140909.496000', '140909.973000', '140910.413000', '140910.921000', '140911.332000', '140911.785000', '140912.259000', '140912.718000', '140913.178000', '140913.627000', '140914.090000', '140914.579000', '140915.014000', '140915.473000', '140915.960000', '140916.401000', '140916.865000', '140917.323000', '140917.787000', '140918.237000', '140918.705000', '140919.160000', '140919.613000', '140920.073000', '140920.532000', '140921.005000', '140921.460000', '140921.920000', '140922.383000', '140922.841000', '140923.307000', '140923.757000', '140924.229000', '140924.676000', '140925.134000', '140925.600000', '140926.059000', '140926.529000', '140926.977000', '140927.435000', '140927.912000', '140928.397000', '140928.815000', '140929.319000', '140929.734000', '140930.231000', '140930.665000', '140931.156000', '140931.589000', '140932.038000', '140932.543000', '140932.964000', '140933.415000', '140933.873000', '140934.341000', '140934.808000', '140935.258000', '140935.724000', '140936.203000', '140936.635000', '140937.108000', '140937.607000', '140938.011000', '140938.481000', '140938.957000', '140939.400000', '140939.951000', '140940.316000', '140940.776000', '140941.249000', '140941.711000', '140942.179000', '140942.661000', '140943.088000', '140943.547000', '140944.001000', '140944.464000', '140944.919000', '140945.393000', '140945.840000', '140946.311000', '140946.764000', '140947.236000', '140947.689000', '140948.150000', '140948.612000', '140949.074000', '140949.526000', '140949.984000', '140950.440000', '140950.904000', '140951.363000', '140951.834000', '140952.276000', '140952.756000', '140953.217000', '140953.670000', '140954.121000', '140954.589000', '140955.048000', '140955.501000', '140955.955000', '140956.430000', '140956.883000', '140957.357000', '140957.805000', '140958.275000', '140958.770000', '140959.202000', '140959.652000', '141000.112000', '141000.562000', '141001.026000', '141001.483000', '141001.942000', '141002.399000', '141002.861000', '141003.320000', '141003.982000', '141004.248000', '141004.710000', '141005.158000', '141005.635000', '141006.079000', '141006.556000', '141007.011000', '141007.468000', '141007.936000', '141008.392000', '141008.853000', '141009.309000', '141009.774000', '141010.222000', '141010.694000', '141011.156000', '141011.600000', '141012.071000', '141012.520000', '141012.983000', '141013.442000', '141013.911000', '141014.387000', '141014.839000', '141015.289000', '141015.744000', '141016.208000', '141016.671000', '141017.122000', '141017.595000', '141018.060000', '141018.511000', '141018.975000', '141019.422000', '141019.883000', '141020.353000', '141020.818000', '141021.270000', '141021.732000', '141022.183000', '141022.655000', '141023.110000', '141023.568000', '141024.034000', '141024.483000', '141024.949000', '141025.407000', '141025.948000', '141026.324000', '141026.796000', '141027.266000', '141027.721000', '141028.174000', '141028.717000', '141029.084000', '141029.553000', '141030.008000', '141030.459000', '141030.929000', '141031.432000', '141031.858000', '141032.321000', '141032.768000', '141033.232000', '141033.700000', '141034.181000', '141034.605000', '141035.107000', '141035.528000', '141036.027000', '141036.456000', '141036.922000', '141037.367000', '141037.830000', '141038.289000', '141038.756000', '141039.225000', '141039.675000', '141040.141000', '141040.594000', '141041.050000', '141041.513000', '141041.975000', '141042.434000', '141042.898000', '141043.349000', '141044.036000', '141044.265000', '141044.738000', '141045.202000', '141045.665000', '141046.121000', '141046.576000', '141047.041000', '141047.503000', '141047.965000', '141048.421000', '141048.883000', '141049.336000', '141049.798000', '141050.286000', '141050.726000', '141051.187000', '141051.625000', '141052.102000', '141052.549000', '141053.025000', '141053.514000', '141053.927000', '141054.397000', '141054.858000', '141055.309000', '141056.018000', '141056.230000', '141056.694000', '141057.167000', '141057.613000', '141058.071000', '141058.529000', '141058.997000', '141059.449000', '141059.910000', '141100.418000', '141100.830000', '141101.303000', '141101.768000', '141102.215000', '141102.690000', '141103.127000', '141103.592000', '141104.076000', '141104.508000', '141104.967000', '141105.443000', '141105.893000', '141106.363000', '141106.828000', '141107.274000', '141107.744000', '141108.197000', '141108.658000', '141109.124000', '141109.585000', '141110.038000', '141110.497000', '141110.960000', '141111.428000', '141111.872000', '141112.334000', '141112.796000', '141113.270000', '141113.713000', '141114.188000', '141114.647000', '141115.111000', '141115.555000', '141116.024000', '141116.485000', '141116.933000', '141117.392000', '141117.847000', '141118.355000', '141118.784000', '141119.241000', '141119.708000', '141120.171000', '141120.613000', '141121.091000', '141121.538000', '141122.014000', '141122.460000', '141122.922000', '141123.383000', '141123.992000', '141124.306000', '141124.761000', '141125.238000', '141125.674000', '141126.134000', '141126.591000', '141127.068000', '141127.518000'], 'InstanceCreationTime': ['140343.154000', '140343.377000', '140343.617000', '140343.794000', '140344.018000', '140344.241000', '140344.429000', '140345.786000', '140345.879000', '140346.041000', '140346.143000', '140346.217000', '140346.299000', '140346.528000', '140347.017000', '140347.477000', '140347.943000', '140348.390000', '140348.846000', '140349.312000', '140349.777000', '140350.237000', '140350.694000', '140351.151000', '140351.611000', '140352.068000', '140352.525000', '140352.982000', '140353.445000', '140353.929000', '140354.363000', '140354.846000', '140355.315000', '140355.756000', '140356.300000', '140356.676000', '140357.141000', '140357.607000', '140358.047000', '140358.501000', '140358.971000', '140359.427000', '140359.896000', '140400.341000', '140400.818000', '140401.270000', '140401.724000', '140402.194000', '140402.660000', '140403.112000', '140403.589000', '140404.029000', '140404.499000', '140405.003000', '140405.410000', '140405.888000', '140406.320000', '140406.837000', '140407.252000', '140407.720000', '140408.165000', '140408.673000', '140409.099000', '140409.547000', '140410.014000', '140410.477000', '140410.932000', '140411.395000', '140411.856000', '140412.318000', '140412.768000', '140413.224000', '140413.698000', '140414.159000', '140414.685000', '140415.063000', '140415.577000', '140415.985000', '140416.441000', '140416.909000', '140417.430000', '140417.831000', '140418.294000', '140418.750000', '140419.205000', '140419.661000', '140420.136000', '140420.584000', '140421.050000', '140421.519000', '140421.979000', '140422.438000', '140422.885000', '140423.362000', '140423.811000', '140424.279000', '140424.731000', '140425.184000', '140425.653000', '140426.142000', '140426.574000', '140427.038000', '140427.489000', '140427.953000', '140428.418000', '140428.863000', '140429.324000', '140429.794000', '140430.256000', '140430.724000', '140431.224000', '140431.621000', '140432.082000', '140432.552000', '140433.018000', '140433.480000', '140433.930000', '140434.397000', '140434.864000', '140435.322000', '140435.776000', '140436.225000', '140436.688000', '140437.146000', '140437.617000', '140438.075000', '140438.542000', '140439.001000', '140439.445000', '140439.915000', '140440.366000', '140440.831000', '140441.303000', '140441.749000', '140442.202000', '140442.674000', '140443.130000', '140443.593000', '140444.052000', '140444.507000', '140444.965000', '140445.426000', '140445.907000', '140446.357000', '140446.806000', '140447.292000', '140447.784000', '140448.186000', '140448.672000', '140449.116000', '140449.584000', '140450.024000', '140450.486000', '140450.955000', '140451.407000', '140451.873000', '140452.322000', '140452.800000', '140453.249000', '140453.706000', '140454.170000', '140454.633000', '140455.124000', '140455.550000', '140456.034000', '140456.475000', '140456.941000', '140457.395000', '140457.940000', '140458.307000', '140458.762000', '140459.264000', '140459.687000', '140500.164000', '140500.608000', '140501.064000', '140501.538000', '140501.997000', '140502.448000', '140502.919000', '140503.374000', '140503.836000', '140504.292000', '140504.745000', '140505.202000', '140505.705000', '140506.142000', '140506.601000', '140507.056000', '140507.518000', '140507.969000', '140508.472000', '140508.891000', '140509.363000', '140509.818000', '140510.275000', '140510.748000', '140511.204000', '140511.649000', '140512.116000', '140512.566000', '140513.042000', '140513.492000', '140513.955000', '140514.414000', '140514.875000', '140515.353000', '140515.803000', '140516.261000', '140516.723000', '140517.165000', '140517.652000', '140518.099000', '140518.548000', '140519.009000', '140519.466000', '140519.930000', '140520.385000', '140520.859000', '140521.324000', '140521.779000', '140522.238000', '140522.698000', '140523.153000', '140523.629000', '140524.118000', '140524.549000', '140525.018000', '140525.449000', '140525.919000', '140526.603000', '140526.840000', '140527.296000', '140527.749000', '140528.215000', '140528.731000', '140529.126000', '140529.592000', '140530.059000', '140530.512000', '140530.981000', '140531.439000', '140531.887000', '140532.366000', '140532.821000', '140533.284000', '140533.738000', '140534.190000', '140534.706000', '140535.155000', '140535.589000', '140536.038000', '140536.499000', '140536.959000', '140537.424000', '140537.887000', '140538.336000', '140538.789000', '140539.264000', '140539.719000', '140540.169000', '140540.633000', '140541.107000', '140541.564000', '140542.029000', '140542.508000', '140542.934000', '140543.406000', '140543.849000', '140544.317000', '140544.767000', '140545.228000', '140545.688000', '140546.164000', '140546.620000', '140547.070000', '140547.584000', '140548.004000', '140548.454000', '140548.925000', '140549.374000', '140549.858000', '140550.298000', '140550.751000', '140551.209000', '140551.698000', '140552.134000', '140552.610000', '140553.063000', '140553.519000', '140553.987000', '140554.429000', '140554.902000', '140555.358000', '140555.820000', '140556.274000', '140556.732000', '140557.192000', '140557.657000', '140558.111000', '140558.587000', '140559.051000', '140559.493000', '140559.957000', '140600.415000', '140600.877000', '140601.343000', '140601.792000', '140602.266000', '140602.710000', '140603.174000', '140603.668000', '140604.100000', '140604.548000', '140605.030000', '140605.485000', '140605.950000', '140606.401000', '140606.853000', '140607.350000', '140607.772000', '140608.256000', '140608.701000', '140609.190000', '140609.621000', '140610.089000', '140610.551000', '140611.028000', '140611.455000', '140611.916000', '140612.389000', '140612.833000', '140613.292000', '140613.781000', '140614.230000', '140614.675000', '140615.182000', '140615.604000', '140616.054000', '140616.527000', '140616.990000', '140617.443000', '140617.912000', '140618.359000', '140618.819000', '140619.310000', '140619.743000', '140620.238000', '140620.663000', '140621.156000', '140621.593000', '140622.034000', '140622.493000', '140622.984000', '140623.414000', '140623.882000', '140624.337000', '140624.799000', '140625.260000', '140625.754000', '140626.180000', '140626.650000', '140627.106000', '140627.557000', '140628.015000', '140628.480000', '140628.951000', '140629.392000', '140629.868000', '140630.322000', '140630.775000', '140631.249000', '140631.711000', '140632.190000', '140632.623000', '140633.086000', '140633.549000', '140633.995000', '140634.452000', '140634.928000', '140635.379000', '140635.850000', '140636.305000', '140636.759000', '140637.213000', '140637.674000', '140638.143000', '140638.596000', '140639.056000', '140639.518000', '140639.978000', '140640.429000', '140640.894000', '140641.372000', '140641.830000', '140642.300000', '140642.737000', '140643.193000', '140643.665000', '140644.138000', '140644.581000', '140645.051000', '140645.496000', '140645.974000', '140646.418000', '140646.895000', '140647.355000', '140647.799000', '140648.266000', '140648.762000', '140649.183000', '140649.633000', '140650.100000', '140650.561000', '140651.024000', '140651.496000', '140651.955000', '140652.411000', '140652.865000', '140653.468000', '140653.892000', '140654.267000', '140654.708000', '140655.161000', '140655.618000', '140656.085000', '140656.539000', '140657.008000', '140657.459000', '140657.940000', '140658.374000', '140658.849000', '140659.315000', '140659.755000', '140700.227000', '140700.682000', '140701.141000', '140701.604000', '140702.063000', '140702.528000', '140702.978000', '140703.448000', '140703.900000', '140704.357000', '140704.828000', '140705.284000', '140705.747000', '140706.207000', '140706.671000', '140707.114000', '140707.594000', '140708.052000', '140708.505000', '140708.957000', '140709.428000', '140709.894000', '140710.342000', '140710.804000', '140711.275000', '140711.733000', '140712.173000', '140712.651000', '140713.101000', '140713.564000', '140714.020000', '140714.494000', '140714.939000', '140715.416000', '140715.864000', '140716.336000', '140716.792000', '140717.253000', '140717.719000', '140718.162000', '140718.619000', '140719.086000', '140719.548000', '140720.021000', '140720.502000', '140720.929000', '140721.395000', '140721.849000', '140722.307000', '140722.771000', '140723.217000', '140723.686000', '140724.153000', '140724.618000', '140725.090000', '140725.532000', '140726.135000', '140726.447000', '140726.896000', '140727.360000', '140727.832000', '140728.276000', '140728.740000', '140729.219000', '140729.662000', '140730.122000', '140730.591000', '140731.050000', '140731.510000', '140731.970000', '140732.419000', '140732.895000', '140733.346000', '140733.819000', '140734.274000', '140734.736000', '140735.183000', '140735.652000', '140736.122000', '140736.566000', '140737.019000', '140737.488000', '140738.001000', '140738.404000', '140738.862000', '140739.324000', '140739.778000', '140740.258000', '140740.705000', '140741.165000', '140741.632000', '140742.124000', '140742.543000', '140743.013000', '140743.464000', '140743.927000', '140744.385000', '140744.841000', '140745.312000', '140745.765000', '140746.237000', '140746.697000', '140747.158000', '140747.600000', '140748.067000', '140748.533000', '140749.003000', '140749.445000', '140749.933000', '140750.375000', '140750.834000', '140751.295000', '140751.741000', '140752.216000', '140752.673000', '140753.124000', '140753.580000', '140754.048000', '140754.534000', '140754.963000', '140755.441000', '140756.173000', '140756.442000', '140756.816000', '140757.270000', '140757.743000', '140758.187000', '140758.652000', '140759.113000', '140759.577000', '140800.029000', '140800.496000', '140800.945000', '140801.427000', '140801.876000', '140802.328000', '140802.784000', '140803.271000', '140803.715000', '140804.174000', '140804.640000', '140805.132000', '140805.559000', '140806.025000', '140806.475000', '140806.935000', '140807.379000', '140807.910000', '140808.296000', '140808.765000', '140809.238000', '140809.687000', '140810.148000', '140810.622000', '140811.067000', '140811.532000', '140811.983000', '140812.460000', '140812.918000', '140813.378000', '140813.825000', '140814.295000', '140814.772000', '140815.215000', '140815.661000', '140816.126000', '140816.596000', '140817.071000', '140817.518000', '140817.965000', '140818.466000', '140818.898000', '140819.374000', '140819.814000', '140820.274000', '140820.742000', '140821.187000', '140821.681000', '140822.105000', '140822.564000', '140823.039000', '140823.504000', '140823.975000', '140824.642000', '140824.865000', '140825.327000', '140825.780000', '140826.263000', '140826.712000', '140827.177000', '140827.648000', '140828.105000', '140828.543000', '140829.004000', '140829.493000', '140829.942000', '140830.403000', '140830.884000', '140831.316000', '140831.780000', '140832.227000', '140832.696000', '140833.164000', '140833.644000', '140834.081000', '140834.529000', '140834.990000', '140835.444000', '140835.970000', '140836.417000', '140836.869000', '140837.303000', '140837.765000', '140838.225000', '140838.666000', '140839.140000', '140839.587000', '140840.063000', '140840.506000', '140840.979000', '140841.442000', '140842.055000', '140842.400000', '140842.805000', '140843.318000', '140843.776000', '140844.205000', '140844.664000', '140845.126000', '140845.574000', '140846.049000', '140846.484000', '140846.961000', '140847.429000', '140847.942000', '140848.672000', '140849.172000', '140849.331000', '140849.729000', '140850.169000', '140850.988000', '140851.214000', '140851.577000', '140852.008000', '140852.472000', '140852.936000', '140853.409000', '140854.025000', '140854.333000', '140854.780000', '140855.232000', '140855.698000', '140856.162000', '140856.615000', '140857.085000', '140857.539000', '140857.998000', '140858.464000', '140858.918000', '140859.370000', '140859.839000', '140900.290000', '140900.764000', '140901.207000', '140901.671000', '140902.142000', '140902.608000', '140903.060000', '140903.574000', '140904.158000', '140904.425000', '140904.908000', '140905.363000', '140905.935000', '140906.280000', '140906.732000', '140907.201000', '140907.650000', '140908.120000', '140908.580000', '140909.031000', '140909.496000', '140909.973000', '140910.413000', '140910.921000', '140911.332000', '140911.785000', '140912.259000', '140912.718000', '140913.178000', '140913.627000', '140914.090000', '140914.579000', '140915.014000', '140915.473000', '140915.960000', '140916.401000', '140916.865000', '140917.323000', '140917.787000', '140918.237000', '140918.705000', '140919.160000', '140919.613000', '140920.073000', '140920.532000', '140921.005000', '140921.460000', '140921.920000', '140922.383000', '140922.841000', '140923.307000', '140923.757000', '140924.229000', '140924.676000', '140925.134000', '140925.600000', '140926.059000', '140926.529000', '140926.977000', '140927.435000', '140927.912000', '140928.397000', '140928.815000', '140929.319000', '140929.734000', '140930.231000', '140930.665000', '140931.156000', '140931.589000', '140932.038000', '140932.543000', '140932.964000', '140933.415000', '140933.873000', '140934.341000', '140934.808000', '140935.258000', '140935.724000', '140936.203000', '140936.635000', '140937.108000', '140937.607000', '140938.011000', '140938.481000', '140938.957000', '140939.400000', '140939.951000', '140940.316000', '140940.776000', '140941.249000', '140941.711000', '140942.179000', '140942.661000', '140943.088000', '140943.547000', '140944.001000', '140944.464000', '140944.919000', '140945.393000', '140945.840000', '140946.311000', '140946.764000', '140947.236000', '140947.689000', '140948.150000', '140948.612000', '140949.074000', '140949.526000', '140949.984000', '140950.440000', '140950.904000', '140951.363000', '140951.834000', '140952.276000', '140952.756000', '140953.217000', '140953.670000', '140954.121000', '140954.589000', '140955.048000', '140955.501000', '140955.955000', '140956.430000', '140956.883000', '140957.357000', '140957.805000', '140958.275000', '140958.770000', '140959.202000', '140959.652000', '141000.112000', '141000.562000', '141001.026000', '141001.483000', '141001.942000', '141002.399000', '141002.861000', '141003.320000', '141003.982000', '141004.248000', '141004.710000', '141005.158000', '141005.635000', '141006.079000', '141006.556000', '141007.011000', '141007.468000', '141007.936000', '141008.392000', '141008.853000', '141009.309000', '141009.774000', '141010.222000', '141010.694000', '141011.156000', '141011.600000', '141012.071000', '141012.520000', '141012.983000', '141013.442000', '141013.911000', '141014.387000', '141014.839000', '141015.289000', '141015.744000', '141016.208000', '141016.671000', '141017.122000', '141017.595000', '141018.060000', '141018.511000', '141018.975000', '141019.422000', '141019.883000', '141020.353000', '141020.818000', '141021.270000', '141021.732000', '141022.183000', '141022.655000', '141023.110000', '141023.568000', '141024.034000', '141024.483000', '141024.949000', '141025.407000', '141025.948000', '141026.324000', '141026.796000', '141027.266000', '141027.721000', '141028.174000', '141028.717000', '141029.084000', '141029.553000', '141030.008000', '141030.459000', '141030.929000', '141031.432000', '141031.858000', '141032.321000', '141032.768000', '141033.232000', '141033.700000', '141034.181000', '141034.605000', '141035.107000', '141035.528000', '141036.027000', '141036.456000', '141036.922000', '141037.367000', '141037.830000', '141038.289000', '141038.756000', '141039.225000', '141039.675000', '141040.141000', '141040.594000', '141041.050000', '141041.513000', '141041.975000', '141042.434000', '141042.898000', '141043.349000', '141044.036000', '141044.265000', '141044.738000', '141045.202000', '141045.665000', '141046.121000', '141046.576000', '141047.041000', '141047.503000', '141047.965000', '141048.421000', '141048.883000', '141049.336000', '141049.798000', '141050.286000', '141050.726000', '141051.187000', '141051.625000', '141052.102000', '141052.549000', '141053.025000', '141053.514000', '141053.927000', '141054.397000', '141054.858000', '141055.309000', '141056.018000', '141056.230000', '141056.694000', '141057.167000', '141057.613000', '141058.071000', '141058.529000', '141058.997000', '141059.449000', '141059.910000', '141100.418000', '141100.830000', '141101.303000', '141101.768000', '141102.215000', '141102.690000', '141103.127000', '141103.592000', '141104.076000', '141104.508000', '141104.967000', '141105.443000', '141105.893000', '141106.363000', '141106.828000', '141107.274000', '141107.744000', '141108.197000', '141108.658000', '141109.124000', '141109.585000', '141110.038000', '141110.497000', '141110.960000', '141111.428000', '141111.872000', '141112.334000', '141112.796000', '141113.270000', '141113.713000', '141114.188000', '141114.647000', '141115.111000', '141115.555000', '141116.024000', '141116.485000', '141116.933000', '141117.392000', '141117.847000', '141118.355000', '141118.784000', '141119.241000', '141119.708000', '141120.171000', '141120.613000', '141121.091000', '141121.538000', '141122.014000', '141122.460000', '141122.922000', '141123.383000', '141123.992000', '141124.306000', '141124.761000', '141125.238000', '141125.674000', '141126.134000', '141126.591000', '141127.068000', '141127.518000'], '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': [671, 664, 670, 690, 684, 675, 734, 707, 708, 737, 898, 781, 751, 826, 750, 834, 672, 717, 671, 621, 704, 669, 683, 689, 689, 705, 680, 684, 731, 651, 713, 707, 677, 710, 645, 718, 731, 669, 696, 674, 673, 687, 666, 696, 663, 717, 751, 719, 659, 697, 686, 781, 817, 731, 723, 657, 740, 674, 724, 747, 620, 739, 667, 727, 712, 673, 743, 653, 773, 876, 720, 682, 655, 669, 662, 744, 689, 694, 669, 617, 713, 651, 706, 658, 707, 713, 701, 708, 645, 672, 676, 656, 759, 713, 727, 707, 639, 718, 653, 696, 640, 722, 730, 646, 698, 663, 693, 662, 712, 767, 635, 724, 667, 702, 710, 660, 702, 699, 736, 767, 652, 710, 659, 685, 751, 674, 735, 696, 756, 728, 672, 707, 661, 691, 743, 624, 756, 706, 729, 706, 650, 685, 680, 698, 725, 737, 734, 841, 706, 722, 639, 710, 724, 706, 724, 692, 685, 670, 634, 722, 698, 730, 765, 772, 720, 896, 698, 876, 666, 719, 672, 740, 965, 602, 680, 685, 711, 691, 674, 683, 705, 671, 699, 669, 735, 717, 669, 681, 807, 671, 821, 669, 784, 714, 668, 690, 619, 682, 700, 702, 705, 698, 667, 664, 593, 665, 691, 687, 719, 692, 690, 886, 597, 688, 656, 739, 672, 672, 673, 684, 594, 757, 750, 679, 747, 747, 696, 690, 709, 738, 709, 734, 753, 669, 743, 735, 680, 639, 756, 667, 791, 758, 662, 804, 773, 719, 663, 766, 654, 794, 778, 658, 640, 767, 663, 724, 769, 686, 988, 762, 748, 640, 749, 693, 757, 671, 789, 765, 725, 693, 749, 692, 660, 745, 645, 764, 702, 596, 766, 648, 624, 743, 646, 778, 713, 724, 737, 740, 623, 753, 643, 614, 734, 618, 758, 755, 739, 756, 737, 840, 767, 686, 758, 719, 673, 746, 716, 694, 737, 724, 754, 708, 671, 775, 718, 799, 756, 726, 842, 745, 753, 631, 772, 795, 692, 779, 737, 695, 761, 722, 762, 724, 792, 770, 721, 823, 772, 708, 755, 777, 682, 775, 653, 665, 736, 667, 753, 726, 628, 762, 699, 775, 691, 730, 752, 716, 625, 746, 668, 775, 679, 655, 735, 727, 624, 751, 711, 764, 642, 763, 747, 697, 743, 716, 665, 740, 698, 735, 663, 639, 729, 667, 734, 657, 751, 645, 731, 730, 614, 778, 666, 718, 719, 710, 767, 703, 646, 749, 717, 660, 720, 759, 754, 664, 752, 693, 682, 752, 817, 730, 706, 733, 722, 623, 757, 643, 756, 687, 751, 738, 646, 747, 693, 716, 733, 734, 739, 733, 745, 706, 669, 747, 667, 762, 679, 648, 700, 642, 739, 727, 764, 690, 677, 712, 716, 732, 667, 688, 746, 660, 651, 709, 665, 676, 729, 703, 701, 751, 693, 774, 715, 741, 736, 774, 758, 763, 855, 753, 718, 727, 723, 716, 753, 906, 759, 692, 716, 725, 732, 725, 716, 743, 760, 709, 714, 746, 723, 730, 680, 745, 724, 746, 719, 743, 739, 753, 686, 747, 668, 780, 698, 732, 701, 684, 729, 732, 729, 725, 761, 798, 734, 702, 678, 718, 709, 720, 716, 743, 732, 702, 727, 716, 727, 698, 709, 765, 693, 732, 714, 691, 712, 721, 745, 773, 720, 744, 743, 722, 711, 731, 752, 732, 733, 736, 726, 713, 684, 749, 725, 770, 719, 702, 704, 646, 733, 738, 717, 766, 726, 715, 727, 704, 731, 690, 753, 716, 750, 720, 835, 735, 715, 709, 690, 660, 764, 703, 673, 740, 735, 713, 727, 707, 767, 696, 828, 732, 710, 722, 742, 670, 763, 692, 869, 735, 730, 723, 689, 710, 785, 731, 703, 736, 663, 755, 760, 694, 781, 700, 758, 704, 697, 736, 707, 708, 762, 680, 669, 746, 743, 760, 599, 735, 797, 731, 748, 734, 631, 751, 700, 728, 824, 724, 720, 728, 668, 757, 723, 720, 765, 730, 711, 754, 772, 676, 746, 741, 698, 735, 747, 684, 745, 731, 705, 755, 694, 704, 818, 651, 734, 706, 724, 748, 690, 713, 728, 677, 753, 718, 699, 749, 712, 729, 759, 719, 740, 724, 722, 688, 737, 727, 701, 702, 738, 701, 703, 722, 713, 719, 708, 720, 691, 708, 724, 702, 712, 698, 689, 728, 706, 698, 672, 730, 708, 727, 707, 727, 704, 731, 715, 716, 812, 744, 729, 703, 702, 714, 725, 727, 750, 697, 720, 706, 735, 721, 738, 718, 712, 759, 747, 709, 679, 714, 703, 707, 669, 755, 702, 739, 690, 706, 711, 676, 711, 722, 745, 689, 681, 722, 720, 703, 717, 711, 734, 727, 728, 727, 706, 721, 730, 730, 735, 734, 697, 748, 721, 733, 713, 698, 732, 729, 737, 737, 719, 731, 721, 684, 727, 749, 729, 718, 709, 712, 731, 730, 679, 728, 747, 724, 716, 762, 719, 740, 723, 718, 745, 751, 722, 723, 705, 718, 714, 740, 737, 695, 767, 735, 716, 738, 713, 737, 757, 687, 759, 679, 726, 729, 718, 771, 734, 727, 727, 710, 733, 702, 725, 723, 727, 747, 701, 735, 698, 700, 721, 657, 712, 667, 733, 675, 720, 707, 633, 713, 691, 738, 654, 746, 729, 708, 734, 715, 720, 724, 657, 732, 670, 682, 655, 751, 670, 702, 829, 710, 703, 613, 692, 666, 763, 794, 799, 704, 737, 821, 779, 874, 766, 747, 923, 802, 889, 864, 747, 888, 769, 891, 757, 774, 740, 716, 630, 757, 768, 719, 762, 635, 771, 674, 761, 662, 652, 748, 649, 783, 748, 762, 724, 681, 737, 652, 687, 665, 654, 709, 679, 709, 684, 730, 663, 716, 698, 651, 741, 654, 758, 684, 765, 674, 786, 730, 642, 766, 696, 726, 753, 791, 715, 734, 712, 717, 936, 747, 791, 757, 704, 816, 754, 734, 751, 758, 720, 770, 728, 679, 720, 696, 747, 743, 752, 772, 743, 751, 725, 726, 747, 712, 732, 731, 764, 717, 729, 761, 730, 744, 712, 697, 745, 727, 740, 701, 734, 759, 753, 748, 740, 673, 761, 732, 765, 750, 798, 757, 714, 748, 736, 686, 776, 715, 681, 745, 666, 780, 713, 764, 676, 731, 764, 746, 736, 705, 717, 783, 689, 789, 744, 681, 758, 748], 'WindowCenter': [269.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 265.0, 266.0, 265.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 268.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 266.0, 267.0, 268.0, 268.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 266.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 265.0, 267.0, 268.0, 265.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 266.0, 266.0, 267.0, 266.0, 267.0, 265.0, 267.0, 266.0, 265.0, 266.0, 265.0, 265.0, 266.0, 266.0, 267.0, 266.0, 266.0, 265.0, 264.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 264.0, 265.0, 265.0, 266.0, 265.0, 266.0, 266.0, 265.0, 265.0, 268.0, 267.0, 264.0, 265.0, 264.0, 264.0, 264.0, 266.0, 268.0, 267.0, 267.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 267.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 270.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 267.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 268.0, 268.0, 268.0, 267.0, 267.0, 266.0, 267.0, 267.0, 269.0, 270.0, 272.0, 270.0, 270.0, 270.0, 270.0, 271.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 266.0, 265.0, 266.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 269.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 269.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0], 'WindowWidth': [594.0, 593.0, 592.0, 592.0, 591.0, 590.0, 591.0, 590.0, 589.0, 590.0, 592.0, 590.0, 590.0, 590.0, 590.0, 589.0, 587.0, 588.0, 587.0, 586.0, 589.0, 589.0, 589.0, 589.0, 589.0, 590.0, 589.0, 589.0, 591.0, 589.0, 591.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 589.0, 589.0, 590.0, 591.0, 591.0, 589.0, 590.0, 589.0, 593.0, 591.0, 591.0, 590.0, 589.0, 590.0, 589.0, 590.0, 591.0, 589.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 592.0, 592.0, 590.0, 589.0, 589.0, 589.0, 590.0, 589.0, 590.0, 589.0, 588.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 589.0, 589.0, 589.0, 591.0, 590.0, 590.0, 590.0, 588.0, 590.0, 588.0, 589.0, 589.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 589.0, 590.0, 591.0, 589.0, 590.0, 589.0, 589.0, 590.0, 589.0, 590.0, 590.0, 591.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 589.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 589.0, 589.0, 590.0, 589.0, 591.0, 591.0, 592.0, 592.0, 591.0, 590.0, 590.0, 590.0, 592.0, 591.0, 591.0, 592.0, 590.0, 590.0, 589.0, 591.0, 591.0, 590.0, 591.0, 590.0, 590.0, 590.0, 589.0, 591.0, 591.0, 591.0, 592.0, 591.0, 590.0, 591.0, 589.0, 590.0, 589.0, 590.0, 588.0, 590.0, 592.0, 587.0, 589.0, 588.0, 588.0, 589.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 592.0, 592.0, 590.0, 589.0, 590.0, 589.0, 590.0, 588.0, 591.0, 589.0, 587.0, 588.0, 586.0, 587.0, 589.0, 588.0, 590.0, 589.0, 588.0, 588.0, 586.0, 587.0, 588.0, 588.0, 588.0, 589.0, 588.0, 589.0, 586.0, 587.0, 588.0, 588.0, 588.0, 588.0, 588.0, 587.0, 588.0, 593.0, 589.0, 585.0, 587.0, 585.0, 584.0, 584.0, 589.0, 592.0, 591.0, 591.0, 592.0, 592.0, 595.0, 594.0, 593.0, 594.0, 595.0, 594.0, 595.0, 596.0, 593.0, 595.0, 594.0, 593.0, 594.0, 594.0, 593.0, 594.0, 594.0, 593.0, 593.0, 595.0, 593.0, 595.0, 594.0, 593.0, 596.0, 593.0, 593.0, 591.0, 593.0, 592.0, 592.0, 592.0, 593.0, 594.0, 593.0, 592.0, 592.0, 591.0, 592.0, 594.0, 592.0, 594.0, 593.0, 592.0, 594.0, 592.0, 592.0, 594.0, 594.0, 595.0, 595.0, 594.0, 594.0, 593.0, 592.0, 594.0, 594.0, 593.0, 594.0, 593.0, 594.0, 595.0, 594.0, 594.0, 595.0, 595.0, 594.0, 594.0, 594.0, 593.0, 592.0, 594.0, 593.0, 593.0, 595.0, 595.0, 594.0, 593.0, 593.0, 594.0, 593.0, 594.0, 594.0, 593.0, 594.0, 593.0, 593.0, 591.0, 594.0, 594.0, 592.0, 594.0, 593.0, 592.0, 593.0, 592.0, 593.0, 593.0, 594.0, 593.0, 592.0, 594.0, 592.0, 592.0, 592.0, 593.0, 592.0, 594.0, 592.0, 592.0, 593.0, 592.0, 593.0, 593.0, 591.0, 594.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 591.0, 593.0, 593.0, 594.0, 593.0, 593.0, 594.0, 593.0, 592.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 595.0, 595.0, 594.0, 593.0, 595.0, 594.0, 595.0, 594.0, 596.0, 593.0, 594.0, 594.0, 592.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 593.0, 595.0, 595.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 593.0, 594.0, 594.0, 594.0, 594.0, 593.0, 593.0, 593.0, 591.0, 594.0, 593.0, 593.0, 593.0, 594.0, 593.0, 592.0, 593.0, 593.0, 595.0, 594.0, 594.0, 594.0, 593.0, 593.0, 593.0, 592.0, 594.0, 594.0, 595.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 593.0, 595.0, 594.0, 595.0, 596.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 594.0, 593.0, 593.0, 593.0, 592.0, 593.0, 595.0, 594.0, 592.0, 593.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 592.0, 592.0, 593.0, 592.0, 593.0, 591.0, 593.0, 592.0, 592.0, 593.0, 593.0, 592.0, 593.0, 592.0, 593.0, 592.0, 594.0, 593.0, 593.0, 592.0, 592.0, 592.0, 593.0, 592.0, 592.0, 593.0, 593.0, 593.0, 591.0, 590.0, 591.0, 592.0, 592.0, 592.0, 592.0, 593.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 595.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 592.0, 592.0, 592.0, 594.0, 593.0, 594.0, 593.0, 592.0, 593.0, 591.0, 593.0, 594.0, 593.0, 594.0, 594.0, 593.0, 593.0, 592.0, 593.0, 592.0, 594.0, 593.0, 593.0, 593.0, 594.0, 593.0, 593.0, 592.0, 593.0, 592.0, 594.0, 593.0, 593.0, 594.0, 594.0, 593.0, 593.0, 594.0, 594.0, 594.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 595.0, 593.0, 593.0, 592.0, 592.0, 593.0, 594.0, 593.0, 592.0, 593.0, 592.0, 593.0, 593.0, 592.0, 593.0, 592.0, 593.0, 593.0, 592.0, 593.0, 592.0, 593.0, 594.0, 592.0, 593.0, 594.0, 595.0, 595.0, 592.0, 594.0, 594.0, 594.0, 593.0, 593.0, 593.0, 593.0, 592.0, 592.0, 594.0, 592.0, 592.0, 592.0, 591.0, 593.0, 592.0, 592.0, 593.0, 593.0, 592.0, 591.0, 592.0, 591.0, 591.0, 592.0, 592.0, 593.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 591.0, 591.0, 593.0, 591.0, 591.0, 591.0, 592.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 591.0, 592.0, 592.0, 591.0, 593.0, 592.0, 592.0, 592.0, 593.0, 592.0, 593.0, 592.0, 593.0, 593.0, 592.0, 593.0, 592.0, 592.0, 593.0, 592.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 595.0, 593.0, 593.0, 593.0, 592.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 594.0, 594.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 592.0, 594.0, 594.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 593.0, 594.0, 594.0, 593.0, 593.0, 593.0, 593.0, 594.0, 594.0, 594.0, 595.0, 595.0, 594.0, 593.0, 594.0, 594.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 593.0, 594.0, 594.0, 593.0, 595.0, 594.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 595.0, 593.0, 593.0, 593.0, 593.0, 595.0, 594.0, 594.0, 594.0, 594.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 594.0, 594.0, 596.0, 593.0, 593.0, 592.0, 591.0, 590.0, 589.0, 591.0, 591.0, 595.0, 596.0, 599.0, 597.0, 596.0, 596.0, 596.0, 597.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 592.0, 592.0, 591.0, 592.0, 590.0, 591.0, 590.0, 588.0, 588.0, 589.0, 590.0, 589.0, 591.0, 589.0, 591.0, 590.0, 591.0, 590.0, 590.0, 592.0, 590.0, 592.0, 592.0, 592.0, 593.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 593.0, 594.0, 595.0, 595.0, 595.0, 596.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 593.0, 594.0, 595.0, 595.0, 596.0, 596.0, 594.0, 593.0, 593.0, 593.0, 595.0, 593.0, 594.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 593.0, 592.0, 593.0, 593.0, 594.0, 594.0, 594.0, 594.0, 593.0, 594.0, 593.0, 593.0, 593.0, 592.0, 593.0, 593.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 592.0, 593.0, 592.0, 593.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 592.0, 594.0, 593.0, 593.0, 594.0, 595.0, 593.0, 593.0, 593.0, 593.0, 592.0, 594.0, 593.0, 593.0, 593.0, 592.0, 594.0, 593.0, 594.0, 593.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 595.0, 594.0, 595.0, 594.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.004123757396449704</td></tr>
<tr><td colspan=3>aqi</td><td>0.0423535858974359</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.533262894866766</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1792944906614018</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0207411937512332</td></tr>
<tr><td colspan=3>efc</td><td>0.5049</td></tr>
<tr><td colspan=3>fber</td><td>5994.6079</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15202220099794003</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.201183431952662</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5686264488371413</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4448224871654354</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8210235691051935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.440033290240795</td></tr>
<tr><td colspan=3>gcor</td><td>0.013627</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013869544491171837</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04117631912231445</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>4.089333445156689</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>19.5549</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0383</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.1856</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>292928.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>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.826</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6321</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>32.9243</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>214.6212</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>81.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>55.2654</td></tr>
<tr><td colspan=3>tsnr</td><td>28.75723806442693</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>