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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0091_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-02/func/sub-0091_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>acf6aa1aec761f74bc064e99988c6377</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>19:37:18.895000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999928, 0.0119764, -0.000906919, -0.011868, 0.973628, -0.227831]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120672</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7701, -7225, 558, -64, -155, -103, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbd52d83-ad9d-415b-af92-4ab82c0d670f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6827332973480225, -0.031840983778238297, 0.004983066581189632, 115.74817657470703], [-0.03213169053196907, 2.6121737957000732, -0.6151277422904968, -73.24801635742188], [-0.00243319827131927, 0.6112532615661621, 2.628990888595581, -84.536376953125], [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, 1158]</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, 1157, 1158], 'AcquisitionTime': ['193718.895000', '193719.355000', '193719.815000', '193720.275000', '193720.735000', '193721.195000', '193721.655000', '193722.115000', '193722.575000', '193723.035000', '193723.495000', '193723.955000', '193724.415000', '193724.875000', '193725.335000', '193725.795000', '193726.255000', '193726.715000', '193727.175000', '193727.635000', '193728.095000', '193728.555000', '193729.015000', '193729.475000', '193729.935000', '193730.395000', '193730.855000', '193731.315000', '193731.775000', '193732.235000', '193732.695000', '193733.155000', '193733.615000', '193734.075000', '193734.535000', '193734.995000', '193735.455000', '193735.915000', '193736.375000', '193736.835000', '193737.295000', '193737.755000', '193738.215000', '193738.675000', '193739.135000', '193739.595000', '193740.055000', '193740.515000', '193740.975000', '193741.435000', '193741.895000', '193742.355000', '193742.815000', '193743.275000', '193743.735000', '193744.195000', '193744.655000', '193745.115000', '193745.575000', '193746.035000', '193746.495000', '193746.955000', '193747.415000', '193747.875000', '193748.335000', '193748.795000', '193749.255000', '193749.715000', '193750.175000', '193750.635000', '193751.095000', '193751.555000', '193752.015000', '193752.475000', '193752.935000', '193753.395000', '193753.855000', '193754.315000', '193754.775000', '193755.235000', '193755.695000', '193756.155000', '193756.615000', '193757.075000', '193757.535000', '193757.995000', '193758.455000', '193758.915000', '193759.375000', '193759.835000', '193800.295000', '193800.755000', '193801.215000', '193801.675000', '193802.135000', '193802.595000', '193803.055000', '193803.515000', '193803.975000', '193804.435000', '193804.895000', '193805.355000', '193805.815000', '193806.275000', '193806.735000', '193807.195000', '193807.655000', '193808.115000', '193808.575000', '193809.035000', '193809.495000', '193809.955000', '193810.415000', '193810.875000', '193811.335000', '193811.795000', '193812.255000', '193812.715000', '193813.175000', '193813.635000', '193814.095000', '193814.555000', '193815.015000', '193815.475000', '193815.935000', '193816.395000', '193816.855000', '193817.315000', '193817.775000', '193818.235000', '193818.695000', '193819.155000', '193819.615000', '193820.075000', '193820.535000', '193820.995000', '193821.455000', '193821.915000', '193822.375000', '193822.835000', '193823.295000', '193823.755000', '193824.215000', '193824.675000', '193825.135000', '193825.595000', '193826.055000', '193826.515000', '193826.975000', '193827.435000', '193827.895000', '193828.355000', '193828.815000', '193829.275000', '193829.735000', '193830.195000', '193830.655000', '193831.115000', '193831.575000', '193832.035000', '193832.495000', '193832.955000', '193833.415000', '193833.875000', '193834.335000', '193834.795000', '193835.255000', '193835.715000', '193836.175000', '193836.635000', '193837.095000', '193837.555000', '193838.015000', '193838.475000', '193838.935000', '193839.395000', '193839.855000', '193840.315000', '193840.775000', '193841.235000', '193841.695000', '193842.155000', '193842.615000', '193843.075000', '193843.535000', '193843.995000', '193844.455000', '193844.915000', '193845.375000', '193845.835000', '193846.295000', '193846.755000', '193847.215000', '193847.675000', '193848.135000', '193848.595000', '193849.055000', '193849.515000', '193849.975000', '193850.435000', '193850.895000', '193851.355000', '193851.815000', '193852.275000', '193852.735000', '193853.195000', '193853.655000', '193854.115000', '193854.575000', '193855.035000', '193855.495000', '193855.955000', '193856.415000', '193856.875000', '193857.335000', '193857.795000', '193858.255000', '193858.715000', '193859.175000', '193859.635000', '193900.095000', '193900.555000', '193901.015000', '193901.475000', '193901.935000', '193902.395000', '193902.855000', '193903.315000', '193903.775000', '193904.235000', '193904.695000', '193905.155000', '193905.615000', '193906.075000', '193906.535000', '193906.995000', '193907.455000', '193907.915000', '193908.375000', '193908.835000', '193909.295000', '193909.755000', '193910.215000', '193910.675000', '193911.135000', '193911.595000', '193912.055000', '193912.515000', '193912.975000', '193913.435000', '193913.895000', '193914.355000', '193914.815000', '193915.275000', '193915.735000', '193916.195000', '193916.655000', '193917.115000', '193917.575000', '193918.035000', '193918.495000', '193918.955000', '193919.415000', '193919.875000', '193920.335000', '193920.795000', '193921.255000', '193921.715000', '193922.175000', '193922.635000', '193923.095000', '193923.555000', '193924.015000', '193924.475000', '193924.935000', '193925.395000', '193925.855000', '193926.315000', '193926.775000', '193927.235000', '193927.695000', '193928.155000', '193928.615000', '193929.075000', '193929.535000', '193929.995000', '193930.455000', '193930.915000', '193931.375000', '193931.835000', '193932.295000', '193932.755000', '193933.215000', '193933.675000', '193934.135000', '193934.595000', '193935.055000', '193935.515000', '193935.975000', '193936.435000', '193936.895000', '193937.355000', '193937.815000', '193938.275000', '193938.735000', '193939.195000', '193939.655000', '193940.115000', '193940.575000', '193941.035000', '193941.495000', '193941.955000', '193942.415000', '193942.875000', '193943.335000', '193943.795000', '193944.255000', '193944.715000', '193945.175000', '193945.635000', '193946.095000', '193946.555000', '193947.015000', '193947.475000', '193947.935000', '193948.395000', '193948.855000', '193949.315000', '193949.775000', '193950.235000', '193950.695000', '193951.155000', '193951.615000', '193952.075000', '193952.535000', '193952.995000', '193953.455000', '193953.915000', '193954.375000', '193954.835000', '193955.295000', '193955.755000', '193956.215000', '193956.675000', '193957.135000', '193957.595000', '193958.055000', '193958.515000', '193958.975000', '193959.435000', '193959.895000', '194000.355000', '194000.815000', '194001.275000', '194001.735000', '194002.195000', '194002.655000', '194003.115000', '194003.575000', '194004.035000', '194004.495000', '194004.955000', '194005.415000', '194005.875000', '194006.335000', '194006.795000', '194007.255000', '194007.715000', '194008.175000', '194008.635000', '194009.095000', '194009.555000', '194010.015000', '194010.475000', '194010.935000', '194011.395000', '194011.855000', '194012.315000', '194012.775000', '194013.235000', '194013.695000', '194014.155000', '194014.615000', '194015.075000', '194015.535000', '194015.995000', '194016.455000', '194016.915000', '194017.375000', '194017.835000', '194018.295000', '194018.755000', '194019.215000', '194019.675000', '194020.135000', '194020.595000', '194021.055000', '194021.515000', '194021.975000', '194022.435000', '194022.895000', '194023.355000', '194023.815000', '194024.275000', '194024.735000', '194025.195000', '194025.655000', '194026.115000', '194026.575000', '194027.035000', '194027.495000', '194027.955000', '194028.415000', '194028.875000', '194029.335000', '194029.795000', '194030.255000', '194030.715000', '194031.175000', '194031.635000', '194032.095000', '194032.555000', '194033.015000', '194033.475000', '194033.935000', '194034.395000', '194034.855000', '194035.315000', '194035.775000', '194036.235000', '194036.695000', '194037.155000', '194037.615000', '194038.075000', '194038.535000', '194038.995000', '194039.455000', '194039.915000', '194040.375000', '194040.835000', '194041.295000', '194041.755000', '194042.215000', '194042.675000', '194043.135000', '194043.595000', '194044.055000', '194044.515000', '194044.975000', '194045.435000', '194045.895000', '194046.355000', '194046.815000', '194047.275000', '194047.735000', '194048.195000', '194048.655000', '194049.115000', '194049.575000', '194050.035000', '194050.495000', '194050.955000', '194051.415000', '194051.875000', '194052.335000', '194052.795000', '194053.255000', '194053.715000', '194054.175000', '194054.635000', '194055.095000', '194055.555000', '194056.015000', '194056.475000', '194056.935000', '194057.395000', '194057.855000', '194058.315000', '194058.775000', '194059.235000', '194059.695000', '194100.155000', '194100.615000', '194101.075000', '194101.535000', '194101.995000', '194102.455000', '194102.915000', '194103.375000', '194103.835000', '194104.295000', '194104.755000', '194105.215000', '194105.675000', '194106.135000', '194106.595000', '194107.055000', '194107.515000', '194107.975000', '194108.435000', '194108.895000', '194109.355000', '194109.815000', '194110.275000', '194110.735000', '194111.195000', '194111.655000', '194112.115000', '194112.575000', '194113.035000', '194113.495000', '194113.955000', '194114.415000', '194114.875000', '194115.335000', '194115.795000', '194116.255000', '194116.715000', '194117.175000', '194117.635000', '194118.095000', '194118.555000', '194119.015000', '194119.475000', '194119.935000', '194120.395000', '194120.855000', '194121.315000', '194121.775000', '194122.235000', '194122.695000', '194123.155000', '194123.615000', '194124.075000', '194124.535000', '194124.995000', '194125.455000', '194125.915000', '194126.375000', '194126.835000', '194127.295000', '194127.755000', '194128.215000', '194128.675000', '194129.135000', '194129.595000', '194130.055000', '194130.515000', '194130.975000', '194131.435000', '194131.895000', '194132.355000', '194132.815000', '194133.275000', '194133.735000', '194134.195000', '194134.655000', '194135.115000', '194135.575000', '194136.035000', '194136.495000', '194136.955000', '194137.415000', '194137.875000', '194138.335000', '194138.795000', '194139.255000', '194139.715000', '194140.175000', '194140.635000', '194141.095000', '194141.555000', '194142.015000', '194142.475000', '194142.935000', '194143.395000', '194143.855000', '194144.315000', '194144.775000', '194145.235000', '194145.695000', '194146.155000', '194146.615000', '194147.075000', '194147.535000', '194147.995000', '194148.455000', '194148.915000', '194149.375000', '194149.835000', '194150.295000', '194150.755000', '194151.215000', '194151.675000', '194152.135000', '194152.595000', '194153.055000', '194153.515000', '194153.975000', '194154.435000', '194154.895000', '194155.355000', '194155.815000', '194156.275000', '194156.735000', '194157.195000', '194157.655000', '194158.115000', '194158.575000', '194159.035000', '194159.495000', '194159.955000', '194200.415000', '194200.875000', '194201.335000', '194201.795000', '194202.255000', '194202.715000', '194203.175000', '194203.635000', '194204.095000', '194204.555000', '194205.015000', '194205.475000', '194205.935000', '194206.395000', '194206.855000', '194207.315000', '194207.775000', '194208.235000', '194208.695000', '194209.155000', '194209.615000', '194210.075000', '194210.535000', '194210.995000', '194211.455000', '194211.915000', '194212.375000', '194212.835000', '194213.295000', '194213.755000', '194214.215000', '194214.675000', '194215.135000', '194215.595000', '194216.055000', '194216.515000', '194216.975000', '194217.435000', '194217.895000', '194218.355000', '194218.815000', '194219.275000', '194219.735000', '194220.195000', '194220.655000', '194221.115000', '194221.575000', '194222.035000', '194222.495000', '194222.955000', '194223.415000', '194223.875000', '194224.335000', '194224.795000', '194225.255000', '194225.715000', '194226.175000', '194226.635000', '194227.095000', '194227.555000', '194228.015000', '194228.475000', '194228.935000', '194229.395000', '194229.855000', '194230.315000', '194230.775000', '194231.235000', '194231.695000', '194232.155000', '194232.615000', '194233.075000', '194233.535000', '194233.995000', '194234.455000', '194234.915000', '194235.375000', '194235.835000', '194236.295000', '194236.755000', '194237.215000', '194237.675000', '194238.135000', '194238.595000', '194239.055000', '194239.515000', '194239.975000', '194240.435000', '194240.895000', '194241.355000', '194241.815000', '194242.275000', '194242.735000', '194243.195000', '194243.655000', '194244.115000', '194244.575000', '194245.035000', '194245.495000', '194245.955000', '194246.415000', '194246.875000', '194247.335000', '194247.795000', '194248.255000', '194248.715000', '194249.175000', '194249.635000', '194250.095000', '194250.555000', '194251.015000', '194251.475000', '194251.935000', '194252.395000', '194252.855000', '194253.315000', '194253.775000', '194254.235000', '194254.695000', '194255.155000', '194255.615000', '194256.075000', '194256.535000', '194256.995000', '194257.455000', '194257.915000', '194258.375000', '194258.835000', '194259.295000', '194259.755000', '194300.215000', '194300.675000', '194301.135000', '194301.595000', '194302.055000', '194302.515000', '194302.975000', '194303.435000', '194303.895000', '194304.355000', '194304.815000', '194305.275000', '194305.735000', '194306.195000', '194306.655000', '194307.115000', '194307.575000', '194308.035000', '194308.495000', '194308.955000', '194309.415000', '194309.875000', '194310.335000', '194310.795000', '194311.255000', '194311.715000', '194312.175000', '194312.635000', '194313.095000', '194313.555000', '194314.015000', '194314.475000', '194314.935000', '194315.395000', '194315.855000', '194316.315000', '194316.775000', '194317.235000', '194317.695000', '194318.155000', '194318.615000', '194319.075000', '194319.535000', '194319.995000', '194320.455000', '194320.915000', '194321.375000', '194321.835000', '194322.295000', '194322.755000', '194323.215000', '194323.675000', '194324.135000', '194324.595000', '194325.055000', '194325.515000', '194325.975000', '194326.435000', '194326.895000', '194327.355000', '194327.815000', '194328.275000', '194328.735000', '194329.195000', '194329.655000', '194330.115000', '194330.575000', '194331.035000', '194331.495000', '194331.955000', '194332.415000', '194332.875000', '194333.335000', '194333.795000', '194334.255000', '194334.715000', '194335.175000', '194335.635000', '194336.095000', '194336.555000', '194337.015000', '194337.475000', '194337.935000', '194338.395000', '194338.855000', '194339.315000', '194339.775000', '194340.235000', '194340.695000', '194341.155000', '194341.615000', '194342.075000', '194342.535000', '194342.995000', '194343.455000', '194343.915000', '194344.375000', '194344.835000', '194345.295000', '194345.755000', '194346.215000', '194346.675000', '194347.135000', '194347.595000', '194348.055000', '194348.515000', '194348.975000', '194349.435000', '194349.895000', '194350.355000', '194350.815000', '194351.275000', '194351.735000', '194352.195000', '194352.655000', '194353.115000', '194353.575000', '194354.035000', '194354.495000', '194354.955000', '194355.415000', '194355.875000', '194356.335000', '194356.795000', '194357.255000', '194357.715000', '194358.175000', '194358.635000', '194359.095000', '194359.555000', '194400.015000', '194400.475000', '194400.935000', '194401.395000', '194401.855000', '194402.315000', '194402.775000', '194403.235000', '194403.695000', '194404.155000', '194404.615000', '194405.075000', '194405.535000', '194405.995000', '194406.455000', '194406.915000', '194407.375000', '194407.835000', '194408.295000', '194408.755000', '194409.215000', '194409.675000', '194410.135000', '194410.595000', '194411.055000', '194411.515000', '194411.975000', '194412.435000', '194412.895000', '194413.355000', '194413.815000', '194414.275000', '194414.735000', '194415.195000', '194415.655000', '194416.115000', '194416.575000', '194417.035000', '194417.495000', '194417.955000', '194418.415000', '194418.875000', '194419.335000', '194419.795000', '194420.255000', '194420.715000', '194421.175000', '194421.635000', '194422.095000', '194422.555000', '194423.015000', '194423.475000', '194423.935000', '194424.395000', '194424.855000', '194425.315000', '194425.775000', '194426.235000', '194426.695000', '194427.155000', '194427.615000', '194428.075000', '194428.535000', '194428.995000', '194429.455000', '194429.915000', '194430.375000', '194430.835000', '194431.295000', '194431.755000', '194432.215000', '194432.675000', '194433.135000', '194433.595000', '194434.055000', '194434.515000', '194434.975000', '194435.435000', '194435.895000', '194436.355000', '194436.815000', '194437.275000', '194437.735000', '194438.195000', '194438.655000', '194439.115000', '194439.575000', '194440.035000', '194440.495000', '194440.955000', '194441.415000', '194441.875000', '194442.335000', '194442.795000', '194443.255000', '194443.715000', '194444.175000', '194444.635000', '194445.095000', '194445.555000', '194446.015000', '194446.475000', '194446.935000', '194447.395000', '194447.855000', '194448.315000', '194448.775000', '194449.235000', '194449.695000', '194450.155000', '194450.615000', '194451.075000', '194451.535000', '194451.995000', '194452.455000', '194452.915000', '194453.375000', '194453.835000', '194454.295000', '194454.755000', '194455.215000', '194455.675000', '194456.135000', '194456.595000', '194457.055000', '194457.515000', '194457.975000', '194458.435000', '194458.895000', '194459.355000', '194459.815000', '194500.275000', '194500.735000', '194501.195000', '194501.655000', '194502.115000', '194502.575000', '194503.035000', '194503.495000', '194503.955000', '194504.415000', '194504.875000', '194505.335000', '194505.795000', '194506.255000', '194506.715000', '194507.175000', '194507.635000', '194508.095000', '194508.555000', '194509.015000', '194509.475000', '194509.935000', '194510.395000', '194510.855000', '194511.315000', '194511.775000', '194512.235000', '194512.695000', '194513.155000', '194513.615000', '194514.075000', '194514.535000', '194514.995000', '194515.455000', '194515.915000', '194516.375000', '194516.835000', '194517.295000', '194517.755000', '194518.215000', '194518.675000', '194519.135000', '194519.595000', '194520.055000', '194520.515000', '194520.975000', '194521.435000', '194521.895000', '194522.355000', '194522.815000', '194523.275000', '194523.735000', '194524.195000', '194524.655000', '194525.115000', '194525.575000', '194526.035000', '194526.495000', '194526.955000', '194527.415000', '194527.875000', '194528.335000', '194528.795000', '194529.255000', '194529.715000', '194530.175000', '194530.635000', '194531.095000', '194531.555000', '194532.015000', '194532.475000', '194532.935000', '194533.395000', '194533.855000', '194534.315000', '194534.775000', '194535.235000', '194535.695000', '194536.155000', '194536.615000', '194537.075000', '194537.535000', '194537.995000', '194538.455000', '194538.915000', '194539.375000', '194539.835000', '194540.295000', '194540.755000', '194541.215000', '194541.675000', '194542.135000', '194542.595000', '194543.055000', '194543.515000', '194543.975000', '194544.435000', '194544.895000', '194545.355000', '194545.815000', '194546.275000', '194546.735000', '194547.195000', '194547.655000', '194548.115000', '194548.575000', '194549.035000', '194549.495000', '194549.955000', '194550.415000', '194550.875000', '194551.335000', '194551.795000', '194552.255000', '194552.715000', '194553.175000', '194553.635000', '194554.095000', '194554.555000', '194555.015000', '194555.475000', '194555.935000', '194556.395000', '194556.855000', '194557.315000', '194557.775000', '194558.235000', '194558.695000', '194559.155000', '194559.615000', '194600.075000', '194600.535000', '194600.995000', '194601.455000', '194601.915000', '194602.375000', '194602.835000', '194603.295000', '194603.755000', '194604.215000', '194604.675000', '194605.135000', '194605.595000', '194606.055000', '194606.515000', '194606.975000', '194607.435000', '194607.895000', '194608.355000', '194608.815000', '194609.275000', '194609.735000', '194610.195000', '194610.655000', '194611.115000'], 'ContentTime': ['193730.774000', '193730.777000', '193730.780000', '193730.783000', '193730.785000', '193730.797000', '193730.800000', '193730.809000', '193730.812000', '193730.814000', '193730.817000', '193730.820000', '193730.822000', '193730.825000', '193730.829000', '193730.832000', '193730.844000', '193730.847000', '193730.850000', '193730.852000', '193730.855000', '193730.858000', '193730.860000', '193730.863000', '193750.736000', '193750.739000', '193750.742000', '193750.745000', '193750.747000', '193750.750000', '193750.762000', '193750.765000', '193750.767000', '193750.770000', '193750.773000', '193750.775000', '193750.778000', '193750.780000', '193750.783000', '193750.785000', '193750.788000', '193750.791000', '193750.793000', '193750.796000', '193750.798000', '193750.801000', '193750.804000', '193750.806000', '193750.809000', '193750.811000', '193750.814000', '193750.816000', '193750.819000', '193750.821000', '193750.824000', '193750.827000', '193750.829000', '193750.832000', '193750.835000', '193750.837000', '193750.840000', '193750.842000', '193750.845000', '193750.847000', '193750.853000', '193750.856000', '193750.859000', '193750.861000', '193810.736000', '193810.739000', '193810.742000', '193810.744000', '193810.747000', '193810.750000', '193810.752000', '193810.755000', '193810.757000', '193810.760000', '193810.763000', '193810.765000', '193810.768000', '193810.770000', '193810.773000', '193810.775000', '193810.778000', '193810.781000', '193810.783000', '193810.786000', '193810.788000', '193810.791000', '193810.794000', '193810.796000', '193810.799000', '193810.801000', '193810.804000', '193810.806000', '193810.809000', '193810.812000', '193810.814000', '193810.817000', '193810.820000', '193810.822000', '193810.825000', '193810.835000', '193810.837000', '193810.840000', '193810.843000', '193810.845000', '193810.848000', '193810.850000', '193810.853000', '193830.737000', '193830.740000', '193830.742000', '193830.745000', '193830.747000', '193830.750000', '193830.753000', '193830.755000', '193830.758000', '193830.760000', '193830.763000', '193830.765000', '193830.768000', '193830.771000', '193830.773000', '193830.776000', '193830.778000', '193830.781000', '193830.784000', '193830.786000', '193830.789000', '193830.791000', '193830.794000', '193830.797000', '193830.799000', '193830.802000', '193830.804000', '193830.807000', '193830.810000', '193830.812000', '193830.815000', '193830.817000', '193830.820000', '193830.823000', '193830.825000', '193830.828000', '193830.830000', '193830.833000', '193830.836000', '193830.838000', '193830.841000', '193830.843000', '193830.846000', '193830.848000', '193850.736000', '193850.739000', '193850.742000', '193850.745000', '193850.747000', '193850.750000', '193850.752000', '193850.755000', '193850.758000', '193850.760000', '193850.763000', '193850.765000', '193850.768000', '193850.771000', '193850.773000', '193850.776000', '193850.778000', '193850.781000', '193850.784000', '193850.786000', '193850.789000', '193850.791000', '193850.794000', '193850.796000', '193850.799000', '193850.802000', '193850.804000', '193850.807000', '193850.809000', '193850.812000', '193850.815000', '193850.817000', '193850.820000', '193850.822000', '193850.825000', '193850.827000', '193850.830000', '193850.833000', '193850.835000', '193850.838000', '193850.841000', '193850.844000', '193850.847000', '193910.736000', '193910.739000', '193910.742000', '193910.745000', '193910.747000', '193910.750000', '193910.752000', '193910.755000', '193910.757000', '193910.760000', '193910.763000', '193910.765000', '193910.768000', '193910.770000', '193910.773000', '193910.776000', '193910.778000', '193910.781000', '193910.783000', '193910.786000', '193910.788000', '193910.791000', '193910.794000', '193910.796000', '193910.799000', '193910.801000', '193910.804000', '193910.806000', '193910.809000', '193910.812000', '193910.814000', '193910.817000', '193910.820000', '193910.822000', '193910.825000', '193910.827000', '193910.830000', '193910.833000', '193910.835000', '193910.838000', '193910.840000', '193910.843000', '193910.860000', '193910.863000', '193930.737000', '193930.740000', '193930.742000', '193930.745000', '193930.747000', '193930.750000', '193930.753000', '193930.755000', '193930.758000', '193930.760000', '193930.763000', '193930.766000', '193930.768000', '193930.771000', '193930.773000', '193930.776000', '193930.779000', '193930.781000', '193930.784000', '193930.786000', '193930.789000', '193930.791000', '193930.794000', '193930.797000', '193930.799000', '193930.802000', '193930.804000', '193930.807000', '193930.810000', '193930.812000', '193930.815000', '193930.817000', '193930.820000', '193930.823000', '193930.825000', '193930.828000', '193930.830000', '193930.833000', '193930.835000', '193930.838000', '193930.841000', '193930.843000', '193930.846000', '193950.736000', '193950.739000', '193950.742000', '193950.744000', '193950.747000', '193950.749000', '193950.752000', '193950.755000', '193950.757000', '193950.760000', '193950.763000', '193950.765000', '193950.768000', '193950.770000', '193950.773000', '193950.776000', '193950.778000', '193950.781000', '193950.783000', '193950.786000', '193950.788000', '193950.791000', '193950.793000', '193950.796000', '193950.799000', '193950.801000', '193950.804000', '193950.806000', '193950.809000', '193950.812000', '193950.814000', '193950.817000', '193950.819000', '193950.822000', '193950.825000', '193950.827000', '193950.830000', '193950.832000', '193950.835000', '193950.837000', '193950.840000', '193950.843000', '193950.845000', '193950.848000', '194010.737000', '194010.739000', '194010.742000', '194010.745000', '194010.747000', '194010.750000', '194010.752000', '194010.755000', '194010.758000', '194010.760000', '194010.763000', '194010.766000', '194010.768000', '194010.771000', '194010.774000', '194010.776000', '194010.779000', '194010.781000', '194010.784000', '194010.786000', '194010.789000', '194010.792000', '194010.794000', '194010.797000', '194010.799000', '194010.802000', '194010.805000', '194010.807000', '194010.810000', '194010.812000', '194010.815000', '194010.818000', '194010.820000', '194010.823000', '194010.825000', '194010.828000', '194010.831000', '194010.833000', '194010.836000', '194010.838000', '194010.841000', '194010.843000', '194010.846000', '194030.736000', '194030.739000', '194030.742000', '194030.745000', '194030.752000', '194030.755000', '194030.757000', '194030.760000', '194030.763000', '194030.765000', '194030.768000', '194030.771000', '194030.774000', '194030.776000', '194030.779000', '194030.781000', '194030.784000', '194030.787000', '194030.789000', '194030.792000', '194030.794000', '194030.797000', '194030.800000', '194030.802000', '194030.805000', '194030.807000', '194030.810000', '194030.813000', '194030.815000', '194030.818000', '194030.820000', '194030.823000', '194030.825000', '194030.828000', '194030.831000', '194030.833000', '194030.836000', '194030.838000', '194030.841000', '194030.844000', '194030.846000', '194030.849000', '194030.851000', '194030.854000', '194050.736000', '194050.739000', '194050.742000', '194050.745000', '194050.747000', '194050.750000', '194050.752000', '194050.755000', '194050.758000', '194050.760000', '194050.763000', '194050.765000', '194050.768000', '194050.771000', '194050.773000', '194050.776000', '194050.778000', '194050.781000', '194050.783000', '194050.786000', '194050.789000', '194050.791000', '194050.794000', '194050.806000', '194050.809000', '194050.811000', '194050.814000', '194050.816000', '194050.819000', '194050.821000', '194050.824000', '194050.827000', '194050.829000', '194050.832000', '194050.834000', '194050.837000', '194050.839000', '194050.842000', '194050.845000', '194050.847000', '194050.850000', '194050.852000', '194050.855000', '194110.736000', '194110.739000', '194110.742000', '194110.745000', '194110.747000', '194110.750000', '194110.752000', '194110.755000', '194110.757000', '194110.760000', '194110.763000', '194110.765000', '194110.768000', '194110.770000', '194110.773000', '194110.775000', '194110.778000', '194110.781000', '194110.783000', '194110.786000', '194110.788000', '194110.791000', '194110.794000', '194110.796000', '194110.799000', '194110.801000', '194110.804000', '194110.807000', '194110.809000', '194110.812000', '194110.814000', '194110.817000', '194110.820000', '194110.822000', '194110.825000', '194110.827000', '194110.830000', '194110.833000', '194110.835000', '194110.838000', '194110.840000', '194110.843000', '194110.845000', '194110.848000', '194130.737000', '194130.739000', '194130.742000', '194130.745000', '194130.747000', '194130.750000', '194130.753000', '194130.755000', '194130.758000', '194130.761000', '194130.763000', '194130.766000', '194130.768000', '194130.771000', '194130.774000', '194130.776000', '194130.779000', '194130.781000', '194130.784000', '194130.786000', '194130.789000', '194130.792000', '194130.794000', '194130.797000', '194130.800000', '194130.802000', '194130.805000', '194130.807000', '194130.810000', '194130.812000', '194130.815000', '194130.818000', '194130.820000', '194130.823000', '194130.825000', '194130.828000', '194130.831000', '194130.833000', '194130.836000', '194130.839000', '194130.841000', '194130.844000', '194130.846000', '194150.737000', '194150.739000', '194150.742000', '194150.745000', '194150.748000', '194150.750000', '194150.753000', '194150.756000', '194150.759000', '194150.762000', '194150.765000', '194150.768000', '194150.770000', '194150.773000', '194150.776000', '194150.778000', '194150.781000', '194150.783000', '194150.786000', '194150.789000', '194150.791000', '194150.794000', '194150.796000', '194150.799000', '194150.802000', '194150.804000', '194150.807000', '194150.809000', '194150.813000', '194150.815000', '194150.818000', '194150.820000', '194150.823000', '194150.826000', '194150.828000', '194150.831000', '194150.834000', '194150.836000', '194150.839000', '194150.842000', '194150.844000', '194150.847000', '194150.850000', '194210.737000', '194210.740000', '194210.743000', '194210.745000', '194210.748000', '194210.750000', '194210.753000', '194210.756000', '194210.758000', '194210.761000', '194210.763000', '194210.766000', '194210.769000', '194210.772000', '194210.774000', '194210.777000', '194210.779000', '194210.782000', '194210.784000', '194210.787000', '194210.790000', '194210.798000', '194210.801000', '194210.803000', '194210.806000', '194210.809000', '194210.811000', '194210.814000', '194210.816000', '194210.819000', '194210.822000', '194210.824000', '194210.827000', '194210.830000', '194210.832000', '194210.835000', '194210.838000', '194210.840000', '194210.843000', '194210.846000', '194210.848000', '194210.851000', '194210.854000', '194210.856000', '194230.737000', '194230.739000', '194230.742000', '194230.745000', '194230.747000', '194230.763000', '194230.766000', '194230.768000', '194230.771000', '194230.774000', '194230.776000', '194230.779000', '194230.781000', '194230.784000', '194230.786000', '194230.789000', '194230.792000', '194230.795000', '194230.797000', '194230.800000', '194230.803000', '194230.805000', '194230.808000', '194230.811000', '194230.813000', '194230.816000', '194230.819000', '194230.821000', '194230.824000', '194230.827000', '194230.829000', '194230.832000', '194230.834000', '194230.837000', '194230.840000', '194230.842000', '194230.845000', '194230.848000', '194230.850000', '194230.853000', '194230.855000', '194230.858000', '194230.860000', '194250.736000', '194250.739000', '194250.742000', '194250.745000', '194250.747000', '194250.750000', '194250.753000', '194250.755000', '194250.758000', '194250.760000', '194250.763000', '194250.765000', '194250.768000', '194250.771000', '194250.773000', '194250.781000', '194250.784000', '194250.787000', '194250.790000', '194250.792000', '194250.795000', '194250.798000', '194250.800000', '194250.803000', '194250.806000', '194250.808000', '194250.811000', '194250.814000', '194250.817000', '194250.819000', '194250.822000', '194250.824000', '194250.834000', '194250.837000', '194250.839000', '194250.842000', '194250.845000', '194250.847000', '194250.850000', '194250.852000', '194250.855000', '194250.857000', '194250.860000', '194250.863000', '194310.737000', '194310.739000', '194310.742000', '194310.745000', '194310.748000', '194310.750000', '194310.753000', '194310.756000', '194310.759000', '194310.762000', '194310.765000', '194310.768000', '194310.770000', '194310.773000', '194310.776000', '194310.778000', '194310.781000', '194310.784000', '194310.786000', '194310.789000', '194310.792000', '194310.794000', '194310.798000', '194310.801000', '194310.804000', '194310.806000', '194310.809000', '194310.812000', '194310.814000', '194310.817000', '194310.819000', '194310.822000', '194310.825000', '194310.827000', '194310.830000', '194310.833000', '194310.835000', '194310.838000', '194310.840000', '194310.843000', '194310.845000', '194310.848000', '194310.851000', '194330.737000', '194330.739000', '194330.742000', '194330.745000', '194330.748000', '194330.750000', '194330.753000', '194330.756000', '194330.758000', '194330.761000', '194330.764000', '194330.766000', '194330.769000', '194330.772000', '194330.774000', '194330.777000', '194330.779000', '194330.782000', '194330.785000', '194330.787000', '194330.790000', '194330.792000', '194330.795000', '194330.798000', '194330.800000', '194330.803000', '194330.805000', '194330.808000', '194330.811000', '194330.814000', '194330.816000', '194330.819000', '194330.822000', '194330.824000', '194330.827000', '194330.830000', '194330.832000', '194330.835000', '194330.837000', '194330.840000', '194330.843000', '194330.845000', '194330.848000', '194330.850000', '194350.736000', '194350.758000', '194350.761000', '194350.763000', '194350.766000', '194350.769000', '194350.771000', '194350.774000', '194350.777000', '194350.780000', '194350.783000', '194350.786000', '194350.790000', '194350.793000', '194350.795000', '194350.798000', '194350.801000', '194350.804000', '194350.806000', '194350.809000', '194350.812000', '194350.814000', '194350.817000', '194350.820000', '194350.822000', '194350.825000', '194350.828000', '194350.830000', '194350.833000', '194350.836000', '194350.838000', '194350.841000', '194350.844000', '194350.847000', '194350.849000', '194350.852000', '194350.855000', '194350.857000', '194350.860000', '194350.862000', '194350.865000', '194350.868000', '194350.870000', '194410.737000', '194410.740000', '194410.743000', '194410.746000', '194410.748000', '194410.751000', '194410.753000', '194410.756000', '194410.759000', '194410.761000', '194410.764000', '194410.766000', '194410.769000', '194410.772000', '194410.774000', '194410.777000', '194410.779000', '194410.782000', '194410.784000', '194410.787000', '194410.799000', '194410.802000', '194410.805000', '194410.808000', '194410.810000', '194410.813000', '194410.816000', '194410.818000', '194410.821000', '194410.823000', '194410.826000', '194410.829000', '194410.832000', '194410.834000', '194410.837000', '194410.839000', '194410.842000', '194410.845000', '194410.847000', '194410.850000', '194410.853000', '194410.855000', '194410.858000', '194410.861000', '194430.737000', '194430.739000', '194430.742000', '194430.745000', '194430.747000', '194430.750000', '194430.752000', '194430.755000', '194430.758000', '194430.760000', '194430.763000', '194430.765000', '194430.768000', '194430.771000', '194430.773000', '194430.776000', '194430.779000', '194430.782000', '194430.785000', '194430.788000', '194430.790000', '194430.793000', '194430.795000', '194430.798000', '194430.800000', '194430.803000', '194430.806000', '194430.808000', '194430.811000', '194430.814000', '194430.816000', '194430.819000', '194430.821000', '194430.824000', '194430.827000', '194430.829000', '194430.832000', '194430.834000', '194430.838000', '194430.841000', '194430.844000', '194430.846000', '194430.849000', '194450.737000', '194450.739000', '194450.742000', '194450.745000', '194450.747000', '194450.750000', '194450.753000', '194450.755000', '194450.758000', '194450.760000', '194450.763000', '194450.766000', '194450.768000', '194450.771000', '194450.774000', '194450.776000', '194450.779000', '194450.781000', '194450.784000', '194450.787000', '194450.789000', '194450.792000', '194450.794000', '194450.797000', '194450.800000', '194450.802000', '194450.805000', '194450.808000', '194450.810000', '194450.813000', '194450.816000', '194450.818000', '194450.821000', '194450.823000', '194450.826000', '194450.829000', '194450.831000', '194450.834000', '194450.836000', '194450.839000', '194450.842000', '194450.844000', '194450.847000', '194450.850000', '194510.736000', '194510.739000', '194510.742000', '194510.745000', '194510.747000', '194510.750000', '194510.752000', '194510.755000', '194510.758000', '194510.760000', '194510.763000', '194510.765000', '194510.768000', '194510.771000', '194510.773000', '194510.776000', '194510.778000', '194510.781000', '194510.784000', '194510.786000', '194510.790000', '194510.793000', '194510.796000', '194510.798000', '194510.801000', '194510.803000', '194510.822000', '194510.825000', '194510.827000', '194510.830000', '194510.832000', '194510.835000', '194510.838000', '194510.840000', '194510.843000', '194510.845000', '194510.848000', '194510.850000', '194510.853000', '194510.856000', '194510.858000', '194510.861000', '194510.863000', '194530.737000', '194530.740000', '194530.742000', '194530.745000', '194530.747000', '194530.750000', '194530.752000', '194530.755000', '194530.758000', '194530.760000', '194530.763000', '194530.766000', '194530.768000', '194530.771000', '194530.773000', '194530.776000', '194530.779000', '194530.781000', '194530.784000', '194530.787000', '194530.789000', '194530.792000', '194530.795000', '194530.797000', '194530.800000', '194530.802000', '194530.805000', '194530.808000', '194530.810000', '194530.813000', '194530.816000', '194530.818000', '194530.821000', '194530.824000', '194530.826000', '194530.829000', '194530.832000', '194530.834000', '194530.837000', '194530.857000', '194530.860000', '194530.862000', '194530.865000', '194530.868000', '194550.737000', '194550.739000', '194550.742000', '194550.745000', '194550.747000', '194550.750000', '194550.753000', '194550.755000', '194550.758000', '194550.760000', '194550.763000', '194550.766000', '194550.768000', '194550.771000', '194550.773000', '194550.776000', '194550.779000', '194550.781000', '194550.784000', '194550.787000', '194550.789000', '194550.792000', '194550.794000', '194550.797000', '194550.800000', '194550.802000', '194550.805000', '194550.808000', '194550.810000', '194550.813000', '194550.815000', '194550.818000', '194550.821000', '194550.823000', '194550.826000', '194550.829000', '194550.831000', '194550.834000', '194550.836000', '194550.839000', '194550.842000', '194550.844000', '194550.847000', '194610.737000', '194610.739000', '194610.742000', '194610.745000', '194610.747000', '194610.750000', '194610.753000', '194610.755000', '194610.758000', '194610.760000', '194610.763000', '194610.766000', '194610.768000', '194610.771000', '194610.773000', '194610.776000', '194610.779000', '194610.781000', '194610.784000', '194610.786000', '194610.789000', '194610.792000', '194610.794000', '194610.797000', '194610.799000', '194610.802000', '194610.805000', '194610.807000', '194610.810000', '194610.813000', '194610.815000', '194610.818000', '194610.821000', '194610.823000', '194610.826000', '194610.828000', '194610.831000', '194610.834000', '194610.837000', '194610.839000', '194610.842000', '194610.845000', '194610.847000', '194611.990000', '194611.993000', '194611.996000', '194611.998000'], 'InstanceCreationTime': ['193730.774000', '193730.777000', '193730.780000', '193730.783000', '193730.785000', '193730.797000', '193730.800000', '193730.809000', '193730.812000', '193730.814000', '193730.817000', '193730.820000', '193730.822000', '193730.825000', '193730.829000', '193730.832000', '193730.844000', '193730.847000', '193730.850000', '193730.852000', '193730.855000', '193730.858000', '193730.860000', '193730.863000', '193750.736000', '193750.739000', '193750.742000', '193750.745000', '193750.747000', '193750.750000', '193750.762000', '193750.765000', '193750.767000', '193750.770000', '193750.773000', '193750.775000', '193750.778000', '193750.780000', '193750.783000', '193750.785000', '193750.788000', '193750.791000', '193750.793000', '193750.796000', '193750.798000', '193750.801000', '193750.804000', '193750.806000', '193750.809000', '193750.811000', '193750.814000', '193750.816000', '193750.819000', '193750.821000', '193750.824000', '193750.827000', '193750.829000', '193750.832000', '193750.835000', '193750.837000', '193750.840000', '193750.842000', '193750.845000', '193750.847000', '193750.853000', '193750.856000', '193750.859000', '193750.861000', '193810.736000', '193810.739000', '193810.742000', '193810.744000', '193810.747000', '193810.750000', '193810.752000', '193810.755000', '193810.757000', '193810.760000', '193810.763000', '193810.765000', '193810.768000', '193810.770000', '193810.773000', '193810.775000', '193810.778000', '193810.781000', '193810.783000', '193810.786000', '193810.788000', '193810.791000', '193810.794000', '193810.796000', '193810.799000', '193810.801000', '193810.804000', '193810.806000', '193810.809000', '193810.812000', '193810.814000', '193810.817000', '193810.820000', '193810.822000', '193810.825000', '193810.835000', '193810.837000', '193810.840000', '193810.843000', '193810.845000', '193810.848000', '193810.850000', '193810.853000', '193830.737000', '193830.740000', '193830.742000', '193830.745000', '193830.747000', '193830.750000', '193830.753000', '193830.755000', '193830.758000', '193830.760000', '193830.763000', '193830.765000', '193830.768000', '193830.771000', '193830.773000', '193830.776000', '193830.778000', '193830.781000', '193830.784000', '193830.786000', '193830.789000', '193830.791000', '193830.794000', '193830.797000', '193830.799000', '193830.802000', '193830.804000', '193830.807000', '193830.810000', '193830.812000', '193830.815000', '193830.817000', '193830.820000', '193830.823000', '193830.825000', '193830.828000', '193830.830000', '193830.833000', '193830.836000', '193830.838000', '193830.841000', '193830.843000', '193830.846000', '193830.848000', '193850.736000', '193850.739000', '193850.742000', '193850.745000', '193850.747000', '193850.750000', '193850.752000', '193850.755000', '193850.758000', '193850.760000', '193850.763000', '193850.765000', '193850.768000', '193850.771000', '193850.773000', '193850.776000', '193850.778000', '193850.781000', '193850.784000', '193850.786000', '193850.789000', '193850.791000', '193850.794000', '193850.796000', '193850.799000', '193850.802000', '193850.804000', '193850.807000', '193850.809000', '193850.812000', '193850.815000', '193850.817000', '193850.820000', '193850.822000', '193850.825000', '193850.827000', '193850.830000', '193850.833000', '193850.835000', '193850.838000', '193850.841000', '193850.844000', '193850.847000', '193910.736000', '193910.739000', '193910.742000', '193910.745000', '193910.747000', '193910.750000', '193910.752000', '193910.755000', '193910.757000', '193910.760000', '193910.763000', '193910.765000', '193910.768000', '193910.770000', '193910.773000', '193910.776000', '193910.778000', '193910.781000', '193910.783000', '193910.786000', '193910.788000', '193910.791000', '193910.794000', '193910.796000', '193910.799000', '193910.801000', '193910.804000', '193910.806000', '193910.809000', '193910.812000', '193910.814000', '193910.817000', '193910.820000', '193910.822000', '193910.825000', '193910.827000', '193910.830000', '193910.833000', '193910.835000', '193910.838000', '193910.840000', '193910.843000', '193910.860000', '193910.863000', '193930.737000', '193930.740000', '193930.742000', '193930.745000', '193930.747000', '193930.750000', '193930.753000', '193930.755000', '193930.758000', '193930.760000', '193930.763000', '193930.766000', '193930.768000', '193930.771000', '193930.773000', '193930.776000', '193930.779000', '193930.781000', '193930.784000', '193930.786000', '193930.789000', '193930.791000', '193930.794000', '193930.797000', '193930.799000', '193930.802000', '193930.804000', '193930.807000', '193930.810000', '193930.812000', '193930.815000', '193930.817000', '193930.820000', '193930.823000', '193930.825000', '193930.828000', '193930.830000', '193930.833000', '193930.835000', '193930.838000', '193930.841000', '193930.843000', '193930.846000', '193950.736000', '193950.739000', '193950.742000', '193950.744000', '193950.747000', '193950.749000', '193950.752000', '193950.755000', '193950.757000', '193950.760000', '193950.763000', '193950.765000', '193950.768000', '193950.770000', '193950.773000', '193950.776000', '193950.778000', '193950.781000', '193950.783000', '193950.786000', '193950.788000', '193950.791000', '193950.793000', '193950.796000', '193950.799000', '193950.801000', '193950.804000', '193950.806000', '193950.809000', '193950.812000', '193950.814000', '193950.817000', '193950.819000', '193950.822000', '193950.825000', '193950.827000', '193950.830000', '193950.832000', '193950.835000', '193950.837000', '193950.840000', '193950.843000', '193950.845000', '193950.848000', '194010.737000', '194010.739000', '194010.742000', '194010.745000', '194010.747000', '194010.750000', '194010.752000', '194010.755000', '194010.758000', '194010.760000', '194010.763000', '194010.766000', '194010.768000', '194010.771000', '194010.774000', '194010.776000', '194010.779000', '194010.781000', '194010.784000', '194010.786000', '194010.789000', '194010.792000', '194010.794000', '194010.797000', '194010.799000', '194010.802000', '194010.805000', '194010.807000', '194010.810000', '194010.812000', '194010.815000', '194010.818000', '194010.820000', '194010.823000', '194010.825000', '194010.828000', '194010.831000', '194010.833000', '194010.836000', '194010.838000', '194010.841000', '194010.843000', '194010.846000', '194030.736000', '194030.739000', '194030.742000', '194030.745000', '194030.752000', '194030.755000', '194030.757000', '194030.760000', '194030.763000', '194030.765000', '194030.768000', '194030.771000', '194030.774000', '194030.776000', '194030.779000', '194030.781000', '194030.784000', '194030.787000', '194030.789000', '194030.792000', '194030.794000', '194030.797000', '194030.800000', '194030.802000', '194030.805000', '194030.807000', '194030.810000', '194030.813000', '194030.815000', '194030.818000', '194030.820000', '194030.823000', '194030.825000', '194030.828000', '194030.831000', '194030.833000', '194030.836000', '194030.838000', '194030.841000', '194030.844000', '194030.846000', '194030.849000', '194030.851000', '194030.854000', '194050.736000', '194050.739000', '194050.742000', '194050.745000', '194050.747000', '194050.750000', '194050.752000', '194050.755000', '194050.758000', '194050.760000', '194050.763000', '194050.765000', '194050.768000', '194050.771000', '194050.773000', '194050.776000', '194050.778000', '194050.781000', '194050.783000', '194050.786000', '194050.789000', '194050.791000', '194050.794000', '194050.806000', '194050.809000', '194050.811000', '194050.814000', '194050.816000', '194050.819000', '194050.821000', '194050.824000', '194050.827000', '194050.829000', '194050.832000', '194050.834000', '194050.837000', '194050.839000', '194050.842000', '194050.845000', '194050.847000', '194050.850000', '194050.852000', '194050.855000', '194110.736000', '194110.739000', '194110.742000', '194110.745000', '194110.747000', '194110.750000', '194110.752000', '194110.755000', '194110.757000', '194110.760000', '194110.763000', '194110.765000', '194110.768000', '194110.770000', '194110.773000', '194110.775000', '194110.778000', '194110.781000', '194110.783000', '194110.786000', '194110.788000', '194110.791000', '194110.794000', '194110.796000', '194110.799000', '194110.801000', '194110.804000', '194110.807000', '194110.809000', '194110.812000', '194110.814000', '194110.817000', '194110.820000', '194110.822000', '194110.825000', '194110.827000', '194110.830000', '194110.833000', '194110.835000', '194110.838000', '194110.840000', '194110.843000', '194110.845000', '194110.848000', '194130.737000', '194130.739000', '194130.742000', '194130.745000', '194130.747000', '194130.750000', '194130.753000', '194130.755000', '194130.758000', '194130.761000', '194130.763000', '194130.766000', '194130.768000', '194130.771000', '194130.774000', '194130.776000', '194130.779000', '194130.781000', '194130.784000', '194130.786000', '194130.789000', '194130.792000', '194130.794000', '194130.797000', '194130.800000', '194130.802000', '194130.805000', '194130.807000', '194130.810000', '194130.812000', '194130.815000', '194130.818000', '194130.820000', '194130.823000', '194130.825000', '194130.828000', '194130.831000', '194130.833000', '194130.836000', '194130.839000', '194130.841000', '194130.844000', '194130.846000', '194150.737000', '194150.739000', '194150.742000', '194150.745000', '194150.748000', '194150.750000', '194150.753000', '194150.756000', '194150.759000', '194150.762000', '194150.765000', '194150.768000', '194150.770000', '194150.773000', '194150.776000', '194150.778000', '194150.781000', '194150.783000', '194150.786000', '194150.789000', '194150.791000', '194150.794000', '194150.796000', '194150.799000', '194150.802000', '194150.804000', '194150.807000', '194150.809000', '194150.813000', '194150.815000', '194150.818000', '194150.820000', '194150.823000', '194150.826000', '194150.828000', '194150.831000', '194150.834000', '194150.836000', '194150.839000', '194150.842000', '194150.844000', '194150.847000', '194150.850000', '194210.737000', '194210.740000', '194210.743000', '194210.745000', '194210.748000', '194210.750000', '194210.753000', '194210.756000', '194210.758000', '194210.761000', '194210.763000', '194210.766000', '194210.769000', '194210.772000', '194210.774000', '194210.777000', '194210.779000', '194210.782000', '194210.784000', '194210.787000', '194210.790000', '194210.798000', '194210.801000', '194210.803000', '194210.806000', '194210.809000', '194210.811000', '194210.814000', '194210.816000', '194210.819000', '194210.822000', '194210.824000', '194210.827000', '194210.830000', '194210.832000', '194210.835000', '194210.838000', '194210.840000', '194210.843000', '194210.846000', '194210.848000', '194210.851000', '194210.854000', '194210.856000', '194230.737000', '194230.739000', '194230.742000', '194230.745000', '194230.747000', '194230.763000', '194230.766000', '194230.768000', '194230.771000', '194230.774000', '194230.776000', '194230.779000', '194230.781000', '194230.784000', '194230.786000', '194230.789000', '194230.792000', '194230.795000', '194230.797000', '194230.800000', '194230.803000', '194230.805000', '194230.808000', '194230.811000', '194230.813000', '194230.816000', '194230.819000', '194230.821000', '194230.824000', '194230.827000', '194230.829000', '194230.832000', '194230.834000', '194230.837000', '194230.840000', '194230.842000', '194230.845000', '194230.848000', '194230.850000', '194230.853000', '194230.855000', '194230.858000', '194230.860000', '194250.736000', '194250.739000', '194250.742000', '194250.745000', '194250.747000', '194250.750000', '194250.753000', '194250.755000', '194250.758000', '194250.760000', '194250.763000', '194250.765000', '194250.768000', '194250.771000', '194250.773000', '194250.781000', '194250.784000', '194250.787000', '194250.790000', '194250.792000', '194250.795000', '194250.798000', '194250.800000', '194250.803000', '194250.806000', '194250.808000', '194250.811000', '194250.814000', '194250.817000', '194250.819000', '194250.822000', '194250.824000', '194250.834000', '194250.837000', '194250.839000', '194250.842000', '194250.845000', '194250.847000', '194250.850000', '194250.852000', '194250.855000', '194250.857000', '194250.860000', '194250.863000', '194310.737000', '194310.739000', '194310.742000', '194310.745000', '194310.748000', '194310.750000', '194310.753000', '194310.756000', '194310.759000', '194310.762000', '194310.765000', '194310.768000', '194310.770000', '194310.773000', '194310.776000', '194310.778000', '194310.781000', '194310.784000', '194310.786000', '194310.789000', '194310.792000', '194310.794000', '194310.798000', '194310.801000', '194310.804000', '194310.806000', '194310.809000', '194310.812000', '194310.814000', '194310.817000', '194310.819000', '194310.822000', '194310.825000', '194310.827000', '194310.830000', '194310.833000', '194310.835000', '194310.838000', '194310.840000', '194310.843000', '194310.845000', '194310.848000', '194310.851000', '194330.737000', '194330.739000', '194330.742000', '194330.745000', '194330.748000', '194330.750000', '194330.753000', '194330.756000', '194330.758000', '194330.761000', '194330.764000', '194330.766000', '194330.769000', '194330.772000', '194330.774000', '194330.777000', '194330.779000', '194330.782000', '194330.785000', '194330.787000', '194330.790000', '194330.792000', '194330.795000', '194330.798000', '194330.800000', '194330.803000', '194330.805000', '194330.808000', '194330.811000', '194330.814000', '194330.816000', '194330.819000', '194330.822000', '194330.824000', '194330.827000', '194330.830000', '194330.832000', '194330.835000', '194330.837000', '194330.840000', '194330.843000', '194330.845000', '194330.848000', '194330.850000', '194350.736000', '194350.758000', '194350.761000', '194350.763000', '194350.766000', '194350.769000', '194350.771000', '194350.774000', '194350.777000', '194350.780000', '194350.783000', '194350.786000', '194350.790000', '194350.793000', '194350.795000', '194350.798000', '194350.801000', '194350.804000', '194350.806000', '194350.809000', '194350.812000', '194350.814000', '194350.817000', '194350.820000', '194350.822000', '194350.825000', '194350.828000', '194350.830000', '194350.833000', '194350.836000', '194350.838000', '194350.841000', '194350.844000', '194350.847000', '194350.849000', '194350.852000', '194350.855000', '194350.857000', '194350.860000', '194350.862000', '194350.865000', '194350.868000', '194350.870000', '194410.737000', '194410.740000', '194410.743000', '194410.746000', '194410.748000', '194410.751000', '194410.753000', '194410.756000', '194410.759000', '194410.761000', '194410.764000', '194410.766000', '194410.769000', '194410.772000', '194410.774000', '194410.777000', '194410.779000', '194410.782000', '194410.784000', '194410.787000', '194410.799000', '194410.802000', '194410.805000', '194410.808000', '194410.810000', '194410.813000', '194410.816000', '194410.818000', '194410.821000', '194410.823000', '194410.826000', '194410.829000', '194410.832000', '194410.834000', '194410.837000', '194410.839000', '194410.842000', '194410.845000', '194410.847000', '194410.850000', '194410.853000', '194410.855000', '194410.858000', '194410.861000', '194430.737000', '194430.739000', '194430.742000', '194430.745000', '194430.747000', '194430.750000', '194430.752000', '194430.755000', '194430.758000', '194430.760000', '194430.763000', '194430.765000', '194430.768000', '194430.771000', '194430.773000', '194430.776000', '194430.779000', '194430.782000', '194430.785000', '194430.788000', '194430.790000', '194430.793000', '194430.795000', '194430.798000', '194430.800000', '194430.803000', '194430.806000', '194430.808000', '194430.811000', '194430.814000', '194430.816000', '194430.819000', '194430.821000', '194430.824000', '194430.827000', '194430.829000', '194430.832000', '194430.834000', '194430.838000', '194430.841000', '194430.844000', '194430.846000', '194430.849000', '194450.737000', '194450.739000', '194450.742000', '194450.745000', '194450.747000', '194450.750000', '194450.753000', '194450.755000', '194450.758000', '194450.760000', '194450.763000', '194450.766000', '194450.768000', '194450.771000', '194450.774000', '194450.776000', '194450.779000', '194450.781000', '194450.784000', '194450.787000', '194450.789000', '194450.792000', '194450.794000', '194450.797000', '194450.800000', '194450.802000', '194450.805000', '194450.808000', '194450.810000', '194450.813000', '194450.816000', '194450.818000', '194450.821000', '194450.823000', '194450.826000', '194450.829000', '194450.831000', '194450.834000', '194450.836000', '194450.839000', '194450.842000', '194450.844000', '194450.847000', '194450.850000', '194510.736000', '194510.739000', '194510.742000', '194510.745000', '194510.747000', '194510.750000', '194510.752000', '194510.755000', '194510.758000', '194510.760000', '194510.763000', '194510.765000', '194510.768000', '194510.771000', '194510.773000', '194510.776000', '194510.778000', '194510.781000', '194510.784000', '194510.786000', '194510.790000', '194510.793000', '194510.796000', '194510.798000', '194510.801000', '194510.803000', '194510.822000', '194510.825000', '194510.827000', '194510.830000', '194510.832000', '194510.835000', '194510.838000', '194510.840000', '194510.843000', '194510.845000', '194510.848000', '194510.850000', '194510.853000', '194510.856000', '194510.858000', '194510.861000', '194510.863000', '194530.737000', '194530.740000', '194530.742000', '194530.745000', '194530.747000', '194530.750000', '194530.752000', '194530.755000', '194530.758000', '194530.760000', '194530.763000', '194530.766000', '194530.768000', '194530.771000', '194530.773000', '194530.776000', '194530.779000', '194530.781000', '194530.784000', '194530.787000', '194530.789000', '194530.792000', '194530.795000', '194530.797000', '194530.800000', '194530.802000', '194530.805000', '194530.808000', '194530.810000', '194530.813000', '194530.816000', '194530.818000', '194530.821000', '194530.824000', '194530.826000', '194530.829000', '194530.832000', '194530.834000', '194530.837000', '194530.857000', '194530.860000', '194530.862000', '194530.865000', '194530.868000', '194550.737000', '194550.739000', '194550.742000', '194550.745000', '194550.747000', '194550.750000', '194550.753000', '194550.755000', '194550.758000', '194550.760000', '194550.763000', '194550.766000', '194550.768000', '194550.771000', '194550.773000', '194550.776000', '194550.779000', '194550.781000', '194550.784000', '194550.787000', '194550.789000', '194550.792000', '194550.794000', '194550.797000', '194550.800000', '194550.802000', '194550.805000', '194550.808000', '194550.810000', '194550.813000', '194550.815000', '194550.818000', '194550.821000', '194550.823000', '194550.826000', '194550.829000', '194550.831000', '194550.834000', '194550.836000', '194550.839000', '194550.842000', '194550.844000', '194550.847000', '194610.737000', '194610.739000', '194610.742000', '194610.745000', '194610.747000', '194610.750000', '194610.753000', '194610.755000', '194610.758000', '194610.760000', '194610.763000', '194610.766000', '194610.768000', '194610.771000', '194610.773000', '194610.776000', '194610.779000', '194610.781000', '194610.784000', '194610.786000', '194610.789000', '194610.792000', '194610.794000', '194610.797000', '194610.799000', '194610.802000', '194610.805000', '194610.807000', '194610.810000', '194610.813000', '194610.815000', '194610.818000', '194610.821000', '194610.823000', '194610.826000', '194610.828000', '194610.831000', '194610.834000', '194610.837000', '194610.839000', '194610.842000', '194610.845000', '194610.847000', '194611.990000', '194611.993000', '194611.996000', '194611.998000'], '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, 1157, 1158], 'LargestImagePixelValue': [13885, 10254, 10744, 9274, 9957, 8589, 9234, 8730, 8411, 8982, 10955, 8274, 9674, 8725, 10275, 8580, 9836, 11797, 9261, 8410, 8586, 9319, 10655, 9129, 9856, 8560, 9926, 8785, 10239, 11617, 11819, 9570, 10159, 8433, 8425, 8172, 8104, 10642, 8221, 9879, 9875, 9118, 8988, 9218, 10131, 11324, 9772, 9670, 8393, 9861, 11374, 9909, 9286, 10061, 10668, 14517, 10599, 9904, 9046, 8448, 9189, 11472, 9280, 10938, 8557, 9020, 8677, 9760, 8740, 11374, 9179, 12011, 8969, 9907, 8698, 8941, 8904, 10016, 8703, 7999, 8431, 8080, 8921, 8038, 10973, 8626, 12706, 8142, 8992, 8727, 8714, 8164, 9373, 9330, 12385, 8962, 9025, 8829, 8900, 8525, 8136, 9185, 10585, 8829, 9009, 9546, 10201, 8844, 9744, 9830, 10713, 10551, 10701, 9072, 10060, 9800, 8036, 11777, 9857, 10423, 9220, 9632, 11530, 10688, 11183, 9581, 10026, 10615, 8183, 9788, 10085, 9784, 8134, 9906, 9622, 9812, 9920, 11520, 10414, 11309, 10016, 9085, 9633, 8913, 8755, 12587, 9509, 8256, 8632, 8074, 9564, 10025, 10057, 8877, 9497, 8322, 8657, 9476, 9893, 12518, 8122, 9548, 9090, 9354, 10626, 9375, 9797, 10422, 9755, 9144, 9260, 9478, 8985, 12096, 9592, 8751, 8283, 8779, 8403, 10047, 12031, 8755, 9413, 8296, 9375, 11179, 9586, 11039, 11511, 9173, 9178, 8662, 8797, 9389, 10223, 11503, 11103, 8911, 8781, 8710, 9385, 9705, 8347, 10892, 10227, 9093, 9350, 9206, 9614, 10372, 9620, 10297, 8857, 11308, 9364, 11694, 10521, 12675, 10275, 10852, 9982, 9497, 9530, 10484, 10487, 10018, 9359, 9343, 8721, 8507, 8576, 9143, 9594, 8883, 9707, 8642, 9682, 10544, 10584, 9870, 11506, 9211, 9453, 9932, 9265, 10207, 10049, 9548, 8223, 9846, 8635, 9508, 9336, 10990, 10033, 10245, 10413, 9896, 10021, 10511, 10448, 11719, 10173, 10334, 8936, 9435, 9259, 9499, 9605, 8861, 9231, 8580, 9319, 9098, 9125, 9482, 9579, 8490, 9494, 10001, 9567, 10578, 10287, 9530, 9524, 9162, 9147, 9066, 9695, 9899, 11456, 9880, 8343, 9527, 8435, 9486, 9680, 9891, 9783, 11490, 9491, 9710, 9254, 9800, 9660, 11661, 9940, 8948, 9155, 8449, 9321, 9747, 10053, 8985, 9571, 8667, 9533, 8832, 9607, 8697, 9851, 8691, 9652, 10100, 9488, 9555, 10168, 9669, 11709, 9867, 9223, 9266, 8253, 9503, 9346, 10513, 8494, 9859, 8522, 9476, 10305, 10471, 10978, 11438, 8590, 9505, 9008, 9543, 9109, 10689, 8682, 9481, 8809, 9364, 9574, 9876, 8744, 10675, 10310, 10125, 10084, 9326, 9520, 9537, 9463, 8731, 9224, 11466, 10760, 10187, 13090, 9881, 8981, 9229, 8089, 9558, 9514, 11204, 9659, 8049, 11840, 10308, 10470, 8937, 8518, 9692, 10039, 12826, 9795, 10056, 9971, 10197, 9424, 10785, 10937, 8342, 9687, 8585, 9465, 9640, 9858, 9869, 11347, 8484, 9098, 8620, 8753, 9181, 8719, 8987, 10730, 9059, 11085, 10602, 10119, 12268, 10074, 11223, 8463, 8623, 8749, 9171, 9359, 9395, 12527, 9650, 10670, 9234, 10299, 8720, 11476, 11309, 8627, 9555, 9559, 9931, 10485, 9893, 10921, 13602, 9837, 10109, 8427, 9689, 8934, 10610, 9346, 12366, 9736, 10263, 8470, 8260, 9837, 7537, 8176, 8896, 11205, 7899, 9978, 10251, 9465, 9546, 9542, 9025, 10941, 9375, 8911, 9021, 10688, 9869, 11864, 8825, 12753, 9237, 11310, 8804, 10367, 8439, 9893, 8762, 13157, 9137, 8273, 8408, 8319, 8615, 8245, 11965, 9169, 9958, 10891, 9685, 9717, 9964, 10662, 12803, 10291, 9469, 9225, 8439, 8523, 9568, 8338, 8275, 8320, 8542, 7856, 9081, 11652, 8812, 10702, 11216, 9316, 11033, 11406, 10429, 12231, 10812, 9633, 10248, 9311, 10210, 10561, 10909, 12197, 10172, 8326, 9080, 8523, 9007, 8854, 9150, 7863, 9827, 11418, 8854, 10816, 8778, 10892, 10767, 10916, 10803, 10594, 9646, 10596, 9832, 11338, 10468, 10736, 10579, 10285, 8821, 9092, 8708, 8879, 9223, 8756, 8477, 9121, 7787, 9002, 7968, 10789, 9883, 9423, 10662, 9258, 11002, 10147, 10629, 10408, 9150, 10241, 9518, 11614, 9933, 11305, 8970, 10961, 8787, 10654, 9014, 11457, 10170, 9082, 8817, 8831, 8739, 7791, 11111, 10766, 10585, 9591, 9551, 9065, 11211, 9500, 9790, 9159, 9705, 8771, 9242, 10493, 8397, 11895, 10710, 9644, 11531, 9843, 9600, 11377, 8999, 8960, 8599, 9031, 8912, 8741, 10647, 10618, 10627, 8693, 10713, 8898, 11478, 10409, 7727, 9384, 10363, 9589, 10855, 12121, 9296, 9885, 9271, 10165, 8643, 9099, 10438, 8491, 9437, 10848, 10403, 9754, 10560, 9245, 10720, 8684, 7641, 8912, 10258, 10423, 9434, 11116, 9186, 10603, 8657, 8936, 10568, 9598, 11083, 10019, 9941, 9037, 10949, 9346, 12804, 9490, 9614, 8793, 8735, 9070, 7879, 12404, 11110, 10644, 10384, 10396, 9265, 11815, 9442, 8613, 9064, 8985, 8601, 8689, 10383, 7984, 10053, 10427, 10447, 10027, 10427, 9311, 12431, 9512, 8930, 8909, 7812, 9016, 8442, 10910, 10585, 13083, 10173, 10770, 9705, 9950, 10305, 11711, 10215, 11492, 11658, 8449, 8368, 9516, 8683, 9978, 8968, 8129, 7872, 7584, 7857, 9910, 8824, 13446, 11152, 8607, 8860, 8427, 8398, 9184, 11935, 8903, 8756, 8019, 8600, 8822, 11099, 10213, 12536, 11297, 11364, 10988, 10447, 11315, 10136, 11572, 11798, 9990, 8012, 9091, 11472, 9245, 11024, 10159, 10447, 8395, 9099, 9161, 9259, 9768, 11878, 9823, 9404, 8701, 9569, 8350, 9464, 9749, 10413, 10714, 9743, 9879, 8947, 9800, 9513, 11841, 11323, 9849, 8530, 9728, 9172, 9900, 10048, 9918, 11068, 10101, 9644, 9278, 9324, 8913, 9706, 11035, 10689, 7844, 9172, 8542, 9408, 8890, 13480, 10306, 10443, 10120, 8352, 11762, 9306, 8914, 8756, 9204, 8224, 11318, 13920, 10092, 12733, 14564, 10179, 13579, 13252, 14686, 14895, 12126, 11792, 9814, 11223, 9539, 11999, 9135, 10265, 9644, 9068, 12095, 9273, 11475, 9920, 9963, 9277, 8741, 9578, 8738, 11841, 10253, 11552, 8628, 9467, 9144, 8433, 9066, 8803, 9708, 8979, 9931, 8939, 10724, 8929, 11419, 9617, 10913, 9704, 11968, 8736, 11342, 8882, 12124, 14749, 13336, 12869, 10793, 8841, 8454, 9067, 8598, 11406, 8325, 9146, 8321, 9005, 9888, 10889, 11832, 10611, 10841, 10140, 11352, 14521, 12184, 12955, 10740, 8868, 9485, 8917, 9562, 9121, 9381, 8783, 8562, 9133, 8730, 9184, 9434, 11613, 10103, 10483, 8284, 7788, 9212, 9160, 7786, 8117, 8776, 9060, 7609, 12999, 11300, 10750, 9699, 9978, 9735, 10480, 16324, 11279, 11704, 8698, 10428, 8945, 10309, 10909, 11916, 8333, 9085, 8821, 8989, 8455, 9542, 11613, 9376, 9148, 8166, 9775, 7986, 10119, 9749, 9119, 12397, 9153, 8784, 8512, 9112, 8025, 9985, 9711, 10200, 8468, 7818, 8949, 8751, 9212, 8770, 11872, 8784, 10149, 8343, 10271, 8443, 9043, 13497, 9941, 10549, 9486, 9143, 9189, 10420, 9089, 13495, 9670, 9616, 8089, 11112, 7934, 9974, 9346, 8275, 9171, 9476, 9242, 8749, 10295, 8923, 10790, 8117, 10227, 8092, 10726, 8532, 11254, 11858, 9979, 8765, 8625, 9224, 8423, 9618, 8798, 12490, 9250, 9515, 7842, 7721, 7903, 10043, 9406, 11257, 9198, 10212, 8755, 8950, 9303, 9119, 10805, 8960, 8468, 8088, 7827, 8132, 9533, 8677, 11691, 10477, 9849, 8730, 9405, 8419, 8915, 8988, 9276, 12576, 8289, 9343, 8945, 9444, 8953, 10522, 9207, 12966, 8950, 9952, 8746, 8282, 9035, 8885, 10280, 8801, 11622, 8334, 9445, 8253, 10441, 8805, 13521, 11100, 10520, 8418, 10803, 8433, 11359, 8021, 10078, 9021, 8339, 9460, 9411, 9351, 9158, 10953, 8619, 9212, 8056, 8095, 8321, 9399, 8415, 11414, 8631, 9662, 9033, 8964, 8951, 8942, 9413, 8498, 9881, 7841, 10958, 8095, 10191, 9183, 11538, 10957, 9404, 8984, 8670, 9234, 8812, 9762, 8684, 9721, 8975, 9067, 8005, 9969, 9247, 13904, 10760, 10748, 8106, 10203, 8755, 9827, 10693, 9156, 10021, 8833, 9688, 8907, 9810, 8636, 12035, 9250, 11305, 8121, 10516, 8351, 10289, 9198, 9486, 11248, 8345, 9511, 8494, 9391, 8536, 9433, 8643, 10916, 8923, 8881, 8920, 8152, 8578, 8628, 8613, 12467, 9319, 11318, 8699, 10087, 8896, 9503, 9082], 'WindowCenter': [4732.0, 4687.0, 4673.0, 4645.0, 4616.0, 4638.0, 4608.0, 4610.0, 4609.0, 4634.0, 4661.0, 4623.0, 4632.0, 4625.0, 4674.0, 4601.0, 4609.0, 4626.0, 4608.0, 4614.0, 4614.0, 4639.0, 4667.0, 4645.0, 4655.0, 4631.0, 4640.0, 4633.0, 4639.0, 4661.0, 4663.0, 4657.0, 4653.0, 4624.0, 4623.0, 4635.0, 4650.0, 4682.0, 4635.0, 4644.0, 4645.0, 4608.0, 4607.0, 4620.0, 4632.0, 4628.0, 4613.0, 4606.0, 4598.0, 4629.0, 4673.0, 4668.0, 4670.0, 4668.0, 4664.0, 4695.0, 4668.0, 4656.0, 4631.0, 4622.0, 4630.0, 4660.0, 4656.0, 4666.0, 4634.0, 4635.0, 4633.0, 4643.0, 4624.0, 4652.0, 4633.0, 4662.0, 4633.0, 4630.0, 4622.0, 4622.0, 4633.0, 4643.0, 4637.0, 4623.0, 4626.0, 4622.0, 4631.0, 4611.0, 4654.0, 4622.0, 4675.0, 4612.0, 4621.0, 4619.0, 4622.0, 4610.0, 4632.0, 4634.0, 4676.0, 4635.0, 4697.0, 4691.0, 4639.0, 4624.0, 4613.0, 4636.0, 4597.0, 4578.0, 4567.0, 4547.0, 4571.0, 4580.0, 4595.0, 4604.0, 4625.0, 4735.0, 4712.0, 4647.0, 4640.0, 4642.0, 4608.0, 4660.0, 4642.0, 4640.0, 4632.0, 4629.0, 4664.0, 4664.0, 4679.0, 4643.0, 4644.0, 4640.0, 4620.0, 4640.0, 4642.0, 4655.0, 4623.0, 4656.0, 4644.0, 4646.0, 4646.0, 4664.0, 4653.0, 4653.0, 4644.0, 4633.0, 4625.0, 4607.0, 4596.0, 4635.0, 4620.0, 4607.0, 4621.0, 4610.0, 4629.0, 4631.0, 4644.0, 4634.0, 4634.0, 4636.0, 4623.0, 4644.0, 4632.0, 4674.0, 4625.0, 4646.0, 4634.0, 4632.0, 4654.0, 4634.0, 4645.0, 4656.0, 4645.0, 4634.0, 4645.0, 4644.0, 4635.0, 4664.0, 4648.0, 4623.0, 4621.0, 4624.0, 4625.0, 4644.0, 4676.0, 4648.0, 4648.0, 4624.0, 4640.0, 4654.0, 4645.0, 4666.0, 4666.0, 4647.0, 4634.0, 4639.0, 4634.0, 4646.0, 4654.0, 4667.0, 4664.0, 4637.0, 4636.0, 4637.0, 4633.0, 4646.0, 4625.0, 4655.0, 4654.0, 4634.0, 4647.0, 4645.0, 4647.0, 4656.0, 4657.0, 4645.0, 4631.0, 4653.0, 4633.0, 4652.0, 4643.0, 4664.0, 4643.0, 4641.0, 4629.0, 4630.0, 4631.0, 4642.0, 4642.0, 4626.0, 4632.0, 4620.0, 4623.0, 4622.0, 4626.0, 4636.0, 4645.0, 4635.0, 4645.0, 4624.0, 4634.0, 4656.0, 4676.0, 4646.0, 4639.0, 4618.0, 4617.0, 4641.0, 4626.0, 4641.0, 4629.0, 4633.0, 4609.0, 4630.0, 4606.0, 4620.0, 4619.0, 4641.0, 4629.0, 4629.0, 4626.0, 4612.0, 4617.0, 4628.0, 4629.0, 4639.0, 4630.0, 4628.0, 4607.0, 4605.0, 4618.0, 4628.0, 4630.0, 4618.0, 4629.0, 4608.0, 4633.0, 4618.0, 4620.0, 4630.0, 4633.0, 4621.0, 4619.0, 4618.0, 4618.0, 4638.0, 4641.0, 4632.0, 4632.0, 4632.0, 4620.0, 4621.0, 4631.0, 4633.0, 4651.0, 4632.0, 4609.0, 4620.0, 4610.0, 4621.0, 4632.0, 4632.0, 4631.0, 4651.0, 4630.0, 4616.0, 4620.0, 4627.0, 4632.0, 4651.0, 4633.0, 4609.0, 4623.0, 4609.0, 4621.0, 4631.0, 4631.0, 4617.0, 4620.0, 4608.0, 4615.0, 4605.0, 4619.0, 4621.0, 4631.0, 4609.0, 4619.0, 4627.0, 4617.0, 4618.0, 4629.0, 4631.0, 4651.0, 4633.0, 4620.0, 4621.0, 4607.0, 4629.0, 4618.0, 4642.0, 4609.0, 4617.0, 4597.0, 4618.0, 4627.0, 4629.0, 4637.0, 4652.0, 4606.0, 4618.0, 4605.0, 4619.0, 4608.0, 4630.0, 4608.0, 4632.0, 4635.0, 4648.0, 4650.0, 4616.0, 4583.0, 4615.0, 4639.0, 4643.0, 4644.0, 4633.0, 4648.0, 4647.0, 4635.0, 4610.0, 4619.0, 4638.0, 4640.0, 4633.0, 4676.0, 4647.0, 4624.0, 4637.0, 4613.0, 4642.0, 4632.0, 4652.0, 4632.0, 4612.0, 4665.0, 4642.0, 4644.0, 4635.0, 4624.0, 4634.0, 4646.0, 4678.0, 4660.0, 4646.0, 4644.0, 4631.0, 4632.0, 4642.0, 4656.0, 4611.0, 4633.0, 4623.0, 4634.0, 4631.0, 4644.0, 4645.0, 4666.0, 4636.0, 4635.0, 4636.0, 4635.0, 4647.0, 4637.0, 4643.0, 4668.0, 4636.0, 4656.0, 4656.0, 4656.0, 4675.0, 4649.0, 4656.0, 4627.0, 4624.0, 4624.0, 4635.0, 4647.0, 4643.0, 4681.0, 4648.0, 4656.0, 4647.0, 4645.0, 4639.0, 4668.0, 4668.0, 4636.0, 4633.0, 4619.0, 4627.0, 4628.0, 4641.0, 4655.0, 4690.0, 4649.0, 4644.0, 4626.0, 4632.0, 4622.0, 4641.0, 4633.0, 4662.0, 4634.0, 4645.0, 4627.0, 4624.0, 4617.0, 4602.0, 4599.0, 4603.0, 4640.0, 4614.0, 4632.0, 4631.0, 4633.0, 4645.0, 4645.0, 4649.0, 4670.0, 4664.0, 4651.0, 4653.0, 4659.0, 4638.0, 4655.0, 4626.0, 4678.0, 4638.0, 4658.0, 4638.0, 4644.0, 4627.0, 4648.0, 4640.0, 4678.0, 4650.0, 4626.0, 4628.0, 4626.0, 4627.0, 4627.0, 4669.0, 4650.0, 4649.0, 4657.0, 4636.0, 4647.0, 4660.0, 4658.0, 4679.0, 4636.0, 4664.0, 4638.0, 4601.0, 4610.0, 4609.0, 4612.0, 4613.0, 4612.0, 4612.0, 4603.0, 4623.0, 4653.0, 4625.0, 4645.0, 4644.0, 4623.0, 4633.0, 4642.0, 4630.0, 4652.0, 4640.0, 4621.0, 4633.0, 4620.0, 4631.0, 4629.0, 4625.0, 4639.0, 4630.0, 4598.0, 4610.0, 4597.0, 4610.0, 4608.0, 4619.0, 4602.0, 4634.0, 4654.0, 4623.0, 4644.0, 4612.0, 4641.0, 4641.0, 4644.0, 4643.0, 4644.0, 4622.0, 4643.0, 4632.0, 4653.0, 4641.0, 4642.0, 4643.0, 4643.0, 4623.0, 4623.0, 4624.0, 4630.0, 4635.0, 4641.0, 4628.0, 4639.0, 4617.0, 4639.0, 4627.0, 4659.0, 4648.0, 4636.0, 4644.0, 4638.0, 4657.0, 4659.0, 4660.0, 4659.0, 4639.0, 4648.0, 4649.0, 4668.0, 4647.0, 4658.0, 4637.0, 4646.0, 4627.0, 4656.0, 4638.0, 4656.0, 4652.0, 4625.0, 4635.0, 4624.0, 4626.0, 4616.0, 4657.0, 4656.0, 4645.0, 4630.0, 4633.0, 4638.0, 4656.0, 4648.0, 4636.0, 4637.0, 4634.0, 4626.0, 4636.0, 4649.0, 4615.0, 4656.0, 4638.0, 4633.0, 4651.0, 4634.0, 4635.0, 4649.0, 4638.0, 4625.0, 4626.0, 4623.0, 4638.0, 4638.0, 4658.0, 4659.0, 4658.0, 4628.0, 4646.0, 4640.0, 4668.0, 4659.0, 4618.0, 4637.0, 4646.0, 4647.0, 4658.0, 4668.0, 4638.0, 4644.0, 4636.0, 4643.0, 4637.0, 4635.0, 4658.0, 4638.0, 4638.0, 4656.0, 4646.0, 4647.0, 4656.0, 4649.0, 4658.0, 4639.0, 4616.0, 4637.0, 4660.0, 4660.0, 4649.0, 4658.0, 4649.0, 4646.0, 4627.0, 4636.0, 4658.0, 4648.0, 4669.0, 4645.0, 4644.0, 4624.0, 4657.0, 4649.0, 4676.0, 4649.0, 4635.0, 4626.0, 4625.0, 4637.0, 4613.0, 4668.0, 4654.0, 4644.0, 4633.0, 4646.0, 4638.0, 4656.0, 4638.0, 4625.0, 4633.0, 4624.0, 4624.0, 4620.0, 4647.0, 4614.0, 4648.0, 4644.0, 4645.0, 4634.0, 4646.0, 4637.0, 4663.0, 4650.0, 4624.0, 4624.0, 4601.0, 4624.0, 4626.0, 4644.0, 4644.0, 4676.0, 4645.0, 4644.0, 4622.0, 4616.0, 4616.0, 4623.0, 4615.0, 4639.0, 4646.0, 4603.0, 4613.0, 4624.0, 4613.0, 4622.0, 4609.0, 4620.0, 4587.0, 4587.0, 4599.0, 4622.0, 4615.0, 4657.0, 4634.0, 4569.0, 4650.0, 4626.0, 4637.0, 4645.0, 4677.0, 4648.0, 4623.0, 4620.0, 4635.0, 4648.0, 4667.0, 4656.0, 4687.0, 4667.0, 4678.0, 4654.0, 4641.0, 4653.0, 4639.0, 4664.0, 4663.0, 4656.0, 4622.0, 4632.0, 4652.0, 4630.0, 4665.0, 4652.0, 4666.0, 4623.0, 4633.0, 4632.0, 4632.0, 4643.0, 4659.0, 4645.0, 4632.0, 4620.0, 4630.0, 4621.0, 4643.0, 4643.0, 4654.0, 4665.0, 4644.0, 4642.0, 4633.0, 4645.0, 4645.0, 4675.0, 4652.0, 4641.0, 4621.0, 4632.0, 4632.0, 4640.0, 4642.0, 4643.0, 4665.0, 4653.0, 4643.0, 4630.0, 4631.0, 4626.0, 4645.0, 4654.0, 4657.0, 4623.0, 4645.0, 4621.0, 4645.0, 4574.0, 4683.0, 4652.0, 4653.0, 4638.0, 4617.0, 4579.0, 4465.0, 4647.0, 4646.0, 4641.0, 4630.0, 4662.0, 4696.0, 4665.0, 4685.0, 4693.0, 4649.0, 4666.0, 4669.0, 4666.0, 4664.0, 4641.0, 4631.0, 4609.0, 4618.0, 4597.0, 4614.0, 4596.0, 4607.0, 4609.0, 4599.0, 4626.0, 4598.0, 4630.0, 4622.0, 4623.0, 4613.0, 4616.0, 4611.0, 4603.0, 4644.0, 4636.0, 4644.0, 4616.0, 4625.0, 4624.0, 4605.0, 4615.0, 4629.0, 4638.0, 4629.0, 4636.0, 4627.0, 4636.0, 4627.0, 4646.0, 4639.0, 4648.0, 4638.0, 4656.0, 4628.0, 4647.0, 4627.0, 4642.0, 4706.0, 4611.0, 4638.0, 4630.0, 4616.0, 4619.0, 4626.0, 4631.0, 4672.0, 4644.0, 4642.0, 4631.0, 4651.0, 4665.0, 4675.0, 4673.0, 4665.0, 4663.0, 4664.0, 4659.0, 4694.0, 4671.0, 4679.0, 4649.0, 4631.0, 4640.0, 4630.0, 4649.0, 4644.0, 4639.0, 4629.0, 4630.0, 4642.0, 4630.0, 4654.0, 4625.0, 4641.0, 4618.0, 4590.0, 4600.0, 4576.0, 4607.0, 4619.0, 4586.0, 4612.0, 4605.0, 4591.0, 4571.0, 4630.0, 4639.0, 4624.0, 4614.0, 4613.0, 4602.0, 4622.0, 4663.0, 4634.0, 4633.0, 4592.0, 4609.0, 4601.0, 4612.0, 4624.0, 4645.0, 4604.0, 4601.0, 4615.0, 4613.0, 4605.0, 4625.0, 4634.0, 4628.0, 4614.0, 4604.0, 4623.0, 4604.0, 4623.0, 4625.0, 4615.0, 4654.0, 4627.0, 4616.0, 4617.0, 4628.0, 4608.0, 4626.0, 4639.0, 4639.0, 4618.0, 4604.0, 4626.0, 4613.0, 4628.0, 4628.0, 4660.0, 4632.0, 4637.0, 4617.0, 4637.0, 4619.0, 4630.0, 4668.0, 4638.0, 4635.0, 4628.0, 4626.0, 4626.0, 4647.0, 4626.0, 4665.0, 4626.0, 4625.0, 4606.0, 4643.0, 4606.0, 4625.0, 4628.0, 4619.0, 4639.0, 4640.0, 4637.0, 4630.0, 4651.0, 4642.0, 4647.0, 4621.0, 4639.0, 4620.0, 4647.0, 4630.0, 4648.0, 4660.0, 4638.0, 4620.0, 4629.0, 4629.0, 4617.0, 4639.0, 4626.0, 4670.0, 4639.0, 4638.0, 4619.0, 4609.0, 4619.0, 4650.0, 4642.0, 4649.0, 4639.0, 4638.0, 4618.0, 4628.0, 4628.0, 4630.0, 4650.0, 4628.0, 4617.0, 4614.0, 4608.0, 4621.0, 4637.0, 4644.0, 4670.0, 4651.0, 4639.0, 4630.0, 4627.0, 4619.0, 4629.0, 4632.0, 4640.0, 4671.0, 4620.0, 4638.0, 4629.0, 4638.0, 4627.0, 4648.0, 4640.0, 4667.0, 4628.0, 4637.0, 4617.0, 4616.0, 4628.0, 4643.0, 4651.0, 4641.0, 4659.0, 4631.0, 4639.0, 4625.0, 4637.0, 4630.0, 4668.0, 4650.0, 4636.0, 4620.0, 4648.0, 4618.0, 4647.0, 4619.0, 4639.0, 4641.0, 4619.0, 4642.0, 4629.0, 4643.0, 4642.0, 4650.0, 4625.0, 4628.0, 4618.0, 4620.0, 4620.0, 4640.0, 4634.0, 4659.0, 4644.0, 4641.0, 4635.0, 4641.0, 4641.0, 4643.0, 4653.0, 4645.0, 4655.0, 4634.0, 4662.0, 4635.0, 4650.0, 4656.0, 4673.0, 4664.0, 4640.0, 4631.0, 4630.0, 4640.0, 4642.0, 4648.0, 4631.0, 4642.0, 4632.0, 4628.0, 4620.0, 4652.0, 4643.0, 4679.0, 4661.0, 4649.0, 4621.0, 4648.0, 4633.0, 4654.0, 4652.0, 4641.0, 4640.0, 4630.0, 4639.0, 4630.0, 4640.0, 4642.0, 4670.0, 4637.0, 4648.0, 4620.0, 4649.0, 4631.0, 4650.0, 4653.0, 4640.0, 4662.0, 4631.0, 4641.0, 4632.0, 4642.0, 4631.0, 4641.0, 4643.0, 4660.0, 4643.0, 4642.0, 4644.0, 4621.0, 4632.0, 4644.0, 4644.0, 4672.0, 4645.0, 4658.0, 4629.0, 4638.0, 4629.0, 4643.0, 4642.0], 'WindowWidth': [10328.0, 10253.0, 10226.0, 10181.0, 10118.0, 10171.0, 10108.0, 10115.0, 10113.0, 10157.0, 10193.0, 10138.0, 10149.0, 10143.0, 10224.0, 10095.0, 10097.0, 10118.0, 10100.0, 10124.0, 10115.0, 10160.0, 10209.0, 10177.0, 10187.0, 10153.0, 10161.0, 10155.0, 10157.0, 10192.0, 10197.0, 10194.0, 10183.0, 10147.0, 10143.0, 10163.0, 10195.0, 10236.0, 10163.0, 10167.0, 10169.0, 10105.0, 10104.0, 10127.0, 10144.0, 10133.0, 10107.0, 10096.0, 10089.0, 10139.0, 10215.0, 10217.0, 10223.0, 10214.0, 10204.0, 10250.0, 10218.0, 10192.0, 10152.0, 10140.0, 10150.0, 10195.0, 10196.0, 10208.0, 10159.0, 10161.0, 10157.0, 10169.0, 10142.0, 10179.0, 10156.0, 10195.0, 10155.0, 10148.0, 10141.0, 10138.0, 10157.0, 10172.0, 10167.0, 10143.0, 10152.0, 10143.0, 10152.0, 10122.0, 10182.0, 10138.0, 10215.0, 10126.0, 10138.0, 10132.0, 10139.0, 10121.0, 10153.0, 10156.0, 10218.0, 10163.0, 10284.0, 10269.0, 10169.0, 10141.0, 10125.0, 10161.0, 10074.0, 10045.0, 10027.0, 9981.0, 10025.0, 10048.0, 10077.0, 10087.0, 10129.0, 10338.0, 10298.0, 10183.0, 10162.0, 10166.0, 10115.0, 10192.0, 10166.0, 10164.0, 10153.0, 10146.0, 10201.0, 10209.0, 10230.0, 10174.0, 10172.0, 10161.0, 10133.0, 10164.0, 10168.0, 10191.0, 10144.0, 10192.0, 10173.0, 10176.0, 10176.0, 10202.0, 10182.0, 10181.0, 10174.0, 10159.0, 10140.0, 10107.0, 10088.0, 10141.0, 10128.0, 10111.0, 10135.0, 10119.0, 10143.0, 10147.0, 10171.0, 10158.0, 10155.0, 10166.0, 10142.0, 10171.0, 10153.0, 10213.0, 10148.0, 10174.0, 10158.0, 10153.0, 10182.0, 10161.0, 10177.0, 10194.0, 10176.0, 10159.0, 10177.0, 10172.0, 10162.0, 10199.0, 10184.0, 10143.0, 10140.0, 10143.0, 10148.0, 10173.0, 10219.0, 10185.0, 10183.0, 10148.0, 10169.0, 10184.0, 10177.0, 10205.0, 10206.0, 10179.0, 10160.0, 10173.0, 10161.0, 10180.0, 10190.0, 10211.0, 10200.0, 10167.0, 10163.0, 10168.0, 10156.0, 10178.0, 10148.0, 10191.0, 10187.0, 10160.0, 10183.0, 10177.0, 10181.0, 10193.0, 10199.0, 10175.0, 10156.0, 10183.0, 10155.0, 10180.0, 10167.0, 10198.0, 10166.0, 10161.0, 10144.0, 10145.0, 10149.0, 10164.0, 10162.0, 10141.0, 10150.0, 10133.0, 10139.0, 10140.0, 10149.0, 10162.0, 10175.0, 10158.0, 10174.0, 10144.0, 10154.0, 10187.0, 10234.0, 10174.0, 10154.0, 10124.0, 10123.0, 10160.0, 10139.0, 10161.0, 10140.0, 10152.0, 10113.0, 10143.0, 10106.0, 10128.0, 10128.0, 10161.0, 10139.0, 10139.0, 10132.0, 10112.0, 10121.0, 10138.0, 10140.0, 10155.0, 10144.0, 10137.0, 10108.0, 10100.0, 10123.0, 10143.0, 10147.0, 10126.0, 10143.0, 10112.0, 10151.0, 10124.0, 10130.0, 10143.0, 10153.0, 10132.0, 10126.0, 10122.0, 10123.0, 10153.0, 10161.0, 10151.0, 10148.0, 10149.0, 10128.0, 10131.0, 10146.0, 10152.0, 10174.0, 10148.0, 10112.0, 10130.0, 10116.0, 10130.0, 10151.0, 10149.0, 10147.0, 10175.0, 10143.0, 10120.0, 10129.0, 10135.0, 10148.0, 10172.0, 10150.0, 10112.0, 10135.0, 10110.0, 10131.0, 10148.0, 10147.0, 10122.0, 10129.0, 10110.0, 10119.0, 10101.0, 10124.0, 10132.0, 10146.0, 10112.0, 10124.0, 10132.0, 10120.0, 10121.0, 10140.0, 10145.0, 10173.0, 10151.0, 10130.0, 10130.0, 10109.0, 10142.0, 10127.0, 10163.0, 10111.0, 10120.0, 10091.0, 10121.0, 10133.0, 10139.0, 10150.0, 10173.0, 10105.0, 10120.0, 10100.0, 10124.0, 10110.0, 10141.0, 10107.0, 10147.0, 10158.0, 10184.0, 10186.0, 10115.0, 10060.0, 10110.0, 10155.0, 10165.0, 10168.0, 10151.0, 10180.0, 10176.0, 10158.0, 10115.0, 10127.0, 10150.0, 10158.0, 10151.0, 10216.0, 10177.0, 10143.0, 10162.0, 10128.0, 10165.0, 10152.0, 10179.0, 10151.0, 10125.0, 10203.0, 10166.0, 10169.0, 10159.0, 10145.0, 10159.0, 10177.0, 10225.0, 10203.0, 10174.0, 10169.0, 10147.0, 10151.0, 10163.0, 10192.0, 10123.0, 10153.0, 10141.0, 10156.0, 10152.0, 10170.0, 10173.0, 10206.0, 10163.0, 10160.0, 10163.0, 10163.0, 10181.0, 10169.0, 10175.0, 10208.0, 10166.0, 10189.0, 10189.0, 10191.0, 10216.0, 10186.0, 10191.0, 10153.0, 10146.0, 10147.0, 10162.0, 10181.0, 10172.0, 10233.0, 10184.0, 10191.0, 10179.0, 10174.0, 10171.0, 10208.0, 10210.0, 10164.0, 10152.0, 10126.0, 10136.0, 10138.0, 10164.0, 10187.0, 10241.0, 10185.0, 10172.0, 10148.0, 10149.0, 10138.0, 10160.0, 10153.0, 10191.0, 10156.0, 10169.0, 10153.0, 10145.0, 10118.0, 10106.0, 10093.0, 10096.0, 10153.0, 10128.0, 10151.0, 10147.0, 10152.0, 10172.0, 10174.0, 10186.0, 10215.0, 10212.0, 10190.0, 10193.0, 10195.0, 10163.0, 10183.0, 10147.0, 10217.0, 10167.0, 10190.0, 10164.0, 10166.0, 10150.0, 10181.0, 10173.0, 10220.0, 10186.0, 10147.0, 10153.0, 10145.0, 10148.0, 10149.0, 10209.0, 10184.0, 10181.0, 10187.0, 10159.0, 10177.0, 10201.0, 10194.0, 10224.0, 10156.0, 10209.0, 10160.0, 10100.0, 10111.0, 10106.0, 10121.0, 10121.0, 10120.0, 10121.0, 10108.0, 10136.0, 10176.0, 10140.0, 10168.0, 10164.0, 10135.0, 10146.0, 10157.0, 10139.0, 10173.0, 10154.0, 10127.0, 10147.0, 10127.0, 10142.0, 10136.0, 10132.0, 10149.0, 10142.0, 10094.0, 10113.0, 10094.0, 10114.0, 10109.0, 10127.0, 10107.0, 10155.0, 10180.0, 10138.0, 10165.0, 10120.0, 10157.0, 10161.0, 10167.0, 10164.0, 10165.0, 10134.0, 10165.0, 10148.0, 10178.0, 10159.0, 10161.0, 10164.0, 10164.0, 10137.0, 10139.0, 10141.0, 10151.0, 10158.0, 10175.0, 10154.0, 10167.0, 10138.0, 10167.0, 10150.0, 10195.0, 10179.0, 10161.0, 10168.0, 10164.0, 10190.0, 10197.0, 10197.0, 10196.0, 10168.0, 10178.0, 10180.0, 10206.0, 10177.0, 10192.0, 10162.0, 10172.0, 10147.0, 10186.0, 10167.0, 10189.0, 10185.0, 10142.0, 10157.0, 10139.0, 10147.0, 10134.0, 10189.0, 10185.0, 10170.0, 10147.0, 10153.0, 10165.0, 10187.0, 10180.0, 10159.0, 10162.0, 10153.0, 10145.0, 10161.0, 10180.0, 10129.0, 10185.0, 10155.0, 10151.0, 10173.0, 10153.0, 10158.0, 10174.0, 10166.0, 10143.0, 10147.0, 10140.0, 10166.0, 10167.0, 10194.0, 10196.0, 10191.0, 10149.0, 10173.0, 10170.0, 10205.0, 10196.0, 10137.0, 10161.0, 10171.0, 10177.0, 10192.0, 10207.0, 10165.0, 10170.0, 10160.0, 10165.0, 10164.0, 10163.0, 10195.0, 10166.0, 10166.0, 10186.0, 10173.0, 10176.0, 10190.0, 10182.0, 10193.0, 10168.0, 10136.0, 10164.0, 10200.0, 10199.0, 10184.0, 10193.0, 10182.0, 10172.0, 10149.0, 10161.0, 10192.0, 10179.0, 10210.0, 10173.0, 10170.0, 10144.0, 10192.0, 10183.0, 10216.0, 10181.0, 10158.0, 10146.0, 10143.0, 10163.0, 10128.0, 10207.0, 10181.0, 10167.0, 10149.0, 10172.0, 10165.0, 10184.0, 10163.0, 10142.0, 10154.0, 10139.0, 10142.0, 10136.0, 10176.0, 10128.0, 10178.0, 10166.0, 10168.0, 10153.0, 10174.0, 10162.0, 10195.0, 10184.0, 10140.0, 10140.0, 10105.0, 10140.0, 10146.0, 10169.0, 10167.0, 10214.0, 10169.0, 10166.0, 10132.0, 10117.0, 10114.0, 10119.0, 10111.0, 10151.0, 10169.0, 10106.0, 10125.0, 10135.0, 10121.0, 10129.0, 10107.0, 10140.0, 10073.0, 10074.0, 10094.0, 10129.0, 10120.0, 10185.0, 10147.0, 10035.0, 10190.0, 10149.0, 10166.0, 10176.0, 10220.0, 10182.0, 10139.0, 10136.0, 10163.0, 10184.0, 10207.0, 10192.0, 10237.0, 10210.0, 10226.0, 10184.0, 10163.0, 10180.0, 10160.0, 10200.0, 10196.0, 10192.0, 10138.0, 10151.0, 10177.0, 10148.0, 10200.0, 10183.0, 10208.0, 10142.0, 10158.0, 10150.0, 10154.0, 10169.0, 10189.0, 10173.0, 10152.0, 10132.0, 10147.0, 10133.0, 10168.0, 10169.0, 10187.0, 10203.0, 10170.0, 10168.0, 10155.0, 10172.0, 10174.0, 10214.0, 10182.0, 10165.0, 10137.0, 10149.0, 10149.0, 10160.0, 10168.0, 10170.0, 10200.0, 10182.0, 10168.0, 10145.0, 10150.0, 10141.0, 10173.0, 10185.0, 10195.0, 10143.0, 10177.0, 10137.0, 10175.0, 10040.0, 10221.0, 10180.0, 10185.0, 10152.0, 10125.0, 10031.0, 9827.0, 10191.0, 10187.0, 10171.0, 10158.0, 10199.0, 10251.0, 10209.0, 10232.0, 10243.0, 10177.0, 10201.0, 10204.0, 10195.0, 10189.0, 10150.0, 10139.0, 10104.0, 10111.0, 10083.0, 10103.0, 10082.0, 10100.0, 10106.0, 10093.0, 10123.0, 10089.0, 10136.0, 10127.0, 10131.0, 10118.0, 10125.0, 10111.0, 10102.0, 10160.0, 10152.0, 10160.0, 10124.0, 10136.0, 10133.0, 10108.0, 10123.0, 10149.0, 10160.0, 10148.0, 10151.0, 10142.0, 10150.0, 10143.0, 10166.0, 10162.0, 10171.0, 10159.0, 10179.0, 10146.0, 10167.0, 10140.0, 10151.0, 10266.0, 10089.0, 10140.0, 10135.0, 10124.0, 10135.0, 10141.0, 10155.0, 10213.0, 10177.0, 10171.0, 10156.0, 10187.0, 10208.0, 10223.0, 10217.0, 10205.0, 10200.0, 10204.0, 10191.0, 10243.0, 10210.0, 10221.0, 10175.0, 10152.0, 10164.0, 10151.0, 10179.0, 10177.0, 10165.0, 10150.0, 10152.0, 10170.0, 10154.0, 10191.0, 10142.0, 10160.0, 10120.0, 10066.0, 10098.0, 10060.0, 10105.0, 10126.0, 10077.0, 10122.0, 10102.0, 10071.0, 10046.0, 10126.0, 10153.0, 10126.0, 10112.0, 10108.0, 10095.0, 10121.0, 10181.0, 10142.0, 10138.0, 10081.0, 10101.0, 10092.0, 10108.0, 10127.0, 10161.0, 10103.0, 10095.0, 10119.0, 10116.0, 10106.0, 10133.0, 10142.0, 10141.0, 10116.0, 10106.0, 10129.0, 10105.0, 10129.0, 10132.0, 10120.0, 10178.0, 10142.0, 10125.0, 10129.0, 10145.0, 10117.0, 10139.0, 10163.0, 10159.0, 10131.0, 10113.0, 10142.0, 10123.0, 10147.0, 10146.0, 10191.0, 10156.0, 10157.0, 10130.0, 10154.0, 10132.0, 10151.0, 10199.0, 10158.0, 10151.0, 10144.0, 10140.0, 10140.0, 10170.0, 10142.0, 10191.0, 10142.0, 10135.0, 10113.0, 10159.0, 10114.0, 10137.0, 10146.0, 10136.0, 10162.0, 10166.0, 10158.0, 10154.0, 10180.0, 10170.0, 10171.0, 10141.0, 10163.0, 10139.0, 10168.0, 10150.0, 10173.0, 10191.0, 10158.0, 10136.0, 10148.0, 10147.0, 10129.0, 10164.0, 10145.0, 10204.0, 10162.0, 10158.0, 10134.0, 10120.0, 10136.0, 10179.0, 10171.0, 10176.0, 10164.0, 10158.0, 10132.0, 10144.0, 10146.0, 10153.0, 10179.0, 10147.0, 10129.0, 10127.0, 10120.0, 10140.0, 10160.0, 10177.0, 10209.0, 10182.0, 10163.0, 10151.0, 10143.0, 10135.0, 10148.0, 10156.0, 10164.0, 10209.0, 10138.0, 10160.0, 10147.0, 10158.0, 10145.0, 10176.0, 10164.0, 10197.0, 10145.0, 10155.0, 10130.0, 10129.0, 10146.0, 10174.0, 10183.0, 10168.0, 10190.0, 10155.0, 10162.0, 10144.0, 10155.0, 10150.0, 10199.0, 10176.0, 10154.0, 10137.0, 10172.0, 10133.0, 10169.0, 10136.0, 10161.0, 10169.0, 10136.0, 10167.0, 10148.0, 10171.0, 10170.0, 10178.0, 10141.0, 10145.0, 10132.0, 10135.0, 10137.0, 10166.0, 10162.0, 10191.0, 10176.0, 10169.0, 10159.0, 10169.0, 10169.0, 10172.0, 10190.0, 10178.0, 10193.0, 10162.0, 10197.0, 10165.0, 10180.0, 10196.0, 10216.0, 10203.0, 10165.0, 10153.0, 10150.0, 10163.0, 10170.0, 10178.0, 10156.0, 10169.0, 10155.0, 10145.0, 10137.0, 10185.0, 10174.0, 10215.0, 10196.0, 10172.0, 10139.0, 10173.0, 10158.0, 10189.0, 10183.0, 10165.0, 10163.0, 10150.0, 10162.0, 10149.0, 10165.0, 10172.0, 10205.0, 10160.0, 10170.0, 10136.0, 10174.0, 10154.0, 10178.0, 10188.0, 10167.0, 10199.0, 10152.0, 10167.0, 10157.0, 10168.0, 10154.0, 10172.0, 10172.0, 10193.0, 10171.0, 10169.0, 10175.0, 10140.0, 10156.0, 10175.0, 10177.0, 10208.0, 10175.0, 10185.0, 10148.0, 10158.0, 10147.0, 10170.0, 10172.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.006591892826274849</td></tr>
<tr><td colspan=3>aqi</td><td>0.14048337977528091</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.5972814263841</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0773067957958473</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9781036767301019</td></tr>
<tr><td colspan=3>efc</td><td>0.546</td></tr>
<tr><td colspan=3>fber</td><td>2615.3081</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.27564339034617075</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>401</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.658599827139156</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.718533928266046</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5620489389159933</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.959789929433109</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.633762916449036</td></tr>
<tr><td colspan=3>gcor</td><td>0.00687286</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012721266597509384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07256277650594711</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.780283658242853</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>12.6475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.9047</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>282.4702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284516.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1255.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.9462</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.638</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.4458</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3792.7793</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.6835</td></tr>
<tr><td colspan=3>tsnr</td><td>18.235060488805175</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>