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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:58:46.860000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997361, 0.0161414, 0.0707913, -0.0092261, 0.995247, -0.0969464]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.0783193</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7704, -7229, 677, -5, 36, -59, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92895b03-6c91-44e9-9e6e-c58d543e3cd4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6758453845977783, -0.024752963334321976, 0.19445312023162842, 112.56181335449219], [-0.04330630600452423, 2.6701745986938477, -0.2593010663986206, -74.79104614257812], [0.18992789089679718, 0.26010024547576904, 2.680475950241089, -55.12187194824219], [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': ['145846.860000', '145847.320000', '145847.780000', '145848.240000', '145848.700000', '145849.160000', '145849.620000', '145850.080000', '145850.540000', '145851.000000', '145851.460000', '145851.920000', '145852.380000', '145852.840000', '145853.300000', '145853.760000', '145854.220000', '145854.680000', '145855.140000', '145855.600000', '145856.060000', '145856.520000', '145856.980000', '145857.440000', '145857.900000', '145858.360000', '145858.820000', '145859.280000', '145859.740000', '145900.200000', '145900.660000', '145901.120000', '145901.580000', '145902.040000', '145902.500000', '145902.960000', '145903.420000', '145903.880000', '145904.340000', '145904.800000', '145905.260000', '145905.720000', '145906.180000', '145906.640000', '145907.100000', '145907.560000', '145908.020000', '145908.480000', '145908.940000', '145909.400000', '145909.860000', '145910.320000', '145910.780000', '145911.240000', '145911.700000', '145912.160000', '145912.620000', '145913.080000', '145913.540000', '145914.000000', '145914.460000', '145914.920000', '145915.380000', '145915.840000', '145916.300000', '145916.760000', '145917.220000', '145917.680000', '145918.140000', '145918.600000', '145919.060000', '145919.520000', '145919.980000', '145920.440000', '145920.900000', '145921.360000', '145921.820000', '145922.280000', '145922.740000', '145923.200000', '145923.660000', '145924.120000', '145924.580000', '145925.040000', '145925.500000', '145925.960000', '145926.420000', '145926.880000', '145927.340000', '145927.800000', '145928.260000', '145928.720000', '145929.180000', '145929.640000', '145930.100000', '145930.560000', '145931.020000', '145931.480000', '145931.940000', '145932.400000', '145932.860000', '145933.320000', '145933.780000', '145934.240000', '145934.700000', '145935.160000', '145935.620000', '145936.080000', '145936.540000', '145937.000000', '145937.460000', '145937.920000', '145938.380000', '145938.840000', '145939.300000', '145939.760000', '145940.220000', '145940.680000', '145941.140000', '145941.600000', '145942.060000', '145942.520000', '145942.980000', '145943.440000', '145943.900000', '145944.360000', '145944.820000', '145945.280000', '145945.740000', '145946.200000', '145946.660000', '145947.120000', '145947.580000', '145948.040000', '145948.500000', '145948.960000', '145949.420000', '145949.880000', '145950.340000', '145950.800000', '145951.260000', '145951.720000', '145952.180000', '145952.640000', '145953.100000', '145953.560000', '145954.020000', '145954.480000', '145954.940000', '145955.400000', '145955.860000', '145956.320000', '145956.780000', '145957.240000', '145957.700000', '145958.160000', '145958.620000', '145959.080000', '145959.540000', '150000.000000', '150000.460000', '150000.920000', '150001.380000', '150001.840000', '150002.300000', '150002.760000', '150003.220000', '150003.680000', '150004.140000', '150004.600000', '150005.060000', '150005.520000', '150005.980000', '150006.440000', '150006.900000', '150007.360000', '150007.820000', '150008.280000', '150008.740000', '150009.200000', '150009.660000', '150010.120000', '150010.580000', '150011.040000', '150011.500000', '150011.960000', '150012.420000', '150012.880000', '150013.340000', '150013.800000', '150014.260000', '150014.720000', '150015.180000', '150015.640000', '150016.100000', '150016.560000', '150017.020000', '150017.480000', '150017.940000', '150018.400000', '150018.860000', '150019.320000', '150019.780000', '150020.240000', '150020.700000', '150021.160000', '150021.620000', '150022.080000', '150022.540000', '150023.000000', '150023.460000', '150023.920000', '150024.380000', '150024.840000', '150025.300000', '150025.760000', '150026.220000', '150026.680000', '150027.140000', '150027.600000', '150028.060000', '150028.520000', '150028.980000', '150029.440000', '150029.900000', '150030.360000', '150030.820000', '150031.280000', '150031.740000', '150032.200000', '150032.660000', '150033.120000', '150033.580000', '150034.040000', '150034.500000', '150034.960000', '150035.420000', '150035.880000', '150036.340000', '150036.800000', '150037.260000', '150037.720000', '150038.180000', '150038.640000', '150039.100000', '150039.560000', '150040.020000', '150040.480000', '150040.940000', '150041.400000', '150041.860000', '150042.320000', '150042.780000', '150043.240000', '150043.700000', '150044.160000', '150044.620000', '150045.080000', '150045.540000', '150046.000000', '150046.460000', '150046.920000', '150047.380000', '150047.840000', '150048.300000', '150048.760000', '150049.220000', '150049.680000', '150050.140000', '150050.600000', '150051.060000', '150051.520000', '150051.980000', '150052.440000', '150052.900000', '150053.360000', '150053.820000', '150054.280000', '150054.740000', '150055.200000', '150055.660000', '150056.120000', '150056.580000', '150057.040000', '150057.500000', '150057.960000', '150058.420000', '150058.880000', '150059.340000', '150059.800000', '150100.260000', '150100.720000', '150101.180000', '150101.640000', '150102.100000', '150102.560000', '150103.020000', '150103.480000', '150103.940000', '150104.400000', '150104.860000', '150105.320000', '150105.780000', '150106.240000', '150106.700000', '150107.160000', '150107.620000', '150108.080000', '150108.540000', '150109.000000', '150109.460000', '150109.920000', '150110.380000', '150110.840000', '150111.300000', '150111.760000', '150112.220000', '150112.680000', '150113.140000', '150113.600000', '150114.060000', '150114.520000', '150114.980000', '150115.440000', '150115.900000', '150116.360000', '150116.820000', '150117.280000', '150117.740000', '150118.200000', '150118.660000', '150119.120000', '150119.580000', '150120.040000', '150120.500000', '150120.960000', '150121.420000', '150121.880000', '150122.340000', '150122.800000', '150123.260000', '150123.720000', '150124.180000', '150124.640000', '150125.100000', '150125.560000', '150126.020000', '150126.480000', '150126.940000', '150127.400000', '150127.860000', '150128.320000', '150128.780000', '150129.240000', '150129.700000', '150130.160000', '150130.620000', '150131.080000', '150131.540000', '150132.000000', '150132.460000', '150132.920000', '150133.380000', '150133.840000', '150134.300000', '150134.760000', '150135.220000', '150135.680000', '150136.140000', '150136.600000', '150137.060000', '150137.520000', '150137.980000', '150138.440000', '150138.900000', '150139.360000', '150139.820000', '150140.280000', '150140.740000', '150141.200000', '150141.660000', '150142.120000', '150142.580000', '150143.040000', '150143.500000', '150143.960000', '150144.420000', '150144.880000', '150145.340000', '150145.800000', '150146.260000', '150146.720000', '150147.180000', '150147.640000', '150148.100000', '150148.560000', '150149.020000', '150149.480000', '150149.940000', '150150.400000', '150150.860000', '150151.320000', '150151.780000', '150152.240000', '150152.700000', '150153.160000', '150153.620000', '150154.080000', '150154.540000', '150155.000000', '150155.460000', '150155.920000', '150156.380000', '150156.840000', '150157.300000', '150157.760000', '150158.220000', '150158.680000', '150159.140000', '150159.600000', '150200.060000', '150200.520000', '150200.980000', '150201.440000', '150201.900000', '150202.360000', '150202.820000', '150203.280000', '150203.740000', '150204.200000', '150204.660000', '150205.120000', '150205.580000', '150206.040000', '150206.500000', '150206.960000', '150207.420000', '150207.880000', '150208.340000', '150208.800000', '150209.260000', '150209.720000', '150210.180000', '150210.640000', '150211.100000', '150211.560000', '150212.020000', '150212.480000', '150212.940000', '150213.400000', '150213.860000', '150214.320000', '150214.780000', '150215.240000', '150215.700000', '150216.160000', '150216.620000', '150217.080000', '150217.540000', '150218.000000', '150218.460000', '150218.920000', '150219.380000', '150219.840000', '150220.300000', '150220.760000', '150221.220000', '150221.680000', '150222.140000', '150222.600000', '150223.060000', '150223.520000', '150223.980000', '150224.440000', '150224.900000', '150225.360000', '150225.820000', '150226.280000', '150226.740000', '150227.200000', '150227.660000', '150228.120000', '150228.580000', '150229.040000', '150229.500000', '150229.960000', '150230.420000', '150230.880000', '150231.340000', '150231.800000', '150232.260000', '150232.720000', '150233.180000', '150233.640000', '150234.100000', '150234.560000', '150235.020000', '150235.480000', '150235.940000', '150236.400000', '150236.860000', '150237.320000', '150237.780000', '150238.240000', '150238.700000', '150239.160000', '150239.620000', '150240.080000', '150240.540000', '150241.000000', '150241.460000', '150241.920000', '150242.380000', '150242.840000', '150243.300000', '150243.760000', '150244.220000', '150244.680000', '150245.140000', '150245.600000', '150246.060000', '150246.520000', '150246.980000', '150247.440000', '150247.900000', '150248.360000', '150248.820000', '150249.280000', '150249.740000', '150250.200000', '150250.660000', '150251.120000', '150251.580000', '150252.040000', '150252.500000', '150252.960000', '150253.420000', '150253.880000', '150254.340000', '150254.800000', '150255.260000', '150255.720000', '150256.180000', '150256.640000', '150257.100000', '150257.560000', '150258.020000', '150258.480000', '150258.940000', '150259.400000', '150259.860000', '150300.320000', '150300.780000', '150301.240000', '150301.700000', '150302.160000', '150302.620000', '150303.080000', '150303.540000', '150304.000000', '150304.460000', '150304.920000', '150305.380000', '150305.840000', '150306.300000', '150306.760000', '150307.220000', '150307.680000', '150308.140000', '150308.600000', '150309.060000', '150309.520000', '150309.980000', '150310.440000', '150310.900000', '150311.360000', '150311.820000', '150312.280000', '150312.740000', '150313.200000', '150313.660000', '150314.120000', '150314.580000', '150315.040000', '150315.500000', '150315.960000', '150316.420000', '150316.880000', '150317.340000', '150317.800000', '150318.260000', '150318.720000', '150319.180000', '150319.640000', '150320.100000', '150320.560000', '150321.020000', '150321.480000', '150321.940000', '150322.400000', '150322.860000', '150323.320000', '150323.780000', '150324.240000', '150324.700000', '150325.160000', '150325.620000', '150326.080000', '150326.540000', '150327.000000', '150327.460000', '150327.920000', '150328.380000', '150328.840000', '150329.300000', '150329.760000', '150330.220000', '150330.680000', '150331.140000', '150331.600000', '150332.060000', '150332.520000', '150332.980000', '150333.440000', '150333.900000', '150334.360000', '150334.820000', '150335.280000', '150335.740000', '150336.200000', '150336.660000', '150337.120000', '150337.580000', '150338.040000', '150338.500000', '150338.960000', '150339.420000', '150339.880000', '150340.340000', '150340.800000', '150341.260000', '150341.720000', '150342.180000', '150342.640000', '150343.100000', '150343.560000', '150344.020000', '150344.480000', '150344.940000', '150345.400000', '150345.860000', '150346.320000', '150346.780000', '150347.240000', '150347.700000', '150348.160000', '150348.620000', '150349.080000', '150349.540000', '150350.000000', '150350.460000', '150350.920000', '150351.380000', '150351.840000', '150352.300000', '150352.760000', '150353.220000', '150353.680000', '150354.140000', '150354.600000', '150355.060000', '150355.520000', '150355.980000', '150356.440000', '150356.900000', '150357.360000', '150357.820000', '150358.280000', '150358.740000', '150359.200000', '150359.660000', '150400.120000', '150400.580000', '150401.040000', '150401.500000', '150401.960000', '150402.420000', '150402.880000', '150403.340000', '150403.800000', '150404.260000', '150404.720000', '150405.180000', '150405.640000', '150406.100000', '150406.560000', '150407.020000', '150407.480000', '150407.940000', '150408.400000', '150408.860000', '150409.320000', '150409.780000', '150410.240000', '150410.700000', '150411.160000', '150411.620000', '150412.080000', '150412.540000', '150413.000000', '150413.460000', '150413.920000', '150414.380000', '150414.840000', '150415.300000', '150415.760000', '150416.220000', '150416.680000', '150417.140000', '150417.600000', '150418.060000', '150418.520000', '150418.980000', '150419.440000', '150419.900000', '150420.360000', '150420.820000', '150421.280000', '150421.740000', '150422.200000', '150422.660000', '150423.120000', '150423.580000', '150424.040000', '150424.500000', '150424.960000', '150425.420000', '150425.880000', '150426.340000', '150426.800000', '150427.260000', '150427.720000', '150428.180000', '150428.640000', '150429.100000', '150429.560000', '150430.020000', '150430.480000', '150430.940000', '150431.400000', '150431.860000', '150432.320000', '150432.780000', '150433.240000', '150433.700000', '150434.160000', '150434.620000', '150435.080000', '150435.540000', '150436.000000', '150436.460000', '150436.920000', '150437.380000', '150437.840000', '150438.300000', '150438.760000', '150439.220000', '150439.680000', '150440.140000', '150440.600000', '150441.060000', '150441.520000', '150441.980000', '150442.440000', '150442.900000', '150443.360000', '150443.820000', '150444.280000', '150444.740000', '150445.200000', '150445.660000', '150446.120000', '150446.580000', '150447.040000', '150447.500000', '150447.960000', '150448.420000', '150448.880000', '150449.340000', '150449.800000', '150450.260000', '150450.720000', '150451.180000', '150451.640000', '150452.100000', '150452.560000', '150453.020000', '150453.480000', '150453.940000', '150454.400000', '150454.860000', '150455.320000', '150455.780000', '150456.240000', '150456.700000', '150457.160000', '150457.620000', '150458.080000', '150458.540000', '150459.000000', '150459.460000', '150459.920000', '150500.380000', '150500.840000', '150501.300000', '150501.760000', '150502.220000', '150502.680000', '150503.140000', '150503.600000', '150504.060000', '150504.520000', '150504.980000', '150505.440000', '150505.900000', '150506.360000', '150506.820000', '150507.280000', '150507.740000', '150508.200000', '150508.660000', '150509.120000', '150509.580000', '150510.040000', '150510.500000', '150510.960000', '150511.420000', '150511.880000', '150512.340000', '150512.800000', '150513.260000', '150513.720000', '150514.180000', '150514.640000', '150515.100000', '150515.560000', '150516.020000', '150516.480000', '150516.940000', '150517.400000', '150517.860000', '150518.320000', '150518.780000', '150519.240000', '150519.700000', '150520.160000', '150520.620000', '150521.080000', '150521.540000', '150522.000000', '150522.460000', '150522.920000', '150523.380000', '150523.840000', '150524.300000', '150524.760000', '150525.220000', '150525.680000', '150526.140000', '150526.600000', '150527.060000', '150527.520000', '150527.980000', '150528.440000', '150528.900000', '150529.360000', '150529.820000', '150530.280000', '150530.740000', '150531.200000', '150531.660000', '150532.120000', '150532.580000', '150533.040000', '150533.500000', '150533.960000', '150534.420000', '150534.880000', '150535.340000', '150535.800000', '150536.260000', '150536.720000', '150537.180000', '150537.640000', '150538.100000', '150538.560000', '150539.020000', '150539.480000', '150539.940000', '150540.400000', '150540.860000', '150541.320000', '150541.780000', '150542.240000', '150542.700000', '150543.160000', '150543.620000', '150544.080000', '150544.540000', '150545.000000', '150545.460000', '150545.920000', '150546.380000', '150546.840000', '150547.300000', '150547.760000', '150548.220000', '150548.680000', '150549.140000', '150549.600000', '150550.060000', '150550.520000', '150550.980000', '150551.440000', '150551.900000', '150552.360000', '150552.820000', '150553.280000', '150553.740000', '150554.200000', '150554.660000', '150555.120000', '150555.580000', '150556.040000', '150556.500000', '150556.960000', '150557.420000', '150557.880000', '150558.340000', '150558.800000', '150559.260000', '150559.720000', '150600.180000', '150600.640000', '150601.100000', '150601.560000', '150602.020000', '150602.480000', '150602.940000', '150603.400000', '150603.860000', '150604.320000', '150604.780000', '150605.240000', '150605.700000', '150606.160000', '150606.620000', '150607.080000', '150607.540000', '150608.000000', '150608.460000', '150608.920000', '150609.380000', '150609.840000', '150610.300000', '150610.760000', '150611.220000', '150611.680000', '150612.140000', '150612.600000', '150613.060000', '150613.520000', '150613.980000', '150614.440000', '150614.900000', '150615.360000', '150615.820000', '150616.280000', '150616.740000', '150617.200000', '150617.660000', '150618.120000', '150618.580000', '150619.040000', '150619.500000', '150619.960000', '150620.420000', '150620.880000', '150621.340000', '150621.800000', '150622.260000', '150622.720000', '150623.180000', '150623.640000', '150624.100000', '150624.560000', '150625.020000', '150625.480000', '150625.940000', '150626.400000', '150626.860000', '150627.320000', '150627.780000', '150628.240000', '150628.700000', '150629.160000', '150629.620000', '150630.080000', '150630.540000', '150631.000000', '150631.460000', '150631.920000', '150632.380000', '150632.840000', '150633.300000', '150633.760000', '150634.220000', '150634.680000', '150635.140000', '150635.600000', '150636.060000', '150636.520000', '150636.980000', '150637.440000', '150637.900000', '150638.360000', '150638.820000', '150639.280000', '150639.740000', '150640.200000', '150640.660000', '150641.120000', '150641.580000', '150642.040000', '150642.500000', '150642.960000', '150643.420000', '150643.880000', '150644.340000', '150644.800000', '150645.260000', '150645.720000', '150646.180000', '150646.640000', '150647.100000', '150647.560000', '150648.020000', '150648.480000', '150648.940000', '150649.400000', '150649.860000', '150650.320000', '150650.780000', '150651.240000', '150651.700000', '150652.160000', '150652.620000', '150653.080000', '150653.540000', '150654.000000', '150654.460000', '150654.920000', '150655.380000', '150655.840000', '150656.300000', '150656.760000', '150657.220000', '150657.680000', '150658.140000', '150658.600000', '150659.060000', '150659.520000', '150659.980000', '150700.440000', '150700.900000', '150701.360000', '150701.820000', '150702.280000', '150702.740000', '150703.200000', '150703.660000', '150704.120000', '150704.580000', '150705.040000', '150705.500000', '150705.960000', '150706.420000', '150706.880000', '150707.340000', '150707.800000', '150708.260000', '150708.720000', '150709.180000', '150709.640000', '150710.100000', '150710.560000', '150711.020000', '150711.480000', '150711.940000', '150712.400000', '150712.860000', '150713.320000', '150713.780000', '150714.240000', '150714.700000', '150715.160000', '150715.620000', '150716.080000', '150716.540000', '150717.000000', '150717.460000', '150717.920000', '150718.380000', '150718.840000', '150719.300000', '150719.760000', '150720.220000', '150720.680000', '150721.140000', '150721.600000', '150722.060000', '150722.520000', '150722.980000', '150723.440000', '150723.900000', '150724.360000', '150724.820000', '150725.280000', '150725.740000', '150726.200000', '150726.660000', '150727.120000', '150727.580000', '150728.040000', '150728.500000', '150728.960000', '150729.420000', '150729.880000', '150730.340000', '150730.800000', '150731.260000', '150731.720000', '150732.180000', '150732.640000', '150733.100000', '150733.560000', '150734.020000', '150734.480000', '150734.940000', '150735.400000', '150735.860000', '150736.320000', '150736.780000', '150737.240000', '150737.700000', '150738.160000'], 'ContentTime': ['145859.224000', '145859.234000', '145859.237000', '145859.240000', '145859.243000', '145859.247000', '145859.249000', '145859.252000', '145859.255000', '145859.259000', '145859.262000', '145859.264000', '145859.268000', '145859.277000', '145859.280000', '145859.283000', '145859.286000', '145859.289000', '145859.292000', '145859.295000', '145859.298000', '145859.301000', '145859.304000', '145859.307000', '145859.310000', '145859.313000', '145919.179000', '145919.182000', '145919.185000', '145919.187000', '145919.205000', '145919.208000', '145919.211000', '145919.214000', '145919.217000', '145919.229000', '145919.232000', '145919.235000', '145919.238000', '145919.241000', '145919.243000', '145919.246000', '145919.249000', '145919.252000', '145919.255000', '145919.258000', '145919.261000', '145919.264000', '145919.267000', '145919.270000', '145919.273000', '145919.276000', '145919.279000', '145919.282000', '145919.285000', '145919.288000', '145919.291000', '145919.294000', '145919.297000', '145919.300000', '145919.303000', '145919.305000', '145919.308000', '145919.311000', '145919.314000', '145919.317000', '145919.320000', '145919.323000', '145919.336000', '145939.179000', '145939.182000', '145939.185000', '145939.187000', '145939.190000', '145939.193000', '145939.196000', '145939.199000', '145939.201000', '145939.204000', '145939.207000', '145939.210000', '145939.213000', '145939.216000', '145939.218000', '145939.221000', '145939.224000', '145939.227000', '145939.230000', '145939.233000', '145939.235000', '145939.238000', '145939.241000', '145939.244000', '145939.247000', '145939.250000', '145939.252000', '145939.255000', '145939.258000', '145939.261000', '145939.264000', '145939.267000', '145939.269000', '145939.272000', '145939.275000', '145939.278000', '145939.280000', '145939.283000', '145939.286000', '145939.289000', '145939.292000', '145939.295000', '145939.297000', '145939.300000', '145959.179000', '145959.182000', '145959.185000', '145959.188000', '145959.190000', '145959.193000', '145959.196000', '145959.199000', '145959.202000', '145959.204000', '145959.207000', '145959.210000', '145959.213000', '145959.216000', '145959.219000', '145959.222000', '145959.224000', '145959.227000', '145959.230000', '145959.233000', '145959.236000', '145959.239000', '145959.241000', '145959.244000', '145959.247000', '145959.250000', '145959.253000', '145959.256000', '145959.259000', '145959.261000', '145959.264000', '145959.267000', '145959.270000', '145959.272000', '145959.275000', '145959.278000', '145959.281000', '145959.284000', '145959.286000', '145959.289000', '145959.292000', '145959.295000', '145959.298000', '150019.179000', '150019.182000', '150019.187000', '150019.190000', '150019.193000', '150019.196000', '150019.199000', '150019.201000', '150019.204000', '150019.207000', '150019.210000', '150019.213000', '150019.216000', '150019.219000', '150019.221000', '150019.224000', '150019.227000', '150019.230000', '150019.233000', '150019.236000', '150019.239000', '150019.241000', '150019.244000', '150019.247000', '150019.250000', '150019.253000', '150019.255000', '150019.258000', '150019.261000', '150019.264000', '150019.267000', '150019.270000', '150019.273000', '150019.275000', '150019.278000', '150019.281000', '150019.284000', '150019.286000', '150019.289000', '150019.292000', '150019.295000', '150019.298000', '150019.301000', '150039.179000', '150039.182000', '150039.185000', '150039.188000', '150039.190000', '150039.193000', '150039.196000', '150039.199000', '150039.202000', '150039.205000', '150039.207000', '150039.210000', '150039.224000', '150039.227000', '150039.230000', '150039.233000', '150039.236000', '150039.239000', '150039.241000', '150039.244000', '150039.247000', '150039.250000', '150039.253000', '150039.256000', '150039.259000', '150039.261000', '150039.264000', '150039.267000', '150039.270000', '150039.273000', '150039.275000', '150039.278000', '150039.281000', '150039.284000', '150039.287000', '150039.290000', '150039.293000', '150039.295000', '150039.298000', '150039.301000', '150039.304000', '150039.307000', '150039.309000', '150039.312000', '150059.179000', '150059.182000', '150059.185000', '150059.188000', '150059.191000', '150059.194000', '150059.197000', '150059.200000', '150059.203000', '150059.206000', '150059.209000', '150059.212000', '150059.215000', '150059.217000', '150059.220000', '150059.223000', '150059.226000', '150059.229000', '150059.232000', '150059.235000', '150059.238000', '150059.240000', '150059.243000', '150059.246000', '150059.249000', '150059.252000', '150059.255000', '150059.258000', '150059.260000', '150059.263000', '150059.266000', '150059.269000', '150059.272000', '150059.274000', '150059.277000', '150059.280000', '150059.283000', '150059.286000', '150059.289000', '150059.292000', '150059.294000', '150059.297000', '150059.300000', '150119.179000', '150119.182000', '150119.185000', '150119.187000', '150119.190000', '150119.193000', '150119.196000', '150119.199000', '150119.202000', '150119.204000', '150119.207000', '150119.210000', '150119.213000', '150119.216000', '150119.219000', '150119.222000', '150119.225000', '150119.228000', '150119.230000', '150119.233000', '150119.236000', '150119.239000', '150119.242000', '150119.245000', '150119.247000', '150119.250000', '150119.253000', '150119.256000', '150119.259000', '150119.262000', '150119.265000', '150119.267000', '150119.270000', '150119.273000', '150119.276000', '150119.279000', '150119.281000', '150119.284000', '150119.287000', '150119.290000', '150119.293000', '150119.296000', '150119.298000', '150119.301000', '150139.179000', '150139.182000', '150139.185000', '150139.187000', '150139.190000', '150139.193000', '150139.196000', '150139.199000', '150139.202000', '150139.205000', '150139.207000', '150139.210000', '150139.214000', '150139.219000', '150139.223000', '150139.226000', '150139.228000', '150139.231000', '150139.234000', '150139.237000', '150139.240000', '150139.243000', '150139.246000', '150139.249000', '150139.252000', '150139.254000', '150139.257000', '150139.260000', '150139.263000', '150139.266000', '150139.269000', '150139.271000', '150139.274000', '150139.277000', '150139.280000', '150139.283000', '150139.286000', '150139.288000', '150139.291000', '150139.294000', '150139.297000', '150139.300000', '150139.303000', '150159.179000', '150159.182000', '150159.185000', '150159.187000', '150159.190000', '150159.193000', '150159.196000', '150159.199000', '150159.202000', '150159.205000', '150159.208000', '150159.210000', '150159.213000', '150159.216000', '150159.219000', '150159.222000', '150159.225000', '150159.228000', '150159.231000', '150159.233000', '150159.236000', '150159.239000', '150159.242000', '150159.245000', '150159.248000', '150159.251000', '150159.254000', '150159.256000', '150159.259000', '150159.262000', '150159.265000', '150159.268000', '150159.271000', '150159.274000', '150159.276000', '150159.279000', '150159.282000', '150159.290000', '150159.293000', '150159.296000', '150159.298000', '150159.301000', '150159.304000', '150159.307000', '150219.179000', '150219.182000', '150219.185000', '150219.188000', '150219.190000', '150219.193000', '150219.196000', '150219.199000', '150219.202000', '150219.205000', '150219.208000', '150219.211000', '150219.214000', '150219.216000', '150219.219000', '150219.222000', '150219.225000', '150219.229000', '150219.231000', '150219.235000', '150219.237000', '150219.240000', '150219.243000', '150219.246000', '150219.249000', '150219.252000', '150219.255000', '150219.258000', '150219.260000', '150219.263000', '150219.266000', '150219.269000', '150219.272000', '150219.275000', '150219.277000', '150219.280000', '150219.283000', '150219.286000', '150219.289000', '150219.292000', '150219.294000', '150219.297000', '150219.300000', '150239.179000', '150239.182000', '150239.185000', '150239.188000', '150239.191000', '150239.193000', '150239.196000', '150239.199000', '150239.202000', '150239.205000', '150239.208000', '150239.211000', '150239.214000', '150239.217000', '150239.219000', '150239.222000', '150239.225000', '150239.228000', '150239.231000', '150239.234000', '150239.237000', '150239.240000', '150239.242000', '150239.245000', '150239.248000', '150239.251000', '150239.254000', '150239.257000', '150239.260000', '150239.263000', '150239.265000', '150239.268000', '150239.271000', '150239.274000', '150239.277000', '150239.279000', '150239.282000', '150239.285000', '150239.288000', '150239.291000', '150239.294000', '150239.297000', '150239.299000', '150239.302000', '150259.179000', '150259.182000', '150259.185000', '150259.188000', '150259.191000', '150259.193000', '150259.196000', '150259.199000', '150259.202000', '150259.205000', '150259.208000', '150259.211000', '150259.214000', '150259.225000', '150259.228000', '150259.230000', '150259.233000', '150259.236000', '150259.239000', '150259.242000', '150259.245000', '150259.248000', '150259.251000', '150259.253000', '150259.256000', '150259.259000', '150259.262000', '150259.265000', '150259.267000', '150259.270000', '150259.273000', '150259.276000', '150259.279000', '150259.281000', '150259.284000', '150259.287000', '150259.290000', '150259.295000', '150259.299000', '150259.302000', '150259.305000', '150259.308000', '150259.311000', '150319.180000', '150319.183000', '150319.186000', '150319.189000', '150319.191000', '150319.194000', '150319.197000', '150319.200000', '150319.203000', '150319.206000', '150319.209000', '150319.212000', '150319.215000', '150319.217000', '150319.220000', '150319.223000', '150319.226000', '150319.229000', '150319.232000', '150319.235000', '150319.238000', '150319.241000', '150319.243000', '150319.246000', '150319.249000', '150319.252000', '150319.255000', '150319.258000', '150319.260000', '150319.263000', '150319.266000', '150319.269000', '150319.272000', '150319.275000', '150319.277000', '150319.280000', '150319.283000', '150319.286000', '150319.289000', '150319.292000', '150319.295000', '150319.297000', '150319.300000', '150319.303000', '150339.179000', '150339.182000', '150339.185000', '150339.188000', '150339.190000', '150339.194000', '150339.196000', '150339.199000', '150339.202000', '150339.205000', '150339.209000', '150339.212000', '150339.215000', '150339.218000', '150339.221000', '150339.224000', '150339.226000', '150339.229000', '150339.246000', '150339.249000', '150339.252000', '150339.255000', '150339.258000', '150339.261000', '150339.265000', '150339.269000', '150339.272000', '150339.275000', '150339.278000', '150339.281000', '150339.284000', '150339.286000', '150339.289000', '150339.292000', '150339.295000', '150339.298000', '150339.301000', '150339.303000', '150339.306000', '150339.309000', '150339.312000', '150339.315000', '150339.318000', '150359.179000', '150359.182000', '150359.185000', '150359.188000', '150359.190000', '150359.193000', '150359.196000', '150359.199000', '150359.202000', '150359.205000', '150359.208000', '150359.211000', '150359.214000', '150359.216000', '150359.219000', '150359.222000', '150359.225000', '150359.228000', '150359.231000', '150359.234000', '150359.236000', '150359.239000', '150359.242000', '150359.245000', '150359.248000', '150359.251000', '150359.254000', '150359.256000', '150359.259000', '150359.262000', '150359.265000', '150359.268000', '150359.271000', '150359.273000', '150359.276000', '150359.279000', '150359.282000', '150359.285000', '150359.288000', '150359.291000', '150359.293000', '150359.296000', '150359.299000', '150359.302000', '150419.179000', '150419.182000', '150419.185000', '150419.187000', '150419.191000', '150419.193000', '150419.196000', '150419.199000', '150419.202000', '150419.205000', '150419.208000', '150419.210000', '150419.214000', '150419.216000', '150419.219000', '150419.229000', '150419.232000', '150419.235000', '150419.237000', '150419.240000', '150419.243000', '150419.246000', '150419.249000', '150419.252000', '150419.255000', '150419.257000', '150419.260000', '150419.263000', '150419.266000', '150419.269000', '150419.272000', '150419.275000', '150419.278000', '150419.280000', '150419.283000', '150419.286000', '150419.289000', '150419.293000', '150419.298000', '150419.301000', '150419.304000', '150419.307000', '150419.310000', '150439.179000', '150439.182000', '150439.185000', '150439.188000', '150439.191000', '150439.194000', '150439.197000', '150439.199000', '150439.202000', '150439.205000', '150439.208000', '150439.211000', '150439.214000', '150439.217000', '150439.220000', '150439.222000', '150439.225000', '150439.228000', '150439.231000', '150439.234000', '150439.237000', '150439.240000', '150439.243000', '150439.245000', '150439.248000', '150439.251000', '150439.254000', '150439.257000', '150439.259000', '150439.262000', '150439.265000', '150439.268000', '150439.271000', '150439.274000', '150439.277000', '150439.279000', '150439.282000', '150439.287000', '150439.290000', '150439.292000', '150439.295000', '150439.298000', '150439.301000', '150439.304000', '150459.179000', '150459.182000', '150459.185000', '150459.188000', '150459.190000', '150459.193000', '150459.196000', '150459.199000', '150459.202000', '150459.205000', '150459.207000', '150459.211000', '150459.213000', '150459.216000', '150459.219000', '150459.222000', '150459.225000', '150459.228000', '150459.230000', '150459.233000', '150459.236000', '150459.239000', '150459.242000', '150459.245000', '150459.249000', '150459.252000', '150459.255000', '150459.258000', '150459.260000', '150459.271000', '150459.274000', '150459.277000', '150459.280000', '150459.283000', '150459.285000', '150459.288000', '150459.291000', '150459.294000', '150459.297000', '150459.300000', '150459.303000', '150459.306000', '150459.308000', '150519.179000', '150519.182000', '150519.185000', '150519.188000', '150519.191000', '150519.193000', '150519.196000', '150519.199000', '150519.202000', '150519.205000', '150519.208000', '150519.211000', '150519.214000', '150519.217000', '150519.219000', '150519.222000', '150519.225000', '150519.228000', '150519.231000', '150519.234000', '150519.237000', '150519.239000', '150519.242000', '150519.245000', '150519.248000', '150519.251000', '150519.254000', '150519.256000', '150519.259000', '150519.262000', '150519.265000', '150519.268000', '150519.271000', '150519.274000', '150519.276000', '150519.279000', '150519.282000', '150519.285000', '150519.288000', '150519.291000', '150519.294000', '150519.296000', '150519.299000', '150519.302000', '150539.180000', '150539.183000', '150539.186000', '150539.189000', '150539.191000', '150539.194000', '150539.197000', '150539.200000', '150539.203000', '150539.206000', '150539.209000', '150539.211000', '150539.214000', '150539.217000', '150539.220000', '150539.223000', '150539.226000', '150539.229000', '150539.232000', '150539.234000', '150539.237000', '150539.240000', '150539.243000', '150539.246000', '150539.249000', '150539.252000', '150539.254000', '150539.257000', '150539.260000', '150539.263000', '150539.266000', '150539.269000', '150539.272000', '150539.274000', '150539.277000', '150539.280000', '150539.283000', '150539.286000', '150539.289000', '150539.292000', '150539.294000', '150539.297000', '150539.300000', '150559.179000', '150559.182000', '150559.185000', '150559.188000', '150559.190000', '150559.193000', '150559.196000', '150559.199000', '150559.202000', '150559.205000', '150559.207000', '150559.210000', '150559.213000', '150559.216000', '150559.219000', '150559.222000', '150559.225000', '150559.227000', '150559.230000', '150559.233000', '150559.236000', '150559.239000', '150559.242000', '150559.245000', '150559.248000', '150559.250000', '150559.253000', '150559.256000', '150559.259000', '150559.262000', '150559.265000', '150559.268000', '150559.271000', '150559.273000', '150559.276000', '150559.279000', '150559.282000', '150559.285000', '150559.288000', '150559.291000', '150559.293000', '150559.296000', '150559.299000', '150619.179000', '150619.182000', '150619.185000', '150619.188000', '150619.190000', '150619.193000', '150619.196000', '150619.199000', '150619.202000', '150619.204000', '150619.207000', '150619.210000', '150619.213000', '150619.216000', '150619.219000', '150619.222000', '150619.225000', '150619.228000', '150619.231000', '150619.233000', '150619.236000', '150619.239000', '150619.242000', '150619.245000', '150619.247000', '150619.250000', '150619.253000', '150619.256000', '150619.259000', '150619.262000', '150619.265000', '150619.267000', '150619.270000', '150619.273000', '150619.276000', '150619.279000', '150619.282000', '150619.285000', '150619.289000', '150619.292000', '150619.295000', '150619.310000', '150619.313000', '150619.315000', '150639.179000', '150639.182000', '150639.185000', '150639.187000', '150639.190000', '150639.193000', '150639.196000', '150639.199000', '150639.202000', '150639.205000', '150639.208000', '150639.210000', '150639.213000', '150639.216000', '150639.219000', '150639.222000', '150639.225000', '150639.227000', '150639.230000', '150639.233000', '150639.236000', '150639.239000', '150639.242000', '150639.245000', '150639.248000', '150639.251000', '150639.254000', '150639.257000', '150639.260000', '150639.263000', '150639.266000', '150639.268000', '150639.271000', '150639.274000', '150639.277000', '150639.280000', '150639.283000', '150639.285000', '150639.288000', '150639.291000', '150639.294000', '150639.297000', '150639.300000', '150639.303000', '150659.179000', '150659.182000', '150659.185000', '150659.188000', '150659.191000', '150659.193000', '150659.196000', '150659.199000', '150659.202000', '150659.205000', '150659.208000', '150659.211000', '150659.214000', '150659.216000', '150659.219000', '150659.222000', '150659.225000', '150659.228000', '150659.231000', '150659.234000', '150659.237000', '150659.239000', '150659.242000', '150659.245000', '150659.248000', '150659.251000', '150659.254000', '150659.257000', '150659.260000', '150659.263000', '150659.265000', '150659.268000', '150659.271000', '150659.274000', '150659.277000', '150659.280000', '150659.283000', '150659.286000', '150659.289000', '150659.291000', '150659.294000', '150659.297000', '150659.300000', '150719.179000', '150719.182000', '150719.185000', '150719.188000', '150719.190000', '150719.193000', '150719.196000', '150719.199000', '150719.202000', '150719.205000', '150719.208000', '150719.211000', '150719.213000', '150719.216000', '150719.219000', '150719.222000', '150719.225000', '150719.228000', '150719.231000', '150719.234000', '150719.237000', '150719.239000', '150719.242000', '150719.245000', '150719.248000', '150719.251000', '150719.254000', '150719.256000', '150719.259000', '150719.262000', '150719.265000', '150719.268000', '150719.271000', '150719.274000', '150719.276000', '150719.279000', '150719.282000', '150719.285000', '150719.288000', '150719.290000', '150719.293000', '150719.296000', '150719.299000', '150719.302000', '150738.983000', '150738.986000', '150738.989000', '150738.992000', '150738.996000', '150739.000000', '150739.004000', '150739.009000', '150739.013000', '150739.018000', '150739.023000', '150739.026000', '150739.029000', '150739.032000', '150739.036000', '150739.039000', '150739.042000', '150739.045000', '150739.049000', '150739.053000', '150739.056000', '150739.060000', '150739.065000', '150739.068000', '150739.071000', '150739.074000', '150739.079000', '150739.082000', '150739.085000', '150739.088000', '150739.092000', '150739.095000', '150739.101000', '150739.106000', '150739.111000', '150739.117000', '150739.133000', '150739.136000', '150739.139000', '150739.150000', '150739.153000', '150739.156000', '150739.159000'], 'InstanceCreationTime': ['145859.224000', '145859.234000', '145859.237000', '145859.240000', '145859.243000', '145859.247000', '145859.249000', '145859.252000', '145859.255000', '145859.259000', '145859.262000', '145859.264000', '145859.268000', '145859.277000', '145859.280000', '145859.283000', '145859.286000', '145859.289000', '145859.292000', '145859.295000', '145859.298000', '145859.301000', '145859.304000', '145859.307000', '145859.310000', '145859.313000', '145919.179000', '145919.182000', '145919.185000', '145919.187000', '145919.205000', '145919.208000', '145919.211000', '145919.214000', '145919.217000', '145919.229000', '145919.232000', '145919.235000', '145919.238000', '145919.241000', '145919.243000', '145919.246000', '145919.249000', '145919.252000', '145919.255000', '145919.258000', '145919.261000', '145919.264000', '145919.267000', '145919.270000', '145919.273000', '145919.276000', '145919.279000', '145919.282000', '145919.285000', '145919.288000', '145919.291000', '145919.294000', '145919.297000', '145919.300000', '145919.303000', '145919.305000', '145919.308000', '145919.311000', '145919.314000', '145919.317000', '145919.320000', '145919.323000', '145919.336000', '145939.179000', '145939.182000', '145939.185000', '145939.187000', '145939.190000', '145939.193000', '145939.196000', '145939.199000', '145939.201000', '145939.204000', '145939.207000', '145939.210000', '145939.213000', '145939.216000', '145939.218000', '145939.221000', '145939.224000', '145939.227000', '145939.230000', '145939.233000', '145939.235000', '145939.238000', '145939.241000', '145939.244000', '145939.247000', '145939.250000', '145939.252000', '145939.255000', '145939.258000', '145939.261000', '145939.264000', '145939.267000', '145939.269000', '145939.272000', '145939.275000', '145939.278000', '145939.280000', '145939.283000', '145939.286000', '145939.289000', '145939.292000', '145939.295000', '145939.297000', '145939.300000', '145959.179000', '145959.182000', '145959.185000', '145959.188000', '145959.190000', '145959.193000', '145959.196000', '145959.199000', '145959.202000', '145959.204000', '145959.207000', '145959.210000', '145959.213000', '145959.216000', '145959.219000', '145959.222000', '145959.224000', '145959.227000', '145959.230000', '145959.233000', '145959.236000', '145959.239000', '145959.241000', '145959.244000', '145959.247000', '145959.250000', '145959.253000', '145959.256000', '145959.259000', '145959.261000', '145959.264000', '145959.267000', '145959.270000', '145959.272000', '145959.275000', '145959.278000', '145959.281000', '145959.284000', '145959.286000', '145959.289000', '145959.292000', '145959.295000', '145959.298000', '150019.179000', '150019.182000', '150019.187000', '150019.190000', '150019.193000', '150019.196000', '150019.199000', '150019.201000', '150019.204000', '150019.207000', '150019.210000', '150019.213000', '150019.216000', '150019.219000', '150019.221000', '150019.224000', '150019.227000', '150019.230000', '150019.233000', '150019.236000', '150019.239000', '150019.241000', '150019.244000', '150019.247000', '150019.250000', '150019.253000', '150019.255000', '150019.258000', '150019.261000', '150019.264000', '150019.267000', '150019.270000', '150019.273000', '150019.275000', '150019.278000', '150019.281000', '150019.284000', '150019.286000', '150019.289000', '150019.292000', '150019.295000', '150019.298000', '150019.301000', '150039.179000', '150039.182000', '150039.185000', '150039.188000', '150039.190000', '150039.193000', '150039.196000', '150039.199000', '150039.202000', '150039.205000', '150039.207000', '150039.210000', '150039.224000', '150039.227000', '150039.230000', '150039.233000', '150039.236000', '150039.239000', '150039.241000', '150039.244000', '150039.247000', '150039.250000', '150039.253000', '150039.256000', '150039.259000', '150039.261000', '150039.264000', '150039.267000', '150039.270000', '150039.273000', '150039.275000', '150039.278000', '150039.281000', '150039.284000', '150039.287000', '150039.290000', '150039.293000', '150039.295000', '150039.298000', '150039.301000', '150039.304000', '150039.307000', '150039.309000', '150039.312000', '150059.179000', '150059.182000', '150059.185000', '150059.188000', '150059.191000', '150059.194000', '150059.197000', '150059.200000', '150059.203000', '150059.206000', '150059.209000', '150059.212000', '150059.215000', '150059.217000', '150059.220000', '150059.223000', '150059.226000', '150059.229000', '150059.232000', '150059.235000', '150059.238000', '150059.240000', '150059.243000', '150059.246000', '150059.249000', '150059.252000', '150059.255000', '150059.258000', '150059.260000', '150059.263000', '150059.266000', '150059.269000', '150059.272000', '150059.274000', '150059.277000', '150059.280000', '150059.283000', '150059.286000', '150059.289000', '150059.292000', '150059.294000', '150059.297000', '150059.300000', '150119.179000', '150119.182000', '150119.185000', '150119.187000', '150119.190000', '150119.193000', '150119.196000', '150119.199000', '150119.202000', '150119.204000', '150119.207000', '150119.210000', '150119.213000', '150119.216000', '150119.219000', '150119.222000', '150119.225000', '150119.228000', '150119.230000', '150119.233000', '150119.236000', '150119.239000', '150119.242000', '150119.245000', '150119.247000', '150119.250000', '150119.253000', '150119.256000', '150119.259000', '150119.262000', '150119.265000', '150119.267000', '150119.270000', '150119.273000', '150119.276000', '150119.279000', '150119.281000', '150119.284000', '150119.287000', '150119.290000', '150119.293000', '150119.296000', '150119.298000', '150119.301000', '150139.179000', '150139.182000', '150139.185000', '150139.187000', '150139.190000', '150139.193000', '150139.196000', '150139.199000', '150139.202000', '150139.205000', '150139.207000', '150139.210000', '150139.214000', '150139.219000', '150139.223000', '150139.226000', '150139.228000', '150139.231000', '150139.234000', '150139.237000', '150139.240000', '150139.243000', '150139.246000', '150139.249000', '150139.252000', '150139.254000', '150139.257000', '150139.260000', '150139.263000', '150139.266000', '150139.269000', '150139.271000', '150139.274000', '150139.277000', '150139.280000', '150139.283000', '150139.286000', '150139.288000', '150139.291000', '150139.294000', '150139.297000', '150139.300000', '150139.303000', '150159.179000', '150159.182000', '150159.185000', '150159.187000', '150159.190000', '150159.193000', '150159.196000', '150159.199000', '150159.202000', '150159.205000', '150159.208000', '150159.210000', '150159.213000', '150159.216000', '150159.219000', '150159.222000', '150159.225000', '150159.228000', '150159.231000', '150159.233000', '150159.236000', '150159.239000', '150159.242000', '150159.245000', '150159.248000', '150159.251000', '150159.254000', '150159.256000', '150159.259000', '150159.262000', '150159.265000', '150159.268000', '150159.271000', '150159.274000', '150159.276000', '150159.279000', '150159.282000', '150159.290000', '150159.293000', '150159.296000', '150159.298000', '150159.301000', '150159.304000', '150159.307000', '150219.179000', '150219.182000', '150219.185000', '150219.188000', '150219.190000', '150219.193000', '150219.196000', '150219.199000', '150219.202000', '150219.205000', '150219.208000', '150219.211000', '150219.214000', '150219.216000', '150219.219000', '150219.222000', '150219.225000', '150219.229000', '150219.231000', '150219.235000', '150219.237000', '150219.240000', '150219.243000', '150219.246000', '150219.249000', '150219.252000', '150219.255000', '150219.258000', '150219.260000', '150219.263000', '150219.266000', '150219.269000', '150219.272000', '150219.275000', '150219.277000', '150219.280000', '150219.283000', '150219.286000', '150219.289000', '150219.292000', '150219.294000', '150219.297000', '150219.300000', '150239.179000', '150239.182000', '150239.185000', '150239.188000', '150239.191000', '150239.193000', '150239.196000', '150239.199000', '150239.202000', '150239.205000', '150239.208000', '150239.211000', '150239.214000', '150239.217000', '150239.219000', '150239.222000', '150239.225000', '150239.228000', '150239.231000', '150239.234000', '150239.237000', '150239.240000', '150239.242000', '150239.245000', '150239.248000', '150239.251000', '150239.254000', '150239.257000', '150239.260000', '150239.263000', '150239.265000', '150239.268000', '150239.271000', '150239.274000', '150239.277000', '150239.279000', '150239.282000', '150239.285000', '150239.288000', '150239.291000', '150239.294000', '150239.297000', '150239.299000', '150239.302000', '150259.179000', '150259.182000', '150259.185000', '150259.188000', '150259.191000', '150259.193000', '150259.196000', '150259.199000', '150259.202000', '150259.205000', '150259.208000', '150259.211000', '150259.214000', '150259.225000', '150259.228000', '150259.230000', '150259.233000', '150259.236000', '150259.239000', '150259.242000', '150259.245000', '150259.248000', '150259.251000', '150259.253000', '150259.256000', '150259.259000', '150259.262000', '150259.265000', '150259.267000', '150259.270000', '150259.273000', '150259.276000', '150259.279000', '150259.281000', '150259.284000', '150259.287000', '150259.290000', '150259.295000', '150259.299000', '150259.302000', '150259.305000', '150259.308000', '150259.311000', '150319.180000', '150319.183000', '150319.186000', '150319.189000', '150319.191000', '150319.194000', '150319.197000', '150319.200000', '150319.203000', '150319.206000', '150319.209000', '150319.212000', '150319.215000', '150319.217000', '150319.220000', '150319.223000', '150319.226000', '150319.229000', '150319.232000', '150319.235000', '150319.238000', '150319.241000', '150319.243000', '150319.246000', '150319.249000', '150319.252000', '150319.255000', '150319.258000', '150319.260000', '150319.263000', '150319.266000', '150319.269000', '150319.272000', '150319.275000', '150319.277000', '150319.280000', '150319.283000', '150319.286000', '150319.289000', '150319.292000', '150319.295000', '150319.297000', '150319.300000', '150319.303000', '150339.179000', '150339.182000', '150339.185000', '150339.188000', '150339.190000', '150339.194000', '150339.196000', '150339.199000', '150339.202000', '150339.205000', '150339.209000', '150339.212000', '150339.215000', '150339.218000', '150339.221000', '150339.224000', '150339.226000', '150339.229000', '150339.246000', '150339.249000', '150339.252000', '150339.255000', '150339.258000', '150339.261000', '150339.265000', '150339.269000', '150339.272000', '150339.275000', '150339.278000', '150339.281000', '150339.284000', '150339.286000', '150339.289000', '150339.292000', '150339.295000', '150339.298000', '150339.301000', '150339.303000', '150339.306000', '150339.309000', '150339.312000', '150339.315000', '150339.318000', '150359.179000', '150359.182000', '150359.185000', '150359.188000', '150359.190000', '150359.193000', '150359.196000', '150359.199000', '150359.202000', '150359.205000', '150359.208000', '150359.211000', '150359.214000', '150359.216000', '150359.219000', '150359.222000', '150359.225000', '150359.228000', '150359.231000', '150359.234000', '150359.236000', '150359.239000', '150359.242000', '150359.245000', '150359.248000', '150359.251000', '150359.254000', '150359.256000', '150359.259000', '150359.262000', '150359.265000', '150359.268000', '150359.271000', '150359.273000', '150359.276000', '150359.279000', '150359.282000', '150359.285000', '150359.288000', '150359.291000', '150359.293000', '150359.296000', '150359.299000', '150359.302000', '150419.179000', '150419.182000', '150419.185000', '150419.187000', '150419.191000', '150419.193000', '150419.196000', '150419.199000', '150419.202000', '150419.205000', '150419.208000', '150419.210000', '150419.214000', '150419.216000', '150419.219000', '150419.229000', '150419.232000', '150419.235000', '150419.237000', '150419.240000', '150419.243000', '150419.246000', '150419.249000', '150419.252000', '150419.255000', '150419.257000', '150419.260000', '150419.263000', '150419.266000', '150419.269000', '150419.272000', '150419.275000', '150419.278000', '150419.280000', '150419.283000', '150419.286000', '150419.289000', '150419.293000', '150419.298000', '150419.301000', '150419.304000', '150419.307000', '150419.310000', '150439.179000', '150439.182000', '150439.185000', '150439.188000', '150439.191000', '150439.194000', '150439.197000', '150439.199000', '150439.202000', '150439.205000', '150439.208000', '150439.211000', '150439.214000', '150439.217000', '150439.220000', '150439.222000', '150439.225000', '150439.228000', '150439.231000', '150439.234000', '150439.237000', '150439.240000', '150439.243000', '150439.245000', '150439.248000', '150439.251000', '150439.254000', '150439.257000', '150439.259000', '150439.262000', '150439.265000', '150439.268000', '150439.271000', '150439.274000', '150439.277000', '150439.279000', '150439.282000', '150439.287000', '150439.290000', '150439.292000', '150439.295000', '150439.298000', '150439.301000', '150439.304000', '150459.179000', '150459.182000', '150459.185000', '150459.188000', '150459.190000', '150459.193000', '150459.196000', '150459.199000', '150459.202000', '150459.205000', '150459.207000', '150459.211000', '150459.213000', '150459.216000', '150459.219000', '150459.222000', '150459.225000', '150459.228000', '150459.230000', '150459.233000', '150459.236000', '150459.239000', '150459.242000', '150459.245000', '150459.249000', '150459.252000', '150459.255000', '150459.258000', '150459.260000', '150459.271000', '150459.274000', '150459.277000', '150459.280000', '150459.283000', '150459.285000', '150459.288000', '150459.291000', '150459.294000', '150459.297000', '150459.300000', '150459.303000', '150459.306000', '150459.308000', '150519.179000', '150519.182000', '150519.185000', '150519.188000', '150519.191000', '150519.193000', '150519.196000', '150519.199000', '150519.202000', '150519.205000', '150519.208000', '150519.211000', '150519.214000', '150519.217000', '150519.219000', '150519.222000', '150519.225000', '150519.228000', '150519.231000', '150519.234000', '150519.237000', '150519.239000', '150519.242000', '150519.245000', '150519.248000', '150519.251000', '150519.254000', '150519.256000', '150519.259000', '150519.262000', '150519.265000', '150519.268000', '150519.271000', '150519.274000', '150519.276000', '150519.279000', '150519.282000', '150519.285000', '150519.288000', '150519.291000', '150519.294000', '150519.296000', '150519.299000', '150519.302000', '150539.180000', '150539.183000', '150539.186000', '150539.189000', '150539.191000', '150539.194000', '150539.197000', '150539.200000', '150539.203000', '150539.206000', '150539.209000', '150539.211000', '150539.214000', '150539.217000', '150539.220000', '150539.223000', '150539.226000', '150539.229000', '150539.232000', '150539.234000', '150539.237000', '150539.240000', '150539.243000', '150539.246000', '150539.249000', '150539.252000', '150539.254000', '150539.257000', '150539.260000', '150539.263000', '150539.266000', '150539.269000', '150539.272000', '150539.274000', '150539.277000', '150539.280000', '150539.283000', '150539.286000', '150539.289000', '150539.292000', '150539.294000', '150539.297000', '150539.300000', '150559.179000', '150559.182000', '150559.185000', '150559.188000', '150559.190000', '150559.193000', '150559.196000', '150559.199000', '150559.202000', '150559.205000', '150559.207000', '150559.210000', '150559.213000', '150559.216000', '150559.219000', '150559.222000', '150559.225000', '150559.227000', '150559.230000', '150559.233000', '150559.236000', '150559.239000', '150559.242000', '150559.245000', '150559.248000', '150559.250000', '150559.253000', '150559.256000', '150559.259000', '150559.262000', '150559.265000', '150559.268000', '150559.271000', '150559.273000', '150559.276000', '150559.279000', '150559.282000', '150559.285000', '150559.288000', '150559.291000', '150559.293000', '150559.296000', '150559.299000', '150619.179000', '150619.182000', '150619.185000', '150619.188000', '150619.190000', '150619.193000', '150619.196000', '150619.199000', '150619.202000', '150619.204000', '150619.207000', '150619.210000', '150619.213000', '150619.216000', '150619.219000', '150619.222000', '150619.225000', '150619.228000', '150619.231000', '150619.233000', '150619.236000', '150619.239000', '150619.242000', '150619.245000', '150619.247000', '150619.250000', '150619.253000', '150619.256000', '150619.259000', '150619.262000', '150619.265000', '150619.267000', '150619.270000', '150619.273000', '150619.276000', '150619.279000', '150619.282000', '150619.285000', '150619.289000', '150619.292000', '150619.295000', '150619.310000', '150619.313000', '150619.315000', '150639.179000', '150639.182000', '150639.185000', '150639.187000', '150639.190000', '150639.193000', '150639.196000', '150639.199000', '150639.202000', '150639.205000', '150639.208000', '150639.210000', '150639.213000', '150639.216000', '150639.219000', '150639.222000', '150639.225000', '150639.227000', '150639.230000', '150639.233000', '150639.236000', '150639.239000', '150639.242000', '150639.245000', '150639.248000', '150639.251000', '150639.254000', '150639.257000', '150639.260000', '150639.263000', '150639.266000', '150639.268000', '150639.271000', '150639.274000', '150639.277000', '150639.280000', '150639.283000', '150639.285000', '150639.288000', '150639.291000', '150639.294000', '150639.297000', '150639.300000', '150639.303000', '150659.179000', '150659.182000', '150659.185000', '150659.188000', '150659.191000', '150659.193000', '150659.196000', '150659.199000', '150659.202000', '150659.205000', '150659.208000', '150659.211000', '150659.214000', '150659.216000', '150659.219000', '150659.222000', '150659.225000', '150659.228000', '150659.231000', '150659.234000', '150659.237000', '150659.239000', '150659.242000', '150659.245000', '150659.248000', '150659.251000', '150659.254000', '150659.257000', '150659.260000', '150659.263000', '150659.265000', '150659.268000', '150659.271000', '150659.274000', '150659.277000', '150659.280000', '150659.283000', '150659.286000', '150659.289000', '150659.291000', '150659.294000', '150659.297000', '150659.300000', '150719.179000', '150719.182000', '150719.185000', '150719.188000', '150719.190000', '150719.193000', '150719.196000', '150719.199000', '150719.202000', '150719.205000', '150719.208000', '150719.211000', '150719.213000', '150719.216000', '150719.219000', '150719.222000', '150719.225000', '150719.228000', '150719.231000', '150719.234000', '150719.237000', '150719.239000', '150719.242000', '150719.245000', '150719.248000', '150719.251000', '150719.254000', '150719.256000', '150719.259000', '150719.262000', '150719.265000', '150719.268000', '150719.271000', '150719.274000', '150719.276000', '150719.279000', '150719.282000', '150719.285000', '150719.288000', '150719.290000', '150719.293000', '150719.296000', '150719.299000', '150719.302000', '150738.983000', '150738.986000', '150738.989000', '150738.992000', '150738.996000', '150739.000000', '150739.004000', '150739.009000', '150739.013000', '150739.018000', '150739.023000', '150739.026000', '150739.029000', '150739.032000', '150739.036000', '150739.039000', '150739.042000', '150739.045000', '150739.049000', '150739.053000', '150739.056000', '150739.060000', '150739.065000', '150739.068000', '150739.071000', '150739.074000', '150739.079000', '150739.082000', '150739.085000', '150739.088000', '150739.092000', '150739.095000', '150739.101000', '150739.106000', '150739.111000', '150739.117000', '150739.133000', '150739.136000', '150739.139000', '150739.150000', '150739.153000', '150739.156000', '150739.159000'], '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': [16933, 13679, 13643, 10455, 9428, 9463, 9862, 9489, 9815, 14536, 9772, 12883, 9518, 10137, 9498, 9562, 13045, 9430, 12330, 9365, 9565, 11663, 9902, 18400, 12102, 11377, 11459, 9564, 19133, 14081, 13322, 11175, 10000, 13318, 9742, 15559, 10124, 17793, 9732, 13747, 9460, 9570, 9522, 9534, 9252, 10385, 9344, 9859, 9817, 9245, 11183, 9387, 13483, 9516, 14130, 9458, 13109, 9392, 13712, 10145, 15301, 9857, 14174, 9491, 13167, 9523, 13666, 9972, 15003, 9353, 14255, 9709, 14584, 10866, 15537, 12616, 16667, 11443, 14712, 9974, 13211, 9825, 12450, 10954, 9074, 9149, 10018, 9165, 10415, 10101, 9271, 14345, 9684, 13588, 9650, 14402, 9384, 15561, 11719, 13908, 9982, 10894, 9173, 9549, 10176, 9630, 15740, 9578, 16853, 9716, 17063, 10501, 16741, 11607, 16696, 9351, 13935, 9569, 13071, 9159, 12602, 9423, 13992, 9090, 13440, 9174, 12425, 9451, 12614, 11360, 14229, 9391, 13080, 10408, 14031, 11739, 15506, 12943, 14384, 10306, 13525, 9506, 13655, 9494, 12318, 9228, 12924, 8999, 13413, 9200, 13877, 12191, 12804, 9421, 12073, 9271, 12304, 9486, 11259, 9863, 9226, 9036, 9240, 9164, 9240, 9385, 9565, 9483, 9830, 9587, 9536, 12452, 9591, 16071, 9323, 14898, 9498, 14503, 9441, 14561, 10299, 13256, 9621, 11180, 9279, 10384, 8989, 10080, 10371, 9908, 10278, 9548, 11247, 9515, 13009, 10017, 13415, 10208, 9776, 9292, 9796, 9310, 10425, 9463, 11107, 9745, 11285, 9640, 12306, 11725, 13278, 10312, 15833, 11827, 17431, 13953, 17499, 14738, 16292, 12015, 16732, 12371, 16711, 12540, 15685, 13698, 16174, 10552, 14228, 9243, 13244, 9291, 12620, 11048, 11194, 9643, 11323, 9305, 10152, 9176, 11456, 10007, 9352, 8925, 11424, 9428, 12301, 11622, 11056, 14321, 9321, 13622, 9338, 16106, 9391, 17072, 11818, 16821, 9629, 14662, 9318, 14090, 10091, 14496, 9534, 14071, 9439, 12547, 9442, 11799, 9636, 12372, 9056, 12062, 9295, 11831, 9300, 11434, 11275, 11855, 9852, 11113, 9527, 11274, 9542, 14259, 11573, 13913, 10139, 14360, 10312, 13154, 9813, 12494, 10657, 8730, 9098, 8835, 8816, 9224, 9410, 9622, 11068, 9468, 10717, 9303, 12389, 9429, 14285, 10816, 15947, 10173, 13946, 11078, 13106, 11021, 12532, 11022, 9270, 9284, 9177, 9526, 9366, 10132, 9312, 14867, 9306, 13184, 9238, 12218, 9469, 13218, 9480, 15163, 9159, 12271, 8954, 11486, 9059, 12278, 9013, 12689, 8991, 12225, 8734, 12812, 9389, 14238, 10875, 16683, 9913, 12885, 9151, 10964, 9157, 9118, 11061, 8902, 11842, 9052, 14018, 8925, 15305, 11198, 16580, 11413, 16031, 10764, 15046, 12007, 14167, 12644, 9340, 9270, 9129, 9276, 9259, 11267, 9244, 15144, 8959, 14087, 9121, 13580, 9054, 12571, 10164, 9453, 8773, 8790, 8935, 9261, 9476, 9306, 13912, 9371, 13546, 9147, 14858, 9261, 15918, 11390, 16790, 10409, 15771, 10814, 15185, 11061, 14454, 12034, 10638, 9164, 8970, 8869, 10571, 9059, 13648, 10729, 12959, 9381, 13727, 9020, 13574, 9469, 13141, 11213, 9332, 8756, 8805, 8960, 8621, 9188, 8805, 8922, 9079, 9180, 9044, 9371, 10981, 10860, 13989, 13365, 8997, 9337, 9030, 9112, 9099, 9271, 8957, 9854, 8735, 10662, 9006, 11355, 9177, 12318, 10973, 11205, 9324, 11348, 9381, 13785, 10487, 13764, 11481, 8570, 9281, 9085, 9185, 9089, 9773, 8901, 13305, 8997, 12861, 8883, 12482, 9176, 12947, 10624, 16294, 10553, 15129, 10678, 13916, 11691, 13845, 12062, 11491, 9368, 8652, 8962, 8753, 9197, 8765, 11140, 8821, 10968, 8735, 12216, 8954, 14112, 9346, 15975, 8762, 14876, 8770, 12610, 9403, 11657, 9991, 8645, 8560, 8448, 8553, 8988, 11127, 7955, 13287, 9363, 8510, 9994, 8839, 14636, 11658, 8835, 10074, 9087, 15686, 9586, 17660, 13881, 17370, 12340, 14044, 9812, 9954, 8873, 9107, 9721, 8757, 9996, 8783, 11185, 8835, 12055, 9699, 13854, 9907, 11918, 9472, 11292, 9978, 10489, 9857, 8751, 9171, 9406, 9715, 9023, 12499, 8618, 14329, 9080, 14018, 9787, 13734, 10897, 12914, 12103, 9704, 8952, 8328, 9018, 8540, 9489, 8727, 12521, 8545, 12011, 8253, 12526, 9135, 13982, 10964, 14484, 10690, 11581, 9132, 9558, 9305, 9885, 14514, 8867, 16512, 8844, 16764, 10574, 17080, 12756, 16171, 11538, 13393, 9439, 10946, 8873, 9565, 11060, 9286, 11945, 9261, 13539, 9317, 15818, 10520, 16841, 9070, 14907, 8904, 13696, 9814, 12675, 11771, 10260, 9254, 8949, 9040, 8673, 8877, 9549, 9325, 8670, 14067, 9691, 10395, 9296, 11356, 9198, 17350, 12906, 14698, 13289, 15174, 12749, 16298, 14260, 17396, 14292, 15930, 12875, 13668, 11522, 11801, 13148, 12114, 16454, 10949, 16816, 11309, 16697, 11399, 16340, 12853, 17602, 11182, 13611, 10401, 11061, 10204, 9745, 9628, 9178, 9273, 8928, 10532, 8815, 10348, 9760, 10255, 9819, 9436, 9788, 9168, 9220, 8399, 10104, 9769, 10189, 11308, 9916, 9185, 12654, 10913, 18239, 15303, 17132, 14553, 16284, 12788, 15929, 12613, 10571, 9672, 9112, 9818, 9254, 9382, 9449, 9491, 9090, 9693, 8928, 10128, 8791, 10581, 8681, 12082, 9217, 12128, 10476, 12916, 11627, 13298, 11304, 12787, 9579, 11931, 9015, 11142, 9191, 9495, 9260, 8921, 9412, 8733, 9974, 9226, 10760, 8966, 14132, 9127, 12929, 8968, 11998, 9725, 11965, 9493, 12045, 8867, 10977, 9047, 10788, 9479, 10839, 11095, 10537, 14448, 10553, 8571, 9473, 8839, 10701, 9329, 8777, 8976, 10016, 9304, 10689, 13052, 14158, 17411, 16039, 17684, 14689, 14877, 16942, 12907, 18552, 12482, 17324, 10336, 13930, 9872, 11109, 10174, 9605, 9459, 9291, 9593, 9660, 9054, 9951, 9908, 9166, 10169, 9674, 10462, 10770, 10296, 11292, 10762, 9657, 9788, 8528, 9103, 8783, 9216, 9055, 8898, 8955, 9301, 9121, 10052, 9074, 13948, 8750, 16145, 9747, 12341, 9698, 8279, 9155, 7999, 13009, 10008, 10723, 11076, 8108, 15363, 11896, 14719, 13108, 13190, 16584, 10885, 15394, 11042, 15102, 10886, 14464, 10246, 14287, 8925, 12660, 8533, 12168, 8592, 10501, 9250, 9587, 9632, 8705, 9897, 9682, 9414, 9781, 9744, 9994, 12020, 9650, 12839, 9196, 13300, 8812, 14281, 9377, 15556, 10861, 15051, 10067, 13189, 10649, 12634, 11312, 13762, 11173, 9880, 9424, 9035, 9548, 9475, 11245, 10258, 13032, 9450, 13128, 9368, 11818, 9556, 13179, 9825, 14185, 8469, 13721, 9289, 13219, 9370, 12753, 10212, 11833, 9965, 11317, 9355, 9941, 9414, 10575, 11340, 9815, 13386, 9558, 15199, 9217, 16155, 11199, 17052, 12372, 16712, 11836, 15864, 11633, 14003, 12033, 12932, 9766, 11905, 9455, 11010, 9456, 9827, 9142, 9467, 9366, 10282, 9511, 10390, 10681, 10163, 14670, 8971, 14670, 8558, 12302, 9419, 11133, 9766, 10189, 10424, 10176, 11468, 10036, 13260, 12398, 15864, 10007, 15166, 9178, 13505, 9070, 14479, 9364, 15894, 9796, 13285, 9347, 12382, 9840, 12959, 11787, 11122, 9592, 10390, 9227, 10550, 9739, 9915, 11931, 9648, 11433, 9526, 12545, 9180, 14319, 10345, 14871, 9681, 12472, 9590, 12023, 10132, 11628, 10314, 9565, 9152, 10081, 9550, 10447, 10798, 9777, 12704, 8678, 13190, 8698, 11659, 9017, 11603, 11640, 11881, 10350, 8896, 8904, 10131, 11109, 9930, 15684, 10107, 16214, 9315, 15214, 10164, 15266, 12463, 16748, 12946, 15105, 11257, 14073, 11841, 14977, 11858, 12169, 9770, 9500, 9211, 10135, 9405, 10615, 14258, 8846, 15219, 8892, 13749, 9276, 12978, 11726, 12721, 10955, 9809, 9486, 9125, 8982, 10075, 11781, 9565, 12452, 9400, 11226, 9732, 12009, 8895, 10159, 8720, 8873, 9372, 10671, 9723, 10440, 15134, 10528, 16406, 11351, 14120, 12001, 12478, 11630, 11111, 15826, 8746, 14961, 8726, 15783, 10456, 15739, 13100, 14720, 11386, 11766, 9468, 9882, 9243, 10137, 10527, 9797, 10608, 9067, 11662, 9494, 13194, 8833, 15373, 10330, 15211, 10884, 15010, 11511, 15142, 12549, 16710, 11926, 15331, 10228, 13292, 9752, 12182, 11246, 11711, 9882, 9101, 8889, 9478, 9005, 9792, 9459, 9166, 11295, 9093, 10974, 9152, 13160, 9375, 15894, 8603, 15170, 8672, 14206, 8803, 14460, 10508, 14465, 8680, 13069, 8932, 11183, 9202, 11396, 10097, 9719, 9141, 8937, 8902, 9482, 9090, 10633, 9429, 9247, 8690, 8954], 'WindowCenter': [4742.0, 4714.0, 4704.0, 4671.0, 4647.0, 4657.0, 4657.0, 4655.0, 4662.0, 4687.0, 4660.0, 4673.0, 4661.0, 4664.0, 4660.0, 4660.0, 4684.0, 4650.0, 4680.0, 4659.0, 4658.0, 4677.0, 4656.0, 4707.0, 4677.0, 4670.0, 4661.0, 4655.0, 4706.0, 4689.0, 4672.0, 4652.0, 4642.0, 4673.0, 4645.0, 4686.0, 4656.0, 4694.0, 4646.0, 4676.0, 4645.0, 4654.0, 4652.0, 4644.0, 4647.0, 4658.0, 4640.0, 4656.0, 4654.0, 4660.0, 4677.0, 4656.0, 4673.0, 4653.0, 4683.0, 4656.0, 4668.0, 4658.0, 4683.0, 4656.0, 4685.0, 4659.0, 4686.0, 4651.0, 4675.0, 4659.0, 4686.0, 4652.0, 4686.0, 4650.0, 4680.0, 4655.0, 4689.0, 4670.0, 4692.0, 4677.0, 4692.0, 4665.0, 4683.0, 4655.0, 4681.0, 4662.0, 4676.0, 4668.0, 4647.0, 4655.0, 4657.0, 4657.0, 4679.0, 4667.0, 4648.0, 4694.0, 4659.0, 4684.0, 4656.0, 4695.0, 4675.0, 4696.0, 4675.0, 4691.0, 4668.0, 4667.0, 4657.0, 4657.0, 4670.0, 4659.0, 4698.0, 4651.0, 4695.0, 4644.0, 4694.0, 4667.0, 4696.0, 4664.0, 4681.0, 4643.0, 4671.0, 4644.0, 4672.0, 4643.0, 4664.0, 4641.0, 4679.0, 4645.0, 4674.0, 4642.0, 4670.0, 4658.0, 4676.0, 4673.0, 4683.0, 4642.0, 4665.0, 4655.0, 4685.0, 4671.0, 4683.0, 4674.0, 4682.0, 4655.0, 4673.0, 4642.0, 4685.0, 4653.0, 4673.0, 4642.0, 4671.0, 4644.0, 4687.0, 4655.0, 4685.0, 4675.0, 4673.0, 4644.0, 4663.0, 4653.0, 4676.0, 4653.0, 4665.0, 4654.0, 4642.0, 4644.0, 4655.0, 4656.0, 4656.0, 4655.0, 4657.0, 4652.0, 4656.0, 4655.0, 4670.0, 4679.0, 4655.0, 4697.0, 4654.0, 4677.0, 4656.0, 4686.0, 4659.0, 4685.0, 4665.0, 4682.0, 4657.0, 4668.0, 4658.0, 4667.0, 4657.0, 4665.0, 4665.0, 4660.0, 4653.0, 4653.0, 4665.0, 4656.0, 4676.0, 4656.0, 4682.0, 4655.0, 4653.0, 4660.0, 4667.0, 4658.0, 4667.0, 4653.0, 4680.0, 4665.0, 4676.0, 4674.0, 4690.0, 4691.0, 4686.0, 4669.0, 4696.0, 4680.0, 4703.0, 4686.0, 4695.0, 4687.0, 4692.0, 4664.0, 4685.0, 4661.0, 4690.0, 4671.0, 4683.0, 4673.0, 4683.0, 4650.0, 4675.0, 4637.0, 4673.0, 4656.0, 4675.0, 4667.0, 4666.0, 4657.0, 4659.0, 4657.0, 4665.0, 4658.0, 4677.0, 4670.0, 4642.0, 4642.0, 4665.0, 4647.0, 4677.0, 4665.0, 4662.0, 4685.0, 4643.0, 4672.0, 4641.0, 4683.0, 4642.0, 4690.0, 4664.0, 4691.0, 4644.0, 4670.0, 4640.0, 4673.0, 4652.0, 4672.0, 4638.0, 4670.0, 4632.0, 4660.0, 4643.0, 4664.0, 4645.0, 4674.0, 4645.0, 4662.0, 4645.0, 4664.0, 4642.0, 4664.0, 4669.0, 4675.0, 4658.0, 4664.0, 4646.0, 4662.0, 4657.0, 4686.0, 4678.0, 4688.0, 4659.0, 4684.0, 4652.0, 4676.0, 4657.0, 4675.0, 4664.0, 4641.0, 4646.0, 4641.0, 4647.0, 4655.0, 4653.0, 4651.0, 4663.0, 4655.0, 4664.0, 4659.0, 4673.0, 4658.0, 4683.0, 4666.0, 4694.0, 4664.0, 4687.0, 4666.0, 4687.0, 4666.0, 4675.0, 4668.0, 4648.0, 4646.0, 4646.0, 4645.0, 4654.0, 4656.0, 4652.0, 4694.0, 4643.0, 4672.0, 4645.0, 4673.0, 4656.0, 4673.0, 4655.0, 4694.0, 4643.0, 4674.0, 4644.0, 4675.0, 4659.0, 4672.0, 4659.0, 4678.0, 4657.0, 4672.0, 4642.0, 4686.0, 4658.0, 4687.0, 4672.0, 4691.0, 4657.0, 4676.0, 4646.0, 4666.0, 4660.0, 4655.0, 4680.0, 4659.0, 4678.0, 4657.0, 4688.0, 4660.0, 4699.0, 4672.0, 4708.0, 4676.0, 4698.0, 4675.0, 4707.0, 4680.0, 4682.0, 4679.0, 4646.0, 4643.0, 4640.0, 4645.0, 4655.0, 4666.0, 4659.0, 4694.0, 4648.0, 4681.0, 4646.0, 4685.0, 4660.0, 4677.0, 4666.0, 4657.0, 4646.0, 4643.0, 4646.0, 4659.0, 4653.0, 4657.0, 4687.0, 4657.0, 4688.0, 4655.0, 4686.0, 4655.0, 4692.0, 4680.0, 4690.0, 4656.0, 4685.0, 4665.0, 4694.0, 4665.0, 4681.0, 4674.0, 4666.0, 4639.0, 4646.0, 4647.0, 4667.0, 4655.0, 4683.0, 4666.0, 4673.0, 4642.0, 4672.0, 4643.0, 4675.0, 4652.0, 4669.0, 4667.0, 4641.0, 4637.0, 4642.0, 4645.0, 4645.0, 4645.0, 4643.0, 4646.0, 4642.0, 4648.0, 4645.0, 4644.0, 4663.0, 4662.0, 4673.0, 4676.0, 4635.0, 4644.0, 4633.0, 4635.0, 4645.0, 4644.0, 4646.0, 4655.0, 4640.0, 4664.0, 4660.0, 4678.0, 4654.0, 4673.0, 4679.0, 4676.0, 4657.0, 4666.0, 4655.0, 4689.0, 4669.0, 4686.0, 4676.0, 4641.0, 4647.0, 4639.0, 4655.0, 4658.0, 4668.0, 4654.0, 4687.0, 4644.0, 4672.0, 4654.0, 4677.0, 4662.0, 4684.0, 4667.0, 4698.0, 4660.0, 4686.0, 4666.0, 4684.0, 4674.0, 4682.0, 4679.0, 4665.0, 4648.0, 4642.0, 4646.0, 4643.0, 4653.0, 4647.0, 4677.0, 4646.0, 4666.0, 4643.0, 4676.0, 4657.0, 4684.0, 4649.0, 4696.0, 4644.0, 4684.0, 4647.0, 4676.0, 4658.0, 4675.0, 4664.0, 4648.0, 4647.0, 4658.0, 4658.0, 4656.0, 4691.0, 4645.0, 4696.0, 4661.0, 4661.0, 4683.0, 4670.0, 4694.0, 4693.0, 4661.0, 4659.0, 4649.0, 4698.0, 4657.0, 4705.0, 4688.0, 4697.0, 4677.0, 4680.0, 4652.0, 4653.0, 4645.0, 4647.0, 4653.0, 4648.0, 4658.0, 4644.0, 4668.0, 4657.0, 4691.0, 4660.0, 4687.0, 4661.0, 4680.0, 4655.0, 4679.0, 4657.0, 4663.0, 4667.0, 4646.0, 4646.0, 4657.0, 4659.0, 4660.0, 4688.0, 4650.0, 4694.0, 4651.0, 4681.0, 4656.0, 4684.0, 4677.0, 4684.0, 4680.0, 4658.0, 4644.0, 4647.0, 4648.0, 4659.0, 4667.0, 4656.0, 4690.0, 4648.0, 4677.0, 4651.0, 4688.0, 4662.0, 4698.0, 4681.0, 4700.0, 4667.0, 4678.0, 4657.0, 4657.0, 4668.0, 4669.0, 4690.0, 4649.0, 4692.0, 4647.0, 4695.0, 4668.0, 4697.0, 4676.0, 4694.0, 4668.0, 4670.0, 4645.0, 4667.0, 4649.0, 4650.0, 4667.0, 4646.0, 4665.0, 4647.0, 4668.0, 4658.0, 4693.0, 4654.0, 4695.0, 4644.0, 4682.0, 4642.0, 4687.0, 4657.0, 4680.0, 4676.0, 4650.0, 4647.0, 4657.0, 4643.0, 4649.0, 4660.0, 4667.0, 4655.0, 4640.0, 4681.0, 4655.0, 4647.0, 4670.0, 4681.0, 4659.0, 4698.0, 4676.0, 4684.0, 4676.0, 4673.0, 4665.0, 4679.0, 4672.0, 4675.0, 4658.0, 4672.0, 4649.0, 4657.0, 4639.0, 4638.0, 4647.0, 4648.0, 4668.0, 4628.0, 4652.0, 4624.0, 4654.0, 4624.0, 4654.0, 4633.0, 4655.0, 4628.0, 4642.0, 4623.0, 4626.0, 4640.0, 4643.0, 4626.0, 4628.0, 4628.0, 4626.0, 4636.0, 4632.0, 4639.0, 4643.0, 4641.0, 4641.0, 4644.0, 4643.0, 4640.0, 4637.0, 4641.0, 4655.0, 4658.0, 4660.0, 4667.0, 4669.0, 4659.0, 4684.0, 4668.0, 4692.0, 4683.0, 4682.0, 4669.0, 4670.0, 4662.0, 4670.0, 4662.0, 4642.0, 4631.0, 4620.0, 4628.0, 4630.0, 4629.0, 4643.0, 4644.0, 4645.0, 4643.0, 4647.0, 4654.0, 4646.0, 4652.0, 4648.0, 4678.0, 4658.0, 4674.0, 4663.0, 4676.0, 4671.0, 4674.0, 4668.0, 4675.0, 4656.0, 4675.0, 4658.0, 4682.0, 4659.0, 4666.0, 4656.0, 4657.0, 4658.0, 4659.0, 4666.0, 4652.0, 4683.0, 4657.0, 4701.0, 4661.0, 4687.0, 4654.0, 4679.0, 4667.0, 4684.0, 4671.0, 4687.0, 4664.0, 4680.0, 4662.0, 4679.0, 4682.0, 4695.0, 4706.0, 4688.0, 4693.0, 4678.0, 4657.0, 4666.0, 4654.0, 4672.0, 4664.0, 4680.0, 4667.0, 4670.0, 4667.0, 4681.0, 4694.0, 4686.0, 4709.0, 4697.0, 4685.0, 4669.0, 4661.0, 4667.0, 4640.0, 4661.0, 4626.0, 4645.0, 4599.0, 4626.0, 4603.0, 4616.0, 4608.0, 4605.0, 4618.0, 4616.0, 4630.0, 4629.0, 4634.0, 4641.0, 4645.0, 4629.0, 4638.0, 4639.0, 4655.0, 4657.0, 4651.0, 4665.0, 4665.0, 4639.0, 4653.0, 4631.0, 4645.0, 4635.0, 4644.0, 4645.0, 4651.0, 4643.0, 4656.0, 4655.0, 4669.0, 4658.0, 4682.0, 4650.0, 4691.0, 4654.0, 4673.0, 4655.0, 4639.0, 4659.0, 4646.0, 4687.0, 4668.0, 4669.0, 4679.0, 4647.0, 4696.0, 4685.0, 4710.0, 4688.0, 4686.0, 4694.0, 4654.0, 4681.0, 4654.0, 4680.0, 4656.0, 4676.0, 4652.0, 4669.0, 4628.0, 4664.0, 4636.0, 4676.0, 4646.0, 4668.0, 4656.0, 4656.0, 4659.0, 4643.0, 4668.0, 4665.0, 4655.0, 4668.0, 4669.0, 4670.0, 4681.0, 4654.0, 4683.0, 4653.0, 4682.0, 4643.0, 4693.0, 4658.0, 4694.0, 4672.0, 4697.0, 4672.0, 4683.0, 4668.0, 4686.0, 4680.0, 4697.0, 4682.0, 4661.0, 4661.0, 4656.0, 4659.0, 4659.0, 4679.0, 4668.0, 4682.0, 4654.0, 4688.0, 4662.0, 4674.0, 4656.0, 4684.0, 4668.0, 4695.0, 4646.0, 4686.0, 4660.0, 4686.0, 4669.0, 4691.0, 4666.0, 4673.0, 4671.0, 4675.0, 4655.0, 4669.0, 4655.0, 4674.0, 4679.0, 4665.0, 4686.0, 4663.0, 4693.0, 4661.0, 4707.0, 4673.0, 4709.0, 4685.0, 4697.0, 4675.0, 4695.0, 4675.0, 4696.0, 4692.0, 4684.0, 4670.0, 4679.0, 4666.0, 4676.0, 4668.0, 4671.0, 4670.0, 4665.0, 4656.0, 4665.0, 4661.0, 4663.0, 4682.0, 4667.0, 4695.0, 4661.0, 4696.0, 4661.0, 4690.0, 4664.0, 4682.0, 4670.0, 4671.0, 4663.0, 4666.0, 4679.0, 4666.0, 4690.0, 4674.0, 4713.0, 4655.0, 4693.0, 4654.0, 4681.0, 4662.0, 4691.0, 4655.0, 4704.0, 4671.0, 4683.0, 4657.0, 4687.0, 4668.0, 4690.0, 4688.0, 4678.0, 4659.0, 4654.0, 4658.0, 4665.0, 4657.0, 4656.0, 4678.0, 4658.0, 4667.0, 4657.0, 4674.0, 4659.0, 4696.0, 4666.0, 4698.0, 4656.0, 4678.0, 4659.0, 4685.0, 4666.0, 4679.0, 4669.0, 4656.0, 4659.0, 4666.0, 4658.0, 4679.0, 4678.0, 4670.0, 4684.0, 4660.0, 4687.0, 4656.0, 4683.0, 4658.0, 4689.0, 4691.0, 4696.0, 4669.0, 4657.0, 4659.0, 4666.0, 4679.0, 4665.0, 4702.0, 4671.0, 4704.0, 4658.0, 4696.0, 4666.0, 4699.0, 4684.0, 4696.0, 4689.0, 4699.0, 4668.0, 4683.0, 4680.0, 4695.0, 4679.0, 4674.0, 4654.0, 4654.0, 4646.0, 4667.0, 4659.0, 4668.0, 4693.0, 4658.0, 4699.0, 4658.0, 4686.0, 4658.0, 4685.0, 4677.0, 4688.0, 4677.0, 4668.0, 4660.0, 4653.0, 4656.0, 4666.0, 4680.0, 4657.0, 4680.0, 4672.0, 4679.0, 4663.0, 4683.0, 4669.0, 4669.0, 4659.0, 4660.0, 4669.0, 4680.0, 4669.0, 4667.0, 4697.0, 4668.0, 4700.0, 4670.0, 4688.0, 4681.0, 4676.0, 4668.0, 4665.0, 4699.0, 4650.0, 4696.0, 4645.0, 4695.0, 4667.0, 4695.0, 4688.0, 4695.0, 4669.0, 4667.0, 4652.0, 4663.0, 4662.0, 4657.0, 4669.0, 4655.0, 4665.0, 4648.0, 4664.0, 4671.0, 4683.0, 4658.0, 4694.0, 4669.0, 4694.0, 4668.0, 4692.0, 4678.0, 4693.0, 4675.0, 4694.0, 4677.0, 4686.0, 4656.0, 4676.0, 4655.0, 4678.0, 4678.0, 4671.0, 4657.0, 4644.0, 4647.0, 4651.0, 4658.0, 4668.0, 4660.0, 4657.0, 4668.0, 4649.0, 4667.0, 4657.0, 4685.0, 4660.0, 4693.0, 4648.0, 4696.0, 4643.0, 4687.0, 4647.0, 4684.0, 4668.0, 4683.0, 4647.0, 4673.0, 4645.0, 4669.0, 4657.0, 4675.0, 4667.0, 4658.0, 4661.0, 4656.0, 4644.0, 4672.0, 4660.0, 4664.0, 4658.0, 4658.0, 4648.0, 4649.0], 'WindowWidth': [10363.0, 10311.0, 10290.0, 10240.0, 10202.0, 10214.0, 10216.0, 10212.0, 10225.0, 10254.0, 10221.0, 10234.0, 10225.0, 10222.0, 10221.0, 10221.0, 10250.0, 10202.0, 10247.0, 10220.0, 10215.0, 10240.0, 10212.0, 10282.0, 10239.0, 10231.0, 10214.0, 10212.0, 10279.0, 10258.0, 10226.0, 10198.0, 10184.0, 10228.0, 10195.0, 10249.0, 10207.0, 10259.0, 10193.0, 10231.0, 10192.0, 10205.0, 10203.0, 10192.0, 10198.0, 10213.0, 10185.0, 10209.0, 10206.0, 10219.0, 10242.0, 10212.0, 10231.0, 10206.0, 10245.0, 10210.0, 10221.0, 10217.0, 10248.0, 10212.0, 10250.0, 10217.0, 10250.0, 10200.0, 10235.0, 10219.0, 10252.0, 10206.0, 10252.0, 10206.0, 10238.0, 10211.0, 10259.0, 10237.0, 10257.0, 10241.0, 10258.0, 10223.0, 10244.0, 10209.0, 10243.0, 10219.0, 10240.0, 10230.0, 10199.0, 10210.0, 10212.0, 10215.0, 10249.0, 10230.0, 10200.0, 10265.0, 10218.0, 10249.0, 10213.0, 10266.0, 10253.0, 10269.0, 10241.0, 10259.0, 10231.0, 10228.0, 10216.0, 10214.0, 10235.0, 10219.0, 10275.0, 10202.0, 10264.0, 10193.0, 10260.0, 10229.0, 10263.0, 10218.0, 10240.0, 10187.0, 10222.0, 10188.0, 10226.0, 10190.0, 10218.0, 10187.0, 10236.0, 10194.0, 10232.0, 10189.0, 10227.0, 10218.0, 10237.0, 10233.0, 10244.0, 10190.0, 10215.0, 10209.0, 10252.0, 10229.0, 10244.0, 10235.0, 10240.0, 10206.0, 10228.0, 10187.0, 10249.0, 10205.0, 10231.0, 10189.0, 10226.0, 10192.0, 10253.0, 10210.0, 10250.0, 10238.0, 10230.0, 10193.0, 10217.0, 10206.0, 10241.0, 10206.0, 10222.0, 10207.0, 10189.0, 10194.0, 10210.0, 10214.0, 10214.0, 10211.0, 10213.0, 10204.0, 10211.0, 10211.0, 10237.0, 10245.0, 10211.0, 10270.0, 10207.0, 10234.0, 10212.0, 10251.0, 10220.0, 10250.0, 10226.0, 10246.0, 10215.0, 10229.0, 10216.0, 10228.0, 10217.0, 10225.0, 10225.0, 10219.0, 10206.0, 10206.0, 10224.0, 10213.0, 10238.0, 10210.0, 10244.0, 10209.0, 10205.0, 10224.0, 10229.0, 10220.0, 10231.0, 10210.0, 10248.0, 10227.0, 10243.0, 10248.0, 10264.0, 10268.0, 10255.0, 10234.0, 10266.0, 10248.0, 10277.0, 10254.0, 10264.0, 10254.0, 10255.0, 10217.0, 10247.0, 10212.0, 10251.0, 10226.0, 10244.0, 10231.0, 10243.0, 10197.0, 10232.0, 10177.0, 10231.0, 10212.0, 10235.0, 10229.0, 10224.0, 10214.0, 10212.0, 10213.0, 10225.0, 10217.0, 10241.0, 10238.0, 10190.0, 10189.0, 10220.0, 10198.0, 10242.0, 10221.0, 10214.0, 10246.0, 10188.0, 10226.0, 10183.0, 10245.0, 10190.0, 10252.0, 10218.0, 10252.0, 10190.0, 10220.0, 10184.0, 10230.0, 10201.0, 10225.0, 10177.0, 10220.0, 10172.0, 10207.0, 10190.0, 10219.0, 10195.0, 10232.0, 10195.0, 10215.0, 10195.0, 10219.0, 10191.0, 10219.0, 10231.0, 10235.0, 10213.0, 10217.0, 10196.0, 10219.0, 10216.0, 10255.0, 10243.0, 10254.0, 10216.0, 10245.0, 10202.0, 10237.0, 10212.0, 10235.0, 10219.0, 10186.0, 10195.0, 10187.0, 10200.0, 10214.0, 10206.0, 10201.0, 10218.0, 10210.0, 10220.0, 10217.0, 10234.0, 10218.0, 10247.0, 10228.0, 10263.0, 10222.0, 10254.0, 10224.0, 10255.0, 10227.0, 10236.0, 10229.0, 10200.0, 10198.0, 10197.0, 10196.0, 10210.0, 10214.0, 10205.0, 10264.0, 10191.0, 10230.0, 10195.0, 10232.0, 10215.0, 10234.0, 10210.0, 10263.0, 10192.0, 10233.0, 10194.0, 10240.0, 10219.0, 10231.0, 10219.0, 10244.0, 10216.0, 10231.0, 10193.0, 10254.0, 10221.0, 10256.0, 10238.0, 10257.0, 10215.0, 10237.0, 10199.0, 10225.0, 10220.0, 10211.0, 10251.0, 10219.0, 10245.0, 10216.0, 10257.0, 10224.0, 10274.0, 10234.0, 10285.0, 10239.0, 10271.0, 10241.0, 10286.0, 10249.0, 10245.0, 10246.0, 10196.0, 10192.0, 10186.0, 10196.0, 10211.0, 10226.0, 10217.0, 10265.0, 10202.0, 10240.0, 10198.0, 10251.0, 10224.0, 10242.0, 10227.0, 10212.0, 10198.0, 10193.0, 10199.0, 10220.0, 10209.0, 10217.0, 10257.0, 10214.0, 10256.0, 10210.0, 10253.0, 10212.0, 10258.0, 10248.0, 10254.0, 10211.0, 10248.0, 10222.0, 10263.0, 10226.0, 10242.0, 10235.0, 10225.0, 10184.0, 10197.0, 10201.0, 10228.0, 10213.0, 10248.0, 10225.0, 10230.0, 10189.0, 10229.0, 10190.0, 10237.0, 10202.0, 10223.0, 10226.0, 10184.0, 10185.0, 10186.0, 10195.0, 10196.0, 10196.0, 10192.0, 10197.0, 10189.0, 10201.0, 10194.0, 10193.0, 10219.0, 10216.0, 10229.0, 10236.0, 10177.0, 10189.0, 10174.0, 10178.0, 10195.0, 10192.0, 10197.0, 10209.0, 10188.0, 10223.0, 10222.0, 10249.0, 10213.0, 10236.0, 10247.0, 10239.0, 10215.0, 10225.0, 10211.0, 10261.0, 10233.0, 10251.0, 10240.0, 10188.0, 10198.0, 10183.0, 10209.0, 10218.0, 10232.0, 10211.0, 10256.0, 10195.0, 10232.0, 10209.0, 10242.0, 10229.0, 10252.0, 10232.0, 10271.0, 10215.0, 10254.0, 10226.0, 10250.0, 10238.0, 10245.0, 10245.0, 10223.0, 10201.0, 10190.0, 10198.0, 10193.0, 10207.0, 10200.0, 10243.0, 10199.0, 10226.0, 10194.0, 10240.0, 10216.0, 10250.0, 10200.0, 10267.0, 10195.0, 10248.0, 10201.0, 10242.0, 10217.0, 10238.0, 10224.0, 10202.0, 10202.0, 10222.0, 10221.0, 10217.0, 10268.0, 10201.0, 10271.0, 10225.0, 10227.0, 10262.0, 10242.0, 10268.0, 10272.0, 10225.0, 10220.0, 10204.0, 10272.0, 10217.0, 10281.0, 10257.0, 10270.0, 10239.0, 10237.0, 10201.0, 10203.0, 10196.0, 10199.0, 10209.0, 10203.0, 10215.0, 10195.0, 10231.0, 10219.0, 10265.0, 10224.0, 10256.0, 10222.0, 10248.0, 10212.0, 10249.0, 10216.0, 10219.0, 10230.0, 10198.0, 10198.0, 10213.0, 10220.0, 10224.0, 10259.0, 10210.0, 10264.0, 10203.0, 10244.0, 10215.0, 10251.0, 10245.0, 10251.0, 10250.0, 10216.0, 10197.0, 10200.0, 10204.0, 10221.0, 10231.0, 10217.0, 10266.0, 10205.0, 10243.0, 10211.0, 10260.0, 10223.0, 10275.0, 10255.0, 10278.0, 10232.0, 10244.0, 10214.0, 10217.0, 10235.0, 10235.0, 10263.0, 10205.0, 10258.0, 10199.0, 10265.0, 10233.0, 10270.0, 10240.0, 10263.0, 10229.0, 10223.0, 10194.0, 10226.0, 10206.0, 10200.0, 10228.0, 10196.0, 10222.0, 10197.0, 10221.0, 10219.0, 10260.0, 10206.0, 10263.0, 10192.0, 10243.0, 10189.0, 10256.0, 10215.0, 10244.0, 10239.0, 10199.0, 10199.0, 10218.0, 10194.0, 10203.0, 10223.0, 10231.0, 10212.0, 10186.0, 10239.0, 10208.0, 10192.0, 10238.0, 10250.0, 10219.0, 10273.0, 10239.0, 10247.0, 10236.0, 10231.0, 10220.0, 10235.0, 10223.0, 10224.0, 10200.0, 10219.0, 10188.0, 10196.0, 10175.0, 10171.0, 10184.0, 10183.0, 10214.0, 10154.0, 10184.0, 10145.0, 10187.0, 10145.0, 10187.0, 10158.0, 10188.0, 10153.0, 10168.0, 10144.0, 10148.0, 10178.0, 10184.0, 10154.0, 10158.0, 10158.0, 10155.0, 10168.0, 10168.0, 10177.0, 10186.0, 10180.0, 10183.0, 10192.0, 10188.0, 10184.0, 10174.0, 10187.0, 10209.0, 10212.0, 10219.0, 10229.0, 10234.0, 10222.0, 10250.0, 10228.0, 10258.0, 10242.0, 10238.0, 10217.0, 10220.0, 10209.0, 10219.0, 10210.0, 10181.0, 10165.0, 10151.0, 10161.0, 10164.0, 10163.0, 10186.0, 10190.0, 10193.0, 10189.0, 10198.0, 10206.0, 10197.0, 10204.0, 10203.0, 10243.0, 10216.0, 10233.0, 10220.0, 10238.0, 10235.0, 10234.0, 10228.0, 10234.0, 10210.0, 10237.0, 10217.0, 10253.0, 10219.0, 10228.0, 10215.0, 10216.0, 10218.0, 10220.0, 10229.0, 10209.0, 10257.0, 10220.0, 10281.0, 10225.0, 10256.0, 10210.0, 10247.0, 10230.0, 10254.0, 10239.0, 10258.0, 10232.0, 10252.0, 10229.0, 10250.0, 10264.0, 10284.0, 10299.0, 10267.0, 10270.0, 10250.0, 10222.0, 10233.0, 10214.0, 10238.0, 10231.0, 10261.0, 10233.0, 10238.0, 10232.0, 10253.0, 10273.0, 10253.0, 10297.0, 10270.0, 10253.0, 10219.0, 10207.0, 10214.0, 10172.0, 10204.0, 10147.0, 10172.0, 10103.0, 10137.0, 10111.0, 10129.0, 10116.0, 10117.0, 10138.0, 10140.0, 10163.0, 10159.0, 10172.0, 10180.0, 10189.0, 10162.0, 10176.0, 10178.0, 10206.0, 10210.0, 10199.0, 10220.0, 10220.0, 10182.0, 10202.0, 10171.0, 10194.0, 10180.0, 10192.0, 10194.0, 10207.0, 10191.0, 10211.0, 10208.0, 10236.0, 10221.0, 10245.0, 10204.0, 10253.0, 10206.0, 10230.0, 10209.0, 10185.0, 10223.0, 10200.0, 10259.0, 10232.0, 10233.0, 10248.0, 10202.0, 10269.0, 10255.0, 10293.0, 10260.0, 10252.0, 10264.0, 10204.0, 10239.0, 10203.0, 10236.0, 10207.0, 10235.0, 10201.0, 10221.0, 10165.0, 10216.0, 10182.0, 10239.0, 10200.0, 10231.0, 10214.0, 10212.0, 10219.0, 10195.0, 10232.0, 10225.0, 10214.0, 10231.0, 10235.0, 10237.0, 10252.0, 10210.0, 10248.0, 10208.0, 10245.0, 10195.0, 10263.0, 10220.0, 10263.0, 10238.0, 10269.0, 10238.0, 10248.0, 10231.0, 10254.0, 10251.0, 10272.0, 10254.0, 10223.0, 10224.0, 10213.0, 10220.0, 10219.0, 10247.0, 10232.0, 10248.0, 10210.0, 10257.0, 10227.0, 10238.0, 10214.0, 10252.0, 10233.0, 10269.0, 10203.0, 10255.0, 10224.0, 10257.0, 10238.0, 10268.0, 10232.0, 10237.0, 10239.0, 10240.0, 10213.0, 10234.0, 10216.0, 10239.0, 10251.0, 10227.0, 10257.0, 10223.0, 10264.0, 10225.0, 10287.0, 10238.0, 10288.0, 10254.0, 10270.0, 10238.0, 10267.0, 10241.0, 10268.0, 10268.0, 10251.0, 10235.0, 10248.0, 10228.0, 10242.0, 10236.0, 10239.0, 10239.0, 10225.0, 10215.0, 10226.0, 10224.0, 10224.0, 10254.0, 10231.0, 10269.0, 10225.0, 10270.0, 10227.0, 10263.0, 10228.0, 10256.0, 10238.0, 10238.0, 10224.0, 10229.0, 10249.0, 10228.0, 10264.0, 10237.0, 10298.0, 10212.0, 10262.0, 10208.0, 10244.0, 10226.0, 10258.0, 10215.0, 10279.0, 10239.0, 10249.0, 10217.0, 10258.0, 10234.0, 10263.0, 10261.0, 10245.0, 10219.0, 10208.0, 10217.0, 10226.0, 10215.0, 10213.0, 10245.0, 10216.0, 10228.0, 10215.0, 10237.0, 10221.0, 10268.0, 10230.0, 10273.0, 10215.0, 10243.0, 10220.0, 10256.0, 10230.0, 10248.0, 10236.0, 10213.0, 10220.0, 10227.0, 10217.0, 10248.0, 10247.0, 10239.0, 10255.0, 10226.0, 10260.0, 10218.0, 10257.0, 10222.0, 10264.0, 10268.0, 10276.0, 10235.0, 10217.0, 10222.0, 10229.0, 10248.0, 10227.0, 10281.0, 10238.0, 10278.0, 10218.0, 10268.0, 10230.0, 10276.0, 10252.0, 10268.0, 10260.0, 10271.0, 10230.0, 10246.0, 10248.0, 10264.0, 10244.0, 10235.0, 10208.0, 10206.0, 10197.0, 10228.0, 10221.0, 10232.0, 10263.0, 10219.0, 10275.0, 10219.0, 10255.0, 10220.0, 10253.0, 10246.0, 10262.0, 10244.0, 10230.0, 10222.0, 10208.0, 10217.0, 10229.0, 10250.0, 10217.0, 10244.0, 10242.0, 10251.0, 10226.0, 10252.0, 10239.0, 10236.0, 10224.0, 10225.0, 10237.0, 10253.0, 10237.0, 10231.0, 10273.0, 10232.0, 10276.0, 10235.0, 10256.0, 10249.0, 10241.0, 10232.0, 10224.0, 10274.0, 10207.0, 10267.0, 10197.0, 10266.0, 10231.0, 10267.0, 10259.0, 10265.0, 10232.0, 10226.0, 10203.0, 10222.0, 10226.0, 10213.0, 10234.0, 10211.0, 10224.0, 10204.0, 10223.0, 10241.0, 10250.0, 10220.0, 10265.0, 10234.0, 10263.0, 10231.0, 10259.0, 10245.0, 10261.0, 10239.0, 10261.0, 10241.0, 10250.0, 10212.0, 10238.0, 10212.0, 10244.0, 10245.0, 10229.0, 10215.0, 10194.0, 10201.0, 10205.0, 10218.0, 10231.0, 10224.0, 10215.0, 10232.0, 10206.0, 10228.0, 10216.0, 10252.0, 10222.0, 10263.0, 10203.0, 10266.0, 10192.0, 10253.0, 10203.0, 10247.0, 10231.0, 10246.0, 10201.0, 10234.0, 10197.0, 10233.0, 10219.0, 10239.0, 10230.0, 10217.0, 10224.0, 10214.0, 10196.0, 10240.0, 10223.0, 10224.0, 10218.0, 10217.0, 10203.0, 10206.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.00253830303030303</td></tr>
<tr><td colspan=3>aqi</td><td>0.039109006580086585</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.57974620999138</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2014977077036393</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9625494863951467</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>8104.395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09042020164470145</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.848484848484849</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.339697912780382</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.265481036895814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5803386657526595</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1732740356926734</td></tr>
<tr><td colspan=3>gcor</td><td>0.00978072</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011835114099085331</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04441128671169281</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.220729843473453</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>18.7788</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3969</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.352</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296306.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>913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.4915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1096</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.6653</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3880.8162</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.3868</td></tr>
<tr><td colspan=3>tsnr</td><td>35.938573122024536</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>