<?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-0099_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0099_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0099_suffix-bold_task-narratives" 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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-02/func/sub-0099_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>221f61e34b19e7f83ed67e828b3f28c0</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>09:06:30.130000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.0809239</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7772, -7255, 232, -150, -238, -193, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0e369fb-e78b-4c84-9118-2000b0ed43ef||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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, 1156]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['090630.130000', '090630.590000', '090631.050000', '090631.510000', '090631.970000', '090632.430000', '090632.890000', '090633.350000', '090633.810000', '090634.270000', '090634.730000', '090635.190000', '090635.650000', '090636.110000', '090636.570000', '090637.030000', '090637.490000', '090637.950000', '090638.410000', '090638.870000', '090639.330000', '090639.790000', '090640.250000', '090640.710000', '090641.170000', '090641.630000', '090642.090000', '090642.550000', '090643.010000', '090643.470000', '090643.930000', '090644.390000', '090644.850000', '090645.310000', '090645.770000', '090646.230000', '090646.690000', '090647.150000', '090647.610000', '090648.070000', '090648.530000', '090648.990000', '090649.450000', '090649.910000', '090650.370000', '090650.830000', '090651.290000', '090651.750000', '090652.210000', '090652.670000', '090653.130000', '090653.590000', '090654.050000', '090654.510000', '090654.970000', '090655.430000', '090655.890000', '090656.350000', '090656.810000', '090657.270000', '090657.730000', '090658.190000', '090658.650000', '090659.110000', '090659.570000', '090700.030000', '090700.490000', '090700.950000', '090701.410000', '090701.870000', '090702.330000', '090702.790000', '090703.250000', '090703.710000', '090704.170000', '090704.630000', '090705.090000', '090705.550000', '090706.010000', '090706.470000', '090706.930000', '090707.390000', '090707.850000', '090708.310000', '090708.770000', '090709.230000', '090709.690000', '090710.150000', '090710.610000', '090711.070000', '090711.530000', '090711.990000', '090712.450000', '090712.910000', '090713.370000', '090713.830000', '090714.290000', '090714.750000', '090715.210000', '090715.670000', '090716.130000', '090716.590000', '090717.050000', '090717.510000', '090717.970000', '090718.430000', '090718.890000', '090719.350000', '090719.810000', '090720.270000', '090720.730000', '090721.190000', '090721.650000', '090722.110000', '090722.570000', '090723.030000', '090723.490000', '090723.950000', '090724.410000', '090724.870000', '090725.330000', '090725.790000', '090726.250000', '090726.710000', '090727.170000', '090727.630000', '090728.090000', '090728.550000', '090729.010000', '090729.470000', '090729.930000', '090730.390000', '090730.850000', '090731.310000', '090731.770000', '090732.230000', '090732.690000', '090733.150000', '090733.610000', '090734.070000', '090734.530000', '090734.990000', '090735.450000', '090735.910000', '090736.370000', '090736.830000', '090737.290000', '090737.750000', '090738.210000', '090738.670000', '090739.130000', '090739.590000', '090740.050000', '090740.510000', '090740.970000', '090741.430000', '090741.890000', '090742.350000', '090742.810000', '090743.270000', '090743.730000', '090744.190000', '090744.650000', '090745.110000', '090745.570000', '090746.030000', '090746.490000', '090746.950000', '090747.410000', '090747.870000', '090748.330000', '090748.790000', '090749.250000', '090749.710000', '090750.170000', '090750.630000', '090751.090000', '090751.550000', '090752.010000', '090752.470000', '090752.930000', '090753.390000', '090753.850000', '090754.310000', '090754.770000', '090755.230000', '090755.690000', '090756.150000', '090756.610000', '090757.070000', '090757.530000', '090757.990000', '090758.450000', '090758.910000', '090759.370000', '090759.830000', '090800.290000', '090800.750000', '090801.210000', '090801.670000', '090802.130000', '090802.590000', '090803.050000', '090803.510000', '090803.970000', '090804.430000', '090804.890000', '090805.350000', '090805.810000', '090806.270000', '090806.730000', '090807.190000', '090807.650000', '090808.110000', '090808.570000', '090809.030000', '090809.490000', '090809.950000', '090810.410000', '090810.870000', '090811.330000', '090811.790000', '090812.250000', '090812.710000', '090813.170000', '090813.630000', '090814.090000', '090814.550000', '090815.010000', '090815.470000', '090815.930000', '090816.390000', '090816.850000', '090817.310000', '090817.770000', '090818.230000', '090818.690000', '090819.150000', '090819.610000', '090820.070000', '090820.530000', '090820.990000', '090821.450000', '090821.910000', '090822.370000', '090822.830000', '090823.290000', '090823.750000', '090824.210000', '090824.670000', '090825.130000', '090825.590000', '090826.050000', '090826.510000', '090826.970000', '090827.430000', '090827.890000', '090828.350000', '090828.810000', '090829.270000', '090829.730000', '090830.190000', '090830.650000', '090831.110000', '090831.570000', '090832.030000', '090832.490000', '090832.950000', '090833.410000', '090833.870000', '090834.330000', '090834.790000', '090835.250000', '090835.710000', '090836.170000', '090836.630000', '090837.090000', '090837.550000', '090838.010000', '090838.470000', '090838.930000', '090839.390000', '090839.850000', '090840.310000', '090840.770000', '090841.230000', '090841.690000', '090842.150000', '090842.610000', '090843.070000', '090843.530000', '090843.990000', '090844.450000', '090844.910000', '090845.370000', '090845.830000', '090846.290000', '090846.750000', '090847.210000', '090847.670000', '090848.130000', '090848.590000', '090849.050000', '090849.510000', '090849.970000', '090850.430000', '090850.890000', '090851.350000', '090851.810000', '090852.270000', '090852.730000', '090853.190000', '090853.650000', '090854.110000', '090854.570000', '090855.030000', '090855.490000', '090855.950000', '090856.410000', '090856.870000', '090857.330000', '090857.790000', '090858.250000', '090858.710000', '090859.170000', '090859.630000', '090900.090000', '090900.550000', '090901.010000', '090901.470000', '090901.930000', '090902.390000', '090902.850000', '090903.310000', '090903.770000', '090904.230000', '090904.690000', '090905.150000', '090905.610000', '090906.070000', '090906.530000', '090906.990000', '090907.450000', '090907.910000', '090908.370000', '090908.830000', '090909.290000', '090909.750000', '090910.210000', '090910.670000', '090911.130000', '090911.590000', '090912.050000', '090912.510000', '090912.970000', '090913.430000', '090913.890000', '090914.350000', '090914.810000', '090915.270000', '090915.730000', '090916.190000', '090916.650000', '090917.110000', '090917.570000', '090918.030000', '090918.490000', '090918.950000', '090919.410000', '090919.870000', '090920.330000', '090920.790000', '090921.250000', '090921.710000', '090922.170000', '090922.630000', '090923.090000', '090923.550000', '090924.010000', '090924.470000', '090924.930000', '090925.390000', '090925.850000', '090926.310000', '090926.770000', '090927.230000', '090927.690000', '090928.150000', '090928.610000', '090929.070000', '090929.530000', '090929.990000', '090930.450000', '090930.910000', '090931.370000', '090931.830000', '090932.290000', '090932.750000', '090933.210000', '090933.670000', '090934.130000', '090934.590000', '090935.050000', '090935.510000', '090935.970000', '090936.430000', '090936.890000', '090937.350000', '090937.810000', '090938.270000', '090938.730000', '090939.190000', '090939.650000', '090940.110000', '090940.570000', '090941.030000', '090941.490000', '090941.950000', '090942.410000', '090942.870000', '090943.330000', '090943.790000', '090944.250000', '090944.710000', '090945.170000', '090945.630000', '090946.090000', '090946.550000', '090947.010000', '090947.470000', '090947.930000', '090948.390000', '090948.850000', '090949.310000', '090949.770000', '090950.230000', '090950.690000', '090951.150000', '090951.610000', '090952.070000', '090952.530000', '090952.990000', '090953.450000', '090953.910000', '090954.370000', '090954.830000', '090955.290000', '090955.750000', '090956.210000', '090956.670000', '090957.130000', '090957.590000', '090958.050000', '090958.510000', '090958.970000', '090959.430000', '090959.890000', '091000.350000', '091000.810000', '091001.270000', '091001.730000', '091002.190000', '091002.650000', '091003.110000', '091003.570000', '091004.030000', '091004.490000', '091004.950000', '091005.410000', '091005.870000', '091006.330000', '091006.790000', '091007.250000', '091007.710000', '091008.170000', '091008.630000', '091009.090000', '091009.550000', '091010.010000', '091010.470000', '091010.930000', '091011.390000', '091011.850000', '091012.310000', '091012.770000', '091013.230000', '091013.690000', '091014.150000', '091014.610000', '091015.070000', '091015.530000', '091015.990000', '091016.450000', '091016.910000', '091017.370000', '091017.830000', '091018.290000', '091018.750000', '091019.210000', '091019.670000', '091020.130000', '091020.590000', '091021.050000', '091021.510000', '091021.970000', '091022.430000', '091022.890000', '091023.350000', '091023.810000', '091024.270000', '091024.730000', '091025.190000', '091025.650000', '091026.110000', '091026.570000', '091027.030000', '091027.490000', '091027.950000', '091028.410000', '091028.870000', '091029.330000', '091029.790000', '091030.250000', '091030.710000', '091031.170000', '091031.630000', '091032.090000', '091032.550000', '091033.010000', '091033.470000', '091033.930000', '091034.390000', '091034.850000', '091035.310000', '091035.770000', '091036.230000', '091036.690000', '091037.150000', '091037.610000', '091038.070000', '091038.530000', '091038.990000', '091039.450000', '091039.910000', '091040.370000', '091040.830000', '091041.290000', '091041.750000', '091042.210000', '091042.670000', '091043.130000', '091043.590000', '091044.050000', '091044.510000', '091044.970000', '091045.430000', '091045.890000', '091046.350000', '091046.810000', '091047.270000', '091047.730000', '091048.190000', '091048.650000', '091049.110000', '091049.570000', '091050.030000', '091050.490000', '091050.950000', '091051.410000', '091051.870000', '091052.330000', '091052.790000', '091053.250000', '091053.710000', '091054.170000', '091054.630000', '091055.090000', '091055.550000', '091056.010000', '091056.470000', '091056.930000', '091057.390000', '091057.850000', '091058.310000', '091058.770000', '091059.230000', '091059.690000', '091100.150000', '091100.610000', '091101.070000', '091101.530000', '091101.990000', '091102.450000', '091102.910000', '091103.370000', '091103.830000', '091104.290000', '091104.750000', '091105.210000', '091105.670000', '091106.130000', '091106.590000', '091107.050000', '091107.510000', '091107.970000', '091108.430000', '091108.890000', '091109.350000', '091109.810000', '091110.270000', '091110.730000', '091111.190000', '091111.650000', '091112.110000', '091112.570000', '091113.030000', '091113.490000', '091113.950000', '091114.410000', '091114.870000', '091115.330000', '091115.790000', '091116.250000', '091116.710000', '091117.170000', '091117.630000', '091118.090000', '091118.550000', '091119.010000', '091119.470000', '091119.930000', '091120.390000', '091120.850000', '091121.310000', '091121.770000', '091122.230000', '091122.690000', '091123.150000', '091123.610000', '091124.070000', '091124.530000', '091124.990000', '091125.450000', '091125.910000', '091126.370000', '091126.830000', '091127.290000', '091127.750000', '091128.210000', '091128.670000', '091129.130000', '091129.590000', '091130.050000', '091130.510000', '091130.970000', '091131.430000', '091131.890000', '091132.350000', '091132.810000', '091133.270000', '091133.730000', '091134.190000', '091134.650000', '091135.110000', '091135.570000', '091136.030000', '091136.490000', '091136.950000', '091137.410000', '091137.870000', '091138.330000', '091138.790000', '091139.250000', '091139.710000', '091140.170000', '091140.630000', '091141.090000', '091141.550000', '091142.010000', '091142.470000', '091142.930000', '091143.390000', '091143.850000', '091144.310000', '091144.770000', '091145.230000', '091145.690000', '091146.150000', '091146.610000', '091147.070000', '091147.530000', '091147.990000', '091148.450000', '091148.910000', '091149.370000', '091149.830000', '091150.290000', '091150.750000', '091151.210000', '091151.670000', '091152.130000', '091152.590000', '091153.050000', '091153.510000', '091153.970000', '091154.430000', '091154.890000', '091155.350000', '091155.810000', '091156.270000', '091156.730000', '091157.190000', '091157.650000', '091158.110000', '091158.570000', '091159.030000', '091159.490000', '091159.950000', '091200.410000', '091200.870000', '091201.330000', '091201.790000', '091202.250000', '091202.710000', '091203.170000', '091203.630000', '091204.090000', '091204.550000', '091205.010000', '091205.470000', '091205.930000', '091206.390000', '091206.850000', '091207.310000', '091207.770000', '091208.230000', '091208.690000', '091209.150000', '091209.610000', '091210.070000', '091210.530000', '091210.990000', '091211.450000', '091211.910000', '091212.370000', '091212.830000', '091213.290000', '091213.750000', '091214.210000', '091214.670000', '091215.130000', '091215.590000', '091216.050000', '091216.510000', '091216.970000', '091217.430000', '091217.890000', '091218.350000', '091218.810000', '091219.270000', '091219.730000', '091220.190000', '091220.650000', '091221.110000', '091221.570000', '091222.030000', '091222.490000', '091222.950000', '091223.410000', '091223.870000', '091224.330000', '091224.790000', '091225.250000', '091225.710000', '091226.170000', '091226.630000', '091227.090000', '091227.550000', '091228.010000', '091228.470000', '091228.930000', '091229.390000', '091229.850000', '091230.310000', '091230.770000', '091231.230000', '091231.690000', '091232.150000', '091232.610000', '091233.070000', '091233.530000', '091233.990000', '091234.450000', '091234.910000', '091235.370000', '091235.830000', '091236.290000', '091236.750000', '091237.210000', '091237.670000', '091238.130000', '091238.590000', '091239.050000', '091239.510000', '091239.970000', '091240.430000', '091240.890000', '091241.350000', '091241.810000', '091242.270000', '091242.730000', '091243.190000', '091243.650000', '091244.110000', '091244.570000', '091245.030000', '091245.490000', '091245.950000', '091246.410000', '091246.870000', '091247.330000', '091247.790000', '091248.250000', '091248.710000', '091249.170000', '091249.630000', '091250.090000', '091250.550000', '091251.010000', '091251.470000', '091251.930000', '091252.390000', '091252.850000', '091253.310000', '091253.770000', '091254.230000', '091254.690000', '091255.150000', '091255.610000', '091256.070000', '091256.530000', '091256.990000', '091257.450000', '091257.910000', '091258.370000', '091258.830000', '091259.290000', '091259.750000', '091300.210000', '091300.670000', '091301.130000', '091301.590000', '091302.050000', '091302.510000', '091302.970000', '091303.430000', '091303.890000', '091304.350000', '091304.810000', '091305.270000', '091305.730000', '091306.190000', '091306.650000', '091307.110000', '091307.570000', '091308.030000', '091308.490000', '091308.950000', '091309.410000', '091309.870000', '091310.330000', '091310.790000', '091311.250000', '091311.710000', '091312.170000', '091312.630000', '091313.090000', '091313.550000', '091314.010000', '091314.470000', '091314.930000', '091315.390000', '091315.850000', '091316.310000', '091316.770000', '091317.230000', '091317.690000', '091318.150000', '091318.610000', '091319.070000', '091319.530000', '091319.990000', '091320.450000', '091320.910000', '091321.370000', '091321.830000', '091322.290000', '091322.750000', '091323.210000', '091323.670000', '091324.130000', '091324.590000', '091325.050000', '091325.510000', '091325.970000', '091326.430000', '091326.890000', '091327.350000', '091327.810000', '091328.270000', '091328.730000', '091329.190000', '091329.650000', '091330.110000', '091330.570000', '091331.030000', '091331.490000', '091331.950000', '091332.410000', '091332.870000', '091333.330000', '091333.790000', '091334.250000', '091334.710000', '091335.170000', '091335.630000', '091336.090000', '091336.550000', '091337.010000', '091337.470000', '091337.930000', '091338.390000', '091338.850000', '091339.310000', '091339.770000', '091340.230000', '091340.690000', '091341.150000', '091341.610000', '091342.070000', '091342.530000', '091342.990000', '091343.450000', '091343.910000', '091344.370000', '091344.830000', '091345.290000', '091345.750000', '091346.210000', '091346.670000', '091347.130000', '091347.590000', '091348.050000', '091348.510000', '091348.970000', '091349.430000', '091349.890000', '091350.350000', '091350.810000', '091351.270000', '091351.730000', '091352.190000', '091352.650000', '091353.110000', '091353.570000', '091354.030000', '091354.490000', '091354.950000', '091355.410000', '091355.870000', '091356.330000', '091356.790000', '091357.250000', '091357.710000', '091358.170000', '091358.630000', '091359.090000', '091359.550000', '091400.010000', '091400.470000', '091400.930000', '091401.390000', '091401.850000', '091402.310000', '091402.770000', '091403.230000', '091403.690000', '091404.150000', '091404.610000', '091405.070000', '091405.530000', '091405.990000', '091406.450000', '091406.910000', '091407.370000', '091407.830000', '091408.290000', '091408.750000', '091409.210000', '091409.670000', '091410.130000', '091410.590000', '091411.050000', '091411.510000', '091411.970000', '091412.430000', '091412.890000', '091413.350000', '091413.810000', '091414.270000', '091414.730000', '091415.190000', '091415.650000', '091416.110000', '091416.570000', '091417.030000', '091417.490000', '091417.950000', '091418.410000', '091418.870000', '091419.330000', '091419.790000', '091420.250000', '091420.710000', '091421.170000', '091421.630000', '091422.090000', '091422.550000', '091423.010000', '091423.470000', '091423.930000', '091424.390000', '091424.850000', '091425.310000', '091425.770000', '091426.230000', '091426.690000', '091427.150000', '091427.610000', '091428.070000', '091428.530000', '091428.990000', '091429.450000', '091429.910000', '091430.370000', '091430.830000', '091431.290000', '091431.750000', '091432.210000', '091432.670000', '091433.130000', '091433.590000', '091434.050000', '091434.510000', '091434.970000', '091435.430000', '091435.890000', '091436.350000', '091436.810000', '091437.270000', '091437.730000', '091438.190000', '091438.650000', '091439.110000', '091439.570000', '091440.030000', '091440.490000', '091440.950000', '091441.410000', '091441.870000', '091442.330000', '091442.790000', '091443.250000', '091443.710000', '091444.170000', '091444.630000', '091445.090000', '091445.550000', '091446.010000', '091446.470000', '091446.930000', '091447.390000', '091447.850000', '091448.310000', '091448.770000', '091449.230000', '091449.690000', '091450.150000', '091450.610000', '091451.070000', '091451.530000', '091451.990000', '091452.450000', '091452.910000', '091453.370000', '091453.830000', '091454.290000', '091454.750000', '091455.210000', '091455.670000', '091456.130000', '091456.590000', '091457.050000', '091457.510000', '091457.970000', '091458.430000', '091458.890000', '091459.350000', '091459.810000', '091500.270000', '091500.730000', '091501.190000', '091501.650000', '091502.110000', '091502.570000', '091503.030000', '091503.490000', '091503.950000', '091504.410000', '091504.870000', '091505.330000', '091505.790000', '091506.250000', '091506.710000', '091507.170000', '091507.630000', '091508.090000', '091508.550000', '091509.010000', '091509.470000', '091509.930000', '091510.390000', '091510.850000', '091511.310000', '091511.770000', '091512.230000', '091512.690000', '091513.150000', '091513.610000', '091514.070000', '091514.530000', '091514.990000', '091515.450000', '091515.910000', '091516.370000', '091516.830000', '091517.290000', '091517.750000', '091518.210000', '091518.670000', '091519.130000', '091519.590000', '091520.050000', '091520.510000', '091520.970000', '091521.430000'], 'ContentTime': ['090658.326000', '090658.329000', '090658.331000', '090658.334000', '090658.337000', '090658.339000', '090658.342000', '090658.344000', '090658.347000', '090658.349000', '090658.352000', '090658.354000', '090658.357000', '090658.359000', '090658.362000', '090658.365000', '090658.367000', '090658.370000', '090658.372000', '090658.375000', '090658.378000', '090658.381000', '090658.384000', '090658.387000', '090658.389000', '090658.410000', '090658.412000', '090658.415000', '090658.417000', '090658.420000', '090658.422000', '090658.425000', '090658.427000', '090658.430000', '090658.432000', '090658.435000', '090658.438000', '090658.440000', '090658.443000', '090658.445000', '090658.448000', '090658.450000', '090658.453000', '090658.455000', '090658.458000', '090658.461000', '090658.463000', '090658.466000', '090658.468000', '090658.471000', '090658.474000', '090658.476000', '090658.479000', '090658.481000', '090658.484000', '090658.487000', '090658.489000', '090658.492000', '090718.294000', '090718.297000', '090718.300000', '090718.302000', '090718.305000', '090718.308000', '090718.310000', '090718.313000', '090718.315000', '090718.318000', '090718.320000', '090718.333000', '090718.335000', '090718.338000', '090718.340000', '090718.343000', '090718.346000', '090718.348000', '090718.351000', '090718.353000', '090718.356000', '090718.358000', '090718.361000', '090718.363000', '090718.366000', '090718.368000', '090718.371000', '090718.374000', '090718.376000', '090718.379000', '090718.381000', '090718.384000', '090718.386000', '090718.389000', '090718.391000', '090718.394000', '090718.396000', '090718.399000', '090718.401000', '090718.404000', '090718.407000', '090718.409000', '090718.412000', '090718.414000', '090738.294000', '090738.297000', '090738.300000', '090738.302000', '090738.305000', '090738.307000', '090738.310000', '090738.313000', '090738.315000', '090738.318000', '090738.321000', '090738.323000', '090738.326000', '090738.329000', '090738.331000', '090738.334000', '090738.336000', '090738.339000', '090738.342000', '090738.344000', '090738.347000', '090738.350000', '090738.352000', '090738.355000', '090738.358000', '090738.360000', '090738.363000', '090738.374000', '090738.377000', '090738.379000', '090738.382000', '090738.385000', '090738.388000', '090738.391000', '090738.394000', '090738.396000', '090738.399000', '090738.402000', '090738.404000', '090738.407000', '090738.409000', '090738.412000', '090738.415000', '090758.294000', '090758.297000', '090758.301000', '090758.303000', '090758.306000', '090758.308000', '090758.311000', '090758.314000', '090758.316000', '090758.319000', '090758.322000', '090758.324000', '090758.327000', '090758.329000', '090758.332000', '090758.334000', '090758.337000', '090758.339000', '090758.342000', '090758.344000', '090758.347000', '090758.350000', '090758.352000', '090758.355000', '090758.357000', '090758.360000', '090758.363000', '090758.365000', '090758.368000', '090758.370000', '090758.373000', '090758.376000', '090758.378000', '090758.381000', '090758.383000', '090758.386000', '090758.389000', '090758.391000', '090758.394000', '090758.396000', '090758.399000', '090758.402000', '090758.404000', '090758.407000', '090818.294000', '090818.297000', '090818.300000', '090818.302000', '090818.305000', '090818.308000', '090818.310000', '090818.313000', '090818.315000', '090818.318000', '090818.320000', '090818.323000', '090818.326000', '090818.328000', '090818.331000', '090818.333000', '090818.336000', '090818.338000', '090818.341000', '090818.343000', '090818.346000', '090818.349000', '090818.351000', '090818.354000', '090818.356000', '090818.359000', '090818.361000', '090818.364000', '090818.366000', '090818.369000', '090818.372000', '090818.374000', '090818.377000', '090818.379000', '090818.382000', '090818.384000', '090818.387000', '090818.389000', '090818.392000', '090818.395000', '090818.397000', '090818.400000', '090818.402000', '090838.294000', '090838.297000', '090838.300000', '090838.303000', '090838.305000', '090838.308000', '090838.310000', '090838.313000', '090838.316000', '090838.318000', '090838.321000', '090838.323000', '090838.326000', '090838.329000', '090838.331000', '090838.334000', '090838.337000', '090838.339000', '090838.342000', '090838.344000', '090838.347000', '090838.349000', '090838.352000', '090838.355000', '090838.357000', '090838.360000', '090838.362000', '090838.365000', '090838.368000', '090838.370000', '090838.373000', '090838.375000', '090838.378000', '090838.381000', '090838.383000', '090838.386000', '090838.388000', '090838.391000', '090838.393000', '090838.396000', '090838.399000', '090838.401000', '090838.404000', '090838.406000', '090858.294000', '090858.297000', '090858.300000', '090858.302000', '090858.305000', '090858.307000', '090858.318000', '090858.321000', '090858.323000', '090858.326000', '090858.328000', '090858.331000', '090858.334000', '090858.336000', '090858.339000', '090858.341000', '090858.344000', '090858.346000', '090858.349000', '090858.352000', '090858.354000', '090858.357000', '090858.359000', '090858.362000', '090858.365000', '090858.367000', '090858.370000', '090858.372000', '090858.375000', '090858.377000', '090858.380000', '090858.382000', '090858.385000', '090858.388000', '090858.390000', '090858.393000', '090858.395000', '090858.398000', '090858.400000', '090858.403000', '090858.405000', '090858.408000', '090858.411000', '090918.294000', '090918.296000', '090918.299000', '090918.302000', '090918.315000', '090918.317000', '090918.320000', '090918.323000', '090918.325000', '090918.328000', '090918.330000', '090918.333000', '090918.336000', '090918.338000', '090918.341000', '090918.343000', '090918.346000', '090918.349000', '090918.351000', '090918.354000', '090918.356000', '090918.359000', '090918.362000', '090918.364000', '090918.367000', '090918.369000', '090918.372000', '090918.374000', '090918.377000', '090918.380000', '090918.382000', '090918.385000', '090918.387000', '090918.390000', '090918.392000', '090918.395000', '090918.398000', '090918.400000', '090918.403000', '090918.405000', '090918.408000', '090918.410000', '090918.413000', '090918.415000', '090938.294000', '090938.297000', '090938.300000', '090938.303000', '090938.305000', '090938.308000', '090938.310000', '090938.313000', '090938.315000', '090938.318000', '090938.321000', '090938.323000', '090938.326000', '090938.328000', '090938.331000', '090938.333000', '090938.336000', '090938.339000', '090938.341000', '090938.344000', '090938.346000', '090938.349000', '090938.352000', '090938.354000', '090938.357000', '090938.359000', '090938.362000', '090938.365000', '090938.368000', '090938.370000', '090938.373000', '090938.375000', '090938.378000', '090938.380000', '090938.383000', '090938.386000', '090938.388000', '090938.391000', '090938.393000', '090938.396000', '090938.398000', '090938.401000', '090938.404000', '090958.294000', '090958.297000', '090958.301000', '090958.304000', '090958.307000', '090958.309000', '090958.312000', '090958.314000', '090958.317000', '090958.320000', '090958.322000', '090958.325000', '090958.327000', '090958.330000', '090958.333000', '090958.335000', '090958.338000', '090958.340000', '090958.343000', '090958.346000', '090958.348000', '090958.351000', '090958.353000', '090958.356000', '090958.358000', '090958.361000', '090958.364000', '090958.366000', '090958.369000', '090958.371000', '090958.374000', '090958.376000', '090958.379000', '090958.382000', '090958.384000', '090958.387000', '090958.389000', '090958.392000', '090958.394000', '090958.397000', '090958.400000', '090958.402000', '090958.405000', '091018.294000', '091018.297000', '091018.300000', '091018.302000', '091018.305000', '091018.308000', '091018.310000', '091018.313000', '091018.315000', '091018.318000', '091018.320000', '091018.323000', '091018.326000', '091018.328000', '091018.331000', '091018.333000', '091018.336000', '091018.338000', '091018.341000', '091018.344000', '091018.346000', '091018.349000', '091018.351000', '091018.354000', '091018.357000', '091018.359000', '091018.362000', '091018.364000', '091018.367000', '091018.369000', '091018.372000', '091018.374000', '091018.391000', '091018.394000', '091018.396000', '091018.399000', '091018.401000', '091018.404000', '091018.406000', '091018.409000', '091018.411000', '091018.414000', '091018.417000', '091018.419000', '091038.295000', '091038.297000', '091038.300000', '091038.303000', '091038.305000', '091038.308000', '091038.311000', '091038.314000', '091038.317000', '091038.319000', '091038.322000', '091038.325000', '091038.327000', '091038.330000', '091038.332000', '091038.335000', '091038.337000', '091038.340000', '091038.343000', '091038.345000', '091038.348000', '091038.350000', '091038.357000', '091038.359000', '091038.362000', '091038.365000', '091038.367000', '091038.370000', '091038.372000', '091038.375000', '091038.378000', '091038.380000', '091038.383000', '091038.385000', '091038.388000', '091038.391000', '091038.393000', '091038.396000', '091038.398000', '091038.401000', '091038.403000', '091038.406000', '091038.409000', '091058.294000', '091058.297000', '091058.300000', '091058.302000', '091058.305000', '091058.315000', '091058.317000', '091058.320000', '091058.322000', '091058.325000', '091058.328000', '091058.330000', '091058.333000', '091058.336000', '091058.338000', '091058.341000', '091058.343000', '091058.346000', '091058.349000', '091058.351000', '091058.354000', '091058.356000', '091058.359000', '091058.362000', '091058.364000', '091058.367000', '091058.369000', '091058.372000', '091058.374000', '091058.377000', '091058.380000', '091058.382000', '091058.385000', '091058.387000', '091058.390000', '091058.393000', '091058.395000', '091058.398000', '091058.400000', '091058.403000', '091058.406000', '091058.408000', '091058.411000', '091058.413000', '091118.294000', '091118.297000', '091118.300000', '091118.302000', '091118.305000', '091118.308000', '091118.310000', '091118.313000', '091118.316000', '091118.319000', '091118.322000', '091118.325000', '091118.327000', '091118.330000', '091118.332000', '091118.335000', '091118.338000', '091118.341000', '091118.344000', '091118.347000', '091118.350000', '091118.352000', '091118.355000', '091118.357000', '091118.360000', '091118.362000', '091118.365000', '091118.368000', '091118.370000', '091118.373000', '091118.375000', '091118.378000', '091118.380000', '091118.383000', '091118.386000', '091118.388000', '091118.391000', '091118.393000', '091118.396000', '091118.398000', '091118.401000', '091118.404000', '091118.406000', '091138.294000', '091138.296000', '091138.299000', '091138.302000', '091138.304000', '091138.307000', '091138.310000', '091138.312000', '091138.315000', '091138.318000', '091138.320000', '091138.323000', '091138.325000', '091138.328000', '091138.331000', '091138.333000', '091138.336000', '091138.338000', '091138.341000', '091138.344000', '091138.346000', '091138.349000', '091138.351000', '091138.354000', '091138.356000', '091138.359000', '091138.361000', '091138.364000', '091138.367000', '091138.370000', '091138.372000', '091138.375000', '091138.377000', '091138.380000', '091138.383000', '091138.385000', '091138.388000', '091138.390000', '091138.393000', '091138.396000', '091138.398000', '091138.401000', '091138.403000', '091138.406000', '091158.295000', '091158.297000', '091158.300000', '091158.303000', '091158.306000', '091158.309000', '091158.312000', '091158.315000', '091158.317000', '091158.320000', '091158.322000', '091158.325000', '091158.328000', '091158.330000', '091158.333000', '091158.335000', '091158.338000', '091158.341000', '091158.343000', '091158.346000', '091158.348000', '091158.351000', '091158.353000', '091158.356000', '091158.358000', '091158.361000', '091158.363000', '091158.366000', '091158.369000', '091158.371000', '091158.374000', '091158.376000', '091158.379000', '091158.381000', '091158.384000', '091158.387000', '091158.389000', '091158.392000', '091158.394000', '091158.397000', '091158.399000', '091158.402000', '091158.405000', '091218.294000', '091218.297000', '091218.300000', '091218.302000', '091218.305000', '091218.308000', '091218.310000', '091218.313000', '091218.315000', '091218.318000', '091218.321000', '091218.323000', '091218.326000', '091218.328000', '091218.331000', '091218.333000', '091218.336000', '091218.338000', '091218.341000', '091218.344000', '091218.346000', '091218.349000', '091218.351000', '091218.354000', '091218.356000', '091218.359000', '091218.361000', '091218.364000', '091218.367000', '091218.369000', '091218.372000', '091218.374000', '091218.377000', '091218.379000', '091218.382000', '091218.385000', '091218.387000', '091218.390000', '091218.392000', '091218.395000', '091218.397000', '091218.400000', '091218.403000', '091218.405000', '091238.295000', '091238.298000', '091238.300000', '091238.303000', '091238.305000', '091238.308000', '091238.311000', '091238.313000', '091238.316000', '091238.318000', '091238.321000', '091238.324000', '091238.326000', '091238.329000', '091238.331000', '091238.334000', '091238.337000', '091238.340000', '091238.343000', '091238.346000', '091238.348000', '091238.351000', '091238.353000', '091238.356000', '091238.358000', '091238.361000', '091238.364000', '091238.366000', '091238.369000', '091238.371000', '091238.374000', '091238.376000', '091238.380000', '091238.383000', '091238.386000', '091238.388000', '091238.391000', '091238.393000', '091238.396000', '091238.398000', '091238.401000', '091238.404000', '091238.406000', '091258.294000', '091258.297000', '091258.300000', '091258.302000', '091258.305000', '091258.308000', '091258.310000', '091258.313000', '091258.315000', '091258.318000', '091258.320000', '091258.323000', '091258.326000', '091258.328000', '091258.331000', '091258.333000', '091258.336000', '091258.338000', '091258.341000', '091258.344000', '091258.346000', '091258.349000', '091258.351000', '091258.354000', '091258.356000', '091258.359000', '091258.361000', '091258.364000', '091258.367000', '091258.369000', '091258.372000', '091258.374000', '091258.377000', '091258.380000', '091258.382000', '091258.385000', '091258.387000', '091258.390000', '091258.393000', '091258.395000', '091258.398000', '091258.400000', '091258.403000', '091258.406000', '091318.294000', '091318.297000', '091318.300000', '091318.303000', '091318.305000', '091318.308000', '091318.310000', '091318.313000', '091318.316000', '091318.318000', '091318.335000', '091318.338000', '091318.340000', '091318.343000', '091318.345000', '091318.348000', '091318.351000', '091318.353000', '091318.356000', '091318.359000', '091318.362000', '091318.365000', '091318.368000', '091318.371000', '091318.373000', '091318.376000', '091318.379000', '091318.381000', '091318.384000', '091318.386000', '091318.389000', '091318.391000', '091318.394000', '091318.396000', '091318.399000', '091318.402000', '091318.404000', '091318.407000', '091318.409000', '091318.412000', '091318.414000', '091318.417000', '091318.420000', '091338.295000', '091338.298000', '091338.300000', '091338.303000', '091338.305000', '091338.308000', '091338.310000', '091338.313000', '091338.316000', '091338.318000', '091338.321000', '091338.323000', '091338.326000', '091338.329000', '091338.331000', '091338.334000', '091338.336000', '091338.339000', '091338.342000', '091338.344000', '091338.347000', '091338.349000', '091338.352000', '091338.355000', '091338.357000', '091338.360000', '091338.362000', '091338.365000', '091338.367000', '091338.370000', '091338.373000', '091338.375000', '091338.378000', '091338.380000', '091338.383000', '091338.385000', '091338.388000', '091338.391000', '091338.393000', '091338.396000', '091338.398000', '091338.401000', '091338.403000', '091338.406000', '091358.293000', '091358.296000', '091358.299000', '091358.302000', '091358.304000', '091358.307000', '091358.309000', '091358.312000', '091358.315000', '091358.317000', '091358.320000', '091358.322000', '091358.325000', '091358.328000', '091358.330000', '091358.333000', '091358.335000', '091358.338000', '091358.340000', '091358.343000', '091358.345000', '091358.348000', '091358.351000', '091358.353000', '091358.356000', '091358.359000', '091358.361000', '091358.364000', '091358.366000', '091358.369000', '091358.372000', '091358.374000', '091358.377000', '091358.379000', '091358.382000', '091358.384000', '091358.387000', '091358.390000', '091358.392000', '091358.395000', '091358.398000', '091358.401000', '091358.404000', '091418.295000', '091418.297000', '091418.300000', '091418.303000', '091418.305000', '091418.308000', '091418.311000', '091418.313000', '091418.316000', '091418.319000', '091418.321000', '091418.324000', '091418.326000', '091418.329000', '091418.332000', '091418.334000', '091418.337000', '091418.339000', '091418.342000', '091418.344000', '091418.347000', '091418.350000', '091418.352000', '091418.355000', '091418.357000', '091418.360000', '091418.362000', '091418.365000', '091418.368000', '091418.370000', '091418.373000', '091418.375000', '091418.378000', '091418.381000', '091418.383000', '091418.386000', '091418.389000', '091418.391000', '091418.394000', '091418.397000', '091418.399000', '091418.402000', '091418.405000', '091418.407000', '091438.295000', '091438.297000', '091438.300000', '091438.303000', '091438.305000', '091438.308000', '091438.316000', '091438.319000', '091438.321000', '091438.324000', '091438.326000', '091438.329000', '091438.332000', '091438.334000', '091438.337000', '091438.339000', '091438.342000', '091438.344000', '091438.347000', '091438.349000', '091438.352000', '091438.355000', '091438.357000', '091438.360000', '091438.362000', '091438.365000', '091438.368000', '091438.371000', '091438.373000', '091438.376000', '091438.379000', '091438.381000', '091438.384000', '091438.386000', '091438.389000', '091438.392000', '091438.394000', '091438.397000', '091438.400000', '091438.402000', '091438.405000', '091438.407000', '091438.410000', '091458.295000', '091458.297000', '091458.300000', '091458.302000', '091458.305000', '091458.308000', '091458.310000', '091458.314000', '091458.316000', '091458.319000', '091458.322000', '091458.324000', '091458.327000', '091458.329000', '091458.332000', '091458.335000', '091458.337000', '091458.340000', '091458.343000', '091458.345000', '091458.348000', '091458.350000', '091458.353000', '091458.356000', '091458.358000', '091458.361000', '091458.363000', '091458.366000', '091458.369000', '091458.371000', '091458.374000', '091458.377000', '091458.379000', '091458.382000', '091458.384000', '091458.387000', '091458.390000', '091458.392000', '091458.395000', '091458.397000', '091458.400000', '091458.403000', '091458.405000', '091458.408000', '091518.295000', '091518.298000', '091518.300000', '091518.303000', '091518.305000', '091518.308000', '091518.311000', '091518.314000', '091518.316000', '091518.319000', '091518.322000', '091518.324000', '091518.327000', '091518.329000', '091518.332000', '091518.335000', '091518.337000', '091518.340000', '091518.343000', '091518.345000', '091518.348000', '091518.350000', '091518.353000', '091518.356000', '091518.358000', '091518.361000', '091518.363000', '091518.366000', '091518.368000', '091518.371000', '091518.373000', '091518.376000', '091518.379000', '091518.381000', '091518.384000', '091518.386000', '091518.389000', '091518.392000', '091518.394000', '091518.397000', '091518.399000', '091518.402000', '091518.405000', '091523.015000', '091523.018000', '091523.020000', '091523.023000', '091523.025000', '091523.028000', '091523.031000', '091523.033000', '091523.036000', '091523.038000', '091523.041000'], 'InstanceCreationTime': ['090658.326000', '090658.329000', '090658.331000', '090658.334000', '090658.337000', '090658.339000', '090658.342000', '090658.344000', '090658.347000', '090658.349000', '090658.352000', '090658.354000', '090658.357000', '090658.359000', '090658.362000', '090658.365000', '090658.367000', '090658.370000', '090658.372000', '090658.375000', '090658.378000', '090658.381000', '090658.384000', '090658.387000', '090658.389000', '090658.410000', '090658.412000', '090658.415000', '090658.417000', '090658.420000', '090658.422000', '090658.425000', '090658.427000', '090658.430000', '090658.432000', '090658.435000', '090658.438000', '090658.440000', '090658.443000', '090658.445000', '090658.448000', '090658.450000', '090658.453000', '090658.455000', '090658.458000', '090658.461000', '090658.463000', '090658.466000', '090658.468000', '090658.471000', '090658.474000', '090658.476000', '090658.479000', '090658.481000', '090658.484000', '090658.487000', '090658.489000', '090658.492000', '090718.294000', '090718.297000', '090718.300000', '090718.302000', '090718.305000', '090718.308000', '090718.310000', '090718.313000', '090718.315000', '090718.318000', '090718.320000', '090718.333000', '090718.335000', '090718.338000', '090718.340000', '090718.343000', '090718.346000', '090718.348000', '090718.351000', '090718.353000', '090718.356000', '090718.358000', '090718.361000', '090718.363000', '090718.366000', '090718.368000', '090718.371000', '090718.374000', '090718.376000', '090718.379000', '090718.381000', '090718.384000', '090718.386000', '090718.389000', '090718.391000', '090718.394000', '090718.396000', '090718.399000', '090718.401000', '090718.404000', '090718.407000', '090718.409000', '090718.412000', '090718.414000', '090738.294000', '090738.297000', '090738.300000', '090738.302000', '090738.305000', '090738.307000', '090738.310000', '090738.313000', '090738.315000', '090738.318000', '090738.321000', '090738.323000', '090738.326000', '090738.329000', '090738.331000', '090738.334000', '090738.336000', '090738.339000', '090738.342000', '090738.344000', '090738.347000', '090738.350000', '090738.352000', '090738.355000', '090738.358000', '090738.360000', '090738.363000', '090738.374000', '090738.377000', '090738.379000', '090738.382000', '090738.385000', '090738.388000', '090738.391000', '090738.394000', '090738.396000', '090738.399000', '090738.402000', '090738.404000', '090738.407000', '090738.409000', '090738.412000', '090738.415000', '090758.294000', '090758.297000', '090758.301000', '090758.303000', '090758.306000', '090758.308000', '090758.311000', '090758.314000', '090758.316000', '090758.319000', '090758.322000', '090758.324000', '090758.327000', '090758.329000', '090758.332000', '090758.334000', '090758.337000', '090758.339000', '090758.342000', '090758.344000', '090758.347000', '090758.350000', '090758.352000', '090758.355000', '090758.357000', '090758.360000', '090758.363000', '090758.365000', '090758.368000', '090758.370000', '090758.373000', '090758.376000', '090758.378000', '090758.381000', '090758.383000', '090758.386000', '090758.389000', '090758.391000', '090758.394000', '090758.396000', '090758.399000', '090758.402000', '090758.404000', '090758.407000', '090818.294000', '090818.297000', '090818.300000', '090818.302000', '090818.305000', '090818.308000', '090818.310000', '090818.313000', '090818.315000', '090818.318000', '090818.320000', '090818.323000', '090818.326000', '090818.328000', '090818.331000', '090818.333000', '090818.336000', '090818.338000', '090818.341000', '090818.343000', '090818.346000', '090818.349000', '090818.351000', '090818.354000', '090818.356000', '090818.359000', '090818.361000', '090818.364000', '090818.366000', '090818.369000', '090818.372000', '090818.374000', '090818.377000', '090818.379000', '090818.382000', '090818.384000', '090818.387000', '090818.389000', '090818.392000', '090818.395000', '090818.397000', '090818.400000', '090818.402000', '090838.294000', '090838.297000', '090838.300000', '090838.303000', '090838.305000', '090838.308000', '090838.310000', '090838.313000', '090838.316000', '090838.318000', '090838.321000', '090838.323000', '090838.326000', '090838.329000', '090838.331000', '090838.334000', '090838.337000', '090838.339000', '090838.342000', '090838.344000', '090838.347000', '090838.349000', '090838.352000', '090838.355000', '090838.357000', '090838.360000', '090838.362000', '090838.365000', '090838.368000', '090838.370000', '090838.373000', '090838.375000', '090838.378000', '090838.381000', '090838.383000', '090838.386000', '090838.388000', '090838.391000', '090838.393000', '090838.396000', '090838.399000', '090838.401000', '090838.404000', '090838.406000', '090858.294000', '090858.297000', '090858.300000', '090858.302000', '090858.305000', '090858.307000', '090858.318000', '090858.321000', '090858.323000', '090858.326000', '090858.328000', '090858.331000', '090858.334000', '090858.336000', '090858.339000', '090858.341000', '090858.344000', '090858.346000', '090858.349000', '090858.352000', '090858.354000', '090858.357000', '090858.359000', '090858.362000', '090858.365000', '090858.367000', '090858.370000', '090858.372000', '090858.375000', '090858.377000', '090858.380000', '090858.382000', '090858.385000', '090858.388000', '090858.390000', '090858.393000', '090858.395000', '090858.398000', '090858.400000', '090858.403000', '090858.405000', '090858.408000', '090858.411000', '090918.294000', '090918.296000', '090918.299000', '090918.302000', '090918.315000', '090918.317000', '090918.320000', '090918.323000', '090918.325000', '090918.328000', '090918.330000', '090918.333000', '090918.336000', '090918.338000', '090918.341000', '090918.343000', '090918.346000', '090918.349000', '090918.351000', '090918.354000', '090918.356000', '090918.359000', '090918.362000', '090918.364000', '090918.367000', '090918.369000', '090918.372000', '090918.374000', '090918.377000', '090918.380000', '090918.382000', '090918.385000', '090918.387000', '090918.390000', '090918.392000', '090918.395000', '090918.398000', '090918.400000', '090918.403000', '090918.405000', '090918.408000', '090918.410000', '090918.413000', '090918.415000', '090938.294000', '090938.297000', '090938.300000', '090938.303000', '090938.305000', '090938.308000', '090938.310000', '090938.313000', '090938.315000', '090938.318000', '090938.321000', '090938.323000', '090938.326000', '090938.328000', '090938.331000', '090938.333000', '090938.336000', '090938.339000', '090938.341000', '090938.344000', '090938.346000', '090938.349000', '090938.352000', '090938.354000', '090938.357000', '090938.359000', '090938.362000', '090938.365000', '090938.368000', '090938.370000', '090938.373000', '090938.375000', '090938.378000', '090938.380000', '090938.383000', '090938.386000', '090938.388000', '090938.391000', '090938.393000', '090938.396000', '090938.398000', '090938.401000', '090938.404000', '090958.294000', '090958.297000', '090958.301000', '090958.304000', '090958.307000', '090958.309000', '090958.312000', '090958.314000', '090958.317000', '090958.320000', '090958.322000', '090958.325000', '090958.327000', '090958.330000', '090958.333000', '090958.335000', '090958.338000', '090958.340000', '090958.343000', '090958.346000', '090958.348000', '090958.351000', '090958.353000', '090958.356000', '090958.358000', '090958.361000', '090958.364000', '090958.366000', '090958.369000', '090958.371000', '090958.374000', '090958.376000', '090958.379000', '090958.382000', '090958.384000', '090958.387000', '090958.389000', '090958.392000', '090958.394000', '090958.397000', '090958.400000', '090958.402000', '090958.405000', '091018.294000', '091018.297000', '091018.300000', '091018.302000', '091018.305000', '091018.308000', '091018.310000', '091018.313000', '091018.315000', '091018.318000', '091018.320000', '091018.323000', '091018.326000', '091018.328000', '091018.331000', '091018.333000', '091018.336000', '091018.338000', '091018.341000', '091018.344000', '091018.346000', '091018.349000', '091018.351000', '091018.354000', '091018.357000', '091018.359000', '091018.362000', '091018.364000', '091018.367000', '091018.369000', '091018.372000', '091018.374000', '091018.391000', '091018.394000', '091018.396000', '091018.399000', '091018.401000', '091018.404000', '091018.406000', '091018.409000', '091018.411000', '091018.414000', '091018.417000', '091018.419000', '091038.295000', '091038.297000', '091038.300000', '091038.303000', '091038.305000', '091038.308000', '091038.311000', '091038.314000', '091038.317000', '091038.319000', '091038.322000', '091038.325000', '091038.327000', '091038.330000', '091038.332000', '091038.335000', '091038.337000', '091038.340000', '091038.343000', '091038.345000', '091038.348000', '091038.350000', '091038.357000', '091038.359000', '091038.362000', '091038.365000', '091038.367000', '091038.370000', '091038.372000', '091038.375000', '091038.378000', '091038.380000', '091038.383000', '091038.385000', '091038.388000', '091038.391000', '091038.393000', '091038.396000', '091038.398000', '091038.401000', '091038.403000', '091038.406000', '091038.409000', '091058.294000', '091058.297000', '091058.300000', '091058.302000', '091058.305000', '091058.315000', '091058.317000', '091058.320000', '091058.322000', '091058.325000', '091058.328000', '091058.330000', '091058.333000', '091058.336000', '091058.338000', '091058.341000', '091058.343000', '091058.346000', '091058.349000', '091058.351000', '091058.354000', '091058.356000', '091058.359000', '091058.362000', '091058.364000', '091058.367000', '091058.369000', '091058.372000', '091058.374000', '091058.377000', '091058.380000', '091058.382000', '091058.385000', '091058.387000', '091058.390000', '091058.393000', '091058.395000', '091058.398000', '091058.400000', '091058.403000', '091058.406000', '091058.408000', '091058.411000', '091058.413000', '091118.294000', '091118.297000', '091118.300000', '091118.302000', '091118.305000', '091118.308000', '091118.310000', '091118.313000', '091118.316000', '091118.319000', '091118.322000', '091118.325000', '091118.327000', '091118.330000', '091118.332000', '091118.335000', '091118.338000', '091118.341000', '091118.344000', '091118.347000', '091118.350000', '091118.352000', '091118.355000', '091118.357000', '091118.360000', '091118.362000', '091118.365000', '091118.368000', '091118.370000', '091118.373000', '091118.375000', '091118.378000', '091118.380000', '091118.383000', '091118.386000', '091118.388000', '091118.391000', '091118.393000', '091118.396000', '091118.398000', '091118.401000', '091118.404000', '091118.406000', '091138.294000', '091138.296000', '091138.299000', '091138.302000', '091138.304000', '091138.307000', '091138.310000', '091138.312000', '091138.315000', '091138.318000', '091138.320000', '091138.323000', '091138.325000', '091138.328000', '091138.331000', '091138.333000', '091138.336000', '091138.338000', '091138.341000', '091138.344000', '091138.346000', '091138.349000', '091138.351000', '091138.354000', '091138.356000', '091138.359000', '091138.361000', '091138.364000', '091138.367000', '091138.370000', '091138.372000', '091138.375000', '091138.377000', '091138.380000', '091138.383000', '091138.385000', '091138.388000', '091138.390000', '091138.393000', '091138.396000', '091138.398000', '091138.401000', '091138.403000', '091138.406000', '091158.295000', '091158.297000', '091158.300000', '091158.303000', '091158.306000', '091158.309000', '091158.312000', '091158.315000', '091158.317000', '091158.320000', '091158.322000', '091158.325000', '091158.328000', '091158.330000', '091158.333000', '091158.335000', '091158.338000', '091158.341000', '091158.343000', '091158.346000', '091158.348000', '091158.351000', '091158.353000', '091158.356000', '091158.358000', '091158.361000', '091158.363000', '091158.366000', '091158.369000', '091158.371000', '091158.374000', '091158.376000', '091158.379000', '091158.381000', '091158.384000', '091158.387000', '091158.389000', '091158.392000', '091158.394000', '091158.397000', '091158.399000', '091158.402000', '091158.405000', '091218.294000', '091218.297000', '091218.300000', '091218.302000', '091218.305000', '091218.308000', '091218.310000', '091218.313000', '091218.315000', '091218.318000', '091218.321000', '091218.323000', '091218.326000', '091218.328000', '091218.331000', '091218.333000', '091218.336000', '091218.338000', '091218.341000', '091218.344000', '091218.346000', '091218.349000', '091218.351000', '091218.354000', '091218.356000', '091218.359000', '091218.361000', '091218.364000', '091218.367000', '091218.369000', '091218.372000', '091218.374000', '091218.377000', '091218.379000', '091218.382000', '091218.385000', '091218.387000', '091218.390000', '091218.392000', '091218.395000', '091218.397000', '091218.400000', '091218.403000', '091218.405000', '091238.295000', '091238.298000', '091238.300000', '091238.303000', '091238.305000', '091238.308000', '091238.311000', '091238.313000', '091238.316000', '091238.318000', '091238.321000', '091238.324000', '091238.326000', '091238.329000', '091238.331000', '091238.334000', '091238.337000', '091238.340000', '091238.343000', '091238.346000', '091238.348000', '091238.351000', '091238.353000', '091238.356000', '091238.358000', '091238.361000', '091238.364000', '091238.366000', '091238.369000', '091238.371000', '091238.374000', '091238.376000', '091238.380000', '091238.383000', '091238.386000', '091238.388000', '091238.391000', '091238.393000', '091238.396000', '091238.398000', '091238.401000', '091238.404000', '091238.406000', '091258.294000', '091258.297000', '091258.300000', '091258.302000', '091258.305000', '091258.308000', '091258.310000', '091258.313000', '091258.315000', '091258.318000', '091258.320000', '091258.323000', '091258.326000', '091258.328000', '091258.331000', '091258.333000', '091258.336000', '091258.338000', '091258.341000', '091258.344000', '091258.346000', '091258.349000', '091258.351000', '091258.354000', '091258.356000', '091258.359000', '091258.361000', '091258.364000', '091258.367000', '091258.369000', '091258.372000', '091258.374000', '091258.377000', '091258.380000', '091258.382000', '091258.385000', '091258.387000', '091258.390000', '091258.393000', '091258.395000', '091258.398000', '091258.400000', '091258.403000', '091258.406000', '091318.294000', '091318.297000', '091318.300000', '091318.303000', '091318.305000', '091318.308000', '091318.310000', '091318.313000', '091318.316000', '091318.318000', '091318.335000', '091318.338000', '091318.340000', '091318.343000', '091318.345000', '091318.348000', '091318.351000', '091318.353000', '091318.356000', '091318.359000', '091318.362000', '091318.365000', '091318.368000', '091318.371000', '091318.373000', '091318.376000', '091318.379000', '091318.381000', '091318.384000', '091318.386000', '091318.389000', '091318.391000', '091318.394000', '091318.396000', '091318.399000', '091318.402000', '091318.404000', '091318.407000', '091318.409000', '091318.412000', '091318.414000', '091318.417000', '091318.420000', '091338.295000', '091338.298000', '091338.300000', '091338.303000', '091338.305000', '091338.308000', '091338.310000', '091338.313000', '091338.316000', '091338.318000', '091338.321000', '091338.323000', '091338.326000', '091338.329000', '091338.331000', '091338.334000', '091338.336000', '091338.339000', '091338.342000', '091338.344000', '091338.347000', '091338.349000', '091338.352000', '091338.355000', '091338.357000', '091338.360000', '091338.362000', '091338.365000', '091338.367000', '091338.370000', '091338.373000', '091338.375000', '091338.378000', '091338.380000', '091338.383000', '091338.385000', '091338.388000', '091338.391000', '091338.393000', '091338.396000', '091338.398000', '091338.401000', '091338.403000', '091338.406000', '091358.293000', '091358.296000', '091358.299000', '091358.302000', '091358.304000', '091358.307000', '091358.309000', '091358.312000', '091358.315000', '091358.317000', '091358.320000', '091358.322000', '091358.325000', '091358.328000', '091358.330000', '091358.333000', '091358.335000', '091358.338000', '091358.340000', '091358.343000', '091358.345000', '091358.348000', '091358.351000', '091358.353000', '091358.356000', '091358.359000', '091358.361000', '091358.364000', '091358.366000', '091358.369000', '091358.372000', '091358.374000', '091358.377000', '091358.379000', '091358.382000', '091358.384000', '091358.387000', '091358.390000', '091358.392000', '091358.395000', '091358.398000', '091358.401000', '091358.404000', '091418.295000', '091418.297000', '091418.300000', '091418.303000', '091418.305000', '091418.308000', '091418.311000', '091418.313000', '091418.316000', '091418.319000', '091418.321000', '091418.324000', '091418.326000', '091418.329000', '091418.332000', '091418.334000', '091418.337000', '091418.339000', '091418.342000', '091418.344000', '091418.347000', '091418.350000', '091418.352000', '091418.355000', '091418.357000', '091418.360000', '091418.362000', '091418.365000', '091418.368000', '091418.370000', '091418.373000', '091418.375000', '091418.378000', '091418.381000', '091418.383000', '091418.386000', '091418.389000', '091418.391000', '091418.394000', '091418.397000', '091418.399000', '091418.402000', '091418.405000', '091418.407000', '091438.295000', '091438.297000', '091438.300000', '091438.303000', '091438.305000', '091438.308000', '091438.316000', '091438.319000', '091438.321000', '091438.324000', '091438.326000', '091438.329000', '091438.332000', '091438.334000', '091438.337000', '091438.339000', '091438.342000', '091438.344000', '091438.347000', '091438.349000', '091438.352000', '091438.355000', '091438.357000', '091438.360000', '091438.362000', '091438.365000', '091438.368000', '091438.371000', '091438.373000', '091438.376000', '091438.379000', '091438.381000', '091438.384000', '091438.386000', '091438.389000', '091438.392000', '091438.394000', '091438.397000', '091438.400000', '091438.402000', '091438.405000', '091438.407000', '091438.410000', '091458.295000', '091458.297000', '091458.300000', '091458.302000', '091458.305000', '091458.308000', '091458.310000', '091458.314000', '091458.316000', '091458.319000', '091458.322000', '091458.324000', '091458.327000', '091458.329000', '091458.332000', '091458.335000', '091458.337000', '091458.340000', '091458.343000', '091458.345000', '091458.348000', '091458.350000', '091458.353000', '091458.356000', '091458.358000', '091458.361000', '091458.363000', '091458.366000', '091458.369000', '091458.371000', '091458.374000', '091458.377000', '091458.379000', '091458.382000', '091458.384000', '091458.387000', '091458.390000', '091458.392000', '091458.395000', '091458.397000', '091458.400000', '091458.403000', '091458.405000', '091458.408000', '091518.295000', '091518.298000', '091518.300000', '091518.303000', '091518.305000', '091518.308000', '091518.311000', '091518.314000', '091518.316000', '091518.319000', '091518.322000', '091518.324000', '091518.327000', '091518.329000', '091518.332000', '091518.335000', '091518.337000', '091518.340000', '091518.343000', '091518.345000', '091518.348000', '091518.350000', '091518.353000', '091518.356000', '091518.358000', '091518.361000', '091518.363000', '091518.366000', '091518.368000', '091518.371000', '091518.373000', '091518.376000', '091518.379000', '091518.381000', '091518.384000', '091518.386000', '091518.389000', '091518.392000', '091518.394000', '091518.397000', '091518.399000', '091518.402000', '091518.405000', '091523.015000', '091523.018000', '091523.020000', '091523.023000', '091523.025000', '091523.028000', '091523.031000', '091523.033000', '091523.036000', '091523.038000', '091523.041000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [8607, 8629, 8869, 6435, 10767, 6436, 7990, 7441, 7217, 11846, 6837, 6534, 5981, 6567, 6836, 6118, 6890, 10183, 6662, 6444, 6125, 6737, 8447, 6995, 10482, 6805, 6554, 5983, 6861, 7606, 7038, 9424, 6737, 7073, 6266, 6647, 6768, 7145, 8666, 6898, 7115, 7248, 6659, 6067, 7163, 7258, 7146, 8483, 6616, 6713, 6142, 6967, 7170, 7271, 8809, 6618, 6744, 5831, 6637, 7668, 6964, 8352, 7659, 7039, 7691, 6744, 9836, 6823, 10466, 7586, 8527, 7451, 6699, 6529, 6857, 7385, 6954, 9574, 6942, 6836, 6749, 6681, 8140, 6821, 8406, 6815, 6698, 7495, 6827, 7958, 6800, 7843, 7208, 7056, 7664, 6701, 6450, 6736, 6602, 6293, 7007, 7732, 7029, 9354, 6735, 6295, 5444, 6947, 7100, 7141, 10157, 7095, 6626, 6712, 6703, 8242, 6910, 9767, 7749, 6797, 6745, 6749, 7571, 6640, 10244, 6989, 7434, 7617, 6689, 8045, 6348, 7054, 6896, 6777, 9724, 6721, 8404, 6633, 6685, 7969, 6861, 7340, 6844, 7212, 7555, 6524, 6627, 7021, 8324, 6911, 6685, 5983, 6933, 7233, 6987, 7479, 8196, 7022, 6096, 6963, 6922, 7040, 6673, 5883, 7030, 7433, 7285, 6521, 5752, 6317, 6224, 5868, 7021, 9798, 7292, 6837, 7130, 6697, 6667, 6568, 7108, 10179, 7973, 8182, 6019, 6828, 7178, 7037, 8696, 7245, 7270, 5978, 6808, 6791, 6906, 8463, 7233, 7296, 6265, 6920, 6807, 7053, 7523, 7167, 9443, 7186, 7069, 7371, 6718, 6014, 7124, 6854, 7409, 8656, 6994, 6472, 6201, 6886, 6515, 7173, 8284, 7357, 8562, 6847, 6956, 6805, 7525, 7220, 7311, 6609, 6949, 5911, 6786, 6465, 7154, 7624, 7206, 6446, 5407, 6814, 6415, 6842, 7581, 7148, 9992, 7203, 7788, 6626, 6499, 6871, 6897, 9226, 7369, 9962, 7384, 8827, 6760, 6587, 6849, 6688, 6752, 7144, 8302, 7038, 7569, 6891, 7663, 7056, 7252, 7683, 7013, 5673, 7045, 6213, 7048, 6748, 7365, 7565, 7269, 7088, 6780, 6763, 5489, 6869, 6338, 7184, 6517, 5669, 6819, 6535, 7051, 8066, 7135, 10235, 7372, 7477, 6901, 6604, 6236, 7193, 8605, 7409, 9955, 6859, 8007, 7454, 6855, 6713, 7367, 9544, 7107, 7078, 7574, 6768, 5789, 7148, 7493, 7267, 8234, 7807, 6812, 5664, 6974, 6844, 7334, 9028, 7073, 6506, 5417, 6906, 6334, 6945, 8162, 7190, 6496, 5531, 6759, 6245, 7290, 7575, 7279, 8733, 7750, 6632, 5572, 6945, 6444, 7193, 8491, 7062, 6255, 5510, 6893, 6363, 7128, 7284, 7353, 8102, 5624, 6844, 5802, 7141, 6933, 6420, 6473, 8048, 7117, 7294, 6110, 6371, 7030, 5762, 7599, 9804, 9070, 9537, 6771, 7394, 7152, 7569, 8175, 7393, 11000, 7756, 6749, 5787, 7169, 6938, 7579, 8496, 7812, 6992, 5565, 7451, 6870, 7497, 6543, 6327, 6761, 9229, 7485, 8326, 7469, 7493, 7529, 7422, 7415, 8659, 9563, 7264, 7485, 7483, 8235, 7298, 8375, 7153, 6725, 9179, 9463, 13696, 9303, 7597, 7087, 7436, 7604, 7348, 7348, 7038, 7877, 7221, 8154, 6968, 7258, 8802, 7476, 7170, 9427, 7560, 11699, 9373, 7801, 10247, 7615, 11212, 7444, 7385, 10763, 7382, 7685, 5814, 7274, 8378, 7549, 6914, 5959, 7315, 8017, 5806, 7268, 6172, 7372, 6843, 5840, 7408, 6603, 5710, 6988, 5768, 7454, 6281, 6176, 7124, 8074, 7220, 9684, 7209, 6964, 7232, 7694, 6376, 6168, 7136, 9233, 7434, 6717, 7141, 7411, 7199, 6134, 7168, 9881, 7386, 11980, 9223, 7015, 7316, 7359, 7186, 6268, 7265, 9282, 5921, 7363, 8319, 5914, 6514, 8614, 6206, 7173, 10374, 6256, 6769, 11466, 5546, 6975, 8479, 5875, 6742, 10435, 7253, 6685, 6944, 5734, 6797, 6969, 5538, 6742, 7724, 6179, 6712, 8611, 7864, 7199, 7497, 5808, 7156, 9595, 6870, 7784, 10938, 7659, 5948, 5692, 6866, 7905, 6708, 6134, 8345, 6932, 5845, 5535, 6487, 7695, 6544, 7479, 9611, 6802, 6576, 5686, 6653, 7768, 6612, 11538, 8929, 6644, 6802, 6995, 6982, 5538, 6739, 7990, 6023, 6769, 9411, 7929, 6819, 6256, 5819, 6746, 9158, 6393, 7725, 10941, 6972, 6833, 5627, 6528, 8366, 6471, 6456, 11462, 6768, 5984, 5640, 6600, 9179, 6535, 7830, 10879, 6835, 7519, 5582, 6580, 7442, 6453, 9846, 7462, 6644, 7320, 6942, 6006, 5804, 6450, 10623, 7104, 6354, 6458, 6771, 9597, 6573, 7873, 9712, 6843, 8362, 5969, 6546, 6551, 6687, 9654, 7160, 6574, 6573, 7001, 6771, 5885, 6986, 9212, 7359, 6071, 5556, 7052, 7692, 7288, 7256, 7227, 7104, 7514, 7307, 7628, 6985, 7080, 7677, 6718, 7465, 7009, 5842, 5620, 6739, 7410, 7374, 5933, 5657, 6096, 7778, 6383, 6808, 9174, 6878, 8995, 10526, 7156, 9663, 7086, 7934, 7762, 6753, 11850, 7057, 8542, 5718, 6774, 6292, 6615, 9272, 6333, 6910, 7091, 7283, 6375, 5716, 6537, 10523, 7185, 7654, 5951, 6857, 7242, 6740, 10252, 7494, 8707, 5980, 6631, 5755, 6897, 8046, 6893, 6535, 5504, 7082, 6427, 6965, 6706, 5714, 6652, 7689, 6971, 7259, 6994, 6596, 7000, 6814, 8949, 7050, 8476, 6975, 6974, 6878, 6966, 7904, 7320, 6285, 5505, 6208, 8070, 6885, 7173, 7070, 6418, 5669, 6706, 8382, 6730, 11022, 6884, 5998, 5612, 6360, 7278, 6551, 10752, 6610, 6703, 5708, 7259, 6806, 6819, 8500, 6036, 5581, 5661, 6179, 5950, 5838, 5508, 9408, 6135, 5527, 5411, 5894, 8831, 5865, 7272, 10238, 5888, 8477, 6004, 5556, 6197, 5823, 10362, 7366, 5642, 6050, 6167, 5846, 5607, 5680, 9479, 7113, 5727, 6560, 6221, 9201, 6151, 9732, 7896, 5676, 6471, 6039, 7589, 6058, 6769, 5990, 5843, 6855, 6097, 6040, 5593, 5502, 7340, 5913, 5787, 5391, 6113, 7518, 6204, 6238, 9787, 6719, 9139, 5501, 5811, 7278, 5864, 11180, 8376, 7835, 6381, 5650, 5701, 5975, 8213, 5705, 5544, 5806, 5824, 6670, 6143, 6186, 6067, 5632, 9242, 6043, 5725, 5670, 5613, 6667, 5951, 10407, 6121, 5520, 5554, 5920, 6769, 5782, 8290, 5847, 5909, 5885, 6070, 7947, 6196, 5668, 8165, 5842, 5745, 6743, 5907, 7475, 8287, 5975, 8741, 5727, 5546, 6717, 5773, 10550, 7477, 6642, 5940, 5774, 7412, 6086, 5468, 6641, 6012, 8916, 5711, 5754, 6598, 6172, 5741, 8840, 6255, 5852, 5533, 5915, 7915, 5937, 11748, 9142, 6391, 6838, 6034, 7687, 6004, 10613, 7075, 5953, 5769, 6086, 7333, 6335, 6104, 7122, 6886, 7525, 6919, 5845, 5712, 6005, 8308, 6603, 5460, 5685, 6033, 6542, 6252, 9170, 6342, 9409, 6035, 5963, 6058, 6258, 5921, 5469, 5977, 10367, 6749, 5986, 5695, 7120, 8644, 7532, 10737, 7531, 7004, 6743, 7485, 6855, 7820, 8244, 10708, 9197, 13307, 10197, 7889, 8233, 7586, 6787, 5831, 6836, 6880, 6759, 9405, 7175, 7054, 6767, 6105, 6983, 6780, 7128, 9537, 7344, 6955, 8959, 7159, 9554, 7236, 9570, 8527, 7022, 7429, 7141, 8604, 6977, 6731, 6593, 6870, 6116, 7112, 6342, 7218, 6512, 5619, 6680, 9392, 7310, 5980, 5527, 6675, 5893, 6894, 8836, 6658, 6405, 5575, 7088, 8054, 6829, 10994, 7281, 6274, 5753, 6807, 6279, 6585, 10290, 7088, 5720, 5437, 6691, 6834, 6185, 6342, 6362, 6663, 6555, 6717, 6677, 9952, 6160, 6525, 9620, 6676, 11616, 8453, 7465, 8528, 6527, 6949, 5546, 5970, 8793, 6161, 6946, 5932, 6229, 7915, 6301, 6307, 7201, 6113, 11390, 6641, 5972, 5533, 6209, 8572, 6090, 8540, 5598, 6283, 6843, 6434, 7554, 6687, 6439, 8952, 6499, 6000, 6256, 6133, 11318, 8217, 6098, 6563, 6477, 7962, 6292, 7530, 6669, 6070, 5521, 6244, 5674, 5671, 5976, 8790, 6247, 6019, 5647, 6192, 7586, 6000, 5866, 7533, 6087, 11936, 7540, 5940, 7976, 6299, 8867, 6348, 6333, 12036, 6261, 7866, 5483, 6021, 8847, 6483, 12311, 8554, 5807, 6359, 6194, 8757, 6074, 8692, 8336, 6276, 6670, 6373, 5973, 5591, 5871, 9507, 6502, 5846, 5565, 6178, 7295, 6072, 11099, 7025, 5661, 5815, 5934, 6498, 5669, 5598, 7943, 5768, 5944, 5442, 5602, 6801, 5924, 7328, 6549, 5492, 6949], 'WindowCenter': [3413.0, 3397.0, 3392.0, 3347.0, 3387.0, 3344.0, 3365.0, 3354.0, 3354.0, 3399.0, 3357.0, 3343.0, 3332.0, 3343.0, 3341.0, 3331.0, 3354.0, 3375.0, 3344.0, 3343.0, 3348.0, 3355.0, 3364.0, 3342.0, 3374.0, 3341.0, 3329.0, 3330.0, 3342.0, 3352.0, 3341.0, 3363.0, 3343.0, 3341.0, 3331.0, 3342.0, 3340.0, 3341.0, 3362.0, 3343.0, 3341.0, 3352.0, 3341.0, 3331.0, 3343.0, 3353.0, 3353.0, 3364.0, 3342.0, 3342.0, 3331.0, 3342.0, 3353.0, 3355.0, 3364.0, 3343.0, 3355.0, 3333.0, 3356.0, 3354.0, 3355.0, 3366.0, 3366.0, 3354.0, 3355.0, 3357.0, 3375.0, 3342.0, 3373.0, 3352.0, 3364.0, 3341.0, 3330.0, 3329.0, 3330.0, 3339.0, 3341.0, 3363.0, 3341.0, 3341.0, 3341.0, 3342.0, 3350.0, 3342.0, 3352.0, 3330.0, 3331.0, 3340.0, 3330.0, 3351.0, 3341.0, 3352.0, 3352.0, 3340.0, 3351.0, 3342.0, 3342.0, 3342.0, 3341.0, 3331.0, 3342.0, 3353.0, 3343.0, 3365.0, 3344.0, 3345.0, 3323.0, 3353.0, 3342.0, 3353.0, 3375.0, 3354.0, 3343.0, 3342.0, 3342.0, 3363.0, 3343.0, 3375.0, 3353.0, 3343.0, 3343.0, 3343.0, 3352.0, 3342.0, 3374.0, 3341.0, 3342.0, 3353.0, 3342.0, 3351.0, 3331.0, 3340.0, 3340.0, 3329.0, 3363.0, 3330.0, 3351.0, 3340.0, 3330.0, 3350.0, 3329.0, 3341.0, 3341.0, 3340.0, 3351.0, 3329.0, 3329.0, 3341.0, 3351.0, 3341.0, 3329.0, 3329.0, 3341.0, 3351.0, 3341.0, 3340.0, 3351.0, 3341.0, 3330.0, 3342.0, 3353.0, 3353.0, 3341.0, 3320.0, 3353.0, 3353.0, 3355.0, 3342.0, 3334.0, 3344.0, 3334.0, 3333.0, 3354.0, 3387.0, 3356.0, 3345.0, 3355.0, 3355.0, 3342.0, 3343.0, 3341.0, 3374.0, 3364.0, 3353.0, 3331.0, 3342.0, 3341.0, 3341.0, 3361.0, 3342.0, 3352.0, 3330.0, 3341.0, 3340.0, 3342.0, 3351.0, 3352.0, 3341.0, 3332.0, 3342.0, 3340.0, 3341.0, 3339.0, 3341.0, 3362.0, 3341.0, 3340.0, 3341.0, 3340.0, 3318.0, 3341.0, 3340.0, 3341.0, 3362.0, 3341.0, 3330.0, 3330.0, 3341.0, 3330.0, 3342.0, 3352.0, 3352.0, 3363.0, 3341.0, 3340.0, 3342.0, 3352.0, 3352.0, 3340.0, 3342.0, 3341.0, 3319.0, 3342.0, 3331.0, 3353.0, 3352.0, 3354.0, 3343.0, 3321.0, 3342.0, 3343.0, 3342.0, 3352.0, 3343.0, 3374.0, 3355.0, 3353.0, 3343.0, 3341.0, 3341.0, 3340.0, 3361.0, 3340.0, 3361.0, 3341.0, 3361.0, 3341.0, 3328.0, 3329.0, 3328.0, 3329.0, 3339.0, 3351.0, 3341.0, 3350.0, 3340.0, 3339.0, 3339.0, 3340.0, 3351.0, 3340.0, 3319.0, 3340.0, 3328.0, 3341.0, 3329.0, 3340.0, 3351.0, 3352.0, 3342.0, 3342.0, 3342.0, 3319.0, 3341.0, 3330.0, 3353.0, 3343.0, 3332.0, 3344.0, 3343.0, 3354.0, 3363.0, 3353.0, 3374.0, 3354.0, 3352.0, 3340.0, 3341.0, 3330.0, 3341.0, 3362.0, 3340.0, 3362.0, 3329.0, 3350.0, 3340.0, 3328.0, 3328.0, 3338.0, 3361.0, 3340.0, 3337.0, 3349.0, 3329.0, 3318.0, 3339.0, 3339.0, 3340.0, 3350.0, 3350.0, 3340.0, 3319.0, 3339.0, 3327.0, 3339.0, 3360.0, 3340.0, 3328.0, 3308.0, 3339.0, 3329.0, 3341.0, 3351.0, 3341.0, 3329.0, 3308.0, 3340.0, 3329.0, 3340.0, 3338.0, 3340.0, 3362.0, 3351.0, 3340.0, 3307.0, 3340.0, 3329.0, 3340.0, 3361.0, 3342.0, 3330.0, 3319.0, 3340.0, 3329.0, 3340.0, 3350.0, 3351.0, 3352.0, 3319.0, 3342.0, 3331.0, 3354.0, 3352.0, 3343.0, 3341.0, 3364.0, 3353.0, 3353.0, 3332.0, 3344.0, 3353.0, 3332.0, 3354.0, 3375.0, 3364.0, 3362.0, 3329.0, 3340.0, 3340.0, 3338.0, 3337.0, 3327.0, 3359.0, 3338.0, 3327.0, 3306.0, 3328.0, 3327.0, 3339.0, 3351.0, 3356.0, 3341.0, 3308.0, 3340.0, 3329.0, 3340.0, 3317.0, 3318.0, 3328.0, 3361.0, 3341.0, 3351.0, 3340.0, 3338.0, 3339.0, 3328.0, 3339.0, 3349.0, 3349.0, 3328.0, 3327.0, 3338.0, 3337.0, 3339.0, 3337.0, 3327.0, 3329.0, 3362.0, 3362.0, 3397.0, 3376.0, 3352.0, 3341.0, 3353.0, 3351.0, 3340.0, 3339.0, 3340.0, 3350.0, 3341.0, 3352.0, 3341.0, 3353.0, 3362.0, 3340.0, 3327.0, 3349.0, 3338.0, 3359.0, 3349.0, 3338.0, 3359.0, 3337.0, 3358.0, 3325.0, 3323.0, 3357.0, 3323.0, 3322.0, 3291.0, 3312.0, 3322.0, 3323.0, 3312.0, 3303.0, 3325.0, 3335.0, 3292.0, 3325.0, 3302.0, 3326.0, 3315.0, 3305.0, 3339.0, 3328.0, 3320.0, 3340.0, 3319.0, 3341.0, 3332.0, 3330.0, 3341.0, 3352.0, 3352.0, 3374.0, 3354.0, 3342.0, 3353.0, 3354.0, 3343.0, 3332.0, 3342.0, 3364.0, 3353.0, 3342.0, 3343.0, 3354.0, 3342.0, 3331.0, 3342.0, 3375.0, 3342.0, 3385.0, 3364.0, 3342.0, 3340.0, 3342.0, 3340.0, 3329.0, 3341.0, 3362.0, 3331.0, 3352.0, 3352.0, 3319.0, 3332.0, 3363.0, 3332.0, 3342.0, 3375.0, 3331.0, 3341.0, 3372.0, 3308.0, 3340.0, 3351.0, 3319.0, 3341.0, 3373.0, 3342.0, 3330.0, 3339.0, 3320.0, 3340.0, 3340.0, 3309.0, 3343.0, 3353.0, 3332.0, 3344.0, 3377.0, 3365.0, 3357.0, 3355.0, 3322.0, 3343.0, 3362.0, 3342.0, 3353.0, 3374.0, 3354.0, 3331.0, 3320.0, 3331.0, 3351.0, 3342.0, 3331.0, 3364.0, 3343.0, 3321.0, 3321.0, 3332.0, 3352.0, 3332.0, 3352.0, 3376.0, 3342.0, 3342.0, 3320.0, 3342.0, 3353.0, 3342.0, 3385.0, 3378.0, 3341.0, 3341.0, 3342.0, 3342.0, 3309.0, 3330.0, 3352.0, 3320.0, 3331.0, 3363.0, 3353.0, 3343.0, 3331.0, 3321.0, 3342.0, 3362.0, 3331.0, 3341.0, 3374.0, 3342.0, 3330.0, 3308.0, 3330.0, 3350.0, 3329.0, 3330.0, 3372.0, 3330.0, 3320.0, 3319.0, 3330.0, 3361.0, 3330.0, 3341.0, 3374.0, 3331.0, 3340.0, 3308.0, 3328.0, 3339.0, 3330.0, 3361.0, 3339.0, 3328.0, 3340.0, 3341.0, 3318.0, 3318.0, 3328.0, 3371.0, 3340.0, 3330.0, 3329.0, 3328.0, 3361.0, 3329.0, 3350.0, 3361.0, 3329.0, 3349.0, 3317.0, 3328.0, 3317.0, 3329.0, 3360.0, 3341.0, 3328.0, 3328.0, 3341.0, 3342.0, 3321.0, 3340.0, 3361.0, 3339.0, 3317.0, 3307.0, 3339.0, 3339.0, 3340.0, 3340.0, 3342.0, 3341.0, 3340.0, 3341.0, 3340.0, 3341.0, 3339.0, 3352.0, 3330.0, 3339.0, 3341.0, 3318.0, 3319.0, 3341.0, 3352.0, 3352.0, 3331.0, 3332.0, 3332.0, 3351.0, 3331.0, 3342.0, 3364.0, 3342.0, 3364.0, 3374.0, 3342.0, 3363.0, 3341.0, 3339.0, 3339.0, 3329.0, 3372.0, 3328.0, 3349.0, 3305.0, 3327.0, 3316.0, 3328.0, 3361.0, 3328.0, 3329.0, 3328.0, 3339.0, 3318.0, 3307.0, 3318.0, 3372.0, 3340.0, 3351.0, 3318.0, 3329.0, 3339.0, 3329.0, 3360.0, 3340.0, 3350.0, 3317.0, 3328.0, 3306.0, 3328.0, 3339.0, 3328.0, 3317.0, 3306.0, 3328.0, 3316.0, 3340.0, 3328.0, 3317.0, 3329.0, 3339.0, 3339.0, 3339.0, 3340.0, 3328.0, 3340.0, 3328.0, 3349.0, 3328.0, 3337.0, 3339.0, 3327.0, 3328.0, 3329.0, 3338.0, 3337.0, 3316.0, 3305.0, 3316.0, 3349.0, 3340.0, 3339.0, 3339.0, 3328.0, 3306.0, 3327.0, 3350.0, 3329.0, 3371.0, 3340.0, 3330.0, 3319.0, 3328.0, 3339.0, 3329.0, 3372.0, 3330.0, 3327.0, 3317.0, 3339.0, 3340.0, 3342.0, 3362.0, 3329.0, 3322.0, 3318.0, 3328.0, 3317.0, 3317.0, 3307.0, 3361.0, 3318.0, 3307.0, 3308.0, 3319.0, 3360.0, 3319.0, 3338.0, 3372.0, 3308.0, 3350.0, 3317.0, 3307.0, 3317.0, 3318.0, 3360.0, 3340.0, 3317.0, 3316.0, 3319.0, 3318.0, 3317.0, 3319.0, 3374.0, 3341.0, 3319.0, 3329.0, 3319.0, 3361.0, 3330.0, 3361.0, 3350.0, 3317.0, 3328.0, 3318.0, 3337.0, 3318.0, 3328.0, 3317.0, 3318.0, 3328.0, 3318.0, 3317.0, 3306.0, 3306.0, 3339.0, 3319.0, 3317.0, 3306.0, 3318.0, 3339.0, 3317.0, 3318.0, 3361.0, 3330.0, 3361.0, 3307.0, 3317.0, 3339.0, 3306.0, 3370.0, 3350.0, 3337.0, 3316.0, 3305.0, 3305.0, 3316.0, 3349.0, 3306.0, 3305.0, 3306.0, 3318.0, 3326.0, 3316.0, 3316.0, 3317.0, 3306.0, 3360.0, 3316.0, 3306.0, 3306.0, 3306.0, 3327.0, 3317.0, 3371.0, 3317.0, 3306.0, 3305.0, 3316.0, 3327.0, 3318.0, 3350.0, 3319.0, 3318.0, 3317.0, 3329.0, 3349.0, 3328.0, 3319.0, 3351.0, 3318.0, 3319.0, 3329.0, 3319.0, 3341.0, 3351.0, 3329.0, 3350.0, 3319.0, 3306.0, 3328.0, 3307.0, 3359.0, 3340.0, 3328.0, 3317.0, 3306.0, 3337.0, 3317.0, 3307.0, 3330.0, 3330.0, 3362.0, 3317.0, 3317.0, 3328.0, 3328.0, 3319.0, 3362.0, 3330.0, 3319.0, 3308.0, 3307.0, 3338.0, 3318.0, 3371.0, 3362.0, 3318.0, 3327.0, 3316.0, 3336.0, 3316.0, 3371.0, 3327.0, 3305.0, 3305.0, 3315.0, 3325.0, 3316.0, 3317.0, 3341.0, 3340.0, 3339.0, 3340.0, 3306.0, 3317.0, 3318.0, 3350.0, 3341.0, 3308.0, 3319.0, 3319.0, 3327.0, 3328.0, 3361.0, 3328.0, 3360.0, 3317.0, 3318.0, 3317.0, 3328.0, 3317.0, 3308.0, 3319.0, 3373.0, 3330.0, 3319.0, 3320.0, 3340.0, 3351.0, 3339.0, 3359.0, 3339.0, 3328.0, 3328.0, 3338.0, 3327.0, 3352.0, 3349.0, 3373.0, 3362.0, 3382.0, 3362.0, 3351.0, 3363.0, 3352.0, 3329.0, 3305.0, 3316.0, 3326.0, 3317.0, 3348.0, 3329.0, 3329.0, 3329.0, 3319.0, 3341.0, 3327.0, 3328.0, 3359.0, 3338.0, 3328.0, 3350.0, 3328.0, 3349.0, 3328.0, 3348.0, 3337.0, 3327.0, 3325.0, 3326.0, 3335.0, 3325.0, 3314.0, 3316.0, 3327.0, 3304.0, 3327.0, 3316.0, 3327.0, 3315.0, 3306.0, 3327.0, 3349.0, 3338.0, 3317.0, 3306.0, 3328.0, 3307.0, 3340.0, 3361.0, 3329.0, 3329.0, 3307.0, 3340.0, 3351.0, 3330.0, 3372.0, 3341.0, 3329.0, 3307.0, 3329.0, 3329.0, 3330.0, 3361.0, 3341.0, 3320.0, 3320.0, 3341.0, 3342.0, 3332.0, 3332.0, 3332.0, 3342.0, 3332.0, 3342.0, 3344.0, 3376.0, 3333.0, 3333.0, 3362.0, 3341.0, 3385.0, 3352.0, 3341.0, 3351.0, 3330.0, 3329.0, 3307.0, 3319.0, 3351.0, 3319.0, 3341.0, 3318.0, 3319.0, 3340.0, 3330.0, 3329.0, 3340.0, 3320.0, 3373.0, 3329.0, 3318.0, 3307.0, 3317.0, 3350.0, 3319.0, 3351.0, 3306.0, 3329.0, 3329.0, 3329.0, 3339.0, 3329.0, 3330.0, 3350.0, 3330.0, 3318.0, 3329.0, 3319.0, 3372.0, 3352.0, 3318.0, 3328.0, 3329.0, 3338.0, 3330.0, 3339.0, 3329.0, 3320.0, 3307.0, 3330.0, 3319.0, 3319.0, 3330.0, 3362.0, 3332.0, 3331.0, 3319.0, 3332.0, 3350.0, 3331.0, 3320.0, 3352.0, 3320.0, 3384.0, 3341.0, 3318.0, 3351.0, 3330.0, 3351.0, 3330.0, 3329.0, 3384.0, 3329.0, 3339.0, 3307.0, 3317.0, 3350.0, 3318.0, 3372.0, 3350.0, 3306.0, 3316.0, 3315.0, 3348.0, 3318.0, 3349.0, 3350.0, 3317.0, 3326.0, 3318.0, 3316.0, 3307.0, 3306.0, 3361.0, 3330.0, 3307.0, 3307.0, 3317.0, 3339.0, 3318.0, 3372.0, 3340.0, 3318.0, 3320.0, 3330.0, 3329.0, 3319.0, 3307.0, 3351.0, 3320.0, 3319.0, 3308.0, 3320.0, 3330.0, 3319.0, 3341.0, 3331.0, 3308.0, 3340.0], 'WindowWidth': [7788.0, 7754.0, 7736.0, 7668.0, 7716.0, 7655.0, 7683.0, 7665.0, 7665.0, 7733.0, 7674.0, 7649.0, 7633.0, 7649.0, 7643.0, 7632.0, 7664.0, 7693.0, 7651.0, 7652.0, 7666.0, 7669.0, 7677.0, 7647.0, 7690.0, 7641.0, 7625.0, 7627.0, 7644.0, 7656.0, 7642.0, 7674.0, 7648.0, 7643.0, 7630.0, 7645.0, 7640.0, 7643.0, 7671.0, 7647.0, 7642.0, 7658.0, 7642.0, 7628.0, 7650.0, 7663.0, 7661.0, 7676.0, 7646.0, 7646.0, 7630.0, 7647.0, 7664.0, 7667.0, 7678.0, 7649.0, 7670.0, 7640.0, 7670.0, 7666.0, 7669.0, 7684.0, 7686.0, 7666.0, 7666.0, 7674.0, 7693.0, 7647.0, 7687.0, 7660.0, 7676.0, 7642.0, 7625.0, 7624.0, 7626.0, 7638.0, 7642.0, 7673.0, 7644.0, 7642.0, 7641.0, 7644.0, 7653.0, 7644.0, 7657.0, 7628.0, 7628.0, 7640.0, 7626.0, 7656.0, 7642.0, 7657.0, 7659.0, 7641.0, 7656.0, 7645.0, 7647.0, 7646.0, 7644.0, 7631.0, 7645.0, 7663.0, 7648.0, 7680.0, 7651.0, 7656.0, 7625.0, 7661.0, 7646.0, 7661.0, 7695.0, 7667.0, 7649.0, 7646.0, 7648.0, 7675.0, 7648.0, 7692.0, 7663.0, 7649.0, 7647.0, 7647.0, 7657.0, 7645.0, 7689.0, 7644.0, 7646.0, 7662.0, 7644.0, 7654.0, 7628.0, 7638.0, 7641.0, 7624.0, 7672.0, 7626.0, 7652.0, 7640.0, 7627.0, 7652.0, 7623.0, 7641.0, 7644.0, 7638.0, 7655.0, 7624.0, 7624.0, 7642.0, 7654.0, 7643.0, 7623.0, 7624.0, 7644.0, 7656.0, 7641.0, 7639.0, 7656.0, 7643.0, 7626.0, 7645.0, 7663.0, 7663.0, 7642.0, 7616.0, 7661.0, 7664.0, 7668.0, 7648.0, 7641.0, 7655.0, 7640.0, 7639.0, 7666.0, 7714.0, 7673.0, 7654.0, 7669.0, 7669.0, 7647.0, 7649.0, 7643.0, 7691.0, 7679.0, 7661.0, 7629.0, 7644.0, 7642.0, 7641.0, 7669.0, 7645.0, 7659.0, 7626.0, 7641.0, 7640.0, 7645.0, 7655.0, 7659.0, 7642.0, 7632.0, 7643.0, 7640.0, 7643.0, 7637.0, 7643.0, 7671.0, 7644.0, 7640.0, 7641.0, 7638.0, 7609.0, 7641.0, 7641.0, 7643.0, 7672.0, 7643.0, 7627.0, 7627.0, 7642.0, 7628.0, 7645.0, 7659.0, 7659.0, 7674.0, 7643.0, 7641.0, 7645.0, 7658.0, 7658.0, 7641.0, 7647.0, 7643.0, 7611.0, 7647.0, 7629.0, 7661.0, 7659.0, 7665.0, 7650.0, 7619.0, 7646.0, 7649.0, 7648.0, 7659.0, 7648.0, 7689.0, 7667.0, 7663.0, 7648.0, 7644.0, 7642.0, 7639.0, 7668.0, 7640.0, 7668.0, 7643.0, 7667.0, 7642.0, 7622.0, 7624.0, 7620.0, 7623.0, 7637.0, 7656.0, 7641.0, 7652.0, 7640.0, 7637.0, 7638.0, 7638.0, 7656.0, 7641.0, 7611.0, 7641.0, 7622.0, 7642.0, 7623.0, 7641.0, 7655.0, 7658.0, 7647.0, 7644.0, 7646.0, 7613.0, 7643.0, 7628.0, 7664.0, 7650.0, 7635.0, 7652.0, 7651.0, 7666.0, 7676.0, 7664.0, 7691.0, 7665.0, 7660.0, 7642.0, 7642.0, 7626.0, 7641.0, 7671.0, 7640.0, 7672.0, 7625.0, 7652.0, 7638.0, 7619.0, 7619.0, 7634.0, 7669.0, 7639.0, 7632.0, 7649.0, 7622.0, 7607.0, 7636.0, 7637.0, 7640.0, 7653.0, 7653.0, 7639.0, 7611.0, 7639.0, 7619.0, 7636.0, 7666.0, 7638.0, 7622.0, 7596.0, 7639.0, 7623.0, 7642.0, 7654.0, 7642.0, 7625.0, 7594.0, 7640.0, 7624.0, 7639.0, 7635.0, 7641.0, 7672.0, 7654.0, 7641.0, 7594.0, 7639.0, 7625.0, 7640.0, 7668.0, 7645.0, 7627.0, 7611.0, 7641.0, 7625.0, 7642.0, 7654.0, 7658.0, 7659.0, 7613.0, 7646.0, 7633.0, 7665.0, 7659.0, 7650.0, 7648.0, 7680.0, 7663.0, 7661.0, 7635.0, 7652.0, 7662.0, 7634.0, 7664.0, 7692.0, 7675.0, 7668.0, 7621.0, 7636.0, 7636.0, 7630.0, 7628.0, 7615.0, 7659.0, 7631.0, 7614.0, 7585.0, 7619.0, 7616.0, 7634.0, 7652.0, 7670.0, 7638.0, 7593.0, 7637.0, 7620.0, 7636.0, 7603.0, 7606.0, 7619.0, 7667.0, 7638.0, 7651.0, 7636.0, 7631.0, 7634.0, 7618.0, 7634.0, 7646.0, 7646.0, 7617.0, 7615.0, 7631.0, 7628.0, 7631.0, 7628.0, 7617.0, 7622.0, 7671.0, 7669.0, 7727.0, 7696.0, 7659.0, 7645.0, 7662.0, 7655.0, 7638.0, 7634.0, 7637.0, 7650.0, 7641.0, 7656.0, 7641.0, 7660.0, 7670.0, 7638.0, 7617.0, 7646.0, 7630.0, 7659.0, 7646.0, 7628.0, 7657.0, 7627.0, 7654.0, 7609.0, 7603.0, 7651.0, 7602.0, 7598.0, 7557.0, 7585.0, 7599.0, 7603.0, 7587.0, 7575.0, 7606.0, 7621.0, 7562.0, 7610.0, 7575.0, 7611.0, 7595.0, 7584.0, 7635.0, 7621.0, 7614.0, 7640.0, 7610.0, 7643.0, 7631.0, 7628.0, 7643.0, 7657.0, 7659.0, 7690.0, 7662.0, 7645.0, 7661.0, 7664.0, 7647.0, 7633.0, 7644.0, 7676.0, 7663.0, 7644.0, 7649.0, 7664.0, 7645.0, 7630.0, 7643.0, 7690.0, 7644.0, 7704.0, 7676.0, 7643.0, 7639.0, 7644.0, 7638.0, 7623.0, 7641.0, 7673.0, 7631.0, 7658.0, 7658.0, 7614.0, 7631.0, 7673.0, 7631.0, 7644.0, 7693.0, 7630.0, 7642.0, 7684.0, 7594.0, 7637.0, 7652.0, 7610.0, 7641.0, 7687.0, 7643.0, 7626.0, 7636.0, 7612.0, 7641.0, 7641.0, 7600.0, 7647.0, 7661.0, 7632.0, 7652.0, 7699.0, 7680.0, 7674.0, 7666.0, 7618.0, 7647.0, 7670.0, 7645.0, 7658.0, 7689.0, 7662.0, 7627.0, 7611.0, 7627.0, 7654.0, 7644.0, 7627.0, 7676.0, 7647.0, 7615.0, 7615.0, 7632.0, 7657.0, 7632.0, 7657.0, 7694.0, 7645.0, 7646.0, 7615.0, 7644.0, 7659.0, 7646.0, 7705.0, 7702.0, 7642.0, 7641.0, 7645.0, 7645.0, 7596.0, 7627.0, 7656.0, 7612.0, 7628.0, 7672.0, 7660.0, 7648.0, 7629.0, 7616.0, 7645.0, 7669.0, 7628.0, 7640.0, 7688.0, 7643.0, 7624.0, 7593.0, 7624.0, 7652.0, 7624.0, 7625.0, 7685.0, 7626.0, 7611.0, 7609.0, 7625.0, 7666.0, 7625.0, 7639.0, 7689.0, 7627.0, 7638.0, 7594.0, 7619.0, 7635.0, 7624.0, 7666.0, 7637.0, 7619.0, 7637.0, 7641.0, 7608.0, 7607.0, 7622.0, 7682.0, 7639.0, 7624.0, 7622.0, 7621.0, 7666.0, 7624.0, 7651.0, 7669.0, 7623.0, 7647.0, 7603.0, 7618.0, 7604.0, 7621.0, 7665.0, 7640.0, 7619.0, 7620.0, 7641.0, 7644.0, 7617.0, 7639.0, 7668.0, 7637.0, 7603.0, 7591.0, 7635.0, 7635.0, 7640.0, 7640.0, 7645.0, 7641.0, 7638.0, 7641.0, 7637.0, 7642.0, 7637.0, 7656.0, 7626.0, 7637.0, 7640.0, 7607.0, 7611.0, 7641.0, 7659.0, 7660.0, 7631.0, 7634.0, 7634.0, 7657.0, 7632.0, 7644.0, 7676.0, 7648.0, 7677.0, 7692.0, 7645.0, 7672.0, 7640.0, 7635.0, 7636.0, 7621.0, 7682.0, 7617.0, 7645.0, 7583.0, 7614.0, 7601.0, 7619.0, 7666.0, 7619.0, 7621.0, 7618.0, 7637.0, 7605.0, 7591.0, 7607.0, 7683.0, 7638.0, 7652.0, 7608.0, 7621.0, 7634.0, 7623.0, 7664.0, 7638.0, 7649.0, 7603.0, 7617.0, 7587.0, 7618.0, 7633.0, 7620.0, 7604.0, 7587.0, 7619.0, 7600.0, 7636.0, 7618.0, 7605.0, 7622.0, 7634.0, 7634.0, 7634.0, 7639.0, 7619.0, 7637.0, 7618.0, 7647.0, 7619.0, 7628.0, 7634.0, 7617.0, 7620.0, 7620.0, 7632.0, 7630.0, 7602.0, 7587.0, 7602.0, 7648.0, 7640.0, 7634.0, 7636.0, 7618.0, 7589.0, 7617.0, 7650.0, 7622.0, 7681.0, 7637.0, 7628.0, 7610.0, 7619.0, 7634.0, 7624.0, 7685.0, 7624.0, 7616.0, 7604.0, 7636.0, 7640.0, 7647.0, 7671.0, 7626.0, 7622.0, 7610.0, 7620.0, 7603.0, 7604.0, 7592.0, 7668.0, 7608.0, 7593.0, 7594.0, 7610.0, 7665.0, 7611.0, 7634.0, 7684.0, 7593.0, 7649.0, 7604.0, 7589.0, 7603.0, 7607.0, 7666.0, 7639.0, 7604.0, 7602.0, 7609.0, 7608.0, 7607.0, 7612.0, 7689.0, 7644.0, 7610.0, 7623.0, 7611.0, 7666.0, 7627.0, 7667.0, 7651.0, 7604.0, 7620.0, 7607.0, 7630.0, 7605.0, 7619.0, 7604.0, 7607.0, 7618.0, 7605.0, 7603.0, 7589.0, 7590.0, 7637.0, 7610.0, 7605.0, 7590.0, 7608.0, 7635.0, 7606.0, 7608.0, 7668.0, 7626.0, 7667.0, 7591.0, 7603.0, 7633.0, 7588.0, 7676.0, 7652.0, 7629.0, 7600.0, 7583.0, 7583.0, 7600.0, 7646.0, 7587.0, 7585.0, 7587.0, 7608.0, 7613.0, 7600.0, 7600.0, 7602.0, 7589.0, 7662.0, 7601.0, 7587.0, 7587.0, 7587.0, 7618.0, 7603.0, 7680.0, 7603.0, 7588.0, 7586.0, 7602.0, 7616.0, 7607.0, 7650.0, 7609.0, 7609.0, 7605.0, 7624.0, 7649.0, 7623.0, 7609.0, 7655.0, 7609.0, 7610.0, 7623.0, 7611.0, 7643.0, 7656.0, 7625.0, 7650.0, 7610.0, 7588.0, 7619.0, 7589.0, 7662.0, 7638.0, 7619.0, 7601.0, 7588.0, 7629.0, 7602.0, 7590.0, 7624.0, 7626.0, 7671.0, 7604.0, 7605.0, 7618.0, 7621.0, 7610.0, 7669.0, 7626.0, 7611.0, 7593.0, 7591.0, 7632.0, 7606.0, 7681.0, 7668.0, 7604.0, 7616.0, 7601.0, 7625.0, 7601.0, 7679.0, 7617.0, 7583.0, 7582.0, 7599.0, 7609.0, 7601.0, 7602.0, 7640.0, 7639.0, 7634.0, 7637.0, 7588.0, 7605.0, 7606.0, 7651.0, 7642.0, 7594.0, 7612.0, 7609.0, 7617.0, 7620.0, 7665.0, 7620.0, 7665.0, 7603.0, 7605.0, 7603.0, 7619.0, 7603.0, 7594.0, 7610.0, 7688.0, 7625.0, 7608.0, 7611.0, 7637.0, 7651.0, 7633.0, 7659.0, 7633.0, 7617.0, 7618.0, 7632.0, 7616.0, 7656.0, 7647.0, 7683.0, 7669.0, 7696.0, 7669.0, 7653.0, 7674.0, 7658.0, 7622.0, 7584.0, 7597.0, 7612.0, 7600.0, 7644.0, 7622.0, 7620.0, 7623.0, 7611.0, 7639.0, 7617.0, 7618.0, 7660.0, 7633.0, 7618.0, 7647.0, 7618.0, 7645.0, 7617.0, 7643.0, 7627.0, 7612.0, 7607.0, 7611.0, 7621.0, 7608.0, 7593.0, 7598.0, 7614.0, 7581.0, 7616.0, 7598.0, 7615.0, 7596.0, 7585.0, 7614.0, 7645.0, 7630.0, 7602.0, 7588.0, 7617.0, 7590.0, 7638.0, 7667.0, 7622.0, 7621.0, 7592.0, 7637.0, 7654.0, 7626.0, 7683.0, 7642.0, 7623.0, 7591.0, 7620.0, 7621.0, 7625.0, 7667.0, 7641.0, 7612.0, 7614.0, 7643.0, 7646.0, 7634.0, 7632.0, 7634.0, 7646.0, 7634.0, 7647.0, 7650.0, 7695.0, 7636.0, 7634.0, 7670.0, 7642.0, 7703.0, 7658.0, 7640.0, 7652.0, 7624.0, 7621.0, 7589.0, 7609.0, 7654.0, 7611.0, 7641.0, 7607.0, 7609.0, 7636.0, 7624.0, 7621.0, 7637.0, 7610.0, 7684.0, 7622.0, 7606.0, 7590.0, 7603.0, 7649.0, 7609.0, 7653.0, 7587.0, 7620.0, 7620.0, 7623.0, 7634.0, 7621.0, 7625.0, 7650.0, 7624.0, 7606.0, 7621.0, 7609.0, 7681.0, 7657.0, 7606.0, 7620.0, 7621.0, 7630.0, 7625.0, 7636.0, 7622.0, 7610.0, 7591.0, 7625.0, 7608.0, 7609.0, 7625.0, 7670.0, 7630.0, 7627.0, 7609.0, 7630.0, 7653.0, 7629.0, 7612.0, 7656.0, 7613.0, 7703.0, 7640.0, 7607.0, 7653.0, 7625.0, 7652.0, 7624.0, 7621.0, 7701.0, 7621.0, 7634.0, 7590.0, 7603.0, 7649.0, 7606.0, 7682.0, 7650.0, 7587.0, 7599.0, 7598.0, 7642.0, 7604.0, 7647.0, 7648.0, 7603.0, 7612.0, 7604.0, 7601.0, 7591.0, 7587.0, 7666.0, 7623.0, 7589.0, 7590.0, 7605.0, 7633.0, 7608.0, 7683.0, 7637.0, 7607.0, 7614.0, 7627.0, 7621.0, 7608.0, 7593.0, 7655.0, 7612.0, 7609.0, 7595.0, 7612.0, 7624.0, 7611.0, 7641.0, 7628.0, 7595.0, 7638.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.003159097222222223</td></tr>
<tr><td colspan=3>aqi</td><td>0.044491039670138885</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.38996926978282</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.110354975264987</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9815924992441368</td></tr>
<tr><td colspan=3>efc</td><td>0.4418</td></tr>
<tr><td colspan=3>fber</td><td>6078.6567</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12719987471560107</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.288194444444445</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4466757164870425</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2781724002295918</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6842177541850796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3776369950464566</td></tr>
<tr><td colspan=3>gcor</td><td>0.00436311</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01585458219051361</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025821564719080925</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.941467313502982</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>26.4147</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.1334</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>123.8826</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312589.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>566.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.0258</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3845</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>391.2101</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2658.6547</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>713.1806</td></tr>
<tr><td colspan=3>tsnr</td><td>30.709123487700708</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>