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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-02/func/sub-0073_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b359c72772bdd4f9547eaf2b90081318</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:03:49.327500</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.998695, 0.0067581, -0.0506132, 0.00592648, 0.969163, 0.246348]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0954575</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7820, -7282, 572, -100, -284, -127, 98]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c0e87c63-214b-457e-aed2-b62dc449c417||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.679426908493042, 0.01590031199157238, -0.13693667948246002, 114.54539489746094], [-0.018131490796804428, 2.6001944541931152, 0.6650815010070801, -95.25707244873047], [-0.13579148054122925, -0.6609333753585815, 2.6132192611694336, -40.2331428527832], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['190349.327500', '190349.787500', '190350.247500', '190350.707500', '190351.167500', '190351.627500', '190352.087500', '190352.547500', '190353.007500', '190353.467500', '190353.927500', '190354.387500', '190354.847500', '190355.307500', '190355.767500', '190356.227500', '190356.687500', '190357.147500', '190357.607500', '190358.067500', '190358.527500', '190358.987500', '190359.447500', '190359.907500', '190400.367500', '190400.827500', '190401.287500', '190401.747500', '190402.207500', '190402.667500', '190403.127500', '190403.587500', '190404.047500', '190404.507500', '190404.967500', '190405.427500', '190405.887500', '190406.347500', '190406.807500', '190407.267500', '190407.727500', '190408.187500', '190408.647500', '190409.107500', '190409.567500', '190410.027500', '190410.487500', '190410.947500', '190411.407500', '190411.867500', '190412.327500', '190412.787500', '190413.247500', '190413.707500', '190414.167500', '190414.627500', '190415.087500', '190415.547500', '190416.007500', '190416.467500', '190416.927500', '190417.387500', '190417.847500', '190418.307500', '190418.767500', '190419.227500', '190419.687500', '190420.147500', '190420.607500', '190421.067500', '190421.527500', '190421.987500', '190422.447500', '190422.907500', '190423.367500', '190423.827500', '190424.287500', '190424.747500', '190425.207500', '190425.667500', '190426.127500', '190426.587500', '190427.047500', '190427.507500', '190427.967500', '190428.427500', '190428.887500', '190429.347500', '190429.807500', '190430.267500', '190430.727500', '190431.187500', '190431.647500', '190432.107500', '190432.567500', '190433.027500', '190433.487500', '190433.947500', '190434.407500', '190434.867500', '190435.327500', '190435.787500', '190436.247500', '190436.707500', '190437.167500', '190437.627500', '190438.087500', '190438.547500', '190439.007500', '190439.467500', '190439.927500', '190440.387500', '190440.847500', '190441.307500', '190441.767500', '190442.227500', '190442.687500', '190443.147500', '190443.607500', '190444.067500', '190444.527500', '190444.987500', '190445.447500', '190445.907500', '190446.367500', '190446.827500', '190447.287500', '190447.747500', '190448.207500', '190448.667500', '190449.127500', '190449.587500', '190450.047500', '190450.507500', '190450.967500', '190451.427500', '190451.887500', '190452.347500', '190452.807500', '190453.267500', '190453.727500', '190454.187500', '190454.647500', '190455.107500', '190455.567500', '190456.027500', '190456.487500', '190456.947500', '190457.407500', '190457.867500', '190458.327500', '190458.787500', '190459.247500', '190459.707500', '190500.167500', '190500.627500', '190501.087500', '190501.547500', '190502.007500', '190502.467500', '190502.927500', '190503.387500', '190503.847500', '190504.307500', '190504.767500', '190505.227500', '190505.687500', '190506.147500', '190506.607500', '190507.067500', '190507.527500', '190507.987500', '190508.447500', '190508.907500', '190509.367500', '190509.827500', '190510.287500', '190510.747500', '190511.207500', '190511.667500', '190512.127500', '190512.587500', '190513.047500', '190513.507500', '190513.967500', '190514.427500', '190514.887500', '190515.347500', '190515.807500', '190516.267500', '190516.727500', '190517.187500', '190517.647500', '190518.107500', '190518.567500', '190519.027500', '190519.487500', '190519.947500', '190520.407500', '190520.867500', '190521.327500', '190521.787500', '190522.247500', '190522.707500', '190523.167500', '190523.627500', '190524.087500', '190524.547500', '190525.007500', '190525.467500', '190525.927500', '190526.387500', '190526.847500', '190527.307500', '190527.767500', '190528.227500', '190528.687500', '190529.147500', '190529.607500', '190530.067500', '190530.527500', '190530.987500', '190531.447500', '190531.907500', '190532.367500', '190532.827500', '190533.287500', '190533.747500', '190534.207500', '190534.667500', '190535.127500', '190535.587500', '190536.047500', '190536.507500', '190536.967500', '190537.427500', '190537.887500', '190538.347500', '190538.807500', '190539.267500', '190539.727500', '190540.187500', '190540.647500', '190541.107500', '190541.567500', '190542.027500', '190542.487500', '190542.947500', '190543.407500', '190543.867500', '190544.327500', '190544.787500', '190545.247500', '190545.707500', '190546.167500', '190546.627500', '190547.087500', '190547.547500', '190548.007500', '190548.467500', '190548.927500', '190549.387500', '190549.847500', '190550.307500', '190550.767500', '190551.227500', '190551.687500', '190552.147500', '190552.607500', '190553.067500', '190553.527500', '190553.987500', '190554.447500', '190554.907500', '190555.367500', '190555.827500', '190556.287500', '190556.747500', '190557.207500', '190557.667500', '190558.127500', '190558.587500', '190559.047500', '190559.507500', '190559.967500', '190600.427500', '190600.887500', '190601.347500', '190601.807500', '190602.267500', '190602.727500', '190603.187500', '190603.647500', '190604.107500', '190604.567500', '190605.027500', '190605.487500', '190605.947500', '190606.407500', '190606.867500', '190607.327500', '190607.787500', '190608.247500', '190608.707500', '190609.167500', '190609.627500', '190610.087500', '190610.547500', '190611.007500', '190611.467500', '190611.927500', '190612.387500', '190612.847500', '190613.307500', '190613.767500', '190614.227500', '190614.687500', '190615.147500', '190615.607500', '190616.067500', '190616.527500', '190616.987500', '190617.447500', '190617.907500', '190618.367500', '190618.827500', '190619.287500', '190619.747500', '190620.207500', '190620.667500', '190621.127500', '190621.587500', '190622.047500', '190622.507500', '190622.967500', '190623.427500', '190623.887500', '190624.347500', '190624.807500', '190625.267500', '190625.727500', '190626.187500', '190626.647500', '190627.107500', '190627.567500', '190628.027500', '190628.487500', '190628.947500', '190629.407500', '190629.867500', '190630.327500', '190630.787500', '190631.247500', '190631.707500', '190632.167500', '190632.627500', '190633.087500', '190633.547500', '190634.007500', '190634.467500', '190634.927500', '190635.387500', '190635.847500', '190636.307500', '190636.767500', '190637.227500', '190637.687500', '190638.147500', '190638.607500', '190639.067500', '190639.527500', '190639.987500', '190640.447500', '190640.907500', '190641.367500', '190641.827500', '190642.287500', '190642.747500', '190643.207500', '190643.667500', '190644.127500', '190644.587500', '190645.047500', '190645.507500', '190645.967500', '190646.427500', '190646.887500', '190647.347500', '190647.807500', '190648.267500', '190648.727500', '190649.187500', '190649.647500', '190650.107500', '190650.567500', '190651.027500', '190651.487500', '190651.947500', '190652.407500', '190652.867500', '190653.327500', '190653.787500', '190654.247500', '190654.707500', '190655.167500', '190655.627500', '190656.087500', '190656.547500', '190657.007500', '190657.467500', '190657.927500', '190658.387500', '190658.847500', '190659.307500', '190659.767500', '190700.227500', '190700.687500', '190701.147500', '190701.607500', '190702.067500', '190702.527500', '190702.987500', '190703.447500', '190703.907500', '190704.367500', '190704.827500', '190705.287500', '190705.747500', '190706.207500', '190706.667500', '190707.127500', '190707.587500', '190708.047500', '190708.507500', '190708.967500', '190709.427500', '190709.887500', '190710.347500', '190710.807500', '190711.267500', '190711.727500', '190712.187500', '190712.647500', '190713.107500', '190713.567500', '190714.027500', '190714.487500', '190714.947500', '190715.407500', '190715.867500', '190716.327500', '190716.787500', '190717.247500', '190717.707500', '190718.167500', '190718.627500', '190719.087500', '190719.547500', '190720.007500', '190720.467500', '190720.927500', '190721.387500', '190721.847500', '190722.307500', '190722.767500', '190723.227500', '190723.687500', '190724.147500', '190724.607500', '190725.067500', '190725.527500', '190725.987500', '190726.447500', '190726.907500', '190727.367500', '190727.827500', '190728.287500', '190728.747500', '190729.207500', '190729.667500', '190730.127500', '190730.587500', '190731.047500', '190731.507500', '190731.967500', '190732.427500', '190732.887500', '190733.347500', '190733.807500', '190734.267500', '190734.727500', '190735.187500', '190735.647500', '190736.107500', '190736.567500', '190737.027500', '190737.487500', '190737.947500', '190738.407500', '190738.867500', '190739.327500', '190739.787500', '190740.247500', '190740.707500', '190741.167500', '190741.627500', '190742.087500', '190742.547500', '190743.007500', '190743.467500', '190743.927500', '190744.387500', '190744.847500', '190745.307500', '190745.767500', '190746.227500', '190746.687500', '190747.147500', '190747.607500', '190748.067500', '190748.527500', '190748.987500', '190749.447500', '190749.907500', '190750.367500', '190750.827500', '190751.287500', '190751.747500', '190752.207500', '190752.667500', '190753.127500', '190753.587500', '190754.047500', '190754.507500', '190754.967500', '190755.427500', '190755.887500', '190756.347500', '190756.807500', '190757.267500', '190757.727500', '190758.187500', '190758.647500', '190759.107500', '190759.567500', '190800.027500', '190800.487500', '190800.947500', '190801.407500', '190801.867500', '190802.327500', '190802.787500', '190803.247500', '190803.707500', '190804.167500', '190804.627500', '190805.087500', '190805.547500', '190806.007500', '190806.467500', '190806.927500', '190807.387500', '190807.847500', '190808.307500', '190808.767500', '190809.227500', '190809.687500', '190810.147500', '190810.607500', '190811.067500', '190811.527500', '190811.987500', '190812.447500', '190812.907500', '190813.367500', '190813.827500', '190814.287500', '190814.747500', '190815.207500', '190815.667500', '190816.127500', '190816.587500', '190817.047500', '190817.507500', '190817.967500', '190818.427500', '190818.887500', '190819.347500', '190819.807500', '190820.267500', '190820.727500', '190821.187500', '190821.647500', '190822.107500', '190822.567500', '190823.027500', '190823.487500', '190823.947500', '190824.407500', '190824.867500', '190825.327500', '190825.787500', '190826.247500', '190826.707500', '190827.167500', '190827.627500', '190828.087500', '190828.547500', '190829.007500', '190829.467500', '190829.927500', '190830.387500', '190830.847500', '190831.307500', '190831.767500', '190832.227500', '190832.687500', '190833.147500', '190833.607500', '190834.067500', '190834.527500', '190834.987500', '190835.447500', '190835.907500', '190836.367500', '190836.827500', '190837.287500', '190837.747500', '190838.207500', '190838.667500', '190839.127500', '190839.587500', '190840.047500', '190840.507500', '190840.967500', '190841.427500', '190841.887500', '190842.347500', '190842.807500', '190843.267500', '190843.727500', '190844.187500', '190844.647500', '190845.107500', '190845.567500', '190846.027500', '190846.487500', '190846.947500', '190847.407500', '190847.867500', '190848.327500', '190848.787500', '190849.247500', '190849.707500', '190850.167500', '190850.627500', '190851.087500', '190851.547500', '190852.007500', '190852.467500', '190852.927500', '190853.387500', '190853.847500', '190854.307500', '190854.767500', '190855.227500', '190855.687500', '190856.147500', '190856.607500', '190857.067500', '190857.527500', '190857.987500', '190858.447500', '190858.907500', '190859.367500', '190859.827500', '190900.287500', '190900.747500', '190901.207500', '190901.667500', '190902.127500', '190902.587500', '190903.047500', '190903.507500', '190903.967500', '190904.427500', '190904.887500', '190905.347500', '190905.807500', '190906.267500', '190906.727500', '190907.187500', '190907.647500', '190908.107500', '190908.567500', '190909.027500', '190909.487500', '190909.947500', '190910.407500', '190910.867500', '190911.327500', '190911.787500', '190912.247500', '190912.707500', '190913.167500', '190913.627500', '190914.087500', '190914.547500', '190915.007500', '190915.467500', '190915.927500', '190916.387500', '190916.847500', '190917.307500', '190917.767500', '190918.227500', '190918.687500', '190919.147500', '190919.607500', '190920.067500', '190920.527500', '190920.987500', '190921.447500', '190921.907500', '190922.367500', '190922.827500', '190923.287500', '190923.747500', '190924.207500', '190924.667500', '190925.127500', '190925.587500', '190926.047500', '190926.507500', '190926.967500', '190927.427500', '190927.887500', '190928.347500', '190928.807500', '190929.267500', '190929.727500', '190930.187500', '190930.647500', '190931.107500', '190931.567500', '190932.027500', '190932.487500', '190932.947500', '190933.407500', '190933.867500', '190934.327500', '190934.787500', '190935.247500', '190935.707500', '190936.167500', '190936.627500', '190937.087500', '190937.547500', '190938.007500', '190938.467500', '190938.927500', '190939.387500', '190939.847500', '190940.307500', '190940.767500', '190941.227500', '190941.687500', '190942.147500', '190942.607500', '190943.067500', '190943.527500', '190943.987500', '190944.447500', '190944.907500', '190945.367500', '190945.827500', '190946.287500', '190946.747500', '190947.207500', '190947.667500', '190948.127500', '190948.587500', '190949.047500', '190949.507500', '190949.967500', '190950.427500', '190950.887500', '190951.347500', '190951.807500', '190952.267500', '190952.727500', '190953.187500', '190953.647500', '190954.107500', '190954.567500', '190955.027500', '190955.487500', '190955.947500', '190956.407500', '190956.867500', '190957.327500', '190957.787500', '190958.247500', '190958.707500', '190959.167500', '190959.627500', '191000.087500', '191000.547500', '191001.007500', '191001.467500', '191001.927500', '191002.387500', '191002.847500', '191003.307500', '191003.767500', '191004.227500', '191004.687500', '191005.147500', '191005.607500', '191006.067500', '191006.527500', '191006.987500', '191007.447500', '191007.907500', '191008.367500', '191008.827500', '191009.287500', '191009.747500', '191010.207500', '191010.667500', '191011.127500', '191011.587500', '191012.047500', '191012.507500', '191012.967500', '191013.427500', '191013.887500', '191014.347500', '191014.807500', '191015.267500', '191015.727500', '191016.187500', '191016.647500', '191017.107500', '191017.567500', '191018.027500', '191018.487500', '191018.947500', '191019.407500', '191019.867500', '191020.327500', '191020.787500', '191021.247500', '191021.707500', '191022.167500', '191022.627500', '191023.087500', '191023.547500', '191024.007500', '191024.467500', '191024.927500', '191025.387500', '191025.847500', '191026.307500', '191026.767500', '191027.227500', '191027.687500', '191028.147500', '191028.607500', '191029.067500', '191029.527500', '191029.987500', '191030.447500', '191030.907500', '191031.367500', '191031.827500', '191032.287500', '191032.747500', '191033.207500', '191033.667500', '191034.127500', '191034.587500', '191035.047500', '191035.507500', '191035.967500', '191036.427500', '191036.887500', '191037.347500', '191037.807500', '191038.267500', '191038.727500', '191039.187500', '191039.647500', '191040.107500', '191040.567500', '191041.027500', '191041.487500', '191041.947500', '191042.407500', '191042.867500', '191043.327500', '191043.787500', '191044.247500', '191044.707500', '191045.167500', '191045.627500', '191046.087500', '191046.547500', '191047.007500', '191047.467500', '191047.927500', '191048.387500', '191048.847500', '191049.307500', '191049.767500', '191050.227500', '191050.687500', '191051.147500', '191051.607500', '191052.067500', '191052.527500', '191052.987500', '191053.447500', '191053.907500', '191054.367500', '191054.827500', '191055.287500', '191055.747500', '191056.207500', '191056.667500', '191057.127500', '191057.587500', '191058.047500', '191058.507500', '191058.967500', '191059.427500', '191059.887500', '191100.347500', '191100.807500', '191101.267500', '191101.727500', '191102.187500', '191102.647500', '191103.107500', '191103.567500', '191104.027500', '191104.487500', '191104.947500', '191105.407500', '191105.867500', '191106.327500', '191106.787500', '191107.247500', '191107.707500', '191108.167500', '191108.627500', '191109.087500', '191109.547500', '191110.007500', '191110.467500', '191110.927500', '191111.387500', '191111.847500', '191112.307500', '191112.767500', '191113.227500', '191113.687500', '191114.147500', '191114.607500', '191115.067500', '191115.527500', '191115.987500', '191116.447500', '191116.907500', '191117.367500', '191117.827500', '191118.287500', '191118.747500', '191119.207500', '191119.667500', '191120.127500', '191120.587500', '191121.047500', '191121.507500', '191121.967500', '191122.427500', '191122.887500', '191123.347500', '191123.807500', '191124.267500', '191124.727500', '191125.187500', '191125.647500', '191126.107500', '191126.567500', '191127.027500', '191127.487500', '191127.947500', '191128.407500', '191128.867500', '191129.327500', '191129.787500', '191130.247500', '191130.707500', '191131.167500', '191131.627500', '191132.087500', '191132.547500', '191133.007500', '191133.467500', '191133.927500', '191134.387500', '191134.847500', '191135.307500', '191135.767500', '191136.227500', '191136.687500', '191137.147500', '191137.607500', '191138.067500', '191138.527500', '191138.987500', '191139.447500', '191139.907500', '191140.367500', '191140.827500', '191141.287500', '191141.747500', '191142.207500', '191142.667500', '191143.127500', '191143.587500', '191144.047500', '191144.507500', '191144.967500', '191145.427500', '191145.887500', '191146.347500', '191146.807500', '191147.267500', '191147.727500', '191148.187500', '191148.647500', '191149.107500', '191149.567500', '191150.027500', '191150.487500', '191150.947500', '191151.407500', '191151.867500', '191152.327500', '191152.787500', '191153.247500', '191153.707500', '191154.167500', '191154.627500', '191155.087500', '191155.547500', '191156.007500', '191156.467500', '191156.927500', '191157.387500', '191157.847500', '191158.307500', '191158.767500', '191159.227500', '191159.687500', '191200.147500', '191200.607500', '191201.067500', '191201.527500', '191201.987500', '191202.447500', '191202.907500', '191203.367500', '191203.827500', '191204.287500', '191204.747500', '191205.207500', '191205.667500', '191206.127500', '191206.587500', '191207.047500', '191207.507500', '191207.967500', '191208.427500', '191208.887500', '191209.347500', '191209.807500', '191210.267500', '191210.727500', '191211.187500', '191211.647500', '191212.107500', '191212.567500', '191213.027500', '191213.487500', '191213.947500', '191214.407500', '191214.867500', '191215.327500', '191215.787500', '191216.247500', '191216.707500', '191217.167500', '191217.627500', '191218.087500', '191218.547500', '191219.007500', '191219.467500', '191219.927500', '191220.387500', '191220.847500', '191221.307500', '191221.767500', '191222.227500', '191222.687500', '191223.147500', '191223.607500', '191224.067500', '191224.527500', '191224.987500', '191225.447500', '191225.907500', '191226.367500', '191226.827500', '191227.287500', '191227.747500', '191228.207500', '191228.667500', '191229.127500', '191229.587500', '191230.047500', '191230.507500', '191230.967500', '191231.427500', '191231.887500', '191232.347500', '191232.807500', '191233.267500', '191233.727500', '191234.187500', '191234.647500', '191235.107500', '191235.567500', '191236.027500', '191236.487500', '191236.947500', '191237.407500', '191237.867500', '191238.327500', '191238.787500', '191239.247500', '191239.707500', '191240.167500', '191240.627500'], 'ContentTime': ['190412.644000', '190412.648000', '190412.650000', '190412.653000', '190412.656000', '190412.658000', '190412.661000', '190412.663000', '190412.666000', '190412.669000', '190412.671000', '190412.674000', '190412.676000', '190412.679000', '190412.691000', '190412.693000', '190412.696000', '190412.698000', '190412.701000', '190412.703000', '190412.706000', '190412.708000', '190412.711000', '190412.713000', '190412.716000', '190412.719000', '190412.721000', '190412.724000', '190412.726000', '190412.731000', '190412.733000', '190412.736000', '190412.739000', '190412.741000', '190412.744000', '190412.746000', '190412.749000', '190412.751000', '190412.754000', '190412.756000', '190412.759000', '190412.762000', '190412.764000', '190412.767000', '190412.769000', '190412.772000', '190412.774000', '190412.777000', '190412.779000', '190432.595000', '190432.598000', '190432.601000', '190432.603000', '190432.606000', '190432.609000', '190432.611000', '190432.614000', '190432.616000', '190432.619000', '190432.621000', '190432.624000', '190432.627000', '190432.629000', '190432.632000', '190432.634000', '190432.637000', '190432.639000', '190432.642000', '190432.644000', '190432.647000', '190432.650000', '190432.653000', '190432.655000', '190432.658000', '190432.660000', '190432.663000', '190432.665000', '190432.668000', '190432.670000', '190432.673000', '190432.676000', '190432.684000', '190432.687000', '190432.689000', '190432.692000', '190432.694000', '190432.697000', '190432.699000', '190432.702000', '190432.704000', '190432.707000', '190432.709000', '190432.712000', '190452.596000', '190452.599000', '190452.601000', '190452.604000', '190452.606000', '190452.609000', '190452.611000', '190452.614000', '190452.617000', '190452.619000', '190452.627000', '190452.629000', '190452.632000', '190452.634000', '190452.637000', '190452.639000', '190452.642000', '190452.645000', '190452.647000', '190452.650000', '190452.653000', '190452.655000', '190452.658000', '190452.660000', '190452.663000', '190452.665000', '190452.668000', '190452.670000', '190452.673000', '190452.676000', '190452.678000', '190452.681000', '190452.683000', '190452.686000', '190452.688000', '190452.691000', '190452.694000', '190452.696000', '190452.699000', '190452.701000', '190452.704000', '190452.706000', '190452.709000', '190512.595000', '190512.598000', '190512.601000', '190512.604000', '190512.619000', '190512.621000', '190512.624000', '190512.626000', '190512.629000', '190512.632000', '190512.634000', '190512.637000', '190512.639000', '190512.642000', '190512.644000', '190512.647000', '190512.651000', '190512.654000', '190512.657000', '190512.666000', '190512.669000', '190512.672000', '190512.674000', '190512.677000', '190512.679000', '190512.682000', '190512.684000', '190512.687000', '190512.690000', '190512.692000', '190512.695000', '190512.697000', '190512.700000', '190512.702000', '190512.705000', '190512.708000', '190512.710000', '190512.713000', '190512.716000', '190512.718000', '190512.721000', '190512.723000', '190512.726000', '190532.595000', '190532.598000', '190532.601000', '190532.604000', '190532.606000', '190532.609000', '190532.611000', '190532.614000', '190532.617000', '190532.619000', '190532.622000', '190532.624000', '190532.627000', '190532.630000', '190532.632000', '190532.635000', '190532.644000', '190532.646000', '190532.649000', '190532.652000', '190532.654000', '190532.657000', '190532.660000', '190532.662000', '190532.665000', '190532.667000', '190532.670000', '190532.673000', '190532.675000', '190532.678000', '190532.680000', '190532.683000', '190532.686000', '190532.688000', '190532.691000', '190532.693000', '190532.696000', '190532.699000', '190532.701000', '190532.704000', '190532.706000', '190532.709000', '190532.711000', '190532.714000', '190552.596000', '190552.599000', '190552.602000', '190552.605000', '190552.607000', '190552.610000', '190552.612000', '190552.615000', '190552.618000', '190552.620000', '190552.623000', '190552.625000', '190552.628000', '190552.631000', '190552.633000', '190552.636000', '190552.638000', '190552.641000', '190552.644000', '190552.646000', '190552.649000', '190552.651000', '190552.654000', '190552.656000', '190552.659000', '190552.661000', '190552.664000', '190552.667000', '190552.669000', '190552.672000', '190552.674000', '190552.677000', '190552.679000', '190552.682000', '190552.685000', '190552.687000', '190552.690000', '190552.692000', '190552.695000', '190552.697000', '190552.700000', '190552.702000', '190552.705000', '190612.596000', '190612.599000', '190612.602000', '190612.605000', '190612.607000', '190612.610000', '190612.612000', '190612.615000', '190612.618000', '190612.620000', '190612.623000', '190612.625000', '190612.628000', '190612.630000', '190612.633000', '190612.635000', '190612.638000', '190612.641000', '190612.643000', '190612.646000', '190612.649000', '190612.651000', '190612.654000', '190612.656000', '190612.659000', '190612.661000', '190612.664000', '190612.667000', '190612.669000', '190612.672000', '190612.674000', '190612.677000', '190612.680000', '190612.682000', '190612.685000', '190612.687000', '190612.690000', '190612.692000', '190612.695000', '190612.697000', '190612.700000', '190612.703000', '190612.705000', '190612.708000', '190632.595000', '190632.599000', '190632.602000', '190632.604000', '190632.607000', '190632.610000', '190632.612000', '190632.615000', '190632.617000', '190632.620000', '190632.622000', '190632.625000', '190632.628000', '190632.630000', '190632.633000', '190632.635000', '190632.638000', '190632.641000', '190632.643000', '190632.646000', '190632.648000', '190632.651000', '190632.654000', '190632.656000', '190632.659000', '190632.661000', '190632.664000', '190632.668000', '190632.678000', '190632.681000', '190632.683000', '190632.686000', '190632.688000', '190632.692000', '190632.694000', '190632.697000', '190632.700000', '190632.702000', '190632.705000', '190632.707000', '190632.710000', '190632.712000', '190632.715000', '190652.604000', '190652.607000', '190652.610000', '190652.612000', '190652.615000', '190652.617000', '190652.620000', '190652.622000', '190652.625000', '190652.627000', '190652.630000', '190652.633000', '190652.635000', '190652.638000', '190652.640000', '190652.643000', '190652.646000', '190652.648000', '190652.651000', '190652.654000', '190652.656000', '190652.659000', '190652.662000', '190652.664000', '190652.667000', '190652.669000', '190652.672000', '190652.674000', '190652.677000', '190652.680000', '190652.682000', '190652.685000', '190652.687000', '190652.690000', '190652.693000', '190652.695000', '190652.698000', '190652.700000', '190652.703000', '190652.705000', '190652.708000', '190652.710000', '190652.713000', '190652.716000', '190712.595000', '190712.598000', '190712.601000', '190712.604000', '190712.606000', '190712.609000', '190712.611000', '190712.614000', '190712.616000', '190712.619000', '190712.622000', '190712.624000', '190712.627000', '190712.629000', '190712.632000', '190712.635000', '190712.637000', '190712.640000', '190712.643000', '190712.645000', '190712.648000', '190712.650000', '190712.653000', '190712.656000', '190712.658000', '190712.661000', '190712.663000', '190712.666000', '190712.669000', '190712.671000', '190712.680000', '190712.682000', '190712.685000', '190712.687000', '190712.690000', '190712.693000', '190712.695000', '190712.698000', '190712.700000', '190712.703000', '190712.705000', '190712.708000', '190712.711000', '190732.595000', '190732.598000', '190732.601000', '190732.604000', '190732.606000', '190732.609000', '190732.611000', '190732.614000', '190732.617000', '190732.619000', '190732.622000', '190732.624000', '190732.627000', '190732.630000', '190732.632000', '190732.635000', '190732.637000', '190732.640000', '190732.642000', '190732.645000', '190732.648000', '190732.650000', '190732.653000', '190732.655000', '190732.658000', '190732.661000', '190732.663000', '190732.666000', '190732.668000', '190732.671000', '190732.674000', '190732.676000', '190732.679000', '190732.681000', '190732.684000', '190732.687000', '190732.689000', '190732.692000', '190732.694000', '190732.697000', '190732.699000', '190732.702000', '190732.705000', '190732.707000', '190752.595000', '190752.598000', '190752.601000', '190752.604000', '190752.611000', '190752.613000', '190752.616000', '190752.619000', '190752.621000', '190752.624000', '190752.626000', '190752.629000', '190752.632000', '190752.634000', '190752.637000', '190752.639000', '190752.642000', '190752.645000', '190752.647000', '190752.650000', '190752.652000', '190752.655000', '190752.658000', '190752.660000', '190752.663000', '190752.665000', '190752.668000', '190752.671000', '190752.673000', '190752.676000', '190752.678000', '190752.681000', '190752.684000', '190752.686000', '190752.689000', '190752.691000', '190752.694000', '190752.696000', '190752.699000', '190752.702000', '190752.705000', '190752.707000', '190752.710000', '190812.596000', '190812.599000', '190812.602000', '190812.605000', '190812.607000', '190812.610000', '190812.612000', '190812.615000', '190812.618000', '190812.620000', '190812.623000', '190812.625000', '190812.628000', '190812.631000', '190812.633000', '190812.636000', '190812.639000', '190812.641000', '190812.644000', '190812.646000', '190812.649000', '190812.651000', '190812.654000', '190812.657000', '190812.659000', '190812.672000', '190812.675000', '190812.677000', '190812.680000', '190812.682000', '190812.685000', '190812.687000', '190812.690000', '190812.692000', '190812.695000', '190812.698000', '190812.700000', '190812.703000', '190812.705000', '190812.708000', '190812.711000', '190812.713000', '190812.716000', '190812.718000', '190832.597000', '190832.600000', '190832.602000', '190832.605000', '190832.607000', '190832.610000', '190832.612000', '190832.615000', '190832.617000', '190832.620000', '190832.623000', '190832.625000', '190832.628000', '190832.630000', '190832.633000', '190832.636000', '190832.638000', '190832.641000', '190832.643000', '190832.646000', '190832.648000', '190832.651000', '190832.654000', '190832.656000', '190832.659000', '190832.662000', '190832.664000', '190832.667000', '190832.669000', '190832.672000', '190832.674000', '190832.677000', '190832.680000', '190832.682000', '190832.685000', '190832.687000', '190832.690000', '190832.693000', '190832.696000', '190832.698000', '190832.701000', '190832.703000', '190832.706000', '190852.596000', '190852.598000', '190852.601000', '190852.604000', '190852.606000', '190852.609000', '190852.611000', '190852.614000', '190852.617000', '190852.619000', '190852.622000', '190852.625000', '190852.627000', '190852.630000', '190852.632000', '190852.635000', '190852.637000', '190852.640000', '190852.643000', '190852.645000', '190852.648000', '190852.650000', '190852.653000', '190852.655000', '190852.658000', '190852.661000', '190852.663000', '190852.666000', '190852.669000', '190852.671000', '190852.674000', '190852.676000', '190852.679000', '190852.682000', '190852.684000', '190852.687000', '190852.689000', '190852.692000', '190852.695000', '190852.697000', '190852.700000', '190852.702000', '190852.705000', '190852.708000', '190912.595000', '190912.598000', '190912.601000', '190912.604000', '190912.606000', '190912.609000', '190912.611000', '190912.614000', '190912.617000', '190912.619000', '190912.622000', '190912.624000', '190912.627000', '190912.630000', '190912.632000', '190912.635000', '190912.637000', '190912.640000', '190912.643000', '190912.645000', '190912.648000', '190912.650000', '190912.653000', '190912.656000', '190912.658000', '190912.661000', '190912.663000', '190912.666000', '190912.669000', '190912.671000', '190912.674000', '190912.676000', '190912.679000', '190912.688000', '190912.690000', '190912.693000', '190912.696000', '190912.698000', '190912.701000', '190912.704000', '190912.706000', '190912.709000', '190912.711000', '190932.595000', '190932.598000', '190932.601000', '190932.604000', '190932.606000', '190932.609000', '190932.611000', '190932.614000', '190932.617000', '190932.619000', '190932.622000', '190932.624000', '190932.627000', '190932.629000', '190932.632000', '190932.635000', '190932.637000', '190932.640000', '190932.642000', '190932.645000', '190932.647000', '190932.650000', '190932.653000', '190932.655000', '190932.658000', '190932.660000', '190932.663000', '190932.666000', '190932.668000', '190932.671000', '190932.673000', '190932.676000', '190932.679000', '190932.681000', '190932.684000', '190932.686000', '190932.689000', '190932.692000', '190932.694000', '190932.697000', '190932.699000', '190932.702000', '190932.705000', '190952.596000', '190952.598000', '190952.601000', '190952.604000', '190952.606000', '190952.609000', '190952.611000', '190952.614000', '190952.618000', '190952.621000', '190952.624000', '190952.626000', '190952.629000', '190952.631000', '190952.634000', '190952.637000', '190952.639000', '190952.642000', '190952.644000', '190952.647000', '190952.649000', '190952.652000', '190952.655000', '190952.657000', '190952.660000', '190952.662000', '190952.665000', '190952.667000', '190952.670000', '190952.673000', '190952.676000', '190952.678000', '190952.681000', '190952.683000', '190952.686000', '190952.689000', '190952.691000', '190952.694000', '190952.696000', '190952.699000', '190952.702000', '190952.704000', '190952.707000', '190952.709000', '191012.596000', '191012.598000', '191012.601000', '191012.604000', '191012.606000', '191012.609000', '191012.611000', '191012.614000', '191012.617000', '191012.619000', '191012.622000', '191012.625000', '191012.627000', '191012.630000', '191012.632000', '191012.635000', '191012.637000', '191012.640000', '191012.642000', '191012.645000', '191012.648000', '191012.650000', '191012.653000', '191012.655000', '191012.658000', '191012.661000', '191012.663000', '191012.666000', '191012.668000', '191012.671000', '191012.673000', '191012.676000', '191012.679000', '191012.681000', '191012.684000', '191012.686000', '191012.689000', '191012.691000', '191012.694000', '191012.697000', '191012.699000', '191012.702000', '191012.704000', '191012.707000', '191032.597000', '191032.600000', '191032.602000', '191032.605000', '191032.607000', '191032.610000', '191032.613000', '191032.615000', '191032.618000', '191032.620000', '191032.623000', '191032.625000', '191032.628000', '191032.630000', '191032.633000', '191032.635000', '191032.638000', '191032.641000', '191032.643000', '191032.646000', '191032.649000', '191032.651000', '191032.654000', '191032.656000', '191032.659000', '191032.661000', '191032.664000', '191032.667000', '191032.669000', '191032.672000', '191032.674000', '191032.677000', '191032.680000', '191032.682000', '191032.685000', '191032.687000', '191032.690000', '191032.693000', '191032.695000', '191032.698000', '191032.700000', '191032.703000', '191032.705000', '191052.597000', '191052.600000', '191052.602000', '191052.605000', '191052.607000', '191052.610000', '191052.613000', '191052.615000', '191052.618000', '191052.620000', '191052.623000', '191052.625000', '191052.628000', '191052.631000', '191052.633000', '191052.636000', '191052.638000', '191052.641000', '191052.644000', '191052.646000', '191052.649000', '191052.651000', '191052.663000', '191052.666000', '191052.668000', '191052.671000', '191052.674000', '191052.676000', '191052.679000', '191052.682000', '191052.684000', '191052.687000', '191052.689000', '191052.692000', '191052.695000', '191052.697000', '191052.700000', '191052.702000', '191052.705000', '191052.707000', '191052.710000', '191052.713000', '191052.715000', '191052.718000', '191112.596000', '191112.599000', '191112.601000', '191112.616000', '191112.619000', '191112.621000', '191112.624000', '191112.626000', '191112.629000', '191112.632000', '191112.634000', '191112.637000', '191112.639000', '191112.642000', '191112.644000', '191112.647000', '191112.650000', '191112.652000', '191112.655000', '191112.658000', '191112.660000', '191112.663000', '191112.665000', '191112.668000', '191112.671000', '191112.673000', '191112.676000', '191112.678000', '191112.681000', '191112.684000', '191112.686000', '191112.689000', '191112.691000', '191112.694000', '191112.697000', '191112.699000', '191112.702000', '191112.704000', '191112.707000', '191112.709000', '191112.712000', '191112.715000', '191112.717000', '191132.596000', '191132.598000', '191132.601000', '191132.604000', '191132.606000', '191132.610000', '191132.613000', '191132.615000', '191132.618000', '191132.620000', '191132.623000', '191132.626000', '191132.628000', '191132.631000', '191132.634000', '191132.636000', '191132.639000', '191132.642000', '191132.644000', '191132.647000', '191132.649000', '191132.652000', '191132.654000', '191132.657000', '191132.660000', '191132.662000', '191132.665000', '191132.668000', '191132.670000', '191132.673000', '191132.676000', '191132.678000', '191132.681000', '191132.684000', '191132.686000', '191132.689000', '191132.691000', '191132.694000', '191132.696000', '191132.699000', '191132.702000', '191132.704000', '191132.707000', '191152.595000', '191152.598000', '191152.601000', '191152.604000', '191152.606000', '191152.609000', '191152.612000', '191152.614000', '191152.617000', '191152.619000', '191152.622000', '191152.625000', '191152.627000', '191152.630000', '191152.632000', '191152.635000', '191152.637000', '191152.640000', '191152.643000', '191152.645000', '191152.648000', '191152.650000', '191152.653000', '191152.655000', '191152.658000', '191152.661000', '191152.663000', '191152.666000', '191152.668000', '191152.671000', '191152.673000', '191152.676000', '191152.679000', '191152.681000', '191152.684000', '191152.687000', '191152.689000', '191152.692000', '191152.694000', '191152.697000', '191152.699000', '191152.702000', '191152.705000', '191152.707000', '191212.595000', '191212.598000', '191212.601000', '191212.604000', '191212.606000', '191212.609000', '191212.611000', '191212.614000', '191212.617000', '191212.619000', '191212.622000', '191212.624000', '191212.627000', '191212.630000', '191212.632000', '191212.635000', '191212.637000', '191212.640000', '191212.643000', '191212.645000', '191212.648000', '191212.650000', '191212.653000', '191212.656000', '191212.658000', '191212.661000', '191212.663000', '191212.666000', '191212.668000', '191212.671000', '191212.674000', '191212.676000', '191212.679000', '191212.682000', '191212.684000', '191212.687000', '191212.689000', '191212.692000', '191212.694000', '191212.697000', '191212.700000', '191212.702000', '191212.705000', '191212.707000', '191232.595000', '191232.598000', '191232.601000', '191232.604000', '191232.606000', '191232.609000', '191232.611000', '191232.614000', '191232.616000', '191232.619000', '191232.622000', '191232.624000', '191232.627000', '191232.629000', '191232.632000', '191232.634000', '191232.637000', '191232.640000', '191232.642000', '191232.645000', '191232.647000', '191232.650000', '191232.653000', '191232.655000', '191232.658000', '191232.660000', '191232.663000', '191232.666000', '191232.668000', '191232.671000', '191232.673000', '191232.676000', '191232.678000', '191232.681000', '191232.684000', '191232.686000', '191232.689000', '191232.691000', '191232.694000', '191232.696000', '191232.699000', '191232.702000', '191232.704000', '191241.554000', '191241.557000', '191241.559000', '191241.562000', '191241.564000', '191241.567000', '191241.570000', '191241.572000', '191241.575000', '191241.577000', '191241.580000', '191241.583000', '191241.585000', '191241.588000', '191241.591000', '191241.593000', '191241.596000', '191241.598000', '191241.601000', '191241.604000'], 'InstanceCreationTime': ['190412.644000', '190412.648000', '190412.650000', '190412.653000', '190412.656000', '190412.658000', '190412.661000', '190412.663000', '190412.666000', '190412.669000', '190412.671000', '190412.674000', '190412.676000', '190412.679000', '190412.691000', '190412.693000', '190412.696000', '190412.698000', '190412.701000', '190412.703000', '190412.706000', '190412.708000', '190412.711000', '190412.713000', '190412.716000', '190412.719000', '190412.721000', '190412.724000', '190412.726000', '190412.731000', '190412.733000', '190412.736000', '190412.739000', '190412.741000', '190412.744000', '190412.746000', '190412.749000', '190412.751000', '190412.754000', '190412.756000', '190412.759000', '190412.762000', '190412.764000', '190412.767000', '190412.769000', '190412.772000', '190412.774000', '190412.777000', '190412.779000', '190432.595000', '190432.598000', '190432.601000', '190432.603000', '190432.606000', '190432.609000', '190432.611000', '190432.614000', '190432.616000', '190432.619000', '190432.621000', '190432.624000', '190432.627000', '190432.629000', '190432.632000', '190432.634000', '190432.637000', '190432.639000', '190432.642000', '190432.644000', '190432.647000', '190432.650000', '190432.653000', '190432.655000', '190432.658000', '190432.660000', '190432.663000', '190432.665000', '190432.668000', '190432.670000', '190432.673000', '190432.676000', '190432.684000', '190432.687000', '190432.689000', '190432.692000', '190432.694000', '190432.697000', '190432.699000', '190432.702000', '190432.704000', '190432.707000', '190432.709000', '190432.712000', '190452.596000', '190452.599000', '190452.601000', '190452.604000', '190452.606000', '190452.609000', '190452.611000', '190452.614000', '190452.617000', '190452.619000', '190452.627000', '190452.629000', '190452.632000', '190452.634000', '190452.637000', '190452.639000', '190452.642000', '190452.645000', '190452.647000', '190452.650000', '190452.653000', '190452.655000', '190452.658000', '190452.660000', '190452.663000', '190452.665000', '190452.668000', '190452.670000', '190452.673000', '190452.676000', '190452.678000', '190452.681000', '190452.683000', '190452.686000', '190452.688000', '190452.691000', '190452.694000', '190452.696000', '190452.699000', '190452.701000', '190452.704000', '190452.706000', '190452.709000', '190512.595000', '190512.598000', '190512.601000', '190512.604000', '190512.619000', '190512.621000', '190512.624000', '190512.626000', '190512.629000', '190512.632000', '190512.634000', '190512.637000', '190512.639000', '190512.642000', '190512.644000', '190512.647000', '190512.651000', '190512.654000', '190512.657000', '190512.666000', '190512.669000', '190512.672000', '190512.674000', '190512.677000', '190512.679000', '190512.682000', '190512.684000', '190512.687000', '190512.690000', '190512.692000', '190512.695000', '190512.697000', '190512.700000', '190512.702000', '190512.705000', '190512.708000', '190512.710000', '190512.713000', '190512.716000', '190512.718000', '190512.721000', '190512.723000', '190512.726000', '190532.595000', '190532.598000', '190532.601000', '190532.604000', '190532.606000', '190532.609000', '190532.611000', '190532.614000', '190532.617000', '190532.619000', '190532.622000', '190532.624000', '190532.627000', '190532.630000', '190532.632000', '190532.635000', '190532.644000', '190532.646000', '190532.649000', '190532.652000', '190532.654000', '190532.657000', '190532.660000', '190532.662000', '190532.665000', '190532.667000', '190532.670000', '190532.673000', '190532.675000', '190532.678000', '190532.680000', '190532.683000', '190532.686000', '190532.688000', '190532.691000', '190532.693000', '190532.696000', '190532.699000', '190532.701000', '190532.704000', '190532.706000', '190532.709000', '190532.711000', '190532.714000', '190552.596000', '190552.599000', '190552.602000', '190552.605000', '190552.607000', '190552.610000', '190552.612000', '190552.615000', '190552.618000', '190552.620000', '190552.623000', '190552.625000', '190552.628000', '190552.631000', '190552.633000', '190552.636000', '190552.638000', '190552.641000', '190552.644000', '190552.646000', '190552.649000', '190552.651000', '190552.654000', '190552.656000', '190552.659000', '190552.661000', '190552.664000', '190552.667000', '190552.669000', '190552.672000', '190552.674000', '190552.677000', '190552.679000', '190552.682000', '190552.685000', '190552.687000', '190552.690000', '190552.692000', '190552.695000', '190552.697000', '190552.700000', '190552.702000', '190552.705000', '190612.596000', '190612.599000', '190612.602000', '190612.605000', '190612.607000', '190612.610000', '190612.612000', '190612.615000', '190612.618000', '190612.620000', '190612.623000', '190612.625000', '190612.628000', '190612.630000', '190612.633000', '190612.635000', '190612.638000', '190612.641000', '190612.643000', '190612.646000', '190612.649000', '190612.651000', '190612.654000', '190612.656000', '190612.659000', '190612.661000', '190612.664000', '190612.667000', '190612.669000', '190612.672000', '190612.674000', '190612.677000', '190612.680000', '190612.682000', '190612.685000', '190612.687000', '190612.690000', '190612.692000', '190612.695000', '190612.697000', '190612.700000', '190612.703000', '190612.705000', '190612.708000', '190632.595000', '190632.599000', '190632.602000', '190632.604000', '190632.607000', '190632.610000', '190632.612000', '190632.615000', '190632.617000', '190632.620000', '190632.622000', '190632.625000', '190632.628000', '190632.630000', '190632.633000', '190632.635000', '190632.638000', '190632.641000', '190632.643000', '190632.646000', '190632.648000', '190632.651000', '190632.654000', '190632.656000', '190632.659000', '190632.661000', '190632.664000', '190632.668000', '190632.678000', '190632.681000', '190632.683000', '190632.686000', '190632.688000', '190632.692000', '190632.694000', '190632.697000', '190632.700000', '190632.702000', '190632.705000', '190632.707000', '190632.710000', '190632.712000', '190632.715000', '190652.604000', '190652.607000', '190652.610000', '190652.612000', '190652.615000', '190652.617000', '190652.620000', '190652.622000', '190652.625000', '190652.627000', '190652.630000', '190652.633000', '190652.635000', '190652.638000', '190652.640000', '190652.643000', '190652.646000', '190652.648000', '190652.651000', '190652.654000', '190652.656000', '190652.659000', '190652.662000', '190652.664000', '190652.667000', '190652.669000', '190652.672000', '190652.674000', '190652.677000', '190652.680000', '190652.682000', '190652.685000', '190652.687000', '190652.690000', '190652.693000', '190652.695000', '190652.698000', '190652.700000', '190652.703000', '190652.705000', '190652.708000', '190652.710000', '190652.713000', '190652.716000', '190712.595000', '190712.598000', '190712.601000', '190712.604000', '190712.606000', '190712.609000', '190712.611000', '190712.614000', '190712.616000', '190712.619000', '190712.622000', '190712.624000', '190712.627000', '190712.629000', '190712.632000', '190712.635000', '190712.637000', '190712.640000', '190712.643000', '190712.645000', '190712.648000', '190712.650000', '190712.653000', '190712.656000', '190712.658000', '190712.661000', '190712.663000', '190712.666000', '190712.669000', '190712.671000', '190712.680000', '190712.682000', '190712.685000', '190712.687000', '190712.690000', '190712.693000', '190712.695000', '190712.698000', '190712.700000', '190712.703000', '190712.705000', '190712.708000', '190712.711000', '190732.595000', '190732.598000', '190732.601000', '190732.604000', '190732.606000', '190732.609000', '190732.611000', '190732.614000', '190732.617000', '190732.619000', '190732.622000', '190732.624000', '190732.627000', '190732.630000', '190732.632000', '190732.635000', '190732.637000', '190732.640000', '190732.642000', '190732.645000', '190732.648000', '190732.650000', '190732.653000', '190732.655000', '190732.658000', '190732.661000', '190732.663000', '190732.666000', '190732.668000', '190732.671000', '190732.674000', '190732.676000', '190732.679000', '190732.681000', '190732.684000', '190732.687000', '190732.689000', '190732.692000', '190732.694000', '190732.697000', '190732.699000', '190732.702000', '190732.705000', '190732.707000', '190752.595000', '190752.598000', '190752.601000', '190752.604000', '190752.611000', '190752.613000', '190752.616000', '190752.619000', '190752.621000', '190752.624000', '190752.626000', '190752.629000', '190752.632000', '190752.634000', '190752.637000', '190752.639000', '190752.642000', '190752.645000', '190752.647000', '190752.650000', '190752.652000', '190752.655000', '190752.658000', '190752.660000', '190752.663000', '190752.665000', '190752.668000', '190752.671000', '190752.673000', '190752.676000', '190752.678000', '190752.681000', '190752.684000', '190752.686000', '190752.689000', '190752.691000', '190752.694000', '190752.696000', '190752.699000', '190752.702000', '190752.705000', '190752.707000', '190752.710000', '190812.596000', '190812.599000', '190812.602000', '190812.605000', '190812.607000', '190812.610000', '190812.612000', '190812.615000', '190812.618000', '190812.620000', '190812.623000', '190812.625000', '190812.628000', '190812.631000', '190812.633000', '190812.636000', '190812.639000', '190812.641000', '190812.644000', '190812.646000', '190812.649000', '190812.651000', '190812.654000', '190812.657000', '190812.659000', '190812.672000', '190812.675000', '190812.677000', '190812.680000', '190812.682000', '190812.685000', '190812.687000', '190812.690000', '190812.692000', '190812.695000', '190812.698000', '190812.700000', '190812.703000', '190812.705000', '190812.708000', '190812.711000', '190812.713000', '190812.716000', '190812.718000', '190832.597000', '190832.600000', '190832.602000', '190832.605000', '190832.607000', '190832.610000', '190832.612000', '190832.615000', '190832.617000', '190832.620000', '190832.623000', '190832.625000', '190832.628000', '190832.630000', '190832.633000', '190832.636000', '190832.638000', '190832.641000', '190832.643000', '190832.646000', '190832.648000', '190832.651000', '190832.654000', '190832.656000', '190832.659000', '190832.662000', '190832.664000', '190832.667000', '190832.669000', '190832.672000', '190832.674000', '190832.677000', '190832.680000', '190832.682000', '190832.685000', '190832.687000', '190832.690000', '190832.693000', '190832.696000', '190832.698000', '190832.701000', '190832.703000', '190832.706000', '190852.596000', '190852.598000', '190852.601000', '190852.604000', '190852.606000', '190852.609000', '190852.611000', '190852.614000', '190852.617000', '190852.619000', '190852.622000', '190852.625000', '190852.627000', '190852.630000', '190852.632000', '190852.635000', '190852.637000', '190852.640000', '190852.643000', '190852.645000', '190852.648000', '190852.650000', '190852.653000', '190852.655000', '190852.658000', '190852.661000', '190852.663000', '190852.666000', '190852.669000', '190852.671000', '190852.674000', '190852.676000', '190852.679000', '190852.682000', '190852.684000', '190852.687000', '190852.689000', '190852.692000', '190852.695000', '190852.697000', '190852.700000', '190852.702000', '190852.705000', '190852.708000', '190912.595000', '190912.598000', '190912.601000', '190912.604000', '190912.606000', '190912.609000', '190912.611000', '190912.614000', '190912.617000', '190912.619000', '190912.622000', '190912.624000', '190912.627000', '190912.630000', '190912.632000', '190912.635000', '190912.637000', '190912.640000', '190912.643000', '190912.645000', '190912.648000', '190912.650000', '190912.653000', '190912.656000', '190912.658000', '190912.661000', '190912.663000', '190912.666000', '190912.669000', '190912.671000', '190912.674000', '190912.676000', '190912.679000', '190912.688000', '190912.690000', '190912.693000', '190912.696000', '190912.698000', '190912.701000', '190912.704000', '190912.706000', '190912.709000', '190912.711000', '190932.595000', '190932.598000', '190932.601000', '190932.604000', '190932.606000', '190932.609000', '190932.611000', '190932.614000', '190932.617000', '190932.619000', '190932.622000', '190932.624000', '190932.627000', '190932.629000', '190932.632000', '190932.635000', '190932.637000', '190932.640000', '190932.642000', '190932.645000', '190932.647000', '190932.650000', '190932.653000', '190932.655000', '190932.658000', '190932.660000', '190932.663000', '190932.666000', '190932.668000', '190932.671000', '190932.673000', '190932.676000', '190932.679000', '190932.681000', '190932.684000', '190932.686000', '190932.689000', '190932.692000', '190932.694000', '190932.697000', '190932.699000', '190932.702000', '190932.705000', '190952.596000', '190952.598000', '190952.601000', '190952.604000', '190952.606000', '190952.609000', '190952.611000', '190952.614000', '190952.618000', '190952.621000', '190952.624000', '190952.626000', '190952.629000', '190952.631000', '190952.634000', '190952.637000', '190952.639000', '190952.642000', '190952.644000', '190952.647000', '190952.649000', '190952.652000', '190952.655000', '190952.657000', '190952.660000', '190952.662000', '190952.665000', '190952.667000', '190952.670000', '190952.673000', '190952.676000', '190952.678000', '190952.681000', '190952.683000', '190952.686000', '190952.689000', '190952.691000', '190952.694000', '190952.696000', '190952.699000', '190952.702000', '190952.704000', '190952.707000', '190952.709000', '191012.596000', '191012.598000', '191012.601000', '191012.604000', '191012.606000', '191012.609000', '191012.611000', '191012.614000', '191012.617000', '191012.619000', '191012.622000', '191012.625000', '191012.627000', '191012.630000', '191012.632000', '191012.635000', '191012.637000', '191012.640000', '191012.642000', '191012.645000', '191012.648000', '191012.650000', '191012.653000', '191012.655000', '191012.658000', '191012.661000', '191012.663000', '191012.666000', '191012.668000', '191012.671000', '191012.673000', '191012.676000', '191012.679000', '191012.681000', '191012.684000', '191012.686000', '191012.689000', '191012.691000', '191012.694000', '191012.697000', '191012.699000', '191012.702000', '191012.704000', '191012.707000', '191032.597000', '191032.600000', '191032.602000', '191032.605000', '191032.607000', '191032.610000', '191032.613000', '191032.615000', '191032.618000', '191032.620000', '191032.623000', '191032.625000', '191032.628000', '191032.630000', '191032.633000', '191032.635000', '191032.638000', '191032.641000', '191032.643000', '191032.646000', '191032.649000', '191032.651000', '191032.654000', '191032.656000', '191032.659000', '191032.661000', '191032.664000', '191032.667000', '191032.669000', '191032.672000', '191032.674000', '191032.677000', '191032.680000', '191032.682000', '191032.685000', '191032.687000', '191032.690000', '191032.693000', '191032.695000', '191032.698000', '191032.700000', '191032.703000', '191032.705000', '191052.597000', '191052.600000', '191052.602000', '191052.605000', '191052.607000', '191052.610000', '191052.613000', '191052.615000', '191052.618000', '191052.620000', '191052.623000', '191052.625000', '191052.628000', '191052.631000', '191052.633000', '191052.636000', '191052.638000', '191052.641000', '191052.644000', '191052.646000', '191052.649000', '191052.651000', '191052.663000', '191052.666000', '191052.668000', '191052.671000', '191052.674000', '191052.676000', '191052.679000', '191052.682000', '191052.684000', '191052.687000', '191052.689000', '191052.692000', '191052.695000', '191052.697000', '191052.700000', '191052.702000', '191052.705000', '191052.707000', '191052.710000', '191052.713000', '191052.715000', '191052.718000', '191112.596000', '191112.599000', '191112.601000', '191112.616000', '191112.619000', '191112.621000', '191112.624000', '191112.626000', '191112.629000', '191112.632000', '191112.634000', '191112.637000', '191112.639000', '191112.642000', '191112.644000', '191112.647000', '191112.650000', '191112.652000', '191112.655000', '191112.658000', '191112.660000', '191112.663000', '191112.665000', '191112.668000', '191112.671000', '191112.673000', '191112.676000', '191112.678000', '191112.681000', '191112.684000', '191112.686000', '191112.689000', '191112.691000', '191112.694000', '191112.697000', '191112.699000', '191112.702000', '191112.704000', '191112.707000', '191112.709000', '191112.712000', '191112.715000', '191112.717000', '191132.596000', '191132.598000', '191132.601000', '191132.604000', '191132.606000', '191132.610000', '191132.613000', '191132.615000', '191132.618000', '191132.620000', '191132.623000', '191132.626000', '191132.628000', '191132.631000', '191132.634000', '191132.636000', '191132.639000', '191132.642000', '191132.644000', '191132.647000', '191132.649000', '191132.652000', '191132.654000', '191132.657000', '191132.660000', '191132.662000', '191132.665000', '191132.668000', '191132.670000', '191132.673000', '191132.676000', '191132.678000', '191132.681000', '191132.684000', '191132.686000', '191132.689000', '191132.691000', '191132.694000', '191132.696000', '191132.699000', '191132.702000', '191132.704000', '191132.707000', '191152.595000', '191152.598000', '191152.601000', '191152.604000', '191152.606000', '191152.609000', '191152.612000', '191152.614000', '191152.617000', '191152.619000', '191152.622000', '191152.625000', '191152.627000', '191152.630000', '191152.632000', '191152.635000', '191152.637000', '191152.640000', '191152.643000', '191152.645000', '191152.648000', '191152.650000', '191152.653000', '191152.655000', '191152.658000', '191152.661000', '191152.663000', '191152.666000', '191152.668000', '191152.671000', '191152.673000', '191152.676000', '191152.679000', '191152.681000', '191152.684000', '191152.687000', '191152.689000', '191152.692000', '191152.694000', '191152.697000', '191152.699000', '191152.702000', '191152.705000', '191152.707000', '191212.595000', '191212.598000', '191212.601000', '191212.604000', '191212.606000', '191212.609000', '191212.611000', '191212.614000', '191212.617000', '191212.619000', '191212.622000', '191212.624000', '191212.627000', '191212.630000', '191212.632000', '191212.635000', '191212.637000', '191212.640000', '191212.643000', '191212.645000', '191212.648000', '191212.650000', '191212.653000', '191212.656000', '191212.658000', '191212.661000', '191212.663000', '191212.666000', '191212.668000', '191212.671000', '191212.674000', '191212.676000', '191212.679000', '191212.682000', '191212.684000', '191212.687000', '191212.689000', '191212.692000', '191212.694000', '191212.697000', '191212.700000', '191212.702000', '191212.705000', '191212.707000', '191232.595000', '191232.598000', '191232.601000', '191232.604000', '191232.606000', '191232.609000', '191232.611000', '191232.614000', '191232.616000', '191232.619000', '191232.622000', '191232.624000', '191232.627000', '191232.629000', '191232.632000', '191232.634000', '191232.637000', '191232.640000', '191232.642000', '191232.645000', '191232.647000', '191232.650000', '191232.653000', '191232.655000', '191232.658000', '191232.660000', '191232.663000', '191232.666000', '191232.668000', '191232.671000', '191232.673000', '191232.676000', '191232.678000', '191232.681000', '191232.684000', '191232.686000', '191232.689000', '191232.691000', '191232.694000', '191232.696000', '191232.699000', '191232.702000', '191232.704000', '191241.554000', '191241.557000', '191241.559000', '191241.562000', '191241.564000', '191241.567000', '191241.570000', '191241.572000', '191241.575000', '191241.577000', '191241.580000', '191241.583000', '191241.585000', '191241.588000', '191241.591000', '191241.593000', '191241.596000', '191241.598000', '191241.601000', '191241.604000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [8161, 9490, 6955, 10140, 10874, 8955, 6529, 8203, 6738, 9651, 11601, 17785, 13722, 6282, 8976, 7959, 8905, 8517, 7822, 8572, 8045, 12548, 9636, 14750, 12763, 8272, 15208, 11215, 15745, 12311, 14567, 15267, 11796, 15860, 9378, 10663, 8226, 8121, 7895, 9387, 7514, 9367, 7605, 8662, 7258, 8648, 7004, 8521, 6932, 7985, 10316, 8034, 9105, 6999, 9117, 7289, 9057, 7091, 7538, 6480, 8339, 6850, 8440, 8887, 7999, 12211, 7529, 11204, 8133, 10961, 11267, 8995, 14522, 7877, 12326, 8684, 9797, 7668, 8513, 6380, 7987, 10248, 7942, 9501, 6998, 8213, 6595, 7962, 10031, 7888, 9159, 7180, 8372, 6289, 8296, 9730, 7638, 9145, 7662, 9078, 7287, 8887, 6908, 8448, 6657, 7857, 11282, 7466, 9864, 7456, 8771, 7597, 8900, 6452, 8068, 11685, 8578, 14853, 9711, 14351, 8624, 12520, 9308, 15105, 10725, 13089, 8337, 11027, 8719, 10779, 8634, 11321, 7582, 8347, 7546, 6493, 8372, 6640, 8366, 7263, 8422, 6898, 8597, 9756, 8400, 6374, 8032, 9885, 7897, 12442, 7686, 8676, 7139, 9011, 7240, 8655, 7086, 8275, 6581, 7534, 12428, 7313, 11632, 8888, 8665, 7090, 8948, 7215, 8942, 7767, 7082, 8145, 6650, 7649, 7501, 6691, 9488, 8265, 12611, 13435, 11868, 12931, 9319, 14702, 11576, 13574, 11483, 12543, 15539, 12430, 14769, 10007, 11093, 7902, 9722, 6757, 8991, 6949, 7797, 9482, 7315, 8556, 6587, 8378, 6955, 7782, 9616, 7344, 9175, 7194, 8676, 12573, 9231, 12326, 8286, 9064, 8421, 8372, 10585, 7807, 9702, 7217, 8336, 6875, 8015, 8669, 7473, 9254, 6821, 8914, 6992, 8496, 6619, 7990, 7321, 7906, 12781, 7657, 9928, 7635, 9536, 7582, 9518, 7985, 8408, 7235, 9371, 10942, 8580, 15692, 12182, 11704, 7848, 9371, 15764, 13048, 13565, 10817, 12673, 7901, 9037, 9615, 8689, 14833, 8140, 11623, 7241, 8885, 6836, 8288, 6517, 7854, 8948, 7386, 9533, 7729, 9094, 6769, 8527, 11255, 8229, 11159, 8571, 9062, 7364, 8517, 6889, 7939, 9682, 7627, 9277, 7102, 8232, 6687, 7646, 9392, 7454, 8828, 6758, 8093, 9272, 7243, 9112, 6886, 8427, 11618, 8174, 10419, 8306, 9476, 12105, 9393, 16269, 11530, 12185, 7929, 8967, 6885, 8452, 6512, 8212, 9334, 7704, 9548, 7886, 8531, 7552, 9101, 7481, 9595, 7568, 8358, 7761, 8598, 7933, 6912, 8664, 15064, 11206, 11367, 10255, 8634, 15068, 11578, 12704, 9703, 8823, 6936, 8369, 11536, 7569, 9777, 8061, 8620, 7179, 8762, 7269, 8403, 7492, 8273, 6873, 8117, 8850, 7584, 8893, 7749, 8877, 7537, 9659, 8285, 10116, 14040, 13680, 12738, 12052, 7686, 9402, 7370, 9080, 10267, 8200, 13801, 8034, 10319, 11462, 8642, 15760, 10482, 12112, 8965, 8704, 14389, 9972, 13257, 7927, 9027, 7183, 8111, 9833, 7456, 9303, 7459, 8770, 8729, 7872, 10879, 7964, 8874, 7177, 8148, 10483, 8048, 9404, 7700, 8461, 6725, 8060, 7022, 7294, 9004, 6921, 8421, 7152, 7984, 6589, 7778, 10860, 7362, 9742, 7587, 8469, 7472, 8452, 7026, 8437, 8795, 7854, 9401, 7876, 11335, 7846, 9018, 14263, 11419, 12541, 10132, 11202, 9079, 9529, 14389, 11048, 15310, 10639, 12315, 8366, 9730, 7284, 8651, 6586, 8536, 7404, 8007, 9290, 7928, 7612, 7523, 8850, 7726, 9065, 7767, 6984, 7942, 9559, 7837, 9617, 8581, 8635, 9940, 8190, 13808, 7982, 10728, 8503, 10149, 8324, 11373, 7965, 10072, 12058, 9031, 16972, 9873, 12247, 8112, 9080, 7093, 8620, 7162, 7981, 9993, 7990, 9606, 7687, 8823, 7210, 8393, 10964, 8058, 9626, 7682, 9219, 7788, 8643, 6924, 8283, 6485, 8058, 10288, 7878, 9177, 7289, 9857, 7797, 9126, 7351, 9263, 6762, 8746, 13411, 8138, 10181, 8029, 9664, 7463, 8968, 10842, 8693, 14803, 8913, 12845, 8502, 9916, 9971, 9128, 11792, 8544, 14082, 8469, 9835, 7222, 8698, 6750, 8557, 11079, 7679, 9651, 7140, 8883, 15372, 9628, 10347, 7478, 9039, 6783, 8443, 6570, 7825, 6898, 7691, 9344, 7537, 8853, 6821, 8077, 6492, 7968, 9749, 7706, 9244, 7385, 9092, 10216, 8095, 14755, 10436, 12421, 8795, 9138, 7953, 9473, 7878, 8772, 7850, 10416, 7938, 10915, 9488, 10851, 15885, 12167, 14120, 11196, 11205, 7680, 9951, 13407, 10375, 17421, 12439, 12560, 7980, 9861, 7556, 8836, 6327, 8579, 7861, 8005, 10885, 7648, 9675, 7894, 9343, 7586, 8780, 8026, 8263, 9340, 7855, 9242, 7980, 8642, 6973, 8197, 8266, 7784, 10171, 7987, 8803, 7438, 9066, 7207, 8302, 6383, 8086, 6649, 7910, 9474, 7519, 9326, 7539, 8183, 6979, 8331, 8269, 8003, 11662, 8237, 10133, 8716, 8308, 8903, 7898, 8619, 7924, 10081, 7611, 9375, 7601, 9455, 8422, 8134, 9116, 15145, 12621, 14542, 12584, 14780, 11566, 14674, 9684, 14236, 8718, 10148, 7609, 9641, 7257, 8880, 10473, 8504, 10200, 8835, 9917, 6989, 8934, 8679, 8159, 10103, 8005, 9970, 7832, 9076, 7161, 8193, 10331, 7751, 9165, 6958, 8797, 7924, 7735, 10111, 7744, 9296, 7041, 8379, 12531, 7702, 10470, 7341, 8820, 6414, 8706, 11239, 7614, 9621, 7665, 8413, 7151, 9015, 7349, 8971, 7598, 8873, 7043, 7418, 8678, 11427, 15204, 12159, 12617, 8802, 11705, 9203, 12618, 9842, 12900, 7317, 9241, 6835, 7974, 6676, 7800, 6600, 8079, 6501, 8140, 6369, 8277, 12652, 8699, 11024, 8841, 9532, 7042, 8447, 13724, 7453, 10981, 7152, 8913, 6632, 8001, 13264, 7261, 9979, 7425, 8658, 10123, 8026, 13802, 7474, 10072, 7730, 9344, 7799, 9147, 7414, 6842, 7375, 9410, 7093, 8409, 11982, 8175, 9459, 7253, 8871, 9410, 8204, 13886, 10140, 12982, 8662, 10634, 11849, 9172, 8683, 8652, 6370, 8481, 6502, 8110, 6633, 8343, 10462, 7873, 9429, 8109, 8058, 13657, 7060, 9362, 6921, 8341, 11146, 7493, 9206, 6798, 8390, 11691, 7970, 11093, 7784, 9662, 6639, 8464, 8219, 8118, 9890, 7738, 9542, 6961, 8699, 6305, 8460, 10269, 7677, 9872, 7987, 9137, 6682, 8706, 8405, 7919, 6636, 7821, 10609, 7486, 8972, 7910, 8358, 6959, 8770, 6467, 8046, 6717, 8736, 11716, 8442, 15941, 11580, 13922, 10485, 7986, 7273, 7793, 10375, 8282, 11320, 8354, 11421, 7991, 12759, 8059, 12604, 8146, 13624, 9217, 9507, 9973, 8512, 14598, 11503, 14554, 11423, 14020, 10084, 14086, 9670, 11601, 8287, 10224, 7917, 9070, 7474, 8924, 6854, 8755, 6300, 8557, 8746, 7859, 9767, 7483, 9418, 7106, 8635, 6780, 8156, 9001, 7676, 9676, 7955, 8987, 7664, 8341, 7511, 9673, 7454, 8423, 6987, 9142, 6815, 8238, 11962, 7389, 10443, 7762, 10468, 7149, 9976, 8910, 12472, 7822, 7153, 8257, 11053, 7937, 10196, 7251, 9252, 14310, 10415, 13909, 8942, 10016, 8851, 8711, 13832, 8132, 14103, 7779, 10713, 6849, 9312, 11604, 7984, 10551, 7936, 9963, 7084, 9276, 6168, 8299, 6211, 8546, 11340, 7451, 10202, 6670, 8815, 8300, 8258, 12736, 7176, 9699, 7045, 9013, 6306, 8397, 10131, 7390, 9965, 7564, 10145, 6744, 9009, 9631, 7383, 10058, 7546, 9991, 6637, 8916, 10512, 8031, 12530, 7378, 9870, 6966, 8496, 6316, 7655, 8727, 7286, 9628, 6944, 8548, 9369, 7568, 11696, 7932, 11711, 6970, 9500, 7000, 8906, 7682, 6397, 8113, 6588, 8613, 6815, 7648, 6616, 7966, 7168, 10319, 7937, 12228, 8364, 13642, 13407, 11335, 16342, 12095, 13195, 8165, 11492, 12032, 9674, 15224, 10206, 13171, 7755, 10601, 7554, 9249, 6732, 8104, 6317, 7961, 6967, 7424, 9727, 7093, 8436, 6482, 7446, 10468, 7380, 9231, 7079, 8293, 6333, 7411, 7635, 7156, 8766, 7064, 8958, 6775, 8326, 7292, 8092, 6805, 7742, 9597, 7673, 8026, 7957, 6317, 8943, 10924, 9439, 7432, 9077, 15716, 13049, 13896, 9438, 10607, 7410, 8504, 12335, 8794, 14328, 9757, 12761, 7697, 11253, 7766, 9218, 9942, 8395, 11241, 7654, 10584, 7784, 8841, 7003, 8152, 7680, 7740, 9846, 7640, 8804, 7741, 8331, 7803, 7944, 12584, 8135, 10676, 7692, 8981, 7195, 8153, 6803, 7803, 8726, 7796, 9717, 7884, 9238, 7387, 8636, 7771, 6585, 8028, 7010, 8009, 12837, 8515, 10586], 'WindowCenter': [4138.0, 4133.0, 4100.0, 4128.0, 4125.0, 4104.0, 4062.0, 4092.0, 4073.0, 4115.0, 4124.0, 4153.0, 4121.0, 4061.0, 4091.0, 4095.0, 4105.0, 4107.0, 4093.0, 4105.0, 4107.0, 4147.0, 4116.0, 4145.0, 4135.0, 4083.0, 4132.0, 4100.0, 4131.0, 4097.0, 4118.0, 4116.0, 4096.0, 4114.0, 4064.0, 4071.0, 4063.0, 4051.0, 4052.0, 4061.0, 4043.0, 4073.0, 4066.0, 4076.0, 4057.0, 4076.0, 4057.0, 4078.0, 4056.0, 4079.0, 4098.0, 4069.0, 4090.0, 4073.0, 4102.0, 4074.0, 4079.0, 4062.0, 4082.0, 4062.0, 4093.0, 4075.0, 4095.0, 4102.0, 4081.0, 4121.0, 4071.0, 4111.0, 4081.0, 4111.0, 4111.0, 4091.0, 4130.0, 4070.0, 4110.0, 4079.0, 4089.0, 4067.0, 4078.0, 4036.0, 4069.0, 4098.0, 4069.0, 4089.0, 4058.0, 4078.0, 4048.0, 4068.0, 4087.0, 4079.0, 4089.0, 4058.0, 4079.0, 4048.0, 4080.0, 4101.0, 4081.0, 4090.0, 4081.0, 4090.0, 4070.0, 4091.0, 4072.0, 4081.0, 4075.0, 4107.0, 4123.0, 4072.0, 4101.0, 4071.0, 4091.0, 4094.0, 4117.0, 4074.0, 4109.0, 4149.0, 4107.0, 4159.0, 4144.0, 4173.0, 4095.0, 4123.0, 4103.0, 4133.0, 4100.0, 4109.0, 4079.0, 4097.0, 4080.0, 4098.0, 4079.0, 4099.0, 4068.0, 4067.0, 4068.0, 4037.0, 4078.0, 4047.0, 4078.0, 4070.0, 4080.0, 4059.0, 4080.0, 4089.0, 4079.0, 4048.0, 4069.0, 4088.0, 4069.0, 4109.0, 4070.0, 4079.0, 4059.0, 4079.0, 4070.0, 4090.0, 4060.0, 4080.0, 4060.0, 4071.0, 4121.0, 4071.0, 4112.0, 4092.0, 4091.0, 4046.0, 4061.0, 4055.0, 4077.0, 4068.0, 4058.0, 4080.0, 4074.0, 4094.0, 4099.0, 4101.0, 4130.0, 4109.0, 4151.0, 4148.0, 4125.0, 4122.0, 4091.0, 4120.0, 4099.0, 4119.0, 4097.0, 4109.0, 4117.0, 4108.0, 4105.0, 4072.0, 4082.0, 4051.0, 4061.0, 4019.0, 4061.0, 4029.0, 4041.0, 4060.0, 4042.0, 4062.0, 4044.0, 4076.0, 4055.0, 4067.0, 4086.0, 4057.0, 4088.0, 4058.0, 4079.0, 4108.0, 4088.0, 4107.0, 4066.0, 4076.0, 4066.0, 4077.0, 4086.0, 4070.0, 4087.0, 4071.0, 4107.0, 4077.0, 4081.0, 4077.0, 4057.0, 4087.0, 4060.0, 4102.0, 4075.0, 4095.0, 4061.0, 4081.0, 4071.0, 4093.0, 4133.0, 4083.0, 4101.0, 4081.0, 4101.0, 4083.0, 4101.0, 4083.0, 4092.0, 4083.0, 4105.0, 4114.0, 4105.0, 4143.0, 4123.0, 4121.0, 4080.0, 4090.0, 4129.0, 4119.0, 4119.0, 4099.0, 4108.0, 4065.0, 4075.0, 4075.0, 4076.0, 4116.0, 4065.0, 4094.0, 4054.0, 4074.0, 4044.0, 4076.0, 4035.0, 4066.0, 4074.0, 4058.0, 4087.0, 4067.0, 4078.0, 4046.0, 4077.0, 4096.0, 4067.0, 4096.0, 4076.0, 4075.0, 4044.0, 4065.0, 4045.0, 4068.0, 4087.0, 4068.0, 4076.0, 4059.0, 4091.0, 4059.0, 4068.0, 4088.0, 4069.0, 4089.0, 4058.0, 4081.0, 4100.0, 4070.0, 4090.0, 4059.0, 4081.0, 4111.0, 4081.0, 4100.0, 4080.0, 4089.0, 4108.0, 4088.0, 4128.0, 4098.0, 4106.0, 4065.0, 4075.0, 4045.0, 4066.0, 4034.0, 4066.0, 4075.0, 4067.0, 4088.0, 4068.0, 4077.0, 4078.0, 4088.0, 4070.0, 4101.0, 4082.0, 4092.0, 4082.0, 4092.0, 4093.0, 4073.0, 4107.0, 4146.0, 4113.0, 4112.0, 4100.0, 4092.0, 4130.0, 4110.0, 4109.0, 4089.0, 4079.0, 4057.0, 4078.0, 4096.0, 4068.0, 4087.0, 4067.0, 4076.0, 4057.0, 4078.0, 4071.0, 4091.0, 4098.0, 4107.0, 4073.0, 4080.0, 4076.0, 4081.0, 4089.0, 4080.0, 4089.0, 4080.0, 4101.0, 4079.0, 4101.0, 4132.0, 4135.0, 4123.0, 4111.0, 4068.0, 4077.0, 4057.0, 4078.0, 4087.0, 4067.0, 4118.0, 4068.0, 4098.0, 4097.0, 4076.0, 4116.0, 4085.0, 4094.0, 4062.0, 4064.0, 4103.0, 4073.0, 4092.0, 4041.0, 4052.0, 4029.0, 4052.0, 4060.0, 4042.0, 4062.0, 4041.0, 4063.0, 4051.0, 4052.0, 4082.0, 4053.0, 4074.0, 4045.0, 4066.0, 4083.0, 4066.0, 4073.0, 4054.0, 4065.0, 4046.0, 4067.0, 4044.0, 4057.0, 4076.0, 4058.0, 4079.0, 4070.0, 4081.0, 4060.0, 4082.0, 4111.0, 4072.0, 4101.0, 4070.0, 4080.0, 4083.0, 4080.0, 4071.0, 4092.0, 4092.0, 4093.0, 4103.0, 4094.0, 4124.0, 4082.0, 4093.0, 4144.0, 4123.0, 4122.0, 4101.0, 4111.0, 4089.0, 4090.0, 4119.0, 4099.0, 4128.0, 4087.0, 4096.0, 4065.0, 4086.0, 4055.0, 4065.0, 4033.0, 4065.0, 4054.0, 4078.0, 4088.0, 4068.0, 4067.0, 4069.0, 4088.0, 4082.0, 4103.0, 4093.0, 4071.0, 4092.0, 4100.0, 4082.0, 4103.0, 4091.0, 4092.0, 4101.0, 4091.0, 4119.0, 4080.0, 4099.0, 4079.0, 4099.0, 4080.0, 4110.0, 4079.0, 4101.0, 4122.0, 4089.0, 4138.0, 4087.0, 4107.0, 4067.0, 4076.0, 4055.0, 4076.0, 4055.0, 4066.0, 4086.0, 4067.0, 4086.0, 4066.0, 4076.0, 4055.0, 4077.0, 4095.0, 4066.0, 4074.0, 4055.0, 4074.0, 4056.0, 4077.0, 4056.0, 4077.0, 4046.0, 4078.0, 4098.0, 4080.0, 4101.0, 4057.0, 4099.0, 4081.0, 4101.0, 4070.0, 4100.0, 4059.0, 4090.0, 4120.0, 4080.0, 4101.0, 4081.0, 4100.0, 4069.0, 4089.0, 4099.0, 4079.0, 4129.0, 4089.0, 4119.0, 4078.0, 4088.0, 4087.0, 4077.0, 4096.0, 4066.0, 4116.0, 4065.0, 4084.0, 4056.0, 4077.0, 4045.0, 4077.0, 4096.0, 4066.0, 4087.0, 4059.0, 4092.0, 4142.0, 4089.0, 4100.0, 4057.0, 4076.0, 4046.0, 4077.0, 4046.0, 4068.0, 4057.0, 4080.0, 4089.0, 4080.0, 4091.0, 4058.0, 4068.0, 4048.0, 4080.0, 4100.0, 4081.0, 4091.0, 4071.0, 4091.0, 4100.0, 4080.0, 4130.0, 4100.0, 4120.0, 4090.0, 4089.0, 4080.0, 4101.0, 4081.0, 4090.0, 4082.0, 4112.0, 4080.0, 4112.0, 4091.0, 4111.0, 4128.0, 4121.0, 4133.0, 4109.0, 4098.0, 4069.0, 4090.0, 4107.0, 4087.0, 4127.0, 4108.0, 4097.0, 4056.0, 4075.0, 4055.0, 4065.0, 4035.0, 4065.0, 4055.0, 4066.0, 4085.0, 4055.0, 4074.0, 4066.0, 4076.0, 4069.0, 4079.0, 4065.0, 4067.0, 4075.0, 4066.0, 4088.0, 4068.0, 4076.0, 4046.0, 4077.0, 4065.0, 4056.0, 4086.0, 4067.0, 4076.0, 4057.0, 4076.0, 4056.0, 4077.0, 4048.0, 4069.0, 4060.0, 4093.0, 4102.0, 4084.0, 4102.0, 4081.0, 4079.0, 4058.0, 4079.0, 4078.0, 4080.0, 4122.0, 4093.0, 4099.0, 4080.0, 4083.0, 4079.0, 4079.0, 4078.0, 4081.0, 4112.0, 4081.0, 4101.0, 4081.0, 4101.0, 4093.0, 4093.0, 4105.0, 4145.0, 4125.0, 4132.0, 4111.0, 4120.0, 4098.0, 4106.0, 4074.0, 4104.0, 4052.0, 4072.0, 4041.0, 4073.0, 4041.0, 4063.0, 4083.0, 4063.0, 4083.0, 4063.0, 4073.0, 4032.0, 4074.0, 4064.0, 4065.0, 4084.0, 4054.0, 4074.0, 4054.0, 4075.0, 4043.0, 4066.0, 4085.0, 4056.0, 4076.0, 4057.0, 4078.0, 4066.0, 4068.0, 4087.0, 4068.0, 4089.0, 4058.0, 4079.0, 4109.0, 4068.0, 4098.0, 4057.0, 4079.0, 4036.0, 4078.0, 4109.0, 4082.0, 4100.0, 4081.0, 4091.0, 4071.0, 4092.0, 4085.0, 4105.0, 4099.0, 4107.0, 4062.0, 4072.0, 4082.0, 4125.0, 4148.0, 4138.0, 4136.0, 4094.0, 4111.0, 4091.0, 4109.0, 4088.0, 4122.0, 4087.0, 4105.0, 4050.0, 4056.0, 4047.0, 4057.0, 4049.0, 4081.0, 4063.0, 4081.0, 4050.0, 4082.0, 4121.0, 4093.0, 4113.0, 4106.0, 4104.0, 4074.0, 4081.0, 4119.0, 4058.0, 4098.0, 4058.0, 4079.0, 4048.0, 4080.0, 4119.0, 4058.0, 4088.0, 4058.0, 4079.0, 4098.0, 4068.0, 4117.0, 4057.0, 4086.0, 4057.0, 4078.0, 4068.0, 4077.0, 4057.0, 4045.0, 4070.0, 4090.0, 4058.0, 4081.0, 4124.0, 4094.0, 4104.0, 4071.0, 4090.0, 4089.0, 4080.0, 4120.0, 4100.0, 4120.0, 4078.0, 4087.0, 4097.0, 4078.0, 4066.0, 4076.0, 4037.0, 4078.0, 4036.0, 4079.0, 4060.0, 4080.0, 4099.0, 4070.0, 4090.0, 4082.0, 4094.0, 4133.0, 4070.0, 4089.0, 4056.0, 4077.0, 4097.0, 4057.0, 4088.0, 4059.0, 4079.0, 4107.0, 4067.0, 4096.0, 4056.0, 4076.0, 4045.0, 4067.0, 4064.0, 4065.0, 4084.0, 4067.0, 4087.0, 4056.0, 4076.0, 4034.0, 4066.0, 4085.0, 4067.0, 4087.0, 4067.0, 4077.0, 4045.0, 4078.0, 4078.0, 4068.0, 4046.0, 4080.0, 4099.0, 4085.0, 4103.0, 4080.0, 4078.0, 4071.0, 4091.0, 4061.0, 4082.0, 4061.0, 4092.0, 4110.0, 4080.0, 4142.0, 4113.0, 4134.0, 4100.0, 4053.0, 4067.0, 4070.0, 4087.0, 4078.0, 4110.0, 4079.0, 4110.0, 4068.0, 4120.0, 4068.0, 4108.0, 4067.0, 4122.0, 4078.0, 4075.0, 4074.0, 4065.0, 4117.0, 4097.0, 4105.0, 4084.0, 4093.0, 4060.0, 4080.0, 4049.0, 4069.0, 4038.0, 4058.0, 4039.0, 4049.0, 4029.0, 4062.0, 4044.0, 4077.0, 4034.0, 4064.0, 4062.0, 4053.0, 4074.0, 4044.0, 4075.0, 4045.0, 4078.0, 4048.0, 4080.0, 4078.0, 4068.0, 4089.0, 4070.0, 4089.0, 4070.0, 4094.0, 4087.0, 4116.0, 4085.0, 4096.0, 4078.0, 4107.0, 4063.0, 4094.0, 4124.0, 4074.0, 4103.0, 4073.0, 4104.0, 4075.0, 4105.0, 4097.0, 4126.0, 4074.0, 4064.0, 4097.0, 4116.0, 4085.0, 4117.0, 4076.0, 4108.0, 4135.0, 4105.0, 4124.0, 4084.0, 4104.0, 4096.0, 4095.0, 4133.0, 4072.0, 4120.0, 4060.0, 4102.0, 4048.0, 4080.0, 4099.0, 4068.0, 4088.0, 4068.0, 4088.0, 4047.0, 4078.0, 4028.0, 4071.0, 4028.0, 4080.0, 4100.0, 4060.0, 4091.0, 4050.0, 4080.0, 4068.0, 4070.0, 4109.0, 4048.0, 4090.0, 4060.0, 4078.0, 4037.0, 4080.0, 4101.0, 4072.0, 4090.0, 4071.0, 4090.0, 4038.0, 4081.0, 4092.0, 4061.0, 4091.0, 4073.0, 4091.0, 4051.0, 4092.0, 4101.0, 4084.0, 4112.0, 4060.0, 4091.0, 4063.0, 4094.0, 4053.0, 4084.0, 4092.0, 4073.0, 4091.0, 4062.0, 4093.0, 4107.0, 4086.0, 4112.0, 4072.0, 4113.0, 4063.0, 4078.0, 4062.0, 4077.0, 4071.0, 4052.0, 4082.0, 4075.0, 4106.0, 4077.0, 4096.0, 4074.0, 4095.0, 4086.0, 4128.0, 4110.0, 4138.0, 4096.0, 4137.0, 4123.0, 4113.0, 4132.0, 4111.0, 4110.0, 4067.0, 4097.0, 4097.0, 4090.0, 4118.0, 4086.0, 4093.0, 4043.0, 4085.0, 4057.0, 4076.0, 4034.0, 4054.0, 4034.0, 4066.0, 4044.0, 4057.0, 4086.0, 4046.0, 4067.0, 4036.0, 4057.0, 4098.0, 4058.0, 4078.0, 4047.0, 4067.0, 4036.0, 4057.0, 4083.0, 4076.0, 4093.0, 4073.0, 4091.0, 4062.0, 4093.0, 4084.0, 4095.0, 4063.0, 4084.0, 4115.0, 4085.0, 4084.0, 4095.0, 4064.0, 4106.0, 4126.0, 4118.0, 4086.0, 4106.0, 4145.0, 4125.0, 4135.0, 4093.0, 4102.0, 4074.0, 4093.0, 4111.0, 4080.0, 4120.0, 4091.0, 4121.0, 4069.0, 4111.0, 4070.0, 4091.0, 4100.0, 4079.0, 4098.0, 4057.0, 4087.0, 4069.0, 4078.0, 4047.0, 4069.0, 4056.0, 4058.0, 4088.0, 4058.0, 4080.0, 4059.0, 4071.0, 4059.0, 4070.0, 4122.0, 4071.0, 4099.0, 4069.0, 4080.0, 4047.0, 4068.0, 4046.0, 4058.0, 4067.0, 4068.0, 4088.0, 4070.0, 4078.0, 4058.0, 4078.0, 4069.0, 4049.0, 4080.0, 4059.0, 4082.0, 4122.0, 4081.0, 4101.0], 'WindowWidth': [9212.0, 9194.0, 9144.0, 9177.0, 9166.0, 9136.0, 9078.0, 9117.0, 9093.0, 9153.0, 9161.0, 9198.0, 9149.0, 9073.0, 9112.0, 9124.0, 9139.0, 9147.0, 9121.0, 9140.0, 9146.0, 9198.0, 9155.0, 9192.0, 9178.0, 9103.0, 9170.0, 9119.0, 9164.0, 9110.0, 9140.0, 9133.0, 9106.0, 9128.0, 9059.0, 9066.0, 9057.0, 9039.0, 9043.0, 9053.0, 9032.0, 9073.0, 9068.0, 9081.0, 9058.0, 9083.0, 9058.0, 9086.0, 9055.0, 9091.0, 9115.0, 9077.0, 9107.0, 9093.0, 9129.0, 9092.0, 9086.0, 9072.0, 9102.0, 9078.0, 9118.0, 9099.0, 9124.0, 9128.0, 9099.0, 9151.0, 9083.0, 9138.0, 9096.0, 9137.0, 9136.0, 9112.0, 9162.0, 9079.0, 9132.0, 9089.0, 9103.0, 9072.0, 9086.0, 9031.0, 9078.0, 9115.0, 9077.0, 9103.0, 9062.0, 9089.0, 9048.0, 9075.0, 9099.0, 9092.0, 9105.0, 9063.0, 9092.0, 9049.0, 9095.0, 9125.0, 9099.0, 9107.0, 9097.0, 9108.0, 9083.0, 9111.0, 9089.0, 9099.0, 9100.0, 9146.0, 9157.0, 9089.0, 9124.0, 9085.0, 9114.0, 9120.0, 9156.0, 9097.0, 9153.0, 9205.0, 9142.0, 9216.0, 9206.0, 9242.0, 9121.0, 9155.0, 9130.0, 9170.0, 9119.0, 9127.0, 9090.0, 9112.0, 9092.0, 9114.0, 9090.0, 9115.0, 9073.0, 9069.0, 9072.0, 9031.0, 9087.0, 9045.0, 9088.0, 9081.0, 9095.0, 9064.0, 9093.0, 9103.0, 9091.0, 9047.0, 9076.0, 9099.0, 9075.0, 9130.0, 9080.0, 9090.0, 9064.0, 9090.0, 9081.0, 9107.0, 9069.0, 9094.0, 9068.0, 9083.0, 9151.0, 9087.0, 9139.0, 9115.0, 9110.0, 9040.0, 9048.0, 9053.0, 9082.0, 9072.0, 9062.0, 9096.0, 9094.0, 9124.0, 9141.0, 9148.0, 9181.0, 9152.0, 9209.0, 9199.0, 9162.0, 9153.0, 9108.0, 9148.0, 9115.0, 9143.0, 9110.0, 9129.0, 9137.0, 9125.0, 9116.0, 9066.0, 9080.0, 9036.0, 9050.0, 8994.0, 9050.0, 9006.0, 9025.0, 9049.0, 9028.0, 9057.0, 9037.0, 9084.0, 9055.0, 9073.0, 9095.0, 9059.0, 9100.0, 9061.0, 9089.0, 9126.0, 9101.0, 9124.0, 9068.0, 9081.0, 9069.0, 9085.0, 9095.0, 9080.0, 9099.0, 9087.0, 9145.0, 9105.0, 9097.0, 9083.0, 9058.0, 9098.0, 9068.0, 9128.0, 9098.0, 9122.0, 9071.0, 9097.0, 9084.0, 9117.0, 9172.0, 9104.0, 9124.0, 9099.0, 9125.0, 9104.0, 9126.0, 9104.0, 9114.0, 9106.0, 9137.0, 9146.0, 9137.0, 9187.0, 9157.0, 9152.0, 9095.0, 9106.0, 9160.0, 9145.0, 9144.0, 9118.0, 9126.0, 9065.0, 9079.0, 9078.0, 9080.0, 9137.0, 9067.0, 9102.0, 9048.0, 9075.0, 9038.0, 9083.0, 9027.0, 9069.0, 9076.0, 9060.0, 9100.0, 9073.0, 9087.0, 9042.0, 9085.0, 9109.0, 9071.0, 9108.0, 9082.0, 9078.0, 9036.0, 9063.0, 9039.0, 9074.0, 9100.0, 9074.0, 9082.0, 9066.0, 9113.0, 9066.0, 9078.0, 9102.0, 9079.0, 9106.0, 9064.0, 9099.0, 9121.0, 9084.0, 9108.0, 9066.0, 9098.0, 9137.0, 9098.0, 9121.0, 9093.0, 9105.0, 9128.0, 9101.0, 9154.0, 9113.0, 9122.0, 9064.0, 9077.0, 9038.0, 9069.0, 9025.0, 9070.0, 9080.0, 9073.0, 9102.0, 9075.0, 9087.0, 9091.0, 9104.0, 9084.0, 9127.0, 9102.0, 9116.0, 9103.0, 9116.0, 9120.0, 9094.0, 9145.0, 9195.0, 9143.0, 9139.0, 9120.0, 9113.0, 9162.0, 9132.0, 9131.0, 9103.0, 9089.0, 9058.0, 9087.0, 9109.0, 9074.0, 9098.0, 9072.0, 9080.0, 9058.0, 9089.0, 9088.0, 9112.0, 9136.0, 9146.0, 9091.0, 9096.0, 9083.0, 9100.0, 9106.0, 9096.0, 9108.0, 9098.0, 9127.0, 9094.0, 9124.0, 9166.0, 9177.0, 9154.0, 9135.0, 9073.0, 9082.0, 9058.0, 9086.0, 9097.0, 9070.0, 9140.0, 9072.0, 9114.0, 9109.0, 9081.0, 9135.0, 9089.0, 9100.0, 9053.0, 9058.0, 9111.0, 9069.0, 9095.0, 9023.0, 9039.0, 9007.0, 9041.0, 9048.0, 9031.0, 9054.0, 9027.0, 9057.0, 9037.0, 9041.0, 9079.0, 9043.0, 9075.0, 9039.0, 9067.0, 9086.0, 9070.0, 9073.0, 9049.0, 9066.0, 9043.0, 9072.0, 9037.0, 9060.0, 9081.0, 9062.0, 9092.0, 9082.0, 9097.0, 9069.0, 9102.0, 9138.0, 9089.0, 9125.0, 9083.0, 9093.0, 9104.0, 9095.0, 9084.0, 9115.0, 9117.0, 9118.0, 9131.0, 9121.0, 9161.0, 9102.0, 9116.0, 9187.0, 9157.0, 9154.0, 9125.0, 9137.0, 9105.0, 9108.0, 9146.0, 9118.0, 9156.0, 9097.0, 9108.0, 9064.0, 9096.0, 9051.0, 9066.0, 9021.0, 9065.0, 9049.0, 9090.0, 9102.0, 9075.0, 9075.0, 9079.0, 9102.0, 9104.0, 9134.0, 9121.0, 9087.0, 9117.0, 9123.0, 9103.0, 9132.0, 9114.0, 9115.0, 9124.0, 9112.0, 9146.0, 9095.0, 9118.0, 9092.0, 9118.0, 9094.0, 9133.0, 9092.0, 9126.0, 9153.0, 9105.0, 9170.0, 9097.0, 9124.0, 9071.0, 9082.0, 9054.0, 9084.0, 9054.0, 9071.0, 9095.0, 9072.0, 9096.0, 9068.0, 9083.0, 9052.0, 9084.0, 9106.0, 9067.0, 9075.0, 9051.0, 9076.0, 9054.0, 9084.0, 9056.0, 9085.0, 9043.0, 9088.0, 9115.0, 9097.0, 9125.0, 9058.0, 9117.0, 9099.0, 9125.0, 9084.0, 9123.0, 9069.0, 9109.0, 9149.0, 9096.0, 9124.0, 9097.0, 9121.0, 9078.0, 9105.0, 9117.0, 9092.0, 9158.0, 9103.0, 9144.0, 9086.0, 9100.0, 9097.0, 9084.0, 9108.0, 9067.0, 9134.0, 9064.0, 9089.0, 9054.0, 9083.0, 9039.0, 9083.0, 9108.0, 9069.0, 9097.0, 9065.0, 9115.0, 9181.0, 9105.0, 9123.0, 9060.0, 9082.0, 9043.0, 9086.0, 9044.0, 9076.0, 9060.0, 9095.0, 9104.0, 9095.0, 9111.0, 9062.0, 9075.0, 9050.0, 9095.0, 9121.0, 9099.0, 9111.0, 9084.0, 9110.0, 9119.0, 9094.0, 9163.0, 9119.0, 9147.0, 9109.0, 9104.0, 9095.0, 9125.0, 9099.0, 9111.0, 9103.0, 9141.0, 9096.0, 9142.0, 9109.0, 9136.0, 9157.0, 9148.0, 9172.0, 9132.0, 9114.0, 9078.0, 9105.0, 9123.0, 9095.0, 9150.0, 9123.0, 9107.0, 9052.0, 9076.0, 9050.0, 9062.0, 9022.0, 9065.0, 9051.0, 9068.0, 9091.0, 9052.0, 9075.0, 9067.0, 9080.0, 9079.0, 9091.0, 9066.0, 9072.0, 9080.0, 9069.0, 9100.0, 9075.0, 9082.0, 9042.0, 9085.0, 9066.0, 9054.0, 9093.0, 9072.0, 9081.0, 9059.0, 9080.0, 9054.0, 9084.0, 9049.0, 9078.0, 9072.0, 9120.0, 9128.0, 9109.0, 9127.0, 9100.0, 9092.0, 9064.0, 9092.0, 9087.0, 9095.0, 9155.0, 9117.0, 9118.0, 9094.0, 9102.0, 9089.0, 9092.0, 9088.0, 9099.0, 9144.0, 9100.0, 9126.0, 9098.0, 9125.0, 9118.0, 9117.0, 9137.0, 9191.0, 9162.0, 9168.0, 9136.0, 9149.0, 9111.0, 9122.0, 9073.0, 9115.0, 9040.0, 9065.0, 9026.0, 9069.0, 9026.0, 9057.0, 9085.0, 9059.0, 9084.0, 9058.0, 9071.0, 9013.0, 9073.0, 9063.0, 9066.0, 9085.0, 9048.0, 9073.0, 9048.0, 9076.0, 9033.0, 9067.0, 9091.0, 9056.0, 9082.0, 9057.0, 9086.0, 9070.0, 9074.0, 9096.0, 9074.0, 9104.0, 9060.0, 9090.0, 9128.0, 9072.0, 9112.0, 9059.0, 9089.0, 9031.0, 9088.0, 9129.0, 9102.0, 9120.0, 9097.0, 9111.0, 9085.0, 9113.0, 9113.0, 9135.0, 9134.0, 9138.0, 9068.0, 9083.0, 9095.0, 9158.0, 9198.0, 9181.0, 9178.0, 9117.0, 9134.0, 9106.0, 9128.0, 9100.0, 9150.0, 9117.0, 9135.0, 9052.0, 9051.0, 9042.0, 9055.0, 9050.0, 9097.0, 9078.0, 9097.0, 9055.0, 9097.0, 9146.0, 9113.0, 9139.0, 9137.0, 9132.0, 9094.0, 9096.0, 9143.0, 9062.0, 9112.0, 9060.0, 9090.0, 9048.0, 9093.0, 9144.0, 9062.0, 9100.0, 9060.0, 9089.0, 9114.0, 9072.0, 9136.0, 9055.0, 9093.0, 9057.0, 9085.0, 9072.0, 9084.0, 9056.0, 9040.0, 9082.0, 9106.0, 9062.0, 9098.0, 9162.0, 9120.0, 9134.0, 9084.0, 9106.0, 9104.0, 9094.0, 9144.0, 9118.0, 9145.0, 9084.0, 9094.0, 9105.0, 9084.0, 9064.0, 9081.0, 9031.0, 9085.0, 9027.0, 9092.0, 9070.0, 9094.0, 9115.0, 9079.0, 9106.0, 9100.0, 9119.0, 9171.0, 9082.0, 9103.0, 9055.0, 9085.0, 9110.0, 9058.0, 9099.0, 9066.0, 9091.0, 9124.0, 9070.0, 9108.0, 9054.0, 9079.0, 9039.0, 9070.0, 9062.0, 9065.0, 9088.0, 9070.0, 9098.0, 9054.0, 9082.0, 9024.0, 9068.0, 9092.0, 9071.0, 9097.0, 9072.0, 9082.0, 9039.0, 9088.0, 9088.0, 9074.0, 9045.0, 9096.0, 9119.0, 9113.0, 9132.0, 9095.0, 9088.0, 9087.0, 9113.0, 9073.0, 9101.0, 9073.0, 9113.0, 9133.0, 9094.0, 9181.0, 9141.0, 9173.0, 9119.0, 9043.0, 9073.0, 9081.0, 9098.0, 9088.0, 9133.0, 9090.0, 9132.0, 9073.0, 9145.0, 9073.0, 9125.0, 9070.0, 9152.0, 9085.0, 9076.0, 9074.0, 9061.0, 9136.0, 9110.0, 9118.0, 9087.0, 9095.0, 9047.0, 9072.0, 9028.0, 9053.0, 9010.0, 9038.0, 9016.0, 9027.0, 9004.0, 9052.0, 9035.0, 9085.0, 9023.0, 9062.0, 9055.0, 9045.0, 9072.0, 9035.0, 9077.0, 9037.0, 9087.0, 9048.0, 9095.0, 9087.0, 9074.0, 9102.0, 9078.0, 9105.0, 9081.0, 9119.0, 9115.0, 9151.0, 9110.0, 9125.0, 9104.0, 9141.0, 9075.0, 9117.0, 9157.0, 9092.0, 9126.0, 9089.0, 9130.0, 9094.0, 9133.0, 9124.0, 9161.0, 9089.0, 9079.0, 9125.0, 9146.0, 9106.0, 9151.0, 9098.0, 9141.0, 9173.0, 9131.0, 9155.0, 9100.0, 9129.0, 9122.0, 9121.0, 9168.0, 9083.0, 9145.0, 9063.0, 9123.0, 9046.0, 9090.0, 9114.0, 9070.0, 9096.0, 9072.0, 9095.0, 9043.0, 9084.0, 9021.0, 9078.0, 9021.0, 9092.0, 9116.0, 9063.0, 9106.0, 9053.0, 9091.0, 9073.0, 9078.0, 9129.0, 9046.0, 9105.0, 9066.0, 9086.0, 9031.0, 9092.0, 9121.0, 9085.0, 9106.0, 9081.0, 9103.0, 9032.0, 9093.0, 9113.0, 9070.0, 9109.0, 9088.0, 9107.0, 9056.0, 9111.0, 9119.0, 9104.0, 9136.0, 9066.0, 9108.0, 9075.0, 9118.0, 9065.0, 9106.0, 9115.0, 9090.0, 9110.0, 9073.0, 9113.0, 9141.0, 9110.0, 9139.0, 9083.0, 9139.0, 9073.0, 9084.0, 9071.0, 9081.0, 9081.0, 9061.0, 9101.0, 9098.0, 9142.0, 9104.0, 9127.0, 9095.0, 9124.0, 9115.0, 9171.0, 9152.0, 9186.0, 9124.0, 9181.0, 9156.0, 9140.0, 9167.0, 9136.0, 9133.0, 9068.0, 9109.0, 9107.0, 9106.0, 9141.0, 9091.0, 9096.0, 9030.0, 9090.0, 9056.0, 9078.0, 9022.0, 9049.0, 9023.0, 9068.0, 9036.0, 9056.0, 9094.0, 9042.0, 9070.0, 9026.0, 9058.0, 9111.0, 9060.0, 9085.0, 9045.0, 9071.0, 9028.0, 9057.0, 9106.0, 9100.0, 9116.0, 9090.0, 9110.0, 9075.0, 9117.0, 9107.0, 9122.0, 9078.0, 9105.0, 9150.0, 9112.0, 9108.0, 9123.0, 9082.0, 9140.0, 9165.0, 9159.0, 9111.0, 9138.0, 9190.0, 9161.0, 9174.0, 9114.0, 9125.0, 9094.0, 9115.0, 9136.0, 9093.0, 9148.0, 9111.0, 9150.0, 9078.0, 9137.0, 9079.0, 9110.0, 9120.0, 9090.0, 9112.0, 9057.0, 9096.0, 9076.0, 9085.0, 9044.0, 9074.0, 9053.0, 9057.0, 9097.0, 9059.0, 9089.0, 9061.0, 9078.0, 9061.0, 9078.0, 9151.0, 9081.0, 9116.0, 9075.0, 9091.0, 9044.0, 9073.0, 9042.0, 9058.0, 9070.0, 9074.0, 9099.0, 9078.0, 9085.0, 9060.0, 9087.0, 9077.0, 9050.0, 9094.0, 9065.0, 9098.0, 9151.0, 9097.0, 9123.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.009834524221453289</td></tr>
<tr><td colspan=3>aqi</td><td>0.0429833535467128</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.00812683284851</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1974906793593059</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1432993059220788</td></tr>
<tr><td colspan=3>efc</td><td>0.4635</td></tr>
<tr><td colspan=3>fber</td><td>6099.9336</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13063339700074333</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.311418685121108</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.684720184596335</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6249913919607826</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9740840200014023</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4550851418268214</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112171</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012230214662849903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021995412185788155</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5336974765427622</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>29.7348</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2306</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.7918</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301482.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.1325</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6822</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.5275</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3247.2955</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.6084</td></tr>
<tr><td colspan=3>tsnr</td><td>29.810713101178408</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>